.waterproof1 {
    padding: 140px 0
}

.waterproof1 .wrap {
    width: 1200px;
    margin: auto
}

.waterproof1 .wrap .title {
    text-align: center
}

.waterproof1 .wrap .title .p1 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 32px
}

.waterproof1 .wrap .title .p2 {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A
}

.waterproof1 .wrap .content {
    margin: 95px 0 0 0
}

.waterproof1 .wrap .content .item {
    display: flex;
    justify-content: space-between
}

.waterproof1 .wrap .content .item:not(:last-child) {
    margin: 0 0 82px
}

.waterproof1 .wrap .content .item:nth-child(2n) {
    flex-direction: row-reverse
}

.waterproof1 .wrap .content .item .img {
    width: 560px;
    height: 650px;
    overflow: hidden;
    border-radius: 10px
}

.waterproof1 .wrap .content .item .img:hover img {
    transform: scale(1.05)
}

.waterproof1 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.waterproof1 .wrap .content .item .text {
    width: 560px;
    margin: 33px 0 0 0
}

.waterproof1 .wrap .content .item .text .icon {
    width: 107px;
    height: 107px;
    margin: 0 0 70px
}

.waterproof1 .wrap .content .item .text .icon:hover img {
    transform: rotateY(180deg)
}

.waterproof1 .wrap .content .item .text .icon img {
    width: 100%;
    object-fit: contain;
    transition: .6s ease
}

.waterproof1 .wrap .content .item .text .p1 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 48px
}

.waterproof1 .wrap .content .item .text .pick {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 42px
}
@media screen and (max-width: 1919px) {
    .waterproof1{
        padding: 7.2916666667vw 0px;
    }
    .waterproof1 .wrap{
        width: 62.5vw;
    }
    .waterproof1 .wrap .title .p1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 1.6666666667vw;
    }
    .waterproof1 .wrap .title .p2{
        font-size: 1.0416666667vw;
    }
    .waterproof1 .wrap .content{
        margin: 4.9479166667vw 0px 0px;
    }
    .waterproof1 .wrap .content .item:not(:last-child){
        margin: 0px 0px 4.2708333333vw;
    }
    .waterproof1 .wrap .content .item .img{
        width: 29.1666666667vw;
        height: 33.8541666667vw;
        border-radius: 0.5208333333vw;
    }
    .waterproof1 .wrap .content .item .text{
        width: 29.1666666667vw;
        margin: 1.71875vw 0px 0px;
    }
    .waterproof1 .wrap .content .item .text .icon{
        width: 5.5729166667vw;
        height: 5.5729166667vw;
        margin: 0px 0px 3.6458333333vw;
    }
    .waterproof1 .wrap .content .item .text .p1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 2.5vw;
    }
    .waterproof1 .wrap .content .item .text .pick{
        font-size: 1.0416666667vw;
        line-height: 2.1875vw;
    }
}
@media screen and (max-width: 1024px) {
    .waterproof1{
        padding: 60px 0;
    }
    .waterproof1 .wrap{
        width: 90%;
    }
    .waterproof1 .wrap .content .item .text,
    .waterproof1 .wrap .content .item .img{
        width: 48%;
    }
    .waterproof1 .wrap .title .p1{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .waterproof1 .wrap .title .p2{
        font-size: 14px;
    }
    .waterproof1 .wrap .content .item .text .icon{
        width: 50px;
        height: 50px;
        margin-bottom: 30px;
    }
    .waterproof1 .wrap .content .item .text .p1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .waterproof1 .wrap .content .item .text .pick{
        font-size: 14px;
        line-height: 2;
    }
    .waterproof1 .wrap .content .item .text{
        margin-top: 0;
        padding: 30px 0;
    }
    .waterproof1 .wrap .content .item:not(:last-child){
        margin-bottom: 30px;
    }
    .waterproof1 .wrap .content .item .img{
        height: auto;
        border-radius: 10px;
    }
}

@media screen and (max-width: 820px) {
    .waterproof1 .wrap .content .item:nth-child(2n),
    .waterproof1 .wrap .content .item{
        flex-direction: column;
    }
    .waterproof1 .wrap .content .item .text, .waterproof1 .wrap .content .item .img{
        width: 100%;
    }
    .waterproof1 .wrap .content .item .img{
        height: 400px;
    }
    .waterproof1 .wrap .content{
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .waterproof1 .wrap .content .item .text .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
    }
    .waterproof1 .wrap .content .item .text .p1{
        margin-bottom: 10px;
    }
    .waterproof1 .wrap .content .item .text{
        padding: 20px 0;
    }
    .waterproof1{
        padding: 50px 0;
    }
    .waterproof1 .wrap .content .item .img {
        height: 300px;
    }
    
}