/* base */
body {
  font-feature-settings: 'kern' 1;
  text-rendering: geometricPrecision;
  font-family: tahoma, arial, 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  font-size: 14px;
  color: #666;
  /* 为了解决默认样式被cms返回的样式覆盖产生的样式跳跃变化的问题，默认将页面隐藏，在cms样式生效后显示页面。
	 * 具体参考commonService.js _getHeaderFooter方法
	*/
  display: none;
  margin: 0;
}
img {
  border: none;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.container:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.custom-header {
  min-width: 1200px;
  max-width: 1920px;
}
.cursorPointer {
  cursor: pointer;
}
.normal-font-weight {
  font-weight: normal !important;
}
.pt10 {
  padding-top: 10px;
}
.pb36 {
  padding-bottom: 36px;
}
.mt10 {
  margin-top: 10px !important;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: '.';
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.txtcenter {
  text-align: center;
}
*html .clearfix {
  zoom: 1;
}
.disable {
  color: #bbb;
  cursor: default;
  border-color: #ccc;
}
.theme {
  color: #d52b31;
}
.c3 {
  color: #333;
}
.cc {
  color: #ccc;
}
.red {
  color: #f23030;
}
.blue {
  color: #0066cc;
}
.color66 {
  color: #666;
}
.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;
} */
.btn {
  display: inline-block;
  height: 36px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border: 0 none;
  background-color: #d52b31;
  cursor: pointer;
}
.btn:hover {
  color: #fff;
  background-color: #c0262c;
}
.btn:active {
  background-color: #9e1f24;
}
.btn.big {
  height: 40px;
  line-height: 40px;
}
.btn.inverse {
  color: #666;
  background-color: #E9E9E9;
}
.btn.inverse:hover {
  background-color: #ddd;
}
.btn.disabled {
  color: #f8f8f8;
  background-color: #ddd;
  cursor: default;
}
/* 表格 */
.row {
  overflow: hidden;
  *zoom: 1;
}
.row .cell {
  float: left;
  _display: inline;
}
/* 表格 */
.table .thead {
  background-color: #eee;
}
/* 模态 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  background: #000000;
  /*不支持rgba的浏览器*/
  background: rgba(51, 51, 51, 0.3);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, 0, endColorstr=#B2000000, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
  background: none\9;
}
.wait {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../images/company/loading.gif);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 150px;
  background-attachment: fixed;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  z-index: 10000;
  overflow: auto;
}
/* 模块 */
.module {
  /* margin-bottom: 20px; */
  background-color: #fff;
}
.module .mt {
  border-bottom: 2px solid #ddd;
  overflow: hidden;
  *zoom: 1;
}
.module .mt h2 {
  float: left;
  margin: 0;
  padding-bottom: 11px;
  color: #d52b31;
  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: #c5272d;
}
.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: #c9282d;
}
.module .mt.color2 {
  margin-top: 20px;
  border-bottom: 1px solid #bbb;
}
.module .mt.color2 h2 {
  padding-bottom: 5px;
  color: #666;
  font-size: 16px;
}
.module .mt.color2 .linkr {
  margin-top: 4px;
}
.module .mt.color2 .icon-arrow-right3 {
  margin-top: -2px;
}
.module .mc {
  overflow: hidden;
  *zoom: 1;
}
/* 聊天框  临时 */
#LRfloater0 {
  z-index: 999 !important;
}
.mgT0 {
  margin-top: 0 !important;
}
.mgT5 {
  margin-top: 5px;
}
.mgT20 {
  margin-top: 20px !important;
}
.mgT30 {
  margin-top: 30px !important;
}
.mgL10 {
  margin-left: 10px;
}
.mgR10 {
  margin-right: 10px;
}
.mgR15 {
  margin-right: 15px;
}
.mgL20 {
  margin-left: 20px;
}
.mgR20 {
  margin-right: 20px;
}
.pdT20 {
  padding-top: 20px;
}
.pdB20 {
  padding-bottom: 20px;
}
.w80PX {
  width: 80px;
}
.f40 {
  font-size: 40px;
}
.f16 {
  font-size: 16px !important;
}
.price-text {
  font-size: 16px !important;
}
.price-small-text {
  font-size: 14px !important;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.fontbold {
  font-weight: bold;
}
.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: #d52b31;
  min-width: 12px;
  font-size: 12px;
  min-height: 12px;
  line-height: 10px;
  color: #fff;
  position: relative;
  left: -16px;
  top: -10px;
  border: 3px solid #d52b31;
}
.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;
}
.pdR5 {
  padding-right: 5px;
}
.pdL10 {
  padding-left: 10px !important;
}
.pdL20 {
  padding-left: 20px;
}
.pagination {
  margin: 40px 0 50px 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.positonRE {
  position: relative;
}
.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: #d52b31;
}
.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: #d52b31;
}
.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: #d52b31;
}
.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: #d52b31;
}
.mini-login-modal .form-group .input {
  width: 228px;
  padding: 7px 10px;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  border: 1px solid #ddd;
  -webkit-transition: border-color linear 0.5s;
  transition: border-color linear 0.5s;
}
.mini-login-modal .form-group .input:focus {
  border-color: #d52b31;
}
.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 .phone-merchant {
  padding-left: 12px;
  width: 310px;
  height: 40px;
}
.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: #d52b31;
}
.colorRed {
  color: #d52b31;
}
/*箭头弹框样式*/
.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;
}
/*购物车结算页不带数字的样式

<div class="buyStepBox">
	<ul>
		<li class="current">
			<span class="num"><em class="f-r5"></em><i></i></span>
			<span class="line_bg lbg-l"></span>
			<span class="line_bg lbg-r"></span>
			<h4 class="lbg-txt">我的购物车</h4>
		</li>
		<li class="active">
			<span class="num"><em class="f-r5"></em><i></i></span>
			<span class="line_bg lbg-l"></span>
			<span class="line_bg lbg-r"></span>
			<h4 class="lbg-txt">填写核对订单信息</h4>
		</li>
		<li>
			<span class="num"><em class="f-r5"></em><i></i></span>
			<span class="line_bg lbg-l"></span>
			<span class="line_bg lbg-r"></span>
			<h4 class="lbg-txt">成功提交订单</h4>
		</li>
	</ul>
</div>
	*/
.buyStepBox {
  margin: 0 auto;
  display: block;
  height: 60px;
  clear: both;
  width: 480px;
  position: absolute;
  top: -102px;
  right: 0;
}
.buyStepBox li {
  position: relative;
  text-align: center;
  width: 33.3333333333%;
  padding-top: 22px;
  float: left;
}
.buyStepBox h4 {
  position: absolute !important;
  width: 100%;
  text-align: center;
  top: 50px;
  font-weight: normal;
}
.buyStepBox .line_bg {
  height: 5px;
  background: #ccc;
  display: inline-block;
  width: 50%;
  top: 34px;
  position: absolute;
  z-index: 1;
}
.buyStepBox .lbg-l {
  left: 0;
}
.buyStepBox .lbg-r {
  right: 0;
}
.buyStepBox .num {
  position: relative;
  z-index: 2;
  background: #fff;
  width: 34px;
  height: 30px;
  text-align: center;
  display: inline-block;
}
.buyStepBox .num em {
  width: 18px;
  height: 18px;
  display: inline-block;
  left: 8px;
  top: 5px;
  position: absolute;
  background-image: none;
  background: #ccc;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 2;
  border-radius: 50%;
}
.buyStepBox .num i {
  z-index: 3;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  top: 11px;
  width: 6px;
  height: 6px;
  display: inline-block;
  left: 14px;
  position: absolute;
  background-image: none;
  background-color: #fff;
  border-radius: 50%;
}
.buyStepBox .lbg-txt {
  position: relative;
  color: #999;
  font-size: 12px;
}
.buyStepBox .current .lbg-txt {
  color: #bee9a6;
}
.buyStepBox .current .line_bg,
.buyStepBox .current .num em {
  background: #bee9a6;
}
.buyStepBox .active .lbg-txt {
  color: #7cc553;
}
.buyStepBox .active .line_bg,
.buyStepBox .active .num em {
  background: #7cc553;
}
.buyStepBox .f-r5 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/*购物车结算页带数字的样式*/
.buyStepNumBox {
  margin: 0 auto;
  display: block;
  height: 60px;
  clear: both;
  width: 480px;
  position: absolute;
  top: -103px;
  right: 0;
}
.buyStepNumBox li {
  position: relative;
  text-align: center;
  width: 33.3333333333%;
  padding-top: 22px;
  float: left;
}
.buyStepNumBox h4 {
  position: absolute !important;
  width: 100%;
  text-align: center;
  top: 50px;
  font-weight: normal;
}
.buyStepNumBox .line_bg {
  height: 5px;
  background: #ccc;
  display: inline-block;
  width: 50%;
  top: 34px;
  position: absolute;
  z-index: 1;
}
.buyStepNumBox .lbg-l {
  left: 0;
}
.buyStepNumBox .lbg-r {
  right: 0;
}
.buyStepNumBox .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';
}
.buyStepNumBox .lbg-txt {
  position: relative;
  color: #999;
  font-size: 12px;
}
.buyStepNumBox .current .num {
  background-color: #bee9a6;
}
.buyStepNumBox .current .lbg-txt {
  color: #bee9a6;
}
.buyStepNumBox .current .line_bg,
.buyStepNumBox .current .num em {
  background: #bee9a6;
}
.buyStepNumBox .active .num {
  background-color: #7cc553;
}
.buyStepNumBox .active .lbg-txt {
  color: #7cc553;
}
.buyStepNumBox .active .line_bg,
.buyStepNumBox .active .num em {
  background: #7cc553;
}
.buyStepNumBox .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;
}
.lineOne {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sk_pop {
  position: fixed;
  font-size: 12px;
  right: 40px;
  bottom: 30px;
  width: 450px;
  background-color: #f8f8f8;
  border-radius: 16px;
  z-index: 1000;
}
.sk_pop .sk_pop_panel {
  position: relative;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  padding: 15px;
  min-height: 200px;
  border-radius: 10px;
}
.sk_pop .sk_pop_panel .title {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sk_pop .sk_pop_panel .title .sk-tip-box {
  line-height: 20px;
}
.sk_pop .sk_pop_panel .title .sk-tip-box #checkbox {
  vertical-align: middle;
}
.sk_pop .sk_pop_panel .title .sk-tip-box > span {
  vertical-align: middle;
}
.sk_pop .sk_pop_panel .title .sk-tip-box .icon-close {
  background: url(../../images/icon-sprites.png) no-repeat -262px -142px;
  height: 20px;
  display: inline-block;
  width: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.sk_pop .sk_pop_panel .content {
  word-break: break-word;
  max-height: 300px;
  overflow-y: auto;
}
.sk_pop .sk_pop_panel .content::-webkit-scrollbar {
  width: 4px;
}
.sk_pop .sk_pop_panel .content::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.sk_pop .sk_pop_panel .content::-webkit-scrollbar-thumb {
  background-color: #d52b31;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.sk_pop .arrow {
  font-size: 0;
  position: absolute;
  right: -14px;
  width: 0;
  height: 0;
  top: 20px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  z-index: 4;
}
.sk_pop .sk_pop_close {
  position: absolute;
  right: -5px;
  bottom: -5px;
  height: 20px;
  display: inline-block;
  width: 20px;
  background: url(../../images/icon-sprites.png) no-repeat -238px -142px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.sk_pop .sk_pop_close:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.sk_pop1 {
  position: fixed;
  font-size: 12px;
  right: 50px;
  top: 50px;
  width: 300px;
  background-color: #f8f8f8;
  border-radius: 16px;
  z-index: 1000;
}
.sk_pop1 a {
  cursor: pointer;
}
.sk_pop1 .sk_pop_panel {
  position: relative;
  background: #fff;
  border: 4px solid #d52b31;
  padding: 15px;
  border-radius: 16px;
}
.sk_pop1 .arrow {
  font-size: 0;
  position: absolute;
  right: -14px;
  width: 0;
  height: 0;
  top: 17px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent #d52b31;
  z-index: 4;
}
.sk_pop1 .sk_pop_close {
  position: absolute;
  right: -5px;
  top: -5px;
  height: 20px;
  display: inline-block;
  width: 20px;
  background: url(../../images/icon-sprites.png) no-repeat -238px -142px;
}
.pay-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.pay-title .arrow {
  background: url(../../images/icon.png) no-repeat -49px -140px;
  width: 8px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.new-coupon-list {
  display: flex;
  flex-wrap: wrap;
}
.new-coupon-list .coupon-bg {
  display: flex;
  justify-content: center;
  height: 120px;
  width: 340px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-bottom: 20px;
}
.new-coupon-list .couponStyle1 {
  background-image: url(../images/coupon/canUse.png);
  background-size: 100% 100%;
  color: #d0121b;
}
.new-coupon-list .couponStyle1 .coupon-right-icon {
  color: #fff;
}
.new-coupon-list .couponStyle2 {
  background-image: url(../images/coupon/afterUse.png);
  background-size: 100% 100%;
  color: #ffffff;
}
.new-coupon-list .couponStyle2 .coupon-right-icon {
  color: #d0121b;
}
.new-coupon-list .couponStyle3 {
  background-image: url(../images/coupon/noUse.png);
  background-size: 100% 100%;
  color: #999999;
}
.new-coupon-list .couponStyle3 .coupon-right-icon {
  color: #fff;
}
.new-coupon-list .couponStyle4 {
  background-image: url(../images/coupon/waitUse.png);
  background-size: 100%;
  color: #d0121b;
}
.new-coupon-list .couponStyle5 {
  background-image: url(../images/coupon/waitnoUse.png);
  background-size: 100% 100%;
  color: #999999;
}
.new-coupon-list .couponStyle5 .coupon-right-icon {
  color: #fff;
}
.new-coupon-list .progress {
  font-size: 12px;
}
.new-coupon-list .progress progress {
  border-radius: 4px;
  border-left: 4px #e6151f solid;
  border-right: 4px #e1e1e1 solid;
  height: 8px;
  width: 120px;
}
.new-coupon-list .progress progress::-webkit-progress-bar {
  background-color: #e1e1e1;
}
.new-coupon-list .progress progress::-webkit-progress-value {
  background-color: #e6151f;
}
.new-coupon-list .progress .tip-contant {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 17px;
}
.new-coupon-list .coupon-left {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  padding: 0 10px;
}
.new-coupon-list .coupon-left .amount {
  font-size: 25px;
  font-weight: 700;
  display: flex;
  margin-left: 5px;
}
.new-coupon-list .coupon-left .amount::before {
  content: '￥';
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
}
.new-coupon-list .coupon-left-price-merchantId {
  text-align: center;
}
.new-coupon-list .coupon-left-info {
  display: inline-block;
  margin-left: 5px;
}
.new-coupon-list .coupon-left-info-rule {
  font-size: 14px;
  font-weight: 500;
  font-family: Adobe Heiti Std;
}
.new-coupon-list .coupon-left-info-time {
  font-size: 12px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  white-space: nowrap;
}
.new-coupon-list .coupon-left-info-refDescription {
  font-size: 12px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  word-break: break-all;
  max-width: 200px;
}
.new-coupon-list .coupon-right {
  display: inline-block;
  position: relative;
  width: 60px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.new-coupon-list .coupon-right-text {
  writing-mode: vertical-rl;
  font-size: 20px;
  font-family: FZLTCHJW;
  font-weight: 900;
  text-align: center;
}
.new-coupon-list .coupon-right-icon {
  position: absolute;
  right: 7px;
  top: 10px;
  font-size: 12px;
  font-family: FZLTCHJW;
  font-weight: 900;
}
.index-notice {
  position: fixed;
  bottom: 20px;
  z-index: 99;
  display: flex;
  height: 120px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 2px 10px 10px #bbb;
}
.index-notice .left {
  flex: none;
  position: relative;
  width: 55px;
  margin-right: 5px;
  overflow: hidden;
}
.index-notice .left .notice-type {
  position: absolute;
  top: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px 5px 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}
.index-notice .right {
  flex: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-right: 25px;
  overflow: hidden;
}
.index-notice .right .notice-title-line {
  display: flex;
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #ccc;
  line-height: 2;
}
.index-notice .right .notice-title-line .notice-title {
  flex: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-notice .right .notice-title-line .more-notice {
  flex: none;
  margin-left: 10px;
  cursor: pointer;
  color: #000;
}
.index-notice .right .notice-title-line .close-notice {
  flex: none;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
}
.index-notice .right .notice-title-line .close-notice .icon-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../images/icon-sprites.png) no-repeat -262px -142px;
  cursor: pointer;
  transform: scale(0.8);
}
.index-notice .right .notice-content-box {
  flex: auto;
  box-sizing: border-box;
  padding: 5px 0 10px;
  overflow: hidden;
}
.index-notice .right .notice-content-box .notice-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 1.8;
  overflow: hidden;
}
.index-notice-compony {
  left: 50%;
  transform: translateX(-600px);
  width: 620px;
  border-bottom-left-radius: 0;
  background-image: url(../../images/index-notice-company.jpg);
  background-repeat: no-repeat;
  background-position: -33px -30px;
}
.index-notice-compony .left .notice-type {
  color: #9b621a;
  background-color: #fed757;
}
.index-notice-merchant {
  right: 50%;
  transform: translateX(600px);
  width: 500px;
  border-bottom-right-radius: 0;
  background-image: url(../../images/index-notice-merchant.jpg);
  background-repeat: no-repeat;
  background-position: -29px -30px;
}
.index-notice-merchant .left .notice-type {
  color: #00824f;
  background-color: #c3ebda;
}
.index-corporate {
  position: fixed;
  bottom: 30%;
  z-index: 9999;
  height: 400px;
  background-color: #fff;
  border-radius: 15px;
  flex: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-right: 25px;
  overflow: hidden;
}
.index-corporate .corporate-content-box {
  flex: auto;
  box-sizing: border-box;
  overflow: hidden;
}
.index-corporate .corporate-content-box .close-corporate {
  margin-top: 15px;
  margin-left: 96%;
}
.index-corporate .corporate-content-box .corporate-content {
  margin-top: 44%;
  text-align: center;
  height: 40px;
}
.corporate-equity {
  left: 50%;
  transform: translateX(-300px);
  width: 620px;
  background-image: url(../../images/PC-qiyezhuanxiang.png);
  background-repeat: no-repeat;
  background-position: -25px -8px;
  background-size: cover;
}
/*
    地址框样式
*/
.add-user {
  display: none;
  position: fixed;
  width: 750px!important;
  z-index: 200;
  background: white;
  left: 50%;
  top: 20%;
  margin-left: -375px;
  border-radius: 5px;
  line-height: 1;
  font-size: 12px;
}
.add-user .add-title {
  height: 25px;
  background: #f8f8f8;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.add-user .add-title .title-text {
  float: left;
}
.add-user .add-title .close-img {
  float: right;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
}
.add-user dl {
  padding-top: 16px;
}
.add-user dl dt {
  float: left;
  width: 87px;
  margin-right: 11px;
  text-align: right;
  padding-top: 8px;
}
.add-user dl select {
  width: 110px;
  height: 30px;
  padding-left: 11px;
}
.add-user dl .seem-height {
  padding: 0;
  width: 158px;
  height: 28px;
}
.add-user dl .no-height {
  padding: 0;
  height: 28px;
  width: 298px;
}
.add-user dl dd {
  float: left;
}
.add-user dl .left-right {
  margin: 8px 10px 0px 23px;
}
.add-user dl .pddleft {
  padding-left: 32px;
  position: relative;
  right: 0;
  top: 2px;
}
.add-user dl .pddleft::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('../../images/company/company-default.png') no-repeat -703px -101px;
  left: 8px;
  top: 0;
}
.add-user dl .fl {
  float: left;
  margin: 3px 0;
  margin-right: 11px;
}
.add-user .add-bottom {
  margin-left: 96px;
  margin-bottom: 20px;
}
.add-user .add-bottom .btn {
  min-width: 130px;
  height: 36px;
  border-radius: 0;
}
.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: #d52b31;
  color: #fff;
  border-radius: 0;
}
/* 弹出框 */
.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;
}
.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: #d52b31;
}
.dialog-header h5 {
  height: 37px !important;
  margin: 0 !important;
  padding-left: 10px !important;
  line-height: 37px !important;
  font-size: 14px !important;
}
.dialog-body {
  padding: 20px 10px;
}
.dialog-footer {
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: right;
}
.dialog-footer .btn {
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
}
.dialog-footer .cancel {
  color: #666;
  background-color: #f8f8f8;
}
.dialog-close {
  width: 25px;
  height: 25px;
  line-height: 21px;
  position: absolute;
  background: #eee;
  color: #d52b31;
  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: 25%;
  width: 370px;
  margin-left: -185px;
  background-color: #fff;
  z-index: 1001;
  border-radius: 4px;
}
.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;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dialog .dialog-header h5 {
  color: #666;
}
.dialog .dialog-header-notie {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dialog .dialog-body {
  text-align: center;
}
.dialog .dialog-footer {
  text-align: center;
}
.dialog .dialog-footer .btn {
  border-radius: 17px;
}
.mnl-box {
  display: block;
  position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -175px;
}
.mnl-box .form-group {
  margin-bottom: 16px;
  padding: 0 20px;
  text-align: center;
}
.mnl-box .form-group .smsBtn {
  float: left;
  height: 40px;
  width: 130px;
  margin-left: 8px;
  font-size: 12px;
  border-radius: 0;
  background-color: #555;
}
.mnl-box .form-group button {
  width: 120px;
  height: 35px;
  border: none;
  border-radius: 0;
  margin: 10px 4px;
}
.mnl-box .form-group .sure {
  background-color: #d52b31;
  color: #fff;
}
.mnl-box .form-group .noSure {
  background-color: #eee;
  color: #fff;
}
.mnl-box .form-group .remove {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666;
}
.mnl-box #login-page {
  border-color: transparent;
  border-color: rgba(193, 193, 193, 0.8);
  border-radius: 4px;
}
.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;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  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;
  border-radius: 4px;
}
.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: #d52b31;
  font-weight: bold;
}
.mnl-box #login-page .login-form .login-active {
  color: #d52b31;
  font-weight: bold;
}
.mnl-box #login-page .login-form .msg-login {
  padding: 5px 0 5px 20px;
  height: 20px;
  color: #d52b31;
  font-size: 12px;
  line-height: 20px;
}
.mnl-box #login-page .mgT25 {
  margin-top: 25px;
}
.mnl-box #login-page .phoneText {
  text-align: center;
}
.mnl-box #login-page .login-index {
  height: 56px;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  border-bottom: 1px solid #ccc;
}
.mnl-box #login-page .login-index .login-line {
  padding: 20px 0;
}
.mnl-box #login-page .login-index .login-line span {
  width: 174px;
  cursor: pointer;
  display: inline-block;
  float: left;
  text-align: center;
}
.mnl-box #login-page .login-index .login-line span:first-child {
  border-right: 1px solid #ddd;
}
.mnl-box #login-page .codeipt {
  float: left;
  width: 148px;
}
.mnl-box #login-page .vicode {
  float: left;
  width: 122px;
  height: 40px;
  margin-left: 8px;
  cursor: pointer;
}
.mnl-box #login-page .updcode {
  float: right;
  width: 40px;
  margin-left: 10px;
  margin-top: 4px;
  text-align: right;
  font-size: 12px;
}
.mnl-box #login-page .btn {
  height: 40px;
}
.mnl-box #login-page .btn-one {
  width: 100%;
  margin: 10px 0;
  border-radius: 3px;
}
.mnl-box #login-page .msg {
  display: none;
  margin-bottom: 10px;
  padding: 0 5px;
  color: #d52b31;
  font-size: 12px;
  line-height: 25px;
  border: 1px solid #eeabad;
  background-color: #fbebeb;
}
.mnl-box #login-page .regis {
  float: right;
  font-size: 14px;
  color: #d52b31;
}
.mnl-box #login-page .forget {
  float: right;
  margin-right: 20px;
}
.mnl-box #login-page .union-login {
  height: 50px;
  background-color: #f8f8f8;
  margin-bottom: 0px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.mnl-box #login-page .union-login a img {
  margin-right: 10px;
  float: left;
  padding-top: 10px;
}
.mnl-box #login-page .union-login a span {
  float: left;
  margin-right: 20px;
}
.mnl-box #login-page .identity-login .icon-user-box {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #f8f8f8;
  position: absolute;
  top: 1px;
  left: 1px;
  border-right: 1px solid #ddd;
  text-align: center;
}
.mnl-box #login-page .identity-login .icon-user-box-padL {
  padding-left: 50px;
}
.mnl-box #login-page .identity-login .phone-user {
  padding-left: 12px;
  width: 286px;
}
.mnl-box #login-page .identity-login .phone-code {
  position: absolute;
  top: 1px;
  right: 8px;
  height: 38px;
}
.mnl-box #login-page .identity-login .phone-code img {
  height: 38px;
  width: 100px;
}
.mnl-box #login-page .identity-login .phone-code span {
  display: inline-block;
  width: 40px;
  height: 28px;
  margin-top: 1px;
  margin-left: 15px;
  float: right;
  font-size: 12px;
  color: #bbb;
}
.mnl-box #login-page .phone-login .phone-user {
  padding-left: 12px;
  width: 286px;
}
.mnl-box #login-page .phone-login .phone-code {
  position: absolute;
  top: 1px;
  right: 8px;
  height: 38px;
}
.mnl-box #login-page .phone-login .phone-code img {
  height: 38px;
  width: 100px;
}
.mnl-box #login-page .phone-login .phone-code span {
  display: inline-block;
  width: 40px;
  height: 28px;
  margin-top: 1px;
  margin-left: 15px;
  float: right;
  font-size: 12px;
  color: #bbb;
}
.mnl-box .op-icons-regis {
  margin-right: 5px;
}
.mnl-box .three-title {
  line-height: 38px;
  padding: 0 20px;
  background-color: #fff;
}
.mnl-box .btn {
  border-radius: 0;
}
.cancel-bomb {
  width: 502px;
  border: 5px solid #ddd;
  border-radius: 8px;
  position: absolute;
  background: white;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cancel-bomb .cancel-title {
  height: 23px;
  padding: 0px 15px;
  background: #f8f8f8;
  padding-top: 12px;
}
.cancel-bomb .cancel-title .title-text {
  color: #666;
  float: left;
}
.cancel-bomb .cancel-title .close-img {
  float: right;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
}
.cancel-bomb .cancel-main {
  padding-top: 32px;
  padding-left: 32px;
}
.cancel-bomb .cancel-main .main-title {
  font-size: 0;
}
.cancel-bomb .cancel-main .main-title .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;
}
.cancel-bomb .cancel-main .main-title .icon-text {
  font-size: 20px;
  vertical-align: middle;
  font-weight: 900;
}
.cancel-bomb .cancel-main .main-select {
  padding-left: 60px;
  font-size: 12px;
  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 input {
  width: 180px;
  height: 35px;
  margin-left: 10px;
  padding-left: 10px;
}
.cancel-bomb .cancel-main .main-select .error-msg {
  font-size: 12px;
  color: #d52b31;
  position: absolute;
}
.cancel-bomb .cancel-main .main-select .arrow-img {
  position: absolute;
  width: 10px;
  height: 6px;
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
  top: 15px;
  right: 180px;
}
.cancel-bomb .cancel-main .main-text {
  padding-left: 60px;
  font-size: 12px;
  margin-top: 22px;
  color: #FF6900;
}
.cancel-bomb .cancel-main .main-botton {
  padding-left: 60px;
  font-size: 12px;
  margin-top: 25px;
  margin-bottom: 45px;
}
.cancel-bomb .cancel-main .main-botton a {
  display: inline-block;
  width: 80px;
  height: 25px;
  border: 1px solid #ccc;
  color: #666;
  line-height: 25px;
  text-align: center;
  border-radius: 0;
  margin-right: 10px;
}
.bomb-Box {
  position: fixed;
  width: 380px;
  background-color: #fff;
  border-radius: 4px;
  top: 200px;
  left: 50%;
  margin-left: -190px;
}
.bomb-Box .bomb-title {
  padding-top: 12px;
  height: 23px;
  background: #f8f8f8;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.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: #d52b31;
  color: #fff;
  border-radius: 0;
  text-align: center;
  margin-right: 10px;
}
.bomb-Box .bomb-main .main-right .right-botton .two-button {
  padding: 7px 15px;
  background: white;
  border-radius: 0;
  width: 80px;
  border: 1px solid #ccc;
  color: #999;
}
.bomb-Box .bomb-main .main-right .integral {
  font-size: 12px;
  color: #0066cc;
  text-decoration: none;
}
.bigBox-disable,
.default-pop-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  background: #000000;
  background: rgba(51, 51, 51, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, 0, 0, endColorstr=#B2000000, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, 0, endColorstr=#B2000000, 0);
  background: none\9;
}
#follow-box {
  position: absolute;
  left: 50%;
  top: 25%;
  width: 370px;
  margin-left: -185px;
  background-color: #fff;
  z-index: 1001;
  border-radius: 4px;
}
#follow-box .follow-title {
  height: 24px;
  margin: 0;
  background: #eee;
  padding: 8px 10px 4px 10px;
  font-size: 14px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#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;
  margin-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;
}
#follow-box .content-style {
  padding: 20px;
  position: relative;
}
#follow-box .content-style input {
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
}
#follow-box .content-style .message-tip {
  position: absolute;
  color: #d52b31;
  font-size: 12px;
  margin-left: 72px;
}
#follow-box .btn-style {
  margin: auto;
  padding: 10px;
  text-align: center;
}
#follow-box .btn-style .btn {
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  border-radius: 4px;
}
.follow-box2,
#follow-box2 {
  position: absolute;
  left: 50%;
  top: 25%;
  width: 370px;
  margin-left: -185px;
  background-color: #fff;
  z-index: 1001;
  border-radius: 4px;
}
.follow-box2 .follow-title,
#follow-box2 .follow-title {
  height: 24px;
  margin: 0;
  background: #eee;
  padding: 8px 10px 4px 10px;
  font-size: 14px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.follow-box2 .follow-title dt,
#follow-box2 .follow-title dt {
  float: left;
}
.follow-box2 .follow-title dd,
#follow-box2 .follow-title dd {
  cursor: pointer;
  float: right;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  margin-top: 4px;
}
.follow-box2 .take-follow,
#follow-box2 .take-follow {
  height: 50px;
  width: 300px;
  font-size: 0;
  margin: 31px 0 37px 80px;
}
.follow-box2 .take-follow .take-follow-left,
#follow-box2 .take-follow .take-follow-left {
  display: inline-block;
  margin-right: 13px;
}
.follow-box2 .take-follow .take-follow-left span,
#follow-box2 .take-follow .take-follow-left span {
  display: block;
  height: 50px;
  width: 50px;
}
.follow-box2 .take-follow .take-follow-left .follow-yes,
#follow-box2 .take-follow .take-follow-left .follow-yes {
  background: url('../../images/company/company-icon.png') no-repeat -447px -126px;
}
.follow-box2 .take-follow .take-follow-left .follow-no,
#follow-box2 .take-follow .take-follow-left .follow-no {
  background: url('../../images/company/company-icon.png') no-repeat -518px -126px;
}
.follow-box2 .take-follow .take-follow-right,
#follow-box2 .take-follow .take-follow-right {
  display: inline-block;
  vertical-align: top;
}
.follow-box2 .take-follow .take-follow-right span,
#follow-box2 .take-follow .take-follow-right span {
  font-size: 20px;
  font-weight: 900;
  display: block;
  height: 30px;
}
.follow-box2 .take-follow .take-follow-right .follow-success,
#follow-box2 .take-follow .take-follow-right .follow-success {
  color: #88C466;
}
.follow-box2 .take-follow .take-follow-right .follow-fair,
#follow-box2 .take-follow .take-follow-right .follow-fair {
  color: #000;
}
.follow-box2 .take-follow .take-follow-right .chare-follow,
#follow-box2 .take-follow .take-follow-right .chare-follow {
  color: #0166CC;
  font-size: 12px;
}
.follow-box2 .content-style,
#follow-box2 .content-style {
  padding: 20px;
  position: relative;
}
.follow-box2 .content-style input,
#follow-box2 .content-style input {
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
}
.follow-box2 .content-style .message-tip,
#follow-box2 .content-style .message-tip {
  position: absolute;
  color: #d52b31;
  font-size: 12px;
  margin-left: 72px;
}
.follow-box2 .btn-style,
#follow-box2 .btn-style {
  margin: auto;
  padding: 10px;
  text-align: center;
}
.follow-box2 .btn-style .btn,
#follow-box2 .btn-style .btn {
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  border-radius: 4px;
}
.input-confirm-box {
  position: fixed;
  width: 380px;
  background-color: #fff;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.input-confirm-box .input-confirm-title {
  padding-top: 12px;
  height: 23px;
  background: #f8f8f8;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.input-confirm-box .input-confirm-title .title-text {
  float: left;
}
.input-confirm-box .input-confirm-title .close-img {
  float: right;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
}
.input-confirm-box .input-confirm-main {
  font-size: 0;
  padding: 20px;
}
.input-confirm-box .input-confirm-main .top-vertical {
  vertical-align: top;
}
.input-confirm-box .input-confirm-main .middle-vertical {
  vertical-align: middle;
}
.input-confirm-box .input-confirm-main .main-right {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
  text-align: center;
}
.input-confirm-box .input-confirm-main .main-right .lines {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.input-confirm-box .input-confirm-main .main-right .lines .line {
  flex: none;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.input-confirm-box .input-confirm-main .main-right .lines .line .label {
  flex: none;
  margin-right: 5px;
  width: 80px;
  text-align: right;
}
.input-confirm-box .input-confirm-main .main-right .lines .line .required {
  color: #f00;
}
.input-confirm-box .input-confirm-main .main-right .lines .line .input {
  flex: auto;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  line-height: 30px;
}
.input-confirm-box .input-confirm-main .main-right .lines .line .suffix {
  flex: none;
  margin-left: 5px;
}
.input-confirm-box .input-confirm-main .main-right .success-text {
  color: #88C466;
}
.input-confirm-box .input-confirm-main .main-right .error-text {
  color: #333;
}
.input-confirm-box .input-confirm-main .main-right .right-text {
  font-weight: 900;
  font-size: 20px;
}
.input-confirm-box .input-confirm-main .main-right .chose-text {
  font-size: 12px;
  margin: 10px 0;
}
.input-confirm-box .input-confirm-main .main-right .right-botton {
  font-size: 12px;
  padding-top: 10px;
  margin-top: 10px;
}
.input-confirm-box .input-confirm-main .main-right .right-botton a {
  display: inline-block;
  width: 80px;
  box-sizing: border-box;
  text-decoration: none;
}
.input-confirm-box .input-confirm-main .main-right .right-botton .one-button {
  padding: 7px 15px;
  background: #d52b31;
  color: #fff;
  border-radius: 0;
  text-align: center;
  margin-right: 10px;
}
.input-confirm-box .input-confirm-main .main-right .right-botton .two-button {
  padding: 7px 15px;
  background: white;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #999;
}
.input-confirm-box .input-confirm-main .main-right .integral {
  font-size: 12px;
  color: #0066cc;
  text-decoration: none;
}
.options-box {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-flex;
  flex-direction: column;
  max-height: 180px;
  z-index: 10;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  overflow-y: scroll;
  cursor: pointer;
}
.options-box .option {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  padding: 0 10px;
  color: #666;
  white-space: nowrap;
}
.options-box .option:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.options-box .option:hover {
  background: #f3f6f9;
}
.options-btn {
  position: relative;
  display: inline-block;
}
.options-btn input[type=button] {
  width: auto;
  height: 30px;
  background: #d52b31;
  border-style: none;
  color: #fff;
  font-weight: normal;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 14px;
  font-family: arial;
}
input::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input {
  outline: none;
}
.input[type=password] {
  letter-spacing: 2px;
}
a {
  color: #666;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #d52b31;
}
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"] + span {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -725px -10px;
  vertical-align: text-bottom;
}
.checkboxStyle-small input[type="checkbox"]:checked + span {
  background-position: -725px -24px;
}
.checkboxStyle-normal {
  display: inline-block;
  cursor: pointer;
}
.checkboxStyle-normal input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}
.checkboxStyle-normal input[type="checkbox"]:disabled + span {
  opacity: .4;
}
.checkboxStyle-normal input[type="checkbox"] + span {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -107px -53px;
  vertical-align: middle;
}
.checkboxStyle-normal input[type="checkbox"]:checked + span {
  background-position: -107px -73px;
}
.checkboxStyle-big {
  display: inline-block;
  cursor: pointer;
}
.checkboxStyle-big input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}
.checkboxStyle-big input[type="checkbox"]:disabled + span {
  opacity: .4;
}
.checkboxStyle-big input[type="checkbox"] + span {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -107px -33px;
  vertical-align: middle;
}
.checkboxStyle-big input[type="checkbox"]:checked + span {
  background-position: -107px -73px;
}
.radioStyle-small {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}
.radioStyle-small input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}
.radioStyle-small input[type="radio"]:disabled + span {
  opacity: .4;
}
.radioStyle-small input[type="radio"] + span {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -107px -95px;
  vertical-align: middle;
}
.radioStyle-small input[type="radio"]:checked + span {
  background-position: -107px -135px;
}
.radioStyle-normal {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}
.radioStyle-normal input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}
.radioStyle-normal input[type="radio"]:disabled + span {
  opacity: .4;
}
.radioStyle-normal input[type="radio"] + span {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -107px -95px;
  vertical-align: middle;
}
.radioStyle-normal input[type="radio"]:checked + span {
  background-position: -107px -135px;
}
.radioStyle-big {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}
.radioStyle-big input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}
.radioStyle-big input[type="radio"]:disabled + span {
  opacity: .4;
}
.radioStyle-big input[type="radio"] + span {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -107px -95px;
  vertical-align: middle;
}
.radioStyle-big input[type="radio"]:checked + span {
  background-position: -107px -135px;
}
/* ICON */
i {
  display: inline-block;
  vertical-align: middle;
  background: url('../../images/company/company-default.png') no-repeat 0 0;
  overflow: hidden;
}
.icon-tel {
  width: 18px;
  height: 18px;
  background-position: -615px -67px;
}
.icon-top-down {
  width: 11px;
  height: 6px;
  background-position: -22px -34px;
}
.icon-top-up {
  width: 11px;
  height: 6px;
  background-position: -22px -47px;
}
.icon-more-down {
  width: 11px;
  height: 6px;
  background-position: -22px -34px;
}
.icon-more-up {
  width: 11px;
  height: 5px;
  background-position: -22px -47px;
}
.icon-date {
  width: 14px;
  height: 16px;
  background-position: -636px -67px;
}
.icon-arrow-right {
  width: 7px;
  height: 13px;
  background-position: -25px -126px;
}
.icon-arrow-right2 {
  width: 10px;
  height: 16px;
  background-position: -512px -85px;
}
.icon-arrow-right3 {
  width: 6px;
  height: 13px;
  background-position: 524 -85px;
}
.icon-arrow-right4 {
  width: 7px;
  height: 12px;
  background-position: -25px -126px;
}
.icon-arrow-bottom {
  width: 12px;
  height: 7px;
  background-position: -533px -85px;
}
.icon-arrow-bottom2 {
  width: 9px;
  height: 5px;
  background-position: -547px -85px;
}
.icon-arrow-bottom3 {
  width: 11px;
  height: 6px;
  background-position: -559px -85px;
}
.icon-hot {
  width: 27px;
  height: 14px;
  background-position: -653px -67px;
}
.icon-gwzn {
  width: 33px;
  height: 33px;
  background-position: -459px -116px;
}
.icon-psfs {
  width: 33px;
  height: 33px;
  background-position: -497px -116px;
}
.icon-zffs {
  width: 33px;
  height: 33px;
  background-position: -532px -116px;
}
.icon-shfw {
  width: 33px;
  height: 33px;
  background-position: -569px -116px;
}
.icon-hyzx {
  width: 33px;
  height: 33px;
  background-position: -605px -116px;
}
.icon-user {
  width: 15px;
  height: 20px;
  background-position: -704px -37px;
}
.icon-suo {
  width: 15px;
  height: 20px;
  background-position: -722px -41px;
}
.icon-refresh {
  width: 14px;
  height: 15px;
  background-position: -685px -67px;
}
.icon-checkbox {
  width: 13px;
  height: 13px;
  background-position: -725px -11px;
}
.active .icon-checkbox {
  width: 13px;
  height: 13px;
  background-position: -725px -25px;
}
.icon-checkbox-ok {
  width: 13px;
  height: 13px;
  background-position: -725px -25px;
}
.icon-warning {
  width: 14px;
  height: 15px;
  background-position: -702px -67px;
}
.icon-next-big {
  width: 25px;
  height: 66px;
  background-position: -491px -152px;
}
.icon-prev-big {
  width: 25px;
  height: 66px;
  background-position: -459px -152;
}
.icon-user2 {
  width: 16px;
  height: 17px;
  background-position: -720px -67px;
}
.icon-circle {
  width: 6px;
  height: 6px;
  background-position: -740px -11px;
}
.icon-add {
  width: 15px;
  height: 15px;
  background-position: -572px -85px;
}
.icon-sub {
  width: 15px;
  height: 15px;
  background-position: -588px -85px;
}
.icon-bargain {
  width: 60px;
  height: 60px;
  background-position: -641px -85px;
}
.icon-presale {
  width: 60px;
  height: 60px;
  background-position: -641px -145px;
}
.icon-fold {
  width: 9px;
  height: 12px;
  background-position: -739px -67px;
}
.icon-collect {
  width: 14px;
  height: 14px;
  background-position: -604px -85px;
}
.icon-clock {
  width: 14px;
  height: 14px;
  background-position: -703px -85px;
}
.icon-order {
  width: 16px;
  height: 19px;
  background-position: -522px -154px;
}
.icon-attention {
  width: 19px;
  height: 19px;
  background-position: -542px -154px;
}
.icon-assets {
  width: 19px;
  height: 19px;
  background-position: -564px -154px;
}
.icon-kefu {
  width: 19px;
  height: 19px;
  background-position: -592px -154px;
}
.icon-evaluate {
  width: 19px;
  height: 19px;
  background-position: -618px -154px;
}
.common-icons {
  display: inline-block;
  vertical-align: middle;
  background: url('../../images/company/company-default.png') no-repeat;
  overflow: hidden;
}
.common-icons-down {
  width: 13px;
  height: 13px;
  background-position: -22px -57px;
}
.common-icons-reduceNum {
  width: 10px;
  height: 10px;
  background-position: -23px -157px;
}
.common-icons-addNum {
  width: 10px;
  height: 10px;
  background-position: -23px -194px;
}
.common-icons-cart {
  width: 18px;
  height: 20px;
  background-position: -67px -321px;
}
.common-icons-remove {
  width: 18px;
  height: 18px;
  background-position: -70px -137px;
}
.common-icons-people {
  width: 18px;
  height: 18px;
  background-position: -70px -97px;
}
.common-icons-hot {
  width: 26px;
  height: 10px;
  background-position: -533px -67px;
}
.common-icons-wuliuCar {
  width: 18px;
  height: 18px;
  background-position: -68px -186px;
}
.common-icons-daojishi {
  width: 18px;
  height: 18px;
  background-position: -70px -116px;
}
.op-icons {
  display: inline-block;
  vertical-align: middle;
  background: url('../../images/company/company-icon.png') no-repeat 0 0;
  overflow: hidden;
}
.op-icons-regis {
  width: 18px;
  height: 18px;
  background-position: 0 -140px;
}
.op-icons-gprs {
  width: 11px;
  height: 14px;
  background-position: -24px -142px;
}
.op-icons-del {
  width: 20px;
  height: 20px;
  background-position: -190px -139px;
}
.op-icons-search {
  width: 22px;
  height: 22px;
  background-position: -372px -138px;
}
.op-icons-01 {
  width: 32px ;
  height: 28px;
  background-position: -563px 0;
}
.op-icons-02 {
  width: 36px;
  height: 36px;
  background-position: -602px 0;
}
.op-icons-checkTo {
  width: 19px;
  height: 18px;
  background-position: -333px -168px;
}
.op-icons-bill {
  width: 16px;
  height: 16px;
  background-position: -277px -170px;
}
.op-icons-new {
  width: 26px;
  height: 10px;
  background-position: -646px -5px;
}
.op-icons-hot {
  width: 26px;
  height: 10px;
  background-position: -682px -5px;
}
.op-icons-search {
  width: 16px;
  height: 16px;
  background-position: -232px -306px;
  cursor: pointer;
}
.op-icons-search:hover {
  background-position: -232px -173px;
}
.op-icons-searchBig {
  width: 23px;
  height: 23px;
  background-position: -372px -138px;
}
.op-icons-polling {
  width: 62px;
  height: 62px;
  background-position: -447px -54px;
}
.op-icons-bill2 {
  width: 62px;
  height: 62px;
  background-position: -517px -54px;
}
.op-icons-serve {
  width: 62px;
  height: 62px;
  background-position: -588px -54px;
}
.op-icons-parts {
  width: 62px;
  height: 62px;
  background-position: -659px -54px;
}
.op-icons-right {
  width: 10px;
  height: 18px;
  background-position: -44px 142px;
}
.o-checkbox-wrapper {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.o-checkbox-wrapper *,
.o-checkbox-wrapper :after,
.o-checkbox-wrapper :before {
  box-sizing: border-box;
}
.o-checkbox-wrapper .o-checkbox {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.o-checkbox-wrapper .o-checkbox.o-checkbox-disabled .o-checkbox-input {
  cursor: not-allowed;
}
.o-checkbox-wrapper .o-checkbox.o-checkbox-disabled .o-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}
.o-checkbox-wrapper .o-checkbox.o-checkbox-disabled .o-checkbox-inner:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.o-checkbox-wrapper .o-checkbox.o-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #C4261D;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: "";
}
.o-checkbox-wrapper .o-checkbox.o-checkbox-checked .o-checkbox-inner {
  border-color: #c4261d;
}
.o-checkbox-wrapper .o-checkbox.o-checkbox-checked .o-checkbox-inner:after {
  top: 40%;
  position: absolute;
  display: table;
  border: 2px solid #c4261d;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
}
.o-checkbox-wrapper .o-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.o-checkbox-wrapper .o-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.o-checkbox-wrapper .o-checkbox-inner:after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: " ";
}
.o-checkbox-wrapper p {
  margin: 0;
}
.o-checkbox-wrapper .o-checkbox + span,
.o-checkbox-wrapper .o-checkbox + p {
  padding-right: 4px;
  padding-left: 4px;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* 下拉菜单 */
.dropdown {
  position: relative;
  z-index: 1;
}
.dropdown .dt {
  position: relative;
  padding-right: 15px;
  z-index: 1;
}
.dropdown .dt i {
  position: absolute;
  top: 13px;
  right: 3px;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.dropdown .dt .mask {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  font-size: 0;
  background-color: #fff;
  z-index: 2;
}
.dropdown .dt.active {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  background-color: #fff;
}
.dropdown .dt.active .mask {
  display: block;
}
.dropdown .dt.active i {
  transform: rotate(180deg);
}
.dropdown .dt a {
  color: #666;
}
.dropdown .dt .dd {
  display: none;
  position: absolute;
  left: -1px;
  top: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.dropdownLanguage {
  width: 90px;
  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: #d52b31;
}
.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: #d52b31;
}
.form .tip.succ {
  color: green;
}
.form .addr {
  display: block;
  position: initial;
  float: left;
  padding: 1px 4px;
  color: #d52b31;
}
.form .select {
  float: left;
}
.form .textarea {
  float: left;
}
.form .msg {
  padding-left: 250px;
  margin-bottom: 15px;
  color: #d52b31;
}
.require {
  position: relative;
  top: 2px;
  color: #d52b31;
  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
  }
} */
.dego-ai {
  position: relative;
  top: -50px;
  left: 110%;
  z-index: 999;
  transition: none;
  /* 禁用过渡效果 */
  cursor: pointer;
}
.dego-ai img {
  width: 75px;
  height: 75px;
}
.ai-modal {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  height: calc(100% - 100px);
  width: 100%;
  background-color: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  transition: right 0.5s ease-in-out;
  z-index: 1002;
}
.ai-modal.active {
  right: 0;
  top: 100px;
  display: block;
}
.ai-modal iframe {
  width: 100%;
  height: 100%;
  /* Adjust height to account for close button */
  border: none;
}
.close-btn {
  position: absolute;
  top: -50px;
  right: 20px;
  cursor: pointer;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}
.modal-overlay.active {
  display: block;
}
body.aimodal-open {
  overflow: hidden;
}
/* 顶部 */
.companyNameText {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 210px;
  vertical-align: middle;
}
.tooltip {
  display: block;
  position: absolute;
  top: 100%;
  /* Adjust as needed */
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
  border-radius: 3px;
  white-space: nowrap;
  z-index: 1000;
  font-size: 12px;
  line-height: normal;
}
.tooltip::before {
  content: '';
  position: absolute;
  top: -5px;
  /* Position the arrow above the tooltip */
  left: 10px;
  /* Adjust as needed */
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
}
.f0 {
  font-size: 0;
}
.f12 {
  font-size: 12px;
}
.merchat-select {
  border: none;
  height: 20px;
  margin-left: 10px;
}
.index-banner {
  position: relative;
  min-width: 1200px;
  max-width: 1920px;
}
.index-banner .top-big-banner .big-img {
  background-size: 100%;
  position: relative;
  min-width: 1200px;
  min-height: 350px;
  width: 100%;
  height: 350px;
  background-position: center center;
  background-size: cover;
}
.index-banner .top-small-banner .small-img {
  background-size: 100%;
  position: relative;
  min-width: 1200px;
  width: 100%;
  height: 80px;
  min-height: 80px;
  background-position: center center;
  background-size: cover;
}
.index-banner img {
  display: block;
  width: 100%;
}
.index-banner .close-img {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 18%;
  top: 3px;
  background-position: -18px -338px;
  cursor: pointer;
}
.index-banner .top-big-banner {
  display: none;
}
.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: #f5f5f5;
  z-index: 200;
  color: #666;
}
#h-top .container {
  background-color: inherit;
}
#h-top .ull {
  float: left;
  cursor: pointer;
}
#h-top .ull .please-login {
  color: #d52b31;
  padding-right: 17px;
  border-right: 1px solid #ddd;
}
#h-top .ull .loginAfterText {
  color: #d52b31;
}
#h-top .ull .riges-text {
  padding-left: 18px;
}
#h-top .ull li {
  line-height: 30px;
}
#h-top .ulr {
  float: right;
  box-sizing: border-box;
  cursor: pointer;
}
#h-top .ulr a {
  border-right: 2px solid #ddd;
  padding: 0 20px;
}
#h-top .ulr li:nth-last-of-type(1) a {
  border: none;
}
#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 .down-person-two {
  right: 4px;
}
#h-top .ulr .dt .down-person-my {
  right: 2px;
}
#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: #d52b31;
  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: #d52b31;
  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 a {
  color: #999;
}
#h-top .ulr .head-home {
  width: 121px;
  height: 100px;
  padding-top: 10px;
}
#h-top .ulr .head-home div {
  line-height: 22px;
  text-align: left;
  margin-left: 20px;
}
#h-top .ulr .head-home div a {
  border: none;
  padding: 0;
}
#h-top .ulr .head-home div span {
  margin-left: 5px;
}
#h-top .ulr .header-er {
  width: 135px;
  height: 145px;
  right: -1px;
  display: none;
  position: absolute;
  top: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
}
#h-top .ulr .header-er dl {
  text-align: center;
  display: block;
}
#h-top .ulr li .icon-person {
  position: absolute;
  top: 14px;
  right: 20px;
}
#h-top .ulr li:hover .userinfo {
  display: block;
}
#h-top .ulr li:hover .head-home {
  display: block;
  left: -28px;
}
#h-top .ulr li:hover .header-er {
  display: block;
}
#h-top li {
  float: left;
  line-height: 30px;
}
#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 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: #d52b31;
}
#h-top .address .area a.hot {
  color: #d52b31;
}
#h-top .address .area li {
  padding: 5px 0;
}
#h-top .address .bl {
  border-right: 1px dotted #ddd;
}
/* 头部banner */
.search-bigBox {
  position: relative;
}
.search-bigBox .search-content {
  position: absolute;
  left: 0px;
  top: 0px;
}
.search-bigBox .search-content .tabs {
  border: 1px solid #eee;
  width: 472px;
  background-color: #fff;
  overflow: hidden;
  border-bottom: 0;
  padding: 10px;
}
.search-bigBox .search-content .tabs .btn {
  width: 160px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #808080;
  border-radius: 5px;
}
.search-bigBox .search-content .tabs .btn.active {
  background: #ea3523;
}
.search-bigBox .search-content .shelper {
  position: relative !important;
  border-top: 0 !important;
  overflow: auto !important;
  height: 340px !important;
}
.search-bigBox .search-content .shelper .label {
  display: inline-block;
  background: #ea3523;
  width: 60px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
}
#h-banner,
#bottomSearch {
  position: relative;
  height: 100px;
  z-index: 130;
  background-color: inherit;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
}
#h-banner.bottom-h,
#bottomSearch.bottom-h {
  height: auto;
}
#h-banner .logo,
#bottomSearch .logo {
  float: left;
  width: 200px;
  height: 50px;
  margin: 0;
}
#h-banner .re-logo,
#bottomSearch .re-logo {
  position: relative;
  top: -15px;
  width: 160px;
}
#h-banner .self-right-logo,
#bottomSearch .self-right-logo {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 50px;
}
#h-banner .cart-logo,
#bottomSearch .cart-logo {
  float: left;
  width: 260px !important;
  height: 49px !important;
  margin: 35px 0 0 0 !important;
}
#h-banner h1,
#bottomSearch h1 {
  float: left;
  font-size: 24px;
  font-weight: normal;
  margin: 36px 0 0 28px;
}
#h-banner .link-right,
#bottomSearch .link-right {
  float: right;
  margin-top: 46px;
  font-size: 16px;
}
#h-banner .link-right li,
#bottomSearch .link-right li {
  display: inline;
  margin-left: 20px;
}
#h-banner .link-right a,
#bottomSearch .link-right a {
  color: #d52b31;
}
#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: auto;
  width: 480px;
  float: left;
}
#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: #d52b31;
  float: left;
  text-align: center;
  cursor: pointer;
}
#h-banner .search .search-product-type .type.active,
#bottomSearch .search .search-product-type .type.active {
  background-color: #d52b31;
  color: #fff;
}
#h-banner .search-text,
#bottomSearch .search-text {
  position: relative;
}
#h-banner .search-ipt,
#bottomSearch .search-ipt {
  width: 572px;
  height: 36px;
  border-bottom-style: none;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border: 2px solid #d52b31;
  border-right: 0px;
  padding: 0px 0px 0px 15px;
  float: left;
  border-radius: 6px 0 0 6px;
}
#h-banner .search-btn,
#bottomSearch .search-btn {
  width: 58px;
  height: 38px;
  background-color: #d52b31;
  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: 56px;
  height: 40px;
  background: #d52b31 url('../../images/search-btn.png') no-repeat 18px 10px;
  border: 0;
  border-radius: 0 6px 6px 0;
}
#h-banner .search-top-text-btn,
#bottomSearch .search-top-text-btn {
  width: 86px;
  height: 40px;
  background: #d52b31;
  color: white;
  border: 0;
  font-size: 16px;
}
#h-banner .search .mgT30,
#bottomSearch .search .mgT30 {
  margin-top: 30px;
}
#h-banner .search .hotword,
#bottomSearch .search .hotword {
  margin: 5px 0px;
}
#h-banner .search .hotword a,
#bottomSearch .search .hotword a {
  margin-left: 15px;
  color: #aaa;
}
#h-banner .search .hotword a:hover,
#bottomSearch .search .hotword a:hover {
  color: #d52b31;
}
#h-banner .search #shelper,
#bottomSearch .search #shelper {
  position: absolute;
  top: 40px;
}
#h-banner .search #shelper .top5,
#bottomSearch .search #shelper .top5 {
  top: 0;
}
#h-banner .search #shelper .top29,
#bottomSearch .search #shelper .top29 {
  top: 0;
}
#h-banner .search #shelper .shelper,
#bottomSearch .search #shelper .shelper {
  border: 1px solid #eee;
  position: absolute;
  left: 0px;
  width: 472px;
  background-color: #fff;
  overflow: hidden;
}
#h-banner .search #shelper .shelper li,
#bottomSearch .search #shelper .shelper li {
  height: 33px;
  line-height: 33px;
  padding: 0 20px;
  color: #000;
}
#h-banner .search #shelper .shelper .shelper-first,
#bottomSearch .search #shelper .shelper .shelper-first {
  height: 44px;
  line-height: 44px;
  color: #999 !important;
}
#h-banner .search #shelper .shelper li:hover,
#bottomSearch .search #shelper .shelper li:hover {
  background-color: #f8f8f8;
  color: #d52b31;
  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-item-auto,
#bottomSearch .search #shelper .shelper .search-item-auto {
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  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 .search #shelper .shelper .content1,
#bottomSearch .search #shelper .shelper .content1 {
  padding-right: 3px;
}
#h-banner .search #shelper .shelper .content2,
#bottomSearch .search #shelper .shelper .content2 {
  padding-left: 3px;
}
#h-banner .top-right,
#bottomSearch .top-right {
  display: flex;
  justify-content: flex-start;
  width: 400px;
  height: 60px;
  font-size: 0;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 20px;
}
#h-banner .top-right .top-right-top,
#bottomSearch .top-right .top-right-top,
#h-banner .top-right .top-right-bottom,
#bottomSearch .top-right .top-right-bottom {
  height: 30px;
  overflow: hidden;
  flex: 1;
}
#h-banner .top-right .top-right-bottom,
#bottomSearch .top-right .top-right-bottom {
  margin-left: 15px;
}
#h-banner .top-right .top-right-top,
#bottomSearch .top-right .top-right-top {
  overflow: visible !important;
}
#h-banner .top-right .top-right-top .car-shop,
#bottomSearch .top-right .top-right-top .car-shop {
  height: 28px !important;
  line-height: 28px !important;
}
#h-banner .top-right .top-right-top .car-shop i,
#bottomSearch .top-right .top-right-top .car-shop i {
  width: 24px !important;
  height: 24px !important;
  background-size: 24px 24px !important;
}
#h-banner .top-right .right-button,
#bottomSearch .top-right .right-button {
  height: 28px;
  display: inline-block;
  line-height: 28px;
  position: relative;
  padding-left: 47px;
  padding-right: 15px;
  font-size: 14px;
}
#h-banner .top-right .right-icon,
#bottomSearch .top-right .right-icon {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0px;
}
#h-banner .top-right .add-desk,
#bottomSearch .top-right .add-desk {
  margin-left: 0 !important;
  padding-left: 25px;
  padding-right: 0;
  font-size: 12px !important;
}
#h-banner .top-right .add-desk i,
#bottomSearch .top-right .add-desk i {
  width: 16px !important;
  height: 16px !important;
  background-size: 16px 16px !important;
  top: 6px !important;
  left: 6px !important;
}
#h-banner .top-right .right-one,
#bottomSearch .top-right .right-one {
  border: 1px solid #d52b31;
  color: #d52b31;
  border-radius: 6px;
  user-select: none;
}
#h-banner .top-right .right-one .one-img,
#bottomSearch .top-right .right-one .one-img {
  background: url('../../images/desktop.png') no-repeat;
  background-size: 20px 20px;
}
#h-banner .top-right .right-one .sign-img,
#bottomSearch .top-right .right-one .sign-img {
  background: url('../../images/add-sign.png') no-repeat;
  background-size: 24px 24px;
}
#h-banner .top-right .right-one-high,
#bottomSearch .top-right .right-one-high {
  background-color: #d52b31;
  color: #fff;
  margin-left: 20px;
}
#h-banner .top-right .right-one-light,
#bottomSearch .top-right .right-one-light {
  background-color: #666;
  color: #fff;
  margin-left: 10px;
  border: 1px solid #666;
}
#h-banner .top-right .right-two,
#bottomSearch .top-right .right-two {
  background-color: #d52b31;
  color: #fff;
  height: 38px;
  border: 1px solid #d52b31;
  width: 74px;
  margin: 0px 10px;
  border-radius: 20px;
}
#h-banner .top-right .right-two .two-img,
#bottomSearch .top-right .right-two .two-img {
  background: url('../../images/cart-beifen-icon.png') no-repeat;
}
#h-banner .top-right .sign-tip,
#bottomSearch .top-right .sign-tip {
  position: absolute;
  bottom: 44px;
  box-shadow: 0px 0px 5px #888;
  background-color: #888;
  width: 103px;
  left: 0;
  right: 0;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 15px;
  font-size: 12px;
  color: #fff;
}
#h-banner .top-right .sign-tip .out,
#bottomSearch .top-right .sign-tip .out {
  position: absolute;
  width: 0;
  height: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border: 6px solid transparent;
  border-top-color: #888;
  bottom: -12px;
}
#h-banner .top-right .sign-tip .in,
#bottomSearch .top-right .sign-tip .in {
  position: absolute;
  width: 0;
  height: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border: 5px solid transparent;
  border-top-color: #888;
  bottom: -10px;
}
#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;
}
.dis {
  display: inline-block;
  vertical-align: top;
}
.user-head {
  height: 90px !important;
  padding: 20px 0;
  box-sizing: border-box;
}
.user-head .user-logo {
  margin: 0 !important;
}
.top-position-box {
  height: 130px;
}
.h-banner-box {
  width: 100%;
  background-color: #fff;
}
.container-index {
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1200px;
}
.container-index .advantage-box {
  position: relative;
}
.container-index .advantage-box .advantage {
  position: absolute;
  background: #ddd;
  top: 0;
  right: 0px;
  z-index: 100;
}
#jumbotron {
  position: relative;
}
.text-position {
  position: absolute;
  top: 40px;
  left: 320px;
  font-size: 20px;
}
.pb36 .shopTitle-two {
  left: 210px;
  top: -78px;
}
.login-top .loginTitle-two {
  left: 210px;
  top: -58px;
  color: #333;
}
.border-b {
  border-bottom: 1px solid #ddd;
}
.container .merchantSendCenter {
  margin-left: 20px;
}
.container .merchantSendCenter .sendCenter-box {
  width: 358px;
  padding: 15px 15px;
}
.container .merchantSendCenter .sendCenter-box .first-text,
.container .merchantSendCenter .sendCenter-box .second-text {
  margin: 0;
}
.container .merchantSendCenter .sendCenter-box .sendCenter-div-one {
  padding-right: 15px;
  border-right: 1px solid #ddd;
}
.container .merchantSendCenter .sendCenter-box .sendCenter-div-two {
  padding-right: 15px;
  border-right: 1px solid #ddd;
  padding-left: 15px;
}
.container .merchantSendCenter .sendCenter-box .sendCenter-div-three {
  padding-left: 15px;
}
.container .merchantSendCenter:hover .sendCenter-box {
  display: block;
}
.container .merchantSendCenter .dt {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.ulr-li {
  position: relative;
}
.li-item {
  position: absolute;
  padding-top: 8px;
  top: 19px;
  left: -48px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  width: 150px;
  background: url('../../images/order-tip.png') no-repeat;
}
/* 头部导航 */
#h-nav {
  border-bottom: 2px solid #d52b31;
}
#h-nav .container {
  position: relative;
  height: 39px;
  z-index: 120;
  background-color: inherit;
}
#h-nav .icon-arrow-bottom {
  position: absolute;
  top: 20px;
  right: 8px;
}
#h-nav .icon-arrow-right {
  position: absolute;
  top: 16px;
  right: 10px;
  z-index: 10;
}
#h-nav .icon-jiao {
  position: absolute;
  top: -6px;
  right: 132px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #d52b31;
  border-left: 12px solid transparent;
}
#h-nav .side-nav {
  position: relative;
  float: left;
  width: 175px;
  height: 41px;
  padding-left: 15px;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  background-color: #d52b31;
  color: white;
}
#h-nav .side-ul {
  display: none;
  position: absolute;
  top: 41px;
  left: 0;
  width: 190px;
  font-size: 0;
  font-weight: normal;
  background-color: #333333;
  /*不支持rgba的浏览器*/
  background-color: rgba(51, 51, 51, 0.7);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5707070, 70, endColorstr=#e5707070, 70);
  background: none\9;
  overflow: hidden;
  height: 470px;
  padding-top: 0;
}
#h-nav .side-ul li {
  *margin-top: -1px;
  _margin-top: 0;
  *zoom: 1;
}
#h-nav .side-ul li .real-img {
  height: 28px;
  width: 28px;
  display: inline-block;
  float: left;
  padding-right: 5px;
}
#h-nav .side-ul li .real-img .real-img-ab {
  position: absolute;
  overflow: hidden;
  height: 28px;
  width: 28px;
}
#h-nav .side-ul li .real-img .real-img-ab .icon {
  position: relative;
  height: 28px;
  width: 28px;
  left: -28px;
  border-right: 28px solid transparent;
  -webkit-filter: drop-shadow(28px 0px #fff);
  filter: drop-shadow(28px 0px #fff);
}
#h-nav .side-ul li.active .nav-type a {
  border-left: 0;
}
#h-nav .side-ul li.active a {
  color: #333;
  background-color: #fff;
}
#h-nav .side-ul li.active a .double-line-b {
  color: #666;
}
#h-nav .side-ul li.active a .real-img {
  height: 28px;
  width: 28px;
  display: inline-block;
  float: left;
  padding-right: 5px;
}
#h-nav .side-ul li.active a .real-img .real-img-ab {
  position: absolute;
  overflow: hidden;
  height: 28px;
  width: 28px;
}
#h-nav .side-ul li.active a .real-img .real-img-ab .icon {
  position: relative;
  height: 28px;
  width: 28px;
  left: -28px;
  border-right: 28px solid transparent;
  -webkit-filter: drop-shadow(28px 0px #333);
  filter: drop-shadow(28px 0px #333);
}
#h-nav .side-ul li.active a:hover {
  color: #d52b31;
}
#h-nav .side-ul li.active a:hover .double-line-b {
  color: #d52b31;
}
#h-nav .side-ul li.active a:hover .real-img .real-img-ab {
  position: relative;
  overflow: auto;
}
#h-nav .side-ul li.active a:hover .real-img .real-img-ab .icon {
  position: unset;
  left: 0;
  border-right: 0;
  -webkit-filter: none;
  filter: none;
}
#h-nav .side-ul li.active .highlight {
  color: #d52b31;
}
#h-nav .side-ul .highlight {
  color: #d52b31;
}
#h-nav .side-ul a {
  position: relative;
  display: block;
  padding-left: 14px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 9px;
}
#h-nav .side-ul a:hover {
  color: #d52b31;
}
#h-nav .side-ul .double-line {
  line-height: 28px;
  height: 28px;
}
#h-nav .side-ul .double-line-b {
  font-size: 12px;
  line-height: 17px;
  height: 17px;
  margin-top: 3px;
}
#h-nav .side-ul .single-line {
  line-height: 28px;
  height: 48px;
}
#h-nav .side-ul .icon-text {
  font-size: 14px;
}
#h-nav .side-ul.active {
  display: block;
}
#h-nav .side-ul.fixed {
  display: block;
}
#h-nav .side-ul .square {
  position: absolute;
  height: 14px;
  width: 14px;
  background-color: #837F8E;
  top: 9px;
  left: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#h-nav .hideCss3 li .real-img .real-img-ab {
  position: relative;
  overflow: auto;
}
#h-nav .hideCss3 li .real-img .real-img-ab .icon {
  position: unset;
  left: 0;
  border-right: 0;
  -webkit-filter: none;
  filter: none;
}
#h-nav .hideCss3 li.active a .real-img .real-img-ab {
  position: relative;
  overflow: auto;
}
#h-nav .hideCss3 li.active a .real-img .real-img-ab .icon {
  position: unset;
  left: 0;
  border-right: 0;
  -webkit-filter: none;
  filter: none;
}
#h-nav .hideCss3 li.active a:hover .real-img .real-img-ab {
  position: relative;
  overflow: auto;
}
#h-nav .hideCss3 li.active a:hover .real-img .real-img-ab .icon {
  position: unset;
  left: 0;
  border-right: 0;
  -webkit-filter: none;
  filter: none;
}
#h-nav .nav-items {
  display: block;
  position: absolute;
  top: 0;
  left: 190px;
  width: 1009px;
  height: 449px;
  padding: 20px 0 0 0;
  background-color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.2);
}
#h-nav .nav-items .hide {
  display: none;
}
#h-nav .nav-items .nav-left {
  width: 960px;
  float: left;
}
#h-nav .nav-items .nav-right {
  width: 960px;
  float: left;
}
#h-nav .nav-items .nav-type {
  float: left;
  width: 960px;
  margin-left: 19px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 2px dotted #cdcdcd;
}
#h-nav .nav-items .nav-type .highlight {
  color: #d52b31;
}
#h-nav .nav-items .nav-type h5 a {
  font-size: 14px;
}
#h-nav .nav-items .nav-type ul {
  line-height: 0;
}
#h-nav .nav-items .nav-type li {
  display: inline-block;
  height: 20px;
  width: 180px;
  float: left;
  padding: 0 9px;
  margin-bottom: 10px;
  line-height: 20px;
  *display: inline;
  *zoom: 1;
  border-bottom: 0;
}
#h-nav .nav-items .nav-type li a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#h-nav .nav-items .nav-type a {
  padding: 0;
  line-height: 14px;
  color: #333;
  font-family: PingFangSC-Semibold, PingFang SC, arial;
  font-weight: 600;
}
#h-nav .nav-items .nav-type a:hover {
  color: #d52b31;
}
#h-nav .nav-items .nav-type .fl {
  float: left;
}
#h-nav .nav-items .nav-type .fl-left {
  float: left;
  width: 16%;
}
#h-nav .nav-items .nav-type .fl-right {
  float: left;
  width: 84%;
}
#h-nav .nav-items .nav-type .right-icon {
  float: right;
  height: 14px;
  display: inline-block;
  width: 7px;
  background: url(../../images/icon.png) no-repeat -401px -192px;
}
#h-nav .nav-items .nav-type .hot a {
  color: #d52b31;
}
#h-nav .nav-items .nav-type .hot a:hover {
  color: #d52b31;
}
#h-nav .nav-items h5 {
  margin: 0 0 7px 0;
  padding-bottom: 9px;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  border-bottom: 1px dashed #ccc;
}
#h-nav .main-nav {
  font-size: 18px;
  font-weight: bold;
}
#h-nav .main-nav li {
  margin: 0 17px;
  position: relative;
  display: inline-block;
}
#h-nav .main-nav li .op-icons-hot {
  position: absolute;
  top: 5px;
}
#h-nav .main-nav li .op-icons-new {
  position: absolute;
  top: 5px;
}
#h-nav .main-nav a {
  display: inline-block;
  line-height: 40px;
  color: #333;
  font-weight: normal;
}
#h-nav .main-nav a:hover {
  color: #d52b31 !important;
}
#h-nav .main-nav .active a {
  color: #fff;
}
/* 底部 */
.bgf8f8f8 {
  background-color: #f8f8f8;
}
.footer-box {
  margin-top: 50px;
}
.footer-box-two {
  margin-top: 135px;
  padding-bottom: 0;
}
#footer {
  background-color: #fff;
  overflow: hidden;
  clear: both;
  *zoom: 1;
}
#footer .container {
  width: 1200px !important;
}
#footer .footer-img {
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
}
#footer .footer-img img {
  display: block;
}
#footer .footer-top {
  width: 100%;
  box-sizing: border-box;
}
#footer .footer-top .footer-left {
  float: right;
  margin-right: 20px;
}
#footer .footer-top .footer-right {
  float: left;
}
#footer .footer-top .tel {
  display: inline-block;
  font-size: 14px;
  margin-left: 20px;
}
#footer .footer-top .tel .phoneBox {
  margin-left: 65px;
}
#footer .footer-top .tel .phoneBox .contact {
  font-size: 16px;
  display: block;
  font-weight: bold;
  color: #666;
}
#footer .footer-top .tel .phoneBox .websitNumber {
  font-size: 16px;
  font-weight: normal;
  display: block;
  color: #333;
  margin: 10px 0px;
  max-width: 120px;
}
#footer .footer-top .tel li p {
  text-align: left;
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
#footer .footer-top .tel li:first-child {
  color: #d52b31;
}
#footer .footer-top .tel li:first-child p {
  color: #666;
}
#footer .footer-top .tel li:first-child p:nth-child(2) {
  font-size: 14px;
  font-weight: normal;
}
#footer .footer-top .tel li:last-child {
  color: #d52b31;
}
#footer .footer-top .tel li:last-child p {
  color: #666;
}
#footer .footer-top .tel li:last-child p:nth-child(2) {
  font-size: 14px;
  font-weight: normal;
}
#footer .footer-top-border {
  border-top: 1px solid #ddd;
}
#footer .bt-nav {
  position: relative;
  float: left;
  margin-bottom: 15px;
}
#footer .bt-nav .first-a {
  display: block;
  padding-left: 100px;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 19px;
}
#footer .bt-nav .common-ul {
  padding-left: 100px;
  font-size: 12px;
  box-sizing: border-box;
}
#footer .bt-nav .uls {
  margin-left: 73px!important;
}
#footer .bt-nav li {
  margin-bottom: 10px;
}
#footer .bt-nav i {
  position: absolute;
  top: -3px;
  left: 0;
  margin-top: -5px;
  margin-right: 14px;
}
#footer .bt-nav a {
  color: #666;
}
#footer .bt-nav a:hover {
  color: #d52b31;
}
#footer .bt-nav:nth-of-type(1) .first-a {
  padding-left: 67px;
}
#footer .bt-nav:nth-of-type(1) .common-ul {
  padding-left: 67px;
}
#footer .qrcode {
  float: left;
  width: 110px;
  text-align: center;
}
#footer .qrcode h5 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 15px;
  color: #666;
  font-weight: bold;
}
#footer .qrcode .icon-qrcode {
  margin-top: 12px;
}
#footer .qrcode .imgQrcode {
  background: none;
  margin-bottom: 20px;
}
#footer .qrcode p {
  color: #999999;
  font-size: 12px;
  margin: 12px 0 0 0;
}
#footer p {
  clear: both;
  text-align: center;
  font-size: 12px;
  margin: 20px 0 0px 0;
  color: #999;
}
.footerNav .a-text {
  padding: 0 16px;
  border-left: 1px solid #eee;
  color: #999;
}
.footerNav .a-text:nth-of-type(1) {
  border: none;
}
.footer-bottom-box {
  font-size: 12px;
  text-align: center;
  color: #999;
  border-top: 1px solid #ddd;
}
.marR10 {
  margin-right: 10px;
}
.mart20 {
  margin-top: 20px;
}
.mart15 {
  margin-right: 15px;
}
.last-bottom {
  text-align: center;
  color: #999;
  font-size: 12px;
  margin: 10px 0px;
}
.last-bottom .target-name {
  border-right: 1px solid #eee;
  padding: 0 16px;
  color: #999;
}
.last-bottom .target-name:nth-last-of-type(1) {
  border: none;
}
/* tab选择 */
.hhtabs {
  position: relative;
  height: 45px;
  margin-top: 10px;
}
.hhtabs a {
  float: left;
  padding: 0 25px;
  color: #666;
  font-size: 16px;
  line-height: 44px;
}
.hhtabs .active {
  height: 43px;
  color: #d52b31;
  border-top-width: 2px;
  border-color: #d52b31;
  border-bottom: 2px solid #d52b31;
  cursor: default;
}
.hhtabs .pagecount {
  float: right;
  margin-top: 20px;
}
.hhtabs .last {
  border-right: 1px solid #eee;
}
.hhtabs2 {
  height: 44px;
  border: 1px solid #eee;
  background-color: #f8f8f8;
}
.hhtabs2 a {
  float: left;
  height: 44px;
  padding: 0 39px;
  line-height: 44px;
}
.hhtabs2 .active {
  color: #d52b31;
  border-top: 2px solid #d52b31;
  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: #d52b31;
}
.hhtabs3 .active .arrow-top {
  border-bottom: 12px solid #E9E9E9;
}
/* 分页 */
#paging {
  float: right;
  margin-right: 15px;
  line-height: 34px;
}
#paging a {
  display: inline-block;
  padding: 0 13px;
  margin: 0 2px;
  border: 1px solid #ddd;
  background-color: #fafafa;
}
#paging a:hover {
  border-color: #d52b31;
}
#paging a.active {
  color: #d52b31;
  background-color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
}
#paging .total {
  padding: 0 5px;
}
#paging input {
  display: inline-block;
  height: 33px;
  width: 38px;
  border: 1px solid #ddd;
  margin: 0px 5px 0px 5px;
  text-align: center;
}
#paging .sure {
  padding: 0 20px;
}
.search-pag {
  margin: 40px 0 50px 0;
}
.pageInfor {
  display: inline-block;
  font-style: normal;
  margin: 0 8px 0 5px;
}
/* 地址选择 */
.location {
  display: block;
  width: 673px;
  bottom: auto;
  margin-left: -335px;
  position: absolute;
  left: 50%;
  top: 18%;
  background-color: #fff;
  border: 5px solid #ddd;
  border-radius: 8px;
}
.location .dialog-header {
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  background-color: #eee;
  color: #777;
}
.location .dialog-closeOne {
  color: #999;
  margin: 8px 12px 0 0;
  width: 25px;
  height: 25px;
  line-height: 21px;
  position: absolute;
  background: #eee;
  font-size: 20px;
  text-align: center;
  right: 0px;
  top: -4px;
}
.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: #d52b31;
  color: #fff;
}
.location .area a.active {
  color: #fff;
  background-color: #d52b31;
}
.location .area a.hot:hover {
  color: #fff;
}
.location .area li {
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  line-height: normal;
}
.location .bl {
  border-right: 1px solid #eee;
}
/* 商品分类 */
#classify {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 12px;
  border-top: 1px solid #ddd;
}
#classify .type {
  position: relative;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#classify .type.extend ul {
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 1px;
  height: 196px;
}
#classify .key {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  padding-left: 10px;
  padding-right: 15px;
  line-height: 34px;
  color: #666;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #f8f8f8;
  text-align: right;
  font-size: 13px;
}
#classify .value {
  float: left;
  width: 880px;
  margin-left: 156px;
  min-height: 23px;
  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: 13px;
  width: 120px;
  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: 13px;
  width: 120px;
  padding: 5px 0 5px 5px;
  line-height: 14px;
  display: inline-block;
  vertical-align: top;
}
#classify .value .brand ul a {
  display: block;
  color: #333;
}
#classify .value .brand ul .wordBR {
  word-break: break-all;
}
#classify .value .brand ul .SearchSelected {
  color: #d52b31 !important;
}
#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: 0;
  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: 66px;
  height: 24px;
  line-height: 12px;
  color: #ccc;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  margin: 3px 5px;
  border-radius: 0;
  font-size: 14px;
}
#classify .multi-confirm button.confirm {
  cursor: default;
}
#classify .multi-confirm button.cancel {
  text-align: center;
  color: #888;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 14px;
}
#classify .multi-confirm button.active {
  cursor: pointer;
  color: #fff;
  background: #d52b31;
  border-radius: 0;
  font-size: 14px;
}
#classify .selected a {
  margin-right: 10px;
}
#classify .selected .icon-checkbox {
  background-position: -725px -25px;
}
#classify .btn-group {
  margin-bottom: 10px;
  text-align: center;
}
#classify .btn-group .btn {
  height: 25px;
  font-size: 12px;
  line-height: 23px;
}
#classify .fun {
  float: right;
  width: 130px;
  padding-left: 10px;
  margin-top: 6px;
}
#classify .fun a {
  padding: 1px 5px;
  height: 14px;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  color: #333;
  border: 1px solid #ddd;
}
#classify .fun .multi {
  position: relative;
  padding: 1px 3px 1px 12px;
}
#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: 3px;
  left: 2px;
}
#classify .fun .more {
  position: relative;
  padding: 1px 12px 1px 3px;
}
#classify .fun .more::after {
  position: absolute;
  content: '';
  top: 6px;
  right: 1px;
  width: 10px;
  height: 6px;
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
}
#classify .fun .suo::after {
  position: absolute;
  content: '';
  top: 5px;
  right: 1px;
  width: 10px;
  height: 6px;
  background: url('../../images/company/company-default.png') no-repeat -22px -47px;
}
.search-list .related-box {
  width: 220px;
}
.search-list .related-box .guess {
  width: 220px;
}
.search-list .related-box .good-item-box .no-data {
  width: 220px;
}
.search-list .related-box .good-item {
  width: 218px;
  min-height: 260px;
}
.search-list .related-box .good-item .img-list {
  height: 170px;
  width: 170px;
}
.search-list .search-list-right {
  width: 960px;
  float: right;
}
.search-list .recommend-goods .bottom-arrow .arrow-down {
  left: 75px;
}
.search-list .recommend-goods .bottom-arrow .arrow-up {
  left: 125px;
}
/* 数量加减和加入购物车 */
.buy {
  margin-top: 7px;
  margin-left: 10px;
}
.buy .count {
  float: left;
  width: 59px;
  height: 30px;
  overflow: hidden;
  *zoom: 1;
}
.buy .count .num {
  float: left;
  width: 40px;
  height: 14px;
  padding: 7px 0;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  border: 1px solid #ccc;
}
.buy .count .count-btn {
  float: left;
  width: 16px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.buy .count .count-btn i {
  position: absolute;
  top: 4px;
  left: 3px;
  margin-left: 0px !important;
  margin-top: 0px !important;
}
.buy .count .add,
.buy .count .sub {
  position: relative;
  float: left;
  width: 16px;
  height: 14px;
  padding: 0;
  text-align: center;
  font-size: 0;
  background-color: #eee;
  border: 0 none;
  _zoom: 1;
}
.buy .count .add:active,
.buy .count .sub:active {
  background-color: #eee;
}
.buy .count .disable {
  background-color: #fff;
}
.buy .addCart {
  padding: 0 15px;
  float: left;
  height: 30px;
  margin-left: 8px;
  color: #fff;
  line-height: 30px;
  background-color: #d52b31;
}
.buy .addCart:hover {
  color: #fff;
  background-color: #ab2227;
}
.buy .addCart:active {
  background-color: #81191d;
}
.buy .addCart.disable {
  color: #666;
  background-color: #E9E9E9;
  cursor: default;
}
.collectDialog1 {
  position: absolute;
  width: 250px;
  margin-top: -150px;
  margin-left: 122px;
  text-align: center;
  background-color: #fff;
  box-shadow: 2px 2px 10px -4px rgba(200, 200, 200, 0.5);
  *border: 3px solid #ccc;
  z-index: 2;
}
.collectDialog1 h5 {
  color: #fff;
}
.collectDialogPack {
  position: absolute;
  width: 250px;
  margin-top: -150px;
  margin-left: 122px;
  text-align: center;
  background-color: #fff;
  box-shadow: 2px 2px 10px -4px rgba(200, 200, 200, 0.5);
  *border: 3px solid #ccc;
  z-index: 2;
}
.collectDialogPack h5 {
  color: #fff;
}
.search-crumb {
  /* 路径导航 (面包屑) */
  position: relative;
  overflow: hidden;
  /* 搜索结果个数 */
}
.search-crumb #breadcrumb,
.search-crumb #searchBreadcrumb {
  float: left;
  padding: 18px 0 0;
  color: #ccc;
  *zoom: 1;
}
.search-crumb #breadcrumb .show-crumb,
.search-crumb #searchBreadcrumb .show-crumb {
  padding: 0px;
}
.search-crumb #breadcrumb a,
.search-crumb #searchBreadcrumb a {
  /* color: @blackColor; */
}
.search-crumb #breadcrumb:hover .crumb-down,
.search-crumb #searchBreadcrumb:hover .crumb-down {
  display: block;
}
.search-crumb #breadcrumb input,
.search-crumb #searchBreadcrumb input {
  width: 144px;
  height: 22px;
  border-radius: 0;
  outline: medium;
  padding: 0px 20px 0px 12px;
}
.search-crumb #breadcrumb .search-box,
.search-crumb #searchBreadcrumb .search-box {
  display: inline-block;
  position: relative;
}
.search-crumb #breadcrumb .right-icon,
.search-crumb #searchBreadcrumb .right-icon {
  display: inline-block;
  width: 25px;
  position: relative;
}
.search-crumb #breadcrumb .right-icon::after,
.search-crumb #searchBreadcrumb .right-icon::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 7px;
  top: -10px;
  left: 10px;
  background: url('../../images/company/company-default.png') no-repeat -25px -126px;
}
.search-crumb #breadcrumb .right-icon-crumb,
.search-crumb #searchBreadcrumb .right-icon-crumb {
  height: 10px;
  width: 7px;
  top: -10px;
  left: 10px;
  background: url('../../images/company/company-default.png') no-repeat -25px -126px;
}
.search-crumb #breadcrumb .crumb-search,
.search-crumb #searchBreadcrumb .crumb-search {
  width: 163px;
  height: 24px;
  display: inline-block;
  position: relative;
  border-radius: 0;
  border: 1px solid #ccc;
  margin-right: 10px;
}
.search-crumb #breadcrumb .crumb-search .search-last,
.search-crumb #searchBreadcrumb .crumb-search .search-last {
  height: 24px;
  line-height: 24px;
  border: none;
  display: inline-block;
  padding: 0 10px 0 10px;
  color: #000;
  box-sizing: border-box;
}
.search-crumb #breadcrumb .crumb-search .search-fang,
.search-crumb #searchBreadcrumb .crumb-search .search-fang {
  position: absolute;
  width: 30px;
  height: 20px;
  display: inline-block;
  right: 0px;
  top: 1px;
  text-align: center;
}
.search-crumb #breadcrumb .result,
.search-crumb #searchBreadcrumb .result {
  float: right;
  color: #666;
}
.search-crumb #breadcrumb a:hover .crumb-down,
.search-crumb #searchBreadcrumb a:hover .crumb-down {
  display: block;
}
.search-crumb #resultcount {
  float: right;
  padding: 20px 0 0;
  color: #999;
  text-align: right;
}
.search-crumb .selectedTag {
  padding: 18px 0 0;
  float: left;
}
.search-crumb .selectedTag .tag {
  border: 1px dashed #d52b31;
  margin: 0 10px;
  color: #d52b31;
  padding: 0px 10px;
  float: left;
  line-height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 0;
  cursor: pointer;
}
.search-crumb .selectedTag a:hover {
  background-color: #3dbdf4;
  border: 1px solid #3dbdf4;
}
.search-crumb .selectedTag a:hover .tag {
  border: none;
}
.search-crumb .selectedTag a:hover span {
  color: #fff;
}
.search-crumb .next {
  float: left;
  padding: 21px 0 0;
  color: #ccc;
}
.recommend-goods {
  /* 新添加 商品导入模块 container-right end */
  /* 新添加class related-left  begin*/
}
.recommend-goods .related {
  margin-bottom: 50px;
  border: 1px solid #eee;
}
.recommend-goods .related.left {
  width: 188px;
  float: left;
}
.recommend-goods .related.right {
  width: 188px;
  float: right;
}
.recommend-goods .related.bottom {
  width: 100%;
}
.recommend-goods .related.bottom .guess {
  width: 100%;
  box-sizing: border-box;
}
.recommend-goods .related .guess {
  height: 35px;
  background-color: #f8f8f8;
  line-height: 35px;
  text-align: center;
}
.recommend-goods .related .good-item {
  width: 188px;
}
.recommend-goods .related .good-item.left {
  height: 285px;
}
.recommend-goods .related .good-item.left h5 {
  -webkit-line-clamp: 2;
}
.recommend-goods .related .good-item.right {
  height: 250px;
}
.recommend-goods .related .good-item.right h5 {
  -webkit-line-clamp: 1;
}
.recommend-goods .related .good-item.bottom {
  height: 250px;
  float: left;
  background-color: #fff;
  width: 180px;
  margin-top: 1px;
  margin: 1px 8px 0;
}
.recommend-goods .related .good-item.bottom h5 {
  -webkit-line-clamp: 1;
}
.recommend-goods .related .good-item a {
  display: block;
  padding-left: 18px;
}
.recommend-goods .related .good-item a .money {
  color: #FF6900;
  font-size: 14px;
  margin: 5px 0;
}
.recommend-goods .related .good-item a h5 {
  margin: 5px 0;
  width: 130px;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
.recommend-goods .related .good-item .cheaps {
  font-size: 0;
}
.recommend-goods .related .good-item .cheaps .cheap {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-color: #FF6900;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin-right: 6px;
}
.recommend-goods .related .good-item .cheaps .cheap-two {
  width: 65px;
  height: 20px;
}
.recommend-goods .bottom-arrow {
  position: relative;
}
.recommend-goods .bottom-arrow .arrow-down {
  content: '';
  position: absolute;
  display: block;
  width: 23px;
  height: 15px;
  background: url('../../images/company/company-default.png') no-repeat -320px -141px;
  top: 10px;
  left: 56px;
}
.recommend-goods .bottom-arrow .arrow-down.disabled {
  background: url('../../images/company/company-default.png') no-repeat -320px -215px;
  cursor: default;
}
.recommend-goods .bottom-arrow .arrow-up {
  position: absolute;
  content: '';
  display: block;
  width: 23px;
  height: 15px;
  background: url('../../images/company/company-default.png') no-repeat -320px -34px;
  top: 10px;
  left: 100px;
}
.recommend-goods .bottom-arrow .arrow-up.disabled {
  background: url('../../images/company/company-default.png') no-repeat -320px -102px;
  cursor: default;
}
.recommend-goods .bottom-arrow .arrow-left {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  background: url('../../images/company/company-default.png') no-repeat -277px -135px;
  top: -160px;
  left: 0px;
}
.recommend-goods .bottom-arrow .arrow-left.disabled {
  background-position: -277px -206px;
}
.recommend-goods .bottom-arrow .arrow-right {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 25px;
  background: url('../../images/company/company-default.png') no-repeat -277px -34px;
  top: -160px;
  right: 0px;
}
.recommend-goods .bottom-arrow .arrow-right.disabled {
  background-position: -277px -100px;
}
.recommend-goods .related-right {
  width: 990px;
  float: right;
  padding-left: 20px;
}
/* 新添加class related-left  begin*/
.container-left .left {
  padding-bottom: 38px;
  float: left;
  margin-bottom: 50px;
}
.related-box {
  width: 188px;
  border: 1px solid #eee;
  height: 689px;
}
.related-box .guess {
  height: 35px;
  background-color: #f8f8f8;
  line-height: 35px;
  margin-bottom: 15px;
  text-align: center;
}
.related-box .good-item-bigBox {
  height: 639px;
  position: relative;
  overflow: hidden;
  min-height: 30px;
}
.related-box .good-item-box {
  overflow: hidden;
  position: absolute;
  top: 0px;
}
.related-box .good-item-box .no-data {
  display: block;
  text-align: center;
  margin: 10px 0;
  width: 190px;
}
.related-box .good-item {
  width: 188px;
  margin-bottom: 10px;
  min-height: 226px;
}
.related-box .good-item .pro-infor {
  height: 38px;
  min-height: 38px;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.related-box .good-item .pro-label {
  overflow: hidden;
  margin-top: 2px;
}
.related-box .good-item .pro-label span {
  padding: 4px;
  color: #fff;
  font-size: 12px;
  border-radius: 0;
  margin-right: 6px;
  background-color: #d52b31;
}
.related-box .good-item a {
  display: block;
  padding: 0 25px;
}
.related-box .good-item a .money {
  position: relative;
  font-size: 12px;
}
.related-box .good-item a .money .ranking {
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('../../images/company/company-default.png') no-repeat -459px -39px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.related-box .good-item a .money .selling {
  padding-left: 25px;
  margin-bottom: 8px;
  display: inline-block;
}
.related-box .good-item a .money .money-img {
  font-size: 14px;
  font-weight: 900;
  color: #d52b31;
}
.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 {
  width: 990px;
  float: right;
  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 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 #d52b31;
  -moz-box-shadow: 0 0 5px #d52b31;
  -webkit-box-shadow: 0 0 5px #d52b31;
  box-shadow: 0 0 5px #d52b31;
  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 #d52b31;
  color: #d52b31;
  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: #d52b31;
  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;
}
.logistics-bomb {
  width: 502px;
  border: 5px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
.logistics-bomb .cancel-title {
  height: 23px;
  padding: 0px 15px;
  background: #f8f8f8;
  padding-top: 12px;
}
.logistics-bomb .cancel-title .title-text {
  color: #666;
  float: left;
}
.logistics-bomb .cancel-title .close-img {
  float: right;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
}
.logistics-bomb .logistics-title {
  padding-left: 20px;
  padding-top: 20px;
}
.logistics-bomb .logistics-title a {
  width: 20%;
  display: inline-block;
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.logistics-bomb .logistics-title a i {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-bottom: 4px;
  background: url('../../images/company/company-icon.png') no-repeat -252px -301px;
}
.logistics-bomb .logistics-title .a-active {
  color: #d52b31;
}
.logistics-bomb .logistics-title .a-active i {
  background: url('../../images/company/company-icon.png') no-repeat -252px -168px;
}
.logistics-bomb .logistics-main {
  padding-left: 19px;
  padding-right: 19px;
  position: relative;
}
.logistics-bomb .logistics-main .logistics-state {
  background-color: #f8f8f8;
  width: 444px;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.logistics-bomb .logistics-main .logistics-state .blue {
  color: #d52b31;
}
.logistics-bomb .logistics-main .logistics-state p {
  padding: 0;
  margin: 0 0 5px 0;
}
.logistics-bomb .logistics-main .logistics-state p span {
  display: inline-block;
  width: 84px;
}
.logistics-bomb .logistics-main .logistics-detail {
  width: 464px;
  overflow: hidden;
}
.logistics-bomb .logistics-main .logistics-detail ul {
  margin-bottom: 10px;
}
.logistics-bomb .logistics-main .logistics-detail ul li {
  color: #333;
  padding: 6px 5px;
  border-right: 1px solid #eee;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
.logistics-bomb .logistics-main .logistics-detail ul li:nth-child(2n) {
  border-right: 0;
}
.logistics-bomb .logistics-main .logistics-detail ul li.active {
  border-bottom: 2px solid #d52b31;
  color: #d52b31;
}
.logistics-bomb .logistics-main .big-box {
  position: relative;
  height: 100px;
  border-bottom: 1px solid #eee;
}
.logistics-bomb .logistics-main .big-box .img-box {
  width: 450px;
  overflow: hidden;
}
.logistics-bomb .logistics-main .big-box .img-box ul {
  width: 10000px;
}
.logistics-bomb .logistics-main .big-box .img-box ul li {
  float: left;
  margin-left: 10px;
}
.logistics-bomb .logistics-main .big-box .img-box ul li a {
  display: block;
}
.logistics-bomb .logistics-main .big-box .img-box ul li a img {
  display: block;
}
.logistics-bomb .logistics-main .big-box .arrow-left {
  position: absolute;
  width: 14px;
  height: 24px;
  background: url('../../images/company/company-default.png') no-repeat -277px -206px;
  top: 34%;
  margin-top: -7px;
  left: -12px;
}
.logistics-bomb .logistics-main .big-box .arrow-right {
  position: absolute;
  width: 14px;
  height: 24px;
  background: url('../../images/company/company-default.png') no-repeat -277px -100px;
  top: 34%;
  margin-top: -7px;
  right: -22px;
}
.logistics-bomb .logistics-main .mes-big-box {
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  height: 300px;
  overflow-y: auto;
  background-color: #f8f8f8;
  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 ol {
  width: 434px;
  overflow: hidden;
}
.logistics-bomb .logistics-main .mes-big-box ol dl {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.logistics-bomb .logistics-main .mes-big-box ol dl:last-child {
  border-bottom: none;
}
.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: 344px;
  float: left;
}
.logistics-bomb .logistics-main .mes-big-box ol dl dd h4 {
  font-size: 12px;
  color: #333;
  height: 32px;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 15px 0;
  font-weight: normal;
}
.logistics-bomb .logistics-main .mes-big-box ol dl dd p {
  margin: 0;
  font-size: 12px;
  color: #999;
}
.logistics-bomb .logistics-main .mes-big-box ol dl dd p span {
  display: inline-block;
  float: left;
  width: 264px;
}
.logistics-bomb .logistics-main .mes-big-box ol dl dd p em {
  display: inline-block;
  float: right;
  width: 80px;
  text-align: right;
  font-style: normal;
}
.logistics-bomb .logistics-main .mes-big-box .colorA {
  color: #999;
  font-size: 12px;
}
.logistics-bomb .logistics-main .mes-big-box span {
  display: block;
  margin-bottom: 5px;
}
.logistics-bomb .logistics-main .mes-big-box div {
  padding-left: 15px;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one {
  border-left: 2px solid #ddd;
  padding-bottom: 12px;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one .first-span {
  color: #d52b31;
  position: relative;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one .first-span::after {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  left: -25px;
  width: 18px;
  height: 18px;
  background: url('../../images/company/company-icon.png') no-repeat -565px -29px;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one .two-span {
  position: relative;
}
.logistics-bomb .logistics-main .mes-big-box .mes-one .two-span::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ddd;
  top: 0px;
  left: -22px;
  border-radius: 6px;
}
.logistics-bomb .logistics-main .mes-big-box .mes-two {
  border-left: 2px solid #ddd;
  padding-bottom: 25px;
}
.logistics-bomb .logistics-main .mes-big-box .mes-two .two-span {
  position: relative;
}
.logistics-bomb .logistics-main .mes-big-box .mes-two .two-span::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ddd;
  top: 0px;
  left: -22px;
  border-radius: 6px;
}
.logistics-bomb .logistics-main .mes-big-box .line-right {
  width: 4px;
  height: 150px;
  background-color: #ccc;
  border-radius: 10px;
  padding: 0;
  position: absolute;
  top: 125px;
  right: 4px;
  cursor: pointer;
}
.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;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transform-origin: center;
}
.animated-top {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transform-origin: top;
}
.animated-left {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transform-origin: left;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
.miniTips {
  line-height: 40px;
  height: 40px;
  min-width: 100px;
  width: 200px;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000;
  margin: auto;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding: 0 20px;
}
.miniTips .tipsImg {
  width: 20px;
  height: 20px;
  font-size: 0;
  margin: 0 auto;
  vertical-align: middle;
  margin-top: -3px;
}
.miniTips .tipsContent {
  margin-left: 10px;
  font-size: 16px;
  line-height: 40px;
}
.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;
}
.timeiconbg {
  border: 1px solid #ddd;
  background: url('../../images/time-input-icon.png') right no-repeat;
}
.shopCar {
  position: absolute;
  right: 0;
  top: 30px;
  height: 40px;
  padding-left: 15px;
  padding-right: 30px;
  cursor: pointer;
  background: #fff;
  border-radius: 20px;
}
.shopCar .mask {
  display: block;
  position: absolute;
  top: 38px;
  left: 17px;
  width: 90px;
  height: 1px;
  font-size: 0;
  background-color: #fff;
  z-index: 1000;
}
.shopCar .car-shop {
  display: block;
  height: 40px;
  line-height: 40px;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
}
.shopCar .car-shop:hover {
  color: #666;
}
.shopCar .car-shop i {
  width: 32px;
  height: 32px;
  background: url(../../images/cart-icon.png) no-repeat;
  background-size: 32px 32px;
}
.shopCar .cart-count {
  position: absolute;
  left: 12px;
  top: 3px;
  background: #d52b31;
  color: #fff;
  padding: 1px 4px;
  font-size: 12px;
  border-radius: 7px;
  box-sizing: border-box;
  text-align: center;
  line-height: 13px;
}
.userHeader .container .shopCar {
  top: 20px;
}
.userHeader .container .cart-count {
  left: 92px;
  top: 5px;
}
.quick-order i {
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background-image: url(../../images/quick-order.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: center;
}
#h-banner .top-right .self-shopCar {
  padding-left: 15px;
  padding-right: 30px;
  top: 0;
}
#h-banner .top-right .self-shopCar .car-shop {
  height: 38px;
  line-height: 38px;
  border: none;
  color: #d52b31;
}
#h-banner .top-right .self-shopCar .cart-count {
  left: 92px;
  top: 3px;
}
/* 迷你购物车 */
#minicart {
  display: none;
  position: absolute;
  top: 28px;
  right: -1px;
  width: 408px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #d52b31;
  z-index: 666;
}
#minicart .cart-inner {
  padding-bottom: 40px;
  background-color: #f8f8f8;
}
#minicart .cart-loading {
  padding: 15px 0;
  text-align: center;
}
#minicart .cart-null {
  padding: 7px 0;
  clear: both;
  overflow: hidden;
  text-align: center;
  color: #999;
}
#minicart .cart-null i {
  width: 50px;
  height: 44px;
  background: url(../../images/company/company-icon.png) no-repeat -696px -119px;
  margin-right: 15px;
}
#minicart .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  padding-left: 20px;
  line-height: 40px;
  overflow: hidden;
  color: #000;
}
#minicart .bottom .btn-cart {
  float: right;
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: #d52b31;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
#minicart .bottom .red {
  color: #d52b31;
}
#minicart .bottom .he {
  font-size: 18px;
}
#minicart .bottom .sum {
  float: left;
  margin-right: 10px;
}
#minicart .gds {
  clear: both;
  max-height: 415px;
  overflow: auto;
  background-color: #fff;
}
#minicart .gds::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
#minicart .gds::-webkit-scrollbar-track {
  display: block;
  background-color: transparent;
  border-radius: 4px;
}
#minicart .gds::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #d52b31;
}
#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;
  text-align: right;
  line-height: 1;
  margin-top: 15px;
}
#minicart .gds .pic {
  color: #d52b31;
}
#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;
  width: 200px;
  float: left;
}
#minicart .gds .num {
  float: left;
  line-height: 1;
}
#minicart .gds .m {
  margin: 30px 0 10px 0;
  color: #d52b31;
  font-weight: bold;
}
.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: 25%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-title {
  height: 35px;
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 14px;
  font-size: 0;
  background-color: #f8f8f8;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-title .title-text {
  float: left;
  font-size: 14px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-title .close-img {
  display: block;
  float: right;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main {
  font-size: 12px;
  padding-left: 15px;
  padding-top: 13px;
  padding-bottom: 18px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-title {
  margin-bottom: 17px;
  position: relative;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-title select {
  width: 110px;
  height: 30px;
  padding-left: 10px;
  border: 1px solid #ddd;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-title .main-text {
  color: #999;
  margin-right: 13px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-title .close-icon {
  display: block;
  width: 10px;
  height: 6px;
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
  position: absolute;
  top: 13px;
  left: 150px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .top-text {
  color: #d52b31;
  margin-bottom: 5px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .error-num {
  display: block;
  color: #d52b31;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .textarea-box {
  position: relative;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .textarea-box input {
  width: 344px;
  height: 30px;
  border: 1px solid #ddd;
  padding: 0 10px;
  padding-left: 14px;
  line-height: 1;
}
.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: 10px 0 0 0;
  height: 18px;
}
.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: 0;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-bottom .one-button {
  background-color: #d52b31;
  color: #fff;
  width: 90px;
  margin-right: 15px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-bottom .two-button {
  width: 88px;
  border: 1px solid #ddd;
  color: #666;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-bottom .chose-evaluate {
  font-size: 12px;
  display: inline-block;
  margin-left: 24px;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-bottom .chose-evaluate span {
  vertical-align: middle;
  margin-left: 5px;
  color: #666;
}
.feedback-bomb .consultation-bigBomb .consultation-Bomb .bomb-main .main-bottom .chose-evaluate input {
  vertical-align: middle;
}
/* 筛选工具条 */
#sctoolbar {
  height: 39px;
  margin-bottom: 50px;
  position: relative;
  overflow: visible;
  font-size: 12px;
  line-height: 40px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  *zoom: 1;
  border-bottom: none;
}
#sctoolbar .sorting {
  float: left;
}
#sctoolbar .filter {
  position: absolute;
  top: 38px;
  left: -1px;
  border: 1px solid #ddd;
  border-top: none;
  width: 100%;
}
#sctoolbar .filter a {
  margin-left: 20px;
}
#sctoolbar .segmenting-line {
  position: absolute;
  top: 38px;
  left: -1px;
  border-bottom: 1px solid #ddd;
  border-top: none;
  width: 100%;
}
#sctoolbar .price-range .check {
  z-index: 2;
  bottom: -30px;
}
#sctoolbar .order {
  display: inline-block;
  height: 39px;
  padding: 0 10px;
  border-right: 1px solid #ddd;
  background-color: #f8f8f8;
  float: left;
  color: #000;
}
#sctoolbar .order i {
  width: 12px;
  height: 11px;
  background: url('../../images/company/company-default.png') no-repeat -495px -67px;
  margin-left: 3px;
}
#sctoolbar .order .down-icon-two {
  height: 14px;
  top: 13px;
  background: url('../../images/company/company-default.png') no-repeat -70px -302px;
}
#sctoolbar .order.active {
  color: #fff;
  background-color: #d52b31;
  position: relative;
  height: 40px;
  top: -1px;
  z-index: 100;
}
#sctoolbar .order.active:first-child {
  left: -1px;
}
#sctoolbar .order.active i {
  width: 12px;
  height: 11px;
  background: url('../../images/company/company-default.png') no-repeat -459px -67px;
  margin-left: 3px;
}
#sctoolbar .order.active .down-icon-two {
  height: 14px;
  top: 13px;
  background: url('../../images/company/company-default.png') no-repeat -70px -270px;
}
#sctoolbar .order.active .down-icon-two-price {
  height: 14px;
  top: 13px;
  background: url('../../images/company/company-default.png') no-repeat -70px -286px;
}
#sctoolbar .order.active .asc {
  background-position: 0px -60px;
  width: 11px;
  height: 7px;
}
#sctoolbar .order.active .desc {
  background-position: 0px -67px;
  width: 11px;
  height: 7px;
}
#sctoolbar .down-icon {
  padding: 0 10px;
  position: relative;
}
#sctoolbar .all-icon {
  padding: 0 14px;
  position: relative;
}
#sctoolbar .price-range {
  display: inline-block;
  margin-left: 10px;
}
#sctoolbar .price-range span {
  display: inline-block;
  width: 20px;
  text-align: center;
}
#sctoolbar .price-range .from,
#sctoolbar .price-range .to {
  width: 78px;
  height: 20px;
  line-height: 20px;
  border-radius: 0;
  padding-left: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
#sctoolbar .price-range .check {
  position: absolute;
  left: 276px;
  height: 30px;
  line-height: 20px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-top: none;
  width: 117px;
  display: block;
  text-align: center;
}
#sctoolbar .price-range .check button,
#sctoolbar .price-range .check a {
  margin: 0 10px;
  border: none;
  padding: 3px;
  height: 23px;
  line-height: 15px;
  width: 35px;
}
#sctoolbar .icon-checkbox {
  margin-top: -3px;
}
#sctoolbar .condition {
  margin-left: 16px;
}
#sctoolbar .condition:hover .icon-checkbox,
#sctoolbar .condition.active .icon-checkbox {
  background-position: -725px -25px;
}
#sctoolbar .condition.active {
  color: #d52b31;
}
#sctoolbar .flip {
  float: left;
  position: relative;
  margin-left: 20px;
}
#sctoolbar .flip span {
  display: inline-block;
  vertical-align: top;
}
#sctoolbar .flip .highlight {
  color: #666;
  font-style: normal;
}
#sctoolbar .flip .pag {
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-top: 7px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #000;
  vertical-align: top;
  float: right;
  text-align: center;
}
#sctoolbar .flip .pag-two {
  border-left: 0;
}
#sctoolbar .flip .pag-two i {
  width: 8px;
  height: 14px;
  top: -8px;
  position: relative;
  background: url('../../images/company/company-default.png') no-repeat -23px -126px;
}
#sctoolbar .flip .pag-two.disable i {
  opacity: 0.2;
}
#sctoolbar .flip .pag-one i {
  width: 8px;
  height: 14px;
  top: -8px;
  position: relative;
  background: url('../../images/company/company-default.png') no-repeat -23px -76px;
}
#sctoolbar .flip .pag-one.disable i {
  opacity: 0.2;
}
#sctoolbar .add-btn {
  width: 100px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -1px;
  margin-left: 837px;
  margin-bottom: 20px;
  border: 1px solid #d52b31;
  background-color: #d52b31;
  color: #fff;
  line-height: 38px;
}
.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: 66px;
  height: 40px;
  z-index: 99;
  position: absolute;
  left: 0;
  background: #fff url('../../../images/company/company-step.png') no-repeat;
}
.stepState li.current h4 {
  color: #bee9a6 !important;
}
.stepState li.current h5 address {
  background-color: #bee9a6;
}
.stepState li.current h5 cite {
  border-color: transparent transparent transparent #7cc553 !important;
}
.stepState li.active h5 address {
  background-color: #bee9a6 !important;
}
.stepState li.active h5 cite {
  border-color: transparent transparent transparent #7cc553 !important;
}
.stepState li.active-no-active-i h5 address {
  background-color: #ccc !important;
}
.stepState li.active-no-active-i h5 cite {
  border-color: transparent transparent transparent #ccc !important;
}
.stepState li:nth-child(1) i {
  background-position: 0 0;
}
.stepState li:nth-child(1).current i {
  background-position: -66px 0 !important;
}
.stepState li:nth-child(1).active i {
  background-position: -132px 0 !important;
}
.stepState li:nth-child(1).active-no-active-i i {
  background-position: -132px 0 !important;
}
.stepState li:nth-child(2) i {
  background-position: 0 -40px;
}
.stepState li:nth-child(2).current i {
  background-position: -66px -40px !important;
}
.stepState li:nth-child(2).active i {
  background-position: -132px -40px !important;
}
.stepState li:nth-child(3) i {
  background-position: 0 -80px;
}
.stepState li:nth-child(3).current i {
  background-position: -66px -80px !important;
}
.stepState li:nth-child(3).active i {
  background-position: -132px -80px !important;
}
.stepState li:nth-child(4) i {
  background-position: 0 -120px;
}
.stepState li:nth-child(4).current i {
  background-position: -66px -120px !important;
}
.stepState li:nth-child(4).active i {
  background-position: -132px -120px !important;
}
.stepState li:nth-child(5) i {
  background-position: 0 -160px;
}
.stepState li:nth-child(5).current i {
  background-position: -66px -160px !important;
}
.stepState li:nth-child(5).active i {
  background-position: -132px -160px !important;
}
.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: #7cc553;
  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: -57px;
  bottom: -88px;
  font-weight: normal;
  color: #333;
}
.stepState li p {
  position: absolute!important;
  width: 100%;
  text-align: center;
  left: -57px;
  bottom: -102px;
  color: #999;
}
.stepState li h5 {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 26px;
  left: 0;
}
.stepState li h5 address {
  width: 80%;
  background-color: #ccc;
  height: 1px;
  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;
}
.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: 30px;
  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: 1000;
}
.fix-nav {
  width: 30px;
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 999;
}
.fix-nav .left-er {
  position: relative;
}
.fix-nav .left-er .global-er {
  display: block;
  width: 100px;
  height: 120px;
  background-color: #d11515;
  position: absolute;
  left: 30px;
  bottom: 0px;
  padding: 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: 18px;
  height: 18px;
  padding: 6px;
  cursor: pointer;
  background-color: #333333;
  /*不支持rgba的浏览器*/
  background-color: rgba(51, 51, 51, 0.7);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, 0, endColorstr=#b2000000, 0);
  background: none\9;
  margin-bottom: 1px;
  position: relative;
}
.fix-nav .fix-item .fix-icon {
  display: block;
  height: 18px;
}
.fix-nav .fix-item .car {
  background: url('../../images/company/company-default.png') no-repeat -223px -375px;
}
.fix-nav .fix-item .ear {
  background: url('../../images/company/company-default.png') no-repeat -223px -416px;
}
.fix-nav .fix-item .code {
  background: url('../../images/company/company-default.png') no-repeat -223px -462px;
}
.fix-nav .fix-item .phone {
  background: url('../../images/company/company-default.png') no-repeat -223px -119px;
}
.fix-nav .fix-item .frequence {
  background: url('../../images/company/company-default.png') no-repeat -223px -395px;
}
.fix-nav .fix-item .person-icon {
  background: url('../../images/company/company-default.png') no-repeat -223px -351px;
}
.fix-nav .fix-item .opinion {
  background: url('../../images/company/company-default.png') no-repeat -223px -439px;
}
.fix-nav .fix-item .coupon {
  background: url(../../images/company/coupon.png) no-repeat 0 0;
  background-size: 18px 15px;
}
.fix-nav .fix-item .cart-count-right {
  position: absolute;
  right: 20px;
  top: 2px;
  background: #d52b31;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 50%;
  line-height: 13px;
}
.fix-nav .fix-item .tab-text {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  font-family: 微软雅黑;
  position: absolute;
  z-index: -1;
  left: 40px;
  top: 0px;
  background-color: #d52b31;
  font-style: normal;
  font-size: 12px;
}
.fix-nav .mgB40 {
  margin-bottom: 40px;
}
.fix-nav .fix-item-two {
  height: auto;
  text-align: center;
  font-size: 12px;
}
.fix-nav .car-text {
  color: #fff;
}
.fix-nav .fix-item:hover {
  background-color: #d52b31;
}
.fix-nav .fix-item:hover .tab-text {
  transition: left 0.3s ease-in-out 0.1s;
  left: -100px;
}
.fix-nav .fix-item:hover .global-er {
  transition: left 0.3s ease-in-out 0.1s;
  left: -100px;
}
/*置顶按钮*/
.top-box {
  position: fixed;
  top: 75%;
  width: 30px;
  padding: 6px;
  cursor: pointer;
  margin-bottom: 1px;
}
.top-box .top-btn {
  display: block;
  width: 18px;
  height: 18px;
  background: url('../../images/company/company-default.png') no-repeat -223px -484px;
}
.top-box .tab-text {
  display: block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  font-family: 微软雅黑;
  position: absolute;
  z-index: -1;
  left: 40px;
  top: 0px;
  background-color: #d52b31;
  font-style: normal;
  font-size: 12px;
}
.top-box:hover {
  background-color: #d52b31;
}
.top-box:hover .tab-text {
  transition: left 0.3s ease-in-out 0.1s;
  left: -70px;
}
.none-goodItem {
  font-size: 0px;
  margin: 30px auto;
  width: 220px;
}
.none-goodItem .none-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.none-goodItem .none-left span {
  display: block;
  width: 58px;
  height: 55px;
  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 {
  width: 220px;
  margin: 50px auto;
  font-size: 0;
}
.none-goods-box .collection-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.none-goods-box .collection-left span {
  display: block;
  width: 60px;
  height: 50px;
  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 {
  width: 220px;
  margin: 50px auto;
  font-size: 0;
}
.none-favorite-box .collection-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.none-favorite-box .collection-left span {
  display: block;
  width: 58px;
  height: 55px;
  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 {
  font-size: 0px;
  margin: 30px auto;
  width: 210px;
}
.none-order .none-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.none-order .none-left span {
  display: block;
  width: 58px;
  height: 55px;
  background: url('../../images/company/company-bitmap.png') no-repeat -143px -220px;
}
.none-order .none-right {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.evaluate-none {
  width: 210px;
  margin: 30px auto 60px;
  font-size: 0;
}
.evaluate-none .none-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.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;
  width: 200px;
}
.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 {
  width: 210px;
  margin: 50px auto;
  font-size: 0;
}
.collection-none .collection-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.collection-none .collection-left span {
  display: block;
  width: 60px;
  height: 48px;
  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 {
  width: 210px;
  margin: 0px auto;
  font-size: 0;
  padding-top: 60px;
}
.history-none .history-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.history-none .history-left span {
  display: block;
  width: 60px;
  height: 55px;
  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 {
  width: 210px;
  font-size: 0;
  margin: 30px auto;
}
.award-none .award-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
.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 {
  width: 210px;
  margin: 30px auto;
  font-size: 0;
}
.main-none .main-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.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 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
  clear: both;
}
.not-prod i {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 20px;
  background: url('../../images/company/company-bitmap.png') no-repeat -291px -1px;
}
.consult-no {
  margin-top: 48px;
}
.consult-no span {
  display: block;
  height: 62px;
  line-height: 62px;
  position: relative;
}
.consult-no span::after {
  content: '';
  position: absolute;
  width: 62px;
  height: 62px;
  background: url('../../images/company/company-bitmap.png') no-repeat -221px 0px;
  top: 0px;
  left: 405px;
}
.not-invoice {
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
  clear: both;
}
.not-invoice i {
  width: 54px;
  height: 46px;
  display: inline-block;
  margin-right: 20px;
  background: url('../../images/company/company-bitmap.png') no-repeat -360px 0px;
}
.message-none {
  width: 214px;
  margin: 40px auto 500px;
  font-size: 0;
}
.message-none .message-left {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.message-none .message-left span {
  display: block;
  width: 60px;
  height: 52px;
  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: 18px;
  color: #666;
}
.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;
}
.none-credit {
  font-size: 0px;
  margin: 30px auto;
  width: 210px;
}
.none-credit .none-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.none-credit .none-left span {
  display: block;
  width: 58px;
  height: 55px;
  background: url('../../images/company/company-bitmap.png') no-repeat -470px -141px;
}
.none-credit .none-right {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.address-none {
  width: 210px;
  margin: 30px auto 60px;
  font-size: 0;
}
.address-none .none-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.address-none .none-left span {
  display: block;
  height: 64px;
  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;
}
.coupon-none {
  width: 210px;
  font-size: 0;
  margin: 30px auto;
}
.coupon-none .award-left {
  display: block;
  width: 84px;
  height: 45px;
  background-image: url(../../images/company/no-coupon.png);
  background-size: 84px 45px;
  background-repeat: no-repeat;
}
.coupon-none span {
  display: block;
  font-size: 12px;
  color: #999;
  width: 100px;
  margin-top: 3px;
}
.search-list-page .activity {
  padding: 21px 0;
}
body {
  min-width: 1270px;
}
body #related .tab-contents .content .coupon-content .coupon-null .use-count-icon {
  display: block;
  width: 84px;
  height: 45px;
  background-image: url(../../images/company/no-coupon.png);
  background-size: 84px 45px;
  background-repeat: no-repeat;
}
body #related .tab-contents .content .coupon-content .coupon-null p {
  display: block;
  font-size: 12px;
  color: #999;
  width: 100px;
  margin-top: 3px;
}
body #h-nav .side-nav {
  background-color: #d52b31;
}
body .projectLoading img,
body .searchLoading img {
  width: 420px;
  height: 178px;
}
body .forgot-box #cregis-page {
  background-color: #fff;
}
body #stlt-main .peisong .delivery-money {
  display: none;
}
body #stlt-main .peisong .delivery-type {
  padding: 3px 15px;
}
body #stlt-main .peisong .delivery-type p {
  text-align: center;
  padding: 5px 0;
}
body .help-top {
  background-color: #fff;
  height: 90px;
  color: #666;
  width: 100%;
  margin-bottom: 10px;
}
body .help-top .help-title h1 {
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  margin-top: 15px;
  width: 400px;
}
body .help-top .help-title h1 a {
  margin-right: 30px;
}
body .help-top .help-title h1 a.help-center {
  color: #666;
}
body .help-top .help-title h1 a.help-center:hover {
  color: #666;
}
body .login-top .loginTitle-two {
  color: #666;
}
body #login-page .union-login {
  margin-top: 30px;
}
body .container .loginTitle-two {
  color: #666;
}
body .mnl-box #login-page {
  background-color: #fff;
}
body .forgot-box {
  background-color: #fff;
  border-top: none;
}
body .forgot-box .buyStepNumBox {
  margin: 0 auto;
  display: block;
  height: 95px;
  clear: both;
  width: 360px;
  position: static;
  top: 0;
  right: 0;
  margin-bottom: 20px;
}
body .forgot-box .buyStepNumBox li {
  width: 50%;
  padding-top: 22px;
}
body .forgot-box .buyStepNumBox li h4 {
  top: 39px;
}
body .forgot-box #bregis-page {
  background-color: #fff;
}
body #bregis-page .smsBtn,
body #cregis-page .smsBtn {
  background-color: #333 !important;
  color: #fff !important;
}
body .help-top .help-title p {
  width: 400px;
  margin-top: 23px;
  height: 34px;
  border: 2px solid #d52b31;
}
body .help-top .help-title p input {
  width: 318px;
  height: 32px;
}
body .help-top .help-title p span {
  width: 70px;
  color: #fff;
  background-color: #d52b31;
  cursor: pointer;
  height: 34px;
  line-height: 34px;
}
body .goods-item .goods-content {
  height: 330px;
}
body .goods-item .goods-content a .price {
  margin: 5px 0px;
}
body .goods-item .goods-content a h5 {
  margin-bottom: 0px !important;
}
body .goods-item .goods-content .merchant {
  margin-bottom: 0px !important;
}
body .good-evaluate .evaluate-main .evaluate-left .img-box img {
  width: 80px;
  height: 80px;
}
body .good-evaluate .evaluate-main .evaluate-right .textarea-box .textarea {
  background: #fff;
  border-bottom-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
}
body .good-evaluate .submit-box {
  text-align: left;
  padding-left: 390px;
}
body .noResult {
  background: #fffccc !important;
  border: none !important;
}
body .noResult .icon-warning {
  background: url('../../images/company/company-icon.png') no-repeat -142px -272px !important;
}
body .base-mes-box .base-mes .base-mes-left .btn_hold {
  margin-left: 71px;
  margin-top: 30px;
}
body .userHeader .container .my-headerImg {
  max-height: 30px;
}
body .userHeader {
  height: 60px;
}
body .userHeader .container {
  height: 60px;
}
body .userHeader .container .shopCar {
  top: 10px !important;
}
body .userHeader .container .my-headerImg {
  top: 17px;
}
body .userHeader .container .mylogo {
  height: 60px;
}
body .userHeader .container .funs {
  line-height: 60px;
  width: 270px;
}
body .userHeader .container .funs a {
  color: #fff;
  float: left;
  width: 100px;
}
body .related-box .good-item {
  border-bottom: 1px solid #eee;
}
body .related-box .good-item .pro-infor {
  padding: 0;
  margin: 0;
  font-size: 12px;
  height: 34px;
  min-height: 34px;
}
body .related-box .good-item .pro-label {
  padding: 0;
  margin: 0;
}
body .related-box .good-item a .money {
  padding: 0;
  margin: 0;
}
body .all-chose {
  color: #d52b31;
}
body #gdshow .total div span {
  font-weight: normal;
}
body #gdshow .main .title .title-text {
  margin-top: 10px;
}
body #evaluation .container-title .comment-checked span,
body #evaluation .container-title .comment-default span {
  font-size: 12px;
}
body #evaluation .Praise-num .change-cs {
  font-size: 30px;
}
body #gdshow .addCart {
  width: 118px;
}
#h-nav .nav-items .nav-item {
  overflow: hidden;
  overflow-y: scroll;
}
#h-nav .nav-items .nav-item::-webkit-scrollbar {
  width: 4px;
}
#h-nav .nav-items .nav-item::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#h-nav .nav-items .nav-item::-webkit-scrollbar-thumb {
  background-color: #d52b31;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* 会员中心 */
.member-peas {
  box-sizing: border-box;
}
.member-peas__title {
  margin-top: 16px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
  font-size: 16px;
  height: 48px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: bold;
}
.member-peas__title--vip {
  color: #60300f;
}
.member-peas__title--vip .member-peas__item--vip {
  background: #f6e1b4;
}
.member-peas__title--personal {
  color: #000000;
}
.member-peas__title--personal .member-peas__item--personal {
  background: rgba(140, 148, 159, 0.5);
}
.member-peas__title--corporate {
  color: #000000;
}
.member-peas__title--corporate .member-peas__item--corporate {
  background: rgba(140, 148, 159, 0.5);
}
.member-peas__title .member-peas__group {
  box-sizing: border-box;
  width: 360px;
  padding-left: 28px;
}
.member-peas__title .member-peas__equity {
  box-sizing: border-box;
  width: 280px;
  padding-left: 28px;
}
.member-peas__title .member-peas__item {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-peas__info {
  display: flex;
  align-items: center;
}
.member-peas__info .peas-left {
  box-sizing: border-box;
  width: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-peas__info .peas-left__bg {
  width: 330px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 0 28px 0;
  box-sizing: border-box;
  position: relative;
}
.member-peas__info .peas-left__bg .peas-left__certified {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 5px;
}
.member-peas__info .peas-left__bg .peas-left__certified--vip {
  right: -2px;
}
.member-peas__info .peas-left__bg .peas-left__certified__img {
  width: 100%;
  height: 100%;
}
.member-peas__info .peas-left__bg--vip {
  background: url('../../images/peas-bg.jpg') no-repeat;
  background-size: 100%;
  color: #8d4613;
}
.member-peas__info .peas-left__bg--personal {
  background: url('../../images/peas-bk.jpg') no-repeat;
  background-size: 100%;
  color: #4a6477;
}
.member-peas__info .peas-left__bg--corporate {
  background: url('../../images/peas-bk.jpg') no-repeat;
  background-size: 100%;
  color: #4a6477;
}
.member-peas__info .peas-left__bg .peas-top .peas-left__title {
  padding-left: 28px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
}
.member-peas__info .peas-left__bg .peas-top .peas-left__img {
  margin-top: 6px;
  height: 40px;
  margin-left: 22px;
}
.member-peas__info .peas-left__bg .peas-left__num {
  padding-left: 28px;
  display: flex;
  align-items: baseline;
}
.member-peas__info .peas-left__bg .peas-left__num .num-label {
  font-size: 15px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 700;
}
.member-peas__info .peas-left__bg .peas-left__num .num-value {
  font-size: 19px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 700;
}
.member-peas__info .peas-right {
  flex: 1;
  min-width: 0;
}
.member-peas__info .peas-right--vip {
  color: #60300f;
}
.member-peas__info .peas-right--vip .peas-item__flex:last-of-type {
  background: #f6e1b4;
}
.member-peas__info .peas-right--personal {
  color: #000000;
}
.member-peas__info .peas-right--personal .peas-item__flex:nth-of-type(3) {
  background: rgba(140, 148, 159, 0.5);
}
.member-peas__info .peas-right--corporate {
  color: #000000;
}
.member-peas__info .peas-right--corporate .peas-item__flex:nth-of-type(4) {
  background: rgba(140, 148, 159, 0.5);
}
.member-peas__info .peas-right .peas-item {
  height: 32px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
}
.member-peas__info .peas-right .peas-item--bg {
  background: #f9f9f9;
}
.member-peas__info .peas-right .peas-item__title {
  box-sizing: border-box;
  width: 280px;
  padding-left: 28px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: bold;
}
.member-peas__info .peas-right .peas-item__flex {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 700;
  height: 100%;
}
.member-peas__info .peas-right .peas-item__flex__img {
  width: 12px;
  height: 12px;
}
.member-peas__info .peas-right .peas-item__flex:last-of-type {
  margin-right: 20px;
}
.search-from {
  width: 100%;
  display: flex;
  align-items: center;
}
.search-from .search-from-top {
  width: 100%;
  flex: 3.5;
}
.search-from .search-from-top div {
  width: 230px;
  float: left;
}
.search-from .search-from-btn {
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  flex: 1;
}
.search-from .search-from-btn div {
  display: inline-block;
  width: 60px;
  line-height: 30px;
  border: 1px solid #000;
  border-radius: 30px;
  cursor: pointer;
}
.search-from .search-from-btn div:active {
  opacity: 0.4;
}
.search-from .search-from-btn .right {
  background: #d52b31;
  color: #fff;
  margin-left: 5px;
  border: none;
}
.isShow {
  display: none;
}
.bottonSe:active {
  opacity: 0.4;
}
body {
  background-color: #fff;
}
.bodyBg {
  background-color: #eee;
}
.center-crumb-arrowhead {
  margin: 0 5px;
  height: 10px;
  display: inline-block;
  width: 6px;
  background: url('../../images/icon-sprites.png') no-repeat -443px -718px;
}
.marb0 {
  margin-bottom: 0;
}
.home-allTitle {
  font-size: 16px;
  margin: 20px 0px 15px 0px;
  height: 50px;
  line-height: 50px;
  font-weight: 900;
  background: #f5f5f5;
  padding-left: 20px;
  color: #333;
}
.home-allTitle-image {
  margin: 20px 0px 15px 0px;
}
.home-allTitle-image img {
  display: block;
  width: 1080px;
}
.color_wx {
  color: #5fc057;
}
.color_zfb {
  color: #007aff;
}
.width190 {
  width: 190px;
  vertical-align: top;
}
.list-good-one-price {
  vertical-align: top;
  display: inline-block;
  text-align: right;
  width: 114px;
}
.posR {
  position: relative;
}
.angain-buy {
  display: block;
  height: 23px;
  width: 67px;
  color: #666;
  border-radius: 0;
  text-align: center;
  line-height: 25px;
  position: absolute;
  bottom: 14px;
  right: 20px;
  font-size: 12px;
  cursor: pointer;
}
.angain-buy-detail {
  display: block;
  height: 23px;
  width: 67px;
  border: 1px solid #ddd;
  color: #666;
  border-radius: 0;
  text-align: center;
  line-height: 25px;
  position: absolute;
  bottom: 0;
  left: 91px;
  font-size: 12px;
  cursor: pointer;
}
#member .side-nav {
  float: left;
  width: 120px;
}
#member .side-nav .st {
  height: 46px;
  color: #fff;
  font-size: 16px;
  line-height: 46px;
  background-color: #d52b31;
}
#member .side-nav a {
  position: relative;
  display: block;
  padding-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}
#member .side-nav a i {
  display: none;
}
#member .side-nav.long a {
  padding: 7px 0 7px 20px;
}
#member .side-nav a.active {
  color: #d52b31;
}
#member .side-nav a.activeShow {
  color: #d52b31;
}
#member .side-nav span {
  position: relative;
  display: block;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 10px;
  color: #333;
}
#member .side-nav .hide a {
  display: none;
}
#member .side-nav .hide span {
  color: #000;
  border-bottom: none;
  background-color: #f8f8f8;
}
#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: 1080px;
  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: #d52b31;
  font-size: 16px;
}
#member .content .mt .icon-tel {
  margin-top: -2px;
}
#member .content .mt .linkr {
  margin-top: 4px;
  float: right;
}
#member .content .mt .linkr a {
  color: #0066cc;
}
#member .content .mt .head {
  float: left;
  width: 4px;
  height: 17px;
  margin-top: 2px;
  margin-right: 9px;
  font-size: 0;
  background-color: #c5272d;
}
#member .content .mt .icon-arrow-right3 {
  margin-top: -2px;
}
#member .content .mc.inner {
  padding-bottom: 100px;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
}
#member .content .mc .form {
  width: 510px;
}
#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 .mcc {
  padding: 0 20px 0 10px;
}
#member .content .mt100 {
  margin-top: 100px;
}
#member .content .newslist {
  margin: 15px 0;
}
#member .content .newslist li {
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#member .content .newslist li:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #d52b31;
}
#member .content .success {
  margin: 100px 200px 0;
}
#member .content .success .info {
  margin-bottom: 30px;
  font-size: 20px;
}
#member .content .success .btn {
  padding: 0 20px;
}
#member .content .success .cancel {
  height: 34px;
  margin-left: 30px;
  color: #d52b31;
  border: 1px solid #d52b31;
  background-color: #fff;
}
#member .content .memberInfo {
  height: 125px;
  padding: 60px 0px 20px 20px;
  background: url('../../images/my_banner.png') no-repeat 0px 25px;
}
#member .content .memberInfo .imgTitle img {
  height: 98px;
  width: 98px;
  border: 1px solid #ddd;
  border-radius: 50px;
}
#member .content .memberInfo .info {
  width: 200px;
  padding-right: 36px;
  padding-left: 15px;
  position: relative;
}
#member .content .memberInfo .info .right-line {
  position: absolute;
  height: 139px;
  width: 1px;
  background-color: #ddd;
  top: -28px;
  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: #d52b31;
  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: -73px;
}
#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: #d52b31 !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: #d52b31;
  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 .all-form {
  margin-top: 21px;
  font-size: 16px;
}
#member .content .all-form-color {
  background-color: #eee;
}
#member .content .all-form-color .all-form-band {
  padding: 10px 20px 0px 20px;
  background-color: #fff;
}
#member .content .all-form-color .all-form-band a {
  display: inline-block;
  width: 70px;
  height: 30px;
  text-align: center;
}
#member .content .all-form-color .all-form-band a:active {
  border-bottom: 2px solid #d52b31;
  height: 28px;
}
#member .content .func {
  font-size: 16px;
  padding: 15px;
  border: 1px solid #ddd;
}
#member .content .func.no-top {
  border-top: none;
}
#member .content .func div {
  flex: 1;
  text-align: center;
  border-right: 1px solid #ddd;
}
#member .content .func div span {
  display: inline-block;
  margin-left: 10px;
}
#member .content .func .last {
  border: none !important;
}
#member .content .func .active {
  color: #d52b31;
}
#member .content .band {
  height: 35px;
  padding: 0px 17px 0 25px;
  line-height: 35px;
  background-color: #fafafa;
}
#member .content .band .c1 {
  width: 980px;
}
#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 .kefu {
  margin-left: 100px;
  color: #d52b31;
  font-size: 16px;
}
#member .order-detail .mt .icon-tel {
  margin-top: -2px;
}
#member .order-detail .mt .linkr {
  margin-top: 4px;
}
#member .order-detail .mt .linkr a {
  color: #0066cc;
}
#member .order-detail .mt .head {
  float: left;
  width: 4px;
  height: 17px;
  margin-top: 2px;
  margin-right: 9px;
  font-size: 0;
  background-color: #c5272d;
}
#member .order-detail .mt .icon-arrow-right3 {
  margin-top: -2px;
}
#member .order-detail .mc.inner {
  padding-bottom: 100px;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
}
#member .order-detail .mc .form {
  width: 510px;
}
#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 .mcc {
  padding: 0 20px 0 10px;
}
#member .order-detail .mt100 {
  margin-top: 100px;
}
#member .order-detail .newslist {
  margin: 15px 0;
}
#member .order-detail .newslist li {
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#member .order-detail .newslist li:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #d52b31;
}
#member .order-detail .success {
  margin: 100px 200px 0;
}
#member .order-detail .success .info {
  margin-bottom: 30px;
  font-size: 20px;
}
#member .order-detail .success .btn {
  padding: 0 20px;
}
#member .order-detail .success .cancel {
  height: 34px;
  margin-left: 30px;
  color: #d52b31;
  border: 1px solid #d52b31;
  background-color: #fff;
}
#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 .right-line {
  position: absolute;
  height: 139px;
  width: 1px;
  background-color: #ddd;
  top: -28px;
  right: 38px;
}
#member .order-detail .memberInfo .info span {
  display: block;
}
#member .order-detail .memberInfo .info .experience {
  width: 161px;
  height: 12px;
  background-color: #ffa500;
  text-align: center;
  line-height: 12px;
  border-radius: 6px;
  color: #fff;
}
#member .order-detail .memberInfo .info .account-save {
  height: 42px;
  line-height: 42px;
}
#member .order-detail .memberInfo .info .text-color {
  color: #0066cc;
}
#member .order-detail .memberInfo .info .color-text {
  color: #999;
}
#member .order-detail .memberInfo .info b {
  font-weight: normal;
}
#member .order-detail .memberInfo .info .level {
  display: inline-block;
  width: 60px;
  height: 18px;
  border-radius: 8px;
  background-color: #d52b31;
  color: #000;
  position: relative;
  font-size: 11px;
  text-align: center;
  margin-right: 8px;
}
#member .order-detail .memberInfo .info .level-text {
  display: inline-block;
}
#member .order-detail .memberInfo .info .name {
  font-size: 18px;
  height: 26px;
}
#member .order-detail .memberInfo .line-right {
  float: left;
  height: 102px;
  width: 1px;
  background-color: #ddd;
  margin-right: 40px;
}
#member .order-detail .memberInfo .card-item {
  float: left;
  margin-right: 55px;
  text-align: center;
  font-size: 12px;
}
#member .order-detail .memberInfo .card-item .change-color {
  color: #d52b31;
}
#member .order-detail .memberInfo .card-item .text-color {
  color: #0066cc;
}
#member .order-detail .memberInfo .card-item .color-text {
  color: #999;
}
#member .order-detail .memberInfo .card-item b {
  font-weight: normal;
}
#member .order-detail .memberInfo .card-item .margin0 {
  margin: 0px;
  height: 21px;
}
#member .order-detail .memberInfo .card-item .color-change {
  color: #999;
}
#member .order-detail .memberInfo .card-item a {
  display: block;
  position: absolute;
  top: -11px;
  left: 25px;
  width: 85px;
  height: 18px;
  background-color: #d52b31;
  color: #fff;
  text-align: center;
  border-radius: 9px;
  z-index: 10;
  font-size: 12px;
}
#member .order-detail .memberInfo .card-item p {
  margin-top: 7px;
  font-weight: 900;
  font-size: 16px;
}
#member .order-detail .memberInfo .card-item span {
  display: inline-block;
  width: 36px;
  height: 36px;
}
#member .order-detail .memberInfo .card-item .card-one {
  background: url('../../images/company/company-icon.png') no-repeat -54px -207px;
  left: 0px;
}
#member .order-detail .memberInfo .card-item .card-two {
  background: url('../../images/company/company-icon.png') no-repeat -166px -207px;
  left: 0px;
}
#member .order-detail .memberInfo .card-item .card-three {
  background: url('../../images/company/company-icon.png') no-repeat -110 -207px;
  left: 0px;
}
#member .order-detail .memberInfo .card-item .card-fore {
  background: url('../../images/company/company-icon.png') no-repeat 0px -207px;
  left: 15px;
}
#member .order-detail .memberInfo .card-item .card-five {
  background: url('../../images/company/company-icon.png') no-repeat -219px -209px;
  left: 12px;
}
#member .order-detail .memberInfo .card-item .card-six {
  background: url('../../images/company/company-icon.png') no-repeat -274px -209px;
  left: 0px;
}
#member .order-detail .memberInfo .card {
  margin-left: 35px;
}
#member .order-detail .all-form {
  margin-top: 21px;
  font-size: 16px;
}
#member .order-detail .all-form-color {
  background-color: #eee;
}
#member .order-detail .all-form-color .all-form-band {
  padding: 10px 20px 0px 20px;
  background-color: #fff;
}
#member .order-detail .all-form-color .all-form-band a {
  display: inline-block;
  width: 70px;
  height: 30px;
  text-align: center;
}
#member .order-detail .all-form-color .all-form-band a:active {
  border-bottom: 2px solid #d52b31;
  height: 28px;
}
#member .order-detail .func {
  font-size: 16px;
  padding: 15px;
  border: 1px solid #ddd;
}
#member .order-detail .func.no-top {
  border-top: none;
}
#member .order-detail .func div {
  flex: 1;
  text-align: center;
  border-right: 1px solid #ddd;
}
#member .order-detail .func div span {
  display: inline-block;
  margin-left: 10px;
}
#member .order-detail .func .last {
  border: none !important;
}
#member .order-detail .func .active {
  color: #d52b31;
}
#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 .goodsItem-box {
  border: 1px solid #eee;
  padding: 15px 20px 0px 20px;
  margin-bottom: 18px;
}
#member .goodsItem-box dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#member .goodsItem-box .img-box {
  height: 97px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  font-size: 12px;
  color: #333;
}
#member .goodsItem-box dt {
  float: left;
  position: relative;
  width: 450px;
}
#member .goodsItem-box dt a {
  margin-right: 15px;
  display: inline-block;
}
#member .goodsItem-box dt a img {
  display: block;
}
#member .goodsItem-box dt .three-squire {
  position: absolute;
  top: 50%;
  right: 150px;
  margin-top: -3px;
  font-size: 0;
}
#member .goodsItem-box dt .three-squire span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 3px;
  background-color: #ccc;
  margin-right: 6px;
}
#member .goodsItem-box dd {
  float: left;
}
#member .goodsItem-box .pay-money {
  width: 193px;
  text-align: center;
}
#member .goodsItem-box .pay-money span {
  color: #999;
}
#member .goodsItem-box .time {
  color: #999;
  text-align: center;
}
#member .goodsItem-box .wait-pay {
  width: 137px;
  text-align: center;
}
#member .goodsItem-box .wait-pay a {
  color: #FF6900;
}
#member .part30 {
  padding-top: 30px;
}
#member .width147 {
  width: 147px;
  text-align: center;
}
#member .no-order {
  height: 36px;
  background-color: #fff;
  padding: 52px 0 52px 0;
  text-align: center;
}
#member .no-order .no-order-img {
  display: inline-block;
  width: 30px;
  height: 36px;
  vertical-align: middle;
}
#member .no-order .no-order-text {
  font-size: 18px;
  color: #999;
  vertical-align: middle;
}
#member .after-sale .form-group button {
  font-size: 12px;
  width: 80px;
  line-height: 20px;
  margin-right: 20px;
}
#member .after-sale .pb10 {
  padding-bottom: 10px;
}
#member .after-sale .afterSaleType button {
  width: 88px;
  margin: 20px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ddd;
  position: relative;
}
#member .after-sale .afterSaleType .active {
  border: 2px solid #d52b31;
  color: #d52b31;
}
#member .after-sale .afterSaleType button[class*='active']:after {
  position: absolute;
  left: 68px;
  bottom: 0;
  content: '';
  width: 19px;
  height: 20px;
  background: url('../../images/btnActive_03.png') no-repeat;
}
#member .parent-order {
  padding: 12px;
  line-height: 20px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  background-color: #ddd;
}
#member .parent-order .c1 {
  width: 333px;
}
#member .parent-order .c3 {
  float: right;
}
#member .all-title-color {
  background-color: #fafafa;
}
#member .all-title-color .pay-litle {
  color: #d52b31;
  margin-left: 60px;
}
#member .order-title {
  padding: 0 12px 0 20px;
  line-height: 36px;
  background: #f5f5f5;
  font-size: 12px;
}
#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: block;
  width: 16px;
  height: 16px;
  margin-top: 9px;
  background: url('../../images/company/company-default.png') no-repeat -70px -137px;
}
#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;
  width: 80px;
  border: 1px solid #ddd;
  color: #666;
  border-radius: 0;
  text-align: center;
  line-height: 25px;
  margin-bottom: 9px;
}
#member table .pay-money span {
  display: block;
  color: #000;
  position: relative;
  margin-bottom: 5px;
}
#member table .pay-money .count-time span {
  display: inline-block;
  padding-left: 0;
}
#member table .pay-money .count-time::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 {
  border-radius: 0;
  color: #d52b31;
  width: 78px;
  line-height: 25px;
  margin-bottom: 10px;
  border: 1px solid #d52b31;
  background-color: #fff;
  padding: 0;
}
#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: #d52b31;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  border-radius: 0;
}
#member table .pay-money .chaes {
  border-radius: 0;
  color: #666;
  width: 80px;
  line-height: 32px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
#member table .pay-money .soon-buy {
  background-color: #fff;
  border-radius: 0;
  color: #666;
  width: 80px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
#member table .pay-money .remind-goods {
  border: 1px solid #d52b31;
  border-radius: 0;
  color: #d52b31;
  width: 80px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 900;
}
#member table .pay-money .sure-goods {
  color: #d52b31;
}
#member table.theme1 {
  text-align: center;
}
#member table.theme1 td {
  padding: 12px 0;
  border: 1px solid #eee;
}
#member table.theme1 .thead {
  background-color: #fafafa;
  border: 1px solid #eee;
}
#member table.theme1 .thead td {
  border: none;
}
#member table.theme2 table {
  font-size: 12px;
}
#member table.theme2 td {
  padding: 6px 0;
}
#member table.theme2 .good-item-img {
  padding-top: 32px;
}
#member table.theme2 .good-item-detail p {
  color: #ddd;
}
#member table.theme2 .good-money p {
  height: 60px;
}
#member table.theme2 .good-item-title {
  padding: 36px 0;
}
#member table.theme2 .good-item-title a {
  margin-bottom: 36px;
  margin-left: 15px;
  width: 210px;
}
#member table.theme2 .back-service-title .change-color {
  color: #999;
}
#member table.theme2 .back-service-item {
  background-color: #fff;
}
#member table.theme2 .back-service-item .back-service-apply {
  padding-top: 35px;
}
#member table.theme2 .back-service-item .back-service-apply .change-color {
  color: #999;
}
#member table.theme2 .back-service-item .back-service-apply .back-color {
  color: #88C466;
}
#member table.theme2 .back-service-item .back-service-apply .wait-color {
  color: #88C466;
}
#member table.theme2 .back-service-item .back-service-apply .red-color {
  color: #d52b31;
}
#member table.theme2 .back-service-item .back-service-pay a {
  display: block;
  width: 86px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 5px;
  border: 1px solid #999;
  margin-bottom: 10px;
}
#member table.theme2 .back-service-item .item-border {
  border-left: 1px solid #eee;
}
#member table.theme2 .back-service-item .back-goods {
  padding: 0;
  width: 400px;
}
#member table.theme2 .back-service-item .back-goods .good-bigBox {
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 189px;
}
#member table.theme2 .back-service-item .back-goods .good-bigBox .goodBox-left {
  width: 400px;
  float: left;
}
#member table.theme2 .back-service-item .back-goods .good-bigBox .goodBox-left .goodBox-a {
  display: block;
  padding: 20px 0 20px 20px;
  height: 150px;
}
#member table.theme2 .back-service-item .back-goods .good-bigBox .goodBox-left .goodBox-a .goodBoxLeft {
  width: 120px;
  display: inline-block;
}
#member table.theme2 .back-service-item .back-goods .good-bigBox .goodBox-left .goodBox-a .goodBoxRight {
  display: inline-block;
  width: 208px;
  vertical-align: top;
  margin: 20px 0px 0px 10px;
}
#member table.theme2 .back-service-item .back-goods .good-bigBox .goodBox-left .goodBox-a .goodBoxRight .change-color {
  margin-top: 20px;
  display: block;
  color: #999;
}
#member table.theme2 .back-service-item .back-goods .good-bigBox .goodBox-right {
  float: right;
  margin: 40px 25px 0px 0px;
}
#member table.theme2 .thead {
  text-align: center;
  background-color: #fff;
  font-weight: normal;
  border: 1px solid #eee;
}
#member table.theme2 .thead .back-service-title {
  text-align: left;
  padding-left: 20px;
}
#member table .bt {
  border-top: 1px solid #eee;
}
#member table .br {
  border-right: 1px solid #eee;
}
#member table .bb {
  border-bottom: 1px solid #eee;
}
#member table .bb .blue {
  color: #777;
}
#member table .people-icon span {
  position: relative;
}
#member table .people-icon span::after {
  content: '';
  position: absolute;
  top: 1px;
  left: -3px;
  width: 16px;
  height: 16px;
}
#member table .bl {
  border-left: 1px solid #eee;
}
#member table .pt30 {
  padding-top: 30px;
}
#member table .state {
  /* margin-bottom: 8px; */
  font-weight: 900;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-size: 14px;
}
#member table .state.color_red {
  color: #d52b31;
}
#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 .follow-order::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 13px;
  background: url('../../images/company/company-default.png') no-repeat -68px -186px;
  width: 16px;
  height: 12px;
}
#member table .follow-order::before {
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  top: 6px;
  right: 22px;
  background-color: #d52b31;
  border-radius: 3px;
}
#member table .state-none a {
  display: block;
  height: 30px;
}
#member .all-table-color {
  background-color: #fff;
}
#member .order-list {
  /* 当有预售商品时候的css样式 begin */
  /* 当有预售商品时候的css样式 end */
}
#member .order-list .person-tr-color {
  background-color: #fff;
  font-size: 12px;
}
#member .order-list .all-img-box img {
  display: block;
}
#member .order-list .ready-buy {
  display: inline-block;
  width: 30px;
  height: 20px;
  color: #fff;
  background-color: #d52b31;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}
#member .order-list td {
  vertical-align: top;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}
#member .order-list td .name {
  max-height: 40px;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#member .order-list td .name:hover {
  color: #d52b31;
}
#member .border-btn {
  height: 32px;
  padding: 0 15px;
  color: #d52b31;
  line-height: 30px;
  border: 1px solid #d52b31;
  background-color: #fff;
}
#member .btn-red {
  width: 56px;
  background-color: #d52b31 !important;
  color: #fff !important;
  border: 1px solid #d52b31 !important;
}
#member .btn-redTwo {
  width: 56px;
  background-color: #fff !important;
  color: #d52b31 !important;
  border: 1px solid #d52b31 !important;
}
#member .btn-white {
  width: 56px;
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #ccc !important;
}
#member .seriesAttr {
  margin-top: 10px;
  color: #aaa;
  line-height: 18px;
}
#member .seriesAttr li {
  margin-bottom: 10px;
  margin-top: 20px;
  color: #999;
}
#member .status {
  height: 73px;
  padding: 0 17px;
  border: 1px solid #eee;
  background-color: #fffdee;
}
#member .status h1 {
  margin: 19px 0 0 0;
  font-size: 24px;
  font-weight: normal;
}
#member .article {
  margin-top: 10px;
}
#member .articletitle {
  margin: 10px 0 0 0;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
}
#member .retg {
  height: 154px;
  margin-top: 12px;
  border: 1px solid #eee;
}
#member .retg img {
  border: 1px solid #eee;
}
#member .retg .c1 {
  margin-left: 26px;
  padding-top: 26px;
}
#member .retg .c2 {
  width: 190px;
  margin-left: 36px;
}
#member .retg .c3 {
  margin-left: 84px;
}
#member .retg h5 {
  margin: 26px 0 17px 0;
  padding-left: 20px;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
}
#member .rettb {
  padding-left: 27px;
  margin-top: 27px;
}
#member .rettb h5 {
  margin: 0 0 19px;
  font-size: 16px;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
}
#member .rettb .c1 {
  width: 84px;
  padding-left: 17px;
}
#member .rettb .row {
  padding-bottom: 12px;
}
#member .rettb .input {
  width: 242px;
  height: 14px;
  padding: 7px;
  line-height: 14px;
}
#member .rettb .select {
  width: 257px;
  height: 28px;
}
#member .rettb .textarea {
  width: 251px;
  height: 60px;
  resize: none;
}
#member .rettb .tip {
  font-size: 12px;
}
#member .rettb .btn {
  width: 127px;
}
#member .tabcontents {
  clear: both;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
#member .tabcontents .tcontent {
  display: none;
  padding: 0 30px;
  padding-bottom: 50px;
}
#member .tabcontents .active {
  display: block;
}
#member .qaa {
  display: block;
  padding: 4px 0;
  line-height: 28px;
  border-bottom: 1px solid #f8f8f8;
}
#member .qaa .q {
  color: #777;
  font-size: 16px;
}
#member .qaa .a {
  color: #222;
}
#member .notsure {
  margin-top: 50px;
}
#member .notsure .box {
  float: left;
  width: 464px;
  margin: 0 18px;
}
#member .notsure .module {
  margin-bottom: 35px;
}
#member .notsure .mt {
  margin-top: 0;
  border-color: #f8f8f8;
}
#member .notsure .blue {
  margin: 0 10px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
}
#member .notsure .nsinner {
  padding: 16px 0 0 14px;
  overflow: hidden;
}
#member .userinfo .row {
  margin-top: 10px;
}
#member .userinfo .c1 {
  width: 80px;
}
#member .address {
  position: relative;
  margin-top: 10px;
  padding: 10px 0 15px;
  border: 2px solid #eee;
}
#member .address .del {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  color: #ddd;
  font-size: 24px;
}
#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 .address .opt {
  position: absolute;
  right: 30px;
  bottom: 15px;
  font-size: 12px;
}
#member .address .opt a {
  margin-right: 10px;
}
#member .addaddress {
  margin-top: 10px;
}
#member .addaddress .btn {
  height: 25px;
  padding: 0 10px;
  margin-right: 10px;
  line-height: 25px;
}
#member .dialogForm .form {
  width: 100%;
  margin-top: 20px;
}
#member .dialogForm .input {
  padding: 2px;
  border: 1px solid #ccc;
}
#member .dialogForm .select {
  border: 1px solid #ccc;
}
#member .dialogForm .btn {
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
}
#member .dialogForm td {
  padding: 5px 0;
}
#member .leader {
  padding: 30px 0 0 30px;
}
#member .leader img {
  float: left;
  width: 160px;
}
#member .leader .desc {
  float: left;
  width: 500px;
  padding-left: 30px;
}
#member .leader .desc h2 {
  font-size: 16px;
}
.payMethod {
  margin-top: 20px;
}
/* 填写转账信息 */
.banktransfer {
  margin: 20px 40px 30px;
}
.banktransfer h2 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.banktransfer .inner {
  margin-top: 10px;
  padding: 20px 0 20px 20px;
  border: 1px solid #E9E9E9;
}
.banktransfer .form {
  width: 370px;
}
.banktransfer label {
  width: 100px;
  text-align: left;
}
.banktransfer .upload label {
  font-size: 16px;
}
.banktransfer .tian {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 40px;
  line-height: 38px;
  text-align: center;
  background-color: #E9E9E9;
  border: 1px solid #ddd;
  cursor: pointer;
}
.banktransfer .blue {
  margin-left: 30px;
}
.banktransfer .btn {
  width: 100px;
  margin-left: 110px;
}
.banktransfer .inverse {
  margin-left: 0;
}
/* 评论商品 */
.evaluation-title .e1 {
  width: 800px;
}
.evaluation-title .e2 {
  width: 174px;
  text-align: center;
}
.accordion .product {
  position: relative;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  overflow: hidden;
}
.accordion .product .pic {
  float: left;
  width: 110px;
  height: 110px;
  margin: 25px 12px;
}
.accordion .product h5 {
  margin: 0;
  padding: 0;
  width: 378px;
  height: 32px;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.accordion .product .info {
  float: left;
  width: 657px;
  margin-top: 20px;
}
.accordion .product .state {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 182px;
  padding-top: 50px;
  text-align: center;
  border-left: 1px solid #eee;
}
.accordion .evaluation {
  display: none;
  padding: 20px 0 20px 20px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  overflow: hidden;
}
.accordion .evaluation.active {
  display: block;
}
.accordion .evaluation .img {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-top: 7px;
  font-size: 0;
  line-height: 1;
  border: 1px solid #ddd;
}
.accordion .evaluation dl {
  margin-top: 10px;
  overflow: hidden;
}
.accordion .evaluation dt,
.accordion .evaluation dd {
  float: left;
  line-height: 30px;
}
.accordion .evaluation dt {
  width: 46px;
}
.accordion .evaluation dd {
  width: auto;
}
.accordion .evaluation .text {
  position: relative;
}
.accordion .evaluation .text .count {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #999;
}
.accordion .evaluation textarea {
  border: 0;
  padding: 5px 10px;
  width: 892px;
  height: 100px;
  outline: none;
  background-color: #fafafa;
  resize: none;
}
.accordion .evaluation .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.accordion .evaluation .c9 {
  color: #999;
}
.accordion .evaluation .pingfen {
  position: relative;
  font-size: 0;
}
.accordion .evaluation .pingfen .score {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
}
.accordion .evaluation .pingfen .s2 {
  left: 26px;
}
.accordion .evaluation .pingfen .s3 {
  left: 52px;
}
.accordion .evaluation .pingfen .s4 {
  left: 78px;
}
.accordion .evaluation .pingfen .s5 {
  left: 104px;
}
.black-btn {
  color: #666 !important;
  border-color: #ccc !important;
}
.have-comments {
  border: 1px solid #eee;
}
.have-comments .product {
  border: none;
}
.have-comments .evaluation {
  border: none;
}
.have-comments .evaluation .text {
  width: 900px;
}
.have-comments .divider {
  margin: 0 20px;
  height: 1px;
  background-color: #eee;
}
#paging {
  margin-top: 20px;
  margin-right: 0;
}
.mgR10 {
  margin-right: 10px;
}
.mgL20 {
  padding: 16px 0 5px 20px;
}
.pdB5px {
  padding-bottom: 5px;
}
.alertBox {
  padding: 5px 10px 5px 5px;
  position: absolute;
  width: 135px;
  background-color: #fff;
  left: -131px;
  top: -23px;
  text-align: left;
  border: 1px solid #eee;
  display: none;
}
.alertBox span {
  display: block;
  margin-top: 3px;
}
.alertMainBox:hover .alertBox {
  display: block;
}
.alertBox:after {
  position: absolute;
  right: -8px;
  /* left: 40px; */
  top: 25px;
  content: '';
  width: 11px;
  height: 13px;
  transform: rotate(90deg);
  background: url('../../images/jiantou.png') no-repeat;
}
.orderMark {
  padding: 10px;
}
.orderMark span {
  display: block;
  margin-top: 7px;
}
.orderMark .title {
  color: #666;
}
.account {
  text-align: right;
}
.account .title {
  display: inline-block;
  width: 140px;
}
.account .money {
  display: inline-block;
  width: 100px;
  font-weight: 900;
}
.receive {
  padding-left: 20px;
  padding-bottom: 20px;
}
.receive .title {
  display: inline-block;
  width: 100px;
  color: #bbb;
}
.receive .name {
  display: inline-block;
  width: 80px;
}
.costDetail {
  padding: 0 20px;
  text-align: right;
  padding-bottom: 20px;
}
.costDetail .money {
  display: inline-block;
  width: 100px;
}
.costDetail .theme {
  font-weight: 900;
}
.costDetail .font17 {
  font-size: 17px;
}
.cursor {
  cursor: pointer;
}
.flex {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-inline-box;
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: inline-flex;
  display: flex;
  margin-top: 10px;
}
.colorB {
  color: black !important;
}
.marL10 {
  margin-left: 10px;
}
.colorC {
  color: #999;
}
.poR {
  position: relative;
}
.pd10 {
  padding: 10px;
}
.mgRL20 {
  padding: 0 20px;
}
.pdTB16 {
  padding: 16px 0;
}
.modal.modal-delivery .dialog-title {
  margin-top: 7px;
  padding-left: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.modal.modal-delivery .dialog-title span {
  display: inline-block;
  margin: 5px 10px;
  font-weight: bold;
}
.modal.modal-delivery .dialog-body {
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.modal.modal-delivery .dialog-body .bag {
  display: flex;
}
.modal.modal-delivery .dialog-body .bag .bagTitle {
  flex: 1;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  cursor: pointer;
}
.modal.modal-delivery .dialog-body .bag .active {
  color: #d52b31;
  border-bottom: 2px solid #d52b31;
}
.modal.modal-delivery .dialog-body .wuliuContent {
  padding: 10px 20px 0 20px;
  max-height: 450px;
}
.modal.modal-delivery .dialog-body .wuliuContent .head {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.modal.modal-delivery .dialog-body .wuliuContent .head .head-1 {
  flex: 1;
}
.modal.modal-delivery .dialog-body .wuliuContent .head .head-1 .number {
  position: absolute;
  bottom: 8px;
  text-align: center;
  width: 100px;
  height: 20px;
  color: #fff;
  background: #222;
  opacity: 0.7;
}
.modal.modal-delivery .dialog-body .wuliuContent .head .head-2 {
  flex: 4;
}
.modal.modal-delivery .dialog-body .wuliuContent .head .head-2 p {
  margin-top: 0;
  margin-bottom: 15px;
}
.modal.modal-delivery .dialog-body .wuliuContent .head .head-2 .title {
  display: inline-block;
  width: 80px;
}
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfo {
  padding: 10px;
  max-height: 200px;
  overflow: auto;
}
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoEnd,
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoIng,
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoBegin {
  display: flex;
}
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoEnd .img,
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoIng .img,
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoBegin .img {
  flex: 1;
}
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoEnd .addressAndTime,
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoIng .addressAndTime,
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoBegin .addressAndTime {
  flex: 10;
}
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoEnd .addressAndTime .receiveEnd,
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoIng .addressAndTime .receiveEnd,
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoBegin .addressAndTime .receiveEnd {
  display: block;
  font-size: 17px;
  color: #5da150;
}
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoEnd .addressAndTime .receiveTime,
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoIng .addressAndTime .receiveTime,
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoBegin .addressAndTime .receiveTime {
  display: block;
  margin-top: 2px;
  color: #ccc;
}
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoEnd .addressAndTime .addressName,
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoIng .addressAndTime .addressName,
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoBegin .addressAndTime .addressName {
  display: block;
  margin-top: 24px;
  color: #000;
}
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoBegin,
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoIng {
  margin-top: -3px;
}
.modal.modal-delivery .dialog-body .wuliuContent .wuliuInfoIng img {
  position: relative;
  left: 2px;
}
.modal.modal-delivery .dialog-footer {
  text-align: center;
  margin-top: 10px;
  padding: 5px;
}
.modal.modal-delivery .dialog-footer .btn-redClose {
  width: 96px;
  background-color: #d52b31 !important;
  color: #fff !important;
  border: 1px solid #d52b31 !important;
  margin-bottom: 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 #d52b31;
}
input[class*='checkBox']:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -2px;
  left: 0px;
  color: #d52b31;
  width: 100%;
  text-align: center;
  font-size: 1.4em;
  padding: 1px 0 0 0;
  vertical-align: text-top;
}
.userHeader {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  height: 80px;
  background: #d52b31;
}
.userHeader .container {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
  position: relative;
  background: inherit;
}
.userHeader .container .square-text {
  position: absolute;
  background-color: #d52b31;
  color: #fff;
  border-radius: 50%;
  top: 20px;
  left: 237px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  padding: 1px 4px;
  min-width: 16px;
}
.userHeader .container .mylogo {
  float: left;
  width: 240px;
  height: 80px;
}
.userHeader .container .mylogo .funs {
  position: relative;
}
.userHeader .container .headerImg {
  position: absolute;
  left: 0;
  top: 16px;
  width: 110px;
  height: 46px;
}
.userHeader .container .my-headerImg {
  top: 25px;
  width: auto;
  height: auto;
}
.userHeader .container .funs {
  display: inline-block;
  width: 240px;
  color: #fff;
  font-size: 16px;
  position: relative;
  line-height: 80px;
  text-align: center;
}
.userHeader .container .funs a {
  color: #fff;
  float: left;
  width: 80px;
}
.userHeader .container .funs .amountSet {
  position: relative;
  display: inline-block;
  float: left;
  width: 107px;
}
.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: 10;
  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;
  width: 50px;
}
.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;
}
.cart-count {
  background: #d52b31 !important;
  color: #fff;
}
.user-info {
  width: 100%;
  background: url('../../images/userAmountBg.png') no-repeat;
  background-size: 100%;
  height: 150px;
}
.user-info .info-left {
  width: 330px;
  height: 150px;
  display: inline-block;
  position: relative;
}
.user-info .info-left .headImg {
  width: 100px;
  height: 100px;
  display: inline-block;
  top: 25px;
  left: 20px;
  position: absolute;
}
.user-info .info-left .name {
  padding: 25px 0 25px 125px;
  height: 100px;
}
.user-info .info-left .name .f18 {
  font-size: 18px;
}
.user-info .info-left .name .c97 {
  color: #999;
}
.user-info .info-left .name .theme {
  color: #d52b31;
}
.user-info .info-left .name .level {
  background: url('../../images/levelBg.png') no-repeat;
  background-size: 100%;
  min-width: 50px;
  height: 18px;
  line-height: 18px;
  padding-left: 20px;
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
  padding-right: 5px;
  display: inline-block;
}
.user-info .info-left .name .safe {
  margin-top: 10px;
  font-size: 12px;
}
.user-info .info-left .name .process {
  margin-top: 10px;
  width: 160px;
  height: 12px;
  line-height: 12px;
  background: #ccc;
  border-radius: 5px;
  position: relative;
  text-align: center;
}
.user-info .info-left .name .process .number {
  z-index: 2;
  color: #fff;
  position: absolute;
  width: 100%;
}
.user-info .info-left .name .process .jindu {
  height: 12px;
  position: absolute;
  left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #d52b31;
  z-index: 1;
}
.user-info .info-right {
  width: 670px;
  height: 150px;
  display: flex;
  justify-content: space-between;
  float: right;
  position: relative;
}
.user-info .info-right .amount {
  height: 125px;
  flex: 1;
  text-align: center;
  padding-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mt5 {
  margin-top: 5px;
}
.theme {
  color: #d52b31;
}
.bold {
  font-weight: bold;
}
.c8 {
  color: #888;
}
.c3 {
  color: #333;
}
.fr {
  float: right;
}
.cf {
  color: #ccc;
}
.mb10 {
  margin-bottom: 10px;
}
.f16 {
  font-size: 16px;
}
/* 新添加class代码 begin */
.back-service {
  background-color: #ccc;
}
/* 新添加class代码 end */
#order .order-brand {
  height: 30px;
  line-height: 30px;
  background: #f8f8f8;
  margin-top: 20px;
  padding: 0 20px;
  margin-bottom: 10px;
}
#order .order-group .order-title {
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  padding: 0 20px;
  border: none;
  font-size: 12px;
}
#order .order-group .order-title .order-time {
  width: 160px;
}
#order .order-group .order-title .order-code {
  width: 315px;
}
#order .order-group .order-list .order-money {
  display: inline-block;
  width: 95px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}
#order .order-group .order-list .wuliuCar {
  position: relative;
}
#order .order-group .order-list .wuliuCar::after {
  content: '';
  height: 6px;
  width: 6px;
  border-radius: 50%;
  position: absolute;
  background: #d52b31;
  top: 7px;
  right: 20px;
}
#order .order-group .order-list .btn {
  line-height: 25px;
  text-align: center;
  width: 80px;
  height: 25px;
  border-radius: 100px;
  padding: 0;
  font-size: 12px;
}
#order .order-group .order-list .buy-btn {
  color: #d52b31;
  border: 1px solid #d52b31;
  background-color: #fff;
}
/* 新添加的class 代码 begin */
.goods-show {
  position: relative;
  margin-bottom: 20px;
}
.goods-show .guess-you {
  height: 35px;
  padding-left: 22px;
  padding-right: 23px;
  line-height: 35px;
  background-color: #f8f8f8;
}
.goods-show .guess-you .guess-like {
  float: left;
}
.goods-show .guess-you .take-all {
  float: right;
}
.goods-show .guess-you .guess-left {
  float: left;
}
.goods-show .guess-you .guess-left a {
  margin-right: 50px;
}
.goods-show .guess-you .guess-left .follow-good:active {
  border-bottom: 2px solid #FF6900;
  height: 34px;
  display: inline-block;
  color: #FF6900;
}
.goods-show .guess-you .guess-right {
  float: right;
  padding-right: 20px;
}
.goods-show .show-good {
  border: 1px solid #eee;
  padding: 0 23px 0 27px;
}
.goods-show .show-good .goods-box {
  overflow: hidden;
}
.goods-show .show-good .follow-nav a {
  height: 252px;
}
.goods-show .show-good .follow-nav a .rebate {
  margin-top: 10px;
}
.goods-show .show-good .follow-nav a .rebate .rebate-item {
  display: inline-block;
  background-color: #FF6900;
  color: #fff;
  width: 30px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.goods-show .show-good ul {
  width: 30000px;
}
.goods-show .show-good a {
  display: block;
  height: 221px;
  padding-top: 25px;
}
.goods-show .show-good li {
  float: left;
  width: 155px;
  margin-right: 19px;
}
.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 .arrowLeft .arrowLeft-icon {
  background: url('../../images/company/company-default.png') no-repeat -277px -135px;
}
.goods-show .arrowLeft .arrowLeft-icon-disabled {
  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 {
  background: url('../../images/company/company-default.png') no-repeat -277px -100px;
}
.goods-show .arrowLeft {
  left: 8px;
}
.goods-show .arrowRight {
  right: 8px;
}
.goods-show .arrow-box {
  position: absolute;
  top: 50%;
  margin-top: -11px;
}
.goods-show .arrow-box span {
  display: block;
  width: 14px;
  height: 23px;
  cursor: pointer;
}
/* 新添加的class 代码 end */
/* 个人中心 基本信息 begin */
.base-mes-box {
  width: 1080px;
  float: right;
}
.base-mes-box .base-p {
  font-size: 16px;
  margin: 20px 0 20px 0;
}
.base-mes-box .base-p-cg {
  height: 50px;
  background: #f5f5f5;
  line-height: 50px;
  padding-left: 20px;
  color: #333;
  font-weight: 900;
}
.base-mes-box .base-mes {
  min-height: 810px;
  background-color: #fff;
  padding: 20px 20px 0 56px;
  border: 1px solid #eee;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.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: 160px;
  height: 40px;
  line-height: 40px;
  margin-top: 44px;
  margin-left: 50px;
}
.base-mes-box .base-mes .base-mes-left #use .pl20 {
  padding-left: 15px;
}
.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: 7px;
  left: 15px;
}
.base-mes-box .base-mes .base-mes-left #use input[type='text'] {
  width: 200px;
  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 {
  padding: 12px 0;
  height: 40px;
}
.base-mes-box .base-mes .base-mes-left #use1 .pl20 {
  padding-left: 15px;
}
.base-mes-box .base-mes .base-mes-left #use1 .use-img {
  position: relative;
}
.base-mes-box .base-mes .base-mes-left #use1 .use-img span {
  position: absolute;
  width: 80px;
  height: 20px;
  text-align: center;
  background-color: #000;
  opacity: 0.5;
  color: #fff;
  bottom: 7px;
  left: 15px;
}
.base-mes-box .base-mes .base-mes-left #use1 input[type='text'] {
  width: 200px;
  height: 26px;
  padding-left: 10px;
}
.base-mes-box .base-mes .base-mes-left #use1 select {
  width: 80px;
  height: 26px;
  padding-left: 10px;
}
.base-mes-box .base-mes .base-mes-left #use1 .select-address {
  width: 120px;
  height: 30px;
}
.base-mes-box .base-mes .base-mes-left #use1 tr {
  padding: 12px 0;
  height: 40px;
}
.base-mes-box .base-mes .base-mes-right {
  float: right;
  width: 220px;
  height: 110px;
  background-color: #777;
  font-size: 0;
}
.base-mes-box .base-mes .base-mes-right .person-mes {
  padding-left: 25px;
  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 .person-vip {
  display: inline-block;
  margin-right: 7px;
  margin-top: 20px;
  height: 18px;
  padding: 0px 6px;
  line-height: 18px;
  background: #d52b31;
  color: #fff;
  border-radius: 9px;
  text-align: center;
}
.base-mes-box .base-mes .base-mes-right .person-mes .person-level {
  display: inline-block;
}
.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 div {
  display: inline-block;
}
.base-mes-box .base-mes .base-mes-right .person-title {
  font-size: 18px;
}
.base-mes-box .base-mes .base-mes-right .person-vip {
  font-size: 12px;
}
.base-mes-box .base-mes .base-mes-right .person-level {
  font-size: 14px;
}
.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: left;
  width: 1080px;
  min-height: 920px;
}
.address-manage .dialogForm .form {
  width: 750px !important;
}
.address-manage .dialogForm .form .colorRed {
  color: #d52b31;
}
.address-manage .address-top {
  height: 50px;
  line-height: 50px;
  margin: 20px 0px 20px 0px;
  background: #f5f5f5;
  padding-left: 20px;
  padding-right: 20px;
}
.address-manage .address-top p {
  margin: 0;
}
.address-manage .address-p {
  font-size: 16px;
  float: left;
  font-weight: 900;
  color: #333;
}
.address-manage .add-address {
  float: right;
  font-size: 14px;
  color: #aaa;
}
.address-manage .address-bg {
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.address-manage .address-box {
  height: 73px;
  padding: 26px 0 0 15px;
  float: left;
}
.address-manage .address-box .address-text {
  font-size: 20px;
  font-weight: 900;
}
.address-manage .address-box .first-address {
  display: inline-block;
  height: 20px;
  background-color: #FF6900;
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding: 0px 2px;
  margin-left: 10px;
}
.address-manage .address-del {
  float: right;
  height: 100px;
  width: 135px;
  text-align: center;
}
.address-manage .address-del .set-address {
  display: block;
  height: 20px;
  margin: 0;
  position: relative;
  top: 26px;
}
.address-manage .address-del .address-lh {
  line-height: 100px;
}
.address-manage .address-del a {
  color: #d52b31;
  margin-top: 47px;
  padding-left: 15px;
}
.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 #d52b31 !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 {
  border: 1px solid #eee;
  padding: 0 20px;
}
.main .safe-item {
  display: block;
  padding: 37px 0;
  border-bottom: 1px solid #eee;
  height: 32px;
  line-height: 32px;
}
.main .safe-item:last-child {
  border-bottom: none;
}
.main .safe-item i {
  margin-right: 32px;
  vertical-align: middle;
}
.main .safe-item .fore1 {
  float: left;
  height: 32px;
  width: 175px;
  text-align: left;
  font-size: 18px;
  padding-left: 25px;
}
.main .safe-item .fore2 {
  float: left;
  border-left: 1px solid #eee;
  width: 600px;
  height: auto;
  line-height: 24px;
  padding: 4px 0 4px 15px;
}
.main .safe-item .fore3 {
  float: right;
  text-align: center;
  width: 110px;
  cursor: pointer;
}
.main .safe-item .fore3 .ftx-05 {
  color: #d52b31;
}
/* 账户安全 end */
/* 绑定账号 begin */
.bind-account {
  margin-bottom: 140px;
  background-color: #fff;
  padding: 0 21px;
  border: 1px solid #eee;
}
.bind-account .pd53 {
  padding-bottom: 40px;
}
.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 .no-bind {
  color: #999;
}
.bind-account .bind .unbind {
  float: right;
  cursor: pointer;
  color: #d52b31;
}
.bind-account .bind .now-bind {
  color: #d52b31;
  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: #d52b31;
}
.bind-account .bind input[type='button'] {
  width: 120px;
  height: 30px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: #d52b31;
  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(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;
}
.mini-login .phone-pwd {
  display: inline-block;
  height: 34px;
}
.mini-login .enter-input {
  width: 286px !important;
  float: left;
}
/* 绑定账号 end */
.mart10 {
  margin-top: 10px;
}
/* 物流信息查询 begin */
.logistics-mes {
  width: 504px;
  height: 511px;
  border: 1px solid #ddd;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  display: none;
}
.logistics-mes .apply-cancel {
  padding: 12px 13px 0px 16px;
  height: 24px;
  background-color: #f8f8f8;
}
.logistics-mes .apply-cancel .apply-text {
  float: left;
}
.logistics-mes .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;
}
.logistics-mes .package {
  margin-top: 20px;
  padding-left: 29px;
}
.logistics-mes .package span {
  display: inline-block;
  height: 22px;
  width: 45px;
  text-align: center;
}
.logistics-mes .package span:active {
  height: 19px;
  border-bottom: 3px solid #d52b31;
}
.logistics-mes .package-box {
  height: 101px;
  border-bottom: 1px solid #eee;
  width: 441px;
  margin: 13px 10px 0px 10px;
  padding: 0px 20px 0px 20px;
  position: relative;
}
.logistics-mes .package-box .good-item-box {
  width: 10000px;
}
.logistics-mes .package-box .good-item-box li {
  float: left;
  margin-right: 10px;
}
.logistics-mes .package-box .good-item-box li a {
  display: block;
  border: 1px solid #eee;
}
.logistics-mes .package-box .good-item-box li a img {
  display: block;
  width: 78px;
  height: 78px;
}
.logistics-mes .logistics-text {
  font-size: 0px;
  padding-top: 25px;
}
/* 物流信息查询 end */
/* 个人中心 删除订单 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: #f8f8f8;
}
.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: 0;
  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: #d52b31;
  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: #f8f8f8;
}
.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: #d52b31;
}
.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: 1080px;
  float: right;
  min-height: 920px;
}
.name-prove .name-prove-p {
  font-size: 16px;
  margin: 20px 0 20px 0;
}
.name-prove .name-prove-title span {
  display: inline-block;
}
.name-prove .name-prove-title .text {
  padding-left: 8px;
  padding-right: 8px;
  height: 24px;
  cursor: pointer;
}
.name-prove .name-prove-title .line {
  width: 2px;
  height: 12px;
  margin: 0px 5px;
  background-color: #ddd;
}
.name-prove .name-prove-title .goods-active {
  border-bottom: 2px solid #d52b31;
  height: 22px;
  color: #d52b31;
}
.name-prove .member {
  width: 100%;
}
.name-prove .pt-member {
  border: 1px solid #eee;
  margin-top: 10px;
}
.name-prove .pt-member .member-title {
  font-size: 14px;
  margin: 7px 0;
  color: #666;
}
.name-prove .pt-member .pt-content {
  padding: 20px;
  font-size: 12px;
}
.name-prove .pt-member .pt-content .pt-explain {
  background-color: #f8f8f8;
  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 .member-title {
  margin: 7px 0 0 0;
}
.name-prove .nei-member .nei-content {
  padding: 20px;
  font-size: 12px;
}
.name-prove .nei-member .nei-content .nei-explain {
  background-color: #f8f8f8;
  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: #d52b31;
}
.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;
  /*cursor: pointer;*/
}
.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 .inside-url {
  background-color: #f8f8f8;
  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: #d52b31;
  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: #d52b31;
}
.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;
  padding-top: 15px;
  clear: both;
  overflow: hidden;
  padding-left: 1px;
}
.credit-box .history-time .goods-list-box {
  vertical-align: top;
  display: inline-block;
  width: 196px;
  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 {
  line-height: 16px;
  height: 33px;
  min-height: 33px;
  margin-top: 0;
  font-size: 12px;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}
.credit-box .history-time .goods-list-box .goods-num-text {
  display: block;
  text-align: left;
  font-weight: 900;
  color: #ff3100;
  font-size: 14px;
}
.credit-box .history-time .goods-list-box-border {
  width: 212px;
  padding: 0;
  border: 1px solid #eee;
}
.credit-box .history-time .goods-list-box-border:hover {
  border: 1px solid #aaa;
}
.credit-box .history-time .goods-list-box-border img {
  display: block;
  padding: 10px 9px 0;
}
.credit-box .history-time .goods-list-box-border .goods-text {
  margin-left: 9px;
  margin-right: 9px;
}
.credit-box .history-time .goods-list-box-border .bottom-content {
  height: 40px;
  line-height: 40px;
  background: #eee;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
}
.credit-box .history-time .goods-list-box-border .bottom-content .add-cart {
  font-size: 14px;
  float: right;
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}
.credit-box .history-time .goods-list-box-border .bottom-content .add-cart:hover {
  color: #d52b31;
}
.credit-box .history-time .goods-list-box-border .goods-list-box-cover-height {
  height: 285px;
}
.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 #d52b31;
  color: #d52b31;
}
.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;
}
.expired .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;
  min-height: 132px;
}
.cg-coupon-box .coupon-left progress {
  border-radius: 4px;
  border-left: 4px #ff8307 solid;
  border-right: 4px #da1010 solid;
  height: 8px;
}
.cg-coupon-box .coupon-left progress::-webkit-progress-bar {
  background-color: #da1010;
}
.cg-coupon-box .coupon-left progress::-webkit-progress-value {
  background-color: #ff8307;
}
.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: #d52b31;
  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-low-bottom .bottom-text-position {
  position: absolute;
  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;
}
.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: #d52b31;
}
.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;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.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: #d52b31;
  color: #fff;
  cursor: pointer;
}
.businessList-top .export-text {
  margin-left: 10px;
  width: 80px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #d52b31;
  color: #fff;
  cursor: pointer;
}
.total-big-box {
  margin: 20px 0px;
  padding-left: 20px;
}
.total-big-box .total-left,
.total-big-box .total-rigth {
  display: inline-block;
  vertical-align: middle;
}
.businessList-container2 .businessList-container-top {
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  font-size: 0;
}
.businessList-container2 .businessList-container-top .statistic-title {
  width: 641px;
}
.businessList-container2 .businessList-container-top .statistic-num-title {
  width: 173px;
}
.businessList-container2 .businessList-container-top .statistic-of-title {
  width: 202px;
}
.businessList-container2 .businessList-container-top .top-title {
  width: 80px;
  text-align: center;
}
.businessList-container2 .businessList-container-top .recelivable-top-title {
  width: 131px;
}
.businessList-container2 .businessList-container-top .bill-num-title {
  width: 145px;
  text-align: center;
}
.businessList-container2 .businessList-container-top .recelivable-bill-num-title {
  width: 230px;
  text-align: center;
}
.businessList-container2 .businessList-container-top .of-bill-title {
  width: 115px;
}
.businessList-container2 .businessList-container-top .recelivable-of-bill-title {
  width: 230px;
  text-align: center;
}
.businessList-container2 .businessList-container-top .bill-orign-title {
  width: 110px;
  text-align: center;
}
.businessList-container2 .businessList-container-top .recelivable-bill-orign-title {
  width: 230px;
  box-sizing: border-box;
  text-align: center;
}
.businessList-container2 .businessList-container-top .bill-style-title {
  width: 116px;
  text-align: center;
}
.businessList-container2 .businessList-container-top .recelivable-bill-style-title {
  width: 120px;
  box-sizing: border-box;
  text-align: right;
  padding-right: 20px;
}
.businessList-container2 .businessList-container-top .discount-title {
  width: 116px;
}
.businessList-container2 .businessList-container-top .recelivable-discount-title {
  width: 127px;
}
.businessList-container2 .businessList-container-top .discount-num-title {
  width: 106px;
}
.businessList-container2 .businessList-container-top .recelivable-discount-num-title {
  width: 230px;
  box-sizing: border-box;
  text-align: left;
  padding-left: 40px;
}
.businessList-container2 .businessList-container-top .duscount-money {
  width: 117px;
}
.businessList-container2 .businessList-container-top .goods-number {
  width: 77px;
}
.businessList-container2 .businessList-container-top .operation-title {
  width: 140px;
}
.businessList-container2 .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;
}
.businessList-container2 .businessList-main span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.businessList-container2 .businessList-main:nth-last-child(1) {
  border-bottom: 1px solid #ddd;
}
.businessList-container2 .businessList-main .statistic-order-time {
  width: 590px;
}
.businessList-container2 .businessList-main .statistic-order-num {
  width: 127px;
  text-align: center;
}
.businessList-container2 .businessList-main .statistic-order-of-num {
  width: 144px;
  text-align: right;
}
.businessList-container2 .businessList-main .statistic-order-oring {
  width: 177px;
  text-align: right;
}
.businessList-container2 .businessList-main .order-oring {
  width: 75px;
  text-align: center;
}
.businessList-container2 .businessList-main .recelivable-order-oring {
  width: 110px;
  text-align: right;
}
.businessList-container2 .businessList-main .order-time {
  width: 80px;
  text-align: center;
}
.businessList-container2 .businessList-main .order-num {
  width: 165px;
  text-align: center;
}
.businessList-container2 .businessList-main .recelivable-order-num {
  width: 166px;
}
.businessList-container2 .businessList-main .order-of-num {
  width: 145px;
  text-align: center;
}
.businessList-container2 .businessList-main .recelivablie-order-max-width {
  width: 120px;
}
.businessList-container2 .businessList-main .recelivable-order-of-num {
  width: 230px;
  text-align: center;
}
.businessList-container2 .businessList-main .recelivable-order-of-num-two {
  width: 230px;
  box-sizing: border-box;
  text-align: center;
}
.businessList-container2 .businessList-main .order-style {
  width: 110px;
  text-align: center;
}
.businessList-container2 .businessList-main .recelivable-order-style {
  width: 230px;
  box-sizing: border-box;
  text-align: center;
}
.businessList-container2 .businessList-main .order-discount-num {
  width: 92px;
  text-align: right;
}
.businessList-container2 .businessList-main .recelivable-order-discount-num {
  width: 134px;
  text-align: right;
  margin-right: 55px;
}
.businessList-container2 .businessList-main .discount-order {
  width: 116px;
  text-align: center;
}
.businessList-container2 .businessList-main .recelivable-discount-order {
  width: 230px;
  text-align: center;
  box-sizing: border-box;
  text-align: left;
  padding-left: 48px;
}
.businessList-container2 .businessList-main .order-income-num {
  width: 108px;
  text-align: right;
}
.businessList-container2 .businessList-main .goods-number {
  width: 90px;
  text-align: right;
}
.businessList-container2 .businessList-main .take-text {
  width: 55px;
  text-align: right;
  color: #d52b31;
}
.businessList-container2 .businessList-main .recelivable-take-text {
  width: 138px;
  text-align: center;
}
.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: 150px;
  text-align: right;
}
.businessList-container .businessList-container-top .recelivable-top-title {
  width: 131px;
}
.businessList-container .businessList-container-top .bill-num-title {
  width: 145px;
}
.businessList-container .businessList-container-top .recelivable-bill-num-title {
  width: 140px;
}
.businessList-container .businessList-container-top .of-bill-title {
  width: 115px;
}
.businessList-container .businessList-container-top .recelivable-of-bill-title {
  width: 200px;
}
.businessList-container .businessList-container-top .bill-orign-title {
  width: 92px;
}
.businessList-container .businessList-container-top .recelivable-bill-orign-title {
  width: 175px;
}
.businessList-container .businessList-container-top .bill-style-title {
  width: 101px;
}
.businessList-container .businessList-container-top .recelivable-bill-style-title {
  width: 110px;
}
.businessList-container .businessList-container-top .discount-title {
  width: 116px;
}
.businessList-container .businessList-container-top .recelivable-discount-title {
  width: 127px;
}
.businessList-container .businessList-container-top .discount-num-title {
  width: 106px;
}
.businessList-container .businessList-container-top .recelivable-discount-num-title {
  width: 260px;
}
.businessList-container .businessList-container-top .duscount-money {
  width: 117px;
}
.businessList-container .businessList-container-top .goods-number {
  width: 77px;
}
.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: 165px;
  text-align: center;
}
.businessList-container .businessList-main .recelivable-order-num {
  width: 166px;
}
.businessList-container .businessList-main .order-of-num {
  width: 145px;
  text-align: center;
}
.businessList-container .businessList-main .recelivablie-order-max-width {
  width: 95px;
  text-align: right;
  margin-right: 20px;
}
.businessList-container .businessList-main .recelivable-order-of-num {
  width: 170px;
  text-align: center;
}
.businessList-container .businessList-main .recelivable-order-of-num-two {
  width: 120px;
  text-align: right;
}
.businessList-container .businessList-main .order-style {
  width: 110px;
  text-align: center;
}
.businessList-container .businessList-main .recelivable-order-style {
  width: 183px;
  text-align: right;
  margin-right: 72px;
}
.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: 259px;
  text-align: left;
  margin-right: 10px;
}
.businessList-container .businessList-main .order-income-num {
  width: 108px;
  text-align: right;
}
.businessList-container .businessList-main .goods-number {
  width: 90px;
  text-align: right;
}
.businessList-container .businessList-main .take-text {
  width: 55px;
  text-align: right;
  color: #d52b31;
}
.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: #f8f8f8;
}
.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 .add-ticket-box {
  margin-top: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  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: #d52b31;
  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: #d52b31;
}
#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: #d52b31;
}
#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: #d52b31;
  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: 986px;
  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: #f8f8f8;
  padding: 20px;
  position: relative;
}
.feedback .container-bigBox .container-box .container-right dd * {
  margin: 0;
  padding: 0;
}
/*发票详情 原index-bill-list.less begin*/
.aftersales-border {
  border: 1px solid #ddd;
}
.pdT12 {
  padding-top: 12px !important;
}
.pdB12 {
  padding-bottom: 12px !important;
}
.evaluate-list {
  margin-bottom: 0px;
  display: none;
}
.evaluate-list .title-list {
  height: 40px !important;
  line-height: 40px !important;
}
.bill-title {
  font-size: 12px;
  height: 53px;
  line-height: 53px;
  cursor: pointer;
}
.operation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/*发票详情 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;
}
.repair-box {
  width: 1080px;
  overflow: hidden;
}
.repair-box .repair-nav {
  height: 30px;
  width: 100%;
  margin-bottom: 10px;
}
.repair-box .repair-nav ul {
  width: 700px;
  float: left;
}
.repair-box .repair-nav ul li {
  padding: 3px 0;
  margin: 0 30px 0 0;
  display: inline-block;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.repair-box .repair-nav ul li.active {
  color: #013ca6;
  border-bottom: 2px solid #013ca6;
}
.repair-box .repair-nav ul li::after {
  content: '';
  width: 2px;
  height: 12px;
  display: inline-block;
  background-color: #ddd;
  position: relative;
  right: -17px;
}
.repair-box .repair-nav ul li:nth-last-child(1):after {
  content: '';
  width: 2px;
  height: 12px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  right: -17px;
}
.repair-box .repair-nav p {
  width: 380px;
  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: #013ca6;
  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: #f8f8f8;
  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.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-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: #f8f8f8;
  height: 40px;
  line-height: 40px;
  width: 1060px;
  margin: 0;
  padding-left: 20px;
}
.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 {
  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-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 {
  width: 169px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column3 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 {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #d52b31;
  font-weight: bold;
  margin-top: 2px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column3 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 {
  width: 119px;
  color: #999;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column4 a {
  display: block;
  color: #333;
  margin-top: 10px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column5 {
  width: 120px;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .repair-span span.column5 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 {
  color: #666;
}
.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 {
  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;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span.column1 .applyCheck .checkboxStyle span {
  margin: 0;
  padding: 0;
  left: 15px;
  top: 30px;
  height: 12px;
}
.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: #666;
  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: #666;
}
.repair-box .repair-list .repair-list-con .repair-con .repair-con-list .apply-repair-span span:last-child {
  border-right: none;
}
.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 .apply-img-list .img-list .img-list-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 .img-list .img-list-li.applyPrompt {
  width: 434px;
  height: auto;
  border: none;
}
.apply-box .apply-list .apply-img-list .img-list .img-list-li img {
  width: 100px;
  height: 100px;
}
.apply-box .apply-list .apply-img-list .img-list .img-list-li i {
  background: url('../../images/company/company-icon.png') no-repeat -190px -139px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
}
.apply-box .apply-list .apply-img-list .img-list .img-list-li em {
  display: block;
  color: #999;
  margin-top: 10px;
  font-style: normal;
}
.apply-box .apply-list textarea {
  vertical-align: top;
  background-color: #f8f8f8;
  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 .apply-list .apply-list-reason {
  width: 110px;
  display: inline-block;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}
.apply-box .apply-list .apply-list-reason.active i {
  transform: rotate(180deg);
}
.apply-box .apply-list .apply-list-reason i {
  margin-left: 5px;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.apply-box .apply-list .apply-list-reason .apply-detail {
  position: absolute;
  width: 110px;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #fff;
  margin-left: -1px;
  z-index: 9;
}
.apply-box .apply-list .apply-list-reason .apply-detail ul li {
  display: block;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.apply-box .apply-list .apply-list-reason .apply-detail ul li:hover {
  background-color: #f8f8f8;
  color: #013ca6;
}
.apply-box .sb .mo {
  background: #d52b31;
  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 .goods-info {
  margin-top: 10px;
}
.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: #d52b31;
  font-size: 12px;
}
.apply-box .sb .st .switch {
  cursor: pointer;
}
.apply-box .hhtabs {
  margin-bottom: 10px;
}
.apply-box .hr {
  margin: 18px 0 15px;
}
.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 #d52b31 !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: #f8f8f8;
}
.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;
}
.apply-Btn {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: #d52b31;
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
  margin-left: 80px;
}
.apply-Btn: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: #666;
}
/*常购清单 end*/
/*原index-question-detail.less begin*/
.question-answer {
  margin-top: 20px;
  width: 1198px;
  border: 1px solid #eee;
  background-color: #f8f8f8;
  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: #d52b31;
  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: #d52b31;
}
.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: #f8f8f8;
  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: #666;
  right: 10px;
  bottom: 0;
}
.question-answer .question-right .question-box .question-infor p button {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: #d52b31;
  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*/
.collection {
  float: right;
  width: 1080px;
}
.collection .collection-title {
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  background-color: #f5f5f5;
  padding-left: 20px;
  margin-bottom: 20px;
}
.collection .collection-title .title-font {
  color: #333;
  font-weight: 900;
}
.collection .collection-title span {
  float: left;
  font-size: 16px;
}
.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 .paddr22 {
  padding-right: 22px;
}
.collection .collection-title .title-right .join {
  display: inline-block;
  width: 119px;
  height: 28px;
  text-align: center;
  border: 1px solid #ddd;
  line-height: 28px;
}
.collection .collection-title .title-right .cancel {
  margin-right: 15px;
  margin-top: 10px;
  cursor: pointer;
}
.collection .goodItem-bigBox .good-box {
  width: 220px;
  height: 292px;
  border: 1px solid #eee;
  padding: 16px 19px 0px 19px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 15px;
  vertical-align: top;
}
.collection .goodItem-bigBox .good-box .img-box {
  display: block;
}
.collection .goodItem-bigBox .good-box .img-box .good-img {
  position: relative;
}
.collection .goodItem-bigBox .good-box .img-box .good-img img {
  display: block;
}
.collection .goodItem-bigBox .good-box .img-box .good-img .shop-abate {
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #333;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  opacity: 0.4;
}
.collection .goodItem-bigBox .good-box .img-box h6 {
  margin: 0;
  font-weight: normal;
  overflow: hidden;
  margin-top: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  color: #333;
}
.collection .goodItem-bigBox .good-box .img-box p {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  color: #d52b31;
  margin-top: 5px;
}
.collection .goodItem-bigBox .good-box .img-box p span {
  font-size: 14px;
}
.collection .goodItem-bigBox .good-box .pay-box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 0;
}
.collection .goodItem-bigBox .good-box .pay-box a {
  display: inline-block;
  height: 33px;
  border-top: 1px solid #eee;
  text-align: center;
  line-height: 33px;
  font-size: 12px;
  background-color: #f8f8f8;
}
.collection .goodItem-bigBox .good-box .pay-box .pay-left {
  width: 127px;
  border-right: 1px solid #eee;
}
.collection .goodItem-bigBox .good-box .pay-box .pay-right {
  width: 128px;
}
.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: #0000ff;
  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;
}
.checkCollection {
  margin: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
/*我的收藏 end*/
/*订单详情 原index-order-detail.less begin*/
.order-details {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}
.order-details .order-details-left {
  padding-bottom: 15px;
  width: 240px;
  min-height: 210px;
  text-align: center;
  float: left;
  border-right: 1px solid #ddd;
}
.order-details .order-details-left .margin-style {
  margin: 0;
  margin-top: 8px;
  font-size: 12px;
  color: #333;
}
.order-details .order-details-left .cancel-a {
  display: block;
  height: 28px;
  width: 98px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #d52b31;
  color: #d52b31;
}
.order-details .order-details-left .wait-cancel {
  color: #999;
  font-weight: 900;
  font-size: 30px;
  margin: 10px 0px;
}
.order-details .order-details-left .wait-send {
  color: #FF6900;
  font-size: 30px;
  font-weight: 900;
  margin: 10px 0px;
}
.order-details .order-details-left .fontSize12 {
  font-size: 12px;
}
.order-details .order-details-left .check-p {
  display: block;
  width: 78px;
  height: 23px;
  margin: 10px auto;
  border: 1px solid #d52b31;
  color: #d52b31;
  border-radius: 0;
  line-height: 25px;
  font-size: 12px;
}
.order-details .order-details-left .last-one {
  width: 78px;
  height: 23px;
  border: 1px solid #ddd;
  line-height: 25px;
  border-radius: 0;
  margin-top: 10px;
  margin-left: 32px;
  font-size: 12px;
}
.order-details .order-details-left .last-one a {
  color: #808080;
}
.order-details .order-details-left .acceptance {
  display: block;
  width: 78px;
  height: 23px;
  border: 1px solid #d52b31;
  margin: 0 auto;
  line-height: 25px;
  color: #d52b31;
  border-radius: 0;
}
.order-details .order-details-left .track-box {
  margin-bottom: 10px;
}
.order-details .order-details-left .track {
  position: relative;
  padding-left: 23px;
  padding-right: 13px;
}
.order-details .order-details-left .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::before {
  content: '';
  position: absolute;
  top: 7px;
  right: 85px;
  background: #d52b31;
  height: 7px;
  width: 7px;
  border-radius: 5px;
}
.order-details .order-details-left .sure-box {
  margin-bottom: 10px;
}
.order-details .order-details-left .sure-box .receipt {
  display: inline-block;
  height: 23px;
  width: 78px;
  border: 1px solid #d52b31;
  color: #d52b31;
  font-size: 12px;
  line-height: 25px;
  border-radius: 0;
  margin-right: 8px;
}
.order-details .order-details-left .sure-box .supplement {
  display: inline-block;
  height: 23px;
  width: 78px;
  border: 1px solid #ddd;
  color: #808080;
  font-size: 12px;
  line-height: 25px;
  border-radius: 0;
}
.order-details .order-details-left .argin-box .parts {
  margin-right: 8px;
}
.order-details .order-details-left .argin-box a {
  display: inline-block;
  height: 23px;
  width: 78px;
  border: 1px solid #ddd;
  color: #808080;
  font-size: 12px;
  line-height: 25px;
  border-radius: 0;
}
.order-details .order-details-left .last-time {
  display: block;
  font-size: 12px;
  padding-left: 23px;
  position: relative;
  width: 100px;
  margin: 0px auto 5px;
  color: #999;
}
.order-details .order-details-left .last-time::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('../../images/company/company-default.png') no-repeat -70px -116px;
  height: 16px;
  width: 16px;
}
.order-details .order-details-left .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: #d52b31;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  border-radius: 0;
}
.order-details .order-details-left .time-pay {
  font-size: 12px;
  color: #999;
  display: block;
  margin-bottom: 8px;
}
.order-details .order-details-left .argin-buy {
  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: white;
  color: #666;
  border: 1px solid #ddd;
  font-size: 12px;
  line-height: 21px;
  border-radius: 0;
}
.order-details .order-details-left .cancel-order {
  display: block;
  font-size: 12px;
}
.order-details .order-details-left .examine {
  position: relative;
  padding-right: 25px;
  display: inline-block;
}
.order-details .order-details-left .examine::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: url('../../images/company/company-default.png') no-repeat -706px -12px;
  top: 0px;
  right: 0px;
}
.order-details .order-details-left .order-status-1,
.order-details .order-details-left .order-status-2 {
  color: #d52b31;
  font-size: 20px;
}
.order-details .order-details-left .order-status-8,
.order-details .order-details-left .order-status-3 {
  color: #88C466;
  font-size: 20px;
}
.order-details .order-details-left .order-status-10 {
  color: #999;
  font-size: 20px;
}
.order-details .order-details-left .order-btn {
  width: 78px;
  height: 23px;
  display: block;
  margin: 0 auto;
  border: 1px solid #ddd;
  line-height: 25px;
  border-radius: 0;
}
.order-details .order-details-right {
  float: left;
}
.order-good-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.module-title {
  padding-top: 26px;
  padding-bottom: 22px;
}
.wait-span {
  display: inline-block;
  width: 80px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 0;
  margin: 0px auto 10px;
  line-height: 25px;
}
.order-title-box {
  height: 40px;
  background: #f8f8f8;
  line-height: 40px;
  font-size: 0;
  color: #333;
}
.order-title-box span {
  display: inline-block;
  font-size: 12px;
}
.title-one {
  padding-left: 50px;
  width: 400px;
}
.title-two {
  width: 151px;
}
.title-three {
  width: 135px;
}
.title-fore {
  width: 115px;
}
.title-five {
  width: 175px;
}
.title-sex {
  width: 135px;
}
.goods-box dl {
  padding: 20px 0px 20px 20px;
  border: 1px solid #eee;
  border-bottom: none;
  margin-top: -1px;
  color: #333;
}
.goods-box dl dt {
  float: left;
  font-size: 0;
}
.goods-box dl dt .dt-left {
  display: inline-block;
  margin-right: 11px;
}
.goods-box dl dt .dt-left a {
  display: block;
}
.goods-box dl dt .dt-left a img {
  display: block;
}
.goods-box dl dt .dt-right {
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  vertical-align: top;
}
.goods-box dl dt .dt-right a {
  display: block;
  width: 260px;
  margin-bottom: 15px;
  color: #333;
}
.goods-box dl dt .dt-right span {
  color: #999;
}
.goods-box dl dd {
  float: left;
}
.goods-box dl .width210 {
  width: 210px;
  text-align: center;
}
.goods-box dl .width75 {
  width: 75px;
  text-align: center;
}
.goods-box dl .width175 {
  width: 175px;
  text-align: center;
}
.goods-box dl .width130 {
  width: 130px;
  text-align: center;
}
.goods-box dl .width200 {
  width: 200px;
  text-align: center;
  color: #d52b31;
}
.goods-box .service-Bigbox {
  width: 1158px;
  padding: 0 20px 20px;
  font-size: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 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: #f8f8f8;
  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: #f8f8f8;
  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: #f8f8f8;
  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: #f8f8f8;
  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;
}
.user-mes-box {
  border: 1px solid #eee;
  font-size: 0px;
}
.user-mes-box td {
  border: 1px solid #eee;
  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 #eee;
}
.one-user,
.two-user {
  width: 282px;
  height: 232px;
  padding-top: 19px;
  padding-left: 18px;
}
.one-user p,
.two-user p {
  font-size: 14px;
}
.one-user dl,
.two-user dl {
  margin-bottom: 8px;
}
.one-user dl dt,
.two-user dl dt {
  float: left;
  width: 64px;
}
.one-user dl .width194,
.two-user dl .width194 {
  width: 194px;
}
.one-user dl dd,
.two-user dl dd {
  float: left;
}
.three-user {
  width: 282px;
  height: 232px;
  padding-top: 19px;
  padding-left: 18px;
}
.three-user p {
  font-size: 14px;
}
.three-user dl {
  margin-bottom: 8px;
}
.three-user dl dt {
  float: left;
  width: 80px;
}
.three-user dl .width194 {
  width: 194px;
}
.three-user dl dd {
  float: left;
}
.three-user dl .money-num {
  color: #d52b31;
  font-weight: 900;
}
.fore-user {
  width: 276px;
  height: 232px;
  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;
  width: 64px;
}
.fore-user dl .width194 {
  width: 194px;
}
.fore-user dl dd {
  float: left;
  width: 210px;
}
.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;
}
.user-remark dd .user-remark-detail {
  float: left;
  width: 70px;
  margin: 0;
}
.user-remark dd .remark-detail {
  float: left;
  margin: 0;
}
.user-projectName {
  width: 100%;
  font-size: 12px;
  padding-left: 18px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-top: none;
  height: 94px;
}
.user-projectName dt {
  height: 52px;
  line-height: 52px;
  color: #333;
  font-size: 14px;
}
.user-projectName dd {
  line-height: 24px;
}
.user-projectName dd .user-projectName-detail {
  float: left;
  width: 70px;
  margin: 0;
}
.user-projectName dd .projectName-detail {
  float: left;
  margin: 0;
}
/*订单详情 end*/
/*订单列表 原index-order-list.less begin*/
.cancel-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99999;
}
.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: #f8f8f8;
  position: relative;
}
.delete-bomb .cancel-title .title-text {
  color: #666;
  float: left;
}
.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: 25px;
  width: 70px;
  background-color: #d52b31;
  color: #fff;
  border-radius: 0;
  margin-right: 5px;
}
.delete-bomb .delete-main .button-two .button-cancel {
  height: 23px;
  width: 68px;
  border: 1px solid #ccc;
  color: #999;
  border-radius: 0;
}
.order-details-product .detail-table .theme {
  font-weight: 900;
}
.order-details-product .detail-table .display-b {
  display: block;
  border: 1px solid #eee;
  margin-right: 20px;
}
.order-details-product .detail-table .display-b .display-m {
  display: block;
}
.order-details-product .detail-table .package-name {
  text-align: left;
  line-height: 40px;
  padding-left: 10px;
}
.order-details-product .detail-table td {
  vertical-align: top;
}
.order-details-product .detail-table td .detail-link {
  height: 77px;
  overflow: hidden;
  display: block;
  width: 204px;
}
.order-details-product .detail-table td .c9 {
  color: #999;
}
.order-left {
  float: left;
  padding-top: 3px;
  padding-left: 20px;
}
.order-left b {
  display: inline-block;
  font-weight: normal;
  width: 2px;
  height: 12px;
  background-color: #ddd;
  margin-left: 10px;
  margin-right: 10px;
}
.order-left span {
  display: inline-block;
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 15px;
  cursor: pointer;
}
.order-left .active {
  color: #d52b31;
  border-bottom: 2px solid #d52b31;
  height: 26px;
  line-height: 26px;
}
.order-right {
  float: right;
  padding-top: 3px;
  padding-right: 20px;
  font-size: 12px;
}
.order-right b {
  display: inline-block;
  font-weight: normal;
  width: 2px;
  height: 12px;
  background-color: #ddd;
  margin-left: 10px;
  margin-right: 10px;
}
.order-right span {
  display: inline-block;
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 15px;
  cursor: pointer;
}
#order-us .pay-money b {
  font-weight: normal;
}
#order-us .pay-money .marginb {
  display: block;
  margin-bottom: 10px;
}
#order-us .pay-money .begin-pay {
  border: 1px solid #eee;
  color: #ccc;
}
#order-us .pay-money .cancel-order-box {
  border: none;
}
.goods-active {
  color: #d52b31;
  border-bottom: 2px solid #d52b31;
  height: 26px;
}
.c3-1 {
  padding-right: 32px;
}
/*订单列表 end*/
/*兑换的商品 原index-favorite-goods begin*/
.always {
  float: left;
  width: 1080px;
}
.always .always-title {
  font-size: 16px;
  margin-top: 20px;
  height: 28px;
}
.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: #d52b31;
  border-bottom: 2px solid #d52b31;
  height: 26px;
}
.always .follow-left b {
  display: inline-block;
  font-weight: normal;
  width: 2px;
  height: 12px;
  background-color: #ddd;
  margin-left: 17px;
  margin-right: 17px;
}
.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: #f8f8f8;
  line-height: 40px;
  padding: 0px 23px 0px 17px;
}
.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: #d52b31;
  color: #fff;
  text-align: center;
}
.always .goods-bigBox .goods-box .good-item a .item-mes .item-second .text-two {
  background-color: #f8f8f8;
  color: #d52b31;
  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: #666;
}
/*兑换的商品 end*/
/*售后 原index-after-sale.less begin*/
.width617 {
  width: 617px;
}
.width817 {
  width: 817px;
}
.width105 {
  width: 105px;
}
.title {
  font-size: 16px;
  margin-top: 20px;
  height: 28px;
}
.back-good-title {
  margin: 16px 0 8px 5px;
  font-weight: bold;
}
.after-sale {
  float: none;
  width: auto;
  /*售后服务*/
  /*售后详情*/
}
.after-sale .back-service-color {
  background-color: #eee;
}
.after-sale .detail-color {
  background-color: #eee;
}
.after-sale .back-apply .mgt18 {
  margin-top: 18px;
}
.after-sale .back-apply .back-type-box {
  padding: 13px 0px 0px 0px;
}
.after-sale .back-apply .back-type-box .apply-type {
  border: 1px solid #ddd;
  border-width: 0px;
  border-radius: 0px;
  margin-right: 15px;
}
.after-sale .back-apply .back-type-box .apply-type-one {
  border: 1px solid #d52b31;
}
.after-sale .back-apply .apply-mes {
  font-size: 12px;
}
.after-sale .back-apply .apply-mes .mgt0 {
  margin-top: 0px;
}
.after-sale .back-apply .apply-mes .invoice {
  width: 91px;
  height: 26px;
  border: 2px solid #d52b31;
  text-align: center;
  line-height: 26px;
  position: relative;
}
.after-sale .back-apply .apply-mes .noInvoice {
  width: 91px;
  height: 26px;
  border: 2px solid #ccc;
  text-align: center;
  line-height: 26px;
  position: relative;
}
.after-sale .back-apply .repair-text {
  padding: 21px 0px;
  margin-top: 38px;
  background: #f8f8f8;
  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 .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 .detail-mes .refer-sub {
  background-color: #d52b31 !important;
  width: 80px !important;
  height: 30px !important;
  line-height: 29px;
  padding: 0 10px !important;
  margin-left: 8px !important;
}
.after-sale .detail-mes .mgt0 {
  margin: 0;
}
.after-sale .pdT12 {
  padding-top: 12px !important;
}
.after-sale .pdB12 {
  padding-bottom: 12px !important;
}
.after-sale .pdr20 {
  padding-right: 20px !important;
}
.after-sale .mgt5 {
  margin-top: 5px;
}
.after-sale .mgt10 {
  margin-top: 10px;
}
.after-sale .mgt20 {
  margin-top: 20px;
}
.after-sale .mgt30 {
  margin-top: 30px;
}
.after-sale .mgb12 {
  margin-bottom: 12px;
}
.after-sale .mgR18 {
  margin-right: 18px;
}
.after-sale .fb {
  font-weight: bold;
}
.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 #d52b31 !important;
}
.after-sale .text-left {
  text-align: left;
}
.after-sale .text-center {
  text-align: center;
}
.after-sale .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;
}
.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 .aftersales-border .place {
  width: 204px;
  height: 36px;
}
.after-sale .aftersales-border .refer {
  margin-left: 14px;
  width: 90px;
  height: 40px;
  background-color: #d52b31;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border: none;
}
.after-sale .apply-detail {
  margin-top: 25px;
}
.after-sale .apply-detail .apply-p {
  margin: 0;
  padding: 18px 0 0 22px;
}
.after-sale .border-dashed {
  border: 1px dashed #ddd;
}
.after-sale .border-width2 {
  border-width: 2px !important;
}
.after-sale .w300 {
  width: 300px;
}
.after-sale .w110 {
  width: 110px !important;
}
.after-sale .w160 {
  width: 160px;
}
.after-sale .c3 {
  color: #333;
}
.after-sale .c6 {
  color: #666;
}
.after-sale .c9 {
  color: #999;
}
.after-sale .c005ea7 {
  color: #0066cc;
}
.after-sale .f12 {
  font-size: 12px;
}
.after-sale .f16 {
  font-size: 16px;
}
.after-sale .f14 {
  font-size: 14px;
}
.after-sale .f18 {
  font-size: 18px;
}
.after-sale .pdt15 {
  padding-top: 15px;
}
.after-sale .pdb5 {
  padding-bottom: 5px;
}
.after-sale .mgB30 {
  margin-bottom: 30px;
}
.after-sale .pdL8 {
  padding-left: 8px;
}
.after-sale .pdL17 {
  padding-left: 17px;
}
.after-sale .pdL22 {
  padding-left: 22px !important;
}
.after-sale .pdR20 {
  padding-right: 20px;
}
.after-sale .pdL35 {
  padding-left: 35px;
}
.after-sale .pdL12 {
  padding-left: 12px !important;
}
.after-sale .fr {
  float: right;
}
.after-sale .fl {
  float: left;
}
.after-sale .mg0 {
  margin: 0px;
}
.after-sale .fnone {
  clear: both;
}
.after-sale .c5da150 {
  color: #5da150;
}
.after-sale .mgR-4 {
  margin-right: -4px;
}
.after-sale .mgR5 {
  margin-right: 5px;
}
.after-sale .mgR14 {
  margin-right: 14px;
}
.after-sale .mgL0 {
  margin-left: 0px !important;
}
.after-sale .mgL10 {
  margin-left: 10px;
}
.after-sale .disIB {
  display: inline-block;
}
.after-sale .disB {
  display: block;
}
.after-sale .posR {
  position: relative;
}
.after-sale .mgb0 {
  margin-bottom: 0px;
}
.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 .ofw {
  overflow: hidden;
}
.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;
  margin: 28px 0 32px 0;
}
.after-sale .aftersales-details .draw li {
  float: left;
}
.after-sale .aftersales-details .draw .oblong {
  width: 190px;
  height: 4px;
  background-color: #ccc;
  margin-top: 40px;
}
.after-sale .aftersales-details .draw .round {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  background-color: #ccc;
}
.after-sale .aftersales-details .draw .round span {
  margin: 4px;
  display: block;
  background-color: #bbb;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  color: #fff;
}
.after-sale .aftersales-details .draw .round .true {
  position: relative;
  background-color: #d52b31;
}
.after-sale .aftersales-details .draw .round .true::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 12px;
  top: 11px;
  left: 8px;
  background: url('../../images/company/company-default.png') no-repeat -685px -37px;
}
.after-sale .aftersales-details .draw-text {
  margin-top: 10px;
}
.after-sale .aftersales-details .draw-text span {
  font-size: 14px;
  display: inline-block;
}
.after-sale .aftersales-details .draw-text .text-one {
  width: 213px;
}
.after-sale .aftersales-details .draw-text .text-two {
  width: 239px;
}
.after-sale .aftersales-details .draw-text .text-three {
  width: 237px;
}
.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: 0;
  color: #666;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.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;
}
.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: 0;
  color: #666;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.after-sale .aftersales-details ul {
  overflow: hidden;
}
.after-sale .aftersales-details ul li {
  position: relative;
  float: left;
  margin-top: 20px;
}
.after-sale .aftersales-details ul li .aftersales-state {
  position: absolute;
  left: 50%;
  margin-left: -46px;
  top: -30px;
}
.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: #d52b31;
}
.after-sale .aftersales-details .steps3 {
  padding: 35px 120px;
}
.after-sale .aftersales-details .steps3 li {
  width: 350px;
}
.after-sale .aftersales-details .steps4 {
  padding: 35px 124px;
}
.after-sale .aftersales-details .steps4 li {
  width: 230px;
}
.after-sale .aftersales-details .steps5 {
  padding: 35px 75px;
}
.after-sale .aftersales-details .steps5 li {
  width: 200px;
}
.after-sale .aftersalse-input {
  width: 205px;
  height: 35px;
  line-height: 35px;
}
.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: #d52b31;
  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: #d52b31;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  cursor: pointer;
}
.after-sale .aftersales-submit-op {
  width: 160px !important;
  height: 50px;
  background-color: #d52b31 !important;
  margin-left: 83px;
}
.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;
  width: 115px;
  height: 35px;
  line-height: 35px;
  border-width: 2px !important;
  cursor: pointer;
}
.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 .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: none;
  outline: none;
  resize: none;
  width: 98%;
  height: 100%;
  background-color: #f8f8f8;
}
.after-sale .textarea-prompt {
  position: absolute;
  bottom: 3px;
  right: 22px;
  color: #999;
}
.after-sale .aftersales-upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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: #d52b31;
  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 #d52b31;
}
.after-sale .size-content td .disabled {
  border-style: dashed;
  border-color: #ccc;
  color: #999;
  cursor: not-allowed;
}
/*售后 end*/
/*浏览历史 原index-favorite-store.less begin*/
.history {
  float: left;
  width: 1080px;
  margin-bottom: 70px;
  position: relative;
}
.history .margin-b20 {
  margin-bottom: 20px;
}
.history .blue-line {
  position: absolute;
  width: 4px;
  height: 285px;
  background-color: #d52b31;
  top: 94px;
  left: 0px;
  z-index: 100;
}
.history .history-title {
  margin-top: 20px;
  height: 35px;
}
.history .history-title span {
  font-size: 16px;
}
.history .allChose-box {
  position: absolute;
  right: 0;
  z-index: 99;
}
.history .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;
}
.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;
  border-left: 4px solid #ddd;
  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-box-title .day-time::after {
  position: absolute;
  content: '';
  top: -13px;
  left: -36px;
  width: 18px;
  height: 18px;
  background: url('../../images/company/company-icon.png') no-repeat -565px -29px;
}
.history .history-bigBox .history-box .history-good-box {
  display: inline-block;
  margin-left: 17px;
  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 {
  text-align: center;
}
.history .history-bigBox .history-box .history-good-box .item-box .price span {
  font-weight: 900;
  color: #d52b31;
}
.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;
}
.history .history-bigBox .history-box .history-good-box .square {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #013ca6;
  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/company/company-icon.png') no-repeat -708px 0px;
}
.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 {
  float: right;
  width: 1080px;
  margin-bottom: 56px;
}
.message .message-title {
  height: 35px;
  margin-top: 20px;
}
.message .message-title span {
  font-size: 16px;
}
.message .container-bigBox .container-box {
  font-size: 0px;
  margin-bottom: 15px;
}
.message .container-bigBox .container-box .container-left {
  display: inline-block;
  font-size: 14px;
  width: 150px;
  height: 50px;
  box-sizing: border-box;
  padding: 16px 13px 0 0;
  background-color: #f8f8f8;
  text-align: right;
  vertical-align: top;
}
.message .container-bigBox .container-box .container-left .day {
  color: #333;
}
.message .container-bigBox .container-box .container-left .time {
  color: #999;
}
.message .container-bigBox .container-box .container-right {
  display: inline-block;
  font-size: 14px;
  width: 930px;
}
.message .container-bigBox .container-box .container-right .title-icon {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message .container-bigBox .container-box .container-right dl {
  cursor: pointer;
}
.message .container-bigBox .container-box .container-right dt {
  height: 50px;
  font-weight: 900;
  color: #333;
  background-color: #f8f8f8;
  line-height: 50px;
  padding-left: 26px;
  padding-right: 31px;
  position: relative;
}
.message .container-bigBox .container-box .container-right dt .down-arrow {
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 11px;
  height: 6px;
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
}
.message .container-bigBox .container-box .container-right dt .up-arrow {
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 11px;
  height: 6px;
  background: url('../../images/company/company-default.png') no-repeat -22px -47px;
}
.message .container-bigBox .container-box .container-right dd * {
  margin: 0;
  padding: 0;
}
.message .container-bigBox .container-box .container-right .text-title {
  background: #f8f8f8;
  padding-bottom: 28px;
  padding-left: 27px;
  color: #666;
  padding-right: 27px;
}
.message .container-bigBox .container-box .container-right .down-triangle {
  position: absolute;
  top: 0px;
  left: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #f8f8f8;
}
.message .container-bigBox .container-box .container-right .title-img {
  display: block;
  position: absolute;
  top: 23px;
  left: 13px;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #d52b31;
  border-radius: 2px;
}
.message .container-bigBox .container-box .container-right .title-img-color {
  background-color: #999;
}
/*消息 end*/
/*评价晒单 原index-comment.less begin*/
.height35 {
  height: 35px;
}
.follow-left {
  width: 600px;
  height: 40px;
}
.left-follow {
  float: left;
  padding-left: 20px;
}
.evaluate-list {
  margin-bottom: 10px;
}
.suborder {
  margin-bottom: 10px;
}
.margin30 {
  display: inline-block;
  padding-right: 32px;
}
.margint {
  margin-top: 10px;
}
.img-block {
  display: block;
}
.change-color {
  color: #999;
}
.good-num {
  display: block;
  width: 66px;
  text-align: right;
}
.list-item span {
  display: inline-block !important;
  float: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.follow-left {
  width: auto !important;
  float: none !important;
  font-size: 12px;
  padding-right: 20px;
}
.follow-left 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-left input[type='button'] {
  width: 50px;
  height: 30px;
  background: #d52b31;
  border-bottom-style: none;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  color: #fff;
  float: left;
}
.follow-left select {
  width: 90px;
  height: 30px;
  padding-left: 10px;
  margin-left: 5px;
}
.follow-left .icon-more-down {
  position: relative;
  right: 26px;
}
.follow-right {
  float: right;
  font-size: 12px;
  padding-right: 20px;
}
.follow-right .timeiconbg {
  border: 1px solid #ddd;
  background: #fff url(../../images/time-input-icon.png) right no-repeat;
  padding-right: 34px;
  margin-right: 20px;
}
.follow-right .mgT10 {
  margin-top: 10px;
}
.follow-right .mgR10 {
  margin-right: 10px;
}
.follow-right input[type='text'] {
  width: 210px;
  height: 26px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding-left: 10px;
  float: left;
  font-weight: normal;
  font-size: 14px;
  font-family: arial;
  border-radius: 4px;
  margin-right: 20px;
}
.follow-right input[type='button'] {
  width: 60px;
  height: 30px;
  background: #d52b31;
  border-bottom-style: none;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  color: #fff;
  float: left;
  font-weight: normal;
  border-radius: 15px;
}
.follow-right select {
  width: 90px;
  height: 30px;
  padding-left: 10px;
  margin-left: 5px;
}
.follow-right .icon-more-down {
  position: relative;
  right: 26px;
}
.width646 {
  width: 646px;
}
.width116 {
  width: 116px;
}
.width50 {
  width: 50px;
}
.width150 {
  width: 145px !important;
}
.pageSelect {
  margin: 20px 0 50px 0;
  line-height: 34px;
}
.width70 {
  width: 70px;
}
.width65 {
  width: 65px;
}
.width90 {
  width: 90px;
}
.textL {
  text-align: left !important;
}
.width100 {
  width: 100px;
}
.width120 {
  width: 120px;
}
.width518 {
  width: 518px;
}
.width126 {
  width: 126px;
}
.width200 {
  width: 200px;
}
.width250 {
  width: 250px;
}
.width170 {
  width: 170px;
}
.borderTop {
  border-top: 1px solid #eee;
}
.time-text {
  display: block;
}
.width825 {
  width: 825px;
}
.width160 {
  width: 160px;
}
.evaluate-list .list-title {
  height: 30px;
  background: #f8f8f8;
  line-height: 30px;
  padding-left: 20px;
  font-size: 12px;
}
.evaluate-list .list-title span {
  display: block;
  float: left;
  text-align: center;
}
.evaluate-list .list-title span:nth-child(1) {
  text-align: left;
}
/*评价晒单 end*/
/*去评价 原index-go-comment.less begin*/
.disabled-bigbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99999;
}
.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;
}
.good-evaluate .evaluate-title .item-good {
  display: inline-block;
  width: 85px;
  font-size: 16px;
}
.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: 1198px;
  border: 1px solid #eee;
  position: relative;
}
.good-evaluate .evaluate-main .evaluate-left {
  position: absolute;
  height: 100%;
  display: inline-block;
  width: 188px;
  background-color: #f8f8f8;
  padding: 0px 56px 0px 65px;
}
.good-evaluate .evaluate-main .evaluate-left .img-box {
  display: block;
  margin-bottom: 20px;
  margin-top: 25px;
}
.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: center;
}
.good-evaluate .evaluate-main .evaluate-right {
  width: 905px;
  display: inline-block;
  vertical-align: top;
  padding-left: 22px;
  padding-top: 32px;
  font-size: 12px;
  padding-bottom: 20px;
}
.good-evaluate .evaluate-main .evaluate-right .one-dl {
  margin-bottom: 17px;
}
.good-evaluate .evaluate-main .evaluate-right dt {
  float: left;
  margin-right: 13px;
  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: 8px;
}
.good-evaluate .evaluate-main .evaluate-right .textarea-box {
  position: relative;
}
.good-evaluate .evaluate-main .evaluate-right .textarea-box .textarea {
  width: 756px;
  height: 146px;
  background: #f8f8f8;
  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;
}
.good-evaluate .evaluate-main .evaluate-right .textarea-box span {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.good-evaluate .evaluate-main .evaluate-right .colorB {
  color: #000;
}
.good-evaluate .evaluate-main .evaluate-right .notice {
  color: #d52b31;
  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: 7px;
  display: inline-block;
  width: 16px;
  height: 16px;
  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 .camear {
  width: 30px;
  height: 41px;
  background: #f8f8f8;
  padding: 19px 13px 0px 17px;
  cursor: pointer;
}
.good-evaluate .evaluate-main .evaluate-right .camear span {
  display: block;
  width: 30px;
  height: 25px;
  background: url('../../images/company/company-default.png') no-repeat -648px -37px;
}
.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 .evaluate-main .evaluate-right .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;
}
.good-evaluate .evaluate-main .evaluate-right .camear-text {
  margin-left: 17px;
}
.good-evaluate .evaluate-main .evaluate-right .camear-text .colorA {
  color: #999;
  font-weight: normal;
  padding: 0px 4px;
}
.good-evaluate .evaluate-main .evaluate-right .camear-text .colorC {
  color: #333;
  font-weight: normal;
  padding: 0px 4px;
}
.good-evaluate .submit-box {
  text-align: center;
  margin-top: 22px;
}
.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: 160px;
  height: 50px;
  color: #fff;
  background: #d52b31;
}
.good-evaluate .submit-box span {
  padding-left: 10px;
}
.hideUserName {
  margin: 0;
}
/*去评价 end*/
/*追评 原index-chase-comment.less begin*/
.disabled-bigbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99999;
}
.good-evaluate .change-height .evaluate-right {
  float: right;
  width: 860px;
}
.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;
}
/*追评 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-title {
  height: 35px;
}
.integral-bigBox .integral-title span {
  font-size: 16px;
}
.integral-bigBox .integral-box {
  height: 80px;
  background: #f8f8f8;
  padding: 0px 24px 0px 20px;
}
.integral-bigBox .integral-box .integral-left {
  float: left;
  height: 80px;
  line-height: 80px;
}
.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 {
  width: 56px;
  text-align: center;
  height: 24px;
}
.integral-bigBox .main-more .main-title .goods-active {
  color: #d52b31;
  border-bottom: 2px solid #d52b31;
  height: 22px;
}
.integral-bigBox .main-more .main-title .line {
  height: 12px;
  width: 2px;
  margin: 0px 5px 0px 5px;
  background-color: #ddd;
}
.integral-bigBox .main-detail {
  font-size: 12px;
}
.integral-bigBox .main-detail dl {
  height: 30px;
  background: #f8f8f8;
  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: right;
  padding-right: 200px;
}
.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;
  padding-top: 19px;
  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 .icome-detail,
.integral-bigBox .income-detail-box dl .icome-detail,
.integral-bigBox .expend-detail-box dl .icome-detail {
  width: 271px;
  text-align: right;
  padding-right: 200px;
}
.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 {
  font-size: 16px;
  font-weight: 900;
  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;
}
.integral-bigBox .all-detail-box .no-border,
.integral-bigBox .income-detail-box .no-border,
.integral-bigBox .expend-detail-box .no-border {
  border-bottom: none;
}
/*我的积分 end*/
/*奖品 原award.less begin*/
.award-page {
  float: right;
  width: 1080px;
}
.award-page .award-title {
  height: 38px;
}
.award-page .award-title span {
  font-size: 16px;
}
.award-page .award-nav {
  margin-bottom: 8px;
}
.award-page .award-nav span {
  display: inline-block;
}
.award-page .award-nav .hand {
  cursor: pointer;
}
.award-page .award-nav .text {
  padding: 0 5px 3px 5px;
  margin: 0 10px;
  height: 24px;
}
.award-page .award-nav .goods-active {
  border-bottom: 2px solid #d52b31;
  height: 22px;
  color: #d52b31;
}
.award-page .award-nav .line {
  width: 2px;
  height: 12px;
  margin: 0px 5px;
  background-color: #ddd;
}
.award-page .item-good-box {
  font-size: 12px;
}
.award-page .item-good-box .item-good-title {
  height: 30px;
  background-color: #f8f8f8;
  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 dl .receive-text,
.award-page .item-good-box .allow-goods-box dl .receive-text,
.award-page .item-good-box .ready-goods-box dl .receive-text,
.award-page .item-good-box .invalid-goods-box dl .receive-text,
.award-page .item-good-box .car-goods-box dl .receive-text {
  display: block;
  width: 90px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #d52b31;
  border-radius: 0;
  color: #d52b31;
}
/*奖品 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: #f8f8f8;
  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 .goods-info {
  margin-top: 10px;
}
.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: #d52b31;
  font-size: 12px;
}
.receive-award .user-box .sb .st .switch {
  cursor: pointer;
}
.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 #d52b31 !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: #d52b31;
  color: #fff;
}
.receive-award-box p {
  color: #999;
}
/*领取奖品 end*/
/*伊豆 原edou.less begin*/
#edou .widthra {
  display: inline-block;
  width: 109px;
  height: 34px;
  border: 1px solid #d52b31;
  text-align: center;
  line-height: 35px;
  border-radius: 0;
  background-color: #fff;
  color: #d52b31;
  cursor: pointer;
}
#edou .none-edou {
  color: #666;
  padding: 0px 14px 0px 8px;
}
#edou .padding40 {
  padding-right: 40px;
}
#edou .color-change {
  color: #666;
}
#edou .color-red {
  color: #d52b31;
}
#edou .main-left span {
  background: url('../../images/company/company-bitmap.png') no-repeat -97px -72px;
}
/*伊豆 end*/
/*优惠券 原index-property-coupons.less begin*/
#coupon .award-nav {
  margin-bottom: 24px;
  padding-left: 20px;
}
#coupon .award-nav .hand {
  cursor: pointer;
}
#coupon .coupon-box {
  position: relative;
  width: 255px;
  height: 314px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 11px;
  z-index: 1;
}
#coupon .coupon-box .coupon-title {
  width: 255px;
  height: 102px;
  background: url('../../images/company/company-icon.png') no-repeat 0px -390px;
  color: #fff;
  padding-top: 20px;
  position: absolute;
  z-index: 100;
}
#coupon .coupon-box .coupon-title .top-box-text {
  font-size: 0;
  text-align: center;
}
#coupon .coupon-box .coupon-title .top-box-text span {
  display: inline-block;
}
#coupon .coupon-box .coupon-title .top-box-text .text-icon {
  font-size: 30px;
  font-weight: 900;
  vertical-align: top;
  margin-top: 8px;
}
#coupon .coupon-box .coupon-title .top-box-text .text {
  font-size: 50px;
  font-weight: 900;
}
#coupon .coupon-box .coupon-title .top-bottom {
  text-align: center;
}
#coupon .coupon-box .runout {
  background: url('../../images/company/company-icon.png') no-repeat -275px -390px;
}
#coupon .coupon-box .bottom-box {
  height: 168px;
  background: #f8f8f8;
  position: absolute;
  width: 255px;
  top: 116px;
  color: #333;
  padding-top: 30px;
  border-radius: 0px 0px 10px 10px;
}
#coupon .coupon-box .bottom-box .coupon-bottom {
  padding-left: 20px;
}
#coupon .coupon-box .bottom-box .coupon-bottom span {
  display: block;
  font-size: 12px;
}
#coupon .coupon-box .bottom-box .coupon-bottom .margint20 {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  max-width: 193px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#coupon .coupon-box .bottom-box .coupon-bottom .text-img {
  display: inline-block;
  height: 10px;
  width: 18px;
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
  margin-left: 3px;
}
#coupon .coupon-box .bottom-box .coupon-bottom .text-up {
  display: inline-block;
  height: 10px;
  width: 18px;
  background: url('../../images/company/company-default.png') no-repeat -22px -47px;
  margin-left: 3px;
}
#coupon .coupon-box .bottom-box .share-text-box {
  top: 97px;
  left: 17px;
}
#coupon .coupon-box .bottom-box .share-text-box .close-img {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  top: 15px;
  right: 8px;
  cursor: pointer;
}
#coupon .coupon-box .bottom-box .button-box {
  text-align: center;
  margin-top: 40px;
}
#coupon .coupon-box .bottom-box .button-box .runout-icon {
  display: block;
  margin: -25px auto 0px;
  width: 80px;
  height: 80px;
  background: url('../../images/company/company-icon.png') no-repeat -547px -182px;
}
#coupon .coupon-box .bottom-box .button-box .expired-icon {
  display: block;
  margin: -25px auto 0px;
  width: 80px;
  height: 80px;
  background: url('../../images/company/company-icon.png') no-repeat -447px -182px;
}
#coupon .coupon-box .bottom-box .button-box input[type='button'] {
  border-bottom-style: none;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  width: 118px;
  height: 33px;
  border-radius: 0;
  border: 1px solid #FF6900;
  background-color: #f8f8f8;
  color: #FF6900;
}
/*优惠券 end*/
/*优惠码 原voucher.less begin*/
#voucher .award-nav {
  position: relative;
}
#voucher .award-nav .hand {
  cursor: pointer;
}
#voucher .square {
  position: absolute;
  min-width: 20px;
  height: 20px;
  background-color: #d52b31;
  color: #fff;
  top: -12px;
  left: 56px;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
#voucher .square-two {
  position: absolute;
  min-width: 20px;
  height: 20px;
  background-color: #d52b31;
  color: #fff;
  top: -12px;
  left: 147px;
  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: #f8f8f8;
  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: #d52b31;
}
#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: #d52b31;
  vertical-align: text-bottom;
  text-align: center;
  line-height: 35px;
  color: #fff;
  margin-left: 15px;
  vertical-align: top;
}
/*优惠码 end*/
/*购买咨询 原index-consult-list.less begin*/
.consult {
  float: left;
  width: 1080px;
}
.consult .consult-title {
  font-size: 16px;
  margin-top: 20px;
  height: 28px;
}
.consult .consult-content {
  margin-top: 13px;
  border: 1px solid #eee;
  padding: 10px 20px 20px 20px;
}
.consult .consult-content .cont {
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #eee;
}
.consult .consult-content .cont:last-child {
  border-bottom: none;
}
.consult .consult-content .icon_ask {
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  float: left;
  margin-top: 5px;
  margin-right: 3px;
  display: inline-block;
  border-radius: 9px;
  text-align: center;
  font-size: 12px;
}
.consult .consult-content .tt {
  max-width: 746px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-left: 10px;
  word-wrap: break-word;
}
.consult .consult-content .tit {
  padding-top: 13px;
}
.consult .consult-content .tit .def {
  padding-top: 3px;
  float: right;
  color: #999;
}
.consult .consult-content .tit .tt {
  font-weight: 700;
  color: #000;
  word-wrap: break-word;
}
.consult .consult-content .tit .icon_ask {
  background-color: #FF6900;
}
.consult .consult-content .tic {
  margin-top: 15px;
  margin-bottom: 20px;
}
.consult .consult-content .tic .icon_ret {
  background-color: #9BD04B;
}
.consult .consult-content .tib {
  margin-bottom: 20px;
}
/*购买咨询 end*/
/*我的问答 原index-question-list.less begin*/
.question {
  float: left;
  width: 1080px;
}
.question .question-title {
  font-size: 16px;
  margin-top: 20px;
  height: 28px;
  margin-bottom: 13px;
}
.question .question-content .question-left {
  height: 40px;
}
.question .question-content .question-left span {
  display: inline-block;
  height: 28px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 20px;
  cursor: pointer;
}
.question .question-content .question-left b {
  display: inline-block;
  font-weight: normal;
  width: 2px;
  height: 12px;
  background-color: #ddd;
  margin-left: 17px;
  margin-right: 17px;
}
.question .question-content .question-left .quiz-active {
  color: #d52b31;
  border-bottom: 2px solid #d52b31;
  height: 24px;
  line-height: 26px;
}
.cont .myQA {
  border: 1px solid #eee;
  padding: 20px;
}
.cont .myQA dt {
  float: left;
}
.cont .myQA dt .text-style {
  font-size: 12px;
  /* width: 20px; */
  padding: 4px;
  background: #FF6900;
  color: #fff;
  border-radius: 10px;
}
.cont .myQA dt .text-style-two {
  color: #000;
}
.cont .myQA dd {
  float: right;
  color: #bbb;
}
.cont .myQA .go-QA a {
  padding-left: 28px;
  /* padding-top: 14px; */
  display: inline-block;
  margin-top: 14px;
  padding-right: 14px;
  position: relative;
}
.cont .myQA .go-QA a .goArrow {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 10px;
  height: 6px;
}
.cont .myQA .go-QA a .goArrow-down {
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
}
.cont .myQA .go-QA a .goArrow-left {
  background: url('../../images/company/company-default.png') no-repeat -25px -126px;
}
.cont .myQA .go-QA a .goArrow-up {
  background: url('../../images/company/company-default.png') no-repeat -22px -47px;
}
.cont-box {
  padding: 0px 20px;
}
.cont-box.border-cddd {
  border: 1px solid #eee;
}
.problem-box {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 23px;
  padding-right: 20px;
  position: relative;
}
.problem-box .one-text {
  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;
}
.problem-box .answer {
  background: #9BD04B;
  position: absolute;
  top: 0px;
  left: -30px;
}
.problem-box .question-text {
  background: #FF6900;
}
.problem-box dl {
  margin-bottom: 15px;
}
.problem-box dl dt {
  float: left;
}
.problem-box dl dt .problem-aa {
  font-weight: 900;
  color: #000;
  word-wrap: break-word;
}
.problem-box dl dt .width685 {
  width: 685px;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
}
.problem-box dl dd {
  float: right;
}
.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 a {
  padding-left: 28px;
  /* padding-top: 14px; */
  display: inline-block;
  margin-top: 14px;
  padding-right: 14px;
  position: relative;
}
.problem-box .go-QA a .goArrow-one {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 10px;
  height: 6px;
}
.problem-box .go-QA a .goArrow-down {
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
}
.problem-box .go-QA a .goArrow-left {
  background: url('../../images/company/company-default.png') no-repeat -25px -126px;
}
.problem-box .go-QA a .goArrow-up {
  background: url('../../images/company/company-default.png') no-repeat -22px -47;
}
.problem-box .go-QA a .goArrow-two {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 7px;
  height: 10px;
}
.problem-box .line {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.problem-box .user-answer dl {
  padding-left: 31px;
  border-top: 1px dashed #ddd;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}
.problem-box .user-answer .width685 {
  width: 685px;
}
.problem-box .continer {
  padding-left: 29px;
  position: relative;
  padding-right: 23px;
}
.problem-box .continer::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0px;
  width: 10px;
  height: 6px;
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
}
.problem-box .answer-user span {
  padding-left: 29px;
  padding-right: 23px;
  position: relative;
}
.problem-box .answer-user span::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 6px;
  background: url('../../images/company/company-default.png') no-repeat -22px -47px;
  top: 5px;
  right: 0px;
}
/*我的问答 end*/
/*我的发票 原index-bill.less begin*/
.seriesAttr {
  margin-top: 0 !important;
}
.c9 {
  color: #999 !important;
}
.list-title {
  margin-bottom: 10px;
}
.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;
}
.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*/
#collectDialog1 {
  top: 400px;
  left: 730px;
}
.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;
}
#replaceCategoryTree {
  margin-top: 0;
  max-height: 360px;
  overflow-y: scroll;
  position: absolute;
  left: 0;
  background-color: #fff;
  z-index: 100;
  width: 240px;
  border: 1px solid #ebeef5;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.member {
  float: left;
  width: 1080px;
}
.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: #d52b31;
  margin-right: 8px;
}
.member .member-collect .member-search input[type='reset'] {
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #f8f8f8;
  color: #000;
}
.member .left-all {
  position: absolute;
  top: 0px;
  right: -35px;
  cursor: pointer;
  height: 118px;
  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: #f8f8f8;
  font-size: 12px;
  border: 1px solid #f8f8f8;
}
.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 #d52b31;
  color: #222;
}
.member .member-nav .chk_1:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -11px;
  left: 0px;
  color: #d52b31;
  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 .n7 {
  width: 86px;
}
.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 .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 #d52b31;
  color: #222;
}
.member .member-box .member-content .chk_1:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -4px;
  left: 0px;
  color: #d52b31;
  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;
}
#memberAddress .spaddress {
  display: inline-block;
  padding: 0 11px 0px 16px;
  line-height: 28px;
  border: 1px solid #bbb;
  height: 26px;
}
#memberAddress .spaddress i {
  margin-left: 5px;
}
#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: #f8f8f8;
}
#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: #d52b31;
}
#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-title {
  font-size: 16px;
  height: 36px;
}
.buy-service .buy-service-box {
  color: #000;
}
.buy-service .buy-service-box .service-title {
  height: 35px;
  line-height: 35px;
  background: #f8f8f8;
  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: #d52b31;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 25px;
  margin-left: 22px;
}
.buy-service .go-pay-dis {
  display: block;
  width: 160px;
  height: 50px;
  color: #fff;
  background: #ccc;
  text-align: center;
  line-height: 50px;
  margin-top: 25px;
  margin-left: 22px;
}
/*补购服务 end*/
/*增票资质 原account-invoice.less begin*/
#add-tick .tip {
  color: #d52b31;
}
#add-tick .add-ticket .border-zero {
  border: 0;
}
#add-tick .add-ticket .add-ticket-box {
  margin-top: -1px;
  background-color: #fff;
  border: 1px solid #eee;
}
#add-tick .add-ticket .add-ticket-box .add-padding {
  padding: 20px 20px 0 20px;
}
#add-tick .invoice .tips {
  font-size: 12px;
  background: #f5f5f5;
  padding: 20px 0px 16px 20px;
}
#add-tick .invoice .tips p {
  margin: 0;
  line-height: 24px;
  color: #666;
}
#add-tick .invoiceInfo {
  margin-top: 12px;
  /*padding: 12px;*/
}
#add-tick .invoiceInfo input {
  padding-left: 10px;
}
#add-tick .invoiceInfo .pd20 {
  padding-left: 30px;
}
#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 .invoiceInfo .formTips {
  width: 150%;
  text-indent: 80px;
}
#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 .submitBtn {
  width: 120px;
  margin-left: 200px;
  color: #fff;
  text-align: center;
  background-color: #ff5353;
}
#add-tick .invoiceInfo .submitBtn:hover {
  color: #fff;
  background-color: #ff5353;
}
#add-tick .invoiceInfo .inverse {
  margin-left: 30px;
  width: 120px;
}
#add-tick .invoiceInfo .message {
  text-align: center;
}
#add-tick .invoiceInfo .add,
#add-tick .invoiceInfo .edit {
  font-size: 16px;
  color: #d52b31;
  text-decoration: none;
}
#add-tick .invoiceInfo .add:hover,
#add-tick .invoiceInfo .edit:hover {
  text-decoration: underline;
}
#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 .tax li a .close {
  width: 14px;
  height: 14px;
  display: block;
  line-height: 14px;
  text-align: center;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -6px;
  cursor: pointer;
}
#add-tick .invoiceShow .demand-text {
  font-size: 12px;
  margin-left: 142px;
  color: #999;
}
#add-tick .invoiceShow .sumbit-box {
  margin-left: 142px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: #d52b31;
  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;
}
#add-tick .invoiceShow dl {
  margin-bottom: 18px;
}
#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;
  height: 34px;
  float: left;
  overflow: hidden;
  line-height: 34px;
  padding: 0 10px;
  font-size: 14px;
}
#add-tick .invoiceShow dd .ticket-people {
  width: 200px;
  height: 30px;
}
#add-tick .invoiceShow dd .ticket-phone {
  width: 160px;
}
#add-tick .invoiceShow dd input {
  height: 30px;
}
#add-tick .invoiceShow dd select {
  width: 110px;
  height: 30px;
}
#add-tick .invoiceShow dd .detail-local {
  width: 300px;
}
#add-tick .invoiceShow .width-seven {
  width: 70px;
}
#add-tick .invoiceShow dd.ddImg {
  height: 200px;
  margin-top: 8px;
}
#add-tick .theme1.enquiry {
  margin-top: 15px;
}
#add-tick .theme1.enquiry a {
  color: #0066cc;
}
#add-tick .theme1.enquiry .btn {
  display: block;
  font-size: 18px;
  color: #fff;
  float: right;
  margin-right: 10px;
  padding: 0 50px;
}
#add-tick #member .orderinfo.enquiry td {
  padding: 20px 0 0 0;
}
#add-tick #member .theme1.enquiry td {
  padding: 12px 6px;
  font-size: 12px;
}
#add-tick #member .theme1.enquiry .thead td {
  font-size: 14px;
}
#add-tick .icon-checkbox.active {
  background-position: -725px -25px;
}
/*增票资质 end*/
/*问答详情 原index-question-answer.less begin*/
.question-answer {
  margin-top: 20px;
  width: 1198px;
  border: 1px solid #eee;
  background-color: #f8f8f8;
  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: #d52b31;
  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: #d52b31;
}
.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: 848px;
  background-color: #f8f8f8;
  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: #666;
  right: 10px;
  bottom: 0;
}
.question-answer .question-right .question-box .question-infor p button {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: #d52b31;
  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;
}
.colorRed {
  color: #d52b31;
}
.repair-box {
  overflow: hidden;
}
.repair-box .repair-nav {
  height: 30px;
  width: 100%;
  margin-bottom: 10px;
}
.repair-box .repair-nav ul {
  width: 700px;
  float: left;
}
.repair-box .repair-nav ul li {
  padding: 3px 0;
  margin: 0 30px 0 0;
  display: inline-block;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.repair-box .repair-nav ul li.active {
  color: #d52b31;
  border-bottom: 2px solid #d52b31;
}
.repair-box .repair-nav ul li::after {
  content: '';
  width: 2px;
  height: 12px;
  display: inline-block;
  background-color: #ddd;
  position: relative;
  right: -17px;
}
.repair-box .repair-nav ul li:nth-last-child(1):after {
  content: '';
  width: 2px;
  height: 12px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  right: -17px;
}
.repair-box .repair-nav p {
  width: 380px;
  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: #d52b31;
  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: #f8f8f8;
  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: #f8f8f8;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding-left: 20px;
}
.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 {
  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-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: #d52b31;
  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: #666;
}
.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: #666;
  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: #666;
}
.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: 98%;
  height: 100%;
  background-color: #f8f8f8;
}
.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;
}
.aftersales-border .place {
  width: 204px;
  height: 36px;
}
.aftersales-border .refer {
  margin-left: 14px;
  width: 90px;
  height: 40px;
  background-color: #d52b31;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border: none;
}
.apply-mes {
  font-size: 12px;
  margin-bottom: 20px;
}
.apply-mes .mgt0 {
  margin-top: 0px;
}
.apply-mes .invoice {
  width: 91px;
  height: 26px;
  border: 2px solid #d52b31;
  text-align: center;
  line-height: 26px;
  position: relative;
}
.apply-mes .noInvoice {
  width: 91px;
  height: 26px;
  border: 2px solid #ccc;
  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: #666;
}
.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 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: #d52b31;
  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.applyPrompt {
  width: 434px;
  height: auto;
  border: none;
}
.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: #f8f8f8;
  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;
  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 .apply-list span .apply-detail {
  position: absolute;
  width: 110px;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #fff;
  margin-left: -1px;
  z-index: 9;
}
.apply-box .apply-list span .apply-detail ul li {
  display: block;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.apply-box .apply-list span .apply-detail ul li:hover {
  background-color: #f8f8f8;
  color: #d52b31;
}
.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 .goods-info {
  margin-top: 10px;
}
.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: #d52b31;
  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: #d52b31;
  font-size: 12px;
}
.apply-box .sb .st .switch {
  cursor: pointer;
}
.apply-box .hhtabs {
  margin-bottom: 10px;
}
.apply-box .hr {
  margin: 18px 0 15px;
}
.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 #d52b31 !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;
}
.apply-Btn {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: #d52b31;
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
}
.apply-Btn: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: #666;
}
.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: #f8f8f8;
  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: #d52b31;
  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: #d52b31;
}
.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.column4 a.delivery-infor,
.repair-con .repair-con-list .repair-span span.column7 a.delivery-infor {
  display: block;
  position: relative;
}
.repair-con .repair-con-list .repair-span span.column4 a.delivery-infor::before,
.repair-con .repair-con-list .repair-span span.column7 a.delivery-infor::before {
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  top: 6px;
  right: 22px;
  background-color: #FF6900;
  border-radius: 3px;
}
.repair-con .repair-con-list .repair-span span.column4 a.delivery-infor::after,
.repair-con .repair-con-list .repair-span span.column7 a.delivery-infor::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 13px;
  background: url('../../images/company/company-default.png') no-repeat -68px -186px;
  width: 16px;
  height: 12px;
}
.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: #666;
}
.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: #666;
  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: #666;
}
.repair-con .repair-con-list .apply-repair-span span:last-child {
  border-right: none;
}
/*维修 end*/
/* 快速下单 begin*/
.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 #d52b31;
  color: #d52b31;
}
.quick-order .quick-order-tab .active a {
  color: #d52b31;
}
.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;
  border-bottom: none;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 2px -1px #ddd;
}
.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;
  max-height: 560px;
  overflow-y: auto;
}
.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: #2cb2ff;
  color: #fff;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-first-search .search-list .direct-active {
  background: #2cb2ff;
  color: #fff;
}
.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: 54px;
  height: 28px;
  padding: 0;
  text-align: center;
  line-height: 28px;
  border: 0 none;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-left: 2px;
}
.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:focus {
  border: 2px solid #d52b31 !important;
}
.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 {
  cursor: pointer;
}
.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;
  text-overflow: ellipsis;
  float: left;
  margin: 0;
  line-height: 16px;
  min-height: 33px;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.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;
  background: #2cb2ff;
  border: 2px solid #2cb2ff;
  color: #fff;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list .t9 input:focus {
  border: 2px solid red;
}
.quick-order .quick-order-container .quick-order-first .quick-order-first-table .quick-order-same-list-container {
  max-height: 500px;
  overflow-y: auto;
}
.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: #d52b31;
  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: #ccedfb;
  border: 1px solid #d52b31;
  color: #d52b31;
}
.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: #d52b31;
  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: #d52b31;
  height: 70px;
  position: relative;
  z-index: 1;
  /*兼容IE7、8 */
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=10)';
  filter: alpha(opacity=10);
  opacity: 0.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: #d52b31;
  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 .marT8 {
  margin-top: 8px !important;
}
.quick-order .quick-order-container .quick-order-three .max-width455 {
  max-width: 455px !important;
}
.quick-order .quick-order-container .quick-order-three .businessList-top {
  padding: 0 0 0 10px;
}
.quick-order .quick-order-container .quick-order-three .businessList-top label {
  margin-top: 10px;
}
.quick-order .quick-order-container .quick-order-three .businessList-top .date-img {
  margin-right: 30px;
}
.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;
  height: 40px;
  line-height: 40px;
}
.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;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table .t4 {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table .t5 {
  width: 130px;
  height: 40px;
  line-height: 40px;
  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: 2px 0 2px 20px;
  border: 1px solid #ddd;
  border-top: none;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-row .t2 {
  cursor: pointer;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-row .t2 span {
  color: #ccc;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-row .t2 img {
  float: left;
  margin: 5px 10px 5px 0;
}
.quick-order .quick-order-container .quick-order-three .quick-order-three-table-row .t2 p {
  float: left;
  margin: 0;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  min-height: 33px;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.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: #ccedfb;
  border: 1px solid #d52b31;
  color: #d52b31;
}
.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: #d52b31;
  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;
}
.quick-order .mL25 {
  margin-left: 25px;
}
.quick-order .text-center {
  text-align: center;
}
.quick-order #searchInput:focus {
  border: 2px solid #d52b31 !important;
  box-sizing: border-box;
}
.quick-order .enter-focus:focus {
  border: 2px solid #d52b31 !important;
  box-sizing: border-box;
}
.quick-order .bgBlue {
  background: #ccedfb;
}
/* 快速下单 end*/
/* 新收藏列表*/
.add-btn-all {
  width: 120px;
  height: 36px;
  border: 1px solid #d52b31;
  background-color: #d52b31;
  color: #fff;
  line-height: 34px;
  margin-top: 10px;
  margin-left: 20px;
}
.tip-icon {
  width: 16px;
  height: 18px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -686px -13px;
  vertical-align: middle;
  margin-right: 10px;
}
.favoriteGoods-table-list {
  margin-top: 10px;
}
.favoriteGoods-table-list .pro-table {
  border: 1px solid #eee;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
.favoriteGoods-table-list .pro-table thead {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}
.favoriteGoods-table-list .pro-table thead th {
  border: 1px solid #f5f5f5;
  height: 38px;
  color: #333;
  font-weight: normal;
}
.favoriteGoods-table-list .pro-table tbody tr td {
  border: 1px solid #eee;
  height: 75px;
}
.favoriteGoods-table-list .pro-table tbody tr td .content-left {
  float: left;
  width: 20%;
}
.favoriteGoods-table-list .pro-table tbody tr td .content-left .img {
  width: 65px;
  height: 65px;
  margin: 5px 15px;
  display: block;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.favoriteGoods-table-list .pro-table tbody tr td .content-left .img:hover {
  transform: scale(1.1);
}
.favoriteGoods-table-list .pro-table tbody tr td .content-right {
  float: left;
  width: 79%;
  height: 100%;
  position: relative;
}
.favoriteGoods-table-list .pro-table tbody tr td .content-right .fl {
  float: left;
}
.favoriteGoods-table-list .pro-table tbody tr td .content-right .fr {
  float: right;
}
.favoriteGoods-table-list .pro-table tbody tr td .content-right .name {
  margin-top: 5px;
  color: #333;
}
.favoriteGoods-table-list .pro-table tbody tr td .content-right .name .product-tag {
  display: inline-block;
  background-color: #d52b31;
  padding: 3px 4px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
  margin-right: 4px;
}
.favoriteGoods-table-list .pro-table tbody tr td .content-right .code {
  margin-top: 5px;
  color: #666;
}
.favoriteGoods-table-list .pro-table tbody tr td .content-right .num {
  margin-top: 5px;
  color: #666;
  padding-right: 15px;
}
.favoriteGoods-table-list .pro-table tbody tr td p {
  padding: 0;
  margin: 0;
}
.favoriteGoods-table-list .pro-table tbody tr td .address-lh {
  font: '12px/1.14 Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif';
  font-size: 18px;
}
.favoriteGoods-table-list .pro-table tbody tr td input {
  height: 22px;
  width: 50px;
  text-align: center;
}
.favoriteGoods-table-list .pro-table tbody tr .posR {
  position: relative;
}
.favoriteGoods-table-list .pro-table tbody tr .w40 {
  width: 40%;
}
.favoriteGoods-table-list .pro-table tbody tr .gononeods-list-box-cover-right {
  display: none;
}
.favoriteGoods-table-list .pro-table tbody tr:hover {
  background-color: #f8f8f8;
}
.favoriteGoods-table-list .pro-table tbody tr .addCartPer {
  display: block;
  margin-top: 10px;
}
.favoriteGoods-table-list .pro-table tbody tr.checked {
  background: rgba(170, 170, 170, 0.6);
  position: relative;
}
.favoriteGoods-table-list .pro-table tbody tr.checked .gononeods-list-box-cover-right {
  opacity: 1;
  display: block;
  position: absolute;
  height: 14px;
  width: 14px;
  top: 9px;
  right: 9px;
  z-index: 100;
  background: url('../../images/company/company-icon.png') no-repeat -25px -181px;
}
.favoriteGoods-table-list .pro-table tbody tr.checked td {
  border: 1px solid rgba(170, 170, 170, 0.6);
}
#quotation .table-container,
#quotation-detail .table-container {
  width: 100%;
}
#quotation .table-container .link,
#quotation-detail .table-container .link {
  color: #409eff;
  cursor: pointer;
}
#quotation .table-container .quotation_list-table,
#quotation-detail .table-container .quotation_list-table {
  width: 100%;
  text-align: center;
  border: none;
  line-height: 20px;
  font-size: 12px;
}
#quotation .table-container .quotation_list-table thead tr,
#quotation-detail .table-container .quotation_list-table thead tr {
  background: #f3f6f9;
}
#quotation .table-container .quotation_list-table tbody tr,
#quotation-detail .table-container .quotation_list-table tbody tr {
  background: #fff;
}
#quotation .table-container .quotation_list-table th,
#quotation-detail .table-container .quotation_list-table th,
#quotation .table-container .quotation_list-table td,
#quotation-detail .table-container .quotation_list-table td {
  padding: 0 5px;
}
#quotation .table-container .quotation_list-table tr,
#quotation-detail .table-container .quotation_list-table tr {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  font-size: 12px;
  white-space: nowrap;
}
#quotation .table-container .quotation_list-table tr.total,
#quotation-detail .table-container .quotation_list-table tr.total {
  font-weight: bold;
}
#quotation .table-container .quotation_list-table tr .actions .action,
#quotation-detail .table-container .quotation_list-table tr .actions .action {
  margin: 0 10px;
}
#quotation .table-container .quotation_list-table tr .column-input-container,
#quotation-detail .table-container .quotation_list-table tr .column-input-container {
  display: inline-flex;
}
#quotation .table-container .quotation_list-table tr .column-input-container input,
#quotation-detail .table-container .quotation_list-table tr .column-input-container input {
  flex: auto;
  height: 26px;
  text-align: center;
}
#quotation .table-container .quotation_list-table tr .column-input-container .suffix,
#quotation-detail .table-container .quotation_list-table tr .column-input-container .suffix {
  flex: none;
  margin-left: 5px;
}
#quotation .pagination-container,
#quotation-detail .pagination-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
}
#quotation .pagination-container .pagination,
#quotation-detail .pagination-container .pagination {
  flex: none;
  margin: 0;
}
#quotation .pagination-container .pagination .search-pag,
#quotation-detail .pagination-container .pagination .search-pag {
  margin: 0;
}
#quotation .pagination-container .pagination a,
#quotation-detail .pagination-container .pagination a {
  line-height: 28px;
  box-sizing: border-box;
  background-color: #f4f4f5;
  color: #606266;
  border: 1px solid #f4f4f5;
  border-radius: 4px;
}
#quotation .pagination-container .pagination a.active,
#quotation-detail .pagination-container .pagination a.active {
  background-color: #d9242f;
  color: #fff;
  border: 1px solid #d9242f;
}
#quotation .pagination-container .pagination .sure,
#quotation-detail .pagination-container .pagination .sure {
  margin: 0;
  background-color: #d9242f;
  color: #fff;
  border-radius: 4px;
  padding: 0 15px;
}
#quotation .pagination-container .page-sizes,
#quotation-detail .pagination-container .page-sizes {
  flex: none;
  margin-right: 20px;
}
#quotation .pagination-container select,
#quotation-detail .pagination-container select {
  line-height: 28px;
  height: 30px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 4px;
}
#quotation .pagination-container input,
#quotation-detail .pagination-container input {
  line-height: 28px;
  height: 30px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 4px;
}
#quotation .bomb-Box .bomb-main,
#quotation-detail .bomb-Box .bomb-main {
  padding: 20px 30px 35px;
}
#quotation .bomb-Box .bomb-main .main-right,
#quotation-detail .bomb-Box .bomb-main .main-right {
  width: 100%;
  text-align: center;
}
#quotation .bomb-Box .bomb-main .main-right .right-text,
#quotation-detail .bomb-Box .bomb-main .main-right .right-text {
  font-size: 14px;
}
#quotation .bomb-Box .bomb-main .main-right .right-botton,
#quotation-detail .bomb-Box .bomb-main .main-right .right-botton {
  padding: 10px 0;
}
#quotation .table-button-line,
#quotation .enquiry {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
#quotation .table-button-line > input,
#quotation .enquiry > input {
  width: 210px;
  height: 30px;
  border: 1px solid #ddd;
  font-weight: normal;
  font-size: 14px;
  font-family: arial;
  border-radius: 4px;
  padding: 0 2px 0 10px;
  margin: 0 0 0 10px;
}
#quotation .table-button-line > input[type='button'],
#quotation .enquiry > input[type='button'] {
  width: 60px;
  background: #d52b31;
  border-style: none;
  color: #fff;
  font-weight: normal;
  border-radius: 4px;
  padding: 0;
}
#quotation .table-button-line {
  justify-content: flex-start;
  margin: 15px 0 10px;
}
#quotation .table-button-line input[type='button'] {
  margin: 0 10px 0 0;
}
#quotation-detail .action-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
#quotation-detail .action-line .action-item {
  flex: none;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0;
}
#quotation-detail .action-line .action-item .label {
  flex: none;
  width: 100px;
  text-align: right;
  font-size: 14px;
}
#quotation-detail .action-line .action-item .asterisk {
  color: #ef3838;
  margin-right: 5px;
  font-style: normal;
}
#quotation-detail .action-line .action-item .suffix {
  flex: none;
  width: 10px;
  font-size: 14px;
}
#quotation-detail .action-line input {
  width: 210px;
  height: 30px;
  border: 1px solid #ddd;
  font-weight: normal;
  font-size: 14px;
  font-family: arial;
  border-radius: 4px;
  padding: 0 2px 0 10px;
  margin: 0 5px 0;
}
#quotation-detail .action-line input[type='button'] {
  width: auto;
  background: #d52b31;
  border-style: none;
  color: #fff;
  font-weight: normal;
  border-radius: 4px;
  padding: 0 15px;
}
#quotation-detail .action-line input[type='button'].back-button {
  background: #fff;
  border: 1px solid #ccc;
  color: #999;
}
#quotation-detail .action-line.button-action-line {
  justify-content: center;
  margin-bottom: 45px;
}
#quotation-detail .action-line.button-action-line .action-item {
  margin: 0 10px;
}
#quotation-detail .action-line.button-action-line input[type='button'] {
  margin: 0;
}
#quotation-detail .action-line.table-button-action-line {
  justify-content: flex-start;
}
#quotation-detail .action-line.table-button-action-line .action-item {
  margin: 0 20px 0 0;
}
#quotation-detail .action-line.table-button-action-line input[type='button'] {
  margin: 0;
}
#quotation-detail .add-commodities-modal .add-commodities {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 820px;
  height: 80%;
  background-color: #fff;
  overflow: hidden;
}
#quotation-detail .add-commodities-modal .add-commodities .title-line {
  flex: none;
  display: flex;
  align-items: center;
  background-color: #d52b31;
  color: #fff;
}
#quotation-detail .add-commodities-modal .add-commodities .title-line .title {
  flex: auto;
  display: flex;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
#quotation-detail .add-commodities-modal .add-commodities .title-line .close {
  flex: none;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
}
#quotation-detail .add-commodities-modal .add-commodities .search-line {
  flex: none;
  display: flex;
  margin: 10px 10px;
}
#quotation-detail .add-commodities-modal .add-commodities .search-line .search-input {
  flex: auto;
  padding: 0 10px;
}
#quotation-detail .add-commodities-modal .add-commodities .search-line .search-btn {
  flex: none;
  width: 56px;
  height: 40px;
  background: #d52b31 url(../../images/search-btn.png) no-repeat 18px 10px;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}
#quotation-detail .add-commodities-modal .add-commodities .action-line {
  box-sizing: border-box;
  padding: 0 10px;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list {
  flex: auto;
  display: flex;
  flex-direction: column;
  width: 800px;
  padding: 0 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table {
  flex: auto;
  display: block;
  overflow: auto;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #eee;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table thead {
  background-color: #d52b31;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table thead th {
  border: 1px solid #d52b31;
  height: 38px;
  color: #fff;
  font-weight: normal;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table thead .check-all {
  width: 34px;
  box-sizing: border-box;
  border: 1px solid #eee;
  background-color: #fff;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table tbody tr td {
  border: 1px solid #eee;
  height: 75px;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table tbody tr td .content-left {
  float: left;
  width: 20%;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table tbody tr td .content-left .img {
  width: 65px;
  height: 65px;
  margin: 5px 15px;
  display: block;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table tbody tr td .content-left .img:hover {
  transform: scale(1.1);
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table tbody tr td .content-right {
  float: left;
  width: 79%;
  height: 100%;
  position: relative;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table tbody tr td .content-right .fl {
  float: left;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table tbody tr td .content-right .fr {
  float: right;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table tbody tr td .content-right .name {
  margin-top: 5px;
  color: #333;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table tbody tr td .content-right .name .product-tag {
  display: inline-block;
  background-color: #d52b31;
  padding: 3px 4px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
  margin-right: 4px;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table tbody tr td .content-right .code {
  margin-top: 5px;
  color: #666;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table tbody tr td .content-right .num {
  margin-top: 5px;
  color: #666;
  padding-right: 15px;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table tbody tr td p {
  padding: 0;
  margin: 0;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table tbody tr td .address-lh {
  font: '12px/1.14 Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif';
  font-size: 18px;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table tbody tr td input {
  height: 22px;
  width: 50px;
  text-align: center;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table tbody tr .posR {
  position: relative;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table th,
#quotation-detail .add-commodities-modal .add-commodities .table-list .pro-table td {
  padding: 0 10px;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pagination {
  flex: none;
  margin: 0 0 10px;
}
#quotation-detail .add-commodities-modal .add-commodities .table-list .pagination .search-pag {
  margin: 0;
}
#vip-submit {
  width: 99%;
  margin-left: 120px;
  height: 900px;
}
#tax-submit {
  width: 99%;
  margin-left: 120px;
  height: 900px;
}
#product-replace {
  width: 1080px;
  margin-left: 120px;
  /* 没有结果 */
  /* 新添加 商品导入模块 container-right begin */
}
#product-replace .replace-banner {
  background: #f5f5f5;
  border-radius: 4px;
  height: 70px !important;
  margin-bottom: 24px;
  margin-top: 24px;
}
#product-replace .step-1 {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
#product-replace .search {
  float: none !important;
  width: 760px;
  margin: 0 auto;
  height: 61px;
  margin-left: 10px;
}
#product-replace .no-result {
  height: 260px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #262626;
  letter-spacing: 0;
  line-height: 260px;
  text-align: center;
}
#product-replace .search-bigBox {
  height: 100%;
}
#product-replace .search-text {
  height: 100%;
}
#product-replace .replace-rule {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #d52b31;
  text-align: center;
  line-height: 40px;
  padding-left: 30px;
  top: 20px;
  position: absolute;
  cursor: pointer;
}
#product-replace .search-ipt {
  width: 500px !important;
  height: 36px;
  border-bottom-style: none;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border: 2px solid #d52b31;
  border-right: 0px;
  padding: 0px 0px 0px 15px;
  float: left;
  border-radius: 6px 0 0 6px;
}
#product-replace .search-top-btn {
  width: 56px;
  height: 40px;
  background: #d52b31 url(../../images/search-btn.png) no-repeat 18px 10px;
  border: 0;
  border-radius: 0 6px 6px 0;
}
#product-replace .table-list .pro-table {
  border: 1px solid #eee;
  text-align: center;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#product-replace .table-list .pro-table thead {
  border: 1px solid #eee;
  background-color: #f5f5f5;
}
#product-replace .table-list .pro-table thead th {
  border: 1px solid #eee;
  height: 38px;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-align: center;
  line-height: 16px;
}
#product-replace .table-list .pro-table tbody tr td {
  border: 1px solid #eee;
  height: 40px;
}
#product-replace .table-list .pro-table tbody tr td .content-left {
  float: left;
  width: 20%;
}
#product-replace .table-list .pro-table tbody tr td .content-left .img {
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#product-replace .table-list .pro-table tbody tr td .content-left .img:hover {
  transform: scale(1.1);
}
#product-replace .table-list .pro-table tbody tr td .content-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-replace .table-list .pro-table tbody tr td .content-right .name {
  margin-top: 5px;
  color: #333;
}
#product-replace .table-list .pro-table tbody tr td .content-right .name .product-tag {
  display: inline-block;
  background-color: #d52b31;
  padding: 3px 4px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
  margin-right: 4px;
}
#product-replace .table-list .pro-table tbody tr td .content-right .code {
  margin-top: 5px;
  color: #666;
}
#product-replace .table-list .pro-table tbody tr td .content-right .num {
  margin-top: 5px;
  color: #666;
  padding-right: 15px;
}
#product-replace .table-list .pro-table tbody tr td p {
  padding: 0;
  margin: 0;
}
#product-replace .table-list .pro-table tbody tr td .address-lh {
  font: '12px/1.14 Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif';
  font-size: 18px;
}
#product-replace .table-list .pro-table tbody tr td input {
  height: 22px;
  width: 50px;
  text-align: center;
}
#product-replace .table-list .pro-table tbody tr .img-td {
  width: 33px;
  height: 40px;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0;
}
#product-replace .table-list .pro-table tbody tr .posR {
  position: relative;
}
#product-replace .table-list .pro-table tbody tr:hover {
  background-color: #f8f8f8;
}
#product-replace .crumb-down {
  display: none;
  border: 1px solid #ddd;
  width: 278px;
  position: absolute;
  top: 60px;
  z-index: 1;
  background-color: #fff;
  padding: 8px 0;
}
#product-replace .crumb-down li {
  float: left;
  padding: 7px 16px;
}
#product-replace .crumb-down li a {
  font-size: 14px;
}
#product-replace #search-address {
  position: relative;
}
#product-replace #search-address dl {
  float: left;
  overflow: hidden;
  *zoom: 1;
}
#product-replace #search-address dl dt,
#product-replace #search-address dl dd {
  display: inline-block;
}
#product-replace #search-address dl dt {
  color: #999;
  padding-left: 10px;
}
#product-replace #search-address dl dd {
  color: #666;
}
#product-replace #search-address dl dd .mask {
  display: block;
  position: absolute;
  top: 31px;
  left: 60px;
  width: 106px;
  height: 1px;
  font-size: 0;
  background-color: #fff;
  z-index: 999;
}
#product-replace #search-address dl dd a {
  margin-left: 10px !important;
}
#product-replace #search-address .spaddress {
  display: inline-block;
  padding: 0 5px;
  line-height: 22px;
  border: 1px solid #ddd;
}
#product-replace #search-address .spaddress i {
  margin-left: 5px;
  -webkit-transition: transform 0.5s;
}
#product-replace #search-address .spaddress:hover i {
  transform: rotate(180deg);
  -webkit-transition: transform 0.5s;
}
#product-replace #search-address .adschange {
  line-height: normal;
  position: absolute;
  top: 31px;
  left: 59px;
  width: 450px;
  padding: 5px 5px 30px 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 2;
}
#product-replace #search-address .adschange li {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}
#product-replace #search-address .adschange .tab {
  height: 30px;
  font-size: 0;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
#product-replace #search-address .adschange .tab li {
  padding: 0 10px;
  line-height: 29px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  background-color: #f8f8f8;
}
#product-replace #search-address .adschange .tab .active {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
#product-replace #search-address .adschange .content {
  display: none;
  margin-top: 5px;
}
#product-replace #search-address .adschange .content li {
  width: 90px;
  padding: 0 8px;
  margin: 5px 0;
}
#product-replace #search-address .adschange .content li:hover {
  color: #d52b31;
}
#product-replace #search-address .adschange .content li.col2 {
  width: 196px;
}
#product-replace #search-address .adschange .content.active {
  display: block;
}
#product-replace #noResult {
  min-height: 500px;
}
#product-replace #noResult,
#product-replace #lessNumber {
  padding: 0;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#product-replace #noResult .icon-warning,
#product-replace #lessNumber .icon-warning {
  margin-right: 8px;
  background: url('../../images/company/company-icon.png') no-repeat -142px -140px;
  width: 18px;
  height: 18px;
}
#product-replace #noResult .keywords,
#product-replace #lessNumber .keywords {
  color: #FF6900;
  font-weight: 900;
}
#product-replace #noResult .noIndex,
#product-replace #lessNumber .noIndex {
  color: #d52b31;
  margin-left: 10px;
}
#product-replace #noResult .noLast,
#product-replace #lessNumber .noLast {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
#product-replace #noResult .zero,
#product-replace #lessNumber .zero {
  background: none !important;
  border: 1px solid #fff !important;
  padding: 0 !important;
}
#product-replace #noResult .noResult,
#product-replace #lessNumber .noResult {
  background: #fff3eb;
  border: 1px solid #ffc0cb;
  display: flex;
  padding: 15px;
}
#product-replace #noResult .noResult .info,
#product-replace #lessNumber .noResult .info {
  flex: 19;
  position: relative;
}
#product-replace #noResult .noResult .info::after,
#product-replace #lessNumber .noResult .info::after {
  position: absolute;
  content: '';
  top: 4px;
  width: 16px;
  height: 16px;
  background: url('../../images/company/company-icon.png') no-repeat -144px -141px;
}
#product-replace #noResult .noResult .info .row,
#product-replace #lessNumber .noResult .info .row {
  display: block;
  padding: 2px 25px;
}
#product-replace #noResult .noResult .info .row .changeKey,
#product-replace #lessNumber .noResult .info .row .changeKey {
  font-size: 13px;
}
#product-replace #noResult .noResult .info .row .key,
#product-replace #lessNumber .noResult .info .row .key {
  margin-left: 15px;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  background-color: #fff;
  border: 1px dashed #ccc;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  padding: 0 10px;
}
#product-replace .container-right {
  margin-bottom: 50px;
}
#product-replace #noResult2 {
  padding: 200px;
  text-align: center;
}
#product-replace .mart20 {
  margin-top: 20px;
}
#product-replace .marb10 {
  margin-bottom: 10px;
}
#product-replace .checkSpell {
  background: #fff3eb;
  border: 1px solid #ffc0cb;
  padding: 5px;
  padding-left: 40px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
#product-replace .checkSpell .col0172 {
  color: #FF6900;
}
#product-replace .checkSpell .keywords {
  color: #FF6900;
  font-weight: 900;
}
#product-replace .checkSpell .key {
  margin-left: 15px;
  cursor: pointer;
  display: inline-block;
  padding: 2px 8px;
  height: 23px;
  background-color: #fff;
  border: 1px dashed #ccc;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
}
#product-replace .checkSpell::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 13px;
  width: 16px;
  height: 16px;
  background: url('../../images/company/company-icon.png') no-repeat -144px -141px;
}
#product-replace .checkSpellNo {
  padding: 17px;
  padding-left: 40px;
}
#product-replace .checkSpellNo::after {
  top: 19px;
}
#product-replace .zero {
  background: none !important;
  border: 1px solid #fff !important;
}
#product-replace .searchLoading {
  text-align: center;
  margin: 0 auto;
}
#product-replace .color1 {
  color: #d52b31;
}
#product-replace .bgRed {
  background-color: #f23030 !important;
}
#product-replace .activity {
  width: 100%;
  height: 120px;
  background: url('../../images/temporary/activity.png') no-repeat;
  background-size: 100% 120px;
  padding: 26px 0;
  box-sizing: border-box;
}
#product-replace .activity div {
  text-align: center;
  color: #fff;
}
#product-replace .activity .activity-title {
  font-size: 26px;
  padding-bottom: 12px;
}
#product-replace .activity .activity-section {
  font-size: 16px;
  width: 1200px;
  margin: 0 auto;
}
#product-replace .activity .activity-box {
  width: 1200px;
  text-align: left;
  color: #fff;
  margin: auto;
}
#product-replace .activity .activity-box .activity-box-self {
  background-color: rgba(70, 70, 70, 0.68);
  padding: 10px;
  float: left;
}
#product-replace .activity .activity-box .activity-time {
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
}
#product-replace .activity .activity-box .activity-desc {
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
}
#product-replace .activity .activity-box .activity-content {
  text-align: left;
  font-size: 12px;
}
#product-replace .arrow-left {
  top: 125px !important;
}
#product-replace .arrow-right {
  top: 125px !important;
}
#product-replace .activity-box {
  width: 100%;
}
#product-replace .activity-box.bg000000 {
  background-color: #000;
}
#product-replace .activity-box.bgfff3eb {
  background-color: #fff3eb;
}
#product-replace .activity-box .activity-img {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #000;
  height: 150px;
  position: relative;
}
#product-replace .activity-box .activity-img span {
  position: absolute;
  display: block;
  top: 47px;
  color: #fff;
  left: 60px;
  font-size: 22px;
}
#product-replace .activity-box .activity-img img {
  width: 1200px;
  height: 150px;
}
#product-replace .activity-box .activity-title {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff3eb;
}
#product-replace .activity-box .activity-title h4 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  color: #000;
}
#product-replace .activity-box .activity-title h4 span {
  display: inline-block;
  margin: 0 5px;
  color: #d52b31;
}
#product-replace .promotion-cart-ext {
  height: 40px;
  background-color: #fff3eb;
}
#product-replace .promotion-cart-ext .message {
  width: 1200px;
  display: block;
  margin: auto;
  font-size: 14px;
  line-height: 38px;
}
#product-replace .ProductML {
  margin-left: 20px;
}
#product-replace .search-list {
  width: 100% !important;
}
#product-replace .left-set-box {
  float: left;
  overflow: hidden;
}
#product-replace .left-set-box .guess {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  height: 40px;
  position: relative;
  font-size: 12px;
  line-height: 40px;
  background-color: #d52b31;
  display: block;
}
#product-replace .left-set-box .guess .clear-icon {
  float: right;
  cursor: pointer;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#product-replace .left-set-box .related-box {
  width: 223px;
  height: auto !important;
  border: 1px solid #d2d2d2;
  border-top: none;
}
#product-replace .left-set-box .related-box .guess {
  margin-bottom: 0 !important;
  text-align: left !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  background: #d52b31 !important;
}
#product-replace .left-set-box .related-box .guess span {
  color: #fff;
}
#product-replace .left-set-box .related-box .guess .set-btn {
  font-size: 12px;
  float: right;
  cursor: pointer;
}
#product-replace .left-set-box .related-box .good-item-bigBox {
  height: auto;
}
#product-replace .left-set-box .related-box .good-item-bigBox .attributes-ul .attributes-item {
  border-bottom: 1px solid #d2d2d2;
}
#product-replace .left-set-box .related-box .good-item-bigBox .attributes-ul .attributes-item .attributes-one {
  display: block;
  height: 30px;
  line-height: 30px;
  background: #f8f8f8;
  font-weight: bold;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  cursor: pointer;
}
#product-replace .left-set-box .related-box .good-item-bigBox .attributes-ul .attributes-item .attributes-one::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(../../images/company/company-default.png) no-repeat -69px -396px;
}
#product-replace .left-set-box .related-box .good-item-bigBox .attributes-ul .attributes-item .active::after {
  content: '';
  background: url(../../images/company/company-default.png) no-repeat -69px -247px;
}
#product-replace .left-set-box .related-box .good-item-bigBox .attributes-ul .attributes-item .attributes-two {
  height: auto;
  padding: 5px 0;
  padding-left: 15px;
}
#product-replace .left-set-box .related-box .good-item-bigBox .attributes-ul .attributes-item .attributes-two .attr-name {
  padding-right: 5px;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  width: 45%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
#product-replace .left-set-box .related-box .good-item-bigBox .attributes-ul .attributes-item .attributes-two .icon-checkbox {
  margin-right: 5px;
}
#product-replace .left-set-box .related-box .good-item-bigBox .attributes-ul .attributes-item .attributes-two .attrActive .icon-checkbox {
  background-position: -725px -25px;
}
#product-replace .left-set-box .related-box .good-item-bigBox .attributes-ul .attributes-item .attributes-two .attr-up-down {
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
  font-size: 12px;
  text-align: center;
}
#product-replace .left-set-box .related-box .good-item-bigBox .attributes-ul .attributes-item .attributes-two .attr-up-down .attr-up {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#product-replace .left-set-box .related-box .good-item-bigBox .attributes-ul .attributes-item .attributes-two .attr-up-down .attr-up::after {
  content: '';
  position: absolute;
  top: 2px;
  right: -20px;
  width: 16px;
  height: 16px;
  background: url(../../images/company/company-default.png) no-repeat -20px -40px;
}
#product-replace .left-set-box .related-box .good-item-bigBox .attributes-ul .attributes-item .attributes-two .attr-up-down .attr-down {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#product-replace .left-set-box .related-box .good-item-bigBox .attributes-ul .attributes-item .attributes-two .attr-up-down .attr-down::after {
  content: '';
  position: absolute;
  top: 6px;
  right: -22px;
  width: 16px;
  height: 16px;
  background: url(../../images/company/company-default.png) no-repeat -20px -30px;
}
#product-replace .left-set-box .related-box .good-item-bigBox .attributes-ul .attributes-item .attributes-two .attr-up-down .clear-checked {
  position: relative;
  display: inline-block;
  float: right;
  border: 1px solid #d52b31;
  width: 18px;
  height: 18px;
  top: 2px;
  right: 0;
  cursor: pointer;
}
#product-replace .left-set-box .related-box .good-item-bigBox .attributes-ul .attributes-item .attributes-two .attr-up-down .clear-checked::after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(../../images/company/company-default.png) no-repeat -20px -278px;
}
#product-replace .left-set-box .look-all {
  height: 40px;
  line-height: 25px;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 12px;
}
#product-replace .left-set-box .look-all::after {
  content: '';
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(../../images/company/company-default.png) no-repeat -20px -40px;
}
#product-replace .left-set-box .look-all-active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(../../images/company/company-default.png) no-repeat -20px -30px !important;
}
#product-replace .left-set-box .none-list {
  width: 225px;
}
#product-replace .left-set-box .none-list .none-list-tip {
  text-align: center;
  font-size: 12px;
  padding-top: 40px;
  border: 1px solid #d2d2d2;
  border-top: none;
  padding-bottom: 40px;
}
#product-replace .left-set-box .none-list .none-list-tip .none-list-tip-one {
  width: 16px;
  height: 16px;
  font-size: 10px;
  display: block;
  border-radius: 10px;
  background: #d52b31;
  color: #fff;
  line-height: 16px;
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.add-btn {
  border-radius: 6px;
}
#sctoolbar .flip {
  float: none;
  position: absolute;
  right: 120px;
}
.replace-dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.dialog-table-list {
  width: 600px;
  margin: 0 auto;
}
.dialog-table-list th {
  background-color: #d52b31;
  color: #fff;
  border: 1px solid #eee;
  text-align: center;
}
.dialog-table-list td {
  border: 1px solid #eee;
  text-align: center;
  color: #333;
}
.replace-mask {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.replace-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 960px;
  height: 634px;
  margin-left: -480px;
  margin-top: -317px;
  background: #ffffff;
  border-radius: 4px;
}
.replace-header {
  background: #f9f9f9;
  border-radius: 4px 4px 0 0;
  height: 54px;
  padding: 0 24px;
  position: relative;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #262626;
  letter-spacing: 0;
  line-height: 54px;
  font-weight: bold;
}
.replace-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 14px;
  height: 14px;
  display: block;
  font-size: 24px;
  color: #666;
  line-height: 14px;
  cursor: pointer;
}
.replace-container {
  padding: 30px 40px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 22px;
  overflow-y: scroll;
  height: 462px;
}
.replace-container .replace-title {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #262626;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-weight: bold;
}
.replace-footer {
  width: 100%;
  height: 56px;
  border-top: 1px solid #eeeeee;
}
.replace-footer .replace-close-btn {
  display: block;
  width: 160px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #262626;
  line-height: 20px;
  margin: 7px auto;
  font-weight: bold;
  cursor: pointer;
}
@keyframes turnZ {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.custom-input {
  margin-left: 24px;
  color: #606266;
  position: relative;
}
.custom-input:hover {
  border-color: #dd6732;
}
.custom-input .custom-close {
  position: absolute;
  right: 8px;
  width: 14px;
  height: 14px;
  color: #999;
  top: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
}
.custom-input .custom-close:hover {
  animation-name: turnZ;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
}
.custom-input input {
  border-radius: 4px;
  width: 250px;
  height: 34px;
  text-indent: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 2px solid #d52b31;
}
.ztree li {
  line-height: 24px;
  cursor: pointer;
}
.ztree li a,
.ztree li span {
  color: #606266 !important;
  display: inline-table;
  width: 200px;
  overflow: hidden;
  text-decoration: none !important;
}
.ztree li span.button {
  vertical-align: bottom;
}
.ztree li a {
  height: auto;
}
.ztree li span.button.noline_close {
  background-position: -74px -75px;
}
.ztree li span.button.noline_open {
  background-position: -93px -75px;
}
.ztree li a:hover {
  background-color: #f5f7fa;
  text-decoration: none;
}
.ztree li a.curSelectedNode {
  border: none !important;
  background-color: #fae8e8 !important;
}
.date-range-picker {
  height: 281px;
  position: absolute;
  left: -202px;
  top: 39px;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #000;
  width: 200px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}
.date-range-picker .date-item {
  line-height: 40px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  padding-left: 10px;
}
.date-range-picker .date-item:hover {
  background-color: #d52b31;
  color: #fff;
}
