@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html,body {
	font-size: 16px;
	background: #fff;
	font-family: "microsoft yahei";
	width: 100%;
	height: 100%;
}

html,body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,object,code,em,span,var,legend,button,input,textarea,th,td,a,img,header,footer,nav,aside,audio,datalist,section
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/*清除内外边距*/
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

/*设置默认字体*/
:focus {
	outline: 0;
}

ul,ol,ul li,ol li {
	list-style: none;
}

/*重置列表*/
address,caption,cite,em,code,dfn,th,var,i {
	font-style: normal;
	font-weight: normal;
}

form label {
	cursor: pointer;
}

input,button,select,textarea {
	font-family: inherit;
	font-size: 100%;
	outline: none;
	color: #333;
	font-size: 14px;
}
input:-internal-autofill-selected {
	background-color: inherit;
}
textarea {
	resize: none
}

input {
	vertical-align: middle;
}

img {
	border: 0;
}

/*重置图片元素*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*重置表格*/
button,input[type="reset"],input[type="button"],input[type="submit"] {
	line-height: normal !important;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

input {
	_filter: chroma(color = #000000);
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
    font-size: 14px;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    font-size: 14px;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    font-size: 14px;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #999;
    font-size: 14px;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
	background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
/*--清除浮动
------------------------------------------------------------------------------------------*/
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	_zoom: 1;
}

.overflow {
	overflow: hidden;
	_zoom: 1;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
.bg-img {
	float: right;
	width: 47%;
	height: 100%;
	background: url(../img/login_bg_img.jpg) no-repeat;
	background-size: 100%;
	padding-top: 3%;
	margin-right: 2%;
	box-sizing: border-box;
}
.login-wrap {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}
.login-box {
	width: 600px;
	height: 700px;
	position: absolute;
	left: 15%;
	top: 50%;
	margin-top: -350px;
	box-sizing: border-box;
}
.login-box h1 {
	font-size: 50px;
	color: #2acbac;
	font-weight: bold;
}
.login-box dl dt {
	margin-bottom: 25px;
}
.login-box form {
	margin-top: 50px;
}
.login-box form i {
	font-family: arial;
	color: #2acbac;
	opacity: 0.5;
	font-weight: bold;
	display: block;
	padding-left: 15px;
	line-height: 60px;
}
.login-box form input[type="text"],.login-box form input[type="password"] {
	display: block;
	width: 440px;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	box-sizing: border-box;
	color: #333;
	border-bottom: solid 1px #dcdcdc;
}
.login-box form .log-in {
	display: block;
	width: 210px;
	height: 48px;
	line-height: 48px;
	background-color: #2acbac;
	border-radius: 2px;
	opacity: 0.5;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 70px;
	cursor: pointer;
	border-radius: 2px;
	transition: all 200ms;
}
.login-box form input[type="button"]:hover {
	/*background-color: #28947F;*/
	opacity: 1;
}
.copyright {
	margin-top: 200px;
	color: #999;
}
@media screen and (max-width: 1600px) and (max-height: 800px){
	html,body {
		min-height: 737px;
	}
    .login-box {
        height: auto;
        margin-top: -275px;
    }
    .copyright {
    	margin-top: 100px;
    }
}
@media screen and (max-width: 1400px) and (max-height: 800px){
	html,body {
		min-height: 605px;
	}
	.login-box {
		margin-top: -220px;
		left: 10%;
	}
    .login-box form {
	    margin-top: 30px;
	}
	.login-box form input[type="button"] {
		margin-top: 40px;
	}
	.copyright {
	    margin-top: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.bg-img {
		width: 40%;
		background-position-y:30%;
	}
}
@media screen and (max-width: 1000px) {
	html,body {
		min-height: inherit;
	}
	.bg-img {
		background-position-y:50%;
	}
	.login-box {
		left: 5%;
	}
	.login-box form input[type="text"], .login-box form input[type="password"] {
		width: 300px;
	}
	.login-box form input[type="button"] {
		width: 140px;
	}
}
@media screen and (max-width: 768px) {
	.bg-img {
		display: none;
	}
	.login-box {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		height: auto;
		top: 16%;
		left: 0;
		margin-top: 0;
	}
	.login-box h1 {
		font-size: 24px;
		text-align: center;
	}
	.login-box form input[type="text"], .login-box form input[type="password"] {
		width: 100%;
	}
	.login-box form input[type="button"] {
		width: 48%;
		font-size: 18px;
	}
	.login-box form input[type="button"].register {
		margin-left: 4%;
	}
	.copyright {
		position: fixed;
		left: 0;
		bottom: 40px;
		width: 100%;
		padding: 0 5px;
		text-align: center;
		box-sizing: border-box;
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.login-box {
		top: 10%;
	}
	.login-box form {
		margin-top: 20px;
	}
	.login-box form input[type="button"] {
		margin-top: 30px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.copyright {
		bottom: 20px;
	}
}