.container {
    position: relative;
    background: #f2eef7;
}

.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;
}

.topBtns {
    position: absolute;
    right: 7.2%;
    /* top: 5.66%; */
    top: 7%;
    height: 6%;
}

.topBtns>img:first-child {
    width: 60%;
      height: 100%;
    /* height: 46px; */
    margin-right: 33px;
    display: block;
    cursor: pointer;
}

.topBtns>img:last-child {
  width: 60%;
  height: 100%;
    /* height: 46px; */
    display: block;
    cursor: pointer;
}



.word {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    position: absolute;
    /* bottom: 5.6%; */
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    padding: 2% 0;


font-family: Roboto, Roboto;
font-weight: 400;
font-size: 14px;
color: #333333;

}

.logo{
    position: absolute;
    top: 7%;
    left: 8%;
    width: 5%;
    height: 7.5%;
}

.logoTxt{
        position: absolute;
    top: 9%;
    left: 14%;
    width: 12%;
    height: 3%;
}

.download .btn_android{
    cursor: pointer;
    position: absolute;
    top: 66%;
    left: 7%;
    width: 24%;
    height: 10%;
}
.download .btn_ios{
    cursor: pointer;
    position: absolute;
    top:63%;
    left: 9%;
    width: 331px;
    height: 90px;
}