@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; transition:color 0.25s ease 0s,background-color 0.25s ease 0s; }
ul,li{ list-style:none; }
img { border:none; }
a{ text-decoration:none; color:#000000; transition: color 0.25s ease-in 0s,background-color 0.25s ease 0s;}
a:hover{ text-decoration:none; color:#15469d; transition: color 0.25s ease-in 0s,background-color 0.25s ease 0s; }

html{ height:100%; overflow-y:scroll }
body{ color:#ffffff; font-family:'微软雅黑', sans-serif; font-size:14px; line-height:40px; }
* {  box-sizing: border-box;}
*::before, *::after {box-sizing: border-box;}

.entry-section{ position: fixed;top: 0;	left: 0;overflow: hidden;width: 100%;height: 100%;-webkit-transition: -webkit-transform .3s;transition: transform .3s;	}
#home-canvas {	position: absolute;	top: 0;	right: 0;bottom: 0;	left: 0;overflow: hidden;}
canvas{	display: inline-block;vertical-align: baseline;	}
	
.login_logo{ position:absolute; left:50px; top:50px; }
.login_box{width:460px; height:857px; margin:0 auto; background:url(../images/logo_bg.png) no-repeat center top; position:relative;overflow:hidden;}
.form_box{ padding:200px 11px 0;text-align:center;}
.form_box .login_img{width:80px;height:80px;background:url(../images/login_icon_photo.png) no-repeat;margin:27px auto 0;}
.form_box p{color:#0954a0;font-size:30px;font-weight:bold;text-align:center;margin:15px 0;}
.form_box label{display:inline-block;width:68px;height:40px;background:#f7f7f7; font-size:14px; line-height:40px; color:#1b1b1e; }
#username,#password{ width:250px; height:40px; margin:10px 0; padding:0 10px; border:none; outline:none; }
#validate{ width:140px; height:40px; margin:10px 0; padding:0 10px; border:none; outline:none; }
.form_box [type=submit]{width:120px;height:40px;background:#30a5ff;color:#ffffff;border-radius:20px;border:none;font-size:20px;font-weight:bold;margin:40px 0 0;}
.form_box [type=submit]:hover{background:#0954A0;color:#ffffff;}
.ckstrbox{ display: inline-block; width: 110px; height: 30px; position: relative; top: 10px; background:#f7f7f7; mix-blend-mode: multiply; }
.ckstrbox img{ float:left; margin-top:4px; margin-left:3px; }
.ckstrbox a{ float:left; margin-left:4px; line-height:30px; }


.admin_login{height:80px;border-top:1px solid #b0b0b7;margin-top:20px;}
.admin_login a{display:block;width:300px;height:40px;background:url(../images/btn_login_administer.png) no-repeat;margin:40px auto 0;color:#fff;text-align:left;font-size:20px;padding-left:30px;}

.login{display:none;}
.login.active{display:block;}

.footer{ position:absolute; left:0; bottom:0; width:100%;height: 50px; text-align: center; line-height: 50px; color: #5f6268; font-size: 12px; width: 100%;}
.footer a{color: #5f6268;}
