* {
    margin: 0;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

body {
    width: 100%;
    height: 100%;
    background-color: rgb(27, 27, 39);
}

#topBox {
    width: 100%;
    height: 40px;
    background-color: rgba(39, 16, 58, 1);
    border-top: 1px solid #000;
    margin-top: 20px;
    position: relative;
    box-sizing: border-box;
}

#topBoxNr {
    width: 450px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* border: #000 1px solid; */
}

.topText {
    font-size: 16px;
    float: left;
    margin-left: 30px;
    cursor: pointer;
    color: #878A9E;
    text-decoration: none;
}

.topText:hover {
    color: #fff;
}

#headBox {
    width: 100%;
    height: 50px;
    background-color: rgba(39, 16, 58, 1);
    border-bottom: 1px solid #000;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.95;
    z-index: 100;
}

#xyzgameLogo {
    width: 80%;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    max-width: 150px;
    float: left;
}

.topType {
    float: left;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    font-weight: bolder;
    font-size: 20px;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.topType:hover {
    color: #ed5529;
}

#bottomTips {
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

#topInp {
    width: 300px;
    height: 36px;
    background: #351d54;
    outline: none;
    border: none;
    caret-color: #ffffff;
    color: #ffffff;
    font-weight: bold;
    margin-top: 7px;
    margin-left: 50px;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 17px;
    display: none;
}

/* ====================================状态栏=================================== */

#box1_title {
    color: #faa002;
    font-weight: bolder;
    font-size: 20px;
    line-height: 80px;
    margin-left: 50px;
    box-sizing: border-box;
    margin-top: 40px;
}

#box1_game {
    /* background-color: #ed5529; */
    height: 195px;
    margin-left: 50px;
    margin-right: 50px;
    box-sizing: border-box;
    overflow: auto;
}

#box1_game_nr {
    width: 1700px;
    height: 180px;
    /* background-color: #ffffff; */
}

#box1_game_nr img {
    width: 180px;
    height: 180px;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    border: 6px solid #faa002;
    cursor: pointer;
}



.box2_title {
    color: #0066cc;
    font-weight: bolder;
    font-size: 18px;
    line-height: 60px;
    margin-left: 50px;
    box-sizing: border-box;
}

.box2_game {
    /* background-color: #ed5529; */
    height: 165px;
    margin-left: 50px;
    margin-right: 50px;
    box-sizing: border-box;
    overflow: auto;
}

.box2_game_nr {
    width: 1680px;
    height: 150px;
}

.box2_game_nr img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    border: 4px solid #0066cc;
    cursor: pointer;
}

.box_img:last-child {
    margin-right: 0;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #b9b9ba;
    border-radius: 2px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 2px;
    background-color: #b9b9ba;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 2px;
}



@media only screen and (max-width: 767px) {
    #bottomTips {
        color: #ffffff;
        font-size: 14px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        text-align: center;
        margin-top: 20px;
    }

    #topBoxNr {
        width: 100%;
        height: 50px;
        line-height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        /* border: #000 1px solid; */
    }

    .topText {
        font-size: 14px;
        float: left;
        margin-left: 20px;
        cursor: pointer;
        color: #878A9E;
        text-decoration: none;
    }

    #box1_title {
        color: #faa002;
        font-weight: bolder;
        font-size: 20px;
        line-height: 40px;
        width: 100%;
        text-align: center;
        margin-left: 0;
        box-sizing: border-box;
        margin-top: 60px;
    }
    #box1_game {
        height: 84px;
        margin-left: 10px;
        margin-right: 10px;
        box-sizing: border-box;
        overflow-x: auto;
        overflow-y: hidden;
    }
    
    #box1_game_nr {
        width: 752px;
        height: 84px;
    }
    
    #box1_game_nr img {
        width: 80px;
        height: 80px;
        border-radius: 5px;
        float: left;
        margin-right: 10px;
        border: 2px solid #faa002;
        cursor: pointer;
    }

    .box2_title {
        color: #0066cc;
        font-weight: bolder;
        font-size: 16px;
        line-height: 30px;
        margin-left: 0;
        margin-top: 10px;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
    }
    
    .box2_game {
        height: 134px;
        margin-left: 10px;
        margin-right: 10px;
        box-sizing: border-box;
        overflow-x: auto;
        overflow-y: hidden;
    }
    
    .box2_game_nr {
        width: 360px;
        height: 124px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .box2_game_nr img {
        width: 60px;
        height: 60px;
        border-radius: 5px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 1px solid #0066cc;
        cursor: pointer;
    }
    #topBtn1{
        visibility: hidden;
    }
    #topBtn2{
        visibility: hidden;
    }
    #topBtn3{
        visibility: hidden;
    }
    #topBtn4{
        visibility: hidden;
    }
    #topBtn5{
        visibility: hidden;
    }
    #xyzgameLogo{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}