
.sec1 {
    height: calc(100vh + 1200px);
}

.sec1 .fix {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: sticky;
    top: 0;
}

.sec1 .fix .wrap {
    position: relative;
}

.sec1 .fix .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sec1 .fix .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .fix .proInfo_box .title {
    overflow: hidden;
}

.sec1 .fix .proInfo_box .title p {
    text-align: center;
    font-family: 'Neue Kaine';
    font-weight: 600;
    font-size: 180px;
    line-height: 1;
    color: rgba(255, 255, 255, 0);
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec1 .fix .proInfo_box .proInfo_box_img {
    margin: -140px auto 0;
    width: 854px;
    position: relative;
    z-index: 3;
}

.sec1 .fix .proInfo_box .proInfo_box_img img {
    display: block;
    width: 100%;
}

.sec1 .fix .proInfo_text_box {
    position: absolute;
    top: 62%;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50px, -50%);
    right: 0;
    width: 510px;
    z-index: 3;
    border-radius: 30px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06));
    padding: 60px 62px;
}

.sec1 .fix .proInfo_text_box.on {
    pointer-events: auto;
}

.sec1 .fix .proInfo_text_box .name {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 36px;
    color: #1A1A1A;
    line-height: 1;
}

.sec1 .fix .proInfo_text_box .text {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
    margin: 35px 0;
}

.sec1 .fix .proInfo_text_box .btns {
    display: flex;
    justify-content: space-between;
}

.sec1 .fix .proInfo_text_box .btns .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;
}

.sec1 .fix .proInfo_text_box .btns .btn p {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 14px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec1 .fix .proInfo_text_box .btns .btn .iconfont {
    font-size: 28px;
    color: #7F1085;
    transition: 0.6s;
}

.sec1 .fix .proInfo_text_box .btns .btn:hover {
    background: #7F1085;
}

.sec1 .fix .proInfo_text_box .btns .btn:hover p {
    color: #FFFFFF;
}

.sec1 .fix .proInfo_text_box .btns .btn:hover .iconfont {
    color: #FFFFFF;
}

.sec1 .fix .proInfo_text_box .btns .play .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 24px;
    border-radius: 5px;
    font-size: 10px;
    border: 2px solid #7F1085;
}

.sec1 .fix .proInfo_text_box .btns .play:hover .iconfont {
    border: 2px solid #FFFFFF;
}

.sec1.on .common_banner_box .proInfo_box .title p {
    transform: translateY(0);
}

.common_title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 36px;
    color: #1A1A1A;
    line-height: 1;
}

.sec2 {
    padding: 96px 0 0;
}

.sec2 .wrap .des {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
    margin: 40px 0 0;
}

.sec3 {
    padding: 110px 0 0;
}

.sec3 .wrap .sec3_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.sec3 .wrap .sec3_top .btns {
    display: flex;
    gap: 18px;
}

.sec3 .wrap .sec3_top .btns .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #7F1085;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #7F1085;
    font-weight: bold;
    transition: 0.6s;
    cursor: pointer;
}

.sec3 .wrap .sec3_top .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
}

.sec3 .wrap .sec3_top .btns .iconfont:hover {
    background: #7F1085;
    color: #FFFFFF;
}

.sec3 .wrap .swiper .swiper-slide .icon {
    width: 110px;
}

.sec3 .wrap .swiper .swiper-slide h5 {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #1A1A1A;
    margin: 30px 0 20px;
    line-height: 1;
}

.sec3 .wrap .swiper .swiper-slide p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
}

.sec4 {
    padding: 119px 0 183px;
}

.sec4 .wrap .table {
    margin: 60px 0 0;
    width: 100%;
}

.sec4 .wrap .table table {
    width: 100%;
}

.sec4 .wrap .table table tr th {
    background: #F2F4F9;
    border: 1px solid rgba(219, 222, 230, 0.5);
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    padding: 25px 0 25px 45px;
}

.sec4 .wrap .table table tr td {
    border: 1px solid rgba(219, 222, 230, 0.5);
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    padding: 25px 0 25px 136px;
}

@media screen and (max-width: 1919px) {
    .sec1 .fix .proInfo_box .title p{
        font-size: 9.375vw;
    }
    .sec1 .fix .proInfo_box .proInfo_box_img{
        margin: -7.2916666667vw auto 0px;
        width: 44.4791666667vw;
    }
    .sec1 .fix .proInfo_text_box{
        transform: translate(-2.6041666667vw, -50%);
        width: 26.5625vw;
        border-radius: 1.5625vw;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1.6666666667vw 0px;
        padding: 3.125vw 3.2291666667vw;
    }
    .sec1 .fix .proInfo_text_box .name{
        font-size: 1.875vw;
    }
    .sec1 .fix .proInfo_text_box .text{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        margin: 1.8229166667vw 0px;
    }
    .sec1 .fix .proInfo_text_box .btns .btn{
        height: 3.3333333333vw;
        border-radius: 0.5208333333vw;
        gap: 0.5208333333vw;
        padding: 0px 1.25vw;
    }
    .sec1 .fix .proInfo_text_box .btns .btn p{
        font-size: 0.7291666667vw;
    }
    .sec1 .fix .proInfo_text_box .btns .btn .iconfont{
        font-size: 1.4583333333vw;
    }
    .sec1 .fix .proInfo_text_box .btns .play .iconfont{
        width: 1.3541666667vw;
        height: 1.25vw;
        border-radius: 0.2604166667vw;
        font-size: 0.5208333333vw;
        border: 0.1041666667vw solid rgb(127, 16, 133);
    }
    .sec1 .fix .proInfo_text_box .btns .play:hover .iconfont{
        border: 0.1041666667vw solid rgb(255, 255, 255);
    }
    .common_title{
        font-size: 1.875vw;
    }
    .sec2{
        padding: 5vw 0px 0px;
    }
    .sec2 .wrap .des{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        margin: 2.0833333333vw 0px 0px;
    }
    .sec3{
        padding: 5.7291666667vw 0px 0px;
    }
    .sec3 .wrap .sec3_top{
        margin-bottom: 2.0833333333vw;
    }
    .sec3 .wrap .sec3_top .btns{
        gap: 0.9375vw;
    }
    .sec3 .wrap .sec3_top .btns .iconfont{
        font-size: 0.8333333333vw;
        width: 2.3958333333vw;
        height: 2.3958333333vw;
    }
    .sec3 .wrap .swiper .swiper-slide .icon{
        width: 5.7291666667vw;
    }
    .sec3 .wrap .swiper .swiper-slide h5{
        font-size: 0.9375vw;
        margin: 1.5625vw 0px 1.0416666667vw;
    }
    .sec3 .wrap .swiper .swiper-slide p{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .sec4{
        padding: 6.1979166667vw 0px 9.53125vw;
    }
    .sec4 .wrap .table{
        margin: 3.125vw 0px 0px;
    }
    .sec4 .wrap .table table tr th{
        font-size: 0.9375vw;
        padding: 1.3020833333vw 0px 1.3020833333vw 2.34375vw;
    }
    .sec4 .wrap .table table tr td{
        font-size: 0.8333333333vw;
        padding: 1.3020833333vw 0px 1.3020833333vw 7.0833333333vw;
    }
}

@media screen and (max-width: 768px) {
    .fixed .fixed_box {
        width: 90vw;
        border-radius: 10px;
        padding: 30px 15px;
    }
    .fixed .fixed_box .icon {
        width: 28px;
    }
    .fixed .fixed_box .h5 {
        font-size: 18px;
        margin: 15px 0;
    }
    .fixed .fixed_box .p {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec1 {
        height: unset;
    }
    .sec1 .fix {
        height: unset;
        padding: 100px 0 50px;
    }
    .sec1 .fix .proInfo_box .title p {
        font-size: 26px;
        transform: unset !important;
    }
    .sec1 .fix .proInfo_box .proInfo_box_img {
        margin: 10px auto 0;
        transform: unset !important;
        width: 200px;
    }
    .sec1 .fix .proInfo_box {
        transform: unset !important;
    }
    .sec1 .fix .proInfo_text_box {
        width: 100%;
        display: block;
        transform: unset !important;
        opacity: 1 !important;
        position: unset;
        pointer-events: auto;
        margin: 20px 0 0;
        border-radius: 10px;
        padding: 30px 20px;
    }
    .sec1 .fix .proInfo_text_box .name {
        font-size: 18px;
    }
    .sec1 .fix .proInfo_text_box .text {
        font-size: 13px;
        line-height: 1.8;
        margin: 15px 0 20px;
    }
    .sec1 .fix .proInfo_text_box .btns .btn {
        height: 36px;
        border-radius: 18px;
        padding: 0 15px;
        gap: 10px;
    }
    .sec1 .fix .proInfo_text_box .btns .btn p {
        font-size: 12px;
    }
    .sec1 .fix .proInfo_text_box .btns .btn .iconfont {
        font-size: 14px;
    }
    .sec2 {
        padding: 50px 0 0;
    }
    .common_title {
        font-size: 20px;
    }
    .sec2 .wrap .des {
        font-size: 14px;
        margin: 25px 0 0;
        line-height: 1.8;
    }
    .sec3 {
        padding: 70px 0 0;
    }
    .sec3 .wrap .sec3_top {
        margin-bottom: 35px;
    }
    .sec3 .wrap .sec3_top .btns {
        gap: 10px;
    }
    .sec3 .wrap .sec3_top .btns .iconfont {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .sec3 .wrap .swiper .swiper-slide .icon {
        width: 40px;
    }
    .sec3 .wrap .swiper .swiper-slide h5 {
        font-size: 16px;
        margin: 15px 0;
    }
    .sec3 .wrap .swiper .swiper-slide p {
        font-size: 14px;
        line-height: 1.8;
    }
    .sec4 {
        padding: 50px 0;
    }
    .sec4 .wrap .table {
        margin: 25px 0 0;
        overflow-x: auto;
    }
    .sec4 .wrap .table table {
        width: max-content;
    }
    .sec4 .wrap .table table tr th {
        font-size: 14px;
        padding: 10px 15px;
    }
    .sec4 .wrap .table table tr td {
        font-size: 14px;
        padding: 10px;
    }

}
