<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	/* font-family: Source Han Sans CN, Source Han Sans CN; */
	font-family: Arial;
	font-weight: 400;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* For some Androids */
	/* è‹±æ–‡å¼€å¯ */
	word-wrap: break-word !important;
	word-break: normal !important;
}

:root {
	--c: #C00000;
	--s_tran: 0.6s ease-in-out;
	--l_tran: 0.8s ease-in-out;
}

.main {
	max-width: 15.4rem;
	width: 95%;
	margin: 0 auto;
}

html {
	font-size: 100px;
	overflow-x: auto;
}

body {
	overflow-x: hidden;
	overflow-y: hidden;
}

a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	display: block;
	width: 100%;
	height: 100%;
}

ul {
	list-style: none;
}

input,
textarea {
	outline: 0;
	border: none;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	display: block;
}

hr {
	border: none;
}

strong *,
strong,
b {
    font-weight: bold;
}
/*æ–‡å­—æè¾¹*/
/* è®¾ç½®æè¾¹å®½åº¦åŠé¢œè‰² é»˜è®¤ä¸ºå­—ä½“å†…å¤–æè¾¹
  text-stroke: 2px #2173FF;
 */
/* å…¼å®¹Webkit(Chrome/Safari)å†…æ&nbsp;¸æµè§ˆå™¨çš„å†™æ³•
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*å¤šè¡Œæº¢å‡º*/
.line1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.line2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.line3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.line5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
}

/* hover-å›¾ç‰‡æ”¾å¤§1.1 */
.scale_box {
	display: block;
	overflow: hidden;
	position: relative;
}

.scale_box .scale_img {
	width: 100%;
	height: 100%;
	transition: var(--s_tran);
	cursor: pointer;
	object-fit: cover;
}

.hover_box:hover .scale_img {
	transform: scale(1.1);
}

/* é¡µç&nbsp; */

.page {
	display: flex;
	align-items: center;
	gap: 0.2rem;
	width: fit-content;
	margin: 0 auto;
}

.page a {
	width: 0.36rem;
	height: 0.36rem;
	border: 0.01rem solid #DDDDDD;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.16rem;
	color: rgba(153, 153, 153, 0.6);
	transition: 0.3s;
}

.page a:hover,
.page_active {
	background: var(--c);
	color: #FFFFFF !important;
}

/* å¸¦ç°æ¡æ&nbsp;‡é¢˜ */
.index_title {
	background-image: url('../img/index/img02.png');
	background-repeat: no-repeat;
	background-size: 1.12rem 0.9rem;
	background-position: left;
	font-family: Inter, Inter;
	font-weight: 300;
	font-size: 0.6rem;
	color: #000000;
	width: fit-content;
	padding-left: 0.15rem;
	margin: 0 auto;
}

/* é¢åŒ…å±‘å¯¼èˆª */
.crumbs {
	max-width: 14rem;
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 0.11rem;
	margin-top: 0.19rem;
}

.crumbs_img1 {
	width: 0.11rem;
	height: 0.14rem;
}

.crumbs_img2 {
	width: 0.05rem;
	height: 0.1rem;
}

.crumbs a {
	width: fit-content;
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
	line-height: 0.16rem;
}

.crumbs p {
	font-family: Inter, Inter;
	font-weight: 400;
	font-size: 0.16rem;
	color: #C00000;
	line-height: 0.16rem;
}

/* doc_banner */
.doc_banner {
	width: 100%;
	height: 4rem;
}

/* doc_title */
.doc_title {
	background-image: url('../img/customized/img02.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 14rem;
	height: 0.95rem;
	padding-top: 0.21rem;
	padding-left: 0.43rem;
}

.doc_title p {
	font-family: Inter, Inter;
	font-weight: 300;
	font-size: 0.4rem;
	color: #FFFFFF;
	line-height: 0.36rem;
}


@media only screen and (max-width:768px){
    .doc_banner{
        margin-top: 0.9rem;
        height: auto;
    }
    .doc_title{
        background-size: 140% 100%;
            padding-left: 0.3rem;
            width: 7rem;
    }
    .box3 .scale_box .scale_img{
        object-fit: contain;
    }
    .box2 .scale_box .scale_img{
        object-fit: contain;
    }
}</pre></body></html>