*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #f5f5f5;
}


.allbody{
    width: 100vw;
    background-image: url('../img/topbg.png'),
    url('../img/bottombg.png');
    background-size: contain;
    height: 950px;
    background-repeat: no-repeat;
    padding: 129px 12px 0 12px;
    box-sizing: border-box;
    background-color: #fff;
    background-position:top, bottom;
    /* overflow: hidden;
    overflow-y: auto; */
}
body::-webkit-scrollbar{
    display:none !important;
}

.videoitem{
    width: 100%;
    height: 230px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    overflow: hidden;
    margin-bottom: 16px;
}
.video{
    width:calc(100vw - 24px);
    height: 178px;
    object-fit: cover;
}

video::-webkit-media-controls-enclosure{
        display: none; 
    }
    video:hover::-webkit-media-controls-enclosure{
        position: absolute;
        display: block; 
    }



.video_body{
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    box-sizing: border-box;
    justify-content: space-between;
}
.title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 550;
    font-size: 14px;
    color: #262626;
    text-align: left;
    font-style: normal;
    width: 200px;
}
.video_right{
    display: flex;
    align-items: center;

}
.logo_box{
    width: 32px;
    height: 32px;
    margin-right: 12px;
}
.logo{
    width: 32px;
    height: 32px;
}
.ming{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #595959;
    line-height: 18px;
    text-align: left;
    font-style: normal;
}



/* @media(min-width:466px){
    .allbody{
        padding: 130px 12px 0 12px;
        box-sizing: border-box;

    }
}
 @media(min-width:630px){
    .allbody{
        padding: 229px 12px 0 12px;
        box-sizing: border-box;

    }
}
@media(min-width:790px){
    .allbody{
        padding: 329px 12px 0 12px;
        box-sizing: border-box;

    } 
} */
@media(min-width:520px){
    .allbody{
        width: 375px;
        margin: 0 auto;
        padding: 129px 12px 0 12px;
        box-sizing: border-box;


    }
    .video{
        width:calc(375px - 24px);
    }
}


