
.container {
    padding-top: 44px;
}
.about-bg {
    /*height: 558px;*/
    width: 100%;
    /*background: url('../images/download-bg.png') no-repeat;*/
    /*background-size: 100% 100%;*/
    /*display: flex;*/
    /*justify-content: flex-end;*/
    /*align-items: center;*/
    /*flex-direction: column;*/
    /*padding-bottom: 29px;*/
    position: relative;
}
.download-img {
    width: 100%;
}
.down-btns {
    position: absolute;
    bottom: 33px;
    width: 100%;
}

.download-btn {
    background: #FF5A98;
    color: #fff;
    width: 274px;
    height: 48px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    font-style: normal;
    text-transform: none;
    border-radius: 42px;
}
.download {
    margin-top: 18px;
}
