
:root {
    /* 页面背景色 */
    --background: #fff;
    /* 文字,标题颜色 */
    --font: #333;
    /* 品牌颜色 */
    --brand: rgba(211.98149999999998, 178.9703700063, 102.00549779999999, 1);
    /* 第一重色 */
    --accent: #F3F6F9;
    /* 第二清色 */
    --secondary: #232323;
}


#headers-003--0 .menuBtn {
    position: relative;
    border: none;
    border-radius: 0;
    z-index: 9999;
    width: 24px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
    display: none
}

#headers-003--0 .menuBtn:active,
#headers-003--0 .menuBtn:focus {
    outline: 0
}

#headers-003--0 .menuBtn span {
    display: block;
    background: #000;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    position: relative;
    left: 0;
    opacity: 1;
    transform-origin: left;
    -moz-transform-origin: left;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left
}

#headers-003--0 .menuBtn span:nth-child(1),
#headers-003--0 .menuBtn span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out
}

#headers-003--0 .menuBtn.active span {
    background: #000
}

#headers-003--0 .menuBtn.active span:nth-child(1) {
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    opacity: .9
}

#headers-003--0 .menuBtn.active span:nth-child(2) {
    visibility: hidden;
    background: 0 0;
    transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0)
}

#headers-003--0 .menuBtn.active span:nth-child(3) {
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
    opacity: .9
}

@media screen and (max-width:875px) {
    #headers-003--0 .menuBtn {
        display: flex
    }
}

#headers-003--0 {
    width: 100%;
    background: #fff;
    z-index: 999
}

#headers-003--0 .btn {
    color: #fff;
    background: var(--brand);
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

#headers-003--0 .flexW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

#headers-003--0 .headerTop {
    background: var(--secondary);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    line-height: 42px
}

#headers-003--0 .headerTop .msg {
    display: inline-block;
    vertical-align: middle;
    color: #4b4b4b;
    text-align: left
}

#headers-003--0 .headerTop .msg svg {
    fill: currentColor !important;
    color: var(--brand);
    display: inline-block;
    vertical-align: middle
}

#headers-003--0 .headerTop .msg li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    line-height: 1;
    color: var(--brand);
}

#headers-003--0 .headerTop .msg li:before {
    display: none
}

#headers-003--0 .headerTop .msg li:last-child {
    margin-right: 0;
    border-right: 0
}

#headers-003--0 .headerTop .msg p {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 2px;
    display: inline-block;
}

#headers-003--0 .headerTop .msg li a {
    color: #fff
}

#headers-003--0 .headerTop .msg li a:hover {
    color: var(--brand)
}

#headers-003--0 .carW {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 26px
}

#headers-003--0 .carW .svgW {
    height: 42px;
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer
}

#headers-003--0 .carW svg {
    fill: #333;
    cursor: pointer
}

#headers-003--0 .carW .carNum {
    position: absolute;
    top: 7px;
    right: 10px;
    background: #ff7f00;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    padding: 1px 3px;
    border-radius: 2px
}

#headers-003--0 .carW .carDrop {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

#headers-003--0 .carW .carGoodList {
    max-height: 400px;
    overflow-y: auto
}

#headers-003--0 .carW .carGoodList::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f5f5f5
}

#headers-003--0 .carW .carGoodList::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5
}

#headers-003--0 .carW .carGoodList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8
}

#headers-003--0 .carW .carGoodList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5
}

#headers-003--0 .carW .carGoodList li:last-child {
    border-bottom: 0
}

#headers-003--0 .carW .carGoodList .imgW {
    width: 80px;
    margin-right: 10px;
    border: 1px solid #e5e5e5
}

#headers-003--0 .carW .carGoodList .textW {
    width: 0;
    flex-grow: 1;
    color: var(--font);
    line-height: 1;
    margin-top: 20px
}

#headers-003--0 .carW .carGoodList .tit {
    font-weight: 700
}

#headers-003--0 .carW .carGoodList .des {
    margin-top: 10px
}

#headers-003--0 .carW .carGoodList .closeBtn {
    line-height: 1;
    cursor: pointer
}

#headers-003--0 .carW .carGoodList .closeBtn:before {
    content: "\e60b";
    font-family: icomoon;
    background: var(--brand);
    color: #fff;
    padding: 0 2px
}

#headers-003--0 .carW .subTotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px solid var(--font);
    margin-top: 15px;
    padding-top: 10px
}

#headers-003--0 .carW .subTotal .key {
    font-weight: 700;
    color: #222
}

#headers-003--0 .carW .btnW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px
}

#headers-003--0 .carW .btnW a {
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
    border: 1px solid var(--font);
    line-height: 1;
    width: 48%;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 12px
}

#headers-003--0 .carW .btnW a:hover {
    background: var(--font);
    color: #fff
}

#headers-003--0 .headerShare {
    /* display: flex; */
    margin-right: 10px
}

#headers-003--0 .headerShare a {
    display: inline-block;
    margin-right: 15px
}

#headers-003--0 .headerShare a:last-child {
    margin-right: 0
}

#headers-003--0 .headerShare a {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

#headers-003--0 .lang {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
}

#headers-003--0 .lang.selected .now:before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#headers-003--0 .lang .now {
    padding-right: 30px;
    cursor: pointer;
    color: #fff;
    position: relative;
    overflow: hidden;
}

#headers-003--0 .lang .now:before {
    content: "\e622";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
    font-size: 18px;
    transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

#headers-003--0 .lang .now p {
    display: none;
}

#headers-003--0 .lang .now p.active {
    display: inline;
}

#headers-003--0 .lang .now p svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

#headers-003--0 .lang .now p img {
    width: 25px;
    margin-right: 5px;
}

#headers-003--0 .lang ul {
    position: absolute;
    top: 100%;
    right: 0;
    white-space: nowrap;
    background: #F2F2F2;
    z-index: 10000;
    line-height: 1;
    padding: 10px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    display: none;
}

#headers-003--0 .lang ul li {
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
}

#headers-003--0 .lang ul li:last-child {
    margin-bottom: 0;
}

#headers-003--0 .lang ul li a {
    display: block;
    padding: 8px 10px;
    color: #222;
    position: relative;
    text-align: left;
}

#headers-003--0 .lang ul li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

#headers-003--0 .lang ul li a svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

#headers-003--0 .lang ul li:hover a:before {
    background: var(--brand);
    transition: all 0.5s ease 0s;
    transform: scaleX(1.1);
    -ms-transform: scaleX(1.1);
    -moz-transform: scaleX(1.1);
    -webkit-transform: scaleX(1.1);
    -o-transform: scaleX(1.1);
}

#headers-003--0 .lang ul li:hover a {
    color: #fff;
}

#headers-003--0 .logo img {
    max-height: 60px;
    max-width: 150px;
}

#headers-003--0 .logo a,
#headers-003--0 .logo span {
    display: inline-block;
    vertical-align: middle
}

#headers-003--0 .logo span {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #dfe2ed;
    text-transform: uppercase;
    color: #666;
    max-width: 300px
}

#headers-003--0 .nav {
    font-size: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    display: inline-block;
    vertical-align: middle
}

#headers-003--0 .nav>li {
    display: inline-block;
    position: relative;
    margin-right: 30px
}

#headers-003--0 .nav>li:last-child {
    margin-right: 0
}

#headers-003--0 .nav>li>a {
    display: block;
    position: relative;
    text-transform: capitalize;
    line-height: 100px;
    font-size: 18px;
}

#headers-003--0 .nav>li>a:before {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    background: var(--brand)
}

#headers-003--0 .nav>li:hover>ul {
    opacity: 1;
    visibility: visible
}

#headers-003--0 .nav>li:hover>a {
    color: var(--brand)
}

#headers-003--0 .nav>li.active>a:before {
    left: 0;
    right: 0
}

#headers-003--0 .nav>li ul {
    display: block;
    width: 240px;
    position: absolute;
    left: -15px;
    z-index: 999;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
    -moz-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    padding: 10px 0
}

#headers-003--0 .nav>li ul>li {
    line-height: 1.2;
    position: relative;
    padding: 0 15px
}

#headers-003--0 .nav>li ul>li:last-child>a {
    border-bottom: 0
}

#headers-003--0 .nav>li ul>li>a {
    display: block;
    font-size: 14px;
    color: #555;
    text-transform: capitalize;
    position: relative;
    padding: 15px 0;
    transition: .2s all ease;
    -moz-transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    -ms-transition: .2s all ease;
    border-bottom: 1px solid #e5e5e5
}

#headers-003--0 .nav>li ul>li.active>a,
#headers-003--0 .nav>li ul>li:hover>a {
    color: var(--brand)
}

#headers-003--0 .nav>li ul>li:hover>ul {
    opacity: 1;
    visibility: visible
}

#headers-003--0 .nav>li ul ul {
    top: -10px;
    left: 100%
}
#headers-003--0 .headerMobile{
    display: none;
}
@media screen and (max-width:875px) {
    #headers-003--0 .carW {
        margin-left: 0;
        margin-right: 10px
    }

    #headers-003--0 .headerTop .contactlink {
        /* display: none */
    }

    #headers-003--0 .headerTop .sociallink {
        /* width: 100% */
    }

    #headers-003--0 .headerShare a {
        margin-right: 8px;
    }

    #headers-003--0 .btn {
        font-size: 12px
    }

    #headers-003--0 .menuBtn {
        display: inline-flex;
        vertical-align: middle
    }

    #headers-003--0 .pubBtn {
        display: none
    }

    .topRig {
        margin-top: 0;
        margin-bottom: 20px
    }

    #headers-003--0 {
        text-align: center;
        padding: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2)
    }

    #headers-003--0 .headerMid {
        width: 100%;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px
    }

    #headers-003--0 .headerBot .center {
        text-align: center
    }

    #headers-003--0 .headerTop #headers-003--0 .headerTopRig {
        text-align: center
    }

    #headers-003--0 .headerTop .shareWrap {
        margin-left: 0
    }

    #headers-003--0.insideHeader .insideNav {
        width: 240px;
        top: 53px;
        right: 10px
    }

    #headers-003--0.insideHeader .insideNav>li>a {
        padding: 15px 10px
    }

    #headers-003--0 .nav>li>a:after {
        display: none
    }

    #headers-003--0 .logo span {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        max-width: none;
        margin-top: 10px
    }

    #headers-003--0 .nav {
        width: 80%;
        position: fixed;
        float: none;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        margin: 0;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        padding-top: 60px;
        transform: translate3d(110%, 0, 0);
        -ms-transform: translate3d(110%, 0, 0);
        -moz-transform: translate3d(110%, 0, 0);
        -webkit-transform: translate3d(110%, 0, 0);
        -o-transform: translate3d(110%, 0, 0);
        transition: .4s all ease;
        -moz-transition: .4s all ease;
        -webkit-transition: .4s all ease;
        -o-transition: .4s all ease;
        -ms-transition: .4s all ease;
        overflow-y: auto;
        padding-bottom: 60px
    }

    #headers-003--0 .nav.toLeft {
        transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0)
    }

    #headers-003--0 .nav>li {
        margin: 0;
        display: block;
        text-align: left;
        line-height: 1;
        padding: 0;
        font-size: 14px;
        margin-bottom: 1px
    }

    #headers-003--0 .nav>li>a {
        padding: 15px 30px 15px 20px;
        display: block;
        color: var(--font);
        font-size: 16px;
        border-right: 0;
        line-height: 1
    }

    #headers-003--0 .nav>li>a:before {
        display: none
    }

    #headers-003--0 .nav>li.hasUl>span {
        display: block
    }

    #headers-003--0 .nav>li>span {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        position: absolute;
        top: 1px;
        right: 0;
        color: var(--font);
        display: none;
        font-size: 16px;
        z-index: 3
    }

    #headers-003--0 .nav>li>span:before {
        content: "";
        font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif
    }

    #headers-003--0 .nav>li.active {
        background: var(--brand)
    }

    #headers-003--0 .nav>li.active>a {
        color: #fff;
        background: 0 0
    }

    #headers-003--0 .nav>li.active>span {
        color: #fff
    }

    #headers-003--0 .nav>li.active:before {
        display: none
    }

    #headers-003--0 .nav>li:last-child {
        border-bottom: 0
    }

    #headers-003--0 .nav>li:hover>a:before {
        display: none
    }

    #headers-003--0 .nav>li:before {
        display: none
    }

    #headers-003--0 .nav>li.selected2>a {
        color: #fff;
        background: var(--brand)
    }

    #headers-003--0 .nav>li.selected2>span {
        color: #fff;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg)
    }

    #headers-003--0 .nav>li ul {
        display: none;
        position: static;
        width: 100%;
        margin-top: 0;
        padding: 0;
        visibility: visible;
        opacity: 1;
        border-top: 0;
        box-shadow: none;
        background: 0 0;
        transition: 0s;
        -moz-transition: 0s;
        -webkit-transition: 0s;
        -o-transition: 0s;
        -ms-transition: 0s
    }

    #headers-003--0 .nav>li ul>li {
        border-bottom: 0
    }

    #headers-003--0 .nav>li ul>li>a {
        color: var(--font);
        padding: 10px 10px 10px 30px
    }

    #headers-003--0 .nav>li ul>li>a:before {
        display: none
    }

    #headers-003--0 .nav>li ul ul {
        display: block;
        visibility: visible;
        opacity: 1
    }

    #headers-003--0 .nav>li ul ul a {
        padding-left: 60px;
        font-size: 13px;
        font-weight: 400;
        padding-top: 6px;
        padding-bottom: 6px
    }

    #headers-003--0 .nav>li ul ul li.active>a,
    #headers-003--0 .nav>li ul ul li:hover>a {
        padding-left: 60px
    }

    #headers-003--0 .nav>li.proLi {
        position: relative
    }

    #headers-003--0 .nav>li .proDrop {
        background: 0 0;
        position: static;
        box-shadow: none
    }

    #headers-003--0 .nav>li .proDrop .tit {
        color: var(--font);
        font-size: 12px
    }

    #headers-003--0 .nav>li .proDrop .box {
        width: 24%;
        margin-bottom: 20px
    }

    .headerMidRig,
    #headers-003--0 .logo {
        width: auto;
        margin-top: 0
    }

    #headers-003--0 .logo {
        max-width: 80px
    }

    #headers-003--0 .headerMid .center {
        position: relative
    }
    #headers-003--0 .headerShare{
        display: none;
    }
    #headers-003--0 .lang{
        display: none;
    }
    #headers-003--0 .whatsapp{
        color: #fff;
        text-transform: uppercase;
        padding-right: 10px;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
    }
    #headers-003--0 .headerMobile{
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }
    #headers-003--0 .headerMobile span{
        display: block;
        width: 40px;
        height: 4px;
        background-color: #000;
    }
    #headers-003--0 .headerMidRig{
        position: relative;
        
    }
}

#headers-003--0 .headerClose{
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:500;
    font-size: 30px;
    color: #000;
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 20px;
    width: 40px;
    height: 40px;
}
#headers-003--0 .headerClose::before,
#headers-003--0 .headerClose::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #000; /* 设置X的颜色 */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#headers-003--0 .headerClose::before{
    transform: rotate(45deg);
}
#headers-003--0 .headerClose::after{
    transform: rotate(-45deg);
}

#headers-003--0 .seaBtn {
    display: inline-flex;
    align-items: center;
    color: #333;
    cursor: pointer;
    position: relative;
}

#headers-003--0 .searchWrap {
    display: none
}

#headers-003--0 .searchWrap #searchForm {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    text-align: center
}

#headers-003--0 .searchWrap .searchCont {
    width: 100%;
    max-width: 900px;
    border-bottom: 2px solid var(--brand);
    position: relative;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-top: 10vh;
}

#headers-003--0 .searchWrap form {
    display: block;
    width: 100%
}

#headers-003--0 .searchWrap input {
    border: 0;
    width: 100%;
    padding: 10px 100px 10px 20px;
    font-size: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: 0 0
}

#headers-003--0 .searchWrap input.focusOn,
#headers-003--0 .searchWrap input:focus {
    background: 0 0
}

#headers-003--0 .searchWrap input.focusOn+label,
#headers-003--0 .searchWrap input:focus+label {
    display: none
}

#headers-003--0 .searchWrap label {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 30px;
    text-transform: capitalize;
    color: #757575
}

#headers-003--0 .searchWrap button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    background: 0 0;
    border: 0;
    color: #fff
}

@media screen and (max-width:875px) {
    #headers-003--0 .searchWrap #searchForm {
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }

    #headers-003--0 .searchWrap input {
        font-size: 16px;
        padding: 5px 50px 5px 10px
    }

    #headers-003--0 .searchWrap label {
        font-size: 16px;
        top: 3px;
        left: 10px
    }

    #headers-003--0 .searchWrap button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 0
    }
}



#sw-inner-001--0 .innerbox {
    padding: 4.16667% 0 4.16667%;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#sw-inner-001--0 .innerbox .wrap {
    position: relative;
}

#sw-inner-001--0 .innerbox .box {
    vertical-align: middle;
}

#sw-inner-001--0 .innerbox .cateName {
    color: #fff;
    font-size: 45px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    position: relative;
}

#sw-inner-001--0 .innerbox .crumbs .smallNav:before {
    content: "";
    font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
}

#sw-inner-001--0 .innerbox .crumbs {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

#sw-inner-001--0 .innerbox .crumbs a {
    color: #fff;
    display: inline-block;
    line-height: 1.2;
    position: relative;
}

#sw-inner-001--0 .innerbox .crumbs a:before {
    content: "";
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
}

#sw-inner-001--0 .innerbox .crumbs a:hover:before {
    right: 0;
    left: 0;
}

@media screen and (max-width: 1200px) {
    #sw-inner-001--0 .innerbox .cateName {
        font-size: 40px;
    }
}

@media screen and (max-width: 875px) {
    #sw-inner-001--0 .innerbox {
        padding: 20px 10px;
    }

    #sw-inner-001--0 .innerbox .cateName {
        font-size: 24px;
    }

    #sw-inner-001--0 .innerbox .crumbs {
        font-size: 14px;
    }
}

#sw-inner-001--0 .bg {
    opacity: 0.2;
    background-image: url('https://shopsource.singoo.cc/234/general/Z5XKRwrkWEQ76ikJ.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: No-repeat;
}

#sw-inner-001--0 .bg-wrap {
    background: #444444;
}


#sw-esseni-text-001--2 .title {
    font-weight: bold;
    color: var(--font);
}

#sw-esseni-text-001--2 .desc {
    font-size: 18px;
    margin-top: 30px;
    color: #2A2A2A;
}

#sw-esseni-text-001--2 .textW {
    text-align: left;
    max-width: 780px;
    margin: 3.50877% auto 0;
}

#sw-esseni-text-001--2 .tit {
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
}

#sw-esseni-text-001--2 .cont {
    font-size: 16px;
    color: #2A2A2A;
    margin-bottom: 30px;
}

#sw-esseni-text-001--2 .btn {
    display: inline-block;
    padding: 15px 20px;
    background: var(--brand);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
}

#sw-esseni-text-001--2 .btn:hover {
    background: #202020;
    color: #fff;
}

@media screen and (max-width: 875px) {
    #sw-esseni-text-001--2 .desc {
        font-size: 16px;
        margin-top: 20px;
    }

    #sw-esseni-text-001--2 .btn {
        margin-top: 5px;
        padding: 10px 15px;
    }
}

#sw-services-products-001--0 .title {
    font-weight: bold;
    color: var(--font);
}

#sw-services-products-001--0 .flexW {
    margin-top: 3.94737%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    text-align: left;
}

#sw-services-products-001--0 .flexW .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

@media screen and (max-width: 600px) {
    #sw-services-products-001--0 .flexW {
        margin-left: -5px;
        margin-right: -5px;
    }

    #sw-services-products-001--0 .flexW .item {
        padding: 0 5px;
    }
}

#sw-services-products-001--0 .flexW .item {
    width: 25%;
    margin-bottom: 20px;
}

#sw-services-products-001--0 .tit {
    margin-top: 15px;
    display: block;
    font-weight: bold;
    color: var(--font);
    font-size: 20px;
}

#sw-services-products-001--0 .des {
    color: var(--font);
    font-size: 16px;
    margin-top: 15px;
}

#sw-services-products-001--0 .more {
    display: block;
    margin-top: 30px;
    letter-spacing: 1px;
    color: var(--font);
    padding: 0px;
    text-align: left;
}

#sw-services-products-001--0 .btnmore {
    display: inline-block;
    color: var(--font);
    background: var(--secondary);
    padding: 15px 20px;
    letter-spacing: 1px;
    margin-top: 3.94737%;
}

#sw-services-products-001--0 .btnmore:hover {
    background: #202020;
    color: #fff;
}

@media screen and (max-width: 875px) {
    #sw-services-products-001--0 .flexW .item {
        width: 50%;
    }

    #sw-services-products-001--0 .tit {
        font-size: 16px;
    }

    #sw-services-products-001--0 .des {
        font-size: 14px;
    }

    #sw-services-products-001--0 .btnmore {
        padding: 10px 15px;
    }
}

#sw-process-006--0 .center .title {
    box-sizing: border-box;
    text-align: center;
}

#sw-process-006--0 .center .title .bigtitle {
    color: var(--font);
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;

}

#sw-process-006--0 .center .process006box {
    margin-top: 25px;
}

#sw-process-006--0 .center .process006box .item {
    width: 100%;
    padding: 15px 0px;
    display: flex;
}

#sw-process-006--0 .center .process006box .item:nth-child(odd) {
    flex-direction: row;
}

#sw-process-006--0 .center .process006box .item:nth-child(even) {
    flex-direction: row-reverse;
}

#sw-process-006--0 .center .process006box .item .textbox {
    width: calc(50% - 48px);
    box-sizing: border-box;
    padding: 0px 20px;
}

#sw-process-006--0 .center .process006box .item .textbox .p1 {
    font-size: 22px;
    color: var(--font);
    font-weight: 700;

}

#sw-process-006--0 .center .process006box .item .textbox .p2 {
    margin-top: 20px;
    font-size: 17px;
    color: var(--font);

}

#sw-process-006--0 .center .process006box .item .num {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #6c6c6c;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

#sw-process-006--0 .center .process006box .item .num p {
    font-size: 32px;
    color: #fff;
}

#sw-process-006--0 .center .process006box .item .num::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f1f1f1;
    width: 3px;
}

@media screen and (max-width: 850px) {
    #sw-process-006--0 .center .process006box .item .num::before {
        content: unset;
    }
}

#sw-process-006--0 .center .process006box .item:last-child .num::before {
    display: none;
}

#sw-process-006--0 .center .process006box .item:nth-child(even) .textbox {
    text-align: right;
}

#sw-process-006--0 .center .process006box .item:nth-child(odd) .textbox {
    text-align: left;
}

@media screen and (max-width: 850px) {
    #sw-process-006--0 .center .process006box {
        margin-top: 15px;
    }

    #sw-process-006--0 .center .process006box .item .num {
        width: 80px;
        height: 80px;
    }

    #sw-process-006--0 .center .process006box .item .num p {
        font-size: 28px;
    }

    #sw-process-006--0 .center .process006box .item .textbox .p1 {
        font-size: 20px;
    }

    #sw-process-006--0 .center .process006box .item .textbox .p2 {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 600px) {
    #sw-process-006--0 .center .process006box {
        margin-top: 10px;
    }

    #sw-process-006--0 .center .process006box .item .num {
        width: 66px;
        height: 66px;
    }

    #sw-process-006--0 .center .process006box .item .num p {
        font-size: 22px;
    }

    #sw-process-006--0 .center .process006box .item .textbox {
        width: calc(100% - 66px);
    }

    #sw-process-006--0 .center .process006box .item .textbox .p1 {
        font-size: 18px;
        line-height: 1.2;
    }

    #sw-process-006--0 .center .process006box .item .textbox .p2 {
        font-size: 15px;
        margin-top: 15px;
    }

    #sw-process-006--0 .center .process006box .item:nth-child(even) {
        flex-direction: row;
    }

    #sw-process-006--0 .center .process006box .item:nth-child(even) .textbox {
        text-align: left;
    }

    #sw-process-006--0 .center .process006box .item:nth-child(even) .noneblock {
        display: none;
    }

    #sw-process-006--0 .center .process006box .item:nth-child(odd) .textbox {
        text-align: left;
    }

    #sw-process-006--0 .center .process006box .item:nth-child(odd) .noneblock {
        display: none;
    }
}

#sw-gallery-006--0 .title {
    font-weight: bold;
    color: var(--font);
}

#sw-gallery-006--0 .slickW {
    margin: 3.50877% auto 40px;
    max-width: 1000px;
}

#sw-gallery-006--0 .slickW .slick-prev {
    left: -80px;
}

#sw-gallery-006--0 .slickW .slick-next {
    right: -80px;
}

#sw-gallery-006--0 .slickW .slick-prev,
#sw-gallery-006--0 .slickW .slick-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    font-size: 30px;
    font-weight: bold;
}

#sw-gallery-006--0 .slickW .slick-dots {
    bottom: 0;
    margin-bottom: -40px;
}

#sw-gallery-006--0 .slickW .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #CACACA;
}

#sw-gallery-006--0 .slickW .slick-dots li.slick-active button {
    background: #5F5F5F;
}

@media screen and (max-width: 1200px) {
    #sw-gallery-006--0 .slickW {
        text-align: left;
    }

    #sw-gallery-006--0 .slickW .slick-prev {
        left: 15px;
    }

    #sw-gallery-006--0 .slickW .slick-next {
        right: 15px;
    }

    #sw-gallery-006--0 .slickW .slick-prev,
    #sw-gallery-006--0 .slickW .slick-next {
        background: rgba(255, 255, 255, 0.7);
        font-size: 20px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    #sw-gallery-006--0 .slickW .slick-dots {
        margin-bottom: -30px;
    }

    #sw-gallery-006--0 .slickW {
        margin-bottom: 30px;
    }
}


#sw-number-002--0 .center .title {
    box-sizing: border-box;
    padding: 0px 15px;
    text-align: center;
}

#sw-number-002--0 .center .title .bigtitle {
    color: var(--font);
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;

}

#sw-number-002--0 .center .title p {
    margin-top: 15px;
    font-size: 19px;
    color: var(--font);

}

@media screen and (max-width: 850px) {
    #sw-number-002--0 .center .title p {
        font-size: 18px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 600px) {
    #sw-number-002--0 .center .title p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.5;
    }
}

#sw-number-002--0 .center .number006box {
    display: flex;
    margin: 0px -15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

#sw-number-002--0 .center .number006box .item {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 15px;
    display: flex;
    margin-bottom: 30px;
}

#sw-number-002--0 .center .number006box .item .num {
    width: 96px;
    height: 96px;
    box-sizing: border-box;
    background: #6c6c6c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sw-number-002--0 .center .number006box .item .num p {
    color: #fff;
    font-size: 38px;

}

#sw-number-002--0 .center .number006box .item .text {
    width: calc(100% - 96px);
    box-sizing: border-box;
    padding-left: 20px;
}

#sw-number-002--0 .center .number006box .item .text .p1 {
    font-size: 22px;
    font-weight: 700;
    color: var(--font);

    margin-bottom: 20px;
}

#sw-number-002--0 .center .number006box .item .text .p2 {
    font-size: 17px;
    color: var(--font);

}

#sw-number-002--0 .center .number006box .item:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 850px) {
    #sw-number-002--0 .center .number006box {
        margin-top: 25px;
    }

    #sw-number-002--0 .center .number006box .item {
        width: 100%;
    }

    #sw-number-002--0 .center .number006box .item .num {
        width: 80px;
        height: 80px;
    }

    #sw-number-002--0 .center .number006box .item .num p {
        font-size: 32px;
    }

    #sw-number-002--0 .center .number006box .item .text .p1 {
        font-size: 20px;
    }

    #sw-number-002--0 .center .number006box .item .text .p2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 850px) {
    #sw-number-002--0 .center .number006box {
        margin-top: 20px;
    }

    #sw-number-002--0 .center .number006box .item {
        width: 100%;
        margin-bottom: 25px;
    }

    #sw-number-002--0 .center .number006box .item .num {
        width: 64px;
        height: 64px;
    }

    #sw-number-002--0 .center .number006box .item .num p {
        font-size: 28px;
    }

    #sw-number-002--0 .center .number006box .item .text .p1 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    #sw-number-002--0 .center .number006box .item .text .p2 {
        font-size: 14px;
    }
}

#sw-number-002--0 .center .morebtn {
    text-align: center;
    margin-top: 20px;
}

#sw-number-002--0 .center .morebtn .btn {
    background: var(--secondary);
    padding: 20px;
    font-size: 14px;
    display: inline-flex;
    color: #fff;
    text-transform: uppercase;
}

#sw-number-002--0 .center .morebtn .btn:hover {
    background: #2a2a2a;
    color: #fff;
}

@media screen and (max-width: 850px) {
    #sw-number-002--0 .center .morebtn .btn {
        padding: 10px 15px;
        font-size: 13px;
    }
}

@media screen and (max-width: 600px) {
    #sw-number-002--0 .center .morebtn .btn {
        font-size: 12px;
    }
}

#sw-number-002--0 .bg {
    background-position: left bottom;
    opacity: 0.2;
}


#sw-footer-007--0 .foot-box {
    color: #ffffff;
    background: #444444;
}

#sw-footer-007--0 .foot-box .footerTop .flexW {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

#sw-footer-007--0 .foot-box .footerTop .flexW .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 0 15px; */
}

#sw-footer-007--0 .foot-box .footerTop .flexW .item .logo {
    display: inline-block;
}

#sw-footer-007--0 .foot-box .footerTop .flexW .item .logo img {
    max-width: 150px;
}

@media screen and (max-width: 600px) {
    #sw-footer-007--0 .foot-box .footerTop .flexW {
        margin-left: -5px;
        margin-right: -5px;
    }

    #sw-footer-007--0 .foot-box .footerTop .flexW .item {
        padding: 0 5px;
        text-align: left
    }

    #sw-footer-007--0 .foot-box .footerTop .flexW .item .logo img {
        max-width: 120px;
    }
}

#sw-footer-007--0 .foot-box .footerTop .item {
    flex-grow: 1;
    width: 20%;
}

#sw-footer-007--0 .foot-box .footerTop .slogan {
    font-size: 18px;
    margin-top: 10px;
    display: block;
}

#sw-footer-007--0 .foot-box .footerTop .des {
    font-size: 16px;
    margin-top: 30px;
    display: block;
}

#sw-footer-007--0 .foot-box .footerTop .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sw-footer-007--0 .foot-box .footerTop .title p {
    font-size: 22px;
    font-weight: bold;
}

#sw-footer-007--0 .foot-box .footerTop .title svg {
    display: none
}

#sw-footer-007--0 .foot-box .footerTop li {
    margin-bottom: 15px;
}

#sw-footer-007--0 .foot-box .footerTop li:last-child {
    margin-bottom: 0;
}

#sw-footer-007--0 .foot-box .footerTop a {
    font-size: 16px;
}

#sw-footer-007--0 .foot-box .footerTop a:hover {
    text-decoration: underline;
}

#sw-footer-007--0 .foot-box .footerTop .shareW {
    margin-top: 30px;
}

#sw-footer-007--0 .foot-box .footerTop .shareW a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0;
}

#sw-footer-007--0 .foot-box .footerTop .shareW a:last-child {
    margin-right: 0;
}

#sw-footer-007--0 .foot-box .footerTop .shareW a:hover {
    color: var(--brand);
}

#sw-footer-007--0 .foot-box .footerBot {
    font-size: 13px;
    font-weight: bold;
    padding: 15px 0;
}

#sw-footer-007--0 .foot-box .footerBot .flexW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 875px) {
    #sw-footer-007--0 .foot-box .footerTop .item {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    #sw-footer-007--0 .foot-box .footerTop .title p {
        font-size: 20px;
    }

    #sw-footer-007--0 .foot-box .footerTop a {
        font-size: 14px;
    }

    #sw-footer-007--0 .foot-box .footerTop .item:last-child {
        margin-bottom: 0;
    }

    #sw-footer-007--0 .foot-box .footerBot {
        text-align: center;
    }

    #sw-footer-007--0 .foot-box .footerBot .leftW {
        width: 100%;
    }

    #sw-footer-007--0 .foot-box .footerBot .rightW {
        width: 100%;
    }

    #sw-footer-007--0 .foot-box .footerTop a {
        font-size: 14px
    }

    #sw-footer-007--0 .foot-box .footerTop .flexW .item .ul1 {
        display: none
    }

    #sw-footer-007--0 .foot-box .footerTop .flexW .item .ul2 {
        display: none
    }

    #sw-footer-007--0 .foot-box .footerTop .flexW .item .ul3 {
        display: none
    }

    #sw-footer-007--0 .foot-box .footerTop .title .closesvg {
        display: inline-block;
        vertical-align: middle;
    }

    #sw-footer-007--0 .foot-box .footerTop .title .opensvg {
        display: none;
        vertical-align: middle;
    }

    #sw-footer-007--0 .foot-box .footerTop .active .closesvg {
        display: none;
    }

    #sw-footer-007--0 .foot-box .footerTop .active .opensvg {
        display: inline-block;
        vertical-align: middle;
    }
}

#sw-contactus-001--0 {
    z-index: 100000000;
}

#sw-contactus-001--0 .modal-content {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px;
}

#sw-contactus-001--0 .product-header {
    display: none;
}

#sw-contactus-001--0 .modal-header {
    border-bottom: 1px solid #e6e6e6;
    padding: 18px 15px;
}

#sw-contactus-001--0 .close span {
    font-size: 24px;
}

#sw-contactus-001--0 .create-form-wrap {
    border: none;
}

#sw-contactus-001--0 .crm_form-wrap {
    margin: 0 -20px;
}

#sw-contactus-001--0 .product-info {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    background-color: #F5F8FA;
    border-radius: 3px;
}

#sw-contactus-001--0 .product-info>div {
    margin: 0 -10px;
}

#sw-contactus-001--0 .product-info .product-tr {
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#sw-contactus-001--0 .product-info .product_img {
    width: 60px;
    height: 60px;
}

#sw-contactus-001--0 .product-info .product-title-box {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

#sw-contactus-001--0 .product-info input {
    border: 1px solid #e6e6e6;
    padding: 4px 10px;
}

#sw-contactus-001--0 .create-form-title {
    display: none;
}

.fixed-bottom {
    position: fixed !important;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000001;
}

.sw-slider-005 ul {
    background-color: var(--brand);
    color: #FFFFFF;
    padding: 5px 0;
}

.sw-slider-005 ul li {
    border-right: 1px solid #FFFFFF;
}

.sw-slider-005 ul li:last-child {
    border-right: none;
}


#sw-slider-006--0 {
    position: fixed;
    bottom: 80px;
    right: 0;
}

#sw-slider-006--0 .content {
    background-color: var(--brand);
    color: #ffffff;
    padding: 20px 15px 25px;
    font-size: 20px;
    font-weight: bold;
}

#sw-slider-006--0 .content .right-icon {
    margin-bottom: 5px;
}