<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;
}

ul li {
    list-style: none;
}
a{
	text-decoration: none;
	color:#000;
}
html,
body {
    height: 100%;
    font-family: '脙楼脗戮脗庐脙篓脗陆脗炉脙漏芒鈧好⑩偓娄脙漏脗禄芒鈧�';
    font-size: 14px;
	overflow-x:hidden;
	min-width:1300px;
}
body{
	overflow-y:scroll;
}
.animated{
	opacity: 0;
}
.header{
	width:1240px;
	margin:0 auto;
	padding:26px 0;
	display:flex;
	align-items: center;
	font-size:18px;
	font-family:PingFang SC;
	font-weight:500;
	color:rgba(55,55,55,1);
}
.header .title{
	margin-top:10px;
}
.bg-view{
	width:1200px;
	margin:0 auto;
	position:relative;
}
.bg-view .bg{
	position: absolute;
	right:-1160px;
	top:0;
	z-index: -1;
}
.header	.logo{
	height:56px;
	margin-right:16px;
}
.onepage{
	display:flex;
	margin:133px auto 0;
	width:1240px;
	justify-content: space-between;
}
.onepage .banner{
	margin-right:-40px;
}
.onepage .left .tip{
	font-size:20px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(105,105,105,1);
	line-height:70px;
	margin-top:20px;
}
.onepage .left .title{
	font-size:42px;
	font-family:PingFang SC;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:52px;
	height:40px;
	margin:0 0 26px;
}
.onepage .left .profile{
	font-size:16px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(151,151,151,1);
	line-height:30px;	
}
.onepage .left .down{
	margin-top:40px;
	display:flex;
	justify-content: center;
	align-items: center;
	width:210px;
	height:60px;
	background:linear-gradient(-90deg,rgba(57,159,255,1),rgba(91,154,255,1));
	box-shadow:0px 16px 24px 0px rgba(53,125,255,0.24);
	border-radius:30px;
	font-size:18px;
	font-family:PingFang SC;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:72px;

}
.onepage .left .down:hover{
	margin-top:36px;
}
.onepage .left .down .top_download_white{
	margin-right:10px;
}
.twopage{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.twopage ul{
	display:flex;
	justify-content: space-around;
		width:1200px;
}
.twopage ul li:nth-child(2){
	margin:0 155px;
}
.twopage ul li .tip{
	font-size:16px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(135,135,135,1);
	margin-left: 14px;
	margin-bottom:20px;
}
.twopage ul li img:hover,.thrpage ul li img:hover{
	transform: translateY(-4px);
}
.twopage .simple_operation{
	margin:80px 0 40px;
}
.thrpage{
	width:1200px;
	margin:100px auto 0;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.thrpage ul{
	display:flex;
	justify-content: space-around;
	width:1200px;
	margin-top:40px;
}
.thrpage ul li{
	display:flex;
	flex-direction: column;
	align-items: center;
}
.thrpage ul li .title{
	font-size:18px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(58,159,255,1);
	line-height:24px;
}
.thrpage ul li .profile{
	font-size:14px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(105,105,105,1);
	line-height:24px;
}

.footer-view{
	margin-top:50px;
	text-align:center;
	padding:20px 0;
	overflow:hidden;
	color:rgba(105,105,105,0.5);
}
.fadeInUp {
    -webkit-animation-name: fadeInUp30;
    animation-name: fadeInUp30;
}
@keyframes fadeInUp30 {
    from { 	 
		-webkit-transform: translateY(30px);
	 -ms-transform: translateY(30px);
	        transform: translateY(30px);
			opacity: 0;
			}
    to   { 	  -webkit-transform: translateY(0px);
	 -ms-transform: translateY(0px);
	        transform: translateY(0px);
			opacity: 1;}
}</pre></body></html>