#nullDIv {
    display: none !important;
}

body {
    background: #F0F2F5;
}

.header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: #fff;
    z-index: 999;
    padding-left: 185px;
    box-shadow: 0 0 5px #eee;
}

.header h2 {
    padding-left: 25px;
    font-size: 22px;
    color: #4a535c;
    line-height: 65px;
}

.header .head-portrait {
    margin-right: 30px;
    width: 90px;
    height: 65px;
    padding-top: 25px;
    /*background: url(../img/bg-portrait.png) center 15px no-repeat;*/
}

.header .head-portrait img {
    display: block;
    margin: 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

.left-aside {
    width: 185px;
    height: 99999px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #111A2C;
}

.left-aside .logo {
    height: 125px;
    background: url(../img/logo.png) center 15px no-repeat;
}

.left-nav {
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
}


.left-nav li {
    display: block;
    height: 40px;
    margin-bottom: 15px;
}

.left-nav li a.icon-nav {
    display: block;
    line-height: 40px;
    padding-left: 45px;
    font-size: 15px;
    font-weight: bold;
    color: #F0F0F2;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-size: 18px 18px;
    background-position: 16px center !important;
    /* border-radius: 24px 0 0 24px; */
}

.left-nav li a.actived {
    color: #444E60;
    background-color: #fff;
    background-position-y: bottom;
    position: relative;
}


.icon-manage {
    background-image: url(../img/icon-manage.png);
}

.father-manage {
    background-image: url(../img/icon-father.png);
}

.son-manage {
    background-image: url(../img/icon-son.png);
}

.shares-manage {
    background-image: url(../img/icon-share.png);
}

.icon-manage.actived {
    background-image: url(../img/icon-manage-actived.png);
}

.father-manage.actived {
    background-image: url(../img/icon-father-actived.png);
}

.son-manage.actived {
    background-image: url(../img/icon-son-actived.png);
}

.shares-manage.actived {
    background-image: url(../img/icon-share-actived.png);
}

.icon-teach {
    background-image: url(../img/icon-teach.png);
}
.icon-teach.actived {
    background-image: url(../img/icon-teach-actived.png);
}


.icon-gx {
    background-image: url(../img/icon-gx.png);
    background-size: 18px 18px;
    background-position: 15px center !important;
}

.icon-gx.actived {
    background-image: url(../img/icon-gx-actived.png);
    background-size: 18px 18px;
    background-position: 15px center !important;
}

.icon-pgxx {
    background-image: url(../img/icon-pgxx.png);
    background-size: 18px 18px;
    background-position: 15px center !important;
}

.icon-pgxx.actived {
    background-image: url(../img/icon-pgxx-actived.png);
    background-size: 18px 18px;
    background-position: 15px center !important;
}

.icon-sylb {
    background-image: url(../img/icon-sylb.png);
    background-size: 18px 18px;
    background-position: 15px center !important;
}

.icon-sylb.actived {
    background-image: url(../img/icon-sylb-actived.png);
    background-size: 18px 18px;
    background-position: 15px center !important;
}

.icon-xmwh {
    background-image: url(../img/icon-xmwh.png);
    background-size: 18px 18px;
    background-position: 16px center !important;
}

.icon-xmwh.actived {
    background-image: url(../img/icon-xmwh-actived.png);
    background-size: 18px 18px;
    background-position: 16px center !important;
}

.icon-nc {
    background-image: url(../img/icon-nc.png);
    background-size: 18px 18px;
    background-position: 16px center !important;
}

.icon-nc.actived {
    background-image: url(../img/icon-nc-actived.png);
    background-size: 18px 18px;
    background-position: 16px center !important;
}

.icon-tj {
    background-image: url(../img/icon-tj.png);
    background-size: 18px 18px;
    background-position: 16px center !important;
}

.icon-tj.actived {
    background-image: url(../img/icon-tj-actived.png);
    background-size: 18px 18px;
    background-position: 16px center !important;
}

.icon-share {
    background-image: url(../img/share-icon.png);
    background-size: 20px 20px;
    background-position: 16px center !important;
}

.icon-share.actived {
    background-image: url(../img/share-icon-a.png);
    background-size: 20px 20px;
    background-position: 16px center !important;
}

.content {
    padding-top: 80px;
    min-height: 650px;
    /*background: #F0F2F5;*/
    padding-left: 200px;
    padding-right: 15px;
    padding-bottom: 15px;
}


.searchBox {
    position: relative;
}

.searchBox .backBtn {
    position: absolute;
    right: 0;
    top: 35px;
    display: block;
    background: url("../img/return.png") no-repeat;
    width: 36px;
    height: 36px;
}

.searchBox .backBtn:hover {
    background: url("../img/return1.png") no-repeat;
}

.search {
    /*width: 400px;*/
    display: inline-block;
    height: 48px;
    position: relative;
    margin: 0 15px;
    /* margin-top: 20px; */
    line-height: 30px;
}

.search ul li {
    float: left;

}

.search label {
    font-size: 14px;

}

.search select {
    box-sizing: border-box;
    font-size: 14px;
    padding: 5px 3px;
    margin-right: 10px;
    outline: none;
    border-radius: 2px;
    border: 1px solid #d1dae2;
    background: #fff;
}

.search .inp-search {
    width: 400px;
    height: 48px;
    display: block;
    background: #ecf4fa;
    outline: none;
    border: 0;
    border-radius: 24px;
    font-size: 16px;
    color: #89939c;
    padding: 0 50px 0 20px;
}

.search .btn-search {
    position: absolute;
    display: block;
    border: 0;
    outline: none;
    background: url(../img/icon-search.png) center no-repeat;
    width: 30px;
    height: 30px;
    top: 9px;
    right: 15px;
}


/* table */
.table-list {
    box-shadow: 0 0 15px #e8f1f6;
    padding: 20px;
    background: #fff;
    border-radius: 2px;
    margin-top: 15px;
}

#hor-minimalist-b {
    background: #fff;
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

#hor-minimalist-b tr {
    height: 35px;
}

#hor-minimalist-b th {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #363636;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #E0EFF6;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 35px;
}

#hor-minimalist-b th a {
    color: #363636;
    padding-right: 10px;
}

#hor-minimalist-b th a:hover {
    color: #4b8df9;
}

#hor-minimalist-b td {
    font-size: 13px;
    font-family: "Microsoft YaHei";
    color: #01166A;
    padding-left: 4px;
    padding-right: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

#hor-minimalist-b tr.alt {
    background-color: #E0EFF6;
}

#hor-minimalist-b tr.over {
    background-color: #dbeaeb;
}

#hor-minimalist-b tfoot th {
    text-align: right;
    padding-right: 10px;
}

/*table-edit */
.table-view {
    box-shadow: 0 0 15px #e8f1f6;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
}

table.uiInfoTable {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    font-size: 14px;
}

table.uiInfoTable th {
    color: #3c4963;
    _white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px;
    line-height: 18px;
    white-space: nowrap;
}

.proMm-list {
    padding: 15px;
}

table.uiInfoTable tbody th {
    width: 18%;
    text-align: right;
    color: #0D85BB;
}

table.uiInfoTable td {
    padding: 8px;
    color: #0D85BB;
    line-height: 18px;
    word-wrap: break-word;
    word-break: break-all;
}

table.uiInfoTable tfoot tr th {
    text-align: center;
    line-height: normal;
}

table.uiInfoTable tr.two_cols td {
    width: 32%;
}

table.uiInfoTable th .label {
    padding: 10px;
    text-align: right;
    vertical-align: baseline;
    _white-space: nowrap;
    white-space: nowrap;
}

table.uiInfoTable th .label span {
    color: #F00;
    padding-right: 3px;
}

/*page*/

#page {
    text-align: center;
    padding: 20px 15px;
}

#page .current_page_info {
    font-size: 14px;
    color: #7b7b7b;
    line-height: 32px;
}

#page a,
#page span {
    display: block;
    line-height: 32px;
    text-align: center;
    padding-right: 0 !important;
    font-size: 13px;
    margin: 0 2px;
    font-weight: normal;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E3E3E3;
    float: left;
}

#page .current {
    background: #3991e2;
    border-color: #3991e2;
    color: #fff !important;
}

#page input {
    width: 40px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E3E3E3;
    float: left;
    font-size: 14px;
    color: #444E60;
    margin-left: 15px;
}

#page button {
    width: 35px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E3E3E3;
    float: left;
    outline: none;
    border-left: 0;
    font-size: 14px;
    color: #444E60;
}

#page .nextPage, #page .prevPage {
    margin: 0 5px;
    padding-top: 7px;
    font-size: 18px;
}

/*btn*/
.proMm-list-add {
    background: #feffff;
    border-radius: 10px;
    box-shadow: 3px 3px 10px #f0f2f3;
    padding: 15px 0;
}

.proMm-list-add a {
    display: block;
    margin: auto;
    width: 74px;
    padding-top: 60px;
    color: #4a535c;
    font-size: 14px;
    text-align: center;
    background: url(../img/add.png) no-repeat center top;
    text-decoration: none;
}

/*formBtn*/
.buttonOpen {
    padding: 6px 15px;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    background: #3cafff;
    border: 1px solid #3cafff;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 2px;
    font-weight: normal;
}

#footer {
    margin-top: 40px;
    padding-bottom: 15px;
    font-size: 12px;
    color: #89939c;
    text-align: center;
    display: none;
}

#footer a {
    color: #89939c;
}

.exercises {
    display: none;
}

.exercises-title {
    margin-top: 30px;
}

.exercises-title .type-title {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    padding-left: 10px;
    color: #4a535c;
    border-left: 4px solid #3cafff;
}

.question-content {
    margin-bottom: 20px;
    background: #f4f7f9;
    padding: 20px;
}

.question-title {
    line-height: 32px;
    margin-bottom: 25px;

}

.question-title-cap {
    width: 100%;
    background: #f4f7f9;
    padding: 0 15px;
    /* border: 1px solid #d1d1d1; */
    border-bottom: 0;
}

.question-title label {
    color: #4a535c;
    font-size: 14px;
    font-weight: bold;
    max-width: 100%;
}

.question-content input[type=text] {
    width: calc(100% - 300px);
    height: 32px;
    color: #4a535c;
    font-size: 14px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    padding: 0 10px;
}

.question-answers li span.upload-img {
    display: inline-block;
    color: #3cafff;
    font-size: 14px;
    margin: 0 20px;
    cursor: pointer;
}

.question-title a {
    margin-left: 10px;
    font-size: 13px;
    color: #3cafff;
}

.question-title a:hover {
    color: #3cafff;
}

.reference label {
    display: block;
    color: #606266;
    font-size: 14px;
    width: 100%;
    /* background: #ebf2f6; */
    padding: 0 15px;
    /* border: 1px solid #d1d1d1; */
    border-bottom: 0;
    line-height: 30px;
    font-weight: bold;
}

.question-answers li {
    margin-top: 15px;
    /*padding-left: 45px;*/
}

.question-answers li img {

    /*display: block;*/
    margin-left: 5px;
    margin-top: 5px;
}

.question-answers li a {
    border: 1px solid #3cafff;
    color: #3cafff;
    margin-left: 10px;
    border-radius: 16px;
    display: inline-block;
    width: 32px;
    text-align: center;
}

.question-answers li b.letter {
    font-weight: normal;
    display: block;
    width: 20px;
    text-align: center;
}

.question-answers li a i {
    margin: 7px 0;
}

.question-answers li a:hover {
    background: #3cafff;
    border-color: #3cafff;
    color: #fff;
}

.exercises-type-add {
    margin: 20px 0 0;
    /*padding: 20px 0;*/
    padding-bottom: 10px;
    background: #f4f7f9;
}

.exercises-type-add-num {
    display: flex;
}

.exercises-type-add-num li {
    flex: 1;
    line-height: 40px;
    padding-left: 20px;
    font-weight: bold;
    color: #555;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    cursor: pointer;
}

.border-up-empty {
    display: none;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 7px solid #dfdfdf;
    position: absolute;
    left: 35px;
    bottom: -1px;
}

.exercises {
    display: none;
}

.border-up-empty span {
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid #f4f7f9;
    position: absolute;
    left: -7px;
    top: 2px;
}

.exercises-type-add-num li.current-type .border-up-empty {
    display: block;
}

.exercises-type-add-num li span {
    font-size: 13px;
    color: #999;
    font-weight: normal;
}

.exercises-type-add a {
    display: none;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 16px;
    background: #3cafff;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 10px;
}

.exercises-type-add a i {
    line-height: 30px;
}

/*.question-content textarea.textarea {*/
/*    resize: none;*/
/*    padding: 10px;*/
/*    width: calc(100% - 100px);*/
/*    height: 80px;*/
/*    background: #ecf4fa;*/
/*    border: 1px solid transparent;*/
/*    border-radius: 4px;*/
/*    outline: none;*/
/*}*/

.project-content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px #eee;
    padding: 25px;
}

.all-questions h2 {
    color: #4a535c;
    font-size: 16px;
    margin-bottom: 20px;
}

.all-questions .question-content {
    padding: 15px;
}

.all-questions .question-answers li {
    margin-top: 10px;
    padding-left: 25px;
    color: #6f6f6f;
    font-size: 14px;
    word-break: break-all;
}

.all-questions .question-answers li span.active b,
.all-questions .question-answers li label.active b {
    color: #00cc48;
    font-weight: normal;
}

.all-questions .question-title {
    margin-bottom: 0px;
    position: relative;
}

.all-questions .question-title b.order {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    line-height: 16px;
    text-align: center;
    color: #458aff;
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    top: -15px;
    left: -15px;
    border: 1px solid #458aff;
    background: #fff;
    z-index: 999;
}

.all-questions .question-content p {
    margin: 0 15px;
    line-height: 25px;
    word-break: break-all;
    padding: 5px;
    color: #6f6f6f;
    font-size: 14px;
}

.all-questions .question-content input[type=text] {
    width: 30px;
    height: 25px;
    margin-left: 15px;
    margin-right: 5px;
    text-align: center;
    padding: 0;
}

.score .ratio-num {
    font-weight: normal;
}

.question-list .question-type {
    color: #4a535c;
    font-size: 15px;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 30px;
}

.question-list .question-content {
    /*margin-left: 30px;*/
    padding: 15px;
    border-bottom: 1px solid #e3f5ff;
    box-shadow: 0 0 5px #efefef;
}

.question-list .question-title {
    margin-bottom: 10px;
    color: #4a535c;
    font-size: 14px;
    font-weight: bold;
    white-space: normal;
    word-break: break-all;
}

.question-list .question-answers li {
    padding-left: 35px;
    margin-top: 10px;
    word-break: break-all;
}

.question-list .question-content textarea.textarea {
    margin-left: 0;
    width: 100%;
}

.right-answer i.right,
.right-answer i.wrong {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    font-style: normal;
    width: 35px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-left: 10px;
    border-radius: 3px;
}

.right-answer i.right {
    background: #00cc48;
}

.right-answer i.wrong {
    background: #ef1a2d;
}


.question-content .question-answers li span.option-content,
.question-list .question-answers li label {
    font-size: 14px;
    color: #1a2d4e;
}

.question-content .question-answers li span.option-content b,
.question-list .question-answers li label b {
    font-weight: normal;
    font-size: 14px;
}

.question-content .question-answers li span.actived b,
.question-list .question-answers li label.actived b,
.question-list .question-answers li label.active b {
    color: #21c11e;
}

.question-content .question-answers li span.actived b {
    color: #2e9ad8;
}

.question-content .right-answer {
    font-size: 14px;
    padding: 5px 37px;
}

.question-content .right-answer b {
    font-weight: normal;
}

.question-content .mar15 {
    margin-top: 15px;
}

.rating-score {
    margin-left: 30px;
    margin-top: 15px;
    font-size: 14px;
}

.rating-score input {
    width: 50px;
}

.question-content .subjective-content {
    font-size: 14px;
    line-height: 25px;
}

.teacher_s {
    font-size: 14px;
    line-height: 25px;
    color: #4a535c;
}

.cankao_a {
    font-size: 14px;
    line-height: 25px;
    position: relative;
    padding-left: 75px;
}

.cankao_a b {
    font-weight: normal;
    color: #00cc48;
    position: absolute;
    top: 0;
    left: 0;
}

.table-list .question-list .question-content {
    box-shadow: none;
    margin-top: 0;
}

.subjectiveAn {
    font-size: 14px;
    min-height: 20px;
    position: relative;
    padding-left: 100px;
}

.subjectiveAn b {
    position: absolute;
    left: 25px;
    top: 0;
    color: #00cc48;
    font-weight: normal;
}

.upload-img-content {
    padding: 20px;
}

.upload-img-url {
    margin-bottom: 15px;
}

.upload-img-url label {
    font-size: 14px;
    font-weight: bold;
    color: #4a535c;
    float: left;
    line-height: 32px;
}

.upload-img-url input[type=text] {
    width: calc(100% - 185px);
    height: 32px;
    color: #4a535c;
    font-size: 14px;
    background: #ecf4fa;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    padding: 0 10px;
    float: left;
    margin: 0 15px;
}

.upload-img-url a {
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    color: #fff;
    background: #339ddb;
    font-size: 14px;
    border-radius: 4px;
    overflow: hidden;
    float: left;
}

.upload-img-url input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    opacity: 0;
}

.upload-img-preview {
    /*text-align: center;*/
}

.upload-img-preview img {

}

.upload-img-scoll {
    width: 445px;
    height: 200px;
    overflow: auto;
}

.img-size {
    margin-bottom: 15px;
}

.img-size label {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #4a535c;
    line-height: 32px;
}

.img-size span {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #4a535c;
    line-height: 32px;
    margin: 0 10px 0 15px;
}

.img-size input {
    float: left;
    width: 60px;
    height: 32px;
    color: #4a535c;
    font-size: 14px;
    background: #ecf4fa;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    padding: 0 10px;
    text-align: center;
}

.float-nav {
    position: fixed;
    right: 0px;
    top: 50%;
    width: 42px;
    height: 220px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 10px #e0e0e0;
}

.float-nav li {
    display: block;
    margin-bottom: 18px;
    position: relative;
}

.float-nav li:after {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 5px;
    left: 8px;
    bottom: -9px;
    border-bottom: 1px solid #dbdfe7;
}

.float-nav li a {
    display: block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 12px;
    color: #4a535c;
}

.float-nav li:last-child {
    margin-bottom: 0;
}

.float-nav li:last-child a {

    background: url("../img/back-top.png") left center no-repeat;
}

.float-nav li:last-child:after {
    display: none;
}

.float-nav li a:hover {
    background-color: #458aff;
    color: #fff;
}

.float-nav li:last-child a:hover {
    background-position-x: right;
}

a.download-excel,
a.exercise-statics {
    display: block;
    vertical-align: middle;
    outline: none;
    color: #6F7081!important;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E3E3E3;
}

a.exercise-statics {
    margin-right: 50px;
    margin-top: 0px
}

.export-excel-content {
    /*width: 600px;*/
    padding: 0 25px;
    display: none;

}

.export-excel-content h2 {
    font-size: 20px;
    color: #4a535c;
    text-align: center;
    line-height: 60px;
}

.export-excel-content p {
    font-size: 14px;
    float: left;
    line-height: 30px;
    color: #4a535c;
    font-weight: bold;
    width: 80px;
}

.export-excel-content input {
    width: 200px;
    height: 30px;
    color: #4a535c;
    font-size: 14px;
    background: #ecf4fa;
    border: 0;
    border-radius: 4px;
    outline: none;
    padding: 0 5px;
    text-align: left;
}

.change-date {
    margin: 10px 0;
}

.export-project-list {
    width: calc(100% - 80px);
    height: 330px;
    border: 1px solid #ddd;
    padding-top: 35px;
    padding-left: 10px;
    position: relative;
    border-radius: 5px;
    float: left;
}

.export-project-list ul {
    height: 285px;
    overflow-y: auto;
}

.export-project-list li {
    display: block;
    padding: 5px 0;
}

.export-project-list .all-project {
    position: absolute;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 10px;
    border-bottom: 1px dashed #ddd;
}

/*head通知标识*/
.head-notice {
    width: 25px;
    height: 65px;
    display: table;
    position: relative;
}

.head-help {
    width: 25px;
    height: 95px;
    display: table;
    margin-right: 25px;
    position: relative;
}

.head-notice .notice-icon {
    display: table-cell;
    width: 20px;
    height: 25px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    color: #A4AEC0;
}

.head-notice .notice-icon:hover {
    color: #3cafff;
}

.head-help .help-icon {
    display: table-cell;
    width: 20px;
    height: 25px;
    cursor: pointer;
    position: relative;
    background: url("../img/help.png") no-repeat center;
}

.head-notice .notice-icon.actived:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #f85a52;
    border-radius: 50%;
    position: absolute;
    top: 32px;
    right: -2px;
}

.head-notice .notice-cover {
    background: #fff;
    position: absolute;
    top: 55px;
    right: -20px;
    width: 280px;
    box-shadow: 0 0 15px #dcdcdc;
    display: none;
}

.head-notice .notice-cover h1 {
    font-size: 16px;
    color: #4a535c;
    padding: 10px 20px;
    border-bottom: 1px solid #eaeef1;
}

.head-notice .notice-cover ul {
    margin-left: 20px;
}

.head-notice .notice-cover ul li + li {
    border-top: 1px solid #eaeef1;
}

.head-notice .notice-cover ul li {
    font-size: 14px;
    color: #4a535c;
    padding: 10px 0;
}

.head-notice .notice-cover ul li a {
    display: block;
    margin-left: 15px;
    line-height: 1.6;
    padding-right: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.head-notice .notice-cover ul li:before {
    content: '';
    float: left;
    width: 5px;
    height: 5px;
    background: #f85a52;
    border-radius: 50%;
    margin-top: 8px;
}

.viewAll {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #4a535c;
    border-top: 1px solid #eaeef1;
}

.head-notice .notice-cover ul p {
    text-align: center;
    padding: 20px 0;
    margin-left: -20px;
    color: #666;
    font-size: 12px;
}

.all-project a {
    font-size: 12px;
    color: #7b7b7b;
}

.all-project a b {
    color: #3cafff;
    margin: 0 1px;
    font-weight: normal;
}

.search-data {
    font-size: 14px;
}

.search-data label {
    color: #606266;
}


.search-data input {
    width: 150px;
    height: 25px;
    color: #4a535c;
    font-size: 14px;
    background: #ecf4fa;
    border: 0;
    border-radius: 4px;
    outline: none;
    padding: 0 5px;
    text-align: left;
}

.layer-btns {
    text-align: center;
    margin-top: 15px;
}

.layer-btns  button {
    display: inline-block;
    margin: 0 10px;
    width: 80px;
    height: 35px;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
}

.layer-btns  button:first-child {
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
}

.layer-btns  button:last-child {
    background: #3cafff;
    border: 1px solid #3cafff;
    color: #fff;
}

/*加入我的实验*/
.joinMyTest {
    font-size: 12px;
    color: #f8b71a;
    line-height: 35px;
    background: url("../img/star.png") no-repeat left center;
    padding-left: 16px;
    width: auto !important;
}

.joinMyTest.actived {
    color: #89939c;
}

.layer-btns button.btn-disabled {
    background: #d4d4d4;
    border-color: #d2d2d2;
}

.score-content {
    display: none;
}

.subjective-answer {
    position: relative;
    padding-left: 100px;
    min-height: 15px;
}


.subjective-answer b.answer-label {
    position: absolute;
    left: 30px;
    font-size: 14px;
    color: #2e9ad8;
    font-weight: normal;
}

.change-check {

}

.change-check .checkbox-warp {
    white-space: nowrap;
    float: left;
    margin-right: 0;
    line-height: 18px;
    margin-top: 5px;
}

.change-check .title-content {
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-top: 6px;
    max-width: calc(100% - 90px);
    color: #4a535c;
    white-space: normal;
    word-break: break-all;
}

.change-check .question-title {
    min-height: 32px;
}

.change-check b.label-option {
    font-weight: normal;

}

.change-check .question-title .score-content {
    float: left;

}

/*强制修改密码*/
.ForceChangePassword {
    padding: 15px;
}

.ForceChangePassword h1 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #657180;
}

.ForceChangePassword .formItem {
    position: relative;
    margin-bottom: 20px;
}

.ForceChangePassword .formItem:after {
    content: '';
    display: table;
    clear: both;
}

.ForceChangePassword .formItem label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 12px;
    color: #657180;
    line-height: 1;
    padding: 10px 12px 10px 0;
    box-sizing: border-box;
    width: 80px;
}

.ForceChangePassword .formItem label:before {
    content: '*';
    display: inline-block;
    margin-right: 4px;
    line-height: 1;
    font-family: SimSun;
    font-size: 12px;
    color: #f30;
}

.ForceChangePassword .formItem input {
    height: 32px;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 12px;
    border: 1px solid #d7dde4;
    border-radius: 4px;
    color: #657180;
    background-color: #fff;
    background-image: none;
    cursor: text;
    width: 380px;
}

.ForceChangePassword .formItem p {
    font-size: 12px;
    line-height: 1.5;
    color: #657180;
    padding-left: 84px;
    margin-top: 5px;
}

.ForceChangePassword .btn-group {
    text-align: center;
}

.ForceChangePassword .btn-group .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #d7dde4;
    white-space: nowrap;
    line-height: 1.5;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 6px 15px;
    font-size: 12px;
    border-radius: 4px;

    color: #fff;
    background-color: #39f;
    border-color: #39f;
}

.ForceChangePassword .formItem .error {
    position: absolute;
    top: 34px;
    font-size: 12px;
    left: 84px;
    color: #f30;
}

.ForceChangePassword .formItem.email .error {
    top: 54px;
}
.rerutnReminder {
    padding: 20px;
}

.rerutnReminder p {
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 35px;
}

.rerutnReminder button {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #39f;
    white-space: nowrap;
    line-height: 1.5;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 6px 15px;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
    background-color: #39f;
}

.rerutnReminder p a {
    color: #39f;
}

.rerutnReminder p b {
    display: inline-block;
    color: #66b3ff;
    margin: 0 5px;
}

.rerutnReminder h1 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #657180;
}
.rerutnOptions h1 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #657180;
}
.rerutnOptions {
    padding: 10px 20px;
}
.rerutnOptions .m-options{
    padding-left: 20px;
}
.rerutnOptions input[type="checkbox"]{
    float: left;
    margin-top: 9px;
}
.rerutnOptions label{


    float: left;
    font-size: 14px;
    line-height: 30px;
    margin-left: 5px;
}

.changePassWordCard {
    display: none;
    background: #fff;
    position: absolute;
    top: 55px;
    left: 50px;
    width: 100px;
    line-height: 1;
    height: 44px;
    box-shadow: 0 0 15px #dcdcdc;
    text-align: center;
    padding-top: 15px;
    cursor: pointer;
}

.changePassWordCard:after {
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    position: absolute;
    top: -8px;
    left: 30%;
}

.header .head-portrait .name {
    width: 90px;
    display: inline-block;
    vertical-align: bottom;
    height: 65px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*layer重置*/
.layui-layer-btn .layui-layer-btn1 {
    background: #fff !important;
}

.layui-layer-setwin .layui-layer-close1:hover {
    background-position: 1px -40px !important;
}

.noData {
    margin: auto;
    width: 362px;
    height: 344px;
    background: url(../img/noData.png) no-repeat center;
    text-align: center;
    padding-top: 260px;
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.proMm-edit-next,
.content .btn-area {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 185px;
    right: 0;
    background: #fff;
    border-top: 1px solid #dfdfdf;
    z-index: 999;
    border-radius: 2px;
    box-shadow: 0 0 15px #e8f1f6;
    padding: 15px 0;
}

.btn-area {
    text-align: center;
}

.btn-area a, .btn-area input {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    padding: 6px 17px;
    text-decoration: none;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E3E3E3;
    margin: 0 10px;
    color: #444E60;
    font-size: 14px;
}

.btn-area a:first-child,
.btn-area input:first-child {

    background: #2A75ED;
    border-color: #2A75ED;
    color: #fff;
}

.btn-area input:disabled {
    background: #9E9E9E;
    border-color: #9E9E9E;
    cursor: not-allowed;
}

.all-questions {
    padding: 15px;
}
#childFrame{
    display: block;
    margin: 10px auto;
}

.create-teacher {
    padding: 25px 25px 0;
    width: 340px;
}

.create-teacher .teacher-info {
    margin-bottom: 15px;
}

.create-teacher .teacher-info label {
    font-size: 14px;
    line-height: 30px;
    float: left;
}
.create-teacher .teacher-info label b{
    font-weight: normal;
}
.create-teacher .teacher-info input.input-text {
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: none;
    width: 230px;
    float: left;
    padding: 0 8px;
    font-size: 14px;
    color: #555;
}


.list-tab a {
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.list-tab a+a:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #89939c;
    margin-right: 10px;
}

.list-tab a.active {
    color: #3391e6;
}