: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: 5vw;
    }
}
@media (max-width: 767px)
{
    :root
    {
        --pad: 15px;
    }
}
.ff
{
    font-family: 'iconfont' !important;
}
.iconfont
{
    font-size: inherit;
}
@font-face
{
    font-family: 'Sora';
    font-weight: bold;
    font-style: normal;

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

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

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

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

    overflow-x: hidden;

    height: auto !important;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
:root
{
    scroll-behavior: unset;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

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

    overflow: hidden;

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

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

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

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

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

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

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

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

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1470px)
{
    .container
    {
        max-width: 1440px;
    }
}
@media (min-width: 1660px)
{
    .container
    {
        max-width: 1630px;
    }
}
@media (max-width: 767px)
{
    .col-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 100%;
    max-width: 80%;
    height: 100%;
    min-height: 50%;
    max-height: 80%;
    margin: 0;
}
.fancybox-slide--video video
{
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px)
{
    .fancybox-slide--video video
    {
        max-width: 95%;
    }
}
.fancybox-slide > video
{
    padding: 0;
}
.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: 50px;

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

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

    width: 50px;
    height: 50px;
    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: #0e4b9b;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background: none;

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

        left: -30px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        left: -15px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: block;

    content: '\e610';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 991px)
{
    .slick-arrow.slick-next
    {
        right: -30px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -15px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #fff;
    border-color: #0e4b9b;
    background-color: #0e4b9b;
}
.prev-next
{
    font-size: 0;

    white-space: nowrap;
}
.prev-next .slick-arrow
{
    position: relative;
    top: auto;
    right: 0;
    left: 0;

    display: inline-block;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
    vertical-align: middle;
}
.prev-next .slick-arrow.slick-next
{
    right: 0;

    margin-left: 16px;
}
.slick-dots
{
    text-align: center;
}
@media (max-width: 1199px)
{
    .slick-dots
    {
        margin-top: 30px;
    }
}
.slick-dots li
{
    display: inline-block;

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

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: top;

    border: 1px solid #fdc635;
    border-radius: 50%;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #fdc635;
}
.center
{
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}
.slick-list
{
    margin: 0 -15px;
}
@media (max-width: 1199px)
{
    .slick-list
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .slick-list
    {
        margin: 0 -5px;
    }
}
.slick-list .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 1199px)
{
    .slick-list .slick-slide
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .slick-list .slick-slide
    {
        padding: 0 5px;
    }
}
.share-cn
{
    display: none;
}
.addcart
{
    cursor: pointer;
}
.addcart.active .icon:before
{
    content: '\e69a';
}
.translate
{
    min-width: 158px;
}
@media (max-width: 767px)
{
    .translate
    {
        min-width: 145px;
    }
}
@media (max-width: 767px)
{
    .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span
    {
        font-size: 12px;
    }
}
.translate .goog-te-gadget-simple
{
    border-color: #fff;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.map-content label
{
    line-height: 30px !important;

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

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.common-share ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.common-share 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;
}
.common-share ul li a
{
    line-height: 30px;

    display: block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.common-share ul li a:hover
{
    color: #0e4b9b;
}
.common-share ul li:after
{
    display: block;

    width: 1px;
    height: 20px;

    content: '';

    background-color: #eee;
}
.common-share ul li .icon
{
    font-size: 20px;
}
.common-share ul li:last-child:after
{
    display: none;
}
.formbox
{
    margin-top: 10px;
}
.formbox form ul
{
    margin: 0 -10px;
}
.formbox form ul li
{
    padding: 0 10px;
}
.formbox form .group
{
    position: relative;

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

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

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

    color: #666;
}
@media (max-width: 767px)
{
    .formbox form .group label
    {
        font-size: 14px;
        line-height: 40px;

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

    position: relative;
    z-index: 2;

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

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

    border-radius: 0;
    border-radius: 8px;
    outline: 0;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .formbox form .group input,
    .formbox form .group textarea
    {
        line-height: 20px;
    }
}
.formbox form .group input:placeholder-shown + label,
.formbox form .group textarea:placeholder-shown + label
{
    top: 0;

    background-color: transparent;
}
.formbox form .group input:focus,
.formbox form .group textarea:focus
{
    border-color: #0e4b9b;
}
.formbox form .group-read input
{
    color: #fff !important;
    border-color: #0e4b9b !important;
    background-color: #0e4b9b !important;
}
.formbox form .group input:focus + label,
.formbox form .group textarea:focus + label,
.formbox form .group input:valid + label,
.formbox form .group textarea:valid + label
{
    top: -32px;
    left: 20px;

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

    opacity: .8;
}
@media (max-width: 1400px)
{
    .formbox form .group input:focus + label,
    .formbox form .group textarea:focus + label,
    .formbox form .group input:valid + label,
    .formbox form .group textarea:valid + label
    {
        left: 20px;
    }
}
@media (max-width: 767px)
{
    .formbox form .group input:focus + label,
    .formbox form .group textarea:focus + label,
    .formbox form .group input:valid + label,
    .formbox form .group textarea:valid + label
    {
        top: -30px;
        left: 10px;
    }
}
.formbox-bg form .group input,
.formbox-bg form .group textarea
{
    border: 1px solid #dadee5;
    background: #f4f6fa;
}
.submit-group
{
    margin-top: 20px;
}
.submit-group .submit
{
    font-size: 16px;
    font-weight: 600;

    height: 60px;
    padding: 0;
    padding: 0 60px;

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

    color: #fff;
    border: none;
    border-radius: 100px;
    background: #333;
}
@media (max-width: 991px)
{
    .submit-group .submit
    {
        font-size: 14px;

        height: 40px;
        padding: 0 40px;
    }
}
.submit-group .submit .icon
{
    font-size: 18px;
    font-weight: normal;

    float: right;

    margin-top: -4px;
    margin-left: 10px;
}
.submit-group .submit:hover
{
    background-color: #0e4b9b;
}
.wrap-reviews
{
    position: relative;

    padding-bottom: 80px;
}
@media (max-width: 991px)
{
    .wrap-reviews
    {
        padding-bottom: 60px;
    }
}
.wrap-reviews:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;

    display: block;

    width: 300%;
    height: 100%;

    content: '';

    background: #f7f7f7;
}
.wrap-reviews .title-in
{
    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;
}
.wrap-reviews .write-review a
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.875;

    display: inline-block;

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

    color: #0e4b9b;
}
.wrap-reviews .write-review a .iconfont
{
    display: inline-block;

    margin-left: 6px;

    vertical-align: middle;
}
.wrap-reviews .write-review a:hover
{
    color: #fdc635;
}
.wrap-reviews .reviews-list
{
    margin-top: 50px;

    border-top: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .wrap-reviews .reviews-list
    {
        margin-top: 30px;
    }
}
.wrap-reviews .reviews-list .item
{
    padding: 50px 0;

    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .wrap-reviews .reviews-list .item
    {
        padding: 30px 0;
    }
}
.wrap-reviews .reviews-list .item .title-reviews
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media (max-width: 1400px)
{
    .wrap-reviews .reviews-list .item .title-reviews
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-reviews .reviews-list .item .title-reviews
    {
        font-size: 18px;
    }
}
.wrap-reviews .reviews-list .item .title-reviews .iconfont
{
    margin-right: 6px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.wrap-reviews .reviews-list .item .editor-content
{
    margin-top: 20px;
}
.wrap-reviews .reviews-message
{
    display: none;

    margin-top: 50px;
    padding: 40px 40px 50px;

    border-radius: 5px;
    background: #fff;
}
@media (max-width: 1199px)
{
    .wrap-reviews .reviews-message
    {
        margin-top: 30px;
        padding: 10px 20px 20px 20px;
    }
}
.wrap-reviews .reviews-message form input,
.wrap-reviews .reviews-message form textarea
{
    background: #f7f7f7;

    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}
.wrap-reviews .reviews-message form .submit
{
    color: #0e4b9b;
    border: 1px solid #dbdbdb;
    background: none;
}
.wrap-reviews .reviews-message form .submit:hover
{
    color: #fff;
    border-color: #0e4b9b;
    background-color: #0e4b9b;
}
.header
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 140px;
    padding: 0 5%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
        padding: 0 15px;
    }
}
.header .logo
{
    height: 50px;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 30px;
    }
}
.header .logo img
{
    height: 100%;
}
.header-menu
{
    position: fixed;
    z-index: 10;
    top: 15px;
    right: 5%;
}
@media (max-width: 1199px)
{
    .header-menu
    {
        display: none;
    }
}
.header-menu > ul > li > a
{
    font-size: 16px;
    line-height: 1.5;

    display: block;

    padding: 8px 0;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .header-menu > ul > li > a
    {
        font-size: 14px;
    }
}
.header-menu > ul > li.active > a
{
    font-weight: bold;

    text-transform: uppercase;
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;
    padding: 0 5%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding: 0 15px;
    }
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 767px)
{
    .banner img
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner .banner-text
{
    font-weight: 300;

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

    width: 100%;

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

    color: #fff;
}
.banner .banner-text h2
{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;

    overflow: hidden;
}
@media (max-width: 1199px)
{
    .banner .banner-text h2
    {
        font-size: 20px;
    }
}
.banner .banner-text h2 span
{
    display: block;
}
.banner .banner-text .more
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .banner .banner-text .more
    {
        margin-top: 10px;
    }
}
.banner .banner-text .more a
{
    font-size: 20px;
    line-height: 52px;

    display: inline-block;

    padding: 0 24px;

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

    border: 1px solid #fff;
}
@media (max-width: 1560px)
{
    .banner .banner-text .more a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-text .more a
    {
        font-size: 16px;
        line-height: 42px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-text .more a
    {
        font-size: 14px;
        line-height: 32px;
    }
}
.banner .banner-text .more a:hover
{
    border-color: #222;
    background-color: #222;
}
.box
{
    padding: 100px 0;
}
@media (max-width: 1199px)
{
    .box
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .box
    {
        overflow: hidden;
    }
}
.title h2
{
    font-size: 64px;
    font-weight: normal;
    line-height: 1.4;

    overflow: hidden;
}
@media (max-width: 1560px)
{
    .title h2
    {
        font-size: 54px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 44px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title h2 span
{
    display: block;
}
.box-brand .brand-story .story-logo
{
    width: 350px;
}
@media (max-width: 1560px)
{
    .box-brand .brand-story .story-logo
    {
        width: 300px;
    }
}
@media (max-width: 1400px)
{
    .box-brand .brand-story .story-logo
    {
        width: 200px;
    }
}
@media (max-width: 991px)
{
    .box-brand .brand-story .story-logo
    {
        width: 150px;
    }
}
@media (max-width: 767px)
{
    .box-brand .brand-story .story-logo
    {
        width: 100px;
    }
}
.box-brand .brand-story .story-logo img
{
    max-width: 80%;
}
.box-brand .brand-story .title-brand
{
    width: -webkit-calc(60% - 350px);
    width:         calc(60% - 350px);
}
@media (max-width: 1560px)
{
    .box-brand .brand-story .title-brand
    {
        width: -webkit-calc(60% - 300px);
        width:         calc(60% - 300px);
    }
}
@media (max-width: 1400px)
{
    .box-brand .brand-story .title-brand
    {
        width: -webkit-calc(60% - 200px);
        width:         calc(60% - 200px);
    }
}
@media (max-width: 991px)
{
    .box-brand .brand-story .title-brand
    {
        width: -webkit-calc(100% - 150px);
        width:         calc(100% - 150px);
    }
}
@media (max-width: 767px)
{
    .box-brand .brand-story .title-brand
    {
        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
    }
}
.box-brand .brand-story .title-brand h2
{
    font-size: 100px;
    line-height: 1;

    overflow: hidden;

    margin: 0;

    letter-spacing: -3px;
}
@media (max-width: 1560px)
{
    .box-brand .brand-story .title-brand h2
    {
        font-size: 80px;
    }
}
@media (max-width: 1400px)
{
    .box-brand .brand-story .title-brand h2
    {
        font-size: 70px;
    }
}
@media (max-width: 1199px)
{
    .box-brand .brand-story .title-brand h2
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .box-brand .brand-story .title-brand h2
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .box-brand .brand-story .title-brand h2
    {
        font-size: 30px;
    }
}
.box-brand .brand-story .title-brand h2 span
{
    display: block;
}
.box-brand .brand-story .editor-content
{
    width: 40%;
}
@media (max-width: 991px)
{
    .box-brand .brand-story .editor-content
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-brand .brand-story .story-pic
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .box-brand .brand-story .story-pic
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .box-brand .brand-story .story-pic
    {
        margin-top: 10px;
    }
}
.box-brand .brand-story .story-pic img
{
    width: 100%;
}
.box-brand .brand-story .story-pic .pic1
{
    width: 350px;
    margin-top: 20px;
    padding-right: 25px;
}
@media (max-width: 1560px)
{
    .box-brand .brand-story .story-pic .pic1
    {
        width: 300px;
    }
}
@media (max-width: 1400px)
{
    .box-brand .brand-story .story-pic .pic1
    {
        width: 200px;
    }
}
@media (max-width: 767px)
{
    .box-brand .brand-story .story-pic .pic1
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-brand .brand-story .story-pic .pic2
{
    width: -webkit-calc(100% - 350px);
    width:         calc(100% - 350px);
    margin-top: 20px;
}
@media (max-width: 1560px)
{
    .box-brand .brand-story .story-pic .pic2
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
@media (max-width: 1400px)
{
    .box-brand .brand-story .story-pic .pic2
    {
        width: -webkit-calc(100% - 200px);
        width:         calc(100% - 200px);
    }
}
@media (max-width: 767px)
{
    .box-brand .brand-story .story-pic .pic2
    {
        width: 100%;
    }
}
.box-brand .brand
{
    padding-top: 150px;
}
@media (max-width: 1400px)
{
    .box-brand .brand
    {
        padding-top: 120px;
    }
}
@media (max-width: 1199px)
{
    .box-brand .brand
    {
        padding-top: 100px;
    }
}
@media (max-width: 991px)
{
    .box-brand .brand
    {
        padding-top: 80px;
    }
}
@media (max-width: 767px)
{
    .box-brand .brand
    {
        padding-top: 40px;
    }
}
.box-brand .brand .brand-left
{
    position: relative;
    z-index: 6;

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

    width: 45%;

    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}
@media (max-width: 767px)
{
    .box-brand .brand .brand-left
    {
        width: 100%;
    }
}
.box-brand .brand .brand-left .title-brand::before
{
    display: block;

    width: 80px;
    height: 2px;

    content: '';

    background-color: #222;
}
.box-brand .brand .brand-left .title-brand h2
{
    font-size: 70px;
    font-weight: 300;
    line-height: 1.5;

    overflow: hidden;

    width: 120%;

    white-space: nowrap;
}
@media (max-width: 1560px)
{
    .box-brand .brand .brand-left .title-brand h2
    {
        font-size: 60px;
    }
}
@media (max-width: 1400px)
{
    .box-brand .brand .brand-left .title-brand h2
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .box-brand .brand .brand-left .title-brand h2
    {
        font-size: 40px;
        line-height: 1.4;
    }
}
@media (max-width: 767px)
{
    .box-brand .brand .brand-left .title-brand h2
    {
        font-size: 26px;
    }
}
.box-brand .brand .brand-left .title-brand h2 span
{
    display: block;
}
.box-brand .brand .brand-left .text
{
    padding-right: 15%;
}
@media (max-width: 767px)
{
    .box-brand .brand .brand-left .text
    {
        padding-right: 0;
    }
}
.box-brand .brand .brand-left .text .editor-content
{
    overflow: hidden;

    max-height: 192px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-brand .brand .brand-left .open-more
{
    font-size: 16px;
    line-height: 30px;

    margin-top: 30px;
}
.box-brand .brand .brand-left .open-more span
{
    display: inline-block;

    -webkit-transition: background-size .56s;
            transition: background-size .56s;
    vertical-align: middle;

    background-image: -webkit-gradient(linear, left top, right top, from(#222), to(#222));
    background-image: -webkit-linear-gradient(left, #222 0%, #222 100%);
    background-image:         linear-gradient(to right, #222 0%, #222 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.box-brand .brand .brand-left .open-more .iconfont
{
    font-size: 20px;

    display: inline-block;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    vertical-align: middle;
}
.box-brand .brand .brand-left .open-more:hover span
{
    background-size: 100% 1px;
}
.box-brand .brand .brand-left .active .editor-content
{
    max-height: 720px;
}
.box-brand .brand .brand-left .active .open-more
{
    display: none;
}
.box-brand .brand .brand-right
{
    position: relative;
    z-index: 4;

    width: 55%;
}
@media (max-width: 767px)
{
    .box-brand .brand .brand-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-brand .brand .brand-right img
{
    width: 100%;
}
.box-brand .brand .brand-right .text
{
    font-size: 20px;
    line-height: 1.5;

    position: absolute;
    z-index: 6;
    bottom: 2%;

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

    width: 100%;
    padding: 0 3%;

    color: #fff;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .box-brand .brand .brand-right .text
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .box-brand .brand .brand-right .text
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .box-brand .brand .brand-right .text
    {
        font-size: 12px;
    }
}
.box-brand .brand .brand-right .text span
{
    display: block;
}
.box-product .product
{
    position: -webkit-sticky;
    position:         sticky;
    top: 1%;
    left: 0;
}
.box-product .product-list
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    width: auto;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-product .product-list
    {
        display: block;

        width: 100%;
    }
}
.box-product .product-list > li
{
    width: 1600px;
    margin-right: 150px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1660px)
{
    .box-product .product-list > li
    {
        width: 1290px;
    }
}
@media (max-width: 1560px)
{
    .box-product .product-list > li
    {
        width: 1110px;
    }
}
@media (max-width: 1400px)
{
    .box-product .product-list > li
    {
        width: 930px;
        margin-right: 100px;
    }
}
@media (max-width: 991px)
{
    .box-product .product-list > li
    {
        width: 690px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-list > li
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-product .product-list > li:last-child
{
    margin-right: 0;
}
.box-product .item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .box-product .item
    {
        position: relative;
    }
}
.box-product .item .pic
{
    width: 40%;
}
@media (max-width: 991px)
{
    .box-product .item .pic
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .box-product .item .pic
    {
        width: 60%;
    }
}
.box-product .item .pic .img-box
{
    padding-bottom: 133.33333333%;
}
.box-product .item .text
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 60%;
    padding-top: 80px;
    padding-left: 8%;

    -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: 1560px)
{
    .box-product .item .text
    {
        padding-top: 40px;
        padding-left: 4%;
    }
}
@media (max-width: 1400px)
{
    .box-product .item .text
    {
        padding-top: 0;
    }
}
@media (max-width: 991px)
{
    .box-product .item .text
    {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }
}
.box-product .item .text .editor-content
{
    margin-top: 24px;
}
@media (max-width: 767px)
{
    .box-product .item .text .editor-content
    {
        margin-top: 14px;
    }
}
.box-product .item .text .more
{
    margin-top: 40px;
}
@media (max-width: 1400px)
{
    .box-product .item .text .more
    {
        margin-top: 20px;
    }
}
.box-product .item .text .more a
{
    font-size: 20px;
    font-weight: 300;
    line-height: 52px;

    display: inline-block;

    padding: 0 24px;

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

    border: 1px solid #222;
}
@media (max-width: 1560px)
{
    .box-product .item .text .more a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .box-product .item .text .more a
    {
        font-size: 16px;
        line-height: 42px;
    }
}
@media (max-width: 767px)
{
    .box-product .item .text .more a
    {
        font-size: 14px;
        line-height: 36px;
    }
}
.box-product .item .text .more a:hover
{
    color: #fff;
    border-color: #222;
    background-color: #222;
}
.box-product .item .text .pic-bottom
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
@media (max-width: 991px)
{
    .box-product .item .text .pic-bottom
    {
        position: absolute;
        top: 0;
        right: 0;
    }
}
.box-product .item .text .pic-bottom img
{
    width: 300px;
    height: auto;
}
@media (max-width: 1560px)
{
    .box-product .item .text .pic-bottom img
    {
        width: 250px;
    }
}
@media (max-width: 1400px)
{
    .box-product .item .text .pic-bottom img
    {
        width: 200px;
    }
}
@media (max-width: 767px)
{
    .box-product .item .text .pic-bottom img
    {
        width: 100px;
    }
}
.box-contact .title h2:after
{
    display: block;

    width: 80px;
    height: 2px;

    content: '';

    background-color: #222;
}
.box-contact .contact-left
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 50%;
    padding-right: 5%;

    -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-contact .contact-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-contact .contact-list
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-contact .contact-list
    {
        margin-top: 10px;
    }
}
.box-contact .contact-list > ul > li
{
    margin-top: 10px;
}
.box-contact .contact-list .item
{
    line-height: 30px;

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

    padding: 15px 0;

    cursor: pointer;

    border-bottom: 1px solid rgba(34, 34, 34, .4);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px)
{
    .box-contact .contact-list .item
    {
        padding: 10px 0;
    }
}
.box-contact .contact-list .item .title-contact
{
    font-size: 26px;

    letter-spacing: -1.3px;

    color: rgba(34, 34, 34, .4);
}
@media (max-width: 1560px)
{
    .box-contact .contact-list .item .title-contact
    {
        font-size: 22px;
    }
}
@media (max-width: 1199px)
{
    .box-contact .contact-list .item .title-contact
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .box-contact .contact-list .item .title-contact
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-contact .contact-list .item .title-contact
    {
        font-size: 16px;
    }
}
.box-contact .contact-list .item .iconfont
{
    font-size: 20px;

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

    color: rgba(34, 34, 34, .4);
}
.box-contact .contact-list .active .item .title-contact
{
    font-weight: bold;

    color: #222;
}
.box-contact .contact-list .active .item .iconfont
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    color: #222;
}
.box-contact .contact-right
{
    width: 50%;
    height: 100%;
}
@media (max-width: 767px)
{
    .box-contact .contact-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-contact .contact-right .contact-content
{
    position: relative;
}
.box-contact .contact-right .contact-content .pic .img-box
{
    padding-bottom: 114.28571429%;
}
.box-contact .contact-right .contact-content .text
{
    position: absolute;
    z-index: 6;
    bottom: 24px;
    left: 24px;

    width: -webkit-calc(100% - 48px);
    width:         calc(100% - 48px);

    background-color: #fff;
}
.box-contact .contact-right .contact-content .text .note
{
    padding: 12px 24px;
}
.box-contact .contact-right .contact-content .text p
{
    font-size: 24px;
    line-height: 1.25;
}
@media (max-width: 1560px)
{
    .box-contact .contact-right .contact-content .text p
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .box-contact .contact-right .contact-content .text p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-contact .contact-right .contact-content .text p
    {
        font-size: 16px;
    }
}
.box-contact .contact-right .contact-content .text .link
{
    margin-top: 30px;

    text-align: right;
}
.box-contact .contact-right .contact-content .text .link a
{
    font-size: 20px;
    font-weight: 300;
    line-height: 52px;

    display: inline-block;

    padding: 0 20px;

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

    border: 1px solid #222;
}
@media (max-width: 1560px)
{
    .box-contact .contact-right .contact-content .text .link a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .box-contact .contact-right .contact-content .text .link a
    {
        font-size: 16px;
        line-height: 42px;
    }
}
@media (max-width: 767px)
{
    .box-contact .contact-right .contact-content .text .link a
    {
        font-size: 14px;
        line-height: 36px;
    }
}
.box-contact .contact-right .contact-content .text .link a:hover
{
    color: #fff;
    background-color: #222;
}
.box-contact .contact-right .contact-content .title-contact
{
    font-size: 16px;
    line-height: 24px;

    padding: 12px 24px;

    background: #f4f4f4;
}
@media (max-width: 767px)
{
    .box-contact .contact-right .contact-content .title-contact
    {
        font-size: 14px;
    }
}
.footer
{
    font-size: 16px;
    line-height: 1.625;

    overflow: hidden;

    padding: 0 5%;

    color: #f0f0f0;
    background-color: #222;
}
@media (max-width: 991px)
{
    .footer
    {
        font-size: 14px;

        padding: 0 15px;
    }
}
.footer .foot
{
    padding: 50px 0;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 30px 0 10px;
    }
}
.footer .foot-left
{
    width: 30%;
}
@media (max-width: 991px)
{
    .footer .foot-left
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-left
    {
        width: 100%;
    }
}
.footer .foot-right
{
    width: 70%;
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .footer .foot-right
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-right
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.footer .foot-logo
{
    height: 80px;
}
@media (max-width: 1560px)
{
    .footer .foot-logo
    {
        height: 60px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-logo
    {
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-logo
    {
        height: 30px;
    }
}
.footer .foot-logo img
{
    height: 100%;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.footer a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 1px;
}
.footer a:hover span
{
    background-size: 100% 1px;
}
.footer .email
{
    margin-top: 20px;
}
.footer .email p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
.footer .subscribe .title-subscribe h3
{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;

    color: #f9f9f9;
}
@media (max-width: 1199px)
{
    .footer .subscribe .title-subscribe h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .subscribe .title-subscribe h3
    {
        font-size: 18px;
    }
}
.footer .subscribe .message
{
    width: 100%;
    margin-top: 30px;
}
.footer .subscribe .message .email
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    border-bottom: 1px solid #666;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.footer .subscribe .message .email p
{
    font-size: 16px;
    line-height: 40px;

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

    color: #fff;
    background: none;
}
.footer .subscribe .message .email input::-webkit-input-placeholder,
.footer .subscribe .message .email textarea::-webkit-input-placeholder
{
    color: #d9d9d9;
}
.footer .subscribe .message .email input:-o-placeholder,
.footer .subscribe .message .email textarea:-o-placeholder
{
    color: #d9d9d9;
}
.footer .subscribe .message .email input::-moz-placeholder,
.footer .subscribe .message .email textarea::-moz-placeholder
{
    color: #d9d9d9;
}
.footer .subscribe .message .email input:-ms-input-placeholder,
.footer .subscribe .message .email textarea:-ms-input-placeholder
{
    color: #d9d9d9;
}
.footer .subscribe .message .email input:focus::-webkit-input-placeholder,
.footer .subscribe .message .email textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .subscribe .message .email input:focus::-o-placeholder,
.footer .subscribe .message .email textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .subscribe .message .email input:focus::-moz-placeholder,
.footer .subscribe .message .email textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .subscribe .message .email input:focus::-ms-input-placeholder,
.footer .subscribe .message .email textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .subscribe .message .email .submit
{
    font-size: 16px;

    display: inline-block;

    width: 120px;

    text-align: right;

    color: #fff;
}
.footer .subscribe .message .email .submit .iconfont
{
    font-size: 20px;

    margin-left: 6px;
}
@media (max-width: 767px)
{
    .footer .share
    {
        margin-bottom: 14px;
    }
}
.footer .share > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.footer .share > ul > li > a
{
    font-size: 22px;
    line-height: 50px;

    display: block;

    width: 40px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 991px)
{
    .footer .share > ul > li > a
    {
        font-size: 20px;
        line-height: 30px;

        width: 30px;
    }
}
.footer .share > ul > li > a:hover
{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
.footer .copyright
{
    position: relative;

    padding: 25px 0;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        line-height: 20px;

        padding: 10px 0;
    }
}
.footer .copyright p
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0;

    -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;
}
.footer .copyright a,
.footer .copyright span
{
    display: inline-block;

    vertical-align: middle;
}
.footer .copyright a:hover
{
    color: #fff;
}
@media (max-width: 991px)
{
    .footer .copyright .link
    {
        width: 100%;
        margin-top: 20px;
    }
}
.footer .copyright .sitemap:before
{
    display: inline-block;

    width: 1px;
    height: 16px;
    margin: 0 20px;

    content: '';
    vertical-align: middle;

    background-color: #fff;
}
.editor-content p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #343434;
}
@media (max-width: 991px)
{
    .editor-content p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.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
{
    font-size: 14px;
    line-height: 1.71428571;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}
.editor-content .table-box table
{
    line-height: 1.2;

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

    border-spacing: 0;
    border-collapse: collapse;
}
.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 #eaeaea;
}
@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;
}
