@charset "UTF-8";
/*************个人中心 start************/
.head_top{
    position:relative;
    width:100%;
    overflow:hidden;
}
.personal_bg{
    width:100%;
}
.head_message{
    position:absolute;
    z-index:9;
    left:5%;
    top:50%;
    margin-top:-50px;
    width:90%;
    overflow:hidden;
}
.head_message span{
    position:absolute;
    top:0;
    left:5%;
    width:80px;
    height:80px;
    border:2px solid #fff;
    border-radius:50%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.head_message span img{
    width:100%;
}
.head_nr{
    width:100%;
    height:80px;
    padding:10px 15px 10px 110px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.head_nr h2,.head_nr p{
    width:100%;
    line-height:30px;
    color:#fff;
    font-size:1.6rem;
    overflow:hidden;
}

.personal_nav{
    width:100%;
    margin:0 auto;
}
.record{
    position:relative;
    width:94%;
    background:#fff;
    border-radius:10px;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.08);
    padding:20px 15px;
    margin:-30px auto 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.record a{
    display:block;
}
.record h4{
    float:left;
    line-height:20px;
    color:#3b64ea;
    font-size:1.6rem;
    font-weight:bold;
    border-right:1px solid #ddd;
    padding-right:10px;
}
.record span{
    float:left;
    line-height:20px;
    color:#999;
    font-size:1.4rem;
    padding-left:10px;
}
.record i{
    position:absolute;
    right:15px;
    top:50%;
    margin-top:-10px;
    font-size:2rem;
}
.item_list{
    display:flex;
    justify-content: center;
    width:94%;
    background:#fff;
    border-radius:10px;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.08);
    padding:15px 5px;
    text-align: center;
    margin:15px auto;
    box-sizing: border-box;
}
.item_list li{
    flex:1;
}
.item_list li img{
    width:38%;
    max-width:80px;
}
.item_list li p{
    font-size:1.4rem;
    margin-top:5px;
}

.personal_list{
    width:94%;
    background:#fff;
    border-radius:10px;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.08);
    margin:0 auto 15px;
    overflow:hidden;
}
.personal_list li{
    position:relative;
    width:100%;
    line-height:60px;
    padding:0 15px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.personal_list li a{
    display:block;
    font-size:1.6rem;
    border-bottom:1px solid #eee;
}
.personal_list li:last-child a{ 
    border:0;
}
.personal_list li img{
    float:left;
    width:38px;
    margin:11px 8px 11px 0;
}
.personal_list li i{
    position:absolute;
    right:20px;
    top:50%;
    margin-top:-10px;
    font-size:2rem;
}
#clean p{
    float:right;
}
#clean p em{
    padding-right:24px;
}
@media(max-width:370px){
    .personal_list li{
        height:50px;
        line-height:50px;
    }
}
/*************个人中心 end************/

/*************意见反馈 start************/
#feedback{
    position:fixed;
    width:100%;
    height:calc(100% - 20px);
    background:transparent;
    padding-bottom:20px!important;
    overflow-y:scroll;
}
#feedback .mui-input-group{
    width:100%;
    padding:10px 0 20px;
    background:transparent;
}
#feedback h2{
    width:90%;
    line-height:40px;
    font-size:1.6rem;
    color:#000;
    margin:0 auto;
}
.notice{
    width:calc(100% - 30px);
    background:#3b64ea;
    border-radius:6px;
    box-shadow:0 0 8px 1px rgba(59,100,2344,0.5);
    color:#fff;
    font-size:1.5rem;
    padding:10px;
    text-align:justify;
    margin:5px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.notice img{
    width:24px;
    margin-right:5px;
}
.feedback_item{
    width:calc(100% - 30px);
    background:#fff;
    border-radius:6px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
    padding-bottom:15px;
    margin:15px auto;
    overflow:hidden;
}
.question_list{
    width:100%;
    padding:0 2.5%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.question_list li{
    display:inline-block;
    line-height:36px;
    background:#f4f4f4;
    border:1px solid #f4f4f4;
    border-radius:20px;
    padding:0 25px;
    margin:0 0 10px 2.5%;
    text-align: center;
    cursor: pointer;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.question_list li.sel{
    border-color:#3b64ea;
    background:rgba(201,20,24,.2);
    color:#3b64ea;
}
#feedback textarea{
    display:block;
    width:90%;
    min-height:100px;
    background:#f4f4f4;
    border:0;
    font-size:1.5rem;
    margin:0 auto;
}
#refer{
    display:block;
    width:90%;
    background:#3b64ea;
    border-color:#3b64ea;
    box-shadow:0 0 5px 1px rgba(59,100,2344,0.5);
    border-radius:50px;
    padding:11px 10px;
    color:#fff;
    text-align: center;
    margin:8px auto;
}
.wrong_find .mui-input-row label{
    padding:11px 15px 11px 58px;
}
.wrong_find .mui-checkbox input[type=checkbox],
.wrong_find .mui-radio input[type=radio]{
    top:5px;
}
.wrong_find .mui-input-row{
    width:90%;
    min-height:40px!important;
    background:#f4f4f4;
    border-radius:5px;
    margin:0 auto 10px;
}
.mui-input-group .area:after,
.wrong_find .mui-input-row:after{
    height:0;
}
.mui-checkbox input[type=checkbox]:checked:before,
.mui-radio input[type=radio]:checked:before{
    color:#3b64ea;
}
.mui-input-row label>i,
#feedback .mui-input-group h2>i{
    color:red;
    font-size:1.8rem;
    font-weight:bold;
}
.star{
    width:90%;
    color:red;
    font-size:1.6rem;
    margin:15px auto 0;
}
.star i{
    padding:0 5px;
    font-weight:bold;
}
/*************意见反馈 end************/

/*************个人资料完善 start************/
.personal_message{
    width:100%;
    margin:0 auto;
}
.personal_message .mui-input-group{
    border-top:10px solid #f4f4f4;
}
.mui-input-group .mui-input-row,input[type=text],
input[type=email],input[type=password],input[type=tel]{
    min-height:55px;
    height:auto;
    font-size:1.5rem;
}
.mui-input-group .mui-input-row:after{
    left:0;
    background-color:#ddd;
}
.mui-input-group:after{
    background-color:transparent;
}
.personal_message .mui-input-row label~input{
    font-size:1.6rem;
    text-align:right;
}
.mui-input-row label{
    padding:18px 15px;
}
.mui-input-group .mui-button-row{
    padding:10px 0;
    height:auto;
}
.personal_message .mui-radio input[type=radio]{
    top:11px;
}
#confirm{
    display:block;
    width:90%;
    line-height:50px;
    font-size:1.6rem;
    border-radius:50px;
    background:#3b64ea;
    border-color:#3b64ea;
    box-shadow:0 0 15px 2px rgba(59,100,2344,0.5);
    padding:0;
    margin:10px auto;
    text-align:center;
    overflow:hidden;
}
.mui-input-row2{
    border-bottom:1px  solid #efeff4;
    overflow:hidden;
}
.mui-input-row2 h2{
    float:left;
    width:35%;
    line-height: 1.1;
    padding:18px 15px;
    font-size:1.6rem;
}
.mui-input-row2 .mui-input-row{
    float:left;
    width:32.5%;
    clear:none;
}
.mui-input-row2 .mui-input-row label{
    padding:18px 0 18px 35px;
}
.mui-input-row2 .mui-radio.mui-left input[type=radio]{
    left:0;
}
.mui-input-group .mui-input-row2 .mui-input-row:after{
    height:0;
}
@media(max-width:350px){
    .mui-input-group .mui-input-row,input[type=text],
    input[type=email],input[type=password],input[type=tel]{
        font-size:1.4rem;
    }
}
/*************个人资料完善 end************/

/*************修改密码 start************/
.modify{
    width:92%;
    margin:5px auto;
}
.modify .mui-input-group{
    border:0;
}
.modify .mui-input-row{
    margin-top:20px;
    min-height:auto;
}
.modify input{
    min-height:45px;
    line-height:45px;
    background:#f4f4f4;
    border-radius:40px;
    padding:0 15px;
    font-size:1.45rem;
}
.modify .mui-input-row:after{
    height:0;
}
#confirm_password,#confirm_phone{
    display:block;
    width:100%;
    line-height:50px;
    font-size:1.6rem;
    border-radius:50px;
    background:#3b64ea;
    border-color:#3b64ea;
    box-shadow:0 0 15px 2px rgba(59,100,2344,0.5);
    padding:0;
    margin:15px auto;
    text-align:center;
    overflow:hidden;
}
/*************修改密码 end************/

/*************修改绑定手机号码 start************/
#yzm,#img_yzm{
    padding-right:105px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yzm{
    position:absolute;
    right:0;
    top:0;
    width:100px;
    line-height:43px;
    background:#ecf3ff;
    border-radius:45px;
    border:1px solid #3b64ea;
    font-size:1.4rem;
    color:#3b64ea;
    text-align: center;
    overflow:hidden;
    box-sizing: border-box;
}
#canvas{
    position: absolute;
    right:0;
    top:0;
    width:100px;
    height:45px;
    background:#ecf3ff;
    border-radius:50px;
    border:1px solid #3b64ea;
}
@media(max-width:350px){
    .modify input{
        font-size:1.3rem;
    }
}
/*************修改绑定手机号码 end************/

/*************使用指南 start************/
#help{
    background:#f4f4f4;
}
.help{
    width:calc(100% - 30px);
    margin:15px auto 0;
    overflow:hidden;
}
.help h1{
    width:100%;
    line-height:50px;
    font-size:1.8rem;
    font-weight:bold;
    color:#3b64ea;
    margin:0 auto;
    overflow:hidden;
}
.help h1 img{
    float:left;
    width:30px;
    margin:10px 5px 0 0;
}
.about_pro{
    width:100%;
    background:#fff;
    border-radius:6px;
    padding:5px 15px;
    margin-bottom:15px;
    overflow:hidden;
}
.about_pro p{
    text-indent:3rem;
    line-height:26px;
    color:#666;
    text-align:justify;
    margin:10px 5px 0 0;
}
.help h2{
    width:100%;
    line-height:30px;
    font-size:1.6rem;
    border-radius:5px;
    color:#3b64ea;
    font-weight:bold;
    padding:10px 0;
    margin:10px 0;
    overflow:hidden;
}
.help h2 i{
    float:left;
    font-size:1.6rem;
    font-weight:bold;
    color:#3b64ea;
    margin-right:5px;
}
.about_tu{
    width:100%;
    margin:0 auto;
    text-align:center;
}
.about_tu img{
    width:100%;
}
/*************使用指南 end************/

/*************其他信息 start************/
.set{
    width:100%;
    background:#fff;
    overflow:hidden;
}
.set_list{
    width:100%;
    border-top:10px solid #f4f4f4;
    border-bottom:10px solid #f4f4f4;
    margin:0 auto;
    overflow:hidden;
}
.set_list li{
    width:100%;
    height:55px;
    line-height:55px;
    border-bottom:1px solid #eee;
    font-size:1.6rem;
    padding:0 4%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.set_list li:last-child{
    border:0;
}
.set_list li a{
    display:block;
    width:100%;
    overflow:hidden;
}
.set_list li span{
    float:left;
}
.set_list li p{
    float:right;
}
.set_list li p i{
    font-size:1.8rem;
    color:#999;
    margin-left:10px;
    vertical-align:-1px;
}
.am-modal-dialog{
    border-radius:5px;
}
.exit{
    width:100%;
    overflow:hidden;
}
.exit a{
    display:block;
    width:90%;
    line-height:50px;
    background:#3b64ea;
    border-color:#3b64ea;
    border-radius:50px;
    box-shadow:0 0 15px 2px rgba(59,100,2344,0.5);
    padding: 0;
    color:#fff;
    font-size: 1.6rem;
    margin: 15px auto;
    text-align: center;
    overflow: hidden;
}
.am-modal-hd{
    font-size:1.6rem;
}
/*************其他信息 end************/

/*************版权声明 start************/
.notice2 {
    width:100%;
    background:#fff;
    border-radius:6px;
    color:#666;
    font-size:1.4rem;
    padding:15px;
    margin:0 auto 15px;
    box-sizing: border-box;
}
.notice2 p{
    color:#333;
    line-height:28px;
    text-indent:2.8rem;
    margin-bottom:10px;
    text-align:justify;
}
/*************版权声明 end************/

/*************关于我们 start************/
.about{
    width:100%;
    overflow:hidden;
}
.about_logo{
    width:100%;
    padding:30px 0;
    text-align:center;
    overflow:hidden;
}
.about_logo img{
    width:100%;
    max-width:750px;
}
.about_list{
    width:calc(100% - 30px);
    background:#fff;
    border-radius:10px;
    margin:0 auto;
    overflow:hidden;
}
.about_list li{
    width:100%;
    line-height:30px;
    padding:10px;
    color:#333;
    border-bottom:1px solid #eee;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about_list li:last-child{
    border:0;
}
.about_ewm{
    position:relative;
    z-index:9;
    width:90%;
    text-align: center;
    margin:20px auto;
    overflow:hidden;
}
.about_ewm li{
    float:left;
    width:50%;
    text-align: center;
}
.about_ewm li img{
    max-width:147px;
}
.about_ewm li span{
    display:block;
    width:100%;
    line-height:30px;
    overflow:hidden;
}
.foot_img {
    position:absolute;
    left:16%;
    bottom:50px;
    z-index:1;
    -webkit-flex-shrink:0;
    -moz-flex-shrink:0;
    -ms-flex-shrink:0;
    -o-flex-shrink:0;
    flex-shrink:0;
    width:68%;
}
@media(max-width:350px){
    .about_ewm li img{
        width:130px;
    }
}
@media(max-width:330px){
    .about_logo{
        padding:20px 0 15px;
    }
    .about_ewm li{
        font-size:1.4rem;
        line-height:26px;
    }
    .about_ewm li img{
        width:100px;
    }
}
/*************关于我们 end************/

/*************学习记录 start************/
body,.mui-content{ background:#f4f4f4;}
.mui-bar-nav~.mui-content{
    padding-top:50px;
}
.mui-bar-nav{ 
    height:50px;
    z-index:991;
    box-shadow:none;
}
.mui-bar-nav.mui-bar .mui-icon{
    z-index:999;
    padding:13px 10px;
}
/*我的课程、我的试卷按钮 start*/
.study_up{
    position:fixed;
    top:50px;
    z-index:991;
    width:100%;
    height:106px;
    background:#fff;
    overflow:hidden;
}
.study_btn{
    width:100%;
    padding:15px 0;
    border-bottom:1px solid #eee;
    overflow:hidden;
}
.study_btn li{
    position:relative;
    float:left;
    width:50%;
    line-height:20px;
    background:#fff;
    font-size:1.6rem;
    text-align: center;
    box-sizing: border-box;
}
.study_btn li:first-child{
    border-right:1px solid #ddd;
}
.study_btn li.sel{
    font-weight:bold;
}
.study_btn li.sel i{
    display:inline-block;
    width:20px;
    height:20px;
    background:url("../images/icon_sel.png") no-repeat center;
    background-size:cover;
    vertical-align: -3px;
    margin-right:5px;
}
/*我的课程、我的试卷按钮 end*/

/* 我的课程、我的试卷导航 start */
.study_tab{
    width:100%;
    height:35px;
    background:#fff;
    margin:10px auto;
    overflow:hidden;
    display: none;
}
.study_tab li{
    float:left;
    font-size:1.4rem;
    color:#333;
    padding-left:15px;
    text-align: center;
    cursor:pointer;
}
.study_tab li span{
    float:left;
    line-height:35px;
    background:#f4f4f4;
    border-radius:35px;
    padding:0 15px;
}
.study_tab li.sel_this span{
    background:#dde5ff;
    color:#3b64ea;
}
/* 我的课程、我的试卷导航 end */

.study_box{
    margin-top:106px;
}
.study_box .list{
    width:100%;
    overflow:hidden;
    display:none;
}
/*我的课程 start*/
.study_box .course_item{
    width:100%;
    overflow:hidden;
    display:none;
}
.vertical_list{
    width:100%;
    overflow:hidden;
}
.vertical_list li{
    position:relative;
    width:100%;
    min-height:95px;
    background:#fff;
    padding:15px;
    border-bottom:1px solid #eee;
    overflow:hidden;
    box-sizing: border-box;
}
.vertical_list li .pic{
    float:left;
    width:40%;
    border-radius:5px;
}
.vertical_list li .pic img{
    width:100%;
}
.vertical_list li .text{
    position:absolute;
    top:0;
    right:0;
    float:left;
    width:calc(60% - 10px);
    height:100%;
}
.vertical_list li a.title{
    width:100%;
    color:#000;
    font-size:1.5rem;
    line-height:26px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
}
.button{
    position:absolute;
    bottom:0;
    width:100%;
    height:30px;
    overflow:hidden;
}
.button a,.button span{
    float:left;
    width:calc((100% - 10px)/2);
    line-height:28px;
    border-radius:40px;
    border:1px solid #3b64ea;
    color:#3b64ea;
    font-size:1.4rem;
    text-align:center;
}
.button span.cancel_btn{
    margin-left:10px;
}
@media(max-width:375px){
    .vertical_list li a.title{
        line-height:24px;
    }
}
@media(max-width:335px){
    .vertical_list li a.title{
        font-size:1.4rem;
        line-height:20px;
    }
    .button{
        height:26px;
    }
    .button a,.button span{
        font-size:1.3rem;
        line-height:24px;
    }
}
/*我的课程 end*/

/*我的试卷 end*/
.study_box .test_item{
    width:100%;
    overflow:hidden;
    display:none;
}
.section li{
    width:100%;
    padding:10px;
    background:#fff;
}
.mui-table-view:after{ height:0;}
.section li span{
    left:0;
}
/*我的试卷 end*/
.mui-btn-red{
    background-color:#3b64ea;
}
.mui-table-view:before,.mui-table-view-cell:after{
    height:0;
}
.mui-slider-handle{
    width:100%;
    overflow:hidden;
}
.course_item .mui-slider-handle{
    min-height:95px;
}
.test_item .mui-slider-handle{
    min-height:30px;
}
/*************学习记录 end************/

