@charset "UTF-8";
/*************个人中心 start************/
.head_top{
    position:relative;
    width:100%;
    margin:0 auto 10px;
    overflow:hidden;
}
.head_message{
    width:92%;
    margin:0 auto;
    overflow:hidden;
}
.head_message span{
    position:absolute;
    top:0;
    left:15px;
    width:80px;
    height:80px;
    border-radius:50%;
    border:5px solid rgba(255,255,255,.3);
    overflow:hidden;
}
.head_message span img{
    width:100%;
}
.head_nr{
    width:100%;
    height:80px;
    padding:0 15px 0 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:80px;
    color:#fff;
    font-size:1.6rem;
    overflow:hidden;
}

.personal_nav{
    width:92%;
    margin:0 auto;
    overflow:hidden;
}
.personal_list{
    width:100%;
    border-radius:6px;
    margin-bottom:10px;
    overflow:hidden;
}
.personal_list li{
    position:relative;
    width:100%;
    height:60px;
    line-height:60px;
    background:#fff;
    border-bottom:1px solid #eee;
    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;
}
.personal_list li img{
    width:24px;
    vertical-align:-6px;
    margin-right:0;
}
.personal_list li i{
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-12px;
    font-size:2rem;
}
#clean p{
    float:right;
}
#clean p em{
    padding-right:20px;
}
@media(max-width:370px){
    .personal_list li{
        height:50px;
        line-height:50px;
    }
}
/*************个人中心 end************/

/*************意见反馈 start************/
#feedback{
    position:fixed;
    width:100%;
    height:calc(100% - 50px);
    padding-bottom:20px!important;
    overflow-y:scroll;
}
#feedback h2{
    width:90%;
    line-height:40px;
    font-size:1.6rem;
    color:#000;
    margin:0 auto;
}
.notice{
    width:90%;
    background:#c91418;
    border-radius:6px;
    color:#fff;
    font-size:1.4rem;
    padding:10px;
    text-align:justify;
    margin:10px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.notice i{
    font-size:2.4rem;
    font-weight:400;
}
.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:#c91418;
    background:rgba(201,20,24,.2);
    color:#c91418;
}
.line{
    width:100%;
    height:10px;
    background:#f4f4f4;
}
#feedback textarea{
    display:block;
    width:90%;
    min-height:100px;
    background:#f4f4f4;
    border:0;
    font-size:1.5rem;
    margin:0 auto;
}
#refer{
    display:block;
    width:80%;
    background:#c91418;
    border-color:#c91418;
    border-radius:50px;
    padding:8px 10px;
    color:#fff;
    text-align: center;
    margin:7px auto;
}
.wrong_find{
    padding-bottom:10px;
}
.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:#c91418;
}
.mui-input-row label,
.mui-input-row label~input, .mui-input-row label~select,
.mui-input-row label~textarea{
    font-family: 'FZBIAOYSJW'!important;
}
.mui-input-row label>i,
#feedback .mui-input-group h2>i{
    color:#c91418;
}
.star{
    width:90%;
    color:#c91418;
    font-size:1.6rem;
    margin:15px auto 0;
}
/*************意见反馈 end************/

/*************修改个人信息 start************/
.personal_message{
    width:100%;
    margin:0 auto;
}
.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.6rem;
}
.mui-input-group .mui-input-row:after{
    left:0;
    background-color:#ddd;
}
.mui-input-group:after{
    background-color:transparent;
}
.mui-input-row label~input{
    font-size:1.6rem;
}
.mui-input-row label{
    padding:18px 15px;
}
.mui-input-group .mui-button-row{
    padding:10px 0;
    height:auto;
}
#confirm{
    display:block;
    width:90%;
    font-size:1.6rem;
    border-radius:50px;
    background:#c91418;
    border-color:#c91418;
    padding:10px 0;
    margin:10px auto;
    text-align:center;
    overflow:hidden;
}
/*************修改个人信息 end************/

/*************修改手机号 start************/
#yzm{
    padding-right:115px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yzm{
    position:absolute;
    right:10px;
    top:10px;
    width:110px;
    line-height:30px;
    background:#c91418;
    border-radius:5px;
    font-size:1.4rem;
    color:#fff;
    text-align: center;
    overflow:hidden;
}
/*************修改手机号 end************/

/*************使用指南 start************/
.help{
    width:92%;
    padding-bottom:15px;
    margin:0 auto;
    overflow:hidden;
}
.help h1{
    width:100%;
    line-height:50px;
    font-size:1.8rem;
    font-weight:bold;
    color:#000;
    margin:0 auto;
    text-align: center;
    overflow:hidden;
}
.about_tu{
    width:100%;
    margin:0 auto;
    text-align:center;
}
.about_tu img{
    width:100%;
}
.about_pro{
    width:100%;
    margin-top:5px;
    overflow:hidden;
}
.about_pro p{
    text-indent:3rem;
    line-height:26px;
    color:#666;
    text-align:justify;
    margin:5px 0;
}
.help h2{
    width:100%;
    line-height:26px;
    font-size:1.6rem;
    background:#c91418;
    border-radius:5px;
    color:#fff;
    padding:10px 15px;
    margin:10px 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*************使用指南 end************/

/*************其他信息 start************/
.set{
    width:100%;
    background:#fff;
    overflow:hidden;
}
.set_list{
    width:100%;
    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%;
    background:#d1141c;
    border-radius:50px;
    text-align: center;
    color:#fff;
    font-size:1.5rem;
    padding:13px 0;
    margin:20px auto;
    overflow:hidden;
}
.am-modal-hd{
    font-size:1.6rem;
}
/*************其他信息 end************/

/*************版权声明 start************/
.notice2 {
    width:100%;
    background:#c91418;
    border-radius:6px;
    color:#fff;
    font-size:1.4rem;
    padding:10px;
    margin:0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.notice2 p{
    color:#fff;
    text-align:justify;
}
/*************版权声明 end************/

/*************我的积分 start************/
.jifen_top{
    width:100%;
    height:180px;
    background:url("../images/jifen_bg.jpg") no-repeat top center;
    background-size:100% 100%;
    padding-top:44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jifen_top h1{
    font-size:2.5rem;
    color:#fff;
    line-height:130px;
    text-align:center;
}
.jifen_down{
    position:absolute;
    left:4%;
    width:92%;
    height:calc(100% - 180px);
    background:#fff;
    border-radius:6px;
    margin:-15px auto 0;
    overflow-y:scroll;
}
.jifen_down>h2{
    width:100%;
    line-height:30px;
    font-size:1.7rem;
    font-weight:bold;
    color:#000;
    padding:10px 10px 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jifen_down>h2 img{
    float:left;
    width:24px;
    margin:3px 5px 0 0;
}
.jifen_list{
    width:100%;
    padding:0 10px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jifen_list li{
    width:100%;
    border-bottom:1px solid #eee;
    padding:5px 0;
    overflow:hidden;
}
.jifen_list .jifen_nr{
    position:relative;
    width:100%;
    overflow:hidden;
}
.jifen_list .jifen_nr i{
    position:absolute;
    top:10px;
    width:10px;
    height:10px;
    background:#c91418;
    border-radius:50%;
}
.jifen_list .jifen_nr h3{
    width:100%;
    line-height:30px;
    color:#000;
    font-size:1.6rem;
    padding-left:15px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jifen_list p{
    width:100%;
    line-height:30px;
    color:#666;
    padding-left:15px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*************我的积分 end************/

/*************关于我们 start************/
.about{
    width:100%;
    overflow:hidden;
}
.about_logo{
    width:100%;
    padding:30px 0 15px;
    border-bottom:10px solid #f4f4f4;
    text-align:center;
    overflow:hidden;
}
.about_logo img{
    width:66%;
    max-width:475px;
}
.about_list{
    width:100%;
    background:#fff;
    overflow:hidden;
}
.about_list li{
    width:100%;
    line-height:30px;
    padding:10px 4%;
    border-bottom:1px solid #eee;
    color:#888;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about_ewm{
    position:relative;
    z-index:9;
    width:90%;
    text-align: center;
    margin:10px auto;
}
.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:0;
    bottom:0;
    z-index:1;
    -webkit-flex-shrink:0;
    -moz-flex-shrink:0;
    -ms-flex-shrink:0;
    -o-flex-shrink:0;
    flex-shrink:0;
    width:100%;
}
@media(max-width:350px){
    .about_ewm li img{
        width:130px;
    }
    .about_list li{
        padding:5px 4%;
    }
}
@media(max-width:330px){
    .about_logo{
        padding:25px 0 15px;
    }
    .about_list li{
        line-height:24px;
        font-size:1.4rem;
    }
    .about_ewm li{
        font-size:1.4rem;
        line-height:26px;
    }
    .about_ewm li img{
        width:100px;
    }
}
/*************关于我们 end************/


