.index-page {
    position: relative;
}

.banner-container {
    position: relative;
    width: 100%;
    height: 760px;
    background: url("../images/kuaican/bg1.png") no-repeat center center / cover;
    padding-top: 159px;
    margin: 0 auto;
}

.banner {
    width: 1419px;
    margin: 0 auto 0 380px;
}

.banner-content {
    position: relative;
    height: 561px;
}

.banner img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 819px;
    height: 561px;
}

.banner-title {
    font-weight: bold;
    font-size: 56px;
    color: #233863;
    line-height: 78px;
    margin-bottom: 24px;
    padding-top: 43px;
}

.banner-text {
    width: 538px;
    font-weight: 400;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 30px;
    margin-top: 16px;
}

.banner-btn {
    width: 180px;
    height: 52px;
    background: linear-gradient( 270deg, #4379FF 0%, #9461D9 100%);
    border-radius: 26px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 32px;
    font-size: 18px;
    font-weight: bold;
}

.common-title {
    font-weight: bold;
    font-size: 48px;
    color: #233863;
    line-height: 67px;
    text-align: center;
}

.clearBoth::after {
    content: "";
    display: table;
    clear: both;
}

.mr0 {
    margin-right: 0!important;
}

.industry-problem {
    padding: 100px 0 0;
    background: url("../images/kuaican/bg2.png") no-repeat center center / cover;
}

.industry-problem-content {
    width: 1260px;
    margin: 0 auto;
    margin-top: 48px;
}

.industry-problem-item {
    float: left;
    width: 404px;
    height: 191px;
    background: #FFFFFF;
    box-shadow: 0 2px 32px 0 rgba(0,97,253,0.13);
    border-radius: 12px;
    padding: 24px;
    text-align: left;
    margin-right: 24px;
    margin-bottom: 24px;
    position: relative;
    transition: all .3s ease;
    display: inline-flex;
}

.industry-problem-item:hover {
    transform: translateY(-20px);
}

.industry-problem-item-title {
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.industry-problem-item img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    flex-shrink: 0;
}

.industry-problem-item-desc {
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 400;
    line-height: 22px;
    margin-top: 16px;
}

.industry-problem-item-desc .industry-problem-item-desc-label {
    font-weight: bold;
}

.industry-problem.product-service {
    padding-top: 63px;
}

.business-advantages {
    padding: 100px 0 0;
    background: url("../images/kuaican/bg3.png") no-repeat center center / cover;
}

.business-advantages-content {
    width: 1260px;
    margin: 0 auto;
    margin-top: 48px;
}

.business-advantages-item {
    float: left;
    width: 618px;
    height: 236px;
    background: #ECF0FF;
    border-radius: 16px;
    margin-right: 24px;
    margin-bottom: 24px;
    padding: 32px;
    position: relative;
    text-align: left;
    transition: all .3s ease;
}

.business-advantages-item:nth-child(2n) {
    margin-right: 0;
}

.business-advantages-item:hover {
    transform: translateY(-20px);
}

.business-advantages-item.first {
    background: url("../images/kuaican/ys1.png") no-repeat center center / cover;
}

.business-advantages-item.second {
    background: url("../images/kuaican/ys2.png") no-repeat center center / cover;
}

.business-advantages-item.third {
    background: url("../images/kuaican/ys3.png") no-repeat center center / cover;
}

.business-advantages-item.fourth {
    background: url("../images/kuaican/ys4.png") no-repeat center center / cover;
}

.business-advantages-item.fifth {
    background: url("../images/kuaican/ys5.png") no-repeat center center / cover;
}

.business-advantages-item.sixth {
    background: url("../images/kuaican/ys6.png") no-repeat center center / cover;
}

.business-advantages-item-title {
    font-weight: bold;
    font-size: 28px;
    color: #233863;
    line-height: 40px;
}

.business-advantages-item-desc {
    margin-top: 16px;
    font-weight: 400;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 25px;
}

.business-advantages-item-desc .business-advantages-item-desc-label {
    font-weight: bold;
}

.solution {
    padding: 100px 0 130px;
    background: url("../images/kuaican/bg4.png") no-repeat center center / cover;
}

.solution-subtitle {
    font-weight: 400;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 25px;
    text-align: center;
    margin-top: 16px;
}

.solution-content {
    width: 1260px;
    height: 559px;
    margin: 0 auto;
    margin-top: 56px;
    display: flex;
    background: radial-gradient( 0% 107% at 24% -5%, #FFFFFF 0%, rgba(255,255,255,0) 100%, rgba(255,255,255,0.43) 100%);
    box-shadow: 0 5px 21px 0 rgba(42,34,144,0.03);
    border-radius: 20px;
    border: 1px solid #fff;
    backdrop-filter: blur(21px);
}

.solution-content .solution-content-left {
    width: 250px;
    height: 559px;
    background: #F0F5FE;
    flex-shrink: 0;
    padding: 36px 0 24px 24px;
    border-radius: 20px 0 0 20px;
}

.solution-content-left-item {
    width: 202px;
    height: 68px;
    background: radial-gradient( 0% 244% at 28% 8%, #FFFFFF 0%, rgba(255,255,255,0) 100%, rgba(255,255,255,0.43) 100%);
    box-shadow: 0 2px 32px 0 rgba(0,97,253,0.04);
    border-radius: 12px;
    border: 1px solid #fff;
    backdrop-filter: blur(1px);
    font-weight: bold;
    font-size: 16px;
    color: #233863;
    line-height: 22px;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0 16px;
    margin-bottom: 36px;
    position: relative;
    cursor: pointer;
}

.solution-content-left-item.active {
    background: url("../images/kuaican/btn-arrow.png") no-repeat center center / 100%;
    box-shadow: 0 2px 32px 0 rgba(0,97,253,0.04);
    color: #fff;
    width: unset;
    border: none;
}

.solution-content-left-item.active img {
    filter:brightness(100)
}

.solution-content-left-item img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.solution-content .solution-content-right {
    flex: 1;
    padding: 37px 40px 37px 56px;
}

.solution-content-right-content {
    justify-content: space-between;
    display: none;
}

.solution-content-right-content.active {
    display: flex;
}

.solution-content-right-content-left-item {
    padding-top: 10px;
    display: flex;
    text-align: left;
    margin-bottom: 28px;
}

.solution-content-right-content-left-item img {
    width: 16px;
    height: 16px;
    margin-right: 16px;
    margin-top: 5px;
}

.solution-content-right-content-left-item-text-title {
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 24px;
    margin-bottom: 12px;
}

.solution-content-right-content-left-item-text-desc {
    width: 415px;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 22px;
}

.solution-content-right-content-right img {
    width: 387px;
    height: 485px;
}

.advantages {
    padding: 100px 0 59px;
    background: url("../images/kuaican/bg5.png") no-repeat center center / cover;
}

.advantages-detail {
    width: 1260px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 83px;
}

.advantages-item {
    width: 180px;
    height: 415px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: width 0.3s linear;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.advantages-item:first-child {
    background-image: url("../images/kuaican/zs1.png");
}

.advantages-item:nth-child(2) {
    background-image: url("../images/kuaican/zs2.png");
}

.advantages-item:nth-child(3) {
    background-image: url("../images/kuaican/zs3.png");
}

.advantages-item:last-child {
    background-image: url("../images/kuaican/zs4.png");
}

.advantages-item.active {
    width: 671px;
}

.advantages-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(87, 160, 245, 0.17) 0%, rgba(87, 160, 245, 0.17) 70%, #8849FF 100%);
    border-radius: 24px;
}

.advantages-item.active .advantages-content {
    width: 350px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: unset;
    background: radial-gradient(circle at 13% 7%, #5A1EAF 0%, rgba(124,60,226,0) 100%);
    padding: 48px 32px;
}
.advantages-item.active:first-child {
    background-image: url("../images/kuaican/zs1-1.png");
}
.advantages-item.active:nth-child(2) {
    background-image: url("../images/kuaican/zs2-1.png");
}
.advantages-item.active:nth-child(3) {
    background-image: url("../images/kuaican/zs3-1.png");
}
.advantages-item.active:last-child {
    background-image: url("../images/kuaican/zs4-1.png");
}

.advantages-bottom {
    margin-top: 358px;
    display: flex;
    align-items: center;
}

.advantages-item.active .advantages-bottom {
    margin-top: 0;
}

.advantages-icon {
    width: 32px;
    height: 32px;
}

.advantages-text {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 33px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.advantages-text img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    display: none;
    flex-shrink: 0;
}

.advantages-text span {
    flex: 1;
    text-align: center;
}

.advantages-item.active .advantages-text span {
    text-align: left;
}

.advantages-item.active .advantages-text img {
    display: block;
}

.advantages-other {
    width: 100%;
    display: none;
}

.advantages-item.active .advantages-other {
    display: block;
}

.advantages-model {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    text-align: left;
    margin-top: 12px;
}

.consultation-place {
    margin-top: 17px;
}

.m-place {
    display: none;
}
.advantage-title {
    padding-top: 53px;
  }
  
  .advantage-content {
    width: 1276px;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 11px;
  }
  
  .advantage-item {
    width: 25%;
    height: 350px;
    padding: 0 8px;
    float: left;
  }
  
  .advantage-item .advantage-inside {
    height: 100%;
    border-radius: 12px;
  }
  
  .advantage-item:first-child .advantage-inside {
    background: linear-gradient(322deg, #F7FEFC 0%, #E9F7FF 100%);
  }
  
  .advantage-item:nth-child(2) .advantage-inside {
    background: linear-gradient(318deg, #F7F9FF 0%, #EBF3FF 100%);
  }
  
  .advantage-item:nth-child(3) .advantage-inside {
    background: linear-gradient(318deg, #F8F7FF 0%, #EBF0FF 100%);
  }
  
  .advantage-item:last-child .advantage-inside {
    background: linear-gradient(326deg, #FFFAEF 0%, #FEF0F0 100%);
  }
  
  .advantage-inside-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    margin-left: 24px;
    padding-top: 24px;
  }
  .advantage-item:first-child .advantage-inside-title {
    color: #0091B9;
  }
  
  .advantage-item:nth-child(2) .advantage-inside-title {
    color: #214FBC;
  }
  
  .advantage-item:nth-child(3) .advantage-inside-title {
    color: #8C218B;
  }
  
  .advantage-item:last-child .advantage-inside-title {
    color: #B3640B;
  }
  .advantage-inside-text {
    width: 255px;
    height: 72px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #233863;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-left: 24px;
    margin-top: 16px;
    margin-bottom: 15px;
  }
@media screen and (max-width: 1900px) {
    .banner {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .pc-place {
        display: none!important;
    }

    .m-place {
        display: block;
    }

    .banner-container {
        padding: 0;
        height: 100%;
        background: url("../images/kuaican/m-bg1.png") no-repeat center center / cover;
    }
    .banner {
        margin: 0 auto;
        width: 100%;
        padding-bottom: 68px;
    }
    .banner-content {
        height: inherit;
        text-align: center;
    }

    .banner-float {
        padding: 0 24px;
    }
    .banner .banner-float .banner-title {
        width: 100%;
        text-align: center;
        font-size: 36px;
        padding-top: 38px;
        line-height: 50px;
        margin-bottom: 24px;
    }
    .banner .banner-float .banner-text {
        width: 100%;
        height: inherit;
        margin-top: 0;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        margin-bottom: 16px;
    }
    .banner img {
        position: relative;
        height: 100%;
        bottom: inherit;
        right: inherit;
        margin-top: 31px;
    }

    .banner-btn {
        width: 100%;
    }

    .common-title {
        font-size: 32px;
        line-height: 45px;
    }

    .industry-problem {
        padding: 49px 24px 48px;
        background: url("../images/kuaican/m-bg2.png") no-repeat center center / cover;
    }

    .industry-problem-content {
        width: 100%;
        margin-top: 32px;
    }

    .industry-problem-item {
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0;
        height: unset;
    }

    .industry-problem-item:hover {
        transform: translateY(0);
    }

    .industry-problem-item:last-child {
        margin-bottom: 0;
    }

    .industry-problem-item.third,
    .industry-problem-item.six {
        margin-bottom: 0;
    }

    .business-advantages {
        padding: 48px 24px 48px;
        background: url("../images/kuaican/m-bg3.png") no-repeat center center / cover;
    }

    .business-advantages-content {
        margin-top: 32px;
        width: 100%;
    }

    .business-advantages-item {
        width: 100%;
        height: auto;
        padding: 24px;
    }

    .business-advantages-item:hover {
        transform: translateY(0);
    }

    .business-advantages-item:last-child {
        margin-bottom: 0;
    }

    .business-advantages-item-title {
        font-size: 24px;
        text-align: center;
        line-height: 33px;
        text-align: left;
    }

    .business-advantages-item-desc {
        font-size: 16px;
        line-height: 22px;
    }

    .solution {
        padding: 48px 24px;
        background: url("../images/kuaican/m-bg4.png") no-repeat center center / cover;
    }

    .solution-subtitle {
        font-size: 16px;
    }

    .solution-content-left {
        display: none;
    }

    .solution-content {
        margin-top: 32px;
        width: 100%;
        height: auto;
        box-shadow: none;
        backdrop-filter: none;
        background: none;
        border: none;
    }

    .solution-content .solution-content-right {
        padding: 0;
        width: 100%;
    }

    .solution-content-right-content {
        display: block!important;
        margin-bottom: 24px;
        box-shadow: 0 5px 21px 0 rgba(42, 34, 144, 0.05);
        border-radius: 16px;
        padding: 24px;
        background: radial-gradient( 0% 107% at 24% -5%, #FFFFFF 0%, rgba(255,255,255,0) 100%, rgba(255,255,255,0.43) 100%);
        border: 1px solid #fff;
        backdrop-filter: blur(21px);
    }

    .solution-content-right-content-left-item-title {
        font-size: 24px;
        text-align: center;
        line-height: 33px;
        margin-bottom: 24px;
        color: #233863;
        font-weight: bold;
    }

    .solution-content-right-content-left {
        width: 100%;
    }

    .solution-content-right-content-left-item {
        margin-bottom: 24px;
        padding-top: 0;
    }

    .solution-content-right-content-left-item-text-title {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    .solution-content-right-content-left-item-text,
    .solution-content-right-content-left-item-text-desc {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .solution-content-right-content-right {
        text-align: center;
    }

    .solution-content-right-content-right img {
        /*display: none;*/
        height: 160px;
        width: 279px;
        display: inline-block;
    }

    .advantages {
        padding: 0;
        background: url("../images/kuaican/m-bg5.png") no-repeat center center / cover;
    }

    .advantages-detail {
        margin-top: 32px;
        width: 100%;
        padding: 0 24px 0;
        flex-direction: column;
    }
    .advantages-item {
        width: 100%;
        height: auto;
        box-shadow: 0px 4px 38px 0px rgba(22, 25, 89, 0.1);
        margin-bottom: 24px;
        background-size: cover;
    }

    .advantages-item:last-child {
        margin-bottom: 0;
    }

    .advantages-other {
        width: 100%;
    }
    .advantages-item.active {
        width: 100%;
    }

    .advantages-content {
        position: unset;
        padding: 108px 24px 24px;
        width: 100%!important;
        border-radius: 0;
        background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(155,103,255,0.11) 19%, #8849FF 100%);
    }

    .advantages-item.active .advantages-content {
        background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(155,103,255,0.48) 34%, #8849FF 100%);
        padding: 132px 24px 24px;
    }

    .advantages-model {
        font-size: 14px;
        line-height: 20px;
    }

    .advantages-text {
        font-size: 20px;
        line-height: 28px;
    }

    .advantages-text img {
        display: inline-block;
    }

    .advantages-text span {
        text-align: left;
    }
    .advantages-item .advantages-bottom {
        margin-top: 0;
    }
    .advantages-item.active .advantages-bottom {
        margin-top: 0;
    }

    .consultation-place {
        margin-top: 0;
    }.advantage-content {
        width: 100%;
        padding: 20px 24px 0;
        height: auto;
      }
      .swiper-pagination {
        bottom: -4px !important;
      }
      .solution-swiper {
        padding-top: 24px;
        padding-bottom: 0;
      }
      .advantage-item {
        padding: 0;
        float: unset;
        height: auto;
        width: 100%;
        border-radius: 8px;
        box-shadow: none;
        margin-bottom: 16px;
      }
    
      .advantage-inside-title {
        margin: 0;
          padding: 0 24px;
          font-size: 20px;
      }
      .advantage-item .advantage-inside {
        padding: 24px 0 0;
      }
      .advantage-inside-img {
        margin-top: 15px;
          padding: 0 12px;
      }
      .advantage-inside-img img {
        width: 100%;
      }
      .advantage-inside-text {
          width: 100%;
          margin: 8px 0 0;
          height: auto;
          padding: 0 24px;
          line-height: 22px;
      }
}
