﻿/*==publicBody
=============================================================*/
body{font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 13px;color:#6b6b6b;background-color: #f7f7f7;}
body,div,form,img,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p{margin:0px;padding:0px;border:0px;}
ol,ul{ margin:0px; padding:0px;list-style:none;}
html,body{height: 100%;max-height: 100%;}
/* ===========
 头部
=========== */
.login-header{
	color:#fff;
	height: 60px;
	position: relative;
	*zoom: 1;
	box-sizing: border-box;
	padding: 15px 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: space-between;
	background:#1C2023;
}
.login-logo{
	width: 220px;
}
.logo_lang{
	background:url(../common-image/login/en.png) no-repeat;
	cursor: pointer;
	width: 50px;
	height: 17px;
	padding-left: 32px;
}
/* ===========
 登录、注册内容块
=========== */
.login-con input:-moz-placeholder{
  color: #999;
}
.login-con input:-ms-input-placeholder{
  color: #999;
}
.login-con input::-webkit-input-placeholder{
  color: #999;
}
.login-con .fl {
	float: left;
}
.login-con .fr {
	float: right;
}
.login-con .pt-125{
	padding-top:125px;
}
.login-con .mb-20{
	margin-bottom: 20px;
}
.login-con .mb-10{
	margin-bottom: 10px;
}
.login-vaild{
	color: #f42020;
	height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
}
.login-con{
	width: 100%;
	height: 100%;
	line-height: 20px;
	color: #4D4D4D;
	background-color: #24252A;
}
.login-form-box{
	width: 1000px;
	height: 500px;
	position: absolute;
	margin-left: -500px;
	margin-top: -300px;
	left: 50%;
	top: 50%;
}
.login-form-title{
	text-align: center;
	color:#FFFFFF;
	margin-bottom: 40px;
}
.login-icon{
	width: 40px;
	margin-right: 10px;
    position: relative;
}
.login-title-primary {
	font-size: 32px;
    height: 28px;
}
@media all and (min-height:800px){
	.login-title-primary {
		font-size: 40px;
		height: 32px;
	}
}
.login-title-secondary {
	font-size: 14px;
}
.login-img-box{
	width: 600px;
	height: 100%;
	background: url("../images/login/login_form_img.jpg") no-repeat center center;
	background-size: cover;
	float: left;
}
.login-title{
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}
.login-list{
	float: left;
	width: 400px;
	height: 500px;
	text-align: center;
	background: #FFFFFF;
	box-sizing: border-box;
	z-index: 1;
	padding-left: 50px;
	padding-right: 50px;
}
.login-list>input{
	width: 300px;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #28AAE6;
	color: #4D4D4D;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border-radius: 0;
	font-size: 14px;
	box-shadow: 0 0 0px 1000px  #FFFFFF inset;
}
.login-submit{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	color: #FFF;
	border-radius: 0;
	background: #02A6F1;
}
.login-submit:hover{
	background: #03C2F9;
}
.login-other {
	line-height: 30px;
	font-size: 14px;
	color: #969696;
}
.login-other>input {
	margin: 0;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}
.login-acc-btn{
    color: #969696;
    cursor: pointer;
	line-height: 30px;
}
.login-acc-btn:hover{
	color: #02A6F1;
}

/* ===========
 底部
=========== */
.copyright-box{
	width: 100%;
	text-align: center;
	position: absolute;
	clear: both;
	bottom: 0;
	color: #9b9ea0;
	background:#1c2023;
	padding: 12px 0px;
}
.copyright-box p{
	margin: 0 auto;
	font-size: 14px;
	margin-bottom: 4px;
	line-height: 20px;
}
.copyright-box p:nth-of-type(2){
	margin-bottom:0px;
}
.copyright-box p span.links{
	cursor:pointer;
}
.copyright-box p span.links:hover{
	cursor:pointer;
	text-decoration: underline;
}
.versionCompare {
	position: absolute;
	right: 14px;
	top: -20px;
	font-size: 12px;
}
/* ===========
 官方微信
=========== */
p.tc {
    text-align: center;
    margin: -14px 0 10px;
    font-size: 14px;
	line-height: 24px;
    height: 24px;
}