@import url('../css/head_foot.css?v=1');
#content {
  width: 1280px;
  margin: 0 auto;
  padding: 12px 20px;
}
#content .cont {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_l {
  width: 824px;
}
#content .cont .cont_l .coupon_detail {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont .cont_l .coupon_detail .cou_img {
  margin-right: 16px;
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#content .cont .cont_l .coupon_detail .cou_img img {
  width: 100%;
}
#content .cont .cont_l .coupon_detail .cou_r h3 {
  font-size: 20px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
}
#content .cont .cont_l .coupon_detail .cou_r .jies {
  font-size: 14px;
  font-family: l;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#content .cont .cont_l .coupon_detail .cou_r .jies span {
  color: #000;
}
#content .cont .cont_l .tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
#content .cont .cont_l .tags a {
  margin-right: 12px;
  padding: 8px 24px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #EAEAEA;
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: #333333;
}
#content .cont .cont_l .tags a span {
  color: #388ADE;
}
#content .cont .cont_l .tags a:last-child {
  margin-right: 0;
}
#content .cont .cont_l .ad {
  position: relative;
  margin-bottom: 36px;
}
#content .cont .cont_l .ad .ad_title {
  position: absolute;
  top: -14px;
  right: 0;
  transform: translateX(-50%);
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #adabab;
}
#content .cont .cont_l .ad .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .cont .cont_l .top_offers h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont .cont_l .top_offers .top_list .top_item {
  position: relative;
  background: #FFFFFF;
  opacity: 1;
  border: 1px solid #EAEAEA;
  border-radius: 16px;
  margin-bottom: 16px;
}
#content .cont .cont_l .top_offers .top_list .top_item .zuos,
#content .cont .cont_l .top_offers .top_list .top_item .zuos1 {
  width: 35px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t {
  display: flex;
  padding-right: 16px;
  align-items: center;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_l .num,
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_l .num1 {
  width: 129px;
  padding: 0 16px;
  word-wrap: break-word;
  font-size: 18px;
  font-family: m;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_l .num {
  color: #388ADE;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_l .num1 {
  color: #E95E59;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_c {
  flex: 1;
  padding: 12px 0 16px 16px;
  border-left: 1px dashed #EAEAEA;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_c h3 {
  word-break: break-all;
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_c .c_tal {
  font-size: 14px;
  font-family: l;
  font-weight: 300;
  line-height: 24px;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_c .tal_red {
  color: #E95E59;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_c .tal_blue {
  color: #388ADE;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_c .time {
  font-size: 14px;
  font-family: l;
  font-weight: 300;
  color: #666666;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_r {
  width: 175px;
  height: 44px;
  background: #388ADE;
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  margin-left: 16px;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .m_r {
  display: none;
  margin-left: 10px;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .m_r img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .list-right {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .list-right .tran-btn {
  display: flex;
  color: #fff;
  line-height: 44px;
  position: relative;
  text-align: center;
  width: 175px;
  height: 44px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .list-right .tran-btn .tran-btn-name {
  width: 120px;
  background: #E95E59;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
  font-family: m;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .list-right .tran-btn .tran-btn-sign {
  display: block;
  width: 60px;
  background-color: #fff;
  color: #E95E59;
  border: 1px dashed #f1514c;
  height: 44px;
  padding-right: 10px;
  border-top-right-radius: 8px;
  border-end-end-radius: 8px;
  position: absolute;
  right: 0;
  word-break: break-all;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .list-right .tran-btn .tran-btn-img {
  width: 26px;
  position: absolute;
  top: -1px;
  right: 31px;
  transition: all 0.3s;
  z-index: 10;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_t .list-right .tran-btn .tran-btn-img img {
  width: 26px;
  height: 45px;
}
@media (any-hover: hover) {
  #content .cont .cont_l .top_offers .top_list .top_item .top_item_t:hover .item_t_r {
    background: #1B6CBF;
  }
  #content .cont .cont_l .top_offers .top_list .top_item .top_item_t:hover .list-right .tran-btn .tran-btn-name {
    width: 113px;
    transition: all 0.3s;
  }
  #content .cont .cont_l .top_offers .top_list .top_item .top_item_t:hover .list-right .tran-btn .tran-btn-img {
    right: 40px;
    transition: all 0.3s;
  }
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_b {
  padding: 4px 38px 12px;
  border-top: 1px solid #EAEAEA;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_b .item_b_t {
  display: flex;
  cursor: pointer;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_b .item_b_t span {
  transform: translateY(2px);
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_b .item_b_t .sj_r {
  width: 20px;
  height: 20px;
}
#content .cont .cont_l .top_offers .top_list .top_item .top_item_b .item_b_text {
  display: none;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}
#content .cont .cont_l .coupon_brands h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont .cont_l .coupon_brands .top_list .top_item {
  background: #FFFFFF;
  opacity: 1;
  border: 1px solid #EAEAEA;
  border-radius: 16px;
  margin-bottom: 16px;
}
#content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t {
  display: flex;
  padding-right: 16px;
  align-items: center;
}
#content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .item_t_l {
  padding: 18px 16px;
  border-right: 1px dashed #EAEAEA;
  margin-right: 16px;
}
#content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .item_t_l .img_fu {
  width: 94px;
  height: 94px;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
}
#content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .item_t_l .img_fu img {
  width: 100%;
}
#content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .item_t_c {
  flex: 1;
}
#content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .item_t_c h3 {
  word-break: break-all;
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .item_t_c .c_tal {
  font-size: 14px;
  font-family: l;
  font-weight: 300;
  color: #666666;
  margin-bottom: 4px;
}
#content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .item_t_c .time {
  font-size: 14px;
  font-family: l;
  font-weight: 300;
  color: #E95E59;
}
#content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .item_t_r {
  width: 175px;
  height: 44px;
  background: #E95E59;
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  margin-left: 16px;
}
#content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .m_r {
  display: none;
  margin-left: 10px;
}
#content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .m_r img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
#content .cont .cont_l .optimise,
#content .cont .cont_l .use {
  margin-bottom: 16px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #EAEAEA;
}
#content .cont .cont_l .optimise h3,
#content .cont .cont_l .use h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 4px;
}
#content .cont .cont_l .optimise .op_text,
#content .cont .cont_l .use .op_text {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
#content .cont .cont_l .link {
  margin-bottom: 16px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #EAEAEA;
}
#content .cont .cont_l .link h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont .cont_l .link .link_list {
  display: flex;
  flex-wrap: wrap;
}
#content .cont .cont_l .link .link_list .link_item {
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EAEAEA;
  padding: 16px 40px;
  margin: 0 12px 12px 0;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333333;
}
@media (any-hover: hover) {
  #content .cont .cont_l .link .link_list .link_item:hover {
    color: #E12A40;
    border-color: #E12A40;
  }
}
#content .cont .cont_l .faq h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont .cont_l .faq .faq_list .faq_item {
  margin-bottom: 12px;
  padding: 24px 16px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #EAEAEA;
}
#content .cont .cont_l .faq .faq_list .faq_item .faq_item_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#content .cont .cont_l .faq .faq_list .faq_item .faq_item_t .wen {
  font-size: 18px;
  font-family: r;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
#content .cont .cont_l .faq .faq_list .faq_item .faq_item_t .hsj_r {
  width: 20px;
  height: 20px;
}
#content .cont .cont_l .faq .faq_list .faq_item .faq_item_b {
  border-top: 1px solid #ddd;
  margin-top: 12px;
  padding-top: 12px;
  display: none;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
#content .cont .cont_r {
  width: 400px;
}
#content .cont .cont_r .ad {
  position: relative;
  margin-bottom: 36px;
}
#content .cont .cont_r .ad .ad_title {
  position: absolute;
  top: -14px;
  right: 0;
  transform: translateX(-50%);
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #adabab;
}
#content .cont .cont_r .ad .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .cont .cont_r .dw {
  padding: 16px 16px 8px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #EAEAEA;
  margin-bottom: 16px;
}
#content .cont .cont_r .dw .dw_item {
  width: 100%;
  padding: 19px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#content .cont .cont_r .dw .dw_item .dw_img,
#content .cont .cont_r .dw .dw_item .dw_img1 {
  width: 32px;
  height: 32px;
  margin-right: 14px;
}
#content .cont .cont_r .dw .dw_item .dw_img1 {
  display: none;
}
#content .cont .cont_r .dw .dw_item .dw_text {
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #333333;
}
@media (any-hover: hover) {
  #content .cont .cont_r .dw .dw_item:hover {
    background: #F5F9FF;
    box-shadow: inset 0px -4px 0px 0px #9AB7D6;
  }
  #content .cont .cont_r .dw .dw_item:hover .dw_img {
    display: none;
  }
  #content .cont .cont_r .dw .dw_item:hover .dw_img1 {
    display: block;
  }
  #content .cont .cont_r .dw .dw_item:hover .dw_text {
    color: #388ADE;
  }
}
#content .cont .cont_r .categories {
  padding: 16px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #EAEAEA;
  margin-bottom: 16px;
}
#content .cont .cont_r .categories h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont .cont_r .categories .cate_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 12px 4px;
}
#content .cont .cont_r .categories .cate_list .cate_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cont .cont_r .categories .cate_list .cate_item .cate_img,
#content .cont .cont_r .categories .cate_list .cate_item .cate_img1 {
  width: 81px;
  height: 81px;
  background: #FFFFFF;
  border-radius: 52px 52px 52px 52px;
  opacity: 1;
  border: 1px solid #EAEAEA;
  margin-bottom: 8px;
}
#content .cont .cont_r .categories .cate_list .cate_item .cate_img1 {
  display: none;
}
#content .cont .cont_r .categories .cate_list .cate_item .cate_title {
  width: 100%;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
@media (any-hover: hover) {
  #content .cont .cont_r .categories .cate_list .cate_item:hover .cate_img {
    display: none;
  }
  #content .cont .cont_r .categories .cate_list .cate_item:hover .cate_img1 {
    display: block;
    border: 1px solid #E95E59;
  }
  #content .cont .cont_r .categories .cate_list .cate_item:hover .cate_title {
    color: #E95E59;
  }
}
#content .cont .cont_r .also {
  padding: 16px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #EAEAEA;
  margin-bottom: 16px;
}
#content .cont .cont_r .also h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont .cont_r .also .also_list .also_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .cont .cont_r .also .also_list .also_item:last-child {
  margin-bottom: 0;
}
#content .cont .cont_r .also .also_list .also_item .also_img {
  width: 88px;
  height: 88px;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  opacity: 1;
  border: 1px solid #EAEAEA;
  margin-right: 12px;
  display: flex;
  align-items: center;
}
#content .cont .cont_r .also .also_list .also_item .also_img img {
  width: 100%;
}
#content .cont .cont_r .also .also_list .also_item .also_c {
  flex: 1;
}
#content .cont .cont_r .also .also_list .also_item .also_c .also_title {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 4px;
}
#content .cont .cont_r .also .also_list .also_item .also_c .shu {
  font-size: 16px;
  font-family: l;
  font-weight: 300;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 4px;
}
#content .cont .cont_r .also .also_list .also_item .r_hei,
#content .cont .cont_r .also .also_list .also_item .r_lan {
  width: 28px;
  height: 28px;
  margin-left: 12px;
}
#content .cont .cont_r .also .also_list .also_item .r_lan {
  display: none;
}
@media (any-hover: hover) {
  #content .cont .cont_r .also .also_list .also_item:hover .also_img img {
    transform: scale(1.1);
  }
  #content .cont .cont_r .also .also_list .also_item:hover .also_c .shu {
    color: #388ADE;
  }
  #content .cont .cont_r .also .also_list .also_item:hover .r_hei {
    display: none;
  }
  #content .cont .cont_r .also .also_list .also_item:hover .r_lan {
    display: block;
  }
}
#content .cont .cont_r .related,
#content .cont .cont_r .popular {
  padding: 16px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #EAEAEA;
  margin-bottom: 16px;
}
#content .cont .cont_r .related h3,
#content .cont .cont_r .popular h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont .cont_r .related .stor_tags,
#content .cont .cont_r .popular .stor_tags {
  display: flex;
  flex-wrap: wrap;
}
#content .cont .cont_r .related .stor_tags .stor_item,
#content .cont .cont_r .popular .stor_tags .stor_item {
  padding: 7px 20px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #EAEAEA;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #333333;
  margin: 0 12px 12px 0;
}
@media (any-hover: hover) {
  #content .cont .cont_r .related .stor_tags .stor_item:hover,
  #content .cont .cont_r .popular .stor_tags .stor_item:hover {
    border: 1px solid #E12A40;
    color: #E12A40;
  }
}
.ding {
  position: fixed;
  top: 140px;
  width: 400px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_r {
    width: 100%;
  }
  #content .cont .cont_r .dw {
    display: none;
  }
  #content .cont .cont_r .categories .cate_list {
    grid-template-columns: repeat(5, minmax(90px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_r {
    width: 100%;
  }
  #content .cont .cont_r .dw {
    display: none;
  }
  #content .cont .cont_r .categories .cate_list {
    grid-template-columns: repeat(5, minmax(90px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_l .coupon_detail {
    flex-direction: column;
  }
  #content .cont .cont_l .coupon_detail .cou_img {
    margin-right: 0px;
    width: 100px;
    height: 100px;
  }
  #content .cont .cont_l .tags a {
    padding: 8px 4px;
  }
  #content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_r,
  #content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .item_t_r {
    display: none;
  }
  #content .cont .cont_l .top_offers .top_list .top_item .top_item_t .m_r,
  #content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .m_r {
    display: block;
  }
  #content .cont .cont_l .top_offers .top_list .top_item .top_item_t .list-right,
  #content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .list-right {
    display: none;
  }
  #content .cont .cont_r {
    width: 100%;
  }
  #content .cont .cont_r .dw {
    display: none;
  }
  #content .cont .cont_r .categories .cate_list {
    grid-template-columns: repeat(3, minmax(90px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
  }
  #content .cont {
    flex-direction: column;
  }
  #content .cont .cont_l {
    width: 100%;
  }
  #content .cont .cont_l .coupon_detail .cou_img {
    width: 86px;
    height: 86px;
  }
  #content .cont .cont_l .coupon_detail .cou_img img {
    width: 100%;
  }
  #content .cont .cont_l .coupon_detail .cou_r {
    width: calc(100% - 106px);
  }
  #content .cont .cont_l .coupon_detail .cou_r h3 {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #content .cont .cont_l .coupon_detail .cou_r .jies {
    font-size: 12px;
    font-family: l;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #content .cont .cont_l .coupon_detail .cou_r .jies br {
    display: none;
  }
  #content .cont .cont_l .coupon_detail .cou_r .jies span {
    color: #000;
  }
  #content .cont .cont_l .tags a {
    font-size: 14px;
    padding: 4px 5px;
  }
  #content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_l {
    width: 104px;
    display: flex;
    justify-content: center;
  }
  #content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_l .num,
  #content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_l .num1 {
    width: 84px;
    padding: 0 10px;
    font-size: 16px;
  }
  #content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_r {
    display: none;
  }
  #content .cont .cont_l .top_offers .top_list .top_item .top_item_t .m_r {
    display: block;
  }
  #content .cont .cont_l .top_offers .top_list .top_item .top_item_t .item_t_c h3 {
    font-size: 16px;
  }
  #content .cont .cont_l .top_offers .top_list .top_item .top_item_t .list-right {
    display: none;
  }
  #content .cont .cont_l .top_offers .top_list .top_item .top_item_b {
    padding: 4px 16px 12px;
  }
  #content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .item_t_l {
    padding: 8px;
    margin-right: 10px;
  }
  #content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .item_t_l .img_fu {
    width: 88px;
    height: 88px;
  }
  #content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .item_t_c h3 {
    font-size: 16px;
  }
  #content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .item_t_r {
    display: none;
  }
  #content .cont .cont_l .coupon_brands .top_list .top_item .top_item_t .m_r {
    display: block;
  }
  #content .cont .cont_l .link .link_list .link_item {
    border-radius: 8px;
    padding: 6px 34px;
    margin: 0 10px 8px 0;
  }
  #content .cont .cont_r {
    width: 100%;
  }
  #content .cont .cont_r .dw {
    display: none;
  }
  #content .cont .cont_r .categories .cate_list {
    grid-template-columns: repeat(3, minmax(90px, 1fr));
  }
}
.bian {
  background-color: #E95E59;
  color: #fff !important;
}
.bian span {
  color: #fff !important;
}
.block {
  display: block !important;
}
.scale .sj_r {
  transform: rotate(90deg);
}
.scale_hei .hsj_r {
  transform: rotate(90deg);
}
