html,body{background: #fff;}
.box {
    height: 5.5rem;
    width: 100%;
    background: url(../../images/mobile/index_bg.png) no-repeat center;
    background-size: cover;
}
.box .userheard {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    margin-top: 1.5rem;
    margin-left: 1rem;
    float: left;
}
.box .info {
    float: left;
    margin-top: 2.5rem;
    margin-left: 0.5rem;
}
.box .info p {
    color: #fff;
}
.box .info .gray {
    color: #717481;
    font-size: 0.6rem;
}
.group {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    font-size: 1.3rem;
    background-color: #fff;
    margin-top: 0rem;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
}
.group div {
    text-align: center;
}
.group div i{
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    margin:  0 auto;
}
.imwap-I-of-course{
    background: url('../../images/mobile/person_course.png') no-repeat;
    background-size: 100%;
}
.imwap-My-article{
   background: url('../../images/mobile/person_course.png') no-repeat;
}
.group div p {
    color: #2b333b;
    font-size: 0.6rem;
}
.list {
    width: 100%;
    background-color: #fff;
    margin: 1.875rem 0;
    padding: 0;
    list-style: none;
}
.list .box2 {
    height: 2.5rem;
    line-height: 2.5rem;
    color: #2b333b;
    font-size: 0.7rem;
    margin: 0 0.75rem;
}
.list .box2 img {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.btnlogout {
    display: block;
    width: 14rem;
    color: #71777D;
    border: 1px solid #71777D;
    font-size: 0.8rem;
    line-height: 2rem;
    text-align: center;
    margin: auto;
    margin-top: 1.5rem;
    border-radius: 0.2rem;
}



.size1{font-size: 1rem;}
.return{
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  margin-right: 0.5rem;
  background: url(../../images/mobile/return.png) no-repeat;
  background-size: 100%;
  background-position-y: .2rem;
}
.title {
    width: 100%;
    color: #d9d9d9;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    justify-content: space-between;
}
.title a{
    color: #1989fa;
}

.infocard {
    padding: 1rem;
    background-color: #fff;
    font-size: 0.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}
.infocard .type{
    color: #353535;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.infocard .value{
    padding-left: 1rem;
    color: #888;
}
.vipinfo{
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: .5rem;
    padding: .75rem;
    box-shadow: 0 3px 8px 0 rgba(37, 39, 95, 0.2);
    margin-bottom: .8rem;
}
.vipinfo .vipinfo_item{
    line-height: 2rem;
    font-size: .75rem;
}
.vipinfo .vipinfo_item .vipinfo_left{
    width: 21%;
    float: left;
}
.vipinfo .vipinfo_item .vipinfo_right{
    width: 79%;
    float: right;
    text-align: right;
}
.bule{color: #099ff5;}
.green{color: #7fb80e;}
.red{color: #e51c23;}
.gray{color: #999;}
.page{text-align: center;}

/*选课记录*/
.course-list{
  background: #FFF;
  margin-top: 6rem;
}
.course-list .list-item {
    display: flex;
    align-items: center;
    margin: 0.5rem auto;
    width: 90%;
    height: 4.5rem;
    box-sizing: border-box;
}
.course-list .list-item .pic-box {
    width: 35%;
    height: 3.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.course-list .list-item .pic-box img{width: 100%; height: 100%;border-radius: .2rem;}
.course-list .list-item .pic-box .learn-rate {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-left: .3rem;
    padding-right: .3rem;
    background: #2B333B;
    border-top-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
    font-size: .5rem;
    color: #FFF;
    line-height: .6rem;
}
.course-list .list-item .item-right {
    margin-left: 3%;
    width: 62%;
}
.course-list .list-item .item-right .item-name {
    font-weight: 500;
    font-size: .8rem;
    color: #2B333B;
    line-height: 1.2rem;
    overflow:hidden; 
    text-overflow:ellipsis;
    white-space:nowrap; 
}
.course-list .list-item .item-right .learn-content {
    margin-top: .25rem;
    font-size: .65rem;
    color: #71777D;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.course-list .list-item .item-right .continue{
    text-align: right;
    color: rgba(240,20,20,.6);
    margin-top: .25rem;
}
.empty-div {
    padding: 3rem 0;
    text-align: center;
}
.empty-div .empty-img {
    display: block;
    margin: 0 auto;
    width: 6rem;
    height: 6rem;
}
.empty-div .empty-tip {
    margin-top: 1.6rem;
    font-size: .8rem;
    color: #71777D;
    line-height: .96rem;
}
.top-fixed .swiper-container {
    border-bottom: .02666667rem solid #D9DDE1;
    padding: 0 .75rem;
    height: 2rem;
    line-height: 2rem;
    background-color: #fff;
}
.top-fixed .firstNav li {
    width: auto;
}
.top-fixed li a {
    color: #71777D;
    font-size: .7rem;
}
.top-fixed li a.active {
    color: #2B333B;
}
.top-fixed li a.active::after {
    display: block;
    content: "";
    width: 1rem;
    height: .1rem;
    background: #F01414;
    border-radius: .05333333rem;
    position: absolute;
    left: 32%;
    bottom: 0;
}
.myPlanning{
    align-items: center;
    margin: 0 auto;
    width: 90%;
    padding: 0.5rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.myPlanning .question_title{
    color: #333;
    font-size: .75rem;
    margin-bottom: .5rem;
}
.myPlanning .question_content{
    color: #999;
    font-size: .7rem;
}
.myPlanning .question_content img{
    width: 15%;
}

.editClass{
    color: #0099ff;
}
.classShow,.schoolShow{
    width: 85%;
    background-color: #fff;
    position: fixed;
    top: 30%;
    z-index: 3;
    padding: 1.5rem .75rem;
    border-radius: 10px;
    left: 7%;
}
.classShow input{
    border: 1px solid #eee;
    margin: .5rem 0;
    padding-left: 10px;
}
.classShow .submit_btn,.schoolShow .submit_btn{
    text-align: center;
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 1rem;
    background-color: #0099ff;
    color: #fff;
    margin-top: 1rem;
}
.nowSelect{
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    font-size: .75rem;
    position: fixed;
    bottom: 10rem;
    background-color: #fff;
    z-index: 5;
}
.selectBox{
    width: 100%;
    height: 10rem;
    overflow-y: scroll;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    padding: 0 1rem;
    z-index: 5;
}
.selectBox li{
    font-size: .75rem;
    line-height: 1.5rem;
}
.schoolShow .item .select,.schoolShow input{
    margin-bottom: .5rem;
    display: block;
    width: 100%;
    color: #999;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: .9rem;
}
.schoolShow .item .select i{
    float: right;
}