.cont_r {
  width: 336px;
}
.cont_r .classification {
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 12px;
  margin-bottom: 24px;
}
.cont_r .classification .class-item {
  padding: 12px 8px;
  background: rgba(155, 209, 65, 0.05);
  border-radius: 8px 8px 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cont_r .classification .class-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 6px;
}
.cont_r .classification .class-item span {
  font-family: m;
  font-weight: 500;
  font-size: 13px;
  color: #666666;
}
.cont_r .classification .high {
  background: rgba(70, 174, 245, 0.05);
}
.cont_r .classification .high:hover {
  background: #46aef5;
}
.cont_r .classification .high:hover span {
  color: #fff;
}
.cont_r .classification .pros {
  background: rgba(155, 209, 65, 0.05);
}
.cont_r .classification .pros:hover {
  background: #9bd141;
}
.cont_r .classification .pros:hover span {
  color: #fff;
}
.cont_r .classification .tips {
  background: rgba(120, 81, 236, 0.05);
}
.cont_r .classification .tips:hover {
  background: #7851ec;
}
.cont_r .classification .tips:hover span {
  color: #fff;
}
.cont_r .classification .faq {
  background: rgba(246, 201, 98, 0.05);
}
.cont_r .classification .faq:hover {
  background: #f6c962;
}
.cont_r .classification .faq:hover span {
  color: #fff;
}
.cont_r .classification .down {
  background: rgba(70, 174, 245, 0.05);
}
.cont_r .classification .down:hover {
  background: #46aef5;
}
.cont_r .classification .down:hover span {
  color: #fff;
}
.cont_r .classification .coup {
  background: rgba(239, 139, 107, 0.1);
}
.cont_r .classification .coup:hover {
  background: #ef8b6b;
}
.cont_r .classification .coup:hover span {
  color: #fff;
}
.cont_r .ad_box {
  margin-bottom: 24px;
}
.cont_r .ad_box .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: r;
  font-weight: 400;
  color: #CACACA;
  line-height: 14px;
}
.cont_r .ad_box .ad_cont {
  width: 100%;
  min-height: 90px;
}
.cont_r .reco-box {
  margin-bottom: 24px;
}
.cont_r .reco-box .reco {
  font-family: b ;
  font-weight: 600;
  font-size: 22px !important;
  color: #333333;
  margin-bottom: 16px;
}
.cont_r .reco-box .reco-list .reco-item {
  height: 120px;
  position: relative;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.cont_r .reco-box .reco-list .reco-item .app-bg {
  width: 100%;
}
.cont_r .reco-box .reco-list .reco-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.cont_r .reco-box .reco-list .reco-item .reco-box1 {
  border-radius: 8px 8px 8px 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}
.cont_r .reco-box .reco-list .reco-item .reco-box1 .app_logo {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  margin-right: 14px;
}
.cont_r .reco-box .reco-list .reco-item .reco-box1 .item-center {
  flex: 1;
}
.cont_r .reco-box .reco-list .reco-item .reco-box1 .item-center h3 {
  font-family: b;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
}
.cont_r .reco-box .reco-list .reco-item .reco-box1 .item-center .c-b {
  display: flex;
  align-items: center;
}
.cont_r .reco-box .reco-list .reco-item .reco-box1 .item-center .c-b img {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.cont_r .reco-box .reco-list .reco-item .reco-box1 .item-center .c-b span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
.cont_r .reco-box .reco-list .reco-item .reco-box1 img {
  width: 32px;
  height: 32px;
}
.cont_r .reco-box .reco-list .reco-item .reco-box1 .app_r_lan {
  display: none;
}
.cont_r .reco-box .reco-list .reco-item:hover .reco-box1 .app_r_lan {
  display: block;
}
.cont_r .reco-box .reco-list .reco-item:hover .reco-box1 .app_r_hei {
  display: none;
}
.cont_r .reco-box .reco-list .reco-item:last-child {
  margin-bottom: 0;
}
.cont_r .coupon-box {
  margin-bottom: 24px;
}
.cont_r .coupon-box h3 {
  font-family: b;
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  margin-bottom: 16px;
}
.cont_r .coupon-box .top_list .top_item {
  width: 100%;
  height: 100px;
  margin-bottom: 16px;
}
.cont_r .coupon-box .top_list .top_item .top_item_t {
  padding: 0 8px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 16px;
}
.cont_r .coupon-box .top_list .top_item .top_item_t .item_t_l {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont_r .coupon-box .top_list .top_item .top_item_t .item_t_l .num,
.cont_r .coupon-box .top_list .top_item .top_item_t .item_t_l .num1 {
  width: 72px;
  height: 72px;
  font-family: b;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  word-break: break-word;
}
.cont_r .coupon-box .top_list .top_item .top_item_t .item_t_l .num {
  color: #388ADE;
}
.cont_r .coupon-box .top_list .top_item .top_item_t .item_t_l .num1 {
  color: #E95E59;
}
.cont_r .coupon-box .top_list .top_item .top_item_t .shu-bai {
  height: 100px;
}
.cont_r .coupon-box .top_list .top_item .top_item_t .item_t_c {
  flex: 1;
}
.cont_r .coupon-box .top_list .top_item .top_item_t .item_t_c h3 {
  word-break: break-word;
  font-size: 16px;
  font-family: b;
  font-weight: 500;
  color: #000000;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cont_r .coupon-box .top_list .top_item .top_item_t .item_t_c .c_tal {
  font-size: 12px;
  font-family: r;
  font-weight: 300;
}
.cont_r .coupon-box .top_list .top_item .top_item_t .item_t_c .tal_red {
  color: #E95E59;
}
.cont_r .coupon-box .top_list .top_item .top_item_t .item_t_c .tal_blue {
  color: #388ADE;
}
.cont_r .coupon-box .top_list .top_item .top_item_t .item_t_c .time {
  font-size: 12px;
  font-family: l;
  font-weight: 300;
  color: #666666;
}
.cont_r .coupon-box .top_list .top_item .bg-lan {
  background: rgba(0, 111, 241, 0.05);
}
.cont_r .coupon-box .top_list .top_item .bg-hong {
  background: rgba(255, 92, 92, 0.05);
}
.cont_r .coupon-box .top_list .top_item:last-child {
  margin-bottom: 0;
}
.cont_r .reco-article h3 {
  font-family: b;
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  margin-bottom: 16px;
}
.cont_r .reco-article .article-list .ar-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.cont_r .reco-article .article-list .ar-item img {
  width: 90px;
  height: 80px;
  border-radius: 8px 8px 8px 8px;
  margin-right: 10px;
}
.cont_r .reco-article .article-list .ar-item .item-r {
  width: calc(100% - 100px);
}
.cont_r .reco-article .article-list .ar-item .item-r h4 {
  height: 48px;
  font-family: b;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.cont_r .reco-article .article-list .ar-item .item-r span {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.cont_r .reco-article .article-list .ar-item:hover .item-r h4 {
  color: #006FF1;
  text-decoration: underline;
}
.cont_r .reco-article .article-list .ar-item:last-child {
  margin-bottom: 0;
}
