/* 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;
}
/* 轮播base */
.carousel {
  position: relative;
}
.carousel .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel .carousel-inner img {
  width: 100%;
}
.carousel a {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}
.carousel .active {
  display: block;
}
.carousel .carousel-paging {
  position: relative;
  bottom: 30px;
  _zoom: 1;
  left: 0;
  right: 0;
  display: table;
  margin: auto;
}
.carousel .carousel-paging li {
  float: left;
  width: 14px;
  height: 14px;
  margin-left: 15px;
  _font-size: 0;
  background-color: rgba(51, 51, 51, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
.carousel .carousel-paging .active {
  width: 18px;
  height: 18px;
  background-color: #fff;
  position: relative;
  top: -2px;
}
.carousel .carousel-btn {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 50px;
  height: 51px;
  color: #fff;
  text-align: center;
  line-height: 51px;
  font-size: 16px;
  background: rgba(0, 0, 0);
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  cursor: pointer;
}
.carousel .carousel-btn.prev {
  left: 50%;
  margin-left: -380px;
  background: url('../../images/icon-sprites.png') no-repeat -365px -1px;
  opacity: 0.2;
}
.carousel .carousel-btn.prev:hover {
  opacity: 1;
}
.carousel .carousel-btn.next {
  right: 50%;
  margin-right: -336px;
  background: url('../../images/icon-sprites.png') no-repeat -416px -1px;
  opacity: 0.2;
}
.carousel .carousel-btn.next:hover {
  opacity: 1;
}
/* 下拉菜单 */
.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;
}
.dego-ai {
  position: fixed;
  top: 70%;
  left: 90%;
  z-index: 999;
  transition: none;
  /* 禁用过渡效果 */
  cursor: pointer;
}
.dego-ai img {
  width: 100px;
  height: 100px;
}
.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: 310px;
  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: 600px;
  float: left;
  margin-left: 30px;
}
#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;
}
/* 轴 */
.shaft {
  height: 43px;
  font-size: 0;
  text-align: center;
  border-bottom: 2px solid #eee;
  *overflow: hidden;
}
.shaft li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 43px;
  color: #999;
  padding: 0 30px;
  font-size: 19px;
  text-align: left;
  line-height: 25px;
}
.shaft a {
  color: #999;
}
.shaft a:hover {
  color: #d52b31;
}
.shaft .active {
  position: relative;
  color: #444;
  border-bottom: 2px solid #d52b31;
}
.shaft .active a {
  color: #444;
}
/* 分步骤 需继承 轴 */
.listeps li span {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  color: #fff;
  text-align: center;
  background-color: #999;
  border-radius: 0;
}
.listeps .active span {
  background-color: #d52b31;
}
.listeps.wider li {
  padding: 0 80px;
}
.listeps.bregis {
  text-align: left;
  padding-left: 235px;
}
.listeps.bregis li {
  border-bottom: 2px solid #999;
}
.listeps.bregis .active {
  border-color: #d52b31;
}
/* 地址选择 */
.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;
}
/* 右侧固定导航 */
.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;
}
/* 分页 */
#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;
}
.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;
}
.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;
}
/* 表单样式 */
.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
  }
} */
/* 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;
}
/* 商品分类 */
#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;
}
.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;
}
.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;
}
.help-top {
  background-color: #d52b31;
  height: 120px;
  width: 100%;
}
.help-top .help-title {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.help-top .help-title h1 {
  width: 315px;
  float: left;
  color: #fff;
  height: 60px;
  font-size: 20px;
  font-weight: normal;
  line-height: 60px;
  margin-top: 30px;
}
.help-top .help-title h1 a {
  display: inline-block;
  float: left;
  color: #fff;
  margin-right: 5px;
}
.help-top .help-title h1 a:hover {
  color: #fff;
  text-decoration: none;
}
.help-top .help-title h1 a.help-logo {
  background: url(../../../../images/company/help-logo.png) no-repeat left center;
  width: 150px;
  height: 60px;
  margin-right: 14px;
  background-size: cover;
}
.help-top .help-title h1 a.help-center {
  width: 143px;
  height: 60px;
}
.help-top .help-title p {
  width: 720px;
  float: right;
  height: 40px;
  background-color: #fff;
  margin-top: 38px;
}
.help-top .help-title p input {
  width: 609px;
  float: left;
  height: 38px;
  border: none;
  padding-left: 10px;
}
.help-top .help-title p span {
  display: block;
  width: 100px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666;
  font-size: 16px;
  background-color: #f8f8f8;
  cursor: pointer;
}
.help-left {
  width: 936px;
  margin-right: 14px;
  float: left;
}
.help-left ul li {
  width: 460px;
  margin-right: 16px;
  float: left;
  margin-bottom: 20px;
}
.help-left ul li:nth-child(2n) {
  margin-right: 0;
}
.help-left ul li .help-list h4 {
  background-color: #f8f8f8;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 20px;
  margin: 0;
  color: #666;
  font-weight: bold;
}
.help-left ul li .help-list ul {
  border: 1px solid #eee;
  overflow: hidden;
  padding: 10px 20px;
  width: 418px;
  max-height: 201px;
  position: relative;
}
.help-left ul li .help-list ul li {
  width: 408px;
  background: url(../../../images/dian.png) no-repeat left center;
  line-height: 34px;
  height: 34px;
  padding: 0 0 0 10px;
  overflow: hidden;
  /*�������*/
  text-overflow: ellipsis;
  /*�ı����ʡ�Ժ�*/
  white-space: nowrap;
  /*������*/
  color: #333;
  margin-bottom: 0;
}
.help-left ul li .help-list ul span {
  width: 120px;
  text-align: right;
  padding: 10px 0;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  bottom: 0;
}
.help-right {
  width: 250px;
  float: right;
}
.help-right .help-list h4 {
  background-color: #f8f8f8;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 20px;
  margin: 0;
  color: #666;
  font-weight: bold;
}
.help-right .help-list ul {
  border: 1px solid #eee;
  overflow: hidden;
  padding: 10px 20px;
  width: 208px;
}
.help-right .help-list ul li {
  width: 198px;
  background: url(../../../images/dian.png) no-repeat left center;
  line-height: 34px;
  height: 34px;
  padding: 0 0 0 10px;
  overflow: hidden;
  /*�������*/
  text-overflow: ellipsis;
  /*�ı����ʡ�Ժ�*/
  white-space: nowrap;
  /*������*/
  color: #333;
}
.help-nav {
  padding: 10px 0;
  color: #333;
}
.helpBox-list {
  margin-bottom: 30px;
}
.helpBox-list ul li {
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  color: #999;
}
.helpBox-list ul li span {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.help-detail {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  color: #333;
}
.help-detail h4 {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-weight: normal;
}
.help-detail h5 {
  color: #999;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
}
.help-detail .help-infor {
  font-size: 16px;
  line-height: 26px;
}
.help-detail h6 {
  border-top: 1px solid #eee;
  padding-top: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
}
.help-detail h6 span {
  display: inline-block;
  float: right;
  width: 87px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #ddd;
  padding-left: 20px;
  background: url(../../../images/temporary/help/zhan-img.png) no-repeat 15px 50%;
}
.cricle-stus {
  width: 56px;
  height: 16px;
  background-image: linear-gradient(-95deg, #ec545f 2%, #d52a31 100%);
  border-radius: 8px;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  color: #fff;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.cricle-stub {
  width: 56px;
  height: 16px;
  background-color: #eb7a37;
  border-radius: 8px;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  color: #fff;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.cricle-stud {
  width: 56px;
  height: 16px;
  background-color: #cccccc;
  border-radius: 8px;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  color: #fff;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.goaward {
  cursor: pointer;
}
