@charset "utf-8";
/*-----------------------for both-----------------------*/
/*-------------------eventRock-------------------*/
.eventRock li {
	background-image: url(../images/event/climb.png);
	background-position: left top;
	background-repeat: no-repeat;
	/*垂直致中*/
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.eventRock li:nth-child(2) {
	background-image: url(../images/event/rope.png);
}
.eventRock li:nth-child(3) {
	background-image: url(../images/event/walk.png);
}
.eventRock li:nth-child(4) {
	background-image: url(../images/event/finger.png);
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-------------------eventRock-------------------*/
.eventRock li {
	width: 48%;
	float: left;
	margin: 0 4% 2% 0;
	height: 100px;
	background-size: 100px 100px;
	padding-left: 110px;
}
.eventRock li h4 {
	margin-bottom: 10px;
}
.eventRock li:nth-child(even) {
	margin-right: 0;
}

/*-------------------Code Gift---------------------*/
.codeGift li {
	float: left;
	width: 19%;
	margin:0 6px 1% 7px;
	border: 1px solid #e0e0e0;
	padding: 15px;
	height: 375px;
}
/*.codeGift li:nth-child(3n) {
	margin-right: 0;
}*/
/*.codeGift li a{ display: block; text-decoration: none;}
.codeGift li a:hover{ color: #91BD1E} */
.codeGift li h4 {
	height: 70px;
	font-size: 17px;
	line-height: 140%;
}

/*-------------------icon List---------------------*/
.iconList li {
	float: left;
	width: 21%;
	margin:0 18px 3% 18px;
	border: 1px solid #f5f5f5;
	padding: 15px;
	height: 280px;
}
.iconList li:nth-child(4n) {
	margin-right: 0;
}
.iconList li img {
	width: 150px;
}
/*.codeGift li a{ display: block; text-decoration: none;}
.codeGift li a:hover{ color: #91BD1E} */
.iconList li h4 {
	height: 70px;
	font-size: 18px;
	line-height: 140%;
}
.iconList li a {
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	/*background-size: 100px 100px;
	padding: 3px 0 3px 125px;*/
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;/*ie*/
	transform: scale(1, 1);
}
.iconList li a:hover {
	transform: scale(1.05, 1.05);
}

}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*-------------------eventRock-------------------*/
.eventRock li {
	width: 100%;
	margin: 0 0 20px 0;
	height: 100px;
	background-size: 100px 100px;
	padding-left: 110px;
}
.eventRock li h4 {
	margin-bottom: 8px;
}
.eventRock li:last-child {
	margin: 0;
}

/*-------------------Code Gift---------------------*/
.codeGift li {
	margin:0 20px 30px 20px;
	border: 1px solid #e0e0e0;
	padding: 55px;

}
.codeGift li:last-of-type {
	margin-bottom: 0;
}
/*.codeGift li a{ display: block; text-decoration: none; color: #000}
.codeGift li a:hover{ color: #91BD1E} */
.codeGift li h4{ height:60px}

/*-------------------icon List---------------------*/
.iconList li {	
	float: left;
	width: 45%;
	margin:0 10px 4% 10px;
	border: 1px solid #f5f5f5;
}
.iconList li:nth-child(2n) {
	margin-right: 0;
}
.iconList li:last-of-type {
	margin-bottom: 0;
}
.iconList li img {
	width: 100px;
}
/*.codeGift li a{ display: block; text-decoration: none; color: #000}
.codeGift li a:hover{ color: #91BD1E} */
.iconList li h4 { 
	height:50px;
	color: #8e7f3a;
}

}
