.yujian-1 {
	background-image: url('/images/yujian1.jpg');
}
.yujian-1 .stage .table {
	margin: 0 auto;
	display: flex;
	max-width: 100%;
	max-height: 100%;
	aspect-ratio: 5 / 3;
}
.yujian-1 .stage .table .column {
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.yujian-1 .stage .table .column .image {
	flex: 1;
	overflow: hidden;
	position: relative;
}
.yujian-1 .stage .table .column .image img {
	width: 100%;
	height: 100%;
}
.yujian-1 .stage .table .column .image span {
	top: 0;
	left: 0;
	width: 100%;
	opacity: .5;
	color: white;
	font-size: 50px;
	position: absolute;
	text-align: center;
	font-family: 'yuweij';
}
.yujian-1 .stage .table .column .info {
	width: 100%;
	color: white;
	position: relative;
	padding-bottom: 100%;
}
.yujian-1 .stage .table .column .info .big {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	line-height: 1;
	font-size: 200px;
	position: absolute;
	align-items: center;
	justify-content: center;
}
.yujian-1 .stage .table .column .info .big.left-top {
	clip-path: polygon(
		50% 0%,
		100% 0%,
		100% 100%,
		0% 100%,
		0% 50%,
		50% 50%
	);
}
.yujian-1 .stage .table .column .info .big.left-bottom {
	clip-path: polygon(
		0% 0%,
		100% 0%,
		100% 100%,
		50% 100%,
		50% 50%,
		0% 50%
	);
}
.yujian-1 .stage .table .column .info .big.right-top {
	clip-path: polygon(
		0% 0%,
		50% 0%,
		50% 50%,
		100% 50%,
		100% 100%,
		0% 100%
	);
}
.yujian-1 .stage .table .column .info .big.right-bottom {
	clip-path: polygon(
		0% 0%,
		100% 0%,
		100% 50%,
		50% 50%,
		50% 100%,
		0% 100%
	);
}
.yujian-1 .stage .table .column .info .block {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
}
.yujian-1 .stage .table .column .info .block .item {
	width: 50%;
	height: 50%;
	position: relative;
}
.yujian-1 .stage .table .column .info .block .item .chinese {
	font-size: 20px;
}
.yujian-1 .stage .table .column .info .block .one i {
	top: 20%;
	left: 10%;
	line-height: 1;
	font-size: 30px;
	position: absolute;
	transform: scaleY(2);
	transform-origin: top;
}
.yujian-1 .stage .table .column .info .block .one .chinese {
	top: 10%;
	left: 47%;
	line-height: 1;
	position: absolute;
	writing-mode: vertical-rl;
}
.yujian-1 .stage .table .column .info .block .two .chinese {
	top: 10%;
	left: 36%;
	line-height: 1;
	position: absolute;
	writing-mode: vertical-rl;
}
.yujian-1 .stage .table .column .info .block .two i {
	top: 20%;
	left: 63%;
	line-height: 1;
	font-size: 30px;
	position: absolute;
	transform: scaleY(2);
	transform-origin: top;
}
.yujian-1 .stage .table .column .info .block .three .chinese {
	top: 32%;
	left: 10%;
	line-height: 1;
	position: absolute;
}
.yujian-1 .stage .table .column .info .block .three i {
	top: 65%;
	left: 17%;
	line-height: 1;
	font-size: 30px;
	position: absolute;
	transform-origin: top;
}
.yujian-1 .stage .table .column .info .block .three .english {
    top: 53%;
    right: 27%;
    opacity: .7;
    line-height: 1;
    font-size: 10px;
    text-align: right;
    position: absolute;
}
.yujian-1 .stage .table .column .info .block .four .chinese {
	top: 31%;
	left: 10%;
	line-height: 1;
	position: absolute;
}
.yujian-1 .stage .table .column .info .block .four .english {
	left: 6%;
	top: 65%;
    opacity: .7;
    line-height: 1;
    font-size: 10px;
    text-align: right;
    position: absolute;
}
.yujian-1 .stage .table .column .info .block .five i {
	top: 46%;
	left: 46%;
	line-height: 1;
	font-size: 30px;
	position: absolute;
	transform-origin: top;
}

.yujian-2 {
	background-image: url('/images/yujian2.jpg');
}
.yujian-2 .stage .text-1 {
	left: 0;
	top: 40%;
	color: white;
	display: flex;
	font-size: 20px;
	position: absolute;
	flex-direction: column;
}
.yujian-2 .stage .text-1 span:last-child {
	text-align: right;
}







@media (max-width: 1479px) {

}



@media (max-width: 1199px) {
	.yujian-1 .stage .table {
		height: 80%;
	}
	.yujian-1 .stage .table .column .info .block .item .chinese {
		font-size: 15px;
	}
	.yujian-1 .stage .table .column .info .big {
		font-size: 140px;
	}
	.yujian-1 .stage .table .column .info .block .one i {
		left: 8%;
		font-size: 20px;
	}
	.yujian-1 .stage .table .column .info .block .one .chinese {
		left: 38%;
	}
	.yujian-1 .stage .table .column .info .block .two i {
		left: 70%;
		font-size: 20px;
	}
	.yujian-1 .stage .table .column .info .block .two .chinese {
		left: 45%;
	}
	.yujian-1 .stage .table .column .info .block .three i {
		font-size: 16px;
	}
	.yujian-1 .stage .table .column .info .block .three .chinese {
		top: 41%;
	}
	.yujian-1 .stage .table .column .info .block .three .english {
		top: 58%;
		right: 38%;
		font-size: 7px;
	}
	.yujian-1 .stage .table .column .info .block .four i {
	}
	.yujian-1 .stage .table .column .info .block .four .chinese {
		top: 40%;
	}
	.yujian-1 .stage .table .column .info .block .four .english {
		font-size: 8px;
		top: 70%;
	}
}



@media (max-width: 991px) {
	.region .stage .edge {
		display: none;
	}
	.yujian-1 .stage .table .column .info .block {
		display: none;
	}
	.yujian-1 .stage .table .column .info .big {
		clip-path: unset!important;
		font-size: 100px;
	}
	.yujian-1 .stage .table .column .image span {
		font-size: 30px;
	}

	.yujian-2 .stage .text-1 {
		font-size: 16px;
	}
}



@media (max-width: 767px) {
	.yujian-1 .stage .table .column .info .big {
		clip-path: unset!important;
		font-size: 60px;
	}
	.yujian-1 .stage .table .column .image span {
		font-size: 25px;
	}

	.yujian-2 .stage .text-1 {
		font-size: 13px;
	}
}



@media (max-width: 575px) {
	.yujian-1 .stage .table .column .image span {
		font-size: 18px;
	}
}