/*        准备工作           */
html{
	color:#000;
	background:#FFF;
}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,footer,article,aside,header,section,nav,figure,figcaption,hgroup{
	margin:0;
	padding:0;
}table{
	border-collapse:collapse;
	border-spacing:0;
}fieldset,img{
	border:0;
}address,caption,cite,code,dfn,em,th,var{
	font-style:normal;
	font-weight:normal;
}ol,ul{
	list-style:none;
}caption,th{
	text-align:left;
}h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}q:before,q:after{
	content:'';
}abbr,acronym{
	border:0;
	font-variant:normal;
}sup{
	vertical-align:text-top;
}sub{
	vertical-align:text-bottom;
}input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%;
}legend{
	color:#000;
}

a {
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #333;
}

img {
	vertical-align: middle;
}

html {
	overflow-x: hidden;
	width: 100%;
	min-height: 100%;
	font-size: 62.5%;
	/*10 ÷ 16 × 100% = 62.5%*/
}

body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	/*1.6 × 10px = 16px */
	font-family: "微软雅黑";
}

.header{
	padding: 35px 0;
	height: 130px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.header-in{
	width: 1200px;
	margin: 0 auto;
	line-height: 60px;
	overflow: visible;
}
.logo{
	float: left;
	
}
.nav{
	float: right;
}
.nav-item{
	font-size: 14px;
	color: #666;
	padding-left:1.5em;
	line-height: 60px;
}
.nav-item:hover{
	color:#2198e6;
}
.nav-item:after{
	content: "|";
	padding-left: 1.5em;
}
.nav-item:nth-last-of-type:after{
	display: none;
}
.nav-item.wechat-code{
	display: inline-block;
	position: relative;
	overflow: visible;
	
}
.nav-item.wechat-code .wechat-img{
	position: absolute;
	top: 60px;
	z-index: 9;
	left: 50%;
	transform: translateX(-50%);
	visibility: hidden;
	transition:all .3s;
	opacity: 0;
}
.nav-item.wechat-code:hover .wechat-img{
	visibility: visible;
	opacity: 1;
}
.container{
	width: 100%;
	height: 650px;
	height: calc(100vh - 270px);
	height: -moz-calc(100vh - 270px);
	position: relative;
	overflow: hidden;
}
.container-in{
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 1200px;
	overflow: hidden;
}
.container-in .left{
	float: left;
	width: 750px;
}
.container-in .left .title{
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	line-height: 2.5em;
}

.titlex{
	font-size: 35px;
	color: #fff;
	line-height: 2.2em;
}

.container-in .left .des{
	font-size: 18px;
	margin: 40px 0 20px;
	color: #fff;
}
.container-in .left .contact-link{
	font-size: 16px;
	color: #2198e6;
}
.container-in .left .contact-link:hover{
	color: #fff;
}
.container-in .right{
	float: right;
	width: 340px;
}
.container-in .middle{
	margin-left: 36%;
	width: 340px;
}
.container-in .left{
	float: left;
	width: 340px;
}
.container-in .login-form{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding: 20px;
}
.form-title{
	font-size: 30px;
	color: #2198E6;
	text-align: center;
	line-height: 2em;
}
.form-col{
	width: 100%;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.form-col input{
	display: block;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 6px;
	line-height: 38px;
	height: 38px;
	border:1px solid #bfbfbf;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding-left: 80px;
	outline: none;
}
.form-col .lita{
	position: absolute;
	z-index: 1;
	top: 7px;
	left:24px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}
.form-col .safe-img{
	position: absolute;
	z-index: 2;
	top:10px;
	left: 80px;
}
.form-col .safe-code{
	padding-left: 160px;
}
.submit-button{
	display: block;
	width: 100%;
	margin: 40px 0 20px;
	color: #FFFFFF;
	text-align: center;
	background-color: #2198E6;
	cursor: pointer;
	border:none;
	line-height: 40px;
	font-size: 16px;
	border-radius: 6px;
	outline: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s; 
}
.submit-button:hover{
	background-color: #6ec5ff;
	color:#fff;
}

.footer{
	height: 140px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 30px 0;
}

.footer-in{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.footer-in .top{
	line-height: 3em;
	color: #666;
}
.footer-in .copy{
	line-height: 2em;
	color: #999;
}
@media only screen and (max-height: 700px) {
	.header{padding: 20px 0; height: 100px;}
	.footer{height: 100px; padding: 10px 0;}
	.container{height: calc(100vh - 200px);
    height: -moz-calc(100vh - 200px);}
}