.common_banner .text {
    top: 50%;
    transform: translate(-50%, -50%);
}

.common_banner .text h5 {
    text-align: center;
    font-size: 50px;
}

.common_banner .text h5 div {
    font-size: 50px;
}

.common_banner .links {
    width: 100%;
    position: absolute;
    bottom: 91px;
    display: flex;
    justify-content: center;
    gap: 0 20px;
}

.common_banner .links .link-item {
    display: block;
    width: fit-content;
}

.common_banner .links .link-item .link-item-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    min-width: 280px;
    height: 72px;
    border-radius: 14px;
    gap: 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: 0.6s;
}

.common_banner .links .link-item .link-item-box p {
    font-family: 'Neue Kaine';
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.common_banner .links .link-item .link-item-box .iconfont {
    font-size: 16px;
    color: #FFFFFF;
}

.common_banner .links .link-item .link-item-box:hover {
    background: #7F1085;
    border: 1px solid #7F1085;
}

.common_banner .links .link-item.on .link-item-box {
    background: #7F1085;
    border: 1px solid #7F1085;
}

.sec1 .fix {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .fix .wrap .title {
    text-align: center;
    font-weight: 400;
    font-size: 36px;
    color: #1A1A1A;
}

.sec1 .fix .wrap .text {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 32px;
    text-align: center;
    margin: 35px 0 65px;
}

.sec1 .fix .wrap .list {
    display: flex;
    justify-content: space-between;
}

.sec1 .fix .wrap .list .item {
    width: 164px;
    height: 700px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #EFEFEF;
    position: relative;
    transition: 1s;
    overflow: hidden;
}

.sec1 .fix .wrap .list .item .item_l {
    width: 164px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 67px 0 52px;
    position: relative;
    transition: 0.6s;
    transform: translateY(0px);
}

.sec1 .fix .wrap .list .item .item_l .num {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 36px;
    color: #7F1085;
}

.sec1 .fix .wrap .list .item .item_l .item_title {
    width: 644px;
    height: 164px;
    position: absolute;
    top: 100%;
    left: 0;
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 24px;
    color: #7F1085;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0 0 0 52px;
    transform: rotate(-90deg);
    transform-origin: top left;
}

.sec1 .fix .wrap .list .item .item_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 1043px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 49px 45px 0 84px;
}

.sec1 .fix .wrap .list .item .item_box .item_box_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
}

.sec1 .fix .wrap .list .item .item_box .item_box_bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .fix .wrap .list .item .item_box .item_box_l {
    opacity: 0;
    transform: translateY(20px);
}

.sec1 .fix .wrap .list .item .item_box .item_box_l .icon {
    width: 46px;
    height: 46px;
    margin-bottom: 17px;
}

.sec1 .fix .wrap .list .item .item_box .item_box_l p {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 24px;
    color: #1A1A1A;
}

.sec1 .fix .wrap .list .item .item_box .item_box_r {
    width: 632px;
    padding: 46px 0 0;
    opacity: 0;
    transform: translateY(20px);
}

.sec1 .fix .wrap .list .item .item_box .item_box_r p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    min-height: 84px;
    margin-bottom: 20px;
}

.sec1 .fix .wrap .list .item .item_box .item_box_r .img {
    width: 100%;
    height: 384px;
    overflow: hidden;
    border-radius: 10px;
}

.sec1 .fix .wrap .list .item.on {
    width: 1043px;
    border: 1px solid #7F1085;
}

.sec1 .fix .wrap .list .item.on .item_l {
    opacity: 0;
    transform: translateY(20px);
}

.sec1 .fix .wrap .list .item.on .item_box .item_box_bg {
    opacity: 1;
}

.sec1 .fix .wrap .list .item.on .item_box .item_box_l {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
    transition-delay: 0.2s;
}

.sec1 .fix .wrap .list .item.on .item_box .item_box_r {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
    transition-delay: 0.4s;
}

.sec2 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .item {
    display: block;
    width: 700px;
    position: relative;
}

.sec2 .wrap .item .cir {
    width: 80px;
    height: 80px;
    background: #7F1085;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 129px;
    right: 64px;
    transform: scale(0);
    transition: 0.6s;
}

.sec2 .wrap .item .cir p {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

.sec2 .wrap .item > p {
    text-align: center;
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 30px;
    color: #1A1A1A;
    opacity: 0.2;
    transition: 0.6s;
    margin-bottom: 70px;
}

.sec2 .wrap .item img {
    display: block;
    width: 100%;
    filter: grayscale(1);
    opacity: 0.2;
    transition: 0.6s;
}

.sec2 .wrap .item:nth-child(2) .cir {
    top: 129px;
    right: 158px;
}

.sec2 .wrap .item:hover .cir {
    transform: scale(1);
}

.sec2 .wrap .item:hover p {
    opacity: 1;
}

.sec2 .wrap .item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.footer {
    margin: 0;
}

@media screen and (max-height: 1000px) {
    .sec1 {
        margin: 120px 0;
    }
}

.cursor {
    width: 80px;
    height: 80px;
    position: fixed;
    z-index: 999;
    pointer-events: none;
}

.cursor .cir {
    width: 80px;
    height: 80px;
    background: #7F1085;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: 0.6s;
}

.cursor .cir p {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

.cursor.on .cir {
    transform: scale(1);
}


@media screen and (max-width: 1919px) {
    .common_banner .text h5{
        font-size: 2.6041666667vw;
    }
    .common_banner .text h5 div{
        font-size: 2.6041666667vw;
    }
    .common_banner .links{
        bottom: 4.7395833333vw;
        gap: 0px 1.0416666667vw;
    }
    .common_banner .links .link-item .link-item-box{
        padding: 0px 1.5625vw;
        min-width: 14.5833333333vw;
        height: 3.75vw;
        border-radius: 0.7291666667vw;
        gap: 0.9375vw;
    }
    .common_banner .links .link-item .link-item-box p{
        font-size: 0.8333333333vw;
    }
    .common_banner .links .link-item .link-item-box .iconfont{
        font-size: 0.8333333333vw;
    }
    .sec1 .fix .wrap .title{
        font-size: 1.875vw;
    }
    .sec1 .fix .wrap .text{
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
        margin: 1.8229166667vw 0px 3.3854166667vw;
    }
    .sec1 .fix .wrap .list .item{
        width: 8.5416666667vw;
        height: 36.4583333333vw;
        border-radius: 1.0416666667vw;
    }
    .sec1 .fix .wrap .list .item .item_l{
        width: 8.5416666667vw;
        padding: 3.4895833333vw 0px 2.7083333333vw;
    }
    .sec1 .fix .wrap .list .item .item_l .num{
        width: 4.6875vw;
        height: 4.6875vw;
        font-size: 1.875vw;
    }
    .sec1 .fix .wrap .list .item .item_l .item_title{
        width: 33.5416666667vw;
        height: 8.5416666667vw;
        font-size: 1.25vw;
        padding: 0px 0px 0px 2.7083333333vw;
    }
    .sec1 .fix .wrap .list .item .item_box{
        width: 54.3229166667vw;
        padding: 2.5520833333vw 2.34375vw 0px 4.375vw;
    }
    .sec1 .fix .wrap .list .item .item_box .item_box_l{
        transform: translateY(1.0416666667vw);
    }
    .sec1 .fix .wrap .list .item .item_box .item_box_l .icon{
        width: 2.3958333333vw;
        height: 2.3958333333vw;
        margin-bottom: 0.8854166667vw;
    }
    .sec1 .fix .wrap .list .item .item_box .item_box_l p{
        font-size: 1.25vw;
    }
    .sec1 .fix .wrap .list .item .item_box .item_box_r{
        width: 32.9166666667vw;
        padding: 2.3958333333vw 0px 0px;
        transform: translateY(1.0416666667vw);
    }
    .sec1 .fix .wrap .list .item .item_box .item_box_r p{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        min-height: 4.375vw;
        margin-bottom: 1.0416666667vw;
    }
    .sec1 .fix .wrap .list .item .item_box .item_box_r .img{
        height: 20vw;
        border-radius: 0.5208333333vw;
    }
    .sec1 .fix .wrap .list .item.on{
        width: 54.3229166667vw;
    }
    .sec1 .fix .wrap .list .item.on .item_l{
        transform: translateY(1.0416666667vw);
    }
    .sec2 .wrap .item{
        width: 36.4583333333vw;
    }
    .sec2 .wrap .item .cir{
        width: 4.1666666667vw;
        height: 4.1666666667vw;
        top: 6.71875vw;
        right: 3.3333333333vw;
    }
    .sec2 .wrap .item .cir p{
        font-size: 1.25vw;
    }
    .sec2 .wrap .item > p{
        font-size: 1.5625vw;
        margin-bottom: 3.6458333333vw;
    }
    .sec2 .wrap .item:nth-child(2) .cir{
        top: 6.71875vw;
        right: 8.2291666667vw;
    }
    .cursor{
        width: 4.1666666667vw;
        height: 4.1666666667vw;
    }
    .cursor .cir{
        width: 4.1666666667vw;
        height: 4.1666666667vw;
    }
    .cursor .cir p{
        font-size: 1.25vw;
    }
}

@media screen and (max-width: 768px) {
    .common_banner .text h5 div {
        font-size: 22px;
    }
    .sec1 {
        margin: 0;
    }
    .sec1 .fix {
        height: unset;
        padding: 60px 0;
    }
    .sec1 .fix .wrap .title {
        font-size: 20px;
    }
    .sec1 .fix .wrap .text {
        font-size: 14px;
        line-height: 1.4;
        margin: 10px 0 25px;
    }
    .sec1 .fix .wrap .list {
        display: block;
    }
    .sec1 .fix .wrap .list .item {
        width: 100% !important;
        height: unset;
        border-radius: 8px;
    }
    .sec1 .fix .wrap .list .item .item_l {
        display: none;
    }
    .sec1 .fix .wrap .list .item .item_box {
        width: 100%;
        display: block;
        padding: 20px;
        height: unset;
        position: unset;
    }
    .sec1 .fix .wrap .list .item .item_box .item_box_l .icon {
        width: 32px;
        height: 32px;
        margin-bottom: 10px;
    }
    .sec1 .fix .wrap .list .item .item_box .item_box_l p {
        font-size: 16px;
    }
    .sec1 .fix .wrap .list .item.on .item_box .item_box_r {
        width: 100%;
    }
    .sec1 .fix .wrap .list .item .item_box .item_box_r p {
        font-size: 13px;
        line-height: 1.6;
        min-height: unset;
    }
    .sec1 .fix .wrap .list .item .item_box .item_box_l {
        opacity: 1;
        transform: translateY(0px);
    }
    .sec1 .fix .wrap .list .item .item_box .item_box_r {
        width: 100%;
        opacity: 1;
    }
    .sec1 .fix .wrap .list .item .item_box .item_box_r .img {
        height: unset;
        border-radius: 6px;
        margin-top: 20px;
    }
    .sec1 .fix .wrap .list .item .item_box .item_box_r p br {
        display: none;
    }
    .sec1 .fix .wrap .list .item:not(:last-child) {
        margin-bottom: 30px;
    }
}

