/**************个人中心 start***************************************/
.personal_banner{
    width:100%;
    height:320px;
    background:url("../images/personal_banner.jpg") no-repeat center;
    overflow:hidden;
}

.personal_msg{
    width:1200px;
    margin:20px auto;
}
.personal_l{
    float:left;
    width:310px;
    height:702px;
    background:#fff;
    overflow:hidden;
}
.p_title{
    width:100%;
    padding:20px;
    border-bottom:1px solid #eee;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.p_title img{
    float:left;
    width:84px;
    height:84px;
}
.p_title .p_wz{
    float:right;
    width:166px;
    margin:12px 0;
    overflow:hidden;
}
.p_title .p_wz p{
    width:100%;
    line-height:30px;
    font-size:16px;
}
.p_tag{
    width:100%;
    padding:20px 0;
    overflow:hidden;
}
.p_tag li{
    width:100%;
    height:60px;
    line-height:60px;
    padding:0 50px;
    margin-bottom:15px;
    border-left:5px solid transparent;
    overflow:hidden;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.p_tag li span{
    font-size:16px;
    margin-left:15px;
    color:#666;
}
.p_tag li.p_change{
    background:#f2f3ff;
    border-left:5px solid #424562;
}

.nice_tu{
    width:100%;
    text-align: center;
    margin:15px 0;
    overflow:hidden;
}


.personal_r{
    float:right;
    width:870px;
    height:702px;
    background:#fff;
    padding:30px 170px 0 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_title{
    width:100%;
    text-align: right;
    margin-bottom:20px;
    overflow:hidden;
}
.personal_item{
    width:100%;
    display:none;
}
.personal_item .yzm{
    float:left;
    width:320px;
}
#sendcode{
    float:right;
}
.personal_r .personal_item:nth-child(2) .form_title,
.personal_r .personal_item:nth-child(3) .form_title{
    margin-bottom:100px;
}
.confirm{
    background:#424562;
}
.layui-form-radio>i:hover, .layui-form-radioed>i{
    color:#424562;
}











/**************个人中心 end***************************************/