.breadcrumb-nav{
    height:auto;
    margin-bottom: 0;
    border-bottom: solid .16rem #F8F9FB;
}
.breadcrumb-nav .return {
    position: absolute;
    left: 0.32rem;
}

.breadcrumb-nav .title {
    text-align: center;
    font-size: .32rem;
}

.breadcrumb-nav span {
    width: .35rem;
}
.game-content-warp{
    width: 74%;
}
.game-p{
    width: 77%;
}
.game-p p{
    width: 100%;
}
.game-content .summary{
    width: 100%;
}
.tab-box{
    z-index: 99;
    position: fixed;
    top: 2.07rem;
    left: 0;
    width: 100%;
    height: .96rem;
    background: #FFF;
}
.tab-item{
    float: left;
    width: 50%;
    height: 100%;
    line-height: .96rem;
    font-size: .28rem;
    color: #909090;
    text-align: center;
    border-bottom: solid 1px #E8E8E8;
}
.tab-item.active{
    position: relative;
    color: #323232;
}
.tab-item.active::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: .4rem;
    height: .06rem;
    margin-left: -.2rem;
    background: #0089FF;
    border-radius: .03rem;
}
