.application-wrap {
 	background: #f5f6f8;
 	padding: 100px 0;
 }

 @media screen and (max-width: 1920px) {
 	.application-wrap {
 		padding: calc(100 / 1920 * 100vw) 0;
 	}
 }

 .application-wrap .tit {
 	font-size: 50px;
 }

 @media screen and (max-width: 1920px) {
 	.application-wrap .tit {
 		font-size: calc(50 / 1920 * 100vw);
 	}
 }
 @media screen and (max-width: 992px) {
 	.application-wrap .tit {
 		font-size: 5rem;
 	}
 }
 .application-wrap .tit2 {
 	font-size: 24px;
 	padding: 20px 0;
 }

 @media screen and (max-width: 1920px) {
 	.application-wrap .tit2 {
 		font-size: calc(24 / 1920 * 100vw);
 		padding: calc(20 / 1920 * 100vw);
 	}
 }
 @media screen and (max-width: 992px) {
 	.application-wrap .tit2 {
 		font-size: 3rem;
 	}
 }
 .application-wrap .tit,
 .application-wrap .tit2 {
 	text-align: center;
 }

 .application {
 	width: 100%;
 	height: 100%;
 	position: relative;
 }

 .application .mySwiper {
 	height: 211px;
 	margin: 80px 0;
 }

 @media screen and (max-width: 1920px) {
 	.application .mySwiper {
 		height: calc(211 / 1920 * 100vw);
 		margin: calc(80 / 1920 * 100vw) 0;
 	}
 }
@media screen and (max-width: 992px) {
 	.application .mySwiper {
 		height: auto;
 		margin: 5rem  0;
 	}
 }
 .application .mySwiper .swiper-slide {
 	width: 211px;
 	height: 100%;
 	cursor: pointer;
 }

 @media screen and (max-width: 1920px) {
 	.application .mySwiper .swiper-slide {
 		width: calc(211 / 1920 * 100vw);
 	}
 }

 .application .mySwiper .swiper-slide .item {
 	display: flex;
 	flex-direction: column;
 	align-items: center;
 	justify-content: center;
 	text-align: center;
 	font-size: 24px;
 	height: 100%;
 }

 @media screen and (max-width: 1920px) {
 	.application .mySwiper .swiper-slide .item {
 		font-size: calc(24 / 1920 * 100vw);
 	}
 }
@media screen and (max-width: 992px) {
 	.application .mySwiper .swiper-slide .item {
 		font-size: 3rem;
 	}
 }
 .application .mySwiper .swiper-slide .item img {
 	max-height: 51px;
 }
@media screen and (max-width: 992px) {
 	 .application .mySwiper .swiper-slide .item img {
 		max-height: 5rem;
 		margin-top: 3rem;
 	}
 }
 .application .mySwiper .swiper-slide .item p {
 	margin-top: 15px;
 }
@media screen and (min-width: 768px) {
	 .application .mySwiper .swiper-slide:nth-child(4) .item p {
	 	margin-top: 15px;
	 	min-height: 72px;
	 }
}
 @media screen and (max-width: 1920px) {
 	.application .mySwiper .swiper-slide:nth-child(4) .item p {
 		min-height: calc(72 / 1920 * 100vw);
 	}
 }
 @media screen and (max-width: 768px) {
	 .application .mySwiper .swiper-slide:nth-child(4) .item p {
	 	 	height: 50px;
	 }
}

 .application .mySwiper .swiper-slide-thumb-active {
 	background: var(--active-color);
 	color: #fff;
 }

 .application .mySwiper .swiper-slide-thumb-active img {
 	filter: brightness(100);
 }

 .application .mySwiper2 {}

 .application .mySwiper2 .swiper-slide .item {
 	display: flex;
 	flex-direction: row;
 	justify-content: space-between;
 	height: 100%;
 	background: #fff;
 	text-align: left;
 }

@media screen and (max-width: 992px) {
	 .application .mySwiper2 .swiper-slide .item {
		flex-direction: column;
	}
}

 .item-info {
 	width: auto;
 	padding: 40px 40px 0 40px;
 	text-align: left;
 	width: 703px;
 }

 @media screen and (max-width: 1920px) {
 	.item-info {
 		padding: calc(40 / 1920 * 100vw) calc(40 / 1920 * 100vw) 0 calc(40 / 1920 * 100vw);
 		width: calc(703 / 1920 * 100vw)
 	}
 }
 @media screen and (max-width: 992px) {
 	.item-info {
 		padding: 5rem ;
 		width: 100%
 	}
 }
 .item-info .tit {
 	text-align: left;
 	font-size: 38px;
 }

 @media screen and (max-width: 1920px) {
 	.item-info .tit {
 		font-size: calc(38 / 1920 * 100vw);
 	}
 }
 @media screen and (max-width: 992px) {
 	.item-info .tit {
 		font-size: 4rem;
 	}
 }
 .item-info p {
 	font-size: 24px;
 	margin-top: 30px;
 }

 @media screen and (max-width: 1920px) {
 	.item-info p {
 		font-size: calc(24 / 1920 * 100vw);
 		margin-top: calc(30 / 1920 * 100vw);
 	}
 }

 @media screen and (max-width: 992px) {
 	.item-info p {
 		font-size: 3rem;
 		margin-top: 2rem;
 	}
 }
 
 .application .mySwiper2 .swiper-slide .item .img {
 	width: 904px;
 }

 @media screen and (max-width: 1920px) {
 	.application .mySwiper2 .swiper-slide .item .img {
 		width: calc(904 / 1920 * 100vw);
 	}
 }
 @media screen and (max-width: 992px) {
 	.application .mySwiper2 .swiper-slide .item .img {
 		width: 100%;
 	}
 }
 .application-next {
 	width: 65px;
 	height: 65px;
 	background: var(--active-color);
 	color: #fff;
 	text-align: center;
 	line-height: 65px;
 	border-radius: 100%;
 	position: absolute;
 	bottom: 85px;
 	left: 80px;
 	z-index: 999;
 }

 @media screen and (max-width: 1920px) {
 	.application-next {
 		bottom: calc(80 / 1920 * 100vw);
 		left: calc(40 / 1920 * 100vw);
 	}
 }
@media screen and (max-width: 992px) {
 	.application-next {
 		bottom: calc(80 / 1920 * 100vw);
 		right: calc(80 / 1920 * 100vw);
 		left: auto;
 	}
 }
 .application-next:hover {
 	background: #77c14a;
 }

 .application-next i {
 	font-size: 20px;
 	font-weight: bold;
 }
