* {
    padding: 0;
    margin: 0;
}

img {
    vertical-align: top;
}

button {
    outline: none;
    background: none;
    border: none;
}

button:active {
    opacity: .8;
}

.container {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.bg {
    height: 430px;
}

.download-bg {
    width: 100vw;
    height: 800px;
    object-fit: cover;
}

.download-bg2 {
    width: 100vw;
    height: 550px;
    object-fit: cover;
}

.content-body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#logo {
    width: 85px;
    height: 85px
}

#app-name {
    margin-top: 15px;
    font-size: 32px;
    font-weight: bold;
}

#app-desc {
    margin-top: 20px;
    font-size: 17px;
    color: #333333;
    font-weight: 500;
}

#app-info {
    margin-left: 60px;
    height: 410px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

#download-btn-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 124px;
    margin-right: 20px;
}

.download-btn {
    display: flex;
    align-items: center;
    background: #D07307;
    color: #fff;
    border-radius: 5px;
    width: 200px;
    height:47px;
    justify-content: space-between;
    padding: 8px 15px;
    cursor: pointer;
}

.download-btn img {
    width: 30px;
}

.download-btn span {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 19px;
}

#qr-code {
    width: 180px;
    height: 180px;
    padding: 5px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top {
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 200px;
}

#top a {
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

#download-pop {
    position: fixed;
    right: 0;
    bottom: 100px;
    background: #fff;
    display: none;
}

.download-pop-btn {
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 0px;
    justify-content: space-between;
    padding: 9px 16px;
    margin-bottom: 1px;
}

#qr-code-area {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    flex-direction: column;
    background: #ffb80f;
}

#qr-code2 {
    width: 60px;
    height: 60px;
    padding: 5px;
    background: #fff;
}

#qr-code-area span {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}

#bottom-version {
    background: #e0e6f5;
    padding: 10px 0px;
    font-size: 12px;
}

