.navbar {
    padding: 0 !important;
}
.navbar ul {
    width: 7.5rem;
    height: 0.9rem;
    background: #F04040;
    padding-left: 0.3rem;
}

.mobliegameDetail_title {
    padding: .48rem .46rem 0;

}



.mobliegameDetail_title>div {
    display: flex;
}

.mobliegameDetail_title>div>img {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.27rem;
    border-radius: .3rem;
}

.mobliegameDetail_title_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}
.mobliegameDetail_title_txt div {
    width: 3.5rem;
    height: 1.6rem;
}

.mobliegameDetail_title_txt h1 {
    width: 3.5rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-top: 0.1rem;
    margin-bottom: 0.16rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobliegameDetail_title_txt p {
    font-size: .22rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    display: flex;
}

.mobliegameDetail_title_txt p span {
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.version {
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 0.1rem;
}
.mobliegameDetail_title_txt .pingfen {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.1rem;
    height: 1.1rem;
    font-size: 0.36rem;
    font-family: PingFang SC;
    font-weight: 800;
    color: #F04040;
    background: url("/kaifamei/images/pingfen.png") center no-repeat;
    background-size: 100%;
}
.mobliegameDetail_title_txt .pingfen span:nth-child(1){
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.5rem;
    font-family: PingFang SC;
    font-weight: 800;
    color: #F04040;
    /* margin-right: 0.05rem; */
}
.mobliegameDetail_title_txt .pingfen span:nth-child(2) {
    height: 0.5rem;
    line-height: 0.6rem;
    font-size: 0.36rem;
    font-family: PingFang SC;
    font-weight: 800;
    color: #F04040;
}


.mobliegameDetail_title>a {
    width: 48%;
    height: 0.64rem;
    line-height: 0.64rem;
    text-align: center;
    background: url("/kaifamei/images/game_download.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.8rem;
float: left;
}



/* 游戏截图 */

.mobliegameDetail_swiper {
    margin-top: 0.6rem;
    padding: 0 .3rem;
}

.mobliegameDetail_swiper ul {
    white-space: nowrap;
    overflow-x: scroll;
}

.mobliegameDetail_swiper ul::-webkit-scrollbar {
    display: none;
}

.mobliegameDetail_swiper ul li {
    width: 2.16rem;
    height: 3.4rem;
    display: inline-block;
    margin-right: 0.16rem;
}

.mobliegameDetail_swiper ul li:last-of-type {
    margin-right: 0;
}

.mobliegameDetail_swiper img {
    border-radius: 0;
}


/* 游戏简介 */

.gameIntro {
    margin-top: 0.6rem;
    padding: 0 0.3rem;
}

.gameIntro_title {
    padding: 0 .41rem;
    font-size: .28rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #343434;
    position: relative;
    margin: 0 .3rem;
    padding-left: 0.11rem;
    padding-bottom: 0.24rem;
    border-bottom: .04rem solid rgba(201, 201, 201, 0.4);
}

.gameIntro_title::before {
    content: '';
    position: absolute;
    top: .07rem;
    left: 0;
    width: .02rem;
    height: .26rem;
    background-color: #F16E46;
}


.gameIntro_con p {
    margin-bottom: 0.35rem;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-indent: 2em;
}

.gameIntro_con img{
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    margin: 0.3rem auto !important;
    border-radius: 0;
}



.gameIntro_con u {
    font-size: .26rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #F16E46;
    position: absolute;
    right: .55rem;
    text-decoration: none;
}

.gameIntro_con div:last-of-type {
    margin-top: 0.2rem;
    padding: 0 0.3rem;
}
.relatedInformation {
    margin-top: 0.6rem;
}






/* 点击显示可滑动的大图 */

.swiper-container {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(0, 0, 0, .5);
    color: #1A1A1A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container img {
    width: 80%;
    height: auto;
    display: inline-block;
    border-radius: 0;
}