<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* åŠ¨ç”» */
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-30%, 0, 0);
	}

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

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

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

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

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

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

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

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

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

.bk1 {
	width: 100%;
	height: 100vh;
	position: relative;
}

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

.content1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content1 .title1 {
	font-size: .75rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.content1 .p1 {
	font-size: .25rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	margin: .525rem auto 0;
}

.content1 .btn {
	width: 3.9rem;
	height: .6rem;
	display: flex;
	justify-content: space-between;
	margin: .875rem auto 0;
}

.content1 .btn .btn1 {
	width: 1.7rem;
	height: .6rem;
	border-radius: .075rem;
	border: .0125rem solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.content1 .btn .btn1:hover {
	background: rgba(0, 0, 0, 0.3);
}

.content1 .btn .btn1 .icon {
	width: .225rem;
	height: .225rem;
	background: url(//qjzb.kuleiman.com/record/klm/vrcmeeting/1/sp.png) center center / 100% 100% no-repeat;
	margin-right: .05rem;
}

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

.content1 .btn .btn2 {
	width: 1.7rem;
	height: .6rem;
	background: #3972FF;
	border-radius: .075rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.content1 .btn .btn2:hover {
	background: rgba(21, 89, 255, 1);
}

.content1 .btn .btn2 .icon {
	width: .225rem;
	height: .225rem;
	background: url(//qjzb.kuleiman.com/record/klm/vrcmeeting/1/zx.png) center center / 100% 100% no-repeat;
	margin-right: .05rem;
}

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

.bk1 .ms {
	position: absolute;
	width: 100%;
	height: 1.25rem;
	left: 0;
	bottom: 0;
	background: rgba(232, 239, 255, 0.1);
	backdrop-filter: blur(.125rem);
}

.bk1 .ms ul {
	display: flex;
	width: 19.2rem;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.bk1 .ms ul .line {
	width: .0125rem;
	height: .5875rem;
	border: .0125rem solid #979797;
}

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

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

.bk1 .ms ul li p {
	font-size: .2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

/* bk2 */
.bk2 {
	width: 100%;
	height: 12.5375rem;
	position: relative;
}

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

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

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

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

.content2 video {
	display: block;
	width: 13.625rem;
	background: #E0E0E0;
	box-shadow: 0rem .025rem .2rem 0rem rgba(182, 186, 207, 0.49);
	border-radius: .25rem;
	border: .1rem solid #FFFFFF;
	margin: .625rem auto 0;
}

/* bk3 */
.bk3 {
	width: 100%;
	height: 11.1375rem;
}

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

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

.content3 .p3 {
	font-size: .2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	text-align: center;
	margin: .375rem auto 0;
}

.content3 .card {
	width: 19.2rem;
	height: 6.125rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: .625rem auto 0;
}

.content3 .card li {
	width: 4.5rem;
	height: 6rem;
	position: relative;
	transition: all .5s;
}

.content3 .card li:hover {
	transform: translate(0, -0.25rem);
}

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

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

.content3 .card li .text-wrap h1 {
	font-size: .325rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: .525rem;
	margin-bottom: .3rem;
}

.content3 .card li .text-wrap .line {
	width: .375rem;
	height: .05rem;
	background: #FFFFFF;
	margin-bottom: .375rem;
}

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

/* bk4 */
.bk4 {
	width: 100%;
	height: 9rem;
	position: relative;
}

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

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

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

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

.content4 h2 {
	font-size: .225rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .525rem;
	opacity: 0.8;
	text-align: center;
	margin: .2625rem auto 0;
}

.bk4 .card {
	position: absolute;
	width: 16.6375rem;
	height: 1.8875rem;
	bottom: .875rem;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
	justify-content: space-between;
}

.bk4 .card li {
	width: 1.6375rem;
	height: 1.8875rem;
	background: rgba(0, 0, 0, 0.5);
	border: .0125rem solid #FFFFFF;
	border-radius: .1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all .5s;
}

.bk4 .card li img {
	width: .4rem;
	height: .4rem;
	object-fit: fill;
	margin-bottom: .175rem;
}

.bk4 .card li.active1 {
	border: .025rem solid #0072FF;
	transform: translate(0, -15%);
}

.bk4 .card li span {
	font-size: .2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

/* bk5 */
.bk5 {
	width: 100%;
	height: 10.1rem;
}

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

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

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

.content5 .card5 {
	display: flex;
	width: 19.2rem;
	height: 6rem;
	border-radius: .15rem;
	justify-content: space-between;
	margin: 0 auto;
	overflow: hidden;
}

.content5 .card5 li {
	transition: all .5s;
	position: relative;
	width: 3rem;
	height: 6rem;
	overflow: hidden;
	border-radius: .15rem;
}

.content5 .card5 li .mask5 {
	position: absolute;
	width: 100%;
	top: .5375rem;
	left: 0;
	padding: 0 .25rem;
	text-align: left;
	font-size: .3rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
}

.content5 .card5 li:nth-last-of-type(1) {
	background: url(//qjzb.kuleiman.com/record/klm/vrcmeeting/1/hyyy6.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
}

.content5 .card5 li:nth-last-of-type(2) {
	background: url(//qjzb.kuleiman.com/record/klm/vrcmeeting/1/hyyy2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
}

.content5 .card5 li:nth-last-of-type(3) {
	background: url(//qjzb.kuleiman.com/record/klm/vrcmeeting/1/hyyy4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
}

.content5 .card5 li:nth-last-of-type(4) {
	background: url(//qjzb.kuleiman.com/record/klm/vrcmeeting/1/hyyy3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
}

.content5 .card5 li:nth-last-of-type(5) {
	background: url(//qjzb.kuleiman.com/record/klm/vrcmeeting/1/hyyy5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
}

.content5 .card5 li:nth-last-of-type(6) {
	background: url(//qjzb.kuleiman.com/record/klm/vrcmeeting/1/hyyy1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 0%;
}

.zk1 {
	width: 4.2rem !important;
	height: 6rem !important;
}

.zk1 .mask5 {
	transform: translate(0, 0) !important;
}

.zk1 .logo5 {
	opacity: 0 !important;
}

.zk1 .yy {
	opacity: 1 !important;
}

.zk2 {
	width: 2.75rem !important;
	height: 6rem !important;
}

.bk5Btn{
	width: 1.5rem;
	height: 0.5rem;
	background: #3972FF;
	border-radius: 0.1rem;
	text-align: center;
	line-height: 0.5rem;
	font-size: 0.2rem;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	bottom: 0.84rem;
	transform: translate(-50%,0);
	opacity: 0;
	transition: all 0.5s;
}
.content5 .card5 li:hover .bk5Btn{
	opacity: 1;
	transition: all 0.5s;
}
/* bk6 */
.bk6 {
	width: 100%;
	height: 4.7875rem;
	position: relative;
}

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

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

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

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

.content6 .inp {
	display: flex;
	height: .525rem;
	justify-content: center;
	margin-top: .675rem;
}

.content6 .inp input:nth-of-type(1) {
	width: 1.7rem;
	height: .6rem;
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
	box-shadow: inset 0rem 0rem .125rem 0rem rgba(41, 142, 248, 0.5);
	border-radius: .3rem;
	font-size: .2rem;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #298EF8;
	margin-right: .375rem;
}

.content6 .inp input:nth-of-type(1):hover {
	background: linear-gradient(180deg, #E6F6FF 0%, #D4F3FF 100%);
}

.content6 .inp input:nth-of-type(2) {
	width: 1.7rem;
	height: .6rem;
	background: linear-gradient(53deg, #1890FF 0%, #1853FF 100%);
	box-shadow: inset .0125rem .0125rem .125rem 0rem rgba(255, 255, 255, 0.5);
	border-radius: .3rem;
	font-size: .2rem;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #FFFFFF;
}

.content6 .inp input:nth-of-type(2):hover {
	background: linear-gradient(53deg, #1857FF 0%, #1853FF 100%);
}

/* bk7 */
.bk7 {
	height: 6.875rem;
	overflow: hidden;
	zoom: 1;
}

.bk7 .title {
	height: .45rem;
	font-size: .45rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: bold;
	color: rgb(0, 3, 51);
	line-height: .45rem;
	text-align: center;
	margin-top: 1.25rem;
	margin-bottom: .25rem;
}

.bk7 p {
	font-size: .2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: rgb(153, 153, 153);
	line-height: .3rem;
	margin-bottom: .775rem;
	text-align: center;
}

.select_box {
	width: 19.2rem;
	height: 3.1902rem;
	overflow: hidden;
	margin: 0px auto 1rem;
	position: relative;
}

.select_box .select_log {
	position: absolute;
	z-index: 10;
	right: 0px;
	transform: rotate(180deg);
}

.select_box .select_log2 {
	position: absolute;
	z-index: 10;
	left: 0px;
}

.line_odd {
	width: 36.2375rem;
	animation: 36s linear 0s infinite normal none running scrollToRight-data-v-6a32e916;
}

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

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

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

.line_event {
	width: 36.2375rem;
	animation: 28s linear 0s infinite normal none running scrollToRight-data-v-6a32e916;
}

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


/* å‡ºçŽ°å¼¹çª— */
/* .tc {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
  z-index: 100;
   display: none;
}

.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: 5.8375rem;
	background: #FFFFFF;
	border-radius: .1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}


.tc-wrap .t {
	width: 5.375rem;
	height: 1.5625rem;
	background: url(//qjzb.kuleiman.com/record/klm/vrcmeeting/1/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: .25rem;
	height: .25rem;
	background: url(//qjzb.kuleiman.com/record/klm/vrcmeeting/1/cclose.png) center center / 100% 100% no-repeat;
   top: .1875rem;
   right: .1875rem;
   cursor: pointer;
}

.tc-wrap .t p {
	font-size: .225rem;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0 .5rem;
}

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

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

.tc-wrap .b .title {
	font-size: .225rem;
	font-weight: 600;
	color: #333333;
	margin: .35rem auto .225rem;
}

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

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

.tc-wrap .b .span-wrap .iconr {
	background: url(//qjzb.kuleiman.com/record/klm/vrcmeeting/1/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-weight: 400;
	color: #595959;
}

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

.tc-wrap .b .inp .inp1 {
	width: 3.25rem;
	height: .45rem;
  line-height: 0.45rem;
	background: #FFFFFF;
	border-radius: .1rem;
	border: 1px solid #D9D9D9;
	display: flex;
	justify-content: center;
	align-items: center;
  position: relative;
}

.tc-wrap .b .inp .inp2 {
	width: 3.25rem;
	height: .45rem;
	background: #FFFFFF;
  line-height: 0.45rem;
	border-radius: .1rem;
	border: 1px solid #D9D9D9;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .2rem;
  position: relative;
}

.tc-wrap .b .inp .inp1 .icon1 {
	background: url(//qjzb.kuleiman.com/record/klm/vrcmeeting/1/xmm.png) center center / 100% 100% no-repeat;
	width: .175rem;
	height: .175rem;
  line-height: 0.175rem;
	left: .25rem;
  vertical-align: middle;
  position: absolute;
}

.tc-wrap .b .inp .inp2 .icon2 {
	background: url(//qjzb.kuleiman.com/record/klm/vrcmeeting/1/dhh.png) center center / 100% 100% no-repeat;
	width: .175rem;
	height: .175rem;
  line-height: 0.175rem;
	left: .25rem;
  position: absolute;
  vertical-align: middle;
}

.tc-wrap .b .inp .inp1 input {
	font-size: .175rem;
  position: absolute;
  left: .55rem;
}

.tc-wrap .b .inp .inp2 input {
  position: absolute;
	font-size: .175rem;
  left: .55rem;
}

.tc-wrap .b .inp .inp3 {
	width: 3.25rem;
	height: .45rem;
	background: linear-gradient(53deg, #71BCFF 0%, #3972FF 100%);
	border-radius: .1rem;
	font-size: .175rem;
	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-weight: 400;
	color: #BFBFBF;
	text-align: center;
	margin-top: .2rem;
}

.tc-wrap .b .bo {
	font-size: .225rem;
	font-weight: 500;
	color: #595959;
	margin-top: .2rem;
	text-align: center;
}

.tc-wrap .b .bo span {
	color: rgba(57, 114, 255, 1);
	padding: .1125rem;
} */
.playVideoIcon{
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%,-20%);
    cursor: pointer;
}
.playVideoIcon img{
    max-width: 100%;
    max-height: 100%;
}

.videoBox{
	width: 13.625rem;
	position: relative;
	margin: 0 auto 0;
}
.videoPoster{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 7;
	top: 0;
	left: 0;
border: .1rem solid #FFFFFF;
border-radius: .25rem;

}
.videoPoster img{
	max-width: 100%!important;
	max-height: 100%!important;
	border-radius: .25rem;

}
.playVideoIcon{
	z-index: 9;
	transform: translate(-50%,-50%);
}</pre></body></html>