a {
    margin: 0px;
    padding: 0px;
}

.swiper-container {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 50px;

}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 12px;
}

.picture {
    width: 320px;
    height: 340px;
    margin-top: -2px;
}

.picture img {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -35px;
    -o-object-fit: cover;
    object-fit: cover;
}

.detail {
    padding: 25px 25px;
    font-weight: 600;
    text-align: center;
    margin-top: -15px;
}

.detail h3 {
    margin: 0;
    font-size: 20px;
}

.detail span {
    display: block;
    font-size: 16px;
    color: #838383;
}



.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: rgb(253, 253, 253);
    opacity: .7;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff2600
}

@media (max-width:1024px) {

    .works-container1,
    .works-container2,
    .works-container3 {
        display: none;
    }

    .swiper-container {
        display: flex;
        padding-top: 210px;
        justify-content: center;

    }
}

@media(max-width:912px) {

    .swiper-container {
        width: 100%;
        padding-bottom: 50px;
    }
}

@media(max-width:820px) {

    .swiper-container {
        padding-top: 180px;
        padding-bottom: 40px;
    }
}



@media(max-width:768px) {

    .swiper-container {
        width: 100%;
        padding-top: 160px;
        padding-bottom: 40px;
    }
}

@media(max-width:600px) {
    .swiper-container {
        width: 100%;
        padding-top: 180px;
        padding-bottom: 50px;
    }

    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        background-color: #fff;
        overflow: hidden;
        border-radius: 12px;
    }

    .picture {
        width: 300px;
        height: 320px;
        margin-top: -2px;
    }

    .picture img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .detail {
        padding: 10px 10px;
        text-align: center;
        margin-top: -15px;
    }

}

@media(max-width:540px) {

    .swiper-container {
        width: 100%;
        padding-top: 140px;
        padding-bottom: 20px;
    }
}

@media(max-width:400px) {
    .swiper-container {
        width: 90%;
        padding-top: 160px;
        padding-bottom: 40px;
    }

    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        background-color: #fff;
        overflow: hidden;
        border-radius: 12px;
    }

    .picture {
        width: 300px;
        height: 180px;
        margin-top: -2px;
    }

    .picture img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .detail {
        padding: 15px 5px;
        text-align: center;
        margin-top: -15px;
    }

}

@media (max-height:885px) {
    .swiper-container {
        padding-top: 140px;
        padding-bottom: 30px;
    }
}

@media (max-height:715px) {
    .swiper-container {
        width: 90%;
        padding-top: 160px;
        padding-bottom: 40px;
    }

    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        background-color: #fff;
        overflow: hidden;
        border-radius: 12px;
    }

    .picture {
        width: 300px;
        height: 180px;
        margin-top: -2px;
    }

    .picture img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .detail {
        padding: 15px 5px;
        text-align: center;
        margin-top: -15px;
    }

}

@media (max-height:623px) {
    .swiper-container {
        width: 90%;
        padding-top: 150px;
        padding-bottom: 20px;
    }


    .detail {
        padding: 10px 5px;
        text-align: center;
        margin-top: -15px;
    }

}