@charset "utf-8";
/* CSS Document */
body{
	font-size:14px;
	font-family:'Microsoft YaHei',Verdana,Arial,'Times New Roman',SimHei;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	min-width:1024px;
	min-height:630px;
	}
*{
	margin:0px; 
	padding:0px;
}

/* 新版登录页,密码重置2个页面的样式 */
.login-section{
	width: 100%;
	height: 100%;
	min-width:1200px;
	position: relative;
}
.login-section::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../../images/newPicture/login_bg.png) no-repeat center center;
    background-size: cover;
    opacity: 1;
  }
.login-top{
	width:100%;
	height:60px;
}
.login-top .bg-responsive{
	width:100%;
	height:60px;
}
.login-top span{
	float:left;
}
.login-title{
	margin-left:20px;
	font-size:24px;
	color: #fff;
	padding-top:11px;
}
.login-title > img{
	float:left;
}
.login-center{
	width:100%;
	height:76%;
	background:url(../images/reset-center-background.png) 0% 0%;
	background-size:100%  100%;
	overflow:hidden;
	zoom:1;
}
.login-center-cont{
	width:50%;
	height:100%;
	margin-left:5%;
	padding-top:20%;
	float:left;
	box-sizing:border-box;
}
.login-center-cont-mes{
	width:100%;
	text-align: right;
}
.login-center-cont-mes-blockred{
	padding:5px 20px;
	background:#ff0000;
	font-size:28px;
	color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.login-center-cont-mes-img{
	width: 100%;
	height: 70px;
}
.login-center-cont-mes-quotes{
	margin-right: 15px;
}
.login-center-cont-mes-en{
	/* font-family:'SimplifiedArabic'; */
	color:#fff;
	font-size:34px;
	margin-top:2%;
}
.login-center-cont-mes-ch{
	color:#fff;
	font-size:32px;
	margin-top:1.8%;
}
@media (max-width: 1440px) {
    .login-center-cont-mes-en{
		font-size:30px;
	}
	.login-center-cont-mes-ch{
		font-size:28px;
	}
}
@media (max-width: 1024px) {
	.login-center-cont-mes-blockred{
		font-size:23px;
	}
    .login-center-cont-mes-en{
		font-size:23px;
	}
	.login-center-cont-mes-ch{
		font-size:21px;
	}
}

.login-center-right-cont{
	height:86%;
	width:50%;
	margin:0  auto;
	background:#fff;
	-webkit-box-shadow:15px 15px 0px #274b7f;
	-o-box-shadow:15px 15px 0px #274b7f;
	-moz-box-shadow:15px 15px 0px #274b7f;
	-ms-box-shadow:15px 15px 0px #274b7f;
	box-shadow:15px 15px 0px #274b7f;
}
.login-center-right-conttop{
	background:url(../images/reset-lock.png) no-repeat 48% 80%;
	background-size:25% 83%;
	height:35%;
	width:100%;
}
.login-center-right-conttextuser{
	background:url(../images/login_icon_user_n.png) no-repeat 5%;
	background-color:#f4f9fd;
	border:1px solid #ccc;
	height:8%;
	width:60%;
	margin-left:20%;
	padding-left:15%;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
}
.login-center-right-conttextuserw{
	background:url(../images/login_icon_user_s.png) no-repeat 5%;
	background-color:#f4f9fd;
	border:1px solid #5c88c7;
	height:8%;
	width:60%;
	margin-left:20%;
	padding-left:15%;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
}
.login-center-right-conttextlock{
	background:url(../images/login_icon_lock_n.png) no-repeat 5%;
	background-color:#f4f9fd;
	border:1px solid #ccc;
	height:8%;
	width:60%;
	margin-left:20%;
	padding-left:15%;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	margin-top:3%;
}
.login-center-right-conttextlockw{
	background:url(../images/login_icon_lock_s.png) no-repeat 5%;
	background-color:#f4f9fd;
	border:1px solid #5c88c7;
	height:8%;
	width:60%;
	margin-left:20%;
	padding-left:15%;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	margin-top:3%;
}
.login-center-right-contbtn{
	margin-top:6%;
	margin-left:22%;	
}
.login-center-right-contcomfirbtn{
	height:7%;
	width:30%;
	background:#3a70ba;
	border:1px solid #3a70ba;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
}
.login-center-right-contresetbtn{
	height:7%;
	width:30%;
	background:#3a70ba;
	border:1px solid #3a70ba;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin-left:10%;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
}
.login-foot{
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	background-color: rgba(0, 0, 0, 0.35);
	position:fixed;
	bottom:0;
}
.loginnew-center-right-conttop{
	width:100%;
	color:#000;
	font-size:32px;
	font-weight:bold;
}
.login-top-lang {
	font-size:16px; 
	padding-right:25px;display: flex; align-items: center;
	padding-top:4px;
	float:right;
}
.login-top-lang img:nth-of-type(2) {margin-left: 20px;}
.enter_lang_zh{
	float:left;margin:0 10px;
}
.enter_lang_word, .enter_line{
	color:#000;
}
.enter_line{
	padding: 0 10px;
}
a {
	text-decoration:none;
	color:#000;font-size: 16px;
}
a:hover{
	color:#000;
}

.login-input {
	color: #000000;
	border:0;
	height:56px;
	width:100%;background:#f3f7fb;
	padding-left:45px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-moz-border-radius:8px;transition:all .3s ease;
	-ms-border-radius:8px;
	border-radius:8px;border:2px solid rgba(0,0,0,0);
	box-sizing:border-box;position: relative;
	font-size:16px;
}
.login-input:focus {border:2px solid #008efa;}
.user {margin: 40px 0 20px;position: relative;}
input {outline: none;}
.login-input::-webkit-input-placeholder {color: #87909c;text-align: left;font-size: 16px;}
.login-enter-center-right-cont input:-webkit-autofill {
	-webkit-text-fill-color: #000;
	border-radius: 5px;
	width: 100%;
	transition: background-color 50000s ease-in-out 0s;
	height: 56px;
}
.user,.password {position: relative;}
.user img,.password img {position: absolute;left: 15px;top: 17px;z-index: 1;}
#password {}
.login-enter-center{
	width:100%;
	height:calc( 100% - 130px);
	overflow:hidden;
	zoom:1;
}
.adv-word{
	height:10%;
	width:100%;
	font-size:30px;
	color:#ffffff;
	text-align:center;
	text-shadow: 3px 3px 8px #000000;
	font-weight:bold;
}
.adv-word div{
	font-size:24px;
}
.login-enter-center-right-cont{
	width:360px;
}
.login-enter-right-pass{
	margin-top:15px;
	width:370px;
	text-align:left;
	display:inline-block;
}
.login-enter-password-rem{
	color: #3e4b5f;
	font-size:14px;
}
.login-enter-password-reset{
	margin-left:25%;
	vertical-align:2px;
}
.login-btncont{
	margin-top:25px;
}
.login-btn {
	width:100%;
	height:56px;
	/* background:#fe7463; */
	color:#fff;
	font-size:20px;
	border:none;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	border-radius:8px;
	cursor:pointer;
	outline:none;
	background:#2386ea;
}
.login-error-tip{
   height:24px;
}
.login-section .login-content{
	background: #fff;
	width:1000px;
	height:520px;
	position:fixed;
	left: calc(50% - 500px);
	top: calc(50% - 260px);
	-webkit-box-shadow: 0px 6px 50px rgba(27, 52, 69, .4);
    box-shadow: 0px 6px 50px rgba(71, 108, 137, .4);
}
.login-content .left {width: 500px;height: 520px;float: left;color: #fff;
    position: relative;
    padding: 80px 60px 48px;box-sizing: border-box;background: #fff;
	/* background-image: linear-gradient(to right, #fff, #f3f7fb); */
    background: -webkit-gradient(linear, left bottom, left top, from(#303e59), to(#58698a));
    background: linear-gradient(0deg, #303e59 0%, #58698a 100%);
}
.login-content .left .info {margin-top: 15px;font-size: 15px;line-height: 30px;text-align: center;}
.login-content .left h1 {text-align: center;}
.login-content .left h1 span {display: block;margin-top: 15px;}
.login-content .content-earth{
	width:62%;
	height:100%;
	float:left;
	background:url(../images/green_earth.png) no-repeat 0 0;
}
#langForm {position: fixed;top: 0;left: 0;right: 0;z-index: 1;}
.login-content .login-center-right{
	width:500px;
	float:right;margin-top: 80px;
	box-sizing: border-box;padding: 0 70px;
}
	
/*placeholder默认字体颜色*/
input:-moz-placeholder,   
textarea:-moz-placeholder {   
    color: #fff;   
}   
  
input:-ms-input-placeholder,   
textarea:-ms-input-placeholder {   
    color: #fff;   
}   
  
input::-webkit-input-placeholder,   
textarea::-webkit-input-placeholder {   
    color: #fff;   
} 
/* 修改密码页面放置修改密码的地方 */
.revisePassword{
	margin-left:25%;
	font-size:22px;
	color:#fff;
	line-height:.1em;
	vertical-align:bottom;
}
.rememberPassword {display: flex; align-items: center;}
.login-left_center_btm {margin-top: 40px;display: flex; align-items: center;border-top:1px solid rgba(255,255,255,.2);padding: 30px 0 20px;}
.login-left_center_btm span {display: flex; align-items: center;margin-right: 17px;}
.login-left_center_btm span i {margin-right: 10px;}
.login-left_center_btm span:last-child {margin-right: 0;}
.more {text-align: center;font-size: 22px;}
/* checkbox样式 */
.chk_1 {
    display: none !important;
}
.chk_1 + label {
    border: 1px solid #ccc;
    width: 20px;height: 20px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    vertical-align: middle;
	box-sizing: border-box;
    cursor: pointer;
    background:#fff;
}
.chk_1:checked + label:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
	border: 1px solid #3385ff;
    background:#3385ff url(../images/radio_checked.png) no-repeat center;
    color: #fff;
    width: 18px;height: 18px;
    border-radius: 4px;
}


/* @media screen and (max-width: 1400px){
.login-content{margin-top:0;position:static;width: 1000px;height: 880px;}
} */







