
h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, input, textarea, button, p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, thead, th {
  font-weight: normal;
}

input, textarea, button {
  outline: none;
  border: none;
  background: none;
}

table {
  border-spacing: 0;
}

a, a:link, a:hover, a:active {
  text-decoration: none;
  color: #1f1f1f;
}

img {
  vertical-align: top;
}

html, body {
  font-size: 12px;
  font-family: "Source Han Sans","Microsoft YaHei", "微软雅黑", "PingFang SC", Arial;
  background: #fff;
  color: #1f1f1f;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.flt-l {
  float: left;
}

.flt-r {
  float: right;
}

.mt20 {
  margin-top: 20px;
}

.header {
  width: 100%;
  height: 70px;
  background: #333;
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  min-width: 1180px;
}
.header .header-main {
  width: 1180px;
  margin: auto;
  position: relative;
}
.header .header-main .logo {
  float: left;
  width: 80px;
  font-size: 18px;
}
.header .header-main .logo span {
  font-size: 12px;
  display: block;
}
.header .header-main .logo a {
  padding: 15px 0;
  color: #fff;
  display: block;
}
.header .header-main .search {
  width: 294px;
  height: 34px;
  background: #131313;
  position: absolute;
  left: 100px;
  top: 18px;
}
.header .header-main .search .search-text {
  padding: 8px 18px;
  width: 220px;
  color: #fff;
  font-size: 14px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-user-select: auto;
}
.header .header-main .search .btn {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #fff;
  font-size: 16px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.header .header-main .nav {
  float: left;
  margin-left: 20px;
  width: 900px;
  text-align: right;
}
.header .header-main .nav a {
  display: inline-block;
  line-height: 70px;
  padding: 0 36px;
  color: #fff;
  font-size: 16px;
}
.header .header-main .nav a:hover, .header .header-main .nav a.cur {
  background: #242424;
}
.header .header-main .login-after {
  float: right;
  max-width: 180px;
  height: 70px;
  line-height: 70px;
  color: #B9B9B9;
}
.header .header-main .login-after a {
  color: #B9B9B9;
}
.header .header-main .login-after a:hover {
  color: #fff;
}
.header .header-main .login-after .welcome {
  float: left;
  padding: 0 10px;
  height: 70px;
}
.header .header-main .login-after .welcome span {
  display: inline-block;
  overflow: hidden;
}
.header .header-main .login-after .welcome .info {
  max-width: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.header .header-main .login-after .user-info {
  float: left;
  padding: 0 15px;
}
.header .header-main .login-after .user-info .portrait {
  font-size: 18px;
  margin-right: 5px;
}
.header .header-main .login-after .user-info:hover {
  background: #242424;
}
.header .header-main .login-after .user-info:hover .usercon {
  display: block;
}
.header .header-main .login-after .user-info .usercon {
  position: absolute;
  display: none;
  top: 70px;
  right: 0;
  padding-bottom: 12px;
  box-sizing: border-box;
  overflow: hidden;
  background: #242424;
  width: 96px;
  line-height: 24px;
}
.header .header-main .login-after .user-info .usercon li {
  padding: 0 10px;
}
.header .header-main .login-after .user-info .usercon li em {
  position: relative;
  margin-right: 10px;
  bottom: -3px;
  font-size: 14px;
}
.header .header-main .login-after .user-info .usercon li:nth-child(1) {
  margin-top: 10px;
}
.header .mobile-menu, .header .close {
  display: none;
}

/**分页**/
.paging {
  padding: 30px;
  text-align: center;
}
.paging span {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  color: #8F8F8F;
  border-radius: 50%;
  margin: 0 5px;
}
.paging span.cur {
  color: #fff;
  background: #b4b4b4;
}

.foonter {
  height: 50px;
  background: #F3F5F5;
  min-width: 1180px;
  line-height: 50px;
  color: #6A6A6A;
  text-align: center;
}

/* radio */
.magic-radio {
  position: absolute;
  display: none;
}

.magic-radio[disabled] {
  cursor: not-allowed;
}

.magic-radio + label {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 30px;
  cursor: pointer;
  vertical-align: middle;
}

.magic-radio + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}

.magic-radio + label:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: '';
  border: 1px solid #c0c0c0;
}

.magic-radio + label:after {
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -4px;
  display: none;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #767676;
}

.magic-radio[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4;
}

.magic-radio[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-radio[disabled] + label:after {
  cursor: not-allowed;
}

.magic-radio[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}

.magic-radio[disabled] + label:before {
  /*border-color: #e4e4e4;*/
  border-color: #000000;
}

.magic-radio:checked + label:before {
  animation-name: none;
}

.magic-radio:checked + label:after {
  display: block;
}

.magic-radio + label:before {
  border-radius: 50%;
}

.magic-radio:checked + label:before {
  border: 1px solid #767676;
}

.magic-radio:checked[disabled] + label:before {
  /*border: 1px solid #c9e2f9;*/
  border: 1px solid #000000
}

.magic-radio:checked[disabled] + label:after {
  /*background: #c9e2f9;*/
  background: #000000;
}

/** checkbox **/
.magic-checkbox {
  position: absolute;
  display: none;
}

.magic-checkbox[disabled] {
  cursor: not-allowed;
}

.magic-checkbox + label {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-left: 20px;
  cursor: pointer;
  vertical-align: middle;
}
.magic-checkbox + label:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
  border: 1px solid #767676;
  border-radius: 3px;
  background: #fff;
}
.magic-checkbox + label:after {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -5px;
  display: none;
  content: '';
  box-sizing: border-box;
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #767676;
  border-top: 0;
  border-left: 0;
}
.magic-checkbox + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}

.magic-checkbox:checked + label:before {
  animation-name: none;
}
.magic-checkbox:checked + label:after {
  display: inline-block;
}

.magic-checkbox[disabled] + label {
  cursor: not-allowed;
}
.magic-checkbox[disabled] + label:before {
  /*border-color: #e4e4e4;*/
  border-color: #000000;
  cursor: not-allowed;
}
.magic-checkbox[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}

.magic-checkbox:checked[disabled] + label:before, .magic-checkbox:checked[disabled] + label:after {
  /*border-color: #e4e4e4;*/
  border-color: #000000;
}

.half-checkbox + label:after {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -5px;
  display: none;
  content: '';
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border: 0;
  background: #767676;
}

/**弹窗**/
.popup-wrap {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.popup-wrap .popup-box {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup-wrap .popup-info {
  background: #fff;
  width: 500px;
  margin: auto;
  padding: 20px;
  min-height: 280px;
  position: relative;
}
.popup-wrap .popup-info .close {
  position: absolute;
  font-size: 18px;
  top: 15px;
  right: 15px;
  color: #979797;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.popup-wrap .popup-info .close:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popup-wrap .popup-info .title {
  font-size: 18px;
  color: #1F1F1F;
  text-align: center;
  padding: 2px 0;
  display: block;
  margin-bottom: 5px;
}
.popup-wrap .popup-info .phone-box {
  padding: 20px 0;
  width: 300px;
  text-align: center;
  margin: auto;
}
.popup-wrap .popup-info .phone-box .inp {
  width: 260px;
  height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-user-select: auto;
  border: 1px solid #5B5B5B;
}
.popup-wrap .popup-info .phone-box .nub-box {
  width: 260px;
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
}
.popup-wrap .popup-info .phone-box .nub-box .num {
  float: left;
  width: 160px;
}
.popup-wrap .popup-info .phone-box .nub-box .phone-btn {
  width: 100px;
  height: 30px;
  float: left;
  background: #5B5B5B;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0;
}
.popup-wrap .popup-info .phone-box .prompt-text {
  margin-top: 20px;
}
.popup-wrap .popup-info .popup-btn {
  text-align: center;
  padding: 10px 0 0 0;
}
.popup-wrap .popup-info .popup-btn .btn {
  display: inline-block;
  width: 160px;
  height: 30px;
  background: #5B5B5B;
  color: #fff;
  cursor: pointer;
  line-height: 30px;
}
.popup-wrap .popup-info .prompt-box {
  text-align: center;
  padding: 30px;
}
.popup-wrap .popup-info .prompt-box .prompt-icon {
  margin: auto;
  width: 120px;
  height: 120px;
  background: url(../image/prompt.png) no-repeat center;
}
.popup-wrap .popup-info .prompt-box .prompt-text {
  margin-top: 20px;
  font-size: 18px;
}
.popup-wrap .popup-info .invitation-box {
  width: 360px;
  margin: auto;
  margin-top: 10px;
  padding: 20px 0;
}
.popup-wrap .popup-info .invitation-box dl {
  padding-left: 100px;
  position: relative;
  margin-top: 20px;
}
.popup-wrap .popup-info .invitation-box dl dt {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.popup-wrap .popup-info .invitation-box dl dt.role {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  text-align: right;
  displayl:block;
  width: 80px;
}

.popup-wrap .popup-info .invitation-box dl .code {
  text-align: center;
  width: 180px;
  position: relative;
}
.popup-wrap .popup-info .invitation-box dl .code img {
  width: 140px;
  margin-bottom: 10px;
}
.popup-wrap .popup-info .invitation-box dl .copy {
  position: relative;
  padding-right: 30px;
}
.popup-wrap .popup-info .invitation-box dl .copy .copy-btn {
  display: inline-block;
  width: 56px;
  height: 32px;
  line-height: 32px;
  background: #5B5B5B;
  color: #fff;
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: -30px;
  top: 2px;
}

.popup-wrap .popup-info-openorder{
	width: 400px;
}

.popup-wrap .popup-info .openorder-box {
  width: 370px;
  margin: auto;
  margin-top: 10px;
  padding: 20px 0;
}
.popup-wrap .popup-info .openorder-box dl {
  padding-left: 100px;
  position: relative;
  margin-top: 20px;
}
.popup-wrap .popup-info .openorder-box dl dt {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.popup-wrap .popup-info .openorder-box dl dt.role {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  text-align: right;
  displayl:block;
  width: 80px;
}

.popup-wrap .popup-info .openorder-box dl .code {
  text-align: center;
  width: 180px;
  position: relative;
}

.popup-wrap .popup-info .openorder-box dl .code img {
  width: 140px;
  margin-bottom: 10px;
}

.popup-wrap .popup-info .openorder-box dl .copy {
  position: relative;
  padding-right: 30px;
}

.popup-wrap .popup-info .openorder-box dl .copy div {
  width: 230px;
  word-break: break-word;
}

.popup-wrap .popup-info .openorder-box dl .copy .copy-btn {
  display: inline-block;
  width: 56px;
  height: 32px;
  line-height: 32px;
  background: #5B5B5B;
  color: #fff;
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: -30px;
  top: 2px;
}

.popup-wrap .popup-picture {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -18%;
  background: #fff;
  padding: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.popup-wrap .popup-picture img {
  max-width: 1000px;
  max-height: 500px;
}
.popup-wrap .popup-picture .close {
  position: absolute;
  font-size: 18px;
  top: 15px;
  right: 15px;
  color: #fff;
  background: #5B5B5B;
  padding: 10px;
  cursor: pointer;
}
.popup-wrap .popup-search-box {
  width: 90%;
  padding-top: 10px;
  margin: auto;
}
.popup-wrap .popup-search-box .search-info {
  width: 210px;
  height: 32px;
  position: relative;
  border: 1px solid #ACACAC;
}
.popup-wrap .popup-search-box .search-info .search-text {
  padding: 8px 10px;
  width: 160px;
  font-size: 14px;
  -webkit-user-select: auto;
}
.popup-wrap .popup-search-box .search-info .btn {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #ACACAC;
  font-size: 16px;
}
.popup-wrap .popup-order-table {
  border: #f3f3f3 1px solid;
  border-left: 0;
  width: 90%;
  margin: auto;
  margin-top: 20px;
}
.popup-wrap .popup-order-table th {
  padding: 15px;
  text-align: center;
  background: #AEAEAE;
  color: #fff;
  border-left: #f3f3f3 1px solid;
}
.popup-wrap .popup-order-table td {
  padding: 10px;
  text-align: center;
  color: #1C1C1C;
  border-left: #f3f3f3 1px solid;
}

.popup-wrap .popup-order-table td span.name{
  margin-left: 18px;
  text-align: left;
  float: left;
}
.popup-wrap .popup-order-table tr:nth-child(odd) td {
  background: #F7F7F7;
}
/*
  联系客服
*/
.popup-wrap .popup-info .invitation-box1 {
  margin: auto;
}
.popup-wrap .popup-info .invitation-box1 dl {
  /*padding-left: 100px;*/
  margin: auto;
  position: relative;
}

.popup-wrap .popup-info .invitation-box1 dl .code {
  margin: auto;
  margin-top: 20px;
  text-align: center;
  width: 150px;
  /*position: relative;*/
}
.popup-wrap .popup-info .invitation-box1 dl .code img {
  width: 150px;
  margin-bottom: 15px;
}

.popup-wrap .popup-box .text_input {
  border: 1px solid #5B5B5B; height: 25px;width: 250px;
}

.popup-wrap .popup-box textarea {
  border: 1px solid #5B5B5B;width: 250px;
}
/**
产品编辑，所属品类
 */
.categoryData{
  width: 250px;
  margin: 2px auto 0 auto;
}
.categoryData .item{
  width:150px;height:20px;
  text-align: left;
}
.categoryData .item .delete{
  float: right;
}

/**
  样品图片
 */
.img_item_list{
  width: 320px;
  margin: 2px;
  padding: 0 auto;
}
.img_item_list .item{
  width:320px;height:20px;
  /*padding-left: 10px;*/
  text-align: left;
}

.img_item_list .item a{
  text-decoration : underline;
}
.img_item_list .item .delete{
  float: right;
}

.img_upload_btn{
  padding: 0 2px;
  background: #5B5B5B;
  color: #fff;
  cursor: pointer;
}

.btn-show-more {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}

span.icon-add{
  color: #929292;
  position: relative;
  font-size: 14px;
  display: inline-block;
  border: #929292 1px solid;
  border-radius: 50%;
  padding: 4px;
  bottom: -3px;
  cursor: pointer;
}
.icon-add:before{
  content: "\e90e";
}


/*# sourceMappingURL=common.css.map */

