*{
    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: 1400px;
    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: 1400px;
    margin-top: -20px;
}

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

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

.home .top{
    box-sizing: border-box;
    /* width: 1500px; */
    position: relative;
    margin-top: 800px;
    color: #ffffff;
    padding: 20px;
    margin-left: 130px;
}

.home .top p:first-of-type{
    font-size: 48px;
}
.home .top p:last-of-type{
    font-size: 24px;
    margin-top: 53px;
    line-height: 36px;
}



.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;
}