.container-content-right-personal-data{
	position: relative;
	box-sizing: border-box;
	padding: 24px 0 41px 41px;
	width: 989px;
	height: 719px;
	background: #FCFCFC;
}
.container-content-right-personal-data-title{
	line-height: 50px;
	border-bottom: 1px solid #F3F3F3;
	font-size: 14px;
	font-weight: 500;
	color: #333333;
}
.container-content-right-personal-data-title-title1{
	font-size: 13px;
	font-weight: 400;
	color: #333333;
}
.container-content-right-personal-data-title-title1:before {
    content: "*";
    color: #F43F50;
    margin-right: 2px;
	transform: rotate(-70deg);
}
.container-content-right-personal-data-title-title{
	font-size: 13px;
	font-weight: 400;
	color: #333333;
}
.container-content-right-personal-data-title-input{
	margin-left: 27px;
}
.container-content-right-personal-data-title-input input{
	box-sizing: border-box;
	padding: 0 0 0 14px;
	width: 597px;
	height: 34px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #E4E4E4;
}

.container-content-right-personal-data-bottom{
	box-sizing: border-box;
	padding: 0 37px;
	justify-content: right;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 88px;
	border-top: 1px solid #F3F3F3;
}
.container-content-right-personal-data-bottom div{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #fff;
	width: 86px;
	height: 34px;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
}

.container-content-right-personal-data-password-li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 580px;
}
.container-content-right-personal-data-password-li + .container-content-right-personal-data-password-li{
	margin-top: 28px;
}
.container-content-right-personal-data-password-li-input {
	box-sizing: border-box;
	padding-left: 14px;
	width: 500px;
	height: 34px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #E4E4E4;
}
.container-content-right-personal-data-password-li-input input{
	width: 450px;
	height: 34px;
	border-radius: 4px 4px 4px 4px;
}
.container-content-right-personal-data-password-li-input-code{
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 104px;
	height: 34px;
	background: #007BE5;
	border-radius: 4px 4px 4px 4px;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
}
.container-content-pop{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1200px;
	height: 396px;
	background: #FFFFFF;
	border-radius: 6px 6px 0px 0px;
}
.changePhoto{
	position: relative;
}
.changePhoto img{
	border-radius: 20%;
}
.changePhoto input{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width:56px;
	height:56px;
	opacity: 0;
}