.content{
    margin: 100px auto 0;
    width: 100%;
    min-height: 800px;
    overflow: hidden;
}  


.srcoll{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 120px;
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.gallery-top {
    height: 560px;
    width: 100%;
}

.gallery-thumbs {
    height: 160px;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 20px !important;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}


.swiper-slide img {
    width: 100%;
    border-radius:5px; 
}

.sw{
    width: 1000px;
    margin: 0 auto;
}
/* 底部透明 */
.diz{
    width: 100%;
    /* background-color: rgb(0, 0, 0,0.5); */
    background: url(../img/tmbg.png);
    /* opacity: 0.502; */
    height: 100px;
    line-height: 100px;
    position: absolute;
    bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
/* 底部透明 */
.dizen{
    width: 100%;
    /* background-color: rgb(0, 0, 0,0.5); */
   /*  background: url(../img/tmbg.png); */
    /* opacity: 0.502; */
    height: 100px;
    line-height: 100px;
    position: absolute;
    bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.diz p{
    color: white;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    opacity:1;
}
.gallery-thumbs .diz{
    display:none;

}

@media screen and (max-width: 700px) {
    body{
        margin: 0 !important;
    }
    .content {
        margin: 0.5rem auto 0.5rem;
        width: 100%;
        min-height: 8.5rem;
        overflow: hidden;
        padding: 0 0.2rem;
    }
    .lched {

        font-size: 0.36rem;

    }

    .gallery-top {
        height: auto    ;
        width: 100%;
    }
    .diz p {
        color: white;
        font-size: 0.28rem;
        text-align: center;
        font-weight: bold;
        opacity: 1;
    }
    .dizen {
        width: 100%;
        /* background-color: rgb(0, 0, 0); */
        /* background: url(../img/tmbg.png); */
        /* opacity: 0.502; */
        height: 0.5rem;
        line-height: 0.5rem;
        position: absolute;
        bottom: 0;
    }
	    .diz {
        width: 100%;
        /* background-color: rgb(0, 0, 0); */
        background: url(../img/tmbg.png);
        /* opacity: 0.502; */
        height: 0.5rem;
        line-height: 0.5rem;
        position: absolute;
        bottom: 0;
    }
    .gallery-thumbs{
        height: auto;
		margin-top: 0px !important;
    }
    .swiper-button-next{
        height: 0.6rem !important;
    }
    .swiper-button-prev{
        height: 0.6rem !important;
    }
    .srcoll {
        width: 100%;
        margin-top: 0.5rem;
        margin-bottom: 0.3rem;
    }
    .sw{
        width: 90%;
    }
}