@charset "UTF-8";
/************************分类导航 start**************************/
.classify{
    position:fixed;
    left:0;
    top:49px;
    width:100%;
    height:calc(100% - 49px);
    overflow-y:scroll;

}
.kinds_list{
    width:92%;
    margin:10px auto;
    overflow:hidden;
}
.fenlei{
    width:100%;
    padding:5px 0;
    line-height:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.kinds_list a.tit{
    font-size:1.5rem;
    border-left:5px solid #e50d01;
    padding-left:10px;
}
.kinds_item{
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
.kinds_item li{
    float:left;
    width:48%;
    height:35px;
    line-height:35px;
    background:#f4f4f4;
    border-radius:20px;
    font-size:1.3rem;
    text-align:center;
    margin:0 4% 10px 0;
    overflow:hidden;
}
.kinds_item li a{
    display:block;
    width:100%;
    height:35px;
    line-height:35px;
    background:#fff;
    padding:0 10px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.kinds_item li:nth-child(2n){
    margin-right:0;
}

.data_nav{
    width:100%;
    background:#fff;
    border-radius:5px;
    padding:10px;
    margin-top:5px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.data_nav p{
    line-height:30px;
}
.data_nav p i{ color:#e50d01;}
/************************分类导航 end**************************/

/************************课程分类 start**************************/
.am-header-default .am-header-title a{
    float:left;
    width:95%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/************************课程分类 end**************************/

/************************我的课程 start**************************/
.my_course{
    width:92%;
    margin:0 auto;
    overflow:hidden;
}
.course_list{
    width:100%;
    overflow:hidden;
}
.course_list li{
    width:100%;
    height:70px;
    line-height:70px;
    background:#fff;
    border-radius:5px;
    padding:0 15px;
    font-size:1.6rem;
    margin-top:15px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.course_list li a{
    display:block;
}
.course_list li img{
    width:30px;
    vertical-align:-8px;
    margin-right:5px;
}
.course_list li i{
    float:right;
    font-size:2.2rem;
    color:#999;
}
/************************我的课程 end**************************/

/************************学习中的课程 start********************/
.more_list .am-list .am-list-item-text a.delete{
    position:absolute;
    right:0;
    bottom:0;
    background:#e50d01;
    color:#fff;
    border-radius:3px;
    padding:0 6px;
}
/************************学习中的课程 end**********************/

/************************课程检索 start***********************/
.search{
    width:92%;
    background:#fff;
    border-radius:5px;
    padding:1rem 1rem .1rem;
    margin:15px auto;
    box-shadow:0 0 10px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.am-form-group{
    position:relative;
}
.am-form-group span.tag{
    position:absolute;
    left:0;
    top:0;
    width:70px;
    height:3.2rem;
    line-height:3.2rem;
    background:#e50d01;
    color:#fff;
    text-align: center;
    overflow:hidden;

}
.am-form-group input[type=text],
.am-form-group input[type=text]:focus,
.am-form-group select,
.am-form-group select:focus{
    background-color:#f2f2f2;
    border-radius:5px;
    border:0;
    padding:1rem;
}
.am-form-group input[type=text].half,
.am-form-group select.half{
    padding:1rem 0 1rem 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.am-form-group .btn{
    display:block;
    width:100%;
    background:#e50d01;
    border-radius:5px;
    color:#fff;
    font-size:1.6rem;
    padding:.8rem 0;
    text-align:center;
    overflow:hidden;
}
.search .am-radio{
    min-height:3.2rem;
    line-height:3.2rem;
    margin-bottom:20px;
}
label{
    font-weight:normal;
}
.am-radio label{
    float:left;
}
.am-form-group .time1{
    float:right;
    width:78%;
}
input[type=radio]{
    margin:14px 0 0;
}
.time2{
    float:right;
    width:78%;
}
.time2 input[type=text]{
    float:left;
    width:48%;
}
.time2 input[type=text].kuang2{
    margin-left:4%!important;
}

.search_title{
    width:100%;
    height:30px;
    line-height:30px;
    background:#e50d01;
    color:#fff;
    font-size:1.5rem;
    padding:0 10px;
    margin-bottom:.6rem;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media(max-width:370px){
    .am-form-group .time2{
        width:74%;
    }
}

/*视频检索 start*/
.shipin_nav{
    position:relative;
    width:100%;
    border-bottom:1px solid #eee!important;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shipin_nav a{
    display:block;
}
.shipin_nav a>img{
    position:absolute;
    width:50px;
    height:50px;
}
.shipin_nav a .shipin_nr{
    width:100%;
    line-height:25px;
    padding-left:60px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shipin_nav a .shipin_nr h3{
    width:100%;
    height:25px;
    line-height:25px;
    font-size:1.4rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.shipin_nav a .shipin_nr span{
    color:#757575;
    font-size:1.3rem;
}
/*视频检索 end*/
/************************课程检索 end***********************/