/*header*/
.ui-header-stable {
  background-color: #fff;
}
.ui-header {
  height: 44px;
  line-height: 44px;
  color: #333;
}
.ui-header .ui-icon-return {
  line-height: 44px;
}
.ui-header ~ .ui-container {
  border-top: 44px solid transparent;
}
/*footer*/
.ui-footer {
  height: 49px;
  background-color: #fff;
}
.ui-footer ~ .ui-container {
  border-bottom: 59px solid transparent;
}
/*border*/
.ui-border-t {
  border-top: 1px solid #ddd;
}
.ui-border-b {
  border-bottom: 1px solid #ddd;
}
.ui-border-tb {
  border-top: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
}
.ui-border-l {
  border-left: 1px solid #ddd;
}
.ui-border-r {
  border-right: 1px solid #ddd;
}
.ui-border {
  border: 1px solid #ddd;
}
.ui-border-radius {
  border: 1px solid #ddd;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-border-radius:before {
    border: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-border,
  .ui-border-t,
  .ui-border-b,
  .ui-border-l,
  .ui-border-r,
  .ui-border-tb {
    border: 0;
  }
  .ui-border-t {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd));
  }
  .ui-border-b {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd));
  }
  .ui-border-tb {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd));
  }
  .ui-border-l {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd));
  }
  .ui-border-r {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd));
  }
  .ui-border:after {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd)), -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd)), -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd));
  }
}
/*form*/
.ui-form-item {
  font-size: 14px;
  margin-left: 10px;
  padding-left: 0;
  height: 50px;
  line-height: 50px;
}
.ui-input {
  width: 100%;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
}
.ui-form-item-show label {
  color: #333;
}
.ui-form-item label:not(.ui-switch):not(.ui-checkbox):not(.ui-checkbox-s):not(.ui-radio) {
  width: 74px;
}
.ui-form-item input,
.ui-form-item textarea {
  padding-left: 74px;
}
.ui-form-item-pure input,
.ui-form-item-pure textarea {
  padding-left: 0;
}
.ui-icon-close {
  height: 50px;
  line-height: 50px;
}
/*btn*/
.ui-btn {
  background-image: none;
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
}
.ui-btn-primary {
  background: linear-gradient(top, #d52b31, #d52b31);
  background: -webkit-linear-gradient(top, #d52b31, #d52b31);
  background: -moz-linear-gradient(top, #d52b31, #d52b31);
  color: #fff!important;
  border: 0;
  color: #ddd;
}
.ui-btn-primary:hover {
  background-color: #ab2227;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-btn-primary:before {
    border: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-btn:before,
  .ui-btn-lg:before,
  .ui-btn-s:before {
    border: 0;
  }
}
.ui-btn-primary:not(.disabled):not(:disabled):active,
.ui-btn-primary.active {
  background-color: #d52b31;
}
.ui-btn.disabled,
.disabled.ui-btn-lg,
.disabled.ui-btn-s,
.ui-btn:disabled,
.ui-btn-lg:disabled,
.ui-btn-s:disabled {
  background: #c4c4c4;
  color: #fff;
  border: 0;
}
/*tab*/
.ui-tab-nav li.current {
  color: #d52b31;
  border-bottom: 2px #d52b31 solid;
}
.ui-list-link li:after {
  color: #999;
}
.ui-arrowlink:before {
  color: #999;
}
.ui-loading-block {
  top: 44px;
}
.ui-loading-block .ui-loading-cnt {
  background: rgba(0, 0, 0, 0);
  width: auto!important;
  height: auto!important;
}
.ui-list > li {
  margin-left: 10px;
}
.ui-list-text > li,
.ui-list-pure > li {
  padding-right: 10px;
}
.ui-tooltips-warn .ui-tooltips-cnt {
  height: auto;
  color: #ff6600;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  background-color: #fef7ea;
}
.ui-actionsheet-cnt {
  padding: 0;
  background-color: #f5f5f5;
}
.ui-actionsheet-cnt button {
  height: 50px;
  color: #000;
  font-size: 18px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 0;
}
.ui-actionsheet-cnt button:last-child {
  margin-bottom: 0;
}
.address-container-award .submit-btn {
  padding: 0 20px;
  margin-top: 20px;
}
.address-container-award .submit-btn button {
  width: 100%;
  height: 40px;
  line-height: 40px;
}


/* 隐藏Vue代码，所有的组件设置成隐藏 */
[v-cloak]:not(body) {
  display: none;
}
ui-header,
ui-footer,
ui-actionsheet,
ui-actionsheet-pop,
ui-dialog-captchas,
ui-file-upload {
  display: none;
}
/* 头部位置留出 */
ui-header ~ .ui-container {
  border-top: 162px solid transparent;
}
body {
  font-family: PingFangSC-Regular, 'Source Han Sans CN', 'Microsoft Yahei', 'Microsoft Yahei', 'Helvetica Neue', Helvetica, STHeiTi, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #f0f0f0;
}
body.nobg {
  background-color: #fff;
}
.heiti {
  font-family: '黑体';
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
textarea {
  resize: none;
}
/*不同字体颜色 主色、绿色、白色、link*/
.theme {
  color: #d52b31 !important;
}
.aid {
  color: #fd8052;
}
.org {
  color: #ff6600;
}
.breakAll {
  word-break: break-all;
}
.green {
  color: #3ebd00;
}
.blue {
  color: #0066cc;
}
.white {
  color: #fff;
}
.link {
  color: #0066cc;
}
.red {
  color: #ff0000;
}
.c3 {
  color: #333;
}
.c6 {
  color: #666;
}
.c9 {
  color: #999;
}
.cc {
  color: #ccc !important;
}
.cb2 {
  color: #b2b2b2;
}
/*常用字体大小 12,16,18,20*/
.f12 {
  font-size: 12px !important;
}
.f10 {
  font-size: 10px;
}
.f14 {
  font-size: 14px !important;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f25 {
  font-size: 25px;
}
.f32 {
  font-size: 32px;
}
.bold {
  font-weight: bold;
}
.op0 {
  opacity: 0;
}
/*基础行高*/
.baseL1 {
  height: 21px;
}
.baseL2 {
  height: 42px;
}
.baseL3 {
  height: 16px;
}
.baseL4 {
  height: 32px;
}
.height30 {
  height: 30px;
}
.height32 {
  height: 32px;
}
.height35 {
  height: 35px;
}
.height36 {
  height: 36px;
}
.height40px {
  height: 40px;
}
/*常用内外边距*/
.padT0 {
  padding-top: 0;
}
.padT10 {
  padding-top: 10px;
}
.padB10 {
  padding-bottom: 10px;
}
.padT1 {
  padding-top: 1px;
}
.padB1 {
  padding-bottom: 1px;
}
.padL0 {
  padding-left: 0;
}
.padR0 {
  padding-right: 0;
}
.padR10 {
  padding-right: 10px;
}
.padL10 {
  padding-left: 10px;
}
.padR40 {
  padding-right: 40px;
}
.padL40 {
  padding-left: 40px;
}
.pad10 {
  padding: 10px;
}
.padL12 {
  padding-left: 12px !important;
}
.marL0 {
  margin-left: 0 !important;
}
.marT0 {
  margin-top: 0;
}
.marT5 {
  margin-top: 5px;
}
.marT7 {
  margin-top: 7px;
}
.marT8 {
  margin-top: 8px;
}
.marT10 {
  margin-top: 10px;
}
.marL5 {
  margin-left: 5px;
}
.marL10 {
  margin-left: 10px;
}
.marL12 {
  margin-left: 12px;
}
.marR10 {
  margin-right: 10px;
}
.marB0 {
  margin-bottom: 0 !important;
}
.marB5 {
  margin-bottom: 5px;
}
.marB10 {
  margin-bottom: 10px;
}
.marT20 {
  margin-top: 20px;
}
.marL20 {
  margin-left: 20px;
}
.marR20 {
  margin-right: 20px;
}
.marB20 {
  margin-bottom: 20px;
}
.marT30 {
  margin-top: 30px;
}
.marL30 {
  margin-left: 30px;
}
.marR30 {
  margin-right: 30px;
}
.marB30 {
  margin-bottom: 30px;
}
.marB10 {
  margin-bottom: 10px;
}
.marB30 {
  margin-bottom: 30px;
}
.marT15 {
  margin-top: 15px;
}
.marL15 {
  margin-left: 15px;
}
.no-radius {
  border-radius: 0 !important;
}
/*圆角*/
.radiusTop3 {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.radius4px {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
/*背景色*/
.bge {
  background: #eee;
}
.bgDis {
  background: #ccc;
}
.bgw {
  background-color: #fff;
}
/*float*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.BGT {
  background: transparent !important;
}
/* 字体位置 */
.txtr {
  text-align: right;
}
/*卡片式*/
.ui-card {
  margin: 10px;
  background-color: #fff;
  border-radius: 4px;
}
.ui-card2 {
  background-color: #fff;
}
/* 占位 */
.placeholder {
  -webkit-box-flex: 1;
}
/*header 右侧handle*/
.ui-header .handle-search {
  position: absolute;
  top: 0;
  right: 40px;
  height: 44px;
  line-height: 44px;
  color: #333;
}
.ui-header .handle-search i {
  font-size: 46px;
}
.ui-header .handle {
  position: absolute;
  top: 0;
  right: 10px;
  height: 44px;
  line-height: 44px;
  color: #333;
}
.ui-header .handle.h-nav {
  height: 100%;
  background-position: -30px -159px;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}
.ui-header .handle.h-nav.active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ui-header .h-nav.active + .nav {
  right: 10px;
}
.ui-header .nav {
  position: absolute;
  right: -100px;
  top: 45px;
  width: 80px;
  opacity: 0.8;
  border-radius: 4px;
  background-color: #3d3d3d;
  transition: right 0.4s;
  -webkit-transition: right 0.4s;
}
.ui-header .nav .arrow {
  position: absolute;
  top: -5px;
  right: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #3d3d3d;
  font-size: 0;
  line-height: 0;
}
.ui-header .nav a {
  display: block;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #666;
}
.ui-header .nav a .icon {
  margin-right: 5px;
}
.ui-header .search {
  position: absolute;
  left: 35px;
  right: 50px;
  top: 6px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #ddd;
  border: none;
  border-radius: 20px;
}
.ui-header .search i {
  margin: 7px 10px;
  float: left;
}
.ui-header .search .input {
  height: 100%;
  margin-left: 40px;
  margin-right: 10px;
  background: #f0f0f0;
}
.ui-header .search .input input[type='text'],
.ui-header .search .input input[type='search'] {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f0f0f0;
}
.rotate180 {
  transform: rotate(180deg);
}
/* 底部 */
.ui-footer .ui-tiled {
  height: 100%;
}
.ui-footer .ui-tiled li {
  height: 100%;
  font-size: 0;
}
.ui-footer .ui-tiled li a {
  display: block;
  width: 100%;
  height: 100%;
}
.ui-footer .ui-tiled li .icon {
  display: block;
  margin: 4px auto 3px;
}
.ui-footer .ui-tiled li .name {
  font-size: 12px;
  line-height: 1;
}
.ui-footer .ui-tiled li .focus {
  display: none;
}
.ui-footer .ui-tiled li.active .blur {
  display: none;
}
.ui-footer .ui-tiled li.active .focus {
  display: block;
}
/* 弹窗 */
.ui-pop {
  position: fixed;
  width: 100%;
  bottom: 0px;
  background-color: #fff;
  font-size: 14px;
  padding: 0 0 54px 0;
  text-align: left;
}
.ui-pop .tit {
  padding: 20px 0;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.ui-pop .btn {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.ui-pop .btn .prod-add,
.ui-pop .btn .prod-buy {
  width: 50%;
}
.ui-pop .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  background-color: #fff;
  font-size: 32px;
  color: #999;
  text-align: center;
  z-index: 10000;
}
/*fix*/
.ui-center-fix {
  height: auto;
  padding-bottom: 30px;
}
.ui-checkbox input:checked:before,
.ui-checkbox-s input:checked:before {
  color: #d52b31;
}
/*notice*/
.ui-notice {
  display: none;
  height: inherit;
  padding-top: 100px;
}
.ui-notice i:before {
  line-height: 60px;
  font-size: 60px;
}
.ui-notice .icon {
  margin-bottom: 10px;
}
.ui-notice .ui-notice-btn {
  width: 40%;
  padding: 15px 15px 15px;
  margin: 0 auto;
}
.ui-notice .ui-notice-btn .ui-btn {
  line-height: 35px;
  height: 35px;
  font-size: 14px;
}
/*back to top*/
.back-top {
  opacity: 0;
  position: fixed;
  width: 42px;
  height: 42px;
  bottom: 65px;
  right: 10px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.back-top.show {
  opacity: 1;
}
/* 底部工具 */
.bottom-tool {
  display: block;
  position: fixed;
  bottom: 65px;
  right: 10px;
  width: 42px;
  z-index: 1;
}
.bottom-tool .scroll-top {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  display: none;
}
.bottom-tool .scroll-top.show {
  display: block;
  opacity: 1;
}
.bottom-tool .item {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  border: opx solid #d6d6d6;
  border-radius: 50%;
  text-align: center;
  line-height: 39px;
  background-color: rgba(0, 0, 0, 0.6);
}
.bottom-tool .item .icons-cart {
  margin: 12px auto 3px;
}
.bottom-tool .icons-cart1 {
  height: 20px;
  width: 24px;
  background-position: -70px -35px;
  display: inline-block;
  text-align: center;
  background-image: url('images/blue_icons.png?v=1750991549037');
}
/* 显示隐藏  配合使用防止局部Vue代码丑陋显示 */
.show {
  display: block;
}
.hide {
  display: none;
}
.hide.show {
  display: block;
}
/* 图片验证码 */
.has-imgcode {
  padding-right: 104px;
}
.has-imgcode .imgcode {
  position: absolute;
  top: 15px;
  right: 12px;
  display: inline-block;
  width: 80px;
  height: 30px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAA8BAMAAAATRawmAAAAHlBMVEX///8AAAAFBwYIAAELAAcNDAsOEQ0WFRQoHSEiAg2+AzACAAAAoklEQVRYw2MQExQSEiQEFNG44kKCCE2JIBFRsLiiYCJDAgNVARuDAHUNZBwCBgZQ10DWIeDlUQNHDRxN2EQZOFrAjiabUQOHQSwPfheOGjhq4KiBowaOGkgzAxWobaDDoDdw8EfKCIzlCVRu21DfhR7GJoaCgkJiwsbGxs5GiAEo0UBxQWFRQThwMQSRJi4uziBa2AVECokHwuWTRIVAQ1qNALOZFZ7JKm0RAAAAAElFTkSuQmCC');
  background-size: 80px 30px;
}
.has-imgcode .ui-icon-close {
  right: 104px;
}
.ui-form-item-r.has-imgcode {
  padding-right: 0;
}
/*省市区浮动选择框*/
.area-wrap {
  height: 60%;
  padding: 0;
}
.area-wrap .tit i {
  position: absolute;
  left: 5px;
  top: 0;
  line-height: 58px;
}
.area-wrap .checked {
  line-height: 40px;
}
.area-wrap .checked span {
  padding-left: 15px;
  font-weight: bold;
}
.area-wrap .ui-scroller {
  position: absolute;
  width: 100%;
  top: 105px;
  bottom: 20px;
  overflow-y: hidden;
}
.area-wrap li {
  line-height: 36px;
  padding-left: 15px;
  position: relative;
}
.area-wrap li .icon {
  position: absolute;
  right: 15px;
  top: 12px;
}
/* 收货地址相关 */
.address-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background-color: #f0f0f0;
}
.address-container.show {
  display: block;
}
.address-submit-btn {
  /* 提交按钮 */
  margin: 25px 12px 0;
}
.address-submit-btn .ui-btn {
  width: 100%;
  height: 50px;
  font-size: 18px;
}
/*字体*/
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f40 {
  font-size: 40px;
}
/*字体色*/
.cf {
  color: #fff;
}
.c3 {
  color: #333 !important;
}
.c6 {
  color: #666;
}
.c7 {
  color: #777;
}
.c9 {
  color: #999;
}
.c0 {
  color: #000;
}
.cf8 {
  color: #f8f8f8;
}
.cf74c31 {
  color: #f74c31;
}
.ccc0000 {
  color: #cc0000;
}
.cfefefe {
  color: #fefefe;
}
.c614c1c {
  color: #614c1c;
}
.cd9c79f {
  color: #d9c79f;
}
.c2b993a {
  color: #2b993a;
}
.c5c471a {
  color: #5c471a;
}
.cff0000 {
  color: #ff0000;
}
.cf0 {
  color: #f0f0f0;
}
.ccc0000 {
  color: #cc0000;
}
.c959ca7 {
  color: #959ca7;
}
.ce91111 {
  color: #e91111;
}
.c0046aa {
  color: #0046aa;
}
.cf23030 {
  color: #f23030;
}
/*背景色*/
.bgf {
  background: #fff;
}
.bgd {
  background: #ddd;
}
.bgTheme {
  background: #d52b31;
}
.bgf0 {
  background-color: #f0f0f0;
}
.bgAid {
  background: #fd8052;
}
.bgf8 {
  background: #f8f8f8;
}
.bg9 {
  background: #999999;
}
.bge {
  background: #eee;
}
.bgff4444 {
  background: #ff4444;
}
.bg7757c9 {
  background: #7757c9;
}
.bgff7a7a {
  background: #ff7a7a;
}
.bgffa800 {
  background: #ffa800;
}
.bgfef7ea {
  background: #fef7ea;
}
.bgff0000 {
  background: #ff0000;
}
.bgcc0000 {
  background: #cc0000;
}
.bg7e7781 {
  background: #7e7781;
}
.bgb38a32 {
  background: #b38a32;
}
.bgb2 {
  background: #b2b2b2;
}
.bgc178ff {
  background: #c178ff;
}
.bgf5 {
  background: #f5f5f5;
}
.bgf26666 {
  background: #f26666;
}
.bgfd8052 {
  background: #fd8052;
}
.bg26bfa1 {
  background: #26bfa1;
}
.bgb38a35 {
  background: #b38a35;
}
.bg00c2eb {
  background: #00c2eb;
}
.bgcc0000 {
  background: #cc0000;
}
.bge46568 {
  background: #e46568;
}
.bgf6cd5e {
  background: #f6cd5e;
}
.bg19b596 {
  background: #19b596;
}
.bg4e8ce7 {
  background: #4e8ce7;
}
.bgTf59393Tf16666 {
  background: linear-gradient(top, #f59393, #f16666);
  background: -webkit-linear-gradient(top, #f59393, #f16666);
}
.bgTf4cc53Tb48b32 {
  background: linear-gradient(top, #d52b31, #d52b31);
  background: -webkit-linear-gradient(top, #d52b31, #d52b31);
  background: -moz-linear-gradient(top, #d52b31, #d52b31);
  color: #fff!important;
}
.bgfffac4 {
  background: #fffac4;
}
/*背景加颜色 active*/
.active-bgb38a32-cf {
  background: #cc0000 !important;
  color: #fff !important;
}
/*常用设置*/
.fb {
  font-weight: bold;
}
.vkaM {
  vertical-align: middle;
}
.posA {
  position: absolute;
}
.posR {
  position: relative;
}
.mg0Auto {
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-indent2 {
  text-indent: 2em;
}
.text-underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
  text-decoration-style: through;
  text-decoration-color: #999;
  -moz-text-decoration-color: #ddd;
  -moz-text-decoration-style: double;
  -webkit-text-decoration-color: #ddd;
  -webkit-text-decoration-style: solid;
}
.line-underline {
  text-decoration-style: underline;
  text-decoration-color: #eee;
  -moz-text-decoration-color: #b38a32;
  -moz-text-decoration-style: double;
  -webkit-text-decoration-color: #b38a32;
  -webkit-text-decoration-style: solid;
}
.mw70 {
  max-width: 70% !important;
}
.w100 {
  width: 100% !important;
}
.w10 {
  width: 10%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.wAuto {
  width: auto !important;
}
.w15 {
  width: 15%;
}
.w120px {
  width: 120px;
}
.w150px {
  width: 150px;
}
.w90px {
  width: 90px;
}
.w55 {
  width: 55%;
}
.w25 {
  width: 25%;
}
.w26px {
  width: 26px;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w80 {
  width: 80%;
}
.w95 {
  width: 95%;
}
.w45 {
  width: 45% !important;
}
.w33 {
  width: 33% !important;
}
.w36px {
  width: 36px;
}
.h14px {
  height: 14px;
}
.w100px {
  width: 100px;
}
.h100 {
  height: 100%;
}
.hAuto {
  height: auto !important;
}
.disB {
  display: block;
}
.disIB {
  display: inline-block;
}
.ellipsis-noblock {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  background-color: #f7f7f7;
  height: 35px;
  line-height: 33px;
  text-align: center;
  margin-top: 5px;
}
.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.ui-nowrap-1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ui-nowrap-multi-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.mgTB10 {
  margin: 10px 0;
}
.overflowhidden {
  overflow: hidden;
}
/*常用距离*/
.mgL0 {
  margin-left: 0 !important;
}
.mgL5 {
  margin-left: 5px;
}
.mgR5 {
  margin-right: 5px;
}
.mgT5 {
  margin-top: 5px;
}
.mgT0 {
  margin-top: 0 !important;
}
.mgB5 {
  margin-bottom: 5px;
}
.mgL10 {
  margin-left: 10px;
}
.mar10px {
  margin: 10px;
}
.mgR10 {
  margin-right: 10px;
}
.mgT10 {
  margin-top: 10px;
}
.mgB10 {
  margin-bottom: 10px;
}
.mgT12 {
  margin-top: 12px;
}
.mgL15 {
  margin-left: 15px;
}
.mgR15 {
  margin-right: 15px;
}
.mgT15 {
  margin-top: 15px;
}
.mgB15 {
  margin-bottom: 15px;
}
.mgL20 {
  margin-left: 20px;
}
.mgR20 {
  margin-right: 20px;
}
.mgT20 {
  margin-top: 20px;
}
.mgT24 {
  margin-top: 24px;
}
.mgB20 {
  margin-bottom: 20px;
}
.mgL25 {
  margin-left: 25px;
}
.mgR25 {
  margin-right: 25px;
}
.mgT25 {
  margin-top: 25px;
}
.mgB25 {
  margin-bottom: 25px;
}
.mgL30 {
  margin-left: 30px;
}
.mgR30 {
  margin-right: 30px;
}
.mgT30 {
  margin-top: 30px;
}
.mgB30 {
  margin-bottom: 30px;
}
.mgL35 {
  margin-left: 35px;
}
.mgR35 {
  margin-right: 35px;
}
.mgT35 {
  margin-top: 35px;
}
.mgB35 {
  margin-bottom: 35px;
}
.mgL40 {
  margin-left: 40px;
}
.mgR40 {
  margin-right: 40px;
}
.mgT40 {
  margin-top: 40px !important;
}
.mgB40 {
  margin-bottom: 40px;
}
.mgL45 {
  margin-left: 45px;
}
.mgR45 {
  margin-right: 45px;
}
.mgT45 {
  margin-top: 45px;
}
.mgB45 {
  margin-bottom: 45px;
}
.mgL50 {
  margin-left: 50px;
}
.mgT55 {
  margin-top: 55px;
}
.mgR50 {
  margin-right: 50px;
}
.mgT50 {
  margin-top: 50px;
}
.mgB50 {
  margin-bottom: 50px;
}
.mgT55 {
  margin-top: 55px;
}
.mgT60 {
  margin-top: 60px;
}
.mgT43 {
  margin-top: 43px;
}
.mgLR2 {
  margin-left: 2px;
  margin-right: 2px;
}
.mgLR15 {
  margin: 0 15px;
}
.mgTBLR15 {
  margin: 15px;
}
.mgB70 {
  margin-bottom: 70px;
}
.mgB90 {
  margin-bottom: 90px;
}
.mgT80 {
  margin-top: 80px;
}
.mgT100 {
  margin-top: 100px;
}
.mgL45P {
  margin-left: 45%;
}
.pd0 {
  padding: 0;
}
.pd15px {
  padding: 15px;
}
.pdR5 {
  padding-right: 5px;
}
.pdT15 {
  padding-top: 15px;
}
.pdT10 {
  padding-top: 10px;
}
.pdT5 {
  padding-top: 5px;
}
.pdT24 {
  padding-top: 24px;
}
.pdT50 {
  padding-top: 50px;
}
.pdT100 {
  padding-top: 100px;
}
.pdB5 {
  padding-bottom: 5px;
}
.pdB12 {
  padding-bottom: 12px;
}
.pdB50 {
  padding-bottom: 50px;
}
.pdL5 {
  padding-left: 5px;
}
.pdL15 {
  padding-left: 15px;
}
.pdL20 {
  padding-left: 20px;
}
.pdB5 {
  padding-bottom: 5px;
}
.pdT0 {
  padding-top: 0px !important;
}
.pdB0 {
  padding-bottom: 0px !important;
}
.pdT10 {
  padding-top: 10px;
}
.pdB10 {
  padding-bottom: 10px;
}
.pdL10 {
  padding-left: 10px;
}
.pdR0 {
  padding-right: 0px;
}
.pdR10 {
  padding-right: 10px;
}
.pdR15 {
  padding-right: 15px;
}
.pdB10 {
  padding-bottom: 10px;
}
.pdT20 {
  padding-top: 20px;
}
.pd3 {
  padding: 1px 3px;
}
.pdb5 {
  padding-bottom: 5px;
}
.pdTB5 {
  padding: 5px 0;
}
.pdTB10 {
  padding: 10px 0;
}
.pdT5 {
  padding-top: 5px;
}
.pdT16 {
  padding-top: 16px;
}
.pdT30 {
  padding-top: 30px;
}
.pdB5 {
  padding-bottom: 5px;
}
.pdTB10 {
  padding: 10px 0;
}
.pd3a5 {
  padding: 3px 5px;
}
.pd2a8 {
  padding: 2px 8px;
}
.pd0a20 {
  padding: 0px 20px;
}
.pdTB10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pdTB15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pdTB20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pd1a6 {
  padding: 1px 6px;
}
.pd5a15 {
  padding: 5px 15px;
}
.pd8a40 {
  padding: 8px 40px;
}
/*边框*/
.borT0 {
  border-top: 0px #fff solid;
}
.borB0 {
  border-bottom: 0px #fff solid;
}
.borL0 {
  border-left: 0px #fff solid;
}
.borR0 {
  border-right: 0px #fff solid;
}
.bor1ddd {
  border: 1px #ddd solid;
}
.borR1ddd {
  border-right: 1px #ddd solid;
}
.borL1ddd {
  border-left: 1px #ddd solid;
}
.borB1ddd {
  border-bottom: 1px #ddd solid;
}
.borR1d9c79f {
  border-right: 1px #d9c79f solid;
}
/*圆角*/
.radiusAll4 {
  border-radius: 4px;
}
.radiusAll5 {
  border-radius: 5px;
}
.radiusAll8 {
  border-radius: 8px;
}
.radiusAll10 {
  border-radius: 10px;
}
.radiusAll15 {
  border-radius: 15px;
}
.radius50 {
  border-radius: 50%;
}
.w50h50bor1 {
  width: 50px;
  height: 50px;
  border: 1px #ddd solid;
}
.w25h25bor1 {
  width: 25px;
  height: 25px;
  border: 1px #ddd solid;
}
.lineH150 {
  line-height: 150%;
}
.lineH16px {
  line-height: 16px;
}
.lineH18px {
  line-height: 18px;
}
.lineH20px {
  line-height: 20px;
}
.lineH25px {
  line-height: 25px;
}
.lineH30px {
  line-height: 30px;
}
.lineH35px {
  line-height: 35px;
}
.lineH75px {
  line-height: 75px;
}
.lineH40px {
  line-height: 40px;
}
.lineH45px {
  line-height: 45px;
}
.w100pxh100px {
  width: 100px;
  height: 100px;
}
.w70pxh70px {
  width: 70px;
  height: 70px;
}
.h20pxline20px {
  height: 20px;
  line-height: 20px;
}
/*锁住背景*/
.lock-bg {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.radius10px {
  border-radius: 10px;
}
/*fix ui-grid-halve-img*/
.ui-grid-halve-img {
  width: 94%;
  padding: 3%;
}
.ui-grid-halve-img img {
  position: relative;
  top: 0;
  left: 0;
}
.btn-wq-lg {
  display: block;
  width: 99%;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}
/* 边框按钮 */
.border-btn {
  background-color: transparent;
  border-color: #ddd;
}
.border-btn.on {
  border-color: #d52b31;
  color: #d52b31;
}
.ui-btn.on {
  border-color: #d52b31;
  color: #d52b31;
}
.bdTheme {
  border: 1px solid #d52b31;
}
/* 渐变按钮 */
.btn-gradient {
  border: none;
}
/* 分享组件 */
.ui-share {
  background-color: #fff;
}
.ui-share .ui-tiled {
  padding: 20px 0;
}
.ui-share .divider {
  height: 1px;
  margin: 0 12px;
}
.ui-share button:last-child {
  margin: 0;
}
.ui-actionsheet {
  z-index: 998;
}
.ui-actionsheet .ui-actionsheet-cnt {
  transform: translateY(120%);
  -webkit-transform: translateY(120%);
}
.ui-actionsheet.show {
  display: -webkit-box;
}
/* 商品系列属性弹窗*/
.ui-actionsheet {
  z-index: 1001;
}
.ui-actionsheet.sequence {
  top: 88px;
  bottom: 0;
}
.ui-actionsheet.sequence.show {
  opacity: 0.9;
  background-color: #000;
}
.ui-actionsheet.sequence .ui-pop {
  top: 88px;
  bottom: 0;
}
.ui-actionsheet.sequence .ui-pop .ui-row {
  background-color: #fff;
}
.ui-actionsheet.sequence .ui-pop .ui-row li {
  padding-left: 15px;
  line-height: 36px;
  position: relative;
  font-size: 12px;
}
.ui-actionsheet.sequence .ui-pop .ui-row li i {
  position: absolute;
  display: none;
  right: 15px;
  top: 10px;
}
.ui-actionsheet.sequence .ui-pop .ui-row li i.show {
  display: block;
}
.ui-actionsheet .ui-pop {
  padding-bottom: 0 !important;
}
.ui-actionsheet .ui-pop .size-list {
  padding-left: 12px;
  height: auto;
  overflow-y: auto;
  max-height: 300px;
}
.ui-actionsheet .ui-pop .size-list li {
  padding: 12px 0;
}
.ui-actionsheet .ui-pop .size-list li .sort span {
  display: inline-block;
  padding: 0 18px;
  line-height: 35px;
  border-radius: 4px;
  margin: 10px 14px 0 0;
}
.ui-actionsheet .ui-pop .size-list li .sort span.disabled {
  border-color: #eee;
  color: #ccc;
}
.ui-actionsheet .ui-pop .size-list li .sort span.active {
  background-color: #d52b31;
  color: #fff;
  border-color: #d52b31;
}
.ui-actionsheet .ui-pop .size-list li .chose-num {
  float: right;
  height: 32px;
  margin-right: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.ui-actionsheet .ui-pop .size-list li .chose-num .num {
  float: left;
  width: 45px;
  height: 100%;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
.ui-actionsheet .ui-pop .size-list li .chose-num .plus,
.ui-actionsheet .ui-pop .size-list li .chose-num .reduce {
  float: left;
  width: 35px;
  height: 100%;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  color: #999;
}
.ui-actionsheet .ui-pop .size-list li .chose-num .plus {
  border-left: 1px solid #ddd;
}
.ui-actionsheet .ui-pop .size-list li .chose-num .reduce {
  border-right: 1px solid #ddd;
}
.ui-actionsheet .ui-pop .sp-info {
  height: 90px;
  position: relative;
}
.ui-actionsheet .ui-pop .sp-info .info-img {
  position: absolute;
  width: 75px;
  height: 75px;
  bottom: 0px;
  left: 10px;
  background-color: #fff;
}
.ui-actionsheet .ui-pop .sp-info .info-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.ui-actionsheet .ui-pop .sp-info .info-word {
  position: absolute;
  left: 100px;
  top: 15px;
  height: 75px;
}
.ui-actionsheet .ui-pop .sp-info .info-word .item-code {
  font-size: 13px;
}
.ui-actionsheet .ui-pop .sp-info .info-word del {
  font-size: 12px;
  color: #999;
  padding-left: 6px;
}
.ui-actionsheet .ui-pop .select-attr-box {
  position: relative !important;
}
.ui-actionsheet .ui-pop .select-attr-box .ui-tiled li {
  height: 45px;
  line-height: 45px;
  color: #fff;
}
.bottom-cart {
  top: -5px !important;
  left: 15px;
  min-width: 0px;
  position: relative;
  padding: 0 6px !important;
}
/*按钮弹窗*/
.nav-layer {
  display: none;
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 120;
}
.nav-layer .nav {
  position: absolute;
  right: -100px;
  top: 1px;
  width: 80px;
  opacity: 0.8;
  line-height: 40px;
  border-radius: 4px;
  background-color: #3d3d3d;
  transition: right 0.4s;
  -webkit-transition: right 0.4s;
}
.nav-layer .nav .arrow {
  position: absolute;
  top: -5px;
  right: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #3d3d3d;
  font-size: 0;
  line-height: 0;
}
.nav-layer .nav a {
  display: block;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #666;
}
.nav-layer .nav a .icon {
  margin-right: 5px;
}
.nav-layer .nav a:last-child {
  border-bottom: 0;
}
.nav-layer.active {
  display: block;
}
.nav-layer.active .nav {
  right: 10px;
}
.ui-border-t {
  position: relative;
  border: 0 !important;
}
.ui-border-t:after {
  content: '  ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.ui-border-b {
  position: relative;
  border: 0 !important;
}
.ui-border-b:after {
  content: '  ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.ui-border-r {
  position: relative;
  border: 0 !important;
}
.ui-border-r:after {
  content: '  ';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.ui-border-l {
  position: relative;
  border: 0 !important;
}
.ui-border-l:after {
  content: '  ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
footer {
  position: fixed !important;
}
header {
  position: fixed !important;
}
.promotion-icon-text {
  display: inline-block;
  font-size: 12px;
  padding: 0 3px;
  color: #fff;
  line-height: 1.5;
  background-color: #d52b31;
  margin-right: 5px;
}
.of {
  overflow: hidden;
}
.ui-next {
  position: relative;
}
.ui-next .icons-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.lettersEdge {
  background-image: linear-gradient(135deg, transparent 12%, #f0918b 12%, #f0918b 37%, transparent 37%, transparent 62%, #a1d6f0 62%, #a1d6f0 87%, transparent 87%);
  background-position: left bottom;
  background-size: 70px 3px;
  background-repeat: repeat-x;
}
.option {
  height: 26px;
}
.opt-group {
  position: absolute;
  height: 24px;
  padding: 0 33px;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  right: 10px;
  top: 66px;
}
.opt-group button {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
  border: none;
  font-size: 0;
  text-align: center;
  background-color: #fff;
}
.opt-group button:disabled {
  color: #dddddd;
}
.opt-group .input-text {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 24px;
  text-align: center;
  border: none;
}
.opt-group .jian {
  border-right: 1px solid #b2b2b2;
  line-height: 24px;
}
.opt-group .jia {
  left: auto;
  right: 0;
  border-left: 1px solid #b2b2b2;
  line-height: 24px;
}
.ui-btn:not(.disabled):not(:disabled):active,
.ui-btn-lg:not(.disabled):not(:disabled):active,
.ui-btn-s:not(.disabled):not(:disabled):active,
.ui-btn.active,
.active.ui-btn-lg,
.active.ui-btn-s {
  background: #d52b31;
  color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-actionsheet {
  background: rgba(0, 0, 0, 0.4) !important;
}
.lineH1 {
  line-height: 1;
}
.t0r0 {
  top: 0;
  right: 0;
}
.bgffe1cd {
  background: #ffe1cd;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.ui-poptips {
  display: -webkit-box;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  top: 45%;
  z-index: 100000;
  pointer-events: none;
}
.ui-poptips .ui-poptips-cnt {
  height: auto;
  max-width: 260px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 0 20px;
  font-size: 14px;
  white-space: normal;
}
.ui-poptips .ui-poptips-cnt i::before {
  margin-left: 0;
}
.droploading {
  margin-top: 10px;
  text-align: center;
}
.comment-send .btn-send {
  background-color: #d52b31;
}
.prod-like .tit {
  background-color: #f0f0f0;
}
.swipe .swipe-wrap .promotion-icon-text {
  background: #d52b31;
}
.swipe .swipe-point .active {
  background-color: #d52b31;
}
.ui-mini-info .huiyuan {
  background: #e91111;
}
.ui-mini-info .tips {
  color: #e91111;
}
.ui-mini-info .chose-num {
  border: 1px solid #ddd;
}
.ui-mini-info .chose-num .plus,
.ui-mini-info .chose-num .reduce {
  color: #999;
}
.ui-mini-info .chose-num .plus {
  border-left: 1px solid #ddd;
}
.ui-mini-info .chose-num .reduce {
  border-right: 1px solid #ddd;
}
.ui-mini-info .car {
  background-color: #e91111;
}
.foot-btn .buy {
  background-color: #e91111;
}
.ui-order-btn .more-btn-box {
  background-color: #d52b31;
}
.ui-order-btn .more-btn-box:after {
  border-top: 6px solid #d52b31;
}
.ui-order-btn .more-btn-box span:last-child:after {
  background-color: #d52b31;
}
.ui-order-list .verLine:before {
  background: #d52b31;
}
.ui-order-list .more-btn-box {
  background-color: #d52b31;
}
.ui-order-list .more-btn-box:after {
  border-top: 6px solid #d52b31;
}
.ui-order-list .more-btn-box span:last-child:after {
  background-color: #d52b31;
}
.ui-order-list .presell-pro .ui-list-info p {
  color: #333;
}
.ui-scroll-top .ui-badge-corner {
  background-color: #d52b31;
}
.loading-img {
  width: 100px;
  background-size: 100% auto;
  background-position: center center;
}

.sprites3 {
  display: inline-block;
  vertical-align: middle;
  background-image: url('//static.dego321.com/h5_b2b/images/sprites/icons3.png?v=1750991549037');
  background-repeat: no-repeat;
  background-size: 3.75rem auto;
}
.sprites3-index {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -0.1rem -0.1rem;
  display: block;
  margin: 0.05rem auto 0.03rem;
}
.sprites3-index-red {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -0.1rem -0.44rem;
  display: block;
  margin: 0.05rem auto 0.03rem;
}
.choose {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.sprites3-choose {
  width: 0.24rem;
  height: 0.24rem;
  background-image: url('//static.dego321.com/h5_b2b/images/sprites/choose.png?v=1750991549037');
  display: block;
  margin: 0.05rem auto 0.03rem;
}
.sprites3-choose-red {
  width: 0.24rem;
  height: 0.24rem;
  background-image: url('//static.dego321.com/h5_b2b/images/sprites/chooseSelected.png?v=1750991549037');
  display: block;
  margin: 0.05rem auto 0.03rem;
}
.sprites3-category {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -0.36rem -0.1rem;
  display: block;
  margin: 0.05rem auto 0.03rem;
}
.sprites3-category-red {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -0.36rem -0.44rem;
  display: block;
  margin: 0.05rem auto 0.03rem;
}
.sprites3-serve,
.sprites3-server {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -0.62rem -0.1rem;
  display: block;
  margin: 0.05rem auto 0.03rem;
}
.sprites3-serve-red,
.sprites3-server-red {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -0.62rem -0.44rem;
  display: block;
  margin: 0.05rem auto 0.03rem;
}
.sprites3-cart {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -0.88rem -0.1rem;
  display: block;
  margin: 0.05rem auto 0.03rem;
}
.sprites3-cart-red {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -0.88rem -0.44rem;
  display: block;
  margin: 0.05rem auto 0.03rem;
}
.sprites3-home {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -1.14rem -0.1rem;
  display: block;
  margin: 0.05rem auto 0.03rem;
}
.sprites3-home-red {
  height: 0.24rem;
  width: 0.24rem;
  background-position: -1.14rem -0.44rem;
  display: block;
  margin: 0.05rem auto 0.03rem;
}
.sprites3-shark {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -1.4rem -0.1rem;
  display: block;
  margin: 0.05rem auto 0.03rem;
}
.sprites3-shark-red {
  width: 0.24rem;
  height: 0.24rem;
  background-position: -1.4rem -0.44rem;
  display: block;
  margin: 0.05rem auto 0.03rem;
}
.icons {
  display: inline-block;
  vertical-align: middle;
  background-image: url('images/oupu-icons.png?v=1750991549037');
  background-repeat: no-repeat;
  background-size: 375px auto;
}
.icons2-2 {
  display: inline-block;
  vertical-align: middle;
  background-image: url('images/icons2-2.png?v=1750991549037');
  background-repeat: no-repeat;
  background-size: 375px auto;
}
.jianbian {
  background: linear-gradient(top, #d52b31, #d52b31);
  background: -webkit-linear-gradient(top, #d52b31, #d52b31);
  background: -moz-linear-gradient(top, #d52b31, #d52b31);
  color: #fff!important;
}
.icons-variables {
  display: inline-block;
  vertical-align: middle;
  background-image: url('images/oupu-icons.png?v=${version}');
  background-repeat: no-repeat;
  background-size: 375px auto;
}
.icons-index {
  height: 24px;
  width: 24px;
  background-position: 2px -35px;
  display: block;
  margin: 6px auto 3px;
}
.icons-index-red {
  height: 24px;
  width: 24px;
  background-position: 2px 0px;
  display: block;
  margin: 6px auto 3px;
}
.icons-cartDetail {
  height: 25px;
  width: 43px;
  background-position: -96px -33px;
  display: block;
  margin: 0px auto 3px;
}
.icons-category {
  height: 24px;
  width: 24px;
  background-position: -33px -35px;
  display: block;
  margin: 6px auto 3px;
}
.icons-category-red {
  height: 24px;
  width: 24px;
  background-position: -33px 0px;
  display: block;
  margin: 6px auto 3px;
}
.icons-server {
  height: 24px;
  width: 24px;
  background-position: -68px -35px;
  display: block;
  margin: 6px auto 3px;
}
.icons-server-red {
  height: 24px;
  width: 24px;
  background-position: -68px 0px;
  display: block;
  margin: 6px auto 3px;
}
.icons-serve {
  height: 24px;
  width: 24px;
  background-position: -68px -35px;
  display: block;
  margin: 6px auto 3px;
}
.icons-serve-red {
  height: 24px;
  width: 24px;
  background-position: -68px 0px;
  display: block;
  margin: 6px auto 3px;
}
.icons-cart {
  height: 24px;
  width: 24px;
  background-position: -106px -35px;
  display: block;
  margin: 6px auto 3px;
}
.icons-cart1 {
  height: 24px;
  width: 24px;
  background-position: -106px -35px;
  display: inline-block;
  text-align: center;
}
.icons-cart-red {
  height: 24px;
  width: 24px;
  background-position: -106px 0px;
  display: block;
  margin: 6px auto 3px;
}
.icons-home {
  height: 24px;
  width: 24px;
  background-position: -138px -35px;
  display: block;
  margin: 6px auto 3px;
}
.icons-home-red {
  height: 24px;
  width: 24px;
  background-position: -138px 0px;
  display: block;
  margin: 6px auto 3px;
}
.ui-footer .ui-tiled li a {
  color: #333;
}
.ui-footer .ui-tiled li.active a {
  color: #d52b31;
}
.ui-header .search {
  background: #f0f0f0;
}
.icons-cart1 {
  height: 24px;
  width: 24px;
  background-position: -106px -35px;
  display: inline-block;
  text-align: center;
}
.icons-eyes-close {
  width: 16px;
  height: 16px;
  background-position: -35px -70px;
}
.icons-eyes {
  width: 16px;
  height: 16px;
  background-position: 0px -70px;
}
.icons-share-SinaWeibo {
  width: 55px;
  height: 55px;
  background-position: 0px -98px;
}
.icons-share-WechatMoments {
  width: 55px;
  height: 55px;
  background-position: -55px -98px;
}
.icons-share-Wechat {
  width: 55px;
  height: 55px;
  background-position: -110px -98px;
}
.icons-share-QZone {
  width: 55px;
  height: 55px;
  background-position: 0px -153px;
}
.icons-share-WeWeibo {
  width: 55px;
  height: 55px;
  background-position: 0px -98px;
}
.icons-share-alipay {
  width: 55px;
  height: 55px;
  background-position: 0px -390px;
}
.icons-share-QQ {
  width: 55px;
  height: 55px;
  background-position: -110px -153px;
}
.icons-share-InvoiceInquiry {
  width: 25px;
  height: 25px;
  background-position: -176px -102px;
}
.icons-share-ElectronicInvoice {
  width: 25px;
  height: 25px;
  background-position: -207px -102px;
}
.icons-share-saleMaintenance {
  width: 25px;
  height: 25px;
  background-position: -238px -102px;
}
.icons-share-BuyAccessories {
  width: 25px;
  height: 25px;
  background-position: -269px -102px;
}
.icons-share-OrderInstallation {
  width: 25px;
  height: 25px;
  background-position: -175px -133px;
}
.icons-share-NewInstallation {
  width: 25px;
  height: 25px;
  background-position: -207px -133px;
}
.icons-share-Repair {
  width: 25px;
  height: 25px;
  background-position: -237px -133px;
}
.icons-share-measure {
  width: 25px;
  height: 25px;
  background-position: -268px -133px;
}
.icons-my-msg {
  width: 22px;
  height: 22px;
  background-position: -71px -70px;
}
.icons-my-step {
  width: 22px;
  height: 22px;
  background-position: -107px -70px;
}
.icons-calendar {
  width: 14px;
  height: 14px;
  background-position: -142px -71px;
}
.icons-next {
  width: 10px;
  height: 15px;
  background-position: -166px -71px;
}
.icons-my-adress {
  width: 32px;
  height: 32px;
  background-position: 3px -213px;
}
.icons-my-invoice {
  width: 32px;
  height: 32px;
  background-position: -35px -213px;
}
.icons-my-kefuPhone {
  width: 32px;
  height: 32px;
  background-position: -71px -213px;
}
.icons-my-onlineKefu {
  width: 32px;
  height: 32px;
  background-position: -105px -213px;
}
.icons-my-collect {
  width: 32px;
  height: 32px;
  background-position: -142px -213px;
}
.icons-my-evaluate {
  width: 32px;
  height: 32px;
  background-position: -177px -213px;
}
.icons-my-award1 {
  background: url('//static.dego321.com/h5_b2b/images//award/award.png?v=1750991549037');
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
}
.icons-my-track {
  width: 32px;
  height: 32px;
  background-position: -212px -213px;
}
.icons-my-answer {
  width: 32px;
  height: 32px;
  background-position: -247px -213px;
}
.icons-my-ask {
  width: 32px;
  height: 32px;
  background-position: -282px -213px;
}
.icons-my-serve {
  width: 32px;
  height: 32px;
  background-position: -319px -213px;
}
.icons-my-cut {
  width: 32px;
  height: 32px;
  background-position: 0px -246px;
}
.icons-my-team {
  width: 32px;
  height: 32px;
  background-position: -35px -246px;
}
.icons-my-award {
  width: 32px;
  height: 32px;
  background-position: -70px -246px;
}
.icons-my-recommend {
  width: 32px;
  height: 32px;
  background-position: -105px -246px;
}
.icons-my-invite {
  width: 32px;
  height: 32px;
  background-position: -140px -246px;
}
.icons-my-promotion {
  width: 32px;
  height: 32px;
  background-position: -175px -246px;
}
.icons-my-try {
  width: 32px;
  height: 32px;
  background-position: -212px -246px;
}
.icons-my-join {
  width: 32px;
  height: 32px;
  background-position: -247px -246px;
}
.icons-my-channel {
  width: 32px;
  height: 32px;
  background-position: -282px -246px;
}
.icons-my-home {
  width: 32px;
  height: 32px;
  background-position: -317px -246px;
}
.icons-my-fastOrder {
  width: 32px;
  height: 32px;
  background-position: 3px -282px;
}
.icons-my-used {
  width: 18px;
  height: 22px;
  background-position: -178px 0px;
}
.icons-my-feature {
  width: 18px;
  height: 22px;
  background-position: -213px 0px;
}
.icons-my-member {
  width: 18px;
  height: 22px;
  background-position: -248px 0px;
}
.icons-my-orderAll {
  width: 18px;
  height: 22px;
  background-position: -283px 0px;
}
.icons-my-wallet {
  width: 18px;
  height: 22px;
  background-position: -315px 0px;
}
.icons-down {
  width: 11px;
  height: 8px;
  background-position: -165px -36px;
}
.icons-down-red {
  width: 11px;
  height: 8px;
  background-position: -355px -142px;
}
.icons-duihao {
  width: 18px;
  height: 13px;
  background-position: -213px -355px;
}
.icons-hotSearch {
  width: 15px;
  height: 18px;
  background-position: -178px -35px;
}
.icons-hisSearch {
  width: 15px;
  height: 18px;
  background-position: -213px -35px;
}
.icons-trash {
  width: 18px;
  height: 18px;
  background-position: -249px -35px;
}
.icons-itemShare {
  width: 39px;
  height: 39px;
  background-position: -142px -425px;
}
.icons-headSearch {
  width: 18px;
  height: 18px;
  background-position: -195px -35px;
}
.icons-hasWatch {
  width: 18px;
  height: 18px;
  background-position: -230px -35px;
}
.icons-msg-gray {
  width: 22px;
  height: 22px;
  background-position: -177px -70px;
}
.icons-group {
  width: 18px;
  height: 19px;
  background-position: -213px -70px;
}
.icons-right {
  width: 9px;
  height: 19px;
  background-position: -239px -70px;
}
.icons-heart {
  width: 22px;
  height: 22px;
  background-position: -283px -35px;
  display: block;
  margin: 6px auto 3px;
}
.icons-heart-red {
  width: 22px;
  height: 22px;
  background-position: 0px -355px;
  display: block;
  margin: 6px auto 3px;
}
.icons-star {
  width: 12px;
  height: 12px;
  background-position: -249px -71px;
}
.icons-star-gray {
  width: 12px;
  height: 12px;
  background-position: -263px -71px;
}
.icons-share {
  width: 23px;
  height: 23px;
  background-position: -319px -35px;
}
.icons-li {
  width: 18px;
  height: 14px;
  background-position: -355px -35px;
}
.icons-wen {
  width: 14px;
  height: 14px;
  background-position: -283px -71px;
}
.icons-wen-l {
  width: 18px;
  height: 21px;
  background-position: -319px -142px;
}
.icons-da {
  width: 13px;
  height: 14px;
  background-position: -301px -72px;
}
.icons-da-l {
  width: 18px;
  height: 21px;
  background-position: -319px -107px;
}
.icons-tips {
  width: 14px;
  height: 14px;
  background-position: -319px -71px;
}
.icons-correct {
  width: 14px;
  height: 14px;
  background-position: -333px -71px;
}
.icons-guessLike {
  width: 18px;
  height: 14px;
  background-position: -355px -71px;
}
.icons-location {
  width: 14px;
  height: 18px;
  background-position: -319px -89px;
}
.icons-pushConsult {
  width: 18px;
  height: 20px;
  background-position: -319px -178px;
}
.icons-store-gray {
  width: 18px;
  height: 20px;
  background-position: -351px -106px;
}
.icons-shop {
  width: 18px;
  height: 18px;
  background-position: -176px -164px;
}
.icons-reduce {
  width: 24px;
  height: 24px;
  background-position: -201px -161px;
}
.icons-reduce-dis {
  width: 24px;
  height: 24px;
  background-position: -231px -358px;
}
.icons-add {
  width: 24px;
  height: 24px;
  background-position: -226px -161px;
}
.icons-add-dis {
  width: 24px;
  height: 24px;
  background-position: -252px -358px;
}
.icons-photo {
  width: 28px;
  height: 20px;
  background-position: -264px -166px;
}
.icons-delete {
  width: 21px;
  height: 21px;
  background-position: -177px -188px;
}
.icons-state {
  width: 30px;
  height: 30px;
  background-position: -34px -282px;
}
.icons-redArrowDown {
  width: 20px;
  height: 20px;
  background-position: -207px -188px;
}
.icons-redArrowUp {
  width: 20px;
  height: 20px;
  background-position: -232px -189px;
}
.icons-address {
  width: 15px;
  height: 15px;
  background-position: -259px -192px;
}
.icons-address-red {
  width: 13px;
  height: 21px;
  background-position: -35px -355px;
}
.icons-address-serve {
  width: 20px;
  height: 16px;
  background-position: -354px -181px;
}
.icons-prompt {
  width: 16px;
  height: 16px;
  background-position: -277px -192px;
}
.icons-addCart {
  width: 18px;
  height: 18px;
  background-position: -350px -161px;
}
.icons-score {
  width: 16px;
  height: 16px;
  background-position: -330px -285px;
}
.icons-exchangeRecord {
  width: 16px;
  height: 16px;
  background-position: -351px -285px;
}
.icons-score-category {
  width: 46px;
  height: 46px;
  background-position: -68px -283px;
}
.icons-score-coupon {
  width: 46px;
  height: 46px;
  background-position: -114px -283px;
}
.icons-score-my {
  width: 46px;
  height: 46px;
  background-position: -161px -283px;
}
.icons-score-search {
  width: 46px;
  height: 46px;
  background-position: -206px -283px;
}
.icons-filter {
  width: 18px;
  height: 18px;
  background-position: 0 -320px;
}
.icons-layout-grid {
  width: 18px;
  height: 18px;
  background-position: -35px -318px;
}
.icons-layout-list {
  width: 18px;
  height: 18px;
  background-position: -35px -337px;
}
.icons-jiaobiao {
  width: 18px;
  height: 18px;
  background-position: -71px -337px;
}
.icons-pay-bg {
  width: 217px;
  height: 101px;
  background-position: -159px -512px;
}
.icons-pay-success {
  width: 65px;
  height: 65px;
  top: 50%;
  left: 50%;
  background-position: 0 -548px;
  margin-left: -20px;
  margin-top: -38px;
}
.icons-pay-fail {
  width: 61px;
  height: 63px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -32px;
  background-position: -83px -548px;
}
.fail-btn {
  width: 157px;
  height: 45px;
}
.icons-sign {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: -350px -482px;
}
.icons-signNot {
  background-color: #e5e5e5;
}
.icons-signOk {
  background-color: #ff5656;
  background-position: -325px -482px;
}
.icons-signs {
  background-color: #d52b31;
}
.icons-signSuc {
  background-color: #ff9595;
}
.icons-grayArrowDown {
  width: 20px;
  height: 20px;
  background-position: -256px -305px;
}
.icons-grayArrowUp {
  width: 20px;
  height: 20px;
  background-position: -278px -305px;
}
.icons-score-jiaobiao {
  width: 26px;
  height: 40px;
  background-position: -96px -337px;
}
.icons-backTop {
  width: 40px;
  height: 41px;
  background-position: -249px -426px;
}
.icons-trialAll {
  width: 22px;
  height: 22px;
  background-position: -126px -333px;
  display: block;
  margin: 6px auto 3px;
}
.icons-trialAll-blue {
  width: 22px;
  height: 22px;
  background-position: -126px -357px;
  display: block;
  margin: 6px auto 3px;
}
.icons-trialReport {
  width: 22px;
  height: 22px;
  background-position: -150px -333px;
  display: block;
  margin: 6px auto 3px;
}
.icons-trialReport-blue {
  width: 22px;
  height: 22px;
  background-position: -150px -357px;
  display: block;
  margin: 6px auto 3px;
}
.icons-trialMy {
  width: 22px;
  height: 22px;
  background-position: -174px -333px;
  display: block;
  margin: 6px auto 3px;
}
.icons-trialMy-blue {
  width: 22px;
  height: 22px;
  background-position: -174px -357px;
  display: block;
  margin: 6px auto 3px;
}
.icons-noPaid {
  width: 25px;
  height: 23px;
  background-position: -71px -390px;
}
.icons-noSend {
  width: 25px;
  height: 23px;
  background-position: -107px -390px;
}
.icons-noCommit {
  width: 25px;
  height: 23px;
  background-position: -142px -390px;
}
.icons-noEva {
  width: 25px;
  height: 23px;
  background-position: -177px -390px;
}
.icons-returnGood {
  width: 25px;
  height: 23px;
  background-position: -213px -390px;
}
.icons-share-red {
  width: 23px;
  height: 23px;
  background-position: -352px 0;
}
.icons-soul-red {
  width: 18px;
  height: 18px;
  background-position: -248px -390px;
}
.icons-soul-gray {
  width: 18px;
  height: 18px;
  background-position: -248px -408px;
}
.icons-group-success {
  width: 71px;
  height: 71px;
  background-position: 0 -460px;
}
.icons-group-fail {
  width: 71px;
  height: 71px;
  background-position: -71px -460px;
}
.icons-coupon {
  background-position: -369px -381px;
  width: 5px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.icons-coupon-arrow {
  background-position: -261px -311px;
  width: 15px;
  height: 8px;
  right: 19px;
  top: 5px;
}
.icons-coupon-arrow.unfold {
  background-position: -282px -311px;
}
.icons-eva-18px {
  background-position: -309px -490px;
  width: 18px;
  height: 18px;
}
.icons-eva-18px-gray {
  background-position: -287px -490px;
  width: 18px;
  height: 18px;
}
.icons-member-prompt {
  width: 60px;
  height: 61px;
  background-position: -315px -326px;
}
.icons-success {
  width: 60px;
  height: 61px;
  background-position: -315px -387px;
}
.icons-line {
  width: 64px;
  height: 5px;
  background-position: -207px -339px;
}
.icons-radio-checked {
  width: 20px;
  height: 20px;
  background-position: -263px -490px;
}
.icons-hotNews {
  width: 63px;
  height: 17px;
  background-position: -71px -425px;
}
.icons-cart-disabled {
  width: 16px;
  height: 16px;
  background-position: -141px -532px;
}
.icons-point-arrow {
  width: 9px;
  height: 10px;
  background-position: -176px -491px;
}
.icons-arrow-w {
  width: 8px;
  height: 8px;
  background-position: -249px -355px;
}
.icons-logistics-w {
  width: 22px;
  height: 22px;
  background-position: -282px -355px;
}
.icons-logistics-r {
  width: 22px;
  height: 22px;
  background-position: -282px -390px;
}
.icons-wuliu {
  width: 30px;
  height: 30px;
  background-position: -213px -425px;
}
.icons-pay-time {
  width: 16px;
  height: 16px;
  background-position: -141px -496px;
}
.icons2 {
  display: inline-block;
  vertical-align: middle;
  background-image: url('images/oupu-icons2.png?v=1750991549037');
  background-repeat: no-repeat;
  background-size: 376px auto;
}
.icons2-share-QCode {
  width: 55px;
  height: 55px;
  background-position: 0 0;
}
.icons3 {
  display: inline-block;
  vertical-align: middle;
  background-image: url('images/icons3.png?v=1750991549037');
  background-repeat: no-repeat;
  background-size: 375px auto;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  background-image: url('images/icons1.png?v=1750991549037');
  background-repeat: no-repeat;
  background-size: 335px auto;
}
.icons-home-gray {
  width: 18px;
  height: 17px;
  background-position: -248px -408px;
}
.icon-pay-success2 {
  width: 187.5px;
  height: 110px;
  background-position: -187.5px -120px;
}
