* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-image: url('/static/images/pcback.7524f80.png');
    background-size: 100% 100%
}

.body {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden
}


header {
    padding: 0 4vw;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.headercontent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-around;
    align-items: stretch;
}
    .headercontent
    img {
        width: 100%;
        max-width: 350px;
    }

    .container {
        padding: 0 4vw;
        max-width: 1280px;
        margin: 0 auto;
        width: 100%
    }

h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    max-width: 800px;
    animation: text-flashing .7s infinite;
    display: block;
}

    @keyframes text-flashing {
        0% {
            color: #d2e6df
        }

        50% {
            color: #ead863
        }

        to {
            color: #efa564
        }
    }

    .f {
        align-items: flex-end;
        justify-content: center
    }

    .f,
    .l-box {
        display: flex
    }

    .l-box {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px;
        margin-top: 10px
    }

    .btn2,
    .btn-box {
        display: flex
    }

    .btn2 {
        background: linear-gradient(180deg, #ff9292, #f81616);
        font-size: 13px;
        color: #fff;
        border-radius: 60px;
        justify-content: flex-start;
        align-items: center;
        z-index: 999;
        margin-bottom: 20px;
        height: 45px;
        padding: 0 20px;
        width: 30%;
    }

        .btn2:hover {
            cursor: pointer
        }

        .btn2 span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 12px
        }

    .website {
        color: #fff;
        text-align: center;
        padding-bottom: 30px;
        font-size: 14px
    }

    .btn2:nth-child(5) {
        padding: 0 15px
    }

    .right {
        z-index: 999
    }

    .zuo {
        display: flex;
        align-items: center
    }

    .btn2 img {
        width: 20px;
        height: 20px;
        margin-right: 10px
    }

    .right {
        padding: 0 10px
    }

        .right .right-item {
            background: #fff;
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: space-between;
            border-radius: 13px;
            margin-bottom: 20px
        }

    .right-item {
        height: 60px;
        padding: 0 10px;
        font-size: 15px
    }

        .right-item img {
            width: 50px;
            height: 50px
        }

        .right-item .link {
            padding-left: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            width: 190px
        }

        .right-item .enter-btn {
            color: #ec4640;
            background: linear-gradient(180deg, #fff6ae, #ffc424);
            border-radius: 40px;
            padding: 5px 20px;
            font-weight: 600;
            width: 25%;
            text-align: center
        }

    .right-item {
        cursor: pointer
    }

        .right-item .enter-btn:hover {
            color: #fff
        }

    /* main */
    .main {
        padding-top: 20px;
        padding-bottom: 20px
    }

    nav a,
    .col-md-12 {
        width: 100% !important
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-8 {
        width: 75%
    }

    .col-md-3 {
        width: 33.33%
    }

    .col-R.col-md-12,
    .col-L.col-md-12 {
        padding: 0
    }

    .visible-md {
        display: block
    }

    .hidden-md,
    .side_nav .a2a_kit {
        display: none
    }

    .title,
    .banner-title {
        font-size: 1.5rem;
        line-height: 1.3
    }

    .logo img {
        max-width: 150px;
        display: block
    }

    .mask {
        padding: 10px
    }

    .pb-md-0 {
        padding-bottom: 0
    }

    .side_nav {
        bottom: 0
    }

    .slot-img,
    .game-img {
        margin-top: 0
    }

    .banner-img,
    .home-img3,
    .casino-img,
    .sport-img {
        max-width: 100%;
        margin: 0
    }

    .home-img {
        margin: 0 auto
    }

    .banner,
    .pagetop {
        padding-top: 50px
    }

    .pagetop {
        text-align: center
    }

    .md-left {
        text-align: left
    }

    .btn-row img {
        display: block;
        margin: 0 auto
    }


.w100 {
    width: 100% !important;
}

a {
    color: inherit;
    text-decoration: none;
}
