 a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {-webkit-box-sizing: border-box;box-sizing: border-box }a {text-decoration: none;cursor: pointer }article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block }audio, canvas, video {display: inline-block }[hidden], audio:not([controls]) {display: none }article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block }audio, canvas, video {display: inline-block }[hidden], audio:not([controls]) {display: none }a, abbr, acronym, address, applet, big, blockquote, body {vertical-align: baseline }a, abbr, acronym, address, applet, big, blockquote, body, caption {padding: 0;margin: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-family: inherit;font-size: 100% }cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup {padding: 0;margin: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-family: inherit;font-size: 100%;vertical-align: baseline }table {padding: 0;margin: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-family: inherit;font-size: 100% }tbody {vertical-align: baseline }tbody, td {padding: 0;margin: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-family: inherit;font-size: 100% }tfoot {vertical-align: baseline }tfoot, th, thead, tr, tt, ul, var {padding: 0;margin: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-family: inherit;font-size: 100% }thead, tr, tt, ul, var {vertical-align: baseline }body {line-height: 1 }ol, ul {list-style: none }table {border-collapse: separate;border-spacing: 0;vertical-align: middle }caption, td, th {text-align: left;font-weight: 400;vertical-align: middle }a img {border: none }a {color: #222 }article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block }audio, canvas, video {display: inline-block }[hidden], audio:not([controls]) {display: none }article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;padding: 0;margin: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-family: inherit;font-size: 100%;vertical-align: baseline }[hidden], audio:not([controls]) {display: none }* {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-webkit-font-smoothing: antialiased }
 body {
    background-color:#fef5e4;
    width: 7.5rem;
    margin: 0 auto;
    font-family: "Noto Sans SC"
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration: none;
   
    }
.adv-float{
    width:100%;
    position: fixed;
    bottom:0;
    left:0;
    z-index: 999;
    display: flex;
    justify-content: center;
}
.wrap{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header{width:100%;}
.header-top {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #DBDCFF;
  }
  .header-top > img {
    margin: .2rem .2rem;
    width: 1rem;
    height: 1rem;
  }
  .header-top > a >img {
    width: 85%;
    /* height: 1rem; */
    color: #fff;
    font-weight: bold;
    /* margin: 11px 0 16px 28px;  */
    margin: 5px 0 0 5px;
  }
.btn-back{
    position: absolute;
    top:0.2rem;
    left:0.2rem;
    width:1.74rem;
    height:0.7rem;
}
.btn-back img{
    width:100%;
    position: absolute;
}
.game-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:4.16rem;
    position: relative;
}
.game-img img{
    width:100%;
    height:4.16rem;
}
.game-intro{
    width:6.26rem;
    height:0.84rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #FF7878;
    border-radius: 0.42rem;
    margin:0.4rem 0;

}
.icon-play{
    background:url("../images/icon_play.png") center center no-repeat;
    background-size:100%;
    width:0.84rem;
    height:0.84rem;
    display: inline-block;
    margin-right:0.3rem;
}
.btn-plays{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height:100%;
}
.btn-plays p{color:#fff;font-size:18px;}
.info{
    width:100%;
    height:1.24rem;
    background-color:rgba(0, 0, 0, .75);
    position:absolute;
    left:0;
    bottom:0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding:0 0.2rem;
    padding-bottom:0.2rem ;
}
.info .name{
    color:#fff;
    font-size:0.34rem;
    font-weight: bold;
    height: 0.4rem;
}
.info .left .stars{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top:0.14rem;
}
.info .left .stars>img{
    width:2.32rem;
    height:0.34rem;
    margin-right: 0.2rem;
}
.info .left .stars span{
    font-size:0.32rem;
    color:#fff;
}
.info .right {
    display: flex;
    flex-direction: row;

}
.info .right .icon-zan{
    width:0.3rem;
    height: 0.3rem;
    margin-right: 0.2rem;
}
.info .right span{
    font-size:0.32rem;
    color:#fff;
}



.title{
    width:7.1rem;
    height:0.74rem;
    background-color:#DBDCFF;
    margin:0.3rem auto;
    display: flex;
    align-items: center;
    padding-left:0.4rem;
    position: relative;
    font-weight: bold;
    color:#000;
    font-size:0.28rem;
}
.title::before{
    content: "";
    position:absolute;
    left:0.2rem;
    width:0.1rem;
    height:0.52rem;
    background-color:#000;
}
.box-list2,.box-list3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.box-list2 .items,.box-list3 .items{ 
    width:3.34rem;
    margin-bottom:0.3rem;
    margin-left:0.3rem;
}
.box-list2>.items>img{
    border-radius: 0.2rem;
    box-shadow: -2px 2px 3px 1px rgba(0,0,0,0.3);
}

.box-list2 .items>p{
    width:100%;
    height:0.4rem;
    line-height:0.4rem;
    text-align: center;
    color:#000;
    font-size:0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break:break-all;
}
.box-list2 .items{
    width:2.12rem;
}
.box-list2 .items>img{
    width:2.12rem;
    height:2.12rem;
}
.box-list3 .items{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    border-radius:0.14rem ;
    box-shadow: 0px 0 3px 0px rgba(0,0,0,0.3);
    overflow: hidden;
}
.box-list3 .items>img{
    width:1.4rem;
    height: 1.4rem;;
}
.box-list3 .items>.intro{
    display: flex;
    flex-direction: column;
    margin-left:0.18rem;
    height:1.4rem;
    justify-content: center;
    
}
.box-list3 .items>.intro>img{
    width:95%;
    margin-bottom:0.1rem;
}
.box-list3 .items>.intro>.txt{
    width:100%;
    font-size:0.2rem;
    height:0.6rem;
    color:#000;
    word-break:break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break:break-all;
}
.box-list3 .items>.intro>p{
    font-size:0.2rem;
}
.items{
    position: relative;
}
.items>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}

.dialog{
    display: none;
} 


.footer-bt{    
    width: 100%;

     margin:0 auto 0.2rem;
 }
 .footer-bt a{
     display: block;
     width:6.94rem;
     margin: 0 auto;
 }
 .ft-img{
     width:6.94rem;
     height: 100%;
     margin: 0 auto;
 }
 .footer-bt .txts{
     width: 100%;
     color:#000;
     font-size:0.28rem;
     text-align: center;
     margin-bottom:0.2rem;
     display:block;
 }
 .ft-nav{
     width:5.2rem;
     height:0.8rem;
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
     margin:0 auto;
     
 }
 .ft-nav a{
     color:#000;
     font-size:0.28rem;
     font-weight: bold;
     text-align: center;
 }
 .empty{
     width:100%;
     height:0.4rem;
 }

 .adv-float{
    width:100%;
    /* position: fixed;
    top:0;
    left:0;
    z-index: 999; */
}