body{
	font-size:12px;
	color:#323232;
	margin:0 auto;
	padding:0px;
	font-family:"Microsoft Yahei",Verdana, Arial, Helvetica, sans-serif;
	background: url(auth-bg2.jpg) top left no-repeat #f0f5f9
	
	}
*{ margin: 0 auto; padding: 0;}
a,a:link,a:visited,a:active {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
img{ border:none}
a:hover {
	text-decoration:none;
	color: #005495;transition: all 0.5s;
}

#cion{ margin-right:10px; color:#4fc9fc}
/*定义新型浏览器特性*/
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background:000}
::-webkit-scrollbar-track-piece{background:#f6f6f6}
::-webkit-scrollbar-thumb:vertical{background:#d0d0d0;}
::-webkit-scrollbar-thumb:vertical:hover{background:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background:#535353}
::-webkit-scrollbar-resizer:vertical{background:#FF6E00}

div,ul,li,table
{
	color:#323232;
	font-size:12px;
	font-family:"Microsoft Yahei",Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto; 
	padding:0;
	list-style: none;
}
input{outline:0px}
input:- webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; outline:none;outline:medium; }
/*去掉input自动补全后的黄色样式*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
-webkit-transition-delay: 99999s;
-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;background-color:transparent;
/* -webkit-box-shadow: 0 0 0px 1000px white inset; */
}

.clear{clear: both;}


#warp{ width:1200px;}
.inputs{ float:left; width:145px; padding-left:10px; height:25px; line-height:25px; background:#7f7f7f; border:none; color:#FFF;font-family:"Microsoft Yahei",Verdana, Arial, Helvetica, sans-serif;}
.t14{ font-size:14px}


#logleft{width:580px; float:left; margin-left:15%; margin-top:18%}
#loglefta{width:100%; float:left; font-size:34px; font-weight:bold; height:65px}
#logleftb{width:100%; float:left; font-size:14px; color:#999}
#gw{width:110px; height:36px; line-height:36px; background:#f44336; float:left; text-align:center; color:#fff; font-size:14px; margin-top:25px;border-radius:25px;}
#logright{width:340px; float:right;background:#fff; padding-left:30px; padding-right:30px; padding-top:60px; height:100vw}
#allw{float:left; width:100%}


#logrighta{width:100%; float:left; font-size:18px; height:35px; padding-top:35%}
#logrightb{width:100%; float:left; font-size:12px; height:45px; color:#999}
.text{ border:none; border-bottom:1px solid #ddd; width:100%; line-height:40px; height:40px; font-size:16px; color:#999}

input[type="submit"] {
    font-size: 16px;
    color: #fff;
    background: #2962ff;
    outline: none;
    border: none;
    cursor: pointer;

    -webkit-appearance: none;
    width: 100%;
	height:55px;
	line-height:55px
}
input[type="submit"]:hover { 
    background: #fcbb30;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.58);  
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.58); 
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
    transition: .5s all;
	color:#333
}