html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 12px/150% Microsoft YaHei,Arial,Verdana,"宋体";
	color: #666;
	background: #fff;
}
a{
    color: #666;
    text-decoration: none;
}
a:hover{
    color: #3366cc !important;
}
.head{
	width: 80%;
	margin:0 auto;
}
.logo{
	padding: 10px 0;
	min-height: 80px;
}
.logo img{
	vertical-align: top;
	height: 60px;
}
.logo span{
	font-size: 26px;
	line-height: 60px;
	margin: 0 20px;
}
.phone-group{
	position: fixed;
	top: 28px;
	right: 30px;
}
.phone{
	width: 26px;
	height: 26px;
	color:#000;
	text-align: center;
	margin-bottom: 2px;
    cursor: pointer;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    position: relative;
}

.phone i{
	line-height:26px;
	font-size: 24px;
}
.tab-qrcode{
	position: absolute;
	width: 120px;
    height: 145px;
    padding: 10px;
    color: #999;
    z-index: 100;
    right: 20px;
    top: 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
    transition: left 0.3s ease-in-out 0.1s;
}
.phone:hover{
	border-radius: 0;
}
.phone:hover .tab-qrcode{
	left: -120px;
}
.tab-qrcode .qrcode-logo{
	position:absolute;
	display:none;
	top:-15px;
}
.tab-qrcode .qrcode-logo img{
	width: 24px;
	height: 24px;
	display: inline-block;
}
.tab-qrcode img.qrcode{
	width: 100px;
	height: 100px;
	display: block;
}
.tab-qrcode h5{
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 0px;
}
.weixin-qrcode{
	position: absolute;
	width: 120px;
    height: 145px;
    padding: 10px;
    color: #999;
    z-index: 100;
    right: 20px;
    top: 210px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
    transition: left 0.3s ease-in-out 0.1s;
}
.weixin-qrcode .qrcode-logo{
	position:absolute;
	display:none;
	top:-15px;
}
.weixin-qrcode .qrcode-logo img{
	width: 30px;
	height: 30px;
	display: inline-block;
}
.weixin-qrcode img.qrcode{
	width: 100px;
	height: 100px;
	display: block;
}
.weixin-qrcode h5{
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 0px;
}

.content{
	background: #ddd;
	background-size: 100% 100%;
	height: 70%;
	width: 100%;
	min-height: 475px;
	min-width: 990px;
	margin: 0;
}
.login-wrap {
	height: 100%;
	height: 475px;
    width: 990px;
	margin:0 auto;
	display: flex;
	display: -webkit-flex;
	align-items:center;
	justify-content:flex-end;
}
.login-form {
    float:right;
    z-index: 4;
    width: 346px;
    background: #fff;
    padding: 20px;
    margin-top:65px;
    margin-bottom:65px;
    margin-right:20px;
    overflow: visible;
}
.login-form .title{
	width: 306px;
    overflow: visible;
    height: 27px;
    margin-bottom: 5px;
}
.login-form .title span {
    height: 27px;
    line-height: 27px;
    color: #666;
    font-family: '微软雅黑';
    font-size: 20px;
}
.login-form .msg-warn {
    background: #fff6d2;
    color: #666;
    border: 1px solid #ffe57d;
    padding: 0 10px 0 40px;
    height: 28px;
}
.login-form .msg-error {
    background: #ffebeb;
    color: #e4393c;
    border: 1px solid #e4393c;
}
.login-form .msg-warn span{
	line-height: 28px;
}
.login-form .login-box{
	width: 100%;
	margin-top: 10px;
}
.login-form .login-box input.form-control{
	height: 38px !important;
}
.login-form .login-box .input-placeholder{
	height: 10px;
}
.verify-code{
	padding-left: 5px;
}
.verify-code a{
	line-height: 25px;
}
.btn-findpwd{
	padding-top: 7px;
	padding-right:1px;
	line-height: 20px;
	text-align: right;
}
.btn-findpwd a{
	cursor: pointer;
}
.btn-findpwd a:hover{
	color: #09c;
}
.btn-info{
	width: 100%;
}
.clear{
	clear: both;
}
.footer{
	width: 990px;
	margin:0 auto;
	padding: 30px 0 20px 0;
}
.links{
	text-align: center;
	padding: 5px 0;
}
.links a{
	margin: 10px 0;
	padding-left:15px;
	padding-right:17px;
	border-right: 2px solid #ddd;
}
.links a:last-child{
	border-right: 0px;
}
.copyright{
	text-align: center;
	padding: 5px 0;
}
.browser-content{
    border-radius: 0px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.browser-header{
	padding: 5px 15px;
}
.browser-title{
	text-align:center;
	width: 100%;
}
.browser-desc{
	text-align:center;
	width: 100%;
}
.browser-download{
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}
.browser-download a.browser-img {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	text-align: center;
}
a.browser-img img{
	width: 80px;
	height: 80px;
}
.browser-footer{
	text-align:center;
	width: 100%;
}
.browser-footer button{
	padding: 6px 25px;
}
.language-wapper{
	position: absolute;
	width: 140px;
    height: 145px;
    padding: 10px;
    z-index: 100;
    right: 220px;
    top: 14px;
}
.language-wapper>.dropdown>button.btn-language{
    border: 0;
}
.language-wapper .language-dropdown-menu{
	min-width:120px;
}
.language-wapper .language-dropdown-menu>li>a{
	padding: 5px 20px;
}
.glyphicon-user:before{
	content:'';
	width: 13px;
	height: 15px;
	background: url(../../img/login/account.png) center no-repeat;
	background-size: 13px 15px;
	display: block;
}
.glyphicon-lock:before{
	content:'';
	width: 13px;
	height: 15px;
	background: url(../../img/login/password.png) center no-repeat;
	background-size: 13px 15px;
	display: block;
}
label.error{
	color: #FF4040;
	font-weight: normal;
	margin-bottom: 0;
}
.btn-login-focus{
	width: 100%;
	background-color: #2F6BD5;
	border-color: #2F6BD5;
}
.btn-login-focus:hover{
	background-color: #1748A9 !important;
	border-color: #1748A9 !important;
}
.btn-login-focus:focus,.btn-login-focus:active:focus,.btn-login-focus.active:focus,.btn-login-focus.focus,.btn-login-focus:active.focus,.btn-login-focus.active.focus { 
	outline: none;   
	border-color: transparent;  
	box-shadow:none;
	background:#2F6BD5;
	color:#fff;
}
/* 记住密码单独样式 */
.checkall-box .checkbox {
    margin-top: 0;
    margin-bottom: 3px;
	padding-left: 14px;
}
.checkall-box .checkbox input[type='checkbox']{
	opacity: 0;
	z-index: 1;
	cursor: pointer;
	position: absolute;
	margin: 0;
	vertical-align: text-bottom;
	width: 75px;
	height: 17px;
	left: 0;
}
.checkall-box .checkbox label {
    width: 0;
    height: 0;
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 0;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    margin-left: -14px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	width: 14px;
	height: 14px;
	margin-top: 1px;
}
.checkbox-info input[type="checkbox"]:checked + label::after{
	font-family: "FontAwesome";
	content: "\f00c";
	color: #4877E6;
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	left: 1px;
	top: 0;
	margin-left: -14px;
	padding-left: 1px;
	-ms-padding-left: 2px;
	padding-left: 0;
	padding-top: 0px;
	font-size: 12px;
	-ms-font-size: 11px;
	font-size: 11px \9;
	line-height: 16px;
}