.contact {
    padding: 6.25vw 0 10.417vw;
}

.contact .title {
    font-size: 1.25vw;
    margin-bottom: 1.302vw;
    font-weight: 800;
    color: #161615;
}

.contact .desc {
    font-size: 0.833vw;
    margin-bottom: 1.146vw;
    color: #757575;
}

.contact .swiper-container {
    width: 100%;
}

.contact .desc span {
    margin-right: 4.063vw;
}

.contact .cartForm {
    width: 50%;
}

.contact .cart {
    width: 50%;
    padding-left: 4.167vw;
}

.contact .cart .ev {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.979vw;
    position: relative;
}


.contact .cart .ev .pic {
    width: 4.063vw;
    height: 3.958vw;
    margin-right: 0.938vw;
}

.contact .cart .ev .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact .cart .ev .intr {
    width: 28.542vw;
    height: 3.958vw;
    padding: 0.677vw 1.563vw;
    background: #EDEDED;
    position: relative;
}

.contact .cart .ev .intr::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.521vw;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: 3;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

}

.contact .cart .ev .intr:hover {
    background: #fff;
    transition: all ease .3s;
}

.contact .cart .ev .intr:hover::after {
    top: 100%;
    transition: all ease .3s;
    transform: translateY(100%);
}


.contact .cart .ev h2 {
    font-size: 1.25vw;
    margin-bottom: 0.208vw;
    font-weight: normal;
    color: #000000;
}

.contact .cart .ev p {
    font-size: 0.833vw;
    color: #666666;
}

.contact .cart .ev .remove {
    position: absolute;
    right: 1.042vw;
    top: 50%;
    color: #666666;
    cursor: pointer;
    font-size: 1.25vw;
    transform: translateY(-50%);
}

.contact .cart .ev .remove:hover {
    color: #019944;
}

.contact .cart .pagination {
    padding: 0 1.042vw;
}

.contact .cart .pagination span {
    font-size: 1.042vw;
    margin: 0 1.042vw;
    color: #B0B0B1;
    cursor: pointer;
}

.contact .cart .pagination span.on {
    color: #019944;
}

.shopping-linking {
    position: relative;
    z-index: 5;
    background: #FFFFFF;
box-shadow: 0px 0.52083vw 1.04167vw rgba(0, 0, 0, 0.1);
}

.shopping-linking a {
    width: 50%;
    height: 5.625vw;
    font-size: 1.25vw;
    color: #232323;
    transition: all ease .3s;
}

.shopping-linking a:hover {
    background: #f3f3f3;
}

.shopping-linking a img {
    width: 1.458vw;
    margin-right: 1.042vw;
}


.page-contact .foot-link {
    margin-top: -2.813vw;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {}

@media screen and (max-width:1519px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1250px) {}

@media screen and (max-width:991px) {
    .contact {
        padding: 80px 0 100px;
        flex-direction: column-reverse;
    }

    .contact .cartForm {
        width: 100%;
    }

    .contact .title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .contact .desc {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .contact .desc span {
        margin-right: 78px;
    }

    .contact .cart {
        width: 100%;
        margin-bottom: 80px;
        padding-left: 0px;
    }

    .contact .cart .ev {
        margin-bottom: 38px;
        justify-content: flex-start;
    }

    .infoContact .input-ll,
    .contact .input-ll {
        width: 100%;
        height: 46px;
    }

    .contact .input-textarea {
        width: 100%;
    }

    .contact .cart .ev .pic {
        width: 78px;
        height: 76px;
        margin-right: 18px;
    }

    .contact .cart .ev .intr {
        width: 70%;
        height: 76px;
        padding: 13px 30px;
    }

    .contact .cart .ev .intr::after {
        height: 10px;
    }


    .contact .cart .ev h2 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .contact .cart .ev p {
        font-size: 14px;
    }

    .contact .cart .ev .remove {
        right: 20px;
        font-size: 24px;
    }

    .contact .cart .pagination {
        padding: 0 20px;
    }

    .contact .cart .pagination span {
        font-size: 20px;
        margin: 0 20px;
    }

    .shopping-linking {
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    }

    .shopping-linking a {
        width: 50%;
        height: 78px;
        font-size: 20px;
    }

    .shopping-linking a img {
        width: 20px;
        margin-right: 20px;
    }


    .page-contact .foot-link {
        margin-top: -54px;
    }
}

@media screen and (max-width:768px) {
    .contact .cart {
        margin-bottom: 40px;
    }

    .contact .cart .ev .pic {
        width: 20%;
        height: 76px;
        margin-right: 0;
    }

    .contact .cart .ev .intr {
        width: 80%;
        height: 76px;
        padding: 7px 10px 0;
    }

    .contact .desc {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .shopping-linking a {
        height: 58px;
        font-size: 16px;
    }
}

@media screen and (max-width:480px) {}