@charset "utf-8";
/* CSS Document */
/* 登录页面CSS */
*,body{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:18px;
	font-family:"微软雅黑";
	}
	
body{
	overflow:hidden;
}
	
.loginbackgrounddiv{
	position:absolute;
	filter:alpha(opacity=40);  
    -moz-opacity:0.4;  
    -khtml-opacity: 0.4;  
    opacity: 0.4;  
	width:480px;
	height:280px;
	top:35%;
	background:black;
	border:0px solid #fff;
	border-radius:10px;
	}
	
.logindiv{
	position:absolute;
	width:480px;
	height:280px;
	top:35%;
	border:1px solid #fff;
	border-radius:10px;
	}
	
.logindivtitle{
	width:100%;
	height:40px;
	}
	
.logindiv ul{
	height:240px;
	padding-left: 40px;
	padding-right: 38px;
	}

.logindiv ul li{
	height:40px;
	margin-bottom:16px;
	}
	
.imgdiv{
	 float:left;
	 width:40px;
	 height:40px;
	 background:#c2000a;
	 border-radius:8px 0px 0px 8px;
	}
	
.imgdiv2{
	 float:left;
	 width:40px;
	 height:40px;
	 background:#c2000a;
	 border-radius:8px 0px 0px 8px;
	}
	
.imgdiv img{
	margin:10px;
	width:20px;
	height:20px;
	}
	
.imgdiv2 img{
	margin:10px;
	width:20px;
	height:20px;
	}

.textcss{
	float:left;
	height:40px;
	line-height:40px;
	width:358px;
	border-radius:0px 8px 8px 0px;
	font-size: 14px;
	}
	
.yancss{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	margin:0px auto;
	text-align:center;
	background:#c2000a;
	font-size:20px;
	color:#fff;
	border-radius:8px 0px 0px 8px;
	}
	
.yancss2{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	margin:0px auto;
	text-align:center;
	background:#c2000a;
	font-size:20px;
	color:#fff;
	border-radius:8px 0px 0px 8px;
	}
	
.verificationCode{
	float:left;
	height:40px;
	line-height:40px;
	font-size:14px;
	border-radius:0px 8px 8px 0px;
	}
	
.getVerificationCode{
	float:right;
	height:40px;
	border-radius:10px;
	color:#c2000a;
	font-size:14px;
	}
	
.loginbutton{
	width:200px;
	height:40px;
	background:#c2000a;
	color:#fff;
	border-radius:10px;
	margin-left:100px;
	margin-top:8px;
	}
	
	
.arrow-right {
    width:0; 
    height:0; 
    border-top:32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 32px solid green;
}

