:root
{
    --pad: -webkit-calc(50vw - 885px);
    --pad:         calc(50vw - 885px);
    --cf: #ffff;
    --color: #354fae;
    --hover: #415cbd;
}
@media (max-width: 1830px)
{
    :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: 'Host Grotesk';
    font-weight: 300;
    font-style: normal;

    src: local('Host Grotesk Light'), local('HostGrotesk-Light'), url('../fonts/HostGrotesk-Light.woff2') format('woff2'), url('../fonts/HostGrotesk-Light.woff') format('woff'), url('../fonts/HostGrotesk-Light.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'Host Grotesk';
    font-weight: 500;
    font-style: normal;

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

    src: local('Host Grotesk Regular'), local('HostGrotesk-Regular'), url('../fonts/HostGrotesk-Regular.woff2') format('woff2'), url('../fonts/HostGrotesk-Regular.woff') format('woff'), url('../fonts/HostGrotesk-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'Melodrama';
    font-weight: bold;
    font-style: normal;

    src: local('Melodrama Bold'), local('Melodrama-Bold'), url('../fonts/Melodrama-Bold.woff2') format('woff2'), url('../fonts/Melodrama-Bold.woff') format('woff'), url('../fonts/Melodrama-Bold.ttf') format('truetype');
    font-display: swap;
}
body
{
    font-family: 'Host Grotesk', 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: #0f1115;

    -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,
.img-box video
{
    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;
    }
    .con1440
    {
        padding: 0 12%;
    }
    .product-show-listbox .con1440
    {
        padding: 0 12%;
    }
    .con1200
    {
        max-width: 1230px;
    }
}
@media (min-width: 1560px)
{
    .container
    {
        max-width: 1470px;
    }
    .con1440
    {
        padding: 0 12%;
    }
    .product-show-listbox .con1440
    {
        padding: 0 12%;
    }
    .con1200
    {
        max-width: 1230px;
    }
}
@media (min-width: 1720px)
{
    .container
    {
        max-width: 1680px;
    }
    .con1440
    {
        padding: 0 12%;
    }
    .product-show-listbox .con1440
    {
        padding: 0 12%;
    }
    .con1410
    {
        max-width: 1440px;
    }
    .con1200
    {
        max-width: 1230px;
    }
}
@media (min-width: 1860px)
{
    .container
    {
        max-width: 1830px;
    }
    .con1650
    {
        max-width: 1680px;
    }
    .con1440
    {
        padding: 0 12%;
    }
    .product-show-listbox .con1440
    {
        padding: 0 9%;
    }
    .con1410
    {
        max-width: 1440px;
    }
    .con1200
    {
        max-width: 1230px;
    }
}
@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: 45px;

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

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

    width: 45px;
    height: 45px;
    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;
    border-radius: 50%;
    background: none;
    background-color: #000;

    -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: 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: 16px;

    display: block;

    content: '\e9b6';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media (max-width: 767px)
{
    .slick-arrow:before
    {
        font-size: 14px;
    }
}
.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
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #fff;
    border-color: #fac441;
    background-color: #fac441;
}
.arrow-bottom
{
    padding-bottom: 100px;
}
@media (max-width: 1199px)
{
    .arrow-bottom
    {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px)
{
    .arrow-bottom
    {
        padding-bottom: 60px;
    }
}
.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: 54px;
    left: auto;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
@media (max-width: 1199px)
{
    .arrow-top-right .slick-arrow
    {
        top: -80px;
    }
}
@media (max-width: 991px)
{
    .arrow-top-right .slick-arrow
    {
        right: 44px;
    }
}
@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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1199px)
{
    .slick-dots
    {
        margin-top: 30px;
    }
}
.slick-dots li
{
    width: 16px;
    height: 16px;
    margin: 0 12px;

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

    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #e2e7ee;
}
@media (max-width: 1560px)
{
    .slick-dots li
    {
        margin: 0 6px;
    }
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    border-color: #fac441;
    background-color: #fff;
}
.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;
}
.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;
    }
}
.mt-80
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .mt-80
    {
        margin-top: 60px;
    }
}
@media (max-width: 1400px)
{
    .mt-80
    {
        margin-top: 50px;
    }
}
@media (max-width: 1199px)
{
    .mt-80
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .mt-80
    {
        margin-top: 30px;
    }
}
.common-share ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -5px;
    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 991px)
{
    .common-share ul
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .common-share ul
    {
        margin-top: 10px;
    }
}
.common-share ul li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0 5px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.common-share ul li a
{
    font-size: 20px;
    line-height: 32px;

    display: block;

    width: 32px;
    height: 32px;

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

    color: #fac441;
    border-radius: 50%;
    background-color: #fff;
}
.common-share ul li a:hover
{
    color: #fff;
    background-color: #fac441;
}
.common-share ul li .iconfont
{
    font-size: 20px;
}
@media (max-width: 1400px)
{
    .common-share ul li .iconfont
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .common-share ul li .iconfont
    {
        font-size: 16px;
    }
}
.formbox form > ul > li
{
    margin-top: 20px;
}
.formbox .group label
{
    font-weight: normal;
    line-height: 26px;

    color: #666;
}
.formbox .group input,
.formbox .group textarea
{
    line-height: 24px;

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

    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
}
.formbox .group-read input
{
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;

    color: #fff;
    background: #000;
}
.formbox .submit
{
    height: 46px;
    margin-top: 10px;
    padding: 0 44px;

    color: #fff;
    border-radius: 0;
    background-color: #fac441;
}
.formbox .submit:hover
{
    color: #fff;
    border-color: #9a7f52;
    background-color: #9a7f52;
}
.wrap-reviews .title-product-show .write-review
{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.wrap-reviews .title-product-show .write-review a
{
    font-size: 18px;
    line-height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .wrap-reviews .title-product-show .write-review a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-reviews .title-product-show .write-review a
    {
        font-size: 14px;
    }
}
.wrap-reviews .title-product-show .write-review a:hover
{
    text-decoration: underline;

    color: #fac441;
}
.wrap-reviews .feedback
{
    display: none;

    padding-top: 10px;
}
.wrap-reviews .feedback .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    border-radius: 8px;
    background: #f2f5fc;
}
.wrap-reviews .feedback .item span
{
    line-height: 50px;

    display: block;

    white-space: nowrap;
}
.wrap-reviews .feedback .item input,
.wrap-reviews .feedback .item textarea
{
    line-height: 30px;

    width: 100%;
    padding: 10px;

    resize: vertical;

    background: none;
}
.wrap-reviews .feedback .rating
{
    position: relative;

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

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

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
}
.wrap-reviews .feedback .rating-0
{
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.wrap-reviews .feedback .rating > input
{
    display: none;
}
.wrap-reviews .feedback .rating > label
{
    font-size: 20px;

    margin-top: auto;
    margin-right: 8px;

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    color: #fac441;
}
.wrap-reviews .feedback .rating > label:before
{
    font-family: 'iconfont' !important;

    content: '\e63c';
}
.wrap-reviews .feedback .rating > input:checked ~ label,
.wrap-reviews .feedback .rating > input:checked ~ label ~ label
{
    color: #fac441;
}
.wrap-reviews .feedback .rating > input:checked ~ label:before,
.wrap-reviews .feedback .rating > input:checked ~ label ~ label:before
{
    font-family: 'iconfont' !important;

    content: '\e76b';
}
.wrap-reviews .feedback .rating > input:not(:checked) ~ label:hover,
.wrap-reviews .feedback .rating > input:not(:checked) ~ label:hover ~ label
{
    color: #fac441;
}
.wrap-reviews .feedback .rating > input:not(:checked) ~ label:hover:before,
.wrap-reviews .feedback .rating > input:not(:checked) ~ label:hover ~ label:before
{
    font-family: 'iconfont' !important;

    content: '\e76b';
}
.wrap-reviews .feedback .text-end
{
    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;
}
.wrap-reviews .review-list
{
    overflow: hidden;

    margin-top: 20px;
}
.wrap-reviews .review-list .item
{
    padding: 20px 0;

    border-bottom: 1px dashed #e2e7ee;
}
@media (max-width: 991px)
{
    .wrap-reviews .review-list .item
    {
        padding: 10px 0;
    }
}
.wrap-reviews .review-list .item h3
{
    font-size: 30px;
    line-height: 1.15384615;

    margin: 0;
}
@media (max-width: 1560px)
{
    .wrap-reviews .review-list .item h3
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-reviews .review-list .item h3
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .wrap-reviews .review-list .item h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-reviews .review-list .item h3
    {
        font-size: 18px;
    }
}
.wrap-reviews .review-list .item h3 span
{
    font-size: 16px;
    font-weight: normal;

    margin-left: 10px;

    color: #666;
}
.wrap-reviews .review-list .item .title-small
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 8px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-reviews .review-list .item p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-reviews .review-list .item p
    {
        font-size: 14px;
    }
}
.wrap-reviews .review-list .item h4
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    margin: 0;
    margin-right: 10px;

    color: #fac441;
}
.wrap-reviews .review-list .item .starbox
{
    color: #fac441;
}
.wrap-reviews .review-list .item .starbox span
{
    font-size: 14px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.wrap-reviews .review-list .item .starbox .icon
{
    font-size: 14px;
    line-height: 26px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-reviews .review-list .item .editor-content
{
    margin-top: 20px;
}
.wrap-reviews .review-list .item .editor-content p
{
    line-height: 1.875;
}
.header
{
    position: -webkit-sticky;
    position:         sticky;
    z-index: 10;
    top: 0;

    width: 100%;

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

    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .06);
}
.header .logo
{
    display: block;

    height: 40px;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        padding: 15px 0;
    }
}
.header .logo img
{
    display: block;

    height: 100%;
}
.header .language
{
    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;
}
.header .language span
{
    line-height: 60px;

    position: relative;

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

    cursor: pointer;
    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .header .language span
    {
        font-size: 0;
    }
}
.header .language span .iconfont
{
    font-size: 12px;

    display: block;

    margin-left: 8px;
}
.header .language span img
{
    width: 20px;
    margin-right: 10px;
}
.header .language span:before
{
    position: absolute;
    z-index: 6;
    z-index: 7;
    bottom: -1px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;

    -webkit-filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, .1));
            filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, .1));
}
.header .language:hover span img
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.header .language:hover span:before
{
    opacity: 1;
}
.header .language ul
{
    font-size: 0;

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

    display: none;

    width: 500px;
    padding: 20px;

    color: #333;
    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-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;

    margin-left: 36px;

    -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: 767px)
{
    .header .quote
    {
        background: none;
    }
}
.header .quote .common-button a
{
    line-height: 24px;

    padding: 10px 16px;

    color: #fff;
    border-radius: 3px;
    background: #fac441;
}
@media (max-width: 767px)
{
    .header .quote .now-hover
    {
        padding: 0 10px;
    }
    .header .quote .now-hover-group
    {
        display: none;
    }
}
.header .cart
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .header .cart
    {
        padding: 0 20px;
    }
}
@media (max-width: 991px)
{
    .header .cart
    {
        padding: 0 10px;
    }
}
.header .cart .iconfont
{
    font-size: 20px;

    margin-right: 10px;
}
.header .cart:hover .iconfont
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.header .serach-part
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    cursor: pointer;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .serach-part:after
{
    margin: 0 18px;

    content: '|';

    opacity: .3;
}
.header .find
{
    line-height: 60px;

    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;
}
.header .find .iconfont
{
    font-size: 20px;

    display: block;
}
.header .find:hover
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.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: #fac441;
}
@media (max-width: 1199px)
{
    .header .pc-nav
    {
        display: none;
    }
}
.header .pc-nav > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -25px;

    -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)
{
    .header .pc-nav > ul
    {
        margin: 0 -18px;
    }
}
@media (max-width: 1470px)
{
    .header .pc-nav > ul
    {
        margin: 0 -10px;
    }
}
.header .pc-nav > ul > li
{
    position: relative;

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

    padding: 0 25px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .header .pc-nav > ul > li
    {
        padding: 0 18px;
    }
}
@media (max-width: 1470px)
{
    .header .pc-nav > ul > li
    {
        padding: 0 10px;
    }
}
.header .pc-nav > ul > li > a
{
    position: relative;

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

    height: 60px;

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

    -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;
}
.header .pc-nav > ul > li > a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fac441), to(#fac441));
    background-image: -webkit-linear-gradient(left, #fac441 0%, #fac441 100%);
    background-image:         linear-gradient(to right, #fac441 0%, #fac441 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.header .pc-nav > ul > li.active > a,
.header .pc-nav > ul > li:hover > a
{
    color: #fac441;
}
.header .pc-nav > ul > li.active > a span,
.header .pc-nav > ul > li:hover > a span
{
    background-size: 100% 1px;
}
.header .pc-nav .nav-list2
{
    font-size: 14px;

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

    display: none;

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

    text-align: left;

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

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

    padding: 10px 20px;

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

    color: #666;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .header .pc-nav .nav-list2 > li > a
    {
        padding: 5px 20px;
    }
}
.header .pc-nav .nav-list2 > li > a img
{
    width: 24px;
    margin-right: 10px;
}
.header .pc-nav .nav-list2 > li > a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fac441), to(#fac441));
    background-image: -webkit-linear-gradient(left, #fac441 0%, #fac441 100%);
    background-image:         linear-gradient(to right, #fac441 0%, #fac441 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.header .pc-nav .nav-list2 > li:hover > a
{
    color: #fac441;
}
.header .pc-nav .nav-list2 > li:hover > a span
{
    background-size: 100% 1px;
}
.header .pc-nav .nav-list3
{
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px;

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

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

    padding: 10px 20px;

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

    color: #666;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .header .pc-nav .nav-list3 > li > a
    {
        padding: 5px 20px;
    }
}
.header .pc-nav .nav-list3 > li > a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fac441), to(#fac441));
    background-image: -webkit-linear-gradient(left, #fac441 0%, #fac441 100%);
    background-image:         linear-gradient(to right, #fac441 0%, #fac441 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.header .pc-nav .nav-list3 > li:hover > a
{
    color: #fac441;
}
.header .pc-nav .nav-list3 > li:hover > a span
{
    background-size: 100% 1px;
}
.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: #000;
}
@media (max-width: 767px)
{
    .header .btn-menu div:before,
    .header .btn-menu div:after
    {
        background-color: #222;
    }
}
.header .btn-menu div span
{
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #000;
}
@media (max-width: 767px)
{
    .header .btn-menu div span
    {
        background-color: #222;
    }
}
.header-white
{
    position: fixed;
    top: 20px;

    padding: 0 5%;

    color: #fff;
    background: none;
    box-shadow: none;
}
@media (max-width: 1560px)
{
    .header-white
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .header-white
    {
        position: -webkit-sticky;
        position:         sticky;
        top: 0;

        padding: 0;

        color: #333;
    }
}
.header-white .header-info
{
    margin: 0 auto;
    padding: 0 30px;

    border-radius: 100px;
    background: rgba(0, 0, 0, .2);
}
@media (max-width: 767px)
{
    .header-white .header-info
    {
        padding: 0;

        border-radius: 0;
        background: #fff;
    }
}
.header-white .language span img
{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.header-white .btn-menu div:before,
.header-white .btn-menu div:after
{
    background: #fff;
}
.header-white .btn-menu div span
{
    background: #fff;
}
.header.stuck
{
    top: 0;

    color: #000;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.stuck .header-nav
{
    background: #fff;
}
.header.stuck .header-info
{
    background: none;
}
.header.stuck .logo img
{
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
}
.header.stuck .language span img
{
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
}
.header.stuck .btn-menu div:before,
.header.stuck .btn-menu div:after
{
    background: #000;
}
.header.stuck .btn-menu div span
{
    background: #000;
}
.hc-mobile-nav
{
    text-transform: capitalize;
}
.hc-mobile-nav .lst-clone
{
    display: none;
}
.hc-mobile-nav p
{
    margin: 0;
}
.hc-mobile-nav img
{
    width: 24px;
    margin-right: 6px;
}
.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: 5px;

    -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 #fac441;
    border-radius: 0;
    border-radius: 8px;
    outline: none;
    background-color: #fac441;
}
@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;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@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: 50px;

    position: relative;

    display: block;

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

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

    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
}
.online-wrap .online a .iconfont
{
    font-size: 24px;
}
.online-wrap .online a:hover
{
    background-color: #fac441;
}
@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: 50px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    border-radius: 40px;
    background: #fac441;
}
@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: #fac441;
}
.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: #fac441;
    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: #fac441;
}
.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: relative;
    z-index: 8;

    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 .swiper-slide-active h2,
.banner .swiper-slide-active p,
.banner .swiper-slide-active .common-button
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.banner .common-button a
{
    margin: 0 auto;
}
.banner .banner-text
{
    font-size: 16px;

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

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .banner-text
    {
        padding: 0 3%;
    }
}
.banner .banner-text:before
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    display: block;

    width: 506px;
    height: 204px;

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

    background: rgba(21, 22, 25, .3);

    -webkit-filter: blur(100px);
            filter: blur(100px);
}
.banner .banner-text h2
{
    font-size: 60px;
    font-weight: 600;
    font-style: normal;
    line-height: 114%;

    position: relative;
    z-index: 6;

    max-width: 700px;
    margin: 0 auto;

    letter-spacing: -2.4px;
}
@media (max-width: 1560px)
{
    .banner .banner-text h2
    {
        font-size: 52px;

        letter-spacing: -1.4px;
    }
}
@media (max-width: 1470px)
{
    .banner .banner-text h2
    {
        font-size: 46px;
    }
}
@media (max-width: 1400px)
{
    .banner .banner-text h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text h2
    {
        font-size: 34px;

        letter-spacing: -1.4px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-text h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text h2
    {
        font-size: 24px;

        letter-spacing: 0;
    }
}
.banner .banner-text p
{
    line-height: 22px;

    position: relative;
    z-index: 6;

    max-width: 580px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .banner .banner-text p
    {
        margin-top: 10px;
    }
}
.banner .banner-text .common-button
{
    position: relative;
    z-index: 6;
}
@media (max-width: 1199px)
{
    .banner .banner-text .common-button
    {
        margin-top: 10px;
    }
}
.banner-video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    display: block;

    padding-bottom: 50%;

    -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: #fac441 !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: '\e87c';
    -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 .swiper-pagination
{
    font-family: 'Melodrama';
    font-size: 22px;
    font-weight: 500;

    position: relative;
    bottom: auto;

    width: auto;

    color: #fff;
}
.banner .swiper-pagination .swiper-pagination-current:before,
.banner .swiper-pagination .swiper-pagination-total:before
{
    content: '0';
}
.banner .swiper-pagination-bullet
{
    position: relative;

    width: 16px;
    height: 16px;

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

    opacity: 1;
    border-radius: 16px;
    background: none;
}
.banner .swiper-pagination-bullet:before
{
    position: absolute;
    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, .2);
}
.banner .swiper-pagination-bullet-active
{
    background-color: #fff;
}
.banner .swiper-pagination-bullet-active:before
{
    background-color: #fac441;
}
.banner .banner-button
{
    position: absolute;
    z-index: 8;
    bottom: 30px;

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

    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .banner .banner-button
    {
        bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-button
    {
        bottom: 0;
    }
}
.banner .swiper-slide-active .banner-text
{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
}
.banner .banner-button-prev,
.banner .banner-button-next
{
    background: none;
}
.banner .banner-button-prev:before,
.banner .banner-button-next:before
{
    font-size: 24px;
}
.banner .banner-button-prev
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.banner-in
{
    position: relative;

    overflow: hidden;
}
.banner-in img
{
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (min-width: 1920px)
{
    .banner-in img
    {
        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .banner-in img
    {
        width: 140%;
        margin-left: -20%;
    }
}
.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;
}
.banner-in .banner-in-text h2
{
    font-family: 'Melodrama';
    font-size: 64px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1560px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 58px;
    }
}
@media (max-width: 1470px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 54px;
    }
}
@media (max-width: 1400px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 48px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .banner-in .banner-in-text h2
    {
        font-size: 30px;
    }
}
.banner-in .banner-in-text .editor-content
{
    max-width: 690px;
    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: rgba(255, 255, 255, .8);
}
.banner-product
{
    padding-top: 156px;
}
@media (max-width: 1199px)
{
    .banner-product
    {
        padding-top: 96px;
    }
}
@media (max-width: 767px)
{
    .banner-product
    {
        padding-top: 0;
    }
}
@-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: 120px 0;
}
@media (max-width: 1560px)
{
    .box
    {
        padding: 90px 0;
    }
}
@media (max-width: 1400px)
{
    .box
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .box
    {
        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-size: 18px;
    line-height: 26px;

    position: relative;

    display: block;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    padding: 10px 30px;

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

    color: #fff;
    border-radius: 50px;
    background-color: #fac441;
}
@media (max-width: 767px)
{
    .common-button a,
    .common-button button
    {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 20px;
    }
}
.common-button a .button-now,
.common-button button .button-now,
.common-button a .button-hover,
.common-button button .button-hover
{
    overflow: hidden;
}
.common-button a .button-now span,
.common-button button .button-now span,
.common-button a .button-hover span,
.common-button button .button-hover span
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.common-button a .button-hover,
.common-button button .button-hover
{
    position: absolute;
    top: 10px;
    left: 0;

    width: 100%;
}
.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:hover,
.common-button button:hover
{
    background-color: #9a7f52;
}
.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-hover span,
.common-button button:hover .button-hover span
{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.common-button.white a,
.common-button.white button
{
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .14);

    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
.common-button.text-center a,
.common-button.text-center button
{
    margin: 0 auto;
}
.title .subtitle
{
    font-size: 18px;
    line-height: 30px;

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

    color: #999;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.title .subtitle:before
{
    display: block;

    width: 10px;
    height: 10px;
    margin-right: 14px;

    content: '';

    background-color: #fac441;
}
@media (max-width: 767px)
{
    .title .subtitle:before
    {
        width: 6px;
        height: 6px;
        margin-right: 6px;
    }
}
.title h2
{
    font-family: 'Melodrama';
    font-size: 64px;
    font-weight: bold;

    margin: 0;

    color: #333;
}
@media (max-width: 1560px)
{
    .title h2
    {
        font-size: 58px;
    }
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 54px;
    }
}
@media (max-width: 1400px)
{
    .title h2
    {
        font-size: 46px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 30px;

        letter-spacing: 0;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title h2.fz40
{
    font-size: 40px;
}
@media (max-width: 1400px)
{
    .title h2.fz40
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .title h2.fz40
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h2.fz40
    {
        font-size: 28px;

        letter-spacing: 0;
    }
}
@media (max-width: 767px)
{
    .title h2.fz40
    {
        font-size: 24px;
    }
}
.title h2.fz44
{
    font-size: 44px;
}
@media (max-width: 1560px)
{
    .title h2.fz44
    {
        font-size: 40px;
    }
}
@media (max-width: 1400px)
{
    .title h2.fz44
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .title h2.fz44
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h2.fz44
    {
        font-size: 28px;

        letter-spacing: 0;
    }
}
@media (max-width: 767px)
{
    .title h2.fz44
    {
        font-size: 24px;
    }
}
.title h2.fz58
{
    font-size: 58px;
}
@media (max-width: 1560px)
{
    .title h2.fz58
    {
        font-size: 54px;
    }
}
@media (max-width: 1470px)
{
    .title h2.fz58
    {
        font-size: 48px;
    }
}
@media (max-width: 1400px)
{
    .title h2.fz58
    {
        font-size: 42px;
    }
}
@media (max-width: 1199px)
{
    .title h2.fz58
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title h2.fz58
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2.fz58
    {
        font-size: 24px;
    }
}
.title h2 span
{
    color: #fac441;
}
.title h3
{
    font-size: 20px;
    line-height: 1.5;

    margin: 20px 0 0 0;
}
@media (max-width: 767px)
{
    .title h3
    {
        margin-top: 10px;
    }
}
.title .editor-content
{
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .title .editor-content
    {
        margin-top: 10px;
    }
}
.title .editor-content p
{
    font-weight: 300;

    margin: 0;
}
.title.text-center .subtitle
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.title.text-center h2
{
    margin-top: 20px;
}
.title.text-center .editor-content
{
    max-width: 770px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .title.text-center .editor-content
    {
        margin-top: 10px;
    }
}
.common-more a
{
    line-height: 40px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 40px;
    height: 40px;

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

    border: 1px solid #e2e7ee;
    border-radius: 50%;
}
.common-more a .icon-hover
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translate3d(-100%, 100%, 0);
            transform: translate3d(-100%, 100%, 0);
}
.common-more a .icon-now
{
    -webkit-transition: all .6s;
            transition: all .6s;
}
.common-more a .iconfont
{
    display: block;

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.common-more-other a
{
    font-size: 14px;
    line-height: 40px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 40px;
    height: 40px;

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

    border: 1px solid #e2e7ee;
    border-radius: 50%;
    background-color: #fff;
}
.common-more-other a .icon-hover
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.common-more-other a .icon-now
{
    -webkit-transition: all .6s;
            transition: all .6s;
}
.common-more-other a .iconfont
{
    display: block;
}
.item-hover .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.item-hover:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.item-hover:hover .common-more a
{
    color: #fff;
    border-color: #fac441;
    background-color: #fac441;
}
.item-hover:hover .common-more a .icon-hover
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.item-hover:hover .common-more a .icon-now
{
    -webkit-transform: translate3d(100%, -100%, 0);
            transform: translate3d(100%, -100%, 0);
}
.item-hover:hover .common-more-other a
{
    color: #fff;
    border-color: #fac441;
    background-color: #fac441;
}
.item-hover:hover .common-more-other a .icon-hover
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.item-hover:hover .common-more-other a .icon-now
{
    -webkit-transform: translate3d(100%, 0%, 0);
            transform: translate3d(100%, 0%, 0);
}
.box-about .about
{
    position: relative;
    z-index: 6;
}
.box-about .about-left
{
    width: 25%;
}
@media (max-width: 767px)
{
    .box-about .about-left
    {
        width: 100%;
    }
}
.box-about .about-right
{
    width: 75%;
}
@media (max-width: 767px)
{
    .box-about .about-right
    {
        width: 100%;
        margin-top: 10px;
    }
}
.box-about .title h2
{
    max-width: 1030px;
}
.box-about .common-button
{
    margin-right: 40px;
}
@media (max-width: 1199px)
{
    .box-about .common-button
    {
        margin-right: 20px;
    }
}
.box-about .play
{
    font-size: 18px;
    line-height: 30px;

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

    color: #333;

    -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: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
@media (max-width: 767px)
{
    .box-about .play
    {
        font-size: 14px;
    }
}
.box-about .play:hover
{
    color: #fac441;
}
.box-about .advantage
{
    position: relative;

    margin-top: 120px;
}
@media (max-width: 1560px)
{
    .box-about .advantage
    {
        margin-top: 100px;
    }
}
@media (max-width: 1400px)
{
    .box-about .advantage
    {
        margin-top: 80px;
    }
}
@media (max-width: 1199px)
{
    .box-about .advantage
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .box-about .advantage
    {
        margin-top: 30px;
    }
}
.box-about .advantage:before
{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -500px;
    left: 0;

    display: block;

    width: 1px;
    height: 3000px;

    content: '';

    background-color: #f3f3f3;
}
.box-about .advantage ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.box-about .advantage ul li
{
    width: 25%;
}
.box-about .advantage ul li:nth-child(2n + 1)
{
    margin-top: 56px;
}
@media (max-width: 767px)
{
    .box-about .advantage ul li:nth-child(2n + 1)
    {
        margin: 0;
    }
}
@media (max-width: 1199px)
{
    .box-about .advantage ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .box-about .advantage ul li
    {
        width: 100%;
    }
}
.box-about .advantage .item
{
    position: relative;

    padding-left: 52px;

    border-top: 1px solid #f3f3f3;
}
@media (max-width: 767px)
{
    .box-about .advantage .item
    {
        padding-left: 0;
    }
}
.box-about .advantage .item:after
{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -500px;

    display: block;

    width: 1px;
    height: 3000px;

    content: '';

    background-color: #f3f3f3;
}
.box-about .advantage .item .title-advantage
{
    font-weight: 500;
    line-height: 24px;

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

    height: 70px;

    -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;
}
.box-about .advantage .item .title-advantage .line
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.box-about .advantage .item .title-advantage .line span
{
    display: block;

    width: 1px;
    height: 16px;
    margin-right: 10px;

    background: #d9d9d9;
}
.box-about .advantage .item .text
{
    padding: 20px;

    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#fff));
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #fff 100%);
    background:         linear-gradient(180deg, #f8f8f8 0%, #fff 100%);
}
.box-about .advantage .item .text .note
{
    min-height: 180px;
}
@media (max-width: 767px)
{
    .box-about .advantage .item .text .note
    {
        min-height: auto;
    }
}
.box-about .advantage .item .text .note p
{
    color: #333;
}
.box-about .advantage .item .text .number
{
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .box-about .advantage .item .text .number
    {
        margin-top: 20px;
    }
}
.box-about .advantage .item .text .number .stats-num
{
    font-family: 'Melodrama';
    font-size: 64px;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 1560px)
{
    .box-about .advantage .item .text .number .stats-num
    {
        font-size: 60px;
    }
}
@media (max-width: 1470px)
{
    .box-about .advantage .item .text .number .stats-num
    {
        font-size: 54px;
    }
}
@media (max-width: 1400px)
{
    .box-about .advantage .item .text .number .stats-num
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .box-about .advantage .item .text .number .stats-num
    {
        font-size: 40px;
    }
}
.box-about .advantage .item .text .number .stats-num sub
{
    bottom: 20px;

    vertical-align: bottom;
}
.box-about .advantage .item .text .number .stats-text p
{
    font-weight: 500;
    line-height: 24px;

    margin: 0;
}
.box-project
{
    position: relative;

    padding: 60px 0 110px;

    color: #fff;
}
@media (max-width: 767px)
{
    .box-project
    {
        padding: 60px 0;
    }
}
.box-project:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, right top, left top, color-stop(50.38%, rgba(96, 58, 5, 0)), color-stop(92.23%, rgba(50, 30, 3, .6)));
    background: -webkit-linear-gradient(right, rgba(96, 58, 5, 0) 50.38%, rgba(50, 30, 3, .6) 92.23%);
    background:         linear-gradient(270deg, rgba(96, 58, 5, 0) 50.38%, rgba(50, 30, 3, .6) 92.23%);
}
.box-project .container
{
    position: relative;
    z-index: 6;
}
.box-project .project-left
{
    width: 50%;
    padding-top: 120px;
}
@media (max-width: 767px)
{
    .box-project .project-left
    {
        width: 100%;
        padding-top: 0;
    }
}
.box-project .project-left .title .subtitle
{
    color: rgba(255, 255, 255, .8);
}
.box-project .project-left .title h2
{
    margin-top: 20px;

    color: #fff;
    text-shadow: 0 4px 6px rgba(0, 0, 0, .14);
}
.box-project .project-left .text
{
    margin-top: 15vw;
}
.box-project .project-left .text p
{
    color: #fff;
}
.box-project .project-right
{
    width: 50%;
    padding-left: 8%;
}
@media (max-width: 767px)
{
    .box-project .project-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.box-project .project-right ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    height: 100%;

    -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 (max-width: 767px)
{
    .box-project .project-right ul li
    {
        margin-top: 30px;
    }
}
.box-project .project-right ul li:nth-child(2)
{
    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-project .project-right .item
{
    display: block;

    width: 360px;
}
@media (max-width: 1199px)
{
    .box-project .project-right .item
    {
        width: 300px;
    }
}
@media (max-width: 991px)
{
    .box-project .project-right .item
    {
        width: 250px;
    }
}
@media (max-width: 767px)
{
    .box-project .project-right .item
    {
        width: 80%;
    }
}
.box-project .project-right .item .pic
{
    border: 4px solid #fff;
    border-bottom: none;
}
.box-project .project-right .item .pic .img-box
{
    padding-bottom: 57.14285714%;
}
.box-project .project-right .item .title-product
{
    font-size: 22px;
    font-weight: 500;
    line-height: 50px;

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

    height: 50px;
    padding: 0 15px;

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

    color: #0f0f0f;
    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -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: 1560px)
{
    .box-project .project-right .item .title-product
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .box-project .project-right .item .title-product
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-project .project-right .item .title-product
    {
        font-size: 16px;
    }
}
.box-project .project-right .item .title-product span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#9a7f52), to(#9a7f52));
    background-image: -webkit-linear-gradient(left, #9a7f52 0%, #9a7f52 100%);
    background-image:         linear-gradient(to right, #9a7f52 0%, #9a7f52 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.box-project .project-right .item .title-product .iconfont
{
    font-size: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.box-project .project-right .item:hover .title-product
{
    color: #9a7f52;
}
.box-project .project-right .item:hover .title-product span
{
    background-size: 100% 1px;
}
.box-project .project-right .item:hover .title-product .iconfont
{
    font-size: 16px;
}
.slick-control
{
    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;
}
.slick-control .slick-arrow
{
    position: relative;
    top: 0;
    right: 0;
    left: 0;

    margin: 0 20px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.slick-control .slick-page
{
    font-family: 'Melodrama';
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;

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

    color: #999;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.slick-control .slick-page .line
{
    font-size: 12px;

    margin: 0 10px;
}
.common-product-item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-product-item .text
{
    margin-top: 15px;
    padding-top: 15px;

    border-top: 1px solid #f3f3f3;
}
.common-product-item .slogan
{
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;

    color: #999;
}
.common-product-item .title-product
{
    font-size: 20px;

    margin-top: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .common-product-item .title-product
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .common-product-item .title-product
    {
        font-size: 16px;
    }
}
.common-product-item .title-product a
{
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    padding-right: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .common-product-item .title-product a
    {
        line-height: 24px;

        height: 24px;
    }
}
.common-product-item .title-product a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#9a7f52), to(#9a7f52));
    background-image: -webkit-linear-gradient(left, #9a7f52 0%, #9a7f52 100%);
    background-image:         linear-gradient(to right, #9a7f52 0%, #9a7f52 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.common-product-item .title-product a .iconfont
{
    position: absolute;
    top: 0;
    right: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (min-width: 1200px)
{
    .common-product-item:hover .title-product
    {
        color: #9a7f52;
    }
    .common-product-item:hover .title-product a span
    {
        background-size: 100% 1px;
    }
    .common-product-item:hover .title-product a .iconfont
    {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    .common-product-item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.box-applications
{
    position: relative;

    background: #fbf9f6;
}
.box-applications .linebg
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.box-applications .linebg .container
{
    height: 100%;
}
.box-applications .linebg .linebox
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.box-applications .linebg .linebox .line
{
    width: 1px;
    height: 100%;

    background-color: #f7f0e5;
}
.box-applications .title
{
    padding-left: 25%;
}
@media (max-width: 1199px)
{
    .box-applications .title
    {
        padding-left: 0;
    }
}
.box-applications .container
{
    position: relative;
    z-index: 2;
}
.box-applications .applications-list
{
    position: relative;

    overflow: hidden;
}
.box-applications .applications-list .slick-control
{
    position: absolute;
    z-index: 6;
    bottom: 30px;

    width: 100%;
}
@media (max-width: 1199px)
{
    .box-applications .applications-list .slick-control
    {
        bottom: 15px;
    }
}
.box-applications .applications-list .slick-control .slick-page
{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.box-applications .applications
{
    position: relative;
}
.box-applications .applications > ul
{
    position: relative;
    z-index: 6;

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

    margin: -5px;
}
.box-applications .applications > ul > li
{
    width: 25%;
    margin-top: 80px;
}
@media (max-width: 1199px)
{
    .box-applications .applications > ul > li
    {
        display: none;
    }
}
.box-applications .applications > ul > li:nth-child(2)
{
    width: 50%;
    margin-top: 0;
}
@media (max-width: 1199px)
{
    .box-applications .applications > ul > li:nth-child(2)
    {
        display: block;

        width: 100%;
    }
}
.box-applications .applications .item
{
    padding: 5px;
}
.box-applications .applications .item-1 .img-box
{
    padding-bottom: 80.48780488%;
}
.box-applications .applications .item-2 .img-box
{
    padding-bottom: 56.09756098%;
}
.box-applications .applications .item-3
{
    padding-left: 70%;
}
@media (max-width: 1199px)
{
    .box-applications .applications .item-3
    {
        display: none;
    }
}
.box-applications .applications .item-3 .img-box
{
    padding-bottom: 48.48484848%;
}
.box-applications .applications .item-4
{
    position: relative;
}
.box-applications .applications .item-4 .img-box
{
    padding-bottom: 41.97530864%;
}
.box-applications .applications .item-5
{
    padding-right: 55%;
}
@media (max-width: 1199px)
{
    .box-applications .applications .item-5
    {
        display: none;
    }
}
.box-applications .applications .item-5 .img-box
{
    padding-bottom: 50%;
}
.box-applications .applications .item-6 .img-box
{
    padding-bottom: 56.09756098%;
}
.box-applications .applications .item-7 .img-box
{
    padding-bottom: 80.48780488%;
}
.box-choose .choose
{
    position: relative;
}
.box-choose .choose > ul > li
{
    margin-top: 30px;
}
.box-choose .choose .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    height: 100%;
    padding: 20px;

    background-color: #f3f3f3;

    -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: 1200px)
{
    .box-choose .choose .item
    {
        min-height: 400px;
    }
}
.box-choose .choose .title-choose
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.box-choose .choose .title-choose img
{
    width: 60px;
    margin-right: 20px;
}
.box-choose .choose .title-choose h3
{
    font-size: 22px;
    line-height: 1.36363636;

    margin: 0;
}
@media (max-width: 1199px)
{
    .box-choose .choose .title-choose h3
    {
        font-size: 20px;
    }
}
.box-choose .choose .itembox-1 .item-top .mask
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.box-choose .choose .itembox-1 .item-top .mask span
{
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;

    display: block;

    margin-bottom: 10px;
    margin-left: 10px;
    padding: 6px 16px;

    color: #fff;
    border-radius: 50px;
    background-color: #fac441;
}
@media (max-width: 1560px)
{
    .box-choose .choose .itembox-1 .item-top .mask span
    {
        font-size: 13px;

        margin-left: 5px;
        padding: 6px 6px;
    }
}
.box-choose .choose .itembox-1 .item-bottom .reviews
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.box-choose .choose .itembox-1 .item-bottom .reviews-left
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-right: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.box-choose .choose .itembox-1 .item-bottom .reviews-left .img
{
    overflow: hidden;

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

    border: 1px solid #fff;
    border-radius: 50%;
}
.box-choose .choose .itembox-1 .item-bottom .reviews-left .img:nth-child(1)
{
    margin-left: 0;
}
.box-choose .choose .itembox-1 .item-bottom .reviews-right p
{
    font-weight: 300;
    line-height: 24px;

    margin: 0;

    color: #666;
}
.box-choose .choose .itembox-1 .item-bottom .reviews-right .starbox
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #fac441;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.box-choose .choose .itembox-1 .item-bottom .reviews-right .starbox .iconfont
{
    margin-right: 6px;
}
.box-choose .choose .itembox-1 .editor-content
{
    margin-top: 20px;
}
.box-choose .choose .itembox-1 .editor-content p
{
    font-weight: 300;
}
.box-choose .choose .itembox-2
{
    color: #fff;
}
.box-choose .choose .itembox-2 .item-top .year
{
    font-family: 'Melodrama';
    font-size: 64px;
    line-height: 1;
}
@media (max-width: 1560px)
{
    .box-choose .choose .itembox-2 .item-top .year
    {
        font-size: 58px;
    }
}
@media (max-width: 1470px)
{
    .box-choose .choose .itembox-2 .item-top .year
    {
        font-size: 54px;
    }
}
@media (max-width: 1400px)
{
    .box-choose .choose .itembox-2 .item-top .year
    {
        font-size: 48px;
    }
}
@media (max-width: 1199px)
{
    .box-choose .choose .itembox-2 .item-top .year
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .box-choose .choose .itembox-2 .item-top .year
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose .itembox-2 .item-top .year
    {
        font-size: 30px;
    }
}
.box-choose .choose .itembox-2 .item-bottom
{
    margin-top: 20px;
}
.box-choose .choose .itembox-2 .item-bottom .editor-content
{
    margin-top: 10px;
}
.box-choose .choose .itembox-2 .item-bottom .editor-content p
{
    font-weight: 300;

    color: rgba(255, 255, 255, .8);
}
.box-choose .choose .itembox-3
{
    color: #fff;
}
.box-choose .choose .itembox-3 .item-bottom
{
    margin-top: 20px;
}
.box-choose .choose .itembox-3 .item-bottom p
{
    font-size: 18px;
}
@media (max-width: 1199px)
{
    .box-choose .choose .itembox-3 .item-bottom p
    {
        font-size: 16px;
    }
}
.box-choose .choose .itembox-3 .item-bottom .country
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1;

    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .box-choose .choose .itembox-3 .item-bottom .country
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .box-choose .choose .itembox-3 .item-bottom .country
    {
        font-size: 18px;
    }
}
.box-choose .choose .itembox-3 .item-bottom .country b
{
    font-family: 'Melodrama';
    font-size: 64px;
}
@media (max-width: 1560px)
{
    .box-choose .choose .itembox-3 .item-bottom .country b
    {
        font-size: 58px;
    }
}
@media (max-width: 1470px)
{
    .box-choose .choose .itembox-3 .item-bottom .country b
    {
        font-size: 54px;
    }
}
@media (max-width: 1400px)
{
    .box-choose .choose .itembox-3 .item-bottom .country b
    {
        font-size: 48px;
    }
}
@media (max-width: 1199px)
{
    .box-choose .choose .itembox-3 .item-bottom .country b
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .box-choose .choose .itembox-3 .item-bottom .country b
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .box-choose .choose .itembox-3 .item-bottom .country b
    {
        font-size: 30px;
    }
}
.box-choose .choose .itembox-4
{
    color: #fff;
}
.box-choose .choose .itembox-4 .item-bottom
{
    margin-top: 20px;
}
.box-choose .choose .itembox-4 .item-bottom .editor-content
{
    margin-top: 20px;
}
.box-choose .choose .itembox-4 .item-bottom .editor-content p
{
    font-weight: 300;

    color: rgba(255, 255, 255, .8);
}
@media (min-width: 1560px)
{
    .box-choose .choose .itembox-4 .item-bottom .editor-content p
    {
        font-size: 18px;
    }
}
.box-choose .choose .itembox-4 .item-bottom .more
{
    margin-top: 20px;
}
.box-choose .choose .itembox-4 .item-bottom .more a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    padding: 6px 30px;

    color: #fff;
    border-radius: 50px;
    background-color: #fac441;
}
@media (max-width: 1199px)
{
    .box-choose .choose .itembox-4 .item-bottom .more a
    {
        font-size: 16px;
    }
}
.box-customer
{
    position: relative;
}
.box-customer:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .15);
}
@media (min-width: 1200px)
{
    .box-customer
    {
        background-attachment: fixed;
    }
}
.box-customer .container
{
    position: relative;
    z-index: 6;
}
.box-customer .title h2
{
    color: #fff;
}
.box-customer .title .editor-content p
{
    color: #fff;
}
.box-customer .customer .item
{
    padding: 20px;

    color: #fff;
    background: rgba(255, 255, 255, .4);
}
.box-customer .customer .item .item-top
{
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.box-customer .customer .item .top-left
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.box-customer .customer .item .top-left .img
{
    width: 54px;
    height: 54px;

    border: 4px solid rgba(217, 217, 217, .4);
    border-radius: 50%;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.box-customer .customer .item .top-left .img .img-box
{
    border-radius: 50%;
}
.box-customer .customer .item .top-left .desc
{
    width: 100%;
    padding-left: 20px;
}
.box-customer .customer .item .top-left .desc .title-customer
{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
.box-customer .customer .item .top-left .desc .note p
{
    font-weight: 300;
    line-height: 1.625;

    margin: 0;

    opacity: .8;
}
.box-customer .customer .item .starbox
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #fac441;
}
.box-customer .customer .item .starbox .iconfont
{
    font-size: 20px;

    margin-left: 10px;
}
.box-customer .customer .item .text
{
    margin-top: 20px;
}
.box-customer .customer .item .text p
{
    font-size: 18px;
    line-height: 1.44444444;

    color: rgba(255, 255, 255, .8);
}
.box-customer .slick-control .slick-page
{
    color: #fff;
}
.box-customer .slick-control .slick-page .line
{
    font-size: 12px;

    opacity: .4;
}
.box-news-faq
{
    position: relative;
}
.box-news-faq .linebg
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.box-news-faq .linebg .container
{
    height: 100%;
}
.box-news-faq .linebg .linebox
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.box-news-faq .linebg .linebox .line
{
    width: 1px;
    height: 100%;

    background-color: #f3f3f3;
}
.common-news-item .picbox
{
    position: relative;
}
.common-news-item .picbox .img-box
{
    padding-bottom: 52.5%;
}
.common-news-item .picbox .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-news-item .date
{
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;

    position: absolute;
    z-index: 6;
    top: 10px;
    left: 10px;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    padding: 0 16px;

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

    color: #fff;
    border-radius: 100px;
    background: rgba(255, 255, 255, .2);

    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
.common-news-item .text
{
    padding: 20px 10px 0 10px;
}
@media (max-width: 767px)
{
    .common-news-item .text
    {
        padding: 10px 0 0 0;
    }
}
.common-news-item .title-news
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .common-news-item .title-news
    {
        font-size: 18px;
    }
}
.common-news-item .note
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin-top: 6px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.common-news-item .note p
{
    line-height: 24px;
}
@media (min-width: 1200px)
{
    .common-news-item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .common-news-item:hover .date
    {
        background-color: #fac441;

        -webkit-backdrop-filter: blur(0px);
                backdrop-filter: blur(0px);
    }
    .common-news-item:hover .title-news
    {
        color: #fac441;
    }
}
.box-news
{
    position: relative;
    z-index: 6;
}
.box-news .news-top .editor-content
{
    width: 25%;
}
@media (max-width: 767px)
{
    .box-news .news-top .editor-content
    {
        width: 100%;
        margin-top: 10px;
    }
}
.box-faqs
{
    position: relative;
    z-index: 6;
}
@media (min-width: 1200px)
{
    .box-faqs
    {
        background-attachment: fixed;
    }
}
.box-faqs .faqs-left
{
    width: 50%;
    padding-right: 8%;
}
@media (max-width: 991px)
{
    .box-faqs .faqs-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-faqs .faqs-right
{
    width: 50%;
}
@media (max-width: 991px)
{
    .box-faqs .faqs-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-faqs .faqs-list > ul > li
{
    margin-top: 10px;
}
.box-faqs .faqs-list .item
{
    padding: 20px;

    cursor: pointer;

    background: rgba(250, 250, 250, .8);
}
@media (max-width: 767px)
{
    .box-faqs .faqs-list .item
    {
        padding: 10px;
    }
}
.box-faqs .faqs-list .item .title-faqs
{
    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-list .item .title-faqs
    {
        font-size: 18px;
    }
}
.box-faqs .faqs-list .item .title-faqs:after
{
    font-size: 24px;

    content: '+';

    color: #d9d9d9;
}
.box-faqs .faqs-list .item .note
{
    display: none;

    margin-top: 20px;
}
.box-faqs .faqs-list .item .note p
{
    font-weight: 300;
}
.box-faqs .faqs-list .current .item
{
    color: #fff;
    background-color: #fac441;
}
.box-faqs .faqs-list .current .item .title-faqs:after
{
    content: '-';

    color: #fff;
}
.box-faqs .faqs-list .current .item .note p
{
    color: #fff;
}
.footer
{
    overflow: hidden;

    color: #555;
    background: #fbf9f6;
}
@media (max-width: 1199px)
{
    .footer
    {
        padding-bottom: 80px;
    }
}
.footer .foot
{
    position: relative;

    padding: 160px 0;
}
@media (max-width: 1560px)
{
    .footer .foot
    {
        padding: 140px 0;
    }
}
@media (max-width: 1470px)
{
    .footer .foot
    {
        padding: 120px 0;
    }
}
@media (max-width: 1400px)
{
    .footer .foot
    {
        padding: 100px 0;
    }
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 60px 0;
    }
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 30px 0;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.footer a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#9a7f52), to(#9a7f52));
    background-image: -webkit-linear-gradient(left, #9a7f52 0%, #9a7f52 100%);
    background-image:         linear-gradient(to right, #9a7f52 0%, #9a7f52 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer a:hover
{
    color: #9a7f52;
}
.footer a:hover span
{
    background-size: 100% 1px;
}
.footer .title-foot h3
{
    font-family: 'Melodrama';
    font-size: 34px;
    font-weight: bold;
    line-height: 1.33333333;

    color: #333;
}
@media (max-width: 1560px)
{
    .footer .title-foot h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1470px)
{
    .footer .title-foot h3
    {
        font-size: 28px;
    }
}
@media (max-width: 1400px)
{
    .footer .title-foot h3
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .footer .title-foot h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .footer .title-foot h3
    {
        font-size: 22px;
    }
}
.footer .foot-left
{
    position: relative;
    z-index: 6;

    max-width: 450px;
}
@media (max-width: 1470px)
{
    .footer .foot-left
    {
        max-width: 400px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-left
    {
        max-width: 300px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-left
    {
        max-width: 100%;
    }
}
.footer .foot-left .note
{
    margin-top: 30px;
}
.footer .foot-logo img
{
    height: 82px;
}
@media (max-width: 1560px)
{
    .footer .foot-logo img
    {
        height: 70px;
    }
}
@media (max-width: 1400px)
{
    .footer .foot-logo img
    {
        height: 60px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-logo img
    {
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-logo img
    {
        height: 40px;
    }
}
.footer .foot-nav
{
    position: relative;
    z-index: 6;
}
@media (max-width: 991px)
{
    .footer .foot-nav
    {
        width: 50%;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-nav
    {
        width: 100%;
    }
}
.footer .foot-nav > ul
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot-nav > ul
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin-top: 10px;

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

    display: block;

    padding: 6px 0;
}
@media (max-width: 767px)
{
    .footer .foot-nav > ul > li > a
    {
        line-height: 22px;

        padding: 3px 0;
    }
}
.footer .foot-text
{
    position: relative;
    z-index: 6;

    max-width: 410px;
}
@media (max-width: 1560px)
{
    .footer .foot-text
    {
        max-width: 350px;
    }
}
@media (max-width: 1400px)
{
    .footer .foot-text
    {
        max-width: 300px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-text
    {
        width: 50%;
        max-width: 50%;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-text
    {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot-text .foot-info
{
    margin-top: 20px;
}
.footer .foot-text .foot-info p
{
    line-height: 24px;
}
@media (max-width: 767px)
{
    .footer .foot-text .foot-info p
    {
        margin: 0;
    }
}
.footer .copyright
{
    line-height: 24px;

    position: relative;
    z-index: 6;

    padding: 8px 0;

    background: #f9f4ee;
}
.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 .line
{
    margin: 0 20px;

    color: rgba(255, 255, 255, .2);
}
.footer .bigtxt
{
    font-family: 'Melodrama';
    font-size: 415px;
    font-weight: 500;
    line-height: 1;

    position: absolute;
    z-index: 1;
    bottom: 0;

    color: #f9f5f0;
}
.wrap
{
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px)
{
    .wrap
    {
        padding: 80px 0;
    }
}
@media (max-width: 1400px)
{
    .wrap
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.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: #9a7f52;
}
@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: #fac441;
}
.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-left
{
    padding-right: 3%;
}
@media (max-width: 1400px)
{
    .wrap-left
    {
        padding-right: 15px;
    }
}
@media (max-width: 1199px)
{
    .wrap-left
    {
        display: none;
    }
}
.wrap-location
{
    position: relative;
    z-index: 6;

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

    color: #fff;
    background: rgba(255, 255, 255, .3);
}
@media (max-width: 991px)
{
    .wrap-location
    {
        margin: 0;

        color: #333;
        background-color: #f5f5f5;
    }
}
.wrap-location .location
{
    line-height: 30px;

    position: relative;

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

    width: 100%;
}
@media (max-width: 767px)
{
    .wrap-location .location
    {
        line-height: 26px;
    }
}
.wrap-location .location .iconfont
{
    font-size: 16px;

    margin-right: 10px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 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 > a
{
    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .wrap-location .location > ul > li > a
    {
        padding: 0;
    }
}
.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(#fac441), to(#fac441));
    background-image: -webkit-linear-gradient(left, #fac441 0%, #fac441 100%);
    background-image:         linear-gradient(to right, #fac441 0%, #fac441 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-location .location > ul > li > a:hover
{
    color: #fac441;
}
.wrap-location .location > ul > li > a:hover span
{
    background-size: 100% 1px;
}
.wrap-location.black
{
    color: #333;
}
.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: #fac441;
    background-color: #fac441;
}
.wrap-sidenav
{
    position: relative;

    padding-bottom: 30px;
}
.wrap-sidenav .title-sidenav h3
{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.66666667;
}
.wrap-sidenav .sidenav
{
    position: relative;
    z-index: 6;
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    position: relative;

    overflow: hidden;

    margin-bottom: 10px;
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    line-height: 26px;

    position: relative;

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

    padding: 10px 20px;

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

    background: #fbfbfb;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.wrap-sidenav .sidenav .slevel-1 > li > a:after
{
    font-family: 'iconfont' !important;
    line-height: 26px;

    width: 26px;
    height: 26px;
    margin-left: 10px;

    content: '\e9b6';
    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a
{
    color: #fff;
    background: #333;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a:after,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wrap-sidenav .sidenav .slevel-1 > li.active .slevel-2
{
    display: block;
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    margin: 20px 0;

    border-left: 1px solid #333;
}
.wrap-sidenav .sidenav .slevel-2 > li
{
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    line-height: 24px;

    position: relative;

    display: block;

    padding: 12px 30px;

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

    color: #666;
}
.wrap-sidenav .sidenav .slevel-2 > li > a:before
{
    position: absolute;
    top: 24px;
    left: 0;

    display: block;

    width: 14px;
    height: 1px;

    content: '';

    background: #d9d9d9;
}
.wrap-sidenav .sidenav .slevel-2 > li > a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fac441), to(#fac441));
    background-image: -webkit-linear-gradient(left, #fac441 0%, #fac441 100%);
    background-image:         linear-gradient(to right, #fac441 0%, #fac441 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    color: #fac441;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a span,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a span
{
    background-size: 100% 1px;
}
.xs-product-nav
{
    display: none;
    overflow: hidden;

    padding: 20px 0 0 0;
}
@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;

    border-radius: 5px;
    background-color: #f6f8fa;

    -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: #fac441;
}
@media (max-width: 1199px)
{
    .wrap-about
    {
        padding-top: 0;
    }
}
.wrap-about .about
{
    margin-top: 20px;
}
.wrap-about .about-left
{
    width: 65%;
}
@media (max-width: 1199px)
{
    .wrap-about .about-left
    {
        width: 70%;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about-left
    {
        width: 100%;
    }
}
.wrap-about .about-left .title
{
    max-width: 810px;
}
.wrap-about .about-left .text
{
    margin-top: 20px;
}
.wrap-about .video
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 35%;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
@media (max-width: 1199px)
{
    .wrap-about .video
    {
        width: 30%;
    }
}
@media (max-width: 767px)
{
    .wrap-about .video
    {
        width: 100%;
        margin-top: 30px;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
}
.wrap-about .video .play
{
    font-size: 80px;
    line-height: 176px;

    position: relative;

    width: 176px;
    height: 176px;

    cursor: pointer;
    text-align: center;

    color: #9a7f52;
}
@media (max-width: 1560px)
{
    .wrap-about .video .play
    {
        font-size: 70px;
        line-height: 160px;

        width: 160px;
        height: 160px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .video .play
    {
        font-size: 60px;
        line-height: 120px;

        width: 120px;
        height: 120px;
    }
}
.wrap-about .video .play:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: zhuan 10s linear infinite;
            animation: zhuan 10s linear infinite;

    background: url(../images/play.svg) no-repeat center;
    background-size: cover;
}
.wrap-about .number ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -15px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .wrap-about .number ul
    {
        -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;
    }
}
.wrap-about .number ul li
{
    margin-top: 30px;
    padding: 0 15px;
}
@media (max-width: 1199px)
{
    .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: 'Melodrama';
    font-size: 64px;
    line-height: 1;

    color: #fac441;
}
@media (max-width: 1560px)
{
    .wrap-about .number .item .stats-num
    {
        font-size: 58px;
    }
}
@media (max-width: 1470px)
{
    .wrap-about .number .item .stats-num
    {
        font-size: 54px;
    }
}
@media (max-width: 1400px)
{
    .wrap-about .number .item .stats-num
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .number .item .stats-num
    {
        font-size: 46px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .number .item .stats-num
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .number .item .stats-num
    {
        font-size: 30px;
    }
}
.wrap-about .number .item .stats-num span
{
    color: #000;
}
.wrap-about .number .item .stats-num sub
{
    font-family: 'Host Grotesk';
    font-weight: 300;

    bottom: 15px;

    vertical-align: bottom;
}
.wrap-about .number .item .stats-text p
{
    font-weight: 500;
    line-height: 24px;

    margin: 0;
}
.wrap-about .aboutimg
{
    display: block;
}
.wrap-about .aboutimg img
{
    width: 100%;
}
.wrap-factory .title .editor-content
{
    max-width: 900px;
}
.wrap-factory .factory > ul > li
{
    margin-top: 30px;
}
.wrap-factory .factory .item
{
    position: relative;

    cursor: pointer;
}
.wrap-factory .factory .item .img-box
{
    padding-bottom: 56.41025641%;
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item .text
{
    line-height: 30px;

    position: absolute;
    z-index: 6;
    bottom: 10px;
    left: 10px;

    width: -webkit-calc(100% - 20px);
    width:         calc(100% - 20px);
    padding: 10px;

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

    border-radius: 16px;
    background: rgba(0, 0, 0, .2);

    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
@media (max-width: 1199px)
{
    .wrap-factory .factory .item .text
    {
        line-height: 24px;

        border-radius: 6px;
    }
}
.wrap-factory .factory .item .title-factory
{
    font-size: 16px;
    font-weight: normal;

    color: #fff;
}
@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 .text
    {
        background-color: #fac441;
    }
}
.wrap-honor .title .editor-content
{
    max-width: 900px;
}
.wrap-honor .honor .item .pic
{
    padding: 15px;

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

    border: 1px solid #d9d9d9;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .item .pic
    {
        padding: 10px;
    }
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 136%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (min-width: 1200px)
{
    .wrap-honor .honor .item:hover .pic
    {
        border-color: #fac441;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 196, 65, .08)), to(rgba(250, 196, 65, .2)));
        background: -webkit-linear-gradient(top, rgba(250, 196, 65, .08) 0%, rgba(250, 196, 65, .2) 100%);
        background:         linear-gradient(180deg, rgba(250, 196, 65, .08) 0%, rgba(250, 196, 65, .2) 100%);
    }
    .wrap-honor .honor .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.wrap-choose
{
    position: relative;
}
@media (min-width: 1200px)
{
    .wrap-choose
    {
        overflow: visible;

        background-attachment: fixed;
    }
}
@media (max-width: 1199px)
{
    .wrap-choose
    {
        padding-top: 0;
    }
}
.wrap-choose:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .2);
}
.wrap-choose:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 58, 5, .4)), to(rgba(96, 58, 5, 0)));
    background: -webkit-linear-gradient(top, rgba(96, 58, 5, .4) 0%, rgba(96, 58, 5, 0) 100%);
    background:         linear-gradient(180deg, rgba(96, 58, 5, .4) 0%, rgba(96, 58, 5, 0) 100%);
}
.wrap-choose .container
{
    position: relative;
    z-index: 6;
}
.wrap-choose .choose-left
{
    width: 50%;
    padding: 120px 0;
}
@media (max-width: 1560px)
{
    .wrap-choose .choose-left
    {
        padding: 100px 0;
    }
}
@media (max-width: 1199px)
{
    .wrap-choose .choose-left
    {
        width: 100%;
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .wrap-choose .choose-left
    {
        padding: 60px 0 30px 0;
    }
}
.wrap-choose .choose-left .left-sticky
{
    position: -webkit-sticky;
    position:         sticky;
    top: 100px;
}
@media (max-width: 1199px)
{
    .wrap-choose .choose-left .left-sticky
    {
        top: 0;
    }
}
.wrap-choose .choose-left .title .subtitle
{
    color: rgba(255, 255, 255, .8);
}
.wrap-choose .choose-left .title h2
{
    margin-top: 20px;

    color: #fff;
    text-shadow: 0 4px 6px rgba(0, 0, 0, .14);
}
.wrap-choose .choose-left .text
{
    margin-top: 13vw;
}
@media (max-width: 1560px)
{
    .wrap-choose .choose-left .text
    {
        margin-top: 11vw;
    }
}
@media (max-width: 1199px)
{
    .wrap-choose .choose-left .text
    {
        margin-top: 30px;
    }
}
.wrap-choose .choose-left .text p
{
    color: #fff;
}
.wrap-choose .choose-right
{
    width: 50%;
    padding-bottom: 120px;
    padding-left: 8%;
}
@media (max-width: 1199px)
{
    .wrap-choose .choose-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-choose .choose-right > ul > li
{
    margin-top: 4vw;
}
@media (max-width: 1199px)
{
    .wrap-choose .choose-right > ul > li
    {
        margin-top: 20px;
    }
}
.wrap-choose .choose-right .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 2vw 30px;

    background: rgba(255, 255, 255, .3);

    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}
@media (max-width: 1199px)
{
    .wrap-choose .choose-right .item
    {
        padding: 20px;
    }
}
.wrap-choose .choose-right .item .icon
{
    font-size: 22px;
    line-height: 40px;

    width: 40px;
    height: 40px;

    text-align: center;

    background-color: #fff;
}
.wrap-choose .choose-right .item .text
{
    width: -webkit-calc(100% - 40px);
    width:         calc(100% - 40px);
    padding-left: 30px;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-choose .choose-right .item .text
    {
        padding-left: 15px;
    }
}
.wrap-choose .choose-right .item .text .title-choose
{
    font-size: 20px;
    line-height: 1.2;
}
@media (max-width: 767px)
{
    .wrap-choose .choose-right .item .text .title-choose
    {
        font-size: 18px;
    }
}
.wrap-choose .choose-right .item .text .note
{
    margin-top: 8px;
}
.wrap-choose .choose-right .item .text .note p
{
    font-weight: 300;

    color: #fff;
}
@media (min-width: 1200px)
{
    .wrap-choose .choose-right .item:hover .icon
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;
    }
}
.wrap-partners .title .editor-content
{
    max-width: 900px;
}
.wrap-partners .partners > ul > li
{
    margin-top: 30px;
}
.wrap-partners .partners .item
{
    position: relative;

    cursor: pointer;
}
.wrap-partners .partners .item .img-box
{
    padding-bottom: 61.53846154%;
}
.wrap-partners .partners .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (min-width: 1200px)
{
    .wrap-partners .partners .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.wrap-download .download
{
    overflow: hidden;
}
.wrap-download .download > ul > li
{
    margin-top: 30px;
}
.wrap-download .download .item .pic
{
    position: relative;

    overflow: hidden;

    border-radius: 10px;
}
.wrap-download .download .item .picbox
{
    position: relative;
}
.wrap-download .download .item .picbox:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(52.51%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 52.51%, rgba(0, 0, 0, .5) 100%);
    background:         linear-gradient(180deg, rgba(0, 0, 0, 0) 52.51%, rgba(0, 0, 0, .5) 100%);
}
@media (max-width: 767px)
{
    .wrap-download .download .item .picbox:before
    {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(52.51%, rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .8)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, .3) 52.51%, rgba(0, 0, 0, .8) 100%);
        background:         linear-gradient(180deg, rgba(0, 0, 0, .3) 52.51%, rgba(0, 0, 0, .8) 100%);
    }
}
.wrap-download .download .item .img-box
{
    padding-bottom: 37.03703704%;
}
.wrap-download .download .item .text
{
    position: absolute;
    z-index: 6;
    bottom: 0;

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

    padding: 30px;
}
@media (max-width: 1560px)
{
    .wrap-download .download .item .text
    {
        padding: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .text
    {
        padding: 10px;
    }
}
.wrap-download .download .item .text .title-download
{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    letter-spacing: -.48px;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px)
{
    .wrap-download .download .item .text .title-download
    {
        font-size: 22px;
    }
}
@media (max-width: 1400px)
{
    .wrap-download .download .item .text .title-download
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .text .title-download
    {
        font-size: 18px;

        margin: 0;
    }
}
.wrap-download .download .item .text .title-download 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;
}
.wrap-download .download .item .text .note
{
    width: 100%;
    padding-right: 5%;
}
.wrap-download .download .item .text .editor-content
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 32px;
    margin-top: 8px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .text .editor-content
    {
        margin-top: 0;
    }
}
.wrap-download .download .item .text .editor-content p
{
    font-size: 15px;
    line-height: 16px;

    color: #fff;
}
.wrap-download .download .item .text .common-more-other
{
    width: 52px;
    height: 52px;
    padding: 3px;

    border-radius: 50px;
    background: rgba(255, 255, 255, .2);

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.wrap-download .download .item .text .common-more-other a
{
    line-height: 46px;

    width: 46px;
    height: 46px;
}
.wrap-download .download .item .text .common-more-other .iconfont
{
    font-size: 22px;
}
.wrap-download .download .item .text .common-more-other .icon-hover
{
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
@media (min-width: 1200px)
{
    .wrap-download .download .item:hover .common-more-other
    {
        background: rgba(53, 79, 174, .2);
    }
    .wrap-download .download .item:hover .common-more-other .icon-now
    {
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
    }
    .wrap-download .download .item:hover .common-more-other .icon-hover
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes orbit
{
    0%
    {
        -webkit-transform: rotate(0deg) translateX(50px) rotate(0deg);
                transform: rotate(0deg) translateX(50px) rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg) translateX(50px) rotate(-360deg);
                transform: rotate(360deg) translateX(50px) rotate(-360deg);
    }
}
@keyframes orbit
{
    0%
    {
        -webkit-transform: rotate(0deg) translateX(50px) rotate(0deg);
                transform: rotate(0deg) translateX(50px) rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg) translateX(50px) rotate(-360deg);
                transform: rotate(360deg) translateX(50px) rotate(-360deg);
    }
}
.wrap-contact
{
    padding-bottom: 30px;
}
.wrap-contact .contact
{
    width: 50%;
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-contact .contact .text > ul
{
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-contact .contact .text > ul > li
{
    margin-top: 40px;
}
.wrap-contact .contact .text .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.wrap-contact .contact .text .item .icon
{
    font-size: 18px;
    line-height: 44px;

    width: 44px;
    height: 44px;
    margin-right: 10px;

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

    color: #fff;
    color: #fac441;
    border-radius: 50%;
    background-color: #000;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.wrap-contact .contact .text .item .txt b
{
    font-weight: 300;
    line-height: 1.5;

    display: block;

    color: #999;
}
.wrap-contact .contact .text .item .txt p
{
    line-height: 1.5;

    margin: 0;
}
.wrap-contact .contact .text .item .txt a
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-contact .contact .text .item .txt a:hover
{
    color: #fac441;
}
@media (min-width: 1200px)
{
    .wrap-contact .contact .text .item:hover .icon
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;

        color: #000;
        background-color: #fac441;
    }
}
.wrap-contact .pic
{
    width: 50%;
}
@media (max-width: 991px)
{
    .wrap-contact .pic
    {
        display: none;
    }
}
.wrap-contact .pic img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .wrap-product
    {
        padding-top: 30px;
    }
}
.wrap-product .title .editor-content
{
    max-width: 100%;
}
.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: 80px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show
    {
        padding-bottom: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show
    {
        padding-bottom: 30px;
    }
}
.wrap-product-show .carousel
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row-reverse;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}
.wrap-product-show .carousel .item-video
{
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel .item
{
    overflow: hidden;
}
.wrap-product-show .carousel .slider-for
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 79.8%;
}
@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
{
    left: 0;

    opacity: 0;
}
.wrap-product-show .carousel .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show:hover .slick-arrow
{
    opacity: 1;
}
.wrap-product-show .slider-nav
{
    font-size: 0;

    width: 20.2%;
    padding-right: 16px;
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav
    {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.wrap-product-show .slider-nav .slick-list
{
    margin: -10px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav .slick-list
    {
        margin: 0 -3px;
    }
}
.wrap-product-show .slider-nav .slick-slide
{
    padding: 10px 1px;
}
@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: 16px;
    line-height: 50px;

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

    display: block;

    width: 50px;
    height: 50px;

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

    color: #fac441;
    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 #fac441;
}
@media (min-width: 768px)
{
    .wrap-product-show .slider-nav .slick-arrow
    {
        line-height: 50px;

        position: relative;
        top: 0;
        left: 0;

        width: 100%;
        height: 50px;

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

        border: none;
    }
    .wrap-product-show .slider-nav .slick-arrow:before
    {
        font-size: 30px;

        display: block;

        content: '\e624';
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    .wrap-product-show .slider-nav .slick-arrow.slick-next:before
    {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .wrap-product-show .slider-nav .slick-arrow
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav .slick-arrow
    {
        position: absolute;
        top: 50%;
        left: -12px;

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

        background-color: #fff;
    }
    .wrap-product-show .slider-nav .slick-arrow.slick-next
    {
        right: -12px;
        left: auto;
    }
}
.wrap-product-show .info-box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    min-height: 100%;
    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 (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box
    {
        min-height: auto;
    }
}
.wrap-product-show .info-box .title-info-box .mask
{
    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 .info-box .title-info-box .mask span
{
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;

    display: block;

    margin-right: 20px;
    margin-bottom: 10px;
    padding: 6px 24px;

    border-radius: 100px;
    background: #f7f7f7;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title-info-box .mask span
    {
        margin-right: 10px;
    }
}
.wrap-product-show .info-box .title-info-box h2
{
    font-family: 'Melodrama';
    font-size: 44px;
    font-weight: bold;
    line-height: 1.26315789;

    margin: 30px 0 0 0;
}
@media (max-width: 1560px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .review-share
{
    padding: 14px 0;

    border-bottom: 1px solid #d9d9d9;
}
.wrap-product-show .info-box .review-box p
{
    margin: 0 0 0 20px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .review-box p
    {
        font-size: 16px;

        margin: 0 0 0 10px;
    }
}
.wrap-product-show .info-box .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)
{
    .wrap-product-show .info-box .review-box .ratingbox
    {
        line-height: 40px;
    }
}
.wrap-product-show .info-box .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;
}
.wrap-product-show .info-box .review-box .ratingbox .rating input
{
    display: none !important;
}
.wrap-product-show .info-box .review-box .ratingbox .rating input:checked ~ label svg
{
    fill: #fac441;
}
.wrap-product-show .info-box .review-box .ratingbox .rating label
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-right: 5px;

    cursor: pointer;

    color: #fac441;

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

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

    fill: none;
    stroke: #fac441;
    stroke-width: 2px;
}
.wrap-product-show .info-box .review-box .ratingbox .rating label:hover svg,
.wrap-product-show .info-box .review-box .ratingbox .rating label:hover ~ label svg
{
    fill: #fac441;
}
.wrap-product-show .info-box .note
{
    margin-top: 20px;
}
.wrap-product-show .info-box .note ul
{
    margin: 0;
    padding-left: 0;
}
.wrap-product-show .info-box .note ul li
{
    position: relative;

    margin-top: 14px;
    padding-left: 24px;

    list-style: none;
}
.wrap-product-show .info-box .note ul li:before
{
    position: absolute;
    top: 8px;
    left: 0;

    display: block;

    width: 10px;
    height: 10px;

    content: '';

    background-color: #fac441;
}
.wrap-product-show .info-box .share
{
    -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
{
    font-size: 18px;
    font-weight: 500;

    margin: 0;
}
.wrap-product-show .info-box .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 20px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-product-show .info-box .link a
{
    line-height: 48px;

    display: block;

    padding: 0 56px;

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

    color: #fff;
    border: none;
    background-color: #fac441;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .link a
    {
        line-height: 40px;

        padding: 0 30px;
    }
}
.wrap-product-show .info-box .link a:hover
{
    background-color: #9a7f52;
}
.wrap-product-show .stickybox
{
    padding: 80px 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .stickybox
    {
        padding: 70px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .stickybox
    {
        padding: 50px 0;
    }
}
.wrap-product-show .wrap-show-menu
{
    z-index: 9;

    color: rgba(255, 255, 255, .8);
    background: #000;
}
.wrap-product-show .wrap-show-menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow-x: auto;
    overflow-y: hidden;

    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.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
{
    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-product-show .wrap-show-menu ul li:after
{
    display: block;

    margin: 0 60px;

    content: '|';

    color: rgba(255, 255, 255, .3);
}
@media (max-width: 1560px)
{
    .wrap-product-show .wrap-show-menu ul li:after
    {
        margin: 0 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .wrap-show-menu ul li:after
    {
        margin: 0 30px;
    }
}
.wrap-product-show .wrap-show-menu ul li:last-child:after
{
    display: none;
}
.wrap-product-show .wrap-show-menu ul li a
{
    font-size: 18px;
    line-height: 26px;

    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;
    }
}
.wrap-product-show .wrap-show-menu ul li.active a
{
    color: #fff;
}
.wrap-product-show .title-product-show h3
{
    font-size: 38px;
    font-weight: 600;
    line-height: 1.26315789;
    line-height: 1.5;
}
@media (max-width: 1560px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 34px;
    }
}
@media (max-width: 1470px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 26px;
    }
}
@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 .title-product-show .editor-content
{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show .editor-content
    {
        margin-top: 10px;
    }
}
.wrap-product-show .parameter .editor-content
{
    margin-top: 20px;
}
.wrap-product-show .application .application-list
{
    position: relative;
}
@media (min-width: 1200px)
{
    .wrap-product-show .application .slick-control
    {
        position: absolute;
        z-index: 6;
        top: 0;
        right: 0;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .application .slick-control
    {
        margin-top: 30px;
    }
}
.wrap-product-show .application .item .img-box
{
    padding-bottom: 56.41025641%;
}
.wrap-product-show .application .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (min-width: 1200px)
{
    .wrap-product-show .application .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.wrap-product-show .relate-product .relate-product-list
{
    position: relative;
}
@media (min-width: 1200px)
{
    .wrap-product-show .relate-product .slick-control
    {
        position: absolute;
        z-index: 6;
        top: 0;
        right: 0;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate-product .slick-control
    {
        margin-top: 30px;
    }
}
.wrap-inquiry
{
    background: #fffdfa;
}
.wrap-news .news > ul
{
    margin-top: -60px;
}
@media (max-width: 1560px)
{
    .wrap-news .news > ul
    {
        margin-top: -40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news > ul
    {
        margin-top: -30px;
    }
}
.wrap-news .news > ul > li
{
    margin-top: 60px;
}
@media (max-width: 1560px)
{
    .wrap-news .news > ul > li
    {
        margin-top: 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news > ul > li
    {
        margin-top: 30px;
    }
}
.wrap-details
{
    padding-top: 60px;
}
@media (max-width: 1199px)
{
    .wrap-details
    {
        padding-top: 30px;
    }
}
.wrap-details .title-details h2
{
    font-family: 'Melodrama';
    font-size: 30px;
    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 .title-details .date
{
    line-height: 24px;

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

    color: #fac441;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 1199px)
{
    .wrap-details .details .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .details .text h3
    {
        font-size: 18px;
    }
}
.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: '\e9b6';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    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: #fac441;
}
.wrap-details .relate-details a:hover:before
{
    color: #fac441;
}
.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(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
.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: #fac441;
    background-color: #fac441;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    border-color: #fac441;
    background-color: #fac441;
}
.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
{
    width: 24px;
    margin-right: 10px;
}
.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 img
{
    width: 24px;
    margin-right: 10px;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li:hover > a
{
    color: #fac441;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #fac441;
}
.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: #fac441;
}
.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: #fac441;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #fac441;
}
.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(250, 196, 65, .5);
    border-radius: 5px;
    background-color: rgba(250, 196, 65, .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: 18px;
    font-weight: 500;
    line-height: 40px;

    position: relative;
    z-index: 6;

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

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

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

    border-radius: 50%;
    background: none;
    background: #f8f8f8;

    -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: #fac441;
    }
}
@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: #fac441;
    }
}
@media (max-width: 767.98px)
{
    .pagination a,
    .pagination span
    {
        font-size: 14px;

        margin: 0 3px;
    }
}
.pagination span.current
{
    color: #fff;
    background-color: #fac441;
}
.pagination span.current.prev,
.pagination span.current.next
{
    opacity: 0;
}
.pagination .prev:before
{
    font-family: 'iconfont' !important;

    content: '\ee49';
}
.pagination .next:before
{
    font-family: 'iconfont' !important;

    content: '\e9b6';
}
.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(250, 196, 65, .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 #d9d9d9;
}
.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%;

    border-radius: 10px;
}
@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
{
    overflow: hidden;

    padding-bottom: 66.66666667%;

    border-radius: 10px;
}
.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: #fac441;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after
{
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e60b';

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

    content: '\e625';

    color: #787878;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .iclose::after
    {
        font-size: 16px;
    }
}
.wrap-inquiryinfo .iclose:hover::after
{
    color: #fac441;
}
.wrap-inquiryinfo .inquiry-message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry-message
    {
        padding-top: 50px;
    }
}
.wrap-inquiryinfo .inquiry
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry
    {
        padding-top: 50px;
    }
}
.wrap-sustainable-circular .title.text-center h2
{
    max-width: 100%;
}
.wrap-sustainable-circular .sustainable-circular .pic
{
    overflow: hidden;

    width: 45%;
    height: 100%;

    border-radius: 30px;
}
@media (max-width: 1199px)
{
    .wrap-sustainable-circular .sustainable-circular .pic
    {
        border-radius: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-sustainable-circular .sustainable-circular .pic
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .wrap-sustainable-circular .sustainable-circular .pic
    {
        border-radius: 10px;
    }
}
.wrap-sustainable-circular .sustainable-circular .pic img
{
    width: 100%;
}
.wrap-sustainable-circular .sustainable-circular .circular-list
{
    width: 55%;
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .wrap-sustainable-circular .sustainable-circular .circular-list
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-sustainable-circular .sustainable-circular .circular-list .item
{
    padding: 30px 0;

    cursor: pointer;

    border-bottom: 1px dashed #cdd4df;
}
@media (max-width: 1400px)
{
    .wrap-sustainable-circular .sustainable-circular .circular-list .item
    {
        padding: 20px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-sustainable-circular .sustainable-circular .circular-list .item
    {
        padding: 10px 0;
    }
}
.wrap-sustainable-circular .sustainable-circular .circular-list .item .title-circular
{
    line-height: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.wrap-sustainable-circular .sustainable-circular .circular-list .item .title-circular .num
{
    line-height: 30px;

    width: 70px;

    color: #99a1b2;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 767px)
{
    .wrap-sustainable-circular .sustainable-circular .circular-list .item .title-circular .num
    {
        width: 40px;
    }
}
.wrap-sustainable-circular .sustainable-circular .circular-list .item .title-circular .tit
{
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;

    width: 100%;
    margin: 0;
    padding-right: 30px;

    letter-spacing: -.78px;
}
@media (max-width: 1560px)
{
    .wrap-sustainable-circular .sustainable-circular .circular-list .item .title-circular .tit
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sustainable-circular .sustainable-circular .circular-list .item .title-circular .tit
    {
        font-size: 20px;

        padding-right: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-sustainable-circular .sustainable-circular .circular-list .item .title-circular .tit
    {
        font-size: 18px;
    }
}
.wrap-sustainable-circular .sustainable-circular .circular-list .item .title-circular .icon
{
    font-size: 24px;
    line-height: 30px;

    width: 30px;

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

    color: #99a1b2;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.wrap-sustainable-circular .sustainable-circular .circular-list .item .note
{
    display: none;

    padding: 20px 0 0 70px;
}
@media (max-width: 991px)
{
    .wrap-sustainable-circular .sustainable-circular .circular-list .item .note
    {
        padding: 10px 0 0 70px;
    }
}
@media (max-width: 767px)
{
    .wrap-sustainable-circular .sustainable-circular .circular-list .item .note
    {
        padding-left: 40px;
    }
}
.wrap-sustainable-circular .sustainable-circular .circular-list .current .item .title-circular
{
    color: #fac441;
}
.wrap-sustainable-circular .sustainable-circular .circular-list .current .item .title-circular .icon
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    color: #fac441;
}
.wrap-sustainable-circular .sustainable-circular .circular-list .current .item .title-circular .num
{
    color: #fac441;
}
.wrap-sustainable-why
{
    padding-bottom: 15vw;

    background-position: top center;
}
.wrap-sustainable-why .title.text-center h2
{
    max-width: 100%;
}
.wrap-sustainable-why .why > ul > li
{
    position: relative;
}
@media (max-width: 991px)
{
    .wrap-sustainable-why .why > ul > li
    {
        margin-top: 20px;
    }
}
.wrap-sustainable-why .why > ul > li:before
{
    position: absolute;
    top: 60px;
    right: -15%;

    display: block;

    width: 30%;
    height: 1px;

    content: '';

    border-top: 1px dashed #fff;
}
@media (max-width: 991px)
{
    .wrap-sustainable-why .why > ul > li:before
    {
        display: none;
    }
}
.wrap-sustainable-why .why .item
{
    text-align: center;
}
.wrap-sustainable-why .why .item .icon
{
    width: 140px;
    height: 140px;
    margin: 0 auto;
    padding: 15px;

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

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);

    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
}
@media (max-width: 1199px)
{
    .wrap-sustainable-why .why .item .icon
    {
        width: 120px;
        height: 120px;
    }
}
.wrap-sustainable-why .why .item .icon .iconfont
{
    font-size: 30px;
    line-height: 110px;

    display: block;

    width: 110px;
    height: 110px;

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

    color: #fac441;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-sustainable-why .why .item .icon .iconfont
    {
        line-height: 90px;

        width: 90px;
        height: 90px;
    }
}
.wrap-sustainable-why .why .item .title-why
{
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;

    max-width: 240px;
    margin: 0 auto;
    margin-top: 14px;

    -webkit-transition: all .2s;
            transition: all .2s;
    letter-spacing: -.66px;
}
@media (max-width: 1560px)
{
    .wrap-sustainable-why .why .item .title-why
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sustainable-why .why .item .title-why
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    .wrap-sustainable-why .why .item:hover .icon
    {
        -webkit-animation: swing 1s 0s ease both;
                animation: swing 1s 0s ease both;

        background-color: rgba(250, 196, 65, .2);
    }
    .wrap-sustainable-why .why .item:hover .icon .iconfont
    {
        color: #fff;
        background-color: #fac441;
    }
    .wrap-sustainable-why .why .item:hover .title-why
    {
        color: #fac441;
    }
}
.wrap-sustainable-renewal .title.text-center h2
{
    max-width: 100%;
}
.wrap-sustainable-renewal .sustainable-renewal .slick-slide
{
    padding-bottom: 20px;
}
.wrap-sustainable-renewal .sustainable-renewal .item
{
    cursor: pointer;
}
.wrap-sustainable-renewal .sustainable-renewal .item .pic
{
    padding: 25px;

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

    border: 1px solid #e2e7ee;
    border-radius: 30px;
}
@media (max-width: 1560px)
{
    .wrap-sustainable-renewal .sustainable-renewal .item .pic
    {
        padding: 20px;
    }
}
@media (max-width: 1400px)
{
    .wrap-sustainable-renewal .sustainable-renewal .item .pic
    {
        padding: 15px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sustainable-renewal .sustainable-renewal .item .pic
    {
        border-radius: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-sustainable-renewal .sustainable-renewal .item .pic
    {
        padding: 10px;

        border-radius: 10px;
    }
}
.wrap-sustainable-renewal .sustainable-renewal .item .img-box
{
    padding-bottom: 133.33333333%;

    border-radius: 20px;
}
@media (max-width: 1199px)
{
    .wrap-sustainable-renewal .sustainable-renewal .item .img-box
    {
        border-radius: 15px;
    }
}
@media (max-width: 991px)
{
    .wrap-sustainable-renewal .sustainable-renewal .item .img-box
    {
        border-radius: 10px;
    }
}
.wrap-sustainable-renewal .sustainable-renewal .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (min-width: 1200px)
{
    .wrap-sustainable-renewal .sustainable-renewal .item:hover .pic
    {
        box-shadow: 0 4px 20px 0 rgba(17, 28, 72, .1);
    }
    .wrap-sustainable-renewal .sustainable-renewal .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.wrap-sustainable-renewal-other
{
    background: #f8faff;
}
.wrap-sustainable-renewal-other .slick-dots li
{
    border-color: #f8faff;
}
.wrap-sustainable-renewal-other .slick-dots .slick-active
{
    border-color: #fac441;
}
.wrap-sustainable-how2recycle
{
    background: url(../images/how2recycle_bg.jpg) no-repeat top center;
    background-size: 100% auto;
}
.wrap-sustainable-how2recycle .title img
{
    max-width: 100%;
}
.wrap-sustainable-how2recycle .title h2
{
    max-width: 100%;
}
.wrap-sustainable-how2recycle .sustainable-how2recycle-top
{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .wrap-sustainable-how2recycle .sustainable-how2recycle-top
    {
        margin-top: 30px;
    }
}
.wrap-sustainable-how2recycle .sustainable-how2recycle-top h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    color: #fac441;
}
@media (max-width: 1199px)
{
    .wrap-sustainable-how2recycle .sustainable-how2recycle-top h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-sustainable-how2recycle .sustainable-how2recycle-top h3
    {
        font-size: 16px;
    }
}
.wrap-sustainable-how2recycle .sustainable-how2recycle
{
    position: relative;

    overflow: hidden;

    border-radius: 30px;
}
.wrap-sustainable-how2recycle .sustainable-how2recycle .pic img
{
    width: 100%;
}
.wrap-sustainable-how2recycle .sustainable-how2recycle .text
{
    position: absolute;

    padding: 30px;

    border-radius: 0 0 30px 30px;
    background: rgba(255, 255, 255, .2);

    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
.wrap-sustainable-how2recycle .sustainable-how2recycle .title-how2recycl
{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33333333;

    max-width: 590px;

    color: #fac441;
}
.wrap-sustainable-how2recycle .how2recycle-brand .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    border-bottom: 1px dashed #cdd4df;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.wrap-sustainable-how2recycle .how2recycle-brand .item .pic
{
    overflow: hidden;

    width: 490px;

    border-radius: 20px;
    background: #f8faff;
}
@media (max-width: 1470px)
{
    .wrap-sustainable-how2recycle .how2recycle-brand .item .pic
    {
        width: 400px;
    }
}
@media (max-width: 767px)
{
    .wrap-sustainable-how2recycle .how2recycle-brand .item .pic
    {
        width: 100%;

        border-radius: 10px;
    }
}
.wrap-sustainable-how2recycle .how2recycle-brand .item .pic img
{
    width: 100%;

    mix-blend-mode: multiply;
}
.wrap-sustainable-how2recycle .how2recycle-brand .item .text
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: -webkit-calc(100% - 490px);
    width:         calc(100% - 490px);
    padding: 0 8%;
}
@media (max-width: 1470px)
{
    .wrap-sustainable-how2recycle .how2recycle-brand .item .text
    {
        width: -webkit-calc(100% - 400px);
        width:         calc(100% - 400px);
        padding: 0 5%;
    }
}
@media (max-width: 991px)
{
    .wrap-sustainable-how2recycle .how2recycle-brand .item .text
    {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
.wrap-sustainable-how2recycle .how2recycle-brand .item .text .num
{
    line-height: 30px;

    width: 70px;

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

    color: #99a1b2;
}
@media (max-width: 767px)
{
    .wrap-sustainable-how2recycle .how2recycle-brand .item .text .num
    {
        width: 40px;
    }
}
.wrap-sustainable-how2recycle .how2recycle-brand .item .text .note
{
    width: -webkit-calc(100% - 70px);
    width:         calc(100% - 70px);
}
@media (max-width: 767px)
{
    .wrap-sustainable-how2recycle .how2recycle-brand .item .text .note
    {
        width: -webkit-calc(100% - 40px);
        width:         calc(100% - 40px);
    }
}
.wrap-sustainable-how2recycle .how2recycle-brand .item .text .title-how2recycle
{
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    letter-spacing: -.78px;
}
@media (max-width: 1560px)
{
    .wrap-sustainable-how2recycle .how2recycle-brand .item .text .title-how2recycle
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sustainable-how2recycle .how2recycle-brand .item .text .title-how2recycle
    {
        font-size: 20px;

        letter-spacing: 0;
    }
}
@media (max-width: 991px)
{
    .wrap-sustainable-how2recycle .how2recycle-brand .item .text .title-how2recycle
    {
        font-size: 18px;
    }
}
.wrap-sustainable-how2recycle .how2recycle-brand .item .text .editor-content
{
    margin-top: 20px;
}
@media (min-width: 1200px)
{
    .wrap-sustainable-how2recycle .how2recycle-brand .item:hover .text .num
    {
        color: #fac441;
    }
    .wrap-sustainable-how2recycle .how2recycle-brand .item:hover .text .title-how2recycle
    {
        color: #fac441;
    }
}
.editor-content p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .editor-content p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.editor-content.lh30 p
{
    line-height: 30px;
}
@media (max-width: 767px)
{
    .editor-content.lh30 p
    {
        line-height: 24px;
    }
}
.editor-content h3
{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45454545;
}
@media (max-width: 1560px)
{
    .editor-content h3
    {
        font-size: 22px;
    }
}
@media (max-width: 1199px)
{
    .editor-content h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .editor-content h3
    {
        font-size: 18px;
    }
}
.editor-content h4
{
    font-size: 20px;
    font-weight: 500;
}
@media (max-width: 1199px)
{
    .editor-content h4
    {
        font-size: 18px;
    }
}
@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;
}
.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;
}
