body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
section,
a,
span,
i {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

a,
img {
	border: 0;
}

input {
	outline: none;
	border: none;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
	transition: background-color 5000s ease-in-out 0s !important;
	-webkit-transition: background-color 5000s ease-in-out 0s !important;
	-moz-transition: background-color 5000s ease-in-out 0s !important;
	-o-transition: background-color 5000s ease-in-out 0s !important;
}

html {
	width: 100%;
	height: 100%;
}

body {
	background: #eaebef;
	width: 100%;
	height: 100%;
}

.header {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.header p {
	display: block;
	font-size: 3.8rem;
	letter-spacing: 0.5rem;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	margin-top: -4%;
}

.main {
	width: 100%;
	margin: auto;
	overflow: hidden;
	height: 70%;
	position: absolute;
	top: 15%;
	bottom: 15%;
}

.main_left {
	width: 50%;
	float: left;
	background: #31a2ed;
	height: 100%;
	position: relative;
}

.main_left_1 {
	position: absolute;
	top: 50%;
	right: 30%;
	transform: translateY(-50%);
}

.main_left_1 p {
	display: block;
	font-size: 0.35rem;
	color: #ffffff;
	text-align: right;
}

.main_left_1 span {
	display: block;
	font-size: 0.35rem;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	margin: 0.08rem 0;
}

.main_right {
	width: 50%;
	float: right;
	background: rgba(234, 245, 255, 0.7);
	height: 100%;
}

.main_right p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 4rem;
	position: absolute;
	bottom: -0.6rem;
	right: -0.3rem;
}

.login {
	width: 4.8rem;
	height: 4.8rem;
	background: #fff;
	border-radius: 0.1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.login_all {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bottom {
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: absolute;
	height: 15%;
	bottom: 0;
}

.bottom_1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bottom_1 p {
	display: block;
	font-size: 0.16rem;
	color: #888888;
	text-align: center;
	line-height: 180%;
}

.login_top {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.login_top p {
	display: block;
	text-align: center;
	font-size: 0.35rem;
	height: 0.35rem;
	line-height: 0.35rem;
	color: #31a2ed;
}

.login_btm {
	width: 80%;
	margin: auto;
	/*overflow: hidden;*/
	margin-top: 0.3rem;
}

.user {
	width: 100%;
	margin: auto;
	/* border-bottom: 0.01rem solid #d2d2d2; */
	height: 0.47rem;
	line-height: 0.47rem;
	margin-bottom: 0.4rem;
	position: relative;
	border-bottom: 1px solid #d2d2d2;
}

.user .label,
.yzm .label {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	transition: all 0.3s;
	font-size: 0.18rem;
	color: #86837f;
	pointer-events: none;
	height: 0.35rem;
	line-height: 0.35rem;
	width: 100%;
	left: 3px;
	z-index: 13;
	display: block;
	background: #ffffff;

}

.yzm .label {
	transform: translateY(-45%);
}

.user input:focus~.label,
.user input:valid~.label,
.yzm input:focus~.label,
.yzm input:valid~.label {
	top: -30%;
	font-size: 0.12rem;
	color: #31a2ed;
	height: 0.16rem;
}

.user #username,
.user #launch,
.user #mobile {
	display: block;
	font-size: 0.2rem;
	height: 0.35rem;
	line-height: 0.35rem;
	color: #4f4f4f !important;
	width: 100%;
	padding-left: 3px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	z-index: 11;
	background: none;
	top: 50%;
	transform: translateY(-50%);
}

.yzm {
	width: 100%;
	margin: auto;
	cursor: pointer;
	height: 0.47rem;
	position: relative;
}

.yzm_1 {
	width: 49%;
	border-bottom: 0.01rem solid #d2d2d2;
	position: relative;
	height: 0.47rem;
}

.yzm_1 #verification {
	display: block;
	font-size: 0.2rem;
	height: 0.35rem;
	line-height: 0.35rem;
	color: #4f4f4f !important;
	padding-left: 3px;
	position: absolute;
	top: 7px;
	background: none;
	/* z-index: 1; */
	top: 50%;
	transform: translateY(-50%);
}

.yzm_2 {
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.yzm_2 img {
	height: 0.46rem;
	position: absolute;
	right: 0;
	bottom: 0;
}

.yzm_2 input {
	display: block;
	width: 100%;
	height: 0.46rem;
	background: #31a2ed;
	line-height: 0.46rem;
	font-size: 0.16rem;
	color: #fff;
	border-radius: 0.05rem;
}

.verify {
	width: 100%;
}

.ljdl {
	width: 100%;
	margin: auto;
	overflow: hidden;
	margin-top: 0.3rem;
}

.ljdl #loginButton {
	display: block;
	width: 100%;
	height: 0.46rem;
	background: #31a2ed;
	line-height: 0.46rem;
	font-size: 0.2rem;
	color: #fff;
	border-radius: 0.05rem;
	border: none;
	cursor: pointer;
}