@charset "UTF-8";
/************学习计划 start**********/
.mui-bar-transparent~.mui-content {
    padding-top: 44px;
}
.mui-bar .mui-icon{color:#fff;}
.viewport{
    width:100%;
    padding-bottom:15px;
    overflow:hidden;
}
.viewport .swiper-container{
    width:90%;
    background:#fff;
    border-radius:8px;
    padding:15px 10px;
    box-shadow:0 0 5px 1px rgb(0 0 0 / 10%);
    margin:20px auto 0;
    overflow:hidden;
    box-sizing: border-box;
}
.study_bg{
    position:absolute;
    top:0;
    width:100%;
    height:230px;
    background:#3d7eff;
    background-size:cover;
    border-radius:0 0 15% 15%;
}
.yearsMonth{
    position:relative;
    width:100%;
    line-height:40px;
    text-align:left;
    font-size:1.5em;
    overflow:hidden;
}
.yearsMonth>.month{
    position: absolute;
    top: 0;
    opacity: .5;
}
.yearsMonth>.prevMonth{
    left: 0;
    transform: translate(-50%);
    display:none;
}
.yearsMonth>.nextMonth{
    right: 0;
    transform: translate(50%);
    display:none;
}
.week{
    display:flex;
    line-height:2.2rem;
    font-size:1.5rem;
    text-align:center;
}
.week>div{
    flex-grow: 1;
    color:#000;
    font-size:1.4rem;
}
.currentMonth{
    font-size:2rem;
    font-weight:bold;
    color:#3d7eff;
    padding-left:10px;
}
.currentMonth i{
    color:#3d7eff;
    font-size:1.8rem;
    font-weight:normal;
    margin-left:5px;
}
.data{
    display: flex;
    flex-wrap: wrap;
    font-size:1.4rem;
    text-align: center;
}
.data>div{
    width: 14.28%;
    cursor: pointer;
}
.data>div>span{
    display: block;
    width:2.5rem;
    line-height:2.5rem;
    border-radius: 50%;
    font-size:1.4rem;
    margin:.5rem auto;
    text-align: center;
}
.data>.grey{
    color: #ccc;
}
.data>.present>span{
    background:#3d7eff;
    color: #fff;
}
.data>.active>span{
    background:#3d7eff;
    color: #fff;
}
.data>div>.dot {
    width:5px;
    height:5px;
    border-radius:50px;
    margin:0 auto;
    background:#ff7800;
}
.plan_box{
    position:relative;
}
.none_plan{
    position:relative;
    max-width:750px;
    width:90%;
    margin:0 auto;
    text-align: center;
}
.none_plan i{
    position:absolute;
    left:10px;
    top:36px;
    width:10px;
    height:10px;
    background:#fff000;
    border-radius:50%;
    margin-right:5px;
}
.none_plan div.plan_nav{
    width:100%;
    background:#3d7eff;
    padding:26px 15px 10px;
    line-height:30px;
    color: #fff;
    text-align: left;
    border-radius:5px;
}
.none_plan div.plan_nav div.title{
    width:100%;
    color:#fff;
    font-size:1.6rem;
    font-weight:bold;
    margin-left:10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.none_plan div.plan_nav div.content{
    width:100%;
    font-size:1.5rem;
    color:#fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}
.none_plan p{
    width:750px;
    height:100px;
    line-height:25px;
    text-align:center;
    display: table-cell;
    vertical-align:middle;
    padding:0;
    font-size:1.6rem;
}
.none_plan img{
    width:120px;
    margin:15px 0 0;
}
.none_plan span{
    display:block;
    color:#333;
    margin-top:10px;
}

.handle{
    position:fixed;
    top:79px;
    right:calc(5% + 20px);
    z-index:998;
    width:40px;
    height:40px;
    line-height:40px;
    background:#3d7eff;
    border-radius:50%;
    color:#fff;
    font-size:3rem;
    text-align:center;
    overflow:hidden;
}
.handle img{
    width:100%;
}

.plan_set{
    position:absolute;
    top:3px;
    right:calc(5% + 10px);
    margin:0 auto;
    overflow:hidden;
    display:none;
}
.plan_set a{
    float:right;
    line-height:30px;
    font-size:1.4rem;
    color:#fff;
    text-align: center;
    overflow:hidden;
}
.plan_set a i{
    vertical-align: -1px;
}
.white_bg{
    width:100%;
    margin-top:25px;
    overflow:hidden;
}
.swiper-slide{
    padding-bottom:10px;
}

@media(max-width:320px){
    .none_plan div.plan_nav div.content{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        overflow: hidden;
    }
}
/***********学习计划 end**********/

/***********添加学习计划 start********/
.add_plan{
    position:fixed;
    top:100%;
    z-index:999;
    width:100%;
    height:100%;
    background:#fff;
    transition:all .3s;
    overflow:hidden;
}
.add_plan.show_plan{
    top:0;
}
.plan_title{
    position:relative;
    width:100%;
    height:44px;
    box-shadow:0 1px 5px rgba(0,0,0,.1);
    text-align: center;
}
.plan_title h1{
    line-height:44px;
    font-size:1.6rem;
    color:#000;
}
.return_plan{
    position:absolute;
    left:10px;
    top:10px;
}
.editor{
    width:90%;
    margin:10px auto;
    overflow:hidden;
}
#add_title{
    width:100%;
    font-size:1.5rem;
    padding:1rem;
    background:transparent;
    border:0;
    border-bottom:1px solid #ddd;
}
.editor .mui-input-row input:focus{
    border:0;
    border-bottom:1px solid #ddd;
    box-shadow:none;
}
.editor .mui-input-row textarea{
    width:100%;
    font-size:1.5rem;
    padding:10px;
    background:transparent;
    border:1px solid #ddd;
    border-radius:5px;
    margin-top:10px;
}
.editor .am-form textarea:focus{
    box-shadow:none;
}
.am-form-group{
    margin-bottom:30px;
}
.editor .add_btn{
    display:block;
    width:100%;
    background:#3d7eff;
    border-radius:5px;
    color:#fff;
    font-size:1.6rem;
    padding:1rem;
    margin:0 auto;
}
.editor .mui-input-row p{
    width:100%;
    line-height:30px;
    font-size:1.6rem;
    color:#000;
}
.editor .mui-input-row p i{
    float:left;
    width:8px;
    height:8px;
    background:#3d7eff;
    border-radius:5px;
    margin:10px 8px 0 0;
}
/*未填写弹窗 start*/
.mui-popup-backdrop{
    z-index:9999;
}
/*未填写弹窗 end*/
/**********添加学习计划 end*********/

/**********学习计划填写 start*********/
#contentPop>.am-modal-dialog{
    border-radius: 5px;
    font-size: 14px;
}
#contentPop>.am-modal-dialog>.am-modal-bd{
    padding: 10px;
}
/***********学习计划填写 end***********/
