/***************************个人中心 start**************************************************************/
/*banner start*/
#test_bg{
    width:100%;
    height:215px;
    background:url("../images/index/center_bg.jpg") no-repeat center;
    overflow:hidden;
}
.personal{
    width:1170px;
    margin:60px 0;
    overflow:hidden;
}
.personal a{
    position:relative;
    float:left;
    width:90px;
    height:90px;
    border-radius:50%;
    border:2px solid #fff;
    overflow:hidden;
}
.personal a img{
    width:90px;
    height:90px;
}

.p_right{
    float:left;
    margin-left:20px;
}
.p_right h2{
    line-height:30px;
    font-size:22px;
    color:#fff;
    margin-bottom:10px;
}
.p_right p{
    line-height:25px;
    font-size:15px;
    color:#fff;
}
/*banner end*/

/*个人资料 start*/
.personal_box{
    width:1170px;
    margin:20px 0;
}
.personal_box .layui-tab-card{
    min-height:670px;
}
.personal_data{
    width:100%;
    margin:15px 0;
}
.personal_data .layui-form{
    float:left;
    width:520px;
}
.personal_tu{
    float:right;
    width:410px;
    height:380px;
}
.personal_tu img{
    float:right;
    width:410px;
    height:380px;
}
.personal_password{
    width:100%;
    margin:20px 0;
}
.personal_password .layui-form{
    float:left;
    width:520px;
    margin-top:80px;
}

.personal_collect{
    width:100%;
    overflow:hidden;
}
.personal_btn{
    width:100%;
    height:40px;
    border-bottom:1px solid #e9e9e9;
    overflow:hidden;
}
.personal_btn span{
    float:left;
    padding:0 15px;
    line-height:38px;
    cursor: pointer;
}
.personal_btn span:hover,.personal_btn span.ac_line{
    color:#5FB878;
    border-bottom:2px solid #5FB878;
}
.personal_nav{
    width:100%;
    overflow:hidden;
}
.personal_list{
    width:100%;
    margin-top:20px;
    overflow:hidden;
    display:none!important;
}
.personal_list .layui-table a{
    color:#fe7800;
}
.personal_list.ac_show{
    display:block!important;
}
/*个人资料 end*/

/*修改手机号 start*/
.gai_phone .layui-form{
    float:left;
    width:520px;
    margin-top:80px;
    overflow:hidden;
}
.gai_phone .yzm{
    float:left;
    width:290px;
}
#sendcode{
    float:right;
}
#confirm{
    margin:0 auto;
}
/*修改手机号 end*/
/***************************个人中心 end**************************************************************/