html,body{
    margin: 0;
    padding: 0;
    background: #0B122B;
}
.home{
    width: 100%;
    height: 100vh;
    color: #fff;
    flex-direction: column;
}
.no {
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}
.flex{
    display: flex;
}
.flex_c{
    display: flex;
    justify-content: center;
    align-items: center;
}
.site{
    width: 1200px;
    margin: 0 auto;
}
/* 导航 */
.header{
    width: 100%;
    height: 80px;
    background: #0B122B;
}
._header{
    align-items: center;
    justify-content: space-between;
}
.header_le{
    font-size: 22px;
    cursor: pointer;
}
.header_le:hover{
    color: rgba(255, 255, 255, 0.4);
}
.header_le img{
    width: 43.6px;
    height: 43.6px;
    margin-right: 20px; 
}
.header_ri{
    cursor: pointer;
    position: relative;
}
.header_ri i{
    font-size: 20px;
    margin-left: 20px;
}
.header_box{
    top: 30px;
    right: 0;
    position: absolute;
    width: 184px;
    height: 215px;
    border-radius: 11px;
    border: rgba(255, 255, 255, 0.56) 1px solid;
    backdrop-filter: blur(10px);
    background: rgba(16, 14, 60, 0.40);
    font-size: 14px;
    padding: 30px 0 5px;
    box-sizing: border-box;
    flex-direction: column;
    z-index: 99;
}
.header_box div{
    cursor: pointer;
    margin-bottom: 25px;
}
.header_box div:hover{
    color: rgba(255, 255, 255, 0.4);
}

/* 尾部 */
.footer{
    width: 100%;
    height: 128px;
    background: #100E3C;
}
._footer{
    justify-content: space-between;
    height: 100%;
}   
.footer_le{
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.footer_le_top{
    list-style: none;
    align-items: center;
    margin-bottom: 20px;
}
.footer_le_top li{
    color: #CED6FF;
    margin-right: 20px;
    font-size: 14px;
    cursor: pointer;
}
.footer_le_top div{
    width: 2px;
    height: 11px;
    background: #3657FF;
    margin-right: 5px;
}
.footer_le_top .add{
   color: #CED6FF; 
   margin-right: 30px;
   font-size: 16px;
}
.footer_le_bot{
    color: #CED6FF;
    font-size: 14px;        
}
.footer_ri{
    color: #CED6FF;
    font-size: 14px;     
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.footer_ri i{
    font-size: 24px;
    color: #CED6FF;
    margin-left: 14px;
}
.footer_ri_bot{
    margin-top: 20px;
}


@media only screen and (max-width: 1200px) {
    .site{
        width: 1000px !important;
        margin: 0 auto;
    }
}


@media only screen and (max-width: 1000px) {
    .site{
        width: 750px !important;
        margin: 0 auto !important;
    }
    .home{
        height: 100%;
    }
    .newBody_body{
        display: block;
    }
    .newBody_body_box{
        margin-bottom: 50px;
    }
    .newBody_download img{
        width: 214px !important;
        height: 63px !important;
    }
    .newBody_title{
        margin-top: 20px;
        font-size: 30px !important;
    }
    .newBody_text{
        font-size: 16px !important;
    }
    .header_le{
        font-size: 18px;
    }
    .header_le img{
        width: 33px;
        height: 33px;
    }
    .header_ri i {
        font-size: 18px;
    }
    .header_box{
        padding: 22px 0 5px;
        width: 150px;
        height: 168px;
    }
    .header_box_btn{
        margin-bottom: 20px !important;
    }
    .footer_le_top{
        display: none;
    }
    .header{
        height: 60px !important;
    }
    .footer{
        height: 100px;
    }
    .footer_le, .footer_ri{
        align-items: center;
        font-size: 12px;
    }
    ._footer{
        flex-direction: column;
        margin: 20px 0;
        justify-content: center;
    }
    .footer_ri_bot{
        margin: 0;
    }
    .footer_le_top{
        margin: 0;
    }

    .newBody_le{
        display: none;
    }
    .newBody_ri{
        padding: 50px 0 0 !important;
    }
}


@media only screen and (max-width: 750px) {
    .site{
        width: 500px !important;
        margin: 0 auto;
    }
    .footer_le_bot{
        text-align: center;
    }
    .header{
        height: 40px !important;
    }
    .header_le img{
        width: 22px;
        height: 22px;
    }
    .header_le{
        font-size: 14px;
    }
    .header_ri{
        font-size: 14px;
    }
    .header_ri i {
        font-size: 14px;
    }

    .newBody_title{
        font-size: 25px !important;
        margin-top: 100px;
    }
    .newBody_text{
        font-size: 14px !important;
    }
    .newBody_download img{
        margin: 0 15px !important;
    }
    .footer_le_bot{
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 400px) {
    .site{
        width: 350px !important;
        margin: 0 auto !important;
    }
}