
:root {
    --theme-color: #000;
    --secondary-color: #2455FF;
    --primary-color: #231d70;
    --section-bg: #231d70;
    --section-bg-two: #fff9f5;
    --button-color: #0d4bbc;
    --white-color: #fff;
    --paragraph-color: #3f3a75;
    --border-color: #a2a6c7;
    --radius: #3e3ec9;
    --border: #2455FF;
    --border-two: #e8dff8;
    --detail-color: #565758;
}

body {
    color: var(--theme-color);
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
    padding: 0;
    margin: 0;
    background: var(--white-color);
    overflow-x: auto;
}

html {
    font-size: 20px;
}

@media (min-width:1200px) {
    h1 {
        font-size: 3rem
    }
    h2 {
        font-size: 2.25rem
    }
    h3 {
        font-size: 2rem
    }
    h5 {
        font-size: 24px
    }
}
@media (max-width:1199px) and (min-width:992px) {
    h1 {
        font-size: 2.5rem
    }
    h2 {
        font-size: 2rem
    }
    h3 {
        font-size: 1.75rem
    }
    h5 {
        font-size: 22px;
    }
    p {
        font-size: 16px;
    }
}
@media (max-width:991px) and (min-width:768px) {
    h1 {
        font-size: 2.25rem
    }
    h2 {
        font-size: 1.75rem
    }
    h3 {
        font-size: 1.5rem
    }
    h5 {
        font-size: 20px;
    }
    p {
        font-size: 15px;
    }
}
@media (max-width:767px) and (min-width:576px) {
    h1 {
        font-size: 2rem
    }
    h2 {
        font-size: 1.5rem
    }
    h3 {
        font-size: 1.25rem
    }
    h5 {
        font-size: 19px;
    }
    p {
        font-size: 14px;
    }
}
@media (max-width:575px) {
    h1 {
        font-size: 1.75rem
    }
    h2 {
        font-size: 1.25rem
    }
    h3 {
        font-size: 1rem
    }
    h5 {
        font-size: 18px;
    }
    p {
        font-size: 12px;
    }
}
p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    p {
        font-size: 15px;
    }
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    margin: 0;
    color: var(--theme-color);
}

a:hover {
    text-decoration: none;
    color: var(--secondary-color);
}

input:focus {
    color: var(--white-color);
}

.wow {
    visibility: hidden;
}

/* 修改为设计图大小 */
@media (min-width:1200px) {
    .container {
        max-width: 1186px !important;
    }
}

/* 常用样式 */

.mt-60 {
    margin-top: 3rem;
}


/*--Button Area Start--*/
.cmn--btn {
    width: 190px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 500;
    color: var(--white-color);
    text-transform: capitalize;
    transition: all 0.8s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(71deg, #2455FF 6%, #1F9DFF 48%, #00EDE9 99%);
    border-radius: 15px;
    border: none;
    color: #fff;
}

.cmn--btn:hover {
    background: linear-gradient(71deg, #0032DF 5%, #1189E5 48%, #00D8D4 100%);
    color: #fff;
}

.cmn--border {
    width: 190px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 15px;
    font-size: 24px;
    font-weight: 500;
    color: var(--secondary-color);
    text-transform: capitalize;
    border: 2px solid var(--border);
    transition: all 0.8s;
    background: transparent;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.cmn--border:hover {
    background: #E3EAFF;
}

/*--Button Area End--*/

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .spinner .spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #3763EB #3763EB #F4EEFB;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .spinner-left .spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #F4EEFB;
  animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner-right .spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #F4EEFB;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */

@keyframes spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

@keyframes spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* ---- index页面背景 ---- */
.index-bg {
    background-image: url(https://kuaiup-com.oss-cn-hangzhou.aliyuncs.com/static/img/home/index-bg.png);
    background-repeat: no-repeat;
    background-position: bottom 97px right -660px;
    background-size: 3254px 1285px;
    background-color: #F2F6FA;
}
.other-bg {
    background-image: url(https://kuaiup-com.oss-cn-hangzhou.aliyuncs.com/static/img/home/other-bg.png);
    background-repeat: no-repeat;
    background-position: top -180px right -250px;
    background-size: 3236px 1260px;
    background-color: #F2F6FA;
}
@media screen and (max-width: 992px) {
    .index-bg {
        background-position: bottom 260px left -1207px;
    }
}
/* ---- index页面背景 ---- */

/*----Menu Header Start-----*/

.header-section {
    width: 100%;
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
}

.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    transition: all 0.9s;
    background-color: rgb(255, 255, 255);
}

.header-wrapper {
    display: flex;
    height: 60px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all 0.9s;
}

.header-wrapper .logo-menu {
    display: flex;
    align-items: center;
    min-width: 220px;
}

.header-wrapper .logo-menu img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.header-wrapper .logo-menu a {
    font-size: 16px;
    margin-left: 10px;
}

.header-wrapper .header-right {
    display: flex;
    align-items: center;
    min-width: 220px;
    justify-content: end;
}

.header-wrapper .header-right a {
    font-size: 16px;
    margin-right: 40px;
}

.header-wrapper .header-right .cmn--btn {
    width: 80px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: linear-gradient(71deg, #2455FF 6%, #1F9DFF 48%, #00EDE9 99%);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 0;
}

.header-wrapper .header-right .cmn--btn:hover {
    color: #fff;
    background: linear-gradient(71deg, #0032DF 6%, #1189E5 48%, #00D8D4 99%);
}

.header-wrapper .main-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.header-wrapper .main-menu li {
    transition: all 0.6s;
    position: relative;
}

.header-wrapper .main-menu li:not(:last-child) {
    margin-right: 43px;
}

.header-wrapper .main-menu li a {
    color: var(--theme-color);
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s;
}

.header-wrapper .main-menu li.active a {
    color: #2455FF;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s;
}

.header-wrapper .main-menu li a:hover {
    color: #2455FF;
}

.header-wrapper .main-menu li a i {
    margin-left: 2px;
    font-size: 14px !important;
    color: var(--theme-color);
}

.header-wrapper .main-menu li i {
    color: var(--theme-color);
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .header-wrapper {
        height: auto;
        padding: 20px 0 20px;
    }
    .header-wrapper .header-right {
        display: none;
    }
    .main-menu {
        position: absolute;
        top: 100%;
        width: 100%;
        display: inline !important;
        left: 0;
        margin-top: 20px;
        z-index: 999;
        padding: 15px 15px;
        background: var(--white-color);
        transition: all 2s !important;
        transform-origin: top;
        max-height: calc(100vh - 130px);
        overflow-y: auto;
        border-radius: 10px;
    }
    .main-menu:not(.active) {
        display: none !important;
        transition: all 2s;
    }
    .main-menu li {
        width: 100%;
        border: 1px solid var(--border);
        border-radius: 10px;
    }
    .main-menu li:not(:last-child) {
        margin-right: 0 !important;
        margin-bottom: 7px;
    }
    .main-menu li a {
        display: block;
        padding: 14px 10px;
        font-size: 17px;
    }
    .main-menu .active a {
        color: var(--white-color);
    }
    .header-bar {
        position: relative;
        width: 25px;
        height: 20px;
    }
    .header-bar span {
        position: absolute;
        width: 100%;
        height: 3px;
        display: inline-block;
        transition: all 0.3s;
        left: 0;
        background: var(--theme-color);
    }
    .header-bar span:first-child {
        top: 0;
        background: var(--theme-color);
    }
    .header-bar span:nth-child(2) {
        top: 44%;
        background: var(--theme-color);
    }
    .header-bar span:last-child {
        bottom: 0;
        background: var(--theme-color);
    }
    .header-bar.active span:first-child {
        transform: rotate(45deg) translate(3px, 9px);
    }
    .header-bar.active span:nth-child(2) {
        opacity: 0;
    }
    .header-bar.active span:last-child {
        transform: rotate(-45deg) translate(3px, -9px);
    }
    .header-bar:hover {
        cursor: pointer;
    }
}

/*----Menu Header End-----*/



/*------Banner Section Start--------*/

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-thumb {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}

.hero-thumb img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.hero-content {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 0 300px;
}

.hero-content h1 {
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
}

.hero-content h1 span {
    color: var(--secondary-color);
}

.hero-content h2 {
    font-weight: normal;
    margin-bottom: 0;
}

.hero-content p {
    margin-bottom: 55px;
    max-width: 650px;
    color: #565758;
    line-height: 34px;
    font-size: 16px;
}

.hero-content .banner-cmn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hero-content .banner-cmn .cmn--border {
    margin-right: 3rem;
}

@media (max-width:1200px) {
    .hero-content {
        padding: 90px 0 300px;
    }
}

@media (max-width:992px) {
    .hero-content {
        padding: 70px 0 200px;
    }
}

@media (max-width:768px) {
    .hero-content {
        padding: 50px 0 140px;
    }
}

@media (max-width:576px) {
    .hero-content {
        padding: 30px 0 100px;
    }
    .hero-content .banner-cmn {
        flex-direction: column;
        justify-content: center;
    }
    .hero-content .banner-cmn .cmn--border {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
/*------Banner Section End--------*/

/*------scene Section Start--------*/
.scene-section {
    padding-top: 100px;
}
.scene-section .scene-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.scene-section .scene-content h2 {
    margin-bottom: 56px;
}
.scene-section .scene-content .scene-content-tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}
.scene-section .scene-content .scene-content-tab .content-tab-item {
    padding: 16px 30px;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 20px;
    font-weight: 500;
}
.scene-section .scene-content-details p {
    color: var(--detail-color);
    display: none;
    margin-bottom: 16px;
}
.scene-section .scene-content-details p.active {
    display: block;
}
.scene-section .scene-content .scene-content-tab .content-tab-item:hover {
    background: #E8EFFC;
    color: var(--secondary-color);
}
.scene-section .scene-content .scene-content-tab .content-tab-item.active {
    background: #E8EFFC;
    color: var(--secondary-color);
}
.scene-section .scene-content #scene-Carousel{
    width: 100%;
}
.scene-section .scene-content #scene-Carousel .carousel-item {
    height: auto;
}
.scene-section .scene-content #scene-Carousel .carousel-item .carousel-item-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.scene-section .scene-content #scene-Carousel .carousel-item .carousel-item-list .carousel-list-item {
    flex: 1;
    padding-right: 30px;
}
.scene-section .scene-content #scene-Carousel .carousel-item .carousel-item-list .carousel-list-item:nth-last-of-type(1) {
    padding-right: 0;
}
.scene-section .scene-content #scene-Carousel .carousel-list-item .feature-item {
    width: 100%;
    height: 317px;
    border-radius: 50px 50px 30px 30px;
    background: #fff;
    /* overflow: hidden; */
}
.scene-section .scene-content #scene-Carousel .carousel-list-item .feature-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.scene-section .scene-content #scene-Carousel .carousel-item:nth-of-type(1) .carousel-item-list .carousel-list-item:nth-of-type(1) .feature-item img{
    margin-top: -8px;
}
.scene-section .scene-content #scene-Carousel .carousel-list-item .feature-item .feature-item-detail {
    padding: 24px 32px;
    height: 126px;
}
.scene-section .scene-content #scene-Carousel .carousel-item:nth-last-of-type(1) .carousel-list-item .feature-item .feature-item-detail {
    padding: 24px;
}
.feature-item .feature-item-detail .feature-detail-title{
    font-size: 24px;
}
.feature-item .feature-item-detail .feature-detail-des{
    font-size: 14px;
    color: #565758;
}
.scene-section .scene-content #scene-Carousel .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


@media screen and (max-width: 1200px) {
    .scene-section .scene-content .scene-content-tab {
        display: none;
    }
    .feature-item .feature-item-detail .feature-detail-title{
        font-size: 22px;
    }
    .feature-item .feature-item-detail .feature-detail-des {
        font-size: 14px;
    }
    .scene-section .scene-content #scene-Carousel .carousel-list-item .feature-item {
        height: auto;
    }
    .scene-section .scene-content #scene-Carousel .carousel-list-item .feature-item .feature-item-detail {
        padding: 20px 22px;
        height: 120px;
    }
    .scene-section .scene-content #scene-Carousel .carousel-item:nth-last-of-type(1) .carousel-list-item .feature-item .feature-item-detail {
        padding: 20px 22px;
        height: 120px;
    }
}
@media screen and (max-width: 992px) {
    .scene-section {
        padding-top: 70px;
    }
    .scene-section .scene-content h2 {
        margin-bottom: 50px;
    }
    .feature-item .feature-item-detail .feature-detail-title{
        font-size: 18px;
    }
    .feature-item .feature-item-detail .feature-detail-des {
        font-size: 12px;
    }
    .scene-section .scene-content #scene-Carousel .carousel-list-item .feature-item .feature-item-detail {
        padding: 16px 18px;
        height: 100px;
    }
    .scene-section .scene-content #scene-Carousel .carousel-item:nth-last-of-type(1) .carousel-list-item .feature-item .feature-item-detail {
        padding: 16px 18px;
        height: 120px;
    }
}
@media screen and (max-width: 768px) {
    .scene-section {
        padding-top: 50px;
    }
    .scene-section .scene-content h2 {
        margin-bottom: 40px;
    }
    .scene-section .scene-content #scene-Carousel .carousel-item .carousel-item-list {
        flex-direction: column;
        align-items: center;
    }
    .scene-section .scene-content #scene-Carousel .carousel-item .carousel-item-list .carousel-list-item {
        width: 100%;
        padding: 30px!important;
    }
    .feature-item .feature-item-detail .feature-detail-title{
        font-size: 22px;
    }
    .feature-item .feature-item-detail .feature-detail-des {
        font-size: 14px;
    }
    .scene-section .scene-content #scene-Carousel .carousel-list-item .feature-item .feature-item-detail {
        padding: 20px 22px;
        height: 100px;
    }
}
@media screen and (max-width: 567px) {
    .scene-section {
        padding-top: 30px;
    }
    .scene-section .scene-content h2 {
        margin-bottom: 30px;
    }
}
/*------scene Section End--------*/

/*------product Section Start--------*/
.product-section {
    padding-top: 100px;
}
.product-section .product-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-section .product-content h2 {
    margin-bottom: 48px;
}
.product-section .product-content .products {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.product-section .product-content .products .product-item {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.product-section .product-content .products .product-item:nth-child(odd) {
    padding-right: 16px;
}
.product-section .product-content .products .product-item:nth-child(even) {
    padding-left: 16px;
}
.product-section .product-content .products .product-item h5 {
    margin-bottom: 10px;
}
.product-section .product-content .products .product-item p {
    margin-bottom: 15px;
    color: var(--detail-color);
}
.product-section .product-content .products .product-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all 0.6s;
}
.product-section .product-content .products .product-item img:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 992px) {
    .product-section {
        padding-top: 70px;
    }
    .product-section .product-content h2 {
        margin-bottom: 44px;
    }
    .product-section .product-content .products .product-item p {
        height: 50px;
    }
}
@media screen and (max-width: 768px) {
    .product-section {
        padding-top: 50px;
    }
    .product-section .product-content h2 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 567px) {
    .product-section {
        padding-top: 30px;
    }
    .product-section .product-content h2 {
        margin-bottom: 30px;
    }
    .product-section .product-content .products .product-item p {
        height: 60px;
    }
}
/*------product Section End--------*/

/*------comment Section Start--------*/
.comment-section {
    padding-top: 50px;
}
.comment-section .comment-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.comment-section .comment-content h2 {
    margin-bottom: 40px;
}
.comment-section .comment-content .comment-content-scroll {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.comment-section .comment-content .comment-content-scroll .scroll-items {
    white-space: nowrap;
}
.comment-section .comment-content .comment-content-scroll .scroll-items .scroll-item {
    display: inline-block;
    width: 365px;
    height: 274px;
    border-radius: 30px;
    background: #D3EDFF;
    margin-right: 30px;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.comment-section .comment-content .comment-content-scroll .scroll-items .scroll-item .scroll-item-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.comment-section .scroll-item .scroll-item-top {
    font-size: 60px;
    line-height: 60px;
}
.comment-section .scroll-item p {
    font-size: 16px;
    line-height: 20px;
    white-space: normal; 
}
.comment-section .scroll-item .item-user {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.comment-section .scroll-item .item-user .user-img {
    width: 60px;
    height: 60px;
}
.comment-section .scroll-item .item-user .user-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.comment-section .scroll-item .item-user .user-info {
    margin-left: 12px;
}
.comment-section .scroll-item .item-user .user-info .user-info-name {
    font-size: 16px;
}
.comment-section .scroll-item .item-user .user-info .user-info-detail {
    font-size: 12px;
    margin-top: 4px;
    white-space: normal; 
}
.comment-section .comment-content .comment-content-scroll .comment-content-scroll-cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(242, 246, 250, 1) 0%,rgba(242, 246, 250, 0) 25%, rgba(242, 246, 250, 0) 75%, rgba(242, 246, 250, 1) 100%);;
}

@media screen and (max-width: 992px) {
    .comment-section {
        padding-top: 40px;
    }
    .comment-section .comment-content h2 {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 768px) {
    .comment-section {
        padding-top: 30px;
    }
    .comment-section .comment-content h2 {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 567px) {
    .comment-section {
        padding-top: 30px;
    }
    .comment-section .comment-content h2 {
        margin-bottom: 25px;
    }
}
/*------comment Section End--------*/

/*------statistics Section Start--------*/
.statistics-section {
    padding-top: 100px;
}
.statistics-section .statistics-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.statistics-section .statistics-content h2 {
    margin-bottom: 40px;
}
.statistics-section .statistics-content .statistics {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 160px;
    border-radius: 30px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding:  20px 0;
}
.statistics-section .statistics-content .statistics .statistic-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.statistics-section .statistics-content .statistics .statistic-item h1 {
    color: var(--secondary-color);
}
.statistics-section .statistics-content .statistics .statistic-item span {
    vertical-align: baseline;
    line-height: 1;
}
.statistics-section .statistics-content .statistics .statistic-item .odometer-unit {
    color: var(--theme-color);
    font-size: 20px;
}

@media screen and (max-width: 992px) {
    .statistics-section {
        padding-top: 70px;
    }
    .statistics-section .statistics-content h2 {
        margin-bottom: 36px;
    }
    .statistics-section .statistics-content .statistics .statistic-item .odometer-unit {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .statistics-section {
        padding-top: 50px;
    }
    .statistics-section .statistics-content h2 {
        margin-bottom: 34px;
    }
    .statistics-section .statistics-content .statistics {
        flex-direction: column;
        height: auto;
        padding: 20px 0;
    }
    .statistics-section .statistics-content .statistics .statistic-item {
        margin-bottom: 20px;
    }
    .statistics-section .statistics-content .statistics .statistic-item .odometer-unit {
        font-size: 16px;
    }
}
@media screen and (max-width: 567px) {
    .statistics-section {
        padding-top: 30px;
    }
    .statistics-section .statistics-content h2 {
        margin-bottom: 30px;
    }
}
/*------statistics Section End--------*/

/*------qrCode Section Start--------*/
.qrCode-section {
    padding-top: 100px;
}
.qrCode-section .qrCode-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qrCode-section .qrCode-content h3 {
    margin-bottom: 60px;
}
.qrCode-section .qrCode-content .qrCode-img {
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
    overflow: hidden;
}
.qrCode-section .qrCode-content .qrCode-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.qrCode-section .qrCode-content p {
    color: #161616;
    font-size: 16px;
}

@media screen and (max-width: 992px) {
    .qrCode-section {
        padding-top: 70px;
    }
    .qrCode-section .qrCode-content h3 {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 768px) {
    .qrCode-section {
        padding-top: 50px;
    }
    .qrCode-section .qrCode-content h3 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 567px) {
    .qrCode-section {
        padding-top: 30px;
    }
    .qrCode-section .qrCode-content h3 {
        margin-bottom: 30px;
    }
}
/*------qrCode Section End--------*/

/*------footer Section Start--------*/
.footer-section {
    background-color: #000000;
    margin-top: 136px;
    color: #FFFFFF;
    overflow: hidden;
}
.footer-section .footer-content {
    padding: 40px 120px 25px;
    display: flex;
    align-items: center;
}
.footer-section .footer-content .footer-content-items {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 1;
    font-size: 16px;
}
.footer-section .footer-content .footer-content-items:nth-of-type(1) {
    flex: 1.5;
}
.footer-section .footer-content .footer-content-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 160px;
}
.footer-section .footer-content .footer-content-items .footer-content-title {
    margin-bottom: 14px;
}
.footer-section .footer-content .footer-content-items .footer-content-link {
    margin-bottom: 6px;
    color: #7f7f7f;
}
.footer-section .footer-content .footer-content-items .footer-content-img {
    width: 110px;
    height: 110px;
}
.footer-section .footer-content .footer-content-items .footer-content-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.footer-section .footer-beiAn {
    padding: 0 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-section .footer-beiAn .footer-beiAn-img {
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.footer-section .footer-beiAn .footer-beiAn-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.footer-section .footer-beiAn .footer-content-link {
    margin-left: 10px;
    font-size: 16px;
    color: #7f7f7f;
}

@media screen and (max-width: 1200px) {
    .footer-section .footer-content {
        padding: 40px 90px;
    }
}
@media screen and (max-width: 992px) {
    .footer-section {
        margin-top: 116px;
    }
    .footer-section .footer-content {
        flex-wrap: wrap;
    }
    .footer-section .footer-content .footer-content-items {
        width: 100%;
        flex: none;
        margin-bottom: 30px;
    }
    .footer-section .footer-content .footer-content-item {
        flex: 1;
    }
    .footer-section .footer-content {
        padding: 40px 40px;
    }
}
@media screen and (max-width: 768px) {
    .footer-section {
        margin-top: 96px;
    }
    .footer-section .footer-content {
        padding: 40px 10px;
    }
}
@media screen and (max-width: 567px) {
    .footer-section {
        margin-top: 76px;
    }
}
/*------footer Section End--------*/


/*------solution Section Start--------*/
.solution-section {
    padding-top: 100px;
}
.solution-section .solution-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solution-section .solution-content h2 {
    margin-bottom: 100px;
}
.solution-section .solution-content .solution-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.solution-section .solution-content .solution-items .solution-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 266px;
    height: 330px;
    border-radius: 30px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 140px 0 40px;
    justify-content: space-between;
    transition: transform 0.5s ease-in-out, background 0.5s ease-in-out;
    position: relative;
    cursor: pointer;
}
.solution-section .solution-content .solution-items .solution-item:not(:last-child) {
    margin-right: 30px;
}
.solution-section .solution-content .solution-items .solution-item .solution-item-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}
.solution-section .solution-content .solution-items .solution-item .solution-item-img img {
    width: 150px;
    height: auto;
    object-fit: contain;
}
.solution-section .solution-content .solution-items .solution-item .solution-item-detail {
    font-size: 16px;
    opacity: 0;
    padding: 0 20px;
}
.solution-section .solution-content .solution-items .solution-item .solution-item-title {
    font-size: 20px;
    font-weight: 500;
}
.solution-section .solution-content .solution-items .solution-item:hover {
    background-color: #235bff;
    color: #fff;
    transform: scale(1.05);
}
.solution-section .solution-content .solution-items .solution-item:hover .solution-item-detail{
    opacity: 1;
}
.solution-section .solution-content .solution-items .solution-item:hover .solution-item-img{
    transform: translateY(-130px);
}
@media screen and (max-width: 1200px) {
    .solution-section .solution-content .solution-items .solution-item {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 992px) {
    .solution-section {
        padding-top: 70px;
    }
    .solution-section .solution-content h2 {
        margin-bottom: 80px;
    }
    .solution-section .solution-content .solution-items .solution-item:nth-of-type(2n+1) {
        margin-right: 150px;
    }
    .solution-section .solution-content .solution-items .solution-item:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .solution-section {
        padding-top: 50px;
    }
    .solution-section .solution-content h2 {
        margin-bottom: 60px;
    }
    .solution-section .solution-content .solution-items {
        flex-direction: column;
        align-items: center;
    }
    .solution-section .solution-content .solution-items .solution-item {
        margin-right: 0 !important;
        width: 80%;
    }
}
@media screen and (max-width: 567px) {
    .solution-section {
        padding-top: 30px;
    }
    .solution-section .solution-content h2 {
        margin-bottom: 40px;
    }
}
/*------solution Section End--------*/


/*------cooperate Section Start--------*/
.cooperate-section {
    padding-top: 100px;
}
.cooperate-section .cooperate-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cooperate-section .cooperate-content h2 {
    margin-bottom: 56px;
}
.cooperate-section .cooperate-content .cooperate-list {
    width: 100%;
    height: 260px;
    padding: 30px 26px;
    border-radius: 30px;
    background-color: #fff;
}
.cooperate-section .cooperate-content .cooperate-list .str_wrap{
    background-color: #fff!important;
}
.cooperate-section .cooperate-content .scroll-items {
    width: 100%;
    height: 100%;
}
.cooperate-section .cooperate-content .scroll-items .cooperate-item {
    display: inline-block;
    width: 100px;
    height: 200px;
    margin-right: 10px;
}
.cooperate-section .cooperate-content .scroll-items .cooperate-item .cooperate-item-box {
    display: flex;
    flex-direction: column;
}
.cooperate-section .cooperate-content .scroll-items .cooperate-item img {
    width: 100px;
    height: 100px;
    object-fit: fill;
}

@media screen and (max-width: 992px) {
    .cooperate-section {
        padding-top: 70px;
    }
    .cooperate-section .cooperate-content h2 {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 768px) {
    .cooperate-section {
        padding-top: 50px;
    }
    .cooperate-section .cooperate-content h2 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 567px) {
    .cooperate-section {
        padding-top: 30px;
    }
    .cooperate-section .cooperate-content h2 {
        margin-bottom: 30px;
    }
}
/*------cooperate Section End--------*/


/*------about Section Start--------*/
.about-section {
    padding-top: 100px;
}
.about-section h2 {
    margin-bottom: 47px;
}
.about-section .about-content {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
}
.about-section .about-content-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    width: 100%;
    height: 100%;
}
.about-section .about-content-box .about-content-item {
    flex: 1;
    height: 100%;
    width: 100%;
}
.about-section .about-content-box .about-left {
    background: url(https://kuaiup-com.oss-cn-hangzhou.aliyuncs.com/static/img/about/about-bg.png) no-repeat;
    background-size: 100% 100%;
}
.about-section .about-content-box .about-left .about-left-title {
    font-size: 34px;
    padding: 50px 36px 20px;
}
.about-section .about-content-box .about-left .about-left-des {
    font-size: 24px;
    padding: 0 36px;
}
.about-section .about-content-box .about-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
}
.about-section .about-content-box .about-right-item {
    flex: 1;
    width: 100%;
    border-radius: 30px;
    background: #FFFFFF;
    padding: 0 42px;
}
.about-section .about-content-box .about-right-item img{
    width: 60px;
    height: 60px;
    object-fit: fill;
    margin-top: 46px;
}
.about-section .about-content-box .about-right-item p{
    font-size: 18px;
    margin-top: 42px;
}

@media screen and (max-width: 1200px) {
    .about-section .about-content-box .about-right-item img{
        width: 50px;
        height: 50px;
        margin-top: 0;
    }
    .about-section .about-content-box .about-right-item p{
        margin-top: 0;
    }
    .about-section .about-content-box .about-right-item {
        padding: 20px 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 992px) {
    .about-section {
        padding-top: 70px;
    }
    .about-section h2 {
        margin-bottom: 36px;
    }
    .about-section .about-content-box .about-right {
        gap: 18px;
    }
    .about-section .about-content-box .about-right-item {
        border-radius: 20px;
    }
    .about-section .about-content-box .about-left .about-left-title {
        font-size: 30px;
        padding: 40px 30px 16px;
    }
    .about-section .about-content-box .about-left .about-left-des {
        font-size: 22px;
        padding: 0 30px;
    }
    .about-section .about-content-box .about-right-item img{
        width: 40px;
        height: 40px;
    }
    .about-section .about-content-box .about-right-item p{
        font-size: 14px;
    }
    .about-section .about-content-box .about-right-item p span{
        font-size: 14px!important;
    }
}
@media screen and (max-width: 768px) {
    .about-section {
        padding-top: 50px;
    }
    .about-section h2 {
        margin-bottom: 30px;
    }
    .about-section .about-content-box .about-left .about-left-title {
        font-size: 26px;
        padding: 32px 24px 12px;
    }
    .about-section .about-content-box .about-left .about-left-des {
        font-size: 20px;
        padding: 0 24px;
    }
    .about-section .about-content-box {
        position: relative;
        height: auto;
        flex-direction: column;
        gap: 0;
    }
    .about-section .about-content {
        padding-bottom: 0;
        height: auto;
    }
    .about-section .about-content-box .about-content-item {
        flex: none;
        margin-bottom: 30px;
        height: 560px;
    }
    .about-section .about-content-box .about-right-item img{
        width: 70px;
        height: 70px;
    }
    .about-section .about-content-box .about-right-item p{
        font-size: 18px;
    }
}
@media screen and (max-width: 567px) {
    .about-section {
        padding-top: 30px;
    }
    .about-section h2 {
        margin-bottom: 20px;
    }
    .about-section .about-content-box .about-left .about-left-title {
        font-size: 22px;
        padding: 24px 14px 10px;
    }
    .about-section .about-content-box .about-left .about-left-des {
        font-size: 18px;
        padding: 0 14px;
    }
}
/*------about Section End--------*/

/*------question Section Start--------*/
.question-section {
    padding-top: 100px;
}
.question-section h2 {
    margin-bottom: 47px;
}
.question-section .question-content {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}
.question-section .question-content .question-content-item {
    width: 560px;
    height: 320px;
    padding: 46px 40px 68px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    transition: all 0.5s;
}
.question-section .question-content .question-content-item:hover {
    transform: scale(1.05);
}
.question-section .question-content .question-content-item img {
    width: 60px;
    height: 60px;
}
.question-section .question-content .question-content-item .question-content-des h3 {
    font-size: 26px;
}
.question-section .question-content .question-content-item .question-content-des p {
    font-size: 18px;
}

@media screen and (max-width: 1200px) {
    .question-section {
        padding-top: 70px;
    }
    .question-section h2 {
        margin-bottom: 42px;
    }
    .question-section .question-content .question-content-item img {
        width: 50px;
        height: 50px;
    }
    .question-section .question-content .question-content-item {
        width: 450px;
        height: 250px;
        padding: 34px 28px 48px;
    }
    .question-section .question-content .question-content-item .question-content-des h3 {
        font-size: 22px;
    }
    .question-section .question-content .question-content-item .question-content-des p {
        font-size: 16px;
    }
}
@media screen and (max-width: 992px) {
    .question-section {
        padding-top: 70px;
    }
    .question-section h2 {
        margin-bottom: 38px;
    }
    .question-section .question-content .question-content-item img {
        width: 45px;
        height: 45px;
    }
    .question-section .question-content .question-content-item {
        width: 330px;
        height: 180px;
        padding: 24px 16px 28px;
    }
    .question-section .question-content .question-content-item .question-content-des h3 {
        font-size: 20px;
    }
    .question-section .question-content .question-content-item .question-content-des p {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .question-section {
        padding-top: 50px;
    }
    .question-section h2 {
        margin-bottom: 34px;
    }
    .question-section .question-content {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
    .question-section .question-content .question-content-item img {
        width: 60px;
        height: 60px;
    }
    .question-section .question-content .question-content-item {
        width: 560px;
        height: 280px;
        padding: 46px 40px;
    }
    .question-section .question-content .question-content-item .question-content-des h3 {
        font-size: 26px;
    }
    .question-section .question-content .question-content-item .question-content-des p {
        font-size: 18px;
    }
}
@media screen and (max-width: 567px) {
    .question-section {
        padding-top: 30px;
    }
    .question-section h2 {
        margin-bottom: 30px;
    }
    .question-section .question-content .question-content-item img {
        width: 50px;
        height: 50px;
    }
    .question-section .question-content .question-content-item {
        width: 370px;
        height: 280px;
        padding: 46px 40px;
    }
}
/*------question Section End--------*/


/*------process Section Start--------*/
.process-section {
    padding-top: 100px;
}
.process-section h2 {
    margin-bottom: 47px;
}
.process-section .process-content {
    width: 100%;
    border-radius: 30px;
    background: #fff;
    padding: 50px 42px;
}
.process-section .process-content .process-content-title {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.process-section .process-content .process-content-title img {
    width: 33px;
    height: 38px;
    object-fit: fill;
    margin-right: 10px;
}
.process-section .process-content .process-content-title .process-content-title-word {
    font-size: 26px;
    font-weight: 500;
}
.process-section .process-content .process-content-main {
    font-size: 18px;
    margin-bottom: 60px;
}
.process-section .process-content .process-content-list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.process-section .process-content .process-content-list .process-content-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process-section .process-content .process-content-list .process-line {
    width: 70px;
    height: auto;
    object-fit: contain;
}
.process-section .process-content .process-content-list .process-content-list-item img {
    object-fit: fill;
    margin-bottom: 13px;
}
.process-section .process-content .process-content-list .process-content-list-item p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.process-section .process-content .process-content-list .process-content-list-item:nth-child(1) img {
    width: 52px;
    height: 45px;
}
.process-section .process-content .process-content-list .process-content-list-item:nth-child(3) img {
    width: 45px;
    height: 45px;
}
.process-section .process-content .process-content-list .process-content-list-item:nth-child(5) img {
    width: 50px;
    height: 50px;
}


@media screen and (max-width: 1200px) {
    .process-section {
        padding-top: 70px;
    }
    .process-section h2 {
        margin-bottom: 42px;
    }
}
@media screen and (max-width: 992px) {
    .process-section {
        padding-top: 70px;
    }
    .process-section h2 {
        margin-bottom: 38px;
    }
}
@media screen and (max-width: 768px) {
    .process-section {
        padding-top: 50px;
    }
    .process-section h2 {
        margin-bottom: 34px;
    }
    .process-section .process-content .process-content-list {
        flex-direction: column;
        height: 600px;
    }
    .process-section .process-content .process-content-list .process-line {
        transform: rotate(90deg);
    }
}
@media screen and (max-width: 567px) {
    .process-section {
        padding-top: 30px;
    }
    .process-section h2 {
        margin-bottom: 30px;
    }
}
/*------process Section End--------*/