<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: .625rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.content1 .p1 {
	font-size: .325rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	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/vrzhjq/1/sp.png) center center / 100% 100% no-repeat; */
	margin-right: .05rem;
}
.content1 .btn .btn1 .icon img {
	width: 100%;

}
.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/vrzhjq/1/zx.png) center center / 100% 100% no-repeat; */
	margin-right: .05rem;
}
.content1 .btn .btn2 .icon img {
	width: 100%;
}

.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;
	/* height: 8.4375rem; */
	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: 10.1rem;
}

.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: .225rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	margin: .25rem auto 0;
	text-align: center;
}

.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;
	overflow: hidden;
}

.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;
	margin-top: .625rem;
	transition: all .5s;
}

.content3 .card li .text-wrap h2 {
	font-size: .8rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: .225rem;
}

.content3 .card li .text-wrap h1 {
	font-size: .325rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	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: .375rem;
	text-align: center;
	padding: 0 .25rem;
	transition: all .5s;
	opacity: 0;
	transform: scale(0);
}

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

.content3 .card li:hover .text-wrap p {
	transform: scale(1);
	opacity: 1;
}

/* bk4 */
.bk4 {
	width: 100%;
	height: 11.8rem;
}

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

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

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

.content4 .dh4 {
	width: 19.2rem;
	height: .45rem;
	display: flex;
	align-items: center;
	margin: .625rem auto .375rem;
}

.content4 .dh4 li {
	font-size: .2rem;
	height: .45rem;
	padding: 0 .3rem;
	margin-right: .25rem;
	border-radius: .225rem;
	border: .0125rem solid #333333;
	line-height: .45rem;
}

.content4 .dh4 li * {
	pointer-events: none;
}

.content4 .dh4 li.active {
	background: #3972FF;
	border: .0125rem solid transparent;
	color: #fff;
}

.content4 .bottom {
	width: 100%;
	height: 8rem;
	position: relative;
	overflow: visible;
}

.content4 .bottom .img-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	/* overflow: hidden; */
}

.content4 .bottom .img-wrap img {
	position: absolute;
	width: 100%;
	/* height: 100%; */
	left: 0;
	top: 0;
	/* margin: 1px; */
	object-fit: cover;
}

.content4 .bottom .card {
	position: absolute;
	width: 5.3rem;
	height: 4.75rem;
	background: rgba(255, 255, 255, 0.7);
	border-radius: .25rem;
	backdrop-filter: blur(.05rem);
	top: calc(50% - 2.375rem);
	left: calc(50% - 9.575rem)
}

.content4 .bottom .card h1 {
	font-size: .25rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 600;
	color: #333333;
	padding: 0 .275rem;
	margin: .9625rem auto 0;
	transform: translate(0, .125rem);
	opacity: 0;
}

.content4 .bottom .card p {
	font-size: .2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: .375rem;
	padding: 0 .275rem;
	margin: .25rem auto 0;
	transform: translate(0, .125rem);
	opacity: 0;
}

.content4 .bottom .card input {
	position: absolute;
	width: 1.8375rem;
	height: .45rem;
	background: #3972FF;
	border-radius: .1rem;
	font-size: .2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	left: .2375rem;
	bottom: .8375rem;
	transform: translate(0, .125rem);
	opacity: 0;
}

.content4 .bottom .card input:hover {
	background: #1559FF;
}

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

.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 .5rem;
	text-align: center;
}

.content5 .card5 {
	display: flex;
	width: 19.2rem;
	height: 6.375rem;
	border-radius: .15rem;
	margin: 0 auto;
	overflow: hidden;
}

.content5 .card5 li {
	transition: all .5s;
	position: relative;
	width: 6.4rem;
	height: 6.375rem;
	overflow: hidden;
}

.content5 .card5 li .yy {
	position: absolute;
	width: 7.3rem;
	height: 6.375rem;
	top: 0;
	right: 0;
	background: rgba(10, 10, 13, 0.7);
	transition: all .5s;
	opacity: 0;
}

.content5 .card5 li .mask5 {
	position: absolute;
	width: 7.3rem;
	height: 6.375rem;
	right: 0;
	top: 0;
	transition: all .5s;
	transform: translate(-100%, 0);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 .625rem;
}

.content5 .card5 li .mask5 h1 {
	font-size: .375rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.content5 .card5 li .mask5 h2 {
	font-size: .275rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: .3rem;
	text-align: center;
	line-height: .45rem;
}

.content5 .card5 li .mask5 .p-wrap {
	height: 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: .5rem;
}

.content5 .card5 li .mask5 .p-wrap p {
	font-size: .2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
	padding-left: .125rem;
}

.content5 .card5 li .mask5 .p-wrap p::after {
	content: '';
	width: .025rem;
	height: .175rem;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: calc(50% - .0875rem);
}

.content5 .card5 li .logo5 {
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	transition: all .5s;
	opacity: 1;
}

.content5 .card5 li .logo5 span {
	position: absolute;
	display: block;
	font-size: .325rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 1.1rem;
}

.content5 .card5 li .logo5 .line {
	position: absolute;
	width: .375rem;
	height: .05rem;
	background: #FFFFFF;
	bottom: .75rem;
	left: calc(50% - .1875rem);
}

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

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

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


.zk1 {
	width: 7.3rem !important;
	height: 6.375rem !important;
}

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

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

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

.zk2 {
	width: 5.95rem !important;
	height: 6.375rem !important;
}


/* bk6 */
.bk6 {
	width: 100%;
	height: 15.25rem;
	position: relative;
}

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

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

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

.content6 .card1 {
	width: 19.2rem;
	height: 5.625rem;
	display: flex;
	margin: 0 auto;
}

.content6 .card1 li:nth-of-type(1) {
	width: 11.25rem;
	height: 5.625rem;
	border-radius: .15rem;
	margin-right: .375rem;
}

.content6 .card1 li:nth-of-type(2) {
	width: 7.575rem;
	height: 5.625rem;
	border-radius: .15rem;
}

.content6 .card2 {
	width: 19.2rem;
	height: 5.625rem;
	display: flex;
	margin: .375rem auto 0;
}

.content6 .card2 li:nth-of-type(1) {
	width: 7.575rem;
	height: 5.625rem;
	border-radius: .15rem;
	margin-right: .375rem;
}

.content6 .card2 li:nth-of-type(2) {
	width: 11.25rem;
	height: 5.625rem;
	border-radius: .15rem;
}

.content6 li {
	overflow: hidden;
	position: relative;
}

.content6 li .logo6 {
	position: absolute;
	width: 100%;
	height: .625rem;
	left: 0;
	bottom: 0;
	background: rgba(48, 56, 72, 0.4);
	border-radius: 0rem 0rem .15rem .15rem;
	font-size: .25rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .625rem;
	text-align: center;
	transition: all .5s;
	opacity: 1;
}

.content6 li:hover .logo6 {
	opacity: 0;
}

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

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

.content6 li .mask6 .ms {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 0rem .025rem .1rem 0rem rgba(0, 0, 0, 0.4);
	border-radius: .15rem;
	backdrop-filter: blur(.05rem);
	transition: all .5s;
	opacity: 0;
}

.content6 li .mask6 .text-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: .625rem;
	opacity: 0;
}

.content6 li .mask6 .text-wrap h1 {
	font-size: .45rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
}

.content6 li .mask6 .text-wrap input {
	width: 1.8375rem;
	height: .45rem;
	background: #3972FF;
	border-radius: .1rem;
	font-size: .2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: .625rem;
}

.content6 li .mask6 .text-wrap input:hover {
	background: #185BFF;
}

.content6 li:hover .mask6 .text-wrap {
	opacity: 1;
	transform: translate(0, -0.625rem);
}

.content6 li:hover .mask6 .ms {
	opacity: 1;
}

/* bk7 */
.bk7 {
	width: 100%;
	height: 9.4125rem;
}

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

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

.content7 .bottom {
	width: 19.2rem;
	height: 5.5rem;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.content7 .bottom .left {
	width: 8.9875rem;
	height: 5.5rem;
	margin-right: .4875rem;
}

.content7 .bottom .left .img-wrap {
	width: 100%;
	height: 100%;
	border-radius: .0998rem;
	overflow: hidden;
	position: relative;
}

.content7 .bottom .left .img-wrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	border-radius: .025rem;
}

.content7 .bottom .right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content7 .bottom .right li {
	width: 100%;
}

.content7 .bottom .right li * {
	pointer-events: none;
}

.content7 .bottom .right li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .3rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #081414;
	margin-bottom: .10rem;
	position: relative;
}
.content7 .bottom .right li:hover p::after {
	content: url(//qjzb.kuleiman.com/record/klm/vrzhjq/1/1.png);
	width: .4375rem;
	height: .1125rem;
	margin-left: .25rem;
}

.content7 .bottom .right li .xx span {
	font-size: .20rem;
	color:#666;
}

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

.content7 .bottom .right li:hover p {
	color: #3972FF;
}

/* bk8 */
.bk8 {
	width: 100%;
	height: 5rem;
	position: relative;
}

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

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

.content8 .title8 {
	font-size: .6rem;
	font-family: AppleSystemUIFont;
	color: #FFFFFF;
	text-align: center;
	margin: 1.35rem auto 0;
}

.content8 .inp {
	width: 2.375rem;
	height: .7rem;
	background: rgba(255, 255, 255, 0.2);
	border-radius: .35rem;
	margin: .6625rem auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content8 .inp input {
	width: 2.125rem;
	height: .6rem;
	background: linear-gradient(180deg, #6BABFF 0%, #3972FF 100%);
	box-shadow: inset 0rem 0rem .25rem 0rem rgba(0, 169, 160, 0.3);
	border-radius: .2875rem;
	font-size: .2rem;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: #FFFFFF;
}

.content8 .inp input:hover {
	background: #3972FF;
}

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

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

.bk9 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/vrzhjq/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/vrzhjq/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/vrzhjq/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/vrzhjq/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/vrzhjq/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/vrzhjq/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(-50%,-20%);
    cursor: pointer;
}
.playVideoIcon img{
    max-width: 100%;
    max-height: 100%;
}



.videoBox{
	width: 13.625rem;
		position: relative;
	margin: 0 auto;
}

.videoPoster{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 7;
	top: 0;
	left: 0;
	border-radius: 0.2144rem;
    border: 0.1009rem  solid #FFFFFF;
}
.videoPoster img{
	width: 100%;
	height: 100%;
	border-radius: 0.1rem;

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