
.header {
    background: rgba(255, 255, 255, 1);
    /* backdrop-filter: blur(12px); */
}

.p_sele{
    background: #fff;
    margin: 0 0 2rem 0 ;
}

.p_sele ul{
    display: flex;
}

.p_sele ul li{
    flex: 1;
    position: relative;
}
.p_sele ul li:nth-of-type(1){
    background: #4329FB;
}
.p_sele ul li:nth-of-type(2){
    background: #FE3076;
}
.p_sele ul li:nth-of-type(3){
    background: #F2AE31;
}
.p_sele ul li .bgi img{
    width: 100%;
}
.p_sele ul li .bgi {
    transition: all 0.5s ease;
}
.p_sele ul li .click {
    position: absolute;
    inset: 0;
    z-index: 10;
}
.p_sele ul li .info{
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.p_sele ul li .info .en{
    color: #fff;
    font-size: 6rem;
    font-weight: bold;
    opacity: 0.2;
    line-height: 1;
    transform: translateY(30%);
}
.p_sele ul li .info .zh{
    font-size: 2.1rem;
    color: #fff;
    font-weight: bold;
}
.p_sele ul li .info .ms{
    font-size: 1rem;
    color: #fff;
    margin: 1rem 0 0 0;
    transition: all 0.3s ease;
}
.p_sele ul li .info .sof{
    position: relative;
    width: 100%;
}
.p_sele ul li .info .more{
    margin: 2rem  0 0 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: absolute;
    top: 0;
    left:33%;
    width: 34%;
    transform: translateY(-10%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}
.p_sele ul li .more .tmd{
    visibility: hidden;
}
.p_sele ul li .info .more a{
    display: inline-flex;
    justify-content: space-between;
    padding:0 0 0 1rem;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 10rem;
    color: #fff;
    font-size: 1rem;
    transition: all 0.5s ease-in-out;
}
.p_sele ul li .info .more a .go{
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 10rem;
    margin: 5px 5px 5px 2rem;
    border:1px solid #fff;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23000000'%3E%3Cpath d='M15,3c-0.8,0-1.5,0.5-1.9,1.3C12.8,5,13,5.8,13.6,6.4L32.2,25L13.6,43.6c-0.5,0.5-0.7,1.2-0.6,1.9c0.2,0.7,0.7,1.2,1.4,1.4 c0.7,0.2,1.4,0,1.9-0.6l20-20c0.8-0.8,0.8-2,0-2.8l-20-20C16,3.2,15.5,3,15,3z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center;
    background-size: auto 50%;
    transition: all 0.5s ease-in-out;
}

.p_sele ul li:hover .sof .more{
    visibility: inherit;
    opacity: 1;
    transform: translateY(0);
}
.p_sele ul li:hover .sof .more a:hover{
    background: #ffffff20;
}
.p_sele ul li:hover .sof .more a:hover .go{
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23000000'%3E%3Cpath d='M15,3c-0.8,0-1.5,0.5-1.9,1.3C12.8,5,13,5.8,13.6,6.4L32.2,25L13.6,43.6c-0.5,0.5-0.7,1.2-0.6,1.9c0.2,0.7,0.7,1.2,1.4,1.4 c0.7,0.2,1.4,0,1.9-0.6l20-20c0.8-0.8,0.8-2,0-2.8l-20-20C16,3.2,15.5,3,15,3z' fill='rgba(1,1,1,1)' /%3E%3C/svg%3E") no-repeat center ;
    background-size: auto 50%;
}

.p_sele ul li:hover .info{
    transform: translateY(-10%);
}

.p_sele ul li:hover .info .ms{
    transform: translateY(10%);
    opacity: 0;
}
.p_sele ul li:hover .bgi{
    opacity: 0;
}

@media screen and (max-width: 640px){


    .video_ban .ban_text .zh{
        font-size: 7.3vw;
    }

    .video_ban .ban_text .en{
        font-size: 4vw;
    }

    .p_sele ul li{
        max-height: 66vh;
        overflow: hidden;
    }
    .p_sele ul li .bgi{
        min-height: 66vh;
    }

    .p_sele ul{
        flex-direction: column;
    }
    .p_sele ul li .info .more{
        width: 60%;
        left:20%;
    }
    .p_sele ul li .more .tmd{
        display: none !important;
    }
    .p_sele ul li:hover .info .ms{
        opacity: 1;
    }

    .p_sele ul li .sof .more{
        position: inherit;
        opacity: 1;
        visibility: inherit;
        transform: 0;
    }
    .p_sele ul{
        flex-direction: column;
    }

}