@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%;
	background:url(../../../images/newPicture/login_bg.png);
	background-size:100% 100%;
	min-width:1200px;
}
.login-top{
	width:100%;
	height:60px;
}
.login-top .bg-responsive{
	width:100%;
	height:60px;
}
.login-top span{
	float:left;
	margin-top:1px;
}
.login-title{
	margin-left:20px;
	font-size:28px;
	color: #ffffff;
	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{
	height:28%;
	width:100%;
	color:#ffffff;
	font-size:24px;
	line-height:165px;
	font-weight:bold;
}
.login-top-lang{
	font-size:16px; 
	padding-right:25px;
	padding-top:4px;
	float:right;
	display:inline-block;
}
.enter_lang_zh{
	float:left;
	padding:5px 5px 0px 0px;
}
.enter_lang_word, .enter_line{
	vertical-align:4px;
	color:#ffffff;
}
.enter_line{
	padding: 0 10px;
}
a {
	text-decoration:none;
	color:#ffffff;
}
a:hover{
	color:#F00;
}

.login-textborderf{
	background-image:url(../../../images/newPicture/login_phone.png);
	background-size:50px 50px;
	background-repeat:no-repeat;
	background-color:rgba(255,255,255,1);
	color: #000000;
	border:none;
	height:50px;
	width:390px;
	padding-left:60px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	box-sizing:border-box;
	font-size:16px;
	margin-left:15px;
}
.login-textborderf:focus{
/* 	background:url(../images/user_icon_focus.png) no-repeat 5%;
	border:1px solid #ffffff;*/
	outline:none; 
}

.login-textborders{
	background-image:url(../../../images/newPicture/login_pwd.png);
	background-size:50px 50px;
	background-repeat:no-repeat;
	background-color:rgba(255,255,255,1);
	color: #000000;
	border:none;
	height:50px;
	width:390px;
	padding-left:60px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	margin-top:5%;
	box-sizing:border-box;
	font-size:16px;
	margin-left:15px;
}
.login-textborders:focus{
/* 	background:url(../images/psw_icon_focus.png) no-repeat 5%;
	border:1px solid #ffffff; */
	outline:none;
}


.login-textbordersw{
	/* background:url(../images/login_icon_lock_s.png) no-repeat 5%;
	color: #ffffff;
	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:5%; */
}

.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{
	height:88%;
	width:100%;
	margin:0  auto;
	text-align: center;
	/* background-color: rgba(0, 0, 0, 0.3); */
	background-image:url(../../../images/newPicture/login_circle.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}
.login-enter-right-pass{
	margin-top:3%;
	width:370px;
	text-align:left;
	display:inline-block;
}
.login-enter-password-rem{
	/* vertical-align:2px; */
	color: #ffffff;
	font-size:16px;
	padding-left:8px;
}
.login-enter-password-reset{
	margin-left:25%;
	vertical-align:2px;
}
.login-btncont{
	height:8%;
	margin-top:15px;
}
.login-btn{
	width:390px;
	height:50px;
	/* background:#fe7463; */
	color:#fff;
	font-size:20px;
	border:none;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	outline:none;
	background-image: linear-gradient(0deg, #0066cc 0%, #45aeee 100%), linear-gradient(#13426e, #13426e);
	margin-left:15px;
}
/* .login-btn:hover{
	background-color:#d1351f;
} */
.login-error-tip{
   height:24px;
}
.login-content{
	width:510px;
	height:560px;
	position:absolute;
	left:60%;
	margin-top:8%;
}
.login-content .content-earth{
	width:62%;
	height:100%;
	float:left;
	background:url(../images/green_earth.png) no-repeat 0 0;
}
.login-content .login-center-right{
	width:100%;
	height:100%;
	float:right;
	box-sizing: border-box;
}
	
/*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:0.1em;
	vertical-align:bottom;
}

/* checkbox样式 */
.chk_1 {
    display: none !important;
}
.chk_1 + label {
    border: 1px solid #b6d9ea;
    padding: 7px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-right: 2px;
    vertical-align: middle;
    cursor: pointer;
    background-color:#ffffff;
}
.chk_1:checked + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background:url(../images/radio_checked.png) no-repeat ;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    border-radius: 3px;
    vertical-align: text-top;
}
/*覆盖user agent stylesheet*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
	background-color:rgba(255,255,255,0.2)!important;
}


@media screen and (max-width: 1400px){ /* 1310px相当于1500px */
.login-content{margin-top:0;position:static;float:right;}
}







