html,body{
    padding: 0;
    margin: 0;
    /* min-height: 1900px; */
    max-width: none;
}
body{
    background-color: #000;
}
.menu-button{
    background-color: black;
    font-size: 1.5rem;
    border: none;
    margin-top: 30px;
}
.menu-button:focus{
    background-color: black;
}
.qt-header{
    height: 100px;
    background-color: #000;
    border: none;
    z-index: 1500;
    font-size: 80%;
    margin-bottom: 0;
}

.qt-header .header-menu>li>a {
    color: #fff;
}

.qt-container{
    width: 100% !important;
    max-width: none;
}
.header-logo{
    height: 100px;
    line-height: 100px;
    margin-left: 2vw;
}
.header-menu{
    width: 65vw;
    height: 100px;
    line-height: 90px;
    margin: 0 auto;
    overflow: hidden;
}
.header-menu li {
    float: left;
    width: 12vw;
    height: 100%;
    text-align: center;
    font-size: 140%;
    font-weight: 400;
}

.header-menu li a:hover, .header-menu a:focus {
    color: #000000;
    background-color: #FFFFFF;
}
/* .header-menu > li > a{
    line-height: 100px;
    height: 100px;
    line-height: 80px;
    font-size: 1.1vw;
}
.header-menu > li > a:focus{
    color: #000;
    background-color: #fff;
}
.header-menu > li > a:hover{
    color: #000;
    background-color: #fff;
}
.header-menu a:hover :after {
    content: none;
  } */
  
footer{
    width: 100%;
    /* position: fixed;
    bottom: 0; */
    background-color: black;
}
.footer-code{
    /* text-align: center; */
    height: 100%;
}
.code-item{
    /* margin: 0px 50px;  */
    /* width: 50%; */
    list-style: none;
    text-align: center;
    color: white;
}
.code-title{
    font-size: 100%;
    margin-bottom: 10px;
}
.code-content{
    font-size: 80%;
    width: 60%;
    margin: 0 auto;
}
.code-img{
    background-color: rgba(0, 0, 0, 0);
    border: none;
    margin: 0 auto;
    width: 100px;
    height: 100px !important;
}
.footer-logo{
    padding: 30px 0;
}
.logo-img{
    background-color: rgba(0, 0, 0, 0);
    border: none;
    margin: 0 auto;
}
.logo-img-second{
    width: 30%;
}
.footer-notice{
    color: white;
    font-size: 100%;
    text-align: center;
    padding-bottom: 50px;
}
.footer-copyright{
    text-align: center;
    color: #fff;
    font-size: 100%;
    padding-bottom: 50px;
}
.copyright-link{
    color: #fff;
}
.qt-game-down{
    position: relative;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.qt-game-wallet{
    position: relative;
}
.qt-game-bc{
    width: 100%;
    height: auto;
}
.qt-down{
    width: 60%;
    min-height: 600px;
    background-color: rgba(27, 27, 27, 0.8);
    /* position: absolute;
    left: 50%;
    top: 10%;
    z-index: 99; */
    /* transform:translate(-50%,0%) */
    margin: 0 auto;
	position: relative;
}
.qt-down-head{
    width: 90%;
    font-size: 100%;
    margin: 0 auto;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.game-main{
    background-color: #000;
    background-image: url('../../img/game/gameDown.jpg');
    background-position: top;
    position: auto 100%;
    background-repeat: no-repeat;
    padding: 100px 0;
    
    /* padding-bottom: 60%; */
}
.qt-down-location{
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 20px 0;
}
.qt-down-title{
    font-size: 140%;
}
.qt-down-game{
    color: rgb(198, 168, 108);
}
.qt-down-codeImg{
    width: 8vw;
}
.qt-game-content{
    margin-bottom: 10px;
}
.qt-dowm-code{
    position: absolute;
    text-align: center;
    right: 20px;
    top: 15px;
}
.qt-game-gameimg{
    margin: 5% 0;
    width: 100%;
}
.qt-top{
    position: fixed;
    bottom: 5vh;
    right: 4vw;
    display: none;
}
.qt-top{
    cursor: pointer;
}
.qt-footer{
    padding-top: 5vh;
}

/*
    下载框样式
*/

.qt-home-content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.qt-home-content-wraper {
    width0: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 6vw;
}
.qt-code-dowload-box {
    margin-top: 5%;
 }
 
 .qt-code-dowload-box .code-box {
     position: relative;
     display: inline-block;
     width: 118px;
     height: 118px;
     border: 1px solid #c6a86c;
     border-radius: 5px;
     padding: 5px;
     box-shadow: -1px 1px 10px 1px #c6a86c;
     vertical-align: middle;
     margin-right: 20px;
 }
 
 .qt-code-dowload-box .code-box .code-img-line {
     position: absolute;
     top: 10%;
     left: 0;
     width: 92%;
     height: 3px;
     margin-left: 4%;
     background: #FFC600;
     opacity: .7;
     animation: slide-line 2s linear alternate infinite;
     box-shadow: 0px 0px 10px 1px #FFC600;
 }
 
 @keyframes slide-line{
     0%{top: 10%;}
     25%{top: 20%;}
     50%{top: 50%;}
     75%{top: 70%;}
     100%{top: 90%;}
 }
 
 .qt-code-dowload-box .code-box img {
     width: 100%;
     height: 100%;
 }
 
 
 .qt-code-dowload-box .btn-box {
     display: inline-block;
     vertical-align: middle;
 }
 
 .qt-code-dowload-box .btn-box a {
     display: block;
     color: #FFFFFF;
     border: 1px solid #FFFFFF;
     border-radius: 4px;
     text-align: left;
     margin: 10px 0;
     padding: 10px 20px
 }
 
 .qt-code-dowload-box .btn-box a.btn-select {
     background-color: #c6a86c;
 }
 
 .qt-code-dowload-box .btn-box a img {
     margin-right: 10px;
 }

.qt-down .btn-box {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.qt-down .btn-box a {
    display: block;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    text-align: left;
    margin: 10px 0;
    padding: 10px 20px
}

.qt-down .btn-box a.btn-select {
    background-color: #c6a86c;
}

.qt-down .btn-box a img {
    margin-right: 10px;
}

