* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

@media (min-width:1000px) {
    .lbImg{
        text-align: center;
    }
    .pc-wszt {
        display: block;
    }

    .mobile-wszt {
        display: none;
    }

    li {
        list-style: none;
    }

    body {
        background: #f5f4f2;
    }

    .w1300 {
        width: 1300px;
        margin: 0 auto;
    }

    .wz {
        font-weight: 400;
        font-size: 18px;
        color: #6B6B6C;
        margin: 24px 0;
    }

    .xlContainer {
        padding: 50px 70px;
        background: #fff;
    }

    .xlTitle {
        text-align: center;
        border-bottom: 1px solid #AFAEAE;
        font-weight: 400;
        font-size: 30px;
        color: #3F4044;
        padding-bottom: 24px;
    }

    .xlTimeLy {
        font-weight: 400;
        font-size: 16px;
        color: #959594;
        text-align: center;
        margin: 24px 0 30px 0;
    }

    .xlContent {
        font-size: 18px;
        color: #020202;
        line-height: 36px;
    }

    .xlContent img {
        display: block;
        margin: 0 auto;
        padding: 20px 0;
    }

    .wz a {
        color: #000 !important;
    }

    .xlContainer a {
        color: #000 !important;
    }

    .swiper-container {
        margin-left: auto;
        margin-right: auto;
        height: 500px;
    }

    .swipers-box {
        
        position: relative;
        /* width: 59%; */
        height: 100%;
        margin: 0 auto;
    }

    .gallery-top .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .gallery-top {
        max-height: 100%;
        max-width: 700px;
    }

    .gallery-thumbs {
        height: 80px;
        width: 43%;
        box-sizing: border-box;
        position: relative;
    }

    .gallery-thumbs .swiper-slide {
        height: 100%;
        opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }

    .swiper-button-next {
        position: absolute;
        /* transform: rotate(90deg); */
        right: 255px;
        top: 39px;
        margin-top: 0;
    }

    .swiper-button-prev {
        position: absolute;
        /* transform: rotate(90deg); */
        left: 255px;
        top: 39px;
        margin-top: 0;
    }

    .wz a {
        color: #000 !important;
    }

    .wsztXl {
        background: #fff;
        padding: 20px 60px 100px 60px;
    }

    .wsztXlTitle {
        font-weight: 400;
        font-size: 30px;
        color: #3F4044;
        border-bottom: 1px solid #AFAEAE;
        padding: 30px 0;
        text-align: center;
    }

    .wsztXlLy {
        font-weight: 400;
        font-size: 16px;
        color: #959594;
        margin: 20px 0;
        text-align: center;
    }

    /* 遮罩层 */
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        justify-content: center;
        align-items: center;
    }

    /* 放大的图片样式 */
    .overlay img {
        width: auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 5px;
    }

    .vedio-iframe {
        text-align: center;
        background-color: #000;
        width: 1100px;
        height: 600px;
        margin: 0 auto;
    }
}

@media (max-width:1000px) {
    .pc-wszt {
        display: none;
    }

    .mobile-wszt {
        display: block;
    }

    li {
        list-style: none;
    }

    body {
        background: #f5f4f2;
    }

    .w1300 {
        width: 100%;
        margin: 0 auto;
    }

    .wz {
        font-weight: 400;
        font-size: 12px;
        color: #6B6B6C;
        margin: 24px 0;
    }

    .xlContainer {
        padding: 50px 37px;
        background: #fff;
    }

    .xlTitle {
        text-align: center;
        border-bottom: 1px solid #AFAEAE;
        font-weight: 400;
        font-size: 15px;
        color: #3F4044;
        padding-bottom: 24px;
    }

    .xlTimeLy {
        font-weight: 400;
        font-size: 14px;
        color: #959594;
        text-align: center;
        margin: 24px 0 30px 0;
    }

    .xlContent {
        font-size: 14px;
        color: #020202;
        line-height: 36px;
    }

    .xlContent img {
        display: block;
        margin: 0 auto;
        padding: 20px 0;
        width: 100%;
    }

    .xlContent .documentContent {
        font-size: 12px;
    }

    .wz a {
        color: #000 !important;
    }

    .xlContainer a {
        color: #000 !important;
    }

    .swiper-container {
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }

    .swipers-box {
        position: relative;
        max-width: 100%;
        height: 100%;
    }

    .gallery-top {
        height: 400px;
        width: 100%;
    }
    .gallery-top .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .gallery-thumbs {
        height: 100px;
        /* width: 20%; */
        box-sizing: border-box;
        position: relative;
    }

    .gallery-thumbs .swiper-slide {
        height: 100%;
        opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
    /* .gallery-thumbs .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    } */

    .swiper-button-next {
        position: absolute;
        /* transform: rotate(90deg); */
        height: 22px;
        width: 26px;
        right: -23px;
        top: 67px;
    }

    .swiper-button-prev {
        position: absolute;
        /* transform: rotate(90deg); */
        height: 22px;
        width: 26px;
        left: -29px;
        top: 64px;
    }

    .wz a {
        color: #000 !important;
    }

    .wsztXl {
        background: #fff;
        padding: 20px 60px 100px 60px;
    }

    .wsztXlTitle {
        font-weight: 400;
        font-size: 15px;
        color: #3F4044;
        border-bottom: 1px solid #AFAEAE;
        padding: 30px 0;
        text-align: center;
    }

    .wsztXlLy {
        font-weight: 400;
        font-size: 12px;
        color: #959594;
        margin: 20px 0;
        text-align: center;
    }

    /* 遮罩层 */
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        justify-content: center;
        align-items: center;
    }

    /* 放大的图片样式 */
    .overlay img {
        width: auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 5px;
    }

    .interpretation {
        font-size: 12px;
    }

    .vedio-iframe {
        text-align: center;
        background-color: #000;
        width: 100%;
        height: 200px;
        margin: 0 auto;
    }
}