@charset "UTF-8";
/***********我的收藏 start*********/
body,.mui-content{ background:#fff;}
.mui-bar-nav~.mui-content{
    padding-top:50px;
}
.mui-bar-nav{ 
    height:50px;
    z-index:991;
    box-shadow:none;
}
.mui-bar-nav.mui-bar .mui-icon{
    z-index:999;
    padding:13px 10px;
}

/* 导航切换 start */
.study_up{
    position:fixed;
    top:50px;
    z-index:991;
    width:100%;
    height:50px;
    background:#fff;
    border-bottom:1px solid #f4f4f4;
    overflow:hidden;
}
.study_tab{
    display: flex;
    width:100%;
    height:50px;
    line-height: 50px;
    background:#fff;
    overflow:hidden;
}
.study_tab li{
    position:relative;
    flex:1;
    font-size:1.5rem;
    color:#333;
    text-align: center;
}
.study_tab li.sel_this{
    color:#000;
    font-weight:bold;
}
.study_tab li.sel_this::after{
    content:'';
    position:absolute;
    bottom:1px;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:4px;
    background:#3b64ea;
    border-radius:10px;
}
/* 导航切换 end */

.study_box{
    margin-top:50px;
}
.study_box .study_item{
    width:100%;
    overflow:hidden;
    display:none;
}
/*我收藏的课程 start*/
.vertical_list{
    width:100%;
    padding-top:15px;
    overflow:hidden;
}
.vertical_list li{
    position:relative;
    width:calc(100% - 30px);
    min-height:95px;
    background:#fff;
    border-radius:7px;
    box-shadow:0 0 5px 1px rgba(0,0,0,.08);
    padding:10px;
    border-bottom:0;
    margin:0 auto 15px;
    overflow:hidden;
    box-sizing: border-box;
}
.vertical_list li .pic{
    float:left;
    width:40%;
    border-radius:5px;
}
.vertical_list li .pic img{
    width:100%;
}
.vertical_list li .text{
    position:absolute;
    top:10px;
    right:10px;
    float:left;
    width:calc(60% - 20px);
    height:calc(100% - 20px);
    margin-left:10px;
}
.vertical_list li a.title{
    width:100%;
    color:#000;
    font-size:1.5rem;
    line-height:26px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
}
.button{
    position:absolute;
    bottom:0;
    width:100%;
    height:30px;
    overflow:hidden;
}
.button a,.button span{
    float:left;
    width:calc((100% - 10px)/2);
    line-height:28px;
    border-radius:40px;
    border:1px solid #3b64ea;
    color:#3b64ea;
    font-size:1.4rem;
    text-align:center;
}
.button span.cancel_btn{
    margin-left:10px;
}
@media(max-width:375px){
    .vertical_list li a.title{
        line-height:24px;
    }
}
@media(max-width:335px){
    .vertical_list li a.title{
        font-size:1.4rem;
        line-height:20px;
    }
    .button{
        height:26px;
    }
    .button a,.button span{
        font-size:1.3rem;
        line-height:24px;
    }
}
/*我收藏的课程 end*/

/*我收藏的试卷、试题 start*/
.record_list{
    width:100%;
    padding-top:15px;
    overflow:hidden;
}
.record_list li{
    width:calc(100% - 30px);
    background:#fff;
    border-radius:6px;
    box-shadow:0 0 5px 1px rgba(0,0,0,.08);
    padding:10px 15px;
    margin:0 auto 15px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.record_list li a{
    display:block;
}
.record_nr{
    position:relative;
    width:100%;
    padding-bottom:14px;
    border-bottom:1px solid #eee;
    overflow:hidden;
}
.record_nr img {
    position:absolute;
    top:50%;
    left:0;
    margin-top:-23px;
    width:34px;
    height:34px; 
}
.record_nr h2{
    width:100%;
    line-height:28px;
    font-size:1.5rem;
    padding-left:35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.record_tool{
    width:100%;
    margin:10px 0 5px;
    overflow:hidden;
}
.record_tool i{
    float:left;
    font-size:1.4rem;
    line-height:32px;
}
.record_tool span{
    float:right;
    width:95px;
    height:32px;
    line-height:32px;
    border:1px solid #3b64ea;
    color:#3b64ea;
    font-size:1.4rem;
    border-radius:40px;
    text-align:center;
}
/*我收藏的试卷、试题 end*/
/*************我的收藏 end************/