img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.item_hover {
    overflow: hidden
}

.item_hover:hover img {
    transform: scale(1.05)
}

.item_hover img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.home {
    background: #FAFAFA url(../images/rbg.png) no-repeat;
    background-size: 100% 100%
}

@keyframes goAnimate {
    100% {
        transform: translateX(-50%)
    }
}

body {
    background: #FAFAFA
}

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 5vw;
    opacity: 0;
    pointer-events: none
}

.cursor.on {
    opacity: 1
}

.cursor img {
    width: 100%
}

.common_title.center {
    text-align: center
}

.common_title .p1 {
    color: rgba(51, 51, 51, 0.2);
    font-family: 'ReadexPro-Bold';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.5vw
}

.common_title .p2 {
    margin: 1.04167vw 0 0 0;
    color: #333;
    font-style: normal;
    font-weight: 600
}

.section1 {
    height: 100vh
}

.section1 .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    --bor: 40vw
}

.section1 .fix .last {
    position: absolute;
    width: 100vw;
    height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: var(--bor) 0 0 var(--bor);
    background: #F8E5FF;
    display: flex;
    align-items: center;
    overflow: hidden;
    transform: translateX(100vw)
}

.section1 .fix .last .wrap {
    width: 83.33333vw;
    margin: auto
}

.section1 .fix .last .wrap .content {
    margin: 3.125vw 0 0 0;
    width: 100%
}

.section1 .fix .last .wrap .content .x {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px
}

.section1 .fix .last .wrap .content .x .item {
    width: 100%;
    height: 23.4375vw;
    border-radius: 2.08333vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 2.08333vw 1.5625vw
}

.section1 .fix .last .wrap .content .x .item:hover:after {
    opacity: 0
}

.section1 .fix .last .wrap .content .x .item:hover:before {
    opacity: 1
}

.section1 .fix .last .wrap .content .x .item:hover .text .p1,
.section1 .fix .last .wrap .content .x .item:hover .text .p2 {
    color: #FFF
}

.section1 .fix .last .wrap .content .x .item:hover .pick {
    opacity: 1
}

.section1 .fix .last .wrap .content .x .item:hover .icon svg path {
    fill: #fff
}

.section1 .fix .last .wrap .content .x .item .icon {
    position: absolute;
    bottom: 1.04167vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 6.25vw;
    height: 6.25vw
}

.section1 .fix .last .wrap .content .x .item .icon svg {
    max-width: 100%;
    max-height: 100%
}

.section1 .fix .last .wrap .content .x .item .icon svg path {
    transition: .6s ease
}

.section1 .fix .last .wrap .content .x .item .num {
    position: absolute;
    width: 6.04167vw;
    right: 0;
    top: 40px;
    pointer-events: none
}

.section1 .fix .last .wrap .content .x .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(154deg, #EEC3FF -.03%, rgba(240, 201, 255, 0.3) 49.98%, #EEC3FF 100%);
    z-index: -1;
    transition: .6s ease
}

.section1 .fix .last .wrap .content .x .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(95deg, #8399FF -5.92%, rgba(131, 153, 255, 0.5) 109.04%);
    z-index: -1;
    opacity: 0;
    transition: .6s ease
}

.section1 .fix .last .wrap .content .x .item .text .p1 {
    color: #333;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 .3125vw;
    transition: .6s ease
}

.section1 .fix .last .wrap .content .x .item .text .p2 {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition: .6s ease
}

.section1 .fix .last .wrap .content .x .item .pick {
    margin: 4.16667vw 0 0 0;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0;
    transition: .6s ease
}

.section1 .fix .first {
    height: 100vh;
    width: 100%;
    padding: 0 8.33333vw;
    position: relative;
    display: flex;
    align-items: center
}

.section1 .fix .first .clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--bor) 0 0 var(--bor);
    overflow: hidden;
    transform: translateX(65%)
}

.section1 .fix .first .clip video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.section1 .fix .first .l .label {
    display: flex;
    padding: .3125vw .52083vw;
    justify-content: center;
    align-items: center;
    gap: .52083vw;
    border-radius: .41667vw;
    border: 1px solid #71009E;
    color: #71009E;
    font-style: normal;
    font-weight: 400;
    width: fit-content
}

.section1 .fix .first .l .title {
    width: 43.33333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 4.6875vw;
    text-transform: capitalize;
    background: linear-gradient(90deg, #71009E .52%, rgba(113, 0, 158, 0.4) 50%, rgba(113, 0, 158, 0.7) 99.47%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1.82292vw 0
}

.section1 .fix .first .l .text {
    width: 24.6875vw;
    color: #999;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25vw
}

.section2 {
    position: relative;
    z-index: 1;
    padding: 8.33333vw
}

.section2 .top .content {
    margin: 6.25vw 0 0 0;
    display: flex;
    justify-content: center;
    gap: 17.91667vw
}

.section2 .top .content .item {
    width: 22.8125vw;
    height: 28.125vw;
    border-radius: 2.08333vw;
    position: relative;
    z-index: 1
}

.section2 .top .content .item:hover:after {
    opacity: 0
}

.section2 .top .content .item:hover:before {
    opacity: 1
}

.section2 .top .content .item:hover .text .p1,
.section2 .top .content .item:hover .text .p2 {
    color: #fff
}

.section2 .top .content .item:hover .other {
    opacity: 1
}

.section2 .top .content .item:hover .position {
    color: #fff
}

.section2 .top .content .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2.08333vw;
    background: linear-gradient(154deg, #EEC3FF -.03%, rgba(240, 201, 255, 0.3) 49.98%, #EEC3FF 100%);
    z-index: -1;
    transition: .6s ease
}

.section2 .top .content .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2.08333vw;
    background: linear-gradient(95deg, #8399FF -5.92%, rgba(131, 153, 255, 0.5) 109.04%);
    z-index: -1;
    opacity: 0;
    transition: .6s ease
}

.section2 .top .content .item .position {
    width: 100%;
    text-align: center;
    bottom: 1.5625vw;
    left: 0;
    overflow: hidden;
    color: #333;
    font-style: normal;
    z-index: 1;
    position: absolute;
    font-weight: 500;
    transition: .6s ease
}

.section2 .top .content .item .pic {
    width: 11.45833vw;
    height: 11.45833vw;
    border-radius: 50%;
    overflow: hidden;
    margin: -2.60417vw auto 0
}

.section2 .top .content .item .pic img {
    width: 100%;
    height: 100%
}

.section2 .top .content .item .other {
    margin: 2.60417vw 0 0 0;
    opacity: 0;
    transition: .6s ease
}

.section2 .top .content .item .other p {
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.section2 .top .content .item .other p svg {
    width: 1.25vw;
    height: 1.25vw;
    margin: 0 .3125vw 0 0
}

.section2 .top .content .item .text {
    margin: 2.08333vw 0 0 0;
    text-align: center
}

.section2 .top .content .item .text .p1 {
    color: #333;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 .3125vw;
    transition: .6s ease
}

.section2 .top .content .item .text .p2 {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition: .6s ease
}

.section2 .bottom {
    margin: 7.70833vw 0 0 0
}

.section2 .bottom .content {
    margin: 4.16667vw 0 0 0;
    display: flex;
    justify-content: space-between
}

.section2 .bottom .content .r {
    width: 39.21875vw;
    position: relative
}

.section2 .bottom .content .r .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none
}

.section2 .bottom .content .r .button .circle {
    cursor: pointer;
    pointer-events: auto;
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .10417vw solid #71009E;
    transition: .6s ease
}

.section2 .bottom .content .r .button .circle:hover {
    background: #71009E
}

.section2 .bottom .content .r .button .circle:hover path {
    fill: #fff
}

.section2 .bottom .content .r .button .circle:last-child {
    transform: rotate(180deg)
}

.section2 .bottom .content .r .button .circle svg {
    width: 1.5625vw;
    height: 1.5625vw
}

.section2 .bottom .content .r .button .circle svg path {
    transition: .6s ease
}

.section2 .bottom .content .r .rSwiper {
    width: 100%;
    overflow: unset
}

.section2 .bottom .content .r .rSwiper .swiper-slide.swiper-slide-active .item {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: 1s
}

.section2 .bottom .content .r .rSwiper .swiper-slide .item {
    width: 100%;
    height: 35.10417vw;
    border-radius: 2.08333vw;
    background: linear-gradient(268deg, #8399FF -91.1%, #CAD3FB 105.38%);
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 2.08333vw 3.02083vw;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none
}

.section2 .bottom .content .r .rSwiper .swiper-slide .item .line {
    position: absolute;
    top: 0;
    left: 0;
    max-width: unset;
    max-height: unset;
    object-fit: contain;
    z-index: 1;
    pointer-events: none
}

.section2 .bottom .content .r .rSwiper .swiper-slide .item .img {
    width: 27.03125vw;
    position: absolute;
    bottom: 0;
    right: -2.08333vw;
    max-width: unset;
    max-height: unset;
    z-index: 5
}

.section2 .bottom .content .r .rSwiper .swiper-slide .item .text {
    width: 12.5vw
}

.section2 .bottom .content .r .rSwiper .swiper-slide .item .text .p1 {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 .52083vw
}

.section2 .bottom .content .r .rSwiper .swiper-slide .item .text .p2 {
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 1.04167vw
}

.section2 .bottom .content .r .rSwiper .swiper-slide .item .text .p3 {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 1.14583vw
}

.section2 .bottom .content .l {
    width: 33.33333vw
}

.section2 .bottom .content .l .other {
    width: fit-content;
    margin: 1.35417vw 0 0
}

.section2 .bottom .content .l .other .p1 {
    color: #999;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    margin: .52083vw 0 0 0;
    text-align: center
}

.section2 .bottom .content .l .other .more {
    padding: .83333vw 1.5625vw;
    gap: .52083vw;
    border-radius: 1.40625vw;
    border: 1px solid #71009E;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.section2 .bottom .content .l .other .more:hover {
    background: #71009E
}

.section2 .bottom .content .l .other .more:hover p {
    color: #fff
}

.section2 .bottom .content .l .other .more:hover svg path {
    fill: #fff
}

.section2 .bottom .content .l .other .more p {
    color: #71009E;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    transition: .6s ease
}

.section2 .bottom .content .l .other .more svg {
    width: 1.04167vw;
    height: 1.04167vw
}

.section2 .bottom .content .l .other .more svg path {
    transition: .6s ease
}

.section2 .bottom .content .l .lSwiper {
    width: 100%;
    height: 31.04167vw
}

.section2 .bottom .content .l .lSwiper .swiper-slide.swiper-slide-thumb-active .item:after {
    opacity: 1
}

.section2 .bottom .content .l .lSwiper .swiper-slide .item {
    width: 100%;
    height: 7.76042vw;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 2.08333vw
}

.section2 .bottom .content .l .lSwiper .swiper-slide .item .img {
    width: 5.20833vw;
    height: fit-content;
    object-fit: contain
}

.section2 .bottom .content .l .lSwiper .swiper-slide .item .text .p1 {
    color: #999;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 .46875vw;
    font-family: 'ReadexPro-Bold'
}

.section2 .bottom .content .l .lSwiper .swiper-slide .item .text .p2 {
    color: #999;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.section2 .bottom .content .l .lSwiper .swiper-slide .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: .83333vw;
    background: linear-gradient(90deg, #F5F6FF 0%, rgba(245, 246, 255, 0) 100%);
    opacity: 0;
    transition: .6s ease
}

.section3 {
    padding: 8.33333vw 0;
    overflow: hidden
}

.section3 .content {
    margin: 6.25vw 0 0 0
}

.section3 .content .go {
    width: max-content;
    display: flex;
    animation: goAnimate 40s linear infinite;
    pointer-events: none
}

.section3 .content .go:hover {
    animation-play-state: paused
}

.section3 .content .go .flex {
    display: flex
}

.section3 .content .go .flex .img {
    width: 12.5vw;
    pointer-events: auto;
    height: 19.375vw;
    border-radius: 1.25vw;
    overflow: hidden;
    position: relative;
    cursor: none;
    margin: 0 1.66667vw 0 0
}

.section3 .content .go .flex .img:nth-child(1) {
    margin-top: 4.63542vw
}

.section3 .content .go .flex .img:nth-child(3) {
    margin-top: 4.63542vw
}

.section3 .content .go .flex .img:nth-child(4) {
    margin-top: 10.78125vw
}

.section3 .content .go .flex .img:nth-child(5) {
    margin-top: 7.8125vw
}

.section3 .content .go .flex .img:nth-child(6) {
    margin-top: 4.63542vw
}

.section3 .content .go .flex .img:nth-child(8) {
    margin-top: 4.63542vw
}

.section3 .content .go .flex .img:hover:after,
.section3 .content .go .flex .img:hover .play {
    opacity: 1
}

.section3 .content .go .flex .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: .6s ease;
    display: none
}

.section3 .content .go .flex .img .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.16667vw;
    height: 4.16667vw;
    z-index: 5;
    transition: .6s ease;
    opacity: 0;
    display: none
}

.section3 .content .go .flex .img .play svg {
    width: 4.16667vw;
    height: 4.16667vw
}

.section3 .content .go .flex .img img,
.section3 .content .go .flex .img video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section4 {
    padding: 8.33333vw 8.33333vw 10.83333vw 8.33333vw;
    overflow: hidden
}

.section4 .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.section4 .top .button {
    display: flex;
    gap: 1.25vw
}

.section4 .top .button .circle {
    width: 2.60417vw;
    height: 2.60417vw;
    border-radius: 50%;
    border: .10417vw solid #71009E;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    cursor: pointer
}

.section4 .top .button .circle:hover {
    background: #71009E
}

.section4 .top .button .circle:hover svg path {
    fill: #fff
}

.section4 .top .button .circle:first-child {
    transform: rotate(180deg)
}

.section4 .top .button .circle svg {
    width: 1.30208vw;
    height: 1.30208vw
}

.section4 .top .button .circle svg path {
    transition: .6s ease
}

.section4 .content {
    margin: 5.10417vw 0 0 0
}

.section4 .content .videoSwiper {
    width: 104.6875vw
}

.section4 .content .videoSwiper .swiper-slide .item {
    height: 29.375vw;
    width: 100%;
    border-radius: 1.25vw;
    background: #FFF;
    padding: 1.5625vw;
    position: relative
}

.section4 .content .videoSwiper .swiper-slide .item .p1 {
    color: #333;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    height: 3.75vw;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.section4 .content .videoSwiper .swiper-slide .item .img {
    margin: 1.25vw 0 0 0;
    width: 100%;
    height: 21.25vw;
    border-radius: .625vw;
    overflow: hidden;
    position: relative
}

.section4 .content .videoSwiper .swiper-slide .item .img:hover:after,
.section4 .content .videoSwiper .swiper-slide .item .img:hover .play {
    opacity: 1
}

.section4 .content .videoSwiper .swiper-slide .item .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: .6s ease-in
}

.section4 .content .videoSwiper .swiper-slide .item .img .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.16667vw;
    height: 4.16667vw;
    z-index: 5;
    transition: .6s ease;
    cursor: pointer;
    opacity: 0
}

.section4 .content .videoSwiper .swiper-slide .item .img .play svg {
    width: 4.16667vw;
    height: 4.16667vw
}

.section5 {
    padding: 0 8.33333vw 8.33333vw 8.33333vw
}

.section5 .content {
    margin: 1.82292vw 0 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.section5 .content .r {
    width: 39.58333vw;
    height: 27.08333vw;
    border-radius: 2.08333vw;
    background: linear-gradient(268deg, #DCE2FF -91.1%, #95A8FF 105.38%);
    position: relative
}

.section5 .content .r img {
    width: 26.82292vw;
    max-width: unset;
    max-height: unset;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.section5 .content .l {
    width: 39.0625vw;
    padding: 0 0 1.25vw
}

.section5 .content .l .item {
    border-bottom: 1px solid #CCC
}

.section5 .content .l .item.on .show svg {
    transform: rotate(-180deg)
}

.section5 .content .l .item .show {
    height: 4.6875vw;
    display: flex;
    align-items: center;
    gap: .52083vw;
    cursor: pointer
}

.section5 .content .l .item .show svg {
    width: 1.25vw;
    height: 1.25vw;
    transition: .6s ease
}

.section5 .content .l .item .show p {
    color: #333;
    font-style: normal;
    font-weight: 500;
    width: 37.8125vw;
    line-height: 150%
}

.section5 .content .l .item .hide {
    overflow: hidden;
    display: none
}

.section5 .content .l .item .hide>div {
    margin: 1.25vw 0 1.5625vw 0;
    color: #999;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.foot {
    position: relative;
    z-index: 2;
    margin-top: -11.66667vw
}

@media (max-width: 768px) {
    .common_title.center {
        text-align: center
    }

    .common_title .p1 {
        line-height: 1.3;
        color: rgba(51, 51, 51, 0.2);
        font-family: 'ReadexPro-Bold';
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase
    }

    .common_title .p2 {
        margin: 10px 0 0 0;
        color: #333;
        font-style: normal;
        font-weight: 600
    }

    .home {
        overflow: hidden
    }

    .section1 {
        height: auto !important
    }

    .section1 .fix {
        height: auto;
        --bor: 20vw
    }

    .section1 .fix .last {
        width: 100%;
        position: relative;
        transform: translateX(0) !important;
        border-radius: 0;
        padding: 50px 5%
    }

    .section1 .fix .last .wrap {
        width: 100%;
        margin: 0
    }

    .section1 .fix .last .wrap .content {
        margin: 25px 0 0 0;
        display: none
    }

    .section1 .fix .last .wrap .content.sj_content {
        display: block !important
    }

    .section1 .fix .last .wrap .content.sj_content .xSwiper {
        width: 100%
    }

    .section1 .fix .last .wrap .content .x {
        width: 100%;
        flex-direction: column;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }

    .section1 .fix .last .wrap .content .x .item {
        width: 100%;
        height: auto;
        padding: 30px 15px;
        border-radius: 20px
    }

    .section1 .fix .last .wrap .content .x .item::after {
        opacity: 0
    }

    .section1 .fix .last .wrap .content .x .item::before {
        opacity: 1
    }

    .section1 .fix .last .wrap .content .x .item .num {
        width: auto;
        height: auto;
        top: 30px
    }

    .section1 .fix .last .wrap .content .x .item .text .p1,
    .section1 .fix .last .wrap .content .x .item .text .p2 {
        color: #FFF
    }

    .section1 .fix .last .wrap .content .x .item .pick {
        opacity: 1
    }

    .section1 .fix .last .wrap .content .x .item .icon {
        width: 50px;
        height: 50px;
        bottom: 15px;
        position: static;
        width: fit-content;
        margin: 25px auto 0;
        transform: none
    }

    .section1 .fix .last .wrap .content .x .item .icon svg path {
        fill: #fff
    }

    .section1 .fix .first {
        height: auto;
        padding: 100px 5% 40px 5%;
        flex-direction: column
    }

    .section1 .fix .first .clip {
        position: relative;
        transform: translateX(0) !important;
        border-radius: 0;
        margin: 20px 0 0 0
    }

    .section1 .fix .first .l .label {
        border-radius: 4px;
        padding: 10px 5px
    }

    .section1 .fix .first .l .title {
        width: 100%;
        line-height: 1.5;
        margin: 20px 0
    }

    .section1 .fix .first .l .text {
        width: 100%;
        line-height: 1.5
    }

    .section2 {
        padding: 50px 5%
    }

    .section2 .top .content {
        flex-direction: column;
        gap: 20px
    }

    .section2 .top .content .item {
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding: 50px 5%
    }

    .section2 .top .content .item:after {
        opacity: 0
    }

    .section2 .top .content .item:before {
        opacity: 1
    }

    .section2 .top .content .item .text .p1,
    .section2 .top .content .item .text .p2 {
        color: #fff
    }

    .section2 .top .content .item .other {
        opacity: 1
    }

    .section2 .top .content .item .position {
        color: #fff
    }

    .section2 .top .content .item .pic {
        width: 100px;
        height: 100px;
        margin-top: 0
    }

    .section2 .top .content .item .other {
        margin: 25px 0 0 0
    }

    .section2 .top .content .item .other p {
        line-height: 1.5
    }

    .section2 .top .content .item .position {
        position: static;
        margin: 40px 0 0 0
    }

    .section2 .bottom .content {
        flex-direction: column
    }

    .section2 .bottom .content .r {
        width: 100%;
        margin: 25px 0 0 0
    }

    .section2 .bottom .content .r .button {
        position: absolute;
        transform: none;
        justify-content: center;
        gap: 15px;
        top: -85px;
        right: 0;
        left: auto;
        width: fit-content
    }

    .section2 .bottom .content .r .button .circle {
        width: 40px;
        height: 40px
    }

    .section2 .bottom .content .r .button .circle svg {
        width: 20px;
        height: 20px
    }

    .section2 .bottom .content .r .rSwiper .swiper-slide .item {
        height: auto;
        padding: 20px 20px 0 20px;
        flex-direction: column-reverse;
        align-items: unset;
        justify-content: unset
    }

    .section2 .bottom .content .r .rSwiper .swiper-slide .item .line {
        /*display:none;*/
        z-index: -1;
    }

    .section2 .bottom .content .r .rSwiper .swiper-slide .item .img {
        position: static;
        width: 50%;
        margin: 30px auto 0;
        display: block
    }

    .section2 .bottom .content .r .rSwiper .swiper-slide .item .text {
        width: 100%
    }

    .section2 .bottom .content .r .rSwiper .swiper-slide .item .text .p2 {
        margin: 0 0 15px
    }

    .section2 .bottom .content .r .rSwiper .swiper-slide .item .text .p3 {
        line-height: 1.6
    }

    .section2 .bottom .content .l {
        width: 100%;
        margin-top: 20px
    }

    .section2 .bottom .content .l .lSwiper {
        height: 135px
    }

    .section2 .bottom .content .l .lSwiper .swiper-slide .item {
        height: auto;
        gap: 20px;
        padding: 20px 0
    }

    .section2 .bottom .content .l .lSwiper .swiper-slide .item .img {
        width: 80px
    }

    .section2 .bottom .content .l .other {
        margin-top: 15px
    }

    .section2 .bottom .content .l .other .more {
        width: fit-content;
        height: 35px;
        padding: 0 15px;
        border-radius: 7px
    }

    .section2 .bottom .content .l .other .p1 {
        margin: 15px 0 0 0
    }

    .section3 {
        padding: 50px 5%
    }

    .section3 .content {
        margin: 30px 0 0 0
    }

    .section3 .content .go .flex .img {
        width: 150px;
        border-radius: 10px;
        height: auto;
        margin: 0 20px 0 0;
        height: 150px;
    }

    .section3 .content .go .flex .img:nth-child(n) {
        margin-top: 0 !important
    }

    .section3 .content .go .flex .img .play {
        width: 40px;
        height: 40px;
        display: block;
        opacity: 1
    }

    .section3 .content .go .flex .img .play svg {
        width: 40px;
        height: 40px
    }

    .section4 {
        padding: 20px
    }

    .section4 .top {
        flex-direction: column;
        align-items: flex-start
    }

    .section4 .top .button {
        margin-top: 20px;
        gap: 15px
    }

    .section4 .top .button .circle {
        width: 40px;
        height: 40px
    }

    .section4 .top .button .circle svg {
        width: 20px;
        height: 20px
    }

    .section4 .content {
        margin: 25px 0 0 0
    }

    .section4 .content .videoSwiper {
        width: 100%
    }

    .section4 .content .videoSwiper .swiper-slide .item {
        height: auto;
        border-radius: 10px;
        padding: 20px
    }

    .section4 .content .videoSwiper .swiper-slide .item .p1 {
        height: auto;
        line-height: 1.5
    }

    .section4 .content .videoSwiper .swiper-slide .item .img {
        height: auto;
        border-radius: 10px;
        margin: 25px 0 0 0
    }

    .section4 .content .videoSwiper .swiper-slide .item .img:after {
        opacity: 1
    }

    .section4 .content .videoSwiper .swiper-slide .item .img .play {
        width: 50px;
        height: 50px;
        opacity: 1
    }

    .section4 .content .videoSwiper .swiper-slide .item .img .play svg {
        width: 50px;
        height: 50px
    }

    .section5 {
        padding: 40px 5%
    }

    .section5 .content {
        flex-direction: column
    }

    .section5 .content .r {
        width: 100%;
        height: 130px;
        margin-bottom: 20px;
        margin: 130px 0 0 0
    }

    .section5 .content .r img {
        width: auto;
        margin: auto;
        height: 250px;
        display: block
    }

    .section5 .content .l {
        width: 100%
    }

    .section5 .content .l .item .show {
        height: auto;
        gap: 5px;
        padding: 15px 0
    }

    .section5 .content .l .item .show svg {
        width: 20px;
        height: 20px
    }

    .section5 .content .l .item .show p {
        width: 100%;
        flex: 1;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .section5 .content .l .item .hide {
        overflow: hidden
    }

    .section5 .content .l .item .hide>div {
        margin: 15px 0
    }

    .foot {
        margin-top: -50px
    }
}