/* 动画 */
.fl {
	transition: all .3s;
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}
[v-cloak] {
	display: none;
}
/* ----------------------------------------------------------------------------------------- */

.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 h2 {
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.39rem;
	text-align: center;
	margin: 0.3rem auto 0;
}

.content1 .btn {
	width: 3.93rem;
	height: 0.6rem;
	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/vrzhmd/2/fa.svg) 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/vrzhmd/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: 7.2rem;
	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;
    width: 80%;
    line-height: .34rem;
}

.content2 .video1 {
	display: block;
	width: 5.89rem;
	height: 3.65rem;
	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;
}
.content2 .video1 video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.17rem;
}
/* bk3 */
.bk3 {
	width: 100vw;
	height: 7.17rem;
}

.content3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
	position: relative;
	top:0.8rem;
}

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

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

.swiper-container3 {
	width: 100%;
	height: 4.1rem;
	padding-left: 0.6rem;
	margin-top: 0.43rem;

}

.swiper-container3 .swiper-slide {
	width: 5.03rem;
	height: 4.1rem;
	margin-right: 0.11rem;
	position: relative;
}
.bk3_2{
	/* background:url('//klm10.kuleiman.com/record/klm/vrzhmd/2/2-bj.jpg');
	background-size: 100% */
}
.bk3_2 .swiper-container3 .swiper-slide{
	width: 5.74rem;
}
.bk3_2 .swiper-container3 .swiper-slide p{
	position: relative;
}

.bk3_2 .swiper-container3 .swiper-slide p::before{
	position: absolute;
	width: .07rem;
	height: .07rem;
	border-radius: 50%;
	background-color: #fff;
	content: '';
	top: .14rem;
	left: -.14rem;
}

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

.swiper-container3 .swiper-slide .text-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0.5rem;
	left: 0;
	padding: 0 0.56rem 0;
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
}

.swiper-container3 .swiper-slide .text-wrap h1 {
	font-size: 0.61rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
}

.swiper-container3 .swiper-slide .text-wrap .line {
	width: 0.34rem;
	height: 0.03rem;
	background: #FFFFFF;
	margin-top: 0.22rem;
	margin-left: 0.05rem;
}

.swiper-container3 .swiper-slide .text-wrap h2 {
	font-size: 0.27rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.32rem;
}

.swiper-container3 .swiper-slide .text-wrap p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.31rem;
	margin-top: 0.23rem;
}

.swiper-pagination3 {
	width: 100%;
	text-align: center;
	margin-top: 0.34rem;
}

.swiper-pagination3 .swiper-pagination-bullet {
	width: 0.34rem;
	height: 0.07rem;
	background: rgba(57, 114, 255, .32);
	border-radius: 0.03rem;
	margin-right: 0.09rem;
}

.swiper-pagination3 .swiper-pagination-bullet-active {
	width: 0.68rem;
	height: 0.07rem;
	background: #3972FF;
	border-radius: 0.03rem;
}

.swiper-pagination3 .swiper-pagination-bullet:last-of-type {
	margin-right: 0;
}
/* bk31 */
.bk31 {
	width: 100vw;
	height: 7.17rem;
}

.content31 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
	position: relative;
	top:0.8rem;
}

.content31 .title31 {
	font-size: 0.32rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

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

.swiper-container31 {
	width: 100%;
	height: 4.1rem;
	padding-left: 0.6rem;
	margin-top: 0.43rem;

}

.swiper-container31 .swiper-slide {
	width: 5.03rem;
	height: 4.1rem;
	margin-right: 0.11rem;
	position: relative;
}


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

.swiper-container31 .swiper-slide .text-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0.5rem;
	left: 0;
	padding: 0 0.56rem 0;
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
}

.swiper-container31 .swiper-slide .text-wrap h1 {
	font-size: 0.61rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
}

.swiper-container31 .swiper-slide .text-wrap .line {
	width: 0.34rem;
	height: 0.03rem;
	background: #FFFFFF;
	margin-top: 0.22rem;
	margin-left: 0.05rem;
}

.swiper-container31 .swiper-slide .text-wrap h2 {
	font-size: 0.27rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.32rem;
}

.swiper-container31 .swiper-slide .text-wrap p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.31rem;
	margin-top: 0.23rem;
}

.swiper-pagination31 {
	width: 100%;
	text-align: center;
	margin-top: 0.34rem;
}

.swiper-pagination31 .swiper-pagination-bullet {
	width: 0.34rem;
	height: 0.07rem;
	background: rgba(57, 114, 255, .32);
	border-radius: 0.03rem;
	margin-right: 0.09rem;
}

.swiper-pagination31 .swiper-pagination-bullet-active {
	width: 0.68rem;
	height: 0.07rem;
	background: #3972FF;
	border-radius: 0.03rem;
}

.swiper-pagination31 .swiper-pagination-bullet:last-of-type {
	margin-right: 0;
}

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

.content4 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}
.bk4 .content4 .img-wrap .back-cover{
position: absolute;
    height: 216%;
    background: url(//klm10.kuleiman.com/record/klm/vrzhmd/2/2-bj.jpg);
    background-size: cover;
    width: 100%;
    top: 100%;
}
.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: 100vw;
	height: 0.43rem;
	margin-top: 0.43rem;
	padding-left: 0.07rem;
}

.swiper-container4 .swiper-slide {
	width: auto;
	height: 0.43rem;
	border-radius: 0.21rem;
	border: 0.01rem solid #333333;
	padding: 0 0.27rem;
	line-height: 0.43rem;
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	margin-right: 0.14rem;
}

.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: 2.5rem;
	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 {
	width: 5.03rem;
	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;
	line-height: 0.31rem;
	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.26rem auto 0;
	transform: translate(0, 10px);
	opacity: 0;
}

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

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

.content5 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
	padding-top: .5rem;
}

.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;
	margin-top: 0.43rem;
	;
}

.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;
	align-items: 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.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.34rem;
	margin: 0.26rem auto 0;
	text-align: center;
}

.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.57rem;
}

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

.content6 .title6 {
	font-size: 0.32rem;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #081414;
	text-align: center;
}

.swiper-container6 {
	width: 100%;
	height: 3.58rem;
	margin: 0.43rem auto 0;
}

.swiper-container6 .swiper-slide {
	height: 3.58rem;
	position: relative;
	border-radius: 0.07rem;
	overflow: hidden;
}

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

.swiper-container6 .swiper-slide .text-wrap {
	width: 100%;
	height: 0.6rem;
	background: rgba(48, 56, 72, 0.4);
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.33rem;
}

.swiper-container6 .swiper-slide .text-wrap span {
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.6rem;
}

.swiper-container6 .swiper-slide .text-wrap img {
	width: 0.32rem;
	height: 0.32rem;
	object-fit: fill;
}

.swiper-pagination6 {
	width: 100%;
	text-align: center;
	margin-top: 0.36rem;
}

.swiper-pagination6 .swiper-pagination-bullet {
	width: 0.34rem;
	height: 0.07rem;
	background: rgba(57, 114, 255, .32);
	border-radius: 0.03rem;
	margin-right: 0.09rem;
}

.swiper-pagination6 .swiper-pagination-bullet:last-of-type {
	margin-right: 0;
}

.swiper-pagination6 .swiper-pagination-bullet-active {
	width: 0.68rem;
	height: 0.07rem;
	background: #3972FF;
	border-radius: 0.03rem;
}

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

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

.content7 .title7 {
	font-size: 0.32rem;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #081414;
	text-align: center;
	margin: 0 auto;
}

.content7 .bottom {
	width: 100%;
	height: 5.29rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin: 0.43rem auto 0;
}

.content7 .bottom li {
	width: 100%;
	padding: 0 0.26rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content7 .bottom li img {
	width: 1.28rem;
	height: 0.85rem;
	object-fit: fill;
	margin-right: 0.26rem;
}

.content7 .bottom li .right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	white-space: nowrap;
	overflow: hidden;
}

.content7 .bottom li .right p {
	width: 100%;
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #081414;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.13rem;
	position: relative;
}

.content7 .bottom li:active .right p {
	color: #00a9a0 !important;
}

.content7 .bottom li .right .xx {
	display: flex;
	align-items: center;
}

.content7 .bottom li .right .xx span {
	font-size: 0.15rem;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: #666666;
}

.content7 .bottom li .right .xx span:nth-of-type(1) {
	margin-right: 0.15rem;
}

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

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

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

.content8 .title8 {
	font-size: 0.32rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.45rem;
	margin: 0.5rem auto 0;
	text-align: center;
}

.content8 .inp {
	width: 2.17rem;
	height: 0.77rem;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 0.38rem;
	margin: 0.44rem auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content8 .inp input {
	width: 1.94rem;
	height: 0.61rem;
	background: linear-gradient(180deg, #6BABFF 0%, #3972FF 100%);
	box-shadow: inset 0rem 0rem 0.17rem 0rem rgba(0, 169, 160, 0.3);
	border-radius: 0.31rem;
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}
.content8 .inp input:active{
	background: #3972FF;
}

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

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

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

.content9 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: 82%;
	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/vrzhmd/2/close.png) no-repeat 50% 50%;
	background-size: contain !important;
	width: 29px;
	height: 29px;
	position: absolute;
	right: -34px;
	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/vrzhmd/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/vrzhmd/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/vrzhmd/2/ly-02.png) .25rem center / 20% no-repeat;
}

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

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










/* bk10 */
.bk10 {
	width: 100vw;
	height: 7.9rem;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

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

.content10 {
	width: 100%;
	height: 5.65rem;
	position: absolute;
	top: 0.78rem;
	left: 50%;
	transform: translate(-50%, 0);
}

.content10 h1 {
	width: 4.5rem;
	height: 0.38rem;
	font-size: 0.39rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #ffffff;
	line-height: 0.38rem;
	text-align: center;
	margin: 0 auto;
}

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

.content10 .top {
	margin-top: 0.7rem;
}

.content10 .bottom {
	margin-top: 0.42rem;
	transform: translate(-1.855rem, 0);
}

.content10 ul {
	display: flex;
}

.content10 ul:active {
	animation-play-state: paused;
}

.content10 ul li * {
	pointer-events: none;
}

.content10 li {
	position: relative;
	margin-right: 0.15rem;
}

.content10 li img {
	width: 3.71rem;
	height: 100%;
	object-fit:fill;
}
.content10 li .back-cover{
	position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 99;
}
.content10 li .title {
	position: absolute;
	width: 1.24rem;
	height: 0.39rem;
	background: rgba(57, 114, 255, .6);
	border-radius: 0.26rem 0rem  0rem 0rem;
	bottom: 0.2rem;
	right: 0;
	line-height: 0.39rem;
	text-align: center;
	z-index: 99;
}

.content10 li .title span {
	font-size: 0.19rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 0.39rem;
	text-align: center;
	color: #ffffff;
}

.content10 .top {
	width: 46.17rem;
	-webkit-animation: scrollToRight-data-v-1 36s linear infinite;
	animation: scrollToRight-data-v-1 36s linear infinite;
}

.content10 .bottom {
	width: 46.17rem;
	-webkit-animation: scrollToRight-data-v-2 36s linear infinite;
	animation: scrollToRight-data-v-2 36s linear infinite;
}

@keyframes scrollToRight-data-v-1 {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0%, 0, 0);
	}
}

@keyframes scrollToRight-data-v-2 {
	0% {
		-webkit-transform: translate3d(0%, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-50%, 0, 0);
	}
}


/* bk11 */
.bk11 {
	width: 100vw;
	height: 14.4rem;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

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

.content11 {
	width: 100%;
	height: 5.65rem;
	position: absolute;
	top: 0.78rem;
	left: 50%;
	transform: translate(-50%, 0);
}

.content11 h1 {
	font-size: 0.32rem;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

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

.content11 .flex_img{
	width: 2.8rem;
    height: 3.6rem;
	position: relative;
	display: inline-block;
	margin: .1rem;
	border-radius: .12rem;
}

.content11 .flex_box{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: .3rem;
}

.content11 .flex_img>img{
	width: 100%;
	height: 100%;
	border-radius: .12rem;
	object-fit:fill;
}

.content11 .flex_img>p{
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: rgba(39, 39, 39, .4);
	border-radius: 0 0 .12rem .12rem;
}



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

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

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

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

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

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

.content12 .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;
}

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

.content12 .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;
}

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

.content12 .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;
}

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

.content12 .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;
}

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

.content12 .inp .btn {
	width: 2.05rem;
	height: 0.6rem;
    background: linear-gradient(0deg, #015EEA 0%, #00C0FA 100%);
	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;

}

.content12 .inp .btn:active {
	opacity: 0.8;
}
		/* 出现弹窗 */
		/* .tc {
			width: 100vw;
			height: 100vh;
			position: fixed;
			top: 0;
			left: 0;
			display: none;
			z-index: 99;
		}
		.tc-wrap .b .span-wrap .iconl {
			background: url(//klm10.kuleiman.com/record/klm/vrzhmd/2/lxx.png) center center / 100% 100% no-repeat;
			width: 1rem;
			height: .0375rem;
			margin-right: .2rem;
		}

		.tc-wrap .b .span-wrap .iconr {
			background: url(//klm10.kuleiman.com/record/klm/vrzhmd/2/lxx.png) center center / 100% 100% no-repeat;
			transform: rotate(180deg);
			width: 1rem;
			height: .0375rem;
			margin-left: .2rem;
		}

		.tc-mask {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			background: rgba(0, 0, 0, 0.2);
		}

		.tc-wrap {
			width: 5.375rem;
			height: 6rem;
			background: #FFFFFF;
			border-radius: .0999rem;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			overflow: hidden;
		}


		.tc-wrap .t {
			width: 5.375rem;
			height: 1.5624rem;
			background: url(//klm10.kuleiman.com/record/klm/vrzhmd/2/wr1.png) center center / 100% 100% no-repeat;
			display: flex;
			flex-direction: column;
			justify-content: center;
			position: relative;
		}
		
		.tc-wrap .t .cclose {
			position: absolute;
			width: .2499rem;
			height: .2499rem;
			background: url(//klm10.kuleiman.com/record/klm/vrzhmd/2/cclose.png) center center / 100% 100% no-repeat;
			top: .1875rem;
			right: .1875rem;
			cursor: pointer;
		}

		.tc-wrap .t p {
			font-size: .2251rem;
			font-family: SourceHanSansCN-Regular, SourceHanSansCN;
			font-weight: 400;
			color: #FFFFFF;
			padding: 0 .5rem;
		}

		.tc-wrap .t p:nth-of-type(1) {
			margin-bottom: .2251rem;
		}

		.tc-wrap .b {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}

		.tc-wrap .b .title {
			font-size: .2251rem;
			font-family: SourceHanSansCN-Medium, SourceHanSansCN;
			font-weight: 600;
			color: #333333;
			margin: .35rem auto .2251rem;
		}

		.tc-wrap .b .span-wrap {
			display: flex;
			align-items: center;
		}

		.tc-wrap .b .span-wrap .iconl {
			background: url(//klm10.kuleiman.com/record/klm/vrzhmd/2/lxx.png) center center / 100% 100% no-repeat;
			width: 1rem;
			height: .0375rem;
			margin-right: .2rem;
		}

		.tc-wrap .b .span-wrap .iconr {
			background: url(//klm10.kuleiman.com/record/klm/vrzhmd/2/lxx.png) center center / 100% 100% no-repeat;
			transform: rotate(180deg);
			width: 1rem;
			height: .0375rem;
			margin-left: .2rem;
		}

		.tc-wrap .b .span-wrap span {
			font-size: .175rem;
			font-family: SourceHanSansCN-Regular, SourceHanSansCN;
			font-weight: 400;
			color: #595959;
		}

		.tc-wrap .b .inp {
			display: flex;
			flex-direction: column;
			justify-content: center;
			margin-top: .3375rem;
			overflow: hidden;
		}

		.tc-wrap .b .inp .inp1 {
			width: 3.5rem;
			height: .45rem;
			background: #FFFFFF;
			border-radius: .0999rem;
			border: .0125rem solid #D9D9D9;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.tc-wrap .b .inp .inp2 {
			width: 3.5rem;
			height: .45rem;
			background: #FFFFFF;
			border-radius: .0999rem;
			border: .0125rem solid #D9D9D9;
			display: flex;
			justify-content: center;
			align-items: center;
			margin-top: .2rem;
		}

		.tc-wrap .b .inp .inp1 .icon1 {
			background: url(//klm10.kuleiman.com/record/klm/vrzhmd/2/dhh.png) center center / 100% 100% no-repeat;
			width: .175rem;
			height: .175rem;
			margin-left: .25rem;
		}

		.tc-wrap .b .inp .inp2 .icon2 {
			background: url(//klm10.kuleiman.com/record/klm/vrzhmd/2/xmm.png) center center / 100% 100% no-repeat;
			width: .175rem;
			height: .175rem;
			margin-left: .25rem;
		}

		.tc-wrap .b .inp .inp1 input {
			flex: 1;
			padding: 0 .1125rem;
			font-size: 0.2rem;
		}

		.tc-wrap .b .inp .inp2 input {
			flex: 1;
			padding: 0 .1125rem;
			font-size: 0.2rem;
			
		}

		.tc-wrap .b .inp .inp3 {
			width: 3.5rem;
			height: .45rem;
			background: linear-gradient(53deg, #71BCFF 0%, #3972FF 100%);
			border-radius: .0999rem;
			font-size: .175rem;
			font-family: SourceHanSansCN-Regular, SourceHanSansCN;
			font-weight: 400;
			color: #FFFFFF;
			margin-top: .2rem;
		}

		.tc-wrap .b .inp .inp3:hover {
			background: linear-gradient(53deg, #3972FF 0%, #71BCFF 100%);
		}

		.tc-wrap .b .po {
			font-size: .15rem;
			font-family: SourceHanSansCN-Regular, SourceHanSansCN;
			font-weight: 400;
			color: #BFBFBF;
			text-align: center;
			margin-top: .2rem;
		}

		.tc-wrap .b .bo {
			font-size: .2251rem;
			font-family: SourceHanSansCN-Regular, SourceHanSansCN;
			font-weight: 500;
			color: #595959;
			margin-top: .2rem;
			text-align: center;
		}
		.tc-wrap .b .bo span {
			color: rgba(57, 114, 255, 1);
			padding: .1125rem;
		} */