@charset "utf-8";
html,body{
	scrollbar-3dlight-color:#d6e5f9;
	scrollbar-highlight-color:#fff;
	scrollbar-face-color:#ecf4fa;
	scrollbar-arrow-color:#3285f5;
	scrollbar-shadow-color:#ecf4fa;
	scrollbar-darkshadow-color:#d6e5f9;
	width:100%;height:100%;overflow:hidden;margin:0px;padding:0px;
	min-height:600px;min-width:800px
}
#map{height:100%;width:100%;overflow:hidden;background:url(images/login.png) no-repeat center;background-size: 100% 100%}
#map div{position:absolute;display:block;left:0;right:0;text-align:center;}
.header{top:0;height:60px;font-size:0;padding-top:150px}
.bodyer{top:0;bottom:0px;min-height:220px;overflow:auto;z-index:99}
.bodyer div{top:50%;left:50% !important;padding:55px 0 20px 0;height:256px;margin-top:-155px;margin-left:-200px;width:400px;background-color:rgba(0,120,210,0.5);border-radius: 10px;box-shadow:0px 0px 5px 5px white}
.bodyer p{padding:10px;margin:0;position:relative;}
.bodyer p label{width:90px;text-align:left;display:inline-block;}
.bodyer p a{position:absolute;left:97px;margin-top:7px;font-size:18px;}
.bodyer img{border-radius:5px}
.footer{bottom:0px;height:60px;line-height:60px;color:black}

td{text-align:center}
input{outline:none}
.input{border-width:0px;height:35px;line-height:35px;width:220px;padding-left:30px;border-radius:5px;-webkit-border-radius:5px;color:rgba(0,0,0,0.3);font-size:14px;outline:none;box-sizing: border-box;border:1px solid #CFCFCF}
.input:focus{border-color:#0078D2;box-shadow: 0 0px 2px 0px #0078D2}

input[placeholder], [placeholder], *[placeholder] {color:#2d4055 !important;} 
::-webkit-input-placeholder {color: #2d4055;} 
:-moz-placeholder {color: #2d4055;} 
::-moz-placeholder {color: #2d4055;} 
.label{display:inline-block;height:22px;line-height:25px;font-size:9pt;text-align:right;font-weight:bold;padding-right:5px;color:white;width:70px;letter-spacing:1px}
.x-button{font-size:14px;border:none;height:35px;line-height:35px;width:220px;background-color:#0078D2;box-shadow: 0 0px 2px #fff;color:white;padding:0px 10px !important;border-radius:5px;-webkit-border-radius:5px;cursor:pointer;margin-top:0px;}
.x-button:hover{opacity:.8;filter: alpha(opacity=80);}
.code{width:127px;ime-mode:disabled}
#validcode{width:90px;height:35px;border-radius:5px}