html {
	font-size: calc(100vw / 19.2);

}

body {
	font-size: 18px;
	font-size: .18rem;
}

.gp-f24 {
	font-size: .24rem;
}

.gp-f20 {
	font-size: .2rem;
}

.gp-f18 {
	font-size: .18rem;
}

.gp-f16 {
	font-size: .16rem;
}

.gp-f14 {
	font-size: .14rem;
}

.gp-f12 {
	font-size: .12rem;
}

.gp-container {
	width: 12.2rem !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.header {
	padding-top: .4rem;
	padding-bottom: 1rem;
	box-sizing: border-box;
}

.header::before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: calc(196% / 19.2);
	background: rgba(0, 0, 0, .6);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
	background: linear-gradient(to bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.top {
	justify-content: center;
}

.logo {
	display: block;
	width: 2.96rem;
	overflow: hidden;
}

.wrapbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.slick-img {
	display: block;
	height: 100vh;
	width: 100%;
}

/* .swiper-slide-active .slick-img {
	animation: scaleBig 7s linear 0s 1 both;
	transform-style: preserve-3d
} */

.main {
	font-size: 0;
	flex-wrap: nowrap;
	margin: 0 -0.4rem;
}

.main li {
	display: inline-block;
	width: 33.33%;
}

.main li:hover .icon {
	-webkit-animation: pulse 2s;
	animation: pulse 2s
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.main a {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: .3rem;
	aspect-ratio: 1 / 1;
	margin: 0 0.4rem;
}

.main li:nth-child(2) {
	/* margin: 0 -1.6%; */
	/* margin-top: .8rem; */
	position: relative;
	z-index: 1;
}

.main li:nth-child(1) a {
	background: rgba(209, 107, 118, .88);
}

.main li:nth-child(1) a .button {
	color: rgba(209, 107, 118, 1);
}

.main li:nth-child(2) a {
	background: rgba(98, 113, 190, .88);
}

.main li:nth-child(2) a .button {
	color: rgba(98, 113, 190, 1);
}

.main li:nth-child(3) a {
	background: rgba(146, 182, 125, .88);
}

.main li:nth-child(3) a .button {
	color: rgba(146, 182, 125, 1);
}

.info {
	margin: .45rem 0 .65rem;
}

.button {
	width: 1.84rem;
	height: .55rem;
	line-height: .55rem;
	text-align: center;
	border-radius: .275rem;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
	background: #fff;
}
.main li:hover .button{
	transform: translateY(-2px);
	box-shadow:0px 10px 10px rgba(0, 0, 0, 0.24)
}
.button span {
	position: relative;
	z-index: 1;
}


.icon {
	max-width: 1.28rem;
	aspect-ratio: 1 / 1;
}

@-webkit-keyframes scaleBig {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.1)
	}
}

@keyframes scaleBig {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.1)
	}
}

@media screen and (max-width:1240px) {}

@media screen and (max-width:1100px) {

	.gp-container {
		width: 12.2rem !important;
	}
}

@media screen and (max-width:997px) {
	.gp-container {
		width: auto !important;
		margin-left: 15px !important;
		margin-right: 15px !important;
	}


	html {
		font-size: 62.5%;

	}

	body {

		font-size: 1.8rem;
	}

	.gp-f24 {
		font-size: 2rem;
	}

	.gp-f20 {
		font-size: 1.8rem;
	}

	.gp-f18 {
		font-size: 1.6rem;
	}

	.gp-f16 {
		font-size: 1.4rem;
	}

	.gp-f14 {
		font-size: 1.24rem;
	}

	.gp-f12 {
		font-size: 1.2rem;
	}

	.header {
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.logo {
		width: 296px;
	}

	.info {
		margin: 22.5px 0 32.5px;
	}

	.button {
		width: 92px;
		height: 27.5px;
		line-height: 27.5px;
		border-radius: 13.75px;
	}

	.main li:nth-child(2) {
		/* margin: 18px -16px; */
	}

	.icon {
		max-width: 80px;
	}

	/* .slick-img {
		display: block;
		height: 0;
		padding-bottom: calc(920% / 19.2);
	} */

	.main {
margin: 0 -10px;
	}

	.main a {
		border-radius: 30px;
		margin: 0 10px;
	}

	/* .wrapbanner {
		position: relative;
	}

	.header {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	} */
}

@media screen and (max-width:767px) {
	.gp-f24 {
		font-size: 1.7rem;
	}

	.header::before {
		padding-bottom: 0;
		height: 100px;
	}
}

@media screen and (max-width:740px) {
	.main {
		flex-wrap: wrap;
		align-items: center;
		/* margin: 0 -10px; */
		/* margin-top: 20px; */
	}

	.main li {
		width: 50%;
		margin: 0 0 20px 0 !important;
	}

	.main a {
		margin: 0 10px;
		max-width: 80%;
		margin: 0 auto;
	}

	.info {
		margin: 13.5px 0 13.5px;
	}

	.header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width:479px) {
	.header::before {
		padding-bottom: 0;
		height: 80px;
	}

	.icon {
		max-width: 60px;
	}

	.logo {
		width: 210px;
	}

	.gp-f24 {
		font-size: 1.6rem;
	}

	.main a {
		margin: 0 10px;
		max-width: 100%;
	}

	.main {
		margin: 0 -10px;
	}

}

@media screen and (max-width:400px) {

	/* .main{
		justify-content: center;
	}
	.main li{
		width: 100%;
		max-width: 250px;
	} */
	.icon {
		max-width: 50px;
	}

	.info {
		margin: 5.5px 0 7.5px;
		padding: 0 1px;
		box-sizing: border-box;
		text-align: center;
	}

	.main {
		margin: 0px -5px 0;
	}

	.main li {
		vertical-align: top;
		margin-bottom: 10px !important;
	}

	.main a {
		aspect-ratio: auto;
		padding: 23px 23px;
		box-sizing: border-box;
		margin: 0 5px;
	}

	.gp-f24 {
		font-size: 1.4rem;
	}

}