﻿/* CSS Document */
* {
  outline: 0 !important; }

html, body {
  width: 100%; }

html {
  height: 100%; }

body
{
    font-size:12px;
	font-family:'微软雅黑';
	color:#333;
	line-height:25px;
	height:100%;
	margin:0px;
	padding:0px;
	overflow:hidden
	}
.login_focus{
	width:100%;
	height:100%;
	float:left;
	}
.bd{
	width:100%;
	float:left;
	height:100%;}
.login_focus ul{
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;}
.login_focus li{
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
	min-height:100%;
	list-style:none;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:top center;}
.content_box{
	position:absolute;
	left:0px;
	top:0px;
	z-index:5;
	width:100%;
	min-height:100%;
	float:left;}
.login_box{
	position:absolute;
	left:50%;
	top:50%;
	z-index:100;
	float:left;
	width:340px;
	height:260px;
	padding:10px;
	margin:-160px 0px 0px -180px;
	background-color:#fff;
	filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
    -moz-opacity:0.8; /*Firefox私有，透明度50%*/
    opacity:0.8;/*其他，透明度50%*/
	-moz-border-radius: 25px;     
    -webkit-border-radius: 25px;  
    border-radius:25px;}
.login_box ul,li{
	margin:0px;
	padding:0px;
	width:100%;}
.login_box li{
	list-style:none;
	padding:8px 0px;
	float:left;
	text-align:center;
	font-size:22px;
	color:#007aff;}
.login_box .input_text{
	width:100%;
	box-sizing:border-box;
	border:2px #3979D0 solid;
	line-height:14px;
	padding:10px 30px;
	-moz-border-radius: 5px;     
    -webkit-border-radius: 5px;  
    border-radius:5px;}
.login_box .input_text:focus
{
	border:2px #FFCC99 solid;
	}
.login_box .input_code{
	width:95px;
	float:left;
	box-sizing:border-box;
	border:2px #3979D0 solid;
	line-height:14px;
	padding:10px 5px;
	margin-right:10px;
	-moz-border-radius: 5px;     
    -webkit-border-radius: 5px;  
    border-radius:5px;}
.login_box .input_code:focus
{
	border:2px #FFCC99 solid;
	}
.login_box .input_submit{
	width:30%;
	box-sizing:border-box;
	background-color:#3979D0;
	border:1px #3979D0 solid;
	line-height:35px;
	color:#FFF;
	float:right;
	cursor:pointer;
	height:35px;
	text-align:center;
	padding:0px 30px;
	-moz-border-radius: 5px;     
    -webkit-border-radius: 5px;  
    border-radius:5px;
	}
.login_box .input_submit:hover{
	background:none;
	color:#3979D0;}
.login_box .usernmae{
	background:url(img/user.png) 5px center no-repeat;
	background-size:20px 20px;}
.login_box .password{
	background:url(img/password.png) 5px center no-repeat;
	background-size:20px 20px;}

