@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	background-color: #7b68bb;
	width: 1034px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1 {
	display:flex;
	justify-content:center;
}
a {
	color:#000;
	text-decoration:none;
}
.pop {
    color:#0000ff;
	font-size:60px;
	padding-top: 20px;
}
.main {
	display:none;
}
.mask {
	position:fixed;
	top:0;
	width:70%;
	height:100%;
	background-color:rgba(0,0,0,);
}
.login-box {
	width:500px;
	height:250px;
	background-color:#fff;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	box-shadow:1px 1px 15px #fff;
}
.title {
	position:relative;
	text-align:center;
	height:60px;
	line-height:60px;
	cursor:move;
	background-color:aqua;
}
.title .sut {
	position:absolute;
	right:-10px;
	top:-20px;
	content:'�ر�';
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	background-color:#fff;
	box-shadow:1px 1px 15px #ddd;
}
.textC {
	float: flex;
	width: 100%;
	padding-top: 0%;
	padding-left: 0%;
	color: #800000;
	font-size: 22px;
}
.input-box {
	position:relative;
	display:flex;
	flex-flow:column;
	justify-content:center;
	margin-top:20px;
}
p {
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.inp {
	outline:none;
	width:250px;
	height:30px;
	border:1px solid #ccc;
	padding-left:5px;
}
.sub {
	background-color:#BBDFF7;
	border:1px solid #ccc;
	width:200px;
	margin:auto;
	font-size:15px;
	padding:10px 0;
	cursor:pointer;
}
.white19 {
	color: #EACA17;
    line-height:300px;
	font-weight:bold;
	font-family: "����";
	position: relative;  
	font-size: 100px;
	text-shadow: 3px 3px 1px #600; 
}