﻿html {
	height: 100%;
}

body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 100%;
	height: 100%;
	width: 100%;
	background: url(../images/login/bg.jpg) no-repeat top center;/*主体背景色*/
	background-size: cover;
	border: 0;
	text-align: left;
	overflow: hidden;
}

a {
	font-family: 宋体;
	font-size: 12px;
	color: #333333;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
	font-size: 12px;
}

a:active {
	text-decoration: none;
	color: #FF0000;
	font-size: 12px;
}

div, form, ul, ol, li, p, span {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, li, ol {
	list-style: none;
}

ul {
	text-align: left;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	line-height: 1px;
}

input {
	outline: none;
}

.login_bg {
	width: 100%; /*登录面板宽度*/
	overflow: hidden;
	height: 100%;
	background-color: transparent;
	background-size: cover;
}

.login_top {
	width: 100%;
	height: 84px; /*登录面板头部高度*/
	background-color: transparent;
	background-position: 20px 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
}

.login_middle {
	width: 420px;
	margin: -300px auto 0px;
	position: relative;
	top: 50%;
}

.login_middleleft {
	float: left;
	width: calc(100%);
	height: 55px;
	margin-top: -90px;
}
.login_middleleft span{
	width: calc(100%);
	height: 55px;
	display: block;
	vertical-align: inherit;
	background: url(../images/login/logo.png) no-repeat top center;
}

.login_middlecenter {
	/*height: 290px;
	margin-top: 5rem;
	border-radius: 5px;
	background: url(../images/login/loginbg.png) no-repeat top center;
	padding: 40px 30px 60px;*/
    height: 290px;
    margin-top: 5rem;
    border-radius: 5px;
    background: url(../images/login/loginbg.png) no-repeat top center;
    padding: 40px 30px;
}

.login_middleright {
	width: 0;
	float: left;
}

.login_bottom {
	float: left;
	width: 100%;
	height: 40px; /*登录面板底部高度*/
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
}

.login_title {
	position: absolute;
	left: 235px; /*标题x坐标*/
	top: 100px; /*标题y坐标*/
	width: 560px; /*标题宽度*/
	height: 61px; /*标题高度*/
}

.letter_space {
	letter-spacing: 1em;
}

.login_user {
	border-radius: 4px;
	width: 100%;
	height: 40px;
	margin: 15px 0px;
	line-height: 40px;
	background: rgba(53,110,255,0.25);
	border: 1px solid rgba(69,88,223,0.5);
}
.login_user span{
	display: inline-block;
	width: 15%;
	text-align: center;
	color: rgba(73,139,249,1);
	float: left;
	font-size: 24px!important;
}
.login_user input {
	outline: none;
	display: inline-block;
	width: 80%;
	border: none;
	height: 100%;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 14px;
}

.login_pass {
	border-radius: 4px;
	width: 100%;
	height: 40px;
	margin: 15px 0px;
	line-height: 40px;
	background: rgba(53,110,255,0.25);
	border: 1px solid rgba(69,88,223,0.5);
}
.login_pass span{
	display: inline-block;
	width: 15%;
	text-align: center;
	font-size: 24px!important;
	color: rgba(73,139,249,1);
	float: left;
}
.login_pass input {
	outline: none;
	display: inline-block;
	width: 80%;
	border: none;
	height: 100%;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 14px;
}

.login_keyword {
	border-radius: 4px;
	width: 100%;
	height: 40px;
	margin: 15px 0px;
	line-height: 40px;
	background: rgba(53,110,255,0.25);
	border: 1px solid rgba(69,88,223,0.5);
}

.login_code {
	/*width: 100%;
	height: 40px;
	margin: 15px 0px;
	line-height: 40px;
	background: rgba(53,110,255,0.25);
	border: 1px solid rgba(69,88,223,0.5);*/
	margin: 5px;
	float: right;
	width: 75px;
	line-height: 30px;
	height: 30px;
}

.login_yanzheng {
	outline: none;
	display: inline-block;
	width: 40%;
	padding-left: 40px;
	font-size: 14px;
	border: none;
	height: 100%;
	background-color: transparent;
	color: #FFFFFF;
}

.login_yanzheng input {
	width: 80px;
	line-height: 34px;
}

.login_form {
	padding: 0; /*表单位置*/
	text-align: left;
}

.login_button {
	margin-top: 15px;
}

.login_button input {
	border-radius: 4px;
	border: 0;
	width: 100%;
	background: #0053ff;
	background: -moz-linear-gradient(left, #0053ff 0%, #00b4ff 100%);
	background: -webkit-linear-gradient(left, #0053ff 0%,#00b4ff 100%);
	background: linear-gradient(to right, #0053ff 0%,#00b4ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0053ff', endColorstr='#00b4ff',GradientType=1 );
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FFF;
	/*font-size: 22px;*/
	cursor: pointer;
	font-size: 20px;

}

.login_button2 {
	margin-top: 15px;
}

.login_button2 input {
	border: 0;
	width: 100%;
	background: #0053ff;
	background: -moz-linear-gradient(left, #0ebbd7 0%, #0dcfaf 100%);
	background: -webkit-linear-gradient(left, #0ebbd7 0%, #0dcfaf 100%);
	background: linear-gradient(to right, #0ebbd7 0%,#0dcfaf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ebbd7', endColorstr='#0dcfaf',GradientType=1 );
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FFF;
	font-size: 22px;
	cursor: pointer;
}

.login_copyright {
	color: #ffffff; /*版权声明文字颜色*/
	text-align: center;
	padding: 0 0 0 20px; /*版权声明位置*/
	font-size: 16px;
	line-height: 35px;
	font-family: "微软雅黑";
}

.login_info {
	/*color: #000000;*/
	color: #ff0000;
	line-height: 15px;
	width: 240px;
	margin-top: 5px;
	overflow: hidden;
	font-size: 12px;
}

.login_info2 {
	color: #999999;
	position: relative;
	float: left;
	left: 410px; /*提示信息x坐标*/
	top: -10px; /*提示信息y坐标*/
	line-height: 150%;
	width: 240px;
	overflow: hidden;
	font-size: 14px;
}

.login_skin {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #000000; /*皮肤管理文字颜色*/
	height: 30px;
	line-height: 30px;
}

.login_skin span {
	cursor: pointer;
	cursor: hand;
}


.loginTitle {
	display: block;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	height: 35px;
	margin-left: 5px;
}