.error{color:red;}
#video-player {
    width: 100%;
}
/**修改**/
#tuser-register-edit select option{color: unset !important;}
#tuser-register-edit textarea{font-size: 14px !important;}

#tuser-register-edit select{font-size: 14px !important;}

/**选中**/
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px !important;
}
/**右侧箭头**/
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:5px !important;
}
/**初始高度**/
.select2-container--default .select2-selection--single {
    height: 35px !important;
}

@media (max-width: 767px) {
    #video-player {
        width: 100%;
        height: auto;
        background:rgba(255,255,255,.2);
    }
    .tools-box .btn {
        line-height: unset !important;
    }
}
