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;
}
body {
    background-color:#01473E;
    width: 7.5rem;
    margin: 0 auto;
    font-family: "Noto Sans SC"
}
.container{
    width:100%;
    overflow-x: hidden;
}

.header-top {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
  }
  .header-top > img {
    margin: .2rem .2rem;
    width: 1rem;
    height: 1rem;
  }
  .header-top > a >img {
    width: 88%;
    /* height: 1rem; */
    color: #fff;
    font-weight: bold;
    /* margin: 11px 0 16px 28px;  */
    margin: 5px 0 0 5px;
  }
  .game-txt {
    width: 7rem;
    margin-top: 0.3rem;
  }
  .game-txt .top-txt {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.34rem;
  }
  .game-txt .top-txt > img {
    width: 0.56rem;
    height: 0.56rem;
    margin-right: 0.1rem;
  }
  .game-txt .con {
    font-size: 0.32rem;
    color: #fff;
    line-height: 0.45rem;
    margin: 0.3rem 0;
  }
.header{
    width:100%;
    position: relative;
}
.header a{display: block;}
.head-history{
    background:url("../images/history.png") center center no-repeat;
    background-size: 100%;
    width:0.4rem;
    height:0.4rem;
    position:absolute;
    top:0.45rem;
    right:0.3rem;
    display: block;
}
.head-img{
    /* width:100%; */
    height:1.2rem;
}
.title{
    width:7rem;
    margin:0.2rem 0;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: bold;
    color:#fff;
    font-size:0.34rem;
    display: flex;
    justify-content: space-between;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
.title span{
    text-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
.title a{
    color:#fff;
}
.box2 .title ,.box3 .title{
    margin-top:0;
}
.box1,.box2,.box3,.box4{
    width:7rem;
    margin:0 auto;
}
.box-list1,.box-list2,.box-list3,.box-list4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.box-list1 .items,.box-list2 .items,.box-list3 .items,.box-list4 .items{ 
    width:1.6rem;
    height:1.6rem;
    margin-bottom:0.3rem;
    margin-right:0.2rem;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0 3px 2px rgba(0,0,0,0.3);
    background: url("../images/default.png") center center no-repeat;
    background-size:100%;
}
.items:nth-child(4n){
    margin-right:0;
}
.items img{
    width:1.6rem;
    height:1.6rem;
}
.box-list1 .items>p,.box-list2 .items>p,.box-list3 .items>p,.box-list4 .items>p{
    width:100%;
    height:0.4rem;
    padding-left:0.1rem;
    line-height:0.4rem;
    color:#1E1E1E;
    background-color:rgba(216, 216, 216, 0.75);
    font-size:0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break:break-all;
    position: absolute;
    left:0;
    bottom:0;
    -webkit-text-stroke:0.01rem #1E1E1E;
}
.footer{
    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:0 auto 0.2rem;
}
.footer>p:nth-child(1){
    color:#523225;
    font-size:0.5rem;
    text-align: center;
    margin-bottom: 0.4rem;
}
.footer>p{
    width:100%;
    color:#523225;
    line-height: 21px;
}
.footer h2:nth-child(1){
    margin-top:0;
    margin-bottom:0.2rem;
}
.footer h2{
    width:100%;
    margin:0.4rem 0;
    font-weight: bold;
}
.ft-img{
    width:4.68rem;
    height:0.64rem;
    margin:0.3rem auto 0;
}
.items{
    position: relative;
}
.items>a{
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
.footer-bt{width: 100%;margin:0.3rem auto 0;background-color:transparent;box-shadow: none;}
.footer-bt a{display: block;margin: 0 auto;}
.ft-img{width:6.94rem;height: 100%;margin: 0 auto;}
.footer-bt .txts{width: 100%;color:#fff;font-size:0.28rem;text-align: center;margin-bottom:0.2rem;display:block;}
.ft-nav{width:6.94rem;height:1.04rem;background-color:#fff;display: flex;flex-direction: row; align-items: center;justify-content: space-between;margin:0 auto 0.3rem; border-radius: 0.2rem;box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);}
.ft-nav a{color:#000;font-size:0.24rem;font-weight: bold;text-align: center;}
.ft-nav span{width:0.1rem;height:0.4rem;overflow: hidden;}
.empty{width:100%;height:0.8rem;}
 .form-search{
    width:7rem;
    height:0.8rem;
    border-radius: 0.14rem;
    position: relative;
    margin:0 auto;
 }
 .ipt-search{
    width:100%;
    height:0.8rem;
    background-color: #fff;
    color:#90CAFF;
    font-size:0.34rem;
    outline: none;
    border:0;
    border-radius: 0.14rem;
    padding:0 0.8rem 0 0.8rem;
    font-weight: bold;
 }
 .icon-search{
    position:absolute;
    top:0.2rem;
    left:0.2rem;
    background: url("../images/search.png") center center no-repeat;
    background-size:100%;
    width:0.4rem;
    height:0.4rem;
 }
 .btn-searchs{
    font-size:0.34rem;
    font-weight: bold;
    color:#90CAFF;
    position: absolute;
    top:0.2rem;
    right:0.2rem;
    cursor: pointer;
 }
 input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
}
 .game-type{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left:0.3rem;
 }
 .game-type .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:0.92rem;
    margin-right:0.57rem;
    margin-top:0.3rem;
 }
 .game-type .item:nth-child(5n){
    margin-right:0;
 }
 .game-type .item>span{
    display: block;
    color:#fff;
    font-size:0.2rem;
    font-weight: bold;
    margin-top:0.2rem;
    width:100%;
    height:0.3rem;
    line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis ;
    text-align: center;
 }
 .game-type .item>img{
    width:0.92rem;
    height:0.92rem;
 }

 .adv{
    width:6.94rem;
    margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.adv-float{
    width:100%;
    position: fixed;
    bottom:0;
    left:0;
    z-index: 999;
    display: flex;
    justify-content: center;
}
