@charset "utf-8";
/* CSS Document */

/*注册页面*/
.login-top{ width:950px; margin:0 auto; height:65px; border-bottom:1px solid #dadada;}
.login-logo{ float:left;}
.login-nav{ float:right;}
.login-nav ul { text-align:right; margin-top:10px; line-height:24px;}
.login-nav ul li.tel{ background:url(../images/login_bg.gif) no-repeat -5px -2px; padding-left:30px;}


/*登录框*/
.login-left{ width:340px; float:left; margin:80px 0px 80px 70px; display:inline; }
.login-left dl{height:207px;}

.skin-top12{ position:relative; height:5px; overflow:hidden;}
.skin-top12-l, .skin-top12-m,.skin-top12-r {background:url(../images/login_bg.gif) no-repeat;}
.skin-top12-l {float:left; background-position: 0 -77px; width:5px; position: absolute; top:0; left:0; height:5px; overflow:hidden;}
.skin-top12-m {border-top:1px solid #ffa024; background-color:#fefaeb; width:auto; margin:0 5px 0 5px; height:5px; overflow:hidden; }
.skin-top12-r {float:right; background-position: -23px -77px; width:5px; position:absolute; top:0; right:0; height:5px; overflow:hidden;}

.skin-main12{ border-left:1px solid #ffa024; border-right:1px solid #ffa024; background-color:#fefaeb; height:100%;}

.skin-bottom12{ position:relative; height:5px; }
.skin-bottom12-l,.skin-bottom12-r { background:url(../images/login_bg.gif) no-repeat;}
.skin-bottom12-l { background-position: 0 -91px; width:5px; position:absolute; top:0; left:0; height:5px; overflow:hidden;}
.skin-bottom12-m { border-bottom:1px solid #ffa024; background-color:#fefaeb; width:auto; margin:0 5px 0 5px; height:5px; overflow:hidden;}
.skin-bottom12-r {float:right; background-position: -23px -91px; width:5px; position:absolute; top:0; right:0; height:5px; overflow:hidden;}


.denglu{}
.denglu ul{ line-height:30px; width:98%; margin:0 auto; padding-bottom:20px;}
.denglu ul li{ width:82%; margin:0 auto; clear:both; line-height:32px; height:32px;}
.denglu ul h2{ border-bottom:1px dashed #e8d58a; background:url(../images/login_bg.gif) no-repeat 5px -180px; height:30px; font-size:14px; line-height:30px; padding-left:30px;}
.denglu ul li span { width:80px; float:left;}
.login-text{ border:1px solid #aeaeae; width:180px; height:20px; vertical-align:middle;}
.shangji-login-denglu{ margin-top:5px; margin-left:0; vertical-align:middle;}

.login-right{ float:left; width:440px; margin:80px 70px 80px 40px; display:inline;}
.login-quick ul{ width:98%; margin:0 auto; padding-top:10px; }
.login-quick ul li{ width:49%; float:left; border-bottom:1px solid #ccc; margin-top:20px; display:inline;}
.login-quick ul li h2,.login-quick ul li h3,.login-quick ul li h4,.login-quick ul li h5{ background:url(../images/login_bg.gif) no-repeat; width:50px; height:50px; float:left;}
.login-quick ul li h2{ background-position:0 -226px;} 
.login-quick ul li h3{ background-position:0 -280px;} 
.login-quick ul li h4{ background-position:0 -336px;} 
.login-quick ul li h5{ background-position:0 -400px;} 
.login-zhuce{ background:url(../images/login_bg.gif) no-repeat 0 -141px; width:190px; height:33px; border:none; margin-top:10px;margin-bottom:15px;}
.login-zhuce{ background:url(../images/login_bg.gif) no-repeat 0 -141px; width:190px; height:33px; border:none; margin-top:10px;margin-bottom:15px;}


/*注册页面CSS*/
.reg_content			{ width:800px; margin:10px auto}
	.zhuce-tu li{ background:url(../images/login_bg.gif) no-repeat 0px -31px; height:31px; padding-left:110px;}
	.reg_content ul		{ clear:both; padding:3px 0;}
	.reg_ico1			{  background:url(../images/login_bg.gif) no-repeat 5px -467px; padding-left:30px;
						  border-bottom:#dadada solid 1px;height:25px; padding-top:5px}
	.reg_ico1 h2  		{ font-size:14px;}
	.reg_input,.reg_input_c1,.reg_input_c2,.reg_input_c3,.reg_input_c4		{ border:1px solid #aeaeae; background-color:#fff;  height:18px; line-height:18px; padding-left:5px }
	.reg_input_btn		{ border:1px solid #aeaeae; background-color:#fff;  height:20px; }
	.reg_input_c1		{ width:200px}
	.reg_input_c2		{ width:50px}
	.reg_input_c3		{ width:320px}
	.reg_input_c4		{ width:383px}

.reg_select {
	 border:1px solid #dadada;
	 float: left;
	 display: inline;
	 margin-right:10px
	 }
	.reg_select div {
	 border:1px solid #f9f9f9;
	 float: left;
	}
	/* 子选择器，在FF等非IE浏览器中识别 */
	 
	.reg_select>div {
	 width:120px;
	 height: 17px;		 
	 overflow:hidden;
	 }
	.reg_select>div.reg_select_1 {
	 width:120px;	 
	 height:auto;
	 overflow:hidden;
	 }
/* ie6*/
	 * html .reg_select div {
	 width:120px;
	 height: 17px;		 
	 overflow:hidden;
	 }
	 * html .reg_select div.reg_select_1 {
	 width:120px;	 
	 height:auto;
	 overflow:hidden;
	 }
	 * html .reg_select div select {
	 display:block;
	 width:124px;
	 float:none;
	 margin: -2px;
	 padding: 0px;
	}
	/* 通配选择符，只在IE浏览器中识别 */
	* html .reg_select div select {
	 display:block;
	 float: left;
	 margin: -2px;
	}
	
	.reg_select div>select {
	 display:block;
	 width:124px;
	 float:none;
	 margin: -2px;
	 padding: 0px;
	}
	.reg_select:hover {
	 border:1px solid #666666; /*鼠标移上的效果*/
	}
	.reg_select select>option {
	 text-indent: 2px; /*option在FF等非IE浏览器缩进2px*/
	}
		
	.reg_main_l			{ width:120px; float:left; text-align:right; padding:5px 15px 0 0}
	.reg_main_r1		{ width:210px; float:left;}
	.reg_main_r2		{ width:420px; float:left;padding:5px 0 0 0}
	.reg_main_r3		{ width:520px; float:left;padding:5px 0 0 0}
	.reg_main_r4		{ width:700px; float:left;padding:5px 0 0 50px}
	.reg_main_r2a		{ width:320px; float:left;padding:5px 0 0 0}
	.reg_main_r2b		{ width:180px; float:left;}
	.font555			{color:#888888;}
	
.reg_btn				{ width:131px; height:27px; background-image: url(../../images/usercenter/register_24.jpg);
						  background-repeat: no-repeat; text-align: center; font-size: 12px; color:#333;
						  font-weight:bold;background-position: center; cursor:pointer }

.reg_btn a:link			{ color: #333; text-decoration: none }
.reg_btn a:hover		{ color: #333; text-decoration: none }
.reg_btn a:visited		{ color: #333; text-decoration: none }

.reg_btnbg				{ border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #f1dc99;
						  background-repeat: no-repeat; font-size: 12px; color:#333;
						  font-weight:bold; padding-left:10px; cursor:pointer }
.reg_left				{ font-size:14px; color:#333; padding-right: 10px; padding-top: 5px; width: 121px;
						  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FEFFF0 }
.reg_right				{ border-bottom-color:#FEFFF0; padding:8px; border-bottom-width: 1px; border-bottom-style: solid }

/*表单提示状态*/
.reg_yes		{ padding:5px 10px 5px 25px; 
				  background: url(../../images/usercenter/reg_13.gif) no-repeat 5px 3px;height:18px }/*输入正确的状态*/
.reg_no			{ padding:5px 10px 5px 25px; background-color: #FEF7F8; border:solid 1px #FAA0A0;
				  background: url(../../images/usercenter/reg_17.gif) no-repeat 5px 5px; background-repeat: no-repeat; color:#BB2841}/*输入错误的状态*/
.reg_none		{ padding:5px 10px 5px 25px; width:400px; border:solid 1px #FA7E04; background-color: #FEFCF7;
				  background-image: url(../../images/usercenter/reg_21.gif); background-repeat: no-repeat;
				  background-position: 5px 6px; color: #333 }/*必填项为空的状态*/
/*09-09-18新加*/				  
.reg_yes_new{margin-top:5px;font-size:12px;line-height:22px;padding-left:25px;vertical-align:middle;
background:#E9FFEB url(../../validator/images/onCorrect.gif) no-repeat scroll 0 0;width:300px;}

.reg_no_new{margin-top:5px;font-size:12px;line-height:22px;padding-left:25px;vertical-align:middle;
background:#FFF2E9 url(../../validator/images/onError.gif) no-repeat scroll 0 0;width:300px;}				  
				  
.reg_initial	{ padding:5px; color:#999}/*输入初始的状态*/
.reg_yes_link		{width:120px;padding:5px 10px 5px 25px; 
				  background: url(../../images/usercenter/reg_13.gif) no-repeat 5px 3px;height:18px }/*输入正确的状态*/
.reg_no_link		{width:120px;padding:5px 10px 5px 25px; background-color: #FEF7F8; border:solid 1px #FAA0A0;
				  background: url(../../images/usercenter/reg_17.gif) no-repeat 5px 5px; background-repeat: no-repeat; color:#BB2841}/*输入错误的状态*/
.reg_no_link1		{width:440px;_width:385px;padding:5px 10px 5px 25px; background-color: #FEF7F8; border:solid 1px #FAA0A0;
				  background: url(../../images/usercenter/reg_17.gif) no-repeat 5px 5px; background-repeat: no-repeat; color:#BB2841}/*输入错误的状态*/

.reg_none_link		{width:120px;padding:5px 10px 5px 25px;border:solid 1px #FA7E04; background-color: #FEFCF7;
				  background-image: url(../../images/usercenter/reg_21.gif); background-repeat: no-repeat;
				  background-position: 5px 6px; color: #333 }/*必填项为空的状态*/
.reg_initial_link	{width:120px;padding:5px; color:#999}/*输入初始的状态*/
.bian1			{ border: solid 1px #f1dc99; border-top-style:none }

.reg_cg			{ background:url(../../images/usercenter/reg2_07.gif) no-repeat 10px 10px; border:1px solid #f30; background-color:#ffc; 					
				  height:40px; padding:20px 0 0 60px; color:#f60; font-size:14px}
.reg_cg1		{ background:url(../images/login_bg.gif) no-repeat 5px -550px; border:1px solid #f30; background-color:#ffc; 					
				  height:65px; padding:20px 0 0 60px; color:#f60; font-size:14px; line-height:24px;}
.user_cg		{ border:1px solid #f30; background-color:#ffc;height:55px;text-align:center;color:#f60;font-size:14px;padding-top:15px;margin-top:10px}

.reg_footer		{ width:980px; margin:10px auto; line-height:150%; border-top:1px solid #dadada; padding-top:15px}
	.reg_footer ul{}
	.reg_footer li{}
	
	
.zhuce-btn { background:url(../images/login_bg.gif) no-repeat 0 -513px; width:129px; height:32px; cursor:pointer; border:none;}
.gongxi{ background:url(../images/login_bg.gif) no-repeat -5px -631px; height:40px; padding-left:150px;}
.zhuce-bank{ background:url(../images/login_bg2.gif) no-repeat 0 0; width:84px; height:32px; cursor:pointer; border:none; color:#FFF; font-size:14px; font-weight:bold;}
.zhuce-bankc{ background:url(../images/login_bg2.gif) no-repeat  0 -46px; width:100px; height:32px; cursor:pointer; border:none; color:#FFF; font-size:14px; font-weight:bold;}
/*注册表单样式结束----------------------------------------------------------------------------*/
/*添加银行*/
#bank1,#bank2,#bank3,#bank4,#bank5,#bank6,#bank7,#bank8{width:130px;height:40px;background:url(../../images/bank/alipay-bank%5B1%5D.gif) no-repeat;position:absolute;top:0;left:20px;margin-top:-10px;}
.bank{width:160px;height:40px;float:left;line-height:40px;position:relative;}
.banks{padding:5px 0 0 0;height:80px;}
#bank1{background-position:0 -40px;}
#bank2{background-position:0 -160px;}
#bank3{background-position:0 -568px;}
#bank4{background-position:0 0;}
#bank5{background-position:0 -360px;}
#bank6{background-position:0 -320px;}
#bank7{background-position:0 -240px;}
#bank8{background-position:0 -120px;}
/*-------------------------------------------------------------------------------------------------------*/
/*成功页面*/
#success{padding-left:100px;}
#success a{color:#3366cc;}
#success p{height:16px;line-height:16px;}
.headfont{font-size:22px;padding:50px 0 20px 0;font-weight:bold;}
#success p.your-information{height:50px;line-height:50px;font-size:14px;}
#notice{width:650px;background-color:#ffff99;border:1px #000000 solid;padding:15px 10px 15px 10px;margin-bottom:30px;}
#notice p{line-height:16px;}
.text-indent1{padding-left:30px;}