.center-container{
    padding-top: 78px;
    width: 1200px;
    margin: 0 auto;
    min-height: 430px;
    /* overflow: hidden; */
}
.center-container:after{
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: '.';
}
.center-container *{
    box-sizing: border-box;
}
.center-container .nav{
    float: left;
    width: 200px;
    box-shadow: 0 0 6px #eee;
}
.center-container .nav .top{
    width: 100%;
    height: 4px;
    background: #000;
}
.center-container .nav-wrap{
    border: 1px solid #f8f8f8;
}
.nav-wrap .head{
    padding: 20px 0 16px;
    position: relative;
    border-bottom: 1px solid #f8f8f8;
}
.nav-wrap .btn-edit{
    position: absolute;
    width: 12px;
    height: 12px;
    top: 16px;
    right: 18px;
    opacity: .4;
    background: url(../img/z_icon_edit.png) no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.nav-wrap .btn-edit:hover{
    opacity: 1;
}
.nav-wrap .nav-body{
    padding: 0 18px;
}
.nav-wrap .list{
    padding: 10px 0;
}
.nav-wrap .nav-link{
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
    padding-left: 25px;
    color: #666;
}
.nav-wrap .nav-link:hover,
.nav-wrap .nav-link.active{
    color: #333;
}
.nav-wrap .nav-link i{
    margin-left: 50px;
    font-size: 16px;
}
.nav-wrap .list:not(:last-child){
    border-bottom: 1px solid #f8f8f8;
}
.nav-wrap .img{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 0 auto 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    background-image: url(../img/default_headimg.png);
}
.nav-wrap .name{
    text-align: center;
    line-height: 1;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.center-container .content{
    float: right;
    width: 960px;
    /*margin-left: 240px;*/
    border: 1px solid #f8f8f8;
    box-shadow: 0 0 6px #eee;
    padding: 0 35px;
}
.content .title{
    border-bottom: 1px solid #f8f8f8;
    font-size: 22px;
    font-weight: normal;
    color: #333;
    line-height: 1;
    padding: 35px 0 30px 12px;
}
.content .title-nav{
    overflow: hidden;
    padding-left: 0;
    position: relative;
}
.content .title-nav::after{
    content: ' ';
    position: absolute;
    width: 90px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.content .title-nav.cur-1::after{
    left: 145px;
}
.content .title-nav-item{
    float: left;
    width: 90px;
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-right: 55px;
    cursor: pointer;
}
.content .title-nav-item.active{
    color: #333;
}

.content .form{
    padding: 65px 0 88px 0;
}
.form .form-group{
    /*overflow: hidden;*/
    margin-bottom: 30px;
    position: relative;
}
.form .form-group:after{
    content: '.';
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
}
.form .form-group .radio{
    float: left;
    font-size: 14px;
    color: #000000;
    line-height: 40px;
    cursor: pointer;
    padding-left: 26px;
    background: url(../img/check5.png) no-repeat 4px center;
    margin-right: 40px;
}
.form .form-group .radio.checked{
    background-image: url(../img/check6.png);
}
.form [type=radio]{
    -webkit-appearance: radio;
    margin-right: 12px;
}
.content .form .label,
.content .form label{
    float: left;
    font-size: 14px;
    color: #333;
    text-align: right;
    width: 125px;
    line-height: 40px;
}
.form .input-cont,
.form .headimg-cont,
.form .nickname{
    margin-left: 190px;
}
.form .form-group > input{
    display: block;
    margin-left: 190px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    height: 40px;
    width: 260px;
    padding-left: 12px;
}
.form textarea{
    margin-left: 190px;
    resize: none;
    width: 400px;
    height: 90px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 12px;
}
.form .btn-md{
    margin: 50px 0 0 190px;
}
.form .select-box{
    float: left;
    width: 123px;
    margin-right: 15px;
    border-radius: 5px;
}
.form .nickname{
    font-size: 14px;
    color: #000;
    height: 40px;
    line-height: 40px;
}
.form .input-cont label{
    width: auto !important;
    margin-right: 40px;
}
.form .headimg-cont .img{
    width: 115px;
    height: 115px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    background-image: url(../img/default_headimg.png);
    border-radius: 100%;
}
.form .headimg-cont label{
    display: block;
    box-sizing: border-box;
    width: 88px;
    height: 32px;
    border: 1px solid #000;
    border-radius: 32px;
    text-align: center;
    line-height: 30px;
    margin: 20px 0 0 13.5px;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.form .headimg-cont label:hover{
    background: #000;
    color: #fff;
}
.form .headimg-cont [type=file]{
    display: none;
}

.progress{
    margin-top: 84px;
}
.forget-hd{
	margin-bottom: 80px;
	height: 50px;
}
.forget-hd ul{
    overflow: hidden;
	margin: 0 -62px 0 -46px;
}
.forget-hd li{
	position: relative;
	float: left;
	width: 200px;
	margin: 0 62px;
	font-size: 16px;
	color: #999;
	line-height: 1;
	text-align: center;
}
.forget-hd .num{
	position: relative;
	display: inline-block;
	font-size: 44px;
	margin-right: 10px;
	line-height: 44px;
	vertical-align: bottom;
	font-weight: normal;
}
.forget-hd li:not(:last-child):after{
	content: '';
	position: absolute;
	width: 124px;
	height: 1px;
	left: 100%;
	top: 30px;
	background-color: #999;
}
.forget-hd .num::after{
	position: absolute;
	content: '';
	display: block;
	width: 52px;
	height: 1px;
	top: 35px;
	left: -5px;
	background-color: #999;
	overflow: hidden;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.forget-hd li.cur{
	color: #333;
}
.forget-hd li.cur:after{
	background-color: #333;
}
.forget-hd li.cur .num::after{
	background-color: #333;
}
