*{
    padding: 0;
    margin: 0;
    font-family: PingFang SC, "Hiragino SansGB" , Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
body{
    position: relative;
    padding: 0;
    margin: 0;
}

.body{
    position: relative;
    min-width: 1200px;
    max-width: 1920px;
    min-height: 2000px;
    background-color: #000000;
    /* overflow-x: hidden; */
}

.navigator{
    position: fixed;
    width: 100%;
    height: 92px;
    background-color: rgba(0, 0,0, 0.5);
    top: 0;
    z-index: 999;
}

.bottomLogo{
    width: 192px;
    height:60px;¡
    margin-bottom: 16px;
    margin-left: 37px;
}
.navigator .logo{
    width: 192px;
    height:60px;
    margin-top: 15px;
    margin-left: 37px;
}

.navigator .rightDiv{
    float: right;
    margin-top: 34px;
    margin-right: 35px;
    color: #ffffff;
}
.navigator .right{
    display: inline-block;
    color: #ffffff;
    margin: 0 20px;
    cursor: pointer;
}
.navigator .right a{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    height: 24px;
}
.navigator .right img{
    width: 24px;
    height: 24px;
    /* vertical-align: bottom; */
    float: left;
}
.navigator .right span{
    display: inline-block;
    /* width: px; */
    height: 24px;
    margin-left: 6px;
    margin-right: 6px;
    line-height: 24px;
    /* vertical-align: top; */
}

.navigator .register, .navigator .login,
.navigator .register, .navigator .line,
.navigator .register, .navigator .register{
    margin: 0 5px;
}

.header-wrap{
    /* overflow-x: hidden; */
}
.main{
    position: relative;
    /* max-width: 1920px; */
    background-position: top center;
    background-image: url(../images/bg.jpg);
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat; 
    min-height: 1480px;
    margin-top: -20px;
}

.home{
    position: absolute;
    width: 100%;
    height: 100%;
}

.home .top{
    position: relative;
    width: 625px;
    height: 251px;
    background-color:rgba(0, 0, 0, 0.4);
    left: 50%;
    transform: translateX(-50%);
    margin-top: 450px;
    border-radius: 20px;
}

.home .top .qrcode {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 223px;
    height: 213px;
    line-height: 20px;
    background-color: #ffffff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 20px;
}
.home .top .mask {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 225px;
    height: 215px;
    line-height: 213px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    background: rgba(0,0,0,0.9);
    border-radius: 20px;
}

.home .top .intro{
    position: absolute;
    width: 375px;
    height: 75px;
    left: 280px;
    top: 30px;
    color: #ffffff;
}

.home .top .intro p{
     margin-left: 100px;
}

.home .top .intro img{
    width: 74px;
    height: 74px;
    float: left;
}

.home .top .download{
    position: absolute;
    width: 305px;
    height: 115px;
    left: 280px;
    top: 120px;
    border-radius: 10px;
    cursor: pointer;
}

.home .center{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1000px;
    height: 200px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 148px;
}
.home .center a {
    display: block;
    color: #ffffff;
    list-style: none;
    text-decoration: none;
}
.home .center a div{
    /* position: relative; */
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color:#401010;
}

.home .center a div img{
    /* position: absolute; */
    width: 60px;
    height: 60px;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);

}

.home .center a span{
    display: block;
    color: #ffffff;
    list-style: none;
    text-align: center;
    margin-top: 20px;
}

.home .third {
    position: relative;
    width: 80%;
    /* height: 750px; */
    left: 50%;
    transform: translateX(-50%);
    margin-top: 132px;
}

.home .third .third-title{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
}

.home .third .third-list{
    width: 100%;
    display:flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
}

.home .third .third-list img{
    width: 65%;
    height: auto;
    margin-top: 30px;
}

.home .bottom{
    position: relative;
    width: 100%;
    height: 150px;
}

.home .bottom .bottom-contact{
    height: 41px;
    width: 402px;
    text-align: center;
    color: #ffffff;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 130px;
}

.home .bottom .bottom-contact a{
    text-decoration: none;
    color: #ffffff;
}

.home .bottom .bottom-info{
    width: 1000px;
    /* height: 1; */
    margin-left: 53%;
    margin-top: 20px;;
    transform: translateX(-50%);
}

.home .bottom .bottom-info .logo{
    width: 192px;
    height:60px;
    float: left;
}
.home .bottom .bottom-info p{
    display: inline-block;
    width: 700px;
    height:60px;
    /* float: left; */
    margin-left: 20px;;
    color: #ffffff;
    font-size: 16px;
}

.loginBox, .registerBox{
    position: fixed;
    width: 200px;
    height: 220px;
    background-color: rgba(0,0,0,0.9);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}
.loginBox .close, .registerBox .close{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 32px;
    color: #ffffff;
    cursor: pointer;
}
.loginBox .account, .registerBox .account{
    position: absolute;
    margin-left: 10%;
    top:60px;
    color: #ffffff;
}
.loginBox .password, .registerBox .password{
    position: absolute;
    margin-left: 10%;
    top: 100px;
    color: #ffffff;
}
.loginBox input, .registerBox input{
    height: 20px;
}
.loginBox button, .registerBox button{
    width: 100px;
    height: 25px;
    font-size: 16px;
    position: absolute;
    margin-left: 25%;
    top: 150px;
}