<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;
    box-sizing: border-box;
}
.cl{ clear:both; font-size:0; height:0;}
.bg-layout {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 480px;
    top: 0;
    left: 50%;
    margin: 0 auto;
}

.box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo {
    text-align: center;
	margin-top:40px;

	width:100%; height:200px;
	color:#FFF;
	overflow:hidden;
}
.logo h1{ font-size:40px; line-height:80px;}
.logo span{ font-size:18px; line-height:40px;}
.logo p{ font-size:18px; line-height:40px;}

.box-wrap {
    width: 100%;
    margin-top: 12px;
}
.box-wrap .line-long {
    width:47%;
    height: 64px;
    border-radius: 10px;
    float: left;
    background-color: #151515;
    margin-left:2%;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

.urlimg {
    text-align: center;
    padding-top: 45px;
}

.urlimg img {
    border-radius: 10px;
    width: 100%;
    /* height: 80px; */
}

.footer {
    margin-top: 12px;
    width: 100%;
}

.footer-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 15px;
    border-bottom: solid #262626 1px;
    border-top: solid #262626 1px;
}

.txt__ {
    text-align: center;
    font-weight: 500;
    vertical-align: top;
    padding: 28px;
}
.txt__ a {
    color: #969696;
}

.icon {
    width: 28px;
    height: 28px;
    margin: 0 16px;
    border-radius: 50%;
}

body {
    background-color: #000 !important;
}

.top {
    width: 100%;
    height: 45px;
    background-color: #000;
    line-height: 45px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
}

.logo img {
    width: 100%;
}
</pre></body></html>