/* base */
body {
  font-feature-settings: 'kern' 1;
  text-rendering: geometricPrecision;
  font-family: tahoma, arial, 'Hiragino Sans GB', "Microsoft YaHei", sans-serif;
  font-size: 14px;
  color: #666;
  /* 为了解决默认样式被cms返回的样式覆盖产生的样式跳跃变化的问题，默认将页面隐藏，在cms样式生效后显示页面。
	 * 具体参考commonService.js _getHeaderFooter方法
	*/
  display: none;
  margin: 0;
}
img {
  border: none;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none;
}
select {
  background: #fff;
}
.container {
  width: 1190px;
  margin: 0 auto;
  background-color: #fff;
}
.container:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.cursorPointer {
  cursor: pointer;
}
.normal-font-weight {
  font-weight: normal!important;
}
.pt10 {
  padding-top: 10px;
}
.pb36 {
  padding-bottom: 36px;
}
.mt10 {
  margin-top: 10px!important;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.txtcenter {
  text-align: center;
}
*html .clearfix {
  zoom: 1;
}
.disable {
  color: #bbb;
  cursor: default;
  border-color: #ccc;
}
.theme {
  color: #E50015;
}
.c3 {
  color: #333;
}
.cc {
  color: #ccc;
}
.red {
  color: #f23030;
}
.blue {
  color: #005ea7;
}
.color66 {
  color: #666;
}
select {
  background-color: #fff;
}
.bold {
  font-weight: bold;
}
.h25px {
  line-height: 25px;
  height: 25px;
}
.lh25px {
  line-height: 25px;
}
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
input,
button {
  outline: none;
}
input[type=text],
select,
textarea {
  border: 1px solid #ddd;
}
/* input[type=checkbox] {
	position: relative;
	top: -1px;
	vertical-align: middle;
} */
.btn {
  display: inline-block;
  height: 36px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border: 0 none;
  background-color: #f23030;
  cursor: pointer;
}
.btn:hover {
  color: #fff;
  background-color: #f01818;
}
.btn:active {
  background-color: #d20d0d;
}
.btn.big {
  height: 40px;
  line-height: 40px;
}
.btn.inverse {
  color: #666;
  background-color: #E9E9E9;
}
.btn.inverse:hover {
  background-color: #ddd;
}
.btn.disabled {
  color: #f8f8f8;
  background-color: #ddd;
  cursor: default;
}
/* 表格 */
.row {
  overflow: hidden;
  *zoom: 1;
}
.row .cell {
  float: left;
  _display: inline;
}
/* 表格 */
.table .thead {
  background-color: #eee;
}
/* 模态 弹框背景统一颜色 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  background: #000000;
  /*不支持rgba的浏览器*/
  background: rgba(51, 51, 51, 0.3);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, 0, endColorstr=#B2000000, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
  background: none\9;
}
.wait {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../images/company/loading.gif);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 150px;
  background-attachment: fixed;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  z-index: 10000;
  overflow: auto;
}
/* 模块 */
.module {
  /* margin-bottom: 20px; */
  background-color: #fff;
}
.module .mt {
  border-bottom: 2px solid #ddd;
  overflow: hidden;
  *zoom: 1;
}
.module .mt h2 {
  float: left;
  margin: 0;
  padding-bottom: 11px;
  color: #E50015;
  font-size: 20px;
  font-weight: normal;
}
.module .mt .head {
  float: left;
  width: 4px;
  height: 17px;
  margin-top: 2px;
  margin-right: 9px;
  font-size: 0;
  background-color: #d10013;
}
.module .mt .hotterm {
  float: right;
  margin-top: 10px;
}
.module .mt .hotterm a {
  color: #bbb;
}
.module .mt .hotterm a.term {
  padding: 0 4px;
}
.module .mt .hotterm a.more {
  margin-left: 11px;
}
.module .mt .linkr {
  float: right;
}
.module .mt .linkr a {
  padding: 0 4px;
  color: #d60014;
}
.module .mt.color2 {
  margin-top: 20px;
  border-bottom: 1px solid #bbb;
}
.module .mt.color2 h2 {
  padding-bottom: 5px;
  color: #666;
  font-size: 16px;
}
.module .mt.color2 .linkr {
  margin-top: 4px;
}
.module .mt.color2 .icon-arrow-right3 {
  margin-top: -2px;
}
.module .mc {
  overflow: hidden;
  *zoom: 1;
}
/* 聊天框  临时 */
#LRfloater0 {
  z-index: 999 !important;
}
.w100 {
  width: 100%;
}
.mgT0 {
  margin-top: 0!important;
}
.mgT5 {
  margin-top: 5px;
}
.mgT8 {
  margin-top: 8px;
}
.mgT20 {
  margin-top: 20px!important;
}
.mgT30 {
  margin-top: 30px!important;
}
.mgB30 {
  margin-bottom: 30px;
}
.mgT15 {
  margin-top: 15px;
}
.mgT10 {
  margin-top: 10px;
}
.mgL10 {
  margin-left: 10px;
}
.mgR10 {
  margin-right: 10px;
}
.mgR15 {
  margin-right: 15px;
}
.mgL20 {
  margin-left: 20px;
}
.mgR20 {
  margin-right: 20px;
}
.mgAuto {
  margin: 0 auto;
}
.w80PX {
  width: 80px;
}
.f40 {
  font-size: 40px;
}
.f16 {
  font-size: 16px!important;
}
.f18 {
  font-size: 18px;
}
.price-text {
  font-size: 16px!important;
}
.price-small-text {
  font-size: 14px!important;
}
.f14 {
  font-size: 14px;
}
.f12 {
  font-size: 12px;
}
.overHidden {
  overflow: hidden;
}
.btn.short-btn {
  padding: 0 10px;
  font-weight: bold;
}
.btn.mid-btn {
  padding: 0 30px;
  font-weight: bold;
}
.btn.long-btn {
  padding: 0 50px;
  font-weight: bold;
}
.tip-num {
  border-radius: 12px;
  background: #f23030;
  min-width: 12px;
  font-size: 12px;
  min-height: 12px;
  line-height: 10px;
  color: #fff;
  position: relative;
  left: -16px;
  top: -10px;
  border: 3px solid #f23030;
}
.mgt10 {
  margin-top: 10px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt30 {
  margin-top: 30px;
}
.mgb12 {
  margin-bottom: 12px;
}
.mgR18 {
  margin-right: 18px;
}
.fb {
  font-weight: bold;
}
.mgt5 {
  margin-top: 5px;
}
.mgB0 {
  margin-bottom: 0px;
}
.mgB10 {
  margin-bottom: 10px;
}
.mgB15 {
  margin-bottom: 15px;
}
.mgB20 {
  margin-bottom: 20px;
}
.mgB50 {
  margin-bottom: 50px;
}
.mgB60 {
  margin-bottom: 60px;
}
.mgB3 {
  margin-bottom: 3px;
}
.magr12l8 {
  margin: 0 12px 0 8px;
}
.white {
  background-color: #fff;
}
.pdr20 {
  padding-right: 20px!important;
}
.pdT12 {
  padding-top: 12px!important;
}
.pdB12 {
  padding-bottom: 12px!important;
}
.pdR5 {
  padding-right: 5px;
}
.pdL10 {
  padding-left: 10px;
}
.pdR10 {
  padding-right: 10px;
}
.pdT10 {
  padding-top: 10px;
}
.pdB10 {
  padding-bottom: 10px;
}
.pdL15 {
  padding-left: 15px;
}
.pdR15 {
  padding-right: 15px;
}
.pdT15 {
  padding-top: 15px;
}
.pdB15 {
  padding-bottom: 15px;
}
.pdL20 {
  padding-left: 20px;
}
.pdR20 {
  padding-right: 20px;
}
.pdT20 {
  padding-top: 20px;
}
.pdB20 {
  padding-bottom: 20px;
}
.pd15 {
  padding: 15px;
}
.pd20 {
  padding: 20px;
}
.pd10 {
  padding: 10px;
}
.pdLR15 {
  padding: 0px 15px 0px 15px;
}
.pdTB15 {
  padding: 15px 0px 15px 0px;
}
.pdLR20 {
  padding: 0px 20px 0px 20px;
}
.pdTB20 {
  padding: 20px 0px 20px 0px;
}
.pagination {
  margin: 40px 0 50px 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.positonRE {
  position: relative;
}
.f0 {
  font-size: 0;
}
.dis {
  display: block;
}
.mini-login-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  /*不支持rgba的浏览器*/
  background: rgba(51, 51, 51, 0.3);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99515151, 51, endColorstr=#99515151, 51);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2515151, endColorstr=#B2515151);
  background: none\9;
  z-index: 1000;
}
.mini-login-modal .qrcode-box {
  cursor: pointer;
  position: absolute;
  height: 52px;
  width: 52px;
  right: 6px;
  top: 6px;
}
.mini-login-modal .qrcode-box .qrcode-text {
  display: block;
  position: absolute;
  top: 0px;
  right: 47px;
  height: 28px;
  width: 112px;
  background: url('../../images/company/company-icon.png') no-repeat -536px -356px;
  padding-left: 37px;
  line-height: 28px;
  color: #E50015;
}
.mini-login-modal .qrcode-box .qrcode-text .qrcode-img {
  display: block;
  height: 14px;
  width: 12px;
  position: absolute;
  top: 6px;
  left: 16px;
}
.mini-login-modal .phone-box {
  cursor: pointer;
  position: absolute;
  height: 52px;
  width: 52px;
  right: 6px;
  top: 6px;
}
.mini-login-modal .phone-box .phone-text {
  display: block;
  position: absolute;
  top: 0px;
  right: 47px;
  height: 28px;
  width: 112px;
  background: url('../../images/company/company-icon.png') no-repeat -536px -356px;
  padding-left: 37px;
  line-height: 28px;
  color: #E50015;
}
.mini-login-modal .code-img-box {
  margin-top: 27px;
  text-align: center;
  margin-bottom: 27px;
}
.mini-login-modal .code-img-box #qrCode {
  display: block;
  margin-bottom: 10px;
  min-width: 123px;
  min-height: 116px;
}
.mini-login-modal .code-img-box img {
  display: block;
  margin: 0 auto 18px;
}
.mini-login-modal .code-img-box span {
  color: #999;
}
.mini-login-modal .code-img-box b {
  font-weight: normal;
  color: #E50015;
}
.mini-login-modal .login-select {
  /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
}
.mini-login-modal .user-sele {
  width: 80px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  top: 1px;
  left: 40px;
  border-right: 1px solid #ddd;
  text-align: center;
  border-top: none;
  border-left: none;
  border-bottom: none;
  padding-left: 10px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: left;
}
.mini-login-modal .form-group {
  margin-bottom: 16px;
  padding: 0 20px;
}
.mini-login-modal .form-group .smsBtn,
.mini-login-modal .form-group .updBtn {
  float: left;
  width: 125px;
  margin-left: 15px;
  font-size: 12px;
  background-color: #eee !important;
  color: #000 !important;
  border-radius: 0;
}
.mini-login-modal .identity-login .icon-user-box .icon-more-down {
  position: absolute;
  left: 92px;
  z-index: 2;
  top: 18px;
}
.mini-login-modal .form-group {
  margin-bottom: 16px;
  padding: 0 20px;
}
.mini-login-modal .form-group .smsBtn,
.mini-login-modal .form-group .updBtn {
  float: left;
  width: 125px;
  margin-left: 15px;
  font-size: 12px;
  background-color: #eee !important;
  color: #000 !important;
  border-radius: 0;
}
.mini-login-modal .form-group .smsBtn.del,
.mini-login-modal .form-group .updBtn.del {
  position: absolute;
  right: -80px;
}
.mini-login-modal .form-group .smsBtnHigh {
  float: left!important;
  width: 125px!important;
  margin-left: 15px!important;
  font-size: 12px!important;
  background-color: #555 !important;
  border-radius: 0!important;
}
.mini-login-modal .form-group input.btn.smsBtnHigh[disabled] {
  color: #E50015;
}
.mini-login-modal .form-group .input {
  width: 228px;
  padding: 7px 10px;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  border: 1px solid #ddd;
  -webkit-transition: border-color linear 0.5s;
  transition: border-color linear 0.5s;
}
.mini-login-modal .form-group .input:focus {
  border-color: #E50015;
}
.mini-login-modal .form-group .input.big {
  width: 248px;
  padding: 9px 10px;
}
.mini-login-modal .form-group .input.md {
  width: 248px;
  padding: 2px 10px;
}
.item-img-box {
  position: relative;
  margin-right: 17px;
}
.item-img-box .item-img {
  display: block;
}
.item-img-box .error {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('../../images/company/company-default.png') no-repeat -459px -11px;
  top: -4px;
  right: -6px;
  z-index: 100;
  cursor: pointer;
}
.delete-image {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('../../images/company/company-default.png') no-repeat -459px -11px;
  top: -4px;
  right: -6px;
  z-index: 100;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
}
.pull-left {
  float: left;
}
.transverse-inline-block {
  display: inline-block !important;
}
.form .input {
  float: left;
}
.form .select {
  float: left;
}
.form .addr {
  display: block;
  position: initial;
  float: left;
  padding: 1px 4px;
  color: #f23030;
}
.colorRed {
  color: #f23030;
}
/*箭头弹框样式*/
.share-text-box {
  position: absolute;
  top: 42px;
  left: 17px;
  padding: 10px;
  width: 200px;
  background-color: #fffdee;
  border: 1px solid #edd28b;
  z-index: 999;
}
.share-text-box s {
  position: absolute;
  top: -20px;
  *top: -22px;
  left: 48px;
  display: block;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent #edd28b transparent;
  border-style: dashed dashed solid dashed;
  border-width: 10px;
}
.share-text-box s em {
  position: absolute;
  top: -9px;
  *top: -9px;
  left: -10px;
  display: block;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent #fff transparent;
  border-style: dashed dashed solid dashed;
  border-width: 10px;
}
.buyStepBox {
  margin: 0 auto;
  display: block;
  height: 60px;
  clear: both;
  width: 480px;
  position: absolute;
  top: -102px;
  right: 0;
}
.buyStepBox li {
  position: relative;
  text-align: center;
  width: 33.3333333333%;
  padding-top: 22px;
  float: left;
}
.buyStepBox h4 {
  position: absolute!important;
  width: 100%;
  text-align: center;
  top: 50px;
  font-weight: normal;
}
.buyStepBox .line_bg {
  height: 5px;
  background: #ccc;
  display: inline-block;
  width: 50%;
  top: 34px;
  position: absolute;
  z-index: 1;
}
.buyStepBox .lbg-l {
  left: 0;
}
.buyStepBox .lbg-r {
  right: 0;
}
.buyStepBox .num {
  position: relative;
  z-index: 2;
  background: #fff;
  width: 34px;
  height: 30px;
  text-align: center;
  display: inline-block;
}
.buyStepBox .num em {
  width: 18px;
  height: 18px;
  display: inline-block;
  left: 8px;
  top: 5px;
  position: absolute;
  background-image: none;
  background: #ccc;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 2;
  border-radius: 50%;
}
.buyStepBox .num i {
  z-index: 3;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  top: 11px;
  width: 6px;
  height: 6px;
  display: inline-block;
  left: 14px;
  position: absolute;
  background-image: none;
  background-color: #fff;
  border-radius: 50%;
}
.buyStepBox .lbg-txt {
  position: relative;
  color: #999;
  font-size: 12px;
}
.buyStepBox .current .lbg-txt {
  color: #ffd0b0;
}
.buyStepBox .current .line_bg,
.buyStepBox .current .num em {
  background: #ffd0b0;
}
.buyStepBox .active .lbg-txt {
  color: #ff4f00;
}
.buyStepBox .active .line_bg,
.buyStepBox .active .num em {
  background: #ff4f00;
}
.buyStepBox .f-r5 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.afterSaleColor {
  color: #333;
  font-weight: bold;
}
.afterSaleListColor {
  color: #ff3100;
}
.list-titleColor {
  color: #333;
}
.cregisColor {
  color: #E50015;
}
.width103 {
  width: 103px;
}
.width162 {
  width: 162px;
}
.width175 {
  width: 175px;
}
.width218 {
  width: 218px;
}
.width240 {
  width: 240px;
}
.mini-login-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  /*不支持rgba的浏览器*/
  background: rgba(51, 51, 51, 0.3);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99515151, 51, endColorstr=#99515151, 51);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2515151, endColorstr=#B2515151);
  background: none\9;
  z-index: 1000;
}
.mini-login-modal-mask {
  width: 100%;
  height: 100%;
}
.mini-login-modal .qrcode-box {
  cursor: pointer;
  position: absolute;
  height: 52px;
  width: 52px;
  right: 6px;
  top: 6px;
}
.mini-login-modal .qrcode-box .qrcode-text {
  display: block;
  position: absolute;
  top: 0px;
  right: 47px;
  height: 28px;
  width: 112px;
  background: url('../../images/company/company-icon.png') no-repeat -536px -356px;
  padding-left: 37px;
  line-height: 28px;
  color: #E50015;
}
.mini-login-modal .qrcode-box .qrcode-text .qrcode-img {
  display: block;
  height: 14px;
  width: 12px;
  position: absolute;
  top: 6px;
  left: 16px;
}
.mini-login-modal .phone-box {
  cursor: pointer;
  position: absolute;
  height: 52px;
  width: 52px;
  right: 6px;
  top: 6px;
}
.mini-login-modal .phone-box .phone-text {
  display: block;
  position: absolute;
  top: 0px;
  right: 47px;
  height: 28px;
  width: 112px;
  background: url('../../images/company/company-icon.png') no-repeat -536px -356px;
  padding-left: 37px;
  line-height: 28px;
  color: #E50015;
}
.mini-login-modal .code-img-box {
  margin-top: 27px;
  text-align: center;
  margin-bottom: 27px;
}
.mini-login-modal .code-img-box #qrCode {
  display: block;
  margin-bottom: 10px;
  min-width: 123px;
  min-height: 116px;
}
.mini-login-modal .code-img-box img {
  display: block;
  margin: 0 auto 18px;
}
.mini-login-modal .code-img-box span {
  color: #999;
}
.mini-login-modal .code-img-box b {
  font-weight: normal;
  color: #E50015;
}
.mini-login-modal .login-select {
  /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
}
.mini-login-modal .user-sele {
  width: 80px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  top: 1px;
  left: 40px;
  border-right: 1px solid #ddd;
  text-align: center;
  border-top: none;
  border-left: none;
  border-bottom: none;
  padding-left: 10px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: left;
}
.mini-login-modal .form-group {
  margin-bottom: 16px;
  padding: 0 20px;
}
.mini-login-modal .form-group .smsBtn,
.mini-login-modal .form-group .updBtn {
  float: left;
  width: 125px;
  margin-left: 15px;
  font-size: 12px;
  background-color: #eee !important;
  color: #000 !important;
  border-radius: 0;
}
.mini-login-modal .identity-login .icon-user-box .icon-more-down {
  position: absolute;
  left: 92px;
  z-index: 2;
  top: 18px;
}
.mini-login-modal .form-group {
  margin-bottom: 16px;
  padding: 0 20px;
}
.mini-login-modal .form-group .smsBtn,
.mini-login-modal .form-group .updBtn {
  float: left;
  width: 125px;
  margin-left: 15px;
  font-size: 12px;
  background-color: #eee !important;
  color: #000 !important;
  border-radius: 0;
}
.mini-login-modal .form-group .smsBtn.del,
.mini-login-modal .form-group .updBtn.del {
  position: absolute;
  right: -80px;
}
.mini-login-modal .form-group .smsBtnHigh {
  float: left !important;
  width: 125px !important;
  margin-left: 15px !important;
  font-size: 12px !important;
  background-color: #555 !important;
  border-radius: 0 !important;
}
.mini-login-modal .form-group input.btn.smsBtnHigh[disabled] {
  color: #E50015;
}
.mini-login-modal .form-group .input {
  width: 228px;
  padding: 7px 10px;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  border: 1px solid #ddd;
  -webkit-transition: border-color linear 0.5s;
  transition: border-color linear 0.5s;
}
.mini-login-modal .form-group .input:focus {
  border-color: #E50015;
}
.mini-login-modal .form-group .input.big {
  width: 248px;
  padding: 9px 10px;
}
.mini-login-modal .form-group .input.md {
  width: 248px;
  padding: 2px 10px;
}
/*
    地址框样式
*/
.add-user {
  display: none;
  position: fixed;
  width: 750px!important;
  border: 5px solid #ddd;
  z-index: 200;
  background: white;
  left: 50%;
  top: 20%;
  margin-left: -375px;
  border-radius: 5px;
  line-height: 1;
  font-size: 12px;
}
.add-user .add-title {
  height: 25px;
  background: #f8f8f8;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
.add-user .add-title .title-text {
  float: left;
}
.add-user .add-title .close-img {
  float: right;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
}
.add-user dl {
  padding-top: 16px;
}
.add-user dl dt {
  float: left;
  width: 87px;
  margin-right: 11px;
  text-align: right;
  padding-top: 8px;
}
.add-user dl select {
  width: 110px;
  height: 30px;
  padding-left: 11px;
}
.add-user dl .seem-height {
  padding: 0;
  width: 158px;
  height: 28px;
}
.add-user dl .no-height {
  padding: 0;
  height: 28px;
  width: 298px;
}
.add-user dl dd {
  float: left;
}
.add-user dl .left-right {
  margin: 8px 10px 0px 23px;
}
.add-user dl .pddleft {
  padding-left: 32px;
  position: relative;
  right: 0;
  top: 2px;
}
.add-user dl .pddleft::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('../../images/company/company-default.png') no-repeat -703px -101px;
  left: 8px;
  top: 0;
}
.add-user dl .fl {
  float: left;
  margin: 3px 0;
  margin-right: 11px;
}
.add-user .add-bottom {
  margin-left: 96px;
  margin-bottom: 20px;
}
.add-user .add-bottom .btn {
  min-width: 130px;
  height: 36px;
  border-radius: 15px;
}
.add-user .add-bottom span {
  display: block;
  margin-top: 8px;
  margin-bottom: 21px;
  color: #999;
}
.add-user .add-bottom input[type=button] {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  min-width: 130px;
  height: 35px;
  background: #f23030;
  color: #fff;
  border-radius: 15px;
}
/* 弹出框 */
.dialogForm {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #000000;
  /*不支持rgba的浏览器*/
  background: rgba(51, 51, 51, 0.3);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, 0, endColorstr=#B2000000, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
  background: none\9;
}
.mnl-box-internet {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dialog {
  display: none;
  position: absolute;
  left: 50%;
  top: 15%;
  width: 200px;
  margin-left: -100px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);
  *border: 3px solid #ccc;
  z-index: 1001;
  border-radius: 5px;
}
.dialog.md {
  width: 400px;
  margin-left: -200px;
}
.dialog.lg {
  width: 800px;
  margin-left: -400px;
}
.dialog-content {
  width: 100%;
  height: 100%;
}
.dialog-header {
  color: #fff;
  text-align: left;
  background-color: #E50015;
}
.dialog-header h5 {
  height: 37px !important;
  margin: 0 !important;
  padding-left: 10px !important;
  line-height: 37px !important;
  font-size: 14px !important;
}
.dialog-header-notie {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dialog-body {
  padding: 20px 10px;
}
.dialog-footer {
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: right;
}
.dialog-footer .btn {
  height: 34px;
  padding: 0 20px;
}
.dialog-footer .cancel {
  color: #666;
  background-color: #f8f8f8;
}
.dialog-close {
  width: 25px;
  height: 25px;
  line-height: 21px;
  position: absolute;
  background: #eee;
  color: #E50015;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  right: -8px;
}
.dialog-close:hover {
  color: #ccc;
}
.dialog-close-ie {
  top: 0;
  right: 0;
}
.dialog-close-notie {
  border-radius: 30px;
  top: -8px;
}
.dialog-close-location {
  right: 8px;
  font-size: 20px;
  color: inherit;
  top: 3px;
  position: absolute;
  font-weight: bold;
}
.dialog-close-location:hover {
  color: #ccc;
}
.dialog {
  position: absolute;
  left: 50%;
  top: 15%;
  width: 370px;
  border: 5px solid #ddd;
  margin-left: -185px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);
  z-index: 1001;
  border-radius: 8px;
}
.dialog .dialog-close {
  width: 25px;
  height: 25px;
  position: absolute;
  background: #eee;
  color: #aaa;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  right: 4px;
}
.dialog .dialog-close-notie {
  border: none;
}
.dialog .dialog-close-notie {
  border-radius: 30px;
  top: 4px;
}
.dialog .dialog-header {
  background-color: #eee;
}
.dialog .dialog-header h5 {
  color: #666;
}
.dialog .dialog-body {
  text-align: center;
}
.dialog .dialog-footer {
  text-align: center;
}
.dialog .dialog-footer .btn {
  border-radius: 15px;
}
.mnl-box {
  display: block;
  position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -175px;
}
.mnl-box .form-group {
  margin-bottom: 16px;
  padding: 0 20px;
  text-align: center;
}
.mnl-box .form-group .smsBtn {
  float: left;
  height: 40px;
  width: 130px;
  margin-left: 8px;
  font-size: 12px;
  border-radius: 0;
  background-color: #555;
}
.mnl-box .form-group button {
  width: 120px;
  height: 35px;
  border: none;
  border-radius: 15px;
  margin: 10px 4px;
}
.mnl-box .form-group .sure {
  background-color: #f23030;
  color: #fff;
}
.mnl-box .form-group .noSure {
  background-color: #eee;
  color: #fff;
}
.mnl-box .form-group .remove {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666;
}
.mnl-box #login-page {
  border: 6px solid #999;
  border-color: transparent;
  border-color: rgba(193, 193, 193, 0.8);
  border-radius: 5px;
}
.mnl-box #login-page .input {
  float: none;
  width: 248px;
}
.mnl-box #login-page .user-phone {
  padding-left: 130px!important;
  width: 168px!important;
}
.mnl-box #login-page .mnl-title {
  height: 40px;
  box-sizing: border-box;
  margin: 0;
  padding: 11px 15px 0 15px;
  background-color: #f5f5f5;
  cursor: pointer;
}
.mnl-box #login-page .mnl-title dt {
  float: left;
  font-size: 14px;
  font-weight: bold;
}
.mnl-box #login-page .mnl-title .mnl-close {
  width: 16px;
  height: 16px;
  font-size: 22px;
  line-height: 18px;
  float: right;
}
.mnl-box #login-page .login-form {
  float: left;
  width: 350px;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
}
.mnl-box #login-page .login-form .mnl-title {
  height: 40px;
  box-sizing: border-box;
  margin: 0;
  padding: 11px 15px 0 15px;
  background-color: #eee;
  margin-bottom: 15px;
  cursor: pointer;
}
.mnl-box #login-page .login-form .mnl-title dt {
  float: left;
  font-size: 14px;
}
.mnl-box #login-page .login-form .mnl-title .mnl-close {
  margin-top: 3px;
  float: right;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
}
.mnl-box #login-page .login-form .you-tel {
  padding: 0 20px 10px 20px;
}
.mnl-box #login-page .login-form .pdMa {
  padding-left: 20px;
  margin-bottom: 15px;
}
.mnl-box #login-page .login-form .login-active {
  color: #E50015;
  font-weight: bold;
}
.mnl-box #login-page .login-form .login-active {
  color: #E50015;
  font-weight: bold;
}
.mnl-box #login-page .login-form .msg-login {
  padding: 5px 0 5px 20px;
  height: 20px;
  color: #f23030;
  font-size: 12px;
  line-height: 20px;
}
.mnl-box #login-page .mgT25 {
  margin-top: 25px;
}
.mnl-box #login-page .phoneText {
  text-align: center;
}
.mnl-box #login-page .login-index {
  height: 56px;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  border-bottom: 1px solid #ccc;
}
.mnl-box #login-page .login-index .login-line {
  padding: 20px 0;
}
.mnl-box #login-page .login-index .login-line span {
  width: 174px;
  cursor: pointer;
  display: inline-block;
  float: left;
  text-align: center;
}
.mnl-box #login-page .login-index .login-line span:first-child {
  border-right: 1px solid #ddd;
}
.mnl-box #login-page .codeipt {
  float: left;
  width: 148px;
}
.mnl-box #login-page .vicode {
  float: left;
  width: 122px;
  height: 40px;
  margin-left: 8px;
  cursor: pointer;
}
.mnl-box #login-page .updcode {
  float: right;
  width: 40px;
  margin-left: 10px;
  margin-top: 4px;
  text-align: right;
  font-size: 12px;
}
.mnl-box #login-page .btn {
  height: 40px;
}
.mnl-box #login-page .btn-one {
  width: 100%;
  margin: 10px 0;
  border-radius: 3px;
}
.mnl-box #login-page .msg {
  display: none;
  margin-bottom: 10px;
  padding: 0 5px;
  color: #f23030;
  font-size: 12px;
  line-height: 25px;
  border: 1px solid #fbc0c0;
  background-color: #ffffff;
}
.mnl-box #login-page .regis {
  float: right;
  font-size: 14px;
  color: #E50015;
}
.mnl-box #login-page .forget {
  float: right;
  margin-right: 20px;
}
.mnl-box #login-page .union-login {
  height: 50px;
  background-color: #f8f8f8;
  margin-bottom: 0px;
  line-height: 50px;
  padding: 0 20px;
}
.mnl-box #login-page .union-login a img {
  margin-right: 10px;
  float: left;
  padding-top: 10px;
}
.mnl-box #login-page .union-login a span {
  float: left;
  margin-right: 20px;
}
.mnl-box #login-page .identity-login .icon-user-box {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #f8f8f8;
  position: absolute;
  top: 1px;
  left: 1px;
  border-right: 1px solid #ddd;
  text-align: center;
}
.mnl-box #login-page .identity-login .icon-user-box-padL {
  padding-left: 50px;
}
.mnl-box #login-page .identity-login .phone-user {
  padding-left: 12px;
  width: 286px;
}
.mnl-box #login-page .identity-login .phone-code {
  position: absolute;
  top: 1px;
  right: 8px;
  height: 38px;
}
.mnl-box #login-page .identity-login .phone-code img {
  height: 38px;
  width: 100px;
}
.mnl-box #login-page .identity-login .phone-code span {
  display: inline-block;
  width: 40px;
  height: 28px;
  margin-top: 1px;
  margin-left: 15px;
  float: right;
  font-size: 12px;
  color: #bbb;
}
.mnl-box #login-page .phone-login .phone-user {
  padding-left: 12px;
  width: 286px;
}
.mnl-box #login-page .phone-login .phone-code {
  position: absolute;
  top: 1px;
  right: 8px;
  height: 38px;
}
.mnl-box #login-page .phone-login .phone-code img {
  height: 38px;
  width: 100px;
}
.mnl-box #login-page .phone-login .phone-code span {
  display: inline-block;
  width: 40px;
  height: 28px;
  margin-top: 1px;
  margin-left: 15px;
  float: right;
  font-size: 12px;
  color: #bbb;
}
.mnl-box .op-icons-regis {
  margin-right: 5px;
}
.mnl-box .three-title {
  line-height: 38px;
  padding: 0 20px;
  background-color: #fff;
}
.mnl-box .btn {
  border-radius: 0;
}
.cancel-bomb {
  width: 400px;
  border: 5px solid #ddd;
  border-radius: 8px;
  position: absolute;
  background: white;
  z-index: 9999;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
}
.cancel-bomb .cancel-title {
  height: 25px;
  padding: 0px 15px;
  background: #eee;
  padding-top: 10px;
}
.cancel-bomb .cancel-title .title-text {
  color: #666;
  float: left;
}
.cancel-bomb .cancel-title .close-img {
  float: right;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
}
.cancel-bomb .cancel-main {
  padding-top: 32px;
  padding-left: 20px;
}
.cancel-bomb .cancel-main .main-title {
  font-size: 0;
  margin-bottom: 20px;
}
.cancel-bomb .cancel-main .main-title .icon-text {
  font-size: 20px;
  vertical-align: middle;
  font-weight: 900;
  color: #333;
}
.cancel-bomb .cancel-main .main-select {
  font-size: 14px;
  position: relative;
}
.cancel-bomb .cancel-main .main-select select {
  width: 180px;
  height: 35px;
  margin-left: 10px;
  padding-left: 10px;
}
.cancel-bomb .cancel-main .main-select .select-arrow {
  height: 6px;
  width: 10px;
  position: absolute;
  top: 15px;
  right: 150px;
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
}
.cancel-bomb .cancel-main .main-content {
  font-size: 14px;
  position: relative;
  margin-top: 10px;
  padding-right: 40px;
}
.cancel-bomb .cancel-main .main-content .textcontent {
  width: 100%;
  margin-right: 30px;
  border: none;
  background: #f8f8f8;
  resize: none;
  min-height: 100px;
  padding: 10px;
}
.cancel-bomb .cancel-main .main-text {
  padding-left: 60px;
  font-size: 12px;
  margin-top: 22px;
  color: #FF6900;
}
.cancel-bomb .cancel-main .main-botton {
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 45px;
  text-align: center;
}
.cancel-bomb .cancel-main .main-botton a {
  display: inline-block;
  line-height: 35px;
  text-align: center;
  margin-right: 10px;
}
.cancel-bomb .cancel-main .main-botton .button-sure {
  width: 98px;
  height: 33px;
  background-color: #E50015;
  border: 1px solid #E50015;
  color: #fff;
}
.cancel-bomb .cancel-main .main-botton .button-cancel {
  min-width: 98px;
  height: 33px;
  border: 1px solid #ccc;
  color: #333;
}
.bomb-Box {
  position: fixed;
  width: 380px;
  border: 5px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  top: 200px;
  left: 50%;
  margin-left: -190px;
}
.bomb-Box .bomb-title {
  padding-top: 12px;
  height: 23px;
  background: #f8f8f8;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}
.bomb-Box .bomb-title .title-text {
  float: left;
}
.bomb-Box .bomb-title .close-img {
  float: right;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
}
.bomb-Box .bomb-main {
  font-size: 0;
  padding-top: 30px;
  padding-left: 31px;
  padding-bottom: 40px;
}
.bomb-Box .bomb-main .top-vertical {
  vertical-align: top;
}
.bomb-Box .bomb-main .middle-vertical {
  vertical-align: middle;
}
.bomb-Box .bomb-main .main-left {
  display: inline-block;
  margin-right: 20px;
}
.bomb-Box .bomb-main .main-left .error-img {
  display: block;
  width: 50px;
  height: 50px;
  background: url('../../images/company/company-icon.png') no-repeat -518px -126px;
}
.bomb-Box .bomb-main .main-left .success-img {
  display: block;
  width: 50px;
  height: 50px;
  background: url('../../images/company/company-icon.png') no-repeat -447px -126px;
}
.bomb-Box .bomb-main .main-right {
  display: inline-block;
  margin-top: 10px;
}
.bomb-Box .bomb-main .main-right .success-text {
  color: #88C466;
}
.bomb-Box .bomb-main .main-right .error-text {
  color: #333;
}
.bomb-Box .bomb-main .main-right .right-text {
  font-weight: 900;
  font-size: 20px;
}
.bomb-Box .bomb-main .main-right .chose-text {
  font-size: 12px;
  margin: 10px 0;
}
.bomb-Box .bomb-main .main-right .right-botton {
  font-size: 12px;
  padding-top: 10px;
  margin-top: 10px;
}
.bomb-Box .bomb-main .main-right .right-botton a {
  text-decoration: none;
}
.bomb-Box .bomb-main .main-right .right-botton .one-button {
  padding: 7px 15px;
  background: #f23030;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  margin-right: 10px;
}
.bomb-Box .bomb-main .main-right .right-botton .two-button {
  padding: 7px 15px;
  background: white;
  border-radius: 15px;
  width: 80px;
  border: 1px solid #ccc;
  color: #999;
}
.bomb-Box .bomb-main .main-right .integral {
  font-size: 12px;
  color: #E50015;
  text-decoration: none;
}
#follow-box {
  width: 368px;
  border: 5px solid #ddd;
  background-color: #fff;
  position: absolute;
  z-index: 100;
  top: 37%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 6px;
}
#follow-box .follow-title {
  height: 24px;
  margin: 0;
  background: #eee;
  padding: 8px 10px 4px 10px;
  font-size: 14px;
}
#follow-box .follow-title dt {
  float: left;
}
#follow-box .follow-title dd {
  cursor: pointer;
  float: right;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  top: 4px;
}
#follow-box .take-follow {
  height: 50px;
  width: 300px;
  font-size: 0;
  margin: 31px 0 37px 80px;
}
#follow-box .take-follow .take-follow-left {
  display: inline-block;
  margin-right: 13px;
}
#follow-box .take-follow .take-follow-left span {
  display: block;
  height: 50px;
  width: 50px;
}
#follow-box .take-follow .take-follow-left .follow-yes {
  background: url('../../images/company/company-icon.png') no-repeat -447px -126px;
}
#follow-box .take-follow .take-follow-left .follow-no {
  background: url('../../images/company/company-icon.png') no-repeat -518px -126px;
}
#follow-box .take-follow .take-follow-right {
  display: inline-block;
  vertical-align: top;
}
#follow-box .take-follow .take-follow-right span {
  font-size: 20px;
  font-weight: 900;
  display: block;
  height: 30px;
}
#follow-box .take-follow .take-follow-right .follow-success {
  color: #88C466;
}
#follow-box .take-follow .take-follow-right .follow-fair {
  color: #000;
}
#follow-box .take-follow .take-follow-right .chare-follow {
  color: #cc0013;
  font-size: 12px;
}
.logistics-bomb {
  width: 400px;
  border: 5px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  min-height: 520px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
.logistics-bomb .logistics-bomb-box {
  padding: 20px;
}
.logistics-bomb .icon-error {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url('../../images/company/company-icon.png') no-repeat -518px -126px;
  vertical-align: middle;
  margin-right: 10px;
}
.logistics-bomb .icon-success {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url('../../images/company/company-icon.png') no-repeat -447px -126px;
  vertical-align: middle;
  margin-right: 10px;
}
.logistics-bomb .icon-error-text {
  font-size: 18px;
  font-weight: 900;
}
.logistics-bomb .cancel-title {
  height: 25px;
  padding: 0px 15px;
  background: #eee;
  padding-top: 10px;
}
.logistics-bomb .cancel-title .title-text {
  color: #666;
  float: left;
}
.logistics-bomb .cancel-title .close-img {
  float: right;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
}
.logistics-bomb .logistics-title {
  padding-left: 20px;
  padding-top: 20px;
  margin-bottom: 15px;
}
.logistics-bomb .logistics-title a {
  display: inline-block;
  padding-bottom: 7px;
  font-size: 16px;
  color: #333;
  padding: 5px 10px 5px 10px;
}
.logistics-bomb .logistics-title a i {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-bottom: 4px;
  background: url(../../images/company/company-icon.png) no-repeat -252px -168px;
  background: url('../../images/company/company-icon.png') no-repeat -252px -301px;
}
.logistics-bomb .logistics-title .a-active {
  color: #E50015;
  padding: 5px 10px 5px 10px;
}
.logistics-bomb .logistics-title .a-active i {
  background: url('../../images/company/company-icon.png') no-repeat -252px -168px;
}
.logistics-bomb .logistics-main {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.logistics-bomb .logistics-main .logistics-state {
  border: 1px solid #ddd;
  width: 340px;
  padding: 15px 0px 15px 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.logistics-bomb .logistics-main .logistics-state .blue {
  color: #E50015;
}
.logistics-bomb .logistics-main .logistics-state p {
  padding: 0;
  margin: 0 0 5px 0;
}
.logistics-bomb .logistics-main .logistics-state p span {
  display: inline-block;
  width: 84px;
}
.logistics-bomb .logistics-main .logistics-detail {
  width: 362px;
  overflow: hidden;
}
.logistics-bomb .logistics-main .logistics-detail ul {
  margin-bottom: 10px;
}
.logistics-bomb .logistics-main .logistics-detail ul li {
  color: #333;
  padding: 6px 5px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.logistics-bomb .logistics-main .logistics-detail ul li.active {
  border-bottom: 2px solid #E50015;
  color: #E50015;
}
.logistics-bomb .logistics-main .logistics-detail ul .line-li {
  height: 12px;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0px 15px;
}
.logistics-bomb .logistics-main .big-box {
  position: relative;
  height: 100px;
  border-bottom: 1px solid #eee;
}
.logistics-bomb .logistics-main .big-box .img-box {
  width: 450px;
  overflow: hidden;
}
.logistics-bomb .logistics-main .big-box .img-box ul {
  width: 10000px;
}
.logistics-bomb .logistics-main .big-box .img-box ul li {
  float: left;
  margin-left: 10px;
}
.logistics-bomb .logistics-main .big-box .img-box ul li a {
  display: block;
}
.logistics-bomb .logistics-main .big-box .img-box ul li a img {
  display: block;
}
.logistics-bomb .logistics-main .big-box .arrow-left {
  position: absolute;
  width: 14px;
  height: 24px;
  background: url('../../images/company/company-default.png') no-repeat -277px -206px;
  top: 34%;
  margin-top: -7px;
  left: -12px;
}
.logistics-bomb .logistics-main .big-box .arrow-right {
  position: absolute;
  width: 14px;
  height: 24px;
  background: url('../../images/company/company-default.png') no-repeat -277px -100px;
  top: 34%;
  margin-top: -7px;
  right: -22px;
}
.logistics-bomb .logistics-main .mes-big-box {
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  height: 255px;
  overflow-y: auto;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow-x: hidden;
}
.logistics-bomb .logistics-main .mes-big-box::-webkit-scrollbar {
  width: 4px;
}
.logistics-bomb .logistics-main .mes-big-box::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.logistics-bomb .logistics-main .mes-big-box::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.logistics-bomb .logistics-main .mes-big-box .mart24 {
  margin-top: 24px;
}
.logistics-bomb .logistics-main .mes-big-box ol {
  overflow: hidden;
}
.logistics-bomb .logistics-main .mes-big-box ol dl {
  overflow: hidden;
  margin-bottom: 12px;
}
.logistics-bomb .logistics-main .mes-big-box ol dl dt {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
}
.logistics-bomb .logistics-main .mes-big-box ol dl dd {
  width: 240px;
  float: left;
  position: relative;
  min-height: 78px;
}
.logistics-bomb .logistics-main .mes-big-box ol dl dd h4 {
  font-size: 12px;
  color: #333;
  height: 32px;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 5px 0;
  font-weight: normal;
}
.logistics-bomb .logistics-main .mes-big-box ol dl dd p {
  margin: 0;
  font-size: 12px;
  color: #999;
}
.logistics-bomb .logistics-main .mes-big-box ol dl dd p span {
  display: inline-block;
  float: left;
  width: 264px;
}
.logistics-bomb .logistics-main .mes-big-box ol dl dd p em {
  display: inline-block;
  float: right;
  width: 80px;
  text-align: right;
  font-style: normal;
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.logistics-bomb .logistics-main .mes-big-box .colorA {
  color: #999;
  font-size: 12px;
}
.logistics-bomb .logistics-main .mes-big-box span {
  display: block;
  margin-bottom: 5px;
}
.logistics-bomb .logistics-main .mes-big-box div {
  padding-left: 15px;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one {
  border-left: 2px solid #ddd;
  padding-bottom: 12px;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one:nth-last-of-type(1) {
  border: none;
  padding-left: 17px;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one .first-span {
  color: #88C466;
  position: relative;
  font-weight: 900;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one .first-span::after {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  left: -25px;
  width: 18px;
  height: 18px;
  background: url('../../images/company/company-icon.png') no-repeat -565px -29px;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one .two-span {
  position: relative;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one .two-span::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ddd;
  top: 0px;
  left: -22px;
  border-radius: 6px;
}
.logistics-bomb .logistics-main .mes-big-box .mes-two {
  border-left: 2px solid #ddd;
  padding-bottom: 25px;
}
.logistics-bomb .logistics-main .mes-big-box .mes-two .two-span {
  position: relative;
}
.logistics-bomb .logistics-main .mes-big-box .mes-two .two-span::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ddd;
  top: 0px;
  left: -22px;
  border-radius: 6px;
}
.logistics-bomb .logistics-main .mes-big-box .line-right {
  width: 4px;
  height: 150px;
  background-color: #ccc;
  border-radius: 10px;
  padding: 0;
  position: absolute;
  top: 125px;
  right: 4px;
  cursor: pointer;
}
.bottom-text-position {
  width: 400px;
  position: absolute;
  border-radius: 5px;
  top: 15x;
  left: 0px;
  z-index: 1;
  padding: 14px 20px;
  border: 1px solid #9BD04B;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px #9BD04B;
  -moz-box-shadow: 0px 0px 3px #9BD04B;
  box-shadow: 1px 0px 3px #9BD04B;
}
.bottom-text-position .close-bottom-position {
  width: 12px;
  height: 12px;
  background-position: -22px -256px;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 8px;
  background: url('../../images/company/company-default.png');
}
.see-gift {
  width: 400px;
  border: 5px solid #ddd;
  position: fixed;
  z-index: 100;
  background-color: #fff;
  border-radius: 5px;
  top: 300px;
  left: 50%;
  margin-left: -260px;
}
.see-gift .gift-bomBox-title {
  padding-left: 20px;
}
.see-gift .gift-bottom-limit-height {
  max-height: 400px;
  overflow-y: auto;
  padding: 10px 0;
}
.see-gift .gift-bottom {
  padding-left: 20px;
  position: relative;
}
.see-gift .gift-bottom .more-see {
  margin-left: 12px;
  color: #E50015;
  cursor: pointer;
}
.see-gift .gift-bottom .gift-arrow {
  position: absolute;
  display: block;
  width: 14px;
  height: 24px;
  top: 60px;
  cursor: pointer;
}
.see-gift .gift-bottom .gift-arrow-left {
  background: url('../../images/company/company-default.png') no-repeat -277px -206px;
  left: 10px;
}
.see-gift .gift-bottom .giftArrowLeft {
  background: url(../../images/company/company-default.png) no-repeat -277px -134px;
  left: 10px;
}
.see-gift .gift-bottom .gift-arrow-right {
  background: url('../../images/company/company-default.png') no-repeat -277px -34px;
  right: 13px;
}
.see-gift .gift-bottom .giftArrowRight {
  background: url(../../images/company/company-default.png) no-repeat -277px -99px;
  right: 13px;
}
.see-gift .gift-bottom .gift-top {
  margin-top: 12px;
  margin-bottom: 20px;
}
.see-gift .gift-bottom .gift-top .full-gift {
  padding: 5px;
  background-color: #88C466;
  color: #fff;
}
.see-gift .gift-bottom .gift-top .change-text {
  color: #000;
  padding-left: 5px;
}
.see-gift .gift-bottom .gift-good-box {
  margin-bottom: 15px;
  position: relative;
  height: 110px;
  overflow-x: auto;
}
.see-gift .gift-bottom .gift-good-box::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
.see-gift .gift-bottom .gift-good-box::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.see-gift .gift-bottom .gift-good-box::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.see-gift .gift-bottom .gift-good-box .gift-box {
  width: max-content;
}
.see-gift .gift-bottom .gift-good-box .gift-box li {
  float: left;
  margin-right: 11px;
  position: relative;
}
.see-gift .gift-bottom .gift-good-box .gift-box li .gift-mask {
  position: absolute;
  background-color: #000;
  width: 80px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  bottom: 2px;
  left: 0px;
  opacity: 0.5;
}
.see-gift .gift-bottom .gift-good-box .gift-line {
  display: block;
  width: 300px;
  height: 4px;
  background-color: #ddd;
  margin-top: 8px;
  cursor: pointer;
  margin-bottom: 8px;
}
.see-gift .gift-bottom .gift-more-good-box {
  margin-bottom: 15px;
  min-height: 82px;
  margin-left: 40px;
}
.see-gift .gift-bottom .gift-more-good-box .gift-box {
  left: 0px;
}
.see-gift .gift-bottom .gift-more-good-box .gift-box li {
  float: left;
  margin-right: 11px;
  position: relative;
}
.see-gift .gift-bottom .gift-more-good-box .gift-box li .gift-mask {
  position: absolute;
  background-color: #000;
  width: 80px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  bottom: 2px;
  left: 0px;
  opacity: 0.5;
}
.see-gift .gift-bottom .gift-more-good-box .gift-line {
  display: block;
  width: 300px;
  height: 4px;
  background-color: #ddd;
  margin-top: 8px;
  cursor: pointer;
  margin-bottom: 8px;
}
.see-more-gift {
  top: 200px;
}
.bomBox-title {
  height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  background-color: #f8f8f8;
}
.bomBox-title .bomBox-left {
  float: left;
}
.bomBox-title .bomBox-right {
  float: right;
}
.bomBox-title .bomBox-right span {
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
}
.stepState-presell {
  left: 76px;
  display: block;
  position: relative;
  max-height: 520px;
  width: 368px;
  top: 44px;
  padding: 0px 15px;
  border: 1px solid #9BD04B;
  -webkit-box-shadow: 0px 0px 3px #9BD04B;
  -moz-box-shadow: 0px 0px 3px #9BD04B;
  box-shadow: 1px 0px 3px #9BD04B;
}
.stepState-presell ul {
  height: 100px;
}
.stepState-presell .presell-title {
  margin: 15px 0px 15px 0px;
  display: block;
  color: #999;
}
.stepState-presell li {
  position: relative;
  text-align: center;
  width: 33%;
  padding-top: 15px;
  float: left;
}
.stepState-presell li i {
  width: 22px;
  height: 25px;
  z-index: 99;
  position: absolute;
  left: 55px;
  top: 15px;
  background: #fff url('../../../images/company/company-icon.png') no-repeat;
}
.stepState-presell li.current h4 {
  color: #999 !important;
}
.stepState-presell li.current h5 address {
  background-color: #feba92;
}
.stepState-presell li.current h5 cite {
  border-color: transparent transparent transparent #f7a16f !important;
}
.stepState-presell li.active h5 address {
  background-color: #feba92 !important;
}
.stepState-presell li.active h5 cite {
  border-color: transparent transparent transparent #f7a16f !important;
}
.stepState-presell li.active-no-active-i h5 address {
  background-color: #ccc !important;
}
.stepState-presell li.active-no-active-i h5 cite {
  border-color: transparent transparent transparent #ccc !important;
}
.stepState-presell li:nth-child(1) i {
  background-position: -76px -169px;
}
.stepState-presell li:nth-child(1).current i {
  background-position: -76px 169 !important;
}
.stepState-presell li:nth-child(1).active i {
  background-position: -132px 0 !important;
}
.stepState-presell li:nth-child(1).active-no-active-i i {
  background-position: -132px 0 !important;
}
.stepState-presell li:nth-child(2) i {
  background-position: 0 -40px;
}
.stepState-presell li:nth-child(2).current i {
  background-position: -107px -166px !important;
}
.stepState-presell li:nth-child(2).active i {
  background-position: -132px -40px !important;
}
.stepState-presell li:nth-child(3) i {
  background-position: 0 -80px;
}
.stepState-presell li:nth-child(3).current i {
  background-position: -138px -168px !important;
}
.stepState-presell li:nth-child(3).active i {
  background-position: -132px -80px !important;
}
.stepState-presell li:nth-child(4) i {
  background-position: 0 -120px;
}
.stepState-presell li:nth-child(4).current i {
  background-position: -66px -120px !important;
}
.stepState-presell li:nth-child(4).active i {
  background-position: -132px -120px !important;
}
.stepState-presell li:nth-child(5) i {
  background-position: 0 -160px;
}
.stepState-presell li:nth-child(5).current i {
  background-position: -66px -160px !important;
}
.stepState-presell li:nth-child(5).active i {
  background-position: -132px -160px !important;
}
.stepState-presell li span {
  position: absolute;
  left: 97px;
  top: 14px;
  z-index: 99;
  font-size: 12px;
  color: #333;
}
.stepState-presell li span label {
  width: 10px;
  height: 10px;
  background-color: #FF6900;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 27px;
}
.stepState-presell li h4 {
  position: absolute!important;
  width: 100%;
  text-align: center;
  left: 5px;
  bottom: -65px;
  font-weight: normal;
  color: #333;
}
.stepState-presell li p {
  position: absolute!important;
  width: 100%;
  text-align: center;
  left: 5px;
  bottom: -80px;
  color: #999;
}
.stepState-presell li .first-p {
  font-weight: 900;
  color: #333;
}
.stepState-presell li .second-p {
  bottom: -100px;
}
.stepState-presell li h5 {
  width: 58%;
  height: 1px;
  position: absolute;
  top: 5px;
  left: 85px;
}
.stepState-presell li h5 address {
  width: 80%;
  background-color: #ccc;
  height: 1px;
  display: block;
  z-index: 9;
  position: absolute;
  margin: 0px 19%;
}
.stepState-presell li h5 cite {
  position: absolute;
  top: -4px;
  *top: -6px;
  right: -5px;
  display: block;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent transparent #999;
  border-style: dashed dashed dashed solid;
  border-width: 5px;
}
.stepState-presell li h5 cite em {
  position: absolute;
  top: -10px;
  *top: -9px;
  left: -11px;
  display: block;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: dashed dashed dashed solid;
  border-width: 10px;
}
.finish {
  position: relative;
  top: 50px;
  left: 50px;
}
.finish .color-change {
  color: #999;
}
.finish .c {
  padding-right: 100px;
}
.finish .c span {
  display: block;
}
.finish .c1 {
  width: 90px;
}
.finish .c2 {
  width: 94px;
}
.finish .c3 {
  width: 96px;
}
.finish .c4 {
  width: 90px;
  padding-right: 0;
}
.finish .cancel {
  font-size: 17px;
}
.finish .cancel .ccc {
  color: #ccc;
}
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.order-sure {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 390px;
  margin-left: -175px;
  border: 5px solid #ddd;
  margin-top: -98px;
  z-index: 100;
  border-radius: 8px;
}
.order-sure .title-box {
  background: #eee;
  height: 25px;
  padding: 0px 15px;
  padding-top: 10px;
}
.order-sure .title-box .tittle-text {
  float: left;
}
.order-sure .title-box .close-img {
  float: right;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../images/company/company-default.png) no-repeat -22px -256px;
  cursor: pointer;
}
.order-sure .title-bottom {
  font-size: 0;
  padding-top: 28px;
  padding-left: 23px;
  padding-bottom: 26px;
  background: #fff;
}
.order-sure .title-bottom div {
  display: inline-block;
  width: 146px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: top;
}
.order-sure .title-bottom .text16 {
  font-size: 16px;
  font-weight: 900;
}
.order-sure .title-bottom .main-text {
  margin: 6px 0px;
}
.order-sure .title-bottom a {
  display: block;
}
.order-sure .title-bottom .success-pay {
  margin-bottom: 15px;
  font-weight: 900;
}
.order-sure .title-bottom .text12 {
  font-size: 12px;
}
.order-sure .title-bottom .bottom-left {
  margin-right: 22px;
  padding-top: 27px;
  height: 69px;
}
.order-sure .title-bottom .bottom-left a:hover {
  color: #E50015;
  text-decoration: underline;
}
.order-sure .title-bottom .bottom-right {
  padding-top: 20px;
  height: 76px;
}
.order-sure .title-bottom .bottom-right a:hover {
  color: #E50015;
  text-decoration: underline;
}
input::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input {
  outline: none;
}
.input[type=password] {
  letter-spacing: 2px;
}
a {
  color: #666;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #cc0013;
}
input[type=radio] {
  position: relative;
  top: -1px;
  vertical-align: middle;
}
/*复选框换成图片*/
.checkboxStyle-small {
  display: inline-block;
  cursor: pointer;
}
.checkboxStyle-small input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}
.checkboxStyle-small input[type="checkbox"]:disabled + span {
  opacity: .4;
}
.checkboxStyle-small input[type="checkbox"]:disabled + span {
  opacity: .4;
}
.checkboxStyle-small input[type="checkbox"] + span {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -725px -10px;
  vertical-align: text-bottom;
}
.checkboxStyle-small input[type="checkbox"]:checked + span {
  background-position: -725px -24px;
}
.checkboxStyle-normal {
  display: inline-block;
  cursor: pointer;
}
.checkboxStyle-normal input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}
.checkboxStyle-normal input[type="checkbox"]:disabled + span {
  opacity: .4;
}
.checkboxStyle-normal input[type="checkbox"] + span {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -107px -53px;
  vertical-align: middle;
}
.checkboxStyle-normal input[type="checkbox"]:checked + span {
  background-position: -107px -73px;
}
.checkboxStyle-big {
  display: inline-block;
  cursor: pointer;
}
.checkboxStyle-big input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}
.checkboxStyle-big input[type="checkbox"]:disabled + span {
  opacity: .4;
}
.checkboxStyle-big input[type="checkbox"] + span {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -107px -33px;
  vertical-align: middle;
}
.checkboxStyle-big input[type="checkbox"]:checked + span {
  background-position: -107px -73px;
}
.radioStyle-small {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}
.radioStyle-small input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}
.radioStyle-small input[type="radio"]:disabled + span {
  opacity: .4;
}
.radioStyle-small input[type="radio"] + span {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -107px -95px;
  vertical-align: middle;
}
.radioStyle-small input[type="radio"]:checked + span {
  background-position: -107px -135px;
}
.radioStyle-normal {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}
.radioStyle-normal input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}
.radioStyle-normal input[type="radio"]:disabled + span {
  opacity: .4;
}
.radioStyle-normal input[type="radio"] + span {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -107px -95px;
  vertical-align: middle;
}
.radioStyle-normal input[type="radio"]:checked + span {
  background-position: -107px -135px;
}
.radioStyle-big {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}
.radioStyle-big input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}
.radioStyle-big input[type="radio"]:disabled + span {
  opacity: .4;
}
.radioStyle-big input[type="radio"] + span {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -107px -95px;
  vertical-align: middle;
}
.radioStyle-big input[type="radio"]:checked + span {
  background-position: -107px -135px;
}
/* ICON */
i {
  display: inline-block;
  vertical-align: middle;
  background: url('../../images/company/company-default.png') no-repeat 0 0;
  overflow: hidden;
}
.icon-tel {
  width: 18px;
  height: 18px;
  background-position: -615px -67px;
}
.icon-top-down {
  width: 11px;
  height: 6px;
  background-position: -22px -34px;
}
.icon-top-up {
  width: 11px;
  height: 6px;
  background-position: -22px -47px;
}
.icon-more-down {
  width: 11px;
  height: 6px;
  background-position: -22px -34px;
}
.icon-more-up {
  width: 11px;
  height: 5px;
  background-position: -22px -47px;
}
.icon-date {
  width: 14px;
  height: 16px;
  background-position: -636px -67px;
}
.icon-arrow-right {
  width: 7px;
  height: 13px;
  background-position: -25px -126px;
}
.icon-arrow-right2 {
  width: 10px;
  height: 16px;
  background-position: -512px -85px;
}
.icon-arrow-right3 {
  width: 6px;
  height: 13px;
  background-position: 524 -85px;
}
.icon-arrow-right4 {
  width: 7px;
  height: 12px;
  background-position: -25px -126px;
}
.icon-arrow-bottom {
  width: 12px;
  height: 7px;
  background-position: -533px -85px;
}
.icon-arrow-bottom2 {
  width: 9px;
  height: 5px;
  background-position: -547px -85px;
}
.icon-arrow-bottom3 {
  width: 11px;
  height: 6px;
  background-position: -559px -85px;
}
.icon-hot {
  width: 27px;
  height: 14px;
  background-position: -653px -67px;
}
.icon-gwzn {
  width: 33px;
  height: 33px;
  background-position: -459px -116px;
}
.icon-psfs {
  width: 33px;
  height: 33px;
  background-position: -497px -116px;
}
.icon-zffs {
  width: 33px;
  height: 33px;
  background-position: -532px -116px;
}
.icon-shfw {
  width: 33px;
  height: 33px;
  background-position: -569px -116px;
}
.icon-hyzx {
  width: 33px;
  height: 33px;
  background-position: -605px -116px;
}
.icon-user {
  width: 15px;
  height: 20px;
  background-position: -704px -37px;
}
.icon-suo {
  width: 15px;
  height: 20px;
  background-position: -722px -37px;
}
.icon-refresh {
  width: 14px;
  height: 15px;
  background-position: -685px -67px;
}
.icon-checkbox {
  width: 13px;
  height: 13px;
  background-position: -725px -11px;
}
.icon-checkbox-ok {
  width: 13px;
  height: 13px;
  background-position: -725px -25px;
}
.icon-warning {
  width: 14px;
  height: 15px;
  background-position: -702px -67px;
}
.icon-next-big {
  width: 25px;
  height: 66px;
  background-position: -491px -152px;
}
.icon-prev-big {
  width: 25px;
  height: 66px;
  background-position: -459px -152;
}
.icon-user2 {
  width: 16px;
  height: 17px;
  background-position: -720px -67px;
}
.icon-circle {
  width: 6px;
  height: 6px;
  background-position: -740px -11px;
}
.icon-add {
  width: 15px;
  height: 15px;
  background-position: -572px -85px;
}
.icon-sub {
  width: 15px;
  height: 15px;
  background-position: -588px -85px;
}
.icon-bargain {
  width: 60px;
  height: 60px;
  background-position: -641px -85px;
}
.icon-presale {
  width: 60px;
  height: 60px;
  background-position: -641px -145px;
}
.icon-fold {
  width: 9px;
  height: 12px;
  background-position: -739px -67px;
}
.icon-collect {
  width: 14px;
  height: 14px;
  background-position: -604px -85px;
}
.icon-clock {
  width: 14px;
  height: 14px;
  background-position: -703px -85px;
}
.icon-order {
  width: 16px;
  height: 19px;
  background-position: -522px -154px;
}
.icon-attention {
  width: 19px;
  height: 19px;
  background-position: -542px -154px;
}
.icon-assets {
  width: 19px;
  height: 19px;
  background-position: -564px -154px;
}
.icon-kefu {
  width: 19px;
  height: 19px;
  background-position: -592px -154px;
}
.icon-evaluate {
  width: 19px;
  height: 19px;
  background-position: -618px -154px;
}
.common-icons {
  display: inline-block;
  vertical-align: middle;
  background: url('../../images/company/company-default.png') no-repeat;
  overflow: hidden;
}
.common-icons-down {
  width: 13px;
  height: 13px;
  background-position: -22px -57px;
}
.common-icons-reduceNum {
  width: 10px;
  height: 10px;
  background-position: -23px -157px;
}
.common-icons-addNum {
  width: 10px;
  height: 10px;
  background-position: -23px -194px;
}
.common-icons-cart {
  width: 18px;
  height: 20px;
  background-position: -67px -321px;
}
.common-icons-remove {
  width: 18px;
  height: 18px;
  background-position: -70px -137px;
}
.common-icons-people {
  width: 18px;
  height: 18px;
  background-position: -70px -97px;
}
.common-icons-hot {
  width: 26px;
  height: 10px;
  background-position: -533px -67px;
}
.common-icons-wuliuCar {
  width: 18px;
  height: 18px;
  background-position: -68px -186px;
}
.common-icons-daojishi {
  width: 18px;
  height: 18px;
  background-position: -70px -116px;
}
.op-icons {
  display: inline-block;
  vertical-align: middle;
  background: url('../../images/company/company-icon.png') no-repeat 0 0;
  overflow: hidden;
}
.op-icons-regis {
  width: 18px;
  height: 18px;
  background-position: 0 -140px;
}
.op-icons-gprs {
  width: 11px;
  height: 14px;
  background-position: -24px -142px;
}
.op-icons-del {
  width: 20px;
  height: 20px;
  background-position: -190px -139px;
}
.op-icons-search {
  width: 22px;
  height: 22px;
  background-position: -372px -138px;
}
.op-icons-01 {
  width: 32px ;
  height: 28px;
  background-position: -563px 0;
}
.op-icons-02 {
  width: 36px;
  height: 36px;
  background-position: -602px 0;
}
.op-icons-checkTo {
  width: 19px;
  height: 18px;
  background-position: -333px -168px;
}
.op-icons-bill {
  width: 16px;
  height: 16px;
  background-position: -277px -170px;
}
.op-icons-new {
  width: 26px;
  height: 10px;
  background-position: -646px -5px;
}
.op-icons-hot {
  width: 26px;
  height: 10px;
  background-position: -682px -5px;
}
.op-icons-search {
  width: 16px;
  height: 16px;
  background-position: -232px -306px;
  cursor: pointer;
}
.op-icons-search:hover {
  background-position: -232px -173px;
}
.op-icons-searchBig {
  width: 23px;
  height: 23px;
  background-position: -372px -138px;
}
.op-icons-polling {
  width: 62px;
  height: 62px;
  background-position: -447px -54px;
}
.op-icons-bill2 {
  width: 62px;
  height: 62px;
  background-position: -517px -54px;
}
.op-icons-serve {
  width: 62px;
  height: 62px;
  background-position: -588px -54px;
}
.op-icons-parts {
  width: 62px;
  height: 62px;
  background-position: -659px -54px;
}
.op-icons-right {
  width: 10px;
  height: 16px;
  background-position: -44px -142px;
}
/* 下拉菜单 */
.dropdown {
  position: relative;
  z-index: 1;
}
.dropdown .dt {
  position: relative;
  padding-right: 15px;
  z-index: 1;
}
.dropdown .dt i {
  position: absolute;
  top: 13px;
  right: 3px;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.dropdown .dt .mask {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  font-size: 0;
  background-color: #fff;
  z-index: 2;
}
.dropdown .dt.active {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  background-color: #fff;
}
.dropdown .dt.active .mask {
  display: block;
}
.dropdown .dt.active i {
  transform: rotate(180deg);
}
.dropdown .dt a {
  color: #666;
}
.dropdown .dt .dd {
  display: none;
  position: absolute;
  left: -1px;
  top: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.dropdownLanguage {
  text-align: center;
  cursor: pointer;
}
/* 顶部 */
.VIP-text {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E50015;
  line-height: 16px;
}
.notification {
  min-width: 1000px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  text-align: center;
}
.notification .message {
  position: relative;
  height: 50px;
  min-height: 50px;
  line-height: 50px;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
  display: inline-block;
  min-width: 1000px;
  float: none;
}
.notification .message i,
.notification .message span {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
}
.notification .message .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 30px;
}
.notification .message .text {
  line-height: 22px;
  height: 22px;
  max-height: 22px;
  padding-left: 20px;
  padding-right: 60px;
}
.notification .message .close-btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  font-size: 28px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: none;
}
.notification .message.message-warning {
  background-color: #ffdd87;
  color: #8a6d3b;
}
.notification.with-nav {
  top: 0;
}
.projectLoading {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin-top: -41px;
  margin-left: -97px;
}
.icon-more-down {
  margin-left: 5px;
}
.pdR20 {
  padding-right: 20px!important;
}
#h-top {
  position: relative;
  height: 30px;
  font-size: 12px;
  background-color: #f8f8f8;
  z-index: 200;
  color: #666;
}
#h-top .container {
  background-color: inherit;
}
#h-top .ull {
  float: left;
}
#h-top .ull .op-icons-gprs {
  margin-right: 5px;
}
#h-top .ull .dt {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  display: inline-block;
}
#h-top .ull li {
  line-height: 30px;
}
#h-top .ulr {
  float: right;
  box-sizing: border-box;
}
#h-top .ulr a {
  border-right: 1px solid #ECECEC;
  padding: 0 12px;
}
#h-top .ulr .dt {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
#h-top .ulr .dt .down-person {
  right: 9px;
}
#h-top .ulr .dt .login-name {
  color: none;
  border-right: 1px solid #ddd;
}
#h-top .ulr .dt .login-name span {
  display: inline-block;
  line-height: 19px;
  padding: 0px 10px;
  background-color: #E50015;
  color: #fff;
  border-radius: 10px;
  margin: 0 10px;
}
#h-top .ulr .userinfo {
  width: 313px;
  height: 128px;
}
#h-top .ulr .userinfo .imgTitle {
  float: left;
  margin: 15px 14px 0 14px;
}
#h-top .ulr .userinfo .imgTitle img {
  height: 100px;
  width: 100px;
  border: 1px solid #ddd;
  border-radius: 50px;
}
#h-top .ulr .userinfo .info {
  width: 120px;
  float: left;
  margin-top: 26px;
}
#h-top .ulr .userinfo .info .level {
  display: inline-block;
  padding: 0 10px;
  line-height: 19px;
  border-radius: 10px;
  background-color: #E50015;
  color: #fff;
  position: relative;
  font-size: 11px;
  text-align: center;
  margin-right: 8px;
}
#h-top .ulr .userinfo .info .account-save {
  display: block;
}
#h-top .ulr .userinfo .info .experience {
  width: 160px;
  height: 12px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ccc;
  border-radius: 10px;
  margin-top: 5px;
  position: relative;
}
#h-top .ulr .userinfo .info .experience .experience-bgc {
  position: absolute;
  background-color: #FF6900;
  top: 0px;
  height: 100%;
  border-radius: 10px;
}
#h-top .ulr .userinfo .info .experience .experience-text {
  color: #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -16px;
  z-index: 100;
}
#h-top .ulr .userinfo .close {
  margin-top: 26px;
  float: right;
  padding-right: 10px;
  box-sizing: border-box;
}
#h-top .ulr .userinfo .close span {
  cursor: pointer;
}
#h-top .ulr .userinfo .close a {
  color: #999;
}
#h-top .ulr .head-home {
  width: 121px;
  height: 140px;
  padding-top: 10px;
}
#h-top .ulr .head-home div {
  line-height: 22px;
  text-align: left;
  margin-left: 20px;
}
#h-top .ulr .head-home div a {
  border: none;
  padding: 0;
}
#h-top .ulr .head-home div span {
  margin-left: 5px;
}
#h-top .ulr .header-er {
  width: 135px;
  height: 115px;
  padding-top: 15px;
  padding-bottom: 10px;
  right: -1px;
  display: none;
  position: absolute;
  top: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
}
#h-top .ulr .header-er dl {
  text-align: center;
  display: block;
}
#h-top .ulr li .icon-person {
  position: absolute;
  top: 14px;
  right: 20px;
}
#h-top .ulr li:hover .userinfo {
  display: block;
}
#h-top .ulr li:hover .head-home {
  display: block;
}
#h-top .ulr li:hover .header-er {
  display: block;
}
#h-top li {
  float: left;
  line-height: 30px;
}
#h-top li:last-child a {
  border-right: none;
}
#h-top li:first-child a {
  border-right: none;
  padding: 0;
  color: #333;
}
#h-top li:first-child a span {
  display: inline-block;
  color: #888;
}
#h-top .dt {
  padding-right: 0;
}
#h-top .dd li {
  float: none;
  width: 100px;
}
#h-top .spacer {
  width: 1px;
  height: 10px;
  margin: 10px 1px 0;
  background-color: #ddd;
}
#h-top .ads-lab {
  margin-left: 10px;
}
#h-top .address li {
  width: auto;
  line-height: normal;
  overflow: hidden;
}
#h-top .address .dd {
  width: 561px;
  padding: 5px 0;
}
#h-top .address .area {
  float: left;
  width: 250px;
  padding: 0 10px;
  font-size: 12px;
}
#h-top .address .area span {
  float: left;
  width: 16px;
  margin-top: 2px;
}
#h-top .address .area div {
  float: left;
  width: 232px;
}
#h-top .address .area .small-location {
  display: inline-block;
  height: auto;
  margin-right: 6px;
  padding: 2px 3px;
  float: none;
  width: auto;
  margin-top: 0;
  cursor: pointer;
}
#h-top .address .area .small-location:hover {
  background-color: #ddd;
}
#h-top .address .area .small-location.active {
  color: #fff;
  background-color: #E50015;
}
#h-top .address .area .small-location.hot {
  color: #E50015;
}
#h-top .address .area a {
  display: inline-block;
  height: auto;
  margin-right: 6px;
  padding: 2px 3px;
}
#h-top .address .area a:hover {
  background-color: #ddd;
}
#h-top .address .area a.active {
  color: #fff;
  background-color: #E50015;
}
#h-top .address .area a.hot {
  color: #E50015;
}
#h-top .address .area li {
  padding: 5px 0;
}
#h-top .address .bl {
  border-right: 1px dotted #ddd;
}
/* 头部banner */
#h-banner,
#bottomSearch {
  position: relative;
  height: 110px;
  z-index: 130;
  background-color: inherit;
}
#h-banner.bottom-h,
#bottomSearch.bottom-h {
  height: auto;
}
#h-banner .logo,
#bottomSearch .logo {
  float: left;
  width: 200px;
  height: 50px;
  margin: 19px 0 0 0;
}
#h-banner .logo #g_logo,
#bottomSearch .logo #g_logo {
  width: 200px;
  height: 50px;
}
#h-banner .cart-logo,
#bottomSearch .cart-logo {
  float: left;
  width: 260px!important;
  height: 49px!important;
  margin: 35px 0 0 0!important;
}
#h-banner h1,
#bottomSearch h1 {
  float: left;
  font-size: 24px;
  font-weight: normal;
  margin: 36px 0 0 28px;
}
#h-banner .link-right,
#bottomSearch .link-right {
  float: right;
  margin-top: 46px;
  font-size: 16px;
}
#h-banner .link-right li,
#bottomSearch .link-right li {
  display: inline;
  margin-left: 20px;
}
#h-banner .link-right a,
#bottomSearch .link-right a {
  color: #E50015;
}
#h-banner .purchasing,
#bottomSearch .purchasing {
  position: absolute;
  top: 19px;
  right: 0;
  width: 133px;
  height: 36px;
  padding-left: 46px;
  border-radius: 0 0 2px 2px;
  box-sizing: border-box;
  z-index: 10;
  border: 1px solid #eee;
}
#h-banner .purchasing .icon-arrow-bottom2,
#bottomSearch .purchasing .icon-arrow-bottom2 {
  position: absolute;
  top: 25px;
  right: 10px;
}
#h-banner .purchasing .tocart,
#bottomSearch .purchasing .tocart {
  line-height: 36px;
}
#h-banner .search,
#bottomSearch .search {
  height: 44px;
  width: 560px;
  float: left;
  margin-left: 140px;
  margin-top: 20px;
}
#h-banner .search .search-product-type,
#bottomSearch .search .search-product-type {
  display: block;
  width: 200px;
  height: 30px;
  float: left;
}
#h-banner .search .search-product-type .type,
#bottomSearch .search .search-product-type .type {
  width: 60px;
  height: 32px;
  line-height: 32px;
  color: #E50015;
  float: left;
  text-align: center;
  cursor: pointer;
}
#h-banner .search .search-product-type .type.active,
#bottomSearch .search .search-product-type .type.active {
  background-color: #E50015;
  color: #fff;
}
#h-banner .search-text,
#bottomSearch .search-text {
  position: relative;
}
#h-banner .search-ipt,
#bottomSearch .search-ipt {
  width: 440px;
  height: 40px;
  border-bottom-style: none;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border: 2px solid #E50015;
  border-right: 0px;
  padding: 0px 0px 0px 20px;
  box-sizing: border-box;
  float: left;
}
#h-banner .search-btn,
#bottomSearch .search-btn {
  width: 80px;
  height: 42px;
  background-color: #E50015;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  float: left;
  color: #fff;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-style: none;
}
#h-banner .search-top-btn,
#bottomSearch .search-top-btn {
  width: 80px;
  height: 40px;
  background: #E50015 url('../../images/search-btn.png') center center no-repeat;
  background-size: 24px 24px;
  border: 0;
}
#h-banner .search-top-text-btn,
#bottomSearch .search-top-text-btn {
  width: 86px;
  height: 40px;
  background: #E50015;
  color: white;
  border: 0;
  font-size: 16px;
}
#h-banner .search .mgT30,
#bottomSearch .search .mgT30 {
  margin-top: 30px;
}
#h-banner .search .hotword,
#bottomSearch .search .hotword {
  margin: 5px 0px;
  color: #888;
  position: absolute;
}
#h-banner .search .hotword a,
#bottomSearch .search .hotword a {
  margin-left: 20px;
  font-size: 12px;
}
#h-banner .search .top38,
#bottomSearch .search .top38 {
  top: 38px;
}
#h-banner .search .top68,
#bottomSearch .search .top68 {
  top: 68px;
}
#h-banner .search #shelper,
#bottomSearch .search #shelper {
  position: relative;
}
#h-banner .search #shelper .top5,
#bottomSearch .search #shelper .top5 {
  top: -2px;
}
#h-banner .search #shelper .top29,
#bottomSearch .search #shelper .top29 {
  top: -2px;
}
#h-banner .search #shelper .top-2,
#bottomSearch .search #shelper .top-2 {
  top: -2px;
}
#h-banner .search #shelper .shelper,
#bottomSearch .search #shelper .shelper {
  border: 1px solid #eee;
  position: absolute;
  left: 0px;
  width: 608px;
  background-color: #fff;
  overflow: hidden;
}
#h-banner .search #shelper .shelper li,
#bottomSearch .search #shelper .shelper li {
  height: 33px;
  line-height: 33px;
  padding: 0 20px;
  color: #000;
}
#h-banner .search #shelper .shelper .shelper-first,
#bottomSearch .search #shelper .shelper .shelper-first {
  height: 44px;
  line-height: 44px;
  color: #999 !important;
}
#h-banner .search #shelper .shelper li:hover,
#bottomSearch .search #shelper .shelper li:hover {
  background-color: #f8f8f8;
  color: #E50015;
  cursor: pointer;
}
#h-banner .search #shelper .shelper .shelper-first:hover,
#bottomSearch .search #shelper .shelper .shelper-first:hover {
  background-color: #fff !important;
  color: #999 !important;
}
#h-banner .search #shelper .shelper .search-item,
#bottomSearch .search #shelper .shelper .search-item {
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 190px;
  overflow: hidden;
}
#h-banner .search #shelper .shelper .search-count,
#bottomSearch .search #shelper .shelper .search-count {
  float: right;
}
#h-banner .search #shelper .shelper .close,
#bottomSearch .search #shelper .shelper .close {
  border-top: 1px solid #eee;
  text-align: right;
  color: #999;
}
#h-banner .op-icons-searchBig,
#bottomSearch .op-icons-searchBig {
  position: absolute;
  right: 18px;
  top: 7px;
}
#h-banner .search.bottom,
#bottomSearch .search.bottom {
  margin: 30px auto;
  float: none;
}
#h-banner .local-search-btn,
#bottomSearch .local-search-btn {
  float: left;
  width: 76px;
  height: 31px;
  margin: 28px 0 0 2px;
  color: #fff;
  font-size: 16px;
  border: 0 none;
  background-color: #444;
}
#h-banner .service-tel,
#bottomSearch .service-tel {
  float: right;
  width: 171px;
  height: 32px;
  margin-top: 43px;
  text-align: right;
}
#h-banner1,
#bottomSearch1 {
  position: relative;
  height: 110px;
  z-index: 130;
  background-color: inherit;
}
#h-banner1.bottom-h,
#bottomSearch1.bottom-h {
  height: auto;
}
#h-banner1 .logo,
#bottomSearch1 .logo {
  float: left;
  width: 200px;
  height: 50px;
  margin: 19px 0 0 0;
}
#h-banner1 .logo #g_logo,
#bottomSearch1 .logo #g_logo {
  width: 200px;
  height: 50px;
}
#h-banner1 .cart-logo,
#bottomSearch1 .cart-logo {
  float: left;
  width: 260px!important;
  height: 49px!important;
  margin: 35px 0 0 0!important;
}
#h-banner1 h1,
#bottomSearch1 h1 {
  float: left;
  font-size: 24px;
  font-weight: normal;
  margin: 36px 0 0 28px;
}
#h-banner1 .link-right,
#bottomSearch1 .link-right {
  float: right;
  margin-top: 46px;
  font-size: 16px;
}
#h-banner1 .link-right li,
#bottomSearch1 .link-right li {
  display: inline;
  margin-left: 20px;
}
#h-banner1 .link-right a,
#bottomSearch1 .link-right a {
  color: #E50015;
}
#h-banner1 .purchasing,
#bottomSearch1 .purchasing {
  position: absolute;
  top: 19px;
  right: 0;
  width: 133px;
  height: 36px;
  padding-left: 46px;
  border-radius: 0 0 2px 2px;
  box-sizing: border-box;
  z-index: 10;
  border: 1px solid #eee;
}
#h-banner1 .purchasing .icon-arrow-bottom2,
#bottomSearch1 .purchasing .icon-arrow-bottom2 {
  position: absolute;
  top: 25px;
  right: 10px;
}
#h-banner1 .purchasing .tocart,
#bottomSearch1 .purchasing .tocart {
  line-height: 36px;
}
#h-banner1 .search,
#bottomSearch1 .search {
  height: 44px;
  width: 560px;
  float: left;
  margin-left: 140px;
  margin-top: 20px;
}
#h-banner1 .search .search-product-type,
#bottomSearch1 .search .search-product-type {
  display: block;
  width: 200px;
  height: 30px;
  float: left;
}
#h-banner1 .search .search-product-type .type,
#bottomSearch1 .search .search-product-type .type {
  width: 60px;
  height: 32px;
  line-height: 32px;
  color: #E50015;
  float: left;
  text-align: center;
  cursor: pointer;
}
#h-banner1 .search .search-product-type .type.active,
#bottomSearch1 .search .search-product-type .type.active {
  background-color: #E50015;
  color: #fff;
}
#h-banner1 .search-text,
#bottomSearch1 .search-text {
  position: relative;
}
#h-banner1 .search-ipt,
#bottomSearch1 .search-ipt {
  width: 440px;
  height: 40px;
  border-bottom-style: none;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border: 2px solid #E50015;
  border-right: 0px;
  padding: 0px 0px 0px 20px;
  box-sizing: border-box;
  float: left;
}
#h-banner1 .search-btn,
#bottomSearch1 .search-btn {
  width: 80px;
  height: 42px;
  background-color: #E50015;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  float: left;
  color: #fff;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-style: none;
}
#h-banner1 .search-top-btn,
#bottomSearch1 .search-top-btn {
  width: 80px;
  height: 40px;
  background: #E50015 url('../../images/search-btn.png') center center no-repeat;
  background-size: 24px 24px;
  border: 0;
}
#h-banner1 .search-top-text-btn,
#bottomSearch1 .search-top-text-btn {
  width: 86px;
  height: 40px;
  background: #E50015;
  color: white;
  border: 0;
  font-size: 16px;
}
#h-banner1 .search .mgT30,
#bottomSearch1 .search .mgT30 {
  margin-top: 30px;
}
#h-banner1 .search .hotword,
#bottomSearch1 .search .hotword {
  margin: 5px 0px;
  color: #888;
  position: absolute;
}
#h-banner1 .search .hotword a,
#bottomSearch1 .search .hotword a {
  margin-left: 20px;
  font-size: 12px;
}
#h-banner1 .search .top38,
#bottomSearch1 .search .top38 {
  top: 38px;
}
#h-banner1 .search .top68,
#bottomSearch1 .search .top68 {
  top: 68px;
}
#h-banner1 .search #shelper,
#bottomSearch1 .search #shelper {
  position: relative;
}
#h-banner1 .search #shelper .top5,
#bottomSearch1 .search #shelper .top5 {
  top: -2px;
}
#h-banner1 .search #shelper .top29,
#bottomSearch1 .search #shelper .top29 {
  top: -2px;
}
#h-banner1 .search #shelper .top-2,
#bottomSearch1 .search #shelper .top-2 {
  top: -2px;
}
#h-banner1 .search #shelper .shelper,
#bottomSearch1 .search #shelper .shelper {
  border: 1px solid #eee;
  position: absolute;
  left: 0px;
  width: 608px;
  background-color: #fff;
  overflow: hidden;
}
#h-banner1 .search #shelper .shelper li,
#bottomSearch1 .search #shelper .shelper li {
  height: 33px;
  line-height: 33px;
  padding: 0 20px;
  color: #000;
}
#h-banner1 .search #shelper .shelper .shelper-first,
#bottomSearch1 .search #shelper .shelper .shelper-first {
  height: 44px;
  line-height: 44px;
  color: #999 !important;
}
#h-banner1 .search #shelper .shelper li:hover,
#bottomSearch1 .search #shelper .shelper li:hover {
  background-color: #f8f8f8;
  color: #E50015;
  cursor: pointer;
}
#h-banner1 .search #shelper .shelper .shelper-first:hover,
#bottomSearch1 .search #shelper .shelper .shelper-first:hover {
  background-color: #fff !important;
  color: #999 !important;
}
#h-banner1 .search #shelper .shelper .search-item,
#bottomSearch1 .search #shelper .shelper .search-item {
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 190px;
  overflow: hidden;
}
#h-banner1 .search #shelper .shelper .search-count,
#bottomSearch1 .search #shelper .shelper .search-count {
  float: right;
}
#h-banner1 .search #shelper .shelper .close,
#bottomSearch1 .search #shelper .shelper .close {
  border-top: 1px solid #eee;
  text-align: right;
  color: #999;
}
#h-banner1 .op-icons-searchBig,
#bottomSearch1 .op-icons-searchBig {
  position: absolute;
  right: 18px;
  top: 7px;
}
#h-banner1 .search.bottom,
#bottomSearch1 .search.bottom {
  margin: 30px auto;
  float: none;
}
#h-banner1 .local-search-btn,
#bottomSearch1 .local-search-btn {
  float: left;
  width: 76px;
  height: 31px;
  margin: 28px 0 0 2px;
  color: #fff;
  font-size: 16px;
  border: 0 none;
  background-color: #444;
}
#h-banner1 .service-tel,
#bottomSearch1 .service-tel {
  float: right;
  width: 171px;
  height: 32px;
  margin-top: 43px;
  text-align: right;
}
#bottomSearch {
  z-index: 99;
}
.cart-icons {
  position: relative;
  top: -37px;
  left: -31px;
}
.user-head {
  height: 80px!important;
  padding: 15px 0;
  box-sizing: border-box;
}
.user-head .user-logo {
  margin: 0!important;
}
/* 头部导航 */
#h-nav {
  background-color: #fff;
}
#h-nav .container {
  position: relative;
  height: 40px;
  z-index: 120;
  background-color: inherit;
}
#h-nav .icon-arrow-bottom {
  position: absolute;
  top: 20px;
  right: 8px;
}
#h-nav .icon-arrow-right {
  position: absolute;
  top: 16px;
  right: 10px;
  z-index: 10;
}
#h-nav .icon-jiao {
  position: absolute;
  top: -6px;
  right: 132px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #f23030;
  border-left: 12px solid transparent;
}
#h-nav .side-nav {
  position: relative;
  float: left;
  width: 200px;
  height: 40px;
  padding-left: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 44px;
  background: #E50015;
  border-radius: 2px 2px 0px 0px;
  font-size: 16px;
  box-sizing: border-box;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
}
#h-nav .side-nav img {
  width: 16px;
  height: 16px;
  margin-right: 9px;
  vertical-align: middle;
}
#h-nav .side-ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 200px;
  font-size: 0;
  font-weight: normal;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5707070, 70, endColorstr=#e5707070, 70);
  background: none\9;
  overflow: inherit;
  height: 546px;
  padding-top: 8px;
  background: #fff;
}
#h-nav .side-ul li {
  *margin-top: -1px;
  _margin-top: 0;
  *zoom: 1;
}
#h-nav .side-ul li.active .nav-type a {
  border-left: 0;
}
#h-nav .side-ul li.active {
  color: #000;
  background-color: rgba(229, 0, 21, 0.1);
  line-height: 40px;
}
#h-nav .side-ul li.active .highlight {
  color: #f23030;
}
#h-nav .side-ul li img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
#h-nav .side-ul li span {
  vertical-align: middle;
}
#h-nav .side-ul li .right {
  float: right;
  width: 14px;
  height: 14px;
  margin-top: 10px;
  margin-right: 12px;
}
#h-nav .side-ul .highlight {
  color: #f23030;
}
#h-nav .side-ul a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #262626;
  line-height: 34px;
}
#h-nav .side-ul.active {
  display: block;
}
#h-nav .side-ul.fixed {
  display: block;
}
#h-nav .nav-items {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  width: 1000px;
  box-sizing: border-box;
  min-height: 500px;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  border: 2px solid rgba(229, 0, 21, 0.4);
  -webkit-box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.2);
}
#h-nav .nav-items .hide {
  display: none;
}
#h-nav .nav-items .nav-left {
  display: flex;
  justify-content: flex-start;
  margin: 13px 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #EEEEEE;
}
#h-nav .nav-items .nav-right {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#h-nav .nav-items .nav-right li {
  margin-right: 32px;
  margin-bottom: 10px;
  line-height: 18px;
}
#h-nav .nav-items .nav-right li a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #515151;
  line-height: 18px;
}
#h-nav .nav-items .nav-type-sec a {
  padding: 0;
  line-height: 14px;
  color: #000 !important;
}
#h-nav .nav-items .nav-type {
  min-width: 96px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212121;
  line-height: 18px;
  margin-right: 13px;
}
#h-nav .nav-items .nav-type .highlight {
  color: #f23030;
}
#h-nav .nav-items .nav-type ul {
  line-height: 0;
}
#h-nav .nav-items .nav-type li {
  display: inline-block;
  height: 16px;
  padding: 0 9px 0 10px;
  margin-bottom: 7px;
  line-height: 16px;
  border-left: 1px solid #ddd;
  *display: inline;
  *zoom: 1;
  border-bottom: 0;
}
#h-nav .nav-items .nav-type li:first-child {
  padding-left: 0;
  border-left: none;
}
#h-nav .nav-items .nav-type a {
  padding: 0;
  line-height: 14px;
  color: #555;
}
#h-nav .nav-items .nav-type .hot a {
  color: #E50015;
}
#h-nav .nav-items h5 {
  margin: 0 0 7px 0;
  padding-bottom: 9px;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  border-bottom: 2px dashed #ccc;
}
#h-nav .main-nav {
  font-size: 18px;
  margin-top: 1px;
}
#h-nav .main-nav li {
  float: left;
  margin: 0 20px;
  position: relative;
}
#h-nav .main-nav li .op-icons-hot {
  position: absolute;
  top: 5px;
}
#h-nav .main-nav li .op-icons-new {
  position: absolute;
  top: 5px;
}
#h-nav .main-nav a {
  display: inline-block;
  line-height: 40px;
  color: #333;
}
#h-nav .main-nav a:hover {
  color: #E50015;
}
#h-nav .main-nav .active a {
  color: #fff;
}
#h-nav1 {
  background-color: #fff;
}
#h-nav1 .container {
  position: relative;
  height: 40px;
  z-index: 120;
  background-color: inherit;
}
#h-nav1 .icon-arrow-bottom {
  position: absolute;
  top: 20px;
  right: 8px;
}
#h-nav1 .icon-arrow-right {
  position: absolute;
  top: 16px;
  right: 10px;
  z-index: 10;
}
#h-nav1 .icon-jiao {
  position: absolute;
  top: -6px;
  right: 132px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #f23030;
  border-left: 12px solid transparent;
}
#h-nav1 .side-nav {
  position: relative;
  float: left;
  width: 200px;
  height: 40px;
  padding-left: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 44px;
  background: #E50015;
  border-radius: 2px 2px 0px 0px;
  font-size: 16px;
  box-sizing: border-box;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
}
#h-nav1 .side-nav img {
  width: 16px;
  height: 16px;
  margin-right: 9px;
  vertical-align: middle;
}
#h-nav1 .side-ul {
  display: none;
  position: relative;
  top: 0px;
  left: -15px;
  width: 200px;
  font-size: 0;
  font-weight: normal;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5707070, 70, endColorstr=#e5707070, 70);
  background: none\9;
  overflow: inherit;
  height: 536px;
  padding-top: 8px;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}
#h-nav1 .side-ul li {
  *margin-top: -1px;
  color: #fff;
  _margin-top: 0;
  *zoom: 1;
}
#h-nav1 .side-ul li.active .nav-type a {
  border-left: 0;
}
#h-nav1 .side-ul li.active {
  color: #626262 !important;
  background-color: #fff;
  line-height: 40px;
}
#h-nav1 .side-ul li.active a {
  color: #626262 !important;
  background-color: #fff;
}
#h-nav1 .side-ul li.active .highlight {
  color: #f23030;
}
#h-nav1 .side-ul li img {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
#h-nav1 .side-ul li .right {
  float: right;
  width: 14px;
  height: 14px;
  margin-top: 10px;
  margin-right: 12px;
}
#h-nav1 .side-ul .highlight {
  color: #f23030;
}
#h-nav1 .side-ul a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  line-height: 34px;
}
#h-nav1 .side-ul.active {
  display: block;
}
#h-nav1 .side-ul.fixed {
  display: block;
}
#h-nav1 .nav-items {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  width: 1000px;
  box-sizing: border-box;
  min-height: 510px;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  border: 2px solid rgba(229, 0, 21, 0.4);
  -webkit-box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 7px rgba(0, 0, 0, 0.2);
}
#h-nav1 .nav-items .hide {
  display: none;
}
#h-nav1 .nav-items .nav-left {
  display: flex;
  justify-content: flex-start;
  margin: 13px 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #EEEEEE;
}
#h-nav1 .nav-items .nav-right {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#h-nav1 .nav-items .nav-right li {
  margin-right: 32px;
  margin-bottom: 10px;
  line-height: 18px;
}
#h-nav1 .nav-items .nav-right li a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #515151;
  line-height: 18px;
}
#h-nav1 .nav-items .nav-type-sec a {
  padding: 0;
  line-height: 14px;
  color: #000 !important;
}
#h-nav1 .nav-items .nav-type {
  min-width: 96px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212121;
  line-height: 18px;
  margin-right: 13px;
}
#h-nav1 .nav-items .nav-type .highlight {
  color: #f23030;
}
#h-nav1 .nav-items .nav-type ul {
  line-height: 0;
}
#h-nav1 .nav-items .nav-type li {
  display: inline-block;
  height: 16px;
  padding: 0 9px 0 10px;
  margin-bottom: 7px;
  line-height: 16px;
  border-left: 1px solid #ddd;
  *display: inline;
  *zoom: 1;
  border-bottom: 0;
}
#h-nav1 .nav-items .nav-type li:first-child {
  padding-left: 0;
  border-left: none;
}
#h-nav1 .nav-items .nav-type a {
  padding: 0;
  line-height: 14px;
  color: #555;
}
#h-nav1 .nav-items .nav-type .hot a {
  color: #E50015;
}
#h-nav1 .nav-items h5 {
  margin: 0 0 7px 0;
  padding-bottom: 9px;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  border-bottom: 2px dashed #ccc;
}
#h-nav1 .main-nav {
  font-size: 18px;
  margin-top: 1px;
}
#h-nav1 .main-nav li {
  float: left;
  margin: 0 20px;
  position: relative;
}
#h-nav1 .main-nav li .op-icons-hot {
  position: absolute;
  top: 5px;
}
#h-nav1 .main-nav li .op-icons-new {
  position: absolute;
  top: 5px;
}
#h-nav1 .main-nav a {
  display: inline-block;
  line-height: 40px;
  color: #333;
}
#h-nav1 .main-nav a:hover {
  color: #626262 !important;
}
#h-nav1 .main-nav .active a {
  color: #fff;
}
/* 底部 */
.bgf8f8f8 {
  background-color: #f8f8f8;
}
#footer {
  padding-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
  clear: both;
  *zoom: 1;
}
#footer .footer-top-title {
  width: 100%;
  padding: 24px 0px;
  border-bottom: 1px solid  #E9EFF3;
}
#footer .footer-top-title-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#footer .footer-top-title-content-item {
  flex: 1;
}
#footer .footer-top-title-content-item-img {
  width: 36px;
  height: 38px;
  margin-right: 8px;
  vertical-align: middle;
}
#footer .footer-top-title-content-item-text {
  vertical-align: middle;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #262626;
  line-height: 22px;
}
#footer .footer-top {
  width: 100%;
  padding: 40px 0 30px 0;
  box-sizing: border-box;
}
#footer .footer-top .tel {
  display: inline-block;
  font-size: 14px;
  margin-left: 20px;
}
#footer .footer-top .tel li p {
  text-align: left;
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
#footer .footer-top .tel li:first-child {
  color: #E50015;
}
#footer .footer-top .tel li:first-child p {
  color: #666;
}
#footer .footer-top .tel li:first-child p:nth-child(2) {
  font-size: 14px;
  font-weight: normal;
}
#footer .footer-top .tel li:last-child {
  color: #E50015;
}
#footer .footer-top .tel li:last-child p {
  color: #666;
}
#footer .footer-top .tel li:last-child p:nth-child(2) {
  font-size: 14px;
  font-weight: normal;
}
#footer .bt-nav {
  position: relative;
  float: left;
}
#footer .bt-nav .first-a {
  display: block;
  padding-left: 94px;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 19px;
}
#footer .bt-nav .common-ul {
  padding-left: 94px;
  font-size: 12px;
  box-sizing: border-box;
}
#footer .bt-nav .uls {
  margin-left: 73px!important;
}
#footer .bt-nav li {
  margin-bottom: 10px;
}
#footer .bt-nav i {
  position: absolute;
  top: -3px;
  left: 0;
  margin-top: -5px;
  margin-right: 14px;
}
#footer .bt-nav a {
  color: #666;
}
#footer .bt-nav a:hover {
  color: #E50015;
}
#footer .qrcode {
  float: left;
  width: 110px;
  text-align: center;
}
#footer .qrcode h5 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
  color: #666;
  font-weight: bold;
}
#footer .qrcode .icon-qrcode {
  margin-top: 12px;
}
#footer .qrcode p {
  color: #999999;
  font-size: 12px;
  margin: 12px 0 0 0;
}
#footer p {
  clear: both;
  text-align: center;
  font-size: 12px;
  margin: 0 0 12px 0;
  color: #666;
}
#footer .footer-text {
  min-width: 103px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  background: #eee;
  padding: 0;
  text-align: left;
}
#footer .footer-text img {
  vertical-align: middle;
  padding: 0;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}
#footer .footer-text .footer-text-img {
  margin-top: 3px;
  margin-left: 5px;
}
#footer .footer-text span {
  float: left;
}
#footer .footer-bottom {
  text-align: center;
  margin-bottom: 16px;
}
#footer .footer-bottom-text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
}
#footer .footer-bottom-line {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #AAAAAA;
  margin: 0px 15px;
  vertical-align: middle;
}
#footer .footer-beian {
  text-align: center;
}
#footer .footer-beian img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
#footer .footer-beian span {
  vertical-align: middle;
}
.footer-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid #ECECEC;
}
.footer-box .footer-item {
  flex: 1;
  padding-left: 15px;
  box-sizing: border-box;
}
.footer-box .footer-item-dt {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 18px;
  margin-bottom: 16px;
}
.footer-box .footer-item-dd {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  margin-bottom: 12px;
  cursor: pointer;
}
/* 筛选工具条 */
#sctoolbar {
  height: 39px;
  margin-bottom: 50px;
  position: relative;
  overflow: visible;
  font-size: 12px;
  line-height: 40px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  *zoom: 1;
  border-bottom: none;
}
#sctoolbar .sorting {
  float: left;
}
#sctoolbar .filter {
  position: absolute;
  top: 38px;
  left: -1px;
  border: 1px solid #ddd;
  border-top: none;
  width: 100%;
}
#sctoolbar .filter a {
  margin-left: 20px;
}
#sctoolbar .segmenting-line {
  position: absolute;
  top: 38px;
  left: -1px;
  border-bottom: 1px solid #ddd;
  border-top: none;
  width: 100%;
}
#sctoolbar .price-range .check {
  z-index: 2;
  bottom: -30px;
}
#sctoolbar .order {
  display: inline-block;
  height: 39px;
  padding: 0 14px;
  border-right: 1px solid #ddd;
  background-color: #f8f8f8;
  float: left;
  color: #000;
}
#sctoolbar .order i {
  width: 12px;
  height: 11px;
  background: url('../../images/company/company-default.png') no-repeat -495px -67px;
  margin-left: 3px;
}
#sctoolbar .order .down-icon-two {
  height: 14px;
  top: 13px;
  background: url('../../images/company/company-default.png') no-repeat -70px -302px;
}
#sctoolbar .order.active {
  color: #fff;
  background-color: #E50015;
  position: relative;
  height: 40px;
  top: -1px;
  z-index: 100;
}
#sctoolbar .order.active:first-child {
  left: -1px;
}
#sctoolbar .order.active i {
  width: 12px;
  height: 11px;
  background: url('../../images/company/company-default.png') no-repeat -459px -67px;
  margin-left: 3px;
}
#sctoolbar .order.active .down-icon-two {
  height: 14px;
  top: 13px;
  background: url('../../images/company/company-default.png') no-repeat -70px -270px;
}
#sctoolbar .order.active .down-icon-two-price {
  height: 14px;
  top: 13px;
  background: url('../../images/company/company-default.png') no-repeat -70px -286px;
}
#sctoolbar .order.active .asc {
  background-position: 0px -60px;
  width: 11px;
  height: 7px;
}
#sctoolbar .order.active .desc {
  background-position: 0px -67px;
  width: 11px;
  height: 7px;
}
#sctoolbar .down-icon {
  padding: 0 14px;
  position: relative;
}
#sctoolbar .price-range {
  display: inline-block;
  margin-left: 10px;
}
#sctoolbar .price-range span {
  display: inline-block;
  width: 20px;
  text-align: center;
}
#sctoolbar .price-range .from,
#sctoolbar .price-range .to {
  width: 78px;
  height: 20px;
  line-height: 20px;
  border-radius: 15px;
  padding-left: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
#sctoolbar .price-range .check {
  position: absolute;
  height: 30px;
  line-height: 20px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-top: none;
  display: block;
  text-align: center;
  margin-left: 10px;
}
#sctoolbar .price-range .check button,
#sctoolbar .price-range .check a {
  margin: 0 10px;
  border: none;
  padding: 3px;
  height: 23px;
  line-height: 16px;
}
#sctoolbar .icon-checkbox {
  margin-top: -3px;
}
#sctoolbar .condition {
  margin-left: 16px;
}
#sctoolbar .condition:hover .icon-checkbox,
#sctoolbar .condition.active .icon-checkbox {
  background-position: -725px -25px;
}
#sctoolbar .condition.active {
  color: #E50015;
}
#sctoolbar .flip {
  float: right;
  position: relative;
}
#sctoolbar .flip span {
  display: inline-block;
  vertical-align: top;
}
#sctoolbar .flip .highlight {
  color: #666;
  font-style: normal;
}
#sctoolbar .flip .pag {
  display: inline-block;
  height: 38px;
  border-left: 1px solid #ddd;
  background-color: #fff;
  color: #000;
  width: 40px;
  vertical-align: top;
  float: right;
  text-align: center;
}
#sctoolbar .flip .pag-two i {
  width: 8px;
  height: 14px;
  background: url('../../images/company/company-default.png') no-repeat -23px -126px;
}
#sctoolbar .flip .pag-two.disable i {
  opacity: 0.2;
}
#sctoolbar .flip .pag-one i {
  width: 8px;
  height: 14px;
  background: url('../../images/company/company-default.png') no-repeat -23px -76px;
}
#sctoolbar .flip .pag-one.disable i {
  opacity: 0.2;
}
/* 分页 */
#paging {
  float: right;
  margin-right: 15px;
  line-height: 34px;
}
#paging a {
  display: inline-block;
  padding: 2px 15px;
  margin: 0px 2px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #333;
}
#paging a:hover {
  border-color: #E50015;
}
#paging a.active {
  color: #E50015;
  background-color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
}
#paging .total {
  padding: 0 5px;
}
#paging input {
  display: inline-block;
  height: 35px;
  width: 38px;
  border: 1px solid #ddd;
  margin: 0px 5px 0px 5px;
  text-align: center;
}
#paging .sure {
  padding: 2px 20px;
}
#paging .middle-symbol-begin {
  padding: 0px 12px 0px 13px;
}
#paging .middle-symbol-end {
  padding: 0px 15px 0px 10px;
}
.search-pag {
  margin: 40px 0 50px 0;
}
.pageInfor {
  display: inline-block;
  font-style: normal;
  margin: 0 8px 0 5px;
}
/* 地址选择 */
.location {
  display: block;
  width: 673px;
  bottom: auto;
  margin-left: -335px;
  position: absolute;
  left: 50%;
  top: 18%;
  background-color: #fff;
  border: 5px solid #ddd;
  border-radius: 8px;
}
.location .dialog-header {
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  background-color: #eee;
  color: #777;
}
.location .dialog-closeOne {
  color: #999;
  margin: 8px 12px 0 0;
  width: 25px;
  height: 25px;
  line-height: 21px;
  position: absolute;
  background: #eee;
  font-size: 20px;
  text-align: center;
  right: 0px;
  top: -4px;
  cursor: pointer;
}
.location .dialog-closeOne-notie {
  top: -17px;
  right: -21px;
}
.location .dialog-closeOne-ie {
  top: -8px;
  right: -12px;
}
.location .area {
  float: left;
  width: 334px;
  font-size: 12px;
}
.location .area span {
  float: left;
  width: 10px;
  margin-top: 3px;
}
.location .area div {
  float: left;
  width: 295px;
}
.location .area a {
  display: inline-block;
  height: auto;
  padding: 2px 4px;
}
.location .area a:hover {
  background-color: #E50015;
  color: #fff;
}
.location .area a.active {
  color: #fff;
  background-color: #E50015;
}
.location .area a.hot:hover {
  color: #fff;
}
.location .area .small-location {
  display: inline-block;
  height: auto;
  padding: 2px 4px;
  float: none;
  width: auto;
  margin-top: 0;
  cursor: pointer;
}
.location .area .small-location:hover {
  background-color: #E50015;
  color: #fff;
}
.location .area .small-location.active {
  color: #fff;
  background-color: #E50015;
}
.location .area .small-location.hot:hover {
  color: #fff;
}
.location .area li {
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  line-height: normal;
}
.location .bl {
  border-right: 1px solid #eee;
}
/* 商品分类 */
#classify {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 12px;
  border-top: 1px solid #ddd;
}
#classify .type {
  position: relative;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#classify .type.extend ul {
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 1px;
  height: 196px;
}
#classify .key {
  position: absolute;
  top: 0;
  left: 0;
  width: 133px;
  height: 100%;
  padding-left: 10px;
  padding-right: 15px;
  line-height: 34px;
  line-height: 45px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #f8f8f8;
  text-align: right;
}
#classify .value {
  float: left;
  width: 865px;
  margin-left: 156px;
  min-height: 35px;
  padding: 5px 0px 5px 20px;
}
#classify .value .brand.brand-img ul {
  height: 102px;
  padding-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  zoom: 1;
}
#classify .value .brand.brand-img ul li {
  font-size: 14px;
  width: 98px;
  float: left;
  border: 1px solid #ddd;
  height: 46px;
  padding: 0;
  margin: 0;
  text-align: center;
  margin: -1px -1px 0 0;
  padding: 4px 0 0 0;
}
#classify .value .brand.brand-img ul li a img {
  height: 42px;
}
#classify .value .brand ul li {
  font-size: 14px;
  margin-right: 20px;
  float: left;
  padding: 10px 0 10px 5px;
}
#classify .value .brand ul a {
  display: block;
  color: #333;
}
#classify .section-left {
  width: 672px;
}
#classify .section-right {
  width: 178px;
  float: left;
  margin-top: 10px;
}
#classify .section-right input {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding-left: 30px;
}
#classify .section-right span {
  position: relative;
}
#classify .section-right b {
  display: inline-block;
  width: 18px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  vertical-align: top;
}
#classify .icon-checkbox {
  margin-top: -2px;
}
#classify .inner {
  max-height: 100px;
  overflow: auto;
}
#classify .inner a {
  display: inline-block;
  width: 54px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 33px;
  font-size: 12px;
  text-overflow: ellipsis;
  margin-right: 15px;
}
#classify .inner a:hover .icon-checkbox,
#classify .inner a.active .icon-checkbox {
  background-position: -725px -24px 0;
}
#classify .inner.active .icon-checkbox {
  display: inline-block;
}
#classify .inner .icon-checkbox {
  margin-right: 5px;
}
#classify .multi-confirm {
  clear: both;
  margin-left: 156px;
  text-align: center;
  margin-bottom: 8px;
}
#classify .multi-confirm button {
  min-width: 66px;
  height: 24px;
  line-height: 12px;
  color: #ccc;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  margin: 3px 5px;
  border-radius: 15px;
  font-size: 14px;
}
#classify .multi-confirm button.confirm {
  cursor: default;
}
#classify .multi-confirm button.cancel {
  text-align: center;
  color: #888;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 15px;
  font-size: 14px;
}
#classify .multi-confirm button.active {
  cursor: pointer;
  color: #fff;
  background: #E50015;
  border-radius: 15px;
  font-size: 14px;
}
#classify .selected a {
  margin-right: 10px;
}
#classify .selected .icon-checkbox {
  background-position: -725px -25px;
}
#classify .btn-group {
  margin-bottom: 10px;
  text-align: center;
}
#classify .btn-group .btn {
  height: 25px;
  font-size: 12px;
  line-height: 23px;
}
#classify .fun {
  float: right;
  width: 115px;
  padding-left: 10px;
  margin-top: 14px;
}
#classify .fun a {
  padding: 3px 10px;
  height: 14px;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  color: #333;
  border: 1px solid #ddd;
}
#classify .fun .multi {
  position: relative;
  padding: 3px 6px 3px 16px;
}
#classify .fun .multi::after {
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -23px -194px;
  width: 10px;
  height: 10px;
  position: absolute;
  content: '';
  top: 6px;
  left: 5px;
}
#classify .fun .more {
  position: relative;
  padding: 3px 17px 3px 5px;
}
#classify .fun .more::after {
  position: absolute;
  content: '';
  top: 8px;
  right: 6px;
  width: 10px;
  height: 6px;
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
}
.headMenu a {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #262626;
  line-height: 20px;
  box-sizing: border-box;
}
.search-list .related-box {
  width: 220px;
}
.search-list .related-box .guess {
  width: 220px;
}
.search-list .related-box .good-item-box .no-data {
  width: 220px;
}
.search-list .related-box .good-item {
  width: 218px;
  min-height: 260px;
}
.search-list .related-box .good-item .img-list {
  height: 170px;
  width: 170px;
}
.search-list .search-list-right {
  width: 960px;
  float: right;
}
.search-list .recommend-goods .bottom-arrow .arrow-down {
  left: 75px;
}
.search-list .recommend-goods .bottom-arrow .arrow-up {
  left: 125px;
}
/* 数量加减和加入购物车 */
.buy {
  margin-top: 7px;
  margin-left: 10px;
}
.buy .count {
  float: left;
  width: 59px;
  height: 30px;
  overflow: hidden;
  *zoom: 1;
}
.buy .count .num {
  float: left;
  width: 40px;
  height: 14px;
  padding: 7px 0;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  border: 1px solid #ccc;
}
.buy .count .count-btn {
  float: left;
  width: 16px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.buy .count .count-btn i {
  position: absolute;
  top: 4px;
  left: 3px;
  margin-left: 0px !important;
  margin-top: 0px !important;
}
.buy .count .add,
.buy .count .sub {
  position: relative;
  float: left;
  width: 16px;
  height: 14px;
  padding: 0;
  text-align: center;
  font-size: 0;
  background-color: #eee;
  border: 0 none;
  _zoom: 1;
}
.buy .count .add:active,
.buy .count .sub:active {
  background-color: #eee;
}
.buy .count .disable {
  background-color: #fff;
}
.buy .addCart {
  padding: 0 15px;
  float: left;
  height: 30px;
  margin-left: 8px;
  color: #fff;
  line-height: 30px;
  background-color: #f23030;
}
.buy .addCart:hover {
  color: #fff;
  background-color: #e10e0e;
}
.buy .addCart:active {
  background-color: #b10b0b;
}
.buy .addCart.disable {
  color: #666;
  background-color: #E9E9E9;
  cursor: default;
}
.collectDialog1 {
  position: absolute;
  width: 250px;
  margin-top: -150px;
  margin-left: 122px;
  text-align: center;
  background-color: #fff;
  box-shadow: 2px 2px 10px -4px rgba(200, 200, 200, 0.5);
  *border: 3px solid #ccc;
  z-index: 2;
}
.collectDialog1 h5 {
  color: #fff;
}
.collectDialogPack {
  position: absolute;
  width: 250px;
  margin-top: -150px;
  margin-left: 122px;
  text-align: center;
  background-color: #fff;
  box-shadow: 2px 2px 10px -4px rgba(200, 200, 200, 0.5);
  *border: 3px solid #ccc;
  z-index: 2;
}
.collectDialogPack h5 {
  color: #fff;
}
.search-crumb {
  /* 路径导航 (面包屑) */
  position: relative;
  overflow: hidden;
  /* 搜索结果个数 */
}
.search-crumb #breadcrumb,
.search-crumb #searchBreadcrumb {
  float: left;
  padding: 18px 0 0;
  color: #ccc;
  *zoom: 1;
}
.search-crumb #breadcrumb .show-crumb,
.search-crumb #searchBreadcrumb .show-crumb {
  padding: 0px;
}
.search-crumb #breadcrumb a,
.search-crumb #searchBreadcrumb a {
  /* color: @blackColor; */
}
.search-crumb #breadcrumb:hover .crumb-down,
.search-crumb #searchBreadcrumb:hover .crumb-down {
  display: block;
}
.search-crumb #breadcrumb input,
.search-crumb #searchBreadcrumb input {
  width: 144px;
  height: 22px;
  border-radius: 15px;
  outline: medium;
  padding: 0px 20px 0px 12px;
}
.search-crumb #breadcrumb .search-box,
.search-crumb #searchBreadcrumb .search-box {
  display: inline-block;
  position: relative;
}
.search-crumb #breadcrumb .right-icon,
.search-crumb #searchBreadcrumb .right-icon {
  display: inline-block;
  width: 25px;
  position: relative;
}
.search-crumb #breadcrumb .right-icon::after,
.search-crumb #searchBreadcrumb .right-icon::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 7px;
  top: -10px;
  left: 10px;
  background: url('../../images/company/company-default.png') no-repeat -25px -126px;
}
.search-crumb #breadcrumb .right-icon-crumb,
.search-crumb #searchBreadcrumb .right-icon-crumb {
  height: 10px;
  width: 7px;
  top: -10px;
  left: 10px;
  background: url('../../images/company/company-default.png') no-repeat -25px -126px;
}
.search-crumb #breadcrumb .crumb-search,
.search-crumb #searchBreadcrumb .crumb-search {
  width: 163px;
  height: 24px;
  display: inline-block;
  position: relative;
  border-radius: 15px;
  border: 1px solid #ccc;
  margin-right: 10px;
}
.search-crumb #breadcrumb .crumb-search .search-last,
.search-crumb #searchBreadcrumb .crumb-search .search-last {
  height: 24px;
  line-height: 24px;
  border: none;
  display: inline-block;
  padding: 0 10px 0 10px;
  color: #000;
  box-sizing: border-box;
}
.search-crumb #breadcrumb .crumb-search .search-fang,
.search-crumb #searchBreadcrumb .crumb-search .search-fang {
  position: absolute;
  width: 30px;
  height: 20px;
  display: inline-block;
  right: 0px;
  top: 1px;
  text-align: center;
}
.search-crumb #breadcrumb .result,
.search-crumb #searchBreadcrumb .result {
  float: right;
  color: #666;
}
.search-crumb #breadcrumb a:hover .crumb-down,
.search-crumb #searchBreadcrumb a:hover .crumb-down {
  display: block;
}
.search-crumb #resultcount {
  float: right;
  padding: 20px 0 0;
  color: #999;
  text-align: right;
}
.search-crumb .selectedTag {
  padding: 18px 0 0;
  float: left;
}
.search-crumb .selectedTag .tag {
  border: 1px dashed #E50015;
  margin: 0 10px;
  color: #E50015;
  padding: 0px 10px;
  float: left;
  line-height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 15px;
  cursor: pointer;
}
.search-crumb .selectedTag a:hover {
  background-color: #E50015;
  border: 1px solid #E50015;
}
.search-crumb .selectedTag a:hover .tag {
  border: none;
}
.search-crumb .selectedTag a:hover span {
  color: #fff;
}
.search-crumb .next {
  float: left;
  padding: 21px 0 0;
  color: #ccc;
}
.recommend-goods {
  float: left;
  max-width: 190px;
  /* 新添加 商品导入模块 container-right end */
  /* 新添加class related-left  begin*/
}
.recommend-goods .related {
  margin-bottom: 50px;
  border: 1px solid #eee;
}
.recommend-goods .related.left {
  width: 188px;
  float: left;
}
.recommend-goods .related.right {
  width: 188px;
  float: right;
}
.recommend-goods .related.bottom {
  width: 100%;
}
.recommend-goods .related.bottom .guess {
  width: 100%;
  box-sizing: border-box;
}
.recommend-goods .related .guess {
  height: 35px;
  background-color: #f8f8f8;
  line-height: 35px;
  text-align: center;
}
.recommend-goods .related .good-item {
  width: 188px;
}
.recommend-goods .related .good-item.left {
  height: 285px;
}
.recommend-goods .related .good-item.left h5 {
  -webkit-line-clamp: 2;
}
.recommend-goods .related .good-item.right {
  height: 250px;
}
.recommend-goods .related .good-item.right h5 {
  -webkit-line-clamp: 1;
}
.recommend-goods .related .good-item.bottom {
  height: 250px;
  float: left;
  background-color: #fff;
  width: 180px;
  margin-top: 1px;
  margin: 1px 8px 0;
}
.recommend-goods .related .good-item.bottom h5 {
  -webkit-line-clamp: 1;
}
.recommend-goods .related .good-item a {
  display: block;
  padding-left: 18px;
}
.recommend-goods .related .good-item a .money {
  color: #FF6900;
  font-size: 14px;
  margin: 5px 0;
}
.recommend-goods .related .good-item a h5 {
  margin: 5px 0;
  width: 130px;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
.recommend-goods .related .good-item .cheaps {
  font-size: 0;
}
.recommend-goods .related .good-item .cheaps .cheap {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-color: #FF6900;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin-right: 6px;
}
.recommend-goods .related .good-item .cheaps .cheap-two {
  width: 65px;
  height: 20px;
}
.recommend-goods .bottom-arrow {
  position: relative;
}
.recommend-goods .bottom-arrow .arrow-down {
  content: '';
  position: absolute;
  display: block;
  width: 23px;
  height: 15px;
  background: url('../../images/company/company-default.png') no-repeat -320px -141px;
  top: 10px;
  left: 56px;
}
.recommend-goods .bottom-arrow .arrow-down.disabled {
  background: url('../../images/company/company-default.png') no-repeat -320px -215px;
}
.recommend-goods .bottom-arrow .arrow-up {
  position: absolute;
  content: '';
  display: block;
  width: 23px;
  height: 15px;
  background: url('../../images/company/company-default.png') no-repeat -320px -34px;
  top: 10px;
  left: 100px;
}
.recommend-goods .bottom-arrow .arrow-up.disabled {
  background-position: -320px -102px;
}
.recommend-goods .bottom-arrow .arrow-left {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  background: url('../../images/company/company-default.png') no-repeat -277px -135px;
  top: -160px;
  left: 0px;
}
.recommend-goods .bottom-arrow .arrow-left.disabled {
  background-position: -277px -206px;
}
.recommend-goods .bottom-arrow .arrow-right {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 25px;
  background: url('../../images/company/company-default.png') no-repeat -277px -34px;
  top: -160px;
  right: 0px;
}
.recommend-goods .bottom-arrow .arrow-right.disabled {
  background-position: -277px -100px;
}
.recommend-goods .related-right {
  width: 990px;
  float: right;
  padding-left: 20px;
}
/* 新添加class related-left  begin*/
.container-left .left {
  padding-bottom: 38px;
  float: left;
  margin-bottom: 50px;
}
.related-box {
  width: 188px;
  border: 1px solid #eee;
  height: 689px;
}
.related-box .guess {
  height: 35px;
  background-color: #f8f8f8;
  line-height: 35px;
  margin-bottom: 15px;
  text-align: center;
}
.related-box .good-item-bigBox {
  height: 639px;
  position: relative;
  overflow: hidden;
  min-height: 30px;
}
.related-box .good-item-box {
  overflow: hidden;
  position: absolute;
  top: 0px;
}
.related-box .good-item-box .no-data {
  display: block;
  text-align: center;
  margin: 10px 0;
  width: 190px;
}
.related-box .good-item {
  width: 188px;
  margin-bottom: 10px;
  min-height: 226px;
}
.related-box .good-item .pro-infor {
  height: 38px;
  min-height: 38px;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.related-box .good-item a {
  display: block;
  padding: 0 25px;
}
.related-box .good-item a .money {
  position: relative;
  font-size: 12px;
}
.related-box .good-item a .money .ranking {
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('../../images/company/company-default.png') no-repeat -459px -39px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.related-box .good-item a .money .selling {
  padding-left: 25px;
  margin-bottom: 8px;
  display: inline-block;
}
.related-box .good-item a .money .money-img {
  font-size: 14px;
  font-weight: 900;
  color: #f23030;
}
.related-box .good-item .cheaps {
  font-size: 0;
}
.related-box .good-item .cheaps .cheap {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-color: #FF6900;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin-right: 6px;
}
.related-box .good-item .cheaps .cheap-two {
  width: 65px;
  height: 20px;
}
.related-box .bottom-arrow {
  position: relative;
}
.related-right {
  max-width: 990px;
  float: left;
  padding-left: 20px;
}
.guessyoulike-goods .related {
  border: 1px solid #ddd;
}
.guessyoulike-goods .guess {
  font-size: 18px;
  margin: 0;
  color: #333;
  padding: 20px 20px 0 20px;
}
.guessyoulike-goods .com-pro-item {
  position: relative;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 10px;
}
.guessyoulike-goods .com-pro-item .none-goods-box {
  margin: 15px;
  text-align: center;
  font-size: 16px;
}
.guessyoulike-goods .com-pro-item .noneGoods {
  display: block;
  margin-left: 15px;
}
.guessyoulike-goods .com-pro-item a {
  position: absolute;
  width: 18px;
  height: 50px;
  background: url('../../images/company/company-default.png') no-repeat 0 0;
  cursor: pointer;
}
.guessyoulike-goods .com-pro-item a.com-arrow-left {
  top: 125px;
  left: 18px;
  background-position: -277px -169px;
}
.guessyoulike-goods .com-pro-item a.com-arrow-left.disabled {
  background-position: -277px -135px;
  background-color: #fff !important;
}
.guessyoulike-goods .com-pro-item a.com-arrow-right {
  top: 125px;
  right: 18px;
  background-position: -277px -66px;
}
.guessyoulike-goods .com-pro-item a.com-arrow-right.disabled {
  background-position: -277px -25px;
  background-color: #fff !important;
}
.guessyoulike-goods .com-pro-item .cart-goods-list {
  margin-left: 34px;
}
.guessyoulike-goods .com-pro-item .cart-goods-list .cart-single-good {
  width: 200px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.guessyoulike-goods .com-pro-item .cart-goods-list .cart-single-good:hover {
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #E50015;
  -moz-box-shadow: 0 0 5px #E50015;
  -webkit-box-shadow: 0 0 5px #E50015;
  box-shadow: 0 0 5px #E50015;
  cursor: pointer;
}
.guessyoulike-goods .com-pro-item .cart-goods-list .cart-single-good dt {
  width: 160px;
  padding: 20px;
}
.guessyoulike-goods .com-pro-item .cart-goods-list .cart-single-good dt img {
  width: 160px;
  height: 160px;
}
.guessyoulike-goods .com-pro-item .cart-goods-list .cart-single-good dd {
  padding: 0 20px 12px 20px;
}
.guessyoulike-goods .com-pro-item .cart-goods-list .cart-single-good dd .pro-label {
  margin: 0;
  min-height: 20px;
  display: inline-block;
}
.guessyoulike-goods .com-pro-item .cart-goods-list .cart-single-good dd .pro-label span {
  display: inline-block;
  border: 1px solid #E50015;
  color: #E50015;
  padding: 0px 3px;
  margin-right: 5px;
  border-radius: 3px;
}
.guessyoulike-goods .com-pro-item .cart-goods-list .cart-single-good dd .name {
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}
.guessyoulike-goods .com-pro-item .cart-goods-list .cart-single-good dd label {
  display: block;
  font-style: normal;
  font-weight: bold;
  color: #E50015;
  font-size: 18px;
}
.sales {
  width: 115px;
  z-index: 2;
}
.sales .text {
  text-align: center;
  width: 94px;
  box-sizing: border-box;
  position: relative;
  left: 10px;
}
.sales .nav-title {
  padding: 15px 6px;
  top: -3px;
}
.sales .sales-content {
  top: -3px;
  padding: 0px 6px;
}
.sales .sales-content li {
  padding: 15px 0;
  border-bottom: 1px dashed #fff;
  text-align: center;
}
.sales .sales-content .last {
  border-bottom: none;
}
.sales .sales-top {
  margin-top: 10px;
  text-align: center;
}
.sales .btm-top {
  top: -31px !important;
  z-index: 999;
  padding: 15px 6px;
}
.bg-modal {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #000000;
  /*不支持rgba的浏览器*/
  background: rgba(51, 51, 51, 0.3);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, 0, endColorstr=#B2000000, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
  background: none\9;
}
.searchProperty-span {
  white-space: nowrap;
}
/* 搜索结果 类目列表 */
#pro-list {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
}
#pro-list .pro {
  float: left;
  _display: inline;
  width: 238px;
  height: 420px;
  min-height: 420px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
  position: relative;
  margin-bottom: 10px;
}
#pro-list .pro:hover {
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #E50015;
  -moz-box-shadow: 1px 1px 8px #E50015;
  -webkit-box-shadow: 1px 1px 8px #E50015;
  box-shadow: 1px 1px 8px #E50015;
  cursor: pointer;
}
.goods-item .goods-content-prev {
  height: 400px;
}
.goods-item .goods-content-prev a .prev-img {
  background: #f8f8f8;
  width: 218px;
  height: 218px;
  margin: 0;
}
.goods-item .goods-content-prev a .price {
  height: 30px;
  background: #f8f8f8;
}
.goods-item .goods-content-prev a h5 {
  height: 38px;
  background: #f8f8f8;
}
.goods-item .goods-content-prev .merchant {
  height: 21px;
  background: #f8f8f8;
}
.goods-item .goods-content-prev .merchant span {
  background: #f8f8f8;
}
.goods-item .goods-content {
  height: 352px;
  background-color: #fff;
}
.goods-item .goods-content .full-reduce {
  overflow: hidden;
}
.goods-item .goods-content .full-reduce span {
  display: inline-block;
  border: 1px solid #E50015;
  color: #E50015;
  padding: 0px 3px;
  margin-right: 5px;
  border-radius: 3px;
}
.goods-item .goods-content i {
  position: absolute;
  margin-left: 170px;
  margin-top: 10px;
}
.goods-item .goods-content a {
  position: relative;
  display: block;
}
.goods-item .goods-content a img {
  display: block;
  width: 218px;
  height: 218px;
}
.goods-item .goods-content a .price {
  margin: 10px 0px;
  color: #f23030;
  font-size: 18px;
  font-weight: bold;
}
.goods-item .goods-content a h5 {
  line-height: 16px;
  height: 33px;
  min-height: 33px;
  margin-top: 0;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}
.goods-item .goods-content a .area-shop {
  position: absolute;
  height: 25px;
  width: 218px;
  left: 0px;
  bottom: 77px;
  background-color: #333;
  text-align: center;
  line-height: 25px;
  color: #fff;
  opacity: 0.4;
}
.goods-item .goods-content a .sub-icon {
  height: 50px;
  width: 50px;
  position: absolute;
}
.goods-item .goods-content a .sub-icon .icon-img {
  width: 100%!important;
  height: 100%!important;
}
.goods-item .goods-content a .lt {
  left: 0;
  top: 0;
}
.goods-item .goods-content a .rt {
  right: 0;
  top: 0;
}
.goods-item .goods-content a .lb {
  left: 0;
  bottom: 77px;
}
.goods-item .goods-content a .rb {
  right: 0;
  bottom: 77px;
}
.goods-item .goods-content .choose-btns {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
.goods-item .goods-content .choose-btns .addCarts {
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  background-color: #E50015;
  float: left;
  color: #fff;
  width: 90px;
  text-align: center;
}
.goods-item .goods-content .choose-btns .count {
  height: auto;
  float: left;
  width: auto;
  position: relative;
  padding-right: 3px;
}
.goods-item .goods-content .choose-btns .count .num {
  font-weight: bold;
  width: 60px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ddd;
  height: 28px;
}
.goods-item .goods-content .choose-btns .count .count-btn {
  float: right;
  height: 32px;
  width: 23px;
}
.goods-item .goods-content .choose-btns .count .count-btn input {
  border: 1px solid #ddd;
  border-left: none;
  font-size: 14px;
  margin: 0;
  line-height: 14px;
  height: 16px;
  padding: 0 0 1px 0;
  width: 20px;
  display: block;
  background-color: #fff;
}
.goods-item .goods-content .choose-btns .count .count-btn input.disabled {
  color: #ccc;
}
.goods-item .goods-content .choose-btns .count .count-btn input.add {
  border-bottom: none;
}
.goods-item .goods-content .merchant {
  margin-bottom: 12px;
  width: 100%;
}
.goods-item .goods-content .merchant .shop {
  margin-bottom: 3px;
}
.goods-item .goods-content .merchant .store {
  width: 120px;
  float: left;
  overflow: hidden;
  height: 17px;
  cursor: pointer;
}
.goods-item .goods-content .merchant .store .val {
  color: #E50015;
}
.goods-item .goods-content .merchant .comment {
  float: right;
  width: 88px;
  text-align: right;
  cursor: pointer;
}
.goods-item .goods-content .merchant .comment .val {
  color: #E50015;
}
.goods-item .goods-content .juan {
  overflow: hidden;
}
.goods-item .goods-content .juan .event {
  padding: 4px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  margin-right: 6px;
}
.goods-item .goods-content .volume {
  font-size: 12px;
  margin: 0 10px;
}
/* 右侧固定导航 */
.global-bg {
  width: 40px;
  background-color: #333333;
  /*不支持rgba的浏览器*/
  background-color: rgba(51, 51, 51, 0.9);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5515151, 51, endColorstr=#e5515151, 51);
  background: none\9;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 999;
}
.fix-nav {
  width: 40px;
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 999;
}
.fix-nav .left-er {
  position: relative;
}
.fix-nav .left-er .global-er {
  display: block;
  width: 140px;
  height: 175px;
  background-color: #E50015;
  position: absolute;
  left: 40px;
  bottom: 0px;
  padding: 14px 10px 0 10px;
  box-sizing: border-box;
}
.fix-nav .left-er .global-er .er-name {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-top: 5px;
}
.fix-nav .fix-item {
  width: 25px;
  height: 24px;
  padding: 20px 8px;
  cursor: pointer;
  background-color: #333333;
  /*不支持rgba的浏览器*/
  background-color: rgba(51, 51, 51, 0.7);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, 0, endColorstr=#b2000000, 0);
  background: none\9;
  margin-bottom: 1px;
  position: relative;
}
.fix-nav .fix-item .fix-icon {
  display: block;
  height: 30px;
}
.fix-nav .fix-item .car {
  background: url('../../images/company/company-default.png') no-repeat -223px -61px;
}
.fix-nav .fix-item .ear {
  background: url('../../images/company/company-default.png') no-repeat -223px -150px;
}
.fix-nav .fix-item .code {
  background: url('../../images/company/company-default.png') no-repeat -223px -91px;
}
.fix-nav .fix-item .phone {
  background: url('../../images/company/company-default.png') no-repeat -223px -119px;
}
.fix-nav .fix-item .cart-count-right {
  position: absolute;
  right: 23px;
  top: 9px;
  background: #f23030;
  color: #fff;
  padding: 1px 4px;
  font-size: 12px;
  border-radius: 7px;
  line-height: 13px;
}
.fix-nav .fix-item .tab-text {
  display: block;
  width: 55px;
  height: 64px;
  line-height: 64px;
  color: #ffffff;
  text-align: center;
  font-family: 微软雅黑;
  position: absolute;
  z-index: -1;
  left: 40px;
  top: 0px;
  background-color: #E50015;
  font-style: normal;
  font-size: 12px;
}
.fix-nav .fix-item:hover {
  background-color: #E50015;
}
.fix-nav .fix-item:hover .tab-text {
  transition: left 0.3s ease-in-out 0.1s;
  left: -55px;
}
.fix-nav .fix-item:hover .global-er {
  transition: left 0.3s ease-in-out 0.1s;
  left: -140px;
}
/*置顶按钮*/
.top-box {
  position: fixed;
  top: 80%;
  width: 25px;
  height: 24px;
  padding: 20px 10px;
  cursor: pointer;
  margin-bottom: 1px;
}
.top-box .top-btn {
  display: block;
  width: 25px;
  height: 34px;
  background: url('../../images/company/company-default.png') no-repeat -595px -33px;
}
.top-box .tab-text {
  display: block;
  width: 70px;
  height: 64px;
  line-height: 64px;
  color: #ffffff;
  text-align: center;
  font-family: 微软雅黑;
  position: absolute;
  z-index: -1;
  left: 40px;
  top: 0px;
  background-color: #E50015;
  font-style: normal;
  font-size: 12px;
}
.top-box:hover {
  background-color: #E50015;
}
.top-box:hover .tab-text {
  transition: left 0.3s ease-in-out 0.1s;
  left: -70px;
}
/* 表单样式 */
.form-group {
  margin-bottom: 15px;
  *zoom: 1;
}
.form-group:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.form-group .input {
  width: 228px;
  padding: 7px 10px;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  border: 1px solid #ddd;
  -webkit-transition: border-color linear 0.5s;
  transition: border-color linear 0.5s;
}
.form-group .input:focus {
  border-color: #E50015;
}
.form-group .input.big {
  width: 248px;
  padding: 9px 10px;
}
.form-group .input.md {
  width: 248px;
  padding: 2px 10px;
}
.form-group .input[type=password] {
  letter-spacing: 2px;
}
.form-group .select {
  border: 1px solid #ddd;
  width: 250px;
  height: 36px;
}
.form-group .textarea {
  border: 1px solid #ddd;
  width: 228px;
  margin: 0;
  padding: 10px;
  resize: none;
}
.form-group .has-prefix {
  position: relative;
}
.form-group .has-prefix .input {
  width: 208px;
}
.form-group .has-prefix .big {
  width: 228px;
}
.form-group .has-suffix {
  position: relative;
}
.form-group .has-suffix .input {
  width: 208px;
  padding-right: 30px;
}
.form-group .has-suffix .icon-date {
  position: absolute;
  top: 10px;
  right: 20px;
}
.form-group.upload .updBtn {
  margin: 0;
}
.form {
  width: 100%;
}
.form .form-group {
  position: relative;
}
.form label {
  float: left;
  width: 240px;
  height: 28px;
  padding-top: 7px;
  font-size: 16px;
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
}
.form label.radio-inline,
.form label.checkbox-inline {
  height: auto;
  padding: 0;
  width: 250px;
  font-size: 14px;
  text-align: left;
}
.form .input {
  float: left;
}
.form .tip {
  position: absolute;
  top: 0;
  right: -285px;
  width: 280px;
  padding: 9px 4px;
  margin-left: 5px;
  font-size: 12px;
}
.form .tip.upd {
  right: -378px;
}
.form .tip.err {
  color: #f23030;
}
.form .tip.succ {
  color: green;
}
.form .addr {
  display: block;
  position: initial;
  float: left;
  padding: 1px 4px;
  color: #f23030;
}
.form .select {
  float: left;
}
.form .textarea {
  float: left;
}
.form .msg {
  padding-left: 250px;
  margin-bottom: 15px;
  color: #f23030;
}
.require {
  position: relative;
  top: 2px;
  color: #f23030;
  font-size: 14px;
  margin-right: 3px;
}
/* 
.radioStyle{
  margin-right: 20px;
  display:inline-block;
  cursor:pointer;
  input[type="radio"]{
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display:none
  }
  input[type="radio"] + span{
	width:12px;
	height:12px;
	margin-right: 5px;
	display:inline-block;
	background: url('../../images/company/company-icon.png') no-repeat -94px -143px;
  }
  input[type="radio"]:checked + span{
	background-position: -511px -11px
  }
}

.checkboxStyle{
  margin-right: 20px;
  display:inline-block;
  cursor:pointer;
  input[type="checkbox"]{
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display:none
  }
  input[type="checkbox"] + span{
	width:12px;
	height:12px;
	margin-right: 5px;
	display:inline-block;
	background: url('../../images/company/company-icon.png') no-repeat -360px -169px;
  }
  input[type="checkbox"]:checked + span{
	background-position: -195px -142px
  }
  input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display: none
  }
  input[type="radio"] + span {
	width: 12px;
	height: 12px;
	margin-right: 5px;
	display: inline-block;
	background: url('../../images/company/company-icon.png') no-repeat -360px -169px;
  }
  input[type="radio"]:checked + span {
	background-position: -195px -142px
  }
} */
.shopCar {
  position: absolute;
  right: 0;
  top: 30px;
  height: 40px;
  cursor: pointer;
}
.shopCar .mask {
  display: block;
  position: absolute;
  top: 41px;
  left: 0;
  width: 149px;
  height: 1px;
  font-size: 0;
  background-color: #fff;
  z-index: 1000;
}
.shopCar .car-shop {
  display: block;
  width: 148px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #E50015;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #E50015;
  background-color: rgba(229, 0, 21, 0.05);
}
.shopCar .car-shop i {
  width: 28px;
  height: 28px;
  background: url('../../images/cart-shop.png') center center no-repeat;
  background-size: 100% 100%;
  margin-right: 13px;
}
.shopCar .cart-count {
  position: absolute;
  left: 115px;
  top: 5px;
  background: #f23030;
  color: #fff;
  padding: 1px 4px;
  font-size: 12px;
  border-radius: 7px;
  box-sizing: border-box;
  text-align: center;
  line-height: 13px;
}
/* 迷你购物车 */
#minicart {
  display: none;
  position: absolute;
  top: 41px;
  right: 0;
  width: 408px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #E50015;
  z-index: 100;
}
#minicart .cart-inner {
  padding-bottom: 50px;
  background-color: #f8f8f8;
}
#minicart .cart-loading {
  padding: 15px 0;
  text-align: center;
}
#minicart .cart-null {
  padding: 8px 0;
  clear: both;
  overflow: auto;
  text-align: center;
  background-color: rgba(229, 0, 21, 0.05);
  color: #999;
}
#minicart .cart-null i {
  width: 42px;
  height: 40px;
  background: url('../../images/company/company-icon.png') no-repeat -698px -119px;
  margin-right: 15px;
}
#minicart .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  padding-left: 20px;
  line-height: 50px;
  overflow: hidden;
  color: #000;
}
#minicart .bottom .btn-cart {
  float: right;
  width: 130px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  background-color: #f23030;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
#minicart .bottom .red {
  color: #f23030;
}
#minicart .bottom .he {
  font-size: 18px;
}
#minicart .bottom .sum {
  float: left;
  margin-right: 10px;
}
#minicart .gds {
  clear: both;
  max-height: 415px;
  overflow: auto;
  background-color: #fff;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
#minicart .gds::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #fff;
}
#minicart .gds::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
              border-radius: 10px;*/
  background-color: #fff;
}
#minicart .gds::-webkit-scrollbar-thumb {
  border-radius: 2px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #E50015;
}
#minicart .gds .store .title {
  padding: 10px 10px 5px;
  border-bottom: 2px solid #ccc;
  overflow: hidden;
}
#minicart .gds .store h4 {
  float: left;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
#minicart .gds .row {
  height: 102px;
  border-bottom: 1px solid #eee;
}
#minicart .gds .row:hover {
  background-color: #fafafa;
}
#minicart .gds .row:hover .op-icons-del {
  width: 20px;
  height: 20px;
  background-position: -165px -139px;
}
#minicart .gds .c1 {
  width: 80px;
  height: 80px;
  padding: 10px 15px;
}
#minicart .gds .c2 {
  width: 200px;
  padding-top: 15px;
}
#minicart .gds .c3 {
  width: 80px;
  padding-top: 15px;
  text-align: right;
}
#minicart .gds .pic {
  color: #E50015;
}
#minicart .gds h5 {
  height: 32px;
  margin: 0 0 18px 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}
#minicart .gds .m {
  margin: 30px 0 10px 0;
  color: #f23030;
  font-weight: bold;
}
.userHeader .container .shopCar {
  top: 20px;
}
.default-pop-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #333333;
  /*不支持rgba的浏览器*/
  background: rgba(51, 51, 51, 0.3);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99515151, 51, endColorstr=#99515151, 51);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2515151, endColorstr=#B2515151);
  background: none\9;
  z-index: 99999;
}
.shopCar1 {
  position: absolute;
  right: 0;
  top: 30px;
  height: 40px;
  cursor: pointer;
}
.shopCar1 .mask {
  display: block;
  position: absolute;
  top: 41px;
  left: 0;
  width: 149px;
  height: 1px;
  font-size: 0;
  background-color: #fff;
  z-index: 1000;
}
.shopCar1 .car-shop {
  display: block;
  width: 148px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #E50015;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #E50015;
  background-color: rgba(229, 0, 21, 0.05);
}
.shopCar1 .car-shop i {
  width: 28px;
  height: 28px;
  background: url('../../images/cart-shop.png') center center no-repeat;
  background-size: 100% 100%;
  margin-right: 13px;
}
.shopCar1 .cart-count {
  position: absolute;
  left: 115px;
  top: 5px;
  background: #f23030;
  color: #fff;
  padding: 1px 4px;
  font-size: 12px;
  border-radius: 7px;
  box-sizing: border-box;
  text-align: center;
  line-height: 13px;
}
.feedback-bomb .consultation-bigBomb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #333333;
  /*不支持rgba的浏览器*/
  background: rgba(51, 51, 51, 0.3);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99515151, 51, endColorstr=#99515151, 51);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2515151, endColorstr=#B2515151);
  background: none\9;
  z-index: 1000;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb {
  position: absolute;
  z-index: 100;
  background-color: #fff;
  width: 400px;
  border: 5px solid #ddd;
  border-radius: 8px;
  left: 50%;
  top: 30%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-title {
  height: 35px;
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 14px;
  font-size: 0;
  background-color: #f8f8f8;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-title .title-text {
  float: left;
  font-size: 14px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-title .close-img {
  display: block;
  float: right;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main {
  font-size: 12px;
  padding-left: 15px;
  padding-top: 13px;
  padding-bottom: 18px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-title {
  margin-bottom: 17px;
  position: relative;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-title select {
  width: 110px;
  height: 30px;
  padding-left: 10px;
  border: 1px solid #ddd;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-title .main-text {
  color: #999;
  margin-right: 13px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-title .close-icon {
  display: block;
  width: 10px;
  height: 6px;
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
  position: absolute;
  top: 13px;
  left: 150px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .top-text {
  color: #E50015;
  margin-bottom: 5px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .error-num {
  display: block;
  color: #f23030;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .textarea-box {
  position: relative;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .textarea-box textarea {
  width: 344px;
  height: 78px;
  border: 1px solid #ddd;
  padding: 10px;
  padding-left: 14px;
  resize: none;
  line-height: 1;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .textarea-box .title {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin: 5px 0 5px 0;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .textarea-box .text-num {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #aaa;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .textarea-box .enter-aptcha {
  padding: 7px 15px;
  line-height: 20px;
  height: 25px;
  border: 1px solid #ddd;
  -webkit-transition: border-color linear 0.5s;
  transition: border-color linear 0.5s;
  float: left;
  width: 138px;
  margin-right: 10px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .textarea-box .phone-code {
  float: left;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .textarea-box .img-captcha {
  float: left;
  margin-right: 5px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .textarea-box .change {
  float: left;
  height: 40px;
  display: inline-block;
  line-height: 40px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-bottom {
  font-size: 0;
  margin-top: 20px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-bottom a {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  border-radius: 15px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-bottom .one-button {
  background-color: #f23030;
  color: #fff;
  width: 90px;
  margin-right: 15px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-bottom .two-button {
  width: 88px;
  border: 1px solid #ddd;
  color: #666;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-bottom .chose-evaluate {
  font-size: 12px;
  display: inline-block;
  margin-left: 24px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-bottom .chose-evaluate span {
  vertical-align: middle;
  margin-left: 5px;
  color: #666;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-bottom .chose-evaluate input {
  vertical-align: middle;
}
body #h-nav .side-ul {
  height: 546px;
}
body #h-nav .side-ul a {
  line-height: 34px;
}
body #h-nav .nav-items {
  min-height: 556px;
}
.crumb-down {
  display: none;
  border: 1px solid #ddd;
  width: 278px;
  position: absolute;
  top: 60px;
  z-index: 1;
  background-color: #fff;
  padding: 8px 0;
}
.crumb-down li {
  float: left;
  padding: 7px 16px;
}
.crumb-down li a {
  font-size: 14px;
}
#search-address {
  position: relative;
}
#search-address dl {
  float: left;
  overflow: hidden;
  *zoom: 1;
}
#search-address dl dt,
#search-address dl dd {
  display: inline-block;
}
#search-address dl dt {
  color: #999;
  padding-left: 10px;
}
#search-address dl dd {
  color: #666;
}
#search-address dl dd .mask {
  display: block;
  position: absolute;
  top: 31px;
  left: 60px;
  width: 106px;
  height: 1px;
  font-size: 0;
  background-color: #fff;
  z-index: 999;
}
#search-address dl dd a {
  margin-left: 10px!important;
}
#search-address .spaddress {
  display: inline-block;
  padding: 0 5px;
  line-height: 22px;
  border: 1px solid #ddd;
}
#search-address .spaddress i {
  margin-left: 5px;
  -webkit-transition: transform 0.5s;
}
#search-address .spaddress:hover i {
  transform: rotate(180deg);
  -webkit-transition: transform 0.5s;
}
#search-address .adschange {
  line-height: normal;
  position: absolute;
  top: 31px;
  left: 59px;
  width: 450px;
  padding: 5px 5px 30px 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 2;
}
#search-address .adschange li {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}
#search-address .adschange .tab {
  height: 30px;
  font-size: 0;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
#search-address .adschange .tab li {
  padding: 0 10px;
  line-height: 29px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  background-color: #f8f8f8;
}
#search-address .adschange .tab .active {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
#search-address .adschange .content {
  display: none;
  margin-top: 5px;
}
#search-address .adschange .content li {
  width: 90px;
  padding: 0 8px;
  margin: 5px 0;
}
#search-address .adschange .content li:hover {
  color: #E50015;
}
#search-address .adschange .content li.col2 {
  width: 196px;
}
#search-address .adschange .content.active {
  display: block;
}
/* 没有结果 */
#noResult {
  min-height: 500px;
}
#noResult,
#lessNumber {
  padding: 0;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#noResult .icon-warning,
#lessNumber .icon-warning {
  margin-right: 8px;
  background: url('../../images/company/company-icon.png') no-repeat -142px -140px;
  width: 18px;
  height: 18px;
}
#noResult .keywords,
#lessNumber .keywords {
  color: #FF6900;
  font-weight: 900;
}
#noResult .noIndex,
#lessNumber .noIndex {
  color: #E50015;
  margin-left: 10px;
}
#noResult .noLast,
#lessNumber .noLast {
  background: none!important;
  border: none!important;
  padding: 0!important;
}
#noResult .zero,
#lessNumber .zero {
  background: none!important;
  border: 1px solid #fff !important;
  padding: 0!important;
}
#noResult .noResult,
#lessNumber .noResult {
  background: #fff3eb;
  border: 1px solid #ffc0cb;
  display: flex;
  padding: 15px;
}
#noResult .noResult .info,
#lessNumber .noResult .info {
  flex: 19;
  position: relative;
}
#noResult .noResult .info::after,
#lessNumber .noResult .info::after {
  position: absolute;
  content: '';
  top: 4px;
  width: 16px;
  height: 16px;
  background: url('../../images/company/company-icon.png') no-repeat -144px -141px;
}
#noResult .noResult .info .row,
#lessNumber .noResult .info .row {
  display: block;
  padding: 2px 25px;
}
#noResult .noResult .info .row .changeKey,
#lessNumber .noResult .info .row .changeKey {
  font-size: 13px;
}
#noResult .noResult .info .row .key,
#lessNumber .noResult .info .row .key {
  margin-left: 15px;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  background-color: #fff;
  border: 1px dashed #ccc;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  padding: 0 10px;
}
/* 新添加 商品导入模块 container-right begin */
.container-right {
  margin-bottom: 50px;
}
#noResult2 {
  padding: 200px;
  text-align: center;
}
.mart20 {
  margin-top: 20px;
}
.marb10 {
  margin-bottom: 10px;
}
.checkSpell {
  background: #fff3eb;
  border: 1px solid #ffc0cb;
  padding: 5px;
  padding-left: 40px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkSpell .col0172 {
  color: #FF6900;
}
.checkSpell .keywords {
  color: #FF6900;
  font-weight: 900;
}
.checkSpell .key {
  margin-left: 15px;
  cursor: pointer;
  display: inline-block;
  padding: 2px 8px;
  height: 23px;
  background-color: #fff;
  border: 1px dashed #ccc;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
}
.checkSpell::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 13px;
  width: 16px;
  height: 16px;
  background: url('../../images/company/company-icon.png') no-repeat -144px -141px;
}
.checkSpellNo {
  padding: 17px;
  padding-left: 40px;
}
.checkSpellNo::after {
  top: 19px;
}
.zero {
  background: none!important;
  border: 1px solid #fff !important;
}
.searchLoading {
  text-align: center;
  margin-bottom: 50px;
}
.color1 {
  color: #E50015;
}
.bgRed {
  background-color: #f23030 !important;
}
.activity {
  width: 100%;
  height: 120px;
  background: url('../../images/temporary/activity.png') no-repeat;
  background-size: 100% 120px;
  padding: 26px 0;
  box-sizing: border-box;
}
.activity div {
  text-align: center;
  color: #fff;
}
.activity .activity-title {
  font-size: 26px;
  padding-bottom: 12px;
}
.activity .activity-section {
  font-size: 16px;
  width: 1200px;
  margin: 0 auto;
}
.activity .activity-box {
  width: 1200px;
  text-align: left;
  color: #fff;
  margin: auto;
}
.activity .activity-box .activity-box-self {
  background-color: rgba(70, 70, 70, 0.68);
  padding: 10px;
  float: left;
}
.activity .activity-box .activity-time {
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
}
.activity .activity-box .activity-desc {
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
}
.activity .activity-box .activity-content {
  text-align: left;
  font-size: 12px;
}
.arrow-left {
  top: 125px!important;
}
.arrow-right {
  top: 125px!important;
}
.activity-box {
  width: 100%;
}
.activity-box.bg000000 {
  background-color: #000;
}
.activity-box.bgfff3eb {
  background-color: #fff3eb;
}
.activity-box .activity-img {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #000;
  height: 150px;
  position: relative;
}
.activity-box .activity-img span {
  position: absolute;
  display: block;
  top: 47px;
  color: #fff;
  left: 60px;
  font-size: 22px;
}
.activity-box .activity-img img {
  width: 1200px;
  height: 150px;
}
.activity-box .activity-title {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff3eb;
}
.activity-box .activity-title h4 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  color: #000;
}
.activity-box .activity-title h4 span {
  display: inline-block;
  margin: 0 5px;
  color: #E50015;
}
.promotion-cart-ext {
  height: 40px;
  background-color: #fff3eb;
}
.promotion-cart-ext .message {
  width: 1200px;
  display: block;
  margin: auto;
  font-size: 14px;
  line-height: 38px;
}
.ProductML {
  margin-left: 20px;
}
