/*主页登录注册框*/
.white_content { display:none;
            position: absolute; 
            top: 18%; 
            left: 40%; 
            width:299px;
			height:475px;
            z-index:10002; 
            overflow: auto; 
			border-radius:4px;
			overflow-y: hidden;
			background:#fff; 
-webkit-box-shadow:0 7px 30px #cbcbcb;  
  -moz-box-shadow:0 7px 30px #cbcbcb;  
  box-shadow:0 7px 30px #cbcbcb;
        } 
.denglu_cha { position:absolute; top:8px; right:8px;}
.denglu_cha img{width:19px; height:12px;  }
.denglu_title { width:100%; margin-top:12px; line-height:24px; text-align:center; font-family:"微软雅黑"; font-size:14px;}
.denglu_pic { width:100%; text-align:center; height:auto; margin-top:2px; }
.denglu_pic img{ width:190px; height:123px; }
.denglu_des { width:100%; text-align:center; color:#32bc80;  font-family:"微软雅黑"; font-size:14px; }

.denglu_name { width:244px; font-family:"微软雅黑"; font-size:12px; height:34px; padding-left:54px; margin-top:12px; }
.denglu_name input {color:#808080; width:181px; border:#b3b3b3 solid 1px; line-height:34px; padding-left:8px;}
.denglu_name img {width:14px; height:33px; padding-left:10px; vertical-align: middle;}
.denglu_mima { width:244px; font-family:"微软雅黑"; font-size:12px; height:36px; padding-left:54px;  margin-top:6px;}
.denglu_mima input {color:#808080; width:181px; border:#b3b3b3 solid 1px; line-height:34px; padding-left:8px;}
.denglu_mima img { width:14px; height:33px; padding-left:10px; vertical-align: middle;}
.denglu_wangji { width:191px; font-family:"微软雅黑"; font-size:12px; line-height:34px; color:#808080; margin:0 54px; overflow:hidden; margin-top:10px; }
#repwdinfo { width:191px; text-align:left; font-family:"微软雅黑"; font-size:12px; line-height:34px; padding-left:54px; color:#fe0000;  }
.denglu_wangji input {  width:12px; height:12px; color:#138acf; margin-right:8px; outline: none;}
.denglu_wangji span { float:right; color:#138acf;}
.denglu_wangji span a {color:#138acf;}
.denglu_wangji input{ }
.denglu_anniu { width:100%; text-align: center;}
.denglu_anniu input{ width:191px; color:#FFF; background-color:#138acf; display:block; color:#FFF; line-height:36px; border: 0px; margin:0 54px; font-family:"微软雅黑"; font-size:16px; letter-spacing:4px;}
.denglu_anniu2 { width:100%; text-align: center; margin-top:6px;}
.denglu_anniu2 input{ width:191px; color:#FFF; background-color:#138acf; display:block; color:#FFF; line-height:36px; border: 0px; margin:0 54px; font-family:"微软雅黑"; font-size:14px; }
.denglu_zhuce { width:181px; text-align:right; font-size:12em; font-size:10px; line-height:36px; color:#666666; margin:0 65px;}
.denglu_zhuce a {color:#138acf;}
.denglu_yanzheng { width:191px; padding-left:54px; font-family:"微软雅黑"; font-size:12px; margin-top:6px;}
.denglu_yanzheng #yanzhengma {color:#808080; width:89px; border:#b3b3b3 solid 1px; line-height:30px;  padding-left:8px;}
.denglu_yanzheng #fasong {color:#808080; width:83px; border:#32bc80 solid 1px; line-height:30px; background-color:#32bc80; color:#FFF; margin-left:9px; border-radius:3px;}

/*用户登陆的具体信息*/
.usercenter{
	position: fixed;
	width: 242px;
	height: 343px;
	top: 0px;
	left: 10px;
	z-index: 99998;
	display: none;
	border: 1px solid #b3b3b3;
	background-color:#FFF;}
.usercenter_top{
	width: 100%;
	height: 100px;
	position: relative;
	border-bottom: 1px solid #b3b3b3;}
.usercenter_head{
	position: absolute;
	top: 10px;
	left: 37%;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 1px solid #fff;}
.usercenter_top a{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	color: #000;
	text-align: center;}
.usercenter_bottom{
	position: relative;}
.usercenter_bottom .djqd{
	color: #fff;
	width: 100px;
	height: 36px;
	position: absolute;
	top: 20px;
	left: 71px;
	line-height: 36px;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: #ef9348;}
.usercenter_bottom .qdcg{
	color: #6d6d6d;
	width: 100px;
	height: 36px;
	position: absolute;
	top: 20px;
	left: 71px;
	line-height: 36px;
	text-align: center;
	display: none;
	border-radius: 5px;
	background-color: #e8e8e8;}
.usercenter_bottom img{
	position: absolute;
	top: 85px;
	left: 100px;
	width: 50px;}
.usercenter_bottom p{
	position: absolute;
	top: 145px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #EF9348;}
.usercenter_bottom .gb{
	color: #6d6d6d;
	width: 116px;
	height: 32px;
	position: absolute;
	top: 200px;
	left: 70px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #999;}
	/*登陆注册结束*/