.video-div {
    background-color: #1E1E2A;
    padding-bottom: 20px;
}

/* 顶部导航 */
.nav {
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    position: relative;
}
.nav-left {
    float: left;
}
.nav-left img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.nav-right {
    float: right;
}
.nav-right a{
    font-family:Source Han Sans CN;
    font-size:20px;
    color:white;
    margin-right: 80px;
    cursor: pointer;
}
.nav-right a:last-of-type {
    margin-right: 0px;
}


/*播放样式*/
.player-div {
    overflow: hidden;
    /*border: 1px solid red;*/
}
.player-div-left {
    float: left;
    height: 570px;
}

.player-div-right {
    float: right;
    width: 280px;
    height: 570px;
    /*border: 1px solid yellow;*/
}
.player-div-right-title {
    font-size: 28px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}

.player-div-right-list {
    width: 350px;
    height: 520px;
    overflow-y:scroll;
}
.player-div-right-list-one {
    overflow: hidden;
    padding-left: 8px;
    position: relative;
    margin-top: 20px;
    font-weight: normal;
}
.player-div-right-list-one.active .player-div-right-list-one-left{
    border: 2px solid #FF9B44;
}
.player-div-right-list-one.active {
    font-weight: bold;
}
.player-div-right-list-one.active .player-div-right-list-one-active-img{
    opacity: 1;
}
.player-div-right-list-one-active-img {
    position: absolute;
    left: 1px;
    top: 35px;
    opacity: 0;
}
.player-div-right-list-one-left {
    float: left;
    box-sizing: border-box;
    width: 125px;
    height: 80px;
    overflow: hidden;
    border: 1px solid white;
    background-color: white;
    border-radius: 5px;
}
.player-div-right-list-one-left img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 1px;
    border-radius: 5px;
}
.player-div-right-list-one-right {
    float: left;
    font-size: 16px;
    color: white;
    width: 130px;
    position: relative;
    height: 80px;
    margin-left: 10px;
}
.player-div-right-list-one-right-info {
    position: absolute;
    bottom: -4px;
    font-size: 18px;
    font-weight: bold;
    color: #63636B;
}
.player-div-left-info {
    padding-left: 20px;
    padding-top: 20px;
}
.player-div-left-info img,.player-div-left-info span{
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 12px;
}
.player-div-left-info img {
    margin-right: 5px;
}
.player-div-left-info span {
    margin-right: 25px;
}

.player-title {
    font-size: 28px;
    font-weight: bold;
    color: white;
    line-height: 80px;
}

/*评论表单*/
.comment-form {
    background-color: white;
    padding-top: 15px;
}
.comment-form-title-text {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #323232;
    letter-spacing: 5px;
}
.comment-form-title-num {
    font-size: 24px;
    font-family: Source Han Sans CN;
    color: #B5B5B5;
}
.comment-form-contaier {
    margin-top: 15px;
    height: 155px;
    box-shadow: 0px 1px 15px 0px rgba(187, 187, 187, 0.3);
    border-radius: 5px;
    position: relative;
}
.comment-form-contaier-textarea {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    resize:none;
    border:none;
    font-size: 16px;
    color: #323232;
    padding: 22px;
}
.comment-form-contaier-textarea:focus{
    outline: none;
}
.comment-form-contaier-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    cursor: pointer;
}
.comment-form-contaier-num {
    position: absolute;
    bottom: 12px;
    right: 100px;
    color: #B5B5B5;
}





/*底部评论*/
.comment-div {
    background-color: white;
    padding-bottom: 100px;
}

.comment-list-one {
    overflow: hidden;
    padding-top: 40px;
}
.comment-list-one-headimg{
    float: left;
    width: 52px;
    height: 52px;
    margin-right: 20px;
}
.comment-list-one-headimg img {
    display: block;
    border-radius: 50%;
}
.comment-list-one-main{
    float: left;
    width: 1100px;
}
.comment-list-one-main-title .nickname {
    font-size: 18px;
    font-weight: bold;
    margin-right: 45px;
}
.comment-list-one-main-title .time {
    color: #ADADAD;
    font-size: 14px;
}
.comment-list-one-main-text {
    color: #323232;
    font-size: 16px;
    margin-top: 10px;
}
.comment-more {
    background: #F7F7F7;
    border-radius: 5px;
    font-size: 16px;
    color: #898989;
    line-height: 60px;
    text-align: center;
    margin-top: 120px;
    cursor: pointer;
}




