body > .container {
  margin-top: 0;
}

#adv-wrap {
  margin-top: .16rem;
  font-size: 0;
}

.container .isios {
  margin-bottom: .16rem;
}

#adv-wrap > .adv-img {
  position: relative;
  width: 100%;
  height: 2.48rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#adv-wrap > .adv-img.adv-commercial::after {
  content: '广告';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding-left: .1rem;
  padding-top: .07rem;
  padding-bottom: .07rem;
  width: .64rem;
  border-radius: .32rem 0 0;
  color: #FFF;
  font-size: .18rem;
  line-height: 1;
  text-align: center;
  background-color: rgba(0, 0, 0, .2);
}

.show {
  display: block !important;
}
.flex {
  display: flex !important;
}

.banner-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.banner-wrap.pad {
  margin-top: 36px;
}

.banner-wrap.amazon::after {
  content: '';
  background-image: url('https://cdn.55haitao.com/bbs/data/attachment/deal/202101141911073.png');
  position: absolute;
  top: 0;
  left: -3px;
  height: 20px;
  width: 58px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.banner-cover {
  width: 52.7%;
  margin: auto;
}

.banner-left-time {
  color: #1f1f1f;
  background-color: #D3D3D3;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-left-time.oneday {
  background-image: url('../../images/timeBanner.svg');
  color: #fff;
}

.banner-left-time.oneday .blue {
  color: #f67052;
}

.banner-left-time .blue {
  background-color: #fff;
  height: 16px;
  width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  border-radius: 3px;
}

.preferential-article {
  background-color: #fff;
  overflow: hidden;
  padding: .32rem;
  margin-bottom: .16rem;
}

.preferential-article .header {
  margin: 0 auto;
  font-size: 0;
}
.preferential-article .title {
  display: flex;
}

.preferential-article .header.expired * {
  color: #78787D !important;
}

.preferential-article .header.expired .preferential {
  background-color: #F5F5F5 !important;
}

.preferential-article .header h1 {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  /*margin-right: 0.1rem;
  margin: 0 auto .16rem;*/
}

.preferential-article .header h1 span {
  margin: 0 auto 8px;
  color: #f67052;
  font-weight: bold;
}

.preferential-article .header h1 .first-order-cashback-tag {
  position: relative;
  top: -3px;
  margin: 0;
  margin-right: 4px; 
  padding: 2px 4px;
  color: #fff !important;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  background-image: linear-gradient(270deg, #F6529D 1%, #C471FF 100%, #FFCCAD 100%);
  border-radius: 2px;
}

.preferential-article .header .border {
  padding: .24rem 0;
  width: calc(100% + .64rem);
  transform: translateX(-0.32rem);
}

.preferential-article .header .border::after {
  content: '';
  display: block;
  background: #E6E6E6;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: 0;
}

.preferential-article .header .reveler,
.preferential-article .header .buy-count,
.preferential-article .header .time,
.preferential-article .header .reseller {
  font-size: .24rem;
  line-height: .32rem;
    color: #979797;
    padding-right: 0;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center left;
    padding-left: 16px;
}

.preferential-article .header .reveler {
    float: right;
    padding-left: 0;
  color: #979797;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.preferential-article .header .time {
    padding-left: 0;
  color: #979797;
}

/* .preferential-article .header .reseller {
  padding-left: .4rem;
  background-size: .24rem;
  background-position: left;
  background-repeat: no-repeat;
} */

.preferential-article .header .real-price {
  float: left;
  line-height: 1.5;
  font-size: .32rem;
  font-weight: bold;
  color: #f67052;
  padding-right: .24rem;
  vertical-align: middle;
}

.preferential-article .header .mall-price {
  float: left;
  font-size: .28rem;
  line-height: .38rem;
  color: #979797;
  text-decoration: line-through;
  padding-right: .12rem;
}

.preferential-article .header .preferential {
  float: left;
  margin-right: .16rem;
  color: #fff;
  background-color: #f67052;
  font-size: .28rem;
  line-height: 1;
  padding: .1rem .16rem;
  border-radius: .12rem;
  white-space: nowrap;
}

.preferential-article .header .header-tag-list {
  overflow: hidden;
    padding-top: .24rem;
}

.preferential-article .header .tag {
  display: none;
  float: left;
  margin-right: .16rem;
    padding: .06rem .08rem .06rem 0;
  color: #979797;
    font-size: .24rem;
  line-height: 1;
  /* background-color: rgba(255, 128, 77, .1); */
  border-radius: 4px;
}
.preferential-article .header .tag img {
    width: 0.24rem;
  transform: translateY(15%);
}

/* .preferential-article .header .direct-post {
  display: none;
  float: left;
  padding: .05rem .09rem;
  color: #26D26B;
  font-size: .24rem;
  line-height: 1;
  border: 1px solid #26D26B;
  border-radius: .06rem;
} */

/* .preferential-article .header .direct-post.show + .alipay {
  margin-left: .2rem;
} */

/* .preferential-article .header .alipay {
  display: none;
  float: left;
  padding: .05rem .09rem;
  color: #08ADFA;
  font-size: .24rem;
  line-height: 1;
  border: 1px solid #08ADFA;
  border-radius: .04rem;
} */

.preferential-article h2.title {
  position: relative;
  padding: 0 0 .24rem;
  font-size: .32rem;
  line-height: .48rem;
  color: #3C3C3C;
}
.preferential-article h2.title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E6E6E6;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: 0;
}

.preferential-article .content {
  color: #3C3C3C !important;
  /* margin-top: .24rem; */
  line-height: 1.86;
  font-size: 16px !important;
  /*letter-spacing: .0448rem;*/
  font-family: 'PingFangSC','Helvetica Neue',Helvetica,NotoSansHans-Regular,'microsoft yahei',sans-serif!important;
}

.preferential-article .content p,
.preferential-article .content span,
.preferential-article .content li,
.preferential-article .content td {
  text-align: left !important;
}

.preferential-article .content p,
.preferential-article .content li,
.preferential-article .content td {
  color: #3C3C3C !important;
  font-size: 16px !important;
}

.preferential-article .content p {
  word-break: break-word;
}

.preferential-article .content span {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.preferential-article .content ol {
  padding-left: .5rem;
}

.preferential-article .content a {
  color: #3C3C3C !important;
  text-decoration: underline;
}
.preferential-article .content img {
  max-width: 100%;
  margin: 0 auto;
}

.preferential-article .content .emoji {
  width: 16px !important;
}

.preferential-article .content b,
.preferential-article .content strong {
  color: #3C3C3C !important;
  font-weight: bold;
}

.preferential-article .content h1,
.preferential-article .content h2,
.preferential-article .content h3,
.preferential-article .content h4,
.preferential-article .content h5 {
  color: #3C3C3C !important;
  font-size: 20px;
  font-weight: bold;
}

.start-time {
  /* display: flex; */
  display: -webkit-flex;
  display: none;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  color: #1F1F1F;
  font-size: 0.24rem;
  line-height: 16px;
}

.start-time__label {
  flex: none;
  position: relative;
  padding-left: 21px;
}

.start-time__label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 13px;
  width: 13px;
  background-image: url('https://cdn.55haitao.com/bbs/data/attachment/deal/20200925164231531.jpg');
  background-image: image-set(
    url('https://cdn.55haitao.com/bbs/data/attachment/deal/20200925164231723.jpg') 1x,
    url('https://cdn.55haitao.com/bbs/data/attachment/deal/20200925164231417.jpg') 2x,
    url('https://cdn.55haitao.com/bbs/data/attachment/deal/20200925164231531.jpg') 3x
  );
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.start-time__time {
  flex: 1;
  -webkit-flex: 1;
  color: #F8704C;
}

.start-time__btn {
  flex: none;
  position: relative;
  color: #F8704C;
  padding-right: 20px;
}

.start-time__btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  height: 10px;
  width: 6px;
  background-image: url('https://cdn.55haitao.com/bbs/data/attachment/deal/20200925164215670.jpg');
  background-image: image-set(
    url('https://cdn.55haitao.com/bbs/data/attachment/deal/20200925164215655.jpg') 1x,
    url('https://cdn.55haitao.com/bbs/data/attachment/deal/20200925164215623.jpg') 2x,
    url('https://cdn.55haitao.com/bbs/data/attachment/deal/20200925164215670.jpg') 3x
  );
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.preferential-wrap {
  margin-top: .1rem;
  background-color: #fff;
}

.preferential-wrap > h2 {
  position: relative;
  color: #3C3C3C;
  font-size: .28rem;
  line-height: 1;
  padding: .34rem 0;
  margin: 0 .32rem;
}

.preferential-wrap > h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E6E6E6;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: 0;
}

.recommendation-wrap > h2 {
  position: relative;
}


.preferential-wrap > .red-square {
  padding-left: .42rem;
}

.reply-top > .red-square::before {
  top: .02rem;
  left: -.06rem;
}

.reply-top .title {
  color: #3C3C3C;
  font-size: .28rem;
  line-height: .48rem;
  padding: .24rem 0;
}

.reply-top {
  border-bottom: 1px solid #E6E6E6;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .reply-top {
    border-bottom: .5px solid #E6E6E6;
  }
}
.red-square {
  position: relative;
}

.red-square::before {
  content: '';
  position: absolute;
  left: .26rem;
  top: .44rem;
  width: .04rem;
  height: .3rem;
  background-color: #FF4200;
  border-radius: .02rem;
}

.tag-list {
  overflow: hidden;
  margin-top: .54rem;
}

.tag-list li {
  float: left;
  height: .48rem;
  color: #4F4F53;
  font-size: .24rem;
  line-height: .48rem;
  text-align: center;
  border-radius: 6px;
  background-color: #F5F5F5;
  padding: 0 .16rem;
  margin-right: .15rem;
  margin-top: .18rem;
}

.preferential-wrap .tag-list li:nth-child(4n) {
  margin-right: 0;
}

.seller-list {
  position: relative;
  margin-top: 0 !important;
}

.reply-list .like-con {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 0;
  color: #A5A5A8 !important;
}
.like-con .like-icon {
  padding-right: .4rem;
  background-image: url('../../images/icon/icon-support.svg?id=2');
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  /* width: .32rem;
  height: .32rem; */
}
.like-con .like-icon--selected {
  color: #f67052 !important;
  background-image: url('../../images/icon/icon-support-s.svg');
}
/* .reply-list .like-con::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 300%;
  width: 200%;
} */
.like-con span {
  display: inline-block !important;
  border: none !important;
  padding-right: .08rem;
  text-align: right !important;
  /* color: #4F4F53 !important; */
  line-height: .32rem !important;
  height: .3rem !important;
  /* vertical-align: text-bottom !important; */
}

.content-top-right .tie-info {
  margin-top: .08rem;
  color: #A5A5A8;
  font-size: .2rem;
  line-height: .24rem;
}

.reply-content .filter-list {
  float: right;
  position: relative;
  margin: .24rem 0;
  height: .48rem;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-list--hot {
  background-image: url('../../images/icon/icon-arrow--orange.svg');
}
.filter-list--new {
  background-image: url('../../images/icon/icon-arrow--blue.svg');
}
.reply-content .filter-list--new::before,
.reply-content .filter-list--hot::before {
  display: block;
  padding-right: .48rem;
  color: #78787D;
  font-size: .28rem;
  line-height: .48rem;
}
.reply-content .filter-list--new::before {
  content: '最新 ';
}
.reply-content .filter-list--hot::before {
  content: '最热 ';
}

.reply-content .filter-list .filter-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.reply-content .filter-list ul {
  position: absolute;
  top: .48rem;
  right: 0;
  border: solid 1px rgba(151, 151, 151, .28);
  box-shadow: -1px 10px 19px 5px rgba(0, 0, 0, .09);
  background-color: #fff;
  z-index: 100;
}

.reply-content .filter-list ul li {
  font-size: .28rem;
  line-height: .85rem;
  width: 2.44rem;
  color: #000;
  text-align: center;
  border-bottom: solid 1px rgba(167, 167, 167, .21);
}

.reply-content .filter-list ul li:last-child {
  border-bottom: none;
}

.reply-text {
  position: relative;
  margin: .16rem auto;
  color: #3C3C3C;
  /* border-bottom: 1px solid #CCC; */
  padding: .16rem 0;
  font-size: .28rem;
  line-height: .48rem;
}
.reply-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E6E6E6;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: 0
}

.reply-detail.last .reply-text::after,
.reply-detail:last-child .reply-text::after {
  display: none;
  border-bottom: none;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .thin-border::after {
    height: .5px;
  }
}

.coupon-list {
  display: -webkit-flex;
  display: flex;
  padding-top: .32rem;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.coupon-ticket {
  position: relative;
  width: 40.5%;
  height: 1.36rem;
  margin-bottom: .2rem;
  padding: .2rem;
  padding-left: .3rem;
  box-shadow: inset 0 0 0 1px #E6E6E6;
  border-radius: .04rem;
  background-color: #fff;
  overflow: hidden;
}

.coupon-ticket::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: .1rem;
  background-image: url('../../images/deal-coupon-line.svg');
  background-position: left;
  background-repeat: repeat-y;
  background-size: 100%;
}

.coupon-ticket h3.title {
  color: #4F4F4F;
  font-size: .32rem;
  font-weight: bold;
  line-height: 1.5;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coupon-ticket .only {
  display: inline-block;
  position: relative;
  padding: .06rem .12rem;
  padding-left: .02rem;
  color: #FFF;
  font-size: .2rem;
  line-height: 1;
  background-color: #f67052;
}

.coupon-ticket .only::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.12rem;
  display: inline-block;
  border-right: .12rem solid #f67052;
  border-top: .16rem solid transparent;
  border-bottom: .16rem solid transparent;
}

.coupon-ticket .time + .only {
  margin-left: .2rem;
}

.coupon-ticket p {
  color: #4F4F53;
  font-size: .24rem;
  line-height: 1.333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coupon-ticket h3 + p {
  margin-top: .1rem;
}

.coupon-ticket .time {
  color: #f67052;
  font-size: .2rem;
  line-height: 1.8;
}

.coupon-ticket p:last-child {
  margin-top: .14rem;
}

.coupon-ticket .copy {
  position: absolute;
  top: 50%;
  right: .8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #979797;
  font-size: .32rem;
  line-height: 1;
}

.coupon-list .coupon-more {
  text-align: center;
  margin: .12rem 0 0;
  padding-top: .08rem;
  padding-bottom: .32rem;
  color: #A7A7A7;
  font-size: .24rem;
  line-height: 1;
  order: 100;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.coupon-list .coupon-more::after {
  content: '';
  display: inline-block;
  margin-left: .37rem;
  width: .22rem;
  height: .12rem;
  background-image: url('../../images/icon/icon-arrow-down.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.coupon-list .coupon-more.open::after {
  background-image: url('../../images/icon/icon-arrow-up.svg');
}

.strategy-topic {
  position: relative;
  margin: 0 .32rem;
  padding: .16rem 0;
  color: #f67052;
  font-size: .28rem;
  line-height: .48rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.strategy-topic::before {
  content: '';
  display: inline-block;
  margin-right: .16rem;
  vertical-align: text-bottom;
  width: .32rem;
  height: .32rem;
  background-image: url('../../images/icon-strategy-new-1.svg?v=20200521');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.strategy-topic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #E6E6E6;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: 0;
}

.share-area {
  display: none;
}

.head-icon {
  width: .64rem;
  height: .64rem;
  border-radius: 100%;
}

.content-top-right .louzhu-info .group {
  background-color: transparent;
  color: #6D6D72;
  font-size: .2rem;
  line-height: 1;
  border-radius: .16rem;
  padding: .06rem .12rem;
}

.content-top-right .louzhu-info .level {
  font-size: .2rem;
  line-height: 1;
  width: auto;
  height: auto;
  vertical-align: text-bottom;
  margin-left: 0;
  background-color: transparent;
  color: #FF4200;
  border: 1px solid #FF4200;
  border-radius: .04rem;
  padding: .02rem .08rem;
}

.content-top-right .louzhu-info .gender-male,
.content-top-right .louzhu-info .gender-female {
  position: relative;
  display: inline-block;
  margin-left: .16rem;
  height: .32rem;
  width: .32rem;
  border: none;
  background-image: url('../../images/deal/icon-male.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  z-index: 1;
}

.content-top-right .louzhu-info .gender-female {
  background-image: url('../../images/deal/icon-female.svg');
}

.content-top-right .louzhu-info .gender-male + .group,
.content-top-right .louzhu-info .gender-female + .group {
  position: relative;
  margin-left: -.16rem;
  padding-left: .24rem;
  background-color: #F5F5F5;
  border-radius: 0 .16rem .16rem 0;
  z-index: 0;
}

.reply-detail-top .more-content {
  margin-bottom: .32rem;
  color: #628CF9;
  font-size: .28rem;
  font-weight: bold;
  line-height: .48rem;
}

.remind-btn {
  display: none;
  position: absolute;
  right: .32rem;
  bottom: .32rem;
  padding: .08rem .12rem;
  /* width: 1.56rem; */
  color: #FFF;
  font-size: .24rem;
  line-height: .32rem;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  border-radius: .24rem;
}

/* .banner-left-time ~ .remind-btn {
  bottom: .8rem;
} */

.deal-report-error {
  display: block;
  margin: .32rem;
  /* border: 1px solid #FF4200; */
  padding: .22rem;
  color: #f67052;
  font-size: .24rem;
  line-height: 1;
  text-align: center;
  border-radius: 2px;
}
.deal-report-error__text {
  padding-left: .4rem;
  color: inherit;
  background-image: url('../../images/icon/icon-warning-thick.svg?v=20200521');
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.deal-modal__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 2;
}

.deal-modal__wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: .48rem .64rem .4rem;
  background-color: #FFF;
  border-radius: 2px;
  z-index: 3;
}

.deal-modal__wrap h3 {
  color: #252525;
  font-size: .34rem;
  line-height: .36rem;
  text-align: center;
}

.deal-modal__content-report {
  margin-top: .8rem;
  width: 63%;
  width: 63vw;
}

.deal-modal__content-row {
  margin-bottom: .72rem;
}

.deal-modal__content-row h4 {
  color: #757575;
  font-size: .28rem;
  line-height: .4rem;
}

.deal-modal__content-row ul {
  overflow: hidden;
}

.deal-modal__content-row li {
  margin-top: .28rem;
  height: .4rem;
  float: left;
  width: 50%;
}

.deal-modal__content-row input[type=radio] {
  -webkit-appearance: none;
  display: none;
}

.deal-modal__content-row input[type=radio] + label {
  display: inherit;
  padding-left: .56rem;
  color: #4F4F4F;
  font-size: .28rem;
  line-height: .4rem;
  background-image: url('../../images/deal/icon-deal-radio.svg');
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.deal-modal__content-row input[type=radio]:checked + label {
  background-image: url('../../images/deal/icon-deal-radio-checked.svg');
}

.deal-modal__content-row input[type=text] {
  display: block;
  -webkit-appearance: none;
  width: 100%;
  padding: .24rem 0 .2rem;
  color: #4F4F4F;
  font-size: .28rem;
  line-height: .32rem;
  outline: none;
  border: none;
  border-bottom: 1px solid #CDCDCD;
  border-radius: 0;
}

.deal-modal__btn-wrap {
  overflow: hidden;
}

.deal-modal__btn {
  float: left;
  width: 29%;
  width: 29vw;
  color: #979797;
  font-size: .36rem;
  line-height: .8rem;
  border: 1px solid #979797;
  text-align: center;
  border-radius: .4rem;
}

.deal-modal__submit-btn {
  float: right;
  color: #FF4200;
  border: 1px solid #FF4200;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  .deal-modal__content-row input[type=text] {
    border-bottom: .5px solid #CDCDCD;
  }

  .deal-modal__btn {
    border: .5px solid #979797;
  }
  
  .deal-modal__submit-btn {
    border: .5px solid #FF4200;
  }
}

.long-press-menu__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.long-press-menu__ul {
  position: fixed;
  padding: .16rem 0.32rem;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}

.long-press-menu__ul li {
  min-width: 1.92rem;
  color: #333;
  font-size: .28rem;
  line-height: .96rem;
}

.reply-list .reply-item {
  padding-top: .32rem;
  padding-left: .8rem;
  padding-bottom: 0;
}
.reply-item .head-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.content-top-right {
  width: 100%;
  margin-left: 0;
}
.content-top-right .louzhu-info {
  color: #4F4F53;
  margin-top: 0;
  font-size: .24rem;
  line-height: .32rem;
}
.thin-border::after {
  margin-top: 0;
  background: #E6E6E6;
}
.orange-name {
  color: #FF8044;
}
.seller-cell {
  height: auto;
  overflow: hidden;
}
.seller-cell .img-cover {
  margin-right: .32rem;
  width: 1.52rem;
  height: 1.52rem;
  box-shadow: inset 0 0 0 1px #EEEEEE;
}
.seller-cell .title,
.seller-cell .info {
  width: 66%;
  width: -webkit-calc(100% - 2.3rem);
  width: calc(100% - 2.3rem);
}
.seller-cell .store {
  margin-top: 0;
  color: #4F4F53;
  line-height: .44rem;
  display: inline-block;
}
.seller-cell .flag {
  padding-left: .3rem;
  line-height: 1.3;
  background-size: .24rem;
  background-position: left;
  background-repeat: no-repeat;
}
.seller-cell .title {
  color: #29292C;
  font-size: .32rem;
  font-weight: bold;
  line-height: 1.5;
  height: .48rem;
}
.seller-cell .info {
  margin-top: .04rem;
  color: #78797C;
  font-size: .24rem;
  height: .48rem;
}
.seller-cell .info:nth-child(4) {
  margin-bottom: .02rem;
  line-height: 2;
}
.seller-cell .tag {
  float: left;
  margin-right: .16rem;
  padding: 0 .08rem;
  color: #515154;
  font-size: .2rem;
  line-height: 1.6;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.seller-cell .rebate {
  float: right;
  color: #f67052;
  padding: .06rem .08rem;
  font-size: .24rem;
  font-weight: bold;
  line-height: 1;
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: none;
  background-color: #fff2ed;
}
.recommendation-area {
  margin-top: .16rem;
}
.recommendation-area .recommendation-wrap {
  margin-top: .16rem;
}
.recommendation-wrap h2 {
  position: relative;
  color: #3C3C3C;
  font-size: .28rem;
  font-weight: bold;
  line-height: .48rem;
  padding: .24rem 0;
  margin-bottom: unset;
}
.recommendation-wrap h2::after {
  content: unset;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E6E6E6;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: 0;
}
.reply-content {
  margin-top: .16rem;
  border-top: none;
  padding: 0 0.32rem;
}
.title-access::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.24rem;
  height: .48rem;
  width: .48rem;
  background-image: url('../../images/icon-arrow-right-access.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.recommendation-wrap {
  padding-bottom: 0;
}
li.recommendation {
  border-bottom: none;
  padding-bottom: 0;
}
li.recommendation::after {
  content: '';
  display: block;
  margin-top: .3rem;
  background: #E6E6E6;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  li.recommendation {
      border-bottom: none;
  }
}
li.recommendation .img-cover {
  height: 2.16rem;
  width: 2.16rem;
}
li.recommendation .info {
  left: 2.4rem;
}
li.recommendation .info-wrap {
  height: 2.16rem;
}
li.recommendation .desc {
  line-height: .4rem;
  float: none;
}
li.recommendation:last-child::after {
  background-color: #FFF;
}
.recommendation h3:first-child {
  font-size: .28rem;
  font-weight: bold;
  line-height: .4rem;
}
.recommendation h3:nth-child(2) {
  color: #78787D;
  font-size: .24rem;
  line-height: 1.333;
  height: .32rem;
  margin: .08rem 0;
}
.recommendation .real-price,
.recommendation .real-price-origin {
  padding-right: 0;
  color: #f67052;
  font-size: .28rem;
  line-height: .4rem;
  display: inline-block;
  margin-bottom: 0.144rem;
}
.recommendation .real-price-old {
  display: inline-block;
  color: #979797;
  font-size: .28rem;
  text-decoration: line-through;
  margin-left: 0.11rem;
  margin-bottom: 0.144rem;
}
.recommendation .code {
  margin-top: .12rem;
  margin-right: .14rem;
  padding: 0 .16rem;
  border: none;
  color: #E87856;
  background-color: #FCF1ED;
  border-radius: 4px;
}
.recommendation .watermark{
  color: #c8c8c8;
  font-weight: 600;
  font-size: 12px;
  margin-top: .12rem;
  height: .4rem;
}
.recommendation .reseller {
  color: #78787D;
  font-size: .2rem;
}
.deal_notice_content li.recommendation h3 {
  margin-bottom: .16rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.deal_notice_content li.recommendation .code-area {
  margin-top: .12rem;
}
.preferential-list li {
  margin: 0 .32rem;
  border-top: solid .1px #E6E6E6;
  padding: .32rem 0;
}
.preferential-list .img-cover {
  height: 2.16rem;
  width: 2.16rem;
  margin-right: .24rem;
  border-radius: 0;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .preferential-list li {
    border-top: solid .5px #E6E6E6;
  }
}
.preferential-list .img-cover + .preferential-content {
  width: -webkit-calc(100% - 2.4rem);
  width: calc(100% - 2.4rem);
}
.preferential-content h1 {
  margin: .44rem auto .12rem;
  font-size: .28rem;
  font-weight: bold;
  line-height: 1.43;
  color: #3C3C3C;
  height: 2.86em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.preferential-content .flag-icon {
  float: left;
  height: .2rem;
  width: .2rem;
  margin-top: .06rem;
  margin-right: .08rem;
}
.preferential-content .store-name {
  display: inline-block;
  width: 40%;
  height: .32rem;
  color: #4F4F53;
  line-height: .32rem;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.preferential-content .price {
  height: .4rem;
  padding-bottom: .12rem;
}
.preferential-content .real-price {
  display: inline-block;
  max-width: 94%;
  color: #f67052;
  font-size: .28rem;
  font-weight: bold;
  line-height: .4rem;
  margin-right: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.preferential-content .preferential {
  padding: 0 .08rem;
  border-radius: 4px;
  border: 1px solid #f67052;
  line-height: .32rem;
  font-size: .24rem;
  color: #f67052;
  background-color: #FFF;
}
.preferential-content .date {
  color: #78787D;
  font-size: .2rem;
  line-height: .32rem;
  height: .32rem;
  float: right;
}
.preferential-content .icon-area {
  height: .32rem;
  line-height: .32rem;
  margin-right: .4rem;
  font-size: .2rem;
  color: #78787D;
}

.reveler-bar {
  display: none;
  margin-top: 10px;
}

.amazon-area {
  padding: 8px 0;
  box-sizing: border-box;
  background-color: white;
}
.amazon-area h2 {
  font-size: 16px;
  margin-bottom: 16px;
}

.amazon-area li {
  margin-bottom: 16px;
}

.amazon-area .amazon-card {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 3px 6px 0 rgba(29, 29, 31, 0.06);
  padding: 12px;
}
.amazon-area .amazon-card .amazon-card-pic {
  max-height: 96px;
  max-width: 96px;
  margin: auto;
}

.amazon-area .amazon-card .amazon-card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 96px - 16px);
}

.amazon-area .amazon-card .amazon-card-desc {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 6px 0;
}

.amazon-area .amazon-card .amazon-card-price {
  font-size: 16px;
  font-weight: bold;
  color: #f67052;
  max-width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amazon-area .amazon-card .amazon-card-price.origin {
  margin-left: 8px;
  text-decoration: line-through;
  color: #979797;
}

.amazon-area .amazon-card .amazon-card-store {
  display: flex;
  align-items: center;
}

.amazon-area .amazon-card .amazon-card-store-name {
  font-size: 14px;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amazon-area .amazon-card .amazon-card-store-rebate {
  font-size: 10px;
  background: linear-gradient(to right, #FE8458, #FF488C);
  color: white;
  line-height: 18px;
  border-radius: 3px;
  padding: 0 4px;
  white-space: nowrap;
  margin-right: 8px;
}

.amazon-area .amazon-card .amazon-card-img-wp {
  height: 90px;
  width: 90px;
  background-color: white;
  border-radius: 4px;
  display: flex;
  position: relative;
}

.amazon-area .amazon .amazon-card .amazon-card-img-wp::after {
  content: '';
  background-image: url('https://cdn.55haitao.com/bbs/data/attachment/deal/202101141911073.png');
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 46px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.amazon-area .amazon-card .amazon-card-img-wp span {
  position: absolute;
  z-index: 1;
  color: white;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 4px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  box-sizing: border-box;
}
.amazon-area .amazon-card .amazon-card-store-prime {
  background-image: url('https://cdn.55haitao.com/bbs/data/attachment/deal/2021010717122842.png');
  width: 50px;
  height: 17px;
  background-size: 100%;
}
.amazon-area .amazon-card .amazon-card-store-prime.left {
  margin-left: auto;
}
.amazon-area .amazon-card .amazon-card-store-nation.left {
  margin-left: auto;
}
.amazon-area .amazon-card .amazon-card-store-nation {
  height: 12px;
  font-size: 12px;
  background-size: 12px;
  background-position: 2px center;
  background-repeat: no-repeat;
  padding-left: 16px;
}
.amazon-area .amazon-card .amazon-card-btm {
  display: flex;
  align-items: center;
}
.deals-qcwx {
  display: flex;
  align-items: center;
  padding: 24px 16px;
  background-color: #fff;
  position: relative;
  margin-top: .16rem;
}
.deals-qcwx.none {
  display: none;
}
.deals-qcwx::after {
  content: '';
  background-image: url('https://cdn.55haitao.com/bbs/data/attachment/deal/20210121112614702.png');
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 20px;
}
.deals-qcwx img {
  height: 106px;
  width: 106px;
  margin-right: 20px;
}
.deals-qcwx h2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #1f1f1f;
  position: relative;
  padding-left: 20px;
}
.deals-qcwx h2::before {
  content: '';
  background-color: #D8D8D8;
  position: absolute;
  left: 0;
  transform: scaleX(.4);
  height: 80%;
  margin-top: 5%;
  width: 1px;
}
.deals-qcwx h2::after {
  content: '\a\a保存图片，微信扫码添加\a下单疑难解答，重大折扣及时提醒\a进海淘交流群，专属福利活动';
  white-space: pre;
  font-size: 0.225rem;
  font-weight: normal;
  color: #979797;
}

.preferential-article .content span.mycoupon {
  color: #f67052 !important;
  background-color: #FFF4F2;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 0 6px;
  border-radius: 2px;
  border: 1px solid #f67052;
  margin: 0 6px;
}
.customchart {
  width: calc(100vw - 0.16rem);
}
.customchart svg {
  overflow: visible;
}
.customchart svg g {
  clip-path: none;
}
.customchart svg g:first-of-type g:nth-of-type(2) g:first-of-type g:first-of-type text:first-of-type{
  text-anchor: start;
}
.customchart svg g:first-of-type g:nth-of-type(2) g:first-of-type g:first-of-type text:last-of-type{
  text-anchor: end;
}
.customchart svg g:first-of-type g:nth-of-type(2) g:first-of-type g:first-of-type text,
.customchart svg g:first-of-type g:nth-of-type(2) g:last-of-type g:first-of-type text {
  font-size: 10px;
}
.customchart svg g:first-of-type g:nth-of-type(2) g:last-of-type g:first-of-type text:first-of-type{
  alignment-baseline: alphabetic;
}
.customchart svg g:first-of-type g:nth-of-type(2) g:last-of-type g:first-of-type text:last-of-type{
  alignment-baseline: hanging;
}
.g2-tooltip {
  display: flex;
  flex-direction: column;
  padding: 0!important;
  min-width: 132px;
  border-radius: 6px !important;
  box-shadow: unset !important;
  background-color: transparent !important;
}
.g2-tooltip .none {
  display: none;
}
.g2-tooltip .toolwrap {
  background-color: #fff;
  box-shadow: 0 0 14px #ececec;
  position: relative;
  padding: 6px 8px;
  border-radius: 3px;
}
.g2-tooltip .toolwrap::after {
  content: '·';
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 24px;
  font-weight: bold;
  color: #f67052;
}
.g2-tooltip span {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
}
.g2-tooltip span::before {
  color: #787878;
}
.g2-tooltip span:first-child {
  color: #3c3c3c;
}
.g2-tooltip span:first-child::before {
  content: '价格';
}
.g2-tooltip span:last-child {
  color: #999;
}
.g2-tooltip span:last-child::before {
  content: '时间';
}
