<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content-all {
    position: relative;
    margin: 0 auto;
    max-width: 1160px;
    min-height: calc(100vh - 500px);
    background-color: white;
    /* height: 3000px; */
}

a {
    text-decoration: none;
    display: inline-block;
}

#topbar {
    position: relative;
    padding: 0px 12px;
    width: 100%;
    height: 39px;
    text-align: right;
    font-size: 0.875rem;
}

#topbar .online {
    color: #FFFFFF;
    background-color: #e65f1e;
    transition: background-color 0.3s;
    height: 39px;
    padding: 9px 30px;
    line-height: 21px;
}

#topbar .online:hover {
    background-color: rgba(230, 95, 30, 0.5);
}

#topbar .online::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/static/third/images/online.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

#topbar .apply {
    color: #141414;
    transition: background-color 0.3s;
    margin-right: 1rem;
    height: 39px;
    padding: 9px 30px;
    line-height: 21px;
    cursor: pointer;
}

#topbar .apply:hover {
    background-color: #BBBBBB;
}

#topbar .apply::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/static/third/images/apply.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

#header-all {
    height: 95px;
    padding: 10px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 32;
}

#nav-all {
    height: 100%;
    background-color: #FFFFFF;
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

.shadow {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .17);
}

#nav-logo {
    height: 100%;
}

#nav {
    display: flex;
}

#nav .nav-search {
    position: relative;
    cursor: pointer;
    z-index: 64;
}

#nav .nav-search i {
    margin-left: 2px;
    padding: 8px 10px 8px 8px;
}

#nav .nav-search i::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url('/static/third/images/search.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
}

#nav .nav-search i.active::after {
    background-image: url('/static/third/images/search-red.png');
}

#nav .hamburger-menu span {
    background: #000;
    border: none;
    width: 27px;
    height: 1px;
    width: 100%;
    position: absolute;
    /* -webkit-transition: all .35s ease; */
    transition: all .35s ease;
    /* cursor: pointer; */
}

#nav .hamburger-menu span:nth-of-type(1) {
    top: 5px;
    width: 100% !important;
    right: 0;
    left: auto;
}

#nav .hamburger-menu span:nth-of-type(2) {
    top: 16px;
    width: 80% !important;
    right: 0;
    left: auto;
}

#nav .hamburger-menu span:nth-of-type(3) {
    top: 27px;
    width: 100% !important;
    right: 0;
    left: auto;
}

#nav-list {
    list-style-type: none;
    display: flex;
}

#nav-list-sm {
    list-style-type: none;
    width: 100%;
}

#nav-list li {
    display: inline-block;
}

#nav-list .nav-css {
    margin-left: 5px;
    flex: 1 1 auto;
}

#nav-list&gt;.nav-css&gt;a {
    padding: 10px 8px 10px 10px;
    color: #5a5a5a;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
}

#nav-list&gt;.nav-css&gt;a:hover {
    background-color: #F0F0F0;
}

#nav-list&gt;.nav-css&gt;a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/static/third/images/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

#nav-list&gt;.nav-css&gt;a.active::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #e65f1e;
}

#nav-list .nav-css {
    margin-left: 5px;
    flex: 1 1 auto;
}

#nav-list&gt;.nav-css-mdsg&gt;a {
    padding: 11px 8px 11px 10px;
    color: #5a5a5a;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
}

#nav-list&gt;.nav-css-mdsg&gt;a:hover {
    background-color: #F0F0F0;
}

#nav-list-sm .nav-css-sm:first-of-type {
    border-top: 1px solid #d5d5d5;
}

#nav-list-sm .nav-css-sm {
    display: block;
    position: relative;
    border-bottom: 1px solid #d5d5d5;
}

#nav-list-sm&gt;.nav-css-sm&gt;a {
    height: 52px;
    padding: 15px 13px 15px 15px;
    color: #5a5a5a;
    font-size: 1.125rem;
    font-weight: 600;
    position: relative;
    display: flex;
}

#nav-list-sm&gt;.nav-css-sm&gt;a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/static/third/images/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    right: 15px;
}

#nav-list-sm&gt;.nav-css-sm&gt;a.active::after {
    background-image: url('/static/third/images/arrow-up.png');
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .17);
    display: none;
    z-index: 32;
}

.sub-menu-sm {
    position: relative;
    width: 100%;
    background: #fff;
    display: none;
}

.sub-menu a:hover {
    color: #e65f1e;
}

.sub-menu #products-left a div:hover {
    color: #e65f1e;
}

.sub-menu #products-left a div.hover {
    color: #e65f1e;
}

#products-left .item {
    text-align: left;
    /* padding: 0 0.75rem; */
}

#products-left .item:nth-child(2n+1) {
    padding-right: 0.75rem;
}

#products-left .item:nth-child(2n) {
    padding-left: 0.75rem;
}

#products-left .item:nth-child(-n+2) {
    margin-bottom: 2rem;
}

#nav-phone,
#nav-email {
    font-size: 1.125rem;
}

#nav-phone::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/static/third/images/phone.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

#nav-email::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/static/third/images/email.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

#products-right .online {
    color: #FFFFFF;
    background-color: #e65f1e;
    transition: background-color 0.3s;
    height: 43px;
    padding: 9px 37px;
    line-height: 16px;
}

#products-right .online:hover {
    background-color: rgba(230, 95, 30, 0.5);
}

#products-right .online::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/static/third/images/online.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

#blog-right{
    padding: 4rem 1.5rem;
}

#blog-right a{
    display: inline-block;
    width: 100%;
}

#products-down-sm .online {
    color: #FFFFFF;
    background-color: #e65f1e;
    transition: background-color 0.3s;
    height: 43px;
    padding: 9px 37px;
    line-height: 16px;
}

#products-down-sm .online:hover {
    background-color: rgba(230, 95, 30, 0.5);
}

#products-down-sm .online::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/static/third/images/online.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.arrow-right {
    line-height: 21.594px;
    margin-bottom: 0.5rem;

}

.arrow-right a {
    color: #141414;
    padding-left: .125rem;
}

.arrow-right a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/static/third/images/arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

#support-right a {
    color: #e65f1e;
}

#support-down-sm a {
    color: #e65f1e;
}

#search-up .search-container {
    padding: 4rem 0;
}

#search-up #menu-search-form {
    display: flex;
}

#search-up input {
    border: 1px solid #bbb;
    padding: .5rem 1rem;
    height: auto;
    border-radius: 0;
    color: #a0a0a0;
    -webkit-tap-highlight-color: transparent;
}

#search-up input {
    outline: none;
}

#search-up .form-control {
    display: inline-block;
    width: 70%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1b1b1b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a0a0a0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#search-up button {
    display: inline-block;
    color: #FFFFFF;
    background-color: #e65f1e;
    transition: background-color 0.3s;
    height: 38px;
    padding: 7px 30px;
    line-height: 24px;
    border: 1px solid #e65f1e ;
    cursor: pointer;
    margin-left: 1rem;
}

#search-up button:hover{
    background-color: rgba(230, 95, 30, 0.5);
}

#search-up button::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/static/third/images/search-white.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    position: relative;
    top: 2.5px;
}

#search-down {
    padding: 32px;
}

#search-phone,
#search-email,
#search-support {
    display: inline-block;
}

#search-support a:hover {
    color: #e65f1e;
}

#search-phone::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/static/third/images/phone.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

#search-email::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/static/third/images/email.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

#search-support::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('/static/third/images/support.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

#search-sm-up .search-container {
    padding: 4rem 0;
}

#search-sm-up #menu-search-form {
    display: flex;
}

#search-sm-up input {
    border: 1px solid #bbb;
    padding: .5rem 1rem;
    height: auto;
    border-radius: 0;
    color: #a0a0a0;
    -webkit-tap-highlight-color: transparent;
}

#search-sm-up input {
    outline: none;
}

#search-sm-up .form-control {
    display: inline-block;
    width: 70%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1b1b1b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a0a0a0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#search-sm-up button {
    display: inline-block;
    color: #FFFFFF;
    background-color: #e65f1e;
    transition: background-color 0.3s;
    height: 38px;
    padding: 7px 25px;
    line-height: 24px;
    border: 1px solid #e65f1e ;
    cursor: pointer;
    margin-left: 1rem;
}

#search-sm-up button:hover{
    background-color: rgba(230, 95, 30, 0.5);
}

#search-sm-up button::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/static/third/images/search-white.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    position: relative;
    top: 2.5px;
}

#search-sm-down {
    padding: 32px;
}</pre></body></html>