html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea,
p,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
nav,
section,
div,
span,
a,
img,
strong {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    font-family: "PingFangSC", "helvetica neue", "hiragino sans gb", "arial", "microsoft yahei ui", "microsoft yahei", "simsun", "sans-serif";
    font-size: 12px;
    color: #333;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

a,
a:hover,
a:active,
a:visited,
a:link {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*.clear {*/
    /*clear: both;*/
    /*line-height: 0;*/
    /*height: 0;*/
/*}*/
.clear::after {
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    content: "";
}

body{
    background-color: #000;
}

#download-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

}

#download-new .logo {
    width: 100%;
    display: block;
}

#download-new a {
    display: block;
    position: absolute;
    right: 2%;
    width: 30%;
    top: 50%;
    -webkit-transform: translate(0, -49%);
        -ms-transform: translate(0, -49%);
            transform: translate(0, -49%)
}
#download-new .download-btn{
    display: block;
    position: absolute;
    right: 2%;
    width: 27%;
    top: 33%;
    -webkit-transform: translate(0, -49%);
        -ms-transform: translate(0, -49%);
            transform: translate(0, -49%)
}
#download-new .recharge-btn{
    display: block;
    position: absolute;
    right: 32%;
    width: 30%;
    top: 50%;
    -webkit-transform: translate(0, -49%);
        -ms-transform: translate(0, -49%);
            transform: translate(0, -49%)
}

#download-new a img {
    width: 100%;
}

.topimg {
    opacity: 0;
    width: 100%;
    display: block;
}

#header {
    position: relative;
}

#header .banner {
    width: 100%;
}

#header .qrcode,
.ios-download-one,
.andioid-download ,
.qrcode_bg{
    position: absolute;
    /* bottom: 0;
 *     width: 20%; */
}
#header .andioid-download {
    bottom: 14%;
    right: 61%;
    width: 36%;
}

#header .ios-download-one {
    bottom: 29%;
    right: 61%;
    width: 36%;
}
#header .qrcode_bg {
    bottom: 43%;
    right: 59%;
    width: 40%;
}

#header .qrcode {
    bottom: 50%;
    right: 64.5%;
    width: 29%;
}

#header a img {
    width: 100%;
}

.tab-contain {
    width: 100%;
    background: url('../images/tabbg.jpg') no-repeat;
    background-size: 100% 100%;

}

#tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #38362e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#tabs li {
    width: 23%;
}

#tabs li a {
    display: block;
    text-align: center;
    color: #d0c8c1;
    line-height: 48px;
    width: 100%;
    background: url(../images/btn-bg-no.png) no-repeat;
    background-size: 100% 100%;
}

.current a {
    background: url(../images/btn-bg.png) no-repeat!important;
    background-size: 100% 100%!important;
    z-index: 4;
    color: #fff !important;
}

.hoverItem a {
    background: #AAC8B9;
}

#content {
    background: url('../images/item_bg.jpg') no-repeat;
    background-size: 100% 100%;
    /* padding: 5% 3%; */
    /*height: 100%;*/
    position: relative;
    margin: 3% 3% 0 3%;
    border: 1px solid #5b4a2c;
}

#content>div>.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px;
    border-bottom: 1px dashed #87724e;
    padding-left: 10px;
}

#content>div>.main:last-child {
    border-bottom: 0;
}

#content>div>.main div {
    margin: 10px 0;
    line-height: 22px;
}

#content>div>.main div:first-child {
    background: #c2423e;
    border-radius: 3px;
    padding: 0 3px;
    color: #fff;
}

#content>div>.main div:nth-child(2) {
    width: 63%;
    color: #cabeb8;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
       margin-left: 2%;
}

#content>div>.main div:last-child {
    padding-left: 5px;
    color: #cabeb8;
}

.item {
    display: none;
}

.show {
    display: block;
}

.moreBtn {
    color: #d0c8c1;
    line-height: 48px;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    width: 8%;
    background: url(../images/morebtn.png) no-repeat;
    background-size: 100% 100%;
}

#introduce {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#introduce .introduce-bg {
    width: 100%;
}

#introduce .introduce-top {
    position: absolute;
    top: 2%;
    text-align: center;
    width: 100%;
}
#introduce .introduce-top img{
    width: 38%;
    vertical-align: middle;
}
#introduce .introduce-top img:nth-child(3){
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
#introduce .introduce-top span{
    color: #d7cea8;
    margin: 0 .6%;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fbf1c4), to(#c19a59));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    vertical-align: middle;
}
#introduce .introduce-btn{
    position: absolute;
    top: 14%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    z-index: 5;
    left: 30.5%;
}
#introduce .introduce-btn>div{
    width: 33.3%;
}
#introduce .introduce-btn>div img{
    width: 100%;
}
#introduce .introduce-btn>div>img+img{
    display: none;
}
#introduce .introduce-btn>div.intro_curr>img{
    display: none;
}
#introduce .introduce-btn>div.intro_curr>img+img{
    display: block;
}
#introduce .frameAnimation{
    position: absolute;
    bottom: 0;
}
#introduce .frameAnimationLeft{
    left: -500px;
    width: 100%;
    opacity: 0;
}
#introduce .frameAnimationRight{
    right: -500px;
    height: 100%;
    opacity: 0;
}
#introduce .intro_pics div:first-child .frameAnimationLeft{
    left: 0;
    opacity: 1;
}
#introduce .intro_pics div:first-child .frameAnimationRight{
    right: 0;
    opacity: 1;
}
#wonderfulGame .introduce-bg {
    width: 100%;
}
#wonderfulGame{
    position: relative;
}
#wonderfulGame .small_banner{
    position: absolute;
}
#wonderfulGame .small_banner .swiper-slide{
    position: relative;
}
#wonderfulGame .small_banner .swiper-slide .banner_bg{
    width: 98%;
    height: 98%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#wonderfulGame .small_banner .swiper-slide .banner_border{
    width: 100%;
    position: relative;
}
#wonderfulGame .small_banner .swiper-slide{
    width: 51%;
}
#wonderfulGame .small_banner{
    width: 90%;
    top: 22%;
    left: 5%;
}
#wonderfulGame .wonderfulGame-top span{
    color: #3e3d38;
    margin: 0 .6%;
    vertical-align: middle;
    font-size: 16px;
}
#wonderfulGame .wonderfulGame-main{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background: #d1ccb7;
}
#wonderfulGame .wonderfulGame-main a{
    width: 50%;
    position: relative;
    
}
#wonderfulGame .wonderfulGame-main a img{
    width: 100%;
    padding: 9% 6% 9%;
    display: block;
}
#wonderfulGame .wonderfulGame-main a div{
    position: absolute;
    left: 6%;
    bottom: 12%;
    background: rgba(0, 0, 0, .8);
    width: 88%;
    height: 20%;
    text-indent: 2%;
    display: table;
}
#wonderfulGame .wonderfulGame-main a div span{
    display: table-cell;
    color: #cccccc;
    vertical-align:middle;
    font-size: 15px;
    height: 100%;
}
/* 客服中心 */
#customerservice{
    position: relative;
}
#customerservice .introduce-bg{
    width: 100%;
}
#customerservice .customerservice_main{
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 7%;
    transform: translate(0, -28%);
    -webkit-transform: translate(0, -28%);
    -moz-transform: translate(0, -28%);
    -ms-transform: translate(0, -28%);
    -o-transform: translate(0, -28%);
    text-align: center;
}
#customerservice .customerservice_main .customerservice_left>div:first-child{
    padding-bottom: 6%;
}
#customerservice .customerservice_main .customerservice_left,.customerservice_right{
    width: 48.5%;
    display: inline-block;
    vertical-align: middle;
}
#customerservice .customerservice_main .customerservice_left div,.customerservice_right div{
    font-size: 12px;
    color: #cabeb8;
}
#customerservice .customerservice_main .customerservice_left>div:last-child,.customerservice_right>div:last-child{
    margin-top: 3%;
}
#customerservice .customerservice_main .customerservice_right div{
    text-align: right;
}
#customerservice .customerservice_main .customerservice_left div button{
    background-color: #c2423e;
    color: #fff;
    padding: 1% 10%;
    margin: 1% 0;
}
#customerservice .customerservice_main .customerservice_left img{
    width: 70%;
    margin: 5% 0 1% 0;
}
#customerservice .customerservice_main .customerservice_right img{
    width: 70%;
    margin: 5% 0 1% 0;
}
#customerservice .customerservice_main .customerservice_right div:first-child{
    padding-bottom: 8%;
}
/* 底部友情链接 */
#link{
    padding: 3% 0;
    background-color: #020202;
}
.links{
    border: 2px solid #5b4a2c;
    border-radius: 6px;
    line-height: 34px;
    /* font-size: 16px; */
    /* margin-bottom: 50px; */
}
.links span{
    float: left;
    color: #020202;
    background-color: #5b4a2c;
    width: 18%;
    text-align: center;
}
.links_c{
    float: left;
    width: -webkit-calc(100% - 19%);
    width: calc(100% - 19%);
}
.links .links_w{
    /* display: flex;
    justify-content: space-around; */
    width: 100%;
    height: 34px;
    white-space: nowrap;
    overflow: hidden;
}
.links .links_w .main{
    position: relative;
    display: inline-block;
    /* min-width: 996px; */
}
.links_w a{
    color: #5b4a2c;
    padding: 0 12px;
    /* font-size: 16px; */
}
.links_w a:hover{
    color: #b27600;
}




#evenMore{
    background: #d1ccb7;
    
}
#evenMore .evenMore-main{
    width: 94%;
    border-top: 1px dashed #a7a085;
    margin: 0 auto;
    text-align: center;
    padding: 2% 0;

}
#evenMore .evenMore-main img{
    width: 29%;
}
#footer{
    padding: 5% 0 18%;
    background: url('../images/footer_bg.jpg') no-repeat;
    background-size: 100% 100%;
}
#footer p{
    color:#aaa;
    text-align: center;
    font-size: 12px;
}
#footer p:first-child{
    margin-bottom: 2%;
}
#footer p:nth-child(3){
    margin-bottom: 2%;
}
#footer p span{
    color:#aaa;
    background: #000000;
    padding: 1% 2%;
    border-radius:5px;
}



#navigation{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #000;
    z-index: 1000;
}
#navigation .navigation-main{
    width: 25%;
}
#navigation .navigation-main img{
    width: 100%;
}
.off{
    display: none;
}
#nes-tabs #tabs li{
    width: 25%;
}
nav{
    text-align: center;
}
.html-collagen{
    height: 100%;
    width: 100%;
    background: #d1ccb8;
}
.pagination>li>a{
    background: #d1ccb8;
    margin:0 3px;
    color: #aba488;
    border-color: #aba488;
}
.pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    background: #a09d96;
    color: #fff;
    border-color: #aba488;
}
.pagination>li>a:hover span, .pagination>li>span:focus span, .pagination>li>span:hover span{
    color: #fff;
}
#nes-content .content-title{
    overflow: hidden;
    background: #fff;
    text-align: center;
}
#nes-content .content-title>span:first-child{
    float: left;
    padding: 2% 1%;
    color: #808080;
}
#nes-content .content-title>span:last-child{
    display: inline-block;
    padding: 4% 1%;
    color: #3e3d38;
    vertical-align: middle;
}
#nes-content .content-main ul{
    list-style-type: disc;
    padding-left: 4%;
}
#nes-content .content-main li{
    list-style:disc;
}
#nes-content .content-main img{
    width: 98% !important;
    display: block;
    margin: 0 auto;
    height: auto!important;
}
.content-main{
    padding: 2% 3% 14%;
}
.clean:after{content:"";display:inline-block;clear:both;}
#nes-content{
    display: none;
}
.new-information{
    padding-bottom: 10%;
}

/* 视频 */
.m_video{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    display: none;
}
.m_video .m_video_cn{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(85%);
    -ms-transform: translateY(85%);
    transform: translateY(85%);
    
}
.m_video_cn video{
    width: 100%;
}
#gift{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 7% 2% 12%;

}
#gift a{
    width: 33.3%;
}
#gift a img{
    width: 100%;
    padding: 4%;
}
#gift-content{
    display: block;
}
.new-information{
    /* display: none; */
}
.content-title{
    overflow: hidden;
    background: #fff;
    text-align: center;
}
.content-title>span:first-child{
    float: left;
    padding: 4% 1%;
    color: #808080;
}
.gift-main{
    padding: 2%;
    text-align: center;
}
.gift-main h1{
    border-bottom: 1px dashed #a7a085;
    color: #3e3d38;
    font-size: 20px;
    padding: 4%;
    font-weight: 600;
    margin-bottom: 10%;
}
.gift-main p{
    color:#65645f;
    padding-bottom: 2%;
}
.subscribeGift{
    padding-top: 10%;
}
.subscribeGift button{
    background-color: #CC4227;
    background-image: -o-linear-gradient(right,#CC4227 7%,#980A09 100%);
    background-image: -webkit-gradient(linear,right top, left top,color-stop(7%, #CC4227),to(#980A09));
    background-image: linear-gradient(180deg,#CC4227 7%,#980A09 100%);
    background-image: -o-linear-gradient(180deg,#CC4227 7%,#980A09 100%);
    color: #fff;
    width: 80%;
    padding:3% 0;
    font-size: 17px;
    letter-spacing:2px;
    border-radius: 5px;
}
.subscribeTip{
    color: #CC4227;
    padding:3% 0;
    font-size: 17px;
    letter-spacing:2px;
}
.subscribeInput input{
    color: #333;
    width: 80%;
    padding:3%;
    font-size: 17px;
    letter-spacing:2px;
    border-radius: 5px;
    margin-bottom: 5%;
}
.subscribeGroup{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20%;
}
.subscribeGroup button{
    color: #333;
    padding:3%;
    font-size: 17px;
    letter-spacing:2px;
    border-radius: 5px;
}
.subscribeGroup button:first-child{
    width:40%;
    background-color: #CC4227;
    background-image: -o-linear-gradient(right,#CC4227 7%,#980A09 100%);
    background-image: -webkit-gradient(linear,right top, left top,color-stop(7%, #CC4227),to(#980A09));
    background-image: linear-gradient(180deg,#CC4227 7%,#980A09 100%);
    background-image: -o-linear-gradient(180deg,#CC4227 7%,#980A09 100%);
    color: #fff;
}
.subscribeGroup button:last-child{
    background: rgba(0, 0, 0, 0);
    width:40%;
    border: 2px solid #CC4227;
    color: #CC4227;
}
.icon{
    position: relative;
    top: 6px;
    left: 5px;
}
#gift-content{
    display: none;
}
#navigation a{
    position: relative;
    z-index: 1000;
    display: block;
}
#footer a {
    color: #aaa;
    text-align: center;
    font-size: 12px;
}
.privacy p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    word-wrap: break-word;
    word-break:break-all;
    font-size: 90%;
}
.privacy .title{
    font-size: 120%;
    text-align: center;
    font-weight: 600;
}
.privacy{
    display: block;
    margin: 10px;
}
.privacy .red{
    color: red;
}
.privacy .title-little{
    font-size: 110%;
    font-weight: 600;
}



#content>div>.stick div {
    margin: 10px 0;
    line-height: 22px;
}
#content>div>.stick {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    border-bottom: 1px dashed #a7a085;
    padding-left: 10px;
}
#content>div>.stick div:first-child {
    background: #a9a285;
    border-radius: 3px;
    padding: 0 3px;
    color: #fa6565;
}
#content>div>.stick div:nth-child(2) {
    background: #a9a285;
    border-radius: 3px;
    padding: 0 3px;
    color: #fff;
    margin-left: 4px;
}
#content>div>.stick div:nth-child(3) {
    width: 67%;
    color: #4f4f4f;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

#content>div>.stick div:last-child {
    padding-left: 5px;
    color: #808080;
}
/*html {*/
    /*filter: grayscale(100%);*/
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: url("data:image/svg+xml;utf8,#grayscale");*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
    /*-webkit-filter: grayscale(1);*/
/*}*/


.ab_us .i{
    width: .9375rem;
    height: .8125rem;
    display: inline-block;
    background: url(../images/icons.png);
    background-position: 0 -181px;
    background-size: 100% auto;
    vertical-align: middle;
}
.ab_us .i2{ 
    background-position: 0 -45px;
}
.ab_us .i3{
    background-position: 0 -30px;
}
.ab_us .i4{
    background-position: 0 -196px;
}
.ab_us .i5{
    background-position: 0 -60px;
}
