
.sv_login_body{
	overflow:hidden;
	position:relative;
	background-image:url(../img/dot.png), url(../sldimg/sld93.jpg);
	background-size:auto, cover;
	background-attachment:local, fixed;
	background-position:center center, center 0;
	background-repeat:repeat, repeat;
}
.sv_login_body_bg{
	overflow:hidden;
	background:rgba(0,0,0,0.2);
}
.sv_login_body_in{
	overflow:hidden;
	min-height:300px;
	margin: 0 auto;
	min-width: 1200px;
	max-width: 1200px;
}
.sv_login_form{
	margin:0 auto;
	overflow:hidden;
	min-height:400px;
	background:#FFF;
	width:100%;
	margin-top:50px;
	margin-bottom:50px;
	box-shadow:0px 0px 1px 0px #666;
}
.sv_login_form_txt{
	background:#008000;
	color:#FFF;
	text-align:center;
	font-size:50px;
	padding:30px 0px;
	font-family:"Arial Black", Gadget, sans-serif;
	text-shadow:0px 1px 0px #333;
}
.sv_login_form_txt img{
	display:block;
	margin:0 auto;
	clear:both;
	width:80px;
	height:80px;
	padding:5px;
	border-radius:50%;
	border:2px dashed #FFF;
	margin-bottom:20px;
}

.sv_login_form_list{
	overflow:hidden;
	padding:20px;
}
.sv_login_form_list ul{
	display:block;
	padding:10px;
}

.sv_login_form_list li{
	text-align:left;
	font-size:20px;
	font-family: 'ProximaNovaRegular';
	color:#666;
	padding:20px 0px;
	list-style-position:inside;
	list-style-image:none;
	list-style:none;
	vertical-align:middle;
	line-height:26px;
	background:url(../img/yes24.png) left 24px no-repeat;
	padding-left:28px;
}


.sv_full_web1_submit{
	overflow:hidden;
	padding:20px 0px;
	padding-bottom:80px;
}
.sv_full_web1_submit a{
	outline:none;
	border:4px solid #3F0;
	border-radius:5px;
	display:inline-block;
	font-family: 'BreeSerif';
	font-size:35px;
	letter-spacing:1px;
	color:#3F0;
	font-weight:bold;
	text-shadow:0px 0px 1px #333;
	padding:20px 50px;
	background:none;
	cursor:pointer;
	position:relative;
}
.sv_full_web1_submit a:hover{
	background:#3F0;
	color:#FFF;
}