@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica,'微软雅黑';
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

input,
select,
textarea {
	outline: none;
	border: none;
}

.clear {
	clear: both;
}

body {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: url(../images/bg.jpg) no-repeat center top;
	background-size: 100% 100%;
}

.topbox {
	width: 100%;
	text-align: center;
	padding: 10vh 0 5vh;
}

	.topbox img {
		display: block;
		width: 50%;
		margin: 0 auto;
	}

.dloutbox {
	width: 400px;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	border: #fff solid 1px;
	border-radius: 10px;
	box-shadow: #666 0px 5px 5px;
	padding: 1vh 0;
}

	.dloutbox h1 {
		width: 100%;
		text-align: center;
		font-size: 26px;
		color: #349800;
		line-height: 60px;
	}

	.dloutbox input {
		display: block;
		width: 75%;
		margin: 20px auto;
		height: 40px;
		padding: 0 10px;
		box-shadow: #999 0px 2px 2px;
		border-radius: 10px;
		box-sizing: border-box;
	}

		.dloutbox input[type="text"] {
			background: #fff url(../images/user.png) no-repeat left 12px center;
			background-size: auto 48%;
			padding-left: 40px;
		}

		.dloutbox input[type="password"] {
			background: #fff url(../images/pwd.png) no-repeat left 12px center;
			background-size: auto 45%;
			padding-left: 40px;
		}

	.dloutbox a {
		display: block;
		width: 75%;
		margin: 25px auto;
		height: 40px;
		padding: 0 10px;
		background: #349800;
		color: #fff;
		box-shadow: #999 0px 2px 2px;
		border-radius: 10px;
		text-align: center;
		line-height: 40px;
		box-sizing: border-box;
		cursor: pointer;
	}

.yzm {
	display: block;
	width: 75%;
	margin: 20px auto;
}

	.yzm input[type="text"] {
		display: block;
		width: calc(100% - 120px);
		margin: 0px auto;
		overflow: hidden;
		float: left;
		background: #fff;
		padding-left: 20px;
	}

	.yzm img {
		float: right;
		height: 40px;
		box-shadow: #999 0px 2px 2px;
	}

.banquan {
	color: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,0.2);
	text-align: center;
	font-size: 16px;
	line-height: 45px;
}

.dloutbox, .topbox {
	animation: mymove 1s;
	-webkit-animation: mymove 1s;
	-moz-animation: mymove 1s;
	-o-animation: mymove 1s;
}



@-webkit-keyframes mymove {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-moz-keyframes mymove {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-o-keyframes mymove {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes mymove {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@media all and (min-width: 1601px) and (max-width:1920px) {
	.topbox img {
		display: block;
		width: 40%;
		margin: 0 auto;
	}

	.dloutbox {
		width: 400px;
		margin: 0 auto;
		background: rgba(255,255,255,0.8);
		border: #fff solid 1px;
		border-radius: 10px;
		box-shadow: #666 0px 5px 5px;
		padding: 1vh 0;
	}
}

@media all and (min-width: 1200px) and (max-width:1600px) {
	.topbox img {
		display: block;
		width: 40%;
		margin: 0 auto;
	}

	.dloutbox {
		width: 400px;
		margin: 0 auto;
		background: rgba(255,255,255,0.8);
		border: #fff solid 1px;
		border-radius: 10px;
		box-shadow: #666 0px 5px 5px;
		padding: 1vh 0;
	}
}
