:root {
	--mainColor: #6B5CFF;

}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;

}

body {
	font-family: 'Source Sans Pro', sans-serif;

}



@media screen and (min-width: 1200px) {
	.bggg {
		background-image: url(/img/bg.png);
		width: 1120px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		position: relative;
	}

	.logodh {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-animation: fadeInUp 1.5s ease 1s 1 both;
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
		text-align: center;
	}

	.rgg {
		width: 800px;
		position: relative;
	}
}

/*屏幕在1024px到1199之间（中屏幕电脑）*/
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.bggg {
		background-image: url(/img/bg.png);
		width: 1120px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.rgg {
		width: 800px;
		position: relative;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 30%, 0);
		-ms-transform:  translate3d(-50%, 30%, 0);
		transform:  translate3d(-50%, 30%, 0);
	}

	100% {
		opacity: 1;
		transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
	}
}

.wave {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.container {
	width: 100%;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.logo {
	margin-left: 109px;
	margin-top: 55px;
}

/* .text {
	margin-left: 48px;
} */

.mg-top-xs {
	margin-top: 15px;
}

.login-bg {
	margin-top: 193px;
	margin-left: 149px;
}

.login_top {
	font-size: 40px;
	font-family: X-youeryuan;
	font-weight: bold;
	color: #1C243C;
	letter-spacing: 8px;
}

.tips {
	/* margin-top: 28px; */
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #949494;
}

.pw-form {
	margin-top: 27px;
}

.input-div {
	height: 50px;
	background: transparent;
	border-radius: 6px;
	width: 450px;
	position: relative;
	display: grid;
	grid-template-columns: 14% 93%;
	padding: 11px 33px 11px 23px;
	text-decoration: none;
	outline: none;
	border: 1px solid #BCBCBC;
}

.input-div input {

	background: transparent;
	outline: none;
	border: 0;
}

.input-div input::-webkit-input-placeholder {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #7B7B7B;
}

.pw-form div .prompt {
	position: absolute;
	right: 10px;
	color: #ff0036;
	font-size: 12px;
	z-index: 99;
	top: 0px;
	line-height: 37px;
	display: none;
}

.pass {
	margin-top: 24px;
}

.remeber-pw {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #9F9F9F;
}

.pw-form .remeber input {
	display: block;
	width: 12px;
	height: 12px;
	display: inline-block;
	border: 1px solid #BFBFBF;
}

.pw-submit {
	border: 0;
	width: 450px;
	height: 50px;
	background: #2BDBDA;
	border-radius: 6px;
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	outline: none;
}

footer {
	font-size: 16px;
	font-family: PingFang SC;
	color: #BFBFBF;
	position: absolute;
	bottom: 36px;
	left: 265px;
}

.pr {
	position: relative;
}

.afterlogging {
	display: none;
	background: #5AC2D7;
	opacity: 0.5;
}

.icon-lo {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 140px;
	top: 19px;
	display: none;
}
