<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	box-sizing: border-box;
	margin: 0;
	padding:0;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
[v-cloak] {
	display: none;
}
/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”é¡¶éƒ¨å¯¼èˆªæ&nbsp;·å¼ */
.nav{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	background: #FFF;
	padding: 10px;
	z-index: 99;
}
.nav&gt;.pc_nav{
	/* max-width:1200px; */
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav&gt;.pc_nav img{
	height: 45px;
}
.pc_nav&gt;ul{
	display: flex;
}
.pc_nav&gt;ul li{
	padding: 0 15px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
	margin-right: 35px;
	background: none;
}
.pc_nav&gt;ul li:last-child{
	margin-right: 0;
}
.pc_nav&gt;ul li a{
	color:#333333;
	font-size: 17px;
}
.pc_nav&gt;ul li:hover{
	background: linear-gradient(45deg, #3F94F5 0%, #4DCFF9 100%);
}
.pc_nav&gt;ul li:hover a{
	color:#FFF;
}
.pc_nav&gt;ul li.active{
	background: linear-gradient(45deg, #3F94F5 0%, #4DCFF9 100%);
}
.pc_nav&gt;ul li.active a{
	color:#FFF;
}

.mobile_nav .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mobile_nav .top&gt;img{
	height: 45px;
}
.mobile_nav .top&gt;.selectImg{
	height: 25px;
}
.mobile_nav .top&gt;i{
	font-size: 30px;
	color:#73B0E3;
	cursor: pointer;
}
.mobile_nav .list a{
	color:#333333;
	font-size: 17px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.mobile_nav&gt;ul li{
	padding: 10px 0;
}
.mobile_nav&gt;ul li:hover{
	background: linear-gradient(45deg, #3F94F5 0%, #4DCFF9 100%);
}
.mobile_nav&gt;ul li:hover a{
	color:#FFF;
}
.mobile_nav&gt;ul li.active{
	background: linear-gradient(45deg, #3F94F5 0%, #4DCFF9 100%);
}
.mobile_nav&gt;ul li.active a{
	color:#FFF;
}
/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”é¡µé¢å†…æ&nbsp;‡é¢˜æ&nbsp;·å¼ */
.index_title{
	text-align: center;
}
.index_title&gt;.design{
	width:24px;
	height: 24px;
	margin-top: 35px;
}
.index_title&gt;p{
	font-size: 22px;
	color:#333333;
	padding: 20px 10px 16px;
}
.index_title&gt;.subtitle{
	font-size: 18px;
	color: #999999;
	margin-bottom: 20px;
}
.index_title&gt;.line{
	width:120px;
	height: 4px;
}
/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”åº•éƒ¨æ&nbsp;·å¼ */
.footer{
	background: #333333;
	padding: 16px;
}
.footer .footer-body{
	max-width:1200px;
	margin-left: 16%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.footer .footer-body .info{
	font-size: 14px;
	color:#FFFFFF;
}
.footer .footer-body .info&gt;ul{
	display: flex;
	flex-wrap: wrap;
	
}
.footer .footer-body .info&gt;ul li{
	margin:0 24px 12px 0;
}
.footer .footer-body .info&gt;ul li:last-child{
	margin-right: 0;
}
.footer .footer-body .info&gt;ul li a{
	color:#FFFFFF;
	border-bottom: 1px solid #333333;
}
.footer .footer-body .info&gt;ul li a:hover{
	border-bottom: 1px solid #FFFFFF;
}
.footer .footer-body .info&gt;p{
	margin-bottom: 12px;
}
.footer .footer-body .qrCode&gt;img{
	height: 80px;
	margin-left: 5px;
}
/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”ä¾§è¾¹ */
.broadside{
	position: fixed;
	right: 5px;
	bottom: 10%;
	width: 40px;
	z-index: 99;
}
.broadside .side-item{
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:5px ;
	background: #fbfbfb;
	margin-bottom: 5px;
	cursor: pointer;
	position: relative;
}
.broadside .side-item&gt;img{
	width:25px;
}
.broadside .side-item&gt;.content {
	position: absolute;
	right: 40px;
	top: 0;
	background: rgba(0,0,0,0.9);
	padding: 5px;
	border-radius: 5px;
	font-size: 24px;
	color: #fff;
	display: none;
}
.broadside .side-item&gt;.content img{
	width: 70px;
}
.broadside .side-item:hover .content{
	display: block;
}
/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”ç•™è¨€å¼¹æ¡† */
.message-box{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	/* background: rgba(0,0,0,0.8); */
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}
.message-box .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background: rgba(0,0,0,0.8);
}
.message-box .box{
	font-size: 18px;
	color:#666666;
	max-width: 1200px;
	margin: auto;
	background: #F2F2F2;
	padding: 0 20px;
	border-radius: 5px;
	position: relative;
}
.message-box .box&gt;p{
	text-align: center;
	margin: 25px 0 40px;
}
.message-box .box input{
	background: #FFF;
	height: 30px;
	border: none;
	border-radius: 3px;
	max-width: 200px;
	min-width: 110px;
}
.message-box .box&gt;div{
	font-size: 16px;
	color:#333333;
	margin-bottom: 20px;
}
.message-box .box&gt;div span{
	display: inline-block;
	width:65px;
	font-weight: bold;
}
.message-box .box .personal-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
}
.message-box .box .personal-info&gt;div{
	max-width: 400px;
	min-width: 160px;
	margin-bottom: 20px;
}
.message-box .box .personal-content{
	display: flex;
}
.message-box .box .personal-content&gt;textarea{
	flex: 1;
	resize: none;
	height: 120px;
	max-width:1135px;
	border:none;
	border-radius: 3px;
}
.personal-submit{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.personal-submit&gt;div:first-child{
	margin-bottom: 10px;
}
.personal-submit .btn{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width:200px;
	text-align: center;
	font-size:16px;
	font-weight: bold;
	color:#FFFFFF;
	background: #0288D6;
	border-radius: 2px;
	cursor: pointer;
}
.wd90{
	width: 90%;
	margin: 0 auto;
}
.wd80{
	width: 80%;
	margin: 0 auto;
}
.wd100{
	width: 100%;
}
.ptb25{
	padding: 25px 0;
}
.font30{
	font-size: 30px;
}
.font25{
	font-size: 25px;
}
.font20{
	font-size: 20px;
}
.center{
	text-align: center;
}
.cf{
	clear: both;
}
@media screen and ( max-width: 768px ) {
	.font30{
		font-size: 25px;
	}
	.font20{
		font-size: 15px;
	}
	.slide-fade-enter-active {
       transition: all .6s ease;
    }
    .slide-fade-leave-active {
       transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0);
    }
    .slide-fade-enter, .slide-fade-leave-to
       /* .slide-fade-leave-active for below version 2.1.8 */ {
       transform: translateX(10px);
       opacity: 0;
    }
}
</pre></body></html>