html, body{
    /* width: 100%; */
    padding: 0;
    margin: 0;
    background-color: #000;
    /* min-height: 1900px; */
}
.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-header .header-menu>li>a:focus, .qt-header .header-menu>li>a:hover {
    background-color: #FFF;
    color: #000;
}

.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: #FFF;
    background-color: #000;
} */
/*.header-menu > li > a{
   //  line-height: 100px; 
   
    height: 100px;
    line-height: 80px;
    font-size: 1.3em;
}
.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: 100%;
    width: 60%;
    margin: 0 auto;
}
.footer-logo{
    padding: 30px 0;
}
.code-img{
    background-color: rgba(0, 0, 0, 0);
    border: none;
    margin: 0 auto;
    width: 120px;
    height: 120px !important;
}

.logo-img{
    background-color: rgba(0, 0, 0, 0);
    border: none;
    margin: 0 auto;
}
.logo-img-second{
    width: 0%;
}
.footer-notice{
    color: white;
    font-size: 100%;
    text-align: center;
}
.footer-copyright{
    text-align: center;
    color: #fff;
    font-size: 100%;
}
.copyright-link{
    color: #fff;
}


/********************************  首页 ********************************/
.video-bg {
    display: block;
    width: 100%;
    object-fit: fill;
} 

.video-mobile-bg {
    display: none;
    width: 100%;
    object-fit: fill;
}

.qt-home-wraper {
    position: relative;
}

.qt-home-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.qt-home-content-wraper {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 6vw;
}

.qt-home-textimg-wraper {
    position: relative;
    /* display: inline-block; */
    /* width: 50%; */
}

.qt-textimg {
    width: 100%;
    height: auto;
}

.qt-rotate-img-box {
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 10%;
}

.qt-rotate-img-box img {
    width: 100%;
    height: 100%;
}

.qt-rotate-img-box img.btn-bg-img {
    animation: turn 3s linear infinite;
    z-index: -1;
}

@keyframes turn{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}

.qt-rotate-img-box img.btn-img {
    position: absolute;
    top: 0;
    left: 0;
}


.btn-wraper {
    margin-top: 4%;
}

.btn-wraper a {
    margin: 0 1%;
}

.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-home-news-wraper {
    position: relative;
     background: #000 url("../../img/home_news/text2.png") top center no-repeat; */
    background-size: fill;
    padding: 0 0 10vw;
}

.top-line {
    position: relative;
    top: -17px;
    text-align: center;
}

.top-line img {
    width: 70%;
    /* height: 100%; */
    /* max-width: 100%; */
}

.qt-news-content {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding-left: 15%;
    margin-top: 28rem;
}

.carousel-wraper {
    width: 16vw;
    float: left;
    margin-right: 2rem;
}
.carousel-wraper .carousel-img-box {
    position: relative;
}

.carousel-wraper .carousel-img-box img{
    width: 100%;
    height:  25vw;
}

.carousel-wraper .carousel-img-box .carousel-dots-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
.carousel-wraper .carousel-img-box .carousel-dots-box .carousel-dots {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .4);
    margin: 0 2px;
}

.carousel-wraper .carousel-img-box .carousel-dots-box .carousel-dots.selected {
    background-color: #FFFFFF;
}

.carousel-btn-box {
    width: 100%;
    display: table;
    border: 1px solid rgba(255, 255, 255, .3);
    margin-top: 1rem;
}

.carousel-btn-box a {
    width: 33%;
    display: table-cell;
    text-align: center;
    color: #FFF;
    padding: 1rem 0;
    font-size: 10%;
}
.carousel-btn-box a.carousel-btn-selected {
    background-color: #c6a86c;
}

.carousel-btn-box a:nth-child(2) {
    border-left:  1px solid rgba(255, 255, 255, .3);
    border-right:  1px solid rgba(255, 255, 255, .3);
}

.news-column-wraper {
    width: 38vw;
    float: left;
    background-color: rgba(61,61,61,.5);
    padding: 2rem 2rem 0 2rem;
    padding-bottom: 100rem;
    margin-bottom: -100rem;
}

.tabBar-wraper ul {
    position: relative;
    width: 100%;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid hsla(0,0%,79.2%,.3);   
}

.tabBar-wraper ul li {
    float: left;
    padding: 0 3rem 1.5rem;
    
}

.tabBar-wraper ul li a {
    font-size: 100%;
    font-weight: 700;
    color: #FFFFFF;
}

.tabBar-wraper ul li.more {
    /* float: right; */
    position: absolute;
    right: 0;
    z-index: 9999;
    padding: 0 2rem 1.5rem;
}

.tabBar-wraper ul li.more a {
    font-size: 60%;
    font-weight: 700;
    color: #c6a86c;
}

.tabBar-wraper ul li.tabBar-selected {
    border-bottom: 1px solid #c6a86c;
}
.tabBar-wraper ul li.tabBar-selected a {
    color: #c6a86c;
}


.qt-news-content .news-column-wraper .news-list {
    display: block;
    width: 100%;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 2rem;
}

.news-column-wraper .news-list li {
    width: 100%;
    overflow: hidden;
}

.news-column-wraper .news-list li a {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #fff;
    opacity: .7;
    font-size: 80%;
    line-height: 300%;
}

.news-column-wraper .news-list li a:hover {
    color: #c6a86c;
}

.news-column-wraper .news-list li a span {
    float: right;
}

.news-column-wraper .women-wraper {
    position: absolute;
    top: 20rem;
    right: 5%;
}

.news-column-wraper .women-wraper img {
    width: 33vw;
}


/********************************  背景故事 ********************************/
.qt-back-story-wraper {
    position: relative;
    background-color: #000;
    /* background: #000 url("../../img/home_back_story/text3.png") top center no-repeat; */
    background-size: fill;
    
}

.back-story-content-wraper {
    padding-top: 28rem;
}

.back-story-content-wraper img {
    display: block;
    margin: 0 auto;
}

.back-story-content-wraper img.remark-img {
    width: 70vw;
}

.back-story-content-wraper img.mouse-img {
    margin-top: 2rem;
}


.back-story-content-wraper img.arrow-img{
    position: relative;
    animation: girlRun 2s linear infinite;
}
@keyframes girlRun{
    0%{
        top: -5px ;
    }
    50%{
        top: 10px ;
    }
    100%{
        top: -5px ;
    }
}  

.slide-more {
    text-align: center;
    color: #FFFFFF;
    margin-top: 1rem;
    padding-bottom: 6rem;
    opacity: .8;
}

/********************************  英雄介绍 ********************************/
.qt-hero-show-wraper1 {
    position: relative;
    background-color: #000;
   /* background: #000 url("../../img/home_hero_show/bg_msk.png") top center no-repeat;*/
    background-size: 100% auto;
    padding-bottom: 5vw;
}

.qt-hero-show-wraper2 {
    position: relative;
    background-color: #000;
   /*ackground: #000 url("../../img/home_hero_show/bg_tls.png") top center no-repeat;*/
    background-size: 100% auto;
    padding-bottom: 5vw;
}

.qt-hero-show-wraper3 {
    position: relative;
    background-color: #000;
 /* background: #000 url("../../img/home_hero_show/bg_lnz.png") top center no-repeat; */
    background-size: 100% auto;
    padding-bottom: 5vw;
}

.qt-hero-show-wraper4 {
    position: relative;
    background-color: #000;
 /* background: #000 url("../../img/home_hero_show/bg_bfl.png") top center no-repeat;*/
    background-size: 100% auto;
    padding-bottom: 5vw;
}

.qt-hero-show-wraper5 {
    position: relative;
    background-color: #000;
 /* background: #000 url("../../img/home_hero_show/bg_ck.png") top center no-repeat;*/
    background-size: 100% auto;
    padding-bottom: 5vw;
}

.qt-hero-show-wraper6 {
    position: relative;
    background-color: #000;
 /* background: #000 url("../../img/home_hero_show/bg_sy.png") top center no-repeat;*/
    background-size: 100% auto;
    padding-bottom: 5vw;
}


.banner-img-wraper {
    text-align: center; 
}

.banner-img {
    width: 432px;
}

.des-wraper {
    width: 100%;
    overflow: hidden;
}
.rw-img {
    display: none;
    position: absolute;
    top: 7rem;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: fill;
    z-index: 0;
}

.rw-img-active {
    display: block;
}

.name-wraper {
    float: left;
    width: 7.8vw;
    margin-top: 7vw;
    margin-left: 16vw;
    margin-right: 2vw;
}

.name-wraper img {
    width: 100%;
}

.des-content-wraper {
    float: left;
    width: 25.6vw;
    margin-top: 23.6vw;
    position: relative;
    z-index: 2;
}

.quotation-marks {
    width: 1.47vw;
}

.des-text {
    height: 5vw;
    color: #FFFFFF;
    margin: 1rem 0;
}

.rw-switch-wraper {
    position: relative;
    text-align: right;
    z-index: 10;
}

.rw-switch-line {
    width: 55vw;
}

.rw-switch-avatar-wraper {
    float: right;
    width: 55vw;
    list-style: none;
    margin: 5vw 0 0;
    padding-right: 15.5vw;
}

.rw-switch-avatar-wraper li {
    display: inline-block;
    width: 4.3vw;
    text-align: center;
}

.rw-switch-avatar-wraper li:hover {
    cursor: pointer;
}

.rw-switch-avatar-wraper li img {
    width: 3vw;
    opacity: .7;
} 

.rw-switch-avatar-wraper li.selected img {
    width: 4.5vw;
    opacity: 1;
    position: relative;
    top: -2.5rem;
    /* margin-bottom: 4rem; */
}

.rw-switch-name-wraper {
    width: 100%;
    padding-right: 15.2vw;
    list-style: none;
    margin: 0;
}
.rw-switch-name-wraper li {
    display: inline-block;
    width: 4.4vw;
    font-size: 0.9vw;
    color: #FFFFFF;
    text-align: center;
}

.rw-switch-name-wraper li.selected {
    color: rgb(211, 175, 103);
}

.rw-switch-name-wraper li:hover {
    cursor: pointer;
}



/******************************** 原创音乐 ********************************/

.qt-music{
    width: 100%;
    /* height: auto; */
    /* background: url('../../img/music/devil.png') top left no-repeat; */
    background-size: 100% auto;
    /* margin-bottom: 30%; */
    position: relative;
    /* padding-bottom: 5%; */
}
.qt-music-main{
    width: 100%;
    /* position: relative; */
    /* padding-bottom: 6%; */
    text-align: center;
    /* z-index: 999; */
}

.qt-musicFooter{
    width: 100%;
    height: auto;
    margin-top: -120px;
    /* height: 80vh; */
    /* padding: 20% 0; */
    /* margin-top: -50%; */
    /* position: absolute; */
    /* background: url('../../img/music/box7.png') top left no-repeat; */
    /* background-size: 100% auto; */
}
.qt-music-title{
    width: 100%;
    text-align: center;
    padding: 2% 0;
}
.qt-music-list{
    position: absolute;
    top: 20vw;
    left: 16vw;
}
.qt-music-item{
    margin-top: 10%;
    /* font-size: 0.8vw; */
}
.qt-music-titleImg{
    /* width: 25%; */
    /* height: auto; */
}
.qt-music-active{
    color: #b88d2e;
    font-size: 20px;
}
.qt-music-player{
    width: 20vw;
    margin-top: 4vw;
    /* display: inline-block; */
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}
.qt-music-pause{
    width: 20vw;
    margin-top: 4vw;
    animation-play-state:paused;
    -webkit-animation-play-state:paused;
    -moz-animation-play-state:paused;
    -o-animation-play-state:paused;
    -ms-animation-play-state:paused;
}
#audioItem{
    display: none;
}
.qt-music-progress{
    border: none;
    width: 15%;
    color: #b88d2e;
}
.qt-music-progress:hover{
    cursor: pointer;
}
.qt-music-bfq{
    margin: 2% 0;
    position: relative;
}
.qt-music-last{
    width: 2vw;
    cursor: pointer;
}
.qt-music-zt{
    width: 2vw;
    margin: 0 5%;
    cursor: pointer;
}
input[type=range] {
    outline: none;
    height: 5px;
    background-color: rgba(245,245,248,.5);
    -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    border-radius: 50%;
    height: 0.6vw;
    width: 0.6vw;
    background-color: #b88d2e;
}
#ztBtn{
    display: none;
}
.qt-footer{
    margin-top: -7%;
    position: relative;
    padding-bottom: 10rem;
}
.qt-navigation{
    position: fixed;
    display: none;
    right: 3%;
    bottom: 10%;
    z-index: 99999;
}
.qt-navigation-title{
    display: inline-block;
    writing-mode: vertical-lr;
    color: #e2b24c;
    font-size: 0.6vw;
    vertical-align: middle;
    margin-left: 1vw;
}
.qt-navigation-item{
    margin: 10% 0;
    vertical-align: middle;
    line-height: 20px;
}
.qt-navigation-item:hover{
    cursor: pointer;
}
.qt-gameCode{
    width: 4vw;
    height: 4vw;
    border: 2px solid rgb(226, 178, 76);
}
/* .qt-downContent{
    width: 4vw;
    font-size: 0.8vw;
    color: #e2b24c;
} */


/******************************** 玩法介绍 ********************************/
.qt-playMethod{
    position: relative;
    /* background: url('../../img/playMethod/text5.png') top left no-repeat; */
    background-size: 100% auto;
    padding-top: 15vw;
}
.qt-playMethod-lsk{
    width: 35%;
    margin-left: 15vw;
    position: relative;
    /* bottom: 0; */
    /* left: 15%; */
    z-index: 20;
}
.qt-playMethod-main{
    background-image: url('../../img/playMethod/backgeound.png');
    position: absolute;
    left: 45%;
    top: 25%;
    width: 25%;
    height: 35vw;
    background-size: 100% 100%;
}
.qt-playMethod-bc{
    position: absolute;
    z-index: 99;
    width: 45vw;
    height: 25vw;
    background-image: url('../../img/playMethod/01.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 5%;
    top: 10%;
    opacity: .7;
}
.qt-playMethod-top{
    padding-top: 15%;
}
.qt-playMethod-bottom{
    padding-top: 10%;
}
.qt-playMethod-video{
    /* width: 80%;
    position: absolute;
    left: 10%; */
    width: 23vw;
    height: 13vw;
    padding-left: 5%;
}
.qt-playMethod-content{
    width: 80%;
    margin: 0 auto;
    line-height: 20px;
}
.qt-playMethod-content-title{
    color: #fff;
    font-size: 1vw;
    /* margin: 1% 0; */
}
.qt-playMethod-content-main{
    color: #fff;
    /* line-height: 200%; */
    margin-top: 0.5vw;
    font-size: 0.7vw;
    opacity: .7;
}
.qt-playMethod-banner{
    height: 35vw;
    position: absolute;
    right: 20vw;
    bottom: 0;
}
.qt-playMethod-banner-main{
    position: absolute;
    padding-top: 1vw;
    top: 0;
    z-index: 99;
    left: -2vw;
}
.qt-playMethod-banner-line{
    height: 100%;
}
.qt-playMethod-banner-item{
    display: block;
    padding-top: 1vw;
    width: 5vw;
    height: 5vw;
}
.qt-playMethod-banner-item:hover{
    cursor: pointer;
}
.qt-playMethod-btn-item{
    /* width: ; */
    /* position: absolute;*/
    width: 3vw;
    height: 1.5vw;
}
.qt-playMethod-btn{
    position: absolute;
    z-index: 9999;
    bottom: 0;
    padding: 2vw;
}
.qt-playMethod-btn-item:hover{
    cursor: pointer;
}
.right-navigation{
    position: fixed;
    right: 2vw;
    bottom: 5vw;
    display: none;
    z-index: 10000;
}
.right-navigation-item{
    /* display: block; */
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10%;
}
.right-navigation-item:hover{
    cursor: pointer;
}
.right-navigation-item img {
    margin-right: 8px;
}

.right-navigation-code {
    padding-left: 8px;
}

.right-navigation-code > img {
    width: 50%;
    /* height: 4vw; */
    height: auto;
    border: 2px solid rgb(226, 178, 76);
}
.right-navigation-content{
    width: 50%;
    text-align: center;
    font-size: 1.4rem;
    color: rgb(226, 178, 76);
}
.right-navigation-title{
    float: left;
    width: 20px;
    height: 100px;
    overflow: hidden;
    /* writing-mode:vertical-lr; */
    font-size: 1.5rem;
    color: #e2b24c;
    text-align: center;
}
@keyframes rotation{
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}