* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    background-color: rgb(33, 33, 33);
    /* width: 1200px; */
}

a {
    text-decoration: none;
    outline: none;
    color: black
}

a:hover {
    color: #ffbc00;
}

#gridFooter {
    background-color: rgb(51, 51, 51);
}

.outbox {
    max-width: 62.5vw;
    margin: 0 auto;
    background-image: url('http://server.kooapk.com:81/g/css/img/ABUIABACGAAgnYri8AUolfWKjQUwgA84iQs.jpg');
    /* padding: 0 3%; */
    background-repeat: no-repeat;
    background-position: top center;
}

.bigbox {

    /* height: 100px; */
}

.img1box {
    padding: 0 5%;
}

.img1 {
    height: 270px;
}

.secondbox {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin: 20px 0;
}

.secondbox-img1 {
    /* width: 30%; */
    height: 270px;
    margin-right: 10px;
}

.game {
    flex: 1;
    height: 100%;
    margin-left: 10px;
}

.game1 {
    color: #ffbc00;
    background-color: rgb(51, 51, 51);
    width: 100%;
padding-left: 10px;
}

.game2 {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 50px 14px;
}

.game2 span:nth-child(2) {
    color: #999;
    font-size: 12px;
}

.gameborderP {
    border-bottom: 1px solid #333;
}

.games {
    padding: 0 10px;
    background-color: #fff;

}

.godown {
    width: 100%;
    background-color: #fff;
    padding: 40px 20px;
}

.gameplayboxbig {
    margin-top: 10px;
}

.gameplayword {
    color: #ffbc00;
    font-size: 24px;
    background-color: rgb(114, 17, 42);
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.gameplay {
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.gameplaybox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    /* margin:0 2px; */
}

.gameplayboximg {
    width: 230px;
    height: 180px;
}

.gameplayboxspan {
    text-align: center;
    color: #000;
    width: 100%;
    margin-top: 6px;
}

.marbottom10px {
    margin-bottom: 10px;
}

.marright10px {
    margin-right: 10px;
}

.zhuanbei {
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    animation: 20s wordsLoop linear infinite normal;
}


.animate {
    padding-left: 20px;
    font-size: 12px;
    color: #000;
    display: inline-block;

}

@keyframes wordsLoop {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    100% {
        transform: translateX(-90%);
        -webkit-transform: translateX(-90%);
        display: none;
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        display: none;
    }
}

.autogameplayboxbig {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.gameplaywordbox {
    color: #ffbc00;
    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.gameplaywordspan {
    color: rgb(246, 124, 1);
}

.gameplayboxlastimg {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.gameplayboxlastimg img {
    height: 100%;
    width: 25%;
    transition: all 0.6s;
}


.gameplayboxlastimg img:hover {
    transform: scale(1.03);
}

.footers {
    color: rgb(120, 114, 116);
    font-size: 12px;
}

.minbox {

    background-color: rgb(51, 51, 51);

}

.minboxs {
    max-width: 62.5vw;
    margin: 0 auto;
    min-height: 100%;
    text-align: inherit;
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}

.mhxylogo {
    width: 270px !important;
    height: 114px !important;
}

.mhxylogoright {
    width: 450px;
}

.foot {
    text-align: center;
    margin-top: 60px;
    font-size: 12px;
    color: rgb(120, 114, 116);
    padding-bottom: 20px;
}

.foot a {
    color: rgb(120, 114, 116);
}

.chatbox {
    position: fixed;
    right: 50px;
    bottom: 150px;
    background-color: #fff;
    padding: 6px;
    border-radius: 4px;
}

.chatbox1 {
    position: relative;
}

.chatbox1-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    user-select: none;
}

.chatbox1-2 {
    position: absolute;
    left: -150px;
    top: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    display: none;

}

.chatbox1:hover .none1 {
    display: block !important;
}

.words {
    text-align: center;
}

.paddingbottom20px {
    padding: 20px 0;
    border-bottom: 1px solid #999;
}

.paddingbot20px {
    padding: 20px 0;

}