/* 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;
  /* 表单样式 */
  /* 
.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
  }
} */
}
.mini-login-modal .form-group {
  margin-bottom: 15px;
  *zoom: 1;
}
.mini-login-modal .form-group:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.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 .form-group .input[type=password] {
  letter-spacing: 2px;
}
.mini-login-modal .form-group .select {
  border: 1px solid #ddd;
  width: 250px;
  height: 36px;
}
.mini-login-modal .form-group .textarea {
  border: 1px solid #ddd;
  width: 228px;
  margin: 0;
  padding: 10px;
  resize: none;
}
.mini-login-modal .form-group .has-prefix {
  position: relative;
}
.mini-login-modal .form-group .has-prefix .input {
  width: 208px;
}
.mini-login-modal .form-group .has-prefix .big {
  width: 228px;
}
.mini-login-modal .form-group .has-suffix {
  position: relative;
}
.mini-login-modal .form-group .has-suffix .input {
  width: 208px;
  padding-right: 30px;
}
.mini-login-modal .form-group .has-suffix .icon-date {
  position: absolute;
  top: 10px;
  right: 20px;
}
.mini-login-modal .form-group.upload .updBtn {
  margin: 0;
}
.mini-login-modal .form {
  width: 100%;
}
.mini-login-modal .form .form-group {
  position: relative;
}
.mini-login-modal .form label {
  float: left;
  width: 240px;
  height: 28px;
  padding-top: 7px;
  font-size: 16px;
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
}
.mini-login-modal .form label.radio-inline,
.mini-login-modal .form label.checkbox-inline {
  height: auto;
  padding: 0;
  width: 250px;
  font-size: 14px;
  text-align: left;
}
.mini-login-modal .form .input {
  float: left;
}
.mini-login-modal .form .tip {
  position: absolute;
  top: 0;
  right: -285px;
  width: 280px;
  padding: 9px 4px;
  margin-left: 5px;
  font-size: 12px;
}
.mini-login-modal .form .tip.upd {
  right: -378px;
}
.mini-login-modal .form .tip.err {
  color: #d52b31;
}
.mini-login-modal .form .tip.succ {
  color: green;
}
.mini-login-modal .form .addr {
  display: block;
  position: initial;
  float: left;
  padding: 1px 4px;
  color: #f23030;
}
.mini-login-modal .form .select {
  float: left;
}
.mini-login-modal .form .textarea {
  float: left;
}
.mini-login-modal .form .msg {
  padding-left: 250px;
  margin-bottom: 15px;
  color: #f23030;
}
.mini-login-modal .require {
  position: relative;
  top: 2px;
  color: #f23030;
  font-size: 14px;
  margin-right: 3px;
}
.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: #f23030;
}
.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;
}
/* 弹出框 */
.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: 2px;
  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: 2px;
  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: 2px;
  text-align: center;
  margin-right: 10px;
}
.bomb-Box .bomb-main .main-right .right-botton .two-button {
  padding: 7px 15px;
  background: white;
  border-radius: 2px;
  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: 2px;
  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: 2px;
  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;
}
/*
    地址框样式
*/
.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: 2px;
}
.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: 2px;
}
/* ICON */
i {
  display: inline-block;
  vertical-align: middle;
  background: url('../../images/company/company-default.png') no-repeat 0 0;
  overflow: hidden;
}
.icon-tel {
  width: 18px;
  height: 18px;
  background-position: -615px -67px;
}
.icon-top-down {
  width: 11px;
  height: 6px;
  background-position: -22px -34px;
}
.icon-top-up {
  width: 11px;
  height: 6px;
  background-position: -22px -47px;
}
.icon-more-down {
  width: 11px;
  height: 6px;
  background-position: -22px -34px;
}
.icon-more-up {
  width: 11px;
  height: 5px;
  background-position: -22px -47px;
}
.icon-date {
  width: 14px;
  height: 16px;
  background-position: -636px -67px;
}
.icon-arrow-right {
  width: 7px;
  height: 13px;
  background-position: -25px -126px;
}
.icon-arrow-right2 {
  width: 10px;
  height: 16px;
  background-position: -512px -85px;
}
.icon-arrow-right3 {
  width: 6px;
  height: 13px;
  background-position: 524 -85px;
}
.icon-arrow-right4 {
  width: 7px;
  height: 12px;
  background-position: -25px -126px;
}
.icon-arrow-bottom {
  width: 12px;
  height: 7px;
  background-position: -533px -85px;
}
.icon-arrow-bottom2 {
  width: 9px;
  height: 5px;
  background-position: -547px -85px;
}
.icon-arrow-bottom3 {
  width: 11px;
  height: 6px;
  background-position: -559px -85px;
}
.icon-hot {
  width: 27px;
  height: 14px;
  background-position: -653px -67px;
}
.icon-gwzn {
  width: 33px;
  height: 33px;
  background-position: -459px -116px;
}
.icon-psfs {
  width: 33px;
  height: 33px;
  background-position: -497px -116px;
}
.icon-zffs {
  width: 33px;
  height: 33px;
  background-position: -532px -116px;
}
.icon-shfw {
  width: 33px;
  height: 33px;
  background-position: -569px -116px;
}
.icon-hyzx {
  width: 33px;
  height: 33px;
  background-position: -605px -116px;
}
.icon-user {
  width: 15px;
  height: 20px;
  background-position: -704px -37px;
}
.icon-suo {
  width: 15px;
  height: 20px;
  background-position: -722px -41px;
}
.icon-refresh {
  width: 14px;
  height: 15px;
  background-position: -685px -67px;
}
.icon-checkbox {
  width: 13px;
  height: 13px;
  background-position: -725px -11px;
}
.active .icon-checkbox {
  width: 13px;
  height: 13px;
  background-position: -725px -25px;
}
.icon-checkbox-ok {
  width: 13px;
  height: 13px;
  background-position: -725px -25px;
}
.icon-warning {
  width: 14px;
  height: 15px;
  background-position: -702px -67px;
}
.icon-next-big {
  width: 25px;
  height: 66px;
  background-position: -491px -152px;
}
.icon-prev-big {
  width: 25px;
  height: 66px;
  background-position: -459px -152;
}
.icon-user2 {
  width: 16px;
  height: 17px;
  background-position: -720px -67px;
}
.icon-circle {
  width: 6px;
  height: 6px;
  background-position: -740px -11px;
}
.icon-add {
  width: 15px;
  height: 15px;
  background-position: -572px -85px;
}
.icon-sub {
  width: 15px;
  height: 15px;
  background-position: -588px -85px;
}
.icon-bargain {
  width: 60px;
  height: 60px;
  background-position: -641px -85px;
}
.icon-presale {
  width: 60px;
  height: 60px;
  background-position: -641px -145px;
}
.icon-fold {
  width: 9px;
  height: 12px;
  background-position: -739px -67px;
}
.icon-collect {
  width: 14px;
  height: 14px;
  background-position: -604px -85px;
}
.icon-clock {
  width: 14px;
  height: 14px;
  background-position: -703px -85px;
}
.icon-order {
  width: 16px;
  height: 19px;
  background-position: -522px -154px;
}
.icon-attention {
  width: 19px;
  height: 19px;
  background-position: -542px -154px;
}
.icon-assets {
  width: 19px;
  height: 19px;
  background-position: -564px -154px;
}
.icon-kefu {
  width: 19px;
  height: 19px;
  background-position: -592px -154px;
}
.icon-evaluate {
  width: 19px;
  height: 19px;
  background-position: -618px -154px;
}
.common-icons {
  display: inline-block;
  vertical-align: middle;
  background: url('../../images/company/company-default.png') no-repeat;
  overflow: hidden;
}
.common-icons-down {
  width: 13px;
  height: 13px;
  background-position: -22px -57px;
}
.common-icons-reduceNum {
  width: 10px;
  height: 10px;
  background-position: -23px -157px;
}
.common-icons-addNum {
  width: 10px;
  height: 10px;
  background-position: -23px -194px;
}
.common-icons-cart {
  width: 18px;
  height: 20px;
  background-position: -67px -321px;
}
.common-icons-remove {
  width: 18px;
  height: 18px;
  background-position: -70px -137px;
}
.common-icons-people {
  width: 18px;
  height: 18px;
  background-position: -70px -97px;
}
.common-icons-hot {
  width: 26px;
  height: 10px;
  background-position: -533px -67px;
}
.common-icons-wuliuCar {
  width: 18px;
  height: 18px;
  background-position: -68px -186px;
}
.common-icons-daojishi {
  width: 18px;
  height: 18px;
  background-position: -70px -116px;
}
.op-icons {
  display: inline-block;
  vertical-align: middle;
  background: url('../../images/company/company-icon.png') no-repeat 0 0;
  overflow: hidden;
}
.op-icons-regis {
  width: 18px;
  height: 18px;
  background-position: 0 -140px;
}
.op-icons-gprs {
  width: 11px;
  height: 14px;
  background-position: -24px -142px;
}
.op-icons-del {
  width: 20px;
  height: 20px;
  background-position: -190px -139px;
}
.op-icons-search {
  width: 22px;
  height: 22px;
  background-position: -372px -138px;
}
.op-icons-01 {
  width: 32px ;
  height: 28px;
  background-position: -563px 0;
}
.op-icons-02 {
  width: 36px;
  height: 36px;
  background-position: -602px 0;
}
.op-icons-checkTo {
  width: 19px;
  height: 18px;
  background-position: -333px -168px;
}
.op-icons-bill {
  width: 16px;
  height: 16px;
  background-position: -277px -170px;
}
.op-icons-new {
  width: 26px;
  height: 10px;
  background-position: -646px -5px;
}
.op-icons-hot {
  width: 26px;
  height: 10px;
  background-position: -682px -5px;
}
.op-icons-search {
  width: 16px;
  height: 16px;
  background-position: -232px -306px;
  cursor: pointer;
}
.op-icons-search:hover {
  background-position: -232px -173px;
}
.op-icons-searchBig {
  width: 23px;
  height: 23px;
  background-position: -372px -138px;
}
.op-icons-polling {
  width: 62px;
  height: 62px;
  background-position: -447px -54px;
}
.op-icons-bill2 {
  width: 62px;
  height: 62px;
  background-position: -517px -54px;
}
.op-icons-serve {
  width: 62px;
  height: 62px;
  background-position: -588px -54px;
}
.op-icons-parts {
  width: 62px;
  height: 62px;
  background-position: -659px -54px;
}
.op-icons-right {
  width: 10px;
  height: 18px;
  background-position: -44px 142px;
}
.o-checkbox-wrapper {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.o-checkbox-wrapper *,
.o-checkbox-wrapper :after,
.o-checkbox-wrapper :before {
  box-sizing: border-box;
}
.o-checkbox-wrapper .o-checkbox {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.o-checkbox-wrapper .o-checkbox.o-checkbox-disabled .o-checkbox-input {
  cursor: not-allowed;
}
.o-checkbox-wrapper .o-checkbox.o-checkbox-disabled .o-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}
.o-checkbox-wrapper .o-checkbox.o-checkbox-disabled .o-checkbox-inner:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.o-checkbox-wrapper .o-checkbox.o-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #C4261D;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: "";
}
.o-checkbox-wrapper .o-checkbox.o-checkbox-checked .o-checkbox-inner {
  border-color: #c4261d;
}
.o-checkbox-wrapper .o-checkbox.o-checkbox-checked .o-checkbox-inner:after {
  top: 40%;
  position: absolute;
  display: table;
  border: 2px solid #c4261d;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
}
.o-checkbox-wrapper .o-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.o-checkbox-wrapper .o-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.o-checkbox-wrapper .o-checkbox-inner:after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: " ";
}
.o-checkbox-wrapper p {
  margin: 0;
}
.o-checkbox-wrapper .o-checkbox + span,
.o-checkbox-wrapper .o-checkbox + p {
  padding-right: 4px;
  padding-left: 4px;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* 下拉菜单 */
.dropdown {
  position: relative;
  z-index: 1;
}
.dropdown .dt {
  position: relative;
  padding-right: 15px;
  z-index: 1;
}
.dropdown .dt i {
  position: absolute;
  top: 13px;
  right: 3px;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.dropdown .dt .mask {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  font-size: 0;
  background-color: #fff;
  z-index: 2;
}
.dropdown .dt.active {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  background-color: #fff;
}
.dropdown .dt.active .mask {
  display: block;
}
.dropdown .dt.active i {
  transform: rotate(180deg);
}
.dropdown .dt a {
  color: #666;
}
.dropdown .dt .dd {
  display: none;
  position: absolute;
  left: -1px;
  top: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.dropdownLanguage {
  width: 90px;
  text-align: center;
  cursor: pointer;
}
.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;
}
/* 底部 */
.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;
}
/* 地址选择 */
.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;
}
.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;
}
/* 右侧固定导航 */
.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;
}
.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: 2px;
}
.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;
}
/* 购物车 */
.btn-orderPrice {
  background: #d52b31;
  color: #fff;
  border: none;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 6px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
}
.f23030 {
  color: #f23030;
}
.f18 {
  font-size: 18px;
}
.bgf23030 {
  background-color: #f23030;
}
p {
  margin: 0;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.marL10 {
  margin-left: 10px;
}
.productCode {
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 5px;
  text-align: left;
  color: #999;
}
.standards {
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 5px;
  text-align: left;
  color: #999;
  font-size: 14px;
}
.product-tag {
  display: inline-block;
  background-color: #d52b31;
  padding: 3px 4px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
  margin-right: 4px;
}
.text-center {
  text-align: center;
}
.exportCart {
  padding: 0 20px;
  border-radius: 6px;
}
#cart-title {
  position: relative;
}
#cart-title h2 {
  float: left;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  padding-top: 14px;
}
#cart-title dl {
  float: left;
  margin-left: 19px;
  overflow: hidden;
  *zoom: 1;
}
#cart-title dl dt,
#cart-title dl dd {
  float: left;
}
#cart-title dl dt {
  color: #888;
  width: 80px;
  padding-top: 5px;
}
#cart-title dl dd {
  width: 528px;
  color: #666;
}
#cart-title .spaddress {
  display: inline-block;
  padding: 0 5px;
  line-height: 22px;
  border: 1px solid #bbb;
}
#cart-title .spaddress i {
  margin-left: 5px;
}
#cart-title .adschange {
  position: absolute;
  top: 39px;
  right: 0;
  width: 450px;
  padding: 5px 5px 30px 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 100;
}
#cart-title .adschange li {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}
#cart-title .adschange .tab {
  height: 30px;
  font-size: 0;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
#cart-title .adschange .tab li {
  padding: 0 10px;
  line-height: 29px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  background-color: #f8f8f8;
}
#cart-title .adschange .tab .active {
  border-bottom: 1px solid #000;
  background-color: #fff;
}
#cart-title .adschange .content {
  display: none;
  margin-top: 5px;
}
#cart-title .adschange .content li {
  width: 90px;
  padding: 0 8px;
  margin: 5px 0;
}
#cart-title .adschange .content li:hover {
  color: #d52b31;
}
#cart-title .adschange .content li.col2 {
  width: 196px;
}
#cart-title .adschange .content.active {
  display: block;
}
#cart-title .cart-unlogin {
  height: 40px;
  background-color: #ffe6cd;
  overflow: hidden;
}
#cart-title .cart-unlogin .cart-icon {
  width: 20px;
  height: 20px;
  background: url('../../images/company/company-default.png') no-repeat -686px -13px;
  float: left;
  margin: 10px 14px 10px 18px;
}
#cart-title .cart-unlogin p {
  height: 40px;
  line-height: 40px;
  float: left;
  margin: 0;
}
#cart-title .cart-unlogin .cart-login {
  float: left;
  width: 90px;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  background-color: #f23030;
  margin: 7px 0 0 17px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
#cart-title #cart-address {
  overflow: hidden;
  float: right;
  padding: 14px 0;
}
#cart-title #cart-address dd,
#cart-title #cart-address dt {
  display: inline-block;
}
#cart-msg {
  margin-top: 10px;
  padding: 5px 24px;
  border: 1px solid #eee;
  background-color: #3dbdf4;
}
#cart-main .title-c0 {
  margin-top: 6px !important;
}
#cart-main .title-label {
  margin-right: 0;
}
#cart-main .c0 {
  line-height: 0;
  margin-top: 12px;
  padding-left: 16px;
}
#cart-main .c1 {
  width: 80px;
}
#cart-main .c1 img {
  border: 1px solid #e5f6fd;
}
#cart-main .w45 {
  width: 45px;
}
#cart-main .c2 {
  width: 240px;
}
#cart-main .c21 {
  width: 40px;
}
#cart-main .w90 {
  width: 90px;
}
#cart-main .c22 {
  width: 80px;
  text-align: right;
}
#cart-main .c23 {
  width: 80px;
  text-align: right;
}
#cart-main .c3 {
  width: 100px;
  padding-left: 0;
  text-align: right;
}
#cart-main .c4 {
  width: 120px;
  padding-left: 0;
  text-align: center;
  margin-left: 30px;
}
#cart-main .c5 {
  width: 68px;
  text-align: right;
}
#cart-main .c55 {
  width: 155px;
  text-align: right;
  margin-right: 28px;
}
#cart-main .c6 {
  width: 68px;
  text-align: left;
}
#cart-main .tool-bar {
  line-height: 40px;
  font-size: 12px;
  border: 1px solid #eee;
  background-color: #fafafa;
}
#cart-main .tool-bar .chk {
  *margin: 14px 0;
}
#cart-main .caption {
  margin-top: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 2px solid #eee;
}
#cart-main .caption .c0 {
  padding-left: 13px;
}
#cart-main .caption input[type='checkbox'] {
  font-size: 14px;
}
#cart-main .caption-name {
  margin-left: 45px;
}
#cart-main .privilegeName {
  margin: 0 10px;
  background: #fff;
  color: #ff3100;
  padding: 2px 4px;
  border: 1px solid #ff3100;
}
#cart-main .event {
  padding: 2px 4px;
  color: #ff3100;
  background-color: #fff;
  border: 1px solid #ff3100;
  line-height: 12px;
  float: right;
  display: inline-block;
}
#cart-main .label-box {
  max-width: 450px;
  display: inline-block;
}
#cart-main .label-tips {
  margin-top: 5px;
  margin-left: 5px;
}
#cart-main .privilegeName {
  margin-top: 3px;
}
#cart-main .label {
  margin-top: 5px;
  color: #ff5353;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#cart-main .goods {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  word-break: break-all;
  font-size: 12px;
  color: #333;
}
#cart-main .goods .myRow {
  overflow: visible;
  position: relative;
}
#cart-main .goods .myRow .count-down {
  position: absolute;
  left: 34px;
  bottom: 2px;
  color: #ff5353;
  padding: 6px;
}
#cart-main .goods .myRow .server-name {
  position: absolute;
  top: 100px;
  left: 34px;
  color: #666;
  overflow: hidden;
}
#cart-main .goods .myRow .server-name-detail {
  max-width: 130px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#cart-main .goods .myRow .server-name span {
  float: left;
  margin-right: 5px;
}
#cart-main .goods .myRow .server-name .server-delete {
  display: none;
  cursor: pointer;
}
#cart-main .goods .myRow .server-name:hover .server-delete {
  display: inline-block;
}
#cart-main .goods .row {
  zoom: 1;
  border-bottom: 1px solid #eee;
}
#cart-main .goods .row .willchoose {
  display: none;
  position: absolute;
  max-width: 570px;
  min-width: 370px;
  left: -1px;
  top: 100%;
  border: 1px solid #eee;
  z-index: 1;
  background: white;
}
#cart-main .goods .row .willchoose dl {
  margin: 17px 0 19px;
  padding: 0 10px;
}
#cart-main .goods .row .willchoose dl dt {
  color: #888;
  width: 80px;
  float: left;
}
#cart-main .goods .row .willchoose dl dd {
  float: left;
}
#cart-main .goods .row .willchoose dl dd .series {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  line-height: 26px;
  border: 1px solid #999;
  text-align: center;
  cursor: pointer;
  padding: 0 6px;
}
#cart-main .goods .row .willchoose dl dd .active {
  color: #d52b31 !important;
  border-color: #d52b31;
}
#cart-main .goods .row .willchoose dl dd .active a {
  color: #d52b31;
}
#cart-main .goods .row .willchoose dl .footBtn {
  margin-left: 80px;
}
#cart-main .goods .row .willchoose dl .footBtn .series1 {
  position: relative;
  display: inline-block;
  margin-top: -5px;
  margin-right: 5px;
  line-height: 26px;
  padding: 2px 15px;
}
#cart-main .goods .row .willchoose dl .footBtn .series2 {
  background: #f23030;
  border-radius: 5px;
}
#cart-main .goods .row .willchoose dl .footBtn .series2 a {
  color: #fff;
}
#cart-main .goods .row .willchoose dl .footBtn .series3 a {
  color: #3dbdf4;
}
#cart-main .goods .row .willchoose dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
#cart-main .goods .row .willchoose:before {
  position: absolute;
  /* right: 0; */
  left: 40px;
  top: -7px;
  content: '';
  width: 11px;
  height: 13px;
  background: url('../images/jiantou.png') no-repeat;
}
#cart-main .goods .row .server {
  padding: 10px;
  border: 1px solid #ddd;
  margin: 6px 0 5px -10px;
  background-color: #fff;
  position: relative;
  z-index: 300;
}
#cart-main .goods .row .server .select-server-top:hover ul {
  display: block;
}
#cart-main .goods .row .server .select-server-top:hover .arrow {
  transform: rotate(-180deg);
}
#cart-main .goods .row .server .select-server {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -685px -37px;
  margin-right: 5px;
}
#cart-main .goods .row .server .arrow {
  width: 11px;
  height: 6px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -22px -34px;
  margin-left: 5px;
  transform: rotate(0deg);
}
#cart-main .goods .row .server ul {
  display: none;
}
#cart-main .goods .row .server li {
  line-height: 20px;
  overflow: hidden;
}
#cart-main .goods .row .server li .no-select-icon {
  width: 20px;
  height: 20px;
  background: url('../../images/company/company-default.png') no-repeat -686px -13px;
  float: left;
}
#cart-main .goods .row .server li input[class*='checkBox'] + label {
  margin-right: 10px;
}
#cart-main .goods .row .server li input[class*='checkBox']:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -5px;
  left: 1px;
  color: #d52b31;
  font-size: 12px;
}
#cart-main .goods .row .specification {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 6px;
}
#cart-main .goods .row .specification .specification-title {
  word-break: break-all;
}
#cart-main .goods .row .specification .specification-title:hover ul {
  display: block;
}
#cart-main .goods .row .specification .specification-title:hover .arrow {
  transform: rotate(-180deg);
}
#cart-main .goods .row .specification .specification-title:hover .border {
  display: block;
}
#cart-main .goods .row .specification .arrow {
  width: 11px;
  height: 6px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -685px -37px;
  margin-left: 5px;
  transform: rotate(0deg);
}
#cart-main .goods .row .specification .border {
  width: 143px;
  height: 1px;
  background-color: #fff;
  position: relative;
  top: 12px;
  left: -10px;
  z-index: 100;
  display: none;
}
#cart-main .goods .row .specification ul {
  width: 230px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
  position: relative;
  top: 11px;
  left: -11px;
}
#cart-main .goods .row .specification li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
#cart-main .goods .row .specification li img {
  margin-top: 5px;
  margin-right: 5px;
  float: left;
}
#cart-main .goods .row .specification li input[class*='checkBox'] + label {
  margin-right: 10px;
  float: left;
  margin-top: 14px;
}
#cart-main .goods .row .specification li input[class*='checkBox']:checked + label:after {
  content: '\2714';
  position: absolute;
  top: -15px;
  left: 1px;
  color: #d52b31;
  font-size: 12px;
}
#cart-main .goods .row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
#cart-main .goods .group-style-unchecked {
  border-bottom: 1px solid #fff;
  width: 50px;
  top: -1px;
  position: relative;
}
#cart-main .goods .marB15 {
  margin-bottom: 15px;
}
#cart-main .goods .c0 {
  padding-top: 39px;
  border-top: 0;
}
#cart-main .goods .c0 .disable {
  font-size: 10px;
  border-radius: 5px;
  padding: 18px;
}
#cart-main .goods .c1 {
  padding-top: 20px;
  padding-left: 0;
  padding-bottom: 20px;
}
#cart-main .goods .c2 {
  padding-top: 20px;
  width: 208px;
  *zoom: 1;
}
#cart-main .goods .c2 .privilegeAlter,
#cart-main .goods .c2 .outPrivilegeAlter {
  clear: both;
  background: #3dbdf4;
  padding: 5px;
}
#cart-main .goods .c2 .privilegeAlter .privilegeAlterTime,
#cart-main .goods .c2 .outPrivilegeAlter .privilegeAlterTime {
  font-size: 14px;
  color: #d52b31;
  padding: 0 2px;
}
#cart-main .goods .c21 {
  padding-top: 39px;
  border-top: 0;
  margin-top: 12px;
  padding-left: 32px;
}
#cart-main .goods .c22 {
  padding-top: 20px;
  height: 30px;
  line-height: 30px;
  text-align: right;
}
#cart-main .goods .c23 {
  padding-top: 20px;
  height: 30px;
  line-height: 30px;
  text-align: right;
}
#cart-main .goods .c3 {
  text-align: right;
  height: 30px;
  line-height: 30px;
}
#cart-main .goods .c3 .price-type {
  border: 1px solid #f23030;
  padding: 4px 10px;
}
#cart-main .goods .c23,
#cart-main .goods .c3,
#cart-main .goods .c5,
#cart-main .goods .c55,
#cart-main .goods .c6 {
  padding-top: 20px;
}
#cart-main .goods .c23 {
  overflow: hidden;
}
#cart-main .goods .c23 .package {
  width: 38px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ddd;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #fff;
  float: left;
}
#cart-main .goods .c23 .choose {
  width: 36px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 2px solid #d52b31;
}
#cart-main .goods .c5 {
  height: 30px;
  line-height: 30px;
}
#cart-main .goods .c55 {
  text-align: right;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}
#cart-main .goods .c6 {
  width: 68px;
  text-align: left;
  padding-top: 26px;
}
#cart-main .goods .c6 a {
  display: inline-block;
  margin-bottom: 10px;
  color: #999;
}
#cart-main .goods .c6 a:hover {
  color: #d52b31;
}
#cart-main .goods .c4 {
  padding-top: 20px;
  position: relative;
}
#cart-main .goods .c4 input[type='text']:disabled,
#cart-main .goods .c4 input[type='button'][disabled],
#cart-main .goods .c4 button[type='button'][disabled] {
  background-color: #fff !important;
}
#cart-main .goods .pname h5,
#cart-main .goods .attr h5 {
  color: #888;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
  margin: 10px 0 19px 0;
}
#cart-main .goods .pname {
  float: left;
}
#cart-main .goods .pname a {
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-left: 10px;
}
#cart-main .goods .attr {
  float: left;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#cart-main .goods .attr .attrChange {
  float: right;
  background: #f23030;
  color: #fff;
  padding: 0 2px;
  display: none;
  font-size: 10px;
  cursor: pointer;
}
#cart-main .goods .attr .willchoose {
  position: absolute;
}
#cart-main .goods .attr .willchoose .title {
  padding-left: 10px;
  color: #f23030;
  font-size: 0;
  background-color: #ffe9e9;
}
#cart-main .goods .attr .willchoose .active {
  border: 1px solid #f23030;
}
#cart-main .goods .attr .willchoose .active .title {
  font-size: 12px;
  line-height: 28px;
}
#cart-main .goods .attr:hover {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 10px;
  overflow: inherit;
}
#cart-main .goods .attr:hover .attrChange {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
#cart-main .goods .attr:hover .willchoose {
  display: block;
}
#cart-main .goods .attr-hover:hover {
  border: none;
  background-color: inherit;
  padding: 1px;
}
#cart-main .goods .attr-gray:hover {
  border: 1px solid #eee;
  background-color: inherit;
  padding: 0;
}
#cart-main .goods .attr-white:hover {
  border: 1px solid #fff;
  background-color: inherit;
  padding: 0;
}
#cart-main .goods .numbox {
  height: 28px;
  margin: 0 auto;
  border: 1px solid #bbb;
  position: relative;
  display: inline-block;
}
#cart-main .goods .numbox button {
  float: left;
  width: 28px;
  height: 28px;
  padding: 0;
  font-size: 14px;
  border: 0 none;
  background-color: #fff;
  cursor: pointer;
}
#cart-main .goods .numbox input {
  text-align: center;
  float: left;
  width: 60px;
  height: 28px;
  padding: 0;
  line-height: 28px;
  border: 0 none;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#cart-main .goods .nomuch {
  width: 96px;
  height: 26px;
  position: absolute;
  top: 50px;
  left: 20px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  background-color: #ccc;
}
#cart-main .goods .limit {
  padding: 9px;
  background-color: #ffe6cd;
  color: #f23030;
  position: absolute;
  top: 50px;
  left: 0;
  width: 240px;
  text-align: left;
}
#cart-main .goods .tipmsg {
  width: 92px;
  margin: 0 auto;
  color: #f23030;
  text-align: center;
  line-height: 16px;
  border: 1px solid #ffddde;
  background-color: #ffddde;
  font-size: 12px;
  text-align: left;
}
#cart-main .goods .manJian {
  height: 40px;
  line-height: 40px;
}
#cart-main .goods .manJian .danation {
  margin: 0 11px;
  padding: 4px 6px;
  background: #f23030;
  color: #fff;
  cursor: pointer;
}
#cart-main .goods .privilegeTarget {
  float: left;
  margin-top: 3px;
  margin-left: 5px;
}
#cart-main .mctcount {
  padding: 15px 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
#cart-main .mctcount .blue {
  margin-left: 15px;
}
#cart-main .mctcount .short-btn {
  background-color: #f23030;
  color: #fff;
  padding: 5px;
  margin-left: 16px;
  margin-top: -1px;
  float: left;
}
#cart-main .mctcount .group-btn {
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}
#cart-main .mctcount .group-check {
  float: left;
  padding-left: 19px;
  padding-top: 5px;
}
#cart-main .mctcount .group-check input[class*='checkBox']:checked + label:after {
  top: -3px;
  left: 1px;
}
#cart-bar {
  height: 162px;
  margin-top: 12px;
  padding: 0 0 0 19px;
  border: 1px solid #eee;
  background-color: #fafafa;
}
#cart-bar .chk {
  margin-right: 12px;
  _margin: 17px 12px 17px 0;
  _vertical-align: middle;
}
#cart-bar .orange {
  font-size: 20px;
}
#cart-bar li {
  float: left;
  line-height: 55px;
}
#cart-bar .cart-totle {
  line-height: 27px;
  text-align: right;
}
#cart-bar .cart-totle .font-price {
  font-weight: bold;
}
#cart-bar .tool {
  float: left;
  font-size: 12px;
}
#cart-bar .tool li {
  margin-right: 20px;
}
#cart-bar .goslmt {
  float: right;
}
#cart-bar .goslmt li {
  margin-left: 30px;
}
#cart-bar .goslmt .btn {
  height: 55px;
  padding: 0 63px;
  line-height: 55px;
  font-weight: bold;
  border-radius: 0;
}
#cart-null {
  width: 1200px;
  padding: 100px 0;
  overflow: hidden;
  text-align: center;
}
#cart-null .cart-null-box {
  width: 350px;
  margin: 0 auto;
}
#cart-null .cart-icon-null {
  width: 50px;
  height: 44px;
  background: url('../../images/company/company-icon.png') no-repeat -696px -119px;
  float: left;
}
#cart-null .go-login {
  float: left;
}
#cart-null .no-login {
  margin-top: 14px;
  margin-left: 0;
  cursor: pointer;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #d52b31;
  color: #fff;
  background: #d52b31;
  display: inline-block;
}
#cart-null .go-shopping {
  float: left;
  margin-top: 14px;
  margin-left: 15px;
  cursor: pointer;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ccc;
  color: #666;
}
#cart-null .cart-null-right {
  margin: 13px 0 0 20px;
}
#cart-load {
  height: 300px;
  text-align: center;
  line-height: 300px;
}
.amount-msg {
  background-color: #d52b31;
  border: 1px solid #ffe288;
  box-shadow: 1px 1px 6px #eee;
  color: #555;
  height: 22px;
  left: -20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 100px;
  font-size: 12px;
}
.amount-msg em {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #d52b31;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 50%;
  top: 22px;
  margin-left: -5px;
}
.amount-msg.addSty {
  left: -6px;
  top: -30px;
}
.cart-search {
  height: 50px;
  width: 426px;
  position: absolute;
  right: 0;
  top: -82px;
  z-index: 150;
  overflow: hidden;
}
.cart-search .cart-search-box {
  float: right;
}
.cart-search .cart-input {
  width: 319px;
  height: 32px;
  line-height: 32px;
  border: 2px solid #d52b31;
  float: left;
  padding: 0 0 0 15px;
}
.cart-search .cart-button {
  width: 62px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background-color: #d52b31;
  float: left;
  border: 0;
}
.shopTitle {
  font-size: 20px;
  height: 50px;
  width: 426px;
  position: absolute;
  left: 190px;
  top: -68px;
}
.container {
  width: 1200px;
  position: relative;
}
.color0721 {
  color: #0166CC;
}
.jingYong {
  background: #eee;
  color: #999 !important;
}
.fff2f2 {
  background: #e5f6fd;
}
.bdDash {
  border: 1px dashed #eee !important;
}
.bomb-Box {
  position: fixed;
  width: 380px;
  border: 5px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  top: 200px;
  left: 50%;
  margin-left: -190px;
}
.bomb-Box .bomb-title {
  padding-top: 12px;
  height: 23px;
  background: #f8f8f8;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}
.bomb-Box .bomb-title .title-text {
  float: left;
}
.bomb-Box .bomb-title .close-img {
  float: right;
  width: 12px;
  height: 12px;
  background: url('../../images/company/company-default.png') no-repeat -22px -256px;
  cursor: pointer;
}
.bomb-Box .bomb-main {
  font-size: 0;
  padding-top: 20px;
  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 -518 -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: 2px;
  text-align: center;
  margin-right: 10px;
}
.bomb-Box .bomb-main .main-right .right-botton .two-button {
  padding: 7px 15px;
  background: white;
  border-radius: 2px;
  width: 80px;
  border: 1px solid #ccc;
  color: #999;
}
.bomb-Box .bomb-main .main-right .integral {
  font-size: 12px;
  color: #0066cc;
  text-decoration: none;
}
.dialog-header {
  background: #f8f8f8;
  color: #666;
}
.dialog-header .iconClick {
  position: absolute;
  right: 0;
  width: 30px;
  height: 20px;
  margin-right: 0;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}
.dialog-header .iconYuan {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 2px;
  text-align: center;
  font-size: 18px;
}
.dialog-header .fontWeight {
  font-weight: bold;
  font-size: 15px;
}
.header-title {
  display: inline-block;
  margin: 10px;
}
.dialog-body_ {
  max-height: 461px;
  overflow-x: auto;
}
.dialog-body_ .row {
  border-bottom: 1px solid #ccc;
}
.dialog-body_ .c0 {
  padding-top: 60px;
  padding-right: 12px;
  border-top: 0;
  width: 10%;
  text-align: center;
}
.dialog-body_ .c0.disabled {
  width: 10px;
}
.dialog-body_ .c0.disabled .input {
  display: none;
}
.dialog-body_ .c1 {
  padding: 15px 0;
  width: 20%;
}
.dialog-body_ .c2 {
  padding-top: 15px;
  *zoom: 1;
  width: 45%;
}
.dialog-body_ .c2 .privilegeAlter,
.dialog-body_ .c2 .outPrivilegeAlter {
  clear: both;
  background: #3dbdf4;
  padding: 5px;
}
.dialog-body_ .c2 .privilegeAlter .privilegeAlterTime,
.dialog-body_ .c2 .outPrivilegeAlter .privilegeAlterTime {
  font-size: 14px;
  color: #d52b31;
  padding: 0 2px;
}
.dialog-body_ .c2 .pname {
  float: left;
  width: 160px;
  overflow: hidden;
}
.dialog-body_ .c2 .attr {
  float: right;
  width: 150px;
  padding-left: 10px;
  border: 1px solid transparent;
  margin-left: 38px;
  margin-top: -30px;
  padding-top: 10px;
}
.dialog-body_ .c2 .attr .attrChange {
  float: right;
  background: #f23030;
  color: #fff;
  padding: 0 2px;
  display: none;
  font-size: 10px;
  cursor: pointer;
}
.dialog-body_ .c2 .attr .willchoose {
  display: none;
  position: relative;
  max-width: 340px;
  min-width: 160px;
  border: 1px solid #eee;
  border-top: 2px solid #eee;
  background: white;
  z-index: 2000 !important;
}
.dialog-body_ .c2 .attr .willchoose dl {
  margin: 17px 0 19px;
  padding: 0 10px;
  word-break: break-all;
}
.dialog-body_ .c2 .attr .willchoose dl dt {
  color: #888;
  width: 80px;
  float: left;
}
.dialog-body_ .c2 .attr .willchoose dl dd {
  float: left;
}
.dialog-body_ .c2 .attr .willchoose dl dd .series {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  line-height: 26px;
  border: 1px solid #999;
  text-align: center;
  cursor: pointer;
  padding: 0 6px;
}
.dialog-body_ .c2 .attr .willchoose dl dd .active {
  color: #f23030 !important;
  border-color: #f23030;
}
.dialog-body_ .c2 .attr .willchoose dl dd .active a {
  color: #f23030;
}
.dialog-body_ .c2 .attr .willchoose dl .footBtn .series1 {
  position: relative;
  display: inline-block;
  margin-top: -5px;
  margin-right: 5px;
  line-height: 26px;
  padding: 2px 15px;
}
.dialog-body_ .c2 .attr .willchoose dl .footBtn .series2 {
  background: #f23030;
  border-radius: 5px;
}
.dialog-body_ .c2 .attr .willchoose dl .footBtn .series2 a {
  color: #fff;
}
.dialog-body_ .c2 .attr .willchoose dl .footBtn .series3 a {
  color: #3dbdf4;
}
.dialog-body_ .c2 .attr .willchoose dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.dialog-body_ .c2 .attr .willchoose:before {
  position: absolute;
  /* right: 0; */
  left: 40px;
  top: -9px;
  content: '';
  width: 11px;
  height: 13px;
  background: url('../images/jiantou.png') no-repeat;
}
.dialog-body_ .c2 .attr .willchoose {
  position: relative;
  left: -11px;
  bottom: -1px;
}
.dialog-body_ .c2 .attr .willchoose .title {
  padding-left: 10px;
  color: #f23030;
  font-size: 0;
  background-color: #ffe9e9;
}
.dialog-body_ .c2 .attr .willchoose .active {
  border: 1px solid #f23030;
}
.dialog-body_ .c2 .attr .willchoose .active .title {
  font-size: 12px;
  line-height: 28px;
}
.dialog-body_ .c2 .attr:hover {
  border: 1px dashed #d52b31;
}
.dialog-body_ .c2 .attr:hover .attrChange {
  display: inline-block;
  position: relative;
  right: -1px;
  top: -11px;
}
.dialog-body_ .c2 .attr:hover .willchoose {
  display: block;
}
.dialog-body_ .c3 {
  text-align: center;
  width: 11%;
  padding-top: 15px;
}
#cart-foot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: #fafafa;
  z-index: 1000;
  display: none;
}
.cart-bar-fixed {
  width: 1181px;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  z-index: 1000;
}
.modal-footer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal-footer .footBtn {
  font-size: 15px;
  width: 100px;
}
.modal-footer .btn {
  display: inline-block;
  height: 36px;
  text-align: center;
  line-height: 36px;
  width: 100px;
  border-radius: 36px;
  cursor: pointer;
}
.modal-footer .btn:nth-child(1):hover {
  color: #fff;
}
.modal-footer .btn:nth-child(2):hover {
  color: #ccc;
}
.bgRed {
  background-color: #f23030 !important;
}
.bgWhite {
  border: 1px solid #ccc;
  background-color: #fff !important;
  color: #000;
}
.modal {
  background-color: #000000;
  /*不支持rgba的浏览器*/
  background-color: rgba(0, 0, 0, 0.4);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, 0, endColorstr=#66000000, 0);
  background: none\9;
}
.bg-modal {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #000000;
  /*不支持rgba的浏览器*/
  background: rgba(51, 51, 51, 0.3);
  /*支持rgba的浏览器*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, 0, endColorstr=#B2000000, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
  background: none\9;
}
input[class*='checkBox'] + label {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
}
input[class*='checkBox']:checked + label {
  border: 1px solid #f23030;
  background-color: #fff;
}
input[class*='checkBox']:checked + label:after {
  content: '\2714';
  position: absolute;
  top: 5px;
  left: 1px;
  color: #f23030;
  font-size: 12px;
}
label[for='checkBoxFoot'] {
  line-height: 0;
  float: left;
  margin: 20px 19px 0 0;
}
.attrActive {
  border: 2px solid #d52b31 !important;
}
.attrDisabled {
  pointer-events: none !important;
  color: #ddd !important;
}
.attr-name {
  float: left;
}
.attr-style {
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  float: left;
}
.quick {
  margin-bottom: 20px;
  position: relative;
}
.quick .quick-title .active {
  color: #d52b31;
  border-bottom: 2px solid #d52b31;
}
.quick .quick-title li {
  padding: 0 20px 10px 20px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.quick .search-container {
  background: #d52b31;
  height: 70px;
  width: 1200px;
  position: relative;
  z-index: 1;
  /*兼容IE7、8 */
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=10)';
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.quick .line {
  margin-top: -2px;
  border-top: 2px solid #ddd;
}
.quick .search {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 5;
  overflow: hidden;
}
.quick .search-input {
  width: 400px;
  height: 36px;
  margin: 17px 0 0 20px;
  padding: 0;
  padding-left: 45px;
  border: 1px solid #ccc;
  color: #999;
}
.quick .search-file {
  width: 150px;
  height: 36px;
  margin: 17px 0 0 20px;
  border: 1px solid #ccc;
  color: #999;
}
.quick .search-file-cover {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 15px 0 0 20px;
  color: #fff;
  background: #d52b31;
  cursor: pointer;
  position: relative;
  display: inline-block;
  float: left;
}
.quick .search-file-cover .search-download {
  color: #fff;
}
.quick .search-file-cover-width {
  width: 120px;
}
.quick .file-rule {
  float: left;
  margin: 17px 0 0 16px;
  color: #666;
}
.quick .file-rule .rule-rule-top {
  color: #999;
}
.quick .search-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url('../../images/company/company-default.png') no-repeat -162px -142px;
  position: absolute;
  top: 28px;
  left: 35px;
  cursor: pointer;
}
.quick .search-list {
  font-size: 12px;
  width: 445px;
  background: #fff;
  border: 1px solid #ddd;
  position: absolute;
  top: 84px;
  left: 20px;
  z-index: 3;
}
.quick .search-list ul {
  max-height: 500px;
  overflow-y: auto;
}
.quick .search-list li {
  margin: 0 14px;
  padding: 15px 0;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
.quick .search-list li img {
  float: left;
  margin-right: 10px;
}
.quick .search-list li .search-goods {
  max-width: 310px;
  float: left;
}
.quick .search-list li .search-goods p {
  line-height: 12px;
}
.quick .search-list li .search-goods span {
  display: inline-block;
}
.quick .search-list li .search-goods .name {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.quick .search-list li .search-goods .size {
  width: 110px;
}
.quick .search-list li .search-goods .package {
  margin-top: 15px;
}
.quick .search-list li .search-goods .package span {
  width: 38px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ddd;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.quick .search-list li .search-goods .package .choose {
  width: 36px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 2px solid #d52b31;
}
.quick .search-list li .search-goods .package .package-name {
  margin-right: 9px;
  font-style: normal;
  margin-top: -5px;
}
.quick .search-list .search-btns {
  height: 50px;
  background: #f5f5f5;
  overflow: hidden;
}
.quick .search-list .search-btns span {
  width: 90px;
  height: 33px;
  line-height: 33px;
  display: inline-block;
  text-align: center;
  margin-top: 8px;
  cursor: pointer;
}
.quick .search-list .search-btns .add-cart {
  background: #d52b31;
  color: #fff;
  float: right;
  border: 1px solid #d52b31;
}
.quick .search-list .search-btns .close {
  background: #fff;
  float: right;
  border: 1px solid #ddd;
  margin: 8px 19px 0 12px;
}
/*复选框换成图片*/
.checkboxStyle {
  margin-right: 20px !important;
  display: inline-block;
  cursor: pointer;
}
.checkboxStyle input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}
.checkboxStyle 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;
  margin-right: 0;
}
.checkboxStyle input[type='checkbox']:checked + span {
  background-position: -107px -73px;
}
.options-btn input[type='button'] {
  height: 36px;
  border-radius: 6px;
}
/* 批量加入报价单弹框样式 */
.order-price-dialog-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2001;
  width: 100%;
  height: 100%;
}
.order-price-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 2002;
}
.order-price-dialog-header {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.order-price-dialog-header .dialog-title {
  font-size: 16px;
  font-weight: bold;
}
.order-price-dialog-header .dialog-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  background-color: transparent;
}
.order-price-dialog-header .dialog-close:hover {
  color: #333;
}
.order-price-dialog-body {
  padding: 20px;
  max-height: 400px;
  overflow-y: auto;
}
.order-price-dialog-body .search-box {
  display: flex;
  margin-bottom: 15px;
}
.order-price-dialog-body .search-box input {
  flex: 1;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  outline: none;
}
.order-price-dialog-body .search-box input:focus {
  border-color: #d52b31;
}
.order-price-dialog-body .search-box .search-btn {
  width: 60px;
  height: 36px;
  line-height: 36px;
  background-color: #d52b31;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.order-price-dialog-body .quotation-list {
  max-height: 250px;
  overflow-y: auto;
}
.order-price-dialog-body .quotation-list .quotation-item {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.order-price-dialog-body .quotation-list .quotation-item:hover,
.order-price-dialog-body .quotation-list .quotation-item.active {
  background-color: #f5f5f5;
  color: #d52b31;
  border-left: 2px solid #d52b31;
}
.order-price-dialog-body .quotation-list .quotation-item .quotation-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-price-dialog-body .quotation-list .quotation-item .quotation-count {
  margin-right: 10px;
  color: #999;
}
.order-price-dialog-body .quotation-list .quotation-item .confirm-btn {
  background-color: #d52b31;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}
.order-price-dialog-body .quotation-empty {
  text-align: center;
  padding: 30px 0;
  color: #999;
}
.order-price-dialog-body .divider {
  height: 1px;
  background-color: #eee;
  margin: 15px 0;
}
.order-price-dialog-body .create-quotation {
  text-align: center;
}
.order-price-dialog-body .create-quotation .create-btn {
  background-color: transparent;
  border: 1px solid #d52b31;
  color: #d52b31;
  border-radius: 4px;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}
.order-price-dialog-body .create-quotation .create-btn:hover {
  background-color: rgba(213, 43, 49, 0.05);
}
.order-price-dialog .create-quotation-form {
  padding: 20px;
  border-top: 1px solid #eee;
  display: none;
}
.order-price-dialog .create-quotation-form[ng-show='showCreateForm'] {
  display: block;
}
.order-price-dialog .create-quotation-form input {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
  outline: none;
  flex: 1;
}
.order-price-dialog .create-quotation-form input:focus {
  border-color: #d52b31;
}
.order-price-dialog .create-quotation-form .form-actions {
  display: flex;
  justify-content: flex-end;
}
.order-price-dialog .create-quotation-form .form-actions button {
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  border-radius: 4px;
  cursor: pointer;
}
.order-price-dialog .create-quotation-form .form-actions .cancel-btn {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  margin-right: 10px;
}
.order-price-dialog .create-quotation-form .form-actions .create-btn {
  background-color: #d52b31;
  border: none;
  color: #fff;
}
.order-price-dialog .order-price-dialog-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 20px 0;
}
.order-price-dialog .order-price-dialog-btns .order-price-dialog-btn {
  width: 100px;
  background: #d52b31;
  color: #fff;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 15px;
  border-radius: 44px;
  margin: 0 10px;
  cursor: pointer;
}
.bind-dialog-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3000;
}
.bind-dialog-mask .bind-dialog-content {
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 3001;
  border-radius: 4px;
  padding-bottom: 20px;
}
.bind-dialog-mask .bind-dialog-header {
  height: 50px;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.bind-dialog-mask .bind-dialog-header .bind-dialog-title {
  font-weight: bold;
}
.bind-dialog-mask .bind-dialog-header .bind-dialog-close {
  margin-left: auto;
  width: 25px;
  height: 25px;
  line-height: 21px;
  background: #eee;
  color: #d52b31;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.bind-dialog-mask .bind-dialog-body {
  padding: 15px;
}
.bind-dialog-mask .bind-dialog-btns {
  display: flex;
  justify-content: center;
}
.bind-dialog-mask .bind-dialog-btn {
  width: 100px;
  background: #d52b31;
  color: #fff;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 15px;
  border-radius: 44px;
  cursor: pointer;
}
.bind-dialog-mask .bind-dialog-btn-tmall {
  width: 100px;
  background: #c73f44;
  color: #fff;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 15px;
  margin-left: 20px;
  border-radius: 44px;
  cursor: pointer;
}
