.masklayer label{
    font-weight: 100 !important;
    margin:0 !important;
}
.nameInput::-webkit-input-placeholder,#evalinfo::-webkit-input-placeholder,.common-search-input::-webkit-input-placeholder{
    color:#ccc;
}
.nameInput:-moz-placeholder,#evalinfo:-moz-placeholder,.common-search-input:-moz-placeholder{
    color:#ccc;
}
.nameInput::-moz-placeholder,#evalinfo::-moz-placeholder,.common-search-input::-moz-placeholder{
    color:#ccc;
}
.nameInput:-ms-input-placeholder,#evalinfo:-ms-input-placeholder,.common-search-input:-ms-input-placeholder{
    color:#ccc;
}
/*点评弹窗的相关样式*/
.win_remark .remark{
    width:862px;
    background-color:#fff;
    border-radius:4px;
}

.win_remark .contexnt{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    padding:0 40px;
    height:84px;
    font-size:12px;
}
.win_remark .message{
    display: -webkit-box;
    display: flex;
}
.win_remark .message img{
    margin-right:10px;
    border-radius:4px;
}
.win_remark .classNames{
    width:48px;
    height: 34px;
    line-height: 34px;
    margin-right:10px;
}
.win_remark .nameInput{
    display: block;
    width: 190px;
    height: 34px;
    line-height: 34px;
    text-align: left;
    padding: 0 10px;
    font-size: 12px;
    color: #333;
    border:1px solid #E5E5E5;
    border-radius:2px;
    overflow: hidden;

}
.win_remark .msgText span{
    display:block;
    height:50%;
    color:#3e3e3e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    margin-top:3px;
}
.win_remark .msgText span:last-child{
    color:#999;
    margin-top:2px;
}
.win_remark .date span{
    margin-right:10px;
}
.win_remark #pubdate{
    width:190px;
    height:34px;
    border:1px solid #E5E5E5;
    border-radius:2px;
    cursor:pointer;
    outline:none;
    text-indent:10px;
    background: url(../../../images/rili.png) 162px center / 16px no-repeat #fff;
}
.win_remark #evalinfo{
    margin:0 40px;
    padding:10px;
    width:520px;
    height:235px;
    background-color:#fff;
    border:1px solid #dcdfe6;
    border-radius:3px;
    outline:none;
    font-size:12px;
    resize: none;
    overflow:hidden;
}
.win_remark .choose-student{
    width: 222px;
    height: 294px;
    background-color: #fff;
    margin-right: 40px;
    margin-top: 25px;
    padding: 20px;
    border-radius: 2px;
    border:1px solid #E5E5E5;
    padding-right:0px;
}
.win_remark .check0{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/images/check0.png) no-repeat;
    background-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
.win_remark .check1{
    background: url(/images/check1.png) no-repeat;
    background-size: 14px;
}
.win_remark #allStu{
    position: absolute;
    height: 193px;
    margin-left: 24px;
    color: #333333;
    font-weight: normal;
    top: 30px;
    width: 176px;
    padding-bottom: 15px;
}
.win_remark #allStu li{
    margin-top: 15px;
}
.win_remark #allStu li:first-child{
    margin-top: 0px;
}
.win_remark .file{
    padding:0 40px;
}
.win_remark .addImg,.win_remark .addVideo{
    margin:10px 15px 15px 0;
    display:inline-block;
    width:74px;
    cursor:pointer;
    text-align:right;
    line-height:18px;
    font-size:12px;
    color:#999;
}
.win_remark .addImg{
    background:url('../../../images/addImg.png') -2px center no-repeat;
}
.win_remark .addVideo{
    background:url('../../../images/addVideo.png') -2px center no-repeat;
}
.win_remark .showImgVideo{
    display:none;
    margin-bottom:15px;
    padding-left: 24px;
    height: 82px;
    border-radius:3px;
    border:1px solid #dcdfe6;
    overflow:auto;
}
.win_remark .showImgVideo li{
    float:left;
    position:relative;
    margin-right:24px;
    margin-top: 10px;
    width: 60px;
    height: 60px;
}
.win_remark .showImgVideo li video{
    width:60px;
    height:60px;
}
.win_remark .upVideoImgs{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    z-index: 11;
}
.win_remark .UpImg{
    width:60px;
    height:60px;
}
.win_remark .delUpImgBtn{
    position: absolute;
    top: -7px;
    right: -7px;
    width: 14px;
    height: 14px;
    background: url(../../../images/delTopicImg.png) no-repeat center;
    cursor: pointer;
}
.win_remark .footer{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
        flex-direction: row-reverse;
    padding:0 40px;
    /*width:100%;*/
    height:50px;
    border-top:1px solid #d1dfe7;
    border-radius:0 0 4px 4px;
    background-color:#F7FAFF;
}
.win_remark #cancelBtn{
    margin-right:20px;
    width:72px;
    height:30px;
    border:1px solid #dcdfe6;
    border-radius:3px;
    background-color:#fff;
    font-size:12px;
    text-align:center;
    line-height:30px;
    cursor:pointer;
}
.win_remark #affirmBtn{
    width:72px;
    height:30px;
    border-radius:3px;
    background-color:#1ba3e4;
    color:#fff;
    font-size:12px;
    text-align:center;
    line-height:32px;
    cursor:pointer;
}
.win_remark .showdetails{
    cursor: pointer;
    position: relative;
    max-width: 138px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.win_remark #kelist{
    position: absolute;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 4px;
    max-width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    word-break: break-all;
    color: #333;
    display: none;
}
/*点评弹窗的相关样式*/

/*作业弹窗的相关样式*/
.win_homework #title{
    margin:0 0 14px 40px;
    width:540px;
    height:30px;
    border:1px solid #dcdfe6;
    border-radius:3px;
    font-size:12px;
    background-color:#fff;
    outline:none;
    text-indent:10px;
}
.win_homework #details{
    margin: 0 40px;
    padding: 10px;
    width: 540px;
    height: 174px;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    outline: none;
    font-size: 12px;
    resize: none;
}
/*作业弹窗的相关样式*/

/*等待动图*/
.remark .loadingBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.remark .win-loading{
    position:fixed;
    left:50%;
    top:50%;
    margin:-24px;
    /*width: 48px;*/
    padding:30px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #ccc;
}
.remark .win-loadImg {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin: 0 auto 8px auto;
    border: 2px solid #1ba3e4;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
.remark .win-loadText{
    display:inline-block;
    width:54px;
    color:#1ba3e4;
    white-space: nowrap;
    font-size: 12px;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
/*等待动图*/

.remarkShade{
    position: fixed;
    left:0;
    right: 0;
    top: 0;
    bottom:0;
    background-color: transparent;
}