.container {
	border: 4px solid red;
	/* width: 80%; */
	/* max-width: 1400px; */
	padding: 50px;
	/* background-color: #999; */
}


/* 开始 */
.top-three-images {
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 1fr 1fr;
}

.top-three-images img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.canshu-box {
	/* margin-top: 10px; */
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
	padding: 10px 20px;
}



.canshu-box .canshu-left .canshu-list-row {
	margin-top: 10px;
	border-bottom: 1px solid #999;
}

.canshu-box .canshu-left .canshu-list-row .key {
	/* display: inline-block; */
	width: 9em;
	height: 40px;
	background: #ff0000;
	color: #000;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: bottom;
}

.canshu-box .canshu-left .canshu-list-row .value,
.canshu-box .canshu-right .canshu-list-row .value {
	margin-left: 10px;
	display: inline-block;
}


.canshu-box .canshu-right .canshu-list-row {
	margin-top: 10px;
	border-bottom: 1px solid #999;
	position: relative;
}

.canshu-box .canshu-right .canshu-list-row .key {
	/* display: inline-block; */
	width: 9em;
	height: 40px;
	background: #ff0000;
	color: #000;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: bottom;
}

.canshu-box .canshu-right .canshu-list-row .values {
	margin-left: 6px;
	display: inline-flex;
	/* background: seagreen; */
	width: calc(100% - 10em);
	/* width: auto; */
	justify-content: space-between;
	align-items: center;
}

.canshu-box .canshu-right .canshu-list-row .values .value {
	/* display: flex; */
	text-align: center;
}

.beizhu-box {
	padding: 0 50px;
}

.canshu-flex-5 {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid #999;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	border-bottom: 1px solid #999;
}
.canshu-flex-5 .key {
	width: 9em;
	height: 40px;
	background: #ff0000;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.canshu-flex-5 .canshu-list-col {
	padding-right: 10px;
    height:68px;
}
.canshu-flex-5 .canshu-list-col:last-child {
	padding-right: 0;
}
.ey_size{
	text-align: center;
    font-size: 20px;
	}
.canshu-flex-5 .value {
	text-align: center;
	line-height: 2;
}