
body {
    width: 100%;
    min-width: 370px;
  }
  body .page {
    background: #002936;
  }
  body header .imgbox {
    margin: 20% auto 0;
  }
  body header .imgbox img {
    width: 100%;
    height: 100%;
  }
  body header .imgbox a {
    display: block;
    background: url(../images/img_gamebuffindex_downloadbottom.png);
    background-size: 100% 100%;
    width: 212px;
    height: 92px;
    margin: 51px auto 0;
  }
  body header .imgbox a:hover {
    background: url(../images/img_gamebuffindex_downloadbottomhover.png);
  }
  header {
    width: 100%;
    background: url(../images/img_gamebuffindex_totalbghead.png) no-repeat;
    background-size: 100% 100%;
  }
  header nav {
    height: 84px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
  }
  header nav a {
    color: #A0BBD4;
    font-size: 15px;
    display: block;
    padding: 10px 30px;
    text-decoration: none!important;
  }
  header nav img {
    width: 72px;
    height: 75px;
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 16px;*/
    /*margin: auto;*/
  }
  .LogoBox{
    width: 72px;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .LogoBox a{
    padding: 0;
  }
  footer{width: 100%;
    background: linear-gradient(0deg, rgba(0, 164, 233, 0.2) 0%, rgba(0, 164, 233, 0.1) 100%);position: relative;}
  footer .foot_title{display: block;font-size: 14px;color: #FFFFFF;text-align: center;line-height: 60px;cursor: pointer;color: #fff!important;}
  footer .foot_title:hover{background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);}
  .GamebuffName{display: flex;flex-direction: column;color:#A6D2E0;padding-bottom: 2%;padding-left: 6%;}
  .GamebuffName p{font-size: 16px;line-height: 35px;}
  .GamebuffName span{font-size: 12px;}
  .blogroll{font-size: 12px;color: #A6D2E0;float: left;width: 100%;}
  .blogroll ul{float: left;width: 100%;position: relative;left: 4%;line-height: 40px;}
  .blogroll li {float: left;padding-right: 3%;}
  .blogroll li p{line-height: 40px;text-align: center;cursor: pointer;}
  .banner{width: 100%;background: url(../images/bg-t.png)no-repeat;background-size: 100% 100%;}
  
  .jsbg{
    padding-bottom: 50px;
  }
  .nav_lg{color: #0089E9!important;text-decoration: none!important;}
  .nav_lg:hover{color: #0089E9!important;}
  header nav a:hover{color: #0089E9!important;}
  a:hover{text-decoration: none!important;}
  .back_to_top {
    display:none;
    cursor: pointer;
    position: fixed;
    bottom: 200px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #00A4E9;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0 rgba(17,17,22,0.3);
    z-index: 99999;
  }
  .back_to_top img {
    margin: 0px auto 0 auto;
    width: 50px;
    height: 50px;
  }
  .back_to_top:hover {
    background: #3d9bc2;
  }
  .button_new{
    font-size: 18px!important;
    padding: 14px 50px!important;
    border-radius: 4px;
  }
  .more{
    display:none;
  }
  .search{
    margin-top: 18px;
  }
  /*
   * 页数按钮样式
   */
  .page_div {
    text-align: center;
    font-size: 15px;
    color: #A6D2E0;
    box-sizing: border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  
  
  .page_div>a {
    min-width: 30px;
    height: 28px;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 28px;
    font-size: 13px;
    display: inline-block;
    border: none;
    color: #A6D2E0;
    background: transparent;
    border-radius: 4px;
  }
  .page_div a:hover{
    background: #064A5F;
    color: #FFFFFF;
  }
  
  .page_div .back{
    display: inline;
    margin-top:18px;
  }
  
  .page_div .back a{
    margin: 0 8px;
    background: #064A5F;
    color: #A6D2E0;
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    font-size:12px;
  }
  .page_div .back a:hover{
    background: #064A5F;
    color: #FFFFFF;
  }
  .page_div .current {
    background-color: #09566E;
    color: #FFFFFF;
  }
  .footNavItem{
    width: 16%;
    float: left;
  }
  
  
