/*用于固定登录框*/
#loginArea {
	position: absolute;
	top: 180px;
	width: 100%;	
	height:100px;
	z-index:10;
	text-align:center;
}
#loginArea .loginArea-inner
{
	width:1200px;
	height:100px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
#loginBox {
	height: 320px;
	width: 300px;
	border: 1px solid #CCCCCC;
	right:0px;
	position:absolute;	
}
#loginBoxBack {
	height: 320px;
	width: 300px;
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity=60);
	right:0px;
	position: absolute;
	margin-top: 1px;
	margin-right: 1px;
}
#loginBox .width {
	width: 250px;
}
/*禁止登录的提示*/
.noLogin {
	font-size: 16px;
	line-height: 200px;
	text-align: center;
}
/*错误信息的提示框*/
.errTextbox {
	background-color: #FFC4C4;
	border: 1px solid #0387d9 !important;
}
.loginRow label {
	margin-left: -66px;
	margin-right: 50px;
}
.lbar {
	height: 30px !important;
}
#loginBox .loginBar {
	height: 50px;
	background: #333;
    border: 1px solid #333;
    box-sizing: border-box;
}
.lbar a{color: #000;}
.loginBar .loginTitle {
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	float: left;
	width: 150px;
	cursor: pointer;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	letter-spacing: 0.15em;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #CCCCCC;
	color: #333333;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #eee;
}
.loginTitle a {
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #333333;
	text-decoration: none;
	display: block;
}
.loginTitleCurr {
	color: #0387d9;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	float: left;
	width: 150px;
	cursor: pointer;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	letter-spacing: 0.15em;
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight: bold;
}
.loginTitleCurr a {
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-decoration: none;
	display: block;
	cursor: default;
	
}
.loginTitleCurr a b {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../../images/icon-1.png) no-repeat;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 35px;
	background-position: -206px -199px !important;
}
.loginArea form {
	margin: 10px;
}
#loginBox .textbox {
    float: left;
    width: 75%;
    height: 34px;
    padding: 3px 7px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.loginRow {
	line-height: 40px;
	width: 100%;
	height: 40px;
	margin-bottom: 8px;
}
.loginRow .loginRowRight {
	text-align: right;
	float: left;
	width: 80px;
	font-size: 15px;
}
.loginRow .loginRowLeft {
	float: left;
	width: 200px;
}
.verify {
	float: left;
	width: 155px;
}
.verifyCode {
}
.right-btn {
	cursor: pointer;
	height: 40px;
	float: left;
	margin-top: 0px;
	border: 1px solid #CCC;
	text-align: center;
	background-color: #FFF;
}
.btnBar {
	margin-bottom: 0px;
	height: 30px !important;
}
/*按钮禁用时的效果*/
.disabled {
	background-color: #666 !important;
}
.btnLogin {
	display: inline-block;
    margin-right: 20px;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	background-color: #0074cb;
	border: 1px solid #0074cb;
}
.btnLogin:hover{
	background-color: #fff;
	color: #0074cb;
}
.aRegister {
    display: inline-block;
    margin-right: 20px;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    float: left;
    border: 1px solid #FF2D55;
    color: #FF2D55;
    background: #fff;
}
.aRegister:hover{
	color: #fff;
    background: #FF2D55;
}
.btnRegister {
	line-height: 30px;
	text-align: center;
	display: block;
	height: 30px;
	width: 250px;
	float: left;
	margin-left: 0px;
	background-color: #0387d9;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.btnInManage {
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-left: 10px;
	background-color: #0074cb;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.btnLogout {
	line-height: 30px;
	text-align: center;
	display: block;
	height: 30px;
	width: 120px;
	float: left;
	margin-left: 20px;
	background-color: #666666;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.loginArea {
	padding-top: 2px;
}
.isLoginBox {
	font-size: 14px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.login-show {
	color: rgb(51, 51, 51);
	font-size: 16px;
	text-align: center;
	font-family: "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu;
	margin-bottom: 10px;
}
.stLoginPhoto {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: auto;
	margin-top: 40px;
	margin-left: auto;
	margin-bottom: 10px;
}
.stLoginPhoto img
{
    width:140px;
}
.isLoginBox .loginRow {
	text-align: center;
	margin-left: 0px;
	position: absolute;
	bottom: 0;
}
/*倒数，数秒的样式*/
.accss {
	margin-right: 5px;
	margin-left: 5px;
	color: #F00;
}
/*第三方登录*/
.lfootBar {
}
dl.OAuth {
    height: 35px;
    line-height: 35px;
    width: 100%;
    margin-top: 5px;
}
dl.OAuth dd {
	float: left;
	margin-right: 10px;
}
dl.OAuth dd a {
	display: inline-block;
	position: relative;
	padding-left: 24px;
}
dl.OAuth dd b {
	width: 19px;
	height: 18px;
	display: block;
	background: url(../../images/QQ-weixin.png) no-repeat;
	margin: 0 auto;
	position: absolute;
	float: left;
	left: 0;
	top: 16px;
}
dl.OAuth dd span {
	color: #333;
	display: block;
    margin-top: 7px;
}
.QQ-icon {
	background-position: 0 0 !important;
}
.weixin-icon {
	background-position: -20px 0px !important;
}
.input-group-btn{
	position: relative;
    font-size: 0;
	white-space: nowrap;
	float: left;
}
.btn-default{
	text-shadow: 0 1px 0 #fff;
	position: relative;
    margin-right: -1px;
    display: inline-block;
    padding: 12px 8px;
    margin-bottom: 0;
    font-size: 12px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #ccc;
    background: #fff;
}
.padd-word{
	display: block;
    width: 60px;
    float: left;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.logo3{
	width: 120px!important;
	border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
	border-right: none!important;
	border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
}
button{outline:none;}

