*{
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
    max-width: 768px;
    margin: auto;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}
.container{
    height: 100%;
}
.container img{
    width: 100%;
    display: block;
}
.container .button_wrap{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    height: 100px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    -webkit-overflow-scrolling:touch;
}
.container .button_wrap div{
    width: 300px;
    height: 60px;
    line-height: 60px;
    border-radius: 90px;
    background:linear-gradient(to right, #3391FF, #1B68FF);
    color: #ffffff;
    margin:16px auto;
    text-align: center;
    font-size: 18px;
}
.ug{
    /*font-family: 'ALKATIP Basma Tom';*/
    font-family: 'ukjTor';
}
.not_wx{
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    transition: all .3s ease-in-out;
    z-index: 10;
}
.not_wx img{
    width: 100%;
    max-height: 200px;
}

.opacity{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000090;
    z-index: 5;
    display: none;
}