@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    transition: .3s linear all;
    border: none;
    outline: none;
    box-sizing: border-box;
}

:root {
    /* color */
    --co-000: #000;
    --co-111: #111;
    --co-222: #222;
    --co-333: #333;
    --co-444: #444;
    --co-555: #555;
    --co-666: #666;
    --co-777: #777;
    --co-888: #888;
    --co-999: #999;
    --co-fff: #fff;
    --co-BBB: #bbb;
    --co-CCC: #ccc;
    --co-00458E: #00458e;
    --co-1E1E1E: #1E1E1E;
    --co-F7F7F7: #F7F7F7;
    --co-E77817: #E77817;
    --co-E67817: #e67817;
    --co-141414: #141414;
    --co-4D4D4D: #4d4d4d;
    --co-0086D1: #0086D1;
    --co-C5D5E6: #C5D5E6;
    --co-01458e: #01458e;
    --co-EAEEF7: #eaeef7;
    --co-00AEEF: #00AEEF;
    --co-E1F4FC: #E1F4FC;
    --co-D9D9D9: #D9D9D9;
    --co-F5F5F5: #f5f5f5;
    --co-253B39: #253b39;


    /* font */
    --font-16: 16px;
    --font-18: 18px;

    /* ziti */
    --regular: "Poppins-Regular";
    --semibold: "Poppins-SemiBold";
    --Basker: "Baskervville-Regular"
}

html {
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    margin: 0 auto;
}

body {
    background-color: #fff;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: var(--regular);
    font-size: 16px;
    color: #333;
}

.bianji {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.bianji img {
    display: inline-block;
}

.bianji strong {
    font-style: normal;
    font-weight: normal;
    font-family: var(--semibold);
    /* font-size: 18px; */
    color: #333;
}

.bianji table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.bianji .tablen {
    overflow: auto;
}

.bianji table tr {
    color: #333;
}

.bianji table tr td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 16px;
}



@media(max-width:1333px) {
    body {
        font-size: 16px;
    }

    .bianji strong {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    body {
        font-size: 14px;
    }

    .bianji {
        font-size: 14px;
        line-height: 26px;
    }

    .bianji strong {
        font-size: 14px;
    }

    .bianji table tr td {
        padding: 10px 15px;
        font-size: 14px;
    }
}


*::selection {}

.imgbox a img:hover {
    transform: scaleX(1.05) scaleY(1.05);
}

img {
    max-width: 100%;
    display: block;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

h1,
h2 {
    font-weight: normal;
    font-size: unset;
}

.clear {
    clear: both;
}

.safe {
    max-width: 1600px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        max-width: 1400px;
        width: calc(100% - 120px) !important;
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 90px) !important;
    }
}

@media screen and (max-width:571px) {
    .safe {
        width: calc(100% - 50px) !important;
    }
}

.h_safe {
    max-width: 1600px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

@media screen and (max-width:1600px) {
    .h_safe {
        max-width: 1600px;
        width: calc(100% - 80px) !important;
    }
}

@media screen and (max-width:1333px) {
    .h_safe {
        max-width: 1600px;
        width: calc(100% - 65px) !important;
    }
}

@media screen and (max-width:999px) {
    .h_safe {
        max-width: 1600px;
        width: calc(100% - 120px) !important;
    }
}

@media screen and (max-width:769px) {
    .h_safe {
        max-width: 1600px;
        width: calc(100% - 90px) !important;
    }
}

@media screen and (max-width:571px) {
    .h_safe {
        width: calc(100% - 50px) !important;
    }
}



/* video tankuang */
.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

.tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}



/*jQzoom*/

.box {
    position: relative;
}

.jqzoom {
    float: left;
    position: relative;
    padding: 0px;

}

div.zoomdiv {
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomdiv img {
    max-width: unset !important;
}

div.jqZoomPup {
    z-index: 200;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    transition: none;
}



/* zhengshu */

/* certifiicates */

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}




.m-formcountry {
    position: relative;
}

.m-formcountry .drop-btn {
    position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #ccc;
    right: 0px;
    font-weight: bold;
}

.m-formcountry .drop-list {
    display: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    max-height: 223px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 0px;
}

.m-formcountry .drop-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
    background-color: #333;
}

.m-formcountry .drop-list li {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 12px;
    cursor: pointer;
    /* border-bottom: 1px solid #e6e6e6; */
    color: #666;
}

.m-formcountry .drop-list li.on {
    background-color: #eaecf1;
}

@media(max-width:768px) {
    .m-formcountry .drop-list li {
        padding: 2px 20px;
        font-size: 14px;
    }

    .m-formcountry .drop-list {
        padding: 0;
    }
}



.lanauage_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    margin-right: 0px;
    margin-left: 0px;
}

.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.lanauage_wrap .lanauage .svg {
    margin-right: 5px;
}

.lanauage_wrap .lanauage .svg img {
    width: 23.5px;
}

.lanauage_wrap .lanauage>i {
    color: var(--co-333);
    font-size: 20px;
    margin-right: 5px;
}

.lanauage_wrap .lanauage .icon-caret-up {
    font-size: 12px;
    margin-left: 5px;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanbox i {
    color: var(--co-333);
    font-size: 22px;
    margin-left: 5px;
}

.lanauage_wrap .lanbox .svgbox {
    flex-shrink: 0;
    margin-right: 5px;
}

.lanauage_wrap .lanbox a {
    color: var(--co-333);
    font-size: 16px;
}

.lanauage_wrap .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    text-align: center;
    min-width: 100px;
    width: 120px;
    max-width: 200px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    right: 0px;
    margin-top: 14px;
    z-index: 1000;
    transform: translateX(10%);
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 4px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
    font-size: 14px;
}

.lanauage_wrap .silde-down li:hover {
    background-color: var(--co-253B39);
}

.lanauage_wrap .silde-down li:hover a {
    color: var(--co-253B39);
}

.lanauage_wrap .icon-bottom7 {
    font-size: 10px !important;
    margin-left: 7px;
    color: #333;
}

.lanauage_wrap .lanauage:hover .lanbox>a {
    color: var(--co-253B39);
}

.lanauage_wrap .lanauage:hover i {
    color: var(--co-253B39);
}


@media(max-width:1333px) {
    .lanauage_wrap .lanauage .silde-down a {
        padding: 3px 0px;
        font-size: 14px !important;
    }

    .lanauage_wrap .lanauage .silde-down {
        min-width: 100px;
        width: 100px;
        max-width: 200px;
        margin-top: 14px;
    }
}


/* 移动端 */

.m-mobilenav {
    display: none;
}

.m-mobilenav * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media screen and (max-width: 999px) {
    .mbnav-wp_seach {
        width: 100%;
        margin: auto;
        position: absolute;
        z-index: 2;
    }

    .mbnav-wp_seach>form>.box-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        height: 40px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.7);
    }

    .mbnav-wp_seach>form>.box-form>.box-text {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        border: 0px;
        height: 100%;
        padding-left: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
        outline: none;
    }

    .mbnav-wp_seach>form>.box-form>.box-submit {
        width: 30px;
        height: 100%;
        border: 0px;
        position: relative;
        z-index: 2;
        background: transparent;
        cursor: pointer;
        background: transparent;
    }

    .mbnav-wp_seach>form>.box-form .icon {
        position: absolute;
        right: 4px;
        top: 10px;
        z-index: 1;
    }

    .mbnav-list {
        margin-top: 20px;
    }

    .m-mobilenav {
        position: absolute;
        z-index: 11;
        padding-top: 25px;
        top: 0;
        left: 0;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 100;
    }

    .m-mobilenav .mbnav-btn {
        position: fixed;
        z-index: 2;
        top: 14px;
        right: 62px;
        padding: 4px;
        border-radius: 4px;
        overflow: hidden;
        background: #FFFFFF;
        width: 34px;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #00205b;
    }

    .m-mobilenav .mbnav-btn.active .line {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn.active {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        background: transparent;
        top: 50px;
    }

    .m-mobilenav .mbnav-bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        top: 0;
        visibility: hidden;
        z-index: 1;
    }

    .m-mobilenav .mbnav-bd.show {
        visibility: visible;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-wp {
        height: 100%;
        opacity: 1;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-item>a {
        opacity: 1;
        color: #FFFFFF;
        -webkit-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        -o-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }

    .m-mobilenav .mbnav-wp {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: rgba(51, 51, 51, 0.9);
        top: 0;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
        opacity: 0;
    }

    .m-mobilenav .mbnav-fix {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 1;
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* overflow-y: scroll; */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .m-mobilenav .mbnav-item i {
        position: absolute;
        left: 13px;
        top: 7px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: transparent;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .m-mobilenav .mbnav-item>a {
        display: block;
        line-height: 26px;
        font-size: 16px;
        color: #FFFFFF;
        -webkit-transform: scale(1.1) translate(60px, -35px);
        -moz-transform: scale(1.1) translate(60px, -35px);
        -ms-transform: scale(1.1) translate(60px, -35px);
        -o-transform: scale(1.1) translate(60px, -35px);
        transform: scale(1.1) translate(60px, -35px);
        opacity: 0;
        -webkit-transition: 0.5s 0.1s;
        -o-transition: 0.5s 0.1s;
        -moz-transition: 0.5s 0.1s;
        transition: 0.5s 0.1s;
    }

    .m-mobilenav .mbnav-item>a.current:after {
        content: "";
        margin-left: 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-item>a.active {
        color: #529dba;
    }

    .m-mobilenav .mbnav-item>a.active:after {
        background-color: #529dba;
    }

    .m-mobilenav .mbnav-item:nth-child(1)>a {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .m-mobilenav .mbnav-item:nth-child(2)>a {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .m-mobilenav .mbnav-item:nth-child(3)>a {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .m-mobilenav .mbnav-item:nth-child(4)>a {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .m-mobilenav .mbnav-item:nth-child(5)>a {
        -webkit-transition-delay: 450ms;
        -moz-transition-delay: 450ms;
        -o-transition-delay: 450ms;
        transition-delay: 450ms;
    }

    .m-mobilenav .mbnav-item:nth-child(6)>a {
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .m-mobilenav .mbnav-item:nth-child(7)>a {
        -webkit-transition-delay: 550ms;
        -moz-transition-delay: 550ms;
        -o-transition-delay: 550ms;
        transition-delay: 550ms;
    }

    .m-mobilenav .mbnav-item:nth-child(8)>a {
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .m-mobilenav .mbsbnav-list {
        padding: 10px 0;
        display: none;
        transition: none;
    }

    .m-mobilenav .mbsbnav-item {
        position: relative;
        padding-left: 20px;
        padding-right: 5px;
    }

    .m-mobilenav .mbsbnav-item i {
        left: 0;
        top: 6px;
        line-height: 24px;
    }

    .m-mobilenav .mbsbnav-item a {
        display: block;
        padding: 5px 5px;
        line-height: 24px;
        font-size: 14px;
        color: #fff;
    }

    .m-mobilenav .mbsbnav-item a.active {
        color: #529dba;
    }

    .box-form-tj {
        position: absolute;
        font-size: 20px !important;
        right: 5px;
        top: 8px;
        color: #043F71;
    }
}

@media screen and (max-width: 768px) {
    .m-mobilenav .mbnav-item>a {
        font-size: 14px;
        line-height: 24px;
    }

    .m-mobilenav .mbnav-item {
        padding-top: 5px;
    }

    .m-mobilenav .mbnav-item i {
        top: 4px;
    }

    .m-mobilenav .mbnav-btn {
        top: 13px;
        right: 26px;
    }

}


@media screen and (max-width: 571px) {
    .m-mobilenav .mbnav-btn {
        top: 12px;
    }
}


header .seek_search {
    width: 224px;
    height: 42px;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}

header .seek_search>input {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    border: solid 1px var(--co-F5F5F5);
    background: var(--co-F5F5F5);
    padding: 0px 15px 0px 40px;

    color: var(--co-333);
    font-family: var(--regular);
    font-size: 18px;
}

header .seek_search>input::placeholder {
    color: #666666;
}

header .seek_search .sousuo {
    position: absolute;
    width: 30px;
    left: 10px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
}

header .seek_search .sousuo i {
    position: absolute;
    z-index: 10;
    font-weight: bold;
    pointer-events: none;
    color: #666;
}

header .seek_search .sousuo input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
}

header .seek_search .sousuo:hover i {
    color: #999 !important;
}



/*  */

header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 1000;
    margin: 0 auto;
    background-color: var(--co-fff);
}

/* 隐藏头部的类 */
header.hide {
    transform: translate3d(0, -100%, 0);
}

header .top {
    background: var(--co-F5F5F5);
    height: 44px;
    display: flex;
    align-items: center;
}

header .top .h_safe {
    height: 44px;
    display: flex;
    justify-content: space-between;
}


header .list {
    display: flex;
    align-items: center;
}

header .list li {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

header .list li:last-child {
    margin-right: 0;
}

header .svgbox {
    flex-shrink: 0;
    margin-right: 8px;
    display: flex;
}

header .svgbox i {
    font-size: 20px;
    color: var(--co-253B39);
}

header .list a,
header .list .resu {
    color: var(--co-333);
    font-size: 16px;
}

header .list a:hover {
    text-decoration: underline;
}

header .con {
    display: flex;
    align-items: center;
}

header .links {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

header .links a {
    margin-right: 0px;
}

header .links a:last-child {
    margin-right: 0;
}

header .links img {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .links img:hover {
    transform: scale(1.05);
}

header .center {
    background-color: var(--co-fff);
    height: 163px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

header .h_safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    flex-shrink: 0;
    position: relative;
}

header .rightbox {
    width: 100%;
    padding-top: 51px;
}

header .rightbox .t {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    
    margin-right: 8vh;
}

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .bottombox .lanauage_wrap {
    display: none;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 205px;
}

header .menubox>li {
    position: relative;
    margin-right: 36px;
}

header .menubox>li:last-child {
    margin-right: 0;
}

header .menubox>li>a {
    padding: 17px 6px;
    display: flex;
    align-items: center;
    position: relative;

    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
}

header .menubox>li>a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    border-radius: 99px;
    background: var(--co-253B39);
    height: 3px;
    opacity: 0;
}


/* yiji */

header .list1 {
    position: absolute;
    top: 100%;
    left: -20%;
    width: 100%;
    display: none;
    transition: none;
    min-width: 200px;
    /* padding-top: 7px; */
    width: max-content;
    z-index: 1;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

header .list1>div {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 0px 13px;
}

header .list1>div>li {
    position: relative;
    margin-bottom: 14px;
}

header .list1>div>li:last-child {
    margin-bottom: 0;
}

header .list1>div>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

    color: var(--co-333);
    font-size: 16px;
    line-height: 28px;
}


header .list1>div>li:last-child {
    margin-bottom: 0;
}

header .menubox>li:nth-of-type(5) .list1 {
    min-width: 129px;
}


/* erji */

header .list2 {
    position: absolute;
    left: 100%;
    top: 0%;
    min-width: 130px;
    display: block;
    transition: none;

    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

header .list2>div {
    background-color: #fff;
    padding: 20px 0px 13px;
}

header .list2>div>li {
    margin-bottom: 14px;
}

header .list2>div>li>a {
    display: inline-block;
    width: 100%;
    color: var(--co-333);
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

header .list2>div>li:last-child {
    margin-bottom: 0;
}


/* header .menubox>li>a:hover::after, */
header .menubox>li:hover>a::after,
header .menubox>.active_tit>a::after {
    opacity: 1;
}


header .act1>a::after {
    opacity: 1 !important;
}


header .list1 li:hover>a {
    color: var(--co-253B39);
}



header .cate {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    width: 100%;
}

header .cate>li {
    margin-right: 6.25%;
}

header .cate>li:last-child {
    margin-right: 0;
}

header .cate>li>a {
    display: inline-block;
    padding: 24px 15px;

    color: var(--co-253B39);
    font-size: 22px;
    line-height: 32px;
    position: relative;
}

header .cate>li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 74%;
    height: 3px;
    background: var(--co-253B39);
    opacity: 0;
}

header .cate>li>a:hover::after {
    opacity: 1;
}


.fix_header .top {
    display: none;
}


header .bottom .active_tit a::after {
    opacity: 1;
}


@media(max-width:1700px) {
    header .seek_search>input {
        border-radius: 25px;
        padding: 0px 15px 0px 40px;
        font-size: 16px;
    }

    header .cate>li>a {
        padding: 24px 15px;
        font-size: 20px;
        line-height: 32px;
    }
}

@media(max-width:1600px) {
    header .menubox>li>a {
        padding: 12px 4px;
        font-size: 14px;
    }

    header .menubox {
        margin-right: 60px;
    }

    header .center {
        height: 151px;
    }

    header .seek_search>input {
        border-radius: 25px;
        padding: 0px 15px 0px 40px;
        font-size: 14px;
    }

    header .cate>li>a {
        padding: 24px 15px;
        font-size: 18px;
        line-height: 32px;
    }
    header .rightbox .t {
        margin-right: 0vh;
    }
}

@media(max-width:1333px) {
    header .list li {
        margin-right: 25px;
    }

    header .rightbox {
        width: 100%;
        padding-top: 20px;
    }

    header .menubox {
        margin-right: 30px;
    }

    header .menubox>li {
        margin-right: 20px;
    }

    header .logo img {
        width: 140px;
    }

    header .rightbox .t img {
        height: 35px;
    }

    header .center {
        height: 116px;
    }

    header .cate>li>a {
        padding: 20px 15px;
        font-size: 16px;
        line-height: 26px;
    }

    header .list a,
    header .list .resu {
        font-size: 14px;
    }
}

@media(max-width:1200px) {
    header .rightbox .t img {
        height: 25px;
    }

    header .logo img {
        width: 120px;
    }

    header .seek_search {
        width: 190px;
        height: 42px;
        border-radius: 999px;
    }

    header .menubox>li {
        margin-right: 12px;
    }

    header .rightbox {
        width: 100%;
        padding-top: 15px;
    }

    header .center {
        height: 100px;
    }

    header .cate>li>a {
        padding: 18px 10px;
        font-size: 14px;
        line-height: 24px;
    }

    header .cate>li {
        margin-right: 5%;
    }
}

@media(max-width:999px) {

    header .top,
    header .rightbox .t,
    header .bottom,
    header .menubox,
    header .seek_search {
        display: none;
    }

    header .bottombox .lanauage_wrap {
        display: block;
        margin-right: 40px;
    }

    header .logo img {
        width: 60px;
    }

    header .center {
        height: auto;
        border-bottom: unset;
    }

    header .rightbox {
        padding-top: 0;
    }

    header .bottombox {
        margin-top: 5px;
    }

    .lanauage_wrap .lanbox a {
        font-size: 14px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {}




.ca {
    position: fixed;
    top: 207px;
    width: 100%;
    /* background-color: var(--co-253B39); */
    z-index: 1000;
    background: var(--co-fff);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
    display: none;
    transition: none;
}

.ca .ca_wrap {
    padding: 35px 0px 35px 3%;
    height: 562px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    display: flex;
    flex-wrap: wrap;
}

.ca .b_t {
    color: var(--co-333);
    font-family: var(--Basker);
    font-size: 22px;
    line-height: 38px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.ca .b_t a {
    color: var(--co-333);
}

.ca .b_t a:hover {
    text-decoration: underline;
}

.ca .ca_list,
.ca .ca_list a {
    color: var(--co-333);
    font-size: 16px;
}

.ca .ca_list a:hover {
    text-decoration: underline;
}

.ca .ca_list p {
    margin-bottom: 18px;
}

.ca .ca_list p:last-child {
    margin-bottom: 0;
}

.ca .inner1 {
    width: 22.05%;
}

.ca .inner2 {
    width: 21.15%;
}

.ca .inner3 {
    width: 18.35%;
}

.ca .inner4 {
    width: 21.55%;
}

.ca .inner5 {
    width: 16.9%;
}

.fix_ca {
    top: 163px;
}

@media(max-width:1600px) {
    .ca {
        top: 195px;
    }

    .fix_ca {
        top: 155px;
    }

    .ca .ca_wrap {
        padding: 30px 0px 30px 0px;
        height: 500px;
    }

    .ca .b_t {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .ca .ca_list p {
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .ca {
        top: 160px;
    }

    .fix_ca {
        top: 120px;
    }

    .ca .ca_wrap {
        padding: 25px 0px 25px 0px;
        height: 450px;
    }

    .ca .b_t {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .ca .ca_list,
    .ca .ca_list a {
        font-size: 14px;
    }
}

@media(max-width:1200px) {
    .ca {
        top: 144px;
    }

    .fix_ca {
        top: 104px;
    }

    .ca .ca_wrap {
        padding: 20px 0px 20px 0px;
        height: 400px;
    }
}


/* mt286 */

.mt286 {
    margin-top: 286px;
}

@media(max-width:1600px) {
    .mt286 {
        margin-top: 275px;
    }
}

@media(max-width:1333px) {
    .mt286 {
        margin-top: 226px;
    }
}

@media(max-width:1200px) {
    .mt286 {
        margin-top: 204px;
    }
}

@media(max-width:999px) {
    .mt286 {
        margin-top: 50px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {}


/* title56 */

.title56 {
    color: var(--co-fff);
    font-family: var(--Basker);
    font-size: 56px;
    line-height: 70px;
}

.title56 a {
    color: var(--co-fff);
}

.title56 a:hover {
    color: var(--co-253B39);
}

.title46 {
    color: var(--co-000);
    font-family: var(--Basker);
    font-size: 46px;
    line-height: 60px;
}

.title46 a {
    color: var(--co-253B39);
}

.title46 a:hover {}

.title36 {
    color: var(--co-253B39);
    font-family: var(--Basker);
    font-size: 36px;
    line-height: 46px;
}

@media(max-width:1600px) {
    .title56 {
        font-size: 48px;
        line-height: 58px;
    }

    .title46 {
        font-size: 40px;
        line-height: 52px;
    }

    .title36 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media(max-width:1333px) {
    .title56 {
        font-size: 42px;
        line-height: 50px;
    }

    .title46 {
        font-size: 34px;
        line-height: 46px;
    }

    .title36 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media(max-width:999px) {
    .title56 {
        font-size: 36px;
        line-height: 42px;
    }

    .title46 {
        font-size: 28px;
        line-height: 36px;
    }

    .title36 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media(max-width:768px) {
    .title56 {
        font-size: 28px;
        line-height: 36px;
    }

    .title46 {
        font-size: 22px;
        line-height: 32px;
    }

    .title36 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:538px) {
    .title56 {
        font-size: 22px;
        line-height: 30px;
    }

    .title46 {
        font-size: 20px;
        line-height: 28px;
    }

    .title36 {
        font-size: 18px;
        line-height: 28px;
    }
}


/* ind_main1 */

.ind_main1 .top {
    position: relative;
}

.ind_main1 .imgbox {
    overflow: hidden;
}

.ind_main1 .shadow {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    top: 19%;
    transform: translateY(-19%);
    padding: 30px;
    text-align: center;
}

.ind_main1 .title56 {
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main1 .btn {
    width: 111px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--co-253B39);
    color: var(--co-fff);
    margin: 0 auto;
    font-family: var(--Basker);
}

.ind_main1 .btn:hover {
    background: var(--co-fff);
    color: var(--co-253B39);
}

.ind_main1 .bottom {
    padding: 28px 62px 53px 62px;
    background: var(--co-F5F5F5);
    position: relative;
}

.ind_main1 .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    color: var(--co-333);
    background: var(--co-D9D9D9);
    cursor: pointer;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
}

.ind_main1 .btnbox i:hover {
    background: var(--co-253B39);
    color: var(--co-fff);
}

.ind_main1 .btnbox i:first-child {
    left: 11px;
}

.ind_main1 .btnbox i:last-child {
    right: 3px;
}

.ind_main1 .title {
    padding-top: 21px;
    text-align: center;

    color: var(--co-333);
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main1 .title a {
    color: var(--co-333);
}

.ind_main1 .title a:hover {
    text-decoration: underline;
}

/* .ind_main1 .title:hover,
.ind_main1 .title a:hover {
    color: var(--co-253B39);
} */

@media(max-width:1600px) {
    .ind_main1 .title {
        padding-top: 15px;
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .ind_main1 .title56 {
        margin-bottom: 20px;
    }

    .ind_main1 .bottom {
        padding: 25px 62px 40px 62px;
    }

    .ind_main1 .btnbox i {
        width: 45px;
        height: 45px;
        top: 45%;
        transform: translateY(-45%);
    }

    .ind_main1 .title {
        padding-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .ind_main1 .bottom {
        padding: 30px;
    }

    .ind_main1 .btnbox {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .ind_main1 .btnbox i {
        transform: unset;
        position: static;
    }

    .ind_main1 .btnbox i:first-child {
        margin-right: 10px;
    }

    .ind_main1 .title {
        padding-top: 5px;
        font-size: 14px;
        line-height: 24px;
    }

    .ind_main1 .title56 {
        margin-bottom: 10px;
    }

    .ind_main1 .btn {
        width: 90px;
        height: 38px;
    }
}

@media(max-width:768px) {
    .ind_main1 .bottom {
        padding: 20px;
    }
}

@media(max-width:538px) {
    .ind_main1 .btnbox {
        margin-top: 10px;
    }
}


/* ind_main2 */

.ind_main2 {
    padding: 82px 0px 96px;
}

.ind_main2 .title46 {
    text-align: center;
    margin-bottom: 30px;
}

.ind_main2 .logoSwiper * {
    transition: none;
}

.ind_main2 .logoSwiper {
    margin-bottom: 4px;
}

.ind_main2 .logoSwiper .bd {
    overflow: hidden;
}

.ind_main2 .logoSwiper .bd ul {
    overflow: hidden;
    zoom: 1;
}

.ind_main2 .logoSwiper .bd ul li {
    width: 241px;
    margin-right: 25px;
    float: left;

    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}

.ind_main2 .picList {
    padding: 10px 0px !important;
}

@media(max-width:1600px) {
    .ind_main2 {
        padding: 60px 0px;
    }

    .ind_main2 .title46 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .ind_main2 {
        padding: 50px 0px;
    }

    .ind_main2 .title46 {
        margin-bottom: 25px;
    }

    .ind_main2 .logoSwiper .bd ul li {
        width: 180px !important;
    }
}

@media(max-width:999px) {
    .ind_main2 {
        padding: 40px 0px;
    }

    .ind_main2 .title46 {
        margin-bottom: 20px;
    }

    .ind_main2 .logoSwiper {
        margin-bottom: 2px;
    }
}

@media(max-width:768px) {
    .ind_main2 .logoSwiper .bd ul li {
        width: 150px !important;
        margin-right: 15px;
    }

    .ind_main2 .picList {
        padding: 6px 0px !important;
    }
}

@media(max-width:538px) {
    .ind_main2 {
        padding: 30px 0px;
    }

    .ind_main2 .logoSwiper .bd ul li {
        width: 120px !important;
        margin-right: 10px;
    }
}

/* ind_main3 */

.ind_main3 {
    position: relative;
    background-image: url(../images/certificate_bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 32px;
}

.ind_main3 .title46 {
    text-align: center;
    margin-bottom: 49px;
    color: var(--co-253B39);
}

.pum1 {
    padding-bottom: 112px;
}

.pum1 .box {
    position: relative;
    margin: auto;
    /* max-width: 1400px; */
}


.pum1 .box ul {
    position: relative;
    margin: auto;
    height: 411px;
}


.pum1 .box li {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    -moz-box-sizing: content-box;
    box-sizing: content-box !important;
    transition: none;
}

.pum1 .box li a {
    display: block;
    overflow: hidden;
}

.pum1 .box li:nth-child(3) img {
    opacity: 1;
}

.pum1 .box li>span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0px;
    top: 455px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.pum1 .box .prev,
.pum1 .box .next {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    z-index: 99;
    top: 57.2%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    font-size: 16px;
    border: 1px solid var(--co-D9D9D9);
    background: var(--co-D9D9D9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--co-333);
    font-size: 16px;
}

.pum1 .box .prev:hover,
.pum1 .box .next:hover {
    background-color: var(--co-253B39);
    color: var(--co-fff);
    border: 1px solid var(--co-253B39);
}

.pum1 .box .prev {
    left: -76px;
}

.pum1 .box .next {
    right: -76px;
}

.pum1 .box .title {
    text-align: center;
    margin-top: 50px;

    color: var(--co-333);
    font-size: 18px;
    line-height: 32px;
}


.pum1 .box li:nth-child(4) {
    overflow: visible;
}

@media screen and (max-width: 1600px) {

    .pum1 {
        padding-bottom: 35px;
    }

    .pum1 .box li .name {
        margin-top: 20px;
    }

    .pum1 .box .prev {
        left: -65px;
    }

    .pum1 .box .next {
        right: -65px;
    }

    .pum1 .box {
        margin-top: 0px;
        padding: 0px;
        width: auto;
    }

    .pum1 .img-scroll7 {
        position: relative;
        width: 100%;
        z-index: 9
    }

    .pum1 .img-list7 {
        position: relative;
        overflow: hidden;
        z-index: 90;
        margin: 0 0px;
    }

    .pum1 .img-list7 ul {
        transition: none;
        width: 10000% !important;
        height: auto !important;
    }

    .pum1 .box li {
        position: relative;
        left: auto;
        top: auto;
        width: 0.235% !important;
        height: auto !important;
        padding: 0px;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.02% !important;
        /* margin-left: 1.4vw; */
    }

    .pum1 .box li a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        top: 45%;
        transform: translateY(-45%);
    }

    .pum1 .box li .name {
        width: 100%;
        align-items: center;
    }

    .ind_main3 .title46 {
        margin-bottom: 40px;
    }

    .pum1 .box .title {
        margin-top: 20px;
        font-size: 18px;
        line-height: 28px;
    }
}


@media screen and (max-width: 1333px) {
    .pum1 {
        padding-bottom: 0px;
    }

    .pum1 .box li .name {
        margin-top: 15px;
        font-size: 16px;
    }

    .ind_main3 .title46 {
        margin-bottom: 30px;
    }

    .pum1 .box .title {
        margin-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }

    .ind_main3 {
        background-image: unset;
    }
}

@media screen and (max-width: 999px) {
    .pum1 .box li .name {
        margin-top: 10px;
        font-size: 14px;
    }

    .pum1 .box .next {
        right: -55px;
    }

    .pum1 .box .prev {
        left: -55px;
    }

    .pum1 {
        padding-bottom: 0px;
    }

    .pum1 .box .title {
        margin-top: 6px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {

    .pum1 .box li {
        position: relative;
        left: auto;
        top: auto;
        width: 0.31% !important;
        height: auto !important;
        padding: 0px;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.03% !important;
        /* margin-left: 1.4vw; */
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        top: 100%;
        left: 50%;
        width: 40px;
        height: 40px;
    }

    .pum1 .box .prev {
        transform: translateX(-130%);
    }

    .pum1 .box .next {
        transform: translateX(30%);
    }

    .pum1 {
        padding-bottom: 60px;
    }

    .ind_main3 .title46 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 538px) {
    .pum1 .box li {
        width: 0.47% !important;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.05% !important;
        /* margin-left: 1.4vw; */
    }

    .pum1 {
        padding-bottom: 30px;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        width: 36px;
        height: 36px;
        font-size: 14px;
        top: 104%;
    }

    .pum1 .box li .name {
        font-size: 13px;
    }
}

@media screen and (max-width: 350px) {
    .pum1 .box li {
        width: 1% !important;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.05% !important;
        /* margin-left: 1.4vw; */
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        width: 36px;
        height: 36px;
        font-size: 14px;
        top: 100%;
    }
}


/* footer */

footer {
    padding: 28px 0px 18px;
    background: var(--co-253B39);
}

footer .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 64px;
}

footer .phone {
    display: flex;
    align-items: center;
}

footer .phone .svgbox {
    margin-right: 8px;
}

footer .phone .svgbox i {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: var(--co-fff);
    color: var(--co-253B39);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

footer .phone .resu {
    color: var(--co-fff);
    font-size: 24px;
    line-height: 38px;
}

footer .center {
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 30px */
    margin-bottom: -35px;
}

footer .box1 {
    width: 32.1%;
    padding-right: 10%;
}

footer .box2 {
    width: 16.2%;
    padding-right: 3%;
}

footer .box3 {
    width: 28.05%;
    padding-right: 3%;
}

footer .box4 {
    width: 23%;
}

footer .box4 form {
    position: relative;
    z-index: 100;
}

footer .title {
    margin-bottom: 16px;
}

footer .title,
footer .title a {
    color: var(--co-fff);
    font-family: var(--Basker);
    font-size: 22px;
    line-height: 34px;
}

footer .title a:hover {
    text-decoration: underline;
}

footer ul li,
footer ul a {
    color: var(--co-D9D9D9);
    font-size: 16px;
    line-height: 28px;
}

footer ul li a:hover {
    color: var(--co-fff);
}

footer .svg {
    flex-shrink: 0;
    margin-right: 15px;
}

footer .svg i {
    font-size: 24px;
}

footer ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer .box1 li,
footer .box1 li a {
    color: var(--co-fff);
}

footer .box1 li a:hover {
    text-decoration: underline;
}

footer .box1 li {
    margin-bottom: 16.5px;
}

footer .inpbox1 {
    margin-bottom: 13px;
}

footer .inpbox1:last-child {
    margin-bottom: 0;
}

footer .inpbox1 input {
    width: 100%;
    height: 46px;
    padding: 0px 10px;
}

footer .inpbox1 textarea {
    height: 88px;
    width: 100%;
    padding: 11px 10px;
    display: block;
    resize: none;
}

footer .inpbox1 input,
footer .inpbox1 textarea {
    background: var(--co-D9D9D9);

    color: var(--co-333);
    font-family: var(--regular);
    font-size: 14px;
}

footer .inpbox1 input::placeholder,
footer .inpbox1 textarea::placeholder {
    color: var(--co-666);
}

footer .inpbox3 {
    display: flex;
    justify-content: space-between;
}

footer .codebox {
    width: 114px;
    flex-shrink: 0;
    margin-left: 10px;
    background: #f3fbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

footer .submit input {
    background: #375956;
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 16px;
    cursor: pointer;
}

footer .submit input:hover {
    background: var(--co-fff);
    color: #375956;
}

footer .blogrolls {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 52px;
    margin-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
    position: relative;
}

footer .blogrolls a {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000c19;
    background: var(--co-fff);
    font-size: 20px;
    margin-right: 8px;
}

footer .blogrolls a:hover {
    background: #385956;
    color: var(--co-fff);
}

footer .blogrolls a:last-child {
    margin-right: 0;
}

footer .copyright,
footer .copyright a,
footer .links,
footer .links a {
    color: var(--co-fff);
    font-size: 16px;
    line-height: 28px;
}

footer .copyright a:hover,
footer .links a:hover {
    text-decoration: underline;
}

footer .title i {
    font-size: 14px;
    font-weight: bold;
    display: none;
}

@media(max-width:1600px) {
    footer .top {
        padding-bottom: 25px;
        margin-bottom: 35px;
    }

    footer .box1 {
        width: 32.1%;
        padding-right: 6%;
    }

    footer .center {
        margin-bottom: 10px;
    }

    footer .blogrolls {
        padding-bottom: 30px;
        margin-bottom: 15px;
    }

    footer .phone .resu {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    footer .phone .resu {
        font-size: 18px;
        line-height: 30px;
    }

    footer .top {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    footer .title,
    footer .title a {
        font-size: 20px;
        line-height: 30px;
    }

    footer .logo img {
        width: 130px;
    }

    footer .box1 {
        width: 32.1%;
        padding-right: 2%;
    }

    footer .inpbox1 {
        margin-bottom: 10px;
        flex-direction: column;
    }

    footer .codebox {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media(max-width:999px) {
    footer .center {
        flex-direction: column;
    }

    footer .box {
        width: 100% !important;
        padding-right: 0 !important;
    }

    footer .title,
    footer .title a {
        font-size: 18px;
        line-height: 28px;
    }

    footer .box1 li {
        margin-bottom: 10px;
    }

    footer ul li,
    footer ul a {
        font-size: 14px;
        line-height: 26px;
    }

    footer .svg i {
        font-size: 20px;
    }

    footer .svg {
        flex-shrink: 0;
        margin-right: 10px;
    }

    footer ul {
        display: none;
        transition: none;
        padding-top: 10px;
    }

    footer .title {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer form {
        display: none;
        transition: none;
    }

    footer .title i {
        display: block;
    }

    footer .copyright,
    footer .copyright a,
    footer .links,
    footer .links a {
        font-size: 14px;
        line-height: 26px;
    }

    footer .phone .svgbox i {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    footer .phone .resu {
        font-size: 16px;
        line-height: 26px;
    }

    footer .logo img {
        width: 120px;
    }
}

@media(max-width:768px) {

    footer .title,
    footer .title a {
        font-size: 16px;
        line-height: 26px;
    }

    footer .title {
        margin-bottom: 8px;
    }
}

@media(max-width:538px) {
    footer .top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .logo {
        margin-bottom: 10px;
    }

    footer .phone .svgbox i {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    footer .phone .resu {
        font-size: 14px;
        line-height: 24px;
    }
}


/* crumb */

.crumb {
    background: var(--co-F5F5F5);
    padding: 16.5px 0px;
}

.crumb,
.crumb a {
    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.crumb a:hover,
.crumb .active {
    color: var(--co-253B39);
}

@media(max-width:1600px) {
    .crumb {
        padding: 15px 0px;
    }
}

@media(max-width:1333px) {
    .crumb {
        padding: 13px 0px;
    }
}

@media(max-width:999px) {
    .crumb {
        padding: 10px 0px;
    }

    .crumb,
    .crumb a {
        font-size: 14px;
        line-height: 26px;
    }
}

/* products_list */

.products_list {
    padding: 40px 0px 0px;
}

.products_list .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.products_list .l_box {
    width: 25%;
}

.products_list .catename {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: var(--Basker);
    font-size: 28px;
    margin-bottom: 35px;
    display: none;
}

.products_list .catename i {
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.products_list .list1>li {
    margin-bottom: 38px;
}

.products_list .list1>li>a {
    color: var(--co-333);
    font-family: var(--Basker);
    font-size: 28px;
    line-height: 38px;
}

.products_list .list1>li:last-child {
    margin-bottom: 0;
}

.products_list .list2 {
    padding-top: 18px;
}

.products_list .list2>li,
.products_list .list2>li>a {
    color: var(--co-333);
    font-size: 16px;
    line-height: 28px;
}

.products_list .list2>li {
    margin-bottom: 16.3px;
}

.products_list .list2>li:last-child {
    margin-bottom: 0;
}

.products_list .list1>li>a:hover,
.products_list .list2>li>a:hover {
    text-decoration: underline;
}

.products_list .r_box {
    width: 73%;
    padding-top: 6px;
}

.products_list .cat {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34.5px;
}

.products_list .n1 {
    position: absolute;
}

.products_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.products_list .inner {
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 36px;
}

.products_list .inner:nth-child(3n) {
    margin-right: 0;
}

.products_list .inner:hover .btn {
    display: flex;
}

.products_list .imgbox {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_list .title {
    padding-top: 14px;
    color: var(--co-333);
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products_list .title a {
    color: var(--co-333);
}

.products_list .title a:hover {
    text-decoration: underline;
}

.products_list .btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 172px;
    height: 51px;
    background: var(--co-253B39);
}

.products_list .btn {
    display: none;
}

.products_list .btn.show {
    display: flex;
}

.products_list .btn span {
    margin-left: 8px;
    color: var(--co-fff);
}

/* 隐藏默认的复选框 */
.products_list .custom-checkbox input {
    display: none;
}

/* 创建自定义复选框的外观 */
.products_list .checkmark {
    height: 15px;
    width: 15px;
    background-color: #eee;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 0px;
    margin-right: 0px;
    cursor: pointer;
}

/* 当复选框被选中时改变样式 */
.products_list .custom-checkbox input:checked~.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #253B39;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    cursor: pointer;
}

@media(max-width:1600px) {
    .products_list .r_box {
        padding-top: 0;
        width: 70%;
    }

    .products_list .list1>li>a {
        font-size: 24px;
        line-height: 34px;
    }

    .products_list .list1>li {
        margin-bottom: 30px;
    }

    .products_list .list2>li {
        margin-bottom: 12px;
    }

    .products_list .cat {
        margin-bottom: 30px;
    }

    .products_list .title {
        padding-top: 10px;
        font-size: 18px;
        line-height: 28px;
    }

    .products_list .inner {
        width: 31.5%;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .products_list .list1>li {
        margin-bottom: 20px;
    }

    .products_list .list1>li>a {
        font-size: 20px;
        line-height: 30px;
    }

    .products_list .list2 {
        padding-top: 15px;
    }

    .products_list .list2>li,
    .products_list .list2>li>a {
        font-size: 14px;
        line-height: 26px;
    }

    .products_list .inner {
        width: 31.5%;
        margin-bottom: 20px;
    }

    .products_list .title {
        padding-top: 8px;
        font-size: 16px;
        line-height: 26px;
    }

    .products_list .btn {
        width: 150px;
        height: 45px;
        font-size: 14px;
    }
}

@media(max-width:999px) {
    .products_list .box {
        flex-direction: column;
    }

    .products_list .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .products_list .list1>li {
        margin-bottom: 8px;
    }

    .products_list .list1>li>a {
        font-size: 18px;
        line-height: 28px;
    }

    .products_list .list2>li {
        margin-bottom: 8px;
    }

    .products_list .list2 {
        padding-top: 10px;
    }

    .products_list .list1 {
        display: none;
        transition: none;
        padding-top: 15px;
    }

    .products_list .catename {
        display: flex;
        margin-bottom: 0;
        font-size: 24px;
    }

    .products_list .r_box {
        width: 100%;
    }

    .products_list .title {
        padding-top: 5px;
        font-size: 14px;
        line-height: 24px;
    }

    .products_list .btn {
        width: 132px;
        height: 42px;
        font-size: 14px;
        display: flex !important;
        position: static;
        margin-top: 12px;
    }

    .products_list .imgbox {
        display: flex;
        flex-direction: column;
    }

    .products_list .imgbox a {
        display: block;
        overflow: hidden;
    }

    .products_list .cat {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .products_list .catename {
        font-size: 20px;
    }

    .products_list .catename i {
        font-size: 18px;
    }
}

@media(max-width:538px) {
    .products_list {
        padding: 30px 0px 0px;
    }

    .products_list .catename i {
        font-size: 16px;
    }

    .products_list .catename {
        font-size: 18px;
    }

    .products_list .inner {
        width: 48%;
        margin-right: 4%;
    }

    .products_list .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .products_list .inner:nth-child(2n) {
        margin-right: 0;
    }
}


/* pagination */

.r_pagination {
    display: flex;
    justify-content: flex-end;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination a {
    width: 35px;
    height: 35px;
    background-color: var(--co-F5F5F5);
    border-radius: 5px;
    border: solid 1px var(--co-F5F5F5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}

.pagination .prev i,
.pagination .next i,
.pagination .prev1 i,
.pagination .next1 i {
    font-size: 12px;
}

.pagination .prev1 i:first-child {
    margin-right: -7px;
}

.pagination .next1 i:last-child {
    margin-left: -7px;
}

.pagination a:hover,
.pagination .active {
    color: #fff;
    background-color: var(--co-253B39);
    border: 1px solid var(--co-253B39);
}

.pagination a:hover i {
    color: #fff;
}

.pagination .submit {
    font-family: var(--regular);
    font-size: 16px;
    color: var(--co-253B39);
    margin-right: 10px;
    cursor: pointer;
    background: transparent;
}


.pagination .submit:hover {
    text-decoration: underline;
}


@media(max-width:999px) {
    .pagination a {
        margin-bottom: 5px;
    }

    .pagination .submit {
        font-size: 14px;
        margin-right: 10px;
    }
}


/* hot_products */

.hot_products {
    padding: 80px 0px 81px;
}

.hot_products .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 53px;
}

.hot_products .btnbox {
    display: flex;
    align-items: center;
}

.hot_products .btnbox i {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: var(--co-D9D9D9);
    color: var(--co-333);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hot_products .btnbox i:hover {
    color: var(--co-fff);
    background: var(--co-253B39);
}

.hot_products .btnbox i:first-child {
    margin-right: 10px;
}

.hot_products .imgbox {
    overflow: hidden;
}

.hot_products .title {
    padding-top: 15px;
    text-align: center;

    color: var(--co-333);
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot_products .title a {
    color: var(--co-333);
}

.hot_products .title:hover,
.hot_products .title a:hover {
    color: var(--co-253B39);
}

@media(max-width:1600px) {
    .hot_products {
        padding: 60px 0px;
    }

    .hot_products .titlebox {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .hot_products {
        padding: 50px 0px;
    }

    .hot_products .titlebox {
        margin-bottom: 35px;
    }

    .hot_products .title {
        padding-top: 10px;
        font-size: 16px;
        line-height: 28px;
    }

    .hot_products .btnbox i {
        width: 45px;
        height: 45px;
    }
}

@media(max-width:999px) {
    .hot_products {
        padding: 40px 0px;
    }

    .hot_products .titlebox {
        margin-bottom: 25px;
    }

    .hot_products .btnbox i {
        width: 42px;
        height: 42px;
    }

    .hot_products .title {
        padding-top: 6px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .hot_products .titlebox {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .hot_products {
        padding: 30px 0px;
    }
}


/* products_bianji */

.products_bianji {
    margin-bottom: 69px;
}

.products_bianji .title {
    color: var(--co-333);
    font-family: var(--Basker);
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
}

@media(max-width:1600px) {
    .products_bianji {
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .products_bianji {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .products_bianji {
        margin-bottom: 40px;
    }
}

@media(max-width:538px) {
    .products_bianji {
        margin-bottom: 30px;
    }
}


/* products_detail */

.products_detail {
    padding: 50px 0px 80px;
}

.products_detail .safe {
    display: flex;
    justify-content: space-between;
}

.products_detail .videobox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_detail .video {
    position: absolute;
    cursor: pointer;
}

.products_detail .video:hover .play {
    transform: scale(1.05);
}

.products_detail .leftbox {
    width: 51%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    padding-top: 0px;
}

.products_detail .leftbox .box {
    width: 695px;
    height: 695px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.products_detail .leftbox .box .swiper-slide {
    display: flex;
    justify-content: center;
    box-shadow: 0px 5px 17px 1px rgba(62, 62, 62, 0.09);
}

.products_detail .leftbox .box .swiper-slide img {
    width: 100%;
    height: 100%;
}

.products_detail .leftbox .swiperbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22.4px;
}

.products_detail .leftbox .swiperbox .product2_prev {
    top: -45px;
    transform: rotate(90deg);
    font-size: 14px;
}

.products_detail .leftbox .swiperbox .product2_next {
    bottom: -45px;
    transform: rotate(90deg);
    font-size: 14px;
}

.products_detail .leftbox .swiperbox .product2_prev:hover,
.products_detail .leftbox .swiperbox .product2_next:hover {
    background: var(--co-253B39);
    color: var(--co-fff);
}

.products_detail .leftbox .swiperTwo .swiper-slide {
    cursor: pointer;
}

.products_detail .swiperTwo {
    padding: 0;
    margin: 0;
    height: 585px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}


.products_detail .swiperTwo .swiper-wrapper .swiper-slide {
    width: 98.54px;
    height: 98.54px;
    background-color: #ffffff;
    object-fit: cover;
    border-radius: 0px;
}

.products_detail .swiperTwo .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 0px;
}

.products_detail .leftbox .swiperTwo .swiper-slide-thumb-active img {
    border: solid 1px #0c8a43;
}

.products_detail .swiper-pagination {
    display: none;
}

.products_detail .control {
    position: absolute;
    color: #666666;
    cursor: pointer;
    border: unset !important;
    font-size: 14px;
    width: 37.5px;
    height: 37.5px;
    border-radius: 999px;
    background: var(--co-D9D9D9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_detail .control:hover {
    color: #28a23d;
}

.products_detail img {
    display: block;
}

.products_detail .rightbox {
    width: 43.4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products_detail .title {
    color: var(--co-253B39);
    font-family: var(--Basker);
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 33px;
}

.products_detail .bianji {
    color: var(--co-666);
    margin-bottom: 23px;
}

.products_detail table {
    border-collapse: collapse;
    border: 1px solid var(--co-D9D9D9);
    width: 100%;
    min-width: 500px;
    overflow: auto;
    margin-bottom: 33px;
}

.products_detail .tablen {
    overflow: auto;
}

.products_detail table tr:nth-child(odd) {
    background-color: var(--co-F5F5F5);
}

.products_detail table tr td {
    border: 1px solid var(--co-D9D9D9);
    padding: 5.5px 15px;
    text-align: left;

    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.products_detail .btnbox {
    display: flex;
    align-items: center;
    margin-bottom: 38px;
}

.products_detail .btnbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 51px;
    border: 1px solid var(--co-253B39);
    color: var(--co-253B39);
    margin-right: 25px;
}

.products_detail .btnbox a:last-child {
    margin-right: 0;
}

.products_detail .btnbox a:hover {
    background: var(--co-253B39);
    color: var(--co-fff);
}

.products_detail .sharebox {
    display: flex;
    align-items: center;
    color: var(--co-666);
    z-index: 1;
}

.products_detail .sharebox span {
    margin-right: 5px;
}

@media(max-width:1650px) {
    .products_detail .leftbox .box {
        width: 76%;
        height: auto;
    }
}

@media(max-width:1600px) {
    .products_detail {
        padding: 50px 0px;
    }

    .products_detail .leftbox .box {
        width: 76%;
        height: auto;
    }

    .products_detail .leftbox .swiperbox {
        width: 22%;
    }

    .products_detail .swiperTwo .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    .products_detail .leftbox {
        align-items: center;
    }

    .products_detail .leftbox .swiperbox .product2_prev {
        font-size: 16px;
    }

    .products_detail .leftbox .swiperbox .product2_next {
        font-size: 16px;
    }

    .products_detail .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .products_detail .bianji {
        margin-bottom: 20px;
    }

    .products_detail .btnbox {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .products_detail .leftbox {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 43%;
    }

    .products_detail .leftbox .swiperbox {
        width: 100%;
    }

    .products_detail .swiperTwo {
        height: auto !important;
    }

    .products_detail .leftbox .box {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .products_detail .leftbox .swiperbox .product2_prev {
        top: 50%;
        transform: translateY(-50%);
        left: -15px;
    }

    .products_detail .leftbox .swiperbox .product2_next {
        top: 50%;
        transform: translateY(-50%);
        bottom: unset;
        right: -15px;
    }

    .products_detail .swiperTwo .swiper-wrapper .swiper-slide {
        height: auto;
    }

    .products_detail .swiperTwo .swiper-wrapper .swiper-slide img {
        height: auto;
    }

    .products_detail .leftbox .swiperbox {
        margin-right: 0;
    }

    .products_detail .leftbox .swiperbox .product2_prev {
        left: -45px;
    }

    .products_detail .leftbox .swiperbox .product2_next {
        bottom: unset;
        right: -45px;
    }

    .products_detail .rightbox {
        width: 50%;
    }

    .products_detail .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .products_detail .btnbox {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .products_detail {
        padding: 40px 0px;
    }

    .products_detail .safe {
        flex-direction: column;
    }

    .products_detail .leftbox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .products_detail .swiperTwo {
        display: none;
    }

    .products_detail .leftbox .swiperbox .product2_prev,
    .products_detail .leftbox .swiperbox .product2_next {
        display: none;
    }

    .products_detail .swiper-pagination {
        display: block;
    }

    .products_detail .swiper-pagination-bullet-active {
        background-color: var(--co-253B39) !important;
    }

    .products_detail .rightbox {
        width: 100%;
    }

    .products_detail .leftbox .box {
        margin-bottom: 0;
    }

    .products_detail .btnbox a {
        width: 135px;
        height: 45px;
        margin-right: 20px;
    }

    .products_detail .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .products_detail table tr td {
        padding: 4px 12px;
        font-size: 14px;
        line-height: 26px;
    }

    .products_detail table {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .products_detail .leftbox {
        width: 75%;
    }

    .products_detail .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .products_detail {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .products_detail .leftbox {
        width: 100%;
    }

    .products_detail .btnbox {
        flex-direction: column;
    }

    .products_detail .btnbox a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .products_detail .btnbox a:last-child {
        margin-bottom: 0;
    }
}


/* products_part */

.products_part {
    margin-bottom: 60px;
}

.products_part .swiper {
    overflow: visible;
}

.products_part .title46 {
    margin-bottom: 38px;
}

.products_part .title {
    padding-top: 12px;
    text-align: center;
    color: var(--co-333);
    font-size: 18px;
    line-height: 32px;
}

@media(max-width:1600px) {
    .products_part .title46 {
        margin-bottom: 30px;
    }

    .products_part .title {
        padding-top: 10px;
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .products_part {
        margin-bottom: 50px;
    }

    .products_part .title46 {
        margin-bottom: 20px;
    }

    .products_part .title {
        padding-top: 5px;
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .products_part {
        margin-bottom: 40px;
    }

    .products_part .title {
        padding-top: 5px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {
    .products_part {
        margin-bottom: 30px;
    }
}


/* products_det */

.products_det {
    margin-bottom: 96px;
}

.products_det .title36 {
    margin-bottom: 26px;
    color: var(--co-253B39);
}

@media(max-width:1600px) {
    .products_det {
        margin-bottom: 60px;
    }

    .products_det .title36 {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .products_det {
        margin-bottom: 50px;
    }

    .products_det .title36 {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .products_det {
        margin-bottom: 40px;
    }

    .products_det .title36 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .products_det {
        margin-bottom: 30px;
    }
}

/* products_adnvantages */

.products_adnvantages {}

.products_adnvantages .title36 {
    margin-bottom: 43px;
}


.products_adnvantages .wrap {
    display: flex;
    flex-wrap: wrap;
}

.products_adnvantages .inner {
    width: 23.35%;
    margin-right: 2.16%;
    padding: 31px 34px 38px 34px;
    background: var(--co-F5F5F5);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.products_adnvantages .inner:nth-child(4n) {
    margin-right: 0;
}

.products_adnvantages .svgbox {
    flex-shrink: 0;
    margin-bottom: 22px;
    border-radius: 999px;
    overflow: hidden;
}

.products_adnvantages .title {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 9px;
}

.products_adnvantages .bianji {
    color: var(--co-666);
}

@media(max-width:1600px) {
    .products_adnvantages .title36 {
        margin-bottom: 35px;
    }

    .products_adnvantages .inner {
        width: 23.35%;
        margin-right: 2.16%;
        padding: 30px;
    }

    .products_adnvantages .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }
}

@media(max-width:1333px) {
    .products_adnvantages .title36 {
        margin-bottom: 25px;
    }

    .products_adnvantages .inner {
        width: 23.35%;
        margin-right: 2.16%;
        padding: 20px;
    }

    .products_adnvantages .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .products_adnvantages .title36 {
        margin-bottom: 20px;
    }

    .products_adnvantages .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .products_adnvantages .inner:nth-child(2n) {
        margin-right: 0;
    }

    .products_adnvantages .svgbox {
        margin-bottom: 15px;
    }

    .products_adnvantages .svgbox img {
        width: 55px;
    }

    .products_adnvantages .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

@media(max-width:768px) {
    .products_adnvantages .title36 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .products_adnvantages .inner {
        width: 100%;
        margin-right: 0;
    }

    .products_adnvantages .inner:last-child {
        margin-bottom: 0;
    }
}


/* related_products */

.related_products1 {
    padding: 85px 0px 96px;
}

.related_products2 {
    padding: 102px 0px 82px;
}

.related_products3 {
    padding: 86px 0px 97px;
}

.related_products .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 53px;
}

.related_products .btnbox {
    display: flex;
    align-items: center;
}

.related_products .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--co-D9D9D9);
    color: var(--co-333);
    border-radius: 999px;
    cursor: pointer;
}

.related_products .btnbox i:first-child {
    margin-right: 15px;
}

.related_products .btnbox i:hover {
    background: var(--co-253B39);
    color: var(--co-fff);
}

.related_products .swiper {}

.related_products .imgbox {
    overflow: hidden;
}

.related_products .title46 {
    color: var(--co-000);
}

.related_products .title {
    padding-top: 14px;
    text-align: center;
    color: var(--co-333);
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_products .title a {
    color: var(--co-333);
}

.related_products .title:hover,
.related_products .title a:hover {
    color: var(--co-253B39);
}


@media(max-width:1600px) {

    .related_products1,
    .related_products2,
    .related_products3 {
        padding: 60px 0px;
    }

    .related_products .titlebox {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {

    .related_products1,
    .related_products2,
    .related_products3 {
        padding: 50px 0px;
    }

    .related_products .titlebox {
        margin-bottom: 30px;
    }

    .related_products .title {
        padding-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }

    .related_products .btnbox i {
        width: 45px;
        height: 45px;
    }
}

@media(max-width:999px) {

    .related_products1,
    .related_products2,
    .related_products3 {
        padding: 40px 0px;
    }

    .related_products .titlebox {
        margin-bottom: 20px;
    }

    .related_products .title {
        padding-top: 5px;
        font-size: 14px;
        line-height: 26px;
    }

    .related_products .btnbox i {
        width: 42px;
        height: 42px;
    }
}

@media(max-width:768px) {
    .related_products .titlebox {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {

    .related_products1,
    .related_products2,
    .related_products3 {
        padding: 30px 0px;
    }
}


/* products_packaging */

.products_packaging {
    padding: 120px 0px 93px;
    background: var(--co-F5F5F5);
}

.products_packaging .title36 {
    margin-bottom: 28px;
    color: var(--co-333);
}

.products_packaging .bianji {
    color: var(--co-666);
    line-height: 28px;
    margin-bottom: 60px;
}

.products_packaging .wrap {
    display: flex;
    flex-wrap: wrap;
}

.products_packaging .inner {
    width: 23.6%;
    margin-right: 1.85%;
}

.products_packaging .inner:nth-child(4n) {
    margin-right: 0;
}

@media(max-width:1600px) {
    .products_packaging {
        padding: 60px 0px;
    }

    .products_packaging .title36 {
        margin-bottom: 25px;
    }

    .products_packaging .bianji {
        line-height: 28px;
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .products_packaging {
        padding: 50px 0px;
    }

    .products_packaging .title36 {
        margin-bottom: 20px;
    }

    .products_packaging .bianji {
        line-height: 28px;
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .products_packaging {
        padding: 40px 0px;
    }

    .products_packaging .title36 {
        margin-bottom: 15px;
    }

    .products_packaging .bianji {
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .products_packaging .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .products_packaging .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:538px) {
    .products_packaging {
        padding: 30px 0px;
    }

    .products_packaging .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .products_packaging .inner:nth-child(2n) {
        margin-right: 0;
    }
}

/* products_shipping */

.products_shipping {
    padding: 60px 0px 70px;
}

.products_shipping .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products_shipping .l_box {
    width: 46%;
}

.products_shipping .title36 {
    margin-bottom: 18px;
    color: var(--co-333);
}

.products_shipping .bianji {
    color: var(--co-666);
}

.products_shipping .r_box {
    width: 50%;
}

@media(max-width:1600px) {
    .products_shipping {
        padding: 60px 0px;
    }
}

@media(max-width:1333px) {
    .products_shipping {
        padding: 50px 0px;
    }
}

@media(max-width:999px) {
    .products_shipping {
        padding: 40px 0px;
    }

    .products_shipping .safe {
        flex-direction: column;
    }

    .products_shipping .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .products_shipping .r_box {
        width: 100%;
    }
}

@media(max-width:538px) {
    .products_shipping {
        padding: 30px 0px;
    }
}

/* products_process */

.products_process {
    margin-bottom: 89px;
}

.products_process .title36 {
    margin-bottom: 19px;
    color: var(--co-333);
}

.products_process .bianji {
    color: var(--co-666);
    margin-bottom: 18px;
}

.products_process .wrap {
    display: flex;
    flex-wrap: wrap;
}

.products_process .inner {
    margin-right: 3px;
    margin-bottom: 5px;
}

.products_process .inner:nth-child(2n) {
    margin-right: 0;
}

@media(max-width:1600px) {
    .products_process {
        margin-bottom: 60px;
    }

    .products_process .inner {
        width: 48%;
    }
}

@media(max-width:1333px) {
    .products_process {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .products_process {
        margin-bottom: 40px;
    }

    .products_process .inner {
        width: 100%;
    }
}

@media(max-width:538px) {
    .products_process {
        margin-bottom: 30px;
    }
}


/* faq_list */

.faq_list {
    padding: 73px 0px 57px;
    background: var(--co-F5F5F5);
}

.faq_list .title36 {
    text-align: center;
    margin-bottom: 41px;
}

.faq_list .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 25px;
    background: var(--co-fff);
    cursor: pointer;
}

.faq_list .question p {
    color: var(--co-333);
    font-size: 20px;
    line-height: 32px;
}

.faq_list .question p span,
.faq_list .answer span {
    color: var(--co-253B39);
    font-size: 20px;
    line-height: 32px;
    margin-right: 10px;
}

.faq_list .answer {
    padding: 20px 25px 26px 25px;

    color: var(--co-222);
    font-size: 16px;
    line-height: 28px;
    display: none;
    transition: none;
}

.faq_list .question>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid var(--co-222);
    color: var(--co-222);
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    flex-shrink: 0;
}

.faq_list .question {
    margin-bottom: 30px;
}

.faq_list .question:last-child {
    margin-bottom: 0;
}

.faq_list .active .question {
    margin-bottom: 0;
}

@media(max-width:1600px) {
    .faq_list {
        padding: 60px 0px;
    }

    .faq_list .title36 {
        margin-bottom: 35px;
    }

    .faq_list .question {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .faq_list {
        padding: 50px 0px;
    }

    .faq_list .title36 {
        margin-bottom: 25px;
    }

    .faq_list .question p {
        font-size: 18px;
        line-height: 30px;
    }

    .faq_list .answer {
        padding: 20px 25px 20px 25px;
        font-size: 16px;
        line-height: 28px;
    }

    .faq_list .question p span,
    .faq_list .answer span {
        font-size: 18px;
        line-height: 28px;
        margin-right: 10px;
    }

    .faq_list .question {
        margin-bottom: 20px;
    }

    .faq_list .question>i {
        width: 32px;
        height: 32px;
        font-size: 18px;
        flex-shrink: 0;
    }
}

@media(max-width:999px) {
    .faq_list {
        padding: 40px 0px;
    }

    .faq_list .title36 {
        margin-bottom: 15px;
    }

    .faq_list .question {
        padding: 12px 20px;
    }

    .faq_list .question p {
        font-size: 16px;
        line-height: 26px;
    }

    .faq_list .answer {
        padding: 15px 20px 15px 20px;
        font-size: 14px;
        line-height: 26px;
    }

    .faq_list .question p span,
    .faq_list .answer span {
        font-size: 16px;
        line-height: 26px;
        margin-right: 5px;
    }

    .faq_list .question {
        margin-bottom: 15px;
    }

    .faq_list .question>i {
        width: 28px;
        height: 28px;
        font-size: 16px;
        flex-shrink: 0;
    }
}

@media(max-width:768px) {
    .faq_list .question p {
        font-size: 14px;
        line-height: 26px;
    }

    .faq_list .answer {
        padding: 10px 15px 10px 15px;
        font-size: 14px;
        line-height: 26px;
    }

    .faq_list .question {
        padding: 10px 15px;
    }

    .faq_list .question>i {
        width: 24px;
        height: 24px;
        font-size: 14px;
        flex-shrink: 0;
    }
}

@media(max-width:538px) {
    .faq_list {
        padding: 30px 0px;
    }
}



/* 3-1 */


.oem_to {
    padding: 47px 0px 98px;
}

.oem_to .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.oem_to .l_box {
    width: 50.7%;
}

.oem_to .r_box {
    width: 43.6%;
}

.oem_to .r_box li {
    margin-bottom: 40px;
}

.oem_to .r_box li:last-child {
    margin-bottom: 0;
}

.oem_to .title {
    margin-bottom: 18px;
    color: var(--co-333);
    font-family: var(--Basker);
    font-size: 24px;
    line-height: 34px;
}

@media(max-width:1600px) {
    .oem_to {
        padding: 50px 0px 60px;
    }

    .oem_to .title {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 32px;
    }

    .oem_to .r_box li {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .oem_to {
        padding: 50px 0px;
    }

    .oem_to .title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .oem_to .r_box li {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .oem_to {
        padding: 40px 0px;
    }

    .oem_to .title {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 28px;
    }

    .oem_to .safe {
        flex-direction: column;
    }

    .oem_to .l_box {
        width: auto;
        margin-bottom: 20px;
    }

    .oem_to .r_box {
        width: 100%;
    }

    .oem_to .r_box li {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .oem_to {
        padding: 30px 0px;
    }
}

/* oem_custom */

.oem_custom {
    padding: 97px 0px 61px;
    background: var(--co-F5F5F5);
}

.oem_custom .title36 {
    text-align: center;
    margin-bottom: 47px;
}

.oem_custom .wrap {
    display: flex;
    flex-wrap: wrap;
}

.oem_custom .inner {
    width: 31.625%;
    margin-right: 2.375%;
    margin-bottom: 38px;
}

.oem_custom .inner:nth-child(3n) {
    margin-right: 0;
}

.oem_custom .title {
    padding-top: 20px;
    color: var(--co-333);
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

@media(max-width:1600px) {
    .oem_custom {
        padding: 60px 0px;
    }

    .oem_custom .title36 {
        margin-bottom: 40px;
    }

    .oem_custom .title {
        padding-top: 15px;
        font-size: 18px;
        line-height: 30px;
    }

    .oem_custom .inner {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .oem_custom {
        padding: 50px 0px;
    }

    .oem_custom .title36 {
        margin-bottom: 30px;
    }

    .oem_custom .title {
        padding-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }

    .oem_custom .inner {
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .oem_custom {
        padding: 40px 0px;
    }

    .oem_custom .title36 {
        margin-bottom: 20px;
    }

    .oem_custom .title {
        padding-top: 5px;
        font-size: 14px;
        line-height: 26px;
    }

    .oem_custom .inner {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .oem_custom .title36 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .oem_custom {
        padding: 30px 0px 15px;
    }

    .oem_custom .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .oem_custom .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .oem_custom .inner:nth-child(2n) {
        margin-right: 0;
    }
}

/* oem_marble */

.oem_marble {
    padding: 116px 0px 103px;
}

.oem_marble .title36 {
    text-align: center;
    margin-bottom: 44px;
}

.oem_marble .wrap {
    display: flex;
    flex-wrap: wrap;
}

.oem_marble .inner {
    width: 48.6%;
    margin-right: 2.4%;
    background: var(--co-F5F5F5);
    padding: 30px 30px;
    min-height: 200px;
    margin-bottom: 29px;
    display: flex;
    align-items: center;
}

.oem_marble .inner:nth-child(2n) {
    margin-right: 0;
}

.oem_marble .svgbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 120px;
    height: 120px;
    background: var(--co-253B39);
    border-radius: 999px;

    color: var(--co-F5F5F5);
    font-family: var(--Basker);
    font-size: 24px;
    line-height: 34px;
    flex-shrink: 0;
}

.oem_marble .contact {
    width: 100%;
    margin-left: 20px;
}

.oem_marble .title {
    color: var(--co-253B39);
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0px;
}

.oem_marble .bianji {
    color: var(--co-666);
}

@media(max-width:1600px) {
    .oem_marble {
        padding: 60px 0px;
    }

    .oem_marble .title36 {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .oem_marble {
        padding: 50px 0px;
    }

    .oem_marble .title36 {
        margin-bottom: 30px;
    }

    .oem_marble .inner {
        width: 48.6%;
        margin-right: 2.4%;
        padding: 20px;
        min-height: 200px;
        margin-bottom: 20px;
    }

    .oem_marble .title {
        font-size: 18px;
        line-height: 28px;
    }

    .oem_marble .svgbox {
        width: 100px;
        height: 100px;
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .oem_marble {
        padding: 40px 0px;
    }

    .oem_marble .title36 {
        margin-bottom: 20px;
    }

    .oem_marble .wrap {
        flex-direction: column;
    }

    .oem_marble .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        min-height: unset;

        align-items: flex-start;
    }

    .oem_marble .inner:last-child {
        margin-bottom: 0;
    }

    .oem_marble .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .oem_marble .svgbox {
        width: 90px;
        height: 90px;
        font-size: 18px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .oem_marble .title36 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .oem_marble {
        padding: 30px 0px;
    }

    .oem_marble .svgbox {
        width: 80px;
        height: 80px;
        font-size: 18px;
        line-height: 26px;
    }
}


/* 4-1 */

.application_list {
    padding: 49px 0px 91px;
}

.application_list .top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.application_list .title56 {
    position: absolute;
}

.application_list .wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 49px 64px 49px 64px;
    background: var(--co-F5F5F5);
    margin-bottom: 91px;
}

.application_list .inner {
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 47px;
}

.application_list .inner:nth-child(3n) {
    margin-right: 0;
}

.application_list .inner:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.application_list .imgbox {
    overflow: hidden;
}

.application_list .title {
    padding-top: 14px;
    color: var(--co-333);
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.application_list .title a {
    color: var(--co-333);
}

.application_list .title:hover,
.application_list .title a:hover {
    color: var(--co-253B39);
}

@media(max-width:1600px) {
    .application_list {
        padding: 50px 0px 60px;
    }

    .application_list .wrap {
        padding: 40px 60px 40px 60px;
        margin-bottom: 70px;
    }

    .application_list .inner {
        width: 31.5%;
        margin-right: 2.75%;
        margin-bottom: 40px;
    }

    .application_list .title {
        padding-top: 15px;
    }
}

@media(max-width:1333px) {
    .application_list {
        padding: 50px 0px;
    }

    .application_list .wrap {
        padding: 30px 50px 30px 50px;
        margin-bottom: 50px;
    }

    .application_list .inner {
        width: 31.5%;
        margin-right: 2.75%;
        margin-bottom: 30px;
    }

    .application_list .title {
        padding-top: 10px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .application_list {
        padding: 40px 0px;
    }

    .application_list .title {
        padding-top: 5px;
        font-size: 14px;
        line-height: 26px;
    }

    .application_list .wrap {
        padding: 30px;
        margin-bottom: 40px;
    }

}

@media(max-width:768px) {
    .application_list .wrap {
        padding: 20px;
        margin-bottom: 30px;
    }
}

@media(max-width:538px) {
    .application_list {
        padding: 30px 0px;
    }

    .application_list .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .application_list .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .application_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .application_list .inner:nth-last-child(-n+3) {
        margin-bottom: 20px;
    }

    .application_list .inner:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}


/* 4-2 */

.application_detail {
    padding: 49px 0px 0px;
}

.application_detail .title {
    color: var(--co-253B39);
    font-family: var(--Basker);
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 39px;
}

.application_detail .sharebox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;

    color: var(--co-666);
    line-height: 28px;
}

.application_detail span {
    margin-right: 5px;
}

.application_detail .bianji {
    padding: 28px 0px 47px;
    margin-bottom: 40px;
    border-top: 1px solid var(--co-D9D9D9);
    border-bottom: 1px solid var(--co-D9D9D9);
}

.application_detail .bianji p {
    color: var(--co-666);
}

.application_detail .bianji p strong {
    font-weight: normal;
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 32px;
    margin-bottom: -4px;
}

.application_detail .bianji p em {
    font-style: normal;
    font-family: var(--semibold);
    color: var(--co-666);
}

/* page_control */

.page_control {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_control .con,
.page_control .con>a {
    display: flex;
    align-items: center;
}

.page_control .con>i,
.page_control .con>a>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--co-999);
    border: 999px;
    color: var(--co-fff);
    border-radius: 999px;
}

.page_control .con {
    text-align: left;
    width: 50%;
    flex-shrink: 0;
}

.page_control .con:first-child i {
    margin-right: 15px;
}

.page_control .con:last-child {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.page_control .con:last-child i {
    margin-left: 15px;
}

.page_control .name {
    color: var(--co-333);
    font-size: 18px;
    line-height: 32px;
}

.page_control .resu {
    color: var(--co-666);
    line-height: 28px;
}

.page_control .con a:hover i {
    color: var(--co-fff);
    background: var(--co-253B39);
}

.page_control .con a:hover .name,
.page_control .con a:hover .resu {
    color: var(--co-253B39);
}


@media(max-width:1600px) {
    .application_detail .title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 28px;
    }
}

@media(max-width:1333px) {
    .application_detail .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .application_detail .bianji {
        padding: 28px 0px 30px;
        margin-bottom: 30px;
    }

    .application_detail .bianji p strong {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .page_control .name {
        font-size: 16px;
        line-height: 28px;
    }

    .page_control .con>i,
    .page_control .con>a>i {
        width: 45px;
        height: 45px;
    }
}

@media(max-width:999px) {
    .application_detail {
        padding: 40px 0px 0px;
    }

    .application_detail .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .application_detail .bianji p strong {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .application_detail .bianji {
        padding: 20px 0px 20px;
        margin-bottom: 20px;
    }

    .page_control .name {
        font-size: 16px;
        line-height: 28px;
    }

    .page_control .con>i,
    .page_control .con>a>i {
        width: 42px;
        height: 42px;
    }

    .page_control {
        flex-direction: column;
    }

    .page_control .con {
        width: 100%;
    }

    .page_control .con:last-child,
    .page_control .con:last-child a {
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: row-reverse;
        text-align: left;
    }

    .page_control .con:last-child i {
        margin-left: 0;
        margin-right: 15px;
    }

}

@media(max-width:538px) {
    .application_detail {
        padding: 30px 0px 0px;
    }

}



/* about_us */

.about_us {
    padding: 55px 0px 115px;
}

.about_us .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_us .l_box {
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.about_us .l_box .title46 {
    margin-bottom: 29px;
}

.about_us .bianji {
    color: var(--co-666);
    margin-bottom: 27px;
}

.about_us .videobox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.about_us .video {
    position: absolute;
    cursor: pointer;
}

.about_us .r_box {
    width: 48.8%;
}

.about_us .list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-bottom: 8.5px;
    margin-bottom: 8.5px; */
    border-bottom: 1px solid var(--co-D9D9D9);
    padding-left: 6%;
    padding: 30px 0px 16px;
}

.about_us .list li:last-child {
    margin-bottom: 0;
}

.about_us .list .txts {
    color: var(--co-666);
    line-height: 28px;
    width: 64%;
}


.about_us .list .num {
    color: var(--co-253B39);
    font-family: var(--regular);
    flex-shrink: 0;
    margin-left: 20px;
}

@media(max-width:1600px) {
    .about_us {
        padding: 60px 0px;
    }
}

@media(max-width:1333px) {
    .about_us {
        padding: 50px 0px;
    }

    .about_us .l_box .title46 {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .about_us {
        padding: 40px 0px;
    }

    .about_us .l_box .title46 {
        margin-bottom: 15px;
    }

    .about_us .safe {
        flex-direction: column;
    }

    .about_us .l_box {
        width: 100%;
    }

    .about_us .r_box {
        width: 100%;
    }

    .about_us .list li {
        padding: 20px 4% 20px 4%;
    }

    .about_us .list .txts {
        line-height: 26px;
        width: 64%;
    }

    .about_us .bianji {
        margin-bottom: 20px;
    }

    .about_us .video img {
        width: 50px;
    }
}

@media(max-width:768px) {
    .about_us .bianji {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .about_us {
        padding: 30px 0px;
    }

    .about_us .list li {
        padding: 15px 2% 15px 2%;
        flex-direction: column;
    }

    .about_us .list .txts {
        width: 100%;
        margin-bottom: 10px;
    }

    .about_us .list .num {
        justify-content: flex-start;
        margin-left: 0;
    }
}


/* development_history */

.development_history {
    position: relative;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

.development_history .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.development_history .safe {
    padding: 80px 0px 132px;
}

.development_history .title46 {
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
}

.development_history .top .swiper {
    width: 40%;
    margin: 0 auto;
    overflow: visible;
}

.development_history .top .swiper-slide {
    text-align: center;
}

.development_history .year {
    color: #FFF;
    font-family: var(--regular);
    font-size: 30px;
    height: 50px;
    margin-bottom: 16px;
}

.development_history .circle {
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    background-color: #fff;
    margin: 0 auto;
    border: 4px solid #fff;
    transform: translateY(5px) scale(0.5);
}


.development_history .swiper-slide-active .circle {
    border: 4px solid var(--co-253B39);
    width: 28px;
    height: 28px;
    transform: translateY(5px) scale(1);
}

.development_history .swiper-slide-active .year {
    font-family: var(--semibold);
    font-size: 46px;
    transform: translateY(-20px);
}

.development_history .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 999px;
    border: 2px solid#FFF;
    background: rgba(255, 255, 255, 0.10);
    /* box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25); */
    color: #fff;
    font-size: 20px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    bottom: -27px;
}

.development_history .btnbox i:hover {
    background-color: #fff;
    color: #248dc1;
}

.development_history .btnbox i:first-child {
    left: 20.75%;
}

.development_history .btnbox i:last-child {
    right: 20.75%;
}

.development_history .box {
    position: relative;
}

.development_history .line {
    width: 200%;
    position: absolute;
    top: 89px;
}

.development_history .top {
    position: relative;
    margin-bottom: 72px;
}

.development_history .top::after {
    content: "";
    position: absolute;
    left: -50%;
    top: 84px;
    width: 200%;
    height: 2px;
    background-image: url(../images/line1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.development_history .content_swiper {
    width: 80%;
    margin: 0 auto;
}

.development_history .content_swiper .content {
    padding: 44px 50px 40px 80px;
    background-color: rgba(255, 255, 255, 0.9);

    color: var(--co-333);
    line-height: 28px;
    min-height: 132px;
}

@media(max-width:1600px) {
    .development_history .safe {
        padding: 60px 0px;
    }

    .development_history .title36 {
        margin-bottom: 45px;
    }

    .development_history .year {
        line-height: 60px;
        margin-bottom: 15px;
    }

    .development_history .btnbox i {
        width: 65px;
        height: 65px;
        font-size: 20px;
        bottom: -24px;
    }

    .development_history .content_swiper .content {
        font-size: 18px;
        line-height: 30px;
        padding: 30px 30px 30px 30px;
    }

    .development_history .title46 {
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .development_history .safe {
        padding: 50px 0px;
    }

    .development_history .title36 {
        margin-bottom: 35px;
    }

    .development_history .year {
        margin-bottom: 15px;
        height: 40px;
    }


    .development_history .content_swiper .content {
        font-size: 16px;
        line-height: 26px;
        padding: 30px 30px 30px 30px;
    }

    .development_history .circle {
        width: 24px;
        height: 24px;
        border-radius: 9999px;
        background-color: #fff;
        margin: 0 auto;
        border: 4px solid #fff;
        transform: translateY(5px) scale(0.5);
    }


    .development_history .swiper-slide-active .circle {
        border: 4px solid #248dc1;
        width: 24px;
        height: 24px;
        transform: translateY(5px) scale(1);
    }

    .development_history .btnbox i {
        width: 55px;
        height: 55px;
        font-size: 20px;
        bottom: -20px;
    }

    .development_history .content_swiper .content {
        font-size: 14px;
        line-height: 24px;
        padding: 20px;
    }

    .development_history .top::after {
        left: -50%;
        top: 72px;
        width: 200%;
        height: 2px;
    }

    .development_history .year {
        font-size: 24px;
    }

    .development_history .swiper-slide-active .year {
        font-size: 38px;
        transform: translateY(-10px);
    }
}

@media(max-width:999px) {
    .development_history .safe {
        padding: 40px 0px;
    }

    .development_history .top {
        margin-bottom: 50px;
    }

    .development_history .title36 {
        margin-bottom: 25px;
    }

    .development_history .title46 {
        margin-bottom: 30px;
    }

    .development_history .year {
        font-size: 20px;
        height: 30px;
    }

    .development_history .swiper-slide-active .year {
        font-size: 32px;
        transform: translateY(-5px);
    }

    .development_history .top::after {
        left: -50%;
        top: 61px;
        width: 200%;
        height: 2px;
    }

    .development_history .btnbox i {
        width: 50px;
        height: 50px;
        font-size: 20px;
        bottom: -18px;
    }
}

@media(max-width:768px) {
    .development_history .btnbox i {
        width: 50px;
        height: 50px;
        font-size: 20px;
        bottom: -19px;
    }

    .development_history .title36 {
        margin-bottom: 15px;
    }

    .development_history .year {
        line-height: 30px;
        margin-bottom: 15px;
    }

    .development_history .top::after {
        left: -50%;
        top: 63px;
        width: 200%;
        height: 2px;
    }

    .development_history .content_swiper {
        width: 90%;
    }

    .development_history .top {
        margin-bottom: 40px;
    }
}

@media(max-width:538px) {
    .development_history .safe {
        padding: 30px 0px;
    }

    .development_history .year {
        line-height: 30px;
        margin-bottom: 10px;
    }

    .development_history .circle {
        width: 20px;
        height: 20px;
        border-radius: 9999px;
        background-color: #fff;
        margin: 0 auto;
        border: 4px solid #fff;
    }

    .development_history .swiper-slide-active .circle {
        border: 4px solid #248dc1;
        width: 20px;
        height: 20px;
    }

    .development_history .btnbox i {
        width: 45px;
        height: 45px;
        font-size: 20px;
        bottom: -19px;
    }

    .development_history .top::after {
        left: -50%;
        top: 56px;
        width: 200%;
        height: 2px;
    }

    .development_history .top .swiper {
        width: 46%;
    }

    .development_history .btnbox i:first-child {
        left: 14.75%;
    }

    .development_history .btnbox i:last-child {
        right: 14.75%;
    }
}


/* about_case */

.about_case {
    padding: 129px 0px 101px;
}

.about_case .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_case .l_box {
    width: 48.875%;
}

.about_case .r_box {
    width: 44.3%;
}

.about_case .title36 {
    margin-bottom: 20px;
}

.about_case .list li {
    margin-bottom: 43px;
}

.about_case .list li:last-child {
    margin-bottom: 0;
}

.about_case .list li:last-child {
    margin-bottom: 0;
}

.about_case .content {
    color: var(--co-333);
    font-size: 18px;
    line-height: 32px;
}

@media(max-width:1600px) {
    .about_case {
        padding: 60px 0px;
    }

    .about_case .title36 {
        margin-bottom: 15px;
    }

    .about_case .list li {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .about_case {
        padding: 50px 0px;
    }

    .about_case .content {
        font-size: 16px;
        line-height: 28px;
    }

    .about_case .title36 {
        margin-bottom: 10px;
    }

    .about_case .list li {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .about_case {
        padding: 40px 0px;
    }

    .about_case .safe {
        flex-direction: column;
    }

    .about_case .l_box {
        width: auto;
        margin-bottom: 20px;
    }

    .about_case .r_box {
        width: 100%;
    }

    .about_case .content {
        font-size: 14px;
        line-height: 26px;
    }

    .about_case .list li {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .about_case {
        padding: 30px 0px;
    }
}

/* global_layout */

.global_layout {
    padding: 75px 0px 81px;
    background-image: url(../images/5-1pic5.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
}

.global_layout .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.global_layout .l_box {
    width: 23.3%;
}

.global_layout .title46 {
    margin-bottom: 25px;
}

.global_layout .bianji {
    color: var(--co-666);
    line-height: 28px;
}

.global_layout .r_box {
    width: 76.2%;
}

@media(max-width:1600px) {
    .global_layout {
        padding: 60px 0px;
    }

    .global_layout .title46 {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .global_layout {
        padding: 50px 0px;
    }
}

@media(max-width:999px) {
    .global_layout {
        padding: 40px 0px;
    }

    .global_layout .safe {
        flex-direction: column;
    }

    .global_layout .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .global_layout .title46 {
        margin-bottom: 15px;
    }

    .global_layout .r_box {
        width: 100%;
    }

    .global_layout .bianji {
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .global_layout {
        padding: 30px 0px;
    }
}


/* rd_case */

.rd_case {
    padding: 49px 0px 80px;
}

.rd_case .r_box {
    float: left;
    width: 48.9%;
    margin-right: 6.8%;
}

.rd_case .l_box {
    width: 100%;
    padding-top: 42px;
}

.rd_case .l_box .title36 {
    margin-bottom: 20px;
}

@media(max-width:1600px) {
    .rd_case .l_box {
        padding-top: 30px;
    }
}

@media(max-width:1333px) {
    .rd_case {
        padding: 50px 0px;
    }

    .rd_case .l_box .title36 {
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .rd_case {
        padding: 40px 0px;
    }

    .rd_case .r_box {
        float: left;
        width: 48.9%;
        margin-right: 4%;
    }

    .rd_case .l_box {
        padding-top: 20px;
    }
}

@media(max-width:768px) {
    .rd_case .r_box {
        float: unset;
        width: 80%;
        margin-right: 0;
    }
}

@media(max-width:538px) {
    .rd_case {
        padding: 30px 0px;
    }

    .rd_case .r_box {
        width: 100%;
    }
}


/* factory_showcase */

.factory_showcase {
    padding: 77px 0px 45px;
    background: var(--co-F5F5F5);
}

.factory_showcase .title36 {
    margin-bottom: 37px;
    text-align: center;
}

.factory_showcase .wrap {
    display: flex;
    flex-wrap: wrap;
}

.factory_showcase .inner {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 53px;
}

.factory_showcase .inner:nth-child(3n) {
    margin-right: 0;
}

@media(max-width:1600px) {
    .factory_showcase {
        padding: 60px 0px 40px;
    }

    .factory_showcase .title36 {
        margin-bottom: 30px;
    }

    .factory_showcase .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .factory_showcase {
        padding: 50px 0px 20px;
    }

    .factory_showcase .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .factory_showcase .title36 {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .factory_showcase {
        padding: 40px 0px 20px;
    }
}

@media(max-width:768px) {
    .factory_showcase .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .factory_showcase {
        padding: 30px 0px;
    }

    .factory_showcase .inner {
        width: 48%;
        margin-right: 4%;
    }

    .factory_showcase .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .factory_showcase .inner:nth-child(2n) {
        margin-right: 0;
    }
}


/* 5-3 */

/* quality_process */

.quality_process {
    padding: 49px 0px 78px;
}

.quality_process .title46 {
    text-align: center;
    margin-bottom: 70px;
}

.quality_process .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 53px;
}

.quality_process .inner {
    width: 23.5%;
    margin-right: 2%;
    background: var(--co-F5F5F5);
    padding: 47px 18px 15px 44px;
    min-height: 409px;
}

.quality_process .inner:nth-child(4n) {
    margin-right: 0;
}

.quality_process .svgbox {
    margin-bottom: 10px;
}

.quality_process .title {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 32px;
    min-height: 64px;
    margin-bottom: 12px;
}

.quality_process .bianji {
    color: var(--co-666);
}

.quality_process .list {
    display: flex;
    flex-wrap: wrap;
}

.quality_process .list .li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 21px;
}

.quality_process .list .li:nth-child(3n) {
    margin-right: 0;
}

.quality_process .tit {
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
    color: var(--co-333);
}

@media(max-width:1600px) {
    .quality_process {
        padding: 50px 0px 60px;
    }

    .quality_process .title46 {
        margin-bottom: 45px;
    }

    .quality_process .inner {
        width: 23.5%;
        margin-right: 2%;
        padding: 30px 18px 15px 25px;
        min-height: 409px;
    }

    .quality_process .wrap {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .quality_process {
        padding: 50px 0px;
    }

    .quality_process .title46 {
        margin-bottom: 35px;
    }

    .quality_process .title {
        font-size: 18px;
        line-height: 30px;
        min-height: 60px;
        margin-bottom: 12px;
    }

    .quality_process .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
        min-height: unset;
    }

    .quality_process .inner:nth-child(2n) {
        margin-right: 0;
    }

    .quality_process .wrap {
        margin-bottom: 40px;
    }

    .quality_process .tit {
        padding-top: 10px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .quality_process {
        padding: 40px 0px;
    }

    .quality_process .title46 {
        margin-bottom: 25px;
    }

    .quality_process .title {
        font-size: 16px;
        line-height: 28px;
        min-height: 56px;
        margin-bottom: 10px;
    }

    .quality_process .inner {
        padding: 20px;
    }

    .quality_process .wrap {
        margin-bottom: 30px;
    }

    .quality_process .tit {
        font-size: 14px;
        line-height: 26px;
        padding-top: 5px;
    }
}

@media(max-width:768px) {
    .quality_process .title46 {
        margin-bottom: 15px;
    }

    .quality_process .title {
        font-size: 14px;
        line-height: 26px;
        min-height: 52px;
        margin-bottom: 10px;
    }

    .quality_process .wrap {
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .quality_process {
        padding: 30px 0px 20px;
    }

    .quality_process .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .quality_process .inner:last-child {
        margin-bottom: 0;
    }

    .quality_process .title {
        min-height: unset;
    }

    .quality_process .list .li {
        width: 48%;
        margin-right: 4%;
    }

    .quality_process .list .li:nth-child(3n) {
        margin-right: 4%;
    }

    .quality_process .list .li:nth-child(2n) {
        margin-right: 0;
    }
}


/* news_list */

.news_list {
    padding: 80px 0px 80px;
}

.news_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 95px;
}

.news_list .inner {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 35px;
}

.news_list .inner:nth-child(3n) {
    margin-right: 0;
}

.news_list .inner:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.news_list .imgbox {
    overflow: hidden;
}

.news_list .contact {
    padding: 33px 32px 32px 32px;
    background: var(--co-F5F5F5);
}

.news_list .title {
    color: var(--co-333);
    font-size: 20px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 64px;
    margin-bottom: 14px;
}

.news_list .title a {
    color: var(--co-333);
}

/* .news_list .title a:hover {
    text-decoration: underline;
} */

.news_list .bianji {
    color: var(--co-666);
    font-family: var(--regular);
    /* font-size: 16px; */
    line-height: 28px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .data {
    padding-top: 21px;
    margin-top: 40px;
    border-top: 1px solid var(--co-D9D9D9);

    color: var(--co-253B39);
    font-size: 18px;
    line-height: 32px;
    position: relative;
    display: flex;
    align-items: center;
}

.news_list .data span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--co-253B39);
    margin-right: 8px;
}

.news_list .inner:hover .contact {
    background: var(--co-253B39);
}

.news_list .inner:hover .title,
.news_list .inner:hover .title a,
.news_list .inner:hover .bianji,
.news_list .inner:hover .data {
    color: var(--co-fff);
}

.news_list .inner:hover .data span {
    background: var(--co-fff);
}

.news_list .inner:hover .title,
.news_list .inner:hover .title a {
    font-weight: bold;
}

@media(max-width:1600px) {
    .news_list {
        padding: 60px 0px;
    }

    .news_list .contact {
        padding: 30px;
    }

    .news_list .wrap {
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .news_list {
        padding: 50px 0px;
    }

    .news_list .contact {
        padding: 20px;
    }

    .news_list .title {
        font-size: 18px;
        line-height: 28px;
        min-height: 56px;
        margin-bottom: 14px;
    }

    .news_list .data {
        padding-top: 20px;
        margin-top: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .news_list .wrap {
        margin-bottom: 45px;
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 40px 0px;
    }

    .news_list .title {
        font-size: 16px;
        line-height: 28px;
        min-height: 52px;
        margin-bottom: 10px;
    }

    .news_list .data {
        padding-top: 15px;
        margin-top: 15px;
        font-size: 16px;
        line-height: 28px;
    }

    .news_list .wrap {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .news_list .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px !important;
    }

    .news_list .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .news_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .news_list .contact {
        padding: 15px;
    }

    .news_list .data {
        padding-top: 15px;
        margin-top: 15px;
        font-size: 14px;
        line-height: 26px;
    }

    .news_list .wrap {
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .news_list {
        padding: 30px 0px;
    }

    .news_list .title {
        font-size: 14px;
        line-height: 26px;
        min-height: 52px;
        margin-bottom: 10px;
    }
}

@media(max-width:400px) {
    .news_list .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px !important;
    }

    .news_list .inner:last-child {
        margin-bottom: 0 !important;
    }
}


/* 6-2 */

.blog_detail {
    padding: 49px 0px 102px;
}

.blog_detail .title {
    color: var(--co-253B39);
    font-family: var(--Basker);
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 40px;
}

.blog_detail .sharebox {
    display: flex;
    align-items: center;
    color: var(--co-666);
    font-size: 16px;
}

.blog_detail .sharebox span {
    margin-right: 5px;
}

.blog_detail .bianji {
    margin-top: 21px;
    padding-top: 28px;
    padding-bottom: 93px;
    border-top: 1px solid var(--co-D9D9D9);
    border-bottom: 1px solid var(--co-D9D9D9);
    line-height: 30px;
}

.blog_detail .page_control {
    padding-top: 40px;
}

@media(max-width:1600px) {
    .blog_detail {
        padding: 50px 0px 60px;
    }

    .blog_detail .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .blog_detail {
        padding: 50px 0px;
    }

    .blog_detail .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .blog_detail .bianji {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 45px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .blog_detail {
        padding: 40px 0px;
    }

    .blog_detail .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .blog_detail .bianji {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 30px;
        line-height: 26px;
    }

    .blog_detail .sharebox {
        font-size: 14px;
    }

    .blog_detail .page_control {
        padding-top: 30px;
    }

}

@media(max-width:768px) {
    .blog_detail .page_control {
        padding-top: 20px;
    }
}

@media(max-width:538px) {
    .blog_detail {
        padding: 30px 0px;
    }
}


/* related_blog */

.related_blog {
    padding: 86px 0px 121px;
    background: var(--co-F5F5F5);
}

.related_blog .title46 {
    text-align: center;
    margin-bottom: 34px;
}

.related_blog .imgbox {
    overflow: hidden;
}

.related_blog .imgbox img {
    width: 100%;
}

.related_blog .swiper-slide {
    background: var(--co-fff);
}

.related_blog .contact {
    padding: 33px 32px 32px 32px;
}

.related_blog .title {
    color: var(--co-333);
    font-size: 20px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 64px;
    margin-bottom: 14px;
}

.related_blog .title a {
    color: var(--co-333);
}

.related_blog .title a:hover {
    text-decoration: underline;
}

.related_blog .bianji {
    color: var(--co-666);
    font-family: var(--regular);
    /* font-size: 16px; */
    line-height: 28px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_blog .data {
    padding-top: 21px;
    margin-top: 40px;
    border-top: 1px solid var(--co-D9D9D9);

    color: var(--co-253B39);
    font-size: 18px;
    line-height: 32px;
    position: relative;
    display: flex;
    align-items: center;
}

.related_blog .data span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--co-253B39);
    margin-right: 8px;
}


@media(max-width:1600px) {
    .related_blog {
        padding: 60px 0px;
    }

    .related_blog .contact {
        padding: 30px;
    }
}

@media(max-width:1333px) {
    .related_blog {
        padding: 50px 0px;
    }

    .related_blog .contact {
        padding: 20px;
    }

    .related_blog .title {
        font-size: 18px;
        line-height: 28px;
        min-height: 56px;
        margin-bottom: 14px;
    }

    .related_blog .data {
        padding-top: 20px;
        margin-top: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .related_blog .swiper-pagination {
        position: static;
        margin-top: 15px;
    }
}

@media(max-width:999px) {
    .related_blog {
        padding: 40px 0px;
    }

    .related_blog .title {
        font-size: 16px;
        line-height: 28px;
        min-height: 52px;
        margin-bottom: 10px;
    }

    .related_blog .data {
        padding-top: 15px;
        margin-top: 15px;
        font-size: 16px;
        line-height: 28px;
    }

    .related_blog .title46 {
        margin-bottom: 20px;
    }

    .related_blog .swiper-pagination-bullet-active {
        background: var(--co-253B39);
    }
}

@media(max-width:768px) {
    .related_blog .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px !important;
    }

    .related_blog .contact {
        padding: 15px;
    }

    .related_blog .data {
        padding-top: 15px;
        margin-top: 15px;
        font-size: 14px;
        line-height: 26px;
    }

    .related_blog .title46 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .related_blog .title {
        font-size: 14px;
        line-height: 26px;
        min-height: 52px;
        margin-bottom: 10px;
    }

    .related_blog {
        padding: 30px 0px;
    }
}


/* contact_list */

.contact_list {
    padding: 49px 0px 78px;
}

.contact_list .wrap {
    display: flex;
    flex-wrap: wrap;
}

.contact_list .inner {
    width: 23.5%;
    margin-right: 2%;
    padding: 26px;
    background: var(--co-F5F5F5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 286px;
}

.contact_list .inner:nth-child(4n) {
    margin-right: 0;
}

.contact_list .svgbox {
    margin-bottom: 24px;
}

.contact_list .svgbox i {
    font-size: 26px;
}

.contact_list .name {
    color: var(--co-253B39);
    font-family: var(--Basker);
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 17px;
}

.contact_list .txts {
    color: var(--co-333);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}

.contact_list .resu,
.contact_list .resu a {
    color: var(--co-253B39);
    font-size: 22px;
    line-height: 32px;
}

.contact_list .resu a:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .contact_list {
        padding: 50px 0px 60px;
    }

    .contact_list .svgbox {
        margin-bottom: 20px;
    }

    .contact_list .resu,
    .contact_list .resu a {
        font-size: 20px;
        line-height: 30px;
    }

    .contact_list .name {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .contact_list {
        padding: 50px 0px;
    }

    .contact_list .svgbox {
        margin-bottom: 15px;
    }

    .contact_list .svgbox img {
        width: 40px;
    }

    .contact_list .name {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .contact_list .inner {
        padding: 20px;
    }

    .contact_list .resu,
    .contact_list .resu a {
        font-size: 18px;
        line-height: 28px;
    }

}

@media(max-width:999px) {
    .contact_list {
        padding: 40px 0px;
    }

    .contact_list .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
        min-height: unset;
    }

    .contact_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .contact_list .svgbox {
        margin-bottom: 10px;
    }

    .contact_list .txts {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .contact_list .resu,
    .contact_list .resu a {
        font-size: 16px;
        line-height: 26px;
    }

    .contact_list .svgbox img {
        width: 35px;
    }

    .contact_list .name {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }
}

@media(max-width:768px) {

    .contact_list .resu,
    .contact_list .resu a {
        font-size: 14px;
        line-height: 24px;
    }

    .contact_list .name {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:538px) {
    .contact_list {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .contact_list .inner {
        width: 100%;
        margin-right: 0;
    }

    .contact_list .inner:last-child {
        margin-bottom: 0;
    }
}


/* contact_message */

.contact_message {
    padding-bottom: 114px;
}

.contact_message .safe {
    display: flex;
    justify-content: space-between;
    background-color: #F0FFFE;
}

.contact_message .l_box {
    width: 37.1%;
}

.contact_message .r_box {
    width: 62.9%;
    padding: 51px 50px 10px 50px;
    /* background-color: #F0FFFE; */
}

.contact_message .title36 {
    margin-bottom: 40px;
}

.contact_message .inpbox1 {
    margin-bottom: 16px;
}

.contact_message .inpbox1 input {
    width: 100%;
    height: 60px;
    background: var(--co-fff);
    padding: 0px 14px;
}

.contact_message input,
.contact_message textarea {
    color: var(--co-333);
    font-size: 16px;
    line-height: 28px;
    font-family: var(--regular);
    border: 1px solid var(--co-fff);
    display: block;
}

.contact_message input::placeholder,
.contact_message textarea::placeholder {
    color: var(--co-999);
}

.contact_message input:focus,
.contact_message textarea:focus {
    border: 1px solid var(--co-D9D9D9);
}

.contact_message .inpbox1 textarea {
    height: 120px;
    width: 100%;
}

.contact_message .must {
    position: relative;
}

.contact_message .must::after {
    content: "*";
    position: absolute;
    left: 8px;
    top: 17px;
    color: #ff0000;
}

.contact_message .must input {
    padding: 0px 14px 0px 20px;
}

.contact_message .must textarea {
    padding: 12px 14px 12px 20px;
    resize: none;
}

.contact_message .inpbox2 {
    display: flex;
    justify-content: space-between;
}

.contact_message .code {
    width: 49%;
    position: relative;
}

.contact_message .code input {
    padding-right: 120px;
}

.contact_message .codebox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    width: 110px;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fbfe;
    cursor: pointer;
}

.contact_message .submit {
    width: 49%;
}

.contact_message .submit input {
    background: var(--co-253B39);
    cursor: pointer;
    color: var(--co-fff);
}

.contact_message .drop-btn input {
    padding-right: 30px !important;
}

.contact_message .drop-btn i {
    color: var(--co-333);
    right: 10px !important;
}

.contact_message .submit input:hover {
    /* background: var(--co-fff);
    color: var(--co-253B39); */
}

@media(max-width:1600px) {
    .contact_message {
        padding-bottom: 60px;
    }

    .contact_message .r_box {
        width: 62.9%;
        padding: 40px;
    }

    .contact_message .title36 {
        margin-bottom: 30px;
    }

    .contact_message .inpbox2 {
        margin-bottom: 0;
    }

    .contact_message .inpbox1 input {
        height: 55px;
    }
}

@media(max-width:1333px) {
    .contact_message {
        padding-bottom: 50px;
    }

    .contact_message .r_box {
        width: 62.9%;
        padding: 30px;
    }

    .contact_message .title36 {
        margin-bottom: 20px;
    }

    .contact_message .inpbox1 input {
        height: 50px;
    }

    .contact_message .must::after {
        left: 8px;
        top: 14px;
    }
}

@media(max-width:999px) {
    .contact_message {
        padding-bottom: 40px;
    }

    .contact_message .safe {
        flex-direction: column;
    }

    .contact_message .l_box {
        width: auto;
        margin-bottom: 20px;
    }

    .contact_message .r_box {
        width: 100%;
        padding: 0px 30px 30px 30px;
    }

    .contact_message input,
    .contact_message textarea {
        font-size: 14px;
        line-height: 26px;
    }

    .contact_message .inpbox1 {
        margin-bottom: 10px;
    }

    .contact_message .inpbox1 input {
        height: 45px;
    }

    .contact_message .inpbox1 textarea {
        height: 100px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {
    .contact_message {
        padding-bottom: 30px;
    }

    .contact_message .inpbox2 {
        flex-direction: column;
    }

    .contact_message .code {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact_message .submit {
        width: 100%;
    }

    .contact_message .r_box {
        padding: 0px 20px 20px 20px;
    }
}



@font-face {
    font-family: 'Baskervville-Regular';
    src: url('../fonts/BaskervvilleRegular.eot');
    src: url('../fonts/BaskervvilleRegular.eot') format('embedded-opentype'),
        url('../fonts/BaskervvilleRegular.woff2') format('woff2'),
        url('../fonts/BaskervvilleRegular.woff') format('woff'),
        url('../fonts/BaskervvilleRegular.ttf') format('truetype'),
        url('../fonts/BaskervvilleRegular.svg#BaskervvilleRegular') format('svg');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#PoppinsSemiBold') format('svg');
}


.bg00 {
    background-color: #000;
}

.m-kefu-chat {
    z-index: 1000000000 !important;
}

.close_form {
    opacity: 0;
    pointer-events: none;
}

.rota {
    transform: rotate(90deg);
}

.rota45 {
    transform: rotate(45deg);
}

.swiper-button-lock {
    display: none !important;
}

.opc0 {
    opacity: 0 !important;
    pointer-events: none;
}

.email a {
    word-break: break-all;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4354916 */
    src:
        url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
        url('iconfont.woff?t=1768199771057') format('woff'),
        url('iconfont.ttf?t=1768199771057') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
    content: "\ec0e";
}

.icon-wechat1:before {
    content: "\e6c7";
}

.icon-dianhua:before {
    content: "\e61b";
}

.icon-dianhua1:before {
    content: "\e842";
}

.icon-xiazai16:before {
    content: "\e612";
}

.icon-jinru:before {
    content: "\e627";
}

.icon-mima-yanjing-guanbi:before {
    content: "\e622";
}

.icon-mima_yanjing:before {
    content: "\e6c2";
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-xiangxiajiantoushuang-mianxing:before {
    content: "\e60a";
}

.icon-caret-up:before {
    content: "\e621";
}

.icon-duihao:before {
    content: "\eaf1";
}

.icon-duigou:before {
    content: "\e644";
}

.icon-pinterest1:before {
    content: "\e6e1";
}

.icon-xiazai:before {
    content: "\e606";
}

.icon-instagram-fill:before {
    content: "\e88f";
}

.icon-jia:before {
    content: "\e632";
}

.icon-jian:before {
    content: "\e64e";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-icon-jian:before {
    content: "\e609";
}

.icon-icon_jia:before {
    content: "\e652";
}

.icon-icon_earth:before {
    content: "\e6ff";
}

.icon-top1:before {
    content: "\e660";
}

.icon-tell:before {
    content: "\e6a7";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-biaoqian:before {
    content: "\e649";
}

.icon-twitter3:before {
    content: "\e7fd";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-delete:before {
    content: "\e69d";
}

.icon-chahao:before {
    content: "\e617";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-earth1:before {
    content: "\e781";
}

.icon-chahao1:before {
    content: "\e60e";
}

.icon-jiahao:before {
    content: "\e726";
}

.icon-home1:before {
    content: "\e734";
}

.icon-guanbi:before {
    content: "\e6ca";
}

.icon-guanbi1:before {
    content: "\e61e";
}

.icon-bottom71:before {
    content: "\e74c";
}





.column {
    position: fixed;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    display: flex;
}

.column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.column ul li {
    margin-bottom: 6px;
    max-width: 250px;
    background-color: transparent;
    display: flex;
    align-items: center;
    background: rgba(219, 219, 219, .86);
    border-radius: 5px;
}

.column ul li:hover .tiaozhuan {
    display: flex;
    width: 90px;
    margin-left: 15px;
    margin-right: 10px;
}

.column ul li .tiaozhuan {
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column ul li a {
    height: 100%;
}

.column ul li .imgbox {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    border-radius: 5px;
}

.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
}


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column ul li .imgbox:hover img {
    transform: unset !important;
}

.column .wechat {
    position: relative;
}

.column .gotop {
    cursor: pointer;
}

.column .gotop .icon-xiajiantou {
    transform: rotate(180deg);
}

.column .wechat .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    right: 100%;
    display: none;
    cursor: pointer;
    border: 10px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.column .wechat .erweima img,
.column .whatsapp .erweima img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    padding-right: 0px;
    background-color: transparent;
}

.column .wechat .erweima img {
    filter: unset !important;
}

.column img {
    display: block;
    width: auto;
}

.column .gotop i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.column i {
    color: #fff !important;
}

.column .imgbox:hover {
    background: var(--co-253B39);
}

.column .gotop i {
    display: inline-block;
    transform: rotate(-180deg);
}

.column li i {
    font-size: 24px;
}



@media(max-width:1600px) {
    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -10px;
        right: 80px;
        display: none;
        cursor: pointer;
    }

    .column ul li .imgbox i {
        font-size: 21px;
    }
}

@media(max-width:1333px) {


    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -10px;
        right: 70px;
        display: none;
        cursor: pointer;
    }
}

@media(max-width:999px) {

    .column ul li .tiaozhuan {
        display: none;
    }

    .column ul li:hover .tiaozhuan {
        display: none;
    }

    .column {
        position: fixed;
        right: 0px;
        top: unset;
        bottom: 0;
        width: 100%;
        height: 50px;
        transform: unset;
    }

    .column ul li .imgbox {
        width: 50px;
        height: 50px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -173px;
        right: 17%;
        display: none;
        cursor: pointer;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;
        height: 45px;
    }

    .column ul li .imgbox img {
        width: 30px;
        filter: brightness(100);
    }

    .column ul li a {
        border: unset;
    }

    .column ul {
        background-color: rgba(0, 0, 0, .3);
    }

    .column ul li .imgbox img {
        width: auto;
    }

    .column ul li {
        background-color: transparent;
    }
}

@media(max-width:768px) {

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 135px;
        height: 135px;
        top: -157px;
        /* right: 20%; */
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

    .column .wechat .erweima {
        border: 10px solid rgba(0, 0, 0, .1);
        border-radius: 0px;
    }

    .column .wechat .erweima img,
    .column .whatsapp .erweima img {
        border-radius: 0 !important;
    }
}

@media(max-width:450px) {
    .column ul li .imgbox img {
        width: 25px;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox i {
        font-size: 18px;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -125px;
        right: 20px;
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox a {
        width: 100%;

    }
}




/* animation.min.css */


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/* swiper-bundle */


@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}



/* swiper-bundle.min.css */

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}




/* header */

header .links {
    position: relative;
    margin-right: 20px;
}

header .ent {
    display: flex;
    align-items: center;
    height: 44px;
    cursor: pointer;
}

header .ent img {
    flex-shrink: 0;
    margin-right: 8px;
}

header .ent img:hover {
    transform: unset;
}

header .ent i {
    font-size: 12px;
}

header .links_check {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 90px;
    transform: translateX(-50%);
    background: #FFF;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);

    padding: 12px;
    display: none;
    transition: none;
    z-index:10;
}

header .links_check>div {
    background: var(--co-fff);
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 10px;
}


header .links_check>div:last-child {
    margin-bottom: 0;
}

header .links_check>div img {
    flex-shrink: 0;
}