/* 超小屏幕 */
@media (max-width: 319px) {

}

/* 小屏幕 */
@media (min-width: 320px) and (max-width: 480px) {

}

/* 中等屏幕 */
@media (min-width: 481px) and (max-width: 768px) {

}

/* 大屏幕 */
@media (min-width: 769px) and (max-width: 1024px) {

}

@media (max-width: 1360px) {
    .publicwidth {
        width: 100%;
    }
    .category-products{
        width: 100%;
        padding: 10px;
    }
    .prolist-banner .nav-text{
        width: 100%;
        padding-left: 1%;
    }
}

@media (max-width: 960px) {

    .subscribe-div {
        flex-direction: column;
        margin-top: 30px;
        padding-bottom: 7%;
        height: auto;
    }
    .subscribe-div-form{margin-top: 25px;}

    .footerbox {
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-top:0px;
        padding-top:0px;
    }

    .we_accept, .support, .contact_us {
        width: 100%;
        text-align: center;
        margin: 0px;
        padding: 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footerbox .we_accept {
        margin-top: 25px;
        padding-top: 25px;
    }


    .footerbox .support{
        padding: 0px;
        margin: 35px;
        /*border-top: solid 1px rgb(229, 231, 235);*/
        border-bottom: solid 1px rgb(229, 231, 235);
        padding-bottom: 15px;
    }
    .footerbox .we_accept{

    }
    .footer_paycontent{
        justify-content: center;
        width: auto;
    }
    .footer-beside-info{
        width: 100%;
    }
}
@media (min-width: 961px) {
    .scrollbox{display: none;}
    .checkout-page-right-content-page-line{
        display: none;
    }
    .banner-mobile{
        display: none;
    }
    .banner-pc{
        display: block;
    }
    .navboxline{
        display: block;
    }
    .main-container{
        padding-top: 144px;
    }
    .main-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 144px; /* 高度与 padding-top 一致 */
    }
    .navmenu-iconfont{
        display: none;
    }
    .banner{
    }
    .checkout-page-right .site{
        display: none;
    }
    .checkout-page-right .checkout-nav{
        display: none;
    }
    .checkout-page-left-content .site{
        display: flex;
    }
    .checkout-page-left-content .checkout-nav{
        display: flex;
    }
}
.mobilebox{
    padding: 0px 10px;
}
