.hide {
	display: none;
}
.pop {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	display: none;
}

.poplist {
	width: 900px;
	height: 614px;
	background: url(../img/pop1.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 50%;
	margin-top: -307px;
}

.close {
	width: 53px;
	height: 53px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.loginbox {
	width: 440px;
	height: 210px;
	background: url(../img/loginbg.png) no-repeat;
	background-size: 100%;
	margin-left: 200px;
	margin-top: 145px;
	position: relative;
}

.loginbox input {
	display: block;
	width: 310px;
	height: 54px;
	position: absolute;
	left: 105px;
	border: 0;
	outline: medium;
	background: none;
	font-size: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	line-height: 54px;
	resize: none;
	-webkit-appearance: none;
	background-image: none;
}

input:-internal-autofill-selected {
	background: none;
	background-image: none;
}

#username {
	top: 1px;
}

#password {
	top: 97px;
}

.loginbtn {
	width: 186px;
	height: 69px;
	position: absolute;
	left: 321px;
	top: 355px;
	cursor: pointer;
	background: url(../img/loginbg.png) no-repeat;
	background-position: -12px -250px;
}

.registor {
	width: 178px;
	height: 55px;
	position: absolute;
	left: 325px;
	top: 450px;
	cursor: pointer;
	background: url(../img/loginbg.png) no-repeat;
	background-position: -327px -261px;
}

.overflow {
	overflow: hidden;
}

.toast {
	padding: 6px 15px;
	font-size: 16px;
	color: #fff;
	background: #999;
	border-radius: 3px;
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99999;
	display: none;
}

.flex-row-center {
	width: 850px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 120px;
}
