.common_banner .img {
    height: 100vh;
}

.common_banner .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.common_banner .link_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 100px;
    padding: 0 47px 0 40px;
    z-index: 3;
}

.common_banner .link_flex .links_l {
    display: flex;
    align-items: center;
    gap: 5px;
}

.common_banner .link_flex .links_l a {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.4;
    transition: 0.6s;
}

.common_banner .link_flex .links_l a:hover {
    opacity: 1;
}

.common_banner .link_flex .links_l span {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.4;
}

.common_banner .link_flex .links_r {
    display: flex;
    align-items: center;
    gap: 20px;
}

.common_banner .link_flex .links_r .item {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.4;
    line-height: 1;
    cursor: pointer;
    transition: 0.6s;
}

.common_banner .link_flex .links_r .item:hover {
    opacity: 1;
}

.common_banner .proInfo_box {
    position: absolute;
    top: 9.8958333vw;
    z-index: 3;
    text-align: center;
    width: 100%;
}

.common_banner .proInfo_box .title {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1;
}

.common_banner .proInfo_box .title span {
    font-family: 'Neue Kaine';
    color: #7F1085;
}

.common_banner .proInfo_box .txt {
    line-height: 1;
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    margin: 20px 0 28px;
}

.common_banner .proInfo_box .play_btn {
    width: fit-content;
    padding: 0 22px;
    height: 46px;
    background: #7F1085;
    border-radius: 23px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.common_banner .proInfo_box .play_btn p {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

.common_banner .proInfo_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;
}

.sec1 {
    padding: 108px 0 0;
}

.sec1 .wrap {
    width: 1200px;
    margin: 0 auto;
}

.sec1 .wrap .title {
    text-align: center;
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 52px;
    position: relative;
}

.sec1 .wrap .title span {
    color: #7F1085;
}
.sec1 .wrap .canvas {
  width: 1200px;
  margin: 50px auto;
}
.sec2 {
    height: calc(100vh + 3700px);
}

.sec2 .fix {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 .fix .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 52px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 5.416666666666vw;
    left: 0;
    width: 100%;
    z-index: 16;
    text-transform: uppercase;
    opacity: 0;
}

.sec2 .fix .box {
    position: relative;
    overflow: hidden;
    width: 50vw;
    height: 30vw;
    border-radius: 40px;
}

.sec2 .fix .box .part1 {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.sec2 .fix .box .part1 img {
    display: block;
    width: 100%;
    height: 100%;
    transform: translateY(-5vw);
}

.sec2 .fix .box .part2 {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    clip-path: inset(0 100% 0 0);
}

.sec2 .fix .box .part2 img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 .fix .box .part2 .dian {
    position: absolute;
}

.sec2 .fix .box .part2 .dian .cir {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transform: scale(0);
    transition: 0.4s;
}

.sec2 .fix .box .part2 .dian .cir:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #7F1085;
    border-radius: 50%;
    position: absolute;
}

.sec2 .fix .box .part2 .dian .dian_box {
    width: 605px;
    position: absolute;
    display: flex;
    gap: 24px;
}

.sec2 .fix .box .part2 .dian .dian_box .line {
    width: 251px;
    height: 1px;
    background: #FFFFFF;
}

.sec2 .fix .box .part2 .dian .dian_box .dian_box_text {
    width: 330px;
    opacity: 0;
    transform: translateX(20px);
}

.sec2 .fix .box .part2 .dian .dian_box .dian_box_text .h1 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 36px;
}

.sec2 .fix .box .part2 .dian .dian_box .dian_box_text .p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 30px 0 0;
}

.sec2 .fix .box .part2 .dian.on .cir {
    transform: scale(1);
}

.sec2 .fix .box .part2 .dian.on .dian_box .line {
    clip-path: inset(0 0% 0 0) !important;
    transition: 0.8s;
    transition-delay: 0.2s;
}

.sec2 .fix .box .part2 .dian.on .dian_box .dian_box_text {
    opacity: 1;
    transform: translateX(0) !important;
    transition: 0.4s;
    transition-delay: 0.7s;
}

.sec2 .fix .box .part2 .dian1 {
    top: 23.385416666666vw;
    left: 44.47916666666vw;
}

.sec2 .fix .box .part2 .dian1 .dian_box {
    right: 8px;
    top: -1px;
}

.sec2 .fix .box .part2 .dian1 .dian_box .line {
    clip-path: inset(0 0 0 100%);
    margin: 10px 0 0;
}

.sec2 .fix .box .part2 .dian1 .dian_box .dian_box_text {
    transform: translateX(-20px);
}

.sec2 .fix .box .part2 .dian2 {
    top: 31.822916666666vw;
    left: 61.09375vw;
}

.sec2 .fix .box .part2 .dian2 .dian_box {
    width: 615px;
    align-items: center;
    gap: 25px;
    left: 8px;
    top: -98px;
}

.sec2 .fix .box .part2 .dian2 .dian_box .line {
    width: 117px;
    margin: 10px 0 0;
    clip-path: inset(0 100% 0 0);
}

.sec2 .fix .box .part2 .dian2 .dian_box .dian_box_text {
    width: 450px;
}

.cursor {
    width: 68px;
    height: 68px;
    position: fixed;
    z-index: 999;
    pointer-events: none;
}

.cursor .iconfont {
    width: 100%;
    height: 100%;
    background: #333333;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #FFFFFF;
    transform: scale(0);
}

.cursor.on .iconfont {
    transform: scale(1);
}

.sec3 {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.sec3 .sec3_top {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 9.1145833333vw;
    z-index: 3;
}

.sec3 .sec3_top .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 1;
}

.sec3 .sec3_top .text {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 18px;
    color: #888888;
    line-height: 1;
    margin: 20px 0 0;
}

.sec3 .sec3_swiper {
    width: 100%;
    height: 100%;
}

.sec3 .sec3_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.sec3 .sec3_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec3 .sec3_swiper .swiper-slide .slide_box {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 8.489583333333vw;
    z-index: 3;
}

.sec3 .sec3_swiper .swiper-slide .slide_box .p1 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 1;
}

.sec3 .sec3_swiper .swiper-slide .slide_box .p2 {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #1A1A1A;
    margin: 10px 0 0;
}

.sec3 .swiper_control {
    position: absolute;
    z-index: 10;
    bottom: 4.4270833333vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0 31px;
    padding: 0 26px;
    height: 36px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 18px;
}

.sec3 .swiper_control .item {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .swiper_control .item:after {
    content: "";
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    transition: 0.6s;
}

.sec3 .swiper_control .item .cir {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #E1E1E1;
    position: relative;
    z-index: 3;
}

.sec3 .swiper_control .item.on:after {
    opacity: 1;
}

.sec4 {
    padding: 196px 0 0;
}

.sec4 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec4 .wrap .l {
    width: 590px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec4 .wrap .l .item {
    width: 100%;
    height: 420px;
    background: #F0F1F5;
    border-radius: 20px;
    padding: 70px 95px 0 60px;
}

.sec4 .wrap .l .item .item_title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 48px;
    margin-bottom: 54px;
}

.sec4 .wrap .l .item .item_title span {
    font-weight: bold;
    color: transparent;
    background: linear-gradient(90deg, #7F1083, #F6B1F8);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.sec4 .wrap .l .item .item_text {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #555555;
    line-height: 26px;
}

.sec4 .wrap .r {
    width: 763px;
    height: 880px;
    border-radius: 20px;
    overflow: hidden;
}

.sec5 {
    padding: 169px 0 0;
}

.sec5 .wrap .sec5_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
}

.sec5 .wrap .sec5_top .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 1;
}

.sec5 .wrap .sec5_top .text {
    width: 733px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 15px 0 0;
}

.sec5 .wrap .video_box {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.sec5 .wrap .video_box video {
    display: block;
    width: 100%;
}

.sec5 .wrap .video_box .play {
    position: absolute;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    right: 79px;
    bottom: 65px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sec5 .wrap .video_box .play .iconfont {
    position: absolute;
    font-size: 20px;
    color: #FFFFFF;
    transition: 0.6s;
}

.sec5 .wrap .video_box .play .icon {
    width: 19px;
    height: 25px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: 0.6s;
}

.sec5 .wrap .video_box .play .icon span {
    display: block;
    width: 5px;
    height: 25px;
    background: #FFFFFF;
    border-radius: 3px;
}

.sec5 .wrap .video_box .play.on .icon {
    opacity: 1;
}

.sec5 .wrap .video_box .play.on .iconfont {
    opacity: 0;
}

.sec6 {
    padding: 155px 0 0;
}

.sec6 .wrap .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
    margin-bottom: 48px;
}

.sec6 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    background: #F6F7F8;
    border-radius: 25px;
    padding: 76px 55px;
    gap: 0 100px;
    position: relative;
}
.sec6 .wrap .list .btn{
    width: fit-content;
    height: 64px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    transition: 0.6s;
    cursor: pointer;
    position: absolute;
    right: 62px;
    bottom: 70px;
}
.sec6 .wrap .list .btn .iconfont{
    font-size: 28px;
    color: #7F1085;
    transition: 0.6s;
}

.sec6 .wrap .list .btn p{
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 14px;
    color: #1A1A1A;
    transition: 0.6s;
}
.sec6 .wrap .list .btn:hover{
    background: #7F1085;
}
.sec6 .wrap .list .btn:hover .iconfont{
    color: #FFFFFF;
}
.sec6 .wrap .list .btn:hover p{
    color: #fff;
}
.sec6 .wrap .list .item {
    width: 245px;
    position: relative;
}

.sec6 .wrap .list .item .item_title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sec6 .wrap .list .item .item_title .cir {
    width: 8px;
    height: 8px;
    background: #7F1083;
    border-radius: 50%;
}

.sec6 .wrap .list .item .item_title p {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
}

.sec6 .wrap .list .item .item_text {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 15px 0 0;
    white-space: nowrap;
}

.sec6 .wrap .list .item:nth-child(1), .sec6 .wrap .list .item:nth-child(2), .sec6 .wrap .list .item:nth-child(3), .sec6 .wrap .list .item:nth-child(4) {
    margin-bottom: 100px;
}

.sec6 .wrap .list .item:nth-child(1):after, .sec6 .wrap .list .item:nth-child(2):after, .sec6 .wrap .list .item:nth-child(3):after, .sec6 .wrap .list .item:nth-child(4):after {
    content: "";
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    bottom: -60px;
    left: 0;
}

.sec7 {
    padding: 106px 0 138px;
}

.sec7 .wrap .title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
}

.sec7 .wrap .swiper {
    overflow: unset;
    margin: 47px 0 0;
}

.sec7 .wrap .swiper .swiper-slide .slide_box {
    display: block;
    width: 100%;
    background: #F6F7F8;
    border-radius: 12px;
}

.sec7 .wrap .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 346px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec7 .wrap .swiper .swiper-slide .slide_box .img img:nth-child(1) {
    max-height: 80%;
}

.sec7 .wrap .swiper .swiper-slide .slide_box .img img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s;
}

.sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 35px 40px 40px 30px;
}

.sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l {
    width: 250px;
}

.sec7 .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;
}

.sec7 .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;
}

.sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 7px;
}

.sec7 .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;
}

.sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r .iconfont {
    font-size: 8px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec7 .wrap .swiper .swiper-slide .slide_box:hover .img .bg {
    opacity: 1;
}

.sec7 .wrap .swiper .swiper-slide .slide_box:hover .slide_box_bottom .slide_box_bottom_l .name {
    color: #7F1085;
}

.sec7 .wrap .swiper .swiper-slide .slide_box:hover .slide_box_bottom .slide_box_bottom_r p, .sec7 .wrap .swiper .swiper-slide .slide_box:hover .slide_box_bottom .slide_box_bottom_r .iconfont {
    color: #7F1085;
}

.sec8 {
    background: #F6F7F8;
    padding: 104px 0 calc(120px + 5vw);
}

.sec8 .wrap .title {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #7F1083;
    text-align: center;
    margin-bottom: 47px;
}

.sec8 .wrap form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
}

.sec8 .wrap form .item {
    width: 690px;
}

.sec8 .wrap form .item h5 {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 1;
    margin-bottom: 15px;
}

.sec8 .wrap form .item h5 span {
    color: #CB0000;
}

.sec8 .wrap form .item input {
    width: 690px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 8px;
    border: none;
    padding: 0 34px;
    font-weight: 400;
    color: #1A1A1A;
    font-size: 14px;
}

.sec8 .wrap form .item input::placeholder {
    color: #CBCBCB;
}

.sec8 .wrap form .item textarea {
    width: 100%;
    height: 159px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 27px 34px;
    font-weight: 400;
    color: #1A1A1A;
    font-size: 14px;
    border: none;
}

.sec8 .wrap form .item textarea::placeholder {
    color: #CBCBCB;
}

.sec8 .wrap form .w100 {
    width: 100%;
}

.sec8 .wrap form button {
    width: 160px;
    height: 60px;
    background: #7F1083;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
}

.sec8 .wrap form button p {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.footer {
    margin: 0;
}
@media screen and (max-width: 1919px) {
    .common_banner .link_flex{
        top: 5.2083333333vw;
        padding: 0px 2.4479166667vw 0px 2.0833333333vw;
    }
    .common_banner .link_flex .links_l{
        gap: 0.2604166667vw;
    }
    .common_banner .link_flex .links_l a{
        font-size: 0.7291666667vw;
    }
    .common_banner .link_flex .links_l span{
        font-size: 0.7291666667vw;
    }
    .common_banner .link_flex .links_r{
        gap: 1.0416666667vw;
    }
    .common_banner .link_flex .links_r .item{
        font-size: 0.7291666667vw;
    }
    .common_banner .proInfo_box .title{
        font-size: 2.5vw;
    }
    .common_banner .proInfo_box .txt{
        font-size: 0.8333333333vw;
        margin: 1.0416666667vw 0px 1.4583333333vw;
    }
    .common_banner .proInfo_box .play_btn{
        padding: 0px 1.1458333333vw;
        height: 2.3958333333vw;
        border-radius: 1.1979166667vw;
        gap: 0.5208333333vw;
    }
    .common_banner .proInfo_box .play_btn p{
        font-size: 0.7291666667vw;
    }
    .common_banner .proInfo_box .play_btn .iconfont{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        font-size: 0.4166666667vw;
    }
    .sec1{
        padding: 5.625vw 0px 0px;
    }
    .sec1 .wrap{
        width: 62.5vw;
    }
    .sec1 .wrap .title{
        font-size: 2.1875vw;
        line-height: 2.7083333333vw;
    }
    .sec1 .wrap .canvas{
        width: 62.5vw;
        margin: 2.6041666667vw auto;
    }
    .sec2 .fix .title{
        font-size: 2.7083333333vw;
    }
    .sec2 .fix .box{
        border-radius: 2.0833333333vw;
    }
    .sec2 .fix .box .part2 .dian .cir{
        width: 0.9375vw;
        height: 0.9375vw;
    }
    .sec2 .fix .box .part2 .dian .cir::after{
        width: 0.625vw;
        height: 0.625vw;
    }
    .sec2 .fix .box .part2 .dian .dian_box{
        width: 31.5104166667vw;
        gap: 1.25vw;
    }
    .sec2 .fix .box .part2 .dian .dian_box .line{
        width: 13.0729166667vw;
    }
    .sec2 .fix .box .part2 .dian .dian_box .dian_box_text{
        width: 17.1875vw;
        transform: translateX(1.0416666667vw);
    }
    .sec2 .fix .box .part2 .dian .dian_box .dian_box_text .h1{
        font-size: 1.6666666667vw;
        line-height: 1.875vw;
    }
    .sec2 .fix .box .part2 .dian .dian_box .dian_box_text .p{
        font-size: 0.8333333333vw;
        margin: 1.5625vw 0px 0px;
    }
    .sec2 .fix .box .part2 .dian1 .dian_box{
        right: 0.4166666667vw;
    }
    .sec2 .fix .box .part2 .dian1 .dian_box .line{
        margin: 0.5208333333vw 0px 0px;
    }
    .sec2 .fix .box .part2 .dian1 .dian_box .dian_box_text{
        transform: translateX(-1.0416666667vw);
    }
    .sec2 .fix .box .part2 .dian2 .dian_box{
        width: 32.03125vw;
        gap: 1.3020833333vw;
        left: 0.4166666667vw;
        top: -5.1041666667vw;
    }
    .sec2 .fix .box .part2 .dian2 .dian_box .line{
        width: 6.09375vw;
        margin: 0.5208333333vw 0px 0px;
    }
    .sec2 .fix .box .part2 .dian2 .dian_box .dian_box_text{
        width: 23.4375vw;
    }
    .cursor{
        width: 3.5416666667vw;
        height: 3.5416666667vw;
    }
    .cursor .iconfont{
        box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1.6666666667vw 0px;
        font-size: 2.1875vw;
    }
    .sec3 .sec3_top .title{
        font-size: 2.1875vw;
    }
    .sec3 .sec3_top .text{
        font-size: 0.9375vw;
        margin: 1.0416666667vw 0px 0px;
    }
    .sec3 .sec3_swiper .swiper-slide .slide_box .p1{
        font-size: 0.9375vw;
    }
    .sec3 .sec3_swiper .swiper-slide .slide_box .p2{
        font-size: 0.8333333333vw;
        margin: 0.5208333333vw 0px 0px;
    }
    .sec3 .swiper_control{
        gap: 0px 1.6145833333vw;
        padding: 0px 1.3541666667vw;
        height: 1.875vw;
        border-radius: 0.9375vw;
    }
    .sec3 .swiper_control .item::after{
        width: 1.25vw;
        height: 1.25vw;
    }
    .sec3 .swiper_control .item .cir{
        width: 0.9375vw;
        height: 0.9375vw;
    }
    .sec4{
        padding: 10.2083333333vw 0px 0px;
    }
    .sec4 .wrap .l{
        width: 30.7291666667vw;
    }
    .sec4 .wrap .l .item{
        height: 21.875vw;
        border-radius: 1.0416666667vw;
        padding: 3.6458333333vw 4.9479166667vw 0px 3.125vw;
    }
    .sec4 .wrap .l .item .item_title{
        font-size: 2.1875vw;
        line-height: 2.5vw;
        margin-bottom: 2.8125vw;
    }
    .sec4 .wrap .l .item .item_text{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }
    .sec4 .wrap .r{
        width: 39.7395833333vw;
        height: 45.8333333333vw;
        border-radius: 1.0416666667vw;
    }
    .sec5{
        padding: 8.8020833333vw 0px 0px;
    }
    .sec5 .wrap .sec5_top{
        margin-bottom: 3.125vw;
    }
    .sec5 .wrap .sec5_top .title{
        font-size: 2.1875vw;
    }
    .sec5 .wrap .sec5_top .text{
        width: 38.1770833333vw;
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        padding: 0.78125vw 0px 0px;
    }
    .sec5 .wrap .video_box{
        border-radius: 1.0416666667vw;
    }
    .sec5 .wrap .video_box .play{
        width: 3.6458333333vw;
        height: 3.6458333333vw;
        right: 4.1145833333vw;
        bottom: 3.3854166667vw;
        backdrop-filter: blur(0.5208333333vw);
    }
    .sec5 .wrap .video_box .play .iconfont{
        font-size: 1.0416666667vw;
    }
    .sec5 .wrap .video_box .play .icon{
        width: 0.9895833333vw;
        height: 1.3020833333vw;
    }
    .sec5 .wrap .video_box .play .icon span{
        width: 0.2604166667vw;
        height: 1.3020833333vw;
        border-radius: 0.15625vw;
    }
    .sec6{
        padding: 8.0729166667vw 0px 0px;
    }
    .sec6 .wrap .title{
        font-size: 2.1875vw;
        margin-bottom: 2.5vw;
    }
    .sec6 .wrap .list{
        border-radius: 1.3020833333vw;
        padding: 3.9583333333vw 2.8645833333vw;
        gap: 0px 5.2083333333vw;
    }
    .sec6 .wrap .list .btn{
        height: 3.3333333333vw;
        border-radius: 0.5208333333vw;
        gap: 0.5208333333vw;
        padding: 0px 1.25vw;
        right: 3.2291666667vw;
        bottom: 3.6458333333vw;
    }
    .sec6 .wrap .list .btn .iconfont{
        font-size: 1.4583333333vw;
    }
    .sec6 .wrap .list .btn p{
        font-size: 0.7291666667vw;
    }
    .sec6 .wrap .list .item{
        width: 12.7604166667vw;
    }
    .sec6 .wrap .list .item .item_title{
        gap: 0.5208333333vw;
    }
    .sec6 .wrap .list .item .item_title .cir{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
    }
    .sec6 .wrap .list .item .item_title p{
        font-size: 0.8333333333vw;
    }
    .sec6 .wrap .list .item .item_text{
        font-size: 0.8333333333vw;
        margin: 0.78125vw 0px 0px;
    }
    .sec6 .wrap .list .item:nth-child(1), .sec6 .wrap .list .item:nth-child(2), .sec6 .wrap .list .item:nth-child(3), .sec6 .wrap .list .item:nth-child(4){
        margin-bottom: 5.2083333333vw;
    }
    .sec6 .wrap .list .item:nth-child(1)::after, .sec6 .wrap .list .item:nth-child(2)::after, .sec6 .wrap .list .item:nth-child(3)::after, .sec6 .wrap .list .item:nth-child(4)::after{
        bottom: -3.125vw;
    }
    .sec7{
        padding: 5.5208333333vw 0px 7.1875vw;
    }
    .sec7 .wrap .title{
        font-size: 2.1875vw;
    }
    .sec7 .wrap .swiper{
        margin: 2.4479166667vw 0px 0px;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box{
        border-radius: 0.625vw;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box .img{
        height: 18.0208333333vw;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom{
        padding: 1.8229166667vw 2.0833333333vw 2.0833333333vw 1.5625vw;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l{
        width: 13.0208333333vw;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .name{
        font-size: 1.0416666667vw;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .des{
        font-size: 0.8333333333vw;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r{
        gap: 0.3645833333vw;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r p{
        font-size: 0.7291666667vw;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r .iconfont{
        font-size: 0.4166666667vw;
    }
    .sec8{
        padding: 5.4166666667vw 0px calc(6.25vw + 5vw);
    }
    .sec8 .wrap .title{
        font-size: 2.1875vw;
        margin-bottom: 2.4479166667vw;
    }
    .sec8 .wrap form{
        gap: 1.0416666667vw 0px;
    }
    .sec8 .wrap form .item{
        width: 35.9375vw;
    }
    .sec8 .wrap form .item h5{
        font-size: 0.8333333333vw;
        margin-bottom: 0.78125vw;
    }
    .sec8 .wrap form .item input{
        width: 35.9375vw;
        height: 3.6458333333vw;
        border-radius: 0.4166666667vw;
        padding: 0px 1.7708333333vw;
        font-size: 0.7291666667vw;
    }
    .sec8 .wrap form .item textarea{
        height: 8.28125vw;
        border-radius: 0.4166666667vw;
        padding: 1.40625vw 1.7708333333vw;
        font-size: 0.7291666667vw;
    }
    .sec8 .wrap form button{
        width: 8.3333333333vw;
        height: 3.125vw;
        border-radius: 0.4166666667vw;
        margin: 2.0833333333vw auto 0px;
    }
    .sec8 .wrap form button p{
        font-size: 0.8333333333vw;
    }
}
@media screen and (max-width: 768px) {
    .common_banner {
        height: 100vh;
    }
    .common_banner .proInfo_box {
        top: 20%;
    }
    .common_banner .proInfo_box .title {
        font-size: 22px;
    }
    .common_banner .proInfo_box .txt {
        font-size: 14px;
        margin: 15px 0 25px;
        padding: 0 5vw;
        line-height: 1.4;
    }
    .common_banner .proInfo_box .play_btn {
        height: unset;
        padding: 3px 3px 3px 15px;
        gap: 8px;
        border-radius: 30px;
    }
    .common_banner .proInfo_box .play_btn p {
        font-size: 12px;
    }
    .common_banner .proInfo_box .play_btn .iconfont {
        width: 28px;
        height: 28px;
        font-size: 10px;
    }
    .sec1 {
        padding: 60px 0 0;
    }
    .sec1 .wrap .canvas {
        width: 100vw;
        margin-left: -5vw;
    }
    .sec1 .wrap {
        width: 90%;
    }
    .sec1 .wrap .title {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .sec2 {
        height: unset;
    }
    .sec2 .fix .title {
        font-size: 20px;
        margin-bottom: 30px;
        color: #000000;
        position: unset;
        opacity: 1 !important;
    }
    .sec2 .fix {
        height: unset;
        display: block;
        padding: 30px 5vw 50px;
    }
    .sec2 .fix .box {
        width: 100% !important;
        height: unset !important;
        border-radius: unset !important;
    }
    .sec2 .fix .box .part1 {
        display: none;
    }
    .sec2 .fix .box .part2 {
        display: none;
    }
    .sec2 .fix .box .part3 {
        display: block !important;
    }
    .sec2 .fix .box .part3 .img {
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
    }
    .sec2 .fix .box .part3 .img .dian {
        position: absolute;

    }
    .sec2 .fix .box .part3 .img .dian.dian1 {
        top: 33vw;
        left: 37vw;
    }
    .sec2 .fix .box .part3 .img .dian.dian2 {
        top: 42vw;
        left: 60vw;
    }
    .sec2 .fix .box .part3 .img img {
        max-width: unset;
        width: 160%;
        margin-left: -30%;
    }
    .sec2 .fix .box .part3 .img .dian .cir {
        width: 12px;
        height: 12px;
        background: #7F1085;
        border-radius: 50%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        transition: 0.4s;
    }

    .sec2 .fix .box .part3 .img .dian .cir:after {
        content: "";
        width: 6px;
        height: 6px;
        background: #FFFFFF;
        border-radius: 50%;
        position: absolute;
        z-index: -1;
    }
    .sec2 .fix .box .part3 .dian_box .dian_box_text .h1 {
        font-family: 'Poppins-SemiBold';
        font-size: 15px;
    }
    .sec2 .fix .box .part3 .dian_box .dian_box_text .p {
        font-size: 13px;
        color: #999999;
    }
    .sec2 .fix .box .part3 .dian_box:nth-last-child(1) {
        margin: 25px 0 0;
    }
    .sec3 {
        height: 50vh;
    }
    .sec3 .sec3_top .title {
        font-size: 18px;
    }
    .sec3 .sec3_top .text {
        font-size: 12px;
        margin: 10px 0 0;
        line-height: 1.6;
    }
    .sec3 .sec3_top {
        top: 50px;
    }
    .sec3 .sec3_swiper .swiper-slide .slide_box .p1 {
        font-size: 14px;
    }
    .sec3 .sec3_swiper .swiper-slide .slide_box .p2 {
        font-size: 13px;
        margin: 8px 0 0;
    }
    .sec3 .sec3_swiper .swiper-slide .slide_box {
        bottom: 50px;
    }
    .sec3 .swiper_control {
        bottom: 15px;
        padding: 0 15px;
        height: 24px;
        gap: 10px;
        border-radius: 20px;
    }
    .sec3 .swiper_control .item .cir {
        width: 12px;
        height: 12px;
    }
    .sec3 .swiper_control .item::after {
        width: 16px;
        height: 16px;
    }
    .sec4 {
        padding: 70px 0 0;
    }
    .sec4 .wrap {
        flex-direction: column-reverse;
    }
    .sec4 .wrap .r {
        width: 100%;
        height: unset;
        border-radius: 10px;
    }
    .sec4 .wrap .l {
        width: 100%;
        margin: 25px 0 0;
    }
    .sec4 .wrap .l .item {
        height: unset;
        padding: 30px 20px;
        border-radius: 10px;
    }
    .sec4 .wrap .l .item .item_title {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .sec4 .wrap .l .item .item_text {
        font-size: 13px;
        line-height: 1.8;
    }
    .sec5 {
        padding: 80px 0 0;
    }
    .sec5 .wrap .sec5_top {
        display: block;
        margin-bottom: 25px;
    }
    .sec5 .wrap .sec5_top .title {
        font-size: 20px;
    }
    .sec5 .wrap .sec5_top .text {
        width: 100%;
        padding: 10px 0 0;
        font-size: 14px;
        line-height: 1.8;
    }
    .sec5 .wrap .video_box {
        border-radius: 8px;
    }
    .sec5 .wrap .video_box .play {
        width: 36px;
        height: 36px;
    }
    .sec5 .wrap .video_box .play .iconfont {
        font-size: 12px;
    }
    .sec5 .wrap .video_box .play .icon {
        width: 8px;
        height: 14px;
    }
    .sec5 .wrap .video_box .play .icon span {
        width: 1px;
        height: 100%;
    }
    .sec6 {
        padding: 80px 0 50px;
    }
    .sec6 .wrap .title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .sec6 .wrap .list {
        border-radius: 10px;
        padding: 20px;
    }
    .sec6 .wrap .list .item {
        width: 100%;
        padding: 0 0 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #cccccc;
    }
    .sec6 .wrap .list .item .item_title p {
        font-size: 15px;
    }
    .sec6 .wrap .list .item .item_title .cir {
        width: 6px;
        height: 6px;
    }
    .sec6 .wrap .list .item .item_title {
        gap: 8px;
    }
    .sec6 .wrap .list .item .item_text {
        font-size: 13px;
        margin: 10px 0 0;
    }
    .sec6 .wrap .list .item:after {
        display: none;
    }
    .sec6 .wrap .list .btn {
        height: 36px;
        padding: 0 15px;
        position: unset;
        border-radius: 4px;
        gap: 10px;
    }
    .sec6 .wrap .list .btn .iconfont {
        font-size: 16px;
    }
    .sec6 .wrap .list .btn p {
        font-size: 13px;
    }
    .sec7 {
        padding: 10px 0 50px;
    }
    .sec7 .wrap .title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .sec7 .wrap .swiper .swiper-slide .slide_box .img {
        height: 60vw;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box {
        border-radius: 8px;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom {
        padding: 15px;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l {
        width: 70%;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_l .name {
        font-size: 14px;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r p {
        font-size: 12px;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r {
        gap: 4px;
    }
    .sec7 .wrap .swiper .swiper-slide .slide_box .slide_box_bottom .slide_box_bottom_r .iconfont {
        font-size: 6px;
    }
    .sec8 {
        padding: 70px 0 60px;
    }
    .sec8 .wrap .title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .sec8 .wrap form {
        gap: 20px;
    }
    .sec8 .wrap form .item {
        width: 100%;
    }
    .sec8 .wrap form .item h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec8 .wrap form .item input {
        width: 100%;
        border-radius: 4px;
        height: 50px;
        padding: 0 15px;
        font-size: 14px;
    }
    .sec8 .wrap form .item textarea {
        height: 150px;
        padding: 10px 15px;
        border-radius: 4px;
        font-size: 14px;
    }
    .sec8 .wrap form button {
        width: 120px;
        height: 46px;
        border-radius: 4px;
    }
    .sec8 .wrap form button p {
        font-size: 15px;
    }
    .common_banner .img  img {
        display: none;
    }
    .common_banner .ph {
        display: block !important;
    }
}
