html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url('/image/game_23/bg.png');
    background-size: 100% 100vh;
    background-attachment: fixed;
}

a {
    text-decoration: unset;
    color: white;
}

.page-main {
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
    padding: 0.5rem;
}

.header img {
    width: 16rem;
    margin-top: .3rem;
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: .7rem;
    margin: 0 .5rem;
    padding: 0 .2rem;
}

.search-bar input {
    flex: 1;
    border: none;
    outline: none;
    font-size: .8rem;
    padding-right: 5rem;
}

.search-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: -0.5rem;
}

.search-btn img {
    width: 1.5rem;
}

input::placeholder {
    color: #8b8b8b;
    font-size: .8rem;
    font-style: italic;
    font-weight: 700;
}

.categorize-box {
    position: relative;
    /*width: 100%;*/
    padding: 10px;
}

.image-container {
    position: relative;
    /*display: inline-block;*/
    /*width: 100%;*/
    padding: 5px;
    background: #fff;
    border-radius:15px;
}

.categorize-box {
    box-shadow: 0 3px 18px 0 rgb(0 0 0 / 16%);
    border-radius: 15px;
    margin: 10px auto;
}

.categorize-img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    min-height: 8rem;
}

.categorize-dec {
    position: absolute;
    bottom: 10%;
    left: 4%;
    right: 0;
    color: white;
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: left;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2rem;
}

.menu-container {
    display: flex;
    align-items: center;
    padding: 5px 2px;
    margin-top: 5px;
}

.scrollable-menu {
    overflow-x: auto;
    white-space: nowrap;
    flex: 1;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollable-menu::-webkit-scrollbar {
    display: none;
}

.scrollable-menu a {
    display: inline-block;
    padding: 5px 8px;
    color: #504c4c;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.fixed-icon img {
    width: 30px;
    cursor: pointer;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
}

#popup {
    width: 80%;
    max-width: 500px;
    padding: 40px 40px 0px 40px;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    text-align: center;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
}

.adBanner0 {
    width: 375px;
    height: 375px;
    z-index: -1;
}

#closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: not-allowed;
    opacity: 0.5;
    width: 15px;
}

#closeBtn.enabled {
    cursor: pointer;
    opacity: 1;
}

.line-item{
    margin: 0 .5rem;
}

.copyright-content{
    color:#fff;
    text-align:center;
}


.play-btn{
    height: 4rem;
    width: 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #fed853, #e9e42d, #e7b60c, #e3ca15cf, #c57d00);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .54);
    border-radius: 2rem;
    font-size: 20px;
    font-weight: bold;
}

.play-btn img{
    width:2rem;
    height:2rem;
}

.categorize-title{
    font-size: 18px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.des-info-all{
    max-height: 9rem;
    overflow: hidden;
    padding: 0.2rem;
    text-align: left;
    color: #fff;
}



.categorize-icon{
    width: 41.66666667%;
    margin: 1rem auto;
}

.categorize-icon img{
    max-width: 100%;
    border-radius: 12px;
}

.page-main{
    height: auto !important;
}

.page-content{
    text-align: center;
    width: 100%;
}

.header-main{
    display: inline-flex; align-items: center; margin: 2px;
}

.footer-main{
    display: flex;
    text-align: center;
    justify-content: center;
    color: #fff;
    margin-top: 1rem;
}