@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  font-family: "PingFang SC", "", "", "Tahoma", "Arial", "HeiTi", "黑体", "sans-serif";
  /*中文*/
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  line-height: 1.8em;
}
body.family_en {
  font-family: "Arial", "Tahoma", "Verdana", "Times New Roman", "sans-serif";
  /*英文*/
  word-break: break-word;
}
input,
textarea,
button,
select {
  outline: 0;
  font-family: "Noto Sans CJK SC Regular", "";
}
select,
input,
label,
img,
th {
  vertical-align: middle;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #4C4C4C;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 24px;
  color: #444;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
input.dialog {
  height: 0;
  font-size: 0;
  line-height: 0;
  border: none;
}
/*清除浮动*/
.clearfix {
  clear: both;
}
/*字体位置*/
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
em,
ins,
dfn {
  font-style: normal;
  text-decoration: none;
}
/*相对位置*/
.rel {
  position: relative;
}
/*单行文本的溢出显示省略号*/
.texthidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*多行文本的溢出显示省略号*/
.areahidden {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*容器居中*/
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.minwrap {
  min-width: 1200px;
  margin: 0 auto;
}
.container {
  width: 1200px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin: 0;
}
/*停靠*/
.fl {
  float: left;
}
.fr {
  float: right;
}
/*字体大小*/
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-23 {
  font-size: 23px;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
.fs-26 {
  font-size: 26px;
}
.fs-30 {
  font-size: 30px;
}
/*主题色 - start*/
/*字体*/
.color-theme {
  color: #EE7700 !important;
}
.color-darktheme {
  color: #EE7700 !important;
}
/*背景*/
.bg-theme {
  background-color: #ee7700;
}
.bg-color {
  background-color: #ee7700;
  color: #fff !important;
}
.bg-before:before {
  background-color: #ee7700;
}
.bg-after:after {
  background-color: #ee7700;
}
/*边框*/
.border-theme {
  border: 1px solid #ee7700 !important;
}
.bd-theme {
  border-color: #ee7700;
  border-style: solid;
  border-width: 0;
}
.bd-before:before {
  border-color: #ee7700;
  border-style: solid;
  border-width: 0;
}
.bd-after:after {
  border-color: #ee7700;
  border-style: solid;
  border-width: 0;
}
.bd-focus:focus {
  border-color: #ee7700 !important;
  border-style: solid;
  border-width: 0;
}
/*组合*/
.bgbd-theme {
  background-color: #ee7700;
  border-color: #ee7700;
  border-style: solid;
  border-width: 0;
}
/*边框和背景*/
.clbd-theme {
  color: #EE7700;
  border-color: #ee7700;
  border-style: solid;
  border-width: 0;
}
/*边框和字体*/
/*主题移入背景色*/
.bg-darktheme {
  background: #ff7f00;
}
.bd-darktheme {
  border-color: #ff7f00;
}
/*移入的主题色:hover*/
.a-hover:hover {
  color: #ee7700 !important;
  cursor: pointer;
}
/*主题颜色*/
.bg-hover:hover {
  background-color: #ee7700 !important;
}
/*主题颜色*/
.bg-hover:hover a {
  color: #fff;
}
.border-hover:hover {
  border: 1px solid #ee7700 !important;
}
/*主题颜色*/
.bd-hover:hover {
  border-color: #ee7700;
  border-style: solid;
  border-width: 0;
}
/*主题颜色*/
/*主题移入色:hover*/
.a-darkhover:hover {
  color: #ff7f00 !important;
}
.bg-darkhover:hover {
  background-color: #ff7f00 !important;
}
.bd-darkhover:hover {
  border-color: #ff7f00 !important;
}
/*主题颜色*/
/*橙色按钮*/
.btn-default {
  color: #fff;
  background: #ee7700;
  border: 1px solid #ee7700;
  cursor: pointer;
}
.btn-default:hover {
  border: 1px solid #ff7f00;
  background-color: #ff7f00;
}
.btn-light {
  color: #ee7700;
  background: #fff;
  border: 1px solid #ee7700;
  cursor: pointer;
}
/*文本框聚焦*/
.inputfocus:focus {
  border-color: #ee7700;
  outline: 0;
  box-shadow: 0 0 2px #ee7700;
}
/*竖线样式*/
.verticalbar {
  width: 5px;
  height: 16px;
  background: #ee7700;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
/*多出来部分（包括弹窗标题头样式，分页样式pager.css，分页样式PagedList.css ） start*/
/*包括弹窗标题头样式*/
.layui-layer-title {
  padding: 0 80px 0 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  background-color: #ee7700;
  border-radius: 2px 2px 0 0;
}
/*分页样式pager.css*/
.pages a:hover,
li.current a {
  background-color: #ee7700;
  color: #FFFFFF;
  border: #ee7700 1px solid;
}
/*分页样式PagedList.css*/
.pagination > li > a,
.pagination > li > span {
  border-right: #ee7700 1px solid;
  padding-right: 7px;
  background-position: 50% bottom;
  border-top: #ee7700 1px solid;
  border-left: #ee7700 1px solid;
  color: #ee7700;
  margin-right: 3px;
  border-bottom: #ee7700 1px solid;
  text-decoration: none;
  padding: 6px 12px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-right: #ee7700 1px solid;
  border-top: #ee7700 1px solid;
  font-weight: bold;
  border-left: #ee7700 1px solid;
  color: #fff;
  margin-right: 3px;
  border-bottom: #ee7700 1px solid;
  background-color: #ee7700;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  border-right: #ee7700 1px solid;
  background-position: 50% bottom;
  border-top: #ee7700 1px solid;
  border-left: #ee7700 1px solid;
  color: #ee7700;
  margin-right: 3px;
  border-bottom: #ee7700 1px solid;
  text-decoration: none;
  cursor: not-allowed;
}
/*ICheck样式*/
.icheckbox_minimal-orange:hover {
  border: solid 1px #ee7700;
}
.icheckbox_minimal-orange.checked::after {
  content: ' ';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 11px;
  height: 6px;
  border: 0px solid #ee7700;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  z-index: -1;
}
.iradio_minimal-orange:hover {
  border: solid 1px #ee7700;
}
.iradio_minimal-orange.checked::after {
  content: ' ';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 6px;
  height: 6px;
  background-color: #ee7700;
  border-radius: 50%;
  z-index: -1;
}
/*多出来部分（包括弹窗标题头样式，分页样式pager.css，分页样式PagedList.css ） end*/
/*主题色 - end*/
/*字体颜色*/
.color-white {
  color: #FFFFFF;
}
.color-red {
  color: #c00;
}
.color-4c {
  color: #4C4C4C;
}
.color-yellow {
  color: #EE7700;
}
/*橙色*/
.color-initial {
  color: initial;
}
.color-lightgray {
  color: #999;
}
/*浅灰色*/
.color-black {
  color: #000;
}
.color-grayblue {
  color: #337ab7;
}
/*灰蓝*/
.color-darkblue {
  color: #336699;
}
/*深蓝*/
.color-blue {
  color: #0979e9;
}
/*统一蓝色*/
.color-gray {
  color: #666;
}
/*灰色*/
.color-green {
  color: #76bd53;
}
.color-qiangreen {
  color: #bce599;
}
.error {
  color: red;
}
/*背景*/
.bg-white {
  background: #fff;
}
.bg-lightgray {
  background: #999;
}
/*浅灰色*/
.bg-yellow {
  background-color: #ee7700;
}
/*橙色*/
.bg-gray {
  background-color: #f2f2f2;
}
/*统一背景色--浅灰色*/
.bg-e4 {
  background: #e4e4e4 !important;
}
.bg-linghtyellow {
  background-color: #ffffc2;
}
.bg-red {
  background-color: #D0021B;
}
.bg-green {
  background: #76bd53;
}
.bg-qiangreen {
  background: #bce599;
}
/*边框*/
.border-red {
  border: 1px solid red !important;
}
.border-df {
  border: 1px solid #f2f2f2;
}
/*统一边框色--浅灰色*/
.border-top {
  border-top: 1px solid #f2f2f2;
}
/*浅灰色--上边框*/
.border-bottom {
  border-bottom: 1px solid #f2f2f2;
}
/*浅灰色--下边框*/
.border-left {
  border-left: 1px solid #f2f2f2;
}
/*浅灰色--左边框*/
.border-right {
  border-right: 1px solid #f2f2f2;
}
/*浅灰色--右边框*/
.border-dashtop {
  border-top: 1px dashed #e4e4e4;
}
/*虚线-深灰色-上边框*/
.border-dashbottom {
  border-bottom: 1px dashed #e4e4e4;
}
/*虚线-深灰色-下边框*/
.border-gray {
  border: 1px solid #e4e4e4;
}
/*深灰色*/
.border-inherit {
  border: inherit !important;
}
.border-default {
  border: 1px solid #EEEEEE;
}
.border-transparent {
  border: 1px solid transparent;
}
/*透明*/
/*无下边框*/
.border-nobottom {
  border-bottom: 0px !important;
}
/*文字首行缩进*/
.text-indent2 {
  text-indent: 2em;
}
.text-indent {
  text-indent: 1em;
  color: initial;
}
/*文字下划线*/
.underline {
  text-decoration: underline;
}
/* 字体加粗*/
.fw-bold {
  font-Weight: bold;
}
/*文字超出不显示*/
.txtnowarp {
  overflow: hidden;
  white-space: nowrap;
}
/*显示隐藏*/
.ellipsis {
  overflow: hidden;
}
.visi-hidden {
  visibility: hidden;
}
/*转化为块级元素*/
.dis-block {
  display: block;
}
.dis-tablerow {
  display: table-row;
}
.dis {
  display: none !important;
}
.disin-block {
  display: inline-block;
}
/*行内块元素*/
/*margin*/
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr40 {
  margin-right: 40px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mtb100 {
  margin-top: 100px;
  margin-bottom: 60px;
}
/* padding */
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt60 {
  padding-top: 60px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb60 {
  padding-bottom: 60px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pad-5 {
  padding: 0px 5px !important;
}
.ptrbl {
  padding: 6px 10px !important;
}
.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.prb5 {
  padding-right: 5px;
  padding-bottom: 5px;
}
.prb10 {
  padding-right: 10px;
  padding-bottom: 10px;
}
.prb15 {
  padding-right: 15px;
  padding-bottom: 15px;
}
.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
/*清除浮动公共样式*/
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.clearboth::after {
  content: ' ';
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  zoom: 1;
}
/*高度*/
.lh-30 {
  height: 30px;
  line-height: 30px;
}
.l-15em {
  line-height: 1.5em;
}
.hl-32 {
  height: 32px;
  line-height: 32px;
}
.hl-36 {
  height: 36px;
  line-height: 36px;
}
.hl-46 {
  height: 46px;
  line-height: 46px;
}
/*小手*/
.cur-pointer {
  cursor: pointer;
}
/*不可用*/
.cur-not {
  cursor: not-allowed;
}
/*垂直居中*/
.vm {
  vertical-align: middle;
}
.vt {
  vertical-align: top;
}
/*公用Config固定标签*/
.config-edit {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  width: 14px;
  height: 14px;
  z-index: 10;
}
/*公用Advert固定标签*/
.advert-edit {
  position: absolute;
  left: 0;
  width: 14px !important;
  height: 14px !important;
  font-size: 14px;
  margin: 0 -15px;
  z-index: 10;
}
.advert-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
/*公用News固定标签*/
.news-edit {
  font-size: 14px;
  width: 14px;
  height: 14px;
  z-index: 10;
}
.lang_edit {
  position: absolute;
  right: 50%;
  z-index: 10;
  font-size: 14px;
  margin-right: -620px;
  /*width     : 1200px;*/
}
.lang_edit i {
  background: #fff;
  border-radius: 5px;
}
/********************标准按钮（a标签，button标签）---start****************************/
.btn-input {
  padding: 6px 20px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 3px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  border: 0px;
}
/*红色按钮*/
.btn-red {
  color: #fff;
  background: #C81623;
  border: 1px solid #C81623 !important;
  cursor: pointer;
}
.btn-red:hover {
  border: 1px solid #e4393c;
  background-color: #e4393c;
}
/*蓝色按钮*/
.btn-blue {
  color: #fff;
  background: #00a2ca;
  border: 1px solid #00a2ca !important;
  cursor: pointer;
}
/*取消按钮*/
.btn-cancel {
  border: 1px solid #e4e4e4;
  color: inherit;
  background: #fff;
  cursor: pointer;
}
/*禁用按钮*/
.btn-disabled {
  color: #fff;
  background: #ccc !important;
  cursor: not-allowed !important;
  border: 1px solid #ccc !important;
}
/*a按钮*/
.btn-a {
  display: inline-block;
  background: #DC2928;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/*****************************标准按钮（a标签，button标签）---end*********************************/
label.error {
  margin-left: 3px;
}
/*文件上传*/
.div-upload {
  padding: 0px 10px;
  height: 36px;
  line-height: 36px;
  position: relative;
  cursor: pointer;
  color: #888;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
}
.file-upload {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
/*文本框公用部分start*/
/*文本框*/
.input {
  height: 32px;
  line-height: 32px;
  width: 198px;
  border: solid 1px #ccc;
  text-indent: 5px;
  font-size: 12px;
}
.form-group {
  margin-top: 5px;
  height: 36px;
  line-height: 36px;
}
.form-con {
  height: 36px;
  text-indent: 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/*文本框两列显示*/
.input-Column {
  min-height: 61px;
  width: 100%;
}
/*文本框公用部分end*/
/*宽度*/
.col-md-1,
.col-sm-1 {
  width: 4.16666667%;
}
.col-md-2,
.col-sm-2 {
  width: 8.33333333%;
}
.col-md-3,
.col-sm-3 {
  width: 14.5%;
}
.col-md-4,
.col-sm-4 {
  width: 16.66666667%;
}
.col-md-5,
.col-sm-5 {
  width: 20.83333333%;
}
.col-md-6,
.col-sm-6 {
  width: 25%;
}
.col-md-7,
.col-sm-7 {
  width: 29.16666667%;
}
.col-md-8,
.col-sm-8 {
  width: 33.33333333%;
}
.col-md-9,
.col-sm-9 {
  width: 37.5%;
}
.col-md-10,
.col-sm-10 {
  width: 41.66666667%;
}
.col-md-11,
.col-sm-11 {
  width: 45.83333333%;
}
.col-md-12,
.col-sm-12 {
  width: 50%;
}
.col-md-13,
.col-sm-13 {
  width: 54.16666667%;
}
.col-md-14,
.col-sm-14 {
  width: 58.33333333%;
}
.col-md-15,
.col-sm-15 {
  width: 62.5%;
}
.col-md-16,
.col-sm-16 {
  width: 66.66666667%;
}
.col-md-17,
.col-sm-17 {
  width: 70.83333333%;
}
.col-md-18,
.col-sm-18 {
  width: 75%;
}
.col-md-19,
.col-sm-19 {
  width: 79.16666667%;
}
.col-md-20,
.col-sm-20 {
  width: 83.33333333%;
}
.col-md-21,
.col-sm-21 {
  width: 87.5%;
}
.col-md-22,
.col-sm-22 {
  width: 91.66666667%;
}
.col-md-23,
.col-sm-23 {
  width: 95.83333333%;
}
.col-md-24,
.col-sm-24 {
  width: 100%;
}
/************************************icon图标 start***************************/
.icon-pub {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon-pub.png) no-repeat;
}
/***********v1图标start****/
.icon-sdown {
  width: 10px;
  height: 10px;
  background-position: -33px -5px;
}
.icon-sdown:hover {
  background-position: -33px -18px;
}
.icon-position {
  width: 23px;
  height: 20px;
  background-position: -282px -6px;
}
.icon-collect {
  width: 130px;
  height: 44px;
  background-position: -659px -4px;
}
.icon-zan {
  width: 130px;
  height: 44px;
  background-position: -659px -85px;
}
.icon-zan:hover {
  background-position: -659px -166px;
}
.icon-card {
  width: 36px;
  height: 24px;
  background-position: -280px -44px;
}
.icon-ident {
  width: 60px;
  height: 40px;
  background-position: -141px -90px;
}
.icon-knowmore {
  width: 20px;
  height: 20px;
  background-position: -244px -202px;
}
.icon-knowmore:hover {
  background-position: -244px -232px;
}
.icon-downmore {
  width: 20px;
  height: 20px;
  background-position: -244px -141px;
}
.icon-downmore:hover {
  background-position: -244px -81px;
}
.icon-upmore {
  width: 20px;
  height: 20px;
  background-position: -244px -171px;
}
.icon-upmore:hover {
  background-position: -244px -111px;
}
.icon-goods {
  width: 28px;
  height: 26px;
  background-position: -280px -85px;
}
.icon-plus {
  width: 18px;
  height: 18px;
  background-position: -246px -42px;
}
.icon-minus {
  background-position: -246px -8px;
}
.icon-ranking {
  width: 28px;
  height: 20px;
  background-position: -280px -132px;
}
.icon-one {
  width: 16px;
  height: 16px;
  background-position: -209px -10px;
}
.icon-two {
  width: 16px;
  height: 16px;
  background-position: -209px -51px;
}
.icon-three {
  width: 16px;
  height: 16px;
  background-position: -209px -91px;
}
.icon-four {
  width: 16px;
  height: 16px;
  background-position: -209px -132px;
}
.icon-five {
  width: 16px;
  height: 16px;
  background-position: -209px -173px;
}
.icon-wechat {
  width: 144px;
  height: 44px;
  background-position: -830px -7px;
  border: 1px solid #EEEEEE;
}
.icon-zhifubao {
  width: 144px;
  height: 44px;
  background-position: -826px -66px;
  border: 1px solid #EEEEEE;
}
.icon-bankofchina {
  width: 144px;
  height: 44px;
  background-position: -826px -124px;
  border: 1px solid #EEEEEE;
}
.icon-fedex {
  width: 144px;
  height: 44px;
  background-position: -826px -180px;
  border: 1px solid #EEEEEE;
}
.icon-icpinfo {
  width: 144px;
  height: 44px;
  background-position: -826px -241px;
  border: 1px solid #EEEEEE;
}
.icon-archives {
  width: 24px;
  height: 24px;
  background-position: -282px -195px;
}
.icon-g-certified {
  width: 18px;
  height: 18px;
  background-position: -106px -104px;
}
.icon-y-certified {
  width: 23px;
  height: 20px;
  background-position: -107px -127px;
}
.icon-certified {
  width: 50px;
  height: 37px;
  background-position: -144px -157px;
}
.icon-addinquiry {
  width: 16px;
  height: 16px;
  background-position: -282px -171px;
}
.icon-pageview {
  width: 16px;
  height: 16px;
  background-position: -108px -167px;
}
.icon-like {
  width: 16px;
  height: 16px;
  background-position: -108px -200px;
}
.icon-like:hover {
  background-position: -143px -200px;
}
.icon-shares {
  width: 16px;
  height: 16px;
  background-position: -108px -233px;
}
.icon-shares:hover {
  background-position: -143px -233px;
}
.icon-step {
  width: 24px;
  height: 22px;
  background-position: -282px -229px;
}
/***********v1图标end**********/
/************v2图标start*******/
.icon-cancel {
  width: 30px;
  height: 30px;
  background-position: -394px -152px;
}
.icon-language {
  width: 20px;
  height: 21px;
  background-position: -170px -6px;
}
.icon-language:hover {
  background-position: -170px -36px;
}
.icon-languageCn {
  width: 20px;
  height: 21px;
  background-position: -170px -6px;
  /*中国*/
}
.icon-languageEn {
  width: 20px;
  height: 21px;
  background-position: -170px -36px;
  /*外国*/
}
.icon-mdownarrow {
  width: 16px;
  height: 16px;
  background-position: -32px -35px;
  transition: background-position 0.15s ease-in-out;
}
.icon-muparrow {
  width: 16px;
  height: 16px;
  background-position: -32px -62px;
}
.icon-mdownarrow:hover {
  background-position: -32px -64px;
}
.icon-bleftarrow {
  width: 40px;
  height: 80px;
  background-position: -21px -79px;
}
.icon-brightarrow {
  width: 40px;
  height: 80px;
  background-position: -51px -79px;
}
.icon-brightarrow-t2 {
  width: 60px;
  height: 60px;
  background-position: -156px -481px;
}
.icon-bleftarrow-t2 {
  width: 60px;
  height: 60px;
  background-position: -72px -481px;
}
.icon-bcircleleftarrow {
  width: 60px;
  height: 60px;
  background-position: -11px -148px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.icon-bcirclerightarrow {
  width: 60px;
  height: 60px;
  background-position: -8px -195px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.icon-srightarrow {
  width: 10px;
  height: 10px;
  background-position: -29px -255px;
}
.icon-arleftarrow {
  width: 10px;
  height: 10px;
  background-position: -65px -8px;
}
.icon-arrightarrow {
  width: 10px;
  height: 10px;
  background-position: -65px -32px;
}
.icon-mark {
  width: 20px;
  height: 20px;
  background-position: -360px -7px;
}
.icon-strightarrow {
  width: 16px;
  height: 16px;
  background-position: -8px -97px;
}
.icon-stuparrow {
  width: 16px;
  height: 16px;
  background-position: -32px -63px;
}
.icon-redmark {
  width: 42px;
  height: 42px;
  background-position: -329px -39px;
}
.icon-i01 {
  width: 28px;
  height: 20px;
  background-position: -277px -270px;
}
.icon-i02 {
  width: 28px;
  height: 20px;
  background-position: -277px -304px;
}
.icon-buyer {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: -93px -570px;
}
.icon-float_service {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-position: -16px -486px;
}
.icon-float_returntop {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: -516px -413px;
  border: inherit;
}
/*************v2图标end***************/
/********v3图标start**************/
.icon-username {
  width: 36px;
  height: 36px;
  background-position: -395px -8px;
}
.icon-pwd {
  width: 36px;
  height: 36px;
  background-position: -395px -53px;
}
.icon-imgcode {
  width: 36px;
  height: 36px;
  background-position: -395px -99px;
}
.icon-error {
  width: 16px;
  height: 16px;
  background-position: -329px -7px;
}
.icon-grayservice {
  width: 63px;
  height: 55px;
  background-position: -560px -5px;
}
/* 
.icon-phone_img{
	width:48px;
	height: 48px;	
	background-position:-502px -56px;
    border:1px solid #e4e4e4;
}
.icon-phone_img:hover{
	background-position:-459px -56px;
} */
.icon-grayphone {
  width: 63px;
  height: 55px;
  background-position: -564px -77px;
}
/*.icon-whatsapp_img {
	width:48px;
	height: 48px;
     background-position: -504px -453px;
    border:1px solid #e4e4e4;
}
.icon-whatsapp_img:hover {
    background-position: -461px -453px;
}*/
.icon-graywhatsapp {
  width: 63px;
  height: 55px;
  background-position: -565px -298px;
}
.icon-center {
  width: 48px;
  height: 48px;
  background-position: -502px -188px;
  border: 1px solid #e4e4e4;
}
.icon-center:hover {
  background-position: -459px -188px;
}
.icon-email {
  width: 48px;
  height: 48px;
  background-position: -502px -120px;
  border: 1px solid #e4e4e4;
}
.icon-email:hover {
  background-position: -460px -120px;
}
.icon-grayemail {
  width: 63px;
  height: 55px;
  background-position: -563px -152px;
}
.icon-weixin {
  width: 48px;
  height: 48px;
  background-position: -501px -260px;
  border: 1px solid #e4e4e4;
}
.icon-weixin:hover {
  background-position: -459px -260px;
}
.icon-grayweixin {
  width: 63px;
  height: 55px;
  background-position: -560px -220px;
}
.icon-footprint {
  width: 48px;
  height: 48px;
  background-position: -503px -335px;
  border: 1px solid #e4e4e4;
}
.icon-footprint:hover {
  background-position: -461px -335px;
}
.icon-returntop {
  width: 48px;
  height: 48px;
  background-position: -502px -397px;
  border: 1px solid #e4e4e4;
}
.icon-returntop:hover {
  background-position: -458px -397px;
}
.icon-whitearrow {
  width: 20px;
  height: 20px;
  background-position: -62px -62px;
}
.icon-default {
  width: 49px;
  height: 49px;
  background-position: -329px -104px;
}
.icon-pigeon {
  width: 35px;
  height: 35px;
  background-position: -329px -174px;
}
.icon-qq_img {
  width: 18px;
  height: 18px;
  background-position: -104px -70px;
  cursor: pointer;
}
.icon-skype_img {
  width: 18px;
  height: 18px;
  background-position: -105px -38px;
  cursor: pointer;
}
.icon-yellowemail {
  width: 18px;
  height: 14px;
  background-position: -105px -7px;
  cursor: pointer;
}
.icon-redaudit {
  width: 12px;
  height: 11px;
  background-position: -10px -71px;
}
.icon-searrow {
  width: 20px;
  height: 20px;
  background-position: -70px -156px;
}
.icon-searrow:hover {
  background-position: -70px -176px;
}
.icon-coupon {
  width: 59px;
  height: 58px;
  background-position: -352px -246px;
}
.icon-channel_right {
  width: 20px;
  height: 30px;
  background-position: -27px -640px;
}
.icon-channel_hand {
  width: 30px;
  height: 20px;
  background-position: -25px -703px;
}
.icon-channelsettled1 {
  width: 70px;
  height: 70px;
  background-position: -80px -634px;
}
.icon-channelsettled2 {
  width: 70px;
  height: 70px;
  background-position: -188px -639px;
}
.icon-channelsettled3 {
  width: 70px;
  height: 70px;
  background-position: -308px -639px;
}
.icon-channelsettled4 {
  width: 70px;
  height: 70px;
  background-position: -419px -639px;
}
.icon-head {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-position: -173px -345px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.icon-wxscan {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-position: -101px -377px;
}
/*登录页-微信登录*/
.icon-wechatlogin {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: -103px -308px;
}
/*QQ登录*/
.icon-qqlogin {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: -103px -339px;
}
/************************************icon图标 end*****************************/
/************************************云分类图标 start*****************************/
/*chuliqi处理器及微控制器*/
.icon-yuanqijian-aa5e4a:before {
  content: "\e617";
}
/*chunchuqi存储器*/
.icon-yuanqijian-7a48ba:before {
  content: "\e615";
}
/*luojixinpian逻辑芯片*/
.icon-yuanqijian-de5520:before {
  content: "\e613";
}
/*dianyuanxinpian电源芯片*/
.icon-yuanqijian-b5496f:before {
  content: "\e60b";
}
/*monixinpian模拟芯片*/
.icon-yuanqijian-e4591f:before {
  content: "\e614";
}
/*jiekouxinpian接口芯片*/
.icon-yuanqijian-a4e878:before {
  content: "\e610";
}
/*fangdajing放大器、线性器件*/
.icon-yuanqijian-5b8897:before {
  content: "\e60e";
}
/*qudongqi驱动器*/
.icon-yuanqijian-d3e5b2:before {
  content: "\e615";
}
/*waiweixinpian嵌入式外围芯片*/
.icon-yuanqijian-205f51:before {
  content: "\e618";
}
/*guangou光耦/发光管/红外*/
.icon-yuanqijian-b0f748:before {
  content: "\e60f";
}
/*jingtiguan晶体管*/
.icon-yuanqijian-a28d3c:before {
  content: "\e611";
}
/*erjiguan二极管*/
.icon-yuanqijian-feaf48:before {
  content: "\e60c";
}
/*dianzu电阻*/
.icon-yuanqijian-487201:before {
  content: "\e605";
}
/*dianrong电容*/
.icon-yuanqijian-b67b48:before {
  content: "\e60a";
}
/*jingzhen晶振*/
.icon-yuanqijian-0b797c:before {
  content: "\e612";
}
/*diangan电感/磁珠/变压器*/
.icon-yuanqijian-79da08:before {
  content: "\e609";
}
/*chuanganqi传感器*/
.icon-yuanqijian-aca4b6:before {
  content: "\e606";
}
/*baoxiansi保险丝*/
.icon-yuanqijian-520909:before {
  content: "\e605";
}
/*kaiguan按键开关/继电器*/
.icon-yuanqijian-0752e0:before {
  content: "\e608";
}
/*fengminqi蜂鸣器/扬声器/咪头*/
.icon-yuanqijian-6a278e:before {
  content: "\e616";
}
/*dianchi电源电池*/
.icon-yuanqijian-76fe09:before {
  content: "\e608";
}
/*lianjieqi连接器*/
.icon-yuanqijian-0ad5c8:before {
  content: "\e607";
}
/************************************云分类图标 end*****************************/
.uppercase {
  text-transform: uppercase;
}
del {
  color: #999;
  font-size: 12px;
}
.pcb_del_txt {
  color: red;
  text-decoration: none;
  margin-right: 5px;
  position: relative;
  min-width: 16px;
  display: inline-block;
  text-align: center;
}
.pcb_del_txt::before {
  content: "";
  width: 100%;
  height: 1px;
  background: red;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
}
/*多语言+多币种--start*/
.head_right ul {
  width: 100%;
}
.head_right ul li {
  float: left;
}
.headline {
  display: inline-block;
  width: 1px;
  color: #e4e4e4;
  margin: 0px 10px;
}
.height28 {
  height: 28px;
  line-height: 28px;
}
.height34 {
  height: 34px;
  line-height: 34px;
}
.languagebox {
  position: relative;
}
.languagebox .language_title {
  position: relative;
  padding: 0 5px;
  border: 1px solid transparent;
  min-width: 70px;
}
.languagebox .language_title i:not(.iconup) {
  margin-right: 5px;
}
.languagebox .language_content {
  position: absolute;
  left: 0px;
  top: 28px;
  z-index: 999999;
  line-height: 28px;
  background-color: #FFFFFF;
  padding: 10px 0px 0px;
  width: 100%;
  display: none;
}
.languagebox:hover .language_title {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-bottom: 1px solid #ffffff;
}
.languagebox:hover .language_title > a {
  color: #4C4C4C;
}
.languagebox:hover .language_content {
  display: block;
  border: 1px solid #EEEEEE;
  border-top: 0px;
}
.languagebox .language_content a:hover {
  background-color: #F2F2F2;
}
.languagebox .language_content a {
  display: inline-block;
  width: 100%;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  word-break: break-all;
  padding: 0 5px;
}
.languagebox .language_content a i {
  margin-right: 5px;
}
.iconup {
  width: 15px;
  height: 15px;
  background-position: -30px -3px;
}
.languagebox:hover .language_title i.iconup {
  background-position: -29px -16px;
}
.whiteup {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-position: -7px -124px;
}
.languagebox:hover .language_title i.whiteup {
  background-position: -28px -16px;
}
.icon-English {
  display: inline-block;
  width: 16px;
  height: 25px;
  vertical-align: middle;
  background-position: -595px -505px;
}
.icon-Chinese {
  display: inline-block;
  width: 16px;
  height: 25px;
  vertical-align: middle;
  background-position: -554px -505px;
}
.icon-ZH-HK {
  display: inline-block;
  width: 16px;
  height: 25px;
  vertical-align: middle;
  background-position: -595px -560px;
}
.icon-Japanese {
  display: inline-block;
  width: 16px;
  height: 25px;
  vertical-align: middle;
  background-position: -553px -560px;
}
.icon-Russian {
  display: inline-block;
  width: 16px;
  height: 25px;
  vertical-align: middle;
  background-position: -595px -536px;
}
.icon-Korean {
  display: inline-block;
  width: 16px;
  height: 25px;
  vertical-align: middle;
  background-position: -552px -535px;
}
.icon-RMB {
  width: 10px;
  height: 25px;
  vertical-align: middle;
  background-position: -651px -507px;
}
.icon-USD {
  width: 10px;
  height: 25px;
  vertical-align: middle;
  background-position: -687px -507px;
}
/*欧元*/
.icon-EUR {
  width: 13px;
  height: 25px;
  vertical-align: middle;
  background-position: -721px -507px;
}
/*多语言+多币种--end*/
/*固定标签 - start*/
/*固定语言编辑按钮*/
.need_login {
  display: inline-block;
  height: 22px;
  line-height: 20px;
  border: 1px solid #FFAA00;
  border-radius: 1px;
  -webkit-transform: scale(0.9);
  background: #fff;
  font-size: 12px;
  cursor: pointer;
}
.need_login .unlock {
  padding: 0px 7px;
  background: #FDF7A0;
  display: inline-block;
  border-right: 1px solid #FFAA00;
  height: 20px;
}
.need_login i {
  color: #FF2200;
  margin-left: 0px !important;
}
/*固定标签 - end*/
/*独立页面 - start*/
.custom_page {
  width: 1200px;
  margin: 0 auto;
}
.custom_page img {
  max-width: 100%;
  height: initial;
}
.custom_maxpage {
  min-width: 1200px;
}
.custom_maxpage img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
}
/*独立页面 - end*/
/**图片滑动验证  -- start**/
.img-sliderval {
  position: relative;
  width: 100%;
  line-height: 36px;
  height: 36px;
  border: 1px solid #e4e4e4;
  z-index: 10;
}
.img-sliderval canvas {
  display: none;
  position: absolute;
  top: -155px;
  left: 0;
}
.img-sliderval canvas:first-child {
  background: #fff;
}
.img-sliderval .sliderContainer {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #f7f9fa;
  color: #45494c;
}
.img-sliderval .sliderContainer_active .slider {
  height: 100%;
  top: 0px;
  border: 1px solid #1991FA;
}
.img-sliderval .sliderContainer_active .sliderMask {
  height: 100%;
  border-width: 1px;
}
.img-sliderval .sliderContainer_success .slider {
  height: 100%;
  top: 0px;
  border: 1px solid #52CCBA;
  background-color: #52CCBA !important;
}
.img-sliderval .sliderContainer_success .sliderMask {
  height: 100%;
  border: 1px solid #52CCBA;
  background-color: #D2F4EF;
}
.img-sliderval .sliderContainer_success .sliderIcon {
  background-position: 0 0 !important;
}
.img-sliderval .sliderContainer_fail .slider {
  height: 100%;
  top: 0px;
  border: 1px solid #f57a7a;
  background-color: #f57a7a !important;
}
.img-sliderval .sliderContainer_fail .sliderMask {
  height: 100%;
  border: 1px solid #f57a7a;
  background-color: #fce1e1;
}
.img-sliderval .sliderContainer_fail .sliderIcon {
  background-position: 0 -83px !important;
}
.img-sliderval .sliderText {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  color: #999;
  overflow: hidden;
  height: 100%;
  padding-left: 30px;
}
.img-sliderval .sliderContainer_active .sliderText,
.img-sliderval .sliderContainer_success .sliderText,
.img-sliderval .sliderContainer_fail .sliderText {
  display: none;
}
.img-sliderval .sliderMask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border: 0 solid #1991FA;
  background: #D1E9FE;
}
.img-sliderval .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 0.2s linear;
}
.img-sliderval .slider:hover {
  background: #1991FA;
}
.img-sliderval .slider:hover .sliderIcon {
  background-position: 0 -13px;
}
.img-sliderval .sliderIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 10px;
  background: url(../images/icon_jiasaw.png) 0 -26px;
  background-size: 34px 471px;
}
.img-sliderval .refreshIcon {
  display: none;
  position: absolute;
  right: 0;
  top: -155px;
  width: 34px;
  height: 100%;
  cursor: pointer;
  background: url(../images/icon_jiasaw.png) 0 -437px;
  background-size: 34px 471px;
}
/**图片滑动验证  -- end**/
/**动态效果公共样式 - start*/
/*slide轮播*/
.slider_hd:not(.on) {
  background: #fff;
}
/* 移入-放大 */
.scale_h05 {
  transition: transform 0.5s;
  transform: scale(1);
}
.scale_h05:hover {
  transition: transform 0.5s;
  transform: scale(1.2);
}
/* 移入-上移 */
.m_top_h05 {
  transform: translateY(0px);
  transition: transform 0.5s;
}
.m_top_h05:hover {
  transform: translateY(-10px);
  transition: transform 0.5s;
}
/* 移入-隐藏 */
.opacity_h04 .img {
  width: 100%;
  transition: 0.4s;
  opacity: 1;
  height: 100%;
}
.opacity_h04:hover .img {
  width: 0;
  height: 0;
  transition: 0.4s;
  opacity: 0;
}
/*移入-下移隐藏*/
.m_down_hide_h04 {
  position: relative;
  overflow: hidden;
}
.m_down_hide_h04 .img {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 0.4s;
  z-index: 1;
}
.m_down_hide_h04:hover .img {
  transform: translateY(100%);
  transition: 0.4s;
}
/*鼠标移入时阴影*/
.m_down_shadow_t01:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}
.m_down_shadow_t02:hover {
  box-shadow: 0px 2px 20px 3px rgba(0, 0, 0, 0.16);
}
.m_down_shadow_t03:hover {
  box-shadow: 0px 2px 20px 15px rgba(0, 0, 0, 0.16);
}
.zd-intro {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 32px 40px 0;
  -webkit-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 20;
}
.zd-owl-item {
  float: left;
  width: 290px;
  position: relative;
  min-height: 1px;
  margin: 0 5px;
  padding: 0;
  -webkit-box-sizing: border-box;
}
.zd-img img {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.zd-owl-item .zd-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 10px;
  right: 10px;
  bottom: 15px;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.zd-intro:hover {
  opacity: 1;
}
.zd-title {
  margin: 0 0 20px;
  padding: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
.zd-owl-item:hover .zd-img:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/*.bg-after:after {
            background-color: #4a86e8;
        }*/
.zd-descr {
  margin-top: 40px;
  color: white;
}
.zd-title:before {
  content: "";
  border: 1px solid #000000;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 10%;
  margin: 0 45%;
}
.zd-descr,
.zd-title {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.6, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.6, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.6, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.6, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.6, 1);
}
.slider-itemMarquee {
  width: 220px;
  height: 220px;
  padding: 5px;
}
/**动态效果公共样式 - end*/
/************************公共页面的样式--start***********************************/
/*网站维护页--start*/
.web_maintain {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  min-height: 800px;
  position: relative;
}
.web_maintain header {
  width: 100%;
  height: 100px;
  background: #393D46;
  position: absolute;
  top: 0;
  z-index: 10;
}
.web_maintain header .fl {
  margin: 20px 0;
}
.web_maintain header .title {
  height: 34px;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 34px;
}
.web_maintain header .web_name {
  height: 22px;
  font-size: 18px;
  color: #999999;
  line-height: 22px;
  margin-top: 4px;
}
.web_maintain header .login {
  width: 190px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  color: #FFF;
  font-size: 18px;
  margin: 25px 0;
  text-align: center;
}
.web_maintain .web_body {
  width: 100%;
  height: 100%;
  padding: 100px 0 120px;
  min-height: 580px;
  position: relative;
}
.web_maintain .web_body > div {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -10px;
}
.web_maintain .web_body > div p {
  height: 27px;
  font-size: 22px;
  font-weight: bold;
  color: #C9CBD8;
  line-height: 27px;
  margin-top: 20px;
}
.web_maintain footer {
  width: 100%;
  height: 120px;
  box-shadow: 0px -2px 0px 0px #dbdbdb;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.web_maintain footer ul {
  height: 100%;
}
.web_maintain footer li {
  height: 100%;
  width: 400px;
  float: left;
  padding: 20px 10px;
  line-height: 18px;
}
.web_maintain footer .help_title {
  color: #000000;
  font-size: 16px;
}
.web_maintain footer .help_title i {
  margin-right: 10px;
}
.web_maintain footer .help_body {
  padding-left: 26px;
  font-size: 12px;
  color: #999999;
  height: 55px;
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}
/*网站维护页--end*/
/*================新版导航栏===========================*/
/* V3_T1 */
.new_nav_t2 {
  position: relative;
}
.new_nav_t2 .navmianbox {
  position: initial !important;
}
.new_nav_t2 .navmianbox ul.list li {
  position: initial !important;
}
.new_nav_t2 .navmianbox ul.list > li.min_width:hover {
  margin-top: 0;
  padding-top: 0;
  height: 40px;
}
/* V2_T5 */
.new_nav_t2 .list > li {
  position: initial !important;
}
/*下拉效果*/
.new_nav_t2 ul.list li:hover .sub-menu {
  overflow: visible;
  display: block;
  max-height: 1000px;
  max-width: 2000px;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
  -o-transition: -o-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
  transition: transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
}
.new_nav_t2 ul.list li .sub-menu {
  /* background: rgba(0, 0, 0, 0.3);
      color: #FFF; 
      padding: 25px 20px 40px;*/
  display: block;
  overflow: hidden;
  max-height: 0px;
  max-width: 0;
  list-style: none;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: auto;
  width: 100%;
  top: 100%;
  text-align: left;
  font-size: 14px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
  -o-transition: -o-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
  transition: transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.new_nav_t2 ul.list li .sub-menu > div {
  -webkit-box-shadow: 0px 4px 13px -3px grey;
  -moz-box-shadow: 0px 4px 13px -3px gray;
  -ms-box-shadow: 0px 4px 13px -3px gray;
  -o-box-shadow: 0px 4px 13px -3px gray;
  box-shadow: 0px 4px 13px -3px grey;
}
/*下拉效果-end*/
/*================新版导航栏-end===========================*/
/**首页自定义左右侧广告栏 - start*/
.home_nav_lt,
.home_nav_rt {
  position: fixed;
  top: 50%;
  z-index: 500;
  min-width: 20px;
  transform: translateY(-50%);
}
.home_nav_lt .close,
.home_nav_rt .close {
  color: #fff;
  position: absolute;
  width: 21px;
  z-index: 600;
  text-align: center;
  font-size: 14px;
  transform: scale(0.8);
  font-weight: bold;
}
.home_nav_lt,
.home_nav_rt .close,
.home_nav_lt .config-edit {
  left: 0px;
}
.home_nav_rt,
.home_nav_lt .close {
  right: 0;
}
/**首页自定义左右侧广告栏 - end*/
/*右侧悬浮窗-改版start*/
.navtoolbar {
  position: fixed;
  top: 0px;
  right: -1px;
  height: 100%;
  z-index: 500;
}
.navtoolbar .lang_edit {
  right: 60px;
  top: 50%;
  margin-right: 0px;
  width: 14px;
}
.toptoolbar {
  position: fixed;
  right: -1px;
  width: 48px;
  top: 50%;
  transform: translate(0%, -50%);
}
.navtoolbar .navbar_default {
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: relative;
  margin-top: 5px;
}
.navtoolbar .navbar_default:first-child {
  margin-top: 0px;
}
.navtoolbar .navbar_default .icon-skype,
.navtoolbar .navbar_default .icon-qq,
.navtoolbar .navbar_default .icon-whatsapp,
.navtoolbar .navbar_default .icon-phone,
.navtoolbar .navbar_default .icon-mail,
.navtoolbar .navbar_default .icon-QRcode,
.navtoolbar .navbar_default .icon-history,
.navtoolbar .navbar_default .icon-top,
.navtoolbar .navbar_default .icon-order {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.navtoolbar .navbar_default .icon-whatsapp,
.navtoolbar .navbar_default .icon-phone,
.navtoolbar .navbar_default .icon-mail,
.navtoolbar .navbar_default .icon-QRcode,
.navtoolbar .navbar_default .icon-history,
.navtoolbar .navbar_default .icon-top,
.navtoolbar .navbar_default .icon-order {
  font-size: 30px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
}
.navtoolbar .navbar_default .icon-skype {
  font-size: 38px;
  line-height: 51px;
}
.navtoolbar .navbar_default .icon-qq {
  font-size: 38px;
}
.navtoolbar .navbar_default .icon-whatsapp {
  font-size: 34px;
}
.navtoolbar .navbar_default > a:hover {
  color: #FFF;
}
.navtoolbar .right_box {
  display: none;
  position: absolute;
  right: 60px;
  top: 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  border: 1px solid #E6E6E6;
  padding: 20px 16px;
}
.navtoolbar .box_pointer {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  right: -6px;
  top: 13px;
  transform: rotate(45deg);
}
.navtoolbar .box_head {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 4px;
}
.navtoolbar .box_head .icon-qq,
.navtoolbar .box_head .icon-skype,
.navtoolbar .box_head .icon-whatsapp,
.navtoolbar .box_head .icon-phone,
.navtoolbar .box_head .icon-mail,
.navtoolbar .box_head .icon-QRcode,
.navtoolbar .box_head .icon-history {
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 52px;
  float: left;
  border: 0;
}
.navtoolbar .p1 {
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  overflow: hidden;
  width: 100%;
}
.navtoolbar .p2,
.navtoolbar .p3 {
  margin-top: 4px;
  line-height: 14px;
  color: #666666;
  width: 100%;
}
.navtoolbar .nav_kefu {
  width: 350px;
  padding: 20px 16px 0;
}
.navtoolbar .nav_kefu .box_title {
  float: left;
  padding-left: 10px;
  width: 260px;
}
.navtoolbar .nav_kefu ul {
  padding: 2px 0px 9px;
  display: inline-block;
  float: left;
  width: 100%;
  border-bottom: 1px dashed #e4e4e4;
}
.navtoolbar .nav_kefu ul li {
  float: left;
  height: 19px;
  line-height: 19px;
  margin-right: 16px;
}
.navtoolbar .nav_kefu ul li a {
  color: #333333;
}
.navtoolbar .nav_kefu ul li a:hover {
  text-decoration: underline;
}
.navtoolbar .nav_kefu .hot_line {
  color: #333333;
  height: 35px;
  line-height: 19px;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
  float: left;
  width: 100%;
}
.navtoolbar .whatsapp,
.navtoolbar .hot_line,
.navtoolbar .box_email,
.navtoolbar .box_QRcode,
.navtoolbar .box_history {
  width: 256px;
  padding: 20px 10px;
}
.navtoolbar .whatsapp .box_title,
.navtoolbar .hot_line .box_title,
.navtoolbar .box_email .box_title,
.navtoolbar .box_QRcode .box_title,
.navtoolbar .box_history .box_title {
  float: left;
  padding-left: 10px;
  width: 175px;
}
.navtoolbar .whatsapp .p_whatsapp,
.navtoolbar .hot_line .p_line,
.navtoolbar .box_email .p_email {
  width: 100%;
  height: 19px;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  float: left;
  margin-top: 5px;
  padding-left: 10px;
}
.navtoolbar .box_email .p_email {
  max-height: 44px;
  height: auto;
}
.navtoolbar .box_email .p_email a:hover {
  text-decoration: underline;
}
.navtoolbar .box_QRcode .qrcode_img {
  margin-top: 10px;
  text-align: center;
  float: left;
  width: 100%;
}
.navtoolbar .box_QRcode .qrcode_img img {
  width: 120px;
  height: 120px;
}
.navtoolbar .box_history .history_record {
  width: 100%;
  float: left;
  overflow-y: auto;
  height: 195px;
}
.navtoolbar .box_history .history_record li {
  width: 100%;
  height: 24px;
  line-height: 24px;
  background: #F5F5F5;
  margin-top: 4px;
  float: left;
  padding: 0 10px;
}
.navtoolbar .box_history .history_record li:hover {
  background: #E6E6E6;
}
.navtoolbar .box_history .history_record li a {
  width: 190px;
  display: inline-block;
  overflow: hidden;
}
.navtoolbar .box_history .history_record li a:hover {
  text-decoration: underline;
}
.navtoolbar .box_history .history_record li:first-child {
  margin-top: 0px;
}
.navtoolbar .box_history .history_record li span {
  float: right;
  margin-top: 7px;
  cursor: pointer;
}
/*右侧悬浮窗-改版end*/
/*作者：周鼎*/
/*产品分类搜索结果页风格2样式*/
.side-menu {
  background-color: white;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}
.rowtable {
  display: table;
  width: 100%;
}
.categoryhead {
  height: 45px;
  padding: 12px 17px;
}
.menu-a {
  background: #fff;
  color: #666666;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
  padding: 5px;
  height: 60px;
  display: block;
  line-height: 50px;
  border-bottom: #ebebeb 1px solid;
}
/*ul#menu li a:hover {
    background: #ebebeb;
}*/
.menu-a:hover {
  background-color: #F5F5F5;
}
.menu-a-ul-li-a {
  color: #333;
  font-size: 14px;
  padding: 5px 5px 5px 20px;
  display: block;
}
/*#menu ul li:nth-of-type(odd){
    background-color: #eeeeee;
}
#menu ul li:nth-of-type(even) {
    background-color: #F5F5F5;
}*/
.filters-container .colflag:nth-of-type(odd) {
  background-color: #F5F5F5;
}
#menu ul li {
  margin-top: 1px;
  border-bottom: #ebebeb 1px solid;
}
ul#menu li ul li a:hover,
ul#menu li ul .onthis a {
  background: #dbd8d8;
  border-left-width: 5px;
  padding-left: 15px;
}
.container-title {
  font-size: 30px;
  font-weight: bold;
  height: 40px;
  line-height: normal;
}
.conimg {
  text-align: center;
  height: 256px;
  line-height: 256px;
}
.conimg img {
  max-width: 100%;
  max-height: 100%;
}
/*产品分类搜索结果页风格2样式-end*/
/*新版产品分类搜索结果页风格2样式*/
.filters-container {
  /*padding: 15px 20px;*/
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  padding-bottom: 0px;
}
.column-item {
  width: 100%;
  height: 300px;
  background: #FFFFFF;
  position: relative;
}
.column-shadown {
  width: 100%;
  height: 100%;
  padding: 20px 30px 24px;
}
.column-shadown:hover {
  position: absolute;
  box-shadow: 0px 0px 21px 0px #e0e0e0;
  z-index: 10;
}
/*.column-item:hover {
    box-shadow: 0px 0px 21px 0px rgba(224,224,224,1);
}*/
.column-left {
  border: 1px solid #dddddd;
  height: 260px;
  max-width: 260px;
}
.column-left img {
  width: 256px;
  height: 256px;
}
.column-right {
  height: 260px;
  padding-left: 40px;
}
.column-title {
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #211F1F;
  width: 100%;
  height: 23px;
  line-height: 23px;
  margin: 18px 0;
}
.column-content {
  height: 200px;
}
.column-content-left {
  height: 100%;
  width: 384px;
}
.column-content-right {
  height: 100%;
  width: 115px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
.column-content-left-item {
  height: 40px;
}
.column-content-font {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
.column-content-left-remark {
  width: 384px;
  line-height: 20px;
  height: 60px;
}
.column-content-left-item .zd-sapn {
  width: 190px;
  height: 100%;
}
.column-content-btn {
  display: block;
  width: 92px;
  height: 32px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  margin-bottom: 20px;
}
.hrdiv {
  width: 100%;
  height: 1px;
  background: #EEEEEE;
}
/*新版产品分类搜索结果页风格2样式--end*/
/************************公共页面的样式--end***********************************/
/************************会员中心的页面样式--start***********************************/
/*LOGO - Header*/
.toptip {
  height: 136px;
  width: 100%;
  min-width: 1200px;
}
.toptip .toptipcontainer {
  padding-top: 9px;
}
.toptip .toptipleft {
  width: 700px;
}
.toptip .toptipleft:before,
.toptip .toptipright:before {
  content: '';
  display: block;
  width: 0px;
  visibility: hidden;
}
.toptip .toptipleft:before {
  height: 9px;
}
.toptip .toptipright:before {
  height: 44px;
}
.toptip .toptipleft .img {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 100px;
  margin-right: 62px;
}
.toptip .toptipleft .img img {
  width: 300px;
  height: 100px;
}
.toptip .toptipleft a i {
  color: white !important;
}
.toptip .toptipleft .returnindex {
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 6px 15px;
}
.toptip .toptipright {
  width: 188px;
}
.toptip .toptipright a {
  display: inline-block;
  padding: 4px 15px;
  border-radius: 50px;
  background: #ffffff;
  position: relative;
  height: 32px;
  line-height: 21px;
}
.toptip .toptipright a i.icon-tubiao4 {
  font-size: 22px;
  position: relative;
  top: 2px;
}
.toptip .toptipright a i.icon-tianxiexinxi {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.toptip .toptipright .cart-count {
  color: #fff;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -10px;
  left: inherit;
  border-radius: 50% 50% 50% 0;
  width: 20px;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
}
/*UCNavigation*/
.UcenterBox {
  width: 100%;
  min-width: 1200px;
  height: auto;
  padding-top: 20px;
}
.ucenter-left {
  height: auto;
  background: #fff;
  width: 13%;
  margin-bottom: 20px;
  padding: 0 5px 10px;
}
.ucenter-left li {
  display: table;
  padding-left: 25px;
  font-size: 14px;
  min-height: 21px;
  padding-bottom: 8px;
  line-height: 20px;
}
.ucenter-left li a {
  position: relative;
}
.ucenter-left li a .uc_pcb_play {
  background: red;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  transform: scale(0.8);
  top: -10px;
  right: -15px;
  text-align: center;
}
.ucenter-left li:first-child {
  margin: 5px 0px;
  padding-left: 0;
}
.ucenter-left li i,
.ucenter-left li h4 {
  float: left;
}
.ucenter-left li i {
  font-size: 20px;
  line-height: 16px;
  margin-top: 4px;
  margin-right: 5px;
}
.uc_userinfo {
  height: 136px;
  text-align: center;
  padding: 10px 0;
}
.uc_userinfo img {
  width: 65px;
  height: 65px;
}
.uc_userinfo p {
  height: 21px;
  line-height: 21px;
  overflow: hidden;
}
/*右侧*/
.ucenter-right {
  width: 85%;
  min-height: 450px;
  margin-bottom: 20px;
}
/*会员中心-头部*/
.userinfo-contenttwo {
  width: 100%;
}
.ucenter-right-main {
  width: 100%;
  background: #fff;
  padding: 0px 20px 0px;
  margin-bottom: 15px;
}
.userinfo {
  padding: 10px 0px;
}
.userinfo-content {
  width: 100%;
}
.userinfo-content .askprice_ullist {
  /* height: 78px; */
  display: flex;
  width: 100%;
}
.userinfo-content .askprice_ullist li {
  width: 100%;
  min-height: 120px;
  padding: 12px;
  line-height: 24px;
  border-left: 1px solid #f2f2f2;
  position: relative;
}
.userinfo-content .askprice_ullist li .uc_pcb_play {
  background: red;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  transform: scale(0.8);
  top: -9px;
  right: -5px;
}
.userinfo-content .askprice_ullist li > a {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.userinfo-content .askprice_ullist li:first-child {
  border-left: 0;
}
/*pub -- start*/
.uc_detailed,
.publicright {
  width: 100%;
  background: #fff;
  /* padding:10px 20px;  */
  padding: 15px;
}
.publicright {
  min-height: 600px;
}
.uc_detailed thead tr {
  height: 35px;
}
.uc_detailed td {
  text-align: left;
  padding-left: 10px;
  position: relative;
}
.uc_detailed tr {
  height: 35px;
}
.centertitle {
  height: 32px;
  margin-bottom: 10px;
}
/*下载销售合同*/
.or_tempSelect {
  padding: 10px;
  text-align: center;
}
.or_tempSelect .temp_list {
  height: 80px;
  display: inline-block;
  padding-top: 20px;
}
.or_tempSelect .temp_name {
  float: left;
  line-height: 32px;
  padding-right: 5px;
}
.or_tempSelect .temp_select {
  float: left;
  width: 200px;
}
.or_tempSelect a {
  color: #FFF;
  cursor: pointer;
}
/*pub -- end*/
/**会员中心专属客服 -- start*/
.uc_service {
  display: flex;
  min-width: 240px;
}
.uc_service > figure {
  float: left;
  min-width: 65px;
}
.uc_service > figure img {
  width: 65px;
  height: 65px;
}
.uc_serviceheadimg {
  width: 65px;
  height: 65px;
  border-radius: 15px;
  line-height: 65px;
  text-align: center;
  margin-top: 6px;
}
.uc_serviceheadimg img {
  width: 90%;
  margin-left: 2px;
}
.uc_service > div p {
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.uc_service > div a {
  color: #666;
}
/*显示二维码的样式*/
.uc_qrcode {
  width: 256px;
  height: auto;
  position: absolute;
  top: 85px;
  left: -105px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  padding: 20px 10px;
  z-index: 10;
}
.uc_qrcode .box_pointer {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  right: 100px;
  top: -5px;
  transform: rotate(45deg);
}
.uc_qrcode .box_head {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
}
.uc_qrcode .icon-QRcode {
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 52px;
  float: left;
  border: 0;
}
.uc_qrcode .box_title {
  float: left;
  padding-left: 10px;
  width: 175px;
}
.uc_qrcode .p1 {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
.uc_qrcode .p2 {
  height: 24px;
  line-height: 24px;
}
.uc_qrcode .qrcodediv {
  width: 100%;
  text-align: center;
  height: 120px;
}
/**会员中心专属客服 -- end*/
/*会员中心 - start*/
/*报价*/
.uc_quote_body {
  height: 181px;
}
.uc_quote_body ul li {
  float: left;
  height: 36px;
  line-height: 36px;
  padding-left: 3px;
}
.uc_quote_body .quote_title {
  width: 100%;
  height: 36px;
  line-height: 36px;
}
.uc_quote_body .quote_content ul {
  height: 36px;
}
.uc_quote_body .quote_content ul:last-child {
  border-bottom-width: 0px;
}
.uc_quote_body .w1 {
  width: 15%;
}
.uc_quote_body .w2 {
  width: 10%;
}
.uc_quote_body .w3 {
  width: 10%;
}
.uc_quote_body .w4 {
  width: 10%;
}
.uc_quote_body .w5 {
  width: 10%;
}
.uc_quote_body .w6 {
  width: 10%;
}
.uc_quote_body .w7 {
  width: 10%;
}
.uc_quote_body .w8 {
  width: 12%;
}
.uc_quote_body .w9 {
  width: 13%;
}
/*会员中心 - end*/
/*我的订单 start*/
/*订单*/
.uc_orders {
  height: auto;
  min-height: 600px;
  background: #fff;
  padding: 10px 20px 15px;
}
.uc_orders .order_tab {
  width: 100%;
}
.uc_orders .order_tab tfoot {
  border-top: 1px solid #c2e1fe;
}
.uc_orders .order_tab .tdbox1 {
  width: 679px;
}
.uc_orders .order_tab .tdbox2 {
  border-right: 1px solid #c2e1fe;
  padding: 0 5px;
  width: 160px;
}
.uc_orders .order_tab .tdbox2 .p1 {
  padding: 8px 0;
  line-height: 16px;
}
.uc_orders .order_tab .tdbox3 {
  padding: 0px 5px;
  width: 140px;
}
.uc_orders .order_tab .tdbox4 {
  border-right: 1px solid #c2e1fe;
  padding: 0 5px;
  width: 99px;
}
.uc_orders .order_tab .order_tab2 {
  width: 100%;
  height: auto;
}
.uc_orders .order_tab .order_tab2 li {
  height: 125px;
  border: 1px solid #c2e1fe;
  border-width: 0 1px 1px 0;
  overflow: hidden;
}
.uc_orders .order_tab .order_tab2 li:last-child {
  border-bottom: none;
}
.uc_orders .order_tab .order_tab2 li > div {
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.uc_orders .order_body {
  border: 1px solid #c2e1fe;
}
.uc_orders .order_body .order_ullist {
  overflow: hidden;
  background: #dcedff;
  height: 32px;
  line-height: 32px;
}
.uc_orders .order_body {
  border-left: none;
}
.uc_orders .w1 {
  width: 110px;
}
.uc_orders .w2 {
  width: 170px;
}
.uc_orders .w3 {
  width: 210px;
}
.uc_orders .w4 {
  width: 188px;
}
.uc_orders .w5 {
  width: 300px;
}
/*我的订单 end*/
/*UC-订单详细界面 start*/
.uc_detailed .nav-title-li {
  font-size: 16px;
}
.uc_detailed .title {
  height: 36px;
  line-height: 36px;
  width: 100%;
}
.uc_detailed .pull-right {
  float: right;
}
.uc_detailed .title a {
  margin-right: 10px;
}
.uc_detailed .main {
  height: auto;
  width: 100%;
}
.uc_detailed .main ul,
.uc_detailed .deliveryInfo ul,
.uc_detailed .order_log ul,
.uc_detailed .invoice ul,
.uc_detailed .shipAddress ul,
.uc_detailed .shipAddress ul {
  height: auto;
  width: auto;
  padding-left: 10px;
  display: table;
  width: 100%;
}
.uc_detailed .main ul li,
.uc_detailed .deliveryInfo ul li,
.uc_detailed .order_log ul li,
.uc_detailed .invoice ul li,
.uc_detailed .shipAddress ul li {
  padding-top: 5px;
  float: left;
  width: 25%;
  /* white-space: nowrap;
    overflow      : hidden; */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.uc_detailed .order_log .remark {
  overflow: initial;
  text-overflow: initial;
  white-space: normal;
  word-wrap: break-word;
}
.uc_detailed .order_log,
.uc_detailed .shipAddress,
.uc_detailed .order_line {
  height: auto;
  width: 100%;
  margin-top: 15px;
  clear: both;
}
.uc_detailed .line {
  position: absolute;
  height: 100%;
  border-right: 1px solid #666666;
  top: 20px;
  left: 15px;
}
.uc_detailed .result-info tr:last-child .line {
  border-right: 0;
}
.uc_detailed .tab {
  height: auto;
}
.uc_detailed .pay {
  margin-top: 10px;
  height: 160px;
  padding-right: 15px;
}
.uc_detailed .pay ul {
  float: right;
  text-align: right;
}
.uc_detailed .divider {
  height: 1px;
  border-width: 1px 0 0 0;
}
.uc_detailed .title_p {
  height: 30px;
  font-size: 16px;
}
.uc_detailed .pay .cupid-yellow {
  width: 120px;
}
.uc_detailed .pay .left-span {
  width: 160px;
  float: left;
}
/*UC-订单详细界面 end*/
/*会员中心(我的询价) start*/
.publicright .search-bar {
  width: 100%;
}
.publicright .tab-list {
  height: auto;
  width: 100%;
  margin: 10px auto 0px;
  min-height: 280px;
}
.publicright .tab-list .tab {
  /* width:100%; */
  height: auto;
  table-layout: fixed;
}
.publicright .tab-list .tab td {
  text-align: center;
}
.publicright .tab-list .tab tr {
  height: 34px;
}
.publicright .tab-list .tab td.t1 {
  width: 41px;
}
.publicright .tab-list .tab td.t2 {
  width: 80px;
}
.publicright .tab-list .tab td.t3 {
  width: 103px;
}
.publicright .tab-list .tab td.t4 {
  width: 62px;
}
.publicright .tab-list .tab td.t5 {
  width: 80px;
}
.publicright .tab-list .tab td.t6 {
  width: 74px;
}
.publicright .tab-list .tab td.t7 {
  width: 100px;
}
.publicright .tab-list .tab td.t8 {
  width: 71px;
}
.publicright .tab-list .tab td.t9 {
  width: 98px;
}
.publicright .tab-list .tab td.t10 {
  width: 145px;
}
.publicright .head .search-bar .input {
  width: 120px;
  height: 32px;
}
/*会员中心(我的询价) End*/
/*我的询价-编辑询价记录start*/
.ucbom-edit table {
  width: 480px;
  margin: 0 auto;
}
.ucbom-edit table td {
  height: 44px;
}
.ucbom-edit td ul {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px 5px;
  width: 180px;
  z-index: 10;
  top: 37px;
}
.ucbom-edit td ul li {
  cursor: pointer;
}
.ucbom-edit td ul li:hover {
  background: #f2f2f2;
}
.ucbom-edit .txt_width {
  width: 180px;
  height: 32px;
  text-indent: 4px;
  border: 1px solid #ccc;
}
.ucbom-edit .infor {
  width: 480px;
  margin: 0 auto;
}
.ucbom-edit .infor .infor_line label {
  width: 100%;
}
.ucbom-edit .infor .infor_line input {
  width: 464px;
  height: 32px;
  text-indent: 4px;
  border: 1px solid #ccc;
}
/*我的询价-编辑询价记录end*/
/*信息通知-start*/
.uc_message .tab-list .tab td.t1 {
  width: 55px;
}
.uc_message .tab-list .tab td.t2 {
  width: 500px;
  text-align: left;
}
.uc_message .tab-list .tab td.t3 {
  width: 80px;
}
.uc_message .tab-list .tab td.t4 {
  width: 200px;
  text-align: left;
}
.uc_message .tab-list .tab td.t5 {
  width: 200px;
}
/*信息通知-end*/
/****修改密码/修改信息--start***/
/* label {
    display: inline-block;
} */
.tabsbox {
  width: 100%;
  height: auto;
  margin: auto;
  font-size: 12px;
}
.tabsbox .tabs td {
  height: 50px;
}
.input-large {
  width: 370px !important;
  display: inline-block;
}
/*.form-control----.form-control, output注意3403行重复问题*/
.form-control {
  width: 100%;
  height: 32px;
  padding: 4px 6px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4e4e4;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  display: inline-block;
  font-size: 12px;
  line-height: inherit;
  color: #555;
}
.form-control:focus {
  border-color: #EE7700;
  outline: 0;
}
/**修改密码/修改信息--end***/
/*新增发票资料--开始*/
.invoice-tab td {
  height: 42px;
}
.invoicebox {
  width: 630px;
  margin: auto;
  font-size: 12px;
}
.invoicebox label.error {
  display: inline-block;
}
.invoicebox .a-upload {
  float: left;
}
.invoicebox .showFileName {
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
}
.invoicebox .showFileName a {
  color: #0979e9;
}
/*新增发票资料--结束*/
/*新增收货地址--开始*/
.goodsaddress {
  width: 660px;
  height: 458px;
  margin: auto;
  font-size: 12px;
  padding: 20px 0px;
}
.w80p {
  width: 80px !important;
}
.w120p {
  width: 120px !important;
}
.w150p {
  width: 150px !important;
}
/*新增收货地址--结束*/
/*开票资料start*/
.content .detailed {
  margin-top: 10px;
  border: 1px solid #dfdfdf;
}
.addbilling {
  display: inline-block;
  text-align: center;
  color: #666;
  cursor: pointer;
  vertical-align: middle;
}
/*开票资料end*/
/*收获地址start*/
.shipaddr-list ul {
  overflow: hidden;
}
.shipaddr-list li {
  width: 48%;
  height: 143px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.shipaddr-list li:last-child {
  text-align: center;
  line-height: 143px;
}
.shipaddr-list .isdefault {
  position: absolute;
  right: 10px;
  margin: 0 0 0 10px;
  font-size: 12px;
  background: #ffaa45;
  padding: 0 4px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
}
.add-i {
  font-size: 20px !important;
  cursor: pointer;
}
.shipaddr-detail {
  width: 100%;
}
.shipaddr-detail .user-name {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #dfdfdf;
  padding: 0px 10px;
  overflow: hidden;
}
.shipaddr-detail .user-name a {
  display: inline-block;
}
.shipaddr-detail .user-name a > i {
  cursor: pointer;
}
.user-message {
  height: 111px;
  padding: 5px 10px;
  position: relative;
  overflow: hidden;
}
.user-message p {
  height: 25px;
  line-height: 25px;
  width: 100%;
}
/*收获地址end*/
/* 增加开票记录,增加收货地址，导入按钮 Start*/
.input-control {
  margin-top: 5px;
  text-indent: 8px;
  height: 36px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.input-control.width {
  width: 300px;
}
.a-upload {
  padding: 4px 10px;
  height: 30px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  color: #888;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 2px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.a-upload input {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  width: 134px;
  padding: 4px 0;
}
.a-upload:hover {
  color: #444;
  background: #eee;
  border-color: #dfdfdf;
  text-decoration: none;
}
/* 增加开票记录,增加收货地址，导入按钮 End*/
/*******************************申请售后 - start**************************/
.uc_applyDetail {
  min-height: 450px;
  padding: 10px 20px;
  background: #fff;
}
.uc_applyDetail .applysaleBox {
  width: 100%;
  min-height: 420px;
  height: auto;
  margin: 0 auto;
}
.uc_applyDetail .applysaleBox textarea,
.uc_applyDetail .modalcontent textarea {
  height: 90px;
  overflow-x: hidden;
  max-width: 885px;
}
.uc_applyDetail .applysaletitle {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #e6f1fd;
}
.uc_applyDetail .realimg ul {
  padding: 10px 0;
}
.uc_applyDetail .realimg ul li {
  margin: 10px 10px 0 0;
}
.uc_applyDetail .realimg img {
  max-width: 195px;
  max-height: 112px;
}
.uc_applyDetail .serviceNum {
  height: 45px;
  line-height: 36px;
}
.uc_applyDetail .thumbnaillist img {
  width: 180px;
  height: 42px;
  margin: 0px 8px 8px 0px;
}
.uc_apply_layer {
  width: 100%;
  height: 100%;
  display: none;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
}
.uc_apply_layer .layui-layer-shade {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.uc_apply_layer .order_close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 28px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  text-indent: 6px;
}
.uc_apply_layer .ar_shipped,
.uc_apply_layer .look_img {
  display: inline-block;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: none;
}
.uc_apply_layer .ar_shipped {
  background: #fff;
  width: 320px;
  height: 100px;
}
.uc_apply_layer .temp_list {
  width: 300px;
  height: 50px;
}
.uc_apply_layer .temp_name {
  float: left;
  line-height: 32px;
  width: 60px;
}
.uc_apply_layer input {
  float: left;
  width: 240px;
}
/*退货单详情*/
.uc_applyDetail .w1 {
  width: 10%;
}
.uc_applyDetail .w2 {
  width: 20%;
}
.uc_applyDetail .w3 {
  width: 15%;
}
.uc_applyDetail .w4 {
  width: 10%;
}
.uc_applyDetail .w5 {
  width: 10%;
}
.uc_applyDetail .w6 {
  width: 15%;
}
.uc_applyDetail .w7 {
  width: 10%;
}
.uc_applyDetail .w8 {
  width: 10%;
}
/*退货单提交*/
.uc_applyDetail .uc_apply_service .w1 {
  width: 10%;
}
.uc_applyDetail .uc_apply_service .w2 {
  width: 10%;
}
.uc_applyDetail .uc_apply_service .w3 {
  width: 20%;
}
.uc_applyDetail .uc_apply_service .w4 {
  width: 15%;
}
.uc_applyDetail .uc_apply_service .w5 {
  width: 13%;
}
.uc_applyDetail .uc_apply_service .w6 {
  width: 12%;
}
.uc_applyDetail .uc_apply_service .w7 {
  width: 10%;
}
.uc_applyDetail .uc_apply_service .w8 {
  width: 10%;
}
/*****************************申请售后 - end********************************/
/*******************************分销商--start***********************************/
.uc_distribution {
  min-height: 450px;
  padding: 10px 20px;
  background: #fff;
}
.uc_page-list p.fr {
  height: 65px;
  line-height: 65px;
}
.uc_distribution .distritip {
  background: #fdf8dc;
  border: 1px solid #f9df50;
  text-indent: 1em;
  margin: 10px 0px 12px;
  overflow: hidden;
}
.uc_distribution .distrilist {
  width: 90%;
  margin: auto;
}
.uc_distribution .distrilist li {
  width: 50%;
  height: 86px;
  margin: 20px 0px 10px 0px;
}
.uc_distribution .distri-i {
  display: inline-block;
  width: 96px;
  height: 74px;
  vertical-align: top;
  text-align: center;
  font-size: 60px !important;
  padding-top: 30px;
}
.uc_distribution .distrilist li .disin-block {
  width: 75%;
  height: 86px;
}
.uc_distribution .distrilist li .disin-block:before,
.uc_distribution .distridraw:before {
  content: '';
  display: block;
  visibility: hidden;
}
.uc_distribution .distrilist li .disin-block:before {
  width: 0px;
  height: 10px;
}
.uc_distribution .distridraw:before {
  width: 0px;
  height: 26px;
}
.uc_distribution .publiccenter {
  background: #fff;
  min-height: 535px;
}
.uc_distribution .distribtn {
  width: 140px;
  margin: 40px auto;
}
.uc_distribution .distribtn a {
  display: inline-block;
  margin: 0 auto;
}
.uc_distribution .distrimoneylist {
  width: 100%;
  padding: 0px 0px;
  margin: auto;
  height: 225px;
}
.uc_distribution .distrimoneylist li {
  width: 50%;
}
.uc_distribution .distrimoneylist li > div {
  margin: auto;
  display: inline;
}
.uc_distribution .distri-suc {
  margin: 40px 0px;
  color: #03ab07;
}
.uc_distribution .distri-code {
  width: 150px;
  margin: 30px auto;
  padding: 0px 20px;
}
.uc_distribution .withdrawbox {
  width: 766px;
  margin: 16px 0px 0px 69px;
  font-size: 12px;
}
.uc_distribution .distri-icon {
  float: left;
  text-align: center;
  padding: 58px 0px 0px 74px;
  margin-right: 21px;
}
.uc_distribution .distri-fontcomposition {
  padding-top: 3px;
  margin-bottom: -11px;
  text-align: center;
}
.uc_distribution .share {
  width: 165px;
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 2;
  background: #fff;
}
.uc_distribution .share .sharetitle {
  padding: 0px 8px;
}
.uc_distribution .share .sharetitle i {
  margin-top: 6px;
}
/*佣金明细*/
.uc_money-min-height {
  min-height: 400px;
}
.uc_money-min-height .input {
  width: 138px;
  height: 32px;
}
.uc_money-min-height .w1 {
  width: 20%;
}
.uc_money-min-height .w2 {
  width: 15%;
}
.uc_money-min-height .w3 {
  width: 15%;
}
.uc_money-min-height .w4 {
  width: 15%;
}
.uc_money-min-height .w5 {
  width: 15%;
}
.uc_money-min-height .w6 {
  width: 20%;
}
/*好友列表*/
.uc_invfriend {
  display: table;
  width: 100%;
  min-height: 400px;
}
.uc_invfriend .w1 {
  width: 15%;
}
.uc_invfriend .w2 {
  width: 15%;
}
.uc_invfriend .w3 {
  width: 15%;
}
.uc_invfriend .w4 {
  width: 10%;
}
.uc_invfriend .w5 {
  width: 15%;
}
.uc_invfriend .w6 {
  width: 20%;
}
.uc_invfriend .w7 {
  width: 10%;
}
/*我的提现*/
.uc_withdraw {
  display: table;
  width: 100%;
  min-height: 400px;
}
.uc_withdraw .w1 {
  width: 10%;
}
.uc_withdraw .w2 {
  width: 10%;
}
.uc_withdraw .w3 {
  width: 10%;
}
.uc_withdraw .w4 {
  width: 10%;
}
.uc_withdraw .w5 {
  width: 10%;
}
.uc_withdraw .w6 {
  width: 10%;
}
.uc_withdraw .w7 {
  width: 10%;
}
.uc_withdraw .w8 {
  width: 10%;
}
.uc_withdraw .w9 {
  width: 10%;
}
.uc_withdraw .w10 {
  width: 10%;
}
/*下级分销*/
.uc_subord {
  display: table;
  width: 100%;
  min-height: 400px;
}
.uc_subord .w1 {
  width: 15%;
}
.uc_subord .w2 {
  width: 15%;
}
.uc_subord .w3 {
  width: 15%;
}
.uc_subord .w4 {
  width: 15%;
}
.uc_subord .w5 {
  width: 15%;
}
.uc_subord .w6 {
  width: 15%;
}
.uc_subord .w7 {
  width: 10%;
}
/*******************************分销商--end***********************************/
/**************************优惠券--start**************************/
.coupon_ad {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.coupon_ad img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.couponBox {
  width: 100%;
  min-height: 300px;
}
.couponBox ul {
  min-height: 170px;
  width: 100%;
  height: auto;
}
.couponBox ul li {
  margin: 0px 15px 15px 0px;
  width: 32%;
  height: 172px;
}
.couponBox .coupon {
  width: 100%;
  height: 170px;
  position: relative;
  background: #FFFFFF;
}
.couponBox .coupon .couponFl {
  width: 80%;
  height: 170px;
  padding: 24px 0px 18px 20px;
  position: relative;
}
.couponBox .coupon .couponFl .p-price {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}
.couponBox .coupon .couponFl .p-info {
  line-height: 22px;
}
.couponBox .coupon .couponFl strong {
  line-height: 50px;
  font-size: 60px;
  margin: 0px 10px;
}
.couponBox .coupon .couponFl .p-txt {
  line-height: 22px;
  margin-top: 25px;
}
.couponBox .coupon .couponFr {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20%;
  height: 170px;
  padding: 35px 0px;
}
.semi-circle {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 170px;
  z-index: 3;
  background: url(../images/semi-circle.png) top center repeat-y;
}
.readyuse {
  width: 22px;
  height: 100px;
  text-align: center;
  margin: auto;
  display: block;
  cursor: pointer;
  writing-mode: vertical-lr;
  font-size: 14px;
}
/**************************会员中心优惠券--end**************************/
/************************会员中心的页面样式--end***********************************/
/************************公共-分部页的页面样式--start***********************************/
/**************************优惠券--整页开始********************/
.privilegebox {
  width: 100%;
  min-width: 1200px;
  height: auto;
}
.privilege {
  height: auto;
}
.al-received {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 4;
}
.al-received span {
  position: absolute;
  color: #d5d5d5;
  font-size: 12px;
  font-style: normal;
  transform: rotate(-40deg) scale(0.9) translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: -20px 0 0px -4px;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
}
/**************************优惠券--整页结束********************/
/************************选型着陆页--start***********************************/
.selection_title {
  width: 100%;
  clear: both;
}
.selection_page {
  border: 1px solid #f2f2f2;
  margin: 20px auto;
  padding: 25px 0;
}
.selection_page .head_title {
  border-bottom: 1px dashed #edd28b;
  font-size: 16px;
  padding-left: 10px;
  line-height: 40px;
  margin: 0 70px;
}
.selection_page .category_list li {
  width: 490px;
  float: left;
  border: 1px solid #edd28b;
  background: #fffdec;
  margin-top: 15px;
  padding: 10px 0 10px 40px;
  margin-left: 15px;
}
.selection_page .category_list ul {
  display: table;
  padding: 20px 100px 20px 85px;
  width: 100%;
}
.selection_page .mainCategory {
  float: left;
  margin-right: 40px;
  text-align: center;
  font-size: 12px;
  width: 100px;
}
.selection_page .mainCategory figure {
  border-radius: 50%;
  border: 1px solid #999;
  width: 90px;
  height: 90px;
  background: #fff;
  overflow: hidden;
  line-height: 86px;
  margin: 0 auto;
}
.selection_page .mainCategory img {
  width: 60px;
  height: 60px;
}
.selection_page .mainCategory p {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 18px;
  width: 160px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.selection_page .childCategory {
  float: left;
  width: 305px;
}
.selection_page .childCategory p {
  width: 50%;
  float: left;
  font-size: 12px;
  line-height: 25px;
  overflow: hidden;
  height: 26px;
}
.selection_page .childCategory p a {
  padding: 0px 10px;
  border: 1px solid transparent;
  line-height: 24px;
  overflow: hidden;
  height: 26px;
  max-width: 150px;
  display: inline-block;
}
.selection_page .childCategory p:hover a {
  background: #fff;
}
/************************选型着陆页--end***********************************/
/*****************************在线询价页面---start*****************************/
/*无搜索框模板使用的头部样式*/
.indent-content ul li {
  padding: 0 5px;
  cursor: pointer;
}
.indent-content ul li + li {
  margin-left: 20px;
}
.indent-content ul li.clbd-theme {
  border-width: 0 0 2px 0;
}
.indent-content #bomFile span {
  position: absolute;
  margin: -32px 10px;
}
.indent-content .form-group {
  margin-top: 0px;
  height: 34px;
  line-height: 32px;
  margin-left: 0;
}
.indent-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.indent-header .texts {
  line-height: 72px;
  font-size: 24px;
  color: #999;
}
.indent-content .bom_contact {
  width: 100%;
  position: relative;
}
.indent-content .bom_contact input {
  width: 500px;
}
.indent-content .project_infor {
  display: inline-block;
}
.indent-content .project_infor input {
  width: 500px;
}
.indent-content .project_infor .d_left,
.indent-content .project_infor .d_right {
  width: 500px;
  float: left;
}
.batchPriceItem dd > div,
.batchPriceItem dt > dfn {
  padding: 8px 10px 8px 0;
}
.batchPriceItem dd > div + div,
.batchPriceItem dt > dfn + dfn {
  padding: 8px 10px;
}
.batchPriceItem .index {
  float: left;
  width: 4%;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.batchPriceItem .model {
  float: left;
  width: 15%;
}
.batchPriceItem .requestqty {
  float: left;
  width: 8%;
}
.batchPriceItem .brand {
  float: left;
  width: 13%;
}
.batchPriceItem .moq {
  float: left;
  width: 11%;
}
.batchPriceItem .batchno {
  float: left;
  width: 11%;
}
.batchPriceItem .deliverytime {
  float: left;
  width: 14%;
  position: relative;
}
.batchPriceItem .deliverytime .select_data {
  display: none;
  position: absolute;
  width: 145px;
  background: #fff;
  left: 11px;
  top: 40px;
  padding: 4px 6px;
  z-index: 10;
}
.batchPriceItem .deliverytime .select_data li:hover {
  background: #f2f2f2;
}
.batchPriceItem .acceptprice {
  float: left;
  width: 11%;
}
.batchPriceItem .remark {
  float: left;
  width: 10%;
  position: relative;
}
.batchPriceItem .dels {
  float: left;
  width: 7%;
}
.batchPriceItem dd {
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.batchPriceItem dd.focus {
  margin-top: -1px;
  padding-top: 1px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.batchPriceItem dd .remark .remark-box {
  display: none;
}
.batchPriceItem dd .remark .remark-box textarea {
  height: 32px;
}
.batchPriceItem dd .remark .arrow {
  display: none;
  position: absolute;
  top: 65px;
  left: 30px;
  width: 18px;
  height: 18px;
}
.batchPriceItem dd .remark .arrow:after,
.batchPriceItem dd .remark .arrow:before {
  content: "";
  display: block;
  left: 50%;
}
.batchPriceItem dd .remark .arrow:before {
  bottom: 100%;
  position: absolute;
  width: 0;
  height: 0;
  border: 9.9px solid transparent;
  border-bottom-color: #e4e4e4;
  margin-left: -9.9px;
  margin-top: -19.8px;
}
.batchPriceItem dd .remark .arrow:after {
  bottom: 97%\9;
  position: absolute;
  width: 0;
  height: 0;
  border: 9.9px solid transparent;
  border-bottom-color: #fff;
  margin-left: -9.9px;
  margin-top: -19.8px;
  bottom: 93%;
  bottom: -moz-calc(93%);
  bottom: calc(93%);
  -moz-transition: border-bottom-color ease-in-out 0.15s;
  transition: border-bottom-color ease-in-out 0.15s;
}
.batchPriceItem dd .remark .last-code {
  display: none;
  position: absolute;
  top: 75px;
  right: -52px;
  width: 48px;
  color: #ccc;
}
.batchPriceItem dd .remark .remark-target {
  height: 30px;
  line-height: 30px;
}
.batchPriceItem dd .remark.focus .arrow:before {
  border-bottom-color: #ed6d00;
}
.batchPriceItem dd .remark.focus .last-code {
  color: #f60;
}
.batchPriceItem dd.in .remark .arrow,
.batchPriceItem dd.in .remark .last-code {
  display: block;
}
.batchPriceItem dd.in .remark {
  height: 115px;
}
.batchPriceItem dd .remark .remark-box {
  display: none;
}
.batchPriceItem dd.in .remark .remark-box {
  display: block;
  position: absolute;
  right: 0;
  top: 65px;
  width: 1078px;
}
.batchPriceItem dd.in .fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.batchPriceItem dd .fa-chevron-down {
  display: inline-block;
  -moz-transition: transform 0.2s linear, -moz-transform 0.2s linear;
}
.batchPriceItem dd:after,
.batchPriceItem dd:before,
.batchPriceItem dt:after,
.batchPriceItem dt:before {
  display: table;
  content: "";
}
/* .amount:after, */
.batchPriceItem dd:after,
.batchPriceItem dt:after,
.clearfix:after {
  clear: both;
}
.indent-content .form-control {
  width: 100%;
  height: 32px;
  padding: 4px 6px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4e4e4;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  display: inline-block;
  font-size: 12px;
  line-height: inherit;
  color: #555;
}
.indent-content .btn-link {
  font-weight: 400;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  border-color: transparent;
  font-size: 12px;
  line-height: 1.5;
  padding: 4px 0;
  background-color: #f2f2f2;
}
.bom_buytip {
  padding: 20px 0px;
}
.bom_buytip ul {
  padding-left: 20px;
}
.bom_buytip ul li {
  list-style-type: disc !important;
}
/*****************************在线询价页面---end*********************************/
/*****************************收银台start*********************************/
.Cashtip {
  display: table;
  width: 100%;
}
.Cashtip .fr label {
  font-size: 18px;
}
.Cashtip .fr p {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  color: red;
}
.Cashtip .fr p span {
  display: inline-block;
}
.Cashtip span:nth-child(2) {
  font-weight: 600;
}
.Cashtip > p {
  text-indent: 3em;
  height: 36px;
  line-height: 36px;
}
.Cashcontent,
.Cashpay {
  padding: 20px;
}
.Cashcontent table {
  width: 100%;
  table-layout: fixed;
  border-width: 1px 0 0 0;
}
.Cashcontent table tr td {
  height: 36px;
  line-height: 36px;
}
.Cashpay .ulpayways {
  overflow: hidden;
}
.Cashpay .ulpayways li {
  width: 116px;
  height: 40px;
  margin: 0 20px 20px 0;
  cursor: pointer;
  position: relative;
}
.Cashpay > p {
  height: 40px;
  line-height: 40px;
}
.Cashsubmit {
  overflow: hidden;
}
.Cashcontent .order_param ul li {
  width: 20%;
  float: left;
}
/*****************************收银台end*********************************/
/*****************************付款结果页start*********************************/
.cash_result {
  padding: 20px 0;
}
.cash_result svg {
  fill: #48cc5e;
  transform: scale(0.35);
  height: 200px;
  width: 200px;
  position: absolute;
  top: -65px;
  left: -65px;
}
.cash_result .res_body {
  padding: 60px 0 40px;
  width: 1200px;
  background: #E8F7EE;
  margin: 0 auto;
  color: #333;
  font-size: 18px;
}
.cash_result .res_body .res_content {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.cash_result .res_body p {
  width: 100%;
  display: table;
  line-height: 22px;
}
.cash_result .res_body p + p {
  margin-top: 10px;
}
.cash_result .res_body span {
  float: left;
}
.cash_result .res_body .p1 {
  height: 70px;
  line-height: 70px;
  font-size: 36px;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.cash_result .res_body .p1 span {
  padding-left: 90px;
}
.cash_result .res_body .color_red {
  font-size: 36px;
  color: #FF0000;
}
.cash_result .res_body .p2 {
  height: 36px;
  line-height: 36px;
  margin-top: 40px;
}
.cash_result .res_body .price_name {
  line-height: 22px;
  position: relative;
  bottom: -12px;
}
.cash_result .res_body .color_gray {
  color: #999999;
}
.cash_result .res_body a {
  color: #2397DA;
  padding-left: 20px;
}
.cash_result .res_body .p5 {
  margin-top: 60px;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.cash_result .res_footer {
  display: inline-block;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  max-width: 1200px;
}
/*****************************付款结果页end*********************************/
/*****************************微信支付start***********************************/
.Cashnum:before,
.Cashnum:after,
.Cashtype:before,
.Cashtype:after,
.CashWechat:before,
.CashWechat:after {
  content: '';
  display: table;
}
.Cashnum:after,
.Cashtype:after,
.CashWechat:after {
  clear: both;
}
.Cashbox {
  padding: 15px 0;
}
.Cash_title {
  width: 100%;
  min-height: 80px;
  min-width: 1200px;
}
.CashWechatbox {
  height: 500px;
}
.CashWechat {
  width: 600px;
  height: 360px;
  margin: 20px auto;
}
.Cashsummoney {
  height: 55px;
  line-height: 55px;
}
.Cashtype .Cashdetail {
  cursor: pointer;
}
.Cashtype .Cashdetail i {
  vertical-align: top;
}
.Cashdetailcontent {
  min-height: 70px;
  padding-top: 10px;
  width: 1160px;
  margin: 20px auto 0;
  border-top: 1px solid #e4e4e4;
  display: none;
}
/*****************************微信支付end***********************************/
/************************公共-分部页的页面样式--end***********************************/
/************************公共-账号的页面样式--start***********************************/
/****************************************************登录页面 ---start************************************/
.login {
  width: 52%;
  margin: 0 auto;
}
.login .form-group .control-label {
  width: 38%;
  margin-left: 3px;
  text-align: right;
}
.login .form-group label {
  float: left;
}
.login .col-md-5 {
  width: 100%;
  height: 390px;
  padding: 1px 26px 0;
}
.login .col-md-6 {
  width: 59%;
  float: left;
  position: relative;
  padding-left: 4px;
  text-align: left;
}
.login .col-md-6:after {
  clear: both;
  content: '';
  display: block;
  zoom: 1;
  width: 0px;
  height: 0px;
}
.login .form-group .form-con {
  width: 100% !important;
}
/*****************************************登录页面 ---end*********************************************/
/*************新的登录页面--start**************/
.LoginBox {
  min-width: 1200px;
}
.LoginBox .login-bg,
.RegisterBox .login-bg {
  width: 100%;
  height: 480px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.LoginBox .login-bg .bg-img,
.RegisterBox .login-bg .bg-img {
  width: 100%;
  height: 480px;
}
.loginmain {
  overflow: hidden;
  height: 480px;
  position: relative;
}
.loginmain > a > img {
  float: left;
  width: 649px;
  height: 459px;
}
.login-content {
  width: 350px;
  height: 400px;
  background: #fff;
  position: absolute;
  right: 0px;
  padding: 10px 24px;
}
.ullogintab {
  height: 36px;
  border-bottom: 2px solid #e4e4e4;
}
.ullogintab > li > a.curlogin {
  cursor: pointer;
  border-width: 0 0 2px 0;
}
.ullogintab li {
  height: 36px;
  line-height: 36px;
}
.ullogintab li > a {
  padding: 7px 25px 6px;
}
.loginform {
  width: 301px;
  height: 240px;
}
.logintitle {
  width: 301px;
  height: 36px;
  line-height: 36px;
  text-align: right;
  font-size: 12px;
}
.logintip {
  border: 1px solid #f6c8b5;
  background: #fceee8;
  width: 301px;
  height: 28px;
  line-height: 24px;
  margin: 0px 0px 10px 0;
  font-size: 12px;
  overflow: hidden;
}
.logintip .icon-error {
  position: relative;
  top: 0;
}
.hidetip {
  visibility: hidden;
}
.login-input {
  margin-bottom: 15px;
  width: 301px;
  height: 38px;
}
.login-input input[type=password],
.login-input input[type=text] {
  border: 0px;
  width: 260px;
  height: 36px;
  line-height: 36px;
  text-indent: 8px;
}
.login-input input[type=button] {
  height: 36px;
  line-height: 36px;
  width: 100px;
  margin-left: 10px;
  padding: 0px;
}
.login-free {
  margin-bottom: 5px;
}
#Logging,
#DyLogging,
#btnEmail {
  width: 301px;
}
/************新的登录页面--end*****************/
/******************************注册--新页面-start**********************/
.RegisterBox {
  width: 100%;
  align-items: center;
  min-width: 1200px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background: url('../images/registerbg.jpg') center;
  background-size: cover;
}
.RegisterBox .register_tip {
  width: 937px;
  margin: 30px auto 0;
}
.loginRegister {
  margin: 0px auto 30px;
  width: 800px;
  height: 485px;
  background: #fff;
  padding-top: 20px;
  box-shadow: 0px 0px 15px #ccc;
  -webkit-box-shadow: 0px 0px 15px #ccc;
  -moz-box-shadow: 0px 0px 15px #ccc;
  -ms-box-shadow: 0px 0px 15px #ccc;
}
.Register-right {
  float: right;
  width: 48%;
  height: 390px;
  padding: 30px 80px;
}
.Register-right1 {
  width: 287px;
  height: 164px;
  padding-top: 20px;
}
.Register-right1 h2 {
  margin-bottom: 20px;
}
.Register-right1 .Reg-login {
  width: 221px;
  height: 36px;
  border: 1px solid #06af06;
  background: #fff;
  color: #3a8930;
  border-radius: 3px;
  margin-bottom: 15px;
  cursor: pointer;
}
.Register-right1 .Reg-login:hover {
  color: #fff;
  background: #06af06;
}
.width-45 {
  width: 45% !important;
}
.width-54 {
  width: 54% !important;
}
/******************************注册--新页面-end**********************/
/******************************注册成功--start**********************/
.reg_resultbg {
  width: 100%;
  min-width: 1200px;
  background: url('../images/registerbg.jpg') no-repeat center top;
  padding: 20px 0px;
  height: 520px;
  position: relative;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.reg_result {
  width: 800px;
  background: #fff;
  margin: 0 auto;
  padding: 10px 0 40px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 15px #ccc;
  -webkit-box-shadow: 0px 0px 15px #ccc;
  -moz-box-shadow: 0px 0px 15px #ccc;
  -ms-box-shadow: 0px 0px 15px #ccc;
}
.reg_head p {
  padding: 20px 0;
  font-size: 20px;
  color: #000;
}
.reg_head .reg_news {
  width: 300px;
  margin: 0 auto;
  background: #fff3d4;
  padding: 0 15px;
  height: 24px;
  line-height: 24px;
  text-align: left;
  overflow: hidden;
}
.reg_head .reg_news i {
  margin-right: 5px;
  font-size: 14px;
}
.reg_fail,
.reg_success {
  display: inline-block;
  color: #000;
}
.reg_success img {
  margin-top: -4px;
}
.reg_fail .p1,
.reg_success .p1 {
  height: 36px;
  line-height: 36px;
  margin: 15px 0;
  font-size: 18px;
}
.reg_fail .p1 {
  height: 44px;
  line-height: 44px;
}
.reg_fail i {
  margin-top: -5px;
}
.to_activate {
  margin: 22px;
  line-height: 30px;
  font-size: 14px;
  color: #a9a9a9;
  display: inline-block;
  text-align: left;
}
.to_activate .welcom-table-top {
  max-width: 100%;
  height: 150px;
  border-bottom: 1px solid #ccc;
}
.to_activate .welcom-table-bottom {
  margin-top: 10px;
}
.to_activate .cupid-red {
  width: 145px;
  height: 30px;
  background-color: #D7F4FD;
  border: 1px solid #67B6C7;
  color: #2394BA;
  border-radius: 3px;
  text-align: center;
  margin-top: 10px;
}
.to_activate .cupid-red:hover {
  border: 1px solid #67B6C7;
  cursor: pointer;
}
.reg_foot {
  height: 36px;
  line-height: 36px;
  margin-top: 30px;
}
.reg_foot a {
  margin: 0 5px;
  display: inline-block;
  border-width: 1px;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 10px;
  overflow: hidden;
}
/******************************注册成功--end**********************/
/**********************忘记密码--新页面--strat***********************/
.retrieve .login .form-group .control-label {
  width: 24%;
}
.successpwd {
  margin-top: 30px;
}
.successpwd:before {
  width: 40px;
  height: 40px;
  content: '\2714';
  display: inline-block;
  color: #76bd53;
  font-size: 48px;
}
.successpwd:after {
  content: '';
  display: block;
  width: 0;
  height: 70px;
}
.ImgCode {
  width: 80px;
  height: 30px;
  position: absolute;
  right: 1px;
  top: 3px;
  border-width: 0 0 0 1px;
  background: #f2f2f2;
  cursor: pointer;
  border-left: 1px solid #ddd;
}
/******************忘记密码--新页面-end****************************/
/*绑定手机邮箱*/
.bind_ph_em .login .form-group .control-label {
  width: 24%;
}
/**********************绑定账号--start***********************/
.register:before,
.register:after,
.register-list-common:before,
.register-list-common:after,
.register-form-group:before,
.register-form-group:after {
  content: '';
  display: table;
}
.register:after,
.register-list-common:after,
.register-form-group:after {
  clear: both;
}
.relating_tab.active a:link,
.relating_tab.active a:visited,
.relating_tab.active i {
  color: #EE7700;
}
.nav_tab {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav_tab > li,
.nav_tab > li > a {
  display: block;
  position: relative;
}
.nav_tab > li > a {
  padding: 10px 15px;
}
.relating_tab {
  width: 50%;
  float: left;
  font-size: 26px;
  text-align: center;
  border-bottom: 2px solid #e4e4e4;
  font-weight: 700 !important;
  overflow: hidden;
  height: 66px;
  line-height: 48px;
}
.relating_tab i {
  margin-right: 10px;
  font-size: 22px;
}
.relating_tab.active {
  border-bottom: 2px solid #EE7700;
}
.relating_tab.active i {
  color: #EE7700;
}
.tab-contents > .tab-pane {
  display: none;
}
.tab-contents > .active {
  display: block;
}
.register {
  margin: 20px auto;
  font-size: 14px;
}
.register .bindpage-list-common {
  position: relative;
  margin-bottom: 20px;
  padding-left: 305px;
}
.c-333 {
  color: #333;
}
.tx {
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 70px;
}
.register .register-list-common {
  margin-bottom: 10px;
  padding-left: 373px;
}
.register .register-form-group {
  position: relative;
  width: 470px;
  float: left;
  margin-bottom: 15px;
}
.register .register-form-group label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  float: left;
  height: 54px;
  line-height: 54px;
  width: 150px;
  padding-left: 10px;
  font-size: 14px;
}
.register .register-form-group .form-control {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  width: 100%;
}
.register .register-form-group .form-control {
  border: 1px solid #e4e4e4;
  width: 470px;
  float: left;
  height: 54px;
  line-height: 28px;
  padding-left: 150px;
  font-size: 14px;
}
.register .register-form-group .form-control:focus {
  border-color: #EE7700;
}
.register .register-form-group .error {
  border-color: red;
}
.register .register-form-group .codeipt {
  width: 310px;
}
.register .register-input-tips {
  height: 54px;
  line-height: 54px;
  width: 340px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-left: 10px;
}
.register .register-input-tips .input-tips {
  display: none;
}
.register .register-input-tips .error {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
span.error {
  color: red;
}
#code_img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: #F2F2F2;
  width: 150px;
  height: 54px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: solid 1px #F2F2F2;
}
.mb0-i {
  margin-bottom: 0 !important;
}
.register .register-form-submit {
  width: 450px;
  float: left;
  margin-left: 382px;
}
.register .btn-theme {
  height: 40px;
}
.register .btn-theme {
  color: #fff;
  background-color: #EE7700;
  border-color: #EE7700;
  transition: all 0.25s ease-in-out 0s;
}
.register .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  font-size: 14px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  user-select: none;
}
.register .register-form-group .help-block {
  position: absolute;
  left: 0;
  top: 25px;
  color: red;
  display: none;
}
.register .register-form-group .sendcode {
  position: absolute;
  right: 0;
  top: 0;
  height: 54px;
  line-height: 54px;
  background: #f2f2f2;
  font-size: 14px;
  width: 150px;
  text-align: center;
  z-index: 1;
  border: 0px;
}
.register .register-form-group button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
/*********************绑定账号--end***********************/
/************************公共-账号的页面样式--end***********************************/
/*新版产品展示 author:小周*/
.product-album-container {
  width: 100%;
  height: 720px;
  background: #2A2A2A;
}
.product-album-slideBox {
  width: 1030px;
  margin: 0 auto;
  padding-top: 1px;
}
.product-album-bd {
  width: 100%;
  height: 480px;
  display: flex;
  margin-top: 70px;
  background-color: white;
  padding: 15px 10px;
}
.product-album-bd ul {
  width: 800px;
  height: 450px;
  overflow: hidden;
  margin: 0 4px;
}
.product-album-bd ul li {
  width: 800px;
  height: 450px;
  display: flex;
  justify-content: center;
  /*水平居中*/
  align-items: center;
  /*垂直居中*/
}
.product-album-bd ul li img {
  max-width: 800px;
  max-height: 450px;
}
.product-album-bd-left-right {
  width: 100px;
  height: 450px;
  line-height: 530px;
  background: #000000;
  opacity: 0.15;
  text-align: center;
}
.product-album-bd-left-right svg {
  width: 22px;
  height: 100px;
}
.product-album-prev,
.product-album-next {
  display: inline-block;
  width: 40px;
  height: 90px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
  background: url(../images/icon-pub.png) no-repeat center;
}
.product-album-prev {
  background-position: -21px -74px;
}
.product-album-next {
  background-position: -51px -79px;
}
.product-album-hd {
  white-space: nowrap;
}
.product-album-hd ul {
  height: 105px;
  overflow-x: auto;
  padding-top: 30px;
}
.product-album-hd ul li {
  width: 100px;
  height: 56px;
  margin-right: 13px;
  display: inline-block;
  background-color: white;
}
.product-album-hd ul li img {
  width: 100%;
  height: 100%;
}
/* 滚动条整体部分 */
.topnav_box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #d0cdc7;
}
/* scroll轨道背景 */
.topnav_box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #FFFFFF;
}
/* 滚动条 */
.topnav_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #E6E6E6;
}
.product-album-on {
  border: 2px solid #31CF00;
}
/*新版产品展示 end*/
.browser_upgade_bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.5;
  z-index: 9999;
}
.browser_upgade {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.browser_upgade p {
  font-size: 28px;
  line-height: 1.8em;
  text-align: left;
}
.browser_upgade .outter-box {
  width: 600px;
  margin: 0 auto;
  height: 100%;
  vertical-align: middle;
}
.browser_upgade .outter-box .cnt {
  background-color: #fff;
  padding: 16px;
}
.browser_upgade .outter-box table {
  width: 100%;
}
.browser_upgade .outter-box td {
  text-align: center;
}
.browser_upgade img {
  width: 64px;
}
/*兴森企业认证页面*/
.xs-cert-process-btn {
  width: 140px;
  height: 40px;
  border: none;
  display: inline-block;
  line-height: 40px;
  border-radius: 5px;
}
.xs-cert-process-box {
  width: 800px;
  margin: 0 auto;
}
.xs-cert-process-tooltip {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.xs-cert-process-icon_qurstion {
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  border-radius: 50%;
  font-style: normal;
}
.xs-cert-process-tootip_msg {
  position: absolute;
  padding: 5px;
  top: 25px;
  left: 0px;
  word-break: break-all;
  font-size: 12px;
  background: #fff;
  line-height: 21px;
  display: none;
  width: 230px;
  z-index: 100;
  text-align: left;
}
.xs-cert-process-tooltip:hover .xs-cert-process-tootip_msg {
  display: block;
}
.xs-cert-process-detail {
  overflow: hidden;
  height: 190px;
}
.xs-cert-process-content {
  width: 340px;
  height: 100%;
  background-color: #F2F2F2;
  padding: 30px;
}
.xs-cert-process-colline {
  height: 100%;
  width: 1px;
  background-color: #E4E4E4;
}
/*兴森企业认证页面-end*/
