<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    box-sizing: border-box;
    width:100%;
    /* background:rgba(251,251,251,1); */
    margin: 0;
    padding: 0;
    padding-top: 15px;

}

#box{
    overflow: hidden;
}

header{
    display: flex;
    align-items: center;
    margin-bottom: 1%;
}
header img{
	display: block;
    width: 33%;
	margin: 0 auto;
    /* margin-left: 30%; */
}
.hleft{
    width: 20%;
}
header nav{
    display: flex;
    font-size:13px;
    width: 60%;
}
header nav&gt;div{
    width: 20%;
    /* margin-left:10%; */
}
header nav .activ{
    background-color:rgba(255,198,19,1);
    border-radius: 14px;
}
header a{
    color: #1B1B1B;
    display: inline-block;
    width:100px;
    text-align: center;
    font-weight:bold;
	padding: 4px;
}
a{
    text-decoration: none;
}


/* �騄��贋�鐔��� */
.footer{
    width: 100%;
    background-color:#433E41;
}

.footer-main{
	/* border: solid 1px yellowgreen; */
    width: 100%;
    margin: auto;
    /* border: 2px solid black; */
    display: flex;
}

.footer-left{
	/* border: solid 1px blue; */
    width:70%;
    /* display: flex; */

}
.footer-right{
	/* border: solid 1px red; */
	flex: 1;
    display: flex;
    /* margin-left: 10%; */
}
.footer-nav{
    display: flex;
    margin-left: 22%;
    margin-top:10%;
    margin-bottom: 5%;
}
.footer-nav a{
    color: #A2A2A2;
}
.footer-nav div:first-child {
    font-size:14px;
    font-family:PingFang SC;
    font-weight:800;
    color:rgba(255,255,255,1);
}
.footer-nav div{
    font-size:11px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(162,162,162,1);
}
.nav-list{
	display: flex;
	text-align: center;
	margin-top:1px;
	margin-left: 14px;
}
.nav-item{
	flex: 1;
}
.image99{
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 100%;
}

.image100{
    position:absolute;
    top:35%;
}
.div-b{
    position:relative;
    width: 100%;
}
.span99{
    font-size:9px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(162,162,162,1);
    /* margin-right: 10px; */
    margin-top: 5px;
    text-align: center;
    white-space: nowrap
} 


.lianxi{
    margin-left: 16%;
    margin-right: 22%;
    margin-bottom: 10%;
    display: flex;
}
#lianxi1 div{
    font-size:11px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(162,162,162,1);
    margin: 5px;
} 

.div1{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:800;
    color:rgba(255,255,255,1);
    margin-top: 3px;
    margin-left: 12%;
    margin-right: 7%;
}

.span{
    font-size:11px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(162,162,162,1);
    margin-top: 1%;
    text-align: center;
} 

.bei{
    width: 100%;
    margin-bottom: 15px;
}

.bei div{
    width: 20%;
    font-size:11px;
    font-family:PingFang SC;
    font-weight:500;
    color:rgba(162,162,162,1);
    margin: auto;
    padding-bottom:2% ;
}
.navlist{
	position: relative;
	padding: 14px 0;
	/* border: solid 1px red; */
}
.select-wrap{
	display: none;
	position: absolute;
	left:0;
	/* top: 40px; */
	width: 100px;
	background-color: #FFFFFF;
	color: #1C1C1C;
	font-size:1rem;
	font-weight: 900;
	text-align: center;
	z-index: 999;
	padding-top: 27px;
}
.select-list{
	height: 40px;
	line-height: 40px;
}
.select-list:hover{
background: #FBE383;
cursor: pointer;
}
.navlist-item{
	position: relative;
}
.tips{
	margin-bottom: 30px;
	color: red;
}</pre></body></html>