html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden
}

body {
	background: #1E9FFF;
}

body:after {
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.layui-container {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.admin-register-background {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 70%;
	transform: translateX(-50%);
}

.logo-title {
	text-align: center;
	letter-spacing: 2px;
	padding: 14px 0;
}

.logo-title h1 {
	color: #1E9FFF;
	font-size: 25px;
	font-weight: bold;
}

.register-form {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 0 0;
	box-shadow: 0 0 8px #eeeeee;
}

.register-form .layui-form-item {
	position: relative;
}

.register-form .layui-form-item label {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 38px;
	line-height: 36px;
	text-align: center;
	color: #d2d2d2;
}

.register-form .layui-form-item input {
	padding-left: 36px;
}

.captcha {
	width: 60%;
	display: inline-block;
}

.captcha-img {
	display: inline-block;
	width: 34%;
	float: right;
}

.captcha-img img {
	height: 34px;
	border: 1px solid #e6e6e6;
	height: 36px;
	width: 100%;
}

.layui-tab {
	margin-top: 0;
}

.layui-tab-title,
.layui-this {
	height: 60px !important;
	line-height: 60px;
	width: 100%;
	text-align: center;
}

.layui-tab-title li {
	line-height: 60px;
	width: 22%;
}

.layui-tab-brief>.layui-tab-title .layui-this:after {
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid #09A4FE
}

.layui-tab-brief>.layui-tab-title .layui-this {
	color: #09A4FE
}

.register-step {
	width: 50%;
	margin: 0 auto;
}

.register-form .layui-form-item label {
	width: auto;
	padding: 0;
	color: #000000;
	left: 20px
}

.register-form .layui-form-item input {
	padding-left: 10px;
}

.phone-btn {
	position: absolute;
	right: 0;
	top: 0;
}

.layui-tab-title .layui-badge {
	left: -5px;
	border-radius: 50%;
}

.layui-tab-title .layui-badge {
	background-color: #959595 !important;
	color: #FFF !important;
}

.layui-tab-title .layui-this .layui-badge {
	background-color: #08A3FE !important;
}

.layui-tab-content {
	height: 500px;
	padding: 5% 0;
}

.btn-step {
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
	margin: 0 auto;
	text-align: center;
}

.layui-form-label {
	text-align: right;
}

.info .layui-form-radio {
	margin: 0;
	padding: 0;
}

.xieyi {
	color: red;
}
