@CHARSET "UTF-8";


button,input,select,textarea{
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
li{
    list-style: none;
}
/*update*/
.login-box{
	position: absolute;
    width: 1198px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -599px;
}
.login-logo {
	width: 285px;
	height:142px;
	text-align: center;
	margin: 0 auto;
}
.login-content{
    overflow: hidden;
    zoom: 1;
    width: 1198px;
    height: 600px;
    /*background: url(../../images/platform/update/updateLogin/login_box_bg.png) 0 0 no-repeat;*/
    background-size: 100% 122%;
}
.copy {
	margin: 0 auto;
	font-size: 12px;
	padding-top: 30px;
	text-align: center;
}

.login-content .login-left{
	float: left;
	width: 606px;
	height: 600px;
	text-align: center;
	margin:0 auto;
}
.contact-text-login{
	width:280px;
	height:280px;
	margin:auto;
	margin-top:85px;
}
.contact-text-p{
	font-size: 50px;
	letter-spacing: 0px;
	line-height: 66px;
	color: rgba(39,134,229,1);
	margin-top:25px;
	font-weight: bold;
	text-shadow: -3px -3px 1px white, 3px -3px 1px white, -3px 3px 1px white, 3px 3px 1px white;
	
}
.contact-text-login>img{
	width:100%;
	height:100%;
}
.login-right{
	float: right;
	width: 450px;
	height: 600px;
	border-radius: 40px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 6px  rgba(0, 0, 0, 0.16);
	overflow: hidden;
}


.login-title-div{
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom:20px;
}
.login-title-div .login-title{
    width:130px;
	font-size: 35px;
	line-height: 66px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	border-bottom:3px solid rgba(67, 130, 252, 1);
	margin:auto;
}
.login-title-s{
	display: block;
	clear: both;
    width: 150px;
    margin: 0 auto;
    padding-top: 30px;
}
.login-title-s > img{
	display: block;
	width: 100%;
	height: auto;
}
.form{
	padding: 0px 50px;
}
.username{
	float:left;
    width: 100%;
    height: 55px;
    line-height: 38px;
    margin-top: 20px;
    padding-left: 60px;
	border-bottom: 0px;
    outline: 0;
    font-size: 16px;
    background: url(../../images/platform/update/updateLogin/user-icon1.png) 28px center no-repeat ;
	border-radius: 43px;
	border: 2px solid rgba(210, 210, 210, 1);
	background-size: 6%;
    
}
.CARSI{
    width: 100%;
    margin-top: 10px;
    text-align:center;
	font-size: 18px;
	letter-spacing: 0.48px;
	line-height: 30px;
	color: rgba(67, 130, 252, 1);
    
}
.CARSI-name{
	float:left;
   width: 100%;
    height: 55px;
    line-height: 38px;
    margin-top: 60px;
    padding-left: 40px;
    font-size: 16px;
    outline: 0;
    background: url(../../images/platform/update/updateLogin/user-icon1.png) 8px center no-repeat;
    border-radius: 43px;
	border: 2px solid rgba(210, 210, 210, 1);
	background-size: 6%;
}
.tipsa{
    color: #f00;
    font-size: 14px;
    height:30px;
    line-height:30px;
}
.CARSI-btn{
	float:left;
    width: 100%;
    height: 55px;
    line-height: 55px;
    margin-top: 60px;
    border: 0;
    outline: 0;
    font-size: 20px;
    color: #ffffff;
    background: rgba(67, 130, 252, 1);
    border-radius: 43px;
}
.dropdowns{
	width:350px;
	line-height: 30px;
	box-sizing:border-box;
	position:absolute; 
	top:298px;
	right:50px;
	border:none;
	cursor:pointer;
	box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.dropdowns>div{
	width:310px;
	padding-left:40px;
}
.dropdowns>div:hover{
	background-color: #F5F6F9;
}
.CARSI-foot{
	float:left;
    width: 100%;
    height: 40px;
    line-height: 34px;
    text-align:center;
    margin-top: 60px;
}
.CARSI-foot>img{
	 width: 40px;
    height: 40px;
}
.password{
	float:left;
    width: 100%;
    height: 55px;
    line-height: 38px;
    margin-top:20px;
    padding-left: 60px;
   	border: 1px solid #d5d7d9;
    outline: 0;
    font-size: 16px;
    background: url(../../images/platform/update/updateLogin/pwd-icon1.png) 28px center no-repeat;
    border-radius: 43px;
	border: 2px solid rgba(210, 210, 210, 1);
	background-size: 6%; 
}

.code-box{
	float:left;
    overflow: hidden;
    width: 100%;
    height: 55px;
    margin-top: 20px;
}
.verification-code{
    float: left;
    width: 200px;
    height: 55px;
    padding: 0px 20px;
    border: 1px solid #d5d7d9;
    outline: 0;
    border-radius: 43px;
	border: 2px solid rgba(210, 210, 210, 1);
}
input:focus {
border-color: rgba(67, 130, 252, 1);
}
.code-img{
    float: left;
    width: 115px;
    height: 55px;
    margin-left: 22px;
}
.code-img img{
	width: 115px;
    height: 55px;
}
.loginIn-btn{
	float:left;
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 0;
    outline: 0;
    font-size: 20px;
    color: #ffffff;
    background: rgba(67, 130, 252, 1);
    border-radius: 43px;
}
.loginIn-btn:hover{
    background-color: #2371c5;
}
.tips{
	height: 55px;
	font-size: 12px;
	line-height: 20px;
	color: rgba(67,130,252,1);
	margin-top:15px;
	text-align: center;
	letter-spacing: .7px;
}
.contact-text{    
	width: 366px;
	height: 40px;
	opacity: 1;
	border-radius: 34px;
	color:rgba(255, 255, 255, 1) ;
    margin:auto;
    margin-top:10px;
    margin-bottom:20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	background: rgba(67, 130, 252, 1) ;
  	letter-spacing: 50AV;
	border:2px solid #fff;
   
}
.login-footer{
    padding: 10px 0;
    text-align: center;
}
.login-footer p{
    font-family:"SimSun serif";
    font-size: 12px;
    color: #4e4f4f;
}
/*update over*/
.hq_login_top{
   width:100%;
   height: 83px;
   background-image: url("../../images/platform/login_1.png");
   position: absolute;
   z-index: 1;
}
.hq_login{
   width: 480px;
   height: 321px;
   background-image: url("../../images/platform/login.png");
   position: absolute;
   z-index: 2;
   left:50%;
   top: 10px;
   margin-left:-240px;
}
.hq_login_msg{
  width:100%; 
  height: 40px;
  line-height:40px; 
  float: left;
  color: red;
 }
.hq_login_it{
  width:60%;
  height:22px;
  line-height:22px;
  float: left;
  margin-top:8px;
  margin-bottom: 2px;
  margin-left: 125px;
}

.hq_login_label{
  width: 60px;
  text-align: right;
  float: left;
  color: #000000;
 }
 .hq_login_button{
  width: 95%;
  height:22px;
  float: left;
  text-align: center;
  margin-top: 8px;
  margin-left:17px;
 }

 .login_bg{
 	 width: 100%;
 	 background-color: #1F8E4D;
 	 height: 499px;
 	 vertical-align:middle;
 	 text-align: center;
 	 background-image: url("../../images/platform/login_bg.gif");
 }
 
 .login_form{
 	height: 499px;
 	width: 1185px;
 	background: url("../../images/platform/login.jpg");
 	margin: 0px auto;
 }
 .login_table{
 	margin-top: 55px;
 	padding: 0 0px 0px 590px;
 }
 .login_remark{
 	margin-top: 15px;
 	height: 70px;
 	line-height: 25px;
 	color: #FFFFFF;
 	font-size: 14px;
 	padding-top: 10px;
 	padding-left: 360px;
 }
 
 .login_input{
 	width: 174px;
 	height: 25px;
 }
 
 .login-copyright{
 	height: 60px;
 	text-align: center;
 	margin-top: 50px;
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 