*{word-wrap:break-word;}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;background:#fff;}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";font-size:12px;color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}
body{line-height:1.6}
h1,h2,h3,h4,h5,h6{font-size:100%}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer}
a:hover{text-decoration:underline;outline:none}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
button,input[type="button"], input[type="submit"] {line-height:normal !important}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}
 
/*IE��a:hover ������˸*/
*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}
 
/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}

/* login.css */
body{
	width:100vw;
	height:100vh;
    background-color: #FFF;
    color: #666;
    font-size:12px;
   	font-family:'΢���ź�';
   	line-height:1.5!important;
}

.login_top,.login_top .logo{
	box-sizing:border-box;
	width:90%;
	width:90vw;
	height:18%;
	line-height:18%;
	height:18vh;
	line-height:18vh;
	margin:0 auto;
}
.login_top .logo img{
	width:125px;
	height:110px;
	margin:25px 0;
}
.login_middle{
	height:66%;
	height:66vh;
	width: 100%;
	padding:3% 0;
	padding:5vh 0;
    background: url(../images/backimg.png) no-repeat;
    background-size: 100%;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    position: relative;
    box-sizing:border-box;
}
.login_panel{
	margin:0 auto;
	width:480px;
	height:56%;
	height:56vh;
	background-color:#fff;
	box-sizing:border-box;
	padding:30px 0;
}
.login_panel>p{
	width:60%;
    margin: 0 auto;
    color: #494949;
    font-size: 30px;
}
.login_panel .input-control{
	border:0;
	outline:none;
	height:35px;
	line-height:35px;
	width:80%;
	background-color: #EEEEEE;
	-webkit-box-shadow: 0 0 0px 1000px #eeeeee inset
}

.login_yanzheng,.login_input{
	width: 80%;
    height: 55px;
    line-height: 55px;
    border-radius: 10px;
    margin: 35px auto;
    background-color: #EEEEEE;
}
.login_yanzheng{
	background-color:#fff;
	display:flex;
	overflow:hidden;
}
.rightyanzheng,.leftimg{
	float:left;
}

.login_yanzheng #kaptchaCode{
	border:0;
	height:35px;
	line-height:35px;
	outline:none;
	background-color:#fff;
	width:150px;
	text-indent:1em;
}
.login_input>img{
    margin-left:15px;
    margin-right:15px;
}
.form-div{
    width: 80%;
    height:40px;
    line-height:40px;
    display: block;
    margin: 0px auto;
    position:relative;
    top:-15px;
    left:2px;
}
.login_btn{
    width: 80%;
    height: 55px;
    line-height: 55px;
    color: rgb(255, 255, 255);
    background-color: rgb(70, 206, 169);
    cursor: pointer;
    margin: 0px auto;
    border-radius: 10px;
    text-align:center;
    font-size:16px;
}
.login_bottom{
	width:100%;
	width:100vw;
	height:16%;
	height:16vh;
	box-sizing:border-box;
	padding-top:3%;
	padding-top:5vh;
}
.login_bottom ul{
	width:100%;
	max-width:630px;
	margin:0 auto;
	display:flex;
	text-align:center;
	justify-content:center;
	align-items: center;
	box-sizing:border-box;
	font-size:24px;
	font-weight:400;
	overflow:hidden;
}
.login_bottom ul li{
	float:left;
	width:210px;
	text-align:center;
}
.login_bottom ul li span{
	margin-left:10px;
}
.error-info{
	width:80%;
	margin:0 auto;
	position:relative;
	top:-25px;
}
.code-input-control{
	border: 1px solid rgba(0,0,0,0) !important;
	border-radius: 2px;
}
.code-input-control{
	border:1px solid #b7b6b6 !important;
}
.kaptchaImage{
	cursor: pointer;
	height: 38px;
	/*border:1px solid #b7b6b6;*/
	/*border-radius: 2px;*/
}

.rightyanzheng{
	padding-top: 10px;
	padding-left: 52px;
}

