body {
    font-size: smaller;
}

#NavFooter {
    position: fixed;
    width: 100%;
    z-index: 2000;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid #DCDCE9;
}

#NavFooter ul {
    margin: 0;
    padding: 0;

    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#NavFooter ul li {
    list-style: none;
    display: inline-block;
    margin: 0 8px;
    padding: 10px 0 0 0;    

    flex: 1 1 0%;
    text-align: center;
}

#NavFooter ul img {
    width: 24px;
    height: 24px;
}

#NavFooter ul li a {
    text-decoration: none;
    color: #333;
}

#NavFooter ul li a:hover {
    color: #007AFF;
}

#NavFooter ul li a i {
    font-size: 18px;
}

.astore {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #DCDCE9;
}

.astore .container {    
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.astore .container .div {
    flex: 1;
    overflow: hidden;
}

.astore .icon img {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 12px;
}

.astore .close {
    cursor: pointer;
    transition: color 0.2s, font-weight 0.2s;
}
.astore .close:hover {
    color: #FF3C3C;
    transition: color 0.2s;
}

.astore .introduce {
    flex: 1;
}

.astore .introduce label {
    font-weight: bold;
}

.astore .introduce p {
    font-size: 10px;
    color: #666;
    margin: 0;
    padding: 0;
}

.astore .download button {
    background: linear-gradient(135deg, #007AFF, #5AC8FA);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 122, 255, 0.3);
}
.astore .download button:hover {
    background: linear-gradient(135deg, #FF3C3C, #FFD700);
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 122, 255, 0.5);
    transform: translateY(-2px) scale(1.04);
}

#main-container {
    margin-top: 80px;
    margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
    .label-en-remark {
      display: none;
    }
  
    #Game-menus .tab-text{
      font-size: x-small;
    }
  }