@charset "UTF-8";
/*****************学习计划 start************************/
.mui-bar-transparent~.mui-content {
    padding-top: 44px;
}
.mui-bar .mui-icon{color:#fff;}
.viewport{
    width:100%;
    overflow:hidden;
}
.yearsMonth{
    position:relative;
    width:90%;
    height:90px;
    background:url("../images/plan_bg.jpg") no-repeat center;
    background-size:100% 100%;
    border-radius:8px;
    line-height:2em;
    text-align:left;
    font-size:1.5em;
    margin:10px auto;
    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:#fff;
    padding-left:10px;
}
.currentMonth i{
    color:#fff;
    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;
    background: #fffbce;
    line-height:2.5rem;
    border-radius: 50%;
    font-size:1.4rem;
    margin:.5rem auto;
    text-align: center;
}
.data>.grey{
    color: #A3A3A3;
}
.data>.grey>span{
    background:#f4f4f4;
}
.data>.present>span{
    background:#d1141c;
    color: #fff;
}
.data>.active>span{
    background:#d1141c;
    color: #fff;
}
.data>div>.dot {
    width:5px;
    height:5px;
    border-radius:50px;
    margin:0 auto;
    background:#ff7800;
}

.none_plan{
    position:relative;
    max-width:750px;
    width:90%;
    margin:0 auto;
    text-align: center;
}
.none_plan i{
    position:absolute;
    left:5px;
    top:8px;
    width:10px;
    height:10px;
    background:#ea000a;
    border-radius:50%;
    margin:6px 5px 0 0;
}
.none_plan .title{
    color:#000;
}
.none_plan div.plan_nav{
    padding:8px 20px;
    line-height: 1.6;
    color: #333;
    text-align: left;
    border-radius:5px;
}
.none_plan div.plan_nav div.title{
    width:100%;
    font-size:1.5rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.none_plan div.plan_nav div.content{
    width:100%;
    font-size:1.4rem;
    color:#666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
    overflow: hidden;
}
.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{
    margin:15px 0 0;
}
.none_plan span{
    display:block;
    color:#333;
    margin-top:10px;
}

.handle{
    position:fixed;
    top:80px;
    right:8%;
    z-index:998;
    width:40px;
    height:40px;
    overflow:hidden;
}
.handle img{
    width:100%;
}

.plan_set{
    width:93%;
    margin:0 auto;
    overflow:hidden;
    display:none;
}
.plan_set a{
    float:right;
    line-height:30px;
    font-size:1.4rem;
    color:#000;
    text-align: center;
    margin-left:20px;
    overflow:hidden;
}
.plan_set a img{
    width:18px;
    margin:0 5px 0 0;
    vertical-align:-4px;
}
.white_bg{
    width:90%;
    background:#fff;
    border-radius:8px;
    padding:15px 0;
    box-shadow:0 0 5px 1px rgba(0,0,0,.1);
    margin:0 auto;
    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:40%;
    background:#d1141c;
    border-radius:30px;
    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:#d1141c;
    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******************/
