@charset "utf-8";

html,
body {
    background: #FDFDFD;
}

.study_wrap {
    padding: 0 0.3rem;
}

.study_tit {
    padding: 0.2rem 0 0.5rem 0;
    font-size: 0;
}

.study_name {
    font-size: 0.4rem;
    color: #333;
    font-weight: bold;
}

.study_live {
    background-color: #fff;
    border-radius: 0.2rem;
    box-shadow: 0px 0px 20px 0px rgba(212, 215, 220, 0.2);
    margin-bottom: 0.7rem;
}

.study_live_tit {
    height: 1.17rem;
    background: url(/images/learning/live_titbg.png) no-repeat center center;
    background-size: 6.9rem 1.17rem;
    padding: 0 0.28rem;
    box-sizing: border-box;
}

.study_live_tit_l {
    font-size: 0;
}

.study_live_tit_l > span {
    font-size: 0.28rem;
    color: #333;
}

.study_live_tit_l > b {
    font-weight: normal;
    font-size: 0.28rem;
    color: #FF8025;
}

.live_rilibtn {
    font-size: 0;
    display: flex;
    align-items: center;
}

.live_rilibtn > span {
    margin-right: 0.05rem;
    font-size: 0.24rem;
    color: #8B8B8B;
}

.arrow_right {
    display: inline-block;
    vertical-align: middle;
    width: 0.11rem;
    height: 0.19rem;
    background: url(/images/learning/arrow_right.png) no-repeat center center;
    background-size: 0.11rem 0.19rem;
}

.live_course_list {
    padding: 0.3rem 0.25rem 0.3rem 0.31rem;
}

.live_course_list_ul > li {
    margin-bottom: 0.5rem;
}

.live_course_time {
    display: flex;
    align-items: center;
    margin-bottom: 0.22rem;
}

.clock_icon {
    width: 0.28rem;
    height: 0.28rem;
    background: url(/images/learning/clock.png) no-repeat center center;
    background-size: 0.28rem 0.28rem;
    margin-right: 0.12rem;
}

.live_course_time > span {
    font-size: 0.26rem;
    color: #333;
}

.live_course_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.live_course_info_l {
    flex: 1;
    margin-right: 0.15rem;
    overflow: hidden;
}

.live_course_info_l > .live_course_info_tit {
    font-size: 0.3rem;
    color: #333;
    margin-bottom: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live_course_info_l > .live_course_info_subtit {
    font-size: 0.24rem;
    color: #999;
}

.live_course_info_subtit > span {
    margin-right: 0.05rem;
}

.live_btn_now {
    width: 1.42rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.25rem;
    background-color: #FF7D1F;
    color: #fff;
    font-size: 0.26rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.live_btn_now > i {
    width: 0.2rem;
    height: 0.18rem;
    background: url(/images/learning/live_now.png) no-repeat center center;
    background-size: 0.2rem 0.18rem;
    margin-right: 0.08rem;
}

.live_btn_no {
    width: 1.42rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #979797;
    border: 1px solid #979797;
    font-size: 0.26rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.open_more_box {
    text-align: center;
    font-size: 0;
}

.open_more {
    transition: 0.3s ease all;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.24rem;
    color: #AAAAAA;
    height: 0.52rem;
    line-height: 0.52rem;
    background: #F9F9F9;
    border-radius: 0.26rem;
    padding: 0 0.22rem;
}

.open_more > i {
    transition: 0.3s ease all;
    display: inline-block;
    vertical-align: middle;
    width: 0.26rem;
    height: 0.15rem;
    background: url(/images/learning/arrow_down.png) no-repeat center center;
    background-size: 0.26rem 0.15rem;
    margin-left: 0.05rem;
}

.course_no {

    font-size: 0.3rem;
    color: #B1B7BE;
    text-align: center;
    padding: 0.85rem 0 0.7rem 0;
}

.open_more_action > i {
    transform: rotate(180deg);
}

.my_course {
    padding-bottom: 0.54rem;
}

.my_course_tit {
    font-size: 0;
    margin-bottom: 0.3rem;
}

.my_course_name {
    font-size: 0.38rem;
    color: #333;
    font-weight: bold;
}

.saixuan_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.saixuan_btn > span {
    font-size: 0.28rem;
    color: #8B8B8B;
    margin-right: 0.08rem;
}
.saixuan_btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.saixuan_btn1 > span {
    font-size: 0.28rem;
    color: #FF7D1F;
    margin-right: 0.08rem;
}

.saixuan_icon {
    width: 0.21rem;
    height: 0.24rem;
    background: url(/images/learning/saixuan.png) no-repeat center center;
    background-size: 0.21rem 0.24rem;
}
.saixuan_action_icon{
    width: 0.21rem;
    height: 0.24rem;
    background: url(/images/learning/saixuan_action.png) no-repeat center center;
    background-size: 0.21rem 0.24rem;
}

/*.my_course_list {*/
/*    margin-bottom: 1.5rem;*/
/*}*/

.my_course_list > li {
    background-color: #fff;
    border-radius: 0.2rem;
    padding: 0.3rem 0.3rem 0.45rem 0.3rem;
    box-shadow: 0px 0px 20px 0px rgba(212, 215, 220, 0.2);
    margin-bottom: 0.3rem;
}
.my_course_list2 > li {
    background-color: #fff;
    border-radius: 0.2rem;
    padding: 0.3rem 0.3rem 0rem 0.3rem;
    box-shadow: 0px 0px 20px 0px rgba(212, 215, 220, 0.2);
    margin-bottom: 0.3rem;
}

.my_course_list_top {
    position: relative;
    padding-right: 0.6rem;
    padding-bottom: 0.36rem;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0.35rem;
}

.my_course_list_top_name {
    margin-bottom: 0.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0;
}

.my_course_list_top_name .my_course_type {
    height: 0.34rem;
    line-height: 0.34rem;
    display: inline-block;
    vertical-align: top;
    font-size: 0.22rem;
    color: #333;
    background-color: #FFDC38;
    padding: 0 0.13rem;
    border-radius: 0.16rem 0.02rem 0.16rem 0.02rem;
    margin-right: 0.2rem;
    margin-top: 0.07rem;
}

.my_course_list_top_name .my_course_name_text {
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
}

.my_course_list_top_time {
    font-size: 0.24rem;
    color: #7B7B7B;
}

.my_course_topping {
    width: 0.2rem;
    height: 0.28rem;
    background: url(/images/learning/top_arrow_normal.png) no-repeat center center;
    background-size: 0.2rem 0.28rem;
    position: absolute;
    right: 0;
    top: 0.1rem;
    z-index: 3;
}

.topping_action {
    background: url(/images/learning/top_arrow.png) no-repeat center center;
    background-size: 0.2rem 0.28rem;
}

.my_course_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my_course_info > li {
    display: flex;
    align-items: center;
}

.my_course_info > li > span {
    font-size: 0.24rem;
    color: #999;
}

.kanke_icon {
    width: 0.23rem;
    height: 0.25rem;
    background: url(/images/learning/kanke.png) no-repeat center center;
    background-size: 0.23rem 0.25rem;
    margin-right: 0.09rem;
}

.shuati_icon {
    width: 0.24rem;
    height: 0.25rem;
    background: url(/images/learning/shuati.png) no-repeat center center;
    background-size: 0.24rem 0.25rem;
    margin-right: 0.09rem;
}

.zehngque_icon {
    width: 0.25rem;
    height: 0.26rem;
    background: url(/images/learning/zhengque.png) no-repeat center center;
    background-size: 0.25rem 0.26rem;
    margin-right: 0.09rem;
}

.cpurse_list_default {
    margin-top: 0.85rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.cpurse_list_default .cpurse_list_default_img {
    width: 2.51rem;
    height: 2.33rem;
    background: url(/images/learning/no_course.png) no-repeat center center;
    background-size: 2.51rem 2.33rem;
    position: relative;
    left: 50%;
    margin-left: -1rem;
    margin-bottom: 0.24rem;

}

.cpurse_list_default h3 {
    font-size: 0.3rem;
    color: #333;
    margin-bottom: 0.09rem;
}

.cpurse_list_default p {
    font-size: 0.26rem;
    color: #999999;
    margin-bottom: 0.47rem;
}

.cpurse_list_default > a {
    width: 3.38rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #FFDC38;
    border-radius: 0.4rem;
    display: block;
    margin: 0 auto;
    font-size: 0.28rem;
    color: #333;
    text-align: center;
}

.saixuan_nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
}

.saixuan_nav .saixuan_navbg {
    transition: 0.3s ease all;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: transparent;
    animation: jianbian 0.3s linear alternate;
    animation-fill-mode: forwards;
}

.saixuan_nav_content {
    width: 5.68rem;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 0.46rem 0.9rem 0.5rem;
    z-index: 5;
    border-radius: 0.3rem 0 0 0.3rem;
    animation: huadong 0.3s linear alternate;
    animation-fill-mode: forwards;

}

@keyframes huadong {
    from {
        right: -100%;
    }

    /*动画动作*/
    to {
        right: 0;
    }
}

@keyframes jianbian {
    from {
        background: rgba(51, 51, 51, 0);
    }

    /*动画动作*/
    to {

        background: rgba(51, 51, 51, 0.5);
    }
}

.saixuan_nav_content_tit {
    padding: 0.3rem 0 0.45rem 0;
    font-size: 0.38rem;
    font-weight: bold;
    color: #333333;
}

.saixuan_nav_ul {
    position: absolute;
    left: 0.5rem;
    right: 0.46rem;
    top: 1.34rem;
    bottom: 2.2rem;
    z-index: 5;
    overflow-y: auto;
}

.saixuan_nav_ul > li {
    margin-bottom: 0.1rem;
}

.saixuan_nav_ul > li .saixuan_nav_ul_tit {
    font-size: 0.32rem;
    color: #333;
    margin-bottom: 0.32rem;
    font-weight: bold;
}

.saixuan_nav_ul_btnlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.saixuan_nav_ul_btnlist > a {
    width: 2.1rem;
    height: 0.66rem;
    line-height: 0.66rem;
    background: #F8F8F8;
    border-radius: 0.33rem;
    margin-bottom: 0.4rem;
    font-size: 0.28rem;
    color: #5D5D5D;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #F8F8F8;
}

.saixuan_nav_ul_btnlist .saixuan_action {
    background: #FFFAE4;
    border: 1px solid #FDCA00;
    color: #333;
}

.saixuan_tool {
    position: absolute;
    left: 0.57rem;
    right: 0.45rem;
    bottom: 0.91rem;
    z-index: 5;
    display: flex;
    justify-content: space-between;
}

.saixuan_tool > a {
    width: 2.18rem;
    height: 0.74rem;
    line-height: 0.74rem;
    font-size: 0.32rem;
    text-align: center;
    border-radius: 0.37rem;
}

.saixuan_tool > a:nth-child(1) {
    background: #fff;
    color: #8B8B8B;
    border: 1px solid #A7A7A7;
}

.saixuan_tool > a:nth-child(2) {
    color: #333333;
    background: #FFDC38;
    border: 1px solid #FFDC38;
}
/*限制a标签字数即内容*/
.list {
    font-size: 14px;
    width: 200px;
    display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*刷新*/
.my_course_res{
    text-align: center;
    font-size: 0.22rem;
    color: #999;
    margin-bottom: 0.5rem;
}

/*学习内容展示更多*/
.show_study{
    padding-bottom: 1.36rem;
}

