.container {
    min-width: 100vw;
    min-height: 100vh;
    position: relative;
    background: #ffffff;
    /* background-repeat: no-repeat;
    background-position: center;
    background-origin: content-box; */
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.flex.ac {
    align-items: center;
}

.flex.jc {
    justify-content: center;
}

.flex.js {
    justify-content: space-between;
}

.header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

/* 1920 */

/* 
    1.png 1359
*/

.headerBlock {
    position: relative;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 50px;
    background: #ffffff;
}

.logo {
    /* position: absolute;
    top: 3%;
    left: 8%; */
    width: 80px;
    height: 80px;
}

.topBtns {
}

.topBtns > img:first-child {
    width: 164px;
    height: 46px;
    margin-right: 33px;
    display: block;
    cursor: pointer;
}

.topBtns > img.about {
    width: 136px;
    height: 46px;
    margin-right: 33px;
    display: block;
    cursor: pointer;
}

.topBtns > img.recharge {
    width: 136px;
    height: 46px;
    display: block;
    cursor: pointer;
}

.botton {
    padding-bottom: 60px;
}
.word {
    font-size: 14px;
    font-family:
        PingFangSC-Regular,
        PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.img1 {
    position: relative;
}
.download .btn_android {
    cursor: pointer;
    position: absolute;
    top: 60%;
    left: 8%;
    width: 20%;
    z-index: 1;
}

.download .btn_ios {
    cursor: pointer;
    position: absolute;
    top: 60%;
    left: 35%;
    width: 20%;
    z-index: 1;
}
