http://th.e668ou.com/y/05/AS/gg/04/style.css
text/css treated as css encoded in utf-8
1.19 kB
@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-family: arial, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	
}
img{
	width:100%;
}
.right {float:right;}
.left {float:left;}
.clear{
	clear:both;
}
.top{background:#fff;}

h2{
	color:#fff;
	text-align:center;
	background-color:#131313;
	font-weight:bold;
	margin:1px;
	font-size:40px;
	border:2px  solid #000;
}
.header{
	width:100%;
	max-width:480px;
	margin:0 auto;
}

.main{
	width:100%;
	max-width:480px;
	margin:0 auto;
	background:#343f45;
}
.banner{
	width:100%;
	margin:0 auto;
	box-shadow:#ccc;
	box-shadow: 0px 3px 4px #131313;
	-webkit-box-shadow: 0px 3px 4px #131313;
}
.content{color:#fff;text-align:center;font-size:1.0em;  line-height:normal;clear:both; margin:10px auto;padding: 5px 5px 5px;}
.content1{
	font-size:1.5em; line-height:normal;color:#fff;text-align:center; 
}
.content span{color:#faab00;}
.button{
	background-color: #413070;
	border-radius: 0px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	font-size: 22px;
	width: 40%;
	border:1px #fff;
	margin:10px;
}
.button a{
	color: #FFFFFF;
	display: block;
	text-decoration: none;

}
