#content {
    border-radius: 0;
    box-shadow: none;
    background: none;
}

.text-danger-dker {
    color: #ff0000;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebebeb;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    height: 60px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: 0!important;
}

.btn-primary {
    color: #fff;
    background: #216acd;
    border-color: #216acd;
}

.btn-primary:hover {
    background: #1d5fb7;
}

.info_content * {
    box-sizing: border-box;
}

.center_content .person .user-info-box {
    width: 100%;
}

.line-list-wrap li {
    padding: 20px 0;
    border-bottom: 1px solid #E9E9E9;
}

.line-list-wrap li:last-child {
    border-bottom:none;
}

.line-list-wrap li .info {
    font-size:16px;
    color: #333;
    padding: 0 30px;
}

.line-list-wrap li .info .label {
    float:left;
    width:100px;
}

.line-list-wrap li .info>p {
    color: #999999;
    padding-left:100px;
}

.edit-degree-btn {
    color:#4c86f7;
    font-size:18px;
    cursor:pointer;
}

.edit-degree-btn:hover {
    opacity:.8;
}

.student-degree li {
    border-bottom: none;
    padding: 10px 0;
}

.student-degree .line {
    border-bottom: 1px solid #E9E9E9;
    margin: 10px 0;
}

.center_content .person .head {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    overflow: hidden;
    margin: 20px auto 0;
}

.center_content .person .userhead {
    text-align: center;
}

.center_content .person .userhead img {
    width:150px;
    height:150px;
    border-radius:50%;
}

.center_content .person .upload {
    color: #FFF;
    cursor: pointer;
    line-height: 36px;
    height: 36px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.center_content .person .upload:hover {
    background:#999;
    color:#fff;
}

.change-phone, .change-email {
    color:#4c86f7;
    margin-left:20px;
}

.change-phone .iconfont, .change-email .iconfont {
    font-size: 14px;
}

.imageSelector {
    width: 560px;
    padding:20px;
}

#thumbPreview, #thumbPreview img {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    background: #999;
}

#thumbPreview {
    float: left;
}

.image-file-content {
    float:right;
    width:300px;
}

.image-file-btn {
    background: #2f7cee;
    position: relative;
    height: 42px;
    line-height: 42px;
    width: 120px;
    border-radius: 3px;
    cursor:pointer;
    margin:0;
}

.image-file-btn:hover {
    background: #447fd0;
}

.image-file-btn .image-file-txt {
    display:block!important;
    height:100%;
    width:100%;
    line-height:42px;
    font-size:15px;
    color:#fff;
    text-align:center;
    position:relative;
    cursor:pointer;
}

.image-file-btn input {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:0;
    filter:alpha(opacity=0);
    cursor:pointer;
    z-index:1;
}

.form_content .txt-tip {
    color: #ccc;
    padding-left: 110px;
}

.person {
    padding-bottom: 0;
}
/*申请认证相关*/
 .form_panel.large-editor {
    width: 1100px;
    max-width: 1100px;
}

.center_content .person li .info.auth-info {
    position: relative;
}

.auth-box {
    position: absolute;
    border: 1px solid #4c86f7;
    border-radius: 7px;
    padding: 10px;
    top: 34px;
    left: 113px;
    width: 330px;
    background: #fff;
    z-index: 1;
}

.auth-success .auth-box {
    border-color: #ffd200;
}

.auth-ing .auth-box {
    border-color: #59b05d;
}

.auth-fail .auth-box {
    border-color: #ec2323;
}

.auth-box:before {
    content:"";
    position: absolute;
    border-bottom: 12px solid #4c86f7;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -12px;
    left: 14px;
    width: 0;
    height: 0;
    font-size: 0;
}

.auth-success .auth-box:before {
    border-bottom-color: #ffd200;
}

.auth-ing .auth-box:before {
    border-bottom-color: #59b05d;
}

.auth-fail .auth-box:before {
    border-bottom-color: #ec2323;
}

.auth-box:after {
    content:"";
    position: absolute;
    border-bottom: 12px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -11px;
    left: 14px;
    width: 0;
    height: 0;
    font-size: 0;
}

.auth-success .tip-txt {
    color: #ffd200;
}

.auth-ing .tip-txt {
    color: #59b05d;
}

.auth-fail .tip-txt {
    color: #ec2323;
}

.auth-box-content {
    font-size: 13px;
}

span.auth-btn {
    background: #4c86f7;
    color: #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
    width: 90px;
    padding: 5px 0;
    margin: 15px auto 5px;
    cursor: pointer;
}

.center_content .person li .info span.auth-rebtn {
    background: #ec2323;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}

span.auth-btn:hover {
    background: #4268c9;
}

.auth-box .green {
    color: #59b05d;
}

.auth-icon, .auth-txt, .auth-box .blue {
    color: #4c86f7;
}

.auth-success .auth-icon, .auth-success .auth-txt {
    color: #ffd200;
}

.auth-ing .auth-icon, .auth-ing .auth-txt {
    color: #59b05d;
}

.auth-fail .auth-icon, .auth-fail .auth-txt {
    color: #ec2323;
}

.auth-icon {
    margin-right: 3px;
}

.auth-no-new {
    cursor: pointer;
}

.auth-new-box {
    width: 720px;
    background: #f8faff;
    position: absolute;
    right: -55px;
    top: 128px;
    padding: 20px;
    z-index: 1;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    display: none;
}

.auth-no-new:hover .auth-new-box {
    display: block;
}

.auth-go {
    text-decoration: underline;
}

.top-title {
    color: #333;
    font-weight: normal;
}

.top-title h1 {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
    line-height: 24px;
    height: 24px;
}

.center_content .person li .info .tag1, .center_content .person li .info .tag2, .center_content .person li .info .tag3 {
    background: #9893ff;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    padding: 0 5px;
    color: #fff;
    border-radius: 5px;
    vertical-align: middle;
}

.center_content .person li .info .tag2 {
    background: #93b2ff;
    margin-left: 10px;
}

.center_content .person li .info .tag3 {
    background: #93c6ff;
    margin-left: 10px;
}

p.top-desc {
    margin-top: 15px;
    color: #333;
    line-height: 22px;
    font-size: 13px;
    text-align: justify;
}

.sub-title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 15px;
}

.top-ul li {
    width: 128px;
    height: 86px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.top-ul .tul-5 {
    margin-right: 0;
}

.tul-bg {
    /* opacity: 0.42; */
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*border-radius: 5px;*/
    border: 1px solid #f0f0f3;
}

.tul-content {
    position: relative;
    color: #333;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.8em;
}

.top-auth-tip {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}

.top-auth-tip li {
    float: left;
    padding: 10px;
}

.top-auth-tip li.tip1 {
    background: #4c86f7;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}

.top-auth-tip li.tip2 {
    font-size: 13px;
    position: relative;
    margin: 0 5px;
    width: 72px;
    height: 56px;
}

.top-auth-tip li.tip2:before {
    content:"";
    width: 65px;
    height: 1.5px;
    background: #a7a7a7;
    position: absolute;
    top: 30px;
    left: 4px;
}

.top-auth-tip li.tip2 i.iconfont {
    position: absolute;
    right: -3px;
    top: 20px;
    color: #a7a7a7;
}

.top-auth-tip li.tip2 p {
    color: #999;
    position: absolute;
    left: 8px;
}

.top-auth-tip li.tip2 .p1 {
    top: 5px;
}

.top-auth-tip li.tip2 .p2 {
    bottom: 3px;
}

.top-auth-tip li.tip3 {
    background: #ffd200;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}

.top-auth-tip li.tip4 i.iconfont {
    color: #ec2323;
    font-size: 12px;
}

.top-auth-tip li.tip4 {
    padding-right: 0;
}

.top-auth-tip li.tip4 p {
    font-size: 12px;
    line-height: 36px;
}

#authForm .fl {
    float: left;
    width: 288px;
    padding: 20px;
    border: 1px solid #f0f0f3;
    border-radius: 3px;
    height: 384px;
}

#authForm .top-auth-tip {
    background: #f8faff;
    border-radius: 3px;
    padding: 15px 10px 5px;
    margin-top: 0;
}

#authForm .top-auth-tip li.tip2 {
    height: 50px;
}

#authForm .top-auth-tip li.tip2:before {
    top: 25px;
}

#authForm .top-auth-tip li.tip2 i.iconfont {
    top: 15px;
}

#authForm .top-auth-tip li.tip2 .p1 {
    top: 0;
}

#authForm .top-auth-tip li.tip2 .p2 {
    bottom: 0;
}

#authForm .top-auth-tip li.tip4 p {
    padding-left: 10px;
    line-height: 18px;
    position: relative;
}

#authForm .top-auth-tip li.tip4 i.iconfont {
    position: absolute;
    left: -8px;
    font-size: 16px;
    top: 2px;
}

.form_content #authForm .top-auth-tip .tip1 p, .form_content #authForm .top-auth-tip .tip3 p {
    color: #fff;
    line-height: 1.2;
}

.auth-service {
    background: #f8faff;
    margin-top: 10px;
    border-radius: 3px;
    padding: 10px 20px 15px;
}

.form_content .auth-service-title {
    color: #333;
    font-size: 16px;
    text-align: center;
}

.form_content .auth-service-desc {
    font-size: 12px;
    text-align: center;
    color: #333;
}

.form_content .auth-service-item {
    height: 32px;
    line-height: 32px;
    padding-left: 30px;
    position: relative;
    border: 1px solid #f0f0f3;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
    color: #333;
}

.form_content .auth-service-item .iconfont {
    position: absolute;
    left: 0;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 34px;
    background: #4c86f7;
    color: #fff;
    font-size: 21px;
    border-radius: 5px 0 0 5px;
    left: -1px;
    top: -1px;
}

#authForm .fr {
    float: right;
    width: 675px;
    border: 1px solid #f0f0f3;
    border-radius: 3px;
    height: 384px;
    padding: 20px;
}

#authForm .fr-left {
    float: left;
    width: 275px;
    background: #f8faff;
    border-radius: 3px;
    padding: 20px;
}

#authForm .fr-right {
    float: right;
    width: 275px;
    background: #f8faff;
    border-radius: 3px;
    padding: 20px;
}

.form_content .fr-title {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.form_content .fr-origin {
    position: relative;
    height: 100px;
    margin: 30px 0;
}

.fr-origin .iconfont {
    font-size: 100px;
    line-height: 1;
    position: absolute;
    color: #dde1eb;
}

.fr-right-imgbox {
    position: absolute;
    height: 100px;
    border: 2px solid #eff2f9;
    width: 173px;
    border-radius: 5px;
    text-align: center;
}

.fr-origin .fr-right-imgbox .iconfont {
    font-size: 84px;
    line-height: 1;
    color: #dde1eb;
    display: inline-block;
    margin-top: 5px;
    position: static;
}

.fr-sub-title {
    float: right;
    line-height: 100px;
    color: #333;
    margin-right: 10px;
}

.fr-upload {
    position: relative;
    height: 110px;
}

.img-box {
    height: 110px;
    border: 2px solid #eff2f9;
    border-radius: 5px;
    width: 173px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.fr-sub-btn {
    cursor: pointer;
    float: right;
    line-height: 110px;
    color: #4976e8;
    position: relative;
    height: 110px;
    width: 62px;
    text-align: right;
}

.fr-sub-btn input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 1;
    font-size: 0;
}

#auth_overlay .overlay-close {
    right: 30px;
    color: #333;
    cursor: pointer;
}

#auth_overlay .overlay-tip {
    color: #ec2323;
    text-align: center;
}

#auth_overlay .form_control a {
    padding: 0 20px;
}

#auth_close {
    background: #cedcff;
    color: #3c6de8;
    border: 1px solid #9ab6fd;
    margin-right: 20px;
}

#auth_submit {
    margin-right: 0;
}
/*上传承诺书*/
 .center_content .person li .info .grant-btn {
    background: #4c86f7;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.center_content .person li .info .grant-btn:hover {
    background: #4067c9;
}

#form_overlay_grant .form_content p {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

#form_overlay_grant .form_content p a {
    color: #4976e8;
}
/*资源播放*/
 #res-preview-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    /*background-color: rgba(244, 244, 244, 0.5);*/
}

#res-preview-overlay-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity:0.6;
    filter:alpha(opacity=60);
}

#res-preview-panel {
    background-color: #fff;
    left: 50%;
    margin: 0;
    max-height: 90%;
    overflow-y: auto;
    padding: 20px 10px;
    position: fixed;
    top: 50%;
    height:600px;
    margin-top:-325px;
    margin-left:-480px;
    width: 960px;
    box-sizing: border-box;
    border-radius: 8px;
}

#res-preview-title {
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    height: 24px;
    line-height: 24px;
}

#res-preview-title .iconfont {
    font-size: 20px;
}

#res-preview-title:before {
    content:"";
    position: absolute;
    background: #4976e8;
    height: 18px;
    width: 3px;
    left: 0;
    top: 3px;
}

#res-preview-close {
    float:right;
    margin-right:0;
    font-size:14px;
    color:#ff2424;
    font-weight:normal;
    cursor:pointer;
}

#res-preview-content {
    padding-top: 20px;
    height:530px;
    position:relative;
    box-sizing: border-box;
}

#previewPlayer {
    background: #000;
    height: 100%;
}

#res-preview-loading {
    width:100%;
    height:100%;
    position:absolute;
    background:#fff url(/images/loaderBgWhite.gif) no-repeat center;
    top:0;
    left:0;
}

#playerContent .nores {
    color: #ccc;
    text-align: center;
    padding-top: 80px;
}

#playerContent {
    margin: 0;
}

video::-internal-media-controls-download-button {
    display:none !important;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden !important;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px) !important;
}
/*承诺书结束*/
 @media screen and (max-width:640px) {
    .center_content {
        position: relative;
    }
    
.center_content .person #elList {
        float:none;
        width: 100%;
    }
    
.center_content .person li, #elList > li {
        float: none;
        width: 100%;
    }
    
#elList > li:nth-child(2n) {
        float: none;
    }
    
.center_content .person .head {
        margin-top: 20px;
        float: none;
        padding-bottom: 20px;
        position: absolute;
        right: 20px;
        top: 10px;
        width: 80px;
        height: 80px;
    }
    
.center_content .person .userhead img {
        width: 80px;
        height: 80px;
    }
    
.auth-box {
        /*display: none;*/
    }
}
/*教师信息维护相关*/
 ul, p {
    margin:0;
}

a:hover {
    text-decoration: none;
}
/*.info_content {*/

/*    margin: 20px 0;*/

/*}*/
 .text-danger-dker {
    color:#ff0000;
}

.info-title {
    margin:15px 0;
    font-weight: normal;
    font-size: 18px;
    padding-left: 1em;
    position: relative;
}

.info-title:before {
    content:"";
    display: inline-block;
    width: 2px;
    height: 1em;
    background-color: #50abf2;
    position: absolute;
    left: 0;
    top: 1px;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.info-table tr th {
    padding-left: 1em;
    font-weight: normal;
    max-width: 10em;
    vertical-align: top;
    padding-top: 18px;
    text-align: left;
}

.info-table tr th:nth-of-type(even) {
    white-space: nowrap;
}

.info-table tr td {
    vertical-align: top;
}

.form-input {
    margin:10px 0;
    resize:none;
}

#birthday {
    padding:6px 30px 6px 12px;
}

#info-form tr:last-of-type {
    text-align: center;
}

#info-form .btn {
    display:inline-block;
    width:100px;
    margin:20px 20px 0;
}
/*重置laydate.js*/
 .laydate_body .laydate_top {
    padding:0;
}

.laydate_body .laydate_ym .laydate_yms {
    border:0;
}

.laydate_body .laydate_bottom .laydate_btn {
    top:0;
}
/*2018-09-19*/
 .duty_select {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.duty_select:last-of-type {
    margin-right: 0;
}

.info-form input[disabled], .info-form select[disabled], .info-form textarea[disabled] {
    border: 0;
    background-color: #fff;
    color: #333;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.info-form select.duty_select[disabled] {
    width: auto;
}
/*英文版*/
 .en-lang .edit-degree-btn {
    font-size: 16px;
}

.en-lang .student-degree li .info .label {
    width: 180px;
}
/*英文版 end*/
 @media screen and (max-width:640px) {
    .center_content>hr {
        display:none;
    }
    
.info-title {
        font-size:20px;
    }
    
.info-title:before {
        width: 4px;
        background-color: #4976E8;
        border-radius: 2px;
        top:1px;
    }
    
.info-table, .info-table tbody, .info-table tr, .info-table th, .info-table td {
        display:block;
    }
    
.info-table tr th {
        padding-top:15px;
        padding-left:0;
        width: 100%;
        max-width: 100%;
        font-size: 16px;
    }
    
.info-table tr th:nth-of-type(even) {
        max-width: 100%;
    }
    
.info-table tr td {
        padding-top:5px;
        width:100% !important;
    }
    
.form-control {
        border-radius:5px;
        height: 40px;
    }
    
.duty_select {
        width:100%;
    }
    
#btn-submit {
        border-color:#4976E8;
        background: #4976E8;
        box-shadow: 0px 3px 4px 0px rgba(73, 118, 232, 0.41);
        width:160px;
        border-radius:23px;
        padding: 12px 0;
        font-size:16px;
    }
    /*认证弹窗 2021-12-14*/
    .form_panel.large-editor {
        width: 280px;
        height: 80%;
        padding: 10px;
        overflow-y:auto;
    }
    
.form_panel.large-editor::-webkit-scrollbar {
        width:0;
    }
    
.form_content {
        padding: 0;
    }
    
#authForm .fl, #authForm .fr {
        float:none;
        width:100%;
        border:none;
        padding:0;
        height:auto;
        margin-bottom:10px;
    }
    
#authForm .fr-left, #authForm .fr-right {
        width:100%;
        float:none;
        padding: 10px;
        margin-bottom: 10px;
    }
    
#auth_overlay .form_control {
        padding:0;
    }
    
#auth_overlay .overlay-tip {
        font-size:12px;
    }
    
#auth_overlay .overlay-close {
        display:none;
    }
    
.img-box img {
        width:100%;
        height:100%;
    }
    
.auth-box {
        width:200px;
    }
    /*认证弹窗 end*/
}

/*增加账户设置按钮*/
.account-setting {
    float: right;
    font-size: 16px;

}
.account-setting a {
    color: #999999;
}