.picture-wrap {
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0.48rem;
    left: 0;
    bottom: 0;
    right: 0;
    touch-action: none;
    color: #fff;
}
.picture-wrap .picture-box {
    width: 100%;
    height: 100%;
}

.picture-wrap .picture-contain {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 72%);
    padding: 0.57rem 0.15rem 0.1rem;
    color: #fff;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0.6rem;
    overflow: hidden;
    box-sizing: border-box;
}

.picture-wrap .picture-title-box {
    position: relative;
}

.picture-wrap .picture-title {
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    font-weight: 600;
    margin: .1rem 0 .06rem 0;
}

.picture-title-box .photo-count {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, .6);
}

.picture-title-box .current-photo {
    font-size: 0.3rem;
    color: #F93744;
    font-weight: 600;
}

.picture-detail {
    font-size: 0.15rem;
    color: #ccc;
    line-height: .22rem;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide{
    background-color: #000000;
}

.picture-img-contain {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.picture-img-contain img{
    width:100%;
}

/*PC特殊处理*/
html,
body {
    overflow-x: hidden;
    max-width: 500px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 130px !important;
    }

    .footer-contain {
        width: 500px;
    }

    .picture-wrap {
        width: 500px;
        left: calc(50% - 250px);
    }

    .picture-wrap .picture-contain {
        bottom: 0.6rem;
    }
}