﻿.vidplay-box{
    display: flex;
}
.vidplay-group{
    width: 100%;
    position: relative;
}
.vidplay-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    padding-right: 30px;
    background: #404040;
    height: 82px;
}
.vid-name{
    color: #EBE7DF;
    font-size: 24px;
}
.vid-tabs{
    display: flex;
    align-items: center;
    width: 400px;
    background: #555;
    padding: 10px 20px;
    position:relative;
}
.vidtabs-img{
    width: 32px;
    height: 32px;
    margin-right: 20px;
}
.vidtabs-right{
    font-size: 14px;
    color: #fff;
}
.vidtabs-close{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.vidplay-bottom{
    display: flex;
    justify-content: flex-end;
    background: rgba(31,31,31,0.5);
    padding: 20px 10px 20px 0;
    color: #fff;
    font-size: 14px;
    position: relative; 
    height: 60px;
}
.vidplay-bottom>div:nth-child(odd){
    display: flex;
    align-items: center;
    padding: 0 20px 0 23px;
}
.vidplay-bottom>div:nth-child(odd) div{
    cursor: pointer;
}
.vidplay-bottom img{
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.vidplay-right{
    min-width: 436px;
    background: #1F1F1F;
}
.vid-nav{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #999;
    padding: 28px 68px;
    padding-top: 29px;
    height: 102px;
}
.vid-nav>div{
    width: 130px;
    height: 45px;
    line-height: 45px;
    background: #333;
    text-align: center;
    border-radius: 23px;
    cursor: pointer;
}
.vid-nav .on{
    color: #fff;
}
.vid-list{
    padding: 0 20px;
    overflow: scroll;
}
.vid-list>div{
    display: none;
}
.vid-list .on{
    display: block;
}
.class-name{
    padding: 10px 0 15px 0;
    color: #fff;
}
.class-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 10px;
    background: rgba(243,243,243,0.1);
    color: #999;
    overflow:hidden;
}
.class-item>div{
    display: flex;
    align-items: center;
}
.class-item img{
    width: 24px;
    height: 14px;
    margin-right: 10px;
}
.comment-item{
    display: flex;
    padding: 15px 0 20px 0;
}
.comment-img{
    width: 48px;
    margin-right: 20px;
}
.comment-img img{
    height: 48px;
    border-radius: 50%;
}
.comment-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #fff;
}
.comment-time{
    font-size: 12px;
    opacity:0.3;
   
}
.comment-group {
    width:calc(100% - 60px);
}
.username {
    font-size:18px;
    font-weight:400;
    color:#fff;
    align-items:flex-end;
}
.comment-title{
    color: #999;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 321px;
}
.fx-box{
    background: #f8f8f8;
    border: none;
    padding: 10px 14px;
    right: 50px;
    bottom: 75px;
    z-index: 100;
}
.fx-box>a{
    width: 40px;
    height: 40px !important;
    padding: 0 !important;
    margin-right: 20px !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: 0 0 !important;
}
.fx-box .bshare-qqim{
    background-image: url("../img/QQ-img.png") !important;
}
.fx-box .bshare-weixin{
    background-image: url("../img/wx-img.png") !important;
}
.fx-box .bshare-sinaminiblog{
    background-image: url("../img/wb-img.png") !important;
    margin-right: 0 !important;
}
.evalua-window{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 810px;
    height: 420px;
    margin-top: -190px;
    margin-left: -375px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    display: none;
}
.evalua-top{
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.evalua-title{
    color: #222;
    margin-right: 20px;
    min-width: 80px;
}
#div{
    display: flex;
    align-items: center;
}
#div ul{
	display: flex;
    align-items: center;
}
#div li{
	width: 27px;
	height: 28px;
	cursor: pointer;
	background: url("../img/stars.png") no-repeat 0 0;
    margin-right: 10px;
}
#div .active{
	background: url("../img/stars-1.png") no-repeat 0 0;
}
#div p{
	font-size: 14px;
    color: #999;
}
.evalua-group{
    display: flex;
    margin-top: 20px;
}
.evalua-text{
    width: 100%;
}
#scorecontent{
    width: 100%;
    min-height: 220px;
    border: none;
    background: #f8f8f8;
    padding:10px;
    border-radius: 4px;
    outline: none;
}
.evalua-bottom{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.evalua-btn{
    width: 120px;
    height: 44px;
    line-height: 44px;
    border: none;
    padding: 0;
    background: #E35046;
    color: #fff;
}
.evalua-bottom input{
    margin-left: 15px;
}
.xh-btn {
    font-size: 30px;
    background: #fff;
    color: #999;
    position: absolute;
    top: 0;
    right: 30px;
    padding: 0;
    border: 0;
}
.evalua-window .xh-btn:hover,.evalua-window .xh-btn:active{
    background:#fff;
    color:#999;
    border:0px;
    border-color:#fff;
}