﻿@charset "utf-8";
/* CSS Document */

* {
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

body {
    margin: 0 auto;
    padding: 0;
    letter-spacing: 0;
    height: 100%;
    width: 100%;
    color: #333;
    background: #0a0c0d;
    font-size: 12px;
    font-family: "思源黑体", "Source Han Sans CN";
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    letter-spacing: 0;
}

input, li, p, ul {
    margin: 0;
    padding: 0
}

li, ul {
    list-style: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer
}

.clear {
    clear: both;
}

.videoBg {
    width: auto;
    margin: auto;
    text-align: center;
}

#video {
    cursor: pointer;
}
@media (max-width: 1600px) {
    #video {
        width: 100%;
    }
}
.login {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1); /* 黑色半透明遮罩 */
    display: flex;
    display: none;
    z-index: 10;
}

#reg_outer, #login_outer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 5;
    background: url(../reg_bg.png) center center no-repeat;
}

.regBox {
    width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -170px 0 0 -186px;
    color: #FFFFFF;
}

.tit {
    width: 100%;
    height: 48px;
    background: url(../reg_ipt.png) 0 0 no-repeat;
    margin-bottom: 10px;
}

.regIpt {
    width: 283px;
    height: 35px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: auto;
}

.user, .psw {
    background: url(../input_bg.png) 0 0 no-repeat;
}

.regIpt span {
    width: 90px;
    height: 35px;
    font-size: 16px;
    text-align: right;
    line-height: 35px;
    color: #FFFFFF;
}

.regIpt input {
    width: 164px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding: 0 15px;
    float: left;
    border: none;
    background: none;
    border-radius: 3px;
    color: #000;
    outline: none;
}

.regMsg, .error, .success {
    padding: 2px 0 2px 110px
}

.error {
    color: #f00;
    font-weight: bold;
}

.regBtn {
    text-align: center;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.xy {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1); /* 黑色半透明遮罩 */
    display: none;
    z-index: 100;
}

.registration_agreement, .privacy_policy {width: 80%;
    margin: 5% auto;
    height: 70%;
    background: #FFFFFF;
    padding: 2% 3%;
    border-radius: 10px;
    overflow-y: scroll;
    display: none;
}
.close {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 10%;
    right: 10%;
}