
/* a, a:before, a:after, #goTop, .container, .lm, span, .title, img, li, .tab, i { transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; } */

.justify,
.inner,
img,
input,
textarea,
select,
button,
table,
label,
.center,
.searchForm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0px;
    font-size: 0px;
}

.justify:after {
    content: '';
    height: 0px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.justify .line {
    display: inline-block;
    height: 0px;
    overflow: hidden;
}

.justify>* {
    text-align: left;
    font-size: 14px;
}

.justify .box {
    display: inline-block;
    vertical-align: top;
}

.box.justify {
    text-align: justify;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
table,
textarea,
ul {
    margin: 0;
    padding: 0;
}

area:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0;
}

a img,
abbr,
acronym,
fieldset,
img,
legend {
    border: 0 none;
}

figure,
li,
ul {
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-weight: 400;
    font-style: normal;
}

/* h1, h2, h3, h4, h5, h6 { display: inline; font-weight: 400; font-size: 100%; } */

q:after,
q:before {
    content: '';
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

button {
    overflow: visible;
}

pre,
textarea {
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

button,
select {
    text-transform: none;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

a[href],
label[for],
select {
    cursor: pointer;
}

a,
div,
input,
span,
textarea {
    -webkit-tap-highlight-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=search] {
    -webkit-appearance: textfield;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
optgroup,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    background: #ddd;
    font-weight: 700;
}

table td,
th {
    padding: 5px;
    border: 1px solid #ccc;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}

img {
    /* width: auto; */
    height: auto;
    max-width: 100%;
}


p {
    word-break: break-word;
}

@font-face {
    font-family: 'icomoon';
    src: url("../font/icomoon-Regular.eot");
    src: url("../font/icomoon-Regular.eot") format("embedded-opentype"), url("../font/icomoon-Regular.woff") format("woff"), url("https://shopsource.singoo.cc/common/font/icomoon-Regular.woff2") format("woff2"), url("https://shopsource.singoo.cc/common/font/icomoon-Regular.ttf") format("truetype"), url("https://shopsource.singoo.cc/common/font/icomoon-Regular.svg") format("svg");
    font-weight: 700;
    font-display: swap;
}


html {
    font-size: 14px;
}

body {
    font-family: Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
    color: #555;
    line-height: 1.5714;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    /* color: #555; */
}

*:before,
*:after {
    text-align: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* input[type="text"], input[type="password"], textarea { text-align: left; background: transparent; } */

input[type="text"]:focus,
input[type="text"].focusOn,
input[type="password"]:focus,
input[type="password"].focusOn,
textarea:focus,
textarea.focusOn {
    background: #fff;
}

input,
textarea,
select,
label {
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
}

.center {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding-top: 0.01px;
}

.origin-box {
    display: none !important;
}



@media screen and (max-width: 1000px) {
    .center {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

i {
    font-style: normal;
}

img {
    vertical-align: bottom;
}

a[href^="mailto:"],
a[href^="tel:"] {
    display: inline-block;
}

table {
    line-height: 1.5;
    width: 100%;
}

table.table-left td,
table.table-left th {
    text-align: left;
}

.addthis_sharing_toolbox {
    white-space: nowrap;
}

#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;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
    display: none;
}

#menuBtn:active,
#menuBtn:focus {
    outline: 0;
}

#menuBtn span {
    display: block;
    background: #fff;
    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;
}

#menuBtn span:nth-child(1),
#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;
}

#menuBtn.active span {
    background: #000;
}

#menuBtn.active span:nth-child(1) {
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    opacity: .9;
}

#menuBtn.active span:nth-child(2) {
    visibility: hidden;
    background: transparent;
    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);
}

#menuBtn.active span:nth-child(3) {
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
    opacity: .9;
}

@media screen and (max-width: 875px) {
    #menuBtn {
        display: flex;
    }
}

/*图片不超出容器居中*/
.ij1 {
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
}

/*图片高度百分百,宽度自适应，铺满容器居中*/
.ij2 {
    height: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
}

/*图片铺满容器居中*/
.ij3 {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
}

#goTop {
    position: fixed;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    display: none;
    cursor: pointer;
    z-index: 999;
    border-radius: 50%;
}

#goTop:before {
    content: '\e665';
    font-family: 'icomoon';
    text-align: inherit;
}

#goTop:hover {
    opacity: 0.7;
}

@media screen and (max-width: 875px) {
    #goTop {
        margin-bottom: 50px;
    }
}

[data-animation] {
    visibility: hidden;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    opacity: 0;
    animation-fill-mode: forwards;
}

/*:root { --brand:#FFBB00; --secondary:#1E1F21; --font:#333; --background:#fff; }*/

.SG-nav {
    font-size: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    margin-right: 30px;
}

.SG-nav>li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    padding: 10px 0;
}

.SG-nav>li:last-child {
    margin-right: 0;
}

.SG-nav>li>a {
    display: block;
    font-size: 14px;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    padding: 10px 0;
    display: inline-block;
    position: relative;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
}

.SG-nav>li>a:before {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    background: var(--brand);
}

.SG-nav>li>a:hover:before {
    left: 0;
    right: 0;
}

.SG-nav>li>a:after {
    content: "";
    font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
    position: absolute;
    top: 12px;
    right: 0;
    font-weight: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 12px;
}

.SG-nav>li.hasUl>a {
    padding-right: 15px;
}

.SG-nav>li.hasUl>a:after {
    filter: alpha(opacity=100);
    opacity: 1;
}

.SG-nav>li:hover>ul {
    top: 100%;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.SG-nav>li ul {
    display: block;
    width: 240px;
    position: absolute;
    left: -10px;
    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, 0.2);
    top: 150%;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    padding: 10px 0;
    border-radius: 10px;
}

.SG-nav>li ul:before {
    content: "";
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 30px;
    bottom: 100%;
}

.SG-nav>li ul>li {
    line-height: 1.2;
    position: relative;
}

.SG-nav>li ul>li:last-child {
    border-bottom: 0;
    margin-bottom: 20px;
}

.SG-nav>li ul>li>a {
    display: block;
    font-size: 14px;
    color: var(--font);
    text-transform: capitalize;
    position: relative;
    padding: 15px 10px 7px 35px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
}

.SG-nav>li ul>li>a:before {
    content: "\e624";
    font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
    position: absolute;
    top: 12px;
    left: 25px;
    font-size: 18px;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    color: #FD9B28;
}

.SG-nav>li ul>li:hover>a,
.SG-nav>li ul>li.active>a {
    padding-left: 45px;
    color: var(--brand);
}

.SG-nav>li ul>li:hover>a:before,
.SG-nav>li ul>li.active>a:before {
    filter: alpha(opacity=100);
    opacity: 1;
    left: 35px;
}

.SG-nav>li ul>li:hover>ul {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    top: -10px;
}

.SG-nav>li ul ul {
    top: 10px;
    left: 100%;
}

.SG-nav>li ul ul:before {
    display: none;
}

@media screen and (max-width: 875px) {
    .SG-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, 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: 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;
        overflow-y: auto;
        padding-bottom: 60px;
    }

    .SG-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);
    }

    .SG-nav>li {
        margin: 0;
        display: block;
        text-align: left;
        line-height: 1;
        padding: 0;
        font-size: 14px;
        margin-bottom: 1px;
    }

    .SG-nav>li>a {
        padding: 15px 30px 15px 20px;
        display: block;
        color: var(--font);
        font-size: 16px;
        border-right: 0;
    }

    .SG-nav>li>a:before {
        display: none;
    }

    .SG-nav>li.hasUl:before {
        display: block;
    }

    .SG-nav>li:before {
        content: "";
        font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
        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;
    }

    .SG-nav>li:last-child {
        border-bottom: 0;
    }

    .SG-nav>li:hover>a:before {
        display: none;
    }

    .SG-nav>li:before {
        display: none;
    }

    .SG-nav>li.selected2>a {
        color: white;
        background: var(--brand);
    }

    .SG-nav>li.selected2:before {
        color: #fff;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .SG-nav>li ul {
        display: none;
        position: static;
        width: 100%;
        margin-top: 0;
        padding: 0;
        visibility: visible;
        filter: alpha(opacity=100);
        opacity: 1;
        border-top: 0;
        box-shadow: none;
        background: none;
        transition: 0s;
        -moz-transition: 0s;
        -webkit-transition: 0s;
        -o-transition: 0s;
        -ms-transition: 0s;
    }

    .SG-nav>li ul>li {
        border-bottom: 0;
    }

    .SG-nav>li ul>li>a {
        color: var(--font);
        padding: 10px 10px 10px 30px;
    }

    .SG-nav>li ul>li>a:before {
        display: none;
    }

    .SG-nav>li ul ul {
        display: block;
        visibility: visible;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .SG-nav>li ul ul a {
        padding-left: 60px;
        font-size: 13px;
        font-weight: normal;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .SG-nav>li ul ul li:hover>a,
    .SG-nav>li ul ul li.active>a {
        padding-left: 60px;
    }

    .SG-nav>li.proLi {
        position: relative;
    }

    .SG-nav>li .proDrop {
        background: none;
        position: static;
        box-shadow: none;
    }

    .SG-nav>li .proDrop .tit {
        color: var(--font);
        font-size: 12px;
    }

    .SG-nav>li .proDrop .box {
        width: 24%;
        margin-bottom: 20px;
    }
}

.pubTit {
    font-size: 36px;
    font-weight: bold;
    color: var(--font);
}

@media screen and (max-width: 875px) {
    .pubTit {
        font-size: 24px;
    }
}

.pubBtn {
    padding: 20px 20px;
    background: var(--brand);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
}

.pubBtn:hover {
    background: var(--secondary);
}

.pubBtn.noBg {
    background: none;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.pubBtn.noBg:hover {
    box-shadow: inset 0 0 0 2px white;
}

@media screen and (max-width: 875px) {
    .pubBtn {
        padding: 7px 10px;
        font-size: 12px;
    }

    .pubBtn:after {
        margin-left: 10px;
    }

    header {
        position: fixed;
        z-index: 10000;
        width: 100%;
        top: 0px;
    }
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.color-999 {
    color: #999;
}

/* input[type=text], */
input:not([type=checkbox]):not([type=radio]),
textarea {
    outline-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

button,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    border-radius: 0;
}

.nowrap {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

.nowrap2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}


.nowrap3 {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}


.product-detail-value .slick-box .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

[id^="sw-slider-005"] ul li a {
    width: 100%;
}
