.pc-box {
    display: block;
}

.phone-box {
    display: none;
}


.mobhead-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.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: 999999;
    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 {
    display: block;
    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;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 0%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 9999999;
    left: 0px;
    top: 0px;
    transition: all .2s linear 100ms;
    opacity: 0.3;
}

.mobhead-nav-modal {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 0%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: fixed;
    z-index: 999999999;
    left: 0px;
    top: 0px;
    overflow: hidden;
    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;
}

.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 0px;
}

.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: 50px;
    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;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 0;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    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: normal;
    color: #666;
}

.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: 20px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.mobhead-nav-navtree-childs {
    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 auto;
    padding: 0px 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: 10;
    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: 30px;
    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;
}

/*--------自适应--------*/

.subbancat-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 20px;
    position: relative;
}

.subbancat-c.on .subbancat-drop {
    max-height: 1000px;
    transition: all .2s linear 100ms;
}

.subbancat-c.on .subbancat>.icon {
    transform: rotate(180deg);
    transition: all .2s linear 100ms;
}

.subbancat {
    box-sizing: border-box;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
}

.subbancat>.label-ctitle {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
}

.subbancat>.icon {
    margin: 0px 5px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #ccc;
    transition: all .2s linear 100ms;
}

.subbancat-drop {
    box-sizing: border-box;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #322222;
    overflow: hidden;
    transition: all .2s linear 100ms;
}

.subbancat-dropbox {
    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 auto;
    padding: 10px 10px;
}

.subbancat-dropitem {
    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: 10px 0px;
    padding: 0px 10px;
}

.subbancat-dropitem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.subbancat-dropitem-l>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.subbancat-dropitem-l>.label1:hover {
    color: #fff;
    text-decoration: none;
}

.subbancat-dropitem-l>.label1:active {
    color: #fff;
    text-decoration: none;
}

.subbancat-dropitem-l>.label1:visited {
    color: #fff;
    text-decoration: none;
}


.subbancat-dropitem-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.subbancat-dropitem-r>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
}

.subbancat-dropitem-r>.label-text:hover {
    color: #ccc;
    text-decoration: none;
}

.subbancat-dropitem-r>.label-text:active {
    color: #ccc;
    text-decoration: none;
}

.subbancat-dropitem-r>.label-text:visited {
    color: #ccc;
    text-decoration: none;
}



/*--------自适应--------*/














@media screen and (max-width: 1920px) {}

@media screen and (max-width: 960px) {
    .pc-box {
        display: none;
    }

    .phone-box {
        display: block;
    }

    .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: 0px;
        overflow: hidden;
    }

    .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: #000;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        outline: none;
        cursor: pointer;
    }


    .subbancat-drop {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-height: 0px;
        margin: 0px 0px;
        padding: 0px 0px;
        background: #322222;
        overflow: hidden;
        transition: all .2s linear 100ms;
    }


    .homeban-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 80vh;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .homeban {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 10px;
    }

    .hometext-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;
    }

    .hometext-m {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0px;
        padding: 0px 0px;
    }

    .hometext-t>.label-title {
        padding: 0px 0px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

    .hometext-m>.label-desc {
        padding: 0px 0px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: #563B3B;
    }

    .hometext-b {
        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;
    }

    .homecnt {
        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: 20px auto;
        padding: 0px 20px;
    }

    .homecat {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 48%;
        height: auto;
        min-height: 30px;
        margin: 15px 0px;
        padding: 0px 0px;
        background: #fff;
    }

    .homecat-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        width: 100%;
        height: 150px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        overflow: hidden;
    }

    .homegoods {
        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 auto;
        padding: 0px 20px;
    }

    .goodsitem-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 48%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        position: relative;
    }

    .goodsitem-t>a>.img1 {
        width: 100%;
        height: 150px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .goodsitem-m>.label-name {
        padding: 0px 0px;
        text-align: center;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4;
        color: #000;
    }

    .goodsitem-b>.label1 {
        margin: 0px 0;
        padding: 0px 0px;
        text-align: center;
        font-size: 13px;
        font-weight: normal;
        color: #666;
    }

    .homeads {
        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: 10px 0px;
        padding: 0px 20px;
    }

    .homeads-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;
    }

    .homeads-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;
    }


    .blogs-list {
        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: 20px auto;
        padding: 0px 0px;
    }

    .blogsitem {
        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: 10px 10px;
        padding: 20px 20px;
        border: solid 1px #ddd;
        border-radius: 5px;
        position: relative;
    }

    .feedback-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 60vh;
        margin: 0px 0px;
        padding: 0px 0px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }

    .signupbox {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 80%;
        max-width: 80%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
        position: relative;
    }

    .signcon {
        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: 20px 0px;
    }

    .signcon-t>.label-stitle {
        width: 80%;
        padding: 0px 0px;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
    }

    .signcon-m1>.label-desx {
        width: 60%;
        padding: 0px 0px;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        line-height: 1.6;
    }

    .signconfind {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        width: 80%;
        height: 40px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        border: none;
        border-radius: 5px;
    }

    .footmenu {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 20px 20px;
    }

    .footmenu>.foot-link {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        min-height: 30px;
        margin: 10px 0px;
        padding: 0px 10px;
        border: none;
        border-radius: 5px;
        text-align: left;
        font-size: 16px;
        font-weight: normal;
        color: #333;
    }

    .footcopy {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 20px 0px;
    }

    .footcopy-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;
    }

    .footcopy-r {
        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;
    }

    .blogdetail {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 30px 0px;
        padding: 0px 10px;
    }

    .blogdetail-b-a-b-b {
        box-sizing: border-box;
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 20px;
        margin: 5px 0px;
        padding: 0px 0px;
    }

    .blogdetail-b-c-a-b {
        box-sizing: border-box;
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        height: auto;
        min-height: 20px;
        margin: 5px 0px;
        padding: 0px 0px;
    }

    .blogdetail-b-a-b {
        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;
    }

    .blogdetail-b-c-a {
        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;
    }

    .contactbox {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        max-width: 100%;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 10px;
    }

    .contact-row {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 5px 0px 10px 0px;
        background: #fff;
    }

    .bannerbox-ad-t>.label-title {
        padding: 0px 0px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        color: #fff;
    }

    .detailtext {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 10px;
        width: 100%;
        max-width: 100%;
        height: auto;
        text-align: left;
        line-height: 1.6;
        font-family: Arial, Helvetica, sans-serif;
    }

    .position-view {
        box-sizing: border-box;
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 150px;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
    }

    .position-r>.label-show {
        margin: 0px 10px 0px 0px;
        padding: 0px 0px;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        color: #666;
        display: none;
    }

    .position-r>.link-numj {
        margin: 0px 0px;
        padding: 0px 0px;
        font-size: 14px;
        font-weight: normal;
        color: #666;
        display: none;
    }

    .position-r>.label3 {
        margin: 0px 5px;
        padding: 0px 0px;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        color: #666;
        display: none;
    }

    .position {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 40px 0px;
        padding: 0px 20px;
    }

    .position-r>.select6 {
        box-sizing: border-box;
        width: 100px;
        height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        border: none;
        border-bottom: solid 1px #ccc;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        outline: none;
    }

    .productbox-c {
        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 20px;
    }

    .productitem-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 48% !important;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        position: relative;
    }

    .col5 .productitem-t>a>.img1 {
        width: 100%;
        height: 160px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .productitem-m>.label-name {
        padding: 0px 0px;
        text-align: center;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4;
        color: #000;
    }

    .productitem-b>.label1 {
        margin: 0px 0;
        padding: 0px 0px;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        color: #666;
    }

    .cateintro {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 20px;
        width: 100%;
        max-width: 100%;
        height: auto;
        text-align: left;
        line-height: 1.6;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .cateban-b {
        display: none;
    }


    .detail-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 0px;
        padding: 0px 0px;
    }

    .prodetail {
        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 20px;
        background: #fff;
    }

    .prodetail-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .prodetail_gallery-c {
        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 auto;
        padding: 0px 0px;
        background: #fff;
        flex: 1;
        position: relative;
    }

    .prodetail_gallery-c .swiper {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
    }

    .prodetail_gallery-c .swiper-item>.img1 {
        width: 100%;
        height: 300px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .xsmall {
        box-sizing: border-box;
        width: 100%;
        height: 100px;
    }

    .xsmall-prev {
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: solid 0px #ccc;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: absolute;
        z-index: 10;
        left: 0px;
        top: 50%;
        transform: translateX(0%) translateY(-50%) rotate(-90deg);
    }
    .xsmall-next {
        width: 30px;
        background-color: transparent;
        border: solid 0px #ccc;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        height: 30px;
        position: absolute;
        z-index: 10;
        right: 0px;
        top: 50%;
        transform: translateX(0%) translateY(-50%) rotate(-90deg);
    }
    .xsmall-next label, .xsmall-prev label {
        font-size: 30px;
        color: #000;
        font-weight: normal;
        cursor: pointer;
    }

    .prodetail_gallery-cmd {
        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: 10px auto;
        padding: 0px 0px;
    }

    .xsmall .swiper-slide img {
        display: block;
        width: 100%;
        height: 100px;
        object-fit: cover;
        cursor: pointer;
    }

    .subbancat {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 40px;
        margin: 0px 0px;
        padding: 0px 0px;
        cursor: pointer;
    }


    .prodetail-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;
    }

    .detailpos-l {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .detailpos-r {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100px;
        height: auto;
        text-align: center;
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    .prodetail-info-t>.label-title {
        padding: 0px 0px;
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        color: #333;
        line-height: 1.4;
    }

    .related-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 50px 0px 50px 0;
        padding: 10px 20px 20px 20px;
        border-top: solid 1px #ddd;
    }

    .productitem-t>a>.img1 {
        width: 100%;
        height: 170px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }

    .related-c .productitem-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100% !important;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        position: relative;
    }
    .prodetail_gallery-c .gallery-icon {
        position: absolute;
        z-index: 999;
        left: 10px;
        bottom: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 100%;
        cursor: pointer;
    }

    .picsbox-c {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        margin: 0px 0px;
        padding: 0px 0px;
        background: #000;
        position: fixed;
        z-index: 9999999999999;
        left: 0px;
        top: 0px;
        display: none;
    }

    .picsbox-c-d>.img1 {
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
        transition: all .5s linear 100ms;
        -webkit-transition: all .5s linear 100ms;
        transform: scale(1);
    }

    .picsbox-c-d>.img1.big {
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
        transition: all .5s linear 100ms;
        -webkit-transition: all .5s linear 100ms;
        transform: scale(2);
    }

    .col4 .productitem-t>a>.img1 {
        width: 100%;
        height: 160px;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
    }







}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 360px) {}