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 {-webkit-font-smoothing: auto;font: 14px -apple-system, BlinkMacSystemFont, "SegoeUI", Roboto, Ubuntu, "HelveticaNeue", Helvetica, Arial, "PingFangSC", "HiraginoSansGB", "MicrosoftYaHeiUI", "MicrosoftYaHei", "SourceHanSansCN", sans-serif;background-color: #fff;min-height: 100%;position: relative;color: #222 }
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;
}
input:focus{
    outline:0;
}
body {
    background-color:#8F2943;
    width: 7.5rem;
    margin: 0 auto;
    font-family: "Noto Sans SC"
}
.container{width:100%;}

.header-top {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
  }
  .header-top > img {
    margin: .2rem ;
    /* width: .8rem; */
    height: 1rem;
  }
  .header-top > a >img {
    width: 85%;
    /* height: 1rem; */
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
    /* margin: 11px 0 16px 28px;  */
  }
.swiper {
    width: 6.94rem;
    height:4.22rem;
    overflow: hidden;
    margin:0 auto;
    padding-top:0.4rem;
    border-radius: 0.3rem;
    
}
.swiper-slide {
    width: 5.62rem!important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
  }
  .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
    z-index: 2;
  }
.popularWrapper .swiper-slide::before{
    content: "";
    position: absolute;
    width:0.6rem;
    height:0.6rem;
    top:0.1rem;
    left:0.1rem;

}
.swiper-slide a{
    width: 5.62rem;
    height:4.22rem;
    display: inline-block;
}
.swiper-slide a img{
    display: block;
    width: 5.62rem;
    height:4.22rem;
    object-fit: cover;
    border-radius: 0.3rem;
    
}
.swiper-bt{
    position: absolute;
    bottom:0;
    left:0;
    width: 5.62rem;
    height:0.84rem;
    background-color: rgba(0,0,0,0.3);
    overflow: hidden;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;

}
.s-tt{
    width:100%;
    height: 100%;
    font-size:0.32rem;
    color:#fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-left:0.3rem;
}

.box-type{
    width:6.94rem;
    border-radius: 0.3rem;
    margin:0.4rem auto ;
    background-color: rgba(255, 255, 255, 0.70);
    padding:0 0.32rem;

}
.game-type{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.game-type .item{
    width:1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left:0.32rem;
    margin-top:0.28rem;
}
.box-type .game-type .item img{
    width:1rem;
    height:1rem;
    border-radius: 0.3rem;
    overflow: hidden;
}
.box-type .game-type .item:nth-child(5n+1)
{
    margin-left:0;
}
.box-type .game-type .item>span{
    display: flex;
    font-size:0.26rem;
    color:#2C2350;
    margin-top:0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
    /* width:100%; */
    height:0.3rem;
    text-align: center;
}
.title{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top:0.3rem;
    margin-bottom:0.3rem;
}
.title span{
    font-size:0.4rem;
    color:#fff;
}
.title>a{
    display:flex;
    align-items: flex-end;
}
.title>a>.img{
    width:0.36rem;
    height:0.36rem;
    margin-bottom:0.03rem;
}
.t-img{
    width:2.82rem;
}
.bg-top{
    width:100%;
    height:70px;
}
.img-title{
    width:2.86rem;
    margin: 0.2rem 0 0 0.3rem;
}
.box{
    padding:0 14px;
    /* background-color: #fff;
    width: 347px;
    margin: 0 auto;
    border-radius: 0.2rem; */
    /* width: 6.94rem;
    margin: 0.3rem auto 0;
    background-color: #fff;
    border-radius: 0.2rem;
    padding: 0.24rem; */
}
.header{
    width:6.94rem;
    height:4.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header .lt{
    width:4.5rem;
    height:4.5rem;
    border-radius: 0.2rem;
    position: relative;

}
.header .lt img,.header .rt img{width:100%;height:100%;border-radius:10px;}
.header p,.list-box .item>p,.popular-box .item>p{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:55px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.list-box .item>p,.popular-box .item>p{
    height:0.54rem;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-box .item>p .txt,.popular-box .item>p .txt{
    color:#fff;
    font-size:0.25rem;
}
.header p>span{
    display: inline-block;
    font-size:0.2rem;
    color:#fff;
}
.txt1{font-size:0.4rem!important;display: inline-block;}
.txt{font-size:0.2rem;}
.header .rt{
    display: flex;
    flex-direction: column;
    align-items: center; 
    height:4.5rem;
}
.header .rt .up,.header .rt .down{
    width:2.08rem;
    height:2.08rem;

    position: relative;
    border-radius: 10px;
    flex:1;
}
.header .rt .up>p,.header .rt .down>p{
    height:0.54rem;
}
.header .rt .down{
    margin-top:0.32rem;
}
.list-box,.popular-box{
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top:0.32rem;
    
}
.list-box .item,.popular-box .item{

    width:2.08rem;
    height:2.08rem;
    margin-right:0.32rem;
    position: relative;
    border-radius: 0.2rem;
    margin-bottom: 0.32rem;
    background:url("../images/default1.png") center center no-repeat;
    background-size:100%;
}
.list-box .item img{
    width:2.08rem;
    height:2.08rem;
    border-radius: 0.2rem;
}
.list-box .item:nth-child(3n),.popular-box .item:nth-child(3n){
    margin-right:0;
}
.list-box .item>a,.popular-box .item>a{width:100%;height: 100%;display: inline-block;}
.more-list .m-item{
    width:100%;
    height:2.1rem;
    background-color:rgba(255,255,255,0.6);
    margin-bottom:0.32rem;
    border-radius: 0.2rem;
    box-shadow: 0px 1.39px 6.945px 0px rgba(0, 0, 0, 0.2);
}

.more-list .m-item a{
    display: flex;
    flex-direction: row;
}
.more-list .m-item img{
    width:2.1rem;
    height:2.1rem;
    border-radius: 0.2rem;
}
.more-list .m-item p{
    font-size:0.4rem;
    width:100%;
    color:#000;
    height:1.16rem;
    display: flex;
    align-items: center;
    margin-left: 0.32rem;
    font-weight: 500;
    word-break:break-all;
    padding-right:0.9rem;
}
.more-list .b-con{
    width:100%;
    height:0.28rem;

}
.b-con{
     color:#FF0014;
     font-size:0.3rem;
     display: flex;
     flex-direction: row;
     align-items: center;
     padding-left:0.32rem;
     margin-top:0.2rem;
 }
 .more-list .m-item .star{
    width:0.28rem;
    height:0.28rem;
    margin-right:0.05rem;
 }
.nav{
    width:4rem;
    height:1.1rem;
    background-color: rgba(255, 255, 255, 0.70);
    position: fixed;
    left:50%;
    bottom:0.2rem;
    transform: translateX(-50%);
    border-radius: 0.2rem;
    box-shadow: 0px 2px 5px 0px rgba(0, 255, 247, 0.80);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.nav-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nav-item:nth-child(2){
    margin-left:0.7rem;
}
.nav-item>img{
    width:0.5rem;
    height:0.5rem;
}
.nav-item>span{
    font-size:0.3rem;
    color:rgba(0, 38, 70, 1);
}

.popp-win{
    width:100%;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.6);
    display: none;
}
.popp-win .search{
    width:7.5rem;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:1rem;
    background-color: #FFA492;
    min-height:3.2rem;
    padding:0.2rem;
}
.form-search{
    width:100%;
}
.search .title{
    color:#000;
    font-size:0.6rem;
    margin-top:0.3rem;
    margin-bottom:0.3rem;
}
.ipt-search{
    width:6.94rem;
    height:1rem;
    border:0.08rem solid #000;
    border-radius: 0.3rem;
    background-color: transparent;
    font-size:0.4rem;
    color:#fff;
    padding:0 0.2rem; 
}
.btn-close{
    width:0.6rem;
    height:0.6rem;
    position: absolute;
    right:0.2rem;
    top:0.2rem;
}
.search-box .err{
    width:100%;
    height:2rem;
    color:#59C5AF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular{
    width:100%;
    margin-left:0.2rem;
}
.popular .title{
    width:3.2rem;
    margin-bottom: 0;
}
.search-box{
    display: none;
}

.card{
    width:6.94rem;
    margin:0.3rem auto 0;
    /* background-color:#fff; */
    border-radius: 0.2rem;
    padding:0.24rem;
}
.item-top{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
}
.item-top .left{
    display: flex;
    align-items:center;
    justify-content:center;
    color:#292F52;
    font-size:0.28rem;
    font-weight: bold;

}
.item-top .icon1{
    width:0.44rem;
    height:0.44rem;
    margin-right: 0.14rem;
}
.item-top a{
    display: flex;
    align-items: flex-end;
    color:#292F52;
    font-size:0.28rem;
    font-weight: bold;
}
.item-l-4{
    width:100%;
    height:3.2rem;
    display: flex;
    flex-direction: row;
    
}
.item-l-4 .lt{
    width:3.2rem;
    height:3.2rem;
    border-radius: 0.2rem;
    position: relative;
    &>a{
        display: block;
        height: 100%;
    }
}
.item-l-4 .lt img,.item-l-4 .rt img{width:100%;height:100%;border-radius:10px;}
.item-l-4 .rt{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:3.4rem;
    height:3.3rem;
}
.item-l-4 .rt>a{
    width:1.54rem;
    height:1.54rem;
    position: relative;
    border-radius: 10px;
    display: block;
    margin-right:0.1rem;
    
}
.box-game9{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.box-game9 .item{
    width:1.54rem;
    height:1.54rem;
    margin-right:0.1rem;
    position: relative;
    margin-top:0.1rem;
    &:nth-child(4n){
        margin-right:0;
    }

}
.box-game9 .item a{
    display: block;
    width:1.54rem;
    height:1.54rem;

}
.box-game9 .item a img{
    width:100%;
    height: 100%;
    border-radius: 0.3rem;
}
.top-title{
    width:2rem;
}
.guess-title{
    width:3.32rem;
}

.box1{
    width:6.94rem;
    margin:0 auto;
}
.box-list1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.box-list1 .items{ 
    width:3.38rem;
    height:2.74rem;
    border-radius: 0.2rem;
    margin-bottom:0.3rem;
    margin-left:0.18rem;  
    background-color: #fff;
    overflow: hidden;
}
.box-list1 .items:nth-child(2n+1){
    margin-left:0;
}
.box-list1 .items>a{
    display: block;
}
.box-list1 .items img{
    width:3.38rem;
    height:2.04rem;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    overflow: hidden;
}
.box-list1 .items p{
    width:100%;
    height:0.4rem;
    line-height:0.4rem;
    text-align: center;
    color:#292F52;
    font-size:0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break:break-all;
}
.ft-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:6.94rem;
    background-color:#fff;
    padding:0.2rem 0.3rem 0.4rem;

    box-shadow:0 0 10px rgba(0, 0, 0, .2);
    border-radius: 0.2rem;
    margin:.4rem auto 0.2rem;
}
.ft-info>p{
    width:100%;
    color:#000;
    line-height: 21px;
}
.ft-info h2{
    width:100%;
    margin:0.2rem 0;
    font-weight: bold;
}
.adv {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex
}

.adv p {
    text-align: center;
    color: #000;
    width: 100%;
    margin: 20px 0;
    font-size: 20px
}

