body,html {
    display: block;
    padding:  0 .2rem;
    width: 100%;
    height: 100%;
    background: url(../img/mobile/top5Bg.png);
    background-size: 100% 100%;
    box-sizing: border-box;
}
.g-head {
    margin-top: .666667rem;
}
.m-top5Time {
    font-size: .4rem;
    color: #FFF;
    padding-bottom: 2px;
    padding-right: 1rem;
    border-bottom: 1px solid #fff;
}
.m-top5Name {
    float: right;
    font-size: .4rem;
    font-weight: bolder;
    color: #FFF;
}
.g-box {
    overflow: hidden;
    margin-top: 1.8rem;
}
.u-top5List {
    overflow: hidden;
    position: relative;
}
.u-top5List li{
    width: 4.533333rem;
    height: 2.333333rem;
    margin-bottom: .2rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border: 1px solid #FFF;
    background-size: contain;
    
}
.u-top5List li:first-child {
    width: 100%;
    height: 4.866667rem;
}
.u-top5List li:nth-child(even) {
    float: left;
}
.u-top5List li:nth-child(odd) {
    float: right;
}
.u-top5List li img {
    max-width: 100%;
}
.m-layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 100%;
    transition: all 0.5s;
}
.m-layer.on {
    top: 0;
}
.m-layer p {
    font-size: .4rem;
    color: #FFF;
    position: absolute;
    left: .133333rem;
    top: .133333rem;
    line-height: 1.2;
}
.m-layer i {
    width: .8rem;
    height: .053333rem;
    background: #fdd600;
    display: block;
    margin-top: .266667rem;
}
.m-layer a {
    position: absolute;
    right: .266667rem;
    bottom:.266667rem;
    font-size: .4rem;
    color: #fdd600;
}
.g-next {
    width: 3.306667rem;
    height: 1.173333rem;
    display: block;
    margin: .533333rem auto 0;
}

h1 {
    color: #FFF;
    text-align: center;
    margin-top: 2.666667rem;
}
.last-hide {
    display: none;
}
.last-hide a {
    color: #FFF;
    font-size: .4rem;
    margin-top: .266667rem;
    display: block;
    text-align: center;
}