.banner {
    position: relative;
    margin: 8.75vw 1.45833vw 1.30208vw
}

.banner .bg {
    width: 100%;
    display: block;
    object-fit: cover
}

.banner .text {
    position: absolute;
    left: 0;
    top: 4.6875vw;
    width: 100%;
    text-align: center
}

.banner .text .p1 {
    color: #3E2882;
    font-size: 10.41667vw;
    line-height: 1.5
}

.banner .text .p2 {
    color: #111;
    font-weight: 700;
    line-height: 1.5;
    margin: 1.35417vw 0 .625vw
}

.banner .text .p3 {
    width: 62.5vw;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 1.4;
    margin: 0 auto 3.95833vw
}

.banner .text .btns {
    display: flex;
    gap: 2.5vw;
    justify-content: center
}

.banner .text .btns .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .83333vw;
    width: fit-content;
    height: fit-content;
    padding: .67708vw 2.55208vw .67708vw 2.23958vw;
    border-radius: 52.08333vw;
    background: linear-gradient(270deg, #8455E7 0%, #E298A6 100%)
}

.banner .text .btns .btn img {
    display: block;
    width: .41667vw;
    transition: 0.6s
}

.banner .text .btns .btn p {
    color: #FFF;
    font-weight: 400
}

.banner .text .btns .btn:hover img {
    transform: rotate(-45deg)
}

.sec1 {
    position: relative;
    padding: 6.51042vw 0 8.33333vw
}

.sec1 .bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    filter: blur(5.20833vw)
}

.sec1 .bg img {
    display: block;
    width: 100%
}

.sec1 .bg1 {
    width: 100%;
    top: 0;
    right: 0
}

.sec1 .title {
    color: #111;
    text-align: center;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 2.08333vw
}

.sec1 .list {
    width: 73.95833vw;
    margin: 0 auto
}

.sec1 .list .item {
    width: 100%;
    border-radius: 1.04167vw;
    position: relative;
    padding: 3.17708vw 6.51042vw 3.54167vw 6.51042vw
}

.sec1 .list .item .item_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 1.04167vw;
    overflow: hidden;
    transition: 0.6s;
    opacity: 0;
    filter: brightness(0.7)
}

.sec1 .list .item .item_bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sec1 .list .item .h5 {
    position: relative;
    width: fit-content;
    margin: 0 auto 1.40625vw
}

.sec1 .list .item .h5 p {
    color: #FFF;
    font-weight: 700;
    line-height: 150%;
    transition: 0.6s
}

.sec1 .list .item .h5 p:nth-child(1) {
    opacity: 0
}

.sec1 .list .item .h5 p:nth-child(2) {
    background: linear-gradient(270deg, #8455E7 0%, #E298A6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 0;
    opacity: 1
}

.sec1 .list .item .p {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    line-height: 150%;
    transition: 0.6s
}

.sec1 .list .item:not(:last-child) {
    margin-bottom: .83333vw
}

.sec1 .list .item:hover .item_bg {
    opacity: 1
}

.sec1 .list .item:hover .h5 p:nth-child(1) {
    opacity: 1
}

.sec1 .list .item:hover .h5 p:nth-child(2) {
    opacity: 0
}

.sec1 .list .item:hover .p {
    color: #FFFFFF
}

.container {
    overflow: hidden
}

.sec2 {
    padding: 3.64583vw 0 0;
    position: relative
}

.sec2 .bg {
    position: absolute;
    z-index: -1
}

.sec2 .bg img {
    display: block;
    width: 100%
}

.sec2 .bg1 {
    width: 53.54167vw;
    left: 0;
    top: -5.20833vw
}

.sec2 .bg2 {
    top: -26.04167vw;
    width: 73.95833vw;
    right: 0
}

.sec2 .wrap {
    width: 84.375vw;
    border-radius: 1.875vw;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 auto;
    padding: 3.54167vw 0 4.6875vw
}

.sec2 .wrap .title {
    color: #111;
    text-align: center;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 3.54167vw
}

.sec2 .wrap .list {
    display: flex;
    justify-content: center;
    gap: 3.125vw
}

.sec2 .wrap .list .item {
    width: 15.625vw;
    border-radius: .83333vw;
    padding: 2.5vw 2.65625vw 1.61458vw;
    transition: 0.6s;
    position: relative
}

.sec2 .wrap .list .item .item_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sec2 .wrap .list .item .item_bg img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.6s
}

.sec2 .wrap .list .item .item_bg img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.sec2 .wrap .list .item .icon {
    width: 9.94792vw;
    height: 9.94792vw;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: color-burn;
    margin: 0 auto
}

.sec2 .wrap .list .item .icon video {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.sec2 .wrap .list .item .item_title {
    margin: .52083vw 0 .625vw;
    color: #000;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    position: relative;
    transition: 0.6s
}

.sec2 .wrap .list .item .item_title:after {
    content: attr(data-text);
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(270deg, #8455E7 0%, #E298A6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: 0.6s
}

.sec2 .wrap .list .item .item_text {
    color: #666;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    transition: 0.6s;
    height: 5vw;
    display: flex;
    align-items: center
}

.sec2 .wrap .list .item .item_text:after {
    content: attr(data-text);
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, #C4ADFF 0%, #63E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: 0.6s
}

.sec2 .wrap .list .item:hover {
    box-shadow: 0 .20833vw 1.45833vw 0 rgba(102, 51, 238, 0.3)
}

.sec2 .wrap .list .item:hover .item_bg img:nth-child(1) {
    opacity: 0
}

.sec2 .wrap .list .item:hover .item_bg img:nth-child(2) {
    opacity: 1
}

.sec2 .wrap .list .item:hover .item_title,
.sec2 .wrap .list .item:hover .item_text {
    color: transparent
}

.sec2 .wrap .list .item:hover .item_title:after,
.sec2 .wrap .list .item:hover .item_text:after {
    opacity: 1
}

.sec3 {
    padding: 9.11458vw 0 9.47917vw
}

.sec3 .title {
    color: #111;
    text-align: center;
    font-weight: 700;
    line-height: 150%
}

.sec3 .swiper {
    width: 64.6875vw;
    margin: 3.54167vw auto
}

.sec3 .swiper .swiper-slide {
    width: 100%
}

.sec3 .swiper .swiper-slide .slide_box {
    width: 100%;
    height: 26.04167vw;
    padding: 1.66667vw;
    border-radius: 1.5625vw;
    border-radius: 1.5625vw;
    box-shadow: 0 .26042vw 1.97917vw 0 rgba(0, 0, 0, 0.1);
    background: url("/images/solution/bg9.png");
    background-size: 100% 100%;
    transition: 0.6s;
    transform: scale(0.84)
}

.sec3 .swiper .swiper-slide .slide_box .slide_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2.86458vw 3.54167vw;
    border-radius: 1.5625vw;
    background: #F5F7FD;
    backdrop-filter: blur(5.20833vw)
}

.sec3 .swiper .swiper-slide .slide_box .slide_content .slide_content_l {
    width: 24.0625vw;
    height: 100%;
    border-radius: 1.5625vw;
    overflow: hidden
}

.sec3 .swiper .swiper-slide .slide_box .slide_content .slide_content_l img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.sec3 .swiper .swiper-slide .slide_box .slide_content .slide_content_r {
    width: 27.08333vw
}

.sec3 .swiper .swiper-slide .slide_box .slide_content .slide_content_r .h5 {
    color: #000;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 3.38542vw
}

.sec3 .swiper .swiper-slide .slide_box .slide_content .slide_content_r .p {
    color: #666;
    font-weight: 400;
    line-height: 150%
}

.sec3 .swiper .swiper-slide .slide_box:hover .slide_content .slide_content_l img {
    transform: scale(1.1)
}

.sec3 .swiper .swiper-slide.swiper-slide-active .slide_box {
    transform: scale(1)
}

.sec3 .swiper_control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.125vw
}

.sec3 .swiper_control .swiper-pagination {
    display: flex;
    gap: 1.04167vw;
    position: unset
}

.sec3 .swiper_control .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: .625vw;
    height: .625vw;
    border-radius: .625vw;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    margin: 0;
    cursor: pointer;
    transition: 0.6s
}

.sec3 .swiper_control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(270deg, #8455E7 0%, #E298A6 100%)
}

.sec3 .swiper_control .prev,
.sec3 .swiper_control .next {
    width: 3.125vw;
    height: 3.125vw;
    cursor: pointer;
    transition: 0.6s;
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.04167vw
}

.sec3 .swiper_control .prev img,
.sec3 .swiper_control .next img {
    display: block;
    width: .41667vw;
    transition: all 600ms
}

.sec3 .swiper_control .prev:hover,
.sec3 .swiper_control .next:hover {
    box-shadow: 0 4px 20px 0 rgba(102, 51, 238, 0.4)
}

.sec3 .swiper_control .prev:hover img {
    transform: translate(-.10417vw, -.10417vw) rotate(45deg)
}

.sec3 .swiper_control .next img {
    transform: rotateY(180deg)
}

.sec3 .swiper_control .next:hover img {
    transform: translate(.10417vw, -.10417vw) rotateY(180deg) rotate(45deg)
}

.sec4 {
    padding: 3.54167vw 0 12.39583vw;
    position: relative
}

.sec4 .bg {
    position: absolute;
    z-index: -1;
    width: 98.33333vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.sec4 .bg img {
    display: block;
    width: 100%
}

.sec4 .title {
    color: #111;
    text-align: center;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 3.54167vw
}

.sec4 .list {
    display: flex;
    justify-content: center;
    gap: 3.64583vw;
    flex-wrap: wrap;
}

.sec4 .list .item {
    width: 23.95833vw;
    height: 16.61458vw;
    position: relative;
    padding: 1.40625vw 3.125vw 0;
    transition: 0.6s
}

.sec4 .list .item .icon {
    mix-blend-mode: multiply;
    width: 8.38542vw;
    margin: 0 auto;
    transition: 0.6s
}

.sec4 .list .item .icon img {
    display: block;
    width: 100%
}

.sec4 .list .item .item_text {
    transition: 0.6s
}

.sec4 .list .item .h5 {
    width: 100%;
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    margin-bottom: .78125vw
}

.sec4 .list .item .h5 img {
    display: block;
    width: 1.875vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.sec4 .list .item .p {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 150%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
    height: 1.5625vw
}

.sec4 .list .item .item_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.sec4 .list .item .item_bg img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.6s
}

.sec4 .list .item .item_bg img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.sec4 .list .item:hover {
    box-shadow: 0 .20833vw 5.20833vw-1.66667vw rgba(102, 51, 238, 0.4)
}

.sec4 .list .item:hover .item_bg img:nth-child(1) {
    opacity: 0
}

.sec4 .list .item:hover .item_bg img:nth-child(2) {
    opacity: 1
}

.sec4 .list .item:hover .icon {
    transform: scale(0.9);
    opacity: 0
}

.sec4 .list .item:hover .item_text {
    transform: translateY(-7.23958vw)
}

.sec4 .list .item:hover .item_text .p {
    height: 7.8125vw;
    white-space: unset;
    text-overflow: unset
}

@media screen and (max-width: 768px) {
    .banner {
        margin: 80px 16px 0
    }

    .banner .bg {
        height: 320px;
        border-radius: 15px
    }

    .banner .text {
        top: 10px
    }

    .banner .text .p1 {
        font-size: 32px
    }

    .banner .text .p2 {
        font-size: 18px;
        margin: 8px 0 10px
    }

    .banner .text .p3 {
        font-size: 14px;
        width: 80%;
        line-height: 1.5;
        margin: 0 auto 15px
    }

    .banner .text .btns {
        gap: 15px
    }

    .banner .text .btns .btn {
        gap: 6px;
        padding: 6px 15px
    }

    .banner .text .btns .btn p {
        font-size: 14px
    }

    .banner .text .btns .btn img {
        width: 6px
    }

    .sec1 {
        padding: 60px 5vw 0
    }

    .sec1 .title {
        font-size: 24px;
        margin-bottom: 40px
    }

    .sec1 .list {
        width: 100%
    }

    .sec1 .list .item {
        padding: 0 0 20px
    }

    .sec1 .list .item:not(:last-child) {
        margin-bottom: 30px
    }

    .sec1 .list .item .item_bg {
        position: unset;
        opacity: 1;
        height: 50vw;
        filter: unset;
        margin: 0 0 15px
    }

    .sec1 .list .item .h5 {
        margin-bottom: 10px
    }

    .sec1 .list .item .h5 p:nth-child(1) {
        opacity: 0 !important
    }

    .sec1 .list .item .h5 p:nth-child(2) {
        opacity: 1 !important
    }

    .sec1 .list .item .p {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.7) !important
    }

    .sec2 {
        padding: 80px 5vw 0
    }

    .sec2 .bg1 {
        width: 100%;
        top: 150px
    }

    .sec2 .wrap {
        padding: 20px;
        width: 100%;
        border-radius: 6px
    }

    .sec2 .wrap .title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .sec2 .wrap .list {
        flex-wrap: wrap;
        gap: 30px
    }

    .sec2 .wrap .list .item {
        width: 100%;
        border-radius: 14px;
        padding: 40px 20px 40px
    }

    .sec2 .wrap .list .item .icon {
        width: 30vw;
        height: 40vw;
        margin-bottom: 30px
    }

    .sec2 .wrap .list .item .item_title {
        font-size: 18px;
        margin-bottom: 15px
    }

    .sec2 .wrap .list .item .item_text {
        font-size: 14px;
        height: unset
    }

    .sec3 {
        padding: 80px 5vw 0
    }

    .sec3 .title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .sec3 .swiper {
        width: 100%
    }

    .sec3 .swiper .swiper-slide .slide_box {
        height: unset;
        display: block;
        padding: 20px;
        border-radius: 8px;
        transform: scale(1) !important
    }

    .sec3 .swiper .swiper-slide .slide_box .slide_content {
        display: block;
        border-radius: 6px;
        padding: 20px
    }

    .sec3 .swiper .swiper-slide .slide_box .slide_content .slide_content_l {
        width: 100%
    }

    .sec3 .swiper .swiper-slide .slide_box .slide_content .slide_content_r {
        width: 100%;
        margin: 15px 0 0
    }

    .sec3 .swiper .swiper-slide .slide_box .slide_content .slide_content_r .h5 {
        font-size: 17px;
        margin-bottom: 5px
    }

    .sec3 .swiper .swiper-slide .slide_box .slide_content .slide_content_r .p {
        font-size: 12px
    }

    .sec3 .swiper_control {
        gap: 20px;
        margin: 30px 0 0
    }

    .sec3 .swiper_control .prev,
    .sec3 .swiper_control .next {
        width: 30px;
        height: 30px;
        border-radius: 12px
    }

    .sec3 .swiper_control .prev img,
    .sec3 .swiper_control .next img {
        width: 5px
    }

    .sec3 .swiper_control .swiper-pagination {
        gap: 10px
    }

    .sec3 .swiper_control .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 8px
    }

    .sec4 {
        padding: 80px 5vw
    }

    .sec4 .bg {
        width: 100%;
        height: 100%
    }

    .sec4 .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .sec4 .title {
        margin-bottom: 40px;
        font-size: 24px
    }

    .sec4 .list {
        display: block;
        width: 100%
    }

    .sec4 .list .item {
        width: 100%;
        height: unset;
        border-radius: 10px;
        padding: 30px 30px 40px;
        box-shadow: unset !important
    }

    .sec4 .list .item .item_bg img:nth-child(1) {
        opacity: 1 !important
    }

    .sec4 .list .item .item_bg img:nth-child(2) {
        opacity: 0 !important
    }

    .sec4 .list .item:not(:last-child) {
        margin-bottom: 30px
    }

    .sec4 .list .item .icon {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
        opacity: 1 !important;
        transform: unset !important
    }

    .sec4 .list .item .item_text {
        transform: unset !important
    }

    .sec4 .list .item .h5 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .sec4 .list .item .h5 img {
        width: 13px
    }

    .sec4 .list .item .p {
        height: unset !important;
        white-space: unset;
        overflow: unset;
        font-size: 14px
    }
}