/*通用类*/
body{font-family: Microsoft YaHei;}
*{
	margin:0;
	padding:0;	
}
body{		
	margin:0 auto;
	font-size:14px;	
	background:#fff;
	text-align:justify;	
	color:#000;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#000;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#f60;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
select {
	 appearance:none; 
    -moz-appearance:none; 
    -webkit-appearance:none;
}
input,textarea{
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#a1a1a1;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#a1a1a1;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#a1a1a1;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#a1a1a1;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
.line50{
	font-size:1px;height:50px;width:100%;clear:both;	
}
.line150{
	font-size:1px;height:150px;width:100%;clear:both;	
}
.show {
	display:block !important;
}

/*wrapin 主体容器宽度*/
.Sign {
	background:url(../../statics/images/loginimage/bg.png) no-repeat center;
	background-size:cover;
}
.wrapin{
	width:1370px;
	margin-left:auto;
	margin-right:auto;
}
.device {
	width:768px;
	height:678px;
	float:left;
	overflow:hidden;
}
.sign_con {
	padding-top:167px;
}
.sign_word {
	width:400px;
	float:right;
}
.sign_word .logo {
	width:285px;
	margin:0 auto 50px;
}
.sign_word .logo img {
	width:100%;
}
.sign_word  .in {
	display:block;
	height:34px;
	padding:12px 0;
	background:#eaeaea;
	border-radius:4px;
	overflow:hidden;
	border:1px solid #d2d2d2;
	margin-bottom:25px;
}
.sign_word .in .icon {
	width:15%;
	height:34px;
	border-right:1px solid #d2d2d2;
	display:block;
	float:left;
}
.sign_word .in .icon.n1 {
	background:url(../../statics/images/loginimage/icon1.png) no-repeat center;
	background-size:28px 29px;
}
.sign_word .in .icon.n2 {
	background:url(../../statics/images/loginimage/icon2.png) no-repeat center;
	background-size:28px 32px;
}
.sign_word .in .text {
	height:34px;
	border:none;
	width:70%;
	float:left;
	background:none;
	padding:0 3%;
	font-size:16px;
}
.sign_word .sign_btn {
	margin-top:40px;
	width:100%;
	height:60px;
	line-height:60px;
	font-size:24px;
	border:none;
	color:#fff;
	background:#02abb1;
 background-image: linear-gradient(to right, #00cdac , #02abb1);
 border-radius:4px;
}
.sign_word .tips {
	font-size:20px;
	color:#898989;
	margin-top:25px;
	text-align:right;
}
	
@media (max-width: 1440px) {
	.wrapin {
		width:95%;
	}
	.sign_con {
		padding-top:80px;
	}
	.device {
		height:500px;
		width:50%;
	}
}
@media (max-width:900px) {
	.wrapin {
		width:75%;
	}
	.device {
		display:none;
	}
	.sign_word {
		width:100%;
		float:none;
	}
	.sign_word .logo {
    width: 130px;
	}
	.sign_word .in {
    height: 30px;
    padding: 5px 0;
   }
   .sign_word .in .icon {
    height: 30px;
   }
   .sign_word .in .icon.n1 {
    background-size: 16px;
   }
   .sign_word .in .icon.n2 {
    background-size: 16px auto;
   }
   .sign_word .in .text {
	    height: 30px;
		font-size:14px;
   }
   .sign_word .sign_btn {
	   height:40px;
	   line-height:40px;
	   font-size:16px;
	   margin-top:10px;
   }
   .sign_word .tips {
    font-size: 14px;
    margin-top:5px;
    }
}
