html {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	flex-shrink: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a {
	color: #fff;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.justify-evenly {
	justify-content: space-evenly;
}

.items-start {
	align-items: flex-start;
}

.items-end {
	align-items: flex-end;
}

.items-center {
	align-items: center;
}

.items-baseline {
	align-items: baseline;
}

.items-stretch {
	align-items: stretch;
}

.self-start {
	align-self: flex-start;
}

.self-end {
	align-self: flex-end;
}

.self-center {
	align-self: center;
}

.self-baseline {
	align-self: baseline;
}

.self-stretch {
	align-self: stretch;
}

.flex-1 {
	flex: 1 1 0%;
}

.flex-auto {
	flex: 1 1 auto;
}

.grow {
	flex-grow: 1;
}

.grow-0 {
	flex-grow: 0;
}

.shrink {
	flex-shrink: 1;
}

.shrink-0 {
	flex-shrink: 0;
}

.relative {
	position: relative;
}

.page {
	background-color: #ffffff;
	width: 100%;
	min-width: 1200px;
	height: 100%;
}

.header {
	padding: 28px 0px 25px;
	background-color: #a60510;
	height: 164px;
}

.space-y-30>*:not(:first-child) {
	margin-top: 30px;
}

.group {
	width: 394px;
}

.space-x-16>*:not(:first-child) {
	margin-left: 16px;
}

.group_2 {
	width: 250px;
}

.image {
	width: 58px;
	height: 58px;
}

.image_2 {
	width: 246px;
	height: 52px;
}

.pos {
	position: absolute;
	left: 4px;
	right: 0;
	bottom: -28px;
}
.pos1{
position: absolute;
	left: 4px;
	right: 0;
	bottom: 3px;
}

.section_2 {
	width: 2px;
	height: 46px;
	border: solid 2px #ffffff;
}

.font_1 {
	font-size: 26px;
	font-family: Source Han Sans CN;
	line-height: 25px;
	color: #ffffff;
}

.text {
	font-size: 27px;
	font-weight: 500;
	line-height: 26px;
}

.input {
	margin-right: 3px;
	position: relative;
}

.input input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	color: #fac1c5;
	padding-left: 35px;
	font-size: 16px;
}

.input input:focus {
	outline: none;
	border: none;
}

::placeholder {
	color: #fac1c5;
}

::-webkit-input-placeholder {
	font-size: 16px;
}

::-moz-placeholder {
	font-size: 16px;
}

:-ms-input-placeholder {
	font-size: 16px;
}

.section {
	padding: 10px 20px;
	background-color: #b8454c;
	border-radius: 19.5px 21px 20px 20.5px;
	width: 261px;
	height: 41px;
}

.space-x-14>*:not(:first-child) {
	margin-left: 14px;
}

.image_3 {
	width: 21px;
	height: 21px;
}

.font_2 {
	display: inline-block;
	width: 480px;
	font-size: 17px;
	font-family: Source Han Sans CN;
	line-height: 17px;
	color: #5c5c5c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text_2 {
	color: #fac1c5;
	line-height: 16px;
}

.group_3 {
	padding-left: 36px;
	padding-right: 21px;
}

.space-x-48>*:not(:first-child) {
	margin-left: 48px;
}

.font_3 {
	font-size: 21px;
	font-family: Source Han Sans CN;
	line-height: 20px;
	color: #ffffff;
	/* cursor: pointer; */
}

.text_3 {
	margin-left: 52px;
}

.text_4 {
	margin-left: 61px;
}

.text_5 {
	margin-left: 58px;
	line-height: 21px;
}

.text_6 {
	margin-left: 69px;
	line-height: 21px;
}

.text_7 {
	margin-left: 77px;
}

.group_4 {
	overflow-y: auto;
}

.space-y-58>*:not(:first-child) {
	margin-top: 58px;
}

.image_4 {
	border-radius: 0px;
	width: 100%;
	height: 432px;
}

.group_5 {
	padding: 0 0px 29px;
}

.group_6 {
	padding-left: 274px;
	padding-right: 2px;
}

.section_3 {
	width: 234px;
	height: 2px;
	border: solid 1px #9e9e9e;
}

.font_4 {
	font-size: 28px;
	font-family: Source Han Sans CN;
	line-height: 27px;
	font-weight: 700;
	color: #a60510;
}

.text_8 {
	margin-left: 38px;
	font-size: 29px;
	line-height: 28px;
}

.section_4 {
	margin-left: 25px;
	width: 237px;
	height: 2px;
	border: solid 1px #9e9e9e;
}

.font_5 {
	font-size: 17px;
	font-family: Source Han Sans CN;
	line-height: 17px;
	color: #bdbdbd;
}

.font_5:hover a {
	color: #a60510;
}

.font_5 a {
	color: #bdbdbd;
}

.equal-division {
	margin-top: 36px;
}

.equal-division-item {
	flex: 1 1 352px;
}

.group_7 {
	padding: 4px 0;
}

.image_6 {
	width: 336px;
	height: 215px;
}

.image_5 {
	width: 347px;
	height: 225px;
}

.pos_2 {
	position: absolute;
	left: 0;
	right: 4px;
	bottom: 0;
}

.section_5 {
	margin-right: 4px;
	background-color: #a60510;
}

.space-x-12>*:not(:first-child) {
	margin-left: 12px;
}

.image_7 {
	width: 67px;
	height: 70px;
}

.group_8 {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.view {
	margin-right: 38px;
}

.font_6 {
	font-size: 15px;
	font-family: Source Han Sans CN;
	line-height: 25px;
	font-weight: 500;
	color: #ffffff;
}

.equal-division-item_2 {
	flex: 1 1 352px;
	margin-left: 70px;
}
.equal-division-item_2:first-of-type{
	margin-left: 0;
}

.pos_3 {
	position: absolute;
	left: 0;
	right: 5px;
	bottom: 0;
}

.view_2 {
	margin-right: 28px;
}

.pos_4 {
	position: absolute;
	left: 0;
	right: 5px;
	bottom: 0;
}

.space-x-3>*:not(:first-child) {
	margin-left: 3px;
}

.view_3 {
	margin-right: 8px;
}

.grid {
	margin: 34px 11px 0 6px;
	height: 247px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 18px;
	column-gap: 27px;
}

.grid-item {
	background-color: #ffffff;
	box-shadow: 3px 2.5px 10.5px 0.5px #a601011a;
}

.grid-item:hover .font_2 {
	color: #a60510;
}

.space-x-19>*:not(:first-child) {
	margin-left: 19px;
}

.section_6 {
	padding: 14px 0;
	background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/64f7eac44d98100011ae9acb/16939696181995087272.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 80px;
	height: 70px;
}

.space-y-7>*:not(:first-child) {
	margin-top: 7px;
}

.font_7 {
	font-size: 34px;
	font-family: Source Han Sans CN;
	line-height: 25px;
	font-weight: 700;
	color: #ffffff;
}

.text_9 {
	line-height: 26px;
}

.font_8 {
	font-size: 15px;
	font-family: Source Han Sans CN;
	line-height: 11px;
	color: #ffffff;
}

.text_10 {
	opacity: 0.52;
}

.group_9 {
	margin-top: 63px;
}

.space-y-36>*:not(:first-child) {
	margin-top: 36px;
}

.group_10 {
	padding-left: 275px;
}

.section_7 {
	width: 236px;
	height: 2px;
	border: solid 1px #9e9e9e;
}

.text_11 {
	margin-left: 37px;
}

.section_8 {
	margin-left: 26px;
	width: 238px;
	height: 2px;
	border: solid 1px #9e9e9e;
}

.equal-division-item_3 {
	position: relative;
	flex: 1 1 384px;
}

.section_9 {
	padding: 20px 20px 40px 28px;
	filter: drop-shadow(3px 2.5px 10.5px #a601011a);
	background-color: #ffffff;
	height: 114px;
	border: solid 1px #d68b90;
}

.text-wrapper {
	padding: 6px 0;
	background-color: #a60510;
	width: 56px;
	height: 33px;
}

.font_11 {
	font-size: 26px;
	font-family: Source Han Sans CN;
	line-height: 20px;
	font-weight: 700;
	color: #ffffff;
}

.view_4 {
	margin-left: 16px;
}

.font_9 {
	font-size: 17px;
	font-family: Source Han Sans CN;
	line-height: 25px;
	color: #a60510;
}

.text-wrapper_2 {
	padding: 8px 0;
	padding-right: 1px;
	background-color: #f4b200;
}

.pos_6 {
	position: absolute;
	left: 28px;
	top: 57px;
}

.font_12 {
	font-size: 13px;
	font-family: Source Han Sans CN;
	line-height: 11px;
	color: #ffffff;
}

.text_12 {
	margin-left: 4px;
	line-height: 10px;
}

.section_11 {
	background-color: #e0e0e0;
	width: 253px;
	height: 3px;
	border: solid 1px #9d0000;
}

.pos_5 {
	position: absolute;
	right: 29px;
	top: 43px;
}

.image_8 {
	width: 83px;
	height: 2px;
}

.pos_9 {
	position: absolute;
	left: 101px;
	bottom: 41px;
}

.section_10 {
	position: relative;
	flex: 1 1 384px;
	margin-left: 22px;
}

.equal-division-item_4 {
	padding: 20px 20px 40px 28px;
	background-color: #ffffff;
	height: 114px;
	border: solid 1px #eeeeee;
}

.equal-division-item_4:hover {
	border: solid 1px #9d0000;
}

.equal-division-item_4:hover .font_10 {
	color: #9d0000;
}

.view_5 {
	margin-left: 16px;
}

.font_10 {
	height: 100%;
	font-size: 17px;
	font-family: Source Han Sans CN;
	line-height: 25px;
	color: #5c5c5c;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pos_7 {
	position: absolute;
	left: 28px;
	top: 57px;
}

.text_13 {
	margin-left: 4px;
	line-height: 10px;
}

.pos_8 {
	position: absolute;
	left: 28px;
	top: 62px;
}

.image_9 {
	margin-top: 31px;
	width: 45px;
	height: 4px;
}

.section_12 {
	padding: 29px 0px 21px;
	background-color: #fbfcfd;
}

.space-y-39>*:not(:first-child) {
	margin-top: 39px;
}

.group_11 {
	padding-left: 282px;
	padding-right: 5px;
}

.section_13 {
	width: 232px;
	height: 2px;
	border: solid 1px #9e9e9e;
}

.text_14 {
	margin-left: 38px;
}

.section_14 {
	margin-left: 25px;
	width: 242px;
	height: 2px;
	border: solid 1px #9e9e9e;
}

.group_14 {
	width: 306px;
}

.image-wrapper {
	padding: 4px 0;
	border: solid 1px #a60510;
}

.image_11 {
	width: 296px;
	height: 165px;
}

.font_13 {
	display: inline-block;
	width: 300px;
	font-size: 13px;
	font-family: Source Han Sans CN;
	line-height: 13px;
	color: #5c5c5c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.group_12 {
	margin-left: 47px;
	width: 497px;
}

.image_10 {
	width: 497px;
	height: 300px;
}

.section_15 {
	padding: 14px 19px 24px;
	background-color: #a60510;
}

.image_12 {
	width: 32px;
	height: 27px;
}

.text_15 {
	display: inline-block;
	width: 459px;
	color: #ffffff;
	font-size: 19px;
	font-family: Source Han Sans CN;
	font-weight: 700;
	line-height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.group_15 {
	margin-left: 24px;
	margin-top: 42px;
	line-height: 26px;
}

.text_16 {
	font-weight: 800;
	line-height: 26px;
}

.text_17 {
	line-height: 10px;
}

.image_13 {
	width: 92px;
	height: 26px;
}

.pos_10 {
	position: absolute;
	right: 10px;
	bottom: 8px;
}

.group_13 {
	margin-left: 42px;
	margin-bottom: 6px;
	width: 305px;
}

.group_16 {
	padding: 47px 0 43px;
}

.space-y-40>*:not(:first-child) {
	margin-top: 40px;
}

.section_16 {
	margin-left: 283px;
	width: 229px;
	height: 2px;
	border: solid 1px #9e9e9e;
}

.text_18 {
	margin-left: 38px;
}

.section_17 {
	margin-left: 25px;
	width: 245px;
	height: 2px;
	border: solid 1px #9e9e9e;
}

.group_17 {
	padding-bottom: 227px;
	width: 288px;
}

.image_14 {
	width: 288px;
	height: 213px;
}

.section_22 {
	padding: 30px 20px 60px 23px;
	background-color: #a60510;
	box-shadow: 3px 2.5px 10.5px 0.5px #a601011a;
	width: 288px;
}

.space-y-10>*:not(:first-child) {
	margin-top: 10px;
}

.space-y-10>a:hover .font_13 {
	color: #9d0000;
}

.pos_12 {
	position: absolute;
	left: 0;
	right: 0;
	top: 193px;
}

.text_24 {
	line-height: 10px;
}

.space-y-12>*:not(:first-child) {
	margin-top: 12px;
}

.group_21 {
	line-height: 25px;
}

.font_16 {
	font-size: 17px;
	font-family: Source Han Sans CN;
	line-height: 25px;
	font-weight: 700;
	color: #fdfdfd;
}

.group_23 {
	line-height: 25px;
}

.font_17 {
	font-size: 15px;
	font-family: Source Han Sans CN;
	line-height: 25px;
	color: #ffc7cb;
}

.group_18 {
	margin-left: 8px;
	margin-top: 11px;
	width: 287px;
}

.group_18>a:hover .section_19 {
	background-color: #910202;
}

.group_18>a:hover .text_25 {
	color: #fff;
}

.group_18>a:hover .text_27 {
	color: #fff;
}

.group_18>a:hover .font_18 {
	color: #fff;
}

.space-y-22>*:not(:first-child) {
	margin-top: 22px;
}

.group_19 {
	padding-top: 17px;
}

.section_19 {
	margin-right: 4px;
	padding: 221px 12px 41px 15px;
	background-color: #ffffff;
	box-shadow: 3px 2.5px 10.5px 0.5px #a601011a;
	width: 283px;
}

.space-y-17>*:not(:first-child) {
	margin-top: 17px;
}

.text_25 {
	color: #212121;
	line-height: 10px;
}

.font_14 {
	font-size: 17px;
	font-family: Source Han Sans CN;
	line-height: 17px;
	font-weight: 700;
	color: #161616;
}

.text_27 {
	color: #212121;
}

.group_25 {
	line-height: 25px;
	height: 100px;
}

.group_251 {
	line-height: 25px;
	height: 140px;
}

.group_251 .font_18 {
	font-size: 15px;
	font-family: Source Han Sans CN;
	line-height: 25px;
	color: #8c8c8c;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.group_25 .font_18 {
	font-size: 15px;
	font-family: Source Han Sans CN;
	line-height: 25px;
	color: #8c8c8c;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.image_15 {
	width: 283px;
	height: 213px;
}

.pos_11 {
	position: absolute;
	left: 0;
	right: 4px;
	top: 0;
}

.section_18 {
	margin-left: 23px;
	padding: 43px 18px 27px;
	background-color: #ffffff;
	box-shadow: 3px 2.5px 10.5px 0.5px #a601011a;
	width: 586px;
	height: 490px;
}

.section_18 a {
	display: inline-block;
	margin-top: 20px;
}

.section_18 a:first-of-type {
	margin: 0;
}

.section_18 a:hover span {
	color: #9d0000;
}

.section_18 a:hover .text_19 {
	text-decoration: underline;
}

.text_19 {
	display: inline-block;
	width: 500px;
	margin-left: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.font_15 {
	font-size: 15px;
	font-family: Source Han Sans CN;
	line-height: 11px;
	color: #a8a8a8;
}

.text_20 {
	margin-left: 24px;
	margin-top: 21px;
}

.divider {
	margin-top: 18px;
	height: 1px;
	border: dashed 1px #dadada;
}

.text_21 {
	margin-top: 17px;
	color: #a60510;
}

.section_20 {
	margin-top: 2px;
	background-color: #cbe3bf;
	width: 308px;
	height: 2px;
	border: solid 0.5px #910202;
}

.group_20 {
	padding: 16px 0 19px;
	border-bottom: dashed 1px #dadada;
}

.section_21 {
	width: 14px;
	height: 2px;
	border: solid 1px #a8a8a8;
}

.text_22 {
	margin-right: 448px;
}

.text_23 {
	margin-top: 18px;
}

.group_22 {
	margin-top: 21px;
}

.text_26 {
	margin-top: 18px;
	line-height: 18px;
}

.group_24 {
	margin-top: 20px;
}

.text_28 {
	margin-top: 22px;
}

.group_26 {
	margin-top: 21px;
}

.space-x-7>*:not(:first-child) {
	margin-left: 7px;
}

.group_27 {
	padding-left: 19px;
	padding-right: 8px;
}

.group_27 a {
	display: inline-block;
	margin-top: 20px;
}

.group_27 a:hover .font_19 {
	color: #9d0000;
}

.space-x-40>*:not(:first-child) {
	margin-left: 40px;
}

.group_28 {
	margin-top: 4px;
}

.space-y-8>*:not(:first-child) {
	margin-top: 8px;
}

.space-y-8>a:hover .font_13 {
	color: #9d0000;
}

.text_29 {
	color: #90000a;
	font-weight: 500;
}

.image_24 {
	margin-left: 6px;
	width: 26px;
	height: 17px;
}

.image_16 {
	width: 37px;
	height: 63px;
}

.image_17 {
	width: 33px;
	height: 31px;
	vertical-align: middle;
}

.image_18 {
	margin-left: 20px;
}

.font_19 {
	display: inline-block;
	/* 确保元素占据一行以应用垂直居中 */
	vertical-align: middles;
	font-size: 18px;
	font-family: Source Han Sans CN;
	/* line-height: 15px; */
	color: #000000;
}

.text_30 {
	margin-left: 16px;
	line-height: 19px;
}

.image_19 {
	margin-left: 42px;
}

.text_31 {
	margin-left: 17px;
	line-height: 19px;
}

.image_20 {
	margin-left: 26px;
}

.text_32 {
	margin-left: 16px;
	line-height: 19px;
}

.image_21 {
	margin-left: 34px;
}

.text_33 {
	margin-left: 17px;
	line-height: 19px;
}

.image_22 {
	margin-left: 42px;
}

.text_34 {
	margin-left: 17px;
	line-height: 19px;
}

.space-x-8>*:not(:first-child) {
	margin-left: 8px;
}

.image_23 {
	width: 24px;
	height: 20px;
}

.text_35 {
	color: #90000a;
	font-weight: 300;
}

.section_23 {
	background-color: #90000a;
}

.group_29 {
	padding: 36px 0 45px;
}

.space-x-55>*:not(:first-child) {
	margin-left: 55px;
}

.image_25 {
	width: 348px;
	height: 78px;
}

.section_24 {
	padding: 12px 0 21px;
	background-color: #540308;
}

.space-x-32>*:not(:first-child) {
	margin-left: 32px;
}

.font_20 {
	font-size: 21px;
	font-family: Source Han Sans CN;
	line-height: 20px;
	color: #b5b5b5;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.tupian2{
width: 100%;
}
.tupian2 img{
     width: 100%;
}