@import url('../css/head_foot.css');
#content {
  width: 1280px;
  padding: 16px 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#content .cont-l {
  width: 836px;
}
#content .cont-l .ad {
  position: relative;
  margin-bottom: 36px;
}
#content .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-l .ad .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .cont-l .top-detail {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
#content .cont-l .top-detail .img_box {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 16px;
}
#content .cont-l .top-detail .img_box img {
  width: 100%;
}
#content .cont-l .top-detail .item_c {
  width: calc(100% - 116px);
  display: flex;
  flex-direction: column;
}
#content .cont-l .top-detail .item_c .title_span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #999;
}
#content .cont-l .top-detail .item_c h4 {
  margin-bottom: 8px;
  font-family: s;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont-l .top-cop {
  margin-bottom: 32px;
}
#content .cont-l .top-cop h3 {
  font-family: s;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  margin-bottom: 24px;
}
#content .cont-l .top-cop .top_coupons_list {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .cont-l .top-cop .top_coupons_list .top_coupons_item {
  border-radius: 16px;
  border: 1px solid #eee;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont-l .top-cop .top_coupons_list .top_coupons_item .img_box {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  background: url('../images/hua.png') no-repeat center;
  background-size: 100px;
  padding: 12px;
  font-family: s;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
}
#content .cont-l .top-cop .top_coupons_list .top_coupons_item .item_c {
  width: calc(100% - 259px);
  display: flex;
  flex-direction: column;
}
#content .cont-l .top-cop .top_coupons_list .top_coupons_item .item_c .code {
  width: 53px;
  height: 20px;
  background: rgba(255, 16, 87, 0.05);
  border-radius: 11px 11px 11px 11px;
  text-align: center;
  font-family: r;
  font-weight: 400;
  font-size: 13px;
  color: #FF1057;
  line-height: 20px;
  margin-bottom: 10px;
}
#content .cont-l .top-cop .top_coupons_list .top_coupons_item .item_c .title_span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999;
}
#content .cont-l .top-cop .top_coupons_list .top_coupons_item .item_c h4 {
  margin-bottom: 8px;
  font-family: s;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont-l .top-cop .top_coupons_list .top_coupons_item .list-right {
  display: flex;
  align-items: center;
}
#content .cont-l .top-cop .top_coupons_list .top_coupons_item .list-right .tran-btn {
  display: flex;
  color: #fff;
  line-height: 44px;
  position: relative;
  text-align: center;
  width: 135px;
  height: 44px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
}
#content .cont-l .top-cop .top_coupons_list .top_coupons_item .list-right .tran-btn .tran-btn-name {
  width: 104px;
  background: #FF1057;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
  font-family: m;
}
#content .cont-l .top-cop .top_coupons_list .top_coupons_item .list-right .tran-btn .tran-btn-sign {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #eee;
  color: #666;
  padding-right: 5px;
  border-top-right-radius: 8px;
  border-end-end-radius: 8px;
  position: absolute;
  right: 0;
  word-break: break-all;
}
#content .cont-l .top-cop .top_coupons_list .top_coupons_item .list-right .tran-btn .tran-btn-img {
  width: 26px;
  position: absolute;
  top: -1px;
  right: 10px;
  transition: all 0.3s;
  z-index: 10;
}
#content .cont-l .top-cop .top_coupons_list .top_coupons_item .list-right .tran-btn .tran-btn-img img {
  height: 44px;
}
#content .cont-l .top-cop .top_coupons_list .top_coupons_item .deal {
  width: 135px;
  height: 44px;
  background: #FEAB28;
  border-radius: 8px 8px 8px 8px;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
}
@media (any-hover: hover) {
  #content .cont-l .top-cop .top_coupons_list .top_coupons_item:hover .item_c h4 {
    color: #FF1057;
  }
  #content .cont-l .top-cop .top_coupons_list .top_coupons_item:hover .list-right .tran-btn .tran-btn-name {
    width: 100px;
    transition: all 0.3s;
  }
  #content .cont-l .top-cop .top_coupons_list .top_coupons_item:hover .list-right .tran-btn .tran-btn-img {
    right: 21px;
    transition: all 0.3s;
  }
}
@media (any-hover: hover) {
  #content .cont-l .top-cop .top_coupons_list .huang:hover .item_c h4 {
    color: #E58C00 !important;
  }
  #content .cont-l .top-cop .top_coupons_list .huang:hover .deal {
    background: #E58C00 !important;
  }
}
#content .cont-r {
  width: 300px;
}
#content .cont-r .pop h3 {
  font-family: s;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont-r .pop ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(50px, 1fr));
  grid-gap: 16px;
}
#content .cont-r .pop ul li {
  position: relative;
  display: flex;
  align-items: center;
}
#content .cont-r .pop ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#content .cont-r .pop ul li .img_box {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 8px;
}
#content .cont-r .pop ul li .img_box img {
  width: 100%;
}
#content .cont-r .pop ul li .item_c {
  width: calc(100% - 88px);
  display: flex;
  flex-direction: column;
}
#content .cont-r .pop ul li .item_c h4 {
  margin-bottom: 8px;
  font-family: s;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont-r .pop ul li .item_c .btm-box img {
  width: 16px;
  height: 16px;
}
#content .cont-r .pop ul li .item_c .btm-box span {
  font-family: r;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
}
#content .cont-r .pop ul li:hover .item_c h4 {
  color: #FF1057;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 16px;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .top-cop .top_coupons_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont-l .top-cop .top_coupons_list .top_coupons_item .item_c {
    width: calc(100% - 116px);
  }
  #content .cont-l .top-cop .top_coupons_list .top_coupons_item .list-right,
  #content .cont-l .top-cop .top_coupons_list .top_coupons_item .deal {
    display: none;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .pop ul {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 16px;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .top-cop .top_coupons_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont-l .top-cop .top_coupons_list .top_coupons_item .item_c {
    width: calc(100% - 116px);
  }
  #content .cont-l .top-cop .top_coupons_list .top_coupons_item .list-right,
  #content .cont-l .top-cop .top_coupons_list .top_coupons_item .deal {
    display: none;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .pop ul {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 16px;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .top-cop .top_coupons_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont-l .top-cop .top_coupons_list .top_coupons_item .item_c {
    width: calc(100% - 116px);
  }
  #content .cont-l .top-cop .top_coupons_list .top_coupons_item .list-right,
  #content .cont-l .top-cop .top_coupons_list .top_coupons_item .deal {
    display: none;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .pop ul {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 16px;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .top-cop .top_coupons_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont-l .top-cop .top_coupons_list .top_coupons_item .item_c {
    width: calc(100% - 116px);
  }
  #content .cont-l .top-cop .top_coupons_list .top_coupons_item .list-right,
  #content .cont-l .top-cop .top_coupons_list .top_coupons_item .deal {
    display: none;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .pop ul {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
}
