﻿/*默认*/
*{
	margin: 0;padding: 0;
}
body,ul,li,p,h1,h2,h3,h4,h5,h6,img,button,span,dl,dt,dd{
    margin: 0;
    padding: 0;
}
input,button{
    border: none;
    outline: none;
}
body{
    font-family: 'Microsoft Yahei',"Arial";
    font-size: 16px;
    text-align: center;
    line-height: 180%;
}
em,i{ font-style: normal !important; }
img{
    border:none;
}
ul,li,dl,dt,dd,ol{
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover { text-decoration: underline; }

.loginPageBody{
	display: block;	
	background-image: url(../images/user_loginbodybg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}
.LoginWrapbg {
	background: url(../images/user_loginimgbg.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position: relative;
}
.loginpart
{
	width: 916px;
	height: 594px;
	margin: 0 auto;
	position: absolute;
	left: 50%;top: 50%;
	margin-left: -458px;
	margin-top: -350px;
}

.loginLogo {
	width: 100%;
	height: 65px;
	font-family: "微软雅黑", "黑体";
	font-size: 28px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 65px;
	color: #fff;
}

.loginBar_wrap{
	font-size:14px;
	width: 513px;
	margin:50px auto 0;
	border:1px solid #0750c9;
	box-shadow: 0 0 10px #fff;
	padding: 20px;
}

.loginBar {
	background: #fff;
	padding: 20px 40px;
}

.titleWrap{
	font-size:20px;
	font-weight:bold;
	line-height:60px;
}

.fieldWrap {
	text-align: left;
	overflow: hidden;
}

.inputWrap {
	height: 48px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 48px;
}

	.inputWrap > span {
		float: left;
		width: 90px;
		text-align: center;
		border-right: 1px solid #f0f0f0;
	}

.inputWrap>img{
	float: left;
    margin: 12px 0 6px 12px;
    padding-right: 15px;
    width: 20px;
    text-align: center;
    border-right: 2px solid #ccc;
}
.inputWrap>input {
    float: left;
    border: none;
    outline: none;
    background: transparent;
    line-height: 0;
    padding: 5px;
    padding-left: 16px;
    width: calc(100% - 118px);
	height: 38px;
	font-size:14px;
}
.msgWrap {
	display: block;
	float: left;
	width: 100px;
	padding-top: 2px;
	font-size: 12px;
	padding-left: 10px;
}

.inputWrap .midPart {
	width: calc(100% - 218px);
}
.rightPart {
	float: left;
	width: 100px;
	text-align:center;
}

.bottomWrap{
	line-height:35px;
	text-align:right;
	padding-top:20px;
}

.selectWrap {
	background: url(/Images/loginSelectWrapbg.gif) no-repeat left top;
}

.verifyCodeWrap {
	display: none;
}

.verifyCode {
	float: left;
}

.copyright {
	margin-top: 60px;
	text-align: center;
	color: #fff;
}

img {
	vertical-align: middle;
}

.loginBtnWrap {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3ab4fa;
    color: #fff;
    font-size: 18px;
}
.btnGetpassword {
	color: #333;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	margin-top: 10px;
	float: left;
}

#browser_ie {
	BACKGROUND-COLOR: #f6f6b4;  HEIGHT: 100px; COLOR: #000; FONT-SIZE: 15px;POSITION: relative;Z-INDEX:1
}
#browser_ie .brower_info {
	MARGIN: 0px auto; WIDTH: 800px; PADDING: 17px 0
}
#browser_ie .brower_info .notice_info {
	POSITION: relative; MARGIN-TOP: 5px; FLOAT: left
}
#browser_ie .brower_info .notice_info P {
	TEXT-ALIGN: left; LINE-HEIGHT: 25px; WIDTH: 360px; DISPLAY: inline-block
}
#browser_ie .browser_list {
	POSITION: relative; FLOAT: left
}
#browser_ie .browser_list IMG {
	WIDTH: 40px; HEIGHT: 40px
}
#browser_ie .browser_list SPAN {
	TEXT-ALIGN: center; WIDTH: 80px; DISPLAY: inline-block
}
