.game-header{
    position: relative;
    margin-bottom: 32px;
}
.game-detail {
    position: relative;
}
.game-info.show-background {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-top: 0;
}
.game-info {
    padding-top: 70px;
}
.game-info-con {
    background: rgba(0,0,0,0.7);
    border-radius: 30px;
    padding: 34px 50px;
    box-sizing: border-box;
}
.game-info .game-icon{
    float: left;
    height:120px;
    width: 120px;
    margin-right: 18px;
}
.game-info .game-detail h4{
    font:bold 28px/68px "微软雅黑";
    color: #fff;
}
.game-info-desc {
    margin-top: 8px;
    color: #d4d2d2;
}
.game-info-desc p{
    font: 18px/34px "微软雅黑";
    color: #d4d2d2;
    border-radius: 8px;
    background-color: #7b7d83;
    margin-right: 24px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.game-info .game-detail span{
    font: 17px/34px "微软雅黑";
    color: #d4d2d2;
    display: inline-block;
}
.game-info .game-code{
    float: right;
    height:98px;
    width: 98px;
    border: 1px solid #d8d8d8;
    overflow: hidden;
}
.game-info .game-code img{
    height:114px;
    width: 114px;
    margin:-8px 0 0 -8px;
}
.game-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 370px;
}
.game-btn .game-download{
    float: right;
    margin-left: 50px;
}
.game-btn .game-download a{
    display: block;
    width: 162px;
    font-size: 22px;
    line-height:42px;
    color: #fff;
    border-radius: 21px;
    margin-bottom: 16px;
    background-image: linear-gradient(40deg, #04bc9e, #017c68);
    transition: background-image 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    box-shadow: 0px 2px 7px #002E2857;
    text-align: center;
}
.game-btn .game-download .pc-download:hover {
    background-image: linear-gradient(-54deg, #04bc9e, #017c68);
    transition: background-image 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.game-btn .game-download .az-download{
    background: #4b4c4d;
    box-shadow: 0px 2px 7px #33333324;
}
.game-btn .game-download .az-download:hover{
    color: #09caab;
}
.notice {
    display: none;
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 298px;
    padding: 32px;
    background-color: #42404a;
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}
.game-init, .game-txt, .other-panel{
    margin-bottom: 20px;
}
.game-init h3{
    padding: 0 31px;
    height: 40px;
    font:bold 14px/40px "微软雅黑";
    color: #343434;
    border-bottom: 1px solid #d8d8d8;
    background: #f4f4f4;
}
#game-banner{
    height:315px;
    position: relative;
    margin-bottom: 20px;
}
#game-banner div{
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.swiper-topic {
    z-index: 0;
}
#game-banner button,.swiper-topic button{
    width: 40px;
    height: 78px;
    position: absolute;
    top: 95px;
    z-index: 2;
    border: none;
}
#game-banner button {
    top: 140px;
}
button.go-left,button.topic-left{
    left: 0;
    background: url(../img/icons3.png) no-repeat 0 0;
}
button.go-left:hover,button.topic-left:hover{
    background: url(../img/icons3.png) no-repeat -100px 0;
}
button.go-right,button.topic-right{
    right: 0;
    background: url(../img/icons3.png) no-repeat -200px 0;
}
button.go-right:hover,button.topic-right:hover{
    background: url(../img/icons3.png) no-repeat -300px 0;
}
#game-banner ul li{
    width: auto;
    height:315px;
}
#game-banner ul li.lastImg{
    margin: 0;
}
#game-banner ul li img{
    width: auto;
    height:315px;
    border-radius: 28px;
}
.game-panel .panel-title{
    font: 24px/28px "微软雅黑";
    color: #fff;
    margin: 44px 0 18px;
}
.game-panel .panel-title:before{
    width: 5px;
    height: 28px;
    content: "";
    float: left;
    margin-right: 15px;
    background-color: #09caab;
}
.screenshot-con p,.game-txt p{
    font: 15px/30px "微软雅黑";
    color: #d4d2d2;
    height: auto;
}
.game-desc.limit {
    height: 150px;
    overflow: hidden;
}
.screenshot-con p.active {
    height: auto;
}
.screenshot-con p a,.game-txt p a {
    color: #00c099;
}
.screenshot-con span,.gift-con .show-gift{
    font: 15px/30px "微软雅黑";
    color: #008873;
    cursor: pointer;
    display: none;
}
.gift-con .show-gift {
    display: block;
}
#panel-blog li {
    cursor: pointer;
    width: 398px;
    overflow: hidden;
    box-sizing: border-box;
}
#panel-blog li .blog-icon {
    width: 100%;
    height: 0;
    border-radius: 20px;
    padding-bottom: 224px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
#panel-blog li img {
    display: block;
    width: 100%;
    height: auto;
}
#panel-blog li:hover .blog-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #09caab;
    box-sizing: border-box;
    top: 0;
    border-radius: 20px;
}
#panel-blog li p{
    font: 16px/20px "微软雅黑";
    height: 20px;
    color: #d4d2d2;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
#panel-blog li:hover p {
    color: #09caab;
}
.game-info .mobile-game-detail{
    display: none;
    padding: 12px 0;
}
.game-info .mobile-game-detail div{
    height: 20px;
    margin: 12px 0 15px;
}
.game-info .mobile-game-detail div h4{
    float: left;
    font: 15px/20px "微软雅黑";
    color: #333;
    margin-right: 10px;
}
.game-info .mobile-game-detail div i{
    float: left;
    width: 40px;
    height: 18px;
    font: 12px/18px "微软雅黑";
    color: #19c9a3;
    border: 1px solid #19c9a3;
    text-align: center;
    border-radius: 2px;
}
.game-info .mobile-game-detail p{
    font: 13px/18px "微软雅黑";
    color: #999;
}
#downloadBtn{
    display: none;
    width: 100%;
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    border-top: 1px solid #d8d8d8;
    z-index: 10;
}
#downloadBtn a.qu-down{
    margin:12px auto;
    display: block;
    width: 148px;
    height: 35px;
    border: 1px solid #0dc5a1;
    border-radius: 3px;
    background: #0dc5a1;
    font: 15px/35px "微软雅黑";
    color: #fff;
    text-align: center;
}
#wechat{
    display: none;
    background: rgba(0,0,0,0.8) url("../img/wechat.png") no-repeat center top;
    background-size: 90% auto;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right:0;
}
.background-header {
    margin-top: 0;
    width: 100%;
    height: calc(100vh - 65px);
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.scroll-down {
    display: none;
    height: 77px;
    padding-top: 27px;
}
.show-background .scroll-down {
    display: block;
}
.scroll-down-img {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: url("../img/napp-icon.png") no-repeat 9px -46px;
}
.game-gift {
    max-height: 214px;
    overflow: hidden;
}
.game-gift.active {
    max-height: unset;
}
.game-gift ul {
    width: 1086px;
}
.game-gift li {
    float: left;
    width: 292px;
    padding: 14px 20px;
    margin: 0 30px 30px 0;
    background-color: #222126;
    border-radius: 7px;
}
.gift-info p:nth-child(1){
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px;
    color: #fff;
}
.gift-info p:nth-child(2){
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
    color: #7b7d83;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gift-info p:nth-child(3){
    font-size: 12px;
    line-height: 14px;
    color: #7b7d83;
}
.gift-btn-1 {
    float: right;
    margin-top: 14px;
    width: 86px;
    line-height: 36px;
    border: none;
    outline: none;
    border-radius: 8px;
    font-size: 17px;
    color: #fff;
    background-color: #4e4c56;
}
.no-bg {
    padding-top: 138px;
}
.no-bg .game-info{
    position: unset;
}
.no-bg .scroll-down{
    display: none;
}
.game-other {
    margin-top: 34px;
    color: #76787d;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
}
.game-other p {
    color: #d4d2d2;
    display: inline-block;
    margin-right: 30px;
}
.game-other .span {
    display: inline-block;
    margin: 0 16px;
    padding-left: 32px;
    color: #d4d2d2;
}
.game-other .span i {
    height: 24px;
    width: 24px;
    float: left;
    margin-left: -32px;
    background: url("../img/napp-icon.png") no-repeat 0 0;
}
.game-other .span:nth-child(2) i{
    background-position: 0px 4px;
}
.game-other .span:nth-child(3) i{
    background-position: -50px 4px;
}
.game-other .span:nth-child(4) i{
    background-position: -100px 3px;
}
.game-other .span:nth-child(5) i{
    background-position: -145px 3px;
}
.game-other .span:nth-child(6) i{
    background-position: -199px 2px;
}
.pc-style-hidden {
    display: none;
}
.game-info-block {
    display: inline-block;
}
@media screen and (max-width: 1440px) {
    .background-header {
        height: calc(100vh - 52px);
    }
    .game-other {
        margin-top: 28px;
        font-size: 16px;
        line-height: 20px;
    }
    .game-other p {
        margin-right: 24px;
    }
    .game-other .span {
        margin: 0 14px;
        padding-left: 26px;
    }
    .game-other .span i {
        height: 20px;
        width: 20px;
        margin-left: -26px;
        background-size: 380px auto;
    }
    .game-other .span:nth-child(2) i{
        background-position: 0px 3px;
    }
    .game-other .span:nth-child(3) i{
        background-position: -40px 3px;
    }
    .game-other .span:nth-child(4) i{
        background-position: -80px 3px;
    }
    .game-other .span:nth-child(5) i{
        background-position: -120px 3px;
    }
    .game-other .span:nth-child(6) i{
        background-position: -160px 3px;
    }
    .game-info-con {
        border-radius: 24px;
        padding: 27px 40px;
    }
    .game-info .game-icon {
        height: 96px;
        width: 96px;
        margin-right: 16px;
    }
    .game-info .game-detail h4 {
        font: bold 24px/54px "微软雅黑";
    }
    .game-info-desc {
        margin-top: 6px;
    }
    .game-info-desc p {
        font: 16px/28px "微软雅黑";
        border-radius: 7px;
        margin-right: 10px;
        padding: 0 8px;
    }
    .game-info .game-detail span {
        font: 16px/28px "微软雅黑";
    }
    .game-btn {
        width: 296px;
    }
    .game-btn .game-download {
        margin-left: 20px;
    }
    .game-btn .game-download a {
        font-size: 18px;
        width: 130px;
        line-height: 34px;
        border-radius: 17px;
        margin-bottom: 14px;
    }
    .game-info .game-code {
        height: 78px;
        width: 78px;
    }
    .game-info .game-code img {
        height: 92px;
        width: 92px;
        margin: -7px 0 0 -7px;
    }
    .scroll-down {
        height: 62px;
        padding-top: 22px;
    }
    .scroll-down-img {
        width: 40px;
        height: 40px;
        background-position: 7px -37px;
        background-size: 380px auto;
    }
    .game-init, .game-txt, .other-panel {
        margin-bottom: 16px;
    }
    .game-gift {
        height: 192px;
    }
    .game-gift ul {
        width: 870px;
    }
    .game-gift li {
        width: 234px;
        padding: 12px 16px;
        margin: 0 24px 24px 0;
        border-radius: 6px;
    }
    .gift-btn-1 {
        margin-top: 14px;
        width: 68px;
        line-height: 28px;
        border-radius: 7px;
        font-size: 16px;
    }
    .gift-info p:nth-child(1){
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 6px;
    }
    .gift-info p:nth-child(2){
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .screenshot-con p, .game-txt p {
        font: 14px/26px "微软雅黑";
    }
    .screenshot-con span {
        font: 14px/26px "微软雅黑";
    }
    #panel-blog li {
        width: 320px;
    }
    #panel-blog li .blog-icon {
        width: 316px;
        border-radius: 16px;
        padding-bottom: 180px;
        margin-bottom: 16px;
    }
    #panel-blog li:hover .blog-icon::after {
        border: 2px solid #09caab;
        border-radius: 16px;
    }
    .swiper-topic button {
        top: 73px;
    }
}
@media screen and (max-width: 540px) {
    .game-info {
        position: unset;
    }
    .game-info-con {
        border-radius: 0;
        padding: 0;
        padding-top: 20px;
        background-color: unset;
    }
    .game-info .game-detail span {
        font: 14px/24px "微软雅黑";
    }
    .game-btn {
        display: none;
    }
    .game-other {
        margin-top: 10px;
        font-size: 14px;
    }
    .game-gift {
        overflow: auto;
    }
    .mobile-style-hidden {
        display: none !important;
    }
    .pc-style-hidden {
        display: block !important;
    }
    .game-info-desc p {
        margin-bottom: 18px;
    }
    .mobile-style-block {
        display: block !important;
    }
    .game-info-desc .game-from {
        font: 16px/26px "微软雅黑";
        color: #00c099;
        border: 1px solid #00c099;
        border-radius: 8px;
        padding: 0 10px;
        display: inline-block !important;
        vertical-align: top;
    }
    .game-download-mb {
        width: 100%;
        position: fixed;
        background: #222126;
        bottom: 0;
        left: 0;
        border-top: 1px solid #222126;
        z-index: 10;
    }
    .game-download-mb a {
        margin: 12px auto;
        display: block;
        width: 50%;
        height: 35px;
        border: 1px solid #0dc5a1;
        border-radius: 3px;
        background: #0dc5a1;
        font: 15px/35px "微软雅黑";
        color: #fff;
        text-align: center;
    }
    #panel-blog li .blog-icon {
        width: 100%;
        padding-bottom: 57%;
    }
    #game-banner button, .swiper-topic button {
        top: 40%;
    }
}