.page {
	position: relative;
	width: 100vw;
	overflow: hidden;
	min-height: 100vh;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

main {
	flex-grow: 1;
	background-color: #F7F8FA;
	display: flex;
	align-items: center;
	justify-content: center;
}

.group_2 {
	background-color: rgba(255, 255, 255, 1);
	width: 100vw;
	height: 3.75vw;
	flex-shrink: 0;
}

.label_1 {
	height: 1.88vw;
	margin: 0.93vw 0 0 2.81vw;
	object-fit: contain;
}

.text_3 {
	/* width: 1.78vw; */
	height: 1.15vw;
	overflow-wrap: break-word;
	color: rgba(48, 49, 51, 1);
	font-size: 0.83vw;
	letter-spacing: 1px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	text-align: right;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
}

.text_4 {
	height: 1.15vw;
	overflow-wrap: break-word;
	color: rgba(48, 49, 51, 1);
	font-size: 0.83vw;
	letter-spacing: 1px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	text-align: right;
	white-space: nowrap;
	margin-left: 1.25vw;
	display: inline-block;
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
}

.text_5 {
	height: 1.15vw;
	overflow-wrap: break-word;
	color: rgba(48, 49, 51, 1);
	font-size: 0.83vw;
	letter-spacing: 1px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	text-align: right;
	white-space: nowrap;
	margin-left: 1.25vw;
	cursor: pointer;
	position: relative;
	display: inline-block;
	flex-shrink: 0;
}

.thumbnail_1 {
	height: 0.77vw;
	margin: 0 2.96vw 0 0.15vw;
	flex-shrink: 0;
}

.image-wrapper_1 {
	display: grid;
	width: 95vw;
	height: 84vh;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: 1fr 1fr;
	/* grid-template-areas: 'a b c d e f'
                        'a b c d e f'; */
	/* justify-items: center;
  align-items: center; */
	overflow: hidden;
	grid-gap: 0px 0px;
}

.filing {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 100vw;
	flex-shrink: 0;
}

.h {
	background-color: #F7F8FF;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image_1 {
	object-fit: cover;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	;
	margin: 0 !important;
}

.image_1[src="./src/loading.gif"] {
	width: 5vw;
	height: 5vw;
}

#toggle_lng_wrap {
	position: absolute;
	box-shadow: 0px 2px 12px 0px rgba(50, 50, 51, 0.12);
	background: #ffffff;
	overflow: hidden;
	border-radius: 10px;
	left: 50%;
	top: 1.6vw;
	transform: translateX(-50%);
	box-sizing: border-box;
	padding: 0 1vw;
	/* visibility: hidden; */
}

.lnglist {
	width: 4.6vw;
	height: 2.2vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.72vw;
	color: rgba(48, 49, 51, 0.60);
	border-bottom: 1px solid #EBEDF0;
	cursor: pointer;
}

.lnglist:last-child {
	border-bottom: none;
}

.lnglist:hover {
	opacity: .8;
}

#contract_wrap {
	user-select: text !important;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 3vw;
	height: 3vw;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 2vw;
	background-color: #ffffff;
	filter: drop-shadow(0 0 4px rgba(50, 50, 51, 0.22));
	font-size: .8vw;
	color: #303133;
	cursor: pointer;
	visibility: hidden;
	border-radius: .4vw;
}

#download_wrap {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 2.5vw;
	width: 12vw;
	height: 12vw;
	visibility: hidden;
}

.triwrap::before {
	display: block;
	background-color: #ffffff;
	content: '';
	width: .6vw;
	height: .6vw;
	position: absolute;
	left: 50%;
	top: -0.3vw;
	transform-origin: center;
	transform: translateX(-50%) rotate(45deg);
}

.activeCls {
	color: #303133 !important;
}

.fr {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#haha {
	width: 3vw;
	height: 3vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.flag {
	flex-shrink: 0;
	height: 2vw;
	margin-right: .5vw;
	image-rendering: pixelated;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
}