#content {
  padding: 24px 30px;
}
#content h2 {
  font-family: b;
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
#content .re_calss_list {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  transform: translateY(-16px);
}
#content .re_calss_list .re_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: 0 12px 12px 0;
}
#content .re_calss_list .re_cla_item:hover {
  background: #5CDCAF;
  font-weight: bold;
}
#content .offers_item {
  display: flex;
  margin-bottom: 24px;
}
#content .offers_item .r_img {
  width: 500px;
  height: 246px;
  object-fit: cover;
  margin-left: 16px;
  border-radius: 8px;
}
#content .offers_item .item_l {
  width: calc(100% - 500px);
}
#content .offers_item .item_l span {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
}
#content .offers_item .item_l h3 {
  margin-bottom: 4px;
  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 .offers_item .item_l .text {
  font-family: m;
  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: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
}
#content .offers_item .item_l .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 .offers_item .item_l .more img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  transform: translateY(1px);
}
#content .cash_back {
  width: 100%;
  height: 288px;
  background: #F9FAFB;
  border-radius: 8px 8px 8px 8px;
  padding: 16px;
  display: flex;
  margin-bottom: 16px;
}
#content .cash_back .left_list {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin-right: 20px;
}
#content .cash_back .left_list a {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 12px;
}
#content .cash_back .left_list a:last-child {
  margin-bottom: 0;
}
#content .cash_back .left_list a:hover {
  text-decoration: underline;
}
#content .cash_back .cc_r {
  width: calc(100% - 320px);
}
#content .cash_back .cc_r .cc_r_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-bottom: 10px;
}
#content .cash_back .cc_r .cc_r_top h3 {
  font-family: b;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}
#content .cash_back .cc_r .cc_r_top .more {
  padding: 0 24px;
  height: 44px;
  background: linear-gradient(152deg, #5FD5B6 0%, #4BFE85 100%);
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cash_back .cc_r .cc_r_top .more span {
  font-family: b;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
#content .cash_back .cc_r .cc_r_top .more img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}
#content .cash_back .cc_r .cc_list {
  display: flex;
}
#content .cash_back .cc_r .cc_list .cc_item {
  width: 180px;
  margin-right: 16px;
}
#content .cash_back .cc_r .cc_list .cc_item img {
  width: 180px;
  height: 110px;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 12px;
}
#content .cash_back .cc_r .cc_list .cc_item h3 {
  font-family: m;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content .cash_back .cc_r .cc_list .cc_item:last-child {
  margin-right: 0;
}
#content .cash_back .cc_r .cc_list .cc_item:hover h3 {
  color: #007AFF;
}
#content .cards_cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
#content .cards_cont .cards_l {
  width: 601px;
  margin-right: 16px;
}
#content .cards_cont .cards_l .l_item {
  display: block;
}
#content .cards_cont .cards_l .l_item .l_cover {
  width: 601px;
  height: 369px;
  object-fit: cover;
  margin-bottom: 8px;
  border-radius: 8px;
}
#content .cards_cont .cards_l .l_item span {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
}
#content .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 .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 .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 .cards_cont .cards_l .l_item .more img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  transform: translateY(-1px);
}
#content .cards_cont .cards_l .l_item:hover h3 {
  color: #007AFF;
}
#content .cards_cont .cards_r {
  width: 100%;
}
#content .cards_cont .cards_r .cards_r_item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#content .cards_cont .cards_r .cards_r_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .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 .cards_cont .cards_r .cards_r_item .item_r {
  width: calc(100% - 203px);
}
#content .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 .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 .cards_cont .cards_r .cards_r_item:hover .item_r h4 {
  color: #007AFF;
}
#content .cards_cont .cards_r .cards_r_item:last-child {
  margin-bottom: 0;
}
#content .offers {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
#content .offers .off_l {
  width: 458px;
}
#content .offers .off_l h3 {
  font-family: b;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 8px;
}
#content .offers .off_l .que_box {
  margin-bottom: 24px;
}
#content .offers .off_l .que_box .q {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 4px;
}
#content .offers .off_l .que_box .read_more {
  width: 365px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
}
#content .offers .off_l .que_box .read_more span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
#content .offers .off_l .que_box .read_more img {
  width: 24px;
  height: 24px;
}
#content .offers .off_list {
  width: 725px;
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  grid-gap: 17px;
}
#content .offers .off_list .off_item img {
  width: 100%;
  height: 243px;
  object-fit: cover;
  margin-bottom: 8px;
  border-radius: 8px;
}
#content .offers .off_list .off_item span {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
}
#content .offers .off_list .off_item h3 {
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
#content .offers .off_list .off_item:hover h3 {
  color: #007AFF;
}
#content .loans .loans_h3 {
  font-family: b;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin-bottom: 8px;
}
#content .loans .loans_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .loans .loans_list .big {
  display: flex;
  flex-direction: column;
  grid-area: 1/1/3/3;
}
#content .loans .loans_list .big .big_cover {
  width: 100%;
  height: 414px;
  object-fit: cover;
  margin-bottom: 12px;
  border-radius: 8px;
}
#content .loans .loans_list .big span {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
}
#content .loans .loans_list .big 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 .loans .loans_list .big .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: 2;
  -webkit-box-orient: vertical;
}
#content .loans .loans_list .big .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 .loans .loans_list .big .more img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  transform: translateY(-1px);
}
#content .loans .loans_list .big:hover h3 {
  color: #007AFF;
}
#content .loans .loans_list .loans_item img {
  width: 100%;
  height: 243px;
  object-fit: cover;
  margin-bottom: 8px;
  border-radius: 8px;
}
#content .loans .loans_list .loans_item span {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
}
#content .loans .loans_list .loans_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 .loans .loans_list .loans_item:hover h3 {
  color: #007AFF;
}
#content .loans .loans_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;
  margin-top: 24px;
}
#content .loans .loans_more img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  transform: translateY(-1px);
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  #content .re_calss_list {
    overflow: scroll;
    justify-content: left;
  }
  #content .re_calss_list .re_cla_item {
    white-space: nowrap;
  }
  #content .re_calss_list .re_cla_item:last-child {
    margin: 0;
  }
  #content .offers_item {
    flex-direction: column-reverse;
    margin-bottom: 12px;
  }
  #content .offers_item .r_img {
    width: 100%;
    margin-left: 0;
  }
  #content .offers_item .item_l {
    width: 100%;
  }
  #content .cash_back {
    width: 100%;
    height: auto;
  }
  #content .cash_back .left_list {
    display: none;
  }
  #content .cash_back .cc_r {
    width: 100%;
  }
  #content .cash_back .cc_r .cc_r_top h3 {
    font-family: b;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
  }
  #content .cash_back .cc_r .cc_r_top .more {
    padding: 0 16px;
  }
  #content .cash_back .cc_r .cc_r_top .more span {
    display: none;
  }
  #content .cash_back .cc_r .cc_r_top .more img {
    margin-left: 0px;
  }
  #content .cash_back .cc_r .cc_list {
    display: flex;
    overflow: scroll;
  }
  #content .cards_cont .cards_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  #content .cards_cont .cards_l .l_item .l_cover {
    width: 100%;
    height: auto;
  }
  #content .cards_cont .cards_l .l_item h3 {
    font-size: 22px;
    line-height: 26px;
  }
  #content .cards_cont .cards_l .l_item .text {
    font-size: 14px;
    line-height: 18px;
  }
  #content .cards_cont .cards_r {
    width: 100%;
  }
  #content .offers {
    flex-direction: column;
  }
  #content .offers .off_l {
    width: 100%;
  }
  #content .offers .off_l h3 {
    font-family: b;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    margin-bottom: 0;
  }
  #content .offers .off_l .que_box .read_more {
    width: 100%;
  }
  #content .offers .off_list {
    width: 100%;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  #content .re_calss_list {
    overflow: scroll;
    justify-content: left;
  }
  #content .re_calss_list .re_cla_item {
    white-space: nowrap;
  }
  #content .re_calss_list .re_cla_item:last-child {
    margin: 0;
  }
  #content .offers_item {
    flex-direction: column-reverse;
    margin-bottom: 12px;
  }
  #content .offers_item .r_img {
    width: 100%;
    margin-left: 0;
  }
  #content .offers_item .item_l {
    width: 100%;
  }
  #content .cash_back {
    width: 100%;
    height: auto;
  }
  #content .cash_back .left_list {
    display: none;
  }
  #content .cash_back .cc_r {
    width: 100%;
  }
  #content .cash_back .cc_r .cc_r_top h3 {
    font-family: b;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
  }
  #content .cash_back .cc_r .cc_r_top .more {
    padding: 0 16px;
  }
  #content .cash_back .cc_r .cc_r_top .more span {
    display: none;
  }
  #content .cash_back .cc_r .cc_r_top .more img {
    margin-left: 0px;
  }
  #content .cash_back .cc_r .cc_list {
    display: flex;
    overflow: scroll;
  }
  #content .cards_cont {
    flex-direction: column;
  }
  #content .cards_cont .cards_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  #content .cards_cont .cards_l .l_item .l_cover {
    width: 100%;
    height: auto;
  }
  #content .cards_cont .cards_l .l_item h3 {
    font-size: 22px;
    line-height: 26px;
  }
  #content .cards_cont .cards_l .l_item .text {
    font-size: 14px;
    line-height: 18px;
  }
  #content .cards_cont .cards_r {
    width: 100%;
  }
  #content .offers {
    flex-direction: column;
  }
  #content .offers .off_l {
    width: 100%;
  }
  #content .offers .off_l h3 {
    font-family: b;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    margin-bottom: 0;
  }
  #content .offers .off_l .que_box .read_more {
    width: 100%;
  }
  #content .offers .off_list {
    width: 100%;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .loans .loans_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 16px;
  }
  #content .loans .loans_list .big {
    display: flex;
    flex-direction: column;
    grid-area: 1/1/3/3;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  #content .re_calss_list {
    overflow: scroll;
    justify-content: left;
  }
  #content .re_calss_list .re_cla_item {
    white-space: nowrap;
  }
  #content .re_calss_list .re_cla_item:last-child {
    margin: 0;
  }
  #content .offers_item {
    flex-direction: column-reverse;
    margin-bottom: 12px;
  }
  #content .offers_item .r_img {
    width: 100%;
    margin-left: 0;
  }
  #content .offers_item .item_l {
    width: 100%;
  }
  #content .cash_back {
    width: 100%;
    height: auto;
  }
  #content .cash_back .left_list {
    display: none;
  }
  #content .cash_back .cc_r {
    width: 100%;
  }
  #content .cash_back .cc_r .cc_r_top h3 {
    font-family: b;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
  }
  #content .cash_back .cc_r .cc_r_top .more {
    padding: 0 16px;
  }
  #content .cash_back .cc_r .cc_r_top .more span {
    display: none;
  }
  #content .cash_back .cc_r .cc_r_top .more img {
    margin-left: 0px;
  }
  #content .cash_back .cc_r .cc_list {
    display: flex;
    overflow: scroll;
  }
  #content .cards_cont {
    flex-direction: column;
  }
  #content .cards_cont .cards_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  #content .cards_cont .cards_l .l_item .l_cover {
    width: 100%;
    height: auto;
  }
  #content .cards_cont .cards_l .l_item h3 {
    font-size: 22px;
    line-height: 26px;
  }
  #content .cards_cont .cards_l .l_item .text {
    font-size: 14px;
    line-height: 18px;
  }
  #content .cards_cont .cards_r {
    width: 100%;
  }
  #content .offers {
    flex-direction: column;
  }
  #content .offers .off_l {
    width: 100%;
  }
  #content .offers .off_l h3 {
    font-family: b;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    margin-bottom: 0;
  }
  #content .offers .off_l .que_box .read_more {
    width: 100%;
  }
  #content .offers .off_list {
    width: 100%;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .loans .loans_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 16px;
  }
  #content .loans .loans_list .big {
    display: flex;
    flex-direction: column;
    grid-area: 1/1/3/3;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    padding: 12px;
    width: 100%;
  }
  #content h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  #content .re_calss_list {
    overflow: scroll;
    justify-content: left;
  }
  #content .re_calss_list .re_cla_item {
    white-space: nowrap;
  }
  #content .re_calss_list .re_cla_item:last-child {
    margin: 0;
  }
  #content .offers_item {
    flex-direction: column-reverse;
    margin-bottom: 12px;
  }
  #content .offers_item .r_img {
    width: 100%;
    margin-left: 0;
  }
  #content .offers_item .item_l {
    width: 100%;
  }
  #content .cash_back {
    width: 100%;
    height: auto;
  }
  #content .cash_back .left_list {
    display: none;
  }
  #content .cash_back .cc_r {
    width: 100%;
  }
  #content .cash_back .cc_r .cc_r_top h3 {
    font-family: b;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
  }
  #content .cash_back .cc_r .cc_r_top .more {
    padding: 0 16px;
  }
  #content .cash_back .cc_r .cc_r_top .more span {
    display: none;
  }
  #content .cash_back .cc_r .cc_r_top .more img {
    margin-left: 0px;
  }
  #content .cash_back .cc_r .cc_list {
    display: flex;
    overflow: scroll;
  }
  #content .cards_cont {
    flex-direction: column;
  }
  #content .cards_cont .cards_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  #content .cards_cont .cards_l .l_item .l_cover {
    width: 100%;
    height: auto;
  }
  #content .cards_cont .cards_l .l_item h3 {
    font-size: 22px;
    line-height: 26px;
  }
  #content .cards_cont .cards_l .l_item .text {
    font-size: 14px;
    line-height: 18px;
  }
  #content .cards_cont .cards_r {
    width: 100%;
  }
  #content .offers {
    flex-direction: column;
  }
  #content .offers .off_l {
    width: 100%;
  }
  #content .offers .off_l h3 {
    font-family: b;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    margin-bottom: 0;
  }
  #content .offers .off_l .que_box .read_more {
    width: 100%;
  }
  #content .offers .off_list {
    width: 100%;
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .loans .loans_list {
    display: grid;
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    grid-gap: 16px;
  }
  #content .loans .loans_list .big {
    display: flex;
    flex-direction: column;
    grid-area: 1/1/2/2;
  }
}
.lv {
  background: #5CDCAF !important;
  font-weight: bold !important;
}
