.header {
  padding: 107px 20px 32px 20px;
}
.product-info {
  display: flex;
  color: #1a1a1a;
  font-size: 0.666rem;
  font-weight: 700;
}
.product-info-img {
  width: 1.83rem;
}
.product-info-img img {
  width: 100%;
}
.product-info-desc {
  line-height: 32px;
  margin-left: 26px;
}
.product-info-desc p {
  color: #018a58;
  font-size: 0.416rem;
}
.product-features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
  font-size: 0.33rem;
  text-align: center;
  margin: 21px 0px 34.5px 0px;
}
.product-features p {
  display: flex;
  align-self: center;
  justify-content: center;
}
.product-features > :nth-child(1) img {
  width: 0.44rem;
  margin-left: 5px;
}
.product-features > :nth-child(2) img {
  width: 0.56rem;
}
.product-features p {
  color: #000000;
  font-size: 0.39rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.product-features span {
  display: flex;
  align-items: center;
}
.product-features > :nth-child(2) span img {
  width: 0.44rem;
  margin-left: 4px;
}
.product-download {
  text-align: center;
  display: flex;
  width: 100%;
  padding: 2px 0;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #018a5c;
  color: #ffffff;
  line-height: 0.89rem;
}
.product-download a {
  color: #ffffff;
  font-size: 0.42rem;
}

.loading {
  position: relative;
  left: 0 !important;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  animation: circle infinite 0.75s linear;
}

.nav_wrap_pc {
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.nav_wrap_padone {
  padding: 0 31px;
}
.nav_wrap_padtwo {
  padding: 0 10px;
}
.nav_cont {
  width: auto;
  display: flex;
  justify-content: flex-start;
}
.nav_left {
  width: 164px;
  height: 54px;
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 15px;
}
.nav_left img {
  display: block;
  width: 100%;
}
.nav_center {
  width: auto;
  height: 64px;
  display: flex;
  justify-content: flex-start;
  padding-left: 30px;
}
.nav_citems {
  width: auto;
  height: 64px;
  box-sizing: border-box;
  padding-top: 24px;
  padding-right: 33px;
  cursor: pointer;
}
.nav_citem_top {
  width: auto;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5f6368;
  text-align: center;
}
.nav_citem_tactive {
  color: #26a573;
  font-weight: 500;
}
.nav_citem_down {
  width: 100%;
  height: 20px;
  box-sizing: border-box;
  padding-top: 17px;
}
.nav_citem_dactive {
  width: 30px;
  height: 3px;
  background: #26a573;
  margin: 0 auto;
  border-radius: 50px 50px 0px 0px;
}
.nav_right {
  width: auto;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_ritems {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav_ritems:hover {
  background: #f5f5f5;
}
.nav_ritem_one {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: red;
}
.nav_ritem_two {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: red;
}
.nav_ritem_thr {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: red;
}
.banner_wrap {
  width: 100%;
  height: auto;
  padding-top: 70px;
  position: relative;
  z-index: 9;
}
.banner_imgs {
  width: 100%;
  height: auto;
}
.banner_imgs img {
  display: block;
  width: 100%;
}
.banner_cont {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 50px;
  box-sizing: border-box;
  padding-top: 310px;
  padding-left: 48px;
  padding-right: 48px;
}
.banner_ctop {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-start;
}
.banner_ctleft {
  width: 96px;
  height: 96px;
}
.banner_ctleft img {
  display: block;
  width: 100%;
}
.banner_ctright {
  width: auto;
  height: 96px;
  box-sizing: border-box;
  padding-left: 25px;
}
.banner_ctr_one {
  width: 100%;
  height: 48px;
  font-size: 34px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 48px;
}
.banner_ctr_two {
  width: 100%;
  height: 21px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #26a573;
  line-height: 21px;
  margin-top: 17px;
}
.banner_cdown {
  width: 220px;
  height: auto;
  box-sizing: border-box;
  padding-left: 25px;
}
.banner_cdown img {
  display: block;
  width: 100%;
}
.banner_footer {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-left: 25px;
  margin-top: 40px;
}
.banner_fleft {
  width: 160px;
  height: 36px;
  background: #26a573;
  border-radius: 8px;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #202124;
  text-align: center;
  line-height: 36px;
  margin-right: 33px;
}
.banner_fright {
  width: 180px;
  height: 36px;
  display: flex;
  align-items: center;
}
.banner_fright img {
  display: block;
  width: 100%;
}
.banner_cont_mobile {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  /* padding-top: 200px; */
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}
.banner_cont_mobile .banner_ctop {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-start;
}
.banner_cont_mobile .banner_ctleft {
  width: 1.92rem;
  height: 1.92rem;
  margin-top: 0.266667rem;
}
.banner_cont_mobile .banner_ctleft img {
  display: block;
  width: 100%;
}
.banner_cont_mobile .banner_ctright {
  width: auto;
  height: auto;
  box-sizing: border-box;
  padding-left: 0.666667rem;
  display: flex;
  align-items: center;
}
.banner_cont_mobile .banner_ctr_one {
  width: 100%;
  height: auto;
  font-size: 0.56rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgb(232, 234, 237);
  line-height: 28px;
}
.banner_cont_mobile .banner_ctr_two {
  width: 100%;
  height: 21px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #26a573;
  line-height: 21px;
  margin-top: 7px;
}
.banner_cont_mobile .banner_cdown {
  width: 70%;
  height: auto;
  margin: 20px auto;
}
.banner_wrap_mobile {
  width: 100%;
  padding-bottom: 180px;
}
.banner_cont_mobile .banner_footer_mobile {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 40px;
}
.banner_cont_mobile .banner_fleft_mobile {
  width: 100%;
  height: 36px;
  background: #26a573;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #202124;
  text-align: center;
  line-height: 36px;
  margin-right: 33px;
}
.banner_fright_mobile {
  width: 4.8rem;
  height: auto;
  margin: 20px auto;
  display: block;
}
.banner_cont_mobile .banner_fright_mobile img {
  display: block;
  width: 100%;
}
.scroll_list_wrap {
  width: 100%;
  height: auto;
}
.scroll_list_pc {
  width: 60%;
  height: auto;
  box-sizing: border-box;
  padding: 41px 0 39px 48px;
}
.scroll_list_pc img {
  display: block;
  width: 100%;
}
.scroll_list_mobile {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0.533333rem;
  overflow-x: scroll;
  position: relative;
  z-index: 9;
  background: #ffffff;
}
.scroll_list_mobview {
  width: 150vw;
  height: auto;
}
.scroll_list_mobview img {
  display: block;
  width: 100%;
}
.scroll_list_mobview_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.desc_wrap_pc {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 46px;
}
.desc_wrap_mobile {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.desc_wpc_title {
  width: 100%;
  height: 24px;
  display: flex;
  display: flex;
  justify-content: space-between;
}
.desc_wpc_tleft {
  width: auto;
  height: 24px;
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: #333333;
  line-height: 24px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.desc_wpc_tleft img {
  margin-left: 16px;
  width: 18px;
}
.desc_wpc_tright {
  width: 24px;
  display: flex;
  align-items: center;
}
.desc_wpc_trdv {
  width: 24px;
}
.desc_wpc_trdv img {
  display: block;
  width: 100%;
}
.desc_wpc_desc {
  width: 100%;
  height: auto;
  padding-top: 19px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.desc_wpc_title_one {
  width: 100%;
  height: auto;
  padding-top: 28px;
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 19px;
  letter-spacing: 1px;
}
.desc_wpc_time_one {
  width: 100%;
  height: auto;
  padding-top: 5px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5f6368;
  line-height: 20px;
}
.desc_wpc_btns_one {
  width: 100%;
  height: auto;
  padding-top: 32px;
}
.desc_wpc_btnone {
  width: 98px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #dadce0;
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #5f6368;
  line-height: 32px;
  cursor: pointer;
  text-align: center;
}
.desc_wpc_tmargin {
  margin-top: 40px;
}
.desc_wpc_message {
  width: 100%;
  height: auto;
  margin-top: 25px;
  border-radius: 8px;
  border: 1px solid #dadce0;
  box-sizing: border-box;
  padding: 20px;
}
.desc_wpc_msgitems {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
}
.desc_wpc_msgileft {
  width: 20px;
  height: auto;
  margin-right: 25px;
}
.desc_wpc_msgildv {
  width: 20px;
  height: 20px;
}

.desc_wpc_msgildv img {
  display: block;
  width: 100%;
}
.desc_wpc_msgildv .msg_03 {
  width: 15px;
}
.desc_wpc_msgildv .msg_04 {
  width: 17px;
}
.desc_wpc_msgiright {
  width: auto;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5f6368;
  line-height: 19px;
}
.desc_wpc_msgimargin {
  margin-top: 10px;
}
.desc_wpc_msgitem {
  width: 100%;
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #26a573;
  line-height: 19px;
  margin-top: 20px;
}
.desc_wpc_pingf {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.desc_wrap_mobile .desc_wpc_pingf {
  margin-top: 20px;
}
.desc_wpc_pingf img {
  display: block;
  width: 8.67rem;
}
.desc_wpc_plun_wrap {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.desc_wpc_plun_head {
  width: 100%;
  height: 33px;
  display: flex;
  justify-content: space-between;
}
.desc_wpc_plun_hleft {
  width: auto;
  height: 33px;
  display: flex;
  justify-content: flex-start;
}
.desc_wpc_plun_hlicon {
  width: 33px;
  height: 33px;
  margin-right: 15px;
}
.desc_wpc_plun_hlicon img {
  display: block;
  width: 100%;
}
.desc_wpc_plun_hltext {
  width: auto;
  height: 33px;
  font-size: 0.39rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: #333333;
  line-height: 33px;
}
.desc_wpc_plun_hright {
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.desc_wpc_plun_hrdv {
  width: 24px;
}
.desc_wpc_plun_hrdv img {
  display: block;
  width: 100%;
}
.desc_wpc_plun_miview {
  margin-top: 13px;
}
.desc_wpc_plun_mitems {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5f6368;
  line-height: 0.56 rem;
  padding-top: 13px;
  display: flex;
  align-items: center;
}
.helpful {
  font-size: 12px;
  color: #666666;
}
.desc_wpc_plun_mitems img {
  display: inline-block;
  width: 1.89rem;
  margin-right: 5px;
}
.desc_wpc_plun_mitems span {
  display: inline-block;
  width: 53px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #d9dbde;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #5f6368;
  margin-left: 20px;
}
.desc_wpc_dvsolid {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #e8eaed;
}
.desc_wpc_footer_wrap {
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding-bottom: 100px;
}
.desc_wrap_mobile .desc_wpc_footer_wrap {
  margin-top: 0.8rem;
  padding-bottom: 1.333333rem;
}
.desc_wpc_footer_view {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
}
.desc_wrap_mobile .desc_wpc_footer_view {
  display: block;
}
.desc_wpc_footer_list {
  width: 40%;
  height: auto;
}
.desc_wrap_mobile .desc_wpc_footer_list {
  width: 100%;
}
.desc_wpc_footer_litems {
  width: 100%;
  height: auto;
}
.desc_wpc_footer_ltitle {
  width: 100%;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bolder;
  color: #5f6368;
  line-height: 20px;
  margin-top: 6px;
}
.desc_wpc_footer_litem {
  width: 100%;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #5f6368;
  line-height: 20px;
  margin-top: 12px;
}
.desc_wpc_footer_vone {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
}
.desc_wrap_mobile .desc_wpc_footer_vone {
  margin-top: 0.533333rem;
}
.desc_wpc_footer_voitems {
  width: auto;
  height: 15px;
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5f6368;
  line-height: 15px;
  padding-right: 25px;
}
.desc_wrap_mobile .desc_wpc_footer_voitems {
  padding-bottom: 10px;
}
.banner_fleft_download {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.imageList {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  height: auto;
  position: inherit;
  margin-bottom: 15px;
  margin-top: 5px;
  scrollbar-width: none;
  width: 90%;
  margin: 0 auto;
}
