.banner {
	width: 100vw;
	height: 9.25rem;
	position: relative;
	margin: 0 !important;
	overflow: hidden;
}
/*.banner::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 1;
	pointer-events: none;
}*/
#pano {
    width: 100%;
    height: 100%;
    pointer-events: auto;
}
@font-face {
	font-family: 'TGBF';
	src: url('./TG-TYPE-Bold.otf');
	font-weight: normal;
}

@keyframes opLeft {
	0% {
		opacity: 0;
		transform: translatey(-10px);
	}

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

@keyframes opRight {
	0% {
		opacity: 1;
		/* transform: translateX(0); */
	}

	100% {
		opacity: 0;
		/* transform: translateX(-10px); */
	}
}


img[data-src] {
	/* opacity: 0; */
	transition: all 1s ease;
}

.loaded {
	/* opacity: 1 !important; */
}

.inleft {
	animation: opLeft .3s linear;
	/* z-index: 1; */
}

.inright {
	animation: opRight .2s linear;
	/* z-index: -1; */
	opacity: 0;
}

.wrap {
	width: 100vw;
}

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

.content-banner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: .377rem;
}

.yell-img,
.red-img {
	position: absolute;
	z-index: 1;
}

.yell-img {
	width: .4rem;
	height: .4rem;
	left: .2rem;
	bottom: 5.2rem;
	/* animation: trsal 2s infinite;  */
}

.red-img {
	width: .3rem;
	height: .3rem;
	bottom: 3.8rem;
	right: .2rem;
	/* animation: trsal 2.5s infinite;  */

}

.content-banner .banner-img {
	display: block;
	width: 5.95rem;
	height: 0.93rem;
	object-fit: cover;
	margin: .3rem auto;
	margin-bottom: .8rem;
}

.content-banner .title-banner {
	width: 5.12rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	padding: .1rem 0;
	margin: -.5rem auto 0;
	text-align: center;
	position: relative;
	margin-top: 1.2rem;
	font-size:.548rem;
	text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.5);
	/* border-image: linear-gradient(291deg, rgba(0, 86, 255, 0.9), rgba(39, 196, 202, 1)) 1 1; */
}


.content-banner .title-text {
	width: 5.5rem;
	color: #FFFFFF;
	font-size: .22rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	line-height: 0.39rem;
	text-align: center;
	margin: 0rem auto 0
}


.content-banner .btn {
	width: 4.3rem;
	display: flex;
	justify-content: space-between;
	margin: 0.56rem auto 0;
}

.content-banner .btn .btn1 {
	width: 1.95rem;
	height: 0.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	border-radius: 10px;
}

.content-banner .btn .btn1:active {
	background: rgba(51, 51, 51, 0.3);
}

.content-banner .btn .btn1 .icon {
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.1rem;
	margin-top: .05rem;
	margin-left: -.1rem;
	background: url(//klm10.kuleiman.com/record/klm/vrcz/2/live.svg) center center / 100% 100% no-repeat;

}

.content-banner .btn .btn1 span {
	font-size: 0.22rem;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: #092D41;
}

.content-banner .btn .btn2 {
	width: 1.95rem;
	height: 0.7rem;
	background: linear-gradient(308deg, #165CEB 0%, #4093FF 100%);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}

.content-banner .btn .btn2:active {
	background: #1559FF;
}

.content-banner .btn .btn2 .icon {
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.1rem;
	margin-top: .04rem;
	margin-left: -.1rem;
	background: url(//klm10.kuleiman.com/record/klm/vrcz/2/vidd.svg) center center / 100% 100% no-repeat;
}

.content-banner .btn .btn2 span {
	font-size: 0.22rem;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
}

.content-banner .banner-imag {
	width: 100%;
	height: 3.26rem;
	margin-top: 1.5rem;
	position: relative;
}

.content-banner .banner-imag .banner-pd {
	width: 100%;
	height: 6rem;
	object-fit: fill;
	position: absolute;
	top: -1.5rem;
	z-index: 5;
	padding-bottom: 1rem;
}

.content-banner .banner-imag .banner-abs {
	position: absolute;
	z-index: 2;
}

.content-banner .banner-imag .banner_img_left {
	width: 1.7rem;
	height: 3rem;
	left: 1.15rem;
	bottom: -1.7rem
}

.content-banner .banner-imag .banner_img_right {
	width: 1.46rem;
	height: 1rem;
	left: 0.35rem;
	top: -1.3rem;
}

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

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

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

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

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

/* num */
.num {
	width: 100vw;
	position: absolute;
	height: 1.55rem;
	left: 0;
	bottom: 0;
	background: rgba(233, 246, 255, 0.74);
}

.num .num_bg {
	width: 100%;
	object-fit: cover;
}

.num .num-main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 6.05rem;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.num-main ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.num-main ul .num-list {
	width: 1.28rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.num-main ul .num-list:nth-child(2)::after {
	position: absolute;
	content: '';
	width: 0.02rem;
	height: 0.6rem;
	background: #568DFF;
	left: -.08rem;
	top: .54rem;

}

.num-main ul .num-list:nth-child(2)::before {
	position: absolute;
	content: '';
	width: 0.02rem;
	height: 0.6rem;
	background: #568DFF;
	right: -0.3rem;
	top: .54rem;
}

.num-main ul .num-list:nth-child(3)::before {
	position: absolute;
	content: '';
	width: 0.02rem;
	height: 0.6rem;
	background: #568DFF;
	right: -0.33rem;
	top: .54rem;
}

.num-main ul .num-list .num_list_num {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;

}

.num-main ul .num-list .num_list_num div {
	width: 100%;
	text-align: center;
}

.num-main ul .num-list .num_list_num p {
	align-self: flex-end;
	color: #050C3E;
	font-size: .42rem;
	font-weight: bold;
	font-family: 'TGBF' !important;
	display: inline-block;
}

.num-main ul .num-list .num_list_num span {
	font-weight: 400;
	font-size: .4rem;
	color: #050C3E;
	font-family: 'TGBF' !important;
}

.num-main ul .num-list .num_list_num .num-up {
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	background: url(//klm10.kuleiman.com/record/klm/vrcz/2/up.svg) center center / 100% 100% no-repeat;
	align-self: flex-end;
	margin-left: -.2rem;
}

.num-main ul .num-list .num_list_num .num-down {
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	background: url(//klm10.kuleiman.com/record/klm/vrcz/2/down.svg) center center / 100% 100% no-repeat;
	align-self: flex-end;
	margin-left: -.2rem;
}

.num-main ul .num-list .num_list_text {
	width: 100%;
	font-size: .225rem;
	color: #050C3E;
	text-align: center;
}

.numer {
	display: block;
	position: relative;
	float: right;
	font-size: .4rem;
	font-family: 'TGBF' !important;
	margin-top: -.08rem;
}

.numer::before {
	content: "";
	position: absolute;
	width: 0.1rem;
	height: 0.1rem;
	background: #FFFFFF;
	top: 0.22rem;
	right: -0.22rem;
	border-radius: 50%;
}

.metaverse {
	position: relative;
	height: 6.6rem;
}

.metaverse .app-sce_content {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 0;
}

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

.metaverse-content {
	margin-top: .4rem;
}

#nav {
	width: 100%;
	height: .6rem;
	/* background: pink; */
	margin-bottom: .8rem;
}

#nav .swiper-wrapper {
	width: 100%;
}

#nav .swiper-wrapper .swiper-slide {
	width: 2rem !important;
	height: 100%;
	text-align: center;
	line-height: .6rem;
	font-size: .24rem;
	color: #333333;
	transition: all .3s;
	padding: 0 0.08rem;
}

#nav .swiper-wrapper .swiper-slide .mss {
	background: linear-gradient(180deg, #F5F8FF 0%, #DBE5FF 98%);
	border-radius: 20px;
	width: 1.8rem;
}

#nav .swiper-wrapper .swiper-slide-active .mss {
	font-weight: bold;
	color: #FFFFFF;
	background: linear-gradient(180deg, #5FBEF7 0%, #3192FF 100%);
	border-radius: 25px;
}

.show-swiper {
	width: 100vw;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*background: url(//klm10.kuleiman.com/record/klm/vrcz/2/me_bg.png) no-repeat center bottom;*/
	background-size: 100%;
}

.show-swiper .text-title {
	display: flex;
	flex-direction: column;
	height: 3.34rem;
}

.show-swiper .text-title .text-title-top {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-bottom: .5rem;
}

.show-swiper .text-title .text-title-btm {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: .5rem;
	padding: 0 0.2rem;
}

.show-swiper .text-title .text-title-btm {
	width: 100%;
}

.show-swiper .text-title .text-title-btm .text_detail {
	width: 100%;
}

.show-swiper .text-title .text-title-top .ququ {
	width: 0.79rem;
	height: 0.75rem;
}

.text-title .text_top_title {
	width: 0.9rem;
	color: #050C3E;
	font-size: .6rem;
	margin-bottom: 0.2rem;
	display: flex;
	justify-content: flex-start;
	background: url(//klm10.kuleiman.com/record/klm/vrcz/2/title_icon.png) no-repeat left center;
	background-position: 0.35rem 0.3rem;
	font-weight: bold;
	font-family: 'TGBF' !important;
}

.text-title .text_top_title p {
	font-family: 'TGBF' !important;
}

.text-title .text_main_title {

	margin-bottom: 0.1rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
}

.text-title .text_main_title .sce-text {
	font-size: .43rem;
	color: #030621;
	background: linear-gradient(130deg, #071148 41%, #9FAEFA 60%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}

.text-title .text_bt_title {
	font-size: .24rem;
	color: #030621 !important;
	font-weight: bold;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN !important;
	margin-left: .55rem;
}

.text-title .text_detail .detail_d {
	font-size: .23rem;
	position: relative;
	display: block;
	padding-left: 0.6rem;
	padding-right: .3rem;
	margin-bottom: 0.15rem;
	color: #050C3E;
	line-height: .32rem;
}

.text-title .text_detail .detail_d::after {
	content: "";
	position: absolute;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	left: 0.38rem;
	top: 0.09rem;
	background-color: #6D7CF4;
}

.container-core .swiper-pagination {
	width: 2rem;
	left: 50%;
	margin-left: -1rem;
	margin-top: .2rem;
}

.container-core .swiper-pagination-bullet-active {
	width: 0.565rem;
	background: #5085FB;
	border-radius: 16px;
}

.swiper-pagination-bullet {
	transition: all .3s;
	margin-right: .1rem;
}

/* prod-ad */
.prod-ad {
	width: 100vw;
	height: 9.8rem;
	position: relative;
	padding: 0.75rem 0 ;
}
.prod-ad .prod_ad_list {
	width: 5.98rem;
	height: 2rem;
	margin-bottom: .12rem;
	position: relative;
	color: #fff;
	padding: .3rem .5rem;
}

.prod-ad .prod_top {
	width: 100%;
}

.prod-ad .prod_top .pro_title {
	font-size: .42rem;
	color: #568DFF;
	font-weight: bold;
	margin-bottom: .2rem;
	padding: 0 .3rem;

}

.prod-ad .prod_top .pro_text {
	font-weight: bold;
	color: #091F41;
	font-size: .258rem;
	padding: 0 .3rem;
	margin-bottom: .4rem;
}

.prod-ad .prod_top .pro_detail {
	color: #092D41;
	font-size: .202rem;
	padding: 0 .3rem;

}

.prod-ad .prod_top .main_list {
	margin-top: .5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	padding: 0 .3rem;


}

.prod-ad .prod_top .main_list li {
	width: 1.2rem;
	height: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url(//klm10.kuleiman.com/record/klm/vrcz/2/icy.png) no-repeat center center;
	background-size: 100% 100%;
}

.prod-ad .prod_top .main_list li img {
	margin-bottom: .05rem;
}

.prod-ad .prod_top .main_list li p {
	color: white;
	font-size: .18rem;
}

.prod-ad .prod_top .main_imgs {
	padding: 0 .15rem;
	height: 4.3rem;
	margin-top: .3rem;
	position: relative;
}

.prod-ad .prod_top .main_imgs .top01 {
	width: 100%;
	object-fit: cover;
}

.prod-ad .prod_top .main_imgs .top02,
.prod-ad .prod_top .main_imgs .top03,
.prod-ad .prod_top .main_imgs .top04,
.prod-ad .prod_top .main_imgs .min02,
.prod-ad .prod_top .main_imgs .min03,
.prod-ad .prod_top .main_imgs .btm02,
.prod-ad .prod_top .main_imgs .btm03 {
	position: absolute;
}

.prod-ad .prod_top .main_imgs .btm03 {
	right: .6rem;
	bottom: 0;
	height: 4.2rem;
}

.prod-ad .prod_top .main_imgs .btm02 {
	left: .6rem;
	bottom: 0;
	height: 4.2rem;
}

.prod-ad .prod_top .main_imgs .min03 {
	right: 0.5rem;
	bottom: 0.5rem;
	height: 2.2rem;
}

.prod-ad .prod_top .main_imgs .min02 {
	left: 0.8rem;
	bottom: 1.5rem;
	height: 1rem;
}

.prod-ad .prod_top .main_imgs .top02 {
	left: 1.5rem;
	top: 0.4rem;
	height: 3.7rem;
}

.prod-ad .prod_top .main_imgs .top03 {
	right: 0.7rem;
	bottom: 0.8rem;
	height: 1.5rem;
}

.prod-ad .prod_top .main_imgs .top04 {
	left: 0.55rem;
	bottom: 0.8rem;
	height: 2.2rem;
}

/* app-sce */
.app-sce {
	width: 100vw;
	/* height: 7.17rem; */
}

.app-sce_content {
	/* width: 100%; */
	/* height: 100%; */
	overflow: hidden;
	zoom: 1;
	/* padding-bottom: .35rem; */
}

.app-sce_content .app-sce_title {
	font-size: 0.38rem !important;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #092D41;
	text-align: center;
	margin: 0.58rem auto 0;
	position: relative;
}

.app-sce_content .app-sce_title img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 2rem;
	height: 0.43rem;
}

.app-sce_content .p3 {
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #091F41;
	text-align: center;
	margin: 0.17rem auto 0;
	padding: 0 .3rem;
}




.swiper-container-metaverse {
	width: 6.4rem !important;
	height: 3.5rem !important;
}

.swiper-container-metaverse .video-cont {
	position: relative;
}

.swiper-container-metaverse .show-text {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

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

.blue_yuan {
	width: 0.3587rem;
	height: 0.3587rem;
	position: absolute;
	left: 0;
	top: -.2rem;
}

.video-cont {
	width: 5.17rem;
	height: 3rem;
	margin: 0 auto;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.video-cont #video {
	width: 100%;
	height: 100%;
}

.metaverse .video-cont .vimg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.metaverse .macB {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}

.indus-solu .indus_solu_content,
.tec-sup .tec-content,
.sel-cas .sel-content,
.prod-ad .prod-content,
.core-func .core-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 .2rem;
	margin-top: .5rem;
}


/* tec-sup */
.tec-sup {
	margin: 0 auto;
	position: relative;
	height: 10.5rem;
}

.tec-sup .tecbg {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.tec-sup .app-sce_content {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 0;
}

.tec-sup .tec_sup_main {
	display: flex;
	flex-direction: row;
	/* align-items: center; */
	flex-wrap: wrap;
	justify-content: space-between;
}

.tec-sup .tec_sup_main .tec_sup_list {
	width: 5.91rem;
	height: 1.72rem;
	/* background: linear-gradient(225deg, #39F4FD 0%, #7AC8E3 12%, #4757F9 62%, #965AFF 100%); */
	margin-bottom: .2rem;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: .45rem .2rem 0 .45rem;
	overflow: hidden;
	position: relative;
	background: linear-gradient(180deg, #F5F7FA 0%, #FBFCFC 100%) #FFFFFF;
	box-shadow: 3px 3px 10px 0px rgba(52, 118, 255, 0.1);
	border-radius: 7px;
	border: 1px solid;
	border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
}

.tec-sup .tec_sup_main .tec_sup_list .ms {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	/* padding: 1px; */
}

.yybs {
	position: relative;
	height: 8.6rem;
}

.yybs .app-sce_content {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 0;
}

.yybs_content {
	padding: 0 .2rem;
	margin-top: .5rem;

}

.yybs_content ul {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 6px 5px 15px 0px rgba(92, 178, 255, 0.17);
	border-radius: 4px;
	border: 2px solid #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: .4rem .55rem;
}

.yybs_content ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 1rem;
	height: 1.3rem;
	flex-grow: 1;
}

.yybs_content ul li img {
	width: 1rem;
}

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

.tec-sup .tec_sup_main .tec_sup_list .ms .technical-main {
	width: 100%;
	height: 100%;
	padding: 0.3rem 0.2rem;
	background: transparent;
	border-radius: 10px;
	transition: all .3s;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}

.tec-sup .tec_sup_main .tec_sup_list .ms .technical-main img {
	width: 0.855rem;
	height: 0.803rem;
	margin-right: .25rem;
}

.tec-sup .tec_sup_main .tec_sup_list .sup_main {
	flex: 1;
}

.tec-sup .tec_sup_main .tec_sup_list .sup_title {
	color: #0C2B56;
	font-size: .258rem;
	font-weight: bold;
	margin-bottom: .1rem;
}

.tec-sup .tec_sup_main .tec_sup_list .sup_p {
	color: #0C2B56;
	font-size: .202rem;
	line-height: .3rem;
}

/* sel-cas */
.sel-cas .sel_cas_main {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.sel-cas .sel_cas_main .sel_cas_list {
	width: 2.91rem;
	height: 2.91rem;
	position: relative;
	margin-bottom: .14rem;
	overflow: hidden;
	border-radius: 2px;
}

.sel-cas .sel_cas_main .sel_cas_list .ms {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.sel-cas .sel_cas_main .sel_cas_list .img-main {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sel-cas .sel_cas_main .sel_cas_list img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.sel-cas .sel_cas_main .sel_cas_list .see-more {
	width: 2.4rem;
	height: 0.565rem;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: linear-gradient(90deg, rgba(192, 233, 255, 0.5) 0%, rgba(182, 252, 255, 0.1) 51%, rgba(192, 233, 255, 0.5) 100%);
	border-radius: 4px;
	border-image: linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6)) 1px 1px;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	text-align: center;
	line-height: .565rem;
	color: #ffF;
	font-size: .212rem;
	font-weight: bold;
	margin-top: .8rem;
	margin-bottom: .2rem;
}

.sel-cas .sel_cas_main .sel_cas_list .see_cl {
	width: 1.55rem;
	height: .55rem;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	line-height: .55rem;
	background: linear-gradient(306deg, #165CEB 0%, #4093FF 100%);
	border-radius: .1rem;
	margin-bottom: 0.6rem;
	color: #FFFFFF;
	font-weight: bold;
}

@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;
	max-width: 1000px;
	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/vrcz/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/vrcz/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/vrcz/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/vrcz/2/ly-02.png) .25rem center / 20% no-repeat;
}

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

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


/* bk12 */
.bk12 {
	width: 100vw;
	height: 5.5rem;
	position: relative;
}

.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-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	text-align: center;
	font-size: .38rem !important;
	margin: 0.68rem auto 0 !important;

}


.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.7rem;
	height: 2.47rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0.63rem auto 0;
}

.content12 .inp .inp1 {
	width: 4.7rem;
	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/vrcz/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.202rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	line-height: 0.6rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	padding: 0 0.17rem 0 0.3rem;
	border-radius: 6px;
}

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

.content12 .inp .inp2 {
	width: 4.7rem;
	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/vrcz/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.202rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	line-height: 0.6rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	padding: 0 0.17rem 0 0.3rem;
	border-radius: 6px;
}

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

.content12 .inp .btn {
	width: 2.05rem;
	height: 0.6rem;
	background: linear-gradient(306deg, #165CEB 0%, #4093FF 100%);
	border-radius: 6px;
	border-radius: .1rem;
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}

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

.ser-cus .ser-content {
	width: 100%;
	margin-top: .4rem;
}

.ser-cus .ser-content img {
	width: 100%;
	object-fit: cover;
}

.bk7 {
	width: 100vw;
	height: 5.8532rem;
}

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

.content7 h1 {
	line-height: 1.2;
	font-size: .3584rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #092D41;
	text-align: center;
	margin-top: 0.6826rem;
}

.content7 p {
	line-height: 1.2;
	font-size: .22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #091F41;
	margin: 0.26rem auto 0.5rem;
	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 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;
}

.tc-wrap .b .inp .inp1 input {
	/* flex: 1; */
	/* padding: 0 0.1125rem; */
	font-size: .175rem;
	position: absolute;
	width: 2.4919rem;
	left: 0.55rem;
}

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

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

@keyframes trsal {
	0% {
		transform: translate(0, 0px);
	}

	50% {
		transform: translate(0, 10px);
	}

	100% {
		transform: translate(0, 0);
	}

}

@keyframes slideTog {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(4px, 0);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes slideTogTow {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-4px, 0);
	}

	100% {
		transform: translate(0, 0);
	}
}


@media screen and (min-width:600px) {
	.banner {
		height: 13rem;
	}

	.content-banner .banner-imag .banner-pd {
		width: 100%;
		height: 100%;
	}

	.content-banner .title-banner {
		width: 80%;
		height: .6rem;
		font-size: 0.3582rem;
	}

	.content-banner .title-text {
		width: 9.12rem;
		font-size: .28rem;
		line-height: 0.69rem;
	}

	.content-banner .btn {
		width: 6.3rem;
	}

	.content-banner .btn .btn1,
	.content-banner .btn .btn2 {
		width: 2.5rem;
		height: 0.9rem;
		;
	}

	.content-banner .btn .btn1 span,
	.content-banner .btn .btn2 span {
		font-size: 0.3rem;
	}

	.content-banner .btn .btn1 .icon,
	.content-banner .btn .btn2 .icon {
		width: 0.5rem;
		height: 0.5rem;
	}

	.content-banner .banner-imag .banner_img_left {
		width: 1.8rem;
		height: 3.2rem;
		left: 1.15rem;
		bottom: -1.5rem;
	}

	.swiper-container-core-btn .swiper-slide {
		width: 96vw !important;
	}

	.num .num-main {
		width: 94vw;
	}

	.num-main ul .num-list {
		width: auto;
		height: 1.13rem;
	}

	#nav .swiper-wrapper .swiper-slide {
		width: 25% !important;
		font-size: .25rem;
	}

	.swiper-container3 .swiper-slide img {
		width: 4.25rem;
	}

	.metaverse {
		margin-top: -3.5rem;
	}

	.prod-ad .prod_ad_list {
		margin: auto;
		width: 95vw;
		margin-bottom: .3rem;
	}

	.content-banner .banner-imag .banner_img_right {
		width: 3.16rem;
		height: 1.8rem;
		right: 0.5rem;
	}

	.app-sce_content .app-sce_title {
		font-size: 0.62rem;
	}

	.app-sce_content .p3 {
		font-size: 0.32rem;
	}

	.prod_ad_main {
		width: 98%;
	}

	.prod-ad .prod_ad_list:nth-child(1) {
		height: 30% !important;
	}

	.prod-ad .prod_ad_list:nth-child(2) {
		height: 30% !important;
	}

	.prod-ad .prod_ad_list:nth-child(3) {
		height: 30% !important;
	}

	.prod-ad .prod_ad_list:nth-child(4) {
		height: 30% !important;
	}

	.prod-ad .prod_ad_list .fir,
	.prod-ad .prod_ad_list .sec,
	.prod-ad .prod_ad_list .four {
		width: 4.6rem;
	}

	.prod-ad .prod_ad_list .text-content .ad_title {
		font-size: .45rem;
	}

	.prod-ad .prod_ad_list .text-content .ad_p {
		font-size: 163%;
	}

	.swiper-container-core-btn .swiper-slide {
		height: 5rem;
	}

	.core-bg {
		height: 12.5rem;
	}

	.indus-solu .indus_solu_content .solu_list {
		width: 98%;
		height: 4.65rem;
	}

	.indus-solu .indus_solu_content .solu_main p {
		font-size: 260%;
	}

	.indus-solu .indus_solu_content .solu_main span {
		font-size: 160%;
	}

	.indus-solu .indus_solu_content .solu_top p {
		font-size: 150%;
	}

	.tec-sup .tec_sup_main .tec_sup_list {
		width: 4.3rem;
		height: 4.94rem;
	}

	.tec-sup .tec_sup_main .tec_sup_list .sup_title {
		font-size: 240%;
	}

	.tec-sup .tec_sup_main .tec_sup_list .sup_p {
		font-size: 160%;
	}

	.swiper-container3 {
		height: 5.1rem;
	}

	.swiper-container3 .swiper-slide {
		width: 3.56rem;
		height: 4.85rem;
	}

	.swiper-container3 .swiper-slide .text-wrap h2 {
		font-size: 200%;
		width: 2.2rem;
		height: 0.51rem;
		line-height: .455rem;
	}

	.swiper-container3 .swiper-slide .text-wrap p {
		font-size: 160%;
	}

	.swiper-container-core .swiper-slide {
		width: 6.5rem;
		height: 3.48rem;
	}

	.core-content .core_func_slide .text-wrap h2 {
		font-size: 260%;
	}

	.core-content .core_func_slide .text-wrap p {
		width: 5.5rem;
		font-size: 160%;
	}

	.sel-cas .sel_cas_main .sel_cas_list {
		width: 95vw;
		height: 5.2rem;
	}

	.sel-cas .sel_cas_main .sel_cas_list .see-more {
		width: 5.2rem;
		height: 0.7rem;
		line-height: .7rem;
		border-radius: 1rem;
		font-size: 180%;
	}

	.indus-solu .indus_solu_content .solu_list {
		padding: .6rem 0.6rem 0 0.7rem;
		border-radius: 32px;
	}

	.indus-solu .indus_solu_content .solu_top img {
		width: 0.68rem;
		height: 0.68rem;
	}
}