* {
    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;
}

.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;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.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;
}

#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;
}


.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;
}



#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;
}

#topBtn1 {
    visibility: hidden;
}

#topBtn2 {
    visibility: hidden;
}

#topBtn3 {
    visibility: hidden;
}

#topBtn4 {
    visibility: hidden;
}

#topBtn5 {
    visibility: hidden;
}


#box1_game {
    /* background-color: #ed5529; */
    margin-top: 80px;

}

#box1_game_nr {
    /* background-color: green; */
    height: 100%;
    width: 330px;
    margin: auto;
    overflow: auto;
}


.box_img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    overflow: auto;
    float: left;
    border: 2px solid #faa002;
    cursor: pointer;
    margin: 8px;


}