:root {
    --pad: -webkit-calc(50vw - 860px);
    --pad: calc(50vw - 860px);
}
@media (max-width: 1760px) {
    :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: 'Inter';
    font-weight: 500;
    font-style: normal;

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

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

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

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

    src: local('TikTok Sans SemiBold'), local('TikTokSans-SemiBold'), url('../fonts/TikTokSans-SemiBold.woff2') format('woff2'), url('../fonts/TikTokSans-SemiBold.woff') format('woff'), url('../fonts/TikTokSans-SemiBold.ttf') format('truetype');
    font-display: swap;
}
body {
    font-family: 'Inter', 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: #222;

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

    display: block;
    overflow: hidden;

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

    display: block;

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

    overflow: hidden;

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

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

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

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

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

    background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.loaded {
    background-size: cover;
}
.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: 1760px) {
    .container {
        max-width: 1730px;
    }
    .con1410 {
        max-width: 1440px;
    }
}
@media (max-width: 767px) {
    .col-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
.has-html5video .f-html,
.has-youtube .f-html,
.has-vimeo .f-html {
    max-width: var(--f-video-width, 1400px);
    max-height: var(--f-video-height, 800px);
}
.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;
}
.jianbian {
    background: -webkit-gradient(linear, left top, right top, from(#01362e), to(#004238)), #01362e;
    background: -webkit-linear-gradient(left, #01362e 0%, #004238 100%), #01362e;
    background: linear-gradient(90deg, #01362e 0%, #004238 100%), #01362e;
}
.slick-arrow {
    font-size: 0;
    line-height: 40px;

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

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

    width: 40px;
    height: 40px;
    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: #01362e;
    border-radius: 5px;
    background: none;
    background: #f2f0e4;
    background-size: cover;

    -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 {
        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: '\e648';
}
.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: 50%;

        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
    }
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow:hover {
    color: #fff;
    background: #01362e;
}
@media (max-width: 767px) {
    .arrow-top-right {
        padding-bottom: 50px;
    }
}
.arrow-top-right .slick-arrow {
    top: -74px;
    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: -60px;
    }
}
@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;

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

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

    border-radius: 0;
    background-color: #d9d9d9;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #01362e;
}
.center {
    top: 50%;
    left: 50%;

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

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

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.mt-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: 1199px) {
    .mt-80 {
        margin-top: 30px;
    }
}
figure {
    margin: 0;
}
.common-share ul {
    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 {
    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:after {
    display: block;

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

    content: '';

    background-color: rgba(255, 255, 255, .2);
}
.common-share ul li:last-child:after {
    display: none;
}
.common-share ul li a {
    line-height: 40px;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.common-share ul li a:hover {
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.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 {
    margin-top: 20px;
}
.formbox form {
    /* label */
    /* input & textarea */
    /* 初始状态（有 placeholder） */
    /* 聚焦 或 有内容 */
    /* group-read 状态 */
}
.formbox form ul {
    margin: 0 -10px;
}
.formbox form ul li {
    padding: 0 10px;
}
.formbox form .group {
    position: relative;

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

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

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

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

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

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

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

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

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

    -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:not(:placeholder-shown)+label,
    .formbox form .group textarea:not(:placeholder-shown)+label {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:not(:placeholder-shown)+label,
    .formbox form .group textarea:not(:placeholder-shown)+label {
        top: -25px;
        left: 10px;
    }
}
.formbox form .group-code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.formbox form .group-code input {
    width: 100%;
}
.formbox form .group-code .spam_code_img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.formbox form .group-read input {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;

    letter-spacing: -.66px;

    color: #fff !important;
    border-color: #01362e !important;
    background: #01362e !important;
}
.formbox form input::-webkit-input-placeholder,
.formbox form textarea::-webkit-input-placeholder {
    color: #222;
}
.formbox form input:-o-placeholder,
.formbox form textarea:-o-placeholder {
    color: #222;
}
.formbox form input::-moz-placeholder,
.formbox form textarea::-moz-placeholder {
    color: #222;
}
.formbox form input:-ms-input-placeholder,
.formbox form textarea:-ms-input-placeholder {
    color: #222;
}
.formbox form input:focus::-webkit-input-placeholder,
.formbox form textarea:focus::-webkit-input-placeholder {
    color: #666;
}
.formbox form input:focus::-o-placeholder,
.formbox form textarea:focus::-o-placeholder {
    color: #666;
}
.formbox form input:focus::-moz-placeholder,
.formbox form textarea:focus::-moz-placeholder {
    color: #666;
}
.formbox form input:focus::-ms-input-placeholder,
.formbox form textarea:focus::-ms-input-placeholder {
    color: #666;
}
@media (max-width: 1560px) {
    .formbox form .group-read input {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .formbox form .group-read input {
        font-size: 18px;
    }
}
.formbox.garrybg form input,
.formbox.garrybg form textarea {
    background: #f7f7f7;
}
.submit-group {
    margin-top: 30px;
}
.submit-group .submit {
    font-size: 15px;
    line-height: 20px;

    position: relative;

    display: block;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 20px 10px 80px;

    color: #fff;
    border-radius: 8px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 76, 65, .9)), to(rgba(1, 54, 46, .9))), -webkit-gradient(linear, right top, left top, from(rgba(58, 36, 6, .9)), to(rgba(88, 52, 3, .9)));
    background: -webkit-linear-gradient(right, rgba(0, 76, 65, .9) 0%, rgba(1, 54, 46, .9) 100%), -webkit-linear-gradient(right, rgba(58, 36, 6, .9) 0%, rgba(88, 52, 3, .9) 100%);
    background: linear-gradient(270deg, rgba(0, 76, 65, .9) 0%, rgba(1, 54, 46, .9) 100%), linear-gradient(270deg, rgba(58, 36, 6, .9) 0%, rgba(88, 52, 3, .9) 100%);
}
@media (max-width: 991px) {
    .submit-group .submit {
        padding: 20px 20px 10px 60px;
    }
}
.submit-group .submit:before {
    position: absolute;
    top: 20px;
    left: 15px;

    display: block;

    width: 10px;
    height: 1px;

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

    background-color: rgba(255, 255, 255, .6);
}
.submit-group .submit:after {
    position: absolute;
    top: 14px;
    left: 18px;

    display: block;

    width: 1px;
    height: 15px;

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

    background-color: rgba(255, 255, 255, .6);
}
.submit-group .submit.text-center a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.submit-group .submit:hover:before {
    width: 20px;

    background-color: #fff;
}
.submit-group .submit:hover:after {
    height: 20px;

    background-color: #fff;
}
.wrap-reviews {
    position: relative;

    overflow: hidden;

    background-color: #f2f0e4;
}
.wrap-reviews .slick-reviews {
    margin-top: 30px;
}
.wrap-reviews .slick-arrow {
    background-color: #fff;
}
.wrap-reviews .slick-arrow:hover {
    background-color: #01362e;
}
.wrap-reviews .item {
    padding: 10px 30px;

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

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

    padding: 10px 0;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-reviews .item .title-reviews h4 {
    font-size: 18px;
    font-weight: bold;

    margin: 0;

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

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

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

    margin-right: 4px;

    color: #a41517;
}
.wrap-reviews .item .note {
    padding: 14px 0;
}
.wrap-reviews .write-reviews {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-reviews .write-reviews {
        margin-top: 20px;
    }
}
.wrap-reviews .write-reviews .title-write h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 991px) {
    .wrap-reviews .write-reviews .title-write h3 {
        font-size: 20px;
    }
}
.wrap-reviews .write-reviews .message form ul {
    margin: 0 -10px;
}
.wrap-reviews .write-reviews .message form ul li {
    padding: 0 10px;
}
.wrap-reviews .write-reviews .message form .group {
    position: relative;

    margin-top: 20px;

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

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

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

    border-radius: 10px;
    outline: none;
    background: none;
    background: #fff;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group-read input {
        padding: 10px 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group-read input {
        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group label {
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;

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

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group label {
        left: 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group label {
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input,
.wrap-reviews .write-reviews .message form .group textarea {
    font-size: 14px;
    line-height: 30px;

    position: relative;
    z-index: 2;

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

    border-radius: 0;
    border-radius: 10px;
    outline: 0;
    background: none;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea {
        padding: 10px 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea {
        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input:placeholder-shown+label,
.wrap-reviews .write-reviews .message form .group textarea:placeholder-shown+label {
    top: 0;

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

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

    opacity: .8;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group input:focus+label,
    .wrap-reviews .write-reviews .message form .group textarea:focus+label,
    .wrap-reviews .write-reviews .message form .group input:valid+label,
    .wrap-reviews .write-reviews .message form .group textarea:valid+label {
        left: 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group input:focus+label,
    .wrap-reviews .write-reviews .message form .group textarea:focus+label,
    .wrap-reviews .write-reviews .message form .group input:valid+label,
    .wrap-reviews .write-reviews .message form .group textarea:valid+label {
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group textarea {
    resize: none;
}
.review-box {
    padding-top: 30px;
}
@media (max-width: 1199px) {
    .review-box {
        padding-top: 20px;
    }
}
.review-box p {
    font-size: 17px;

    margin: 0 0 0 20px;

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

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

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

    padding: 0;

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

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

        padding: 0 15px;
    }
}
.review-box .ratingbox .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;

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

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

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

    margin-right: 5px;

    cursor: pointer;

    color: #d62427;

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

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

    fill: none;
    stroke: #d62427;
    stroke-width: 2px;
}
.review-box .ratingbox .rating label:hover svg,
.review-box .ratingbox .rating label:hover~label svg {
    fill: #d62427;
}
.header {
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;

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

    background: #f2f0e4;
}
.header .header-top {
    height: 40px;

    text-align: center;

    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#01362e), to(#004238)), #01362e;
    background: -webkit-linear-gradient(left, #01362e 0%, #004238 100%), #01362e;
    background: linear-gradient(90deg, #01362e 0%, #004238 100%), #01362e;
}
@media (max-width: 1199px) {
    .header .header-top {
        height: 30px;
    }
}
.header .header-top p {
    font-size: 15px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .header .header-top p {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
    }
}
.header .header-middle {
    padding-top: 25px;
}
@media (max-width: 1199px) {
    .header .header-middle {
        padding: 0;
    }
}
@media (max-width: 1199px) {
    .header .header-middle-info {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}
.header .logo {
    display: block;

    height: 60px;
    margin: -10px 0;
}
@media (max-width: 1199px) {
    .header .logo {
        margin: 0;
        padding: 10px 0;
    }
}
.header .logo img {
    position: relative;
    z-index: 6;

    display: block;

    height: 100%;
}
.header .cart {
    font-size: 14px;
    line-height: 42px;

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

    margin-left: 40px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .header .cart {
        margin-left: 10px;
    }
}
.header .cart .iconfont {
    font-size: 26px;

    margin-right: 10px;
}
.header .cart:hover .iconfont {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.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: 42px;

    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;
}
@media (max-width: 767px) {
    .header .language span {
        font-size: 0;

        width: 45px;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.header .language span:after {
    position: absolute;
    z-index: 6;
    z-index: 7;
    bottom: -10px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin: 0 auto;

    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 span .iconfont {
    font-size: 24px;

    margin-right: 8px;

    opacity: .5;
}
@media (max-width: 767px) {
    .header .language span .iconfont {
        margin-right: 0;
    }
}
.header .language span .icon-language-2 {
    opacity: 1;
    color: #01362e;
}
.header .language span .icon-a-xiamian {
    font-size: 14px;

    margin-right: 0;
    margin-left: 10px;

    color: rgba(34, 34, 34, .5);
}
@media (max-width: 767px) {
    .header .language span .icon-a-xiamian {
        display: none;
    }
}
.header .language:hover .icon-language-2 {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.header .language:hover span:after {
    opacity: 1;
}
.header .language .language-down {
    font-size: 0;

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

    display: none;

    width: 500px;
    padding-top: 10px;

    color: #222;
}
@media (max-width: 767px) {
    .header .language .language-down {
        right: -40px;

        width: 300px;
    }
}
.header .language ul {
    padding: 20px;

    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .header .language ul {
        border-radius: 10px;
    }
}
.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 .pc-search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 490px;

    border-radius: 8px;
    background: #ece9d9;
}
.header .pc-search form input {
    line-height: 42px;

    width: 100%;
    padding: 0 18px;

    background: none;
}
.header .pc-search form input::-webkit-input-placeholder,
.header .pc-search form textarea::-webkit-input-placeholder {
    color: #666;
}
.header .pc-search form input:-o-placeholder,
.header .pc-search form textarea:-o-placeholder {
    color: #666;
}
.header .pc-search form input::-moz-placeholder,
.header .pc-search form textarea::-moz-placeholder {
    color: #666;
}
.header .pc-search form input:-ms-input-placeholder,
.header .pc-search form textarea:-ms-input-placeholder {
    color: #666;
}
.header .pc-search form input:focus::-webkit-input-placeholder,
.header .pc-search form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search form input:focus::-o-placeholder,
.header .pc-search form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.header .pc-search form input:focus::-moz-placeholder,
.header .pc-search form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.header .pc-search form input:focus::-ms-input-placeholder,
.header .pc-search form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.header .pc-search form .submit {
    width: 50px;
    height: 42px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: left;
}
.header .pc-search form .submit:hover {
    color: #01362e;
}
.header .serach-part {
    margin-left: 10px;

    cursor: pointer;
}
.header .find {
    line-height: 42px;

    width: 42px;
    height: 42px;

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

    color: #fff;
    border-radius: 50%;
    background: #306b3c;
}
.header .find .iconfont {
    display: block;
}
.header .find:hover {
    background-color: #004c41;
}
.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 .icon {
    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: '\e630';
}
.header .search-wrap .submit:hover {
    color: #fff;
    background-color: #01362e;
}
@media (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
.header .pc-nav>ul {
    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;
}
.header .pc-nav>ul>li {
    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 .pc-nav>ul>li>a {
    font-size: 17px;
    font-weight: 500;

    position: relative;

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

    height: 60px;
    padding: 0 34px;

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -.34px;

    -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) {
    .header .pc-nav>ul>li>a {
        padding: 0 30px;
    }
}
@media (max-width: 1400px) {
    .header .pc-nav>ul>li>a {
        padding: 0 20px;
    }
}
.header .pc-nav>ul>li.more>a:after {
    display: inline-block;

    content: '+';
    vertical-align: middle;
}
.header .pc-nav>ul>li.active>a,
.header .pc-nav>ul>li:hover>a {
    color: #01362e;
}
.header .pc-nav .nav-list2 {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;

    display: none;

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

    text-align: left;

    color: #fff;
    border-radius: 10px;
    background: -webkit-gradient(linear, right top, left top, from(#004c41), to(#01362e)), #000;
    background: -webkit-linear-gradient(right, #004c41 0%, #01362e 100%), #000;
    background: linear-gradient(270deg, #004c41 0%, #01362e 100%), #000;
}
.header .pc-nav .nav-list2>li {
    position: relative;
}
.header .pc-nav .nav-list2>li>a {
    line-height: 24px;

    display: block;

    padding: 10px 24px;

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

    border-radius: 10px;
}
@media (max-width: 1560px) {
    .header .pc-nav .nav-list2>li>a {
        padding: 5px 20px;
    }
}
.header .pc-nav .nav-list2>li:hover>a {
    color: #01362e;
    background-color: #fff;
}
.header .pc-nav .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px;

    color: #fff;
    border-radius: 10px;
    background: -webkit-gradient(linear, right top, left top, from(#004c41), to(#01362e)), #000;
    background: -webkit-linear-gradient(right, #004c41 0%, #01362e 100%), #000;
    background: linear-gradient(270deg, #004c41 0%, #01362e 100%), #000;
}
.header .pc-nav .nav-list3>li>a {
    line-height: 24px;

    display: block;

    padding: 5px 20px;

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

    border-radius: 10px;
}
.header .pc-nav .nav-list3>li:hover>a {
    color: #01362e;
    background-color: #fff;
}
.header .btn-menu {
    position: relative;

    display: none;

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

        margin-left: 10px;

        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: #01362e;
}
.header .btn-menu div span {
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #01362e;
}
.header.stuck {
    top: -40px;
}
@media (max-width: 1199px) {
    .header.stuck {
        top: -30px;
    }
}
.header.stuck .header-middle {
    padding-top: 15px;
}
@media (max-width: 1199px) {
    .header.stuck .header-middle {
        padding-top: 0;
    }
}
.hc-mobile-nav {
    text-transform: capitalize;
}
.hc-mobile-nav .lst-clone {
    display: none;
}
.hc-mobile-nav p {
    margin: 0;
}
.hc-mobile-nav li.nav-close {
    padding-top: 40px;
}
.hc-mobile-nav .nav-list2 li.nav-parent>a {
    padding-right: 44px;
    padding-left: 30px;
}
.hc-mobile-nav .nav-list3 li a {
    padding-left: 40px;
}
.hc-mobile-nav ul {
    text-indent: 0 !important;
}
.hc-mobile-nav .nav-wrapper {
    color: #333;
    background-color: #fff;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: #eee;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
    border-color: #222;
}
.hc-mobile-nav:not(.touch-device) a:hover {
    background-color: #eee;
}
.online-wrap {
    position: fixed;
    z-index: 9;
    right: 10px;
    bottom: 10%;
}
@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 #01362e;
    border-radius: 0;
    border-radius: 50%;
    outline: none;
    background-color: #01362e;
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;

    display: inline-block;

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

    display: none;

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

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

    padding: 20px 0;

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

    position: relative;

    display: block;

    width: 55px;
    height: 55px;
    margin: 7px 0;
    padding: 0;

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

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

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.online-wrap .online a .iconfont {
    font-size: 30px;
}
.online-wrap .online a:hover {
    color: #fff;
    background-color: #000;
}
@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;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.online-wrap .online .codenum .open-num p {
    line-height: 55px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    border-radius: 100px;
    background: #01362e;
}
@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: 5px;
    right: 10px;

    width: 18px;
    height: 18px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #01362e;
}
.online-wrap .backtop {
    position: relative;
}
.online-wrap .backtop:before {
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 20px;
    height: 1px;

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

    background-color: rgba(0, 51, 24, .2);
}
.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: #01362e;
    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: #01362e;
}
.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%;
    padding-top: 167px;

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

    width: 100%;
}
.banner .img-box {
    padding-bottom: 43.22916667%;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .swiper-pagination {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    left: 50%;

    width: auto;

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

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

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

    opacity: 1;
    border: 1px solid transparent;
    border-radius: 50%;
    background: none;
}
.banner .swiper-pagination .swiper-pagination-bullet:before {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 7px;
    height: 7px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .6);
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    border-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active:before {
    width: 3px;
    height: 3px;
}
.banner .slick-arrow {
    top: -webkit-calc(50% + 80px);
    top: calc(50% + 80px);

    width: auto;

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

    opacity: .5;
    color: #fff;
    border: none;
    background: none;
}
@media (max-width: 1199px) {
    .banner .slick-arrow {
        top: -webkit-calc(50% + 45px);
        top: calc(50% + 45px);
    }
}
.banner .slick-arrow:before {
    font-size: 40px;
}
.banner .slick-arrow:hover {
    color: #004c41;
    background: none;
}
.banner .slick-prev {
    left: 4%;
}
@media (max-width: 991px) {
    .banner .slick-prev {
        left: 0;
    }
}
.banner .slick-next {
    right: 4%;
}
@media (max-width: 991px) {
    .banner .slick-next {
        right: 0;
    }
}
.banner .item {
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 767px) {
    .banner .item {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.banner-video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    display: block;

    padding-bottom: 43.22916667%;

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

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

    content: '';

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

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

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

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner-in {
    position: relative;

    overflow: hidden;

    padding-top: 167px;
}
@media (max-width: 1199px) {
    .banner-in {
        padding-top: 90px;
    }
}
.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-location {
    position: absolute;
    z-index: 6;
    top: -webkit-calc(50% + 65px);
    top: calc(50% + 65px);
    left: 50%;

    width: 100%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-in .banner-location {
        top: -webkit-calc(50% + 45px);
        top: calc(50% + 45px);
    }
}
.banner-in .banner-location h2 {
    font-size: 48px;
    line-height: 1.3;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .banner-in .banner-location h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner-in .banner-location h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-in .banner-location h2 {
        font-size: 20px;

        margin: 0;
    }
}
.banner-in .banner-location .location ul {
    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-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: 991px) {
    .banner-in .banner-location .location ul {
        font-size: 14px;
    }
}
.banner-in .banner-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;
}
.banner-in .banner-location .location ul li:after {
    margin: 0 6px;

    content: '>';
}
.banner-in .banner-location .location ul li:last-child:after {
    display: none;
}
.banner-in .banner-location .location a {
    font-size: 16px;
    line-height: 26px;

    display: block;

    text-transform: capitalize;
}
.banner-in .banner-location .location a:hover {
    text-decoration: underline;
}
@-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: 100px 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);
    }
}
.title h2 {
    font-family: 'TikTok Sans', Arial;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.33333333;

    letter-spacing: -3.68px;

    color: #01362e;
}
@media (max-width: 1560px) {
    .title h2 {
        font-size: 50px;
    }
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 46px;

        letter-spacing: -2.68px;
    }
}
@media (max-width: 1400px) {
    .title h2 {
        font-size: 40px;

        letter-spacing: -1.68px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 36px;

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

        letter-spacing: 0;
    }
}
.title h2 span {
    display: inline-block;

    background-image: -webkit-gradient(linear, left top, right top, from(#004c41), to(#01362e));
    background-image: -webkit-linear-gradient(left, #004c41, #01362e);
    background-image: linear-gradient(90deg, #004c41, #01362e);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.title h2.fz50 {
    font-size: 50px;
}
@media (max-width: 1560px) {
    .title h2.fz50 {
        font-size: 46px;
    }
}
@media (max-width: 1400px) {
    .title h2.fz50 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title h2.fz50 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .title h2.fz50 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title h2.fz50 {
        font-size: 24px;
    }
}
.title h2.fz45 {
    font-size: 45px;
}
@media (max-width: 1560px) {
    .title h2.fz45 {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .title h2.fz45 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .title h2.fz45 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title h2.fz45 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .title h2.fz45 {
        font-size: 22px;
    }
}
.title h2.fz42 {
    font-size: 42px;
}
@media (max-width: 1560px) {
    .title h2.fz42 {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .title h2.fz42 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .title h2.fz42 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title h2.fz42 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .title h2.fz42 {
        font-size: 22px;
    }
}
.title .editor-content {
    max-width: 1000px;
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .title .editor-content {
        margin-top: 10px;
    }
}
.title.text-center .editor-content {
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .title.text-center .editor-content {
        margin-top: 10px;
    }
}
.common-more a {
    font-size: 15px;
    line-height: 20px;

    position: relative;

    display: block;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 20px 10px 80px;

    color: #fff;
    border-radius: 8px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 76, 65, .9)), to(rgba(1, 54, 46, .9))), -webkit-gradient(linear, right top, left top, from(rgba(58, 36, 6, .9)), to(rgba(88, 52, 3, .9)));
    background: -webkit-linear-gradient(right, rgba(0, 76, 65, .9) 0%, rgba(1, 54, 46, .9) 100%), -webkit-linear-gradient(right, rgba(58, 36, 6, .9) 0%, rgba(88, 52, 3, .9) 100%);
    background: linear-gradient(270deg, rgba(0, 76, 65, .9) 0%, rgba(1, 54, 46, .9) 100%), linear-gradient(270deg, rgba(58, 36, 6, .9) 0%, rgba(88, 52, 3, .9) 100%);
}
@media (max-width: 991px) {
    .common-more a {
        padding: 20px 20px 10px 60px;
    }
}
.common-more a:before {
    position: absolute;
    top: 20px;
    left: 15px;

    display: block;

    width: 10px;
    height: 1px;

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

    background-color: rgba(255, 255, 255, .6);
}
.common-more a:after {
    position: absolute;
    top: 14px;
    left: 18px;

    display: block;

    width: 1px;
    height: 15px;

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

    background-color: rgba(255, 255, 255, .6);
}
.common-more a.text-center a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.common-more a:hover:before {
    width: 20px;

    background-color: #fff;
}
.common-more a:hover:after {
    height: 20px;

    background-color: #fff;
}
.box-number .number {
    padding: 30px 0;

    border-bottom: 1px solid #ddd;
}
.box-number .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: 991px) {
    .box-number .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;
    }
}
.box-number .number ul li {
    margin: 20px 0;
    padding: 0 15px;
}
@media (max-width: 991px) {
    .box-number .number ul li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .box-number .number ul li {
        width: 50%;
        margin: 10px 0;
    }
    .box-number .number ul li:nth-child(1) {
        width: 100%;
    }
}
.box-number .number .item {
    position: relative;
}
.box-number .number .item:after {
    position: absolute;
    bottom: -50px;

    display: block;

    width: 0;
    height: 3px;

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

    background: #78b99b;
}
.box-number .number .item .stats-num {
    font-family: 'Outfit';
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1199px) {
    .box-number .number .item .stats-num {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .box-number .number .item .stats-num {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .box-number .number .item .stats-num {
        font-size: 30px;
    }
}
.box-number .number .item .stats-num sup {
    font-size: 20px;

    top: 14px;

    vertical-align: top;
}
.box-number .number .item .stats-text {
    margin-top: 10px;
}
.box-number .number .item .stats-text p {
    margin: 0;

    color: #444;
}
@media (min-width: 1200px) {
    .box-number .number .item:hover:after {
        width: 50px;
    }
    .box-number .number .item:hover .stats-num {
        color: #01362e;
    }
}
.box-category .item {
    position: relative;

    overflow: hidden;

    height: 100%;

    border-radius: 10px;
}
.box-category .item .pic {
    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;

    border-radius: 10px;
}
.box-category .item .pic img {
    width: 100%;
    height: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;

    object-fit: cover;
}
.box-category .item .text {
    position: absolute;
    z-index: 6;
    top: 50px;
    left: 0;

    padding: 0 50px;
}
@media (max-width: 1560px) {
    .box-category .item .text {
        top: 30px;

        padding: 0 30px;
    }
}
@media (max-width: 1199px) {
    .box-category .item .text {
        top: 15px;

        padding: 0 15px;
    }
}
.box-category .item .title-product {
    font-family: 'TikTok Sans';
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;

    color: #01362e;
}
@media (max-width: 1199px) {
    .box-category .item .title-product {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    .box-category .item:hover .pic img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.box-category .category {
    margin: 0 -15px;
}
@media (max-width: 991px) {
    .box-category .category {
        margin: 0 -5px;
    }
}
.box-category .category-left {
    width: 30.7%;
    padding: 0 15px;
}
@media (max-width: 991px) {
    .box-category .category-left {
        padding: 0 5px;
    }
}
@media (max-width: 767px) {
    .box-category .category-left {
        width: 100%;
    }
}
.box-category .category-left .item .title-product {
    color: #fff;
}
.box-category .category-right {
    width: 69.3%;
}
@media (max-width: 767px) {
    .box-category .category-right {
        width: 100%;
    }
}
.box-category .category-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-category .category-right ul li {
    width: 50%;
    padding: 0 15px;
}
@media (max-width: 991px) {
    .box-category .category-right ul li {
        padding: 0 5px;
    }
}
@media (max-width: 767px) {
    .box-category .category-right ul li {
        width: 100%;
        margin-top: 10px;
    }
}
.box-category .category-right ul li:nth-child(3) {
    width: 100%;
}
.box-category .category-right ul li:nth-child(1) .item {
    position: relative;
}
.box-category .category-right ul li:nth-child(1) .item .text {
    z-index: 6;
    top: 0;
    left: 0;

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

    width: 55%;
    height: 100%;
    padding: 0;
    padding: 50px 0 50px 50px;

    -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-category .category-right ul li:nth-child(1) .item .text {
        padding: 30px 0 30px 30px;
    }
}
@media (max-width: 1199px) {
    .box-category .category-right ul li:nth-child(1) .item .text {
        width: 60%;
        padding: 15px;
    }
}
.box-category .category-right ul li:nth-child(1) .item .title-product {
    color: #fff;
}
.box-category .category-right ul li:nth-child(1) .item .note p {
    color: #fff;
}
@media (max-width: 991px) {
    .box-category .category-right ul li:nth-child(1) .item .note p {
        font-size: 14px;
        line-height: 1.2;
    }
}
.box-category .category-right ul li:nth-child(3) {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .box-category .category-right ul li:nth-child(3) {
        margin-top: 10px;
    }
}
.common-product-item {
    display: block;

    text-align: center;
}
.common-product-item .pic-box {
    position: relative;

    overflow: hidden;

    border-radius: 15px;
    background: #f9f9f9;
}
.common-product-item .pic-box .img-box {
    mix-blend-mode: multiply;
}
.common-product-item .addcart {
    font-size: 20px;
    line-height: 40px;

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

    display: block;

    width: 40px;
    height: 40px;

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

    opacity: 0;
    color: #fff;
    border-radius: 10px;
    background-color: #01362e;
}
@media (max-width: 1199px) {
    .common-product-item .addcart {
        top: 20px;
        right: 20px;

        opacity: 1;
    }
}
@media (max-width: 991px) {
    .common-product-item .addcart {
        font-size: 16px;
        line-height: 30px;

        top: 10px;
        right: 10px;

        width: 30px;
        height: 30px;
    }
}
.common-product-item .img-box {
    padding-bottom: 70.96774194%;

    border-radius: 20px;
}
.common-product-item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-product-item .title-product {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 20px 0 0 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -.36px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .common-product-item .title-product {
        font-size: 16px;

        margin-top: 10px;
    }
}
@media (min-width: 1200px) {
    .common-product-item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-product-item:hover .addcart {
        opacity: 1;
    }
    .common-product-item:hover .title-product {
        color: #01362e;
    }
}
.common-product-item-other {
    border-radius: 15px;
    background: #f9f9f9;
}
.common-product-item-other .text {
    padding: 20px 30px;

    text-align: left;
}
@media (max-width: 767px) {
    .common-product-item-other .text {
        padding: 20px 15px;
    }
}
.common-product-item-other .text .title-product {
    margin: 0;
}
.common-product-item-other .text .note {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .common-product-item-other .text .note {
        max-height: 48px;
    }
}
.box-product .slick-list {
    overflow: visible;
}
@-webkit-keyframes playroate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes playroate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.common-play {
    font-size: 20px;
    line-height: 50px;

    width: 50px;
    height: 50px;

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

    color: #fff;
    border-radius: 8px;
    background: -webkit-gradient(linear, right top, left top, from(#004c41), to(#01362e)), -webkit-gradient(linear, right top, left top, from(#583403), to(#583403)), #222;
    background: -webkit-linear-gradient(right, #004c41 0%, #01362e 100%), -webkit-linear-gradient(right, #583403 0%, #583403 100%), #222;
    background: linear-gradient(270deg, #004c41 0%, #01362e 100%), linear-gradient(270deg, #583403 0%, #583403 100%), #222;
}
.common-play:hover {
    line-height: 60px;

    width: 60px;
    height: 60px;
}
.box-oem {
    color: #fff;
}
.box-oem .common-play {
    margin-right: 10px;
}
.box-oem .text {
    width: 50%;
    padding-right: 5%;
}
@media (max-width: 991px) {
    .box-oem .text {
        width: 100%;
        padding-right: 0;
    }
}
.box-oem .title .subtitle {
    font-size: 17px;
    line-height: 1.76470588;

    letter-spacing: -.51px;
}
.box-oem .title h2 {
    margin-top: 20px;
}
.box-oem .title h2 span {
    display: block;

    color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#01362e));
    background: -webkit-linear-gradient(left, #fff, #01362e);
    background: linear-gradient(90deg, #fff, #01362e);
    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}
.box-oem .link {
    margin-top: 70px;
}
@media (max-width: 1560px) {
    .box-oem .link {
        margin-top: 50px;
    }
}
@media (max-width: 1199px) {
    .box-oem .link {
        margin-top: 30px;
    }
}
.box-oem .oem-listbox {
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 60px;

    border-top: 1px solid rgba(255, 255, 255, .1);
}
@media (max-width: 1560px) {
    .box-oem .oem-listbox {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .box-oem .oem-listbox {
        margin-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .box-oem .oem-listbox {
        margin-top: 20px;
        padding-bottom: 20px;
    }
}
.box-oem .oem-listbox>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .box-oem .oem-listbox>ul>li {
        margin-top: 20px;
    }
}
.box-oem .oem-listbox .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.box-oem .oem-listbox .item .icon {
    font-size: 24px;
    line-height: 28px;

    margin-right: 20px;

    color: #2c8678;
}
@media (max-width: 767px) {
    .box-oem .oem-listbox .item .icon {
        line-height: 24px;
    }
}
.box-oem .oem-listbox .item .note p {
    color: #fff;
}
.box-oem .pic {
    position: relative;

    overflow: hidden;

    width: 50%;

    border-radius: 10px 10px 0 0;
}
@media (max-width: 991px) {
    .box-oem .pic {
        width: 100%;
        margin-top: 30px;
    }
}
.box-oem .pic img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}
.box-oem .pic .title-oem {
    font-size: 24px;
    font-weight: 600;

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

    letter-spacing: -.72px;

    color: #fff;
}
@media (max-width: 1199px) {
    .box-oem .pic .title-oem {
        font-size: 20px;

        bottom: 30px;
        left: 30px;
    }
}
@media (max-width: 767px) {
    .box-oem .pic .title-oem {
        font-size: 18px;

        bottom: 15px;
        left: 15px;
    }
}
.box-needs {
    background: #f2f0e4;
}
.box-needs .title {
    position: relative;
    z-index: 7;

    max-width: 1000px;
    margin: 0 auto;
}
.box-needs .title .editor-content {
    max-width: 700px;
    margin-top: 30px;
}
.box-needs .needs {
    position: relative;
    z-index: 6;

    max-width: 1300px;
    margin: 0 auto;
    margin-top: 70px;
}
@media (max-width: 1560px) {
    .box-needs .needs {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .box-needs .needs {
        margin-top: 30px;
    }
}
.box-needs .needs:before {
    position: absolute;
    top: -70px;
    left: 50%;

    display: block;

    width: 472px;
    height: 389px;

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

    opacity: .2;
    border-radius: 472px;
    background: #01362e;

    -webkit-filter: blur(150px);
    filter: blur(150px);
}
.box-needs .needs .slick-list {
    overflow: visible;
}
.box-needs .needs .item .img-box {
    padding-bottom: 40.76923077%;

    border-radius: 10px;
}
.box-news {
    position: relative;

    background: #f2f0e4;
}
.box-news:before {
    position: absolute;
    z-index: 2;
    bottom: -40%;
    left: -30%;

    display: block;

    width: 472px;
    height: 389px;

    content: '';

    opacity: .15;
    border-radius: 472px;
    background: #d4d29e;

    -webkit-filter: blur(150px);
    filter: blur(150px);
}
.box-news .news-left {
    width: 52%;
    padding-right: 8%;
}
@media (max-width: 1199px) {
    .box-news .news-left {
        width: 100%;
        padding-right: 0;
    }
}
.box-news .news-right {
    width: 48%;
}
@media (max-width: 1199px) {
    .box-news .news-right {
        width: 100%;
    }
}
.box-news .title .editor-content {
    max-width: 470px;
}
.box-news .news-list {
    margin-top: 30px;
}
.box-news .news-list .item {
    border-bottom: 1px solid #ddd;
}
.box-news .news-list .item .pic {
    position: relative;

    padding: 40px 0 40px 0;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .box-news .news-list .item .pic {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row-reverse;

        padding: 20px 0;

        -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;
    }
}
.box-news .news-list .item .pic-box {
    position: absolute;
    top: 40px;
    right: 0;

    overflow: hidden;

    width: 250px;

    opacity: 0;
    border-radius: 10px;
}
@media (max-width: 1199px) {
    .box-news .news-list .item .pic-box {
        position: relative;
        top: 0;

        opacity: 1;
    }
}
@media (max-width: 767px) {
    .box-news .news-list .item .pic-box {
        width: 100%;
    }
}
.box-news .news-list .item .img-box {
    padding-bottom: 56.09756098%;
}
@media (max-width: 1199px) {
    .box-news .news-list .item .text {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
        padding-right: 5%;
    }
}
@media (max-width: 767px) {
    .box-news .news-list .item .text {
        width: 100%;
        margin-top: 20px;
        padding-right: 0;
    }
}
.box-news .news-list .item .title-news {
    font-size: 20px;
    font-weight: 500px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 96px;

    letter-spacing: -.5px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px) {
    .box-news .news-list .item .title-news {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .box-news .news-list .item .title-news {
        line-height: 24px;

        max-height: 72px;
    }
}
.box-news .news-list .item .date {
    font-weight: 500;
    line-height: 24px;

    margin-top: 20px;

    letter-spacing: -.32px;

    color: #999;
}
@media (min-width: 1200px) {
    .box-news .news-list .item:hover .pic {
        min-height: 220px;
        padding-right: -webkit-calc(250px + 8%);
        padding-right: calc(250px + 8%);
    }
    .box-news .news-list .item:hover .pic-box {
        -webkit-animation: fadeIn 1s 0s ease both;
        animation: fadeIn 1s 0s ease both;

        opacity: 1;
    }
}
.footer {
    overflow: hidden;

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

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer a:hover {
    color: #fff;
}
.footer a:hover span {
    background-size: 100% 1px;
}
.footer .foot {
    padding: 120px 0;
}
@media (max-width: 1560px) {
    .footer .foot {
        padding: 100px 0;
    }
}
@media (max-width: 1400px) {
    .footer .foot {
        padding: 80px 0;
    }
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    .footer .foot {
        padding: 30px 0;
    }
}
.footer .foot-company {
    max-width: 640px;
}
@media (max-width: 1690px) {
    .footer .foot-company {
        max-width: 600px;
    }
}
@media (max-width: 1560px) {
    .footer .foot-company {
        max-width: 540px;
    }
}
@media (max-width: 1400px) {
    .footer .foot-company {
        max-width: 400px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-company {
        max-width: 340px;
    }
}
@media (max-width: 767px) {
    .footer .foot-company {
        width: 100%;
    }
}
.footer .foot-company .foot-info p {
    color: #fff;
}
@media (max-width: 767px) {
    .footer .foot-nav {
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

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

    display: block;

    padding: 10px 0;

    color: rgba(255, 255, 255, .4);
}
@media (max-width: 1560px) {
    .footer .foot-nav .foot-info>ul>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-nav .foot-info>ul>li>a {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .footer .foot-nav .foot-info>ul>li>a {
        font-size: 16px;

        padding: 5px 0;
    }
}
.footer .foot-nav .foot-info>ul>li>a:hover {
    color: #fff;
}
.footer .foot-text {
    max-width: 470px;
}
@media (max-width: 1400px) {
    .footer .foot-text {
        max-width: 400px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-text {
        max-width: 300px;
    }
}
@media (max-width: 991px) {
    .footer .foot-text {
        max-width: 100%;
        margin-top: 20px;
    }
}
.footer .foot-text .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;
}
@media (max-width: 1400px) {
    .footer .foot-text .item {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-text .item {
        margin-top: 20px;
    }
}
.footer .foot-text .item:nth-child(1) {
    margin-top: 0;
}
.footer .foot-text .item .icon {
    font-size: 18px;
    line-height: 40px;

    width: 40px;
    height: 40px;
    margin-right: 30px;

    text-align: center;

    border: 1px dashed rgba(81, 113, 109, .8);
    border-radius: 50%;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1400px) {
    .footer .foot-text .item .icon {
        margin-right: 20px;
    }
}
.footer .foot-text .item p {
    font-size: 18px;
    line-height: 30px;

    margin: 0;
    padding: 5px 0;
}
@media (max-width: 991px) {
    .footer .foot-text .item p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .footer .foot-text .item p {
        line-height: 24px;
    }
}
.footer .foot-text .item p a {
    margin-right: 20px;
}
@media (max-width: 767px) {
    .footer .foot-text .item p a {
        margin-right: 10px;
    }
}
.footer .bigtxt {
    font-family: 'TikTok Sans';
    font-size: 260px;
    line-height: 1.2;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 2vw;

    letter-spacing: -.5vw;

    color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#033f36));
    background: -webkit-linear-gradient(left, #fff, #033f36);
    background: linear-gradient(90deg, #fff, #033f36);
    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1560px) {
    .footer .bigtxt {
        font-size: 220px;
    }
}
@media (max-width: 1400px) {
    .footer .bigtxt {
        font-size: 200px;
    }
}
@media (max-width: 1199px) {
    .footer .bigtxt {
        font-size: 10vw;
    }
}
.footer .bigtxt span {
    font-size: 150px;
}
@media (max-width: 1560px) {
    .footer .bigtxt span {
        font-size: 130px;
    }
}
@media (max-width: 1400px) {
    .footer .bigtxt span {
        font-size: 100px;
    }
}
@media (max-width: 1199px) {
    .footer .bigtxt span {
        font-size: 6vw;
    }
}
.footer .copyright {
    font-size: 17px;
    line-height: 1.875;

    padding: 30px 0;

    color: rgba(255, 255, 255, .4);
}
@media (max-width: 1199px) {
    .footer .copyright {
        font-size: 16px;

        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .footer .copyright {
        font-size: 14px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .copyright .link a {
    margin-right: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrapper {
    background: url(../images/product_bg.jpg) no-repeat top center;
    background-size: 100% auto;
}
.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;
    }
}
.wrap.pt-50 {
    padding-top: 50px;
}
@media (max-width: 1199px) {
    .wrap.pt-50 {
        padding-top: 30px;
    }
}
.wrap-right {
    padding-left: 3%;
}
@media (max-width: 1199px) {
    .wrap-right {
        padding-left: 15px;
    }
}
.pt-60 {
    padding-top: 60px;
}
@media (max-width: 1199px) {
    .pt-60 {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .pt-60 {
        padding-top: 40px;
    }
}
.title-in h2 {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.2;

    text-transform: uppercase;

    color: #004c41;
}
@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: #01362e;
}
.title-in p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 5px 0 0 0;

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

    position: relative;
    z-index: 9;

    padding: 20px 0;
}
@media (max-width: 1199px) {
    .wrap-location {
        font-size: 16px;

        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .wrap-location {
        font-size: 14px;

        padding: 10px 0;
    }
}
.wrap-location .location {
    line-height: 30px;

    position: relative;
}
.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 {
    font-size: 18px;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -.36px;
}
@media (max-width: 991px) {
    .wrap-location .location>ul>li>a {
        font-size: 16px;
    }
}
.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(#01362e), to(#01362e));
    background-image: -webkit-linear-gradient(left, #01362e 0%, #01362e 100%);
    background-image: linear-gradient(to right, #01362e 0%, #01362e 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-location .location>ul>li>a:hover span {
    background-size: 100% 1px;
}
.wrap-location.text-center {
    padding: 20px 0 10px;
}
.wrap-location.text-center .location>ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.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: #01362e;
    background-color: #01362e;
}
.wrap-sidenav {
    position: relative;
}
@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}
.wrap-sidenav .title-sidenav {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;

    position: relative;
    z-index: 6;

    color: #01362e;
}
.wrap-sidenav .sidenav {
    position: relative;
    z-index: 6;

    padding: 40px;

    color: #fff;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#01362e), to(#004238)), #25755c;
    background: -webkit-linear-gradient(left, #01362e 0%, #004238 100%), #25755c;
    background: linear-gradient(90deg, #01362e 0%, #004238 100%), #25755c;
}
@media (max-width: 1400px) {
    .wrap-sidenav .sidenav {
        padding: 30px 15px;
    }
}
.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    overflow: hidden;

    border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;

    position: relative;

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

    padding: 15px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -.6px;

    -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-size: 18px;

    margin-left: 10px;

    content: '+';

    opacity: 0;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap-sidenav .sidenav .slevel-1>li.more>a:after {
    opacity: 1;
}
.wrap-sidenav .sidenav .slevel-1>li:last-child {
    border-bottom: none;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:after,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:after {
    content: '-';
}
.wrap-sidenav .sidenav .slevel-1>li.active .slevel-2 {
    display: block;
}
.wrap-sidenav .sidenav .slevel-2 {
    display: none;

    padding: 0 0 20px 0;
}
.wrap-sidenav .sidenav .slevel-2>li {
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    line-height: 20px;

    position: relative;

    display: block;

    padding: 4px 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -.48px;
}
.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(#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-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: 0 0 20px 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;

    color: #fff;
    border-radius: 5px;
    background-color: #004c41;

    -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;
    border-color: #01362e;
    background-color: #01362e;
}
.wrap-about {
    position: relative;
    z-index: 6;
}
@media (min-width: 1200px) {
    .wrap-about {
        overflow: visible;
    }
}
.wrap-about .video {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 167px;

    overflow: hidden;

    width: 40%;
    height: 100%;

    border-radius: 10px;
}
@media (max-width: 1199px) {
    .wrap-about .video {
        top: 0;
    }
}
@media (max-width: 991px) {
    .wrap-about .video {
        width: 100%;
    }
}
.wrap-about .video img {
    width: 100%;
}
.wrap-about .video .common-play {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.wrap-about .text {
    width: 60%;
    padding-top: 40px;
    padding-left: 5%;
}
@media (max-width: 1560px) {
    .wrap-about .text {
        padding-top: 0;
    }
}
@media (max-width: 991px) {
    .wrap-about .text {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
}
.wrap-about .text .note p {
    color: #222;
}
@media (min-width: 1200px) {
    .wrap-about .text .note p {
        font-size: 17px;
        line-height: 1.64705882;
    }
}
.wrap-manufacturer {
    background: #f2f0e4;
}
.wrap-manufacturer .title {
    position: relative;
    z-index: 7;

    max-width: 1000px;
    margin: 0 auto;
}
.wrap-manufacturer .title .editor-content {
    max-width: 700px;
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-manufacturer .title .editor-content {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-manufacturer .title .editor-content {
        margin-top: 10px;
    }
}
@media (min-width: 1200px) {
    .wrap-manufacturer .manufacturer {
        width: 110%;
        margin-left: -5%;
    }
}
.wrap-manufacturer .manufacturer .item {
    cursor: pointer;
    text-align: center;
}
.wrap-manufacturer .manufacturer .item .pic {
    overflow: hidden;

    border-radius: 10px;
}
.wrap-manufacturer .manufacturer .item .img-box {
    padding-bottom: 64.28571429%;
}
.wrap-manufacturer .manufacturer .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-manufacturer .manufacturer .item .title-item {
    font-size: 18px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -.54px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-manufacturer .manufacturer .item .title-item {
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .wrap-manufacturer .manufacturer .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-manufacturer .manufacturer .item:hover .title-item {
        color: #01362e;
    }
}
.wrap-contact {
    position: relative;
}
.wrap-contact .wrap-location {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;

    width: 100%;
}
.wrap-contact .contact {
    position: relative;
    z-index: 6;

    overflow: visible;

    width: 50%;
    padding: 120px 5% 120px var(--pad);
}
@media (max-width: 1199px) {
    .wrap-contact .contact {
        padding-right: 5%;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact {
        width: 100%;
        padding: 100px var(--pad) 60px;
    }
}
.wrap-contact .contact .text {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text {
        margin-top: 10px;
    }
}
.wrap-contact .contact .text ul li {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrap-contact .contact .text ul li {
        margin-top: 20px;
    }
}
.wrap-contact .contact .text ul li:nth-child(2n) .item .icon {
    color: #01362e;
    background: #f2f0e4;
}
.wrap-contact .contact .text ul li:nth-child(2n) .item .icon:before,
.wrap-contact .contact .text ul li:nth-child(2n) .item .icon:after {
    background-color: rgba(1, 54, 46, .6);
}
.wrap-contact .contact .text ul li:last-child .item .txt {
    border-bottom: none;
}
.wrap-contact .contact .text .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    .wrap-contact .contact .text .item {
        padding: 10px 0;
    }
}
.wrap-contact .contact .text .item .icon {
    font-size: 20px;
    line-height: 20px;

    position: relative;

    display: block;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-right: 48px;
    padding: 24px 20px 13px 80px;

    color: #fff;
    border-radius: 8px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 76, 65, .9)), to(rgba(1, 54, 46, .9))), -webkit-gradient(linear, right top, left top, from(rgba(58, 36, 6, .9)), to(rgba(88, 52, 3, .9)));
    background: -webkit-linear-gradient(right, rgba(0, 76, 65, .9) 0%, rgba(1, 54, 46, .9) 100%), -webkit-linear-gradient(right, rgba(58, 36, 6, .9) 0%, rgba(88, 52, 3, .9) 100%);
    background: linear-gradient(270deg, rgba(0, 76, 65, .9) 0%, rgba(1, 54, 46, .9) 100%), linear-gradient(270deg, rgba(58, 36, 6, .9) 0%, rgba(88, 52, 3, .9) 100%);

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1560px) {
    .wrap-contact .contact .text .item .icon {
        margin-right: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact .text .item .icon {
        padding: 20px 20px 10px 60px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .item .icon {
        margin-right: 20px;
        padding-right: 10px;
        padding-left: 40px;
    }
}
.wrap-contact .contact .text .item .icon:before {
    position: absolute;
    top: 20px;
    left: 15px;

    display: block;

    width: 10px;
    height: 1px;

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

    background-color: rgba(255, 255, 255, .6);
}
.wrap-contact .contact .text .item .icon:after {
    position: absolute;
    top: 14px;
    left: 18px;

    display: block;

    width: 1px;
    height: 15px;

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

    background-color: rgba(255, 255, 255, .6);
}
.wrap-contact .contact .text .item .txt {
    width: 100%;
    padding-bottom: 30px;

    border-bottom: 1px solid #ddd;
}
.wrap-contact .contact .text .item b {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33333333;

    color: #01362e;
}
.wrap-contact .contact .text .item p {
    line-height: 1.6;

    margin: 10px 0 0 0;

    letter-spacing: -.48px;
}
.wrap-contact .contact .text .item p a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-contact .contact .text .item p a:hover {
    color: #01362e;
}
.wrap-contact .contact .text .item:hover .icon:before {
    width: 20px;

    background-color: #fff;
}
.wrap-contact .contact .text .item:hover .icon:after {
    height: 20px;

    background-color: #fff;
}
.wrap-contact .message {
    width: 50%;
    padding: 120px var(--pad) 120px 5%;

    background: #f2f0e4;
}
@media (max-width: 991px) {
    .wrap-contact .message {
        width: 100%;
        padding: 60px var(--pad);
    }
}
.wrap-contact .message .title .editor-content p {
    font-size: 20px;
}
@media (max-width: 1560px) {
    .wrap-contact .message .title .editor-content p {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .message .title .editor-content p {
        font-size: 16px;
    }
}
.wrap-product {
    padding-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-product {
        padding-top: 30px;
    }
}
.wrap-product .product {
    padding: 0 6px;
}
.wrap-product .product>ul {
    margin: 0 -20px;
}
.wrap-product .product>ul>li {
    margin-top: 40px;
    padding: 0 20px;
}
@media (max-width: 1199px) {
    .wrap-product .product>ul>li {
        margin-top: 20px;
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product>ul>li {
        margin-top: 15px;
    }
}
#productcontent {
    position: relative;
    top: -120px;
}
@media (max-width: 1199px) {
    #productcontent {
        top: -80px;
    }
}
.wrap-choose {
    background: #f2f0e4;
}
.wrap-choose .choose-left {
    width: 40%;
}
@media (max-width: 991px) {
    .wrap-choose .choose-left {
        width: 100%;
    }
}
.wrap-choose .title .editor-content {
    max-width: 464px;
}
.wrap-choose .choose-right {
    width: 60%;
    margin-top: 60px;
    padding-left: 8%;
}
@media (max-width: 991px) {
    .wrap-choose .choose-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-choose .choose-right .item {
    position: relative;
    cursor: pointer;
    margin-top: 34px;
    padding-left: 64px;
}
@media (max-width: 1199px) {
    .wrap-choose .choose-right .item {
        padding-left: 50px;
    }
}
.wrap-choose .choose-right .item:before {
    font-family: 'iconfont' !important;
    font-size: 34px;
    line-height: 1;

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

    content: '\e677';

    color: #01362e;
}
.wrap-choose .choose-right .item .title-choose {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    padding-top: 2px;
    display: flex;
    justify-content: space-between;
    letter-spacing: -.4px;
}
.wrap-choose .choose-right .item .title-choose:after {
    content: '+';
}
@media (max-width: 1560px) {
    .wrap-choose .choose-right .item .title-choose {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .wrap-choose .choose-right .item .title-choose {
        font-size: 16px;
    }
}
.wrap-choose .choose-right .current .item .title-choose:after {
    content: '-';
}
.wrap-choose .choose-right .item .note {
    margin-top: 10px;
    padding-bottom: 30px;

    border-bottom: 1px solid #ddd;
    display: none;
}
@media (max-width: 1199px) {
    .wrap-choose .choose-right .item .note {
        padding-bottom: 20px;
    }
}
.wrap-choose .choose-right .item .note p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;

    letter-spacing: -.4px;
}
@media (max-width: 1560px) {
    .wrap-choose .choose-right .item .note p {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .wrap-choose .choose-right .item .note p {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-product-show {
    padding-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-product-show {
        padding-top: 30px;
    }
}
.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-wrap .carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-product-show .carousel-wrap .img-box {
    padding-bottom: 71.42857143%;
}
.wrap-product-show .carousel-wrap .item-video {
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .item {
    overflow: hidden;

    border-radius: 10px;
    background: #f9f9f9;
}
.wrap-product-show .carousel-wrap .item .img-box {
    mix-blend-mode: multiply;
}
.wrap-product-show .carousel-wrap .slider-for {
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 80%;

    border-radius: 20px;
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .slider-for {
        width: 100%;

        border-radius: 10px;
    }
}
.wrap-product-show .carousel-wrap .zoom {
    position: relative;

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

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

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .slick-arrow {
        bottom: 20px;
        left: 20px;
    }
}
.wrap-product-show .carousel-wrap .slick-arrow.slick-next {
    left: 90px;
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .slick-arrow.slick-next {
        left: 70px;
    }
}
.wrap-product-show .slider-nav {
    font-size: 0;

    width: 20%;
    padding-left: 21px;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav {
        width: 100%;
        margin-top: 10px;
        padding-left: 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 0;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-slide {
        padding: 0 3px;
    }
}
.wrap-product-show .slider-nav .item {
    position: relative;

    cursor: pointer;
}
.wrap-product-show .slider-nav .item-video {
    position: relative;
}
.wrap-product-show .slider-nav .item-video:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(1, 54, 46, .8);
}
.wrap-product-show .slider-nav .item-video .img-box {
    opacity: .6;
}
.wrap-product-show .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 40px;

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

    display: block;

    width: 40px;
    height: 40px;

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

    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 #01362e;
}
.wrap-product-show .slider-nav .slick-arrow {
    left: 0;

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

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

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

    min-height: 100%;
    padding: 30px 0 30px 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: 1470px) {
    .wrap-product-show .info-box {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        min-height: auto;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .info-box .title-info-box h2 {
    font-family: 'TikTok Sans';
    font-size: 45px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: -1.35px;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .text {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .text {
        margin-top: 10px;
    }
}
.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 {
    font-size: 16px;
    line-height: 45px;

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

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

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

    color: #fff;
    border-radius: 10px;
    background: -webkit-gradient(linear, right top, left top, from(#004c41), to(#01362e));
    background: -webkit-linear-gradient(right, #004c41 0%, #01362e 100%);
    background: linear-gradient(270deg, #004c41 0%, #01362e 100%);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .link a {
        line-height: 40px;

        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link a {
        padding: 0 30px;
    }
}
.wrap-product-show .info-box .link a.active {
    background: -webkit-gradient(linear, left top, right top, from(#004c41), to(#01362e));
    background: -webkit-linear-gradient(left, #004c41 0%, #01362e 100%);
    background: linear-gradient(90deg, #004c41 0%, #01362e 100%);
}
.wrap-product-show .info-box .link .btn-inquiry {
    margin-right: 20px;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link .btn-inquiry {
        margin-right: 10px;
    }
}
.wrap-product-show .info-box .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .share {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .share p {
    font-size: 15px;
    line-height: 24px;

    margin: 0;
}
.wrap-product-show .stickybox {
    padding: 80px 0;
}
@media (max-width: 1199px) {
    .wrap-product-show .stickybox {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .stickybox {
        padding: 40px 0;
    }
}
.wrap-product-show .wrap-show-menu {
    z-index: 9;

    color: #fff;
}
.wrap-product-show .wrap-show-menu .sidenav-deputy {
    border-radius: 10px;
    background: -webkit-gradient(linear, right top, left top, from(#004c41), to(#01362e)), #000;
    background: -webkit-linear-gradient(right, #004c41 0%, #01362e 100%), #000;
    background: linear-gradient(270deg, #004c41 0%, #01362e 100%), #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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.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 a {
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 25px;

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

        padding: 10px 15px;
    }
}
.wrap-product-show .wrap-show-menu ul li a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-product-show .wrap-show-menu ul li.active a {
    font-weight: bold;
}
.wrap-product-show .wrap-show-menu ul li.active a span {
    background-size: 100% 1px;
}
.wrap-product-show .title-product-show h3 {
    font-family: 'TikTok Sans';
    font-size: 45px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;

    margin: 0;

    letter-spacing: -1.35px;

    color: #01362e;
}
@media (max-width: 1560px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 24px;
    }
}
.wrap-product-show .destails .editor-content,
.wrap-product-show .parameter .editor-content {
    margin-top: 20px;
}
.wrap-product-show .application .application-list {
    margin-top: 30px;
}
.wrap-product-show .application .application-list .item .pic {
    overflow: hidden;

    border-radius: 10px;
}
.wrap-product-show .application .application-list .item .img-box {
    padding-bottom: 63.75%;
}
.wrap-product-show .application .application-list .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .application .application-list .item .title-application {
    font-size: 18px;
    line-height: 24px;

    margin-top: 10px;
    padding: 0 15px;
}
@media (min-width: 1200px) {
    .wrap-product-show .application .application-list .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.wrap-product-show .relate-product .slick-related {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .slick-related {
        margin-top: 20px;
    }
}
.wrap-news .news {
    position: relative;
}
.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-news .news>ul>li:last-child .item .text {
    border-bottom: none;
}
.wrap-news .news .item .pic {
    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;
}
.wrap-news .news .item .pic-box {
    width: 450px;
}
@media (max-width: 1470px) {
    .wrap-news .news .item .pic-box {
        width: 350px;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .pic-box {
        width: 250px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic-box {
        width: 100%;
    }
}
.wrap-news .news .item .img-box {
    padding-bottom: 56.09756098%;

    border-radius: 10px;
}
.wrap-news .news .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .text {
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px);
    margin-right: 50px;
    padding-right: 5%;
    padding-bottom: 80px;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 1470px) {
    .wrap-news .news .item .text {
        width: -webkit-calc(100% - 380px);
        width: calc(100% - 380px);
        margin-right: 30px;
        padding-bottom: 60px;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .text {
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px);
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text {
        width: 100%;
        margin: 20px 0 0 0;
        padding-bottom: 20px;
    }
}
.wrap-news .news .item .title-news {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 64px;

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -.4px;

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

        min-height: 48px;
    }
}
.wrap-news .news .item .title-news span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#01362e), to(#01362e));
    background-image: -webkit-linear-gradient(left, #01362e 0%, #01362e 100%);
    background-image: linear-gradient(to right, #01362e 0%, #01362e 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-news .news .item .note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 64px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1470px) {
    .wrap-news .news .item .note {
        margin-top: 10px;
    }
}
@media (max-width: 1199px) {
    .wrap-news .news .item .note {
        min-height: 48px;
    }
}
.wrap-news .news .item .note p {
    line-height: 32px;

    color: #666;
}
@media (max-width: 1199px) {
    .wrap-news .news .item .note p {
        line-height: 24px;
    }
}
.wrap-news .news .item .date {
    font-weight: 500;
    line-height: 24px;

    display: block;

    margin-top: 40px;

    color: #01362e;
}
@media (max-width: 1470px) {
    .wrap-news .news .item .date {
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .wrap-news .news .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-news .news .item:hover .title-news {
        color: #01362e;
    }
    .wrap-news .news .item:hover .title-news span {
        background-size: 100% 1px;
    }
}
.wrap-details .title-details h2 {
    font-family: 'TikTok Sans', Arial;
    font-size: 28px;
    font-weight: 600;
    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 {
    font-weight: 500;
    line-height: 24px;

    display: block;

    color: #01362e;
}
.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: 16px;
    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: '\e648';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 50%;
}
.wrap-details .relate-details a:hover:before {
    color: #fff;
    background-color: #01362e;
}
.wrap-details .relate-details .next {
    text-align: right;
}
@media (max-width: 767px) {
    .wrap-details .relate-details .next {
        text-align: left;
    }
}
@media (min-width: 768px) {
    .wrap-details .relate-details .next a {
        padding-right: 50px;
        padding-left: 0;
    }
    .wrap-details .relate-details .next a:before {
        right: 0;
        left: auto;

        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.wrap-sitemap .sitemap .title h2 {
    margin: 0;
}
.wrap-sitemap .sitemap>ul>li {
    position: relative;

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

    display: inline-block;

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

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

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

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

    border-color: #01362e;
    background-color: #01362e;
}
.wrap-sitemap .sitemap>ul>li>ul {
    font-size: 0;

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

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

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a img {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
    display: inline-block;

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

    display: block;

    padding: 5px 30px;

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

    color: #01362e;
}
.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: #01362e;
}
.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: #01362e;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #01362e;
}
.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(1, 54, 46, .5);
    border-radius: 5px;
    background-color: rgba(1, 54, 46, .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-family: 'TikTok Sans', Arial;
    font-size: 15px;
    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;

    color: #fff;
    border-radius: 5px;
    background: #01362e;

    -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: #000;
        background-color: #f2f0e4;
    }
}
@media (max-width: 1199.98px) {
    .pagination a,
    .pagination span {
        line-height: 30px;

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

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

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

    content: '\e648';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.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: #f2f0e4;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
        padding: 0;
    }
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
    font-size: 16px;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
        font-size: 14px;

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

    display: inline-block;

    padding: 20px 10px;

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

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .Operation {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg {
    width: 14%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .pimg {
        width: -webkit-calc(44% - 30px);
        width: calc(44% - 30px);
    }
}
.wrap-inquiryinfo .inquiry-info .pimg .pic {
    border-radius: 10px;
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box {
    overflow: hidden;

    padding-bottom: 71.42857143%;
}
.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: #01362e;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e60b';

    color: #01362e;
}
.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: 30px;

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

    border: 1px solid #dcdcdc;
}
.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: #01362e;
}
.wrap-inquiryinfo .inquiry-message {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry-message {
        padding-top: 50px;
    }
}
.wrap-inquiryinfo .inquiry {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry {
        padding-top: 50px;
    }
}
.editor-content p {
    font-size: 17px;
    line-height: 28px;

    margin: 0;

    letter-spacing: -.34px;

    color: #444;
}
@media (max-width: 1479px) {
    .editor-content p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .editor-content p {
        font-size: 14px;
        line-height: 24px;

        letter-spacing: 0;
    }
}
.editor-content.lh26 p {
    line-height: 26px;
}
@media (max-width: 767px) {
    .editor-content.lh26 p {
        line-height: 24px;
    }
}
.editor-content.fz18 p {
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 1199px) {
    .editor-content.fz18 p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .editor-content.fz18 p {
        line-height: 24px;
    }
}
.editor-content h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45454545;

    color: #01362e;
}
@media (max-width: 1560px) {
    .editor-content h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .editor-content h3 {
        font-size: 18px;
    }
}
.editor-content h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44444444;

    color: #01362e;
}
@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;
}