* {
    margin: 0;
    padding: 0;
}
.bg-container{
    width: 100%;
    height: 100vh;
}
.bg-container video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
::-webkit-scrollbar{
    width: 0;
}
.top{
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 10px;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.top .logo img{
    height: 45px;
}
.main{
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: calc(100vh - 320px);
    z-index: 9;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.main .name{
    font-size: 60px;
    line-height: 48px;
    font-weight: 700;
}
.main .desc{
    margin-top: 10px;
    font-size: 16px;
    line-height: 21px;
}
.img1{
    margin-top: 55px;
    width: 370px;
    height: 38px;
}
.right{
    display: flex;
    align-items: flex-end;
}
.right .btnDownload{
    width: 242px;
    height: 67px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}
.right .btnDownload:hover{
    filter: brightness(1.1);
}
.download-btn2{
    color: #894d00;
    margin-right: 22px;
    background-image: url(./dbtn2.png);
}
.download-btn3{
    color: #fff;
    background-image: url(./dbtn1.png);
}
body{
    padding-bottom: 0 !important;
}
.footer{
    display: none !important;
}
.copyright{
    margin: 0;
    padding: 20px;
    background: #111;
    color: #fff;
}
.site-logo{
    position: absolute;
    top: 10px;
    left: 34px;
}