/* base */
body {
  font-feature-settings: 'kern' 1;
  text-rendering: geometricPrecision;
  font-family: 'PingFangSC-Regular', tahoma, arial, 'Hiragino Sans GB', "Microsoft YaHei", sans-serif;
  font-size: 14px;
  color: #17181C;
  /* 为了解决默认样式被cms返回的样式覆盖产生的样式跳跃变化的问题，默认将页面隐藏，在cms样式生效后显示页面。
	 * 具体参考commonService.js _getHeaderFooter方法
	*/
  display: none;
  margin: 0;
  background-color: #f4f4f4;
}
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;
}
.text-center {
  text-align: center;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.container:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.cursorPointer {
  cursor: pointer;
}
.normal-font-weight {
  font-weight: normal!important;
}
.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: #BE2038;
}
.c3 {
  color: #333;
}
.cc {
  color: #ccc;
}
.red {
  color: #BE2038;
}
.blue {
  color: #8F442B;
}
.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=button][disabled],
button[type=button][disabled] {
  background-color: #eee !important;
}
input[type=text],
select,
textarea {
  border: 1px solid #ddd;
}
/* input[type=checkbox] {
	position: relative;
	top: -1px;
	vertical-align: middle;
} */
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.flex-1 {
  flex: 1;
}
.btn {
  display: inline-block;
  height: 36px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border: 0 none;
  background-color: #BE2038;
  cursor: pointer;
}
.btn:hover {
  color: #fff;
  background-color: #a81c32;
}
.btn:active {
  background-color: #851627;
}
.btn.big {
  height: 40px;
  line-height: 40px;
}
.btn.inverse {
  color: #666;
  background-color: #E9E9E9;
}
.btn.inverse:hover {
  background-color: #ddd;
}
.btn.disabled {
  color: #f4f4f4;
  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; */
}
.module .mt {
  border-bottom: 2px solid #ddd;
  overflow: hidden;
  *zoom: 1;
}
.module .mt h2 {
  float: left;
  margin: 0;
  padding-bottom: 11px;
  color: #BE2038;
  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: #ad1d33;
}
.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: #b11e34;
}
.module .mt.color2 {
  margin-top: 20px;
  border-bottom: 1px solid #bbb;
}
.module .mt.color2 h2 {
  padding-bottom: 5px;
  color: #17181C;
  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: #BE2038;
  min-width: 12px;
  font-size: 12px;
  min-height: 12px;
  line-height: 10px;
  color: #fff;
  position: relative;
  left: -16px;
  top: -10px;
  border: 3px solid #BE2038;
}
.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: #BE2038;
}
.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: #BE2038;
}
.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: #BE2038;
}
.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: #BE2038;
}
.mini-login-modal .form-group .input {
  width: 228px;
  padding: 7px 10px;
  line-height: 20px;
  height: 20px;
  font-size: 13px;
  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: #BE2038;
}
.mini-login-modal .form-group .input.big {
  width: 248px;
  padding: 9px 10px;
}
.mini-login-modal .form-group .input.md {
  width: 248px;
  padding: 2px 10px;
}
.mini-login-modal #login-page {
  border: 0 !important;
}
.mini-login-modal #login-page .mnl-title {
  background-color: #FFFDE9 !important;
}
.mini-login-modal #login-page .mnl-title dt {
  font-size: 12px !important;
  color: #F5A21E !important;
}
.mini-login-modal #login-page .mnl-title .mnl-close {
  color: #F5A21E;
}
.mini-login-modal #login-page .login-form {
  width: 100% !important;
}
.mini-login-modal #login-page .login-form .login-index {
  height: 40px !important;
  line-height: 40px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.mini-login-modal #login-page .login-form .login-index .login-line {
  padding: 0 !important;
}
.mini-login-modal #login-page .login-form .login-index .login-line .login-active {
  font-weight: 500 !important;
}
.mini-login-modal #login-page .login-form .phone-login {
  padding: 0 20px;
}
.mini-login-modal #login-page .login-form .phone-login .form-group {
  position: relative;
  border: 1px solid #e5e5e5;
  height: 40px;
  padding: 0;
  border-radius: 2px;
}
.mini-login-modal #login-page .login-form .phone-login .form-group .icon-user-box {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f4f4f4;
}
.mini-login-modal #login-page .login-form .phone-login .form-group .icon-user-box .phone-icon {
  width: 17px;
  height: 22px;
  display: inline-block;
  margin-top: 8px;
}
.mini-login-modal #login-page .login-form .phone-login .form-group .icon-user-box .captch-icon {
  width: 19px;
  height: 20px;
  display: inline-block;
  margin-top: 10px;
}
.mini-login-modal #login-page .login-form .phone-login .form-group .has-prefix {
  float: left;
  position: relative;
}
.mini-login-modal #login-page .login-form .phone-login .form-group .has-prefix .phone-user {
  width: 240px !important;
  border: 0 !important;
  line-height: 1;
  font-size: 12px;
}
.mini-login-modal #login-page .login-form .phone-login .form-group .captch-box {
  float: left;
}
.mini-login-modal #login-page .login-form .phone-login .form-group .captch-box .input {
  width: 120px;
  border: 0;
  font-size: 12px;
}
.mini-login-modal #login-page .login-form .phone-login .form-group .captch-box .btn-fast-login {
  width: 120px !important;
  background-color: #fff !important;
  border-left: 1px solid #eee;
  color: #999 !important;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  margin-top: 5px;
}
.mini-login-modal #login-page .login-form .phone-login .btn-group {
  border: 0 !important;
}
.mini-login-modal #login-page .login-form .identity-login .form-group .has-prefix {
  height: 38px;
  border: 1px solid #e5e5e5;
}
.mini-login-modal #login-page .login-form .identity-login .form-group .has-prefix .icon-user-box {
  position: static;
  float: left;
  border-right: 0;
}
.mini-login-modal #login-page .login-form .identity-login .form-group .has-prefix .icon-user-box img {
  width: 17px;
  height: 22px;
  margin-top: 7px;
}
.mini-login-modal #login-page .login-form .identity-login .form-group .has-prefix .icon-user-box .pwd-icon {
  width: 19px;
  height: 20px;
  margin-top: 9px;
}
.mini-login-modal #login-page .login-form .identity-login .form-group .has-prefix .icon-user-box-padL {
  width: 200px;
  border: 0;
  padding-left: 20px;
  float: left !important;
}
.mini-login-modal #login-page .three-title {
  margin-top: 0;
}
.mini-login-modal #login-page .three-title .text-three {
  border-top: 0 !important;
}
.mini-login-modal #login-page .union-login .union-icon {
  text-align: center;
  display: inline-block;
  width: 32%;
}
.mini-login-modal #login-page .union-login .union-icon img {
  display: inline-block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
}
.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: #BE2038;
}
.colorRed {
  color: #BE2038;
}
/*箭头弹框样式*/
.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: 14px;
}
.buyStepBox .current .lbg-txt {
  color: #F57983;
}
.buyStepBox .current .line_bg,
.buyStepBox .current .num em {
  background: #F57983;
}
.buyStepBox .active .lbg-txt {
  color: #BE2038;
}
.buyStepBox .active .line_bg,
.buyStepBox .active .num em {
  background: #BE2038;
}
.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: #013ca6;
}
.width103 {
  width: 103px;
}
.width162 {
  width: 162px;
}
.width175 {
  width: 175px;
}
.width218 {
  width: 218px;
}
.width240 {
  width: 240px;
}
.new-star {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url('../images/custom/evaluate-star.png');
}
.new-star.no-active {
  background-image: url('../images/custom/evaluate-star.png');
}
.new-star.active {
  background-image: url('../images/custom/evaluate-star-active.png');
}
/*
    地址框样式
*/
.add-user {
  display: none;
  position: fixed;
  width: 680px !important;
  /* border: 5px solid @ddGreyColor;*/
  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;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: #f4f4f4;
  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: 130px;
  margin-right: 11px;
  text-align: right;
  padding-top: 8px;
}
.add-user dl select {
  width: 140px;
  height: 30px;
  padding-left: 11px;
  color: #212121;
  border: 1px solid #D5D5D5;
}
.add-user dl .seem-height {
  padding: 0;
  width: 158px;
  height: 28px;
}
.add-user dl .input {
  padding: 2px;
  width: 100%;
  color: #212121;
  border: 1px solid #D5D5D5;
}
.add-user dl .no-height {
  padding: 0;
  height: 28px;
  width: 100%;
}
.add-user dl dd {
  float: left;
  width: 431px;
}
.add-user dl dd textarea::-webkit-input-placeholder,
.add-user dl dd input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.add-user dl dd textarea::-moz-placeholder,
.add-user dl dd input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.add-user dl dd textarea::-moz-placeholder,
.add-user dl dd input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.add-user dl dd textarea:-ms-input-placeholder,
.add-user dl dd input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.add-user dl .left-right {
  margin: 8px 10px 0px 23px;
}
.add-user dl .pddleft {
  padding-left: 0;
  position: relative;
  right: 0;
  top: 2px;
  margin-left: 0;
}
.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: 140px;
  margin-bottom: 20px;
}
.add-user .add-bottom .btn {
  min-width: 112px;
  border-radius: 15px;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
}
.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: #BE2038;
  color: #fff;
  /*  border-radius: @searchRadius;*/
  border-radius: 2px;
}
/* 弹出框 */
.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;
}
.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: #BE2038;
}
.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: #17181C;
  background-color: #f4f4f4;
}
.dialog-close {
  width: 25px;
  height: 25px;
  line-height: 21px;
  position: absolute;
  background: #eee;
  color: #BE2038;
  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: #17181C;
}
.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;
  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: #BE2038;
  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: #17181C;
}
.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: #BE2038;
  font-weight: bold;
}
.mnl-box #login-page .login-form .login-active {
  color: #BE2038;
  font-weight: bold;
}
.mnl-box #login-page .login-form .msg-login {
  padding: 5px 0 5px 32px;
  height: 20px;
  color: #BE2038;
  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: 16px;
  font-weight: 500;
  margin: 0px;
  border-bottom: 1px solid #ccc;
  font-family: 'PingFangSC-Medium', 'PingFang SC';
}
.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: #BE2038;
  font-size: 12px;
  line-height: 25px;
  border: 1px solid #ec8b9a;
  background-color: #f7cdd3;
}
.mnl-box #login-page .regis {
  float: right;
  font-size: 14px;
  color: #BE2038;
}
.mnl-box #login-page .forget {
  float: right;
  margin-right: 20px;
}
.mnl-box #login-page .union-login {
  height: 50px;
  background-color: #f4f4f4;
  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: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  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: #17181C;
  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: #BE2038;
  border: 1px solid #BE2038;
  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: #f4f4f4;
  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: #BE2038;
  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: #0066cc;
  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: #0166CC;
  font-size: 12px;
}
.logistics-bomb {
  width: 680px;
  height: 720px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -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: 48px;
  padding: 0 15px;
  background: #eee;
  line-height: 48px;
}
.logistics-bomb .cancel-title .title-text {
  color: #17181C;
  float: left;
  font-weight: 600;
  color: #17181D;
}
.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;
  margin-top: 20px;
}
.logistics-bomb .logistics-title {
  margin: 0 30px;
  padding-top: 20px;
  height: 40px;
  border-bottom: 1px solid #E5E5E5;
  font-weight: 600;
}
.logistics-bomb .logistics-title a {
  display: inline-block;
  padding-bottom: 7px;
  font-size: 14px;
  color: #333;
  padding: 10px !important;
}
.logistics-bomb .logistics-title .a-active {
  color: #BE2038;
  position: relative;
}
.logistics-bomb .logistics-title .a-active::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #BE2038;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.logistics-bomb .logistics-main {
  margin: 0 30px;
  position: relative;
  box-sizing: border-box;
}
.logistics-bomb .logistics-main .logistics-state {
  width: 100%;
  padding: 23px 0px 14px 0;
  overflow: hidden;
  box-sizing: border-box;
}
.logistics-bomb .logistics-main .logistics-state .blue {
  color: #BE2038;
}
.logistics-bomb .logistics-main .logistics-state p {
  padding: 0;
  margin: 0 0 5px 0;
  color: #17181D;
  font-size: 12px;
}
.logistics-bomb .logistics-main .logistics-state p span {
  display: inline-block;
  width: 70px;
  color: #818181 !important;
  font-size: 12px !important;
}
.logistics-bomb .logistics-main .logistics-state .complete {
  color: #BE2038 !important;
}
.logistics-bomb .logistics-main .logistics-detail {
  width: 100%;
  overflow: hidden;
}
.logistics-bomb .logistics-main .logistics-detail ul {
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  padding: 10px 18px;
}
.logistics-bomb .logistics-main .logistics-detail ul li {
  color: #333;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  font-size: 14px;
}
.logistics-bomb .logistics-main .logistics-detail ul li.active {
  color: #BE2038;
}
.logistics-bomb .logistics-main .logistics-detail ul .line-li {
  height: 12px;
  border: 1px solid #e5e5e5;
  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 {
  height: 330px;
  overflow-y: auto;
  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;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}
.logistics-bomb .logistics-main .mes-big-box ol dl:last-child {
  border: 0 !important;
}
.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: 510px;
  float: left;
  position: relative;
  min-height: 78px;
}
.logistics-bomb .logistics-main .mes-big-box ol dl dd h4 {
  font-size: 12px;
  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;
  color: #17181D;
}
.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;
  margin-top: 6px;
}
.logistics-bomb .logistics-main .mes-big-box ol dl dd p em {
  display: inline-block;
  width: 80px;
  text-align: right;
  font-style: normal;
  position: absolute;
  right: 0px;
  bottom: 15px;
}
.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: 8px;
}
.logistics-bomb .logistics-main .mes-big-box div {
  padding-left: 28px;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one {
  padding-bottom: 10px;
  position: relative;
  margin: 10px 0;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one::after {
  content: '';
  width: 2px;
  height: 70%;
  background-color: #e5e5e5;
  position: absolute;
  left: 11px;
  top: 14px;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one:nth-last-of-type(1) {
  padding-left: 28px;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one:nth-last-of-type(1)::after {
  width: 0 !important;
  height: 0 !important;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one .first-span {
  color: #BE2038;
  position: relative;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one .first-span::after {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  left: -22px;
  width: 12px;
  height: 12px;
  background-color: #BE2038;
  border-radius: 50%;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one .active-text {
  color: #BE2038;
}
.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: #0066cc;
  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: #f4f4f4;
}
.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: #BE2038;
  text-decoration: underline;
}
.order-sure .title-bottom .bottom-right {
  padding-top: 20px;
  height: 76px;
}
.order-sure .title-bottom .bottom-right a:hover {
  color: #BE2038;
  text-decoration: underline;
}
.member-center-box {
  position: fixed;
  width: 430px;
  border: 5px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  top: 200px;
  left: 50%;
  margin-left: -190px;
}
.member-center-box .member-center-title {
  padding-top: 12px;
  height: 23px;
  background: #f4f4f4;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}
.member-center-box .member-center-title .title-text {
  float: left;
}
.member-center-box .member-center-title .close-img {
  float: right;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
}
.member-center-box .member-center-content img {
  display: block;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  padding: 5px;
  margin: 20px auto;
}
.member-center-box .member-center-content div {
  text-align: center;
  line-height: 20px;
}
.member-center-box .member-center-content .text-detail {
  font-size: 12px;
  color: #AAAAAA;
}
.member-center-box .member-center-footer {
  height: 35px;
  margin: 20px auto;
  text-align: center;
}
.member-center-box .member-center-footer .know-button {
  padding: 7px 15px;
  background: #BE2038;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
}
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: #17181C;
  text-decoration: none;
  outline: none;
}
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: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid #ddd;
}
.checkboxStyle-small input[type="checkbox"]:checked + span {
  border: 1px solid #BE2038;
  background: rgba(190, 32, 56, 0.1) url('../../images/custom/input-checked1.png') no-repeat center;
  background-size: contain;
}
.checkboxStyle-smalls {
  display: inline-block;
  cursor: pointer;
}
.checkboxStyle-smalls input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}
.checkboxStyle-smalls input[type="checkbox"]:disabled + span {
  opacity: .4;
}
.checkboxStyle-smalls input[type="checkbox"]:disabled + span {
  opacity: .4;
}
.checkboxStyle-smalls input[type="checkbox"] + span {
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid #ddd;
}
.checkboxStyle-smalls input[type="checkbox"]:checked + span {
  border: 1px solid #ccc;
  background: rgba(0, 32, 56, 0.1) url('../../images/custom/zhihui.png') no-repeat center;
  background-size: contain;
}
.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;
}
.radioStyle-new-big {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}
.radioStyle-new-big input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}
.radioStyle-new-big input[type="radio"]:disabled + span {
  opacity: .4;
}
.radioStyle-new-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-new-big input[type="radio"]:checked + span {
  background-position: -107px -207px;
}
/* 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-center-checkbox {
  width: 14px;
  height: 14px;
  background-position: -132px -33px;
}
.icon-checkbox-ok {
  width: 13px;
  height: 13px;
  background-position: -725px -24px;
}
.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: #17181C;
}
.dropdown .dt .dd {
  display: none;
  position: absolute;
  left: -1px;
  top: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.dropdownLanguage {
  text-align: center;
  cursor: pointer;
}
/* 顶部 */
.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: #f4f4f4;
  z-index: 200;
  color: #17181C;
}
#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 #eee;
  padding: 0 20px;
}
#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 {
  padding: 0 20px;
  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: #BE2038;
  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: #BE2038;
  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: 190px;
  position: absolute;
  right: -1px;
  display: none;
  top: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
}
#h-top .ulr .header-er dl {
  text-align: left;
  display: block;
}
#h-top .ulr .header-er dl dd {
  position: relative;
  z-index: 5;
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
}
#h-top .ulr .header-er dl .mobile_pop_img {
  position: absolute;
  left: 5px;
  top: 14px;
  width: 74px;
  height: 74px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}
#h-top .ulr .header-er dl .mobile_pop_img img {
  width: 70px;
  height: 70px;
  margin: 2px 0 0 2px;
}
#h-top .ulr .header-er dl .mobile_pop_info {
  margin: 0 10px 0 86px;
  min-height: 70px;
}
#h-top .ulr .header-er dl .mobile_pop_info .mobile_pop_tit {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
}
#h-top .ulr .header-er dl .mobile_pop_info .mobile_pop_value {
  margin: 3px 0;
  line-height: 14px;
  color: #f10214;
}
#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: #BE2038;
}
#h-top .address .area .small-location.hot {
  color: #BE2038;
}
#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: #BE2038;
}
#h-top .address .area a.hot {
  color: #BE2038;
}
#h-top .address .area li {
  padding: 5px 0;
}
#h-top .address .bl {
  border-right: 1px dotted #ddd;
}
/* 头部banner */
#h-banner {
  height: 120px;
  width: 1200px !important;
  position: relative;
  z-index: 20;
}
#h-banner,
#bottomSearch {
  width: 100%;
  position: relative;
  height: 110px;
  background-color: #ffffff;
}
#h-banner.bottom-h,
#bottomSearch.bottom-h {
  height: auto;
}
#h-banner .logo,
#bottomSearch .logo {
  float: left;
  height: 80px;
  margin: auto;
  max-width: 280px;
}
#h-banner .logo a,
#bottomSearch .logo a {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#h-banner .logo #g_logo,
#bottomSearch .logo #g_logo {
  width: 100%;
  height: 100%;
}
#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: #BE2038;
}
#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: 75px;
  width: 670px;
  float: left;
  margin-top: 22px;
  margin-right: 210px;
}
#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: #BE2038;
  float: left;
  text-align: center;
  cursor: pointer;
}
#h-banner .search .search-product-type .type.active,
#bottomSearch .search .search-product-type .type.active {
  background-color: #BE2038;
  color: #fff;
}
#h-banner .search-text,
#bottomSearch .search-text {
  position: relative;
}
#h-banner .search-ipt,
#bottomSearch .search-ipt {
  width: 588px;
  height: 34px;
  border-bottom-style: none;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border: 2px solid #BE2038;
  padding: 0px 0px 0px 40px;
  float: left;
  width: 400px !important;
  height: 40px !important;
  box-sizing: border-box;
}
#h-banner .search .search-top-btn-custom,
#bottomSearch .search .search-top-btn-custom {
  width: 80px !important;
  height: 40px !important;
  background: #BE2038;
  border: 2px solid #BE2038;
  color: #fff !important;
}
#h-banner .search-btn,
#bottomSearch .search-btn {
  width: 58px;
  height: 38px;
  background-color: #BE2038;
  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: 58px;
  height: 38px;
  background: #BE2038 url('../../images/search-btn.png') no-repeat 18px 8px;
  border: 0;
}
#h-banner .search-top-text-btn,
#bottomSearch .search-top-text-btn {
  width: 86px;
  height: 40px;
  background: #BE2038;
  color: white;
  border: 0;
  font-size: 16px;
}
#h-banner .search .custom-search-icon,
#bottomSearch .search .custom-search-icon {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
#h-banner .search .search-icon,
#bottomSearch .search .search-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background: url('../../images/search_gray.png') no-repeat center;
}
#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 {
  text-align: left;
  margin-right: 12px;
  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: #f4f4f4;
  color: #BE2038;
  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;
}
#bottomSearch {
  z-index: 99;
}
.cart-icons {
  position: relative;
  top: -37px;
  left: -31px;
}
.user-head {
  height: 90px !important;
  box-sizing: border-box;
}
.user-head .user-logo {
  margin: 0 !important;
  position: relative !important;
  top: 50% !important;
  transform: translateY(-50%);
}
#h-banner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10px;
}
#h-banner .search-top-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.custom-trade-header {
  height: 80px !important;
}
.custom-trade-header .custom-trade-logo {
  float: unset !important;
  margin: 0 !important;
  max-width: 280px !important;
}
.custom-trade-header .custom-trade-logo a {
  display: inline-block !important;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: auto !important;
  height: auto !important;
}
.custom-trade-header .custom-trade-logo a img {
  height: auto !important;
}
.custom-trade-header .trade-head-title {
  font-size: 20px;
  font-weight: 500;
  color: #818181;
  height: 30px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: -400px;
}
.custom-trade-header .trade-head-title::before {
  content: '';
  width: 2px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  background: #EEEEEE;
}
/* 头部导航 */
#h-nav {
  background-color: #fff;
  min-width: 1200px;
}
#h-nav .container {
  position: relative;
  height: 40px;
  z-index: 2;
  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 #BE2038;
  border-left: 12px solid transparent;
}
#h-nav .side-nav {
  position: relative;
  float: left;
  width: 200px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  background-color: #BE2038;
  text-align: center;
  z-index: 20;
}
#h-nav .side-nav:hover .side-ul {
  display: block;
}
#h-nav .side-nav .menu-list-icon {
  width: 24px;
  height: 22px;
  display: inline-block;
  background: url('../../images/custom/menu_list.png') no-repeat center;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#h-nav .side-ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 200px;
  font-size: 0;
  font-weight: normal;
  background-color: #17181d;
  /*不支持rgba的浏览器*/
  background-color: rgba(23, 24, 29, 0.8);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#17181dcc, cc, endColorstr=#17181dcc, cc);
  background: none\9;
  overflow: inherit;
  height: 492px;
  padding-top: 0px;
  text-align: left;
}
#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 .third-cate a {
  color: #666;
}
#h-nav .side-ul li.active .third-cate a:hover {
  color: #BE2038;
}
#h-nav .side-ul li.active .second-cate a {
  color: #17181D;
}
#h-nav .side-ul li.active .second-cate a:hover {
  color: #BE2038;
}
#h-nav .side-ul li.active a {
  color: #000;
  background-color: #fff;
}
#h-nav .side-ul li.active a:hover {
  color: #BE2038;
}
#h-nav .side-ul li.active .highlight {
  color: #BE2038;
}
#h-nav .side-ul li:last-child {
  border-bottom: 0;
}
#h-nav .side-ul .highlight {
  color: #BE2038;
}
#h-nav .side-ul a {
  position: relative;
  display: block;
  padding-left: 24px;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}
#h-nav .side-ul a:hover {
  color: #BE2038;
}
#h-nav .side-ul.active {
  display: block;
}
#h-nav .side-ul.fixed {
  display: block;
}
#h-nav .side-ul.fixed.a {
  font-size: 14px !important;
}
#h-nav .nav-items {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  width: 1000px;
  min-height: 492px;
  overflow: auto;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.2);
}
#h-nav .nav-items .hide {
  display: none;
}
#h-nav .nav-items .nav-left {
  width: 100%;
}
#h-nav .nav-items .nav-right {
  width: 100%;
}
#h-nav .nav-items .nav-item {
  width: 630px;
  float: left;
  padding: 24px;
}
#h-nav .nav-items .nav-item .nav-info {
  float: left;
}
#h-nav .nav-items .nav-item .nav-info span {
  float: left;
  width: 16px;
  margin-top: 2px;
}
#h-nav .nav-items .nav-item .nav-info div {
  float: left;
}
#h-nav .nav-items .nav-item .nav-info li {
  float: left;
  width: 689px;
  padding-bottom: 24px;
}
#h-nav .nav-items .nav-item .nav-info .type {
  float: left;
  width: auto;
  height: 18px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #17181D;
  padding-right: 40px;
  line-height: 18px;
  cursor: pointer;
}
#h-nav .nav-items .nav-item .nav-info .small-type {
  float: left;
  width: auto;
  display: inline-block;
  height: 18px;
  padding: 0 32px 0 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #515151;
  line-height: 18px;
  cursor: pointer;
}
#h-nav .nav-items .nav-item .nav-info .small-type:hover {
  color: #BE2038;
}
#h-nav .nav-items .nav-item .nav-info .small-type.active {
  color: #515151;
}
#h-nav .nav-items .nav-item .nav-info .small-type.select-type {
  color: #BE2038;
}
#h-nav .nav-items .nav-list {
  width: 689px;
  height: 100%;
}
#h-nav .nav-items .nav-img {
  width: 300px;
  overflow: hidden;
  float: right;
  text-align: center;
  padding: 10px;
  background: #FAFAFA;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
#h-nav .nav-items .nav-img a {
  line-height: 1;
  vertical-align: top;
  padding: 0;
}
#h-nav .nav-items .nav-img a img {
  width: 300px;
  display: block;
  margin: auto;
}
#h-nav .nav-items .nav-type {
  float: left;
  margin-left: 0;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
#h-nav .nav-items .nav-type .highlight {
  color: #BE2038;
}
#h-nav .nav-items .nav-type ul {
  line-height: 0;
}
#h-nav .nav-items .nav-type li {
  display: inline-block;
  margin-right: 24px;
  line-height: 16px;
  *display: inline;
  *zoom: 1;
  border-bottom: 0;
  text-align: center;
}
#h-nav .nav-items .nav-type a {
  padding: 0;
  line-height: 14px;
  width: auto;
  color: #666666;
}
#h-nav .nav-items .nav-type a:hover {
  color: #BE2038;
}
#h-nav .nav-items .nav-type .hot a {
  color: #BE2038;
}
#h-nav .nav-items h5 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
#h-nav .nav-items h5 a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 72px;
  text-align: right;
  color: #17181D;
}
#h-nav .nav-items h5 a:hover {
  color: #BE2038;
}
#h-nav .nav-items .second-cate {
  float: left;
  margin-right: 32px;
  width: 60px;
}
#h-nav .nav-items .second-cate a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 60px;
  text-align: right;
  color: #17181D;
  line-height: 16px;
  margin-bottom: 6px;
  font-size: 12px;
}
#h-nav .nav-items .second-cate a:hover {
  color: #BE2038;
}
#h-nav .nav-items .third-cate {
  width: 526px;
  float: left;
}
#h-nav .nav-items .third-cate a {
  line-height: 16px;
  color: #666;
  margin-bottom: 6px;
  font-size: 12px;
}
#h-nav .main-nav {
  font-size: 18px;
  margin-top: 1px;
}
#h-nav .main-nav li {
  position: relative;
  float: left;
  margin: 0 20px;
  height: 40px;
}
#h-nav .main-nav li .op-icons-hot {
  position: absolute;
  top: 5px;
  right: -20px;
}
#h-nav .main-nav li .op-icons-new {
  position: absolute;
  top: 5px;
  right: -20px;
}
#h-nav .main-nav li:hover .show-category {
  display: block;
}
#h-nav .main-nav li .show-category {
  display: none;
  position: absolute;
  top: 40px;
  left: -10px;
  background-color: #fff;
  color: #000;
  z-index: 30;
  width: calc(140%);
  text-align: center;
  transition: all 0.3s;
}
#h-nav .main-nav li .show-category a {
  text-align: center;
  display: block;
  margin: 10px;
  font-size: 14px;
  line-height: 30px !important;
}
#h-nav .main-nav li .show-category a:hover {
  color: #BE2038;
}
#h-nav .main-nav li .carousel-wrapper {
  height: 44px;
  overflow: hidden;
}
#h-nav .main-nav .carousel-box {
  position: relative;
  top: 0;
  transition: top 1s;
  text-align: center;
}
#h-nav .main-nav .carousel-box a {
  display: block;
  text-align: center;
}
#h-nav .main-nav a {
  display: inline-block;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  font-family: '微软雅黑';
  font-weight: bold;
  color: #17181D;
}
#h-nav .main-nav a:hover {
  color: #BE2038;
}
#h-nav .main-nav .active a {
  color: #fff;
}
.catgroClass a {
  font-size: 14px !important;
}
.show {
  width: 675px;
}
/* 底部 */
.bgf8f8f8 {
  background-color: #f4f4f4;
}
.disM {
  display: inline-block;
  vertical-align: middle;
}
.mgR18 {
  margin-right: 18px;
}
.mgR35 {
  margin-right: 35px;
}
.custom-footer {
  background: white;
}
.custom-footer .footer-top-box {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E9EFF3;
}
.custom-footer .footer-top-box .top-one {
  margin-right: 90px;
}
.custom-footer .footer-top-box .top-one .one-left {
  margin-right: 10px;
}
.custom-footer .footer-middle-box {
  padding-top: 24px;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #E9EFF3;
}
.custom-footer .footer-middle-box .middle-one {
  width: 196px;
  min-height: 163px;
  text-align: left;
}
.custom-footer .footer-middle-box .middle-one .one-div {
  margin-bottom: 16px;
}
.custom-footer .footer-middle-box .middle-one .one-div a:hover {
  color: #BE2038;
}
.custom-footer .footer-middle-box .middle-one .one-ul .one-li {
  margin-top: 12px;
  color: #515151;
}
.custom-footer .footer-middle-box .middle-one .one-ul .one-li a:hover {
  color: #BE2038;
}
.custom-footer .footer-bottom-box {
  padding-top: 24px;
  text-align: center;
}
.custom-footer .footer-bottom-box .bottom-top .top-list-box .top-line {
  padding-left: 15px;
  padding-right: 15px;
}
.custom-footer .footer-bottom-box .bottom-top .top-list-box .top-line .line-box {
  width: 1px;
  display: inline-block;
  height: 12px;
  background: #AAAAAA;
}
.custom-footer .footer-bottom-box .bottom-top-two {
  padding-top: 20px;
}
.custom-footer .footer-bottom-box .bottom-top-three {
  padding-top: 8px;
}
.custom-footer .footer-bottom-box .bottom-bottom-box {
  padding-top: 24px;
  padding-bottom: 12px;
}
#footer {
  background-color: #fff;
  overflow: hidden;
  clear: both;
  *zoom: 1;
}
#footer .footer-left {
  float: left;
  width: 910px;
}
#footer .footer-right {
  float: right;
  width: 285px;
  border-left: 1px solid #eee;
  text-align: center;
  margin: auto;
}
#footer .footer-top {
  width: 100%;
  padding: 40px 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: #17181C;
  font-weight: bold;
}
#footer .footer-top .tel li:first-child {
  color: #BE2038;
}
#footer .footer-top .tel li:first-child p {
  color: #17181C;
}
#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: #BE2038;
}
#footer .footer-top .tel li:last-child p {
  color: #17181C;
}
#footer .footer-top .tel li:last-child p:nth-child(2) {
  font-size: 14px;
  font-weight: normal;
}
#footer .bt-nav {
  position: relative;
  float: left;
  width: 20%;
}
#footer .bt-nav .first-a {
  display: block;
  color: #17181C;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-left: 20px;
}
#footer .bt-nav .common-ul {
  font-size: 12px;
  box-sizing: border-box;
}
#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: #51515;
  margin-left: 20px;
}
#footer .bt-nav a:hover {
  color: #BE2038;
}
#footer .qrcode {
  width: 110px;
  text-align: center;
  margin: auto;
}
#footer .qrcode img {
  height: 100px;
  width: 100px;
  display: block;
}
#footer .qrcode .right-textc {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #17181D;
  line-height: 17px;
  margin-top: 12px;
}
#footer .right-tel {
  height: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #17181D;
  line-height: 24px;
  margin-top: 18px;
  display: block;
}
#footer .right-time {
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #515151;
  line-height: 16px;
}
#footer p {
  clear: both;
  text-align: center;
  font-size: 12px;
  margin: 0 0 12px 0;
  color: #17181C;
}
#footer .footer-text {
  min-width: 103px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  background: #eee;
  padding: 0;
  text-align: left;
  font-size: 12px;
  position: relative;
  top: 8px;
}
#footer .footer-text img {
  vertical-align: middle;
  padding: 0;
  float: left;
  margin-top: 0;
  margin-right: 5px;
}
#footer .footer-text span {
  float: left;
}
.footer-bottom {
  border-top: 1px solid #E9EFF3;
  line-height: 58px;
  text-align: center;
}
.footer-bottom .footer-bottom-left {
  display: inline-block;
  margin-right: 40px;
  font-size: 12px;
}
.footer-bottom .footer-bottom-left p {
  margin: 0;
  padding: 0;
}
.footer-bottom .footer-bottom-right {
  display: inline-block;
}
.footer-bottom .footer-bottom-right img {
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
/* 筛选工具条 */
#sctoolbar {
  height: 40px;
  position: relative;
  overflow: visible;
  font-size: 12px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  *zoom: 1;
  z-index: 1;
}
#sctoolbar .order-line {
  float: left;
  height: 24px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background: #eee;
}
#sctoolbar .sorting {
  float: left;
  height: 24px;
  position: relative;
  top: 50%;
  margin: 0 16px;
  transform: translateY(-50%);
}
#sctoolbar .sorting a {
  height: 24px;
  font-size: 12px;
  color: #17181D;
  line-height: 24px;
  background-color: #fff;
}
#sctoolbar .sorting a img {
  width: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
#sctoolbar .sorting .active {
  height: 24px;
}
#sctoolbar .sorting .order {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  width: 53px;
  text-align: center;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  float: left;
  color: #17181D;
  padding: 0;
}
#sctoolbar .sorting .order img {
  width: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
  top: -2px;
}
#sctoolbar .sorting .order.order1 {
  width: 52px;
  border-left: 1px solid #eee;
}
#sctoolbar .sorting .order .down-icon-two {
  height: 14px;
  top: 13px;
  background: url('../../images/company/company-default.png') no-repeat -70px -302px;
}
#sctoolbar .sorting .order.active {
  height: 22px;
  line-height: 22px;
  color: #fff;
  background-color: #BE2038;
  border-right: 1px solid #BE2038;
  border-top: 1px solid #BE2038;
  border-bottom: 1px solid #BE2038;
  position: relative;
  z-index: 100;
}
#sctoolbar .sorting .order.active.order1 {
  border-left: 1px solid #BE2038;
}
#sctoolbar .sorting .order.active i {
  width: 12px;
  height: 11px;
  display: inline-block;
  background: url('../../images/custom/drop-up.png') no-repeat center !important;
}
#sctoolbar .sorting .order.active .down-icon-two {
  height: 14px;
  top: 13px;
  background: url('../../images/company/company-default.png') no-repeat -70px -270px !important;
}
#sctoolbar .sorting .order.active .down-icon-two-price {
  height: 14px;
  top: 13px;
  background: url('../../images/company/company-default.png') no-repeat -70px -286px !important;
}
#sctoolbar .sorting .order.active .asc {
  background-position: 0px -60px;
  width: 11px;
  height: 7px;
}
#sctoolbar .sorting .order.active .desc {
  background-position: 0px -67px;
  width: 11px;
  height: 7px;
}
#sctoolbar .filter {
  border-top: none;
  min-width: 300px;
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  line-height: 24px;
}
#sctoolbar .filter a {
  margin-left: 20px;
}
#sctoolbar .filter .spaddress {
  width: 100%;
  box-sizing: border-box;
  padding: 0 17px 0 7px !important;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sctoolbar .filter .delive-addr {
  width: 140px;
  margin-right: 4px;
  color: #17181D;
}
#sctoolbar .filter .delive-addr .tool-drop-down {
  width: 12px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}
#sctoolbar .filter .delive-addr .down-active {
  transform: rotate(180deg);
  top: 10px !important;
}
#sctoolbar .filter #search-address {
  float: left;
  height: 24px;
}
#sctoolbar .filter #search-address dl {
  float: none !important;
  display: inline-block;
}
#sctoolbar .filter #search-address dl dt {
  font-weight: 400;
  color: #17181D;
  position: relative;
  bottom: 7px;
}
#sctoolbar .price-range {
  height: 24px !important;
  line-height: 24px !important;
  position: relative;
}
#sctoolbar .price-range .left-input,
#sctoolbar .price-range .right-input {
  display: inline-block;
  position: relative;
}
#sctoolbar .price-range .left-input .price-icon,
#sctoolbar .price-range .right-input .price-icon {
  position: absolute;
  top: 1px;
  left: 6px;
  color: #ccc;
  font-size: 14px;
  width: auto;
  pointer-events: none;
}
#sctoolbar .price-range .check {
  z-index: -1;
  top: -8px;
  height: 73px !important;
  width: 142px;
  background: #fff !important;
  border: none !important;
  box-shadow: 0px 7px 10px 2px rgba(0, 0, 0, 0.05);
  margin-left: 0 !important;
  left: -9px;
  cursor: pointer;
}
#sctoolbar .price-range .check .bottom-btn {
  margin-top: 41px;
  text-align: right;
}
#sctoolbar .price-range .check .bottom-btn a {
  height: 20px;
  line-height: 1 !important;
  font-size: 12px;
  font-weight: 400;
  color: #0066CC;
}
#sctoolbar .price-range .check .bottom-btn .btn {
  width: 40px;
  height: 20px;
  font-size: 12px;
  line-height: 1;
  color: #eee !important;
}
#sctoolbar .price-range span {
  height: 24px !important;
  line-height: 24px !important;
}
#sctoolbar .price-range .from,
#sctoolbar .price-range .to {
  border-radius: 0 !important;
  width: 60px;
  border: 1px solid #eee !important;
  height: 24px;
}
#sctoolbar .price-range .from::-webkit-input-placeholder,
#sctoolbar .price-range .to::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #ccc !important;
  position: relative;
  top: -1px;
}
#sctoolbar .down-icon {
  padding: 0 14px;
  position: relative;
}
#sctoolbar .price-range {
  display: inline-block;
}
#sctoolbar .price-range span {
  display: inline-block;
  width: 24px;
  color: #eee;
  text-align: center;
}
#sctoolbar .price-range .from,
#sctoolbar .price-range .to {
  width: 48px;
  height: 24px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 15px;
  box-sizing: border-box;
  background-color: #fff;
  outline: none;
  appearance: none;
  margin: 0;
}
#sctoolbar .price-range .check {
  position: absolute;
  height: 30px;
  line-height: 20px;
  background: #f4f4f4;
  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: 0;
  height: 23px;
  line-height: 16px;
}
#sctoolbar .condition1 {
  line-height: 16px;
  display: inline-block;
}
#sctoolbar .condition1 .icon-center-checkbox {
  position: relative;
  top: -1px;
}
#sctoolbar .condition {
  margin-left: 16px;
}
#sctoolbar .condition:hover .icon-checkbox,
#sctoolbar .condition.active .icon-checkbox {
  background-position: -725px -24px;
}
#sctoolbar .condition:hover .icon-center-checkbox,
#sctoolbar .condition.active .icon-center-checkbox {
  background-position: -132px -53px;
}
#sctoolbar .condition.active {
  color: #BE2038;
}
#sctoolbar .flip {
  right: 20px;
  position: relative;
  height: 24px;
  float: right;
  line-height: 24px;
  top: 50%;
  transform: translateY(-50%);
}
#sctoolbar .flip span {
  display: inline-block;
  vertical-align: top;
}
#sctoolbar .flip .highlight {
  color: #666;
  font-style: normal;
}
#sctoolbar .flip .pag {
  display: inline-block;
  height: 24px;
  border: 1px solid #eee;
  background-color: #fff;
  color: #000;
  width: 40px;
  vertical-align: top;
  float: right;
  text-align: center;
}
#sctoolbar .flip .pag-two img {
  width: 7px !important;
  height: 12px !important;
  display: inline-block !important;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#sctoolbar .flip .pag-one img {
  width: 7px !important;
  height: 12px !important;
  display: inline-block !important;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#sctoolbar .flip .pageNum {
  float: right;
  display: block !important;
  margin: 0 15px;
}
#sctoolbar .flip .pageNum .highlight {
  color: #BE2038 !important;
}
/* 分页 */
#paging {
  margin-right: 15px;
  line-height: 34px;
  text-align: center;
}
#paging span {
  font-size: 12px;
  font-weight: 400;
  color: #697A82;
  text-align: center;
}
#paging a {
  min-width: 32px;
  height: 32px;
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 4px;
  border-radius: 2px;
  border: 1px solid #eee;
  margin: 0px 2px;
  background-color: #fff;
  color: #697A82;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
#paging a:hover {
  border-color: #BE2038;
}
#paging a.active {
  color: #BE2038;
  background-color: #fff;
  border: 1px solid #BE2038;
}
#paging a .icon-person-left {
  transform: rotate(90deg);
  margin-bottom: 2px;
}
#paging a .icon-person-right {
  transform: rotate(-90deg);
  margin-bottom: 4px;
}
#paging .total {
  padding: 0 5px;
}
#paging input {
  display: inline-block;
  height: 32px;
  box-sizing: border-box;
  width: 48px;
  border: 1px solid #eee;
  margin: 0px 5px;
  text-align: center;
  border-radius: 2px;
}
#paging .sure {
  width: 48px;
  height: 32px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #17181D;
  padding: 6px;
  border: 1px solid #eee;
  background-color: #fff;
  text-align: center;
}
#paging .middle-symbol-begin {
  padding: 0px 12px 0px 13px;
}
#paging .middle-symbol-end {
  padding: 0px 15px 0px 10px;
}
.search-pag {
  margin: 40px auto;
  text-align: center;
}
.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: #BE2038;
  color: #fff;
}
.location .area a.active {
  color: #fff;
  background-color: #BE2038;
}
.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: #BE2038;
  color: #fff;
}
.location .area .small-location.active {
  color: #fff;
  background-color: #BE2038;
}
.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;
}
#classify .brand-wrapper {
  width: 100%;
}
#classify .brand-wrapper .split-box {
  width: 100%;
  min-height: 20px;
  margin: 0;
  padding: 10px 0;
}
#classify .brand-wrapper .split-box li {
  display: inline-block;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 400;
  color: #17181D;
  line-height: 1;
  margin-right: 6px;
  cursor: pointer;
}
#classify .brand-wrapper .split-box li.active-type {
  color: #BE2038;
  border: 1px solid #BE2038;
}
#classify .brand-wrapper .brand-list-box {
  width: 100%;
  padding: 0 0 10px;
}
#classify .brand-wrapper .brand-list-box li {
  display: inline-block;
  height: 20px;
  line-height: 19px;
  margin-right: 40px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #fff;
}
#classify .brand-wrapper .brand-list-box li a {
  display: inline-block;
  margin-right: 0;
  padding: 0 4px;
}
#classify .brand-wrapper .brand-list-box li .close-tag-1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #BE2038;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: -1px;
  right: -20px;
}
#classify .brand-wrapper .brand-list-box li.selected {
  border: 1px solid #BE2038 !important;
}
#classify .brand-wrapper .brand-list-box li.selected a {
  color: #BE2038 !important;
}
#classify .type {
  position: relative;
  overflow: hidden;
}
#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: #f4f4f4;
  text-align: right;
}
#classify .value {
  float: left;
  width: 865px;
  margin-left: 156px;
  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;
  width: 99px;
  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 {
  width: 40px;
  height: 20px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.7);
  background-color: #ccc;
  border: 0;
  border-radius: 15px;
  font-size: 12px;
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  margin-right: 20px;
}
#classify .multi-confirm button.confirm {
  cursor: default;
}
#classify .multi-confirm button.cancel {
  text-align: center;
  font-weight: 400;
  color: #17181D;
  cursor: pointer;
  background-color: #f4f4f4;
  border-radius: 15px;
}
#classify .multi-confirm button.active {
  cursor: pointer;
  color: #fff;
  background: #BE2038;
  border: 1px solid #BE2038;
}
#classify .selected a {
  margin-right: 10px;
}
#classify .selected .icon-checkbox {
  background-position: -725px -24px;
}
#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 5px !important;
}
#classify .fun .more img {
  width: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
  margin-left: 4px;
}
.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;
}
/* 数量加减和加入购物车 */
.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: #BE2038;
}
.buy .addCart:hover {
  color: #fff;
  background-color: #92192b;
}
.buy .addCart:active {
  background-color: #67111e;
}
.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 {
  display: flex;
  align-items: center;
  padding: 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 .search-main-key,
.search-crumb #searchBreadcrumb .search-main-key {
  font-weight: 800;
  color: #17181D;
}
.search-crumb #breadcrumb .search-key,
.search-crumb #searchBreadcrumb .search-key {
  vertical-align: middle;
  color: #BE2038;
}
.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: relative;
  height: 10px;
  width: 7px;
  display: block;
  margin-left: 12px;
  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 {
  width: 100% !important;
  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: 2px;
  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: 0;
}
.search-crumb .selectedTag .tag {
  border: 1px dashed #BE2038;
  margin: 0 10px;
  color: #BE2038;
  padding: 2.5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.search-crumb .selectedTag .tag .attr-title,
.search-crumb .selectedTag .tag .attr-content {
  margin-right: 5px;
}
.search-crumb .selectedTag .tag .close {
  margin-left: 5px;
}
.search-crumb .selectedTag a:hover {
  background-color: #BE2038;
  border: 1px solid #BE2038;
}
.search-crumb .selectedTag a:hover .tag {
  border: none;
}
.search-crumb .selectedTag a:hover span {
  color: #fff;
}
.search-crumb .next {
  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: #f4f4f4;
  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: '';
  display: block;
  width: 23px;
  height: 15px;
  background: url('../../images/company/company-default.png') no-repeat -320px -173px;
}
.recommend-goods .bottom-arrow .arrow-down.disabled {
  background: url('../../images/company/company-default.png') no-repeat -320px -33px;
}
.recommend-goods .bottom-arrow .arrow-up {
  content: '';
  display: block;
  width: 23px;
  height: 15px;
  background: url('../../images/company/company-default.png') no-repeat -320px -67px;
}
.recommend-goods .bottom-arrow .arrow-up.disabled {
  background-position: -320px -33px;
}
.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: #f4f4f4;
  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: 16px;
  min-height: 16px;
  font-size: 12px;
  color: #17181D;
  margin: 10px 0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related-box .good-item a {
  display: block;
  padding: 0 25px;
}
.related-box .good-item a .money {
  position: relative;
  font-size: 12px;
  margin: 10px 0px !important;
}
.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: #BE2038;
}
.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 #BE2038;
  -moz-box-shadow: 0 0 5px #BE2038;
  -webkit-box-shadow: 0 0 5px #BE2038;
  box-shadow: 0 0 5px #BE2038;
  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 #BE2038;
  color: #BE2038;
  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: #BE2038;
  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;
}
/*bugfix crumb*/
.search-crumb {
  display: flex;
  align-items: center;
  padding-top: 18px;
}
.search-crumb .next.right-icon {
  width: 7px;
  height: 10px;
  margin-left: 12px;
}
.search-crumb .next.right-icon::after {
  content: '';
  display: block;
  position: relative;
  height: 10px;
  width: 7px;
  background: url('../../images/company/company-default.png') no-repeat -25px -126px;
}
.recommendGoods-goodsImg {
  width: auto !important;
  height: auto !important;
  max-height: 170px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  display: block;
}
.recommendGoods-goodsImg-box {
  position: relative;
}
.recommendGoods-goodsImg-icons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
}
.member-price-text {
  display: inline-block;
  transform-origin: left;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
  padding: 0 4px;
  transition: .1s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-size: 12px;
  background: rgba(190, 32, 56, 0.15);
  color: #BE2038;
  border-radius: 9px;
  box-sizing: border-box;
  text-align: center;
  height: 18px;
  line-height: 18px;
  font-weight: 400;
  margin-left: 1px;
}
.member-price-label {
  font-size: 14px;
  color: #333 !important;
}
.member-price-label span {
  font-size: 14px;
  color: #333 !important;
}
/* 搜索结果 类目列表 */
#pro-list {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
}
#pro-list .pro {
  _display: inline;
  display: inline-block;
  width: 240px;
  height: auto;
  min-height: 400px;
  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;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.search-goodslist {
  width: 210px;
  height: 210px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.goods-item .goods-content-prev {
  height: 400px;
}
.goods-item .goods-content-prev a .prev-img {
  background: #f4f4f4;
  width: 218px;
  height: 218px;
  margin: 0;
}
.goods-item .goods-content-prev a .price {
  height: 30px;
  background: #f4f4f4;
}
.goods-item .goods-content-prev a h5 {
  height: 38px;
  background: #f4f4f4;
}
.goods-item .goods-content-prev .merchant {
  height: 21px;
  background: #f4f4f4;
}
.goods-item .goods-content-prev .merchant span {
  background: #f4f4f4;
}
.goods-item .goods-content {
  height: 100%;
  background-color: #fff;
}
.goods-item .goods-content .good-tag {
  height: 22px;
}
.goods-item .goods-content .good-tag span {
  padding: 0 4px !important;
  border-radius: 2px !important;
}
.goods-item .goods-content .merchant-name {
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #818181;
  margin-bottom: 5px;
}
.goods-item .goods-content .product-name {
  font-size: 12px;
  font-weight: 500;
  color: #17181D;
}
.goods-item .goods-content .full-reduce {
  overflow: hidden;
}
.goods-item .goods-content .full-reduce span {
  display: inline-block;
  border: 1px solid #BE2038;
  color: #BE2038;
  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: 8px 0px 6px;
  color: #BE2038;
  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: #BE2038;
  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 {
  width: 100%;
}
.goods-item .goods-content .merchant .shop {
  margin-bottom: 3px;
}
.goods-item .goods-content .merchant .store {
  width: 120px;
  float: left;
  overflow: hidden;
  height: 16px;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  color: #818181;
}
.goods-item .goods-content .merchant .comment {
  float: right;
  width: 88px;
  text-align: right;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  color: #818181;
}
.goods-item .goods-content .juan {
  overflow: hidden;
}
.goods-item .goods-content .juan .event {
  padding: 1px 4px;
  font-size: 14px;
  border-radius: 0;
  margin-right: 6px;
  background: rgba(190, 32, 56, 0.15) !important;
  color: #BE2038 !important;
  height: 18px;
  line-height: 18px;
  border-radius: 9px !important;
  border: none !important;
  display: inline-block;
}
.goods-item .goods-content .volume {
  font-size: 12px;
  margin: 0 10px;
}
.goods-item .icon-collect {
  width: 14px;
  height: 14px;
  background-position: -604px -85px;
}
.goods-item .icon-collect-new {
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url('../../images/custom/collection.png') no-repeat center;
  vertical-align: middle;
  margin-right: 4px;
}
.goods-item .cart-icon-new {
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url('../../images/custom/small_cart.png') no-repeat center;
  vertical-align: middle;
  margin-right: 6px;
  background-size: cover;
}
.goods-item .icon-collected {
  width: 14px;
  height: 14px;
  background-position: -621px -85px !important;
  left: 6px !important;
}
.positionR {
  position: relative;
}
/* 右侧固定导航 */
.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: absolute;
  right: 60px;
  top: 52px;
  z-index: 999;
}
.fix-nav .left-er {
  position: relative;
}
.fix-nav .left-er .global-erweima {
  left: -140px;
  top: -25px;
  position: absolute;
  width: 132px;
  height: 128px;
  display: none;
  background-image: url('../images/nav_code_bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 100;
}
.fix-nav .left-er .global-erweima img {
  margin-top: 4px;
}
.fix-nav .left-er .global-er {
  display: block;
  width: 140px;
  height: 175px;
  background-color: #BE2038;
  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 0px;
  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;
  border: 1px solid #E5E5E5;
  border-bottom: none;
  position: relative;
  font-size: 12px;
}
.fix-nav .fix-item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.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: 12px;
  top: 9px;
  background: #BE2038;
  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: #BE2038;
  font-style: normal;
  font-size: 12px;
}
.fix-nav .fix-item:hover {
  background-color: #BE2038;
}
.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;
}
.fix-nav .fix-item:hover .global-erweima {
  display: block;
}
/*置顶按钮*/
.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: #BE2038;
  font-style: normal;
  font-size: 12px;
}
.top-box:hover {
  background-color: #BE2038;
}
.top-box:hover .tab-text {
  transition: left 0.3s ease-in-out 0.1s;
  left: -70px;
}
.fix-box .show1 {
  display: block;
  margin: auto;
}
.fix-box .show2 {
  display: none;
  margin: auto;
}
.fix-box .fix-item {
  background-color: #fff;
  width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.fix-box .fix-item:hover {
  background-color: #f6f6f6;
  color: #BE2038;
}
.fix-box .fix-item:hover .hover {
  color: #BE2038;
}
.fix-box .fix-item:hover .show1 {
  display: none;
}
.fix-box .fix-item:hover .show2 {
  display: block;
}
/* 表单样式 */
.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: #BE2038;
}
.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: #BE2038;
}
.form .tip.succ {
  color: green;
}
.form .addr {
  display: block;
  position: initial;
  float: left;
  padding: 1px 4px;
  color: #BE2038;
}
.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: 6px;
  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: 1px solid #ddd;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopCar .car-shop:hover {
  color: #17181C;
}
.shopCar .car-shop .cart-icon {
  width: 32px;
  height: 32px;
  background: url('../../images/custom/small_cart_2x.png') no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px !important;
}
.shopCar .car-shop .cart-icon.header-mini {
  width: 25px;
  height: 24px;
  background-size: 100% auto;
}
.shopCar .car-shop .new-cart {
  width: 26px !important;
  height: 24px !important;
  background: url("../../images/custom/small_cart_2x.png") no-repeat !important;
  background-size: contain !important;
  margin-right: 10px !important;
  left: 0 !important;
  top: 0 !important;
  position: relative !important;
  transform: none !important;
}
.shopCar .cart-count {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  border-radius: 7px;
  box-sizing: border-box;
  text-align: center;
}
/* 迷你购物车 */
#minicart {
  display: none;
  position: absolute;
  top: 42px;
  right: -3px;
  width: 340px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #ddd;
  z-index: 100;
}
#minicart .cart-inner {
  padding-bottom: 50px;
  background-color: #f4f4f4;
}
#minicart .cart-loading {
  padding: 15px 0;
  text-align: center;
}
#minicart .cart-null {
  padding: 8px 0;
  clear: both;
  overflow: auto;
  text-align: center;
  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 {
  width: 86px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  background-color: #BE2038;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 4px;
}
#minicart .bottom .red {
  color: #BE2038;
}
#minicart .bottom .he {
  font-size: 18px;
}
#minicart .bottom .sum {
  display: inline-block;
  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: #BE2038;
}
#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: #BE2038;
}
#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: #BE2038;
  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;
}
.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: #f4f4f4;
}
.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: #BE2038;
  margin-bottom: 5px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .error-num {
  display: block;
  color: #BE2038;
}
.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: #BE2038;
  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: #17181C;
}
.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: #17181C;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-bottom .chose-evaluate input {
  vertical-align: middle;
}
.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-loading {
  background-color: #fff;
  height: 500px;
  width: 1100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
}
#search-address {
  position: relative;
}
#search-address .search-address-show {
  padding-right: 0;
}
#search-address dl {
  float: left;
  overflow: hidden;
  padding-right: 15px;
  *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: 50px;
  width: 378px;
  min-height: 273px;
  padding: 0px 20px 10px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  z-index: 99;
}
#search-address .adschange li {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}
#search-address .adschange .tab {
  height: 40px;
  line-height: 40px;
  font-size: 0;
  border-bottom: 1px solid #E9EFF3;
}
#search-address .adschange .tab li {
  padding-right: 24px;
  line-height: 40px;
}
#search-address .adschange .tab .active {
  background-color: #fff;
}
#search-address .adschange .content {
  display: none;
  margin-top: 10px;
}
#search-address .adschange .content li {
  width: 89px;
  padding-right: 5px;
  margin: 6px 0;
}
#search-address .adschange .content li:hover {
  color: #BE2038;
}
#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: #BE2038;
  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;
}
.container-right #pro-list {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.container-right #pro-list .pro {
  width: 232px;
  height: 406px;
  padding: 10px 11px;
  background: #fff;
  margin-right: 10px;
}
.container-right #pro-list .pro:nth-child(5n) {
  margin-right: 0;
}
.container-right #pro-list .pro .goods-content .price span {
  font-size: 12px;
  font-weight: 900;
}
.container-right #pro-list .pro .goods-content .price span .pro-price {
  font-size: 20px;
}
.container-right #pro-list .pro .goods-content h5 {
  font-size: 12px;
  line-height: 16px;
}
.container-right #pro-list .pro .goods-content .merchant .shop,
.container-right #pro-list .pro .goods-content .merchant .store,
.container-right #pro-list .pro .goods-content .merchant .comment {
  font-size: 12px;
  color: #818181;
  line-height: 16px;
}
.container-right #pro-list .pro .goods-content .self-sale {
  padding: 1px 4px;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 4px;
  background: #BE2038;
  color: #fff;
  border: 1px solid #BE2038;
  display: inline-block;
}
.container-right #pro-list .pro .goods-content .event {
  font-size: 12px !important;
  border-radius: 9px !important;
}
.container-right #pro-list .pro .goods-content .pro-bottom {
  width: 100%;
  height: 28px;
  line-height: 27px;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  margin-top: 4px;
}
.container-right #pro-list .pro .goods-content .pro-bottom .collection {
  width: 78px;
  height: 100%;
  border-right: 1px solid #e5e5e5;
  float: left;
  color: #818181;
  display: block;
  text-align: center;
  position: relative;
}
.container-right #pro-list .pro .goods-content .pro-bottom .collection i {
  margin-left: -2px !important;
  margin-top: 8px;
  left: 10px;
}
.container-right #pro-list .pro .goods-content .pro-bottom .collection img {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -3px;
}
.container-right #pro-list .pro .goods-content .pro-bottom .cart {
  display: block;
  float: left;
  width: 120px;
  color: #BE2038;
  text-align: center;
  position: relative;
}
.container-right #pro-list .pro .goods-content .pro-bottom .cart i {
  width: 14px;
  height: 14px;
  background-position: -223px -61px;
  display: inline-block;
  left: 20px;
  background-position: -110px -92px;
  background-size: 375px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.container-right #pro-list .pro .goods-content .pro-bottom .cart img {
  vertical-align: middle;
  margin-right: 4px;
  width: 16px;
  height: 15px;
}
.container-right #pro-list .pro .goods-content .pro-bottom .cart span {
  vertical-align: middle;
}
#noResult2 {
  padding: 200px;
  text-align: center;
}
.mart20 {
  margin-top: 20px;
}
.marb10 {
  margin-bottom: 10px;
}
.checkSpell {
  height: 60px;
  background: #FFF8DB;
  border: 1px solid #E9EFF3;
  padding: 5px;
  padding-left: 40px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  line-height: 48px;
}
.checkSpell span {
  font-size: 14px !important;
  font-weight: 600;
  color: #17181D !important;
}
.checkSpell .col0172 {
  color: #FF6900;
}
.checkSpell .keywords {
  color: #BE2038 !important;
  font-weight: 900;
}
.checkSpell .key {
  margin-left: 15px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  padding: 0 6px;
  height: 20px;
  background: #FFFFFF;
  color: #17181D !important;
  border: 1px solid #E9EFF3;
}
.checkSpellNo {
  padding: 17px;
  padding-left: 40px;
}
.checkSpellNo::after {
  top: 19px;
}
.zero {
  background: none !important;
  border: 1px solid #fff !important;
}
.color1 {
  color: #BE2038;
}
.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: #BE2038;
}
.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;
}
.custom-noresult {
  background-color: #fff;
  position: relative;
}
.custom-noresult .custom-noResult {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.custom-noresult .custom-noResult .info {
  margin-top: 38px;
  font-size: 14px;
  font-weight: 400;
  color: #818181;
}
.custom-noresult .custom-noResult .info .keywords {
  color: #BE2038 !important;
}
.custom-attr-wrapper .custom-item-box .type {
  background-color: #fff;
  border-top: 1px solid #eee !important;
  border-left: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
}
.custom-attr-wrapper .custom-item-box:last-child .type {
  border-bottom: 1px solid #eee !important;
}
.custom-attr-wrapper .key {
  width: 126px !important;
  box-sizing: border-box;
  background-color: #f8f8f8;
  text-align: left !important;
  padding-left: 20px !important;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
}
.custom-attr-wrapper .value {
  padding: 0 0 0 20px !important;
}
.custom-attr-wrapper .value .brand ul li {
  width: auto !important;
}
.custom-attr-wrapper .fun {
  margin-top: 10px !important;
}
.custom-attr-wrapper .attr-box {
  width: 100%;
  height: 40px;
  position: relative;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}
.custom-attr-wrapper .attr-box .key {
  font-size: 12px;
  font-weight: 400;
  color: #333333 !important;
  background-color: #f8f8f8 !important;
}
.custom-attr-wrapper .attr-box .active {
  background-color: #fff !important;
  border-left: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
  box-shadow: 4px 0 4px #eee;
}
.custom-attr-wrapper .attr-box .active span.title {
  color: #BE2038 !important;
}
.custom-attr-wrapper .attr-box .icon-top-up {
  width: 10px;
  height: 12px;
  background-position: -22px -140px;
  transform: rotate(-90deg);
}
.custom-attr-wrapper .attr-box ul {
  width: 1070px;
  display: inline-block;
  margin-left: 126px;
  position: relative;
  box-sizing: border-box;
  padding: 0 48px 0 43px;
}
.custom-attr-wrapper .attr-box ul .check-item {
  display: inline-block;
  padding: 0px 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.custom-attr-wrapper .attr-box ul .check-item .check-wrapper {
  position: absolute;
  top: 40px;
  left: -45px;
  width: 1076px;
  height: 40px;
  background-color: #fff;
  z-index: 99;
  border: 1px solid #eee;
  border-top: 0;
  text-align: left;
  padding: 0 34px 0 48px;
  box-sizing: border-box;
}
.custom-attr-wrapper .attr-box ul .check-item .check-wrapper a {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.custom-attr-wrapper .attr-box ul .check-item .check-wrapper a .attr-item {
  line-height: 19px !important;
}
.custom-attr-wrapper .attr-box ul .check-item .check-wrapper .attr-item-self {
  padding: 0 7px !important;
}
.custom-attr-wrapper .attr-box ul .expand {
  min-height: 40px;
  height: auto !important;
}
.custom-attr-wrapper .attr-box ul .fun {
  float: unset !important;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 0 !important;
  margin-top: 0 !important;
  height: 24px;
  z-index: 100;
}
.custom-attr-wrapper .attr-box ul .fun .multi {
  line-height: 14px !important;
  height: 20px !important;
}
.custom-attr-wrapper .attr-box ul .fun a:first-child {
  top: -8px;
  right: -22px;
}
.custom-attr-wrapper .attr-box ul .fun a:last-child {
  top: -8px;
  right: -80px;
}
.custom-attr-wrapper .attr-box ul .multi-confirm {
  margin-left: 60px !important;
}
.custom-attr-wrapper .attr-box ul .multi-confirm button {
  border-radius: 0 !important;
}
.custom-attr-wrapper .attr-box ul .multi-confirm button.cancel {
  background-color: #fff !important;
}
.custom-attr-wrapper .attr-box ul .selected {
  border: 1px solid #BE2038 !important;
}
.custom-attr-wrapper .attr-box ul .close-tag {
  background-color: #BE2038;
  color: #fff;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -1px;
  right: -20px;
  box-sizing: border-box;
  text-align: center;
}
.custom-attr-wrapper .attr-box ul .activeBtn {
  cursor: pointer !important;
  color: #fff !important;
  background-color: #BE2038 !important;
}
.category-wrapper {
  background: #FFF8DB !important;
  border: 1px solid #E9EFF3 !important;
  min-height: auto !important;
}
.category-wrapper .info {
  padding: 14px 48px;
}
.category-wrapper .info span:first-child {
  margin-bottom: 8px;
}
.category-wrapper .info::after {
  top: 18px !important;
}
.activity-box {
  width: 100%;
  position: relative;
  margin-top: 20px;
  text-align: center;
  height: 110px !important;
  box-sizing: border-box;
}
.activity-box .activity-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.activity-box .activity-title {
  background-color: transparent !important;
  font-size: 20px;
  color: #17181D;
  line-height: 24px;
  margin-bottom: 10px;
  width: 100% !important;
  padding-top: 18px;
}
.activity-box .activity-title img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.activity-box .activity-title span {
  vertical-align: middle;
}
.activity-box .promotion-cart-ext {
  background-color: transparent !important;
  font-size: 12px;
  color: #BE2038;
  line-height: 16px;
}
.activity-box .promotion-cart-ext .message {
  width: 100% !important;
}
.custom-filter-wrapper .key {
  background-color: #f8f8f8 !important;
  color: #333333 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 36px !important;
}
.custom-filter-wrapper .value {
  margin-left: 128px !important;
}
.custom-filter-wrapper .value .brand .brand-box {
  padding: 7px 0 7px;
}
.custom-filter-wrapper .value .brand .brand-box li {
  height: 20px;
  line-height: 18px;
  cursor: pointer;
  margin-right: 40px !important;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 0 !important;
  margin-right: 10px;
}
.custom-filter-wrapper .value .brand .brand-box li a {
  display: inline-block !important;
  padding: 0 4px;
}
.custom-filter-wrapper .value .brand .brand-box li a span {
  font-size: 12px !important;
  font-weight: 400;
  color: #17181D !important;
}
.custom-filter-wrapper .value .brand .brand-box li.selected {
  border: 1px solid #BE2038;
}
.custom-filter-wrapper .value .brand .brand-box li.selected a {
  margin-right: 0 !important;
  color: #BE2038 !important;
}
.custom-filter-wrapper .value .brand .brand-box li .close-tag-1 {
  display: inline-block;
  color: #fff;
  background-color: #BE2038;
  text-align: center;
  font-size: 14px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  right: -20px;
}
.custom-filter-wrapper .fun {
  margin-top: 8px !important;
}
.custom-filter-wrapper .fun .multi {
  padding: 3px 6px !important;
}
.custom-filter-wrapper .fun .multi img {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.custom-filter-wrapper .fun .multi::after {
  width: 0 !important;
  height: 0 !important;
}
.custom-filter-wrapper .multi-confirm button {
  border-radius: 0 !important;
  width: 40px !important;
  max-width: 40px !important;
  border: 0 !important;
  box-sizing: border-box;
}
.custom-filter-wrapper .multi-confirm .cancel {
  background-color: #fff !important;
  border: 1px solid #eee !important;
}
.custom-search-container .custom-header-box {
  height: 120px !important;
}
.custom-search-container .custom-header-box .logo {
  max-width: 280px !important;
  height: 120px !important;
  margin: 0 !important;
}
.custom-search-container .custom-header-box .logo a {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.custom-search-container .custom-header-box .logo a img {
  height: auto !important;
}
.custom-search-container .custom-header-box .search {
  margin-top: 0 !important;
  margin-right: 0 !important;
  width: 480px !important;
  position: relative;
  top: 50%;
  left: -41px;
  transform: translateY(-36%);
  z-index: 10;
}
.custom-search-container .custom-header-box .search .search-text .search-ipt {
  width: 400px !important;
  height: 40px !important;
  box-sizing: border-box;
}
.custom-search-container .custom-header-box .search .search-text .search-top-btn-custom {
  width: 80px !important;
  height: 40px !important;
  background: #BE2038;
  border: 2px solid #BE2038;
  color: #fff !important;
}
.custom-search-container .custom-header-box .shopCar {
  position: relative !important;
  top: 50% !important;
  transform: translateY(-60%);
  right: 10px !important;
  width: 140px !important;
  background: #F8F8F8 !important;
  border: 2px solid #BE2038 !important;
}
.custom-search-container .custom-header-box .shopCar .car-shop {
  width: 100% !important;
  border: 0 !important;
  text-indent: 16px;
  font-weight: bold;
}
.custom-header {
  background-color: #fff !important;
}
.custom-header .home-container {
  height: 40px !important;
}
.custom-header .home-container .main-nav .nav-wrapper li a {
  height: 40px !important;
  font-size: 14px !important;
  font-weight: 500;
  color: #17181D !important;
}
.custom-tip-box {
  position: fixed !important;
}
.custom-repeat-search .noResult {
  background: #FFF8DB !important;
  border: 1px solid #E9EFF3 !important;
  padding: 0 !important;
  display: block !important;
}
.custom-repeat-search .info::after {
  width: 0 !important;
  height: 0 !important;
}
.custom-repeat-search .info .row {
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #17181D !important;
  height: 18px;
  line-height: 18px;
}
.custom-repeat-search .info .row .keywords {
  color: #BE2038 !important;
}
.custom-repeat-search .info .row:first-child {
  margin-bottom: 11px !important;
}
.custom-repeat-search .info .row:nth-child(2) {
  height: 20px !important;
  line-height: 1 !important;
}
.custom-repeat-search .info .row .key {
  font-size: 12px !important;
  height: 20px !important;
  line-height: 19px !important;
  border: 1px solid #E5E5E5 !important;
  box-sizing: border-box;
  vertical-align: middle;
}
.custom-repeat-search .info span {
  vertical-align: middle;
}
