 /*初始化*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
    font-family:"微软雅黑";
}

a {
	text-decoration: none;
}

.disableCss {
    pointer-events:none ;
    color:#afafaf ;
    cursor:default ;

}

html {
	width: 100%;
	height: 100%;
}

body {
	background: url(/reg/images/bg.jpg);
	background-size: cover;
	font-size: 16px;
}




#body_bd {
	background: url(/reg/images/bg2.jpg);
	background-size: cover;
	font-size: 16px;
}

#reg {
    background: url(/reg/images/bg3.jpg)no-repeat;
	background-size: cover;
	font-size: 16px;
	background-position: center center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 1200px;
	overflow: auto;
	min-height: 580px;
}

#reg_com {
    background: none;
	background-size: cover;
	font-size: 14px;
  
}

#zc_box {
	width: 500px /*700px*/;
	margin: 0 auto;
	margin-top: 100px;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  #zc_box{
    background-color:#ffffff;
    filter:Alpha(opacity=70);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
 #zc_box div{
    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
  }  
}

/*left*/

.left {
	float: left;
	width: 500px;
	height: 450px;
	position: relative;
	overflow: hidden;
}

#zc_box .logo img {
	margin-top: 5px; 
    margin-bottom:5px;
    border:none;
}




/*注册-1*/

#zc_box .icon_ul {
	overflow: hidden;
	width: 282px;
	margin:0px auto ;
    margin-top:5px;
}

#zc_box .icon_ul li {
	float: left;
	overflow: hidden;
	width: 94px;
	height: 100px;
}

#zc_box .icon_ul li #qq_icon {
	background-position: 0 0;
}

#zc_box .icon_ul li #wx_icon {
	background-position: 0 -100px;
}

#zc_box .icon_ul li #wb_icon {
	background-position: 0 -200px;
}

#zc_box .icon_ul li #qq_icon:hover {
	background-position: -72px 0;
}

#zc_box .icon_ul li #wx_icon:hover {
	background-position: -72px -100px;
    
}

#zc_box .icon_ul li #wb_icon:hover {
	background-position: -72px -200px;
}

#zc_box .icon_ul li a {
	width: 64px;
	height: 64px;
	background: url(/reg/images/logo_icon.png) no-repeat ;
    
	margin: 0 15px;
	position: relative;
	display: block;
}

#zc_box .icon_ul li a span {
	width: 64px;
	position: absolute;
	bottom: -15px;
	text-align: center;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}

#zc_box .icon_ul li a span:hover {
	color: #555;
}

.text_clum {
	font-size: 16px;
	color: #555;
	font-weight: bold;
}

.zc_0 {
	display: block;
	width: 282px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #e2892e;
	border-radius: 3px;
	color: #fff;
	margin: 0 86px
}
.zc_0:hover{
	background: #c86500;
}

.left #ksdl {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 14px;
	color: #555555;
}

.left #ksdl span {
	color: #cd3443;
}
.left #ksdl span:hover{
	text-decoration: underline;
}

/*注册_1*/


/*注册—2*/

.clear-input {
	display: inline-block;
	padding: 0 10px;
	height: 36px;
	font-size: 16px;
	line-height: 1;
	color: #777;
	background: rgba(255,255,255,0.6);
	border: 1px solid #CCC;
	border-radius: 3px;
	width: 250px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
	margin-top: 20px;
	outline: medium;
}
.clear-input:focus{
	background: rgba(255,255,255,0.9);
}
.zc_1{
	display: block;
	padding: 0 10px;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	background: #CD3443;
	border: 1px solid #b01a29;
	border-radius: 3px;
	width: 260px;
	margin-top: 8px;
	clear: both;
	margin: auto;
	text-align: center;
    margin-top:4px ;
}
.zc_1:hover{
	background: #b01a29;
}
.dj{
	font-size: 12px;
	color: #444;
	margin-left: 15px;
	margin-top: 10px;
}
/*注册—2*/

/*注册-3*/
.xx_ul1{
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-left: 50px;
	overflow: hidden;
}
.xx_ul1 li{
	width: 120px;
	display: block;
	float: left;
	text-align: right;
	font-size: 16px;
	line-height: 36px;
	color: #555555;
}
.xx_ul2{
	float: left;
	width: 230px;
	margin-top: 10px;
}
.xx_ul2 li{
	height: 36px;
	line-height: 36px;
	color: #555555;
}

.yzm_input{
	display: inline-block;
	height: 30px;
	font-size: 14px;
	line-height: 32px;
	color: #555555;
	background: rgba(252,252,252,.5);
	border: 1px solid #CCC;
	border-radius: 3px;
	outline:medium;
	text-indent: 10px;
}
.yzm_input:focus{
	background: rgba(252,252,252,.8);
}
#cxfs{
	width:90px;
	height: 32px;
	background: rgba(252,252,252,.5);
	border: solid 1px #CCCCCC;
	border-radius:3px ;
	text-align: center;
	font-size: 12px;
	line-height: 32px;
	color: #555555;
    display:block ;
    float:left ;
	margin-left:7px;
}
#cxfs:hover{
	background: rgba(252,252,252,.8);
	cursor: pointer;
}
#tijiao{
	float: left;
	width: 250px;
	height: 36px;
	background: #CD3443;
	border-radius: 3px;
	margin: 10px 102px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #FFFFFF;
}
#tijiao:hover{
	background: #B01A29;
}
.mianze{
	width: 454px;
	float: left;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	margin-top: 8px;
	color: #555555;
}
/*注册-3*/

/*注册-4*/
.e-mail{
	margin: 20px;
}
.e-mail p{
	display: block;
	font-size: 16px;
	color: #555555;
	line-height: 30px;
}
#dsfdl{
	font-size: 16px;
	line-height: 36px;
	margin-top: 10px;
	color: #555555;
}

#dsfdl:hover{
	color: #CD3443;
	text-decoration: underline;
}



/*zc-4*/


/*dl_1*/

.zc_0_0{
	display: block;
	width: 190px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #e2892e;
	border-radius: 3px;
	color: #fff;
	margin: 0 132px;
}
.zc_0_0:hover{
	background: #C86500;
}
.zc_0_0 img{
	width: 24px;
	vertical-align: middle;
    border:none;
}

/*dl-1*/


/*dl-2*/
.clear-input_0 {
	display: inline-block;
	padding: 0 35px;
	height: 36px;
	font-size: 16px;
	line-height: 32px;
	color: #777;
	background: rgba(255,255,255,0.5);
	border: 1px solid #CCC;
	border-radius: 3px;
	width: 200px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
	/*margin-top: 10px;*/
	text-indent: 5px;
	outline: medium;
    background: #fff url("/reg/images/dl_icon_2.png") no-repeat scroll 5px 3px  ;
}
/*.clear-input_0:focus{
	background: rgba(255,255,255,0.8);
}*/

.clear-input_1 {
	display: inline-block;
	padding: 0 35px;
	height: 36px;
	font-size: 16px;
	line-height:32px;
	color: #777;
	background: rgba(255,255,255,0.5);
	border: 1px solid #CCC;
	border-radius: 3px;
	width: 200px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
	margin-top: 10px;
	text-indent: 5px;
	outline: medium;
    background: #fff url("/reg/images/dl_icon_3.png") no-repeat scroll 5px 3px  ;
}

.input_img_1{
	width: 20px;
	position: absolute;
	top: 180px;
	left: 100px;
}
.input_img_2{
	width: 20px;
	position: absolute;
	top: 230px;
	left: 100px;
}
#dl_wjmm{
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 14px;
	color: #B01A29;
}
#dl_wjmm:hover{
	text-decoration: underline;
}
#dl_ksdl {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	color: #555555;
}
#dl_ksdl:hover{
	color: #B01A29;
}
/*dl-2*/


/*账号绑定*/
/*bd.html*/

.bd_1{
	width: 700px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: 400;
	font-family: "微软雅黑";
		background: #CD3443;
	color: #FFFFFF;
	overflow: hidden;
}

.bd_1 img{
	float: left;
	/width: 179px;
	//height: 42px;
	margin: 0px 20px;
}

.bd_2{
	font-size: 20px;
	font-family: "微软雅黑";
	font-weight: 400;
	margin: 20px 0 0 30px;
	color: #555555;
}

.bd_3{
	font-size: 14px;
	color: #555555;
	margin: 10px 0 0 30px;
	font-weight: 400;
	font-family: "微软雅黑";
}

.bd_4{
	overflow: hidden;
	margin: 0 0 0 70px;
	font-weight: 400;
}
.bd_4 li{
	text-align: right;
	line-height: 30px;
	margin: 10px 0;
	overflow: hidden;
}
.bd_4_1{
	float: left;
}
.bd_4_1 li{
	margin-top: 12px;
}
.bd_4_2{
	float: left;
}

.bd_4_2 li input{
	float: left;
}
.phone,.mima,.queren{
	display: inline-block;
	height: 30px;
	width: 250px;
	font-size: 14px;
	line-height: 32px;
	color: #555555;
	background: rgba(252,252,252,.5);
	border: 1px solid #CCC;
	border-radius: 3px;
	outline:medium;
	text-indent: 10px;
}

.phone:hover,.mima:focus{
	background: rgba(252,252,252,.8);
}

.bd_5{
	display: block;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	width: 150px;
	height: 36px;
	background: #CD3443;
	color: #FFFFFF;
	border-radius: 3px;
	margin: 10px 150px;
}

.bd_5:hover{
	background: #B01A29;
}


.bd_6{
	overflow: hidden;
	text-align: center;
	margin: auto;
	margin-top: 70px;
}

.bd_6 .okimg{
	width: 80px;
	margin: 0 50px;
}

.bd_6 p{
	font-size: 14px;
	color: #000;
	/*font-weight: bold;*/
	margin: 10px 0;
}

.bd_tz{
	font-size: 14px;
	font-weight: 400;
	margin: 30px 20px;
	color: #777777;
}

.bd_3 .y_color{
	color: #C86500;
}

.bd_find{
	overflow: hidden;
	margin-left: 145px;
}
.bd_find .find{
	float: left;
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;	
	border-radius: 3px;
	margin: 10px 5px 0 5px;
	border: 0;
	outline:medium;
	font-family: "微软雅黑";
	cursor: pointer;
	
}
.find_color{
	color: #666;
	background: rgba(0,0,0,0.1);
}
.find_active{
	background: #CD3443;
	color: #FFFFFF;
}

/**************************************/
/*right*/

/*.right {
	float: right;
	width: 246px;
	height: 388px;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 0 5px 5px 0;
	position: relative;
	overflow: hidden;
}

.right img {
	width: 120px;
	margin: 30px 0 20px 0;
}

.text_style_1 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
}

.text_style_2 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}

.right p span {
	color: #CD3443;
	font-weight: bold;
}*/



.clum{
	/*height: 30px;
	line-height: 30px;*/
	font-size: 16px;
	font-weight: 400;
	font-family: "微软雅黑";
	color: #555555;
    margin-bottom:5px;
    margin-left: 50px;
    text-align: center;
    width: 350px;
}

.clum p{
    font-size:20px;
}
.clum span{
	background: url(../images/clumx_icon.png) repeat-x;
	margin: 0 10px;
	padding: 3px 25px;
}





.xz_icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 454px;
    height: 388px;
    //background: rgba(255,255,255,0.4);
}
.xz_box{
    width:454px;
    overflow:hidden;
    margin:10px 0;
}

.xz_box_2
{
    width:454px;
    overflow:hidden;
     text-align:center;
     margin-top:15px; 
     color:#555 ;
  
}
 .xz_box_2 a:first-child{
	 color:#555;
 }
.xz_box_2 a {
    color:#555;
    font-size:14px;
    text-align:center;
	color:#CD3443;
}

.xz_box_2 a:hover {
    color:#0e6fb1;

}

.xz_1,.xz_2{
    float:left;
    width:200px;
    height:36px;
    line-height:32px;
    text-align:center;
    color: #FFFFFF;    
    border-radius: 3px;
    margin:10px 127px;
    background: #258dd4;
    font-size: 18px;
}

.xz_1:hover,.xz_2:hover{
    background:#0e6fb1;
}

.xz_3,.xz_4{
    float:left;
    width:200px;
    height:36px;
    line-height:32px;
    text-align:center;
    color: #FFFFFF;    
    border-radius: 3px;
    margin:10px 127px;
    background: #cd3443;
    font-size: 18px;
}

.xz_3:hover,.xz_4:hover{
    background:#b12432;
}



.zc_01{
    position:absolute;
    bottom:10px;
    left:10px;
    color:#555;
    font-size:14px;
}
.zc_02{
    position:absolute;
    bottom:10px;
    right:10px;
    color:#555;
    font-size:14px;
}
.zc_02 span{
    color:#cd3443;
}
.zc_02 span:hover{
    text-decoration:underline;
}
.xz_icon h3{
    width:454px;
    text-align:center;
    margin-bottom:5px;
    font-size:14px;
    color:#999;
}
.xz_icon .tel,.xz_icon .work_time{
    width:454px;
    text-align:center;
    margin-bottom:5px;
    font-size:12px;
    color:#999;
}
 .maple-tab {

	 width: 80%;
	 margin: auto;
     color:#666 ;
 }
 .maple-tab ul {
	 width: 100%;
	 overflow: hidden;
 }
 .maple-tab .active {
	 color: #f76755;
	 border-bottom: 2px solid #f76755;
 }
 .maple-tab ul li {
	 list-style-type: none;
	 float: left;
	 width: 33%;
	 text-align: center;
	 color: #333;
	 font-size: 1rem;
	 padding: 1% 0;
	 border-bottom: 2px solid #bdb5b5;
	 cursor: pointer;
 }

 .maple-tab a {
     color:#666 ;
 }


 .clear-input_2{background: url(../images/land3_icon.png) 0.5rem center no-repeat #fff;
 background-size: 1.5rem;margin: 0 10px; }
 .clear-input_4{background: url(../images/land4_icon.png) 0.5rem center no-repeat #fff;background-size:1.5rem }
 .clear-input_5{background: url(../images/land5_icon.png) 0.5rem center no-repeat #fff;background-size:1.5rem }
 .long_yz{
	 width: 270px;
	 margin: auto;
	 overflow: auto;
 }
 .long_yz input{ float:left;}
 .long_yz .clear-input_child{ float:left;
	 float: left;
	 height: 37px;
	 width: 80px;
	 background-color: #cd3443;
	 margin-top: 10px;
	 margin-left: 10px;
	 font-size: 12px;
	 border-radius: 4px;
	 text-align: center;
	 color: #fff;
	 line-height: 37px;
 	}
 .long_yz .clear-input_onw{background:none;border:solid 1px #eee}
.clear-input_1_w{width:100px;}


/******************/
p{padding: 0;margin: 0}
.bj {
    background: none ;
    background-size: cover;
    background-position: center center;
    width: 40%;
    position: absolute;
    top: 100px;
    /*left: 0;*/
    right: 3%;
    bottom: 0;
    /*min-width: 1200px;*/
    overflow: auto;
    min-height:580px;
  
}
.min_reg{    padding-top: 40px;}
.internal{
    /*width: 1060px;*/
    border-radius:4px;
    margin: auto
    
}
.internal .left_img{float: left;margin-top: 25px}
.form_box{
         
          background: #fff;
float: right;
width: 369px;
padding: 10px;

border-radius: 3px;

}
.form_box .form h2{
    font-size: 24px;
    color: #333;
    font-weight: 500;
    line-height: 0;
    padding: 16px 0;

}
.loginUserName {
    width: 320px;
    margin: 0 0 10px 4px;
    height: 40px;
    line-height: 40px;
    color: #333;
    border: 1px solid #d7d7d7;
    padding: 0 0 0 4px;
    font-size: 14px;
}
.form .login-input_bj{
    background: #fff;
    padding: 0 20px 18px;
}
.validation .validation_input{
    margin: 0 0 10px 4px;
    height: 40px;
    line-height: 40px;
    color: #333;
    border: 1px solid #d7d7d7;
    padding: 0 0 0 4px;
    font-size: 14px;
    display: inline-block;
    width:140px;
}
.validation .validation_img{
 height:30px;
 width: 80px;

 background: red;
 display: inline-block;
 vertical-align: middle;
}
.validation_number{position: relative;
line-height: 0}
.validation_number p{
    width: 108px;
    height: 42px;
    background: #ec253a;
    text-align: center;
    line-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.login-input_bj .form_submit{background: #ec253a;border-radius: 20px;font-size: 14px;color: #fff;border: none}
.fl{float: left}
.fr{float: right}
.login-input_bj .span_bottom{font-size: 12px;color: #999}
.login-input_bj .span_bottom a{color: #3f83d1}