:root
{
    --pad: -webkit-calc(50vw - 825px);
    --pad:         calc(50vw - 825px);
}
@media (max-width: 1720px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 705px);
        --pad:         calc(50vw - 705px);
    }
}
@media (max-width: 1470px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 660px);
        --pad:         calc(50vw - 660px);
    }
}
@media (max-width: 1400px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 570px);
        --pad:         calc(50vw - 570px);
    }
}
@media (max-width: 1199px)
{
    :root
    {
        --pad: 6vw;
    }
}
@media (max-width: 991px)
{
    :root
    {
        --pad: 7.5vw;
    }
}
@media (max-width: 767px)
{
    :root
    {
        --pad: 15px;
    }
}
@-webkit-keyframes fadeInUp
{
    from
    {
        -webkit-transform: translate3d(0, 50%, 0);
                transform: translate3d(0, 50%, 0);

        opacity: 1;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
@keyframes fadeInUp
{
    from
    {
        -webkit-transform: translate3d(0, 50%, 0);
                transform: translate3d(0, 50%, 0);

        opacity: 1;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
@-webkit-keyframes fadeInDown
{
    from
    {
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);

        opacity: 0;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
@keyframes fadeInDown
{
    from
    {
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);

        opacity: 0;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
.iconfont
{
    font-size: inherit;
}
@font-face
{
    font-family: 'Instrument Sans';
    font-weight: 500;
    font-style: normal;

    src: local('Instrument Sans Medium'), local('InstrumentSans-Medium'), url('../fonts/InstrumentSans-Medium.woff2') format('woff2'), url('../fonts/InstrumentSans-Medium.woff') format('woff'), url('../fonts/InstrumentSans-Medium.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'Instrument Sans';
    font-weight: normal;
    font-style: normal;

    src: local('Instrument Sans Regular'), local('InstrumentSans-Regular'), url('../fonts/InstrumentSans-Regular.woff2') format('woff2'), url('../fonts/InstrumentSans-Regular.woff') format('woff'), url('../fonts/InstrumentSans-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'Plus Jakarta Sans';
    font-weight: bold;
    font-style: normal;

    src: local('Plus Jakarta Sans Bold'), local('PlusJakartaSans-Bold'), url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Bold.woff') format('woff'), url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-style: normal;

    src: local('Plus Jakarta Sans Medium'), local('PlusJakartaSans-Medium'), url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Medium.woff') format('woff'), url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-style: normal;

    src: local('Plus Jakarta Sans SemiBold'), local('PlusJakartaSans-SemiBold'), url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff'), url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'Montaga';
    font-weight: normal;
    font-style: normal;

    src: local('Montaga'), local('Montaga-Regular'), url('../fonts/Montaga-Regular.woff2') format('woff2'), url('../fonts/Montaga-Regular.woff') format('woff'), url('../fonts/Montaga-Regular.ttf') format('truetype');
    font-display: swap;
}
body
{
    font-family: 'Instrument Sans', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: normal;

    overflow-x: hidden;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
@media (max-width: 767px)
{
    body
    {
        font-size: 14px;
    }
}
.row
{
    --bs-gutter-x: 1.875rem;
}
:root
{
    scroll-behavior: unset;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img,
.img-box iframe
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.fszero
{
    font-size: 0;

    overflow: hidden;

    width: 0;
    height: 0;
}
.fszero h1
{
    margin: 0;
}
.wrap-map .map-content
{
    display: none;
}
[lang=zh-CN] .share-cn
{
    display: block;
}
[lang=zh-CN] .share-other
{
    display: none;
}
[lang=zh-CN] .wrap-map .map-content
{
    display: block;
}
[lang=zh-CN] .wrap-map .map
{
    display: none;
}
[lang=zh-CN] .box-follow
{
    display: none;
}
.a2a_kit
{
    display: inline-block;

    vertical-align: middle;
}
@-ms-viewport
{
    width: auto !important;
}
li,
ol,
ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
a,
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
button,
input,
textarea
{
    border: none;
    outline: none;
}
a[data-fancybox]
{
    outline: none;
}
a[data-fancybox] img
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
@media (min-width: 1200px)
{
    .wow
    {
        visibility: hidden;
    }
}
img[data-lazy]
{
    background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;

    background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy
{
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.loaded
{
    background-size: cover;
}
figure
{
    margin: 0;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img
{
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translateZ(1px);
            transform: translate3d(0, 0, 1px);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn
{
    margin-bottom: 0 !important;
}
.transform-0
{
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
}
.slick-disabled
{
    cursor: no-drop;

    opacity: .5;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1470px)
{
    .container
    {
        max-width: 1440px;
    }
}
@media (min-width: 1560px)
{
    .container
    {
        max-width: 1470px;
    }
}
@media (min-width: 1740px)
{
    .container
    {
        max-width: 1710px;
    }
    .con1410
    {
        max-width: 1440px;
    }
}
@media (max-width: 767px)
{
    .col-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
.fancybox__viewport
{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.fancybox__slide
{
    width: 100%;
    max-width: 80%;
    height: 100%;
    max-height: 80%;
}
.has-html5video .f-html,
.has-youtube .f-html,
.has-vimeo .f-html
{
    max-width: 100%;
    max-height: 100%;
}
.swiper-lazy
{
    background: url(../images/ajax-loader.gif) no-repeat center;
}
.scrollbar::-webkit-scrollbar
{
    position: absolute;
    z-index: 2;
    left: 0;

    width: 6px;
}
.scrollbar::-webkit-scrollbar-track
{
    background-color: #eee;
}
.scrollbar::-webkit-scrollbar-thumb
{
    background-color: #dcdcdc;
}
.slick-arrow
{
    font-size: 0;
    line-height: 52px;

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

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

    width: 52px;
    height: 52px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: none;
    background: #000;

        -ms-border-radius: 50%;
         -o-border-radius: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1560px)
{
    .slick-arrow
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        line-height: 30px;

        left: -30px;

        width: 30px;
        height: 30px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        top: auto;
        bottom: -40px;
        left: 50%;

        -webkit-transform: translateX(-110%);
            -ms-transform: translateX(-110%);
                transform: translateX(-110%);
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: block;

    content: '\e62f';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -4%;
    left: auto;
}
@media (max-width: 991px)
{
    .slick-arrow.slick-next
    {
        right: -30px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: 50%;

        -webkit-transform: translateX(110%);
            -ms-transform: translateX(110%);
                transform: translateX(110%);
    }
}
.slick-arrow.slick-next:before
{
    content: '\e62f';
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    background-color: #fc8d12;
}
.arrow-bottom
{
    padding-bottom: 80px;
}
@media (max-width: 1199px)
{
    .arrow-bottom
    {
        padding-bottom: 60px;
    }
}
@media (max-width: 767px)
{
    .arrow-bottom
    {
        padding-bottom: 50px;
    }
}
.arrow-bottom .slick-arrow
{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;

    -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
            transform: translateX(-120%);
}
.arrow-bottom .slick-arrow.slick-next
{
    right: 50%;
    left: auto;

    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
}
@media (max-width: 767px)
{
    .arrow-top-right
    {
        padding-bottom: 50px;
    }
}
.arrow-top-right .slick-arrow
{
    position: absolute;
    top: -90px;
    right: 60px;
    left: auto;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
@media (max-width: 1199px)
{
    .arrow-top-right .slick-arrow
    {
        top: -60px;
    }
}
@media (max-width: 991px)
{
    .arrow-top-right .slick-arrow
    {
        right: 50px;
    }
}
@media (max-width: 767px)
{
    .arrow-top-right .slick-arrow
    {
        top: auto;
        bottom: 0;
        left: 50%;

        -webkit-transform: translateX(-120%);
            -ms-transform: translateX(-120%);
                transform: translateX(-120%);
    }
}
.arrow-top-right .slick-arrow.slick-next
{
    right: 0;
}
@media (max-width: 767px)
{
    .arrow-top-right .slick-arrow.slick-next
    {
        right: 50%;
        left: auto;

        -webkit-transform: translateX(120%);
            -ms-transform: translateX(120%);
                transform: translateX(120%);
    }
}
.prev-next
{
    font-size: 0;
}
.prev-next .slick-arrow
{
    position: relative;
    top: auto;
    right: 0;
    left: 0;

    display: inline-block;

    margin: 0 20px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .prev-next .slick-arrow
    {
        margin: 0;
    }
}
.prev-next .slick-arrow.slick-next
{
    right: 0;
}
.slick-dots
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 60px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .slick-dots
    {
        margin-top: 30px;
    }
}
.slick-dots li
{
    width: 20px;
    height: 3px;
    margin: 0 3px;

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

    border-radius: 20px;
    background-color: rgba(0, 0, 0, .15);
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    width: 40px;

    background-color: #fc8d12;
}
.center
{
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}
.slick-list
{
    margin: 0 -15px;
}
@media (max-width: 1199px)
{
    .slick-list
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .slick-list
    {
        margin: 0 -5px;
    }
}
.slick-list .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 1199px)
{
    .slick-list .slick-slide
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .slick-list .slick-slide
    {
        padding: 0 5px;
    }
}
.share-cn
{
    display: none;
}
.addcart
{
    cursor: pointer;
}
.addcart.active .icon:before
{
    content: '\e69a';
}
.translate
{
    min-width: 158px;
}
@media (max-width: 767px)
{
    .translate
    {
        min-width: 145px;
    }
}
@media (max-width: 767px)
{
    .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span
    {
        font-size: 12px;
    }
}
.translate .goog-te-gadget-simple
{
    border-color: #fff;
}
.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;
}
.mt-30
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .mt-30
    {
        margin-top: 20px;
    }
}
.mt-40
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .mt-40
    {
        margin-top: 20px;
    }
}
.mt-50
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .mt-50
    {
        margin-top: 30px;
    }
}
.mt-60
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .mt-60
    {
        margin-top: 30px;
    }
}
.common-share ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -15px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .common-share ul
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .common-share ul
    {
        margin: 0 -5px;
    }
}
.common-share ul li
{
    padding: 0 15px;
}
@media (max-width: 1199px)
{
    .common-share ul li
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .common-share ul li
    {
        padding: 0 5px;
    }
}
.common-share ul li a
{
    font-size: 30px;
    line-height: 1;

    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 1400px)
{
    .common-share ul li a
    {
        font-size: 24px;
    }
}
.common-share ul li a:hover
{
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);

    color: #fc8d12;
}
.func
{
    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;
}
.func .upload-btn
{
    font-size: 16px;
    line-height: 2;

    background: none;
}
.func .upload-btn:after
{
    display: inline-block;

    margin-left: 4px;

    content: '+';
    vertical-align: middle;
}
.func .upload-btn.active:after
{
    content: '-';
}
.func .upload-btn:hover
{
    text-decoration: underline;
}
.upload-box
{
    display: none;

    margin-top: 30px;
}
.upload-box .tit
{
    font-size: 16px;
    line-height: 1.5;
}
.upload-box .upload-wrap
{
    margin-top: 10px;

    text-align: center;
}
.upload-box .upload-wrap h3
{
    font-size: 34px;

    margin: 0 0 35px;
}
@media (max-width: 1199px)
{
    .upload-box .upload-wrap h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .upload-box .upload-wrap h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap h3
    {
        font-size: 20px;

        margin-bottom: 20px;
    }
}
.upload-box .upload-wrap .file-input
{
    position: relative;

    padding: 20px 15px;

    border: 1px solid #ddd;
}
.upload-box .upload-wrap .file-preview
{
    padding: 0;

    border: none;
}
.upload-box .upload-wrap .file-drop-zone
{
    min-height: 280px;
    margin: 0;
}
@media (max-width: 767.98px)
{
    .upload-box .upload-wrap .file-drop-zone
    {
        min-height: 200px;
    }
}
.upload-box .upload-wrap .file-drop-zone.clickable:hover
{
    border: 1px dashed #fc8d12;
}
.upload-box .upload-wrap .file-caption-main
{
    padding: 0 20px;
}
.upload-box .upload-wrap .file-caption-main > .file-caption
{
    display: none;
}
.upload-box .upload-wrap .file-caption-name
{
    display: none !important;
}
.upload-box .upload-wrap .input-group
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.upload-box .upload-wrap .input-group > *
{
    margin-top: 10px;
    margin-left: 5px !important;
}
@media (max-width: 575.98px)
{
    .upload-box .upload-wrap .input-group .btn
    {
        font-size: 12px;
    }
}
.upload-box .upload-wrap .input-group-btn
{
    text-align: right;
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .input-group-btn > * .glyphicon
    {
        font-size: .9em;
    }
}
.upload-box .upload-wrap .input-group-btn > * > span.hidden-xs
{
    display: inline-block !important;
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .input-group-btn > * > span.hidden-xs
    {
        font-size: 12px;
    }
}
.upload-box .upload-wrap .fileinput-upload-button
{
    display: inline-block;
}
.upload-box .upload-wrap .btn-file
{
    border-color: #fc8d12;
    border-radius: 0 !important;
    background-color: #fc8d12;
}
.upload-box .upload-wrap .kv-upload-progress
{
    padding: 0 15px;
}
.upload-box .upload-wrap .file-thumb-progress
{
    position: relative;
    top: 0;
    right: auto;
    left: 0;
}
.upload-box .upload-wrap .file-preview-thumbnails
{
    padding: 0 5px;
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .file-preview-thumbnails
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
.upload-box .upload-wrap .file-live-thumbs
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    margin: 0 -5px;

    text-align: left;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.upload-box .upload-wrap .file-drop-zone-title
{
    font-size: 20px;

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

    width: 100%;
    min-height: 260px;
    padding: 30px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767.98px)
{
    .upload-box .upload-wrap .file-drop-zone-title
    {
        min-height: 180px;
    }
}
.upload-box .upload-wrap .file-drop-zone-title span
{
    font-size: .5em;

    display: block;

    margin-top: 10px;
    padding: 0 5px;
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .file-drop-zone-title
    {
        font-size: 1em;

        padding: 10px 0;
    }
}
.upload-box .upload-wrap .file-preview-frame
{
    display: block;

    width: 150px;
    max-width: -webkit-calc(20% - 16px) !important;
    max-width:         calc(20% - 16px) !important;
    height: auto !important;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .upload-box .upload-wrap .file-preview-frame
    {
        max-width: -webkit-calc(25% - 16px) !important;
        max-width:         calc(25% - 16px) !important;
    }
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .file-preview-frame .file-other-icon
    {
        font-size: 10vw;
    }
}
@media (max-width: 575px)
{
}
.upload-box .upload-wrap .file-preview-frame .kv-file-content
{
    position: relative;

    overflow: hidden;

    width: 100% !important;
    height: auto !important;
    padding-bottom: 100%;
}
.upload-box .upload-wrap .file-preview-frame .kv-file-content > *
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover;
}
.upload-box .upload-wrap .file-preview-frame .file-thumbnail-footer
{
    height: auto;
}
.upload-box .upload-wrap .file-preview-frame .file-preview-other
{
    position: absolute;

    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.upload-box .upload-wrap .file-preview-frame .file-preview-other .glyphicon
{
    display: block;
}
.upload-box .upload-wrap .krajee-default .file-footer-caption
{
    margin-bottom: 0;
}
.upload-box .upload-wrap .krajee-default .file-caption-info,
.upload-box .upload-wrap .krajee-default .file-size-info
{
    width: 100%;
    height: auto;
}
.upload-box .upload-wrap .file-upload-indicator .glyphicon
{
    font-size: 16px;

    display: block;
}
.upload-box .upload-wrap .file-thumbnail-footer
{
    position: initial;
}
.upload-box .upload-wrap .file-footer-buttons
{
    float: none;
}
.upload-box .upload-wrap .file-footer-buttons > button
{
    display: none !important;
}
.upload-box .upload-wrap .file-footer-buttons > button.kv-file-remove
{
    display: block !important;

    border: none;
}
.upload-box .upload-wrap .file-actions
{
    position: absolute;
    top: 0;
    right: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.upload-box .upload-wrap .file-caption-icon
{
    display: none !important;
}
.upload-box .upload-wrap .file-footer-caption
{
    font-size: 1em;
    line-height: 1.2;

    width: 100%;
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .file-footer-caption
    {
        font-size: 12px;
    }
}
.upload-box .upload-wrap .file-footer-caption samp
{
    display: none;
}
.upload-box .upload-wrap .kv-fileinput-error .close
{
    position: relative;
    z-index: 2;
}
.formbox
{
    margin-top: 20px;
}
.formbox form
{
    /* label */
    /* input & textarea */
    /* 初始状态（有 placeholder） */
    /* 聚焦 或 有内容 */
    /* group-read 状态 */
}
.formbox form ul
{
    margin: 0 -10px;
}
.formbox form ul li
{
    padding: 0 10px;
}
.formbox form .group
{
    position: relative;

    margin-top: 20px;
}
.formbox form .group label
{
    font-size: 16px;
    line-height: 50px;

    position: absolute;
    z-index: 3;
    top: 0;
    left: 20px;

    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    pointer-events: none;

    color: #444;
    border-radius: 4px;
}
@media (max-width: 1400px)
{
    .formbox form .group label
    {
        left: 20px;
    }
}
@media (max-width: 767px)
{
    .formbox form .group label
    {
        font-size: 14px;
        line-height: 40px;

        left: 10px;
    }
}
.formbox form .group input,
.formbox form .group textarea
{
    font-size: 15px;
    line-height: 30px;

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

    resize: vertical;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;

    border-radius: 8px;
    outline: none;
    background: #f7ede2;
}
@media (max-width: 767px)
{
    .formbox form .group input,
    .formbox form .group textarea
    {
        font-size: 14px;
        line-height: 20px;

        padding: 10px;
    }
}
.formbox form .group input:placeholder-shown + label,
.formbox form .group textarea:placeholder-shown + label
{
    top: 0;
}
.formbox form .group input:focus + label,
.formbox form .group textarea:focus + label,
.formbox form .group input:not(:placeholder-shown) + label,
.formbox form .group textarea:not(:placeholder-shown) + label
{
    top: -32px;
    left: 20px;

    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);

    opacity: .8;
}
@media (max-width: 767px)
{
    .formbox form .group input:focus + label,
    .formbox form .group textarea:focus + label,
    .formbox form .group input:not(:placeholder-shown) + label,
    .formbox form .group textarea:not(:placeholder-shown) + label
    {
        top: -25px;
        left: 10px;
    }
}
.formbox form .group-read input
{
    font-size: 16px;

    color: #fff !important;
    border-color: #fc8d12 !important;
    background: #fc8d12 !important;
}
@media (max-width: 1560px)
{
    .formbox form .group-read input
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .formbox form .group-read input
    {
        font-size: 18px;
    }
}
.formbox form button
{
    padding: 0;

    background: none;
}
.formbox-white form
{
    color: #fff;
}
.formbox-white form .group label
{
    color: #fff;
}
.formbox-white form .group input,
.formbox-white form .group textarea
{
    opacity: .6;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 6px;
    background: rgba(255, 255, 255, .11);

    -webkit-backdrop-filter: blur(41.79999924px);
            backdrop-filter: blur(41.79999924px);
}
.formbox-white form .func button
{
    color: #fff;
}
.formbox-white form .submit-group .common-button button
{
    color: #fc8d12;
    background: #fff;
}
.formbox-white form .submit-group .common-button button .iconfont
{
    color: #fff;
    background-color: #fc8d12;
}
.wrap-reviews .slick-reviews
{
    margin-top: 30px;
}
.wrap-reviews .slick-arrow
{
    background-color: #fff;
}
.wrap-reviews .slick-arrow:hover
{
    background-color: #fc8d12;
}
.wrap-reviews .item
{
    padding: 20px;

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

    border-radius: 4px;
    background: #f7ede2;
}
.wrap-reviews .item .title-reviews
{
    line-height: 30px;

    padding: 10px 0;

    border-bottom: 1px solid #d7d3ce;
}
.wrap-reviews .item .title-reviews h4
{
    font-size: 20px;
    font-weight: 500;

    margin: 0;

    text-transform: capitalize;
}
.wrap-reviews .item .title-reviews h4 span
{
    min-width: 90px;
    margin-right: 6px;
}
.wrap-reviews .item .title-reviews h4 .icon
{
    font-size: 12px;

    margin-right: 5px;

    color: #a41517;
}
.wrap-reviews .item .title-reviews .date
{
    font-size: 14px;

    color: #666;
}
.wrap-reviews .item .title-reviews .date .iconfont
{
    float: left;

    margin-right: 4px;

    color: #a41517;
}
.wrap-reviews .item .note
{
    padding: 14px 0;
}
.wrap-reviews .write-reviews
{
    margin-top: 30px;
    padding: 30px;

    border-radius: 20px;
    background: #f7ede2;
}
@media (max-width: 991px)
{
    .wrap-reviews .write-reviews
    {
        margin-top: 20px;
        padding: 20px 15px;
    }
}
.wrap-reviews .write-reviews .title-write h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 991px)
{
    .wrap-reviews .write-reviews .title-write h3
    {
        font-size: 20px;
    }
}
.wrap-reviews .write-reviews .message form ul
{
    margin: 0 -10px;
}
.wrap-reviews .write-reviews .message form ul li
{
    padding: 0 10px;
}
.wrap-reviews .write-reviews .message form .group
{
    position: relative;

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

    border-radius: 10px;
    background: #fff;
}
.wrap-reviews .write-reviews .message form .group-read
{
    overflow: hidden;

    background: #000;
}
.wrap-reviews .write-reviews .message form .group-read input
{
    line-height: 26px;

    width: 100%;
    padding: 10px;

    border-radius: 4px;
    outline: none;
    background: none;
    background: #fff;
}
.wrap-reviews .write-reviews .message form .group label
{
    line-height: 46px;

    position: absolute;
    top: 0;
    left: 10px;

    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.wrap-reviews .write-reviews .message form .group input,
.wrap-reviews .write-reviews .message form .group textarea
{
    line-height: 30px;

    position: relative;
    z-index: 2;

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

    border-radius: 0;
    border-radius: 4px;
    outline: 0;
    background: none;
}
.wrap-reviews .write-reviews .message form .group input:placeholder-shown + label,
.wrap-reviews .write-reviews .message form .group textarea:placeholder-shown + label
{
    top: 0;

    background-color: transparent;
}
.wrap-reviews .write-reviews .message form .group input:focus + label,
.wrap-reviews .write-reviews .message form .group textarea:focus + label,
.wrap-reviews .write-reviews .message form .group input:valid + label,
.wrap-reviews .write-reviews .message form .group textarea:valid + label
{
    top: -32px;
    left: 10px;

    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);

    opacity: .8;
}
.wrap-reviews .write-reviews .message form .group textarea
{
    resize: none;
}
.wrap-reviews .write-reviews .message form button
{
    padding: 0;

    background: none;
}
.review-box
{
    padding-top: 20px;
}
.review-box p
{
    font-size: 17px;

    margin: 0 0 0 20px;

    color: #282828;
}
@media (max-width: 1199px)
{
    .review-box p
    {
        font-size: 16px;

        margin: 0 0 0 10px;
    }
}
.review-box .ratingbox
{
    line-height: 50px;

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

    padding: 0;

    border: none;
    border-radius: 0;
    border-radius: 3px;
    background: transparent;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .review-box .ratingbox
    {
        line-height: 40px;
    }
}
.review-box .ratingbox .rating
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    width: -webkit-max-content;
    width:    -moz-max-content;
    width:         max-content;
    padding: 0 0;

    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.review-box .ratingbox .rating input
{
    display: none !important;
}
.review-box .ratingbox .rating input:checked ~ label svg
{
    fill: #f85e03;
}
.review-box .ratingbox .rating label
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-right: 5px;

    cursor: pointer;

    color: #f85e03;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.review-box .ratingbox .rating label::before
{
    display: none !important;
}
.review-box .ratingbox .rating label svg
{
    width: 24px;
    height: 24px;

    -webkit-transition: all .35s;
            transition: all .35s;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);

    fill: none;
    stroke: #f85e03;
    stroke-width: 2px;
}
.review-box .ratingbox .rating label:hover svg,
.review-box .ratingbox .rating label:hover ~ label svg
{
    fill: #f85e03;
}
.upload-btn
{
    font-family: 'Plus Jakarta Sans';
    line-height: 30px;

    padding: 0;

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

    background: none;
}
.upload-btn.active,
.upload-btn:hover
{
    color: #fc8d12;
}
.upload-box
{
    display: none;

    margin-top: 30px;
}
.upload-box .tit
{
    font-size: 16px;
    line-height: 1.5;
}
.upload-box .upload-wrap
{
    margin-top: 10px;

    text-align: center;
}
.upload-box .upload-wrap h3
{
    font-size: 34px;

    margin: 0 0 35px;
}
@media (max-width: 1199px)
{
    .upload-box .upload-wrap h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .upload-box .upload-wrap h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap h3
    {
        font-size: 20px;

        margin-bottom: 20px;
    }
}
.upload-box .upload-wrap .file-input
{
    position: relative;

    padding: 20px 15px;

    border: 1px solid #ddd;
}
.upload-box .upload-wrap .file-preview
{
    padding: 0;

    border: none;
}
.upload-box .upload-wrap .file-drop-zone
{
    min-height: 280px;
    margin: 0;
}
@media (max-width: 767.98px)
{
    .upload-box .upload-wrap .file-drop-zone
    {
        min-height: 200px;
    }
}
.upload-box .upload-wrap .file-drop-zone.clickable:hover
{
    border: 1px dashed #fc8d12;
}
.upload-box .upload-wrap .file-caption-main
{
    padding: 0 20px;
}
.upload-box .upload-wrap .file-caption-main > .file-caption
{
    display: none;
}
.upload-box .upload-wrap .file-caption-name
{
    display: none !important;
}
.upload-box .upload-wrap .input-group
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.upload-box .upload-wrap .input-group > *
{
    margin-top: 10px;
    margin-left: 5px !important;
}
@media (max-width: 575.98px)
{
    .upload-box .upload-wrap .input-group .btn
    {
        font-size: 12px;
    }
}
.upload-box .upload-wrap .input-group-btn
{
    text-align: right;
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .input-group-btn > * .glyphicon
    {
        font-size: .9em;
    }
}
.upload-box .upload-wrap .input-group-btn > * > span.hidden-xs
{
    display: inline-block !important;
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .input-group-btn > * > span.hidden-xs
    {
        font-size: 12px;
    }
}
.upload-box .upload-wrap .fileinput-upload-button
{
    display: inline-block;
}
.upload-box .upload-wrap .btn-file
{
    border-color: #fc8d12;
    border-radius: 0 !important;
    background-color: #fc8d12;
}
.upload-box .upload-wrap .kv-upload-progress
{
    padding: 0 15px;
}
.upload-box .upload-wrap .file-thumb-progress
{
    position: relative;
    top: 0;
    right: auto;
    left: 0;
}
.upload-box .upload-wrap .file-preview-thumbnails
{
    padding: 0 5px;
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .file-preview-thumbnails
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
.upload-box .upload-wrap .file-live-thumbs
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    margin: 0 -5px;

    text-align: left;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.upload-box .upload-wrap .file-drop-zone-title
{
    font-size: 20px;

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

    width: 100%;
    min-height: 260px;
    padding: 30px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767.98px)
{
    .upload-box .upload-wrap .file-drop-zone-title
    {
        min-height: 180px;
    }
}
.upload-box .upload-wrap .file-drop-zone-title span
{
    font-size: .5em;

    display: block;

    margin-top: 10px;
    padding: 0 5px;
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .file-drop-zone-title
    {
        font-size: 1em;

        padding: 10px 0;
    }
}
.upload-box .upload-wrap .file-preview-frame
{
    display: block;

    width: 150px;
    max-width: -webkit-calc(20% - 16px) !important;
    max-width:         calc(20% - 16px) !important;
    height: auto !important;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .upload-box .upload-wrap .file-preview-frame
    {
        max-width: -webkit-calc(25% - 16px) !important;
        max-width:         calc(25% - 16px) !important;
    }
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .file-preview-frame .file-other-icon
    {
        font-size: 10vw;
    }
}
@media (max-width: 575px)
{
}
.upload-box .upload-wrap .file-preview-frame .kv-file-content
{
    position: relative;

    overflow: hidden;

    width: 100% !important;
    height: auto !important;
    padding-bottom: 100%;
}
.upload-box .upload-wrap .file-preview-frame .kv-file-content > *
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover;
}
.upload-box .upload-wrap .file-preview-frame .file-thumbnail-footer
{
    height: auto;
}
.upload-box .upload-wrap .file-preview-frame .file-preview-other
{
    position: absolute;

    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.upload-box .upload-wrap .file-preview-frame .file-preview-other .glyphicon
{
    display: block;
}
.upload-box .upload-wrap .krajee-default .file-footer-caption
{
    margin-bottom: 0;
}
.upload-box .upload-wrap .krajee-default .file-caption-info,
.upload-box .upload-wrap .krajee-default .file-size-info
{
    width: 100%;
    height: auto;
}
.upload-box .upload-wrap .file-upload-indicator .glyphicon
{
    font-size: 16px;

    display: block;
}
.upload-box .upload-wrap .file-thumbnail-footer
{
    position: initial;
}
.upload-box .upload-wrap .file-footer-buttons
{
    float: none;
}
.upload-box .upload-wrap .file-footer-buttons > button
{
    display: none !important;
}
.upload-box .upload-wrap .file-footer-buttons > button.kv-file-remove
{
    display: block !important;

    border: none;
}
.upload-box .upload-wrap .file-actions
{
    position: absolute;
    top: 0;
    right: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.upload-box .upload-wrap .file-caption-icon
{
    display: none !important;
}
.upload-box .upload-wrap .file-footer-caption
{
    font-size: 1em;
    line-height: 1.2;

    width: 100%;
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .file-footer-caption
    {
        font-size: 12px;
    }
}
.upload-box .upload-wrap .file-footer-caption samp
{
    display: none;
}
.upload-box .upload-wrap .kv-fileinput-error .close
{
    position: relative;
    z-index: 2;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .header
    {
        background-color: rgba(0, 0, 0, .4);

        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
    }
}
.header .logo
{
    height: 85px;

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

    height: 100%;
}
.header .cart
{
    line-height: 36px;

    position: relative;

    width: 36px;
    height: 36px;
    margin-left: 16px;

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

    border: .5px solid rgba(255, 247, 242, .3);
    border-radius: 100px;
    background: rgba(255, 247, 242, .05);
}
.header .cart span
{
    font-size: 12px;
    line-height: 14px;

    position: absolute;
    top: -4px;
    right: -6px;

    width: 14px;
    height: 14px;

    color: #fff;
    border-radius: 50%;
    background-color: #fc8d12;
}
.header .cart:hover
{
    border-color: #fc8d12;
    background-color: #fc8d12;
}
.header .language
{
    position: relative;

    margin-left: 16px;
}
.header .language span
{
    font-weight: 500;
    line-height: 36px;

    position: relative;

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

    padding: 0 20px;

    cursor: pointer;
    white-space: nowrap;
    letter-spacing: .32px;

    border: .5px solid rgba(255, 247, 242, .3);
    border-radius: 50px;
    background: rgba(255, 247, 242, .05);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .header .language span
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
}
.header .language span .icon-down
{
    font-size: 16px;

    margin-left: 10px;
}
.header .language:hover span
{
    border-color: #fc8d12;
    background-color: #fc8d12;
}
.header .language ul
{
    font-size: 0;

    position: absolute;
    z-index: 6;
    top: 100%;
    right: -30px;

    display: none;

    width: 500px;
    padding: 20px;

    color: #000;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .header .language ul
    {
        right: -100px;

        width: 300px;
    }
}
.header .language ul li
{
    font-size: 16px;

    display: inline-block;

    width: 33.333%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .header .language ul li
    {
        font-size: 14px;

        width: 50%;
    }
}
.header .language ul li a
{
    line-height: 30px;

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

    padding: 10px;

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

    border-radius: 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .header .language ul li a
    {
        line-height: 24px;
    }
}
.header .language ul li a img
{
    display: block;

    width: 30px;
    margin-right: 10px;
}
.header .language ul li:hover a
{
    background-color: #eee;
}
.header .quote
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0 5%;

    background-color: #fc8d12;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1920px)
{
    .header .quote
    {
        padding: 0 3%;
    }
}
@media (max-width: 1690px)
{
    .header .quote
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header .quote
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .header .quote
    {
        background: none;
    }
    .header .quote:before
    {
        display: block;

        width: 1px;
        height: 14px;
        margin: 0 5px;

        content: '';

        background: rgba(0, 0, 0, .2);
    }
}
.header .quote .icon
{
    display: none;
}
@media (max-width: 767px)
{
    .header .quote .icon
    {
        font-size: 24px;

        display: block;

        color: #000;
    }
}
@media (max-width: 767px)
{
    .header .quote .now-hover
    {
        padding: 0 10px;
    }
    .header .quote .now-hover-group
    {
        display: none;
    }
}
.header .serach-part
{
    margin-left: 30px;

    cursor: pointer;
}
@media (max-width: 1400px)
{
    .header .serach-part
    {
        margin-left: 10px;
    }
}
.header .find
{
    line-height: 36px;

    width: 36px;
    height: 36px;

    text-align: center;

    border: .5px solid rgba(255, 247, 242, .3);
    border-radius: 100px;
    background: rgba(255, 247, 242, .05);
}
.header .find:hover
{
    border-color: #fc8d12;
    background-color: #fc8d12;
}
.header .search-wrap
{
    font-size: 14px;

    position: fixed;
    z-index: 9;
    top: -15px;
    left: 50%;

    display: none;

    width: 100vw;
    height: 100vh;
    padding: 10px;

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

    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .search-wrap .search-close
{
    position: absolute;
    top: 5%;
    right: 10%;

    cursor: pointer;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .search-wrap .search-close
    {
        right: 5%;
    }
}
.header .search-wrap .search-close .iconfont
{
    font-size: 30px;
}
.header .search-wrap .search-box
{
    position: absolute;
    top: 50%;
    left: 10%;

    overflow: hidden;

    width: 80%;

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

    border-radius: 6px;
}
@media (max-width: 1199px)
{
    .header .search-wrap .search-box
    {
        left: 5%;

        width: 90%;
    }
}
.header .search-wrap input
{
    line-height: 30px;

    width: 100%;
    padding: 15px;

    color: #666;
}
.header .search-wrap .submit
{
    font-size: 20px;
    line-height: 60px;

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

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

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

    border-radius: 0;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .search-wrap .submit:hover
{
    color: #fff;
    background-color: #fc8d12;
}
.header .btn-menu
{
    position: relative;

    display: none;

    width: 30px;
    height: 40px;
    margin-left: 10px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1199px)
{
    .header .btn-menu
    {
        display: inline-block;

        vertical-align: middle;
    }
}
.header .btn-menu div
{
    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 div:before,
.header .btn-menu div:after
{
    display: block;

    height: 2px;

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

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

    height: 2px;
    margin: 5px 0;

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

    background: #fff;
}
@media (min-width: 1200px)
{
    .nav-pc__list
    {
        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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .nav-pc__item
    {
        position: relative;

        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;
    }
    .nav-pc__item--more .nav-pc__link:after
    {
        font-family: 'iconfont' !important;

        margin-left: 6px;

        content: '\ee4a';
    }
    .nav-pc__item--active > .nav-pc__link,
    .nav-pc__item:hover > .nav-pc__link
    {
        color: #fc8d12;
    }
    .nav-pc__link
    {
        font-size: 18px;
        font-weight: 500;

        position: relative;

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

        height: 100px;
        padding: 0 32px;

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

        -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;
    }
    .nav-pc__sub-list
    {
        font-size: 14px;

        position: absolute;
        z-index: 9;
        top: 100%;
        left: 0;

        display: none;

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

        text-align: left;

        color: #222;
        border-radius: 6px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .nav-pc__sub-item
    {
        position: relative;
    }
    .nav-pc__sub-item:hover > .nav-pc__sub-link
    {
        color: #fff;
        background-color: #fc8d12;
    }
    .nav-pc__sub-item:hover > .nav-pc__third-list
    {
        display: block;
    }
    .nav-pc__sub-link
    {
        font-size: 15px;
        line-height: 24px;

        display: block;

        padding: 10px 24px;

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

        border-radius: 6px;
    }
    .nav-pc__third-list
    {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        padding: 10px;

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .nav-pc__third-item:hover > .nav-pc__third-link
    {
        color: #fff;
        background-color: #fc8d12;
    }
    .nav-pc__third-link
    {
        line-height: 24px;

        display: block;

        padding: 5px 20px;

        -webkit-transition: all .2s;
                transition: all .2s;
        white-space: nowrap;
    }
}
@media (min-width: 1200px) and (max-width: 1720px)
{
    .nav-pc__link
    {
        padding: 0 28px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .nav-pc__link
    {
        font-size: 16px;

        padding: 0 24px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .nav-pc__sub-link
    {
        padding: 5px 20px;
    }
}
@media (max-width: 1199px)
{
    .nav-pc
    {
        display: none;
    }
}
.header.stuck
{
    background-color: rgba(0, 0, 0, .4);

    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}
@media (max-width: 1199px)
{
    .header.stuck
    {
        height: 60px;
    }
}
.header.stuck .logo
{
    height: 70px;
}
@media (max-width: 1199px)
{
    .header.stuck .logo
    {
        height: 60px;
    }
}
.header.stuck .nav-pc__link
{
    height: 80px;
}
.hc-mobile-nav
{
    text-transform: capitalize;
}
.hc-mobile-nav .lst-clone
{
    display: none;
}
.hc-mobile-nav p
{
    margin: 0;
}
.hc-mobile-nav li.nav-close
{
    padding-top: 40px;
}
.hc-mobile-nav .nav-list2 li.nav-parent > a
{
    padding-right: 44px;
    padding-left: 30px;
}
.hc-mobile-nav .nav-list3 li a
{
    padding-left: 40px;
}
.hc-mobile-nav ul
{
    text-indent: 0 !important;
}
.hc-mobile-nav .nav-wrapper
{
    color: #333;
    background-color: #fff;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover
{
    background-color: #eee;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before
{
    border-color: #222;
}
.hc-mobile-nav:not(.touch-device) a:hover
{
    background-color: #eee;
}
.online-wrap
{
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .online-wrap
    {
        top: auto;
        bottom: 100px;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.online-wrap .btn
{
    line-height: 44px;

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

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

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

    display: inline-block;

    content: '\eab3';
    -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: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: relative;

    padding: 8px;

    -webkit-transition: right .3s;
            transition: right .3s;

    border-radius: 50px;
    background-color: rgba(0, 0, 0, .3);
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        position: absolute;
        top: auto;
        right: -60px;
        bottom: 70px;

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

    position: relative;

    display: block;

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

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

    color: #fff;
    border-radius: 50%;
}
.online-wrap .online a .iconfont
{
    font-size: 24px;
}
.online-wrap .online a:hover
{
    background-color: #fc8d12;
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
.online-wrap .online .codenum
{
    position: relative;
}
.online-wrap .online .codenum .open-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .codenum .open-num p
{
    line-height: 44px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    border-radius: 50px;
    background: #fc8d12;
}
@media (min-width: 1200px)
{
    .online-wrap .online .codenum:hover .open-num
    {
        right: 100%;
    }
}
.online-wrap .online .code
{
    position: relative;
}
@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 .online-cart span
{
    font-size: 12px;
    line-height: 18px;

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

    width: 18px;
    height: 18px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #fc8d12;
}
.xs-online
{
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom:         calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom:         calc(env(safe-area-inset-bottom) - 15px);

    color: #fff;
    background-color: #fc8d12;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online .open-top
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;

    background-color: #fc8d12;
}
.xs-online .open-top a
{
    line-height: 24px;

    display: inline-block;

    padding: 5px 10px;

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

    border-right: 1px solid rgba(255, 255, 255, .3);
}
.xs-online .open-top a .iconfont
{
    font-size: 20px;

    display: block;
}
.xs-online ul
{
    margin: 0;
    padding: 0;

    text-align: center;
}
.xs-online ul li
{
    position: relative;

    float: left;

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
.xs-online ul li > a .iconfont
{
    font-size: 20px;

    display: block;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.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.xs-online-wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.banner
{
    font-size: 0;

    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    clear: both;
    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 43.22916667%;
}
.banner .banner-text
{
    font-size: 16px;

    position: absolute;
    z-index: 6;
    top: 50%;
    left: 0;

    width: 100%;

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

    color: #fff;
}
.banner .text
{
    max-width: 50%;
}
@media (max-width: 1199px)
{
    .banner .text
    {
        max-width: 80%;
    }
}
@media (max-width: 767px)
{
    .banner .text
    {
        max-width: 100%;
        padding: 0 5%;
    }
}
.banner .title .subtitle
{
    color: #fff;
}
.banner .title .subtitle:before
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(51%, #ee1d23));
    background: -webkit-linear-gradient(top, #fff 50%, #ee1d23 51%);
    background:         linear-gradient(180deg, #fff 50%, #ee1d23 51%);
}
@media (max-width: 767px)
{
    .banner .title h2
    {
        font-size: 20px;
    }
}
.banner .editor-content
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .banner .editor-content
    {
        display: none;
    }
}
.banner .editor-content p
{
    color: #fff;
}
.banner .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .banner .link
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .link
    {
        margin-top: 10px;
    }
}
.banner .link .tel
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-right: 30px;
    padding: 18px 20px;

    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .banner .link .tel
    {
        margin-right: 20px;
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .banner .link .tel
    {
        display: none;
    }
}
.banner .link .tel .icon
{
    font-size: 24px;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;
    margin-right: 16px;

    text-align: center;

    color: #fff;
    background-color: #fc8d12;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1199px)
{
    .banner .link .tel .icon
    {
        font-size: 20px;
        line-height: 40px;

        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
}
.banner .link .txt
{
    width: 100%;
}
.banner .link .txt b
{
    font-size: 20px;
    font-weight: 500;

    color: #000;
}
.banner .link .txt b a
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.banner .link .txt b a:hover
{
    color: #fc8d12;
}
.banner .link .txt p
{
    font-weight: 500;

    margin: 0;

    color: rgba(0, 0, 0, .25);
}
.banner .common-button .now-hover
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100%;

    color: #fff;
    border: 1px solid #fff;
    background: none;

    -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;
}
@media (max-width: 767px)
{
    .banner .common-button .now-hover
    {
        font-size: 12px;

        padding: 5px 10px;
    }
}
.banner .swiper-slide-active .title .subtitle,
.banner .swiper-slide-active .title h2
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner .swiper-slide-active .link,
.banner .swiper-slide-active .editor-content
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .swiper-pagination
{
    position: absolute;
    z-index: 2;
    bottom: 84px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .swiper-pagination
    {
        bottom: 10px;
    }
}
.banner .swiper-pagination .swiper-pagination-bullet
{
    position: relative;

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

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

    opacity: 1;
    border-radius: 50%;
    background: none;
}
.banner .swiper-pagination .swiper-pagination-bullet:before
{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    display: block;

    width: 8px;
    height: 8px;

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

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
}
.banner .swiper-pagination .swiper-pagination-bullet:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    border: 1px solid #fff;
    border-radius: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);

    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fc8d12), to(#fff));
    background-image: -webkit-linear-gradient(#fc8d12, #fff);
    background-image:         linear-gradient(#fc8d12, #fff);
}
.banner .swiper-pagination .swiper-pagination-bullet-active:before
{
    background-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active:after
{
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);

    border: transparent;
    background-color: #fc8d12;
}
.banner .slick-arrow
{
    top: -webkit-calc(50% + 40px);
    top:         calc(50% + 40px);

    width: auto;

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

    color: #fff;
    border: none;
    background: none;
}
.banner .slick-arrow:before
{
    font-size: 30px;
}
.banner .slick-arrow:hover
{
    color: #e28113;
    background: none;
}
.banner .slick-prev
{
    left: 4%;
}
@media (max-width: 991px)
{
    .banner .slick-prev
    {
        left: 0;
    }
}
.banner .slick-next
{
    right: 4%;
}
@media (max-width: 991px)
{
    .banner .slick-next
    {
        right: 0;
    }
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.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: 43.22916667%;

    -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: #fc8d12 !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
{
    position: fixed;
    z-index: 1;
    top: 0;

    width: 100%;
}
.banner-in img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .banner-in img
    {
        width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 180%;
        margin-left: -40%;
    }
}
.banner-in .banner-in-text
{
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 0;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner-in .banner-in-text
    {
        top: -webkit-calc(50% + 30px);
        top:         calc(50% + 30px);
    }
}
.banner-in .banner-in-text .editor-content
{
    max-width: 940px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .banner-in .banner-in-text .editor-content
    {
        display: none;
    }
}
.banner-in .banner-in-text .editor-content p
{
    color: #fff;
}
@-webkit-keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
@keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
.box
{
    overflow: hidden;

    padding: 180px 0;
}
@media (max-width: 1560px)
{
    .box
    {
        padding: 150px 0;
    }
}
@media (max-width: 1470px)
{
    .box
    {
        padding: 120px 0;
    }
}
@media (max-width: 1400px)
{
    .box
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.box.pt-100
{
    padding-top: 100px;
}
@media (max-width: 1400px)
{
    .box.pt-100
    {
        padding-top: 80px;
    }
}
@media (max-width: 991px)
{
    .box.pt-100
    {
        padding-top: 50px;
    }
}
.box.p-100
{
    padding: 100px 0;
}
@media (max-width: 1400px)
{
    .box.p-100
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .box.p-100
    {
        padding: 50px 0;
    }
}
@-webkit-keyframes zhuan
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes zhuan
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.common-button a,
.common-button button
{
    font-family: 'Plus Jakarta Sans';
    line-height: 28px;

    position: relative;

    display: block;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.common-button a .button-now,
.common-button button .button-now,
.common-button a .button-hover,
.common-button button .button-hover
{
    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;
}
.common-button a .button-now span,
.common-button button .button-now span,
.common-button a .button-hover span,
.common-button button .button-hover span,
.common-button a .button-now .iconfont,
.common-button button .button-now .iconfont,
.common-button a .button-hover .iconfont,
.common-button button .button-hover .iconfont
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.common-button a .button-now .button-txt,
.common-button button .button-now .button-txt,
.common-button a .button-hover .button-txt,
.common-button button .button-hover .button-txt
{
    line-height: 28px;

    display: block;
    overflow: hidden;

    padding: 10px 24px;

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

    color: #fff;
    border-radius: 40px;
    background-color: #000;
}
@media (max-width: 767px)
{
    .common-button a .button-now .button-txt,
    .common-button button .button-now .button-txt,
    .common-button a .button-hover .button-txt,
    .common-button button .button-hover .button-txt
    {
        line-height: 20px;
    }
}
.common-button a .button-now .icon,
.common-button button .button-now .icon,
.common-button a .button-hover .icon,
.common-button button .button-hover .icon
{
    line-height: 48px;

    width: 48px;
    height: 48px;

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

    color: #fff;
    border-radius: 50%;
    background: #000;
}
@media (max-width: 767px)
{
    .common-button a .button-now .icon,
    .common-button button .button-now .icon,
    .common-button a .button-hover .icon,
    .common-button button .button-hover .icon
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.common-button a .button-now .iconfont,
.common-button button .button-now .iconfont,
.common-button a .button-hover .iconfont,
.common-button button .button-hover .iconfont
{
    opacity: 0;
}
.common-button a .button-now .iconfont,
.common-button button .button-now .iconfont
{
    opacity: 1;
}
.common-button a .now-hover-group,
.common-button button .now-hover-group
{
    position: relative;

    overflow: hidden;
}
.common-button a .button-hover,
.common-button button .button-hover
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    opacity: 0;
}
.common-button a .button-hover span,
.common-button button .button-hover span
{
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.common-button a .button-hover .iconfont,
.common-button button .button-hover .iconfont
{
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}
.common-button a:hover .button-txt,
.common-button button:hover .button-txt,
.common-button a:hover .icon,
.common-button button:hover .icon
{
    background-color: #fc8d12;
}
.common-button a:hover .button-now span,
.common-button button:hover .button-now span
{
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
.common-button a:hover .button-now .iconfont,
.common-button button:hover .button-now .iconfont
{
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);

    opacity: 0;
}
.common-button a:hover .button-hover,
.common-button button:hover .button-hover
{
    opacity: 1;
}
.common-button a:hover .button-hover span,
.common-button button:hover .button-hover span
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.common-button a:hover .button-hover .iconfont,
.common-button button:hover .button-hover .iconfont
{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);

    opacity: 1;
}
.common-button.text-center a,
.common-button.text-center button
{
    margin: 0 auto;
}
.main
{
    position: relative;
    z-index: 6;
}
.title h2
{
    font-family: 'Plus Jakarta Sans';
    font-size: 56px;
    font-weight: 500;
    line-height: 1.17857143;

    letter-spacing: -2.24px;
}
@media (max-width: 1560px)
{
    .title h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 46px;
    }
}
@media (max-width: 1400px)
{
    .title h2
    {
        font-size: 42px;

        letter-spacing: -1.24px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 38px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 32px;

        letter-spacing: 0;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 26px;
    }
}
.title .editor-content
{
    max-width: 740px;
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .title .editor-content
    {
        margin-top: 10px;
    }
}
.title .editor-content.w1140
{
    max-width: 1140px;
}
.title.text-center .editor-content
{
    max-width: 860px;
    margin: 0 auto;
    margin-top: 20px;
}
.title.text-center .editor-content.w1140
{
    max-width: 1140px;
}
.mt-120
{
    margin-top: -120px;
    padding-top: 220px;
}
@media (max-width: 767px)
{
    .mt-120
    {
        margin-top: -100px;
        padding-top: 150px;
    }
}
.box-about
{
    position: relative;
    z-index: 6;

    margin-top: -50px;
    padding-bottom: 140px;

    border-radius: 50px;
    background: #fff;
}
@media (max-width: 1560px)
{
    .box-about
    {
        padding-bottom: 100px;
    }
}
@media (max-width: 1400px)
{
    .box-about
    {
        padding-bottom: 80px;
    }
}
@media (max-width: 1199px)
{
    .box-about
    {
        margin-top: -30px;
        padding-bottom: 60px;

        border-radius: 30px;
    }
}
@media (max-width: 767px)
{
    .box-about
    {
        margin-top: -15px;

        border-radius: 15px;
    }
}
.box-about .about-top
{
    -webkit-transform: translateY(-17px);
        -ms-transform: translateY(-17px);
            transform: translateY(-17px);
}
.box-about .title-about
{
    max-width: 540px;
    padding-top: 40px;
}
@media (max-width: 1199px)
{
    .box-about .title-about
    {
        max-width: 440px;
    }
}
@media (max-width: 767px)
{
    .box-about .title-about
    {
        max-width: 100%;
    }
}
.box-about .title-about .about-logo
{
    height: 85px;
    margin-right: 40px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1199px)
{
    .box-about .title-about .about-logo
    {
        margin-right: 20px;
    }
}
@media (max-width: 767px)
{
    .box-about .title-about .about-logo
    {
        height: 70px;
    }
}
.box-about .title-about .about-logo img
{
    height: 100%;
}
.box-about .title-about .note p
{
    font-size: 14px;
    line-height: 20px;

    margin: 0;

    color: #a3a3a3;
}
.box-about .about-scroll
{
    font-family: 'Plus Jakarta Sans';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33333333;

    display: block;

    margin-right: 30px;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 767px)
{
    .box-about .about-scroll
    {
        display: none !important;
    }
}
.box-about .about-scroll span
{
    margin-right: 30px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.box-about .about-scroll .iconfont
{
    font-size: 30px;
    line-height: 120px;

    width: 120px;
    height: 120px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    text-align: center;

    border: 1px solid #000;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .box-about .about-scroll .iconfont
    {
        line-height: 100px;

        width: 100px;
        height: 100px;
    }
}
.box-about .about-scroll:hover
{
    color: #fc8d12;
}
.box-about .about-scroll:hover .iconfont
{
    border-color: #fc8d12;
}
.box-about .about
{
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 100px;
}
@media (max-width: 1560px)
{
    .box-about .about
    {
        margin-top: 80px;
    }
}
@media (max-width: 1470px)
{
    .box-about .about
    {
        margin-top: 60px;
    }
}
.box-about .about-left
{
    position: relative;

    width: 55%;
    height: 100%;
    padding: 50px 5% 0 0;
}
@media (max-width: 767px)
{
    .box-about .about-left
    {
        width: 100%;
        padding: 0 15px 30px 0;
    }
}
.box-about .about-left .about-line
{
    position: absolute;
    z-index: 1;
    top: 0;

    height: 100%;
}
.box-about .about-left .about-line img
{
    height: 100%;
}
.box-about .about-left .title-about-left h2
{
    font-family: 'Plus Jakarta Sans', Arial;
    font-size: 80px;
    font-weight: 500;
    line-height: 1.1;

    position: relative;
    z-index: 6;

    margin: 0;

    letter-spacing: -3.2px;
}
@media (max-width: 1560px)
{
    .box-about .about-left .title-about-left h2
    {
        font-size: 75px;
    }
}
@media (max-width: 1470px)
{
    .box-about .about-left .title-about-left h2
    {
        font-size: 70px;

        letter-spacing: -2.2px;
    }
}
@media (max-width: 1199px)
{
    .box-about .about-left .title-about-left h2
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .box-about .about-left .title-about-left h2
    {
        font-size: 50px;

        letter-spacing: -1.2px;
    }
}
@media (max-width: 767px)
{
    .box-about .about-left .title-about-left h2
    {
        font-size: 34px;

        letter-spacing: -.2px;
    }
}
.box-about .about-left .title-about-left h2:nth-child(2)
{
    padding-left: 13%;
}
@media (max-width: 991px)
{
    .box-about .about-left .title-about-left h2:nth-child(2)
    {
        padding-left: 10%;
    }
}
.box-about .about-left .title-about-left h2:nth-child(3)
{
    padding-left: 8%;
}
.box-about .about-left .video
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.box-about .about-left .play
{
    font-size: 24px;
    line-height: 80px;

    width: 80px;
    height: 80px;
    margin-right: 10%;

    text-align: center;

    color: #fff;
    border-radius: 30px;
    background-color: #fc8d12;
}
@media (max-width: 1199px)
{
    .box-about .about-left .play
    {
        font-size: 20px;
        line-height: 60px;

        width: 60px;
        height: 60px;

        border-radius: 20px;
    }
}
.box-about .about-right
{
    width: 45%;
}
@media (max-width: 767px)
{
    .box-about .about-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.common-product-item
{
    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px solid #fff;
    border-radius: 20px;
    background-color: #fff;
}
.common-product-item .picbox
{
    position: relative;
}
.common-product-item .picbox .img-box
{
    padding-bottom: 93.87755102%;
}
.common-product-item .picbox .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-product-item .addcart
{
    line-height: 40px;

    position: absolute;
    z-index: 6;
    top: 20px;
    right: 20px;

    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    opacity: 0;
    color: #fff;
    border-radius: 50%;
    background-color: #fc8d12;
}
.common-product-item .text
{
    padding: 10px 20px 28px 20px;

    text-align: center;
}
@media (max-width: 1560px)
{
    .common-product-item .text
    {
        padding: 10px 10px 18px 10px;
    }
}
.common-product-item .title-product
{
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 28px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px)
{
    .common-product-item .title-product
    {
        font-size: 22px;
    }
}
@media (max-width: 1470px)
{
    .common-product-item .title-product
    {
        font-size: 20px;
    }
}
.common-product-item .more
{
    margin-top: 20px;
}
.common-product-item .more a
{
    font-weight: 500;
    line-height: 48px;

    display: inline-block;

    padding: 0 24px;

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

    color: #666;
    border-radius: 40px;

    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
       -moz-text-decoration-style: solid;
            text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
@media (max-width: 1560px)
{
    .common-product-item .more a
    {
        line-height: 40px;
    }
}
@media (max-width: 1199px)
{
    .common-product-item .more a
    {
        line-height: 24px;

        padding: 0;
    }
}
@media (min-width: 1200px)
{
    .common-product-item:hover
    {
        border-color: #fc8d12;
        background-color: rgba(252, 141, 18, .09);
    }
    .common-product-item:hover .addcart
    {
        opacity: 1;
    }
    .common-product-item:hover .picbox .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .common-product-item:hover .more a
    {
        color: #fff;
        background-color: #fc8d12;

        -webkit-text-decoration-line: none;
           -moz-text-decoration-line: none;
                text-decoration-line: none;
    }
}
.box-product
{
    position: relative;
    z-index: 2;

    border-radius: 50px;
    background: #faf1e6;
}
@media (max-width: 1199px)
{
    .box-product
    {
        border-radius: 30px;
    }
}
@media (max-width: 767px)
{
    .box-product
    {
        border-radius: 15px;
    }
}
@media (max-width: 767px)
{
    .box-product .product
    {
        padding-bottom: 50px;
    }
}
.box-product .product > ul > li
{
    margin-top: 30px;
}
.box-solutions
{
    padding-bottom: 200px;
}
@media (min-width: 1200px)
{
    .box-solutions
    {
        overflow: visible;
    }
}
@media (max-width: 1199px)
{
    .box-solutions
    {
        padding-bottom: 160px;
    }
}
.box-solutions .solutions-left
{
    width: 40%;
}
@media (max-width: 991px)
{
    .box-solutions .solutions-left
    {
        width: 100%;
    }
}
.box-solutions .solutions-fixed
{
    position: -webkit-sticky;
    position:         sticky;
    top: 100px;
}
.box-solutions .title .editor-content
{
    max-width: 600px;
}
.box-solutions .solutions-right
{
    width: 60%;
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .box-solutions .solutions-right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.box-solutions .solutions-right > ul > li
{
    margin-bottom: 30px;
}
.box-solutions .solutions-right .item
{
    position: relative;
}
.box-solutions .solutions-right .item .pic
{
    overflow: hidden;

    border-radius: 20px;
}
.box-solutions .solutions-right .item .img-box
{
    padding-bottom: 56.52173913%;
}
.box-solutions .solutions-right .item .img-box:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    background: -webkit-gradient(linear, left bottom, left top, color-stop(2.14%, rgba(0, 0, 0, .63)), color-stop(21.97%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .63) 2.14%, rgba(0, 0, 0, 0) 21.97%);
    background:         linear-gradient(0deg, rgba(0, 0, 0, .63) 2.14%, rgba(0, 0, 0, 0) 21.97%);
}
.box-solutions .solutions-right .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-solutions .solutions-right .item .title-solutions
{
    font-family: 'Plus Jakarta Sans';
    font-size: 30px;
    font-weight: 600;
    line-height: 1.33333333;

    position: absolute;
    z-index: 6;
    bottom: 40px;
    left: 0;

    width: 100%;
    margin: 0;
    padding: 0 40px;

    color: #fff;
}
@media (max-width: 1560px)
{
    .box-solutions .solutions-right .item .title-solutions
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .box-solutions .solutions-right .item .title-solutions
    {
        font-size: 24px;

        bottom: 20px;

        padding: 0 20px;
    }
}
@media (max-width: 991px)
{
    .box-solutions .solutions-right .item .title-solutions
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-solutions .solutions-right .item .title-solutions
    {
        font-size: 18px;

        bottom: 10px;

        padding: 0 10px;
    }
}
@media (min-width: 1200px)
{
    .box-solutions .solutions-right .item:hover .img-box:before
    {
        opacity: 0;
    }
    .box-solutions .solutions-right .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.box-choose
{
    position: relative;
    z-index: 3;

    padding-top: 120px;

    border-radius: 50px;
    background-color: #fc8d12;
}
@media (max-width: 1560px)
{
    .box-choose
    {
        padding-top: 100px;
    }
}
@media (max-width: 1199px)
{
    .box-choose
    {
        padding-top: 80px;
    }
}
@media (max-width: 991px)
{
    .box-choose
    {
        padding-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .box-choose
    {
        border-radius: 30px;
    }
}
@media (max-width: 767px)
{
    .box-choose
    {
        border-radius: 15px;
    }
}
.box-choose .choose
{
    margin-top: 20px;
}
.box-choose .choose-left
{
    width: 55%;
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .box-choose .choose-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-choose .choose-left .item
{
    padding: 20px 30px;

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

    border-bottom: 1px solid rgba(0, 0, 0, .15);
}
@media (max-width: 1560px)
{
    .box-choose .choose-left .item
    {
        padding: 20px;
    }
}
@media (max-width: 1470px)
{
    .box-choose .choose-left .item
    {
        padding: 15px;
    }
}
.box-choose .choose-left .item .title-choose
{
    font-family: 'Plus Jakarta Sans';
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;

    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;
}
@media (max-width: 1560px)
{
    .box-choose .choose-left .item .title-choose
    {
        font-size: 24px;
        line-height: 36px;
    }
}
@media (max-width: 1470px)
{
    .box-choose .choose-left .item .title-choose
    {
        font-size: 22px;
    }
}
@media (max-width: 1199px)
{
    .box-choose .choose-left .item .title-choose
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .box-choose .choose-left .item .title-choose
    {
        font-size: 18px;
    }
}
.box-choose .choose-left .item .title-choose:after
{
    font-family: 'iconfont' !important;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

    content: '\ee4a';
    text-align: center;

    border-radius: 50%;
}
.box-choose .choose-left .item .note
{
    display: none;

    padding-top: 20px;
}
@media (max-width: 1199px)
{
    .box-choose .choose-left .item .note
    {
        padding-top: 10px;
    }
}
.box-choose .choose-left .current .item
{
    border-bottom-color: transparent;
    border-radius: 20px;
    background-color: #fff;
}
.box-choose .choose-left .current .item .title-choose:after
{
    font-size: 20px;

    content: '\e686';

    color: #fff;
    background-color: #fc8d12;
}
.box-choose .choose-right
{
    overflow: hidden;

    width: 45%;

    border-radius: 20px;
}
@media (max-width: 991px)
{
    .box-choose .choose-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-choose .choose-right .img-box
{
    padding-bottom: 87.5%;
}
.box-choose .choose-right .pic
{
    display: none;
}
.box-choose .choose-right .active
{
    display: block;
}
.common-news-item .pic
{
    position: relative;
}
.common-news-item .img-box
{
    overflow: hidden;

    padding-bottom: 57.89473684%;

    border-radius: 20px;
}
.common-news-item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-news-item .text
{
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;

    margin-top: 20px;
}
.common-news-item .text .category-date
{
    color: #666;
}
.common-news-item .text .category
{
    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;
}
.common-news-item .text .category:after
{
    display: block;

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

    content: '';

    border-radius: 3px;
    border-radius: 50%;
    background: #d4d4d4;
}
.common-news-item .title-news
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;
    margin-top: 10px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .common-news-item .title-news
    {
        font-size: 18px;
        line-height: 24px;

        max-height: 24px;
    }
}
@media (max-width: 767px)
{
    .common-news-item .title-news
    {
        font-size: 16px;
    }
}
.common-news-item .editor-content
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;
    margin-top: 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .common-news-item .editor-content
    {
        max-height: 48px;
        margin-top: 4px;
    }
}
.common-news-item .editor-content p
{
    color: #666;
}
@media (min-width: 1200px)
{
    .common-news-item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .common-news-item:hover .title-news
    {
        color: #fc8d12;
    }
}
.box-news
{
    position: relative;
    z-index: 2;

    border-radius: 50px;
    background: #faf1e6;
}
@media (max-width: 1199px)
{
    .box-news
    {
        border-radius: 30px;
    }
}
@media (max-width: 767px)
{
    .box-news
    {
        border-radius: 15px;
    }
}
.box-news .slick-list
{
    margin: 0 -40px;
}
@media (max-width: 1560px)
{
    .box-news .slick-list
    {
        margin: 0 -20px;
    }
}
.box-news .slick-list .slick-slide
{
    padding: 0 40px;
}
@media (max-width: 1560px)
{
    .box-news .slick-list .slick-slide
    {
        padding: 0 20px;
    }
}
.box-faqs
{
    background-color: #fff;
}
.box-faqs .faqs > ul > li
{
    margin-top: 10px;
}
.box-faqs .faqs .item
{
    padding: 10px 30px;

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

    border: 1px solid #dedede;
    border-radius: 10px;
    background: #fff;
}
@media (max-width: 1199px)
{
    .box-faqs .faqs .item
    {
        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .box-faqs .faqs .item
    {
        padding: 10px;
    }
}
.box-faqs .faqs .item .title-faqs
{
    font-family: 'Plus Jakarta Sans';
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    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;
}
@media (max-width: 1199px)
{
    .box-faqs .faqs .item .title-faqs
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-faqs .faqs .item .title-faqs
    {
        font-size: 16px;
    }
}
.box-faqs .faqs .item .title-faqs:after
{
    margin-left: 30px;

    content: '+';

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.box-faqs .faqs .item .text
{
    margin-top: 10px;
}
.box-faqs .faqs .current .item
{
    padding: 30px;

    color: #fff;
    border-color: #fc8d12;
    background-color: #fc8d12;
}
@media (max-width: 1199px)
{
    .box-faqs .faqs .current .item
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .box-faqs .faqs .current .item
    {
        padding: 10px;
    }
}
.box-faqs .faqs .current .item .text p
{
    color: #fff;
}
.footer
{
    line-height: 24px;

    position: relative;
    z-index: 4;

    overflow: hidden;

    color: #fff;
    background: #000;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 80px;
    }
}
.footer a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer a:hover
{
    color: #fff;
}
.footer a:hover span
{
    background-size: 100% 1px;
}
.footer .title-foot
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33333333;
}
@media (max-width: 1199px)
{
    .footer .title-foot
    {
        font-size: 20px;
    }
}
.footer .foot
{
    padding: 90px 0;
}
@media (max-width: 1560px)
{
    .footer .foot
    {
        padding: 70px 0;
    }
}
@media (max-width: 1400px)
{
    .footer .foot
    {
        padding: 50px 0;
    }
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 30px 0;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.footer .foot-share
{
    max-width: 440px;
}
@media (max-width: 1560px)
{
    .footer .foot-share
    {
        max-width: 400px;
    }
}
@media (max-width: 1400px)
{
    .footer .foot-share
    {
        max-width: 340px;
    }
}
.footer .foot-share .note
{
    margin-top: 20px;
}
.footer .foot-share .note p
{
    color: #fff;
}
.footer .foot-logo img
{
    height: 125px;
}
@media (max-width: 1560px)
{
    .footer .foot-logo img
    {
        height: 110px;
    }
}
@media (max-width: 1400px)
{
    .footer .foot-logo img
    {
        height: 100px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-logo img
    {
        height: 80px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-logo img
    {
        height: 60px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-nav
    {
        width: 48%;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-nav
    {
        width: 100%;
    }
}
.footer .foot-nav .foot-info
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot-nav .foot-info
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-nav .foot-info > ul
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
@media (max-width: 767px)
{
    .footer .foot-nav .foot-info > ul > li
    {
        margin-right: 20px;
    }
}
.footer .foot-nav .foot-info > ul > li a
{
    font-size: 20px;
    line-height: 32px;

    display: block;

    padding: 10px 0;
}
@media (max-width: 767px)
{
    .footer .foot-nav .foot-info > ul > li a
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.footer .foot-text
{
    max-width: 350px;
}
@media (max-width: 1560px)
{
    .footer .foot-text
    {
        max-width: 300px;
    }
}
@media (max-width: 1400px)
{
    .footer .foot-text
    {
        max-width: 260px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-text
    {
        max-width: 48%;
    }
}
@media (max-width: 991px)
{
    .footer .foot-text
    {
        width: 40%;
        max-width: 40%;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-text
    {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
}
.footer .foot-text .foot-info
{
    margin-top: -30px;
}
@media (max-width: 991px)
{
    .footer .foot-text .foot-info
    {
        margin-top: 0;
    }
}
.footer .foot-text .foot-info .item
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .footer .foot-text .foot-info .item
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-text .foot-info .item
    {
        margin-top: 20px;
    }
}
.footer .foot-text .foot-info .item b
{
    font-weight: normal;
    line-height: 26px;

    display: block;

    margin-bottom: 10px;
}
.footer .foot-text .foot-info .item p
{
    font-size: 20px;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 1400px)
{
    .footer .foot-text .foot-info .item p
    {
        font-size: 18px;
    }
}
.footer .common-share
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .footer .common-share
    {
        margin-top: 30px;
    }
}
.footer .foot-message
{
    width: 490px;
}
@media (max-width: 1560px)
{
    .footer .foot-message
    {
        width: 440px;
    }
}
@media (max-width: 1470px)
{
    .footer .foot-message
    {
        width: 400px;
    }
}
@media (max-width: 1400px)
{
    .footer .foot-message
    {
        width: 300px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-message
    {
        width: 48%;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
    }
}
.footer .foot-message form
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot-message form
    {
        margin-top: 10px;
    }
}
.footer .foot-message form input
{
    line-height: 30px;

    width: 100%;
    padding: 15px 20px;

    border-radius: 100px;
    background: #fff;
}
@media (max-width: 1199px)
{
    .footer .foot-message form input
    {
        line-height: 24px;

        padding: 10px 15px;
    }
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #666;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #666;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #666;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: rgba(102, 102, 102, .6);
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: rgba(102, 102, 102, .6);
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: rgba(102, 102, 102, .6);
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: rgba(102, 102, 102, .6);
}
.footer .foot-message form .group
{
    position: relative;

    margin-top: 16px;
}
.footer .foot-message form .submit
{
    margin-top: 30px;
    padding: 0;

    background: none;
}
.footer .foot-message form .submit .button-txt
{
    background-color: #fc8d12;
}
.footer .foot-message form .submit .icon
{
    background-color: #fc8d12;
}
.footer .copyright
{
    padding: 25px 0;

    border-top: 1px solid #fff;
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 10px 0;
    }
}
.footer .copyright p
{
    margin: 0;
}
.footer .copyright .link
{
    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;
}
.footer .copyright .link a
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.footer .copyright .link .line
{
    margin: 0 10px;
}
.wrapper
{
    position: relative;
    z-index: 8;

    overflow: hidden;

    border-radius: 50px 50px 0 0;
    background: url(../images/wrap_bg.jpg) no-repeat top center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrapper
    {
        border-radius: 30px 30px 0 0;
    }
}
@media (max-width: 767px)
{
    .wrapper
    {
        border-radius: 15px 15px 0 0;
    }
}
.wrap
{
    overflow: hidden;

    padding: 130px 0;
}
@media (max-width: 1560px)
{
    .wrap
    {
        padding: 110px 0;
    }
}
@media (max-width: 1470px)
{
    .wrap
    {
        padding: 80px 0;
    }
}
@media (max-width: 1400px)
{
    .wrap
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.wrap.pt-100
{
    padding-top: 100px;
}
@media (max-width: 1400px)
{
    .wrap.pt-100
    {
        padding-top: 80px;
    }
}
@media (max-width: 991px)
{
    .wrap.pt-100
    {
        padding-top: 50px;
    }
}
.wrap.pt-60
{
    padding-top: 60px;
}
@media (max-width: 1400px)
{
    .wrap.pt-60
    {
        padding-top: 50px;
    }
}
@media (max-width: 991px)
{
    .wrap.pt-60
    {
        padding-top: 30px;
    }
}
.wrap.p-100
{
    padding: 100px 0;
}
@media (max-width: 1400px)
{
    .wrap.p-100
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .wrap.p-100
    {
        padding: 50px 0;
    }
}
.wrap-left
{
    width: 360px;
}
@media (max-width: 1199px)
{
    .wrap-left
    {
        width: 100%;
    }
}
.wrap-right
{
    width: -webkit-calc(100% - 360px);
    width:         calc(100% - 360px);
    padding-left: 25px;
}
@media (max-width: 1199px)
{
    .wrap-right
    {
        width: 100%;
        padding-left: 15px;
    }
}
.pt-60
{
    padding-top: 60px;
}
@media (max-width: 1199px)
{
    .pt-60
    {
        padding-top: 50px;
    }
}
@media (max-width: 991px)
{
    .pt-60
    {
        padding-top: 40px;
    }
}
.title-in h2
{
    font-size: 52px;
    font-weight: 900;
    line-height: 1.2;

    text-transform: uppercase;

    color: #e28113;
}
@media (max-width: 1560px)
{
    .title-in h2
    {
        font-size: 46px;
    }
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 42px;
    }
}
@media (max-width: 1400px)
{
    .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;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in h2 span
{
    color: #fc8d12;
}
.title-in p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 5px 0 0 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .title-in p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .title-in p
    {
        font-size: 14px;
    }
}
.wrap-location
{
    overflow: hidden;
}
.wrap-location .location
{
    line-height: 30px;

    position: relative;

    padding: 20px 0;
}
.wrap-location .location > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;

    -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;
}
.wrap-location .location > ul > li
{
    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;
}
.wrap-location .location > ul > li:after
{
    margin: 0 4px;

    content: '>';
}
.wrap-location .location > ul > li:last-child:after
{
    display: none;
}
.wrap-location .location > ul > li:last-child > a
{
    color: #fc8d12;
}
.wrap-location .location > ul > li > a
{
    font-weight: 500;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-location .location > ul > li > a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fc8d12), to(#fc8d12));
    background-image: -webkit-linear-gradient(left, #fc8d12 0%, #fc8d12 100%);
    background-image:         linear-gradient(to right, #fc8d12 0%, #fc8d12 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-location .location > ul > li > a:hover
{
    color: #fc8d12;
}
.wrap-location .location > ul > li > a:hover span
{
    background-size: 100% 1px;
}
.wrap-menu
{
    position: relative;
    z-index: 9;

    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-menu
    {
        margin-top: -25px;
    }
}
.wrap-menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -5px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-menu ul li
{
    padding: 5px;
}
.wrap-menu ul li a
{
    font-weight: 600;
    line-height: 1.625;

    display: block;

    padding: 12px 34px;

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

    color: #fff;
    border: 1px solid #ebe9d9;
    border-radius: 30px;
    background: #2b2b2b;
}
@media (max-width: 1199px)
{
    .wrap-menu ul li a
    {
        padding: 12px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-menu ul li a
    {
        font-size: 14px;
        line-height: 1.42857143;

        padding: 10px;
    }
}
.wrap-menu ul li.active a,
.wrap-menu ul li:hover a
{
    color: #fff;
    border-color: #fc8d12;
    background-color: #fc8d12;
}
.search-product
{
    margin-bottom: 40px;
}
@media (max-width: 1199px)
{
    .search-product
    {
        margin-bottom: 20px;
    }
}
.search-product .title-search h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.66666667;

    position: relative;
    z-index: 6;
}
.search-product .search-form form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    border-radius: 6px;
    background: #f4f4f4;

    -webkit-backdrop-filter: blur(9px);
            backdrop-filter: blur(9px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.search-product .search-form form input
{
    line-height: 30px;

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

    background: none;
}
.search-product .search-form form .submit
{
    font-size: 20px;
}
.wrap-sidenav
{
    position: relative;
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .sidenav
{
    position: relative;
    z-index: 6;

    padding: 0 30px;

    border-radius: 20px;
    background: #fff;
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    position: relative;

    overflow: hidden;

    margin-bottom: 10px;

    border-bottom: 1px solid #efe9f2;
}
.wrap-sidenav .sidenav .slevel-1 > li:last-child
{
    border-bottom: none;
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;

    position: relative;

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

    padding: 20px 0;

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

    border-radius: 6px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1400px)
{
    .wrap-sidenav .sidenav .slevel-1 > li > a
    {
        font-size: 18px;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li > a:after
{
    font-family: 'iconfont' !important;

    content: '\e622';
}
.wrap-sidenav .sidenav .slevel-1 > li.active .slevel-2
{
    display: block;
}
.wrap-sidenav .sidenav .slevel-1 > li:hover > a,
.wrap-sidenav .sidenav .slevel-1 > li.active > a
{
    color: #fc8d12;
}
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:after,
.wrap-sidenav .sidenav .slevel-1 > li.active > a:after
{
    content: '\e677';
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    padding-bottom: 10px;
}
.wrap-sidenav .sidenav .slevel-2 > li
{
    position: relative;
    z-index: 4;

    margin-bottom: 10px;
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    font-size: 14px;
    line-height: 25px;

    display: inline-block;

    padding: 0 14px;

    color: #876642;
    border-radius: 6px;
    background: #faf1e6;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    color: #fff;
    background-color: #fc8d12;
}
.xs-product-nav
{
    display: none;
    overflow: hidden;

    margin-bottom: 30px;
}
@media (max-width: 1199px)
{
    .xs-product-nav
    {
        display: block;
    }
}
.xs-product-nav ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -4px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.xs-product-nav ul > li
{
    display: inline-block;
    overflow: hidden;

    height: auto;
    padding: 4px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .xs-product-nav ul > li
    {
        width: 50%;
    }
}
.xs-product-nav ul > li > a
{
    font-size: 15px;
    line-height: 24px;

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

    height: 100%;
    padding: 5px 20px;

    text-transform: capitalize;

    color: #876642;
    border-radius: 5px;
    background: #faf1e6;

    -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;
}
@media (max-width: 767px)
{
    .xs-product-nav ul > li > a
    {
        line-height: 20px;

        padding: 5px 10px;
    }
}
.xs-product-nav ul > li.active > a
{
    color: #fff;
    background-color: #fc8d12;
}
.wrap-about
{
    margin-top: 0;

    background: none;
}
.wrap-about .about-top
{
    margin-top: 0;
}
.wrap-about .about-top .title-about
{
    padding-top: 0;
}
@media (max-width: 991px)
{
    .wrap-about .about-left
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-about .number
{
    width: -webkit-calc(50vw - var(--pad));
    width:         calc(50vw - var(--pad));
}
@media (max-width: 991px)
{
    .wrap-about .number
    {
        width: 100%;
    }
}
.wrap-about .number > ul > li
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-about .number > ul > li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .wrap-about .number > ul > li
    {
        width: 50%;
    }
}
.wrap-about .number .item .stats-num
{
    font-family: 'Montaga';
    font-size: 66px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 1560px)
{
    .wrap-about .number .item .stats-num
    {
        font-size: 60px;
    }
}
@media (max-width: 1400px)
{
    .wrap-about .number .item .stats-num
    {
        font-size: 54px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .number .item .stats-num
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .number .item .stats-num
    {
        font-size: 40px;
    }
}
.wrap-about .number .item .stats-num sub
{
    font-size: 30px;
}
@media (max-width: 1560px)
{
    .wrap-about .number .item .stats-num sub
    {
        font-size: 28px;
    }
}
@media (max-width: 1400px)
{
    .wrap-about .number .item .stats-num sub
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .number .item .stats-num sub
    {
        font-size: 20px;
    }
}
.wrap-about .number .item .stats-text
{
    max-width: 150px;
    margin-top: 20px;
}
@-webkit-keyframes breathing
{
    0%,
    100%
    {
        -webkit-transform: scale(.95);
                transform: scale(.95);

        opacity: .5;
    }
    50%
    {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);

        opacity: 1;
    }
}
@keyframes breathing
{
    0%,
    100%
    {
        -webkit-transform: scale(.95);
                transform: scale(.95);

        opacity: .5;
    }
    50%
    {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);

        opacity: 1;
    }
}
.wrap-video
{
    padding: 15vw 0;
}
@media (min-width: 1200px)
{
    .wrap-video
    {
        background-attachment: fixed;
    }
}
.wrap-video .play
{
    font-size: 44px;
    line-height: 118px;

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

    cursor: pointer;
    text-align: center;

    color: #fff;
    border-radius: 50px;
    background-color: #fc8d12;
}
@media (max-width: 1560px)
{
    .wrap-video .play
    {
        font-size: 40px;
        line-height: 100px;

        width: 100px;
        height: 100px;

        border-radius: 40px;
    }
}
@media (max-width: 1400px)
{
    .wrap-video .play
    {
        font-size: 30px;
        line-height: 80px;

        width: 80px;
        height: 80px;

        border-radius: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-video .play
    {
        font-size: 20px;
        line-height: 60px;

        width: 60px;
        height: 60px;

        border-radius: 20px;
    }
}
.wrap-factory .factory .slick-slide
{
    margin: 0 -20px;
}
@media (max-width: 991px)
{
    .wrap-factory .factory .slick-slide
    {
        margin: 0 -8px;
    }
}
.wrap-factory .factory .slick-slide > div > div
{
    padding: 20px;
}
@media (max-width: 991px)
{
    .wrap-factory .factory .slick-slide > div > div
    {
        padding: 8px;
    }
}
.wrap-factory .factory .item
{
    cursor: pointer;
}
.wrap-factory .factory .item .img-box
{
    padding-bottom: 66.25%;

    border-radius: 20px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item .img-box
    {
        border-radius: 10px;
    }
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item .title-item
{
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin-top: 16px;
    padding: 0 20px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item .title-item
    {
        padding: 0;
    }
}
@media (min-width: 1200px)
{
    .wrap-factory .factory .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-factory .factory .item:hover .title-item
    {
        color: #fc8d12;
    }
}
.wrap-honor .honor .item
{
    cursor: pointer;
    text-align: center;
}
.wrap-honor .honor .item .title-honor
{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    line-height: 1.3;

    margin-top: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .item .title-honor
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .honor .item .title-honor
    {
        font-size: 16px;
    }
}
.wrap-honor .honor .item .pic
{
    overflow: hidden;
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 146.66666667%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (min-width: 1200px)
{
    .wrap-honor .honor .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-honor .honor .item:hover .title-honor
    {
        color: #fc8d12;
    }
}
.wrap-honor .honor .slick-dots
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.wrap-contact
{
    overflow: hidden;
}
.wrap-contact .contact
{
    overflow: hidden;

    width: 45%;

    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact
    {
        display: none;
    }
}
.wrap-contact .message
{
    width: 55%;
    padding-left: 5%;
}
@media (max-width: 1199px)
{
    .wrap-contact .message
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-contact .message .title
{
    padding-bottom: 48px;

    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1560px)
{
    .wrap-contact .message .title
    {
        padding-bottom: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .message .title
    {
        padding-bottom: 20px;
    }
}
.wrap-contact .message .title h2
{
    font-size: 40px;
    font-weight: 500;
}
@media (max-width: 1560px)
{
    .wrap-contact .message .title h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1400px)
{
    .wrap-contact .message .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .message .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .message .title h2
    {
        font-size: 20px;
    }
}
.wrap-contact .message .title-message
{
    margin-top: 48px;
}
@media (max-width: 1560px)
{
    .wrap-contact .message .title-message
    {
        margin-top: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .message .title-message
    {
        margin-top: 20px;
    }
}
.wrap-contact .message .title-message h3
{
    font-size: 24px;
    font-weight: 500;

    letter-spacing: -.24px;
}
@media (max-width: 1199px)
{
    .wrap-contact .message .title-message h3
    {
        font-size: 20px;
    }
}
.wrap-contact .message form > ul > li
{
    margin-top: 20px;
}
.wrap-contact .message form label
{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.wrap-contact .message form label span
{
    color: #c7371f;
}
.wrap-contact .message .title-form
{
    line-height: 24px;
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    margin-top: 10px;
    padding: 10px 15px;

    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background-color: #fff;
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #737373;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #737373;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #737373;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #737373;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .common-button button
{
    width: 100%;

    background: none;
}
.wrap-contact .message .common-button .button-txt
{
    width: 100%;
}
.wrap-contact .message .common-button .icon
{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.wrap-product .product-top
{
    margin-bottom: 50px;
    padding-bottom: 50px;

    border-bottom: 1px solid rgba(0, 0, 0, .14);
}
@media (max-width: 1199px)
{
    .wrap-product .product-top
    {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product-top
    {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
.wrap-product .product-top .editor-content
{
    max-width: 100%;
}
.wrap-product .product > ul
{
    margin: 0 -13px;
    margin-top: -60px;
}
@media (max-width: 1560px)
{
    .wrap-product .product > ul
    {
        margin-top: -40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product .product > ul
    {
        margin-top: -30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product > ul
    {
        margin-top: -20px;
    }
}
.wrap-product .product > ul > li
{
    margin-top: 60px;
    padding: 0 13px;
}
@media (max-width: 1560px)
{
    .wrap-product .product > ul > li
    {
        margin-top: 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product .product > ul > li
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product > ul > li
    {
        margin-top: 20px;
    }
}
#productcontent
{
    position: relative;
    top: -120px;
}
@media (max-width: 1199px)
{
    #productcontent
    {
        top: -80px;
    }
}
.wrap-product-show .product-show
{
    padding-bottom: 60px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show
    {
        padding-bottom: 40px;
    }
}
.wrap-product-show .carousel
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-product-show .carousel .item-video
{
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel .item
{
    overflow: hidden;

    border-radius: 20px;
    background: #fff;
}
@media (max-width: 1400px)
{
    .wrap-product-show .carousel .item
    {
        border-radius: 10px;
    }
}
.wrap-product-show .carousel .item .img-box
{
    padding-bottom: 93.87755102%;
}
.wrap-product-show .carousel .slider-for
{
    font-size: 0;

    position: relative;

    width: 78.7%;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel .slider-for
    {
        width: 100%;
    }
}
.wrap-product-show .carousel .zoom
{
    position: relative;

    cursor: crosshair;
}
.wrap-product-show .carousel iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel .slick-arrow
{
    top: auto;
    bottom: 10px;
    left: 10px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 0;
    background-color: #fff;
}
.wrap-product-show .carousel .slick-arrow.slick-next
{
    right: 0;
    left: 70px;
}
.wrap-product-show .carousel:hover .slick-arrow
{
    opacity: 1;
}
.wrap-product-show .slider-nav
{
    font-size: 0;

    width: 21.3%;
    padding-left: 16px;
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav
    {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
.wrap-product-show .slider-nav .slick-list
{
    margin: -4px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav .slick-list
    {
        margin: 0 -3px;
    }
}
.wrap-product-show .slider-nav .slick-slide
{
    padding: 4px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav .slick-slide
    {
        padding: 0 3px;
    }
}
.wrap-product-show .slider-nav .item
{
    position: relative;

    cursor: pointer;
}
.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;
    line-height: 40px;

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

    display: block;

    width: 40px;
    height: 40px;

    content: '\e75d';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fc8d12;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav .item-video:after
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.wrap-product-show .slider-nav .slick-current .item
{
    border: 1px solid #fc8d12;
}
.wrap-product-show .slider-nav .slick-arrow
{
    left: 0;

    width: 35px;
    height: 100%;
    margin: 0;

    color: #fff;
    border-radius: 5px;
    background: #333;
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav .slick-arrow
    {
        top: 0;

        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}
.wrap-product-show .slider-nav .slick-arrow.slick-next
{
    right: -4px;
    left: auto;
}
.wrap-product-show .slider-nav .slick-arrow:hover
{
    background-color: #fc8d12;
}
.wrap-product-show .info-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    padding-left: 3%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (min-width: 1400px)
{
    .wrap-product-show .info-box
    {
        min-height: 100%;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .info-box .title-info-box .category
{
    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-bottom: 20px;
    padding: 6px 10px;

    color: #876642;
    border-radius: 6px;
    background: #faf1e6;
}
.wrap-product-show .info-box .title-info-box h2
{
    font-size: 38px;
    font-weight: 500;
    line-height: 46px;

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

    margin: 0;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1560px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 34px;
    }
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 32px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .title-info-box .addcart
{
    font-size: 18px;
    line-height: 46px;

    width: 46px;
    height: 46px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #fc8d12;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.wrap-product-show .info-box .text
{
    margin-top: 30px;
}
.wrap-product-show .info-box .text h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
.wrap-product-show .info-box .share
{
    margin-right: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .share
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .share p
{
    margin: 0;
}
.wrap-product-show .info-box .down a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-product-show .info-box .down a span
{
    font-weight: 500;

    text-decoration: underline;
}
.wrap-product-show .info-box .down a .iconfont
{
    font-size: 30px;

    margin-right: 10px;

    color: #fc8d12;
}
.wrap-product-show .info-box .down a:hover
{
    color: #fc8d12;
}
.wrap-product-show .info-box .link
{
    margin-top: 20px;
}
.wrap-product-show .info-box .link a
{
    margin-top: 10px;
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .link a
    {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry
{
    margin-right: 20px;
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .link .btn-inquiry
    {
        margin-right: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .link .button-txt
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.wrap-product-show .info-box .link .active a .button-txt,
.wrap-product-show .info-box .link .active a .icon
{
    background-color: #fc8d12;
}
.wrap-product-show .stickybox
{
    padding: 60px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .stickybox
    {
        padding: 50px 0;
    }
}
.wrap-product-show .wrap-show-menu
{
    z-index: 9;

    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f6f6f6;
}
.wrap-product-show .wrap-show-menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow-x: auto;
    overflow-y: hidden;

    margin: 0 -35px;

    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .wrap-product-show .wrap-show-menu ul
    {
        margin: 0 -20px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .wrap-show-menu ul
    {
        margin: 0 -10px;
    }
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    height: 4px;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.wrap-product-show .wrap-show-menu ul li
{
    padding: 0 35px;
}
@media (max-width: 1560px)
{
    .wrap-product-show .wrap-show-menu ul li
    {
        padding: 0 20px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .wrap-show-menu ul li
    {
        padding: 0 10px;
    }
}
.wrap-product-show .wrap-show-menu ul li a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 0;

    cursor: pointer;
}
@media (max-width: 767px)
{
    .wrap-product-show .wrap-show-menu ul li a
    {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 0;
    }
}
.wrap-product-show .wrap-show-menu ul li.active a
{
    color: #fc8d12;
}
.wrap-product-show .title-product-show h3
{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
}
@media (max-width: 1199px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 22px;
    }
}
.wrap-product-show .parameter .editor-content
{
    margin-top: 20px;
}
.wrap-product-show .parameter .editor-content h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
}
.wrap-product-show .parameter .editor-content p
{
    font-size: 16px;
    line-height: 1.75;
}
.wrap-product-show .relate-product .slick-related
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate-product .slick-related
    {
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .slick-arrow
{
    -webkit-transition: all .2s;
            transition: all .2s;

    border-radius: 4px;
    background: rgba(0, 0, 0, .1);
}
.wrap-product-show .relate-product .slick-arrow:hover
{
    color: #fff;
    background-color: #fc8d12;
}
.wrap-news .news > ul
{
    margin: 0 -30px;
}
@media (max-width: 1560px)
{
    .wrap-news .news > ul
    {
        margin: 0 -25px;
    }
}
@media (max-width: 1400px)
{
    .wrap-news .news > ul
    {
        margin: 0 -15px;
    }
}
.wrap-news .news > ul > li
{
    margin-top: 60px;
    padding: 0 30px;
}
@media (max-width: 1560px)
{
    .wrap-news .news > ul > li
    {
        padding: 0 25px;
    }
}
@media (max-width: 1400px)
{
    .wrap-news .news > ul > li
    {
        margin-top: 30px;
        padding: 0 15px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news > ul > li
    {
        margin-top: 20px;
    }
}
.wrap-details
{
    padding-top: 60px;
}
@media (max-width: 1199px)
{
    .wrap-details
    {
        padding-top: 30px;
    }
}
.wrap-details .title-details h2
{
    font-family: 'Plus Jakarta Sans';
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .wrap-details .title-details h2
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-details .title-details h2
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .wrap-details .title-details h2
    {
        font-size: 18px;
    }
}
.wrap-details .category-date
{
    color: #666;
}
.wrap-details .category
{
    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;
}
.wrap-details .category:after
{
    display: block;

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

    content: '';

    border-radius: 3px;
    border-radius: 50%;
    background: #d4d4d4;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .video
{
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .wrap-details .video
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .video
    {
        width: 100%;
        max-width: 100%;
    }
}
.wrap-details .video .img-box
{
    padding-bottom: 75%;
}
.wrap-details .share
{
    margin-top: 30px;
}
.wrap-details .share p
{
    font-size: 18px;
    font-weight: bold;

    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;
    padding: 10px;

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

    position: relative;

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

    height: 36px;
    padding-left: 50px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

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

    display: block;

    width: 36px;
    height: 36px;

    content: '\ee49';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    border-radius: 50%;
}
.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:hover
{
    color: #fc8d12;
}
.wrap-details .relate-details a:hover:before
{
    color: #fc8d12;
}
.wrap-details .relate-details .next
{
    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details .next
    {
        text-align: left;
    }
}
@media (min-width: 768px)
{
    .wrap-details .relate-details .next a
    {
        padding-right: 50px;
        padding-left: 0;
    }
    .wrap-details .relate-details .next a:before
    {
        right: 0;
        left: auto;

        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
.wrap-sitemap .sitemap .title h2
{
    margin: 0;
}
.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: uppercase;

    border: 1px solid #dcdcdc;
    border-radius: 10px;
}
@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;
    border-color: #fc8d12;
    background-color: #fc8d12;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    border-color: #fc8d12;
    background-color: #fc8d12;
}
.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;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a img
{
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1);
}
.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 > ul > li:hover > a
{
    color: #fc8d12;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #fc8d12;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap-vertical
    {
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap-vertical > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    margin: 0 -15px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul
    {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li
{
    display: inline-block;

    margin-top: 10px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li
    {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > a
    {
        font-size: 16px;

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

    list-style: none;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li
    {
        display: inline-block;

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

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > a
    {
        font-size: 15px;

        padding: 5px 10px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li
    {
        display: inline-block;

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

    display: block;

    padding: 5px 30px;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a
    {
        padding: 5px 15px;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a:before
{
    content: '-';
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #fc8d12;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #fc8d12;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #fc8d12;
}
.wrap-nosearch
{
    margin: 30px 0;
}
.wrap-nosearch h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;

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

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

    color: #666;
    border: 1px solid rgba(252, 141, 18, .5);
    border-radius: 5px;
    background-color: rgba(252, 141, 18, .1);
}
.wrap-nosearch .title-in
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .wrap-nosearch .title-in h2
    {
        font-size: 30px;
    }
}
.pagination-info
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .pagination-info
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .pagination-info
    {
        margin-top: 30px;
    }
}
.pagination
{
    position: relative;

    display: inline-block;
}
.pagination a,
.pagination span
{
    font-size: 14px;
    line-height: 35px;

    position: relative;
    z-index: 6;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    overflow: hidden;

    min-width: 35px;
    height: 35px;
    margin: 0 5px;

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

    color: #876642;
    border-radius: 50%;
    background: none;
    background: #f7ede2;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 1200px)
{
    .pagination a,
    .pagination span
    {
        -webkit-transition: .2s;
                transition: .2s;
    }
    .pagination a:hover,
    .pagination span:hover
    {
        color: #fff;
        background-color: #fc8d12;
    }
}
@media (max-width: 1199.98px)
{
    .pagination a,
    .pagination span
    {
        line-height: 30px;

        min-width: 30px;
        height: 30px;
    }
    .pagination a:active,
    .pagination span:active
    {
        color: #fff;
        background-color: #fc8d12;
    }
}
@media (max-width: 767.98px)
{
    .pagination a,
    .pagination span
    {
        font-size: 14px;

        margin: 0 3px;
    }
}
.pagination span.current
{
    color: #fff;
    background-color: #fc8d12;
}
.pagination span.current.prev,
.pagination span.current.next
{
    opacity: 0;
}
.pagination .prev
{
    padding: 0 10px;

    border-radius: 30px;
}
.pagination .prev:before
{
    content: 'Previous';
}
.pagination .next
{
    padding: 0 10px;

    border-radius: 30px;
}
.pagination .next:before
{
    content: 'Next';
}
.wrap-solutions
{
    padding-top: 40px;
}
.wrap-solutions .solutions > ul > li
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-solutions .solutions > ul > li
    {
        margin-top: 30px;
    }
}
.wrap-solutions .solutions > ul > li:nth-child(2n+1) .item .pic
{
            flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
}
.wrap-solutions .solutions .item .pic
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 20px;

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

    border-radius: 20px;

    -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;
}
@media (max-width: 1199px)
{
    .wrap-solutions .solutions .item .pic
    {
        padding: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-solutions .solutions .item .pic
    {
        border-radius: 10px;
    }
}
.wrap-solutions .solutions .item .picbox
{
    overflow: hidden;

    width: 50%;

    border-radius: 20px;
}
@media (max-width: 1199px)
{
    .wrap-solutions .solutions .item .picbox
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .wrap-solutions .solutions .item .picbox
    {
        border-radius: 10px;
    }
}
.wrap-solutions .solutions .item .picbox .img-box
{
    padding-bottom: 57.89473684%;
}
.wrap-solutions .solutions .item .picbox .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-solutions .solutions .item .text
{
    width: 50%;
    padding: 30px 3%;
}
@media (max-width: 1199px)
{
    .wrap-solutions .solutions .item .text
    {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
.wrap-solutions .solutions .item .text .note
{
    margin-top: 10px;
}
@media (min-width: 1200px)
{
    .wrap-solutions .solutions .item:hover .pic
    {
        color: #fff;
        background-color: #fc8d12;
    }
    .wrap-solutions .solutions .item:hover .picbox .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-solutions .solutions .item:hover .text .note p
    {
        color: #fff;
    }
    .wrap-solutions .solutions .item:hover .text .common-button .button-txt,
    .wrap-solutions .solutions .item:hover .text .common-button .icon
    {
        color: #000;
        background-color: #fff;
    }
}
.wrap-inquiryinfo
{
    padding-top: 50px;
}
.wrap-inquiryinfo .inquiry-info
{
    font-size: 0;

    width: 100%;

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

    background-color: rgba(252, 141, 18, .1);
}
@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 .number,
.wrap-inquiryinfo .inquiry-info .Operation
{
    font-size: 14px;

    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 .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 .number,
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .checkbox
{
    width: 10%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox
    {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .Operation
{
    width: 14%;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg
{
    width: 14%;
}
@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: 93.87755102%;
}
.wrap-inquiryinfo .inquiry-info .number
{
    width: 20%;
}
@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: 38%;
}
.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: '\e60b';

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

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

    content: '\e60b';

    color: #fc8d12;
}
.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: #fc8d12;
    background-color: #fc8d12;
}
.wrap-inquiryinfo .inquiry-info .add1
{
    margin-top: -1px;
    margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic
{
    overflow: hidden;

    border: 1px solid #dcdcdc;
    border-radius: 10px;
}
.wrap-inquiryinfo .inquiry-info p
{
    line-height: 24px;

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

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

    cursor: pointer;
    text-align: center;

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

    content: '\e625';

    color: #787878;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .iclose::after
    {
        font-size: 20px;
    }
}
.wrap-inquiryinfo .iclose:hover::after
{
    color: #fc8d12;
}
.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;
    }
}
.editor-content p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .editor-content p
    {
        font-size: 14px;
    }
}
.editor-content.fz18 p
{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
@media (max-width: 1400px)
{
    .editor-content.fz18 p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .editor-content.fz18 p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.editor-content.c0 p
{
    color: #000;
}
.editor-content h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45454545;
}
@media (max-width: 1560px)
{
    .editor-content h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .editor-content h3
    {
        font-size: 18px;
    }
}
.editor-content h4
{
    font-size: 18px;
    font-weight: 500;

    left: 1.33333333;
}
@media (max-width: 991px)
{
    .editor-content h4
    {
        font-size: 16px;
    }
}
.editor-content img
{
    max-width: 100% !important;
    height: auto !important;
}
.editor-content ul,
.editor-content ol
{
    padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li
{
    list-style: inherit;
}
.editor-content .table-box
{
    line-height: 1.625;

    overflow: auto;

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

    color: #876642;
    border-radius: 6px;
    background: #f7f3ee;
}
.editor-content .table-box table
{
    font-size: 16px;
    line-height: 1.2;

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

    border-spacing: 0;
    border-collapse: collapse;
}
.editor-content .table-box table p
{
    font-size: 16px;
}
.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th
{
    width: auto !important;
    height: auto !important;
}
.editor-content .table-box table td,
.editor-content .table-box table th
{
    font-weight: normal;

    padding: 10px 20px !important;

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

    background: none !important;
}
.editor-content .table-box table th
{
    text-align: center;
}
.auto-adjust-img.is-mobile img
{
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0;
}
.auto-adjust-img p.contains-pictures
{
    font-size: 0 !important;

    overflow-x: hidden;

    margin: 0 -5px !important;
    padding: 0;
}
@media (min-width: 768px)
{
    .auto-adjust-img p.contains-pictures
    {
        white-space: nowrap;
    }
}
.auto-adjust-img p.contains-pictures > img
{
    display: inline-block;

    margin: 5px;
}
