html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.downloadPage {
    margin: 0 auto;
    max-width: 800px;
    min-height: 812px;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-size: cover;
    padding: 0 5px;
}

.changeLang {
    width: 100%;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ffffff;
    font-size: 13px;
    box-sizing: border-box;
}

.downloadEarn {
    flex: 1;
    width: 100%;
}

.box {
    width: 100%;
    height: 50%;
}

.top {
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 20px;
    margin-bottom: 12px;
}

.logo {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.logoText {
    height: 58px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logoText2 {
    height: 68px;
    display: flex;
    flex-direction: column;
}

.middle {
    margin-bottom: 16px;
}

.middleItem {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 20px;
    justify-content: space-between;
    margin-top: 60px;
    align-items: center;
}

.btnItem {
    width: 240px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.37);
    border-radius: 35px 35px 35px 35px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    box-sizing: border-box;
    padding: 20px 0;
    text-decoration: unset;
    color: #fff;
    margin-bottom: 32px;
}

.btnImgWrap {
    display: flex;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.75);
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 20px;
}

.btnItemContentWrap {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}
