.ml9 {
	position: relative;
	font-weight: 200;
	font-size: 4em;
}

.ml9 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.2em;
	padding-right: 0.05em;
	padding-bottom: 0.1em;
	overflow: hidden;
}

.ml9 .letter {
	transform-origin: 50% 100%;
	display: inline-block;
	line-height: 1em;
}


#banner,
#banner .item {
	overflow: hidden;
	position: relative;
	background: #fff;
	z-index: 100;
	margin: 0 auto;
}

#banner * {
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out
}

#banner .item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2
}

#banner .item a.conten {
	position: relative;
	display: flex;
	align-items: center;
	background: white;
	width: 370px;
	padding: 10px 20px;
	border-radius: 10px;
	justify-content: space-between;

}

#banner .item a.conten span {
	color: #80bc58;
	padding: 10px;
	font-size: max(1.2 * (1vw + 1vh) / 2, 15px);
	font-weight: 500;
}

#banner .fanbox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#banner .info {
	position: absolute;
	width: min(90%, 1440px);
	top: 37vh;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#banner .info>* {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s
}

#banner .info h3 {
	display: flex;
	opacity: 1 !important;
	line-height: 110%;
	text-align: center;
	font-size: 80px;
	font-weight: 700;
	color: #fff;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 0;
	text-transform: uppercase;
	font-size: max(5 * (1vw + 1vh) / 2, 30px);
	text-shadow: 0.1em 0.1em 0.2em rgb(26 36 19 / 21%);
}

#banner .info h3 span.letter {
	font-weight: 700;
	color: #fff;
	font-size: max(5 * (1vw + 1vh) / 2, 30px);
}

#banner .info p {
	margin-top: 5px;
	margin-bottom: 45px;
	text-align: center;
	line-height: 160%;
	font-weight: 500;
	font-size: max(2.6 * (1vw + 1vh) / 2, 16px);
	color: #fff;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	transition-delay: .5s;
	opacity: 0;
	text-shadow: 0.1em 0.1em 0.2em rgb(26 36 19 / 21%);
}

#banner .img {
	position: relative;
	width: 100%;
	height: 915px;
	background: no-repeat 50% / cover
}

#banner .img video,
#banner .img iframe {
	position: absolute;
	width: 100vw;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}

#banner .img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: linear-gradient(to bottom, rgb(0 0 0 / 25%), rgb(255 255 255 / 0%));
	z-index: 1;
}



#banner .slick-active .info>* {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

@-webkit-keyframes banerBg {
	0% {
		-webkit-transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.1)
	}
}

@keyframes banerBg {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.1)
	}
}

@media screen and (max-width:1470px) {
	#banner .slick-active .img {
		height: 678px;
	}
}

@media screen and (max-width:768px) {
	#banner .info h3 {}

	#banner .slick-active .img {
		height: 600px;
	}

	#banner .info {
		top: 179px;
	}

	#banner .info p {
		font-size: 20px
	}
}

@media screen and (max-width:480px) {

	#banner .img,
	#banner .slick-active .img {
		height: 580px;
		background-position: 61% 50%;
		background-size: cover
	}

	#banner .item a.conten {
		width: 324px;
		padding: 10px 16px;
	}

	#banner .info {
		top: 184px;
	}
}