[v-cloak] {
	display: none;
}
/* 动画 */
.fl {
	transition: all .3s;
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}
* {
	font-family: "PingFangSC-Medium",'PingFang SC' !important;
}
/* ----------------------------------------------------------------------------------------- */

.bk1 {
	width: 100vw;
	height: 9.8976rem;
	position: relative;
}

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

.content1 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	overflow: hidden;
	top: 0;
	z-index: 6;
}

.content1 .title1 {
	font-weight: 600;
	font-size: .5119rem;
	color: #FFFFFF;
	line-height: 1;
	margin: .8703rem auto 0;
	text-align: center;
}

.content1 h2 {
	font-size: .2048rem;
	color: #FFFFFF;
	line-height:1.5;
	text-align: center;
	margin: .256rem auto 0;
	padding: 0 .5802rem;
}

.content1 .btn {
	width: 3.93rem;
	/* height: 0.6rem; */
	display: flex;
	/* justify-content: space-between; */
	margin: .4608rem auto 0;
}

.content1 .btn .btn1 {
	width: 1.9454rem;
		height: .6997rem;
		background: linear-gradient(219deg, #53EE67 0%, #FFBF2A 100%);
		border-radius: .2218rem;
	display: flex;
	margin-right: .2901rem;
	justify-content: center;
	align-items: center;
}

.content1 .btn .btn1:active {
	background: rgba(51, 51, 51, 0.3);
}

.content1 .btn .btn1 .icon {
	width: .3072rem;
	height: 0.3072rem;
	background: url(//klm10.kuleiman.com/record/klm/vrzyy/2/hqfa.svg)center center / 100% 100% no-repeat;
	margin-right: 0.04rem;
}

.content1 .btn .btn1 span {
	font-size: .2048rem;
		font-weight: 500;
		color: #3C3C3C;
}

.content1 .btn .btn2 {
	width: 1.9454rem;
		height: .6997rem;
		border-radius: .2218rem;
		border: 2px solid #FFFFFF;
	display: flex;
	
	justify-content: center;
	align-items: center;
}

.content1 .btn .btn2:active {
	/* background: #1559FF; */
}

.content1 .btn .btn2 .icon {
	width: .3072rem;
	height: 0.3072rem;
	background: url(//klm10.kuleiman.com/record/klm/vrzyy/2/ljjr.svg) center center / 100% 100% no-repeat;
	margin-right: 0.04rem;
}

.content1 .btn .btn2 span {
	font-size: .2048rem;
		font-weight: 500;
		color: #FFFFFF;
}

.bk1 .ms {
	width: 100vw;
	height: 0.8rem;
	background: rgba(232, 239, 255, 0.05);
	backdrop-filter: blur(0.085rem);
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.bk1 .ms li {
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bk1 .ms li h1 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}

.bk1 .ms li p {
	font-size: 0.17rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin: 0.07rem auto 0;
}

.bk1 .ms .line {
	width: 0.01rem;
	height: 0.37rem;
	border: 0.01rem solid #979797;
}

.bk1 .img-box {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 100%;
	top: 0;
	z-index: 4;
}

.bk1 .img-box img {
	position: absolute;
}

.bk1 .img-box .img1 {
	top: 49%;
	z-index: 2;
	left: 16%;
	width: .4437rem;
	height: .5631rem;
}

.bk1 .img-box .img2 {
	left: 7%;
	bottom: 4%;
	z-index: 1;
	width: 1.4334rem;
	height: .7509rem;
}

.bk1 .img-box .img3 {
	left: 11%;
	top: 66%;
	z-index: 2;
	width: 5.0341rem;
	height: 2.4232rem;
}

.bk1 .img-box .img4 {
	bottom: 4%;
	left: 21%;
	width: 2.6792rem;
	z-index: 1;
	height: 4.8976rem;
}
.bk1 .img-box .img5 {
	/* z-index: 1; */
		bottom: 6%;
		left: 36%;
	width: 2.7133rem;
	height: 4.8976rem;
}
.bk1 .img-box .img6 {
	bottom: 28%;
	left: 61%;
	width: 1.3993rem;
	height: 1.3993rem;
}
.bk1 .text-box {
	position: absolute;
	bottom: .2218rem;
	overflow: hidden;
	width: 100%;
	/* height: 1.2484rem; */
	/* background: rgba(255, 255, 255, 0.4); */
	/* backdrop-filter: blur(10px); */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap:wrap;
	z-index: 7;

}
/* bk2 */
.bk2 {
	width: 100vw;
	height: 6.041rem;
	position: relative;
	background: #F6FAFF;
}

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

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

.content2 .title2 {
	font-size: .3584rem;
	font-weight: 500;
	color: #091027;
	margin: .4949rem auto 0;
	text-align: center;
	line-height: 1;
}
.content2 .title2 span {
	position: relative;
}
.content2 .title2 span::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -0.5119rem;
	width: .5973rem;
	height: .5119rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconleft.png') no-repeat center/100%;
}

.content2 .title2 span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.3754rem;
	width: .3584rem;
	height: .256rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconright.png') no-repeat center/100%;
}
.content2 .p2 {
	font-size: .2048rem;
	font-weight: 400;
	color: #343D58;
	text-align: center;
	margin: .2218rem auto 0;
	padding: 0 .4096rem;
}

.content2 video {
	display: block;
	width: 5.9727rem;
		/* height: 3.3959rem; */
	border-radius: .1536rem;
	border: .0512rem solid #FFFFFF;
	margin: .6485rem auto 0;
}

/* bk3 */
.bk3 {
	width: 100vw;
	height: 9.0956rem;
	position: relative;
}
.bjt3 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.content3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
	position: absolute;
		top: 0;
		left: 0;
}

.content3 .title3 {
	text-align: center;
	line-height: 1;
	margin: .529rem auto 0;
	font-size: .3584rem;
	font-weight: 500;
	color: #091027;
}
.content3 .title3 span {
	position: relative;
}

.content3 .title3 span::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -0.5461rem;
	width: .5973rem;
	height: .5119rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconleft.png') no-repeat center/100%;
}

.content3 .title3 span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.3754rem;
	width: .3584rem;
	height: .256rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconright.png') no-repeat center/100%;
}
.content3 .p3 {
	text-align: center;
	margin: .2218rem auto 0;
	font-size: .2048rem;
	font-weight: 400;
	color: #343D58;
}
.bk3 .p4 {
	height: 1.7065rem;
	position: relative;
}
.bk3 .p4 .p4text{
	height: 100%;
	line-height: 1.5;
	margin: 0 .4266rem;
	margin-top: .5119rem;
	padding: .256rem .256rem 0 .3072rem;
	text-align: left;
	color: #333333;
	font-size: .2048rem;
	font-weight: 500;
		background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
		border-radius: .1706rem;
		position: relative;
		z-index: 1;
}
.bk3 .p4 .p4icon {
	position: absolute;
	top: -0.1365rem;
	left: .2389rem;
	width: .3413rem;
	height: .3413rem;
}
.content3 .bottom3 {
	margin: 0 auto;
	display: flex;
	margin-top: .1706rem;
	position: relative;
}
.content3 .bottom3::after{
	content: '';
	position: absolute;
	right: .4778rem;
	bottom: -0.9386rem;
	width: .4437rem;
	height: .4437rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/bk3After.png') no-repeat center/100%;
}
.content3 .bottom3 .bottomleft {
	width: 2.116rem;
	height: 4.215rem;
	margin-top: -0.1513rem;
	margin-left: .4096rem;
}

.content3 .bottom3 .bottomleft img {
	width: 100%;
	height: 100%;
}

.content3 .bottom3 .bottomright {
	flex: 1;
	width: 3.0517rem;
	animation: fadeInleftA 1s .2s ease both;
}

.bottom3 .bottomright .bottomrightImg .bottomrightImg1 .bottomrightImg1left {
	width: 1.4334rem;
	border-top: 1px dashed #FB6D3D;
	position: relative;
	left: 0.1706rem;
}

.bottom3 .bottomright .bottomrightImg .bottomrightImg2 .bottomrightImg1left {
	width: .2048rem;
	border-top: 1px dashed #00BE0C;
	position: relative;
	left: .1195rem;
}

.bottom3 .bottomright .bottomrightImg .bottomrightImg3 .bottomrightImg1left {
	width: 1.4334rem;
	border-top: 1px dashed #5678F3;
	position: relative;
	left: 0.1706rem;
}

.bottomrightImg1leftView {
	position: absolute;
	width: .2218rem;
	right: -0.273rem;
	height: .2048rem;
	background-image: linear-gradient(90deg, rgba(255, 243, 226, 0), rgba(255, 84, 0, 1));
	border-radius: 50%;
	text-align: center;
	top: -0.1024rem;
	box-sizing: border-box;
}

.bottomrightImg2leftView {
	position: absolute;
	width: .2218rem;
	right: -0.273rem;
	height: .2048rem;
	background-image: linear-gradient(90deg, rgba(255, 243, 226, 0), rgba(0, 255, 20, 1));
	border-radius: 50%;
	text-align: center;
	top: -0.1024rem;
	box-sizing: border-box;
}

.bottomrightImg3leftView {
	position: absolute;
	width: .2218rem;
	right: -0.273rem;
	height: .2048rem;
	background-image: linear-gradient(90deg, rgba(255, 243, 226, 0), rgba(0, 96, 255, 1));
	border-radius: 50%;
	text-align: center;
	top: -0.1024rem;
	box-sizing: border-box;
}

.circle {
	width: .1365rem;
	height: .1365rem;
	background: #fff;
	margin: .0341rem 0 0 .0504rem;
	border-radius: 50%;
}

.bottom3 .bottomright .bottomrightImg .bottomrightImg1 .bottomrightImg1right {
	width: 1.4676rem;
	height: 1.6212rem;
	left: 2.116rem;
	top: -0.9898rem;
	position: absolute;
}
.bottom3 .bottomright .bottomrightImg .bottomrightImg1 {
	position: relative;
	top: 1.0239rem;
}
.bottom3 .bottomright .bottomrightImg .bottomrightImg2 {
	position: relative;
	top: 2.1331rem;
}

.bottom3 .bottomright .bottomrightImg .bottomrightImg3 {
	position: relative;
	top: 3.43rem;
}

.bottom3 .bottomright .bottomrightImg .bottomrightImg2 .bottomrightImg1right {
	width: 1.5529rem;
	height: 1.3993rem;
	left: .6826rem;
	top: -0.5973rem;
	position: absolute;
}

.bottom3 .bottomright .bottomrightImg .bottomrightImg3 .bottomrightImg1right {
	width: 1.4505rem;
	height: 1.3993rem;
	left: 2.116rem;
	top: -.6485rem;
	position: absolute;
}

.bottom3 .bottomright .bottomrightImg .bottomrightImg1right .bottomrightImg1leftTitle {
	position: absolute;
	top: .3925rem;
	left: .3072rem;
	font-size: .2048rem;
	font-weight: 800;
	color: #FFFFFF;
}

.bottom3 .bottomright .bottomrightImg .bottomrightImg1right img {
	width: 100%;
	height: 100%;
}
/* bk8 */
.bk8 {
	width: 100vw;
	height: 9.5563rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/bk8BG_m.jpg') no-repeat center/100%;
}

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

.content8 .title8 {
	font-size: .3584rem;
	font-weight: 500;
	color: #091027;
	line-height: 1;
	text-align: center;
	margin: .5119rem auto 0 auto;
}
.content8 .title8 span {
	position: relative;
}

.content8 .title8 span::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -0.5461rem;
	width: .5973rem;
	height: .5119rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconleft.png') no-repeat center/100%;
}

.content8 .title8 span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.3754rem;
	width: .3584rem;
	height: .256rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconright.png') no-repeat center/100%;
}
.content8 .p8 {
	font-size: .2048rem;
	font-weight: 400;
	color: #343D58;
	margin: .2048rem auto 0;
	text-align: center;
}
.content8 .p9 {
	margin-top: .5119rem;
	text-align: center;
	font-size: .2048rem;
	line-height: 2;
	font-weight: 500;
	color: #333333;
}
.content8 .content8Right {
	position: relative;
	margin-top: .273rem;
}

.content8 .content8Right .content8Rightimg1 {
	position: absolute;
	width: 2.099rem;
	height: 2.7816rem;
	top: .7679rem;
	left: 0;
}

.content8 .content8Right .content8Rightimg2 {
	position: absolute;
	width: 3.2423rem;
	height: 5.4266rem;
	left: 1.4846rem;
	top: 0.7679rem;
}

.content8 .content8Right .content8Rightimg3 {
	position: absolute;
	width: 2.5256rem;
	height: 1.9283rem;
	right: 0;
	top: .2901rem;
}

.content8 .content8Right .content8Rightimg4 {
	position: absolute;
	width: 2.3549rem;
	height: 2.7304rem;
	right: 0;
	top: 1.7747rem;
}

/* bk9 */
.bk9 {
	width: 100vw;
	height: 6.8771rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/bk9BG_m.jpg') no-repeat center/100%;
}

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

.content9 .title9 {
	font-size: .3584rem;
	font-weight: 500;
	color: #091027;
	line-height: 1;
	text-align: center;
	margin: .5119rem auto 0 auto;
}
.content9 .title9 span {
	position: relative;
}

.content9 .title9 span::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -0.5802rem;
	width: .5973rem;
	height: .5119rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconleft.png') no-repeat center/100%;
}

.content9 .title9 span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.3754rem;
	width: .3584rem;
	height: .256rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconright.png') no-repeat center/100%;
}
.content9 .p9 {
	font-size: .2048rem;
	font-weight: 400;
	color: #343D58;
	margin: .2048rem auto 0;
	margin-bottom: .5119rem;
	text-align: center;
}
.content9 .content9item {
	display: flex;
	align-items: center;
	margin-top: .2218rem;
	position: relative;
}
.content9 .content9item::before {
	content: '';
	position: absolute;
	left: 1.1263rem;
	right: .3754rem;
	width: 78%;
	height: 100%;
	/* z-index: 2; */
	border-radius: 0px .273rem .273rem 0px;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/yunyouggbk9.png') no-repeat center/100%;
}
/* .content9 .content9item::after {
	content: '';
		position: absolute;
		left: 1.1263rem;
		right: .3754rem;
		width: 78%;
		height: 100%;
	border-radius: 0px .273rem.273rem 0px;
		background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
	} */
	.content9 .content9item .content9itemright {
		position: relative;
		z-index: 2;
	}
.content9 .content9item .content9itemleft {
	margin-left: .3754rem;
	position: relative;
	z-index: 1;
	margin-right: .1706rem;
	width: 1.1092rem;
	display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	height: 2.0819rem;
	font-size: 12px;
		font-weight: 500;
		color: #333333;
	background: linear-gradient(197deg, #A2F4B2 1%, #F0DE95 100%);
	border-radius: .256rem;
}
.content9 .content9item .content9itemleft.content9itemleft1 {
	background: linear-gradient(197deg, #F9F09B 0%, #F78F89 100%);
}
.content9 .content9item .content9itemleft img {
	width: .3925rem;
	height: .3754rem;
	margin-bottom: .0341rem;
}
.content9 .content9itemright .BLleftTopL {
	text-align: center;
	box-sizing: border-box;
	height: .4608rem;
	line-height: .4608rem;
	background: linear-gradient(90deg,  #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: .256rem;
}
.content9 .content9itemright .BLleftTopL>i {
	font-size: .2048rem;
	display: inline-block;
	font-weight: 400;
	color: #333333;
	transform: scale(0.8,0.8);
	/* padding-left: 5px; */
	text-indent: -0.1706rem;
}
.content9 .content9itemright .BLleftTopRdetail {
	position: absolute;
	left: 50%;
	z-index: 1;
	top: 50%;
	transform: translate(-50%, -50%);
}
.content9 .content9itemright .contentB {
	display: flex;
	align-items: center;
	margin-bottom: .2048rem;
}
.content9 .content9itemright .contentB:last-child {
	margin-bottom: 0px;
}
.content9 .content9itemright .BLleftTopR {
	width: .8191rem;
	line-height: .681rem;
	height:.4608rem;
	text-align: center;
	background: #FFFFFF;
	font-size: .2048rem;
	font-weight: 500;
	color: #333333;
	background-image: linear-gradient(245deg, rgba(255, 255, 255, 1), rgba(82, 237, 102, 1));
	border-radius: .256rem;
	padding: 1px;
	box-sizing: border-box;
	position: relative;
	margin-right: .0853rem;
}
.content9 .content9itemright .BLleftTopR.BLleftTopR1 {
	background-image: linear-gradient(245deg, rgba(255, 255, 255, 1), rgba(246, 175, 164, 1));
}
.content9 .content9itemright .BLleftTopR .ellipse {
	width: 99%;
	height: 100%;
	background: #fff;
	border-radius: .3783rem;
}
/* bk4 */
.bk4 {
	width: 100vw;
	height: 8.9078rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/bk4BG_m.jpg') no-repeat center/100%;
}

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

.content4 .title4 {
	font-size: .3584rem;
	color: #091027;
	line-height: 1;
	text-align: center;
	margin: .6826rem auto 0 auto;
}
.content4 .title4 span {
	position: relative;
}

.content4 .title4 span::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -0.5461rem;
	width: .5973rem;
	height: .5119rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconleft.png') no-repeat center/100%;
}

.content4 .title4 span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.3754rem;
	width: .3584rem;
	height: .256rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconright.png') no-repeat center/100%;
}
.content4 .p4 {
	font-size: .2048rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #091027;
	margin: .2048rem auto 0;
	text-align: center;
}

.swiper-container4 {
	width: 100%;
	height: 0.5631rem;
	margin-top: .4266rem;
	padding-left: .3413rem;
}

.swiper-container4 .swiper-slide {
	line-height: 0.5631rem;
	font-size: .2048rem;
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin-right: .1706rem;
	width: 1.4505rem;
	height: .5631rem;
	border-radius: .1024rem;
	border: 1px solid #091027;
	box-sizing: border-box;
}
.swiper-container4 .swiper-slide img {
	width: .3072rem;
	height: .3072rem;
}
.swiper-container4 .swiper-slide span {
	padding-left: .0683rem;
}
.swiper-container4 .swiper-slide * {
	pointer-events: none;
}
.swiper-container4 .swiper-slide.active {
	font-weight: 500;
	color: #FFFFFF;
	background: linear-gradient(218deg, #00BB18 0%, #53D373 100%);
	border: none;
	}

.content4 .bottom {
	width: 100%;
	height: 5.9727rem;
	margin: .4266rem auto 0;
	position: relative;
	text-align: center;
}
.content4 .bottom .bottom_detail {
	font-size: .2048rem;
		color: #091027;
		padding: 0 .256rem;
}
.content4 .bottom .bottom_img {
	display: flex;
	align-items: center;
	/* height: 5.4437rem; */
	margin: 0 auto;
	margin-top: .1706rem;
}
.content4 .bottom .bottom_img .bottom_img_item{
	width: 100%;
	height: 100%;
}
.content4 .bottomcontent {
	position: absolute;
	width: 5.8703rem;
	height: 4.2833rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.content4 .bottomcontent .bottomcontentCon {
	position: absolute;
	top: .9386rem;
	width: 4.5734rem;
	left: 50%;
	transform: translateX(-50%);
}
.content4 .bottomcontent .bottomcontentbtn {
	position: absolute;
	right: .4608rem;
	bottom: .4266rem;
	width: 1.2116rem;
	color: #262A47;
	text-align: center;
		height: .4778rem;
		background: linear-gradient(224deg, #53EE67 0%, #FFBF2A 100%);
		border-radius: .1024rem;
		line-height: .4778rem;
}
.content4 .bottomcontent .bottomcontentbtn img {
	width: .1365rem;
	height: .1365rem;
}
.content4 .bottomcontent .bottomcontentbtn span {
	font-size: 12px;
		font-weight: 400;
		color: #262A47;
		transform: scale(0.8);
}
.content4 .bottomcontent .bottomcontentConTop {
	font-size: .3072rem;
		font-weight: 500;
		color: #262A47;
		text-align: left;
}

.content4 .bottomcontent .bottomcontentConBottom {
	margin-top: .256rem;
	font-size: .1877rem;
		font-weight: 400;
		color: #262A47;
		text-align: left;
		line-height: 1.8;
}
.content4 .bottomcontent .bottomcontent1{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
}

.content4 .bottomcontent .bottomcontent2{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 111px;
	height: 1.3481rem;
}

.content4 .bottomcontent .bottomcontent3{
	position: absolute;
	left: .3242rem;
	bottom: .3925rem;
	width: .4266rem;
	height: .4437rem;
}

.content4 .bottomcontent .bottomcontent4{
	position: absolute;
	bottom: .4266rem;
	left: 50%;
	width: 1.041rem;
	height: 1.041rem;
	transform: translateX(-50%);
}
/* bk5 */
.bk5 {
	width: 100vw;
	height: 5.802rem;
	position: relative;
}
.bjt5 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.content5 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
	position: absolute;
		top: 0;
		left: 0;
}

.content5 .title5 {
	text-align: center;
	font-size: .3584rem;
	color: #091027;
	line-height: 1;
	margin: .5119rem auto 0;
}
.content5 .title5 span {
	position: relative;
}

.content5 .title5 span::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -0.6143rem;
	width: .5973rem;
	height: .5119rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconleft.png') no-repeat center/100%;
}

.content5 .title5 span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.3754rem;
	width: .3584rem;
	height: .256rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconright.png') no-repeat center/100%;
}
.content5 .p5 {
	font-size: .2048rem;
	font-weight: 400;
	color: #091027;
	text-align: center;
	margin: .2389rem auto 0;
}
.content5 .swiper-container3 {
	padding-left: .3072rem;
	margin-top: .5802rem;
	height: 3.7543rem;
}
.bk5BG {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	border-radius: .1195rem;
	}
.content5 .swiper-container3 .swiper-slide {
	width: 1.3652rem;
	height: 3.2423rem;
	border-radius: .1195rem;
	overflow: hidden;
	position: relative;
	/* margin-left: 0.085rem; */
	margin-right: .1365rem;
}
.content5 .swiper-container3 .swiper-slide img {
	width: 100%;
	height: 100%;
	border-radius: 7px;
}
.content5 .swiper-container3 .swiper-slide .mask5 {
	position: absolute;
	width: 100%;
	top: .273rem;
	left: .1706rem;
	font-size: .2048rem;
	font-weight: 500;
		color: #FFFFFF;
}
.content5 .swiper-container3 .swiper-slide .bk5Jump {
	position: absolute;
	top: .1706rem;
	right:.1877rem;
	width: .3754rem;
	height: .3754rem;
	z-index: 1;
}
.content5 .swiper-container3 .swiper-slide .bk5Jump img {
	width: 100%;
	height: 100%;
}
.content5 .swiper-container3 .swiper-slide .mask5>span {
	position: relative;
	z-index: 2;
}

.content5 .swiper-container3 .swiper-slide .mask5 .mask5img {
	position: relative;
	width: .1706rem;
	height: .1892rem;
	right: .1706rem;
	top: -0.0512rem;
	z-index: 1;
}
.swiper-pagination3 {
	width: 100%;
	text-align: center;
}
.swiper-pagination3 .swiper-pagination-bullet {
	width: .8874rem;
	height: .0853rem;
	background: rgba(57, 114, 255, .32);
	border-radius: .0512rem;
	margin-right: 0.09rem;
}

.swiper-pagination3 .swiper-pagination-bullet-active {
	width: .8874rem;
	height: .0853rem;
	background: #7602E2 !important;
	border-radius: .0512rem;
}

.swiper-pagination3 .swiper-pagination-bullet:last-of-type {
	margin-right: 0;
}
/* bk10 */
.bk10 {
	width: 100vw;
	height: 5.9737rem;
	position: relative;
}

.bjt10 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

.content10 .title10 {
	width: 100%;
	font-size: .4096rem;
	font-weight: 600;
	color: #091027;
	text-align: center;
	margin-top: .7167rem;
}

.content10 p {
	font-size: .2048rem;
	color: #051320;
	margin-top: .2218rem;
	text-align: center;
}
.sr {
	/* width: 3.84rem; */
	height: 2.28rem;
	margin: .6485rem .6486rem 0;
}

.sr .inp {
	width: 5.1203rem;
	height: .6315rem;
	font-size: .1877rem;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	padding-left: .2627rem;
	margin-bottom: .2902rem;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
		border-radius: .3242rem;
}

.sr .inp::-ms-input-placeholder {
	font-size: .1877rem !important;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN ;
	font-weight: 400 !important;
	color: #B0B0B0 !important;
	text-align: left;
}

.sr .inp::-webkit-input-placeholder {
	font-size: .1877rem !important;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN ;
	font-weight: 400 !important;
	color: #B0B0B0 !important;
	text-align: left;
}

.sr .btn10 {
	width: 2.3038rem;
		height: .6826rem;
		background: #FF5146;
		box-shadow: inset 0px 0px .3413rem 0px rgba(255, 255, 255, 0.5);
		border-radius: .3413rem;
	font-size: .2389rem;
	color: #FFFFFF;
	text-align: center;
	line-height: .6826rem;
	margin: 0 auto;
	border:none
}
/* bk7 */
.bk7 {
	width: 100vw;
	height: 5.5973rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/bk7bg.jpg') no-repeat center/100%;
}

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

.content7 h1 {
	height: 0.41rem;
	font-size: .3584rem;
		font-weight: 500;
		color: #091027;
	line-height: 0.41rem;
	text-align: center;
	margin-top: .4608rem;
}
.content7 .title7 span {
	position: relative;
}

.content7 .title7 span::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -0.6143rem;
	width: .5973rem;
	height: .5119rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconleft.png') no-repeat center/100%;
}

.content7 .title7 span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.3754rem;
	width: .3584rem;
	height: .256rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconright.png') no-repeat center/100%;
}
.content7 p {
	font-size: .2048rem;
	font-weight: 400;
	line-height: 0.31rem;
	color: #343D58;
	margin: .2218rem auto .5119rem;
	text-align: center;
}

.select_box {
	width: 100%;
	height: 3.5rem;
	overflow: hidden;
	position: relative;
}

.select_box .line_odd {
	width: 39.76rem;
	-webkit-animation: scrollToRight 36s linear infinite;
	animation: scrollToRight 36s linear infinite;
}

.line_odd img {
	width: 50%;
	display: inline-block;
	float: left;
}

.line_even {
	width: 39.76rem;
	animation: scrollToRight 25s linear infinite;
}

.line_even img {
	width: 50%;
	display: inline-block;
	float: left;
}
/* bk11 */
.bk11 {
	width: 100vw;
	height: 8.157rem;
	position: relative;
}

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

.content11 .title11 {
	font-size: .3584rem;
	font-weight: 500;
	color: #091027;
	line-height: 1;
	text-align: center;
	margin: .5119rem auto 0 auto;
}
.content11 .title11 span {
	position: relative;
}

.content11 .title11 span::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -0.6143rem;
	width: .5973rem;
	height: .5119rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconleft.png') no-repeat center/100%;
}

.content11 .title11 span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.3754rem;
	width: .3584rem;
	height: .256rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/titleiconright.png') no-repeat center/100%;
}
.content11 .p11 {
	font-size: .2048rem;
	font-weight: 400;
	color: #343D58;
	margin: .2048rem auto 0;
	text-align: center;
}
.content11 .contentbottom {
	display: flex;
	flex-wrap:wrap;
	margin-top: .3413rem;
	align-items: center;
	margin-left: .3072rem;
	position: relative;
}
.content11 .contentbottom::before {
	content: '';
	position: absolute;
	left: -.2389rem;
	width: .802rem;
	height: .7167rem;
	top: -0.6305rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/bk8lefticon.png') no-repeat center /100%;
}
.content11 .contentbottom::after {
	content: '';
	position: absolute;
	right: 0px;
	top: -.2389rem;
	width: 1.058rem;
	height: .5461rem;
	background: url('//klm10.kuleiman.com/record/klm/vrzyy/2/bk8righticon.png') no-repeat center /100%;
}
.content11 .contentbottom .contentbottomitem{
	width: 2.8157rem;
	height: 2.9522rem;
	margin-right: .1706rem;
	margin-bottom: .1706rem;
	position: relative;
}
.content11 .contentbottom .contentbottomitem:nth-of-type(2n) {
	margin-right: 0px;
}
.content11 .contentbottom .contentbottomitemdetail{
	font-size: .2389rem;
		font-weight: 500;
		color: #FFFFFF;
		position: absolute;
		top: .273rem;
		left: .2901rem;
		max-width: 1.7747rem;
}

.content11 .contentbottom img{
	width: 100%;
	height: 100%;
}
@keyframes scrollToRight{
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0%, 0, 0);
	}
}
/* 播放视频部分 */
.video-pre-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.video-pre-bg.myshow {
	opacity: 1;
	visibility: visible;
}

.video-pre-box {
	width: 5.547rem;
	height: 3.1234rem;
	max-width: 1000px;
	/* height: 70vh; */
	max-height: 564px;
	border: 0px solid #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.video-pre {
	width: 100%;
	height: 100%;
	background: #000;
}

.video-pre-close {
	background: url(//klm10.kuleiman.com/record/klm/vrzyy/2/close.png) no-repeat 50% 50%;
	background-size: contain !important;
	width: 29px;
	height: 29px;
	position: absolute;
	right: -18px;
	top: -34px;
	cursor: pointer;
	z-index: 889;
	border-radius: 50%;
	padding: 5px;
}
/* 弹框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(//klm10.kuleiman.com/record/klm/vrzyy/2/ly-01.png) 0 center / 23% no-repeat;
}

.ly-close {
	cursor: pointer;
	width: .25rem;
	height: .25rem;
	float: right;
	margin-top: .125rem;
	background: url(//klm10.kuleiman.com/record/klm/vrzyy/2/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(//klm10.kuleiman.com/record/klm/vrzyy/2/ly-02.png) .25rem center / 20% no-repeat;
}

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

.ly-cont-wrap .t {
	color: #383838;
}
@keyframes fadeInRightA {
	0% {
		opacity: 0;
		transform: translateX(-20px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInleftA {
	0% {
		opacity: 0;
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInupA {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeIndownA {
	0% {
		opacity: 0;
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}
