#container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    transform-origin: 0% 0%;
    visibility: hidden;

}


#border {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid black;
    z-index: 998;
}

.images {
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
    transform-origin: 50% 60%;
}

#txt1, #txt2 {
    position: absolute;
    width: 374px;
    text-align: center;
    top: 17px;
    left: 0px;
    color: black;
    line-height: 36px;
    font-size: 29px;
    font-family: 'zeekr', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;

}

#txt2{
        top: 24px;
    font-size: 22px;
    line-height: 21px;
}
#disclaimer{
    position: absolute;
    width:728px;
    height:90px;
    right:-144px;
    z-index: 1000;
      pointer-events: none;
}

#footer{
    position: absolute;
    right:1px;
    top:1px;
    width:31px;
    height:31px;
    z-index: 999;
}

#btn, #btn_over{
    transform-origin: 88.5% 71.1%;
}

#btn_over{
    opacity: 0;
}

@font-face {
    font-family: 'zeekr';
    src: url('zeekr.woff2') format('woff2'),
        url('zeekr.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}