.pc-box {
    display: block;
}

.phone-box {
    display: none;
}

.pc-box-flex {
    display: flex;
}

.phone-box-flex {
    display: none;
}





.mobhead-c {
    box-sizing: border-box;
    width: 100%;
    height: 0.8rem;
    min-height: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0.1rem;
    background: #fff;
    position: relative;
}

.mobhead-bar {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 0.80rem;
    min-height: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0.10rem;
    border-bottom: solid 0.01rem #eee;
    background: #fff;
    position: fixed;
    z-index: 10;
    left: 0rem;
    top: 0rem;
}

.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: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
}

.mobhead-bar-l>a>.img1 {
    width: auto;
    height: 0.50rem;
    min-height: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    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: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
}

.mobhead-bar-r>.mobhead-icon-nav {
    margin: 0rem 0.15rem 0rem 0rem;
    padding: 0rem 0rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.mobhead-bar-r>.mobhead-icon-search {
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    font-size: 0.2rem;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.mobhead-nav-modalbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    overflow: hidden;
}

.mobhead-nav-modalbg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    background: #000;
    position: fixed;
    z-index: 9999;
    left: 0rem;
    top: 0rem;
    transform: translateX(-100%);
    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: 100%;
    height: 100%;
    min-height: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    background: #fff;
    position: fixed;
    z-index: 999999;
    left: 0rem;
    top: 0rem;
    overflow: hidden;
    transform: translateX(-100%);
    transition: all .2s linear 100ms;
    opacity: 1;
}

.mobhead-nav-modalbg.on {
    transform: translateX(0%);
}


.mobhead-nav-modal.on {
    transform: translateX(0%);
}

.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: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
}

.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: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0.20rem;
    background: #EFEFEF;
}

.mobhead-nav-navhead {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 0.80rem;
    min-height: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
}

.homeban-ads {
    padding: 0rem 0.3rem;

}

.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: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
}

.mobhead-nav-navhead-l>.img1 {
    width: auto;
    height: 0.36rem;
    min-height: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    object-fit: cover;
}

.mobhead-nav-navhead-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 0.30rem;
    height: auto;
    min-height: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
}

.mobhead-nav-navhead-r>.label-close {
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    font-size: 0.26rem;
    font-weight: normal;
    color: #24B3EE;
    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: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    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: 0.30rem;
    margin: 0rem 0rem;
    padding: 0.20rem 0.30rem;
    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: 0.70rem;
    margin: 0rem 0rem;
    padding: 0rem 0.0rem;
    border-bottom: solid 1px #eee;
    cursor: pointer;
}

.mobhead-nav-navtree>.label1 {
    padding: 0rem 0rem;
    text-align: left;
    font-size: 0.15rem;
    font-weight: normal;
    color: #666;
}

.mobhead-nav-navtree>.arr-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 0.3rem;
    height: 0.3rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    text-align: center;
    font-size: 0.40rem;
    font-weight: normal;
    color: #2F3F44;
    cursor: pointer;
}

.mobhead-nav-navtree-childs {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 0.30rem;
    margin: 0rem auto;
    padding: 0rem 0rem;
    text-align: left;
}

.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: 0.40rem;
    margin: 0rem auto;
    padding: 0rem 0.20rem;
}

.mobhead-nav-navtree-childs-a>.label1 {
    padding: 0rem 0rem;
    text-align: left;
    font-size: 0.15rem;
    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: 0rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    background: #EFEFEF;
    position: fixed;
    z-index: 10;
    left: 0rem;
    top: 0.60rem;
    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: 0.50rem;
    min-height: 0.30rem;
    margin: 0.30rem 0.30rem;
    padding: 0rem 0rem;
    border: solid 0.01rem #ddd;
    border-radius: 0.30rem;
    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: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
}

.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: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0.20rem;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 0.14rem;
    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: 0.80rem;
    height: auto;
    min-height: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
}



.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: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    border: solid 0rem #ccc;
    border-radius: 0rem;
    background: #ddd;
    text-align: center;
    font-size: 0.14rem;
    font-weight: normal;
    color: #666;
    outline: none;
    cursor: pointer;
}

.mobhead-bar-r .img2 {
    width: 0.25rem;
    height: 0.25rem;
    margin-left: 0.15rem;
}

/*--------自适应--------*/




@media screen and (max-width: 1230px) {
    .header-nav-item {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 100%;
        border-bottom: solid 3px #fff;
        min-height: 0.30rem;
        margin: 0rem 0.1rem;
        padding: 0rem 0.06em;
        cursor: pointer;
    }
}






@media screen and (max-width: 1000px) {
    .pc-box {
        display: none;
    }

    .phone-box {
        display: block;
    }

    .pc-box-flex {
        display: none;
    }

    .phone-box-flex {
        display: flex;
    }

    .container-wrap {
        box-sizing: border-box;
        margin: 0 auto;
        width: 100%;
        padding: 0 0.3rem;
    }



}







@media screen and (max-width: 780px) {
    .contact3 {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0.5rem 0rem 0 0;
    }
    .contact3item-info-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0.10rem auto;
        padding: 0rem 0.0rem;
        position: static;
        z-index: 1;
        bottom: 0px;
        left: 0px;
    }
    .contact3item-info-desc {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        text-align: left;
        min-height: auto;
    }

    .homeban-box {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem auto;
        padding: 0rem 0rem;
        position: relative;
        max-width: 100%;
        overflow: hidden;
        border-radius: 0px;
    }

    .swhomefunc-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0 1rem 0;
        padding: 0rem 0.3rem;
        background: #fff;
        position: relative;
        overflow-x: hidden;
    }
    .foot-img {
        display: none;
    }
    .footer-m {
        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: 0.30rem;
        margin: 0rem 0rem;
        padding: 0.40rem 0rem;
    }
    .prodetail {
        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: 0.30rem;
        margin: 0.5rem 0rem 0 0;
        padding: 0rem 0rem;
    }

    .goodtab-nav-c {
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 0.60rem;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        border-bottom: solid 1px #ddd;
        background: #fff;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .goodtab-nav-item-on>.label-text {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 0.50rem;
        padding: 0rem 0rem;
        border-bottom: solid 0.04rem #137EA7;
        font-size: 0.3rem;
        font-weight: bold;
        color: #137EA7;
        cursor: pointer;
    }

    .improve-b>.label-note {
        max-width: 100%;
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.22rem;
        font-weight: normal;
        line-height: 1.4;
        color: #2F3F44;
    }

    .goodtab-tab-t {
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        border-bottom: solid 1px #137EA7;
    }

    .goodtab-nav-item-on {
        box-sizing: border-box;
        display: inline-block;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 0.56rem;
        min-height: 0.30rem;
        margin: 0rem 0.2rem 0 0;
        padding: 0rem 0rem;
        cursor: pointer;
    }

    .goodtab-nav-item {
        box-sizing: border-box;
        display: inline-block;
        width: auto;
        height: auto;
        min-width: 1rem;
        min-height: 0.30rem;
        margin: 0rem 0.2rem 0 0;
        padding: 0rem 0.0rem;
        cursor: pointer;
    }
    .playlist {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 1rem auto;
        padding: 0rem 0rem;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 0.30rem;
        grid-row-gap: 0.60rem;
    }
    .goodtab-nav-item>.label-text {
        width: 100%;
        padding: 0rem 0rem;
        font-size: 0.3rem;
        font-weight: bold;
        color: #137EA7;
        cursor: pointer;
        border-bottom: solid 1px #fff;
    }
    .goodfunc-t>.label-head {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.40rem;
        font-weight: normal;
        color: #020313;
        line-height: 1.6;
    }
    .proinfo-b>.link-getquote {
        margin: 0rem 0rem;
        padding: 0.2rem 0.50rem;
        border-radius: 0.20rem;
        background: #265D82;
        font-size: 0.2rem;
        font-weight: normal;
        color: #fff;
    }
    .product-downitem-title>.label-title {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.26rem;
        font-weight: normal;
        color: #333;
    }
    .proinfoitem-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 0.45rem;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .proinfoitem-l>.img1 {
        width: 0.45rem;
        height: 0.45rem;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        object-fit: cover;
    }

    .proinfo-m2 {
        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: 0.30rem;
        margin: 0.20rem 0rem;
        padding: 0.20rem 0.2rem;
        border-radius: 0.30rem;
        background: #F1F1F1;
    }

    .proinfoitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 50%;
        height: auto;
        min-height: 0.30rem;
        margin: 0.2rem 0rem 0.2rem 0rem;
        padding: 0rem 0rem;
    }

    .prodetail-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        border-radius: 0.20rem;
        overflow: hidden;
    }

    .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: 0.30rem;
        margin: 0.3rem 0rem;
        padding: 0rem 0rem;
    }


    .homeand-b>.label-note {
        width: 100%;
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.3rem;
        font-weight: normal;
        color: #2F3F44;
    }

    .homeban-box>.img1 {
        width: 100%;
        height: auto;
        min-height: 4rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        position: relative;
        z-index: 1;
        object-fit: cover;
    }

    .homecarply {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0.2rem 0rem;
        padding: 0rem 0rem;
    }

    .homecarply .homecarply-t>.label-head {
        padding: 0rem 0rem;
        text-align: center;
        font-size: 0.50rem;
        font-weight: bold;
        color: #020313;
    }

    .homecarply .homecarply-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .homecarply .swiper {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem auto;
        padding: 0.5rem 0rem;
    }

    .homeban-ads-l>.label-hometitle {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.4rem;
        font-weight: bold;
        color: #fff;
        line-height: 1.2;
    }

    .homeban-ads-l>.label-homedesc {
        margin: 0.10rem 0rem;
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.14rem;
        font-weight: normal;
        line-height: 1.4;
        color: #fff;
    }

    .homeban-ads-l>.link-homelink {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        min-height: 0.30rem;
        margin: 0.20rem 0rem;
        padding: 0.05rem 0.30rem;
        border: none;
        border-radius: 0.30rem;
        background: #fff;
        font-size: 0.14rem;
        font-weight: normal;
        color: #24B3EE;
    }

    .homefunc-t>.label-head {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.50rem;
        font-weight: bold;
        color: #020313;
        font-family: mybold;
    }

    .homeadv-t>.label-head {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.50rem;
        font-weight: bold;
        color: #020313;
    }


    .homeadv-m {
        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: 0.30rem;
        margin: 0.50rem 0rem;
        padding: 0rem 0rem;
    }

    .homeadvitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem 0.5rem 0;
        padding: 0rem 0rem;
        background: #fff;
    }

    .homeadv-b {
        margin: 0rem 0rem 0.5rem 0;
        padding: 0rem 0rem;
    }

    .homeand-t>.label-head {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.50rem;
        font-weight: bold;
        color: #020313;
    }

    .homeandnew-r {
        width: 100%;
    }

    .homeandnew-l {
        width: 100%;
    }

    .homeandnewx-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0.30rem 0rem;
    }

    .homeandnewx-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0.20rem 0rem;
    }

    .homeguide {
        margin: 0.40rem 0rem;
        padding: 0rem 0rem;
    }

    .homeguide-l {
        width: 100%;
    }

    .homeguide-r {
        width: 100%;
    }

    .homeguidex-t {
        justify-content: center;
    }


    .swhomefunc-c .swhomefunc-swiperitem-title>.label-title {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.24rem;
        font-weight: normal;
        color: #666;
    }


    .homesolutionitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0.1rem 0rem 0.5rem 0;
        padding: 0rem 0rem;
    }

    .homewhy-t>.label-head {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.50rem;
        font-weight: bold;
        color: #020313;
    }

    .homewhyitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem 0.4rem 0;
        padding: 0rem 0rem;
        background: #fff;
    }

    .footer-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .footlist.w30 {
        width: 100% !important;
    }

    .footlist.w20 {
        display: none;
    }


    .homecarply .homecarplyitem-info-t-a>.label-title {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.26rem;
        font-weight: normal;
        color: #2CA8FF;
    }

    .homecarply .homecarplyitem-info-desc>.label-desc {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.2rem;
        font-weight: normal;
        line-height: 2.0;
        color: #2F3F44;
    }

    .homewhyitem-info-desc>.label-desc {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.2rem;
        font-weight: normal;
        line-height: 2.0;
        color: #2F3F44;
    }

    .footlistrow-r>.p1 {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.2rem;
        font-weight: normal;
        line-height: 0.35rem;
        color: #2F3F44;
    }

    .footlist-t>.label-head {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.24rem;
        font-weight: bold;
        color: #020313;
    }

    .footlist-b>.link-foot {
        margin: 0.10rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.18rem;
        font-weight: normal;
        color: #2F3F44;
    }

    .homecoper-t>.label-head {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.50rem;
        font-weight: bold;
        color: #020313;
    }

    .homeadvitem-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        width: 100%;
        height: 4rem;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        border-radius: 0.30rem;
        overflow: hidden;
    }

    .homeand-b>.label-note {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.2rem;
        font-weight: normal;
        color: #2F3F44;
    }


    .mobhead-nav-navtree>.label1 {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.24rem;
        font-weight: normal;
        color: #020313;
    }

    .mobhead-nav-navtree-childs-a>.label1 {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.2rem;
        font-weight: normal;
        color: #2F3F44;
    }

    .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: 0.50rem;
        margin: 0rem auto;
        padding: 0rem 0.20rem;
    }

    .subban1-ads {
        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: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0.30rem;
        position: relative;
    }

    .subban1-ads-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 65%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .subban1-ads-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 30%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .contact1-b>.label-note {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.3rem;
        font-weight: normal;
        color: #2F3F44;
        max-width: 100%;
    }

    .contact1item-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .contact1item-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0.1rem 0rem;
        padding: 0rem 0rem;
    }

    .contactbox-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .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: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .contactinfo-b>.label1 {
        margin: 0.1rem 0;
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.3rem;
        font-weight: bold;
        color: #020313;
    }

    .contactinfo-b>.p2 {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.3rem;
        font-weight: normal;
        line-height: 1.6;
        color: #020313;
    }

    .contactform-t>.input1 {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 0.70rem;
        min-height: 0.30rem;
        margin: 0.05rem 0rem;
        padding: 0rem 0.10rem;
        border: solid 1px #ccc;
        border-radius: 0.07rem;
        background: #fff;
        text-align: left;
        font-size: 0.24rem;
        font-weight: normal;
        color: #2F3F44;
        outline: none;
    }

    .contactform-t>.textarea2 {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: 2.20rem;
        margin: 0.05rem 0rem;
        padding: 0.10rem 0.60rem;
        border: solid 0.01rem #ccc;
        border-radius: 0.07rem;
        background-color: #fff;
        text-align: left;
        font-size: 0.24rem;
        font-weight: normal;
        color: #2F3F44;
        outline: none;
        background-image: url(../images/textarea-icon.png);
        background-repeat: no-repeat;
        background-size: 30px 30px;
        background-position: 0.05rem 0.05rem;
    }

    .cotnact-agree-r {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0.1rem;
    }

    .cotnact-agree-r>.label1 {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.24rem;
        font-weight: normal;
        line-height: 1.6;
        color: #666;
    }

    .cotnact-agree-l>.checkbox1 {
        display: flex;
        margin: 0.05rem 0.05rem;
        padding: 0rem 0rem;
        border: none;
        font-size: 0.14rem;
        font-weight: normal;
        color: #666;
        outline: none;
        transform: scale(1.5);
    }

    .contact1item-info-b>.p1 {
        padding: 0rem 0rem;
        font-size: 0.24rem;
        font-weight: normal;
        line-height: 2;
        color: #000;
        text-align: left;
    }

    .subban1-ads-l>.label-bdesc {
        margin: 0.20rem 0rem;
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.3rem;
        font-weight: normal;
        line-height: 1.8;
        color: #fff;
    }

    .probox-b>.label-note {
        max-width: 80%;
        padding: 0rem 0rem;
        text-align: center;
        font-size: 0.3rem;
        font-weight: normal;
        line-height: 1.4;
        color: #2F3F44;
    }

    .proboxitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0.3rem 0rem;
        padding: 0rem 0rem;
        background: transparent;
    }

    .proboxitem-info-t-a>.label-title {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.3rem;
        font-weight: normal;
        color: #020313;
    }

    .proboxitem-info-desc>.label-desc {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.24rem;
        font-weight: normal;
        line-height: 2.0;
        color: #2F3F44;
    }

    .proboxitem-info-c>.link-readm {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.24rem;
        font-weight: normal;
        color: #24B3EE;
    }

    .profoot-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .profoot-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0.3rem 0rem;
        padding: 0rem 0rem;
    }

    .profoot-r-a-a>.label-bt2 {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.3rem;
        font-weight: bold;
        color: #020313;
    }

    .profoot-r-a-b>.p1 {
        padding: 0rem 0rem;
        font-size: 0.3rem;
        font-weight: normal;
        line-height: 1.6;
        color: #020313;
    }

    .blog1item {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0.2rem 0rem;
        padding: 0rem 0rem;
        background: transparent;
        border-radius: 0.2rem;
        border: solid 1px #666;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        overflow: hidden;
    }

    .blog1-record>label {
        font-weight: normal;
        font-size: 0.3rem;
        color: #2F3F44;
        margin: 0 10px 0 0;
        font-weight: bold;
    }

    .blog1-record a {
        font-weight: normal;
        font-size: 0.3rem;
        color: #137EA7;
        margin: 0 10px 0 0;
        font-weight: bold;
        text-decoration: underline;
    }

    .blog1-catebox {
        box-sizing: border-box;
        margin: 0rem 0 0.4rem 0;
        padding: 0.2rem 0.2rem;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        background-color: #eee;
        border-radius: 0.6rem;
    }

    .selectdrop-dropitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: auto;
        min-height: 0.70rem;
        margin: 0rem 0rem;
        padding: 0rem 0.20rem;
        cursor: pointer;
    }
    .blog1-catebox>.selectwrap {
        box-sizing: border-box;
        width: 30%;
        min-width: 100%;
        height: 0.6rem;
        outline: none;
        border-radius: 0rem;
        border: none;
        background: #fff;
        margin: 0.1rem 0;
        padding: 0 0.2rem;
        border-radius: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: stretch;
    }

    .blog1item-date>label {
        font-weight: normal;
        font-size: 0.3rem;
        color: #999;
        margin: 0 0;
    }

    .blog1item-info-desc>.label-desc {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.22rem;
        font-weight: normal;
        line-height: 2.0;
        color: #2F3F44;
    }

    .blog1item-info-c>.link-tag {
        margin: 0rem 0.1rem 0.1rem 0;
        padding: 0.05rem 0.2rem;
        font-size: 0.24rem;
        font-weight: normal;
        color: #2F3F44;
        background-color: #ddd;
        box-sizing: border-box;
        border-radius: 0.2rem;
    }

    .homeguidex-b>.link-more1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0.10rem 0.40rem;
        border: none;
        border-radius: 0.30rem;
        background: #137EA7;
        font-size: 0.3rem;
        font-weight: normal;
        color: #fff;
    }

    .blog1-catebox select {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        outline: none;
        border-radius: 0rem;
        border: none;
        background: transparent;
        color: #000;
        margin: 0 0;
        padding: 0 0rem;
        font-size: 0.24rem;
        color: #24B3EE;
        border: none;
    }

    .moreban-ads-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem 0rem 0;
    }

    .moreban-ads-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 0%;
        height: auto;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .moreban-ads-l>.label-hometitle {
        padding: 0rem 0rem;
        text-align: center;
        font-size: 0.50rem;
        font-weight: bold;
        color: #fff;
        line-height: 1.2;
    }

    .contact3-t>.label-head {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.50rem;
        font-weight: bold;
        color: #020313;
    }

    .contact3-b>.label-note {
        max-width: 80%;
        padding: 0rem 0rem;
        text-align: center;
        font-size: 0.3rem;
        font-weight: normal;
        line-height: 1.4;
        color: #2F3F44;
    }

    .contact3item {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem 0.6rem 0;
        padding: 0rem 0rem;
        background: transparent;
    }

    .contact3item-info-t-a>.label-title {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.3rem;
        font-weight: bold;
        color: #020313;
    }

    .contact3item-info-desc>.label-desc {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.24rem;
        font-weight: normal;
        line-height: 2.0;
        color: #2F3F44;
    }

    .contact3item-info-c>.link-readm {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.3rem;
        font-weight: normal;
        color: #24B3EE;
    }

    .blog1-b>.label-note {
        max-width: 80%;
        padding: 0rem 0rem;
        text-align: center;
        font-size: 0.3rem;
        font-weight: normal;
        line-height: 1.4;
        color: #2F3F44;
    }

    .contact3item-info-t-a>.label-title1 {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.3rem;
        font-weight: bold;
        color: #020313;
    }

    .contact3item-info-c1>.link-readm {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.24rem;
        font-weight: normal;
        color: #aaa;
    }

    .videolist-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .videolist-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0.2rem 0rem;
        padding: 0rem 0rem;
    }

    .videolist {
        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: 0.30rem;
        margin: 0rem 0rem 0.3rem 0;
        padding: 0rem 0rem;
    }

    .videolistinfo-m>.label1 {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.24rem;
        font-weight: normal;
        line-height: 2.0;
        color: #777;
    }

    .contactform-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0.20rem 0rem;
        padding: 0rem 0rem;
    }

    .contactform-b>.link-send {
        margin: 0rem 0rem;
        padding: 0.20rem 0.80rem;
        border-radius: 0.50rem;
        background: #137EA7;
        font-size: 0.3rem;
        font-weight: bold;
        color: #fff;
    }

    .footer-t>.img1 {
        width: auto;
        height: 0.65rem;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        object-fit: cover;
    }

    .footlist-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0.30rem 0rem;
        padding: 0rem 0rem;
    }

    .footlist-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0.15rem 0rem;
        border-bottom: solid 0.01rem #ddd;
    }

    .footlistrow {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        width: auto;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem 0.1rem 0;
        padding: 0rem 0rem;
    }

    .blog1item-info-t-a>.label-title {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.24rem;
        font-weight: bold;
        color: #020313;
    }


    .blogdetailbox {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        margin: 70px auto;
        padding: 0px 0px;
        text-align: left;
        font-size: 14px;
        color: #000;
        line-height: 1.8;
    }

    .blogdetailbox h1 {
        font-size: 40px;
        line-height: 1.4;
    }

    .blogdetailbox h2 {
        font-size: 30px;
        line-height: 1.4;
    }

    .blogdetailbox h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    .blogdetailbox h4 {
        font-size: 18px;
        line-height: 1.4;
    }

    .blogdetailbox h5 {
        font-size: 16px;
        line-height: 1.4;
    }

    .blogdetailbox p {
        text-align: left;
        font-size: 14px;
        color: #000;
        line-height: 1.8;
    }

    .blogdetailbox img {
        width: auto;
        max-width: 100%;
        margin: 10px auto;
        height: auto;
    }

    .blogdetailbox video {
        width: auto;
        max-width: 100%;
        margin: 10px auto;
        height: auto;
    }

    .homewhy-m {
        box-sizing: border-box;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0.50rem 0rem;
        padding: 0rem 0rem;
    }

    .homewhyitem-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        width: 100%;
        height: 4rem;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        border-radius: 0.20rem;
        overflow: hidden;
    }
    .footer-b {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .selectdrop-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        margin: 0rem 0rem;
        padding: 0.1rem 0.20rem;
        border: none;
        border-radius: 0.30rem;
        background: #EBEEEF;
        position: relative;
    }

    .selectdrop {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: auto;
        margin: 0rem 0rem;
        padding: 0.2rem 0.20rem;
        border-radius: 0.30rem;
        background: #fff;
        cursor: pointer;
    }

    .selectdrop-drop {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 90%;
        max-height: 0rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        border-radius: 0.10rem;
        background: #EBEEEF;
        position: absolute;
        z-index: 10;
        left: 0.25rem;
        top: 0.70rem;
        overflow: hidden;
        transition: all .2s linear 100ms;
    }

    .selectdrop-dropbox-b-a>.buttonclear {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 90%;
        height: 0.60rem;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        border: solid 0.01rem #ccc;
        border-radius: 0.10rem;
        background: #fff;
        text-align: center;
        font-size: 0.14rem;
        font-weight: normal;
        color: #666;
        outline: none;
        cursor: pointer;
    }

    .selectdrop-dropbox-b-b>.buttonyes {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 90%;
        height: 0.60rem;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        border: solid 0.01rem #ccc;
        border-radius: 0.10rem;
        background: #56A0D3;
        text-align: center;
        font-size: 0.14rem;
        font-weight: normal;
        color: #fff;
        outline: none;
        cursor: pointer;
    }

    .postion {
        box-sizing: border-box;
        display: none;
    }

    .blog1-t>.label-head {
        padding: 0rem 0rem;
        text-align: center;
        font-size: 0.40rem;
        font-weight: normal;
        color: #020313;
        font-family: var(--font-title);
    }

    .sharebox>a svg {
        width:20px;
        height: 20px;
    }

    .sharebox>a {
        box-sizing: border-box;
        margin: 0 10px 0 0;
        padding: 0 0 0 0;
        width: 20px;
        height: 20px;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        overflow: hidden;
    }

}





































@media screen and (max-width: 500px) {
    .mobhead-bar {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        height: 1rem;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0.20rem;
        border-bottom: solid 1px #eee;
        background: #fff;
        position: fixed;
        z-index: 10;
        left: 0rem;
        top: 0rem;
    }

    .mobhead-c {
        box-sizing: border-box;
        width: 100%;
        height: 1rem;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0.1rem;
        background: #fff;
        position: relative;
    }

    .mobhead-nav-navhead {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        height: 1rem;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .homeban-ads-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .homeban-ads-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 0%;
        height: auto;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .homeban-ads-l>.label-homedesc {
        margin: 0.10rem 0rem;
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.26rem;
        font-weight: normal;
        line-height: 1.2;
        color: #fff;
    }

    .homeban-ads-l>.link-homelink {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        min-height: 0.30rem;
        margin: 0.20rem 0rem;
        padding: 0.05rem 0.30rem;
        border: none;
        border-radius: 0.30rem;
        background: #fff;
        font-size: 0.3rem;
        font-weight: normal;
        color: #24B3EE;
    }

    .mobhead-bar-l>a>.img1 {
        width: auto;
        height: 0.80rem;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        object-fit: cover;
    }

    .mobhead-bar-l>a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: 100%;
        margin: 0 0;
        padding: 0 0;
    }

    .mobhead-bar-r>.mobhead-icon-nav {
        margin: 0rem 0.15rem 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.4rem;
        font-weight: bold;
        color: #333;
        cursor: pointer;
    }

    .mobhead-bar-r>.mobhead-icon-search {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.4rem;
        font-weight: normal;
        color: #666;
        cursor: pointer;
    }

    .mobhead-bar-r a {
        margin: 0 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 0.4rem;
        height: 0.4rem;
        padding: 0 0;
    }

    .mobhead-bar-r .img2 {
        margin: 0 0;
        width: 0.4rem;
        height: 0.4rem;
        margin-left: 0.15rem;
    }

    .homeadvitem-info-desc>.label-desc {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.24rem;
        font-weight: normal;
        line-height: 2.0;
        color: #2F3F44;
    }

    .homeguidex-m>.label-intro1 {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.3rem;
        font-weight: normal;
        line-height: 1.8;
        color: #2F3F44;
    }

    .homeandnewx-b>.link-more1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0.10rem 0.40rem;
        border: none;
        border-radius: 0.30rem;
        background: #137EA7;
        font-size: 0.24rem;
        font-weight: normal;
        color: #fff;
    }

    .homeadvitem-info-t-a>.label-title {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.3rem;
        font-weight: normal;
        color: #020313;
    }

    .homecarply .homecarplyitem-info-desc>.label-desc {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.24rem;
        font-weight: normal;
        line-height: 2.0;
        color: #2F3F44;
    }

    .homecarply .homecarplyitem-info-t-a>.label-title {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.3rem;
        font-weight: normal;
        color: #2CA8FF;
    }

    .homesolution-b>.label-note {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.3rem;
        font-weight: normal;
        color: #2F3F44;
    }

    .homesolutionitem-info-t-a>.label-title {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.3rem;
        font-weight: normal;
        color: #020313;
    }

    .footlistrow-r>.p1 {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.3rem;
        font-weight: normal;
        line-height: 0.35rem;
        color: #2F3F44;
    }

    .footlistrow-r {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }
    .footlist-b>.link-foot {
        margin: 0.10rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.3rem;
        font-weight: normal;
        color: #2F3F44;
    }

    .footlist-t>.label-head {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.4rem;
        font-weight: bold;
        color: #020313;
    }

    .homewhyitem-info-desc>.label-desc {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.24rem;
        font-weight: normal;
        line-height: 2.0;
        color: #2F3F44;
    }

    .homewhyitem-info-t-a>.label-title {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.3rem;
        font-weight: normal;
        color: #020313;
    }

    .homefunc-m>.label-desc {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.3rem;
        font-weight: normal;
        color: #020313;
    }

    .homeand-b>.label-note {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.3rem;
        font-weight: normal;
        color: #2F3F44;
    }

    .homesolutionitem-info-desc>.label-desc {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.24rem;
        font-weight: normal;
        line-height: 2.0;
        color: #2F3F44;
    }

    .homewhy-b>.label-note {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.3rem;
        font-weight: normal;
        color: #2F3F44;
        max-width: 100%;
    }

    .homecoper-m>.label-desc {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.3rem;
        font-weight: normal;
        color: #020313;
    }

    .swhomecoper-c .swhomecoper-swiperitem-t>a>.img1 {
        width: 60%;
        height: auto;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        object-fit: cover;
    }

    

    .mobhead-search {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        height: 0.8rem;
        min-height: 0.30rem;
        margin: 0.40rem 0.30rem;
        padding: 0rem 0rem;
        border: solid 1px #ddd;
        border-radius: 0.10rem;
        overflow: hidden;
    }

    .mobhead-searchbox {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 0rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        background: #EFEFEF;
        position: fixed;
        z-index: 10;
        left: 0rem;
        top: 1rem;
        overflow: hidden;
        transition: all .2s linear 100ms;
    }

    .mobhead-search-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 1rem;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .mobhead-nav-navhead-r>.label-close {
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        font-size: 0.4rem;
        font-weight: normal;
        color: #24B3EE;
        cursor: pointer;
    }

    .mobhead-nav-navtree>.label1 {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.34rem;
        font-weight: normal;
        color: #020313;
    }

    .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: 1rem;
        margin: 0rem 0rem;
        padding: 0rem 0.0rem;
        border-bottom: solid 1px #eee;
        cursor: pointer;
    }

    .mobhead-nav-navtree-childs-a>.label1 {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.3rem;
        font-weight: normal;
        color: #2F3F44;
    }

    .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: 0.70rem;
        margin: 0rem auto;
        padding: 0rem 0.20rem;
    }

    .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: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0.20rem;
        border: none;
        background: #fff;
        text-align: left;
        font-size: 0.24rem;
        font-weight: normal;
        color: #666;
        outline: none;
    }

    .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: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        border: solid 0rem #ccc;
        border-radius: 0rem;
        background: #ddd;
        text-align: center;
        font-size: 0.24rem;
        font-weight: normal;
        color: #666;
        outline: none;
        cursor: pointer;
    }



    .gooddetail {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        margin: 0px auto;
        padding: 0px 0px;
        text-align: left;
        font-size: 18px;
        color: #000;
        line-height: 1.6;
    }

    .gooddetail h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .gooddetail h2 {
        font-size: 350px;
    }

    .gooddetail h3 {
        font-size: 30px;
    }

    .gooddetail h4 {
        font-size: 25px;
    }

    .gooddetail h5 {
        font-size: 20px;
    }

    .gooddetail p {
        text-align: left;
        font-size: 18px;
        color: #020313;
        line-height: 1.6;
    }

    .gooddetail img {
        width: auto;
        max-width: 100%;
        margin: 10px auto;
        height: auto;
    }

    .gooddetail video {
        width: 100%;
        max-width: 100%;
        margin: 10px auto;
        height: auto;
    }

    .gooddetail .mejs-video {
        width: 100% !important;
    }

    .gooddetail .wp-video {
        width: 100% !important;
    }


    .goodconbox-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0.2rem 0rem;
        padding: 0rem 0rem;
    }

    .goodconbox-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0.2rem 0rem;
        padding: 0rem 0rem;
    }

    .goodcon-m>.goodconbox:nth-child(2n+1){
        flex-direction: row;
    }

    .goodconbox {
        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: 0.30rem;
        margin: 0.50rem 0rem;
        padding: 0rem 0rem;
    }
    
    .goodconboxx-m>.label-intro1 {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.24rem;
        font-weight: normal;
        line-height: 1.8;
        color: #2F3F44;
    }

    .improveitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0.3rem 0rem;
        padding: 0rem 0rem;
        background: transparent;
    }

    .dyques-ads {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 12.20rem;
        height: 3.00rem;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0.30rem;
        position: relative;
        z-index: 100;
    }

    .dyques-ads-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .dyques-ads-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .dyques-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: 3.00rem;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0.30rem;
        position: relative;
        z-index: 100;
    }

    .dyques-box {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 1rem 0 0.1rem 0;
        padding: 0.30rem 0.2rem;
        border-radius: 0.30rem;
        background: #EBE9E3;
        position: relative;
    }
    .prooem-l {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.14rem;
        line-height: 1.6;
        color: #000;
    }

    .prooem-r {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.14rem;
        line-height: 1.6;
        color: #000;
    }

    .morethan-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .morethan-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 0.30rem;
        margin: 0rem 0rem;
        padding: 0rem 0rem;
    }

    .contactinfo-b h2{
        font-size: 20px;
    }

    .contactinfo-t>.label-ct {
        padding: 0rem 0rem;
        text-align: left;
        font-size: 0.60rem;
        font-weight: bold;
        color: #020313;
    }



}