@charset "utf-8";
html, body, :global(#root) {
 height: 100%;
}
/* ~~ 元素/标签选择器 ~~ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
	padding: 0;
	margin: 0;
}
ol, ul, li {
	list-style: none;
}
a img, img { /* 此选择器将删除某些浏览器中显示在图像周围的默认蓝色边框（当该图像包含在链接中时） */
	border: none;
	margin: 0;
	padding: 0;
}
a:link, a:hover, a:active, a:focus {
	color: #333;
	text-decoration: none;
}
em, i {
	font-style: normal;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
body {
	background: url(/static/pc/img/loginNew/body_bg-dd741695479f920a5cf4fbb25f2baaf7.jpg) no-repeat left top;
	font: normal 14px/22px 微软雅黑;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0;
	color: #333;
	position: relative;
	min-width: 860px;
}

.logo {
	text-align: center;
	width: 90%;
	margin: 0 auto 4%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo img {
	display: inlne-block;
	width: 94px;
	vertical-align: middle;
	margin-right: 18px;
}

.logo span {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    height: 53px;
    line-height: 53px;
    -moz-text-shadow: 2px 2px 5px #666;
    -webkit-text-shadow: 2px 2px 5px #666;
    text-shadow: 2px 2px 5px #666;
    display: inline-block;
}

#main {
	margin: 0 auto;
	width: 62%;
	max-width: 1200px;
	min-width: 800px;
	overflow: hidden;
}

.loginBox {
	background: url(/static/pc/img/loginNew/login_box_bg-0a70f72139601e294dfa3ef8e0432e3b.png) repeat left top;
	border-radius: 10px;
	box-shadow: 0 0 15px #777;
	padding: 0 5%;
	display: -webkit-flex; /*在webkit内核的浏览器上使用要加前缀*/
    display: flex;
	align-items: flex-start;
}

.loginBox .photo {
	float: left;
	width: 53%;
	margin-right: 2%;
}

.loginBox .photo img {
	display: block;
	width: 100%;
}

.loginBox .login {
	font-size: 16px;
	float: right;
	overflow: hidden;
	width: 45%;
	margin-top: 5%;
}
.loginTitle {
	font-size: 24px;
	margin-bottom: 5%;
}
.loginTitle ul {
	margin: 0;
}
.loginTitle li {
	cursor: pointer;
	float: left;
	width: 50%;
}
.loginTitle li.on {
	color: #1e9fff;
}

.loginUl {
	clear: both;
}
.loginUl li {
	margin-bottom: 7%;
	position: relative;
}
.loginUl .loginBorder {
	background-color: #E8F1FC;
	border: 1px solid #B4BEC8;
	border-radius: 5px;
	height: 54px;
	line-height: 54px;
}
.loginUl .username .loginBorder,
.loginUl .password .loginBorder {
	background: #E8F1FC url(/static/pc/img/loginNew/login_bg-c137d4c20cd49e08d7bd8c7b7f07cbb1.png) no-repeat right 0px;
	padding: 0 65px 0 20px;
}
.loginUl .code loginBorder,
.loginUl .code .loginBorder {
	padding: 0 120px 0 10px;
}

.loginUl .password .loginBorder {
	background-position:  right -87px;
}

.loginUl .message .loginBorder {
	background-position: right -110px;
}

.loginUl .code_img {
	position: absolute;
	top: 6px;
	right: 8px;
	height: 43px;
	display: block;
	width: 107px;
}
.loginUl .code_img img {
	width: 107px;
	height: 43px;
	vertical-align: top;
}
.loginUl .send {
	position: absolute;
	top: 1px;
	right: 1px;
	border-radius: 0 5px 5px 0;
	color: #333;
	display: block;
	height: 54px !important;
	line-height: 30x;
	width: 100px !important;
	text-align: center;
}
.loginUl .send {
	border-left: 0.5px solid #B4BDC7;
}
.loginUl li:last-child {
	margin-bottom: 0;
}
.loginUl li input[type=text]:focus {
	outline: none;
}
.loginUl li input:focus {
	outline: none;
}
.loginUl li input {
	background-color: #E8F1FC;
	border: none;
	color: #666;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	width: 100%;
	padding: 0;
}
.login .loginBtn {
	margin-top: 7%;
}
.btn {
	background-color: #1E9EFF;
	border-radius: 5px;
	color: #fff !important;
	display: block;
	font-size: 24px;
	height: 56px;
	line-height: 56px;
	cursor: pointer;
	width: 100%;
	text-align: center;
}
.other {
	clear: both;
	font-size: 18px;
	margin-top: 10px;
	text-align: right;
}
.other a {
	color: #1e9fff;
}

.copyright {
	clear: both;
	text-align: center;
	height: 100px;
}
.copyright p {
	background-color: #fff;
	font-size: 18px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	padding: 15px 0;
	line-height: 35px;
	overflow: hidden;
}

.copyright p a {
	color: #000;
}

.loginBox .login a:link,
.loginBox .login a:hover,
.loginBox .login a:active,
.loginBox .login a:focus {
	color: #333 !important;
	text-decoration: none !important;
}
.loginBox .login .btn:link,
.loginBox .login .btn:hover,
.loginBox .login .btn:active,
.loginBox .login .btn:focus {
	color: #fff !important;
}

html,body{
	padding:0;
	margin:0;
	height:100%;
}

#container:before{
	content:"";
	display:inline-block;
	height:100%;
	width:0;
	vertical-align: middle;
	margin-left:-.25em;
}
#container {
	height:100%;
	text-align:center;
}

#main{
	text-align: left;
	display:inline-block;
	vertical-align: middle;
}

@media all and (min-width: 0px) and (max-width: 1440px) {
	.loginBox .login{
		margin-top: 3%;
	}
	.loginTitle li {
		font-size: 20px;
	}
	.logo {
		margin-bottom: 2%;
	}
	.logo img {
		width: 60px;
		margin-right: 10px;
	}
	
	.logo span {
		font-size: 35px;
		font-weight: bold;
		color: #fff;
		height: 65px;
		line-height: 61px;
		-moz-text-shadow: 4px 4px 9px #aaa;
		-webkit-text-shadow: 4px 4px 9px #aaa;
		text-shadow: 4px 4px 9px #aaa;
		display: inline-block;
		vertical-align: middle;
	}
	#main {
		margin-bottom: 0;
	}
	
	.loginTitle {
		margin-bottom: 5%;
	}
	
	.loginUl li {
		margin-bottom: 4%;
	}
	.login .loginBtn {
		margin-top: 4%;
	}
	.copyright {
	height: 50px;
	}
	.copyright p {
		font-size: 14px;
		padding: 5px 0;
		height: 40px;
		line-height: 20px;
	}

}