/* VR section - huyiguo.com style */
	@font-face {
    font-family: 'comicbd';
    src: url(../fonts/AVGARDN_1.ttf);
}

	@font-face {
    font-family: 'Montserrat-Light';
    src: url(../fonts/Rigelstar-2.otf);
}

	@font-face {
    font-family: 'FjallaOne';
    src: url(../fonts/Muli-Italic.ttf);
}

	@font-face {
    font-family: 'GeosansLight';
    src: url(../fonts/TTRuiHeiJ-W4.ttf);
}

.num-roll{ font-family: 'comicbd';}

.sy_vr {
	width: 100%;
	height: 85vh;
	min-height: 400px;
	position: relative;
	background: url(../images/bg6.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.sy_vr_vr {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../images/bg6.jpg) no-repeat center center;
	background-size: cover;
}

.sy_vr.vr-mouse-pan .sy_vr_vr {
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
}

.sy_vr.vr-mouse-pan.vr-dragging,
.sy_vr.vr-mouse-pan.vr-dragging .sy_vr_vr {
	cursor: grabbing;
}

.sy_vr_vr.pano-ready {
	cursor: default;
}

/* 淡蓝遮罩，与参考站截图一致 */
.sy_vr_vr::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	pointer-events: none;
	background: rgba(20, 80, 130, 0);
}

/* 全景加载前的工厂背景 - 鼠标拖拽平移 */
.vr-bg-fallback {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
}

.vr-bg-fallback-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	will-change: transform;
	transform: translate(-50%, -50%);
	transform-origin: center center;
}

.vr-bg-fallback-inner .vr-bg-img {
	display: block;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
}

.sy_vr_vr.pano-ready .vr-bg-fallback {
	animation: none;
	opacity: 0;
	transition: opacity 0.6s;
}

#pano {
	width: 100% !important;
	height: 100% !important;
	min-height: 400px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: transparent;
	pointer-events: none;
	cursor: grab;
	display: none;
}

.sy_vr_vr.pano-ready #pano {
	z-index: 3;
	pointer-events: auto;
	display: block;
}

#pano:active {
	cursor: grabbing;
}

/* 隐藏 krpano 错误提示黑屏文字 */
#pano pre,
#pano [style*="Courier New"] {
	display: none !important;
}

#pano #krpanoSWFObject,
#pano #krpanoSWFObject > div:first-child {
	width: 100% !important;
	height: 100% !important;
}

#pano canvas {
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
}

.sy_vr_con {
	position: absolute;
	left: 0;
	top: 18%;
	z-index: 10;
	width: 100%;
	pointer-events: none;
}
.sy_vr_con_bt {
	pointer-events: none;
}



.vr_stats {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px 70px;
	margin-top:80px;
	padding: 0 5%;
	pointer-events: none;
}

.vr_stat_item {
	text-align: center;
	min-width: 160px;
	max-width: 220px;
}

.vr_stat_num {
	font-size: 45px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.vr_stat_desc {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	opacity: 0.95;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.sy_vr_con_sz {
	display: none !important;
}

.sy_vr_con_bt {
	color: #fff;
	text-align: center;
	width: 100%;
}

.sy_vr_con_bt a {
	color: #fff;
	text-decoration: none;
}

.sy_vr_con_bt h3 {
	display: none;
}

.sy_vr_con_bt h4 {
	font-size: 40px;
	line-height: 70px;
	font-weight: normal;
	margin: 0;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.sy_vr_con_bt p {
	font-size: 18px;
	line-height: 25px;
	opacity: 0.9;
	margin: 0;
	color: #fff;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.vr_more {
	width: 100%;
	text-align: center;
}

.vr_more span {
	width: 150px;
	height: 40px;
	margin: 25px auto;
	font-size: 15px;
	border-radius: 25px;
	background: rgba(193, 40, 43, 0.92);
	display: inline-block;
	line-height: 40px;
	transition: all 0.4s;
	cursor: pointer;
	pointer-events: auto;
	color: #fff;
}

.vr_more span:hover {
	transform: scale(1.03);
}

.sy_vr_con_sz {
	width: 95%;
	margin: 0 auto;
	position: absolute;
	left: 2.5%;
	bottom: 0;
}

.sy_vr_con_sz1 {
	display: block;
}

.sy_vr_con_sz .big_num {
	margin-top: 0.5rem;
	text-align: center;
}

.sy_vr_con_sz .big_num .item {
	display: inline-block;
	margin: 2%;
	text-align: left;
	background: url(../images/xx.png) no-repeat right center;
	padding-right: 50px;
	margin-left: 15px;
	vertical-align: top;
}

.sy_vr_con_sz1 .item:nth-child(1) {
	margin-left: 0;
}

.sy_vr_con_sz1 .item:last-child {
	background: none !important;
	padding-right: 0;
}

.sy_vr_con_sz .big_num .item > div {
	display: inline-block;
	vertical-align: middle;
}

.sy_vr_con_sz .big_num .item .icon {
	margin-right: 0.1rem;
}

.sy_vr_con_sz .big_num .item .icon img {
	display: block;
	max-height: 48px;
}

.sy_vr_con_sz .big_num .item .number {
	font-size: 18px;
	line-height: 1;
	color: #fff;
}

.sy_vr_con_sz .big_num .item .num {
	font-size: 60px;
	line-height: 1;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.sy_vr_con_sz .big_num .item .number > span {
	display: inline-block;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.sy_vr_con_sz .big_num .item .t {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.sy_vr_con_sz .big_num .item .t span {
	display: block;
	line-height: 30px;
}

@media (max-width: 768px) {
	.sy_vr {
		height: 70vh;
		min-height: 420px;
	}

	.sy_vr_vr {
		position: absolute;
		height: 100%;
	}

	.sy_vr_con {
		position: absolute;
		top: 12%;
		padding: 0 15px;
		background: none;
	}

	.vr_stats {
		gap: 24px 20px;
		margin-top: 28px;
	}

	.vr_stat_item {
		min-width: 45%;
		max-width: none;
		flex: 0 0 calc(50% - 20px);
	}

	.vr_stat_num {
		font-size: 36px;
	}

	.vr_stat_desc {
		font-size: 12px;
		margin-top: 8px;
	}

	.sy_vr_con_sz {
		position: relative;
		left: auto;
		bottom: auto;
	}

	.sy_vr_con_bt h4 {
		font-size: 24px;
		line-height: 36px;
	}

	.sy_vr_con_sz .big_num .item {
		display: block;
		width: 85%;
		margin: 12px auto;
		background: none !important;
		padding-right: 0;
		text-align: center;
	}

	.sy_vr_con_sz .big_num .item .num {
		font-size: 40px;
	}
}
