<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * å…¬å…±æ&nbsp;·å¼éƒ¨åˆ†
 */
*,body,html {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body,html {
	font-family: "å¾®è½¯é›…é»‘" !important;
	background-color: #FBFBFB;
	width: 100%;
	/*min-width:1200px;*/
	height: 100%;
	letter-spacing: 0px;
	text-indent: 0px;	
	padding-right:0 !important;
	margin-right: calc(100% - 100vw)
	overflow-x: auto;
	
}
/*
body.mobile-body,html.mobile-body{
	width: 100vw;
    min-width: initial;
}*/

html,body,div,ul,li,h1,h2,h3,h4,h5,h6,img,p,dl,dt,dd,ol,th,td,form,input,button,option,textarea,select {
	margin: 0px;
	padding: 0px;
}
header,footer,section,aside,nav,menu,hgroup,article,menu,marquee {
	display: block;
}




ul {
	border: 0;
	outline: 0;
	display: block
}
ul,li {
	list-style: none
}

a {
	color: #000;
}
a:hover {
	cursor: pointer;
}
a,a:link,a:visited,a:hover,a:active  {
	text-decoration: none;
	outline: none;
}

img {
	border: 0;
	display: inline-block;
}
input,button,textarea,select {
	font: 100% "å¾®è½¯é›…é»‘";
}

.dis-block,.show {
	display: block;
}
.dis-none,.hide {
	display: none;
}
.dis-inline-b {
	display: inline-block;
}

.fl {
	float: left
}
.fr {
	float: right
}
.f-clear:before,.f-clear:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
	font-size: 0;
}

.cursor {
	cursor: pointer;
}

.width-1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.mobile-page .width-1200{width: initial;}

/*åž‚ç›´æ°´å¹³å±…ä¸­:çˆ¶èŠ‚ç‚¹æ˜¯ç›¸å¯¹å®šä½*/
.center-vetically {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* è¶…å‡ºæ˜¾ç¤ºçœç•¥å· */
 .font-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} 
 .font-ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
} </pre></body></html>