.common_banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.common_banner:after {
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #030000, rgba(0, 0, 0, 0));
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.common_banner .txt_box {
    position: absolute;
    width: 100%;
    top: 18%;
    left: 0;
    z-index: 3;
    text-align: center;
}

.common_banner .txt_box .title {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
}

.common_banner .txt_box .p {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    margin: 22px 0 28px;
}

.common_banner .txt_box .play_btn {
    width: fit-content;
    height: 46px;
    border-radius: 23px;
    padding: 0 20px;
    background: #7F1085;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
}

.common_banner .txt_box .play_btn .iconfont {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: #7F1085;
}

.common_banner .txt_box .play_btn p {
    font-family: 'Poppins-Medium';
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

.common_banner .img {
    width: 100%;
    height: 100%;
}

.common_banner .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 {
    height: calc(100vh + 2200px);
}

.sec1 .des {
    height: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.sec1 .des p span {
    text-align: center;
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 64px;
    background: linear-gradient(90deg, #7F1083 0%, #837BCF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin: 0 auto;
    opacity: 0;
}

.sec1 .fix {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
    margin: -800px 0 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .fix .fix_box {
    width: 1354px;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .fix .fix_box .title {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 200px;
    color: rgba(255, 255, 255, 0);
    line-height: 1.2;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    opacity: 0;
    transform: scale(1.3);
}

.sec1 .fix .fix_box .list {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    gap: 160px;
    bottom: -20px;
    transform: translateY(100%);
}

.sec1 .fix .fix_box .list .item {
    min-width: 150px;
    opacity: 0;
    transform: translateY(20px);
}

.sec1 .fix .fix_box .list .item .icon {
    width: 49px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.sec1 .fix .fix_box .list .item p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.sec1 .fix .fix_box .list.on .item {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
}

.sec1 .fix .fix_box .list.on .item:nth-child(2) {
    transition-delay: 0.1s;
}

.sec1 .fix .fix_box .list.on .item:nth-child(3) {
    transition-delay: 0.2s;
}

.sec1 .fix .fix_box .list.on .item:nth-child(4) {
    transition-delay: 0.3s;
}

.sec1 .fix .fix_box .img {
    width: 100%;
    position: relative;
    z-index: 3;
    opacity: 0;
}

.sec1 .fix .fix_box .img img {
    display: block;
    width: 100%;
}

.sec1 .fix .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sec1 .fix .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 {
    height: calc(100vh + 2200px);
}

.sec2 .fix {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
}

.sec2 .fix .box {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 .fix .box .part1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.sec2 .fix .box .part1 .l {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 32px;
    width: 440px;
    position: absolute;
    z-index: 3;
    top: 37vh;
    left: calc(30vw - 400px);
    opacity: 0;
    transform: translateY(80px);
}

.sec2 .fix .box .part1 .r {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 32px;
    width: 440px;
    position: absolute;
    z-index: 3;
    top: 68vh;
    right: calc(30vw - 500px);
    opacity: 0;
    transform: translateY(80px);
}

.sec2 .fix .box .part1 .img {
    width: 100%;
    height: 100%;
}

.sec2 .fix .box .part1 .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 .fix .box .part2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: inset(0 0% 0% 100%);
    z-index: 4;
}

.sec2 .fix .box .part2 .swiper {
    width: 100%;
    height: 100%;
}

.sec2 .fix .box .part2 .swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.sec2 .fix .box .part2 .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 .fix .box .part2 .color_select {
    display: flex;
    width: fit-content;
    padding: 22px 36px;
    gap: 18px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 30px);
    bottom: 70px;
    height: 62px;
    z-index: 5;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
    border-radius: 31px;
    opacity: 0;
    pointer-events: none;
}

.sec2 .fix .box .part2 .color_select.on {
    transform: translate(-50%, 0px);
    opacity: 1;
    pointer-events: auto;
    transition: 0.6s;
}

.sec2 .fix .box .part2 .color_select .color {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 .fix .box .part2 .color_select .color:after {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #4E4E4E;
    position: absolute;
    opacity: 0;
    transition: 0.6s;
}

.sec2 .fix .box .part2 .color_select .color.on:after, .sec2 .fix .box .part2 .color_select .color:hover:after {
    opacity: 1;
}

.sec2 .fix .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 46px;
    color: #1A1A1A;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 83px;
    z-index: 6;
    line-height: 1.2;
}

.sec3 {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    position: relative;
    padding: 117px;
}

.sec3 .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.sec3 .text {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    width: 770px;
    text-align: center;
    margin: 0 auto;
}

.sec3 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sec3 .bg img {
    display: block;
    width: 100%;
    max-height: unset;
}

.sec4 {
    position: relative;
    height: calc(100vh + 6000px);
}

.sec4 .fix {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
}

.sec4 .fix .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 124px;
    line-height: 1.2;
}

.sec4 .fix .images-canvas {
    width: fit-content;
    height: fit-content;
    position: absolute;
    padding: 6.25vw 0 0;
}

.sec4 .fix .images-canvas .cir {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec4 .fix .images-canvas .cir .c {
    width: 55px;
    height: 55px;
    background: rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 14px 0px rgba(127, 16, 131, 0.6);
    border-radius: 50%;
    position: absolute;
    will-change: transform;
    transform: scale(0);
}

.sec4 .fix .images-canvas .cir1 {
    top: 44.5vw;
    left: 23.6vw;
}

.sec4 .fix .images-canvas .cir2 {
    top: 42.7vw;
    left: 26.2vw;
}

.sec4 .fix .images-canvas .cir3 {
    top: 39.7vw;
    left: 32.2vw;
}

.sec4 .fix .images-canvas .cir4 {
    top: 43.8vw;
    left: 19.2vw;
}

.sec4 .fix .images-canvas .item {
    position: absolute;
    width: 360px;
    will-change: transform, opacity;
    transform: translateY(20px);
    opacity: 0;
}

.sec4 .fix .images-canvas .item .img {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
}

.sec4 .fix .images-canvas .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec4 .fix .images-canvas .item h5 {
    margin: 30px 0 20px;
    font-weight: 600;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 1;
}

.sec4 .fix .images-canvas .item p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 24px;
}

.sec4 .fix .images-canvas .item1 {
    top: 30vw;
    left: -230px;
}

.sec4 .fix .images-canvas .item2 {
    top: 38vw;
    left: -230px;
}

.sec4 .fix .images-canvas .item3 {
    top: 21vw;
    right: -250px;
}

.sec4 .fix .images-canvas .item4 {
    top: 38vw;
    right: -250px;
}

.sec4 .fix .images-canvas canvas {
    width: 52.0833333333vw;
    height: 66.6666666667vw;
}

.sec5 {
    padding: 60vh 0;
    position: relative;
}

.sec5 .wrap {
    width: 1680px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.sec5 .wrap .item {
    width: 611px;
    height: 370px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.sec5 .wrap .item .item_bottom {
    width: 100%;
    position: absolute;
    bottom: 30px;
    padding: 0 30px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.sec5 .wrap .item .item_bottom h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.2;
}

.sec5 .wrap .item .item_bottom .jia {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 50%;
    position: relative;
    transition: 0.6s;
}

.sec5 .wrap .item .item_bottom .jia span {
    display: block;
    width: 16px;
    height: 2px;
    background: #000000;
    position: absolute;
    transition: 0.6s;
}

.sec5 .wrap .item .item_bottom .jia span:nth-child(2) {
    transform: rotate(90deg);
}

.sec5 .wrap .item .item_bottom .jia:hover {
    background: #7F1083;
}

.sec5 .wrap .item .item_bottom .jia:hover span {
    background: #FFFFFF;
}

.sec5 .wrap .item img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec5 .wrap .item:hover img {
    transform: scale(1.1);
}

.sec5 .wrap .item:nth-child(2n) {
    margin: 100px 0 0 auto;
}

.sec5 .position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec5 .position .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec5 .position .fix .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 76px;
    color: #7F1083;
    text-align: center;
    line-height: 1.2;
}

.fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(20px);
    opacity: 0;
    transition: 0.9s;
    pointer-events: none;
}

.fixed.show {
    opacity: 1;
    pointer-events: auto;
}

.fixed .fixed_shadow {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.1;
    position: absolute;
}

.fixed .fixed_box {
    position: relative;
    z-index: 3;
    width: 617px;
    background: #F9F9F9;
    border-radius: 20px;
    padding: 65px 52px 110px;
}

.fixed .fixed_box .close {
    position: absolute;
    top: 19px;
    right: 22px;
    cursor: pointer;
}

.fixed .fixed_box .close .iconfont {
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    transition: 0.6s;
}

.fixed .fixed_box .close .iconfont:hover {
    background: #7F1085;
    color: #FFFFFF;
}

.fixed .fixed_box h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 1.2;
}

.fixed .fixed_box p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    margin: 45px 0 0;
}

.sec6 .wrap {
    width: 1200px;
    margin: 0 auto;
}

.sec6 .wrap .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 52px;
    color: #000000;
    text-align: center;
    line-height: 1.3;
}

.sec6 .wrap .text {
    font-weight: 400;
    font-size: 18px;
    color: #001A1A;
    text-align: center;
    margin: 35px 0 70px;
}

.sec6 .wrap .video {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec6 .wrap .video .play {
    width: 80px;
    height: 80px;
    background: #7F1083;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.6s;
    pointer-events: none;
    opacity: 0;
}

.sec6 .wrap .video .play .iconfont {
    position: absolute;
    font-size: 20px;
    color: #FFFFFF;
    transition: 0.6s;
}

.sec6 .wrap .video .play .icon {
    width: 19px;
    height: 25px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: 0.6s;
}

.sec6 .wrap .video .play .icon span {
    display: block;
    width: 5px;
    height: 25px;
    background: #FFFFFF;
    border-radius: 3px;
}

.sec6 .wrap .video .play.on .icon {
    opacity: 1;
}

.sec6 .wrap .video .play.on .iconfont {
    opacity: 0;
}

.sec6 .wrap .video:hover .play {
    opacity: 1;
    pointer-events: auto;
}

.sec6 .wrap .video video {
    display: block;
    width: 100%;
}

.sec7 {
    padding: 237px 0 0;
}

.sec7 .wrap {
    width: 1200px;
    margin: 0 auto;
}

.sec7 .wrap .item {
    display: flex;
    justify-content: space-between;
}

.sec7 .wrap .item:nth-child(2) {
    margin: 109px 0 0;
    flex-direction: row-reverse;
}

.sec7 .wrap .item .img {
    width: 600px;
}

.sec7 .wrap .item .item_r {
    width: 520px;
}

.sec7 .wrap .item .item_r h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 70px;
}

.sec7 .wrap .item .item_r p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
}

.sec8 {
    padding: 345px 0 0;
}

.sec8 .wrap {
    width: 1200px;
    margin: 0 auto;
}

.sec8 .wrap .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 76px;
    color: #7F1083;
    text-align: center;
    line-height: 1.3;
}

.sec8 .wrap .text {
    font-weight: 600;
    font-size: 24px;
    color: #1A1A1A;
    text-align: center;
    margin: 28px 0 155px;
}

.sec8 .wrap .box {
    display: flex;
    justify-content: space-between;
    padding: 0 40px 0 0;
}

.sec8 .wrap .box .l {
    width: 530px;
    padding: 50px 0 0;
}

.sec8 .wrap .box .l h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 40px;
}

.sec8 .wrap .box .l p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
}

.sec8 .wrap .box .r {
    width: 584px;
}

.sec9 {
    width: 100%;
    overflow: hidden;
    padding: 128px 0 240px;
}

.sec9 .wrap {
    width: 1200px;
    margin: 0 auto;
}

.sec9 .wrap .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #1A1A1A;
    line-height: 1.2;
    margin-bottom: 70px;
}

.sec9 .wrap .swiper {
    overflow: unset;
    width: 1340px;
}

.sec9 .wrap .swiper .swiper-slide .img {
    width: 650px;
    height: 360px;
    border-radius: 10px;
    overflow: hidden;
}

.sec9 .wrap .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec9 .wrap .swiper .swiper-slide h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 1;
    margin: 20px 0 10px;
}

.sec9 .wrap .swiper .swiper-slide p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
}

.sec9 .wrap .swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.sec10 .wrap {
    width: 100vw;
    height: 100vh;
    display: flex;
    background: #E6E6F0;
}

.sec10 .wrap .l {
    width: 45vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0 calc(50vw - 730px);
}

.sec10 .wrap .l .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 52px;
    color: #1A1A1A;
}

.sec10 .wrap .l .little_title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #7F1083;
    background: linear-gradient(90deg, #7F1083 0%, #837BCF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 165px 0 240px;
    width: fit-content;
}

.sec10 .wrap .l p {
    width: 500px;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
}

.sec10 .wrap .r {
    width: 55vw;
    height: 100%;
}

.sec10 .wrap .r img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec11 {
    padding: 168px 0;
    width: 100%;
    overflow: hidden;
}

.sec11 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.sec11 .wrap .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 48px;
    margin-bottom: 40px;
}

.sec11 .wrap .swiper {
    overflow: unset;
}

.sec11 .wrap .swiper .swiper-slide .slide_box {
    display: block;
    width: 100%;
    background: #F6F7F8;
    border-radius: 12px;
}

.sec11 .wrap .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 346px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec11 .wrap .swiper .swiper-slide .slide_box .img img:nth-child(1) {
    max-height: 80%;
}

.sec11 .wrap .swiper .swiper-slide .slide_box .img img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s;
}

.sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 35px 40px 40px 30px;
}

.sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l {
    width: 250px;
}

.sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .name {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 20px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .des {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #C9C9C9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 7px;
}

.sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r p {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 14px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r .iconfont {
    font-size: 8px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec11 .wrap .swiper .swiper-slide .slide_box:hover .img .bg {
    opacity: 1;
}

.sec11 .wrap .swiper .swiper-slide .slide_box:hover .slide_box_bottom .slide_box_bottom_l .name {
    color: #7F1085;
}

.sec11 .wrap .swiper .swiper-slide .slide_box:hover .slide_box_bottom .slide_box_bottom_r p, .sec11 .wrap .swiper .swiper-slide .slide_box:hover .slide_box_bottom .slide_box_bottom_r .iconfont {
    color: #7F1085;
}

@media screen and (max-width: 1919px) {
    .common_banner .txt_box .title {
        font-size: 2.5vw;
    }

    .common_banner .txt_box .p {
        font-size: 0.8333333333vw;
        margin: 1.1458333333vw 0px 1.4583333333vw;
    }

    .common_banner .txt_box .play_btn {
        height: 2.3958333333vw;
        border-radius: 1.1979166667vw;
        padding: 0px 1.0416666667vw;
        gap: 0.5208333333vw;
    }

    .common_banner .txt_box .play_btn .iconfont {
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        font-size: 0.4166666667vw;
    }

    .common_banner .txt_box .play_btn p {
        font-size: 0.7291666667vw;
    }


    .sec1 .des {
        height: 52.0833333333vw;
    }

    .sec1 .des p span {
        font-size: 2.1875vw;
        line-height: 3.3333333333vw;
    }

    .sec1 .fix {
        margin: -41.6666666667vw 0px 0px;
    }

    .sec1 .fix .fix_box {
        width: 70.5208333333vw;
    }

    .sec1 .fix .fix_box .title {
        font-size: 10.4166666667vw;
    }

    .sec1 .fix .fix_box .list {
        gap: 8.3333333333vw;
        bottom: -1.0416666667vw;
    }

    .sec1 .fix .fix_box .list .item {
        min-width: 7.8125vw;
        transform: translateY(1.0416666667vw);
    }

    .sec1 .fix .fix_box .list .item .icon {
        width: 2.5520833333vw;
        height: 2.34375vw;
        margin: 0px auto 0.8333333333vw;
    }

    .sec1 .fix .fix_box .list .item p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }



    .sec2 .fix .box .part1 .l {
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
        width: 22.9166666667vw;
        left: calc(-20.8333333333vw + 30vw);
        transform: translateY(4.1666666667vw);
    }

    .sec2 .fix .box .part1 .r {
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
        width: 22.9166666667vw;
        right: calc(-26.0416666667vw + 30vw);
        transform: translateY(4.1666666667vw);
    }

    .sec2 .fix .box .part2 .color_select {
        padding: 1.1458333333vw 1.875vw;
        gap: 0.9375vw;
        transform: translate(-50%, 1.5625vw);
        bottom: 3.6458333333vw;
        height: 3.2291666667vw;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0.9375vw 0px;
        border-radius: 1.6145833333vw;
    }

    .sec2 .fix .box .part2 .color_select .color {
        width: 0.9375vw;
        height: 0.9375vw;
    }

    .sec2 .fix .box .part2 .color_select .color::after {
        width: 1.5625vw;
        height: 1.5625vw;
        border: 0.1041666667vw solid rgb(78, 78, 78);
    }

    .sec2 .fix .title {
        font-size: 2.3958333333vw;
        top: 4.3229166667vw;
    }

    .sec3 {
        padding: 6.09375vw;
    }

    .sec3 .title {
        font-size: 2.1875vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec3 .text {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
        width: 40.1041666667vw;
    }



    .sec4 .fix .title {
        font-size: 2.1875vw;
        top: 6.4583333333vw;
    }

    .sec4 .fix .images-canvas .cir .c {
        width: 2.8645833333vw;
        height: 2.8645833333vw;
        box-shadow: rgba(127, 16, 131, 0.6) 0px 0px 0.7291666667vw 0px inset;
    }

    .sec4 .fix .images-canvas .item {
        width: 18.75vw;
        transform: translateY(1.0416666667vw);
    }

    .sec4 .fix .images-canvas .item .img {
        height: 9.375vw;
        border-radius: 0.625vw;
    }

    .sec4 .fix .images-canvas .item h5 {
        margin: 1.5625vw 0px 1.0416666667vw;
        font-size: 1.25vw;
    }

    .sec4 .fix .images-canvas .item p {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .sec4 .fix .images-canvas .item1 {
        left: -11.9791666667vw;
    }

    .sec4 .fix .images-canvas .item2 {
        left: -11.9791666667vw;
    }

    .sec4 .fix .images-canvas .item3 {
        right: -13.0208333333vw;
    }

    .sec4 .fix .images-canvas .item4 {
        right: -13.0208333333vw;
    }

    .sec5 .wrap {
        width: 87.5vw;
    }

    .sec5 .wrap .item {
        width: 31.8229166667vw;
        height: 19.2708333333vw;
        border-radius: 1.0416666667vw;
    }

    .sec5 .wrap .item .item_bottom {
        bottom: 1.5625vw;
        padding: 0px 1.5625vw;
    }

    .sec5 .wrap .item .item_bottom h5 {
        font-size: 1.0416666667vw;
    }

    .sec5 .wrap .item .item_bottom .jia {
        width: 2.7083333333vw;
        height: 2.7083333333vw;
    }

    .sec5 .wrap .item .item_bottom .jia span {
        width: 0.8333333333vw;
        height: 0.1041666667vw;
    }

    .sec5 .wrap .item:nth-child(2n) {
        margin: 5.2083333333vw 0px 0px auto;
    }

    .sec5 .position .fix .title {
        font-size: 3.9583333333vw;
    }

    .fixed {
        backdrop-filter: blur(1.0416666667vw);
    }

    .fixed .fixed_box {
        width: 32.1354166667vw;
        border-radius: 1.0416666667vw;
        padding: 3.3854166667vw 2.7083333333vw 5.7291666667vw;
    }

    .fixed .fixed_box .close {
        top: 0.9895833333vw;
        right: 1.1458333333vw;
    }

    .fixed .fixed_box .close .iconfont {
        width: 2.7083333333vw;
        height: 2.7083333333vw;
        font-size: 0.9375vw;
    }

    .fixed .fixed_box h5 {
        font-size: 1.0416666667vw;
    }

    .fixed .fixed_box p {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        margin: 2.34375vw 0px 0px;
    }

    .sec6 .wrap {
        width: 62.5vw;
    }

    .sec6 .wrap .title {
        font-size: 2.7083333333vw;
    }

    .sec6 .wrap .text {
        font-size: 0.9375vw;
        margin: 1.8229166667vw 0px 3.6458333333vw;
    }

    .sec6 .wrap .video {
        border-radius: 1.5625vw;
    }

    .sec6 .wrap .video .play {
        width: 4.1666666667vw;
        height: 4.1666666667vw;
    }

    .sec6 .wrap .video .play .iconfont {
        font-size: 1.0416666667vw;
    }

    .sec6 .wrap .video .play .icon {
        width: 0.9895833333vw;
        height: 1.3020833333vw;
    }

    .sec6 .wrap .video .play .icon span {
        width: 0.2604166667vw;
        height: 1.3020833333vw;
        border-radius: 0.15625vw;
    }

    .sec7 {
        padding: 12.34375vw 0px 0px;
    }

    .sec7 .wrap {
        width: 62.5vw;
    }

    .sec7 .wrap .item:nth-child(2) {
        margin: 5.6770833333vw 0px 0px;
    }

    .sec7 .wrap .item .img {
        width: 31.25vw;
    }

    .sec7 .wrap .item .item_r {
        width: 27.0833333333vw;
    }

    .sec7 .wrap .item .item_r h5 {
        font-size: 1.6666666667vw;
        margin-bottom: 3.6458333333vw;
    }

    .sec7 .wrap .item .item_r p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .sec8 {
        padding: 17.96875vw 0px 0px;
    }

    .sec8 .wrap {
        width: 62.5vw;
    }

    .sec8 .wrap .title {
        font-size: 3.9583333333vw;
    }

    .sec8 .wrap .text {
        font-size: 1.25vw;
        margin: 1.4583333333vw 0px 8.0729166667vw;
    }

    .sec8 .wrap .box {
        padding: 0px 2.0833333333vw 0px 0px;
    }

    .sec8 .wrap .box .l {
        width: 27.6041666667vw;
        padding: 2.6041666667vw 0px 0px;
    }

    .sec8 .wrap .box .l h5 {
        font-size: 1.6666666667vw;
        margin: 0px 0px 2.0833333333vw;
    }

    .sec8 .wrap .box .l p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .sec8 .wrap .box .r {
        width: 30.4166666667vw;
    }

    .sec9 {
        padding: 6.6666666667vw 0px 12.5vw;
    }

    .sec9 .wrap {
        width: 62.5vw;
    }

    .sec9 .wrap .title {
        font-size: 1.6666666667vw;
        margin-bottom: 3.6458333333vw;
    }

    .sec9 .wrap .swiper {
        width: 69.7916666667vw;
    }

    .sec9 .wrap .swiper .swiper-slide .img {
        width: 33.8541666667vw;
        height: 18.75vw;
        border-radius: 0.5208333333vw;
    }

    .sec9 .wrap .swiper .swiper-slide h5 {
        font-size: 1.25vw;
        margin: 1.0416666667vw 0px 0.5208333333vw;
    }

    .sec9 .wrap .swiper .swiper-slide p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .sec10 .wrap .l {
        padding: 0px 0px 0px calc(-38.0208333333vw + 50vw);
    }

    .sec10 .wrap .l .title {
        font-size: 2.7083333333vw;
    }

    .sec10 .wrap .l .little_title {
        font-size: 1.6666666667vw;
        margin: 8.59375vw 0px 12.5vw;
    }

    .sec10 .wrap .l p {
        width: 26.0416666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .sec11 {
        padding: 8.75vw 0px;
    }

    .sec11 .wrap {
        width: 72.9166666667vw;
    }

    .sec11 .wrap .title {
        font-size: 2.1875vw;
        line-height: 2.5vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec11 .wrap .swiper .swiper-slide .slide_box {
        border-radius: 0.625vw;
    }

    .sec11 .wrap .swiper .swiper-slide .slide_box .img {
        height: 18.0208333333vw;
    }

    .sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom {
        padding: 1.8229166667vw 2.0833333333vw 2.0833333333vw 1.5625vw;
    }

    .sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l {
        width: 13.0208333333vw;
    }

    .sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .name {
        font-size: 1.0416666667vw;
    }

    .sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .des {
        font-size: 0.8333333333vw;
    }

    .sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r {
        gap: 0.3645833333vw;
    }

    .sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r p {
        font-size: 0.7291666667vw;
    }

    .sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r .iconfont {
        font-size: 0.4166666667vw;
    }
}

@media screen and (max-width: 768px) {
    .common_banner .txt_box {
        padding: 0 5vw;
    }
    .common_banner .txt_box .title {
        font-size: 22px;
    }
    .common_banner .txt_box .p {
        font-size: 14px;
        margin: 10px 0 15px;
    }
    .common_banner .txt_box .play_btn {
        height: unset;
        padding: 3px 3px 3px 15px;
        gap: 8px;
        border-radius: 30px;
    }
    .common_banner .txt_box .play_btn p {
        font-size: 12px;
    }
    .common_banner .txt_box .play_btn .iconfont {
        width: 28px;
        height: 28px;
        font-size: 10px;
    }
    .sec1 {
        height: unset;
        position: relative;
        padding: 0 0 50px;
        overflow: hidden;
    }
    .sec1 .des p span {
        font-size: 15px;
        opacity: 1 !important;
        line-height: 1.4;

    }
    .sec1 .des {
        height: unset;
        padding: 50px 0 30px;
    }
    .sec1 .fix {
        height: unset;
        margin: 0;
        position: unset;
        opacity: 1 !important;
    }
    .sec1 .fix .fix_box {
        width: 90%;
        position: unset;
        margin: 0 auto;
        display: block;
    }
    .sec1 .fix .fix_box .title {
        font-size: 20px;
        opacity: 1 !important;
        position: unset;
        text-align: center;
        margin-bottom: 15px;
    }
    .sec1 .fix .fix_box .img {
        opacity: 1;
        width: 126%;
        margin-left: -13%;
    }
    .sec1 .fix .fix_box .list {
        position: unset;
        transform: unset;
        margin: 30px 0 0;
        opacity: 1 !important;
        transform: unset !important;
        flex-wrap: wrap;
        gap: 18px 0;
        justify-content: space-between;
    }
    .sec1 .fix .fix_box .list .item {
        opacity: 1 !important;
        transform: unset !important;
        width: 48%;
    }
    .sec1 .fix .fix_box .list .item .icon {
        width: 45px;
        height: 34px;
        margin: 0 auto 10px;
    }
    .sec1 .fix .fix_box .list .item p {
        font-size: 12px;
        line-height: 1.3;
    }
    .sec2 {
        height: unset;
    }
    .sec2 .fix {
        height: unset;
        padding: 50px 5vw;
    }
    .sec2 .fix .title {
        font-size: 20px;
        line-height: 1.3;
        position: unset;
        text-align: left;
        margin-bottom: 20px;
    }
    .sec2 .fix .box .part1 .img {
        display: none;
    }
    .sec2 .fix .box .part1 .l,.sec2 .fix .box .part1 .r {
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
        position: unset;
        opacity: 0.8 !important;
        transform: unset !important;
        margin: 10px 0;
    }
    .sec2 .fix .box .part2 {
        position: unset;
        clip-path: unset !important;
        margin: 25px 0 0;
    }
    .sec2 .fix .box .part2 .swiper .swiper-slide img {
        max-width: unset;
        width: 160%;
        margin-left: -30%;
    }
    .sec2 .fix .box .part2 .color_select {
        position: unset;
        transform: unset;
        margin: 20px auto 0;
        opacity: 1 !important;
        pointer-events: auto;
        gap: 12px;

    }
    .sec2 .fix .box .part2 .color_select .color {
        width: 14px;
        height: 14px;
    }
    .sec2 .fix .box .part2 .color_select .color::after {
        width: 20px;
        height: 20px;
    }
    .sec3 {
        height: unset;
        padding: 50px 5vw 60px;
    }
    .sec3 .bg {
        transform: unset !important;
        position: unset;
    }
    .sec3 .title {
        font-size: 20px;
        margin-bottom: 15px;
        color: #000000;
        line-height: 1.2;
    }
    .sec3 .text {
        font-size: 14px;
        line-height: 1.6;
        width: 90%;
        color: #999999;
        margin-bottom: 25px;
    }
    .sec4 .fix {
        height: unset;
        padding: 50px 5vw;
        display: block;
    }
    .sec4 .fix .images-canvas {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .sec4 .fix .images-canvas .item {
        position: unset;
        width: 100%;
        opacity: 1 !important;
        transform: unset !important;
        background: #FFFFFF;
        border-radius: 20px;
        padding: 20px 20px 30px;
    }
    .sec4 .fix .images-canvas .item h5 {
        font-size: 15px;
        margin: 25px 0 15px;
    }
    .sec4 .fix .images-canvas .item p {
        font-size: 13px;
        line-height: 1.6;
    }
    .sec4 .fix .images-canvas canvas {
        display: none;
    }
    .sec4 .fix .images-canvas .cir {
        display: none;
    }
    .sec4 {
        height: unset;
    }
    .sec4 .fix .title {
        font-size: 20px;
        position: unset;
    }
    .sec4 .fix .images-canvas {
        position: unset;
    }
    .sec4 .fix .images-canvas .item .img {
        height: 44.375vw;
        border-radius: 20px;
    }
    .sec5 {
        padding: 60px 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .sec5 .position {
        position: unset;
        margin-bottom: 30px;
    }
    .sec5 .wrap .item {
        width: 100%;
        height: 55vw;
        border-radius: 10px;
        margin: 0 0 25px !important;
    }
    .sec5 .position .fix {
        position: unset;
        height: unset;
    }
    .sec5 .position .fix .title {
        font-size: 20px;
    }
    .sec5 .wrap {
        width: 90%;
    }
    .sec5 .wrap .item .item_bottom {
        padding: 0 15px;
        bottom: 20px;
        align-items: center;
    }
    .sec5 .wrap .item .item_bottom h5 {
        font-size: 13px;
        line-height: 1.4;
    }
    .sec5 .wrap .item .item_bottom .jia {
        width: 28px;
        height: 28px;
    }
    .sec5 .wrap .item .item_bottom .jia span {
        width: 10px;
        height: 1px;
    }
    .fixed .fixed_box {
        width: 90vw;
        padding: 30px;
    }
    .fixed .fixed_box h5 {
        font-size: 15px;
    }
    .fixed .fixed_box p {
        font-size: 14px;
        margin: 30px 0 0;
        line-height: 1.4;
    }
    .fixed .fixed_box .close {
        top: 10px;
        right: 10px;
    }
    .fixed .fixed_box .close .iconfont {
        width: 28px;
        height: 28px;
        font-size: 10px;
    }
    .sec6 .wrap {
        width: 90%;
    }
    .sec6 .wrap .title {
        font-size: 20px;
    }
    .sec6 .wrap .text {
        font-size: 14px;
        margin: 15px 0 25px;
    }
    .sec6 .wrap .video {
        border-radius: 10px;
    }
    .sec6 .wrap .video .play {
        width: 38px;
        height: 38px;
        opacity: 1;
        pointer-events: auto;
    }
    .sec6 .wrap .video .play .icon {
        width: 8px;
        height: 14px;
    }
    .sec6 .wrap .video .play .icon span {
        width: 1px;
        height: 100%;
    }
    .sec6 .wrap .video .play .iconfont {
        font-size: 12px;
    }
    .sec7 {
        padding: 90px 0 0;
    }
    .sec7 .wrap {
        width: 90%;
    }
    .sec7 .wrap .item {
        flex-direction: column !important;
        gap: 20px;
        border-bottom: 1px solid #cccccc;
        padding: 0 0 15px;
    }
    .sec7 .wrap .item .img {
        width: 100%;
    }
    .sec7 .wrap .item .item_r {
        width: 100%;
    }
    .sec7 .wrap .item .item_r h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sec7 .wrap .item .item_r p {
        font-size: 13px;
        line-height: 1.6;
    }
    .sec7 .wrap .item:nth-child(2) {
        margin: 30px 0 0;
    }
    .sec8 {
        padding: 80px 0 0;
    }
    .sec8 .wrap .title {
        font-size: 20px;
        text-align: left;
    }
    .sec8 .wrap {
        width: 90%;
    }
    .sec8 .wrap .text {
        font-size: 14px;
        margin: 10px 0 25px;
        text-align: left;
    }
    .sec8 .wrap .box {
        flex-direction: column-reverse;
    }
    .sec8 .wrap .box .r {
        width: 70%;
        margin: 0 auto;
    }
    .sec8 .wrap .box .l {
        width: 100%;
        padding: 20px 0 0;
    }
    .sec8 .wrap .box .l h5 {
        font-size: 16px;
    }
    .sec8 .wrap .box .l p {
        font-size: 14px;
        line-height: 1.8;
    }
    .sec9 {
        padding: 70px 0 50px;
    }
    .sec9 .wrap {
        width: 90%;
    }
    .sec9 .wrap .title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .sec9 .wrap .swiper {
        width: 100%;
    }
    .sec9 .wrap .swiper .swiper-slide .img {
        width: 100%;
        height: 44vw;
        border-radius: 6px;
    }
    .sec9 .wrap .swiper .swiper-slide h5 {
        font-size: 15px;
        margin: 20px 0 8px;
    }
    .sec9 .wrap .swiper .swiper-slide p {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec10 .wrap {
        height: unset;
        flex-direction: column-reverse;
    }
    .sec10 .wrap .r {
        width: 100%;
        height: unset;
    }
    .sec10 .wrap .l {
        padding: 30px 5vw;
        width: 100%;
    }
    .sec10 .wrap .l .l_box {
        width: 100%;
    }
    .sec10 .wrap .l .title {
        font-size: 20px;
    }
    .sec10 .wrap .l .little_title {
        font-size: 16px;
        margin: 15px 0;
    }
    .sec10 .wrap .l p {
        width: 100%;
        font-size: 14px;
        line-height: 1.8;
    }
    .sec11 .wrap {
        width: 90%;
    }
    .sec11 {
        padding: 70px 0 50px;
    }
    .sec11 .wrap .title {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .sec11 .wrap .swiper .swiper-slide .slide_box .img {
        height: 60vw;
    }
    .sec11 .wrap .swiper .swiper-slide .slide_box {
        border-radius: 8px;
    }
    .sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom {
        padding: 15px;
    }
    .sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l {
        width: 70%;
    }
    .sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .name {
        font-size: 14px;
    }
    .sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r p {
        font-size: 12px;
    }
    .sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r {
        gap: 4px;
    }
    .sec11 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r .iconfont {
        font-size: 6px;
    }
    .common_banner .img  img {
        display: none;
    }
    .common_banner .ph {
        display: block !important;
    }
}
