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

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

.banner .text {
    position: absolute;
    left: 0;
    top: 1.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;
    margin-bottom: 40px;
}

.sec1 {
    padding: 3.69792vw 7.8125vw 0
}

.sec1 .title {
    width: fit-content;
    font-weight: 700;
    line-height: 150%;
    background: linear-gradient(90deg, #C4ADFF 0%, #63E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto 2.08333vw
}

.sec1 .box {
    position: relative;
    padding: 1.97917vw 0 6.97917vw
}

.sec1 .box .bg {
    width: 98.33333vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

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

.sec1 .box .content {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3
}

.sec1 .box .content .r {
    width: 55.625vw;
    display: flex;
    justify-content: space-between;
    gap: 3.125vw 0;
    flex-wrap: wrap;
    height: fit-content;
}

.sec1 .box .content .r .item {
    width: 26.25vw;
    height: 10.41667vw;
    position: relative;
    padding: 1.04167vw 2.08333vw 0;
    cursor: pointer
}

.sec1 .box .content .r .item .item_title {
    color: #111;
    font-weight: 700;
    line-height: 150%;
    margin: 0 0 1.25vw;
    position: relative;
    z-index: 3
}

.sec1 .box .content .r .item .item_text {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 150%;
    position: relative;
    z-index: 3;
    max-height: 3.60417vw;
    overflow-y: auto;
    margin-right: 1vw;
}

.sec1 .box .content .r .item .item_text::-webkit-scrollbar {
    width: 0
}

.sec1 .box .content .r .item .item_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.6s;
    opacity: 0
}

.sec1 .box .content .r .item .item_bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.6s
}

.sec1 .box .content .r .item:hover .item_bg {
    opacity: 1
}

.sec1 .box .content .r .item:hover .item_bg1 {
    opacity: 0
}

.sec1 .box .content .l {
    width: 23.95833vw;
    border-radius: 1.04167vw;
    background: linear-gradient(0deg, rgba(132, 85, 231, 0.8) 0%, rgba(226, 152, 166, 0.8) 100%);
    padding: 2.5vw 1.875vw 1.875vw
}

.sec1 .box .content .l .l_title {
    color: #FFF;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 2.5vw
}

.sec1 .box .content .l .part {
    padding: 0 0 1.25vw;
    border-bottom: .05208vw solid rgba(255, 255, 255, 0.6);
    cursor: pointer
}

.sec1 .box .content .l .part:not(:last-child) {
    margin-bottom: 1.25vw
}

.sec1 .box .content .l .part .block {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec1 .box .content .l .part .block p {
    color: #FFF;
    font-weight: 500;
    line-height: 150%
}

.sec1 .box .content .l .part .block img {
    display: block;
    width: 1.66667vw;
    transition: 0.6s
}

.sec1 .box .content .l .part.on .block img {
    transform: rotate(180deg)
}

.sec1 .box .content .l .part .none {
    padding: .83333vw 0 0;
    display: none
}

.sec1 .box .content .l .part .none .none_item {
    display: flex;
    align-items: center;
    width: 15.625vw;
    height: 3.125vw;
    padding: 0 0 0 2.08333vw;
    color: #FFF;
    font-weight: 400;
    transition: 0.6s;
    border-radius: 2.29167vw;
    cursor: pointer
}

.sec1 .box .content .l .part .none .none_item:not(:last-child) {
    margin-bottom: .26042vw
}

.sec1 .box .content .l .part .none .none_item:hover,
.sec1 .box .content .l .part .none .none_item.oon {
    color: #63E;
    background: rgba(255, 255, 255, 0.4)
}

.sec1 .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.125vw;
    margin-bottom: 3.75vw
}

.sec1 .list .item {
    height: 7.23958vw;
    border-radius: .83333vw;
    position: relative;
    padding: 1.30208vw 2.08333vw 0;
    text-align: center;
    transition: 0.6s
}

.sec1 .list .item .item_title {
    font-weight: 700;
    line-height: 150%;
    background: linear-gradient(90deg, #C4ADFF 0%, #63E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: 0 auto .72917vw;
    position: relative;
    z-index: 3
}

.sec1 .list .item .item_text {
    color: #666;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    z-index: 3;
    max-height: 2.60417vw;
    overflow-y: auto
}

.sec1 .list .item .item_text::-webkit-scrollbar {
    width: 0
}

.sec1 .list .item .bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.6s
}

.sec1 .list .item .bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: 0.6s
}

.sec1 .list .item:hover .bg1 {
    opacity: 0
}

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

.sec1 .links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    margin-bottom: 4.11458vw
}

.sec1 .links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 2.60417vw;
    padding: 0 2.55208vw 0 2.23958vw;
    border-radius: 52.08333vw;
    background: linear-gradient(270deg, #8455E7 0%, #E298A6 100%);
    gap: .9375vw
}

.sec1 .links a p {
    color: #FFF;
    font-weight: 400
}

.sec1 .links a img {
    display: block;
    width: .41667vw;
    transition: all 600ms
}

.sec1 .links a:hover img {
    transform: rotate(-45deg)
}

.sec1 .links .search {
    position: relative
}

.sec1 .links .search input {
    width: 23.33333vw;
    height: 2.5vw;
    outline: none;
    border: none;
    border-radius: 1.5625vw;
    font-size: .9375vw;
    padding: 1.04167vw;
    padding-left: 3.125vw;
    width: 0;
    background: transparent;
    transition: all 600ms
}

.sec1 .links .search .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    background: rgba(102, 51, 238, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5
}

.sec1 .links .search .icon img {
    width: 1.45833vw
}

.sec1 .links .search.active input {
    width: 23.33333vw;
    background: rgba(102, 51, 238, 0.1)
}

.sec1 .pager {
    display: flex;
    justify-content: center;
    gap: 1.45833vw;
    padding-bottom: 5.46875vw;
    align-items: center;
    margin: 3.54167vw 0 0
}

.sec1 .pager .prev,
.sec1 .pager .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
}

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

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

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

.sec1 .pager .next img {
    transform: rotateY(180deg)
}

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

.sec1 .pager .nums {
    display: flex;
    gap: 1.45833vw
}

.sec1 .pager .nums a {
    width: 3.125vw;
    height: 3.125vw;
    background: url(../images/b.svg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 1.04167vw;
    transition: all 600ms;
    position: relative;
    overflow: hidden;
    padding-bottom: .15625vw
}

.sec1 .pager .nums a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #C4ADFF 0%, #63E 100%);
    z-index: -1;
    opacity: 0;
    transition: all 600ms
}

.sec1 .pager .nums a:hover,
.sec1 .pager .nums a.on {
    color: white
}

.sec1 .pager .nums a:hover::before,
.sec1 .pager .nums a.on::before {
    opacity: 1
}

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

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

    .banner .text {
        top: 10px
    }

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

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

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

    .sec1 {
        padding: 40px 5vw
    }

    .sec1 .title {
        font-size: 24px;
        margin: 0 auto 30px
    }

    .sec1 .list {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px
    }

    .sec1 .list .item {
        height: 35vw;
        padding: 20px
    }

    .sec1 .list .item .item_title {
        margin-bottom: 15px
    }

    .sec1 .list .item .item_text {
        max-height: 40px
    }

    .sec1 .box {
        padding: 20px 0
    }

    .sec1 .box .content {
        display: block
    }

    .sec1 .box .content .r {
        width: 100%;
        margin: 40px 0 0
    }

    .sec1 .box .content .r .item {
        width: 100%;
        padding: 15px;
        padding-right: 10px;
        height: 160px
    }

    .sec1 .box .content .r .item .item_bg1 img {
        height: 150px
    }

    .sec1 .box .content .r .item .item_bg img {
        height: 175px
    }

    .sec1 .box .content .r .item .item_text{
        max-height: 80px;
        margin-right: 0;
    }

    .sec1 .box .content .l {
        width: 100%;
        border-radius: 10px;
        padding: 20px
    }

    .sec1 .box .content .l .l_title {
        font-size: 20px
    }

    .sec1 .box .content .l .part {
        padding: 0 0 15px
    }

    .sec1 .box .content .l .part .block p {
        font-size: 18px
    }

    .sec1 .box .content .l .part .block img {
        width: 16px
    }

    .sec1 .box .content .l .part .none {
        padding: 10px 0
    }

    .sec1 .box .content .l .part .none .none_item {
        width: fit-content;
        height: unset;
        padding: 6px 20px;
        font-size: 15px
    }

    .sec1 .box .content .l .part:not(:last-child) {
        margin-bottom: 15px
    }

    .sec1 .links {
        margin-bottom: 30px
    }

    .sec1 .links a {
        height: 36px;
        border-radius: 18px;
        padding: 0 20px;
        gap: 8px
    }

    .sec1 .links a img {
        width: 8px
    }

    .sec1 .links .search {
        width: 50%;
        position: relative;
        border-radius: 15px
    }

    .sec1 .links .search .icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: unset;
        left: 5px
    }

    .sec1 .links .search .icon img {
        width: 18px
    }

    .sec1 .links .search input {
        width: 100% !important;
        height: 35px;
        border-radius: 15px;
        font-size: 14px;
        padding: 12px;
        padding-left: 40px;
        background: rgba(102, 51, 238, 0.1)
    }

    .sec1 .pager {
        gap: 10px;
        margin: 0
    }

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

    .sec1 .pager .prev img,
    .sec1 .pager .next img {
        width: 5px
    }

    .sec1 .pager .nums {
        gap: 10px
    }

    .sec1 .pager .nums a {
        width: 30px;
        height: 30px;
        border-radius: 10px
    }
}