:root {
    --color: #e77204;
    --hover: #d16500;
}
.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Lato';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Lato-Bold.eot');
    src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Lato-Regular.eot');
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'Glacial Indifference';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/GlacialIndifference-Bold.eot');
    src: local('Glacial Indifference-Bold'), local('GlacialIndifference-Bold'), url('../fonts/GlacialIndifference-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GlacialIndifference-Bold.woff2') format('woff2'), url('../fonts/GlacialIndifference-Bold.woff') format('woff'), url('../fonts/GlacialIndifference-Bold.ttf') format('truetype'), url('../fonts/GlacialIndifference-Bold.svg#GlacialIndifference-Bold') format('svg');
    font-display: swap;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: none;
    }
}
body {
    font-family: 'Lato', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow {
    font-size: 20px;
    line-height: 46px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: -5%;

    width: 46px;
    height: 46px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border: none;
    border-radius: 50%;
    background: none;
    background-color: #e4e4e4;
}
@media (max-width: 767px) {
    .slick-arrow {
        font-size: 18px;
        line-height: 40px;

        left: -10px;

        width: 40px;
        height: 40px;

        text-align: center;
    }
    .col-10{
        width: 100%;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;

    display: block;

    content: '\e61f';
}
.slick-arrow.slick-next {
    right: -5%;
    left: auto;
}
@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: -10px;
    }
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow:hover {
    color: #fff;
    background-color: var(--color);
}
.slick-dots {
    margin: 0 -3px;

    text-align: center;
}
.slick-dots li {
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 12px;

    vertical-align: top;

    border-radius: 50%;
    background-color: #222;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    color: #fff;
    background-color: var(--color);
}
.flexwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header {
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 150px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header {
        height: 90px;

        background-color: #fff;
    }
}
.header .header-top {
    background-color: var(--color);
}
.header .logo {
    height: 90px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .logo {
        height: 40px;
    }
}
.header .logo img {
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .share {
    display: inline-block;

    vertical-align: middle;
}
.header .share ul li {
    display: inline-block;

    vertical-align: middle;
}
.header .share ul li a {
    font-size: 20px;
    line-height: 30px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 40px;
    height: 30px;

    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;

    color: #fff;
}
@media (max-width: 1199px) {
    .header .share ul li a {
        font-size: 18px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.header .share ul li a .icon {
    font-size: 20px;
}
.header .share ul li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2.22222222rem;
    height: 100%;

    content: '';
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
    transform: translate3d(-150%, 0, 0) skewX(-25deg);

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .15)), to(rgba(204, 204, 204, .05)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header .share ul li a:hover {
    /*    color: var(--color);
    border: 1px solid f var(--color); */
}
.header .share ul li a:hover:after {
    left: 100%;

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
    transition: left .4s ease-out, -webkit-transform .4s ease-out;
    transition: transform .4s ease-out, left .4s ease-out;
    transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
    transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.header .share ul li.share-twitter a:before {
    content: '\e60b';
}
.header .share ul li.share-linkedin a:before {
    content: '\e7ea';
}
.header .share ul li.share-instagram a:before {
    content: '\e88f';
}
.header .share ul li.share-youtube a:before {
    content: '\e7b2';
}
.header .share ul li.share-google a:before {
    content: '\e645';
}
.header .share ul li.share-amazon a:before {
    content: '\e6c1';
}
.header .share ul li:hover a {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);

    /* color: var(--color); */
}
.header p.email {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin: 0;
    margin-left: 30px;

    vertical-align: middle;

    color: #fff;
}
@media (max-width: 767px) {
    .header p.email {
        font-size: 0;
    }
}
.header p.email .icon {
    font-size: 20px;

    display: inline-block;

    margin-right: 8px;

    vertical-align: middle;
}
.header p.email a:hover {
    text-decoration: underline;
}
.header .header-nav {
    height: 60px;

    background-color: #222;
}
@media (max-width: 1199px) {
    .header .header-nav {
        height: 50px;
    }
}
@media (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
@media (min-width: 1200px) {
    .header .pc-nav {
        display: inline-block;

        vertical-align: middle;
    }
    .header .pc-nav>ul {
        margin: 0 -30px;
    }
    .header .pc-nav>ul>li {
        position: relative;

        display: inline-block;

        padding: 0 30px;

        vertical-align: top;
    }
    .header .pc-nav>ul>li>a {
        font-size: 18px;
        line-height: 60px;

        position: relative;

        display: block;

        height: 60px;
        padding: 0 20px;

        color: #fff;
    }
    .header .pc-nav>ul>li>a:before {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 3px;

        content: '';
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);

        background-color: var(--color);
    }
    .header .pc-nav>ul>li>a:after {
        position: absolute;
        bottom: 3px;
        left: 50%;

        width: 0;
        height: 0;

        content: '';
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);

        opacity: 0;
        border-width: 0 6px 4px 6px;
        border-style: solid;
        border-color: transparent transparent var(--color) transparent;
    }
    .header .pc-nav>ul>li.active>a:before,
    .header .pc-nav>ul>li:hover>a:before {
        width: 100%;
    }
    .header .pc-nav>ul>li.active>a:after,
    .header .pc-nav>ul>li:hover>a:after {
        opacity: 1;
    }
    .header .pc-nav>ul>li>ul {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 0;

        display: none;

        min-width: 100%;
        padding: 10px 0;

        white-space: nowrap;

        color: #fff;
        background-color: #222;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .pc-nav>ul>li>ul>li>a {
        font-size: 16px;
        line-height: 30px;

        display: block;

        padding: 5px 20px;
    }
    .header .pc-nav>ul>li>ul>li:hover>a {
        text-decoration: underline;

        color: var(--color);
    }
    .header .pc-nav>ul>li>ul>li>ul {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        min-width: 100%;
        min-height: 100%;
        padding: 10px 0;

        color: #fff;
        background-color: #333;
    }
    .header .pc-nav>ul>li>ul>li>ul>li>a {
        font-size: 15px;
        line-height: 2;

        display: block;

        padding: 0 20px;
    }
    .header .pc-nav>ul>li>ul>li>ul>li:hover>a {
        text-decoration: underline;

        color: var(--color);
    }
}
@media (min-width: 1200px) and (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .pc-nav>ul {
        margin: 0 -10px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .pc-nav>ul>li {
        padding: 0 0px;
    }
}
.header .btn-menu {
    position: relative;

    display: none;

    width: 30px;
    height: 60px;
}
@media (max-width: 1199px) {
    .header .btn-menu {
        display: inline-block;

        height: 50px;

        vertical-align: middle;
    }
}
.header .btn-menu a {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .btn-menu a:before,
.header .btn-menu a:after {
    display: block;

    height: 2px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;

    background: #fff;
}
.header .btn-menu a span {
    display: block;

    height: 2px;
    margin: 7px 0;

    -webkit-transition: all .4s;
    transition: all .4s;

    background: #fff;
}
.header .cart {
    font-size: 16px;
    line-height: 60px;

    display: inline-block;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;

    color: #b4b4b4;
}
@media (max-width: 1199px) {
    .header .cart {
        line-height: 50px;
    }
}
.header .cart .icon {
    font-size: 24px;

    display: inline-block;
    float: left;

    margin-right: 6px;

    vertical-align: middle;
}
.header .cart:hover {
    color: #fff;
}



.header .user {
    font-size: 16px;
    line-height: 60px;

    display: inline-block;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;

    color: #b4b4b4;
}
@media (max-width: 1199px) {
    .header .user {
        line-height: 50px;
         max-width: 40vw; /* 设置最大宽度 */
  overflow: hidden; /* 隐藏溢出的内容 */
  white-space: nowrap; /* 防止文本换行 */
  text-overflow: ellipsis;
    }
}
.header .user .icon {
    font-size: 24px;

    display: inline-block;
    float: left;

    margin-right: 6px;

    vertical-align: middle;
}
.header .user:hover {
    color: #fff;
}


.header .serach-part {
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.header .find {
    font-size: 14px;
    line-height: 60px;

    display: inline-block;

    height: 60px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;

    color: #b4b4b4;
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 50px;

        height: 50px;
        padding: 0 5px;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 28px;

    display: inline-block;

    margin-top: -4px;

    content: '\e62a';
    vertical-align: middle;
}
.header .find:after {
    font-size: 20px;

    display: inline-block;

    margin: 0 20px;
    margin-top: -4px;

    content: '|';
    vertical-align: middle;

    color: #b4b4b4;
}
.header .find:hover {
    color: #fff;
}
.header .search-wrap {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 100%;
    right: 20%;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .header .search-wrap {
        top: 100%;
        right: auto;
        left: 0;
    }
}
.header .search-wrap .search-box {
    position: relative;
}
.header .search-wrap input {
    line-height: 24px;

    width: 100%;
    padding: 6px 10px;

    color: #666;
    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit {
    font-size: 20px;
    line-height: 38px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 38px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: var(--color);
}
.header .search-wrap .submit:before {
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.stuck {
    height: 120px;
}
@media (max-width: 1199px) {
    .stuck {
        height: 90px;
    }
}
.stuck .header-top .logo {
    height: 60px;
}
@media (max-width: 1199px) {
    .stuck .header-top .logo {
        height: 40px;
    }
}
.mm-menu {
    font-size: 16px;

    text-align: left;
}
.mm-menu.mm-right {
    width: 60%;
}
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 60%;
}
.mm-list>li>a,
.mm-list>li>span {
    white-space: normal;
}
.mm-menu>.mm-list {
    margin-top: 40px;
}
.mm-opening .header .btn-menu {
    margin-left: 0;
}
.mm-opening .header .btn-menu a span {
    opacity: 0;
}
.mm-opening .header .btn-menu a:before {
    -webkit-transform: rotate(45deg) translateX(43%);
    -ms-transform: rotate(45deg) translateX(43%);
    transform: rotate(45deg) translateX(43%);
}
.mm-opening .header .btn-menu a:after {
    -webkit-transform: rotate(-45deg) translateX(43%);
    -ms-transform: rotate(-45deg) translateX(43%);
    transform: rotate(-45deg) translateX(43%);
}
@media (max-width: 767px) {
    .mm-opening .header .translate {
        position: fixed;
        top: 10px;
        right: 0;

        max-width: 200px;
    }
}
.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;

    color: #fff;
    border: 1px solid var(--color);
    border-radius: 0;
    outline: none;
    background-color: var(--color);
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 8;
    top: 40%;
    right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    text-align: center;
}
@media (max-width: 1199px) {
    .online-wrap .online {
        right: 0;
    }
}
.online-wrap .online.onlineshow {
    right: 0;
}
@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.onlineshow {
        right: -60px;
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin: 4px 0;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    border: 1px solid #cdcdcd;
    border-radius: 8px;
    background-color: #fff;
}
.online-wrap .online a:before {
    font-size: 24px;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        border-color: var(--color);
        background-color: var(--color);
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p {
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: var(--color);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}
@media (min-width: 992px) {
    .online-wrap-in .online {
        right: 0;
    }
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;

    content: '\e918';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;

    content: '\e634';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-erweima:before {
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before {
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before {
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-cart:before {
    font-family: 'iconfont' !important;

    content: '\e62a';
}
.online-wrap .icon-cart span {
    font-size: 14px;
    line-height: 20px;

    position: absolute;
    top: 0;
    right: 0;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: var(--color);
}
.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.xs-online {
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: var(--color);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid var(--hover);
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li:last-child {
    border-right: none;
}
.xs-online ul li.xs-online-product>a:before {
    font-size: 16px;

    content: '\e7e9';
}
.xs-online ul li.xs-online-mail>a:before {
    font-weight: normal;

    content: '\e634';
}
.xs-online ul li.xs-online-map>a:before {
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.xs-online-feedback>a:before {
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-home>a:before {
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.xs-online-message>a:before {
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.xs-online-tel>a:before {
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp>a:before {
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.xs-online-skype>a:before {
    font-weight: normal;

    content: '\e616';
}
.xs-online ul li.xs-online-contact>a:before {
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.xs-online-wechat>a:before {
    content: '\e604';
}
.xs-online ul li.xs-online-wechat>a {
    position: relative;
}
.xs-online ul li.xs-online-wechat>a:hover img {
    display: block;
}
.xs-online ul li.wechat>a img {
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li.facebook>a:before {
    content: '\e615';
}
.banner {
    font-size: 0;

    position: relative;
    z-index: 2;

    clear: both;
    overflow: hidden;

    width: 100%;
    padding-top: 150px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 1199px) {
    .banner {
        padding-top: 90px;
    }
}
.banner img {
    display: block;

    width: 100%;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .swiper-pagination {
    font-size: 16px;

    position: absolute;
    z-index: 2;
    bottom: 4.5%;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;

    color: #00a9d9;
}
.banner .swiper-pagination .swiper-pagination-current {
    font-size: 30px;
    font-weight: bold;

    color: #333;
}
.banner .swiper-pagination span:before {
    content: '0';
}
.banner .swiper-pagination-bullet {
    font-size: 20px;
    font-weight: bold;

    width: auto;
    width: 14px;
    height: 14px;
    margin: 0 5px !important;

    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 1;
    opacity: .5;
    border-radius: 10px;
    outline: none;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px) {
    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--color);
}
.banner .slick-arrow {
    font-size: 32px;
    line-height: 60px;

    top: 60%;

    width: 60px;
    height: 60px;

    text-align: center;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
.banner .slick-arrow:after {
    display: none;
}
.banner .slick-arrow:before {
    content: '\e641';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.banner .slick-arrow:hover {
    color: var(--color);
}
.banner .slick-prev {
    left: 5%;
}
@media (max-width: 767px) {
    .banner .slick-prev {
        left: -15px;
    }
}
.banner .slick-next {
    right: 5%;
}
@media (max-width: 767px) {
    .banner .slick-next {
        right: -15px;
    }
}
.banner .slick-next:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.banner .item {
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 991px) {
    .banner .item {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 767px) {
    .banner .item {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .item>a {
    display: block;
    overflow: hidden;
}
.banner .item>a>img {
    position: relative;
    left: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner-video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
    display: none !important;
}
.banner.hide-video video {
    display: none !important;
}
.banner-video-box {
    position: relative;

    display: block;

    padding-bottom: 41.14583333%;

    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play {
    background-color: var(--color) !important;
}
.banner .mobile-video {
    position: relative;

    display: block;
}
.banner .mobile-video:after {
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before {
    font-size: 50px;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner-in img {
    width: 100%;
}
.banner-in .text-in {
    position: absolute;
    z-index: 2;
    top: 55%;

    width: 100%;
    padding-right: 15%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}
.banner-in .text-in h2 {
    font-family: 'Glacial Indifference', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;

    margin: 0;

    color: #fff;
}
@media (max-width: 1470px) {
    .banner-in .text-in h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .banner-in .text-in h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .banner-in .text-in h2 {
        font-size: 30px;
    }
}
@-webkit-keyframes fadenum {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fadenum {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.box {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.box-top {
    padding-top: 0;
}
.box-bottom {
    padding-bottom: 0;
}
.box .index-more {
    margin-top: 40px;

    text-align: center;
}
.box .index-more a {
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 60px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #222;
    border: 1px solid #222;
    border-radius: 30px;
}
@media (max-width: 991px) {
    .box .index-more a {
        font-size: 15px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.box .index-more a .icon {
    font-size: 20px;

    float: right;

    margin-left: 10px;
}
.box .index-more a span {
    position: relative;
    z-index: 5;
}
.box .index-more a:before {
    position: absolute;
    top: -110%;
    left: -10%;

    display: block;

    width: 120%;
    height: 0;
    padding-bottom: 120%;

    content: '';
    -webkit-transform: translateY(68%) scale3d(0, 0, 0);
    transform: translateY(68%) scale3d(0, 0, 0);

    border-radius: 50%;
    background: #222;
}
.box .index-more a:after {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    transition: transform .25s cubic-bezier(.1, 0, .3, 1);
    transition: transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translateY(-102%);
    -ms-transform: translateY(-102%);
    transform: translateY(-102%);

    background: #222;
}
.box .index-more a:hover {
    color: #fff;
}
.box .index-more a:hover:before {
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    transition: transform .25s cubic-bezier(.1, 0, .3, 1);
    transition: transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
}
.box .index-more a:hover:after {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 31.25ms;
    transition-duration: 31.25ms;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.box .index-more a:hover span {
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
    animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
.title {
    text-align: center;
}
.title h2 {
    font-family: 'Glacial Indifference', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}
.title h3 {
    font-size: 18px;
    line-height: 30px;

    color: var(--color);
}
.title h3 a {
    text-decoration: underline;
}
.title h3 a:hover {
    color: var(--hover);
}
.title h3 .icon {
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.title p {
    font-size: 16px;
    line-height: 1.875;

    max-width: 1100px;
    margin: 0 auto;
    margin-top: 16px;

    color: #666;
}
@media (max-width: 767px) {
    .title p {
        font-size: 14px;
        line-height: 24px;
    }
}
.indexcontent {
    position: relative;
    z-index: 2;
}
.box-product .product .item {
    margin-top: 30px;

    border: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
    .box-product .product .item {
        margin-top: 15px;
    }
}
.box-product .product .item .pic {
    position: relative;
}
.box-product .product .item .pic .img-box {
    padding-bottom: 95.34883721%;
}
.box-product .product .item .pic .img-box img {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.box-product .product .item .pic .hover {
    z-index: 2;

    opacity: 0;
}
.box-product .product .item .pic .mask {
    font-size: 12px;

    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;

    display: inline-block;

    width: 50px;
    height: 20px;

    text-align: center;

    color: #fff;
    border-radius: 6px;
    background-color: var(--color);
}
.box-product .product .item .note {
    position: relative;

    padding: 20px 90px 20px 20px;

    background-color: #f0f0f0;
}
@media (max-width: 1199px) {
    .box-product .product .item .note {
        padding: 14px 60px 14px 14px;
    }
}
@media (max-width: 767px) {
    .box-product .product .item .note {
        padding: 10px 40px 10px 10px;
    }
}
.box-product .product .item .note h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 78px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px) {
    .box-product .product .item .note h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .box-product .product .item .note h3 {
        font-size: 14px;
        line-height: 24px;

        height: 72px;
    }
}
.box-product .product .item .note .more {
    line-height: 50px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    display: inline-block;
    width: 70px;
    height: 70px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    border: 10px solid #fff;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .box-product .product .item .note .more {
        line-height: 40px;

        right: -5px;
        bottom: -5px;

        width: 50px;
        height: 50px;

        border-width: 5px;
    }
}
@media (max-width: 767px) {
    .box-product .product .item .note .more {
        line-height: 30px;

        width: 40px;
        height: 40px;
    }
}
.box-product .product .item .note .more .icon {
    font-size: 20px;
}
@media (max-width: 767px) {
    .box-product .product .item .note .more .icon {
        font-size: 18px;
    }
}
.box-product .product .item:hover .pic .now {
    opacity: 0;
}
.box-product .product .item:hover .pic .hover {
    opacity: 1;
}
.box-product .product .item:hover .note .more {
    color: #fff;
    background-color: #222;
}
.box-about .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .box-about .about {
        display: block;

        margin-top: 0;
    }
}
.box-about .about .video,
.box-about .about .about-info {
    width: 50%;
}
@media (max-width: 767px) {
    .box-about .about .video,
    .box-about .about .about-info {
        width: 100%;
    }
}
.box-about .about .video {
    position: relative;

    overflow: hidden;
}
.box-about .about .video .play {
    line-height: 60px;

    position: absolute;
    z-index: 2;
    right: 80px;
    bottom: 100px;

    width: 60px;
    height: 60px;

    cursor: pointer;
    text-align: center;
}
.box-about .about .video .play span {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    color: #fff;
    border-radius: 50%;
}
.box-about .about .video .play .icon {
    font-size: 60px;
}
.box-about .about .video .play::before,
.box-about .about .video .play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
    animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}
.box-about .about .video .play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.box-about .about .video .play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.box-about .about .video img {
    width: 100%;
}
.box-about .about .about-info {
    padding: 30px 14% 30px 50px;
}
@media (max-width: 1470px) {
    .box-about .about .about-info {
        padding: 0 4% 0 30px;
    }
}
@media (max-width: 767px) {
    .box-about .about .about-info {
        padding: 30px 15px;
    }
}
.box-about .about .about-info .title {
    max-width: 390px;

    text-align: left;
}
@media (max-width: 1470px) {
    .box-about .about .about-info .title {
        max-width: 320px;
    }
}
.box-about .about .about-info .title h2 {
    line-height: 1.2;
}
@media (min-width: 1470px) {
    .box-about .about .about-info .title h2 {
        font-size: 60px;
    }
}
.box-about .about .about-info .text {
    display: -webkit-box;
    overflow: hidden;

    max-height: 150px;
    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 1470px) {
    .box-about .about .about-info .text {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .box-about .about .about-info .text {
        max-height: 120px;
    }
}
.box-about .about .about-info .text p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px) {
    .box-about .about .about-info .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-about .about .about-info .about-img {
    margin-top: 30px;
}
@media (max-width: 1470px) {
    .box-about .about .about-info .about-img {
        margin-top: 10px;
    }
}
.box-about .about .about-info .about-img ul {
    margin: 0 -10px;
}
@media (max-width: 767px) {
    .box-about .about .about-info .about-img ul {
        margin: 0 -5px;
    }
}
.box-about .about .about-info .about-img ul li {
    padding: 0 10px;
}
@media (max-width: 767px) {
    .box-about .about .about-info .about-img ul li {
        padding: 0 5px;
    }
}
.box-about .about .about-info .about-img .item {
    margin-top: 10px;
}
.box-about .about .about-info .number {
    margin-top: 40px;
}
@media (max-width: 1470px) {
    .box-about .about .about-info .number {
        margin-top: 0;
    }
}
.box-about .about .about-info .number>ul {
    margin: 0 -60px;
}
.box-about .about .about-info .number>ul>li {
    position: relative;

    display: inline-block;

    margin-top: 30px;
    padding: 0 60px;

    vertical-align: top;
}
@media (max-width: 1470px) {
    .box-about .about .about-info .number>ul>li {
        margin-top: 20px;
    }
}
.box-about .about .about-info .number>ul>li:after {
    position: absolute;
    top: 50%;
    right: 0;

    display: inline-block;

    width: 1px;
    height: 33px;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background-color: #55504d;
}
.box-about .about .about-info .number>ul>li:last-child:after {
    display: none;
}
.box-about .about .about-info .number .item h3 {
    font-size: 50px;
    line-height: 1.2;
}
@media (max-width: 1470px) {
    .box-about .about .about-info .number .item h3 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .box-about .about .about-info .number .item h3 {
        font-size: 30px;
    }
}
.box-about .about .about-info .number .item h3 sup {
    font-size: 22px;

    top: 10px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .box-about .about .about-info .number .item h3 sup {
        font-size: 16px;
    }
}
.box-about .about .about-info .number .item p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px) {
    .box-about .about .about-info .number .item p {
        font-size: 14px;
    }
}
.box-about .about .about-info .index-more {
    text-align: left;
}
@media (max-width: 1470px) {
    .box-about .about .about-info .index-more {
        margin-top: 20px;
    }
}
.box-about .stock .pic {
    left: 50%;
}
@media (max-width: 767px) {
    .box-about .stock .pic {
        left: 0;
    }
}
.box-about .stock .text {
    right: 50%;
}
@media (max-width: 767px) {
    .box-about .stock .text {
        right: 0;
    }
}
.box-about .stock,
.box-about .custom-made {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .box-about .stock,
    .box-about .custom-made {
        display: block;
    }
}
.box-about .stock .pic,
.box-about .custom-made .pic,
.box-about .stock .text,
.box-about .custom-made .text {
    position: relative;

    width: 50%;
}
@media (max-width: 767px) {
    .box-about .stock .pic,
    .box-about .custom-made .pic,
    .box-about .stock .text,
    .box-about .custom-made .text {
        width: 100%;
    }
}
.box-about .stock .pic img,
.box-about .custom-made .pic img {
    width: 100%;
}
.box-about .stock .text,
.box-about .custom-made .text {
    padding: 30px 5%;

    text-align: center;
}
@media (max-width: 1199px) {
    .box-about .stock .text,
    .box-about .custom-made .text {
        padding: 30px 3%;
    }
}
.box-about .stock .text .note,
.box-about .custom-made .text .note {
    display: -webkit-box;
    overflow: hidden;

    max-width: 560px;
    max-height: 90px;
    margin: 0 auto;
    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px) {
    .box-about .stock .text .note,
    .box-about .custom-made .text .note {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .box-about .stock .text .note,
    .box-about .custom-made .text .note {
        margin-top: 10px;
    }
}
.box-about .stock .text .note p,
.box-about .custom-made .text .note p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px) {
    .box-about .stock .text .note p,
    .box-about .custom-made .text .note p {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-about .stock .index-more,
.box-about .custom-made .index-more {
    margin-top: 80px;
}
@media (max-width: 1470px) {
    .box-about .stock .index-more,
    .box-about .custom-made .index-more {
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    .box-about .stock .index-more,
    .box-about .custom-made .index-more {
        margin-top: 20px;
    }
}
.box-about .stock .index-more a,
.box-about .custom-made .index-more a {
    min-width: 180px;
    margin: 0 30px;

    text-align: center;
}
@media (max-width: 1199px) {
    .box-about .stock .index-more a,
    .box-about .custom-made .index-more a {
        min-width: 140px;
        margin: 0 10px;
    }
}
@-webkit-keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
        transform: translate(-50%, -50%) scale(3.5);

        opacity: 0;
    }
}
@keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
        transform: translate(-50%, -50%) scale(3.5);

        opacity: 0;
    }
}
.box-customer .customer {
    font-size: 0;

    margin-top: 60px;
}
.box-customer .customer .customer-left,
.box-customer .customer .customer-right {
    font-size: 14px;

    display: inline-block;

    width: 100%;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .box-customer .customer .customer-left,
    .box-customer .customer .customer-right {
        width: 100%;
    }
}
.box-customer .customer .customer-left {
    display: none;
}
.box-customer .customer .customer-left .slick-customer {
    margin: 0 -30px;
}
@media (max-width: 1199px) {
    .box-customer .customer .customer-left .slick-customer {
        margin: 0 -10px;
    }
}
.box-customer .customer .customer-left .slick-slide {
    padding: 0 30px;
}
@media (max-width: 1199px) {
    .box-customer .customer .customer-left .slick-slide {
        padding: 0 10px;
    }
}
.box-customer .customer .customer-left .item .title-customer {
    font-size: 0;

    background: url(../images/yinhao.png) no-repeat right center;
}
@media (max-width: 767px) {
    .box-customer .customer .customer-left .item .title-customer {
        background-size: 30px;
    }
}
.box-customer .customer .customer-left .item .title-customer .img,
.box-customer .customer .customer-left .item .title-customer .note {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-customer .customer .customer-left .item .title-customer .img {
    width: 57px;
}
.box-customer .customer .customer-left .item .title-customer .note {
    width: -webkit-calc(100% - 57px);
    width: calc(100% - 57px);
    padding-left: 20px;
}
@media (max-width: 1199px) {
    .box-customer .customer .customer-left .item .title-customer .note {
        padding-left: 10px;
    }
}
.box-customer .customer .customer-left .item .title-customer .note h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px) {
    .box-customer .customer .customer-left .item .title-customer .note h3 {
        font-size: 18px;
    }
}
.box-customer .customer .customer-left .item .title-customer .note p {
    font-size: 14px;
    line-height: 1.4;

    margin: 0;

    color: #444;
}
.box-customer .customer .customer-left .item .text {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .box-customer .customer .customer-left .item .text {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .box-customer .customer .customer-left .item .text {
        margin-top: 20px;
    }
}
.box-customer .customer .customer-left .item .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 991px) {
    .box-customer .customer .customer-left .item .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-customer .customer .customer-right {
    /* padding-left: 5%; */
}
@media (max-width: 991px) {
    .box-customer .customer .customer-right {
        margin-top: 30px;
        padding-left: 0;
    }
}
.box-customer .customer .customer-right .slick-customer {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .box-customer .customer .customer-right .slick-customer {
        margin: 0 -5px;
    }
}
.box-customer .customer .customer-right .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .box-customer .customer .customer-right .slick-slide {
        padding: 0 5px;
    }
}
.box-customer .customer .customer-right .item {
    border: 1px solid #dcdcdc;
    display: block;
}
.box-customer .customer .customer-right .item .img-box {
    padding-bottom: 57.14%;
}
.box-customer .slick-dots {
    /* width: 200%; */
    margin-top: 50px;
    /* margin-left: -100%; */
}
@media (max-width: 991px) {
    .box-customer .slick-dots {
        width: 100%;
        margin: 30px 0 0 0;
    }
}
.box-advantage {
    background-color: #f0f0f0;
}
@media (max-width: 767px) {
    .box-advantage .advantage ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box-advantage .advantage ul li {
        width: 50%;
    }
}
.box-advantage .advantage .item {
    text-align: center;
}
@media (max-width: 767px) {
    .box-advantage .advantage .item {
        margin: 20px 0;
    }
}
.box-advantage .advantage .item .icon {
    font-size: 40px;
    line-height: 1;

    display: block;
}
.box-advantage .advantage .item h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;

    margin-top: 30px;
}
@media (max-width: 1199px) {
    .box-advantage .advantage .item h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .box-advantage .advantage .item h3 {
        font-size: 18px;

        margin-top: 20px;
    }
}
.box-advantage .advantage .item p {
    font-size: 16px;
    line-height: 1.875;

    max-width: 280px;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .box-advantage .advantage .item p {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-advantage .advantage .item:hover .icon,
.box-advantage .advantage .item:hover h3 {
    color: var(--color);
}
.box-advantage .advantage .item:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.box-news .news .item .pic,
.wrap-news .news .item .pic {
    position: relative;

    display: block;
}
.box-news .news .item .pic .img-box,
.wrap-news .news .item .pic .img-box {
    padding-bottom: 73.91304348%;
}
.box-news .news .item .pic .img-box img,
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item .pic .date,
.wrap-news .news .item .pic .date {
    line-height: 36px;

    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;

    display: inline-block;

    padding: 0 24px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #444;
    border-radius: 30px;
    background-color: #f0f0f0;
}
@media (max-width: 767px) {
    .box-news .news .item .pic .date,
    .wrap-news .news .item .pic .date {
        font-size: 12px;
        line-height: 30px;

        bottom: 5px;
        left: 5px;

        padding: 0 10px;
    }
}
.box-news .news .item .text,
.wrap-news .news .item .text {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .box-news .news .item .text,
    .wrap-news .news .item .text {
        margin-top: 20px;
    }
}
.box-news .news .item .text h3,
.wrap-news .news .item .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;

    display: -webkit-box;
    overflow: hidden;

    height: 68px;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
    .box-news .news .item .text h3,
    .wrap-news .news .item .text h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .box-news .news .item .text h3,
    .wrap-news .news .item .text h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .box-news .news .item .text h3,
    .wrap-news .news .item .text h3 {
        font-size: 16px;
        line-height: 26px;

        height: 52px;
    }
}
.box-news .news .item .text p,
.wrap-news .news .item .text p {
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 10px 0 0 0;

    color: #444;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .box-news .news .item .text p,
    .wrap-news .news .item .text p {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
        margin: 0;
    }
}
.box-news .news .item .text .more,
.wrap-news .news .item .text .more {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .box-news .news .item .text .more,
    .wrap-news .news .item .text .more {
        margin-top: 10px;
    }
}
.box-news .news .item .text .more a,
.wrap-news .news .item .text .more a {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px) {
    .box-news .news .item .text .more a,
    .wrap-news .news .item .text .more a {
        font-size: 14px;
    }
}
.box-news .news .item .text .more a .icon,
.wrap-news .news .item .text .more a .icon {
    font-size: 12px;

    display: inline-block;

    margin-top: -2px;

    vertical-align: middle;
}
.box-news .news .item .text .more a:hover,
.wrap-news .news .item .text .more a:hover {
    text-decoration: underline;

    color: var(--color);
}
.box-news .news .item:hover .pic .img-box img,
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news .item:hover .pic .date,
.wrap-news .news .item:hover .pic .date {
    color: #fff;
    background-color: #222;
}
.box-news .news .item:hover .text h3,
.wrap-news .news .item:hover .text h3 {
    text-decoration: underline;

    color: var(--color);
}
.box-news .news {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .box-news .news {
        margin-top: 30px;
    }
}
.box-news .news .slick-news {
    margin: 0 -15px;
}
.box-news .news .slick-slide {
    padding: 0 15px;
}
.box-news .news .slick-arrow {
    top: 30%;
}
.box-offers .title p {
    max-width: 640px;
}
.box-offers .offers form {
    position: relative;

    max-width: 760px;
    margin: 0 auto;
    margin-top: 30px;
    padding-right: 70px;

    border: 1px solid #e4e4e4;
}
.box-offers .offers form input {
    line-height: 60px;

    width: 100%;
    height: 60px;
    padding: 0 20px;

    outline: none;
}
.box-offers .offers form input::-webkit-input-placeholder,
.box-offers .offers form textarea::-webkit-input-placeholder {
    color: #666;
}
.box-offers .offers form input:-o-placeholder,
.box-offers .offers form textarea:-o-placeholder {
    color: #666;
}
.box-offers .offers form input::-moz-placeholder,
.box-offers .offers form textarea::-moz-placeholder {
    color: #666;
}
.box-offers .offers form input:-ms-input-placeholder,
.box-offers .offers form textarea:-ms-input-placeholder {
    color: #666;
}
.box-offers .offers form input:focus::-webkit-input-placeholder,
.box-offers .offers form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.box-offers .offers form input:focus::-o-placeholder,
.box-offers .offers form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.box-offers .offers form input:focus::-moz-placeholder,
.box-offers .offers form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.box-offers .offers form input:focus::-ms-input-placeholder,
.box-offers .offers form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.box-offers .offers form .submit {
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 0;

    width: 70px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    outline: none;
}
.box-offers .offers form .submit:before {
    position: absolute;
    left: 0;

    content: '|';
}
.box-offers .offers form .submit .icon {
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.box-offers .offers form .submit:hover {
    color: var(--color);
}
.box-subscription .subscription ul,
.wrap-product-show .subscription ul,
.wrap-inquiryinfo .subscription ul,
.wrap-contact .subscription ul,
.box-subscription .inquiry ul,
.wrap-product-show .inquiry ul,
.wrap-inquiryinfo .inquiry ul,
.wrap-contact .inquiry ul {
    margin: 0 -5px;
}
.box-subscription .subscription ul li,
.wrap-product-show .subscription ul li,
.wrap-inquiryinfo .subscription ul li,
.wrap-contact .subscription ul li,
.box-subscription .inquiry ul li,
.wrap-product-show .inquiry ul li,
.wrap-inquiryinfo .inquiry ul li,
.wrap-contact .inquiry ul li {
    padding: 0 5px;
}
.box-subscription .subscription .input,
.wrap-product-show .subscription .input,
.wrap-inquiryinfo .subscription .input,
.wrap-contact .subscription .input,
.box-subscription .inquiry .input,
.wrap-product-show .inquiry .input,
.wrap-inquiryinfo .inquiry .input,
.wrap-contact .inquiry .input {
    position: relative;
    z-index: 1;

    display: block;

    margin-top: 10px;
}
.box-subscription .subscription .input__field,
.wrap-product-show .subscription .input__field,
.wrap-inquiryinfo .subscription .input__field,
.wrap-contact .subscription .input__field,
.box-subscription .inquiry .input__field,
.wrap-product-show .inquiry .input__field,
.wrap-inquiryinfo .inquiry .input__field,
.wrap-contact .inquiry .input__field {
    line-height: 30px;

    position: relative;

    width: 100%;
    min-height: 50px;
    padding: 10px 20px;

    resize: vertical;

    border: 1px solid #bababa;
    outline: none;
    background: none;
}
@media (max-width: 767px) {
    .box-subscription .subscription .input__field,
    .wrap-product-show .subscription .input__field,
    .wrap-inquiryinfo .subscription .input__field,
    .wrap-contact .subscription .input__field,
    .box-subscription .inquiry .input__field,
    .wrap-product-show .inquiry .input__field,
    .wrap-inquiryinfo .inquiry .input__field,
    .wrap-contact .inquiry .input__field {
        padding: 10px 10px;
    }
}
.box-subscription .subscription .input__field:focus,
.wrap-product-show .subscription .input__field:focus,
.wrap-inquiryinfo .subscription .input__field:focus,
.wrap-contact .subscription .input__field:focus,
.box-subscription .inquiry .input__field:focus,
.wrap-product-show .inquiry .input__field:focus,
.wrap-inquiryinfo .inquiry .input__field:focus,
.wrap-contact .inquiry .input__field:focus {
    outline: none;
}
.box-subscription .subscription .input__label,
.wrap-product-show .subscription .input__label,
.wrap-inquiryinfo .subscription .input__label,
.wrap-contact .subscription .input__label,
.box-subscription .inquiry .input__label,
.wrap-product-show .inquiry .input__label,
.wrap-inquiryinfo .inquiry .input__label,
.wrap-contact .inquiry .input__label {
    display: inline-block;

    padding: 0 20px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color: #666;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
}
@media (max-width: 767px) {
    .box-subscription .subscription .input__label,
    .wrap-product-show .subscription .input__label,
    .wrap-inquiryinfo .subscription .input__label,
    .wrap-contact .subscription .input__label,
    .box-subscription .inquiry .input__label,
    .wrap-product-show .inquiry .input__label,
    .wrap-inquiryinfo .inquiry .input__label,
    .wrap-contact .inquiry .input__label {
        padding: 0 10px;
    }
}
.box-subscription .subscription .input__label--yoshiko,
.wrap-product-show .subscription .input__label--yoshiko,
.wrap-inquiryinfo .subscription .input__label--yoshiko,
.wrap-contact .subscription .input__label--yoshiko,
.box-subscription .inquiry .input__label--yoshiko,
.wrap-product-show .inquiry .input__label--yoshiko,
.wrap-inquiryinfo .inquiry .input__label--yoshiko,
.wrap-contact .inquiry .input__label--yoshiko {
    line-height: 30px;

    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: inline-block;
    overflow: hidden;

    padding: 10px 20px;

    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: translate3d(0, 0em, 0);
    transform: translate3d(0, 0em, 0);
    pointer-events: none;
}
@media (max-width: 767px) {
    .box-subscription .subscription .input__label--yoshiko,
    .wrap-product-show .subscription .input__label--yoshiko,
    .wrap-inquiryinfo .subscription .input__label--yoshiko,
    .wrap-contact .subscription .input__label--yoshiko,
    .box-subscription .inquiry .input__label--yoshiko,
    .wrap-product-show .inquiry .input__label--yoshiko,
    .wrap-inquiryinfo .inquiry .input__label--yoshiko,
    .wrap-contact .inquiry .input__label--yoshiko {
        padding: 10px 10px;
    }
}
.box-subscription .subscription .input__label-content--yoshiko,
.wrap-product-show .subscription .input__label-content--yoshiko,
.wrap-inquiryinfo .subscription .input__label-content--yoshiko,
.wrap-contact .subscription .input__label-content--yoshiko,
.box-subscription .inquiry .input__label-content--yoshiko,
.wrap-product-show .inquiry .input__label-content--yoshiko,
.wrap-inquiryinfo .inquiry .input__label-content--yoshiko,
.wrap-contact .inquiry .input__label-content--yoshiko {
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;

    background-color: #f0f0f0;
}
.box-subscription .subscription .input__field--yoshiko:focus+.input__label--yoshiko,
.wrap-product-show .subscription .input__field--yoshiko:focus+.input__label--yoshiko,
.wrap-inquiryinfo .subscription .input__field--yoshiko:focus+.input__label--yoshiko,
.wrap-contact .subscription .input__field--yoshiko:focus+.input__label--yoshiko,
.box-subscription .inquiry .input__field--yoshiko:focus+.input__label--yoshiko,
.wrap-product-show .inquiry .input__field--yoshiko:focus+.input__label--yoshiko,
.wrap-inquiryinfo .inquiry .input__field--yoshiko:focus+.input__label--yoshiko,
.wrap-contact .inquiry .input__field--yoshiko:focus+.input__label--yoshiko,
.box-subscription .subscription .input--filled .input__label--yoshiko,
.wrap-product-show .subscription .input--filled .input__label--yoshiko,
.wrap-inquiryinfo .subscription .input--filled .input__label--yoshiko,
.wrap-contact .subscription .input--filled .input__label--yoshiko,
.box-subscription .inquiry .input--filled .input__label--yoshiko,
.wrap-product-show .inquiry .input--filled .input__label--yoshiko,
.wrap-inquiryinfo .inquiry .input--filled .input__label--yoshiko,
.wrap-contact .inquiry .input--filled .input__label--yoshiko {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.box-subscription {
    background-color: #f0f0f0;
}
.box-subscription .subscription,
.wrap-contact .subscription {
    margin-top: 20px;
}
.box-subscription .subscription .send,
.wrap-contact .subscription .send {
    text-align: center;
}
.box-subscription .subscription .submit,
.wrap-contact .subscription .submit {
    font-size: 16px;
    line-height: 50px;

    margin-top: 40px;
    padding: 0 70px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #222;
}
.box-subscription .subscription .submit:hover,
.wrap-contact .subscription .submit:hover {
    background-color: var(--color);
}
.zoom {
    cursor: crosshair;
}
.footer {
    color: #fff;
    background-color: #222;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 50px;
    }
}
.footer .foot {
    padding: 80px 0;
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 40px 0;
    }
}
@media (max-width: 767px) {
    .footer .foot {
        padding: 30px 0 20px;
    }
}
.footer .foot .title-foot h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Glacial Indifference', Arial, Helvetica, sans-serif;
}
@media (max-width: 1199px) {
    .footer .foot .title-foot h3 {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .footer .foot .title-foot h3 {
        font-size: 18px;

        margin-top: 20px;
    }
}
.footer .foot .item-1 {
    max-width: 290px;
}
@media (max-width: 767px) {
    .footer .foot .item-1 {
        max-width: 100%;
    }
}
.footer .foot .item-1 .foot-logo img {
    max-height: 100px;
    margin-left: -32px;
}
@media (max-width: 1199px) {
    .footer .foot .item-1 .foot-logo img {
        max-height: 70px;
        margin-left: -20px;
    }
}
@media (max-width: 767px) {
    .footer .foot .item-1 .foot-logo img {
        max-height: 40px;
        margin-left: -10px;
    }
}
.footer .foot .item-1 .foot-txt {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .footer .foot .item-1 .foot-txt {
        margin-top: 10px;
    }
}
.footer .foot .item-1 .foot-txt p {
    line-height: 1.85714286;

    margin: 0;
}
.footer .foot .item-1 .share {
    margin-top: 30px;
}
.footer .foot .item-1 .share ul li {
    display: inline-block;

    vertical-align: middle;
}
.footer .foot .item-1 .share ul li a {
    line-height: 30px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 40px;
    height: 30px;

    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;

    color: #fff;
}
@media (max-width: 1199px) {
    .footer .foot .item-1 .share ul li a {
        font-size: 18px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.footer .foot .item-1 .share ul li a .icon {
    font-size: 24px;
}
.footer .foot .item-1 .share ul li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 2.22222222rem;
    height: 100%;

    content: '';
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
    transform: translate3d(-150%, 0, 0) skewX(-25deg);

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .15)), to(rgba(204, 204, 204, .05)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.footer .foot .item-1 .share ul li a:hover {
    color: var(--color);
    border: 1px solid f var(--color);
}
.footer .foot .item-1 .share ul li a:hover:after {
    left: 100%;

    -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
    transition: left .4s ease-out, -webkit-transform .4s ease-out;
    transition: transform .4s ease-out, left .4s ease-out;
    transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
    transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.footer .foot .item-1 .share ul li.share-twitter a:before {
    content: '\e60b';
}
.footer .foot .item-1 .share ul li.share-linkedin a:before {
    content: '\e7ea';
}
.footer .foot .item-1 .share ul li.share-instagram a:before {
    content: '\e88f';
}
.footer .foot .item-1 .share ul li.share-youtube a:before {
    content: '\e7b2';
}
.footer .foot .item-1 .share ul li.share-google a:before {
    content: '\e645';
}
.footer .foot .item-1 .share ul li.share-amazon a:before {
    content: '\e6c1';
}
.footer .foot .item-1 .share ul li:hover a {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);

    color: var(--color);
}
.footer .foot .item-2 {
    max-width: 240px;
}
.footer .foot .item-2 .foot-info p {
    line-height: 30px;

    margin: 30px 0 0 0;
}
@media (max-width: 1199px) {
    .footer .foot .item-2 .foot-info p {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot .item-2 .foot-info p {
        margin: 0;
    }
}
.footer .foot .item-2 .foot-info p b {
    font-size: 16px;
}
@media (max-width: 767px) {
    .footer .foot .item-2 .foot-info p b {
        font-size: 14px;
    }
}
.footer .foot .item-2 .foot-info p a:hover {
    text-decoration: underline;

    color: var(--color);
}
.footer .foot .item-3 .foot-info {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .footer .foot .item-3 .foot-info {
        margin: 0;
    }
}
.footer .foot .item-3 .foot-info a {
    line-height: 30px;

    display: block;

    padding: 8px 0;
}
@media (max-width: 767px) {
    .footer .foot .item-3 .foot-info a {
        display: inline-block;

        margin-right: 14px;
        padding: 0;

        vertical-align: top;
    }
}
.footer .foot .item-3 .foot-info a:hover {
    text-decoration: underline;

    color: var(--color);
}
.footer .foot-brand {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .footer .foot-brand {
        margin-bottom: 20px;
    }
}
.footer .copyright {
    font-size: 15px;

    padding: 15px 0;

    text-align: center;

    color: #f0ecec;
    background-color: #393838;
}
@media (max-width: 1470px) {
    .footer .copyright {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .footer .copyright {
        font-size: 14px;
    }
}
.footer .copyright p {
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px) {
    .footer .copyright p {
        line-height: 24px;
    }
}
.footer .copyright a:hover {
    text-decoration: underline;

    color: var(--color);
}
.wrap {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px) {
    .wrap {
        padding: 40px 0;
    }
}
.title-in {
    text-align: center;
}
.title-in h2 {
    font-size: 48px;
    font-weight: bold;

    margin: 0;
    font-family: 'Glacial Indifference', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .title-in h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title-in h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .title-in h2 {
        font-size: 30px;
    }
}
.title-in h2 b {
    color: var(--color);
}
.title-in p {
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #5c5c5c;
}
.wrap-sidenav .sidenav {
    padding-right: 10%;
}
@media (max-width: 1199px) {
    .wrap-sidenav .sidenav {
        padding-right: 0;
    }
}
.wrap-sidenav .sidenav .slevel-1>li {
    overflow: hidden;

    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .wrap-sidenav .sidenav .slevel-1>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 18px;
    font-weight: bold;

    display: block;

    padding: 10px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #f0f0f0;
}
@media (max-width: 1199px) {
    .wrap-sidenav .sidenav .slevel-1>li>a {
        font-size: 16px;
    }
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    color: #fff;
    border-color: #222;
    background-color: #222;
}
.wrap-sidenav .sidenav .slevel-2 {
    display: none;

    padding: 20px 0;

    background-color: #fff;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    font-family: 'Oswald Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 5px 20px;

    color: #5c5c5c;
}
@media (max-width: 1350px) {
    .wrap-sidenav .sidenav .slevel-2>li>a {
        font-size: 14px;
    }
}
.wrap-sidenav .sidenav .slevel-2>li>a:before {
    content: '- ';
}
.wrap-sidenav .sidenav .slevel-2>li>a:after {
    font-family: 'iconfont' !important;

    position: absolute;
    top: 5px;
    right: 10px;

    content: '\e9b7';
    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: 0;
    color: var(--color);
}
.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
    color: #fff;
    background-color: #222;
}
.wrap-location {
    margin-top: 150px;
    padding: 10px 0;

    background-color: #f0f0f0;
}
@media (max-width: 1199px) {
    .wrap-location {
        margin-top: 90px;
    }
}
.wrap-location .location .icon,
.wrap-location .location>ul {
    display: inline-block;

    vertical-align: middle;
}
.wrap-location .location .icon {
    font-size: 20px;

    margin-right: 10px;
}
.wrap-location .location>ul>li {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-location .location>ul>li {
        font-size: 14px;
    }
}
.wrap-location .location>ul>li:after {
    display: inline-block;

    margin: 0 4px;

    content: '>';
    vertical-align: middle;
}
.wrap-location .location>ul>li:last-child:after {
    display: none;
}
.wrap-location .location>ul>li:last-child>a {
    color: var(--color);
}
.wrap-location .location>ul>li>a {
    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
.wrap-location .location>ul>li>a:hover {
    text-decoration: underline;

    color: var(--color);
}
.xs-product-nav {
    overflow: hidden;
}
.xs-product-nav>ul {
    margin: 0 -10px;
}
.xs-product-nav>ul>li {
    display: inline-block;

    vertical-align: top;
}
.xs-product-nav>ul>li>a {
    font-size: 15px;
    line-height: 30px;

    padding: 0 10px;
}
.xs-product-nav>ul>li>a:before {
    margin-right: 4px;

    content: '-';
}
.xs-product-nav>ul>li.active>a {
    color: var(--color);
}
.wrap-about {
    padding-bottom: 0;
}
.wrap-about .title {
    text-align: left;
}
@media (min-width: 1470px) {
    .wrap-about .title h2 {
        font-size: 46px;
    }
}
@media (min-width: 1200px) {
    .wrap-about .title h2 {
        font-size: 38px;
    }
}
.wrap-about .number .item {
    position: relative;

    margin-top: 70px;
    padding-left: 80px;
}
@media (max-width: 991px) {
    .wrap-about .number .item {
        margin-top: 30px;
    }
}
.wrap-about .number .item .icon {
    font-size: 40px;

    position: absolute;
    top: 50%;
    left: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: var(--color);
}
.wrap-about .number .item h3 {
    font-size: 50px;
    line-height: 1.2;
}
@media (max-width: 1470px) {
    .wrap-about .number .item h3 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-about .number .item h3 {
        font-size: 30px;
    }
}
.wrap-about .number .item h3 sup {
    font-size: 22px;

    top: 10px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-about .number .item h3 sup {
        font-size: 16px;
    }
}
.wrap-about .number .item p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-about .number .item p {
        font-size: 14px;
    }
}
.wrap-about .text {
    padding-left: 20px;
}
@media (max-width: 767px) {
    .wrap-about .text {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-about .text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.wrap-about .text p {
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
.wrap-about .video {
    position: relative;

    margin-top: 80px;
}
@media (max-width: 991px) {
    .wrap-about .video {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .wrap-about .video {
        margin-top: 30px;
    }
}
.wrap-about .video:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: url(../images/video-mask.png) no-repeat center;
    background-size: 100%;
}
.wrap-about .video img {
    width: 100%;
}
.wrap-about .video .play {
    line-height: 60px;

    position: absolute;
    z-index: 2;
    top: 50%;
    right: 80px;
    left: 50%;

    width: 60px;
    height: 60px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
.wrap-about .video .play span {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    color: #fff;
    border-radius: 50%;
}
.wrap-about .video .play .icon {
    font-size: 60px;
}
.wrap-about .video .play::before,
.wrap-about .video .play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
    animation: point_kuo 3s linear infinite;

    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}
.wrap-about .video .play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.wrap-about .video .play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.wrap-choose .choose ul {
    font-size: 0;
}
.wrap-choose .choose ul li {
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-choose .choose .item {
    margin-top: 50px;

    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
}
@media (max-width: 767px) {
    .wrap-choose .choose .item {
        margin-top: 30px;
    }
}
.wrap-choose .choose .item .img-box {
    padding-bottom: 121.21212121%;
}
.wrap-choose .choose .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-choose .choose .item p {
    font-size: 18px;
    line-height: 30px;

    margin: 14px 0 0 0;

    color: #444;
}
@media (max-width: 991px) {
    .wrap-choose .choose .item p {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-choose .choose .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wrap-team {
    background-color: #f0f0f0;
}
.wrap-team .team .item {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-team .team .item {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-team .team .item {
        font-size: 14px;
    }
}
.wrap-team .team .item .img-box {
    padding-bottom: 73.33333333%;
}
.wrap-team .team .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-team .team .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-team .text {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-team .text {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-team .text {
        margin-top: 20px;
    }
}
.wrap-team .text p {
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #444;
}
@media (max-width: 991px) {
    .wrap-team .text p {
        font-size: 14px;
    }
}
.wrap-about-customer .about-customer {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-about-customer .about-customer {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-about-customer .about-customer {
        margin-top: 20px;
    }
}
.wrap-about-customer .about-customer .slick-about-customer {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .wrap-about-customer .about-customer .slick-about-customer {
        margin: 0 -5px;
    }
}
.wrap-about-customer .about-customer .slick-about-customer .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .wrap-about-customer .about-customer .slick-about-customer .slick-slide {
        padding: 0 5px;
    }
}
.wrap-about-customer .about-customer .item .img-box {
    padding-bottom: 71.11111111%;
}
.wrap-about-customer .about-customer .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-about-customer .about-customer .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-about-customer .about-customer .slick-arrow {
    background-color: #fff;
}
.wrap-about-customer .about-customer .slick-arrow:hover {
    background-color: #222;
}
.wrap-download {
    padding-bottom: 0;
}
.wrap-download .download .item {
    position: relative;

    margin-top: 30px;
    padding: 50px 200px 50px 5%;

    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #f6fafb;
}
@media (max-width: 1470px) {
    .wrap-download .download .item {
        padding-right: 160px;
    }
}
@media (max-width: 991px) {
    .wrap-download .download .item {
        padding: 30px 100px 30px 3%;
    }
}
.wrap-download .download .item .icon,
.wrap-download .download .item .note {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-download .download .item .pdf-icon {
    line-height: 1;

    position: absolute;
    top: 50%;
    right: 0;

    width: 200px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 1470px) {
    .wrap-download .download .item .pdf-icon {
        width: 160px;
    }
}
@media (max-width: 991px) {
    .wrap-download .download .item .pdf-icon {
        width: 100px;
    }
}
.wrap-download .download .item .pdf-icon .iconfont {
    font-size: 100px;

    color: var(--color);
}
@media (max-width: 991px) {
    .wrap-download .download .item .pdf-icon .iconfont {
        font-size: 60px;
    }
}
.wrap-download .download .item h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .wrap-download .download .item h3 {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .wrap-download .download .item h3 {
        font-size: 18px;
    }
}
.wrap-download .download .item .file-desc {
    margin-top: 20px;
}
.wrap-download .download .item .file-desc span {
    display: inline-block;

    vertical-align: top;

    color: #666;
}
.wrap-download .download .item .file-desc span:nth-child(1) {
    margin-right: 50px;
}
.wrap-download .download .item .down {
    line-height: 30px;

    display: inline-block;

    margin-top: 20px;

    color: #666;
}
.wrap-download .download .item .down .icon {
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;

    color: var(--color);
}
@media (min-width: 1200px) {
    .wrap-download .download .item:hover {
        background-color: var(--color);
    }
    .wrap-download .download .item:hover h3,
    .wrap-download .download .item:hover .file-desc span,
    .wrap-download .download .item:hover .down,
    .wrap-download .download .item:hover .icon {
        color: #fff;
    }
}
.wrap-news .news .item {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-news .news .item {
        margin-top: 30px;
    }
}
.wrap-details .title-details h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-details .title-details h1 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-details .title-details h1 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-details .title-details h1 {
        font-size: 20px;
    }
}
.wrap-details .title-details .date {
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: var(--color);
}
.wrap-details .title-details .date .icon {
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-details .details .text {
    margin-top: 30px;
}
.wrap-details .details .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-details .details .text p {
        font-size: 14px;
    }
}
.wrap-details .details .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-details .share {
    margin-top: 30px;
}
.wrap-details .share p {
    font-size: 16px;

    margin: 0;
}
.wrap-details .share p,
.wrap-details .share .a2a_kit {
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details {
    font-size: 0;

    margin-top: 70px;

    border-top: 1px solid #c7cdd4;
    border-bottom: 1px solid #c7cdd4;
}
@media (max-width: 991px) {
    .wrap-details .relate-details {
        margin-top: 40px;
    }
}
.wrap-details .relate-details a {
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 50%;
    height: 40px;
    padding-left: 38px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-details .relate-details a {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\eb60';

    color: #999;
}
.wrap-details .relate-details a.prev:after {
    position: absolute;
    top: 11px;
    right: 0;

    width: 1px;
    height: 16px;

    content: '';

    background-color: #c7cdd4;
}
.wrap-details .relate-details a.next {
    padding-right: 38px;
    padding-left: 0;

    text-align: right;
}
.wrap-details .relate-details a.next:before {
    right: 0;
    left: auto;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-details .relate-details a:hover {
    color: var(--color);
}
.wrap-details .relate-details a:hover:before {
    color: var(--color);
}
.wrap-faq .faq {
    margin-top: 30px;
}
.wrap-faq .faq .item {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-faq .faq .item {
        margin-top: 20px;
    }
}
.wrap-faq .faq .item .title-item {
    position: relative;

    padding: 10px 80px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;

    border-radius: 30px;
    background-color: #f0f0f0;
}
@media (max-width: 991px) {
    .wrap-faq .faq .item .title-item {
        padding: 10px 60px;
    }
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .title-item {
        padding: 10px 50px;
    }
}
.wrap-faq .faq .item .title-item:before {
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 10px;

    content: '\e63f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .title-item:before {
        font-size: 30px;
    }
}
.wrap-faq .faq .item .title-item:after {
    font-family: 'iconfont' !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;

    position: absolute;
    top: 50%;
    right: 20px;

    width: 20px;
    height: 20px;

    content: '\e629';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    border: 1px solid #333;
    border-radius: 50%;
}
.wrap-faq .faq .item .title-item h3 {
    font-size: 20px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-faq .faq .item .title-item h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .title-item h3 {
        line-height: 30px;
    }
}
.wrap-faq .faq .item .text {
    display: none;

    margin-top: 10px;
    padding: 20px 80px;
}
@media (max-width: 991px) {
    .wrap-faq .faq .item .text {
        padding: 20px 60px;
    }
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .text {
        padding: 10px 30px;
    }
}
.wrap-faq .faq .item .text p {
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #49392b;
}
@media (max-width: 767px) {
    .wrap-faq .faq .item .text p {
        font-size: 14px;
    }
}
.wrap-faq .faq .current .item .title-item {
    background-color: #222;
}
.wrap-faq .faq .current .item .title-item h3 {
    color: #fff;
}
.wrap-faq .faq .current .item .title-item:before {
    color: #fff;
}
.wrap-faq .faq .current .item .title-item:after {
    content: '\e628';

    color: #fff;
    border-color: #fff;
}
.box-comparison {
    border-top: 1px solid #f0f0f0;
}
.box-comparison .comparison .item {
    margin-top: 46px;
}
@media (max-width: 767px) {
    .box-comparison .comparison .item {
        margin-top: 30px;
    }
}
.box-comparison .comparison .item .pic {
    font-size: 0;

    margin: 0 -2px;
}
.box-comparison .comparison .item .pic .img {
    font-size: 14px;

    display: inline-block;

    width: 50%;
    padding: 0 2px;

    vertical-align: top;
}
.box-comparison .comparison .item .pic .img-box {
    padding-bottom: 111.42857143%;
}
.box-comparison .comparison .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-comparison .comparison .item .text .pimg {
    width: 220px;
}
@media (max-width: 1199px) {
    .box-comparison .comparison .item .text .pimg {
        width: 140px;
    }
}
.box-comparison .comparison .item .text .note {
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
    padding-left: 40px;
}
@media (max-width: 1199px) {
    .box-comparison .comparison .item .text .note {
        width: -webkit-calc(100% - 140px);
        width: calc(100% - 140px);
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .box-comparison .comparison .item .text .note {
        padding-left: 10px;
    }
}
.box-comparison .comparison .item .text .note h3 {
    font-size: 20px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin-bottom: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
    .box-comparison .comparison .item .text .note h3 {
        font-size: 18px;
        line-height: 30px;

        height: 60px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .box-comparison .comparison .item .text .note h3 {
        font-size: 16px;
        line-height: 24px;

        height: 48px;
    }
}
.box-comparison .comparison .item .text .note .more {
    line-height: 46px;

    display: block;

    width: 90%;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    background-color: #f5f5f5;
}
.box-comparison .comparison .item:hover .text .note .more {
    color: #fff;
    background-color: var(--color);
}
.wrap-product .product .item,
.wrap-product-show .product .item,
.wrap-product .relate-product .item,
.wrap-product-show .relate-product .item {
    overflow: hidden;

    margin-top: 30px;

    text-align: center;

    border: 1px solid #f0f0f0;
    border-radius: 12px;
}
@media (max-width: 767px) {
    .wrap-product .product .item,
    .wrap-product-show .product .item,
    .wrap-product .relate-product .item,
    .wrap-product-show .relate-product .item {
        margin-top: 15px;
    }
}
.wrap-product .product .item .pic,
.wrap-product-show .product .item .pic,
.wrap-product .relate-product .item .pic,
.wrap-product-show .relate-product .item .pic {
    position: relative;
}
.wrap-product .product .item .pic .img-box,
.wrap-product-show .product .item .pic .img-box,
.wrap-product .relate-product .item .pic .img-box,
.wrap-product-show .relate-product .item .pic .img-box {
    padding-bottom: 95.34883721%;
}
.wrap-product .product .item .pic .img-box img,
.wrap-product-show .product .item .pic .img-box img,
.wrap-product .relate-product .item .pic .img-box img,
.wrap-product-show .relate-product .item .pic .img-box img {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-product .product .item .pic .hover,
.wrap-product-show .product .item .pic .hover,
.wrap-product .relate-product .item .pic .hover,
.wrap-product-show .relate-product .item .pic .hover {
    z-index: 2;

    opacity: 0 !important;
}
.wrap-product .product .item .note,
.wrap-product-show .product .item .note,
.wrap-product .relate-product .item .note,
.wrap-product-show .relate-product .item .note {
    position: relative;

    padding: 10px;

    border-top: 1px solid #f0f0f0;
}
@media (max-width: 1199px) {
    .wrap-product .product .item .note,
    .wrap-product-show .product .item .note,
    .wrap-product .relate-product .item .note,
    .wrap-product-show .relate-product .item .note {
        padding: 14px 60px 14px 14px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product .item .note,
    .wrap-product-show .product .item .note,
    .wrap-product .relate-product .item .note,
    .wrap-product-show .relate-product .item .note {
        padding: 10px 40px 10px 10px;
    }
}
.wrap-product .product .item .note h3,
.wrap-product-show .product .item .note h3,
.wrap-product .relate-product .item .note h3,
.wrap-product-show .relate-product .item .note h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .wrap-product .product .item .note h3,
    .wrap-product-show .product .item .note h3,
    .wrap-product .relate-product .item .note h3,
    .wrap-product-show .relate-product .item .note h3 {
        font-size: 14px;
    }
}
.cart_price{
    width: 200px;
    float: right;
    line-height: 40px;
    font-size: 30px;
color:var(--color);
    text-align: center;
}
.stock-title{
    color:var(--color);

}
.wrap-product .product .item .addcart,
.wrap-product-show .product .item .addcart,
.wrap-product .relate-product .item .addcart,
.wrap-product-show .relate-product .item .addcart {
    line-height: 46px;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #f0f0f0;
}
.wrap-product .product .item .addcart .icon,
.wrap-product-show .product .item .addcart .icon,
.wrap-product .relate-product .item .addcart .icon,
.wrap-product-show .relate-product .item .addcart .icon {
    font-size: 18px;

    display: inline-block;

    margin-right: 6px;

    vertical-align: middle;
}
.wrap-product .product .item:hover .pic .now,
.wrap-product-show .product .item:hover .pic .now,
.wrap-product .relate-product .item:hover .pic .now,
.wrap-product-show .relate-product .item:hover .pic .now {
    opacity: 0 !important;
}
.wrap-product .product .item:hover .pic .hover,
.wrap-product-show .product .item:hover .pic .hover,
.wrap-product .relate-product .item:hover .pic .hover,
.wrap-product-show .relate-product .item:hover .pic .hover {
    opacity: 1 !important;
}
.wrap-product .product .item:hover .addcart,
.wrap-product-show .product .item:hover .addcart,
.wrap-product .relate-product .item:hover .addcart,
.wrap-product-show .relate-product .item:hover .addcart {
    color: #fff;
    background-color: var(--color);
}
.wrap-product .product-description .title-description h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.wrap-product .product-description .text {
    margin-top: 10px;
}
.wrap-product .product-description .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-product .product-description .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product .product-info {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-product .product-info {
        margin-top: 30px;
    }
}
.wrap-product .sidenav-level {
    z-index: 5;

    text-align: right;

    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .wrap-product .sidenav-level {
        text-align: center;
    }
}
.wrap-product .sidenav-level>ul>li {
    display: inline-block;

    vertical-align: top;
}
.wrap-product .sidenav-level>ul>li>a {
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: inline-block;

    padding: 10px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 991px) {
    .wrap-product .sidenav-level>ul>li>a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-product .sidenav-level>ul>li>a {
        padding: 10px;
    }
}
.wrap-product .sidenav-level>ul>li>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-image: -webkit-linear-gradient(45deg, #fff, var(--color), #fff);
    background-image: linear-gradient(45deg, #fff, var(--color), #fff);
}
.wrap-product .sidenav-level>ul>li.active>a,
.wrap-product .sidenav-level>ul>li:hover>a {
    color: var(--color);
}
.wrap-product .sidenav-level>ul>li.active>a:after,
.wrap-product .sidenav-level>ul>li:hover>a:after {
    width: 100%;
}
.wrap-product .system {
    margin-top: 90px;
    padding: 90px 0 30px 0;

    border-top: 1px solid #e4e4e4;
}
@media (max-width: 1199px) {
    .wrap-product .system {
        margin-top: 50px;
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .wrap-product .system {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 0;
    }
}
.wrap-product .system .text {
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-product .system .text {
        margin-top: 10px;
    }
}
.wrap-product .system .text p {
    font-size: 18px;
    line-height: 1.66666667;

    color: #555;
}
@media (max-width: 991px) {
    .wrap-product .system .text p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-product .system .text p {
        font-size: 14px;
    }
}
.wrap-product .system .more {
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 991px) {
    .wrap-product .system .more {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-product .system .more {
        margin-top: 20px;
    }
}
.wrap-product .system .more a {
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 60px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: var(--color);
}
@media (max-width: 767px) {
    .wrap-product .system .more a {
        font-size: 14px;
        line-height: 40px;

        padding: 0 40px;
    }
}
.wrap-product .system .more a:hover {
    background-color: var(--hover);
}
.wrap-product-show {
    overflow: visible;
}
.wrap-product-show .carousel-wrap {
    /* overflow: hidden; */
}
.wrap-product-show .carousel-wrap .img-box {
    padding-bottom: 95.34883721%;
}
.wrap-product-show .carousel-wrap .carousel {
    position: relative;

    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    font-size: 0;

    position: relative;

    overflow: hidden;

    border: 1px solid #f3f3f3;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
    z-index: 2;
}
.wrap-product-show .carousel-wrap .carousel .slider-for iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play {
    font-size: 80px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for .play {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before {
    font-family: 'iconfont' !important;

    content: '\e644';
}
.wrap-product-show .slider-nav {
    font-size: 0;

    position: relative;

    margin-top: 10px;
    padding: 0 50px;
}
.wrap-product-show .slider-nav .slick-slide {
    padding: 0 8px;

    outline: none;
}
@media (max-width: 991px) {
    .wrap-product-show .slider-nav .slick-slide {
        padding: 0 4px;
    }
}
.wrap-product-show .slider-nav .item {
    position: relative;

    overflow: hidden;

    border: 1px solid #f3f3f3;
}
.wrap-product-show .slider-nav .item-video {
    position: relative;

    background-color: #000;
}
.wrap-product-show .slider-nav .item-video .img-box {
    opacity: .6;
}
.wrap-product-show .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .slider-nav .item-video:after {
        font-size: 30px;
    }
}
.wrap-product-show .slider-nav .slick-current .item {
    border: 1px solid var(--color);
}
.wrap-product-show .slider-nav .slick-arrow {
    left: 0;
}
.wrap-product-show .slider-nav .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.wrap-product-show .info-box {
    padding-left: 3%;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box {
        padding-left: 0;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .title-info {
    position: relative;

    padding-bottom: 20px;

    border-bottom: 1px solid #cdcdcd;
}
.wrap-product-show .info-box .title-info:after {
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 0;

    display: block;

    width: 45px;
    height: 3px;

    content: '';

    background-color: var(--color);
}
.wrap-product-show .info-box .title-info h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    margin: 0;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .title-info h1 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .title-info h1 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .title-info h1 {
        font-size: 18px;
    }
}

.prize_info >h2{
    font-weight: 800;
    line-height: 70px;
    color: var(--color);
}
.wrap-product-show .info-box .pro-size,
.wrap-product-show .info-box .pro-shap,
.wrap-product-show .info-box .pro-color {
    margin-top: 20px;
}
.wrap-product-show .info-box .pro-size h3,
.wrap-product-show .info-box .pro-shap h3,
.wrap-product-show .info-box .pro-color h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: capitalize;
}
.add_new{
    display: flex;
    justify-content: space-between;

}
.add_new_title{
    float: left;
}
.add_new_address{
    font-size: 20px;
}
.link .btn-cart a {
    line-height: 46px;
    display: inline-block;
    cursor: pointer;
    padding: 0 35px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 30px;
    background-color: var(--color);
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .pro-size h3,
    .wrap-product-show .info-box .pro-shap h3,
    .wrap-product-show .info-box .pro-color h3 {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .pro-size .size-list>ul {
    font-size: 0;

    margin: 0 -10px;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .pro-size .size-list>ul {
        margin: 0 -5px;
    }
}
.wrap-product-show .info-box .pro-size .size-list>ul>li {
    display: inline-block;

    width: 16.66666667%;
    margin-top: 20px;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .pro-size .size-list>ul>li {
        width: 33.33333333%;
        margin-top: 10px;
        padding: 0 5px;
    }
}
.wrap-product-show .info-box .pro-size .size-list>ul>li p {
    font-size: 15px;
    line-height: 32px;

    display: inline-block;
    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 32px;
    margin: 0;

    cursor: pointer;
    text-align: center;

    color: #666;
    border: 1px solid #aeaeae;
    border-radius: 16px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .pro-size .size-list>ul>li p {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .pro-size .size-list>ul>li.active p {
    color: #fff;
    border-color: var(--color);
    background-color: var(--color);
}
.wrap-product-show .info-box .pro-size .size-list>ul>li.disable p {
    cursor: default;

    color: #b1b1b1;
    border-color: #ebebeb;
    background-color: #ebebeb;
}
.wrap-product-show .info-box .pro-shap .shap-list>ul {
    font-size: 0;

    margin: 0 -5px;
}
.wrap-product-show .info-box .pro-shap .shap-list>ul>li {
    display: inline-block;

    width: 20%;
    margin-top: 20px;
    padding: 0 5px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .pro-shap .shap-list>ul>li {
        width: 33.33333333%;
        margin-top: 10px;
    }
}
.wrap-product-show .info-box .pro-shap .shap-list>ul>li p {
    font-size: 15px;
    line-height: 32px;

    display: inline-block;
    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 32px;
    margin: 0;

    cursor: pointer;
    text-align: center;

    color: #666;
    border: 1px solid #aeaeae;
    border-radius: 16px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .pro-shap .shap-list>ul>li p {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .pro-shap .shap-list>ul>li.active p {
    color: #fff;
    border-color: var(--color);
    background-color: var(--color);
}
.wrap-product-show .info-box .pro-shap .shap-list>ul>li.disable p {
    cursor: default;

    color: #b1b1b1;
    border-color: #ebebeb;
    background-color: #ebebeb;
}
.wrap-product-show .info-box .pro-color .color-list {
    /* overflow: hidden; */
    /* overflow-y: auto; */

    width: 100%;
    /* max-height: 180px; */
    /* padding-right: 20px; */
}
/* .wrap-product-show .info-box .pro-color .color-list::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 2px;
}
.wrap-product-show .info-box .pro-color .color-list::-webkit-scrollbar-track
{
    background-color: #e6e6e6;
}
.wrap-product-show .info-box .pro-color .color-list::-webkit-scrollbar-thumb
{
    background-color: var(--color);
} */
.wrap-product-show .info-box .pro-color .color-list>ul {
    font-size: 0;

    margin: 0 -7px;
}
.wrap-product-show .info-box .pro-color .color-list>ul>li {
    display: inline-block;

    width: 10%;
    margin-top: 14px;
    padding: 0 7px;
    position: relative;
    cursor: pointer;
    text-align: center;
    vertical-align: top;

}
@media (max-width: 767px) {
    .wrap-product-show .info-box .pro-color .color-list>ul>li {
        width: 20%;
        margin-top: 6px;
    }
}
.wrap-product-show .info-box .pro-color .color-list>ul>li .colorbg {
    /* height: 40px; */

    border: 1px solid #dcdcdc;
    border-radius: 8px;
}
.wrap-product-show .info-box .pro-color .color-list>ul>li .colorbg .img-box {
    border-radius: 8px;
}
.wrap-product-show .info-box .pro-color .color-list>ul>li .colorbg .hover {
    width: 500px;
    bottom: calc(100% + 5px);
    position: absolute;
    display: none;
    left: -200px;
    background-color: #fff;
    border: 10px solid #d16500;
    z-index: 10;

}
@media(max-width:1560px) {
    .wrap-product-show .info-box .pro-color .color-list>ul>li .colorbg .hover {
        left: -400px;
    }
}
@media(min-width:1200px) {
    .wrap-product-show .info-box .pro-color .color-list>ul>li .colorbg:hover .hover {
        display: block;
    }
    .wrap-product-show .info-box .pro-color .color-list>ul>li .colorbg:hover:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #d16500 transparent transparent transparent;
        position: absolute;
        top: -5px;
        left: 50%;
        margin-left: -3px;
    }
}

.wrap-product-show .info-box .pro-color .color-list>ul>li span {
    display: block;

    height: 100%;

    border-radius: 8px;
}
.wrapper {
    overflow: hidden;
}
.wrap-product-show .info-box .pro-color .color-list>ul>li p {
    font-size: 14px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
.wrap-product-show .info-box .pro-color .color-list>ul>li.active .colorbg {

    border: 1px solid var(--color);
}
.wrap-product-show .info-box .pro-color .color-list>ul>li.active p {
    /*color: var(--color);*/
}
.wrap-product-show .info-box .pro-color .color-list>ul>li.disable {
    cursor: default;

    opacity: .6;
}
.wrap-product-show .info-box .pro-color .color-list>ul>li.disable .colorbg {
    position: relative;
}
.wrap-product-show .info-box .pro-color .color-list>ul>li.disable .colorbg:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    content: '\e676';

    color: #fff;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-product-show .info-box .text {
    margin-top: 30px;
}
.wrap-product-show .info-box .text h4 {
    font-size: 18px;
    font-weight: bold;

    color: var(--color);
}
.wrap-product-show .info-box .text p {
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-product-show .info-box .link {
    margin-top: 20px;
    display: flex;
}
.cart-right{
    float: right;
}
.total_price{
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: var(--color);
    padding-right: 20px;
}
.wrap-product-show .info-box .link .quantity,
.wrap-product-show .info-box .link .btn-cart {
    display: inline-block;
    /*max-width: 40vw;*/
    vertical-align: middle;
     margin: 2px;
}
.wrap-product-show .info-box .link .quantity {
    margin-right: 30px;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link .quantity {
        margin-right: 20px;
    }
}
.wrap-product-show .info-box .link .quantity h4,
.wrap-product-show .info-box .link .quantity .number {
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .link .quantity h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0 14px 0 0;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link .quantity h4 {
        font-size: 16px;
    }
}
.wrap-product-show .info-box .link .quantity .number .del2,
.wrap-product-show .info-box .link .quantity .number .add2,
.wrap-product-show .info-box .link .quantity .number .del1,
.wrap-product-show .info-box .link .quantity .number .add1 {
    font-size: 30px;
    line-height: 42px;

    display: inline-block;

    width: 46px;
    height: 46px;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;

    border-radius: 50%;
    background: #e4e4e4;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link .quantity .number .add2,
    .wrap-product-show .info-box .link .quantity .number .del2,
    .wrap-product-show .info-box .link .quantity .number .del1,
    .wrap-product-show .info-box .link .quantity .number .add1 {
        font-size: 20px;
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.wrap-product-show .info-box .link .quantity .number .add2:hover,
.wrap-product-show .info-box .link .quantity .number .del2:hover,
.wrap-product-show .info-box .link .quantity .number .del1:hover,
.wrap-product-show .info-box .link .quantity .number .add1:hover {
    color: #e4e4e4;
    background-color: #222;
}
.wrap-product-show .info-box .link .quantity .number .del2,
.wrap-product-show .info-box .link .quantity .number .del1 {
    font-size: 40px;
    line-height: 40px;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link .quantity .number .del2,
    .wrap-product-show .info-box .link .quantity .number .del1 {
        font-size: 30px;
        line-height: 30px;
    }
}
.wrap-product-show .info-box .link .quantity .number .ipt-num2,
.wrap-product-show .info-box .link .quantity .number .ipt-num {
    font-size: 18px;
    line-height: 46px;

    width: 62px;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link .quantity .number .ipt-num2,
    .wrap-product-show .info-box .link .quantity .number .ipt-num {
        font-size: 15px;
        line-height: 34px;

        width: 40px;
    }
}
.wrap-product-show .info-box .link .btn-cart a {
    line-height: 46px;

    display: inline-block;
    cursor: pointer;
    padding: 0 35px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: var(--color);
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link .btn-cart a {
        line-height: 34px;
        width: 35vw;
        padding: 0 14px;
        margin:3px;
    }
}
.wrap-product-show .info-box .link .btn-cart a:hover {
    background-color: #222;
}
.wrap-product-show .info-box .link .btn-cart .icon {
    margin-right: 10px;
}
.wrap-product-show .info-box .share {
    margin-top: 30px;
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .a2a_kit {
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .info-box .share p {
    font-size: 18px;
    font-weight: bold;

    margin: 0;

    color: #222;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .share p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .share p {
        font-size: 16px;
    }
}
.wrap-product-show .info-box .btn-inquiry {
    margin-top: 30px;
}
.wrap-product-show .info-box .btn-inquiry a {
    font-size: 14px;
    font-weight: bold;
    line-height: 44px;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    border-radius: 30px;
    background-color: #222;
}
.wrap-product-show .info-box .btn-inquiry a:hover {
    background-color: var(--color);
}
.wrap-product-show .product-table,
.wrap-product-show .parameter,
.wrap-product-show .comments,
.wrap-product-show .wrap-faq,
.wrap-product-show .relate-product {
    padding-top: 90px;
}
@media (max-width: 991px) {
    .wrap-product-show .product-table,
    .wrap-product-show .parameter,
    .wrap-product-show .comments,
    .wrap-product-show .wrap-faq,
    .wrap-product-show .relate-product {
        padding-top: 50px;
    }
}
.wrap-product-show .product-table .title,
.wrap-product-show .parameter .title,
.wrap-product-show .comments .title,
.wrap-product-show .wrap-faq .title,
.wrap-product-show .relate-product .title {
    text-align: left;
}
.wrap-product-show .product-table .table-box {
    overflow-x: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .product-table .table-box table {
    font-size: 16px;
    line-height: 1.2;
    line-height: 30px;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
}
@media (max-width: 767px) {
    .wrap-product-show .product-table .table-box table {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .product-table .table-box table tr,
.wrap-product-show .product-table .table-box table td,
.wrap-product-show .product-table .table-box table th {
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .product-table .table-box table tr:nth-child(odd) {
    background-color: #fff;
}
.wrap-product-show .product-table .table-box table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.wrap-product-show .product-table .table-box table td,
.wrap-product-show .product-table .table-box table th {
    font-weight: normal;

    padding: 10px 5% !important;

    border: 1px solid #c1c1c1;
}
@media (max-width: 480px) {
    .wrap-product-show .product-table .table-box table td,
    .wrap-product-show .product-table .table-box table th {
        padding: 8px !important;
    }
}
.wrap-product-show .product-table .table-box table tr p,
.wrap-product-show .product-table .table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .product-table .table-box table th {
    text-align: center;
}
.wrap-product-show .product-video {
    margin-top: 30px;
    padding: 12px;

    border: 1px solid #d7d7d7;
    border-radius: 12px;
}
@media (max-width: 767px) {
    .wrap-product-show .product-video {
        padding: 4px;
    }
}
.wrap-product-show .product-video .img-box {
    overflow: hidden;

    padding-bottom: 50.72463768%;

    border-radius: 12px;
}
.wrap-product-show .product-video .img-box iframe {
    position: absolute;

    width: 100%;
    height: 100%;
}
.wrap-product-show .parameter .text img {
    display: inline-block;

    max-width: 100%;
    height: auto !important;
    margin-top: 20px;

    vertical-align: top;
}
.wrap-product-show .parameter .text img.imgblock {
    margin-top: 20px;
}
.wrap-product-show .parameter .text .pmargin {
    margin: 0 -10px;
}
.wrap-product-show .parameter .text p {
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .text h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin-top: 0;
}
@media (max-width: 1470px) {
    .wrap-product-show .parameter .text h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .text h3 {
        font-size: 20px;
    }
}
.wrap-product-show .parameter .text h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    color: var(--color);
}
@media (max-width: 1470px) {
    .wrap-product-show .parameter .text h4 {
        font-size: 18px;
    }
}
.wrap-product-show .parameter .table-box {
    font-size: 20px;
    line-height: 30px;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin-top: 30px;

    color: #676a6e;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .table-box {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .table-box {
        font-size: 16px;
    }
}
.wrap-product-show .parameter .table-box table {
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table tr:nth-child(odd) {
    background-color: #f7f7f7;
}
.wrap-product-show .parameter .table-box table tr:nth-child(even) {
    background-color: #fcfcfc;
}
.wrap-product-show .parameter .table-box table tr:nth-child(1) {
    color: #fff;
    background-color: var(--color);
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
    font-weight: normal;

    padding: 20px !important;
}
@media (max-width: 480px) {
    .wrap-product-show .parameter .table-box table td,
    .wrap-product-show .parameter .table-box table th {
        padding: 8px !important;
    }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .parameter .table-box table th {
    text-align: center;
}
.wrap-product-show .title-product-show {
    position: relative;
    z-index: 2;
}
.wrap-product-show .title-product-show h2 {
    font-family: 'Glacial Indifference', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1470px) {
    .wrap-product-show .title-product-show h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show h2 {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-show p {
    font-size: 16px;
    line-height: 24px;

    margin: 8px 0 0 0;

    color: #676a6e;
}
.wrap-product-show .comments .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 30px 0;

    border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
    .wrap-product-show .comments .list .item {
        display: block;
    }
}
.wrap-product-show .comments .list .item .item-left {
    width: 40%;
}
@media (max-width: 767px) {
    .wrap-product-show .comments .list .item .item-left {
        width: 100%;
    }
}
.wrap-product-show .comments .list .item .item-left .title-comments h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1470px) {
    .wrap-product-show .comments .list .item .item-left .title-comments h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .comments .list .item .item-left .title-comments h3 {
        font-size: 18px;
    }
}
.wrap-product-show .comments .list .item .item-left .title-comments .date {
    font-size: 16px;
    line-height: 24px;

    display: block;

    color: var(--color);
}
.wrap-product-show .comments .list .item .item-left .title-comments .date:before {
    font-family: 'iconfont' !important;

    margin-right: 6px;

    content: '\e677';
}
.wrap-product-show .comments .list .item .item-left .text {
    margin-top: 14px;
}
.wrap-product-show .comments .list .item .item-left .text p {
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
.wrap-product-show .comments .list .item .item-right {
    width: 100%;
    /* margin-top: 70px; */
    padding-left: 0%;
}
@media (max-width: 767px) {
    .wrap-product-show .comments .list .item .item-right {
        width: 100%;
        /* margin-top: 20px; */
        padding-left: 0;
    }
}
.wrap-product-show .comments .list .item .item-right .img-box {
    padding-bottom: 57.14%;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
}
.wrap-product-show .comments .list .item .item-right .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .comments .list .item .item-right .img-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-show .relate-product .slick-relate-product {
    margin: 0 -15px;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-relate-product {
        margin: 0 -5px;
        margin-top: 10px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-relate-product .slick-slide {
        padding: 0 5px;
    }
}
.wrap-product-show .relate-product .item {
    margin-top: 14px;
}
.wrap-product-show .relate-product .slick-arrow {
    top: -80px;
    right: 100px;
    left: auto;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-arrow {
        top: -60px;
        right: 70px;
    }
}
.wrap-product-show .relate-product .slick-arrow.slick-next {
    right: 15px;
}
@media (min-width: 1200px) {
    .wrap-product-show-b .carousel {
        position: relative;

        padding-left: 140px;
    }
    .wrap-product-show-b .carousel .slider-nav {
        position: absolute;
        top: 0;
        left: 0;

        width: 115px;
        height: 100%;
        margin: 0;
        padding: 50px 0;
    }
    .wrap-product-show-b .carousel .slider-nav .slick-slide {
        padding: 8px 0;
    }
    .wrap-product-show-b .carousel .slider-nav .slick-arrow {
        top: 0;
        left: 50%;

        margin-left: -23px;

        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .wrap-product-show-b .carousel .slider-nav .slick-arrow.slick-next {
        top: auto;
        bottom: 0;

        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .wrap-product-show-b .carousel .slider-nav .item {
        border-radius: 12px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .wrap-product-show-b .carousel {
        padding-left: 120px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .wrap-product-show-b .carousel .slider-nav {
        width: 100px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .wrap-product-show-b .carousel .slider-nav .slick-slide {
        padding: 2px 0;
    }
}
.wrap-contact .contact {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-contact .contact {
        margin-top: 10px;
    }
}
.wrap-contact .contact ul li {
    text-align: center;
}
@media (max-width: 767px) {
    .wrap-contact .contact ul li {
        text-align: left;
    }
}
.wrap-contact .contact .item {
    font-size: 0;

    display: inline-block;

    margin-top: 30px;

    text-align: left;
}
@media (max-width: 767px) {
    .wrap-contact .contact .item {
        display: block;

        margin-top: 20px;
    }
}
.wrap-contact .contact .item .icon {
    font-size: 30px;
    line-height: 56px;

    display: inline-block;

    width: 76px;
    height: 76px;

    text-align: center;
    vertical-align: top;

    color: #fff;
    border: 10px solid #fae3cd;
    border-radius: 50%;
    background-color: var(--color);
}
@media (max-width: 1199px) {
    .wrap-contact .contact .item .icon {
        font-size: 24px;
        line-height: 50px;

        width: 60px;
        height: 60px;

        border-width: 5px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .item .icon {
        font-size: 20px;
    }
}
.wrap-contact .contact .item p {
    font-size: 18px;
    line-height: 24px;

    display: inline-block;

    width: -webkit-calc(100% - 76px);
    width: calc(100% - 76px);
    margin: 0;
    padding-left: 20px;

    vertical-align: top;

    color: #666;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .item p {
        font-size: 16px;

        padding-left: 10px;
    }
}
.wrap-contact .contact .item p b {
    font-family: 'Glacial Indifference', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    margin-bottom: 8px;

    color: #222;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .item p b {
        font-size: 18px;
    }
}
.wrap-contact .contact .item p a:hover {
    text-decoration: underline;

    color: var(--color);
}
.wrap-contact .contact .item:hover .icon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.wrap-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .wrap-order {
        display: block;
    }
}
.wrap-order .pic,
.wrap-order .text {
    width: 50%;
}
@media (max-width: 767px) {
    .wrap-order .pic,
    .wrap-order .text {
        width: 100%;
    }
}
.wrap-order .pic {
    overflow: hidden;
}
@media (min-width: 1920px) {
    .wrap-order .pic img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .wrap-order .pic img {
        width: 100%;
    }
}
.wrap-order .text {
    padding: 30px 14% 30px 3%;
}
@media (max-width: 1470px) {
    .wrap-order .text {
        padding-right: 4%;
    }
}
.wrap-order .text h3 {
    font-family: 'Glacial Indifference', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
}
@media (max-width: 1199px) {
    .wrap-order .text h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-order .text h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-order .text h3 {
        font-size: 20px;
    }
}
.wrap-order .text p {
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #444;
}
@media (max-width: 991px) {
    .wrap-order .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-sitemap .sitemap {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap>ul>li {
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>a {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    color: #fff;
    background-color: var(--color);
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    background-color: var(--color);
}
.wrap-sitemap .sitemap>ul>li>ul {
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li {
    position: relative;

    list-style: none;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a {
    font-size: 16px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a:before {
    content: '-';
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: var(--color);
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-inquiryinfo .title-inquiry h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: inline-block;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .wrap-inquiryinfo .title-inquiry h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .title-inquiry h2 {
        font-size: 24px;
    }
}
.wrap-inquiryinfo .title-inquiry h2 span {
    position: relative;
    z-index: 2;
}
.wrap-inquiryinfo .title-inquiry h2 .circle {
    display: inline-block;

    width: 60px;
    height: 60px;
    margin-left: -30px;

    vertical-align: middle;

    border-radius: 50%;
    background-color: var(--color);
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .title-inquiry h2 .circle {
        width: 50px;
        height: 50px;
    }
}
.wrap-inquiryinfo .title-inquiry p {
    font-size: 18px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #6b6b6b;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .title-inquiry p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .title-inquiry p {
        font-size: 14px;
    }
}
.wrap-inquiryinfo .inquiry-info {
    font-size: 0;

    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    text-transform: capitalize;

    background-color: #e5e5e5;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
        padding: 0;
    }
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
    font-size: 16px;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .inquiry-list {
    border-bottom: 1px solid #dfdfdf;
}
.wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-inquiryinfo .inquiry-info .pimg,
.wrap-inquiryinfo .inquiry-info .pname,
.wrap-inquiryinfo .inquiry-info .price,
.wrap-inquiryinfo .inquiry-info .psize,
.wrap-inquiryinfo .inquiry-info .number,
.wrap-inquiryinfo .inquiry-info .Operation {
    font-size: 14px;
    cursor: pointer;
    display: inline-block;

    padding: 20px 10px;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px) {
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .price,
    .wrap-inquiryinfo .inquiry-info .psize,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .price,
    .wrap-inquiryinfo .inquiry-info .psize,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .checkbox {
    width: 7%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .checkbox {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .Operation {
    width: 8%;
}
.wrap-inquiryinfo .inquiry-info .price {
    width: 8%;
}
.wrap-inquiryinfo .inquiry-info .psize {
    width: 7%;
}

@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .Operation {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg {
    width: 10%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .pimg {
        width: -webkit-calc(44% - 30px);
        width: calc(44% - 30px);
    }
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box {
    padding-bottom: 95.34883721%;
}
.wrap-inquiryinfo .inquiry-info .number {
    width: 12%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .number {
        width: -webkit-calc(56% - 30px);
        width: calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .pname {
    width: 10%;
}
.wrap-inquiryinfo .inquiry-info .check-all .substitite {
    padding-left: 0;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .check-all span {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span {
    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: middle;
}
.wrap-inquiryinfo .inquiry-info .check-all {
    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .hidden-xs {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .visible-xs {
    display: none;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .visible-xs {
        display: block;
    }
}
.wrap-inquiryinfo .inquiry-info .Each,
.wrap-inquiryinfo .inquiry-info .all {
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #999;
    border-radius: 50%;
    outline: none;
    background: none;

    -webkit-appearance: none;
}
.wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-inquiryinfo .inquiry-info .all:checked::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: var(--color);
}
.wrap-inquiryinfo .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: var(--color);
}
.wrap-inquiryinfo .inquiry-info input {
    font-size: 16px;
    line-height: 34px;

    position: relative;

    width: 60px;
    height: 34px;

    text-align: center;
    vertical-align: top;

    border: none;
    outline: none;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry-info input {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info input {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;

        border-right: none;
        border-left: none;
    }
}
.wrap-inquiryinfo .inquiry-info .del1,
.wrap-inquiryinfo .inquiry-info .add1 {
    font-size: 20px;
    line-height: 36px;

    display: inline-block;

    width: 34px;
    height: 36px;
    margin: 0;
    margin-top: -2px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
    background-color: #fff;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .del1,
    .wrap-inquiryinfo .inquiry-info .add1 {
        line-height: 25px;

        position: relative;
        z-index: 8;

        width: 25px;
        height: 25px;
        margin: 0 auto;

        border-radius: 2px;
    }
}
.wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-inquiryinfo .inquiry-info .add1:hover {
    color: #fff;
    border-color: var(--color);
    background-color: var(--color);
}
.wrap-inquiryinfo .inquiry-info .add1 {
    margin-top: -1px;
    margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic {
    border: 1px solid #dcdcdc;
}
.wrap-inquiryinfo .inquiry-info p {
    line-height: 24px;

    margin: 0;
}
.wrap-inquiryinfo .inquiry-info .colorbg img {
    width: 50px;
    height: 50px;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info p {
        font-size: 13px;

        margin-bottom: 4px;
    }
}
.wrap-inquiryinfo .iclose {
    float: left;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiryinfo .iclose::after {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .iclose::after {
        font-size: 16px;
    }
}
.wrap-inquiryinfo .iclose:hover::after {
    color: var(--color);
}
.wrap-inquiryinfo .iedit {
    float: left;
    cursor: pointer;
    text-align: center;
    opacity: 1;
}

.wrap-inquiryinfo .iedit::after {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;
    content: "\e884"; /* 替换为编辑图标的 Unicode */
    color: #787878;
}

/* 悬停效果（可选） */
.wrap-inquiryinfo .iedit:hover::after {
    color: #333; /* 可自定义悬停颜色 */
}

/* 响应式调整（可选） */
@media (max-width: 767px) {
    .wrap-inquiryinfo .iedit::after {
        font-size: 16px;
    }
}
.wrap-inquiryinfo .inquiry-message {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry-message {
        padding-top: 50px;
    }
}
.wrap-inquiryinfo .inquiry {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry {
        padding-top: 50px;
    }
}
.wrap-nosearch .nosearch {
    margin-top: 40px;
}
.wrap-nosearch .nosearch h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.wrap-nosearch .nosearch p {
    line-height: 22px;

    margin: 10px 0 0 0;
    padding: 10px 20px;

    color: #666;
    border: 1px solid #faedd1;
    border-radius: 5px;
    background-color: #fcf8e3;
}
.wrap-nosearch .product .item {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-nosearch .product .item {
        margin-top: 20px;
    }
}
nav {
    text-align: right;
}
.pagination {
    display: block;

    margin: 70px 0 0 0;
}
@media (max-width: 991px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination li {
    display: inline-block;

    margin: 0 8px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .pagination li {
        margin: 0 4px;
    }
}
.pagination li.prev a,
.pagination li.next a {
    color: #fff;
    border-radius: 50%;
    background-color: #222;
}
.pagination li.prev a:before,
.pagination li.next a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    content: '\e61f';
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media (max-width: 767px) {
    .pagination li.prev a:before,
    .pagination li.next a:before {
        font-size: 16px;
    }
}
.pagination li.prev:hover a,
.pagination li.next:hover a {
    color: #fff;
    border: none;
    background-color: var(--color);
}
.pagination li.next a:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.pagination li a {
    font-size: 16px;
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border: none;
    border-radius: 50%;
    background: none;
    background-color: #f0f0f0;
}
@media (max-width: 767px) {
    .pagination li a {
        font-size: 14px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination li a span {
    border-radius: 0;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border: 1px dashed #969698;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    border: 1px dashed #969698;
}
@media (max-width: 1199px) {
    .skiptranslate iframe {
        display: none;
    }
    .google-translation .skiptranslate {
        display: inline-block;
    }
    body {
        top: 0 !important;
    }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}
.map-content label {
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}

.hidden {
    display: none !important;
}

.zoom:after {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 33px;
    height: 33px;

    content: '';

    background: url(../images/icon.png);
}
.zoom img {
    display: block;
}
.zoom img::-moz-selection {
    background-color: transparent;
}
.zoom img::selection {
    background-color: transparent;
}
.wrap-inquiryinfo .inquiry-info .pname .colorbg span {
    width: 50px;
    height: 40px;
    border-radius: 8px;
    display: block;
}
.wrap-product-show .parameter {
    padding-top: 0;
}
.share-cn {
    display: none;
}
[lang=zh-CN] .share-cn {
    display: block;
}
[lang=zh-CN] .share-other {
    display: none;
}
.box-subscription .subscription .input-check {
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    min-height: 50px;
    padding: 10px 20px;

    resize: vertical;

    color: #666;
    border: 1px solid #bababa;
    outline: none;
    background: none;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-subscription .subscription .input-check span {
    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.box-subscription .subscription .input-check label {
    margin-right: 10px;

    cursor: pointer;
    /* 设置选中样式 */
}
.box-subscription .subscription .input-check label input {
    display: inline-block;

    margin-top: -2px;
    margin-right: 6px;

    vertical-align: middle;
}
.box-subscription .subscription .input-check label input[type='radio'] {
    line-height: 15px;

    position: relative;

    width: 15px;
    height: 15px;

    border: 1px solid #949494;
    /* 取消默认样式 */

    -webkit-appearance: none;
}
.box-subscription .subscription .input-check label input[type='radio']:checked {
    border-color: var(--color);
    background-color: var(--color);
}
.box-subscription .subscription .input-check label input[type='radio']:checked::after {
    position: absolute;
    top: 0;

    width: 15px;
    height: 15px;

    content: '✓';
    text-align: center;

    color: #fff;
}
