/* 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;
}
/* 表单样式 */
.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
  }
} */
/* 顶部 */
.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;
}
/* tab选择 */
.hhtabs {
  position: relative;
  height: 45px;
  margin-top: 10px;
}
.hhtabs a {
  float: left;
  padding: 0 25px;
  color: #17181C;
  font-size: 16px;
  line-height: 44px;
}
.hhtabs .active {
  height: 43px;
  color: #BE2038;
  border-top-width: 2px;
  border-color: #BE2038;
  border-bottom: 2px solid #BE2038;
  cursor: default;
}
.hhtabs .pagecount {
  float: right;
  margin-top: 20px;
}
.hhtabs .last {
  border-right: 1px solid #ddd;
}
.hhtabs2 {
  height: 44px;
  border: 1px solid #eee;
  background-color: #f4f4f4;
}
.hhtabs2 a {
  float: left;
  height: 44px;
  padding: 0 39px;
  line-height: 44px;
}
.hhtabs2 .active {
  color: #BE2038;
  border-top: 2px solid #BE2038;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  background-color: #fff;
  cursor: pointer;
}
.hhtabs2 .noleft {
  border-left: none;
}
.hhtabs3 {
  height: 148px;
  margin-top: 20px;
}
.hhtabs3 .tab {
  float: left;
  width: 99px;
  margin: 0 20px;
  text-align: center;
  cursor: pointer;
}
.hhtabs3 .i {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  border-radius: 40px;
  background-color: #E9E9E9;
}
.hhtabs3 .t {
  width: 100px;
  height: 34px;
  margin-bottom: 12px;
  line-height: 34px;
  border-radius: 3px;
  background-color: #E9E9E9;
}
.hhtabs3 i {
  margin-top: 18px;
}
.hhtabs3 .arrow-top {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-right: 12px solid #fff;
  border-bottom: 12px solid #fff;
  border-left: 12px solid #fff;
}
.hhtabs3 .active .i,
.hhtabs3 .active .t {
  color: #fff;
  background-color: #BE2038;
}
.hhtabs3 .active .arrow-top {
  border-bottom: 12px solid #E9E9E9;
}
/* 分页 */
#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;
}
.datetimepicker {
  display: inline-block;
  margin-right: 15px;
}
.datetimepicker .date-title {
  display: inline-block;
  float: left;
  margin-top: 8px;
}
.datetimepicker .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.datetimepicker .input-group .date-time-picker-input {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 120px;
  margin-bottom: 0;
  height: 33px;
  font-size: 14px;
  line-height: 33px;
  padding: 0px 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
  border-radius: 2px;
  color: #555;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  overflow: visible;
  margin: 0;
}
.datetimepicker .input-group .date-time-picker-input:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.datetimepicker .input-group .date-time-picker-input:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.datetimepicker .input-group .input-group-addon {
  border-radius: 0;
  line-height: .9;
  background-color: #fff;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 15px;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  padding: 0 5px;
}
.datetimepicker .input-group .timeiconbg {
  border: 1px solid #ddd;
  background: url('../../images/time-input-icon.png') right no-repeat;
}
.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;
}
.stepState {
  left: 76px;
  display: block;
  position: relative;
  height: 100px;
  width: 920px;
  top: 44px;
}
.stepState li {
  position: relative;
  text-align: center;
  width: 20%;
  padding-top: 22px;
  float: left;
}
.stepState li i {
  width: 40px;
  height: 40px;
  z-index: 99;
  position: absolute;
  left: 0;
}
.stepState li label {
  font-size: 20px;
  font-style: initial;
  line-height: 40px;
  color: #D8D8D8;
}
.stepState li.current label {
  font-size: 20px;
  font-style: initial;
  line-height: 40px;
  color: #77AB40;
}
.stepState li.current h4 {
  color: #77AB40!important;
}
.stepState li.current h5 cite {
  border-color: transparent transparent transparent #BE2038 !important;
}
.stepState li.active h4 {
  color: #77AB40!important;
}
.stepState li.active h5 address {
  background-color: #77AB40!important;
}
.stepState li.active h5 cite {
  border-color: transparent transparent transparent #BE2038 !important;
}
.stepState li.active-no-active-i h5 address {
  background-color: #77AB40!important;
}
.stepState li.active-no-active-i h5 cite {
  border-color: transparent transparent transparent #BE2038 !important;
}
.stepState li.active-no-active-i h4 {
  color: #77AB40;
}
.stepState li:nth-child(1) i {
  background: #fff url('../../../images/process-active2.png') no-repeat;
  background-size: 100%;
}
.stepState li:nth-child(1).current i {
  background: #fff url('../../../images/process-active2.png') no-repeat;
  background-size: 100%;
}
.stepState li:nth-child(1).active i {
  background: #fff url('../../../images/process-active2.png') no-repeat;
  background-size: 100%;
}
.stepState li:nth-child(1).active-no-active-i i {
  background: #fff url('../../../images/process-active2.png') no-repeat;
  background-size: 100%;
}
.stepState li:nth-child(2) i {
  background: #fff url('../../../images/process-db.png') no-repeat;
  background-size: 100%;
}
.stepState li:nth-child(2).current i {
  background: #fff url('../../../images/process-active.png') no-repeat;
  background-size: 100%;
}
.stepState li:nth-child(2).active i {
  background: #fff url('../../../images/process-active2.png') no-repeat;
  background-size: 100%;
}
.stepState li:nth-child(3) i {
  background: #fff url('../../../images/process-db.png') no-repeat;
  background-size: 100%;
}
.stepState li:nth-child(3).current i {
  background: #fff url('../../../images/process-active.png') no-repeat;
  background-size: 100%;
}
.stepState li:nth-child(3).active i {
  background: #fff url('../../../images/process-active2.png') no-repeat;
  background-size: 100%;
}
.stepState li:nth-child(4) i {
  background: #fff url('../../../images/process-db.png') no-repeat;
  background-size: 100%;
}
.stepState li:nth-child(4).current i {
  background: #fff url('../../../images/process-active.png') no-repeat;
  background-size: 100%;
}
.stepState li:nth-child(4).active i {
  background: #fff url('../../../images/process-active2.png') no-repeat;
  background-size: 100%;
}
.stepState li:nth-child(5) i {
  background: #fff url('../../../images/process-db.png') no-repeat;
  background-size: 100%;
}
.stepState li:nth-child(5).current i {
  background: #fff url('../../../images/process-active.png') no-repeat;
  background-size: 100%;
}
.stepState li:nth-child(5).active i {
  background: #fff url('../../../images/process-active2.png') no-repeat;
  background-size: 100%;
}
.stepState li span {
  position: absolute;
  left: 97px;
  top: 14px;
  z-index: 99;
  font-size: 12px;
  color: #333;
}
.stepState li span label {
  width: 10px;
  height: 10px;
  background-color: #BE2038;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 27px;
}
.stepState li h4 {
  position: absolute!important;
  width: 100%;
  text-align: center;
  left: -70px;
  bottom: -82px;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 18px;
  color: #333;
}
.stepState li p {
  position: absolute!important;
  width: 100%;
  text-align: center;
  left: -70px;
  bottom: -92px;
  font-size: 12px;
  line-height: 16px;
  color: #999;
}
.stepState li h5 {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 26px;
  left: 5px;
}
.stepState li h5 address {
  width: 80%;
  background-color: #ccc;
  height: 2px;
  display: block;
  z-index: 9;
  position: absolute;
  margin: 0px 19%;
}
.stepState 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 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;
}
.rcProcess li {
  float: none;
  flex: 1;
  width: auto;
}
.rcProcess li:nth-child(3) {
  width: 150px;
  flex: none;
}
.rcProcess li:nth-child(3) h4 {
  position: absolute!important;
  width: 100%;
  text-align: center;
  left: -54px;
  bottom: -88px;
  font-weight: normal;
  color: #818181;
}
.rcProcess li:nth-child(3) p {
  position: absolute!important;
  width: 100%;
  text-align: center;
  left: -54px;
  bottom: -108px;
  color: #999;
}
.rcProcess li:nth-child(3) i {
  background-position: -10px -10px;
}
.rcProcess li:nth-child(3).current i {
  background-position: -190px -10px !important;
}
.rcProcess li:nth-child(3).active i {
  background-position: -190px -10px !important;
}
.rcProcess li h4 {
  position: absolute!important;
  width: 100%;
  text-align: center;
  left: -170px;
  bottom: -88px;
  font-weight: normal;
  color: #818181;
}
.rcProcess li p {
  position: absolute!important;
  width: 100%;
  text-align: center;
  left: -170px;
  bottom: -108px;
  color: #999;
}
.rcProcess li h5 address {
  margin: 0px 12%;
  width: 88%;
}
.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;
}
/* 右侧固定导航 */
.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;
}
.none-goods-box,
.none-goodItem,
.none-favorite-box,
.none-order,
.collection-none,
.history-none,
.award-none,
.main-none,
.not-prod,
.not-invoice,
.evaluate-none,
.consult-no {
  margin: 50px auto;
  text-align: center;
}
.none-goodItem .none-left {
  display: inline-block;
  vertical-align: middle;
}
.none-goodItem .none-left span {
  display: block;
  width: 58px;
  height: 60px;
  background: url('../../images/company/company-bitmap.png') no-repeat -433px 0px;
}
.none-goodItem .none-right {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.none-goods-box .collection-left {
  display: inline-block;
  vertical-align: middle;
}
.none-goods-box .collection-left span {
  display: block;
  width: 60px;
  height: 54px;
  background: url('../../images/company/company-bitmap.png') no-repeat -417px -72px;
}
.none-goods-box .collection-right {
  display: inline-block;
  vertical-align: middle;
}
.none-goods-box .collection-right span {
  font-size: 16px;
}
.none-favorite-box .collection-left {
  display: inline-block;
  vertical-align: middle;
}
.none-favorite-box .collection-left span {
  display: block;
  width: 77px;
  height: 60px;
  background: url('../../images/company/company-bitmap.png') no-repeat 0px -72px;
}
.none-favorite-box .collection-right {
  display: inline-block;
  vertical-align: middle;
}
.none-favorite-box .collection-right span {
  font-size: 16px;
}
.none-order .none-left {
  display: inline-block;
  vertical-align: middle;
}
.none-order .none-left span {
  display: block;
  width: 58px;
  height: 60px;
  background: url('../../images/company/company-bitmap.png') no-repeat -433px 0px;
}
.none-order .none-right {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.evaluate-none .none-left {
  display: inline-block;
  vertical-align: middle;
}
.evaluate-none .none-left span {
  display: block;
  height: 60px;
  width: 60px;
  background: url('../../images/company/company-bitmap.png') no-repeat -177px -72px;
}
.evaluate-none .none-right {
  display: inline-block;
  vertical-align: middle;
}
.evaluate-none .none-right span {
  font-size: 16px;
}
.exchange-none {
  font-size: 0;
  margin: 30px auto 60px;
  min-width: 200px;
  text-align: center;
}
.exchange-none .exchange-left {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.exchange-none .exchange-left span {
  display: block;
  width: 64px;
  height: 64px;
  background: url('../../images/company/company-bitmap.png') no-repeat -504px 0px;
}
.exchange-none .exchange-right {
  vertical-align: middle;
  display: inline-block;
}
.exchange-none .exchange-right span {
  font-size: 16px;
}
.collection-none .collection-left {
  display: inline-block;
  vertical-align: middle;
}
.collection-none .collection-left span {
  display: block;
  width: 60px;
  height: 54px;
  background: url('../../images/company/company-bitmap.png') no-repeat -417px -72px;
}
.collection-none .collection-right {
  display: inline-block;
  vertical-align: middle;
}
.collection-none .collection-right span {
  font-size: 16px;
}
.history-none {
  padding-top: 60px;
}
.history-none .history-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.history-none .history-left span {
  display: block;
  width: 77px;
  height: 60px;
  background: url('../../images/company/company-bitmap.png') no-repeat 0px -72px;
}
.history-none .history-right {
  display: inline-block;
  vertical-align: middle;
}
.history-none .history-right span {
  font-size: 16px;
}
.award-none .award-left {
  display: inline-block;
  vertical-align: middle;
}
.award-none .award-left span {
  display: block;
  width: 53px;
  height: 60px;
  background: url('../../images/company/company-bitmap.png') no-repeat -588px 0px;
}
.award-none .award-right {
  display: inline-block;
  vertical-align: middle;
}
.award-none .award-right span {
  font-size: 16px;
}
#coupon .award-none .award-left span {
  width: 60px;
  height: 40px;
  background: url('../../images/company/company-bitmap.png') no-repeat -661px 0px;
}
.main-none .main-left {
  display: inline-block;
  vertical-align: middle;
}
.main-none .main-left span {
  display: block;
  height: 64px;
  width: 64px;
  background: url('../../images/company/company-bitmap.png') no-repeat -504px 0px;
}
.main-none .main-right {
  display: inline-block;
  vertical-align: middle;
}
.main-none .main-right span {
  font-size: 16px;
}
.not-prod i {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url('../../images/company/company-bitmap.png') no-repeat -291px -1px;
}
.consult-no {
  position: relative;
  width: 240px;
}
.consult-no span {
  display: block;
  height: 62px;
  line-height: 62px;
  position: relative;
}
.consult-no i {
  position: absolute;
  width: 62px;
  height: 62px;
  background: url('../../images/company/company-bitmap.png') no-repeat -221px 0px;
  top: 0px;
  left: -10px;
}
.cont .consultEnglish-no {
  width: 360px;
}
.not-invoice i {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url('../../images/company/company-bitmap.png') no-repeat -362px 0px;
}
.message-none {
  width: 210px;
  margin: 20px auto 500px;
  font-size: 0;
}
.message-none .message-left {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.message-none .message-left span {
  display: block;
  width: 60px;
  height: 60px;
  background: url('../../images/company/company-bitmap.png') no-repeat -257px -72px;
}
.message-none .message-right {
  display: inline-block;
  vertical-align: middle;
}
.message-none .message-right span {
  font-size: 16px;
  color: #17181C;
}
.history-time-none {
  margin: 160px auto 0px;
  width: 216px;
}
.history-time-none .none-img {
  display: inline-block;
  height: 53px;
  width: 50px;
  vertical-align: middle;
  margin-right: 15px;
}
.history-time-none .none-text {
  vertical-align: middle;
}
.address-none {
  width: 210px;
  margin: 30px auto 60px;
  font-size: 0;
}
.address-none .none-left {
  display: inline-block;
  vertical-align: middle;
}
.address-none .none-left span {
  display: block;
  height: 60px;
  width: 64px;
  background: url('../../images/company/company-bitmap.png') no-repeat -148px 0;
}
.address-none .none-right {
  display: inline-block;
  vertical-align: middle;
}
.address-none .none-right span {
  font-size: 16px;
}
.custom-btn {
  cursor: pointer;
}
.member-price-text {
  padding: 1px 6px;
  font-size: 14px;
  border-radius: 0;
  background: rgba(190, 32, 56, 0.15) !important;
  color: #BE2038 !important;
  height: 24px;
  line-height: 24px;
  border-radius: 12px !important;
  border: none !important;
  display: inline-block;
}
/*
color list
*/
.c999 {
  color: #999;
}
.c666 {
  color: #666;
}
.c21 {
  color: #212121;
}
.c81 {
  color: #818181;
}
/* 会员中心 */
.isShow {
  display: none;
}
body {
  background-color: #f4f4f4;
}
.center-crumb-arrowhead {
  margin: 0 5px;
  height: 10px;
  display: inline-block;
  width: 6px;
  background: url('../../images/icon-sprites.png') no-repeat -443px -718px;
}
.home-allTitle {
  font-size: 14px;
  height: 40px;
  padding: 12px 0px;
  line-height: 16px;
  font-weight: 900;
  color: #17181D;
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
  margin: 0 20px;
  box-sizing: border-box;
}
.home-allTitle h2 {
  margin: 0 !important;
  font-size: 14px !important;
}
.new-home-allTitle {
  font-size: 14px;
  height: 40px;
  padding: 12px 20px;
  line-height: 16px;
  font-weight: 900;
  color: #17181D;
  background-color: #ffffff;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.new-home-allTitle h2 {
  margin: 0 !important;
  font-size: 14px !important;
}
#member::after {
  content: '';
  overflow: hidden;
  clear: both;
}
#member .side-nav {
  float: left;
  width: 200px;
  min-height: 580px;
  overflow: hidden;
  background-color: #ffffff;
}
#member .side-nav .vertical-nav {
  padding-top: 12px;
  padding-bottom: 20px;
}
#member .side-nav .menu-child {
  position: relative;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 40px;
  margin-top: 0;
  padding-bottom: 0px;
  height: 34px;
  line-height: 34px;
  color: #515151;
}
#member .side-nav .menu-child i {
  display: none;
}
#member .side-nav .menu-child:hover {
  color: #BE2038;
}
#member .side-nav .accountInfo-box .menu-child {
  padding-left: 32px;
  height: 40px;
  line-height: 40px;
}
#member .side-nav .accountInfo-box .menu-child i {
  display: none;
}
#member .side-nav .accountInfo-box .menu-child.active {
  position: relative;
  color: #BE2038;
  font-weight: bold;
}
#member .side-nav .accountInfo-box .menu-child.active:hover {
  color: #BE2038;
}
#member .side-nav .accountInfo-box .menu-child.active::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 20px;
  background: #BE2038;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#member .side-nav .accountInfo-box .menu-child:hover {
  background: rgba(190, 32, 56, 0.1);
  color: #515151;
}
#member .side-nav .menu-child.active {
  color: #BE2038;
  position: relative;
}
#member .side-nav .menu-child.activeShow {
  color: #BE2038;
}
#member .side-nav .menu-title {
  position: relative;
  display: block;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #17181D;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 40px;
  margin-top: 12px;
  margin-bottom: 8px;
}
#member .side-nav .hide a {
  display: none;
}
#member .side-nav .hide span {
  color: #000;
  border-bottom: none;
  background-color: #f4f4f4;
}
#member .side-nav .hide span:after {
  top: 17px;
  width: 7px;
  height: 12px;
  background-position: -25px -126px;
}
#member .side-nav .icon-user2 {
  margin-right: 11px;
}
#member .side-nav .icon-circle {
  display: none;
  position: absolute;
  top: 15px;
  left: -20px;
}
#member .content {
  float: right;
  width: 980px;
  position: relative;
  min-height: 500px;
}
#member .content .mt {
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
}
#member .content .mt h2 {
  color: #000;
  font-size: 16px;
}
#member .content .mt .kefu {
  margin-left: 100px;
  color: #BE2038;
  font-size: 16px;
}
#member .content .mt .linkr {
  margin-top: 4px;
  float: right;
}
#member .content .mt .linkr a {
  color: #8F442B;
}
#member .content .mt .head {
  float: left;
  width: 4px;
  height: 17px;
  margin-top: 2px;
  margin-right: 9px;
  font-size: 0;
  background-color: #ad1d33;
}
#member .content .mc .form .btn {
  width: 200px;
}
#member .content .mc .form .sms {
  width: 103px;
}
#member .content .mc .form .smsBtn {
  float: left;
  width: 120px;
  margin-left: 5px;
  color: #777;
  font-size: 12px;
  background-color: #eee;
}
#member .content .memberInfo {
  height: 170px;
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  margin-top: 5px;
}
#member .content .memberInfo .imgTitle img {
  height: 72px;
  width: 72px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
#member .content .memberInfo .info {
  width: 200px;
  padding-right: 36px;
  position: relative;
}
#member .content .memberInfo .info .right-line {
  position: absolute;
  height: 139px;
  width: 1px;
  background-color: #ddd;
  top: -25px;
  right: 38px;
}
#member .content .memberInfo .info span {
  display: block;
}
#member .content .memberInfo .info .experience {
  width: 160px;
  height: 12px;
  background-color: #ccc;
  text-align: center;
  line-height: 12px;
  border-radius: 6px;
  color: #fff;
  position: relative;
}
#member .content .memberInfo .info .experience .progressText {
  position: absolute;
  z-index: 100;
  left: 50%;
  margin-left: -25px;
}
#member .content .memberInfo .info .experience .progressB {
  position: absolute;
  top: 0px;
  width: 0px;
  background: #ffa500;
  height: 12px;
  max-width: 161px;
  border-radius: inherit;
}
#member .content .memberInfo .info .account-save {
  height: 42px;
  line-height: 42px;
}
#member .content .memberInfo .info .text-color {
  color: #0066cc;
}
#member .content .memberInfo .info .color-text {
  color: #999;
}
#member .content .memberInfo .info b {
  font-weight: normal;
}
#member .content .memberInfo .info .level {
  display: inline-block;
  width: 60px;
  height: 18px;
  border-radius: 8px;
  background-color: #BE2038;
  color: #fff;
  position: relative;
  font-size: 11px;
  text-align: center;
  margin-right: 8px;
}
#member .content .memberInfo .info .level-text {
  display: inline-block;
}
#member .content .memberInfo .info .name {
  font-size: 18px;
  height: 26px;
}
#member .content .memberInfo .changeTop {
  top: 0px;
}
#member .content .memberInfo .line-right {
  float: left;
  height: 102px;
  width: 1px;
  background-color: #ddd;
  margin-right: 40px;
}
#member .content .memberInfo .card-item {
  float: left;
  width: 106px;
  min-height: 88px;
  /* margin-right: 52px; */
  position: relative;
  text-align: center;
  font-size: 12px;
}
#member .content .memberInfo .card-item .change-color {
  color: #BE2038 !important;
}
#member .content .memberInfo .card-item .text-color {
  color: #0066cc;
}
#member .content .memberInfo .card-item .color-text {
  color: #999;
}
#member .content .memberInfo .card-item b {
  font-weight: normal;
}
#member .content .memberInfo .card-item .margin0 {
  margin: 0px;
  height: 21px;
}
#member .content .memberInfo .card-item .color-change {
  color: #999;
}
#member .content .memberInfo .card-item a {
  display: block;
  position: absolute;
  top: -11px;
  left: 25px;
  width: 85px;
  height: 18px;
  background-color: #BE2038;
  color: #fff;
  text-align: center;
  border-radius: 9px;
  z-index: 10;
  font-size: 12px;
}
#member .content .memberInfo .card-item p {
  margin-top: 7px;
  font-weight: 900;
  font-size: 16px;
}
#member .content .memberInfo .card-item span {
  display: inline-block;
  width: 36px;
  height: 36px;
}
#member .content .memberInfo .card-item .display-inline {
  margin: 0px;
  font-size: 12px;
  font-weight: normal;
}
#member .content .memberInfo .card-item .card-one {
  background: url('../../images/company/company-icon.png') no-repeat -54px -207px;
  left: 0px;
}
#member .content .memberInfo .card-item .card-two {
  background: url('../../images/company/company-icon.png') no-repeat -166px -207px;
  left: 0px;
}
#member .content .memberInfo .card-item .card-three {
  background: url('../../images/company/company-icon.png') no-repeat -110px -207px;
  left: 0px;
}
#member .content .memberInfo .card-item .card-fore {
  background: url('../../images/company/company-icon.png') no-repeat 0px -207px;
  left: 15px;
}
#member .content .memberInfo .card-item .card-five {
  background: url('../../images/company/company-icon.png') no-repeat -218px -209px;
  left: 12px;
}
#member .content .memberInfo .card-item .card-six {
  background: url('../../images/company/company-icon.png') no-repeat -274px -209px;
  left: 0px;
}
#member .content .memberInfo .card {
  margin-left: 35px;
}
#member .content .memberInfo .user-info-bg {
  position: absolute;
  top: -5px;
  left: 0;
  width: 328px;
  height: 160px;
  z-index: 2;
  background: url('../../images/company/home-bg.png') no-repeat;
}
#member .content .memberInfo .user-info {
  position: absolute;
  width: 328px;
  height: auto;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 30;
}
#member .content .memberInfo .user-info .info-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  vertical-align: middle;
  border: 4px solid #fff;
}
#member .content .memberInfo .user-info .info-desc {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
#member .content .memberInfo .user-info .info-desc .name {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 14px !important;
  display: flex;
  align-items: center;
}
#member .content .memberInfo .user-info .info-desc .name .name-text {
  max-width: 120px;
  margin-right: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
#member .content .memberInfo .user-info .info-desc .name .user-tag {
  display: inline-block;
  width: 64px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-image: linear-gradient(-90deg, #B39D64 0%, #CEBE9B 100%);
  border-radius: 30px;
  font-size: 12px;
  margin-left: 8px;
}
#member .content .memberInfo .user-info .info-desc .account-save {
  width: 172px;
}
#member .content .memberInfo .user-info .info-desc .account-save .cloud-value {
  padding: 0 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  border: 1px solid #ffffff;
  border-radius: 20px;
}
#member .content .memberInfo .user-info .info-desc .account-save .grow-desc {
  width: 100%;
  margin: 0;
  margin-bottom: 8px;
  color: #fff;
}
#member .content .memberInfo .user-info .info-desc .account-save .grow-desc > span {
  letter-spacing: 0;
  line-height: 18px;
  font-size: 12px;
}
#member .content .memberInfo .user-info .info-desc .account-save .grow-desc > span:last-child {
  float: right;
  vertical-align: middle;
}
#member .content .memberInfo .user-info .info-desc .account-save .progress {
  width: 100%;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  position: relative;
  margin: 0;
}
#member .content .memberInfo .user-info .info-desc .account-save .progress .progress-precent {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  background-color: #fff;
  z-index: 33;
}
#member .content .memberInfo .card-wrapper {
  float: right;
  position: relative;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#member .content .memberInfo .card-wrapper .card-item {
  float: left;
  min-height: 80px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  width: 208px;
  position: relative;
  border-right: 2px dotted #eee;
}
#member .content .memberInfo .card-wrapper .card-item:last-child {
  border-right: none;
}
#member .content .memberInfo .card-wrapper .card-item .display-inline {
  font-size: 12px;
  color: #818181;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
#member .content .memberInfo .card-wrapper .card-item .display-inline img {
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
#member .content .memberInfo .card-wrapper .card-item .display-inline span {
  width: auto;
  height: auto;
  vertical-align: middle;
}
#member .content .memberInfo .card-wrapper .card-item .change-color {
  font-size: 24px;
  color: #BE2038 !important;
  line-height: 24px;
  margin: 6px 0 16px;
}
#member .content .memberInfo .card-wrapper .card-item .link {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
#member .content .memberInfo .card-wrapper .card-item .link a {
  position: static !important;
  background-color: #fff !important;
  font-size: 12px;
  height: 12px;
  color: #326FAC;
  line-height: 16px;
  display: inline-block;
  font-weight: normal;
}
#member .content .memberInfo .card-wrapper .card-item-four {
  width: 155px;
}
#member .content .memberInfo .clear {
  visibility: hidden;
  clear: both;
}
#member .content .memberInfo .balance_conversion_mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 1000;
}
#member .content .memberInfo .balance_conversion_mask .mask_box {
  width: 250px;
  padding: 20px 0 0;
  margin-top: 200px;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#member .content .memberInfo .balance_conversion_mask .mask_box .mask_close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8px;
  top: 8px;
}
#member .content .memberInfo .balance_conversion_mask .mask_box .mask_title {
  width: 40px;
  height: 40px;
}
#member .content .memberInfo .balance_conversion_mask .mask_box .mask_content {
  padding: 15px 25px 20px;
  line-height: 24px;
}
#member .content .memberInfo .balance_conversion_mask .mask_box .mask_content .balance_conversion_mask_money {
  color: #BE2038;
  font-weight: bold;
}
#member .content .memberInfo .balance_conversion_mask .mask_box .mask_btn {
  width: 100%;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  background-color: #BE2038;
  cursor: pointer;
}
#member .content .band {
  height: 39px;
  line-height: 39px;
  background-color: #fafafa;
  font-size: 14px;
  font-weight: bold;
}
#member .content .band .c1 {
  float: left;
}
#member .content .band-right {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #818181 !important;
}
#member .content .band-right span {
  vertical-align: middle;
}
#member .content .band-right i {
  transform: rotate(-90deg);
  vertical-align: middle;
  margin-left: 4px !important;
  margin-bottom: 2px;
}
#member .order-detail {
  float: left;
  width: 1200px;
}
#member .order-detail .mt {
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
}
#member .order-detail .mt h2 {
  color: #000;
  font-size: 16px;
}
#member .order-detail .mt .linkr {
  margin-top: 4px;
}
#member .order-detail .mt .linkr a {
  color: #8F442B;
}
#member .order-detail .mt .head {
  float: left;
  width: 4px;
  height: 17px;
  margin-top: 2px;
  margin-right: 9px;
  font-size: 0;
  background-color: #ad1d33;
}
#member .order-detail .mc .form .btn {
  width: 200px;
}
#member .order-detail .mc .form .sms {
  width: 103px;
}
#member .order-detail .mc .form .smsBtn {
  float: left;
  width: 120px;
  margin-left: 5px;
  color: #777;
  font-size: 12px;
  background-color: #eee;
}
#member .order-detail .memberInfo {
  height: 125px;
  padding: 60px 0px 20px 20px;
  background: url('../../images/my_banner.png') no-repeat 0px 25px;
}
#member .order-detail .memberInfo .imgTitle img {
  height: 80px;
  border: 1px solid #ddd;
  border-radius: 41px;
}
#member .order-detail .memberInfo .info {
  width: 200px;
  padding-right: 55px;
  padding-left: 15px;
  position: relative;
}
#member .order-detail .memberInfo .info span {
  display: block;
}
#member .order-detail .memberInfo .info b {
  font-weight: normal;
}
#member .order-detail .memberInfo .info .name {
  font-size: 18px;
  height: 26px;
}
#member .order-detail .memberInfo .card {
  margin-left: 35px;
}
#member .order-detail .band {
  height: 35px;
  padding: 0px 17px 0 25px;
  line-height: 35px;
  background-color: #fafafa;
}
#member .order-detail .band .c1 {
  width: 980px;
}
#member .part30 {
  padding-top: 30px;
}
#member .width147 {
  width: 147px;
  text-align: center;
}
#member .after-sale .form-group button {
  font-size: 12px;
  width: 80px;
  line-height: 20px;
  margin-right: 20px;
}
#member .all-title-color {
  background-color: #fafafa;
}
#member .all-title-color .pay-litle {
  color: #BE2038;
  margin-left: 60px;
}
#member .height32 {
  height: 32px;
  line-height: 32px !important;
}
#member .order-title {
  padding: 0 40px;
  line-height: 32px;
  background-color: #fafdff;
  font-size: 12px;
  border: 1px solid #EEEEEE;
  color: #818181;
}
#member .order-title.aftersale-custom-title {
  background-color: #f5f5f5;
  height: 40px;
  line-height: 40px;
}
#member .order-title .c1 {
  width: 150px;
}
#member .order-title .c2 {
  padding-right: 32px;
}
#member .order-title .c4 {
  float: right;
}
#member .order-title .c4 .rubbish-icon {
  display: none;
  width: 16px;
  height: 16px;
  margin-top: 9px;
  background: url('../../images/delete-new.png') no-repeat center;
  background-size: 100% 100%;
}
#member .order-title:hover .c4 {
  float: right;
}
#member .order-title:hover .c4 .rubbish-icon {
  width: 16px;
  height: 16px;
  margin-top: 9px;
  display: block;
  background: url('../../images/delete-new.png') no-repeat center;
  background-size: 100% 100%;
}
#member table {
  width: 100%;
  line-height: 20px;
  font-size: 12px;
}
#member table td {
  padding: 2px 0;
  word-break: break-all;
  word-wrap: break-word;
}
#member table .pay-money a {
  display: block;
  height: 23px;
  line-height: 23px;
  width: 84px;
  border: 1px solid #ddd;
  color: #17181C;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 9px;
}
#member table .pay-money .center {
  margin: 0 auto;
}
#member table .pay-money input {
  display: block;
  height: 25px;
  width: 80px;
  border: 1px solid #ddd;
  color: #17181C;
  border-radius: 15px;
  text-align: center;
  line-height: 25px;
  margin-bottom: 9px;
}
#member table .pay-money span {
  display: block;
  color: #777;
  padding-left: 20px;
  position: relative;
}
#member table .pay-money span::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 3px;
  background: url('../../images/company/company-default.png') no-repeat -70px -116px;
  height: 16px;
  width: 16px;
}
#member table .pay-money .pay-money-sty {
  width: 88px;
  height: 28px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  color: #17181D;
  line-height: 28px;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 0;
  margin: auto;
}
#member table .pay-money .pay-money-sty[type=button][disabled] {
  color: #bbb;
  border: 1px solid #bbb;
}
#member table .pay-money .pay-money {
  display: block;
  margin: 0px auto 8px;
  border-top-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-right-style: none;
  width: 80px;
  height: 25px;
  background: #BE2038;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  border-radius: 15px;
}
#member table .pay-money .soon-buy {
  background-color: #fff;
  border-radius: 15px;
  color: #17181C;
  width: 80px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
#member table .pay-money .sure-goods {
  color: #BE2038;
}
#member table.theme2 table {
  font-size: 12px;
}
#member table.theme2 td {
  padding: 6px 0;
}
#member table.theme2 .good-item-detail p {
  color: #ddd;
}
#member table.theme2 .change-color {
  color: #999;
}
#member table.theme2 .thead {
  text-align: center;
  background-color: #fff;
  font-weight: normal;
  border: 1px solid #ddd;
}
#member table.theme2 .thead .back-service-title {
  text-align: left;
  padding-left: 20px;
}
#member table .bt {
  border-top: 1px solid #ddd;
}
#member table .br {
  border-right: 1px solid #ddd;
}
#member table .bb {
  border-bottom: 1px solid #ddd;
}
#member table .bb .blue {
  color: #777;
}
#member table .people-icon span {
  padding-left: 20px;
  position: relative;
}
#member table .bl {
  border-left: 1px solid #ddd;
}
#member table .state {
  /* margin-bottom: 8px; */
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-size: 14px;
}
#member table .wait-pay {
  color: #FF6900;
}
#member table .all-cancel {
  color: #aaa;
}
#member table .all-green {
  color: #99cd49;
}
#member table .follow-order {
  position: relative;
}
#member table .state-none a {
  display: block;
  height: 30px;
  color: #17181D;
}
#member .all-table-color {
  background-color: #fff;
}
#member .all-table-color .argin-box .usOperate {
  width: 92px !important;
}
#member .all-table-color .argin-box .athena-btn-xs-default-plain1 {
  display: inline-block;
  height: 23px;
  width: 78px;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  line-height: 23px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-right: 8px;
  cursor: pointer;
}
#member .all-table-color .argin-box .athena-btn-xs-theme {
  display: inline-block;
  height: 23px;
  width: 78px;
  border: 1px solid #BE2038;
  color: #fff;
  background-color: #BE2038;
  font-size: 12px;
  line-height: 23px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-right: 8px;
  cursor: pointer;
}
#member .all-table-color .argin-box .athena-btn-xs-theme-plain1 {
  display: inline-block;
  height: 23px;
  width: 78px;
  border: 1px solid #BE2038;
  color: #BE2038;
  font-size: 12px;
  line-height: 23px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-right: 8px;
  cursor: pointer;
}
#member .all-table-color .argin-box .notBright {
  border: none;
}
#member .order-list {
  /* 当有预售商品时候的css样式 begin */
  /* 当有预售商品时候的css样式 end */
}
#member .order-list .person-tr-color {
  background-color: #fff;
  font-size: 12px;
}
#member .order-list .person-tr-color .top-vertical {
  vertical-align: top;
}
#member .order-list .person-tr-color .width120 {
  width: 127px;
}
#member .order-list .person-tr-color .width598 {
  width: 598px;
}
#member .order-list .person-tr-color .width0 {
  width: 0;
}
#member .order-list .person-tr-color .width80 {
  width: 80px;
}
#member .order-list .person-tr-color .width126 {
  width: 126px;
}
#member .order-list .person-tr-color .width205 {
  width: 205px;
}
#member .order-list .person-tr-color .width230 {
  width: 230px;
}
#member .order-list .person-tr-color .width390 {
  width: 390px;
}
#member .order-list .order-item .all-img-box a {
  display: block;
  width: 100%;
  height: 100%;
}
#member .order-list .order-item .all-img-box a img {
  border: 1px solid #eee;
}
#member .order-list .order-item .argin-box .btn-group {
  display: block;
  width: 116px;
}
#member .order-list .ready-buy {
  display: inline-block;
  width: 30px;
  height: 20px;
  color: #fff;
  background-color: #BE2038;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}
#member .order-list td {
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 14px;
}
#member .order-list td .name {
  width: 228px;
  max-height: 40px;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #17181D;
  font-size: 12px;
  margin-bottom: 8px !important;
}
#member .order-list td .name:hover {
  color: #BE2038;
}
#member .seriesAttr {
  margin-top: 8px !important;
  color: #aaa;
  line-height: 18px;
  width: 100%;
  text-align: left;
}
#member .seriesAttr span {
  margin-bottom: 10px;
  margin-right: 5px;
  color: #999;
}
#member .status {
  height: 73px;
  padding: 0 17px;
  border: 1px solid #ddd;
  background-color: #fffdee;
}
#member .status h1 {
  margin: 19px 0 0 0;
  font-size: 24px;
  font-weight: normal;
}
#member .address {
  position: relative;
  margin-top: 10px;
  padding: 10px 0 15px;
  border: 2px solid #eee;
}
#member .address .title {
  color: #666;
  padding-left: 15px;
  margin-bottom: 15px;
}
#member .address .title .name {
  font-weight: bold;
  margin-left: 10px;
}
#member .address .isDefault {
  margin-left: 10px;
  padding: 2px 3px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  background-color: #ffa500;
}
#member .address .row {
  margin-top: 10px;
  font-size: 12px;
}
#member .address .c1 {
  width: 90px;
  color: #999;
  text-align: right;
}
#member .dialogForm .btn {
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
}
#member .dialogForm td {
  padding: 5px 0;
}
/* 填写转账信息 */
.banktransfer {
  margin: 20px 40px 30px;
}
.banktransfer h2 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.banktransfer label {
  width: 100px;
  text-align: left;
}
.banktransfer .blue {
  margin-left: 30px;
}
.banktransfer .btn {
  width: 100px;
  margin-left: 110px;
}
/* 评论商品 */
#paging {
  margin-top: 6px;
  margin-right: 18px;
  text-align: right;
  margin-bottom: 20px;
}
.mgR10 {
  margin-right: 10px;
}
.mgL20 {
  padding: 16px 0 5px 20px;
}
.colorB {
  color: black !important;
}
.marL10 {
  margin-left: 10px;
}
input[class*='checkBox'] + label {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin-right: 30px;
  margin-left: 20px;
}
input[class*='checkBox']:checked + label {
  border: 1px solid #BE2038;
}
input[class*='checkBox']:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -2px;
  left: 0px;
  color: #BE2038;
  width: 100%;
  text-align: center;
  font-size: 1.4em;
  padding: 1px 0 0 0;
  vertical-align: text-top;
}
.mt10 {
  margin-top: 10px;
}
#order .order-group {
  margin: 0 20px;
}
#order .order-group .order-title {
  height: 40px;
  line-height: 40px;
  background: #f4f4f4;
  padding: 0 20px;
  border: none;
  font-size: 12px;
}
#order .order-group .order-title .order-time {
  width: 160px;
}
#order .order-group .order-list .btn {
  line-height: 25px;
  text-align: center;
  width: 80px;
  height: 25px;
  border-radius: 100px;
  padding: 0;
  font-size: 12px;
}
/* 新添加的class 代码 begin */
.goods-show {
  position: relative;
  margin-bottom: 20px;
}
.goods-show .guess-you {
  height: 39px;
  line-height: 39px;
  font-weight: bold;
  font-size: 14px;
}
.goods-show .guess-you .guess-like {
  float: left;
}
.goods-show .guess-you .take-all {
  float: right;
}
.goods-show .show-good {
  border-top: 1px solid #eee;
  padding: 0 45px;
}
.goods-show .show-good .none-goods-box {
  margin: 0;
  padding: 105px;
  vertical-align: middle;
}
.goods-show .show-good .goods-box {
  overflow: hidden;
}
.goods-show .show-good ul {
  width: 30000px;
}
.goods-show .show-good a {
  display: block;
  height: 254px;
  margin-top: 10px;
  padding-top: 0;
}
.goods-show .show-good a img {
  height: 160px;
  width: 160px;
  display: block;
}
.goods-show .show-good li {
  float: left;
  width: 160px;
  margin-right: 10px;
}
.goods-show .show-good h5 {
  margin: 10px 0 5px 0;
  font-weight: 900;
  font-size: 14px;
  color: #ff3100;
  text-align: center;
}
.goods-show .show-good span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.goods-show .show-good .money-through {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  padding-left: 5px;
  display: inline-block;
  line-height: 16px;
  vertical-align: bottom;
  font-weight: normal;
}
.goods-show .arrowLeft .arrowLeft-icon {
  background: url('../../images/company/company-default.png') no-repeat -277px -135px;
}
.goods-show .arrowLeft .arrowLeft-icon-disabled {
  pointer-events: none;
  background: url('../../images/company/company-default.png') no-repeat -277px -206px;
}
.goods-show .arrowRight .arrowRight-icon {
  background: url('../../images/company/company-default.png') no-repeat -277px -34px;
}
.goods-show .arrowRight .arrowRight-icon-disabled {
  pointer-events: none;
  background: url('../../images/company/company-default.png') no-repeat -277px -100px;
}
.goods-show .arrowLeft {
  left: 15px;
}
.goods-show .arrowRight {
  right: 15px;
}
.goods-show .arrow-box {
  position: absolute;
  top: 40%;
  margin-top: -11px;
}
.goods-show .arrow-box span {
  display: block;
  width: 14px;
  height: 23px;
  cursor: pointer;
}
.goods-show .arrow-box .fy {
  display: block;
  width: 11px;
  height: 17px;
}
/* 新添加的class 代码 end */
/* 个人中心 基本信息 begin */
.base-mes-box {
  width: 979px;
  float: right;
  min-height: 580px;
  background-color: #fff;
  border-left: 1px solid #eee;
}
.base-mes-box .base-mes {
  min-height: 500px;
  background-color: #fff;
  padding: 39.5px 0 0 78px;
}
.base-mes-box .base-mes .mgT5 {
  margin-top: 5px;
}
.base-mes-box .base-mes .base-mes-left {
  float: left;
}
.base-mes-box .base-mes .base-mes-left .btn_hold {
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
  margin-left: 58px;
  border-radius: 4px;
  background-color: #BE2038 !important;
}
.base-mes-box .base-mes .base-mes-left .radioStyle-new-big span {
  margin-right: 4px;
}
.base-mes-box .base-mes .base-mes-left #use .pl20 {
  padding-left: 15px;
}
.base-mes-box .base-mes .base-mes-left #use .pl20 .select-group {
  display: inline-block;
  position: relative;
  margin-right: 6px;
}
.base-mes-box .base-mes .base-mes-left #use .pl20 .select-group select {
  width: 100px;
  height: 32px;
  background: #FFFFFF;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../../images/home/select_op.png") no-repeat scroll right center transparent;
  background-position: calc(94%) calc(1em), calc(100%) calc(1em), calc(99%);
  background-size: 12px 6px;
  padding-right: 30;
  border: 1px solid #EEEEEE;
}
.base-mes-box .base-mes .base-mes-left #use .pl20 .select-group select select::-ms-expand {
  display: none;
}
.base-mes-box .base-mes .base-mes-left #use .pl20 .select-group .select-group-year,
.base-mes-box .base-mes .base-mes-left #use .pl20 .select-group .select-group-month,
.base-mes-box .base-mes .base-mes-left #use .pl20 .select-group .select-group-day {
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%);
}
.base-mes-box .base-mes .base-mes-left #use .pl20 .select-group .select-group-month,
.base-mes-box .base-mes .base-mes-left #use .pl20 .select-group .select-group-day {
  right: 58px !important;
}
.base-mes-box .base-mes .base-mes-left #use .uplDiv {
  margin-bottom: 8px;
  position: relative;
  width: auto;
}
.base-mes-box .base-mes .base-mes-left #use .vtop {
  vertical-align: top;
}
.base-mes-box .base-mes .base-mes-left #use .disB {
  display: block;
}
.base-mes-box .base-mes .base-mes-left #use .use-img {
  position: relative;
}
.base-mes-box .base-mes .base-mes-left #use .use-img span {
  position: absolute;
  width: 80px;
  height: 20px;
  text-align: center;
  background-color: #000;
  opacity: 0.5;
  color: #fff;
  bottom: 0;
  left: 0;
}
.base-mes-box .base-mes .base-mes-left #use input[type=text] {
  width: 184px;
  height: 26px;
  padding-left: 10px;
}
.base-mes-box .base-mes .base-mes-left #use select {
  width: 80px;
  height: 26px;
  padding-left: 10px;
}
.base-mes-box .base-mes .base-mes-left #use .select-address {
  width: 120px;
  height: 30px;
}
.base-mes-box .base-mes .base-mes-left #use tr {
  height: 40px;
}
.base-mes-box .base-mes .base-mes-left #use .sex_select img {
  width: 16px;
  height: 16px;
}
.base-mes-box .base-mes .base-mes-left #use .sex_select span {
  vertical-align: super;
}
.base-mes-box .base-mes .base-mes-right {
  float: right;
  width: 367px;
  margin-right: 80px;
  height: 110px;
  background-color: #f5f5f5;
  font-size: 0;
}
.base-mes-box .base-mes .base-mes-right .person-mes {
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
}
.base-mes-box .base-mes .base-mes-right .person-mes span {
  display: block;
}
.base-mes-box .base-mes .base-mes-right .person-mes .member-box {
  margin-top: 20px;
}
.base-mes-box .base-mes .base-mes-right .person-mes .member-box .member-box-title {
  display: inline-block;
  font-size: 12px !important;
  font-weight: 400;
  color: #666;
  width: 60px;
  text-align: right;
}
.base-mes-box .base-mes .base-mes-right .person-mes .person-vip {
  display: inline-block;
  margin-right: 7px;
  margin-left: 12px;
  height: 20px;
  padding: 0px 6px;
  line-height: 20px;
  background-image: linear-gradient(-90deg, #B39D64 0%, #CEBE9B 100%);
  color: #fff;
  border-radius: 9px;
  text-align: center;
}
.base-mes-box .base-mes .base-mes-right .person-mes .person-rate {
  position: relative;
  width: 160px;
  height: 12px;
  border-radius: 6px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  line-height: 12px;
}
.base-mes-box .base-mes .base-mes-right .person-mes .person-progress {
  background-color: #ffa500;
  max-width: 160px;
  height: 12px;
  position: absolute;
  width: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: 0px;
}
.base-mes-box .base-mes .base-mes-right .person-mes .person-text {
  position: absolute;
  z-index: 100;
  left: 50%;
  margin-left: -16px;
}
.base-mes-box .base-mes .base-mes-right .person-mes .progress {
  width: 100%;
  margin-top: 24px;
}
.base-mes-box .base-mes .base-mes-right .person-mes .progress .progress-title {
  float: left;
  width: 60px;
  font-size: 12px !important;
  font-weight: 400;
  color: #666;
  text-align: right;
}
.base-mes-box .base-mes .base-mes-right .person-mes .progress .experience {
  float: left;
  width: 218px;
  height: 16px;
  background-color: #fff;
  position: relative;
  margin-left: 12px;
  border-radius: 20px;
}
.base-mes-box .base-mes .base-mes-right .person-mes .progress .experience .experience-text {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 16px;
  font-size: 12px;
  color: #fff;
  z-index: 99;
}
.base-mes-box .base-mes .base-mes-right .person-mes .progress .experience .experience-bgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 16px;
  border-radius: 20px;
  background-color: #BE2038;
  z-index: 20;
}
.base-mes-box .base-mes .base-mes-right div {
  display: inline-block;
}
.base-mes-box .base-mes .base-mes-right .person-vip {
  font-size: 12px;
}
.base-mes-box .base-mes .base-mes-right p,
.base-mes-box .base-mes .base-mes-right .person-rate {
  font-size: 12px;
}
/* 个人中心 基本信息 end */
/* 收货地址管理 begin */
.address-manage {
  float: right;
  width: 979px;
  min-height: 580px;
  border-left: 1px solid #eee;
  background-color: #fff;
}
.address-manage .address-top {
  height: 40px;
  line-height: 40px;
  margin: 0 20px;
  border-bottom: 1px solid #eee;
}
.address-manage .address-top p {
  margin: 0;
}
.address-manage .address-p {
  font-size: 14px;
  float: left;
  font-weight: 900;
  color: #333;
}
.address-manage .add-address {
  float: right;
  font-size: 14px;
  color: #326FAC;
}
.address-manage .add-address a {
  color: #326FAC;
}
.address-manage .add-address a:hover {
  color: #BE2038;
}
.address-manage .address-content-box {
  padding: 20px;
}
.address-manage .address-content-box .address-title {
  width: 100%;
  height: 48px;
  background: #F7F8F6;
  color: #515151;
  line-height: 48px;
  font-size: 12px;
  margin-bottom: 18px;
}
.address-manage .address-content-box .address-title .title-c {
  display: inline-block;
}
.address-manage .address-content-box .address-title .title1 {
  padding-left: 30px;
  padding-right: 222px;
}
.address-manage .address-content-box .address-title .title2 {
  padding-right: 236px;
}
.address-manage .address-content-box .address-title .title3 {
  padding-right: 236px;
}
.address-manage .address-bg {
  height: 80px;
  line-height: 80px;
  border: 1px solid #E5E5E5;
  margin-bottom: 10px;
  color: #212121;
  font-size: 12px;
  padding: 0 30px 0 30px;
  overflow: hidden;
}
.address-manage .address-bg .address-user {
  display: inline-block;
  height: 80px;
  float: left;
}
.address-manage .address-bg .address-user-name {
  width: 100px;
  padding-right: 10px;
}
.address-manage .address-bg .address-user-addr {
  width: 386px;
  padding-right: 10px;
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
}
.address-manage .address-bg .address-user-addr span {
  line-height: 18px;
  display: inline-block;
}
.address-manage .address-bg .address-user-mobile {
  width: 130px;
  padding-right: 10px;
}
.address-manage .address-bg .set-address {
  width: 110px;
  color: #326FAC;
}
.address-manage .address-bg .set-address .address-status-checked {
  width: 68px;
  height: 24px;
  background: #BE2038;
  border-radius: 2px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.address-manage .address-bg .set-address .address-status {
  cursor: pointer;
}
.address-manage .address-bg .address-option {
  color: #326FAC;
  width: 100px;
  text-align: right;
}
.address-manage .address-bg .address-option a {
  padding-left: 10px;
  color: #326FAC;
}
.address-manage .address-bg .address-option a:hover {
  color: #BE2038;
}
.address-manage .add-address-big-btn {
  height: 48px;
  line-height: 48px;
  border: 1px dashed #E5E5E5;
  color: #515151;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  display: block;
}
.address-manage .spad {
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}
.address-manage .spad .address .row {
  line-height: 30px;
}
.address-manage .spad .address li {
  padding: 3px 0;
}
.address-manage .spad .address .a1 {
  width: 106px;
}
.address-manage .spad .address .a2 {
  width: 373px;
  overflow: hidden;
}
.address-manage .spad .address .a3 {
  width: 175px;
}
.address-manage .spad .address .a4 {
  width: 40px;
}
.address-manage .spad .address .a5 {
  width: 170px;
  text-align: right;
  padding-right: 15px;
}
.address-manage .spad .address .hide {
  display: none;
}
.address-manage .spad .address .address-name {
  width: 86px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #BE2038 !important;
  position: relative;
  cursor: pointer;
}
.address-manage .spad .address .address-name-no {
  width: 86px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
}
.address-manage .spad .address .address-name:after {
  content: '';
  width: 17px;
  height: 16px;
  background: url('../../images/company/company-icon.png') no-repeat -334px -169px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.address-manage .spad .address li:hover {
  background-color: #fff2f2;
}
.address-manage .spad .showmore {
  display: inline-block;
  margin-top: 9px;
  padding-right: 20px;
  position: relative;
}
.address-manage .spad .showmore::after {
  position: absolute;
  content: '';
  height: 6px;
  width: 11px;
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
  top: 5px;
  right: 0px;
}
/* 收货地址管理 end */
/* 账户安全 begin */
.main .safe-item {
  display: block;
  padding: 22px 0;
  border: 1px solid #e5e5e5;
  height: 32px;
  line-height: 32px;
  margin-top: 20px;
}
.main .safe-item i {
  margin-right: 20px;
  vertical-align: middle;
}
.main .safe-item .fore1 {
  float: left;
  height: 32px;
  width: 133px;
  text-align: left;
  font-size: 14px;
  padding-left: 32px;
}
.main .safe-item .fore2 {
  float: left;
  width: 550px;
  font-size: 12px;
  height: auto;
  line-height: 24px;
  padding: 4px 0 4px 65px;
}
.main .safe-item .fore3 {
  float: right;
  text-align: center;
  width: 110px;
  cursor: pointer;
}
.main .safe-item .fore3 .ftx-05 {
  font-size: 12px;
  color: #326FAC;
}
.main .safe-item .fore3 .ftx-05:hover {
  color: #BE2038;
}
/* 账户安全 end */
/* 绑定账号 begin */
.bind-account {
  margin-bottom: 140px;
  background-color: #fff;
  border: 1px solid #eee;
}
.bind-account .bind {
  padding: 33px 23px 20px 64px !important;
  border-bottom: 1px solid #eee;
}
.bind-account .bind .bind-number {
  float: left;
  position: relative;
}
.bind-account .bind .bind-number::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -41px;
  width: 32px;
  height: 30px;
}
.bind-account .bind .bind-QQ::after {
  background: url('../../images/company/company-bitmap.png') no-repeat -36px -1px;
}
.bind-account .bind .bind-wechat::after {
  background: url('../../images/company/company-bitmap.png') no-repeat 0 0;
}
.bind-account .bind .bind-zfb::after {
  background: url('../../images/company/company-bitmap.png') no-repeat -107px -1px;
}
.bind-account .bind .bind-weibo::after {
  background: url('../../images/company/company-bitmap.png') no-repeat -71px -1px;
}
.bind-account .bind .unbind {
  float: right;
  cursor: pointer;
  color: #BE2038;
}
.bind-account .bind .now-bind {
  color: #BE2038;
  margin-left: 5px;
}
.bind-account .bind .wei-bind {
  margin-left: 5px;
}
.bind-account .bind .bind-content {
  margin-bottom: 18px;
}
.bind-account .bind .please {
  font-size: 20px;
  font-weight: 900;
  color: #BE2038;
}
.bind-account .bind input[type=button] {
  width: 120px;
  height: 30px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: #BE2038;
  border-bottom-style: none;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
.bind-account .bind:last-child {
  border-bottom: none;
}
.bind-account .mat19 {
  margin-bottom: 18px;
}
.mini-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  background: #000000;
  /*不支持rgba的浏览器*/
  background: rgba(0, 0, 0, 0.6);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, 0, endColorstr=#B2000000, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
  background: none \9;
}
.mini-login .phone-pwd {
  display: inline-block;
  height: 34px;
}
.mini-login .enter-input {
  float: left;
}
/* 绑定账号 end */
.mart10 {
  margin-top: 10px;
}
/* 个人中心 删除订单 begin */
.delete-order {
  display: none;
  position: fixed;
  z-index: 100;
  height: 189px;
  width: 502px;
  border: 1px solid #ddd;
  background-color: #fff;
  top: 350px;
  left: 750px;
}
.delete-order .apply-cancel {
  padding: 12px 13px 0px 16px;
  height: 24px;
  background-color: #f4f4f4;
}
.delete-order .apply-cancel .apply-text {
  float: left;
}
.delete-order .apply-cancel .apply-icon {
  cursor: pointer;
  float: right;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
}
.delete-order .delete-text {
  padding: 32px 0px 0px 93px;
}
.delete-order .delete-text .sure-delete {
  font-weight: 900;
  font-size: 20px;
  position: relative;
  margin-top: 0px;
}
.delete-order .delete-text .sure-delete::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: url('../../images/company/company-icon.png') no-repeat -517px -126px;
  top: -12px;
  left: -62px;
}
.delete-order .delete-text .delete-color {
  color: #808080;
  margin-top: 0px;
}
.delete-order .delete-text input[type=button] {
  width: 60px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  border-radius: 15px;
  border-right-style: none;
  border-top-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
.delete-order .delete-text .delete-button .button-one {
  background-color: #BE2038;
  color: #fff;
  margin-right: 10px;
}
.delete-order .delete-text .delete-button .button-two {
  border: 1px solid #ccc;
  color: #999;
  background-color: #fff;
}
/* 个人中心 删除订单 end */
/* 个人中心 我的订单交互 begin */
.order-cancel-apply {
  display: none;
  height: 285px;
  width: 502px;
  position: fixed;
  top: 45px;
  left: 750px;
  background-color: #fff;
  z-index: 100;
  border: 1px solid #ddd;
}
.order-cancel-apply .apply-cancel {
  padding: 12px 13px 0px 16px;
  height: 24px;
  background-color: #f4f4f4;
}
.order-cancel-apply .apply-cancel .apply-text {
  float: left;
}
.order-cancel-apply .apply-cancel .apply-icon {
  cursor: pointer;
  float: right;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
}
.order-cancel-apply .cancel-content {
  padding: 45px 0px 0px 93px;
}
.order-cancel-apply .cancel-content .cancel-title {
  font-size: 20px;
  font-weight: 900;
  margin-top: 0px;
  position: relative;
}
.order-cancel-apply .cancel-content .cancel-title::after {
  content: '';
  position: absolute;
  top: -12px;
  left: -62px;
  height: 50px;
  width: 50px;
  background: url('../../images/company/company-icon.png') no-repeat -518px -126px;
}
.order-cancel-apply .cancel-content select {
  width: 180px;
  height: 35px;
}
.order-cancel-apply .cancel-content .cancel-color {
  color: #BE2038;
}
.order-cancel-apply .cancel-content input[type=button] {
  width: 78px;
  height: 23px;
  border-radius: 12px;
  border-bottom-style: none;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border: 1px solid #ccc;
  background-color: #fff;
}
/* 个人中心 我的订单交互 end */
.name-prove {
  width: 979px;
  float: right;
  min-height: 580px;
  background-color: #fff;
  border-left: 1px solid #eee;
}
.name-prove .name-prove-title span {
  display: inline-block;
}
.name-prove .name-prove-title .text {
  height: 24px;
  cursor: pointer;
}
.name-prove .name-prove-title .line {
  width: 2px;
  height: 12px;
  margin: 0px 15px;
  background-color: #ddd;
  vertical-align: middle;
}
.name-prove .name-prove-title .goods-active {
  border-bottom: 2px solid #BE2038;
  height: 22px;
  color: #BE2038;
}
.name-prove .member {
  width: 100%;
}
.name-prove .pt-member {
  border: 1px solid #eee;
  margin-top: 10px;
}
.name-prove .pt-member .pt-content {
  padding: 20px;
  font-size: 12px;
}
.name-prove .pt-member .pt-content .pt-explain {
  background-color: #f4f4f4;
  width: 100%;
  padding: 16px 20px 1px 20px;
  box-sizing: border-box;
}
.name-prove .pt-member .pt-content .pt-explain h6 {
  margin: 0;
  font-weight: bold;
}
.name-prove .pt-member .pt-content .pt-explain p {
  height: 22px;
  line-height: 22px;
}
.name-prove .pt-member .pt-content .pt-level {
  padding: 20px 0 15px 20px;
  font-size: 12px;
}
.name-prove .pt-member .pt-content .pt-level span {
  margin-left: 20px;
  font-size: 14px;
}
.name-prove .pt-member .pt-content .pt-come {
  padding-left: 56px;
}
.name-prove .pt-member .pt-content .pt-come .pt-progress {
  margin-left: 15px;
  position: relative;
  display: inline-block;
  width: 160px;
  height: 12px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ccc;
  border-radius: 10px;
}
.name-prove .pt-member .pt-content .pt-come .pt-progress .progress {
  position: absolute;
  background: orange;
  height: 100%;
  display: block;
  max-width: 160px;
  top: 0px;
}
.name-prove .pt-member .pt-content .pt-come .pt-progress .progress-text {
  position: absolute;
  z-index: 100;
  color: #fff;
  top: -1px;
  left: 50%;
  margin-left: -16px;
}
.name-prove .nei-member {
  border: 1px solid #eee;
  margin-top: 10px;
}
.name-prove .nei-member .nei-content {
  padding: 20px;
  font-size: 12px;
}
.name-prove .nei-member .nei-content .nei-explain {
  background-color: #f4f4f4;
  width: 100%;
  padding: 16px 20px 1px 20px;
  box-sizing: border-box;
}
.name-prove .nei-member .nei-content .nei-explain h6 {
  margin: 0;
  font-weight: bold;
}
.name-prove .nei-member .nei-content .nei-explain p {
  height: 22px;
  line-height: 22px;
}
.name-prove .nei-member .nei-content .no-member {
  margin: 16px 0 16px 20px;
}
.name-prove .nei-member .nei-content .qd-member {
  margin: 0px 0 16px 0px;
}
.name-prove .nei-member .nei-content .staff {
  cursor: pointer;
  box-sizing: border-box;
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 23px;
  margin-left: 20px;
  position: relative;
}
.name-prove .nei-member .nei-content .add-redLine {
  border: 2px solid #f23030;
  line-height: 26px;
}
.name-prove .nei-member .nei-content .icon-img {
  display: block;
  width: 17px;
  height: 16px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url('../../images/company/company-icon.png') no-repeat -334px -169px;
}
.name-prove .nei-member .nei-content dl {
  margin-bottom: 15px;
}
.name-prove .nei-member .nei-content dl dt {
  float: left;
  width: 70px;
  height: 28px;
  padding-top: 7px;
  font-size: 12px;
  text-align: right;
  margin-right: 15px;
}
.name-prove .nei-member .nei-content dl dd {
  max-width: 600px;
  height: 34px;
  float: left;
  overflow: hidden;
  line-height: 34px;
  font-size: 14px;
}
.name-prove .nei-member .nei-content dl dd input[type="text"] {
  box-sizing: border-box;
  height: 30px;
  width: 398px;
  padding-left: 10px;
}
.name-prove .nei-member .nei-content input[type="button"] {
  margin-left: 85px;
  width: 160px;
  height: 50px;
  border-style: none;
  color: #fff;
  font-size: 16px;
  background-color: #BE2038;
}
.name-prove .nei-member .nei-content .active {
  background: #ccc !important;
}
.name-prove .nei-member .tax {
  margin-bottom: 23px;
}
.name-prove .nei-member .tax li {
  float: left;
  margin-right: 20px;
  width: 100px;
}
.name-prove .nei-member .tax li img {
  cursor: pointer;
}
.name-prove .nei-member .tax li p {
  margin: 14px 0 0px 0;
  text-align: center;
}
.name-prove .inside {
  margin-top: 10px;
  margin-left: 40px;
}
.name-prove .inside p {
  margin: 20px 0;
  font-weight: bold;
}
.name-prove .inside p span {
  display: inline-block;
  width: 100px;
}
.name-prove .inside ul {
  margin-bottom: 25px;
}
.name-prove .inside ul li {
  margin-bottom: 10px;
}
.name-prove .inside ul li:first-child {
  font-weight: bold;
}
.name-prove .inside .invitationFriend {
  width: 1018px !important;
  margin-bottom: 10px;
}
.name-prove .inside .invitationFriend .invitationMessage td {
  text-align: center;
}
.name-prove .inside .inside-url {
  background-color: #f4f4f4;
  line-height: 33px;
  height: 33px;
  padding-left: 23px;
}
.name-prove .company,
.name-prove .ditch {
  margin-left: 40px;
}
.name-prove .company p,
.name-prove .ditch p {
  margin: 20px 0;
  font-weight: bold;
}
.name-prove .company .changeEnterprise,
.name-prove .ditch .changeEnterprise {
  display: block;
  width: 110px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #BE2038;
  color: #fff;
  font-size: 12px;
}
.name-prove .company ul li,
.name-prove .ditch ul li {
  margin-bottom: 20px;
}
.name-prove .company ul .pt-come .pt-progress,
.name-prove .ditch ul .pt-come .pt-progress {
  margin-left: 15px;
  position: relative;
  display: inline-block;
  width: 160px;
  height: 12px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ccc;
  border-radius: 10px;
}
.name-prove .company ul .pt-come .pt-progress .progress,
.name-prove .ditch ul .pt-come .pt-progress .progress {
  position: absolute;
  background: #ffa500;
  height: 100%;
  display: block;
  max-width: 160px;
  top: 0px;
}
.name-prove .company ul .pt-come .pt-progress .progress-text,
.name-prove .ditch ul .pt-come .pt-progress .progress-text {
  position: absolute;
  z-index: 100;
  color: #fff;
  font-size: 12px;
  top: -1px;
  left: 50%;
  margin-left: -16px;
}
.name-prove .company ul li:first-child,
.name-prove .ditch ul li:first-child {
  font-weight: bold;
}
.msg {
  display: block;
  line-height: 35px;
  height: 35px;
  margin-left: 80px;
  color: #BE2038;
}
.credit-box {
  float: left;
  width: 1080px;
  margin-top: 20px;
}
.credit-box .credit-top {
  line-height: 49px;
  background: #f5f5f5;
  padding-left: 20px;
  color: #333;
}
.credit-box .credit-top .top-text {
  font-size: 16px;
  font-weight: 900;
}
.credit-box .credit-top .top-text-right {
  padding-left: 30px;
  position: relative;
}
.credit-box .credit-top .top-text-right .right-arrow {
  position: absolute;
  width: 6px;
  height: 10px;
  background-position: -25px -126px;
  top: 4px;
  left: 12px;
}
.credit-box .credit-top .right-top {
  float: right;
  padding-right: 20px;
  font-size: 0;
}
.credit-box .credit-top .right-top span {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.credit-box .credit-top .right-top .all-chose {
  padding-right: 20px;
}
.credit-box .credit-top .right-top .all-delete {
  width: 78px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
}
.credit-box .history-time .text-box {
  font-size: 0px;
  padding-left: 20px;
  position: relative;
  height: 50px;
  line-height: 60px;
  overflow: hidden;
}
.credit-box .history-time .text-box .square-icon {
  width: 10px;
  height: 10px;
  background: #999;
  border-radius: 5px;
  position: absolute;
  top: 25px;
  left: 21px;
  z-index: 9999;
}
.credit-box .history-time .text-box span {
  display: inline-block;
}
.credit-box .history-time .text-box .time-text {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 11px;
  vertical-align: middle;
  z-index: 999;
  position: relative;
  background-color: #fff;
}
.credit-box .history-time .text-box .number-text {
  font-size: 18px;
  padding-right: 20px;
  vertical-align: middle;
  z-index: 9;
  position: relative;
  background-color: #fff;
}
.credit-box .history-time .text-box .square-line {
  width: 100%;
  border: 1px solid #ddd;
  vertical-align: middle;
  position: absolute;
  top: 29px;
  left: 0;
  margin-left: 10%;
}
.credit-box .history-time .goods-list-bigBox {
  font-size: 0;
  margin-top: 15px;
  clear: both;
  overflow: hidden;
}
.credit-box .history-time .goods-list-box {
  /* display: inline-block; */
  width: 196px;
  float: left;
  margin-right: 2px;
  margin-bottom: 30px;
  padding: 10px 9px 18px 9px;
  position: relative;
}
.credit-box .history-time .goods-list-box .cancer-follow {
  position: absolute;
  width: 70px;
  height: 25px;
  background-color: #aaa;
  color: #fff;
  text-align: center;
  line-height: 25px;
  top: 0px;
  right: 0px;
  font-size: 12px;
  cursor: pointer;
}
.credit-box .history-time .goods-list-box .goods-list-box-cover {
  width: 214px;
  height: 346px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #aaa;
  opacity: 0.6;
}
.credit-box .history-time .goods-list-box .goods-list-box-cover-height {
  height: 279px;
}
.credit-box .history-time .goods-list-box .goods-list-box-cover-right {
  position: absolute;
  height: 14px;
  width: 14px;
  top: 9px;
  right: 9px;
  background: url('../../images/company/company-icon.png') no-repeat -25px -181px;
}
.credit-box .history-time .goods-list-box .messageExplain {
  font-size: 12px;
  padding: 10px 8px;
}
.credit-box .history-time .goods-list-box .messageExplain .messageExplain-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.credit-box .history-time .goods-list-box:nth-child(5n) {
  margin-right: 0;
}
.credit-box .history-time .goods-list-box:hover {
  -webkit-box-shadow: 0px 0px 15px #BCE7F9;
  -moz-box-shadow: 0px 0px 15px #BCE7F9;
  box-shadow: 0px 0px 15px #BCE7F9;
}
.credit-box .history-time .goods-list-box img {
  display: block;
}
.credit-box .history-time .goods-list-box .goods-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 10px 0px;
  font-size: 12px;
}
.credit-box .history-time .goods-list-box .goods-num-text {
  display: block;
  text-align: center;
  font-weight: 900;
  color: #ff3100;
  font-size: 14px;
}
.credit-box .frequence-box {
  margin-top: 15px;
}
.credit-box .credit-data {
  font-size: 16px;
  padding: 21px 0px 21px 20px;
}
.credit-box .credit-data .useCreditColor {
  color: #ff3100;
  padding-right: 25px;
}
.credit-box .credit-data .systemColor {
  color: #333;
}
.credit-box .credit-container .container-top {
  padding-left: 20px;
  line-height: 29px;
}
.credit-box .credit-container .container-top ul {
  height: 31px;
}
.credit-box .credit-container .container-top li {
  float: left;
}
.credit-box .credit-container .container-top .active {
  border-bottom: 2px solid #BE2038;
  color: #BE2038;
}
.credit-box .credit-container .container-top .all-data,
.credit-box .credit-container .container-top .income-data,
.credit-box .credit-container .container-top .expenditure-data {
  padding: 0px 14px 5px 16px;
  cursor: pointer;
}
.credit-box .credit-container .container-top .line {
  display: inline-block;
  height: 12px;
  border-right: 2px solid #eee;
  margin: 0px 5px;
}
.credit-box .credit-container .container-banner {
  line-height: 40px;
  background: #f5f5f5;
  margin-top: 10px;
  padding-left: 65px;
  font-size: 0;
  height: 40px;
}
.credit-box .credit-container .container-banner span {
  display: inline-block;
  font-size: 12px;
}
.credit-box .credit-container .container-banner .time {
  width: 294px;
}
.credit-box .credit-container .container-banner .money-text {
  width: 102px;
}
.credit-box .credit-container .container-content {
  font-size: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 43px;
  line-height: 45px;
}
.credit-box .credit-container .container-content div {
  display: inline-block;
  font-size: 12px;
}
.credit-box .credit-container .container-content .content-left {
  width: 200px;
  padding-left: 18px;
}
.credit-box .credit-container .container-content .content-main {
  width: 208px;
  text-align: right;
  padding-right: 34px;
}
.credit-box .credit-container .container-content:nth-last-of-type(1) {
  border: 1px solid #ddd;
}
.close-bottom-position {
  width: 12px;
  height: 12px;
  background-position: -22px -256px;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 8px;
}
.award-page .award-title-cg {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 900;
  color: #333;
  padding-left: 20px;
}
.award-page .award-nav-cg {
  margin-top: 24px;
}
.runout-bigBox .cg-coupon-box .coupon-left .left-top .money-text {
  background-color: #999;
}
.cg-coupon-box {
  font-size: 0;
}
.cg-coupon-box .coupon-list-box {
  font-size: 0;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.cg-coupon-box .coupon-list-box:nth-of-type(3n) {
  margin-right: 0;
}
.cg-coupon-box .coupon-left {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 251px;
  padding: 14px 20px;
  background: #f5f5f5;
  border-radius: 10px 0 0 10px;
}
.cg-coupon-box .coupon-left .left-top {
  position: relative;
  color: #999;
}
.cg-coupon-box .coupon-left .left-top .money-icon {
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 0px;
}
.cg-coupon-box .coupon-left .left-top .money-num {
  font-size: 50px;
  font-weight: 900;
  padding-left: 30px;
  padding-right: 8px;
  color: #999;
}
.cg-coupon-box .coupon-left .left-top .money-text {
  font-size: 12px;
  display: inline-block;
  width: 44px;
  height: 20px;
  text-align: center;
  background: #BE2038;
  color: #fff;
  line-height: 20px;
  border-radius: 4px;
}
.cg-coupon-box .coupon-left .left-low-top {
  font-size: 14px;
}
.cg-coupon-box .coupon-left .left-low-bottom {
  font-size: 12px;
  margin: 12px 0px 10px 0px;
  color: #333;
  position: relative;
}
.cg-coupon-box .coupon-left .left-low-bottom .low-bottom-text {
  display: block;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.cg-coupon-box .coupon-left .left-low-bottom .bottom-arrow {
  position: absolute;
  width: 10px;
  height: 6px;
  background-position: -22px -34px;
  top: 5px;
  right: 0px;
  cursor: pointer;
}
.cg-coupon-box .coupon-left .left-bottom {
  font-size: 12px;
  color: #999;
}
.cg-coupon-box .coupon-right {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.cg-coupon-box .coupon-right .right-img {
  display: block;
  width: 59px;
  height: 160px;
  position: relative;
  background: url('../../images/company/company-icon.png') no-repeat -536px -391px;
  cursor: pointer;
}
.cg-coupon-box .coupon-right .right-img:hover {
  background: url('../../images/company/company-icon.png') no-repeat -603px -391px;
}
.cg-coupon-box .coupon-right .right-img:hover .right-img-two-text {
  color: #fff;
}
.cg-coupon-box .coupon-right .right-img .right-img-two-text {
  display: block;
  width: 10px;
  position: absolute;
  top: 45px;
  left: 27px;
  color: #BE2038;
}
.cg-coupon-box .coupon-right .right-img-two {
  display: block;
  width: 59px;
  height: 160px;
  position: relative;
  background: url('../../images/company/company-icon.png') no-repeat -536px -559px;
}
.cg-coupon-box .coupon-right .right-img-two .right-img-two-text {
  display: block;
  width: 10px;
  position: absolute;
  top: 45px;
  left: 27px;
  color: #999;
}
.dis {
  display: inline-block;
}
.businessList-top {
  padding: 12px 0px 12px 20px;
  font-size: 0;
  display: block;
}
.businessList-top .receivable-right {
  float: right;
  margin-right: 24px;
}
.businessList-top .receivable-right .bill-text,
.businessList-top .receivable-right .bill-style,
.businessList-top .receivable-right .bill-select-box,
.businessList-top .receivable-right .bill-orign {
  vertical-align: middle;
}
.businessList-top .receivable-right-two {
  margin-right: 0;
  margin-left: 24px;
}
.businessList-top .choseDate-box {
  line-height: 33px;
  height: 33px;
  font-size: 0;
  margin-right: 24px;
}
.businessList-top .choseDate-box .year-date {
  padding: 0px 35px 0px 9px;
}
.businessList-top .choseDate-box .center-date {
  padding: 0px 7px;
  border-left: 1px solid #ccc;
}
.businessList-top .choseDate-box .last-date {
  padding: 0px 35px 0px 9px;
  border-left: 1px solid #ccc;
}
.businessList-top .num-bill {
  width: 118px;
  height: 31px;
  margin-right: 19px;
  vertical-align: middle;
}
.businessList-top .bill-select-box {
  position: relative;
}
.businessList-top .bill-select-box .select-arrwo {
  height: 6px;
  width: 10px;
  background-position: -22px -34px;
  top: 15px;
  right: 30px;
  position: absolute;
}
.businessList-top .bill-select,
.businessList-top .orign-select {
  width: 100px;
  height: 35px;
  margin-right: 19px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 10px;
}
.businessList-top .search-text {
  width: 80px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #BE2038;
  color: #fff;
  cursor: pointer;
}
.businessList-container .businessList-container-top {
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  padding-left: 20px;
  font-size: 0;
}
.businessList-container .businessList-container-top .statistic-title {
  width: 641px;
}
.businessList-container .businessList-container-top .statistic-num-title {
  width: 173px;
}
.businessList-container .businessList-container-top .statistic-of-title {
  width: 202px;
}
.businessList-container .businessList-container-top .top-title {
  width: 131px;
}
.businessList-container .businessList-container-top .bill-num-title {
  width: 118px;
}
.businessList-container .businessList-container-top .recelivable-bill-num-title {
  width: 140px;
}
.businessList-container .businessList-container-top .of-bill-title {
  width: 103px;
}
.businessList-container .businessList-container-top .recelivable-of-bill-title {
  width: 122px;
}
.businessList-container .businessList-container-top .bill-orign-title {
  width: 97px;
}
.businessList-container .businessList-container-top .recelivable-bill-orign-title {
  width: 118px;
}
.businessList-container .businessList-container-top .bill-style-title {
  width: 96px;
}
.businessList-container .businessList-container-top .recelivable-bill-style-title {
  width: 110px;
}
.businessList-container .businessList-container-top .discount-title {
  width: 118px;
}
.businessList-container .businessList-container-top .recelivable-discount-title {
  width: 127px;
}
.businessList-container .businessList-container-top .discount-num-title {
  width: 107px;
}
.businessList-container .businessList-container-top .recelivable-discount-num-title {
  width: 265px;
}
.businessList-container .businessList-container-top .duscount-money {
  width: 129px;
}
.businessList-container .businessList-container-top .goods-number {
  width: 114px;
}
.businessList-container .businessList-main {
  height: 43px;
  font-size: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  line-height: 43px;
  padding-left: 20px;
}
.businessList-container .businessList-main:nth-last-child(1) {
  border-bottom: 1px solid #ddd;
}
.businessList-container .businessList-main .statistic-order-time {
  width: 590px;
}
.businessList-container .businessList-main .statistic-order-num {
  width: 127px;
  text-align: center;
}
.businessList-container .businessList-main .statistic-order-of-num {
  width: 144px;
  text-align: right;
}
.businessList-container .businessList-main .statistic-order-oring {
  width: 177px;
  text-align: right;
}
.businessList-container .businessList-main .order-oring {
  width: 75px;
  text-align: center;
}
.businessList-container .businessList-main .recelivable-order-oring {
  width: 110px;
  text-align: right;
}
.businessList-container .businessList-main .order-time {
  width: 85px;
}
.businessList-container .businessList-main .order-num {
  width: 131px;
  text-align: center;
}
.businessList-container .businessList-main .recelivable-order-num {
  width: 166px;
}
.businessList-container .businessList-main .order-of-num {
  width: 125px;
  text-align: center;
}
.businessList-container .businessList-main .recelivable-order-of-num {
  width: 93px;
  text-align: right;
}
.businessList-container .businessList-main .order-style {
  width: 110px;
  text-align: center;
}
.businessList-container .businessList-main .recelivable-order-style {
  width: 106px;
  text-align: right;
}
.businessList-container .businessList-main .order-discount-num {
  width: 92px;
  text-align: right;
}
.businessList-container .businessList-main .recelivable-order-discount-num {
  width: 134px;
  text-align: right;
  margin-right: 55px;
}
.businessList-container .businessList-main .discount-order {
  width: 116px;
  text-align: right;
}
.businessList-container .businessList-main .recelivable-discount-order {
  width: 262px;
  text-align: left;
}
.businessList-container .businessList-main .order-income-num {
  width: 108px;
  text-align: right;
}
.businessList-container .businessList-main .goods-number {
  width: 105px;
  text-align: right;
}
.businessList-container .businessList-main .take-text {
  width: 89px;
  text-align: right;
  color: #BE2038;
}
.businessList-container .businessList-main .recelivable-take-text {
  width: auto;
}
.businessDetail-box {
  padding: 20px 18px 30px 18px;
  border: 1px solid #ddd;
  margin-top: 20px;
}
.businessDetail-box .w260 {
  width: 260px;
}
.businessDetail-box .detail-top {
  padding: 20px 0px 20px 20px;
  background: #f4f4f4;
}
.businessDetail-box .detail-top p {
  font-size: 0;
  margin: 0px 0px 10px 0px;
}
.businessDetail-box .detail-top p:nth-last-of-type(1) {
  margin: 0;
}
.businessDetail-box .businessDetail-main {
  margin-top: 40px;
}
.businessDetail-box .businessDetail-main .main-text {
  padding-left: 10px;
  margin-bottom: 10px;
}
.businessDetail-box .businessDetail-main .main-top {
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  padding-left: 20px;
  font-size: 0;
}
.businessDetail-box .businessDetail-main .main-top .receivable-serial {
  width: 186px;
}
.businessDetail-box .businessDetail-main .main-top .receivable-code {
  width: 119px;
}
.businessDetail-box .businessDetail-main .main-top .receivable-wholesale {
  width: 187px;
}
.businessDetail-box .businessDetail-main .main-top .receivable-wholesale-num {
  width: 140px;
}
.businessDetail-box .businessDetail-main .main-top .receivable-wholesale-money {
  width: 185px;
}
.businessDetail-box .businessDetail-main .main-top .top-serial {
  width: 111px;
}
.businessDetail-box .businessDetail-main .main-top .top-code {
  width: 188px;
}
.businessDetail-box .businessDetail-main .main-top .top-wholesale {
  width: 120px;
}
.businessDetail-box .businessDetail-main .main-top .top-wholesale-num {
  width: 163px;
}
.businessDetail-box .businessDetail-main .main-top .top-wholesale-money {
  width: 194px;
}
.businessDetail-box .businessDetail-main .main-top .top-income-money {
  width: 169px;
}
.businessDetail-box .businessDetail-main .receivable-left {
  padding-left: 35px;
}
.businessDetail-box .businessDetail-main .main-detail {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 43px;
  font-size: 0;
  line-height: 43px;
  padding-left: 26px;
}
.businessDetail-box .businessDetail-main .main-detail:nth-last-of-type(1) {
  border-bottom: 1px solid #ddd;
}
.businessDetail-box .businessDetail-main .main-detail .receivable-serial {
  width: 150px;
}
.businessDetail-box .businessDetail-main .main-detail .detail-num {
  width: 44px;
}
.businessDetail-box .businessDetail-main .main-detail .detail-serial {
  width: 174px;
  text-align: center;
}
.businessDetail-box .businessDetail-main .main-detail .detail-wholesale {
  width: 109px;
  text-align: right;
}
.businessDetail-box .businessDetail-main .main-detail .detail-wholesale-num {
  width: 132px;
  text-align: right;
}
.businessDetail-box .businessDetail-main .main-detail .detail-wholesale-money {
  width: 163px;
  text-align: right;
}
.businessDetail-box .businessDetail-main .main-detail .detail-wholesale-income {
  width: 194px;
  text-align: right;
}
.businessDetail-box .businessDetail-main .main-detail .detail-gift-num {
  width: 169px;
  text-align: right;
}
.businessDetail-box .businessDetail-main .main-detail .receivable-wholesale {
  width: 150px;
  text-align: center;
}
.businessDetail-box .businessDetail-main .main-detail .receivable-wholesale-num {
  width: 93px;
  text-align: right;
}
.businessDetail-box .businessDetail-main .main-detail .receivable-wholesale-money {
  width: 163px;
  text-align: right;
}
.businessDetail-box .businessDetail-main .main-detail .receivable-wholesale-income {
  width: 164px;
  text-align: right;
  margin-right: 113px;
}
.businessDetail-box .businessDetail-main .main-detail .receivable-wholesale-income .receivable-gift-num {
  width: 189px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  vertical-align: top;
}
.businessDetail-box .businessDetail-main .receivable-detail {
  padding-left: 18px;
}
.home-head-box {
  width: 1080px;
  height: 160px;
  background: url('../../images/company/home-head.png');
  font-size: 0;
  margin-top: 20px;
}
.home-head-box .head-left {
  font-size: 0;
  width: 300px;
  padding: 35px 0px 0px 20px;
  display: inline-block;
  vertical-align: top;
}
.home-head-box .head-left .left-img {
  vertical-align: middle;
  margin-right: 15px;
}
.home-head-box .head-left .left-img img {
  border: 4px solid #ddd;
  border-radius: 50px;
}
.home-head-box .head-left .left-text {
  vertical-align: middle;
  font-size: 18px;
}
.home-head-box .head-right {
  vertical-align: top;
  font-size: 0;
}
.home-head-box .head-right .right-left {
  font-size: 0;
  padding: 53px 0px 0px 47px;
}
.home-head-box .head-right .right-left .left-first,
.home-head-box .head-right .right-left .left-second {
  display: inline-block;
  text-align: center;
}
.home-head-box .head-right .right-left .left-first .wait-money-num,
.home-head-box .head-right .right-left .left-second .wait-money-num {
  font-size: 28px;
  padding-left: 30px;
  position: relative;
  color: #333;
}
.home-head-box .head-right .right-left .left-first .wait-money-num .wait-icon,
.home-head-box .head-right .right-left .left-second .wait-money-num .wait-icon {
  position: absolute;
  top: 8px;
  left: 0px;
  background-position: -161px -33px;
  height: 20px;
  width: 20px;
}
.home-head-box .head-right .right-left .left-first .wait-money-num .wait-icon-two,
.home-head-box .head-right .right-left .left-second .wait-money-num .wait-icon-two {
  position: absolute;
  top: 9px;
  left: 0px;
  background-position: -161px -59px;
  height: 20px;
  width: 20px;
}
.home-head-box .head-right .right-left .left-first .wait-money-text,
.home-head-box .head-right .right-left .left-second .wait-money-text {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.home-head-box .head-right .right-left .left-second {
  margin-left: 80px;
}
.home-head-box .head-right .right-right {
  width: 400px;
  height: 70px;
  padding: 20px;
  margin-left: 50px;
  margin-top: 30px;
  vertical-align: top;
  background-color: #f5f5f5;
}
.home-head-box .head-right .right-right .right-main {
  width: 400px;
  margin-bottom: 10px;
  font-size: 0;
  overflow: hidden;
}
.home-head-box .head-right .right-right .top-first,
.home-head-box .head-right .right-right .top-first-money,
.home-head-box .head-right .right-right .main-money,
.home-head-box .head-right .right-right .lost-money {
  font-size: 14px;
}
.home-head-box .head-right .right-right .top-first-time {
  font-size: 12px;
  color: #999;
}
.home-head-box .head-right .right-right .top-first-money {
  color: #ff3100;
}
.home-head-box .head-right .right-right .main-money {
  color: #333;
}
.home-head-box .head-right .right-right .lost-money {
  color: #999;
}
.home-head-box .head-right .right-right .top-first-money,
.home-head-box .head-right .right-right .main-money,
.home-head-box .head-right .right-right .lost-money {
  width: 120px;
  text-align: right;
  margin-right: 30px;
}
.home-head-box .head-right .right-right .top-first {
  width: 70px;
  text-align: right;
}
#apply-realName-auth {
  margin-top: 35px;
}
#apply-realName-auth .tips {
  color: #f23030;
  margin-left: 110px;
}
#apply-realName-auth .tip {
  color: #f23030;
}
#apply-realName-auth .add-ticket {
  background-color: #fff;
}
#apply-realName-auth .add-ticket .add-ticket-box {
  background-color: #fff;
  min-height: 500px;
}
#apply-realName-auth .add-ticket .add-ticket-box .add-padding {
  padding: 20px 20px 0 20px;
}
#apply-realName-auth .invoice .addadministration {
  margin-top: -10px;
  margin-bottom: 25px;
}
#apply-realName-auth .invoiceShow .sumbit-box {
  margin-left: 125px;
  width: 160px;
  height: 40px;
  background: #BE2038;
  text-align: center;
  line-height: 40px;
  color: white;
  outline: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-bottom: 20px;
}
#apply-realName-auth .invoiceShow .sumbit-box[type=button][disabled] {
  background-color: #bbb;
  color: #fff;
}
#apply-realName-auth .invoiceShow dl {
  margin-bottom: 20px;
}
#apply-realName-auth .invoiceShow dt {
  float: left;
  width: 100px;
  margin-left: 25px;
  height: 22px;
  line-height: 22px;
  padding-top: 7px;
  font-size: 14px;
  text-align: right;
  margin-right: 2px;
}
#apply-realName-auth .endMsg {
  margin-left: 50px;
  color: #BE2038;
}
#apply-realName-auth .invoiceShow dd {
  max-width: 600px;
  height: 34px;
  float: left;
  line-height: 34px;
  padding: 0 10px;
  font-size: 14px;
  margin-left: -10px;
  position: relative;
}
#apply-realName-auth .invoiceShow dd .approveMsg {
  color: #BE2038;
}
#apply-realName-auth .invoiceShow dd .ticket-people {
  width: 240px;
  height: 30px;
  padding-left: 10px;
}
#apply-realName-auth .invoiceShow dd .smsBtn {
  width: 120px;
  height: 34px;
  padding: 0 10px;
  margin-left: -5px;
  background: #BE2038;
  text-align: center;
  color: white;
  outline: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#apply-realName-auth .invoiceShow dd .smsBtn[type=button][disabled] {
  background-color: #bbb;
  color: #fff;
}
#apply-realName-auth .invoiceShow dd input {
  height: 30px;
}
#apply-realName-auth .bomb-Box .bomb-main {
  padding: 20px;
}
#apply-realName-auth .bomb-Box .bomb-main .main-right {
  width: 100%;
  text-align: center;
}
.feedback {
  float: right;
  width: 1080px;
  margin-bottom: 56px;
}
.feedback .message-title {
  height: 35px;
  margin-top: 20px;
}
.feedback .message-title span {
  font-size: 16px;
}
.feedback .container-bigBox .container-box {
  font-size: 0px;
  margin-bottom: 10px;
}
.feedback .container-bigBox .container-box .container-left {
  display: inline-block;
  font-size: 14px;
  width: 80px;
  text-align: right;
  vertical-align: top;
  margin-right: 13px;
  padding-top: 10px;
}
.feedback .container-bigBox .container-box .container-left .day {
  color: #333;
}
.feedback .container-bigBox .container-box .container-left .time {
  color: #999;
}
.feedback .container-bigBox .container-box .container-right {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  margin-bottom: 0;
}
.feedback .container-bigBox .container-box .container-right .title-icon {
  word-break: break-all;
}
.feedback .container-bigBox .container-box .container-right dl {
  cursor: pointer;
}
.feedback .container-bigBox .container-box .container-right dt {
  min-height: 18px;
  color: #333;
  background-color: #f4f4f4;
  padding: 20px;
  position: relative;
}
.feedback .container-bigBox .container-box .container-right dd * {
  margin: 0;
  padding: 0;
}
.bill-list {
  margin-bottom: 0px;
  padding-top: 20px;
}
.bill-list .evaluate-list .list-title {
  margin-top: 0;
  color: #818181;
  background-color: #f5f5f5;
}
.bill-group .suborder {
  margin-top: 11px;
  margin-bottom: 0;
}
.bill-group .suborder .cell {
  width: auto !important;
  margin-right: 40px;
  color: #818181;
  padding-right: 0 !important;
}
.bill-group .suborder .cell a {
  color: #818181;
}
.bill-group .suborder .cell a:hover {
  color: #BE2038;
}
.bill-group .suborder .cell .kefu-img {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  bottom: -3px;
}
.bill-group .bb {
  border-color: #eee !important;
}
.bill-group .order-list td .name {
  color: #17181D;
  font-weight: normal;
}
.bill-group .order-list td .name .change-color {
  color: #17181D;
}
.bill-group .order-list td .bill-detail-btn {
  width: 88px !important;
  height: 28px !important;
  border-radius: 2px !important;
  border: 1px solid #CCCCCC !important;
  line-height: 28px !important;
  padding: 0 !important;
}
.not-invoice {
  min-height: 614px;
}
/*发票详情 原index-bill-list.less begin*/
.aftersales-border {
  border: 1px solid #ddd;
}
.pdT12 {
  padding-top: 12px !important;
}
.pdB12 {
  padding-bottom: 12px !important;
}
.bill-wrapper {
  min-height: 500px;
  background-color: #fff;
}
.bill-wrapper .evaluate-list {
  margin-top: 0;
}
.bill-wrapper .evaluate-list .list-title {
  margin-top: 0;
}
.evaluate-list {
  margin-bottom: 0px;
}
.evaluate-list .title-list {
  height: 40px !important;
  line-height: 40px !important;
}
.bill-title {
  font-size: 12px;
  height: 53px;
  line-height: 53px;
  cursor: pointer;
}
/*发票详情 end*/
/*常购清单 原often-buy.less begin*/
.apply-title {
  margin: 0 0 10px 0;
}
.apply-title span {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}
.apply-box {
  width: 1038px;
  border: 1px solid #eee;
  overflow: hidden;
  padding: 20px;
  font-size: 12px;
  margin-bottom: 20px;
}
.apply-box .repair-process {
  display: block;
  width: 500px;
  height: 70px;
  margin: 0 auto;
  background: url(../../images/temporary/saleprocess-img.png) no-repeat;
}
.apply-box .repair-process.pro1 {
  background-position: 0 0;
}
.apply-box .repair-process.pro2 {
  background-position: 0 -80px;
}
.apply-box .repair-process.pro3 {
  background-position: 0 -155px;
}
.apply-box .repair-proBtn {
  width: 80px;
  display: block;
  position: absolute;
  top: 23px;
  right: 26px;
  text-align: right;
}
.apply-box .apply-list {
  margin-bottom: 15px;
}
.apply-box .apply-list textarea {
  vertical-align: top;
  background-color: #f4f4f4;
  width: 968px;
  display: inline-block;
  border: none;
  resize: none;
  height: 110px;
  padding: 10px 0 0 10px;
}
.apply-box .apply-list cite {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-style: normal;
  color: #666;
}
.apply-box .apply-list label {
  width: 60px;
  display: inline-block;
  font-style: normal;
  float: left;
}
.apply-box .apply-list address {
  font-style: normal;
  display: inline-block;
  color: #333;
}
.apply-box .sb .mo {
  background: #BE2038;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  margin-left: 18px;
}
.apply-box .sb a {
  color: #0066cc;
}
.apply-box .sb .st {
  margin-bottom: 10px;
  color: #000;
  overflow: hidden;
  *zoom: 1;
}
.apply-box .sb .st h4 {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.apply-box .sb .st h4 span {
  display: inline-block;
  float: right;
  font-size: 12px;
  font-weight: normal;
}
.apply-box .sb .st .linkr {
  float: right;
  margin-top: 5px;
  font-size: 12px;
}
.apply-box .sb .st h5 {
  float: left;
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
}
.apply-box .sb .st input[class*='checkBox'] + label {
  margin: 5px 11px 0 24px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
}
.apply-box .sb .st input[class*='checkBox']:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -3px;
  left: 1px;
  color: #BE2038;
  font-size: 12px;
}
.apply-box .hhtabs {
  margin-bottom: 10px;
}
.apply-box .cell {
  padding-left: 0;
  word-wrap: break-word;
  word-break: break-all;
}
.apply-box .spad {
  padding-bottom: 14px;
}
.apply-box .spad .address {
  border: none !important;
  margin: 0;
  padding: 0 !important;
}
.apply-box .spad .address .row {
  line-height: 30px;
}
.apply-box .spad .address li {
  /*padding: 3px 0;*/
}
.apply-box .spad .address .a1 {
  width: 106px;
}
.apply-box .spad .address .a2 {
  width: 373px;
  overflow: hidden;
}
.apply-box .spad .address .a3 {
  width: 175px;
}
.apply-box .spad .address .a4 {
  width: 40px;
}
.apply-box .spad .address .a5 {
  width: 224px;
  text-align: right;
  padding-right: 15px;
}
.apply-box .spad .address .hide {
  display: none;
}
.apply-box .spad .address .address-name {
  width: 86px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #BE2038 !important;
  position: relative;
  cursor: pointer;
}
.apply-box .spad .address .address-name-no {
  width: 86px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
}
.apply-box .spad .address .address-name:after {
  content: '';
  width: 17px;
  height: 16px;
  background: url('../../images/company/company-icon.png') no-repeat -334px -169px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.apply-box .spad .address li:hover {
  background-color: #f4f4f4;
}
.apply-box .spad .showmore {
  display: inline-block;
  margin-top: 9px;
  padding-right: 20px;
  position: relative;
}
.apply-box .spad .showmore::after {
  position: absolute;
  content: '';
  height: 6px;
  width: 11px;
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
  top: 5px;
  right: 0px;
}
.applycancelBTN {
  width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 30px;
  cursor: pointer;
  display: block;
  float: right;
  margin-bottom: 10px;
}
.applycancelBTN:hover {
  color: #666;
}
/*常购清单 end*/
/*原index-question-detail.less begin*/
.question-answer {
  margin-top: 20px;
  width: 1198px;
  border: 1px solid #eee;
  background-color: #f4f4f4;
  overflow: hidden;
}
.question-answer .question-left {
  width: 190px;
  float: left;
  padding: 0 60px;
}
.question-answer .question-left dl {
  margin-top: 35px;
}
.question-answer .question-left dl dt {
  width: 150px;
  margin: 0 auto 15px auto;
  text-align: center;
  position: relative;
}
.question-answer .question-left dl dt img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.question-answer .question-left dl dt span {
  display: block;
  position: absolute;
  width: 50px;
  height: 36px;
  line-height: 36px;
  background-color: #BE2038;
  top: 0;
  left: 0;
  color: #fff;
}
.question-answer .question-left dl dd h4 {
  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 10px 0;
  font-weight: normal;
  font-size: 12px;
}
.question-answer .question-left dl dd p {
  padding: 0;
  margin: 0 0 10px 0;
}
.question-answer .question-left dl dd p span {
  display: inline-block;
  color: #BE2038;
}
.question-answer .question-right {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 848px;
  float: right;
}
.question-answer .question-right .question-box {
  margin-top: 20px;
  padding-bottom: 2px;
}
.question-answer .question-right .question-box i {
  background-image: none;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border-radius: 10px;
  margin-right: 8px;
  vertical-align: top;
  font-style: normal;
}
.question-answer .question-right .question-box .question-infor {
  overflow: hidden;
}
.question-answer .question-right .question-box .question-infor h4 {
  overflow: hidden;
}
.question-answer .question-right .question-box .question-infor h4 span {
  display: inline-block;
  color: #333;
  font-weight: bold;
}
.question-answer .question-right .question-box .question-infor h4 span i {
  background-color: #FF6900;
}
.question-answer .question-right .question-box .question-infor h4 em {
  float: right;
  color: #999;
  font-style: normal;
  font-weight: normal;
}
.question-answer .question-right .question-box .question-infor p {
  width: 848px;
  position: relative;
}
.question-answer .question-right .question-box .question-infor p textarea {
  width: 848px;
  background-color: #f4f4f4;
  height: 160px;
  resize: none;
  border: none;
}
.question-answer .question-right .question-box .question-infor p span {
  width: 200px;
  height: 30px;
  text-align: right;
  position: absolute;
  color: #17181C;
  right: 10px;
  bottom: 0;
}
.question-answer .question-right .question-box .question-infor p button {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: #BE2038;
  color: #fff;
  font-size: 16px;
  border: none;
  margin-right: 30px;
}
.question-answer .question-right .question-box .question-list h4 {
  overflow: hidden;
  color: #333;
  padding: 0;
  margin: 0;
}
.question-answer .question-right .question-box .question-list h4 i {
  background-color: #9BD04B;
}
.question-answer .question-right .question-box .question-list ol {
  overflow: hidden;
}
.question-answer .question-right .question-box .question-list ol dl {
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  padding: 20px 0;
  color: #333;
}
.question-answer .question-right .question-box .question-list ol dl dt {
  width: 620px;
  float: left;
}
.question-answer .question-right .question-box .question-list ol dl dd {
  width: 200px;
  float: right;
  text-align: right;
}
.question-answer .question-right .question-box .question-list ol dl dd span {
  display: inline-block;
  color: #999;
  margin-left: 10px;
}
/*原index-question-detail.less end*/
/*我的收藏 原index-order-frequence.less begin*/
.arrivalShowHome {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  background: #000000;
  background: rgba(51, 51, 51, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, 0, endColorstr=#B2000000, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
  background: none\9;
}
.arrival-bombHome {
  width: 370px;
  position: absolute;
  top: 20%;
  left: 0px;
  margin: auto;
  right: 0;
  z-index: 999;
  border-radius: 8px;
  border: 5px solid #ddd;
  background-color: #fff;
}
.arrival-bombHome .arrival-title {
  height: 23px;
  background-color: #eee;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
}
.arrival-bombHome .arrival-title .title-left {
  float: left;
}
.arrival-bombHome .arrival-title .title-right {
  float: right;
}
.arrival-bombHome .arrival-title .title-right .close-img {
  cursor: pointer;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
}
.arrival-bombHome .arrival-main {
  font-size: 12px;
  padding-left: 15px;
}
.arrival-bombHome .arrival-main .main-text {
  width: 322px;
  position: relative;
  margin-bottom: 35px;
}
.arrival-bombHome .arrival-main .phoneText {
  height: 25px;
  border-radius: 15px;
  padding-left: 10px;
}
.arrival-bombHome .arrival-main .placeTextColor {
  color: #f23030;
  position: absolute;
  bottom: -18px;
  left: 90px;
}
.arrival-bombHome .arrival-main p {
  text-align: center;
  color: #999;
}
.arrival-bombHome .arrival-main .disB {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.arrival-bombHome .arrival-main .button-sure {
  margin-top: 25px;
  margin-bottom: 18px;
  text-align: center;
}
.arrival-bombHome .arrival-main .button-sure a {
  min-width: 90px;
  height: 35px;
  background: #BE2038;
  color: #fff;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}
.collection {
  float: right;
  width: 980px;
  background-color: #fff;
}
.collection .collection-title {
  height: 50px;
  line-height: 50px;
  margin: 0 20px;
}
.collection .collection-title .title-font {
  color: #333;
  font-weight: 900;
}
.collection .collection-title span {
  float: left;
  font-size: 14px;
}
.collection .collection-title .title-right {
  float: right;
  height: 50px;
  line-height: 50px;
}
.collection .collection-title .title-right span {
  font-size: 12px;
}
.collection .collection-title .title-right .paddr40 {
  padding-right: 44px;
}
.collection .collection-title .title-right .paddr22 {
  padding-right: 22px;
}
.collection .collection-title .title-right .join {
  display: flex;
  height: 50px;
  text-align: center;
  line-height: 50px;
  align-items: center;
  color: #818181;
}
.collection .collection-title .title-right .cancel {
  margin-right: 65px;
  /*  margin-top: 10px;*/
  cursor: pointer;
}
.collection .goodItem-bigBox {
  background-color: #ffffff;
  margin: unset;
  padding: 0 11px 50px 11px;
}
.collection .goodItem-bigBox .single-box-title {
  height: 40px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  margin-left: 9px;
  margin-right: 9px;
}
.collection .goodItem-bigBox .single-box-title span {
  display: inline-block;
  height: 38px;
  font-size: 14px;
  color: #BE2038;
  line-height: 38px;
  padding: 0 6px;
  border-bottom: 3px solid #BE2038;
}
.collection .goodItem-bigBox .good-box {
  width: 210px;
  height: 375px;
  padding: 10px 11px 12px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
}
.collection .goodItem-bigBox .good-box:hover {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}
.collection .goodItem-bigBox .good-box p {
  margin: 0;
  padding: 0;
}
.collection .goodItem-bigBox .good-box .price {
  margin-top: 12px;
  text-align: left;
  font-size: 20px;
  color: #BE2038;
  font-weight: bold;
}
.collection .goodItem-bigBox .good-box .price .money-img {
  font-size: 12px;
}
.collection .goodItem-bigBox .good-box .price .money-img2 {
  font-size: 16px;
}
.collection .goodItem-bigBox .good-box .price .money-through {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  padding-left: 5px;
  display: inline-block;
  line-height: 19px;
  vertical-align: bottom;
  font-weight: normal;
}
.collection .goodItem-bigBox .good-box .proName {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  height: 32px;
  font-size: 12px;
  font-weight: 400;
  color: #17181D;
  line-height: 16px;
}
.collection .goodItem-bigBox .good-box .shopName {
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #818181;
  line-height: 16px;
  margin-top: 6px;
}
.collection .goodItem-bigBox .good-box .good-tag {
  margin-top: 8px;
  height: 22px;
  overflow: hidden;
}
.collection .goodItem-bigBox .good-box .good-tag .self-sale {
  padding: 0px 4px;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 4px;
  background: #BE2038;
  color: #fff;
  border: 1px solid #BE2038;
  display: inline-block;
}
.collection .goodItem-bigBox .good-box .good-tag .event {
  padding: 0px 4px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 6px;
  background: #fff !important;
  color: #BE2038 !important;
  border: 1px solid #BE2038;
  display: inline-block;
}
.collection .goodItem-bigBox .good-box .pro-bottom {
  height: 26px;
  margin-top: 8px;
  width: 208px;
  text-align: center;
  border: 1px solid #E5E5E5;
  position: absolute;
  bottom: 12px;
  line-height: 26px;
  font-size: 12px;
  color: #BE2038;
  left: 0;
  right: 0;
  margin: auto;
}
.collection .goodItem-bigBox .good-box .pro-bottom .cart img {
  height: 15px;
  width: 16px;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.collection .goodItem-bigBox .good-box .pro-bottom .daohuo img {
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.collection .goodItem-bigBox .good-box .img-box {
  display: block;
}
.collection .goodItem-bigBox .good-box .img-box .good-img {
  position: relative;
  background-color: #f9f9f9;
}
.collection .goodItem-bigBox .good-box .img-box .good-img img {
  display: block;
}
.collection .goodItem-bigBox .good-box .img-box .good-img .shop-abate {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  width: 100%;
  height: 25px;
  text-align: center;
  background-color: rgba(23, 24, 29, 0.7);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.collection .goodItem-bigBox .good-box .cancel-collection {
  position: absolute;
  top: 0px;
  left: 168px;
}
.collection .goodItem-bigBox .good-box .cancel-collection span {
  display: block;
  width: 90px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #0166CC;
  color: #fff;
  cursor: pointer;
}
.collection .goodItem-bigBox .good-box .square {
  position: absolute;
  width: 260px;
  height: 310px;
  background-color: #BE2038;
  top: 0px;
  left: 0px;
  opacity: 0.8;
}
.collection .goodItem-bigBox .good-box .square span {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  top: 16px;
  right: 21px;
  background: url('../../images/company/company-icon.png') no-repeat -708px 0px;
}
.collection .goodItem-bigBox .good-box .square .right {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  top: 16px;
  right: 21px;
  background: url('../../images/company/company-icon.png') no-repeat -708px 0px;
}
.collection .goodItem-bigBox .noRight {
  margin-right: 0;
}
.collection-none {
  background: #fff;
  margin: 0;
  min-height: 513px;
}
.checkCollection {
  margin: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
/*我的收藏 end*/
/*订单详情 原index-order-detail.less begin*/
.order-details {
  background-color: #fff;
}
.order-details .order-details-left {
  width: 280px;
  min-height: 210px;
  text-align: center;
  float: left;
}
.order-details .order-details-left .margin-style {
  margin: 0;
  margin-top: 15px;
  font-size: 12px;
  color: #999;
}
.order-details .order-details-left .wait-send {
  color: #333;
  font-size: 20px;
  font-weight: 900;
  margin-top: 8px;
  margin-bottom: 16px;
}
.order-details .order-details-left .last-time {
  display: block;
  font-size: 12px;
  padding-left: 23px;
  position: relative;
  margin: 0px auto 5px;
  color: #999;
}
.order-details .order-details-left .last-time .time-content {
  position: relative;
}
.order-details .order-details-left .last-time .time-icon {
  background: url('../../images/company/company-default.png') no-repeat -70px -116px;
  height: 16px;
  width: 16px;
  position: absolute;
  left: -25px;
}
.order-details .order-details-left .time-pay {
  font-size: 12px;
  color: #999;
  display: block;
  margin-bottom: 8px;
}
.order-details .order-details-left .track-box {
  margin-bottom: 10px;
}
.order-details .order-details-left .track-box .track {
  position: relative;
  padding-left: 23px;
  padding-right: 13px;
}
.order-details .order-details-left .track-box .track::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 85px;
  background: url('../../images/company/company-default.png') no-repeat -68px -186px;
  width: 16px;
  height: 12px;
}
.order-details .order-details-left .track-box .track::before {
  content: '';
  position: absolute;
  top: 7px;
  right: 85px;
  background: #BE2038;
  height: 7px;
  width: 7px;
  border-radius: 5px;
}
.order-details .order-details-left .argin-box .athena-btn-xs-default-plain1 {
  display: inline-block;
  height: 23px;
  width: 78px;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  line-height: 23px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-right: 8px;
  cursor: pointer;
}
.order-details .order-details-left .argin-box .athena-btn-xs-theme {
  display: inline-block;
  height: 23px;
  width: 78px;
  border: 1px solid #BE2038;
  color: #fff;
  background-color: #BE2038;
  font-size: 12px;
  line-height: 23px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-right: 8px;
  cursor: pointer;
}
.order-details .order-details-left .argin-box .athena-btn-xs-theme-plain1 {
  display: inline-block;
  height: 23px;
  width: 78px;
  border: 1px solid #BE2038;
  color: #BE2038;
  font-size: 12px;
  line-height: 23px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-right: 8px;
  cursor: pointer;
}
.order-details .order-details-left .argin-box .notBright {
  border: none;
}
.order-details .order-details-right {
  float: left;
}
.order-good-box {
  margin-bottom: 20px;
}
.order-good-box .order-title-box {
  box-sizing: border-box !important;
  background-color: #f5f5f5 !important;
  border: 1px solid #eee !important;
}
.module-title {
  padding-top: 26px;
  padding-bottom: 22px;
}
.module-title span {
  color: #333;
}
.module-title.after-sale-module-title {
  display: flex;
  height: 40px;
  background-color: #fff;
  align-items: center;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.module-title.after-sale-module-title .center-crumb-arrowhead {
  margin: 0 10px;
}
.order-no-box {
  height: 40px;
  background: #f4f4f4;
  line-height: 40px;
  color: #333;
}
.order-title-box {
  height: 40px;
  background: #fff;
  line-height: 40px;
  font-size: 0;
  color: #333;
  border: 1px solid #ddd;
}
.order-title-box span {
  display: inline-block;
  font-size: 12px;
}
.title-one {
  padding-left: 20px;
  width: 700px;
}
.title-two {
  width: 128px;
}
.title-three {
  width: 117px;
}
.title-fore {
  width: 140px;
}
.pdTB25LR20 {
  padding: 20px 25px !important;
}
.goods-box .goods-box-dl {
  padding: 20px 0px 20px 20px;
  border: 1px solid #eee;
  border-bottom: none;
  margin-top: -1px;
  color: #333;
}
.goods-box .goods-box-dl dt {
  float: left;
  font-size: 0;
}
.goods-box .goods-box-dl dt .dt-left {
  display: inline-block;
  margin-right: 11px;
}
.goods-box .goods-box-dl dt .dt-left a {
  display: block;
}
.goods-box .goods-box-dl dt .dt-left a img {
  display: block;
}
.goods-box .goods-box-dl dt .dt-right {
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  vertical-align: top;
}
.goods-box .goods-box-dl dt .dt-right a {
  display: block;
  width: 535px;
  margin-bottom: 15px;
  color: #333;
}
.goods-box .goods-box-dl dt .dt-right span {
  color: #999;
}
.goods-box .goods-box-dl dd {
  float: left;
}
.goods-box .goods-box-dl .width180 {
  width: 180px;
  text-align: center;
}
.goods-box .goods-box-dl .width80 {
  width: 80px;
  text-align: center;
}
.goods-box .goods-box-dl .width140 {
  width: 140px;
  text-align: center;
  color: #BE2038;
}
.goods-box .goods-box-dl .width140 .supplement {
  display: inline-block;
  height: 23px;
  width: 78px;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  line-height: 23px;
  border-radius: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
.goods-box .service-Bigbox {
  width: 1158px;
  padding: 0 20px 20px;
  font-size: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.goods-box .service-Bigbox .service-box-left {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.goods-box .service-Bigbox .service-box-left .service-title {
  height: 35px;
  width: 337px;
  background: #f4f4f4;
  color: #000;
  line-height: 35px;
  text-align: center;
}
.goods-box .service-Bigbox .service-box-left .service-bottom {
  font-size: 0;
}
.goods-box .service-Bigbox .service-box-left .service-bottom .service-left {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.goods-box .service-Bigbox .service-box-left .service-bottom .service-left span {
  display: block;
  width: 114px;
  height: 30px;
  background: #f4f4f4;
  margin-top: 1px;
  line-height: 30px;
  padding-left: 16px;
}
.goods-box .service-Bigbox .service-box-left .service-bottom .service-right {
  font-size: 12px;
  vertical-align: top;
  display: inline-block;
  margin-left: 1px;
}
.goods-box .service-Bigbox .service-box-left .service-bottom .service-right span {
  display: block;
  width: 190px;
  height: 30px;
  background: #f4f4f4;
  margin-top: 1px;
  line-height: 30px;
  padding-left: 16px;
}
.goods-box .service-Bigbox .service-box-right {
  margin-left: 1px;
  display: inline-block;
  font-size: 0px;
  vertical-align: top;
  width: 798px;
  background: #f4f4f4;
  padding-top: 22px;
  padding-left: 22px;
  padding-bottom: 20px;
}
.goods-box .service-Bigbox .service-box-right .good-mes-right {
  margin-top: 5px;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.goods-box .service-Bigbox .service-box-right .good-mes-right .good-attr {
  display: block;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #999;
}
.goods-box .service-Bigbox .service-box-right .good-mes-left {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.goods-box .service-Bigbox .service-box-right .good-mes-left a {
  display: block;
}
.goods-box .service-Bigbox .service-box-right .good-mes-left a img {
  display: block;
}
.goods-box-border {
  border-left: 1px solid #ddd;
}
.goods-box-border .goods-box-dl {
  padding: 20px 0px 20px 0;
  margin-left: 20px;
  border-left: 0;
}
.user-mes-box {
  border: 1px solid #ddd;
  font-size: 0px;
}
.user-mes-box td {
  border: 1px solid #ddd;
  padding-left: 20px !important;
  vertical-align: top;
}
.user-mes-box td p {
  /*font-weight: bold;*/
  color: #000;
}
.user-mes-box div {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  border-right: 1px solid #ddd;
}
.one-user,
.two-user {
  width: 282px;
  padding-top: 19px;
  padding-left: 18px;
}
.one-user p,
.two-user p {
  font-size: 14px;
}
.one-user .max-width80per,
.two-user .max-width80per {
  max-width: 80%;
}
.one-user dl,
.two-user dl {
  margin-bottom: 8px;
}
.one-user dl dt,
.two-user dl dt {
  float: left;
  min-width: 64px;
}
.one-user dl .width194,
.two-user dl .width194 {
  width: 194px;
}
.one-user dl dd,
.two-user dl dd {
  float: left;
}
.home-container {
  background-color: unset !important;
}
.account-container {
  background-color: #fff !important;
}
#member .user-mes-box .cancel-reason {
  padding: 35px 25px;
}
#member .user-mes-box .cancel-reason p {
  font-size: 14px;
}
#member .user-mes-box .cancel-reason .max-width80per {
  max-width: 80%;
}
#member .user-mes-box .cancel-reason dl {
  margin-bottom: 8px;
}
#member .user-mes-box .cancel-reason dl dt {
  float: left;
  min-width: 64px;
}
#member .user-mes-box .cancel-reason dl .width194 {
  width: 194px;
}
#member .user-mes-box .cancel-reason dl dd {
  float: left;
}
.three-user {
  width: 282px;
  padding-top: 19px;
  padding-left: 18px;
}
.three-user p {
  font-size: 14px;
}
.three-user dl {
  margin-bottom: 8px;
}
.three-user dl dt {
  float: left;
  min-width: 80px;
}
.three-user dl .width194 {
  width: 194px;
}
.three-user dl dd {
  float: left;
}
.three-user dl .money-num {
  color: #BE2038;
  font-weight: 900;
}
.fore-user {
  width: 276px;
  padding-top: 19px;
  padding-left: 18px;
}
.fore-user p {
  font-size: 14px;
  padding-right: 17px;
}
.fore-user p .take-mes {
  float: left;
}
.fore-user p .mes-take {
  float: right;
  color: #0066cc;
}
.fore-user dl {
  margin-bottom: 8px;
}
.fore-user dl dt {
  float: left;
  min-width: 64px;
}
.fore-user dl .width194 {
  width: 194px;
}
.fore-user dl dd {
  float: left;
}
.user-remark {
  width: 100%;
  font-size: 12px;
  padding-left: 18px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-top: none;
  height: 144px;
  margin-bottom: 50px;
}
.user-remark dt {
  height: 52px;
  line-height: 52px;
  color: #333;
  font-size: 14px;
}
.user-remark dd {
  line-height: 24px;
  width: 100%;
  overflow: hidden;
}
.user-remark dd .user-remark-detail {
  float: left;
  width: 115px;
  margin: 0;
}
.user-remark dd .remark-detail {
  float: left;
  margin: 0;
}
/*订单详情 end*/
/*订单列表 原index-order-list.less begin*/
.cancel-close {
  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;
}
.delete-bomb {
  width: 282px;
  border: 5px solid #ddd;
  border-radius: 8px;
  position: fixed;
  z-index: 9999;
  top: 280px;
  left: 840px;
}
.delete-bomb .cancel-title {
  height: 23px;
  padding: 6px 15px;
  background: #f4f4f4;
  position: relative;
}
.delete-bomb .cancel-title .title-text {
  color: #17181D;
  float: left;
  font-weight: 600;
}
.delete-bomb .cancel-title .close-img {
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
  position: absolute;
  right: 11px;
  bottom: 11px;
}
.delete-bomb .delete-main {
  padding-top: 16px;
  padding-left: 30px;
}
.delete-bomb .delete-main .delete-icon .icon-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url('../../images/company/company-icon.png') no-repeat -518px -126px;
  vertical-align: middle;
  margin-right: 10px;
}
.delete-bomb .delete-main .delete-icon .icon-text {
  font-size: 20px;
  font-weight: 900;
  vertical-align: middle;
  color: #000;
}
.delete-bomb .delete-main .button-two {
  margin-left: 57px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.delete-bomb .delete-main .button-two a {
  display: inline-block;
  line-height: 25px;
  text-align: center;
}
.delete-bomb .delete-main .button-two .button-sure {
  height: 23px;
  width: 68px;
  border: 1px solid #BE2038;
  background-color: #BE2038;
  color: #fff;
  border-radius: 15px;
  margin-right: 5px;
}
.delete-bomb .delete-main .button-two .button-cancel {
  height: 23px;
  width: 68px;
  border: 1px solid #ccc;
  color: #999;
  border-radius: 15px;
}
.order-left {
  float: left;
  padding-top: 3px;
}
.order-left b {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  width: 2px;
  height: 12px;
  background-color: #ddd;
  margin-left: 15px;
  margin-right: 15px;
}
.order-left .mgall0-10 {
  margin: 0 10px;
}
.order-left span {
  display: inline-block;
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 15px;
  cursor: pointer;
}
.order-left .active {
  color: #BE2038;
  border-bottom: 2px solid #BE2038;
  height: 26px;
  line-height: 26px;
}
.queryOrderFloat {
  float: left;
  height: 45px;
  padding-left: 10px;
}
#order-us {
  background-color: #fff;
}
#order-us .pay-money b {
  font-weight: normal;
}
#order-us .pay-money .marginb {
  display: block;
  margin-bottom: 10px;
}
#order-us .order-group {
  margin: 0 20px;
  min-height: 503px;
}
#order-us .none-order {
  min-height: 634px;
}
.goods-active {
  color: #BE2038;
  border-bottom: 2px solid #BE2038;
  height: 26px;
}
.c3-1 {
  padding-right: 32px;
}
/*订单列表 end*/
/*兑换的商品 原index-favorite-goods begin*/
.always {
  float: right;
  width: 980px;
  box-sizing: border-box;
}
.always .follow-left span {
  display: inline-block;
  height: 28px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 20px;
  cursor: pointer;
}
.always .follow-left .goods-active {
  color: #BE2038;
  border-bottom: 2px solid #BE2038;
  height: 26px;
}
.always .follow-left b {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  width: 2px;
  height: 12px;
  background-color: #ddd;
  margin-left: 15px;
  margin-right: 15px;
}
.always .order-group {
  margin: 0 20px;
}
.always .goods-bigBox {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 20px;
}
.always .goods-bigBox .goods-box {
  width: 530px;
}
.always .goods-bigBox .goods-box .goods-title {
  height: 40px;
  background-color: #f4f4f4;
  line-height: 40px;
  padding: 0px 20px 0px 20px;
}
.always .goods-bigBox .goods-box .goods-title .marginr20 {
  margin-right: 20px;
}
.always .goods-bigBox .goods-box .goods-title dt {
  float: left;
  font-weight: 900;
  color: #000;
}
.always .goods-bigBox .goods-box .goods-title dd {
  float: right;
}
.always .goods-bigBox .goods-box .goods-title dd a {
  color: #0066cc;
}
.always .goods-bigBox .goods-box .good-item {
  height: 169px;
  border: 1px solid #eee;
  width: 484px;
  padding: 19px 24px 0px 20px;
}
.always .goods-bigBox .goods-box .good-item a {
  display: block;
}
.always .goods-bigBox .goods-box .good-item a .item-img {
  display: inline-block;
  margin-right: 10px;
}
.always .goods-bigBox .goods-box .good-item a .item-img img {
  display: block;
}
.always .goods-bigBox .goods-box .good-item a .item-mes {
  width: 318px;
  display: inline-block;
  vertical-align: top;
}
.always .goods-bigBox .goods-box .good-item a .item-mes .item-title {
  height: 41px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.always .goods-bigBox .goods-box .good-item a .item-mes .item-second {
  margin-bottom: 30px;
}
.always .goods-bigBox .goods-box .good-item a .item-mes .item-second span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.always .goods-bigBox .goods-box .good-item a .item-mes .item-second .text-one {
  font-size: 12px;
  background-color: #BE2038;
  color: #fff;
  text-align: center;
}
.always .goods-bigBox .goods-box .good-item a .item-mes .item-second .text-two {
  background-color: #f4f4f4;
  color: #BE2038;
  font-size: 16px;
  font-weight: 900;
  padding-left: 5px;
  padding-right: 5px;
}
.always .goods-bigBox .goods-box .good-item a .item-mes .item-second .width15 {
  width: 15px;
}
.always .goods-bigBox .goods-box .good-item a .item-mes .item-second .width34 {
  width: 34px;
}
.always .goods-bigBox .goods-box .good-item a .item-mes .text-num {
  display: block;
  margin-bottom: 5px;
}
.always .goods-bigBox .goods-box .good-item a .item-mes .color#666 {
  color: #17181C;
}
/*兑换的商品 end*/
/*售后 原index-after-sale.less begin*/
.not-sale-log {
  background: #fff;
  min-height: 534px;
}
.sale-log-box .order-group {
  background-color: #fff;
  padding: 20px;
  margin: 0;
}
.sale-log-box .order-group .evaluate-list {
  margin-top: 0;
}
.sale-log-box .order-group .evaluate-list .list-title {
  margin-top: 0;
}
.sale-log-box .suborder {
  margin-top: 11px;
  margin-bottom: 0;
}
.sale-log-box .suborder .cell {
  width: auto !important;
  margin-right: 40px;
  color: #818181;
  padding-right: 0 !important;
}
.sale-log-box .suborder .cell a {
  color: #818181;
}
.sale-log-box .suborder .cell a:hover {
  color: #BE2038;
}
.sale-log-box .suborder .cell .kefu-img {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  bottom: -3px;
}
.sale-log-box .bb {
  border-color: #eee !important;
}
.sale-log-box .order-list td .name {
  color: #17181D;
  font-weight: normal;
}
.sale-log-box .order-list td .name .change-color {
  color: #17181D;
}
.sale-log-box .order-list td .soon-buy {
  width: 88px !important;
  height: 28px !important;
  border-radius: 2px !important;
  border: 1px solid #CCCCCC !important;
  line-height: 28px !important;
  padding: 0 !important;
  display: inline-block !important;
}
.width617 {
  width: 540px;
}
.width817 {
  width: 817px;
}
.width105 {
  width: 90px;
}
.title {
  font-size: 16px;
  margin-top: 20px;
  height: 28px;
}
.tabPadding {
  display: block !important;
  padding-left: 10px !important;
}
.afterSaleWidth {
  min-width: 140px !important;
  display: inline-block;
}
.after-sale {
  float: none;
  width: auto;
  background: #fff;
  padding: 0 20px 20px 20px;
  /*售后服务*/
  /*售后详情*/
}
.after-sale .evaluate-list {
  width: 100%;
}
.after-sale .evaluate-list .home-allTitle {
  margin: 0;
}
.after-sale .order-group {
  width: 957px;
}
.after-sale .align-center {
  align-items: center;
}
.after-sale .back-good-box {
  display: flex;
  margin: 16px auto;
}
.after-sale .aftersalse-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 12px;
  outline: none;
}
.after-sale .upload-box {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.after-sale .upload-box .last-right {
  margin-top: 8px;
}
.after-sale select:invalid {
  color: #ccc;
}
.after-sale .aftersale-select-wrap {
  position: relative;
}
.after-sale .aftersale-select-wrap:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  right: 8px;
  bottom: 12px;
  display: flex;
  background-image: url("/images/custom/down-arrow-normal_2x.png");
  background-size: 12px 6px;
  background-repeat: no-repeat;
}
.after-sale .back-apply .back-type-box {
  display: flex;
  padding: 13px 0px 0px 0px;
  align-items: center;
}
.after-sale .back-apply .apply-mes {
  font-size: 12px;
}
.after-sale .back-apply .apply-mes .invoice {
  width: 91px;
  height: 26px;
  border: 2px solid #BE2038;
  text-align: center;
  line-height: 26px;
  position: relative;
}
.after-sale .back-apply .repair-text {
  padding: 21px 0px;
  margin-top: 38px;
  background: #f4f4f4;
  padding-left: 25px;
  font-size: 12px;
}
.after-sale .back-apply .repair-text span {
  display: block;
  margin-bottom: 8px;
}
.after-sale .back-apply .repair-text .repair-color {
  font-weight: 900;
  margin-bottom: 15px;
  margin-top: 0px;
}
.after-sale .back-apply .back-good-box:first-child {
  padding-top: 13px;
}
.after-sale .detail-mes .back-good-company {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  outline: none;
  width: 108px;
  height: 28px;
  border: 1px solid #eee;
  padding-left: 10px;
}
.after-sale .detail-mes .input-num {
  height: 31px;
  width: 300px;
  line-height: 31px;
}
.after-sale .aftersales-span {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 8px 11px;
  display: block;
  margin: 20px 34px;
  cursor: pointer;
}
.after-sale .aftersales-active {
  border: 2px solid #BE2038 !important;
}
.after-sale .text-left {
  text-align: left;
}
.after-sale .text-center {
  text-align: center;
}
.after-sale .text-right {
  text-align: right;
}
.after-sale .border-left {
  border-left: 1px solid #ddd;
}
.after-sale .aftersales-border {
  border: 1px solid #ddd;
}
.after-sale .aftersales-border select {
  width: 204px;
  height: 30px;
}
.after-sale .aftersales-border input {
  height: 26px;
  padding-left: 10px;
  box-sizing: border-box;
}
.after-sale .aftersales-border .last-left {
  float: left;
}
.after-sale .aftersales-border .last-left img {
  display: block;
}
.after-sale .aftersales-border .last-right {
  float: left;
  margin-left: 12px;
}
.after-sale .aftersales-border .last-right ul li:first-child {
  margin: 26px 0 6px 0;
}
.after-sale .border-dashed {
  border: 1px dashed #ddd;
}
.after-sale .border-width2 {
  border-width: 2px !important;
}
.after-sale .h40 {
  height: 40px;
}
.after-sale .line-height40 {
  line-height: 40px;
}
.after-sale .h20 {
  height: 20px !important;
}
.after-sale .h75 {
  height: 75px;
}
.after-sale .h90 {
  height: 90px;
}
.after-sale .h120 {
  height: 120px;
}
.after-sale .w90 {
  width: 90px;
}
.after-sale .max-fill {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.after-sale .radius4 {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.after-sale .lineH30 {
  line-height: 30px;
}
.after-sale .as-info a {
  height: 40px;
  overflow: hidden;
  display: block;
}
.after-sale .as-info p {
  height: 20px;
}
.after-sale .aftersales-details {
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
.after-sale .aftersales-details .detail-box {
  text-align: center;
}
.after-sale .aftersales-details .btn-box {
  float: right;
  margin-right: 30px;
  width: 98px;
  line-height: 30px;
}
.after-sale .aftersales-details .btn-box span {
  display: block;
  background-color: #fff;
  border-radius: 15px;
  color: #17181C;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  margin-top: 40px;
}
.after-sale .aftersales-details .aftersales-notpass {
  padding: 30px 0px 0px 20px;
}
.after-sale .aftersales-details .aftersales-notpass .not-pass {
  display: inline-block;
  vertical-align: top;
  width: 52px;
  height: 50px;
  background: url('../../images/company/company-icon.png') no-repeat -517px -126px;
}
.after-sale .aftersales-details .aftersales-notpass .aftersales-right {
  padding-bottom: 10px;
  display: inline-block;
  padding-left: 10px;
}
.after-sale .aftersales-details .aftersales-notpass .aftersales-right .aftersales-content {
  display: block;
  width: 780px;
  margin-top: 8px;
}
.after-sale .aftersales-details .aftersales-notpass .aftersales-btn {
  float: right;
  text-align: center;
  width: 128px;
}
.after-sale .aftersales-details .aftersales-notpass .aftersales-btn span {
  height: 30px;
  width: 98px;
  line-height: 30px;
  display: block;
  background-color: #fff;
  border-radius: 15px;
  color: #17181C;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.after-sale .aftersales-details ul li {
  position: relative;
  float: left;
  margin-top: 20px;
}
.after-sale .aftersales-details ul li p {
  line-height: 16px;
  margin-right: -30px;
  float: right;
  clear: both;
  width: 100px;
  text-align: center;
}
.after-sale .aftersales-details ul li img {
  float: right;
  background: #fafafa;
}
.after-sale .aftersales-details ul li.first {
  width: 40px;
}
.after-sale .aftersales-details ul .bggray {
  background: url(../images/gray.png) repeat-x;
  background-position: 0px 22px;
}
.after-sale .aftersales-details ul .bgred {
  background: url(../images/red.png) repeat-x;
  background-position: 0px 22px;
}
.after-sale .aftersales-details ul .step-num {
  position: absolute;
  color: #fff;
  font-size: 20px;
  right: 15px;
  top: 9px;
}
.after-sale .aftersales-details ul .pop-msg {
  position: absolute;
  left: 40%;
  margin-left: -45px;
  top: -30px;
  height: 45px;
  width: 108px;
  line-height: 37px;
  color: #BE2038;
}
.after-sale .aftersalse-input {
  width: 320px;
  height: 32px;
}
.after-sale .relation-logistics {
  border: 1px solid #999;
  position: absolute;
  padding: 5px;
  margin-left: 74px;
  background-color: #fff;
  min-width: 197px;
  z-index: 99;
  max-height: 200px;
  overflow: auto;
}
.after-sale .relation-logistics li:hover {
  background: #BE2038;
  color: #fff;
  cursor: pointer;
}
.after-sale .h40w102 {
  height: 40px;
  line-height: 40px;
  width: 102px;
}
.after-sale .h35w85 {
  height: 35px;
  line-height: 35px;
  width: 85px;
}
.after-sale .aftersales-submit {
  background: #BE2038;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  cursor: pointer;
}
.after-sale .aftersales-submit-op {
  width: 120px !important;
  height: 40px;
  border-radius: 4px;
  background-color: #BE2038 !important;
  margin-left: 114px;
}
.after-sale .aftersales-cancle {
  margin-left: 28px;
  font-size: 16px;
  background: #E9E9E9;
  color: #333;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.after-sale .aftersales-button {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-right: 20px;
  width: 115px;
  height: 29px;
  line-height: 29px;
  border-width: 2px !important;
  cursor: pointer;
  font-size: 12px;
}
.after-sale .aftersales-submit {
  width: 115px;
}
.after-sale .aftersales-submit[disabled] {
  background: #ccc;
  cursor: default;
}
.after-sale .jiaobiao {
  position: absolute;
  right: 0;
  bottom: 0;
}
.after-sale .item-checked-2 {
  position: absolute;
  top: 0;
  right: 0;
  background: url("/images/custom/item-checked-2.svg") no-repeat;
  background-size: contain;
  width: 18.5px;
  height: 18.5px;
}
.after-sale .aftersalse-num {
  width: 92px;
  height: 28px;
  margin: 0 auto;
  border: 1px solid #bbb;
  position: relative;
}
.after-sale .aftersalse-num .aftersales-input {
  float: left;
  width: 36px;
  height: 28px;
  padding: 0;
  text-align: center;
  line-height: 28px;
  border: 0 none !important;
}
.after-sale .aftersalse-num .button {
  float: left;
  width: 28px;
  height: 28px;
  padding: 0;
  font-size: 14px;
  border: 0 none;
  background-color: #ddd;
  cursor: pointer;
}
.after-sale .aftersalse-num [disabled] {
  cursor: default;
  background: #f2f2f2;
  color: #999;
}
.after-sale .aftersalse-num .button-left {
  cursor: pointer;
}
.after-sale .aftersalse-num .button-right {
  cursor: pointer;
}
.after-sale .aftersalse-dec {
  background-color: #fff;
  width: 92px;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.after-sale .w150 {
  width: 140px !important;
}
.after-sale .aftersales-textarea {
  border: 1px solid #ddd;
  outline: none;
  resize: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 12px;
  position: relative;
}
.after-sale .textarea-prompt {
  position: absolute;
  bottom: -15px;
  right: 12px;
  color: #ccc;
}
.after-sale .aftersales-delete {
  display: none;
  color: #fff;
  background: black;
  border-radius: 0px 4px 0px 0px;
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
  position: absolute;
  right: -3px;
  top: 0;
  cursor: pointer;
  width: 35px;
  height: 23px;
  text-align: center;
  opacity: 0.6;
}
.after-sale .show-del:hover .aftersales-delete {
  display: block;
}
.after-sale .ikonw {
  background: #ff5353;
  border: none;
  outline: none;
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 140px;
}
.after-sale .size {
  border: 1px dashed #ddd;
  position: relative;
  padding: 10px 5px 20px 5px;
}
.after-sale .size p {
  height: 5px;
}
.after-sale .size .modify-size {
  position: absolute;
  background: #BE2038;
  color: #fff;
  top: 0;
  right: 0;
  cursor: pointer;
}
.after-sale .size-content {
  padding-left: 10px;
  text-align: left;
  position: absolute;
  width: 300px;
  left: 0;
  top: 95px;
  height: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 999;
}
.after-sale .size-content span {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  padding: 1px 3px;
  text-align: center;
  border: 1px solid #999;
  margin: 4px 5px;
}
.after-sale .size-content td {
  vertical-align: top;
  font-size: 12px;
  padding: 5px 0 !important;
}
.after-sale .size-content td .aftersales-submit {
  border: none;
}
.after-sale .size-content td .aftersales-cancle {
  border: none;
}
.after-sale .size-content td span {
  font-size: 12px;
  width: 50px;
  cursor: pointer;
}
.after-sale .size-content td .active {
  border: 1px solid #BE2038;
}
.after-sale .size-content td .disabled {
  border-style: dashed;
  border-color: #ccc;
  color: #999;
  cursor: not-allowed;
}
/*售后 end*/
/*浏览历史 原index-favorite-store.less begin*/
.history-none {
  padding-top: 0;
  min-height: 614px;
  background: #fff;
}
.history {
  float: right;
  width: 980px;
  margin-bottom: 0;
  position: relative;
}
.history .blue-line {
  position: absolute;
  width: 4px;
  height: 285px;
  background-color: #BE2038;
  top: 98px;
  left: 20px;
  z-index: 100;
}
.history .history-title {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #fff;
  margin-bottom: 20px;
}
.history .history-title .title-font {
  color: #333;
  font-weight: 900;
}
.history .history-title span {
  float: left;
  font-size: 14px;
  font-weight: 900;
}
.history .history-title .allChose-box {
  float: right;
}
.history .history-title .allChose-box a {
  display: inline-block;
  width: 118px;
  height: 28px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 28px;
  margin-left: 18px;
}
.history .history-bigBox {
  position: relative;
  padding-top: 30px;
  background-color: #fff;
}
.history .history-bigBox::after {
  position: absolute;
  content: '';
  width: 42px;
  height: 15px;
  background: url('../../images/company/company-icon.png') no-repeat -646px -22px;
  bottom: -30px;
  left: -15px;
}
.history .history-bigBox .history-box {
  font-size: 0;
  padding-left: 7px;
  padding-bottom: 37px;
}
.history .history-bigBox .history-box .title-text {
  font-size: 14px;
}
.history .history-bigBox .history-box .history-box-title {
  padding-left: 18px;
  height: 40px;
  position: relative;
}
.history .history-bigBox .history-box .history-box-title .day-time {
  font-size: 20px;
  padding-right: 17px;
  position: relative;
}
.history .history-bigBox .history-box .history-good-box {
  display: inline-block;
  vertical-align: top;
  margin-left: 27px;
  margin-bottom: 14px;
  position: relative;
}
.history .history-bigBox .history-box .history-good-box .item-box {
  width: 212px;
  height: 283px;
  border: 1px solid #eee;
  padding: 15px 18px 0px;
}
.history .history-bigBox .history-box .history-good-box .item-box .item-text {
  margin-top: 13px;
  overflow: hidden;
  white-space: nowrap;
  /*用于规定内容不换行*/
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* 兼容谷歌*/
  /*兼容火狐*/
  margin-bottom: 10px;
}
.history .history-bigBox .history-box .history-good-box .item-box .price {
  margin-top: 10px;
}
.history .history-bigBox .history-box .history-good-box .item-box .price span {
  font-weight: 900;
  color: #BE2038;
}
.history .history-bigBox .history-box .history-good-box .item-box .price .price-text {
  font-size: 18px;
}
.history .history-bigBox .history-box .history-good-box .item-box a {
  display: block;
  font-size: 12px;
}
.history .history-bigBox .history-box .history-good-box .item-box a img {
  display: block;
}
.history .history-bigBox .history-box .history-good-box .cancel-chose {
  position: absolute;
  width: 90px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  background-color: #888;
  color: #fff;
  cursor: pointer;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.history .history-bigBox .history-box .history-good-box .square {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0px;
  left: 0px;
  opacity: 0.8;
}
.history .history-bigBox .history-box .history-good-box .square .square-right {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  top: 16px;
  right: 21px;
  background: url('../../images/my/history-select2.png') no-repeat -708px 0;
}
.history .line {
  display: inline-block;
  margin-bottom: 6px;
  width: 794px;
  height: 1px;
  background: #e5e5e5;
  text-align: right;
}
.end-text {
  width: 300px;
  margin: 0px auto;
}
.end-text span {
  color: #aaa;
}
.checkBrowse {
  margin: 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
/*浏览历史 end*/
/*消息 原message.less begin*/
.message-none {
  min-height: 500px;
}
.message {
  float: left;
  width: 1200px;
  margin-bottom: 56px;
  background-color: #fff;
}
.message .message-title {
  height: 58px;
  line-height: 58px;
  padding: 0;
  margin: 0 35px;
}
.message .message-title span {
  font-size: 16px;
}
.message .container-bigBox {
  background-color: #fff;
  margin: 0 35px;
}
.message .container-bigBox .container-box {
  font-size: 0px;
  border-bottom: 1px solid #eee;
}
.message .container-bigBox .container-box .msgTitle {
  padding-left: 16px;
  height: 16px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #17181D;
  line-height: 16px;
  margin-top: 15px;
  margin-bottom: 8px;
  font-weight: bold;
}
.message .container-bigBox .container-box .msgTitle::before {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #BE2038;
}
.message .container-bigBox .container-box .msgTitle-dis::before {
  content: none;
}
.message .container-bigBox .container-box .posR {
  position: relative;
}
.message .container-bigBox .container-box .sendTime {
  padding-left: 16px;
  height: 16px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #818181;
  line-height: 16px;
  margin-bottom: 15px;
}
.message .container-bigBox .container-box .down-arrow1 {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 12px;
}
.message .container-bigBox .container-box .up-arrow1 {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 11px;
}
.message .container-bigBox .container-box .text-title {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #818181;
  line-height: 16px;
  padding-left: 16px;
  margin-bottom: 15px;
  width: 1034px;
}
/*消息 end*/
/*评价晒单 原index-comment.less begin*/
.follow-left {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
.left-follow {
  float: left;
}
.evaluate-list {
  width: 940px;
  box-sizing: border-box;
  margin: auto;
}
.evaluate-none-two {
  min-height: 556px;
}
.suborder {
  margin-bottom: 11px;
}
.margin30 {
  display: inline-block;
  padding-right: 32px;
}
.margint {
  margin-top: 10px;
}
.img-block {
  display: block;
}
.change-color {
  color: #999;
}
.good-num {
  display: block;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
  margin-right: 80px;
}
.afterSaleColor {
  font-weight: 600;
  font-size: 14px;
}
.follow-right {
  float: right;
  font-size: 12px;
}
.follow-right input[type=text] {
  width: 180px;
  height: 26px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding-left: 10px;
  float: left;
}
.follow-right input[type=button] {
  width: 50px;
  height: 30px;
  background: #BE2038;
  border-bottom-style: none;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  color: #fff;
  float: left;
}
.follow-right select {
  width: 90px;
  height: 30px;
  margin-left: 5px;
}
.width90 {
  width: 90px;
}
.width100 {
  width: 100px;
}
.width110 {
  width: 110px;
}
.width116 {
  width: 116px;
}
.width120 {
  width: 120px;
}
.width126 {
  width: 126px;
}
.width160 {
  width: 160px;
}
.width170 {
  width: 170px;
}
.width206 {
  width: 206px;
}
.width308 {
  width: 308px;
}
.width518 {
  width: 518px;
}
.width646 {
  width: 646px;
}
.width733 {
  width: 733px;
}
.width825 {
  width: 825px;
}
.width830 {
  width: 830px;
}
.width_428 {
  width: 428px;
}
.width_128 {
  width: 128px;
}
.color_t {
  color: #818181;
}
.pL85 {
  padding-left: 85px;
  box-sizing: border-box;
}
.borderTop {
  border-top: 1px solid #eee;
}
.time-text {
  display: block;
}
.width440 {
  width: 440px;
}
.width154 {
  width: 154px;
}
.width118 {
  width: 118px;
}
.flex1 {
  flex: 1;
}
.evaluate-list .list-title {
  height: 40px;
  background: #f4f4f4;
  line-height: 40px;
  font-size: 12px;
  margin-top: 10px;
  display: flex;
}
.evaluate-list .list-title span {
  display: block;
  float: left;
  text-align: center;
}
.evaluate-list .list-title span:nth-child(1) {
  text-align: left;
}
.evaluate-list .list-title .width817 {
  width: 660px !important;
}
/*评价晒单 end*/
/*去评价 原index-go-comment.less begin*/
.good-evaluate {
  margin-bottom: 100px;
}
.good-evaluate .search {
  margin-top: 18px;
  height: 40px;
  font-size: 12px;
}
.good-evaluate .search .my-evalutate {
  padding-right: 35px;
  position: relative;
}
.good-evaluate .search .my-evalutate::before {
  content: '';
  position: absolute;
  top: 3px;
  right: 12px;
  width: 6px;
  height: 10px;
  background: url('../../images/company/company-default.png') no-repeat -25px -126px;
}
.good-evaluate .evaluate-title {
  margin-top: 0;
  width: 1200px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.good-evaluate .evaluate-title .item-good {
  display: inline-block;
  width: 85px;
  font-size: 14px;
}
.good-evaluate .evaluate-title .order {
  padding-right: 20px;
  font-size: 12px;
}
.good-evaluate .evaluate-title .change-color {
  color: #ccc;
  font-size: 12px;
}
.good-evaluate .evaluate-main {
  width: 1200px;
  position: relative;
  background-color: #ffffff;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.good-evaluate .evaluate-main:last-child {
  border-bottom: 0;
}
.good-evaluate .evaluate-main .evaluate-left {
  position: absolute;
  height: 100%;
  display: inline-block;
  width: 200px;
  padding: 20px 40px 0px 40px;
  top: 0;
}
.good-evaluate .evaluate-main .evaluate-left .img-box {
  display: block;
  margin-bottom: 8px;
  margin-top: 25px;
  background-color: #F9F9F9;
}
.good-evaluate .evaluate-main .evaluate-left .img-box img {
  display: block;
  margin: 0 auto;
}
.good-evaluate .evaluate-main .evaluate-left .fontSize {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.good-evaluate .evaluate-main .evaluate-left p {
  text-align: left;
}
.good-evaluate .evaluate-main .evaluate-right {
  width: 890px;
  display: inline-block;
  vertical-align: top;
  padding-left: 22px;
  padding-top: 32px;
  font-size: 12px;
  padding-bottom: 20px;
}
.good-evaluate .evaluate-main .evaluate-right .new-star {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.good-evaluate .evaluate-main .evaluate-right .one-dl {
  margin-bottom: 17px;
}
.good-evaluate .evaluate-main .evaluate-right dt {
  float: left;
  margin-right: 30px;
  width: 60px;
  text-align: right;
}
.good-evaluate .evaluate-main .evaluate-right dd {
  float: left;
}
.good-evaluate .evaluate-main .evaluate-right .mart14px {
  margin-top: 14px;
}
.good-evaluate .evaluate-main .evaluate-right .marginb {
  margin-bottom: 16px;
}
.good-evaluate .evaluate-main .evaluate-right .textarea-box {
  position: relative;
}
.good-evaluate .evaluate-main .evaluate-right .textarea-box .textarea {
  width: 756px;
  height: 146px;
  background: #ffffff;
  padding-top: 14px;
  padding-left: 14px;
  color: #999;
  border-bottom-style: none;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  resize: none;
  border: 1px solid #eeeeee;
}
.good-evaluate .evaluate-main .evaluate-right .textarea-box span {
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #818181;
}
.good-evaluate .evaluate-main .evaluate-right .colorB {
  color: #000;
}
.good-evaluate .evaluate-main .evaluate-right .notice {
  color: #BE2038;
  position: relative;
  padding-left: 42px;
}
.good-evaluate .evaluate-main .evaluate-right .notice::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0px;
  left: 20px;
  background: url('../../images/company/company-default.png') no-repeat -703px -101px;
}
.good-evaluate .evaluate-main .evaluate-right .star {
  margin-right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../../images/company/company-default.png') no-repeat -642px -12px;
}
.good-evaluate .evaluate-main .evaluate-right .star-active {
  background: url('../../images/company/company-default.png') no-repeat -665px -12px;
}
.good-evaluate .evaluate-main .evaluate-right .dl-three {
  margin-left: 73px;
}
.good-evaluate .evaluate-main .evaluate-right .item-img-box {
  position: relative;
  margin-right: 17px;
}
.good-evaluate .evaluate-main .evaluate-right .item-img-box .item-img {
  display: block;
}
.good-evaluate .submit-box {
  text-align: center;
  margin-top: 20px;
  height: 80px;
  line-height: 80px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.good-evaluate .submit-box .new_position {
  position: relative;
  top: -3px;
}
.good-evaluate .submit-box input[type=button] {
  padding: 0;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-right: 40px;
  width: 120px;
  height: 40px;
  border-radius: 2px;
  color: #fff;
  background: #BE2038;
}
.good-evaluate .submit-box span {
  padding-left: 5px;
  color: #818181;
}
.hideUserName {
  margin: 0;
}
/*去评价 end*/
/*追评 原index-chase-comment.less begin*/
.good-evaluate .change-height .evaluate-right {
  float: right;
}
.good-evaluate .change-height .evaluate-right .evaluate-time {
  margin-bottom: 15px;
}
.good-evaluate .change-height .evaluate-right .evaluate-time .time-text {
  padding-left: 10px;
}
.good-evaluate .change-height .evaluate-right .mart10 {
  margin-top: 8px;
}
.good-evaluate .change-height .evaluate-right .marb15 {
  margin-bottom: 10px;
}
.good-evaluate .tip {
  line-height: 32px !important;
}
/*追评 end*/
/*查看评价 原index-look-comment.less begin*/
.change-height {
  position: relative;
}
.evaluate-left {
  position: absolute;
  height: 100%;
}
.evaluate-right {
  float: right;
  box-sizing: border-box;
  min-height: 300px;
}
.evaluate-right .mart10 {
  margin-top: 15px !important;
  padding-bottom: 22px;
}
.evaluate-right .mart10 img {
  margin-right: 20px;
}
.evaluate-right .look-content {
  margin-top: 15px;
  border-bottom: 1px dashed #ccc !important;
  padding-bottom: 10px;
}
.evaluate-right .look-content .look-first {
  color: #000;
  line-height: 25px;
  display: inline-block;
  width: 760px;
  margin-top: -4px;
}
.evaluate-right .look-content:last-child {
  border-bottom: none !important;
}
.colorB {
  color: #000 !important;
}
/*查看评价 end*/
/*我的积分 原index-property-points.less begin*/
.integral-bigBox {
  float: right;
  width: 1080px;
}
.integral-bigBox .integral-box {
  height: 80px;
  background: #f4f4f4;
  padding: 0px 20px 0px 20px;
}
.integral-bigBox .integral-box .integral-left {
  float: left;
  height: 80px;
  line-height: 80px;
}
.integral-bigBox .integral-box .integral-left .pdR30 {
  padding-right: 30px;
}
.integral-bigBox .integral-box .integral-left .current-point {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.integral-bigBox .integral-box .integral-left .can-use-point {
  margin-right: 15px;
}
.integral-bigBox .integral-box .integral-left .freezed-point {
  padding-left: 15px;
  border-left: 3px solid #ddd;
}
.integral-bigBox .integral-box .integral-left span {
  vertical-align: middle;
}
.integral-bigBox .integral-box .integral-left b {
  vertical-align: middle;
  font-size: 30px;
  color: #333;
  padding: 0px 24px 0px 8px;
}
.integral-bigBox .integral-box .integral-right {
  float: right;
  height: 80px;
  line-height: 80px;
}
.integral-bigBox .integral-box .integral-right a {
  color: #0066cc;
}
.integral-bigBox .main-more {
  margin-top: 18px;
}
.integral-bigBox .main-more .main-title {
  margin-bottom: 8px;
}
.integral-bigBox .main-more .main-title span {
  display: inline-block;
}
.integral-bigBox .main-more .main-title .hand {
  cursor: pointer;
}
.integral-bigBox .main-more .main-title .text {
  text-align: center;
  height: 24px;
}
.integral-bigBox .main-more .main-title .goods-active {
  color: #BE2038;
  border-bottom: 2px solid #BE2038;
  height: 22px;
}
.integral-bigBox .main-more .main-title .line {
  height: 12px;
  vertical-align: middle;
  width: 2px;
  margin: 0px 15px 0px 15px;
  background-color: #ddd;
}
.integral-bigBox .main-detail {
  font-size: 12px;
}
.integral-bigBox .main-detail dl {
  height: 30px;
  background: #f4f4f4;
  line-height: 30px;
  padding-left: 56px;
}
.integral-bigBox .main-detail dl .detail-time {
  width: 130px;
  text-align: center;
}
.integral-bigBox .main-detail dl .income-text {
  width: 271px;
  text-align: center;
}
.integral-bigBox .main-detail dl .expend-text {
  width: 320px;
  text-align: center;
}
.integral-bigBox .main-detail dl dt {
  float: left;
}
.integral-bigBox .main-detail dl dd {
  float: left;
}
.integral-bigBox .all-detail-box,
.integral-bigBox .income-detail-box,
.integral-bigBox .expend-detail-box {
  border: 1px solid #eee;
  padding: 0px 19px;
  font-size: 12px;
}
.integral-bigBox .all-detail-box dl,
.integral-bigBox .income-detail-box dl,
.integral-bigBox .expend-detail-box dl {
  height: 30px;
  border-bottom: 1px solid #eee;
}
.integral-bigBox .all-detail-box dl .time-text,
.integral-bigBox .income-detail-box dl .time-text,
.integral-bigBox .expend-detail-box dl .time-text {
  width: 130px;
  text-align: center;
  padding-left: 37px;
}
.integral-bigBox .all-detail-box dl .commission-text,
.integral-bigBox .income-detail-box dl .commission-text,
.integral-bigBox .expend-detail-box dl .commission-text {
  width: 130px;
  text-align: center;
}
.integral-bigBox .all-detail-box dl .icome-detail,
.integral-bigBox .income-detail-box dl .icome-detail,
.integral-bigBox .expend-detail-box dl .icome-detail {
  width: 271px;
  text-align: center;
}
.integral-bigBox .all-detail-box dl .icome-detail span,
.integral-bigBox .income-detail-box dl .icome-detail span,
.integral-bigBox .expend-detail-box dl .icome-detail span {
  color: #333;
}
.integral-bigBox .all-detail-box dl .expend-detail,
.integral-bigBox .income-detail-box dl .expend-detail,
.integral-bigBox .expend-detail-box dl .expend-detail {
  width: 320px;
  text-align: center;
}
.integral-bigBox .all-detail-box dl .expend-detail .expend-color,
.integral-bigBox .income-detail-box dl .expend-detail .expend-color,
.integral-bigBox .expend-detail-box dl .expend-detail .expend-color {
  color: #999;
}
.integral-bigBox .all-detail-box dl dt,
.integral-bigBox .income-detail-box dl dt,
.integral-bigBox .expend-detail-box dl dt {
  float: left;
}
.integral-bigBox .all-detail-box dl dd,
.integral-bigBox .income-detail-box dl dd,
.integral-bigBox .expend-detail-box dl dd {
  float: left;
}
/*我的积分 end*/
/*奖品 原award.less begin*/
.award-page {
  float: right;
  width: 980px;
}
.award-page .award-title {
  height: 38px;
}
.award-page .award-title span {
  font-size: 16px;
}
.award-page .award-nav {
  margin-bottom: 8px;
  margin-top: 10px;
}
.award-page .award-nav span {
  display: inline-block;
}
.award-page .award-nav .hand {
  cursor: pointer;
}
.award-page .award-nav .text {
  height: 24px;
}
.award-page .award-nav .goods-active {
  border-bottom: 2px solid #BE2038;
  height: 22px;
  color: #BE2038;
}
.award-page .award-nav .line {
  width: 2px;
  vertical-align: middle;
  height: 12px;
  margin: 0px 15px;
  background-color: #ddd;
}
.award-page .item-good-box {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 12px;
}
.award-page .item-good-box .item-good-title {
  height: 30px;
  background-color: #f4f4f4;
  padding-left: 108px;
  line-height: 30px;
}
.award-page .item-good-box .item-good-title span {
  display: inline-block;
}
.award-page .item-good-box .item-good-title .width549 {
  width: 549px;
}
.award-page .item-good-box .item-good-title .width234 {
  width: 234px;
}
.award-page .item-good-box .item-good-title .width103 {
  width: 103px;
}
.award-page .item-good-box .all-goods-box,
.award-page .item-good-box .allow-goods-box,
.award-page .item-good-box .ready-goods-box,
.award-page .item-good-box .invalid-goods-box,
.award-page .item-good-box .car-goods-box {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.award-page .item-good-box .all-goods-box dl,
.award-page .item-good-box .allow-goods-box dl,
.award-page .item-good-box .ready-goods-box dl,
.award-page .item-good-box .invalid-goods-box dl,
.award-page .item-good-box .car-goods-box dl {
  padding-top: 14px;
  padding-left: 21px;
  padding-bottom: 14px;
  border-top: 1px solid #eee;
}
.award-page .item-good-box .all-goods-box dl dt,
.award-page .item-good-box .allow-goods-box dl dt,
.award-page .item-good-box .ready-goods-box dl dt,
.award-page .item-good-box .invalid-goods-box dl dt,
.award-page .item-good-box .car-goods-box dl dt {
  float: left;
  margin-right: 10px;
}
.award-page .item-good-box .all-goods-box dl dt .img-box,
.award-page .item-good-box .allow-goods-box dl dt .img-box,
.award-page .item-good-box .ready-goods-box dl dt .img-box,
.award-page .item-good-box .invalid-goods-box dl dt .img-box,
.award-page .item-good-box .car-goods-box dl dt .img-box {
  display: block;
}
.award-page .item-good-box .all-goods-box dl dt .img-box img,
.award-page .item-good-box .allow-goods-box dl dt .img-box img,
.award-page .item-good-box .ready-goods-box dl dt .img-box img,
.award-page .item-good-box .invalid-goods-box dl dt .img-box img,
.award-page .item-good-box .car-goods-box dl dt .img-box img {
  display: block;
}
.award-page .item-good-box .all-goods-box dl .good-text,
.award-page .item-good-box .allow-goods-box dl .good-text,
.award-page .item-good-box .ready-goods-box dl .good-text,
.award-page .item-good-box .invalid-goods-box dl .good-text,
.award-page .item-good-box .car-goods-box dl .good-text {
  width: 335px;
}
.award-page .item-good-box .all-goods-box dl .width122,
.award-page .item-good-box .allow-goods-box dl .width122,
.award-page .item-good-box .ready-goods-box dl .width122,
.award-page .item-good-box .invalid-goods-box dl .width122,
.award-page .item-good-box .car-goods-box dl .width122 {
  width: 122px;
  text-align: center;
}
.award-page .item-good-box .all-goods-box dl .user-text,
.award-page .item-good-box .allow-goods-box dl .user-text,
.award-page .item-good-box .ready-goods-box dl .user-text,
.award-page .item-good-box .invalid-goods-box dl .user-text,
.award-page .item-good-box .car-goods-box dl .user-text {
  padding-left: 53px;
  width: 350px;
}
.award-page .item-good-box .all-goods-box dl .user-text span,
.award-page .item-good-box .allow-goods-box dl .user-text span,
.award-page .item-good-box .ready-goods-box dl .user-text span,
.award-page .item-good-box .invalid-goods-box dl .user-text span,
.award-page .item-good-box .car-goods-box dl .user-text span {
  display: block;
}
.award-page .item-good-box .all-goods-box dl dd,
.award-page .item-good-box .allow-goods-box dl dd,
.award-page .item-good-box .ready-goods-box dl dd,
.award-page .item-good-box .invalid-goods-box dl dd,
.award-page .item-good-box .car-goods-box dl dd {
  float: left;
  padding-top: 10px;
}
.award-page .item-good-box .all-goods-box {
  border: none;
}
/*奖品 end*/
/*领取奖品 原receive-award.less begin*/
.receive-award {
  float: right;
  width: 1080px;
  margin-top: 20px;
}
.receive-award .receive-title {
  height: 34px;
}
.receive-award .receive-title span {
  font-size: 16px;
}
.receive-award .good-mes {
  height: 80px;
  border: 1px solid #eee;
  padding-top: 14px;
  padding-left: 21px;
  padding-bottom: 14px;
  font-size: 0;
  margin-bottom: 10px;
}
.receive-award .good-mes .img-box {
  display: inline-block;
  margin-right: 10px;
}
.receive-award .good-mes .good-text {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  font-size: 12px;
}
.receive-award .user-box {
  background-color: #f4f4f4;
  padding-top: 23px;
  padding-left: 20px;
  padding-right: 16px;
  padding-bottom: 23px;
  font-size: 12px;
}
.receive-award .user-box .sb .st {
  margin-bottom: 10px;
  color: #000;
  overflow: hidden;
  *zoom: 1;
}
.receive-award .user-box .sb .st h4 {
  font-size: 14px;
}
.receive-award .user-box .sb .st .linkr {
  float: right;
  margin-top: 5px;
  font-size: 12px;
}
.receive-award .user-box .sb .st h5 {
  float: left;
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
}
.receive-award .user-box .sb .st input[class*='checkBox'] + label {
  margin: 5px 11px 0 24px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
}
.receive-award .user-box .sb .st input[class*='checkBox']:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -3px;
  left: 1px;
  color: #BE2038;
  font-size: 12px;
}
.receive-award .user-box .sb .st a {
  color: #0066cc;
}
.receive-award .user-box .spad {
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}
.receive-award .user-box .spad .address .row {
  line-height: 30px;
}
.receive-award .user-box .spad .address li {
  padding: 3px 0;
}
.receive-award .user-box .spad .address .a1 {
  width: 106px;
}
.receive-award .user-box .spad .address .a2 {
  width: 373px;
  overflow: hidden;
}
.receive-award .user-box .spad .address .a3 {
  width: 175px;
}
.receive-award .user-box .spad .address .a4 {
  width: 40px;
}
.receive-award .user-box .spad .address .a5 {
  width: 170px;
  text-align: right;
  padding-right: 15px;
}
.receive-award .user-box .spad .address .hide {
  display: none;
}
.receive-award .user-box .spad .address .address-name {
  width: 86px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #BE2038 !important;
  position: relative;
  cursor: pointer;
}
.receive-award .user-box .spad .address .address-name-no {
  width: 86px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
}
.receive-award .user-box .spad .address .address-name:after {
  content: '';
  width: 17px;
  height: 16px;
  background: url('../../images/company/company-icon.png') no-repeat -334px -169px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.receive-award .user-box .spad .address li:hover {
  background-color: #fff2f2;
}
.receive-award .user-box .spad .showmore {
  display: inline-block;
  margin-top: 9px;
  padding-right: 20px;
  position: relative;
}
.receive-award .user-box .spad .showmore::after {
  position: absolute;
  content: '';
  height: 6px;
  width: 11px;
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
  top: 5px;
  right: 0px;
}
.receive-award-box {
  margin-top: 29px;
  padding-left: 18px;
}
.receive-award-box input[type=button] {
  border-bottom-style: none;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  width: 120px;
  height: 40px;
  background-color: #BE2038;
  color: #fff;
}
.receive-award-box p {
  color: #999;
}
/*领取奖品 end*/
/*伊豆 原edou.less begin*/
/*伊豆 end*/
/*优惠券 原index-property-coupons.less begin*/
.coupon-page {
  float: right;
  width: 980px;
}
#coupon {
  min-height: 500px;
}
#coupon .home-allTitle {
  height: 40px;
  margin: 0 !important;
  border-bottom: 0;
  padding-left: 20px;
}
#coupon .home-allTitle .title-text {
  margin: 0 20px;
}
#coupon .award-nav {
  margin-bottom: 24px;
}
#coupon .award-nav .hand {
  cursor: pointer;
}
#coupon .coupon-none {
  min-height: 494px;
  text-align: center;
}
#coupon .coupon-none .coupoon-left {
  margin-top: 79px;
}
#coupon .coupon-none .coupoon-left img {
  width: 160px;
  height: 160px;
  display: inline-block;
}
#coupon .coupon-none .coupon-right {
  display: block;
  margin-top: 40px;
  font-size: 14px;
  color: #818181;
}
#coupon .coupon-bigBox {
  float: left;
  padding: 0 20px;
  background: #fff;
  background-color: #fff;
  width: 940px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#coupon .coupon-nav {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
#coupon .coupon-nav .hand {
  cursor: pointer;
  padding: 10px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
}
#coupon .coupon-nav .goods-active {
  color: #BE2038;
  border-bottom: 3px solid #BE2038;
}
#coupon .coupon-box {
  display: inline-block;
  margin-bottom: 0;
  float: left;
  padding: 20px 20px 0 20px;
}
#coupon .coupon-box .single-coupon-box {
  display: inline-block;
  z-index: 1;
  width: 210px;
  height: 260px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: url(../../images/my/coupon-ziying.png) no-repeat;
  background-size: 100%;
  position: relative;
}
#coupon .coupon-box .single-coupon-box .future-expired {
  background: url(../../images/my/coupon-left.png) no-repeat;
  background-size: 100%;
  width: 55px;
  height: 55px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#coupon .coupon-box .single-coupon-box .future-expired span {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.87, M12=0.5, M21=-0.5, M22=0.87, SizingMethod="auto expand");
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.87,M12=0.5,M21=-0.5,M22=0.87,SizingMethod='auto expand');
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 11px;
  white-space: nowrap;
  height: 38px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 17px;
}
#coupon .coupon-box .single-coupon-box .coupon-title {
  color: #fff;
  height: 100px;
  overflow: hidden;
}
#coupon .coupon-box .single-coupon-box .coupon-title .top-box-text {
  padding-top: 10px;
  text-align: center;
}
#coupon .coupon-box .single-coupon-box .coupon-title .top-box-text span {
  display: inline-block;
}
#coupon .coupon-box .single-coupon-box .coupon-title .top-box-text .text-icon {
  font-size: 16px;
  font-weight: bold;
}
#coupon .coupon-box .single-coupon-box .coupon-title .top-box-text .text {
  font-size: 40px;
  font-weight: bold;
  margin-right: 4px;
}
#coupon .coupon-box .single-coupon-box .coupon-title .top-box-text .text-type {
  height: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 18px;
  position: relative;
  top: -2px;
}
#coupon .coupon-box .single-coupon-box .coupon-title .money-rule {
  text-align: center;
  height: 36px;
  overflow: hidden;
  padding: 0 12px;
}
#coupon .coupon-box .single-coupon-box .coupon-title .money-rule span {
  line-height: 1;
}
#coupon .coupon-box .single-coupon-box .bottom-box {
  color: #515151;
  position: relative;
  padding: 16px 10px;
  font-size: 12px;
}
#coupon .coupon-box .single-coupon-box .bottom-box .normal {
  font-size: #17181D;
}
#coupon .coupon-box .single-coupon-box .bottom-box .top-bottom {
  overflow: hidden;
}
#coupon .coupon-box .single-coupon-box .bottom-box .bottom-title {
  color: #333;
  padding: 12px 20px;
  padding-left: 0px;
}
#coupon .coupon-box .single-coupon-box .bottom-box .bottom-desc {
  position: relative;
  overflow: hidden;
  margin-top: 8px;
  height: 84px;
  word-break: break-all;
}
#coupon .coupon-box .single-coupon-box .bottom-box .bottom-desc span {
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  word-break: break-all;
}
#coupon .coupon-box .single-coupon-box .bottom-box .icon-box {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
#coupon .coupon-box .single-coupon-box .bottom-box .icon-box .img-icon {
  display: block;
  width: 56px;
  height: 56px;
  position: relative;
  background: url(../../images/my/coupon-used.png) no-repeat;
  background-size: 100%;
}
#coupon .coupon-box .single-coupon-box .bottom-box .icon-box .img-icon-2 {
  display: block;
  width: 56px;
  height: 56px;
  position: relative;
  background: url(../../images/my/coupon-overdue.png) no-repeat;
  background-size: 100%;
}
#coupon .coupon-box .single-coupon-box .bottom-box .button-box {
  text-align: center;
}
#coupon .coupon-box .single-coupon-box .bottom-box .button-box span {
  display: inline-block;
  height: 30px;
  width: 100px;
  color: #e60012;
  border: 1px solid #e60012;
  line-height: 30px;
  margin-bottom: 10px;
  margin-left: 3px;
}
#coupon .coupon-box .noRight {
  margin-right: 0;
}
#coupon .coupon-box .pinpai-coupon-box {
  background: url(../../images/my/coupon-shangjia.png) no-repeat;
  background-size: 100%;
}
#coupon .coupon-box .yunfei-coupon-box {
  background: url(../../images/my/coupon-yunfei.png) no-repeat;
  background-size: 100%;
}
#coupon .coupon-box .single-gery-coupon-box {
  background: url(../../images/my/coupon-dis.png) no-repeat;
  background-size: 100%;
}
/*优惠券 end*/
/*优惠码 原voucher.less begin*/
#voucher .award-nav {
  position: relative;
}
#voucher .award-nav .hand {
  cursor: pointer;
}
#voucher .award-box {
  position: relative;
}
#voucher .square {
  position: absolute;
  min-width: 20px;
  height: 20px;
  background-color: #BE2038;
  color: #fff;
  top: -12px;
  right: -16px;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
#voucher .square-two {
  position: absolute;
  min-width: 20px;
  height: 20px;
  background-color: #BE2038;
  color: #fff;
  top: -12px;
  right: -15px;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
#voucher .voucher-box {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 15px;
  float: left;
  vertical-align: top;
}
#voucher .voucher-box .voucher-title {
  height: 40px;
  background-color: #f4f4f4;
  line-height: 40px;
  padding-left: 22px;
  width: 328px;
}
#voucher .voucher-box .voucher-main {
  width: 315px;
  height: 220px;
  border: 1px solid #eee;
  padding-left: 19px;
  padding-right: 14px;
}
#voucher .voucher-box .voucher-main .one-dl {
  border-bottom: 1px solid #eee;
}
#voucher .voucher-box .voucher-main .one-dl dt {
  padding-top: 14px;
}
#voucher .voucher-box .voucher-main .one-dl dt span {
  display: inline-block;
}
#voucher .voucher-box .voucher-main .one-dl dt span b {
  color: #BE2038;
}
#voucher .voucher-box .voucher-main .one-dl dt span .already {
  color: #999;
}
#voucher .voucher-box .voucher-main .one-dl dt .clone {
  border: 1px solid #ddd;
  border-radius: 14px;
  text-align: center;
  line-height: 24px;
  margin-left: 15px;
  cursor: pointer;
  color: #000;
  font-weight: 900;
  padding: 2px 20px;
}
#voucher .voucher-box .voucher-main .one-dl dt .already {
  color: #999;
}
#voucher .voucher-box .voucher-main .one-dl dd {
  width: 315px;
  margin-top: 14px;
  margin-bottom: 12px;
}
#voucher .voucher-box .voucher-main .one-dl dd span {
  word-break: break-all;
}
#voucher .voucher-box .voucher-main .two-dl {
  padding-top: 8px;
  font-size: 12px;
}
#voucher .voucher-box .voucher-main .two-dl dd {
  padding-top: 8px;
}
#voucher .award-left span {
  height: 58px;
  width: 60px;
  background: url('../../images/company/company-bitmap.png') no-repeat -337px -72px;
}
#voucher .input-text {
  width: 453px;
  height: 31px;
  padding-left: 15px;
  vertical-align: top;
}
#voucher .sure-button {
  display: inline-block;
  width: 100px;
  height: 35px;
  background: #BE2038;
  vertical-align: text-bottom;
  text-align: center;
  line-height: 35px;
  color: #fff;
  margin-left: 15px;
  vertical-align: top;
}
/*优惠码 end*/
.no-data-tap {
  text-align: center;
  margin: auto;
}
.no-data-tap .top img {
  width: 160px;
  height: 160px;
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 40px;
}
.no-data-tap .bottom {
  font-size: 14px;
  color: #818181;
  line-height: 18px;
}
/*购买咨询 原index-consult-list.less begin*/
.consult {
  float: right;
  width: 980px;
}
.consult .consult-no {
  position: relative;
  min-height: 614px;
  background: #fff;
  width: 100%;
  margin: 0;
}
.consult .consult-title {
  font-size: 16px;
  margin-top: 20px;
  height: 28px;
}
.consult .consult-content {
  padding: 0px 20px 20px;
  background: #fff;
  min-height: 575px;
}
.consult .consult-content .cont {
  overflow: hidden;
  zoom: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.consult .consult-content .icon_ask {
  width: 16px;
  height: 16px;
  color: #fff;
  line-height: 16px;
  float: left;
  margin-top: 0;
  margin-right: 17px;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
}
.consult .consult-content .tit .def {
  float: right;
  color: #999;
  line-height: 16px;
  font-size: 12px;
}
.consult .consult-content .tit .tt {
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #17181D;
  line-height: 16px;
  display: inline-block;
  width: 750px;
}
.consult .consult-content .tit .icon_ask {
  background-color: #BE2038;
}
.consult .consult-content .tic {
  margin-top: 15px;
  margin-bottom: 5px;
}
.consult .consult-content .tic .tt {
  max-height: 32px;
  font-size: 12px;
  color: #818181;
  line-height: 16px;
  display: inline-block;
  width: 750px;
}
.consult .consult-content .tic .icon_ret {
  background-color: #FF9343;
}
.consult .consult-content .tib .tt {
  height: 16px;
  font-size: 12px;
  color: #818181;
  line-height: 16px;
  display: inline-block;
}
/*购买咨询 end*/
/*我的问答 原index-question-list.less begin*/
.question {
  float: right;
  width: 980px;
  min-height: 500px;
}
.question .question-content {
  background: #fff;
  min-height: 614px;
  padding: 0 20px;
}
.question .question-content .question-left {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.question .question-content .question-left span {
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: #17181D;
  margin-right: 40px;
  font-weight: bold;
}
.question .question-content .question-left .quiz-active {
  color: #BE2038;
  border-bottom: 2px solid #BE2038;
  height: 40px;
  line-height: 40px;
}
.problem-box {
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #e5e5e5;
}
.problem-box .one-text {
  display: inline-block;
  font-size: 12px;
  height: 16px;
  width: 16px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  margin-right: 8px;
  vertical-align: top;
}
.problem-box .answer {
  background: #FF6900;
  position: absolute;
  top: 0px;
  left: -30px;
}
.problem-box .question-text {
  width: 16px;
  height: 16px;
  background: #BE2038;
  border-radius: 2px;
}
.problem-box dl {
  display: flex;
  flex: 1;
  font-size: 12px;
  margin-bottom: 14px;
}
.problem-box dl dt {
  display: flex;
  align-items: center;
  flex: 685px;
}
.problem-box dl dt .width685 {
  width: 685px;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  color: #818181;
}
.problem-box dl dt .problem-aa {
  color: #17181D !important;
  word-wrap: break-word;
}
.problem-box dl dt .problem-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.problem-box dl dd {
  display: flex;
}
.problem-box dl dd .user-name {
  margin-right: 15px;
  color: #000;
}
.problem-box dl dd .color-9 {
  color: #999;
}
.problem-box .second-dl {
  margin-left: 30px;
  position: relative;
}
.problem-box .go-QA {
  position: absolute;
  left: -60px;
  top: 10px;
}
.problem-box .go-QA a {
  padding-left: 28px;
  display: inline-block;
  margin-top: 14px;
  padding-right: 14px;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #326FAC;
  line-height: 16px;
}
.problem-box .go-QA a .goArrow-left {
  background: url('../../images/company/company-default.png') no-repeat -25px -126px;
}
.problem-box .go-QA a .goArrow-two {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 7px;
  height: 10px;
}
.problem-box .line {
  padding-bottom: 20px;
}
/*我的问答 end*/
/*我的发票 原index-bill.less begin*/
.seriesAttr {
  margin-top: 0 !important;
}
.c9 {
  color: #999 !important;
}
.width114 {
  width: 114px;
}
/*我的发票 end*/
/*发票详情 原index-bill-detail.less begin*/
.aftersales-border {
  border: 1px solid #ddd;
}
.pdT12 {
  padding-top: 12px !important;
}
.pdB12 {
  padding-bottom: 12px !important;
}
.evaluate-list {
  margin-bottom: 0px;
  margin-top: 9px;
}
.evaluate-list .title-list {
  height: 40px !important;
  line-height: 40px !important;
}
.bill-title {
  font-size: 12px;
  height: 53px;
  line-height: 53px;
  cursor: pointer;
}
/*发票详情 end*/
/*渠道会员下单 原index-member-channel begin*/
.dialogItem {
  top: 50%;
  left: 50%;
  margin-left: -125px;
  margin-top: -50px;
}
.category-ztree #categoryTree li {
  float: none;
}
.category-ztree {
  position: relative;
}
.channelPosition {
  position: relative;
}
#categoryTree {
  margin-top: 0;
  border: 1px solid #8a6d3b;
  width: 239px;
  max-height: 360px;
  overflow-y: scroll;
  overflow-x: auto;
  position: absolute;
  left: 70px;
  background-color: #fff;
  z-index: 100;
}
.member {
  float: left;
  width: 1080px;
}
.member .member-title {
  font-size: 16px;
  margin: 20px 0px 15px 0px;
  height: 50px;
  line-height: 50px;
  font-weight: 900;
  background: #f5f5f5;
  color: #333;
  padding-left: 20px;
}
.member .member-collect {
  margin-top: 15px;
  height: 90px;
}
.member .member-collect .merber-search-fr {
  float: right !important;
}
.member .member-collect .member-search {
  width: 33.3%;
  float: left;
  margin-bottom: 15px;
}
.member .member-collect .member-search label {
  margin-right: 10px;
}
.member .member-collect .member-search input[type=text] {
  width: 250px;
  height: 26px;
}
.member .member-collect .member-search select {
  width: 250px;
  height: 30px;
}
.member .member-collect .member-search input[type="submit"] {
  width: 140px;
  height: 30px;
  line-height: 30px;
  background-color: #BE2038;
  margin-right: 8px;
}
.member .member-collect .member-search input[type="reset"] {
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #f4f4f4;
  color: #000;
}
.member .left-all {
  position: absolute;
  top: 0px;
  right: -35px;
  cursor: pointer;
  height: 121px;
  width: 28px;
  border: 1px solid #ddd;
}
.member .left-all span {
  width: 15px;
  font-size: 12px;
  position: absolute;
  top: 3px;
  left: 8px;
}
.member .member-nav {
  height: 30px;
  line-height: 30px;
  background-color: #f4f4f4;
  font-size: 12px;
  border: 1px solid #f4f4f4;
}
.member .member-nav .firstLi {
  width: 60px;
}
.member .member-nav .productLi {
  margin-left: 70px;
}
.member .member-nav input[type="checkbox"] {
  display: none;
}
.member .member-nav .chk_1 + label {
  background-color: #fff;
  border: 1px solid #999;
  padding: 5px;
  display: inline-block;
  position: relative;
}
.member .member-nav .chk_1:checked + label {
  border: 1px solid #BE2038;
  color: #222;
}
.member .member-nav .chk_1:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -11px;
  left: 0px;
  color: #BE2038;
  width: 100%;
  text-align: center;
  font-size: 0.4em;
  padding: 1px 0 0 0;
  vertical-align: text-top;
}
.member ul {
  overflow: hidden;
}
.member ul li {
  float: left;
}
.member .red {
  color: #f23030;
  font-size: 14px;
  font-weight: bold;
}
.member .mgT30 {
  margin-top: 30px;
}
.member .n1 {
  width: 34px;
}
.member .n2 {
  width: 100px;
}
.member .n3 {
  width: 386px;
}
.member .n3 a {
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 32px;
}
.member .n3 span {
  display: block;
  color: #999;
}
.member .n4 {
  width: 200px;
}
.member .n5 {
  width: 140px;
}
.member .n6 {
  width: 88px;
}
.member .n6 span {
  height: 40px;
  display: block;
}
.member .n8 {
  cursor: pointer;
  width: 110px;
}
.member .n8 span {
  display: block;
}
.member .mgR20 {
  margin-right: 20px;
}
.member .member-box .member-content {
  padding: 15px 0;
  font-size: 12px;
  box-sizing: border-box;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.member .member-box .member-content .twoLi {
  width: 30px;
}
.member .member-box .member-content .good-mes-title {
  word-wrap: break-word;
}
.member .member-box .member-content input[type="checkbox"] {
  display: none;
}
.member .member-box .member-content .chk_1 + label {
  background-color: #fff;
  border: 1px solid #999;
  padding: 5px;
  display: inline-block;
  position: relative;
}
.member .member-box .member-content .chk_1:checked + label {
  background-color: #fff2f2;
  border: 1px solid #BE2038;
  color: #222;
}
.member .member-box .member-content .chk_1:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -4px;
  left: 0px;
  color: #BE2038;
  width: 100%;
  text-align: center;
  font-size: 0.4em;
  padding: 1px 0 0 0;
  vertical-align: text-top;
}
.member .member-box .member-content:last-child {
  border-bottom: 1px solid #eee;
}
.member .member-box .member-content:hover {
  background-color: #fff2f2;
}
.member .member-box .pitchOnStatus {
  background-color: #fff2f2;
}
#memberAddress .adschange {
  position: absolute;
  top: 295px;
  left: 472px;
  width: 450px;
  padding: 5px 5px 30px 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 100;
}
#memberAddress .adschange li {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}
#memberAddress .adschange .tab {
  height: 30px;
  font-size: 0;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
#memberAddress .adschange .tab li {
  padding: 0 10px;
  line-height: 29px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  background-color: #f4f4f4;
}
#memberAddress .adschange .tab .active {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
#memberAddress .adschange .content-member {
  display: none;
  margin-top: 5px;
}
#memberAddress .adschange .content-member li {
  width: 90px;
  padding: 0 8px;
  margin: 5px 0;
}
#memberAddress .adschange .content-member li:hover {
  color: #BE2038;
}
#memberAddress .adschange .content-member li.col2 {
  width: 196px;
}
#memberAddress .adschange .content-member.active {
  display: block;
}
/*渠道会员下单 end*/
/*补购服务 原index-order-subsidy.less begin*/
.buy-service {
  float: right;
  width: 1080px;
}
.buy-service .buy-service-box {
  color: #000;
}
.buy-service .buy-service-box .service-title {
  height: 35px;
  line-height: 35px;
  background: #f4f4f4;
  padding-left: 22px;
  font-size: 0;
}
.buy-service .buy-service-box .service-title span {
  display: inline-block;
  font-size: 12px;
}
.buy-service .buy-service-box .service-title .width480 {
  width: 480px;
}
.buy-service .buy-service-box .service-title .width315 {
  width: 315px;
}
.buy-service .buy-service-box .service-title .width161 {
  width: 161px;
}
.buy-service .buy-service-box .service-good-box {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.buy-service .buy-service-box .service-good-box dl {
  padding-top: 13px;
  border-top: 1px solid #eee;
  padding-bottom: 17px;
  padding-left: 22px;
}
.buy-service .buy-service-box .service-good-box dl dd {
  float: left;
  font-size: 12px;
}
.buy-service .buy-service-box .service-good-box dl .width235 {
  width: 235px;
  font-size: 12px;
  padding-right: 68px;
  height: 1px;
}
.buy-service .buy-service-box .service-good-box dl .width235 span {
  color: #999;
}
.buy-service .buy-service-box .service-good-box dl dt {
  float: left;
  font-size: 0;
  padding-right: 62px;
}
.buy-service .buy-service-box .service-good-box dl dt .dt-left {
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
}
.buy-service .buy-service-box .service-good-box dl dt .dt-left a {
  display: block;
}
.buy-service .buy-service-box .service-good-box dl dt .dt-left a img {
  display: block;
}
.buy-service .buy-service-box .service-good-box dl dt .dt-right {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  width: 322px;
}
.buy-service .buy-service-box .service-good-box .service-good {
  font-size: 0;
  padding-left: 22px;
  margin-bottom: 28px;
}
.buy-service .buy-service-box .service-good-box .service-good span {
  display: inline-block;
  font-size: 12px;
}
.buy-service .buy-service-box .service-good-box .service-good .width779 {
  width: 779px;
}
.buy-service .buy-service-box .service-good-box .service-good .width141 {
  width: 141px;
}
.buy-service .buy-service-box .service-good-box .service-good * html .num-box {
  width: 90px;
}
.buy-service .buy-service-box .service-good-box .service-good .num-box {
  font-size: 14px;
  font-weight: 900;
  display: inline-block;
  width: 92px !important;
  height: 28px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.buy-service .buy-service-box .service-good-box .service-good .num-box input[type=button] {
  padding: 0;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  width: 28px;
  height: 28px;
  background: white;
  float: left;
}
.buy-service .buy-service-box .service-good-box .service-good .num-box input[type=text] {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  float: left;
  vertical-align: middle;
  width: 32px;
  height: 26px;
  border-top: none;
  text-align: center;
  line-height: 30px;
}
.buy-service .go-pay-text {
  display: block;
  width: 160px;
  height: 50px;
  background: #BE2038;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 25px;
  margin-left: 22px;
}
/*补购服务 end*/
/*增票资质 原account-invoice.less begin*/
#member #add-tick {
  float: right;
  width: 979px;
  position: relative;
  min-height: 580px;
  border-left: 1px solid #eee;
}
#add-tick .tip {
  color: #BE2038;
  font-size: 12px;
}
#add-tick .add-ticket {
  background-color: #fff;
  padding-bottom: 20px;
}
#add-tick .add-ticket .border-zero {
  border: 0;
}
#add-tick .add-ticket .add-ticket-box {
  background-color: #fff;
}
#add-tick .add-ticket .add-ticket-box .add-padding {
  padding: 20px 20px 0 20px;
}
#add-tick .invoice .tips {
  font-size: 12px;
  padding: 20px;
  background: #F7F8F6;
  color: #212121;
}
#add-tick .invoice .tips p {
  margin: 0;
  line-height: 24px;
}
#add-tick .invoiceInfo .in-title {
  font-size: 12px;
  color: #818181;
  margin-top: 24px;
  margin-bottom: 20px;
  display: block;
  padding-left: 20px;
}
#add-tick .invoiceInfo input {
  padding-left: 10px;
}
#add-tick .invoiceInfo .pd20 {
  padding-left: 20px;
  margin: 0;
}
#add-tick .invoiceInfo .statusbar-wrap {
  padding: 0 40px;
}
#add-tick .invoiceInfo .statusbar-wrap .statusbar-box {
  background: #FFFADD;
  padding: 7px 20px;
  color: #666;
  font-size: 12px;
}
#add-tick .invoiceInfo .statusbar-wrap .statusbar-box .status-desc {
  padding-right: 14px;
}
#add-tick .invoiceInfo .statusbar-wrap .statusbar-box .green {
  color: #76AC3F;
}
#add-tick .invoiceInfo .statusbar-wrap .statusbar-box .red {
  color: #BE2038;
}
#add-tick .invoiceInfo .statusbar-wrap .statusbar-box .statusbar-btn {
  width: 72px;
  height: 24px;
  background: #F8F8F8;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  padding: 0;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  margin-left: 10px;
}
#add-tick .invoiceInfo .form {
  width: 510px;
  margin-left: 80px;
}
#add-tick .invoiceInfo h3 {
  margin: 0;
}
#add-tick .invoiceInfo h3 a {
  color: #0000ff;
  text-decoration: underline;
}
#add-tick .form-group select {
  height: 36px;
  width: 81px;
}
#add-tick .form-group input[type="file"] {
  position: absolute;
  left: 219px;
  opacity: 0;
  height: 36px;
  filter: alpha(opacity=0);
  z-index: 99;
  width: 143px;
}
#add-tick .form-group .file {
  width: 143px;
}
#add-tick .invoiceInfo .btn {
  float: left;
  margin-left: 5px;
  color: #777;
  font-size: 12px;
  background-color: #eee;
  width: 80px;
}
#add-tick .invoiceInfo .message {
  text-align: center;
}
#add-tick .form-group .updBtn.del {
  position: absolute;
  right: -80px;
}
#add-tick .invoiceShow .tax {
  margin-left: 142px;
}
#add-tick .invoiceShow .tax li {
  float: left;
  margin-right: 20px;
  font-size: 12px;
  text-align: center;
}
#add-tick .invoiceShow .tax li a {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
#add-tick .invoiceShow .demand-text {
  font-size: 12px;
  margin-left: 142px;
  color: #999;
}
#add-tick .invoiceShow .sumbit-box {
  margin-left: 134px;
  line-height: 40px;
  background-color: #BE2038;
  text-align: center;
  color: #fff;
  outline: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-bottom: 20px;
  width: 120px;
  height: 40px;
  border-radius: 4px;
}
#add-tick .invoiceShow dl {
  margin-bottom: 14px;
}
#add-tick .invoiceShow dt {
  float: left;
  width: 124px;
  height: 28px;
  padding-top: 7px;
  font-size: 12px;
  text-align: right;
  margin-right: 10px;
}
#add-tick .invoiceShow dd {
  max-width: 600px;
  float: left;
  overflow: hidden;
  line-height: 32px;
  padding: 0;
  font-size: 14px;
}
#add-tick .invoiceShow dd .ticket-people {
  width: 200px;
  height: 30px;
}
#add-tick .invoiceShow dd input {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
#add-tick .invoiceShow dd select {
  width: 110px;
  height: 28px;
}
#add-tick .invoiceShow dd .detail-local {
  width: 420px;
}
#add-tick .invoiceShow dd.ddImg {
  height: 200px;
  margin-top: 8px;
}
#add-tick .invoiceShowDetail {
  padding: 0 40px;
  color: #212121;
  font-size: 12px;
}
#add-tick .invoiceShowDetail dl {
  margin-bottom: 12px;
}
#add-tick .invoiceShowDetail dl dt,
#add-tick .invoiceShowDetail dl dd {
  display: inline-block;
}
/*增票资质 end*/
/*问答详情 原index-question-answer.less begin*/
.question-answer {
  margin-top: 20px;
  width: 1198px;
  border: 1px solid #eee;
  background-color: #f4f4f4;
  overflow: hidden;
}
.question-answer .question-left {
  width: 190px;
  float: left;
  padding: 0 60px;
}
.question-answer .question-left dl {
  margin-top: 35px;
}
.question-answer .question-left dl dt {
  width: 150px;
  margin: 0 auto 15px auto;
  text-align: center;
  position: relative;
}
.question-answer .question-left dl dt img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.question-answer .question-left dl dt span {
  display: block;
  position: absolute;
  width: 50px;
  height: 36px;
  line-height: 36px;
  background-color: #BE2038;
  top: 0;
  left: 0;
  color: #fff;
}
.question-answer .question-left dl dd h4 {
  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 10px 0;
  font-weight: normal;
  font-size: 12px;
}
.question-answer .question-left dl dd p {
  padding: 0;
  margin: 0 0 10px 0;
}
.question-answer .question-left dl dd p span {
  display: inline-block;
  color: #BE2038;
}
.question-answer .question-right {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 848px;
  float: right;
}
.question-answer .question-right .question-box {
  margin-top: 20px;
  padding-bottom: 2px;
}
.question-answer .question-right .question-box i {
  background-image: none;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border-radius: 10px;
  margin-right: 8px;
  vertical-align: top;
  font-style: normal;
}
.question-answer .question-right .question-box .question-infor {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.question-answer .question-right .question-box .question-infor h4 {
  overflow: hidden;
}
.question-answer .question-right .question-box .question-infor h4 span {
  display: inline-block;
  color: #333;
  font-weight: bold;
}
.question-answer .question-right .question-box .question-infor h4 span i {
  background-color: #FF6900;
}
.question-answer .question-right .question-box .question-infor h4 em {
  float: right;
  color: #999;
  font-style: normal;
  font-weight: normal;
}
.question-answer .question-right .question-box .question-infor p {
  width: 848px;
  position: relative;
}
.question-answer .question-right .question-box .question-infor p textarea {
  width: 99%;
  background-color: #f4f4f4;
  height: 160px;
  resize: none;
  border: none;
}
.question-answer .question-right .question-box .question-infor p span {
  width: 200px;
  height: 30px;
  text-align: right;
  position: absolute;
  color: #17181C;
  right: 10px;
  bottom: 0;
}
.question-answer .question-right .question-box .question-infor p button {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: #BE2038;
  color: #fff;
  font-size: 16px;
  border: none;
  margin-right: 30px;
}
.question-answer .question-right .question-box .question-list {
  padding-bottom: 20px;
}
.question-answer .question-right .question-box .question-list h4 {
  overflow: hidden;
  color: #333;
  padding: 0;
  margin: 0;
}
.question-answer .question-right .question-box .question-list h4 i {
  background-color: #9BD04B;
}
.question-answer .question-right .question-box .question-list ol {
  overflow: hidden;
}
.question-answer .question-right .question-box .question-list ol dl {
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  padding: 20px 0;
  color: #333;
}
.question-answer .question-right .question-box .question-list ol dl dt {
  width: 620px;
  float: left;
}
.question-answer .question-right .question-box .question-list ol dl dd {
  width: 200px;
  float: right;
  text-align: right;
}
.question-answer .question-right .question-box .question-list ol dl dd span {
  display: inline-block;
  color: #999;
  margin-left: 10px;
}
/*问答详情 end*/
/*维修 原sale-repair.less begin*/
.apply-title {
  margin: 0 0 10px 0;
}
.apply-title span {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}
.repair-box {
  overflow: hidden;
}
.repair-box .repair-nav {
  height: 30px;
  width: 100%;
  margin-bottom: 10px;
}
.repair-box .repair-nav ul {
  width: 680px;
  float: left;
}
.repair-box .repair-nav ul li {
  padding: 3px 0;
  display: inline-block;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.repair-box .repair-nav ul li.active {
  color: #BE2038;
  border-bottom: 2px solid #BE2038;
}
.repair-box .repair-nav ul b {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  width: 2px;
  height: 12px;
  background-color: #ddd;
  margin-left: 15px;
  margin-right: 15px;
}
.repair-box .repair-nav p {
  width: 360px;
  float: right;
  margin: 0;
  text-align: right;
}
.repair-box .repair-nav p input {
  width: 230px;
  border: 1px solid #ddd;
  height: 26px;
  float: right;
  padding-left: 10px;
}
.repair-box .repair-nav p a {
  background-color: #BE2038;
  width: 50px;
  color: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: right;
  display: inline-block;
}
.repair-box .repair-list {
  width: 100%;
  overflow: hidden;
}
.repair-box .repair-list .repair-list-con {
  overflow: hidden;
}
.repair-box .repair-list .repair-list-con .repair-header {
  background-color: #f4f4f4;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #333;
  font-size: 12px;
}
.repair-box .repair-list .repair-list-con .repair-header span {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  float: left;
}
.repair-box .repair-list .repair-list-con .repair-header span.column1 {
  width: 520px;
  text-align: left !important;
  padding-left: 20px;
}
.repair-box .repair-list .repair-list-con .repair-header span.column1 label {
  display: inline-block;
  float: right;
  margin-right: 30px;
}
.repair-box .repair-list .repair-list-con .repair-header span.column2 {
  width: 110px;
}
.repair-box .repair-list .repair-list-con .repair-header span.column3 {
  width: 170px;
}
.repair-box .repair-list .repair-list-con .repair-header span.column4 {
  width: 120px;
}
.repair-box .repair-list .repair-list-con .repair-header span.column5 {
  width: 120px;
}
.repair-box .repair-list .repair-list-con .repair-header span.column6 {
  width: 200px;
}
.repair-box .repair-list .repair-list-con .repair-header span.column7 {
  width: 160px;
}
.repair-box .repair-list .repair-list-con .repair-header span.column8 {
  width: 160px;
}
.repair-box .repair-list .repair-list-con .repair-con {
  overflow: hidden;
  margin-bottom: 10px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list {
  margin-bottom: 10px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list h4 {
  background-color: #f4f4f4;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list h4 em {
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  margin-right: 30px;
  font-weight: normal;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list h4 cite {
  width: 210px;
  position: absolute;
  right: 0px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span {
  border: 1px solid #eee;
  overflow: hidden;
  font-size: 12px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  padding: 15px 0;
  padding-bottom: 20000px;
  margin-bottom: -20000px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column1 {
  width: 539px;
  text-align: left !important;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column1 dl {
  padding-left: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column1 dl dt {
  width: 82px;
  height: 82px;
  float: left;
  margin-right: 10px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column1 dl dt img {
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column1 dl dd {
  float: left;
  width: 427px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column1 dl dd h5 {
  overflow: hidden;
  font-weight: normal;
  margin-top: 0;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column1 dl dd h5 cite {
  width: 327px;
  height: 32px;
  color: #333;
  float: left;
  font-style: normal;
  font-size: 12px;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column1 dl dd h5 em {
  width: 90px;
  display: inline-block;
  color: #999;
  float: left;
  font-style: normal;
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column1 dl dd p {
  margin: 0;
  color: #999;
  font-size: 12px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column2 {
  width: 109px;
  color: #333;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column2 i {
  width: 16px;
  height: 19px;
  background: url('../../images/company/company-default.png') no-repeat -70px -97px;
  margin-right: 5px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column3,
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column6 {
  width: 169px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column3 h6,
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column6 h6 {
  margin: 0 10px 6px 10px;
  font-size: 12px;
  padding-bottom: 6px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  color: #999;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column3 h6 em,
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column6 h6 em {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #BE2038;
  font-weight: bold;
  margin-top: 2px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column3 cite,
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column6 cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  color: #999;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column4,
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column7 {
  width: 119px;
  color: #999;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column4 a,
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column7 a {
  display: block;
  color: #333;
  margin-top: 10px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column5,
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column8 {
  width: 120px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column5 a,
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column8 a {
  display: inline-block;
  width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 30px;
  cursor: pointer;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column5 a:hover,
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column8 a:hover {
  color: #17181C;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column6 {
  width: 200px !important;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column7 {
  width: 160px !important;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column8 {
  width: 160px !important;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span:last-child {
  border-right: none;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span {
  position: relative;
  border: 1px solid #eee;
  overflow: hidden;
  font-size: 12px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  position: relative;
  text-align: center;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column1 {
  width: 565px;
  text-align: left !important;
  padding: 15px 0 0 0;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column1 .applyCheck {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 15px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column1 label {
  position: absolute;
  top: 20px;
  left: 0;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column1 dl {
  padding-left: 40px;
  overflow: hidden;
  margin-bottom: 15px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column1 dl dt {
  width: 82px;
  height: 82px;
  float: left;
  margin-right: 10px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column1 dl dt img {
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column1 dl dd {
  float: left;
  width: 433px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column1 dl dd h5 {
  overflow: hidden;
  font-weight: normal;
  margin-top: 0;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column1 dl dd h5 cite {
  width: 327px;
  height: 32px;
  color: #333;
  float: left;
  font-style: normal;
  font-size: 12px;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column1 dl dd h5 em {
  width: 90px;
  display: inline-block;
  color: #999;
  float: left;
  font-style: normal;
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column1 dl dd p {
  margin: 0;
  color: #999;
  font-size: 12px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column2 {
  width: 329px;
  height: 112px;
  text-align: center;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column2 .apply-num {
  padding-top: 40px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column2 .apply-num .numbox {
  display: inline-block;
  vertical-align: middle;
  width: 116px;
  height: 28px;
  padding: 0;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ddd;
  margin-left: 5px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column2 .apply-num .numbox button {
  float: left;
  width: 28px;
  height: 28px;
  padding: 0;
  font-size: 18px;
  border: 0 none;
  background-color: #fff;
  cursor: pointer;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column2 .apply-num .numbox input {
  float: left;
  width: 58px;
  height: 28px;
  padding: 0;
  text-align: center;
  line-height: 28px;
  border: 0 none;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column3 {
  width: 174px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column3 em {
  display: block;
  font-style: normal;
  color: #17181C;
  margin-bottom: 5px;
  text-align: center;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column4 {
  width: 508px;
  color: #17181C;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span:last-child {
  border-right: none;
}
.aftersales-textarea {
  border: none;
  outline: none;
  resize: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.textarea-prompt {
  position: absolute;
  bottom: 3px;
  right: 22px;
  color: #999;
}
.aftersales-border {
  border: 1px solid #ddd;
}
.aftersales-border .posR {
  position: relative;
}
.aftersales-border .disIB {
  display: inline-block;
}
.aftersales-border .h120 {
  height: 120px;
}
.aftersales-border .fr {
  float: right;
}
.aftersales-border .text-center {
  text-align: center;
}
.aftersales-border .text-center .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;
}
.aftersales-border select {
  width: 204px;
  height: 30px;
}
.aftersales-border input {
  height: 26px;
  padding-left: 10px;
  box-sizing: border-box;
}
.aftersales-border .last-left {
  float: left;
}
.aftersales-border .last-left img {
  display: block;
}
.aftersales-border .last-right {
  float: left;
  margin-left: 12px;
}
.aftersales-border .last-right ul li:first-child {
  margin: 26px 0 6px 0;
}
.apply-mes {
  font-size: 12px;
  margin-bottom: 20px;
}
.apply-mes .mgt0 {
  margin-top: 0px;
}
.apply-mes .invoice {
  width: 91px;
  height: 26px;
  border: 2px solid #BE2038;
  text-align: center;
  line-height: 26px;
  position: relative;
}
.apply-box {
  border: 1px solid #eee;
  overflow: hidden;
  padding: 20px;
  font-size: 12px;
  margin-bottom: 20px;
}
.apply-box .no-pass {
  overflow: hidden;
}
.apply-box .no-pass dl {
  overflow: hidden;
  position: relative;
}
.apply-box .no-pass dl cite {
  width: 80px;
  height: 26px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-style: normal;
}
.apply-box .no-pass dl cite a {
  width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 30px;
  cursor: pointer;
  display: block;
  float: right;
  margin-bottom: 10px;
}
.apply-box .no-pass dl cite a:hover {
  color: #17181C;
}
.apply-box .no-pass dl dt {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 20px;
  background: url('../../images/company/company-icon.png') no-repeat -518px -126px;
}
.apply-box .no-pass dl dd {
  float: left;
  width: 968px;
}
.apply-box .no-pass dl dd h5 {
  font-size: 22px;
  margin: 0 0 10px 0;
  color: #333;
}
.apply-box .no-pass dl dd h6 {
  font-weight: normal;
  margin: 0 0 10px 0;
}
.apply-box .no-pass dl dd .no-passDes {
  font-size: 14px;
}
.apply-box .no-pass dl dd p {
  margin: 0;
}
.apply-box .no-pass dl dd p span {
  width: 82px;
  height: 82px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.apply-box .no-pass dl dd p span img {
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
}
.apply-box .person-infor {
  margin: 0;
  padding: 20px 0;
}
.apply-box .person-infor span {
  display: inline-block;
  background-color: #BE2038;
  padding: 2px 5px;
  color: #fff;
  text-align: center;
}
.apply-box .repair-process {
  display: block;
  width: 500px;
  height: 70px;
  margin: 0 auto;
  background: url(../../images/temporary/saleprocess-img.png) no-repeat;
}
.apply-box .repair-process.pro1 {
  background-position: 0 0;
}
.apply-box .repair-process.pro2 {
  background-position: 0 -80px;
}
.apply-box .repair-process.pro3 {
  background-position: 0 -155px;
}
.apply-box .repair-proBtn {
  width: 80px;
  display: block;
  position: absolute;
  top: 23px;
  right: 26px;
  text-align: right;
}
.apply-box .apply-list {
  margin-bottom: 15px;
}
.apply-box .apply-list .apply-img-list ul li {
  width: 100px;
  height: 100px;
  display: inline-block;
  border: 1px solid #ddd;
  margin-right: 10px;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.apply-box .apply-list .apply-img-list ul li img {
  width: 100px;
  height: 100px;
}
.apply-box .apply-list .apply-img-list ul li i {
  background: url('../../images/company/company-icon.png') no-repeat -190px -272px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
}
.apply-box .apply-list .apply-img-list ul li em {
  display: block;
  color: #999;
  margin-top: 10px;
  font-style: normal;
}
.apply-box .apply-list textarea {
  vertical-align: top;
  background-color: #f4f4f4;
  width: 968px;
  display: inline-block;
  border: none;
  resize: none;
  height: 110px;
  padding: 10px 0 0 10px;
}
.apply-box .apply-list cite {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-style: normal;
  color: #17181C;
}
.apply-box .apply-list label {
  width: 60px;
  display: inline-block;
  font-style: normal;
  float: left;
}
.apply-box .apply-list address {
  font-style: normal;
  display: inline-block;
  color: #333;
  word-break: break-all;
  float: left;
  width: 89%;
}
.apply-box .apply-list span {
  width: 110px;
  display: inline-block;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}
.apply-box .apply-list span.active i {
  transform: rotate(180deg);
}
.apply-box .apply-list span i {
  margin-left: 5px;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.apply-box .sb .mo {
  background: #FF6900;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  margin-left: 18px;
}
.apply-box .sb a {
  color: #0066cc;
}
.apply-box .sb .st {
  margin-bottom: 10px;
  color: #000;
  overflow: hidden;
  *zoom: 1;
}
.apply-box .sb .st h4 {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.apply-box .sb .st h4 span {
  display: inline-block;
  float: right;
  font-size: 12px;
  font-weight: normal;
}
.apply-box .sb .st .linkr {
  float: right;
  margin-top: 5px;
  font-size: 12px;
}
.apply-box .sb .st h5 {
  float: left;
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
}
.apply-box .sb .st input[class*='checkBox'] + label {
  margin: 5px 11px 0 24px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
}
.apply-box .sb .st input[class*='checkBox']:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -3px;
  left: 1px;
  color: #BE2038;
  font-size: 12px;
}
.apply-box .sb .st input[class*='radio'] + label {
  margin: 5px 11px 0 24px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
}
.apply-box .sb .st input[class*='radio']:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -3px;
  left: 1px;
  color: #BE2038;
  font-size: 12px;
}
.apply-box .sb .st .switch {
  cursor: pointer;
}
.apply-box .hhtabs {
  margin-bottom: 10px;
}
.apply-box .cell {
  padding-left: 0;
  word-wrap: break-word;
  word-break: break-all;
}
.apply-box .spad {
  padding-bottom: 14px;
}
.apply-box .spad .address {
  border: none !important;
  margin: 0;
  padding: 0 !important;
}
.apply-box .spad .address .row {
  line-height: 30px;
}
.apply-box .spad .address li {
  /*padding: 3px 0;*/
}
.apply-box .spad .address .a1 {
  width: 106px;
}
.apply-box .spad .address .a2 {
  width: 373px;
  overflow: hidden;
}
.apply-box .spad .address .a3 {
  width: 175px;
}
.apply-box .spad .address .a4 {
  width: 40px;
}
.apply-box .spad .address .a5 {
  width: 224px;
  text-align: right;
  padding-right: 15px;
}
.apply-box .spad .address .hide {
  display: none;
}
.apply-box .spad .address .address-name {
  width: 86px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #BE2038 !important;
  position: relative;
  cursor: pointer;
}
.apply-box .spad .address .address-name-no {
  width: 86px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
}
.apply-box .spad .address .address-name:after {
  content: '';
  width: 17px;
  height: 16px;
  background: url('../../images/company/company-icon.png') no-repeat -334px -169px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.apply-box .spad .address li:hover {
  background-color: #fff2f2;
}
.apply-box .spad .showmore {
  display: inline-block;
  margin-top: 9px;
  padding-right: 20px;
  position: relative;
}
.apply-box .spad .showmore::after {
  position: absolute;
  content: '';
  height: 6px;
  width: 11px;
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
  top: 5px;
  right: 0px;
}
.applyBtn {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: #BE2038;
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
  border: none;
  cursor: pointer;
}
.applyBtn:hover {
  color: #fff;
}
.applyBtn[disabled] {
  background-color: #ddd;
  color: #fff;
}
.applyBtn[disabled]:hover {
  color: #fff;
}
.applycancelBTN {
  width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 30px;
  cursor: pointer;
  display: block;
  float: right;
  margin-bottom: 10px;
}
.applycancelBTN:hover {
  color: #17181C;
}
.repair-con {
  overflow: hidden;
  margin-bottom: 10px;
}
.repair-con .repair-con-list {
  margin-bottom: 10px;
}
.repair-con .repair-con-list.relation-order {
  border: 1px solid #eee;
}
.repair-con .repair-con-list.relation-order h4 {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  width: 1057px;
}
.repair-con .repair-con-list.relation-order h4:nth-last-child(1) {
  border-bottom: none;
}
.repair-con .repair-con-list h4 {
  background-color: #f4f4f4;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding-left: 20px;
}
.repair-con .repair-con-list h4 em {
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  margin-right: 30px;
  font-weight: normal;
}
.repair-con .repair-con-list h4 cite {
  float: right;
  width: 200px;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #999;
  text-align: right;
  padding-right: 20px;
}
.repair-con .repair-con-list .repair-span {
  border: 1px solid #eee;
  overflow: hidden;
  font-size: 12px;
}
.repair-con .repair-con-list .repair-span span {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  padding: 15px 0;
  padding-bottom: 20000px;
  margin-bottom: -20000px;
}
.repair-con .repair-con-list .repair-span span.column1 {
  width: 539px;
  text-align: left !important;
}
.repair-con .repair-con-list .repair-span span.column1 dl {
  padding-left: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.repair-con .repair-con-list .repair-span span.column1 dl dt {
  width: 82px;
  height: 82px;
  float: left;
  margin-right: 10px;
}
.repair-con .repair-con-list .repair-span span.column1 dl dt img {
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
}
.repair-con .repair-con-list .repair-span span.column1 dl dd {
  float: left;
  width: 427px;
}
.repair-con .repair-con-list .repair-span span.column1 dl dd h5 {
  overflow: hidden;
  font-weight: normal;
  margin-top: 0;
}
.repair-con .repair-con-list .repair-span span.column1 dl dd h5 cite {
  width: 327px;
  height: 32px;
  color: #333;
  float: left;
  font-style: normal;
  font-size: 12px;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.repair-con .repair-con-list .repair-span span.column1 dl dd h5 em {
  width: 90px;
  display: inline-block;
  color: #999;
  float: left;
  font-style: normal;
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
}
.repair-con .repair-con-list .repair-span span.column1 dl dd p {
  margin: 0;
  color: #999;
  font-size: 12px;
}
.repair-con .repair-con-list .repair-span span.column2 {
  width: 109px;
  color: #333;
}
.repair-con .repair-con-list .repair-span span.column2 i {
  width: 16px;
  height: 19px;
  background: url('../../images/company/company-default.png') no-repeat -70px -97px;
  margin-right: 5px;
}
.repair-con .repair-con-list .repair-span span.column3,
.repair-con .repair-con-list .repair-span span.column6 {
  width: 169px;
}
.repair-con .repair-con-list .repair-span span.column3 h6,
.repair-con .repair-con-list .repair-span span.column6 h6 {
  margin: 0 10px 6px 10px;
  font-size: 12px;
  padding-bottom: 6px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  color: #999;
}
.repair-con .repair-con-list .repair-span span.column3 h6 em,
.repair-con .repair-con-list .repair-span span.column6 h6 em {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #BE2038;
  font-weight: bold;
  margin-top: 2px;
}
.repair-con .repair-con-list .repair-span span.column3 cite,
.repair-con .repair-con-list .repair-span span.column6 cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  color: #999;
}
.repair-con .repair-con-list .repair-span span.column4,
.repair-con .repair-con-list .repair-span span.column7 {
  width: 119px;
  color: #999;
}
.repair-con .repair-con-list .repair-span span.column4 label,
.repair-con .repair-con-list .repair-span span.column7 label {
  display: block;
  font-style: normal;
  text-align: center;
  color: #BE2038;
}
.repair-con .repair-con-list .repair-span span.column4 a,
.repair-con .repair-con-list .repair-span span.column7 a {
  display: block;
  color: #333;
  margin-top: 10px;
}
.repair-con .repair-con-list .repair-span span.column5,
.repair-con .repair-con-list .repair-span span.column8 {
  width: 120px;
}
.repair-con .repair-con-list .repair-span span.column5 a,
.repair-con .repair-con-list .repair-span span.column8 a {
  display: inline-block;
  width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 30px;
  cursor: pointer;
}
.repair-con .repair-con-list .repair-span span.column5 a.bdf23030,
.repair-con .repair-con-list .repair-span span.column8 a.bdf23030 {
  border-color: #f23030 !important;
  color: #f23030;
}
.repair-con .repair-con-list .repair-span span.column5 a:hover,
.repair-con .repair-con-list .repair-span span.column8 a:hover {
  color: #17181C;
}
.repair-con .repair-con-list .repair-span span.column6 {
  width: 200px !important;
}
.repair-con .repair-con-list .repair-span span.column7 {
  width: 160px !important;
}
.repair-con .repair-con-list .repair-span span.column8 {
  width: 160px !important;
}
.repair-con .repair-con-list .repair-span span:last-child {
  border-right: none;
}
.repair-con .repair-con-list .apply-repair-span {
  position: relative;
  border: 1px solid #eee;
  overflow: hidden;
  font-size: 12px;
}
.repair-con .repair-con-list .apply-repair-span span {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  position: relative;
  text-align: center;
}
.repair-con .repair-con-list .apply-repair-span span.column1 {
  width: 565px;
  text-align: left !important;
  padding: 15px 0 0 0;
}
.repair-con .repair-con-list .apply-repair-span span.column1 .applyCheck {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 15px;
}
.repair-con .repair-con-list .apply-repair-span span.column1 label {
  position: absolute;
  top: 20px;
  left: 0;
}
.repair-con .repair-con-list .apply-repair-span span.column1 dl {
  padding-left: 40px;
  overflow: hidden;
  margin-bottom: 15px;
}
.repair-con .repair-con-list .apply-repair-span span.column1 dl dt {
  width: 82px;
  height: 82px;
  float: left;
  margin-right: 10px;
}
.repair-con .repair-con-list .apply-repair-span span.column1 dl dt img {
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
}
.repair-con .repair-con-list .apply-repair-span span.column1 dl dd {
  float: left;
  width: 433px;
}
.repair-con .repair-con-list .apply-repair-span span.column1 dl dd h5 {
  overflow: hidden;
  font-weight: normal;
  margin-top: 0;
}
.repair-con .repair-con-list .apply-repair-span span.column1 dl dd h5 cite {
  width: 327px;
  height: 32px;
  color: #333;
  float: left;
  font-style: normal;
  font-size: 12px;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.repair-con .repair-con-list .apply-repair-span span.column1 dl dd h5 em {
  width: 90px;
  display: inline-block;
  color: #999;
  float: left;
  font-style: normal;
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
}
.repair-con .repair-con-list .apply-repair-span span.column1 dl dd p {
  margin: 0;
  color: #999;
  font-size: 12px;
}
.repair-con .repair-con-list .apply-repair-span span.column2 {
  width: 329px;
  height: 112px;
  text-align: center;
}
.repair-con .repair-con-list .apply-repair-span span.column2 .apply-num {
  padding-top: 40px;
}
.repair-con .repair-con-list .apply-repair-span span.column2 .apply-num .numbox {
  display: inline-block;
  vertical-align: middle;
  width: 116px;
  height: 28px;
  padding: 0;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ddd;
  margin-left: 5px;
}
.repair-con .repair-con-list .apply-repair-span span.column2 .apply-num .numbox button {
  float: left;
  width: 28px;
  height: 28px;
  padding: 0;
  font-size: 18px;
  border: 0 none;
  background-color: #fff;
  cursor: pointer;
}
.repair-con .repair-con-list .apply-repair-span span.column2 .apply-num .numbox input {
  float: left;
  width: 58px;
  height: 28px;
  padding: 0;
  text-align: center;
  line-height: 28px;
  border: 0 none;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.repair-con .repair-con-list .apply-repair-span span.column3 {
  width: 174px;
  padding: 0px 10px;
}
.repair-con .repair-con-list .apply-repair-span span.column3 em {
  display: inline-block;
  font-style: normal;
  color: #17181C;
  margin-bottom: 5px;
  text-align: center;
}
.repair-con .repair-con-list .apply-repair-span span #column-site,
.repair-con .repair-con-list .apply-repair-span span #column-siteTwo {
  display: inline-block;
}
.repair-con .repair-con-list .apply-repair-span span.column4 {
  width: 508px;
  color: #17181C;
}
.repair-con .repair-con-list .apply-repair-span span:last-child {
  border-right: none;
}
.userHeader {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  height: 80px;
  background: #fff;
}
.userHeader .container {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
  position: relative;
  background: inherit;
}
.userHeader .container .square-text {
  position: absolute;
  background-color: #BE2038;
  color: #fff;
  border-radius: 50%;
  top: 20px;
  left: 237px;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  padding: 1px 4px;
  min-width: 12px;
  height: 18px;
}
.userHeader .container .mylogo {
  float: left;
  width: 280px;
  height: 80px;
}
.userHeader .container .mylogo .funs {
  position: relative;
}
.userHeader .container .mylogo a {
  width: 100%;
  height: 40px;
  display: block;
  position: relative;
  margin-top: 20px;
}
.userHeader .container .mylogo a img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.userHeader .container .goIndexButton {
  float: left;
  padding: 5px 0 5px 16px;
  color: #818181;
  border: 0;
  border-radius: unset;
  margin-top: 21px;
  border-left: 2px solid #eeeeee;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.userHeader .container .goIndexButton:hover {
  background: #fff;
  color: #17181C;
}
.userHeader .container .headerImg {
  position: absolute;
  left: 0;
  top: 16px;
  width: auto;
  height: 46px;
}
.userHeader .container .my-headerImg {
  top: 25px;
  width: auto;
  height: auto;
}
.userHeader .container .funs {
  display: inline-block;
  color: #818181;
  font-size: 16px;
  position: relative;
  line-height: 80px;
  text-align: center;
  margin-left: 120px;
  font-weight: bold;
}
.userHeader .container .funs a {
  color: #818181;
  float: left;
  margin-right: 60px;
}
.userHeader .container .funs .amountSet {
  position: relative;
  display: inline-block;
  float: left;
  cursor: pointer;
  margin-right: 60px;
  color: #818181;
}
.userHeader .container .funs .amountSet .common-icons-down {
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.userHeader .container .funs .amountSet .amountHover {
  line-height: 1;
  width: 240px;
  padding-left: 40px;
  height: 190px;
  background-color: #fff;
  position: absolute;
  z-index: 50;
  top: 60px;
  left: -100px;
  display: none;
}
.userHeader .container .funs .amountSet .amountHover .left {
  width: 115px;
  float: left;
  height: 190px;
  text-align: left;
}
.userHeader .container .funs .amountSet .amountHover .left div {
  cursor: pointer;
}
.userHeader .container .funs .amountSet .amountHover .right {
  width: 120px;
  float: right;
  height: 190px;
  text-align: left;
}
.userHeader .container .funs .amountSet .amountHover .right div {
  cursor: pointer;
}
.userHeader .container .funs .amountSet .amountHover:after {
  content: '';
  width: 17px;
  height: 5px;
  background: url(../../images/jiantou.png) no-repeat;
  position: absolute;
  top: -5px;
  left: 50%;
}
.userHeader .container .funs .amountSet:hover .amountHover {
  display: block;
}
.userHeader .container .funs .amountSet:hover .common-icons-down {
  transform: rotate(180deg);
}
.userHeader .container .funs .message-num {
  float: right;
  display: inline-block;
}
.userHeader .container .search {
  height: 40px;
  line-height: 40px;
  width: 300px;
  background-color: #fff;
  position: absolute;
  left: 730px;
  top: 20px;
}
.userHeader .container .search .searchInput {
  height: 36px;
  border: 0;
  width: 215px;
  line-height: 36px;
  padding-left: 20px;
}
.userHeader .container .search .searchBtn {
  float: right;
  width: 60px;
  height: 40px;
  background: #eee;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.userHeader .container .shopCar {
  top: 20px;
  right: 0;
}
/*维修 end*/
/* 快速下单 begin*/
.quick-order {
  float: left;
  width: 1080px;
  min-height: 626px;
  margin-top: 20px;
}
.quick-order .quick-order-top {
  line-height: 49px;
  background: #f5f5f5;
  padding-left: 20px;
  color: #333;
}
.quick-order .quick-order-top .top-text {
  font-size: 16px;
  font-weight: 900;
}
.quick-order .quick-order-tab ul {
  padding-left: 8px;
  margin: 16px 0;
  overflow: hidden;
}
.quick-order .quick-order-tab li {
  float: left;
  cursor: pointer;
}
.quick-order .quick-order-tab li a {
  padding: 7px;
  display: inline-block;
}
.quick-order .quick-order-tab .line {
  width: 2px;
  height: 12px;
  background: #ddd;
  padding: 0;
  margin: 12px 12px 0 12px;
  cursor: inherit;
}
.quick-order .quick-order-tab .active {
  border-bottom: 2px solid #BE2038;
  color: #BE2038;
}
.quick-order .quick-order-tab .active a {
  color: #BE2038;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-top {
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  padding-left: 9px;
  border: 1px solid #ddd;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-top .fl {
  float: left;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-top .surplus-money {
  margin-left: 30px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-top .surplus-money b {
  color: #ff3100;
  font-size: 18px;
  float: right;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-top ul {
  float: right;
  padding-right: 30px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-top li {
  display: inline-block;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-top .marL30 {
  margin-left: 30px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-top .marL30 span {
  color: #ff3100;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table {
  font-size: 12px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-title {
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  padding-left: 20px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-title label {
  margin-right: 5px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-search {
  border: 1px solid #ddd;
  position: relative;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-search .t2 input {
  width: 113px;
  height: 28px;
  padding-left: 5px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-search .search-list {
  border: 1px solid #ddd;
  width: 300px;
  position: absolute;
  top: 49px;
  left: 19px;
  z-index: 30;
  background: #fff;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-search .search-list li {
  height: 28px;
  overflow: hidden;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 5px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-search .search-list li:hover {
  background: #f5f5f5;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-search .search-list .direct-active {
  background: #f5f5f5;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list {
  padding: 10px 0;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .marT8 {
  margin-top: 8px !important;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .width240 {
  width: 240px !important;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t2 {
  padding-left: 19px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t3 {
  position: relative;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t3 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 80px;
  height: 30px;
  padding-left: 10px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t3 .select-arr {
  height: 6px;
  width: 10px;
  background-position: -22px -34px;
  top: 12px;
  right: 50px;
  position: absolute;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t4 {
  height: 28px;
  border: 1px solid #ccc;
  position: relative;
  display: inline-block;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t4 input {
  float: left;
  width: 56px;
  height: 28px;
  padding: 0;
  text-align: center;
  line-height: 28px;
  border: 0 none;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t4 button {
  float: left;
  width: 30px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  font-size: 14px;
  border: 0 none;
  background-color: #fff;
  cursor: pointer;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t4 button[type=button][disabled] {
  background: #fff !important;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t4 button[type=button][disabled] i {
  opacity: 0.3;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t5 {
  height: 30px;
  line-height: 30px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t6 img {
  float: left;
  margin-right: 10px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t6 p {
  width: 186px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 30px;
  float: left;
  margin: 0;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t7 {
  height: 30px;
  line-height: 30px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t8 {
  height: 30px;
  line-height: 30px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t9 input {
  width: 60px;
  height: 30px;
  line-height: 30px;
  background: #BE2038;
  border: none;
  color: #fff;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t9 input:focus {
  outline: thin solid #ff3100;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-list {
  overflow: hidden;
  border: 1px solid #ddd;
  border-top: none;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-list .t2 {
  height: 30px;
  line-height: 30px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-list .t9 a {
  height: 30px;
  width: 60px;
  line-height: 30px;
  display: inline-block;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-foot {
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  border-top: none;
  padding-left: 20px;
  overflow: hidden;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-foot-left {
  float: left;
  color: #BE2038;
  cursor: pointer;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-foot-right {
  float: right;
  padding-right: 20px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-foot-right li {
  display: inline-block;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-foot-right .marL30 {
  margin-left: 30px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-foot-right .marL30 span {
  color: #ff3100;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-btn {
  border: 1px solid #ddd;
  border-top: none;
  overflow: hidden;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-btn .btn-group {
  float: right;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-btn .btn-group input {
  width: 160px;
  height: 40px;
  margin: 14px 0;
  background: #ffd8d8;
  border: 1px solid #BE2038;
  color: #BE2038;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-btn .btn-group input:focus {
  outline: thin solid #ff3100;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-btn .btn-group .add-cart {
  color: #fff;
  background: #BE2038;
  margin-right: 20px;
  margin-left: 15px;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .cell {
  float: left;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .t2 {
  width: 120px;
  text-align: center;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .t3 {
  width: 160px;
  text-align: center;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .t4 {
  width: 118px;
  text-align: center;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .t5 {
  width: 110px;
  text-align: center;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .t6 {
  width: 256px;
  text-align: left;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .t7 {
  width: 74px;
  text-align: right;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .t8 {
  width: 92px;
  text-align: right;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .t9 {
  width: 60px;
  text-align: center;
  margin-left: 28px;
}
.quick-order .quick-order-container label {
  float: left;
  margin-right: 10px;
  margin-top: -1px;
}
.quick-order .quick-order-container .quick-order-two {
  position: relative;
}
.quick-order .quick-order-container .quick-order-two .search-container {
  background: #BE2038;
  height: 70px;
  position: relative;
  z-index: 1;
  /*兼容IE7、8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  opacity: .1;
}
.quick-order .quick-order-container .quick-order-two .line {
  margin-top: -2px;
  border-top: 2px solid #ddd;
}
.quick-order .quick-order-container .quick-order-two .search {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: 5;
  overflow: hidden;
}
.quick-order .quick-order-container .quick-order-two .search-input {
  width: 400px;
  height: 36px;
  margin: 17px 0 0 20px;
  padding: 0;
  padding-left: 45px;
  border: 1px solid #ccc;
  color: #999;
}
.quick-order .quick-order-container .quick-order-two .search-file {
  width: 150px;
  height: 36px;
  margin: 17px 0 0 20px;
  border: 1px solid #ccc;
  color: #999;
}
.quick-order .quick-order-container .quick-order-two .search-file-cover {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #BE2038;
  cursor: pointer;
  position: relative;
  display: inline-block;
  float: left;
}
.quick-order .quick-order-container .quick-order-two .search-file-cover .search-download {
  color: #fff;
}
.quick-order .quick-order-container .quick-order-two .search-file-cover-width {
  width: 120px;
}
.quick-order .quick-order-container .quick-order-two .file-rule {
  float: left;
  color: #666;
}
.quick-order .quick-order-container .quick-order-two .file-rule .rule-rule-top {
  color: #999;
}
.quick-order .quick-order-container .quick-order-two .file-rule p {
  margin: 0;
}
.quick-order .quick-order-container .quick-order-three .businessList-top {
  padding: 0 0 0 10px;
}
.quick-order .quick-order-container .quick-order-three .receivable-right {
  position: relative;
}
.quick-order .quick-order-container .quick-order-three .receivable-right select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100px;
  height: 35px;
  padding-left: 10px;
  vertical-align: middle;
}
.quick-order .quick-order-container .quick-order-three .receivable-right .select-arr {
  height: 6px;
  width: 10px;
  background-position: -22px -34px;
  top: 15px;
  left: 75px;
  position: absolute;
}
.quick-order .quick-order-container .quick-order-three .receivable-right .num-bill {
  width: 173px;
  padding-left: 5px;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table {
  margin-top: 13px;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table .cell {
  float: left;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table .t1 {
  margin-right: 20px;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table .t2 {
  width: 500px;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table .t3 {
  width: 210px;
  text-align: center;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table .t4 {
  width: 180px;
  text-align: center;
  cursor: pointer;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table .t5 {
  width: 130px;
  text-align: center;
  cursor: pointer;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table label {
  margin-right: 0;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-title {
  overflow: hidden;
  background: #f5f5f5;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-title .t4 {
  cursor: pointer;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-title .t5 {
  cursor: pointer;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-title .icon-default {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -71px -379px;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-title .icon-rise {
  background: url('../../images/company/company-default.png') no-repeat -71px -349px;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-title .icon-drop {
  background: url('../../images/company/company-default.png') no-repeat -71px -364px;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-row {
  overflow: hidden;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  border-top: none;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-row .t2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-row .t2 span {
  color: #ccc;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table .row-disabled {
  background: #fafafa;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table .quick-page {
  overflow: hidden;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table .quick-page .search-pag {
  margin: 30px 0;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-btn {
  border: 1px solid #ddd;
  overflow: hidden;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-btn .btn-group {
  float: right;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-btn .btn-group input {
  width: 160px;
  height: 40px;
  margin: 14px 0;
  background: #ffd8d8;
  border: 1px solid #BE2038;
  color: #BE2038;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-btn .btn-group input:focus {
  outline: thin solid #ff3100;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-btn .btn-group .add-cart {
  color: #fff;
  background: #BE2038;
  margin-right: 20px;
  margin-left: 15px;
}
.quick-order .quick-error-modal .bomb-main {
  padding: 10px 15px 20px 15px;
}
.quick-order .quick-error-modal .bomb-main .main-right .right-text {
  font-size: 16px;
}
/* 快速下单 end*/
/*售后进度的样式*/
#positonREBox,
#aftersaleBox {
  height: 100px;
  position: relative;
  display: inline-block;
}
#positonREBox ul,
#aftersaleBox ul {
  overflow: unset !important;
}
#positonREBox .inReview,
#aftersaleBox .inReview {
  margin-left: 60px;
}
#positonREBox .inReview .audit,
#aftersaleBox .inReview .audit {
  position: absolute;
  margin-top: 20px;
  margin-left: -200px;
  color: #000;
}
#positonREBox .inReview .salesReturn,
#aftersaleBox .inReview .salesReturn {
  position: absolute;
  margin-top: 20px;
  left: 360px;
  color: #000;
}
#positonREBox .inReview .terrace,
#aftersaleBox .inReview .terrace {
  position: absolute;
  margin-top: 20px;
  left: 510px;
  color: #000;
}
#positonREBox .refundOf .reimburse,
#aftersaleBox .refundOf .reimburse {
  position: absolute;
  top: 20px;
  left: 300px;
}
#positonREBox .refundOf .inReviewSale,
#aftersaleBox .refundOf .inReviewSale {
  position: absolute;
  top: 20px;
  left: 130px;
}
#positonREBox .unInReview,
#aftersaleBox .unInReview {
  margin-left: 200px;
}
#positonREBox .repairTerrace,
#aftersaleBox .repairTerrace {
  position: absolute;
  margin-left: 125px;
  color: #000;
}
#positonREBox .returnOfProduct,
#aftersaleBox .returnOfProduct {
  position: absolute;
  margin-left: 300px;
  color: #000;
}
#positonREBox li,
#aftersaleBox li {
  position: relative;
  text-align: center;
  width: 161px;
  padding-top: 15px;
  float: left;
}
#positonREBox h4,
#aftersaleBox h4 {
  position: absolute !important;
  width: 100%;
  text-align: center;
  top: 45px;
  font-weight: normal;
  margin: 0;
  margin-top: 5px;
}
#positonREBox .line_bg,
#aftersaleBox .line_bg {
  height: 5px;
  background: #ccc;
  display: inline-block;
  width: 50%;
  top: 25px;
  position: absolute;
  z-index: 1;
}
#positonREBox .lbg-l,
#aftersaleBox .lbg-l {
  left: 0;
}
#positonREBox .lbg-r,
#aftersaleBox .lbg-r {
  right: 0;
}
#positonREBox .num,
#aftersaleBox .num {
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #ccc;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Arial';
}
#positonREBox .lbg-txt,
#aftersaleBox .lbg-txt {
  position: relative;
  color: #999;
  font-size: 14px;
}
#positonREBox .current .num,
#aftersaleBox .current .num {
  background-color: #76AC40;
}
#positonREBox .current .lbg-txt,
#aftersaleBox .current .lbg-txt {
  color: #76AC40;
}
#positonREBox .current .line_bg,
#aftersaleBox .current .line_bg,
#positonREBox .current .num em,
#aftersaleBox .current .num em {
  background: #76AC40;
}
#positonREBox .active .num,
#aftersaleBox .active .num {
  background-color: #E9E8E9;
}
#positonREBox .active .lbg-txt,
#aftersaleBox .active .lbg-txt {
  color: #76AC40;
}
#positonREBox .active .line_bg,
#aftersaleBox .active .line_bg {
  border-radius: 5px;
  background-color: #E9E8E9;
}
#positonREBox .active .num em,
#aftersaleBox .active .num em {
  background-color: #BE2038;
}
#positonREBox .f-r5,
#aftersaleBox .f-r5 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.f0 {
  font-size: 0;
}
.f14 {
  font-size: 14px;
}
.disM {
  display: inline-block;
  vertical-align: middle;
}
.disT {
  display: inline-block;
  vertical-align: top;
}
.text-center {
  text-align: center;
}
.secound-goods-box {
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 20px;
  border: 1px solid #ddd;
}
.secound-goods-box .goods-smallbox {
  margin-right: 20px;
}
.secound-goods-box .goods-smallbox .images-box {
  position: relative;
}
.secound-goods-box .goods-smallbox .images-box .images-price {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.secound-goods-box .goods-smallbox .images-box .images-price-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #000;
  filter: opacity(60%);
  height: 30px;
}
.secound-goods-box .goods-smallbox:nth-last-of-type(1) {
  margin-right: 0px;
}
.aftersale-pop-box {
  position: absolute;
  width: 680px;
  top: 50%;
  left: calc(50vw - 340px);
  height: 350px;
  margin-top: -175px;
  background: white;
  border-radius: 4px;
}
.aftersale-pop-box .aftersale-pop-title {
  height: 48px;
  padding: 0 20px;
  background: #f4f4f4;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
}
.aftersale-pop-box .aftersale-pop-title .pop-title-left {
  flex: 1;
}
.aftersale-pop-box .aftersale-pop-title .pop-title-right .close-right-icon {
  width: 25px;
  cursor: pointer;
  height: 25px;
  color: #aaa;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-title {
  margin-top: 10px;
  padding-left: 35px;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-title .pop-main-title-text {
  height: 25px;
  line-height: 25px;
  border-bottom: 2px solid transparent;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-title .line-main-title {
  width: 2px;
  height: 12px;
  margin: 0px 15px 0px 15px;
  background: #ddd;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-title .active {
  border-bottom: 2px solid #BE2038;
  color: #BE2038;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-mes-box {
  margin: 0 30px;
  height: 205px;
  overflow-y: scroll;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.aftersale-pop-box .aftersale-pop-main .pop-main-mes-box::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-mes-box::-webkit-scrollbar-track {
  background-color: #fff;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-mes-box::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #ccc;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-mes-box .pop-main-mes {
  position: relative;
  padding-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-mes-box .pop-main-mes .label-box {
  margin-right: 16px;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-mes-box .pop-main-mes:nth-of-type(2n) {
  margin-right: 0px;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-mes-box .pop-main-mes .main-mes-text {
  display: flex;
  width: 100%;
  margin-top: 16px;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-mes-box .pop-main-mes .main-mes-text .mes-imagebox {
  margin-right: 12px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-mes-box .pop-main-mes .main-mes-text .mes-goods-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-mes-box .pop-main-mes .main-mes-text .mes-goods-text .aftersale-text-mes {
  margin: 6px 0px;
  color: #BE2038;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-mes-box .pop-main-mes .main-mes-text .mes-goods-text .goods-price-text {
  display: flex;
  justify-content: space-between;
}
.aftersale-pop-box .aftersale-pop-main .pop-main-mes-box .pop-main-mes .main-mes-text .goods-text-box .goods-text-box-span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #212121;
  height: 30px;
}
.aftersale-pop-box .aftersale-pop-footer {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.aftersale-pop-box .aftersale-pop-footer .all-choose-icon {
  margin-right: 8px;
}
.aftersale-pop-box .aftersale-pop-footer .all-choose-buttom {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 7px 30px;
  border-top: 1px solid #e5e5e5;
}
.aftersale-pop-box .aftersale-pop-footer .all-choose-buttom > a {
  border-radius: 2px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aftersale-pop-box .aftersale-pop-footer .all-choose-buttom .sure-button-style {
  width: 88px;
  background: #BE2038;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}
.aftersale-pop-box .aftersale-pop-footer .all-choose-buttom .cancer-button-style {
  width: 88px;
  color: #333;
  text-align: center;
  border: 1px solid #ccc;
}
.aftersale-pop-box .all-choose-box {
  display: flex;
  align-items: center;
  flex: 1;
}
.back-good-title-left {
  width: 108px;
  margin-right: 5px;
  justify-content: flex-end;
  display: flex;
}
.back-good-title-right {
  width: 78px;
  height: 23px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 23px;
  color: #333;
  border-radius: 20px;
  font-size: 12px;
}
.top-vertical {
  vertical-align: top;
}
.width0 {
  width: 0;
}
.width70 {
  width: 70px;
}
.width80 {
  width: 80px;
}
.width83 {
  width: 83px;
}
.width88 {
  width: 88px;
}
.width100 {
  width: 100px;
}
.width106 {
  width: 106px;
}
.width113 {
  width: 113px;
}
.width230 {
  width: 230px;
}
.width390 {
  width: 390px;
}
.width842 {
  width: 842px;
}
.hasborder {
  border: 1px solid #ddd;
  border-bottom: none;
}
.user-mes-box-i * {
  margin: 0;
  padding: 0;
}
.user-mes-box-i {
  padding: 15px 20px;
}
.user-mes-box-i .detail {
  font-size: 12px;
}
.user-mes-box-i .mes-label {
  min-width: 60px;
}
.user-mes-box-i h4 {
  padding-bottom: 20px;
}
.user-mes-box-i .mb8 {
  margin-bottom: 8px;
}
.user-mes-box-i .rednum {
  color: #BE2038;
}
.user-mes-box-i p {
  margin-bottom: 8px;
}
.totalbox {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.rcTips {
  position: absolute;
  top: -31px;
  left: -58px;
}
.rcTips .align-items-center {
  align-items: center;
}
.rcTips .dot {
  width: 6px;
  height: 6px;
  border-radius: 150%;
  background-color: #BE2038;
}
.rcTips .flex-1 {
  padding-left: 4px;
  font-size: 12px;
}
.valItem {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 40px;
}
.valItem .label {
  width: 56px;
  height: 40px;
}
.valItem .c-input {
  width: 308px;
  height: 40px;
  text-indent: 10px;
}
.valItem .s-input {
  width: 170px;
  height: 40px;
  text-indent: 10px;
}
.valItem .yzm-btn {
  width: 130px;
  height: 40px;
  display: block;
  border: 1px solid #c4364c;
  color: #c4364c;
  margin-left: 8px;
  background-color: #fff;
}
.valItem .getnow-btn {
  width: 130px;
  height: 40px;
  display: block;
  color: #fff;
  background-color: #c4364c;
  border: 1px solid #c4364c;
}
.valItem .getnow-btn[type=button][disabled] {
  color: #c4364c;
  border: 1px solid #c4364c;
  filter: grayscale();
  cursor: no-drop;
}
.getnow-btn-wrap {
  padding-top: 10px;
}
.cart-table thead {
  background-color: #f8f8f8;
}
.cart-table thead th {
  text-align: left;
  font-weight: normal;
  line-height: 40px;
  padding: 0 26px;
}
.cart-table tbody td {
  border-bottom: 1px solid #f8f8f8;
  padding: 20px 26px !important;
  text-align: left;
}
.cart-table tbody td .bindClick {
  color: #BE2038;
  cursor: pointer;
}
#readingCard-wrap {
  min-height: 500px;
  background-color: #fff;
  padding-bottom: 20px;
}
#readingCard-wrap .bind-wrap {
  height: 264px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin: 20px 20px 0;
}
#readingCard-wrap .bind-wrap .bd-title {
  font-size: 14px;
  margin-top: 24px;
  margin-left: 20px;
  margin-bottom: 0;
}
#readingCard-wrap .bind-wrap .rcform {
  padding-top: 16px;
  padding-left: 20px;
}
#readingCard-wrap .bind-wrap .valItem {
  margin-bottom: 20px;
}
#readingCard-wrap .bind-wrap .valItem .c-input {
  border: 1px solid #ddd;
}
#readingCard-wrap .readingCard-list {
  padding-top: 20px;
  border: 1px solid #ddd;
  margin-top: 20px;
  margin: 20px 20px 0;
}
#readingCard-wrap .award-nav .text {
  margin-right: 48px;
}
#readingCard-wrap .award-nav .card-help {
  position: absolute;
  padding-left: 29px;
  background: url('../../images/waring.png') no-repeat;
  left: 290px;
  top: 0;
  height: 20px;
  cursor: pointer;
}
#readingCard-wrap .readingCard-bigBox {
  padding-top: 27px;
}
#readingCard-wrap .readingCard-bigBox .readingCard-item {
  position: relative;
  float: left;
  width: 245px;
  height: 250px;
  border: 1px solid #BE2038;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 19px;
  margin-bottom: 25px;
}
#readingCard-wrap .readingCard-bigBox .readingCard-item .rc-item-title {
  font-size: 14px;
  color: #BE2038;
  padding-left: 14px;
  padding-top: 14px;
}
#readingCard-wrap .readingCard-bigBox .readingCard-item .balance {
  padding-left: 14px;
  font-size: 32px;
  color: #BE2038;
  height: 30px;
  line-height: 30px;
  padding-top: 6px;
}
#readingCard-wrap .readingCard-bigBox .readingCard-item .balance .label {
  font-size: 12px;
}
#readingCard-wrap .readingCard-bigBox .readingCard-item .balance .icon {
  font-size: 22px;
}
#readingCard-wrap .readingCard-bigBox .readingCard-item .detail {
  border-top: 1px solid #BE2038;
  padding-top: 20px;
  margin-top: 29px;
  padding-left: 14px;
}
#readingCard-wrap .readingCard-bigBox .readingCard-item .detail .label {
  width: 56px;
  color: #A4A4A4;
}
#readingCard-wrap .readingCard-bigBox .readingCard-item .detail .mb8 {
  margin-bottom: 8px;
}
#readingCard-wrap .readingCard-bigBox .readingCard-item .mt10 {
  margin-top: 10px;
}
#readingCard-wrap .readingCard-bigBox .readingCard-item .card-detail-btn {
  display: block;
  width: 98px;
  height: 32px;
  border: 1px solid #BE2038;
  text-align: center;
  color: #BE2038;
  line-height: 32px;
  margin: 0 auto;
}
#readingCard-wrap .readingCard-bigBox .inactive {
  filter: grayscale();
  background-image: url(../../images/nousereadcard.png);
  background-repeat: no-repeat;
}
#readingCard-wrap .readingCard-bigBox .inactive .not-icon {
  position: absolute;
  width: 78px;
  height: 78px;
  background-image: url(../../images/cannotuse.png);
  background-repeat: no-repeat;
  right: 10px;
  top: 10px;
}
#readingCard-wrap .search-pag {
  margin-bottom: 20px;
  padding-right: 20px;
}
.modal {
  background-color: #000000;
  /*不支持rgba的浏览器*/
  background-color: rgba(0, 0, 0, 0.4);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, 0, endColorstr=#66000000, 0);
  background: none \9;
}
.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;
}
#settle {
  width: 370px;
  border: 5px solid #ddd;
  background-color: #fff;
  position: fixed;
  top: 200px;
  left: 50%;
  margin-left: -185px;
  border-radius: 5px;
}
.settle-title {
  background-color: #eee;
  padding: 12px 15px 12px 15px;
}
.settle-title .settle-close {
  float: right;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
}
.settle-container .settle-tips {
  text-align: left;
  padding: 15px;
  margin-top: 0;
}
.settle-container .settle-btn {
  text-align: center;
  margin-bottom: 20px;
}
.settle-container .settle-btn button {
  width: 90px;
  height: 35px;
  border-radius: 15px;
  line-height: 35px;
  background-color: #BE2038;
  color: #fff;
  text-align: center;
  border: 0;
  margin: 0 10px;
}
.settle-container .settle-btn button:nth-child(2) {
  background-color: #fff;
  color: #17181C;
  border: 1px solid #ddd;
}
.settle-container .settle-goods {
  padding: 15px;
}
.settle-container .settle-goods .settle-msg {
  margin-bottom: 19px;
}
.settle-container .settle-goods ul li {
  overflow: hidden;
  padding: 13px 0;
  border-bottom: 1px solid #ddd;
}
.settle-container .settle-goods ul li img {
  float: left;
  margin-right: 15px;
}
.settle-container .settle-goods ul li .goods-detail {
  float: left;
}
.settle-container .settle-goods ul li .goods-detail .goods-name {
  margin-bottom: 20px;
}
.readingCard-detail .card-summary {
  padding: 5px 20px 20px;
}
.readingCard-detail .card-summary .label {
  color: #A4A4A4;
}
.readingCard-detail .card-summary .rednum {
  color: #BE2038;
}
.readingCard-detail .card-summary .ml20 {
  margin-left: 20px;
}
.readingCard-detail .cart-table {
  border-top: 1px solid #e5e5e5;
}
.readingCard-detail .cart-table thead {
  background-color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #E5E5E5;
}
.readingCard-detail .cart-table thead th {
  line-height: 60px;
}
.readingCard-detail .cart-table tbody td {
  border-bottom: 1px solid #E5E5E5;
}
.readingCard-detail .cart-table tbody .nodetail {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.comfirminfo {
  margin-left: 142px;
  margin-bottom: 18px;
}
.zpzztips .zpzztitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
}
.zpzztips .zpzzcontent {
  padding: 20px 30px;
}
.invoiceDetail {
  padding: 15px;
}
.invoiceDetail .pt10 {
  padding-top: 10px;
}
.invoiceDetail .download {
  color: #BE2038;
  text-decoration: underline;
  cursor: pointer;
}
.invoiceDetail .sendEmail {
  margin-left: 20px;
  cursor: pointer;
  color: #BE2038;
  border: 1px solid #BE2038;
  padding: 5px 10px;
  border-radius: 2px;
}
.invoiceDetail-table {
  margin-bottom: 10px;
}
.invoiceDetail-table thead {
  text-align: left;
}
.invoiceDetail-table thead th {
  padding: 10px;
  border: 1px solid #ddd;
}
.invoiceDetail-table tbody td {
  padding: 10px !important;
  border: 1px solid #ddd;
  color: #000;
}
.invoiceDetail-email .emailInput {
  width: 200px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ddd;
  padding-left: 10px;
}
.invoiceDetail-email .sendbtn {
  padding: 7px 15px;
  background: #BE2038;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
}
.invoiceDetail-email .send-main {
  padding: 30px;
}
.invoiceDetail-email .emailtips {
  color: #BE2038;
  margin-top: 5px;
  font-size: 12px;
}
.btn-disable {
  filter: grayscale(1);
  cursor: no-drop;
}
.home-container {
  margin-top: 20px;
  margin-bottom: 46px;
}
.comment_main {
  width: 980px;
  margin-top: 20px;
  background-color: #ffffff;
}
.product_name {
  color: #17181D;
}
.width_312 {
  width: 312px;
}
.comment-product-price {
  font-size: 20px;
  color: #BE2038;
  text-align: left;
}
.comment-product-price span {
  font-size: 12px;
}
.upload_box {
  margin-left: 73px;
}
.upload_box .upload_img_btn {
  background-image: url("../../images/custom/add-image.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: 1px dashed #CCCCCC;
  border-radius: 2px;
}
#upload_btn {
  background-image: url("../../images/custom/add-image.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border: 1px dashed #CCCCCC;
  border-radius: 2px;
}
#upload_btn img {
  display: none !important;
}
.camear-text {
  clear: both !important;
  margin-left: unset !important;
  color: #818181;
}
.camear-text .colorA {
  color: #17181D !important;
}
.camear-text .colorC {
  color: #17181D !important;
}
/*商品收藏新样式*/
.item-operate {
  width: 210px;
  position: absolute;
  right: 11px;
  top: 10px;
  height: 0px;
  overflow: hidden;
  text-align: center;
  /*  -webkit-transition: top .2s cubic-bezier(0.22,.61,.36,1) 0s;
    transition: top .2s cubic-bezier(0.22,.61,.36,1) 0s;*/
  transition: height 0.1s;
  display: flex;
  align-items: center;
  color: #fff;
  background: rgba(23, 24, 29, 0.7);
}
.item-operate .separator {
  height: 16px;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
}
.item-operate .op-item {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin-right: 1px;
  color: #fff;
  font-size: 12px;
  display: block;
}
.operate-hover {
  height: 24px;
}
/*.item-operate:hover{
  top:10px;
}*/
/*批量操作样式*/
.batch-btn {
  height: 23px;
  line-height: 23px;
  padding: 3px 14px;
  border: 1px solid #ddd;
  color: #17181D;
  border-radius: 2px;
  background-color: #f7f7f7;
  font-size: 12px;
}
.batch-operate {
  float: left;
}
.item-check {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.item-check .item-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
  filter: alpha(opacity=40);
}
.item-check .i-check {
  position: absolute;
  right: 6px;
  top: 11px;
  width: 24px;
  height: 16px;
  cursor: pointer;
  background-image: url(../../images/my/duihao.png);
  background-size: contain;
}
.item-check .check-bg {
  width: 40px;
  height: 40px;
  background: #000000;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
}
.item-check .i-checked {
  background: #BE2038;
  opacity: 1;
}
.del_icon {
  width: 14px;
  height: 14px;
  background-image: url("../../images/delete.png");
  background-repeat: no-repeat;
  margin-right: 7px;
}
.order-code {
  color: #818181;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}
.content .person-center-color {
  margin-top: 20px;
}
.content .part200 {
  width: 230px !important;
}
.content .custom-person-center {
  width: 760px;
  display: inline-block;
  margin-right: 20px;
}
.content .custom-person-center .band {
  background-color: #fff !important;
}
.content .custom-person-center .goodsItem-box {
  background-color: #fff;
  border-top: 1px solid #eee;
}
.content .custom-person-center .goodsItem-box dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.content .custom-person-center .goodsItem-box .img-box {
  border-bottom: 1px solid #eee;
  font-size: 12px;
  color: #333;
  padding: 16px 20px;
  margin-bottom: 0;
}
.content .custom-person-center .goodsItem-box dt a {
  display: inline-block;
}
.content .custom-person-center .goodsItem-box dt a img {
  display: inline-block;
}
.content .custom-person-center .goodsItem-box dt .three-squire {
  position: absolute;
  top: 50%;
  right: 150px;
  margin-top: -3px;
  font-size: 0;
}
.content .custom-person-center .goodsItem-box dt .three-squire span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 3px;
  background-color: #ccc;
  margin-right: 6px;
}
.content .custom-person-center .goodsItem-box .pro-wrapper .order-count {
  width: 100%;
  height: 129px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.content .custom-person-center .goodsItem-box .pro-wrapper .order-count .card-item {
  display: inline-block;
  width: 24.4%;
  position: relative;
  text-align: center;
  height: 80px;
}
.content .custom-person-center .goodsItem-box .pro-wrapper .order-count .card-item .card-item-pro {
  position: relative;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  display: inline-block;
}
.content .custom-person-center .goodsItem-box .pro-wrapper .order-count .card-item .card-item-pro .card-item-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.content .custom-person-center .goodsItem-box .pro-wrapper .order-count .card-item .card-item-pro .card-item-num {
  position: absolute;
  top: 0;
  right: -6px;
  width: 26px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  background-color: #BE2038;
  border-radius: 30px;
}
.content .custom-person-center .goodsItem-box .pro-wrapper .order-count .card-item .text,
.content .custom-person-center .goodsItem-box .pro-wrapper .order-count .card-item .all-text {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  margin-top: 3px;
}
.content .custom-person-center .goodsItem-box .pro-wrapper .order-count .card-item:last-child {
  color: #BE2038;
}
.content .custom-person-center .goodsItem-box .pro-wrapper .order-count .card-item:last-child::after {
  width: 0 !important;
  height: 0 !important;
  background-color: transparent !important;
}
.content .custom-person-center .goodsItem-box .pro-wrapper .order-count .last-item {
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 2px dotted #eee;
}
.content .custom-person-center .goodsItem-box .custom-order-img-box > dt {
  float: left;
  position: relative;
  display: inline-block;
}
.content .custom-person-center .goodsItem-box .custom-order-img-box > dt a img {
  margin-right: 0;
}
.content .custom-person-center .goodsItem-box .custom-order-img-box .pay-money {
  width: 90px !important;
  position: relative;
  top: -30px;
}
.content .custom-person-center .goodsItem-box .custom-order-img-box .wait-pay {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding-top: 0 !important;
  width: 166px;
  vertical-align: top;
}
.content .custom-person-center .goodsItem-box .custom-order-img-box .wait-pay a {
  text-align: center;
  line-height: 24px;
  display: inline-block;
  height: 24px;
  width: 64px;
  border-radius: 2px;
}
.content .custom-person-center .goodsItem-box .custom-order-img-box .name {
  width: 100px !important;
}
.content .custom-person-center .goodsItem-box .custom-order-img-box .status-btn {
  vertical-align: top;
}
.content .custom-person-center .goodsItem-box .custom-order-img-box .status-btn a {
  text-align: center;
  line-height: 24px;
  display: inline-block;
  height: 24px;
  width: 64px;
  border-radius: 2px;
}
.content .custom-person-center .goodsItem-box .custom-order-img-box dd {
  float: none !important;
  display: inline-block;
}
.content .custom-person-center .goodsItem-box .custom-order-img-box dd.desc {
  width: 340px !important;
  position: relative;
  top: 0;
}
.content .custom-person-center .goodsItem-box .custom-order-img-box dd p {
  margin: 0;
  padding: 0;
  margin: 4px 0 4px 0;
  line-height: 1.6;
}
.content .custom-person-center .goodsItem-box .custom-order-img-box dd .mgB8 {
  margin-bottom: 8px;
}
.content .custom-person-center .goodsItem-box .custom-order-img-box .light {
  background-color: #BE2038;
  color: #fff;
  font-size: 14px;
}
.content .custom-person-center .goods-show {
  background-color: #fff;
}
.content .custom-person-center .goods-show .guess-you {
  background-color: #fff;
}
.content .custom-person-center .goods-show .show-good .none-favorite-box {
  width: auto;
  min-width: auto;
}
.content .custom-person-center .goods-show .show-good .goods-box {
  width: 100%;
  text-align: center;
}
.content .custom-person-center .goods-show .show-good .goods-box .pro-name {
  line-height: 17px;
  font-size: 12px;
  min-height: 34px;
  text-align: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 8px 0;
  padding: 0;
}
.content .custom-person-center .goods-show .show-good .goods-box .pro-price {
  text-align: left;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #BE2038;
  font-family: Arail;
}
.content .custom-person-center .goods-show .show-good .goods-box .pro-price .money-img {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  vertical-align: bottom;
  line-height: 19px;
}
.content .custom-person-center .goods-show .show-good .none-favorite-box {
  min-width: 100px;
}
.content .custom-person-center .goods-show .show-good .none-favorite-box .collection-right {
  display: block !important;
  font-size: 14px;
}
.content .custom-goods-show {
  width: 200px !important;
  float: right !important;
  background-color: #fff;
}
.content .custom-goods-show .guess-you {
  background-color: #fff;
}
.content .custom-goods-show .guess-you .take-all a {
  font-size: 12px !important;
  font-weight: 400;
  color: #818181 !important;
}
.content .custom-goods-show .guess-you .take-all a span {
  vertical-align: middle;
}
.content .custom-goods-show .guess-you .take-all i {
  vertical-align: middle;
  transform: rotate(-90deg);
  margin-bottom: 2px;
  margin-left: 4px !important;
}
.content .custom-goods-show .show-good {
  padding: 0 20px !important;
}
.content .custom-goods-show .goods-box {
  width: 100%;
}
.content .custom-goods-show .goods-box .clearfix {
  width: 100%;
}
.content .custom-goods-show .goods-box .food-item {
  width: 100%;
  margin-right: 0 !important;
  display: block;
}
.content .custom-goods-show .goods-box .food-item a {
  text-align: center;
  margin-top: 0;
  height: 256px;
}
.content .custom-goods-show .goods-box .food-item .pro-name {
  line-height: 17px;
  font-size: 12px;
  min-height: 34px;
  text-align: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 8px 0;
  padding: 0;
}
.content .custom-goods-show .goods-box .food-item .pro-price {
  text-align: left;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #BE2038;
  font-family: Arail;
}
.content .custom-goods-show .goods-box .food-item .pro-price .money-img {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  vertical-align: bottom;
  line-height: 19px;
}
.notice-dialog {
  position: fixed !important;
  top: 36% !important;
}
.custom-comment-wrapper {
  background-color: transparent !important;
}
.custom-comment-wrapper .home-allTitle {
  height: 40px;
  margin: 0 !important;
  border-bottom: 0;
}
.custom-comment-wrapper .home-allTitle .title-text {
  margin: 0 20px;
}
.custom-comment-wrapper .custom-comment-box {
  min-height: 500px;
  background-color: #fff;
  margin-top: 20px;
}
.custom-comment-wrapper .custom-comment-box .comment_main {
  padding-bottom: 20px;
}
.custom-comment-wrapper .custom-comment-box .follow-left {
  height: 38px !important;
}
.custom-comment-wrapper .custom-comment-box .follow-left span {
  display: inline-block;
  height: 38px;
  line-height: 38px !important;
}
.custom-comment-wrapper .custom-comment-box .follow-left .goods {
  margin-bottom: 0 !important;
}
.custom-comment-wrapper .custom-comment-box .follow-left .store {
  margin-bottom: 0 !important;
}
.custom-comment-wrapper .custom-comment-box .follow-left .goods-active {
  font-weight: 500;
  font-size: 14px !important;
  color: #BE2038 !important;
  border-bottom: 3px solid #BE2038;
  box-sizing: border-box;
}
.custom-comment-wrapper .custom-comment-box .order-group .list-title {
  margin-bottom: 11px;
  margin-top: 0 !important;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-title {
  height: 32px !important;
  line-height: 32px !important;
  background-color: #FAFDFF !important;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-title .create-time {
  width: 120px;
  font-size: 12px;
  font-weight: 600;
  color: #818181;
  margin-right: 40px;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-title .order-code {
  width: 179px;
  font-size: 12px;
  font-weight: 400;
  color: #818181;
  margin-right: 40px;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-title .merchant-name {
  font-size: 12px;
  font-weight: 400;
  color: #818181;
  margin-right: 40px;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-title .kefu-box span,
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-title .kefu-box img {
  display: inline-block;
  vertical-align: middle;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-title .kefu-box img {
  width: 16px;
  height: 16px;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-list .bl {
  border-left: 1px solid #eee !important;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-list .bb {
  border-bottom: 1px solid #eee !important;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-list .br {
  border-right: 1px solid #eee !important;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-list .bt {
  border-top: 1px solid #eee !important;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-list .product-name {
  position: relative;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-list .product-name .product-num {
  position: absolute;
  right: 20px;
  top: 15px;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-list .product-user {
  font-size: 12px !important;
  font-weight: 400;
  color: #17181D !important;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-list .product-user span,
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-list .product-user img {
  display: inline-block;
  vertical-align: middle;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-list .product-user img {
  width: 14px;
  height: 14px;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-list .product-pay .count {
  font-size: 12px !important;
  color: #17181D !important;
  font-weight: 400;
  padding-bottom: 15px;
  position: relative;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-list .product-pay .count span {
  font-weight: 600 !important;
  font-size: 14px !important;
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-list .product-pay .count::after {
  content: '';
  width: 100px;
  height: 2px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px dotted #eee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.custom-comment-wrapper .custom-comment-box .evaluate-list .suborder .order-list .product-pay .pay-way {
  font-size: 12px;
  font-weight: 400;
  color: #818181 !important;
  padding-top: 10px;
}
.custom-comment-wrapper .none-left {
  display: block !important;
}
.custom-comment-wrapper .none-right {
  display: block !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #818181;
  text-align: center;
  margin-top: 40px;
}
.custom-comment-wrapper .store-follow {
  box-sizing: border-box;
  padding: 0 20px;
}
.custom-comment-wrapper .store-follow .list-title {
  margin-top: 0 !important;
  height: 40px;
  background: #F5F5F5;
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 12px;
}
.custom-comment-wrapper .store-follow .list-title span {
  display: block;
  text-algin: center;
  float: left !important;
}
.custom-comment-wrapper .store-follow .list-title .width733 {
  width: 659px !important;
}
.custom-comment-wrapper .store-follow .list-title .width206 {
  width: 162px !important;
}
.custom-comment-wrapper .store-follow .list-title .width_410 {
  width: 410px !important;
}
.custom-comment-wrapper .store-follow .list-title .width_127 {
  width: 127px !important;
}
.custom-comment-wrapper .store-follow .suborder {
  width: 100% !important;
}
.custom-comment-wrapper .store-follow .suborder .bl {
  border-left: 1px solid #eee !important;
}
.custom-comment-wrapper .store-follow .suborder .br {
  border-right: 1px solid #eee !important;
}
.custom-comment-wrapper .store-follow .suborder .bb {
  border-bottom: 1px solid #eee !important;
}
.custom-comment-wrapper .store-follow .suborder .bt {
  border-top: 1px solid #eee !important;
}
.custom-comment-wrapper .store-follow .suborder .width127 {
  width: 127px !important;
}
.custom-comment-wrapper .store-follow .suborder .comment-box-row {
  font-size: 12px;
  font-weight: 400;
  color: #818181;
  height: 32px;
  background: #FAFDFF;
  line-height: 32px;
  padding: 0 20px;
  border: 1px solid #EEEEEE;
  border-bottom: 0;
}
.custom-comment-wrapper .store-follow .suborder .comment-box-row .comment-head-time,
.custom-comment-wrapper .store-follow .suborder .comment-box-row .comment-head-merchant,
.custom-comment-wrapper .store-follow .suborder .comment-box-row .comment-head-order,
.custom-comment-wrapper .store-follow .suborder .comment-box-row .comment-kefu-box {
  margin-right: 40px;
  display: inline-block;
  color: #818181;
}
.custom-comment-wrapper .store-follow .suborder .comment-box-row .comment-head-time {
  font-size: 12px;
  font-weight: 600;
}
.custom-comment-wrapper .store-follow .suborder .comment-box-row .comment-head-order {
  font-size: 12px;
  font-weight: 400;
}
.custom-comment-wrapper .store-follow .suborder .comment-box-row .comment-kefu-box span {
  vertical-align: middle;
}
.custom-comment-wrapper .store-follow .suborder .comment-box-row .comment-kefu-box img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.custom-comment-wrapper .store-follow .suborder .person-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
.custom-comment-wrapper .store-follow .suborder .pro-name-attr {
  width: 280px;
}
.custom-comment-wrapper .store-follow .suborder .pro-name-attr .name {
  width: 260px !important;
}
.custom-comment-wrapper .store-follow .suborder .pro-name-attr .name .good-num {
  float: right;
  color: #333;
  font-weight: 400;
}
.custom-comment-wrapper .store-follow .suborder .pro-name-attr .seriesAttr {
  display: flex;
}
.custom-comment-wrapper .store-follow .suborder .pro-name-attr .seriesAttr span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #818181;
  margin-right: 20px;
}
.custom-comment-wrapper .store-follow .suborder .text-comment-box .time-text,
.custom-comment-wrapper .store-follow .suborder .text-comment-box .add-time-text {
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-block;
}
.custom-comment-wrapper .store-follow .suborder .comment-pay-box .comment-pay-mount {
  font-size: 12px;
  font-weight: 400;
  color: #17181D;
  position: relative;
  padding-bottom: 10px;
  margin: 0 12px !important;
  border-bottom: 2px dotted #eee;
}
.custom-comment-wrapper .store-follow .suborder .comment-pay-box .comment-pay-mount > span {
  font-weight: 600 !important;
}
.custom-comment-wrapper .store-follow .suborder .comment-pay-box .comment-pay-type {
  font-size: 12px;
  font-weight: 400;
  color: #818181;
  margin: 0 !important;
  padding-top: 10px;
}
.whiteBg {
  background-color: #fff;
}
#paging a.his-cus {
  width: 100px;
}
.custom-order-list .custom-order-tab {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  margin: 0 20px;
}
.custom-order-list .custom-order-tab .order-left {
  padding-top: 0 !important;
  float: none !important;
  display: inline-block;
  height: 30px;
}
.custom-order-list .custom-order-tab .order-left .order-tab-item {
  margin-bottom: 0 !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 14px !important;
  font-weight: 400;
  color: #818181 !important;
  margin-right: 20px;
}
.custom-order-list .custom-order-tab .order-left .goods-active {
  border-bottom: 0 !important;
  font-size: 14px;
  font-weight: 600;
  color: #BE2038 !important;
  position: relative;
}
.custom-order-list .custom-order-tab .order-left .goods-active::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #BE2038;
}
.custom-order-list .custom-order-tab .follow-right {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: 6px;
  height: 28px;
  width: 280px;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.custom-order-list .custom-order-tab .follow-right .order-search-input {
  width: 214px;
  height: 100%;
  line-height: 28px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 0 0 10px;
  border: 0 !important;
  color: #818181 !important;
}
.custom-order-list .custom-order-tab .follow-right .order-search-input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 12px;
  padding-left: 10px;
}
.custom-order-list .custom-order-tab .follow-right .order-search-btn {
  width: 64px;
  height: 100%;
  background: #F4F4F4;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 !important;
  border-width: 0 !important;
  border: 0 !important;
  color: #818181 !important;
  font-size: 12px;
}
.custom-order-list .custom-order-tab .follow-right .active-btn {
  background-color: #BE2038 !important;
  color: #fff !important;
}
.custom-order-list .evaluate-list .list-title {
  background: #f5f5f5 !important;
  margin-bottom: 11px;
  margin-top: 0 !important;
}
.custom-order-list .evaluate-list .list-title span {
  color: #818181 !important;
  font-size: 12px !important;
}
.custom-order-list .evaluate-list .list-title span:first-child {
  box-sizing: border-box;
  padding-left: 20px;
}
.custom-order-list .order-group .order-title .c1 {
  width: 122px !important;
  margin-right: 40px;
}
.custom-order-list .order-group .order-title .c3-1 {
  width: 179px !important;
  padding-right: 0 !important;
  margin-right: 40px;
}
.custom-order-list .order-group .order-title .merchant-name {
  margin-right: 40px;
}
.custom-order-list .order-group .order-title .custom-btn span {
  display: inline-block;
  vertical-align: middle;
}
.custom-order-list .order-group .order-title .custom-btn .kefu-img {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.custom-order-list .order-group .order-list .order-item .bl {
  border-left: 1px solid #eee !important;
}
.custom-order-list .order-group .order-list .order-item .bb {
  border-bottom: 1px solid #eee !important;
}
.custom-order-list .order-group .order-list .order-item .br {
  border-right: 1px solid #eee !important;
}
.custom-order-list .order-group .order-list .order-item .all-img-box {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-order-list .order-group .order-list .order-item .product-items {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  height: 84px;
  position: relative;
}
.custom-order-list .order-group .order-list .order-item .product-items a {
  width: 120px !important;
  float: left;
}
.custom-order-list .order-group .order-list .order-item .product-items a img {
  width: 80px;
  height: 80px;
  display: inline-block;
}
.custom-order-list .order-group .order-list .order-item .product-items:last-child {
  border-bottom: 0 !important;
}
.custom-order-list .order-group .order-list .order-item .product-items .product-items-desc {
  float: left;
  width: 240px;
}
.custom-order-list .order-group .order-list .order-item .product-items .product-items-desc .name {
  width: 100% !important;
  display: block;
  font-size: 12px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  color: #17181D;
  text-align: left;
}
.custom-order-list .order-group .order-list .order-item .product-items .product-items-num {
  float: left;
  text-align: center;
  margin-left: 20px;
}
.custom-order-list .order-group .order-list .order-item .product-items .clear {
  overflow: hidden;
  clear: both;
}
.custom-order-list .order-group .order-list .order-item .more-box {
  font-size: 12px;
  font-weight: 400;
  color: #818181;
  text-align: center;
  line-height: 39px;
  height: 40px;
  cursor: pointer;
}
.custom-order-list .order-group .order-list .order-item .more-box span {
  vertical-align: middle;
}
.custom-order-list .order-group .order-list .order-item .more-box i {
  vertical-align: middle;
  transform: rotate(-90deg);
  margin-bottom: 1px;
}
.custom-order-list .order-group .order-list .order-item .state {
  border: 0 !important;
}
.custom-order-list .order-group .order-list .order-item .font12 {
  font-size: 12px !important;
}
.custom-order-list .order-group .order-list .order-item .shoude-pay {
  color: #17181D !important;
  position: relative;
}
.custom-order-list .order-group .order-list .order-item .shoude-pay::after {
  content: '';
  width: 100px;
  border: 2px dotted #eee;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.custom-order-list .order-group .order-list .order-item .blue {
  padding-top: 10px;
  display: inline-block !important;
}
.custom-order-list .order-group .order-list .order-item .last-time span {
  font-size: 12px !important;
  font-weight: 400;
  color: #666666 !important;
}
.custom-order-list .order-group .order-list .order-item .people-icon span {
  padding-left: 0 !important;
  display: inline-block;
  vertical-align: middle;
}
.custom-order-list .order-group .order-list .order-item .people-icon .personal-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.custom-order-list .order-group .order-list .order-item .last-time {
  margin-bottom: 10px;
  display: inline-block;
}
.custom-order-list .order-group .order-list .order-item .argin-box .time-icon {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
}
.custom-order-list .order-group .order-list .order-item .argin-box .time-box {
  display: inline-block;
  vertical-align: middle;
}
.custom-order-list .order-group .order-list .order-item .color-99 {
  color: #999 !important;
}
.custom-order-list .order-group .order-list .order-item .btn-group {
  width: 100% !important;
}
.custom-order-list .order-group .order-list .order-item .btn-group .athena-btn-xs-default-plain1 {
  font-weight: 400;
  color: #17181D !important;
  font-size: 12px !important;
  border: 1px solid #CCCCCC;
  border-radius: 2px !important;
  width: 88px !important;
  height: 28px !important;
  line-height: 28px !important;
}
.custom-order-list .order-group .order-list .order-item .btn-group .athena-btn-xs-theme,
.custom-order-list .order-group .order-list .order-item .btn-group .athena-btn-xs-theme-plain1 {
  border-radius: 2px !important;
  width: 88px !important;
  height: 28px !important;
  line-height: 28px !important;
}
.custom-order-list .order-group .presell-box {
  height: 42px;
  line-height: 42px;
  background: #FAFDFF;
  border: 1px solid #EEEEEE;
}
.custom-order-list .order-group .presell-box .presell-step-1,
.custom-order-list .order-group .presell-box .presell-step-2 {
  width: 556px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  color: #818181;
  text-align: left;
  float: left;
}
.custom-order-list .order-group .presell-box .presell-price,
.custom-order-list .order-group .presell-box .presell-status {
  width: 127px;
  font-size: 12px;
  font-weight: 500;
  color: #818181;
  text-align: center;
  float: left;
}
.custom-order-list .order-group .presell-box .active-price {
  color: #BE2038;
}
.custom-order-list .order-group .presell-box .presell-btn {
  width: 127px;
  text-align: center;
  float: left;
}
.custom-order-list .order-group .presell-box .presell-btn .athena-btn-xs-theme {
  display: inline-block;
  height: 28px;
  width: 88px;
  color: #fff;
  background-color: #BE2038;
  font-size: 12px;
  line-height: 28px;
  border-radius: 2px;
  cursor: pointer;
}
.custom-order-list .order-group .presell-box .presell-btn .default-btn {
  display: inline-block;
  height: 28px;
  width: 88px;
  color: #999;
  background-color: #e5e5e5;
  font-size: 12px;
  line-height: 28px;
  border-radius: 2px;
}
.custom-order-list .width440 {
  width: 428px !important;
}
.custom-order-list .width116 {
  width: 126px !important;
}
.custom-order-list .width154 {
  width: 126px !important;
}
.custom-order-list .width110 {
  width: 126px !important;
}
.custom-order-list .width120 {
  width: 126px !important;
}
.custom-bill-wrapper {
  background-color: #fff;
  min-height: 500px;
}
.custom-bill-wrapper .evaluate-list {
  width: 100% !important;
}
.custom-look-wrapper .evaluate-title .order-code {
  float: right;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #818181;
}
.custom-look-wrapper .evaluate-left {
  width: 200px !important;
  top: 0;
}
.custom-look-wrapper .evaluate-left a img {
  width: 200px !important;
  height: 200px !important;
  background-color: #F9F9F9;
}
.custom-look-wrapper .evaluate-left .pro-img-item {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  color: #17181D;
}
.custom-look-wrapper .evaluate-left .pro-price-item {
  font-size: 12px;
  font-weight: 500;
  color: #BE2038;
}
.custom-look-wrapper .evaluate-left .pro-price-item .big-font {
  font-size: 20px !important;
}
.custom-look-wrapper .evaluate-right .comment-tag {
  width: 80px;
  margin-right: 40px;
  font-size: 12px;
  font-weight: 400;
  color: #818181;
  float: left;
}
.custom-look-wrapper .evaluate-right .comment-content {
  float: left;
  width: 700px;
  font-size: 12px;
  font-weight: 400;
  color: #17181D;
}
.custom-look-wrapper .evaluate-right .comment-content .one-dl {
  margin-bottom: 0 !important;
}
.custom-look-wrapper .evaluate-right .comment-content .look-content {
  margin-top: 6px !important;
  border-bottom: 0 !important;
}
.custom-look-wrapper .evaluate-right .first-box .clear {
  clear: both;
  overflow: hidden;
}
.custom-look-wrapper .evaluate-right .second-box .look-content {
  margin-top: 0 !important;
  border: 0 !important;
}
.custom-chase-wrapper .evaluate-title {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
}
.custom-chase-wrapper .evaluate-title .item-good {
  font-size: 14px;
  font-weight: 500;
  color: #17181D;
}
.custom-chase-wrapper .evaluate-title .order-code {
  font-size: 12px;
  font-weight: 400;
  color: #818181;
}
.custom-chase-wrapper .evaluate-main .evaluate-left .img-box img {
  width: 200px;
  height: 200px;
}
.custom-chase-wrapper .evaluate-main .evaluate-left .name-chase-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #17181D !important;
}
.custom-chase-wrapper .evaluate-main .evaluate-left .price-chase-item {
  font-size: 12px;
  font-weight: 600;
  color: #BE2038;
}
.custom-chase-wrapper .evaluate-main .evaluate-left .price-chase-item .big-font {
  font-size: 20px;
}
.custom-chase-wrapper .evaluate-main .evaluate-right {
  position: relative;
  width: auto !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 20px 0;
}
.custom-chase-wrapper .evaluate-main .evaluate-right .new-star {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
.custom-chase-wrapper .evaluate-main .evaluate-right::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 1;
}
.custom-chase-wrapper .evaluate-main .evaluate-right .first-comment-box {
  margin-bottom: 32px;
  padding-left: 120px;
  position: relative;
  box-sizing: border-box;
  width: 780px;
}
.custom-chase-wrapper .evaluate-main .evaluate-right .first-comment-box::before {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 10;
}
.custom-chase-wrapper .evaluate-main .evaluate-right .first-comment-box .first-comment-title {
  position: absolute;
  left: 40px;
  top: 0;
  font-size: 14px;
  font-weight: 400;
  color: #818181;
}
.custom-chase-wrapper .evaluate-main .evaluate-right .first-comment-box .one-dl {
  margin-bottom: 0 !important;
}
.custom-chase-wrapper .evaluate-main .evaluate-right .first-comment-box .comment-item-time {
  font-size: 12px;
  font-weight: 600;
  color: #818181;
  margin-left: 20px;
}
.custom-chase-wrapper .evaluate-main .evaluate-right .first-comment-box .comment-detail .comment-detail-text {
  margin: 8px 0 !important;
  font-size: 12px;
  font-weight: 400;
  color: #17181D;
}
.custom-chase-wrapper .evaluate-main .evaluate-right .first-comment-box .comment-detail .comment-detail-img img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.custom-chase-wrapper .evaluate-main .evaluate-right .second-comment-box {
  padding-left: 120px;
  width: 780px;
  position: relative;
  box-sizing: border-box;
}
.custom-chase-wrapper .evaluate-main .evaluate-right .second-comment-box::before {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #BE2038;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 10;
}
.custom-chase-wrapper .evaluate-main .evaluate-right .second-comment-box .second-comment-title {
  position: absolute;
  left: 40px;
  top: 0;
  font-size: 14px;
  font-weight: 400;
  color: #818181;
}
.custom-chase-wrapper .evaluate-main .evaluate-right .second-comment-box .second-comment-detail .textarea-box textarea {
  width: 620px !important;
  height: 100px !important;
}
.custom-chase-wrapper .evaluate-main .evaluate-right .second-comment-box .second-comment-detail .dl-three {
  margin-left: 0 !important;
}
.textAlign {
  text-align: center !important;
}
.none-delivery {
  padding: 10px 20px;
  text-align: center;
}
#my-clouds {
  width: 980px;
  padding-left: 20px;
  float: right;
  font-size: 14px;
}
#my-clouds .my-clouds-box {
  min-height: 500px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  padding-bottom: 20px;
}
#my-clouds .clouds-title {
  display: flex;
  padding-left: 20px;
  border-bottom: 1px solid #EEEEEE;
  font-size: 16px;
}
#my-clouds .clouds-title .clouds-title-item {
  padding: 10px 0;
  margin-right: 50px;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: -1px;
}
#my-clouds .clouds-title .clouds-title-item-select {
  color: #BE2038;
  border-bottom: 2px solid #BE2038;
}
#my-clouds .clouds-num-box {
  height: 180px;
  margin-top: 20px;
  display: flex;
}
#my-clouds .clouds-num-box .clouds-num-box-left {
  width: 200px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
}
#my-clouds .clouds-num-box .clouds-num-box-left img {
  width: 85px;
  height: 85px;
  margin-bottom: 8px;
}
#my-clouds .clouds-num-box .clouds-num-box-left .clouds-num-box-left-val {
  font-size: 24px;
  font-weight: bold;
  color: #BE2038;
}
#my-clouds .clouds-num-box .clouds-num-box-right {
  width: 356px;
  padding-left: 20px;
  margin: 20px 0;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  font-size: 12px;
  position: relative;
}
#my-clouds .clouds-num-box .clouds-num-box-right .help {
  position: absolute;
  right: 50px;
  top: 20px;
  height: 5px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #6D9BF2;
}
#my-clouds .clouds-num-box .clouds-num-box-right .help img {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
#my-clouds .clouds-num-box .clouds-num-box-right .clouds-num-box-right_title {
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
}
#my-clouds .clouds-num-box .clouds-num-box-right .clouds-num-box-right-bottom-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
#my-clouds .clouds-num-box .clouds-num-box-right .clouds-num-box-right-bottom-box .item {
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 12px;
  color: #333333;
}
#my-clouds .clouds-num-box .clouds-num-box-right .clouds-num-box-right-bottom-box .item .clouds-num-detail {
  margin-top: 12px;
  display: flex;
  align-items: center;
  color: #BE2038;
}
#my-clouds .clouds-num-box .clouds-num-box-right .clouds-num-box-right-bottom-box .item .clouds-num-detail .num {
  font-size: 18px;
  font-weight: bold;
}
#my-clouds .clouds-num-box .clouds-num-box-right .clouds-num-box-right-bottom-box .item .clouds-num-detail .add {
  font-size: 16px;
  margin-right: 3px;
}
#my-clouds .clouds-num-box .clouds-num-box-right .clouds-num-box-right-bottom-box .item .clouds-num-detail .unit {
  margin-left: 3px;
}
#my-clouds .clouds-num-box .clouds-num-box-rightest {
  width: 324px;
  padding-top: 20px;
  padding-left: 30px;
  font-size: 12px;
  position: relative;
}
#my-clouds .clouds-num-box .clouds-num-box-rightest .item {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 132px;
  font-size: 12px;
  color: #333333;
}
#my-clouds .clouds-num-box .clouds-num-box-rightest .item img {
  border: 1px solid #D4DAE6;
  width: 127px;
  height: 127px;
  padding: 2px;
}
#my-clouds .clouds-num-box .clouds-num-box-rightest .item .clouds-num-box-rightest-val {
  margin-top: 10px;
}
#my-clouds .clouds-record-box {
  margin-top: 30px;
  padding: 10px 20px 0;
  font-size: 14px;
  position: relative;
}
#my-clouds .clouds-record-box .help {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 5px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #6D9BF2;
}
#my-clouds .clouds-record-box .help img {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
#my-clouds .clouds-record-box .clouds-record-name {
  font-weight: 600;
  font-size: 16px;
}
#my-clouds .clouds-record-box .clouds-table-box .clouds-table-item {
  padding: 10px 20px;
  color: #7F7F7F;
  display: flex;
  border-bottom: 1px solid #D4DAE6;
  border-left: 1px solid #D4DAE6;
  border-right: 1px solid #D4DAE6;
}
#my-clouds .clouds-record-box .clouds-table-box .clouds-table-item .clouds-table-item-left {
  width: 230px;
}
#my-clouds .clouds-record-box .clouds-table-box .clouds-table-item .clouds-table-item-center {
  width: 370px;
  text-align: center;
}
#my-clouds .clouds-record-box .clouds-table-box .clouds-table-item .clouds-table-item-center .add {
  color: #BE2038;
}
#my-clouds .clouds-record-box .clouds-table-box .clouds-table-item .clouds-table-item-center .reduce {
  color: #333333;
}
#my-clouds .clouds-record-box .clouds-table-box .clouds-table-item .clouds-table-item-right {
  width: 300px;
  padding-left: 40px;
}
#my-clouds .clouds-record-box .clouds-table-box .clouds-table-title {
  margin-top: 20px;
  background: #E9ECF2;
  color: #333333;
  border-top: 1px solid #D4DAE6;
}
#my-clouds .clouds-record-box .clouds-table-box .clouds-table-bottom {
  color: #6D9BF2;
  display: flex;
  justify-content: center;
  cursor: pointer;
  border: none;
  font-size: 16px;
  font-weight: bold;
}
#my-clouds .clouds-record-box .clouds-table-record-box .clouds-table-bottom {
  padding: 0 20px 0 0;
  justify-content: flex-end;
}
#my-clouds .clouds-record-box .clouds-table-record-box span {
  cursor: pointer;
  position: relative;
}
#my-clouds .clouds-record-box .clouds-table-record-box span .clouds-table-item-left-hover,
#my-clouds .clouds-record-box .clouds-table-record-box span .clouds-table-item-center-hover {
  width: 82px;
  padding: 5px 7px;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 0 12px #727272;
  text-align: center;
  z-index: 2;
}
#my-clouds .clouds-record-box .clouds-table-record-box span .clouds-table-item-left-hover {
  width: 84px;
}
#my-clouds .clouds-exchange-coupons-box {
  margin-top: 30px;
  padding: 10px 20px 0;
  font-size: 14px;
  position: relative;
}
#my-clouds .clouds-exchange-coupons-box .clouds-exchange-coupons-name {
  font-weight: 600;
  font-size: 16px;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box {
  display: inline-block;
  margin-bottom: 0;
  padding: 20px 0 0 0;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box {
  display: block;
  float: left;
  z-index: 1;
  width: 210px;
  height: 260px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: url(../../images/my/coupon-ziying.png) no-repeat;
  background-size: 100%;
  position: relative;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .future-expired {
  background: url(../../images/my/coupon-left.png) no-repeat;
  background-size: 100%;
  width: 55px;
  height: 55px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .future-expired span {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.87, M12=0.5, M21=-0.5, M22=0.87, SizingMethod="auto expand");
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.87,M12=0.5,M21=-0.5,M22=0.87,SizingMethod='auto expand');
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 11px;
  white-space: nowrap;
  height: 38px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 17px;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .coupon-title {
  color: #fff;
  height: 100px;
  overflow: hidden;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .coupon-title .top-box-text {
  padding-top: 10px;
  text-align: center;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .coupon-title .top-box-text span {
  display: inline-block;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .coupon-title .top-box-text .text-icon {
  font-size: 16px;
  font-weight: bold;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .coupon-title .top-box-text .text {
  font-size: 40px;
  font-weight: bold;
  margin-right: 4px;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .coupon-title .top-box-text .text-type {
  height: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 18px;
  position: relative;
  top: -2px;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .coupon-title .money-rule {
  text-align: center;
  height: 36px;
  overflow: hidden;
  padding: 0 12px;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .coupon-title .money-rule span {
  line-height: 1;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .bottom-box {
  color: #515151;
  position: relative;
  padding: 16px 10px;
  font-size: 12px;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .bottom-box .normal {
  font-size: #17181D;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .bottom-box .top-bottom {
  overflow: hidden;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .bottom-box .bottom-title {
  color: #333;
  padding: 12px 20px;
  padding-left: 0px;
  display: flex;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .bottom-box .bottom-desc {
  position: relative;
  overflow: hidden;
  margin-top: 8px;
  height: 84px;
  word-break: break-all;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .bottom-box .bottom-desc span {
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  word-break: break-all;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .bottom-box .button-box {
  text-align: center;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .bottom-box .button-box span {
  display: inline-block;
  height: 30px;
  width: 100px;
  color: #e60012;
  border: 1px solid #e60012;
  line-height: 30px;
  margin-bottom: 10px;
  margin-left: 3px;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .icon-box {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .icon-box .img-icon {
  display: block;
  width: 66px;
  height: 55px;
  position: relative;
  background: url(../../images/my/cloud-lack.png) no-repeat;
  background-size: 100%;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box .icon-box .img-icon-2 {
  display: block;
  width: 66px;
  height: 55px;
  position: relative;
  background: url(../../images/my/cloud-coupon-over.png) no-repeat;
  background-size: 100%;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-coupon-box:nth-child(4n) {
  margin-right: 0;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .pinpai-coupon-box {
  background: url(../../images/my/coupon-shangjia.png) no-repeat;
  background-size: 100%;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .single-gery-coupon-box {
  background: url(../../images/my/coupon-dis.png) no-repeat;
  background-size: 100%;
}
#my-clouds .clouds-exchange-coupons-box .clouds-coupon-box .coupon-btn {
  background: #fe4b49;
  color: #ffff;
  padding: 4px 12px;
  margin-left: 10px;
  border-radius: 4px;
}
#my-clouds .clouds-exchange-coupons-box .clouds-exchange-coupons-bottom {
  color: #6D9BF2;
  display: flex;
  justify-content: center;
  cursor: pointer;
  border: none;
  font-size: 16px;
  font-weight: bold;
}
#my-clouds .coupon-none {
  text-align: center;
}
#my-clouds .coupon-none .coupoon-left img {
  width: 180px;
  height: 109px;
  display: inline-block;
}
#my-clouds .coupon-none .coupon-right {
  display: block;
  font-size: 14px;
  color: #818181;
}
#my-clouds .clouds-common-problem-description {
  margin-top: 20px;
  padding: 20px;
  font-size: 14px;
}
#my-clouds .clouds-common-problem-description .clouds-common-problem-description-box {
  padding-left: 20px;
}
#my-clouds .clouds-common-problem-description .clouds-common-problem-description-box .clouds-common-problem-description-name {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
#my-clouds .clouds-common-problem-description .clouds-common-problem-description-box .clouds-common-problem-description-title {
  margin-top: 10px;
  font-weight: bold;
}
.custom-rcProcess .d-flex li:nth-child(3).active i {
  background-position: unset !important;
}
.discount-wrapper .discount-title {
  font-size: 14px;
  font-weight: bold;
}
.discount-wrapper ul {
  border: 1px solid #ddd;
  padding: 16px;
  box-sizing: border-box;
}
.discount-wrapper ul .discount-box {
  margin-bottom: 10px;
}
.discount-wrapper ul .discount-box:last-child {
  margin-bottom: 0;
}
.attr-item {
  display: inline-block;
  margin-right: 16px !important;
  margin-bottom: 0 !important;
}
.custom-good-num {
  width: 40px !important;
}
.money-detail-box {
  width: 320px;
  background: #F5F5F5;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  overflow: hidden;
}
.money-detail-box div {
  margin: 8px 16px;
}
.baseInfo-sex {
  height: 20px !important;
}
.pad14 {
  padding-top: 14px !important;
}
.color81 {
  color: #818181 !important;
}
.modify-cont {
  margin-left: -230px !important;
}
.modify-cont .modify-cont-page {
  border: none !important;
  background: #ffffff;
}
.modify-cont .modify-cont-page .modify-cont-form {
  width: 460px !important;
  border-radius: 4px !important;
}
.modify-cont .modify-cont-page .modify-cont-form .modify-cont-title {
  height: 48px !important;
  padding: 0px 20px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F7F8F6;
  margin-bottom: 40px !important;
}
.modify-cont .modify-cont-page .modify-cont-form .modify-cont-title dt {
  font-weight: 500;
  color: #212121;
  font-weight: 600;
}
.modify-cont .modify-cont-page .modify-cont-form .modify-cont-tel {
  padding-left: 53px !important;
  color: #212121 !important;
  font-size: 12px !important;
  line-height: 16px;
  padding-bottom: 16px !important;
}
.form-group-captcha {
  display: flex;
  padding-right: 70px;
  align-items: center;
  justify-content: flex-end;
}
.form-group-captcha input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.form-group-captcha input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.form-group-captcha input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.form-group-captcha input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.form-group-captcha .modify-cont-captcha-input {
  width: 170px !important;
  margin-left: 8px !important;
  margin-right: 10px !important;
  box-sizing: border-box;
  height: 32px !important;
}
.form-group-captcha .modify-cont-captcha-btn {
  width: 100px !important;
  background: #fff !important;
  border-radius: 2px !important;
  color: #333 !important;
  box-sizing: border-box;
  height: 32px !important;
  line-height: 30px !important;
  border: 1px solid #ddd;
}
.modify-cont-captcha {
  font-size: 12px !important;
  color: #212121;
  line-height: 32px;
}
.modify-cont-pass {
  float: right;
}
.pad0 {
  padding: 0px !important;
}
.mgl8 {
  margin-left: 8px !important;
}
.modify-cont-pass-input {
  width: 280px !important;
  box-sizing: border-box;
  height: 32px !important;
  margin-left: 8px;
}
.modify-cont-btn {
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 2px !important;
}
.width220 {
  width: 220px !important;
}
.shopCar .car-shop {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.shopCar .cart,
.shopCar .cart-icon {
  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;
}
.logistics-box {
  width: 48% !important;
  height: 610px !important;
}
.mes-big-box-height {
  height: 310px !important;
}
@media screen and (max-width: 1380px) {
}
.mes-one-important {
  padding-bottom: 10px;
  position: relative;
  margin: 0 !important;
}
.mes-one-important:after {
  content: '';
  width: 2px;
  height: 100% !important;
  background-color: #e5e5e5;
  position: absolute;
  left: 14px !important;
  top: 14px;
}
.mes-commit {
  margin-bottom: 10px;
}
.mes-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: red;
  border-radius: 50%;
  top: -5px;
  left: 0;
  z-index: 1;
}
.mes-title {
  padding-left: 20px;
}
.mes-icon-img {
  width: 25px;
  height: 25px;
}
select::-webkit-input-placeholder {
  color: #ccc;
}
select::-moz-placeholder {
  color: #ccc;
}
select:-moz-placeholder {
  color: #ccc;
}
select:-ms-input-placeholder {
  color: #ccc;
}
textarea::-webkit-input-placeholder {
  color: #ccc;
}
textarea::-moz-placeholder {
  color: #ccc;
}
textarea:-moz-placeholder {
  color: #ccc;
}
textarea:-ms-input-placeholder {
  color: #ccc;
}
#bookshelf {
  width: 980px;
  min-height: 500px;
  float: right;
}
#bookshelf div {
  box-sizing: border-box;
}
#bookshelf .bookshelf-title {
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 15px;
  background-color: #ffffff;
  overflow: hidden;
  font-weight: bold;
  display: flex;
}
#bookshelf .bookshelf-title .bookshelf-title-item {
  margin: 0 20px;
  cursor: pointer;
}
#bookshelf .bookshelf-title .bookshelf-title-item-select {
  color: #d75368;
  border-bottom: 2px solid #d75368;
}
#bookshelf .bookshelf-list-title {
  font-size: 13px;
  padding: 10px 20px;
  margin-top: 10px;
  background: #FFFFFF;
  border-bottom: 1px solid #eeeeee;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bookshelf .bookshelf-list-title .bookshelf-list-title-delete {
  line-height: 16px;
  color: #666666;
  font-weight: normal;
  display: flex;
  align-items: center;
}
#bookshelf .bookshelf-list-title .bookshelf-list-title-delete img {
  vertical-align: center;
  margin-left: 10px;
}
#bookshelf .bookshelf-list {
  margin-top: 20px;
  padding: 10px 5px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
}
#bookshelf .bookshelf-list .bookshelf-list-item {
  width: calc(20%);
  height: 302px;
  position: relative;
  margin-bottom: 20px;
}
#bookshelf .bookshelf-list .bookshelf-list-item .ebook-type-img {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
  cursor: pointer;
}
#bookshelf .bookshelf-list .bookshelf-list-item .bookshelf-front-cover {
  width: 100%;
  height: 196px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#bookshelf .bookshelf-list .bookshelf-list-item .bookshelf-front-cover .bookshelf-front-cover-img {
  width: 165px;
  height: 174px;
  object-fit: contain;
  vertical-align: middle;
}
#bookshelf .bookshelf-list .bookshelf-list-item .bookshelf-name {
  width: 100%;
  padding: 0 10px;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
#bookshelf .bookshelf-list .bookshelf-list-item .bookshelf-item-btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: none;
}
#bookshelf .bookshelf-list .bookshelf-list-item .bookshelf-item-btn img {
  cursor: pointer;
}
#bookshelf .bookshelf-list .bookshelf-list-item:hover {
  box-shadow: 0px 7px 14px 2px rgba(0, 0, 0, 0.05);
}
#bookshelf .bookshelf-list .bookshelf-list-item:hover .bookshelf-item-btn {
  display: block;
}
#bookshelf .no-data {
  padding: 100px 0  ;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#bookshelf .no-data img {
  width: 45px;
  height: 45px;
}
#bookshelf .no-data span {
  margin-top: 15px;
  margin-bottom: 24px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
#bookshelf .no-data a div {
  width: 138px;
  height: 38px;
  background: #BC092B;
  border-radius: 2px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  line-height: 38px;
}
.goods-box-img {
  width: 160px !important;
  height: 160px !important;
  position: relative;
}
.goods-box-img .goods-box-img-url {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 160px !important;
  margin: 0 auto !important;
}
.goods-box-img-url {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 160px !important;
  margin: 0 auto !important;
}
