.workshop1 {
    padding: 115px 0
}

.workshop1 .wrap {
    width: var(--interval);
    margin: auto
}

.workshop1 .wrap .title .p1 {
    font-weight: 200;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    margin: 0 0 50px
}

.workshop1 .wrap .title .p2 {
    width: 1200px;
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
    line-height: 36px
}

.workshop1 .wrap .content {
    margin: 105px 0 0 0
}

.workshop1 .wrap .content .matter {
    padding: 0 0 105px;
    border-bottom: 1px solid #707070
}

.workshop1 .wrap .content .matter:not(:last-child) {
    margin: 0 0 100px
}

.workshop1 .wrap .content .matter .headline {
    display: flex;
    justify-content: space-between
}

.workshop1 .wrap .content .matter .headline .l .dis {
    display: flex;
    align-items: center
}

.workshop1 .wrap .content .matter .headline .l .dis h5 {
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF
}

.workshop1 .wrap .content .matter .headline .l .dis span {
    width: 0;
    height: 23px;
    border: 1px solid #C4C4C4;
    margin: 0 15px 0 13px
}

.workshop1 .wrap .content .matter .headline .l .dis p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF
}

.workshop1 .wrap .content .matter .headline .l .pick {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin: 30px 0 0 0
}

.workshop1 .wrap .content .matter .headline .button {
    display: flex;
    align-items: center
}

.workshop1 .wrap .content .matter .headline .button .circle {
    width: 44px;
    height: 44px;
    background: #424650;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer
}

.workshop1 .wrap .content .matter .headline .button .circle:hover .iconfont {
    color: var(--color)
}

.workshop1 .wrap .content .matter .headline .button .circle:first-child {
    transform: rotate(180deg);
    margin: 0 20px 0 0
}

.workshop1 .wrap .content .matter .headline .button .circle .iconfont {
    color: #fff;
    transition: .3s ease;
    font-size: 16px
}

.workshop1 .wrap .content .matter .workSwiper {
    margin: 105px 0 0 0;
    width: 2150px
}

.workshop1 .wrap .content .matter .workSwiper .swiper-slide .item {
    width: 100%
}

.workshop1 .wrap .content .matter .workSwiper .swiper-slide .item .img {
    width: 100%;
    height: 333px;
    overflow: hidden;
    position: relative
}

.workshop1 .wrap .content .matter .workSwiper .swiper-slide .item .img:hover img {
    transform: scale(1.05)
}

.workshop1 .wrap .content .matter .workSwiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.workshop1 .wrap .content .matter .workSwiper .swiper-slide .item .text {
    margin: 30px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
    text-align: center
}

@media screen and (max-width: 1919px) {
    .workshop1{
        padding: 5.9895833333vw 0px;
    }
    .workshop1 .wrap .title .p1{
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .workshop1 .wrap .title .p2{
        width: 62.5vw;
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .workshop1 .wrap .content{
        margin: 5.46875vw 0px 0px;
    }
    .workshop1 .wrap .content .matter{
        padding: 0px 0px 5.46875vw;
    }
    .workshop1 .wrap .content .matter:not(:last-child){
        margin: 0px 0px 5.2083333333vw;
    }
    .workshop1 .wrap .content .matter .headline .l .dis h5{
        font-size: 1.5625vw;
    }
    .workshop1 .wrap .content .matter .headline .l .dis span{
        height: 1.1979166667vw;
        margin: 0px 0.78125vw 0px 0.6770833333vw;
    }
    .workshop1 .wrap .content .matter .headline .l .dis p{
        font-size: 0.9375vw;
    }
    .workshop1 .wrap .content .matter .headline .l .pick{
        font-size: 0.8333333333vw;
        margin: 1.5625vw 0px 0px;
    }
    .workshop1 .wrap .content .matter .headline .button .circle{
        width: 2.2916666667vw;
        height: 2.2916666667vw;
    }
    .workshop1 .wrap .content .matter .headline .button .circle:first-child{
        margin: 0px 1.0416666667vw 0px 0px;
    }
    .workshop1 .wrap .content .matter .headline .button .circle .iconfont{
        font-size: 0.8333333333vw;
    }
    .workshop1 .wrap .content .matter .workSwiper{
        margin: 5.46875vw 0px 0px;
        width: 111.9791666667vw;
    }
    .workshop1 .wrap .content .matter .workSwiper .swiper-slide .item .img{
        height: 17.34375vw;
    }
    .workshop1 .wrap .content .matter .workSwiper .swiper-slide .item .text{
        margin: 1.5625vw 0px 0px;
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .workshop1{
        padding: 50px 0;
    }
    .workshop1 .wrap .title .p1{
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    .workshop1 .wrap .title .p2 {
        width: 100%;
        font-size: 13px;
        line-height: 29px;
    }
    .workshop1 .wrap .content .matter .headline .l .dis h5{
        font-size: 16px;
    }
    .workshop1 .wrap .content .matter .headline .l .dis span{
        width: 1px;
        height: 15px;
        border: 1px solid #C4C4C4;
        margin: 0 15px 0 13px;
    }
    .workshop1 .wrap .content .matter .headline{
        flex-direction: column;
        align-items: unset;
        gap: 25px;
    }
    .workshop1 .wrap .content .matter .headline .l .dis p{
        font-size: 12px;
    }
    .workshop1 .wrap .content .matter .headline .button .circle:first-child{
        margin: 0 20px 0 0;
    }
    .workshop1 .wrap .content .matter .headline .button .circle{
        width: 45px;
        height: 45px;
    }
    .workshop1 .wrap .content .matter .headline .button .circle .iconfont{
        font-size: 14px;
    }
    .workshop1 .wrap .content .matter .headline .l .pick{
        font-size: 14px;
        margin: 15px 0 0 0;
    }
    .workshop1 .wrap .content .matter .workSwiper{
        margin: 25px 0 0 0;
        width: 180%;
    }
    .workshop1 .wrap .content .matter .workSwiper .swiper-slide .item .img{
        height: auto;
    }
    .workshop1 .wrap .content .matter .workSwiper .swiper-slide .item .text{
        margin: 17px 0 0 0;
        font-size: 14px;
    }
    .workshop1 .wrap .content .matter:not(:last-child){
        margin: 0 0 70px;
    }
}
