﻿@import "font-awesome.min.css";
@import "bootstrap.min.css";
@import "richtext.css";
@import "swiper.min.css";
@import "iconfont.css";

@font-face {
    font-family: "GraphikRegular";
    font-style: normal;
    font-weight: 400;
    src: url("/static/font/GraphikRegular.otf") format("truetype")
}

* {
    font-weight: 350
}

html,
body {
    font-family: "GraphikRegular", BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Arial, "Helvetica Neue", "Source Han Sans SC", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    background-color: #b3b3b3
}

p {
    line-height: 1.8em
}

a {
    color: inherit;
    text-decoration: none
}

a.active,
a:active,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

.navbar {
    margin: 0;
    border-radius: 0
}

.navbar ul {
    margin: 0
}

.btn {
    border-radius: 4px
}

.btn.btn-circle {
    border-radius: 100px
}

.btn.btn-outline {
    background: transparent;
    color: #333
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #264f96;
    border-color: #264f96
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none
}

.row.row-divider>[class^="col-"] {
    border-right: solid 1px #ddd
}

.row.row-divider>[class^="col-"]:last-child {
    border-right: none
}

.row.row-divider .col-sm-6:nth-child(even),
.row.row-divider .col-md-6:nth-child(even),
.row.row-divider .col-lg-6:nth-child(even) {
    border-right: none
}

.row.row-compact {
    margin: 0
}

.row.row-compact>[class^="col-"] {
    padding: 0
}

.row .col-xs-24,
.row .col-sm-24,
.row .col-md-24,
.row .col-lg-24 {
    float: left
}

@media (max-width:768px) {
    .row .col-xs-24 {
        width: 20%
    }
}

@media (max-width:992px) {

    .row .col-xs-24,
    .row .col-sm-24 {
        width: 20%
    }
}

@media (max-width:1200px) {

    .row .col-xs-24,
    .row .col-sm-24,
    .row .col-md-24 {
        width: 20%
    }
}

@media (min-width:1200px) {

    .row .col-sm-24,
    .row .col-md-24,
    .row .col-lg-24 {
        width: 20%
    }
}

.form.form-horizontal .form-group {
    position: relative;
    padding: 0 12em
}

.form.form-horizontal .form-group .control-label {
    position: absolute;
    left: 0;
    padding: .4em 1em;
    width: 12em
}

.form-control {
    border-radius: 4px;
    height: auto
}

.form-control:focus,
.form-control:active {
    box-shadow: none
}

.form-control.input-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    height: auto
}

.form-control.input-lg {
    line-height: 1.5;
    border-radius: 4px;
    height: auto
}

.form-control-select {
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='28' viewBox='0 0 16 28' fill='%23777'%3E%3Cpath d='M16 17q0 .406-.297.703l-7 7Q8.406 25 8 25t-.703-.297l-7-7Q0 17.406 0 17t.297-.703T1 16h14q.406 0 .703.297T16 17zm0-6q0 .406-.297.703T15 12H1q-.406 0-.703-.297T0 11t.297-.703l7-7Q7.594 3 8 3t.703.297l7 7Q16 10.594 16 11z'/%3E%3C/svg%3E");
    background-position: right 8px center;
    background-repeat: no-repeat;
    -webkit-background-size: 8px 16px;
    -moz-background-size: 8px 16px;
    background-size: 8px 16px;
    padding-right: 2em
}

.form-control-checkbox,
.form-control-radio {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: .5em
}

.form-control-checkbox [type="checkbox"],
.form-control-radio [type="checkbox"],
.form-control-checkbox [type="radio"],
.form-control-radio [type="radio"] {
    cursor: pointer;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: 4px
}

.form-control-checkbox [type="checkbox"]:before,
.form-control-radio [type="checkbox"]:before,
.form-control-checkbox [type="radio"]:before,
.form-control-radio [type="radio"]:before {
    visibility: visible;
    content: "";
    position: absolute;
    z-index: 0;
    top: -1.5px;
    left: -1.5px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background: #ddd
}

.form-control-checkbox [type="checkbox"]:checked:after,
.form-control-radio [type="checkbox"]:checked:after,
.form-control-checkbox [type="radio"]:checked:after,
.form-control-radio [type="radio"]:checked:after {
    visibility: visible;
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    z-index: 1;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background-color: #2b5aaa;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.form-control-checkbox [type="radio"]:before,
.form-control-radio [type="radio"]:before {
    border-radius: 100%
}

.form-control-checkbox [type="radio"]:checked:after,
.form-control-radio [type="radio"]:checked:after {
    background: #fff;
    border: solid 5px #2b5aaa;
    border-radius: 100%
}

.form-control-table {
    margin: -3px 0;
    padding: 2px .5em;
    height: auto
}

.form-control,
.btn {
    height: auto;
    padding: 10px
}

.btn {
    padding: 8px 25px
}

.navbar .navbar-toggle {
    padding: 5px 10px;
    font-size: 16px
}

.nav-line>li {
    float: left
}

.nav-line>li>a {
    border-bottom: solid 2px #ddd
}

.nav-line>li.active>a,
.nav-line>li.active>a:focus,
.nav-line>li.active>a:hover {
    border-color: #2b5aaa
}

.nav-pills li a {
    display: block;
    background: #f5f5f5;
    border-radius: 2px;
    margin: 5px;
    padding: 6px 15px
}

.nav-pills li.active>a,
.nav-pills li.active:hover>a,
.nav-pills li.active:active>a,
.nav-pills li.active:hover>a {
    background: #2b5aaa;
    color: #fff
}

.nav-pills li a:hover,
.nav-pills li a:active,
.nav-pills li a:focus {
    background: #f0f0f0
}

.dropdown-menu {
    border-color: rgba(0, 0, 0, 0)
}

.dropdown-menu .row {
    margin: 0
}

.dropdown-menu .row [class^="col-"] {
    padding: 0
}

.dropdown-menu dl {
    margin: 0
}

.dropdown-menu dl dt,
.dropdown-menu dl dd {
    padding: .8rem 1.5rem
}

.dropdown-menu dl dt {
    font-size: 1.05rem;
    font-weight: normal;
    color: rgba(51, 51, 51, 0.5)
}

.dropdown-menu dl dd:hover {
    background: #f5f5f5
}

.dropdown-menu dl dd:hover a {
    text-decoration: none
}

.dropdown-menu dl dd a {
    color: #333
}

.dropdown-menu dl dd a small {
    display: block;
    color: rgba(51, 51, 51, 0.5)
}

.dropdown .open {
    background: none
}

.dropdown-menu {
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.dropdown-menu:after,
.dropdown-menu:before {
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    content: " ";
    height: 0;
    left: 15px;
    pointer-events: none;
    position: absolute;
    width: 0
}

.dropdown-menu:before {
    bottom: 100%;
    border: solid 8px transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.2)
}

.dropdown-menu:after {
    border-bottom-color: #fff;
    bottom: 100%;
    margin-bottom: -1px
}

.dropdown-menu.dropdown-menu-right:after,
.dropdown-menu.dropdown-menu-right:before {
    left: auto;
    right: 15px
}

.dropdown-menu .divider {
    margin: 2px 0
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: #2b5aaa;
    color: #fff
}

.breadcrumb {
    background: none;
    border-radius: 0;
    padding: 10px 0
}

.paginator {
    margin: 30px 0
}

.modal .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 2rem
}

.modal .modal-dialog .modal-content .modal-header {
    padding: 25px
}

.modal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    color: #999;
    opacity: 1;
    font-size: 28px;
    font-weight: normal
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
    text-align: center
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 2rem 0
}

.modal .modal-dialog .modal-content .modal-body .richtext {
    font-size: 14px
}

.cont-title {
    font-size: 70px;
    line-height: 95px;
    font-weight: bold;
    color: #333
}

.cont-title span {
    font-weight: bold
}

.notfound {
    font-size: 26px;
    padding: 2em;
    color: #888
}

.nav {
    display: flex
}

.nav>li>a {
    background: none;
    padding: 0
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: none;
    outline: none
}

.d-flex {
    display: flex
}

.d-flex-align-center {
    align-items: center
}

.d-flex-justify-center {
    justify-content: center
}

.divider {
    border-bottom: solid 1px #ddd;
    height: 0;
    padding: 0;
    margin: .2rem 0
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.heading {
    margin-bottom: 20px;
    padding: 1em 0
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    line-height: 1.5em;
    font-weight: 300
}

.heading.heading-bullet h1:before,
.heading.heading-bullet h2:before,
.heading.heading-bullet h3:before,
.heading.heading-bullet h4:before,
.heading.heading-bullet h5:before,
.heading.heading-bullet h6:before {
    content: "";
    background: #ddd;
    display: inline-block;
    width: 5px;
    height: 1em;
    margin-right: .5em;
    margin-top: -0.15em;
    vertical-align: middle
}

.heading.heading-line {
    position: relative
}

.heading.heading-line h1,
.heading.heading-line h2,
.heading.heading-line h3,
.heading.heading-line h4,
.heading.heading-line h5,
.heading.heading-line h6 {
    background: #fff;
    z-index: 1;
    display: inline-block;
    padding: 0 1em 0 0
}

.heading.heading-line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
    border-bottom: solid 1px #ddd;
    z-index: 0
}

.heading.heading-line.text-left h1,
.heading.heading-line.text-left h2,
.heading.heading-line.text-left h3,
.heading.heading-line.text-left h4,
.heading.heading-line.text-left h5,
.heading.heading-line.text-left h6 {
    padding: 0 1em 0 0
}

.heading.heading-line.text-right h1,
.heading.heading-line.text-right h2,
.heading.heading-line.text-right h3,
.heading.heading-line.text-right h4,
.heading.heading-line.text-right h5,
.heading.heading-line.text-right h6 {
    padding: 0 0 0 1em
}

.heading.heading-line.text-center h1,
.heading.heading-line.text-center h2,
.heading.heading-line.text-center h3,
.heading.heading-line.text-center h4,
.heading.heading-line.text-center h5,
.heading.heading-line.text-center h6 {
    padding: 0 1em
}

.heading.heading-divider {
    border-bottom: solid 1px #ddd
}

.blockquote {
    margin: 0 0 1rem 0;
    padding: 0;
    font-size: 1.2rem;
    border: none
}

.blockquote footer {
    margin-top: .2rem;
    font-size: .8em;
    color: rgba(51, 51, 51, 0.6)
}

.blockquote footer:before {
    content: "\2014 \00A0"
}

.thumb {
    position: relative;
    margin: auto;
    text-align: center
}

.thumb img {
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    object-fit: cover
}

.thumb.cover {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden
}

.thumb.cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    max-width: none;
    max-height: 100%
}

.thumb.cover.p6x4 {
    padding-bottom: 66%
}

.thumb.cover.p5x4 {
    padding-bottom: 80%
}

.thumb.cover.p5x3 {
    padding-bottom: 60%
}

.thumb.cover.p4x3 {
    padding-bottom: 75%
}

.thumb.cover.p16x9 {
    padding-bottom: 56%
}

.thumb.cover.p3x4 {
    padding-bottom: 135%
}

.thumb.cover.p2x3 {
    padding-bottom: 150%
}

.thumb.cover.p1x2 {
    padding-bottom: 200%
}

.advert {
    white-space: nowrap;
    text-align: center
}

.advert .advert-kv {
    display: inline-block;
    text-align: left
}

.advert .advert-kv .kv-image {
    text-align: center
}

.advert .advert-kv .kv-image img {
    max-width: 100%;
    max-height: 100%
}

.advert .advert-kv .kv-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    color: #fff
}

.advert .advert-kv .kv-text big {
    display: block;
    font-weight: bold;
    font-size: 3rem
}

.advert .advert-kv .kv-text small {
    display: block;
    font-size: 1.5rem;
    white-space: normal
}

.scrollbar {
    overflow-y: auto
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.scrollbar::-webkit-scrollbar-track {
    background: #f0f0f0;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.scrollbar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #2b5aaa
}

.swiper {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
    opacity: .6
}

.swiper .swiper-container-vertical>.swiper-pagination {
    right: 4%
}

.swiper .swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 15px 0
}

.swiper .swiper-slide {
    overflow: hidden
}

.swiper .swiper-slide img,
.swiper .swiper-slide video,
.swiper .swiper-slide svg {
    width: 100%;
    max-width: 100%;
    max-height: 100%
}

.swiper .swiper-container-horizontal {
    height: 100%
}

.swiper .swiper-container-horizontal>.swiper-wrapper {
    height: 100%
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    top: 50%;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    z-index: 1;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    user-select: none;
    transition: all .15s ease-in-out;
    outline: none;
    background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzY0JyBoZWlnaHQ9JzY0Jz48cGF0aCBkPSdNODk1Ljk4OTMzMyA0NjkuMzIyNjY3SDIzMC45OTczMzNsMjI1LjgzNDY2Ny0yMjUuODM0NjY3YTQyLjY3NzMzMyA0Mi42NzczMzMgMCAwIDAtNjAuMzQxMzMzLTYwLjM0MTMzM2wtMjk4LjY2NjY2NyAyOTguNjY2NjY2YTQyLjY2NjY2NyA0Mi42NjY2NjcgMCAwIDAtMC4wMTA2NjcgNjAuMzMwNjY3bDI5OC42NjY2NjcgMjk4LjY2NjY2N2E0Mi41NiA0Mi41NiAwIDAgMCAzMC4xNzYgMTIuNTAxMzMzIDQyLjY0NTMzMyA0Mi42NDUzMzMgMCAwIDAgMzAuMTc2LTcyLjgzMkwyMzAuOTg2NjY3IDU1NC42NTZoNjY1LjAwMjY2NmE0Mi42NjY2NjcgNDIuNjY2NjY3IDAgMCAwIDAtODUuMzMzMzMzeicgZmlsbD0nI2ZmOGEwMic+PC9wYXRoPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 50%;
    transform: translateY(-50%);
    transform-origin: center;
    border-radius: 100%;
    border: solid 1.5px #333;
    filter: brightness(10%) grayscale(1)
}

.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
    pointer-events: auto
}

.swiper .swiper-button-prev.swiper-button-disabled:before,
.swiper .swiper-button-next.swiper-button-disabled:before {
    opacity: .2
}

.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
    filter: grayscale(0);
    border-color: #2b5aaa
}

.swiper .swiper-button-next {
    left: auto;
    right: 0;
    transform: translateY(-50%) scaleX(-1)
}

.swiper .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    opacity: 1;
    margin: 0 8px;
    transition: .3s
}

.swiper .swiper-pagination .swiper-pagination-bullet span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: .2s
}

.swiper .swiper-pagination .swiper-pagination-bullet:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    border-radius: 100%;
    border: solid 1px #333;
    transform: translate(-50%, -50%);
    content: "";
    opacity: 0
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
    margin: 0 26px
}

.swiper .swiper-pagination .swiper-pagination-bullet-active span {
    opacity: 1
}

.swiper .swiper-pagination .swiper-pagination-bullet-active:before {
    opacity: 1
}

.swiper .swiper-pagination-progressbar {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 4px;
    overflow: hidden
}

.swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #2b5aaa
}

.swiper .swiper-controls-circle {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99
}

.swiper .swiper-controls-circle .swiper-button-next,
.swiper .swiper-controls-circle .swiper-button-prev {
    background: #2b5aaa;
    width: 2.8rem;
    height: 2.8rem;
    margin-top: -1.4rem;
    border-radius: 100%;
    opacity: .8
}

.swiper .swiper-controls-circle .swiper-button-next:before,
.swiper .swiper-controls-circle .swiper-button-prev:before {
    width: 1.5rem;
    height: 1.5rem;
    filter: brightness(50);
    opacity: 1
}

.swiper .swiper-controls-circle .swiper-button-next:hover,
.swiper .swiper-controls-circle .swiper-button-prev:hover {
    opacity: 1
}

.swiper .swiper-controls-circle .swiper-button-next.swiper-button-disabled,
.swiper .swiper-controls-circle .swiper-button-prev.swiper-button-disabled {
    opacity: .4
}

.gallery {
    margin-bottom: 20px;
    overflow: hidden
}

.gallery .gallery-top .swiper-container .swiper-wrapper .swiper-slide {
    background: #ddd;
    opacity: .5
}

.gallery .gallery-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1
}

.gallery .gallery-top .swiper-controls .swiper-button-prev,
.gallery .gallery-top .swiper-controls .swiper-button-next {
    cursor: pointer;
    font-size: .8rem
}

.gallery .gallery-top .swiper-controls .swiper-button-prev:before,
.gallery .gallery-top .swiper-controls .swiper-button-next:before {
    border-color: #fff
}

.gallery .gallery-thumbs {
    margin-top: 10px;
    padding: 0 30px
}

.gallery .gallery-thumbs .swiper-container .swiper-wrapper .swiper-slide {
    border: solid 2px #ddd;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all .2 ease-in-out
}

.gallery .gallery-thumbs .swiper-container .swiper-wrapper .swiper-slide:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: #fff;
    opacity: .6;
    transition: all .2 ease-in-out
}

.gallery .gallery-thumbs .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border-color: #2b5aaa
}

.gallery .gallery-thumbs .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:after {
    opacity: 0
}

.gallery .gallery-thumbs .swiper-controls .swiper-button-prev,
.gallery .gallery-thumbs .swiper-controls .swiper-button-next {
    cursor: pointer;
    background: none;
    top: 0;
    bottom: 0;
    width: 25px;
    height: auto;
    transform: translateY(0);
    background: #eee;
    border-radius: 0;
    font-size: .4rem;
    opacity: .8
}

.gallery .gallery-thumbs .swiper-controls .swiper-button-prev:hover,
.gallery .gallery-thumbs .swiper-controls .swiper-button-next:hover,
.gallery .gallery-thumbs .swiper-controls .swiper-button-prev:focus,
.gallery .gallery-thumbs .swiper-controls .swiper-button-next:focus {
    border: none;
    box-shadow: none
}

.gallery .gallery-thumbs .swiper-controls .swiper-button-prev:before,
.gallery .gallery-thumbs .swiper-controls .swiper-button-next:before {
    border-color: #000
}

.gallery .gallery-thumbs .swiper-controls .swiper-button-prev:after,
.gallery .gallery-thumbs .swiper-controls .swiper-button-next:after {
    display: none
}

.gallery .gallery-thumbs .swiper-controls .swiper-button-prev {
    left: 0
}

.gallery .gallery-thumbs .swiper-controls .swiper-button-next {
    right: 0
}

.gallery .gallery-thumbs .swiper-scrollbar {
    margin-top: 20px;
    height: 5px;
    background-color: #f5f5f5
}

.gallery .gallery-thumbs .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #2b5aaa
}

.lightbox-open {
    overflow: hidden
}

.lightbox-open .lightbox {
    opacity: 1
}

.lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 99999;
    user-select: none;
    -webkit-user-select: none;
    opacity: 0;
    transition: .3s
}

.lightbox .lightbox-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95)
}

.lightbox .lightbox-container {
    height: 100%
}

.lightbox .lightbox-container .swiper {
    height: 100%
}

.lightbox .lightbox-container .ajax-result {
    max-height: 100vh;
    overflow-y: auto
}

.lightbox .lightbox-container .ajax-result::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.lightbox .lightbox-container .ajax-result::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.lightbox .lightbox-container .ajax-result::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4)
}

.lightbox .lightbox-container img,
.lightbox .lightbox-container svg,
.lightbox .lightbox-container video,
.lightbox .lightbox-container .ajax-result {
    position: absolute;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000
}

.lightbox .lightbox-container video {
    min-width: 600px;
    min-height: 400px;
    max-height: 80%;
    max-width: 80%
}

.lightbox .lightbox-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 1.5em;
    height: 1.5em;
    z-index: 99999;
    display: block;
    font-size: 30px;
    cursor: pointer;
    transition: all .2s linear
}

.lightbox .lightbox-close:before {
    content: " ";
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    border-bottom: solid 1.5px #fff;
    transform: rotate(-45deg)
}

.lightbox .lightbox-close:after {
    content: " ";
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    border-bottom: solid 1.5px #fff;
    transform: rotate(45deg)
}

.lightbox .lightbox-close:hover {
    transform: rotate(180deg)
}

.lightbox .lightbox-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 1em;
    height: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #000;
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
    zoom: 1;
    font-size: 30px
}

.card {
    display: block;
    margin-bottom: 15px;
    overflow: hidden
}

.card.card-flex {
    display: flex;
    justify-content: space-between
}

.card.card-flex .card-img,
.card.card-flex .card-body {
    padding: 0
}

.card.card-flex .card-body {
    flex: 1
}

.card .card-img {
    position: relative
}

.card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card .card-img .thumb {
    width: 100%
}

.card .card-img .date {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 10px;
    color: #fff
}

.card .card-img .date big,
.card .card-img .date small {
    line-height: 1em;
    display: block
}

.card .card-img .date big {
    font-weight: bold;
    font-size: 2em
}

.card .card-img .date small {
    font-size: .8em
}

.card .card-body {
    position: relative;
    padding: 10px 0
}

.card .card-body .title {
    font-size: 1.15em
}

.card .card-body .summary {
    line-height: 1.8em;
    max-height: 5.4em;
    overflow: hidden;
    opacity: .7
}

.input-number {
    position: relative;
    font-weight: normal
}

.input-number input {
    display: block;
    width: 100%;
    text-align: center
}

.input-number .plus,
.input-number .minus {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    width: 36px;
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-size: 25px;
    cursor: pointer;
    transition: .3s;
    user-select: none;
    -webkit-user-select: none;
    color: #333
}

.input-number .plus.disabled,
.input-number .minus.disabled {
    color: rgba(51, 51, 51, 0.2)
}

.input-number .plus:hover,
.input-number .minus:hover {
    background: #333;
    color: #fff
}

.input-number .plus:hover.disabled,
.input-number .minus:hover.disabled {
    background: #f0f0f0;
    color: rgba(51, 51, 51, 0.2)
}

.input-number .plus {
    left: auto;
    right: 1px
}

.message {
    position: fixed;
    top: 20px;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%)
}

.message section {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 12px 20px;
    margin-bottom: 20px;
    transition: .3s;
    opacity: 0;
    transform: translateY(-20px);
    border-left: solid 4px transparent
}

.message section.message-info {
    border-color: #2664eb
}

.message section.message-warning {
    border-color: #fec611
}

.message section.message-error {
    border-color: #c43511
}

.message section.message-success {
    border-color: #63ed3d
}

.message section.move-enter {
    opacity: 1;
    transform: translateY(0)
}

.zoom {
    position: relative;
    border: solid 1px #ddd
}

.zoom>img {
    max-width: 100%
}

.zoom:hover .zoom-pop {
    opacity: 1
}

.zoom .zoom-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.4);
    border: solid 1px #ddd;
    pointer-events: none;
    transform: translate(-50%, -50%);
    cursor: move
}

.zoom .zoom-pop {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
    border: solid 1px #ddd;
    overflow: hidden;
    opacity: 0
}

.zoom .zoom-pop img {
    max-width: none;
    max-height: none;
    width: auto;
    height: auto
}

.loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    pointer-events: none
}

.loading:before,
.loading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transition: all 1s;
    opacity: 1
}

.loading.completed:before,
.loading.completed:after {
    z-index: -99999;
    opacity: 0
}

.loading.completed .spinner {
    opacity: 0
}

.loading.unload {
    z-index: 99999
}

.loading.unload:before,
.loading.unload:after {
    opacity: 1;
    transition: .5s;
    transition-delay: 0s
}

.loading.unload .spinner {
    opacity: 1
}

.loading .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    z-index: 1;
    margin-left: -15px;
    margin-top: -15px;
    border-top: 1.5px solid #eee;
    border-right: 1.5px solid #eee;
    border-bottom: 1.5px solid #2b5aaa;
    border-left: 1.5px solid #2b5aaa;
    border-radius: 50%;
    transition: .2s;
    transition-delay: .3s;
    animation: spinner 700ms infinite linear;
    zoom: 1
}

.slider {
    display: flex;
    flex-wrap: nowrap
}

.slider .slider-item {
    flex-shrink: 0;
    width: 100%
}

.close {
    position: relative;
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

.close:before,
.close:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 100%;
    height: 2px;
    background: #000;
    content: ""
}

.close:after {
    transform: translateY(-50%) rotate(-45deg)
}

.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-name: def;
    animation-name: def
}

.animate.fast {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.animate.play {
    animation-play-state: running;
    -webkit-animation-play-state: running
}

.animate.in {
    animation-direction: normal
}

.animate.out {
    animation-direction: reverse
}

.animate.fade {
    -webkit-animation-name: fade;
    animation-name: fade
}

.animate.fade.up {
    -webkit-animation-name: fadeUp;
    animation-name: fadeUp
}

.animate.fade.down {
    -webkit-animation-name: fadeDown;
    animation-name: fadeDown
}

.animate.fade.left {
    -webkit-animation-name: fadeLeft;
    animation-name: fadeLeft
}

.animate.fade.right {
    -webkit-animation-name: fadeRight;
    animation-name: fadeRight
}

.animate.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.animate.bounce.up {
    -webkit-animation-name: bounceUp;
    animation-name: bounceUp
}

.animate.bounce.down {
    -webkit-animation-name: bounceDown;
    animation-name: bounceDown
}

.animate.bounce.left {
    -webkit-animation-name: bounceLeft;
    animation-name: bounceLeft
}

.animate.bounce.right {
    -webkit-animation-name: bounceRight;
    animation-name: bounceRight
}

.animate.spinner {
    -webkit-animation-name: spinner;
    animation-name: spinner
}

.animate.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

.animate.zoom {
    -webkit-animation-name: zoom;
    animation-name: zoom
}

.animate.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

.animate.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes def {
    0% {
        opacity: 0
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounce {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceRight {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes arrowDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }
}

@keyframes iJumpUJump {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-12px)
    }

    100% {
        transform: translateY(0)
    }
}

.st-header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    background: linear-gradient(to bottom, #b3b3b3 50%, transparent 80%)
}

.st-header .logo {
    width: 300px
}

.st-header .logo img {
    width: 100%;
    object-fit: contain
}

.st-header ul.PC-g {
    flex: 1;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0
}

.st-header ul.PC-g>li {
    list-style: none;
    margin: 0 1%
}

.st-header ul.PC-g>li>a {
    color: #333;
    display: flex;
    font-size: 16px;
    padding: 10px 0;
    position: relative
}

.st-header ul.PC-g>li>a::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #333;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .2s
}

.st-header ul.PC-g>li:hover>a::after,
.st-header ul.PC-g>li.active>a::after {
    width: 100%
}

.st-header ul.PC-g .toggle-language {
    position: relative
}

.st-header ul.PC-g .toggle-language img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    box-sizing: content-box;
    padding: 10px 0;
    cursor: pointer
}

.st-header ul.PC-g .toggle-language .lang-list {
    padding: 5px;
    background-color: #fff;
    box-shadow: 5px 5px 20pc #aaa;
    border-radius: 2px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translateX(-50%);
    transition: .2s
}

.st-header ul.PC-g .toggle-language .lang-list a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    padding: 10px 0;
    transition: .1s;
    border-radius: 2px
}

.st-header ul.PC-g .toggle-language .lang-list a:not(:last-child) {
    border-bottom: 1px solid #f7f7f7
}

.st-header ul.PC-g .toggle-language .lang-list a:hover {
    background-color: #f7f7f7
}

.st-header ul.PC-g .toggle-language:hover .lang-list {
    opacity: 1;
    top: 100%;
    pointer-events: auto
}

.st-mainbody {
    padding: 150px 0 0;
    min-height: 80vh
}

.st-footer {
    position: relative;
    z-index: 10;
    padding: 50px 0
}

.st-footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    color: #333;
    line-height: 28px
}

.st-paginator {
    border-top: 1px solid #808080;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.st-paginator .pagination {
    display: flex;
    align-items: center
}

.st-paginator .pagination li {
    margin: 0 3px
}

.st-paginator .pagination li a {
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 26px;
    height: 28px;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: .2s;
    font-size: 14px;
    font-family: "";
    background-color: transparent;
    margin: 0 10px
}

.st-paginator .pagination li:first-child a,
.st-paginator .pagination li:last-child a {
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-image: url("../image/left-black-icon.svg")
}

.st-paginator .pagination li:first-child a:hover,
.st-paginator .pagination li:last-child a:hover {
    background-color: transparent
}

.st-paginator .pagination li:last-child a {
    transform: rotateY(180deg)
}

.st-paginator .pagination li.active a {
    background-color: transparent;
    border-color: transparent;
    color: #242424;
    font-weight: bold
}

.st-paginator .pagination li a:hover {
    color: #242424
}

.snowflake-g img {
    position: fixed;
    bottom: -30px;
    transition: .1s linear
}

@keyframes snowflakesFloating {
    0% {
        bottom: 0
    }

    100% {
        bottom: 100%
    }
}

.snowflake-bgimg-g {
    width: 30%;
    position: fixed;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1) opacity(.1)
}

.page-home .st-mainbody.PC-g {
    padding: 0
}

.page-home .st-mainbody.PC-g .doc-body {
    width: 100%;
    height: 100vh
}

.page-home .st-mainbody.PC-g .doc-body .swiper {
    height: 100vh
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item {
    width: 100%;
    height: 100vh !important
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-1 {
    background-color: #a09fa1;
    position: relative;
    overflow: hidden
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-1 .container {
    position: relative;
    height: 100%
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-1 .container>video {
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-1 .container .module-summary {
    width: 96%;
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 105px
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-1 .container .module-summary div {
    display: flex;
    align-items: center;
    font-weight: bolder
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-1 .container .module-summary div.tar-home-text-1 {
    opacity: 0;
    white-space: nowrap
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-1 .container .module-summary div.tar-home-text-2 {
    opacity: 0;
    white-space: nowrap
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-1 .container .module-summary div.tar-home-text-2 span {
    font-weight: bolder
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-1 .container .module-summary div.tar-home-text-2 span:first-child {
    padding-right: 350px
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-1 .container .module-summary div:last-child {
    margin-left: auto;
    display: flex;
    margin-left: 300px
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-1 .container>img {
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-1::before {
    width: 90%;
    height: 90%;
    background-color: #888;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    filter: blur(100px)
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-2 {
    overflow: hidden
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-2 video {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    bottom: 0;
    border-radius: 0;
    margin-left: -2%;
    object-fit: cover;
    z-index: 15
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-3 {
    position: fixed;
    top: 0;
    z-index: 0;
    opacity: 0;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-3 .container {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-3 .container .cont>div:first-child {
    display: flex;
    align-items: center;
    font-size: 105px;
    color: #333
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-3 .container .cont>div:first-child span {
    font-weight: bold
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-3 .container .cont>div:first-child span:first-child {
    padding-right: 350px
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-3 .container .cont>div:first-child img {
    width: 300px;
    margin-left: 40px
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-3 .container .cont>div:last-child {
    max-width: 620px;
    margin-left: 20%
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-3 .container .cont>div:last-child>div:first-child {
    font-size: 105px;
    font-weight: bold;
    color: #333
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-3 .container .cont>div:last-child>div:last-child {
    font-size: 18px;
    line-height: 32px;
    color: #333;
    font-weight: 500
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-3 .container .batch-number-form {
    display: flex;
    justify-content: flex-end;
    margin-top: 5%
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-3 .container .batch-number-form form {
    display: flex;
    align-items: center
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-3 .container .batch-number-form form input {
    border: none;
    border-bottom: 1px solid #cbcbcb;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    text-align: center;
    outline: none;
    height: 55px;
    background-color: transparent
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-3 .container .batch-number-form form input::placeholder {
    font-size: 18px;
    color: #333
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-3 .container .batch-number-form form button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none
}

.page-home .st-mainbody.PC-g .doc-body .swiper-item.module-3 .container .copyright {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.page-home .st-mainbody.APP-g {
    padding: 0;
    display: flex;
    flex-direction: column
}

.page-home .st-mainbody.APP-g .module-1 {
    overflow-x: hidden;
    min-height: 100vh
}

.page-home .st-mainbody.APP-g .module-1 .container {
    width: 112%;
    margin-left: -6%
}

.page-home .st-mainbody.APP-g .module-1 .container .tar-home-img {
    width: 100%;
    height: 50vh;
    object-fit: cover
}

.page-home .st-mainbody.APP-g .module-3 {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-end
}

.page-home .st-mainbody.APP-g .module-3 .cont .text {
    font-size: 28px;
    font-weight: bold
}

.page-home .st-mainbody.APP-g .module-3 .cont .text.text-1 {
    margin-left: 0
}

.page-home .st-mainbody.APP-g .module-3 .cont .text.text-2 {
    margin-left: 10%
}

.page-home .st-mainbody.APP-g .module-3 .cont .text.text-3 {
    margin-left: 20%
}

.page-home .st-mainbody.APP-g .module-3 .batch-number-form {
    display: flex;
    justify-content: flex-end;
    margin-top: 5%;
    margin-bottom: 5vh;
    border-bottom: 2px solid #333;
    width: 80%;
    margin-left: 20%
}

.page-home .st-mainbody.APP-g .module-3 .batch-number-form form {
    display: flex;
    align-items: center
}

.page-home .st-mainbody.APP-g .module-3 .batch-number-form form input {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60vw;
    text-align: center;
    outline: none;
    height: 55px;
    background-color: transparent;
    font-size: 18px;
    font-weight: bold
}

.page-home .st-mainbody.APP-g .module-3 .batch-number-form form input::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #333
}

.page-home .st-mainbody.APP-g .module-3 .batch-number-form form button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none
}

.page-home .st-mainbody.APP-g .module-3 .copyright {
    margin: 0 auto 5vh;
    width: 90%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.page-about-us .st-mainbody .container {
    position: relative
}

.page-about-us .st-mainbody .container .about-us-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 60px
}

.page-about-us .st-mainbody .container .module-1 .cont-l {
    width: 50%;
    height: 480px
}

.page-about-us .st-mainbody .container .module-1 .cont-l .cont-title {
    display: flex;
    flex-direction: column
}

.page-about-us .st-mainbody .container .module-1 .cont-l .cont-title span {
    font-weight: bold
}

.page-about-us .st-mainbody .container .module-1 .cont-l .cont-title span:last-child {
    padding-left: 20%
}

.page-about-us .st-mainbody .container .module-1 .cont-l .l-summary {
    max-width: 85%;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    padding-left: 20%;
    margin-top: 60px;
    color: #444
}

.page-about-us .st-mainbody .container .module-1 .cont-r {
    width: 50%;
    height: 520px;
    position: absolute;
    top: 0;
    right: 0
}

.page-about-us .st-mainbody .container .module-1 .cont-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 0 0 4px
}

.page-about-us .st-mainbody .container .module-1 .module-1-content {
    padding-left: 25%;
    font-size: 16px;
    line-height: 24px;
    color: #444
}

.page-about-us .st-mainbody .container .module-1 .module-1-content p {
    margin-bottom: 20px
}

.page-about-us .st-mainbody .container .module-2 .cont-thumb {
    padding-left: 25%;
    width: 102%;
    height: 558px;
    margin: 50px 0 70px
}

.page-about-us .st-mainbody .container .module-2 .cont-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 0 0 4px
}

.page-about-us .st-mainbody .container .module-2 .cont-title {
    display: flex;
    flex-direction: column
}

.page-about-us .st-mainbody .container .module-2 .cont-title span {
    font-weight: bold
}

.page-about-us .st-mainbody .container .module-2 .cont-title span:nth-child(2) {
    padding-left: 10%
}

.page-about-us .st-mainbody .container .module-2 .cont-title span:last-child {
    padding-left: 20%
}

.page-about-us .st-mainbody .container .module-2 .cont-box {
    display: flex;
    padding-left: 20%;
    align-items: flex-start;
    margin-top: 50px
}

.page-about-us .st-mainbody .container .module-2 .cont-box .cont-summary {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    min-width: 20%
}

.page-about-us .st-mainbody .container .module-2 .cont-box .cont-content {
    padding-left: 5%;
    font-size: 16px;
    line-height: 24px;
    color: #444
}

.page-about-us .st-mainbody .container .module-2 .cont-box .cont-content p {
    margin-bottom: 20px
}

.page-about-us .st-mainbody .container .module-3 {
    position: relative;
    margin-top: 50px
}

.page-about-us .st-mainbody .container .module-3 .cont-bgimg {
    width: 104%;
    margin-left: -2%;
    height: 750px;
    position: relative
}

.page-about-us .st-mainbody .container .module-3 .cont-bgimg img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0
}

.page-about-us .st-mainbody .container .module-3 .cont-nav {
    width: 440px;
    max-height: 750px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-content: flex-end;
    justify-content: flex-end;
    margin-right: -2%
}

.page-about-us .st-mainbody .container .module-3 .cont-nav .nav-title {
    width: 220px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    cursor: pointer
}

.page-about-us .st-mainbody .container .module-3 .cont-nav .nav-title:first-child,
.page-about-us .st-mainbody .container .module-3 .cont-nav .nav-title:last-child {
    border-top: none;
    margin-left: 50%;
    border-bottom: none
}

.page-about-us .st-mainbody .container .module-3 .cont-nav .nav-title img {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 15px;
    height: 15px;
    object-fit: contain
}

.page-about-us .st-mainbody .container .module-3 .text-box {
    position: relative;
    width: 90%;
    margin-left: 12%;
    top: -150px;
    height: 620px;
    background-color: #ccc;
    border-radius: 4px 0 0 4px
}

.page-about-us .st-mainbody .container .module-3 .text-box .cont-text {
    padding: 50px 80px;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0
}

.page-about-us .st-mainbody .container .module-3 .text-box .cont-text .cont-summary {
    font-size: 16px;
    line-height: 28px;
    max-height: 150px;
    overflow-y: auto
}

.page-about-us .st-mainbody .container .module-3 .text-box .cont-text .cont-summary::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.page-about-us .st-mainbody .container .module-3 .text-box .cont-text .cont-summary::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
    filter: opacity(.5)
}

.page-about-us .st-mainbody .container .module-3 .text-box .cont-text .cont-summary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px transparent;
    border-radius: 5px;
    background-color: #ddd
}

.page-about-us .st-mainbody .container .module-3 .text-box .cont-text .cont-content {
    display: flex;
    align-items: center;
    margin-top: 50px;
    color: #444
}

.page-about-us .st-mainbody .container .module-3 .text-box .cont-text .cont-content img {
    width: 240px;
    height: 240px;
    object-fit: contain
}

.page-about-us .st-mainbody .container .module-3 .text-box .cont-text .cont-content>div {
    padding-left: 80px;
    max-height: 350px;
    overflow-y: auto;
    padding-right: 15px
}

.page-about-us .st-mainbody .container .module-3 .text-box .cont-text .cont-content>div::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.page-about-us .st-mainbody .container .module-3 .text-box .cont-text .cont-content>div::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
    filter: opacity(.5)
}

.page-about-us .st-mainbody .container .module-3 .text-box .cont-text .cont-content>div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px transparent;
    border-radius: 5px;
    background-color: #ddd
}

.page-about-us .st-mainbody .container .module-4 {
    display: flex;
    align-items: flex-start
}

.page-about-us .st-mainbody .container .module-4 .cont-l {
    flex: 5
}

.page-about-us .st-mainbody .container .module-4 .cont-l .cont-title {
    display: flex;
    flex-direction: column
}

.page-about-us .st-mainbody .container .module-4 .cont-l .cont-title span {
    font-weight: bold
}

.page-about-us .st-mainbody .container .module-4 .cont-l .cont-title span:last-child {
    margin-left: 18%
}

.page-about-us .st-mainbody .container .module-4 .cont-l .l-summary {
    margin-left: 32%;
    margin-top: 150px;
    padding-right: 8%;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px
}

.page-about-us .st-mainbody .container .module-4 .cont-r {
    flex: 4;
    margin-right: -2%
}

.page-about-us .st-mainbody .container .module-4 .cont-r .r-thumb {
    width: 100%;
    height: 530px
}

.page-about-us .st-mainbody .container .module-4 .cont-r .r-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.page-about-us .st-mainbody .container .module-4 .cont-r .r-content {
    padding-right: 4%;
    margin-top: 40px;
    font-size: 16px;
    color: #444
}

.page-about-us .st-mainbody .container .module-4 .cont-r .r-content p {
    margin-bottom: 20px
}

.page-down-feather .st-mainbody .container {
    position: relative
}

.page-down-feather .st-mainbody .container .down-feather-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 60px
}

.page-down-feather .st-mainbody .container .module.module-1 .cont-thumb {
    height: 650px;
    width: 92%;
    position: relative;
    margin-left: 10%;
    margin-top: 50px
}

.page-down-feather .st-mainbody .container .module.module-1 .cont-thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}

.page-down-feather .st-mainbody .container .module.module-1 .cont-thumb .cont-summary {
    position: absolute;
    bottom: 50px;
    right: 20%;
    z-index: 2;
    width: 40%;
    font-size: 20px
}

.page-down-feather .st-mainbody .container .module.module-2.PC-g {
    height: 100vh;
    width: 100%;
    display: flex;
    padding: 130px 0;
    position: relative;
    overflow: hidden
}

.page-down-feather .st-mainbody .container .module.module-2.PC-g .cont-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    max-width: 30%
}

.page-down-feather .st-mainbody .container .module.module-2.PC-g .screen {
    padding: 0 50px;
    flex: 0 0 180%;
    width: 180%;
    height: 100%;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap
}

.page-down-feather .st-mainbody .container .module.module-2.PC-g .screen .card-item {
    width: 8%;
    height: 26%;
    margin-right: 11%;
    background-size: 100% 100%;
    position: relative
}

.page-down-feather .st-mainbody .container .module.module-2.PC-g .screen .card-item img {
    position: absolute;
    width: 50%;
    height: 58%;
    object-fit: cover;
    top: 12px;
    right: 10px;
    border-radius: 2px
}

.page-down-feather .st-mainbody .container .module.module-2.PC-g .screen .card-item .card-title {
    width: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    font-weight: bold;
    position: absolute;
    bottom: 2px;
    right: 10px
}

.page-down-feather .st-mainbody .container .module.module-2.PC-g .screen .card-item:nth-child(5),
.page-down-feather .st-mainbody .container .module.module-2.PC-g .screen .card-item:nth-child(10) {
    margin-right: 0
}

.page-down-feather .st-mainbody .container .module.module-2.APP-g {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 60px 0;
    position: relative;
    overflow: hidden
}

.page-down-feather .st-mainbody .container .module.module-2.APP-g .screen {
    padding: 0;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap
}

.page-down-feather .st-mainbody .container .module.module-2.APP-g .screen .card-item {
    width: 45%;
    height: 24vw;
    background-size: 100% 100%;
    position: relative;
    margin-top: 30px
}

.page-down-feather .st-mainbody .container .module.module-2.APP-g .screen .card-item img {
    position: absolute;
    width: 50%;
    height: 58%;
    object-fit: cover;
    top: 12px;
    right: 10px;
    border-radius: 2px
}

.page-down-feather .st-mainbody .container .module.module-2.APP-g .screen .card-item .card-title {
    width: 50%;
    height: 6vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    font-size: 3vw;
    line-height: 3vw;
    font-weight: bold;
    position: absolute;
    bottom: 1vw;
    right: 10px
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-title {
    text-align: center
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-thumb {
    width: 92%;
    height: 500px;
    margin: 50px 0
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-l {
    width: 43%
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-l .item-title {
    font-size: 28px;
    font-weight: bold
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-l .item-summary {
    font-size: 16px;
    line-height: 28px;
    color: #444;
    margin-top: 25px
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r {
    width: 43%;
    display: flex;
    align-items: flex-start
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors {
    flex: 1
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .species-title,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .species-title,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .colors-title,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .colors-title {
    font-size: 20px;
    text-align: center
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .species-item,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .species-item,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .colors-item,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .colors-item {
    display: flex;
    align-items: center;
    height: 50px;
    margin-top: 20px;
    padding: 0 30px;
    border: 1px solid #333;
    border-radius: 100px
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .species-item .species-img,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .species-item .species-img,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .colors-item .species-img,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .colors-item .species-img,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .species-item .colors-img,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .species-item .colors-img,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .colors-item .colors-img,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .colors-item .colors-img {
    width: 30px;
    height: 30px
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .species-item .species-img img,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .species-item .species-img img,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .colors-item .species-img img,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .colors-item .species-img img,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .species-item .colors-img img,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .species-item .colors-img img,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .colors-item .colors-img img,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .colors-item .colors-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: flex;
    align-items: center
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .species-item .species-text,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .species-item .species-text,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .colors-item .species-text,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .colors-item .species-text,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .species-item .colors-text,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .species-item .colors-text,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-species .colors-item .colors-text,
.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors .colors-item .colors-text {
    font-size: 16px;
    margin-left: 10px
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-r .r-colors {
    padding-left: 10%
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item:nth-child(2n + 1) .item-thumb {
    margin-left: -2%
}

.page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item:nth-child(2n + 2) .item-thumb {
    margin-left: 10%
}

.page-down-feather .st-mainbody .container .module.module-4 {
    padding-top: 100px
}

.page-down-feather .st-mainbody .container .module.module-4 .cont {
    width: 80%;
    margin: 0 auto
}

.page-down-feather .st-mainbody .container .module.module-4 .cont .cont-summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px
}

.page-down-feather .st-mainbody .container .module.module-4 .cont .cont-summary span {
    flex: 0 0 45%;
    width: 45%;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold
}

.page-down-feather .st-mainbody .container .module.module-4 .cont .text-title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 50px
}

.page-down-feather .st-mainbody .container .module.module-4 .cont .text-subtitle {
    font-size: 20px;
    line-height: 36px;
    margin-top: 30px
}

.page-down-feather .st-mainbody .container .module.module-4 .cont .cont-cards {
    padding-top: 30px
}

.page-down-feather .st-mainbody .container .module.module-4 .cont .cont-cards .card-item {
    display: flex;
    align-items: center;
    padding-bottom: 50px
}

.page-down-feather .st-mainbody .container .module.module-4 .cont .cont-cards .card-item .item-thumb {
    flex: 0 0 310px;
    width: 310px;
    height: 310px
}

.page-down-feather .st-mainbody .container .module.module-4 .cont .cont-cards .card-item .item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.page-down-feather .st-mainbody .container .module.module-4 .cont .cont-cards .card-item .item-text .text-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px
}

.page-down-feather .st-mainbody .container .module.module-4 .cont .cont-cards .card-item .item-text .text-desc {
    font-size: 16px;
    line-height: 50px;
    margin-top: 20px
}

.page-down-feather .st-mainbody .container .module.module-4 .cont .cont-cards .card-item:nth-child(2n + 1) .item-thumb {
    margin-right: 10%
}

.page-down-feather .st-mainbody .container .module.module-4 .cont .cont-cards .card-item:nth-child(2n + 2) {
    flex-direction: row-reverse
}

.page-down-feather .st-mainbody .container .module.module-4 .cont .cont-cards .card-item:nth-child(2n + 2) .item-thumb {
    margin-left: 10%
}

.page-down-feather .st-mainbody .container .module.module-5 .cont,
.page-down-feather .st-mainbody .container .module.module-6 .cont {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    align-items: flex-start
}

.page-down-feather .st-mainbody .container .module.module-5 .cont .cont-l,
.page-down-feather .st-mainbody .container .module.module-6 .cont .cont-l {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.page-down-feather .st-mainbody .container .module.module-5 .cont .cont-l .l-nav,
.page-down-feather .st-mainbody .container .module.module-6 .cont .cont-l .l-nav {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
    margin-bottom: 15px;
    cursor: pointer
}

.page-down-feather .st-mainbody .container .module.module-5 .cont .cont-l .l-nav:hover,
.page-down-feather .st-mainbody .container .module.module-6 .cont .cont-l .l-nav:hover,
.page-down-feather .st-mainbody .container .module.module-5 .cont .cont-l .l-nav.l-nav-active,
.page-down-feather .st-mainbody .container .module.module-6 .cont .cont-l .l-nav.l-nav-active {
    border-bottom-color: #333
}

.page-down-feather .st-mainbody .container .module.module-5 .cont .cont-r {
    width: 70%
}

.page-down-feather .st-mainbody .container .module.module-5 .cont .cont-r .r-card {
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden
}

.page-down-feather .st-mainbody .container .module.module-5 .cont .cont-r .r-card .r-thumb {
    width: 100%
}

.page-down-feather .st-mainbody .container .module.module-5 .cont .cont-r .r-card .r-thumb img {
    width: 100%;
    object-fit: contain;
    border-radius: 4px
}

.page-down-feather .st-mainbody .container .module.module-5 .cont .cont-r .r-card .r-cont {
    font-size: 16px;
    color: #4d4d4d;
    padding: 20px 5px;
    line-height: 24px;
    margin-top: 20px
}

.page-down-feather .st-mainbody .container .module.module-5 .cont .cont-r .r-card.r-card-active {
    height: unset
}

.page-down-feather .st-mainbody .container .module.module-6 .cont .cont-r {
    width: 80%;
    margin-right: -10%
}

.page-down-feather .st-mainbody .container .module.module-6 .cont .cont-r .r-card {
    display: flex;
    align-items: center;
    height: 0;
    overflow: hidden
}

.page-down-feather .st-mainbody .container .module.module-6 .cont .cont-r .r-card .r-thumb {
    flex: 0 0 30%;
    height: 500px
}

.page-down-feather .st-mainbody .container .module.module-6 .cont .cont-r .r-card .r-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px
}

.page-down-feather .st-mainbody .container .module.module-6 .cont .cont-r .r-card .r-cont {
    flex: 1;
    font-size: 16px;
    color: #4d4d4d;
    padding: 20px 5px;
    line-height: 28px
}

.page-down-feather .st-mainbody .container .module.module-6 .cont .cont-r .r-card.r-card-active {
    height: unset
}

.page-down-feather .st-mainbody .container .module.module-7 .cont {
    width: 80%;
    margin: 50px auto;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-down-feather .st-mainbody .container .module.module-7 .cont .cont-text {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    height: 50px;
    display: flex;
    align-items: center
}

.page-down-feather .st-mainbody .container .module.module-7 .cont .cont-icon {
    width: 100px;
    height: 50px;
    cursor: pointer;
    font-size: 20px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-process-certifications .st-mainbody .container {
    position: relative
}

.page-process-certifications .st-mainbody .container .process-certifications-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 60px
}

.page-process-certifications .st-mainbody .container .module.module-1 {
    position: relative;
    height: 800px
}

.page-process-certifications .st-mainbody .container .module.module-1 .border-circle {
    position: absolute;
    top: 251px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 502px;
    height: 502px;
    border-radius: 50%;
    border: 2px solid #ccc;
    z-index: 5
}

.page-process-certifications .st-mainbody .container .module.module-1 .cont-list {
    position: absolute;
    top: 251px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 502px;
    height: 502px;
    border-radius: 50%;
    border: 2px solid transparent;
    z-index: 11
}

.page-process-certifications .st-mainbody .container .module.module-1 .cont-list .circle-item {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center bottom;
    width: 10px;
    height: 50%
}

.page-process-certifications .st-mainbody .container .module.module-1 .cont-list .circle-item::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .1s;
    border: 2px solid transparent
}

.page-process-certifications .st-mainbody .container .module.module-1 .cont-list .circle-item span {
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    transform-origin: center center
}

.page-process-certifications .st-mainbody .container .module.module-1 .cont-list .circle-item.circle-item-active::after {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 2px solid #ccc
}

.page-process-certifications .st-mainbody .container .module.module-1 .cont-list .circle-item.circle-item-fff::after {
    width: 10px;
    height: 10px;
    background-color: #fff
}

.page-process-certifications .st-mainbody .container .module.module-1 .banner-wrap {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    width: 240px;
    height: 270px;
    padding: 0 80px;
    box-sizing: content-box;
    display: flex;
    align-items: center
}

.page-process-certifications .st-mainbody .container .module.module-1 .banner-wrap .banner-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ccc;
    transition: .1s;
    cursor: pointer
}

.page-process-certifications .st-mainbody .container .module.module-1 .banner-wrap .banner-btn:hover {
    border: 2px solid #fff;
    color: #fff
}

.page-process-certifications .st-mainbody .container .module.module-1 .banner-wrap .banner-prev-btn {
    left: 0
}

.page-process-certifications .st-mainbody .container .module.module-1 .banner-wrap .banner-prev-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -2px
}

.page-process-certifications .st-mainbody .container .module.module-1 .banner-wrap .banner-next-btn {
    right: 0
}

.page-process-certifications .st-mainbody .container .module.module-1 .banner-wrap .banner-next-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -2px
}

.page-process-certifications .st-mainbody .container .module.module-1 .banner-wrap .banner-box .banner-item {
    height: 270px
}

.page-process-certifications .st-mainbody .container .module.module-1 .banner-wrap .banner-box .banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px
}

.page-process-certifications .st-mainbody .container .module.module-1 .banner-wrap .banner-box .banner-item span {
    font-size: 20px;
    color: #fff;
    position: absolute;
    width: 80%;
    top: 20px;
    left: 50%;
    transform: translateX(-50%)
}

.page-process-certifications .st-mainbody .container .module.module-1 .banner-wrap .banner-idx {
    position: absolute;
    left: 50%;
    bottom: -18%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold
}

.page-process-certifications .st-mainbody .container .module.module-1 .banner-wrap .banner-idx .idx,
.page-process-certifications .st-mainbody .container .module.module-1 .banner-wrap .banner-idx .total {
    font-size: 22px;
    margin: 0 8px;
    letter-spacing: 3px;
    font-weight: bold
}

.page-process-certifications .st-mainbody .container .module.module-1 .banner-wrap .banner-idx .total {
    color: #ccc
}

.page-process-certifications .st-mainbody .container .module.module-2 {
    margin-top: 100px
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item {
    width: 20%;
    height: 20%;
    position: relative;
    border-radius: 50%;
    margin-bottom: 80px
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item .item-bgimg {
    border-radius: 50%;
    box-shadow: 0 0 2px #fff;
    width: 120%;
    height: 120%
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item .item-bgimg img {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .2s
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item .item-cont {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item .item-cont .item-icon {
    width: 76px;
    height: 76px
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item .item-cont .item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item .item-cont .item-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 25px;
    margin-bottom: -25px;
    white-space: nowrap
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item i {
    font-size: 16px;
    color: #ccc
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:hover {
    z-index: 10
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:hover .item-bgimg img {
    opacity: 1
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(1) i,
.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(2) i,
.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(3) i,
.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(4) i {
    position: absolute;
    top: 50%;
    right: -14%;
    transform: translateY(-50%)
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(6) i,
.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(7) i,
.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(8) i,
.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(9) i {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%) rotate(180deg) !important
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(1) {
    order: 1
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(2) {
    order: 2
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(3) {
    order: 3
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(4) {
    order: 4
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(5) {
    order: 5
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(6) {
    order: 10
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(7) {
    order: 9
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(8) {
    order: 8
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(9) {
    order: 7
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(10) {
    order: 6
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(10) i {
    display: none
}

.page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(5) i {
    position: absolute;
    bottom: -45px;
    left: 60%;
    transform: translateX(-50%) rotate(90deg) !important
}

.page-process-certifications .st-mainbody .container .module.module-3 {
    position: relative
}

.page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap {
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
    height: 180px
}

.page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap .cont-cards {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
}

.page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap .cont-cards .card-item {
    flex: 0 0 12%;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 1%;
    background-color: #b3b3b3;
    border-radius: 4px;
    background-image: linear-gradient(to right, #ccc 50%, transparent 0), linear-gradient(#ccc 50%, transparent 0), linear-gradient(to left, #ccc 50%, transparent 0), linear-gradient(to top, #ccc 50%, transparent 0);
    background-position: top, right, bottom, left;
    background-size: 10px 1px, 1px 10px, 10px 1px, 1px 10px;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    transition: .2s;
    cursor: pointer;
    z-index: 4
}

.page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap .cont-cards .card-item .item-idx {
    height: 0;
    overflow: hidden;
    width: 20px;
    height: 20px;
    opacity: 0;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: -20px;
    transition: .2s
}

.page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap .cont-cards .card-item .item-icon {
    width: 66px;
    height: 66px
}

.page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap .cont-cards .card-item .item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap .cont-cards .card-item .item-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: -20px
}

.page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap .cont-cards .card-item.card-item-active,
.page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap .cont-cards .card-item:hover {
    height: 250px;
    background-color: #ccc;
    background-image: unset
}

.page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap .cont-cards .card-item.card-item-active .item-idx,
.page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap .cont-cards .card-item:hover .item-idx {
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 0
}

.page-process-certifications .st-mainbody .container .module.module-3 .cont-thumb {
    width: 100%
}

.page-process-certifications .st-mainbody .container .module.module-3 .cont-thumb img {
    width: 100%
}

.page-process-certifications .st-mainbody .container .module.module-4 {
    margin-top: 100px
}

.page-process-certifications .st-mainbody .container .module.module-4 .cont-thumb {
    width: 80%;
    margin: 80px auto 0
}

.page-process-certifications .st-mainbody .container .module.module-4 .cont-thumb img {
    width: 100%
}

.page-process-certifications .st-mainbody .container .module.module-5 {
    margin-top: 100px
}

.page-process-certifications .st-mainbody .container .module.module-5 .cont {
    width: 80%;
    margin: 0 auto
}

.page-process-certifications .st-mainbody .container .module.module-5 .cont .cont-summary {
    margin-top: 50px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px
}

.page-process-certifications .st-mainbody .container .module.module-5 .cont .cont-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0
}

.page-process-certifications .st-mainbody .container .module.module-5 .cont .cont-body .cont-l {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page-process-certifications .st-mainbody .container .module.module-5 .cont .cont-body .cont-l img {
    width: 80%;
    height: 80%;
    object-fit: contain
}

.page-process-certifications .st-mainbody .container .module.module-5 .cont .cont-body .cont-l a {
    font-size: 18px;
    color: #fff;
    margin-top: 30px
}

.page-process-certifications .st-mainbody .container .module.module-5 .cont .cont-body .cont-r {
    width: 60%;
    margin-left: 5%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 30px
}

.page-process-certifications .st-mainbody .container .module.module-5 .cont .cont-body .cont-r p {
    margin-bottom: 20px
}

.page-process-certifications .st-mainbody .container .module.module-6 {
    width: 104%;
    margin-left: -2%;
    margin-top: 100px;
    padding-top: 200px;
    display: flex;
    justify-content: flex-end;
    background-size: 100% 100%
}

.page-process-certifications .st-mainbody .container .module.module-6 .cont-box {
    width: 88%;
    background-color: #ccc
}

.page-process-certifications .st-mainbody .container .module.module-6 .cont-box .cont-title {
    text-align: right;
    padding: 70px 0;
    padding-right: 20px
}

.page-process-certifications .st-mainbody .container .module.module-6 .cont-box .cont-summary {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px
}

.page-process-certifications .st-mainbody .container .module.module-6 .cont-box .cont-body {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0
}

.page-process-certifications .st-mainbody .container .module.module-6 .cont-box .cont-body .cont-l {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page-process-certifications .st-mainbody .container .module.module-6 .cont-box .cont-body .cont-l img {
    width: 100%
}

.page-process-certifications .st-mainbody .container .module.module-6 .cont-box .cont-body .cont-l a {
    font-size: 18px;
    color: #fff;
    margin-top: 50px
}

.page-process-certifications .st-mainbody .container .module.module-6 .cont-box .cont-body .cont-r {
    width: 60%;
    margin-left: 5%
}

.page-process-certifications .st-mainbody .container .module.module-6 .cont-box .cont-body .cont-r p {
    font-size: 16px;
    margin-bottom: 20px
}

.page-process-certifications .st-mainbody .container .module.module-7 {
    margin-top: 100px
}

.page-process-certifications .st-mainbody .container .module.module-7 .cont {
    width: 80%;
    margin: 0 auto
}

.page-process-certifications .st-mainbody .container .module.module-7 .cont .cont-summary {
    margin-top: 50px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px
}

.page-process-certifications .st-mainbody .container .module.module-7 .cont .cont-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0
}

.page-process-certifications .st-mainbody .container .module.module-7 .cont .cont-body .cont-l {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page-process-certifications .st-mainbody .container .module.module-7 .cont .cont-body .cont-l img {
    width: 80%;
    height: 80%;
    object-fit: contain
}

.page-process-certifications .st-mainbody .container .module.module-7 .cont .cont-body .cont-l a {
    font-size: 18px;
    color: #fff;
    margin-top: 30px
}

.page-process-certifications .st-mainbody .container .module.module-7 .cont .cont-body .cont-r {
    width: 60%;
    margin-left: 5%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 30px
}

.page-process-certifications .st-mainbody .container .module.module-7 .cont .cont-body .cont-r p {
    margin-bottom: 20px
}

.page-process-certifications .st-mainbody .container .module.module-8 {
    width: 104%;
    margin-left: -2%;
    margin-top: 100px;
    padding-top: 200px;
    display: flex;
    justify-content: flex-end;
    background-size: 100% 100%;
    flex-direction: column;
    padding-top: 0;
    margin-top: 0
}

.page-process-certifications .st-mainbody .container .module.module-8 .cont-box {
    width: 88%;
    background-color: #ccc
}

.page-process-certifications .st-mainbody .container .module.module-8 .cont-box .cont-title {
    text-align: right;
    padding: 70px 0;
    padding-right: 20px
}

.page-process-certifications .st-mainbody .container .module.module-8 .cont-box .cont-summary {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px
}

.page-process-certifications .st-mainbody .container .module.module-8 .cont-box .cont-body {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0
}

.page-process-certifications .st-mainbody .container .module.module-8 .cont-box .cont-body .cont-l {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page-process-certifications .st-mainbody .container .module.module-8 .cont-box .cont-body .cont-l img {
    width: 100%
}

.page-process-certifications .st-mainbody .container .module.module-8 .cont-box .cont-body .cont-l a {
    font-size: 18px;
    color: #fff;
    margin-top: 50px
}

.page-process-certifications .st-mainbody .container .module.module-8 .cont-box .cont-body .cont-r {
    width: 60%;
    margin-left: 5%
}

.page-process-certifications .st-mainbody .container .module.module-8 .cont-box .cont-body .cont-r p {
    font-size: 16px;
    margin-bottom: 20px
}

.page-process-certifications .st-mainbody .container .module.module-8 .cont-thumb {
    width: 100%
}

.page-process-certifications .st-mainbody .container .module.module-8 .cont-thumb img {
    width: 100%
}

.page-process-certifications .st-mainbody .container .module.module-8 .cont-box {
    margin-left: auto;
    margin-top: -200px;
    z-index: 10
}

.page-species-origin .st-mainbody .container .navs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-species-origin .st-mainbody .container .navs .nav {
    font-size: 28px;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    color: #4d4d4d;
    margin: 0 10%;
    transition: .2s;
    cursor: pointer
}

.page-species-origin .st-mainbody .container .navs .nav:hover,
.page-species-origin .st-mainbody .container .navs .nav.nav-active {
    border-bottom: 2px solid #333;
    color: #333
}

.page-species-origin .st-mainbody .container .doc-body .cont {
    padding-top: 100px;
    display: none
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-thumb {
    width: 80%;
    margin: 0 auto;
    position: relative;
    margin-top: 100px
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-thumb img:first-child {
    width: 100%
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-thumb img:last-child {
    width: 25%;
    object-fit: contain;
    position: absolute;
    top: -5%;
    right: -5%
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-classification {
    padding-top: 100px
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list {
    width: 100%
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list .cards-navs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list .cards-navs .card-nav {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #4d4d4d;
    margin-top: 50px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: .2s
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list .cards-navs .card-nav:hover,
.page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list .cards-navs .card-nav.card-nav-active {
    color: #333;
    border-bottom: 2px solid #333
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list .cards-body .cards-cont {
    width: 80%;
    margin: 0 auto;
    display: none;
    padding-top: 80px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list .cards-body .cards-cont .card-img {
    width: 31%;
    height: 280px;
    margin-bottom: 50px
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list .cards-body .cards-cont .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list .cards-body .cards-cont .card-img:not(:nth-child(3n + 1)) {
    margin-left: 3.5%
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list .cards-body .cards-cont .card-img:nth-child(2) {
    transform: translateY(50%)
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards {
    padding-bottom: 50px
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item {
    flex: 0 0 23.8%;
    width: 23.8%;
    height: 380px;
    margin-bottom: 2.5%;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    transition: .2s;
    background-image: linear-gradient(to right, #ccc 50%, transparent 0), linear-gradient(#ccc 50%, transparent 0), linear-gradient(to left, #ccc 50%, transparent 0), linear-gradient(to top, #ccc 50%, transparent 0);
    background-position: top, right, bottom, left;
    background-size: 10px 1px, 1px 10px, 10px 1px, 1px 10px;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item:not(:nth-child(4n + 4)) {
    margin-right: 1.5%
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item:nth-child(4n + 2),
.page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item:nth-child(4n + 4) {
    transform: translateY(15%)
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item .text-card-body {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    transition: .1s
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item .text-card-body span:first-child {
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    color: #333
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item .text-card-body span:last-child {
    font-size: 16px;
    color: #333;
    line-height: 30px
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item .text-card-bgimg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #ccc;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 15px;
    border-radius: 4px;
    opacity: 0;
    transition: .2s
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item .text-card-bgimg img {
    width: 60%;
    object-fit: contain;
    opacity: .2
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item:hover {
    background-image: unset
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item:hover .text-card-body {
    background-color: #ccc;
    transform: rotate(6deg) translateX(20px) translateZ(20px);
    transform-origin: left center;
    box-shadow: 0 14px 40px 0 rgba(29, 29, 29, 0.24)
}

.page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item:hover .text-card-bgimg {
    opacity: 1;
    transform: rotateZ(-2deg) translateY(-70px)
}

.page-partners .st-mainbody .container {
    position: relative;
    z-index: 100
}

.page-partners .st-mainbody .container .partners-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 50px
}

.page-partners .st-mainbody .container .img-list {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 50px
}

.page-partners .st-mainbody .container .img-list .img-item {
    flex: 0 0 22%;
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0
}

.page-partners .st-mainbody .container .img-list .img-item img {
    width: 80%;
    height: 55px;
    object-fit: contain
}

.page-partners .st-mainbody .container .img-list .img-item:not(:nth-child(4n + 4)) {
    margin-right: 4%
}

.page-quality-price .st-mainbody .quality-price-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 60px
}

.page-quality-price .st-mainbody .module.module-1 {
    position: relative
}

.page-quality-price .st-mainbody .module.module-1 .cont-title {
    position: relative;
    width: 55%;
    z-index: 2
}

.page-quality-price .st-mainbody .module.module-1 .cont {
    width: 80%;
    margin: 50px auto 0;
    position: relative;
    z-index: 2
}

.page-quality-price .st-mainbody .module.module-1 .cont .cont-subtitle {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px
}

.page-quality-price .st-mainbody .module.module-1 .cont .cont-summary {
    font-size: 16px;
    line-height: 32px;
    width: 70%;
    font-weight: 400
}

.page-quality-price .st-mainbody .module.module-1 img {
    position: absolute;
    width: 50%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 0
}

.page-quality-price .st-mainbody .module.module-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 150px;
    position: relative
}

.page-quality-price .st-mainbody .module.module-2 .cont-title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    text-align: center
}

.page-quality-price .st-mainbody .module.module-2>img {
    width: 40%
}

.page-quality-price .st-mainbody .module.module-2 .cont-vs-text {
    font-size: 36px;
    font-weight: bold
}

.page-quality-price .st-mainbody .module.module-2 .cont-navs {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.page-quality-price .st-mainbody .module.module-2 .cont-navs .cont-nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer
}

.page-quality-price .st-mainbody .module.module-2 .cont-navs .cont-nav img {
    width: 70%;
    height: 250px;
    object-fit: contain
}

.page-quality-price .st-mainbody .module.module-2 .cont-navs .cont-nav span {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    display: #333;
    margin-top: 10px;
    border-bottom: 2px solid transparent
}

.page-quality-price .st-mainbody .module.module-2 .cont-navs .cont-nav.cont-nav-active span {
    border-bottom: 2px solid #333
}

.page-quality-price .st-mainbody .module.module-2 .cont-body {
    width: 80%;
    margin: 100px auto 0
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-item {
    display: none;
    position: relative
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-item .item-textcard {
    position: relative;
    z-index: 2
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-item .item-textcard .textcard-title {
    font-size: 24px;
    font-weight: bold
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-item .item-textcard .textcard-summary {
    font-size: 14px;
    padding-left: 10%;
    line-height: 24px;
    margin: 50px 0 80px
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-item>img {
    width: 30%;
    height: 250px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    right: -15%;
    transform: translateY(-50%);
    z-index: 1
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-item.body-item-active {
    display: block
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs {
    display: none
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 50px
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item {
    width: 85%;
    display: flex;
    margin-left: 10%;
    padding: 20px 0
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-l {
    flex: 3;
    padding: 30px 0
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-l .item-l-title {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-l .item-l-nav {
    font-size: 16px;
    font-weight: bold;
    color: #4d4d4d;
    margin-top: 30px;
    cursor: pointer;
    display: none;
    white-space: nowrap
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-l .item-l-nav.item-l-nav-show {
    display: block
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-l .item-l-nav.item-l-nav-active {
    color: #333
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-r {
    flex: 7;
    display: flex;
    margin-right: -10%;
    flex-direction: column;
    padding-left: 5%
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-r .item-r-cont {
    display: none;
    align-items: center
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-r .item-r-cont .item-r-cont-item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-r .item-r-cont .item-r-cont-item .item-r-cont-natural-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-r .item-r-cont .item-r-cont-item .item-r-cont-natural-thumb {
    height: 150px
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-r .item-r-cont .item-r-cont-item .item-r-cont-natural-thumb img {
    height: 150px
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-r .item-r-cont .vs-subitem-cards-vs {
    font-size: 36px;
    font-weight: bolder;
    margin: 0 20px -40px
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-r .item-r-cont.item-r-cont-active {
    display: flex
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs.body-vs-active {
    display: block
}

.page-quality-price .st-mainbody .module.module-3 .cont-thumb {
    width: 80%;
    margin: 50px auto 100px
}

.page-quality-price .st-mainbody .module.module-3 .cont-thumb img {
    width: 100%
}

.page-quality-price .st-mainbody .module.module-4 .cont-title {
    max-width: 70%;
    margin: 0 auto 50px;
    text-align: center
}

.page-quality-price .st-mainbody .module.module-4 .cont-thumb {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-quality-price .st-mainbody .module.module-4 .cont-thumb img {
    width: 100%
}

.page-care .st-mainbody .care-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 60px
}

.page-care .st-mainbody .module.module-1 .cont-title {
    max-width: 70%
}

.page-care .st-mainbody .module.module-1 .cont-cards {
    width: 70%;
    margin: 0 10% 0 20%;
    column-count: 2;
    column-gap: 20%;
    margin-top: 100px
}

.page-care .st-mainbody .module.module-1 .cont-cards .card-item {
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column
}

.page-care .st-mainbody .module.module-1 .cont-cards .card-item .card-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #666;
    border-radius: 50%
}

.page-care .st-mainbody .module.module-1 .cont-cards .card-item .card-icon img {
    width: 60%;
    height: 60%;
    object-fit: contain
}

.page-care .st-mainbody .module.module-1 .cont-cards .card-item .card-desc {
    display: flex;
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 16px;
    color: #4b4b4b;
    line-height: 28px
}

.page-care .st-mainbody .module.module-2 {
    width: 104%;
    margin-left: -2%;
    background-size: cover;
    background-position: center center;
    padding-top: 200px
}

.page-care .st-mainbody .module.module-2 .cont {
    width: 90%;
    margin-left: 10%;
    background-color: #ccc;
    padding: 50px 5% 30px 15%
}

.page-care .st-mainbody .module.module-2 .cont .cont-title {
    text-align: right
}

.page-care .st-mainbody .module.module-2 .cont .cont-cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 100px
}

.page-care .st-mainbody .module.module-2 .cont .cont-cards .card-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: 100%
}

.page-care .st-mainbody .module.module-2 .cont .cont-cards .card-item .card-icon {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #666;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-care .st-mainbody .module.module-2 .cont .cont-cards .card-item .card-icon img {
    width: 60%;
    height: 60%
}

.page-care .st-mainbody .module.module-2 .cont .cont-cards .card-item .card-desc {
    flex: 1;
    display: flex;
    font-size: 16px;
    color: #4b4b4b;
    line-height: 28px;
    padding-left: 5%;
    max-height: 100px
}

.page-care .st-mainbody .module.module-3 {
    padding: 100px 0
}

.page-care .st-mainbody .module.module-3 .cont {
    width: 80%;
    margin: 0 auto
}

.page-care .st-mainbody .module.module-3 .cont .cont-summary {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    margin: 80px 0
}

.page-care .st-mainbody .module.module-3 .cont .cont-cards {
    display: flex
}

.page-care .st-mainbody .module.module-3 .cont .cont-cards .card-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.page-care .st-mainbody .module.module-3 .cont .cont-cards .card-item .card-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #666;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-care .st-mainbody .module.module-3 .cont .cont-cards .card-item .card-icon img {
    width: 60%;
    height: 60%
}

.page-care .st-mainbody .module.module-3 .cont .cont-cards .card-item .card-desc {
    flex: 1;
    display: flex;
    font-size: 16px;
    color: #4b4b4b;
    line-height: 28px;
    padding-left: 5%;
    margin-top: 50px
}

.page-care .st-mainbody .module.module-3 .cont .cont-cards .card-item:not(:last-child) {
    margin-right: 5%
}

.page-care .st-mainbody .module.module-4 {
    width: 104%;
    margin-left: -2%;
    padding: 100px 2%;
    background-size: cover;
    background-position: center center
}

.page-care .st-mainbody .module.module-4 .cont {
    width: 80%;
    margin: 0 auto
}

.page-care .st-mainbody .module.module-4 .cont .cont-summary {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    margin: 80px 0
}

.page-care .st-mainbody .module.module-4 .cont .cont-cards {
    display: flex
}

.page-care .st-mainbody .module.module-4 .cont .cont-cards .card-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.page-care .st-mainbody .module.module-4 .cont .cont-cards .card-item .card-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #666;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-care .st-mainbody .module.module-4 .cont .cont-cards .card-item .card-icon img {
    width: 60%;
    height: 60%
}

.page-care .st-mainbody .module.module-4 .cont .cont-cards .card-item .card-desc {
    flex: 1;
    display: flex;
    font-size: 16px;
    color: #4b4b4b;
    line-height: 28px;
    padding-left: 5%;
    margin-top: 50px
}

.page-care .st-mainbody .module.module-4 .cont .cont-cards .card-item:not(:last-child) {
    margin-right: 5%
}

.page-care .st-mainbody .module.module-5 {
    padding-top: 100px
}

.page-care .st-mainbody .module.module-5 .cont {
    width: 80%;
    margin: 50px auto
}

.page-care .st-mainbody .module.module-5 .cont .cont-cards {
    display: flex;
    flex-direction: column
}

.page-care .st-mainbody .module.module-5 .cont .cont-cards .card-item {
    display: flex;
    align-items: flex-start;
    padding: 50px 0;
    border-bottom: 1px solid #ccc
}

.page-care .st-mainbody .module.module-5 .cont .cont-cards .card-item .card-icon {
    width: 0;
    height: 0;
    border: 12px solid #333;
    border-top: 25px solid #333;
    border-bottom: 10px solid transparent;
    border-radius: 2px 2px 0 0;
    position: relative
}

.page-care .st-mainbody .module.module-5 .cont .cont-cards .card-item .card-icon span {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -100%)
}

.page-care .st-mainbody .module.module-5 .cont .cont-cards .card-item .card-desc {
    display: flex;
    font-size: 16px;
    color: #4b4b4b;
    line-height: 28px;
    padding-left: 2%
}

.page-newsletter .st-mainbody>.container .cont {
    display: flex;
    margin-top: 100px
}

.page-newsletter .st-mainbody>.container .cont .cont-l {
    flex: 3 0 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.page-newsletter .st-mainbody>.container .cont .cont-l img {
    width: 60%;
    object-fit: contain
}

.page-newsletter .st-mainbody>.container .cont .cont-r {
    flex: 7 0 70%;
    padding-right: 6%
}

.page-newsletter .st-mainbody>.container .cont .cont-r .new-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-newsletter .st-mainbody>.container .cont .cont-r .new-item .item-thumb {
    width: 100%;
    height: 430px
}

.page-newsletter .st-mainbody>.container .cont .cont-r .new-item .item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.page-newsletter .st-mainbody>.container .cont .cont-r .new-item .item-date {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    background-color: #4d4d4d;
    position: relative;
    overflow: hidden
}

.page-newsletter .st-mainbody>.container .cont .cont-r .new-item .item-date span:first-child {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 14px;
    left: 14px
}

.page-newsletter .st-mainbody>.container .cont .cont-r .new-item .item-date span:last-child {
    font-size: 20px;
    color: #ccc;
    position: absolute;
    bottom: 10px;
    right: 10px
}

.page-newsletter .st-mainbody>.container .cont .cont-r .new-item .item-date::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 200px;
    background-color: #666;
    transform: translate(-50%, -50%) rotate(45deg)
}

.page-newsletter .st-mainbody>.container .cont .cont-r .new-item .item-title {
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 20px
}

.page-newsletter .st-mainbody>.container .cont .cont-r .new-item .item-summary {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.page-newsletter .st-mainbody>.container .cont .cont-r .new-item:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #808080
}

.page-newsletter-detail .st-mainbody .container .newsletter-detail-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 60px
}

.page-newsletter-detail .st-mainbody .container .doc-header {
    display: flex;
    width: 100%;
    padding-right: 10%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.page-newsletter-detail .st-mainbody .container .doc-header .cont-icon {
    height: 200px
}

.page-newsletter-detail .st-mainbody .container .doc-header .cont-icon img {
    height: 100%;
    object-fit: contain
}

.page-newsletter-detail .st-mainbody .container .content {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px
}

.page-newsletter-detail .st-mainbody .container .content img {
    width: 100%;
    max-height: 800px;
    object-fit: contain;
    margin: 30px 0
}

.page-newsletter-detail .st-mainbody .container .content .row {
    display: flex;
    align-items: center
}

.page-newsletter-detail .st-mainbody .container .content strong {
    font-weight: bold !important
}

.page-newsletter-detail .st-mainbody .container .content strong span {
    font-weight: bold !important
}

.page-FAQs .st-mainbody {
    position: relative;
    z-index: 2
}

.page-FAQs .st-mainbody .container .faqs-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px
}

.page-FAQs .st-mainbody .container .cont {
    width: 80%;
    margin: 0 auto;
    padding: 50px
}

.page-FAQs .st-mainbody .container .cont .card-item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ccc
}

.page-FAQs .st-mainbody .container .cont .card-item .item-t {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 0
}

.page-FAQs .st-mainbody .container .cont .card-item .item-t .item-title {
    font-size: 24px;
    font-weight: bold
}

.page-FAQs .st-mainbody .container .cont .card-item .item-t .item-icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    margin-left: 5%
}

.page-FAQs .st-mainbody .container .cont .card-item .item-t .item-icon span.icon-minus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
    opacity: 0;
    transition: .1s
}

.page-FAQs .st-mainbody .container .cont .card-item .item-t .item-icon span.icon-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 1px;
    transition: .1s
}

.page-FAQs .st-mainbody .container .cont .card-item .item-t .item-icon span.icon-plus::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #333
}

.page-FAQs .st-mainbody .container .cont .card-item .item-t .item-icon span.icon-plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 20px;
    border-radius: 1px;
    background-color: #333
}

.page-FAQs .st-mainbody .container .cont .card-item .item-b {
    font-size: 14px;
    line-height: 24px;
    height: 0;
    overflow: hidden;
    transition: .2s
}

.page-FAQs .st-mainbody .container .cont .card-item.item-active .item-icon span.icon-minus {
    opacity: 1
}

.page-FAQs .st-mainbody .container .cont .card-item.item-active .item-icon span.icon-plus {
    opacity: 0
}

.page-FAQs .st-mainbody .container .cont .card-item.item-active .item-b {
    height: unset;
    overflow: unset
}

.page-contact-us .st-mainbody {
    position: relative;
    z-index: 2
}

.page-contact-us .st-mainbody .container .cont {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px
}

.page-contact-us .st-mainbody .container .cont .cont-l {
    flex: 0 0 40%;
    position: relative
}

.page-contact-us .st-mainbody .container .cont .cont-l .l-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px
}

.page-contact-us .st-mainbody .container .cont .cont-l #iform-3 .form-control {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    margin-bottom: 40px
}

.page-contact-us .st-mainbody .container .cont .cont-l #iform-3 .form-control::placeholder {
    color: #666
}

.page-contact-us .st-mainbody .container .cont .cont-l #iform-3 .form-action button {
    font-size: 20px;
    padding: 0;
    color: #333;
    width: unset;
    background-color: transparent !important;
    border: none !important;
    outline: none;
    font-weight: bold
}

.page-contact-us .st-mainbody .container .cont .cont-l #iform-3 .form-action button:active {
    box-shadow: none
}

.page-contact-us .st-mainbody .container .cont .cont-l .has-error .help-block {
    display: none !important
}

.page-contact-us .st-mainbody .container .cont .cont-l .control-label {
    font-size: 16px
}

.page-contact-us .st-mainbody .container .cont .cont-l .has-error .control-label {
    color: #e64141
}

.page-contact-us .st-mainbody .container .cont .cont-l .form-control,
.page-contact-us .st-mainbody .container .cont .cont-l .has-error .form-control {
    border-color: transparent;
    box-shadow: none
}

.page-contact-us .st-mainbody .container .cont .cont-l>img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    position: absolute;
    left: 100px;
    bottom: 0
}

.page-contact-us .st-mainbody .container .cont .cont-r {
    flex: 0 0 40%
}

.page-contact-us .st-mainbody .container .cont .cont-r .r-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px
}

.page-contact-us .st-mainbody .container .cont .cont-r .r-telephone,
.page-contact-us .st-mainbody .container .cont .cont-r .r-email,
.page-contact-us .st-mainbody .container .cont .cont-r .r-fax,
.page-contact-us .st-mainbody .container .cont .cont-r .r-qr-code {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px
}

.page-contact-us .st-mainbody .container .cont .cont-r .r-telephone span:first-child,
.page-contact-us .st-mainbody .container .cont .cont-r .r-email span:first-child,
.page-contact-us .st-mainbody .container .cont .cont-r .r-fax span:first-child,
.page-contact-us .st-mainbody .container .cont .cont-r .r-qr-code span:first-child {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px
}

.page-contact-us .st-mainbody .container .cont .cont-r .r-telephone span:last-child,
.page-contact-us .st-mainbody .container .cont .cont-r .r-email span:last-child,
.page-contact-us .st-mainbody .container .cont .cont-r .r-fax span:last-child,
.page-contact-us .st-mainbody .container .cont .cont-r .r-qr-code span:last-child {
    font-size: 14px;
    color: #4b4b4b;
    font-weight: bold
}

.page-contact-us .st-mainbody .container .cont .cont-r .r-telephone img,
.page-contact-us .st-mainbody .container .cont .cont-r .r-email img,
.page-contact-us .st-mainbody .container .cont .cont-r .r-fax img,
.page-contact-us .st-mainbody .container .cont .cont-r .r-qr-code img {
    width: 130px;
    height: 130px;
    object-fit: contain
}

.page-product-module .st-mainbody .module.module-0,
.page-product-module-2logo .st-mainbody .module.module-0,
.page-product-module-logos .st-mainbody .module.module-0 {
    position: relative
}

.page-product-module .st-mainbody .module.module-0 .doc-title,
.page-product-module-2logo .st-mainbody .module.module-0 .doc-title,
.page-product-module-logos .st-mainbody .module.module-0 .doc-title {
    font-size: 70px;
    font-weight: bold;
    line-height: 95px;
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative
}

.page-product-module .st-mainbody .module.module-0 .doc-title img,
.page-product-module-2logo .st-mainbody .module.module-0 .doc-title img,
.page-product-module-logos .st-mainbody .module.module-0 .doc-title img {
    height: 70px;
    margin-left: 30px
}

.page-product-module .st-mainbody .module.module-0 .doc-summary,
.page-product-module-2logo .st-mainbody .module.module-0 .doc-summary,
.page-product-module-logos .st-mainbody .module.module-0 .doc-summary {
    margin-top: 50px;
    font-size: 16px;
    line-height: 28px;
    max-width: 40%;
    margin-left: 10%
}

.page-product-module .st-mainbody .module.module-0 .doc-cards,
.page-product-module-2logo .st-mainbody .module.module-0 .doc-cards,
.page-product-module-logos .st-mainbody .module.module-0 .doc-cards {
    width: 72%;
    margin: 0 18% 0 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5%;
    position: relative;
    z-index: 10
}

.page-product-module .st-mainbody .module.module-0 .doc-cards .card-item,
.page-product-module-2logo .st-mainbody .module.module-0 .doc-cards .card-item,
.page-product-module-logos .st-mainbody .module.module-0 .doc-cards .card-item {
    width: 22%;
    flex: 0 0 22%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 300px;
    background: rgba(203, 203, 203, 0);
    box-shadow: inset 2px 1px 10px rgba(254, 254, 254, 0.53), inset 35px 0 65px 0 rgba(255, 255, 255, 0.45), inset -1px -1px 20px rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 3.5%
}

.page-product-module .st-mainbody .module.module-0 .doc-cards .card-item>div,
.page-product-module-2logo .st-mainbody .module.module-0 .doc-cards .card-item>div,
.page-product-module-logos .st-mainbody .module.module-0 .doc-cards .card-item>div {
    display: flex;
    flex-direction: column
}

.page-product-module .st-mainbody .module.module-0 .doc-cards .card-item>div>span:first-child,
.page-product-module-2logo .st-mainbody .module.module-0 .doc-cards .card-item>div>span:first-child,
.page-product-module-logos .st-mainbody .module.module-0 .doc-cards .card-item>div>span:first-child {
    font-size: 16px
}

.page-product-module .st-mainbody .module.module-0 .doc-cards .card-item>div>span:last-child,
.page-product-module-2logo .st-mainbody .module.module-0 .doc-cards .card-item>div>span:last-child,
.page-product-module-logos .st-mainbody .module.module-0 .doc-cards .card-item>div>span:last-child {
    font-size: 24px;
    margin-top: 5px
}

.page-product-module .st-mainbody .module.module-0 .doc-video-poster,
.page-product-module-2logo .st-mainbody .module.module-0 .doc-video-poster,
.page-product-module-logos .st-mainbody .module.module-0 .doc-video-poster {
    width: 50%;
    height: 95vh;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -2%;
    z-index: 1;
    margin-top: -100px
}

.page-product-module .st-mainbody .module.module-0 .doc-video-poster::after,
.page-product-module-2logo .st-mainbody .module.module-0 .doc-video-poster::after,
.page-product-module-logos .st-mainbody .module.module-0 .doc-video-poster::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #b3b3b3 10%, transparent)
}

.page-product-module .st-mainbody .module.module-0 .doc-video-poster img,
.page-product-module-2logo .st-mainbody .module.module-0 .doc-video-poster img,
.page-product-module-logos .st-mainbody .module.module-0 .doc-video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.page-product-module .st-mainbody .module.module-0 .doc-video-btn,
.page-product-module-2logo .st-mainbody .module.module-0 .doc-video-btn,
.page-product-module-logos .st-mainbody .module.module-0 .doc-video-btn {
    width: 35px;
    height: 35px;
    box-sizing: content-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #fff;
    border: 10px solid #e0e0e0;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(-50%, -50%);
    z-index: 15;
    cursor: pointer
}

.page-product-module .st-mainbody .module.module-0 .doc-video-btn i,
.page-product-module-2logo .st-mainbody .module.module-0 .doc-video-btn i,
.page-product-module-logos .st-mainbody .module.module-0 .doc-video-btn i {
    margin-left: 3px
}

.page-product-module .st-mainbody .module.module-1,
.page-product-module-2logo .st-mainbody .module.module-1,
.page-product-module-logos .st-mainbody .module.module-1 {
    margin-top: 150px
}

.page-product-module .st-mainbody .module.module-1 .cont-exhibition,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition,
.page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition {
    width: 80%;
    margin: 0 10%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.page-product-module .st-mainbody .module.module-1 .cont-exhibition .exhibition-item,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition .exhibition-item,
.page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition .exhibition-item {
    flex: 0 0 30%;
    background: rgba(203, 203, 203, 0);
    box-shadow: inset 2px 1px 10px rgba(254, 254, 254, 0.53), inset 35px 0 65px 0 rgba(255, 255, 255, 0.45), inset -1px -1px 20px rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 3%;
    position: relative
}

.page-product-module .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video,
.page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video {
    height: 300px;
    position: relative
}

.page-product-module .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video img.img-default,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video img.img-default,
.page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video img.img-default {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 10
}

.page-product-module .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video .img-active-wrap,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video .img-active-wrap,
.page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video .img-active-wrap {
    width: 50px;
    position: absolute;
    left: 50%;
    bottom: 7px;
    transform: translateX(-50%);
    z-index: 5;
    height: 284px;
    overflow: hidden
}

.page-product-module .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video .img-active-wrap img.img-active,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video .img-active-wrap img.img-active,
.page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video .img-active-wrap img.img-active {
    height: 284px;
    position: absolute;
    bottom: 0;
    width: 50px
}

.page-product-module .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-params,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-params,
.page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-params {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-product-module .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-params span:first-child,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-params span:first-child,
.page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-params span:first-child {
    font-size: 18px
}

.page-product-module .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-params span:last-child,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-params span:last-child,
.page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-params span:last-child {
    font-size: 14px;
    color: #666;
    margin-top: 5px
}

.page-product-module .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video-btn,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video-btn,
.page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video-btn {
    width: 35px;
    height: 35px;
    box-sizing: content-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #fff;
    border: 10px solid #e0e0e0;
    position: absolute;
    top: 18%;
    right: -1%;
    transform: translate(-50%, -50%);
    z-index: 15;
    cursor: pointer
}

.page-product-module .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video-btn i,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video-btn i,
.page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition .exhibition-item .item-video-btn i {
    margin-left: 3px
}

.page-product-module .st-mainbody .module.module-1 .cont-cards,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-cards,
.page-product-module-logos .st-mainbody .module.module-1 .cont-cards {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto
}

.page-product-module .st-mainbody .module.module-1 .cont-cards .card-item,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-cards .card-item,
.page-product-module-logos .st-mainbody .module.module-1 .cont-cards .card-item {
    flex: 0 0 32%;
    margin-top: 50px
}

.page-product-module .st-mainbody .module.module-1 .cont-cards .card-item img,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-cards .card-item img,
.page-product-module-logos .st-mainbody .module.module-1 .cont-cards .card-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 20px
}

.page-product-module .st-mainbody .module.module-1 .cont-cards .card-item .card-cont,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-cards .card-item .card-cont,
.page-product-module-logos .st-mainbody .module.module-1 .cont-cards .card-item .card-cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-top: 1px solid #ccc;
    padding-top: 20px
}

.page-product-module .st-mainbody .module.module-1 .cont-cards .card-item .card-cont span:first-child,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-cards .card-item .card-cont span:first-child,
.page-product-module-logos .st-mainbody .module.module-1 .cont-cards .card-item .card-cont span:first-child {
    font-size: 16px
}

.page-product-module .st-mainbody .module.module-1 .cont-cards .card-item .card-cont span:nth-child(2),
.page-product-module-2logo .st-mainbody .module.module-1 .cont-cards .card-item .card-cont span:nth-child(2),
.page-product-module-logos .st-mainbody .module.module-1 .cont-cards .card-item .card-cont span:nth-child(2) {
    font-size: 24px;
    margin-top: 5px
}

.page-product-module .st-mainbody .module.module-1 .cont-cards .card-item .card-cont span:last-child,
.page-product-module-2logo .st-mainbody .module.module-1 .cont-cards .card-item .card-cont span:last-child,
.page-product-module-logos .st-mainbody .module.module-1 .cont-cards .card-item .card-cont span:last-child {
    font-size: 14px;
    color: #666;
    margin-top: 2px
}

.page-product-module .st-mainbody .module.module-1 .cont-cards .card-item:not(:nth-child(3n + 3)),
.page-product-module-2logo .st-mainbody .module.module-1 .cont-cards .card-item:not(:nth-child(3n + 3)),
.page-product-module-logos .st-mainbody .module.module-1 .cont-cards .card-item:not(:nth-child(3n + 3)) {
    margin-right: 2%
}

.page-product-module .st-mainbody .module.module-2,
.page-product-module-2logo .st-mainbody .module.module-2,
.page-product-module-logos .st-mainbody .module.module-2 {
    margin-top: 150px
}

.page-product-module .st-mainbody .module.module-2 .cont-list,
.page-product-module-2logo .st-mainbody .module.module-2 .cont-list,
.page-product-module-logos .st-mainbody .module.module-2 .cont-list {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto
}

.page-product-module .st-mainbody .module.module-2 .cont-list .img-item,
.page-product-module-2logo .st-mainbody .module.module-2 .cont-list .img-item,
.page-product-module-logos .st-mainbody .module.module-2 .cont-list .img-item {
    flex: 0 0 22%;
    padding: 5%;
    background: rgba(203, 203, 203, 0);
    box-shadow: inset 2px 1px 10px rgba(254, 254, 254, 0.53), inset 35px 0 65px 0 rgba(255, 255, 255, 0.45), inset -1px -1px 20px rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-product-module .st-mainbody .module.module-2 .cont-list .img-item img,
.page-product-module-2logo .st-mainbody .module.module-2 .cont-list .img-item img,
.page-product-module-logos .st-mainbody .module.module-2 .cont-list .img-item img {
    width: 100%
}

.page-product-module .st-mainbody .module.module-2 .cont-list .img-item:not(:nth-child(4n + 4)),
.page-product-module-2logo .st-mainbody .module.module-2 .cont-list .img-item:not(:nth-child(4n + 4)),
.page-product-module-logos .st-mainbody .module.module-2 .cont-list .img-item:not(:nth-child(4n + 4)) {
    margin-right: 4%
}

.page-product-module .st-mainbody .module.module-3,
.page-product-module-2logo .st-mainbody .module.module-3,
.page-product-module-logos .st-mainbody .module.module-3 {
    margin-top: 100px
}

.page-product-module .st-mainbody .module.module-3 .cont-body,
.page-product-module-2logo .st-mainbody .module.module-3 .cont-body,
.page-product-module-logos .st-mainbody .module.module-3 .cont-body {
    width: 92%;
    margin-right: -2%;
    margin-left: auto;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 50px
}

.page-product-module .st-mainbody .module.module-3 .cont-body .cont-img,
.page-product-module-2logo .st-mainbody .module.module-3 .cont-body .cont-img,
.page-product-module-logos .st-mainbody .module.module-3 .cont-body .cont-img {
    width: 100%;
    height: 100%;
    position: relative
}

.page-product-module .st-mainbody .module.module-3 .cont-body .cont-img img,
.page-product-module-2logo .st-mainbody .module.module-3 .cont-body .cont-img img,
.page-product-module-logos .st-mainbody .module.module-3 .cont-body .cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.page-product-module .st-mainbody .module.module-3 .cont-body .cont-img .cont-summary,
.page-product-module-2logo .st-mainbody .module.module-3 .cont-body .cont-img .cont-summary,
.page-product-module-logos .st-mainbody .module.module-3 .cont-body .cont-img .cont-summary {
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    width: 400px;
    bottom: 5%;
    right: 15%
}

.page-product-module .st-mainbody .module.module-3 .cont-cards,
.page-product-module-2logo .st-mainbody .module.module-3 .cont-cards,
.page-product-module-logos .st-mainbody .module.module-3 .cont-cards {
    display: flex;
    width: 80%;
    margin: 0 auto
}

.page-product-module .st-mainbody .module.module-3 .cont-cards .card-item,
.page-product-module-2logo .st-mainbody .module.module-3 .cont-cards .card-item,
.page-product-module-logos .st-mainbody .module.module-3 .cont-cards .card-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    background: rgba(203, 203, 203, 0);
    box-shadow: inset 2px 1px 10px rgba(254, 254, 254, 0.53), inset 35px 0 65px 0 rgba(255, 255, 255, 0.45), inset -1px -1px 20px rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    height: 200px;
    width: 15%;
    margin-right: 2%;
    margin-top: 60px
}

.page-product-module .st-mainbody .module.module-3 .cont-cards .card-item span:first-child,
.page-product-module-2logo .st-mainbody .module.module-3 .cont-cards .card-item span:first-child,
.page-product-module-logos .st-mainbody .module.module-3 .cont-cards .card-item span:first-child {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px
}

.page-product-module .st-mainbody .module.module-3 .cont-cards .card-item span:last-child,
.page-product-module-2logo .st-mainbody .module.module-3 .cont-cards .card-item span:last-child,
.page-product-module-logos .st-mainbody .module.module-3 .cont-cards .card-item span:last-child {
    font-size: 14px;
    color: #666
}

.page-product-module .st-mainbody .module.module-3>img,
.page-product-module-2logo .st-mainbody .module.module-3>img,
.page-product-module-logos .st-mainbody .module.module-3>img {
    width: 60%;
    display: flex;
    margin-left: auto;
    margin-top: -200px;
    margin-bottom: -150px
}

.page-product-module .st-mainbody .module.module-4,
.page-product-module-2logo .st-mainbody .module.module-4,
.page-product-module-logos .st-mainbody .module.module-4 {
    margin-top: 100px
}

.page-product-module .st-mainbody .module.module-4 .cont-body,
.page-product-module-2logo .st-mainbody .module.module-4 .cont-body,
.page-product-module-logos .st-mainbody .module.module-4 .cont-body {
    width: 80%;
    margin: 0 auto;
    position: relative
}

.page-product-module .st-mainbody .module.module-4 .cont-body img.img-map,
.page-product-module-2logo .st-mainbody .module.module-4 .cont-body img.img-map,
.page-product-module-logos .st-mainbody .module.module-4 .cont-body img.img-map {
    width: 100%
}

.page-product-module .st-mainbody .module.module-4 .cont-body .start-text,
.page-product-module-2logo .st-mainbody .module.module-4 .cont-body .start-text,
.page-product-module-logos .st-mainbody .module.module-4 .cont-body .start-text,
.page-product-module .st-mainbody .module.module-4 .cont-body .end-text,
.page-product-module-2logo .st-mainbody .module.module-4 .cont-body .end-text,
.page-product-module-logos .st-mainbody .module.module-4 .cont-body .end-text {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #696969;
    border: 8px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    z-index: 3;
    white-space: nowrap
}

.page-product-module .st-mainbody .module.module-4 .cont-body .start-text span,
.page-product-module-2logo .st-mainbody .module.module-4 .cont-body .start-text span,
.page-product-module-logos .st-mainbody .module.module-4 .cont-body .start-text span,
.page-product-module .st-mainbody .module.module-4 .cont-body .end-text span,
.page-product-module-2logo .st-mainbody .module.module-4 .cont-body .end-text span,
.page-product-module-logos .st-mainbody .module.module-4 .cont-body .end-text span {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 200%;
    transform: translateY(-50%)
}

.page-product-module .st-mainbody .module.module-4 .cont-body .start-text::before,
.page-product-module-2logo .st-mainbody .module.module-4 .cont-body .start-text::before,
.page-product-module-logos .st-mainbody .module.module-4 .cont-body .start-text::before,
.page-product-module .st-mainbody .module.module-4 .cont-body .end-text::before,
.page-product-module-2logo .st-mainbody .module.module-4 .cont-body .end-text::before,
.page-product-module-logos .st-mainbody .module.module-4 .cont-body .end-text::before {
    content: "";
    width: 10px;
    height: 10px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    border-radius: 50%;
    z-index: -1
}

.page-product-module .st-mainbody .module.module-4 .cont-body img.img-icon,
.page-product-module-2logo .st-mainbody .module.module-4 .cont-body img.img-icon,
.page-product-module-logos .st-mainbody .module.module-4 .cont-body img.img-icon {
    width: 30px;
    position: absolute;
    top: 40%;
    left: 80%;
    z-index: 15
}

.page-product-module .st-mainbody .module.module-4 .cont-body .img-icon-active,
.page-product-module-2logo .st-mainbody .module.module-4 .cont-body .img-icon-active,
.page-product-module-logos .st-mainbody .module.module-4 .cont-body .img-icon-active {
    transition: 0s
}

.page-product-module .st-mainbody .module.module-5,
.page-product-module-2logo .st-mainbody .module.module-5,
.page-product-module-logos .st-mainbody .module.module-5 {
    margin-top: -20%
}

.page-product-module .st-mainbody .module.module-5 .cont-list,
.page-product-module-2logo .st-mainbody .module.module-5 .cont-list,
.page-product-module-logos .st-mainbody .module.module-5 .cont-list {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.page-product-module .st-mainbody .module.module-5 .cont-list .cont-item,
.page-product-module-2logo .st-mainbody .module.module-5 .cont-list .cont-item,
.page-product-module-logos .st-mainbody .module.module-5 .cont-list .cont-item {
    flex: 0 0 31%;
    height: 230px;
    background: rgba(203, 203, 203, 0);
    box-shadow: inset 2px 1px 10px rgba(254, 254, 254, 0.53), inset 35px 0 65px 0 rgba(255, 255, 255, 0.45), inset -1px -1px 20px rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 3%;
    position: relative;
    margin-top: 50px
}

.page-product-module .st-mainbody .module.module-5 .cont-list .cont-item img,
.page-product-module-2logo .st-mainbody .module.module-5 .cont-list .cont-item img,
.page-product-module-logos .st-mainbody .module.module-5 .cont-list .cont-item img {
    width: 25%;
    position: absolute;
    bottom: 10%;
    right: 8%
}

.page-product-module .st-mainbody .module.module-5 .cont-list .cont-item .item-title,
.page-product-module-2logo .st-mainbody .module.module-5 .cont-list .cont-item .item-title,
.page-product-module-logos .st-mainbody .module.module-5 .cont-list .cont-item .item-title {
    font-size: 20px
}

.page-product-module .st-mainbody .module.module-5 .cont-list .cont-item a,
.page-product-module-2logo .st-mainbody .module.module-5 .cont-list .cont-item a,
.page-product-module-logos .st-mainbody .module.module-5 .cont-list .cont-item a {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 15px
}

.page-product-module .st-mainbody .video-wrap,
.page-product-module-2logo .st-mainbody .video-wrap,
.page-product-module-logos .st-mainbody .video-wrap {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.page-product-module .st-mainbody .video-wrap .video-box,
.page-product-module-2logo .st-mainbody .video-wrap .video-box,
.page-product-module-logos .st-mainbody .video-wrap .video-box {
    position: relative;
    width: 80%
}

.page-product-module .st-mainbody .video-wrap .video-box video,
.page-product-module-2logo .st-mainbody .video-wrap .video-box video,
.page-product-module-logos .st-mainbody .video-wrap .video-box video {
    width: 100%;
    object-fit: contain
}

.page-product-module .st-mainbody .video-wrap .video-box .video-close-btn,
.page-product-module-2logo .st-mainbody .video-wrap .video-box .video-close-btn,
.page-product-module-logos .st-mainbody .video-wrap .video-box .video-close-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .5s
}

.page-product-module .st-mainbody .video-wrap .video-box .video-close-btn::after,
.page-product-module-2logo .st-mainbody .video-wrap .video-box .video-close-btn::after,
.page-product-module-logos .st-mainbody .video-wrap .video-box .video-close-btn::after {
    content: "";
    display: flex;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(45deg);
    transform-origin: center center;
    background-color: #000
}

.page-product-module .st-mainbody .video-wrap .video-box .video-close-btn::before,
.page-product-module-2logo .st-mainbody .video-wrap .video-box .video-close-btn::before,
.page-product-module-logos .st-mainbody .video-wrap .video-box .video-close-btn::before {
    content: "";
    display: flex;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(-45deg);
    transform-origin: center center;
    background-color: #000
}

.page-product-module .st-mainbody .video-wrap .video-box .video-close-btn:hover,
.page-product-module-2logo .st-mainbody .video-wrap .video-box .video-close-btn:hover,
.page-product-module-logos .st-mainbody .video-wrap .video-box .video-close-btn:hover {
    transform: translateY(-50%) rotateZ(270deg)
}

.APP-g {
    display: none !important
}

.container {
    width: 100%;
    padding: 0 2%
}

@media (max-width:768px) {
    .container {
        width: 100%;
        padding: 0 5%
    }

    .st-mainbody {
        padding-top: 100px
    }

    .st-mainbody .container {
        overflow-x: hidden
    }

    .cont-title {
        font-size: 28px;
        line-height: 48px;
        font-weight: 500
    }

    .PC-g {
        display: none !important
    }

    .APP-g {
        display: flex !important
    }

    .st-header {
        height: 60px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        background: #333
    }

    .st-header .logo {
        width: 70px
    }

    .st-header .logo img {
        width: 100%;
        height: 40px;
        object-fit: contain;
      
    }

    .st-header ul.APP-g {
        margin-bottom: 0;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .st-header ul.APP-g li {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 10000
    }

    .st-header ul.APP-g li a {
        font-size: 16px;
        color: #fff;
        display: flex;
        align-items: center;
        margin-left: 15px;
        white-space: nowrap
    }

    .st-header ul.APP-g li a img {
        width: 20px;
        height: 20px;
        object-fit: contain;
        margin-right: 3px
    }

    .st-header ul.APP-g li a.btn-menu {
        width: 50px;
        display: block;
        height: 60px;
        margin-right: -8px;
        margin-left: 0;
        position: relative
    }

    .st-header ul.APP-g li a.btn-menu .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 2px;
        background: #fff;
        transform: translate(-50%, -50%);
        transition: all 0s ease-in-out;
        border-radius: 2px
    }

    .st-header ul.APP-g li a.btn-menu .icon::after {
        position: absolute;
        top: -8px;
        left: 0;
        right: 0;
        height: 2px;
        content: "";
        background: #fff;
        transition: all .2s ease-in-out;
        border-radius: 2px
    }

    .st-header ul.APP-g li a.btn-menu .icon::before {
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        height: 2px;
        content: "";
        background: #fff;
        transition: all .2s ease-in-out;
        border-radius: 2px
    }

    .st-header ul.APP-g li a.btn-menu .icon.active {
        height: 0
    }

    .st-header ul.APP-g li a.btn-menu .icon.active::after {
        transform: rotateZ(-45deg);
        transform-origin: center right
    }

    .st-header ul.APP-g li a.btn-menu .icon.active::before {
        transform: rotateZ(45deg);
        transform-origin: center right
    }

    .st-header ul.APP-g ul.APP-menu {
        width: 100%;
        height: calc(100vh - 60px);
        position: fixed;
        z-index: 9999;
        bottom: 0;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #333;
        padding-left: 0;
        margin-top: -150vh;
        transition: .2s;
        opacity: 0
    }

    .st-header ul.APP-g ul.APP-menu li {
        padding: 15px;
        border-bottom: 1px solid #666
    }

    .st-header ul.APP-g ul.APP-menu li:first-child {
        border-top: 1px solid #666
    }

    .st-header ul.APP-g ul.APP-menu li.active {
        border-bottom-color: #a861f2
    }

    .st-header ul.APP-g ul.APP-menu.active {
        margin-top: 0;
        opacity: 1
    }

    .st-header ul.APP-g ul.APP-menu li.toggle-language {
        display: flex
    }

    .st-header ul.APP-g ul.APP-menu li.toggle-language .lang-list {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly
    }

    .page-product-module .st-mainbody {
        padding-top: 60px !important
    }

    .page-product-module .st-mainbody .module.module-0.APP-g {
        flex-direction: column
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-video-poster {
        position: relative;
        width: 112% !important;
        height: 50vh !important;
        margin-left: -6%;
        margin-top: 0
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-video-poster::after {
        background: unset
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-video-poster .doc-video-btn {
        right: 50%;
        transform: translate(50%, -50%)
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body {
        width: 112%;
        margin-left: -6%;
        background-color: #b3b3b3;
        border-radius: 30px 30px 0 0;
        margin-top: -30px;
        position: relative;
        z-index: 10;
        padding: 0 5%
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-logo {
        height: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: -50px;
        background-color: #333;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 10px 40px 0 rgba(22, 22, 22, 0.24)
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-logo img {
        height: 60px;
        filter: brightness(0) invert(1)
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-logo span {
        font-size: 30px;
        margin: 0 10px;
        color: #666;
        transform: rotateY(45deg)
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-cont .cont-title {
        text-align: left;
        margin-top: 50px;
        margin-bottom: 20px
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-cont .cont-summary {
        font-size: 15px;
        line-height: 28px
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-cont .cont-view-img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 50px 0
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-cont .cont-view-img img {
        width: 70%;
        object-fit: contain
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-params {
        display: flex;
        width: 110%;
        margin-left: -5%;
        overflow-x: auto;
        padding: 0 5%
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-params::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-params::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: transparent;
        filter: opacity(.5)
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-params::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px transparent;
        border-radius: 0;
        background-color: transparent
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-params .params-item {
        flex: 0 0 40%;
        box-shadow: inset 2px 1px 10px rgba(254, 254, 254, 0.53), inset 35px 0 65px 0 rgba(255, 255, 255, 0.45), inset -1px -1px 20px rgba(255, 255, 255, 0.07);
        border-radius: 16px;
        padding: 3.5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-params .params-item:not(:last-child) {
        margin-right: 4%
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-params .params-item>div {
        display: flex;
        flex-direction: column
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-params .params-item>div span:first-child {
        font-size: 12px
    }

    .page-product-module .st-mainbody .module.module-0.APP-g .doc-body .doc-params .params-item>div span:last-child {
        font-size: 16px;
        margin-top: 5px
    }

    .page-product-module .st-mainbody .module.module-1 {
        margin-top: 50px
    }

    .page-product-module .st-mainbody .module.module-1 .cont-exhibition.APP-g {
        width: 100%;
        margin: 0;
        margin-top: 30px;
        box-shadow: inset 2px 1px 10px rgba(254, 254, 254, 0.53), inset 35px 0 65px 0 rgba(255, 255, 255, 0.45), inset -1px -1px 20px rgba(255, 255, 255, 0.07);
        border-radius: 16px;
        padding: 5%
    }

    .page-product-module .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-item {
        flex: 1;
        margin-right: 5%;
        box-shadow: none
    }

    .page-product-module .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-item .item-video-btn {
        top: 70%;
        right: 50%;
        transform: translate(50%, -50%)
    }

    .page-product-module .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .page-product-module .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav {
        height: 125px;
        width: 110px;
        background: rgba(203, 203, 203, 0);
        box-shadow: inset 2px 1px 10px rgba(254, 254, 254, 0.53), inset 35px 0 65px 0 rgba(255, 255, 255, 0.45), inset -1px -1px 20px rgba(255, 255, 255, 0.07);
        border-radius: 16px;
        padding: 10%;
        padding-bottom: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid transparent;
        transition: .2s
    }

    .page-product-module .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav .img-default {
        position: relative;
        height: 100%;
        margin-bottom: 5px
    }

    .page-product-module .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav .img-default img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: relative;
        z-index: 10;
        left: 0
    }

    .page-product-module .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav .img-default .img-active-wrap {
        width: 18px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        z-index: 5;
        height: 284px;
        overflow: hidden
    }

    .page-product-module .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav .img-default .img-active-wrap img.img-active {
        height: 100%;
        position: absolute;
        bottom: 0;
        width: 18px
    }

    .page-product-module .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav.item-active {
        border-color: #444
    }

    .page-product-module .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-video {
        height: 300px;
        position: relative
    }

    .page-product-module .st-mainbody .module.module-1 .cont-cards {
        width: 100%;
        margin-top: 30px
    }

    .page-product-module .st-mainbody .module.module-1 .cont-cards .card-item {
        flex: 0 0 100%;
        margin-top: 20px
    }

    .page-product-module .st-mainbody .module.module-1 .cont-cards .card-item img {
        margin-bottom: 0
    }

    .page-product-module .st-mainbody .module.module-1 .cont-cards .card-item .card-cont {
        padding-top: 0;
        padding-bottom: 10px;
        border-top: 0;
        border-bottom: 1px solid #999
    }

    .page-product-module .st-mainbody .module.module-1 .cont-cards .card-item:not(:nth-child(3n + 3)) {
        margin-right: 0
    }

    .page-product-module .st-mainbody .module.module-2 {
        width: 110%;
        margin-left: -5%;
        margin-top: 50px;
        padding-top: 50px;
        position: relative
    }

    .page-product-module .st-mainbody .module.module-2 .cont-title {
        position: absolute;
        top: 0;
        left: 5%
    }

    .page-product-module .st-mainbody .module.module-2 .cont-wrap {
        width: 100%;
        overflow-x: auto;
        padding: 0 5%
    }

    .page-product-module .st-mainbody .module.module-2 .cont-wrap::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .page-product-module .st-mainbody .module.module-2 .cont-wrap::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: transparent;
        filter: opacity(.5)
    }

    .page-product-module .st-mainbody .module.module-2 .cont-wrap::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px transparent;
        border-radius: 0;
        background-color: transparent
    }

    .page-product-module .st-mainbody .module.module-2 .cont-wrap .cont-list {
        width: 160%;
        overflow-x: auto
    }

    .page-product-module .st-mainbody .module.module-2 .cont-wrap .cont-list .img-item {
        flex: 22.7%;
        height: 130px;
        margin-top: 5%;
        padding: 3%;
        margin-top: 3%
    }

    .page-product-module .st-mainbody .module.module-2 .cont-wrap .cont-list .img-item:not(:nth-child(4n + 4)) {
        margin-right: 3%
    }

    .page-product-module .st-mainbody .module.module-3.APP-g {
        display: block !important
    }

    .page-product-module .st-mainbody .module.module-3.APP-g .cont-body {
        width: 100%;
        height: 300px;
        margin-right: 0;
        overflow: unset
    }

    .page-product-module .st-mainbody .module.module-3.APP-g .cont-body .cont-img {
        position: relative
    }

    .page-product-module .st-mainbody .module.module-3.APP-g .cont-body .cont-img .img-abs {
        width: 40%;
        height: 200px;
        position: absolute;
        right: 5%;
        bottom: -25%;
        object-fit: cover;
        box-shadow: 0 22px 46px 0 rgba(75, 74, 74, 0.2);
        border-radius: 4px
    }

    .page-product-module .st-mainbody .module.module-3.APP-g .cont-title {
        margin: 50px 0 30px
    }

    .page-product-module .st-mainbody .module.module-3.APP-g .cont-summary {
        font-size: 15px;
        line-height: 28px
    }

    .page-product-module .st-mainbody .module.module-3.APP-g .cont-cards {
        width: 100%
    }

    .page-product-module .st-mainbody .module.module-3.APP-g .cont-cards .card-item {
        justify-content: center;
        height: 140px;
        width: 38%;
        margin-right: 5%;
        margin-top: 30px
    }

    .page-product-module .st-mainbody .module.module-3.APP-g .cont-cards .card-item span:first-child {
        margin-top: 0
    }

    .page-product-module .st-mainbody .module.module-3.APP-g .cont-cards .card-item span:last-child {
        margin-top: 20px
    }

    .page-product-module .st-mainbody .module.module-3.APP-g>img {
        margin-top: 0;
        width: 90%;
        margin: 0 auto
    }

    .page-product-module .st-mainbody .module.module-4 {
        margin-top: 0
    }

    .page-product-module .st-mainbody .module.module-4 .cont-title {
        display: none
    }

    .page-product-module .st-mainbody .module.module-4 .cont-body {
        width: 110%;
        margin-left: -5%
    }

    .page-product-module .st-mainbody .module.module-4 .cont-body .start-text,
    .page-product-module .st-mainbody .module.module-4 .cont-body .end-text {
        transform: scale(.4)
    }

    .page-product-module .st-mainbody .module.module-4 .cont-body .start-text span,
    .page-product-module .st-mainbody .module.module-4 .cont-body .end-text span {
        font-size: 28px
    }

    .page-product-module .st-mainbody .module.module-4 .cont-body img.img-icon {
        top: 132px !important;
        left: 300px !important;
        width: 20px
    }

    .page-product-module .st-mainbody .module.module-5 .cont-wrap {
        width: 110%;
        margin-left: -5%;
        overflow-x: auto;
        padding: 0 5%
    }

    .page-product-module .st-mainbody .module.module-5 .cont-wrap::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .page-product-module .st-mainbody .module.module-5 .cont-wrap::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: transparent;
        filter: opacity(.5)
    }

    .page-product-module .st-mainbody .module.module-5 .cont-wrap::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px transparent;
        border-radius: 0;
        background-color: transparent
    }

    .page-product-module .st-mainbody .module.module-5 .cont-wrap .cont-list {
        width: 135%
    }

    .page-product-module .st-mainbody .module.module-5 .cont-wrap .cont-list .cont-item {
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .page-product-module .st-mainbody .module.module-5 .cont-wrap .cont-list .cont-item .item-title {
        font-size: 16px;
        text-align: center
    }

    .page-product-module .st-mainbody .module.module-5 .cont-wrap .cont-list .cont-item img {
        display: none
    }

    .page-product-module-2logo .st-mainbody {
        padding-top: 60px !important
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g {
        flex-direction: column
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-video-poster {
        position: relative;
        width: 112% !important;
        height: 50vh !important;
        margin-left: -6%;
        margin-top: 0
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-video-poster::after {
        background: unset
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-video-poster .doc-video-btn {
        right: 50%;
        transform: translate(50%, -50%)
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body {
        width: 112%;
        margin-left: -6%;
        background-color: #b3b3b3;
        border-radius: 30px 30px 0 0;
        margin-top: -30px;
        position: relative;
        z-index: 10;
        padding: 0 5%
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-logo {
        height: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: -50px;
        background-color: #333;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 10px 40px 0 rgba(22, 22, 22, 0.24)
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-logo img {
        height: 60px;
        filter: brightness(0) invert(1)
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-logo span {
        font-size: 30px;
        margin: 0 10px;
        color: #666;
        transform: rotateY(45deg)
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-cont .cont-title {
        text-align: left;
        margin-top: 50px;
        margin-bottom: 20px
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-cont .cont-summary {
        font-size: 15px;
        line-height: 28px
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-cont .cont-view-img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 50px 0
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-cont .cont-view-img img {
        width: 70%;
        object-fit: contain
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-params {
        display: flex;
        width: 110%;
        margin-left: -5%;
        overflow-x: auto;
        padding: 0 5%
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-params::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-params::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: transparent;
        filter: opacity(.5)
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-params::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px transparent;
        border-radius: 0;
        background-color: transparent
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-params .params-item {
        flex: 0 0 40%;
        box-shadow: inset 2px 1px 10px rgba(254, 254, 254, 0.53), inset 35px 0 65px 0 rgba(255, 255, 255, 0.45), inset -1px -1px 20px rgba(255, 255, 255, 0.07);
        border-radius: 16px;
        padding: 3.5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-params .params-item:not(:last-child) {
        margin-right: 4%
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-params .params-item>div {
        display: flex;
        flex-direction: column
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-params .params-item>div span:first-child {
        font-size: 12px
    }

    .page-product-module-2logo .st-mainbody .module.module-0.APP-g .doc-body .doc-params .params-item>div span:last-child {
        font-size: 16px;
        margin-top: 5px
    }

    .page-product-module-2logo .st-mainbody .module.module-1 {
        margin-top: 50px
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition.APP-g {
        width: 100%;
        margin: 0;
        margin-top: 30px;
        box-shadow: inset 2px 1px 10px rgba(254, 254, 254, 0.53), inset 35px 0 65px 0 rgba(255, 255, 255, 0.45), inset -1px -1px 20px rgba(255, 255, 255, 0.07);
        border-radius: 16px;
        padding: 5%
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-item {
        flex: 1;
        margin-right: 5%;
        box-shadow: none
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-item .item-video-btn {
        top: 70%;
        right: 50%;
        transform: translate(50%, -50%)
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav {
        height: 125px;
        width: 110px;
        background: rgba(203, 203, 203, 0);
        box-shadow: inset 2px 1px 10px rgba(254, 254, 254, 0.53), inset 35px 0 65px 0 rgba(255, 255, 255, 0.45), inset -1px -1px 20px rgba(255, 255, 255, 0.07);
        border-radius: 16px;
        padding: 10%;
        padding-bottom: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid transparent;
        transition: .2s
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav .img-default {
        position: relative;
        height: 100%;
        margin-bottom: 5px
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav .img-default img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: relative;
        z-index: 10;
        left: 0
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav .img-default .img-active-wrap {
        width: 18px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        z-index: 5;
        height: 284px;
        overflow: hidden
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav .img-default .img-active-wrap img.img-active {
        height: 100%;
        position: absolute;
        bottom: 0;
        width: 18px
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav.item-active {
        border-color: #444
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-video {
        height: 300px;
        position: relative
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-cards {
        width: 100%;
        margin-top: 30px
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-cards .card-item {
        flex: 0 0 100%;
        margin-top: 20px
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-cards .card-item img {
        margin-bottom: 0
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-cards .card-item .card-cont {
        padding-top: 0;
        padding-bottom: 10px;
        border-top: 0;
        border-bottom: 1px solid #999
    }

    .page-product-module-2logo .st-mainbody .module.module-1 .cont-cards .card-item:not(:nth-child(3n + 3)) {
        margin-right: 0
    }

    .page-product-module-2logo .st-mainbody .module.module-2 {
        width: 110%;
        margin-left: -5%;
        margin-top: 50px;
        padding-top: 50px;
        position: relative
    }

    .page-product-module-2logo .st-mainbody .module.module-2 .cont-title {
        position: absolute;
        top: 0;
        left: 5%
    }

    .page-product-module-2logo .st-mainbody .module.module-2 .cont-wrap {
        width: 100%;
        overflow-x: auto;
        padding: 0 5%
    }

    .page-product-module-2logo .st-mainbody .module.module-2 .cont-wrap::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .page-product-module-2logo .st-mainbody .module.module-2 .cont-wrap::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: transparent;
        filter: opacity(.5)
    }

    .page-product-module-2logo .st-mainbody .module.module-2 .cont-wrap::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px transparent;
        border-radius: 0;
        background-color: transparent
    }

    .page-product-module-2logo .st-mainbody .module.module-2 .cont-wrap .cont-list {
        width: 160%;
        overflow-x: auto
    }

    .page-product-module-2logo .st-mainbody .module.module-2 .cont-wrap .cont-list .img-item {
        flex: 22.7%;
        height: 130px;
        margin-top: 5%;
        padding: 3%;
        margin-top: 3%
    }

    .page-product-module-2logo .st-mainbody .module.module-2 .cont-wrap .cont-list .img-item:not(:nth-child(4n + 4)) {
        margin-right: 3%
    }

    .page-product-module-2logo .st-mainbody .module.module-3.APP-g {
        display: block !important
    }

    .page-product-module-2logo .st-mainbody .module.module-3.APP-g .cont-body {
        width: 100%;
        height: 300px;
        margin-right: 0;
        overflow: unset
    }

    .page-product-module-2logo .st-mainbody .module.module-3.APP-g .cont-body .cont-img {
        position: relative
    }

    .page-product-module-2logo .st-mainbody .module.module-3.APP-g .cont-body .cont-img .img-abs {
        width: 40%;
        height: 200px;
        position: absolute;
        right: 5%;
        bottom: -25%;
        object-fit: cover;
        box-shadow: 0 22px 46px 0 rgba(75, 74, 74, 0.2);
        border-radius: 4px
    }

    .page-product-module-2logo .st-mainbody .module.module-3.APP-g .cont-title {
        margin: 50px 0 30px
    }

    .page-product-module-2logo .st-mainbody .module.module-3.APP-g .cont-summary {
        font-size: 15px;
        line-height: 28px
    }

    .page-product-module-2logo .st-mainbody .module.module-3.APP-g .cont-cards {
        width: 100%
    }

    .page-product-module-2logo .st-mainbody .module.module-3.APP-g .cont-cards .card-item {
        justify-content: center;
        height: 140px;
        width: 38%;
        margin-right: 5%;
        margin-top: 30px
    }

    .page-product-module-2logo .st-mainbody .module.module-3.APP-g .cont-cards .card-item span:first-child {
        margin-top: 0
    }

    .page-product-module-2logo .st-mainbody .module.module-3.APP-g .cont-cards .card-item span:last-child {
        margin-top: 20px
    }

    .page-product-module-2logo .st-mainbody .module.module-3.APP-g>img {
        margin-top: 0;
        width: 90%;
        margin: 0 auto
    }

    .page-product-module-2logo .st-mainbody .module.module-4 {
        margin-top: 0
    }

    .page-product-module-2logo .st-mainbody .module.module-4 .cont-title {
        display: none
    }

    .page-product-module-2logo .st-mainbody .module.module-4 .cont-body {
        width: 110%;
        margin-left: -5%
    }

    .page-product-module-2logo .st-mainbody .module.module-4 .cont-body .start-text,
    .page-product-module-2logo .st-mainbody .module.module-4 .cont-body .end-text {
        transform: scale(.4)
    }

    .page-product-module-2logo .st-mainbody .module.module-4 .cont-body .start-text span,
    .page-product-module-2logo .st-mainbody .module.module-4 .cont-body .end-text span {
        font-size: 28px
    }

    .page-product-module-2logo .st-mainbody .module.module-4 .cont-body img.img-icon {
        top: 132px !important;
        left: 300px !important;
        width: 20px
    }

    .page-product-module-2logo .st-mainbody .module.module-5 .cont-wrap {
        width: 110%;
        margin-left: -5%;
        overflow-x: auto;
        padding: 0 5%
    }

    .page-product-module-2logo .st-mainbody .module.module-5 .cont-wrap::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .page-product-module-2logo .st-mainbody .module.module-5 .cont-wrap::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: transparent;
        filter: opacity(.5)
    }

    .page-product-module-2logo .st-mainbody .module.module-5 .cont-wrap::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px transparent;
        border-radius: 0;
        background-color: transparent
    }

    .page-product-module-2logo .st-mainbody .module.module-5 .cont-wrap .cont-list {
        width: 135%
    }

    .page-product-module-2logo .st-mainbody .module.module-5 .cont-wrap .cont-list .cont-item {
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .page-product-module-2logo .st-mainbody .module.module-5 .cont-wrap .cont-list .cont-item .item-title {
        font-size: 16px;
        text-align: center
    }

    .page-product-module-2logo .st-mainbody .module.module-5 .cont-wrap .cont-list .cont-item img {
        display: none
    }

    .page-product-module-logos .st-mainbody {
        padding-top: 60px !important
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g {
        flex-direction: column
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-video-poster {
        position: relative;
        width: 112% !important;
        height: 50vh !important;
        margin-left: -6%;
        margin-top: 0
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-video-poster::after {
        background: unset
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-video-poster .doc-video-btn {
        right: 50%;
        transform: translate(50%, -50%)
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body {
        width: 112%;
        margin-left: -6%;
        background-color: #b3b3b3;
        border-radius: 30px 30px 0 0;
        margin-top: -30px;
        position: relative;
        z-index: 10;
        padding: 0 5%
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-logo {
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: -50px;
        background-color: #333;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 10px 40px 0 rgba(22, 22, 22, 0.24)
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-logo .doclogo-icon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-logo img {
        height: 60px;
        filter: brightness(0) invert(1)
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-logo span {
        font-size: 30px;
        margin: 0 10px;
        color: #666;
        transform: rotateY(45deg)
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-cont .cont-title {
        text-align: left;
        margin-top: 50px;
        margin-bottom: 20px
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-cont .cont-summary {
        font-size: 15px;
        line-height: 28px
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-cont .cont-view-img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 50px 0
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-cont .cont-view-img img {
        width: 70%;
        object-fit: contain
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-params {
        display: flex;
        width: 110%;
        margin-left: -5%;
        overflow-x: auto;
        padding: 0 5%
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-params::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-params::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: transparent;
        filter: opacity(.5)
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-params::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px transparent;
        border-radius: 0;
        background-color: transparent
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-params .params-item {
        flex: 0 0 40%;
        box-shadow: inset 2px 1px 10px rgba(254, 254, 254, 0.53), inset 35px 0 65px 0 rgba(255, 255, 255, 0.45), inset -1px -1px 20px rgba(255, 255, 255, 0.07);
        border-radius: 16px;
        padding: 3.5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-params .params-item:not(:last-child) {
        margin-right: 4%
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-params .params-item>div {
        display: flex;
        flex-direction: column
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-params .params-item>div span:first-child {
        font-size: 12px
    }

    .page-product-module-logos .st-mainbody .module.module-0.APP-g .doc-body .doc-params .params-item>div span:last-child {
        font-size: 16px;
        margin-top: 5px
    }

    .page-product-module-logos .st-mainbody .module.module-1 {
        margin-top: 50px
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition.APP-g {
        width: 100%;
        margin: 0;
        margin-top: 30px;
        box-shadow: inset 2px 1px 10px rgba(254, 254, 254, 0.53), inset 35px 0 65px 0 rgba(255, 255, 255, 0.45), inset -1px -1px 20px rgba(255, 255, 255, 0.07);
        border-radius: 16px;
        padding: 5%
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-item {
        flex: 1;
        margin-right: 5%;
        box-shadow: none
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-item .item-video-btn {
        top: 70%;
        right: 50%;
        transform: translate(50%, -50%)
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav {
        height: 125px;
        width: 110px;
        background: rgba(203, 203, 203, 0);
        box-shadow: inset 2px 1px 10px rgba(254, 254, 254, 0.53), inset 35px 0 65px 0 rgba(255, 255, 255, 0.45), inset -1px -1px 20px rgba(255, 255, 255, 0.07);
        border-radius: 16px;
        padding: 10%;
        padding-bottom: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid transparent;
        transition: .2s
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav .img-default {
        position: relative;
        height: 100%;
        margin-bottom: 5px
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav .img-default img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: relative;
        z-index: 10;
        left: 0
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav .img-default .img-active-wrap {
        width: 18px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        z-index: 5;
        height: 284px;
        overflow: hidden
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav .img-default .img-active-wrap img.img-active {
        height: 100%;
        position: absolute;
        bottom: 0;
        width: 18px
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-nav.item-active {
        border-color: #444
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-exhibition.APP-g .exhibition-navs .item-video {
        height: 300px;
        position: relative
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-cards {
        width: 100%;
        margin-top: 30px
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-cards .card-item {
        flex: 0 0 100%;
        margin-top: 20px
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-cards .card-item img {
        margin-bottom: 0
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-cards .card-item .card-cont {
        padding-top: 0;
        padding-bottom: 10px;
        border-top: 0;
        border-bottom: 1px solid #999
    }

    .page-product-module-logos .st-mainbody .module.module-1 .cont-cards .card-item:not(:nth-child(3n + 3)) {
        margin-right: 0
    }

    .page-product-module-logos .st-mainbody .module.module-2 {
        width: 110%;
        margin-left: -5%;
        margin-top: 50px;
        padding-top: 50px;
        position: relative
    }

    .page-product-module-logos .st-mainbody .module.module-2 .cont-title {
        position: absolute;
        top: 0;
        left: 5%
    }

    .page-product-module-logos .st-mainbody .module.module-2 .cont-wrap {
        width: 100%;
        overflow-x: auto;
        padding: 0 5%
    }

    .page-product-module-logos .st-mainbody .module.module-2 .cont-wrap::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .page-product-module-logos .st-mainbody .module.module-2 .cont-wrap::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: transparent;
        filter: opacity(.5)
    }

    .page-product-module-logos .st-mainbody .module.module-2 .cont-wrap::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px transparent;
        border-radius: 0;
        background-color: transparent
    }

    .page-product-module-logos .st-mainbody .module.module-2 .cont-wrap .cont-list {
        width: 160%;
        overflow-x: auto
    }

    .page-product-module-logos .st-mainbody .module.module-2 .cont-wrap .cont-list .img-item {
        flex: 22.7%;
        height: 130px;
        margin-top: 5%;
        padding: 3%;
        margin-top: 3%
    }

    .page-product-module-logos .st-mainbody .module.module-2 .cont-wrap .cont-list .img-item:not(:nth-child(4n + 4)) {
        margin-right: 3%
    }

    .page-product-module-logos .st-mainbody .module.module-3.APP-g {
        display: block !important
    }

    .page-product-module-logos .st-mainbody .module.module-3.APP-g .cont-body {
        width: 100%;
        height: 300px;
        margin-right: 0;
        overflow: unset
    }

    .page-product-module-logos .st-mainbody .module.module-3.APP-g .cont-body .cont-img {
        position: relative
    }

    .page-product-module-logos .st-mainbody .module.module-3.APP-g .cont-body .cont-img .img-abs {
        width: 40%;
        height: 200px;
        position: absolute;
        right: 5%;
        bottom: -25%;
        object-fit: cover;
        box-shadow: 0 22px 46px 0 rgba(75, 74, 74, 0.2);
        border-radius: 4px
    }

    .page-product-module-logos .st-mainbody .module.module-3.APP-g .cont-title {
        margin: 50px 0 30px
    }

    .page-product-module-logos .st-mainbody .module.module-3.APP-g .cont-summary {
        font-size: 15px;
        line-height: 28px
    }

    .page-product-module-logos .st-mainbody .module.module-3.APP-g .cont-cards {
        width: 100%
    }

    .page-product-module-logos .st-mainbody .module.module-3.APP-g .cont-cards .card-item {
        justify-content: center;
        height: 140px;
        width: 38%;
        margin-right: 5%;
        margin-top: 30px
    }

    .page-product-module-logos .st-mainbody .module.module-3.APP-g .cont-cards .card-item span:first-child {
        margin-top: 0
    }

    .page-product-module-logos .st-mainbody .module.module-3.APP-g .cont-cards .card-item span:last-child {
        margin-top: 20px
    }

    .page-product-module-logos .st-mainbody .module.module-3.APP-g>img {
        margin-top: 0;
        width: 90%;
        margin: 0 auto
    }

    .page-product-module-logos .st-mainbody .module.module-4 {
        margin-top: 0
    }

    .page-product-module-logos .st-mainbody .module.module-4 .cont-title {
        display: none
    }

    .page-product-module-logos .st-mainbody .module.module-4 .cont-body {
        width: 110%;
        margin-left: -5%
    }

    .page-product-module-logos .st-mainbody .module.module-4 .cont-body .start-text,
    .page-product-module-logos .st-mainbody .module.module-4 .cont-body .end-text {
        transform: scale(.4)
    }

    .page-product-module-logos .st-mainbody .module.module-4 .cont-body .start-text span,
    .page-product-module-logos .st-mainbody .module.module-4 .cont-body .end-text span {
        font-size: 28px
    }

    .page-product-module-logos .st-mainbody .module.module-4 .cont-body img.img-icon {
        top: 132px !important;
        left: 300px !important;
        width: 20px
    }

    .page-product-module-logos .st-mainbody .module.module-5 .cont-wrap {
        width: 110%;
        margin-left: -5%;
        overflow-x: auto;
        padding: 0 5%
    }

    .page-product-module-logos .st-mainbody .module.module-5 .cont-wrap::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .page-product-module-logos .st-mainbody .module.module-5 .cont-wrap::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: transparent;
        filter: opacity(.5)
    }

    .page-product-module-logos .st-mainbody .module.module-5 .cont-wrap::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px transparent;
        border-radius: 0;
        background-color: transparent
    }

    .page-product-module-logos .st-mainbody .module.module-5 .cont-wrap .cont-list {
        width: 135%
    }

    .page-product-module-logos .st-mainbody .module.module-5 .cont-wrap .cont-list .cont-item {
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .page-product-module-logos .st-mainbody .module.module-5 .cont-wrap .cont-list .cont-item .item-title {
        font-size: 16px;
        text-align: center
    }

    .page-product-module-logos .st-mainbody .module.module-5 .cont-wrap .cont-list .cont-item img {
        display: none
    }

    .page-about-us .st-mainbody .container .about-us-title {
        margin-bottom: 30px
    }

    .page-about-us .st-mainbody .container .module-1 .cont-r {
        width: 100%;
        height: 300px;
        position: unset
    }

    .page-about-us .st-mainbody .container .module-1 .cont-l {
        width: 100%;
        height: unset
    }

    .page-about-us .st-mainbody .container .module-1 .cont-l .l-summary {
        width: 100%;
        padding: 0;
        max-width: 100%;
        margin: 30px 0
    }

    .page-about-us .st-mainbody .container .module-1 .module-1-content {
        padding-left: 0
    }

    .page-about-us .st-mainbody .container .module-2 .cont-thumb {
        width: 106%;
        padding-left: 0;
        height: 250px
    }

    .page-about-us .st-mainbody .container .module-2 .cont-box {
        padding-left: 0;
        flex-direction: column
    }

    .page-about-us .st-mainbody .container .module-2 .cont-box .cont-content {
        padding-left: 0;
        margin-top: 30px
    }

    .page-about-us .st-mainbody .container .module-3 .cont-nav {
        zoom: .5;
        right: -6%
    }

    .page-about-us .st-mainbody .container .module-3 .cont-nav .nav-title {
        font-size: 14px
    }

    .page-about-us .st-mainbody .container .module-3 .cont-bgimg {
        height: 400px;
        width: 112%;
        margin-left: -6%
    }

    .page-about-us .st-mainbody .container .module-3 .text-box {
        top: -100px;
        right: -6%;
        height: 700px
    }

    .page-about-us .st-mainbody .container .module-3 .text-box .cont-text {
        padding: 20px
    }

    .page-about-us .st-mainbody .container .module-3 .text-box .cont-text .cont-summary {
        font-size: 14px;
        line-height: 24px;
        max-height: 220px
    }

    .page-about-us .st-mainbody .container .module-3 .text-box .cont-text .cont-content {
        flex-direction: column;
        margin-top: 30px
    }

    .page-about-us .st-mainbody .container .module-3 .text-box .cont-text .cont-content img {
        height: 100px
    }

    .page-about-us .st-mainbody .container .module-3 .text-box .cont-text .cont-content>div {
        padding: 0;
        max-height: 280px;
        margin-top: 30px
    }

    .page-about-us .st-mainbody .container .module-4 {
        flex-direction: column
    }

    .page-about-us .st-mainbody .container .module-4 .cont-l .l-summary {
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .page-about-us .st-mainbody .container .module-4 .cont-r {
        margin-right: -6%
    }

    .page-about-us .st-mainbody .container .module-4 .cont-r .r-thumb {
        height: 300px
    }

    .page-about-us .st-mainbody .container .module-4 .cont-r .r-content {
        font-size: 14px
    }

    .page-down-feather .st-mainbody .container .down-feather-title {
        margin-bottom: 30px
    }

    .page-down-feather .st-mainbody .container .module.module-1 .cont-thumb {
        width: 100%;
        margin-left: 0;
        height: unset
    }

    .page-down-feather .st-mainbody .container .module.module-1 .cont-thumb img {
        position: unset;
        width: 106%;
        height: 50vw;
        margin-right: -6%
    }

    .page-down-feather .st-mainbody .container .module.module-1 .cont-thumb .cont-summary {
        width: 100%;
        position: unset;
        font-size: 16px;
        margin-top: 30px
    }

    .page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-thumb {
        width: 106%;
        height: 50vw
    }

    .page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont {
        width: 100%;
        flex-direction: column
    }

    .page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item .item-cont .item-cont-l {
        width: 100%;
        margin-bottom: 30px
    }

    .page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item:nth-child(2n + 1) .item-thumb {
        margin-left: -6%
    }

    .page-down-feather .st-mainbody .container .module.module-3 .cont-list .cont-item:nth-child(2n + 2) .item-thumb {
        margin-left: 0;
        margin-right: -6%
    }

    .page-down-feather .st-mainbody .container .module.module-4 {
        padding-top: 50px
    }

    .page-down-feather .st-mainbody .container .module.module-4 .cont {
        width: 100%
    }

    .page-down-feather .st-mainbody .container .module.module-4 .cont .cont-summary {
        flex-direction: column;
        margin-top: 0
    }

    .page-down-feather .st-mainbody .container .module.module-4 .cont .cont-summary span {
        flex: 0 0 100%;
        width: 100%;
        margin-top: 30px;
        font-size: 16px;
        line-height: 28px
    }

    .page-down-feather .st-mainbody .container .module.module-4 .cont .cont-cards .card-item {
        flex-direction: column !important
    }

    .page-down-feather .st-mainbody .container .module.module-4 .cont .cont-cards .card-item .item-thumb {
        flex: 0 !important;
        width: 45vw;
        margin: 0 !important
    }

    .page-down-feather .st-mainbody .container .module.module-4 .cont .cont-cards .card-item .item-text .text-title {
        font-size: 16px;
        line-height: 28px
    }

    .page-down-feather .st-mainbody .container .module.module-4 .cont .cont-cards .card-item .item-text .text-desc {
        font-size: 16px;
        line-height: 28px
    }

    .page-down-feather .st-mainbody .container .module.module-5 .cont,
    .page-down-feather .st-mainbody .container .module.module-6 .cont {
        width: 100%
    }

    .page-down-feather .st-mainbody .container .module.module-5 .cont .cont-l .l-nav,
    .page-down-feather .st-mainbody .container .module.module-6 .cont .cont-l .l-nav {
        font-size: 14px
    }

    .page-down-feather .st-mainbody .container .module.module-5 .cont .cont-r,
    .page-down-feather .st-mainbody .container .module.module-6 .cont .cont-r {
        width: 75%
    }

    .page-down-feather .st-mainbody .container .module.module-5 .cont .cont-r .r-card,
    .page-down-feather .st-mainbody .container .module.module-6 .cont .cont-r .r-card {
        flex-direction: column
    }

    .page-down-feather .st-mainbody .container .module.module-5 .cont .cont-r .r-card .r-cont,
    .page-down-feather .st-mainbody .container .module.module-6 .cont .cont-r .r-card .r-cont {
        padding: 0 10px;
        font-size: 14px
    }

    .page-down-feather .st-mainbody .container .module.module-5 .cont .cont-r .r-card .r-thumb,
    .page-down-feather .st-mainbody .container .module.module-6 .cont .cont-r .r-card .r-thumb {
        flex: unset !important;
        margin-top: 30px
    }

    .page-down-feather .st-mainbody .container .module.module-6 .cont .cont-r .r-card .r-thumb {
        height: 300px
    }

    .page-down-feather .st-mainbody .container .module.module-7 .cont .cont-text {
        font-size: 14px
    }

    .page-process-certifications .st-mainbody .container .process-certifications-title {
        margin-bottom: 30px
    }

    .page-process-certifications .st-mainbody .container .module.module-1 {
        zoom: .4
    }

    .page-process-certifications .st-mainbody .container .module.module-1 .cont-title {
        line-height: 88px
    }

    .page-process-certifications .st-mainbody .container .module.module-1 .cont-list .circle-item span {
        font-size: 14px
    }

    .page-process-certifications .st-mainbody .container .module.module-2 {
        margin-top: 50px
    }

    .page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap {
        height: 140vw;
        width: 140vw;
        transform: rotate(-90deg) translateY(-20%);
        align-content: center
    }

    .page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item {
        margin: 40px 0
    }

    .page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item .item-cont {
        transform: rotate(90deg) translate(-5px, 25px);
        transform-origin: center center;
        height: 32px
    }

    .page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item .item-cont .item-title {
        font-size: 12px;
        line-height: 14px;
        height: 20px;
        text-align: center;
        white-space: unset;
        margin-top: 0;
        margin-bottom: 0
    }

    .page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item .item-cont .item-icon {
        width: 32px
    }

    .page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item i {
        font-size: 12px
    }

    .page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(1) i,
    .page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(2) i,
    .page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(3) i,
    .page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(4) i {
        top: 60%;
        right: -16%
    }

    .page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(5) i {
        bottom: -60px
    }

    .page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(6) i,
    .page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(7) i,
    .page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(8) i,
    .page-process-certifications .st-mainbody .container .module.module-2 .cont-wrap .cont-item:nth-child(9) i {
        top: 59%;
        left: 3%
    }

    .page-process-certifications .st-mainbody .container .module.module-3 {
        margin-top: 50px
    }

    .page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap {
        width: 100%;
        overflow-x: auto;
        overflow-y: clip
    }

    .page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: transparent;
        filter: opacity(.5)
    }

    .page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px transparent;
        border-radius: 0;
        background-color: transparent
    }

    .page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap .cont-cards {
        width: 1100px;
        position: unset;
        zoom: .7
    }

    .page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap .cont-cards .card-item {
        flex: 1;
        height: 160px;
        padding-bottom: 20px
    }

    .page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap .cont-cards .card-item .item-title {
        text-align: center
    }

    .page-process-certifications .st-mainbody .container .module.module-3 .cont-wrap .cont-cards .card-item:first-child {
        margin-left: 0
    }

    .page-process-certifications .st-mainbody .container .module.module-3 .cont-thumb {
        height: 40vh;
        margin-top: -88px
    }

    .page-process-certifications .st-mainbody .container .module.module-3 .cont-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .page-process-certifications .st-mainbody .container .module.module-4 {
        margin-top: 50px
    }

    .page-process-certifications .st-mainbody .container .module.module-4 .cont-thumb {
        width: 100%;
        margin-top: 30px
    }

    .page-process-certifications .st-mainbody .container .module.module-5 {
        margin-top: 50px
    }

    .page-process-certifications .st-mainbody .container .module.module-5 .cont {
        width: 100%
    }

    .page-process-certifications .st-mainbody .container .module.module-5 .cont .cont-summary {
        margin-top: 30px;
        font-size: 16px;
        line-height: 28px
    }

    .page-process-certifications .st-mainbody .container .module.module-5 .cont .cont-body {
        flex-direction: column
    }

    .page-process-certifications .st-mainbody .container .module.module-5 .cont .cont-body .cont-l {
        width: 70%
    }

    .page-process-certifications .st-mainbody .container .module.module-5 .cont .cont-body .cont-l a {
        font-size: 14px
    }

    .page-process-certifications .st-mainbody .container .module.module-5 .cont .cont-body .cont-r {
        width: 100%;
        margin-left: 0;
        font-size: 14px;
        margin-top: 30px
    }

    .page-process-certifications .st-mainbody .container .module.module-5 .cont .cont-body .cont-r p {
        font-size: 14px
    }

    .page-process-certifications .st-mainbody .container .module.module-6 {
        margin-top: 0
    }

    .page-process-certifications .st-mainbody .container .module.module-6 .cont-box .cont-title {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .page-process-certifications .st-mainbody .container .module.module-6 .cont-box .cont-summary {
        width: 90%;
        font-size: 14px;
        line-height: 28px
    }

    .page-process-certifications .st-mainbody .container .module.module-6 .cont-box .cont-body {
        flex-direction: column;
        width: 90%
    }

    .page-process-certifications .st-mainbody .container .module.module-6 .cont-box .cont-body .cont-l {
        width: 70%
    }

    .page-process-certifications .st-mainbody .container .module.module-6 .cont-box .cont-body .cont-l a {
        font-size: 14px
    }

    .page-process-certifications .st-mainbody .container .module.module-6 .cont-box .cont-body .cont-r {
        width: 100%;
        margin-left: 0;
        font-size: 14px;
        margin-top: 30px
    }

    .page-process-certifications .st-mainbody .container .module.module-6 .cont-box .cont-body .cont-r p {
        font-size: 14px
    }

    .page-process-certifications .st-mainbody .container .module.module-7 {
        margin-top: 50px
    }

    .page-process-certifications .st-mainbody .container .module.module-7 .cont {
        width: 100%
    }

    .page-process-certifications .st-mainbody .container .module.module-7 .cont .cont-summary {
        font-size: 16px;
        line-height: 28px;
        margin-top: 30px
    }

    .page-process-certifications .st-mainbody .container .module.module-7 .cont .cont-body {
        flex-direction: column;
        width: 90%
    }

    .page-process-certifications .st-mainbody .container .module.module-7 .cont .cont-body .cont-l {
        width: 70%
    }

    .page-process-certifications .st-mainbody .container .module.module-7 .cont .cont-body .cont-l a {
        font-size: 14px
    }

    .page-process-certifications .st-mainbody .container .module.module-7 .cont .cont-body .cont-r {
        width: 100%;
        margin-left: 0;
        font-size: 14px;
        margin-top: 30px
    }

    .page-process-certifications .st-mainbody .container .module.module-7 .cont .cont-body .cont-r p {
        font-size: 14px
    }

    .page-process-certifications .st-mainbody .container .module.module-8 .cont-thumb {
        height: 50vh
    }

    .page-process-certifications .st-mainbody .container .module.module-8 .cont-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .page-process-certifications .st-mainbody .container .module.module-8 .cont-box {
        margin-top: -100px
    }

    .page-process-certifications .st-mainbody .container .module.module-8 .cont-box .cont-title {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .page-process-certifications .st-mainbody .container .module.module-8 .cont-box .cont-summary {
        width: 90%;
        font-size: 16px;
        line-height: 28px
    }

    .page-process-certifications .st-mainbody .container .module.module-8 .cont-box .cont-body {
        flex-direction: column;
        width: 90%
    }

    .page-process-certifications .st-mainbody .container .module.module-8 .cont-box .cont-body .cont-l {
        width: 70%
    }

    .page-process-certifications .st-mainbody .container .module.module-8 .cont-box .cont-body .cont-l a {
        font-size: 14px
    }

    .page-process-certifications .st-mainbody .container .module.module-8 .cont-box .cont-body .cont-r {
        width: 100%;
        margin-left: 0;
        font-size: 14px;
        margin-top: 30px
    }

    .page-process-certifications .st-mainbody .container .module.module-8 .cont-box .cont-body .cont-r p {
        font-size: 14px
    }

    .page-species-origin .st-mainbody .container .doc-body .cont {
        padding-top: 30px
    }

    .page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list .cards-navs .card-nav {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        padding-bottom: 20px
    }

    .page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list .cards-body .cards-cont {
        width: 100%;
        justify-content: flex-start;
        padding-top: 30px
    }

    .page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list .cards-body .cards-cont .card-img {
        width: 48%;
        height: 150px;
        margin-bottom: 4%
    }

    .page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list .cards-body .cards-cont .card-img:nth-child(2) {
        transform: none
    }

    .page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list .cards-body .cards-cont .card-img:not(:nth-child(3n + 1)) {
        margin-left: 0
    }

    .page-species-origin .st-mainbody .container .doc-body .cont .cont-classification .cont-cards-list .cards-body .cards-cont .card-img:not(:nth-child(2n + 1)) {
        margin-left: 4%
    }

    .page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards {
        margin-top: 30px
    }

    .page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap {
        margin-top: 30px;
        width: 100%
    }

    .page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item {
        flex: 0 0 48%;
        height: 250px
    }

    .page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item .text-card-bgimg {
        z-index: 10
    }

    .page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item .text-card-body {
        padding: 20px 15px
    }

    .page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item .text-card-body span:first-child {
        font-size: 16px;
        line-height: 28px
    }

    .page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item .text-card-body span:last-child {
        font-size: 14px;
        line-height: 24px
    }

    .page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item:not(:nth-child(4n + 4)) {
        margin-right: 0
    }

    .page-species-origin .st-mainbody .container .doc-body .cont .cont-text-cards .text-card-wrap .text-card-item:not(:nth-child(2n + 2)) {
        margin-right: 4%
    }

    .page-quality-price .st-mainbody .quality-price-title {
        margin-bottom: 30px
    }

    .page-quality-price .st-mainbody .module.module-1 .cont-title {
        width: 100%
    }

    .page-quality-price .st-mainbody .module.module-1 .cont {
        width: 100%
    }

    .page-quality-price .st-mainbody .module.module-1 .cont .cont-summary {
        width: 100%
    }

    .page-quality-price .st-mainbody .module.module-1 img {
        top: 50%;
        width: 100%
    }

    .page-quality-price .st-mainbody .module.module-2 {
        margin-top: 50px
    }

    .page-quality-price .st-mainbody .module.module-2>img {
        margin-top: 40px
    }

    .page-quality-price .st-mainbody .module.module-2 .cont-navs {
        display: flex;
        justify-content: space-between
    }

    .page-quality-price .st-mainbody .module.module-2 .cont-navs .cont-nav {
        flex: 0 0 33%
    }

    .page-quality-price .st-mainbody .module.module-2 .cont-navs .cont-nav img {
        height: 100px
    }

    .page-quality-price .st-mainbody .module.module-2 .cont-navs .cont-nav span {
        font-size: 14px;
        line-height: 20px;
        text-align: center
    }

    .page-quality-price .st-mainbody .module.module-2 .cont-body {
        width: 100%;
        margin-top: 50px
    }

    .page-quality-price .st-mainbody .module.module-2 .cont-body .body-item .item-textcard .textcard-summary {
        padding-left: 0
    }

    .page-quality-price .st-mainbody .module.module-2 .cont-body .body-item>img {
        top: 30%;
        width: 100%
    }

    .page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-title {
        margin-bottom: 20px
    }

    .page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item {
        width: 100%;
        margin-left: 0;
        flex-direction: column
    }

    .page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-l {
        padding: 10px 0
    }

    .page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-l .item-l-nav {
        margin-top: 20px
    }

    .page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-r {
        padding-left: 0;
        margin-right: 0
    }

    .page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-r .item-r-cont {
        flex-direction: column
    }

    .page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-r .item-r-cont .item-r-cont-item .item-r-cont-natural-title {
        font-size: 16px
    }

    .page-quality-price .st-mainbody .module.module-2 .cont-body .body-vs .vs-item .vs-item-r .item-r-cont .vs-subitem-cards-vs {
        margin: 10px auto 0
    }

    .page-quality-price .st-mainbody .module.module-3 .cont-thumb {
        width: 100%;
        margin: 50px auto
    }

    .page-quality-price .st-mainbody .module.module-4 .cont-title {
        max-width: 100%;
        margin-bottom: 30px
    }

    .page-quality-price .st-mainbody .module.module-4 .cont-thumb {
        width: 100%
    }

    .page-care .st-mainbody .care-title {
        margin-bottom: 30px
    }

    .page-care .st-mainbody .module.module-1 .cont-title {
        max-width: 100%
    }

    .page-care .st-mainbody .module.module-1 .cont-cards {
        flex-direction: column;
        column-gap: 5%;
        width: 100%;
        margin: unset;
        margin-top: 50px
    }

    .page-care .st-mainbody .module.module-1 .cont-cards .card-item .card-icon {
        zoom: .6
    }

    .page-care .st-mainbody .module.module-1 .cont-cards .card-item .card-desc {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px
    }

    .page-care .st-mainbody .module.module-2 {
        width: 112%;
        margin-left: -6%
    }

    .page-care .st-mainbody .module.module-2 .cont {
        padding: 20px
    }

    .page-care .st-mainbody .module.module-2 .cont .cont-cards {
        margin-top: 50px
    }

    .page-care .st-mainbody .module.module-2 .cont .cont-cards .card-item {
        flex-direction: column
    }

    .page-care .st-mainbody .module.module-2 .cont .cont-cards .card-item .card-icon {
        zoom: .6
    }

    .page-care .st-mainbody .module.module-2 .cont .cont-cards .card-item .card-desc {
        max-height: unset;
        padding-left: 0;
        padding-top: 20px;
        font-size: 14px;
        line-height: 24px;
        text-align: center
    }

    .page-care .st-mainbody .module.module-3 {
        padding: 50px 0
    }

    .page-care .st-mainbody .module.module-3 .cont {
        width: 100%
    }

    .page-care .st-mainbody .module.module-3 .cont .cont-summary {
        margin-top: 30px;
        font-size: 16px;
        line-height: 28px
    }

    .page-care .st-mainbody .module.module-3 .cont .cont-cards {
        flex-direction: column;
        margin-top: 50px
    }

    .page-care .st-mainbody .module.module-3 .cont .cont-cards .card-item {
        flex-direction: column;
        margin-bottom: 30px
    }

    .page-care .st-mainbody .module.module-3 .cont .cont-cards .card-item .card-icon {
        zoom: .6;
        margin: 0 auto
    }

    .page-care .st-mainbody .module.module-3 .cont .cont-cards .card-item .card-desc {
        max-height: unset;
        padding-left: 0;
        padding-top: 20px;
        margin-top: 0;
        font-size: 14px;
        line-height: 24px;
        text-align: center
    }

    .page-care .st-mainbody .module.module-4 {
        padding: 50px 5%;
        width: 112%;
        margin-left: -6%
    }

    .page-care .st-mainbody .module.module-4 .cont {
        width: 100%
    }

    .page-care .st-mainbody .module.module-4 .cont .cont-cards {
        flex-direction: column;
        margin-top: 50px
    }

    .page-care .st-mainbody .module.module-4 .cont .cont-cards .card-item {
        flex-direction: column;
        margin-bottom: 30px
    }

    .page-care .st-mainbody .module.module-4 .cont .cont-cards .card-item .card-icon {
        zoom: .6;
        margin: 0 auto
    }

    .page-care .st-mainbody .module.module-4 .cont .cont-cards .card-item .card-desc {
        max-height: unset;
        padding-left: 0;
        padding-top: 20px;
        margin-top: 0;
        font-size: 14px;
        line-height: 24px;
        text-align: center
    }

    .page-care .st-mainbody .module.module-5 {
        padding: 50px 0 0
    }

    .page-care .st-mainbody .module.module-5 .cont {
        width: 100%;
        margin: 0
    }

    .page-care .st-mainbody .module.module-5 .cont .cont-cards .card-item {
        padding: 30px 0
    }

    .page-care .st-mainbody .module.module-5 .cont .cont-cards .card-item .card-desc {
        font-size: 14px;
        line-height: 28px;
        padding-left: 20px
    }

    .page-newsletter .st-mainbody>.container .cont {
        margin-top: 50px
    }

    .page-newsletter .st-mainbody>.container .cont .cont-r {
        padding-right: 0
    }

    .page-newsletter .st-mainbody>.container .cont .cont-r .new-item .item-date {
        zoom: .7
    }

    .page-newsletter .st-mainbody>.container .cont .cont-r .new-item .item-date span:first-child {
        font-size: 20px
    }

    .page-newsletter .st-mainbody>.container .cont .cont-r .new-item .item-date span:last-child {
        font-size: 16px
    }

    .page-newsletter .st-mainbody>.container .cont .cont-r .new-item .item-thumb {
        height: 250px
    }

    .page-newsletter .st-mainbody>.container .cont .cont-r .new-item .item-title {
        font-size: 16px
    }

    .page-newsletter .st-mainbody>.container .cont .cont-r .new-item .item-summary {
        font-size: 14px;
        -webkit-line-clamp: 5
    }

    .page-newsletter-detail .st-mainbody .container .newsletter-detail-title {
        margin-bottom: 30px
    }

    .page-newsletter-detail .st-mainbody .container .content {
        width: 100%
    }

    .page-newsletter-detail .st-mainbody .container .content .row {
        flex-direction: column;
        margin-bottom: -20px
    }

    .page-newsletter-detail .st-mainbody .container .content .row>* {
        margin-bottom: 20px
    }

    .page-newsletter-detail .st-mainbody .container .doc-header {
        align-items: flex-start;
        flex-direction: column
    }

    .page-newsletter-detail .st-mainbody .container .doc-header .cont-icon {
        height: 150px
    }

    .page-partners .st-mainbody .container .partners-title {
        margin-bottom: 30px
    }

    .page-partners .st-mainbody .container .img-list {
        width: 100%;
        padding-top: 20px
    }

    .page-partners .st-mainbody .container .img-list .img-item {
        flex: 0 0 48%
    }

    .page-partners .st-mainbody .container .img-list .img-item:not(:nth-child(4n + 4)) {
        margin-right: 0
    }

    .page-partners .st-mainbody .container .img-list .img-item:not(:nth-child(2n + 2)) {
        margin-right: 4%
    }

    .page-FAQs .st-mainbody .container .faqs-title {
        margin-bottom: 30px
    }

    .page-FAQs .st-mainbody .container .cont {
        width: 100%;
        padding: 0
    }

    .page-FAQs .st-mainbody .container .cont .card-item .item-t .item-title {
        font-size: 16px;
        line-height: 24px
    }

    .page-contact-us .st-mainbody .container .cont {
        width: 100%;
        flex-direction: column
    }

    .page-contact-us .st-mainbody .container .cont .cont-l {
        flex: 0;
        width: 100%
    }

    .page-contact-us .st-mainbody .container .cont .cont-r {
        flex: 0;
        width: 100%;
        margin-top: 50px
    }

    .snowflake-g img {
        width: 20px
    }

    .video-wrap {
        background-color: #000 !important
    }

    .video-wrap .video-box {
        width: 100% !important
    }

    .video-wrap .video-box .video-close-btn {
        top: 110% !important;
        left: 50% !important;
        transform: translateX(-50%) !important
    }

    .video-wrap .video-box .video-close-btn::before,
    .video-wrap .video-box .video-close-btn::after {
        background-color: #fff !important
    }

    .st-footer {
        width: 80%;
        margin: 0 auto;
        text-align: center
    }

    .st-footer .copyright {
        font-size: 12px;
        line-height: 24px
    }
}