@charset "utf-8";
* {
    margin: 0;
    border: 0;
    padding: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

blockquote, body, button, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, select, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

button, h1, h2, h3, h4, h5, h6, input, select, textarea {
    font-size: 100%;
    font-weight: 400;
    outline: none
}

li {
    list-style: none;
}

img {
    border: none;
    max-width: 100%
}

a {
    text-decoration: none;
    color: #333;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show
}

ol, ul, menu {
    list-style: none
}

em, i {
    font-style: normal;
}

html, body {
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
}

/* 全站导航栏样式 @chrome*/
body::-webkit-scrollbar {
    width: 10px;
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 5px;
}

body::-webkit-scrollbar-button {
    display: none;
}

div::-webkit-scrollbar {
    width: 10px;
}

div::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 5px;
}

div::-webkit-scrollbar-button {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.overall {
    width: 100%;
    min-height: 100%;
    background: #F6F6F6;
    position: relative;
    overflow: hidden;
}

.m-header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    box-shadow: 0 0 5px 0 #999;
    z-index: 999;
}

.m-header .nav .active a {
    color: #4c91ff;
    border-bottom: solid 3px #4c91ff;
}

.m-header .nav > li > a {
    color: #333333;
    height: 50px;
}

.m-header .nav > li > a:hover {
    color: #4c91ff;
}

.clear {
    clear: both;
}

.view-div-mask {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=60);
    display: none;
}

/*登录注册*/
.loginpop-mask {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=60);
    display: none;
}

.loginpop, .registerpop, .active_pop, .wechatpop {
    z-index: 100;
    position: fixed;
    top: 40%;
    left: 55%;
    width: 380px;
    min-height: 360px;
    margin: -180px 0 0 -270px;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 10px #666;
    border-radius: 6px;
}

.log_reg_close {
    display: block;
    text-align: center;
    width: 10px;
    float: right;
    color: #999;
    font: bold 25px/60px simsun;
    text-shadow: 0 1px 0 #6d6d6d;
    cursor: pointer;
    margin-top: 13px;
    margin-right: 35px;
}

.log_reg_close:hover {
    color: #444;
}

.login_tips, .reg_tips {
    width: 300px;
    margin: 0 auto;
    color: red;
    font-size: 13px;
}

.activeinfo {
    width: 300px;
    font-size: 35px;
    text-align: center;
    margin: 0 auto;
    color: #00abe9;
}

.logreginput {
    width: 300px;
    margin: 0 auto;
}

.registerpop-tit, .loginpop-tit {
    height: 60px;
    line-height: 85px;
    margin-bottom: 20px;
}

.logreg_title {
    display: block;
    float: left;
    width: 225px;
    height: 60px;
    line-height: 80px;
    font-size: 22px;
    margin-left: 81px;
    color: #2d2d2d;
    text-align: center;
}

.register-way {
    display: block;
    float: left;
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    color: #4c91ff;
    cursor: pointer;
}

.logreginput li, .activeinfo li {
    height: 44px;
    margin-bottom: 20px;
    width: 300px;
}

.logreginput .ipt {
    color: #333;
    font-size: 12px;
    display: block;
    border-radius: 6px;
    line-height: 20px;
    width: 100%;
    border: #DAE2E5 1px solid;
    text-indent: 10px;
    overflow: hidden;
    padding-top: 9px;
    padding-bottom: 9px;
}

.logreginput .check-sms {
    display: inline-block;
    width: 150px;
    margin: 0 auto;
}

.logreginput .get-sms {
    display: inline-block;
    width: 100px;
    height: 35px;
    background-color: #4caf79;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 20px;
}

.logreginput .sms-disabled {
    width: 120px;
    background-color: #DAE2E5;
    display: inline-block;
    height: 30px;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 20px;
}

@media screen and (max-device-width: 800px) {
    .logreginput .ipt {
        padding-top: 9px;
        padding-bottom: 9px;
        margin-top: 17px;
    }
}

.loginsubmit, .registersubmit {
    background: #4caf79;
    border-radius: 6px;
    border: 1px solid #3d8b60;
    color: #fff;
    height: 48px;
    font-size: 18px;
    line-height: 45px;
    width: 160px;
    margin-top: 30px;
    margin-left: 25%;
    text-align: center;
    cursor: pointer;
}

.loginsubmit:hover, .registersubmit:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.loginsubmitqq, .registersubmitqq {
    background: #4DBFFF;
    border-radius: 6px;
    margin-top: -20px;
    color: #fff;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    width: 47%;
    text-align: center;
    cursor: pointer;
    float: left;
}

.loginsubmitqq:hover, .registersubmitqq:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.loginsubmitweixin, .registersubmitweixin {
    background: #8FCD7B;
    border-radius: 6px;
    margin-top: -20px;
    color: #fff;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    width: 47%;
    text-align: center;
    cursor: pointer;
    float: right;
}

.loginsubmitweixin:hover, .registersubmitweixin:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.logreginput .save_login {
    height: 20px;
    line-height: 20px;
    margin-top: -15px;
    font-size: 12px;
    text-indent: 5px;
    color: #BFBBBB;
}

.logreginput .forgetpas a {
    float: right;
    color: #4c91ff;
}

.logreginput .go_register, .logreginput .go_login, .activeinfo .go_login {
    font-size: 12px;
    line-height: 30px;
    color: #949494;
}

.logreginput .go_another, .activeinfo .go_another {
    color: #4c91ff;
    float: left;
    text-indent: 4px;
}

.agreement input {
    float: left;
    margin-top: 9px;
}

.agreement a {
    color: #BFBBBB;
}

/*geeteset 验证*/
.gt_widget {
    display: none;
    z-index: 999;
    top: -160px;
    position: absolute;
}

/* 登陆后 */
.userinfo .username {
    display: inline-block;
    float: left;
    max-width: 50px;
    margin-right: 6px;
    color: #333333;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.userinfo .img-circle {
    width: 28px;
}

.userinfo ul > li:hover > a {
    color: #4c91ff;
    background: #f3f3f3;
}

#star3_0, #star3_1, #star3_2, #star3_3 {
    background: url("../../images/star.png") no-repeat transparent;
    width: 60px;
}

#star3_0 {
    background-position: -100px 0;
}

#star3_1 {
    background-position: -80px 0;
}

#star3_2 {
    background-position: -60px 0;
}

#star3_3 {
    background-position: -40px 0;
}

/*五星含半星*/
#star5_0, #star5_1, #star5_2, #star5_3, #star5_4, #star5_5, #star5_6, #star5_7, #star5_8, #star5_9, #star5_10 {
    background: url(../../images/stars.png) no-repeat transparent;
    width: 100px;
}

#star5_0 {
    background-position: 0 0;
}

#star5_1 {
    background-position: 0 -15px;
}

#star5_2 {
    background-position: 0 -30px;
}

#star5_3 {
    background-position: 0 -45px;
}

#star5_4 {
    background-position: 0 -60px;
}

#star5_5 {
    background-position: 0 -75px;
}

#star5_6 {
    background-position: 0 -90px;
}

#star5_7 {
    background-position: 0 -105px;
}

#star5_8 {
    background-position: 0 -120px;
}

#star5_9 {
    background-position: 0 -135px;
}

#star5_10 {
    background-position: 0 -150px;
}

#footer {
    width: 100%;
    height: 60px;
    background: #1D1D21;
    position: static;
    bottom: 0;
    font-size: 12px;
    color: #757576;
}

#footer .foot {
    width: 90%;
    height: 60px;
    margin: 0 auto;
}

#footer .foot .right {
    width: 540px;
    height: 60px;
    float: left;
    font-size: 12px;
    line-height: 60px;
}

#footer .foot .link {
    height: 60px;
    width: 155px;
    float: left;
    line-height: 60px;
}

.others {
    line-height: 60px;
    height: 60px;
    float: right;
    position: relative;
}

#footer .foot .link a {
    color: #757576;
    margin-right: 10px;
}

#footer .foot .link a:hover {
    color: #FFF;
}

/* 右侧咨询插件 start */
.share_consult .right-share {
    position: fixed;
    z-index: 99;
    width: 80px;
    height: 330px;
    bottom: 110px;
    right: 5px;
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.13);
    cursor: pointer;
}

.share_consult .right-share .right-share-block {
    position: relative;
    height: 82.5px;
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #F0F0F0;
    overflow: hidden;
}

.share_consult .right-share .right-share-block:hover {
    background: #F7F7F7;
}

.share_consult .right-share .right-share-block .share-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px auto 7px;
}

.share_consult .right-share .right-share-block .share-text {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #666666;
}

.share_consult .right-share .right-share-block .share-con {
    font-size: 14px;
    position: absolute;
    right: 72px;
    top: 50%;
    margin-top: -20px;
    white-space: nowrap;
    height: 40px;
    line-height: 20px;
    padding: 10px 20px;
    color: #fff;
    box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.1);
    background-color: #0000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.share_consult .right-share .share-tel .share-icon {
    background: url("../../images/common/share-phone.png") no-repeat 2px 2px;
}

.share_consult .right-share .share-wechat .share-icon {
    background: url("../../images/common/share-wechat.png") no-repeat 0 2px;
}

.share_consult .right-share .share-question .share-icon {
    background: url("../../images/common/share-question.png") no-repeat 1px 2px;
}

.share_consult .right-share .share-top .share-icon {
    background: url("../../images/common/share-top.png") no-repeat 4px 4px;
}

.share_consult .right-share .share-ask .share-icon {
    background: url("../../images/common/share-ask.png") no-repeat 1px 0;
}

.share_consult .show-share {
    position: fixed;
    z-index: 99;
    right: 95px;
    border-radius: 3px;
}

.share_consult .show-wechat {
    width: 130px;
    height: 160px;
    bottom: 225px;
    background: #4c9eff;
    background-size: 100px;
}

.share_consult .show-wechat .show-share-img {
    height: 130px;
    background: url("//s.molistudy.cn/2018-01-26/FB694A7A-EE9E-1192-0831-A39759EACAF8.jpg") center no-repeat;
    background-size: 100px;
}

.share_consult .show-wechat .show-share-text {
    text-align: center;
    color: #FFF;
    font-size: 13px;
}

.share_consult .show-wechat .nav-triangle {
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background-color: #4c9eff;
    position: absolute;
    top: 75px;
    left: 125px;
}

.share_consult .show-ask {
    width: 130px;
    height: 160px;
    bottom: 145px;
    background: #4c9eff;
    background-size: 100px;
}

.share_consult .show-ask .show-share-img {
    height: 130px;
    background: url("//s.molistudy.cn/2018-01-26/FB694A7A-EE9E-1192-0831-A39759EACAF8.jpg") center no-repeat;
    background-size: 100px;
}

.share_consult .show-ask .show-share-text {
    text-align: center;
    color: #FFF;
    font-size: 13px;
}

.share_consult .show-ask .nav-triangle {
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background-color: #4c9eff;
    position: absolute;
    top: 75px;
    left: 125px;
}

.share_consult .n-show-share .nav-triangle {
    background-color: #FFF;
}

.share_consult .show-tel {
    width: 210px;
    height: 30px;
    bottom: 375px;
    background: #4c9eff center no-repeat;
    background-size: 100px;
    text-align: center;
    color: #FFF;
    padding: 8px;
    line-height: 16px;
}

.share_consult .show-tel .nav-triangle {
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background-color: #4c9eff;
    position: absolute;
    top: 11px;
    right: -4px;
}

.share_consult .show-ask .show-share-img {
    height: 130px;
    background: url("//s.molistudy.cn/2018-01-26/FB694A7A-EE9E-1192-0831-A39759EACAF8.jpg") center no-repeat;
    background-size: 100px;
}

.share_consult .show-ask .qrcode-1 {
    background: url("//s.molistudy.cn/2018-01-26/FB694A7A-EE9E-1192-0831-A39759EACAF8.jpg") center no-repeat;
    background-size: 100px;
}

.share_consult .show-ask .qrcode-16 {
    background: url("//s.molistudy.cn/2018-11-20/90F1EAAD-CC3C-3EFD-70CC-00DB646E88D9.jpg") center no-repeat;
    background-size: 100px;
}

.share_consult .show-ask .qrcode-24,
.share_consult .show-ask .qrcode-125,
.share_consult .show-ask .qrcode-127 {
    background: url("../../images/cart/gre_qrcode.jpg") center no-repeat;
    background-size: 100px;
}

.share_consult .show-ask .qrcode-75,
.share_consult .show-ask .qrcode-123 {
    background: url("../../images/course/erweima75.jpeg") center no-repeat;
    background-size: 100px;
}

.share_consult .show-wechat .show-share-img {
    height: 130px;
    background: url("//s.molistudy.cn/2018-01-12/8FD05A0D-1C62-F304-112C-38B6A87E6D06.png") center no-repeat;
    background-size: 100px;
}

.share_consult .show-wechat .qrcode-16,
.share_consult .show-wechat .qrcode-24 {
    background: url("//s.molistudy.cn/2018-01-12/9B500D74-9578-4F63-EF70-AAA565A45A7B.png") center no-repeat;
    background-size: 100px;
}

.share_consult .show-wechat .qrcode-75 {
    background: url("//s.molistudy.cn/2018-07-04/7F883810-1155-88B2-6DB9-147D77EE7348.jpg") center no-repeat;
    background-size: 100px;
}

/* 右侧咨询插件 end */

/* new login */
.button-grey {
    background-color: #6b6b6b;
    color: #fff;
}

.button-grey:hover {
    background-color: #5e5e5e;
    color: #FFF;
}

.button-green {
    background-color: #4CAF79;
    color: #fff;
}

.button-green:hover {
    background-color: #449d6d;
    color: #FFF;
}

.button-small {
    border: none;
    height: 30px;
    padding: 0 25px;
    line-height: 30px;
}

.foot-desc-title {
    width: 100%;
    text-align: center;
    overflow: hidden;
    background: #232428;
}

.foot-desc-title .foot-desc-content {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 78px;
    height: 114px;
    font-size: 12px;
    overflow: hidden;
    text-align: left;
}

.foot-desc-title .foot-desc-content .foot-desc-text {
    width: 79%;
    color: #4B4D50;
    margin-top: 40px;
}

#weixinpng {
    display: none;
    position: absolute;
    top: -127px;
    right: -47px;
    z-index: 99;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .m-header .nav > li > a {
        padding-left: 25px;
        padding-right: 25px;
    }

    .foot-desc-title .foot-desc-content {
        width: 1080px;
    }

    #footer .foot {
        width: 1080px;
    }

    .foot-desc-title .foot-desc-content .foot-desc-text {
        width: 83%;
    }
}

/* new  nav */
/*主导航*/
.main-nav {
    width: 100%;
    height: 70px;
    background: #FFF;
}

.ff-panel {
    width: 1080px;
    margin: 0 auto;
}

.ff-panel .main-menu-lst > li {
    float: left;
    position: relative;
    margin-left: 59px;
}

.ff-panel .main-menu-lst > li a {
    text-decoration: none;
    color: #323232;
    font-size: 16px;
}

.ff-panel .main-menu-lst > li a:hover,
.ff-panel .main-menu-lst .active a {
    color: #4c9eff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu a:hover {
    color: #333 !important;
}

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

.ff-panel .main-menu-lst {
    width: 790px;
    height: 70px;
    float: left;
    margin: 0 0 0 71px;
    line-height: 69px;
    background: url(../../images/frontend/huo_s.png) no-repeat 750px 17px;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 1024px) {

    .ff-panel .main-menu-lst {
        width: 765px;
        height: 70px;
        margin: 0;
        float: left;
        line-height: 69px;
        background: url(../../images/frontend/huo_s.png) no-repeat 750px 17px;
    }
}

.ff-panel .main-nav-1 {
    display: block;
    width: 120px;
    height: 35px;
    margin-top: 20px;
    color: #000;
    border: 1px solid #cacaca;
    border-radius: 6px;
    float: right;
    font-size: 14px;
    line-height: 35px;
    text-indent: 40px;
    background: url("../../images/head_user.png") no-repeat 20px 10px;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 1024px) {

    .ff-panel .main-nav-1 {
        display: block;
        width: 120px;
        height: 35px;
        margin-top: 20px;
        color: #000;
        border: 1px solid #cacaca;
        border-radius: 6px;
        float: left;
        font-size: 14px;
        line-height: 35px;
        text-indent: 40px;
        background: url("../../images/head_user.png") no-repeat 20px 10px;
    }
}

.ff-panel .main-nav-1:hover {
    color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.user-info-cont a {
    text-decoration: none;
    margin: auto;
}

.account-link {
    width: 128px;
    height: 69px;
    background: #fff;
}

/* new nav end */
/* new footer start*/
.fengjr-footer {
    border-top: 0 solid #f5f5f5;
    min-width: 1200px;
    background: #111010;
    overflow: hidden;
    font-size: 12px;
    border-width: 0 0 1px 0;
    border-style: solid;
    padding-top: 50px;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 1024px) {
    .fengjr-footer {
        min-width: 980px;
    }
}

.fengjr-footer .bg4 {
    width: 1080px;
    height: 185px;
    margin: auto;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 1024px) {
    .fengjr-footer .bg4 {
        width: 980px;
        height: 185px;
        margin: auto;
    }
}

.bg4 .cpfw {
    width: 14%;
    float: left;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 1024px) {
    .bg4 .cpfw {
        width: 7%;
        float: left;
    }
}

.bg4 dl dt {
    font-size: 14px;
    color: #999;
    padding-bottom: 16px;
}

.bg4 dl dd p {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

.bg4 dl dd p a {
    color: #666;
    text-decoration: none;
    margin-left: 1px;
}

.bg2 {
    background: #212121;
}

.bg4 {

    width: 1080px !important;
    margin: 0 auto;
}

.bg4 .dl1 {
    width: 20%;
    float: left;
}

.bg4 .dl2 {
    width: 10%;
    margin-left: 79px;
    float: left;
}

/*商务合作*/
.bg4 .dl2 .dl2-1 p {
    display: block;
    width: 90px;
    height: 88px;
    background: url("//s.molistudy.cn/2018-06-05/BE7876D5-608E-3345-826F-15565DB6E0DB.png") no-repeat center;
    background-size: 90px 88px;
}

/*售前咨询*/
.bg4 .dl2 .dl2-2 p {
    display: block;
    width: 90px;
    height: 88px;
    background: url("//s.molistudy.cn/2018-06-05/9B3F0A36-38EF-5839-4862-977E527E69AB.png") no-repeat;
    background-size: 100%;
}

/*售后服务*/
.bg4 .dl2 .dl2-3 p {
    display: block;
    width: 90px;
    height: 88px;
    background: url("//s.molistudy.cn/2018-06-05/6E2D3A71-CB60-BE59-9492-967ED99F919F.png") no-repeat;
    background-size: 100%;
}

.fengjr-footer .friend-link {
    height: 40px;
    margin: auto;
    border-top: 1px solid #232323;
    border-bottom: thin;
    width: 1080px;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 1024px) {
    .fengjr-footer .friend-link {
        height: 40px;
        margin: auto;
        border-top: 1px solid #232323;
        border-bottom: thin;
        width: 980px;
    }
}

.fengjr-footer .friend-link .friend-link-1 li {
    height: 40px;
    color: #666;
    float: left;
    list-style: none;
    margin-left: 20px;
}

.fengjr-footer .friend-link .friend-link-2 {
    width: 520px;
    margin: auto;
}

/* new footer end*/
/* vue */
[v-cloak] {
    display: none;
}

/* vue end */

/*最上面页头*/
.first_page_top {
    width: 100%;
    background: #252525;
    font-size: 12px;
    color: #999999;
}

.first_page_top1 {
    width: 1080px;
    height: 33px;
    margin: auto;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 1024px) {
    .first_page_top1 {
        width: 960px;
        height: 33px;
        margin: auto;
    }
}

.first_page_top2 .seel {
    float: left;
    height: 33px;
    line-height: 33px;
}

.first_page_top2 li {
    float: left;
}

.first_page_top3 .seel {
    height: 33px;
    line-height: 33px;
}

.first_page_top3 li {
    float: right;
    list-style-type: none;
}

.first_page_top3 li a {
    color: #999999;
    line-height: 33px;
}

.first_page_top3 .s1 {
    width: 1px;
    height: 10px;
    margin: 11px;
    background: #666;
    float: right;
}

/*用户名前夫子币小图标*/
.fzb_lo {
    width: 18px;
    height: 16px;
    float: right;
    background: url("../../images/activate3.png") no-repeat;
    margin: 10px 4px 0 0;
}

/*导航修改版*/

.main_navigation {
    width: 100%;
    height: 70px;
    margin: auto;
    background: #fff;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}

.main_navigation_auto {
    width: 1080px;
    height: 100%;
    margin: auto;
    font-size: 14px;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 1024px) {
    .main_navigation_auto {
        width: 980px;
        height: 70px;
        margin: auto;
    }
}

.main_navigation_auto_logo {
    display: block;
    width: 100px;
    height: 50px;
    float: left;
    margin: 14px 0 0 0;
    background: url("//s.molistudy.cn/2018-01-26/AA927143-CBDB-8488-966D-0AC70AD52701.png") no-repeat;
}

.main_navigation_auto_right {
    width: 720px;
    height: 100%;
    float: right;
}

.main_navigation_auto_right ul {
    width: 100%;
    height: 70px;
    position: relative;
}

.main_navigation_auto_right ul li {
    width: 90px;
    height: 70px;
    float: left;
    list-style: none;
}

.main_navigation_auto_right ul li .navigation_right_a {
    display: block;
    width: 90px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.main_navigation_auto_right ul li .navigation_right_a:before {
    content: '';
    height: 4px;
    left: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transition: width .45s, opacity .1s;
    transition: width .45s, opacity .1s;
    width: 0;
    bottom: 0;
}

.main_navigation_auto_right ul li a:hover:before, .main_navigation_auto_right a:focus:before, .main_navigation_auto_right a.selected:before {
    opacity: 1;
    background: #FFB300;;
    text-decoration: none;
    width: 100%;
}

.clearfix:after, .grid:after {
    clear: both;
    content: '';
    display: table;
}

.main_navigation_auto_right .active a {
    color: #FFB300;;
}

.main_navigation_auto_right .active .navigation_auto_right_li_div_top a {
    color: #333;
}

.navigation_right_a .navigation_right_a_div {
    display: none;
    width: 28px;
    height: 22px;
    top: 6px;
    right: -8px;
    background: url("//s.molistudy.cn/2018-01-12/E3688214-3925-E8E0-FFEE-805E5A9C0CD5.gif") no-repeat;
    position: absolute;
}

/*中学大学*/
.navigation_auto_right_li_div {
    position: relative;
}

.navigation_auto_right_li_div_top {
    display: none;
    position: absolute;
    width: 90px;
    height: 64px;
    bottom: -64px;
    z-index: 11;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.10);
}

.navigation_auto_right_li_div_top .navigation_right_top_a {
    display: block;
    width: 90px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.navigation_auto_right_li_div_top .navigation_right_top_a:hover {
    color: #fff;
    background: #f2bd00;
}

.navigation_auto_right_li_div_top .active > .navigation_right_a {
    color: #FFB300;
}

/*主导航*/
.first_page_nav {
    width: 100%;
    background: #fff;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}

.first_page_nav .first_page_nav1 {
    width: 1080px;
    height: 70px;
    margin: auto;
    position: relative;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 1024px) {
    .first_page_nav .first_page_nav1 {
        width: 980px;
        height: 70px;
        margin: auto;
    }
}

.fzc {
    width: 28px;
    height: 22px;
    top: 6px;
    left: 76px;
    background: url("//s.molistudy.cn/2018-01-12/E3688214-3925-E8E0-FFEE-805E5A9C0CD5.gif") no-repeat;
    position: absolute;
}

.first_page_nav .first_page_nav1 .logo {
    display: block;
    width: 100px;
    height: 50px;
    float: left;
    margin-top: 14px;
    background: url("//s.molistudy.cn/2018-01-26/AA927143-CBDB-8488-966D-0AC70AD52701.png") no-repeat;
}

.nav_li {
    float: right;
    position: relative;
}

.nav_li .nav_ul {
    height: 70px;
    line-height: 70px;
    margin: 0;
}

.nav_ul_ul, .nav_ul_ul1, .nav_ul_ul2 {
    width: 90px;
    position: absolute;
    z-index: 13;
    text-align: center;
    display: none;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.10);
}

.nav_li .nav_li_s {
    float: right;
    width: 90px;
    position: relative;
    height: 70px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 1024px) {
    .nav_li .nav_li_s {
        float: right;
        width: 90px;
        position: relative;
        height: 70px;
        text-align: center;
        line-height: 70px;
        cursor: pointer;
    }
}

.nav_li .nav_li_s:hover {
    color: #FFB300;
    border-bottom: 2px solid #ffb300;
}

.nav_li li a {
    display: block;
    color: #333;
    padding: 0 30px;
}

.nav_li .active > a {
    color: #FFB300;
}

.nav_lis a {
    color: #333;
}

.nav_lis, .nav_lis1, .nav_lis2 {
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: relative;
    color: #333;
    background: #fff;
}

.nav_lis1:hover {
    background: #FFC107;
}

.nav_lis2:hover {
    background: #FFC107;
}

.nav_lis:hover {
    background: #FFC107;
}

/*引导关注公众号样式*/
.guide {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: rgba(113, 113, 113, 0.4);
}

.guide_main {
    width: 500px;
    height: 350px;
    padding: 32px 24px;
    position: relative;
    margin: 6% auto 0;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.guide_main_x {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 24px;
    background: url("../../images/first_page/Bitmap.png") no-repeat center;
}

.guide_p1 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 0 0 6px 0;
}

.guide_p2 {
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    margin: 12px 0 16px 0;
}

.guide_img {
    width: 200px;
    height: 200px;
    margin: auto;
}

.guide_img1 {
    width: 100%;
    height: 100%;
    background: url("../../images/first_page/z1.png") no-repeat center;
    background-size: 200px 200px;
}

.guide_img2 {
    display: none;
    width: 100%;
    height: 100%;
    background: url("../../images/first_page/z2.png") no-repeat center;
    background-size: 200px 200px;
}

.guide_img3 {
    display: none;
    width: 100%;
    height: 100%;
    background: url("../../images/first_page/z3.png") no-repeat center;
    background-size: 200px 200px;
}

/* guoqing start */
.guoqing {
    position: fixed;
    background: url("../../images/index/guoqing.png") no-repeat center;
    background-size: 100% 100%;
    color: #FFFBF8;
    font-size: 20px;
    font-family: SourceHanSansCN-Bold, sans-serif;
}

.guoqing-btn {
    right: 5px;
    bottom: 20px;
    width: 80px;
    height: 70px;
    padding: 8px 20px;
    cursor: pointer;
}

.guoqing-show {
    bottom: 30px;
    right: 105px;
    width: 204px;
    height: 180px;
    padding-top: 30px;
    z-index: 9;
}

.guoqing-show .row {
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.guoqing-show .close {
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
}

.guoqing-show .info-btn {
    display: block;
    margin: 5px auto;
    width: 128px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #FFB131;
    border-radius: 100px;
    font-family: SourceHanSansCN-Medium, sans-serif;
    font-size: 14px;
    color: #3A3493;
    cursor: pointer;
}

/* guoqing end */

/*二维码弹窗*/
.page_ewm {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
}

.page_ewm_main {
    width: 440px;
    height: 320px;
    overflow: hidden;
    margin: 8% auto 0;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.page_ewm_main_x {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 30px;
    right: 30px;
    background: url("../../images/first_page/chc.png") no-repeat center;
    background-size: 16px 16px;
}

.page_ewm_p {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 30px 0 60px 0;
}

.page_ewm_da {
    width: 160px;
    height: 160px;
    margin: auto;
    background: url("../../images/first_page/moli_leo.png") no-repeat center;
    background-size: 160px 160px;
}

/*锦鲤css样式*/
.flexible_main {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.flexible_main_da {
    width: 1080px;
    height: 600px;
    margin: 6% auto 0;
    position: relative;
    background: url("https://s.molistudy.cn/2018-11-09/F71F197B-2617-775D-6213-C114EF99590F.png") no-repeat center;
    background-size: 1080px 860px;
}

.flexible_main_da_x {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 150px;
    border-radius: 50%;
    background: url("https://s.molistudy.cn/2018-11-09/B3D7DC1C-34E9-E9B1-9E51-31FC1526A578.png") no-repeat center;
    background-size: 30px 30px;
}

.flexible_main_ds {
    display: block;
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff2c8;
    border-radius: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 175px;
    color: #d43706;
    font-size: 20px;
    cursor: pointer;
}
