.dz_content{
	width: calc(100% - 50px );
	margin: 0 auto;
}

.dz_content .user-current-one {
	display: flex;
	margin: 0 auto;
	padding-top: 20px;
}

.dz_content .user-current-one .user-header {
	width: 200px ;
	background: #fff;
	height: 400px;
}

.dz_content .user-current-one .avatar-box {
	padding: 10px;
	border-bottom: 1px solid #E3E3E3;
}

.dz_content .user-current-one .avatar {
	width: 50px;
	height: 50px;
}

.dz_content .user-current-one .name-box {
	margin-left: 5%;
}

.dz_content .user-current-one .name-box .name {
	font-size: 14px;
}

.dz_content .user-current-one .user-header .items {
	height: 45px !important;
	border-bottom: 1px solid #E3E3E3;
	font-weight: bold !important;
}

.dz_content .user-current-one .items.active {
	background: rgba(232, 232, 232, 1);
	font-weight: bold;
}

/* =======个人资料======== */
.dz_content .user-info {
	background: #fff;
	margin-left: 20px;
}

.dz_content .user-info .current-one,
.dz_content .user-info .current-three {
	padding-left: 10px;
	margin: 30px 60px 0px 30px;
}

.dz_content .user-info .current-one .title,
.dz_content .user-info .current-three .title {
	height: 40px;
	padding-left: 10px;
	border-bottom: 1px solid #E3E3E3;
}

.dz_content .user-info .account {
	margin-right: 10px;
}

.dz_content .user-info .el-form {
	/* width: 500px; */
}

.dz_content .user-info .el-form .el-select {
	min-width: 165px;
	max-width: 220px;
}

.dz_content .user-info .el-form .submit-btn {
	width: 150px;
	background: red !important;
	border: 1px solid transparent !important;
}

/* 头像修改 */
.dz_content .update-box {
	margin: 20px 40px;
}

.dz_content .update-box .title {
	height: 30px;
	line-height: 30px;
}

.dz_content .update-box .current-avatar,
.dz_content .update-box .new-avatar {
	width: 200px;
	height: 200px;
	border: 1px solid #E3E3E3;
	border-radius: 3px;
}

.dz_content .update-box .avatar-100 {
	width: 100px;
	height: 100px;
	margin-top: 30px;
}

.dz_content .update-box .avatar-50 {
	width: 50px;
	height: 50px;
}

.dz_content .update-box .avatar-30 {
	width: 30px;
	height: 30px;
}

.dz_content .user-info  .el-form .el-form-item{
	margin: 30px !important;
}


/* 密码修改 */
.dz_content .user-info .current-three .el-form {
	margin-top: 20px;
}

.dz_content .user-info .current-three .el-form .el-form-item__label {
	width: 0 !important;
}

.dz_content .user-info .current-three .el-form .el-form-item__content {
	margin-left: 10px !important;
}

.dz_content .user-info .current-three .el-form .submit-btn {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.dz_content{
		width: calc(100% - 20px );
		margin: 0 auto;
	}
	.dz_content .user-info {
		margin: 0 auto !important;
	}

	.dz_content .user-info .current-one,
	.dz_content .user-info .current-three {
		padding: 0px !important;
		margin: 0 !important;
	}

	.dz_content .user-current-one {
		padding: 0;
	}

	.dz_content .el-form {
		padding: 10px;
	}

	.dz_content .el-form .el-form-item__content {
		margin-left: 80px !important;
	}

	.dz_content .el-form .el-form-item__label {
		width: 80px !important;
	}

	/* 密码修改 */
	.dz_content .user-info .current-three .el-form .el-form-item__content {
		margin-left: 0px !important;
	}
}

@media only screen and (max-width: 414px) {
	.dz_content .register .el-form .el-select {
		width: 100% !important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}
