.header .shortcut{
    width: 100px !important;
    border-radius: 50% !important;
}
.video-area{
    width: 100%;
    height: 600px;
    border: 1px solid saddlebrown;
}
.vl{
    float: left;
    width: 65%;
    text-align: center;
    background-color: skyblue;
}

 .vl video{

    text-align: center;


}

 .vr{
    float: right;
    width: 35%;
    height: 600px;
    background-color: salmon;
}
/*.messagel{*/
/*    display: block;*/
/*    float: left;*/
/*width: 50%;*/
/*height: 100%;*/
/*}*/
/*.messager{*/
/*    display: block;*/
/*    float: right;*/
/*    width: 50%;*/
/*    height: 100%;*/
/*}*/
.pagebtn{
    font-size: 18px;
    cursor: pointer;
}
.pagebtn:hover{
color: rgb(198, 196, 196);
}
.pages{
    padding: 10px;
}
.like{
    float: right;
    width: 20px;
    cursor: pointer;
}
#lovetime{
    margin-top: 20px;
}

