/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.margin-bottom[data-v-6dc4bd95] {
  margin-bottom: 75px;
}
.big-title[data-v-6dc4bd95] {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 400;
}
.big-title .title-txt[data-v-6dc4bd95] {
  font-size: 22px;
  position: relative;
  font-weight: bold;
  color: #1e1e1e;
}
.big-title .show-before[data-v-6dc4bd95] {
  padding-left: 78px;
}
.big-title .show-before[data-v-6dc4bd95]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 60px;
  height: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAYCAMAAACRH25gAAAAk1BMVEUAAAAAUmMAWmsAXWwAWGoAX3EAVm0AX3EAWnAAXnAAX3EAXnAAXnEAX3EAX3EAXnEAX3EAXnAAX3EAX3EAXnEAXm8AXnEAXnEAXnAAX3EAXW8AX3EAXXAAXXEAXnAAX3AAX3EAX3EAXnEAXXAAXm8AXW8AX3EAXXAAXnEAX3EAXnAAXnEAXnAAX3AAX3AAXnEAX3F3ZzJjAAAAMXRSTlMABQ8WCNMLwBPE9Y+UinBprqDdZFlH2JlDLyOpOTOdfl/NpDcpG+hRg0w94bu07OpVy5mP6wAAAZZJREFUOMutlOmSgjAQhBNuJFwSCEhEBA9wcfX9n24liVkRvGo3v7oompnp+QhQcXNWADtbf3XQhCw9CrlUUj81uFTbMoNCxucNBE1y0ktmUZE+N1PIpGuvA8reMsqgq1r21PLC3FnyL0aINEswn81m5rZ/QPXv3ZfDulja80RfMamGtmkTq5eb8BjkvsGkU4XEZ2Z70tzcmNWROSyIB5xkp3vGVNsHJo0o6HKsTbVNgbr3YkWEgH2Zxz7KZGCYisCsdL+AQh7iXkIDXA/UPpAQ/Pm8qgEeV7ZiLzaezWxQXGujmRU2c6MPIIk5Dn3aNS+L8xtIKpm2g1bZDSR1v2eX79lMkrWApLBNE3FICrnnxWXPSEDyzBxezESdMBNfQjJsewhJxSFR7tqu34KklpC0MjD6OSTwXyF5VRk8rqy8D8l45iZ5AUmZHwUkileErki7dJ0BJHSwZ30CEhLkVcT37BYERYOb5DRt7kwyNhOE7iHp0jEkl7axJtvOftuuwbZszhYPYTG4emVKrZ9eKWpxBuUPtoE/RQgvreXySbsAAAAASUVORK5CYII=);
}
.big-title .more[data-v-6dc4bd95] {
  font-size: 16px;
  color: #a6a6a6;
  cursor: pointer;
}
.big-title .more[data-v-6dc4bd95]:hover {
  transition: all 0.3s ease-out;
  color: #e1251b;
}
.goods-list[data-v-6dc4bd95] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.goods-list .item[data-v-6dc4bd95] {
  width: 332px;
  background: #fff;
  cursor: pointer;
  box-shadow: 1px 0px 29px 0px rgba(235, 235, 235, 0.86);
  border-radius: 8px;
  padding-bottom: 28px;
  transition: all ease-in-out 0.3s;
}
.goods-list .item[data-v-6dc4bd95]:not(:nth-last-child(1)) {
  margin-right: 18px;
}
.goods-list .item[data-v-6dc4bd95]:hover {
  box-shadow: 0px 16px 16px 0px #bdbdbd !important;
}
.goods-list .item-col[data-v-6dc4bd95] {
  overflow: hidden;
  position: relative;
  min-height: 480px;
}
.goods-list .item-col .cover-picture[data-v-6dc4bd95] {
  position: relative;
}
.goods-list .item-col .cover-picture .el-image[data-v-6dc4bd95] {
  width: 332px;
  height: 332px;
}
.goods-list .item-col .g-cart[data-v-6dc4bd95] {
  width: 32px;
  height: 32px;
  background: #fff;
  box-shadow: 1px 0px 8px 0px rgba(29, 22, 21, 0.15);
  border-radius: 50%;
  position: absolute;
  top: 185px;
  right: 20px;
  opacity: 0;
  transform: translateX(100px);
}
.goods-list .item-col .g-cart .icon-cart[data-v-6dc4bd95] {
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.goods-list .item-col .g-name[data-v-6dc4bd95] {
  color: #434343;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.goods-list .item-col .g-name .tag[data-v-6dc4bd95] {
  display: inline-block;
  line-height: 20px;
  background: #ffffff;
  color: #ff6100;
  border: 1px solid #ff6100;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 14px;
}
.goods-list .item-col .count-down-box[data-v-6dc4bd95] {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: #ffffff;
  justify-content: center;
}
.goods-list .item-col .btn-to-car[data-v-6dc4bd95] {
  background: linear-gradient(270deg, #b416a2 0%, #e80754 100%) !important;
}
.goods-list .item-col .btn-primary[data-v-6dc4bd95] {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  background-color: #00707a;
  border: 0;
}
.goods-list .item-col .soldOutBtn[data-v-6dc4bd95] {
  background: #b2b2b2;
  cursor: not-allowed;
}
.goods-list .item-col[data-v-6dc4bd95]:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 9px 21px 0px rgba(17, 17, 17, 0.22);
  transform: translateY(-7px);
}
.goods-list .item-col:hover .g-cart[data-v-6dc4bd95] {
  animation: fadeInRightBig-6dc4bd95 0.8s 0.2s ease both;
}
.goods-list .item-col[data-v-6dc4bd95]:hover .rate-box-num {
  text-decoration: underline;
  color: #00C6D7;
}
@keyframes fadeInRightBig-6dc4bd95 {
0% {
    opacity: 0;
    transform: translateX(50px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}
.goods-list-style-2 .list-left[data-v-6dc4bd95] {
  width: 332px;
  margin-right: 16px;
}
.goods-list-style-2 .list-left .topic-bottom[data-v-6dc4bd95] {
  margin-top: 20px;
}
.goods-list-style-2 .list-left[data-v-6dc4bd95] .el-image__inner {
  border-radius: 8px;
}
.goods-list-style-2 .index-list-right[data-v-6dc4bd95] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.goods-list-style-2 .list-rigth .list[data-v-6dc4bd95] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.goods-list-style-2 .list-rigth .item[data-v-6dc4bd95] {
  margin-bottom: 20px;
  margin-right: 18px;
}
.goods-list-style-2 .list-rigth .item[data-v-6dc4bd95]:nth-child(3n + 3) {
  margin-right: 0;
}
.goods-list-style-2 .list-rigth .item[data-v-6dc4bd95]:not(:nth-child(3n + 3)) {
  margin-right: 18px;
}
.mbreadcrumb[data-v-6dc4bd95] {
  font-size: 16px;
  color: #6b6b6b;
  margin-top: 31px;
  margin-bottom: 27px;
}
.item-col[data-v-6dc4bd95] {
  position: relative;
}
.description-box[data-v-6dc4bd95] {
  margin-left: 20px;
  margin-right: 20px;
}
.invalid[data-v-6dc4bd95] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 132px;
  height: 132px;
  background: rgba(22, 22, 22, 0.38);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 132px;
}
.g-name[data-v-6dc4bd95] {
  text-align: left !important;
  min-height: 28px;
  margin-bottom: 2px !important;
}
.g-name .name[data-v-6dc4bd95] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 246px;
  font-weight: normal;
}
.title-flex[data-v-6dc4bd95] {
  display: flex;
}
.title-flex .name[data-v-6dc4bd95] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.title-flex .sale-num[data-v-6dc4bd95] {
  padding-left: 10px;
  line-height: 28px;
  font-weight: 400;
  color: #5d5d5d;
}
.tag-list[data-v-6dc4bd95] {
  display: flex;
  align-items: center;
}
.tag-name[data-v-6dc4bd95] {
  margin-bottom: 19px !important;
  font-size: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tag-name .tag[data-v-6dc4bd95] {
  margin-left: 0 !important;
  margin-right: 10px ip !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 12px !important;
  border: 1px solid #129eb4 !important;
  font-weight: 400;
  color: #129eb4 !important;
}
.tag-name .cash-back[data-v-6dc4bd95] {
  margin-left: 0 !important;
  margin-right: 10px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 12px !important;
  font-weight: 400;
  color: #ffffff !important;
  background: #00c6d7 !important;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 95% 50%, calc(100% - 15px) 100%, 0 100%, 0px 100%);
  display: flex;
}
.tag-name .cash-back .cash-back-text[data-v-6dc4bd95] {
  margin-right: 8px;
}
.tag-name .cash-back .circle[data-v-6dc4bd95] {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 6px;
  margin-top: 4px;
}
.tag-name .coupon-box[data-v-6dc4bd95] {
  margin-right: 10px;
  overflow: hidden;
}
.tag-name .coupon-tag[data-v-6dc4bd95] {
  display: inline-block;
  border: 1px dashed #92d2dc;
  border-radius: 6px;
  position: relative;
}
.tag-name .coupon-tag[data-v-6dc4bd95]::before,
.tag-name .coupon-tag[data-v-6dc4bd95]::after {
  content: '';
  position: absolute;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px dashed #92d2dc;
  border-radius: 6px;
}
.tag-name .coupon-tag[data-v-6dc4bd95]::before {
  left: -6px;
}
.tag-name .coupon-tag[data-v-6dc4bd95]::after {
  right: -6px;
}
.tag-name .coupon-tag span[data-v-6dc4bd95] {
  display: inline-block;
  background-size: 100% 100% !important;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 12px;
  color: #129eb4;
}
.sale-label[data-v-6dc4bd95] {
  display: inline-block;
}
.sale-label span[data-v-6dc4bd95] {
  display: inline-block;
  padding: 5px;
  background: #129eb4;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 10px;
  font-weight: bold;
  color: #ffffff;
}
.g-price[data-v-6dc4bd95] {
  display: flex;
  justify-content: space-between;
}
.g-price .price-box .b-price[data-v-6dc4bd95] {
  font-size: 18px;
}
.g-price .cart-btn[data-v-6dc4bd95] {
  width: 78px;
  height: 36px;
  background: #006271;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
}
.g-price .cart-btn i[data-v-6dc4bd95] {
  color: #ffffff;
  font-size: 26px;
}
.g-price .cart-btn.disabled[data-v-6dc4bd95] {
  background: #999;
}
.sale-num[data-v-6dc4bd95] {
  font-size: 14px !important;
  color: #969696;
  font-weight: normal;
}
.price-res[data-v-6dc4bd95] {
  display: block;
  font-weight: normal;
  color: #d11515;
}
.price-res .symbol[data-v-6dc4bd95] {
  font-weight: normal;
  font-size: 18px;
}
.price-res .s-price[data-v-6dc4bd95] {
  font-weight: bold;
  font-size: 24px;
}
.line-through[data-v-6dc4bd95] {
  text-decoration: line-through;
  color: #969696;
  margin: 0;
  padding: 0;
}
.line-through .symbol[data-v-6dc4bd95] {
  font-weight: normal;
  font-size: 14px;
}
.line-through .s-price[data-v-6dc4bd95] {
  font-weight: normal;
  font-size: 18px;
}
.bottom-btn[data-v-6dc4bd95] {
  border-top: 1px solid #e3e8f0;
  margin: 5px -30px 0;
  height: 50px;
  padding-top: 10px;
  text-align: center;
}
.soldOut[data-v-6dc4bd95] {
  width: 90%;
  background-color: #c6c6c6 !important;
  color: #fff !important;
}
.activity-pay-btn[data-v-6dc4bd95] {
  background-color: #00b900 !important;
  border: none;
}
.bom-btn[data-v-6dc4bd95] {
  width: 40%;
}
.count-down-box[data-v-6dc4bd95] {
  bottom: 0;
  padding: 0 20px;
}
.cover-picture[data-v-6dc4bd95] {
  position: relative;
}
.cover-picture-img[data-v-6dc4bd95] {
  width: 332px;
  height: 332px;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
body[data-v-393a0a2a] .message_font {
  width: 100%;
  font-size: 30px;
}
body[data-v-393a0a2a] .message_font .el-message .el-icon-success {
  font-size: 22px;
}
body[data-v-393a0a2a] .message_font .el-message--success .el-message__content {
  color: #ffffff;
  font-size: 20px;
}
.coupon_donation_up[data-v-393a0a2a] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.coupon_donation_up .donation_up_box[data-v-393a0a2a] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 570px;
  background: #fff;
}
.coupon_donation_up .donation_up_box .coles[data-v-393a0a2a] {
  position: absolute;
  right: 8px;
  top: 8px;
}
.coupon_donation_up .donation_up_box .coles .el-icon-close[data-v-393a0a2a] {
  font-size: 26px;
}
.coupon_donation_up .donation_up_box h1[data-v-393a0a2a] {
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #141414;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding: 0 30px;
  box-sizing: border-box;
}
.coupon_donation_up .donation_up_box .donation_up_centen[data-v-393a0a2a] {
  margin-top: 28px;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
}
.coupon_donation_up .donation_up_box .donation_up_centen .coupon_centen[data-v-393a0a2a] {
  display: flex;
  align-items: center;
}
.coupon_donation_up .donation_up_box .donation_up_centen .coupon_centen .coupon_left[data-v-393a0a2a] {
  width: 176px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  background: url(https://us.olicdn.com/pc/_nuxt/img/om_cupon_bg.520c259.png) no-repeat;
  background-size: 100%;
  font-size: 28px;
  color: #fff;
  position: relative;
}
.coupon_donation_up .donation_up_box .donation_up_centen .coupon_centen .coupon_left .mark[data-v-393a0a2a] {
  position: absolute;
  top: 0px;
  height: 18px;
  line-height: 18px;
  z-index: 19;
  color: #700001;
  font-size: 12px;
  text-align: center;
  background-color: #ffe13a;
  user-select: none;
  padding: 0 4px;
}
.coupon_donation_up .donation_up_box .donation_up_centen .coupon_centen .coupon_left .nust span[data-v-393a0a2a] {
  font-size: 42px;
}
.coupon_donation_up .donation_up_box .donation_up_centen .coupon_centen .coupon_right[data-v-393a0a2a] {
  width: auto;
  height: 78px;
  padding-left: 20px;
  padding-right: 15px;
  box-sizing: border-box;
  background: #edfdff;
  border-radius: 0 6px 6px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.coupon_donation_up .donation_up_box .donation_up_centen .coupon_centen .coupon_right .pice[data-v-393a0a2a] {
  font-size: 16px;
  color: #129eb4;
}
.coupon_donation_up .donation_up_box .donation_up_centen .coupon_centen .coupon_right .datds[data-v-393a0a2a] {
  font-size: 14px;
  color: #969696;
  margin-top: 5px;
}
.coupon_donation_up .donation_up_box .donation_up_centen .coupon_centen .coupon_right .available[data-v-393a0a2a] {
  font-size: 14px;
  color: #2a2a2a;
  margin-top: 2px;
}
.coupon_donation_up .donation_up_box .donation_input[data-v-393a0a2a] {
  margin-top: 38px;
  padding: 0 30px;
  box-sizing: border-box;
}
.coupon_donation_up .donation_up_box .donation_input .title_tont[data-v-393a0a2a] {
  font-size: 16px;
  color: #333333;
  margin-bottom: 7px;
}
.coupon_donation_up .donation_up_box .donation_input .input_box input[data-v-393a0a2a] {
  height: 48px;
  width: 408px;
  border: 1px solid #dddddd;
  padding-left: 20px;
  font-size: 16px;
}
.coupon_donation_up .donation_up_box .donation_input .input_box .mistake_font[data-v-393a0a2a] {
  font-size: 14px;
  color: #e22727;
  width: 408px;
  margin-top: 4px;
}
.coupon_donation_up .donation_up_box .donation_input .button_btn[data-v-393a0a2a] {
  margin-top: 28px;
  display: flex;
  align-items: center;
}
.coupon_donation_up .donation_up_box .donation_input .button_btn .cancel[data-v-393a0a2a] {
  height: 38px;
  width: 162px;
  font-size: 20px;
  color: #666666;
  border: 1px solid #dddddd;
  border-radius: 6px;
}
.coupon_donation_up .donation_up_box .donation_input .button_btn .send[data-v-393a0a2a] {
  height: 38px;
  width: 162px;
  border: none;
  font-size: 20px;
  color: #fff;
  background: #1badc4;
  margin-left: 20px;
  border-radius: 4px;
}
.coupon_donation_up .donation_up_box .attention_information[data-v-393a0a2a] {
  width: 100%;
  padding: 15px 50px 12px 30px;
  margin-top: 40px;
  background: #f8f8f8;
  display: flex;
  align-items: flex-start;
}
.coupon_donation_up .donation_up_box .attention_information .information_img[data-v-393a0a2a] {
  margin-right: 10px;
}
.coupon_donation_up .donation_up_box .attention_information .information_img img[data-v-393a0a2a] {
  display: block;
  margin-top: 2px;
}
.coupon_donation_up .donation_up_box .attention_information .information_t[data-v-393a0a2a] {
  font-size: 14px;
  color: #8a8a8a;
}
.coupon_donation_up .donation_up_box .attention_information .information_t span[data-v-393a0a2a] {
  color: #d11515;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.tip[data-v-280889ba] {
  font-size: 12px;
  color: gray;
  margin-left: 20px;
}
.show-uplaod[data-v-280889ba] .el-upload--picture-card {
  display: none;
}
.samll-uplaod[data-v-280889ba] .el-upload--picture-card {
  width: 60px;
  height: 60px;
  line-height: 67px;
}
.samll-uplaod[data-v-280889ba] .el-upload-list--picture-card .el-upload-list__item {
  width: 60px;
  height: 60px;
}
._progress[data-v-280889ba] {
  width: 300px !important;
}
._img[data-v-280889ba] {
  width: 100% !important;
  height: 100% !important;
}
[data-v-280889ba] .el-upload-list__item {
  transition: none !important;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.upleft_nav[data-v-28002c62] {
  position: fixed;
  left: 50px;
  top: 200px;
}
.upleft_nav .hide_nav[data-v-28002c62] {
  width: 160px;
  height: 56px;
  border-radius: 28px;
  background-image: linear-gradient(to right, #ffbb5a 0%, #f96e53 90%);
  font-size: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upleft_nav .hide_nav p[data-v-28002c62] {
  margin-bottom: 2px;
}
.upleft_nav .corll_nav[data-v-28002c62] {
  margin-top: 72px;
  width: 160px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to bottom, #ffbb5a 0%, #f96e53 90%);
  border-radius: 20px;
  position: relative;
}
.upleft_nav .corll_nav p[data-v-28002c62] {
  position: absolute;
  right: 0;
  top: -30px;
  width: 20px;
}
.upleft_nav .corll_nav p img[data-v-28002c62] {
  width: 100%;
}
.upleft_nav .corll_nav ul[data-v-28002c62] {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
}
.upleft_nav .corll_nav ul li[data-v-28002c62] {
  width: 100%;
  height: 70px;
  font-size: 14px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.upleft_nav .corll_nav ul li[data-v-28002c62]:hover {
  background: #eef4f5;
}
.upleft_nav .corll_nav ul .navitme[data-v-28002c62] {
  background: #eef4f5;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.groupView[data-v-2f47e9b2] {
  background: #f8f8f8;
  opacity: 0.95;
  padding: 20px;
  margin-bottom: 20px;
}
.groupView .viewMore[data-v-2f47e9b2] {
  height: 25px;
}
.groupView .viewMore .left[data-v-2f47e9b2] {
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}
.groupView .viewMore .right[data-v-2f47e9b2] {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #006271;
  text-decoration: underline;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
}
.groupView .viewMore .right a[data-v-2f47e9b2] {
  color: #006271;
}
.groupView .infor-box .groupInfor[data-v-2f47e9b2] {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #dddddd;
}
.groupView .infor-box .groupInfor[data-v-2f47e9b2]:last-of-type {
  border-bottom: unset;
  padding-bottom: 0px;
}
.groupView .infor-box .groupInfor .left[data-v-2f47e9b2] {
  display: flex;
  align-items: center;
}
.groupView .infor-box .groupInfor .left img[data-v-2f47e9b2] {
  width: 30px;
  height: 30px;
}
.groupView .infor-box .groupInfor .left .groupNo[data-v-2f47e9b2] {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
.groupView .infor-box .groupInfor .middle[data-v-2f47e9b2] {
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
}
.groupView .infor-box .groupInfor .middle .countDown[data-v-2f47e9b2] {
  display: flex;
  color: #d11515;
}
.groupView .infor-box .groupInfor .right .joinBtn[data-v-2f47e9b2] {
  padding: 6px 20px;
  background: #006271;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
}
.groupView .groupBuoy[data-v-2f47e9b2] {
  position: fixed;
  top: 220px;
  right: 5px;
  cursor: pointer;
}
.dialogViewGroup .title[data-v-2f47e9b2] {
  height: 88px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background: url(https://us.olicdn.com/pc/_nuxt/img/groupList.059b712.png) no-repeat;
  background-size: 100% 100%;
  padding: 20px 20% 0;
}
.dialogViewGroup .content[data-v-2f47e9b2] {
  max-height: 550px;
  overflow: auto;
}
.dialogViewGroup .content .groupInfor[data-v-2f47e9b2] {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #dddddd;
}
.dialogViewGroup .content .groupInfor[data-v-2f47e9b2]:last-of-type {
  border-bottom: unset;
}
.dialogViewGroup .content .groupInfor .left[data-v-2f47e9b2] {
  display: flex;
  align-items: center;
}
.dialogViewGroup .content .groupInfor .left img[data-v-2f47e9b2] {
  width: 30px;
  height: 30px;
}
.dialogViewGroup .content .groupInfor .left .groupNo[data-v-2f47e9b2] {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}
.dialogViewGroup .content .groupInfor .middle[data-v-2f47e9b2] {
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
}
.dialogViewGroup .content .groupInfor .middle .countDown[data-v-2f47e9b2] {
  display: flex;
  color: #d11515;
}
.dialogViewGroup .content .groupInfor .right .joinBtn[data-v-2f47e9b2] {
  padding: 6px 20px;
  background: #006271;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
}
.dialogRule .title[data-v-2f47e9b2] {
  height: 65px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background: url(https://us.olicdn.com/pc/_nuxt/img/rule.809864c.png) no-repeat;
  background-size: 100% auto;
  padding: 18px 20% 0;
}
.dialogRule .content[data-v-2f47e9b2] {
  padding: 0 20px;
  max-height: 600px;
  overflow: auto;
}
.dialogRule .content .list[data-v-2f47e9b2] {
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}
.dialogRule .content .list[data-v-2f47e9b2]:last-of-type,
.dialogRule .content .list[data-v-2f47e9b2]:first-of-type {
  border-bottom: unset;
}
.dialogRule .content .list .list-title[data-v-2f47e9b2] {
  display: flex;
  align-items: center;
}
.dialogRule .content .list .list-title img[data-v-2f47e9b2] {
  width: 24px;
  height: 24px;
  margin-right: 13px;
}
.dialogRule .content .list .list-title h2[data-v-2f47e9b2] {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
}
.dialogRule .content .list .list-content[data-v-2f47e9b2] {
  padding-left: 35px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 10px;
}
.dialogRule .content .list .list-infor[data-v-2f47e9b2] {
  padding: 25px;
  margin-left: 33px;
  margin-top: 10px;
  background: #f8f8f8;
  border-radius: 4px;
}
.dialogRule .content .list .list-infor .list-step[data-v-2f47e9b2] {
  display: flex;
  margin-bottom: 30px;
}
.dialogRule .content .list .list-infor .list-step[data-v-2f47e9b2]:last-child {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.dialogRule .content .list .list-infor .list-step .step[data-v-2f47e9b2] {
  position: relative;
  width: 60px;
  height: 26px;
  z-index: 0;
}
.dialogRule .content .list .list-infor .list-step .step .step-order[data-v-2f47e9b2] {
  display: inline-block;
  text-align: center;
  height: 26px;
  width: 26px;
  line-height: 26px;
  background: #dfdfdf;
  border-radius: 50%;
  font-style: oblique;
}
.dialogRule .content .list .list-infor .list-step .step .step-bg[data-v-2f47e9b2] {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: -4px;
  width: 60px;
  height: 10px;
  background: #dfdfdf;
  border-radius: 5px;
  z-index: -1;
}
.dialogRule .content .list .list-infor .list-step .step-text[data-v-2f47e9b2] {
  flex: 1;
  padding-left: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}
.dialogRule .content .list .list-infor .list-step .step-text p[data-v-2f47e9b2]:last-child {
  font-size: 14px;
}
.dialogRule .content .list .list-infor .notice[data-v-2f47e9b2] {
  display: flex;
  font-size: 14px;
  color: #e93b3b;
  line-height: 18px;
}
.dialogRule .content .list .list-infor .notice i[data-v-2f47e9b2] {
  font-size: 16px;
  padding-right: 7px;
}
.count-down-time[data-v-2f47e9b2] {
  color: red;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.dialogViewGroup {
  border-radius: 12px;
}
.dialogViewGroup .el-dialog__header {
  padding: 0 !important;
}
.dialogViewGroup .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  color: #fff;
}
.dialogViewGroup .el-dialog__header .el-dialog__headerbtn:hover .el-dialog__close {
  color: #fff;
}
.dialogRule .el-dialog__header {
  padding: 0 !important;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.groupLabel[data-v-20ac7bd0] {
  margin-bottom: 20px;
}
.groupLabel .labelContent[data-v-20ac7bd0] {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  background: url(https://us.olicdn.com/pc/_nuxt/img/groupLabel.c33979d.png) no-repeat;
}
.groupLabel .labelContent .label-box[data-v-20ac7bd0] {
  height: 100%;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}
.groupLabel .labelContent .label-box .label-Price span[data-v-20ac7bd0] {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.groupLabel .labelContent .label-box .label-Price .save[data-v-20ac7bd0] {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.groupLabel .labelContent .label-box .label-illustrate[data-v-20ac7bd0] {
  height: 100%;
  padding-left: 10%;
  padding-top: 3px;
}
.groupLabel .labelContent .label-box .label-illustrate p[data-v-20ac7bd0] {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
}
.groupLabel .labelContent .groupNumber[data-v-20ac7bd0] {
  height: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
.groupLabel .labelContent .groupNumber p[data-v-20ac7bd0] {
  line-height: 50px;
}
.groupLabel .labelContent .countDown[data-v-20ac7bd0] {
  width: 200px;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
}
.groupLabel .labelContent .countDown .count-down-color[data-v-20ac7bd0] {
  color: #ffffff;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.joingroupDia .dialogTitle[data-v-1f07aa3b] {
  height: 86px;
  background: url(https://us.olicdn.com/pc/_nuxt/img/joinImg.0d06ada.png) no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.joingroupDia .dialogTitle .left[data-v-1f07aa3b] {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  line-height: 39px;
}
.joingroupDia .dialogTitle .left .state[data-v-1f07aa3b] {
  font-weight: bold;
}
.joingroupDia .dialogTitle .right[data-v-1f07aa3b] {
  padding-right: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
}
.joingroupDia .content[data-v-1f07aa3b] {
  display: flex;
}
.joingroupDia .content .left[data-v-1f07aa3b] {
  width: 328px;
  height: 328px;
  border: 1px solid #dddddd;
  margin-right: 20px;
  box-sizing: content-box;
}
.joingroupDia .content .left img[data-v-1f07aa3b] {
  width: 328px;
  height: 328px;
}
.joingroupDia .content .right[data-v-1f07aa3b] {
  flex: 1;
}
.joingroupDia .content .right .infor[data-v-1f07aa3b] {
  padding: 15px 12px;
  background-color: #f6f6f6;
}
.joingroupDia .content .right .infor .title[data-v-1f07aa3b] {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 10px;
}
.joingroupDia .content .right .infor .priceBox[data-v-1f07aa3b] {
  display: flex;
  justify-content: flex-start;
}
.joingroupDia .content .right .infor .priceBox .groupPrice[data-v-1f07aa3b] {
  font-size: 20px;
  font-weight: bold;
  color: #d11515;
  padding-right: 20px;
}
.joingroupDia .content .right .infor .priceBox .originalPrice[data-v-1f07aa3b] {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.joingroupDia .content .right .description[data-v-1f07aa3b] {
  padding: 20px 0;
  font-size: 14px;
  color: #7f7f7f;
  max-height: 100px;
  overflow: auto;
}
.joingroupDia .content .productSpec[data-v-1f07aa3b] {
  margin-top: 10px;
}
.joingroupDia .content .productSpec .spec-con[data-v-1f07aa3b] {
  display: flex;
  flex-direction: column;
}
.joingroupDia .content .productSpec .spec-label[data-v-1f07aa3b],
.joingroupDia .content .productSpec .spec-list[data-v-1f07aa3b] {
  display: inline-block;
  vertical-align: top;
}
.joingroupDia .content .productSpec .spec-label[data-v-1f07aa3b] {
  font-size: 14px;
  color: #6b6b6b;
  margin-bottom: 5px;
}
.joingroupDia .content .productSpec .spec-item[data-v-1f07aa3b] {
  min-width: 120px;
  height: 50px;
  float: left;
  margin: 0 20px 20px 0;
  padding: 4px 6px;
  cursor: pointer;
  border: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.joingroupDia .content .productSpec .spec-item[data-v-1f07aa3b]:hover,
.joingroupDia .content .productSpec .spec-item.active[data-v-1f07aa3b] {
  padding: 3px 5px;
  color: #e1251b;
  border: 2px solid #e1251b;
}
.joingroupDia .content .productSpec .spec-item.active[data-v-1f07aa3b] {
  position: relative;
}
.joingroupDia .content .productSpec .spec-item.active .tick-box[data-v-1f07aa3b] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent #e1251b #e1251b transparent;
}
.joingroupDia .content .productSpec .spec-item.active .icon-tick[data-v-1f07aa3b] {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -10px;
  bottom: -11px;
}
.joingroupDia .content .productSpec .has-img[data-v-1f07aa3b] {
  justify-content: flex-start;
}
.joingroupDia .content .productSpec .has-img .spec-img[data-v-1f07aa3b] {
  margin-right: 6px;
}
.joingroupDia .content .productSpec .spec-text[data-v-1f07aa3b] {
  font-size: 14px;
  color: #242424;
}
.joingroupDia .content .productSpec .spec-item.disable[data-v-1f07aa3b] {
  padding: 3px 5px;
  color: #dedede;
  cursor: not-allowed;
  border: 2px dotted #eee;
  display: flex;
  align-items: center;
}
.joingroupDia .content .productSpec .spec-item.disable .spec-text[data-v-1f07aa3b] {
  color: #cdcdcd;
}
.joingroupDia .content .sku-content .l-title[data-v-1f07aa3b] {
  margin-bottom: 5px;
}
.joingroupDia .content .sku-content .el-input-number__decrease[data-v-1f07aa3b]:hover,
.joingroupDia .content .sku-content .el-input-number__increase[data-v-1f07aa3b]:hover {
  color: unset;
}
.joingroupDia .content .btnBox[data-v-1f07aa3b] {
  margin-top: 20px;
}
.joingroupDia .content .btnBox .disableColor[data-v-1f07aa3b] {
  height: 50px;
  border: 0;
  width: 270px;
  font-size: 18px;
  color: #fff;
  background-color: #c6c6c6;
}
.joingroupDia .content .btnBox .startBtn[data-v-1f07aa3b] {
  height: 50px;
  font-size: 18px;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.joingroupDia .el-dialog__header {
  padding: 0 !important;
}
.joingroupDia .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  color: #fff;
}
.joingroupDia .el-dialog__header .el-dialog__headerbtn:hover .el-dialog__close {
  color: #fff;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.creditDialog .creditTitle[data-v-476f1cec] {
  font-size: 20px;
  color: #333333;
  line-height: 20px;
}
.creditDialog .content[data-v-476f1cec] {
  text-align: center;
}
.creditDialog .content .checkBox span[data-v-476f1cec] {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  line-height: 20px;
}
.creditDialog .content .checkBox .price[data-v-476f1cec] {
  color: #006271;
}
.creditDialog .content .checkBox[data-v-476f1cec] .el-checkbox__inner {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.creditDialog .content .checkBox[data-v-476f1cec] .el-checkbox__inner::after {
  top: 4px;
  left: 7px;
}
.creditDialog .content p[data-v-476f1cec] {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
}
.creditDialog .creditBtn[data-v-476f1cec] {
  font-size: 22px;
  color: #ffffff;
  line-height: 20px;
  padding: 12px 80px;
}
.ruleDialog .ruleContent[data-v-476f1cec] {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}
.ruleDialog .ruleContent .img[data-v-476f1cec] {
  width: 100%;
}
.ruleDialog .ruleContent .ruleList[data-v-476f1cec] {
  margin-bottom: 20px;
}
.ruleDialog .ruleContent .ruleList .ruleNote[data-v-476f1cec] {
  margin-top: 5px;
  word-break: normal;
  font-size: 14px;
  line-height: 20px;
  padding-left: 37px;
}
.ruleDialog .ruleContent .ruleList .ruleNote span[data-v-476f1cec] {
  color: #e1251b;
}
.ruleDialog .ruleContent .ruleList .ruleText[data-v-476f1cec] {
  display: flex;
}
.ruleDialog .ruleContent .ruleList .ruleText .listSerial[data-v-476f1cec] {
  display: block;
  text-align: center;
  color: #fff;
  width: 27px;
  height: 27px;
  background: linear-gradient(90deg, #00707a, #466cbd);
  border-radius: 3px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.ruleDialog .ruleContent .ruleList .ruleText span[data-v-476f1cec] {
  flex: 1;
  margin-left: 10px;
  word-break: normal;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.dialgBox .creditDialog {
  border-radius: 4px !important;
}
.dialgBox .creditDialog .el-dialog__header {
  padding: 20px !important;
  background: #f6f6f6 !important;
}
.dialgBox .creditDialog .el-dialog__header .el-dialog__headerbtn {
  top: 15px !important;
}
.dialgBox .ruleDialog .el-dialog__title {
  font-size: 22px !important;
  font-weight: bold !important;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.el-carousel__item[data-v-7f5d2686] {
  height: auto;
}
.el-carousel__item img[data-v-7f5d2686] {
  display: block;
  width: 100% !important;
  height: auto;
  margin: auto;
  cursor: default;
}
.el-carousel__item.link img[data-v-7f5d2686] {
  cursor: pointer;
}
.el-carousel--horizontal[data-v-7f5d2686] {
  overflow: hidden;
}
.banner-swiper[data-v-7f5d2686] {
  display: block;
  width: 100%;
  margin: auto;
  cursor: pointer;
}
.banner[data-v-7f5d2686] {
  margin-bottom: 0 !important;
}
.banner-carousel[data-v-7f5d2686] {
  cursor: pointer;
}
.banner-carousel .el-carousel__item[data-v-7f5d2686] {
  text-align: center;
}
.banner-carousel[data-v-7f5d2686] .el-carousel__indicator {
  vertical-align: bottom;
}
.banner-carousel-arrow[data-v-7f5d2686] .el-carousel__arrow {
  height: 110px;
  width: 58px;
  font-size: 30px;
  border-radius: 0;
}
.banner-carousel-arrow[data-v-7f5d2686] .el-carousel__arrow--left {
  left: 202px;
  width: 57px;
  height: 113px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.banner-carousel-arrow[data-v-7f5d2686] .el-carousel__arrow--right {
  right: 202px;
  width: 57px;
  height: 113px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.banner-carousel-arrow[data-v-7f5d2686] .is-active .el-carousel__button {
  width: 14px;
  height: 14px;
  background: #009bb8;
  border-radius: 50%;
  border: none;
}
.banner-carousel-arrow[data-v-7f5d2686] .el-carousel__button {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 50%;
}
.home-banner-box[data-v-7f5d2686] {
  position: relative;
}
[data-v-7f5d2686] .el-carousel {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}
.banner-placeholder[data-v-7f5d2686] {
  width: 100%;
  height: 30.17vw;
  background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOMAAAApCAMAAADwI26sAAAAYFBMVEUAAAD19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fUJep9LAAAAH3RSTlMAhPOYeksUtNtaOwhkICmk5MrpioANb7w0U9FDr6qTkfk7CAAAAw5JREFUaN7lmmubazAQgEcSRVxKVRRl/v+/PMeulZuo9ji7T+37qaXU+2QmlwnQOXWsL3JCLmE9RDc4IB0NUaUWFRwLHqBFzo5kWVFcpPXhKPDQaMCgZGyoCSJ6cAx8gipnP576INEi9oeI1wZV+rFDjas0/RBliHUMb0+HKgJGBkJI3tKmAk6wh3fnlKOETH1MRqbELOO/56968l69Ra7TtY03wR2ZYZyPPAcdjMRs+spOoCC+/jUdH8lzwuAvd1Tw5wfBidznBDlIBnRyhpECR9zdVa2dT2t0QT/bACe0p4iJ+sgDujGTUcCMHC6HAVuZkgJXKLUrGSxyVs/H9YO7wenLhtxUx1B19NAJAYAQJTVIOM60F4zmexe4Ql4968jx/ztGqJCBgibTztkb4gqX9FlHH93QzY7laqzWRjpJElTpLMcLSyZEvodjIRIdcdvsmCXRJxQnwulA0kBmekgyVKGWYwQzzQ6O46Ummx3tcbCHmQglYQUzVua18exoB3ZK/t2xgIeOWippjrZPsDwQUNChqEAy05ErTb6HY/x6O6471tbAIWGo0vy4Ixb9/Ys+wM2OIUoi0ElQRfy8o8Z2R2L82Py9hH2jY9wkn/C9HbvV5cj1+xylVn3cdpyXCYHuqH5693x0OIobn/Evb96vSsfjjo/S8fXx8ZvmOeLVeU61q2OGCvyp+aowMtd27Lc52pHY4U6OdkLSp9YdhHrlBx4ly47Ys6sOq5yOGJYT3nDZ1zFCCUlBtX91/Vijm8zhaLCvI4SOhuSqvBxXqvZhHeCMblK7DrBGv49j45gzBNLwrNZzGD5auXebHR/WTvwdHM26XD5Hqy+PNQFyrctwElQwIog7Vq26XOYODMJW6nLawG13IoW7vtqezIM09oz6alPSRco5oDPmLXOt7PpqJQa6xFDyrfVVSeZNRCt18jZTexbS34AdoE5upGQ+tv0tqIsioMlpDM3iAPsd5r7VnSvxneP9EPtW1v5jLXhaVSln4XH2Hxf2kUmeE0QMj7OP/CveB/gd73Uc9v2cP+hTenCkgJKgAAAAAElFTkSuQmCC) no-repeat;
  background-position: center center;
  background-size: 50%;
}
.banner-placeholder-obuy[data-v-7f5d2686] {
  width: 100%;
  height: 30.17vw;
  background: #efefef url(https://us.olicdn.com/pc/_nuxt/img/default-icon-obuy.2e17771.png) no-repeat;
  background-position: center center;
  background-size: 50%;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.userafitup[data-v-6e918174] {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.userafitup .afitup_ceten[data-v-6e918174] {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 634px;
}
.userafitup .afitup_ceten .afitup_ceten-div[data-v-6e918174] {
  width: 100%;
}
.userafitup .afitup_ceten .afitup_ceten-div img[data-v-6e918174] {
  display: block;
  border-radius: 4px;
  width: 100%;
}
.userafitup .afitup_ceten .elenext[data-v-6e918174] {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cdcdcd;
  right: -17px;
  top: -17px;
  z-index: 10;
  color: #656565;
  font-size: 30px;
}
.userafitup .afitup_ceten .repurchase_btn[data-v-6e918174] {
  position: absolute;
  left: 50%;
  bottom: 0;
  text-align: center;
  transform: translateX(-50%);
}
.userafitup .afitup_ceten .repurchase_btn .to_user_btn[data-v-6e918174] {
  font-size: 18px;
  color: #fff;
  margin-bottom: 24px;
}
.userafitup .afitup_ceten .repurchase_btn .to_user_btn span[data-v-6e918174] {
  color: #ffaf38;
  text-decoration: underline;
  cursor: pointer;
}
.userafitup .afitup_ceten .repurchase_btn .to_showpin_btn[data-v-6e918174] {
  width: 324px;
  height: 50px;
  border: none;
  margin-bottom: 46px;
  border-radius: 4px;
  background: #fead38;
  font-size: 24px;
  font-weight: 600;
  color: #6d4503;
  cursor: pointer;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.list-collection {
  position: relative;
}
.list-collection .list-box {
  margin-top: 60px;
}
.list-collection .list-box:last-child {
  margin-bottom: 20px;
}
.list-collection .moduleMargin {
  margin: 0 !important;
}
.list-collection .floor-nav {
  position: fixed;
  left: 0%;
  top: 100px;
  z-index: 100;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.list-collection .floor-nav a {
  display: block;
  text-align: center;
  padding: 5px;
  width: 100px;
  height: 40px;
  font-size: 12px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.list-collection .floor-nav a:hover {
  background-color: #aaa;
}
.list-collection .floor-nav a:hover span {
  color: #fff;
}
.list-collection .floor-nav a span {
  display: block;
  text-align: center;
  color: #999;
}
.list-collection .floor-nav .active {
  background-color: #aaa;
}
.list-collection .floor-nav .active span {
  color: #fff;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.adv-box {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.adv-box.link {
  cursor: pointer;
}
.adv-box .el-image {
  width: 100%;
  height: 100%;
}
.adv-box .el-image /deep/ img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.margin-bottom[data-v-b718ad6a] {
  margin-bottom: 75px;
}
.big-title[data-v-b718ad6a] {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 400;
}
.big-title .title-txt[data-v-b718ad6a] {
  font-size: 22px;
  position: relative;
  font-weight: bold;
  color: #1e1e1e;
}
.big-title .show-before[data-v-b718ad6a] {
  padding-left: 78px;
}
.big-title .show-before[data-v-b718ad6a]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 60px;
  height: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAYCAMAAACRH25gAAAAk1BMVEUAAAAAUmMAWmsAXWwAWGoAX3EAVm0AX3EAWnAAXnAAX3EAXnAAXnEAX3EAX3EAXnEAX3EAXnAAX3EAX3EAXnEAXm8AXnEAXnEAXnAAX3EAXW8AX3EAXXAAXXEAXnAAX3AAX3EAX3EAXnEAXXAAXm8AXW8AX3EAXXAAXnEAX3EAXnAAXnEAXnAAX3AAX3AAXnEAX3F3ZzJjAAAAMXRSTlMABQ8WCNMLwBPE9Y+UinBprqDdZFlH2JlDLyOpOTOdfl/NpDcpG+hRg0w94bu07OpVy5mP6wAAAZZJREFUOMutlOmSgjAQhBNuJFwSCEhEBA9wcfX9n24liVkRvGo3v7oompnp+QhQcXNWADtbf3XQhCw9CrlUUj81uFTbMoNCxucNBE1y0ktmUZE+N1PIpGuvA8reMsqgq1r21PLC3FnyL0aINEswn81m5rZ/QPXv3ZfDulja80RfMamGtmkTq5eb8BjkvsGkU4XEZ2Z70tzcmNWROSyIB5xkp3vGVNsHJo0o6HKsTbVNgbr3YkWEgH2Zxz7KZGCYisCsdL+AQh7iXkIDXA/UPpAQ/Pm8qgEeV7ZiLzaezWxQXGujmRU2c6MPIIk5Dn3aNS+L8xtIKpm2g1bZDSR1v2eX79lMkrWApLBNE3FICrnnxWXPSEDyzBxezESdMBNfQjJsewhJxSFR7tqu34KklpC0MjD6OSTwXyF5VRk8rqy8D8l45iZ5AUmZHwUkileErki7dJ0BJHSwZ30CEhLkVcT37BYERYOb5DRt7kwyNhOE7iHp0jEkl7axJtvOftuuwbZszhYPYTG4emVKrZ9eKWpxBuUPtoE/RQgvreXySbsAAAAASUVORK5CYII=);
}
.big-title .more[data-v-b718ad6a] {
  font-size: 16px;
  color: #a6a6a6;
  cursor: pointer;
}
.big-title .more[data-v-b718ad6a]:hover {
  transition: all 0.3s ease-out;
  color: #e1251b;
}
.goods-list[data-v-b718ad6a] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.goods-list .item[data-v-b718ad6a] {
  width: 332px;
  background: #fff;
  cursor: pointer;
  box-shadow: 1px 0px 29px 0px rgba(235, 235, 235, 0.86);
  border-radius: 8px;
  padding-bottom: 28px;
  transition: all ease-in-out 0.3s;
}
.goods-list .item[data-v-b718ad6a]:not(:nth-last-child(1)) {
  margin-right: 18px;
}
.goods-list .item[data-v-b718ad6a]:hover {
  box-shadow: 0px 16px 16px 0px #bdbdbd !important;
}
.goods-list .item-col[data-v-b718ad6a] {
  overflow: hidden;
  position: relative;
  min-height: 480px;
}
.goods-list .item-col .cover-picture[data-v-b718ad6a] {
  position: relative;
}
.goods-list .item-col .cover-picture .el-image[data-v-b718ad6a] {
  width: 332px;
  height: 332px;
}
.goods-list .item-col .g-cart[data-v-b718ad6a] {
  width: 32px;
  height: 32px;
  background: #fff;
  box-shadow: 1px 0px 8px 0px rgba(29, 22, 21, 0.15);
  border-radius: 50%;
  position: absolute;
  top: 185px;
  right: 20px;
  opacity: 0;
  transform: translateX(100px);
}
.goods-list .item-col .g-cart .icon-cart[data-v-b718ad6a] {
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.goods-list .item-col .g-name[data-v-b718ad6a] {
  color: #434343;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.goods-list .item-col .g-name .tag[data-v-b718ad6a] {
  display: inline-block;
  line-height: 20px;
  background: #ffffff;
  color: #ff6100;
  border: 1px solid #ff6100;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 14px;
}
.goods-list .item-col .count-down-box[data-v-b718ad6a] {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: #ffffff;
  justify-content: center;
}
.goods-list .item-col .btn-to-car[data-v-b718ad6a] {
  background: linear-gradient(270deg, #b416a2 0%, #e80754 100%) !important;
}
.goods-list .item-col .btn-primary[data-v-b718ad6a] {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  background-color: #00707a;
  border: 0;
}
.goods-list .item-col .soldOutBtn[data-v-b718ad6a] {
  background: #b2b2b2;
  cursor: not-allowed;
}
.goods-list .item-col[data-v-b718ad6a]:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 9px 21px 0px rgba(17, 17, 17, 0.22);
  transform: translateY(-7px);
}
.goods-list .item-col:hover .g-cart[data-v-b718ad6a] {
  animation: fadeInRightBig-b718ad6a 0.8s 0.2s ease both;
}
.goods-list .item-col[data-v-b718ad6a]:hover .rate-box-num {
  text-decoration: underline;
  color: #00C6D7;
}
@keyframes fadeInRightBig-b718ad6a {
0% {
    opacity: 0;
    transform: translateX(50px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}
.goods-list-style-2 .list-left[data-v-b718ad6a] {
  width: 332px;
  margin-right: 16px;
}
.goods-list-style-2 .list-left .topic-bottom[data-v-b718ad6a] {
  margin-top: 20px;
}
.goods-list-style-2 .list-left[data-v-b718ad6a] .el-image__inner {
  border-radius: 8px;
}
.goods-list-style-2 .index-list-right[data-v-b718ad6a] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.goods-list-style-2 .list-rigth .list[data-v-b718ad6a] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.goods-list-style-2 .list-rigth .item[data-v-b718ad6a] {
  margin-bottom: 20px;
  margin-right: 18px;
}
.goods-list-style-2 .list-rigth .item[data-v-b718ad6a]:nth-child(3n + 3) {
  margin-right: 0;
}
.goods-list-style-2 .list-rigth .item[data-v-b718ad6a]:not(:nth-child(3n + 3)) {
  margin-right: 18px;
}
.mbreadcrumb[data-v-b718ad6a] {
  font-size: 16px;
  color: #6b6b6b;
  margin-top: 31px;
  margin-bottom: 27px;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.margin-bottom[data-v-4ae184b5] {
  margin-bottom: 75px;
}
.big-title[data-v-4ae184b5] {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 400;
}
.big-title .title-txt[data-v-4ae184b5] {
  font-size: 22px;
  position: relative;
  font-weight: bold;
  color: #1e1e1e;
}
.big-title .show-before[data-v-4ae184b5] {
  padding-left: 78px;
}
.big-title .show-before[data-v-4ae184b5]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 60px;
  height: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAYCAMAAACRH25gAAAAk1BMVEUAAAAAUmMAWmsAXWwAWGoAX3EAVm0AX3EAWnAAXnAAX3EAXnAAXnEAX3EAX3EAXnEAX3EAXnAAX3EAX3EAXnEAXm8AXnEAXnEAXnAAX3EAXW8AX3EAXXAAXXEAXnAAX3AAX3EAX3EAXnEAXXAAXm8AXW8AX3EAXXAAXnEAX3EAXnAAXnEAXnAAX3AAX3AAXnEAX3F3ZzJjAAAAMXRSTlMABQ8WCNMLwBPE9Y+UinBprqDdZFlH2JlDLyOpOTOdfl/NpDcpG+hRg0w94bu07OpVy5mP6wAAAZZJREFUOMutlOmSgjAQhBNuJFwSCEhEBA9wcfX9n24liVkRvGo3v7oompnp+QhQcXNWADtbf3XQhCw9CrlUUj81uFTbMoNCxucNBE1y0ktmUZE+N1PIpGuvA8reMsqgq1r21PLC3FnyL0aINEswn81m5rZ/QPXv3ZfDulja80RfMamGtmkTq5eb8BjkvsGkU4XEZ2Z70tzcmNWROSyIB5xkp3vGVNsHJo0o6HKsTbVNgbr3YkWEgH2Zxz7KZGCYisCsdL+AQh7iXkIDXA/UPpAQ/Pm8qgEeV7ZiLzaezWxQXGujmRU2c6MPIIk5Dn3aNS+L8xtIKpm2g1bZDSR1v2eX79lMkrWApLBNE3FICrnnxWXPSEDyzBxezESdMBNfQjJsewhJxSFR7tqu34KklpC0MjD6OSTwXyF5VRk8rqy8D8l45iZ5AUmZHwUkileErki7dJ0BJHSwZ30CEhLkVcT37BYERYOb5DRt7kwyNhOE7iHp0jEkl7axJtvOftuuwbZszhYPYTG4emVKrZ9eKWpxBuUPtoE/RQgvreXySbsAAAAASUVORK5CYII=);
}
.big-title .more[data-v-4ae184b5] {
  font-size: 16px;
  color: #a6a6a6;
  cursor: pointer;
}
.big-title .more[data-v-4ae184b5]:hover {
  transition: all 0.3s ease-out;
  color: #e1251b;
}
.goods-list[data-v-4ae184b5] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.goods-list .item[data-v-4ae184b5] {
  width: 332px;
  background: #fff;
  cursor: pointer;
  box-shadow: 1px 0px 29px 0px rgba(235, 235, 235, 0.86);
  border-radius: 8px;
  padding-bottom: 28px;
  transition: all ease-in-out 0.3s;
}
.goods-list .item[data-v-4ae184b5]:not(:nth-last-child(1)) {
  margin-right: 18px;
}
.goods-list .item[data-v-4ae184b5]:hover {
  box-shadow: 0px 16px 16px 0px #bdbdbd !important;
}
.goods-list .item-col[data-v-4ae184b5] {
  overflow: hidden;
  position: relative;
  min-height: 480px;
}
.goods-list .item-col .cover-picture[data-v-4ae184b5] {
  position: relative;
}
.goods-list .item-col .cover-picture .el-image[data-v-4ae184b5] {
  width: 332px;
  height: 332px;
}
.goods-list .item-col .g-cart[data-v-4ae184b5] {
  width: 32px;
  height: 32px;
  background: #fff;
  box-shadow: 1px 0px 8px 0px rgba(29, 22, 21, 0.15);
  border-radius: 50%;
  position: absolute;
  top: 185px;
  right: 20px;
  opacity: 0;
  transform: translateX(100px);
}
.goods-list .item-col .g-cart .icon-cart[data-v-4ae184b5] {
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.goods-list .item-col .g-name[data-v-4ae184b5] {
  color: #434343;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.goods-list .item-col .g-name .tag[data-v-4ae184b5] {
  display: inline-block;
  line-height: 20px;
  background: #ffffff;
  color: #ff6100;
  border: 1px solid #ff6100;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 14px;
}
.goods-list .item-col .count-down-box[data-v-4ae184b5] {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: #ffffff;
  justify-content: center;
}
.goods-list .item-col .btn-to-car[data-v-4ae184b5] {
  background: linear-gradient(270deg, #b416a2 0%, #e80754 100%) !important;
}
.goods-list .item-col .btn-primary[data-v-4ae184b5] {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  background-color: #00707a;
  border: 0;
}
.goods-list .item-col .soldOutBtn[data-v-4ae184b5] {
  background: #b2b2b2;
  cursor: not-allowed;
}
.goods-list .item-col[data-v-4ae184b5]:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 9px 21px 0px rgba(17, 17, 17, 0.22);
  transform: translateY(-7px);
}
.goods-list .item-col:hover .g-cart[data-v-4ae184b5] {
  animation: fadeInRightBig-4ae184b5 0.8s 0.2s ease both;
}
.goods-list .item-col[data-v-4ae184b5]:hover .rate-box-num {
  text-decoration: underline;
  color: #00C6D7;
}
@keyframes fadeInRightBig-4ae184b5 {
0% {
    opacity: 0;
    transform: translateX(50px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}
.goods-list-style-2 .list-left[data-v-4ae184b5] {
  width: 332px;
  margin-right: 16px;
}
.goods-list-style-2 .list-left .topic-bottom[data-v-4ae184b5] {
  margin-top: 20px;
}
.goods-list-style-2 .list-left[data-v-4ae184b5] .el-image__inner {
  border-radius: 8px;
}
.goods-list-style-2 .index-list-right[data-v-4ae184b5] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.goods-list-style-2 .list-rigth .list[data-v-4ae184b5] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.goods-list-style-2 .list-rigth .item[data-v-4ae184b5] {
  margin-bottom: 20px;
  margin-right: 18px;
}
.goods-list-style-2 .list-rigth .item[data-v-4ae184b5]:nth-child(3n + 3) {
  margin-right: 0;
}
.goods-list-style-2 .list-rigth .item[data-v-4ae184b5]:not(:nth-child(3n + 3)) {
  margin-right: 18px;
}
.mbreadcrumb[data-v-4ae184b5] {
  font-size: 16px;
  color: #6b6b6b;
  margin-top: 31px;
  margin-bottom: 27px;
}
.product-container[data-v-4ae184b5] {
  display: flex;
  height: 380px;
  background-color: #fff;
  border-radius: 0px 8px 8px 0px;
  cursor: pointer;
}
.item-col[data-v-4ae184b5] {
  position: relative;
}
.description-box[data-v-4ae184b5] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 350px;
  height: 100%;
  padding: 30px 20px;
}
.invalid[data-v-4ae184b5] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 132px;
  height: 132px;
  background: rgba(22, 22, 22, 0.38);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 132px;
}
.g-name[data-v-4ae184b5] {
  text-align: left !important;
  min-height: 28px;
  margin-bottom: 2px !important;
}
.title-flex[data-v-4ae184b5] {
  display: flex;
}
.title-flex .name[data-v-4ae184b5] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: normal;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.title-flex .sale-num[data-v-4ae184b5] {
  padding-left: 10px;
  line-height: 28px;
  font-weight: 400;
  color: #5d5d5d;
}
.tag-list[data-v-4ae184b5] {
  display: flex;
  align-items: center;
}
.tag-name[data-v-4ae184b5] {
  margin-bottom: 10px !important;
  font-size: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tag-name .tag[data-v-4ae184b5] {
  margin-left: 0 !important;
  margin-right: 10px ip !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 12px !important;
  border: 1px solid #129eb4 !important;
  font-weight: 400;
  color: #129eb4 !important;
}
.tag-name .cash-back[data-v-4ae184b5] {
  margin-left: 0 !important;
  margin-right: 10px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 12px !important;
  font-weight: 400;
  color: #ffffff !important;
  background: #00c6d7 !important;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 95% 50%, calc(100% - 15px) 100%, 0 100%, 0px 100%);
  display: flex;
}
.tag-name .cash-back .cash-back-text[data-v-4ae184b5] {
  margin-right: 8px;
}
.tag-name .cash-back .circle[data-v-4ae184b5] {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 6px;
  margin-top: 4px;
}
.tag-name .coupon-box[data-v-4ae184b5] {
  margin-right: 10px;
  overflow: hidden;
}
.tag-name .coupon-tag[data-v-4ae184b5] {
  display: inline-block;
  border: 1px dashed #92d2dc;
  border-radius: 6px;
  position: relative;
}
.tag-name .coupon-tag[data-v-4ae184b5]::before,
.tag-name .coupon-tag[data-v-4ae184b5]::after {
  content: '';
  position: absolute;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px dashed #92d2dc;
  border-radius: 6px;
}
.tag-name .coupon-tag[data-v-4ae184b5]::before {
  left: -6px;
}
.tag-name .coupon-tag[data-v-4ae184b5]::after {
  right: -6px;
}
.tag-name .coupon-tag span[data-v-4ae184b5] {
  display: inline-block;
  background-size: 100% 100% !important;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 12px;
  color: #129eb4;
}
.sale-label[data-v-4ae184b5] {
  display: inline-block;
}
.sale-label span[data-v-4ae184b5] {
  display: inline-block;
  padding: 5px;
  background: #129eb4;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 10px;
  font-weight: bold;
  color: #ffffff;
}
.g-price[data-v-4ae184b5] {
  display: flex;
  justify-content: space-between;
}
.price-box[data-v-4ae184b5] {
  display: flex;
}
.price-box .b-price[data-v-4ae184b5] {
  font-size: 18px;
}
.cart-btn[data-v-4ae184b5] {
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: 78px;
  height: 36px;
  background: #006271;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
}
.cart-btn i[data-v-4ae184b5] {
  color: #ffffff;
  font-size: 26px;
}
.cart-btn.disabled[data-v-4ae184b5] {
  background: #999;
}
.sale-num[data-v-4ae184b5] {
  font-size: 14px !important;
  color: #969696;
  font-weight: normal;
}
.price-res[data-v-4ae184b5] {
  display: block;
  font-weight: normal;
  color: #d11515;
}
.price-res .symbol[data-v-4ae184b5] {
  font-weight: normal;
  font-size: 18px;
}
.price-res .s-price[data-v-4ae184b5] {
  font-weight: bold;
  font-size: 24px;
}
.line-through[data-v-4ae184b5] {
  text-decoration: line-through;
  color: #969696;
  margin: 0;
  padding: 0;
}
.line-through .symbol[data-v-4ae184b5] {
  font-weight: normal;
  font-size: 14px;
}
.line-through .s-price[data-v-4ae184b5] {
  font-weight: normal;
  font-size: 18px;
}
.bottom-btn[data-v-4ae184b5] {
  border-top: 1px solid #e3e8f0;
  margin: 5px -30px 0;
  height: 50px;
  padding-top: 10px;
  text-align: center;
}
.soldOut[data-v-4ae184b5] {
  width: 90%;
  background-color: #c6c6c6 !important;
  color: #fff !important;
}
.activity-pay-btn[data-v-4ae184b5] {
  background-color: #00b900 !important;
  border: none;
}
.bom-btn[data-v-4ae184b5] {
  width: 40%;
}
.count-down-box[data-v-4ae184b5] {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0 20px;
  text-align: center;
}
.cover-picture[data-v-4ae184b5] {
  display: flex;
  justify-content: center;
  position: relative;
  width: 380px;
  height: 100%;
}
.picture-link[data-v-4ae184b5] {
  position: relative;
  overflow: hidden;
}
.cover-picture-img[data-v-4ae184b5] {
  width: 332px;
  height: 332px;
}
.subTitle[data-v-4ae184b5] {
  height: 124px;
  overflow: hidden;
}
.mr10[data-v-4ae184b5] {
  margin-right: 10px;
}
.mb10[data-v-4ae184b5] {
  margin-bottom: 10px;
}
.mb20[data-v-4ae184b5] {
  margin-bottom: 20px;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.margin-bottom[data-v-f0169dda] {
  margin-bottom: 75px;
}
.big-title[data-v-f0169dda] {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 400;
}
.big-title .title-txt[data-v-f0169dda] {
  font-size: 22px;
  position: relative;
  font-weight: bold;
  color: #1e1e1e;
}
.big-title .show-before[data-v-f0169dda] {
  padding-left: 78px;
}
.big-title .show-before[data-v-f0169dda]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 60px;
  height: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAYCAMAAACRH25gAAAAk1BMVEUAAAAAUmMAWmsAXWwAWGoAX3EAVm0AX3EAWnAAXnAAX3EAXnAAXnEAX3EAX3EAXnEAX3EAXnAAX3EAX3EAXnEAXm8AXnEAXnEAXnAAX3EAXW8AX3EAXXAAXXEAXnAAX3AAX3EAX3EAXnEAXXAAXm8AXW8AX3EAXXAAXnEAX3EAXnAAXnEAXnAAX3AAX3AAXnEAX3F3ZzJjAAAAMXRSTlMABQ8WCNMLwBPE9Y+UinBprqDdZFlH2JlDLyOpOTOdfl/NpDcpG+hRg0w94bu07OpVy5mP6wAAAZZJREFUOMutlOmSgjAQhBNuJFwSCEhEBA9wcfX9n24liVkRvGo3v7oompnp+QhQcXNWADtbf3XQhCw9CrlUUj81uFTbMoNCxucNBE1y0ktmUZE+N1PIpGuvA8reMsqgq1r21PLC3FnyL0aINEswn81m5rZ/QPXv3ZfDulja80RfMamGtmkTq5eb8BjkvsGkU4XEZ2Z70tzcmNWROSyIB5xkp3vGVNsHJo0o6HKsTbVNgbr3YkWEgH2Zxz7KZGCYisCsdL+AQh7iXkIDXA/UPpAQ/Pm8qgEeV7ZiLzaezWxQXGujmRU2c6MPIIk5Dn3aNS+L8xtIKpm2g1bZDSR1v2eX79lMkrWApLBNE3FICrnnxWXPSEDyzBxezESdMBNfQjJsewhJxSFR7tqu34KklpC0MjD6OSTwXyF5VRk8rqy8D8l45iZ5AUmZHwUkileErki7dJ0BJHSwZ30CEhLkVcT37BYERYOb5DRt7kwyNhOE7iHp0jEkl7axJtvOftuuwbZszhYPYTG4emVKrZ9eKWpxBuUPtoE/RQgvreXySbsAAAAASUVORK5CYII=);
}
.big-title .more[data-v-f0169dda] {
  font-size: 16px;
  color: #a6a6a6;
  cursor: pointer;
}
.big-title .more[data-v-f0169dda]:hover {
  transition: all 0.3s ease-out;
  color: #e1251b;
}
.goods-list[data-v-f0169dda] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.goods-list .item[data-v-f0169dda] {
  width: 332px;
  background: #fff;
  cursor: pointer;
  box-shadow: 1px 0px 29px 0px rgba(235, 235, 235, 0.86);
  border-radius: 8px;
  padding-bottom: 28px;
  transition: all ease-in-out 0.3s;
}
.goods-list .item[data-v-f0169dda]:not(:nth-last-child(1)) {
  margin-right: 18px;
}
.goods-list .item[data-v-f0169dda]:hover {
  box-shadow: 0px 16px 16px 0px #bdbdbd !important;
}
.goods-list .item-col[data-v-f0169dda] {
  overflow: hidden;
  position: relative;
  min-height: 480px;
}
.goods-list .item-col .cover-picture[data-v-f0169dda] {
  position: relative;
}
.goods-list .item-col .cover-picture .el-image[data-v-f0169dda] {
  width: 332px;
  height: 332px;
}
.goods-list .item-col .g-cart[data-v-f0169dda] {
  width: 32px;
  height: 32px;
  background: #fff;
  box-shadow: 1px 0px 8px 0px rgba(29, 22, 21, 0.15);
  border-radius: 50%;
  position: absolute;
  top: 185px;
  right: 20px;
  opacity: 0;
  transform: translateX(100px);
}
.goods-list .item-col .g-cart .icon-cart[data-v-f0169dda] {
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.goods-list .item-col .g-name[data-v-f0169dda] {
  color: #434343;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.goods-list .item-col .g-name .tag[data-v-f0169dda] {
  display: inline-block;
  line-height: 20px;
  background: #ffffff;
  color: #ff6100;
  border: 1px solid #ff6100;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 14px;
}
.goods-list .item-col .count-down-box[data-v-f0169dda] {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: #ffffff;
  justify-content: center;
}
.goods-list .item-col .btn-to-car[data-v-f0169dda] {
  background: linear-gradient(270deg, #b416a2 0%, #e80754 100%) !important;
}
.goods-list .item-col .btn-primary[data-v-f0169dda] {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  background-color: #00707a;
  border: 0;
}
.goods-list .item-col .soldOutBtn[data-v-f0169dda] {
  background: #b2b2b2;
  cursor: not-allowed;
}
.goods-list .item-col[data-v-f0169dda]:hover {
  transition: all 0.3s ease-out;
  box-shadow: 0px 9px 21px 0px rgba(17, 17, 17, 0.22);
  transform: translateY(-7px);
}
.goods-list .item-col:hover .g-cart[data-v-f0169dda] {
  animation: fadeInRightBig-f0169dda 0.8s 0.2s ease both;
}
.goods-list .item-col[data-v-f0169dda]:hover .rate-box-num {
  text-decoration: underline;
  color: #00C6D7;
}
@keyframes fadeInRightBig-f0169dda {
0% {
    opacity: 0;
    transform: translateX(50px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}
.goods-list-style-2 .list-left[data-v-f0169dda] {
  width: 332px;
  margin-right: 16px;
}
.goods-list-style-2 .list-left .topic-bottom[data-v-f0169dda] {
  margin-top: 20px;
}
.goods-list-style-2 .list-left[data-v-f0169dda] .el-image__inner {
  border-radius: 8px;
}
.goods-list-style-2 .index-list-right[data-v-f0169dda] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.goods-list-style-2 .list-rigth .list[data-v-f0169dda] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.goods-list-style-2 .list-rigth .item[data-v-f0169dda] {
  margin-bottom: 20px;
  margin-right: 18px;
}
.goods-list-style-2 .list-rigth .item[data-v-f0169dda]:nth-child(3n + 3) {
  margin-right: 0;
}
.goods-list-style-2 .list-rigth .item[data-v-f0169dda]:not(:nth-child(3n + 3)) {
  margin-right: 18px;
}
.mbreadcrumb[data-v-f0169dda] {
  font-size: 16px;
  color: #6b6b6b;
  margin-top: 31px;
  margin-bottom: 27px;
}
.list-one .item-col[data-v-f0169dda],
.list-two .item-col[data-v-f0169dda] {
  position: relative;
  height: 528px !important;
  margin-bottom: 18px !important;
}
.list-one .g-price[data-v-f0169dda] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-left[data-v-f0169dda] {
  display: flex;
  flex-flow: column;
  margin-right: 16px;
}
.list-left[data-v-f0169dda] .el-image__inner {
  border-radius: 8px;
}
.item-topic[data-v-f0169dda] {
  padding-bottom: 0 !important;
  width: 332px !important;
  height: 528px !important;
}
.item-topic[data-v-f0169dda] .el-image__inner {
  width: 332px !important;
  height: 528px !important;
}
.list-three .goods-list-style-2[data-v-f0169dda] {
  height: auto;
}
.list-three .item-col[data-v-f0169dda] {
  position: relative;
  height: 528px !important;
  margin-bottom: 18px !important;
}
.list-three .topic-full[data-v-f0169dda] {
  width: 332px;
  height: 1074px;
  cursor: pointer;
}
.list-three .topic-full[data-v-f0169dda] .el-image__inner {
  width: 332px;
  height: 1074px;
}
.list-four .goods-list-style-2[data-v-f0169dda] {
  height: auto;
}
.list-four .item-col[data-v-f0169dda] {
  position: relative;
  height: 528px !important;
  margin-bottom: 18px !important;
}
.list-four .topic-bottom[data-v-f0169dda],
.list-four .topic-top[data-v-f0169dda] {
  cursor: pointer;
  width: 332px !important;
  height: 528px !important;
}
.list-four .topic-bottom[data-v-f0169dda] .el-image__inner,
.list-four .topic-top[data-v-f0169dda] .el-image__inner {
  width: 332px !important;
  height: 528px !important;
}
.hot-content[data-v-f0169dda] {
  margin-bottom: 80px;
}
.hot-content .goods-list[data-v-f0169dda] {
  flex-wrap: wrap;
}
.hot-content .goods-list .item[data-v-f0169dda] {
  margin-bottom: 18px;
  position: relative;
}
.hot-content .goods-list .item .invalid[data-v-f0169dda] {
  position: absolute;
  left: -8px;
  bottom: 10px;
  font-size: 16px;
  width: 74px;
  height: 74px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #bfbfbf;
  border-radius: 50%;
  color: #6b6b6b;
  transform: rotate(15deg);
}
.hot-content .goods-list .item[data-v-f0169dda]:nth-child(4n + 4) {
  margin-right: 0;
}
.hot-content .goods-list .item[data-v-f0169dda]:not(:nth-child(4n + 4)) {
  margin-right: 17px;
}
.list-five .item-col[data-v-f0169dda] {
  position: relative;
  height: 528px !important;
  margin-bottom: 18px !important;
}
.list-five .bottom-more[data-v-f0169dda] {
  display: flex;
  justify-content: center;
}
.list-five .bottom-more .more[data-v-f0169dda] {
  cursor: pointer;
}
.list-five .el-divider[data-v-f0169dda] {
  margin-bottom: 30px;
}
.list-five .el-divider__text[data-v-f0169dda] {
  font-size: 26px;
  font-weight: 700;
  color: #1e1e1e;
  background: #f8f8f8;
}
.list-six .promotion-line[data-v-f0169dda] {
  display: flex;
  width: 100%;
  background-color: #fff;
  margin-bottom: 18px;
}
.list-six .promotion-line .container-img[data-v-f0169dda] {
  width: 650px;
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
}
.list-six .promotion-line .container-img[data-v-f0169dda] .el-image {
  width: 100%;
  height: 100%;
}
.list-six .normal-line[data-v-f0169dda] {
  display: flex;
  width: 100%;
}
.list-six .item-col[data-v-f0169dda] {
  position: relative;
  height: 528px !important;
  margin-bottom: 18px !important;
}
.blog-content[data-v-f0169dda] {
  width: 100%;
}
.blog-content .blog-item[data-v-f0169dda] {
  flex: 1;
  margin-right: 22px;
  background-color: #fff;
  border-radius: 8px;
}
.blog-content .blog-item[data-v-f0169dda]:last-child {
  margin-right: 0;
}
.blog-content .blog-item img[data-v-f0169dda] {
  width: 100%;
  height: 230px;
  border-radius: 8px 8px 0 0;
}
.blog-content .blog-item .content-box[data-v-f0169dda] {
  padding: 19px 20px 32px;
}
.blog-content .blog-item .content-box .blog-title[data-v-f0169dda] {
  width: 384px;
  height: 44px;
  font-size: 18px;
  font-weight: bold;
  color: #131315;
  line-height: 28px;
  margin-bottom: 18px;
}
.blog-content .blog-item .content-box .blog-content-item[data-v-f0169dda] {
  width: 358px;
  height: 66px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #221f1f;
  line-height: 26px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-content .blog-item .content-box .blog-bottom[data-v-f0169dda] {
  display: flex;
  justify-content: space-between;
}
.blog-content .blog-item .content-box .blog-bottom span[data-v-f0169dda] {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 26px;
}
.section-content[data-v-f0169dda] {
  width: 100%;
}
.module-rice .rice-title[data-v-f0169dda] {
  width: 100%;
  height: 20px;
  text-align: center;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 25px;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.register_guidance[data-v-40be6714] {
  position: fixed;
  left: o;
  bottom: 0;
  width: 100%;
  height: 80px;
  display: flex;
  z-index: 999;
  background-color: rgba(48, 128, 140, 0.9);
  justify-content: center;
  align-items: center;
}
.register_guidance .register_ceten[data-v-40be6714] {
  width: 1380px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.register_guidance .register_ceten p[data-v-40be6714] {
  width: 38px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  left: 50px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.register_guidance .register_ceten p i[data-v-40be6714] {
  font-size: 20px;
}
.register_guidance .register_ceten .register_font[data-v-40be6714] {
  font-size: 20px;
  color: #fff;
}
.register_guidance .register_ceten .register_font .price[data-v-40be6714] {
  font-size: 26px;
}
.register_guidance .register_ceten .register_btn[data-v-40be6714] {
  font-size: 16px;
  color: #fff;
  width: 147px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #0bce51;
  border-radius: 4px;
  margin-left: 40px;
  cursor: pointer;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.susEntrance .icon-entrace[data-v-385046c6] {
  position: fixed;
  right: 20px;
  top: 230px;
  z-index: 5;
}
.susEntrance .icon-entrace img[data-v-385046c6] {
  cursor: pointer;
}
.susEntrance .icon-entrace .el-icon-circle-close[data-v-385046c6] {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
}
.susEntrance .content .title[data-v-385046c6] {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  margin-bottom: 20px;
}
.susEntrance .content .shareGroup[data-v-385046c6] {
  padding: 30px;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.userafitup[data-v-b16a408a] {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
.userafitup .afitup_ceten[data-v-b16a408a] {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  cursor: pointer;
  margin: auto;
}
.userafitup .afitup_ceten .el-icon-close[data-v-b16a408a] {
  cursor: pointer;
}
.userafitup .afitup_ceten .act-banner[data-v-b16a408a] {
  display: block;
  width: 100%;
  margin: auto;
}
.userafitup .afitup_ceten .elenext[data-v-b16a408a] {
  position: absolute;
  width: 30px;
  right: -30px;
  top: -30px;
  color: #fff;
  font-size: 30px;
}
.userafitup .afitup_ceten .afitup[data-v-b16a408a] {
  height: 474px;
  padding: 135px 17px 0px;
  background: url(https://us.olicdn.com/pc/_nuxt/img/om_hecker_gift_bg.ec7b517.png) no-repeat;
  background-size: 100% 474px;
}
.userafitup .afitup_ceten .afitup .afitup_content[data-v-b16a408a] {
  width: 440px;
  position: relative;
  background-color: #fcf9f5;
  margin: 0 auto;
  padding: 20px;
  border: 1px dashed #e34a27;
  border-radius: 0 0 26px 26px;
}
.userafitup .afitup_ceten .afitup .afitup_content .title[data-v-b16a408a] {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 240px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #555555;
  background-color: #fcf9f5;
  border-radius: 15px;
  border: 1px dashed #e34a27;
}
.userafitup .afitup_ceten .afitup .afitup_content .afitup_list .list[data-v-b16a408a] {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px dashed #e34a27;
}
.userafitup .afitup_ceten .afitup .afitup_content .afitup_list .list .discount[data-v-b16a408a] {
  font-size: 26px;
  font-weight: bold;
  color: #e34236;
}
.userafitup .afitup_ceten .afitup .afitup_content .afitup_list .list .condition[data-v-b16a408a] {
  font-size: 20px;
  font-weight: bold;
  color: #e34236;
}
.userafitup .afitup_ceten .afitup .afitup_content .afitup_list .list .validPeriod[data-v-b16a408a] {
  font-size: 18px;
  color: #666666;
}
.userafitup .afitup_ceten .afitup .afitup_content .afitup_list .list span[data-v-b16a408a] {
  margin-left: 5px;
}
.userafitup .afitup_ceten .afitup .afitup_content .afitup_list .list span[data-v-b16a408a]:first-child {
  margin-left: 0;
}
.userafitup .afitup_ceten .afitup .afitup_content .text[data-v-b16a408a] {
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
}
.userafitup .afitup_ceten .afitup .afitup_content .btn[data-v-b16a408a] {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #fcf9f5;
  font-weight: 500;
  width: 200px;
  line-height: 40px;
  border-radius: 22px;
  border: 2px solid #ffd5a7;
  background: linear-gradient(to right, #fe9d4f, #e34927);
}
.userafitup .afitup_ceten .listLength[data-v-b16a408a] {
  padding: 114px 16px 40px;
  background: url(https://us.olicdn.com/pc/_nuxt/img/om_hecker_gift_bg2.5446f51.png) no-repeat;
}
.omall-afitup-ca .afitup_ceten .afitup[data-v-b16a408a] {
  padding: 135px 17px 72px;
}
.omall-afitup-ca .afitup_ceten .afitup .afitup_content[data-v-b16a408a] {
  width: 490px;
}
.omall-afitup-mx .afitup_ceten .afitup[data-v-b16a408a],
.omall-afitup-gb .afitup_ceten .afitup[data-v-b16a408a] {
  padding: 135px 17px 72px;
}
.omall-afitup-mx .afitup_ceten .afitup .afitup_content[data-v-b16a408a],
.omall-afitup-gb .afitup_ceten .afitup .afitup_content[data-v-b16a408a] {
  width: 465px;
}
.omall-afitup-it .afitup_ceten .afitup[data-v-b16a408a],
.omall-afitup-jp .afitup_ceten .afitup[data-v-b16a408a],
.omall-afitup-kr .afitup_ceten .afitup[data-v-b16a408a],
.omall-afitup-th .afitup_ceten .afitup[data-v-b16a408a] {
  padding: 135px 17px 72px;
}
.omall-afitup-it .afitup_ceten .afitup .afitup_content[data-v-b16a408a],
.omall-afitup-jp .afitup_ceten .afitup .afitup_content[data-v-b16a408a],
.omall-afitup-kr .afitup_ceten .afitup .afitup_content[data-v-b16a408a],
.omall-afitup-th .afitup_ceten .afitup .afitup_content[data-v-b16a408a] {
  width: 585px;
}
.omall-afitup-es[data-v-b16a408a] {
  padding: 135px 17px 0px;
}
.omall-afitup-es .afitup_content[data-v-b16a408a] {
  width: 605px;
}
.omall-afitup-fr .afitup_ceten .afitup[data-v-b16a408a] {
  padding: 140px 17px 0px;
}
.omall-afitup-fr .afitup_ceten .afitup .afitup_content[data-v-b16a408a] {
  width: 500px;
}
.omall-afitup-fr .afitup_ceten .afitup .afitup_content .afitup_list .list .discount[data-v-b16a408a] {
  font-size: 18px;
}
.omall-afitup-fr .afitup_ceten .afitup .afitup_content .afitup_list .list .condition[data-v-b16a408a] {
  font-size: 14px;
}
.omall-afitup-fr .afitup_ceten .afitup .afitup_content .afitup_list .list .validPeriod[data-v-b16a408a] {
  font-size: 12px;
}
.omall-afitup-fr .afitup_ceten .afitup .afitup_content .text[data-v-b16a408a] {
  font-size: 12px;
}
.omall-afitup-de .afitup_ceten .afitup[data-v-b16a408a],
.omall-afitup-at .afitup_ceten .afitup[data-v-b16a408a] {
  padding: 135px 17px 0px;
}
.omall-afitup-de .afitup_ceten .afitup .afitup_content[data-v-b16a408a],
.omall-afitup-at .afitup_ceten .afitup .afitup_content[data-v-b16a408a] {
  width: 580px;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.shareGroup[data-v-4c2f77f4] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shareGroup .title[data-v-4c2f77f4] {
  width: 50%;
}
.shareGroup .title .el-divider__text[data-v-4c2f77f4] {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  line-height: 18px;
  background: #f8f8f8;
}
.shareGroup .shareMethod a[data-v-4c2f77f4] {
  float: left;
  width: 80px;
  height: 98px;
  margin-right: 70px;
  background: url(https://us.olicdn.com/pc/_nuxt/img/shareList.76d1307.png);
}
.shareGroup .shareMethod div[data-v-4c2f77f4] {
  cursor: pointer;
  float: left;
  width: 80px;
  height: 98px;
  margin-right: 70px;
  background: url(https://us.olicdn.com/pc/_nuxt/img/shareList.76d1307.png);
}
.shareGroup .shareMethod .share-network-email[data-v-4c2f77f4] {
  background-position: -125px 0;
}
.shareGroup .shareMethod .share-network-whatsapp[data-v-4c2f77f4] {
  background-position: -258px 0;
}
.shareGroup .shareMethod .shareLink[data-v-4c2f77f4] {
  margin-right: 0px;
  float: left;
  width: 80px;
  height: 98px;
  background: url(https://us.olicdn.com/pc/_nuxt/img/shareList.76d1307.png);
  background-position: -383px 0;
}
.sharePop .shareBtn[data-v-4c2f77f4] {
  color: #fff;
  background-color: #005f71;
  border-color: #005f71;
  border-radius: 0;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.groupStatus[data-v-9304e912] {
  margin-top: 10px;
  width: 100%;
  height: 440px;
  border: 1px solid #dddddd;
  text-align: center;
}
.groupStatus .groupNo[data-v-9304e912] {
  height: 66px;
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  line-height: 55px;
  background: url(https://us.olicdn.com/pc/_nuxt/img/centerArc.aac1ff4.png) no-repeat;
  background-size: 100%;
}
.groupStatus .member[data-v-9304e912] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.groupStatus .member img[data-v-9304e912] {
  vertical-align: middle;
}
.groupStatus .member span[data-v-9304e912] {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding: 0 10px;
}
.groupStatus .member .avaterImg[data-v-9304e912] {
  width: 42px;
  height: auto;
  margin: 10px 0;
}
.groupStatus .member .member-left[data-v-9304e912] {
  text-align: center;
}
.groupStatus .member .member-left .left-left[data-v-9304e912] {
  transform: rotate(180deg);
}
.groupStatus .member .member-left span[data-v-9304e912] {
  color: #006271;
}
.groupStatus .member .member-middle[data-v-9304e912] {
  height: 10px;
  padding: 0 20px;
}
.groupStatus .member .member-right[data-v-9304e912] {
  text-align: center;
}
.groupStatus .member .member-right span[data-v-9304e912] {
  color: #999999;
}
.groupStatus .member .member-right .right-left[data-v-9304e912] {
  transform: rotate(180deg);
}
.groupStatus .member .user-name[data-v-9304e912] {
  text-align: center;
}
.groupStatus .member .user-name span[data-v-9304e912] {
  height: 20px;
  padding: 0 20px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.sucessPage[data-v-fd886578] {
  margin-top: 30px;
}
.sucessPage .buyStep img[data-v-fd886578] {
  width: 100%;
}
.sucessPage .box[data-v-fd886578] {
  padding: 0 100px;
}
.sucessPage .textBox[data-v-fd886578] {
  text-align: center;
  padding: 30px;
}
.sucessPage .textBox .title[data-v-fd886578] {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
  margin-bottom: 10px;
}
.sucessPage .textBox .text[data-v-fd886578] {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.sucessPage .count-down-time[data-v-fd886578] {
  display: inline-block !important;
  color: #ee0a24 !important;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.sucessPage .groupStatus .groupNo {
  height: 90px !important;
  line-height: 70px;
}
.sucessPage .groupStatus .shareGroup .title .el-divider__text {
  background-color: #ffffff;
}

/* 通用主题颜色 */
/* 通用边线颜色 */
/* 重要的字体颜色 */
/* 字体颜色 */
/* 通用背景颜色 */
/* 按钮背景色 */
/* 消息通知按钮色 */
/* 边框颜色 */
/* 限时折扣标签字体和边框颜色 */
/* 个人账户颜色 */
/* 主题色 */
.creditInfor[data-v-6f8b7d5a] {
  margin-top: 50px;
  width: 974px;
  height: 259px;
  border: 1px solid #dddddd;
  opacity: 0.75;
  border-radius: 4px;
}
.creditInfor .content[data-v-6f8b7d5a] {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.creditInfor .content .title[data-v-6f8b7d5a] {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  line-height: 20px;
  padding-bottom: 20px;
}
.creditInfor .content .price[data-v-6f8b7d5a] {
  font-size: 44px;
  font-family: 'Impact';
  font-weight: 400;
  color: #e6a23c;
  line-height: 64px;
  padding-bottom: 30px;
}
.creditInfor .content .text[data-v-6f8b7d5a] {
  font-size: 18px;
  color: #666666;
  line-height: 20px;
}

