html,body{width:100%;height:100%}
body{background: url(../images/bg2.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; font-family: "microsoft yahei";overflow: hidden;}
.cenlogin{position:absolute; left:50%;top:50%; margin-left:-270px;margin-top:-318.5px;}
.cenlogin .login{width: 540px; height: 557px; background-image: url(../images/bg2.png);border-radius: 12px;}    
.cenlogin .login .content{padding: 30px 60px; text-align: center; overflow: hidden;}
.cenlogin .login .content .photo {width: 100%; text-align: center;margin-bottom: 40px;}
.cenlogin .login .content input[type=text],input[type=password]{width:100%;height:50px; text-indent: 10px; background-color:#fff;font-size:18px; border: 1px solid #ccc;border-radius: 5px;padding: 0;margin-bottom: 15px;}
.cenlogin .login .content button{width: 100%;height: 50px; background-color: #d42534; color: #fff; font-size: 18px; border: none; border-radius: 5px; cursor: pointer;outline:none;}
.cenlogin .login .content button:hover{background-color: #e22739;}
.cenlogin .login .content .code{width: 253px!important; float: left; margin-right: 10px;}
.cenlogin .login .content .codes{width: 155px; height: 50px;display: inline-block;float: left;}
.cenlogin .login .content p{color: #333;font-size: 14px;display: grid;}
.cenlogin .login .content p a{color: #125cc4;padding-top: 15px;}
.cenlogin .footer{line-height: 1.5; padding-top: 10px; width: 100%; text-align: center;}
.cenlogin .footer .police{height: 42; float: left;margin: 15px 0 15px 0;}
.cenlogin .footer .police img{margin-right: 8px;}
.cenlogin .footer p{color: #333;font-size: 14px;text-align: left;float: left;}
@media(max-width:1366px){
	.cenlogin{margin-left:-271px;margin-top:-318.5px;}
	.cenlogin .login{width: 440px; height: 557px;margin: 0 auto;} 
	.cenlogin .login .content{padding: 30px 40px;}
	.cenlogin .login .content .code{width: 203px!important;}
	.cenlogin .login .content .codes{width: 105px;}
	.cenlogin .login .content .codes img{width: 105px; height: 50px;}
}