<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

html {
	font-size: 100px;
}

body {
	margin: 0;
	padding: 0;
	background-color:#080808;
	font-family: "Microsoft YaHei"
}

#top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.3rem;
	background-image: url("Header_01.png");
	background-size: 100% 100%;
	background-repeat:no-repeat;
	z-index: 999;
}

#top2{
	position: fixed;
	top: 0;
	left: 0;
	right:0;
    margin: 0 auto;
	width: 100%;
	max-width:720px;
	height: 1.3rem;
	background-image: url("Header_02.png");
	background-size: 100% 100%;
	background-repeat:no-repeat;
	z-index: 998;
}


.topIcon{
	margin-left: 10px;
	width: 1rem;
	height: 1rem;
}

.topTitle{
	margin-left: 10px;
	font-size: 0.4rem;
	font-weight: 600;
	color: #e9967f;
}

.container {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	margin-top:7%;
	background-color:#080808;
}

.kefu a{
	position: fixed;
	top: 10%;
	right: 2%;
	width: 1rem;
	height: 1rem;
	background-image: url("../images/btn_advisory.png");
	background-size: 100% 100%;
	z-index: 999;
}

.ffacebook a{
    position: absolute;
    top: 78%;
    left: 1%;
    width: 30%;
    height: 0.95rem;
    background-image: url(../images/FB.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.yyoutube a{
    position: absolute;
    top: 78%;
    left: 66%;
    width: 30%;
    height: 0.95rem;
    background-image: url(../images/YT.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.ttelegram a{
    position: absolute;
    top: 78%;
    left: 33.5%;
    width: 30%;
    height: 0.95rem;
    background-image: url(../images/tl.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.container .downBtn{
	position: absolute;
	top: 39%;
	left: 20%;
	width: 60%;
	height: 0.95rem;
	background-image: url("../images/btn_download.gif");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.downBtn .online{
	position: absolute;
	top: -3.6rem;
	right: -1rem;
	width: 2rem;
	height: 1rem;
	/*background-image: url("../images/bg_online.png");*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.container .downNum{
	position: absolute;
	top: 45.7%;
	right: 14%;
	width: 40%;
	height: 1rem;
	font-size: 0.44rem;
	text-align: center;
	align-items: 1rem;
	color: #fff;
}

.container .footer{
	position: absolute;
	bottom:-50px;
	right: 0;
	width: 100%;
	height: 2rem;
	color: #ffffff;
}

.footer p{
	padding: 0;
	margin: 0;
}
</pre></body></html>