@charset "UTF-8";
:root {
  --full_width: 1440;
}
body {
  background: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
.pc {
  display: none;
}
.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 27.4%;
}
@media screen and (min-width: 769px) {
  .pc .nav_box .nav {
    padding: 0 9.7% !important;
  }
}
@media screen and (min-width: 2560px) {
  .pc .nav_box .nav {
    padding: 0 27.4% !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: 320px;
  min-height: 112px;
  left: -80px;
}
.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: 220px;
  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: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;
  overflow: hidden;
}
.pc .controller .section1 {
  width: 100%;
  position: relative;
  padding-top: 1px;
  text-align: center;
}
.pc .controller .section1 .section1_bg {
  max-width: 1376px;
  width: 100%;
  height: calc(0.5277777778 * var(--full_width) * 1px);
  z-index: 9;
  margin: 0 auto;
  background-image: url(/wp-content/2025/recruitment/analytics/section1_bg.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 1px;
}
.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 .word1 {
  margin-top: calc(0.1666666667 * var(--full_width) * 1px);
}
.pc .controller .section1 .word2 span {
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0068ff),
    to(#32e6b0)
  );
  background: linear-gradient(90deg, #0068ff 0%, #32e6b0 100%);
  -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: 850px;
  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;
}
@media screen and (min-width: 769px) and (max-width: 1044px) {
  .pc .controller .section1 .word1,
  .pc .controller .section1 .word2 {
    font-size: 40px;
    line-height: 52px;
    z-index: 10;
    position: relative;
  }
  .pc .controller .section1 .word1 {
    margin-top: calc(0.0833333333 * var(--full_width) * 1px);
  }
}
.pc .controller .section2 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  padding: 0 108px;
}
.pc .controller .section2 .head {
  padding: 128px 0 96px 0;
}
.pc .controller .section2 .head .word1,
.pc .controller .section2 .head .word2 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 45px;
  line-height: 56px;
  letter-spacing: -2.88px;
  text-align: center;
}
.pc .controller .section2 .head .word1 span,
.pc .controller .section2 .head .word2 span {
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(32.31%, #0068ff),
    color-stop(69.42%, #32e6b0)
  );
  background: linear-gradient(90deg, #0068ff 32.31%, #32e6b0 69.42%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pc .controller .section2 .head .word3 {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 30px;
}
.pc .controller .section2 .item_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 32px 0;
}
.pc .controller .section2 .item_box .img {
  width: 100%;
}
.pc .controller .section2 .item_box .img img {
  width: 100%;
}
.pc .controller .section2 .item_box .text_box {
  width: 100%;
  margin-left: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #121316;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pc .controller .section2 .item_box .text_box .title {
  max-width: 531px;
  font-family: Unna;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
}
.pc .controller .section2 .item_box .text_box .title span {
  font-weight: 700;
}
.pc .controller .section2 .item_box .text_box .desc {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  margin-top: 32px;
  margin-bottom: 32px;
  max-width: 531px;
}
.pc .controller .section2 .item_box .text_box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 531px;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pc .controller .section2 .item_box .text_box .item img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.pc .controller .section2 .item_box .text_box .item .miaosu {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
}
.pc .controller .section2 .item_box.right .text_box {
  margin-left: 0px;
}
.pc .controller .section2 .item_box.right .img {
  margin-left: 64px;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .pc .controller .section2 {
    padding: 0 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pc .controller .section2 {
    padding: 0 60px;
  }
  .pc .controller .section2 .head {
    padding: 78px 0 46px 0;
  }
  .pc .controller .section2 .head .word1,
  .pc .controller .section2 .head .word2 {
    font-size: 32px;
  }
  .pc .controller .section2 .head .word3 {
    font-size: 20px;
  }
  .pc .controller .section2 .item_box .text_box {
    margin-left: 32px;
  }
  .pc .controller .section2 .item_box .text_box .title {
    font-size: 28px;
    line-height: 36px;
  }
  .pc .controller .section2 .item_box .text_box .title span {
    font-weight: 700;
  }
  .pc .controller .section2 .item_box .text_box .desc {
    font-size: 16px;
    line-height: 24px;
  }
  .pc .controller .section2 .item_box .text_box .item {
    margin-bottom: 8px;
  }
  .pc .controller .section2 .item_box .text_box .item img {
    width: 24px;
    height: 24px;
  }
  .pc .controller .section2 .item_box .text_box .item .miaosu {
    font-size: 14px;
  }
  .pc .controller .section2 .item_box.right .text_box {
    margin-left: 0px;
  }
  .pc .controller .section2 .item_box.right .img {
    margin-left: 32px;
  }
}
.pc .controller .section3 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
}
.pc .controller .section3 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 68px;
  padding-bottom: 36px;
  padding-left: 108px;
  padding-right: 108px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pc .controller .section3 .head .title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 45px;
  line-height: 56px;
  letter-spacing: -2.88px;
}
.pc .controller .section3 .head .title span {
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(19.45%, #0068ff),
    color-stop(69.25%, #32e6b0)
  );
  background: linear-gradient(90deg, #0068ff 19.45%, #32e6b0 69.25%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pc .controller .section3 .head .opt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pc .controller .section3 .head .opt .left_btn {
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.pc .controller .section3 .head .opt .right_btn {
  width: 64px;
  height: 64px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 32px;
  cursor: pointer;
}
.pc .controller .section3 .banner_box {
  width: 100%;
  overflow: hidden;
  padding-left: 108px;
  position: relative;
}
.pc .controller .section3 .banner_box .banner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(0.3645833333 * var(--full_width) * 1px)) [5];
  grid-template-columns: repeat(
    5,
    calc(0.3645833333 * var(--full_width) * 1px)
  );
  gap: 30px;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.pc .controller .section3 .banner_box .biaoqian {
  width: 100%;
  text-align: center;
  height: 8px;
  margin-top: 32px;
  margin-bottom: 64px;
}
.pc .controller .section3 .banner_box .biaoqian a {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: rgba(18, 19, 22, 0.2);
  color: transparent;
}
.pc .controller .section3 .banner_box .biaoqian .cur {
  width: 24px;
  background: #0068ff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pc .controller .section3 .head .title {
    font-family: Ubuntu;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: -2.88px;
  }
  .pc .controller .section3 .head .opt .left_btn {
    width: 48px;
    height: 48px;
  }
  .pc .controller .section3 .head .opt .right_btn {
    width: 48px;
    height: 48px;
  }
}
.pc .controller .section4 {
  width: 100%;
  padding: 0 108px;
  background-image: url(/wp-content/2025/recruitment/analytics/section4_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.pc .controller .section4 .head {
  width: 100%;
  padding-top: 120px;
  padding-right: 108px;
  padding-bottom: 64px;
  padding-left: 108px;
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 45px;
  line-height: 56px;
  letter-spacing: -2.88px;
  text-align: center;
}
.pc .controller .section4 .head span {
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(16.98%, #0068ff),
    color-stop(54.04%, #32e6b0)
  );
  background: linear-gradient(90deg, #0068ff 16.98%, #32e6b0 54.04%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pc .controller .section4 .banner_box {
  position: relative;
  min-height: 651px;
  -webkit-transition: -webkit-transform 0.8s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1); /* 点击动画 */
}
.pc .controller .section4 .banner_box .item {
  max-width: calc(0.45625 * var(--full_width) * 1px);
  border-radius: 16px;
  padding: 12px;
  background: #ffffff;
  -webkit-backdrop-filter: blur(10.5113325119px);
  backdrop-filter: blur(10.5113325119px);
  -webkit-box-shadow: 1.46px 1.46px 5.84px 1.46px rgba(0, 0, 0, 0.0588235294);
  box-shadow: 1.46px 1.46px 5.84px 1.46px rgba(0, 0, 0, 0.0588235294);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 50%;
  margin-left: calc(-0.45625 * var(--full_width) * 1px / 2);
}
.pc .controller .section4 .banner_box .item .hr {
  width: 100%;
  height: 10px;
  border-radius: 999px;
}
.pc .controller .section4 .banner_box .item .hr.one {
  background: #582df2;
}
.pc .controller .section4 .banner_box .item .hr.two {
  background: #0068ff;
}
.pc .controller .section4 .banner_box .item .hr.three {
  background: #32e6b0;
}
.pc .controller .section4 .banner_box .item .content {
  padding: 42px 64px 64px;
}
.pc .controller .section4 .banner_box .item .content .desc {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.75px;
  text-align: center;
  color: rgba(18, 19, 22, 0.9803921569);
  margin-bottom: 48px;
}
.pc .controller .section4 .banner_box .item .content .ren {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.pc .controller .section4 .banner_box .item .content .ren .headimg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}
.pc .controller .section4 .banner_box .item .content .ren .headimg img {
  width: 100%;
}
.pc .controller .section4 .banner_box .item .content .ren .name {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(18, 19, 22, 0.9803921569);
}
.pc .controller .section4 .banner_box .item .content .ren .jianjie {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(85, 89, 103, 0.9803921569);
}
@-webkit-keyframes clickRotateZoom {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes clickRotateZoom {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pc .controller .section4 .banner_box .item .content {
    padding: 12px 24px 24px;
  }
  .pc .controller .section4 .banner_box .item .content .desc {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .pc .controller .section4 .banner_box .item .content .ren .headimg {
    width: 60px;
    height: 60px;
  }
  .pc .controller .section4 .banner_box .item .content .ren .name {
    font-size: 14px;
  }
  .pc .controller .section4 .banner_box .item .content .ren .jianjie {
    font-size: 14px;
  }
}
.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;
}
.mobile .nav_box {
  width: 100%;
  height: 1.28rem;
  background: #fff;
}
.mobile .nav_box .nav {
  position: fixed;
  width: 100%;
  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;
  padding: 0.2rem 0;
}
.mobile .nav_box .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%;
}
.mobile .nav_box .nav .daohang .logo {
  width: 2.4rem;
  height: 0.48rem;
  font-size: 0;
  margin-left: 0.32rem;
  margin-right: 1.2rem;
}
.mobile .nav_box .nav .daohang .logo img {
  width: 100%;
  height: 100%;
}
.mobile .nav_box .nav .daohang .menu {
  width: 0.96rem;
  height: 0.96rem;
  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;
}
.mobile .nav_box .nav .daohang .menu img {
  width: 0.48rem;
  height: 0.48rem;
}
.mobile .nav_box .nav .daohang_nr {
  width: 100%;
  padding: 0.32rem 0.48rem;
  display: none;
}
.mobile .nav_box .nav .daohang_nr:focus {
  outline: none;
}
.mobile .nav_box .nav .daohang_nr .item {
  gap: 0.04rem;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 0.32rem;
  line-height: 0.48rem;
  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);
}
.mobile .nav_box .nav .daohang_nr .item .title img {
  vertical-align: bottom;
}
.mobile .nav_box .nav .daohang_nr .item .sub_item {
  padding: 0.32rem;
  gap: 0.32rem;
  border-radius: 0.12rem;
  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: 0.24rem;
}
.mobile .nav_box .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;
}
.mobile .nav_box .nav .daohang_nr .item .sub_item .sub .sub_logo {
  width: 0.64rem;
  height: 0.64rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.16rem;
}
.mobile .nav_box .nav .daohang_nr .item .sub_item .sub .sub_logo img {
  width: 0.64rem;
  height: 0.64rem;
}
.mobile .nav_box .nav .daohang_nr .item .sub_item .sub .sub_text {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 0.32rem;
  line-height: 0.48rem;
  letter-spacing: 0%;
  color: #121316;
}
.mobile .nav_box .nav .daohang_nr .item:hover {
  color: #0068ff;
}
.mobile .nav_box .nav .daohang_nr .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%);
}
.mobile .nav_box .nav .daohang_nr .item:hover .sub_item {
  display: -ms-grid;
  display: grid;
}
.mobile .nav_box .nav .daohang_nr .item:focus {
  outline: none;
}
.mobile .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: 6.84rem;
  height: 0.8rem;
  gap: 0.2rem;
  border-radius: 0.2rem;
  padding-top: 0.2rem;
  padding-right: 0.4rem;
  padding-bottom: 0.2rem;
  padding-left: 0.4rem;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  color: #ffffff;
  text-align: center;
}
.mobile .nav_box .nav .btn:hover {
  color: #ffffff;
}
.mobile .nav_box .nav .btn.mobile_btn {
  display: none;
}
.mobile .controller .section1 {
  width: 7.8rem;
  height: 7.18rem;
}
.mobile .controller .section1 .section1_bg {
  background-image: url("mobile/section1_bg.jpg");
  background-size: 100%;
  background-position: center;
  width: 7.16rem;
  height: 6.88rem;
  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: 2.24rem;
}
.mobile .controller .section1 .section1_bg .title span {
  display: 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 .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 .section2 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  padding: 0 0.32rem;
}
.mobile .controller .section2 .head {
  padding: 0.32rem 0;
}
.mobile .controller .section2 .head .word1 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0%;
  text-align: center;
  color: #0068ff;
}
.mobile .controller .section2 .head .word2 {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.6rem;
  letter-spacing: -0.04rem;
  text-align: center;
}
.mobile .controller .section2 .head .word2 span {
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(73.04%, #0068ff),
    color-stop(91.48%, #32e6b0)
  );
  background: linear-gradient(90deg, #0068ff 73.04%, #32e6b0 91.48%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile .controller .section2 .head .word3 {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 0.32rem;
}
.mobile .controller .section2 .item_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [20];
  grid-template-columns: repeat(20, 1fr);
  gap: 0.32rem;
  padding: 0.32rem 0;
}
.mobile .controller .section2 .item_box .img {
  width: 100%;
  -ms-grid-column-span: 7;
  grid-column: span 7;
}
.mobile .controller .section2 .item_box .img img {
  width: 100%;
}
.mobile .controller .section2 .item_box .text_box {
  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;
  color: #121316;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-column-span: 13;
  grid-column: span 13;
}
.mobile .controller .section2 .item_box .text_box .title {
  max-width: 4.36rem;
  font-family: Unna;
  font-weight: 400;
  font-style: italic;
  font-size: 0.32rem;
  line-height: 0.48rem;
  letter-spacing: 0rem;
}
.mobile .controller .section2 .item_box .text_box .title span {
  font-weight: 700;
}
.mobile .controller .section2 .item_box .text_box .title.last {
  margin-bottom: 0.24rem;
}
.mobile .controller .section2 .item_box .text_box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.08rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile .controller .section2 .item_box .text_box .item img {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.16rem;
}
.mobile .controller .section2 .item_box .text_box .item .miaosu {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.28rem;
  letter-spacing: 0%;
  color: #121316;
}
.mobile .controller .section3 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
}
.mobile .controller .section3 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.64rem;
  padding-bottom: 0.16rem;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile .controller .section3 .head .title {
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.6rem;
  letter-spacing: -0.04rem;
  text-align: center;
}
.mobile .controller .section3 .head .title span {
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(28.91%, #0068ff),
    color-stop(88.96%, #32e6b0)
  );
  background: linear-gradient(90deg, #0068ff 28.91%, #32e6b0 88.96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile .controller .section3 .banner_box {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.32rem;
}
.mobile .controller .section3 .banner_box .banner .item {
  width: 5.6rem;
}
.mobile .controller .section3 .banner_box .biaoqian {
  width: 100%;
  text-align: center;
  height: 0.16rem;
  margin-top: 0.32rem;
  margin-bottom: 0.64rem;
}
.mobile .controller .section3 .banner_box .biaoqian a {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 1.98rem;
  background: rgba(18, 19, 22, 0.2);
  color: transparent;
}
.mobile .controller .section3 .banner_box .biaoqian .cur {
  width: 0.24rem;
  background: #0068ff;
}
.mobile .controller .section4 {
  width: 100%;
  padding: 0 0.32rem;
  background-image: url(/wp-content/2025/recruitment/analytics/section4_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-perspective: 24rem;
  perspective: 24rem;
}
.mobile .controller .section4 .head {
  width: 100%;
  padding-top: 0.64rem;
  padding-right: 0.32rem;
  padding-bottom: 0.16rem;
  padding-left: 0.32rem;
  font-family: Ubuntu;
  font-weight: 700;
  font-size: 0.4rem;
  line-height: 0.6rem;
  letter-spacing: -0.04rem;
  text-align: center;
  color: rgba(18, 19, 22, 0.9803921569);
}
.mobile .controller .section4 .head span {
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(13.69%, #0068ff),
    color-stop(55.31%, #32e6b0)
  );
  background: linear-gradient(90deg, #0068ff 13.69%, #32e6b0 55.31%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile .controller .section4 .banner_box {
  position: relative;
  min-height: 3.86rem;
  -webkit-transition: -webkit-transform 0.8s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile .controller .section4 .banner_box .item {
  max-width: 3.84rem;
  border-radius: 0.08rem;
  padding: 0.08rem;
  background: #ffffff;
  -webkit-backdrop-filter: blur(0.08rem);
  backdrop-filter: blur(0.08rem);
  -webkit-box-shadow: 0.01rem 0.01rem 0.05rem 0.01rem
    rgba(0, 0, 0, 0.0588235294);
  box-shadow: 0.01rem 0.01rem 0.05rem 0.01rem rgba(0, 0, 0, 0.0588235294);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 50%;
  margin-left: -1.92rem;
}
.mobile .controller .section4 .banner_box .item .hr {
  width: 100%;
  height: 0.06rem;
  border-radius: 5.84rem;
}
.mobile .controller .section4 .banner_box .item .hr.one {
  background: #582df2;
}
.mobile .controller .section4 .banner_box .item .hr.two {
  background: #0068ff;
}
.mobile .controller .section4 .banner_box .item .hr.three {
  background: #32e6b0;
}
.mobile .controller .section4 .banner_box .item .content {
  padding: 0.24rem 0.36rem 0.36rem;
}
.mobile .controller .section4 .banner_box .item .content .desc {
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 0.14rem;
  line-height: 0.19rem;
  letter-spacing: -0rem;
  text-align: center;
  color: rgba(18, 19, 22, 0.9803921569);
  margin-bottom: 0.28rem;
}
.mobile .controller .section4 .banner_box .item .content .ren {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.mobile .controller .section4 .banner_box .item .content .ren .headimg {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.08rem;
}
.mobile .controller .section4 .banner_box .item .content .ren .headimg img {
  width: 100%;
}
.mobile .controller .section4 .banner_box .item .content .ren .name {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.19rem;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(18, 19, 22, 0.9803921569);
}
.mobile .controller .section4 .banner_box .item .content .ren .jianjie {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.16rem;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(85, 89, 103, 0.9803921569);
}
.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.png");
  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;
  height: 5.76rem;
  padding: 0.32rem;
  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 Styles */
.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.png");
  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.png");
  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;
  }
}
