﻿body * {
	box-sizing: border-box;
	flex-shrink: 0;
}

body {
	font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
		Arial, PingFang SC-Light, Microsoft YaHei;
}

input {
	background-color: transparent;
	border: 0;
}

button {
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	outline: none;
	background-color: transparent;
}

button:active {
	opacity: 0.6;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.justify-start {
	display: flex;
	justify-content: flex-start;
}

.justify-center {
	display: flex;
	justify-content: center;
}

.justify-end {
	display: flex;
	justify-content: flex-end;
}

.justify-evenly {
	display: flex;
	justify-content: space-evenly;
}

.justify-around {
	display: flex;
	justify-content: space-around;
}

.justify-between {
	display: flex;
	justify-content: space-between;
}

.align-start {
	display: flex;
	align-items: flex-start;
}

.align-center {
	display: flex;
	align-items: center;
}

.align-end {
	display: flex;
	align-items: flex-end;
}

/* //// */
.box_list {
	width: 1400px;
	margin: 20px auto;
}

.box_list_item {
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	padding: 25px;
	background-color: rgba(249, 249, 249, 1);
	align-items: center;
}

.box_list_item_left {
	width: 300px;
	height: 200px;
}

.box_list_item_left_image {
	width: 100%;
	height: 100%;
}

.box_list_item_right {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
}

.box_list_item_right_text1 {
	display: inline-block;
	overflow-wrap: break-word;
	color: #000000;
    font-weight: bold;
	font-size: 25px;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 28px;
	text-align: left;
}

.box_list_item_right_text2 {
	width: 900px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 16px;
	font-family: PingFang-SC-Medium;
	line-height: 26px;
	text-align: left;
	margin-top: 15px;
	overflow: hidden;
	 text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /*行数*/
}

.box_list_item_right_text3 {
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 16px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 28px;
	text-align: left;
	margin-top: 15px;
}

.box_list_item_right_text4 {
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 16px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 3;
	text-align: left;
}

.text_6 {
	font-size: 22px;
	font-family: PingFangSC-Medium;
	color: rgba(88, 86, 86, 1);
	line-height: 25px;
}

.page {
	position: relative;
	/* width: 1920px; */
	min-width: 1400px;
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
}

.box_1 {
	width: 1920px;
	height: 2266px;
}

.box_2 {
	height: 84px;
	background-color: rgba(255, 255, 255, 1);
	width: 1920px;
}

.box_3 {
	width: 1279px;
	height: 70px;
	margin: 7px 0 0 320px;
}

.box_4 {
	width: 453px;
	height: 70px;
	background: url(../images/sketchpng4f1235cc8f8efe345e080ae06b0701f34d1de006b8e4529f52533cc3e3962943.png) 0px 0px no-repeat;
	background-size: 454px 70px;
}

.box_5 {
	width: 436px;
	height: 40px;
	margin: 23px 0 0 73px;
}

.text-wrapper_1 {
	width: 436px;
	height: 25px;
	overflow-wrap: break-word;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
}

.text_1 {
	font-size: 18px;
	font-family: PingFangSC-Medium;
	color: rgba(90, 86, 86, 1);
	line-height: 25px;
}

.text_2 {
	font-size: 16px;
	font-family: PingFangSC-Semibold;
	color: rgba(88, 86, 86, 1);
	line-height: 25px;
}

.text_3 {
	font-size: 16px;
	font-family: PingFangSC-Medium;
	color: rgba(87, 85, 85, 1);
	line-height: 25px;
}

.text_4 {
	font-size: 16px;
	font-family: PingFangSC-Medium;
	color: rgba(190, 34, 32, 1);
	line-height: 25px;
}

.text_5 {
	font-size: 16px;
	font-family: PingFangSC-Medium;
	color: rgba(89, 85, 86, 1);
	line-height: 25px;
}

/* .text_6 {
  font-size: 16px;
  font-family: PingFangSC-Medium;
  color: rgba(88, 86, 86, 1);
  line-height: 25px;
} */

.text_7 {
	font-size: 16px;
	font-family: PingFangSC-Medium;
	color: rgba(191, 38, 36, 1);
	line-height: 25px;
}

.text_8 {
	font-size: 16px;
	font-family: PingFangSC-Medium;
	color: rgba(88, 86, 86, 1);
	line-height: 25px;
}

.box_6 {
	width: 66px;
	height: 3px;
	background-color: rgba(190, 34, 32, 1);
	margin: 12px 0 0 276px;
}

.box_7 {
	height: 30px;
	border-radius: 4px;
	border: 1px solid rgba(151, 151, 151, 0.2);
	width: 176px;
	margin: 20px 0 0 36px;
}

.block_1 {
	width: 156px;
	height: 17px;
	margin: 7px 0 0 11px;
}

.text_9 {
	width: 72px;
	height: 17px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(166, 163, 163, 1);
	font-size: 12px;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 17px;
	text-align: center;
}

.section_1 {
	width: 16px;
	height: 14px;
	background: url(../images/sketchpng58313eb5ad03d1b09979b5eb00bd73b4cadf6afd4be96b8b7d432081eac0b625.png) 0px 0px no-repeat;
	background-size: 17px 14px;
	margin-top: 1px;
}

.text-wrapper_2 {
	height: 30px;
	border-radius: 4px;
	background-color: rgba(191, 38, 36, 1);
	width: 90px;
	margin: 20px 0 0 15px;
}

.text_10 {
	width: 64px;
	height: 20px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	letter-spacing: 2px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 20px;
	text-align: center;
	margin: 5px 0 0 13px;
}

.image-wrapper_1 {
	position: relative;
	width: 1920px;
	height: 300px;
	overflow: hidden;
	background: url(../images/sketchpngd8cfc6405cf1d894fcf53cbf2ee85938ead76d8e58b6b46d99f62e414d2ad8ef.png) 100% no-repeat;
}

.image_1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 1918px;
	height: 300px;
}

.box_8 {
	height: 252px;
	background-color: rgba(249, 249, 249, 1);
	width: 1280px;
	position: relative;
	margin: 69px 0 0 320px;
}

.section_2 {
	width: 1231px;
	height: 200px;
	margin-top: 25px;
}

.image-wrapper_2 {
	position: relative;
	width: 300px;
	height: 200px;
	overflow: hidden;
	background: url(../images/sketchpng84cea9d719cc5d92e6df20c91ab5468d952140cd5b007d44ceec222b1b17eacc.png) 100% no-repeat;
}

.image_2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 200px;
}

.box_9 {
	width: 901px;
	height: 188px;
	margin-top: 6px;
}

.text_11 {
	width: 560px;
	height: 28px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 0, 1);
	font-size: 20px;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 28px;
	text-align: left;
}

.text_12 {
	width: 901px;
	height: 52px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 16px;
	font-family: PingFang-SC-Medium;
	line-height: 26px;
	text-align: left;
	margin-top: 15px;
}

.text_13 {
	width: 717px;
	height: 28px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 16px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 28px;
	text-align: left;
	margin-top: 15px;
}

.group_1 {
	width: 16px;
	height: 16px;
	background: url(../images/sketchpng69cb3bf0ff78e209d7c79f82c964a652f6f27ac96c2eb3364f85b7e7843e0a99.png) 0px 0px no-repeat;
	background-size: 17px 17px;
	margin: 34px 0 0 72px;
}

.text_14 {
	position: absolute;
	left: 330px;
	top: 199px;
	width: 75px;
	height: 22px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 16px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 22px;
	text-align: left;
}

.box_10 {
	height: 252px;
	background-color: rgba(249, 249, 249, 1);
	width: 1280px;
	position: relative;
	margin: 20px 0 0 320px;
}

.group_2 {
	width: 1231px;
	height: 200px;
	margin-top: 25px;
}

.image-wrapper_3 {
	position: relative;
	width: 300px;
	height: 200px;
	overflow: hidden;
	background: url(../images/sketchpng84cea9d719cc5d92e6df20c91ab5468d952140cd5b007d44ceec222b1b17eacc.png) 100% no-repeat;
}

.image_3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 200px;
}

.box_11 {
	width: 901px;
	height: 188px;
	margin-top: 6px;
}

.text_15 {
	width: 540px;
	height: 28px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 0, 1);
	font-size: 20px;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 28px;
	text-align: left;
}

.text_16 {
	width: 901px;
	height: 52px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 16px;
	font-family: PingFang-SC-Medium;
	line-height: 26px;
	text-align: left;
	margin-top: 15px;
}

.text_17 {
	width: 717px;
	height: 28px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 16px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 28px;
	text-align: left;
	margin-top: 15px;
}

.box_12 {
	width: 16px;
	height: 16px;
	background: url(../images/sketchpng69cb3bf0ff78e209d7c79f82c964a652f6f27ac96c2eb3364f85b7e7843e0a99.png) 0px 0px no-repeat;
	background-size: 17px 17px;
	margin: 34px 0 0 72px;
}

.text_18 {
	position: absolute;
	left: 330px;
	top: 199px;
	width: 75px;
	height: 22px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 16px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 22px;
	text-align: left;
}

.box_13 {
	height: 252px;
	background-color: rgba(249, 249, 249, 1);
	width: 1280px;
	position: relative;
	margin: 20px 0 0 320px;
}

.block_2 {
	width: 1231px;
	height: 200px;
	margin-top: 25px;
}

.image-wrapper_4 {
	position: relative;
	width: 300px;
	height: 200px;
	overflow: hidden;
	background: url(../images/sketchpng84cea9d719cc5d92e6df20c91ab5468d952140cd5b007d44ceec222b1b17eacc.png) 100% no-repeat;
}

.image_4 {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 200px;
}

.group_3 {
	width: 901px;
	height: 188px;
	margin-top: 6px;
}

.text_19 {
	width: 520px;
	height: 28px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 0, 1);
	font-size: 20px;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 28px;
	text-align: left;
}

.text_20 {
	width: 901px;
	height: 52px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 16px;
	font-family: PingFang-SC-Medium;
	line-height: 26px;
	text-align: left;
	margin-top: 15px;
}

.text_21 {
	width: 717px;
	height: 28px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 16px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 28px;
	text-align: left;
	margin-top: 15px;
}

.group_4 {
	width: 16px;
	height: 16px;
	background: url(../images/sketchpng69cb3bf0ff78e209d7c79f82c964a652f6f27ac96c2eb3364f85b7e7843e0a99.png) 0px 0px no-repeat;
	background-size: 17px 17px;
	margin: 34px 0 0 72px;
}

.text_22 {
	position: absolute;
	left: 330px;
	top: 199px;
	width: 75px;
	height: 22px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 16px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 22px;
	text-align: left;
}

.box_14 {
	height: 252px;
	background-color: rgba(249, 249, 249, 1);
	width: 1280px;
	position: relative;
	margin: 20px 0 0 320px;
}

.box_15 {
	width: 1231px;
	height: 200px;
	margin-top: 25px;
}

.image-wrapper_5 {
	position: relative;
	width: 300px;
	height: 200px;
	overflow: hidden;
	background: url(../images/sketchpng84cea9d719cc5d92e6df20c91ab5468d952140cd5b007d44ceec222b1b17eacc.png) 100% no-repeat;
}

.image_5 {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 200px;
}

.block_3 {
	width: 901px;
	height: 188px;
	margin-top: 6px;
}

.text_23 {
	width: 600px;
	height: 28px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 0, 1);
	font-size: 20px;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 28px;
	text-align: left;
}

.text_24 {
	width: 901px;
	height: 52px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 16px;
	font-family: PingFang-SC-Medium;
	line-height: 26px;
	text-align: left;
	margin-top: 15px;
}

.text_25 {
	width: 717px;
	height: 28px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 16px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 28px;
	text-align: left;
	margin-top: 15px;
}

.box_16 {
	width: 16px;
	height: 16px;
	background: url(../images/sketchpng69cb3bf0ff78e209d7c79f82c964a652f6f27ac96c2eb3364f85b7e7843e0a99.png) 0px 0px no-repeat;
	background-size: 17px 17px;
	margin: 34px 0 0 72px;
}

.text_26 {
	position: absolute;
	left: 330px;
	top: 199px;
	width: 75px;
	height: 22px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 16px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 22px;
	text-align: left;
}

.box_17 {
	height: 252px;
	background-color: rgba(249, 249, 249, 1);
	width: 1280px;
	position: relative;
	margin: 20px 0 0 320px;
}

.section_3 {
	width: 1231px;
	height: 200px;
	margin-top: 25px;
}

.image-wrapper_6 {
	position: relative;
	width: 300px;
	height: 200px;
	overflow: hidden;
	background: url(../images/sketchpng84cea9d719cc5d92e6df20c91ab5468d952140cd5b007d44ceec222b1b17eacc.png) 100% no-repeat;
}

.image_6 {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 200px;
}

.group_5 {
	width: 901px;
	height: 188px;
	margin-top: 6px;
}

.text_27 {
	width: 640px;
	height: 28px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 0, 1);
	font-size: 20px;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 28px;
	text-align: left;
}

.text_28 {
	width: 901px;
	height: 52px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 16px;
	font-family: PingFang-SC-Medium;
	line-height: 26px;
	text-align: left;
	margin-top: 15px;
}

.text_29 {
	width: 717px;
	height: 28px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 16px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 28px;
	text-align: left;
	margin-top: 15px;
}

.group_6 {
	width: 16px;
	height: 16px;
	background: url(../images/sketchpng69cb3bf0ff78e209d7c79f82c964a652f6f27ac96c2eb3364f85b7e7843e0a99.png) 0px 0px no-repeat;
	background-size: 17px 17px;
	margin: 34px 0 0 72px;
}

.text_30 {
	position: absolute;
	left: 330px;
	top: 199px;
	width: 75px;
	height: 22px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 16px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 22px;
	text-align: left;
}

.box_18 {
	width: 430px;
	height: 28px;
	margin: 83px 0 0 695px;
}

.thumbnail_1 {
	width: 16px;
	height: 16px;
	margin-top: 6px;
}

.box_19 {
	width: 28px;
	height: 28px;
	background-color: rgba(191, 38, 36, 1);
	margin-left: 22px;
}

.thumbnail_2 {
	width: 16px;
	height: 16px;
	margin: 6px 0 0 266px;
}

.text_31 {
	width: 52px;
	height: 22px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 16px;
	font-family: PingFang-SC-Medium;
	white-space: nowrap;
	line-height: 22px;
	text-align: left;
	margin: 3px 0 0 30px;
}

.box_20 {
	height: 294px;
	background-color: rgba(235, 235, 236, 1);
	margin-top: 68px;
	width: 1920px;
}

.block_4 {
	width: 1920px;
	height: 224px;
	margin-top: 55px;
}

.group_7 {
	width: 1230px;
	height: 113px;
	margin-left: 329px;
}

.box_21 {
	width: 214px;
	height: 111px;
	margin-top: 2px;
}

.text_32 {
	width: 72px;
	height: 25px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 18px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 25px;
	text-align: left;
}

.box_22 {
	width: 214px;
	height: 20px;
	margin-top: 29px;
}

.block_5 {
	width: 18px;
	height: 18px;
	background: url(../images/sketchpngebf0522c759c8b0cd84bf71fc92813e57766a85890f053aa8f01b89b5d399f93.png) 0px -1px no-repeat;
	background-size: 19px 19px;
	margin-top: 1px;
}

.text_33 {
	width: 182px;
	height: 20px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 20px;
	text-align: left;
}

.box_23 {
	width: 172px;
	height: 20px;
	margin-top: 17px;
}

.group_8 {
	width: 16px;
	height: 16px;
	background: url(../images/sketchpngca79c68c7b82f1bb1b8f3e211778a968e0392e11bf81052a1abf92cc9d2b9b8e.png) 0px -1px no-repeat;
	background-size: 17px 17px;
	margin-top: 2px;
}

.text_34 {
	width: 140px;
	height: 20px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 20px;
	text-align: left;
}

.box_24 {
	width: 16px;
	height: 54px;
	margin: 57px 0 0 27px;
}

.block_6 {
	width: 16px;
	height: 16px;
	background: url(../images/sketchpng9f2e8e1e880986aa2953f2531d49c0b957648d23fee53a23d7778f47ce7ce431.png) -1px -1px no-repeat;
	background-size: 17px 17px;
}

.block_7 {
	width: 16px;
	height: 16px;
	background: url(../images/sketchpngc80463d6d49f3e93d2ff1fb8d17a23b8fe8eb1cc6d0209ccf7ea38ed46540258.png) -1px -1px no-repeat;
	background-size: 17px 17px;
	margin-top: 22px;
}

.text-wrapper_3 {
	width: 205px;
	height: 58px;
	margin: 55px 0 0 16px;
}

.text_35 {
	width: 205px;
	height: 20px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 20px;
	text-align: left;
}

.text_36 {
	width: 176px;
	height: 20px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 20px;
	text-align: left;
	margin-top: 18px;
}

.box_25 {
	width: 198px;
	height: 111px;
	margin: 2px 0 0 137px;
}

.text_37 {
	width: 198px;
	height: 25px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 18px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 25px;
	text-align: left;
}

.text-wrapper_4 {
	width: 174px;
	height: 20px;
	margin-top: 28px;
}

.text_38 {
	width: 56px;
	height: 20px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 20px;
	text-align: left;
}

.text_39 {
	width: 56px;
	height: 20px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 20px;
	text-align: left;
}

.text-wrapper_5 {
	width: 174px;
	height: 20px;
	margin-top: 18px;
}

.text_40 {
	width: 56px;
	height: 20px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 20px;
	text-align: left;
}

.text_41 {
	width: 56px;
	height: 20px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 20px;
	text-align: left;
}

.text-wrapper_6 {
	width: 56px;
	height: 58px;
	margin: 55px 0 0 38px;
}

.text_42 {
	width: 56px;
	height: 20px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 20px;
	text-align: left;
}

.text_43 {
	width: 56px;
	height: 20px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 20px;
	text-align: left;
	margin-top: 18px;
}

.box_26 {
	width: 100px;
	height: 100px;
	background: url(../images/sketchpngf32c7b668ef513ef4453467088bc0e23df889bbea7d69b9fa6d1bd7edb415e06.png) 0px 0px no-repeat;
	background-size: 101px 101px;
	margin-left: 223px;
}

.text_44 {
	width: 98px;
	height: 20px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 14px;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 20px;
	text-align: left;
	margin-left: 1459px;
}

.group_9 {
	width: 1920px;
	height: 1px;
	background-color: rgba(206, 206, 206, 1);
	margin-top: 26px;
}

.group_10 {
	width: 233px;
	height: 20px;
	margin: 15px 0 0 828px;
}

.block_8 {
	width: 20px;
	height: 20px;
	background: url(../images/sketchpngcf733e6a7bc70308f35f275810f60910ae00437f06bc451fafa770da14863be5.png) 1px 0px no-repeat;
	background-size: 18px 21px;
}

.text_45 {
	width: 202px;
	height: 16px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(125, 125, 125, 1);
	font-size: 14px;
	font-family: HarmonyOS_Sans_SC_Medium;
	white-space: nowrap;
	line-height: 16px;
	text-align: left;
	margin-top: 2px;
}

.text_46 {
	width: 723px;
	height: 16px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(125, 125, 125, 1);
	font-size: 14px;
	font-family: HarmonyOS_Sans_SC_Medium;
	white-space: nowrap;
	line-height: 16px;
	text-align: left;
	margin: 13px 0 0 599px;
}

.text-wrapper_7 {
	position: absolute;
	left: 743px;
	top: 1879px;
	width: 298px;
	height: 22px;
	overflow-wrap: break-word;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
}

.text_47 {
	font-size: 16px;
	font-family: PingFang-SC-Medium;
	color: rgba(255, 255, 255, 1);
	line-height: 22px;
}

.text_48 {
	font-size: 16px;
	font-family: PingFang-SC-Medium;
	color: rgba(39, 39, 39, 1);
	line-height: 22px;
}

/* //// */
html {
	font-size: 37.5px;
}


.box_1 {
	width: 51.2rem;
	height: 60.427rem;
}

.box_2 {
	height: 2.24rem;
	background-color: rgba(255, 255, 255, 1);
	width: 51.2rem;
}

.box_3 {
	width: 34.107rem;
	height: 1.867rem;
	margin: 0.187rem 0 0 8.534rem;
}

.box_4 {
	width: 12.08rem;
	height: 1.867rem;
	background: url(../images/sketchpng4f1235cc8f8efe345e080ae06b0701f34d1de006b8e4529f52533cc3e3962943.png) 0rem 0rem no-repeat;
	background-size: 12.107rem 1.867rem;
}

.box_5 {
	width: 11.627rem;
	height: 1.067rem;
	margin: 0.614rem 0 0 1.947rem;
}

.text-wrapper_1 {
	width: 11.627rem;
	height: 0.667rem;
	overflow-wrap: break-word;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
}

.text_1 {
	font-size: 0.48rem;
	font-family: PingFangSC-Medium;
	color: rgba(90, 86, 86, 1);
	line-height: 0.667rem;
}

.text_2 {
	font-size: 0.426rem;
	font-family: PingFangSC-Semibold;
	color: rgba(88, 86, 86, 1);
	line-height: 0.667rem;
}

.text_3 {
	font-size: 0.426rem;
	font-family: PingFangSC-Medium;
	color: rgba(87, 85, 85, 1);
	line-height: 0.667rem;
}

.text_4 {
	font-size: 0.426rem;
	font-family: PingFangSC-Medium;
	color: rgba(190, 34, 32, 1);
	line-height: 0.667rem;
}

.text_5 {
	font-size: 0.426rem;
	font-family: PingFangSC-Medium;
	color: rgba(89, 85, 86, 1);
	line-height: 0.667rem;
}

/* .text_6 {
  font-size: 0.426rem;
  font-family: PingFangSC-Medium;
  color: rgba(88, 86, 86, 1);
  line-height: 0.667rem;
} */

.text_7 {
	font-size: 0.426rem;
	font-family: PingFangSC-Medium;
	color: rgba(191, 38, 36, 1);
	line-height: 0.667rem;
}

.text_8 {
	font-size: 0.426rem;
	font-family: PingFangSC-Medium;
	color: rgba(88, 86, 86, 1);
	line-height: 0.667rem;
}

.box_6 {
	width: 1.76rem;
	height: 0.08rem;
	background-color: rgba(190, 34, 32, 1);
	margin: 0.32rem 0 0 6.8rem;
}

.box_7 {
	height: 0.8rem;
	border-radius: 4px;
	border: 1px solid rgba(151, 151, 151, 0.2);
	width: 4.694rem;
	margin: 0.534rem 0 0 0.96rem;
}

.block_1 {
	width: 4.16rem;
	height: 0.454rem;
	margin: 0.187rem 0 0 0.294rem;
}

.text_9 {
	width: 1.92rem;
	height: 0.454rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(166, 163, 163, 1);
	font-size: 0.32rem;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 0.454rem;
	text-align: center;
}

.section_1 {
	width: 0.427rem;
	height: 0.374rem;
	background: url(../images/sketchpng58313eb5ad03d1b09979b5eb00bd73b4cadf6afd4be96b8b7d432081eac0b625.png) 0rem 0rem no-repeat;
	background-size: 0.454rem 0.374rem;
	margin-top: 0.027rem;
}

.text-wrapper_2 {
	height: 0.8rem;
	border-radius: 4px;
	background-color: rgba(191, 38, 36, 1);
	width: 2.4rem;
	margin: 0.534rem 0 0 0.4rem;
}

.text_10 {
	width: 1.707rem;
	height: 0.534rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 0.373rem;
	letter-spacing: 2px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 0.534rem;
	text-align: center;
	margin: 0.134rem 0 0 0.347rem;
}

.image-wrapper_1 {
	position: relative;
	width: 51.2rem;
	height: 8rem;
	overflow: hidden;
	background: url(../images/sketchpngd8cfc6405cf1d894fcf53cbf2ee85938ead76d8e58b6b46d99f62e414d2ad8ef.png) 100% no-repeat;
}

.image_1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 51.147rem;
	height: 8rem;
}

.box_8 {
	height: 6.72rem;
	background-color: rgba(249, 249, 249, 1);
	width: 34.134rem;
	position: relative;
	margin: 1.84rem 0 0 8.534rem;
}

.section_2 {
	width: 32.827rem;
	height: 5.334rem;
	margin-top: 0.667rem;
}

.image-wrapper_2 {
	position: relative;
	width: 8rem;
	height: 5.334rem;
	overflow: hidden;
	background: url(../images/sketchpng84cea9d719cc5d92e6df20c91ab5468d952140cd5b007d44ceec222b1b17eacc.png) 100% no-repeat;
}

.image_2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 8rem;
	height: 5.334rem;
}

.box_9 {
	width: 24.027rem;
	height: 5.014rem;
	margin-top: 0.16rem;
}

.text_11 {
	width: 14.934rem;
	height: 0.747rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 0, 1);
	font-size: 0.533rem;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 0.747rem;
	text-align: left;
}

.text_12 {
	width: 24.027rem;
	height: 1.387rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.426rem;
	font-family: PingFang-SC-Medium;
	line-height: 0.694rem;
	text-align: left;
	margin-top: 0.4rem;
}

.text_13 {
	width: 19.12rem;
	height: 0.747rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 0.426rem;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 0.747rem;
	text-align: left;
	margin-top: 0.4rem;
}

.group_1 {
	width: 0.427rem;
	height: 0.427rem;
	background: url(../images/sketchpng69cb3bf0ff78e209d7c79f82c964a652f6f27ac96c2eb3364f85b7e7843e0a99.png) 0rem 0rem no-repeat;
	background-size: 0.454rem 0.454rem;
	margin: 0.907rem 0 0 1.92rem;
}

.text_14 {
	position: absolute;
	left: 8.8rem;
	top: 5.307rem;
	width: 2rem;
	height: 0.587rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 0.426rem;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 0.587rem;
	text-align: left;
}

.box_10 {
	height: 6.72rem;
	background-color: rgba(249, 249, 249, 1);
	width: 34.134rem;
	position: relative;
	margin: 0.534rem 0 0 8.534rem;
}

.group_2 {
	width: 32.827rem;
	height: 5.334rem;
	margin-top: 0.667rem;
}

.image-wrapper_3 {
	position: relative;
	width: 8rem;
	height: 5.334rem;
	overflow: hidden;
	background: url(../images/sketchpng84cea9d719cc5d92e6df20c91ab5468d952140cd5b007d44ceec222b1b17eacc.png) 100% no-repeat;
}

.image_3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 8rem;
	height: 5.334rem;
}

.box_11 {
	width: 24.027rem;
	height: 5.014rem;
	margin-top: 0.16rem;
}

.text_15 {
	width: 14.4rem;
	height: 0.747rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 0, 1);
	font-size: 0.533rem;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 0.747rem;
	text-align: left;
}

.text_16 {
	width: 24.027rem;
	height: 1.387rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.426rem;
	font-family: PingFang-SC-Medium;
	line-height: 0.694rem;
	text-align: left;
	margin-top: 0.4rem;
}

.text_17 {
	width: 19.12rem;
	height: 0.747rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 0.426rem;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 0.747rem;
	text-align: left;
	margin-top: 0.4rem;
}

.box_12 {
	width: 0.427rem;
	height: 0.427rem;
	background: url(../images/sketchpng69cb3bf0ff78e209d7c79f82c964a652f6f27ac96c2eb3364f85b7e7843e0a99.png) 0rem 0rem no-repeat;
	background-size: 0.454rem 0.454rem;
	margin: 0.907rem 0 0 1.92rem;
}

.text_18 {
	position: absolute;
	left: 8.8rem;
	top: 5.307rem;
	width: 2rem;
	height: 0.587rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 0.426rem;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 0.587rem;
	text-align: left;
}

.box_13 {
	height: 6.72rem;
	background-color: rgba(249, 249, 249, 1);
	width: 34.134rem;
	position: relative;
	margin: 0.534rem 0 0 8.534rem;
}

.block_2 {
	width: 32.827rem;
	height: 5.334rem;
	margin-top: 0.667rem;
}

.image-wrapper_4 {
	position: relative;
	width: 8rem;
	height: 5.334rem;
	overflow: hidden;
	background: url(../images/sketchpng84cea9d719cc5d92e6df20c91ab5468d952140cd5b007d44ceec222b1b17eacc.png) 100% no-repeat;
}

.image_4 {
	position: absolute;
	left: 0;
	top: 0;
	width: 8rem;
	height: 5.334rem;
}

.group_3 {
	width: 24.027rem;
	height: 5.014rem;
	margin-top: 0.16rem;
}

.text_19 {
	width: 13.867rem;
	height: 0.747rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 0, 1);
	font-size: 0.533rem;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 0.747rem;
	text-align: left;
}

.text_20 {
	width: 24.027rem;
	height: 1.387rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.426rem;
	font-family: PingFang-SC-Medium;
	line-height: 0.694rem;
	text-align: left;
	margin-top: 0.4rem;
}

.text_21 {
	width: 19.12rem;
	height: 0.747rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 0.426rem;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 0.747rem;
	text-align: left;
	margin-top: 0.4rem;
}

.group_4 {
	width: 0.427rem;
	height: 0.427rem;
	background: url(../images/sketchpng69cb3bf0ff78e209d7c79f82c964a652f6f27ac96c2eb3364f85b7e7843e0a99.png) 0rem 0rem no-repeat;
	background-size: 0.454rem 0.454rem;
	margin: 0.907rem 0 0 1.92rem;
}

.text_22 {
	position: absolute;
	left: 8.8rem;
	top: 5.307rem;
	width: 2rem;
	height: 0.587rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 0.426rem;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 0.587rem;
	text-align: left;
}

.box_14 {
	height: 6.72rem;
	background-color: rgba(249, 249, 249, 1);
	width: 34.134rem;
	position: relative;
	margin: 0.534rem 0 0 8.534rem;
}

.box_15 {
	width: 32.827rem;
	height: 5.334rem;
	margin-top: 0.667rem;
}

.image-wrapper_5 {
	position: relative;
	width: 8rem;
	height: 5.334rem;
	overflow: hidden;
	background: url(../images/sketchpng84cea9d719cc5d92e6df20c91ab5468d952140cd5b007d44ceec222b1b17eacc.png) 100% no-repeat;
}

.image_5 {
	position: absolute;
	left: 0;
	top: 0;
	width: 8rem;
	height: 5.334rem;
}

.block_3 {
	width: 24.027rem;
	height: 5.014rem;
	margin-top: 0.16rem;
}

.text_23 {
	width: 16rem;
	height: 0.747rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 0, 1);
	font-size: 0.533rem;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 0.747rem;
	text-align: left;
}

.text_24 {
	width: 24.027rem;
	height: 1.387rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.426rem;
	font-family: PingFang-SC-Medium;
	line-height: 0.694rem;
	text-align: left;
	margin-top: 0.4rem;
}

.text_25 {
	width: 19.12rem;
	height: 0.747rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 0.426rem;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 0.747rem;
	text-align: left;
	margin-top: 0.4rem;
}

.box_16 {
	width: 0.427rem;
	height: 0.427rem;
	background: url(../images/sketchpng69cb3bf0ff78e209d7c79f82c964a652f6f27ac96c2eb3364f85b7e7843e0a99.png) 0rem 0rem no-repeat;
	background-size: 0.454rem 0.454rem;
	margin: 0.907rem 0 0 1.92rem;
}

.text_26 {
	position: absolute;
	left: 8.8rem;
	top: 5.307rem;
	width: 2rem;
	height: 0.587rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 0.426rem;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 0.587rem;
	text-align: left;
}

.box_17 {
	height: 6.72rem;
	background-color: rgba(249, 249, 249, 1);
	width: 34.134rem;
	position: relative;
	margin: 0.534rem 0 0 8.534rem;
}

.section_3 {
	width: 32.827rem;
	height: 5.334rem;
	margin-top: 0.667rem;
}

.image-wrapper_6 {
	position: relative;
	width: 8rem;
	height: 5.334rem;
	overflow: hidden;
	background: url(../images/sketchpng84cea9d719cc5d92e6df20c91ab5468d952140cd5b007d44ceec222b1b17eacc.png) 100% no-repeat;
}

.image_6 {
	position: absolute;
	left: 0;
	top: 0;
	width: 8rem;
	height: 5.334rem;
}

.group_5 {
	width: 24.027rem;
	height: 5.014rem;
	margin-top: 0.16rem;
}

.text_27 {
	width: 17.067rem;
	height: 0.747rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 0, 1);
	font-size: 0.533rem;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 0.747rem;
	text-align: left;
}

.text_28 {
	width: 24.027rem;
	height: 1.387rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.426rem;
	font-family: PingFang-SC-Medium;
	line-height: 0.694rem;
	text-align: left;
	margin-top: 0.4rem;
}

.text_29 {
	width: 19.12rem;
	height: 0.747rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 0.426rem;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 0.747rem;
	text-align: left;
	margin-top: 0.4rem;
}

.group_6 {
	width: 0.427rem;
	height: 0.427rem;
	background: url(../images/sketchpng69cb3bf0ff78e209d7c79f82c964a652f6f27ac96c2eb3364f85b7e7843e0a99.png) 0rem 0rem no-repeat;
	background-size: 0.454rem 0.454rem;
	margin: 0.907rem 0 0 1.92rem;
}

.text_30 {
	position: absolute;
	left: 8.8rem;
	top: 5.307rem;
	width: 2rem;
	height: 0.587rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 0.426rem;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 0.587rem;
	text-align: left;
}

.box_18 {
	width: 11.467rem;
	height: 0.747rem;
	margin: 2.214rem 0 0 18.534rem;
}

.thumbnail_1 {
	width: 0.427rem;
	height: 0.427rem;
	margin-top: 0.16rem;
}

.box_19 {
	width: 0.747rem;
	height: 0.747rem;
	background-color: rgba(191, 38, 36, 1);
	margin-left: 0.587rem;
}

.thumbnail_2 {
	width: 0.427rem;
	height: 0.427rem;
	margin: 0.16rem 0 0 7.094rem;
}

.text_31 {
	width: 1.387rem;
	height: 0.587rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.426rem;
	font-family: PingFang-SC-Medium;
	white-space: nowrap;
	line-height: 0.587rem;
	text-align: left;
	margin: 0.08rem 0 0 0.8rem;
}

.box_20 {
	height: 7.84rem;
	background-color: rgba(235, 235, 236, 1);
	margin-top: 1.814rem;
	width: 51.2rem;
}

.block_4 {
	width: 51.2rem;
	height: 5.974rem;
	margin-top: 1.467rem;
}

.group_7 {
	width: 32.8rem;
	height: 3.014rem;
	margin-left: 8.774rem;
}

.box_21 {
	width: 5.707rem;
	height: 2.96rem;
	margin-top: 0.054rem;
}

.text_32 {
	width: 1.92rem;
	height: 0.667rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.48rem;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 0.667rem;
	text-align: left;
}

.box_22 {
	width: 5.707rem;
	height: 0.534rem;
	margin-top: 0.774rem;
}

.block_5 {
	width: 0.48rem;
	height: 0.48rem;
	background: url(../images/sketchpngebf0522c759c8b0cd84bf71fc92813e57766a85890f053aa8f01b89b5d399f93.png) 0rem -0.027rem no-repeat;
	background-size: 0.507rem 0.507rem;
	margin-top: 0.027rem;
}

.text_33 {
	width: 4.854rem;
	height: 0.534rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.373rem;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 0.534rem;
	text-align: left;
}

.box_23 {
	width: 4.587rem;
	height: 0.534rem;
	margin-top: 0.454rem;
}

.group_8 {
	width: 0.427rem;
	height: 0.427rem;
	background: url(../images/sketchpngca79c68c7b82f1bb1b8f3e211778a968e0392e11bf81052a1abf92cc9d2b9b8e.png) 0rem -0.027rem no-repeat;
	background-size: 0.454rem 0.454rem;
	margin-top: 0.054rem;
}

.text_34 {
	width: 3.734rem;
	height: 0.534rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.373rem;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 0.534rem;
	text-align: left;
}

.box_24 {
	width: 0.427rem;
	height: 1.44rem;
	margin: 1.52rem 0 0 0.72rem;
}

.block_6 {
	width: 0.427rem;
	height: 0.427rem;
	background: url(../images/sketchpng9f2e8e1e880986aa2953f2531d49c0b957648d23fee53a23d7778f47ce7ce431.png) -0.027rem -0.027rem no-repeat;
	background-size: 0.454rem 0.454rem;
}

.block_7 {
	width: 0.427rem;
	height: 0.427rem;
	background: url(../images/sketchpngc80463d6d49f3e93d2ff1fb8d17a23b8fe8eb1cc6d0209ccf7ea38ed46540258.png) -0.027rem -0.027rem no-repeat;
	background-size: 0.454rem 0.454rem;
	margin-top: 0.587rem;
}

.text-wrapper_3 {
	width: 5.467rem;
	height: 1.547rem;
	margin: 1.467rem 0 0 0.427rem;
}

.text_35 {
	width: 5.467rem;
	height: 0.534rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.373rem;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 0.534rem;
	text-align: left;
}

.text_36 {
	width: 4.694rem;
	height: 0.534rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.373rem;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 0.534rem;
	text-align: left;
	margin-top: 0.48rem;
}

.box_25 {
	width: 5.28rem;
	height: 2.96rem;
	margin: 0.054rem 0 0 3.654rem;
}

.text_37 {
	width: 5.28rem;
	height: 0.667rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.48rem;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 0.667rem;
	text-align: left;
}

.text-wrapper_4 {
	width: 4.64rem;
	height: 0.534rem;
	margin-top: 0.747rem;
}

.text_38 {
	width: 1.494rem;
	height: 0.534rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.373rem;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 0.534rem;
	text-align: left;
}

.text_39 {
	width: 1.494rem;
	height: 0.534rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.373rem;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 0.534rem;
	text-align: left;
}

.text-wrapper_5 {
	width: 4.64rem;
	height: 0.534rem;
	margin-top: 0.48rem;
}

.text_40 {
	width: 1.494rem;
	height: 0.534rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.373rem;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 0.534rem;
	text-align: left;
}

.text_41 {
	width: 1.494rem;
	height: 0.534rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.373rem;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 0.534rem;
	text-align: left;
}

.text-wrapper_6 {
	width: 1.494rem;
	height: 1.547rem;
	margin: 1.467rem 0 0 1.014rem;
}

.text_42 {
	width: 1.494rem;
	height: 0.534rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.373rem;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 0.534rem;
	text-align: left;
}

.text_43 {
	width: 1.494rem;
	height: 0.534rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.373rem;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 0.534rem;
	text-align: left;
	margin-top: 0.48rem;
}

.box_26 {
	width: 2.667rem;
	height: 2.667rem;
	background: url(../images/sketchpngf32c7b668ef513ef4453467088bc0e23df889bbea7d69b9fa6d1bd7edb415e06.png) 0rem 0rem no-repeat;
	background-size: 2.694rem 2.694rem;
	margin-left: 5.947rem;
}

.text_44 {
	width: 2.614rem;
	height: 0.534rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.373rem;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 0.534rem;
	text-align: left;
	margin-left: 38.907rem;
}

.group_9 {
	width: 51.2rem;
	height: 0.027rem;
	background-color: rgba(206, 206, 206, 1);
	margin-top: 0.694rem;
}

.group_10 {
	width: 6.214rem;
	height: 0.534rem;
	margin: 0.4rem 0 0 22.08rem;
}

.block_8 {
	width: 0.534rem;
	height: 0.534rem;
	background: url(../images/sketchpngcf733e6a7bc70308f35f275810f60910ae00437f06bc451fafa770da14863be5.png) 0.027rem 0rem no-repeat;
	background-size: 0.48rem 0.56rem;
}

.text_45 {
	width: 5.387rem;
	height: 0.427rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(125, 125, 125, 1);
	font-size: 0.373rem;
	font-family: HarmonyOS_Sans_SC_Medium;
	white-space: nowrap;
	line-height: 0.427rem;
	text-align: left;
	margin-top: 0.054rem;
}

.text_46 {
	width: 19.28rem;
	height: 0.427rem;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(125, 125, 125, 1);
	font-size: 0.373rem;
	font-family: HarmonyOS_Sans_SC_Medium;
	white-space: nowrap;
	line-height: 0.427rem;
	text-align: left;
	margin: 0.347rem 0 0 15.974rem;
}

.text-wrapper_7 {
	position: absolute;
	left: 19.814rem;
	top: 50.107rem;
	width: 7.947rem;
	height: 0.587rem;
	overflow-wrap: break-word;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
}

.text_47 {
	font-size: 0.426rem;
	font-family: PingFang-SC-Medium;
	color: rgba(255, 255, 255, 1);
	line-height: 0.587rem;
}

.text_48 {
	font-size: 0.426rem;
	font-family: PingFang-SC-Medium;
	color: rgba(39, 39, 39, 1);
	line-height: 0.587rem;
}

/* //// */

.box_1 {
	width: 100vw;
	height: 118.03vw;
}

.box_2 {
	height: 4.38vw;
	background-color: rgba(255, 255, 255, 1);
	width: 100vw;
}

.box_3 {
	width: 66.62vw;
	height: 3.65vw;
	margin: 0.36vw 0 0 16.66vw;
}

.box_4 {
	width: 23.6vw;
	height: 3.65vw;
	background: url(../images/sketchpng4f1235cc8f8efe345e080ae06b0701f34d1de006b8e4529f52533cc3e3962943.png) 0vw 0vw no-repeat;
	background-size: 23.64vw 3.64vw;
}

.box_5 {
	width: 22.71vw;
	height: 2.09vw;
	margin: 1.19vw 0 0 3.8vw;
}

.text-wrapper_1 {
	width: 22.71vw;
	height: 1.31vw;
	overflow-wrap: break-word;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
}

.text_1 {
	font-size: 0.93vw;
	font-family: PingFangSC-Medium;
	color: rgba(90, 86, 86, 1);
	line-height: 1.31vw;
}

.text_2 {
	font-size: 0.83vw;
	font-family: PingFangSC-Semibold;
	color: rgba(88, 86, 86, 1);
	line-height: 1.31vw;
}

.text_3 {
	font-size: 0.83vw;
	font-family: PingFangSC-Medium;
	color: rgba(87, 85, 85, 1);
	line-height: 1.31vw;
}

.text_4 {
	font-size: 0.83vw;
	font-family: PingFangSC-Medium;
	color: rgba(190, 34, 32, 1);
	line-height: 1.31vw;
}

.text_5 {
	font-size: 0.83vw;
	font-family: PingFangSC-Medium;
	color: rgba(89, 85, 86, 1);
	line-height: 1.31vw;
}

/* .text_6 {
  font-size: 0.83vw;
  font-family: PingFangSC-Medium;
  color: rgba(88, 86, 86, 1);
  line-height: 1.31vw;
} */

.text_7 {
	font-size: 0.83vw;
	font-family: PingFangSC-Medium;
	color: rgba(191, 38, 36, 1);
	line-height: 1.31vw;
}

.text_8 {
	font-size: 0.83vw;
	font-family: PingFangSC-Medium;
	color: rgba(88, 86, 86, 1);
	line-height: 1.31vw;
}

.box_6 {
	width: 3.44vw;
	height: 0.16vw;
	background-color: rgba(190, 34, 32, 1);
	margin: 0.62vw 0 0 14.37vw;
}

.box_7 {
	height: 1.57vw;
	border-radius: 4px;
	border: 1px solid rgba(151, 151, 151, 0.2);
	width: 9.17vw;
	margin: 1.04vw 0 0 1.87vw;
}

.block_1 {
	width: 8.13vw;
	height: 0.89vw;
	margin: 0.36vw 0 0 0.57vw;
}

.text_9 {
	width: 3.75vw;
	height: 0.89vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(166, 163, 163, 1);
	font-size: 0.62vw;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 0.89vw;
	text-align: center;
}

.section_1 {
	width: 0.84vw;
	height: 0.73vw;
	background: url(../images/sketchpng58313eb5ad03d1b09979b5eb00bd73b4cadf6afd4be96b8b7d432081eac0b625.png) 0vw 0vw no-repeat;
	background-size: 0.88vw 0.72vw;
	margin-top: 0.06vw;
}

.text-wrapper_2 {
	height: 1.57vw;
	border-radius: 4px;
	background-color: rgba(191, 38, 36, 1);
	width: 4.69vw;
	margin: 1.04vw 0 0 0.78vw;
}

.text_10 {
	width: 3.34vw;
	height: 1.05vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 0.72vw;
	letter-spacing: 2px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 1.05vw;
	text-align: center;
	margin: 0.26vw 0 0 0.67vw;
}

.image-wrapper_1 {
	position: relative;
	width: 100vw;
	height: 15.63vw;
	overflow: hidden;
	background: url(../images/sketchpngd8cfc6405cf1d894fcf53cbf2ee85938ead76d8e58b6b46d99f62e414d2ad8ef.png) 100% no-repeat;
}

.image_1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 99.9vw;
	height: 15.63vw;
}

.box_8 {
	height: 13.13vw;
	background-color: rgba(249, 249, 249, 1);
	width: 66.67vw;
	position: relative;
	margin: 3.59vw 0 0 16.66vw;
}

.section_2 {
	width: 64.12vw;
	height: 10.42vw;
	margin-top: 1.31vw;
}

.image-wrapper_2 {
	position: relative;
	width: 15.63vw;
	height: 10.42vw;
	overflow: hidden;
	background: url(../images/sketchpng84cea9d719cc5d92e6df20c91ab5468d952140cd5b007d44ceec222b1b17eacc.png) 100% no-repeat;
}

.image_2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 15.63vw;
	height: 10.42vw;
}

.box_9 {
	width: 46.93vw;
	height: 9.8vw;
	margin-top: 0.32vw;
}

.text_11 {
	width: 29.17vw;
	height: 1.46vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 0, 1);
	font-size: 1.04vw;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 1.46vw;
	text-align: left;
}

.text_12 {
	width: 46.93vw;
	height: 2.71vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.83vw;
	font-family: PingFang-SC-Medium;
	line-height: 1.36vw;
	text-align: left;
	margin-top: 0.79vw;
}

.text_13 {
	width: 37.35vw;
	height: 1.46vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 0.83vw;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 1.46vw;
	text-align: left;
	margin-top: 0.79vw;
}

.group_1 {
	width: 0.84vw;
	height: 0.84vw;
	background: url(../images/sketchpng69cb3bf0ff78e209d7c79f82c964a652f6f27ac96c2eb3364f85b7e7843e0a99.png) 0vw 0vw no-repeat;
	background-size: 0.88vw 0.88vw;
	margin: 1.77vw 0 0 3.75vw;
}

.text_14 {
	position: absolute;
	left: 17.19vw;
	top: 10.37vw;
	width: 3.91vw;
	height: 1.15vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 0.83vw;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 1.15vw;
	text-align: left;
}

.box_10 {
	height: 13.13vw;
	background-color: rgba(249, 249, 249, 1);
	width: 66.67vw;
	position: relative;
	margin: 1.04vw 0 0 16.66vw;
}

.group_2 {
	width: 64.12vw;
	height: 10.42vw;
	margin-top: 1.31vw;
}

.image-wrapper_3 {
	position: relative;
	width: 15.63vw;
	height: 10.42vw;
	overflow: hidden;
	background: url(../images/sketchpng84cea9d719cc5d92e6df20c91ab5468d952140cd5b007d44ceec222b1b17eacc.png) 100% no-repeat;
}

.image_3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 15.63vw;
	height: 10.42vw;
}

.box_11 {
	width: 46.93vw;
	height: 9.8vw;
	margin-top: 0.32vw;
}

.text_15 {
	width: 28.13vw;
	height: 1.46vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 0, 1);
	font-size: 1.04vw;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 1.46vw;
	text-align: left;
}

.text_16 {
	width: 46.93vw;
	height: 2.71vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.83vw;
	font-family: PingFang-SC-Medium;
	line-height: 1.36vw;
	text-align: left;
	margin-top: 0.79vw;
}

.text_17 {
	width: 37.35vw;
	height: 1.46vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 0.83vw;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 1.46vw;
	text-align: left;
	margin-top: 0.79vw;
}

.box_12 {
	width: 0.84vw;
	height: 0.84vw;
	background: url(../images/sketchpng69cb3bf0ff78e209d7c79f82c964a652f6f27ac96c2eb3364f85b7e7843e0a99.png) 0vw 0vw no-repeat;
	background-size: 0.88vw 0.88vw;
	margin: 1.77vw 0 0 3.75vw;
}

.text_18 {
	position: absolute;
	left: 17.19vw;
	top: 10.37vw;
	width: 3.91vw;
	height: 1.15vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 0.83vw;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 1.15vw;
	text-align: left;
}

.box_13 {
	height: 13.13vw;
	background-color: rgba(249, 249, 249, 1);
	width: 66.67vw;
	position: relative;
	margin: 1.04vw 0 0 16.66vw;
}

.block_2 {
	width: 64.12vw;
	height: 10.42vw;
	margin-top: 1.31vw;
}

.image-wrapper_4 {
	position: relative;
	width: 15.63vw;
	height: 10.42vw;
	overflow: hidden;
	background: url(../images/sketchpng84cea9d719cc5d92e6df20c91ab5468d952140cd5b007d44ceec222b1b17eacc.png) 100% no-repeat;
}

.image_4 {
	position: absolute;
	left: 0;
	top: 0;
	width: 15.63vw;
	height: 10.42vw;
}

.group_3 {
	width: 46.93vw;
	height: 9.8vw;
	margin-top: 0.32vw;
}

.text_19 {
	width: 27.09vw;
	height: 1.46vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 0, 1);
	font-size: 1.04vw;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 1.46vw;
	text-align: left;
}

.text_20 {
	width: 46.93vw;
	height: 2.71vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.83vw;
	font-family: PingFang-SC-Medium;
	line-height: 1.36vw;
	text-align: left;
	margin-top: 0.79vw;
}

.text_21 {
	width: 37.35vw;
	height: 1.46vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 0.83vw;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 1.46vw;
	text-align: left;
	margin-top: 0.79vw;
}

.group_4 {
	width: 0.84vw;
	height: 0.84vw;
	background: url(../images/sketchpng69cb3bf0ff78e209d7c79f82c964a652f6f27ac96c2eb3364f85b7e7843e0a99.png) 0vw 0vw no-repeat;
	background-size: 0.88vw 0.88vw;
	margin: 1.77vw 0 0 3.75vw;
}

.text_22 {
	position: absolute;
	left: 17.19vw;
	top: 10.37vw;
	width: 3.91vw;
	height: 1.15vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 0.83vw;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 1.15vw;
	text-align: left;
}

.box_14 {
	height: 13.13vw;
	background-color: rgba(249, 249, 249, 1);
	width: 66.67vw;
	position: relative;
	margin: 1.04vw 0 0 16.66vw;
}

.box_15 {
	width: 64.12vw;
	height: 10.42vw;
	margin-top: 1.31vw;
}

.image-wrapper_5 {
	position: relative;
	width: 15.63vw;
	height: 10.42vw;
	overflow: hidden;
	background: url(../images/sketchpng84cea9d719cc5d92e6df20c91ab5468d952140cd5b007d44ceec222b1b17eacc.png) 100% no-repeat;
}

.image_5 {
	position: absolute;
	left: 0;
	top: 0;
	width: 15.63vw;
	height: 10.42vw;
}

.block_3 {
	width: 46.93vw;
	height: 9.8vw;
	margin-top: 0.32vw;
}

.text_23 {
	width: 31.25vw;
	height: 1.46vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 0, 1);
	font-size: 1.04vw;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 1.46vw;
	text-align: left;
}

.text_24 {
	width: 46.93vw;
	height: 2.71vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.83vw;
	font-family: PingFang-SC-Medium;
	line-height: 1.36vw;
	text-align: left;
	margin-top: 0.79vw;
}

.text_25 {
	width: 37.35vw;
	height: 1.46vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 0.83vw;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 1.46vw;
	text-align: left;
	margin-top: 0.79vw;
}

.box_16 {
	width: 0.84vw;
	height: 0.84vw;
	background: url(../images/sketchpng69cb3bf0ff78e209d7c79f82c964a652f6f27ac96c2eb3364f85b7e7843e0a99.png) 0vw 0vw no-repeat;
	background-size: 0.88vw 0.88vw;
	margin: 1.77vw 0 0 3.75vw;
}

.text_26 {
	position: absolute;
	left: 17.19vw;
	top: 10.37vw;
	width: 3.91vw;
	height: 1.15vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 0.83vw;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 1.15vw;
	text-align: left;
}

.box_17 {
	height: 13.13vw;
	background-color: rgba(249, 249, 249, 1);
	width: 66.67vw;
	position: relative;
	margin: 1.04vw 0 0 16.66vw;
}

.section_3 {
	width: 64.12vw;
	height: 10.42vw;
	margin-top: 1.31vw;
}

.image-wrapper_6 {
	position: relative;
	width: 15.63vw;
	height: 10.42vw;
	overflow: hidden;
	background: url(../images/sketchpng84cea9d719cc5d92e6df20c91ab5468d952140cd5b007d44ceec222b1b17eacc.png) 100% no-repeat;
}

.image_6 {
	position: absolute;
	left: 0;
	top: 0;
	width: 15.63vw;
	height: 10.42vw;
}

.group_5 {
	width: 46.93vw;
	height: 9.8vw;
	margin-top: 0.32vw;
}

.text_27 {
	width: 33.34vw;
	height: 1.46vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(51, 51, 0, 1);
	font-size: 1.04vw;
	font-family: PingFangSC-Semibold;
	white-space: nowrap;
	line-height: 1.46vw;
	text-align: left;
}

.text_28 {
	width: 46.93vw;
	height: 2.71vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.83vw;
	font-family: PingFang-SC-Medium;
	line-height: 1.36vw;
	text-align: left;
	margin-top: 0.79vw;
}

.text_29 {
	width: 37.35vw;
	height: 1.46vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 0.83vw;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 1.46vw;
	text-align: left;
	margin-top: 0.79vw;
}

.group_6 {
	width: 0.84vw;
	height: 0.84vw;
	background: url(../images/sketchpng69cb3bf0ff78e209d7c79f82c964a652f6f27ac96c2eb3364f85b7e7843e0a99.png) 0vw 0vw no-repeat;
	background-size: 0.88vw 0.88vw;
	margin: 1.77vw 0 0 3.75vw;
}

.text_30 {
	position: absolute;
	left: 17.19vw;
	top: 10.37vw;
	width: 3.91vw;
	height: 1.15vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(191, 38, 36, 1);
	font-size: 0.83vw;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 1.15vw;
	text-align: left;
}

.box_18 {
	width: 22.4vw;
	height: 1.46vw;
	margin: 4.32vw 0 0 36.19vw;
}

.thumbnail_1 {
	width: 0.84vw;
	height: 0.84vw;
	margin-top: 0.32vw;
}

.box_19 {
	width: 1.46vw;
	height: 1.46vw;
	background-color: rgba(191, 38, 36, 1);
	margin-left: 1.15vw;
}

.thumbnail_2 {
	width: 0.84vw;
	height: 0.84vw;
	margin: 0.31vw 0 0 13.85vw;
}

.text_31 {
	width: 2.71vw;
	height: 1.15vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.83vw;
	font-family: PingFang-SC-Medium;
	white-space: nowrap;
	line-height: 1.15vw;
	text-align: left;
	margin: 0.15vw 0 0 1.56vw;
}

.box_20 {
	height: 15.32vw;
	background-color: rgba(235, 235, 236, 1);
	margin-top: 3.55vw;
	width: 100vw;
}

.block_4 {
	width: 100vw;
	height: 11.67vw;
	margin-top: 2.87vw;
}

.group_7 {
	width: 64.07vw;
	height: 5.89vw;
	margin-left: 17.14vw;
}

.box_21 {
	width: 11.15vw;
	height: 5.79vw;
	margin-top: 0.11vw;
}

.text_32 {
	width: 3.75vw;
	height: 1.31vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.93vw;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 1.31vw;
	text-align: left;
}

.box_22 {
	width: 11.15vw;
	height: 1.05vw;
	margin-top: 1.52vw;
}

.block_5 {
	width: 0.94vw;
	height: 0.94vw;
	background: url(../images/sketchpngebf0522c759c8b0cd84bf71fc92813e57766a85890f053aa8f01b89b5d399f93.png) 0vw -0.06vw no-repeat;
	background-size: 0.98vw 0.98vw;
	margin-top: 0.06vw;
}

.text_33 {
	width: 9.48vw;
	height: 1.05vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.72vw;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 1.05vw;
	text-align: left;
}

.box_23 {
	width: 8.96vw;
	height: 1.05vw;
	margin-top: 0.89vw;
}

.group_8 {
	width: 0.84vw;
	height: 0.84vw;
	background: url(../images/sketchpngca79c68c7b82f1bb1b8f3e211778a968e0392e11bf81052a1abf92cc9d2b9b8e.png) 0vw -0.06vw no-repeat;
	background-size: 0.88vw 0.88vw;
	margin-top: 0.11vw;
}

.text_34 {
	width: 7.3vw;
	height: 1.05vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.72vw;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 1.05vw;
	text-align: left;
}

.box_24 {
	width: 0.84vw;
	height: 2.82vw;
	margin: 2.96vw 0 0 1.4vw;
}

.block_6 {
	width: 0.84vw;
	height: 0.84vw;
	background: url(../images/sketchpng9f2e8e1e880986aa2953f2531d49c0b957648d23fee53a23d7778f47ce7ce431.png) -0.06vw -0.06vw no-repeat;
	background-size: 0.88vw 0.88vw;
}

.block_7 {
	width: 0.84vw;
	height: 0.84vw;
	background: url(../images/sketchpngc80463d6d49f3e93d2ff1fb8d17a23b8fe8eb1cc6d0209ccf7ea38ed46540258.png) -0.06vw -0.06vw no-repeat;
	background-size: 0.88vw 0.88vw;
	margin-top: 1.15vw;
}

.text-wrapper_3 {
	width: 10.68vw;
	height: 3.03vw;
	margin: 2.86vw 0 0 0.83vw;
}

.text_35 {
	width: 10.68vw;
	height: 1.05vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.72vw;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 1.05vw;
	text-align: left;
}

.text_36 {
	width: 9.17vw;
	height: 1.05vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.72vw;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 1.05vw;
	text-align: left;
	margin-top: 0.94vw;
}

.box_25 {
	width: 10.32vw;
	height: 5.79vw;
	margin: 0.1vw 0 0 7.13vw;
}

.text_37 {
	width: 10.32vw;
	height: 1.31vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.93vw;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 1.31vw;
	text-align: left;
}

.text-wrapper_4 {
	width: 9.07vw;
	height: 1.05vw;
	margin-top: 1.46vw;
}

.text_38 {
	width: 2.92vw;
	height: 1.05vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.72vw;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 1.05vw;
	text-align: left;
}

.text_39 {
	width: 2.92vw;
	height: 1.05vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.72vw;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 1.05vw;
	text-align: left;
}

.text-wrapper_5 {
	width: 9.07vw;
	height: 1.05vw;
	margin-top: 0.94vw;
}

.text_40 {
	width: 2.92vw;
	height: 1.05vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.72vw;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 1.05vw;
	text-align: left;
}

.text_41 {
	width: 2.92vw;
	height: 1.05vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.72vw;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 1.05vw;
	text-align: left;
}

.text-wrapper_6 {
	width: 2.92vw;
	height: 3.03vw;
	margin: 2.86vw 0 0 1.97vw;
}

.text_42 {
	width: 2.92vw;
	height: 1.05vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.72vw;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 1.05vw;
	text-align: left;
}

.text_43 {
	width: 2.92vw;
	height: 1.05vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.72vw;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 1.05vw;
	text-align: left;
	margin-top: 0.94vw;
}

.box_26 {
	width: 5.21vw;
	height: 5.21vw;
	background: url(../images/sketchpngf32c7b668ef513ef4453467088bc0e23df889bbea7d69b9fa6d1bd7edb415e06.png) 0vw 0vw no-repeat;
	background-size: 5.26vw 5.26vw;
	margin-left: 11.62vw;
}

.text_44 {
	width: 5.11vw;
	height: 1.05vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(39, 39, 39, 1);
	font-size: 0.72vw;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 1.05vw;
	text-align: left;
	margin-left: 75.99vw;
}

.group_9 {
	width: 100vw;
	height: 0.06vw;
	background-color: rgba(206, 206, 206, 1);
	margin-top: 1.36vw;
}

.group_10 {
	width: 12.14vw;
	height: 1.05vw;
	margin: 0.78vw 0 0 43.12vw;
}

.block_8 {
	width: 1.05vw;
	height: 1.05vw;
	background: url(../images/sketchpngcf733e6a7bc70308f35f275810f60910ae00437f06bc451fafa770da14863be5.png) 0.06vw 0vw no-repeat;
	background-size: 0.93vw 1.09vw;
}

.text_45 {
	width: 10.53vw;
	height: 0.84vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(125, 125, 125, 1);
	font-size: 0.72vw;
	font-family: HarmonyOS_Sans_SC_Medium;
	white-space: nowrap;
	line-height: 0.84vw;
	text-align: left;
	margin-top: 0.11vw;
}

.text_46 {
	width: 37.66vw;
	height: 0.84vw;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(125, 125, 125, 1);
	font-size: 0.72vw;
	font-family: HarmonyOS_Sans_SC_Medium;
	white-space: nowrap;
	line-height: 0.84vw;
	text-align: left;
	margin: 0.67vw 0 0 31.19vw;
}

.text-wrapper_7 {
	position: absolute;
	left: 38.7vw;
	top: 97.87vw;
	width: 15.53vw;
	height: 1.15vw;
	overflow-wrap: break-word;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
}

.text_47 {
	font-size: 0.83vw;
	font-family: PingFang-SC-Medium;
	color: rgba(255, 255, 255, 1);
	line-height: 1.15vw;
}

.text_48 {
	font-size: 0.83vw;
	font-family: PingFang-SC-Medium;
	color: rgba(39, 39, 39, 1);
	line-height: 1.15vw;
}
