/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* 在线工具 Tool.Adminbuy.Cn */
/* QQ：9490489 */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-weight: 300
}
body{ background-image: url(02.jpg); background-attachment: fixed;}
.box{
	width: 650px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 15px;
	
	margin-top: 90px; padding-bottom:50px
}
.box h1{
	text-align: center;
	color: #474747;
}
.box p{
	text-align: center;
	color: black;
	background-color: #eed36a;
	padding: 10px 10px;
	border-radius: 8px;
}
.box ul{
	margin-top: 25px;
	margin: 50px 15px 0px 15px;
}
.box ul li{
	list-style: none;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box ul li a{
	text-decoration: none;
	color: black;
	border-radius: 50px;
	font-size: 17px;
	background-color: #bfa951; width:160px; line-height:45px; text-align:center
	}
/* .box ul li i{
	
} */
.footer{
	width: 650px;
	text-align: center;
	color: black;
	background-color: #eed36a;
	padding: 10px 10px;
	border-radius: 8px;
	margin: 30px auto;
}
.footer a{color: #5279FA; text-decoration:none}
@media only screen and (max-width: 500px) {
    .box{
		width: 96%;
		margin-top: 100px;
		margin: 100px 10px 0px 10px;
	}
	.box ul li a{
		text-decoration: none;
		color: black;
		border-radius: 50px;
		font-size: 15px;
		background-color: #bfa951; width:130px; line-height:35px
	}
	.footer{
		width: 96%;
		text-align: center;
		color: black;
		background-color: #eed36a;
		padding: 10px 10px;
		border-radius: 8px;
		margin: 30px 10px;
	}
	.box ul li span{ display:none}
}
