<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		html{
			height: 100%;
		}
		body
		{
			background-color: #E7EBEE;
			font-family: Tahoma,Verdana,å¾®è½¯é›…é»‘,å®‹ä½“;
			font-size: 14px;
			height: 100%;
		}

		#div_header
		{
			height: 23%;
			width: 100%;
			position: relative;
		}
		
		
		
		#login_logo
		{
			width: 251px;
			height: 31px;
			top: 55%;
			left: 50px;
			position: absolute;
			background:url(../img/login_logo.png) no-repeat;
		}
		
		#div_content
		{
			height: 430px;
			background-color:#4E7DC5;
			width: 100%;
			min-width: 910px;
			//margin-bottom: 30px;
		}
		#div_main
		{
			height: 387px;
			width: 1000px;
			margin: 0 auto;
			padding-top: 43px;
		}
		
		#mainbody
		{
			//margin: 0 auto;
			float: left;
			//left: 20px;
			height: 100%;
			width: 564px;
			background:url(../img/login_phone3.png) no-repeat;
		}
		
		#div_footer
		{
		    margin-top: 30px;
		    margin-bottom: 30px;
		    padding-bottom: 30px;
			height: 30px;
			line-height: 30px;
			width: 100%;
			text-align: center;
			color: #8F9090;
		}
		#div_footer div
		{
			display: inline-block;
			//margin: 0 auto;
			height: 100%;
			//width: 910px;
		}
		#div_footer a
		{
			display: inline-block;
		}
		
		#div_form
		{
		  float: left;
		  width:280px; 
		  height: 353px;
		  margin-left: 100px;
		  margin-top: 34px;
		position: relative;
		  background: url(../img/login_form.png) no-repeat;	
		}
		
		#login_form
		{
			display: block;
			margin-top: 60px;
	        margin-left: 20px;
		}
		
		#login_form label {
			//position: relative;
			display: block;
			padding-left: 0px;
			padding-top: 10px;
			word-spacing: 8px;
        }
		
		
		#login_form .input {
			border: 1px solid #AAAFB3;
			width: 180px;	
			height: 20px;	
			line-height: 20px;
			margin-left: 10px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			background-color: #F5F5F5;
			color:#717171;
          }
        
        #datainfo
		{
			color: red;
			font-size: 12px;
		}
  
		.navicon
		{
			margin: 0 auto;
		}
		

		#btnEnter
		{
			display: block;
			width: 200px;
			height: 45px;
			background-image: url(../img/login_button.png);
		}
		.div_lost
		{
		  width:190px;
		  height:22px;	
		  line-height: 22px;
		}
		#lostpw
		{
		   display: block;
		   float: right;
		   font-size: 12px;
		}
		#lostpw:link,#lostpw:visited
		{
		  color:#3F87FF;
		  text-decoration: none;
		}
		#remember{
		  margin-top:10px;	
		  margin-left: 10px;
		  font-size: 14px;
		  line-height: 20px;
		  height:20px;
		  color:#A2A2A2; 
		}
		
         #datainfo
         {
         	margin-top: 10px;
         	line-height: 20px;
         	height: 20px;
         	display: none;
         }
         
         #hint_txt
        {
        	display: block;
        	margin-top: 10px;
            border: 1px solid #FFD6A6;
            background: url(../img/jing.png) 43px 7px no-repeat;
            background-color: #FEFBDE;
            padding-left: 62px;
            height: 22px;
            line-height: 22px;
            color: #D81617;
            border-radius: 2px;
        }
        #hint_ok
        { 
           display: block;
           height: 22px;
           line-height: 22px;
           color:green;	
        }
        #tbl_reset input
        {
			width:150px;
			border: 1px solid #AAAFB3;
			margin-bottom: 4px;
		}


#change_login_type {
  position: absolute;
  right: 28px;
  top: 8px;
  overflow: hidden;
  padding: 2px 2px;
  background-color: #ebebeb;
  border-bottom-left-radius: 50%;
}
#change_login_type img {
  width: 40px;
  height: 40px;
}
#qrcode {
  text-align: center;
}
#login_qrcode {
  width: 200px;
  height: 200px;
  margin-top: 50px;
  margin-left: -15px;
}
#change {
  text-align: right;
  color: #3f87ff;
  padding-right: 50px;

  a{
    text-decoration: none;
  }
}
#refresh_qecode{
  margin-right: 10px;
}
.hide {
  display: none;
}
</pre></body></html>