body{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-image: url(../img/backImgs/bg_9.png);
	overflow: hidden;
}
a{
	text-decoration:none;
}


.sunday_container{
	
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	height: auto;
	width: 100%;
	justify-content: space-around;
	align-items: center;
}

.section_top{
	display: flex;
	width: 100%;
	height: 100px;
	background-image: url(../img/backImgs/bi_9.png);
	background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
	border-bottom: 2px gray solid;
	align-items: center;
}


.section_top a{
	margin-left: 30px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	font-family: "STKaiti";
}





.section_middle{
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 1600px;
	justify-content: space-around;
	align-items: center;
}

.section_item{
	display: flex;
	width: 200px;
	height: 200px;
	background-image: url(../img/backImgs/grid.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	border-radius: 20px;
	margin: 50px;
	border: 2px white solid;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	
	font-size: 30px;
	color: white;
	font-family: "STKaiti";
	font-weight: bold;

	transition: all 0.6s;
}


.section_item:hover{
	transform: scale(1.1);
}

.section_item:nth-child(2){
	background-image: url(../img/backImgs/grid7.png);
}
.section_item:nth-child(3){
	background-image: url(../img/backImgs/grid3.png);
}
.section_item:nth-child(4){
	background-image: url(../img/backImgs/grid4.png);
}
.section_item:nth-child(5){
	background-image: url(../img/backImgs/grid5.png);
}
.section_item:nth-child(6){
	background-image: url(../img/backImgs/grid7.png);
}
.section_item:nth-child(7){
	background-image: url(../img/backImgs/grid7.png);
}
.section_item:nth-child(9){
	background-image: url(../img/backImgs/grid7.png);
}


.section_bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	line-height: 30px;
	width: 100%;
	z-index: 999;
	opacity: 0.8;
	text-align: right;
}

.section_bottom a{
	color: gray;
	font-size: 14px;
	margin-right: 10px;
}
