.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 108px;
    background-color: #25393a;
    z-index: 99;
}

.header h2 {
    width: 360px;
    position: absolute;
    left: 25px;
    top: 0;
    height: 108px;
}

.header .gicon {
    display: inline-block;
    width: 96px;
    height: 96px;
    margin-top: 5px;
}

.header img {
    width: 96px;
    height: 96px;
}

.header .game-name {
    position: absolute;
    left: 125px;
    top: 25px;
    font-size: 24px;
    color: #ace5ec;
    font-weight: normal;
}

.header .game-intro {
    position: absolute;
    left: 125px;
    top: 60px;
    font-size: 20px;
    color: #ace5ec;
    font-weight: normal;
}

.btnNav {
    position: absolute;
    right: 16px;
    top: 50%;
    display: block;
    width: 48px;
    height: 34px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btnNav .draw {
    top: 15px;
}

.btnNav .draw, .btnNav .draw::before, .btnNav .draw::after {
    position: absolute;
    display: block;
    outline: none;
    width: 48px;
    height: 3px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    background-color: #afe5ee;
    overflow: visible;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btnNav .draw::before {
    content: '';
    top: -14px;
}

.btnNav .draw::after {
    content: '';
    top: 16px;
}

.c-close .draw {
    background: transparent;
}

.c-close .draw::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.c-close .draw::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    top: 108px;
    background: rgba(12,14,14,.8) ;
    /*transform-origin: right top;-webkit-transform: scale3d(0,0,0);transform: scale3d(0,0,0);-webkit-transition: all .5s;transition: all .5s;*/
    display: none;
}

.nav-box ul {
    padding-top: 58px;
}

.nav-box li {
    height: 112px;
    line-height: 112px;
    background: url(/skin/default/images/nav-split.png) no-repeat center bottom;
    position: relative;
}

.nav-box li a {
    display: block;
    height: 112px;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
        color: #697c77;
}
 
.nav-box .on a {
    background: url(/skin/default/images/nav-icon.png) no-repeat center center;
}

.top_btn_yy {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 229px;
    height: 84px;
    background: url(/skin/default/images/top-btn-yy.png) no-repeat center;
    text-indent: -9999px;
}

.top_btn_download {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 229px;
    height: 84px;
    background: url(/skin/default/images/top-btn-download.png) no-repeat center;
    text-indent: -9999px;
}

.top_btn_download2 {
    display: block;
    position: absolute;
    top: 10px;
    right: 45px;
    width: 229px;
    height: 84px;
    background: url(/skin/default/images/top-btn-download2.png) no-repeat center;
    text-indent: -9999px;
}

.top_btn_public {
    width: 156px;
    height: 47px;
    display: block;
    position: absolute;
    top: 32px;
    overflow: hidden;
    text-indent: -9999px;
}

.top_btn_down {
    background: url(/skin/default/images/top-btn-download2.png) no-repeat center;
    right: 10px;
}

.top_btn_home {
    background: url(/skin/default/images/top-btn-gw.png) no-repeat center;
    right: 200px;
}

.top_btn_yy_main {
    display: block;
    position: absolute;
    top: 10px;
    right: 45px;
    width: 229px;
    height: 84px;
    background: url(/skin/default/images/top-btn-yy-main.png) no-repeat center;
    text-indent: -9999px;
}

.top_btn_yy_down {
    display: block;
    position: absolute;
    top: 10px;
    right: 45px;
    width: 229px;
    height: 84px;
    background: url(/skin/default/images/top-btn-yy-down.png) no-repeat center;
    text-indent: -9999px;
}

.nav-open {
    display: block;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
