.container {
    position: relative;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.flex.ac {
    align-items: center;
}

.flex.jc {
    justify-content: center;
}

.flex.js {
    justify-content: space-between;
}

.logo{
    position: absolute;
    top: 6px;
    left: 10%;
    width: 150px;
    height: 150px;
    z-index: 9;
}

.btn_google{
    position: absolute;
    top: 60%;
    left: 10%;
    width: 357px;
    height: 136px;
    z-index: 9;
    cursor: pointer;
}

.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: 4vh;
}

.topBtns>img:first-child {
    width: 164px;
    height: 46px;
    margin-right: 33px;
    display: block;
    cursor: pointer;
}

.topBtns>img:last-child {
    width: 136px;
    height: 46px;
    display: block;
    cursor: pointer;
}

.word1 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    position: absolute;
    bottom: 8.9%;
    left: 0;
    width: 100%;
    text-align: center;
    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;
}

.adress {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    position: absolute;
    bottom: 4%;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.bei{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    position: absolute;
    bottom: 2.5%;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

