.wrap1{
	/* overflow: hidden; */
}
[v-cloak] {
	display: none;
}
.bk1 {
	width: 100vw;
	height: 4.61rem;
	position: relative;
}

.bjt1 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	zoom: 1;
	padding: 0 0.29rem;
}

.content1 .title1 {
	font-size: 0.38rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0rem 0rem 0rem rgba(14, 32, 43, 0.13);
	margin-top: 0.74rem;
}

.content1 .p1 {
	font-size: 0.22rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.34rem;
	text-shadow: 0rem 0rem 0rem rgba(14, 32, 43, 0.13);
	margin-top: 0.27rem;
}

.content1 ul {
	height: 0.6rem;
	width: 2.7rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	column-gap: 0.58rem;
	row-gap: 0.1rem;
	margin-top: 0.5rem;
}

.content1 ul li {
	display: flex;
	align-items: center;
}

.content1 ul li .tb {
	width: 0.2rem;
	height: 0.2rem;
	background: url(../imgs/gx.png) center center / 100% 100% no-repeat;
	margin-right: 0.06rem;
}

.content1 ul li span {
	font-size: 0.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

.content1 .btn {
	width: 1.62rem;
	height: 0.51rem;
	background: #0072FF;
	border-radius: 0.03rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.44rem;
}

.content1 .btn:active {
	background: #4196FF;
}

.content1 .btn .icon {
	background: url(../imgs/kf.png) center center / 100% 100% no-repeat;
	width: 0.21rem;
	height: 0.21rem;
	margin-right: 0.04rem;
}

.content1 .btn span {
	font-size: 0.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

/* bk2 */
.bk2 {
	width: 100vw;
	height: 7rem;
	position: relative;
}

.bjt2 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	zoom: 1;

}

.content2 .title2 {
	font-size: 0.31rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0.51rem auto 0;
}

.content2 h2 {
	font-size: 0.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	margin-top: 0.13rem;
	text-align: center;
}

.content2 .p2 {
	font-size: 0.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2A2A2A;
	line-height: 0.31rem;
	margin-top: 0.24rem;
	padding: 0 0.24rem;
}

.content2 video {
	display: block;
	width: 5.97rem;
	height: 3.3794rem;
	background: #DCDCDC;
	border: 0.04px solid #FFFFFF;
	box-shadow: 0rem 0rem 0rem 0rem rgba(199, 216, 255, 0.55);
	border-radius: 0.17rem;
	margin: 0.38rem auto 0;
}

/* bk3 */
.bk3 {
	width: 100vw;
	height: 8.11rem;
	position: relative;
}

.bjt3 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content3 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	zoom: 1;
}

.content3 .title3 {
	font-size: 0.31rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0.52rem auto 0;
}

.content3 h2 {
	font-size: 0.19rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	margin: 0.15rem auto 0;
	text-align: center;
}

.content3 .p3 {
	font-size: 0.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2A2A2A;
	line-height: 0.31rem;
	text-align: center;
	padding: 0 0.23rem;
	margin: 0.24rem 0 0.49rem;
}

.swiper-container3 {
	width: 100vw;
	height: 4.61rem;
}

.swiper-container3 .swiper-slide {
	width: 3.33rem;
	height: 4.61rem;
	position: relative;
	border-radius: 0.1rem;
	transition: all .5s;
	transform: scale(0.9);
}

.swiper-container3 .swiper-slide-active {
	transform: scale(1);
}

.swiper-container3 .swiper-slide-active .text-wrap p {
	opacity: 1 !important;
}

.swiper-container3 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	border-radius: 0.1rem;
}

.swiper-container3 .swiper-slide .text-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	zoom: 1;
}

.swiper-container3 .swiper-slide .text-wrap img {
	width: 0.68rem;
	height: 0.65rem;
	object-fit: fill;
}

.swiper-container3 .swiper-slide .text-wrap .line {
	width: 0.34rem;
	height: 0.04rem;
	background: #0072FF;
	margin-top: 0.39rem;
}

.swiper-container3 .swiper-slide .text-wrap h1 {
	font-size: 0.24rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.32rem;
}

.swiper-container3 .swiper-slide .text-wrap p {
	font-size: 0.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.28rem;
	text-align: center;
	padding: 0 0.24rem;
	transition: all .5s;
	margin-top: 0.44rem;
	opacity: 0;
}

/* bk4 */
.bk4 {
	width: 100vw;
	height: 5.38rem;
	position: relative;
	overflow: hidden;
}

.bk4 .img-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

.bk4 .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	position: absolute;
	top: 0;
	left: 0;
}

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

.content4 .title4 {
	font-size: 0.31rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0.51rem auto 0;
}

.content4 .p4 {
	font-size: 0.19rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	margin-top: 0.15rem;
}

.swiper-container4 {
	width: 100vw;
	height: 1.47rem;
	position: absolute;
	left: 0;
	bottom: 0.43rem;
	padding-left: 0.17rem;
}

.swiper-container4 .swiper-slide {
	width: 1.21rem;
	height: 1.47rem;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #fff;
	border-radius: 0.07rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 0.15rem;
}

.swiper-container4 .swiper-slide * {
	pointer-events: none;
}

.swiper-container4 .swiper-slide.active1 {
	border: 1px solid #0072FF;
}

.swiper-container4 .swiper-slide img {
	width: 0.35rem;
	height: 0.34rem;
	object-fit: fill;
}

.swiper-container4 .swiper-slide span {
	font-size: 0.19rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.2rem;
}


/* bk5 */
.bk5 {
	width: 100vw;
	height: 5.8rem;
}

.content5 {
	width: 100%;
	height: 100%;
}

.content5 .title5 {
	font-size: 0.32rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0.5rem auto 0;
}

.content5 .card {
	width: 5.98rem;
	height: 4.08rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.36rem auto 0;
}

.content5 .card>li {
	width: 2.9rem;
	height: 4.08rem;
	background: linear-gradient(0deg, #F3F6FE, #FFFFFF);
	border: 0.02rem solid #FFFFFF;
	box-shadow: 0rem 0.1rem 0.1rem 0rem rgba(56, 84, 146, 0.2);
	border-radius: 0.1rem;
	overflow: hidden;
}

.content5 .card li img {
	width: 2.9rem;
	height: 1.86rem;
	object-fit: fill;
}

.content5 .card li .text-wrap {
	width: 100%;
	height: 2.22rem;
	padding: 0 0.2rem;
}

.content5 .card li .text-wrap h1 {
	font-size: 0.24rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	margin-top: 0.25rem;
	padding-bottom: 0.26rem;
}

.content5 .card li .text-wrap ul {
	width: 100%;
	height: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content5 .card li .text-wrap ul li {
	display: flex;
	align-items: center;
	width: 100%;
	height: 0.25rem;
}

.content5 .card li .text-wrap ul li .tb {
	width: 0.19rem;
	height: 0.2rem;
	background: url(../imgs/dh.png) center center / 100% 100% no-repeat;
	margin-right: 0.08rem;
}

.content5 .card li .text-wrap ul li span {
	font-size: 0.19rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
}

/* bk6 */
.bk6 {
	width: 100vw;
	height: 10.78rem;
	position: relative;
}

.bjt6 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content6 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	zoom: 1;
}

.content6 .title6 {
	font-size: 0.31rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0.51rem auto 0;
}

.content6 .p6 {
	font-size: 0.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2A2A2A;
	line-height: 0.31rem;
	margin: 0.25rem auto 0.5rem;
	padding: 0 0.26rem;
	text-align: center;
}

.content6 .ban {
	width: 100%;
	height: 1.19rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.18rem;
}

.content6 .ban li {
	width: 1.37rem;
	height: 1.19rem;
	background: linear-gradient(0deg, #F3F6FE, #FFFFFF);
	border: 0.02px solid #FFFFFF;
	box-shadow: 0rem 0rem 0rem 0rem rgba(75, 105, 172, 0.2);
	border-radius: 0.09rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content6 .ban li * {
	pointer-events: none;
}

.content6 .ban li img {
	width: 0.5rem;
	height: 0.4rem;
	object-fit: fill;
}

.content6 .ban li span {
	font-size: 0.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	margin-top: 0.2rem;
}

.content6 .card {
	width: 3.35rem;
	height: 5.6rem;
	position: relative;
	margin: 0.66rem auto 0;
}

.content6 .card li:nth-of-type(1) .tp1 {
	width: 3.35rem;
	height: 5.6rem;
	position: absolute;
	top: 0;
	left: 0;
}

.content6 .card li:nth-of-type(1) .tp2 {
	width: 1.67rem;
	height: 2.24rem;
	position: absolute;
	left: -0.33rem;
	top: 1.83rem;
}

.content6 .card li:nth-of-type(1) .tp3 {
	width: 1.67rem;
	height: 1.03rem;
	position: absolute;
	top: 2.98rem;
	right: -0.74rem;
}


.content6 .card li:nth-of-type(2) .tp1 {
	width: 3.35rem;
	height: 5.6rem;
	position: absolute;
	top: 0;
	left: 0;
}

.content6 .card li:nth-of-type(2) .tp2 {
	width: 1.61rem;
	height: 1.44rem;
	position: absolute;
	left: -0.33rem;
	top: 1.76rem;
}

.content6 .card li:nth-of-type(2) .tp3 {
	width: 1.66rem;
	height: 1.52rem;
	position: absolute;
	top: 2.3rem;
	right: -0.58rem;
}

.content6 .card li:nth-of-type(2) .tp4 {
	width: 2.08rem;
	height: 1.3rem;
	position: absolute;
	left: 0.18rem;
	bottom: -0.29rem;
}

.content6 .card li:nth-of-type(3) .tp1 {
	width: 3.35rem;
	height: 5.6rem;
	position: absolute;
	top: 0;
	left: 0;
}

.content6 .card li:nth-of-type(3) .tp2 {
	width: 2.01rem;
	height: 2.65rem;
	position: absolute;
	top: 1.5rem;
	left: -0.33rem;
}

.content6 .card li:nth-of-type(3) .tp3 {
	width: 2.78rem;
	height: 4.1rem;
	position: absolute;
	right: -1.39rem;
	top: 1.02rem;
}

.content6 .card li:nth-of-type(4) .tp1 {
	width: 4.05rem;
	height: 3.23rem;
	position: absolute;
	top: 1rem;
	left: -0.35rem;
}

.content6 .card li:nth-of-type(4) .tp2 {
	width: 1.53rem;
	height: 2.81rem;
	position: absolute;
	top: 2.45rem;
	left: -0.84rem;
}

.content6 .card li:nth-of-type(4) .tp3 {
	width: 3rem;
	height: 1.32rem;
	position: absolute;
	top: 2.95rem;
	right: -0.52rem;
}

.content6 .card li:nth-of-type(1),
.content6 .card li:nth-of-type(2),
.content6 .card li:nth-of-type(3),
.content6 .card li:nth-of-type(4) {
	display: none;
}

.active6-1 {
	display: block !important;
	z-index: 10;
}

.active6-2 {
	background: linear-gradient(-45deg, #DFE9FE, #EBF1FF) !important;
	box-shadow: 0 0.01rem 0 0 #F8FAFF, 0 0.03rem 0.06rem 0 rgba(186, 207, 255, 0.28) !important;
	border: 0.02rem solid transparent !important;
}


@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-30%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(30%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 30%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -30%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

/* bk7 */
.bk7 {
	width: 100vw;
	height: 5.18rem;
}

.content7 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.content7 .title7 {
	font-size: 0.32rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	margin: 0.5rem auto 0.33rem;
	text-align: center;
}

.content7 ul {
	width: 100%;
	height: 2.65rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content7 ul li {
	width: 2.9rem;
	height: 2.65rem;
	position: relative;
}

.content7 ul li:nth-of-type(1) {
	margin-right: 0.19rem;
}

.content7 ul li img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content7 ul li span {
	display: block;
	position: absolute;
	width: 100%;
	height: 0.54rem;
	line-height: 0.54rem;
	left: 0;
	bottom: 0;
	font-size: 0.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.content7 input {
	display: block;
	width: 2.06rem;
	height: 0.61rem;
	background: #fff;
	border: 0.01rem solid #999999;
	border-radius: 0.05rem;
	margin: 0.26rem auto 0;
	font-size: 0.22rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}

.content7 input:active {
	border: 0.01rem solid transparent;
	background: #0072FF;
	color: #FFFFFF;
}

/* bk8 */
.bk8 {
	width: 100vw;
	height: 5.12rem;
	position: relative;
}

.bjt8 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content8 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	zoom: 1;
}

.content8 .title8 {
	font-size: 0.31rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0.51rem auto 0;
}

.content8 .p8 {
	font-size: 0.19rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: rgba(255, 255, 255, .8);
	text-align: center;
	margin: 0.16rem auto 0.42rem;
}

.content8 .inp {
	width: 100%;
	height: 3.02rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content8 .inp input:nth-of-type(1) {
	margin-bottom: 0.26rem;
	width: 5.8rem;
	height: 0.75rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0rem 0rem rgba(56, 57, 57, 0.05);
	border-radius: 0.09rem;
	padding: 0 0.26rem;
	font-size: 0.24rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #888888;
	line-height: 0.75rem;
}

.content8 .inp input:nth-of-type(2) {
	margin-bottom: 0.51rem;
	width: 5.8rem;
	height: 0.75rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0rem 0rem rgba(56, 57, 57, 0.05);
	border-radius: 0.09rem;
	padding: 0 0.26rem;
	font-size: 0.24rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #888888;
	line-height: 0.75rem;
}

.content8 .inp input:nth-of-type(3) {
	width: 3.58rem;
	height: 0.75rem;
	background: #0072FF;
	box-shadow: 0rem 0rem 0rem 0rem rgba(56, 57, 57, 0.05);
	border-radius: 0.09rem;
	font-size: 0.24rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}
.content8 .inp input:nth-of-type(3):active{
	background: #4196FF;
}

/* 弹框2 */
.ly-pop {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	visibility: hidden;
	opacity: 0;
	display: none;
}

.ly-pop.show {
	visibility: visible;
	opacity: 1;
	display: block;
}

.ly-container {
	font-size: .175rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: .075rem;
	overflow: hidden;
	background: #fff;
	width: 4.975rem;
	height: 2.275rem;
}

.ly-cont-top {
	background-color: #f5f5f5;
	height: .5rem;
	line-height: .5rem;
	padding: 0 .125rem;
	border-bottom: .0125rem solid #efefef;
}

.ly-cont-top .labels {
	padding-left: .35rem;
	background: url(../imgs/ly-01.png) 0 center / 23% no-repeat;
}

.ly-close {
	cursor: pointer;
	width: .25rem;
	height: .25rem;
	float: right;
	margin-top: .125rem;
	background: url(../imgs/ly-close.png) center center / 100% 100% no-repeat;
}

.ly-cont-wrap {
	line-height: .275rem;
	margin-top: .3875rem;
	padding: 0 .125rem 0 1.625rem;
	min-height: 1.0125rem;
	background: url(../imgs/ly-02.png) .25rem center / 20% no-repeat;
}

.ly-cont-wrap i {
	color: #ed6a11;
}

.ly-cont-wrap .t {
	color: #383838;
}
