@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

li {
    list-style: none
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Orbitron", sans-serif;
}

body {
    background: #151515;
}

.others {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    z-index: 1000;
}

.header {
    max-width: calc(100% - 20px);
    height: 70px;
    margin: 10px;
    border-radius: 8px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .left {
    position: absolute;
    left: 20px;
    width: 40px;
    height: 40px;
}

.header .left img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.header .right {
    position: absolute;
    right: 20px;
}

.faq {
    color: #fff !important;
}

.main a {
    color: #888;
    text-decoration: none;
    padding: 12px 25px 12px 25px;
    font-size: 15px;
    font-weight: 500;
}

.main a:hover {
    color: #bbb
}

.right a {
    color: #888;
    text-decoration: none;
    padding: 11px 23px 11px 23px;
    font-size: 15px;
    font-weight: 500;
}

.right a:hover {
    color: #bbb;
}

/* .contact {
} */

.login {
    color: #fff !important;
    background: #000;
    border-radius: 8px;
}

.login:hover {
    background: #0b0b0b
}

.content {
    padding-top: 50px;
    width: 100%;
    min-height: calc(100vh - 90px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 45%;
}

.top h1 {
    color: #fff;
    font-size: 72px;
    text-transform: uppercase;
}

.top h3 {
    color: #ccc;
    line-height: 18px;
}

.top p {
    padding-top: 15px;
    color: #ccc;
    text-align: left;
    line-height: 18px;
    font-weight: 800;
}

.bottom {
    font-size: 14px;
    color: #777;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    margin: 30px;
}

.bottom a {
    color: #999
}

@media (max-width: 1192px) {
    .top p {
        text-align: left;
    }
}