#content {
  padding: 24px 30px;
}
#content h2 {
  font-family: b;
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  margin-bottom: 4px;
}
#content .ar_text {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 16px;
}
#content .calss_list {
  display: flex;
  margin-bottom: 16px;
}
#content .calss_list .cla_item {
  padding: 10px 40px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EAEAEA;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-right: 12px;
  white-space: nowrap;
}
#content .calss_list .cla_item:hover {
  background: #5CDCAF;
  font-weight: bold;
}
#content .credit_cards {
  margin-bottom: 38px;
}
#content .credit_cards h3 {
  font-family: b;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}
#content .credit_cards .cards_cont {
  display: flex;
  justify-content: space-between;
}
#content .credit_cards .cards_cont .cards_l {
  width: 601px;
  margin-right: 16px;
}
#content .credit_cards .cards_cont .cards_l .l_item {
  display: block;
}
#content .credit_cards .cards_cont .cards_l .l_item .l_cover {
  width: 601px;
  height: 369px;
  object-fit: cover;
  margin-bottom: 8px;
  border-radius: 8px;
}
#content .credit_cards .cards_cont .cards_l .l_item span {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
}
#content .credit_cards .cards_cont .cards_l .l_item h3 {
  font-family: s;
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .credit_cards .cards_cont .cards_l .l_item .text {
  width: 100%;
  font-family: s;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content .credit_cards .cards_cont .cards_l .l_item .more {
  width: 155px;
  padding: 13px 24px;
  background: linear-gradient(152deg, #5FD5B6 0%, #4BFE85 100%);
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: b;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
#content .credit_cards .cards_cont .cards_l .l_item .more img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  transform: translateY(-1px);
}
#content .credit_cards .cards_cont .cards_l .l_item:hover h3 {
  color: #007AFF;
}
#content .credit_cards .cards_cont .cards_r {
  width: 100%;
}
#content .credit_cards .cards_cont .cards_r .cards_r_item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#content .credit_cards .cards_cont .cards_r .cards_r_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .credit_cards .cards_cont .cards_r .cards_r_item .item_cover {
  width: 187px;
  height: 115px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #FFFFFF;
  margin-right: 16px;
  object-fit: cover;
  border-radius: 8px;
}
#content .credit_cards .cards_cont .cards_r .cards_r_item .item_r {
  width: calc(100% - 203px);
}
#content .credit_cards .cards_cont .cards_r .cards_r_item .item_r span {
  font-family: r;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
  line-height: 24px;
}
#content .credit_cards .cards_cont .cards_r .cards_r_item .item_r h4 {
  font-family: s;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content .credit_cards .cards_cont .cards_r .cards_r_item:hover .item_r h4 {
  color: #007AFF;
}
#content .credit_cards .cards_cont .cards_r .cards_r_item:last-child {
  margin-bottom: 0;
}
#content .follow {
  width: 100%;
  padding: 24px 0;
  background: #F9FAFB;
  border-radius: 156px 156px 156px 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
#content .follow .fo_img {
  width: 265px;
  height: 265px;
  margin-right: 76px;
}
#content .follow .fo_r h3 {
  font-family: b;
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  margin-bottom: 8px;
}
#content .follow .fo_r p {
  width: 493px;
  font-family: r;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 20px;
}
#content .follow .fo_r .form {
  display: flex;
  align-items: center;
}
#content .follow .fo_r .form .enter {
  width: 334px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  padding-left: 16px;
  margin-right: 18px;
}
#content .follow .fo_r .form .enter img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#content .follow .fo_r .form .enter input {
  width: calc(100% - 40px);
  border: none;
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
#content .follow .fo_r .form button {
  border: none;
  width: 105px;
  height: 48px;
  background: #007AFF;
  border-radius: 6px 6px 6px 6px;
  font-family: b;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}
#content .offers .offers_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 16px;
  margin-bottom: 24px;
}
#content .offers .offers_list .offers_item img {
  width: 100%;
  height: 243px;
  object-fit: cover;
  margin-bottom: 8px;
  border-radius: 8px;
}
#content .offers .offers_list .offers_item span {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
}
#content .offers .offers_list .offers_item h3 {
  font-family: s;
  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;
}
#content .offers .offers_list .offers_item:hover h3 {
  color: #007AFF;
}
#content .offers .more {
  width: 155px;
  padding: 13px 24px;
  background: linear-gradient(152deg, #5FD5B6 0%, #4BFE85 100%);
  border-radius: 4px 4px 4px 4px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: b;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
#content .offers .more img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  transform: translateY(-2px);
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .calss_list {
    overflow: scroll;
  }
  #content .credit_cards {
    margin-bottom: 16px;
  }
  #content .credit_cards .cards_cont .cards_l {
    width: 700px;
    margin-right: 12px;
    margin-bottom: 0px;
  }
  #content .credit_cards .cards_cont .cards_l .l_item .l_cover {
    width: 100%;
    height: auto;
  }
  #content .credit_cards .cards_cont .cards_l .l_item h3 {
    font-size: 22px;
    line-height: 26px;
  }
  #content .credit_cards .cards_cont .cards_l .l_item .text {
    font-size: 14px;
    line-height: 18px;
  }
  #content .credit_cards .cards_cont .cards_r {
    width: 100%;
  }
  #content .follow {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    flex-direction: column;
    margin-bottom: 16px;
  }
  #content .follow .fo_img {
    width: 100%;
    margin-right: 0;
  }
  #content .follow .fo_r h3 {
    font-family: b;
    margin-bottom: 0px;
    text-align: center;
  }
  #content .follow .fo_r p {
    width: 100%;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
  }
  #content .follow .fo_r .form {
    justify-content: center;
  }
  #content .follow .fo_r .form .enter {
    width: calc(100% - 123px);
    margin-right: 8px;
  }
  #content .offers .offers_list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .calss_list {
    overflow: scroll;
  }
  #content .credit_cards {
    margin-bottom: 16px;
  }
  #content .credit_cards .cards_cont .cards_l {
    width: 100%;
    margin-right: 12px;
    margin-bottom: 0px;
  }
  #content .credit_cards .cards_cont .cards_l .l_item .l_cover {
    width: 100%;
    height: auto;
  }
  #content .credit_cards .cards_cont .cards_l .l_item h3 {
    font-size: 22px;
    line-height: 26px;
  }
  #content .credit_cards .cards_cont .cards_l .l_item .text {
    font-size: 14px;
    line-height: 18px;
  }
  #content .credit_cards .cards_cont .cards_r {
    width: 100%;
  }
  #content .follow {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    flex-direction: column;
    margin-bottom: 16px;
  }
  #content .follow .fo_img {
    width: 100%;
    margin-right: 0;
  }
  #content .follow .fo_r h3 {
    font-family: b;
    margin-bottom: 0px;
    text-align: center;
  }
  #content .follow .fo_r p {
    width: 100%;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
  }
  #content .follow .fo_r .form {
    justify-content: center;
  }
  #content .follow .fo_r .form .enter {
    width: calc(100% - 123px);
    margin-right: 8px;
  }
  #content .offers .offers_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .calss_list {
    overflow: scroll;
  }
  #content .credit_cards {
    margin-bottom: 16px;
  }
  #content .credit_cards .cards_cont {
    flex-direction: column;
  }
  #content .credit_cards .cards_cont .cards_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  #content .credit_cards .cards_cont .cards_l .l_item .l_cover {
    width: 100%;
    height: auto;
  }
  #content .credit_cards .cards_cont .cards_l .l_item h3 {
    font-size: 22px;
    line-height: 26px;
  }
  #content .credit_cards .cards_cont .cards_l .l_item .text {
    font-size: 14px;
    line-height: 18px;
  }
  #content .credit_cards .cards_cont .cards_r {
    width: 100%;
  }
  #content .follow {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    flex-direction: column;
    margin-bottom: 16px;
  }
  #content .follow .fo_img {
    width: 100%;
    margin-right: 0;
  }
  #content .follow .fo_r h3 {
    font-family: b;
    margin-bottom: 0px;
    text-align: center;
  }
  #content .follow .fo_r p {
    width: 100%;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
  }
  #content .follow .fo_r .form {
    justify-content: center;
  }
  #content .follow .fo_r .form .enter {
    width: calc(100% - 123px);
    margin-right: 8px;
  }
  #content .offers .offers_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content .calss_list {
    overflow: scroll;
  }
  #content .credit_cards {
    margin-bottom: 16px;
  }
  #content .credit_cards .cards_cont {
    flex-direction: column;
  }
  #content .credit_cards .cards_cont .cards_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  #content .credit_cards .cards_cont .cards_l .l_item .l_cover {
    width: 100%;
    height: auto;
  }
  #content .credit_cards .cards_cont .cards_l .l_item h3 {
    font-size: 22px;
    line-height: 26px;
  }
  #content .credit_cards .cards_cont .cards_l .l_item .text {
    font-size: 14px;
    line-height: 18px;
  }
  #content .credit_cards .cards_cont .cards_r {
    width: 100%;
  }
  #content .follow {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    flex-direction: column;
    margin-bottom: 16px;
  }
  #content .follow .fo_img {
    width: 100%;
    margin-right: 0;
  }
  #content .follow .fo_r h3 {
    font-family: b;
    margin-bottom: 0px;
    text-align: center;
  }
  #content .follow .fo_r p {
    width: 100%;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
  }
  #content .follow .fo_r .form {
    justify-content: center;
  }
  #content .follow .fo_r .form .enter {
    width: calc(100% - 123px);
    margin-right: 8px;
  }
  #content .offers .offers_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
.lv {
  background: #5CDCAF !important;
  font-weight: bold !important;
}
