@charset "utf-8";
.blue{
    color: #185FFF!important;
}
.mainBox2{
    margin-bottom: 80px;
}
.main_box_fixed{
    margin-top: 40px;
}
.head_swiper{
    margin:0 15px;
    padding-top: 11px;
    position: relative;
}
.head_swiper .swiper{
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 13px;
}
.head_swiper .swiper .head_img{
    width: 100%;
    height: 100%;
    border-radius: 13px;
}
.head_swiper .swiper .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.8;
}
.head_swiper .swiper .swiper-pagination-bullet-active{
    background: #fff;
    width: 15px;
    border-radius: 2px;;
}
.btn_box{
    margin: 12px 7px;
    flex-wrap: wrap;
}
.btn_box .index_btn{
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    text-align: center;
}
.btn_box .index_btn img{
    width: 69px;
    height: 69px;
}
.btn_box .index_btn .btn_txt{
    font-size: 12px;
    color: #232526;
    text-align: center;
    margin-top: -10px;
    max-width: 69px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.notice_txt{
    margin: 0 15px;
    background: rgba(24,95,255,0.08);
    border-radius: 11px;
    padding: 0 18px;
    box-sizing: border-box;
}
.notice_txt span{
    line-height: 50px;
    vertical-align: middle;
    font-size: 14px;
}
.notice_txt .icon_bell{
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url("../img/icon_bell.png")center no-repeat;
    background-size: 100%;
}
.notice_txt span.blue{
    display: inline-block;
    line-height: 1;
   margin-left: 9px;
    max-width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.common_block{
    margin: 15px;
}

.common_tit{
    margin-bottom: 18px;
}
.common_tit .left{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    float: left;
}
.common_tit .right{
    font-size: 14px;
    color: #999999;
    float: right;
}
.common_tit .right .icon_back{
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url("../img/nav_back.png")center no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
}
.common_block .news_list{
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(194,194,194,0.17);
    border-radius: 11px;
}
.common_block .news_list li{
    line-height: 50px;
    padding: 0 18px;
}
.common_block .news_list li .msg{
    font-size: 14px;
    color: #232526;
    max-width: 73%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    float: left;
}
.common_block .news_list li .time{
    font-size: 14px;
    color: #999999;
    float: right;
}
.nav_img{
    margin: 0 15px;
    font-size: 0;
}
.nav_img img{
    width: 48.5%;
    height: 90px;
    border-radius: 11px;
}
.nav_img img:first-child{
    margin-right: 3%;
}
.month_block{
    padding-left: 47px;
    position: relative;
    line-height: 44px;
    overflow: hidden;
}
.month_block .month{
    font-size: 16px;
    color: #000000;
    position: absolute;
    left: 0;
}
.month_block .month_scroll{
    overflow-x: auto;
}
.month_block .date_choose{
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
}
.month_block .date{
    display: block;
    width: 44px;
    height: 44px;
    font-size: 16px;
    text-align: center;
    margin-right: 12px;
    font-weight: bold;
    color: #000000;
    background: #FFFFFF;
    box-shadow: 0 1px 8px 0 rgba(194,194,194,0.17);
    border-radius: 9px;
    filter: blur(0px);
    position: relative;
}
.month_block .date.this{
    color: #ffffff;
    background: linear-gradient(90deg, rgba(24,95,255,0.69) 0%, #185FFF 100%);
    box-shadow: 0px 2px 16px 0px rgba(194,194,194,0.17);
}
.month_block .date .dot{
    width: 5px;
    height: 5px;
    background: #FF5757;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
}
.events{
    margin-top: 11px;
    display: flex;
    width: max-content;
}
.events .events_btn{
    font-size: 14px;
    color: #5C5C5C;
    margin-right: 5.8%;
    position: relative;
    z-index: 1;
    min-width: max-content;
}
.events .events_btn:last-child{
    margin-right: 0;
}
.events .events_btn .checked{
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, rgba(24,95,255,0) 0%, #185FFF 100%);
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 2px;
}
.events .events_btn.this{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.events .events_btn.this .checked{
    width: 95%;
    transition: all 0.5s ease-in-out;
}
.events_box .events_list{
    margin-top: 11px;
}
.events_box .events_list li{
    overflow: hidden;
    position: relative;
    margin-bottom: 17px;
}
.events_box .events_list .events_left{
    float: left;
}
.events_box .events_list .events_left .icon_dot{
    display: block;
    width: 8px;
    height: 8px;
    margin-top: 6px;
}
.events_list .green_events .events_left .icon_dot{
    background: url("../img/dot_hd.png")center no-repeat;
    background-size: 100%;
}
.events_list .blue_events .events_left .icon_dot{
    background: url("../img/dot_dcxm.png")center no-repeat;
    background-size: 100%;
}
.events_list .yellow_events .events_left .icon_dot{
    background: url("../img/dot_js.png")center no-repeat;
    background-size: 100%;
}
.events_list .red_events .events_left .icon_dot{
    background: url("../img/dot_shsj.png")center no-repeat;
    background-size: 100%;
}
.events_box .events_list .events_left .line{
    width: 1px;
    height: 400px;
    opacity: 0.8;
    border-left: 1px dashed #999999;
    margin-left: 3px;
    position: absolute;
}
.events_box .events_list .events_right{
    float: left;
    margin-left: 9px;
    width: 94%;
}
.events_right .right_head{
    font-size: 12px;
    color: #000000;
    margin-bottom: 9px;
}
.events_right .right_head .kinds{
    display: inline-block;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    margin-right: 7px;
}
.green_events .events_right .right_head .kinds{
    background: linear-gradient(90deg, #23D0CB 0%, #13BF86 100%);
}
.blue_events .events_right .right_head .kinds{
    background: linear-gradient(90deg, #1680FF 0%, #1D64FF 100%);
}
.yellow_events .events_right .right_head .kinds{
    background: linear-gradient(90deg, #FFBE5C 0%, #FF8D36 100%);
}
.red_events .events_right .right_head .kinds{
    background: linear-gradient(90deg, #FF8077 0%, #FA402F 100%);
}
.events_right .right_block{
    background: #FFFFFF;
    box-shadow: 0 1px 8px 0 rgba(194,194,194,0.17);
    border-radius: 11px;
    width: 100%;
    padding: 17px;
    box-sizing: border-box;
    display: flex;
}
.events_right .right_block img{
    width: 84px;
    height: 59px;
    margin-top: 5px;
}
.events_right .right_block .massage{
    margin-left: 10px;
    width: 70%;
}
.events_right .right_block .massage .name{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.green_events .events_right .right_block .massage .name{
    max-width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.blue_events .events_right .right_block .massage .name{
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.events_right .right_block .massage .tag{
   font-size: 0;
    margin-top: 5px;
}
.events_right .right_block .massage .tag span{
    display: inline-block;
    line-height: 17px;
    padding: 0 4px;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 4px;
    margin-bottom: 1px;
}
.events_right .right_block .massage .tag .red_txt{
    background:rgba(255,87,87,0.08);
    color: #FF5757;
}
.events_right .right_block .massage .tag .blue_txt{
    background:rgba(69,112,253,0.08);
    color: #4570FD;
}
.events_right .right_block .massage .tag .green_txt{
    background:rgba(28,194,62,0.08);
    color: #1CC23E;
}
.events_right .right_block .massage .enroll{
    font-size: 14px;
    color: #5C5C5C;
    margin-top: 5px;
}
.slide_up{
    font-size: 12px;
    color: #000000;
    text-align: center;
}
.slide_up .slide_arrow{
    display: inline-block;
    width: 11px;
    height: 12px;
    background: url("../img/list_up.png")center no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-top: -2px;
}
.bot_meau{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 62px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0 1px 8px 0 rgba(194,194,194,0.17);
    border-radius: 30px 30px 0 0;
    padding: 12px 5px;
    box-sizing: border-box;
    justify-content: space-around;
    z-index: 1000;
}
.bot_meau .bot_btn{
   width: 25%;
}
.bot_btn .index_click,.bot_btn .twoclass_click,.bot_btn .massage_click,.bot_btn .my_click{
    width: 23px;
    height: 23px;
    margin: 0 auto;
}
.bot_btn .index_click{
    background: url("../img/index_unclick.png")center no-repeat;
    background-size: 100%;
}
.bot_btn .twoclass_click{
    background: url("../img/twoclass_unclick.png")center no-repeat;
    background-size: 100%;
}
.bot_btn .massage_click{
    background: url("../img/messege_unclick.png")center no-repeat;
    background-size: 100%;
}
.bot_btn .my_click{
    background: url("../img/my_unclick.png")center no-repeat;
    background-size: 100%;
}
.bot_btn .bot_btn_txt{
    font-size: 12px;
    color: #959AA9;
    text-align: center;
    margin-top: 4px;
}
.bot_btn.this .bot_btn_txt{
    color: #185FFF;
}
.bot_btn.this .index_click{
    background: url("../img/index_click.png")center no-repeat;
    background-size: 100%;
}
.bot_btn.this .twoclass_click{
    background: url("../img/twoclass_click.png")center no-repeat;
    background-size: 100%;
}
.bot_btn.this .massage_click{
    background: url("../img/messege_click.png")center no-repeat;
    background-size: 100%;
}
.bot_btn.this .my_click{
    background: url("../img/my_click.png")center no-repeat;
    background-size: 100%;
}
.twoclass_btn{
    display: flex;
    padding: 70px 7px 0 7px;
    display: flex;
    justify-content: space-between;
}
.twoclass_btn .top_btn.this{
    background: rgba(24,95,255,0.12);
    border-radius: 20px;
    background-size: 63px 90px;
}
.twoclass_btn .top_btn {
    text-align: center;
    height: 90px;
}
.twoclass_btn .top_btn img {
    width: 69px;
    height: 69px;
}
@media only screen and (max-width: 320px) {
    .twoclass_btn .top_btn img {
        width: 58px;
        height: 58px;
    }
}
@media only screen and (max-width: 280px) {
    .twoclass_btn .top_btn img {
        width: 49px;
        height: 49px;
    }
}
@media only screen and (max-width: 280px) {
    .twoclass_btn .top_btn {
        text-align: center;
        height: 75px;
    }
}
.twoclass_btn .btn_txt{
    font-size: 12px;
    color: #232526;
    margin-top: -5px;
}
.course_list ul li{
    padding: 12px 18px 18px 18px;
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(194,194,194,0.17);
    border-radius: 11px;
    margin-top: 15px;
}
.course_list ul li .course_name,.events_list li .course_name{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.course_list ul li .message,.events_list li .message{
    font-size: 14px;
    color: #5C5C5C;
    display: flex;
    margin: 7px 0;
}
.course_list ul li .message .message_div{
    width: 50%;
}
.course_list ul li .black,.events_list li .black{
    color: #000000!important;
}
.course_list ul li .request,.events_list li .request{
    font-size: 14px;
    color: #5C5C5C;
    margin-bottom: 10px;
}
.events_list li .request{
    padding-bottom: 0;
    border: none;
    padding-left: 39px;
    position: relative;
}
.events_list li .request .black{
    position: absolute;
    left: 0;
    top: 0;
}
.course_list ul li .rules{
    padding-top: 10px;
    font-size: 14px;
    color: #FFA21A;
    padding-left: 85px;
    position: relative;
    border-top: 1px solid #F3F3F3;;
}
.course_list ul li .rules .rules_txt{
    position: absolute;
    left: 0px;
    top: 10px;
}
.course_list ul li .rules .rules_icon{
     display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/icon_coin.png")center no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-top: -3px;
}
.course_btn{
    line-height: 39px;
    background: rgba(24,95,255,0.08);
    border-radius: 4px;
    font-size: 12px;
    margin-top: 11px;
    color: #185FFF;
    text-align: center;
}
.course_btn.no_find_btn{
    margin: 20px 15px;
}
.arrow_icon{
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url("../img/arrow_blue.png")center no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 4px;
}
.mainBody_a.mainBody .background {
    height: 274px;
    background:url("../img/my_top_bg.png")center no-repeat;
    background-size: 100% 100%;
}
.my_btn_box{
    padding:22px 7px;
    background: #FFFFFF;
    box-shadow: 0 1px 8px 0 rgba(194,194,194,0.17);
    border-radius: 11px;
    box-sizing: border-box;
    margin: 12px 15px;
    display: flex;
}
.my_btn_box .index_btn{
    width: 23%;
    margin-bottom: 12px;
}
.my_btn_box .index_btn img {
    display: block;
    width: 31px;
    height: 33px;
    margin: 0 auto;
}
.my_btn_box .index_btn .btn_txt {
    margin-top: 6px;
    white-space: pre-wrap;
    max-width: max-content;
    margin: 0 auto;
}
.my_box{
    padding: 23px 15px 3px 15px;
}
.my_box .my_msg{
    float: left;
    margin-top: 25px;
}
.my_box .my_msg .head_img{
    width: 47px!important;
    height: 47px!important;
    background: #F9FBFF;
    border-radius: 16px;
    border: 1px solid #FFFFFF;
    display: inline-block;
    vertical-align: middle;
}
.my_box .my_msg .my_name{
    display: inline-block;
    vertical-align: middle;
}
.my_box .my_msg .my_name .name{
    font-size: 16px;
    font-weight: bold;
    color: #232526;
}
.my_box .my_msg .my_name .greet{
    font-size: 12px;
    color: #5C5C5C;
    margin-top: 6px;
}
.my_box .my_chart{
    float: right;
    height: 98px;
    width: 98px;
    background: linear-gradient(129deg, #FFFFFF 0%, rgba(255,255,255,0.7) 100%);
    border-radius: 50%;
}
.my_box .my_chart .echart_item{
    height: 100%;
}
.my_chart .circle-info, .circle-info-half {
    font-size: 12px;
    color: #5C5C5C;
    margin-top: 3px;
}
.my_chart .circle-text{
    line-height: 80px!important;
}

.events_right .right_head .left{
    float: left;
}
.events_right .right_head .right{
    color: #185FFF;
    float: right;
}
.assess_box{
    background: #FFFFFF;
    box-shadow: 0 1px 8px 0 rgba(194,194,194,0.17);
    border-radius: 11px;
    padding: 45px 21px;
    margin-bottom: 22px;
    position: relative;
}
.assess_box .scores{
    float: left;
}
.assess_box .scores .num{
    font-size: 40px;
    font-weight: bold;
    color: #185FFF;
}
.assess_box .scores .txt{
    font-size: 12px;
    color: #5C5C5C;
}
.assess_box .assess_chart{
    width: 170px;
    height: 170px;
    position: absolute;
    right: 15px;
    top: 5px;
}
.assess_box .assess_chart .echart_item {
    position: relative;
    font-size: 12px;
    height: 100%;
}
.events_box .no_find{
     text-align: center;
    margin-top: 27px;
}
.events_box .no_find img {
    height: 142px;
}
.events_box .no_find .no_txt{
    font-size: 14px;
    color: #999999;
}
.credit_tips{
    margin-top: 10px;
    background: rgba(24,95,255,0.08);
    border-radius: 11px;
    padding: 18px;
}
.credit_tips .tips_txt{
    font-size: 14px;
    color: #232526;
    margin-bottom: 9px;
}
.credit_tips .tips_time{
    font-size: 14px;
    color: #5C5C5C;
}
.credit_tips .tips_time .time{
    color: #185FFF ;
}
.credit_tips .tips_time .time .arrow_icon{
    margin-top: -3px;
    margin-left: 2px;
}
.fixed_block1{
    position: fixed;
    top: 0;
    z-index: 1000;
}
.fixed_block2.structure{
    background: #F7F7FA;
    z-index: 1000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    width: 85%;
}
.fixed_block2.structure .month{
    left: 15px;
}
.events_scroll.flex{
    z-index: 1000;
    background: #F7F7FA;
    width: 91%;
    margin: 0 15px;
}
.events_scroll{
    overflow-x: auto;
    padding-bottom: 8px;
}
.swiper_notice{
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
    width: 76%;
    overflow: hidden;
}
.bot_meau{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 62px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0 1px 8px 0 rgba(194,194,194,0.17);
    border-radius: 30px 30px 0 0;
    padding: 12px 5px;
    box-sizing: border-box;
    justify-content: space-between;
    z-index: 1000;
}
.bot_meau .bot_btn{
    width: 25%;
}
.bot_btn .index_click,.bot_btn .twoclass_click,.bot_btn .massage_click,.bot_btn .my_click{
    width: 23px;
    height: 23px;
    margin: 0 auto;
}
.bot_btn .index_click{
    background: url("../img/index_unclick.png")center no-repeat;
    background-size: 100%;
}
.bot_btn .twoclass_click{
    background: url("../img/twoclass_unclick.png")center no-repeat;
    background-size: 100%;
}
.bot_btn .massage_click{
    background: url("../img/messege_unclick.png")center no-repeat;
    background-size: 100%;
}
.bot_btn .my_click{
    background: url("../img/my_unclick.png")center no-repeat;
    background-size: 100%;
}
.bot_btn .bot_btn_txt{
    font-size: 12px;
    color: #959AA9;
    text-align: center;
    margin-top: 4px;
}
.bot_btn.this .bot_btn_txt{
    color: #185FFF;
}
.bot_btn.this .index_click{
    background: url("../img/index_click.png")center no-repeat;
    background-size: 100%;
}
.bot_btn.this .twoclass_click{
    background: url("../img/twoclass_click.png")center no-repeat;
    background-size: 100%;
}
.bot_btn.this .massage_click{
    background: url("../img/messege_click.png")center no-repeat;
    background-size: 100%;
}
.bot_btn.this .my_click{
    background: url("../img/my_click.png")center no-repeat;
    background-size: 100%;
}