body {
  background: #f8f8f8;
}

.top_title {
  width: 100%;
  height: 44px;
  padding: 0px 10px;
  box-sizing: border-box;
  position: fixed;
  z-index: 2;
  top: 0px;
}

.top_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  position: relative;
}

.top_ads {
  position: absolute;
  right: 0;
  width: 103px;
  height: 270px;
  background: linear-gradient(270deg, #72d5ff 0%, #3437f3 100%);
  border-radius: 0px 0px 4px 4px;
  box-sizing: border-box;
}

.top_ads .item_tit {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  height: 44px;
  line-height: 44px;
}

.top_ads .item_tit:last-child {
  border: none;
}

.headcurrent {
  background-color: #fff;
}

.top_left img {
  width: 75px;
  height: 25px;
}

.top_right img {
  width: 24px;
  height: 24px;
}

.swiper {
  width: 100%;
  height: 320px;
  position: relative;
}

.mySwiperOne .swiper-pagination {
  bottom: 18px;
  line-height: 0;
}

.mySwiperOne .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}

.mySwiperOne .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cont_1 {
  width: 100%;
  padding: 10px 0px;
  background: #f8f8f8;
  background-size: 100% 1200px;
}

.cont_1 .footerimg {
  width: 355px;
  height: 55px;
  margin: 0 auto;
}

.cont_1 .footerimg img {
  width: 100%;
}
.titimg img {
  width: 88px;
  height: 27px;
  margin: 0 auto 12px;
  display: block;
}
.titimg {
  position: relative;
}
.titimg .texts {
  width: 335px;
  font-family:
    PingFang SC,
    PingFang SC;
  font-size: 13px;
  color: #000000;
  margin: 0 auto;
}

.cont_6 .tstext {
  width: 335px;
  height: 53px;
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  text-align: center;
  margin: 12px auto;
}

.cont_1 .selectindex {
  width: 355px;
  /* height: 92px; */
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  margin: 19px auto;
  padding: 10px;
  box-sizing: border-box;
}

.cont_1 .cont_1block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding: 14px;
  height: 72px;
  background: rgba(215, 223, 254, 0.3);
  border-radius: 10px;
}
.cont_1block .img1 {
  width: 44px;
  height: 44px;
}
.textss {
  flex: 1;
  margin-left: 6px;
}

.textss .t1 {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}

.textss .t2 {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 23px;
}

.right {
  width: 16px;
  height: 16px;
}

.flex_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.flex_text .imgs {
  width: 16px;
  height: 12px;
}
.flex_text .dtext {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #666666;
  line-height: 16px;
  text-align: center;
  margin: 0 2px 10px;
}

.isshow .imglist img {
  width: 335px;
  height: 122px;
  margin: 10px auto 0px;
  background: linear-gradient(130deg, #9ee1fe 0%, #3c74ff 100%);
  border-radius: 10px;
}
.cont_2 {
  width: 100%;
  background: #f8f8f8;
  text-align: center;
}
.cont_2 .t1 {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: bold;
  font-size: 14px;
  color: #0d3dff;
}
.cont_2 .t2 {
  font-family:
    Yu Gothic UI,
    Yu Gothic UI;
  font-weight: 400;
  font-size: 10px;
  color: rgba(0, 32, 162, 0.6);
}
.c2bcg {
  width: 335px;
  height: 206px;
  margin: 10px auto;
  display: block;
}

.cont_3 {
  width: 100%;
}

.c3_img {
  width: 172px;
  height: 28px;
  margin: 20px auto 14px;
  position: relative;
}
.c3_img img {
  width: 100%;
  height: 28px;
}
.cont_3_text {
  width: 355px;
  background: linear-gradient(55deg, #eef1ff 0%, #ffffff 100%);
  border-radius: 10px 10px 10px 10px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.cont_5 .c3_img {
  width: 206px;
  height: 27px;
  margin: 20px auto 14px;
  position: relative;
}

.cont_3 .b_text {
  position: absolute;
  font-family:
    Alibaba PuHuiTi,
    Alibaba PuHuiTi;
  font-weight: bold;
  font-size: 18px;
  color: #0d45b2;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.cont_3 .conttext {
}

.cont_3 .conttext .ts {
  text-indent: 24px;
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 16px;
}

.cont_3 .mySwiperTwo {
  width: 310px;
  height: 190px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 8px;
}

.cont_3 .mySwiperTwo .swiper-slide {
  width: 100%;
  height: 190px;
  border-radius: 8px;
}

.cont_3 .mySwiperTwo .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.mySwiperTwo .swiper-pagination {
  bottom: 12px;
  line-height: 0;
}

.mySwiperTwo .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}

.mySwiperTwo .swiper-pagination-bullet-active {
  background: #fff;
}

.cont_4 .items {
  margin: 0 auto 10px;
  width: 355px;
  height: 214px;
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
}
.cont_4 .items .items_title {
  width: 355px;
  height: 49px;
  background: linear-gradient(90deg, #0b43fe 0%, rgba(13, 61, 255, 0) 100%);
  border-radius: 0px 10px 0px 0px;
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  padding: 12px 10px;
  box-sizing: border-box;
  position: relative;
}
.cont_4 .items .items_title .asd {
  position: absolute;
  right: 0;
  top: 0;
  width: 49px;
  height: 49px;
}
.cont_4 .items .items_2 {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.cont_4 .items .item_text1 {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  margin-left: 20px;
}

.cont_4 .items .item_text2 {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  width: 248px;
  margin: 10px auto;
  text-align: center;
}

.cont_4 .items .btn {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  width: 180px;
  height: 40px;
  background: #0b43fe;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  margin: 10px auto;
}
.cont_5 .bcg img {
  width: 355px;
  height: 501px;
  margin: 0 auto;
  display: block;
}

.cont_6 {
  margin-top: 20px;
}
.cont_6 .selectClick {
  width: 355px;
  margin: 0px auto 10px;
  border-radius: 8px;
  background-size: 100% 99px;
  padding: 20px 0px 10px 0px;
  box-sizing: border-box;
}
.cont_6 .selectindex1 {
  background: url("../image/newimg/swiper/c6-1.png") no-repeat;
}
.cont_6 .selectindex2 {
  background: url("../image/newimg/swiper/c6-2.png") no-repeat;
}
.cont_6 .selectindex3 {
  background: url("../image/newimg/swiper/c6-3.png") no-repeat;
}
.cont_6 .selectindex4 {
  background: url("../image/newimg/swiper/c6-4.png") no-repeat;
}

.mar_10 {
  margin-bottom: 10px;
}

.cont_6 .cont_1block {
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.cont_6 .cont_1block .t1 {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}

.cont_6 .cont_1block .t2 {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  margin-top: 2px;
}

.cont_6 .isshow {
  width: 355px;
  margin-top: 15px;
  background: #fff;
  padding: 15px 20px;
}
.cont_6 .isshow .div_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cont_6 .isshow .items_flex {
  width: 50%;
  display: flex;
  align-items: center;
}

.cont_6 .isshow .mal_30 {
  width: 45%;
}

.cont_6 .isshow .items_flex img {
  width: 28px;
  height: 28px;
  margin-right: 13px;
}

.cont_6 .isshow .items_flex .text {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 500;
  font-size: 13px;
  color: #02225c;
  line-height: 15px;
}

.cont_9 {
  width: 100%;
}
.cont_9 .te {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #000000;

  margin: 0.75rem 0.625rem 0px;
  text-align: center;
}
.cont_9 .scllow {
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
}

.cont_9 .item {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-top: 15px;
}
.cont_9 .item a {
  display: flex;
  width: 100%;
}
.cont_9 .item img {
  width: 120px;
  height: 65px;
  border-radius: 5px;
}
.cont_9 .item .itemflex {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.cont_9 .item .t1 {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cont_9 .item .t2 {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 500;
  font-size: 13px;
  color: #adaaaa;
}

.cont_7 {
  width: 100%;
  height: 250px;
}

.cont_7 .te {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  text-align: center;
}
.cont_7_flex {
  width: 355px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
.cont_7_flex .items {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 10px 34px 10px 10px;
  text-align: center;
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  padding: 10px 0px;
  box-sizing: border-box;
  margin-top: 20px;
}
.cont_7_flex .items img {
  width: 32px;
  height: 32px;
}
.cont_8 {
  width: 100%;
  height: 264px;
}
.cont_8 .te {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  margin: 12px 10px;
  text-align: center;
}
.cont_8 .c8bcg {
  width: 355px;
  height: 182px;
  margin: 0px auto;
  display: block;
}

.footer {
  background: #fff;
  padding: 25px 15px;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.footer .t1s {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  width: 68%;
  margin-bottom: 10px;
}

.footer .ts3 {
  margin-left: 70px;
  text-indent: -70px;
}

.footer .btnc {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.alink {
  display: flex;
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;

  align-items: center;
}

.alink a {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  margin-right: 26px;
}

.footer .xian {
  height: 1px;
  background: none;
  box-shadow: 0 0.5008px 0 #6a6e7a;
  margin: 10px 0px;
}

.footer .d {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin: 10px 0px;
}

.flex_texts {
  display: flex;
  justify-content: space-between;
}

.gotop {
  position: fixed;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  right: 20px;
  bottom: 145px;
  z-index: 9;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gotop img {
  display: block;
  width: 21px;
  height: 21px;
}

.footer_ads {
  position: fixed;
  bottom: 0%;
  width: 100%;
  background: linear-gradient(270deg, #72d5ff 0%, #3437f3 100%);
  border-radius: 10px 10px 0px 0px;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 99;
}

.footer_ads .cont {
  height: 48px;
  display: flex;
  align-items: center;
}

.footer_ads .cont .itm {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_ads .cont .itm .itemflex {
  display: flex;
  align-items: center;
}

.footer_ads .cont .itm .itemflex .ts {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.footer_ads .cont .x {
  width: 1px;
  height: 40px;
  background-color: #ffffff;
}

.footer_ads .cont .itm img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.popup_centre {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 19;
  overflow: hidden;
}

.popup_centre .pop {
  width: 290px;
  height: 253px;
  background: url("../image/index/phonebcg.png") no-repeat;
  background-size: 100% 253px;
  position: relative;
}

.popup_centre .pop .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 8px;
}

.popup_centre .pop .poptit {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-top: 18px;
}

.pop_fot {
  box-sizing: border-box;
  width: 100%;
  padding: 0px 9px;
}

.popup_centre .pop .ts_t_1 {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 800;
  font-size: 16px;
  color: #02225c;
  text-align: center;
  padding-top: 55px;
}

.popup_centre .pop .ts_t_2 {
  width: 202px;
  height: 43px;
  background: rgba(236, 244, 253, 0.61);
  border-radius: 0px 0px 0px 0px;
  margin: 14px auto;
  font-family: DIN, DIN;
  font-weight: bold;
  font-size: 24px;
  color: #02225c;
  line-height: 43px;
  text-align: center;
}

.popup_centre .pop .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup_centre .cont .itemflex {
  display: flex;
  align-items: center;
}

.popup_centre .cont .itemflex img {
  width: 22px;
  height: 21px;
  margin-right: 6px;
}

.popup_centre .cont .itemflex .ts {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.popup_centre .cont .itm {
  width: 132px;
  width: 132px;
  height: 43px;
  background: linear-gradient(270deg, #72d5ff 0%, #3437f3 100%);
  border-radius: 6px 6px 6px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
