/* 动画 */
.fl {
	transition: all .3s;
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}

/* ----------------------------------------------------------------------------------------- */

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

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

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

.content1 .title1 {
	font-size: 0.41rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.64rem;
	margin: 1.5rem auto 0;
	text-align: center;
}

.content1 .btn {
	width: 3.93rem;
	height: 0.65rem;
	display: flex;
	justify-content: space-between;
	margin: 0.68rem auto 0;
}

.content1 .btn .btn1 {
	width: 1.71rem;
	height: 0.6rem;
	border-radius: 0.09rem;
	border: 0.01rem solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.content1 .btn .btn1 .icon {
	width: 0.26rem;
	height: 0.26rem;
	background: url(//klm10.kuleiman.com/record/klm/sdmy/2/sp.png) center center / 100% 100% no-repeat;
	margin-right: 0.04rem;
}

.content1 .btn .btn1 span {
	font-size: 0.22rem;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: #FFFFFF;
}

.content1 .btn .btn2 {
	width: 1.71rem;
	height: 0.6rem;
	background: #3972FF;
	border-radius: 0.09rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.content1 .btn .btn2 .icon {
	width: 0.26rem;
	height: 0.26rem;
	background: url(//klm10.kuleiman.com/record/klm/sdmy/2/zx.png) center center / 100% 100% no-repeat;
	margin-right: 0.04rem;
}

.content1 .btn .btn2 span {
	font-size: 0.22rem;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	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;
}


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

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

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

.content2 .title2 {
	font-size: 0.32rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	margin: 0.68rem auto 0;
	text-align: center;
}

.content2 .p2 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin: 0.17rem auto 0;
}

.content2 video {
	display: block;
	width: 5.89rem;
	height: 3.3453rem;
	background: #E0E0E0;
	box-shadow: 0rem 0.02rem 0.09rem 0rem rgba(182, 186, 207, 0.49);
	border-radius: 0.17rem;
	border: 0.03rem solid #FFFFFF;
	margin: 0.43rem auto 0;
}

/* bk3 */
.bk3 {
	width: 100vw;
	height: 9.92rem;
}

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

.content3 .title3 {
	font-size: 0.32rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0.68rem auto 0;
}

.content3 .card {
	width: 5.89rem;
	height: 7.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.19rem;
	margin: 0.43rem auto 0;
}

.content3 .card li {
	width: 2.85rem;
	height: 3.81rem;
	position: relative;
}

.content3 .card li img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content3 .card li .text-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.content3 .card li .text-wrap h1 {
	font-size: 0.27rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.content3 .card li .text-wrap .line {
	width: 0.26rem;
	height: 0.03rem;
	background: #FFFFFF;
	margin-top: 0.26rem;
}

.content3 .card li .text-wrap p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 0.25rem;
	line-height: 0.37rem;
	text-align: center;
}


/* bk4 */
.bk4 {
	width: 100vw;
	height: 7.84rem;
}

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

.content4 .title4 {
	font-size: 0.32rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0 auto;
}

.content4 .p4 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	text-align: center;
	color: #999999;
	margin: 0.17rem auto 0;
}

.swiper-container4 {
	width: 100%;
	height: 0.43rem;
	margin-top: 0.43rem;
	padding-left: 0.26rem;
}

.swiper-container4 .swiper-slide {
	width: 1.1947rem;
	height: .4267rem;
	border-radius: 0.21rem;
	border: 0.01rem solid #333333;
	text-align: center;
	line-height: 0.4267rem;
	font-size: .2048rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	margin-right: 0.14rem;
	box-sizing: content-box;
}

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

.swiper-container4 .swiper-slide.active {
	background: #3972FF;
	border: 0.01rem solid transparent;
	color: #fff;
}

.content4 .bottom {
	width: 100%;
	height: 6rem;
	margin: 0.26rem auto 0;
	position: relative;
}

.content4 .bottom .img-wrap {
	width: 100%;
	height: 4.44rem;
	position: relative;
}

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

.content4 .bottom .card {
	position: absolute;
	width: 5.89rem;
	height: 1.93rem;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.18);
	border-radius: 0.17rem;
	top: 3.41rem;
	left: calc(50% - 2.945rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content4 .bottom .card h1 {
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.18);
	text-align: center;
	transform: translate(0, 10px);
	opacity: 0;
}

.content4 .bottom .card p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.18);
	text-align: center;
	margin: 0.15rem auto 0;
	transform: translate(0, 10px);
	opacity: 0;
}

.content4 .bottom .card input {
	width: 1.45rem;
	height: 0.43rem;
	background: #3972FF;
	box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.18);
	border-radius: 0.07rem;
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.43rem;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.18);
	margin: 0.34rem auto 0;
	transform: translate(0, 10px);
	opacity: 0;
}

.content4 .bottom .card input:active {
	opacity: 0.8 !important;
}

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

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

.content5 .title5 {
	font-size: 0.32rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0 auto;
}

.content5 .p5 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin: 0.17rem auto 0.43rem;
}

.swiper-container5 {
	width: 100%;
	height: 4.1rem;
}

.swiper-container5 .swiper-slide {
	width: 4.95rem;
	height: 4.1rem;
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
	margin-left: 0.085rem;
	margin-right: 0.085rem;
}

.swiper-container5 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.swiper-container5 .swiper-slide .mask5 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}

.swiper-container5 .swiper-slide .text-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0.26rem;
	margin-top: 10px;
	transition: all .5s;
	opacity: 0;
}

.swiper-container5 .swiper-slide-active .text-wrap {
	opacity: 1 !important;
	transform: translate(0, -10px) !important;
}

.swiper-container5 .swiper-slide .text-wrap h1 {
	font-size: 0.27rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
}

.swiper-container5 .swiper-slide .text-wrap h2 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 0.17rem;
}

.swiper-container5 .swiper-slide .text-wrap .p-wrap {
	width: 100%;
	height: 1rem;
	margin-top: 0.36rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.swiper-container5 .swiper-slide .text-wrap .p-wrap p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	padding-left: 0.12rem;
	color: #FFFFFF;
	position: relative;
}

.swiper-container5 .swiper-slide .text-wrap .p-wrap p:after {
	position: absolute;
	content: '';
	width: 0.03rem;
	height: 0.17rem;
	background: #FFFFFF;
	top: calc(50% - 0.085rem);
	left: 0;
}

/* bk6 */
.bk6 {
	width: 100vw;
	height: 5.1rem;
	position: relative;
	margin-top: 0.5rem;
}

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

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

.content6 .title6 {
	font-size: 0.32rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0.68rem auto 0;
}

.content6 .p6 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin: 0.2rem auto 0;
}

.content6 .inp {
	width: 4.1rem;
	height: 2.47rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0.43rem auto 0;
}

.content6 .inp .inp1 {
	width: 4.1rem;
	height: 0.6rem;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: inset 0rem 0.01rem 0.1rem 0rem rgba(61, 61, 61, 0.5);
	border-radius: 0.1rem;
	border: 0.01rem solid rgba(255, 255, 255, 0.6);
	margin-bottom: 0.26rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content6 .inp .inp1 .icon {
	width: 0.19rem;
	height: 0.2rem;
	background: url(//klm10.kuleiman.com/record/klm/sdmy/2/xm.png) center center / 100% 100% no-repeat;
	margin-left: 0.17rem;
	margin-right: 0.08rem;
}

.content6 .inp .inp1 input {
	flex: 1;
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #fff;
	line-height: 0.6rem;
	background-color: transparent;
	padding: 0 0.17rem 0 0.08rem;
}

.content6 .inp .inp1 input::-webkit-input-placeholder {
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #DDDDDD;
	line-height: 0.6rem;
}

.content6 .inp .inp2 {
	width: 4.1rem;
	height: 0.6rem;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: inset 0rem 0.01rem 0.1rem 0rem rgba(61, 61, 61, 0.5);
	border-radius: 0.1rem;
	border: 0.01rem solid rgba(255, 255, 255, 0.6);
	margin-bottom: 0.43rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content6 .inp .inp2 .icon {
	width: 0.19rem;
	height: 0.2rem;
	background: url(//klm10.kuleiman.com/record/klm/sdmy/2/dh.png) center center / 100% 100% no-repeat;
	margin-left: 0.17rem;
	margin-right: 0.08rem;
}

.content6 .inp .inp2 input {
	flex: 1;
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #fff;
	line-height: 0.6rem;
	background-color: transparent;
	padding: 0 0.17rem 0 0.08rem;
}

.content6 .inp .inp2 input::-webkit-input-placeholder {
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #DDDDDD;
	line-height: 0.6rem;
}

.content6 .inp .btn {
	width: 2.05rem;
	height: 0.6rem;
	background: #3972FF;
	box-shadow: inset 0rem 0.01rem 0.09rem 0rem rgba(255, 255, 255, 0.5);
	border-radius: 0.1rem;
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}

.content6 .inp .btn:active {
	opacity: 0.8;
}

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

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

.content7 h1 {
	font-size: 0.32rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0.68rem auto 0;
}

.content7 p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 0.31rem;
	margin: 0.26rem auto 0.43rem;
	text-align: center;
}

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

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

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

.line_even {
	width: 39.76rem;
	-webkit-animation: scrollToRight-data-v-6a32e916 25s linear infinite;
	animation: scrollToRight-data-v-6a32e916 25s linear infinite;
}

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

@keyframes scrollToRight-data-v-6a32e916 {
	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;
	/* width: 90%; */
	max-width: 1000px;
	/* height: 3.2429rem; */
	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/sdmy/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/sdmy/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/sdmy/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/sdmy/2/ly-02.png) .25rem center / 20% no-repeat;
}

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

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

.bk8{
	width: 100%;
	height: 10rem;
	overflow: hidden;

}
.commonTitle{
	font-size: 0.32rem;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top:0.67rem ;

}
.commonDesc{
	font-size: 0.2rem;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	line-height: 0.3rem;
	margin-top: 0.17rem;
	text-align: center;
}
.bk8Con{
	display: flex;
	flex-wrap: wrap;
    justify-content:space-between;
	width: 5.74rem;
	margin: 0.43rem auto 0;
}
.bk8List{
	width: 2.78rem;
	height: 3.72rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.18rem;
}
.bk8Img img{
	width: 2.78rem;
	height: 3.72rem;

}
.bk8Title{
	width: 100%;
	font-size: 0.23rem;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: 1.28rem;
	left: 0;
}
.bk8Title::after{
	content: '';
	position: absolute;
	width: 0.25rem;
	height: 0.03rem;
	background: #FFFFFF;
	bottom: -0.3rem;
	left:1.32rem ;
}
.clickDetail{
	width: 1.42rem;
	height: 0.42rem;
	background: #3972FF;
	border-radius: 0.07rem;
	text-align: center;
	line-height: 0.42rem;
	font-size: 0.2rem;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	left: 0.73rem;
	top: 2.2rem;
}