﻿.squired-pop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100px
}
.squired-pop__close {
  position: absolute;
  top: 12px;
  right: 12px
}
.squired-pop__title {
  margin: 12px 0
}
.squired {
  display: block;
  padding: 16px;
  background-color: #fff;
  overflow: hidden
}
.squired__head {
  display: flex;
  align-items: center;
  margin-bottom: 6px
}
.squired--bordered {
  position: relative
}
.squired--bordered:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(.5);
  height: 1px;
  width: 91.47%;
  width: calc(100% - 32px);
  background-color: #e6e6e6
}
.squired--bordered:last-child:after {
  content: normal
}
.squired__img {
  float: left;
  margin-right: 12px;
  height: 106px;
  width: 106px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden
}
.squired__content-wrap {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  height: 108px;
  width: 61%;
  width: calc(100% - 120px)
}
.squired__title {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block
}
.squired__sub-title, .squired__title {
  margin-bottom: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.squired__sub-title {
  color: #555;
  font-size: 12px;
  line-height: 1.333;
  height: 15px
}
.squired__desc {
  margin-top: 124px;
  color: #78787d;
  font-size: 12px;
  line-height: 1.333
}
.squired__price {
  color: #fe5a58;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 6px
}
.squired__price.big {
  font-size: 16px;
  font-weight: 600
}
.squired__price.cost {
  color: #999;
  text-decoration: line-through
}
.squired__coupon-view {
  color: #78787d;
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 6px;
  display: flex;
  align-items: center
}
.squired__coupon-view .codet1 {
  flex-shrink: 0;
  max-width: 40%
}
.squired__coupon-view .codet2 {
  flex-shrink: 0;
  max-width: 60%
}
.squired__coupon-label {
  margin-right: 5px;
  color: #ff8168;
  padding: 3px;
  background-color: #fff0ed;
  border-radius: 3px;
  font-weight: 600
}
.squired__coupon-watermark {
  color: #c8c8c8;
  font-weight: 600
}
.squared-item__price {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  line-height: 20px
}
.squared-item__price-discount {
  font-size: 14px;
  color: #fe5a58
}
.squared-item__price-origin {
  font-size: 12px;
  color: #999;
  text-decoration: line-through
}
.squared-item .ml10 {
  margin-left: 10px
}
.squared-item .un-ht {
  height: unset;
  margin: unset;
  justify-content: flex-start;
  padding-top: 12px
}
.am-card {
  width: 100%;
  box-shadow: 0 3px 6px 0 rgba(29, 29, 31, .06);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-content: center
}
.am-card__wrap {
  width: 96px;
  height: 96px;
  display: flex
}
.am-card__wrap img {
  max-height: 96px;
  max-width: 96px;
  margin: auto
}
.am-card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 112px);
  padding-right: 8px
}
.am-card__info-flag {
  display: flex;
  align-items: center
}
.am-card__info-price {
  color: #fe5a58;
  font-size: 14px;
  font-weight: 700
}
.am-card__info-desc {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}
.am-card__info .amazon-rebate {
  font-size: 12px;
  background: linear-gradient(90deg, #fe8458, #ff488c);
  color: #fff;
  line-height: 22px;
  padding: 0 6px;
  border-radius: 4px;
  margin-right: 8px
}
.am-card__info .am-brand {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 55%
}
.am-card__btm {
  display: flex
}
.am-card__nation {
  font-size: 12px;
  background-size: 14px;
  background-position: 0;
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-left: auto
}
.fl {
  float: left
}
.fr {
  float: right
}
.inline-p {
  display: none
}
.inline-p + :before {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
@media screen and (max-width:780px) {
  .mobile-show {
    display: inline-block;
    margin: 10px 0;
    width: 100%
  }
  .box-wrap .price {
    margin-top: 8px;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    color: #ff7043;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }
  .pc-show {
    display: none
  }
  .box-wrap {
    width: 164px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #e2e2e2;
    box-shadow: 0 3px 6px 0 rgba(29, 29, 31, .06);
    letter-spacing: 0
  }
  .box-wrap.insert {
    width: 100%
  }
  .box-wrap .fr {
    float: right
  }
  .box-wrap .gray {
    color: #a7a7a7
  }
  .box-wrap .orange {
    color: #fff
  }
  .box-wrap .inner-content {
    padding: 12px;
    display: flex;
    flex-flow: row nowrap
  }
  .box-wrap .img-left {
    width: 96px;
    height: 96px;
    margin-right: 12px;
    background-color: #fff;
    overflow: hidden;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
  }
  .border-color {
    border-right: #e6e6e6;
    height: 12px;
    margin-right: 9px
  }
  .box-wrap .img-left p {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    display: block
  }
  .box-wrap .img-right {
    box-flex: 1;
    flex: 1;
    margin-left: 7px;
    word-wrap: break-word;
    line-height: normal;
    overflow: hidden
  }
  .box-wrap .img-right .titkle + .mailp {
    color: #ff804d;
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
  }
  .box-wrap .img-right .logo {
    font-size: 14px;
    line-height: 16px;
    color: #666;
    margin-bottom: 10px
  }
  .box-wrap .img-right .logo img {
    width: 12px;
    height: 1em;
    margin: 0 4px 0 0
  }
  .box-wrap .img-right .img-content, .insert .titkle {
    color: #1d1d1f;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    height: 38px;
    margin: 5px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
  .box-wrap .img-right .img-title {
    height: auto;
    line-height: auto
  }
  .box-wrap .img-right .price {
    font-size: 16px;
    background: none !important;
    color: #ff7043
  }
  .revert .img-right .img-content {
    padding: 5px 0;
    max-height: auto;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
  .revert .star-list li img {
    float: left;
    display: inline-block;
    margin-right: 5px
  }
  .revert .star-list li.score {
    font-size: 12px;
    margin-left: 110px
  }
  .revert .favorite {
    font-size: 12px;
    padding: 7px 0
  }
  .revert .favorite span:first-of-type {
    padding-right: 9px
  }
  .insert .favorite {
    font-size: 12px;
    padding: 4px 0 10px;
    color: #999
  }
  .insert .favorite span:first-of-type {
    padding-right: 9px
  }
  .insert .logo span:first-of-type, .insert .logo span:nth-of-type(2) {
    position: relative
  }
  .insert .logo span:first-of-type {
    width: 22px;
    height: 16px;
    overflow: hidden
  }
  .insert .logo span:nth-of-type(2) {
    line-height: 16px;
    color: #4f4f53;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 122px)
  }
  .insert .logo span:nth-of-type(3) {
    border: 1px solid #ff804d;
    border-radius: 4px;
    padding: 1px 3px;
    color: #ff804d;
    font-size: 12px;
    font-weight: 500;
    line-height: 1
  }
  .insert .website {
    font-size: 14px;
    color: #1d1d1f;
    font-weight: 500;
    line-height: 24px
  }
  .insert .mail span {
    font-size: 12px;
    border-radius: 4px;
    padding: 1px 3px;
    background-color: #f5f5f5;
    color: #4f4f53;
    position: relative;
    margin-right: 8px
  }
  .insert .mail span:before {
    display: inline-block;
    margin-right: 2px;
    height: 10px;
    width: 10px;
    position: relative;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
  }
  .insert .mail .mailt:before {
    background-image: url(../image/icon-mail-white.svg)
  }
  .insert .mail .alipay:before {
    background-image: url(../image/icon-alipay-white.svg)
  }
  .insert .mail .lang-cn:before {
    background-image: url(../image/icon-langcn-white.svg)
  }
  .post .tag {
    font-size: 12px
  }
  .post .tag span {
    margin-right: 10px
  }
  .preferential-article .content > ul {
    padding-left: 20px
  }
  .preferential-article .content > p strong em, .preferential-article .content p em, .preferential-article .content p em strong {
    font-style: italic
  }
  .preferential-article .content > p strong {
    font-weight: 700
  }
  .goods-card {
    width: auto;
    float: left
  }
  .goods-card:nth-of-type(2n) {
    float: right
  }
  .inline-p + .goods-card {
    content: normal
  }
  :not(.inline-p) + .goods-card {
    float: left
  }
  .goods-card .box-wrap {
    border-radius: 6px
  }
  .goods-card .inner-content {
    padding: 0;
    display: block
  }
  .goods-card .img-left {
    margin: 18px auto;
    height: 146px;
    width: 146px
  }
  .goods-card .img-right {
    height: 102px;
    margin: 6px 10px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center
  }
  .goods-card .img-right .logo img {
    display: none
  }
  .goods-card .img-right .logo {
    margin-bottom: 0;
    color: #1d1d1f;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
  }
  .goods-card .img-right .img-content, .titkle {
    margin: 0 0 6px;
    color: #78787d;
    font-size: 12px;
    line-height: 16px;
    height: auto
  }
  .goods-card .img-right .price {
    color: #ff804d;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
}
@media screen and (min-width:780px) {
  .pc-show {
    display: block
  }
  .mobile-show {
    display: none
  }
  .bussiness {
    border: 1px solid #e2e2e2;
    width: 640px;
    height: 128px;
    padding: 20px
  }
  .bussiness .left {
    width: 126px;
    height: 128px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
  }
  .bussiness .left img {
    max-height: 128px;
    max-width: 126px
  }
  .bussiness .right {
    width: 500px
  }
  .bussiness .logo {
    margin-top: 5px;
    color: #333
  }
  .bussiness .star-list {
    font-size: 0;
    margin: 5px 0
  }
  .bussiness .star-list li {
    float: left
  }
  .bussiness .pc-show {
    display: block
  }
  .bussiness .star-list li img {
    margin-right: 6px;
    float: left;
    display: inline-block
  }
  .bussiness .star-list .score {
    font-size: 14.4px;
    line-height: 18px;
    color: #ff4301
  }
  .bussiness .discount-list {
    width: 500px;
    font-size: 16px;
    color: #4f4f4f;
    line-height: 27.6px;
    padding: 8px 0;
    height: 52px;
    word-wrap: break-word;
    overflow: hidden
  }
  .bussiness .price-left {
    font-size: 12px;
    color: #a7a7a7;
    line-height: 30px
  }
  .bussiness .price-left img {
    margin: 7px 0 0 5px;
    width: 15px;
    height: 10px
  }
  .bussiness .price-right {
    margin-top: 5px
  }
  .bussiness .favorite {
    color: #a7a7a7;
    font-size: 12px
  }
  .bussiness .border {
    border-right: 1px solid #a7a7a7;
    padding-right: 10px;
    margin-right: 5px
  }
  .bussiness .price-right a {
    width: 118px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    background: #ff4201;
    border-radius: 4px;
    font-size: 14px;
    color: #fff
  }
  .bussiness .price-right a:hover {
    color: #fff !important
  }
  .discount-wrap {
    border: 1px solid #e2e2e2;
    width: 640px;
    height: 128px;
    padding: 20px
  }
  .discount-wrap .adv-left {
    width: 126px;
    height: 128px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
  }
  .discount-wrap .adv-right {
    width: 500px
  }
  .discount-wrap .logo {
    margin-top: 5px;
    color: #a7a7a7;
    line-height: 16px
  }
  .discount-wrap .logo img {
    padding-right: 5px
  }
  .discount-wrap .discount-list {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 27.6px;
    padding: 8px 0;
    max-height: 52px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
  .discount-wrap .price-left {
    font-size: 18px;
    color: #ff804d;
    line-height: 18px;
    line-height: 30px
  }
  .discount-wrap .price-right {
    margin-top: 5px
  }
  .discount-wrap .price-right a {
    width: 118px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    background: #ff4201;
    border-radius: 4px;
    font-size: 14px;
    color: #fff
  }
  .discount-wrap .price-right a:hover {
    color: #fff !important
  }
  .list-left {
    width: 370px;
    line-height: 24px;
    max-height: 50px;
    word-break: break-word;
    overflow: hidden;
    color: #595959;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
  .insert_bussiness .img-logo {
    margin-right: 5px
  }
  .insert_bussiness .icon, .insert_bussiness .logo_name {
    line-height: 20px
  }
  .insert_bussiness .icon li {
    display: inline-block;
    border-radius: 3px
  }
  .insert_bussiness .icon li.fan {
    background: #ff804d;
    font-size: 14px;
    color: #fff;
    padding: 1px 5px
  }
  .insert_bussiness .icon li.mail {
    border: 1px solid #26d26b;
    font-size: 14px;
    color: #26d26b;
    padding: 0 5px
  }
  .insert_bussiness .icon li.alipay {
    border: 1px solid #08adfa;
    font-size: 14px;
    color: #08adfa;
    padding: 0 5px
  }
  .insert_post .post_intro li {
    color: #a7a7a7;
    font-size: 12px;
    padding-right: 20px
  }
  .ht-deal-detail-des-box > ul {
    padding-left: 20px
  }
  .ht-deal-detail-des-box > p em {
    font-style: italic
  }
  .ht-deal-detail-des-box > p strong, .ht-deal-detail-des-box > p strong em {
    font-weight: 700
  }
  .ht-deal-detail-des-box > ul p em, .ht-deal-detail-des-box > ul p em strong, .ht-deal-detail-des-box > ul p strong em, .ht-deal-detail-des p em strong {
    font-style: italic
  }
}
.adv-wrap {
  display: block;
  margin-bottom: 8px;
  font-size: 0;
  position: relative
}
.adv-wrap .adv-img {
  width: 100%
}
.adv-wrap.adv-commercial:after {
  content: "广告";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 3px 0 3px 5px;
  width: 32px;
  border-radius: 16px 0 0;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  background-color: rgba(0, 0, 0, .2)
}
#open-app-btn {
  margin: 8px;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background-color: #fe5a58;
  border-radius: 6px
}
.openAppBtnStyle#open-app-btn {
  color: #fff
}
.deal-detail__banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  background-color: transparent;
  /*padding: 20px 0*/
}
.deal-detail__banner img {
  max-width: 100% !important;
  height: auto !important;
}
.deal-detail__banner.isAmazon:after {
  content: "";
  background-image: url(../image/202101141911073.png);
  position: absolute;
  top: -1px;
  left: -1px;
  height: 20px;
  width: 58px;
  background-position: 50%;
  background-size: 100%
}
.deal-detail__info {
  background: #fff;
  box-sizing: border-box;
  font-size: 0;
  padding: 16px;
  margin-bottom: 8px
}
.deal-detail__title {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px
}
.deal-detail__title .first-order-tag {
  display: inline-block;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  border-radius: 4px;
  background-image: linear-gradient(90deg, #c570fc, #f6529d);
  padding: 0 8px;
  vertical-align: top
}
.deal-detail__rebate-view {
  display: flex;
  margin-top: 8px;
  margin-bottom: 12px;
  color: #fe5a58;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  align-items: center
}
.deal-detail__rebate-view span {
  flex: none;
  margin-right: 8px;
  display: inline-block;
  padding: 0 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  background: #fe5a58
}
.deal-detail__time {
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #1f1f1f;
  font-size: 12px;
  background-color: #d3d3d3
}
.deal-detail__time.oneday {
  background-image: url(../image/m55-645ffcf.svg);
  color: #fff
}
.deal-detail__time.oneday em {
  color: #fe5a58
}
.deal-detail__time.expired {
  background-image: unset
}
.deal-detail__time em {
  background-color: #fff;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  border-radius: 3px
}
.deal-detail__note, .deal-detail__reveler {
  margin-top: 10px;
  color: #4f4f53;
  font-size: 12px;
  line-height: 16px
}
.deal-detail__publish-time {
  flex: 1;
  float: right;
  text-align: right
}
.deal-detail__reveler {
  display: flex;
  align-items: center;
  color: #979797
}
.deal-detail__reveler svg {
  flex: none;
  margin-right: 4px
}
.deal-detail__border {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #e6e6e6;
  transform: scaleY(.5)
}
.deal-detail__label-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}
.deal-detail__label {
  display: inline-flex;
  justify-items: center;
  margin-top: 14px;
  margin-right: 8px;
  padding: 0 4px;
  color: #fe5a58;
  font-size: 10px;
  line-height: 16px;
  background-color: #fff2ed;
  border-radius: 4px
}
.deal-detail__label:last-child {
  margin-right: 0
}
.deal-detail__tags {
  margin-bottom: 8px;
  padding: 0 16px;
  font-size: 0;
  background-color: #fff
}
.deal-detail__tag {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 13px 6px;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background-color: #f5f5f5;
  border-radius: 6px
}
.deal-detail__squired {
  margin-bottom: 8px;
  background-color: #fff
}
.deal-detail__squired.twoCol {
  display: flex;
  flex-wrap: wrap
}
.deal-detail__squired.twoCol .squired {
  display: flex;
  flex-direction: column;
  width: 50%
}
.deal-detail__squired.twoCol .squired__img {
  padding-top: 100%;
  width: 100%;
  height: unset;
  margin-right: 0;
  margin-bottom: 12px
}
.deal-detail__squired.twoCol .squired__desc {
  margin-top: unset
}
.deal-detail__squired.twoCol .squired__content-wrap {
  height: auto;
  width: 100%
}
.deal-detail .sale-outer {
  background-color: #fff
}
.deal-detail .sale-outer .am-card {
  width: calc(100% - 32px);
  margin: 0 auto 18px
}
.deal-detail .sale-outer p {
  color: #78787d;
  line-height: inherit;
  font-size: 16px;
  margin: 20px 0;
}
.deal-detail .sale-outer img {
  max-width: 100% !important;
  height: auto !important;
}
.deal-detail .square_sale {
  margin-top: .22rem;
  padding: 0 .16rem;
  box-sizing: border-box;
  background: #fff
}
.deal-detail .square_sale ul li {
  float: left;
  margin-right: .15rem;
  margin-bottom: .16rem;
  width: 1.62rem;
  height: 2.5rem;
  box-shadow: 0 3px 6px rgba(29, 29, 31, .06);
  border: 1px solid #e6e6e6;
  border-radius: .06rem
}
.deal-detail .square_sale ul li .square_imgbox {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 1.62rem;
  height: 1.62rem
}
.deal-detail .square_sale ul li .square_imgbox img {
  max-width: 4.12rem;
  max-height: 4.12rem
}
.deal-detail .square_sale ul li .square_brand {
  width: 1.44rem;
  height: .24rem;
  margin: .06rem auto 0;
  font-size: .14rem;
  color: #1f1f1f;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.deal-detail .square_sale ul li .square_title {
  width: 1.44rem;
  height: .16rem;
  margin: 0 auto;
  font-size: .12rem;
  color: #78787d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.deal-detail .square_sale ul li .square_salenum {
  width: 1.44rem;
  height: .24rem;
  text-indent: 0;
  margin: .06rem auto 0;
  color: #ff4e4e;
  font-weight: 500;
  text-align: left;
  font-size: .14rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.deal-detail .square_sale ul a:nth-child(2n) li {
  margin-right: 0
}
.deal-detail .box-wrap .fr {
  float: right
}
.deal-detail p.inline-p {
  display: none
}
.warm_toast {
  width: 100%;
  padding: 0 .16rem;
  box-sizing: border-box
}
.warm_toast h3 {
  color: #ff4e4e;
  font-weight: 500
}
.warm_toast h3, .warm_toast p {
  font-size: .16rem;
  line-height: .28rem
}
.warm_toast p span {
  color: #1f1f1f
}
.warm_toast p a {
  color: #27a1ff
}
.warm_toast .extra_toast {
  margin-top: .25rem
}
.warm_toast .extra_toast span {
  color: #ff4e4e
}
.warm_toast .extra_toast a {
  color: #27a1ff
}
.sale-description {
  background: #fff;
  box-sizing: border-box;
  padding: 0 16px 16px;
  font-size: 14px;
  line-height: 2
}
.sale-description p {
  color: #78787d;
  font-size: inherit;
  line-height: inherit
}
.sale-description i {
  font-weight: 500
}
.sale-description a, .sale-description span.mycoupon {
  color: #fe5a58
}
.sale-description .mycoupon {
  color: #fe5a58;
  background-color: #fff4f2;
  font-size: 14px;
  font-weight: 500;
  padding: 0 6px;
  border-radius: 4px;
  border: 1px solid #fe5a58;
  margin: 0 6px
}
.sale-description .emoji {
  display: inline-block !important;
  width: 16px !important;
  margin: 0
}
.sale-description ul {
  padding-left: 20px
}
.sale-description ul li {
  list-style-type: disc
}
.sale-description .list-paddingleft-2 {
  width: auto !important;
  list-style: disc inside
}
.sale-description p {
  line-height: 28px;
  color: #4f4f53;
  font-size: 16px
}
.scl {
  background-color: #fff
}