/* 
页面css样式
css样式表头为 ejs文件名
*/
.padding-5-t {
    padding-top: 5px;
}

.padding-10-t {
    padding-top: 10px;
}

.padding-20-t {
    padding-top: 20px;
}

.padding-40-t {
    padding-top: 40px;
}

.padding-70-t {
    padding-top: 70px;
}

.padding-10-b {
    padding-bottom: 10px;
}

.padding-20-b {
    padding-bottom: 20px;
}

.padding-20-l {
    padding-left: 20px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}
.padding-5-l {
    padding-left: 5px;
}
.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-60 {
    padding: 60px;
}


.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.margin-auto {
    margin: auto;
}

.mheight-54 {
    min-height: 54px;
}

.verticalTop {
    vertical-align: top !important;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.clearboth {
    clear: both;
}

#topiclist tr {
    background: #fff;
}

.pointer {
    cursor: pointer;
}

i {
    /* vertical-align: text-top; */
}

.color-333 {
    color: #333;
}

.color-545454 {
    color: #646464;
}

.color-999 {
    color: #999;
}

.color-3874a9 {
    color: #3874a9
}

.border-0 {
    border: 0px !important;
    background-color: #fff !important;
}

.bgc-transparent {
    background-color: transparent;
}

.lineh-34 {
    line-height: 34px;
}

.font-s14 {
    font-size: 14px !important;
}

.font-s16 {
    font-size: 16px !important;
}

.search-icon {
    position: absolute;
    top: 10px;
    right: 0;
}

.cursor {
    cursor: pointer;
}

.display-inline {
    display: inline-block;
}

.position-relative {
    position: relative;
}

/* 小标签 */

.tag-jh {
    display: inline-block;
    padding: 5px;
    background: #5c90d2;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ks-badge {
    display: inline-block;
    background: #96A7C4;
    color: #fff;
    border-radius: 30%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    /*font-weight: bold;*/
    font-size: 13px;
}

/* 线和文字的组合 */

.crossline-container {
    position: relative;
}

.crossline-text {
    z-index: 100;
    padding-right: 10px;
    position: relative;
}

.crossline-line {
    z-index: 99;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #e0e0e0;
    width: 100%;
}

.editor {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
}

.backdrop {
    width: 100%;
    /*height: 100%;*/
    /*min-height: 200px;*/
    position: relative;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.loadinghtml {
    position: absolute;
}

[jumper] {
    cursor: pointer;
}

/*话题卡片*/

.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-main * {
    width: 100%;
}

#main-container {
    min-height: 785px;
}

/* ******** createques *********** */

#createquestions .difficulty li {
    font-size: 20px;
}

#createquestions .font-size-20 {
    font-size: 20px;
}

#createquestions .input-box, #createquestions .option-input-box {
    height: 80px;
}

#createquestions .option-input-box {
    display: inline-block;
}

#createquestions .ques-select {
    display: none;
}

#createquestions .judeg-answer .option-info {
    line-height: 45px;
    height: 40px;
}

#createquestions .upload-image {
    cursor: pointer;
}

#createquestions .css-input:hover {
    background-color: #3c7ac9;
    color: #fff;
    border: 0px solid transparent;
    border-radius: 5px;
}

/* **************** header  *************** */

.cloud-logo {
    background: url('/img/logor.png') no-repeat;
    background-size: 70%;
    width: 162px;
}

/*.cloud-logo:hover{
    background: url('/img/logorblue.png') no-repeat;
    background-size: 70%;
    width: 162px;
}*/

.header-navbar-transparent.header-navbar-fixed.header-navbar-scroll .cloud-logo, .header-navbar-transparent.header-navbar-fixed.header-bg-white .cloud-logo {
    background: url('/img/logorblue.png') no-repeat;
    background-size: 70%;
    width: 162px;
    /*height: 46px !important;*/
}

@media (max-width:768px) {
    .cloud-logo {
        background: url('/img/cloud-100.png') no-repeat;
        /*background: url('/img/logorblue-100.png') no-repeat;*/
        background-size: 100%;
        width: 76px;
    }
    .header-logo {
        position: absolute;
        left: 35%;
        top: 20px;
    }
    .header-navbar-transparent.header-navbar-fixed.header-navbar-scroll .cloud-logo, .header-navbar-transparent.header-navbar-fixed.header-bg-white .cloud-logo {
        background: url('/img/logorblue.png') no-repeat;
        background-size: 100%;
        width: 76px;
        /*height: 46px !important;*/
    }
    .nopadding-xs{
        padding:0
    }
}

@media (max-width:991px) {
    .header-navbar-transparent.header-navbar-fixed.header-bg-white #header-navbar .nav-main-header {
        background-color: #2c343f;
    }
    .header-navbar-transparent.header-navbar-fixed.header-bg-white #header-navbar a, .header-navbar-transparent.header-navbar-fixed.header-bg-white #header-navbar .js-nav-main-header.nav-main-header.pull-right.nav-main-header-o .nav-toggle {
        color: #fff;
    }
}

/* **************** pageindex  *************** */

#three .btn-info {
    display: none;
}

#three .more {
    display: inline-block;
}

#allCollege {
    display: none;
}

/* *************** collegemanage ************** */

.text-info {
    display: inline-block;
    width: 43px;
    text-align: justify;
    text-align-last: justify;
}

.errortext {
    display: inline-block;
    height: 20px;
    color: #d26a5c;
}

.push-0 {
    margin-bottom: 0px;
}

/* *************** reportmanage ************** */

.quesSpan, .reportText {
    max-width: 325px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

#reportlist td, #reportlist th {
    max-width: 300px;
    overflow: hidden;
}

#reportlist .number {
    width: 10px;
}

/* *************** class ************** */

#classinfo .collegeinfo {
    height: 92px;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* *************** personal ************** */

#mypersonal .content, #exchange .content {
    padding-top: 0;
}

.sign-content {
    color: #fff;
    /* position: absolute;
    top: 20px;
    right: 60px; */
}

.text-border {
    font-size: 12px;
    border: 1px solid #555555;
    border-radius: 3px;
    padding: 1px;
    cursor: pointer;
    display: inline-block;
}

.text-border:hover {
    border: 1px solid #00a1d6;
    color: #00a1d6;
}

#personal {
    /*padding-top: 60px;*/
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    background-color: #2c343f;
    /* overflow-x: auto;     */
}

.personal-content {
    overflow: hidden;
    /* width: 980px; */
    /* height: 100%; */
    margin: 10px auto 100px;
    border: 1px solid #e1e2e5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
    background: #FAFAFA;
    border-radius: 4px;
    position: relative
}

.personal-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.personal-left {
    float: left;
    width: 150px;
    height: 100%;
}

.personal-right {
    float: right;
    width: 827px;
    border-left: 1px solid #ddd;
    background: #fff;
    position: relative;
    min-height: 880px;
}

.f-list {
    padding-top: 7px;
}

.personal-list .first-level {
    color: #222;
    font-size: 16px;
    /*padding-left: 32px;*/
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

/*.personal-list .child-list,*/

.personal-list .first-level {
    border-bottom: 1px solid #e1e2e5;
}

.personal-list .child-list li {
    padding: 0;
}

.personal-list .child-list li a {
    display: block;
    height: 48px;
    color: #222;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
}

.personal-list .child-list li.active a {
    background-color: #00A1D7 !important;
    color: #fff !important;
}

/* *************** pracitce.ejs ************** */

#mypaper {
    /* width: 1280px; */
    width: 100%;
    max-width: 1280px;
    overflow: auto;
}

#mypaper .examlist {
    width: 1220px;
}

#quesTitle {
    background-color: #2c343f;
    color: #fff;
    padding-left: 35px;
}

/* *************** backstage-notice.ejs ************** */

/*.newsselect {
    display: inline-block;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #646464;
}*/

.noticetitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.noticecontent img {
    width: 100%;
}

.noticecontent p {
    margin-bottom: 0px;
}

#noticesetting .noticepost {
    display: inline-block;
    margin-left: 3px;
}

.posticon {
    color: #fff;
    border-radius: 2px;
    margin-right: 3px;
    padding: 1px;
}

.posticon.hot {
    background-color: #e65c5c;
}

.posticon.essence {
    background-color: #653096;
}

.posticon.top {
    background-color: #ffcc26;
}

#noticelist td .title {
    color: #333;
}

#noticelist td .title:hover {
    color: #5c90d2;
    text-decoration: underline;
    cursor: pointer;
}

#noticemodal .item-content, #newsmodal .item-content {
    margin-top: 10px;
    overflow: hidden;
    line-height: 34px;
}

#noticemodal .item-content .article-content {
    min-height: 100px;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 3px;
}

#noticemodal .form-material {
    margin: 0px;
    margin-bottom: 1px;
}

#noticemodal #keys {
    border: 1px solid #ddd;
    border-radius: 3px;
    max-height: 72px;
    min-height: 36px;
    line-height: 36px;
}

/* *************** front-notice.ejs ************** */

#newsnotice {
    margin-top: 90px;
}

.promptnotice {
    border: 1px solid transparent;
    font-size: 12px;
    background-color: #e4393c;
    color: #fff;
    border-radius: 7px;
    padding: 1px 5px;
}

.comperanum {
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: #ff6b6b;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px;
    margin-top: -1px;
}

.btn-page {
    display: inline-block;
    float: left;
    min-width: 30px;
    text-align: center;
    height: 32.4px;
    line-height: 32.4px;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
}

.newsnoticebody {
    width: 80%;
    margin: auto;
    background-color: #fff;
    border-radius: 3px;
    margin-top: 30px;
}

#back:hover {
    color: #e65c5c;
    cursor: pointer;
}

#notice div.pagecontrol, #replylist div.pagecontrol {
    margin-top: -35px;
}

.noticetable {
    max-width: 80%;
}

.btn-primary a {
    color: #fff;
}

.showlist {
    margin-top: 20px;
}

.showlist .modal-content {
    border: 1px solid #ddd;
}

.showlist .modal-content p {
    margin-bottom: 10px;
}

.showlist .modal-content .block-header {
    padding: 8px 12px;
}

.showlist .modal-content .block-content {
    padding: 10px 10px 1px;
}

#notice .noticebody {
    width: 90%;
    margin: auto;
    min-height: 750px;
}

#notice {
    margin-top: 60px;
}

#notice.backstage {
    margin-top: 0;
    padding: 30px;
    overflow: hidden;
}

#notice .noticetitle {
    font-size: 16px;
    text-align: left;
}

#notice .content {
    width: 1280px;
    padding: 0;
}

.tablelist {
    margin-top: 20px;
}

.tablelist .posticon {
    margin-right: -3px;
}

#noticelist td {
    font-size: 14px;
    padding: 0;
    padding-top: 11px;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 10px;
    font-weight: normal;
}

@media (max-width:769px) {
    #notice .noticebody {
        width: 100%;
        min-height: inherit;
    }
    .showlist {
        display: none;
    }
    #notice .block-content {
        padding: 0;
    }
    #noticelist tr {
        margin-top: 5px;
    }
    #noticelist td {
        font-size: 14px;
        padding: 3px;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 0px;
        padding-left: 10px;
    }
    #noticelist th {
        font-size: 14px;
        /*min-width: 60px;*/
    }
    #notice {
        margin-top: 45px;
    }
    #notice .tablelist {
        padding: 0 15px;
        overflow: hidden;
    }
    #notice .tablefooter {
        padding: 0;
        font-size: 12px;
    }
    #notice div.pagecontrol ul li a {
        min-width: 15px;
        height: 22px;
        line-height: 22px;
    }
    #notice .btn {
        padding: 1px 5px;
    }
    #notice .pagectrl {
        margin-top: 5px;
    }
    #notice .noticetitle {
        max-width: 180px;
    }
}

/* *************** manage-notice.ejs  (与front共用格式) ************** */

/* *************** page.ejs  ************** */

#newsnotice .createtime {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
}

#newsnotice .noticecontent p {
    font-size: 20px;
}

#newsnotice .noticefooter {
    overflow: hidden;
    padding-left: 10px;
}

#newsnotice .show {
    margin-top: 10px;
}

#newsnotice h1 {
    font-size: 28px;
    color: #000;
    width: 80%;
    margin: auto;
}

#newsnotice h4 {
    font-size: 15px;
    color: #999;
}

#newsnotice h5 {
    font-size: 16px
}

#newsnotice .subtitle {
    width: 60%;
    margin: 10px auto;
}

/* *************** backstage-news.ejs ************** */

/*.newstitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}*/

.newscontent img {
    width: 100%;
}

.newscontent p {
    margin-bottom: 0px;
}

#newssetting .newspost {
    display: inline-block;
    margin-left: 3px;
}

/*.posticon {
    color: #fff;
    border-radius: 2px;
    margin-right: 3px;
    padding: 1px;
}

.posticon.hot {
    background-color: #e65c5c;
}

.posticon.essence {
    background-color: #653096;
}

.posticon.top {
    background-color: #ffcc26;
}*/

#newslist td .title {
    color: #333;
}

#newslist td .title:hover {
    color: #5c90d2;
    text-decoration: underline;
    cursor: pointer;
}

#newsemodal .item-content {
    margin-top: 10px;
    overflow: hidden;
    line-height: 34px;
}

#newsmodal .item-content .article-content {
    min-height: 100px;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 3px;
}

#newsmodal .form-material {
    margin: 0px;
    margin-bottom: 1px;
}

#newsmodal #newskeys {
    border: 1px solid #ddd;
    border-radius: 3px;
    max-height: 72px;
    min-height: 36px;
    line-height: 36px;
}

#newsnotice p img, #specialpage p img {
    /* width: 100%; */
    /* max-width: 450px; */
    max-width: 100%
}

/* *************** front-news.ejs ************** */

.btn-page {
    display: inline-block;
    float: left;
    min-width: 30px;
    text-align: center;
    height: 32.4px;
    line-height: 32.4px;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
}

.newsnoticebody {
    width: 80%;
    margin: auto;
    background-color: #fff;
    border-radius: 3px;
    margin-top: 30px;
}

#back:hover {
    color: #e65c5c;
    cursor: pointer;
}

#news div.pagecontrol {
    margin-top: -30px;
}

div.pagecontrol ul {
    display: inline-block;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    font-size: 16px;
    margin: 0;
    margin-top: 6px
}

#specialpage div.pagecontrol ul {
    margin-top: 0px
}

div.pagecontrol ul li a, div.pagecontrol ul li div {
    display: inline-block;
    float: left;
    min-width: 30px;
    text-align: center;
    height: 32.4px;
    line-height: 32.4px;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
    cursor: pointer;
}

div.pagecontrol ul li:not(.dots) {
    border: 1px solid #aaa;
    border-radius: 2px;
    background: #fff;
    display: inline-block;
    margin-left: 5px;
}

div.pagecontrol ul li:not(.dots):hover {
    background: #ddd;
}

div.pagecontrol ul li:not(.dots).active {
    background: #3F87C5;
    /* border-color: #357EBD; */
    color: #fff;
}

div.pagecontrol ul li:not(.dots).active a, div.pagecontrol ul li:not(.dots).active div {
    /* border-color: #357EBD; */
    color: #fff;
}

div.pagecontrol ul li:not(.dots).active:hover {
    /* background: #3071A9; */
}

.noticetable {
    max-width: 80%;
}

.btn-primary a {
    color: #fff;
}

.showlist {
    margin-top: 20px;
}

.showlist .modal-content {
    border: 1px solid #ddd;
}

.showlist .modal-content p {
    margin-bottom: 10px;
}

.showlist .modal-content .block-header {
    padding: 8px 12px;
}

.showlist .modal-content .block-content {
    padding: 10px 10px 1px;
}

#news .noticebody {
    width: 95%;
    margin: auto;
    margin-bottom: 20px;
    min-height: 750px;
    padding-top: 20px;
}

#news {
    margin-top: 60px;
}

#news.backstage {
    margin-top: 0;
    padding: 30px;
    overflow: hidden;
}

#news .noticetitle {
    font-size: 16px;
    text-align: left;
}

#news .content {
    width: 1280px;
    padding: 0;
    /*background-color:#fff;*/
}

.tablelist .posticon {
    margin-right: -3px;
}

.item-news {
    overflow: hidden;
    padding-top: 10px;
}

.newstitle {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 18px;
    float: left;
    width: 90%;
}

#news .subtitle {
    width: 80%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    clear: both;
}

#news .substyle {
    font-size: 12px;
    color: #999;
}

#news .createtime {
    line-height: 20px;
    height: 20px;
    margin-top: -15px
}

@media (max-width:769px) {
    #news .noticebody {
        width: 100%;
        min-height: inherit;
    }
    .showlist {
        display: none;
    }
    #news .block-content {
        padding: 0;
    }
    #news {
        margin-top: 45px;
    }
    #news .tablelist {
        padding: 0 15px;
        overflow: hidden;
    }
    #news .tablefooter {
        padding: 0;
        font-size: 12px;
    }
    #news div.pagecontrol ul li a {
        min-width: 15px;
        height: 22px;
        line-height: 22px;
    }
    #news .btn {
        padding: 1px 5px;
    }
    #news .pagectrl {
        margin-top: 5px;
    }
    #news .noticetitle {
        max-width: 180px;
    }
}

/*****************************   interest  ********************************/

#interest .form-group, #interestpage .form-group {
    overflow: hidden;
}

/*****************************   backstagetopic  ********************************/

#topic .interest-classify, #topic .interest-item {
    height: 150px;
    overflow-y: auto;
    border: 1px solid #aaa;
}

#topic .interest-item {
    height: 170px;
}

#topic .interest-item .tab-pane {
    margin-bottom: 10px;
}

#topic .interest {
    margin-top: 10px;
    margin-bottom: 10px;
}

#topic .interest-item-title {
    height: 35px;
    line-height: 35px;
    background-color: #5c90d2;
    color: #fff;
    cursor: pointer;
}

/*****************************   topiceditor  ********************************/

#showmodal ul li.active a {
    color: #5c90d2;
}

.ellipsis {
    height: 30px;
    line-height: 20px;
    font-size: 30px;
    position: absolute;
    bottom: 60px;
    right: 20px;
    padding: 0 5px;
    background: #fff;
    cursor: pointer;
}

.ellipsis:hover {
    color: #5c90d2;
}

#replylist .content-main.item-height {
    height: 78px;
    overflow: hidden;
}

#replylist .content-main.active {
    height: 100%;
    overflow: inherit;
}

#replylist .retract {
    font-size: 20px;
    line-height: 40px;
}

#replylist .username {
    cursor: pointer;
}

#replylist .username:hover {
    color: #5c90d2;
}

.disabledtype {
    color: rgb(128, 128, 128);
}

.closeColor {
    color: #ee1600;
}
.agreementColor,.agreementColor:visited{
    color: #ee1600;
    font-weight: bold;
}
/*****************************  integral *******************************/

#integral {
    margin-top: 60px;
}

#integral .row {
    display: block;
    margin-top: 10px;
}

#integral .parvalue span {
    width: 55px;
    height: 36px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-family: '微软雅黑';
    border: 1px solid #c9c9c9;
    cursor: pointer;
}

#integral .parvalue span:hover {
    border: 1px solid #ddd;
}

#integral .parvalue span.active {
    border: 1px solid #f06273;
}

#integralcontent .mob-list .row>div {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #636e78;
    height: 40px;
    line-height: 40px;
}

#integralcontent .mob-list .row>div:first-child {
    width: 15%；
}

.integralcontainer {
    width: 100%;
}

/***********************  member  ************************/

#member .btn-add {
    background-color: transparent;
    border: 0px;
    outline-style: none;
    font-size: 2em;
    line-height: 0.5em;
    padding: 0;
}

#member .item-content tr td {
    position: relative;
}

#member .item-content .item-remove {
    position: absolute;
    top: 5px;
    right: 15px;
    background-color: transparent;
    border: 0;
    padding: 0;
    font-size: 1.5em;
}

#member table, #member tr, #member td {
    padding: 0;
}

#member td {
    padding-bottom: 10px;
}

/***********************  backstage-userinfo  ************************/

#user {
    background-color: #f5f5f5;
    position: absolute;
    top: 65px;
    margin-left: 70px;
    /*width: 100%;*/
}

#user-list {
    width: 250px;
    height: 0px;
    overflow: auto;
    z-index: 9999;
    opacity: 0;
    padding: 0;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

#user-container {
    position: absolute;
    left: 250px;
    top: 0;
    width: 300px;
    opacity: 0;
    /* 850px;  */
    height: 650px;
    border: 1px solid #aaa;
    border-top: 0;
    border-left: 0;
    z-index: 9999;
    background-color: #e4e7ea;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

#user-list .item-content {
    background-color: #d3d5b8;
    line-height: 20px;
    padding-left: 10px;
    margin-bottom: 2px;
}

#user-list .item-content h4 {
    padding-top: 10px;
    margin-bottom: 10px;
}

#user-list .list-info {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

#user-container .item-row {
    padding-top: 7px;
}

.user-list-btn {
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #aaa;
}

/****************************backstage-typework********************************/

/*#jobsbox .remove_key,
#tpdirbox .remove_key {
    margin-top: 2px;
    margin-right: 10px;
}*/

#jobsbox .keyinfo, #tpdirbox .keyinfo {
    padding: 0 5px;
}

#type-multiple-select .item-close, #direction-multiple-select .item-close {
    color: #f10215;
}

#jobsbox .type-check {
    max-height: 100px;
    overflow: auto;
    border: 1px solid #ddd;
}

#jobsbox .direction-check {
    max-height: 260px;
    overflow: auto;
    border: 1px solid #ddd;
}

/*****************************front-special && front-specialpage*****************************************/

#specialList .item-special {
    height: 260px;
}

.aside-right {
    position: fixed;
    bottom: 200px;
    right: 0;
    z-index: 9999;
}

.aside-right .ico-content {
    width: 45px;
    height: 45px;
    position: relative;
}

.aside-right .ico-content i {
    width: 45px;
    height: 45px;
    position: relative;
    margin-top: 1px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background-color: #7a6e6e;
    cursor: pointer;
    z-index: 2;
    font-size: 20;
}

.aside-right .ico-content i:hover {
    background-color: #3C7AC9;
    border: 1px solid transparent;
}

.aside-right .ico-content em {
    font-style: normal;
    width: 60px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #3C7AC9;
    text-align: center;
    position: absolute;
    left: 45px;
    top: 1px;
    -webkit-transition: left .3s ease-in-out .1s;
    transition: left .3s ease-in-out .1s;
    z-index: 1;
}

@media (max-width:450px) {
    .aside-right .ico-content i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .aside-right .ico-content {
        width: 30px;
        height: 30px;
    }
    .aside-right .ico-content em {
        height: 30px;
        line-height: 30px;
    }
}

.aside-right .ico-content em.QRcode {
    width: 121px;
    height: 121px;
    top: inherit;
    bottom: -1;
}

.aside-right .ico-content em .QRimg {
    width: 110px;
    height: 110px;
    margin-top: 5px;
}

.aside-right .ico-content em.active {
    left: -60px;
}

.aside-right .ico-content em.QRcode.active {
    left: -121px;
}

/********************************* backstage-special*****************************/

#backstage-special .pagemodal {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    padding-right: 35px;
}

#backstage-special .specialillegal {
    max-width: 1280px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#backstage-special .illegal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

#backstage-special .illegal-body {
    padding: 15px 20px;
    height: 455px;
    overflow: auto;
}

#backstage-special .header-10-b {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
}

#backstage-special .content-modal {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 3px;
}

#backstage-special .content-user {
    padding: 10px 15px;
}

#backstage-special .user-info {
    width: 110px;
    display: inline-block;
    text-align: center;
}

#backstage-special .user-info img {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    border-radius: 50%;
}

#backstage-special .user-reply {
    margin-top: 10px;
    width: calc(100% - 110px);
    float: right;
}

/********************************* ppt *****************************/

#pptinfo {
    height: 100%;
}

/* 练习模式图标 */

.icon-errprone {
    background-image: url(/img/icon/easyerror-60.png)
}

.icon-errcoll {
    background-image: url(/img/icon/error-60.png)
}

.icon-notdo {
    background-image: url(/img/icon/notdid-60.png)
}

.icon-orderPractice {
    background-image: url(/img/icon/order-60.png)
}

.icon-startexam {
    background-image: url(/img/icon/exer-60.png)
}

.icon-mepaper {
    background-image: url(/img/icon/mpaper-60.png)
}
.icon-subjective {
    background-image: url(/img/icon/sub-60.png)
}

#exMode:after {
    content: '';
    clear: both;
    display: block;
}

#exMode, #practiceCtrl {
    width:330px;
    margin:0 auto
}

#aqMode:after {
    content: '';
    clear: both;
    display: block;
}

#aqMode, #practiceCtrl {
    width:330px;
    margin:0 auto
}

.practice-icon {
    float: left;
    cursor: pointer;
    margin-bottom: 10px;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999999
}

#loading>div {
    margin: 0 auto;
    margin-top: 20%;
    color: #fff;
    font-size: 16px;
    text-align: center
}

.smbox {
    /* display: inline-block; */
    border-left: 10px solid #3C7AC9
}

/* 分页 */

.ks_pagination {
    height: 40px;
}

.ks_pagination ul {
    box-shadow: none;
    padding: 0
}

.ks_pagination ul::after {
    content: '';
    display: block;
    clear: both;
}

.ks_pagination ul li {
    display: inline;
    float: left
}

.ks_pagination .page_ctrl {
    cursor: pointer;
}

/* .pagination ul li:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
} */

.ks_pagination ul li::after {
    content: '';
    display: block;
    clear: both
}

.ks_pagination li.active {
    background-color: #0088CC;
}

.ks_pagination a {
    line-height: 30px;
    color: #778087;
}

.ks_pagination li.active a {
    color: #fff;
    border-color: #0088CC;
}

.ks_pagination ul>li>a, .ks_pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    /* background-color: #ffffff; */
    border: 1px solid #aaa;
    border-left-width: 0;
}

.ks_pagination ul>li:first-child>a, .ks_pagination ul>li:first-child>span {
    border-left-width: 1px
}

.dbnav li {
    width: 49%;
    display: inline-block
}

.fl {
    float: left !important;
}

.fr{
    float: right !important
}

.dropdown{
    cursor: pointer;
}

.fixed{
    position: fixed
}

.quote{
    color:#aaa;
    border-left: 5px solid #999;
    display: block;
    padding-left: 10px;
    min-height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    /* font-size: 16px; */
}