* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

.page-h5 {
    width: 100%;
    max-width: 550px;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 550px) {
    .page-h5 {
        display: block;
    }

    .page-pc {
        display: none;
    }

    .logo {
        width: 100%;
        padding: 20px 0;
    }

    .logo img {
        width: 60%;
        display: block;
        margin: 0 auto;
    }

    .title {
        width: 100%;
    }

    .title img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .banner {
        width: 100%;
    }

    .banner img {
        width: 90%;
        display: block;
        margin: 10px auto;
    }

    .link-img {
        width: 100%;
    }

    .link-img img {
        width: 90%;
        display: block;
        margin: 20px auto;
    }

    .link-box {
        width: 90%;
        margin: 0 auto;
    }

    .link-li {
        width: 100%;
        height: 40px;
        display: block;
        margin: 10px 0;
        border-radius: 20px;
        overflow: hidden;
    }

    .ms-link {
        width: 70%;
        height: 100%;
        background: #414141;
        border-radius: 20px;
        float: left;
    }

    .ms {
        width: 30%;
        height: 36px;
        margin: 2px;
        background: #e7d7a1;
        text-align: center;
        line-height: 36px;
        color: #771a13;
        font-size: 16px;
        float: left;
        border-radius: 18px;
    }

    .link-text {
        width: 68%;
        height: 100%;
        line-height: 39px;
        text-align: center;
        float: left;
        font-size: 16px;
        font-weight: 900;
        color: #f5eeb9;
    }

    .link-li img {
        height: 100%;
        float: right;
    }
}


.game-text {
    width: 100%;
}

.game-text img {
    width: 80%;
    display: block;
    margin: 30px auto;
}

.game-list {
    width: 100%;
    padding-bottom: 20px;
}

.game-list img {
    width: 90%;
    display: block;
    margin: 30px auto;
}

.kefu-icon {
    width: 80px;
    position: fixed;
    right: 0%;
    top: 50%;
    z-index: 999;
    -webkit-animation: myfirst 1s infinite;
    animation: myfirst 1s infinite
}

.kefu-icon img {
    width: 100%;
    display: block;
}

@-webkit-keyframes myfirst {
    from {
        transform: scale(1)
    }

    50% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

@keyframes myfirst {
    from {
        transform: scale(1)
    }

    50% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

@media screen and (min-width: 550px) {
    .page-h5 {
        display: none;
    }

    .page-pc {
        width: 100%;
        height: 100%;
        min-width: 1280px;
        min-height: 800px;
        position: fixed;
        top: 0px;
        left: 0px;
        display: block;
        background-size: 100% 100%;
        padding: 40px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
    }

    .page-left {
        width: 45%;
        max-width: 700px;
        height: 100%;
        float: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-around;
        align-items: center;
    }

    .page-right {
        width: 55%;
        max-width: 700px;
        height: 100%;
        float: right;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-around;
        align-items: center;
    }

    .pc-logo {
        width: 100%;
    }

    .pc-logo img {
        width: 70%;
        display: block;
        margin: 0 auto;
    }

    .pc-title {
        width: 100%;
    }

    .pc-title img {
        width: 80%;
        display: block;
        margin: 20px auto;
    }

    .pc-banner {
        width: 100%;
    }

    .pc-banner img {
        width: 90%;
        display: block;
        margin: 20px auto;
    }

    .link-box {
        width: 90%;
        margin: 0 auto;
    }

    .link-li {
        width: 100%;
        height: 50px;
        display: block;
        margin: 10px 0;
        border-radius: 25px;
        overflow: hidden;
    }

    .ms-link {
        width: 75%;
        height: 100%;
        background: #414141;
        border-radius: 25px;
        float: left;
    }

    .ms {
        width: 30%;
        height: 46px;
        margin: 2px;
        background: #e7d7a1;
        text-align: center;
        line-height: 46px;
        color: #771a13;
        font-size: 20px;
        float: left;
        border-radius: 23px;
    }

    .page-pc .link-text {
        width: 68%;
        height: 100%;
        line-height: 50px;
        text-align: center;
        float: left;
        font-size: 16px;
        font-weight: 900;
        color: #f5eeb9;
    }

    .link-li img {
        height: 100%;
        float: right;
    }

}