@charset "utf-8";
/* CSS Document */

.qFicReen {
    min-width: 1280px;
    width: 100%;
    background: #f3f5f6;
    padding: 20px 0;
}

.qFicReen .qWrap {
    width: 1280px;
    margin: 0 auto;
}

.qFicReen_title {
    width: 170px;
    height: 35px;
    margin-bottom: 20px;
    background: url(../../images/qFicReen_title.png) no-repeat;
}

.qFicReen_item {
    min-height: 23px;
    line-height: 23px;
    padding-left: 80px;
    font-size: 14px;
    position: relative;
}

.qFicReen_item + .qFicReen_item {
    margin-top: 20px;
}

.qFicReen_name {
    width: 80px;
    min-height: 23px;
    font-weight: bold;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.qFicReen_con li {
    padding: 0 10px;
    margin-bottom: 10px;
    margin-right: 14px;
    float: left;
}

.qFicReen_con li.active {
    background: #d1e9ff;
    color: #1e7dcc;
    border-radius: 3px;
}

.qFicReen_con li.active a {
    color: #1e7dcc;
}


.qkcList {
    width: 1280px;
    margin: 40px auto 0;
}

.qkcListPic {
    margin-left: -27px;
}

.qkcListPic li {
    margin: 0 0 28px 27px;
    width: 234px;
    height: 243px;
    float: left;
    cursor: pointer;
}

.qkcListPic .kcRecom_padd {
    width: 234px;
    height: 243px;
    background: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: rgba(174, 174, 1174, .2) 0 4px 6px;
}

.qkcListPic .qExpress_pic {
    width: 234px;
    height: 141px;
    overflow: hidden;
    position: relative;
}

.qkcListPic .qExpress_pic img {
    width: 234px;
    height: 141px;
}

.qkcListPic .qTips_one {
    width: 66px;
    height: 19px;
    background: url(../../images/ico-qkcList.png) no-repeat;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.qkcListPic .qTips_two {
    width: 66px;
    height: 19px;
    background: url(../../images/ico-qkcList.png) no-repeat 0 -20px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.qkcListPic .qExpress_dl {
    min-height: 66px;
    padding: 6px 10px 0;
}

.qkcListPic .qExpress_dl dt {
    line-height: 26px;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qkcListPic .qExpress_dl dt a {
    color: #000000;
}

.qkcListPic .qExpress_dl dd {
    line-height: 26px;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qkcListPic .qExpress_state {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
}

.qkcListPic .qExpress_state .colorBlue {
    color: #3686e9;
}

.qkcListPic .qExpress_state .colorGray {
    color: #999999;
}

.qkcListPic .qExpress_state .colorGreen {
    color: #2bb73c;
}

.qNima {
    margin-top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.qNima:hover {
    margin-top: -8px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.qNima:hover {
    box-shadow: rgba(174, 174, 1174, .3) 0 4px 10px;
}

#page {
    margin: 20px auto;
    color: #666;
    display: block;
    text-align: center;
}

#page li {
    display: inline-block;
    padding: 0 6px;
    min-width: 18px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.xl-nextPage, .xl-prevPage {
    width: 60px;
    color: #0073A9;
    height: 28px;
}

#page li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}

#page li.xl-disabled:hover {
    background-color: #f9f9f9 !important;
    border: 1px solid #dce0e0 !important;
    color: #666 !important;
}

#page li.xl-active {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}

#page li:hover {
    background-color: #0073A9 !important;
    border-color: #0073A9;
    color: #FFF
}

#page li.xl-jumpText {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    opacity: 1;
}

#page li.xl-jumpText:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

#page li.xl-jumpButton {
    padding: 0 5px;
}

#xlJumpNum {
    width: 35px;
    height: 28px;
    border: solid #dce0e0 1px;
    margin: 0 3px;
    vertical-align: top;
    text-align: center;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.maskLogin {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=70);
    opacity: 0.5;
    background: #000;
    position: fixed;
    z-index: 996;
    top: 0;
    left: 0;
    display: none;
}

.maskLogin_pic {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    position: fixed;
    top: 50%;
    margin-top: -10px;
    z-index: 999;
}

.maskLogin_pic img {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
}


/*top浮层*/
.qxf {
    width: 118px;
    background: #FFFFFF;
    overflow: hidden;
    border-radius: 8px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 998;
}

.qxf_jrkc {
    line-height: 68px;
    background: #2BB73C;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.qxf_jrkc a {
    color: #FFFFFF;
    display: block;
}

.qxf_top {
    width: 118px;
    height: 68px;
    background: url(../../images/qxf_top.png) no-repeat center center;
    cursor: pointer;
}


/*大图2021-06-21*/
.maskBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.imgPop {
    width: 1200px;
    height: 800px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgPop img {
    max-width: 100%;
    max-height: 100%
}

.bomDiv {
    width: 135px;
    height: 39px;
    background: url(../../images/icon.png) no-repeat;
    position: absolute;
    right: 40px;
    bottom: 50px;
}

.jb {
    display: inline-block;
    width: 58px;
    height: 39px;
    float: left
}

.close {
    display: inline-block;
    width: 58px;
    height: 39px;
    float: right
}


/*******************关于我们***********************/
.mainBox {
    width: 1280px;
    margin: 0 auto;
    margin-top: 30px;
}

.mainBox_left {
    width: 184px;
    padding-left: 26px;
}

.mainBox_right {
    width: 1020px;
}

.aboutList {
    padding: 20px 0;
    border-radius: 6px;
    -webkit-box-shadow: rgba(197, 197, 197, .2) 0 0 10px 6px;
    box-shadow: rgba(197, 197, 197, .2) 0 0 10px 6px;
}

.aboutList li {
    padding: 10px 10px 10px 36px;
    line-height: 22px;
    font-size: 16px;
}

.aboutList li.active {
    background: url(../../images/ico-listArrow.png) no-repeat 12px 16px;
}

.aboutList li a {
    color: #333333;
}

.aboutList li.active a {
    color: #1e7dcc;
}

.xxAboutUs .colorBlue {
    color: #62b3f6;
    font-weight: bold;
}

.xxAboutUs_h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
}

.xxAboutUs_con {
    line-height: 30px;
    font-size: 16px;
    color: #4f4f4f;
    text-align: justify;
}

.xxAboutUs_con img {
    display: block;
    margin: 0 auto;
}

.xxAboutUs_con .roundBlue:before {
    content: '';
    width: 8px;
    height: 8px;
    margin: 11px 12px 0 0;
    background: #1777c6;
    border-radius: 8px;
    display: block;
    float: left;
}

.xxMooc_item + .xxMooc_item {
    margin-top: 30px;
}

.xxMooc_h3 {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background: #62b3f6;
    display: inline-block;
}

.xxMooc_con {
    margin-top: 20px;
    line-height: 22px;
    font-size: 14px;
}


/*******************课程详情**********************/
.mainCourse {
    width: 1280px;
    margin: 0 auto;
}

.crumbs {
    padding: 10px 0;
    line-height: 26px;
    font-size: 14px;
    color: #999999;
}

.crumbs .colorGray33 {
    color: #333333;
}

.crumbs a {
    color: #999999;
}

.crumbs .btn {
    float: right;
    width: 80px;
    height: 26px;
    line-height: 26px;
    border: 0.8px solid #E5E5E5;
    border-radius: 16px;
    text-align: center;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}


.mgCard {
    background: #FFFFFF;
    border-radius: 6px;
}

.mgCard_head {
    padding: 12px 12px 0;
}

.mgCard_play {
    width: 668px;
    height: 376px;
    position: relative;
}

.mgCard_play img {
    width: 668px;
    height: 376px;
}

.mgCard_play_ico {
    width: 110px;
    height: 110px;
    background: url(../../images/mg_play.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -55px 0 0 -55px;
}

.mgCard_dl {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 34px;
    line-height: 34px;
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
    color: #FFFFFF;
}

.mgCard_dl dt {
    padding: 0 12px 0 16px;
    float: left;
}

.mgCard_dl dd {
    padding: 0 32px 0 0;
    float: left;
}

.mgCard_dl dd:before {
    content: '';
    width: 14px;
    height: 14px;
    margin: -2px 8px 0 0;
    background: url(../../images/mgCard_dl_ico.png) no-repeat;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.mgCard_dl dd + dd:before {
    background-position: 0 -20px;
}

.mgCard_dl dd + dd + dd:before {
    background-position: 0 -40px;
}

.mgCard_con {
    width: 540px;
    padding-right: 18px;
}

.mgCard_deta {
    min-height: 258px;
    border-bottom: solid #e5e5e5 1px;
}

.mgCard_deta dt {
    margin-bottom: 10px;
    height: 46px;
    border-bottom: solid #e5e5e5 1px;
}

.mgCard_deta dd {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.mgCard_deta .teacher {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mgCard_deta .mgCard_h2 {
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 420px;
}

.mgCard_deta .qTips_one {
    margin-left: 10px;
    width: 86px;
    height: 24px;
    background: url(../../images/picState.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.mgCard_deta .qTips_national_excellent {
    margin-left: 10px;
    width: 86px;
    height: 24px;
    background: url(../../new-index/images/nationalExcellentCourse.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.mgCard_deta .qTips_one_mix {
    margin-left: 10px;
    width: 121px;
    height: 24px;
    background: url(../../new-index/images/nationalExcellentCourseMix.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.mgCard_deta .qTips_two {
    margin-left: 10px;
    width: 86px;
    height: 24px;
    background: url(../../images/picState.png) no-repeat 0 -30px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.mgCard_deta .qTips_province_excellent {
    margin-left: 10px;
    width: 86px;
    height: 24px;
    background: url(../../new-index/images/provinceExcellentCourse.png) no-repeat 0 0px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.mgCard_deta .qTips_two_mix {
    margin-left: 10px;
    width: 121px;
    height: 24px;
    background: url(../../new-index/images/provinceExcellentCourseMix.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.card_share {
    height: 46px;
}

.card_share_name {
    line-height: 46px;
    display: inline-block;
    vertical-align: middle;
}

.card_share_post {
    margin-right: 10px;
    width: 21px;
    height: 21px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.card_share_post:before {
    content: '';
    width: 21px;
    height: 21px;
    background: url(../../images/card_share.png) no-repeat;
    display: block;
    overflow: hidden;
}

.card_share_post .tips {
    display: none;
    position: absolute;
    left: 0;
    top: 130%;
    padding: 0 4px;
    height: 20px;
    line-height: 20px;
    background: #e6f7ff;
    font-size: 12px;
    color: #244862;
    white-space: nowrap;
    font-style: normal;
    border-radius: 2px;
}

.card_share_post:hover .tips {
    display: block;
}

.card_share_code {
    margin-right: 10px;
    width: 21px;
    height: 21px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.card_share_code:before {
    content: '';
    width: 21px;
    height: 21px;
    background: url(../../images/card_share.png) no-repeat -30px 0;
    display: block;
    overflow: hidden;
}

.card_share_code .tips {
    display: none;
    position: absolute;
    left: 0;
    top: 130%;
    padding: 0 4px;
    height: 20px;
    line-height: 20px;
    background: #e6f7ff;
    font-size: 12px;
    color: #244862;
    white-space: nowrap;
    font-style: normal;
    border-radius: 2px;
}

.card_share_code:hover .tips {
    display: block;
}

.postLoad:before {
    content: '';
    width: 21px;
    height: 21px;
    background: url(../../images/load.png) no-repeat center center;
    display: block;
    overflow: hidden;
    animation: load 1s linear infinite;
}

@-webkit-keyframes load {
    form {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

@-moz-keyframes load {
    form {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

@-ms-keyframes load {
    form {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

@keyframes load {
    form {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

.kechengIntr {
    padding: 10px 0;
    line-height: 24px;
    font-size: 14px;
    border-bottom: solid #e5e5e5 1px;
    position: relative;
}

.kechengIntr .kechengIntr_con {
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.kechengIntr .moreIntr {
    padding-left: 20px;
    color: #166eb6;
    position: absolute;
    bottom: 10px;
    right: 0;
    background: #ffffff;
    background: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.01, rgba(255, 255, 255, .8)), color-stop(0.99, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .8) 1%, rgba(255, 255, 255, 1) 99%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, .8) 1%, rgba(255, 255, 255, 1) 99%);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, .8) 1%, rgba(255, 255, 255, 1) 99%);
    background: linear-gradient(90deg, rgba(255, 255, 255, .8) 1%, rgba(255, 255, 255, 1) 99%);
}

.mgCard_dijiqi {
    z-index: 1;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #eaeaea;
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.mgCard_dijiqi_name {
    padding: 0 16px 0 10px;
    background: url(../../images/mkjoin_dijiqi_name.png) no-repeat right center;
    display: block;
}

.mgCard_dijiqi_con {
    width: 100%;
    background: #eaeaea;
    line-height: 28px;
    position: absolute;
    top: 100%;
    display: none;
}

.mgCard_dijiqi_con a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #111;
    text-align: left;
}

.mgCard_dijiqi_con a:hover {
    background: #d9d9d9;
}

.mgCard_dijiqi_con a + a {
    border-top: solid #eeeeee 1px;
}

.mgCard_state {
}

.mgCard_state a, .mgCard_state a:hover {
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #b5b5b5;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
}

.mgCard_state a.current, .mgCard_state a.current:hover {
    background: #166eb6;
    color: #FFFFFF;
}

.service {
    height: 110px;
}

.service_dl {
    width: 236px;
    padding-top: 24px;
    text-align: center;
}

.service_dl dt {
    line-height: 40px;
    font-size: 34px;
}

.service_dl dd {
    line-height: 28px;
    font-size: 16px;
}

.service .colorBlue {
    color: #187bcd;
}

.service .colorRed {
    color: #f34f4f;
}

.service .colorYellow {
    color: #fa9927;
}

.service_bnt {
    width: 543px;
    padding: 27px 0 0 0;
    display: table;
    text-align: center;
}

.service_bnt .bntLiner, .service_bnt .xsbntLiner, .service_bnt .xsbntGray {
    display: inline-block;
    margin: 0 25px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
    background: #2d8bf2;
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#25b6fc), to(#3174ec));
    background: -webkit-linear-gradient(90deg, #25b6fc, #3174ec);
    background: -moz-linear-gradient(90deg, #25b6fc, #3174ec);
    background: -o-linear-gradient(90deg, #25b6fc, #3174ec);
    background: linear-gradient(90deg, #25b6fc, #3174ec);
}

.service_bnt .bntLiner {
    width: 120px;
}

.service_bnt .xsbntLiner {
    width: 154px;
    display: block;
    margin: 0 auto;
}

.service_bnt .xsbntGray {
    width: 154px;
    display: block;
    margin: 0 auto;
    background: #ced3d2;
}

.mgCard_container {
    margin-top: 24px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: rgba(219, 219, 219, .6) 0 8px 20px 0;
}

.mgCard_tab {
    margin: 0 50px;
}

.mgCard_tabName {
    width: 100%;
    height: 60px;
    border-bottom: solid #e5e5e5 1px;
    text-align: center;
}

.mgCard_tabName li {
    height: 60px;
    line-height: 60px;
    margin: 0 40px;
    font-size: 16px;
    color: #111111;
    display: inline-block;
    *float: left;
    position: relative;
    cursor: pointer;
}

.mgCard_tabName li.current {
    color: #187bcd;
}

.mgCard_tabName {
    color: #187bcd;
}

.mgCard_tabName li.current > .line {
    width: 100%;
    height: 2px;
    background: #187bcd;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.mgCard_shidu {
    width: 37px;
    height: 18px;
    background: url(../../images/mgCard_shidu.png) no-repeat right top;
    position: absolute;
    top: 10px;
    right: -38px
}

.mgCard_tabCon {
    margin: 0 50px;
}

.kc_intro {
    padding: 20px 0;
}

.kc_intro_item {
    padding: 20px 0;
}

.kc_intro_h2 {
    padding-left: 16px;
    line-height: 22px;
    background: url(../../images/kc_intro_ico.png) no-repeat left center;
    font-size: 16px;
    color: #111111;
    font-weight: bold;
}

.kc_intro_text {
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px;
}

.mkTeam_list {
    margin-top: 20px;
}

.mkTeam_list li {
    zoom: 1;
    overflow: hidden;
}

.mkTeam_list li + li {
    margin-top: 40px;
}

.mkTeam_list li .headPicture {
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    border-radius: 50%;
}

.mkTeam_list li img {
    max-width: 1100px;
    display: block;
    float: left;
}

.mkTeam_list li dl {
    padding-left: 80px;
}

.mkTeam_list li dt {
    font-size: 16px;
    margin-bottom: 4px;
}

.mkTeam_list li dd {
    font-size: 14px;
}

.mkCata {
    padding: 30px 0;
}

.mkCata_item {
    padding: 10px 0;
}

.mkCata_row {
    padding: 20px 30px;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: rgba(219, 219, 219, .4) 0 10px 19px 0;
    box-shadow: rgba(219, 219, 219, .4) 0 10px 19px 0;
}

.mkCata_row + .mkCata_row {
    margin-top: 24px;
}

.mkCata_name {
    line-height: 26px;
    font-size: 16px;
    color: #111;
    font-weight: bold;
}

.mkCata_list {
    margin-top: 10px;
}

.mkCata_list li {
    position: relative;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #111111;
    padding: 0 20px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mkCata_list li:hover, .mkCata_list li.active {
    background: #daedff;
    color: #187bcd;
}

.mkCata_list li .mkCata_ico {
    width: 18px;
    height: 18px;
    background: url(../../images/mkCata_ico.png) no-repeat;
    display: block;
    float: left;
    margin: 12px 10px 0 0;
}

.mkCata_list li.active .mkCata_ico, .mkCata_list li:hover .mkCata_ico {
    background-position: 0 -18px;
}

.mkCata_list li.tryingRead:after {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px;
    content: '';
    display: block;
    width: 37px;
    height: 18px;
    background: url(../../images/mgCard_shidu.png) no-repeat;
}

.mkCata_list li.tryingRead {
    padding-right: 100px;
}

.mkpt {
    padding: 20px 0 0 0;
}

.mkpt_search {
    padding: 15px 56px;
    background: #f7f7f7;
}

.mkpt_form {
    width: 824px;
    zoom: 1;
    overflow: hidden;
    margin: 0 auto;
}

.mkpt_form + .mkpt_form {
    margin-top: 15px;
}

.mkpt_input {
    width: 800px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    padding: 10px 12px;
    border: 0;
    background: #FFFFFF;
    border-radius: 5px;
}

.mkpt_area {
    width: 720px;
    height: 120px;
    line-height: 24px;
    font-size: 16px;
    padding: 10px 12px;
    border: 0;
    background: #FFFFFF;
    border-radius: 5px;
}

.mkpt_bnt {
    width: 80px;
    height: 140px;
    font-size: 20px;
    color: #FFF;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    background: #2d8bf2;
    background: -webkit-linear-gradient(60deg, #25b6fc, #3174ec);
    background: -moz-linear-gradient(60deg, #25b6fc, #3174ec);
    background: -o-linear-gradient(60deg, #25b6fc, #3174ec);
    background: linear-gradient(60deg, #25b6fc, #3174ec);
}

.mkpt_con {
    margin-top: 26px;
}

.mkpt_row + .mkpt_row {
    margin-top: 15px;
}

.mkpt_row {
    position: relative;
    background: #FFF;
    padding: 20px 0;
}

.mkpt_row img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}

.mkpt_text {
    margin-left: 80px;
    min-height: 60px;
}

.mkpt_student {
    line-height: 24px;
    font-size: 16px;
}

.mkpt_student .spanName {
    margin-right: 24px;
    color: #a1a3ac;
}

.mkpt_student .spanTime {
    margin-right: 24px;
    color: #91929e;
}

.mkpt_ask {
    line-height: 22px;
    margin-top: 15px;
}

.mkpt_ask_name {
    font-size: 14px;
    color: #111111;
    font-weight: bold;
}

.mkpt_ask_text {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.mkpt_answer {
    width: 882px;
    padding: 10px 20px;
    font-size: 14px;
    color: #111111;
    background: #f4f5f7;
    margin-top: 15px;
    border-radius: 5px;
}

.mkAnswer_box {
    line-height: 30px;
    font-size: 14px;
    color: #111111;
}

.mkAnswer_box dd {
    display: none;
}

.mkAnswer_bnt {
    line-height: 30px;
    color: #111111;
    margin-top: 10px;
    display: inline-block;
}

.mkpt_huida {
    margin-top: 15px;
    border-radius: 5px;
}

.mkpt_huida .mkpt_form {
    width: 922px;
    background: #f4f5f7;
    margin: 0;
}

.mkpt_huida .mkpt_area {
    width: 696px;
    height: 72px;
    background: none;
}

.mkpt_huida .mkpt_bnt {
    height: 92px;
}

.mkpt_right {
    line-height: 24px;
    font-size: 14px;
    color: #111111;
}

.mkpt_right .kc_myHuida {
    color: #187bcd;
    margin-right: 20px;
}

.mkpt_right .kc_myZan {
    font-size: 14px;
    color: #7e8a9b;
}

.mkpt_right .kc_myZan:before {
    content: '';
    margin: -5px 6px 0 0;
    width: 20px;
    height: 20px;
    background: url(../../images/ico-zan.png) no-repeat;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.mkpt_right .kc_hasZan {
    color: #187bcd;
}

.mkpt_right .kc_hasZan:before {
    background-position: 0 -20px;
}

.fontWeight {
    font-weight: bold;
}

.mkEval {
    padding: 24px 0;
}

.mkEval_big {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}

.mkEval_big .big_name {
    font-size: 24px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
}

.mkEval_big .big_num {
    font-size: 36px;
    color: #f5aa3f;
    display: inline-block;
    vertical-align: middle;
}

.mkEval_big .big_text {
    font-size: 16px;
    color: #a0a0a0;
    margin-left: 24px;
    display: inline-block;
    vertical-align: middle;
}

.mkEval_big .big_xing {
    overflow: hidden;
    margin-left: 16px;
    width: 142px;
    height: 22px;
    background: url(/images/da_xing.png?v=1) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.mkEval_big .ss0 {
    background-position: 0 0;
}

.mkEval_big .ss1 {
    background-position: 0 -30px;
}

.mkEval_big .ss2 {
    background-position: 0 -60px;
}

.mkEval_big .ss3 {
    background-position: 0 -90px;
}

.mkEval_big .ss4 {
    background-position: 0 -120px;
}

.mkEval_big .ss5 {
    background-position: 0 -150px;
}

.mkEval_big .ss6 {
    background-position: 0 -180px;
}

.mkEval_big .ss7 {
    background-position: 0 -210px;
}

.mkEval_big .ss8 {
    background-position: 0 -240px;
}

.mkEval_big .ss9 {
    background-position: 0 -270px;
}

.mkEval_big .ss10 {
    background-position: 0 -300px;
}

.mkEval_con {
    margin-top: 10px;
}

.mkEval_ul {
}

.mkEval_ul li {
    padding: 24px 0;
    border-bottom: solid #f2f2f2 1px;
}

.mkEval_ul li .mkEval_time {
    line-height: 28px;
    font-size: 16px;
    color: #91929e;
}

.mkEval_ul li img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    float: left;
}

.mkEval_ul li .mkEval_dl {
    padding-left: 80px;
    min-height: 60px;
}

.mkEval_ul li .mkEval_dl dt {
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}

.mkEval_ul li .mkEval_dl dt .mkEval_h3 {
    font-size: 16px;
    color: #a1a3ac;
    display: inline-block;
    vertical-align: middle;
}

.mkEval_ul li .mkEval_dl dd {
    line-height: 22px;
    font-size: 14px;
    color: #111111;
}

.mkEval_ul li .small_xing {
    overflow: hidden;
    margin-left: 16px;
    width: 98px;
    height: 16px;
    background: url(../../images/xiao_xing.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.mkEval_ul li .ss0 {
    background-position: 0 0;
}

.mkEval_ul li .ss1 {
    background-position: 0 -20px;
}

.mkEval_ul li .ss2 {
    background-position: 0 -40px;
}

.mkEval_ul li .ss3 {
    background-position: 0 -60px;
}

.mkEval_ul li .ss4 {
    background-position: 0 -80px;
}

.mkEval_ul li .ss5 {
    background-position: 0 -100px;
}

.mkEval_ul li .ss6 {
    background-position: 0 -120px;
}

.mkEval_ul li .ss7 {
    background-position: 0 -140px;
}

.mkEval_ul li .ss8 {
    background-position: 0 -160px;
}

.mkEval_ul li .ss9 {
    background-position: 0 -180px;
}

.mkEval_ul li .ss10 {
    background-position: 0 -200px;
}

.mkEval_more_center {
    margin-top: 20px;
    text-align: center;
}

.mkEval_more {
    line-height: 20px;
    font-size: 14px;
    color: #111111;
}

.mkRset {
    padding: 20px 0;
}

.mkRset_row {
    padding: 15px 0;
    line-height: 22px;
    background: #FFFFFF;
    border-radius: 10px;
}

.mkRset_row dt {
    font-size: 16px;
    font-weight: bold;
}

.mkRset_row dd {
    font-size: 14px;
    margin-top: 8px;
}

.kcRecom {
    margin-top: 40px;
}

.kcRecom_h2 {
    line-height: 1;
    color: #000000;
    text-align: center;
}

.kcRecom_ul {
    margin-left: -29px;
}

.kcRecom_ul li {
    margin: 29px 0 0 29px;
    width: 298px;
    height: 250px;
    float: left;
    cursor: pointer;
}

.kcRecom_ul .kcRecom_padd {
    width: 298px;
    height: 250px;
    background: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: rgba(174, 174, 1174, .2) 0 4px 10px;
}

.kcRecom_ul .kcRecom_pic {
    width: 298px;
    height: 178px;
    overflow: hidden;
    position: relative;
}

.kcRecom_ul .kcRecom_pic img {
    width: 298px;
    height: 178px;
}

.kcRecom_ul .qTips_one {
    width: 86px;
    height: 24px;
    background: url(../../images/picState.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.kcRecom_ul .qTips_two {
    width: 86px;
    height: 24px;
    background: url(../../images/picState.png) no-repeat 0 -30px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.kcRecom_ul .kcRecom_dl {
    min-height: 66px;
    padding: 6px 10px 0;
}

.kcRecom_ul .kcRecom_dl dt {
    line-height: 28px;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.kcRecom_ul .kcRecom_dl dt a {
    color: #000000;
}

.kcRecom_ul .kcRecom_dl dd {
    line-height: 26px;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/***************************海报********************************/
.hbMain {
    position: relative;
    width: 1125px;
    height: 1836px;
}

.hbBg {
    width: 1125px;
    height: 1836px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    text-align: center;
}

.hbBg img {
    margin: 0 -100%;
    height: 100%;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    transform: scale(1.2);
}

.hbBg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 2;
}

.hbBox {
    width: 1125px;
    height: 1836px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.hbPadd {
    height: 1367px;
    padding: 102px 102px 0;
    overflow: hidden;
}

.hbPic {
    width: 920px;
    height: 520px;
    margin: 0 auto;
}

.hbPic img {
    width: 920px;
    height: 520px;
    display: block;
    border-radius: 30px;
}

.hbH2 {
    margin-top: 24px;
    line-height: 108px;
    font-size: 72px;
    color: #FFFFFF;
    font-weight: bold;
}

.hbName {
    margin-top: 20px;
    line-height: 72px;
    font-size: 48px;
    color: #FFFFFF;
}

.hbText {
    margin-top: 30px;
    line-height: 68px;
    font-size: 36px;
    color: #FFFFFF;
}

.hbBottom {
    height: 246px;
    padding: 60px 0;
    margin: 0 102px;
    border-top: dashed #c2c2c2 1px;
}

.hbLogo {
    padding-top: 40px;
    float: left;
}

.hbLogo dt {
    height: 66px;
}

.hbLogo dt img {
    height: 66px;
    display: block;
}

.hbLogo dd {
    line-height: 78px;
    font-size: 36px;
    color: #FFFFFF;
    white-space: nowrap;
}

.hbCode {
    width: 246px;
    height: 246px;
    overflow: hidden;
    float: right;
}

.hbCode img {
    width: 246px;
    height: 246px;
    display: block;
}

.moreBtn {
    cursor: pointer;
    border: 0;
    background: #fff;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #000000;
    font-size: 14px;
    margin: 10px 0
}

.mkEval_big .big_set {
    font-size: 14px;
    color: #2b92f3;
    margin-left: 24px;
    display: inline-block;
    vertical-align: middle;
}

.big_mypl {
    padding-left: 22px;
    line-height: 22px;
    margin-top: 10px;
    background: url(../../images/big_mypl.png) no-repeat left center;
    font-size: 14px;
    color: #2b92f3;
    margin-left: 24px;
    display: inline-block;
    vertical-align: middle;
}

/*2023-05-17*/
.kc_intro_title {
    height: 28px;
}

.kc_intro_title .kc_intro_h2 {
    height: 28px;
    line-height: 28px;
}

.kc_intro_oper {
    height: 28px;
    line-height: 28px;
}

.kc_intro_tool {
    height: 28px;
    line-height: 28px;
}

.kc_editer_one {
    margin: 0 10px;
    height: 28px;
    font-size: 14px;
    color: #2c6fde;
}

.kc_editer_one:before {
    content: '';
    width: 18px;
    height: 18px;
    margin: -3px 6px 0;
    background: url(../../images/ico-intro-editer.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.kc_delete_one {
    margin: 0 10px;
    height: 28px;
    font-size: 14px;
    color: #de2c2c;
}

.kc_intro_textarea {
    margin-top: 10px;
}

.kc_intro_input {
    display: inline-block;
    margin-top: -3px;
    width: 180px;
    height: 20px;
    line-height: 20px;
    padding: 6px 9px;
    border: solid #eeeeee 1px;
    font-size: 14px;
    vertical-align: top;
}

.kc_baocun_one {
    margin-left: 20px;
    width: 58px;
    height: 28px;
    line-height: 28px;
    background: #2c6fde;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 4px;
    text-align: center;
}

.kc_quxiao_one {
    width: 58px;
    height: 28px;
    line-height: 28px;
    background: #FFFFFF;
    font-size: 14px;
    color: #a09f9f;
    border-radius: 4px;
    text-align: center;
}

.kc_quxiao_add_one {
    width: 58px;
    height: 28px;
    line-height: 28px;
    background: #FFFFFF;
    font-size: 14px;
    color: #a09f9f;
    border-radius: 4px;
    text-align: center;
}

.kc_intro_add {
    width: 104px;
    height: 34px;
    line-height: 34px;
    border: solid #2c6fde 1px;
    font-size: 14px;
    color: #2c6fde;
    border-radius: 36px;
    text-align: center;
    cursor: pointer;
}

.kc_intro_add:before {
    content: '';
    width: 12px;
    height: 12px;
    margin: -3px 6px 0;
    background: url(../../images/ico-intro-add.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}


/*2023-10-30 栏目设置 start*/
.mgCard_tab {
    position: relative;
}

.mgCard_tabName li {
    margin: 0 23px;
}

.bnt_setColumn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #929292;
}

.bnt_setColumn:before {
    content: '';
    width: 14px;
    height: 14px;
    margin: -3px 6px 0 0;
    background: url(../../images/ico-bnt-setColumn.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.set_maskDiv {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.set_maskDiv.set_maskFadeOut {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.set_maskDiv {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(16, 26, 41, 0.76);
    z-index: 999
}

.set_wid540 {
    width: 540px;
}

.set_popDiv {
    min-height: 100px;
    background: #FFFFFF;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.set_popHead {
    padding: 0 30px;
    line-height: 60px;
    height: 60px;
    border-bottom: solid #f2f2f2 1px;
    overflow: hidden;
}

.set_popTitle {
    font-size: 18px;
    color: #131B26;
    font-weight: 500;
}

.set_popClose {
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 21px;
    background: url(../../images/popClose2.png) no-repeat;
    background-size: 18px 18px;
}

.set_popBottom {
    padding: 17px 30px;
    height: 36px;
}

.set_popBottom .set_bntLinear, .set_popBottom .set_bntWhite {
    margin-left: 30px;
}

.set_popBottomBorder {
    padding: 17px 30px;
    height: 36px;
    border-top: solid #f2f2f2 1px;
}

.set_popBottomBorder .set_bntLinear, .set_popBottomBorder .set_bntWhite {
    margin-left: 30px;
}

.set_bntLinear {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px;
    min-width: 60px;
    height: 34px;
    line-height: 34px;
    background: linear-gradient(322deg, #5A33FF 0%, #6CC7FF 100%);
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    border-radius: 18px;
    box-shadow: 0px 3px 8px 0px rgba(58, 107, 255, 0.33);
    text-align: center;
}

.set_bntWhite {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px;
    min-width: 60px;
    height: 32px;
    line-height: 32px;
    border: solid #8CBBFF 1px;
    font-size: 14px;
    color: #3a8bff;
    font-weight: 500;
    border-radius: 20px;
    text-align: center;
}

.set_ppRadio {
    width: 10px;
    height: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.set_ppRadio input {
    width: 10px;
    height: 10px;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.set_ppRadio input + i {
    width: 10px;
    height: 10px;
    background: url(../../images/ico-sel-form-radio.png) no-repeat;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.set_ppRadio input:checked + i {
    background-position: 0 -20px;
}

.popColumn {
    padding: 12px 30px;
}

.popColumn_ul {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popColumn_ul li {
    padding: 10px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    background: #FFFFFF;
}

.popColumn_ul li .popColumn_h3 {
    width: 170px;
    color: #2a2929;
    float: left;
}

.popColumn_ul li .popColumn_from {
    width: 260px;
    color: #666666;
    float: left;
}

.popColumn_ul li .popColumn_drag {
    width: 16px;
    height: 16px;
    background: url(../../images/ico-selColumn-drag.png) no-repeat;
    cursor: move;
    float: left;
}

.popColumn_ul li .set_ppRadio {
    margin: -3px 6px 0 0;
}

.popColumn_ul li label {
    margin-right: 30px;
}

.popColumn_ul li.li-sortable-chosen {
    background: #ebebeb;
}

.mgCard_knowledge {
    position: relative;
    min-height: 300px;
}

.mgCard_knowledge .xframeBox_button {
    position: absolute;
    top: 30px;
    right: 30px;
}

.mgCard_knowledge .xframeBox_tabBar {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.mgCard_knowledge .xframeBox_filterBox {
    position: absolute;
    top: 30px;
    left: 23px;
}

.xframeBox_tabBar {
    height: 56px;
    padding: 4px;
    border-radius: 99px;
    box-sizing: border-box;
    background-color: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
}

.xframeBox_tabBar_item {
    margin-right: 8px;
    display: inline-block;
    width: 152px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #8A8B99;
    font-size: 18px;
    cursor: pointer;
    border-radius: 99px;
}

.xframeBox_tabBar_item:last-child {
    margin-right: 0;
}

.xframeBox_tabBar_item.active {
    background-color: #F0F6FF;
    color: #3A8BFF;
    font-weight: 600;
}

.xframeBox_button {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    padding: 0 26px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    border-radius: 999px;
    background: linear-gradient(322deg, #5A33FF -34.58%, #6CC7FF 132%);
    box-shadow: 0px 2px 9px 0px rgba(103, 161, 255, 0.50);
    cursor: pointer;
}

/*2023-10-30 栏目设置 end*/

