body {
    background-color: #f5f5f5;
}
.wap-nav{
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 7.2rem;
    height: 1.76rem;
    padding-top: .88rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .88rem;
    z-index: 10;
}
.wap-nav div.back{
    width: .88rem;
    height: .88rem;
    cursor: pointer;
    background: url("//image.gamersky.com/webimg13/zhuanti/monsterHunterAssembler/icon_NavBack_20x20@3x.png") no-repeat center / .36rem;
}
.wap-nav div.share{
    width: .88rem;
    height: .88rem;
    cursor: pointer;
    background: url("//image.gamersky.com/webimg13/zhuanti/StellarBladeArchive/share.png") no-repeat center / .36rem;
}
.wap-nav.cur div.back{
    background: url("//image.gamersky.com/webimg13/tgs/2025/wap/blackBack.png") no-repeat center / .36rem;
}
.wap-nav.cur div.share{
    background: url("//image.gamersky.com/webimg13/tgs/2025/wap/blackShare.png") no-repeat center / .36rem;
}


.area-top {
    height: 8.46rem;
    background: url(//image.gamersky.com/webimg13/tgs/2025/wap/wap.png) 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.area-nav {
    padding-top: 4.18rem;
}

.area-nav nav {
    display: block;
    position: relative;
    padding: 0 0.24rem;
    height: 0.56rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.area-nav nav a {
    position: relative;
    display: block;
    width: 50%;
    height: 0.56rem;
    line-height: 0.52rem;
    font-size: 0.3rem;
    color: #444;
    text-align: center;
}

.area-nav nav a:after {
    display: none;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -0.13rem;
    bottom: 0;
    width: 0.26rem;
    height: 0.03rem;
    background-color: #00beda;
}

.area-nav nav a.cur {
    color: #00beda;
    font-weight: 700;
}

.area-nav nav a.cur:after {
    display: block;
}

.area-swp-top {
    width: 100%;
    height: 4.2rem;
}

.area-swp-top .swp-top {
    position: relative;
    height: 4.2rem;
}

.area-swp-top .swiper-slide {
    width: 6.76rem;
    overflow: hidden;
}

.area-swp-top .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.area-swp-top .swiper-slide p {
    color: #444;
    font-size: 0.3rem;
}

.area-swp-top .swiper-slide img {
    display: block;
    margin: 0 auto 0.1rem;
    width: 6.72rem;
    height: 3.6rem;
    border-radius: 0.1rem;
}

.area-swp-top .swiper-slide span {
    display: block;
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.28rem;
    color: #444;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 0;
    -webkit-transform: translate(0, -0.2rem);
    -ms-transform: translate(0, -0.2rem);
    transform: translate(0, -0.2rem);
}

.area-swp-top .swiper-slide-active span {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.area-swp-top .swiper-button-prev {
    width: 0.635rem;
    height: 0.635rem;
    background: url(//image.gamersky.com/webimg13/zt/e3/2019/wap/banner-btn.png) no-repeat 0 0;
    background-size: 1.27rem 0.635rem;
}

.area-swp-top .swiper-button-next {
    width: 0.635rem;
    height: 0.635rem;
    background: url(//image.gamersky.com/webimg13/zt/e3/2019/wap/banner-btn.png) no-repeat -0.635rem 0;
    background-size: 1.27rem 0.635rem;
}

/*çƒ­é—¨å¤§ä½œ*é‡ç£…æ–°ä½œ*/
.area-swp-list {
    padding-left: 0.3rem;
    height: 8.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    flex-flow: row wrap;
    align-content: flex-start;
    overflow: hidden;
}

.area-swp-list li {
    padding-right: 0.3rem;
    height: 3.8rem;
    flex: 0 0 33.3333333333333333%;
    box-sizing: border-box;
    margin-bottom: 0.3rem;
}

.area-swp-list li a {
    display: block;
    width: 100%;
}

.area-swp-list li a img {
    display: block;
    margin-bottom: 0.15rem;
    width: 100%;
}

.area-swp-list li a span {
    display: block;
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.24rem;
    overflow: hidden;
    color: #3b3b3b;
}

.area-swp-list li a span i {
    font-style: normal;
}

.area-swp-list li a span.want {
    color: #34b95f;
}

.area-swp-all {
    height: 0.8rem;
    font-size: 0.28rem;
    color: #818181;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    cursor: pointer;
}

.area-swp-all:after {
    display: block;
    margin-top: 0.05rem;
    margin-left: 0.1rem;
    content: "";
    width: 0.21rem;
    height: 0.12rem;
    background: url(//image.gamersky.com/webimg13/zt/e3/2019/wap/more-arrow.png) 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.gs-e3-page-live .gs-e3-sec-live {
    padding-top: 0.35rem;
}

.gs-e3-sec {
    padding-top: 0.2rem;
    margin-bottom: 0.1rem;
    background-color: #fff;
}

.gs-e3-sec .title-lev1 {
    padding: 0.3rem 0.24rem 0.1rem 0.41rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
    color: #333;
    font-weight: 700;
    position: relative;
}

.gs-e3-sec .title-lev1::after {
    content: "";
    position: absolute;
    left: 0.24rem;
    top: 50%;
    width: 0.06rem;
    height: 0.23rem;
    margin-top: -0.015rem;
    background-color: #fbd647;
}

.gsE3MoreList {
    padding: 0 0.24rem;
}

.gsE3MoreList li {
    position: relative;
    padding: 0.25rem 0;
    height: 1.4rem;
    border-bottom: 1px solid #f5f5f5;
}

.gsE3MoreList li:first-child {
    padding-top: 0;
}

.gsE3MoreList li img {
    display: block;
    width: 2.5rem;
    height: 1.4rem;
}

.gsE3MoreList li h5 {
    position: absolute;
    top: 0.1rem;
    width: 3.92rem;
    left: 2.8rem;
    height: 1rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
    color: #222;
    overflow: hidden;
    font-weight: 400;
}

.gsE3MoreList li p {
    position: absolute;
    left: 2.8rem;
    bottom: 0.25rem;
    width: 3.92rem;
    height: 0.24rem;
    line-height: 0.24rem;
    color: #888;
    font-size: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gsE3MoreList li p time {
    display: block;
}

.gsE3MoreList li p span {
    display: block;
    padding-right: 0.32rem;
    font-style: normal;
    background: url(//image.gamersky.com/webimg13/wap/zq/gs-zq-comm.png) right 0.02rem no-repeat;
    -webkit-background-size: 0.25rem 0.22rem;
    background-size: 0.25rem 0.22rem;
}

.gsE3MoreList li a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.gs-e3-btn-more {
    height: 0.8rem;
    font-size: 0.28rem;
    color: #818181;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gs-e3-btn-more:after {
    display: block;
    margin-top: 0.02rem;
    margin-left: 0.1rem;
    content: "";
    width: 0.21rem;
    height: 0.12rem;
    background: url(//image.gamersky.com/webimg13/zt/e3/2019/wap/more-arrow.png) 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.gs-e3-btn-more.loading {
    color: #999;
}

.gs-e3-btn-more.loading:after {
    width: 0.25rem;
    height: 0.25rem;
    background: url(//image.gamersky.com/webimg15/loading.gif) 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.gs-e3-btn-more.loaded {
    color: #999;
}

.gs-e3-btn-more.loaded:after {
    display: none;
}

.gs-e3-bf-tab {
    background-color: #fff;
}

.gs-e3-bf-tab-nav {
    margin: 0 auto 0.3rem;
    width: 6.72rem;
    height: 0.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 0.06rem;
}

.gs-e3-bf-tab-nav a {
    display: block;
    width: 50%;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #f5f5f5;
    font-size: 0.28rem;
    color: #666;
    text-align: center;
}

.gs-e3-bf-tab-nav a.cur {
    background-color: #fcce06;
    color: #3a2f00;
}

.gs-e3-bf-tab-con {
    display: none;
    width: 100%;
}

.gs-e3-bf-tab-con.cur {
    display: block;
}

.ym-comm-user-out,
#register {
    display: none !important;
}

.ym-comm .ym-comms-wrap .ym-comm-btnwrap .ym-comm-btn-re {
    display: none !important;
}

.ym-comm .ym-comms-wrap .ym-comm-btnwrap span,
.ym-comm .ym-comm-login-wrap span {
    display: none !important;
}

.ym-comm .ym-comms-wrap .ym-comm-btnwrap .ym-comm-btn-more {
    margin: 10px auto 0 !important;
    float: none !important;
}

.reloade {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #fff;
    font-size: 0.24rem;
    text-align: center;
    background: rgba(34, 34, 34, 0.8);
    border-radius: 50%;
}

.reloade {
    position: fixed;
    right: 0.25rem;
    bottom: 1.1rem;
    z-index: 99999;
}

.gs-e3-share {
    padding: 0 0.3rem;
    background: #fff;
    cursor: pointer;
}

.ymw-bdshare-new {
    position: relative;
    border-top: 1px solid #f5f5f5;
    margin: 0;
}

.ymw-bdshare-new .ymw-bdshare-new-tit {
    padding: 0.2rem 0;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    color: #666;
}

.ymw-bdshare-new .bdshare {
    position: absolute;
    left: 1.28rem;
    top: 0.2rem;
}

.ymw-bdshare-new .bdshare a {
    display: block;
    margin: 0 0.95rem 0 0;
    padding: 0;
    float: left;
    width: 0.5rem;
    height: 0.5rem;
    background-position: 0 0;
    background-size: 100% 100%;
}

.ymw-bdshare-new .bdshare a.bds_count {
    display: none;
}

.ymw-bdshare-new .bdshare a.bds_more {
    margin-right: 0;
}

.ymw-loginpopMsk {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999997;
    background-color: rgba(0, 0, 0, 0.5);
}

.ymw-loginpop {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -3rem;
    width: 6rem;
    height: 3.4rem;
    background-color: #fff;
    z-index: 999998;
    border-radius: 0.25rem;
}

.ymw-loginpop h5 {
    line-height: 0.55rem;
    font-size: 0.3rem;
    color: #000;
    text-align: center;
}

.ymw-loginpop p {
    line-height: 0.45rem;
    font-size: 0.24rem;
    color: #888;
    text-align: center;
}

.ymw-loginpop p span {
    position: relative;
}

.ymw-loginpop p span:after,
.ymw-loginpop p span:before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    width: 0.48rem;
    height: 1px;
    background-color: #ccc;
}

.ymw-loginpop p span:before {
    left: -0.58rem;
}

.ymw-loginpop p span:after {
    right: -0.58rem;
}

.ymw-loginpop .ymw-loginpop-btns {
    padding-left: 1.03rem;
}

.ymw-loginpop .ymw-loginpop-btns a {
    display: block;
    float: left;
    margin-right: 0.63rem;
    width: 0.9rem;
    height: 0.9rem;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ymw-loginpop .ymw-loginpop-btns a.ymw-loginpop-wb {
    margin-right: 0;
}

.gs-tgs-schedule,
.gs-tgs-video,
.gs-tgs-wishlist {
    padding: .4rem .32rem .32rem;
    margin-bottom: .1rem;
    box-sizing: border-box;
    background: #fff;
}

.gs-tgs-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .48rem;
}

.gs-tgs-title-text {
    font-size: .28rem;
    font-weight: 700;
    color: #333333;
    border-left: .06rem solid #FCCE06;
    padding-left: .18rem;
    box-sizing: border-box;
}

.tgs-title-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tgs-title-tabs a {
    display: block;
    margin-left: .48rem;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

.tgs-title-tabs a.cur {
    position: relative;
}

.tgs-title-tabs a.cur::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -.12rem;
    transform: translateX(-50%);
    width: .36rem;
    height: .06rem;
    border-radius: .03rem;
    background: #FCCE06;
}

.tgs-schedule-item {
    margin-bottom: .24rem;
}

.tgs-schedule-item:last-of-type {
    margin-bottom: 0;
}

.tgs-schedule-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 0.98rem;
    font-size: 16px;
    color: #333333;
    background: #F4F4F4;

    padding: 0 .32rem;
    box-sizing: border-box;
    cursor: pointer;
}


.tgs-schedule-date i {
    display: block;
    width: 0.2766rem;
    height: 0.1382rem;
    background: url("//image.gamersky.com/webimg13/tgs/2025/wap/arrow.png") no-repeat center / 100%;
}

.tgs-schedule-content {
    display: none;
    padding: .24rem .32rem 0;
    margin-bottom: .24rem;
}
.tgs-schedule-content:last-of-type{
    margin-bottom: 0;
}

.tgs-schedule-content .tgs-schedule-content-time {
    font-size: .28rem;
    color: #333333;
    margin-bottom: .12rem;
}

.tgs-schedule-content .tgs-schedule-content-desc {
    font-size: .32rem;
    font-weight: bold;
    color: #333333;
}

.tgs-schedule-item.cur .tgs-schedule-date {
    background: #FCCE06;
}

.tgs-schedule-item.cur .tgs-schedule-date i {
    background: url("//image.gamersky.com/webimg13/tgs/2025/wap/arrowCur.png") no-repeat center / 100%;
}

.tgs-schedule-item.cur .tgs-schedule-content {
    display: block;
}

.gs-tgs-video .gsE3MoreList {
    padding: 0;
}







.zpimglist {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .4rem .2rem;
    overflow: hidden;
}

.zpimglist li {
    width: 100%;
    height: auto;
}

.zpimglist li .img {
    width: 100%;
    height: auto;
}

.zpimglist li .img .tit {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.zpimglist li .img .tit img {
    width: 100% !important;
    height: auto !important;
}

.zpimglist li .img .tit i {
    display: block;
    width: 100%;
    height: 1.6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(//image.gamersky.com/webimg13/zt/e3/2019/pc/mk3.png) 0 bottom repeat-x;
}

.zpimglist li .img .tit .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.zpimglist li .img .tit p {
    margin: 0;
    padding: 0 .1rem;
    width: 100%;
    height: auto;
    line-height: 0.2rem;
    color: #fff;
    font-size: 0.2rem;
    text-align: center;
    box-sizing: border-box;
}

.zpimglist li .img .tit p span.currentPrice {
    color: #ffffff;
    font-size: .14rem;
    margin-right: .04rem;
}

.zpimglist li .img .tit p span.originalPrice {
    text-decoration: line-through;
    color: #a2a2a2;
    font-size: .12rem;
    margin-right: .2rem;
}

.zpimglist li .img .tit p span.discount {
    color: #FF941A;
    font-size: .14rem;
}

.zpimglist li .storeBox {
    width: 100%;
    height: .42rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zpimglist li .storeBox .tpbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;
    width: 0;
    font-size: .16rem;
    color: #aaaaaa;
    line-height: .42rem;
    background: #222222;
    cursor: pointer;
}

.zpimglist li .storeBox .tpbtn i {
    display: block;
    width: .1921rem;
    height: .1836rem;
    margin-left: .08rem;
    background: url("//image.gamersky.com/webimg13/tgs/2025/xiangWan.png") no-repeat center / 100%;
}

.zpimglist li .storeBox .tpbtn.cur i {
    background: url("//image.gamersky.com/webimg13/tgs/2025/xiangWanCur.png") no-repeat center / 100%;
}

.zpimglist li .storeBox .store {
    flex-shrink: 0;
    height: 100%;
    width: .72rem;
    background: #333333;
    font-size: .18rem;
    color: #ffffff;
    line-height: .42rem;
    text-align: center;
    cursor: pointer;
}

.zpimglist li .steamWishlist {
    width: 100%;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
    font-size: .2rem;
    color: #222222;
    background: #FF941A;
    cursor: pointer;
}

.zpimglist li .steamWishlist.cur {
    background: #FF941A;
}


/* .zpimglist_more {
    padding: 10px 0 46px;
    height: 46px;
    text-align: center;
    overflow: hidden;
}

.zpimglist_more p {
    margin: 0 auto;
    display: block;
    width: 300px;
    height: 44px;
    line-height: 44px;
    color: #adadad;
    font-size: 16px;
    border: 1px solid #adadad;
    border-radius: 22px;
}

.zpimglist_more a {
    margin: 0 auto;
    display: none;
    width: 300px;
    height: 44px;
    line-height: 44px;
    color: #00a8ff;
    font-size: 16px;
    border: 1px solid #5bd2ff;
    border-radius: 22px;
}

.zpimglist_more a:hover {
    color: #fff;
    background-color: #5bd2ff;
} */