@font-face {
    font-family: marusc;
    src: url('../fonts/975MaruSC-Regular.ttf');
}

a{
    cursor: pointer;
    text-decoration: none;
}

.popup{
    margin: auto;
    text-align: center;
}
.popup_info{
    margin: auto;
    font-family: marusc;
    font-size: 22px;
    border: #FFFFFF;
    color: #000;
}

.block{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    display: none;
    text-align: center;
}


#buttons{
    margin: auto;
    position:sticky;
    top:0;
    display: flex;
    height: 32px;
    width: 1008px;
    z-index: 4;
    
}
.page_buttons{
    margin: auto;
    text-decoration: none;
    position: relative;
    display: flex;
    width: 186px;
    height: 66px;
    background-image: url('../img/bg_default.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 4;

}

.buttons_text{
    text-align: center;
    font-family:marusc;
    color:#FBDCAB;
    font-size: 22px;
    text-shadow: 0,0,5px,#FFCF8A;
    margin: auto;
    z-index: 5;
    
}
.hoverimg{
    position: absolute;
    top:0px;
    left:0px;
    width: 186px;
    height:66px;
    z-index: 4;
}

#footer{
    position: relative;
    background-color: #575757;
    height: 436px;
    width: 100%;
    color :#FFFFFF;
    z-index: 8;
}

#infos1{
    position: relative;
    display: flex;
    height: 300px;
}
#infos2{
    text-align: center;
    height: 136px;

}

#no_ai{
    text-align: center;
}

.infos{
    position: relative;
    margin :auto;
    text-align: left;
    
}

.icon_beian{
    width: 18px;
    height: 20px;
    vertical-align:-2px;
}

#donate:hover{
    background-image: url('../img/donate_common_focus.png');

}

#donate{
    background-image: url('../img/donate_common.png');
    background-repeat: no-repeat;
    position: absolute;
    top:120px;
    right:260px;
    width: 76px;
    height: 76px;
}