.page-img{width: 100%;height: auto;}
a,ins{text-decoration: none;}
.prime-day-page{background-color: #6A089D;margin-top: 65px;}
.body-container {
    width: 1540px;
    margin: 0 auto;
}

.products-3-box{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 20px;margin-top: 60px;}
.products-3-box:last-of-type{margin-bottom: 0;padding-bottom: 70px;}
.product-container{background-color: #fff;width: 24.3%;margin-bottom: 20px;}
.product-container-in{padding: 10px;}
.product-img,.product-title{display: block;}
.product-info{width: 100%;font-weight: 400;line-height: 1.2;color: #333;margin-top: 15px;}
.product-title{color: #333;font-size: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.product-title:hover{color: #609;text-decoration: revert;}
.price{margin: 10px 0 0;}
.price del{color: #939393;font-size: 20px;margin-right: 7px;}
.price ins{color: #DA251D;font-size: 20px;}

.pro-de-btn{border: 1px solid lavender;padding: 10px 0;width: 100%;margin-top: 6px;border-radius: 3px;font-weight: 400;color: #333;background-color: lavender;display: flex;align-items: center;justify-content: center;font-size: 14px;}
.pro-de-btn:hover{color: #fff;background: #609;border: 1px solid #609;cursor: pointer;}

.p3-floor-2:nth-child(1),.p3-floor-2:nth-child(2){width: 49.5%;}
.p3-floor-2:nth-child(1) .product-title,.p3-floor-2:nth-child(2) .product-title{font-size: 24px;}
.p3-floor-2:nth-child(1) .pro-de-btn,.p3-floor-2:nth-child(2) .pro-de-btn{width: 40%;}
#clearance_four .p3-floor-2{width: 32.6% !important;}
#clearance_four .p3-floor-2 .product-title{font-size: 18px;}
#footer{margin-top: 0;}
.m-img{display: none;}
@media screen and (max-width: 1600px) {
    .body-container {
        width: 94%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1000px) {
    .product-title{font-size: 14px;}
    .prime-day-page{margin-top: 54px;}
    .p3-floor-2:nth-child(1) .product-title,.p3-floor-2:nth-child(2) .product-title{font-size: 20px;}
    .p3-floor-2:nth-child(1) .pro-de-btn,.p3-floor-2:nth-child(2) .pro-de-btn{width: 60%;}
}
@media screen and (max-width: 750px) {
    .pc-ipad-img{display: none;}
    .m-img{display: block;}

    .products-3-box{margin-top: 32px;}
    .products-3-box:last-of-type{padding-bottom: 42px;}
    .product-container{width: 49%;margin-bottom: 15px;}
    #clearance_four .p3-floor-2{width: 49% !important;margin-bottom: 15px;}
    .price{margin: 8px 0 0;}
    .price ins{font-size: 15px;}
    .price del{font-size: 12px;}
    .product-title{font-size: 12px;}

    .p3-floor-2:nth-child(1),.p3-floor-2:nth-child(2){width: 100%;}
    .p3-floor-2:nth-child(1) .product-title,.p3-floor-2:nth-child(2) .product-title{font-size: 14px;}
    .p3-floor-2:nth-child(1) .pro-de-btn,.p3-floor-2:nth-child(2) .pro-de-btn{width: 100%;}
}