@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
/*按钮样式*/

.wiffalogo{
	width:100%;
	height:40px;
	background:url("../images/wiffalogo.png?v=2.0") no-repeat center;
	background-size:45% 100%;
}

.loginBox{
	padding:25px;
}

.loginTitle{
	font-size:18px;
	font-weight:bold;
	color:#eb6000;
	border-bottom:1px solid #eb6000;
	padding-bottom:10px;
	text-align:center;
	margin-bottom:25px;
	
}

.loginInputBox{
	margin-top:20px;
}
.loginInputBox span{
	display:block;
	color:#333;
	font-size:12px;
	margin-bottom:5px;
	float:left;
}
.loginInputBox input{
	width:280px;
	height:40px;
	background:none;  
	outline:none;  
	border:0;
	font-size:14px;
	border:1px solid #ccc;
	border-radius:4px;
	padding:0 15px;
	

}

.btnBox{
	height:40px;
	line-height:40px;
	border-radius:4px;
	background:#eb6000;
	color:#fff;
	text-align:center;
	margin-top:20px;
	cursor:pointer;
	font-size:16px;
}

.btnBox:hover{
	background:#dd5e00;
}

.freeRegister{
	padding-top:20px;
	text-align:center;
}
.freeRegister  a{
	background:url("/images/en/narrowLeft.png") no-repeat right;
	background-size:6% 50%;
	display:inline-block;
	color:#666;
	padding-right:15px;
	margin:0 5px;
	text-decoration:none;
	font-size:16px;
	
}

.freeRegister  a:hover{
	color:#2c6bc6;
	display:inline-block;
	padding-right:15px;
	background:url("/images/en/narrowLeftBule.png") no-repeat right;
	background-size:6% 50%;
}
/*.ClickMe {
	width: 200px;
	height: 30px;
	border: 1px solid #C40000;
	background-color: #000;
	color: #FFF;
	margin:0 auto;
}*/
/*#goodcover {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}*/

#gray{
     width:100%;
     height:100%;
     background:rgba(0,0,0,0.3);
     position:fixed;
     top:0px;
     left:0;
     display:none;
     z-index:1000;}

.popup {
	width: 360px;
	height:380px;
	background-color: #fff;
	padding: 10px;
	position:fixed;
	display: none;
	left: 50%;
    top: 50%;
    margin-left:-190px;
    margin-top:-200px;
	z-index: 1002;
	border-radius:5px;
}



.close1 {
	width: 360px;
	height: 20px;
}


.guanbi {
	float: right;
}
.guanbi img {
	width: 20px;
}


/*注册信息--start--*/
.registrationBox{
	height:700px;
	width:360px;
	padding:25px;
}

.registTextBox{
	
}
.inputRegistBox{
	margin-top:15px;
	overflow:hidden;
}
.inputRegistBox input{
	width:328px;
	height:40px;
	background:none;  
	outline:none;  
	border:0;
	font-size:14px;
	border:1px solid #ccc;
	border-radius:4px;
	padding:0 15px;
}

.inputRegistBox span{
	display:block;
	color:#333;
	font-size:12px;
	margin-bottom:5px;
}
.zhongDot{
	width:10px;
	height:10px;
	display:block;
	float:left;
	color:#e7380c;
	margin-top:2px;
	
}
.sendCode{
	width:180px;
	color:#eb6000;
	float:left;
	height:40px;
	line-height:40px;
	border:1px solid #ccc;
	border-radius:4px;
	margin-left:10px;
	font-size:12px;
	text-align:center;
	cursor:pointer;
}

.sendCode:hover{
	background:#eee;
}
