@charset "UTF-8";
.section-introduction {
  width: 100%;
  height: 1317px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.section-introduction .section-introduction-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.section-introduction .introduction-container {
  width: 100%;
  padding: 58px 0 0 0;
}
.section-introduction .introduction-container .container-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.section-introduction .introduction-container .container-wrap .left-division {
  max-width: 1250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*  头部下拉框*/
}
.section-introduction .introduction-container .container-wrap .left-division .bold-color {
  color: #FC5105;
}
.section-introduction .introduction-container .container-wrap .left-division .division-title-top {
  font-size: 18px;
  color: #21262C;
}
.section-introduction .introduction-container .container-wrap .left-division .division-title-top .fs24 {
  font-size: 24px;
}
.section-introduction .introduction-container .container-wrap .left-division .division-title {
  font-weight: bold;
  font-size: 56px;
  color: #20262E;
  line-height: 70px;
  text-align: center;
  margin: 10px 0 16px;
}
.section-introduction .introduction-container .container-wrap .left-division .division-des {
  font-weight: 400;
  font-size: 20px;
  color: #4E5969;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.section-introduction .introduction-container .container-wrap .left-division .main-img {
  width: 1100px;
  height: 100%;
  margin-top: 50px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 10px 40px 1px rgba(252, 81, 5, 0.2);
}
.section-introduction .introduction-container .container-wrap .left-division .platform-title {
  font-weight: bold;
  font-size: 50px;
  color: #21262C;
  text-align: center;
}
.section-introduction .introduction-container .container-wrap .left-division .division-btn {
  display: flex;
  margin-top: 46px;
}
.section-introduction .introduction-container .container-wrap .left-division .free-use {
  height: 54px;
  font-size: 16px;
  border-radius: 12px;
  margin-right: 16px;
}
.section-introduction .introduction-container .container-wrap .left-division .free-use .text {
  color: #FFFFFF;
}
.section-introduction .introduction-container .container-wrap .left-division .free-use img {
  width: 18px;
  height: 18px;
}
.section-introduction .introduction-container .container-wrap .left-division .selectric-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  width: 182px !important;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px 8px 8px 8px;
}
.section-introduction .introduction-container .container-wrap .left-division .selectric-wrapper:hover {
  background: rgba(0, 0, 0, 0.1);
}
.section-introduction .introduction-container .container-wrap .left-division .selectric .label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #21262C;
}
.section-introduction .introduction-container .container-wrap .left-division .selectric .label img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.section-introduction .introduction-container .container-wrap .left-division .selectric-items {
  width: 182px !important;
  padding: 6px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #F2F3F5;
  margin-top: 5px;
  overflow: hidden;
}
.section-introduction .introduction-container .container-wrap .left-division .selectric-items img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.section-introduction .introduction-container .container-wrap .left-division .selectric .button {
  background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23999' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
  background-size: 10px 6px;
}
.section-introduction .introduction-container .container-wrap .left-division .selectric-open .selectric .button {
  background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5l4-4 4 4' stroke='%23999' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
  background-size: 10px 6px;
}
.section-introduction .introduction-container .container-wrap .left-division .selectric-items li {
  display: flex;
  align-items: center;
  border-radius: 6px 6px 6px 6px;
  color: #21262C;
}
.section-introduction .introduction-container .container-wrap .left-division .selectric-items li.selected {
  font-weight: bold;
  position: relative;
}
.section-introduction .introduction-container .container-wrap .left-division .selectric-items li.highlighted {
  background: none;
}
.section-introduction .introduction-container .container-wrap .left-division .selectric-items li.selected::after {
  content: "";
  position: absolute;
  right: 10px;
}
.section-introduction .introduction-container .container-wrap .left-division .selectric-items li:hover {
  background: #F1F2F3;
  color: #21262C;
}
.section-introduction .introduction-container .container-wrap .left-division .selectric {
  border-radius: 6px;
  border-color: #ccc;
}
.section-introduction .introduction-container .container-wrap .right-img {
  width: 596px;
  flex-shrink: 0;
}

.section-questions {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-questions .questions-container {
  width: 1200px;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-questions .questions-container .container-title {
  font-weight: bold;
  font-size: 32px;
  color: #21262C;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
.section-questions .questions-container .questions-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.section-questions .questions-container .questions-list .list-item {
  width: 580px;
  padding: 32px 36px 39px 40px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EBEBEB;
  display: flex;
  align-items: start;
  gap: 20px;
}
.section-questions .questions-container .questions-list .list-item .item-icon {
  width: 34px;
}
.section-questions .questions-container .questions-list .list-item .item-right .right-questions {
  font-weight: 500;
  font-size: 20px;
  color: #21262C;
  margin-bottom: 10px;
}
.section-questions .questions-container .questions-list .list-item .item-right .right-answer {
  font-weight: 400;
  font-size: 14px;
  color: #8F959E;
  line-height: 24px;
}

.section-platform {
  width: 100%;
  background: #FFF;
  display: flex;
  justify-content: center;
}
.section-platform .platform-container {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-platform .platform-container .platform-title {
  font-weight: bold;
  font-size: 50px;
  color: #21262C;
  text-align: center;
}
.section-platform .platform-container .platform-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 21px;
  padding: 27px 0 89px;
}
.section-platform .platform-container .platform-list .list-item {
  width: 186px;
  height: 84px;
  margin-bottom: 16px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  border: 1px solid #E8E8EA;
}
.section-platform .platform-container .platform-list .list-item .platform-img {
  width: 100%;
  height: 100%;
}
.section-platform .platform-container .platform-list .list-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.section-function {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #F5F6F7;
}
.section-function .mobile-function-container {
  display: none;
}
.section-function .function-container {
  width: 1200px;
  padding: 90px 0 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 160px;
}
.section-function .function-container .function-item {
  width: 100%;
  height: 420px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-function .function-container .function-item .item-description {
  max-width: 452px;
}
.section-function .function-container .function-item .item-description .description-title {
  font-weight: bold;
  font-size: 40px;
  color: #21262C;
  margin-bottom: 32px;
  line-height: 1.3;
}
.section-function .function-container .function-item .item-description .description-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-function .function-container .function-item .item-description .description-content .content-item {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 22px 24px;
  border-radius: 12px;
  cursor: pointer;
  padding-right: 15px;
  width: 438px;
}
.section-function .function-container .function-item .item-description .description-content .content-item.active {
  background-color: #fff;
}
.section-function .function-container .function-item .item-description .description-content .content-item .ul-list {
  padding-left: 55px;
  margin-top: 16px;
  display: none;
  opacity: 0;
}
.section-function .function-container .function-item .item-description .description-content .content-item .ul-list.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.section-function .function-container .function-item .item-description .description-content .content-item .ul-list li {
  font-size: 14px;
  margin-bottom: 3px;
  list-style: disc;
  line-height: 1.5;
  color: #8F959E;
}
.section-function .function-container .function-item .item-description .description-content .content-item .content-item-title {
  display: flex;
  font-weight: bold;
  font-size: 20px;
  color: #21262C;
}
.section-function .function-container .function-item .item-description .description-content .content-item .content-item-title .icon-img {
  width: 26px;
  height: 26px;
  margin-right: 16px;
}
.section-function .function-container .function-item .item-description .description-content .content-item .content-item-text {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.section-function .function-container .function-item .item-description .description-content .content-item .content-item-text span {
  line-height: 16px;
}
.section-function .function-container .function-item .item-description .description-content .content-item .content-item-text p {
  font-weight: 400;
  font-size: 14px;
  color: #8F959E;
  line-height: 24px;
}
.section-function .function-container .function-item .item-description .description-btn {
  margin-top: 24px;
}
.section-function .function-container .function-item .item-description .description-btn .btn-more {
  height: 54px;
}
.section-function .function-container .function-item .item-description .description-btn .btn-more .arrow_right {
  margin-left: 4px;
}
.section-function .function-container .function-item .item-description .description-btn .btn-more .arrow_right svg {
  transition: all 0.4s;
}
.section-function .function-container .function-item .item-description .description-btn .btn-more:hover .arrow_right svg {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  stroke: #fff;
}
.section-function .function-container .function-item .item-description .customer-service {
  max-width: 378px;
  font-weight: 400;
  font-size: 14px;
  color: #8F959E;
  line-height: 24px;
}
.section-function .function-container .function-item .item-description .customer-service .service-link {
  font-size: 14px;
  color: #FC5105;
  cursor: pointer;
}
.section-function .function-container .function-item .img-container {
  overflow: hidden;
}
.section-function .function-container .function-item .img-container .item-img {
  display: none;
  width: 700px;
  border-radius: 16px;
  flex-shrink: 0;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.section-function .function-container .function-item .img-container .item-img.active {
  display: block;
  opacity: 1;
  transform: scale(1);
}

.section-reason {
  width: 100%;
  background: #F5F6F7;
  display: flex;
  justify-content: center;
}
.section-reason .mobile-reason-container {
  display: none;
}
.section-reason .reason-container {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-reason .reason-container .reason-title {
  padding: 40px 0 80px 0;
  font-weight: bold;
  font-size: 50px;
  color: #21262C;
  text-align: center;
}
.section-reason .reason-container .reason-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section-reason .reason-container .reason-list .list-item {
  width: 377px;
  padding: 40px 28px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  cursor: pointer;
}
.section-reason .reason-container .reason-list .list-item .img-item {
  width: 64px;
  height: 64px;
}
.section-reason .reason-container .reason-list .list-item .img-item img {
  width: 100%;
  height: 100%;
}
.section-reason .reason-container .reason-list .list-item .title-item {
  margin: 20px 0 16px 0;
  font-weight: bold;
  font-size: 20px;
  color: #21262C;
}
.section-reason .reason-container .reason-list .list-item .desc-item {
  font-weight: 400;
  font-size: 16px;
  color: #21262C;
  line-height: 24px;
}

.section-evaluate-mobile {
  display: none;
}

.section-evaluate-swiper {
  display: block;
  width: 100%;
  background: #F5F6F7 !important;
  display: flex;
  justify-content: center;
}
.section-evaluate-swiper .evaluate-container {
  overflow: hidden;
  width: 100%;
  padding: 0px 0 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-evaluate-swiper .evaluate-container .evaluate-title {
  padding: 160px 0 80px 0;
  font-weight: bold;
  font-size: 50px;
  color: #21262C;
  text-align: center;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container {
  width: 100%;
  height: 342px;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container .swiper-bottom {
  height: 100%;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container .swiper-bottom:hover .swiper-wrapper {
  animation-play-state: paused;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
  height: 100%;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container .swiper-wrapper .list-item {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 100%;
  padding: 50px 32px 48px 48px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin-right: 20px;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container .swiper-wrapper .list-item .img-item {
  width: 145px;
  height: 20px;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container .swiper-wrapper .list-item .img-item img {
  width: 100%;
  height: 100%;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container .swiper-wrapper .list-item .person-item {
  display: flex;
  margin-top: auto;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container .swiper-wrapper .list-item .person-item .left-content {
  width: 60px;
  margin-right: 16px;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container .swiper-wrapper .list-item .person-item .left-content img {
  width: 100%;
  height: 100%;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container .swiper-wrapper .list-item .person-item .right-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container .swiper-wrapper .list-item .person-item .right-content .name-item {
  font-weight: bold;
  font-size: 16px;
  color: #21262C;
  line-height: 24px;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container .swiper-wrapper .list-item .person-item .right-content .position-item {
  font-size: 16px;
  color: #21262C;
  line-height: 24px;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container .swiper-wrapper .list-item .desc-item {
  font-size: 16px;
  color: #21262C;
  line-height: 24px;
  margin: 38px 0 0 0;
}
.section-evaluate-swiper .evaluate-container .evaluate-swiper-container-en {
  height: 460px;
}

.section-banner-swiper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-banner-swiper .banner-swiper-container {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .section-introduction {
    padding-top: 108px;
    height: 102.890625vw !important;
    min-height: 1150px;
  }
  .section-introduction .introduction-container {
    max-width: 93.75vw !important;
  }
  .section-introduction .introduction-container .main-img {
    width: 85.9375vw !important;
  }
  .section-platform .platform-container {
    width: 93.75vw !important;
  }
  .section-platform .platform-container .platform-title {
    font-size: 34px !important;
  }
  .section-platform .platform-container .platform-list {
    width: 93.75vw !important;
    padding-bottom: 0;
  }
  .section-platform .platform-container .platform-list .list-item {
    width: 14.53125vw !important;
    height: 6.5625vw !important;
    min-width: 93px;
    min-height: 42px;
  }
  .section-function .function-container {
    width: 93.75vw !important;
    padding-top: 7.03125vw !important;
    padding-bottom: 9.375vw !important;
    gap: 12.5vw !important;
  }
  .section-function .function-container .function-item {
    width: 93.75vw !important;
  }
  .section-function .function-container .function-item .description-title {
    font-size: 3.125vw !important;
  }
  .section-function .function-container .function-item .description-content {
    width: 34.375vw !important;
    height: 11.5625vw !important;
  }
  .section-function .function-container .function-item .description-content .content-item {
    padding-top: 2.109375vw !important;
    padding-bottom: 2.109375vw !important;
    padding-left: 1.875vw !important;
    padding-right: 1.875vw !important;
  }
  .section-function .function-container .function-item .img-container {
    width: 54.6875vw !important;
    height: 32.8125vw !important;
  }
  .section-function .function-container .function-item .img-container .item-img.active {
    width: 100% !important;
  }
  .section-reason .reason-container .reason-title {
    font-size: 3.28125vw !important;
  }
  .section-reason .reason-container .reason-list {
    width: 93.75vw !important;
  }
  .section-reason .reason-container .reason-list .list-item {
    width: 29.453125vw;
    font-size: 1.09375vw;
  }
  .section-evaluate-swiper .evaluate-title {
    font-size: 3.28125vw !important;
  }
  .section-evaluate-swiper .list-item {
    width: 31.25vw !important;
    border-radius: 3.125vw !important;
  }
  .section-evaluate-swiper .list-item .img-item {
    width: 11.328125vw !important;
    height: 1.5625vw !important;
  }
  .section-evaluate-swiper .list-item .desc-item {
    font-size: 12px;
  }
  .section-evaluate-swiper .list-item .person-item .left-content {
    width: 4.6875vw !important;
    height: 4.6875vw !important;
  }
  .section-evaluate-swiper .list-item .person-item .right-content .name-item {
    font-size: 14px !important;
  }
  .section-evaluate-swiper .list-item .person-item .right-content .position-item {
    font-size: 14px !important;
  }
}
@media (max-width: 750px) {
  .header .header-bottom {
    height: 108px;
    padding: 30px 0;
    min-height: 50px;
  }
  .header .header-bottom .selectric-wrapper {
    display: none;
  }
  .header .header-bottom .offcanvas-toggler {
    display: block;
  }
  .header .header-bottom .main-menu {
    display: none;
  }
  .header .header-bottom .main-btn {
    display: none;
  }
  .header .header-bottom .row-new {
    padding-right: 50px;
  }
  .header .header-bottom .row-new .logo-wrap {
    margin: 0 50px !important;
  }
  .header .header-bottom .row-new .logo-wrap .logo-img {
    height: 6.4vw !important;
  }
  .section-introduction {
    min-height: 850px;
    height: 113.3333333333vw !important;
  }
  .section-introduction .introduction-container {
    height: 113.3333333333vw !important;
  }
  .section-introduction .introduction-container .main-img {
    width: 89.3333333333vw !important;
  }
  .section-introduction .introduction-container .division-btn {
    display: none !important;
  }
  .section-introduction .introduction-container .division-title {
    font-size: 7.4666666667vw !important;
    line-height: 9.3333333333vw !important;
    margin: 20px 0 24px !important;
  }
  .section-introduction .introduction-container .division-des {
    font-size: 3.7333333333vw !important;
    padding: 0 60px;
  }
  .section-platform .platform-container {
    padding-top: 0;
    padding: 60px 20px;
    margin-top: 180px !important;
    padding-top: 0;
  }
}
@media (max-width: 750px) and (max-width: 520px) {
  .section-platform .platform-container {
    margin-top: 0px !important;
  }
}
@media (max-width: 750px) {
  .section-platform .platform-container .platform-title {
    font-size: 5.3333333333vw !important;
  }
  .section-platform .platform-container .platform-list {
    width: 89.3333333333vw !important;
    padding-bottom: 0;
  }
  .section-platform .platform-container .platform-list .list-item {
    width: 28.2666666667vw !important;
    height: 12.8vw !important;
  }
  .section-function .function-container {
    display: none;
    padding: 90px 20px 120px 20px;
  }
  .section-function .function-container .function-item {
    flex-direction: column;
    align-items: center;
  }
  .section-function .function-container .function-item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .section-function .function-container .function-item .item-description {
    height: fit-content !important;
  }
  .section-function .function-container .function-item .item-description .description-title {
    text-align: center;
    font-size: 5.3333333333vw !important;
  }
  .section-function .function-container .function-item .item-description .description-content {
    flex-direction: row;
    width: fit-content !important;
  }
  .section-function .function-container .function-item .item-description .description-content .content-item {
    display: flex;
    justify-content: space-between;
    width: 220px;
    height: fit-content !important;
    overflow: hidden;
    font-size: 12px;
  }
  .section-function .function-container .function-item .item-description .description-content .content-item.active {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 148px !important;
    overflow: hidden;
  }
  .section-function .function-container .function-item .item-description .description-content .content-item .content-item-title {
    font-size: 14px;
  }
  .section-function .function-container .function-item .item-description .description-content .content-item .content-item-title span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section-function .function-container .function-item .item-description .description-content .content-item .content-item-title .icon-img {
    width: 20px;
    height: 20px;
  }
  .section-function .function-container .function-item .img-container .item-img {
    width: 78.6666666667vw !important;
  }
  .section-function .mobile-function-container {
    display: block;
    padding: 0 40px;
    max-width: 100%;
  }
  .section-function .mobile-function-container .function-item {
    border-radius: 2.6666666667vw !important;
    margin-top: 21.3333333333vw !important;
  }
  .section-function .mobile-function-container .function-item:first-child {
    margin-top: 10.6666666667vw !important;
  }
  .section-function .mobile-function-container .function-item .swiper-pagination {
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    margin-top: 0;
  }
  .section-function .mobile-function-container .function-item .swiper-wrapper {
    border-radius: 2.6666666667vw !important;
  }
  .section-function .mobile-function-container .function-item .swiper-wrapper .swiper-slide {
    border-radius: 2.6666666667vw !important;
  }
  .section-function .mobile-function-container .function-item .description-title {
    font-weight: bold;
    font-size: 5.3333333333vw !important;
    color: #21262C;
    margin-bottom: 32px;
    line-height: 1.3;
    text-align: center;
  }
  .section-function .mobile-function-container .function-item .item-description {
    max-width: 670px;
    height: fit-content !important;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
    padding: 5.3333333333vw !important;
    border-radius: 2.6666666667vw !important;
    overflow: hidden;
  }
  .section-function .mobile-function-container .function-item .item-description .content-item .content-item-title {
    display: flex;
    align-items: center;
    font-size: 4.2666666667vw !important;
    font-weight: bold;
    color: #21262C;
  }
  .section-function .mobile-function-container .function-item .item-description .content-item .content-item-title .icon-img {
    width: 3.8666666667vw !important;
    height: 3.8666666667vw !important;
    margin-right: 16px;
  }
  .section-function .mobile-function-container .function-item .item-description .content-item .ul-list {
    padding-left: 55px;
    margin-top: 16px;
  }
  .section-function .mobile-function-container .function-item .item-description .content-item .ul-list li {
    font-size: 3.7333333333vw !important;
    margin-bottom: 16px;
    list-style: disc;
    line-height: 1.2;
    color: #8F959E;
  }
  .section-function .mobile-function-container .function-item .item-description .img-container {
    margin-top: 10.6666666667vw !important;
  }
  .section-function .mobile-function-container .function-item .item-description .img-container .item-img {
    width: 100%;
  }
  .section-reason .reason-container {
    display: none;
  }
  .section-reason .reason-container .reason-title {
    font-size: 3.4666666667vw !important;
  }
  .section-reason .reason-container .reason-list {
    flex-direction: column;
    gap: 2.6666666667vw !important;
    align-items: center;
  }
  .section-reason .reason-container .reason-list .list-item {
    width: 40vw !important;
  }
  .section-reason .mobile-reason-container {
    display: block;
    width: 89.3333333333vw !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-reason .mobile-reason-container .reason-title {
    padding-top: 21.3333333333vw !important;
    padding-bottom: 10.6666666667vw !important;
    font-weight: bold;
    font-size: 5.3333333333vw !important;
    color: #21262C;
    text-align: center;
  }
  .section-reason .mobile-reason-container .reason-list {
    position: relative;
    width: 100%;
    height: 65.3333333333vw !important;
    display: flex;
    justify-content: center;
    box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.1);
  }
  .section-reason .mobile-reason-container .reason-list .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    top: 69.3333333333vw;
    text-align: center;
    z-index: 2;
    margin-top: 0;
  }
  .section-reason .mobile-reason-container .reason-list .swiper {
    width: 100%;
  }
  .section-reason .mobile-reason-container .reason-list .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .section-reason .mobile-reason-container .reason-list .list-item {
    width: 670px;
    padding: 10.6666666667vw 8vw;
    background: #FFFFFF;
    border-radius: 6.6666666667vw;
    cursor: pointer;
    box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.1);
  }
  .section-reason .mobile-reason-container .reason-list .list-item .img-item {
    width: 15.2vw;
    height: 15.2vw;
  }
  .section-reason .mobile-reason-container .reason-list .list-item .img-item img {
    width: 100%;
    height: 100%;
  }
  .section-reason .mobile-reason-container .reason-list .list-item .title-item {
    margin: 4.2666666667vw 0 3.7333333333vw 0;
    font-weight: bold;
    font-size: 4.2666666667vw;
    color: #21262C;
  }
  .section-reason .mobile-reason-container .reason-list .list-item .desc-item {
    font-weight: 400;
    font-size: 3.7333333333vw;
    color: #21262C;
  }
  .section-reason .mobile-reason-container .reason-list .list-item .person-item {
    display: flex !important;
    margin-top: auto;
  }
  .section-reason .mobile-reason-container .reason-list .list-item .person-item .left-content {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    margin-right: 16px;
  }
  .section-reason .mobile-reason-container .reason-list .list-item .person-item .left-content img {
    width: 100%;
    height: 100%;
  }
  .section-reason .mobile-reason-container .reason-list .list-item .person-item .right-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-reason .mobile-reason-container .reason-list .list-item .person-item .right-content .name-item {
    font-weight: bold;
    font-size: 16px;
    color: #21262C;
    line-height: 24px;
  }
  .section-reason .mobile-reason-container .reason-list .list-item .person-item .right-content .position-item {
    font-size: 16px;
    color: #21262C;
    line-height: 24px;
  }
  .section-evaluate-swiper {
    display: none;
  }
  .section-evaluate-swiper .evaluate-container .evaluate-title {
    font-size: 40px !important;
  }
  .section-evaluate-swiper .evaluate-container .evaluate-swiper-container {
    height: 570px !important;
  }
  .section-evaluate-swiper .evaluate-container .list-item {
    width: 670px !important;
    padding: 80px 60px 80px 60px !important;
  }
  .section-evaluate-swiper .evaluate-container .list-item .img-item {
    width: 234px !important;
    height: 32px !important;
  }
  .section-evaluate-swiper .evaluate-container .list-item .desc-item {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .section-evaluate-swiper .evaluate-container .list-item .person-item .left-content {
    width: 100px !important;
    height: 100px !important;
  }
  .section-evaluate-swiper .evaluate-container .list-item .person-item .right-content .name-item {
    font-size: 26px !important;
    margin-bottom: 8px;
  }
  .section-evaluate-swiper .evaluate-container .list-item .person-item .right-content .position-item {
    font-size: 26px !important;
  }
  .section-evaluate-mobile {
    width: 100%;
    background: #F5F6F7;
    display: block;
    padding-bottom: 13.3333333333vw !important;
    margin: 0 auto;
  }
  .section-evaluate-mobile .mobile-evaluate-container {
    width: 89.3333333333vw !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .section-evaluate-mobile .mobile-evaluate-container .evaluate-title {
    padding: 21.3333333333vw 0 10.6666666667vw 0;
    font-weight: bold;
    font-size: 5.3333333333vw;
    color: #21262C;
    text-align: center;
  }
  .section-evaluate-mobile .mobile-evaluate-container .evaluate-list {
    position: relative;
    width: 89.3333333333vw;
    display: flex;
    justify-content: center;
    box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.1);
  }
  .section-evaluate-mobile .mobile-evaluate-container .evaluate-list .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    top: 80vw;
    text-align: center;
    z-index: 2;
    margin-top: 0;
  }
  .section-evaluate-mobile .mobile-evaluate-container .evaluate-list .swiper {
    width: 100%;
  }
  .section-evaluate-mobile .mobile-evaluate-container .evaluate-list .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .section-evaluate-mobile .mobile-evaluate-container .evaluate-list .list-item {
    box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.1);
    padding: 9.3333333333vw 8vw 10.6666666667vw;
    background: #FFFFFF;
    border-radius: 6.6666666667vw;
    cursor: pointer;
  }
  .section-evaluate-mobile .mobile-evaluate-container .evaluate-list .list-item .img-item {
    width: 31.2vw;
    height: 4.2666666667vw;
  }
  .section-evaluate-mobile .mobile-evaluate-container .evaluate-list .list-item .img-item img {
    width: 100%;
    height: 100%;
  }
  .section-evaluate-mobile .mobile-evaluate-container .evaluate-list .list-item .desc-item {
    font-weight: 400;
    font-size: 3.7333333333vw;
    color: #21262C;
    margin: 8vw 0;
  }
  .section-evaluate-mobile .mobile-evaluate-container .evaluate-list .list-item .person-item {
    display: flex !important;
    margin-top: auto;
  }
  .section-evaluate-mobile .mobile-evaluate-container .evaluate-list .list-item .person-item .left-content {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    margin-right: 27px;
  }
  .section-evaluate-mobile .mobile-evaluate-container .evaluate-list .list-item .person-item .left-content img {
    width: 100%;
    height: 100%;
  }
  .section-evaluate-mobile .mobile-evaluate-container .evaluate-list .list-item .person-item .right-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-evaluate-mobile .mobile-evaluate-container .evaluate-list .list-item .person-item .right-content .name-item {
    font-weight: bold;
    font-size: 3.4666666667vw;
    color: #21262C;
    margin-bottom: 8px;
  }
  .section-evaluate-mobile .mobile-evaluate-container .evaluate-list .list-item .person-item .right-content .position-item {
    font-size: 3.4666666667vw;
    color: #21262C;
  }
}
@media (max-width: 520px) {
  .header .header-bottom {
    padding: 0 !important;
    height: 30px;
  }
}
.swiper-pagination {
  margin-top: 24px;
  text-align: center;
}

.custom-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 6px;
  opacity: 1;
}

.custom-bullet-active {
  background: #000;
}/*# sourceMappingURL=home.css.map */