﻿html, body {
    max-width: 650px;
    margin: 0 auto;
}
.width {
    padding: 10px;
}
.pageBody {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.pageNav {
    background-color: #000000;
    /*padding: 7.5px 0;*/
    /*height: 75px;*/
    position: relative;

    position: fixed;
    /*    bottom: 1rem;*/
    left: 50%;
    width: 100%;
    max-width: 650px;
    z-index: 99;
    background: rgba(0,0,0,.7);
    padding: 7px 0.3rem 5px 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.pageNav .width {
    height: 100%;
    position: relative;
}
.pageNav .left {
    flex: 1 1;
    display: flex;
    align-items: center;
}
.pageNav .left .icon {
    width: 0.9rem;
    overflow: hidden;
    margin-right: 0.19rem;
}
.pageNav .left .icon img {
    width: 100%;
    height: 100%;
}
.pageNav .left .txt {
    font-size: .2rem;
    color: #fff;
}
.pageNav .left .txt .name {
    font-size: .4rem;
    margin-bottom: 2px;
}
.pageNav .left .txt p img {
    width: 1.2rem;
}
.pageNav .right {
    color: #fff;
}
.pageNav .right .nav-down-pic {
    text-align: right;
}
.pageNav .right .btn img{
    width: 100%;
    height: 100%;
    width: 1.8rem;
}
/**主体**/
.pageMain {
    /*padding-top: 1.2rem;*/
    padding-top: 1.35rem;
}
.pageMains {
    /*padding-top: 1.2rem;*/
    padding-top: 1.35rem;
}
.first-part {
    background: url(https://cdn-topic.milubtzhe.cn/branch/game/img/video-bg.png);
    background-size: 100% 100%;
}
.first-part .title {
    width: 50%;
    /*padding: 20px;*/
    padding: 20px 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.first-part .title img {
    height: 0.35rem;
}
.video {
    /*background-color: #000;*/
    overflow: hidden;
    position: relative;
    padding: 10px 5px 10px 5px;
}

.second-part, .four-part {
    /*padding: 10px;*/
    padding: 17px 10px 10px 10px;
}

.third-part {
    background: url(https://cdn-topic.milubtzhe.cn/branch/game/img/third-bg.png);
    background-size: 100% 100%;
}
.third-part .title {
    width: 50%;
    padding: 20px 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.third-part .title img {
    height: 0.35rem;
}
.third-part .lists {
    padding: 10px;
}
.third-part .lists ul li {
    position: relative;
    padding-bottom: .2rem;
}
.third-part .lists ul li:first-child {
    margin-top: .3rem;
}
.third-part .lists .lq {
    width: 1.05rem;
    position: absolute;
    top: 16%;
    right: 0.5rem;
}


.five-part {
    background: url(https://cdn-topic.milubtzhe.cn/branch/game/img/five-bg.png);
    background-size: 100% 100%;
}
.five-part .title {
    width: 50%;
    padding: 20px 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.five-part .title img {
    height: 0.35rem;
}
.five-part .lists {
    padding: 10px;
}
.five-part .lists ul li {
    position: relative;
    padding-bottom: 0.2rem;
}
.five-part .lists ul li:first-child {
    padding-top: 0.1rem;
}
.five-part .lists .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px 5px 10px;
}
.five-part .lists .list .left {
    flex: 1 1;
    display: flex;
    align-items: center;
}
.five-part .lists .list .left .icon {
    width: 0.9rem;
    overflow: hidden;
    margin-right: 0.19rem;
    display: flex;
    align-items: center;
}
.five-part .lists .list .left .icon img {
    width: 100%;
    height: 100%;
}
.five-part .lists .list .left .txt {
    font-size: .2rem;
    /*color: #fff;*/
}
.five-part .lists .list .left .txt .name {
    font-size: .32rem;
    margin-bottom: 2px;
    color: #282828;
    font-weight: bold;
}
.five-part .lists .list .left .txt p {
    color: #999;
}
.five-part .lists .list .right .btn img {
    height: 100%;
    width: 1.5rem;
    display: flex;
    align-items: center;
}

.six-part {
    margin-top: 20px;
    background: url(https://cdn-topic.milubtzhe.cn/branch/game/img/six-bg.png);
    background-size: 100% 100%;
}
.six-part .title {
    width: 50%;
    padding: 20px 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.six-part .title img {
    height: 0.35rem;
}
.six-part .lists {
    padding: 10px;
}
.six-part .lists .six-padd {
    /*padding: 5px 10px 5px 10px;*/
    padding: 15px 10px 15px 10px;
}
.six-part .lists .six-padd .desc {
    font-size: .28rem;
    color: #282828;
}
.six-part .lists .six-padd .more {
    color: #E75039;
    text-align: center;
    padding: 5px 0 10px;
}
.shuff {
    padding-bottom: 0.2rem;
}
.shuff .swiper-slide {
    width: 70%;
    margin: 0 auto;
}
.main_bottom {
    margin-top: 10px;
    text-align: center;
}

.container {
    width: 70%;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 650px) {
    .pageMain{
        padding-top: 1.2rem;
    }
    .pageMains{
        padding-top: 1.2rem;
    }
    .third-part .title, .six-part .title, .five-part .title {
        align-items: center;
        height: 0.85rem;
    }
    /*    .five-part .lists ul li:first-child {
            padding-top: 0.3rem;
        }*/
}