/*大于1200*/
@media screen and (min-width: 1200px) {
    html, body {
        font-size: 16px;
    }

    .content {
        max-width: 1440px !important;
        padding: 0 1.25rem;
    }


}

/*大于800～1200*/
@media screen and (min-width: 800px) and (max-width: 1199px) {
    html, body {
        font-size: 14px;
    }

    .content {
        padding: 0 1.1rem;
    }

    .banner {
        min-height: 28rem;
        max-height: 28rem;
        overflow: hidden !important;
    }

    .banner_bg {
        position: relative;
        width: auto;
        height: 100%;
        transform: translate3d(-10%, 0, 0);
    }

}

/**
手机端
 */
@media screen and (max-width: 799px) {

    html, body {
        font-size: 12px;
    }

    /* 自定义整个滚动条 */
    ::-webkit-scrollbar {
        width: 0 !important; /* 设置滚动条的宽度 */
        height: 4px !important;
    }

    .mobile_menu {
        display: block;
    }

    .content {
        padding: 0 .7rem
    }

    .banner {
        min-height: 28rem;
        max-height: 28rem;
        overflow: hidden !important;
    }

    .banner_bg {
        position: relative;
        width: auto;
        height: 100%;
        max-height: 28rem;
        transform: translate3d(-10%, 0, 0);
    }

    .menu .logo {
        flex: 1;
    }

    .menu .logo .i {
        width: 20rem;
        height: auto;
    }

    .menu .nav {
        display: none !important;
    }

    .menu .location {
        display: none !important;
    }

    /*.banner_mobile {*/
    /*    display: block;*/
    /*}*/
    /*.banner {*/
    /*    display: none;*/
    /*}*/
    .banner .content {
        height: calc(100vh - 5.99rem);
        min-height: 600px;
    }

    .banner .content_side {
        position: relative;
        height: 28rem;
        min-height: 28rem;
        max-height: 28rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 2rem !important;
    }

    .banner_txt {
        width: auto;
        max-width: 100%;
        z-index: 3;
        align-items: center;
    }

    .index_content_txt {

    }

    .index_content_txt .t1 {
        font-size: 3rem;
    }


    .natureMagic_button {
        margin-top: 0;
    }

    .banner_txt .natureMagic_title {
        text-align: center;
    }

    .banner_txt .natureMagic_sub_title {
        text-align: center;
    }

    .banner_xx {
        width: 100%;
        height: 30rem;
        bottom: 0;
    }

    .product_view .content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        z-index: 2;
        text-decoration: none;
    }

    .product_view .content .product {
        margin: 2rem 0;
    }

    .product_view .content .product .img {
        width: 25rem;
        height: 31.3rem;
    }

    .product_view .content .product .title {
        font-weight: 800;
    }

    .product_view .content .product:hover {
        transform: translate3d(0, 0, 0);
    }

    .footer_nav .content .search {
        display: none;
    }

    .copy_right .content {
        flex-direction: column;
    }

    .copy_right .all_rights {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .footer_pets {
        display: none;
    }

    .footer_products {
        position: revert;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 3rem;
    }

    .footer_products .i {
        width: 70%;
        transform: translate3d(0, 0, 0);
    }

    .food_safty .content {
        margin: 0 2rem;
    }

    .foood_safty_icons {
        flex-wrap: wrap;
    }

    .foood_safty_icons .item {
        margin-bottom: 2rem;
    }


    .food_safty_imgs {
        display: flex;
        flex-direction: column;
    }

    .food_safty_imgs .item {
        width: 100%;
        background: #eee;
    }

    .food_safty_imgs .item .i {
        width: 100%;
        height: auto;
    }


    .our_story .content {
        position: relative;
        display: flex;
        flex-direction: column;
    }


    .our_story .img {
        position: relative;
        background: rgb(19, 46, 30);
        min-width: unset;
        max-width: unset;
        padding-top: 120%;
        border-radius: 1rem;
        overflow: hidden;
    }


    .our_story .msg {
        position: relative;
        background: rgba(255, 255, 255, .1);
        border-radius: 1rem;
        display: flex;
        flex-direction: column;
        flex: 1;
        padding: 2rem;
        width: auto;
        margin-left: 0;
    }


    .learn_more_list {
        flex-direction: column;
    }

    .learn_more_list .item {
        margin: 0 0 2rem 0;
    }

    .learn_more_list .item:last-child {
        margin: auto;
    }

    .product_list .content {
        position: relative;
        flex-direction: column;
        padding-bottom: 5rem;

    }

    .product_list .content .item {
        min-width: unset;
        max-width: unset;
        background: #FFFFFF;
        margin-right: 0;
        margin-top: 3rem;
        cursor: pointer;
    }


    .product_list .content .item .img {
        position: relative;
        margin-bottom: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding: 0;
    }

    .product_list .content .item .img .ico {
        position: relative;
        width: 70%;
    }

    .product_list .content .item .img .i {
        position: relative;
        width: 50%;
    }

    .FAQ .content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .FAQ .content .faq_left{
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .FAQ .content .faq_right {
        width: 80%;
        margin-top: 4rem;
    }

    .FAQ .content .faq_right {
        align-items: center;
    }

    .pur_content {
        display: block;
        width: 90%;
        flex-direction: column;
        overflow-y: scroll !important;
    }

    .pur_content .img {
        width: 100%;
        height: 30rem;
        padding: 0;
    }

    .pur_content .msg {
        flex: unset;
        flex-direction: column;
        height: auto;
        overflow-y: hidden;
        padding: 3rem 1rem;
    }

    .ss img {
        width: 2rem;
        height: 2rem;
        margin: 1rem 1rem;
    }

    .ss .txts .t1 {
        font-size: 2rem;
        font-weight: 800;
        color: #FF8201;
        text-align: center;
        text-transform: uppercase;
        line-height: 2.3rem;
    }

    .ss .txts .t2 {
        color: #005725;
        margin-top: .1rem;
        text-align: center;
        line-height: 1.5;
        font-size: 1.5rem;
        font-weight: 600
    }

    .ss .txts .t2 span {
        font-weight: 800;
        font-size: 1.8rem
    }


    .p1ss .lb, .p1ss .rb {
        width: 1.5rem;
        height: 2.4rem;
        font-size: 1.5rem;
        cursor: pointer;
    }

    .p1ss .ll {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex: 1;
        overflow: hidden;
        margin: 0 1rem;
    }

    .p1ss .ll .box {
        width: calc(100vw - 6.4rem);
        max-width: calc(100vw - 6.4rem);
        min-width: calc(100vw - 6.4rem);
        overflow: hidden;
    }

    .nms {
        display: flex;
        flex-direction: column;
    }

    .nms .lef {
        width: 100%;
        min-height: unset;
        bottom: unset;
        padding: 3rem 0;
        box-sizing: border-box;
        max-height: unset;
    }

    .nms .lef .t1, .nms .lef .t2, .nms .lef .t3 {
        max-width: unset;
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
    }

    .nms .rxs {
        width: 100%;
        max-height: unset;
        min-height: unset;
    }

    .sasdx_title {
        text-align: center;
    }

    .sasdx_title .t2 {
        line-height: 1.5;
    }

    .sasdxas .item {
        position: relative;
        min-width: 50%;
        max-width: 50%;
        padding-bottom: 16rem;
    }

    .sasdxas .item .ii {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        top: unset;
        bottom: 0;
        height: 16rem;
        justify-content: flex-start;
        padding-top: 1rem;
    }

    .sasdxas .item .ii .txt,
    .sasdxas .item .ii .tag,
    .sasdxas .item .ii .img {
        width: 90%;
    }

    .copyss {
        text-align: center;
    }

    .new_footer .content {
        flex-wrap: wrap;
    }

    .new_footer .content .flexP {
        display: none;
    }

    .new_footer .content .asdss {
        margin-right: 0;
    }

    .new_footer .content .asdss:nth-of-type(1), .new_footer .content .asdss:nth-of-type(2) {
        width: 50%;
    }

    .new_footer .content .asdss:nth-of-type(1) .t1,
    .new_footer .content .asdss:nth-of-type(2) .t1,
    .new_footer .content .asdss:nth-of-type(2) .t4,
    .new_footer .content .asdss:nth-of-type(1) .t2 {
        text-align: center;
    }

    .new_footer .content .asdss:last-child {
        width: 100%;
        align-items: center;
        margin-top: 3rem;
    }

    .sssss1 .content .t1 {
        text-align: center;
    }

    .banner_bg_2 {
        transform: translate3d(-25%, 0, 0);
    }

    .imgss {
        flex-direction: column;
    }


    .imsxa {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 2rem;
    }

    .imsxa .ims {
        width: 50%;
        margin-bottom: 1.5rem;
    }

    .imsxa .ims img {
        max-width: 100%;
    }

    .imsxa .box {
        width: auto;
        text-align: center;
    }

    .imsxa .box .t1n {
        text-align: center;
    }

    .sssss2 .content .t4 {
        flex-wrap: wrap;
    }

    .sssss2 .content .t4 .item {
        padding-bottom: 1rem;
    }

    .sssss3 .content .t2 {
        flex-direction: column;
    }

    .sssss3 .content .t2 .item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-right: 0;
        width: 100%;
        margin-bottom: 2rem;
    }
}