@media (max-width: 1023px) {
    .hidden-m {
        display: none !important
    }
}

@media (min-width: 1024px) {
    .hidden-pc {
        display: none !important
    }
}

em {
    font-style: normal;
    color: #c7000b
}

.section {
    padding: 15px 0
}

.section-merge-spacing {
    padding-top: 0
}

.section-container {
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

.section-head {
    padding-bottom: 32px;
    text-align: center
}

.section-head-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #252b3a
}

.section-head-subtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    margin-top: 14px;
    color: #575d6c
}

.section-head-subtitle a {
    margin-left: 1em;
    -webkit-transition: .2s;
    transition: .2s
}

.section-head-subtitle a i {
    margin-top: -4px;
    vertical-align: middle;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.section-head-subtitle a:hover {
    color: #c7000b
}

.section-head-subtitle a:hover i {
    -webkit-transform: translate(4px);
    transform: translate(4px)
}

.section-head[data-theme=light] .section-head-subtitle, .section-head[data-theme=light] .section-head-title {
    color: #fff
}

.section-more {
    font-size: 0
}

.section-more a {
    font-size: 14px;
    line-height: 18px;
    color: #252b3a
}

.section-more a i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 28px;
    height: 6px;
    margin-top: -4px;
    margin-left: 10px;
    -webkit-transition: .2s;
    transition: .2s
}

.section-more a i:before {
    width: 100%
}

.section-more a i:after, .section-more a i:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid;
    border-radius: 1px
}

.section-more a i:after {
    width: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right;
    transform-origin: right
}

.section-more a:hover i {
    -webkit-transform: translate(5px);
    transform: translate(5px)
}

@media (max-width: 1023px) {
    .section {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .section-merge-spacing {
        padding-top: 20px;
    }

    .section-head {
        padding-bottom: 16px;
        text-align: center
    }

    .section-head-title {
        font-size: 18px;
        line-height: 22px
    }

    .section-head-subtitle {
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px
    }
}

@media (min-width: 1024px) {
    .element-entrance-container {
        padding: 10px;
        background: #f2f2f2;
        margin: 20px;
        text-align: center
    }

    .element-entrance-1 {
        -webkit-transition: .5s;
        transition: .5s
    }

    .element-entrance-1.ee-out {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    .element-entrance-1.ee-enter {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .element-entrance-2 {
        -webkit-transition: .5s;
        transition: .5s
    }

    .element-entrance-2.ee-out {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .element-entrance-2.ee-enter {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width: 768px) {
    .banner {
        position: relative
    }

    .banner .por-btn-lg-middle {
        line-height: 30px
    }

    .banner .banner-container {
        position: relative;
        height: 650px
    }

    .banner .carousel-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        background: #f5f5f6;
        background-size: cover;
        background-position: 50%
    }

    .banner .carousel-container {
        background: none !important
    }

    .banner .carousel-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        background-image: none !important
    }

    .banner .carousel-slide-current {
        visibility: visible;
        opacity: 1
    }

    .banner .carousel-slide-current a {
        z-index: 2
    }

    .banner .carousel-slide-active {
        z-index: 1;
        opacity: 1;
        visibility: visible
    }

    .banner .carousel-indicator-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 127px;
        width: 100%;
        font-size: 0;
        text-align: center
    }

    .banner .carousel-indicator {
        display: inline-block;
        position: relative;
        z-index: 99;
        padding: 5px 3px;
        cursor: pointer
    }

    .banner .carousel-indicator span {
        display: block;
        width: 40px;
        height: 2px;
        background: rgba(0, 0, 0, .15);
        opacity: .7;
        -webkit-transition: .2s;
        transition: .2s
    }

    .banner .carousel-indicator:first-child {
        margin-left: -3px
    }

    .banner .carousel-indicator:hover span {
        background: #252b3a
    }

    .banner .carousel-indicator-active span {
        opacity: 1;
        background: #252b3a
    }

    .banner .banner-content {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        height: 100%
    }

    .banner .banner-content-bg {
        -webkit-transition-duration: 0ms;
        transition-duration: 0ms;
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        background-size: cover;
        background-position: 50%
    }

    .banner .banner-content-bg video {
        opacity: 0;
        -o-object-fit: cover;
        object-fit: cover
    }

    .banner .banner-content-bg-video, .banner .banner-content-bg-video video, .banner .banner-content-bg video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .banner .banner-content-bg-video video {
        -o-object-fit: cover;
        object-fit: cover
    }

    .banner .banner-content-inner {
        display: block;
        position: relative;
        z-index: 1;
        height: 100%
    }

    .banner .banner-content-main {
        height: 100%;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    .banner .banner-content-main-inner {
        position: relative;
        height: 100%
    }

    .banner .banner-content-main-inner:after, .banner .banner-content-main-inner:before {
        content: "";
        display: table;
        clear: both
    }

    .banner .banner-text {
        margin-top: 170px;
        width: 60%
    }

    .banner .banner-text .banner-text-tag {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 16px
    }

    .banner .banner-text .img {
        height: 24px
    }

    .banner .banner-text .text {
        font-size: 20px;
        color: #252b3a;
        letter-spacing: 0;
        line-height: 24px
    }

    .banner .banner-text .tag-wrapper {
        margin-left: 8px;
        background-color: #c7000b;
        height: 24px;
        border-radius: 2px
    }

    .banner .banner-text .tag-text {
        font-size: 14px;
        color: #fff;
        text-align: left;
        line-height: 18px;
        padding: 3px 8px
    }

    .banner .banner-text h5 {
        font-weight: 700;
        font-size: 52px;
        line-height: 66px;
        color: #252b3a;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .banner .banner-text h5 + p {
        margin-top: 12px
    }

    .banner .banner-text p {
        font-size: 18px;
        line-height: 30px;
        color: #252b3a;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .banner .banner-text-btn-wrapper {
        margin-top: 32px
    }

    .banner .banner-learn-more {
        font-size: 18px;
        line-height: 24px;
        color: #252b3a
    }

    .banner .banner-learn-more i {
        display: inline-block;
        vertical-align: middle;
        width: 27px;
        border-top: 1px solid;
        border-radius: 1px;
        margin-left: 13px;
        -webkit-transition: .2s;
        transition: .2s
    }

    .banner .banner-learn-more i:before {
        content: "";
        float: right;
        width: 7px;
        border-bottom: 1px solid;
        border-radius: 1px;
        margin-top: -1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }

    .banner .banner-learn-more:hover i {
        -webkit-transform: translate(5px);
        transform: translate(5px)
    }

    .banner .banner-text-mb {
        display: none
    }

    .banner .banner-icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 66.796875%;
        width: 430px;
        height: 100%;
        margin: auto
    }

    .banner .banner-icon-cover, .banner .banner-icon-default {
        display: block;
        position: absolute;
        top: -1050px;
        bottom: -1000px;
        width: 100%;
        margin: auto
    }

    .banner .banner-icon-default {
        z-index: 1
    }

    .banner .banner-icon-cover {
        z-index: 0
    }

    .banner [data-enter-transition=banner-text-enter] {
        opacity: 0
    }

    .banner .banner-text-enter {
        opacity: 1;
        -webkit-transition: .15s;
        transition: .15s
    }

    .banner [data-enter-transition=banner-btn-enter], .banner [data-enter-transition=banner-subtitle-enter], .banner [data-enter-transition=banner-tag-enter], .banner [data-enter-transition=banner-title-enter] {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    .banner .banner-btn-enter, .banner .banner-subtitle-enter, .banner .banner-tag-enter, .banner .banner-title-enter {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .banner .banner-tag-enter, .banner .banner-tag-exit {
        -webkit-transition: .6s ease-out;
        transition: .6s ease-out
    }

    .banner .banner-subtitle-enter, .banner .banner-subtitle-exit, .banner .banner-title-enter, .banner .banner-title-exit {
        -webkit-transition: .6s ease-out .1s;
        transition: .6s ease-out .1s
    }

    .banner .banner-btn-enter, .banner .banner-btn-exit {
        -webkit-transition: .6s ease-out .3s;
        transition: .6s ease-out .3s
    }

    .banner .banner-btn-exit, .banner .banner-subtitle-exit, .banner .banner-tag-exit, .banner .banner-title-exit {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    .banner [data-enter-transition=banner-icon-default-enter] {
        opacity: 0
    }

    .banner .banner-icon-default-enter {
        opacity: 1;
        -webkit-transition: .8s;
        transition: .8s
    }

    .banner [data-enter-transition=banner-icon-cover-enter] {
        opacity: 0
    }

    .banner .banner-icon-cover-enter {
        opacity: 1;
        -webkit-transition: .8s;
        transition: .8s
    }

    .banner .banner-exit-none {
        opacity: 1
    }

    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1
        }
        to {
            opacity: 0
        }
    }@keyframes fadeOut {
         0% {
             opacity: 1
         }
         to {
             opacity: 0
         }
     }.banner .banner-fadeOut {
          -webkit-animation: fadeOut .35s forwards;
          animation: fadeOut .35s forwards
      }

    .banner [data-enter-transition=banner-trans-fadeInUp] {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    .banner .banner-trans-fadeInUp {
        opacity: 1
    }

    .banner .banner-trans-fadeInUp, .banner .banner-trans-fadeOut {
        -webkit-transition: .5s;
        transition: .5s;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .banner .banner-trans-fadeOut {
        opacity: 0
    }

    .banner [data-enter-transition=banner-trans-fadeInLeft] {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }

    .banner .banner-trans-fadeInLeft {
        opacity: 1;
        -webkit-transition: 1s;
        transition: 1s;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .banner .banner-trans-fadeOutLeft {
        opacity: 0;
        -webkit-transition: 1s;
        transition: 1s;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }

    .banner .banner-products {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        right: 0;
        padding-bottom: 30px
    }

    .banner .banner-products .section-head {
        display: none
    }

    .banner .banner-products ul {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .banner .banner-product {
        display: block;
        padding-bottom: 8px;
        text-align: center;
        width: 100px
    }

    .banner .banner-product i {
        display: block;
        width: 100px;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
        background-size: 100% auto;
        background-position: 0 top
    }

    .banner .banner-product p {
        margin-left: -10px;
        margin-right: -10px;
        font-size: 14px;
        line-height: 22px;
        color: #333;
        -webkit-transition: .2s;
        transition: .2s
    }

    .banner .banner-product:hover p {
        font-weight: 700
    }

    .banner .img-wrapper {
        min-height: calc(100% - 100px);
        height: calc(100% - 100px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .banner .img-wrapper .banner-img {
        width: 60%
    }

    .banner .img-wrapper .banner-img img {
        width: 100%;
        height: 100%
    }

    .events-container {
        width: 100%;
        height: 100px;
        position: relative;
        background: hsla(0, 0%, 100%, .5);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px)
    }

    .events-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }

    .event-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%
    }

    .event-icon, .event-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .event-icon {
        width: 90px;
        height: 90px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: center;
        background-size: 100% 100%
    }

    .event-icon i {
        -webkit-transition: all .2s;
        transition: all .2s;
        display: none;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADIBAMAAABfdrOtAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMABAkNEZ3G9NYAAAEiSURBVHja7dXBjYMwEIXhcQeedGDSwUIHuP+aFmLDWAuHPbwcovyfFCm3p/EbbAMAAAAAAAAAAAAAAAAAAAAAAAAA4KuljXve2Jvk7IO3BEVCxMinSH6VkrQL8+4xbYp32r6PgFDER5asZ9ykmCzFd9PLc978tP+tF+VhPcq0mbuYJYtSzjnmwTmLaJA+x3Pe1VrX+TizIuv+FdLrWGrTQsoeIsvwyGjWPoqs+iGkntYIkV1arZLlGqKfpA4+cZK+XdFJrJduu44V/rtd8Z2I12u5brDyTby7VpQvV4rL63p1ZdPIKZ6sQWkZkSKoPlKkT2NI3nsJ7m1/dZOY+elR/GTRuiTGm1LK/jsyTCr7jWRyyUPsrt7QxqdLjQEAAAD4j1/YLGMmwnJ3BAAAAABJRU5ErkJggg==)
    }

    .event-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(100% - 100px);
        padding-right: 10px
    }

    .event-title {
        font-size: 18px;
        height: 24px;
        line-height: 24px;
        font-weight: 700;
        -webkit-transition: all .2s;
        transition: all .2s;
        margin-bottom: 4px
    }

    .event-desc, .event-title {
        color: #252b3a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .event-desc {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        width: 100%
    }

    .event-item:hover {
        background: hsla(0, 0%, 100%, .5)
    }

    .event-item:hover .event-icon i {
        height: 100%;
        width: 100%
    }

    .event-item:hover .event-title {
        color: #c7000b
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .banner .banner-content-main {
        max-width: 1200px
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .banner .banner-content-main {
        max-width: none;
        padding-left: 3%;
        padding-right: 3%
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .banner .banner-products ul {
        max-width: 1200px
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .banner .banner-products ul {
        max-width: none;
        padding-left: 3%;
        padding-right: 3%
    }
}

@media (min-width: 768px) and (min-width: 1921px) {
    .banner .banner-content-main-inner {
        position: static
    }

    .banner .banner-icon {
        width: 22.39583333%;
        left: 61.19791667%
    }
}

@media (min-width: 768px) and (max-width: 1599px) {
    .banner .banner-container {
        height: 490px
    }

    .banner .banner-content-main-inner {
        position: static
    }

    .banner .carousel-indicator-wrapper {
        bottom: 105px
    }

    .banner .banner-text {
        margin-top: 88px;
        width: 55%
    }

    .banner .banner-text h5 {
        font-size: 40px;
        line-height: 50px
    }

    .banner .banner-text h5 + p {
        margin-top: 12px
    }

    .banner .banner-text p {
        font-size: 16px;
        line-height: 22px
    }

    .banner .banner-learn-more {
        font-size: 16px;
        line-height: 24px
    }

    .banner .banner-icon {
        width: 22.39583333%;
        left: 61.19791667%
    }

    .banner .img-wrapper {
        min-height: calc(100% - 90px);
        height: calc(100% - 90px)
    }

    .banner .img-wrapper .banner-img {
        width: 45%
    }
}

@media (min-width: 768px) and (max-width: 1446px) {
    .banner .banner-icon {
        width: 334px;
        left: calc(50% + 157px)
    }
}

@media (min-width: 768px) and (max-width: 1376px) {
    .banner .banner-icon {
        width: 301px;
        left: calc(50% + 162px)
    }

    .banner .banner-icon-cover, .banner .banner-icon-default {
        top: -1030px
    }

    .banner .banner-container {
        height: 420px
    }

    .banner .banner-text {
        margin-top: 76px;
        margin-left: 40px
    }

    .banner .banner-text .banner-text-tag {
        margin-bottom: 8px
    }

    .banner .banner-text .banner-title + p {
        margin-top: 8px
    }

    .banner .banner-text .banner-text-btn-wrapper {
        margin-top: 24px
    }

    .banner .carousel-indicator-wrapper {
        bottom: 95px
    }

    .banner .img-wrapper {
        margin-left: 40px
    }

    .banner .img-wrapper .banner-img {
        width: 55%
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .banner .banner-container {
        height: 350px
    }

    .banner .banner-text {
        margin-top: 67px;
        margin-left: 40px
    }

    .banner .banner-text .text {
        font-size: 18px;
        line-height: 22px
    }

    .banner .banner-text .tag-wrapper {
        height: 22px
    }

    .banner .banner-text .tag-text {
        font-size: 12px;
        padding: 2px 8px
    }

    .banner .banner-text .banner-text-btn-wrapper {
        margin-top: 20px
    }

    .banner .banner-text h5 {
        font-size: 32px;
        line-height: 40px
    }

    .banner .banner-text p {
        font-size: 14px;
        line-height: 22px
    }

    .banner .banner-text .por-btn-large {
        height: 32px;
        font-size: 12px;
        line-height: 30px;
        padding-left: 24px;
        padding-right: 24px
    }

    .banner .banner-icon {
        width: 19.43151596%;
        left: 62.5%
    }

    .banner .banner-text-btn-wrapper {
        margin-top: 24px
    }

    .banner .carousel-indicator-wrapper {
        bottom: 75px
    }

    .banner .banner-learn-more {
        font-size: 14px;
        line-height: 22px
    }

    .banner .img-wrapper {
        min-height: calc(100% - 60px);
        height: calc(100% - 60px)
    }

    .banner .img-wrapper .banner-img {
        width: 55%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banner .banner-container {
        height: 350px
    }

    .banner .banner-text-more {
        margin-top: 12px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .banner .carousel-indicator-wrapper {
        bottom: 75px
    }

    .banner .banner-icon {
        width: 197px;
        left: calc(50% + 130px)
    }

    .banner .img-wrapper .banner-img {
        width: 60%
    }
}

@media (min-width: 768px) and (min-width: 1600px) {
    .event-item:first-child {
        margin-left: -28px
    }

    .event-item:last-child {
        margin-right: -28px
    }
}

@media (min-width: 768px) and (max-width: 1599px) {
    .event-icon {
        width: 90px;
        height: 90px;
        margin-left: 0
    }

    .event-content {
        width: calc(100% - 90px)
    }

    .event-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 4px
    }

    .events-container {
        height: 100px
    }
}

@media (min-width: 768px) and (max-width: 1599px) and (min-width: 1377px) {
    .event-item:first-child {
        margin-left: -25px
    }

    .event-item:last-child {
        margin-right: -25px
    }
}

@media (min-width: 768px) and (max-width: 1376px) {
    .events-container {
        height: 80px
    }

    .event-icon {
        width: 80px;
        height: 80px;
        margin-left: 10px
    }

    .event-title {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .events-container {
        height: 60px
    }

    .event-icon {
        width: 60px;
        height: 60px;
        margin-left: 10px
    }

    .event-desc {
        display: none
    }

    .event-title {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px
    }

    .img-wrapper {
        height: calc(100% - 60px)
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .event-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .event-icon {
        width: 60px;
        height: 60px;
        margin-left: -10px
    }

    .event-content {
        margin-left: 10px
    }

    .event-title {
        margin-bottom: 0;
        font-size: 14px
    }

    .event-desc {
        display: none
    }
}

@media (max-width: 767px) {
   /* .banner {
        height: 375px;
    }

    */

    .carousel-slide {
        position: relative
    }

    .carousel-slide img {
        display: block;
        width: 100%;
        height: 100%
    }

    .carousel-wrapper {
        background: none !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .banner-container:not(.init-img) .carousel-slide {
        height: 106.66666667vw;
        overflow: hidden;
        background-size: cover
    }

    .banner-container {
        height: calc(106.66667vw - 80px);
        background-size: cover;
        position: relative
    }

    .banner-icon, .banner-text-more {
        display: none
    }

    .banner-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 24px;
        text-align: left;
        color: #252b3a
    }

    .banner-text h5 {
        font-size: 24px;
        line-height: 30px;
        padding-left: 30px;
        padding-right: 30px
    }

    .banner-text h5 + p {
        margin-top: 4px
    }

    .banner-text p {
        font-size: 14px;
        line-height: 22px;
        padding-left: 30px;
        padding-right: 30px
    }

    .banner-content-bg, .banner-text-pc, .img-wrapper {
        display: none
    }

    .banner-text-mb {
        display: block
    }

    .banner-container .carousel-indicator-wrapper {
        position: absolute;
        z-index: 999;
        bottom: 17px;
        left: 0;
        right: 0;
        font-size: 0;
        text-align: center
    }

    .banner-container.swiper-container {
        overflow: visible
    }

    .banner-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 24px;
        height: 2px;
        margin-left: 2px;
        margin-right: 2px;
        background: rgba(0, 0, 0, .15);
        border-radius: 0;
        opacity: .4
    }

    .banner-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #252b3a;
        opacity: 1
    }

    .banner-products {
        padding: 28px 18px 16px
    }

    .banner-products ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
        margin-left: -16px;
        margin-right: -16px
    }

    .banner-products li {
        width: 25%;
        padding-left: 16px;
        padding-right: 16px
    }

    .banner-product {
        display: block;
        padding-bottom: 12px;
        text-align: center
    }

    .banner-product i {
        display: block;
        width: 60px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        background-size: 100% auto;
        background-position: 0 top
    }

    .banner-product p {
        margin-top: 4px;
        font-size: 12px;
        line-height: 18px;
        color: #333
    }

    .events-container {
        background: #f9fafc;
        border: 1px solid #f9fafc;
        height: 80px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .events-container .events-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }

    .events-container .event-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%
    }

    .events-container .event-item .event-icon {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50px;
        height: 50px;
        background-size: 100% 100%
    }

    .events-container .event-item .event-icon i {
        display: none;
        width: 50px;
        height: 50px;
        background-size: 100% 100%;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADIBAMAAABfdrOtAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMABAkNEZ3G9NYAAAEiSURBVHja7dXBjYMwEIXhcQeedGDSwUIHuP+aFmLDWAuHPbwcovyfFCm3p/EbbAMAAAAAAAAAAAAAAAAAAAAAAAAA4KuljXve2Jvk7IO3BEVCxMinSH6VkrQL8+4xbYp32r6PgFDER5asZ9ykmCzFd9PLc978tP+tF+VhPcq0mbuYJYtSzjnmwTmLaJA+x3Pe1VrX+TizIuv+FdLrWGrTQsoeIsvwyGjWPoqs+iGkntYIkV1arZLlGqKfpA4+cZK+XdFJrJduu44V/rtd8Z2I12u5brDyTby7VpQvV4rL63p1ZdPIKZ6sQWkZkSKoPlKkT2NI3nsJ7m1/dZOY+elR/GTRuiTGm1LK/jsyTCr7jWRyyUPsrt7QxqdLjQEAAAD4j1/YLGMmwnJ3BAAAAABJRU5ErkJggg==)
    }

    .events-container .event-item .event-content {
        padding-bottom: 12px
    }

    .events-container .event-item .event-content .event-title {
        font-size: 12px;
        color: #252b3a;
        height: 18px;
        line-height: 18px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .events-container .event-item .event-content .event-desc {
        display: none
    }
}

.immersion-banner-container {
    position: relative;
    top: 0;
    height: 100vh;
    max-height: 840px;
    min-height: 330px;
    cursor: pointer
}

.immersion-banner-container .immersion-banner-link {
    width: 100%;
    height: 100vh;
    display: inline-block;
    background: transparent
}

.immersion-banner-container .immersion-banner-fixed {
    position: fixed;
    width: 100%;
    height: calc(100vh - 75px);
    max-height: 865px;
    min-height: 330px;
    min-width: 100%;
    top: 75px;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.immersion-banner-container.video, .immersion-banner-container.video .immersion-banner-fixed {
    height: 0;
    padding-bottom: 43.75%
}

.immersion-banner-container .immersion-banner-content-wrapper {
    position: fixed;
    width: 100%;
    height: calc(100% - 100px);
    max-height: 840px;
    min-height: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.immersion-banner-container .immersion-banner-content {
    width: 490px;
    height: 305px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: contain
}

.immersion-banner-container .immersion-banner-bg {
    display: block;
    width: auto;
    height: 100%;
    min-width: 100%;
    max-height: 940px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin: 0 auto
}

.immersion-banner-container .immersion-banner-bg-mb {
    display: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0
}

@media (max-width: 768px) {
    .immersion-banner-container .immersion-banner-bg, .immersion-banner-container .immersion-banner-video {
        display: none
    }

    .immersion-banner-container .immersion-banner-bg-mb {
        display: block;
        max-height: 1024px
    }
}

.immersion-banner-container .immersion-banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    margin-top: -25px
}

.immersion-banner-container .immersion-banner-activity {
    position: absolute;
    bottom: calc(6% - 25px);
    left: 50%;
    width: 1440px;
    height: 236px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin: 0 auto
}

.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-icon {
    height: 100%;
    width: 325px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left
}

.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1025px;
    margin-left: -15px;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links .link-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links .link-column a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: hsla(0, 0%, 100%, .6);
    background-size: 100% 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 176px;
    min-width: 166px;
    padding: 0 8px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center
}

@media (max-width: 1376px) {
    .immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links .link-column a {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        max-width: 140px;
        min-width: auto
    }
}

@media (max-width: 1279px) {
    .immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links .link-column a {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        max-width: 120px
    }
}

.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links .link-column a .por-icon {
    margin-left: 5px
}

.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links .link-column a + a {
    margin-top: 8px
}

@media (max-width: 1376px) {
    .immersion-banner-container .immersion-banner-activity {
        width: 1152px;
        height: 188.8px
    }

    .immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-icon {
        width: 260px
    }

    .immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links {
        width: 816px
    }
}

@media (max-width: 1279px) {
    .immersion-banner-container .immersion-banner-activity {
        width: 1036.8px;
        height: 169.92px
    }

    .immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-icon {
        width: 234px
    }

    .immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links {
        width: 734.4px
    }
}

@media (max-width: 1024px) {
    .immersion-banner-container .immersion-banner-activity {
        display: none
    }

    .immersion-banner-container .immersion-banner-video {
        margin-top: 25px
    }
}

@media (max-width: 768px) {
    .immersion-banner-container .immersion-banner-content-wrapper {
        display: none
    }
}

.immersion-banner-container .immersion-banner-mask {
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

@media (min-width: 1921px) {
    .immersion-banner-container {
        padding-bottom: 43.7%;
        height: 0
    }

    .immersion-banner-container .immersion-banner-fixed, .immersion-banner-container .immersion-banner-fixed .immersion-banner-bg {
        padding-bottom: 45%;
        height: 0
    }

    .immersion-banner-container .immersion-banner-fixed .immersion-banner-activity {
        bottom: calc(10% - 25px)
    }

    .immersion-banner-container .immersion-banner-content-wrapper {
        max-height: none
    }
}

@media (max-width: 1280px) {
    .immersion-banner-container .immersion-banner-content {
        height: 36.30952%
    }
}

@media (max-width: 1024px) {
    .immersion-banner-container .immersion-banner-fixed {
        top: 110px
    }
}

@media (max-width: 768px) {
    .immersion-banner-container {
        height: 100vh;
        max-height: 1024px
    }

    .immersion-banner-container.video, .immersion-banner-container.video .immersion-banner-fixed {
        height: 100vh;
        padding-bottom: 0
    }

    .immersion-banner-container .immersion-banner-fixed {
        top: 48px;
        height: 100vh;
        padding-bottom: 0;
        max-height: 1024px
    }

    .immersion-banner-container .immersion-banner-fixed .immersion-banner-bg {
        height: 100vh;
        padding-bottom: 0
    }
}

.section-group-product {
    position: relative;
    background-size: 1920px auto;
    background-repeat: no-repeat
}

@media (min-width: 1920px) {
    .section-group-product {
        background-size: cover
    }
}

.section-product {
    position: relative
}

.section-product .por-container {
    position: relative;
    z-index: 1
}

.section-product-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: bottom
}

@media (min-width: 1920px) {
    .section-product-bg {
        background-size: 100% auto
    }
}

.section-product-bg.init-parallax {
    background-image: url(//res.hc-cdn.com/cpage-pep-home-page/2.4.18/images/products/productBg.jpg)
}

.product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    min-width: 720px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.product-tag {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    background: #c7000b;
    padding: 0 4px;
    border: 1px solid #c7000b;
    border-radius: 2px;
    font-style: normal;
    line-height: 16px;
    font-size: 12px;
    color: #fff
}

.product-tag-outline {
    padding: 0 8px;
    background-color: transparent;
    color: #c7000b
}

.product-tag-outline-grey {
    padding: 0 8px;
    background-color: transparent;
    border-color: #adb0b8;
    color: #8a8e99
}

.product-label-hot {
    margin-left: 4px;
    margin-bottom: 3px
}

.product-label-angel {
    position: absolute;
    right: 0;
    top: 0;
    width: 66px;
    height: 66px;
    padding-top: 10px;
    overflow: hidden
}

.product-label-angel span {
    display: block;
    width: 200px;
    height: 23px;
    margin: 0 -67px;
    font-size: 12px;
    color: #fff;
    line-height: 23px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.product-label-angel-red span {
    background-color: #c7000b
}

.product-label-angel-orange span {
    background-color: #fa9841
}

.product-label-angel-blue span {
    background-color: #5e7ce0
}

.product-nav {
    position: relative;
    width: 21.875%;
    min-height: 400px;
    padding-top: 14px;
    background-size: cover
}

.product-nav-menu {
    position: relative;
    margin-bottom: 5px
}

.product-nav-menu-inner {
    position: relative;
    padding: 10px 16px 10px 32px;
    font-size: 16px;
    line-height: 20px;
    color: #252b3a;
    -webkit-transition: .2s;
    transition: .2s
}

.product-nav-menu-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 3px solid #c7000b;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.product-nav-menu.active .product-nav-menu-inner {
    font-weight: 700;
    background-image: linear-gradient(98deg, #f8f8f8 27%, rgba(241, 244, 249, 0))
}

.product-nav-menu.active .product-nav-menu-inner:before {
    opacity: 1
}

.product-nav-more {
    position: absolute;
    bottom: 24px;
    left: 32px
}

.product-nav-more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #252b3a;
    -webkit-transition: .2s;
    transition: .2s
}

.product-nav-more a:hover {
    color: #c7000b
}

.product-nav-more i {
    font-size: 16px;
    color: inherit;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.product-nav-more a:hover i {
    -webkit-transform: translate(4px);
    transform: translate(4px)
}

.product-wrapper {
    position: relative;
    width: 78.125%
}

.product-content:not(.show) {
    display: none
}

.product-content {
    height: 100%;
    background-color: #fff
}

.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

.product-list > li {
    width: 33.33333333%;
    height: 50%;
    border-left: 1px solid #dfe1e6
}

.product-list > li:nth-child(n+4) {
    border-top: 1px solid #dfe1e6
}

.product-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 32px;
    min-width: 200px;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: .2s;
    transition: .2s
}

.product-card i {
    display: block;
    width: 36px;
    height: 36px;
    background-size: cover;
    font-size: 36px;
    margin-bottom: 8px
}

.product-card h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #252b3a;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-card h5 .product-tag {
    margin-left: 4px;
    margin-top: -4px;
    margin-right: -46px
}

.product-card p {
    font-size: 14px;
    line-height: 22px;
    color: #575d6c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 44px
}

.product-card .product-btns, .product-card .product-labels, .product-card .product-price, .product-card p {
    margin-bottom: 12px
}

.product-card .product-btns:last-child, .product-card .product-labels:last-child, .product-card .product-price:last-child, .product-card p:last-child {
    margin-bottom: 0
}

.product-card:hover {
    z-index: 1;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

@media (max-width: 1180px) {
    .product-card h5 {
        font-size: 14px
    }

    .product-card .product-card-inner {
        width: 100%
    }
}

.product-labels .product-tag {
    margin-right: 4px;
    margin-top: 2px
}

.product-price {
    font-size: 12px;
    line-height: 14px;
    color: #575d6c;
    overflow: hidden
}

.product-price em {
    font-style: normal;
    font-weight: 700;
    color: #c7000b
}

.product-price span, .product-price strong {
    font-size: 20px;
    line-height: 20px
}

.product-price p {
    display: inline;
    line-height: 1;
    font-size: 12px
}

.product-card-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
    font-size: 14px;
    line-height: 20px;
    color: #252b3a;
    -webkit-transition: .2s;
    transition: .2s
}

.product-card:hover .product-card-more {
    color: #c7000b
}

.product-card:hover .product-card-more .por-icon {
    -webkit-transform: translate(4px);
    transform: translate(4px)
}

.product-card-more .por-icon {
    font-size: 16px;
    color: inherit;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.product-mb-container {
    display: none
}

@media (max-width: 1023px) {
    .section-group-product {
        background-image: none !important
    }

    .section-product {
        background: #f5f5f6;
        background-size: 100% 100%
    }

    .section-product .product-container {
        display: none
    }

    .product-mb-container {
        display: block;
        background-color: #fff
    }

    .product-m-tab, .product-m-tab a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .product-m-tab a {
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50%;
        height: 60px;
        padding-left: 16px;
        padding-right: 16px;
        border: 1px solid #dfe1e6;
        font-weight: 700;
        color: #252b3a
    }

    .product-m-tab a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -1px;
        right: -1px;
        border-bottom: 2px solid #c7000b;
        opacity: 0;
        -webkit-transition: .2s;
        transition: .2s
    }

    .product-m-tab a i {
        font-size: 24px;
        width: 24px;
        height: 24px;
        color: inherit;
        margin-right: 10px
    }

    .product-m-tab a + a {
        border-left: none
    }

    .product-m-tab a.active:before {
        opacity: 1
    }

    .product-m-tab-wrapper + .product-m-tab {
        margin-top: -1px
    }

    .product-m-tab-wrapper {
        border-left: 1px solid #dfe1e6;
        border-right: 1px solid #dfe1e6;
        overflow: hidden;
        -webkit-transition: .35s;
        transition: .35s
    }

    .product-m-tab-content {
        padding: 5px 15px
    }

    .product-m-tab-content:not(.show) {
        display: none
    }

    .product-m-card {
        display: block;
        padding: 10px 0
    }

    .product-m-card h5 {
        font-weight: 500;
        font-size: 14px;
        color: #252b3a
    }

    .product-m-card h5, .product-m-card p {
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .product-m-card p {
        margin-top: 4px;
        font-size: 12px;
        color: #575d6c
    }

    .product-mb-more {
        padding-top: 16px;
        text-align: center
    }
}
@media (min-width: 1024px) {
    .por-collapse-container {
        border: none
    }

    .por-collapse-trigger {
        display: none
    }

    .por-collapse {
        display: block
    }


    .por-tab-wrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 17px
    }


    .section-head {
        padding-bottom: 13px
    }
}

@media (max-width: 1023px) {
    .por-collapse-container {
        margin-top: -1px;
        background: #fff
    }

    .por-tab {
        display: none
    }

    .por-tab-wrapper {
        padding-top: 0
    }
    /*
         .por-tab-content {
            display: block
        }

     */
}

@media (min-width: 1024px) {
     .por-collapse-container {
        border: none
    }

     .por-collapse-trigger {
        display: none
    }

     .por-collapse {
        display: block
    }

     .por-tab-wrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 17px
    }

     .section-head {
        padding-bottom: 13px
    }
}

@media (max-width: 1023px) {
     .por-collapse-container {
        margin-top: -1px;
        background: #fff
    }

     .por-tab {
        display: none
    }

     .por-tab-wrapper {
        padding-top: 0
    }
/*
     .por-tab-content {
        display: block
    }

 */
}

 .preload {
    width: 0;
    height: 0;
    opacity: 0
}

 .por-tab-text {
    font-size: 20px
}

 .product-container {
    height: 385px
}

 .product-nav {
    min-height: auto;
    height: 100%
}

 .product-nav-more {
    position: static
}

 .product-recommends > li {
    height: 50%
}

.company-nav-text {
    padding: 14px 24px 0
}

.company-nav-text ul {
    margin-bottom: 24px
}

.company-nav-text li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 22px;
    color: #252b3a;
    padding-top: 3px;
    padding-bottom: 3px
}

.company-nav-text li i {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin: 3px 8px 3px 0;
    font-size: 10px;
    background-image: url(//res.hc-cdn.com/cpage-pep-home-page/2.4.18/components/company/images/checked.svg);
    background-size: cover
}

.company-nav-text li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #575d6c
}

.company-nav-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #252b3a;
    margin-bottom: 8px
}

.company-nav-desc {
    font-size: 14px;
    line-height: 22px;
    color: #575d6c;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 88px
}

 .market {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 64px
}

@media (min-width: 1024px) {
     .market {
        height: 136px
    }
}

 .market > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

 .market > ul,  .market > ul > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

 .market-main {
    width: 32.8125%
}

 .market-main p {
    font-size: 24px;
    line-height: 36px;
    color: #252b3a
}

 .market-main .por-btn {
    margin-top: 24px
}

 .market-item {
    text-align: center;
    color: #252b3a
}

 .market-item-desc {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 8px
}

 .market-item-title {
    font-size: 16px;
    line-height: 22px
}

@media (max-width: 1023px) {
     {
        background: #f5f5f6
    }

     .product-container {
        display: block;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none
    }

     .product-wrapper {
        width: 100%
    }

     .product-nav {
        width: 100%;
        height: auto;
        padding-top: 0;
        background-position: 100%
    }

     .company-nav-text {
        width: 67%;
        padding: 20px 17px
    }

     .company-nav-text ul {
        display: none
    }

     .company-nav-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px
    }

     .company-nav-desc {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px
    }

     .product-nav-more a {
        font-size: 12px;
        line-height: 18px
    }

     .product-nav-more a i {
        font-size: 14px
    }

     .product-recommends {
        display: block;
        padding: 5px 0
    }

     .product-recommends > li {
        height: auto;
        width: auto;
        border: none
    }

     .product-recommends .product-card {
        display: block;
        padding: 10px 15px
    }

     .product-recommends .product-card:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

     .product-recommends .product-card-inner > * {
        display: none
    }

     .product-recommends .product-card-inner > h5,  .product-recommends .product-card-inner > p {
        display: block
    }

     .product-recommends .product-card-inner > h5 {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 4px
    }

     .product-recommends .product-card-inner > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

     .market {
        margin-top: 28px
    }

     .market > ul {
        display: none
    }

     .market-main {
        width: 100%;
        text-align: center
    }

     .market-main p {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px
    }

     .market-main .por-btn {
        margin-top: 16px
    }
}

@media (min-width: 1024px) {
    .home-solutions .section-body {
        height: 800px
    }
}

.home-solutions .solutions-container {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1440px;
    margin: 0 auto
}

.home-solutions .solutions-container .section-head-subtitle p {
    display: inline-block
}

.home-solutions .solutions-wrapper {
    position: relative
}

.home-solutions .solutions-wrapper .por-carousel {
    margin-left: -8px;
    margin-right: -8px
}

.home-solutions .solutions-next, .home-solutions .solutions-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer
}

.home-solutions .solutions-next i, .home-solutions .solutions-prev i {
    display: block;
    font-size: 40px;
    color: #575d6c
}

.home-solutions .solutions-next.disabled i, .home-solutions .solutions-prev.disabled i {
    color: #dfe1e6;
    cursor: default
}

.home-solutions .solutions-prev {
    right: 100%;
    margin-right: 32px
}

.home-solutions .solutions-next {
    left: 100%;
    margin-left: 32px
}

@media (max-width: 1580px) {
    .home-solutions .solutions-container {
        padding-left: 118px;
        padding-right: 118px;
        max-width: 1516px
    }

    .home-solutions .solutions-prev {
        right: 100%;
        margin-right: 10px
    }

    .home-solutions .solutions-next {
        left: 100%;
        margin-left: 10px
    }
}

@media (max-width: 1439px) {
    .home-solutions .solutions-container {
        max-width: 1200px;
        padding-left: 3%;
        padding-right: 3%
    }
}

.home-solutions .solutions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.home-solutions .solutions-list > li {
    width: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-transition: .65s;
    transition: .65s
}

.home-solutions .solutions-list li:first-child {
    width: 40%
}

.home-solutions .solutions-list li:nth-child(4) ~ li {
    margin-top: 16px
}

.home-solutions .solutions-card {
    display: block;
    position: relative;
    height: 275px;
    background-size: cover;
    background-position: 0;
    overflow: hidden;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.home-solutions .solutions-card-cover, .home-solutions .solutions-card-cover-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .65s;
    transition: .65s
}

.home-solutions .solutions-card-cover {
    background-size: cover;
    background-position: 0
}

.home-solutions .solutions-card-text {
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    height: auto;
    -webkit-transition: .65s;
    transition: .65s;
    margin-top: 226px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.home-solutions .solutions-card-text i {
    display: block;
    width: 48px;
    height: 48px;
    background-size: cover;
    margin-bottom: 16px;
    font-size: 48px;
    color: inherit
}

.home-solutions .solutions-card-text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.home-solutions .solutions-card-title {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px
}

@media (max-width: 1440px) {
    .home-solutions .solutions-card-title {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width: 1080px) {
    .home-solutions .solutions-card-title {
        font-size: 16px;
        line-height: 22px
    }
}

.home-solutions .solutions-card-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0
}

.home-solutions .solutions-card-more .por-icon {
    font-size: 16px;
    color: inherit;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media (max-width: 1180px) {
    .home-solutions .solutions-card-text {
        right: 18px;
        left: 18px
    }
}

@media (min-width: 1024px) {
    .home-solutions .solutions-list li:hover .solutions-card-cover {
        -webkit-filter: blur(6px);
        filter: blur(6px)
    }

    .home-solutions .solutions-list li:hover .solutions-card-cover-mask {
        background: rgba(0, 0, 0, .46)
    }

    .home-solutions .solutions-list li:hover .solutions-card-text {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0
    }

    .home-solutions .solutions-list li:hover .solutions-card-more, .home-solutions .solutions-list li:hover .solutions-card-text p {
        opacity: 1;
        -webkit-transition: .65s .1s;
        transition: .65s .1s
    }

    .home-solutions .solutions-card-more:hover {
        color: #d64a52
    }

    .home-solutions .solutions-card-more:hover .por-icon {
        -webkit-transform: translate(4px);
        transform: translate(4px)
    }
}

@media (max-width: 1023px) {
    .home-solutions .solutions-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .home-solutions .por-carousel-pagination, .home-solutions .solutions-next, .home-solutions .solutions-prev {
        display: none
    }

    .home-solutions .por-carousel-bullet {
        height: 2px;
        margin: 0 2px
    }

    .home-solutions .por-carousel-bullet.active {
        background-color: #252b3a
    }

    .home-solutions .solutions-wrapper {
        overflow: hidden
    }

    .home-solutions .solutions-wrapper .por-carousel {
        margin-left: -2px;
        margin-right: -2px
    }

    .home-solutions .solutions-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0
    }

    .home-solutions .solutions-list > li {
        width: 50%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 8px
    }

    .home-solutions .solutions-list + .solutions-list {
        margin-top: 0
    }

    .home-solutions .solutions-list li:first-child {
        width: 100%
    }

    .home-solutions .solutions-list li:nth-child(4) ~ li {
        margin-top: 0
    }

    .home-solutions .solutions-list li:nth-child(2n) {
        padding-right: 8px
    }

    .home-solutions .solutions-list li:nth-child(7) ~ li {
        padding-bottom: 0
    }

    .home-solutions .solutions-card {
        height: auto;
        padding: 168px 0 0
    }

    .home-solutions .solutions-card-text {
        top: calc(100% - 34px);
        left: 16px;
        right: 0;
        height: auto;
        margin-top: 0
    }

    .home-solutions .solutions-card-text i {
        width: 34px;
        height: 34px;
        font-size: 32px;
        margin: 0 auto 8px
    }

    .home-solutions .solutions-card-text p {
        display: none
    }

    .home-solutions .solutions-card-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0
    }

    .home-solutions .solutions-card-more, .home-solutions .solutions-card-title:after {
        display: none
    }
}

@media (min-width: 1024px) {
    .home-stack {
        background-image: none !important
    }

    .home-stack .section {
        padding-bottom: 226px;
        background-size: cover;
        background-position: 50%
    }
}

.home-stack .section-body {
    text-align: center
}

@media (max-width: 1023px) {
    .home-stack {
        background-size: cover;
        background-position: 50%
    }

    .home-stack .section {
        padding: 28px 0 112px;
        background-image: none !important
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.home-customers {
    color: #fff
}

.home-customers .section {
    position: relative;
    background-size: cover
}

.home-customers .section-head {
    text-align: center
}

.home-customers .customers-bgs {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.home-customers .customers-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: top;
    -webkit-animation: fadeIn .4s forwards;
    animation: fadeIn .4s forwards
}

.home-customers .customers-bg:first-child {
    z-index: 2
}

.home-customers .customers-bg:nth-child(2) {
    z-index: 1
}

.home-customers .customers-bg:nth-child(2) ~ * {
    visibility: hidden
}

.home-customers .por-container {
    position: relative;
    z-index: 2
}

.home-customers .customers-tab-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.home-customers .customers-tab-item {
    display: block;
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: -1px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

.home-customers .customers-tab-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #d64a52;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s
}

.home-customers .customers-tab-item:hover {
    color: #d64a52
}

.home-customers .customers-tab-item.active {
    font-weight: 700
}

.home-customers .customers-tab-item.active:after {
    width: 100%
}

.home-customers .customers-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: -1px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s
}

.home-customers .customers-more i {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.home-customers .customers-more:hover {
    color: #d64a52
}

.home-customers .customers-more:hover i {
    -webkit-transform: translate(4px);
    transform: translate(4px)
}

.home-customers .customers-tab-content:not(.show) {
    display: none
}

.home-customers .customers-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 362px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-customers .customers-text {
    max-width: 716px
}

.home-customers .customers-text:not(.show) {
    display: none
}

.home-customers .customers-text-title {
    font-weight: 700;
    margin-bottom: 12px;
    opacity: 0;
    -webkit-animation: textIn .4s forwards;
    animation: textIn .4s forwards
}

.home-customers .customers-text-title > * {
    display: inline-block;
    vertical-align: middle
}

.home-customers .customers-text-title > span {
    max-width: 100%;
    font-size: 24px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-customers .customers-text-title .por-player-btn {
    margin: -20px -56px -20px 16px
}

.home-customers .customers-text-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    opacity: 0;
    -webkit-animation: textIn .4s .1s forwards;
    animation: textIn .4s .1s forwards
}

.home-customers .customers-text-btn {
    margin-top: 8px;
    opacity: 0;
    -webkit-animation: textIn .4s .15s forwards;
    animation: textIn .4s .15s forwards
}

.home-customers .customers-logos {
    overflow: hidden
}

.home-customers .customers-logo {
    float: left;
    width: 190px;
    height: 74px;
    background-color: hsla(0, 0%, 100%, .1);
    background-repeat: no-repeat;
    background-size: 140px 60px;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

.home-customers .customers-logo.active, .home-customers .customers-logo:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

@-webkit-keyframes textIn {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@keyframes textIn {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@media (max-width: 1023px) {
    .home-customers .section {
        background-color: #f5f5f6;
        background-image: none !important
    }

    .home-customers .customers-m-logos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #fff
    }

    .home-customers .customers-m-logo {
        display: block;
        width: 50%;
        height: 80px;
        background-size: 112px 48px;
        background-position: 50%;
        background-repeat: no-repeat
    }
}

@media (min-width: 1024px) {
    .home-information {
        background-image: none !important
    }

    .home-information .section-body {
        height: 520px
    }
}

.home-information .section {
    background-size: cover;
    background-position: 50%
}

.home-information .section-head {
    text-align: center
}

.home-information .information-main {
    position: relative;
    z-index: 1;
    padding-top: 68px;
    padding-bottom: 110px
}

@media (min-width: 1024px) {
    .home-information .information-main {
        background-image: none !important
    }
}

.home-information .information-title {
    width: 424px;
    font-size: 24px;
    line-height: 30px;
    color: #252b3a;
    font-weight: 600;
    margin-bottom: 12px
}

.home-information .information-desc {
    width: 424px;
    font-size: 14px;
    line-height: 22px;
    color: #575d6c;
    margin-bottom: 16px
}

.home-information .information-frontground {
    position: absolute;
    right: 125px;
    bottom: -60px;
    width: 615px;
    height: 379px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: right .2s;
    transition: right .2s
}

@media (min-width: 1024px) {
    .home-information .information-frontground:not(.init-parallax) {
        display: none
    }
}

@media (max-width: 1180px) {
    .home-information .information-frontground {
        right: 50px
    }
}

@media (max-width: 1080px) {
    .home-information .information-frontground {
        right: 0
    }
}

.home-information .information-news {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff
}

.home-information .information-news-column {
    width: 33.33333333%
}

.home-information .information-news-column + .information-news-column {
    border-left: 1px solid #dfe1e6
}

.home-information .information-news-card {
    padding: 32px;
    background-color: #fff;
    text-align: left
}

@media (max-width: 1024px) {
    .home-information .information-news-card {
        padding: 24px
    }
}

.home-information .information-news-card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-information .information-news-card-title span {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #252b3a;
    -webkit-transition: .2s;
    transition: .2s
}

.home-information .information-news-card-title .por-icon {
    font-size: 14px;
    color: #252b3a;
    margin-left: 8px;
    -webkit-transition: .2s;
    transition: .2s
}

.home-information .information-news-card-title:hover .por-icon, .home-information .information-news-card-title:hover span {
    color: #c7000b
}

.home-information .information-news-card-title:hover .por-icon {
    -webkit-transform: translate(4px);
    transform: translate(4px)
}

.home-information .information-news-card-subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px
}

.home-information .information-news-card-icon {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    background-size: cover
}

.home-information .information-news-card-list {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.home-information .information-news-card-list > li {
    position: relative
}

.home-information .information-news-card-list li:not(:last-child) {
    margin-right: 16px;
    padding-right: 16px
}

.home-information .information-news-card-list li:not(:last-child):after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #252b3a;
    position: absolute;
    top: 3px;
    right: 0
}

.home-information .information-news-card-list a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #252b3a;
    -webkit-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-information .information-news-card-list a em {
    font-style: normal;
    font-weight: 600;
    color: inherit
}

.home-information .information-news-card-list a:hover {
    color: #c7000b
}

@media (max-width: 1024px) {
    .home-information .information-news-card-list a {
        font-size: 12px
    }

    .home-information .information-news-card-list li:not(:last-child) {
        padding-right: 10px;
        margin-right: 10px
    }

    .home-information .information-news-card-list li:not(:last-child):after {
        top: 1px
    }
}

@media (max-width: 1023px) {
    .home-information {
        background-size: cover;
        background-position: top;
        background-color: #fff
    }

    .home-information .section {
        background-image: none !important
    }

    .home-information .section .section-body {
        border: 1px solid #dfe1e6
    }

    .home-information .information-main {
        padding: 16px;
        background-size: 100% auto;
        background-position: 100% 100%
    }

    .home-information .information-title {
        font-size: 14px;
        font-weight: 800;
        line-height: 18px;
        margin-bottom: 4px
    }

    .home-information .information-desc {
        width: 50%;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px
    }

    .home-information .information-more a {
        font-size: 12px;
        line-height: 18px
    }

    .home-information .information-more span {
        line-height: 18px;
        vertical-align: middle
    }

    .home-information .information-frontground-m {
        position: absolute;
        top: 0;
        right: 0;
        bottom: -100%;
        width: 50%;
        background-size: auto 100%;
        background-position: top;
        background-repeat: no-repeat;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    .home-information .information-news {
        display: block;
        margin-top: 0
    }

    .home-information .information-news-column {
        width: auto
    }

    .home-information .information-news-column + .information-news-column {
        position: relative;
        border-left: none
    }

    .home-information .information-news-column + .information-news-column:before {
        content: "";
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        border-top: 1px solid #dfe1e6
    }

    .home-information .information-news-card {
        padding: 20px 15px
    }

    .home-information .information-news-card-title span {
        font-size: 14px;
        line-height: 18px
    }

    .home-information .information-news-card-title .por-icon {
        margin-left: 4px
    }

    .home-information .information-news-card-subtitle {
        font-size: 12px;
        line-height: 18px
    }

    .home-information .information-news-card-icon {
        width: 30px;
        height: 30px;
        margin-right: 12px
    }

    .home-information .information-news-card-list {
        margin-top: 16px
    }

    .home-information .information-news-card-list a {
        font-size: 12px;
        line-height: 18px
    }
}

@media (max-width: 1023px) and (max-width: 580px) {
    .home-information .information-frontground-m {
        bottom: -25%
    }
}

@media (max-width: 1023px) and (max-width: 374px) {
    .home-information .information-frontground-m {
        background-size: 100% auto
    }
}

.home-safety .section-head {
    text-align: center
}

.home-safety .section {
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f9fb), to(#fff));
    background: linear-gradient(#f8f9fb, #fff);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px)
}

@media (min-width: 1024px) {
    .home-safety .section-body {
        height: 168px
    }
}

.home-safety .safety-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.home-safety .safety-card {
    display: block;
    width: 157px;
    height: 168px;
    padding-top: 21px;
    -webkit-transition: .2s;
    transition: .2s
}

.home-safety .safety-card p {
    font-size: 14px;
    line-height: 22px;
    color: #252b3a;
    text-align: center
}

.home-safety .safety-card:hover {
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1)
}

.home-safety .safety-card:hover p {
    color: #c7000b
}

.home-safety .safety-card-icon {
    width: 92px;
    height: 92px;
    background-size: cover;
    margin: 0 auto 13px
}

@media (max-width: 1023px) {
    .home-safety .section-body {
        height: 236px
    }

    .home-safety .safety-card-list {
        margin-left: -8px;
        margin-right: -8px
    }

    .home-safety .safety-card-item {
        width: 33.33333333%;
        padding-left: 8px;
        padding-right: 8px;
        margin: auto
    }

    .home-safety .safety-card {
        width: 102px;
        height: auto;
        padding-top: 14px;
        padding-bottom: 14px;
        margin: auto
    }

    .home-safety .safety-card p {
        font-size: 12px;
        line-height: 16px
    }

    .home-safety .safety-card-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 6px
    }
}

.home-global-site-3d {
    position: relative;
    width: 100%;
    height: 979px
}

.home-global-site-3d .section {
    height: 100%
}

.home-global-site-3d .link-more {
    margin-top: 16px
}

.home-global-site-3d .por-container {
    height: 100%
}

.home-global-site-3d #earth {
    width: 100% !important;
    height: 100% !important
}

.home-global-site-3d #labels {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    color: #fff
}

.home-global-site-3d #labels > div {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 18px;
    height: 29px;
    background: url(https://portal.hc-cdn.com/cpage-pep-home-page/2.4.2/images/global-site-3d/blue.svg) no-repeat;
    background-size: contain;
    color: #252b3a
}

.home-global-site-3d #labels > div.rec {
    background: url(https://portal.hc-cdn.com/cpage-pep-home-page/2.4.2/components/global-site-3d/images/orange.svg) no-repeat;
    background-size: contain
}

.home-global-site-3d #labels > div.rec .labelText:before {
    border-color: #e58026 !important
}

.home-global-site-3d #labels > div.rec .labelText:after {
    background: #e58026 !important
}

.home-global-site-3d #labels > div.rec .wave, .home-global-site-3d #labels > div.rec .wave.wave2 {
    -webkit-box-shadow: inset #e58026 0 0 5px !important;
    box-shadow: inset 0 0 5px #e58026 !important
}

.home-global-site-3d #labels > div .labelText {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(91, 116, 148, .17);
    box-shadow: 0 2px 4px 0 rgba(91, 116, 148, .17);
    position: relative;
    -webkit-transform: translate(0) translate(30px, -30px);
    transform: translate(0) translate(30px, -30px)
}

.home-global-site-3d #labels > div .labelText, .home-global-site-3d #labels > div .labelText .label-title {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.home-global-site-3d #labels > div .labelText .label-desc {
    display: none
}

.home-global-site-3d #labels > div .labelText:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 19px;
    border-top: 1px solid #045fcc;
    border-left: 1px solid #045fcc;
    background: transparent;
    left: -21px;
    top: 15px
}

.home-global-site-3d #labels > div .labelText:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 3px;
    background: #045fcc;
    left: -22px;
    top: 27px;
    border-radius: 50%
}

.home-global-site-3d #labels > div .labelText.bottom {
    -webkit-transform: translate(-100%) translate(-8px, -23px);
    transform: translate(-100%) translate(-8px, -23px)
}

.home-global-site-3d #labels > div .labelText.bottom:before {
    height: 9px;
    width: 17px;
    border: 1px solid #045fcc;
    border-bottom: none;
    border-left: none;
    left: auto;
    right: -18px;
    top: 12px
}

.home-global-site-3d #labels > div .labelText.bottom:after {
    left: auto;
    right: -19px;
    top: 20px
}

.home-global-site-3d #labels > div .labelText.left {
    -webkit-transform: translate(-100%) translate(-2px, -52px);
    transform: translate(-100%) translate(-2px, -52px)
}

.home-global-site-3d #labels > div .labelText.left:before {
    height: 38px;
    width: 10px;
    border: 1px solid #045fcc;
    border-bottom: none;
    border-left: none;
    left: auto;
    right: -11px;
    top: 13px
}

.home-global-site-3d #labels > div .labelText.left:after {
    left: auto;
    right: -12px;
    top: 49px
}

.home-global-site-3d #labels > div .waves {
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.home-global-site-3d #labels > div .waves .wave {
    width: 8px;
    height: 6px;
    position: absolute;
    top: 16px;
    left: 5px;
    -webkit-box-shadow: inset #548ee1 0 0 5px;
    box-shadow: inset 0 0 5px #548ee1;
    border-radius: 50%
}

.home-global-site-3d #labels > div .waves .wave.wave1 {
    -webkit-animation: none;
    animation: none
}

.home-global-site-3d #labels > div .waves .wave.wave2 {
    width: 16px;
    height: 11px;
    top: 14px;
    left: 1px;
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes warn2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    30% {
        opacity: .5
    }
    50% {
        opacity: .4
    }
    75% {
        opacity: .2
    }
    to {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@keyframes warn2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    30% {
        opacity: .5
    }
    50% {
        opacity: .4
    }
    75% {
        opacity: .2
    }
    to {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    30% {
        opacity: .5
    }
    75% {
        opacity: .2
    }
    to {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@keyframes warn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    30% {
        opacity: .5
    }
    75% {
        opacity: .2
    }
    to {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

.home-global-site-3d #labels > div:hover {
    z-index: 200000 !important
}

.home-global-site-3d #labels > div:hover .waves .wave1 {
    -webkit-animation: warn 1.5s ease-out infinite;
    animation: warn 1.5s ease-out infinite
}

.home-global-site-3d #labels > div:hover .waves .wave2 {
    -webkit-animation: warn2 1.5s ease-out infinite;
    animation: warn2 1.5s ease-out infinite
}

.home-global-site-3d #labels > div:hover .labelText {
    padding: 10px 12px;
    z-index: 10000
}

.home-global-site-3d #labels > div:hover .labelText .label-title {
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    font-weight: 600
}

.home-global-site-3d #labels > div:hover .labelText .label-desc {
    display: block
}

.home-global-site-3d .section-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.home-global-site-3d .section-body .section-body-left, .home-global-site-3d .section-body .section-body-right {
    width: 630px;
    height: 630px
}

.home-global-site-3d .section-body-bottom {
    position: absolute;
    bottom: 64px;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    height: 180px
}

.home-global-site-3d .section-body-bottom .safety-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 55px
}

.home-global-site-3d .section-body-bottom .safety-card {
    display: block;
    width: 157px;
    height: 160px;
    padding-top: 16px;
    -webkit-transition: .2s;
    transition: .2s
}

.home-global-site-3d .section-body-bottom .safety-card p {
    font-size: 14px;
    line-height: 22px;
    color: #252b3a;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.home-global-site-3d .section-body-bottom .safety-card:hover p {
    color: #c7000b
}

.home-global-site-3d .section-body-bottom .safety-card-icon {
    width: 92px;
    height: 92px;
    background-size: cover;
    margin: 0 auto 10px
}

.home-global-site-3d .section-body-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    min-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-global-site-3d .section-body-left .global-site-intro-title {
    font-size: 24px;
    color: #252b3a;
    line-height: 30px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.home-global-site-3d .section-body-left .global-site-intro-desc {
    font-size: 14px;
    color: #252b3a;
    line-height: 22px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.home-global-site-3d .section-body-left .global-site-intro-link {
    display: inline-block;
    font-size: 14px;
    color: #252b3a;
    line-height: 24px;
    margin-top: 16px;
    -webkit-transition: .2s;
    transition: .2s
}

.home-global-site-3d .section-body-left .global-site-intro-link i {
    margin-top: -2px;
    vertical-align: middle;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.home-global-site-3d .section-body-left .global-site-intro-link:hover {
    color: #c7000b
}

.home-global-site-3d .section-body-left .global-site-intro-link:hover i {
    -webkit-transform: translate(4px);
    transform: translate(4px)
}

.home-global-site-3d .section-body-left .global-site-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

.home-global-site-3d .section-body-left .global-site-data .global-site-text {
    width: 50%;
    margin: 32px 0
}

.home-global-site-3d .section-body-left .global-site-data .global-site-text .title {
    height: 60px;
    line-height: 60px;
    font-size: 48px;
    color: #252b3a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s;
    transition: all .3s
}

.home-global-site-3d .section-body-left .global-site-data .global-site-text .desc {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #575d6c;
    margin-top: 8px
}

.home-global-site-3d .section-body-left .global-site-data .global-site-text:hover .title {
    color: #c7000b
}

.home-global-site-3d .section-body-left .global-site-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    margin-top: 100px
}

.home-global-site-3d .section-body-left .global-site-legend .legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    line-height: 24px
}

.home-global-site-3d .section-body-left .global-site-legend .legend span {
    color: #252b3a;
    font-size: 14px;
    margin-left: 10px
}

.home-global-site-3d .section-body-left .global-site-legend .legend + .legend {
    margin-left: 32px
}

.home-global-site-3d #mountNode {
    width: 100%;
    height: 100%;
    background: url(https://portal.hc-cdn.com/cpage-pep-home-page/2.0.30/components/global-site-3d/images/earth_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: top;
    position: relative
}

.home-global-site-3d #mountNode .shadow {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(https://portal.hc-cdn.com/cpage-pep-home-page/2.0.30/images/global-site-3d/shadow.png);
    background-size: 96% 96%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.home-global-site-3d #mountNode .shadow2 {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(https://portal.hc-cdn.com/cpage-pep-home-page/2.0.30/images/global-site-3d/shadow2.png);
    background-size: 100% 100%;
    background-position: -50% -50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 100px;
    top: 100px;
    z-index: -1
}

@media (max-width: 1280px) {
    .home-global-site-3d {
        height: 936px
    }

    .home-global-site-3d .section-body .section-body-left {
        width: 511px;
        height: 511px;
        margin-top: 36px
    }

    .home-global-site-3d .section-body .section-body-right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 511px;
        height: 511px;
        margin-top: 36px
    }

    .home-global-site-3d .section-body .section-body-bottom {
        bottom: 64px
    }

    .home-global-site-3d .section-body .section-body-bottom .safety-card-list {
        padding: 10px 0
    }

    .home-global-site-3d #mountNode {
        width: 511px;
        height: 511px
    }
}

@media (max-width: 1023px) {
    .home-global-site-3d {
        background: #f5f5f6;
        height: auto
    }

    .home-global-site-3d .global-site-intro {
        display: none
    }

    .home-global-site-3d .section-body {
        display: block
    }

    .home-global-site-3d .section-body .global-site-legend, .home-global-site-3d .section-body .section-body-right {
        display: none !important
    }

    .home-global-site-3d .section-body .section-body-left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 190px;
        min-width: auto;
        margin-top: 0;
        width: 100%
    }

    .home-global-site-3d .section-body .section-body-left .global-site-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0
    }

    .home-global-site-3d .section-body .section-body-left .global-site-data .global-site-text {
        width: 50%;
        margin: 15px 0
    }

    .home-global-site-3d .section-body .section-body-left .global-site-data .global-site-text .title {
        height: 40px;
        line-height: 40px;
        font-size: 32px;
        color: #252b3a;
        -webkit-transition: all .3s;
        transition: all .3s;
        text-align: center
    }

    .home-global-site-3d .section-body .section-body-left .global-site-data .global-site-text .desc {
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        color: #000;
        margin-top: 5px;
        text-align: center
    }

    .home-global-site-3d .section-body .section-body-left .global-site-data .global-site-text:hover .title {
        color: #c7000b
    }

    .home-global-site-3d .section-body .section-body-left .global-site-legend {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 24px;
        position: absolute;
        bottom: 0
    }

    .home-global-site-3d .section-body .section-body-left .global-site-legend .legend {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 24px;
        line-height: 24px
    }

    .home-global-site-3d .section-body .section-body-left .global-site-legend .legend span {
        color: #252b3a;
        font-size: 14px;
        margin-left: 10px
    }

    .home-global-site-3d .section-body .section-body-left .global-site-legend .legend + .legend {
        margin-left: 32px
    }

    .home-global-site-3d .section-body .section-body-bottom {
        position: relative;
        margin-top: 9px;
        height: 250px;
        overflow: hidden;
        bottom: 0
    }

    .home-global-site-3d .section-body .section-body-bottom .safety-card-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 30%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .home-global-site-3d .section-body .section-body-bottom .safety-card-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 237px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 8px 12px
    }

    .home-global-site-3d .section-body .section-body-bottom .safety-card {
        width: 90%;
        height: 110px;
        padding-top: 16px
    }

    .home-global-site-3d .section-body .section-body-bottom .safety-card .safety-card-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 6px
    }

    .home-global-site-3d .section-body .section-body-bottom .safety-card p {
        display: inline-block;
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        color: #252b3a;
        text-align: center;
        padding: 0 4px
    }
}

.home-register {
    position: relative
}

.home-register-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50%;
    background-size: cover
}

.home-register-content {
    position: relative;
    z-index: 1;
    height: 150px;
    line-height: 150px;
    font-size: 0;
    text-align: center
}

.home-register-text {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 170px);
    padding-right: 150px;
    font-size: 32px;
    line-height: 45px;
    color: #fff
}

.home-register-text-dark {
    color: #252b3a
}

@media (max-width: 1023px) {
    .home-register-content {
        height: 128px
    }

    .home-register-text {
        font-size: 24px;
        line-height: 1.5
    }
}

@media (max-width: 767px) {
    .home-register-content {
        padding-top: 37px;
        height: 128px;
        line-height: 0
    }

    .home-register-text {
        display: block;
        max-width: none;
        padding: 0;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 20px
    }
}

.home-activity-nav {
    height: 150px;
    padding: 0;
    background: #e14340;
    position: relative;
    background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/china/zh-cn/home/activity-nav/20220618/bg.png);
    background-size: cover;
    background-position: 50%;
    z-index: 1
}

.activity-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 150px
}

.nav-wrapper-left, .nav-wrapper-right {
    width: calc(50% - 89.5px)
}

.nav-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav-content-top {
    margin-bottom: 16px
}

.nav-wrapper-left .nav-content-top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 0
}

.nav-wrapper-left .nav-content-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 42px
}

.nav-wrapper-right .nav-content-top {
    margin-left: 0
}

.nav-wrapper-right .nav-content-bottom {
    margin-left: 42px
}

.nav-item + .nav-item {
    margin-left: 16px
}

.nav-item {
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    width: 160px;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    height: 44px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-item .por-icon {
    margin-left: 5px
}

.nav-wrapper-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 244px;
    min-width: 244px;
    height: 184px;
    margin-top: 60px;
    position: relative
}

.home-activity-nav .nav-logo, .home-activity-nav .nav-logo-hover {
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-size: 100% 100%
}

.home-activity-nav .nav-logo-hover {
    display: none
}

.home-activity-nav .nav-logo-btn {
    font-size: 16px;
    color: #c7000b;
    text-align: center;
    line-height: 52px;
    position: absolute;
    font-weight: 600;
    width: 100%;
    height: 52px;
    top: 109px;
    left: 0;
    cursor: pointer;
    z-index: 10
}

.nav-logo-btn:hover + .nav-logo {
    display: none
}

.nav-logo-btn:hover ~ .nav-logo-hover {
    display: block
}

.hide-item {
    height: 0;
    background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/china/zh-cn/home/activity-nav/20220618/logo-hover.png)
}

@media (max-width: 1023px) {
    .home-activity-nav {
        display: none
    }
}

@media (max-width: 1440px) {
    .activity-nav-container, .home-activity-nav {
        height: 132px
    }

    .nav-content-top {
        margin-bottom: 14px
    }

    .nav-item {
        width: 141px;
        height: 39px;
        line-height: 34px
    }

    .nav-wrapper-middle {
        width: 212px;
        min-width: 212px;
        height: 160px;
        margin-top: 56px
    }

    .home-activity-nav .nav-logo-btn {
        height: 44px;
        line-height: 44px;
        top: 96px
    }

    .nav-item + .nav-item {
        margin-left: 14px
    }

    .nav-wrapper-left .nav-content-bottom {
        margin-right: 38px
    }

    .nav-wrapper-right .nav-content-bottom {
        margin-left: 38px
    }
}

@media (max-width: 1280px) {
    .activity-nav-container, .home-activity-nav {
        height: 108px
    }

    .nav-content-top {
        margin-bottom: 12px
    }

    .nav-item {
        width: 120px;
        min-width: 120px;
        height: 33px;
        line-height: 29px;
        font-size: 12px
    }

    .nav-item + .nav-item {
        margin-left: 10px
    }

    .nav-wrapper-left .nav-content-bottom {
        margin-right: 30px
    }

    .nav-wrapper-right .nav-content-bottom {
        margin-left: 30px
    }

    .nav-wrapper-middle {
        width: 175px;
        min-width: 175px;
        height: 132px;
        margin-top: 45px
    }

    .home-activity-nav .nav-logo-btn {
        height: 37px;
        line-height: 37px;
        top: 78px;
        font-size: 14px
    }
}
