body {
    background: #F5F5F7
}

.products1 {
    padding: 60px 0 100px
}

.products1 .wrap {
    width: 1440px;
    margin: auto
}

.products1 .wrap .cut {
    display: flex;
    gap: 120px;
    padding: 0 0 60px;
    position: relative
}

.products1 .wrap .cut:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.1)
}

.products1 .wrap .cut a.on .img img:first-child {
    opacity: 0
}

.products1 .wrap .cut a.on .img img:last-child {
    opacity: 1
}

.products1 .wrap .cut a.on p {
    color: var(--color)
}

.products1 .wrap .cut a:hover p {
    color: var(--color)
}

.products1 .wrap .cut a .img {
    width: 100px;
    height: 60px;
    margin: auto;
    position: relative
}

.products1 .wrap .cut a .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    transition: .6s ease
}

.products1 .wrap .cut a .img img:nth-child(2) {
    opacity: 0
}

.products1 .wrap .cut a p {
    text-align: center;
    margin: 20px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: .6s ease
}

.products1 .wrap .title {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    margin: 82px 0 50px;
    text-align: center
}

.products1 .wrap .content {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 40px 27px;
    margin: 0 0 60px
}

.products1 .wrap .content .item {
    width: 340px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 60px 30px 30px 30px;
    position: relative
}

.products1 .wrap .content .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #0069AC;
    opacity: 0;
    transition: .6s ease;
    border-radius: 16px;
    pointer-events: none
}

.products1 .wrap .content .item:hover:after {
    opacity: 1
}

.products1 .wrap .content .item:hover .text .p1 {
    color: var(--color)
}

.products1 .wrap .content .item .img {
    width: 200px;
    height: 163px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.products1 .wrap .content .item .img:hover img {
    transform: scale(1.05)
}

.products1 .wrap .content .item .img img {
    object-fit: contain;
    transition: .6s ease
}

.products1 .wrap .content .item .text {
    margin: 30px 0 28px;
    text-align: center
}

.products1 .wrap .content .item .text .p1 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin: 0 0 30px;
    transition: .6s ease
}

.products1 .wrap .content .item .text .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px
}

.products1 .wrap .content .item .dis {
    display: flex;
    justify-content: center;
    gap: 10px;
}


.products1 .wrap .content .item .dis .list {
    width: 135px;
    height: 35px;
    background: #111111;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    transition: .6s ease
}

.products1 .wrap .content .item .dis .list:hover {
    background: var(--color)
}

.products1 .wrap .content .item .dis .list.bor {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #333333
}

.products1 .wrap .content .item .dis .list.bor:hover {
    background: var(--color);
    border: 1px solid transparent;
    color: #fff
}

.immediately {
    box-shadow: 0px -1px 0px 0px rgba(17, 17, 17, 0.1)
}

@media screen and (max-width: 1919px) {
    .products1{
        padding: 3.125vw 0px 5.2083333333vw;
    }
    .products1 .wrap{
        width: 75vw;
    }
    .products1 .wrap .cut{
        gap: 6.25vw;
        padding: 0px 0px 3.125vw;
    }
    .products1 .wrap .cut a .img{
        width: 5.2083333333vw;
        height: 3.125vw;
    }
    .products1 .wrap .cut a p{
        margin: 1.0416666667vw 0px 0px;
        font-size: 0.8333333333vw;
    }
    .products1 .wrap .title{
        font-size: 1.6666666667vw;
        margin: 4.2708333333vw 0px 2.6041666667vw;
    }
    .products1 .wrap .content{
        gap: 2.0833333333vw 1.40625vw;
        margin: 0px 0px 3.125vw;
    }
    .products1 .wrap .content .item{
        width: 17.7083333333vw;
        border-radius: 0.8333333333vw;
        padding: 3.125vw 1.5625vw 1.5625vw;
    }
    .products1 .wrap .content .item::after{
        border-radius: 0.8333333333vw;
    }
    .products1 .wrap .content .item .img{
        width: 10.4166666667vw;
        height: 8.4895833333vw;
    }
    .products1 .wrap .content .item .text{
        margin: 1.5625vw 0px 1.4583333333vw;
    }
    .products1 .wrap .content .item .text .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .products1 .wrap .content .item .text .p2{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }
    .products1 .wrap .content .item .dis .list{
        width: 7.03125vw;
        height: 1.8229166667vw;
        border-radius: 0.2083333333vw;
        font-size: 0.7291666667vw;
    }
}

@media screen and (max-width: 1024px) {
    .products1{
        padding: 45px 0;
    }
    .products1 .wrap{
        width: 90%;
    }
    .products1 .wrap .content{
        grid-template-columns: repeat(1,1fr);
        gap: 15px;
        margin: 0 0 35px;
    }
    .products1 .wrap .content .item{
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding: 25px 5% 40px 5%;
    }
    .products1 .wrap .content .item .img{
        width: 70%;
        height: auto;
    }
    .products1 .wrap .content .item .text{
        margin: 15px 0;
    }
    .products1 .wrap .content .item .text .p1{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .products1 .wrap .content .item .dis .list{
        width: fit-content;
        padding: 0 20px;
        height: 35px;
        font-size: 13px;
        border-radius: 5px;
    }

    .products1 .wrap .cut{
        gap: 20px 25px;
        padding: 0 0 25px;
        flex-wrap: wrap;
    }
    .products1 .wrap .cut a .img{
        width: 60px;
        height: 30px;
    }
    .products1 .wrap .cut a p{
        margin: 7px 0 0 0;
        font-size: 13px;
    }
    .products1 .wrap .title{
        font-size: 20px;
        margin: 30px 0;
    }
    .products1 .wrap .content .item .text .p2{
        font-size: 13px;
        line-height: 1.6;
    }
    .products1 .wrap .content .item::after{
        border-radius: 15px;
    }
}
