.pc-box {
    display: block !important;
}

.phone-box {
    display: none !important;
}

.pc-box-flex {
    display: flex !important;
}

.phone-box-flex {
    display: none !important;
}

@media screen and (max-width: 950px) {
    .pc-box {
        display: none !important;
    }

    .phone-box {
        display: block !important;
    }

    .pc-box-flex {
        display: none !important;
    }

    .phone-box-flex {
        display: flex !important;
    }
}









.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 30px;
    border-bottom: solid 1px #333;
    background: #000;
}

.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: 35px;
    min-height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobhead-bar-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.mobhead-bar-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-bar-r>.mobhead-icon-nav {
    margin: 0px 5px 0px 0px;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.mobhead-bar-r>.mobhead-icon-search {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.mobhead-nav-modalbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.mobhead-nav-modalbg {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 999991;
    left: 0px;
    top: 0px;
    transform: translateX(-150%);
    transition: all .2s linear 100ms;
    opacity: 0.3;
}

.mobhead-nav-modal {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: fixed;
    z-index: 9999999;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transform: translateX(-150%);
    transition: all .2s linear 100ms;
    opacity: 1;
}

.mobhead-nav-navmob {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navmob-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background-color: #000;
    border-bottom: solid 1px #ddd;
}


.mobhead-icon-search {
    margin: 0px 10px 0 0;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.mobhead-nav-navhead {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.mobhead-nav-navhead-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-l>.img1 {
    width: auto;
    height: 30px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobhead-nav-navhead-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-r>.label-close {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.mobhead-nav-navmob-b {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobhead-nav-navtree-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.mobhead-nav-navtree {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-bottom: solid 1px #eee;
    cursor: pointer;
}

.mobhead-nav-navtree>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    font-family: "Inter";
}

.mobhead-nav-navtree>.arr-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}

.mobhead-nav-navtree>.arr-icon.on {
    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: 16px;
    font-weight: thin;
    color: #666;
    cursor: pointer;
    transform: rotate(90deg);
}

.mobhead-nav-navtree-childs {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 10px 0px;
}

.mobhead-nav-navtree-childs-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 5px auto;
    padding: 0px 10px 0px 20px;
}

.mobhead-nav-navtree-childs-a>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    font-family: "Inter";
}

.mobhead-nav-navtree-childs-a>.fa {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}



.mobhead-nav-navtree-childs2 {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.mobhead-nav-navtree-childs-a2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 5px auto;
    padding: 0px 0px 0 40px;
}

.mobhead-nav-navtree-childs-a2>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    font-family: "Inter";
}


.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: 40px;
    min-height: 30px;
    margin: 30px 30px;
    padding: 0px 0px;
    border: solid 1px #ddd;
    border-radius: 20px;
    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: #056fc7;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.mobhead-nav-modalbg.on {
    transform: translateX(0%);
    width: 100%;
}

.mobhead-nav-modal.on {
    transform: translateX(0%);
    width: 80%;
}

/*--------自适应--------*/










@media screen and (max-width: 950px) {
    .sec-block {
        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: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    .footerbox {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 30px 10px;
    }

    .footerbox {
        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: 0px auto;
        padding: 20px 10px;
    }

    .footerbox-l {
        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;
    }

    .footer-left-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;
    }


    .footer-left-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;
    }

    .footer-left-b>.label-cpy {
        padding: 0px 0px;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        color: #fff;
    }

    .footerbox-r {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 30px 0px 0 0;
        padding: 0px 10px;
    }

    .footcat {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 30%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        row-gap: 0px;
    }

    .footerbox-r>.footcat:nth-last-child(1){
        width: auto;
        margin: 0 auto;
        margin-top: 20px;
    }

    .footcat-t {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 40px;
        margin: 0px 0px;
        padding: 0px 0px;
    }
    .footcat-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;
    }











}




@media screen and (max-width: 750px) {

    .kfblock1 {
        box-sizing: border-box;
        margin: 0px 0px;
        padding: 0px 0px;
        position: fixed;
        z-index: 9999;
        top: 50%;
        right: -200px;
        transform: translateX(0%) translateY(-50%);
        width: 122px;
    }

    .homeproduct-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
        color: #fff;
    }


    .procatbox {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 15px;
        grid-row-gap: 20px;
        margin-top: 40px;
    }

    .homehotbox-list {
        box-sizing: border-box;
        margin: 50px 0 0 0;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        text-align: center;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }


    .homehot-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 10px 40px;
        border-radius: 24px 24px 24px 24px;
        background: linear-gradient(180deg, rgba(255, 103, 91, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
        border-radius: 24px 24px 24px 24px;
        border: 0px solid rgba(255, 103, 91, 0.3);
        background-image: url(../images/homehotbg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .homehot {
        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: 70px 0px 0 0;
        padding: 0px 0px;
        column-gap: 30px;
    }

    .homeabout-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
        color: #fff;
    }

    .homeabout-m1>.label-desc {
        max-width: 800px;
        padding: 0px 0px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
        color: #AEAEAE;
    }

    .homeabout-m2 {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 50px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 0;
        grid-row-gap: 10px;
    }

    .homeaboutitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 10px;
        position: relative;
        row-gap: 10px;
    }


    .homeaboutitem-r {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .homecase-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
        color: #fff;
    }

    .homecase-m1>.label-desc {
        max-width: 800px;
        padding: 0px 0px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
        color: #AEAEAE;
    }

    .homeserve-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
        color: #fff;
    }

    .homeserve-m1>.label-desc {
        max-width: 800px;
        padding: 0px 0px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
        color: #AEAEAE;
    }

    .homeserrow {
        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;
        border-radius: 24px 24px 24px 24px;
        position: relative;
        overflow: hidden;
    }

    .homeserlist {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        column-gap: 0px;
        row-gap: 15px;
    }

    .homeserlist>.homeserrow:nth-child(even) {
        width: 48%;
    }

    .homeblog-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
        color: #fff;
    }
    .homeblog-m1>.label-desc {
        max-width: 800px;
        padding: 0px 0px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
        color: #AEAEAE;
    }

    .homebloglist {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 0px;
        grid-row-gap: 20px;
    }

    .homequote {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1220px;
        height: auto;
        min-height: 30px;
        margin: 100px 0px;
        padding: 0px 10px;
        position: relative;
    }

    .homequote-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;
    }

    .homequote {
        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: 50px 0px;
        padding: 0px 10px;
        position: relative;
    }
    .homequote-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;
    }

    .homequote-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        margin: 30px 0px 0 0;
        padding: 30px 30px;
        border-radius: 24px;
        background: rgba(52, 52, 52, 0.4);
        border-radius: 24px 24px 24px 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }
    .homequote-ads-t>.label-head {
        padding: 0px 0px;
        text-align: left;
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
        color: #fff;
    }

    .swhcase-c .swiper-slide {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: auto;
        min-height: 30px;
        margin: 0px auto;
        padding: 0px 0px;
    }
    .hcaserow {
        border-radius: 24px 24px 24px 24px;
        padding: 30px 30px;
        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: 0px 0px;
        position: relative;
        column-gap: 40px;
        z-index: 11;
        background: linear-gradient(to bottom, rgba(102, 102, 102, 0.4) 0%, rgba(29, 29, 29, 1) 100%);
        border: 1px solid rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }

    .hcaserow-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: -80px 0px 0px 0px;
        padding: 0px 0px;
    }
    .prohot {
        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: 70px 0px 0 0;
        padding: 0px 0px;
        column-gap: 0px;
        row-gap: 20px;
    }

    .prohot-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 10px 20px;
        border-radius: 24px 24px 24px 24px;
        background: linear-gradient(180deg, rgba(255, 103, 91, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
        border-radius: 24px 24px 24px 24px;
        border: 1px solid rgba(255, 103, 91, 0.3);
    }


    .prohotbox-b>.link-morex {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        column-gap: 7px;
        margin: 0px 0px;
        padding: 10px 15px;
        border: solid 1px #FF675B;
        border-radius: 10px 10px 10px 10px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #FF675B;
        background: rgba(255, 103, 91, 0.1);
    }

    .prohotbox-b>.link-quote {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        column-gap: 7px;
        margin: 0px 0px;
        padding: 10px 10px;
        border: solid 1px #fff;
        border-radius: 10px 10px 10px 10px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background: rgba(255, 255, 255, 0.1);
    }


    .prolist-b {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0px 0 0;
        padding: 0px 0px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 10px;
        grid-row-gap: 20px;
    }


    .prorow-info-t-a {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: 40px;
        margin: 0px 0px;
        padding: 0px 0px;
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-break: break-all;
        text-overflow: ellipsis;
        white-space: wrap;
        overflow: hidden;
        color: #fff;
    }

    .prorow-info-t-a>.label-title {
        margin: 0px 0px;
        padding: 0px 0px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
    }

    .whyhuale-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.2;
        color: #fff;
    }



    .whyhuale-m2 {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 30px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 0;
        grid-row-gap: 30px;
    }

    .whyhualeitem {
        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 10px;
        position: relative;
        row-gap: 10px;
    }


    .whyhuale {
        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: 60px 0px 60px 0;
        padding: 0px 0px;
    }


    .brandscroll-wrap {
        box-sizing: border-box;
        margin: 10px 0 40px 0;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
    }


    .aboutcount {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 50px 0px;
        padding: 0px 0px;
    }

    .aboutcitem {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 48%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 10px 10px;
        column-gap: 20px;
    }
    .abvision-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
        color: #fff;
    }


    .abvision-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.2;
        color: #fff;
    }

    .capbox {
        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: 30px 0px 40px 0;
        padding: 0px 0px;
        column-gap: 40px;
    }

    .capbox-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }
    .captext {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 50%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .cappics {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 20px 0px 0 0;
        padding: 0px 0px;
        column-gap: 0px;
        row-gap: 10px;
    }


    .cappics-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        row-gap: 15px;
    }

    .casebox-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.2;
        color: #fff;
    }

    .casefield-box {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 30px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }


    .casestdbox {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        border-radius: 14px;
        overflow: hidden;
    }
    .casestdbox-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;
        position: relative;
    }

    .casestdbox-r {
        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: 20px 20px;
        background: linear-gradient(to bottom, rgba(102, 102, 102, 0.4) 0%, rgba(29, 29, 29, 1) 100%);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }
    .studyinfo-t>.label-head {
        padding: 0px 0px;
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.2;
        color: #fff;
    }

    .studyitem-t>.label-title {
        padding: 0px 0px;
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.6;
        color: #FF675B;
    }
    .caselistbox-t>.label-head {
        padding: 0px 0px;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        line-height: 52px;
        color: #fff;
    }


    .caselistbox-b {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 55px 0px 0 0;
        padding: 0px 0px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .caserow-m {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 10px 10px;
    }

    .caserow-info-t>.label-title {
        padding: 0px 0px;
        font-size: 18px;
        font-weight: normal;
        line-height: 22px;
        color: #fff;
        text-align: left;
    }


    .bloglist-b {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 35px;
        grid-row-gap: 40px;
    }

    .recentbox {
        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: 0px 0px;
        padding: 0px 0px;
        column-gap: 30px;
        row-gap: 20px;
    }

    .recentbox-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .recentbox-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;
        row-gap: 20px;
    }
    .smlblog {
        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;
        column-gap: 20px;
    }

    .contactinfo-box {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 50px 0px;
        padding: 0px 0px;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }


    .contactform {
        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: 30px 0px;
        padding: 0px 0px;
        column-gap: 50px;
    }
    .contactform-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: 30px 0px 0 0;
        padding: 0px 0px;
        row-gap: 20px;
    }

    .articlebox-t>.label-title {
        padding: 0px 0px;
        text-align: left;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.2;
        color: #fff;
    }


    .casedetail {
        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: 0px 0px;
        padding: 0px 0px;
        column-gap: 40px;
    }

    .casedetail-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;
        row-gap: 25px;
    }


    .goodbox {
        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: 50px 0px 0 0;
        padding: 0px 0px;
        column-gap: 50px;
    }

    .goodbox-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;
    }

    .goodinfo-m1>.label-head {
        padding: 0px 0px;
        text-align: left;
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
        color: #fff;
    }

    .goodinfoitem-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: 70%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .goodinfoitem-r>.label-text {
        padding: 0px 0px;
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.2;
        color: #fff;
        text-transform: uppercase;
    }


    .articlebox {
        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: 30px 0px;
        padding: 0px 0px;
    }







}