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: 120%; */
    margin-bottom: 10px;
}
.code-content{
    /* font-size: 100%; */
    width: 60%;
    margin: 0 auto;
}
.code-img{
    background-color: rgba(0, 0, 0, 0);
    border: none;
    margin: 0 auto;
    width: 120px;
    height: 120px !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: 120%; */
    text-align: center;
    padding-bottom: 50px;
}
.footer-copyright{
    text-align: center;
    color: #fff;
    /* font-size: 120%; */
    padding-bottom: 50px;
}
.copyright-link{
    color: #fff;
}
.detali-main{
    background-color: #000;
    background-image: url('../img/newsList/gameDown.jpg');
    background-position: top;
    position: auto 100%;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.qt-newsDatail{
    width: 60%;
    min-height: 600px;
    background-color: rgba(27, 27, 27, 0.8);
    margin: 0 auto;
}
.qt-detail-title{
    width: 90%;
    font-size: 100%;
    margin: 0 auto;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qt-detail-location{
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 2% 0;
}
.qt-detail-name{
    font-size: 120%;
}
.qt-detail-yellow{
    color: rgb(198, 168, 108);
}
.qt-detail-content{
    width: 90%;
    margin: 0 auto;
    color: white;
    padding-bottom: 80px;
}
.qt-detail-content-title{
    font-size: 150%;
    margin: 20px 0;
}
.qt-detail-content-time{
    margin-bottom: 10px;
    margin-left: 1vw;
}
.qt-detail-content-value{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.qt-detail-content-inline{
    margin-bottom: 20px;
}
.qt-detail-content-img{
    height: auto;
    max-width: 100%;
}
.qt-top{
    position: fixed;
    bottom: 5vh;
    right: 4vw;
    display: none;
}
.qt-top:hover{
    cursor: pointer;
}
.qt-footer{
    padding-top: 50px;
}