.dplayer{
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 1;
    height: 470px;
    width: 1200px;
}
.videoContent {
    overflow: hidden;
    width: 1200px;
    height: 470px;
    background: rgb(61, 61, 61);
}
.dis-no{
    display: none !important;
}
.videoContent .btnContent {
    display: flex;
    justify-content: space-around;
    width: 400px;
    height: 48px;
    margin: 187px auto;
}
.videoContent .btnContent span{
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    width: 170px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.leftBtn {
    background: #5a4bde;

    border: 1px solid #5a4bde;

}
.rightBtn {
    border: 1px solid #cbcbcb;
}
.dplayer {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 1;
    height: 470px;
    width: 1200px;
}

.videoContent {
    overflow: hidden;
    width: 1200px;
    height: 470px;
    background: rgb(61, 61, 61);
}

.video-play-box > div:nth-child(1){
    position: relative;
}
.video-play-box > div:nth-child(1) > p{
    position: absolute;
    left: 20px;
    top: 00px;
    z-index: 9;
    color: rgb(255, 255, 255);
    font-size: 12px;
}
.video-play-box .videoName {
    width: 810px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #222;
    margin-top: 30px;
}
.video-play-box-title ul>li{
    float: left;
    margin-right: 30px;
    color: #B1B1B1;
    height: 21px;
    line-height: 21px;
}
.diamondsico::before{
    content: '\e718';
    font-family: "iconfont" !important;
    color: #5951DA;
    font-size: 16px;
}
.video-play-box-title ul>li:nth-child(1)::before{
    content: '\ec8c';
    font-family: "iconfont" !important;
    font-size: 16px;
    margin-right: 10px;
}
.video-play-box-title ul>li:nth-child(2)::before{
    content: '\e623';
    font-family: "iconfont" !important;
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
}
.video-play-box-title ul>li:nth-child(3)::before{
    content: '\e8c7';
    font-family: "iconfont" !important;
    font-size: 16px;
    margin-right: 10px;
}
.video-play-box-title ul>li:nth-child(4)::before{
    content: '\e69b';
    font-family: "iconfont" !important;
    font-weight: 800;
    font-size: 24px;
    margin-right: 10px;
}

.operate{
    margin-top: 32px;
    margin-right: 30px;
}
.operate li{
    cursor: pointer;
}
.main-video-list{
    margin-top: 30px;
}
.user-info .head-img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.user-info .user-box {
    border-right: 1px solid #d1cccc;
    margin-top: 20px;
    margin-left: 12px;
    padding-right: 40px;
}
.user-info .user-box .name{
    line-height: 1;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #222;
}
.user-info .user-box .time{
    line-height: 1;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #222;
}
.user-info .video-label {
    width: 108px;
    height: 40px;
    margin-top: 20px;
    margin-left: 40px;
    background: #f3f2fa;
    border: 1px solid #5a4bde;
    border-radius: 10px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #5a4bde;
    text-align: center;
    line-height: 40px;
}
