/* 超小屏幕 */
@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 {
        border-top: solid 1px rgb(229, 231, 235);
        margin-top: 35px;
        padding-top: 25px;
    }
    .copyright{
        margin-top: 30px;
    }

    .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 一致 */
        background-color:#f7fbff; /* 设置背景色为黑色 */
    }
    .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;
}

@media (max-width: 960px) {
    .nova-footer-subscribe .subscribe-div{
        width: 100%;
        min-height: 0;
        margin-top: 0;
        padding: 24px 14px;
        align-items: stretch;
    }
    .nova-footer-subscribe .subscribe-div-left-title{
        width: 100%;
        font-size: 13px;
        text-align: center;
    }
    .nova-footer-subscribe .subscribe-div-form{
        width: 100%;
        min-width: 0;
        margin-top: 16px;
    }
    .nova-footer-subscribe .subscribe-div-form .text{
        width: calc(100% - 112px);
        min-width: 0;
    }
    .nova-footer-subscribe .subscribe-div-form .subscribe-button{
        width: 112px;
    }
    .nova-footer-inner{
        padding: 0 14px;
    }
    .nova-footer .footerbox{
        display: block;
        padding-top: 0;
    }
    .nova-footer .footerbox .support,
    .nova-footer .we_accept,
    .nova-footer .contact_us{
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
        align-items: stretch;
    }
    .nova-footer .footerbox .support{
        border-bottom: 0;
    }
    .nova-footer .footerbox .we_accept{
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
    }
    .nova-footer .footer_title{
        position: relative;
        display: flex;
        align-items: center;
        min-height: 48px;
        margin: 0;
        border-bottom: 1px solid #e6e6e6;
        cursor: pointer;
        font-size: 13px;
    }
    .nova-footer .footer_title:after{
        content: "+";
        margin-left: auto;
        color: #111;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
    }
    .nova-footer .footer_title.nova-footer-title-open:after{
        content: "-";
    }
    .nova-footer .footer_support,
    .nova-footer .footer_contact_us,
    .nova-footer .footer_paycontent{
        padding: 14px 0 18px;
        border-bottom: 1px solid #e6e6e6;
    }
    .nova-footer .footer_support a{
        line-height: 30px;
    }
    .nova-footer .footer_paycontent{
        justify-content: flex-start;
    }
    .nova-footer .copyright{
        margin-top: 0;
        padding: 18px 0 24px;
        border-top: 0;
    }
}

@media (max-width: 960px) {
    .myself-home-page .nova-footer{
        background: #eeeae2;
    }
    .myself-home-page .nova-footer-inner{
        padding: 0 16px;
    }
    .myself-home-page .nova-footer .footerbox{
        display: block;
        max-width: none;
        padding: 18px 0 4px;
    }
    .myself-home-page .nova-footer .footerbox .support{
        display: block;
    }
    .myself-home-page .nova-footer .footer_title{
        justify-content: center;
        min-height: 64px;
        padding: 0 36px;
        margin: 0;
        border-top: 1px solid #ddd6cc;
        border-bottom: 0;
        color: #5e564e;
        font-size: 18px;
        font-weight: 700;
        line-height: 28.8px;
        text-align: center;
    }
    .myself-home-page .nova-footer .footer_title:after{
        content: "";
        position: absolute;
        right: 2px;
        top: 50%;
        width: 8px;
        height: 8px;
        margin-top: -6px;
        border: solid #5e564e;
        border-width: 0 1.5px 1.5px 0;
        color: #5e564e;
        font-size: 0;
        line-height: 0;
        transform: rotate(45deg);
    }
    .myself-home-page .nova-footer .footer_title.nova-footer-title-open:after{
        content: "";
        margin-top: -2px;
        transform: rotate(-135deg);
    }
    .myself-home-page .nova-footer .footer_support,
    .myself-home-page .nova-footer .footer_contact_us,
    .myself-home-page .nova-footer .footer_paycontent{
        padding: 0 0 14px;
        border-bottom: 0;
    }
    .myself-home-page .nova-footer .footer_support a,
    .myself-home-page .nova-footer .footer_contact_us>div{
        color: #776f66;
        font-size: 16px;
        line-height: 25.6px;
    }
    .myself-home-page .nova-footer .footerbox .support a,
    .myself-home-page .nova-footer .footerbox .support .footer_support,
    .myself-home-page .nova-footer .footerbox .support .footer_support *{
        font-size: 16px !important;
        line-height: 25.6px !important;
    }
    .myself-home-page .nova-footer .footer_paycontent{
        width: calc(100% + 16px);
        max-width: none;
        gap: 0;
        margin-right: -16px;
        justify-content: center;
    }
    .myself-home-page .nova-footer .footer_paycontent .pay{
        margin: 0 16px 16px 0;
    }
    .myself-home-page .nova-footer .copyright{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 16px 6px 26px;
        color: #776f66;
        font-size: 16px;
        text-align: center;
        line-height: 25.6px;
    }
    .myself-home-page .nova-footer .copyright > span{
        display: block !important;
        width: auto !important;
        text-align: center !important;
    }
    .myself-home-page .nova-footer .copyright .linklist{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 10px;
        margin-top: 8px;
        text-align: center;
    }
    .myself-home-page .nova-footer .copyright .linklist a{
        display: inline-flex;
        padding: 2px 0;
        color: #776f66;
        font-size: 16px;
        line-height: 25.6px;
    }
}

@media (max-width: 960px) {
    .nova-footer{
        background: #eeeae2;
    }
    .nova-footer-inner{
        padding: 0 16px;
    }
    .nova-footer .footerbox{
        display: block;
        max-width: none;
        padding: 18px 0 4px;
    }
    .nova-footer .footerbox .support{
        display: block;
    }
    .nova-footer .footer_title{
        justify-content: center;
        min-height: 64px;
        padding: 0 36px;
        margin: 0;
        border-top: 1px solid #ddd6cc;
        border-bottom: 0;
        color: #5e564e;
        font-size: 18px;
        font-weight: 700;
        line-height: 28.8px;
        text-align: center;
    }
    .nova-footer .footer_title:after{
        content: "";
        position: absolute;
        right: 2px;
        top: 50%;
        width: 8px;
        height: 8px;
        margin-top: -6px;
        border: solid #5e564e;
        border-width: 0 1.5px 1.5px 0;
        color: #5e564e;
        font-size: 0;
        line-height: 0;
        transform: rotate(45deg);
    }
    .nova-footer .footer_title.nova-footer-title-open:after{
        content: "";
        margin-top: -2px;
        transform: rotate(-135deg);
    }
    .nova-footer .footer_support,
    .nova-footer .footer_contact_us,
    .nova-footer .footer_paycontent{
        padding: 0 0 14px;
        border-bottom: 0;
    }
    .nova-footer .footer_support a,
    .nova-footer .footer_contact_us>div{
        color: #776f66;
        font-size: 16px;
        line-height: 25.6px;
    }
    .nova-footer .footerbox .support a,
    .nova-footer .footerbox .support .footer_support,
    .nova-footer .footerbox .support .footer_support *{
        font-size: 16px !important;
        line-height: 25.6px !important;
    }
    .nova-footer .footer_paycontent{
        width: calc(100% + 16px);
        max-width: none;
        gap: 0;
        margin-right: -16px;
        justify-content: center;
    }
    .nova-footer .footer_paycontent .pay{
        margin: 0 16px 16px 0;
    }
    .nova-footer .copyright{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 16px 6px 26px;
        color: #776f66;
        font-size: 16px;
        text-align: center;
        line-height: 25.6px;
    }
    .nova-footer .copyright > span{
        display: block !important;
        width: auto !important;
        text-align: center !important;
    }
    .nova-footer .copyright .linklist{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 10px;
        margin-top: 8px;
        text-align: center;
    }
    .nova-footer .copyright .linklist a{
        display: inline-flex;
        padding: 2px 0;
        color: #776f66;
        font-size: 16px;
        line-height: 25.6px;
    }
}
