img {
    width: 100%;
}

.container {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.headerBlock{
    position: relative;
    display: flex;
}

.top {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 256px;
    padding: 4.4% 5.7% 4.4% 6.1%;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.left {
    position: relative;
    display: flex;
    align-items: center;
}

.left span{
    
    left: 110%;
    margin-left: 24px;
    font-weight: 500;
    font-size: 48px;
    font-family: PingFangSC, PingFang SC;
    color: #222222;
    line-height: 67px;
    white-space: nowrap;
    box-sizing: border-box;
    font-style: normal;
}

.logo{
    top: 5.2%;
    left: 8.3%;
    width: 108px;
    height: 108px;
}
.right {
    flex: 1;
    display: flex;
    /* width: 50%; */
    height: 100%;
    margin-left: 30px;
    align-items: center;
    justify-content: flex-end;
}
.right span {
    margin: 0 2.4%;
    font-size: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #222222;
    line-height: 45px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
}
.right span:nth-child(1) {
    color: #31FF99;
}
.btn-group {
    position: absolute;
    top: 61.9%;
    left: 12.7%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.appleBtn {
    width: 16.2%;
    height: 7.6%;
    object-fit: contain;
    cursor: pointer;
}
.googleBtn {
    /* position: absolute;
    top: 73.6%;
    left: 12.7%; */
    width: 16.2%;
    height: 7.6%;
    object-fit: contain;
    cursor: pointer;
}
.download {
    display: flex;
    width: 16.2%;
    height: 7.6%;
    margin-top: 10px;
    border-radius: 50px;
    background-color: #31FF99;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    span {
        color: #000;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
    }
}

.word{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    background-image: url(./../images/bottom.png);
}
