body,html{
    padding: 0;
    margin: 0;
    /* min-height: 1900px; */
}
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;
}
.news-main{
    background-color: #000;
    background-image: url('../img/newsList/gameDown.jpg');
    background-position: top;
    position: auto 100%;
    background-repeat: no-repeat;
    padding:100px 0;
    /* padding-bottom: 60%; */
}
.qt-newslist{
    width: 60%;
    min-height: 600px;
    background-color: rgba(27, 27, 27, 0.8);
    margin: 0 auto;
}
.qt-news-title{
    width: 90%;
    font-size: 100%;
    margin: 0 auto;
    padding: 2% 0;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qt-news-location{
    border-bottom: 1px solid rgb(238, 238, 238);
}
.qt-news-name{
    font-size: 120%;
}
.qt-news-yellow{
    color: rgb(198, 168, 108);
}
.qt-news-btnGroup{
    text-align: center;
}
.qt-news-button{
    margin: 2% 0;
    margin-left: -5px;
    width: 20%;
    border: none;
    height: 65px;
    border: none;
    display: inline-block;
    line-height: 65px;
    background-color: #535353;
    color: white;
}
.qt-news-buttonactive{
    background-color: #c6a86c;
}
.qt-news-icon{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.qt-news-list{
    width: 90%;
    margin: 0 auto;
}
.qt-list-title{
    width: 75%;
}
.qt-list-news{
    width: 50px;
    height: 30px;
    color: #fff;
    text-align: center;
    background-color: #c6a86c;
}
.qt-list-item{
    width: 100%;
    padding: 2% 0;
    border-bottom: 1px solid rgb(255, 255, 255);
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 100%;
    line-height: 30px;
}
.qt-list-item:hover{
    cursor: pointer;
    color: #c6a86c;
}
.qt-list-inline{
    display: inline-block;
    margin-right: 2%;
}
.qt-list-time{
    text-align: right;
}
.qt-top{
    position: fixed;
    bottom: 5vh;
    right: 4vw;
    display: none;
}
.qt-top:hover{
    cursor: pointer;
}
.qt-footer{
    padding-top: 50px;
}