 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 }
 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;
}
 body {
    background-color:#F6E7CE;
    width: 7.5rem;
    margin: 0 auto;
    font-family: "Noto Sans SC"
}
.wrap{
    padding: 0.3rem 10px 8px;
}
.title{
    width:6.94rem;
    height:0.9rem;
    line-height: 0.9rem;
    border-radius: 0.2rem;
    background-color:rgba(255,255,255,0.9);
    font-size:0.4rem;
    text-align: center;
    color:#000;
}

.game-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    margin-top:0.32rem;
    margin-bottom: 0.32rem;
    position: relative;
}
.game-img img{width:6.94rem;height:6.94rem;border-radius: 15px;}
.game-intro{
    position: absolute;
    left:50%;
    top:0;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, .5);
    width:6.94rem;
    height: 6.94rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    cursor: pointer;
}
.icon-play{background:url("../images/icon_play.png") center center no-repeat;background-size:100%;width:1.4rem;height:1.4rem;display: inline-block;}
.btn-plays{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.btn-plays p{color:#fff;font-size:18px;font-weight: bold;}
.list-box{
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top:0.32rem;
    
}
.list-box .item{
    background-color:bisque;
    width:2.08rem;
    height:2.08rem;
    margin-right:0.32rem;
    position: relative;
    border-radius: 0.2rem;
    margin-bottom: 0.32rem;
    
}
.list-box .item:nth-child(3n){
    margin-right:0;
}
.list-box .item>a{width:100%;height: 100%;display: inline-block;}
.list-box .item img{width:100%;  border-radius: 0.2rem;}
.list-box .item p{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:0.54rem;
    color:#fff;
    font-size:0.2rem;
    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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.img-title{
    width:2.86rem;
    margin: 0.2rem 0 0.2rem 0.3rem;
}
.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;
 }
.dialog{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 200;
    display: none;
}
.game-tips{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgb(0, 0, 0, 0.7);
    background-image: url(../images/game_tips.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 157.5px 125px;
    display: none;
}
.start-progress{
    display: none;
    width: 90%;
    height: 1.33333rem;
    line-height: 1.33333rem;
    margin: .26667rem auto;
    color: #fff;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.loaders {
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 0;
    margin-right: 10px;
}

.ball-pulse>div {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
}

.ball-pulse>div:nth-child(1) {
    -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
    display: inline-block;
}

.ball-pulse>div:nth-child(2) {
    -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
    display: inline-block;
}

.ball-pulse>div:nth-child(3) {
    -webkit-animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
    display: inline-block;
}

@-webkit-keyframes scale {
    0%, 80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}

.card{
    width:6.94rem;
    margin:0.3rem auto 0;
    background-color:rgba(255,255,255,0.7);
    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;
    }
}
.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%;
    border-radius: 0.3rem;
}
.top-title{
    width:2rem;
}
.guess-title{
    width:3.32rem;
}
.title2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top:0.3rem;
    margin-bottom:0.3rem;
}
.title2 span{
    font-size:0.4rem;
    color:#2C2350;
}
.title2>a{
    display:flex;
    align-items: flex-end;
}
.title2>a>.img{
    width:0.36rem;
    height:0.36rem;
}
.adv {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex
}

.adv p {
    text-align: center;
    color: #000;
    width: 100%;
    font-size: 20px
}
