body{
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    background: #eeeeee;
    /*background: #f5f8fa;*/
}
a,a:active,a:hover,a:visited{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5{
    font-weight: normal;
    font-family: inherit;
    margin: 0;
}
button,input,select,text,textarea{
    outline: none;
}

html.active, html.active body {
    position: relative;
    overflow: hidden;
    height: 100%;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.jgs{
    height: 84px;
}
@media (max-width: 767px) {
    .jgs{
        height: 50px;
    }
}
/*头部*/
.header-wrap{
    background: #ffffff;
    height: 84px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110;
}

.header-box{
    position: relative;
}
@media (max-width: 767px) {
    .header-wrap{
        background: #ffffff;
        height: 50px;
    }
    .header-wrap > .container{
        padding: 0;
    }
    .header-top{
        margin: 0;
        height: 50px;
        padding-left: 60px;
    }
}
/*logo*/
.header-logo{
    float: left;
    margin-top: 25px;
}
.header-logo img{
    max-height: 34px;
    margin-top: -3px;
}
@media (max-width: 767px) {
    .header-logo{
        float: none;
        text-align: center;
        margin-top: 0;
    }
    .header-logo img{
        max-height: 30px;
		margin-top: 10px;
    }
}
/*导航*/
.header-nav{
    float: left;
    margin: 24px 0 0 20px;
}
.header-nav > ul{
    height: 36px;
}
.header-nav li{
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 12px;
}
.header-nav li:last-child{
    margin-right: 0;
}
.header-nav li > a{
    text-decoration: none;
    color: #333;
    font-size: 16px;
}
.header-nav li > a:hover,.header-nav li.active > a{
    color: #26caac;
}


.header-nav .nav-search-wap{
    width: 100%;
    height: 80px;
    padding: 20px 10px;
    border-bottom: 1px solid #ededed;
    display: none;
}
.header-nav .nav-search-wap .search-con{
    width: 100%;
    height: 40px;
    border-radius: 40px;
    background: rgba(255,255,255,1);
    position: relative;
}
.header-nav .nav-search-wap .search-con > input{
    width: 100%;
    height: 40px;
    border: 0;
    background: none;
    padding: 0 14px;
    color: #333;
}
.header-nav .nav-search-wap .search-con > a{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    background: #26caac;
    border-radius: 0 40px 40px 0;
}
.header-nav .nav-search-wap .search-con > a > i{
    font-size: 16px;
}

@media (max-width: 767px) {
    .header-nav{
        position: absolute;
        top: 50px;
        left: 0;
        height: auto;
        margin: 0;
        width: 100%;
        background: #f4f4f4;
        box-shadow: inset 0 2px 1px 0 rgba(0,0,0,.05);
        padding-bottom: 10px;
        border-bottom: #dedede;
        display: none;
    }
    .header-nav .nav-search-wap{
        display: block;
    }
    .header-nav > ul{
        height: auto;
        padding: 10px 0;
    }
    .header-nav li{
        float: none;
        height: 40px;
        line-height: 40px;
        margin-right: 0;
    }
    .header-nav li > a{
        display: block;
        text-align: center;
        font-size: 14px;
    }
}


.header-right{
    position: absolute;
    top: 24px;
    right: 0;
}
@media (max-width: 767px) {
    .header-right{
        top: 0;
    }
}
/*搜索*/
.header-search{
    float: left;
    width: 260px;
    height: 36px;
    border: 1px solid #26caac;
    background: #ffffff;
    position: relative;
}
.header-search > input{
    border: 0;
    background: none;
    height: 34px;
    width: 100%;
    padding: 0 45px 0 8px;
}
.header-search > button{
    width: 37px;
    height: 34px;
    background: #26caac;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}
@media (max-width: 767px) {
    .header-search{
        display: none;
    }
}

/*个人相关包括登录注册和登录注册之后的效果*/
.header-state{
    float: left;
    position: relative;
    height: 36px;
    margin-left: 10px;
}
@media (max-width: 767px) {
    .header-state{
        top: 0;
        padding: 0;
        height: 50px;
    }
    .header-message,.header-myteach{
        display: none;
    }
}
/*pc端的登录注册*/
.header-state .notlogin-state{
    color: #aaaaaa;
    margin-top: 6px;
    float: right;
}
.header-state .notlogin-state > a.wap-tx{
    display: none;
    margin-right: 10px;
}
.header-state .notlogin-state > a.l1{
    text-decoration: none;
    font-size: 15px;
    margin: 0 10px;
    color: #333;
}
.header-state .notlogin-state > a.l1:hover{
    color: #26caac;
}
@media (max-width: 767px) {
    .header-state .notlogin-state{
        color: #aaaaaa;
        margin-top: 11px;
        height: 28px;
    }
    .header-state .notlogin-state > a.wap-tx{
        display: block;
    }
    .header-state .notlogin-state > a.l1,.header-state .notlogin-state > span{
        display: none;
    }
}
/*学校申请*/
.header-state .apply-school-btns{
   /* position: absolute;
    top: 0;
    right: 0;*/
    float: right;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    background: #ff7a3e;
    color: #ffffff;
    font-size: 13px;
    border-radius: 18px;
    margin: 3px 0 0 10px;
}
.header-state  .apply-school-btns:hover{
    color: #ffffff;
}


.header-state .login-state{
    height: 36px;
    /*margin-right: 16px;*/
    float: right;
}

@media (max-width: 767px) {
    .header-state .apply-school-btns{
        display: none;
    }
    .header-state .login-state{
        height: 5px;
        margin-right: 10px;
    }
}



/*header之登录之后的个人显示box*/
.header-user-box{
    float: right;
    height: 36px;
    width: 36px;
    position: relative;
}
.header-user-box > a{
    display: inline-block;
    width: 36px;
    height: 36px;
}
.header-user-box:hover > a > span{
    border: 1px solid #26caac;
}
.header-user-box > a > span{
    display: inline-block;
    border: 1px solid #eeeeee;
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 50%;
    margin-top: 0;
}
.header-user-box > a > span > img{
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
}

.head-rz-icon{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    background: url("../images/rz.png") no-repeat;
    background-size: 14px;
}

.header-user-list{
    position: absolute;
    top: 48px;
    right: 0;
    width: 300px;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 6px 0 rgba(7,17,27,.15);
    padding: 20px 20px 0 20px;
    display: none;
    z-index: 11;
}
.header-user-list:after,.header-user-list:before{
    content: '';
    position: absolute;
    top: -8px;
    right: 10px;
    z-index: 10;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #eeeeee;
}
.header-user-list:before{
    z-index: 12;
    top: -7px;
    border-bottom: 8px solid #ffffff;
}
.header-user-list .user-info{
    width: 100%;
    height: 90px;
}
.header-user-list .user-info > a{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    float: left;
    position: relative;
}
.header-user-list .user-info > a:hover{
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.header-user-list .user-info > a > img{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    overflow: hidden;
}
.header-user-list .user-info > a > i{
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.header-user-list .user-info > h1{
    margin: 10px 0 0 0;
    font-size: 18px;
    padding-left: 90px;
}
.header-user-list .user-info > h5{
    margin: 8px 0 0 0;
    font-size: 12px;
    color: #999;
    padding-left: 90px;
    line-height: 150%;
}
.header-user-list .user-info-pc{
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-bottom: 1px solid #eee;
    display: none;
}
.header-user-list .user-info-pc > a{
    text-decoration: none;
    color: #999;
}
.header-user-list .user-cz{
    margin-top: 20px;
    background: #f8fafc;
    padding-top: 10px;
}
.header-user-list .user-cz li{
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 10px;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    padding-left: 40px;
}
.header-user-list .user-cz li:nth-of-type(odd):after{
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: #ddd;
    top: 0;
    right: 0;
}
.header-user-list .user-cz li a{
    color: #555;
    text-decoration: none;
}
.header-user-list .user-cz li a:hover{
    color: #26caac;
}
.header-user-list .user-cz li img{
    position: absolute;
    top: 0;
    left: 20px;
}
.header-user-list .exit-login{
    width: 100%;
    border-top: 1px solid #f1f1f1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
}
.header-user-list .exit-login >a {
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

/*header之消息通知*/
.header-message{
    position:relative;
    float: right;
    width: 30px;
    text-align: center;
    height: 36px;
    margin: 0 18px 0 5px;
}
.header-message> a.ic:hover{
    color: #26caac;
}
.header-message > a.ic{
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 36px;
    padding-top: 9px;
    color: #555;
}
.header-message > a.ic >  i.normal{
    font-size: 17px;
}
.header-message > span.new{
    position: absolute;
    background: #ed3e3e;
    display: inline-block;
    line-height: 15px;
    padding: 1px 4px;
    height: 15px;
    border-radius: 10px;
    color: #fff;
    top:5px;
    left: 15px;
    font-size: 12px;
}
.header-message-pup{
    position: absolute;
    top: 48px;
    right: 0;
    width: 280px;
    height: 400px;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 6px 0 rgba(7,17,27,.15);
    z-index: 11;
    display: none;
}
.header-message-pup:after,.header-message-pup:before{
    content: '';
    position: absolute;
    top: -8px;
    right: 8px;
    z-index: 10;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #eeeeee;
}
.header-message-pup:before{
    z-index: 12;
    top: -7px;
    border-bottom: 8px solid #ffffff;
}
.header-message-pup > .top-wrap{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.header-message-pup > .top-wrap > li{
    float: left;
    width: 50%;
    height: 46px;
    line-height: 46px;
    border-right: 1px solid #eeeeee;
    color: #999;
    cursor: pointer;
}
.header-message-pup > .top-wrap > li:last-child{
    border-right: 0;
}
.header-message-pup > .top-wrap > li > span{
    background-color: #ea5d5c;
    margin-left: 4px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    vertical-align: super;
}
.header-message-pup > .top-wrap > li:hover,.header-message-pup > .top-wrap > li.active{
    color: #26caac;
}
.header-message-pup > .tab-content{
    width: 100%;
    height: 354px;
}
.msg-pup-con{
    width: 100%;
}
.msg-pup-con > .con{
    width: 100%;
    height: 310px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
}
.msg-pup-con > .con::-webkit-scrollbar/*整体部分*/
{
    width: 6px;
    height:7px;
}

.msg-pup-con > .con::-webkit-scrollbar-track/*滑动轨道*/
{
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
    border-radius: 0;
    background: rgba(0,0,0,0.05);
}

.msg-pup-con > .con::-webkit-scrollbar-thumb/*滑块*/
{
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
    background: rgba(0,0,0,0.15);
}

.msg-pup-con > .con::-webkit-scrollbar-thumb:hover/*滑块效果*/
{
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
    background: rgba(0,0,0,0.1);
}
.pup-notice-list,.pup-privateLetter-list{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    font-size: 0;
}
.pup-notice-list:hover,.pup-privateLetter-list:hover{
    background-color: #f8fafc;
}
.pup-notice-list > p{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 10px 20px;
    color: #999;
    font-size: 12px;
    line-height: 180%;
    margin: 0;
}

.pup-privateLetter-list > a{
    display: block;
    text-decoration: none;
    padding: 16px 24px;
}
.pup-privateLetter-list .tx{
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 4px;
}
.pup-privateLetter-list .tx > img{
    width: 100%;
}
.pup-privateLetter-list .names,.pup-privateLetter-list .contents{
    font-size: 12px;
    /*height: 14px;*/
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 14px;
}
.pup-privateLetter-list .names{
    color: #aaaaaa;
    margin-bottom: 6px;
}
.pup-privateLetter-list .contents{
    color: #999999;
}


.msg-pup-con > .mores{
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-top: 1px solid #eeeeee;
    text-align: center;
}
.msg-pup-con > .mores > a{
    text-decoration: none;
    color: #999;
    font-size: 12px;
}
.msg-pup-con > .mores > a:hover{
    color: #26caac;
}

.head-msg-tips{
    width: 100%;
    margin-top: 70px;
    text-align: center;
}
.head-msg-tips > span{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #bbb;
    margin-top: 10px;
}

/*header之教学中心*/
.header-myteach{
    float: right;
    position: relative;
    height: 36px;
}
.header-myteach > a{
    display: inline-block;
    height: 36px;
    line-height: 34px;
    color: #333;
    padding: 0 15px;
    font-size: 14px;
    text-decoration: none;
	border: 1px solid rgba(255,255,255,.4);
    border-radius: 36px;
}
.header-myteach:hover > a,.header-myteach.active > a{
    border: 1px solid rgba(38,202,172,.7);
    color: rgba(255,255,255, 1);
    background: rgba(38,202,172, .6);
}

.header-myteach-list{
    position: absolute;
    top: 36px;
    left: 50%;
    margin-left: -54px;
    width: 108px;
    min-height: 50px;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 6px 0 rgba(7,17,27,.3);
    z-index: 11;
    padding: 5px 0;
    display: none;
}
.header-myteach-list li{
    width: 100%;
    text-align: center;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
}
.header-myteach-list li > a{
    text-decoration: none;
    color: #555;
    font-size: 13px;
    display: block;
}
.header-myteach-list li:hover > a{
    background: #26caac;
    color: #ffffff;
}



@media (max-width: 767px) {
    .header-user-box{
        width: 38px;
        height: 50px;
    }
    .header-user-box > a {
        width: 38px;
        height: 50px;
    }
    .header-user-box > a > span{
        width: 38px;
        height: 38px;
        margin-top: 6px;
    }
    .header-user-box > a > span > img{
        width: 36px;
        height: 36px;
    }
    .header-user-box > a > span > i{
        width: 15px;
        height: 15px;
        background-size: 15px;
    }


    .header-user-list{
        top: 50px;
        width: 120px;
        padding: 0;
    }
    .header-user-list:after,.header-user-list:before{
        top: -6px;
        right: 13px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #eeeeee;
    }
    .header-user-list:before{
        top: -5px;
        border-bottom: 6px solid #ffffff;
    }
    .header-user-list .user-info{
        display: none;
    }
    .header-user-list .user-info-pc{
        display: block;
    }

    .header-user-list .user-cz{
        margin-top: 0;
        background: none;
        padding-top: 0;
    }
    .header-user-list .user-cz li{
        width: 100%;
        margin-bottom: 0;
        height: 34px;
        line-height: 34px;
        padding-left: 0;
    }
    .header-user-list .user-cz li:nth-of-type(odd):after{
        display: none;
    }
    .header-user-list .user-cz li a{
        display: block;
        height: 34px;
        width: 100%;
        padding-left: 38px;
    }
    .header-user-list .user-cz li img{
        position: absolute;
        top: 10px;
        left: 16px;
    }
    .header-user-list .exit-login{
        height: 36px;
        line-height: 36px;
        margin-top: 0;
    }
}

/*手机端打开*/
.wap-open-btns{
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}
.wap-open-btns > span{
    display: inline-block;
    width: 40px;
    height: 50px;
    text-align: center;
}
.wap-open-btns > span > i,.wap-open-btns > span:before,.wap-open-btns > span:after{
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: rgba(51,51,51,.8);
    position: absolute;
    left: 10px;
}
.wap-open-btns > span > i{
    top: 25px;
}
.wap-open-btns > span:before{
    content: '';
    top: 17px;
}
.wap-open-btns > span:after{
    content: '';
    top: 33px;
}
.wap-open-btns.active{
    background: #0d1a27;
}
.wap-open-btns.active > span > i,.wap-open-btns.active > span:before,.wap-open-btns.active > span:after{
    background: rgba(255,255,255,1);
}
@media (max-width: 767px) {
    .wap-open-btns{
        display: block;
    }
}



/*底部*/
.footer-wrap{
    background: #2e2e2e;
    position: relative;
}
.footer-box-top{
    min-height: 100px;
    padding: 30px 0;
}
.footer-box-top .footer-top-left{
    margin-bottom: 20px;
}
.footer-box-top .footer-top-left img{
    max-height: 34px;
}
.footer-box-top .footer-top-left p{
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    margin: 10px 0 0 0;
}
.footer-box-top .footer-top-right{
    padding: 5px 10px;
}
.footer-box-top .footer-top-right > h3{
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
}
.footer-box-top .footer-top-right li{
    margin: 3px 0;
}
.footer-box-top .footer-top-right li > a{
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
}
.footer-box-top .footer-top-right li > a:hover{
    color: rgba(255, 255, 255, 1);
}

.footer-box-top .footer-top-right .code-con{
    width: 100%;
}
.footer-box-top .footer-top-right .code-con > a{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #999;
    text-align: center;
    line-height: 44px;
    color: #999;
    margin-right: 15px;
    margin-bottom: 10px;
}
.footer-box-top .footer-top-right .code-con > a:hover > i{
    color: #ffffff;
}
.footer-box-top .footer-top-right .code-con > a > i{
    font-size: 20px;
}
.footer-box-top .footer-top-right .code-con > a.wb:hover{
    border: 1px solid #ea5d5c;
    background: #ea5d5c;
}
.footer-box-top .footer-top-right .code-con > a.wx:hover{
    border: 1px solid #50b674;
    background: #50b674;
}
.footer-box-top .footer-top-right .code-con > a.wx > div{
    position: absolute;
    top: -130px;
    left: -40px;
    width: 120px;
    height: 120px;
    background: #ffffff;
    display: none;
}
.footer-box-top .footer-top-right .code-con > a.wx:hover > div{
    display: block;
}
.footer-box-top .footer-top-right .code-con > a.wx > div:before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #ffffff;
}
.footer-box-top .footer-top-right .code-con > a.wx > div > img{
    width: 120px;
    height: 120px;
}
@media (max-width: 767px) {
    .footer-box-top .footer-top-right .code-con > a{
        margin: 0 15px 10px 0;
    }
}


.footer-box-bottom{
    background: #1c1f21;
    border-top: 1px solid #111111;
    padding: 20px 0 18px 0;
    text-align: center;
}
.footer-box-bottom span{
    display: block;
    color: rgba(255, 255, 255, .6);
}

button.release, a.release{
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    height: 34px;
    line-height: 34px;
    border: 1px solid #26caac;
    color: #26caac;
    border-radius: 30px;
    margin-left: 10px;
    text-decoration: none;
}
button.release:hover, a.release:hover{
    border: 1px solid #26caac;
    background: #26caac;
    color: #ffffff;
}

.modal-header{
	padding:15px;
}
