@charset "utf-8";
*,*:before,*:after{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: medium none;
    word-wrap: break-word;
}
.clearfix:after{
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
html,body{
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: "Microsoft Yahei","Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
}
body{
	min-width: 1200px;
}
body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset {
    margin: 0;
    padding: 0;
}
ul, ol, li {
    list-style-image: none;
    list-style-type: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a img {
    border: medium none;
}
*:focus{
	outline: none;
}
input{
	text-indent:10px;
}
.login-phone,.login-email,.getcode,.login-btn,a{
	cursor: pointer;
}
/*login.html*/
.login-container{
	width:100%;
	height:834px;
}
.header {
	width:100%;
	height:150px;
	background:#eee;
}
.header-bar {
	position:relative;
	width:1000px;
	height:150px;
	margin:0 auto;
}
 .logo{
	height:70px;
	font-size: 30px;
	margin-top: 65px;
	color:#424242;
	float:left;
}
.logo img{
	float:left;	
}
.logo span{
	display: block;
	height:70px;
	line-height: 70px;
	padding-top: 5px;
	float:left;
	color:#424242;
	/*margin-left: 20px;*/
}
.logo_code{
	position:absolute;
	right:0px;
	top:150px;
	display: none;
	border:1px solid #ccc;
	text-align: center;
	z-index: 333;
}
.logo_code img{
	display: block;
	width:80px;
	height:80px;
}
.header p{
	font-size: 14px;
	width:30%;
	float:right;
	margin-top: 110px;
	/*margin-left: 30%;*/
	text-align: right;
}
.header p a{
	color:#000;
	padding:0 10px;
}
.login-main{
	height:496px;
	background:url(../img/login_bg1.jpg) no-repeat;
}
.login-body{
	width:1000px;
	margin:0 auto;
}
.login-main .login-code{
	width:152px;
	background:#fff;
	float: left;
	margin-top: 210px;
	text-align: center;
	/*height:130px;*/
	padding:10px 0;
}
.login-main .login-code p{
	margin-bottom: 5px;
	color:#424242;
}
.login-main .login-code h4{
	font-size: 13px;
	color:#00AAEE;
	font-weight: normal;
	margin-bottom: 5px;
}
.login-main .login-con{
	width:390px;
	height:410px;
	background: url(../img/loginicon.png);
	float:right;
	margin-top: -30px;
	text-align: center;
}
.login-main .login-con .log-p{
	clear:both;
	color:#424242;
	font-size: 18px;
	font-weight: 300;
	height:70px;
}
.login-main .login-con .log-p p{
	width:50%;    /* by  Zsq*/
	float:left;
	height:55px;
	/**margin-top: 7px;*/
	line-height: 55px;
}

.activeleft{
	background: url(../img/titlebg.png) repeat-x;	
	border-right: 1px solid #eaeff5;
	border-bottom: 1px solid #eaeff5;
}
.activeright{
	background: url(../img/titlebg.png) repeat-x;	
	border-left: 1px solid #eaeff5;
	border-bottom: 1px solid #eaeff5;
}

#login-form,#login-form2{
	margin-top: 10px;
}

#login-form .inp1,#login-form2 .inp1{
	margin-left: 25px;
	text-align: left;
	text-indent: 15px!important;
	margin-top: 15px;
	position:relative;
}
#login-form .inp1 .phonearea,#login-form2 .inp1 .phonearea{
	display: inline-block;
	height:38px;
	font-size: 13px;
	line-height: 38px;
	position:absolute;
	left:0;
	top:0;
}
#login-form input,#login-form .inp1,#login-form2 input,#login-form2 .inp1{
	width:338px;
	height:38px;
	margin-bottom: 20px;
	color:#8C8C8C;
	border:1px solid #bebebe;
	text-indent: 40px;
	position:relative;
	line-height:22px\9;
}
#login-form .inp1 .selectplace,#login-form2 .inp1 .selectplace{
	float:right;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border:none;
	box-shadow: none;
	background: url(../img/right.png) no-repeat 280px 13px;
	padding-right: 60px;
	width:338px;
	text-align: right;
	position: absolute;
	left:38px;
	line-height: 32px;
	height:38px;
	color:#8C8C8C;
	direction: rtl;
	/*direction: ltr;*/
	/*padding-left:260px;*/
}
select::-ms-expand { display: none; }
#login-form .inp1 option,#login-form2 .inp1 option{
	height:25px;
	color:#ccc;
	padding-right: 30px;
	/*vertical-align:middle;*/
	/*direction: rtl;*/
	direction: ltr;
}
#login-form .mobilenum,#login-form2 .mobilenum{
	background: url(../img/phone.jpg) no-repeat 10px center;
	background-color:#fff;
	padding-left: 45px;
}
#login-form .password,#login-form2 .password{
	background: url(../img/lock.png) no-repeat 10px center;
	background-color:#fff;
}
#login-form .email,#login-form2 .email{
	background: url(../img/ren.png) no-repeat 10px center;
	background-color:#fff;
}
.inp2{
	position: relative;
}
.inp2 .phone-pre{
	position: absolute;
	left:70px;
	font-size: 13px;
	line-height: 40px;
	color:#ccc;
}
#login-form .inp4,#login-form2 .inp4{
	margin-top: -20px;
}
#login-form .check,#login-form2 .check{
	width:15px;
	height:38px;
	margin: 13px 5px 0 24px;
	float:left;
}
#login-form .inp4 .next,#login-form2 .inp4 .next{
	display: inline-block;
	float:left;
	font-size: 13px;
	line-height: 60px;
}
#login-form .inp4 .next-span,#login-form2 .inp4 .next-span{
	display: inline-block;
	float:left;
	font-size: 13px;
	line-height: 40px;
	margin-top: -25px;
}
#login-form .inp4 .link,#login-form2 .inp4 .link{
	display: inline-block;
	float:left;
	margin-left: 120px;
}
#login-form .inp4 .link4,#login-form2 .inp4 .link4{
	display: inline-block;
	float:left;
	margin-left: 120px;
	margin-top: 63px;
}
#login-form .inp4 .link a,#login-form2 .inp4 .link a{
	font-size:13px;
	line-height: 40px;
	color:#424242;
}
#login-form .inp4 .link a.login-forget,#login-form2 .inp4 .link a.login-forget{
	color:#00AAEE;
}
#login-form .inp4 .link a.login-re,#login-form2 .inp4 .link a.login-re{
	color:red;
}
#login-form a,#login-form2 a{
	display: inline-block;
	clear:both;
	margin-top: 25px;
}

.login-blue{
	background: url(../img/loginbtn.png) repeat-x;
}
#con2 p .login-blue{
	/*margin-top: 10px;*/
}
.bottom{
	background: #fff;
}
.bottom .copy{
	text-align: center;
	color:#BEBEBE;
	font-size: 13px;
	margin-top: 30px;
}

/*back.html*/
.back-container{
	width:100%;
	height:834px;
	background: url(../img/login_bg3.jpg) no-repeat;
}
.back-container .login-body{
	width:1000px;
	margin:0 auto;
	height:498px;
	border:1px solid #ccc;
	background: #fff;
}
.back-container .header,.back-container .login-main{
	background: none;
}
.login-main .title-bar{
	position: relative;
	width:998px;
	margin:0 auto;
	height:56px;
	/**margin-top: 10px;*/
}
.login-main .title-bar p{
	width:170px;
	float:left;
	height:55px;
	text-align: center;
	line-height: 55px;
}
.login-main .title-bar p.login-bar{
	width:658px;
	border-top:1px solid #eaeff5;
	border-bottom:1px solid #eaeff5;
	background: url(../img/titlebg.png) repeat-x;
	position:absolute;
	right:0;	
}
.back-container .login-con{
	float:none;
	margin:0 auto;
	margin-top: 30px;
}
#login-form .yzcode,#login-form2 .yzcode{
	background: url(../img/code.jpg) no-repeat 10px center;
	background-color:#fff;
}
#login-form .txcode,#login-form2 .txcode{
	background: url(../img/yzm.png) no-repeat 10px center;
	background-color:#fff;
}
.inp5 {
	position:relative;
}
.inp5 .getcode{
	display: inline-block;
	height:38px;
	padding:0 15px;
	line-height: 38px;
	background:#0491ed;
	position: absolute;
	right:25px;
	color:#fff;
	font-size: 13px;
}
.inp5 .getimg{
	display: inline-block;
	height:38px;
	width:95px;
	line-height: 38px;
	position: absolute;
	padding-left: 10px;
	right:25px;
}
/*register.html*/
.register-container{
	width:100%;
	height:834px;
	background: #eee;
}
.register-container .header,.register-container .login-main{
	background: none;
}
.register-container .login-body{
	width:1000px;
	margin:0 auto;
	height:498px;
	border:1px solid #ccc;
	background: #fff;
}
.register-container .bottom p.copy{
	background: #eee;
}
.register-container .body-left{
	width:690px;
	float:left;
}
.register-container .login-con{
	float:none;
	margin:0 auto;
	margin-top: 30px;
}
.register-container .title-bar p.login-bar{
	width:348px;
	position:absolute;
	right:310px;
}
.register-container .inp4 a{
	color:#00AAEE;
}
#login-form .login-btn,#login-form2 .login-btn{
	border:0px solid #3c6d1b;
	margin-top: -10px;
	color:#fff;
	font-size: 15px;
	width:339px;
	height:38px;
}
.login-gre{
	background: url(../img/registerbtn.png) repeat-x;
}
.login-grey{
	background: url(../img/btn_grey.png) repeat-x;
}
.register-container .have{
	color:#424242;
	margin-top: 10px!important;
	font-size: 13px;
	text-align: right;
	margin-right: 30px;
	float:right;
}
/*.register-container #con2 .inp4{
	margin-top: 40px;
}*/
.register-container .body-right{
	width:308px;
	height:497px;
	margin-top: -88px;
	float:left;
	background: url(../img/login_bg2.jpg) no-repeat;
}
.register-container .login-code{
	margin:240px 0 0 78px;
}
/*归属地*/
.ul-list1{
	width:338px;
	height:40px;
	position: absolute;
	top:0;
	text-align: right;
	padding-right: 15px;
}
.ul-list1 li{
	cursor:pointer;
	font-size: 13px;
	line-height: 40px;
	background: url(../img/right.png) no-repeat right center;
	padding-right: 15px;
	color: #4cadec;
}
.ul-list2{
	display: none;
	width:338px;
	height:250px;
	position: absolute;
	top:40px;
	border:1px solid #ccc;
	text-align: right;
	overflow: scroll;
	z-index: 2;
	background: #eee;
}
.ul-list2 li{
	cursor: pointer;
	font-size: 13px;
	line-height: 24px;
	padding-right: 30px;
	border-bottom:1px solid #ccc;
}
.ul-list2 li:hover{
	color:#000;
	background: #fff;
}
.ul-list2 li .num{
	display: none;
}

/* 新增*/
.login-body-right{
	width:818px;
	float:right;
}
.login-name{
	text-align: right;
	margin-top: -80px;
}
.login-name a{
	width:100%;
	display: block;
	text-align: right;
	color:#fff;
	text-decoration: underline;
}
/* 新增 by Zsq*/
#login-form .inp3,#login-form2 .inp3{
	position: relative;
}

#login-form .inp6,#login-form2 .inp6{
	position: relative;
}

#login-form .inp6,#login-form2 .inp6{
	position: relative;
}

.black_overlay{  
    display: none;  
    position: absolute;  
    top: 0%;  
    left: 0%;  
    width: 100%;  
    height: 100%;  
    background-color: black;  
    z-index:1001;  
    -moz-opacity: 0.8;  
    opacity:.50;  
    filter: alpha(opacity=50);  
}

.white_content {  
    display: none;  
    position: absolute;  
    top: 25%;  
    left: 36%;  
    width: 638px;  
    /* border: 2px solid #d3d3d3;   
    background-color: white;  */
    z-index: 1002;  
    /* overflow: auto; */ 
    background: url(../img/chinatemp.jpg) no-repeat;
    height:356px;
    border-radius:10px;
}

.white_telcontent {  
    display: none;  
    position: absolute;  
    top: 25%;  
    left: 36%;  
    width: 608px;  
    /* border: 2px solid #d3d3d3;   
    background-color: white;  */
    z-index: 1002;  
    /* overflow: auto; */ 
    background: url(../img/valicodetemp.jpg) no-repeat;
    height:273px;
    border-radius:10px;
}
