.pc-box {
    display: block!important;
}

.phone-box {
    display: none!important;
}

.pc-box-flex {
    display: flex!important;
}

.phone-box-flex {
    display: none!important;
}


.mobhead-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: relative;
}

.mobhead-nav-modalbg.on {
    transform: translateX(0%);
}

.mobhead-nav-modal.on {
    transform: translateX(0%);
}

.mobhead-bar {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-bottom: solid 1px #eee;
    background: #fff;
    position: fixed;
    z-index: 99999999;
    left: 0px;
    top: 0px;
}

.mobhead-bar-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-bar-l>a>.img1 {
    width: auto;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobhead-bar-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.mobhead-bar-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-bar-r>.mobhead-icon-nav {
    margin: 0px 15px 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.mobhead-bar-r>.mobhead-icon-search {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
}

.mobhead-nav-modalbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.mobhead-nav-modalbg {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 999991;
    left: 0px;
    top: 0px;
    transform: translateX(-150%);
    transition: all .2s linear 100ms;
    opacity: 0.3;
}

.mobhead-nav-modal {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: fixed;
    z-index: 99999999;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transform: translateX(-150%);
    transition: all .2s linear 100ms;
    opacity: 1;
}

.mobhead-nav-navmob {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navmob-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #ddd;
}

.mobhead-nav-navhead {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.mobhead-nav-navhead-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-l>.img1 {
    width: auto;
    height: 30px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobhead-nav-navhead-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-r>.label-close {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 26px;
    font-weight: normal;
    color: red;
    cursor: pointer;
}

.mobhead-nav-navmob-b {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobhead-nav-navtree-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.mobhead-nav-navtree {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-bottom: solid 1px #eee;
    cursor: pointer;
}

.mobhead-nav-navtree>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.mobhead-nav-navtree>.arr-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.mobhead-nav-navtree-childs {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 10px 0px;
}

.mobhead-nav-navtree-childs-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px auto;
    padding: 0px 20px;
}

.mobhead-nav-navtree-childs-a>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    color: #666;
}

.mobhead-searchbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #eee;
    position: fixed;
    z-index: 990;
    left: 0px;
    top: 60px;
    overflow: hidden;
    transition: all .2s linear 100ms;
}

.mobhead-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 30px 30px;
    padding: 0px 0px;
    border: solid 1px #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.mobhead-search-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-search-l>.search-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.mobhead-search-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-search-r>.button-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ccc;
    border-radius: 0px;
    background: #ddd;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
    cursor: pointer;
}

/*--------自适应--------*/


@media screen and (max-width: 950px) {
    .pc-box {
        display: none!important;
    }

    .phone-box {
        display: block!important;
    }

    .pc-box-flex {
        display: none!important;
    }

    .phone-box-flex {
        display: flex!important;
    }


    .searchbox-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 5px;
    }



    .homebrand-b {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .homebrand-b>a {
        box-sizing: border-box;
        margin: 0 0;
        padding: 10px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        background-color: #fff;
        aspect-ratio: 1/1;
        border: solid 1px #eee;
    }

    .homebrand-b>a>.img1 {
        width: 100%;
        height: auto;
        min-height: 20px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }



    .homehot-b {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 50px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }


    .homeabout-box {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 50px 0px 50px 0;
        position: relative;
    }

    .homeabout-ads {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
        position: relative;
        z-index: 100;
    }

    .homeabout-ads-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .homeabout-ads-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }


    .homeblog-b {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 30px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }


    .homeads-ads-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 1000px;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
        position: relative;
        z-index: 100;
    }

    .homeques-box {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 60px 10px;
        position: relative;
    }

    .footer {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 30px 0px;
        padding: 0px 15px;
    }

    .footer-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .footer-m2 {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 0px;
    }

    .footer-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .homeban.home {
        height: 80vh;
    }

    .homebanbg {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: 80vh;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 10;
        left: 0px;
        top: 0px;
        background-color: #000;
        opacity: 0.4;
    }

    .homebantext {
        position: relative;
        z-index: 20;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: -50px 0px 0 0;
        padding: 0px 0px;
    }

    .homebantext-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.6;
        color: #fff;
    }

    .homebantext-m>.label-title {
        padding: 0px 0px;
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        line-height: 1.6;
        color: #fff;
    }

    .header-blank {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: 30px;
        text-align: center;
    }

    .subban-ads>.label-ht {
        padding: 0px 0px;
        text-align: left;
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

    .contactbox-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .contactbox-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .blogitem-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
    }

    .blogitem-r {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px 0px 0px;
        padding: 10px 10px;
    }

    .blogdetail-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 100px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
    }

    .relblog {
        box-sizing: border-box;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
    }

    .prolist-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .prolist-r {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
    }

    .prolistbox {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        text-align: center;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .gooditem-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .gooditem-m {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 25px 0px;
    }

    .carbrand {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .carbrand-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }
    .carbrand-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .brandban-box {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 30px 10px;
        position: relative;
    }

    .carbox-m1 {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 50px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .carintro {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 100px auto;
        padding: 0px 0px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 0px;
        grid-row-gap: 50px;
    }

    .container-wrap-1450 {
        box-sizing: border-box;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0 15px;
    }

    .contactform-brd {
        box-sizing: border-box;
        margin: 30px auto;
        padding: 15px 0px;
        width: 100%;
        height: auto;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        border: solid 1px #ccc;
    }

    .contactbox {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0px;
        padding: 0px 10px;
    }

    .carbox {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0px;
        padding: 0px 0px;
    }

    .brandnums-ads-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 1000px;
        height: auto;
        min-height: 30px;
        margin: 20px 0px;
        padding: 0px 0px;
        position: relative;
        z-index: 100;
    }

    .container-wrap-1230 {
        box-sizing: border-box;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0 15px;
    }

    .brandnumsitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 47%;
        height: auto;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 0px;
    }

    .brandnumsitem-m>.label-num {
        margin: 0px 10px 0px 0px;
        padding: 0px 0px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.6;
        color: #fff;
    }

    .productdil-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .productdil-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }


    .cargllerys_gallery-c .swiper-item>.img1 {
        width: 100%;
        height: 50vh;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .cargllerys_nav-swiperitem-t>a>.img1 {
        width: 100%;
        height: 100px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .subban-ads-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 200px 0px;
        padding: 0px 0px;
        position: relative;
        z-index: 100;
    }


}