.fishContainer {
	margin: 0;
	padding: 0;
	background-color: transparent;
	width: 100%;
	height: 120px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bar {
	position: absolute;
	bottom: -60px;
	left: 50%;
	text-align: center;
	margin: 0 0 0 -600px;
	z-index: 2;
	border-radius: 30% 30% 0 0;
	background: rgba(245, 240, 229, 0);
}

.bar h2 {
	font-weight: normal;
	font-size: 2.8rem;
	color: #fff;
	margin: 20px 0 30px 0;
	display: none;
}

.bar li {
	position: relative;
	float: none;
	width: 180px;
	height: 180px;
	border-radius: 40%;
	margin: 0 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	font-size: 1.4rem;
	color: #999;
	cursor: pointer;
}

.bar li:first-child {
	margin-left: 0;
	;
}

.bar li:last-child {
	margin-right: 0;
	;
}


.bar li:hover {
	transform: scale(1.1);
}

.bar li p {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	border-radius: 40%;
	border: 2px solid #fff;
	transition: all 0.3s ease-in-out;
	z-index: 2;
}

.bar li:hover p {
	border-radius: 50%;
}

.bar li img {
	height: 100%;
}

.bar li.x img {
	margin: 0 0 0 -60px;
}

.bar li span {
	display: inline-block;
	margin: 5px 0 0 0;
}

.bar ol li:after {
	position: absolute;
	left: 50%;
	top: 0;
	width: 104px;
	height: 171px;
	margin: 0 0 0 -52px;
	content: '';
	transition: all 0.3s ease-in-out;
	background: url(../images/bird.png) no-repeat center 0;
	z-index: 1;
}

.bar ol li:hover:after {
	top: -100px;
}


.txt .x {
	padding: 10px 0 0 0;
	font-size: 1.2em;
}

.txt .x strong {
	font-size: 1.2em;
	color: #036;
}

.txt .x img {
	max-width:1200px;
	width:100%;
	margin: 0 0 30px 0;
	border-radius: 20px;
}

.main-home .container {
	width: 100%;
	text-align: center;
}

.listImg {
	margin: 120px 0 0 0;
}

.listImg ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

.listImg li {
	position: relative;
	max-width: 650px;
	display: inline-block;
	overflow: hidden;
	margin: 0 20px;
	border-radius: 15px;
}

.listImg li:nth-child(2) {
	top: -50px;
}

.listImg li:nth-child(3) {
	top: 20px;
}

.listImg li img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.listImg li.img img:hover {
	scale: 1.05;
	opacity: 0.9;
	transition: all 0.5s ease-in-out;
}

/* bird */
.birdBox {
	position: absolute;
	top: 0;
	left: -20px;
	z-index: 1;
	width: 30%;
	height: 30%;
}

.birdBox .magpie {
	transform-origin: top left;
	animation: swing 3s infinite ease-in-out;
	width: 100%;
	position: relative;
	pointer-events: none;
}

.birdBox .branch {
	width: 100%;
	padding-bottom: 100%;
	background: url(../images/bird0.svg) no-repeat;
	;
}

.birdBox .bird {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bird1.svg) no-repeat;
}

.birdBox .bird {
	transform-origin: top left;
	animation: swing2 6s infinite ease-in-out;
}

@keyframes swing {
	0% {
		transform: rotate(-5deg);
	}

	50% {
		transform: rotate(5deg);
	}

	100% {
		transform: rotate(-5deg);
	}
}

@keyframes swing2 {
	0% {
		transform: rotate(-1deg);
	}

	50% {
		transform: rotate(1deg);
	}

	100% {
		transform: rotate(-1deg);
	}
}

.hot {
	position: relative;
	width: 100%;
	margin: 100px 0 0 0;
}

/* .hot::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	min-width: 620px;
	height: 100%;
	z-index: 1;
	background: url(../images/img.png) no-repeat;
} */

.hot li {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 650px;
	border-radius: 15px 15px 0 0;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	margin: 40px 20px 0 0;
	background-color: #fff;
}

.hot li img {
	width: 100%;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	margin: 0 0 10px 0;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
}

.hot li:hover img {
	scale: 1.05;
	opacity: 0.9;
	transition: all 0.5s ease-in-out;
}

.hot li:nth-child(2) {
	margin-right: 0;
}

.hot li h3 {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 50px 0 15px 0;
	color: #666;
}

.hot li p:last-child {
	text-decoration: underline;
	font-size: 1.6rem;
	margin: 20px 0 15px 0;
}

.hot li a:hover p:last-child {
	color: #f90;
}