@charset "utf-8";
@media (max-width: 1190px) {
body {
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	color: #566570;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:hidden;
	background-color: lightblue;
}

html, body, div, ul, form, input, footer, header, nav {
	margin: 0;
	padding: 0;
}

footer, header, nav {
	display: block;
}
.nav{
	display: none;
}
a {
	text-decoration: none;
	color: #566570;
}

a:hover {
	color: #333333;
}

a:visited {
	color: #566570;
	text-decoration: none;
}

img {
	vertical-align: middle;
}

ul, ol, li {
	list-style: none;
}

button {
	outline: 0;
	border: 0px;
	font-size: 14px;
	color: #696969;
}

input {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
	-webkit-tap-highlight-color: transparent;
	border: 0px;
	font-size: 14px;
	color: #696969;
}

.header {
	display: none;
}

.header .nav {
	float: right;
}

.header .nav a {
	float: left;
	width: 75px;
	position: relative;
	text-align: center;
	color: #676767;
	font-size: 12px;
}

.header .nav a:after {
	content: "|";
	position: absolute;
	right: 0;
	color: #EBEBEB;
}

.header .logo {
	height: 50px;
	float: left;
}

.header .logo img {
	width: 130px;
	float: left;
	display: table-cell;
	vertical-align: middle;
	margin-top: 5px;
}

.header .logo span {
	float: left;
	padding-left: 10px;
	font-size: 24px;
	font-weight: 400;
	color: #666;
}

.main {
	min-height: 500px;
	min-width: 100%;
	overflow: hidden;
	width: 100%;
}

.bannner {
	background-image: url('../img/banner4.jpg');
	min-width: 100%;
	width: 100%;
	height: 90%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top:100px;
}

.loginMain {
	position: relative;
	height: 300px;
	width: 100%;
	margin:0 auto;
}

.loginSlogan {
	float:left;
	text-align:center;
	width: 100%;
	height: 45px;
	color: #fff;
	font-size: 23px;
	margin-top: -70px;
}

.loginBox {
	filter:alpha(Opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
	background-color: #FFF;
	width:350px;
	height: 300px;
	border-radius: 8px;
	margin: 0 auto;
	margin-top: 15%;
}

.loginTitle {
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	padding-top:40px;
	color: #676767;
}

.loginForm {
	padding-top: 25px;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 10px;
}

.inputBox {
	overflow: hidden;
	background-color: #ffffff;
}

.inputBox li {
	border: 1px solid #CCD7E5;
	height: 42px;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.loginInput {
	float: left;
	width: 250px;
	height: 10x;
	line-height: 10px;
	padding:10px 0;
   	vertical-align:middle;
}

.inputLeftIcon {
	float: left;
	width: 16px;
	height: 16px;
	margin: 12px 10px;
}

.inputRightIcon {
	float: right;
	width: 15px;
	height: 15px;
	margin: 12px 2px;
}

.iconUser {
	background-image: url(../img/icons/user.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.iconPass {
	background-image: url(../img/icons/lock.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.iconDelete {
	float: right;
	cursor: pointer;
	background-image: url(../img/icons/delete.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.iconEyeOpen {
	float: right;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background-image: url(../img/icons/eye-open.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.iconEyeOff {
	float: right;
	cursor: pointer;
	width: 18px;
	height: 18px;
	background-image: url(../img/icons/eye-off.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.loginButton {
	display: block;
	margin: 15px 0px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #00abd5;
	width: 100%;
	cursor: hand;
}

.loginButton:hover {
	background-color: #0085a4;
}

.message {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: red;
}

.footer {
	width:100%;
	margin:0 auto;
	margin-top:30px;
	padding-top:5px;
	text-align: center;
	border-top: 1px solid #e2e1ec;
	color: #676767;
}
}
@media (min-width: 1200px) {
    body {
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	color: #566570;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:hidden;
	background-color: lightblue;
}

html, body, div, ul, form, input, footer, header, nav {
	margin: 0;
	padding: 0;
}

footer, header, nav {
	display: block;
}

a {
	text-decoration: none;
	color: #566570;
}

a:hover {
	color: #333333;
}

a:visited {
	color: #566570;
	text-decoration: none;
}

img {
	vertical-align: middle;
}

ul, ol, li {
	list-style: none;
}

button {
	outline: 0;
	border: 0px;
	font-size: 14px;
	color: #696969;
}

input {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
	-webkit-tap-highlight-color: transparent;
	border: 0px;
	font-size: 14px;
	color: #696969;
}

.header {
	height: 50px;
	line-height: 50px;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

.header .nav {
	float: right;
}

.header .nav a {
	float: left;
	width: 75px;
	position: relative;
	text-align: center;
	color: #676767;
	font-size: 12px;
}

.header .nav a:after {
	content: "|";
	position: absolute;
	right: 0;
	color: #EBEBEB;
}

.header .logo {
	height: 50px;
	float: left;
	margin-left: 90px;
}
.header .logo img {
	width: 130px;
	float: left;
	display: table-cell;
	vertical-align: middle;
	margin-top: 5px;
}

.header .logo span {
	float: left;
	padding-left: 10px;
	font-size: 24px;
	font-weight: 400;
	color: #666;
}

.main {
	min-height: 500px;
	min-width: 100%;
	overflow: hidden;
	width: 100%;
}

.bannner {
	background-image: url('../img/banner4.jpg');
	min-width: 100%;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top:100px;
}

.loginMain {
	position: relative;
	height: 300px;
	width: 100%;
	margin:0 auto;
}

.loginSlogan {
	float: left;
	margin-left:120px;
	width: 650px;
	height: 300px;
	color: #fff;
	font-size: 42px;
	padding-top:100px;
}

.loginBox {
	float: right;
	margin-right:160px;
	background-color: #FFF;
	width: 350px;
	height: 300px;
	border-radius: 8px;
}

.loginTitle {
	font-size: 16px;
	font-weight:bold;
	margin-top: 20px;
	margin-left: 5%;
	color: #676767;
}

.loginForm {
	padding-top: 30px;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 10px;
}

.inputBox {
	overflow: hidden;
	background-color: #ffffff;
}

.inputBox li {
	border: 1px solid #CCD7E5;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.loginInput {
	float: left;
	width: 250px;
	height: 10x;
	line-height: 10px;
	padding:10px 0;
   	vertical-align:middle;
}

.inputLeftIcon {
	float: left;
	width: 16px;
	height: 16px;
	margin: 12px 10px;
}

.inputRightIcon {
	float: right;
	width: 15px;
	height: 15px;
	margin: 12px 2px;
}

.iconUser {
	background-image: url(../img/icons/user.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.iconPass {
	background-image: url(../img/icons/lock.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.iconDelete {
	float: right;
	cursor: pointer;
	background-image: url(../img/icons/delete.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.iconEyeOpen {
	float: right;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background-image: url(../img/icons/eye-open.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.iconEyeOff {
	float: right;
	cursor: pointer;
	width: 18px;
	height: 18px;
	background-image: url(../img/icons/eye-off.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.loginButton {
	display: block;
	margin: 15px 0px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #00abd5;
	width: 100%;
	cursor: hand;
}

.loginButton:hover {
	background-color: #0085a4;
}

.message {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: red;
}

.footer {
	width:500px;
	margin:0 auto;
	margin-top:50px;
	padding-top:5px;
	text-align: center;
	border-top: 1px solid #e2e1ec;
	color: #676767;
}
}
