@font-face {
	font-family: 'PingFangSC';
	src: url('./fonts/PingFang_Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'PingFangSC';
	src: url('./fonts/PingFang_Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'PingFangSC';
	src: url('./fonts/PingFang_Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'PingFangSC';
	src: url('./fonts/PingFang_Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

* {
	font-family: 'PingFangSC', sans-serif;
}

.no-padding {
	padding: 0 !important;
}

.main-content {
	margin-top: 204px;
}

.section-title {
	padding-left: 0px;
}

.section-title h2 {
	font-weight: bold;
	font-size: 48px;
	color: #1B1B1B;
	line-height: 46px;
	margin: 0;
}

.section-title h2 span {
	font-weight: 500;
	font-size: 32px;
	color: #1A1A1A;
	line-height: 30px;
	padding-left: 13px;
}

.section-title .line {
	width: 120px;
	height: 6px;
	background: linear-gradient(270deg, #CE1F1A, #FC665A);
	margin-top: 34px;
	margin-bottom: 36px;
}

.section-title .sub-title {
	font-weight: 500;
	font-size: 23px;
	color: #B9B9B9;
	line-height: 36px;
	margin-bottom: 46px;
}

.section-title .description {
	font-weight: 500;
	font-size: 18px;
	color: #4D4C4C;
	line-height: 30px;
	margin-top: 60px;
}

.slick-items {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.slick-arrows {
	display: flex;
	align-items: center;
	position: absolute;
	right: 22px;
	margin-top: -272px;
}

.slick-ico {
	width: 38px;
	height: 38px;
	cursor: pointer;
}

.slick-ico.left {
	transform: rotate(-180deg);
	margin-right: 24px;
}

.slick-items-img {
	width: 100%;
	height: 455px;
	object-fit: fill;
}

.slick-items-source {
	height: 225px;
	background: #CB1E19;
	padding: 40px 25px;
}

.slick-items-text {
	height: 102px;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 34px;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.slick-items-href {
	text-align: right;
	margin-top: 18px;
}

.slick-items-href a {
	font-weight: bold;
	font-size: 18px;
	color: #FEFEFE;
	line-height: 36px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	text-transform: uppercase;
}

.href-ico {
	width: 32px;
	margin-left: 10px;
}

.news-sources {
	/* padding: 0 0 0 18px !important; */
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-height: 685px;
	overflow: auto;
}

.news-items {
	width: 100%;
	/* height: 217px; */
	background: #FAFAFA;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.news-items .news-items_img {
	width: 275px;
	height: 218px;
	object-fit: cover;
}

.news-items_right {
	height: 217px;
	display: flex;
	flex-direction: column;
	padding: 20px 22px 20px 13px;
	justify-content: space-between;
}

.news-items_right-title {
	display: flex;
	flex-direction: row;
}

.column-line {
	width: 0px;
	height: 22px;
	background: #CB1E19;
	padding-right: 3px;
	margin-right: 12px;
	margin-top: 3px;
}

.news-items_right-title h3 {
	font-weight: bold;
	font-size: 21px;
	color: #353535;
	line-height: 28px;
	max-height: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box !important;
	text-align: justify;
}

.news-items_right-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.news-items_right-footer_time {
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 34px;
	padding-left: 16px;
}

.news-items_right-footer_more {
	width: 68px;
	height: 32px;
}

#section-server {
	margin-top: 60px;
	margin-bottom: 60px;
}

.server-content {
	/* height: 821px; */
	background: #FAFAFA;
	position: relative;
	padding: 27px 16px;
	display: flex;
	flex-direction: row;
}

.bg-img {
	width: 899px !important;
	height: 539px;
	opacity: 0.25;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.server-content_left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
}

.title-div {
	display: flex;
	flex-direction: column;
}

.title-div h2 {
	width: 167px;
	font-weight: bold;
	font-size: 43px;
	color: #343434;
	margin: 0 !important;
}

.mini-line {
	width: 43px;
	height: 6px;
	background: #CB1E19;
	margin: 25px 0 35px 0;
}

.title-div h4 {
	font-weight: bold;
	font-size: 26px;
	color: #343434;
	margin: 0 !important;
}

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

.line-left {
	width: 78px;
	height: 3px;
	background: #CB1E19;
}

.line-right {
	width: 15px;
	height: 15px;
	position: relative;
}

.line-right::before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 15px;
	height: 2px;
	background: #CB1E19;
	transform: rotate(45deg);
	transform-origin: top left;
}

.des-text {
	font-weight: 500;
	font-size: 16px;
	color: #4D4C4C;
	line-height: 30px;
}

.server-content_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	z-index: 0;
}

.ab-img {
	width: 99%;
	height: 440px;
	object-fit: contain;
	margin-bottom: 20px;
}

.text-icos {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 70px;
}

.text-icos img {
	height: 170px;
}

.grey-bg {
	/* height: 866px; */
	background: #F7F7F8;
	/* margin-top: 100px; */
	padding: 60px 0;
}

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

.adm-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 400px;
	background: #FFFFFF;
	box-shadow: 0px 1px 26px 0px rgba(118, 123, 135, 0.34);
	border-radius: 6px;
}

.adm-item.red {
	background: #CB1E19;
}

.adm-bg {
	width: 100%;
}

.adm-ico {
	width: 95px;
	margin-top: -40px;
}

.adm-item h3 {
	font-weight: bold;
	font-size: 26px;
	color: #1A1A1A;
	line-height: 30px;
	margin-top: 25px;
}

.adm-item.red h3 {
	color: #FFFFFF;
}

.adm-item h5 {
	font-weight: 300;
	font-size: 18px;
	color: #343434;
	line-height: 20px;
}

.adm-item.red h5 {
	color: #FFFFFF;
}

.adm-item p {
	max-width: 290px;
	font-weight: 300;
	font-size: 18px;
	color: #4D4C4C;
	line-height: 26px;
	margin: 30px 0 50px 0;
	text-align: center;
}

.adm-item.red p {
	color: #FFFFFF;
}

#section-pge {
	margin-top: 60px;
}

.pge-content {
	position: relative;
	padding-bottom: 60px;
	display: flex;
	align-items: flex-start;
	margin-top: 60px;
	flex-wrap: wrap;
	background: url("../images/pge-star.png") no-repeat;
}

.pge-content .pge-item {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.pge-item .des {
	width: 100%;
	max-width: 90%;
	font-weight: 500;
	font-size: 24px;
	color: #4D4C4C;
	line-height: 1;
	margin: 33px 0 0 0;
	padding-bottom: 13px;
	border-bottom: 1px solid #1B60D1;
}

.pge-item.one {
	margin-top: 145px;
}

.pge-item.one .cover {
	max-width: 514px;
	max-height: 437px;
	object-fit: contain;
	max-width: 90%;
}

.pge-item.two {
	margin-left: auto;
}

.pge-item.two .cover {
	max-width: 100%;
	max-height: 483px;
	object-fit: contain;
	max-width: 90%;
}

.pge-item.two .des {
	max-width: 90%;
}

.pge-item.three {
	margin-top: 74px;
}

.pge-item.three .cover {
	max-width: 700px;
	max-height: 441px;
	object-fit: contain;
	max-width: 90%;
}

.pge-item.three .des {
	max-width: 700px;
	max-width: 90%;
}


.pge-item.four {
	margin-left: auto;
	margin-top: -58px;
}

.pge-item.four .cover {
	max-width: 514px;
	max-height: 427px;
	object-fit: contain;
	max-width: 90%;
}

.pge-item.four .des {
	max-width: 514px;
	max-width: 90%;
}

#section-cat {
	background: #F7F7F8 url("../images/peg_bg.png") no-repeat;
	background-position: center 321px;
	height: auto;
	margin-top: 0;
}

#section-cat .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cat-img {
	max-height: 695px;
}

.cat-source .list {
	margin-right: 100px;
}

.cat-source .list .list-item {
	display: flex;
	flex-flow: column;
}

.cat-source .list .list-item.last {
	margin-top: 160px;
}

.cat-source .list .list-item .list-item-line {
	width: 51px;
	height: 6px;
	background: #CB1E19;
	margin-bottom: 40px;
}

.cat-source .list .list-item .list-item-text {
	width: 250px;
	font-weight: 500;
	font-size: 18px;
	color: #4D4C4C;
	line-height: 30px;
}

#section-tj .peg_white_bg {
	background-color: #fff;
	padding: 60px 0;
}

#section-tj .peg_white_bg .list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#section-tj .peg_white_bg .list li {
	text-align: center;
	line-height: 1;
	position: relative;
	width: 30%;
}

#section-tj .peg_white_bg .list li+li::before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	border-left: 2px dashed #e2e2e2;
	left: -24px;
}

#section-tj .peg_white_bg .list li .num {
	font-weight: bold;
	font-size: 100px;
	color: #C62533;
	margin-bottom: 42px;
}

#section-tj .peg_white_bg .list li .btn {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	width: 100%;
	padding: 12px 20px;
	line-height: 1;
	background: linear-gradient(90deg, #D11E1D 0%, #F46258 100%);
	box-shadow: 0px 5px 10px 1px rgba(201, 24, 42, 0.4);
	margin-bottom: 45px;
}

#section-tj .peg_white_bg .list li .desc {
	font-weight: 500;
	font-size: 20px;
	color: #535353;
	line-height: 1.5;
}

#section-starhub {
	height: 776px;
	background: url("../images/bg-starhub.png") no-repeat;
	background-size: 100%;
}

.starhub-source {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 52px 24px;
	position: relative;
}

.starhub-source-left {
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-between;
}

.starhub-img {
	width: 431px;
	opacity: 0.5;
}

.starhub-img-active {
	width: 625px;
	height: 387px;
	position: absolute;
	bottom: 100px;
	left: 300px;
}

.starhub-div-active {
	width: 625px;
	height: 387px;
	position: absolute;
	bottom: 120px;
	left: 280px;
	background: linear-gradient(to top, #ff9d68, #ffcf31);
}

.starhub-source-right {
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	justify-content: flex-start;
	margin-right: 16px;
}

.starhub-title {
	font-weight: bold;
	font-size: 48px;
	color: #1B1B1B;
	line-height: 24px;
}

.starhub-desc {
	max-width: 665px;
	font-weight: 300;
	font-size: 18px;
	color: #4D4C4C;
	line-height: 30px;
	margin-top: 40px;
	text-align: right;
}

.starhub-source .slick-arrows {
	right: 55px;
	margin: 0;
}

.shows-source {
	width: 100%;
	position: relative;
}

.shows-title {
	font-weight: 500;
	font-size: 18px;
	color: #4D4C4C;
	line-height: 30px;
	text-align: center;
	margin-top: 48px;
	margin-bottom: 70px;
}

.shows-slick-img {
	width: 321px;
}

.shows-source .slick-arrows {
	position: relative;
	margin: 26px 0 55px 0;
	justify-content: center;
}

.shows-bg {
	width: 100%;
	position: absolute;
	bottom: 20px;
	z-index: -1;
}

#section-pics {
	width: 100%;
	/* height: 993px; */
	background: url("../images/bg-pics.png") no-repeat;
	background-size: cover;
}

.pics-source {
	display: flex;
	flex-wrap: wrap;
	padding: 55px 0;
	/* gap: 16px; */
	position: relative;
	justify-content: space-between;
}

.pics-title {
	width: 23%;
	font-weight: 500;
	font-size: 18px;
	color: #4D4C4C;
	line-height: 30px;
	display: flex;
	flex-direction: column;
	margin-top: 55px;
	/* margin-right: auto; */
}

.jus-text{
	text-align: justify;
}
.jus-text:last-child{
	text-align: left;
}

.more-btn {
	width: 132px;
	height: 38px;
	background: #CB1E19;
	border-radius: 3px;
	border: 2px solid #CB1E19;
	font-weight: bold;
	font-size: 13px;
	color: #FEFEFE;
	line-height: 23px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}

.more-btn img {
	height: 20px;
	margin-left: 14px;
}

.pics-source .img-1 {
	width: 50%;
	max-height: 300px;
	object-fit: cover;
}

.pics-source .img-2 {
	width: 23%;
	max-height: 300px;
	object-fit: cover;
}

.pics-source .img-3 {
	width: 50%;
	max-height: 530px;
	object-fit: cover;
	margin-top: 20px;
}

.pics-source .img-4,
.pics-source .img-5 {
	width: 23%;
	max-height: 320px;
	object-fit: cover;
	margin-top: 20px;
}

.pics-source .img-6 {
	width: 46%;
	position: absolute;
	bottom: 30px;
	right: 0;
}

#section-rsihk {
	padding: 60px 0;
	background: url("../images/map.png") no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.rsihk-source {
	position: relative;
	padding-bottom: 50px;
}

.rsihk-source-left {
	width: 60%;
	display: inline-block;
	padding: 43px 21px;
	background: rgb(250 250 250 / 0.8);
}

.rsihk-source-subtitle {
	max-width: 440px;
	font-weight: bold;
	font-size: 26px;
	color: #CB1E19;
	line-height: 24px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.rsihk-source-bg {
	width: 100%;
	height: 14px;
	background: #FE690D;
	opacity: 0.2;
	margin-top: -6px;
}

.rsihk-source-ul {
	margin-top: 60px;
	display: inline-block;
	padding: 0;
}

.rsihk-source-ul li {
	margin-top: 45px;
	max-width: 450px;
	font-weight: 400;
	font-size: 18px;
	color: #4D4C4C;
	line-height: 30px;
	list-style-type: none;
	text-indent: -1em;
	text-align: justify;
}

.rsihk-source-ul li:last-child{
	text-align: left;
}

.rsihk-source-ul li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 50%;
	margin-right: 9px;
}

.rsihk-source-right {
	width: 720px;
	height: 460px;
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 55%;
}

.rsihk-slick .tips {
	height: 59px;
	background: #000000;
	opacity: 0.7;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 59px;
	text-align: center;
	vertical-align: middle;
	margin-top: -59px;
}

.rsihk-slick-img {
	width: 720px;
	height: 460px;
	object-fit: cover;
}

.rsihk-source-right .slick-arrows {
	right: auto;
	left: -130px;
	bottom: 0;
}

#section-hkiap {
	margin: 38px 0;
}

.hkiap-source {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.bg-subtitle {
	font-weight: bold;
	font-size: 32px;
	color: #CB1E19;
	line-height: 32px;
	display: inline-flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.bg-source-bg {
	width: 100%;
	height: 14px;
	background: #FE690D;
	opacity: 0.2;
	margin-top: -8px;
}

.bg-subtitle.last {
	margin-top: 20px;
}

.hkiap-source-ul {
	margin-top: 60px;
	display: inline-block;
	padding: 0;
	text-align: center;
}

.hkiap-source-ul li {
	font-weight: 500;
	font-size: 18px;
	color: #4D4C4C;
	line-height: 30px;
	list-style-type: none;
}

.hkiap-source-ul li:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #000;
	border-radius: 50%;
	margin-right: 10px;
	margin-bottom: 4px;
}


.contents {
	margin: auto;
	padding: 20px;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.coverSwiper {
	width: 33%;
	height: 574px;
}

.cover-slick-img {
	width: 323px;
	height: 574px;
	object-fit: cover;
}

.contents .swiper-pagination {
	position: relative;
	margin-top: 50px;
}

.swiper-pagination-bullet {
	width: 40px !important;
	height: 5px !important;
	border-radius: 2px !important;
}

.swiper-pagination-bullet-active {
	background: #CB1E19 !important;
}

.swiper-3d .swiper-slide-shadow {
	background: none !important;
}

#section-usfe {
	/* height: auto; */
	margin-top: 0;
	padding: 60px 0;
}

.usfe-source {
	position: relative;
	background: url("../images/usfe-bg.jpg") no-repeat;
	background-position: right;
}

.usfe-source .left-float {
	max-width: 565px;
	margin-top: 180px;
	padding-left: 25px;
	max-width: 45%;
}

.left-float .mini-title {
	font-weight: 500;
	font-size: 24px;
	color: #E5E5E5;
	line-height: 20px;
	margin-bottom: 57px;
}

.left-float .mini-des {
	font-weight: 500;
	font-size: 18px;
	color: #4D4C4C;
	line-height: 30px;
	text-align: justify;
}

.left-float .mini-des:last-child{
	text-align: left;
}

.left-float .mini-line {
	margin-top: 116px;
	margin-bottom: 60px;
	margin: 116px 0px 60px 0px;
}

.right-float {
	position: absolute;
	width: 652px;
	height: 432px;
	right: 40px;
	bottom: 45px;
	max-width: 50%;
}

.usfe-slick-img {
	width: 652px;
	height: 432px;
	object-fit: cover;
}

.usfe-slick .slick-dots {
	text-align: right;
	bottom: -30px;
}

.usfe-slick .slick-dots li.slick-active button:before {
	color: #CB1E19;
}

#section-steam {
	padding: 90px 0;
	position: relative;
}

#section-steam .section-bg {
	position: absolute;
	width: 738px;
	height: 695px;
	object-fit: cover;
	right: 0;
	top: 0;
	object-position: left;
	z-index: -2;
}

.container-steam {
	position: relative;
}

.steam-left{
	width: 55%;
	height: 533px;
	position: relative;
}

.steam-left .bg {
	width: 465px;
	height: 222px;
	background: #b9dff9;
	position: absolute;
	left: 0;
	top: 50px;
}

.steam-source {
	padding-bottom: 80px;
}

.steam-source .slick-arrows {
	right: unset;
	margin-top: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.steam-slick {
	padding-left: 40px;
	padding-top: 95px;
}

.steam-slick-img {
	width: 640px;
	height: 440px;
	object-fit: cover;
}

.steam-source .center-content {
	width: 80%;
	height: 445px;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	z-index: -1;
	right: 0;
	text-align: right;
}

.steam-source-ul {
	margin-top: 75px;
	margin-right: 8%;
	display: inline-block;
	padding: 0;
}

.steam-source-ul li {
	margin-top: 30px;
	max-width: 390px;
	font-weight: 500;
	font-size: 18px;
	color: #4D4C4C;
	line-height: 30px;
	list-style-type: disc;
	text-align: justify;
}

.steam-source-ul li:last-child{
	text-align: left;
}

#section-hkdes {
	padding: 0 0 60px 0;
}

.des-item {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 95%;
	height: 465px;
	background: #FAFAFA;
	box-shadow: 0px 0px 16px 0px rgba(178,187,197,0.36);
	border-radius: 7px;
	padding: 0 20px;
	margin: 10px 0;
}

.des-item.bottom{
	/* margin-top: 60px; */
}

.des-item .line{
	width: 186px;
	height: 3px;
	background: #CB1E19;
}

.des-item .title {
	width: 100%;
	font-weight: bold;
	font-size: 26px;
	color: #333333;
	line-height: 34px;
	margin-top: 40px;
	text-align: center;
}

.des-item .cover-img {
	width: 100%;
	height: 194px;
	object-fit: cover;
	margin-top: 17px;
}

.des-item .des {
	font-weight: 400;
	font-size: 16px;
	color: #4E4E4E;
	line-height: 24px;
	margin: 0;
	margin-top: 20px;
	text-align: justify;
}

.hkdes-source {
	margin-top: 86px;
}

.hkdes-source .slick-dots {
	bottom: -55px;
}

.hkdes-source .slick-dots li {
	width: 30px;
	height: 5px;
}

.hkdes-source .slick-dots li button:before{
	content: " ";
	background: #E6E6E6;
	width: 30px;
	height: 5px;
}

.hkdes-source .slick-dots li.slick-active button:before {
	background: #CB1E19;
}

.footer-bg {
	height: 318px;
	background: #FAFAFA;
	margin-top: -318px;
}

/* 弹窗背景遮罩 */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none; /* 默认隐藏 */
	justify-content: center;
	align-items: center;
	z-index: 99999;
	padding: 20px; /* 确保在小屏幕上有一定的内边距 */
	box-sizing: border-box;
}

/* 弹窗内容 */
.modals-content {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	width: 100%;
	max-width: 80vw; /* 增大弹窗的最大宽度 */
	max-height: 90vh; /* 设置弹窗内容的最大高度为视口高度的80% */
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	position: relative;
	animation: fadeIn 0.3s ease-in-out;
	margin: 50px auto;
}

#note-content {
	max-height: 75vh;
	overflow: auto;
}

/* 关闭按钮 */
.close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 20px;
	color: #aaa;
	cursor: pointer;
}

.close-btn:hover {
	color: #000;
}

/* 动画效果 */
@keyframes fadeIn {
	from { opacity: 0; transform: scale(0.9); }
	to { opacity: 1; transform: scale(1); }
}