:root {
  --section1-maobaoli: 884;
  --section2-left-renwu_box: 671;
  --section3-xuanfu-youce-width: 750;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  :root {
    --section1-maobaoli: 700;
    --section2-left-renwu_box: 300;
    --section3-xuanfu-youce-width: 400;
  }
}
body {
  background: #fff;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .mobile {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block !important;
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.pc {
  display: none;
}
/* PC 端页脚裁剪溢出内容（圆角容器内的背景图/装饰不外露） */
.pc .footer {
  overflow: hidden;
}
.pc .nav_box {
  width: 100%;
  height: 90px;
  background: #fff;
}
.pc .nav_box .nav {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 max(40px, calc((100% - 1440px) / 2));
}
@media screen and (min-width: 769px) {
  .pc .nav_box .nav {
    padding: 0 max(40px, calc((100% - 1440px) / 2)) !important;
  }
}
@media screen and (min-width: 2560px) {
  .pc .nav_box .nav {
    padding: 0 max(40px, calc((100% - 1440px) / 2)) !important;
  }
}
.pc .nav_box .nav .logo {
  width: 150px;
  height: 30px;
  margin-right: 30px;
}
.pc .nav_box .nav .logo img {
  width: 100%;
}
.pc .nav_box .nav .item {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #121316;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 70px;
  position: relative;
  height: 100%;
}
.pc .nav_box .nav .item .sub_item {
  position: absolute;
  padding: 16px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 6px;
  border-width: 0.75px;
  background: #fff;
  top: 70px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  -webkit-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.0588235294);
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.0588235294);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 300px;
}
.pc .nav_box .nav .item .sub_item .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  padding: 12px 16px;
}
.pc .nav_box .nav .item .sub_item .sub .sub_logo {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.pc .nav_box .nav .item .sub_item .sub .sub_logo img {
  width: 32px;
  height: 32px;
}
.pc .nav_box .nav .item .sub_item .sub .sub_text {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #121316;
}
.pc .nav_box .nav .item:nth-child(2) .sub_item {
  width: 300px;
  height: 220px;
  left: -60px;
}
.pc .nav_box .nav .item:nth-child(2) .sub_item .sub:hover {
  background-color: #f5f5f5;
}
.pc .nav_box .nav .item:nth-child(3) .sub_item {
  width: 280px;
  min-height: 64px;
  left: -16px;
}
.pc .nav_box .nav .item:nth-child(3) .sub_item .sub:hover {
  background-color: #f5f5f5;
}
.pc .nav_box .nav .item:nth-child(4) .sub_item {
  width: 290px;
  min-height: 112px;
  left: -16px;
}
.pc .nav_box .nav .item:nth-child(4) .sub_item .sub:hover {
  background-color: #f5f5f5;
}
.pc .nav_box .nav .item:nth-child(5) .sub_item {
  width: 220px;
  min-height: 112px;
  left: -16px;
}
.pc .nav_box .nav .item:nth-child(5) .sub_item .sub:hover {
  background-color: #f5f5f5;
}
.pc .nav_box .nav .item:hover {
  color: #0068ff;
}
.pc .nav_box .nav .item:hover .down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: invert(17%) sepia(92%) saturate(4999%) hue-rotate(203deg)
    brightness(95%) contrast(93%);
  filter: invert(17%) sepia(92%) saturate(4999%) hue-rotate(203deg)
    brightness(95%) contrast(93%);
}
.pc .nav_box .nav .item:hover .sub_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc .nav_box .nav .btn {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2880ff),
    to(#0068ff)
  );
  background: linear-gradient(90deg, #2880ff 0%, #0068ff 100%);
  width: 159px;
  height: 48px;
  color: #ffffff;
  line-height: 48px;
  border-radius: 10px;
  margin-left: auto;
  text-align: center;
}
.pc .nav_box .nav .btn:hover {
  color: #ffffff;
}
.pc .controller {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.pc .controller .section1 {
  width: 100%;
  height: 1023px;
  position: relative;
  padding-top: 1px;
  text-align: center;
}
.pc .controller .section1 .section1_bg {
  max-width: 1377px;
  width: 100%;
  height: 870px;
  z-index: 9;
  margin: 0 auto;
  background-image: url(/wp-content/2025/recruitment/automation/section1_bg.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 102px;
}
.pc .controller .section1 .section1_bg img {
  width: 100%;
  height: 100%;
}
.pc .controller .section1 .word1,
.pc .controller .section1 .word2 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -3.75px;
  text-align: center;
  z-index: 10;
  position: relative;
}
.pc .controller .section1 .word2 span {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(89.38deg, #0068ff 43.97%, #32e6b0 78.95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pc .controller .section1 .word3 {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  z-index: 10;
  position: relative;
  max-width: 892px;
  margin: 24px auto 0;
}
.pc .controller .section1 .button {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2880ff),
    to(#0068ff)
  );
  background: linear-gradient(90deg, #2880ff 0%, #0068ff 100%);
  width: 172px;
  height: 56px;
  gap: 10px;
  border-radius: 10px;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 20px;
  line-height: 56px;
  letter-spacing: 0%;
  z-index: 10;
  position: relative;
  color: #ffffff;
  margin-top: 24px;
  display: inline-block;
}
.pc .controller .section1 .button::hover {
  color: #ffffff;
}
.pc .controller .section1 .section1_img1 {
  max-width: 911px;
  max-height: 522px;
  z-index: 10;
  position: relative;
  margin: 0 auto;
  margin-top: 68px;
  border: 16px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 32px;
  font-size: 0px;
}
.pc .controller .section1 .section1_img1 img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.pc .controller .section1 .maobaoli {
  width: calc(var(--section1-maobaoli) * 1px);
  height: 126px;
  background: rgba(0, 104, 255, 0.2);
  -webkit-filter: blur(130px);
  filter: blur(130px);
  position: absolute;
  left: calc(50% - var(--section1-maobaoli) / 2);
  bottom: 0px;
}
.pc .controller .section2 {
  width: 100%;
  min-height: 1044px;
  position: relative;
  padding: 120px 82px 120px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc .controller .section2 .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pc .controller .section2 .left .wenan .title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #121316;
}
.pc .controller .section2 .left .wenan .sub_title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 32px;
  line-height: 60px;
  letter-spacing: -1px;
  color: transparent;
  background-image: linear-gradient(94.81deg, #0068ff 0%, #32e6b0 103.41%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pc .controller .section2 .left .renwu_box {
  position: relative;
  width: calc(var(--section2-left-renwu_box) * 1px);
  height: calc(0.7049180328 * var(--section2-left-renwu_box) * 1px);
  margin-left: 19px;
  margin-top: 48px;
}
.pc .controller .section2 .left .renwu_box .renwu_bg {
  position: absolute;
  width: calc(0.5827123696 * var(--section2-left-renwu_box) * 1px);
  height: calc(0.4157973174 * var(--section2-left-renwu_box) * 1px);
  top: 0px;
  border: 200px solid;
  border-image-source: linear-gradient(
    70.43deg,
    rgba(111, 235, 199, 0.3) 6.71%,
    rgba(84, 196, 248, 0.3) 44.75%,
    rgba(73, 151, 255, 0.3) 93.66%
  );
  -webkit-filter: blur(136px);
  filter: blur(136px);
  left: 0;
}
.pc .controller .section2 .left .renwu_box .renwu_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(0.5007451565 * var(--section2-left-renwu_box) * 1px);
}
.pc .controller .section2 .left .renwu_box .renwu {
  position: absolute;
  width: calc(0.6304023845 * var(--section2-left-renwu_box) * 1px);
  height: calc(0.7421758569 * var(--section2-left-renwu_box) * 1px);
  left: calc(0.2131147541 * var(--section2-left-renwu_box) * 1px);
  top: calc(-0.0149031297 * var(--section2-left-renwu_box) * 1px);
}
.pc .controller .section2 .right {
  max-width: 514px;
  height: 804px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  margin-left: auto;
}
.pc .controller .section2 .right .item {
  width: 100%;
  height: 248px;
  border-radius: 20px;
  border-width: 1px;
  gap: 16px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #dde3eb;
  -webkit-box-shadow: 1px 2px 9px 0px rgba(188, 190, 200, 0.2509803922);
  box-shadow: 1px 2px 9px 0px rgba(188, 190, 200, 0.2509803922);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pc .controller .section2 .right .item .logo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc .controller .section2 .right .item .logo_box .logo {
  width: 64px;
  height: 64px;
}
.pc .controller .section2 .right .item .logo_box .logo img {
  width: 100%;
  height: 100%;
}
.pc .controller .section2 .right .item .logo_box .percent {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -3.75px;
  color: rgba(18, 19, 22, 0.9803921569);
  margin-left: 16px;
}
.pc .controller .section2 .right .item .title {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.75px;
  color: rgba(18, 19, 22, 0.9803921569);
}
.pc .controller .section2 .right .item .desc {
  max-width: 454px;
  min-width: 290px;
  height: 60px;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #7b8090;
}
.pc .controller .section3 {
  padding: 0 32px;
  width: 100%;
}
.pc .controller .section3 .header {
  width: 100%;
  max-width: 1376px;
  height: 382px;
  margin: 0 auto;
  padding-top: 1px;
  background: #f6f8fc;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin: 0 auto;
}
.pc .controller .section3 .header .title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -2.88px;
  text-align: center;
  color: #121316;
  width: 596px;
  margin: 0 auto;
  margin-top: 80px;
}
.pc .controller .section3 .header .title.jianbian {
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(54.99%, #0068ff),
    color-stop(80.58%, #32e6b0)
  );
  background: linear-gradient(90deg, #0068ff 54.99%, #32e6b0 80.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: 0px;
}
.pc .controller .section3 .header .sub_title {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 30px;
}
.pc .controller .section3 .scroll_box {
  background: #f6f8fc;
  padding-top: 1px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.pc .controller .section3 .scroll_box .daohang_box {
  max-width: 1024px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 999px;
  border: 1px solid #dde3eb;
  -webkit-box-shadow: 1px 2px 9px 0px rgba(188, 190, 200, 0.2509803922);
  box-shadow: 1px 2px 9px 0px rgba(188, 190, 200, 0.2509803922);
  background: #fff;
  position: sticky;
  top: 120px;
  margin-top: 23px;
  z-index: 20;
  padding: 0 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pc .controller .section3 .scroll_box .daohang_box .item {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #121316;
  height: 40px;
  border-radius: 999px;
  gap: 10px;
  padding: 11px 24px;
  display: inline-block;
}
.pc .controller .section3 .scroll_box .daohang_box .item.cur {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2880ff),
    to(#0068ff)
  );
  background: linear-gradient(90deg, #2880ff 0%, #0068ff 100%);
  color: #ffffff;
}
@media screen and (min-width: 780px) and (max-width: 1080px) {
  .pc .controller .section3 .scroll_box .daohang_box {
    max-width: 800px;
  }
  .pc .controller .section3 .scroll_box .daohang_box .item {
    font-size: 14px;
    padding: 11px 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 780px) {
  .pc .controller .section3 .scroll_box .daohang_box {
    max-width: 700px;
  }
  .pc .controller .section3 .scroll_box .daohang_box .item {
    font-size: 12px;
    padding: 11px 10px;
  }
}
.pc .controller .section3 .scroll_box .xuanfu {
  max-width: 1376px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pc .controller .section3 .scroll_box .xuanfu .xuanfu_bg {
  max-width: 1376px;
  height: 881px;
  background: url(xuanfu_bg3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0px;
  border-radius: 30px;
}
.pc .controller .section3 .scroll_box .xuanfu .xuanfu_bg.sticky {
  position: fixed;
  top: 0px;
}
.pc .controller .section3 .scroll_box .zuoce {
  margin-left: 76px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pc .controller .section3 .scroll_box .zuoce .step {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pc .controller .section3 .scroll_box .zuoce .step .title1 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 20.16px;
  line-height: 30.25px;
  letter-spacing: 0%;
  color: #0068ff;
}
.pc .controller .section3 .scroll_box .zuoce .step .title2 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 32.26px;
  line-height: 40.33px;
  letter-spacing: -1.21px;
  color: #121316;
  margin-top: 15px;
  margin-bottom: 30px;
  max-width: 495px;
}
.pc .controller .section3 .scroll_box .zuoce .step .title2 span {
  background: linear-gradient(90.01deg, #0068ff 0.01%, #32e6b0 27.89%);
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(54.99%, #0068ff),
    color-stop(80.58%, #32e6b0)
  );
  background: linear-gradient(90deg, #0068ff 54.99%, #32e6b0 80.58%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.pc .controller .section3 .scroll_box .zuoce .step .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.pc .controller .section3 .scroll_box .zuoce .step .item img {
  width: 36px;
  height: 36px;
}
.pc .controller .section3 .scroll_box .zuoce .step .item .miaosu {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 20.16px;
  line-height: 30.25px;
  letter-spacing: 0%;
  color: #121316;
  margin-left: 16px;
  max-width: 441px;
}
.pc .controller .section3 .scroll_box .youce {
  width: calc(var(--section3-xuanfu-youce-width) * 1px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 120px;
  background: url(xuanfu_bg3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  overflow: hidden;
}
.pc .controller .section3 .scroll_box .youce .step {
  top: 120px;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
}
.pc .controller .section3 .scroll_box .youce .step.active {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.pc .controller .section3 .scroll_box .youce .step.aos-animate {
  opacity: 1;
}
.pc .controller .section3 .scroll_box .youce .step .main {
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
}
.pc .controller .section3 .scroll_box .youce .step .fushu {
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
}
.pc .controller .section4 {
  max-width: 1440px;
  width: 100%;
  height: 1394px;
  background: url(section4_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 108px;
}
.pc .controller .section4 .head_title {
  max-width: 1224px;
  height: 120px;
  text-align: center;
  margin: 0 auto;
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -2.88px;
  text-align: center;
  color: rgba(18, 19, 22, 0.9803921569);
}
.pc .controller .section4 .head_title span {
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(41.26%, #0068ff),
    color-stop(64.5%, #32e6b0)
  );
  background: linear-gradient(90deg, #0068ff 41.26%, #32e6b0 64.5%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pc .controller .section4 .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1224px;
  margin: 0 auto;
  padding-top: 60px;
}
.pc .controller .section4 .grid .item {
  max-width: 597px;
  min-height: 260px;
  background-size: 100% 100%;
  background-position: center;
  padding: 30px;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
}
.pc .controller .section4 .grid .item:nth-child(1) {
  background-image: url(section4_card_1.png);
}
.pc .controller .section4 .grid .item:nth-child(2) {
  background-image: url(section4_card_2.png);
}
.pc .controller .section4 .grid .item:nth-child(3) {
  background-image: url(section4_card_3.webp);
}
.pc .controller .section4 .grid .item:nth-child(4) {
  background-image: url(section4_card_4.png);
}
.pc .controller .section4 .grid .item .logo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pc .controller .section4 .grid .item .logo_box .logo {
  width: 64px;
  height: 64px;
}
.pc .controller .section4 .grid .item .logo_box .logo img {
  width: 100%;
  height: 100%;
}
.pc .controller .section4 .grid .item .logo_box .title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.75px;
  color: rgba(18, 19, 22, 0.9803921569);
  margin-left: 16px;
}
.pc .controller .section4 .grid .item .miaosu {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc .controller .section4 .grid .item .miaosu .icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.pc .controller .section4 .grid .item .miaosu .icon img {
  width: 100%;
  height: 100%;
}
.pc .controller .section4 .grid .item .miaosu .word {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Ubuntu;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(18, 19, 22, 0.9803921569);
}
.pc .controller .section4 .grid .item .miaosu .word span {
  font-weight: 700;
}
.pc .controller .section4 .section5 {
  max-width: 1440px;
  width: 100%;
  height: 416px;
  overflow: hidden;
  padding: 108px 0;
  margin-top: 108px;
  position: relative;
}
.pc .controller .section4 .section5 .title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -2.88px;
  text-align: center;
  color: rgba(18, 19, 22, 0.9803921569);
}
.pc .controller .section4 .section5 .title span {
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(51.35%, #0068ff),
    color-stop(85.05%, #32e6b0)
  );
  background: linear-gradient(90deg, #0068ff 51.35%, #32e6b0 85.05%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pc .controller .section4 .section5 .logos-box {
  position: absolute;
  top: 228px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-animation: scroll-left 30s linear infinite;
  animation: scroll-left 30s linear infinite;
}
.pc .controller .section4 .section5 .logos-box .logo-item {
  width: 240px;
  height: 80px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 999px;
  border-width: 1px;
  border: 1px solid #d9d9d9;
  margin-left: 30px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(1) img {
  width: 63px;
  height: 46px;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(2) img {
  width: 90px;
  height: 56px;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(3) img {
  width: 170px;
  height: 56px;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(4) img {
  width: 47px;
  height: 50px;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(5) img {
  width: 60px;
  height: 50px;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(6) img {
  width: 172px;
  height: 36px;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(7) img {
  width: 145px;
  height: 32px;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(8) img {
  width: 136px;
  height: 32px;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(9) img {
  width: 63px;
  height: 46px;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(10) img {
  width: 90px;
  height: 56px;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(11) img {
  width: 170px;
  height: 56px;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(12) img {
  width: 47px;
  height: 50px;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(13) img {
  width: 60px;
  height: 50px;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(14) img {
  width: 172px;
  height: 36px;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(15) img {
  width: 145px;
  height: 32px;
}
.pc .controller .section4 .section5 .logos-box .logo-item:nth-child(16) img {
  width: 136px;
  height: 32px;
}
.pc .controller .section4 .section5 .logos-box:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.pc .controller .section6 {
  max-width: 1440px;
  width: 100%;
  min-height: 908px;
  padding: 16px 32px;
}
.pc .controller .section6 .zhuti {
  max-width: 1376px;
  min-height: 876px;
  background: #f6f8fc;
  border-radius: 30px;
  padding: 108px 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc .controller .section6 .zhuti .left {
  max-width: 388px;
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -2.88px;
  color: rgba(18, 19, 22, 0.9803921569);
}
.pc .controller .section6 .zhuti .left span {
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0068ff),
    color-stop(56.83%, #32e6b0)
  );
  background: linear-gradient(90deg, #0068ff 0%, #32e6b0 56.83%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pc .controller .section6 .zhuti .right {
  max-width: 776px;
  margin-left: 60px;
}
.pc .controller .section6 .zhuti .right .article {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  max-height: 124px;
  max-width: 776px;
}
.pc .controller .section6 .zhuti .right .article.open {
  max-height: 2000px;
}
.pc .controller .section6 .zhuti .right .article.open .description {
  display: block;
}
.pc .controller .section6 .zhuti .right .article.open .biaoti .icon img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pc .controller .section6 .zhuti .right .article .biaoti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.pc .controller .section6 .zhuti .right .article .biaoti .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  border-width: 1px;
  border: 1px solid #dadada;
}
.pc .controller .section6 .zhuti .right .article .description {
  white-space: pre-line;
}
.pc .controller .section6 .zhuti .right .article .title {
  font-weight: bold;
  min-height: 103px;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.75px;
  color: rgba(18, 19, 22, 0.9803921569);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pc .controller .section6 .zhuti .right .article .description {
  display: none;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: rgba(85, 89, 103, 0.9803921569);
  padding-bottom: 30px;
}
.pc .section7 {
  width: 100%;
  height: 392px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  background: #026aff;
}
.pc .section7 .main {
  background-image: url(../section7_bg.jpg);
  max-width: 1376px;
  height: 360px;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.pc .section7 .main .wenan {
  max-width: 1160px;
  height: 60px;
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -2.88px;
  text-align: center;
  color: #fff;
}
.pc .section7 .main .jump {
  height: 48px;
  border-radius: 10px;
  padding-top: 12.5px;
  padding-right: 24px;
  padding-bottom: 12.5px;
  padding-left: 24px;
  gap: 10px;
  background: #ffffff;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  color: rgba(18, 19, 22, 0.9803921569);
  margin-top: 60px;
}
.pc .footer {
  width: 100%;
  height: 436px;
  /* padding-top: 16px; padding-right: 32px; padding-bottom: 32px; padding-left: 32px;  */
  background: #f6f8fc;
}
.pc .footer .main {
  max-width: 1376px;
  height: 387.5px;
  border-radius: 30px;
  padding: 108px;
  margin: 0 auto;
}
.pc .footer .main .upbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 103px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pc .footer .main .copy {
  font-family: Helvetica Neue;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #121316;
}
.pc .footer .main .copy a {
  font-weight: 700;
  color: #0068ff;
}
.pc .footer .main .product {
  font-family: Helvetica Neue;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #121316;
  margin-top: 20px;
}
.pc .footer .main .product a {
  font-weight: 700;
  color: #0068ff;
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .pc .footer .main {
    padding: 108px 0;
  }
}
.mobile {
  display: none;
}
.nav-mobile {
  width: 100%;
  background: #fff;
}
.nav-mobile .nav {
  position: fixed;
  width: 100%;
  height: 90px;
  top: 0rem;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  padding: 0 0;
}
.nav-mobile .nav .daohang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 20px;
}
.nav-mobile .nav .daohang .logo {
  width: 150px;
  height: 30px;
  font-size: 0;
  /* margin-left: 0.32rem;
  margin-right: 1.2rem; */
}
.nav-mobile .nav .daohang .logo img {
  width: 100%;
  height: 100%;
}
.nav-mobile .nav .daohang .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.08rem;
}
.nav-mobile .nav .daohang .menu img {
  width: 30px;
  height: 30px;
}
.nav-mobile .nav .daohang_nr {
  width: 100%;
  padding: 24px;
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-mobile .nav .daohang_nr:focus {
  outline: none;
}
.nav-mobile .nav .daohang_nr .item {
  gap: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #121316;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.nav-mobile .nav .daohang_nr .item .title {
  display: flex;
  align-items: center;
}
.nav-mobile .nav .daohang_nr .item .title img {
  margin-left: 8px;
}
.nav-mobile .nav .daohang_nr .item .sub_item {
  padding: 16px;
  gap: 16px;
  border-radius: 12px;
  border-width: 0.02rem;
  border: 0.02rem solid #ffffff;
  -webkit-backdrop-filter: blur(0.29rem);
  backdrop-filter: blur(0.29rem);
  -webkit-box-shadow: 0.04rem 0.04rem 0.16rem 0.04rem
    rgba(0, 0, 0, 0.0588235294);
  box-shadow: 0.04rem 0.04rem 0.16rem 0.04rem rgba(0, 0, 0, 0.0588235294);
  display: none;
  margin-top: 12px;
}
.nav-mobile .nav .daohang_nr .item .sub_item .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
}
.nav-mobile .nav .daohang_nr .item .sub_item .sub:hover {
  background-color: #f5f5f5;
}
.nav-mobile .nav .daohang_nr .item .sub_item .sub .sub_logo {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}
.nav-mobile .nav .daohang_nr .item .sub_item .sub .sub_logo img {
  width: 32px;
  height: 32px;
}
.nav-mobile .nav .daohang_nr .item .sub_item .sub .sub_text {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #121316;
}
.nav-mobile .nav .daohang_nr .item.active {
  color: #0068ff;
}
.nav-mobile .nav .daohang_nr .item .down {
  width: 18px;
  height: 18px;
}
.nav-mobile .nav .daohang_nr .item.active .down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: invert(17%) sepia(92%) saturate(4999%) hue-rotate(203deg)
    brightness(95%) contrast(93%);
  filter: invert(17%) sepia(92%) saturate(4999%) hue-rotate(203deg)
    brightness(95%) contrast(93%);
}
.nav-mobile .nav .daohang_nr .item.active .sub_item {
  display: -ms-grid;
  display: grid;
}
.nav-mobile .nav .daohang_nr .item:focus {
  outline: none;
}
.nav-mobile .nav .btn {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2880ff),
    to(#0068ff)
  );
  background: linear-gradient(90deg, #2880ff 0%, #0068ff 100%);
  width: 100%;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 20px;
  border-radius: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 20px;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #ffffff;
  text-align: center;
}
.nav-mobile .nav .btn:hover {
  color: #ffffff;
}
.nav-mobile .nav .btn.mobile_btn {
  display: none;
}
.mobile .controller .section1 {
  width: 7.8rem;
  height: 11.16rem;
}
.mobile .controller .section1 .section1_bg {
  background-image: url("mobile/section1_bg.webp");
  background-size: 100%;
  background-position: center;
  width: 7.16rem;
  height: 10.54rem;
  margin: 0 auto;
  padding-top: 0.02rem;
}
.mobile .controller .section1 .section1_bg .title {
  width: 6.52rem;
  height: 1.28rem;
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.64rem;
  letter-spacing: -0.04rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.96rem;
}
.mobile .controller .section1 .section1_bg .title span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90.36deg, #0068ff 44.19%, #32e6b0 79.06%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile .controller .section1 .section1_bg .sub_title {
  width: 6.52rem;
  height: 1.2rem;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(18, 19, 22, 0.9803921569);
  margin: 0 auto;
  margin-top: 0.32rem;
}
.mobile .controller .section1 .section1_bg .btn {
  width: 2.54rem;
  height: 0.8rem;
  padding-top: 0.2rem;
  padding-right: 0.4rem;
  padding-bottom: 0.2rem;
  padding-left: 0.4rem;
  gap: 0.2rem;
  border-radius: 0.2rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2880ff),
    to(#0068ff)
  );
  background: linear-gradient(90deg, #2880ff 0%, #0068ff 100%);
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  margin-top: 0.32rem;
}
.mobile .controller .section1 .section1_bg .imgbox {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.34rem;
}
.mobile .controller .section1 .section1_bg .imgbox .section1_img1 {
  border-radius: 0.14rem;
  border: 0.14rem solid rgba(255, 255, 255, 0.5019607843);
  width: 6.52rem;
  height: 3.74rem;
}
.mobile .controller .section1 .section1_bg .imgbox .section1_img1 img {
  width: 100%;
  height: 100%;
  border-radius: 0.07rem;
}
.mobile .controller .section2 {
  width: 7.8rem;
  height: 6.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.32rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile .controller .section2 .title {
  width: 7.16rem;
  height: 0.64rem;
  gap: 0.12rem;
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.64rem;
  letter-spacing: -0.02rem;
  color: #121316;
  text-align: center;
}
.mobile .controller .section2 .sub_title {
  width: 5.2rem;
  height: 0.6rem;
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.6rem;
  letter-spacing: -0.02rem;
  text-align: center;
  display: inline-block;
  color: transparent;
  background: linear-gradient(94.81deg, #0068ff 0%, #32e6b0 103.41%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile .controller .section2 .miaosu {
  width: 7.16rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.16rem;
  margin-top: 0.48rem;
}
.mobile .controller .section2 .miaosu .item {
  padding: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.02rem solid #dde3eb;
  -webkit-box-shadow: 0.02rem 0.04rem 0.18rem 0rem
    rgba(188, 190, 200, 0.2509803922);
  box-shadow: 0.02rem 0.04rem 0.18rem 0rem rgba(188, 190, 200, 0.2509803922);
  border-radius: 0.2rem;
}
.mobile .controller .section2 .miaosu .item .logo {
  width: 0.64rem;
  height: 0.64rem;
}
.mobile .controller .section2 .miaosu .item .logo img {
  width: 100%;
  height: 100%;
}
.mobile .controller .section2 .miaosu .item .percent {
  width: 100%;
  text-align: center;
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.56rem;
  letter-spacing: -0.04rem;
  text-align: center;
  color: rgba(18, 19, 22, 0.9803921569);
  margin-top: 0.16rem;
}
.mobile .controller .section2 .miaosu .item .title {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: -0.02rem;
  text-align: center;
  vertical-align: middle;
  color: rgba(18, 19, 22, 0.9803921569);
  margin-top: 0.24rem;
  text-align: center;
  width: 100%;
}
.mobile .controller .section2 .miaosu .item .desc {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0%;
  text-align: center;
  color: #7b8090;
  width: 100%;
}
.mobile .controller .section3 {
  width: 7.8rem;
  height: 4rem;
  padding-top: 0.64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile .controller .section3 .title {
  width: 7.16rem;
  height: 1.28rem;
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.64rem;
  letter-spacing: -0.04rem;
  text-align: center;
  color: rgba(18, 19, 22, 0.9803921569);
}
.mobile .controller .section3 .title span {
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(21.79%, #0068ff),
    color-stop(77.37%, #32e6b0)
  );
  background: linear-gradient(90deg, #0068ff 21.79%, #32e6b0 77.37%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile .controller .section3 .miaosu {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  text-align: center;
  color: #121316;
  margin-top: 0.32rem;
  width: 7.16rem;
}
.mobile .controller .section4 {
  width: 7.8rem;
  overflow: hidden;
}
.mobile .controller .section4 .step1 {
  width: 7.8rem;
  height: 11.74rem;
  padding: 0.32rem;
}
.mobile .controller .section4 .step1 .step_box {
  height: 100%;
  width: 100%;
  border-radius: 0.3rem;
  background-image: url("mobile/section4_bg.webp");
  background-size: 100%;
  background-position: bottom;
  background-color: #f6f8fc;
  padding: 0.64rem 0.32rem;
  background-repeat: no-repeat;
}
.mobile .controller .section4 .step1 .step_box .title1 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  color: #0068ff;
}
.mobile .controller .section4 .step1 .step_box .title2 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.6rem;
  letter-spacing: -0.02rem;
  color: #121316;
  margin-top: 0.16rem;
  margin-bottom: 0.48rem;
}
.mobile .controller .section4 .step1 .step_box .title2 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90.01deg, #0068ff 0.01%, #32e6b0 27.89%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile .controller .section4 .step1 .step_box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.32rem;
  font-size: 0;
  margin-bottom: 0.24rem;
}
.mobile .controller .section4 .step1 .step_box .item img {
  width: 0.48rem;
  height: 0.48rem;
}
.mobile .controller .section4 .step1 .step_box .item .miaosu {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  width: 5.56rem;
  margin-left: 0.16rem;
}
.mobile .controller .section4 .step1 .step_box .tupian {
  position: relative;
  margin-top: 0.64rem;
  width: 6.52rem;
  height: 4.66rem;
}
.mobile .controller .section4 .step1 .step_box .tupian .main {
  width: 5.48rem;
  height: 3.28rem;
  position: absolute;
  top: 0rem;
  left: 1.04rem;
}
.mobile .controller .section4 .step1 .step_box .tupian .fushu.fushu1 {
  width: 4.56rem;
  height: 2.38rem;
  position: absolute;
  top: 2.28rem;
  left: 0;
}
.mobile .controller .section4 .step2 {
  width: 7.8rem;
  height: 13.14rem;
  padding: 0.32rem;
}
.mobile .controller .section4 .step2 .step_box {
  height: 100%;
  width: 100%;
  border-radius: 0.3rem;
  background-image: url("mobile/section4_bg.webp");
  background-size: 100%;
  background-position: bottom;
  background-color: #f6f8fc;
  padding: 0.64rem 0.32rem;
  background-repeat: no-repeat;
}
.mobile .controller .section4 .step2 .step_box .title1 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  color: #0068ff;
}
.mobile .controller .section4 .step2 .step_box .title2 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.6rem;
  letter-spacing: -0.02rem;
  color: #121316;
  margin-top: 0.16rem;
  margin-bottom: 0.48rem;
}
.mobile .controller .section4 .step2 .step_box .title2 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90.01deg, #0068ff 0.01%, #32e6b0 27.89%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile .controller .section4 .step2 .step_box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.32rem;
  font-size: 0;
  margin-bottom: 0.24rem;
}
.mobile .controller .section4 .step2 .step_box .item img {
  width: 0.48rem;
  height: 0.48rem;
}
.mobile .controller .section4 .step2 .step_box .item .miaosu {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  width: 5.56rem;
  margin-left: 0.16rem;
}
.mobile .controller .section4 .step2 .step_box .tupian {
  position: relative;
  margin-top: 0.64rem;
  width: 6.52rem;
  height: 4.66rem;
}
.mobile .controller .section4 .step2 .step_box .tupian .main {
  width: 5.44rem;
  height: 3.2rem;
  position: absolute;
  top: 0.32rem;
  left: 0.48rem;
}
.mobile .controller .section4 .step2 .step_box .tupian .fushu.fushu1 {
  width: 1.54rem;
  height: 1.62rem;
  position: absolute;
  top: 2.74rem;
  left: 4.96rem;
}
.mobile .controller .section4 .step2 .step_box .tupian .fushu.fushu2 {
  width: 4.84rem;
  height: 0.3rem;
  position: absolute;
  top: 2.32rem;
  left: 0rem;
}
.mobile .controller .section4 .step2 .step_box .tupian .fushu.fushu3 {
  width: 1.1rem;
  height: 0.5rem;
  position: absolute;
  top: 1.76rem;
  left: 0rem;
}
.mobile .controller .section4 .step2 .step_box .tupian .fushu.fushu4 {
  width: 0.86rem;
  height: 0.5rem;
  position: absolute;
  top: 3.26rem;
  left: 4.02rem;
}
.mobile .controller .section4 .step3 {
  width: 7.8rem;
  height: 13.54rem;
  padding: 0.32rem;
}
.mobile .controller .section4 .step3 .step_box {
  height: 100%;
  width: 100%;
  border-radius: 0.3rem;
  background-image: url("mobile/section4_bg.webp");
  background-size: 100%;
  background-position: bottom;
  background-color: #f6f8fc;
  padding: 0.64rem 0.32rem;
  background-repeat: no-repeat;
}
.mobile .controller .section4 .step3 .step_box .title1 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  color: #0068ff;
}
.mobile .controller .section4 .step3 .step_box .title2 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.6rem;
  letter-spacing: -0.02rem;
  color: #121316;
  margin-top: 0.16rem;
  margin-bottom: 0.48rem;
}
.mobile .controller .section4 .step3 .step_box .title2 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90.01deg, #0068ff 0.01%, #32e6b0 27.89%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile .controller .section4 .step3 .step_box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.32rem;
  font-size: 0;
  margin-bottom: 0.24rem;
}
.mobile .controller .section4 .step3 .step_box .item img {
  width: 0.48rem;
  height: 0.48rem;
}
.mobile .controller .section4 .step3 .step_box .item .miaosu {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  width: 5.56rem;
  margin-left: 0.16rem;
}
.mobile .controller .section4 .step3 .step_box .tupian {
  position: relative;
  margin-top: 0.64rem;
  width: 6.52rem;
  height: 4.66rem;
}
.mobile .controller .section4 .step3 .step_box .tupian .main {
  width: 5.76rem;
  height: 3.38rem;
  position: absolute;
  top: 1rem;
  left: 0rem;
}
.mobile .controller .section4 .step3 .step_box .tupian .fushu.fushu1 {
  width: 2.86rem;
  height: 2.26rem;
  position: absolute;
  top: 0rem;
  left: 3.64rem;
}
.mobile .controller .section4 .step3 .step_box .tupian .fushu.fushu2 {
  width: 1.76rem;
  height: 0.5rem;
  position: absolute;
  top: 0.32rem;
  left: 1.74rem;
}
.mobile .controller .section4 .step3 .step_box .tupian .fushu.fushu3 {
  width: 1.9rem;
  height: 0.5rem;
  position: absolute;
  top: 2.86rem;
  left: 2.48rem;
}
.mobile .controller .section4 .step3 .step_box .tupian .fushu.fushu4 {
  width: 2.02rem;
  height: 0.56rem;
  position: absolute;
  top: 4.1rem;
  left: 0.4rem;
}
.mobile .controller .section4 .step4 {
  width: 7.8rem;
  height: 12.74rem;
  padding: 0.32rem;
}
.mobile .controller .section4 .step4 .step_box {
  height: 100%;
  width: 100%;
  border-radius: 0.3rem;
  background-image: url("mobile/section4_bg.webp");
  background-size: 100%;
  background-position: bottom;
  background-color: #f6f8fc;
  padding: 0.64rem 0.32rem;
  background-repeat: no-repeat;
}
.mobile .controller .section4 .step4 .step_box .title1 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  color: #0068ff;
}
.mobile .controller .section4 .step4 .step_box .title2 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.6rem;
  letter-spacing: -0.02rem;
  color: #121316;
  margin-top: 0.16rem;
  margin-bottom: 0.48rem;
}
.mobile .controller .section4 .step4 .step_box .title2 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90.01deg, #0068ff 0.01%, #32e6b0 27.89%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile .controller .section4 .step4 .step_box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.32rem;
  font-size: 0;
  margin-bottom: 0.24rem;
}
.mobile .controller .section4 .step4 .step_box .item img {
  width: 0.48rem;
  height: 0.48rem;
}
.mobile .controller .section4 .step4 .step_box .item .miaosu {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  width: 5.56rem;
  margin-left: 0.16rem;
}
.mobile .controller .section4 .step4 .step_box .tupian {
  position: relative;
  margin-top: 0.64rem;
  width: 6.52rem;
  height: 4.66rem;
}
.mobile .controller .section4 .step4 .step_box .tupian .main {
  width: 4.86rem;
  height: 2.84rem;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.mobile .controller .section4 .step4 .step_box .tupian .fushu.fushu1 {
  width: 4.86rem;
  height: 2.74rem;
  position: absolute;
  top: 1.9rem;
  left: 1.66rem;
}
.mobile .controller .section4 .step4 .step_box .tupian .fushu.fushu2 {
  width: 0.96rem;
  height: 0.4rem;
  position: absolute;
  top: 3.72rem;
  left: 5.38rem;
}
.mobile .controller .section4 .step5 {
  width: 7.8rem;
  height: 13.54rem;
  padding: 0.32rem;
}
.mobile .controller .section4 .step5 .step_box {
  height: 100%;
  width: 100%;
  border-radius: 0.3rem;
  background-image: url("mobile/section4_bg.webp");
  background-size: 100%;
  background-position: bottom;
  background-color: #f6f8fc;
  padding: 0.64rem 0.32rem;
  background-repeat: no-repeat;
}
.mobile .controller .section4 .step5 .step_box .title1 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  color: #0068ff;
}
.mobile .controller .section4 .step5 .step_box .title2 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.6rem;
  letter-spacing: -0.02rem;
  color: #121316;
  margin-top: 0.16rem;
  margin-bottom: 0.48rem;
}
.mobile .controller .section4 .step5 .step_box .title2 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90.01deg, #0068ff 0.01%, #32e6b0 27.89%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile .controller .section4 .step5 .step_box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.32rem;
  font-size: 0;
  margin-bottom: 0.24rem;
}
.mobile .controller .section4 .step5 .step_box .item img {
  width: 0.48rem;
  height: 0.48rem;
}
.mobile .controller .section4 .step5 .step_box .item .miaosu {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  width: 5.56rem;
  margin-left: 0.16rem;
}
.mobile .controller .section4 .step5 .step_box .tupian {
  position: relative;
  margin-top: 0.64rem;
  width: 6.52rem;
  height: 4.66rem;
}
.mobile .controller .section4 .step5 .step_box .tupian .main {
  width: 4.42rem;
  height: 3.94rem;
  position: absolute;
  top: 0.24rem;
  left: 1.04rem;
}
.mobile .controller .section4 .step5 .step_box .tupian .fushu.fushu1 {
  width: 2.24rem;
  height: 1.36rem;
  position: absolute;
  top: 1.46rem;
  left: 3.72rem;
}
.mobile .controller .section4 .step5 .step_box .tupian .fushu.fushu2 {
  width: 1.72rem;
  height: 0.56rem;
  position: absolute;
  top: 3.84rem;
  left: 3.94rem;
}
.mobile .controller .section4 .step5 .step_box .tupian .fushu.fushu3 {
  width: 2.9rem;
  height: 0.5rem;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
}
.mobile .controller .section4 .step5 .step_box .tupian .fushu.fushu4 {
  width: 0.72rem;
  height: 0.34rem;
  position: absolute;
  top: 3.96rem;
  left: 0.98rem;
}
.mobile .controller .section4 .step5 .step_box .tupian .fushu.fushu5 {
  width: 1.4rem;
  height: 0.9rem;
  position: absolute;
  top: 1.12rem;
  left: 2.26rem;
}
.mobile .controller .section5 {
  width: 7.8rem;
  height: 14.96rem;
  padding: 0.64rem 0.32rem;
  background-size: auto 100%;
  background-image: url("section4_bg.jpg");
  background-position: center;
}
.mobile .controller .section5 .head_title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.64rem;
  letter-spacing: -0.04rem;
  text-align: center;
  color: rgba(18, 19, 22, 0.9803921569);
}
.mobile .controller .section5 .head_title span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90.47deg, #0068ff 27.26%, #32e6b0 59.29%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile .controller .section5 .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.32rem;
  width: 7.16rem;
  margin: 0 auto;
  padding-top: 1.2rem;
}
.mobile .controller .section5 .grid .item {
  width: 3.42rem;
  height: 4.8rem;
  background-size: 100%;
  background-position: center;
  padding: 0.24rem;
  -webkit-filter: drop-shadow(0.04rem 0.04rem 0.1rem rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0.04rem 0.04rem 0.1rem rgba(0, 0, 0, 0.1));
}
.mobile .controller .section5 .grid .item:nth-child(1) {
  background-image: url(mobile/section5_card_1.webp);
}
.mobile .controller .section5 .grid .item:nth-child(2) {
  background-image: url(mobile/section5_card_2.webp);
}
.mobile .controller .section5 .grid .item:nth-child(3) {
  height: 5.44rem;
  background-image: url(mobile/section5_card_3.webp);
}
.mobile .controller .section5 .grid .item:nth-child(4) {
  height: 5.44rem;
  background-image: url(mobile/section5_card_4.webp);
}
.mobile .controller .section5 .grid .item .logo {
  width: 0.64rem;
  height: 0.64rem;
  font-size: 0;
}
.mobile .controller .section5 .grid .item .logo img {
  width: 100%;
  height: 100%;
}
.mobile .controller .section5 .grid .item .title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: -0.02rem;
  color: rgba(18, 19, 22, 0.9803921569);
  margin-top: 0.24rem;
}
.mobile .controller .section5 .grid .item .miaosu {
  margin-top: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
.mobile .controller .section5 .grid .item .miaosu .icon {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.08rem;
}
.mobile .controller .section5 .grid .item .miaosu .icon img {
  width: 100%;
  height: 100%;
}
.mobile .controller .section5 .grid .item .miaosu .word {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0%;
  color: rgba(18, 19, 22, 0.9803921569);
}
.mobile .controller .section5 .grid .item .miaosu .word span {
  font-weight: 700;
}
.mobile .controller .section6 {
  width: 7.8rem;
  height: 4.64rem;
  overflow: hidden;
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
  position: relative;
}
.mobile .controller .section6 .title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.56rem;
  line-height: 0.72rem;
  letter-spacing: -0.04rem;
  text-align: center;
  color: rgba(18, 19, 22, 0.9803921569);
  width: 7.16rem;
  margin: 0 auto;
}
.mobile .controller .section6 .title span {
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(18.72%, #0068ff),
    color-stop(81.56%, #32e6b0)
  );
  background: linear-gradient(90deg, #0068ff 18.72%, #32e6b0 81.56%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile .controller .section6 .logos-box {
  position: absolute;
  top: 3.04rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-animation: scroll-left 30s linear infinite;
  animation: scroll-left 30s linear infinite;
}
.mobile .controller .section6 .logos-box .logo-item {
  width: 2.88rem;
  height: 0.96rem;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 12rem;
  border-width: 0.02rem;
  border: 0.02rem solid #d9d9d9;
  margin-left: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(1) img {
  width: 0.96rem;
  height: 0.76rem;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(2) img {
  width: 1.06rem;
  height: 0.66rem;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(3) img {
  width: 2.04rem;
  height: 0.66rem;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(4) img {
  width: 0.56rem;
  height: 0.6rem;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(5) img {
  width: 0.72rem;
  height: 0.6rem;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(6) img {
  width: 2.06rem;
  height: 0.42rem;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(7) img {
  width: 1.74rem;
  height: 0.38rem;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(8) img {
  width: 1.64rem;
  height: 0.38rem;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(9) img {
  width: 0.96rem;
  height: 0.76rem;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(10) img {
  width: 1.06rem;
  height: 0.66rem;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(11) img {
  width: 2.04rem;
  height: 0.66rem;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(12) img {
  width: 0.56rem;
  height: 0.6rem;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(13) img {
  width: 0.72rem;
  height: 0.6rem;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(14) img {
  width: 2.06rem;
  height: 0.42rem;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(15) img {
  width: 1.74rem;
  height: 0.38rem;
}
.mobile .controller .section6 .logos-box .logo-item:nth-child(16) img {
  width: 1.64rem;
  height: 0.38rem;
}
.mobile .controller .section6 .logos-box:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.mobile .controller .section7 {
  width: 7.8rem;
  min-height: 16.28rem;
  padding: 0.32rem;
}
.mobile .controller .section7 .zhuti {
  width: 7.16rem;
  min-height: 15.6rem;
  background: #f6f8fc;
  border-radius: 0.3rem;
  padding: 0.64rem 0.48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobile .controller .section7 .zhuti .left {
  width: 6.2rem;
  height: 0.64rem;
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.64rem;
  letter-spacing: -0.04rem;
  color: rgba(18, 19, 22, 0.9803921569);
}
.mobile .controller .section7 .zhuti .left span {
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(56.94%, #0068ff),
    color-stop(90.97%, #32e6b0)
  );
  background: linear-gradient(90deg, #0068ff 56.94%, #32e6b0 90.97%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile .controller .section7 .zhuti .right {
  width: 6.2rem;
  margin-top: 0.48rem;
}
.mobile .controller .section7 .zhuti .right .article {
  border-bottom: 0.02rem solid #dadada;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  max-height: 2.08rem;
  width: 6.2rem;
}
.mobile .controller .section7 .zhuti .right .article.open {
  max-height: 16.4rem;
}
.mobile .controller .section7 .zhuti .right .article.open .description {
  display: block;
}
.mobile .controller .section7 .zhuti .right .article.open .biaoti .icon img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile .controller .section7 .zhuti .right .article .biaoti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0.32rem 0rem;
}
.mobile .controller .section7 .zhuti .right .article .biaoti .icon {
  width: 0.64rem;
  height: 0.64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.09rem;
  border-width: 0.02rem;
  border: 0.02rem solid #dadada;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.mobile .controller .section7 .zhuti .right .article .description {
  white-space: pre-line;
}
.mobile .controller .section7 .zhuti .right .article .title {
  font-weight: bold;
  height: 0.96rem;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 0.32rem;
  line-height: 0.48rem;
  letter-spacing: 0%;
  color: rgba(18, 19, 22, 0.9803921569);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile .controller .section7 .zhuti .right .article .description {
  display: none;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  color: rgba(85, 89, 103, 0.9803921569);
  padding-bottom: 0.32rem;
}
.mobile .section8 {
  width: 7.8rem;
  height: 4.7rem;
  background: #036aff;
}
.mobile .section8 .main {
  background-image: url("mobile/section8_bg.webp");
  width: 7.8rem;
  height: 4.7rem;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.mobile .section8 .main .wenan {
  width: 6.2rem;
  height: 1.28rem;
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.64rem;
  letter-spacing: -0.04rem;
  text-align: center;
  text-align: center;
  color: #fff;
}
.mobile .section8 .main .jump {
  width: 6.2rem;
  height: 0.9rem;
  gap: 0.2rem;
  border-radius: 0.2rem;
  padding-top: 0.25rem;
  padding-right: 0.36rem;
  padding-bottom: 0.25rem;
  padding-left: 0.36rem;
  background: #ffffff;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(18, 19, 22, 0.9803921569);
  margin-top: 0.6rem;
}
.mobile .footer {
  width: 7.8rem;
  background: #f6f8fc;
}
.mobile .footer .main {
  width: 7.16rem;
  height: 5.12rem;
  border-radius: 0.3rem;
  padding: 0.64rem 0.48rem;
  margin: 0 auto;
  background: #f6f8fc;
}
.mobile .footer .main .upbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0rem;
}
.mobile .footer .main .upbox img:nth-child(1) {
  width: 2.4rem;
  height: 0.48rem;
}
.mobile .footer .main .upbox img:nth-child(2) {
  width: 6.2rem;
  height: 0.48rem;
  margin-top: 0.64rem;
  margin-bottom: 0.64rem;
}
.mobile .footer .main .copy {
  font-family: Helvetica Neue;
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0%;
  text-align: center;
  color: #121316;
}
.mobile .footer .main .copy a {
  font-weight: 700;
  color: #0068ff;
}
.mobile .footer .main .product {
  font-family: Helvetica Neue;
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0%;
  text-align: center;
  color: #121316;
  margin-top: 0.4rem;
}
.mobile .footer .main .product a {
  font-weight: 700;
  color: #0068ff;
}

.new-footer {
  padding-top: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.5rem;
  background: #f7f8fa;
}

/* Desktop Footer */
.new-footer-desktop {
  max-width: 80rem;
  margin: 0 auto;
  display: none;
}

.new-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}

.new-footer-left {
  display: flex;
  gap: 2rem;
  position: relative;
  border-radius: 1.5rem;
  background-image: url("/wp-content/uploads/2026/09/Zoomable_image_05.webp");
  background-size: 100% 75%;
  background-position: top left;
  background-repeat: no-repeat;
}

.new-footer-left-content {
  position: relative;
  flex: 1;
  left: 1.75rem;
  margin-top: 3rem;
  min-width: 400px;
  min-height: 300px;
}

.new-footer-logo {
  margin-bottom: 2rem;
}

.new-footer-logo img {
  height: 2rem;
  cursor: pointer;
}

.new-footer-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
  font-size: 0.75rem;
  color: #4b5563;
}

.new-footer-location img {
  width: 24px;
  height: 24px;
}

.new-footer-location span {
  font-size: 1rem;
  color: #4b5563;
}

.new-footer-social {
  display: flex;
  gap: 1rem;
}

.new-footer-social a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  text-decoration: none;
}

.new-footer-social img {
  width: 24px;
  height: 24px;
}

.new-footer-social span {
  font-size: 1rem;
  color: #9ca3af;
}

.new-footer-certs {
  flex-shrink: 0;
  position: relative;
  left: -1.7rem;
  top: 1.75rem;
}

.new-footer-certs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.new-footer-cert-item {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #e2ecff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f6fb;
  width: 90px;
  height: 90px;
}

.new-footer-cert-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.new-footer-cert-item:nth-child(2) img {
  transform: scale(1.15);
}

.new-footer-cert-item:nth-child(3) img {
  transform: scale(1.25);
}

.new-footer-cert-item:nth-child(4) img {
  transform: scale(1.25);
}

.new-footer-right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  position: relative;
  margin-top: 2.5rem;
}

.new-footer-column h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-left: 0.75rem;
  color: #4b5563;
  text-align: left;
}

.new-footer-links {
  letter-spacing: 0.07rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: left;
  min-width: 100%;
}

.new-footer-links a {
  color: #4b5563;
  text-decoration: none;
  font-size: 0.875rem;
  text-align: left;
  white-space: nowrap;
}

.new-footer-bottom {
  min-height: 60px;
  border-top: 1px solid #d1d5db;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #6b7280;
}

.new-footer-bottom-links {
  display: flex;
  gap: 1.25rem;
}

.new-footer-bottom a {
  color: #6b7280;
  text-decoration: none;
}

/* Mobile Footer */
.new-footer-mobile {
  display: flex;
  gap: 2rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  position: relative;
  border-radius: 1.5rem;
  min-height: 152px;
  background-image: url("/wp-content/uploads/2026/09/Zoomable_image_05.webp");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.new-footer-mobile-content {
  position: relative;
  flex: 1;
  left: 24px;
  top: 24px;
  min-width: 400px;
  min-height: 100px;
}

.new-footer-mobile-logo {
  margin-bottom: 6px;
}

.new-footer-mobile-logo img {
  height: 16px;
}

.new-footer-mobile-location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 12px;
  color: #4b5563;
}

.new-footer-mobile-location img {
  width: 8px;
  height: 8px;
}

.new-footer-mobile-location span {
  font-size: 8px;
  color: #4b5563;
}

.new-footer-mobile-social {
  display: flex;
  gap: 16px;
}

.new-footer-mobile-social a {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  text-decoration: none;
}

.new-footer-mobile-social img {
  width: 8px;
  height: 8px;
}

.new-footer-mobile-social span {
  font-size: 8px;
  color: #9ca3af;
}

.new-footer-mobile-certs {
  flex-shrink: 0;
  position: absolute;
  display: block;
  right: 3%;
  top: 12px;
}

.new-footer-mobile-certs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.new-footer-mobile-cert-item {
  width: 60px;
  height: 60px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #e2ecff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f6fb;
}

.new-footer-mobile-cert-item img {
  transform: scale(1.5);
  object-fit: contain;
}

.new-footer-mobile-bottom {
  letter-spacing: 0.64px;
  min-height: 40px;
  font-size: 8px;
  border-top: 1px solid #d1d5db;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6b7280;
}

.new-footer-mobile-bottom-links {
  display: flex;
  font-size: 8px;
  gap: 32px;
}

.new-footer-mobile-bottom a {
  color: #0068ff;
  text-decoration: none;
}

/* Responsive Display */
@media screen and (min-width: 769px) {
  .new-footer-desktop {
    display: block !important;
  }
  .new-footer-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .new-footer-desktop {
    display: none !important;
  }
  .new-footer-mobile {
    display: flex !important;
  }
}

/* nav_box 断点：<1024 显示 mobile nav，>=1024 显示 pc nav */
.nav-mobile {
  display: block;
}
.nav-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .nav-mobile {
    display: none !important;
  }
  .nav-pc {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc .controller {
    margin: 90px auto 0;
  }
  .mobile .controller {
    margin: 90px auto 0;
  }
}
