/*  */

.giftOne {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 0.4rem;
    margin-top: -0.4rem;
    padding-top: 0.4rem;
}

.giftOne_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.giftOne_img {
    width: 6.1rem;
}

.giftOne_p1 img {
    width: 100%;
    object-fit: contain;
}

.giftOne_p1 {
    font-size: 24px;
    color: #2E3133;
    line-height: 36px;
    margin-bottom: 0.2rem;
    font-weight: bold;
}

.giftOne_p2 {
    font-size: 24px;
    color: #666666;
    line-height: 33px;
}

/*  */

.custom {
    padding-bottom: 0.6rem;
}

.custom_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.custom_item {
    width: 33%;
    height: 3rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 17px 0px rgba(225, 231, 236, 0.54);
    border: 1px solid #E1E7EC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    padding: 0 0.5rem;
}

.custom_item:hover {
    background: #F5CC2A;
}

.custom_item:hover .custom_img {
    background-color: #2E3133;
}

.custom_img {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #F5CC2A;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    overflow: hidden;
}

.custom_p1 {
    font-size: 24px;
    color: #2E3133;
    line-height: 36px;
    margin-bottom: 0.13rem;
}

.custom_p2 {
    font-size: 16px;
    color: rgba(67, 72, 76, 0.7);
    line-height: 25px;
}

/*  */

.case_cont {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0.4rem;
}

.case-slide {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.case_item {
    width: 24%;
    height: 2.15rem;
    margin-right: 1.3%;
    margin-bottom: 0.2rem;
    position: relative;
    overflow: hidden;
}

.case_item:nth-of-type(4n) {
    margin-right: 0;
}

.case_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case_item_hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #2E3133;
    background-color: transparent;
    transition: 0.5s;
}

.case_item:hover .case_item_hover {
    opacity: 1;
    background-color: rgba(245, 204, 42, .8);
}

.case .swiper-button-next,
.case .swiper-button-prev {
    display: none;
}

.case_next,
.case_prev {
    width: 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.case_next {
    right: -0.74rem;
}

.case_prev {
    left: -0.74rem;
}

@media screen and (max-width: 800px) {
    .giftOne_text strong{
    	font-size: 18px;
    }

    .giftOne_cont {
        width: 90%;
        flex-direction: column;
    }

    .giftOne_img {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .giftOne_img img {
        width: 100%;
        object-fit: contain
    }

    .product_cont {
        width: 90%;
    }

    .product_list {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .product_item {
        margin-right: 0;
        width: 43%;
        height: 0.5rem;
    }

    .product_item:nth-of-type(2n+1) {
        margin-right: 0.5rem;
        margin-bottom: 0.3rem;
    }

    .product_banner img {
        width: 49%;
        margin-right: 1%;
    }

    .custom_cont {
        width: 90%;
        flex-direction: column;
    }

    .custom_item {
        width: 100%;
    }

    .case_cont {
        width: 90%;
    }

    .case_item:nth-of-type(2n) {
        margin-right: 0;
    }

    .case_item {
        width: 48%;
        margin-right: 4%;
    }

    .case_next,
    .case_prev {
        display: none;
    }
}