@charset "UTF-8";
img {
  width: auto;
}

@font-face {
  font-family: "HarmonyOS_Sans_SC";
  src: url("../fonts/HarmonyOS_Sans_SC.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Bold";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ranybold_italic";
  src: url("../fonts/rany-bold_italic-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RanyBold";
  src: url("../fonts/rany-bold-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RanyRegular";
  src: url("../fonts/rany-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RanyLight";
  src: url("../fonts/rany-light-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.zbanner .swiper_dec ul li {
  padding-left: 0.22rem;
  position: relative;
}
.zbanner .swiper_dec ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0.1rem;
  background: #fff;
  border-radius: 50%;
  width: 0.08rem;
  height: 0.08rem;
  min-width: 6px;
  min-height: 6px;
}

body {
  --color-link: #18266a;
  background: #fafafa;
}

.lay-sfp-list-title {
  font-size: var(--font-size-24);
  color: var(--color-link);
  margin-bottom: 0.1rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}

.lay-sfp-list-text {
  font-family: "HarmonyOS_Sans_SC";
  font-size: var(--font-size-14);
}
.lay-sfp-list-text b {
  font-weight: 100;
  color: #222222;
  margin-top: 0.1rem;
  display: block;
}

.ldy-sfp-list-div {
  width: 23.5714285714%;
  border-radius: 0.1rem;
  background: #fff;
  position: relative;
}
.ldy-sfp-list-div:hover .sfp-img {
  background: url(../images/hoverbj.webp) no-repeat;
  background-size: cover;
}
.ldy-sfp-list-div:hover::before {
  width: -moz-calc(100% - 0.48rem);
  width: calc(100% - 0.48rem);
}
.ldy-sfp-list-div:hover .lay-sfp-list-title {
  color: #1bb0ff;
}
.ldy-sfp-list-div::before {
  content: "";
  background: #1bb0ff;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  height: 0.05rem;
  width: 0px;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.ldy-sfp-list {
  display: -moz-box;
  display: flex;
  gap: 0.25rem;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
}

.sfp-img {
  font-size: 0px;
  border-radius: 0.1rem;
  aspect-ratio: 16/9;
  padding: 0.1rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background: url(../images/sfpbj.webp) no-repeat;
  background-size: cover;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.sfp-img img {
  width: auto;
}

.sfp-div-content {
  padding: 0.36rem 0.24rem;
}

.textgary {
  color: #5a5f74;
}

@media screen and (max-width: 991px) {
  .ldy-sfp-list {
    gap: 0.2rem;
  }
  .ldy-sfp-list-div {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .ldy-sfp-list {
    gap: 0px;
    row-gap: 20px;
  }
  .ldy-sfp-list-div {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .ldy-sfp-list-div,
  .ldy-sfp-list-div:nth-child(4),
  .ldy-sfp-list-div:nth-child(5) {
    width: 100%;
  }
}
.sfp-cata-content {
  padding: 1rem 0.42rem;
  background-image: -moz-linear-gradient(165deg, #edf5ff 0%, #dfebf9 67%, #ebf4ff 100%), -moz-linear-gradient(#f0f5f7, #f0f5f7);
  background-image: linear-gradient(-75deg, #edf5ff 0%, #dfebf9 67%, #ebf4ff 100%), linear-gradient(#f0f5f7, #f0f5f7);
  background-blend-mode: normal, normal;
  box-shadow: 2px 4px 59px 6px rgba(115, 115, 115, 0.13);
  border-radius: 10px;
  border: solid 0.01rem #82c9ff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.sfp-cata-content .ldylxannu {
  -moz-box-pack: start;
       justify-content: flex-start;
}

.sfp-cata-left {
  width: 47.4285714286%;
}
.sfp-cata-left b {
  color: red;
  font-weight: normal;
}

.sfp-cata-right {
  width: 46.4285714286%;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 991px) {
  .sfp-cata-content {
    flex-wrap: wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-flow: column-reverse;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sfp-cata-right {
    margin-bottom: 20px;
    width: 100%;
  }
  .sfp-cata-right img {
    margin-left: 0px;
  }
  .sfp-cata-left {
    width: 100%;
  }
}
/* advant */
.promag1 {
  position: relative;
  overflow: hidden;
}

.promag1 .ul,
.proqsf1 .ul {
  flex-wrap: wrap;
}

.promag1 .li,
.proqsf1 .li {
  position: relative;
  -moz-box-align: center;
       align-items: center;
  overflow: hidden;
  width: 49.3%;
  margin-top: 1.3%;
  margin-right: 1.3%;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 10px;
  background-image: -moz-linear-gradient(120deg, #f5f5f5 0%, #dae8fa 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(-30deg, #f5f5f5 0%, #dae8fa 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}

.proqsf1 .li {
  padding: 0.35rem;
}

.promag1 .li {
  padding: 0.3rem;
}

.promag1 .li:nth-child(1),
.promag1 .li:nth-child(2),
.proqsf1 .li:nth-child(1),
.proqsf1 .li:nth-child(2) {
  margin-top: 0px;
}

.promag1 .li:nth-child(3),
.proqsf1 .li:nth-child(3) {
  background-image: -moz-linear-gradient(120deg, #f5f5f5 0%, #d8edef 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(-30deg, #f5f5f5 0%, #d8edef 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}

.promag1 .li:nth-child(4),
.proqsf1 .li:nth-child(4) {
  background-image: -moz-linear-gradient(120deg, #f5f5f5 0%, #dff3ff 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(-30deg, #f5f5f5 0%, #dff3ff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}

.promag1 .li:nth-child(2n),
.proqsf1 .li:nth-child(2n) {
  margin-right: 0px;
}

.promag1 .iconBox {
  position: relative;
  overflow: hidden;
  width: max(1rem, 50px);
  height: max(1rem, 50px);
  border-radius: 50%;
  background-color: #fafafa;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.2rem;
}
.promag1 .iconBox img {
  position: unset;
}

.promag1 .font,
.proqsf1 .font {
  position: relative;
  z-index: 1;
}

.promag1 .font {
  -moz-box-flex: 1;
       flex: 1;
  padding-left: 25px;
}

.promag1 .font .tit,
.proqsf1 .font .tit {
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  color: #18266a;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 18px;
  font-weight: bold;
}

.promag1 .font .dec,
.proqsf1 .font .dec {
  margin: 0.15rem 0 0.2rem 0;
  margin-bottom: 0px;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  color: #5a5f74;
  font-size: var(--font-size-16);
  line-height: 1.75;
}

.promag1 .pmr {
  display: inline-block;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  vertical-align: middle;
  color: #0ea0f8;
  font-size: 16px;
}

.promag1 .pmr .jt {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 15px;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  vertical-align: middle;
  background: url(../images/micon7.webp) no-repeat center;
}

.promag1 .li::before,
.proqsf1 .li::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  content: "";
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background-image: -moz-linear-gradient(120deg, #0da7fc 1%, #127ce5 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(-30deg, #0da7fc 1%, #127ce5 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}

.promag1 .li:hover::before,
.proqsf1 .li:hover::before {
  width: 100%;
}

/* .promag1 .li:hover,
.proqsf1 .li:hover{
	background-image: linear-gradient(-30deg, 
		#0da7fc 1%, 
		#127ce5 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
} */
.promag1 .li:hover .font .tit,
.promag1 .li:hover .font .dec,
.promag1 .li:hover .pmr,
.proqsf1 .li:hover .font .tit,
.proqsf1 .li:hover .font .dec {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .promag1 .li {
    width: 100%;
    margin-bottom: 20px;
  }
  .promag1 .li:nth-child(3),
  .proqsf1 .li:nth-child(3),
  .promag1 .li:nth-child(2n),
  .proqsf1 .li:nth-child(2n) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  .promag1 .li {
    display: -moz-box;
    display: flex;
    flex-wrap: wrap;
  }
  .promag1 .font {
    width: 100%;
    padding-left: 10px;
    -moz-box-flex: 1;
         flex: auto;
    margin-top: 10px;
  }
}
/* appcition */
.markets1 .font .tit {
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  color: #18266a;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: var(--font-size-24);
  font-weight: bold;
  line-height: 1.25;
}

.markets1 .font .dec {
  color: #5a5f74;
  margin-top: max(0.1rem, 10px);
}
.markets1 .font .dec.dot7 {
  display: block;
}

.markets1 .font .btn span {
  margin-right: 15px;
}

.markets1 .font .btn span,
.markets1 .font .btn img {
  display: inline-block;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  vertical-align: middle;
}

.markets1 .imgBox {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.markets1 .font {
  padding: 0.3rem;
}

.markets1 .li {
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 5px 9px 30px 0px rgba(227, 227, 227, 0.3);
  flex-wrap: wrap;
}
.markets1 .li.flexace {
  -moz-box-align: baseline !important;
       align-items: baseline !important;
}
.markets1 .li:hover img {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}
.markets1 .li:hover .font .tit {
  color: #1bb0ff;
}

.markets1 .swiper-container {
  padding-bottom: 50px;
}

.markets1 .swiper-wrapper {
  -moz-box-align: center;
       align-items: center;
}

.markets1 .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 900px;
  margin: 0 130px;
  opacity: 0.4;
  border-radius: 10px;
}

.markets1 .swiper-slide-active {
  opacity: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}

.markets1 .swiper-slide:hover .font .btn img {
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
       transform: rotate(45deg);
}

.markets1 .swiper-button-prev {
  left: 21%;
  font-size: var(--font-size-20);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.markets1 .swiper-button-next {
  right: 21%;
  font-size: var(--font-size-20);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.markets1 .swpBox {
  position: relative;
}

.sfp-app-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: stretch;
       align-items: stretch;
  -moz-box-pack: center;
       justify-content: center;
  flex-wrap: wrap;
  row-gap: max(0.3rem, 20px);
  display: grid;
  gap: max(0.2rem, 20px);
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  grid-template-columns: repeat(auto-fill, minmax(3.4rem, 1fr));
}
.sfp-app-mid .li {
  background: #fff;
}

@media screen and (max-width: 991px) {
  .sfp-app-mid .li {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .sfp-app-mid .li {
    flex-wrap: wrap;
  }
  .markets1 .imgBox {
    width: 100%;
  }
  .markets1 .font {
    width: 100%;
  }
}
/* why */
.sfp-why-kuang {
  padding-left: 13%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-top: 1.8rem;
  padding-bottom: 1rem;
}

.sfp-why-left {
  width: 6.87rem;
  text-align: left;
}
.sfp-why-left .in_tit {
  text-align: left;
  padding-top: 0px;
}

.sfp-why-right {
  width: 9.27rem;
}

.ertit {
  font-size: var(--font-size-24);
  color: #1bb0ff;
  margin-top: 0.26rem;
  margin-bottom: 0.32rem;
}

.why-content {
  color: #222;
}

.why-icon {
  width: max(0.45rem, 40px);
  height: max(0.45rem, 40px);
  border-radius: 50%;
  background: rgba(206, 229, 248, 0.29);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0.02rem;
  margin-right: 0.4rem;
}

.why-math {
  font-size: 0.42rem;
  color: #18266a;
  line-height: 1;
  font-family: HarmonyOS_Sans_SC_Bold;
  margin-bottom: 0.04rem;
}
.why-math sub {
  color: #5a5f74;
  font-size: var(--font-size-16);
  position: relative;
  top: -0.05rem;
  margin-left: 0.1rem;
}

.why-div-right {
  width: -moz-calc(100% - 0.8rem);
  width: calc(100% - 0.8rem);
}

.sfp-why-bototm-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  width: 45%;
}
.sfp-why-bototm-div:hover .why-math {
  color: #1bb0ff;
}
.sfp-why-bototm-div:nth-child(2) {
  border-right: 0px;
  -moz-box-pack: end;
       justify-content: flex-end;
}
.sfp-why-bototm-div:nth-child(3) {
  width: 100%;
  margin-top: max(0.2rem, 20px);
}

.sfp-why-bottom {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .why-icon {
    margin-right: 0.2rem;
  }
  .sfp-why-kuang {
    padding-left: 8%;
  }
  .sfp-why-left {
    width: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .sfp-why-kuang {
    flex-wrap: wrap;
    width: 90%;
    padding: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-flow: column-reverse;
  }
  .sfp-why-left {
    width: 100%;
    margin-top: 20px;
  }
  .sfp-why-right {
    width: 100%;
  }
  .sfp-why-bottom {
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sfp-why-bototm-div {
    width: 100%;
    flex-wrap: wrap;
  }
  .sfp-why-bototm-div:nth-child(2) {
    -moz-box-pack: start;
         justify-content: flex-start;
  }
  .sfp-why-bototm-div:nth-child(3) {
    margin-top: 0px;
  }
  .why-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .why-div-right {
    text-align: center;
    width: 100%;
  }
}
/* quality */
.sfp-quality-mid {
  background-color: #f0f5f7;
  border-radius: 0.1rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.sfp-quality-div {
  padding: 0.5rem 0.3rem;
  padding-left: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-radius: 0.1rem;
}
.sfp-quality-div:last-child {
  border-bottom: 0px;
}
.sfp-quality-div.active {
  padding-left: 1.44rem;
  background: url(../images/quabj.webp) no-repeat;
  background-size: cover;
  border-bottom: 0px;
}
.sfp-quality-div.active .sfp-quality-icon {
  opacity: 1;
  left: 0.32rem;
}
.sfp-quality-div.active .sfp-qua-k-title,
.sfp-quality-div.active .sfq-qua-content {
  color: #fff;
}
.sfp-quality-div .sfp-quality-icon {
  position: absolute;
  width: 0.78rem;
  height: 0.78rem;
  padding: 0.1rem;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  background: #fafafa;
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  opacity: 0;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sfp-quality-div .sfp-quality-icon img {
  width: max(0.24rem, 24px);
}

.sfp-qua-k-title {
  font-size: var(--font-size-24);
  font-family: HarmonyOS_Sans_SC_Bold;
  margin-bottom: 0.14rem;
}

.sfp-qua-k-ertitle {
  color: #1eb1ff;
  margin-bottom: 0.04rem;
}

.sfq-qua-content {
  color: #5a5f74;
}

@media screen and (max-width: 768px) {
  .sfp-quality-div {
    flex-wrap: wrap;
  }
  .sfp-quality-div.active {
    padding-left: 0.3rem;
  }
  .sfp-quality-div.active .sfp-quality-icon {
    margin-top: 20px;
    position: unset;
  }
}
/* hzhb */
.section7 {
  position: relative;
  overflow: hidden;
  background: #FAFAFA;
}

.section7::before {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 14.77rem;
  height: 2.34rem;
  content: "";
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  background-size: cover;
}

.section7 .imgBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0.2rem;
  height: 1.2rem;
  border-radius: 5px;
  background-color: #ffffff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.section7 .imgBox img {
  position: unset;
}

.section7 .swiper-pagination {
  display: none;
}

.sfp-hzhb-mid .in_tit {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .section7 .swiper-pagination {
    display: block;
    position: unset;
  }
}
/* rd */
.sfp-rd-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  row-gap: 0.2rem;
}
.sfp-rd-top .in_tit {
  padding: 0px;
}
.sfp-rd-top .ldylxannu {
  margin: 0;
}
.sfp-rd-top .moreBox2 {
  color: #117fe7;
  border-color: #117fe7;
}
.sfp-rd-top .moreBox2:hover {
  color: #fff;
}

.sfp-rd-title {
  font-size: var(--font-size-24);
  font-family: HarmonyOS_Sans_SC_Bold;
  color: var(--color-link);
  background-color: #ffffff;
  border-radius: 0.05rem;
  padding: 0.3rem 0.25rem;
  position: relative;
  margin-top: -0.1rem;
}

.sfp-rd-img {
  font-size: 0px;
  aspect-ratio: 16/15;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sfp-rd-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sfp-rd-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(4.5rem, 1fr));
  gap: 0.2rem;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.sfp-rd-div {
  background: #fff;
  border-radius: 0.1rem;
}
.sfp-rd-div:hover img {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}

/* faq  */
.sfp-faq-kuang {
  margin-top: 0.7rem;
  position: relative;
  overflow: hidden;
  background: url(../images/bgm3.webp) no-repeat center;
  background-size: cover;
  padding-bottom: 1rem;
}

.sfp-faq-kuang::before {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  width: 481px;
  height: 183px;
  content: "";
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  background: url(../images/img34.webp) no-repeat center;
  background-size: cover;
}

.section8 .list {
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: start;
       align-items: flex-start;
}

.section8 .left {
  position: relative;
  width: 43.1428571429%;
}

.section8 .ul {
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 4.9rem;
  padding: 0 0.3rem;
  border-radius: 5px;
  background-color: #ffffff;
}

.section8 .li {
  position: relative;
  -moz-box-align: start;
       align-items: flex-start;
  padding: 0.2rem 0px;
  cursor: pointer;
}

.section8 .li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  content: "";
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 1px;
  background-image: -moz-linear-gradient(left, #127ae4 0%, #0cacff 100%), -moz-linear-gradient(#fffdfc, #fffdfc);
  background-image: linear-gradient(90deg, #127ae4 0%, #0cacff 100%), linear-gradient(#fffdfc, #fffdfc);
  background-blend-mode: normal, normal;
}

.section8 .li .tit {
  -moz-box-flex: 1;
       flex: 1;
  padding-right: 0.8rem;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  color: #18266a;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: var(--font-size-18);
  line-height: 1.67;
}

.section8 .li.active::before {
  width: 100%;
  opacity: 1;
}

.section8 .li.active .tit {
  color: #fafafa;
  background: -webkit-linear-gradient(50deg, #127ae4, #0cacff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section8 .licon {
  width: max(0.15rem, 15px);
  height: max(0.15rem, 15px);
  margin-top: 0.1rem;
  background: url(../images/icon8.webp) no-repeat center;
  background-size: 100% 100%;
}

.section8 .li.active .licon {
  background: url(../images/icon15.webp) no-repeat center;
  background-size: 100% 100%;
}

.section8 .right {
  width: 54.2857142857%;
}

.section8 .rul {
  display: none;
}

.section8 .rul.active {
  display: block;
}

.section8 .rli {
  position: relative;
  width: 100%;
  margin-top: 0.1rem;
  padding: 0.22rem 0.3rem;
  cursor: pointer;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 5px;
  background-color: #ffffff;
}
.section8 .rli:nth-child(1) {
  margin-top: 0px;
}

.section8 .rli.active .titBox .tit {
  color: #fafafa;
  background: -webkit-linear-gradient(50deg, #127ae4, #0cacff);
  -webkit-background-clip: text;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
}

.section8 .titBox .tit {
  -moz-box-flex: 1;
       flex: 1;
  padding-right: 0.1rem;
  /* text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; */
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  color: #18266a;
  font-size: var(--font-size-18);
}

.section8 .titBox .icon_jt {
  position: relative;
  width: max(0.36rem, 26px);
  height: max(0.36rem, 26px);
  text-align: center;
  border-radius: 50%;
  background: url(../images/icon16.webp) #E0E0E0 no-repeat center;
  background-size: 100% 100%;
}

.section8 .titBox .icon_jt::before {
  display: none;
}

.section8 .rli.active .icon_jt {
  background: url(../images/icon17.webp) #E0E0E0 no-repeat center;
  background-size: 100% 100%;
}

.promag6 .list .rul .rli:first-child .decBox,
.section8 .rli:first-child .decBox {
  display: block;
}

.section8 .decBox {
  display: none;
  margin: 0.15rem 0 0.25rem 0;
  border-top: 1px solid rgb(248, 248, 248);
}

.section8 .decBox .titBox {
  padding: 0px;
  border: none;
  background: transparent;
}

.section8 .decBox .titBox .tit {
  white-space: break-spaces;
  text-overflow: inherit;
}

.section8 .decBox .dec {
  margin-top: 0.25rem;
  color: #2d95ef;
  font-size: var(--font-size-16);
}

@media screen and (max-width: 768px) {
  .section8 .list {
    flex-wrap: wrap;
  }
  .section8 .left {
    width: 100%;
  }
  .section8 .right {
    width: 100%;
    margin-top: 20px;
  }
}
/*contact  */
.section9 {
  position: relative;
  overflow: hidden;
  background: url(../images/bgm4.webp) no-repeat center;
  background-size: cover;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.section9 .list {
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
  flex-wrap: wrap;
}
.section9 .list .ysxy {
  color: #fff;
  margin-top: 0.4rem;
}

.section9 .left {
  width: 49.1428571429%;
}

.section9 .in_tit {
  text-align: left;
  padding-top: max(0.2rem, 20px);
  padding-bottom: max(0.2rem, 20px);
}

.section9 .in_tit .tit,
.section9 .in_tit .dec {
  color: #fff;
}

.section9 .in_tit .tit {
  padding-bottom: 0px;
}

.section9 .right {
  width: 47.3571428571%;
}

.section9 .formBox {
  overflow: hidden;
  padding: 0.2rem 0.3rem;
  border-radius: 5px;
  background-color: #ffffff;
}

.section9 .sub {
  border-radius: 0.18rem;
  background-color: #127be5;
  font-size: var(--font-size-14);
  line-height: max(0.36rem, 30px);
}

.section9 .formBox .placeholder::after {
  display: none;
}

.section9 .formBox .li {
  margin-top: 0px;
  border-bottom: 1px solid #E7EBF0;
}

.section9 .formBox .li input,
.section9 .formBox .li textarea {
  height: max(0.44rem, 40px);
  padding: 0.08rem 0px;
  background: #fff;
}

.section9 .formBox .li textarea {
  height: max(0.9rem, 70px);
}

.section9 .formBox .placeholder {
  padding: 0.15rem 0px;
}

.ready-title {
  font-size: var(--font-size-18);
  color: #9fddff;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.section9 .formBox .ul .liBox {
  flex-wrap: wrap;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.section9 .formBox .ul .liBox .li {
  width: 49%;
  border-radius: max(0.1rem, 10px);
  overflow: hidden;
  border-bottom: 0px;
}
.section9 .formBox .ul .liBox .li input,
.section9 .formBox .ul .liBox .li textarea {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: max(0.1rem, 10px);
  padding-left: 0.1rem;
}
.section9 .formBox .ul .liBox .li input::-webkit-input-placeholder,
.section9 .formBox .ul .liBox .li textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 0.12rem;
  font-family: "HarmonyOS_Sans_SC";
}
.section9 .formBox .ul .liBox .li input:-moz-placeholder,
.section9 .formBox .ul .liBox .li textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
  font-size: 0.12rem;
  font-family: "HarmonyOS_Sans_SC";
}
.section9 .formBox .ul .liBox .li input::-moz-placeholder,
.section9 .formBox .ul .liBox .li textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-size: 0.12rem;
  font-family: "HarmonyOS_Sans_SC";
}
.section9 .formBox .ul .liBox .li input:-ms-input-placeholder,
.section9 .formBox .ul .liBox .li textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 0.12rem;
  font-family: "HarmonyOS_Sans_SC";
}
@media screen and (max-width: 768px) {
  .section9 .formBox .ul .liBox .li input::-webkit-input-placeholder,
  .section9 .formBox .ul .liBox .li textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    font-size: 12px;
    font-family: "HarmonyOS_Sans_SC";
  }
  .section9 .formBox .ul .liBox .li input:-moz-placeholder,
  .section9 .formBox .ul .liBox .li textarea:-moz-placeholder {
    color: #000;
    opacity: 1;
    font-size: 12px;
    font-family: "HarmonyOS_Sans_SC";
  }
  .section9 .formBox .ul .liBox .li input::-moz-placeholder,
  .section9 .formBox .ul .liBox .li textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
    font-size: 12px;
    font-family: "HarmonyOS_Sans_SC";
  }
  .section9 .formBox .ul .liBox .li input:-ms-input-placeholder,
  .section9 .formBox .ul .liBox .li textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-size: 12px;
    font-family: "HarmonyOS_Sans_SC";
  }
}
.section9 .formBox .ul .liBox .li.tea {
  width: 100%;
}

.error-msg {
  display: block;
  width: 100%;
  color: red;
  visibility: hidden;
  font-size: var(--font-size-12);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.formcheckbox {
  display: grid;
  width: 100%;
}
.formcheckbox input {
  width: max(0.12rem, 12px);
  height: max(0.12rem, 12px);
}
.formcheckbox a {
  -moz-transition: all 0s;
  transition: all 0s;
  color: var(--color-link);
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .section9 .list {
    flex-wrap: wrap;
  }
  .section9 .left,
  .section9 .right {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section9 .formBox .ul .liBox .li {
    width: 100%;
  }
  .ldy-sfp-list-div:nth-child(1) .sfp-img {
    aspect-ratio: 16/9;
  }
  .ldy-sfp-list-div:nth-child(1) .sfp-img img {
    position: unset;
    width: auto;
  }
}
/* !!popupBox!! */
.popupBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}
.popupBox .section9 {
  background: #fff;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.popupBox .right {
  width: 100%;
}

.popupBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.popupBox .poplist {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  width: 100%;
  max-width: 45%;
}

.popupBox .close {
  position: absolute;
  top: -0.16rem;
  right: -0.16rem;
  z-index: 9999;
  width: max(0.42rem, 42px);
  height: max(0.42rem, 42px);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  line-height: 1;
  background-image: -moz-linear-gradient(left, #127ae4 0%, #0cacff 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(90deg, #127ae4 0%, #0cacff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: var(--font-size-14);
  cursor: pointer;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.popupBox .close:hover {
  background-image: -moz-linear-gradient(left, #0cacff 0%, #127ae4 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(90deg, #0cacff 0%, #127ae4 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}

.ysxy {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .popupBox .poplist {
    max-width: 90%;
  }
}
.popupBox .sfp-contact {
  background: #fff;
}
.popupBox .sfp-contact .in_tit {
  padding-bottom: 0px;
  padding-top: max(0.2rem, 20px);
}
.popupBox .sfp-contact .ready-title {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}
.popupBox .sfp-contact .section9 {
  padding-top: 0px;
}

.in_tit h3 b {
  color: red;
}

b {
  color: red;
  font-weight: 500;
}

/* 右侧客服 start */
.contact-footer.xs {
  right: 0px;
}

.kf-youxiang {
  background: #1bb0ff;
}

.contact-footer {
  position: fixed;
  right: -100px;
  bottom: 40%;
  z-index: 10;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-footer > p {
  margin-left: auto;
  cursor: pointer;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #1bb0ff;
}
.contact-footer > p img {
  display: none;
  width: 20px;
}
.contact-footer > p img:nth-child(2) {
  display: block;
}
.contact-footer.active > p i:before {
  content: "\e608";
  font-family: "iconfont";
}
.contact-footer li {
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
.contact-footer li img {
  width: 20px;
}
.contact-footer li .con-phone {
  width: 140px;
  right: 40px;
  left: 100%;
  visibility: hidden;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #1bb0ff;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 10px;
}
.contact-footer li a,
.contact-footer li p {
  cursor: pointer;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}
.contact-footer li a i,
.contact-footer li p i {
  font-size: 18px;
}
.contact-footer li a:hover {
  /* transform: translateX(-4px); */
  background: var(--color-link);
}
.contact-footer li span {
  background-color: red;
  border-radius: 10px;
  text-align: center;
  /* width: 140px; */
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  height: 100%;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: absolute;
  right: -1000px;
  top: 0px;
  z-index: -1;
  background-color: #1bb0ff;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-footer li .ewm {
  min-width: 100px;
  max-width: 100px;
  min-height: 100px !important;
  max-width: 100px;
}
.contact-footer li:hover span {
  right: 120%;
}
.contact-footer li:hover .ewm {
  left: -110px;
}

.contact-footer.active > p {
  /* transform: rotate(125deg); */
}
.contact-footer.active > p img {
  display: none;
}
.contact-footer.active > p img:nth-child(1) {
  display: block;
}

.ewm {
  position: absolute;
  width: 100px;
  min-width: 100px;
  height: 100px;
  left: 100px;
  top: 0px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.contact-footer > li {
  /* height: 0px; */
  height: 40px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #1bb0ff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.contact-footer i {
  color: #fff;
}
.contact-footer > li:hover,
.contact-footer > p:hover {
  background: var(--color-link);
}
.contact-footer .topdiv {
  -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
       transform: rotate(-90deg);
}
.contact-footer .topdiv:hover {
  -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
       transform: rotate(-90deg);
}

.contact-footer.active > li {
  height: 40px;
  overflow: unset;
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .contact-footer li:hover {
    -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
         transform: scale(1.1);
  }
}
@media screen and (max-width: 999px) {
  .contact-footer li span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact-footer.xs {
    right: 0px;
  }
  .contact-footer {
    width: 100%;
    bottom: 0px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    right: 0px;
    background: var(--kf-color);
  }
  .contact-footer p {
    display: none;
  }
  .contact-footer li {
    -moz-transition: 0s;
    transition: 0s;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
    background: var(--color-link);
  }
  .contact-footer li a,
  .contact-footer li p {
    border-radius: 0px;
  }
  .contact-footer li:hover .ewm {
    left: 0px;
    bottom: 140px;
  }
  .contact-footer .topdiv {
    -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  .contact-footer .topdiv i {
    -moz-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
         transform: rotate(-90deg);
  }
  .contact-footer .topdiv:hover {
    -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  .ewm {
    display: none;
    top: -100px;
    left: 0px;
  }
}
/* 右侧客服  end */
.sfp-application .imgBox {
  aspect-ratio: 4/2.67;
}
.sfp-application .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sfp-faq .section8 .list {
  -moz-box-align: normal;
       align-items: normal;
}
.sfp-faq .section8 .list .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thank-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  text-align: center;
  height: 100vh;
}
.thank-mid .thank-div {
  max-width: 5rem;
  padding: 0.4rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
}
.thank-mid p {
  margin-top: 0.2rem;
  font-size: var(--font-size-20);
}
.thank-mid .ldylxannu {
  margin-top: 0px;
}

