.dz_content .register-box {
	background: #fff;
	/* margin: 20px; */
}

.dz_content .register {
	max-width: 600px;
	min-width: 280px;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
}

.dz_content .register .title {
	background: #007AFF;
	color: #fff;
	height: 40px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.dz_content .register .tabs>div {
	height: 40px;
	font-size: 1.125rem;
	margin-bottom: 20px;
	color: #bfbfbf;
	border-bottom: 2px solid #bfbfbf;
}

.dz_content .register .tabs .active {
	color: #e92c45;
	border-bottom: 2px solid #e92c45;
}

.dz_content .register .el-form .verify-btn {
	margin-left: 10px !important;
}

.dz_content .register .el-form .el-form-item__label {
	width: 0 !important;
}

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

.dz_content .register .el-form .el-checkbox {
	margin-right: 5px;
}

.dz_content .register .el-form .agreement {
	color: #409EFF;
}

.dz_content .register .el-form .register-btn {
	width: 100%;
}

.dz_content .register .el-form .el-select {
	min-width: 180px;
	flex: 1;
}

.dz_content .footer .login {
	color: #409EFF;
	margin-left: 5px;
}

.avatar-uploader {
	height: 40px;
	width: 80px;
}

.avatar-uploader .el-upload {
	height: 40px;
	width: 80px;
	overflow: hidden;
}

.dz_content .el-dialog__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.el-dialog {
	margin: 0 auto !important;
}

.dz_content .el-dialog__wrapper .el-dialog--center {
	min-width: 700px !important;
	max-width: 800px !important;
	height: 80vh !important;
}

.dz_content .el-dialog__wrapper .el-dialog__header {
	padding: 10px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-weight: bold;
	border-bottom: 1px solid #E3E3E3;
}

.dz_content .el-dialog__wrapper .el-dialog__headerbtn {
	right: 10px !important;
	top: 15px;
}

.dz_content .el-dialog__wrapper .el-dialog__body{
	padding: 10px !important;
	height: calc(80vh - 80px) !important;
	overflow-y: scroll !important;
}
@media only screen and (max-width: 768px) {
	.dz_content .el-dialog__wrapper .el-dialog--center {
		min-width: 90% !important;
		max-width: 800px !important;
		height: 80vh !important;
	}

}

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