<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å®šä¹‰å›¾æ&nbsp;‡ */

@font-face {
    font-family: "iconfont";
    /* Project id 4887444 */
    src: url('../fonts/iconfont.woff2?t=1744252739792') format('woff2'),
        url('../fonts/iconfont.woff?t=1744252739792') format('woff'),
        url('../fonts/iconfont.ttf?t=1744252739792') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-sanjiaojiantou:before {
    content: "\e61f";
}

.icon-wenjian:before {
    content: "\e793";
}



/* é¦–é¡µäº§å“åˆ†ç±»è½®æ’­ */

/* .product-phone {
    display: none;
} */


.feature-pro-active-row {
    height: 800px;
}


.product-pc .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.product-pc .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f5f5f5;
    /* height: calc((100% - 30px) / 2) !important; */
    height: auto !important;

    /* Center slide text vertically */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    border: 1px solid #e5e5e5;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 0 0 #ffffff;
    box-shadow: 1px 1px 0 0 #ffffff;
    overflow: hidden;

    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


.product-pc .swiper-slide:hover {
    border-color: #fff;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.12);
}





.product-pc .swiper-slide img {
    border-radius: 30px;
}


.product-pc .swiper-slide&gt;span {
    display: block;
    margin-top: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-pc .swiper-slide a:nth-of-type(2) span {
    display: block;
    margin: 8px 0 38px;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-pc .swiper-slide a:nth-of-type(2) span:hover {
    color: #E17A01;
}


.product-pc .swiper-button-prev, .product-pc .swiper-button-next {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid rgb(228, 228, 228);
    /* è®¾ç½®èƒŒæ™¯é¢œè‰² */
    border-radius: 50%;
    /* è®¾ç½®èƒŒæ™¯ä¸ºåœ†å½¢ */
    color: #ff0000;
    /* è®¾ç½®ç®­å¤´å›¾æ&nbsp;‡çš„é¢œè‰² */
    width: 50px;
    /* è®¾ç½®èƒŒæ™¯å®½åº¦ */
    height: 50px;
    /* è®¾ç½®èƒŒæ™¯é«˜åº¦ */
    top: 49%;
}

/* ä¿®æ”¹å·¦å³ç®­å¤´å›¾æ&nbsp;‡çš„å¤§å°ï¼ˆå¦‚æžœéœ€è¦ï¼‰ */
.product-pc .swiper-button-prev::after, .product-pc .swiper-button-next::after {
    font-size: 15px;
    color: #000;
    /* è®¾ç½®å›¾æ&nbsp;‡å¤§å° */
}






/* äº§å“è¯¦æƒ…é¡µ */

.product&gt;p {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
    margin-top: 22px;
}

.thubnail-desc table {
    width: 50%;
    table-layout: fixed;
}

.thubnail-desc tr {
    border-bottom: 1px solid #e5e5e5;
}

.thubnail-desc tr:first-child {
    font-weight: 600;
}

.thubnail-desc tr:last-child td:last-child {
    color: #E17A01;
}

.thubnail-desc td {
    padding: 5px 0;
}

.thubnail-desc .file {
    position: relative;
    margin-top: 20px;
    padding-left: 28px;
}

.thubnail-desc .file::before {
    content: "\e793";
    font-family: "iconfont";
    font-size: 25px;
    font-weight: normal;
    color: #343434;
    position: absolute;
    left: 0px;
    top: 0px;
}




/* é¦–é¡µä¸»æŽ¨äº§å“ */

.ultra-bright-screen .swiper {
    width: 100%;
    height: 100%;
}

.ultra-bright-screen .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ultra-bright-screen .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ultra-bright-screen .swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ultra-bright-screen .swiper .swiper-pagination-bullet {
    background: #848484;
    width: 16px;
    height: 16px;
}

.ultra-bright-screen .swiper .swiper-pagination-bullet-active {
    background-color: #ffffff;
    border: 2px solid #26b5f1;
    width: 20px;
    height: 20px;
}




/* æœç´¢é¡µ */

.search-area {
    margin: 50px 0 200px;
}

.search-area ul {
    font-size: 15px;
}

.search-area li {
    border-bottom: 1px solid #ebebeb;
    margin: 10px 0;
}

.search-area li span {
    color: #ee733d;
    margin-left: 15px;
}



/* PCç«¯å¯¼èˆª */

/* ä¸€çº§èœå•æ&nbsp;·å¼ */
.header-menu-list&gt;li {
    position: relative;
    display: inline-block;
}

/* æ‰€æœ‰èœå•é¡¹å…¬å…±æ&nbsp;·å¼ */
.header-menu-list a {
    display: block;
    padding: 5px 55px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    white-space: nowrap;
    text-align:left;
}

/* äºŒçº§èœå•æ&nbsp;·å¼ */
.header-menu-list&gt;li .submenu {
    color: #fff;
    position: absolute;
    background: #d8d8d8;
    left: 0;
    display: none;
    z-index: 999;


}

.header-menu-list&gt;li .submenu&gt;li {
    position: relative;
}

.arrow::after {
    content: "\e61f";
    font-family: "iconfont";
    font-size: 8px;
    font-weight: normal;
    color: #000;
    position: absolute;
    right: 10px;
    top: 5px;
}

.header-menu-list&gt;li .submenu&gt;li:hover .arrow::after {
    color: #ffffff;

}

/* ä¸‰çº§èœå•æ&nbsp;·å¼ */
.header-menu-list&gt;li .submenu .subsubmenu {
    color: #ffffff;
    position: absolute;
    left: 100%;
    top: 0;
    background: #d8d8d8;
    display: none;
}

/* æ‚¬åœæ•ˆæžœ */
.header-menu-list li:hover&gt;a {
    background: none;
    color: #ee733d;
    
}
.header-menu-list li ul li:hover&gt;a{ color: #ee733d; background: none;}



/* æ˜¾ç¤ºä¸‹çº§èœå• */
.header-menu-list li:hover&gt;.submenu {
    display: block;
}

.header-menu-list&gt;li .submenu li:hover&gt;.subsubmenu {
    display: block;
}




/* è´­ç‰©è½¦ */

.cart-matter {
    width: 1140px;
    border-collapse: collapse;
    margin: 20px auto;
}

.cart-matter th,
.cart-matter td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.cart-matter th {
    background-color: #f5f5f5;
}

.cart-matter tbody input {
    background-color: #e9e9e9;
    border: none;
    border-radius: 2px;
}

.cart-matter tbody button {
    background-color: transparent;
    color: #757575;
    border: none;
    font-weight: 600;
}

.cart-matter .product-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.actions {
    width: 1140px;
    justify-content: space-between;
    margin: 20px auto 150px;
}


.actions div:last-child {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
}

.actions div:last-child span:nth-of-type(1) {
    font-size: 30px;
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}

.actions div:last-child i {
    color: #E17A01;
    font-style: normal
}

.actions div:last-child span:nth-of-type(2) {
    color: #E17A01;
    font-weight: 600;
}

.actions div:last-child button {
    margin-top: 15px;
}

.actions .btn {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #303030;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0px;
}

.actions .btn:hover {
    cursor: pointer;
    background-color: #E17A01;
    color: #fff;
}

.qty-input {
    width: 60px;
    text-align: center;
}



/* ç»“ç®—é¡µ */

.checkout-form {
    width: 1140px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.form-section i {
    color: red;
    font-style: normal;
}

.form-section,
.summary-section {
    width: 48%;
}

.form-section input {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding: 8px;
}

.checkout-form .form-section div:nth-of-type(1), .checkout-form .form-section div:nth-of-type(2), .checkout-form .form-section div:nth-of-type(3) {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.checkout-form .form-section div:nth-of-type(1) span, .checkout-form .form-section div:nth-of-type(2) span, .checkout-form .form-section div:nth-of-type(3) span {
    width: 48%;
}


.checkout-form .form-section h3 {
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px solid rgb(239, 239, 239);
    padding: 10px 0;
    margin-bottom: 30px;
}

.checkout-form .form-section input {
    border: 1px solid rgb(239, 239, 239);
    height: 35px;
}

.checkout-form .form-section label {
    font-weight: 600;
}

.checkout-form .form-section input[name="company"] {
    margin-bottom: 25px;
}

.checkout-form .form-section input[name="unit"], .checkout-form .form-section input[name="city"] {
    margin-bottom: 25px;
}

.summary-section {
    background: #f2f2f2 none repeat scroll 0 0;
}

.summary-section h3 {
    font-weight: 600;
    font-size: 26px;
    margin: 20px 40px;
    padding: 10px 0;
    color: #1b1b1c;
    border-bottom: 1px solid rgb(218, 218, 218);
}

.summary-section .title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(218, 218, 218);
    margin: 0px 40px;
    padding: 10px 0;
}

.summary-section .title span {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-weight: 600;
}

.summary-section ul {
    list-style: none;
    margin: 0px 40px;
    padding-bottom: 10px;
}

.summary-section li {
    border-bottom: 1px solid rgb(218, 218, 218);
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.summary-section li span {
    width: 50%;
    text-align: center;
}

.summary-section li span:nth-child(2) {
    font-weight: 600;
}

.summary-section .btn {
    padding: 8px 12px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
}

.summary-section p {
    text-align: right;
    font-weight: bold;
    border-bottom: 1px solid rgb(218, 218, 218);
    margin: 0px 40px;
    padding: 20px 0;
    font-size: 16px;
}

.summary-section p&gt;i {
    font-style: normal;
    color: #E17A01;
    font-size: 20px;
}

.summary-section p&gt;span {
    color: #E17A01;
    font-size: 20px;
}

.summary-section button {
    background-color: #303030;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 160px !important;
    border-radius: 0%;
    margin-right: 40px;
}

.summary-section button:hover {
    background-color: #E17A01 !important;
    color: #fff !important;
}












/* æ‰‹æœºç«¯ */


@media screen and (max-width:800px) {


    /* é¦–é¡µbanner */
    
   .feature-pro-active-row{
    height: 650px;
    }

    /* äº§å“è¯¦æƒ…é¡µ */

    .thubnail-desc table {
        width: 100%;
        table-layout: fixed;
    }


    /* é¦–é¡µä¸»æŽ¨äº§å“ */

    .ultra-bright-screen .swiper .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
    }

    .ultra-bright-screen .swiper .swiper-pagination-bullet-active {
        width: 14px;
        height: 14px;
    }


    /* è´­ç‰©è½¦ */

    .cart-con {
        overflow-x: auto;
        width: 95%;
    }

    .cart-matter {
        width: 600px;
    }

    .actions {
        width: 95%;
    }

    .actions div:first-child {
        width: 100%;
    }

    .actions div:first-child button {
        width: 100%;
        margin: 3px 0;
    }

    .actions div:last-child {
        width: 100%;
        text-align: center;
        margin: 35px auto;
        font-size: 18px;
    }

    .actions div:last-child br:nth-of-type(3) {
        display: none;
    }

    .actions div:last-child button {
        width: 100%;
    }

    /* ç»“ç®—é¡µ */

    .checkout-form {
        width: 95%;
        margin: 20px auto;
        display: block;
    }

    .form-section, .summary-section {
        width: 100%;
    }

    .summary-section {
        text-align: center;
    }

    .summary-section h3 {
        text-align: center;
        padding: 20px 0;
        margin: 20px 15px;
    }

    .summary-section .title {
        margin: 0 15px;
    }

    .summary-section ul {
        margin: 0 15px;
    }

    .summary-section p {
        text-align: center;
        margin: 0 15px;
    }

    .summary-section button {
        margin-right: 0;
    }

    .summary-section .btn {
        float: none;
        width: 85% !important;

    }
}</pre></body></html>