* {
    margin: 0;
    padding: 0;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
}

.bg {
    width: 100%;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header img {
    width: 90%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.header .game {
    display: flex;
    list-style: none;
    margin-top: 20px;
    font-size: 48px;
    justify-content: space-around;
}

.header .game li {
    flex: 1;
    text-align: center;
    line-height: 2;
    color: #fff;
}

.section {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
}

.section .section-bg {
    width: 100%;
    border-radius: 15px;
}

.section .btns {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.section .btns img {
    width: 46%;
    display: block;
    cursor: pointer;
}

.section2 {
    top: 29%;
}

.section4 {
    top: 30%;
}

.contact {
    position: absolute;
    top: 36.8%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}

.contact img {
    width: 100%;
}

.activity {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
}

.activity1 {
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
}

.section0 {
    top: 1%;
}

.section3 {
    top: 7.8%;
}

.activity img {
    width: 100%;
}

.activity1 img {
    width: 100%;
}

@media screen and (max-width: 500px) {
    .header .game {
        font-size: 16px;
        margin-top: 18px;
    }
}

.mantine-197x6wd:hover:hover {
    background-size: 200%;
}

.mantine-197x6wd {
    border: 0px;
    background-image: linear-gradient(180deg, rgb(47, 187, 247) 0%, rgb(35, 111, 234) 100%);
    color: rgb(255, 255, 255);
    height: .7rem;
    padding: 0px 18px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    width: 46%;
    border-radius: .2rem;
    font-weight: 600;
    position: relative;
    line-height: 1;
    font-size: .3rem;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex-grow: 0;
}

.diversion-tips {
    margin-bottom: 10px;
    font-size: 20px;
    color: #f7ce05;
    text-align: center;
    line-height: 1
}

.footer_text {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #374347;
    position: fixed;
    left: 0;
    bottom: 0;
}
