@charset "UTF-8";
/*公共样式 start*/
@font-face{
    font-family:'FZBIAOYSJW';
    src: url('https://zy.sizhengke.net/pdf/font/FZBIAOYSJW.TTF');
}
html {
    font-size: 62.5%;
    height:100%;
}
body{
    font-size: 1.5rem;
    background:#fff;
    list-style:none;
    font-family:'FZBIAOYSJW'!important;
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,dt+dd{
    margin:0;
    padding:0;
    list-style:none;
    font-weight:400;
    color:#3a3a3a;
    font-size: 1.5rem;
}
img{
    vertical-align:middle;
    border:none;
}
.left{float:left;}
.right{float:right;}
.clear:after{
    content:'';
    clear:both;
    display:block;
}
.clear{clear:both;}
.clearfloat:after{
    display:block;
    content:'';
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfloat{zoom:1;}
a{
    color:#333;
    text-decoration:none;
}
a:active{
    color:#333;
}
i{
    font-style:normal;
}
input,button{
    border:0;
    outline:none;
    margin:0;
    padding:0;
}
em{
    font-style:normal;
}
.mui-content{
    background:#fff;
}
/*公共样式 end*/

/*头部 start*/
.mui-bar-nav{
    z-index:999;
    background:#fff;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.1);
    box-shadow: 0 1px 6px rgba(0,0,0,.1);
}
.mui-bar .mui-title{
    color:#000;
    font-size:1.6rem;
}
.mui-bar-nav.mui-bar .mui-icon{
    color:#000;
}
.mui-pull-left{
    position:relative;
    z-index:999;
}
.mui-pull-left img{
    width:78px;
}
/*头部 end*/

/*导航按钮 start*/
.nav{
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
.nav_list{
    width:100%;
    overflow:hidden;
}
.nav_list{
    width:100%;
    overflow:hidden;
}
.nav_list li{
    float:left;
    width:20%;
    margin-bottom:5px;
}
.nav_list li a{
    display:block;
    text-align:center;
}
.nav_list li img{
    width:50%;
    max-width:80px;
}
.nav_list li span{
    display:block;
    font-size:1.4rem;
    line-height:30px;
}
/*导航按钮 end*/

/*课程列表 start*/
.course_list{
    width:96%;
    margin:0 auto;
    overflow:hidden;
}
.course_list li{
    float:left;
    width:50%;
    padding:0 5px 10px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.course_list li a{
    display:block;
    width:100%;
    background:#fff;
    border-radius:5px;
    box-shadow:0 1px 5px rgba(0,0,0,.1);
}
.course_list li img{
    width:100%;
    border-radius:5px 5px 0 0;
}
.course_nr{
    width:100%;
    height:8.1rem;
    padding:.8rem;
    margin:0 auto;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.course_nr p{
    font-size:1.5rem;
    line-height:2rem;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
}
.course_nr span{
    display:block;
    width:100%;
    height:2rem;
    line-height:2rem;
    color:#999;
    font-size:1.3rem;
    text-align: left;
    margin-top:0.5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*课程列表 end*/

/*底部 start*/
.mui-bar-tab~.mui-content{
    padding-bottom:80px;
}
.mui-bar-tab{
    z-index:899;
    background:#fff;
    border-top:1px solid #eee;
    box-shadow: none;
}
.mui-bar-tab .icon{
    display:block;
    width:26px;
    height:26px;
    margin:0 auto;
}
.mui-bar-tab .icon1{
    background:url("../images/icon_home1.png") no-repeat center;
    background-size:cover;
}
.mui-bar-tab .mui-active .icon1{
    background:url("../images/icon_home2.png") no-repeat center;
    background-size:cover;
}
.mui-bar-tab .icon2{
    background:url("../images/icon_subject1.png") no-repeat center;
    background-size:cover;
}
.mui-bar-tab .mui-active .icon2{
    background:url("../images/icon_subject2.png") no-repeat center;
    background-size:cover;
}
.mui-bar-tab .icon3{
    margin-top:-25px;
    width:50px;
    height:50px;
    background:url("../images/icon_class1.png") no-repeat center;
    background-size:cover;
}
.mui-bar-tab .mui-active .icon3{
    background:url("../images/icon_class2.png") no-repeat center;
    background-size:cover;
}
.mui-bar-tab .icon4{
    background:url("../images/icon_test1.png") no-repeat center;
    background-size:cover;
}
.mui-bar-tab .mui-active .icon4{
    background:url("../images/icon_test2.png") no-repeat center;
    background-size:cover;
}
.mui-bar-tab .icon5{
    background:url("../images/icon_way1.png") no-repeat center;
    background-size:cover;
}
.mui-bar-tab .mui-active .icon5{
    background:url("../images/icon_way2.png") no-repeat center;
    background-size:cover;
}
.mui-bar-tab .mui-tab-item{
    overflow:visible;
}
.mui-bar-tab .mui-tab-item .mui-tab-label{
    display: block;
    font-size:1.3rem;
    line-height:22px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mui-bar-tab .mui-tab-item.mui-active{
    color:#c91418;
}
/*底部 end*/

/*弹窗 start*/
.mui-popup-title+.mui-popup-text{
    font-size:1.4rem;
}
.mui-popup-button:first-child{
    border-right:1px solid rgba(0,0,0,.2);
}
.mui-popup-button:after{
    background:#fff;
}
/*弹窗 end*/

/*暂无内容 start*/
.none_tu{
    width:100%;
    margin:50px 0;
    text-align: center;
    overflow:hidden;
}
.none_tu img{
    width:60%;
}
.none_tu p{
    font-size:1.6rem;
    color:#999;
    margin:1rem 0;
}
/*暂无内容 start*/

/*表单 start*/
.mui-input-group:before,.mui-input-group:after{
    height:0;
}
/*表单 start*/
.mui-popup-backdrop{z-index:999!important;}
/*固定下拉 start*/
.drop{
    position:fixed;
    z-index:999;
    width:100%;
    background:#fff;
    border-bottom:1px solid #eee;
}
.drop_btn{
    width:100%;
    height:35px;
    background:#fff;
    line-height:35px;
    padding:0 10px;
    color:#666;
    font-size: 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.drop_btn>span{
    float:left;
    width:50%;
    text-align: center;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.drop_btn span i{
    vertical-align:-2px;
}
.drop_btn span.all{
    float:right;
}
.drop_btn span.all img{
    width:18px;
    vertical-align:-4px;
}
/*日期 start*/
.date_nav {
    position:fixed;
    z-index:9999;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    border-top:1px solid #eee;
    overflow-y:scroll;
    display:none;
}
.date_list{
    position:absolute;
    left:0;
    width:100%;
    min-height:160px;
    background:#fff;
    padding:10px 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.date_list li{
    float:left;
    line-height:35px;
    font-size:1.5rem;
    margin-right:20px;
}
.date_list li.red{
    color:#c91418;
}
.date_list li:last-child{
    margin:0;
}
/*日期 end*/

/*全部分类 start*/
.kinds_nav {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
    display:none;
}
.kinds_nav .close_btn {
    width:100%;
    height:45px;
    line-height:45px;
    font-size:1.8rem;
    border-bottom:1px solid #eee;
    text-align:center;
    overflow:hidden;
}
.kinds_nav .close_btn span {
    position: fixed;
    top:0;
    left: 0;
    width:30px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    color: #999;
    margin-left:10px;
    overflow: hidden;
}

.kinds_item{
    position:absolute;
    left:0;
    width:100%;
    height:calc(100% - 50px);
    background:#fff;
    overflow-y: scroll;
}
.kinds_list{
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
.kinds_list dt{
    width:100%;
    font-size:1.5rem;
    padding:0 4% 10px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.kinds_list dt a{
    display:block;
}
.kinds_list dd{
    width:100%;
    padding:0 4%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.kinds_list dd a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    float:left;
    width:48%;
    height:60px;
    background:#f2f2f2;
    border-radius:5px;
    font-size:1.4rem;
    padding:0 8px;
    margin: 0 4% 10px 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.kinds_list dd span {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.kinds_list dd a:nth-child(2n){
    margin-right:0;
}
/*全部分类 end*/
/*固定下拉 end*/

/*更多课程列表 start*/
.course_vertical{
    width:100%;
    overflow:hidden;
}
.vertical_list{
    width:100%;
    overflow:hidden;
}
.vertical_list li{
    position:relative;
    width:100%;
    padding:10px 4%;
    border-bottom:1px solid #eee;
    overflow:hidden;
}
.vertical_list li a{
    display:block;
}
.vertical_list li img{
    float:left;
    width:38%;
    border-radius:5px;
}
.vertical_list li .list_main{
    float:left;
    width:60%;
    margin-left:2%;
}
.list_main h3{
    width:100%;
    color:#000;
    line-height:2rem;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
}
.list_main .list_text{
    position:absolute;
    bottom:10px;
    width:56%;
}
.list_main .list_text span{
    display:block;
    width:100%;
    line-height:2rem;
    font-size:1.4rem;
    color:#999;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
@media(min-width:375px){
    .list_main h3{
        line-height:2.3rem;
    }
}
@media(max-width:335px){
    .list_main .list_text span{
        line-height:1.6rem;
        font-size:1.3rem;
    }
}
/*更多课程列表 end*/

/*试卷列表 start*/
.section{
    width:92%;
    margin:0 auto;
}
.section li{
    position: relative;
    width:100%;
    padding:10px;
    background:#fff;
    border-radius:6px;
    box-shadow:0 1px 5px rgba(0,0,0,.1);
    margin-bottom:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section li span{
    position: absolute;
    top:18px;
    left:10px;
    width:34px;
    height:34px;
    background:url("../images/icon_test.png") no-repeat center;
    background-size:cover;
    border-radius:0;
    box-shadow:none;
}
.section li h3{
    width:100%;
    line-height:26px;
    padding:0 0 0 40px;
    color:#000;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section li p{
    width:100%;
    height:26px;
    line-height:26px;
    padding:0 0 0 40px;
    font-size:1.4rem;
    color:#888;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*试卷列表 end*/
/*试题列表 start*/
.quest{
    width:92%;
    margin:0 auto;
}
.quest li{
    position: relative;
    width:100%;
    padding:10px;
    background:#fff;
    border-radius:6px;
    box-shadow:0 1px 5px rgba(0,0,0,.1);
    margin-bottom:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.quest li span{
    position: absolute;
    top:18px;
    left:10px;
    width:34px;
    height:34px;
    background:url("../images/icon_test.png") no-repeat center;
    background-size:cover;
    border-radius:0;
    box-shadow:none;
}
.quest li h3{
    width:100%;
    line-height:26px;
    padding:0 0 0 40px;
    color:#000;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.quest li p{
    width:100%;
    height:26px;
    line-height:26px;
    padding:0 0 0 40px;
    font-size:1.4rem;
    color:#888;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*试题列表 end*/

/*搜索图标 start*/
.mui-bar .mui-icon-search{
    width:22px;
    height:22px;
    background:url("../images/icon_search.png") no-repeat center;
    background-size:cover;
    font-size:0;
    top:10px;
    right:10px;
}
/*搜索图标 end*/
.introduction pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}