<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
	font-size: 16px;
	height: 100%;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-size: 62.5%;
	height: 100%;
	background-color: #fff;
}
a{
	outline: none;
	text-decoration: none;
	color: #000;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
  -moz-user-select: none;
  -ms-tap-highlight-color: rgba(255, 255, 255, 0);
	-ms-user-select: none;
	-ms-user-focus: none;
	-ms-user-select: none;
}
a:focus {
	outline: none;
	background: transparent;
}
ul,li,ol,dd,dl{
	list-style: none;
	outline: none;
}
.container{
	height: 100%;
	background-color: #fff;
	min-width: 1200px;
}

.active{
	background: #D9D9D9;
}

.he_100{
	height: 100%;
}
.font10{
	font-size: 0.625rem;
}
.font12{
	font-size: 0.75rem;
}
.font14{
	font-size: 0.875rem;
}
.font16{
	font-size: 1rem;
}
.font18{
	font-size: 1.125rem;
}
.font20{
	font-size: 1.25rem;
}
.font22{
	font-size: 1.375rem;
}
.pad-10{
	padding: 0.625rem 0;
}
.pad-12{
	padding: 0.75rem 0;
}
.pad-14{
	padding: 0.875rem 0;
}
.pad-16{
	padding: 1rem 0;
}
.pad-18{
	padding: 1.125rem 0;
}
.pad-20{
	padding: 1.25rem 0;
}
.pad-22{
	padding: 1.375rem 0;
}

.color_greay{
	color: #707070;
}

.color_whiter{
	color: #fff;
}


.form-box input{
	display: block;
	width: 100%;
	height: 2.8rem;
	border: none;
	background-color: #F7F7F7;
	padding: 0 0.875rem;
	outline: none;
	font-size:  1.125rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
}
.search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#A4A4A4;
}
.search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#A4A4A4;
}
.search input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#A4A4A4;
}
.search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#A4A4A4;
}
input,textarea{
  -webkit-appearance: none;appearance: none;
  -ms-appearance: none;appearance: none;

} /* åŽ»é™¤å†…é˜´å½± */
input::-webkit-input-placeholder{
	color: #ddd;
	font-size: 14px;
	text-align: left;
 }
.btn{
	
 	display: block;  
	outline: none;
	background-color: #138ED8;
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 0.2rem;
	color: #fff;
	cursor: pointer;
}

.posi_rel{
	position: relative;
}
.posi_ab{
	position: absolute;
}
.posi_fix{
	position:fixed ;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix:after{
	clear: both;
	content: "";
	display: block;
}
.header{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0 30px;
}
.header img{
	width: auto;
	height: 80px;
	margin: 20px 0;
}
.logo,.prjectname{
	height: 100%;
	width: auto;
}
.main{
	width: 100%;
  height: 360px;
  background-image: url(../img/bj_02.png);
	background-repeat: no-repeat;
	-ms-background-image: url(../img/bj_02.png);
	-ms-background-repeat: no-repeat;
	background-size: 100% 100%;
}
.login_box{
	width: 800px;
	height: 100%;
	margin: 0 auto;
	min-width: 810px;
}
.slogen{
	height: 360px;
	width: 404px;
	position: absolute;
	left: 0;
	top: 0;
}
.slogen img{
	width: 100%;
	width: 100%;
}
.login{
	position: absolute;
	right: 0;
	top: 50%;
	height: 300px;
	width: 300px;
	margin-top: -150px;
	margin-left: 50px;
  border-radius: 3px;
  -ms-border-radius: 3px;
	overflow: hidden;
}
.login_header{
	height: 50px;
	background-color: #EDEDED;
	border-bottom: 1px solid #BBBBBB;
}
.from_box{
	height: 270px;
	background-color: #fff;
}
.inner_input{
	width: 100%;
	height: 173px;
	padding: 24px 20px;
}
.inner_input input{
	margin: 12px 0;
	outline: none;
	height:35px;
	width: 100%;
	padding: 5px;
	padding-right: 30px;
	border-radius: 4px;
  box-shadow: none;
  -ms-border-radius: 4px;
	-ms-box-shadow: none;
	border: 1px solid #AAAAAA;
	font-size: 14px;
}

.submit_btn{
	padding:0 110px ;
}
.icon{
	display: block;
	height: 20px;
	width: 15px;
  background-size: 100% 100%;
  -ms-background-size: 100% 100%;
	position: absolute;
	right: 5px;
	top: 0;
}
.username_icon{
  background: url(../img/zgkx_input_user.png) no-repeat;
  -ms-background: url(../img/zgkx_input_user.png) no-repeat;
}
.password_icon{
  background: url(../img/zgkx_input_mm.png) no-repeat;
  -ms-background: url(../img/zgkx_input_user.png) no-repeat;

}

.foot_copyright{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
}</pre></body></html>