html{
	font-size: 100px;
	overflow-x: hidden;
}

.common {
	max-width: 14rem;
	margin: 0 auto;
	padding:0.75rem 0px 1.2rem 0;
}

.pro_tit {
	font-weight: bold;
	color: #333333;
	margin: 0 0;
	padding-bottom: 8px;

	border-bottom: 1px solid #DCDCDC;

	font-size: 0.24rem;
	position: relative;
}

.pro_tit::after {
	content: '';
	display: block;
	width: 0.96rem;
	height: 3px;
	background: #008A32;
	position: absolute;
	bottom: 0px;
}

.e_container_1 {
	display: flex;
	padding-top: 0.3rem;
	padding-bottom: 0.45rem;
	
}

.e_container_1 .scale-box {
	flex: 0 0 36.42%;
}
.scale-box{
	overflow:hidden;
}
.scale-box:hover .scale-img{
	transform: scale(1.1);
}
.scale-box .scale-img{
	width:100%;
	height:100%;
	transition:all 0.6s;
}
.e_container_1 .cbox-2-1 {
	flex: 0 0 3.57%;
}

.e_container_1 .cbox-2-2 {
	flex: 0 0 auto;
	padding-top: 0.8rem;
}

.e_sceneBtnFile {
	font-size: 0.16rem;
	color: #fff;
	padding: 0.1rem 0.45rem 0.09rem 0.45rem;
	text-decoration: unset;
	background: #042C60;
	display: block;
}

.e_sceneBtnFile:hover {
	cursor: pointer;
}
.list_1{
	padding-top:0.23rem;
}
.t_item {
	width: 100%;
	border-collapse: collapse;
}

.t_item .t_tit {
	color: #fff;
	font-size: 0.16rem;
	padding: 0.1rem 0 9px 0px;
}

.t_item .t_first {
	background-color: #042C60;
}

.t_item .row_1:nth-child(2n-1) {
	background: #fff;

}

.t_item .row_1:nth-child(2n) {
	background: #F7F7F7;
}

.t_item .c_list_1 {
	width: 50%;
	text-align: center;
	padding: 0.1rem 0 0.09rem 0px;
	border: 1px solid #E5E5E5;
	font-size: 0.16rem;
	color: #333;
}