@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "Microsoft YaHei", "heiti sc";
	font-size: 14px;
	margin: 0 auto;
	overflow-x: auto;
	width: 100%;
	color: #ffffff;
}

body{
	background: url(images/zs-bg.jpg) no-repeat;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/zs-bg.jpg',sizingMethod='scale'); 
}
html,body,.content{
	height: 100%;
}
input{
	border: 0;
	color: #737373;
	font-family: "Microsoft YaHei", "heiti sc";    
	background-color: transparent;
    height: 30px;
    line-height: 29px;
    width: 186px;
    float: left;
    padding-left: 15px;
    font-size: 12px;
}
input::-webkit-input-placeholder{
	font-family: "Microsoft YaHei", "heiti sc";
	color: #b1abab;
}
input:-moz-placeholder{
	font-family: "Microsoft YaHei", "heiti sc";
	color: #b1abab;
}
input::-moz-placeholder{
	font-family: "Microsoft YaHei", "heiti sc";
	color: #b1abab;
}
input:-ms-input-placeholder{
　　   font-family: "Microsoft YaHei", "heiti sc";
	 color: #b1abab;
}
.hide{
	display: none;
}
.top,.middle,.bottom-text,.login-title:before,
.top,.middle,.bottom-text,.login-title:after{
  display: table;
  content: " ";
}
.top,.middle,.bottom-text,.login-title:after{
  clear: both;
}

.content{
	width: 800px;
	height: auto;
	min-height: 100%;
	margin: auto;
	position: relative;
	padding-top: 5%;
	padding-bottom: 25px;
}
.top{
	padding: 30px;
}
.logo,.title{
	float: left;
	background: url(images/zs-logo.png) no-repeat;
}
.logo{
	width: 152px;
	height: 36px;
	background-position: -36px -30px;
}
.title{
	width: 384px;
    height: 48px;
    background-position: -188px -30px;
}
.middle{
	padding: 30px 30px 30px 70px;
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.left_img{
	width: 385px;
	height: 324px;
	background: url(images/zs-img.png) no-repeat;
}
.login{
	width: 280px;
	height: 294px;
	border: 1px solid #8bd1ff;
	border-radius: 6px;
	margin-left: 10px;
	background-color: #fafafa;
}
.login-title{
	width:100%;
	font-size: 14px;
	line-height: 30px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	cursor: pointer;
	background-color: #1f7daa;
	display:flex;
	 justify-content: space-around
}
.tip-select{
   width:93px;
	color: #1f7daa;
	background-color: #fafafa;
	/* border: 1px solid #155472; */
	border-width: 1px 0 0 0 ;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.tip-noselect{
	width: 93px;
}
.login-body{
	padding: 15px 30px 0 30px;
}
.login-input{
	margin-top: 22px;
	height: 32px;
	border: 1px solid #d2d2d2;
}
.login_inputImg{
	width: 30px;
	height: 30px;
	background: url(images/zs-logo.png) no-repeat;
	background-color: #d2d2d2;
}
.company{
	background-position: -32px -120px;
}
.username{
	background-position: -107px -120px;
}
.password{
	background-position: -187px -119px;
}
.login-button{
	margin-top: 20px;
	font-size: 16px;
	line-height: 27px;
	background-color: #087db5;
	border: 1px solid #087db5;
	border-radius: 6px;
	cursor: pointer;
}
.login-clear{
	color: #000;
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
	cursor: pointer;
}
.bottom{
	width: 100%;
    height: 25px;
	position: absolute;
    bottom: 0;
}
.bottomBg{
	background-color: #000000;
	filter:alpha(opacity=30);  
    -moz-opacity:0.3;  
    -khtml-opacity: 0.3;  
    opacity: 0.3; 
    height: 25px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.bottom-text{
	height: 25px;
	line-height: 25px;
	padding: 0 55px 0 64px;
	z-index: 10;
    width: 800px;
	margin: auto;
	position: relative;
}
.bottom-text a{
    text-decoration: none;
    color: #ffffff;
}