* {
    margin: 0;
    padding: 0;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    position: relative;
}
img {max-width:100%;}
.bg {
    width: 100%;
    height: 1780px;
    display: block;
}

.header {
    position: absolute;
    top: 1%;
    display: flex;
    justify-content: center;
    column-gap : 20px;
}

.header img {
    width: 90%;
    display: block;
    cursor: pointer;
}

.header .game {
    display: flex;
    list-style: none;
    margin-top: 20px;
    font-size: 48px;
}

.header .game li {
    flex: 1;
    text-align: center;
    line-height: 2;
    color: #fff;
}

.section{
    position: relative;
    margin-top: -1.6%;
}

.section .section-bg {
    width: 100%;
}

.section .btns {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.section .btn-sub {
    top: 59%;
}

.section .btns img {
    width: 46%;
    display: block;
    cursor: pointer;
}

.activity img {
    width: 100%;
    border-radius: 5%;
}

.header>span{
    color: white;
    font-size: 7.5vw;
    margin-top: 1%;
    text-align: center;
    width: 100%;
}

.flex-down{
    position: absolute;
    top: 11%;
    display: flex;
    flex-direction: column;
    width: 95%;
    left: 50%;
    transform: translate(-50%);
}





table {
        border-collapse: collapse;
        width: 100%;
		font-size:1rem;
    }
    th, td {
        border: 1px solid #000;
        padding: 8px;
        text-align: center;
    }
    th {
        background-color: #4d6ef1;
        color: white;
        border: none;
		line-height:2;
		font-size:1.5rem;
		
    }
    tr:first-child td {
        background-color: blue;
        color: white;
        border: none;
    }
 
 .jcwz1 {font-size:2.5rem;font-weight:bolder;padding:0.5rem 0;}   