@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    transition: .3s linear all;
    border: none;
    outline: none;
    box-sizing: border-box;
}

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: Roboto;
    font-size: 16px;
    color: #333;
}

@media(max-width:999px) {
    body {
        font-size: 14px;
    }
}


*::selection {
    color: #fff;
    background-color: #3e6cbc;
}

.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;
}

.clear {
    clear: both;
}

.safe {
    max-width: 1600px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        max-width: 1600px;
        width: calc(100% - 120px) !important;
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 75px) !important;
    }
}

@media screen and (max-width:571px) {
    .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;
    }
}



/* search */

.searchbox {
    position: relative;
    margin-right: 38px;
    border-radius: 999%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.searchbox a {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.searchbox a:hover {
    color: #7e318e !important;
}

.searchbox .s_wrap {
    position: absolute;
    right: 0;
    width: 300px;
    top: 50px;
    background-color: #fff;
    height: 55px;
    border: 2px solid #7e318e;
    padding-left: 15px;
    display: none;
    transition: none;
}

.searchbox .s_wrap .s_inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.searchbox .s_wrap .ent {
    height: 100%;
    width: 80%;
    font-size: 16px;
    color: #333;
    padding-right: 15px;
}

.searchbox .s_wrap .searchbtn {
    width: 20%;
    height: 100%;
    position: relative;
}

.searchbox .s_wrap .searchbtn .sea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 18px;
    pointer-events: none;
    font-weight: bold;
    cursor: pointer;
}

.searchbox .s_wrap .sub {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
}

.searchbox .s_wrap .searchbtn:hover i {
    color: #7e318e;
}

@media(max-width:1600px) {
    .searchbox {
        transform: unset;
    }
}

@media(max-width:1333px) {}

@media(max-width:1200px) {
    .searchbox {
        margin-right: 30px;
    }
}

@media(max-width:999px) {
    .searchbox {
        margin-right: 40px;
        display: none;
    }
}


.lanauage_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #333;
}

.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.lanauage_wrap .lanauage>i {
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanbox i {
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
}

.lanauage_wrap .lanbox a {
    color: #FFF;
    font-family: Inter-Regular;
    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;
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
    font-family: OpenSans-Regular;
    font-size: 14px;
}

.lanauage_wrap .silde-down li:hover {
    background-color: #7e318e;
}

.lanauage_wrap .silde-down li:hover a {
    color: #fff;
}

.lanauage_wrap .icon-bottom7 {
    font-size: 10px !important;
    margin-left: 10px;
}

.lanauage_wrap .lanauage:hover .lanbox>a {
    color: #aaa !important;
}

.lanauage_wrap .lanauage:hover i {
    color: #aaa !important;
}


/* 移动端 */

.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: 18px;
        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;
        font-family: OpenSans-Regular;
        -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: 40px;
    }

}


@media screen and (max-width: 571px) {
    .m-mobilenav .mbnav-btn {
        top: 12px;
    }
}



/*  */

header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 100000000;
    height: 80px;
    margin: 0 auto;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.07);
}


/* 隐藏头部的类 */
header.hide {
    transform: translate3d(0, -100%, 0);
}

header .logo {
    margin-right: 47px;
    flex-shrink: 0;
}

header .logo img {
    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

header>.safe {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .rightbox {
    width: 100%;
}

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 48px;
}

header .menubox>li {
    position: relative;
    margin-right: 23px;
}

header .menubox>li:last-child {
    margin-right: 0;
}

header .menubox>li>a {
    padding: 29px 14px;
    display: flex;
    align-items: center;
    position: relative;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
}

header .menubox>li>a::after {
    content: "";
    position: absolute;
    bottom: 6px;
    width: 22px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: auto;
    right: 43px;
    opacity: 0;
}

header .menubox ul a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

header .menubox ul>li {
    margin-bottom: 17px;
}

header .menubox ul li:last-child {
    margin-bottom: 0;
}

header .menubox ul li:last-child a {
    border-bottom: unset;
}

/* yiji */
header .menubox>li>ul {
    position: absolute;
    top: 100%;
    left: -10px;
    width: 100%;
    background-color: #fff;
    display: none;
    transition: none;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
    border-radius: 0px;
    min-width: 250px;
    padding: 25px 15px 30px 30px;
    background-color: #fff;
}


header .menubox>li ul {
    width: max-content;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

header .menubox>li>ul>li {
    position: relative;
}

/* erji/sanji/siji */
header .menubox>li>ul>li ul {
    position: absolute;
    top: 0%;
    left: 100%;
    display: none;
    transition: none;
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
    padding-left: 1px;
}


header .r {
    display: flex;
    align-items: center;
}


header .menubox>li:nth-of-type(4)>ul {
    min-width: 190px;
}

header .menubox>li:nth-of-type(6)>ul {
    min-width: 196px;
}



/* header_hover */

header .menubox>li:hover>a {
    font-family: Roboto-SemiBold;
}

header .menubox li:hover>a::after {}

header .menubox .active_tit>a {
    font-family: Roboto-SemiBold;
}

header .menubox ul a:hover {
    color: #7e318e;
}



/* fix_header */

.fix_header {
    background-color: #fff;
}

.fix_header .menubox>li>a {
    color: #333;
}

.fix_header .logo img {
    filter: unset;
}

.fix_header .searchbox a {
    color: #333;
}

.fix_header .lanauage_wrap .lanauage>i {
    color: #333;
}

.fix_header .lanauage_wrap .lanbox a {
    color: #333;
}

.fix_header .lanauage_wrap .lanauage>i {
    color: #333;
}



@media(max-width:1600px) {
    header .menubox>li {
        margin-right: 16px;
    }
}

@media(max-width:1333px) {
    header .logo {
        margin-right: 30px;
    }

    header .menubox {
        margin-right: 20px;
    }

    header .menubox>li {
        margin-right: 10px;
    }

    header .menubox>li>a {
        padding: 29px 10px;
    }
}

@media(max-width:1200px) {
    header .menubox>li>a {
        padding: 29px 7px;
        font-size: 16px;
    }
}

@media(max-width:1100px) {
    .searchbox {
        margin-right: 20px;
    }

    header .logo {
        margin-right: 20px;
    }

    header .menubox>li {
        margin-right: 1px;
    }
}

@media(max-width:999px) {
    .fix_header {
        background-color: #fff;
    }

    header .menubox {
        display: none;
    }

    header .rightbox {
        width: auto;
    }

    header {
        height: 60px;
    }

    .lanauage_wrap .lanauage {
        margin-right: 50px;
    }

    .lanauage_wrap .lanbox a {
        font-size: 14px;
    }

    .lanauage_wrap .icon-bottom7 {
        font-size: 10px !important;
        margin-left: 5px;
    }
}

@media(max-width:768px) {
    .lanauage_wrap .lanauage {
        margin-right: 50px;
    }

    header {
        height: 50px;
    }

    .fix_header .logo img {
        height: 50px;
    }
}

@media(max-width:538px) {
    .m-mobilenav .mbnav-btn {
        top: 12px;
        right: 30px;
        width: 34px;
    }

    .lanauage_wrap .lanauage {
        margin-right: 45px;
    }
}


/* in_wrap */

.in_wrap {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.height100 {
    height: 718px;
}

.promenu_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.promenu_box .l_box {
    padding-top: 50px;
    width: 15.63%;
}

.promenu_box .tab1 {
    width: 100%;
    margin-right: 4%;
}

.promenu_box .tab1 a {
    color: #666;
    font-family: Roboto;
    font-size: 18px;
    display: inline-block;
    min-height: 43px;
    padding: 10px 15px;
    border: 1px solid transparent;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promenu_box .tab1 a i {
    opacity: 0;
}

.promenu_box .active1 a {
    border: 1px solid #7E318E;
    color: #7E318E;
    font-weight: bold;
}

.promenu_box .active1 a i {
    opacity: 1;
}

.promenu_box .active1 a i {
    color: #7E318E;
}


.promenu_box .r_box {
    width: 83.7%;
}

.promenu_box .r_box .in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}

.promenu_box .tab2 {
    width: 23.95%;
    padding-right: 5.2%;
    padding-top: 50px;
    border-right: 1px solid #D9D9D9;
    min-height: 718px;
}

.promenu_box .tab2 a {
    display: inline-block;
    min-height: 43px;
    color: #666;
    font-family: Roboto;
    font-size: 18px;
    padding: 10px 17px;
    width: 100%;
    border-radius: 10px;
}




.promenu_box .pro_li {
    width: 69.3%;
    padding-top: 50px;
}

.promenu_box .pro_li .caidan {
    display: none;
}

.promenu_box .wrap {
    display: flex;
    flex-wrap: wrap;
}

.promenu_box .inner {
    width: 19.5%;
    margin-right: 6.6%;
    margin-bottom: 36px;
}

.promenu_box .inner:nth-child(4n) {
    margin-right: 0;
}

.promenu_box .imgbox {
    overflow: hidden;
}

.promenu_box .contact {
    padding-top: 4px;
}

.promenu_box .tit {
    color: #333;
    text-align: center;
    font-family: Roboto-SemiBold;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promenu_box .content {
    color: #666;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promenu_box .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.promenu_box .btn {
    color: #7E318E;
    font-family: Roboto;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}

.promenu_box .btn:hover {
    font-weight: bold;
}


.promenu_box .active2 a {
    background-color: #eeeeee;
    color: #7e318e;
    font-family: Roboto-SemiBold;
}





/* indeX_banner */

.banner * {
    transition: none;
}

.slide {
    position: relative;
}

.banner .slideItem {
    position: relative;
}

.banner .slideItem::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.banner .safe {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner .safe *{
    pointer-events: all;
}

.banner .title48 {
    margin-bottom: 15px;
    font-family: Alexandria;
    color: #fff;
}

.banner .title48 a {
    color: #fff;
    display: block;
}

.banner .s_title {
    font-family: Alexandria-SemiBold;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 58px;
}

.banner .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    font-family: Alexandria-Regular;
    font-size: 16px;
    color: #fffefe;
    border-radius: 999px;
    background-image: linear-gradient(90deg,
            #b58dba 0%,
            #7e318e 100%,
            #ac7c84 100%,
            #dac679 100%,
            #bfa853 100%,
            #a4892d 100%,
            #bfa853 100%,
            #dac679 100%),
        linear-gradient(#008236,
            #008236);
}

.banner .btn:hover {
    background-image: unset;
    background-color: #7e318e;
}

.slide .carouse {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide .carouse .slideItem {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
}

.slide .carouse .slideItem .banner-img {
    width: 100%;
}

.slide .console {
    height: 57px;
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 40%;
}

.slide .dotList {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
}

.slide .dotList ul li.active {
    background: #ffc523;
    width: 16px;
}

.slide .carousel-control {
    position: absolute;
    top: 50%;
    width: 62px;
    height: 62px;
    z-index: 999;
    margin-top: -45px;
}

.slide .carousel-control.left {
    left: 55px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.slide .carousel-control.right {
    right: 55px;
    /*background-image: url("./img/jtr1.png");*/
    background-repeat: no-repeat;
    cursor: pointer;
}

.slide .dotList {
    display: flex;
    justify-content: center;
}

.slide .dotList ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide .dotList ul li {
    cursor: pointer;
    margin-left: 4.5px;
    margin-right: 4.5px;
    border: none;
    outline: none;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: transparent;
    border: 1px solid #ffffff;
}

.slide .dotList ul li.active {
    background-color: #fff;
}

.slide .slidedetail {
    display: none;
}

@media(max-width:1600px) {
    .banner .s_title {
        font-size: 26px;
        margin-bottom: 50px;
    }

}

@media(max-width:1333px) {
    .banner .s_title {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .banner .title48 {
        margin-bottom: 10px;
    }

    .banner .s_title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .banner .btn {
        width: 145px;
        height: 45px;
        font-size: 14px;
    }
}

@media(max-width:999px) {
    .banner {
        margin-top: 60px;
    }
}

@media(max-width:768px) {
    .banner {
        margin-top: 50px;
    }

    .banner .btn {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }

    .banner .s_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}


/* title */

.title48 {
    color: #7E318E;
    font-family: Alexandria;
    font-size: 48px;
}

.title48 a {
    color: #7E318E;
}

.title48 a:hover {
    text-decoration: underline;
}

.title42 {
    color: #333;
    font-family: Alexandria;
    font-size: 42px;
}

@media(max-width:1600px) {
    .title48 {
        font-size: 40px;
    }

    .title42 {
        font-size: 36px;
    }
}

@media(max-width:1333px) {
    .title48 {
        font-size: 32px;
    }

    .title42 {
        font-size: 28px;
    }
}

@media(max-width:999px) {
    .title48 {
        font-size: 28px;
    }

    .title42 {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .title48 {
        font-size: 24px;
    }

    .title42 {
        font-size: 22px;
    }
}

@media(max-width:538px) {
    .title48 {
        font-size: 22px;
    }

    .title42 {
        font-size: 20px;
    }
}




/* main1 */

.main1 {
    padding: 101px 0px 65px;
}

.main1 .title48 {
    text-align: center;
    margin-bottom: 34px;
}

.main1 .wrap {
    display: flex;
    flex-wrap: wrap;
}

.main1 .inner {
    width: 31.875%;
    margin-right: 2.1875%;
    min-height: 227px;
    border-radius: 20px;
    background: #F1F0F2;
    padding: 27px 80px 25px 40px;
    position: relative;
    margin-bottom: 35px;
}

.main1 .inner:nth-child(3n) {
    margin-right: 0;
}

.main1 .inner:hover {
    background-color: #EAE1EB;
}

.main1 .s_title {
    color: #333;
    font-family: Roboto-SemiBold;
    font-size: 30px;
    margin-bottom: 13px;
}

.main1 .s_title a {
    color: #333;
}

.main1 .s_title a:hover {
    color: #7E318E;
}

.main1 ul li a {
    color: #666;
    font-family: Roboto;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    padding-left: 15px;
}

.main1 ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6.5px;
    width: 6px;
    height: 6px;
    background-color: #7E318E;
    border-radius: 999px;
}

.main1 ul li a:hover {
    color: #7E318E;
}

.main1 .svgbg {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:1600px) {
    .main1 {
        padding: 60px 0px;
    }

    .main1 .title48 {
        margin-bottom: 30px;
    }

    .main1 .s_title {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .main1 {
        padding: 50px 0px;
    }

    .main1 .inner {
        width: 31.875%;
        margin-right: 2.1875%;
        min-height: 200px;
        border-radius: 20px;
        padding: 20px 60px 20px 20px;
        margin-bottom: 35px;
    }

    .main1 .s_title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .main1 .svgbg img {
        width: 45px;
    }
}

@media(max-width:999px) {
    .main1 {
        padding: 40px 0px;
    }

    .main1 .title48 {
        margin-bottom: 20px;
    }

    .main1 .s_title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .main1 ul li a {
        font-size: 14px;
        line-height: 28px;
        padding-left: 15px;
    }

    .main1 .svgbg img {
        width: 35px;
    }

    .main1 .svgbg {
        right: 9px;
        bottom: 15px;
        width: 40px;
        height: 40px;
    }

    .main1 .inner {
        width: 31.875%;
        margin-right: 2.1875%;
        min-height: 200px;
        border-radius: 10px;
        padding: 20px 60px 20px 20px;
        margin-bottom: 35px;
    }
}

@media(max-width:768px) {
    .main1 .inner {
        width: 49%;
        margin-right: 2%;
        min-height: 160px;
        margin-bottom: 20px;
    }

    .main1 .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .main1 .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:538px) {
    .main1 {
        padding: 30px 0px;
    }
}

@media(max-width:450px) {
    .main1 .inner {
        width: 100%;
        margin-right: 0% !important;
        min-height: 140px;
        margin-bottom: 20px;
    }

    .main1 .inner:last-child {
        margin-bottom: 0;
    }
}



/* main2 */

.main2 {
    overflow: hidden;
    height: 960px;
}

.main2 .list {
    width: 23.4375%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 10;
    padding: 101px 0px 80px;
    height: 960px;
}

.main2 .title48 {
    margin-bottom: 143px;
    padding-left: 80px;
}

.main2 .title48 a {
    color: #fff;
}

.main2 ul li {
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    padding: 15px 30px 15px 111px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.main2 ul li a {
    color: #fff;
}

.main2 ul li:hover {
    border-bottom: 1px solid #fff;
}

.main2 .active {
    border-bottom: 1px solid #fff;
}

.main2 .imgbox {
    height: 100%;
}

.main2 .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:1600px) {
    .main2 .title48 {
        margin-bottom: 100px;
        padding-left: 20px;
    }

    .main2 ul li {
        font-size: 20px;
        padding: 15px 30px 15px 75px;
        width: 100%;
    }
}

@media(max-width:1333px) {

    .main2 .list {
        width: 26%;
        padding: 70px 0px;
        height: 800px;
    }

    .main2 .title48 {
        margin-bottom: 60px;
        padding-left: 20px;
    }

    .main2 ul li {
        font-size: 18px;
        padding: 15px 30px 15px 28px;
        width: 100%;
    }

    .main2 {
        overflow: hidden;
        height: 800px;
    }
}

@media(max-width:999px) {
    .main2 {
        height: auto;
    }

    .main2 .list {
        width: 100%;
        padding: 0px 0px;
        height: auto;
        position: static;
        background-color: rgba(0, 0, 0, .5);
        padding: 30px 0px;
    }

    .main2 .title48 {
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .main2 ul li {
        font-size: 16px;
        padding: 12px 20px 12px 20px;
        width: 100%;
    }

    .main2 ul li a {
        pointer-events: none;
    }
}

@media(max-width:768px) {
    .main2 .title48 {
        margin-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media(max-width:538px) {
    .main3 {
        padding: 30px 0px;
    }
}



/* main3 */

.main3 {
    padding: 118px 0px 50px;
}

.main3 .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main3 .l_box {
    width: 52%;
    padding-top: 51px;
}

.main3 .title48 {
    margin-bottom: 25px;
    color: #7e318e;
}

.main3 .title48 a {
    color: #7e318e;
}

.main3 .content {
    color: #333;
    line-height: 32px;
    margin-bottom: 65px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main3 .content p {
    margin-bottom: 32px;
}

.main3 .content p:last-child {
    margin-bottom: 0;
}

.main3 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 161px;
    height: 49px;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    background: linear-gradient(to right, rgba(126, 49, 142, 1)0%, rgba(126, 49, 142, 1)100%);
    border-radius: 999px;
}

.main3 .btn:hover {
    background: linear-gradient(to right, rgba(181, 141, 186, 1)0%, rgba(126, 49, 142, 1)100%);
}

.main3 .r_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43.5%;
}

.main3 .video {
    position: absolute;
    cursor: pointer;
}

.main3 .video .play:hover {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .main3 {
        padding: 60px 0px;
    }

    .main3 .l_box {
        padding-top: 0;
    }

    .main3 .content p {
        margin-bottom: 20px;
    }

    .main3 .content {
        line-height: 30px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .main3 {
        padding: 50px 0px;
    }

    .main3 .content {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .main3 .title48 {
        margin-bottom: 15px;
    }

    .main3 .btn {
        width: 145px;
        height: 45px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .main3 {
        padding: 40px 0px;
    }

    .main3 .safe {
        flex-direction: column;
    }

    .main3 .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .main3 .r_box {
        width: auto;
    }

    .main3 .content {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .main3 .btn {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }

}

@media(max-width:538px) {
    .main3 {
        padding: 30px 0px;
    }
}



/* main4 */

.main4 .wrap {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
}

.main4 .inner {
    width: 20%;
    padding: 88px 20px 80px 20px;
    text-align: center;
    border-right: 1px solid #ccc;
}

.main4 .inner:last-child {
    border-right: unset;
}

.main4 .num {
    color: #333;
    font-size: 42px;
    line-height: 32px;
    font-family: Roboto-SemiBold;
    margin-bottom: 26px;
}

.main4 .content {
    color: #333;
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
}

@media(max-width:1600px) {
    .main4 .inner {
        width: 20%;
        padding: 70px 20px 70px 20px;
    }

    .main4 .num {
        font-size: 35px;
        line-height: 32px;
        margin-bottom: 18px;
    }

}

@media(max-width:1333px) {
    .main4 .content {
        font-size: 16px;
        line-height: 24px;
    }

    .main4 .inner {
        width: 33.3%;
        padding: 40px 20px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .main4 .inner:last-child {
        border-right: 1px solid #ccc;
    }

    .main4 .inner:nth-child(3n) {
        border-right: unset;
    }

    .main4 .inner:nth-last-child(-n+2) {
        border-bottom: unset;
    }

    .main4 .num {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .main4 .inner {
        width: 33.3%;
        padding: 25px 15px;
    }

    .main4 .num {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .main4 .content {
        font-size: 14px;
        line-height: 22px;
    }
}

@media(max-width:768px) {
    .main4 .num {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }
}

@media(max-width:538px) {
    .main4 .inner {
        width: 50%;
        padding: 15px 10px;
    }

    .main4 .inner:nth-child(3n) {
        border-right: 1px solid #ccc;
    }

    .main4 .inner:nth-child(2n) {
        border-right: unset;
    }

    .main4 .inner:nth-last-child(-n+2) {
        border-bottom: 1px solid #ccc;
    }

    .main4 .inner:nth-last-child(-n+1) {
        border-bottom: unset;
    }
}


/* main5 */

.main5 {
    padding: 88px 0px 80px;
    min-height: 876px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.main5 .l_box {
    width: 46%;
    position: relative;
    z-index: 10;
}

.main5 .title48 {
    margin-bottom: 61px;
}

.main5 .wrap {
    display: flex;
    flex-wrap: wrap;
}

.main5 .inner {
    width: 50%;
    margin-bottom: 33px;
    padding-right: 8%;
    padding-left: 20px;
}

.main5 .title {
    color: #333;
    font-family: Roboto-SemiBold;
    font-size: 24px;
    margin-bottom: 16px;
    position: relative;
}


.main5 .title::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    background-color: #7E318E;
    border-radius: 999px;
    left: -18px;
    top: 10px;
}

.main5 .content {
    color: #333;
    font-family: Roboto;
    font-size: 16px;
    line-height: 26px;
}

.main5 .map {
    position: absolute;
    right: 0;
    top: 0;
}

@media(max-width:1600px) {
    .main5 {
        padding: 88px 0px 80px;
        min-height: 750px;
    }

    .main5 .inner {
        width: 50%;
        margin-bottom: 25px;
        padding-right: 5%;
        padding-left: 20px;
    }

    .main5 .title48 {
        margin-bottom: 40px;
    }

    .main5 .title {
        font-size: 20px;
        margin-bottom: 12px;
    }
}

@media(max-width:1333px) {
    .main5 {
        padding: 50px 0px;
    }

    .main5 .title48 {
        margin-bottom: 30px;
    }

    .main5 .map {
        position: static;
    }

    .main5 .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .main5 .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .main5 {
        padding: 40px 0px;
    }

    .main5 .title48 {
        margin-bottom: 20px;
    }

    .main5 .title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .main5 .content {
        font-size: 14px;
        line-height: 24px;
    }

    .main5 .inner {
        width: 50%;
        margin-bottom: 25px;
        padding-right: 4%;
        padding-left: 15px;
    }

    .main5 .map {
        width: 130%;
        transform: translateX(-30%);
    }

    .main5 .title::after {
        width: 8px;
        height: 8px;
        left: -17px;
        top: 5px;
    }
}

@media(max-width:768px) {
    .main5 .title48 {
        margin-bottom: 15px;
    }

    .main5 .inner {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .main5 .inner:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:538px) {
    .main5 {
        padding: 30px 0px;
    }
}



/* main6 */

.main6 {
    padding: 83px 0px 105px;
    background-color: #F8F4F9;
}

.main6 .sec {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 62px;
}

.main6 .l_box {
    width: 50%;
    padding-top: 19px;
}

.main6 .title48 {
    margin-bottom: 22px;
}

.main6 .content {
    color: #333;
    line-height: 33px;
    margin-bottom: 94px;
}

.main6 .shuzi {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.main6 .shuzi .in {
    position: relative;
}

.main6 .shuzi .in:nth-of-type(1) {
    width: 35%;
}

.main6 .shuzi .in:nth-of-type(2) {
    width: 30%;
    padding: 0% 8%;
}

.main6 .shuzi .in:nth-of-type(3) {
    width: 35%;
    padding-left: 10%;
}

.main6 .shuzi .in:nth-of-type(3)::after {
    display: none;
}

.main6 .shuzi .in::after {
    content: "";
    position: absolute;
    height: 73px;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ccc;
}

.main6 .shuzi .num {
    color: #7E318E;
    font-family: Roboto-SemiBold;
    font-size: 42px;
    margin-bottom: 7px;
}

.main6 .shuzi .con {
    color: #333;
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
}

.main6 .r_box {
    width: 50%;
    text-align: center;
}

.main6 .r_box>div {
    margin-bottom: -11px;
}

.main6 .r_box span {
    font-family: Roboto-SemiBold;
    color: #B58DBA;
    margin-right: 20px;
    display: inline-block;
}

.main6 .r_box>div>span:last-child {
    margin-right: 0;
}

.main6 .r_box span:hover {
    transform: scale(1.05);
    color: #7E318E;
}

/* row1 */

.main6 .r_box .row1 {
    margin-bottom: 26px;
}

.main6 .row1 span:nth-of-type(1) {
    font-size: 88.995px;
    line-height: 88.995px;
}

/* row2 */

.main6 .row2 span:nth-of-type(1) {
    font-size: 53.397px;
    line-height: 88.995px;
}

.main6 .row2 span:nth-of-type(2) {
    font-size: 111.244px;
    line-height: 88.995px;
}

/* row3 */

.main6 .row3 span:nth-of-type(1) {
    font-size: 53.397px;
    line-height: 88.995px;
}

.main6 .row3 span:nth-of-type(2) {
    font-size: 75.646px;
    line-height: 88.995px;
}

.main6 .row3 span:nth-of-type(3) {
    font-size: 66.746px;
    line-height: 88.995px;
}

/* row4 */

.main6 .row4 span:nth-of-type(1) {
    font-size: 62.296px;
    line-height: 88.995px;
}

.main6 .row4 span:nth-of-type(2) {
    font-size: 55.622px;
    line-height: 88.995px;
}

.main6 .row4 span:nth-of-type(3) {
    font-size: 62.296px;
    line-height: 88.995px;
}

.main6 .box {
    max-width: 1920px;
    margin: 0 auto;
}

.main6 .box .tit {
    text-align: center;
    padding-top: 15px;
}


.main6 .imgbox img:hover {
    transform: scale(1);
}

@media(max-width:1600px) {
    .main6 {
        padding: 60px 0px;
    }

    .main6 .l_box {
        padding-top: 0;
    }

    .main6 .content {
        line-height: 30px;
        margin-bottom: 60px;
    }

    .main6 .row1 span:nth-of-type(1) {
        font-size: 78px;
        line-height: 78px;
    }

    .main6 .row2 span:nth-of-type(1) {
        font-size: 45px;
        line-height: 80px;
    }

    .main6 .row2 span:nth-of-type(2) {
        font-size: 90px;
        line-height: 88px;
    }

    .main6 .row3 span:nth-of-type(2) {
        font-size: 65px;
        line-height: 80px;
    }

    .main6 .row3 span:nth-of-type(2) {
        font-size: 65px;
        line-height: 80px;
    }

    .main6 .row4 span:nth-of-type(1) {
        font-size: 50px;
        line-height: 80px;
    }

    .main6 .row4 span:nth-of-type(2) {
        font-size: 50px;
        line-height: 80px;
    }

    .main6 .row4 span:nth-of-type(3) {
        font-size: 50px;
        line-height: 80px;
    }

    .main6 .r_box .row1 {
        margin-bottom: 15px;
    }

    .main6 .shuzi {
        width: 80%;
    }

    .main6 .shuzi .con {
        font-size: 16px;
        line-height: 24px;
    }

    .main6 .shuzi .num {
        font-size: 36px;
        margin-bottom: 5px;
    }

    .main6 .sec {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .main6 {
        padding: 50px 0px;
    }

    .main6 .r_box .row1 {
        margin-bottom: 0;
    }

    .main6 .row1 span:nth-of-type(1) {
        font-size: 65px;
        line-height: 70px;
    }

    .main6 .row2 span:nth-of-type(1) {
        font-size: 35px;
        line-height: 60px;
    }

    .main6 .row2 span:nth-of-type(2) {
        font-size: 70px;
        line-height: 80px;
    }

    .main6 .row3 span:nth-of-type(1) {
        font-size: 40px;
        line-height: 60px;
    }

    .main6 .row3 span:nth-of-type(2) {
        font-size: 50px;
        line-height: 70px;
    }

    .main6 .row3 span:nth-of-type(3) {
        font-size: 40px;
        line-height: 50px;
    }

    .main6 .row4 span:nth-of-type(1) {
        font-size: 40px;
        line-height: 60px;
    }

    .main6 .row4 span:nth-of-type(2) {
        font-size: 40px;
        line-height: 60px;
    }

    .main6 .row4 span:nth-of-type(3) {
        font-size: 40px;
        line-height: 60px;
    }

    .main6 .content {
        line-height: 30px;
        margin-bottom: 40px;
    }

    .main6 .shuzi .num {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .main6 .sec {
        margin-bottom: 30px;
    }

    .main6 .box .tit {
        padding-top: 8px;
    }
}

@media(max-width:999px) {
    .main6 {
        padding: 40px 0px;
    }

    .main6 .sec {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .main6 .safe {
        margin-bottom: 20px;
    }

    .main6 .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .main6 .content {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .main6 .shuzi .con {
        font-size: 14px;
        line-height: 24px;
    }

    .main6 .title48 {
        margin-bottom: 15px;
    }

    .main6 .r_box {
        width: 100%;
        text-align: center;
    }

    .main6 .row1 span:nth-of-type(1) {
        font-size: 55px;
        line-height: 60px;
    }

    .main6 .row2 span:nth-of-type(2) {
        font-size: 55px;
        line-height: 65px;
    }

    .main6 .row3 span:nth-of-type(1) {
        font-size: 35px;
        line-height: 55px;
    }

    .main6 .row3 span:nth-of-type(2) {
        font-size: 42px;
        line-height: 60px;
    }
}

@media(max-width:768px) {
    .main6 .sec {
        margin-bottom: 15px;
    }

    .main6 .row1 span:nth-of-type(1) {
        font-size: 42px;
        line-height: 50px;
    }

    .main6 .row2 span:nth-of-type(2) {
        font-size: 40px;
        line-height: 55px;
    }

    .main6 .row3 span:nth-of-type(1) {
        font-size: 34px;
        line-height: 46px;
    }

    .main6 .row3 span:nth-of-type(2) {
        font-size: 36px;
        line-height: 55px;
    }

    .main6 .row3 span:nth-of-type(3) {
        font-size: 34px;
        line-height: 46px;
    }

    .main6 .row4 span:nth-of-type(1) {
        font-size: 35px;
        line-height: 55px;
    }

    .main6 .row4 span:nth-of-type(2) {
        font-size: 35px;
        line-height: 55px;
    }

    .main6 .row4 span:nth-of-type(3) {
        font-size: 35px;
        line-height: 55px;
    }
}

@media(max-width:538px) {
    .main6 {
        padding: 30px 0px;
    }

    .main6 .shuzi .in {
        width: 50% !important;
        padding-left: 0 !important;
        margin-bottom: 20px;
    }

    .main6 .shuzi .in:nth-child(2n) {
        border-right: unset;
    }

    .main6 .shuzi .in::after {
        display: none;
    }

    .main6 .shuzi {
        width: 100%;
        flex-wrap: wrap;
    }

    .main6 .r_box {
        display: none;
    }

    .main6 .l_box {
        margin-bottom: 0;
    }
}



/* main7 */

.main7 {
    padding: 113px 0px 73px;
}

.main7 .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid #D9D9D9;
}

.main7 .title48 {}

.main7 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 161px;
    height: 49px;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    background: linear-gradient(to right, rgba(126, 49, 142, 1)0%, rgba(126, 49, 142, 1)100%);
    border-radius: 999px;
}

.main7 .btn:hover {
    background: linear-gradient(to right, rgba(181, 141, 186, 1)0%, rgba(126, 49, 142, 1)100%);
}

.main7 .list {}

.main7 .list li {
    padding-bottom: 33px;
    margin-bottom: 27px;
    border-bottom: 1px solid #D9D9D9;
}

.main7 .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: none;
}

.main7 .top .l {
    display: flex;
    align-items: center;
    width: 100%;
}

.main7 .data1 {
    font-family: Roboto-SemiBold;
    color: #9E70A7;
    flex-shrink: 0;
    margin-right: 40px;
}

.main7 .title1 {
    color: #333;
    font-family: Roboto;
    font-size: 18px;
    line-height: 32px;
}

.main7 .btn1 {
    color: #666;
    font-family: Roboto;
    font-size: 18px;
    line-height: 32px;
    margin-left: 30px;
    flex-shrink: 0;
}

.main7 .bottom {
    display: none;
    transition: none;
    padding-top: 13px;
    padding-bottom: 17px;
}

.main7 .bottom .in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main7 .contact {
    width: 68%;
    padding-top: 47px;
}

.main7 .data2 {
    color: #9E70A7;
    font-family: Roboto-SemiBold;
    margin-bottom: 21px;
}

.main7 .title {
    color: #7E318E;
    font-family: Roboto-SemiBold;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main7 .title a {
    color: #7E318E;
}

.main7 .title a:hover {
    text-decoration: underline;
}

.main7 .content {
    color: #666;
    font-family: Roboto;
    font-size: 16px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main7 .imgbox {
    width: 28.8%;
    overflow: hidden;
}

@media(max-width:1600px) {
    .main7 {
        padding: 60px 0px;
    }

    .main7 .contact {
        padding-top: 20px;
    }

    .main7 .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px;
    }
}

@media(max-width:1333px) {
    .main7 {
        padding: 50px 0px;
    }

    .main7 .contact {
        padding-top: 10px;
    }

    .main7 .titlebox {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .main7 .data2 {
        margin-bottom: 10px;
    }

    .main7 .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .main7 .content {
        font-size: 16px;
        line-height: 28px;
    }

    .main7 .list li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .main7 .title1 {
        font-size: 16px;
        line-height: 30px;
    }

    .main7 .btn1 {
        font-size: 16px;
        line-height: 30px;
        margin-left: 30px;
    }

    .main7 .btn {
        width: 140px;
        height: 45px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .main7 {
        padding: 40px 0px;
    }

    .main7 .btn {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }

    .main7 .top {
        display: none !important;
    }

    .main7 .bottom {
        display: block !important;
    }

    .main7 .contact {
        padding-top: 0;
    }

    .main7 .bottom {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .main7 .titlebox {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .main7 .list li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .main7 .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 5px;
    }
}

@media(max-width:768px) {
    .main7 .contact {
        width: 100%;
    }

    .main7 .bottom .in {
        flex-direction: column;
    }

    .main7 .contact {
        margin-bottom: 15px;
    }

    .main7 .imgbox {
        width: auto;
    }

    .main7 .content {
        font-size: 14px;
        line-height: 25px;
    }
}

@media(max-width:538px) {
    .main7 {
        padding: 30px 0px;
    }
}


/* main8 */

.main8 {
    padding: 81px 0px 101px;
    background-color: #F8F4F9;
}

.main8 .title48 {
    margin-bottom: 54px;
}

.main8 .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.main8 .swiper-slide {
    overflow: hidden;
    border-radius: 10px;
}

@media(max-width:1600px) {
    .main8 {
        padding: 60px 0px;
    }

    .main8 .title48 {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .main8 {
        padding: 50px 0px;
    }

    .main8 .title48 {
        margin-bottom: 30px;
    }

    .main8 .swiper-pagination-bullet-active {
        background-color: #7e318e;
    }
}

@media(max-width:999px) {
    .main8 {
        padding: 40px 0px;
    }

    .main8 .title48 {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .main8 .title48 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .main8 {
        padding: 30px 0px;
    }

    .main8 .swiper-slide {
        overflow: hidden;
        border-radius: 5px;
    }
}


/* footer */

footer {
    padding: 62px 0px 41px;
    background-color: #7e318e;
}

footer .f_nav {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 91px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}

footer .title {
    color: #FFF;
    font-family: Roboto-SemiBold;
    font-size: 18px;
    margin-bottom: 24px;
}

footer .title a {
    color: #FFF;
}

footer .title i {
    font-size: 12px;
    display: none;
}

footer .title a:hover,
footer .box a:hover {
    color: #B58DBA;
}

footer .box {
    padding-right: 5%;
}

footer .box1 {
    width: 16%;
}

footer .box2 {
    width: 17.45%;
}

footer .box3 {
    width: 28.5%;
}

footer .box4 {
    width: 14.8%;
}

footer .box5 {
    width: 23.2%;
    padding-right: 0;
}

footer ul li {
    margin-bottom: 17px;
}

footer ul li,
footer ul li a {
    color: #FFF;
}

footer .svgbox {
    flex-shrink: 0;
    margin-right: 10px;
}

footer .box3 li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

footer .box3 .tit {
    margin-bottom: 10px;
}



footer .blogrolls {
    display: flex;
    flex-wrap: wrap;
    padding-top: 11px;
}

footer .blogrolls a {
    margin-right: 25px;
    font-size: 24px;
    margin-bottom: 22px;
}

footer .inp1 {
    margin-bottom: 11px;
}

footer .inp1 input {
    height: 40px;
    width: 100%;
    color: #333;
    border-radius: 6px;
    padding: 0px 12px;
}

footer .inp1 input::placeholder {
    color: #666;
}

footer .inpbox1 {
    display: flex;
    align-items: flex-start;
}

footer .inpbox1 .inp1 {
    margin-bottom: 0;
    width: 100%;
}

footer .inpbox1 .submit {
    background-color: #B58DBA;
    border: 1px solid #B58DBA;
    color: #ffff;
    width: 82px;
    margin-left: 8px;
    border-radius: 6px;
    height: 40px;
    cursor: pointer;
}

footer .inpbox1 .submit:hover {
    background-color: #fff;
    color: #B58DBA;
}

footer .code {
    position: relative;
}

footer .code input {
    padding-right: 85px;
}

footer .codebox {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
}

footer .codebox img {
    height: 100%;
}

footer .copyright,
footer .copyright a {
    color: #B58DBA;
}

footer .copyright a:hover {
    color: #fff;
}

@media(max-width:1600px) {
    footer {
        padding: 60px 0px 40px;
    }

    footer .box {
        padding-right: 3%;
    }

    footer .box5 {
        padding-right: 0;
    }

    footer .f_nav {
        padding-bottom: 60px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    footer {
        padding: 50px 0px 40px;
    }

    footer .title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    footer ul li {
        margin-bottom: 12px;
    }

    footer .box {
        padding-right: 2%;
    }

    footer .box5 {
        padding-right: 0;
    }

    footer .box3 li {
        margin-bottom: 15px;
    }

    footer .blogrolls a {
        margin-right: 20px;
        font-size: 20px;
        margin-bottom: 22px;
    }

    footer .inpbox1 .submit {
        width: 100%;
        margin-left: 0;
    }

    footer .inpbox1 {
        flex-direction: column;
    }

    footer .inpbox1 .inp1 {
        margin-bottom: 11px;
    }

    footer .f_nav {
        padding-bottom: 40px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    footer {
        padding: 40px 0px 50px;
    }

    footer .f_nav {
        flex-direction: column;
    }

    footer .box {
        width: 100% !important;
        padding-right: 0 !important;
    }

    footer .f_nav ul {
        display: none;
        transition: none;
    }

    footer form {
        display: none;
        transition: none;
        padding-top: 15px;
    }

    footer .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .title i {
        display: block;
    }

    footer .title i {
        font-size: 16px;
        font-weight: bold;
    }

    footer .f_nav {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    footer .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    footer .f_nav {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    footer {
        padding: 30px 0px 50px;
    }
}


/* crumb */

.crumb {
    margin-top: 80px;
    padding-top: 33px;
}

.crumb1 {
    padding-top: 33px;
    margin-top: 0;
}

.crumb .iconfont {
    color: #7E318E;
    margin-right: 8px;
}

.crumb i {
    margin: 0px 5px;
}

.crumb a,
.crumb {
    color: #333;
    font-family: Roboto;
}

.crumb a:hover {
    color: #7E318E;
}

.crumb .active {
    color: #7E318E;
}

@media(max-width:1600px) {
    .crumb {
        padding-top: 25px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .crumb {
        margin-bottom: 15px;
    }

    .crumb {
        margin-top: 60px;
        padding-top: 20px;
    }

    .crumb1 {
        margin-top: 0;
    }
}

@media(max-width:768px) {
    .crumb {
        margin-top: 50px;
        padding-top: 15px;
    }

    .crumb1 {
        margin-top: 0;
    }
}

@media(max-width:538px) {}


/* sousuo */

.sousuo {
    margin-top: 8px;
}

.sousuo .safe {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sousuo .form {
    position: relative;
}

.sousuo .form>input {
    width: 400px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 999px;
    border: 1px solid #CCC;
    background: #F8F4F9;
    padding: 0px 65px 0px 20px;
    color: #333;
    font-family: Roboto;
    font-size: 16px;
}

.sousuo .form>input::placeholder {
    color: #666;
}

.sousuo .send {
    position: absolute;
    right: 0px;
    top: 0;
    height: 60px;
    width: 60px;
    background-color: transparent;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sousuo .send div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.sousuo .send input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 999px;
    opacity: 0;
    cursor: pointer;
}

.sousuo .send input:hover+i {
    color: #7E318E;
}

.sousuo .send div i {
    z-index: 0;
    font-weight: bold;
}


@media(max-width:1600px) {
    .sousuo .form>input {
        width: 360px;
        height: 55px;
        padding: 0px 65px 0px 20px;
        font-size: 16px;
    }

    .sousuo .send {
        height: 55px;
        width: 60px;
    }
}

@media(max-width:1333px) {
    .sousuo .form>input {
        width: 340px;
        height: 50px;
        padding: 0px 55px 0px 20px;
        font-size: 16px;
    }

    .sousuo .send {
        height: 50px;
        width: 50px;
    }
}

@media(max-width:999px) {}

@media(max-width:768px) {
    .sousuo .form>input {
        width: 300px;
        height: 45px;
        padding: 0px 50px 0px 20px;
        font-size: 14px;
    }

    .sousuo .send {
        height: 45px;
        width: 45px;
    }
}

@media(max-width:450px) {
    .sousuo .form {
        width: 100%;
    }

    .sousuo .form>input {
        width: 100% !important;
        height: 45px;
        padding: 0px 50px 0px 20px;
        font-size: 14px;
    }
}



/* product_list */

.product_list {
    padding: 18px 0px 100px;
}

.product_list .safe {
    display: flex;
    justify-content: space-between;
}

.product_list .l_box {
    width: 20%;
}

.product_list .catelist>li {
    padding-right: 0px;
}

.product_list .catelist>li>p>a {
    display: inline-block;
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-family: Roboto-SemiBold;
    font-size: 18px;
}

.product_list .catelist>li>p>a i {
    font-weight: bold;
    cursor: pointer;
}


.product_list .catelist>li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 8px 22px 5px;
    border-bottom: 1px solid #ccc;
}

.product_list .catelist>li>p>i {
    cursor: pointer;
}

.product_list .lie2 {
    display: none;
    transition: none;
}

.product_list .lie2>li>p>a {
    display: flex;
    justify-content: space-between;
    align-items: center;

    /* width: 100%; */

    color: #333;
    font-family: Roboto;
    font-size: 16px;
}

.product_list .lie2>li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 8px 23px 29px;
    border-bottom: 1px solid #ccc;
}

.product_list .lie2>li>p>i {
    cursor: pointer;
}

.product_list .lie2>li:last-child>p>a {}

.product_list .lie2>li>p>a i {
    font-weight: bold;
}

.product_list .lie3 {
    padding: 23px 0px;
    border-bottom: 1px solid #ccc;
    display: none;
    transition: none;
}

.product_list .lie3>li {
    padding: 0px 20px 0px 49px;
    margin-bottom: 21.2px;
}

.catelist li.active1>p {
    font-weight: bold;
    color: #7e318e;
    /* 可根据实际设计调整颜色 */
}

.catelist li.active1>p .iconfont {
    transform: rotate(90deg);
    /* 图标旋转表示展开状态 */
}

/* .product_list .lie3>li{
    display: flex;
    justify-content: space-between;
    align-items: center;
} */


/* .product_list .l_box .lie2 {
    display: none;
}

.product_list .l_box .lie3 {
    display: none;
} */

.product_list .lie3>li:last-child {
    margin-bottom: 0;
}

.product_list .lie3>li a {
    color: #333;
    font-family: Roboto;
    font-size: 16px;
}

.product_list .l_box li a:hover {
    color: #7e318e;
}

.product_list .l_box li a:hover i {
    color: #7e318e;
}


.product_list .l_box .active1>a {
    color: #7E318E;
}

.product_list .active1>a i {
    color: #7E318E;
    transform: rotate(90deg);
    cursor: pointer;
}

.product_list .active1 .lie2 {
    display: none;
}

.product_list .lie2 .active2>a {
    color: #7E318E;
}

.product_list .active2>a i {
    color: #7E318E;
    transform: rotate(90deg);
    cursor: pointer;
}

.product_list .active2>.lie3 {
    display: none;
}

.product_list .r_box {
    width: 73.4%;
    padding-top: 7px;
}

.product_list .title42 {
    color: #7e318e;
    margin-bottom: 22px;
}

.product_list .con {
    color: #333;
    font-family: Roboto;
    line-height: 32px;
    padding-bottom: 49px;
    margin-bottom: 33px;
    border-bottom: 1px solid #D9D9D9;
}

.product_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.product_list .inner {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
    background-color: #F8F4F9;
    display: flex;
    align-items: flex-start;
    padding: 10px;
}

.product_list .inner:nth-child(2n) {
    margin-right: 0;
}

.product_list .imgbox {
    overflow: hidden;
    width: 36%;
}

.product_list .contact {
    padding: 15px 15px 15px 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 64%;
}

.product_list .top {
    margin-bottom: 20px;
}

.product_list .title {
    color: #333;
    font-family: Roboto-SemiBold;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_list .title a {
    color: #333;
}

.product_list .title:hover,
.product_list .title a:hover {
    color: #7e318e;
}

.product_list .content {
    color: #333;
    font-family: Roboto;
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.product_list .size {
    color: #666;
    font-family: Roboto;
    font-size: 16px;
    line-height: 26px;
}

.product_list .btn {
    color: #666;
    font-family: Roboto;
    font-size: 16px;
    line-height: 32px;
    margin-left: 10px;
}

.product_list .bottom input {
    cursor: pointer;
}

.product_list .btn:hover {
    color: #7e318e;
}


/* 隐藏默认的复选框 */
.product_list .custom-checkbox input {
    display: none;
}

/* 创建自定义复选框的外观 */
.product_list .checkmark {
    height: 15px;
    width: 15px;
    background-color: #f8f4f9;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 0px;
    margin-right: 0px;
    cursor: pointer;
    border: 1px solid #999;
}

/* 当复选框被选中时改变样式 */
.product_list .custom-checkbox input:checked~.checkmark::after {
    content: "";
    position: absolute;
    left: 4px;
    top: -1px;
    width: 5px;
    height: 10px;
    border: solid #7e318e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    cursor: pointer;
}

.product_list .cate {
    display: none;
}


.product_wrap .r_box {
    width: 100%;
}


@media(max-width:1600px) {
    .product_list .r_box {
        padding-top: 0;
    }

    .product_list {
        padding: 18px 0px 60px;
    }

    .product_list .l_box {
        width: 22%;
    }

    .product_list .catelist>li>a {
        padding: 20px 8px 20px 5px;
        font-size: 18px;
    }

    .product_list .lie2>li>a {
        padding: 20px 8px 20px 25px;
        font-size: 16px;
    }

    .product_list .lie3>li {
        padding: 0px 20px 0px 35px;
        margin-bottom: 18px;
    }

    .product_list .lie3 {
        padding: 18px 0px;
    }

    .product_list .con {
        line-height: 30px;
        padding-bottom: 40px;
        margin-bottom: 30px;
    }

    .product_list .title42 {
        margin-bottom: 15px;
    }

    .product_list .contact {
        padding: 10px 10px 10px 10px;
    }

    .product_list .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .product_list .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .product_list .wrap {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .product_list {
        padding: 18px 0px 50px;
    }

    .product_list .catelist>li>a {
        padding: 15px 0px 15px 0px;
        font-size: 16px;
    }

    .product_list .lie3 {
        padding: 14px 0px;
    }

    .product_list .lie3>li {
        padding: 0px 20px 0px 24px;
        margin-bottom: 15px;
    }

    .product_list .lie3>li a {
        font-size: 14px;
    }

    .product_list .lie2>li>a {
        padding: 15px 0px 15px 15px;
        font-size: 14px;
    }

    .product_list .l_box i {
        font-size: 14px;
    }

    .product_list .con {
        line-height: 30px;
        padding-bottom: 30px;
        margin-bottom: 25px;
    }

    .product_list .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 3px;
    }

    .product_list .top {
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .product_list {
        padding: 18px 0px 40px;
    }

    .product_list .safe {
        flex-direction: column;
    }

    .product_list .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .product_list .cate {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        font-family: Alexandria;
        color: #7e318e;
    }

    .product_list .cate i {
        font-size: 18px !important;
        font-weight: bold;
        color: #7e318e;
    }

    .product_list .catelist {
        padding-top: 15px;
        display: none;
        transition: none;
    }

    .product_list .r_box {
        width: 100%;
    }

    .product_list .size {
        font-size: 14px;
        line-height: 24px;
    }

    .product_list .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 2px;
    }

    .product_list .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .product_list .btn {
        font-size: 14px;
        line-height: 26px;
        margin-left: 10px;
    }
}

@media(max-width:768px) {
    .product_list .cate {
        font-size: 18px;
    }

    .product_list .catelist>li>a {
        padding: 10px 0px 10px 0px;
        font-size: 14px;
    }

    .product_list .lie3 {
        padding: 10px 0px;
    }

    .product_list .lie3>li {
        padding: 0px 15px 0px 15px;
        margin-bottom: 10px;
    }

    .product_list .lie3>li a {
        font-size: 14px;
    }

    .product_list .lie2>li>a {
        padding: 10px 0px 10px 10px;
        font-size: 14px;
    }

    .product_list .inner {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .product_list .contact {
        height: auto;
        width: 100%;
    }

    .product_list .imgbox {
        width: auto;
    }

}

@media(max-width:538px) {
    .product_list {
        padding: 18px 0px 30px;
    }
}

@media(max-width:350px) {
    .product_list .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .product_list .inner:last-child {
        margin-bottom: 0;
    }

    .product_list .imgbox {
        width: 100%;
    }

    .product_list .imgbox img {
        width: 100%;
    }
}






/* pagination */

.pagination1 {
    margin-bottom: 100px;
}

.pagination .pager {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination .safe {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .prev i,
.pagination .next i {
    font-size: 12px;
}

.pagination a {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}

.pagination a:hover {
    color: #fff;
    background-color: #7e318e;
    border: 1px solid #7e318e;
}

.pagination .active {
    color: #fff;
    background-color: #7e318e;
    border: 1px solid #7e318e;
}

.pagination .submit {
    border-radius: 4px;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;

    color: #333;
    font-family: Roboto;
    font-size: 16px;
    background-color: transparent;
    margin-left: 15px;
}

.pagination .submit:hover {
    color: #7e318e;
}

@media(max-width:1600px) {
    .pagination1 {
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .pagination1 {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .pagination1 {
        margin-bottom: 40px;
    }

    .pagination a {
        width: 30px;
        height: 30px;
        border-radius: 4px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .pagination .submit {
        border-radius: 4px;
        margin-right: 10px;
        font-size: 14px;
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .pagination img {
        margin-bottom: 5px;
    }
}

@media(max-width:538px) {
    .pagination1 {
        margin-bottom: 30px;
    }
}

/* product_detail */

.product_detail {
    margin-top: -15px;
    margin-bottom: 80px;
}

.product_detail .safe {
    display: flex;
    justify-content: space-between;
}

.product_detail .l_box {
    width: 40.8%;
    position: relative;
}

.product_detail img {
    display: block;
}

.product_detail .big_mySwiper {
    margin-bottom: 18px;
    position: relative;
    width: 650px;
    height: 650px;
    border: 1px solid #ccc;
}

.product_detail .small_mySwiper {
    margin: 0px 45.45px;
}

.product_detail .small_mySwiper .swiper-slide {
    border: 1px solid #CCC;
    cursor: pointer;
}

.product_detail .small_mySwiper .swiper-slide-thumb-active {
    border: 1px solid #333;
}

.product_detail .bot {
    position: relative;
}

.product_detail .bot .switch {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    font-weight: bold;
    opacity: .3;
}

.product_detail .bot .switch:hover {
    opacity: 1;
}

.product_detail .bot .big_prev {
    left: 0px;
}

.product_detail .bot .big_next {
    right: 0px;
}

.product_detail .l_box .swiper-pagination {
    display: none;
}

.product_detail .r_box {
    width: 54.2%;
    padding-top: 49px;
}

.product_detail .title42 {
    margin-bottom: 16px;
    color: #7E318E;
}

.product_detail .con {
    color: #333;
    font-family: Roboto-Semibold;
    font-size: 18px;
    margin-bottom: 29px;
}

.product_detail .content {
    color: #666;
    font-family: Roboto;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 27px;
}

.product_detail .sharebox {
    display: flex;
    align-items: center;
    color: #333;
    margin-bottom: 40px;
}

.product_detail .sharebox span {
    margin-right: 5px;
    color: #333;
}

.product_detail .btngroup {
    display: flex;
    align-items: center;
    margin-bottom: 44px;
}

.product_detail .btngroup a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 161px;
    height: 49px;
    background-color: #7e318e;
    color: #FFF;
    font-family: Roboto;
    border-radius: 999px;
    margin-right: 14px;
    background: linear-gradient(270deg, #7E318E 0%, #7E318E 100%);
}

.product_detail .btngroup a:last-child {
    margin-right: 0;
}

.product_detail .btngroup a:hover {
    background: linear-gradient(270deg, #7E318E 0%, #B58DBA 100%);
}

.product_detail .tags {}

.product_detail .tags .title {
    color: #333;
    font-family: Roboto-Semibold;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 12px;
}

.product_detail .tags .list {
    display: flex;
    flex-wrap: wrap;
}

.product_detail .list li {
    margin-bottom: 18px;
}

.product_detail .list li:nth-child(5n) {
    margin-right: 0;
}

.product_detail .list a {
    color: #333;
    font-family: Roboto;
    font-size: 16px;
    display: inline-block;
    padding: 13px 15px;
    background-color: #F8F4F9;
    margin-right: 17px;
}

.product_detail .list a:hover {
    background-color: #7e318e;
    color: #fff;
}


@media(max-width:1700px) {
    .product_detail .big_mySwiper {
        height: auto;
        width: auto;
    }

    .product_detail .r_box {
        padding-top: 30px;
    }

    .product_detail .con {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media(max-width:1600px) {
    .product_detail {
        margin-top: -15px;
        margin-bottom: 60px;
    }

    .product_detail .r_box {
        padding-top: 20px;
    }

    .product_detail .sharebox {
        margin-bottom: 20px;
    }

    .product_detail .btngroup {
        margin-bottom: 20px;
    }

    .product_detail .list li {
        margin-bottom: 10px;
    }

    .product_detail .list a {
        font-size: 16px;
        padding: 10px 15px;
        margin-right: 17px;
    }

    .product_detail .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 27px;
    }

}

@media(max-width:1333px) {
    .product_detail {
        margin-top: -15px;
        margin-bottom: 50px;
    }

    .product_detail .big_mySwiper .big_prev {
        left: 5px;
    }

    .product_detail .big_mySwiper .big_next {
        right: 5px;
    }

    .product_detail .r_box {
        padding-top: 0;
    }

    .product_detail .small_mySwiper {
        margin: 0px 32px;
    }

    .product_detail .title42 {
        margin-bottom: 12px;
    }

    .product_detail .con {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .product_detail .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .product_detail .btngroup a {
        width: 150px;
        height: 45px;
        margin-right: 14px;
    }
}

@media(max-width:999px) {
    .product_detail {
        margin-top: 0px;
        padding-top: 30px;
        margin-bottom: 40px;
    }

    .product_detail .safe {
        flex-direction: column;
    }

    .product_detail .l_box {
        width: 66%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .product_detail .r_box {
        width: 100%;
    }

    .product_detail .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .product_detail .btngroup a {
        width: 140px;
        height: 40px;
        margin-right: 14px;
    }

    .product_detail .tags .title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .product_detail .list a {
        font-size: 14px;
        padding: 10px 15px;
        margin-right: 10px;
    }
}

@media(max-width:768px) {

    .product_detail .safe {
        flex-direction: column;
    }

    .product_detail .l_box {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .product_detail .r_box {
        width: 100%;
    }

    .product_detail .btngroup a {
        width: 120px;
        height: 40px;
        margin-right: 14px;
    }

    .product_detail .con {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product_detail .list a {
        font-size: 14px;
        padding: 10px 10px;
        margin-right: 10px;
    }
}

@media(max-width:570px) {
    .product_detail {
        margin-top: 0px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .product_detail .l_box {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .product_detail .big_mySwiper .switch {
        width: 38px;
        height: 38px;
        border-radius: 5px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media(max-width:450px) {
    .product_detail .l_box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 18px;
    }
}


/* product_switch */

.product_switch {
    padding: 58px 0px 80px;
    background-color: #f8f4f9;
}

.product_switch .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 70px;
}

.product_switch .list li {
    margin-right: 5%;
    padding-bottom: 37px;
    color: #333;
    font-family: Alexandria-SemiBold;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}

.product_switch .list li::after {
    content: "";
    position: absolute;
    bottom: -1.5px;
    width: 90%;
    height: 3px;
    background-color: #7e318e;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

.product_switch .list .active {
    color: #7E318E;
    font-family: Alexandria;
}

.product_switch .list .active::after {
    opacity: 1;
}

.product_switch .list li:hover {
    color: #7E318E;
    font-family: Alexandria;
}

.product_switch .list li:hover::after {
    opacity: 1;
}



.product_switch .active {
    display: block;
}

.product_switch .active::after {
    opacity: 1;
}

.product_switch .title42 {
    text-align: center;
    margin-bottom: 24px;
    color: #7e318e;
}



.product_switch .box1 {
    background-color: #fff;
    padding: 40px 40px 44px 40px;
}

.product_switch .box1 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product_switch .box1 li {
    color: #333;
    font-family: Roboto;
    font-size: 16px;
    line-height: 32px;
    width: 50%;
    padding-left: 20px;
    position: relative;
}

.product_switch .box1 li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    background-color: #9E70A7;
    border-radius: 999px;
}


.product_switch .box1 table {
    border-collapse: collapse;
    width: 100%;
    min-width: 700px;
    overflow: auto;
}

.product_switch .box1 .tablen {
    overflow: auto;
}

.product_switch .box1 table tr {
    color: #666666;
    border-bottom: 1px solid #D9D9D9;
}

.product_switch .box1 table tr:first-child {
    background-color: #7e318e;
    border-bottom: unset;
}

.product_switch .box1 table tr:first-child td {
    color: #fff;
}

.product_switch .box1 table tr td {
    padding: 20.5px 30px;
}




.product_switch .box2 {
    padding: 40px 40px 44px 40px;
    background-color: #fff;
}

.product_switch .box2 table {}

.product_switch .biaoge table {
    border-collapse: collapse;
    width: 100%;
    min-width: 700px;
    overflow: auto;
}

.product_switch .biaoge .tablen {
    overflow: auto;
}

.product_switch .biaoge table tr {
    color: #666666;
    border-bottom: 1px solid #D9D9D9;
}

.product_switch .biaoge table tr:first-child {
    background-color: #7e318e;
    border-bottom: unset;
}

.product_switch .biaoge table tr:first-child td {
    color: #fff;
}

.product_switch .biaoge table tr td {
    padding: 20.5px 30px;
}

.product_switch .biaoge video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product_switch .biaoge {
    margin-bottom: 20px;
}

.product_switch .table em {
    font-family: Roboto;
    font-style: normal;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.product_switch .table em::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 999px;
    background-color: #9E70A7;
}

.product_switch .liebiao p {
    color: #333;
    font-family: Roboto;
    line-height: 32px;
    padding: 0px 20px 0px 80px;
    position: relative;
}

.product_switch .liebiao p::after {
    content: "";
    position: absolute;
    left: 50px;
    top: 5px;
    background-image: url(./images/finger.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.product_switch .box3 {
    padding: 47px 40px 50px 40px;
    background-color: #fff;
}

.product_switch .imgbox3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 52px;
}

.product_switch .biaoge3 table {
    border-collapse: collapse;
    width: 100%;
    min-width: 700px;
    overflow: auto;
}

.product_switch .biaoge3 .tablen {
    overflow: auto;
}

.product_switch .biaoge3 table tr {
    color: #666666;
}

.product_switch .biaoge3 table tr td {
    padding: 20px 40px;
    color: #333;
    font-family: Roboto;
}

.product_switch .biaoge3 tr {
    border-bottom: 1px solid #D9D9D9;
}

.product_switch .biaoge3 tr:first-child {
    background-color: #7e318e;
    border-bottom: unset;
}

.product_switch .biaoge3 tr:first-child td {
    color: #fff;
}

.product_switch .wrap .inner {
    display: none;
}

@media(max-width:1600px) {
    .product_switch {
        padding: 60px 0px;
    }

    .product_switch .list li {
        margin-right: 5%;
        padding-bottom: 30px;
        font-size: 18px;
    }

    .product_switch .list {
        margin-bottom: 40px;
    }

    .product_switch .box1 li {
        font-size: 16px;
        line-height: 30px;
        width: 50%;
        padding-left: 20px;
        padding-right: 10px;
    }

    .product_switch .box1,
    .product_switch .box2,
    .product_switch .box3 {
        padding: 40px;
    }

    .product_switch .biaoge table tr td {
        padding: 15px 25px;
    }

    .product_switch .biaoge3 table tr td {
        padding: 15px 30px;
    }
}

@media(max-width:1333px) {
    .product_switch {
        padding: 50px 0px;
    }

    .product_switch .list li {
        margin-right: 5%;
        padding-bottom: 20px;
        font-size: 16px;
    }

    .product_switch .list {
        margin-bottom: 30px;
    }

    .product_switch .box1,
    .product_switch .box2,
    .product_switch .box3 {
        padding: 30px;
    }

    .product_switch .biaoge table tr td {
        padding: 15px 25px;
    }

    .product_switch .biaoge3 table tr td {
        padding: 15px 25px;
    }
}

@media(max-width:999px) {
    .product_switch {
        padding: 40px 0px;
    }

    .product_switch .box1 li {
        width: 100%;
        margin-bottom: 10px;
    }

    .product_switch .box1 li:last-child {
        margin-bottom: 0;
    }

    .product_switch .box1 li {
        font-size: 14px;
        line-height: 26px;
        width: 50%;
        padding-left: 20px;
        padding-right: 10px;
    }

    .product_switch .title42 {
        margin-bottom: 15px;
    }

    .product_switch .list li {
        margin-right: 5%;
        padding-bottom: 14px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .product_switch .liebiao p {
        line-height: 32px;
        padding: 0px 20px 0px 50px;
        position: relative;
    }

    .product_switch .liebiao p::after {
        left: 25px;
        top: 5px;
        width: 20px;
        height: 20px;
    }

    .product_switch .imgbox3 {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .product_switch .box1 li {
        width: 100%;
    }

    .product_switch .box1 li::after {
        top: 9px;
        width: 8px;
        height: 8px;
    }

    .product_switch .list li {
        margin-right: 5%;
        padding-bottom: 14px;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .product_switch .list li::after {
        bottom: 2px;
        width: 90%;
        height: 3px;
    }

    .product_switch .liebiao p {
        line-height: 32px;
        padding: 0px 20px 0px 25px;
    }

    .product_switch .liebiao p::after {
        left: 0px;
        top: 5px;
        width: 20px;
        height: 20px;
    }
}

@media(max-width:538px) {
    .product_switch {
        padding: 30px 0px;
    }
}



/* related_product */

.related_product1 {
    padding: 100px 0px;
}

.related_product2 {
    padding: 100px 0px;
}

.related_product .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
}

.related_product .title42 {
    color: #7E318E;
}

.related_product .btnbox {
    display: flex;
    align-items: center;
}

.related_product .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    border-radius: 999px;
    border: 1px solid #999;
    cursor: pointer;
    font-weight: bold;
}

.related_product .btnbox i:last-child {
    margin-left: 22.9px;
}

.related_product .btnbox i:hover {
    background-color: #7e318e;
    color: #fff;
    border: 1px solid #7e318e;
}

.related_product .swiper {
    overflow: visible;
}

.related_product .swiper-slide {
    background-color: #f8f4f9;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 35.9375%;
    margin-right: 1.6875%;
}

.related_product .imgbox {
    width: 36.1%;
    overflow: hidden;
}

.related_product .contact {
    width: 59%;
}

.related_product .title {
    color: #333;
    font-family: Roboto-SemiBold;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_product .title a {
    color: #333;
}

.related_product .title:hover,
.related_product .title a:hover {
    color: #7e318e;
}

.related_product .content {
    color: #333;
    line-height: 26px;
    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_product .size {
    color: #666;
    line-height: 26px;
    min-height: 26px;
}

@media(max-width:1600px) {
    .related_product1 {
        padding: 60px 0px;
    }

    .related_product .titlebox {
        margin-bottom: 30px;
    }

    .related_product .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .related_product .content {
        color: #333;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .related_product .btnbox i:last-child {
        margin-left: 15px;
    }
}

@media(max-width:1333px) {
    .related_product1 {
        padding: 50px 0px;
    }

    .related_product .swiper-slide {
        padding: 10px;
        width: 45%;
        margin-right: 1.6875%;
    }

    .related_product .btnbox i {
        width: 45px;
        height: 45px;
    }
}

@media(max-width:999px) {
    .related_product1 {
        padding: 40px 0px;
    }

    .related_product .swiper-slide {
        padding: 10px;
        width: 50%;
        margin-right: 2%;
    }

    .related_product .titlebox {
        margin-bottom: 20px;
    }

    .related_product .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

@media(max-width:768px) {
    .related_product .swiper-slide {
        padding: 10px;
        width: 60%;
        margin-right: 2%;
    }

    .related_product .btnbox i {
        width: 40px;
        height: 40px;
    }

    .related_product .btnbox i:last-child {
        margin-left: 8px;
    }

    .related_product .titlebox {
        margin-bottom: 16px;
    }
}

@media(max-width:538px) {
    .related_product1 {
        padding: 30px 0px;
    }

    .related_product .swiper-slide {
        padding: 10px;
        width: 100%;
        margin-right: 2%;
    }

    .related_product .titlebox {}
}

@media(max-width:380px) {
    .related_product .swiper-slide {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .related_product .imgbox {
        width: auto;
        display: inline-block;
        margin-bottom: 10px;
        width: 100%;
    }

    .related_product .imgbox img {
        width: 100%;
    }

    .related_product .contact {
        width: 100%;
    }

    .related_product .titlebox {
        flex-direction: column;
    }

    .related_product .title42 {
        margin-bottom: 15px;
    }
}


/* page_banner */

.page_banner {
    position: relative;
}

.page_banner .bg {
    width: 100%;
}

.page_banner .safe {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.page_banner .title42 {
    color: #fff;
    margin-top: 50px;
}


@media(max-width:999px) {
    .page_banner {
        margin-top: 60px;
    }

    .page_banner .title42 {
        margin-top: 0;
    }
}

@media(max-width:768px) {
    .page_banner {
        margin-top: 50px;
    }
}



/* application_read */

.application_read {
    padding: 83px 0px 55px;
}

.application_read .title42 {
    margin-bottom: 22px;
    color: #7E318E;
}

.application_read .txts {
    color: #333;
    font-family: Roboto;
    line-height: 32px;
    overflow: hidden;
}

.application_read .view_more {
    margin-top: 25px;
    width: 161px;
    height: 49px;
    background: linear-gradient(to right, rgba(126, 49, 142, 1)0%, rgba(126, 49, 142, 1)100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    border-radius: 999px;
    cursor: pointer;
}

.application_read .view_more:hover {
    background: linear-gradient(to right, rgba(181, 141, 186, 1)0%, rgba(126, 49, 142, 1)100%);
}

@media(max-width:1600px) {
    .application_read {
        padding: 60px 0px 50px;
    }

    .application_read .txts {
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .application_read {
        padding: 40px 0px;
    }

    .application_read .title42 {
        margin-bottom: 15px;
    }

    .application_read .txts {
        line-height: 28px;
    }

    .application_read .view_more {
        margin-top: 18px;
        width: 150px;
        height: 45px;
        font-size: 16px;
        border-radius: 999px;
    }
}

@media(max-width:999px) {
    .application_read {
        padding: 20px 0px 30px;
    }

    .application_read .view_more {
        margin-top: 18px;
        width: 140px;
        height: 40px;
        font-size: 14px;
        border-radius: 999px;
    }
}

@media(max-width:768px) {
    .application_read {
        padding: 15px 0px 30px;
    }

    .application_read .view_more {
        margin-top: 15px;
        width: 130px;
        height: 40px;
    }
}

@media(max-width:538px) {
    .application_read {
        padding: 10px 0px 30px;
    }
}


/* application_list */

.application_list {
    margin-bottom: -13px;
}

.application_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.application_list .inner {
    width: 31.8125%;
    margin-right: 2.25%;
    margin-bottom: 83px;
}

.application_list .inner:nth-child(3n) {
    margin-right: 0;
}

.application_list .imgbox {
    overflow: hidden;
}

.application_list .imgbox img {
    display: block;
}

.application_list .contact {
    padding-top: 19px;
}

.application_list .title {
    color: #333;
    font-family: Roboto-SemiBold;
    font-size: 20px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.application_list .title a {
    color: #333;
}

.application_list .title:hover,
.application_list .title a:hover {
    color: #7E318E;
}

.application_list .content {
    color: #666;
    font-family: Roboto;
    font-size: 16px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {

    .application_list .inner {
        width: 31.8125%;
        margin-right: 2.25%;
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .application_list .contact {
        padding-top: 10px;
    }

    .application_list .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .application_list .inner {
        width: 31.8125%;
        margin-right: 2.25%;
        margin-bottom: 40px;
    }

    .application_list .content {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .application_list .inner {
        width: 31.8125%;
        margin-right: 2.25%;
        margin-bottom: 30px;
    }

    .application_list {
        margin-bottom: 20px;
    }

    .application_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .application_list .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .application_list .inner {
        width: 31.8125%;
        margin-right: 2.25%;
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .application_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .application_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .application_list .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:350px) {
    .application_list .inner {
        width: 100%;
        margin-right: 0;
    }
}


/* application_detail */

.application_detail {
    padding: 83px 0px 69px;
}

.application_detail .title42 {
    color: #7e318e;
    margin-bottom: 20px;
}

.application_detail .sharebox {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    color: #333;
}

.application_detail .sharebox span {
    margin-right: 5px;
}

.application_detail .s_title {
    color: #333;
    font-family: Roboto;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 59px;
}

.application_detail .content {
    color: #333;
    font-family: Roboto;
    font-size: 16px;
    line-height: 32px;
}

@media(max-width:1600px) {
    .application_detail {
        padding: 60px 0px;
    }

    .application_detail .sharebox {
        margin-bottom: 25px;
    }

    .application_detail .s_title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .application_detail {
        padding: 50px 0px;
    }

    .application_detail .s_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 35px;
    }

    .application_detail .content {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .application_detail {
        padding: 20px 0px 40px;
    }

    .application_detail .title42 {
        color: #7e318e;
        margin-bottom: 10px;
    }

    .application_detail .sharebox {
        margin-bottom: 15px;
    }

    .application_detail .s_title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .application_detail .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .application_detail .s_title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 16px;
    }
}

@media(max-width:538px) {
    .application_detail {
        padding: 10px 0px 30px;
    }
}


/* page_control */

.page_control1 {
    margin-bottom: 100px;
}

.page_control .safe {
    padding: 15px 0px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.page_control p {
    margin-bottom: 7px;
}

.page_control p:last-child {
    margin-bottom: 0;
}

.page_control,
.page_control a {
    color: #333;
    font-family: Roboto;
    font-size: 16px;
    line-height: 32px;
}

.page_control a:hover {
    color: #666;
}

@media(max-width:1600px) {
    .page_control1 {
        margin-bottom: 60px;
    }

    .page_control,
    .page_control a {
        font-size: 16px;
        line-height: 30px;
    }

}

@media(max-width:1333px) {
    .page_control1 {
        margin-bottom: 50px;
    }

    .page_control,
    .page_control a {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .page_control1 {
        margin-bottom: 40px;
    }

    .page_control,
    .page_control a {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .page_control1 {
        margin-bottom: 30px;
    }
}

/* latest_applicaions */

.latest_applicaions {
    margin-bottom: 100px;
}

.latest_applicaions .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 46px;
}

.latest_applicaions .title42 {
    color: #7e318e;
}

.latest_applicaions .btnbox {
    display: flex;
    align-items: center;
}

.latest_applicaions .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    flex-shrink: 0;
    border: 1px solid #999;
    border-radius: 999px;
    font-weight: bold;
    cursor: pointer;
}

.latest_applicaions .btnbox i:last-child {
    margin-left: 22px;
}

.latest_applicaions .btnbox i:hover {
    background-color: #7e318e;
    color: #fff;
    border: 1px solid #7e318e;
}

.latest_applicaions .imgbox {
    overflow: hidden;
}

.latest_applicaions .contact {
    padding-top: 15px;
}

.latest_applicaions .title {
    color: #333;
    font-family: Roboto-SemiBold;
    font-size: 20px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}

.latest_applicaions .title a {
    color: #333;
}

.latest_applicaions .title:hover,
.latest_applicaions .title a:hover {
    color: #7e318e;
}

.latest_applicaions .content {
    color: #666;
    font-family: Roboto;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .latest_applicaions {
        margin-bottom: 60px;
    }

    .latest_applicaions .titlebox {
        margin-bottom: 30px;
    }

    .latest_applicaions .content {
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .latest_applicaions {
        margin-bottom: 50px;
    }

    .latest_applicaions .titlebox {
        margin-bottom: 20px;
    }

    .latest_applicaions .btnbox i {
        width: 45px;
        height: 45px;
    }

    .latest_applicaions .btnbox i:last-child {
        margin-left: 15px;
    }

    .latest_applicaions .contact {
        padding-top: 10px;
    }

    .latest_applicaions .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0px;
    }

    .latest_applicaions .content {
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .latest_applicaions {
        margin-bottom: 40px;
    }

    .latest_applicaions .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0px;
    }
}

@media(max-width:768px) {
    .latest_applicaions .titlebox {
        margin-bottom: 15px;
        align-items: center;
    }

    .latest_applicaions .btnbox i {
        width: 40px;
        height: 40px;
    }

    .latest_applicaions .btnbox i:last-child {
        margin-left: 8px;
    }
}

@media(max-width:538px) {
    .latest_applicaions {
        margin-bottom: 30px;
    }
}

@media(max-width:380px) {
    .latest_applicaions .titlebox {
        flex-direction: column;
    }

    .latest_applicaions .title42 {
        margin-bottom: 15px;
    }
}


/* 3-1 */

.support_top {
    background-color: #f8f4f9;
}


/* support_oem */

.support_oem {
    padding: 83px 0px 100px;
}

.support_oem .title42 {
    margin-bottom: 26px;
    text-align: center;
    color: #7e318e;
}

.support_oem .content {
    color: #666;
    font-family: Roboto;
    line-height: 32px;
}

@media(max-width:1600px) {
    .support_oem {
        padding: 60px 0px;
    }

    .support_oem .title42 {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .support_oem {
        padding: 50px 0px;
    }

    .support_oem .title42 {
        margin-bottom: 15px;
    }

    .support_oem .content {
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .support_oem {
        padding: 30px 0px 40px;
    }

    .support_oem .title42 {
        margin-bottom: 10px;
    }

    .support_oem .content {
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .support_oem {
        padding: 20px 0px 40px;
    }

    .support_oem .content {
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .support_oem {
        padding: 15px 0px 30px;
    }
}


/* support_choose */

.support_choose {
    padding: 100px 0px;
}

.support_choose .title42 {
    text-align: center;
    color: #7e318e;
    margin-bottom: 72px;
}

.support_choose .wrap {
    display: flex;
    flex-wrap: wrap;
}

.support_choose .inner {
    width: 18.75%;
    margin-right: 1.5625%;
    padding: 0px 25px 36px 25px;
    background-color: #F8F4F9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.support_choose .inner:last-child {
    margin-right: 0;
}

.support_choose .num {
    width: 60px;
    height: 60px;
    background-color: #7e318e;
    border-radius: 999px;
    color: #FFF;
    text-align: center;
    font-family: Alexandria;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    transform: translateY(-30px);
}

.support_choose .tit {
    color: #333;
    font-family: Alexandria;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 19px;
    text-align: center;
}

.support_choose .content {
    color: #666;
    text-align: center;
    font-family: Roboto;
    line-height: 26px;
    padding: 0px 15px;
}

@media(max-width:1600px) {
    .support_choose {
        padding: 60px 0px;
    }

    .support_choose .title42 {
        margin-bottom: 50px;
    }

    .support_choose .tit {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .support_choose .content {
        line-height: 26px;
        padding: 0px 5px;
    }

    .support_choose .num {
        width: 55px;
        height: 55px;
        font-size: 26px;
        transform: translateY(-30px);
    }
}

@media(max-width:1333px) {
    .support_choose {
        padding: 50px 0px;
    }

    .support_choose .title42 {
        margin-bottom: 45px;
    }

    .support_choose .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 45px;
    }

    .support_choose .inner:nth-child(3n) {
        margin-right: 0;
    }

    .support_choose .tit {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .support_choose .content {
        line-height: 26px;
        padding: 0px 0px;
    }

    .support_choose .num {
        width: 50px;
        height: 50px;
        font-size: 22px;
        transform: translateY(-25px);
    }
}

@media(max-width:999px) {
    .support_choose {
        padding: 40px 0px;
    }

    .support_choose .title42 {
        margin-bottom: 45px;
    }

    .support_choose .inner {
        width: 49%;
        margin-right: 2%;
    }

    .support_choose .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .support_choose .inner:nth-child(2n) {
        margin-right: 0;
    }

    .support_choose .tit {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .support_choose .inner {
        padding: 0px 20px 25px 20px;
    }
}

@media(max-width:768px) {
    .support_choose .title42 {
        margin-bottom: 35px;
    }

    .support_choose .num {
        width: 45px;
        height: 45px;
        font-size: 20px;
        transform: translateY(-22.5px);
    }
}

@media(max-width:538px) {
    .support_choose {
        padding: 30px 0px;
    }
}

@media(max-width:450px) {
    .support_choose .inner {
        width: 100%;
        margin-right: 0;
    }

    .support_choose .inner:last-child {
        margin-bottom: 0;
    }
}


/* support_service */

.support_service {
    padding: 100px 0px;
    background-color: #f8f4f9;
}

.support_service .title42 {
    text-align: center;
    color: #7e318e;
    margin-bottom: 26px;
}

.support_service .con {
    color: #666;
    font-family: Roboto;
    line-height: 32px;
    text-align: center;
    margin-bottom: 50px;
}

.support_service .box {
    display: flex;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: space-between;
    margin-bottom: 65px;
}

.support_service .bg {
    width: 31.3%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

.support_service .in {
    padding: 8px 36px 8px 20px;
    min-height: 70px;
    border-radius: 999px;
    background-color: #fff;
    border-radius: 999px;
    box-shadow: 0 0 50px 0 rgba(126, 49, 142, 0.10);
    display: flex;
    align-items: center;

    color: #333;
    font-family: Roboto;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
}

.support_service .l_box {
    width: 34.4%;
    padding-top: 83px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.support_service .l_box .in {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.support_service .l_box .in::after {
    content: "";
    position: absolute;
    right: -9%;
    height: 14px;
    width: 14px;
    border: 3px solid #7e318e;
    border-radius: 999px;
}

.support_service .l_box .in2::after {
    right: -10.5%;
}

.support_service .in1 {
    margin-bottom: 63px;
}

.support_service .in2 {
    width: 92% !important;
    margin-bottom: 63px;
}

.support_service .r_box .in {
    text-align: left;
    position: relative;
}

.support_service .r_box {
    width: 34.4%;
    padding-top: 83px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.support_service .r_box .in::after {
    content: "";
    position: absolute;
    left: -9%;
    height: 14px;
    width: 14px;
    border: 3px solid #7e318e;
    border-radius: 999px;
}

.support_service .r_box .in2::after {
    left: -10.5%;
}


.support_service .wrap {
    display: flex;
    flex-wrap: wrap;
}

.support_service .inner {
    width: 13%;
    margin-right: 7.8125%;
}

.support_service .inner:last-child {
    margin-right: 0;
}

.support_service .contact {
    padding-top: 25px;
}

.support_service .title {
    color: #333;
    text-align: center;
    font-family: Alexandria;
    font-size: 22px;
    margin-bottom: 15px;
}

.support_service .content {
    color: #666;
    text-align: center;
    font-family: Roboto;
    line-height: 26px;
}

@media(max-width:1600px) {

    .support_service {
        padding: 60px 0px;
    }

    .support_service .con {
        line-height: 30px;
        margin-bottom: 40px;
    }

    .support_service .title42 {
        margin-bottom: 20px;
    }

    .support_service .inner {
        width: 16%;
        margin-right: 5%;
    }

    .support_service .contact {
        padding-top: 20px;
    }

    .support_service .l_box .in::after,
    .support_service .r_box .in::after {
        display: none;
    }

    .support_service .l_box {
        width: 34.4%;
        padding-top: 50px;
    }

    .support_service .r_box {
        padding-top: 50px;
    }

    .support_service .in1 {
        margin-bottom: 40px;
    }

    .support_service .in2 {
        width: 92% !important;
        margin-bottom: 40px;
    }

    .support_service .in {
        padding: 8px 36px 8px 20px;
        min-height: 70px;
        border-radius: 999px;
        font-size: 16px;
        line-height: 24px;
    }

    .support_service .box {
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .support_service {
        padding: 50px 0px;
    }

    .support_service .con {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .support_service .title42 {
        margin-bottom: 15px;
    }

    .support_service .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .support_service .title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .support_service .contact {
        padding-top: 15px;
    }

    .support_service .inner {
        width: 17.6%;
        margin-right: 3%;
    }

    .support_service .bg {
        display: none;
    }

    .support_service .box {
        flex-direction: column;
        height: unset;
    }

    .support_service .l_box .in {
        width: 100%;
        margin-bottom: 15px;
        text-align: left;
        justify-content: flex-start;
        width: 100% !important;
    }

    .support_service .l_box,
    .support_service .r_box {
        width: 100%;
        padding-top: 0;
    }

    .support_service .r_box .in {
        width: 100% !important;
        margin-bottom: 15px;
        text-align: left;
        justify-content: flex-start;
    }

    .support_service .in {
        padding: 8px 36px 8px 20px;
        min-height: 60px;
        border-radius: 999px;
        font-size: 16px;
        line-height: 24px;
    }

    .support_service .box {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .support_service {
        padding: 40px 0px;
    }

    .support_service .con {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .support_service .contact {
        padding-top: 10px;
    }

    .support_service .title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .support_service .in {
        padding: 8px 25px 8px 20px;
        min-height: 50px;
        border-radius: 999px;
        font-size: 14px;
        line-height: 24px;
    }

    .support_service .box {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .support_service .title42 {
        margin-bottom: 10px;
    }

    .support_service .inner {
        width: 30%;
        margin-bottom: 16px;
    }
}

@media(max-width:538px) {
    .support_service {
        padding: 30px 0px;
    }

    .support_service .inner {
        width: 49%;
        margin-bottom: 16px;
        margin-right: 2%;
    }

    .support_service .inner:nth-child(2n) {
        margin-right: 0;
    }

    .support_service .box {
        margin-bottom: 30px;
    }
}



/* support_txts */

.support_txts {
    padding: 100px 0px;
}

.support_txts .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.support_txts .l_box {
    width: 46.875%;
}

.support_txts .r_box {
    width: 50%;
    padding: 33px 0px 20px;
}

.support_txts .title30 {
    color: #7E318E;
    font-family: Alexandria;
    font-size: 30px;
    margin-bottom: 31px;
}

.support_txts .contact {
    color: #666;
    font-family: Roboto;
    font-size: 16px;
    line-height: 32px;
}

.support_txts .contact p {
    position: relative;
    padding-left: 18px;
}

.support_txts .contact p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background-color: #9E70A7;
}

@media(max-width:1600px) {
    .support_txts {
        padding: 60px 0px;
    }

    .support_txts .r_box {
        padding: 0;
    }

    .support_txts .title30 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .support_txts .contact {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .support_txts {
        padding: 50px 0px;
    }

    .support_txts .title30 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .support_txts .contact {
        font-size: 16px;
        line-height: 28px;
    }

}

@media(max-width:999px) {
    .support_txts {
        padding: 40px 0px;
    }

    .support_txts .safe {
        flex-direction: column;
    }

    .support_txts .l_box {
        width: auto;
        margin-bottom: 20px;
    }

    .support_txts .r_box {
        width: 100%;
    }

    .support_txts .title30 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .support_txts .contact {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .support_txts .title30 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .support_txts .contact p::after {
        top: 9px;
        width: 6px;
        height: 6px;
        border-radius: 999px;
        background-color: #9E70A7;
    }
}

@media(max-width:538px) {
    .support_txts {
        padding: 30px 0px;
    }

    .support_txts .title30 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}



/* 3-2 */

.support_top2 .crumb {
    margin-bottom: 68px;
}

.support_manual {
    padding: 53px 0px 100px;
    margin-top: -110px;
}

.support_manual .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.support_manual .l_box {
    width: 20%;
    position: relative;
    z-index: 10;

    position: sticky;
    top: 0;
}


.support_manual .manual_cate li {
    padding: 23.5px 0px;
    border-bottom: 1px solid #ccc;
}

.support_manual .manual_cate a {
    color: #333;
    font-family: Roboto-SemiBold;
    font-size: 18px;
}

.support_manual .manual_cate a:hover {
    color: #7E318E;
}

.support_manual .l_box .active>a {
    color: #7E318E;
}

.support_manual .title42 {
    margin-bottom: 20px;
    color: #7E318E;
}

.support_manual .r_box {
    width: 73.6%;
    padding-top: 6px;
}

.support_manual .wrap {
    margin-bottom: 75px;
}

.support_manual .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 0px;
    border-bottom: 1px solid #ccc;
}

.support_manual .inner:hover {
    border-bottom: 1px solid #7e318e;
}

.support_manual .inner:hover .l {
    color: #7e318e;
}

.support_manual .l {
    width: 40%;
    color: #333;
    font-family: Roboto;
    font-size: 18px;
    line-height: 32px;
    padding-right: 2%;
}

.support_manual .r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 60%;
}

.support_manual .data {
    color: #666;
    font-family: Roboto;
    margin-right: 40px;
}

.support_manual .data span {
    color: #333;
}

.support_manual .size {
    color: #666;
    font-family: Roboto;
    line-height: 32px;
    margin-right: 40px;
    flex-shrink: 0;
}

.support_manual .size span {
    color: #333;
}

.support_manual .down {
    color: #666;
    font-family: Roboto;
    line-height: 32px;
    margin-right: 40px;
    flex-shrink: 0;
}

.support_manual .down span {
    color: #333;
}

.support_manual .btn {
    flex-shrink: 0;
}

.support_manual .btn:hover img {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .support_manual {
        padding: 50px 0px 600px;
        margin-top: -110px;
    }

    .support_manual .inner {
        padding: 22px 0px;
    }

    .support_manual .manual_cate li {
        padding: 20px 0px;
    }

    .support_manual .l {
        width: 40%;
        font-size: 16px;
        line-height: 28px;
        padding-right: 2%;
    }

    .support_manual .wrap {
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {

    .support_manual .inner {
        flex-direction: column;
    }

    .support_manual .l {
        width: 100%;
        padding-right: 0;
    }

    .support_manual .r {
        width: 100%;
        justify-content: flex-start;
    }

    .support_manual .inner {
        padding: 20px 0px;
    }

    .support_manual {
        padding: 0px 0px 40px;
        margin-top: -46px;
    }

    .support_top2 .crumb {
        margin-bottom: 30px;
    }

    .support_manual .manual_cate li {
        padding: 15px 0px;
    }

    .support_manual .manual_cate a {
        font-size: 16px;
    }

    .support_manual .wrap {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .support_manual {
        padding: 30px 0px 40px;
        margin-top: -110px;
    }

    .support_manual .safe {
        flex-direction: column;
    }

    .support_top2 .crumb {
        margin-bottom: 12px;
    }

    .support_manual {
        padding: 30px 0px 40px;
        margin-top: -0px;
    }

    .support_manual .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .support_manual .title42 {
        margin-bottom: 10px;
    }

    .support_manual .r_box {
        width: 100%;
    }


    .support_manual .inner {
        padding: 15px 0px;
    }

    .support_manual .data {}

}

@media(max-width:768px) {
    .support_manual {
        padding: 20px 0px 40px;
    }

    .support_manual .manual_cate li {
        padding: 10px 0px;
    }

    .support_manual .wrap {
        margin-bottom: 30px;
    }
}

@media(max-width:538px) {
    .support_manual {
        padding: 15px 0px 30px;
    }

    .support_manual .size {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }

    .support_manual .l {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 26px;
        padding-right: 0%;
    }

    .support_manual .r {
        flex-wrap: wrap;
    }

    .support_manual .r .data {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }

}


/* support_faq */

.support_faq {
    padding: 87px 0px 80px;
}

.support_faq .title42 {
    margin-bottom: 37px;
    color: #7e318e;
}

.support_faq li {
    border-radius: 10px;
    background-color: #F8F4F9;
    padding: 14px 20px 14px 25px;
    min-height: 60px;
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    justify-content: center;
}

.support_faq li:last-child {
    margin-bottom: 0;
}

.support_faq .question {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #333;
    font-family: Roboto;
    font-size: 20px;
    line-height: 32px;
}

.support_faq .question i {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background-color: #9e70a7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
}

.support_faq .answer {
    color: #666;
    font-family: Roboto;
    line-height: 32px;
    display: none;
    transition: none;
    padding-top: 7px;
    margin-bottom: 8px;
}


@media(max-width:1600px) {
    .support_faq {
        padding: 60px 0px;
    }

    .support_faq .title42 {
        margin-bottom: 30px;
    }

    .support_faq .question {
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .support_faq {
        padding: 50px 0px;
    }

    .support_faq .title42 {
        margin-bottom: 20px;
    }

    .support_faq .answer {
        line-height: 30px;
        padding-top: 5px;
        margin-bottom: 5px;
    }

    .support_faq li {
        border-radius: 10px;
        padding: 14px 15px 14px 20px;
        min-height: 60px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .support_faq {
        padding: 40px 0px;
    }

    .support_faq .question {
        font-size: 16px;
        line-height: 26px;
    }

    .support_faq .answer {
        line-height: 30px;
        padding-top: 2px;
        margin-bottom: -1px;
    }

    .support_faq .question i {
        width: 26px;
        height: 26px;
        border-radius: 999px;
        font-size: 18px;
    }

    .support_faq .title42 {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .support_faq .question {
        font-size: 14px;
        line-height: 24px;
    }

    .support_faq .title42 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .support_faq {
        padding: 30px 0px;
    }
}

.about_list {
    padding-top: 54px;
}

.about_list .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_list .about_l {
    width: 20%;
    position: sticky;
    top: 100px;
    z-index: 10;
}

.about_list .manual_cate li {
    padding: 23.5px 0px;
    border-bottom: 1px solid #ccc;
}

.about_list .manual_cate .active>a {
    color: #7E318E;
}

.about_list .manual_cate a {
    color: #333;
    font-family: Roboto-SemiBold;
    font-size: 18px;
}

.about_list .manual_cate a:hover {
    color: #7E318E;
}

.about_list .about_r {
    width: 73.8%;
}

@media(max-width:1600px) {
    .about_list {
        padding-top: 50px;
    }

    .about_list .manual_cate li {
        padding: 20px 0px;
    }

    .about_list .manual_cate a {
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    .about_list {
        padding-top: 40px;
    }

    .about_list .manual_cate li {
        padding: 15px 0px;
    }

}

@media(max-width:999px) {
    .about_list {
        padding-top: 30px;
    }

    .about_list .manual_cate li {
        padding: 13px 0px;
    }

    .about_list .manual_cate a {
        font-size: 14px;
    }

    .about_list .safe {
        flex-direction: column;
    }

    .about_list .about_l {
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }

    .about_list .about_r {
        width: 100%;
    }
}

@media(max-width:768px) {
    .about_list {
        padding-top: 20px;
    }
}

@media(max-width:538px) {}


/* about_wrap */

.about_wrap {
    padding: 23px 0px 100px;
}

.about_wrap .l_box .active>a {
    color: #7E318E;
}

.about_wrap .r_box {
    width: 100%;
}

.about_wrap .title42 {
    color: #7E318E;
    margin-bottom: 28px;
}

.about_wrap .con {
    color: #333;
    font-family: Roboto;
    line-height: 32px;
    margin-bottom: 30px;
}

.about_wrap .con p {
    margin-bottom: 20px;
}

.about_wrap .con p:last-child {
    margin-bottom: 0;
}

.about_wrap .wrap {
    margin-bottom: 65px;
}

.about_wrap .inner {
    display: flex;
    justify-content: space-between;
    /* background-color: #f8f4f9; */
    margin-bottom: 36px;
}

.about_wrap .inner1 .contact {}

.about_wrap .contact {
    width: 54%;
    padding: 20px 0px 20px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_wrap .s_tit {
    color: #7E318E;
    font-family: Roboto-SemiBold;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 3px;
}

.about_wrap .list1 {
    color: #333;
    font-family: Roboto;
    font-size: 16px;
    line-height: 32px;
}

.about_wrap .imgbox1 {
    width: 43.1%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_wrap .imgbox1 .video {
    position: absolute;
    cursor: pointer;
}

.about_wrap .imgbox1 .play:hover {
    transform: scale(1.05);
}


.about_wrap .inner2 .contact {
    width: 51%;
    padding: 20px 40px 20px 0px;
    color: #333;
    font-family: Roboto;
    line-height: 32px;
}


.about_wrap .content2 p {
    margin-bottom: 20px;
}

.about_wrap .content2 p:last-child {
    margin-bottom: 0;
}

.about_wrap .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.about_wrap .list .li {
    width: 19.3%;
    margin-right: 0.8%;
    background-color: #f8f4f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 15px 28px 15px;
}

.about_wrap .list .li:last-child {
    margin-right: 0;
}

.about_wrap .svgbox {
    margin-bottom: 16px;
}

.about_wrap .tit {
    color: #333;
    text-align: center;
    font-family: Roboto-SemiBold;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 16px;
}

.about_wrap .co {
    color: #666;
    text-align: center;
    font-family: Roboto;
}

@media(max-width:1600px) {
    .about_wrap {
        padding: 0px 0px 60px;
    }

    .about_wrap .title42 {
        margin-bottom: 20px;
    }

    .about_wrap .wrap {
        margin-bottom: 60px;
    }

    .about_wrap .inner2 .contact {
        width: 51%;
        padding: 20px 40px 20px 0px;
        line-height: 30px;
    }

    .about_wrap .list .li {
        width: 19.3%;
        margin-right: 0.8%;
        padding: 15px 15px 20px 15px;
    }

    .about_wrap .tit {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .about_wrap .list {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .about_wrap {
        padding: 0px 0px 50px;
    }

    .about_wrap .title42 {
        margin-bottom: 15px;
    }

    .about_wrap .wrap {
        margin-bottom: 50px;
    }

    .about_wrap .contact {
        width: 54%;
        padding: 20px 0px 20px 20px;
    }

    .about_wrap .s_tit {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 3px;
    }

    .about_wrap .inner2 .contact {
        width: 51%;
        padding: 20px 20px 20px 0px;
        line-height: 30px;
    }

    .about_wrap .list1 {
        font-size: 16px;
        line-height: 30px;
    }

    .about_wrap .content2 p {
        margin-bottom: 10px;
    }

    .about_wrap .con {
        line-height: 30px;
        margin-bottom: 30px;
    }

    .about_wrap .tit {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .about_wrap .list .li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .about_wrap .list .li:nth-child(3n) {
        margin-right: 0;
    }

    .about_wrap .inner:last-child {
        margin-bottom: 0;
    }

    .about_wrap .list {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .about_wrap {
        padding: 0px 0px 40px;
    }

    .about_wrap .wrap {
        margin-bottom: 40px;
    }

    .about_wrap .s_tit {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .about_wrap .list1 {
        font-size: 14px;
        line-height: 26px;
    }

    .about_wrap .imgbox1 .play {
        width: 48px;
    }

    .about_wrap .con {
        line-height: 28px;
        margin-bottom: 20px;
    }

    .about_wrap .svgbox {
        margin-bottom: 10px;
    }

    .about_wrap .tit {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 8px;
    }

    .about_wrap .list {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .about_wrap .title42 {
        margin-bottom: 10px;
    }

    .about_wrap .inner {
        flex-direction: column;
        padding: 20px;
    }

    .about_wrap .inner1 .contact {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .about_wrap .imgbox1 {
        width: auto;
    }

    .about_wrap .inner2 .imgbox1 {
        margin-bottom: 20px;
    }

    .about_wrap .inner2 .contact {
        width: 100%;
        padding: 0;
    }

    .about_wrap .con {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .about_wrap .tit {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:538px) {
    .about_wrap {
        padding: 0px 0px 30px;
    }

    .about_wrap .wrap {
        margin-bottom: 30px;
    }

    .about_wrap .list .li {
        width: 49%;
        margin-right: 2%;
    }

    .about_wrap .list .li:nth-child(3n) {
        margin-right: 2%;
    }

    .about_wrap .list .li:nth-child(2n) {
        margin-right: 0;
    }

    .about_wrap .tit {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}


/* about_success */

.about_success {}

.about_success {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_success .imgbox3 {
    width: 47.5%;
}

.about_success .contact3 {
    width: 48%;
}

.about_success .title36 {
    color: #333;
    font-family: Roboto-SemiBold;
    font-size: 36px;
    margin-bottom: 15px;
}

.about_success .content3 {
    color: #666;
    font-family: Roboto;
    line-height: 26px;
}

@media(max-width:1600px) {
    .about_success .title36 {
        font-size: 32px;
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .about_success .title36 {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .about_success .title36 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .about_success .title36 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about_success {
        flex-direction: column;
    }

    .about_success .imgbox3 {
        width: auto;
        margin-bottom: 20px;
    }

    .about_success .contact3 {
        width: 100%;
    }
}

@media(max-width:538px) {
    .about_success .title36 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}


/* about_rd */

.about_rd {
    padding: 90px 0px 80px;
    background-color: #f1f5f8;
    position: relative;
}

.about_rd::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #f1f5f8;
    z-index: -1;
    left: -450%;
}

.about_rd .title42 {
    margin-bottom: 31px;
    color: #7e318e;
}

.about_rd .content {
    color: #333;
    font-family: Roboto;
    line-height: 32px;
    margin-bottom: 42px;
    /* 200% */
}

.about_rd .content strong {
    font-style: normal;
    color: #333;
    font-family: Roboto-SemiBold;
    font-size: 18px;
    line-height: 32px;
}

.about_rd .wrap {
    display: flex;
    flex-wrap: wrap;
}

.about_rd .inner {
    width: 23.8%;
    margin-right: 1.6%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 19px;
}

.about_rd .inner:nth-child(4n) {
    margin-right: 0;
}

.about_rd .contact {
    background-color: #fff;
    color: #333;
    padding-top: 6px;
    text-align: center;
    padding-bottom: 38px;
}

@media(max-width:1600px) {
    .about_rd {
        padding: 60px 0px;
    }

    .about_rd .title42 {
        margin-bottom: 25px;
    }

    .about_rd .content strong {
        font-size: 16px;
        line-height: 30px;
    }

    .about_rd .content {
        line-height: 30px;
        margin-bottom: 35px;
    }

    .about_rd .contact {
        padding-top: 8px;
        padding-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .about_rd {
        padding: 50px 0px;
    }

    .about_rd .title42 {
        margin-bottom: 20px;
    }

    .about_rd .content strong {
        font-size: 14px;
        line-height: 26px;
    }

    .about_rd .content {
        line-height: 28px;
        margin-bottom: 25px;
    }

    .about_rd .contact {
        padding-top: 10px;
        padding-bottom: 15px;
    }
}

@media(max-width:999px) {
    .about_rd {
        padding: 40px 0px;
    }

    .about_rd .title42 {
        margin-bottom: 15px;
    }

    .about_rd .content {
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .about_rd .title42 {
        margin-bottom: 10px;
    }

    .about_rd .inner {
        width: 32%;
        margin-right: 2%;
    }

    .about_rd .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .about_rd .inner:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:538px) {
    .about_rd {
        padding: 30px 0px;
    }
}

@media(max-width:450px) {
    .about_rd .inner {
        width: 49%;
        margin-right: 2%;
    }

    .about_rd .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .about_rd .inner:nth-child(2n) {
        margin-right: 0%;
    }
}


/* about_factory */

.about_factory {
    padding: 101px 0px 97px;
}

.about_factory .title42 {
    margin-bottom: 26px;
    color: #7e318e;
}

.about_factory .content {
    color: #333;
    font-family: Roboto;
    line-height: 32px;
    margin-bottom: 37px;
}

.about_factory .wrap {
    display: flex;
    flex-wrap: wrap;
}

.about_factory .inner {
    width: 23.45%;
    margin-right: 2%;
    margin-bottom: 29px;
}

.about_factory .inner:nth-child(4n) {
    margin-right: 0;
}

.about_factory .imgbox {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.about_factory .inner p {
    text-align: center;
    padding-top: 11px;
    color: #333;
    text-align: center;
    line-height: 26px;
}

@media(max-width:1600px) {
    .about_factory {
        padding: 60px 0px;
    }

    .about_factory .content {
        line-height: 30px;
        margin-bottom: 30px;
    }

    .about_factory .title42 {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .about_factory {
        padding: 50px 0px;
    }

    .about_factory .content {
        line-height: 28px;
        margin-bottom: 20px;
    }

    .about_factory .title42 {
        margin-bottom: 15px;
    }

    .about_factory .inner {
        width: 23.45%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .about_factory {
        padding: 40px 0px;
    }

    .about_factory .content {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .about_factory .inner p {
        padding-top: 8px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .about_factory .inner {
        width: 32%;
        margin-right: 2%;
    }

    .about_factory .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .about_factory .inner:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:538px) {
    .about_factory {
        padding: 30px 0px;
    }

    .about_factory .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .about_factory .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .about_factory .inner:nth-child(2n) {
        margin-right: 0;
    }

    .about_factory .imgbox {
        border-radius: 0;
    }

    .about_factory .inner p {
        padding-top: 5px;
        line-height: 26px;
    }
}


/* about_certificate */

.about_certificate {
    padding: 100px 0px 108px;
    background-color: #f1f5f8;
    position: relative;
}

.about_certificate::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #f1f5f8;
    left: -450%;
    z-index: -1;
}

/* .about_certificate::before {
    content: "";
    position: absolute;
    left: -50%;
    width: 48%;
    height: 100%;
    top: 0;
} */

.about_certificate .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 73px;
}

.about_certificate .title42 {
    width: 30%;
    color: #7e318e;
}

.about_certificate .box {
    -webkit-clip-path: polygon(0 0, 200% 0, 100% 200%, 0% 100%);
    clip-path: polygon(0 0, 200% 0, 100% 200%, 0% 100%);
}

.about_certificate .swiper {
    overflow: visible;
}

.about_certificate .swiper-slide {
    width: 15%;
    margin-right: 3.95%;
    /* opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity; */
}

/* .about_certificate .swiper-slide-visible{
    opacity: 1;
    pointer-events: all;
} */


.about_certificate .imgbox {
    overflow: hidden;
}

.about_certificate .con {
    width: 65%;
    color: #333;
    font-family: Roboto;
    font-size: 17.551px;
    line-height: 35.101px;
}

.about_certificate .title {
    padding-top: 12px;
    text-align: center;
}

@media(max-width:1600px) {
    .about_certificate {
        padding: 60px 0px;
    }

    .about_certificate .titlebox {
        margin-bottom: 45px;
        align-items: flex-start;
    }

    .about_certificate .con {
        width: 65%;
        font-size: 16px;
        line-height: 32px;
    }

}

@media(max-width:1333px) {
    .about_certificate {
        padding: 50px 0px;
    }

    .about_certificate .titlebox {
        margin-bottom: 35px;
    }

    .about_certificate .con {
        width: 65%;
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .about_certificate {
        padding: 40px 0px;
    }

    .about_certificate .titlebox {
        margin-bottom: 25px;
    }

    .about_certificate .con {
        width: 65%;
        font-size: 14px;
        line-height: 26px;
    }

    .about_certificate .swiper-slide {
        width: 22%;
        margin-right: 3.95%;
    }
}

@media(max-width:768px) {
    .about_certificate .titlebox {
        margin-bottom: 15px;
    }

    .about_certificate .titlebox {
        flex-direction: column;
    }

    .about_certificate .title42 {
        width: 100%;
        margin-bottom: 15px;
    }

    .about_certificate .con {
        width: 100%;
    }
}

@media(max-width:538px) {
    .about_certificate {
        padding: 30px 0px;
    }

    .about_certificate .swiper-slide {
        width: 28%;
        margin-right: 3%;
    }

    .about_certificate .title {
        padding-top: 8px;
        text-align: center;
    }
}

@media(max-width:450px) {
    .about_certificate .swiper-slide {
        width: 30%;
        margin-right: 3%;
    }
}

@media(max-width:400px) {
    .about_certificate .swiper-slide {
        width: 40%;
        margin-right: 3%;
    }
}


/* news_list */

.news_list {
    padding: 77px 0px 100px;
}

.news_list .title42 {
    color: #7e318e;
    margin-bottom: 27px;
}

.news_list .wrap {
    margin-bottom: 76px;
}

.news_list .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px 50px;
    border-top: 1px solid #D9D9D9;
}

.news_list .inner:last-child {
    border-bottom: 1px solid #D9D9D9;
}

.news_list .l_box {
    width: 66%;
    padding-bottom: 9px;
}

.news_list .data {
    color: #9E70A7;
    font-family: Roboto-SemiBold;
    line-height: 32px;
    margin-bottom: 14px;
}

.news_list .title {
    color: #333;
    font-family: Roboto-SemiBold;
    font-size: 22px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}

.news_list .title a {
    color: #333;
}

.news_list .title:hover,
.news_list .title a:hover {
    color: #7e318e;
}

.news_list .content {
    color: #666;
    font-family: Roboto;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .r_box {
    width: 28.9%;
    overflow: hidden;
}

.news_list .r_box img {
    width: 100%;
}

.news_list .r_box img:hover {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .news_list {
        padding: 60px 0px;
    }

    .news_list .inner {
        padding: 40px 0px 40px;
    }

    .news_list .l_box {
        width: 66%;
        padding-bottom: 0px;
    }

    .news_list .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .news_list .data {
        line-height: 30px;
        margin-bottom: 14px;
    }

    .news_list .content {
        line-height: 30px;
    }

    .news_list .title42 {
        margin-bottom: 25px;
    }

    .news_list .wrap {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .news_list {
        padding: 50px 0px;
    }

    .news_list .data {
        line-height: 28px;
        margin-bottom: 10px;
    }

    .news_list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .news_list .content {
        line-height: 28px;
    }

    .news_list .inner {
        padding: 30px 0px 30px;
    }

    .news_list .title42 {
        margin-bottom: 20px;
    }

    .news_list .wrap {
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 40px 0px;
    }

    .news_list .inner {
        padding: 20px 0px;
    }

    .news_list .l_box {
        width: 60%;
        padding-bottom: 0px;
    }

    .news_list .r_box {
        width: 35%;
    }

    .news_list .content {
        line-height: 26px;
    }

    .news_list .data {
        line-height: 26px;
        margin-bottom: 5px;
    }

    .news_list .title42 {
        margin-bottom: 15px;
    }

    .news_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .news_list .wrap {
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .news_list {
        padding: 30px 0px 40px;
    }
}

@media(max-width:538px) {
    .news_list {
        padding: 20px 0px 30px;
    }

    .news_list .inner {
        padding: 15px 0px;
        flex-direction: column;
    }

    .news_list .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .news_list .r_box {
        width: auto;
    }
}

/* news_detail */

.news_detail {
    padding: 83px 0px 59px;
}

.news_detail .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news_detail .l_box {
    width: 62.5%;
}

.news_detail .title36 {
    color: #7E318E;
    font-family: Alexandria;
    font-size: 36px;
}

.news_detail .t1 {
    margin-bottom: 30px;
}

.news_detail .con {
    display: flex;
    align-items: center;
    margin-bottom: 55px;
    padding-bottom: 34px;
    border-bottom: 1px solid #ccc;
}

.news_detail .data {
    margin-right: 35px;
}

.news_detail .sharebox {
    display: flex;
    align-items: center;
    color: #333;
    font-family: Roboto;
}

.news_detail .sharebox span {
    margin-right: 5px;
}

.news_detail .content {
    color: #333;
    font-family: Roboto;
    line-height: 32px;
}

.news_detail .content em {
    font-style: normal;
    font-weight: normal;
    color: #333;
    font-family: Roboto-SemiBold;
    font-size: 20px;
    line-height: 32px;
}

.news_detail .r_box {
    width: 33.8%;
    position: sticky;
    top: 100px;
}

.news_detail .t2 {
    margin-bottom: 41px;
}

.news_detail .list {}

.news_detail .list .data1 {
    color: #9E70A7;
    font-family: Roboto-SemiBold;
    font-size: 16px;
    margin-bottom: 14px;
}

.news_detail .list .title {
    color: #333;
    font-family: Roboto;
    font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_detail .list .title a {
    color: #333;
}

.news_detail .list .title:hover,
.news_detail .list .title a:hover {
    color: #7e318e;
}

.news_detail .list li {
    padding: 26px 0px 27px;
    border-bottom: 1px solid #D9D9D9;
}

.news_detail .list li:first-child {
    border-top: 1px solid #D9D9D9;
}

.news_detail .list li:last-child {
    border-bottom: unset;
}

@media(max-width:1600px) {
    .news_detail {
        padding: 60px 0px;
    }

    .news_detail .title36 {
        font-size: 32px;
    }

    .news_detail .t1 {
        margin-bottom: 20px;
    }

    .news_detail .con {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }

    .news_detail .t2 {
        margin-bottom: 20px;
    }

    .news_detail .content {
        line-height: 30px;
    }

    .news_detail .content strong {
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .news_detail {
        padding: 50px 0px;
    }

    .news_detail .title36 {
        font-size: 26px;
    }

    .news_detail .list li {
        padding: 20px 0px 20px;
    }

    .news_detail .list .title {
        font-size: 16px;
        line-height: 26px;
    }

    .news_detail .list .data1 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news_detail .content strong {
        font-size: 18px;
        line-height: 28px;
    }

    .news_detail .content {
        line-height: 28px;
    }

    .news_detail .con {
        margin-bottom: 30px;
        padding-bottom: 25px;
    }
}

@media(max-width:999px) {
    .news_detail {
        padding: 30px 0px 40px;
    }

    .news_detail .title36 {
        font-size: 22px;
    }

    .news_detail .safe {
        flex-direction: column;
    }

    .news_detail .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_detail .r_box {
        width: 100%;
    }

    .news_detail .list li {
        padding: 15px 0px;
    }

    .news_detail .content strong {
        font-size: 16px;
        line-height: 26px;
    }

    .news_detail .content {
        line-height: 26px;
    }

    .news_detail .list .title {
        font-size: 14px;
        line-height: 24px;
    }

    .news_detail .list .data1 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .news_detail .con {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

@media(max-width:768px) {
    .news_detail {
        padding: 20px 0px 40px;
    }

    .news_detail .title36 {
        font-size: 20px;
    }

    .news_detail .con {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

}

@media(max-width:538px) {
    .news_detail {
        padding: 10px 0px 30px;
    }

    .news_detail .title36 {
        font-size: 18px;
    }

    .news_detail .con {
        flex-direction: column;
    }

    .news_detail .data {
        margin-right: 0;
        margin-bottom: 12px;
    }
}


/* contact_us */

.contact_us {
    padding: 77px 0px 89px;
}

.contact_us .title42 {
    margin-bottom: 26px;
    color: #7e318e;
}

.contact_us .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact_us .l_box {
    width: 42.8%;
}

.contact_us .list li {
    display: flex;
    align-items: flex-start;
    background-color: #f1f5f8;
    padding: 30px 60px 28px 32px;
    margin-bottom: 16px;
}

.contact_us .list li:last-child {
    margin-bottom: 0;
}

.contact_us .svgbox {
    flex-shrink: 0;
    margin-right: 19px;
}

.contact_us .name {
    color: #333;
    font-family: Roboto-SemiBold;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.contact_us .resu,
.contact_us .resu a {
    color: #333;
    font-family: Roboto;
    font-size: 18px;
    line-height: 26px;
}

.contact_us .r_box {
    width: 53.85%;
}

.contact_us .box1 {
    position: relative;
}

.contact_us .box1 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

@media(max-width:1600px) {
    .contact_us {
        padding: 60px 0px;
    }

    .contact_us .list li {
        padding: 20px 40px 20px 20px;
        margin-bottom: 16px;
    }

    .contact_us .resu,
    .contact_us .resu a {
        font-size: 16px;
        line-height: 24px;
    }

    .contact_us .name {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }
}

@media(max-width:1333px) {
    .contact_us {
        padding: 50px 0px;
    }

    .contact_us .box {
        flex-direction: column;
    }

    .contact_us .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact_us .r_box {
        width: auto;
    }

    .contact_us .svgbox {
        flex-shrink: 0;
        margin-right: 10px;
    }

    .contact_us .title42 {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .contact_us {
        padding: 40px 0px 50px;
    }

    .contact_us .name {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .contact_us .resu,
    .contact_us .resu a {
        font-size: 14px;
        line-height: 24px;
    }

    .contact_us .list li {
        padding: 15px 30px 15px 15px;
        margin-bottom: 10px;
    }

    .contact_us .svgbox img {
        width: 28px;
    }

    .contact_us .title42 {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .contact_us {
        padding: 30px 0px 40px;
    }
}

@media(max-width:538px) {
    .contact_us {
        padding: 20px 0px 30px;
    }
}

/* contact_leave */

.contact_leave {
    margin-bottom: 100px;
}

.contact_leave .title42 {
    margin-bottom: 43px;
    color: #7e318e;
}

.contact_leave .form {
    padding: 45px 43px 54px 43px;
    background-color: #f8f4f9;
}


.contact_leave .inpbox1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contact_leave .inp1 {
    width: 49%;
}

.contact_leave .inp1 input {
    height: 40px;
    border-radius: 6px;
    width: 100%;
    padding: 0px 14px;
}

.contact_leave .inp1 input,
.contact_leave .inp2 textarea {
    color: #333;
    font-family: Roboto;
    font-size: 16px;
}

.contact_leave .inp1 input::placeholder,
.contact_leave .inp2 textarea::placeholder {
    color: #666;
}

.contact_leave .inp2 {
    width: 100%;
}

.contact_leave .inp2 textarea {
    width: 100%;
    height: 100px;
    flex-shrink: 0;
    border-radius: 6px;
    background-color: #fff;
    padding: 10px 14px;
    resize: none;
}

.contact_leave .inpbox3 {
    display: flex;
    align-items: center;
}

.contact_leave .code {
    width: 18.8%;
    margin-right: 20px;
    height: 40px;
}

.contact_leave .code input {
    height: 40px;
}

.contact_leave .send input {
    height: 40px;
    width: 82px;
    background-color: #7e318e;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}

.contact_leave .send input:hover {
    background-color: transparent;
    border: 1px solid #7e318e;
    color: #7e318e;
}

.contact_leave .code {
    position: relative;
}

.contact_leave .code input {
    padding-right: 110px;
}

.contact_leave .codebox {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fbfe;
    cursor: pointer;
}

.contact_leave .codebox img {
    height: 100%;
}

@media(max-width:1600px) {
    .contact_leave {
        margin-bottom: 60px;
    }

    .contact_leave .form {
        padding: 40px;
    }

    .contact_leave .title42 {
        margin-bottom: 35px;
    }

    .contact_leave .code {
        width: 30%;
        margin-right: 20px;
        height: 40px;
    }
}

@media(max-width:1333px) {
    .contact_leave {
        margin-bottom: 50px;
    }

    .contact_leave .title42 {
        margin-bottom: 25px;
    }

    .contact_leave .form {
        padding: 30px;
    }
}

@media(max-width:999px) {
    .contact_leave {
        margin-bottom: 40px;
    }

    .contact_leave .code {
        width: 40%;
        margin-right: 20px;
        height: 40px;
    }

    .contact_leave .form {
        padding: 25px;
    }

    .contact_leave .inp1 input,
    .contact_leave .inp2 textarea {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .contact_leave .code {
        width: 50%;
        margin-right: 20px;
        height: 40px;
    }

    .contact_leave .inpbox1 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .contact_leave {
        margin-bottom: 30px;
    }
}

@media(max-width:500px) {
    .contact_leave .inpbox1 {
        flex-direction: column;
    }

    .contact_leave .inp1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact_leave .inp2 {
        margin-bottom: 10px;
    }

    .contact_leave .inpbox1 {
        margin-bottom: 0;
    }

    .contact_leave .code {
        margin-bottom: 0;
    }
}

@media(max-width:400px) {
    .contact_leave .inpbox3 {
        flex-direction: column;
    }

    .contact_leave .code {
        margin-bottom: 10px;
    }

    .contact_leave .send,
    .contact_leave .send input {
        width: 100%;
    }
}


/* copy start */



@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-3%, 0, 0);
        transform: translate3d(-3%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-3%, 0, 0);
        transform: translate3d(-3%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(3%, 0, 0);
        transform: translate3d(3%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(3%, 0, 0);
        transform: translate3d(3%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: 0;
    margin-right: 0
}

.slick-track::after,
.slick-track::before {
    display: table;
    content: ""
}

.slick-track::after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0
}

.slick-slide a {
    outline: 0
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}



.footer-top__content {
    position: relative;
    padding: 100px 0;
    background-color: #1f368f;
    overflow: hidden
}

.foot-logo {
    width: 120px
}

.foot-logo img {
    width: 100%
}

.foot-address {
    margin-left: 70px;
    max-width: 350px
}

.foot-address p {
    font: 14px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
    line-height: 24px;
    color: #fff
}

.foot-address p:first-child {
    margin-bottom: 26px
}

.foot-subscibe {
    font-size: 0;
    margin-left: 70px;
    max-width: 535px
}

.foot-subscibe .fs-form {
    margin-top: 20px
}

.foot-subscibe p {
    font-size: 14px;
    color: #fff
}

.foot-subscibe .fs-group,
.foot-subscibe .fs-btn {
    display: inline-block;
    vertical-align: top
}

.foot-subscibe .fs-group {
    position: relative;
    width: 160px;
    margin-right: 18px;
    margin-bottom: 20px
}

.foot-subscibe .fs-group.active label.hint {
    font-size: 12px;
    top: 0;
    opacity: .5;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.foot-subscibe .fs-message {
    width: 340px
}

.foot-subscibe label:not(.error) {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    pointer-events: none;
    color: #fff;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.foot-subscibe label.error {
    position: absolute;
    left: 0;
    bottom: -20px;
    display: block;
    font-size: 12px;
    color: #fff
}

.foot-subscibe input {
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    background-color: rgba(0, 0, 0, 0)
}

.foot-subscibe .fs-btn {
    position: relative;
    width: 156px;
    height: 35px;
    padding: 10px 0;
    border-bottom: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background .4s ease-out;
    transition: background .4s ease-out
}

.foot-subscibe .fs-btn span {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    padding-top: 4px;
    color: #fff;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.foot-share {
    font-size: 0;
    position: relative;
    z-index: 10;
    max-width: 130px
}

.foot-share a {
    font-size: 24px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: top;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.foot-share a:nth-child(odd) {
    margin-right: 10px
}

.foot-share a:hover {
    color: #1f368f;
    background-color: #fff
}

.foot-share .icon-wx img {
    position: absolute;
    z-index: 100;
    top: -110px;
    left: -22px;
    visibility: hidden;
    width: 100px;
    height: 100px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.foot-share .icon-wx:hover img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.foot-share .td span {
    position: absolute;
    top: 50%;
    left: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer-bottom__content {
    font-size: 0;
    padding: 32px 0;
    background-color: #182b76
}

.footer-bottom__content p,
.footer-bottom__content a {
    font-size: 12px;
    color: #fff
}

.fb-left__inner>div,
.fb-right__inner>div {
    display: inline-block;
    vertical-align: middle
}

.fb-left__inner .fb-02 {
    margin-left: 64px
}

.fb-right__inner .fb-03 a {
    display: inline-block;
    margin-left: 26px;
    vertical-align: middle
}

.fb-right__inner .fb-04 {
    margin-left: 38px
}

.foot-address .foot-chat__box span,
.foot-address .foot-chat__box a {
    display: inline-block;
    vertical-align: middle
}

.foot-chat__box span {
    font: 14px "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
    color: #fff
}

.foot-chat__box a {
    margin-right: 6px
}

@media(min-width: 1025px) {
    .foot-address {
        margin-top: -5px
    }

    .foot-subscibe .fs-btn:hover {
        background-color: #fff
    }

    .foot-subscibe .fs-btn:hover span {
        left: 50%;
        color: #1f368f;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .back-top__full {
        position: absolute;
        top: 0;
        right: 4.1666666667vw;
        cursor: pointer;
        -webkit-transition: -webkit-transform .4s ease-out;
        transition: -webkit-transform .4s ease-out;
        transition: transform .4s ease-out;
        transition: transform .4s ease-out, -webkit-transform .4s ease-out;
        height: 150px;
        width: 16px;
        text-align: center
    }

    .back-top__full i {
        display: inline-block;
        width: 1px;
        height: 100px;
        background-color: #fff
    }

    .back-top__full span {
        font: 12px "Montserrat Light";
        display: inline-block;
        color: #fff;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-writing-mode: vertical-lr;
        margin-top: 20px
    }

    .back-top__full:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@media(max-width: 1920px) {
    .footer-top__content {
        padding: 5.2083333333vw 0
    }

    .foot-address {
        margin-left: 3.6458333333vw
    }

    .foot-subscibe {
        margin-left: 3.6458333333vw
    }

    .footer-bottom__content {
        padding: 1.6666666667vw 0
    }

    .fb-left__inner .fb-02 {
        margin-left: 3.3333333333vw
    }

    .fb-right__inner .fb-03 a {
        margin-left: 1.3541666667vw
    }

    .fb-right__inner .fb-04 {
        margin-left: 1.9791666667vw
    }
}

@media(max-width: 1800px) {
    .back-top__full {
        right: 2.0833333333vw
    }
}

@media(max-width: 1500px) {
    .foot-share a {
        font-size: 18px;
        line-height: 50px;
        width: 50px;
        height: 50px
    }

    .foot-share .icon-wx img {
        left: -28px
    }

    .foot-share .td {
        font-size: 14px
    }

    .foot-address {
        margin-left: 2.0833333333vw
    }

    .foot-subscibe {
        margin-left: 2.7777777778vw
    }
}

@media(max-width: 1366px) {
    .foot-address {
        max-width: 240px
    }
}

@media(max-width: 1300px) {
    .foot-address {
        width: 270px
    }
}

@media(max-width: 1200px) {
    .foot-address {
        max-width: 200px
    }
}

@media(max-width: 1100px) {

    .foot-logo,
    .back-top__full {
        display: none
    }

    .footer-bottom__content {
        padding: 25px 0
    }

    .footer-top__content {
        padding: 60px 0
    }

    .footer-top__content .foot-share {
        float: none
    }

    .foot-address {
        max-width: 100%
    }

    .foot-subscibe,
    .foot-address {
        width: 100%;
        margin-left: 0
    }

    .foot-address {
        margin-bottom: 40px
    }

    .foot-address span {
        display: block
    }

    .foot-address p {
        margin-bottom: 12px
    }

    .foot-address p:first-child {
        margin-bottom: 12px
    }

    .foot-subscibe {
        margin-bottom: 50px
    }

    .foot-subscibe .fs-form {
        margin-top: 15px
    }

    .foot-subscibe .fs-btn {
        background-color: #fff
    }

    .foot-subscibe .fs-btn span {
        left: 50%;
        color: #1f368f;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .foot-share {
        max-width: 100%
    }

    .foot-share a {
        margin-right: 10px;
        margin-bottom: 0
    }

    .back-top__full {
        display: none
    }

    .back-top {
        display: none
    }
}

@media(max-width: 650px) {
    .footer-bottom__content {
        text-align: center
    }

    .footer-bottom__content p,
    .footer-bottom__content a {
        line-height: 1.8
    }

    .fb-left__inner,
    .fb-right__inner {
        float: none;
        width: 100%
    }

    .fb-left__inner {
        margin-bottom: 14px
    }

    .foot-address {
        margin-bottom: 30px
    }

    .foot-subscibe {
        margin-bottom: 45px
    }

    .foot-subscibe p {
        line-height: 1.4
    }
}

@media(max-width: 500px) {

    .footer-bottom__content p,
    .footer-bottom__content a {
        font-size: 10px
    }

    .foot-subscibe .fs-group,
    .foot-subscibe .fs-btn {
        width: 100%;
        margin-right: 0
    }

    .foot-subscibe .fs-form {
        margin-top: 20px
    }

    .foot-subscibe .fs-group {
        margin-bottom: 30px
    }

    .foot-subscibe .fs-group.active label.hint {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    .foot-subscibe .fs-btn {
        margin-top: 15px
    }

    .foot-subscibe label.error {
        font-size: 9px;
        bottom: -16px
    }

    .foot-share a {
        font-size: 16px;
        line-height: 36px;
        width: 40px;
        height: 40px
    }

    .foot-share .icon-wx img {
        top: -95px;
        left: -25px;
        width: 85px;
        height: 85px
    }

    .foot-share .td {
        font-size: 12px
    }
}







.company-culture__wrap .list-culture a {
    position: relative;
    overflow: hidden
}

.company-page__bgPic .link-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0 24px;
    text-align: center
}

.company-page__bgPic .link-round {
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out
}

.company-page__bgPic .link-round:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.company-intro h4 {
    margin-bottom: 0
}

.company-intro .inner {
    max-width: 900px;
    margin-top: 30px;
    text-align: left
}

.company-intro .link-btn i {
    font-size: 22px
}

.company-intro .bg-pic {
    padding-top: 32.5%
}

.list-culture ul {
    margin: 0 -28px
}

.list-culture .box {
    position: relative;
    overflow: hidden;
    margin: 0 28px;
    cursor: pointer
}

.list-culture article {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 24px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.list-culture article h1 {
    font-size: 20px;
    font-family: "Montserrat Bold";
    line-height: 1.6;
    color: #fff
}

.list-culture article .txt {
    margin-top: 8px;
    max-width: 360px;
    margin: 0 auto
}

.list-culture article p {
    color: #fff;
    font-size: 12px
}

.list-culture .item-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #1f368f;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.list-culture .item-right .il-title {
    display: none
}

.list-culture .item-right .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 400px;
    padding: 0 24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.list-culture .item-right p {
    color: #fff;
    font-size: 12px
}

.company-culture__wrap {
    padding-bottom: 40px
}

.company-culture__wrap .item-right .txt {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto
}

.company-philosophy__wrap {
    padding-top: 120px;
    padding-bottom: 40px
}

.list-philosophy ul {
    font-size: 0;
    margin: 0 -28px
}

.list-philosophy li {
    display: inline-block;
    width: 33.33%;
    margin-bottom: 80px;
    vertical-align: top
}

.list-philosophy .box {
    height: 340px;
    margin: 0 28px;
    padding-top: 50px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
    background-color: #fff
}

.list-philosophy span {
    font-size: 20px;
    line-height: 1.5;
    display: block;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #202020
}

.list-philosophy .txt p {
    font-size: 12px
}

.company-strategy__wrap {
    padding-bottom: 40px
}

.list-strategy article {
    margin-top: 34px;
    text-align: center
}

.list-strategy article h1 {
    font-size: 32px;
    font-family: "Montserrat Bold";
    line-height: 1.6;
    color: #202020
}

.list-strategy .txt {
    margin-top: 20px
}

.list-strategy .txt p {
    font-size: 22px;
    line-height: 1.6;
    color: #888
}

.company-hybr__wrap {
    position: relative;
    padding-top: 33.333%
}

.company-hybr__wrap .ikon-dec__full {
    right: 80px
}

.company-hybr__wrap .ikon-dec__full i {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.company-hybr__wrap .ikon-dec__full span {
    -webkit-transform: translateY(15px) rotate(180deg);
    transform: translateY(15px) rotate(180deg)
}

.company-hybr__wrap .cont {
    position: absolute;
    top: 50%;
    left: 160px;
    max-width: 554px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.company-hybr__wrap .title h4 {
    font-size: 36px;
    line-height: 1.4;
    color: #fff
}

.company-hybr__wrap .title p {
    font: 16px "Montserrat Light";
    line-height: 1.6;
    color: #fff
}

.company-hybr__wrap .txt {
    margin-top: 30px
}

.company-hybr__wrap .txt p {
    font-size: 16px;
    line-height: 2;
    color: #fff
}

.company-honor__wrap .partner-arrow a {
    margin-right: 0;
    margin-left: 20px
}

.company-honor__wrap .slick-track {
    margin-right: 0;
    margin-left: 0
}

.horor-toggle {
    position: relative;
    margin-bottom: 40px
}

.horor-toggle .title {
    position: relative;
    max-width: 720px;
    padding-right: 60px;
    padding-bottom: 15px;
    padding-left: 60px
}

.horor-toggle .title p {
    font-size: 28px;
    font-family: "Montserrat Bold";
    line-height: 1.6;
    color: #202020
}

.horor-toggle .title span {
    color: #1f368f
}

.horor-toggle .partner-arrow {
    position: absolute;
    right: 0;
    bottom: 0
}

.hornor-slick {
    margin: 0 -28px;
    padding-top: 60px;
    border-top: 2px solid #1f368f
}

.hornor-slick .item {
    margin: 0 28px
}

.hornor-slick .item-pic {
    position: relative
}

.hornor-slick .item-pic::before {
    content: "";
    display: block;
    padding-top: 118.1818%
}

.hornor-slick img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.hornor-slick .item-title {
    text-align: center;
    margin-top: 10px;
    line-height: 1.5
}

.sh-year {
    position: relative;
    z-index: 1
}

.sh-year::before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
    content: "";
    opacity: .1;
    background-color: #1f368f
}

.shy-box {
    position: relative
}

.slick-hyear {
    margin-right: 240px;
    margin-left: 240px
}

.slick-hyear .slick-current span {
    -webkit-transform: scale(1);
    transform: scale(1);
    font-weight: 700;
    font-family: Roboto-Semibold;
}

.shyear-item {
    text-align: center
}

.shyear-item span {
    font-family: "Montserrat Bold";
    font-size: 120px;
    line-height: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #7e318e;
    -webkit-transition: -webkit-transform 2s ease-out;
    transition: -webkit-transform 2s ease-out;
    transition: transform 2s ease-out;
    transition: transform 2s ease-out, -webkit-transform 2s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.shyear-item span::before {
    position: absolute;
    top: 50%;
    left: -50px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: "";
    border-radius: 50%;
    background-color: #7e318e
}

.shy-arrow {
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #7e318e;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out
}

.shy-prev {
    left: 0
}

.shy-next {
    right: 0
}

.shy-left,
.shy-right {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 150px;
    height: 90px;
    margin-top: -45px;
    padding: 20px 0
}

.shy-left {
    left: 70px
}

.shy-right {
    right: 70px
}

.shs-item {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    vertical-align: top
}

.shs-item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    content: "";
    opacity: .4;
    border-radius: 50%;
    background-color: #7e318e
}

.shs-item span {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    text-align: center;
    opacity: .5;
    color: #999
}

.shs-item:hover::before {
    opacity: 1
}

.shy-sbox {
    font-size: 0;
    position: relative;
    width: 1000px;
    -moz-text-align-last: auto;
    text-align-last: auto
}

.history-wrap .sh-year {
    margin-bottom: 35px;
}

.history-full__slick {
    font-size: 0
}

.history-full__slick .pic,
.history-full__slick .y_inner {
    display: inline-block;
    vertical-align: middle
}

.history-full__slick .pic {
    width: 48%
}

.history-full__slick .pic img {
    width: 100%
}

.history-full__slick .y_inner {
    width: 52%;
    padding: 0 70px;
    padding-right: 0 !important;
}

.history-full__slick .y_title {
    font-family: "Roboto-Semibold";
    color: #7E318E;
    font-size: 36px;
    margin-bottom: 20px;
}

.history-full__slick .y_txt {
    margin-top: 10px
}

.history-full__slick .y_txt,
.history-full__slick .y_txt p {
    font-size: 16px;
    color: #666;
    font-family: Roboto;
    line-height: 26px;
}

.shyear-item span {
    color: #7E318E;
}

@media(min-width: 1025px) {
    .shy-arrow:hover {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    .list-culture .box:hover .item-right {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media(max-width: 1920px) {
    .company-strategy__wrap {
        padding-bottom: 40px
    }

    .company-page__bgPic .link-btn {
        bottom: 2.0833333333vw
    }

    .company-intro .y_inner {
        margin-top: 1.5625vw
    }

    .company-culture__wrap {
        padding-bottom: 2.0833333333vw
    }

    .list-culture ul {
        margin: 0 -1.4583333333vw
    }

    .list-culture .box {
        margin: 0 1.4583333333vw
    }

    .list-culture article .y_txt {
        margin-top: 0.4166666667vw
    }

    .company-philosophy__wrap {
        padding-top: 6.25vw;
        padding-bottom: 2.0833333333vw
    }

    .list-philosophy ul {
        margin: 0 -1.4583333333vw
    }

    .list-philosophy li {
        margin-bottom: 4.1666666667vw
    }

    .list-philosophy .box {
        margin: 0 1.4583333333vw;
        padding-top: 2.6041666667vw
    }

    .list-philosophy span {
        margin-top: 2.0833333333vw;
        margin-bottom: 0.78125vw
    }

    .list-strategy article {
        margin-top: 1.7708333333vw
    }

    .list-strategy .y_txt {
        margin-top: 1.0416666667vw
    }

    .history-full__slick .y_inner {
        padding: 0 3.6458333333vw
    }

    .history-full__slick .y_txt {
        margin-top: 0.5208333333vw
    }

    .hornor-slick {
        margin: 0 -1.4583333333vw;
        padding-top: 3.125vw
    }

    .hornor-slick .item {
        margin: 0 1.4583333333vw
    }

    .company-hybr__wrap .ikon-dec__full {
        right: 4.1666666667vw
    }

    .company-hybr__wrap .cont {
        left: 8.3333333333vw
    }

    .company-hybr__wrap .y_txt {
        margin-top: 1.5625vw
    }

    .company-honor__wrap .partner-arrow a {
        margin-left: 1.0416666667vw
    }

    .horor-toggle {
        margin-bottom: 2.0833333333vw
    }

    .shyear-item {
        text-align: center
    }

    .shyear-item span {
        font-size: 6.25vw
    }
}

@media(max-width: 1440px) {
    .list-culture article h1 {
        font-size: 20px
    }

    .list-philosophy span {
        font-size: 20px
    }

    .list-strategy article h1 {
        font-size: 30px
    }

    .list-strategy .y_txt p {
        font-size: 20px
    }

    .company-hybr__wrap .title h4 {
        font-size: 32px
    }

    .history-full__slick .y_title {
        font-size: 30px
    }

    .shy-arrow {
        font-size: 26px;
        line-height: 44px;
        width: 44px;
        height: 44px;
        margin-top: -22px
    }
}

@media(max-width: 1366px) {
    .list-culture article h1 {
        font-size: 18px
    }

    .list-philosophy span {
        font-size: 18px
    }

    .list-strategy article h1 {
        font-size: 26px
    }

    .list-strategy .y_txt p {
        font-size: 18px
    }

    .horor-toggle .y_title p {
        font-size: 26px
    }

    .company-intro .link-btn i {
        font-size: 20px
    }

    .history-full__slick .y_title {
        font-size: 26px
    }

    .shy-arrow {
        font-size: 22px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        margin-top: -20px
    }
}

@media(max-width: 1024px) {
    .company-culture__wrap {
        padding-bottom: 20px
    }

    .company-intro .inner {
        margin-top: 15px
    }

    .list-strategy article {
        margin-top: 17px
    }

    .list-strategy article h1 {
        font-size: 22px
    }

    .list-strategy .y_txt p {
        font-size: 16px
    }

    .company-hybr__wrap {
        padding-top: 46%
    }

    .company-hybr__wrap .title h4 {
        font-size: 28px
    }

    .company-hybr__wrap .cont {
        left: 0;
        width: 100%;
        padding: 0 24px
    }

    .company-hybr__wrap .cont p {
        font-size: 14px
    }

    .company-hybr__wrap .y_txt {
        margin-top: 15px
    }

    .list-culture article {
        display: none
    }

    .list-culture article .y_txt {
        margin-top: 0
    }

    .list-culture .item-right {
        background-color: rgba(0, 0, 0, 0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .list-culture .item-right .il-title {
        font-size: 18px;
        display: block;
        margin-bottom: 15px;
        color: #fff
    }

    .horor-toggle {
        margin-bottom: 20px
    }

    .horor-toggle .y_title {
        max-width: 580px;
        padding-right: 48px;
        padding-left: 48px
    }

    .horor-toggle .y_title p {
        font-size: 22px
    }

    .list-philosophy img {
        width: 65px
    }

    .list-philosophy .box {
        height: 260px;
        padding-top: 30px
    }

    .shyear-item span {
        font-size: 60px
    }

    .shyear-item span::before {
        left: -20px
    }

    .history-full__slick .y_title {
        font-size: 22px;
        line-height: unset;
    }

    .history-full__slick .y_txt {
        margin-top: 15px
    }

    .history-full__slick .y_inner {
        padding: 0 30px
    }

    .shy-arrow {
        line-height: 40px;
        width: 40px;
        height: 40px;
        margin-top: -20px
    }

    .company-page__bgPic .link-btn {
        bottom: 20px
    }

    .company-intro .link-btn i {
        font-size: 18px
    }

    .history-full__slick .y_title {
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {

    .history-full__slick .y_txt,
    .history-full__slick .y_txt p {
        font-size: 14px;
        line-height: 26px;
    }
}


@media(max-width: 768px) {
    .company-hybr__wrap .title h4 {
        font-size: 22px
    }

    .list-philosophy li {
        width: 50%
    }

    .list-philosophy span {
        margin-top: 15px;
        margin-bottom: 10px
    }

    .list-strategy article h1 {
        font-size: 20px
    }

    .list-strategy .y_txt {
        margin-top: 4px
    }

    .list-strategy .y_txt {
        font-size: 14px
    }

    .shyear-item span {
        font-size: 40px
    }

    .shyear-item span::before {
        left: -10px;
        display: none
    }

    .slick-hyear {
        margin-right: 90px;
        margin-left: 90px
    }

    .shy-left,
    .shy-right {
        width: 50px
    }

    .shy-left {
        left: 40px
    }

    .shy-left .shy-sbox {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    .shy-right {
        right: 40px
    }

    .history-full__slick .pic {
        width: 100%
    }

    .history-full__slick .y_inner {
        width: 100%;
        margin-top: 30px;
        padding: 0
    }

    .company-intro .link-btn i {
        font-size: 16px
    }
}

@media(max-width: 640px) {
    .company-hybr__wrap {
        padding-top: 64%
    }

    .company-hybr__wrap .y_title h4 {
        font-size: 20px
    }

    .company-hybr__wrap .cont p {
        font-size: 12px
    }

    .company-honor__wrap .partner-arrow {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 30px
    }

    .horor-toggle .y_title {
        padding-right: 30px;
        padding-left: 30px
    }

    .horor-toggle .y_title p {
        font-size: 18px
    }

    .list-philosophy img {
        width: 50px
    }

    .history-full__slick .title {
        font-size: 18px
    }

    .shy-arrow {
        font-size: 20px;
        line-height: 34px;
        width: 34px;
        height: 34px;
        margin-top: -17px
    }

    .company-intro .bg-pic {
        padding-top: 50%
    }
}

@media(max-width: 500px) {
    .list-philosophy li {
        width: 100%
    }

    .list-philosophy .y_box {
        height: auto;
        padding-bottom: 30px
    }

    .company-hybr__wrap {
        padding-top: 90%
    }
}



/* copy end */














/* 500 */
@font-face {
    font-family: "Roboto";
    src: url('./fonts/RobotoRegular.eot');
    src: url('./fonts/RobotoRegular.eot') format('embedded-opentype'),
        url('./fonts/RobotoRegular.woff2') format('woff2'),
        url('./fonts/RobotoRegular.woff') format('woff'),
        url('./fonts/Roboto-Regular.ttf') format('truetype'),
        url('./fonts/Roboto-Regular.svg#RobotoRegular') format('svg');
}

/* 600 */
@font-face {
    font-family: "Roboto-SemiBold";
    src: url('./fonts/Roboto-SemiBold.eot');
    src: url('./fonts/Roboto-SemiBold.eot') format('embedded-opentype'),
        url('./fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('./fonts/Roboto-SemiBold.woff') format('woff'),
        url('./fonts/Roboto-SemiBold.ttf') format('truetype'),
        url('./fonts/Roboto-SemiBold.svg #RobotoSemiBold') format('svg');
}

@font-face {
    font-family: "Alexandria";
    src: url('./fonts/Alexandria-Bold.eot');
    src: url('./fonts/Alexandria-Bold.eot') format('embedded-opentype'),
        url('./fonts/Alexandria-Bold.woff2') format('woff2'),
        url('./fonts/Alexandria-Bold.woff') format('woff'),
        url('./fonts/Alexandria-Bold.ttf') format('truetype'),
        url('./fonts/Alexandria-Bold.svg#AlexandriaBold') format('svg');
}

@font-face {
    font-family: "Alexandria-SemiBold";
    src: url('./fonts/Alexandria-SemiBold.eot');
    src: url('./fonts/Alexandria-SemiBold.eot') format('embedded-opentype'),
        url('./fonts/Alexandria-SemiBold.woff2') format('woff2'),
        url('./fonts/Alexandria-SemiBold.woff') format('woff'),
        url('./fonts/Alexandria-SemiBold.ttf') format('truetype'),
        url('./fonts/Alexandria-SemiBold.svg#AlexandriaSemiBold') format('svg');
}

.bg00 {
    background-color: #000;
}

.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;
}

@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=1750659631960') format('woff'),
        url('iconfont.ttf?t=1750659631960') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.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";
}








/* 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
}


.column {
    position: fixed;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.column ul li {
    margin-bottom: 11px;
    min-width: 50px;
    max-width: 250px;
    background-color: transparent;
    display: flex;
    align-items: center;
    /* background: #C8C8C8; */
    border-radius: 999px;
}

.column ul li:last-child {
    margin-bottom: 0;
}

.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: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    border-radius: 50%;
}

.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.column .imgbox a {
    width: 50px;
    height: 50px;
    border-radius: 999px;
}

.column .wechat {
    position: relative;
}

.column .gotop {
    cursor: pointer;
}

.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 .phonebox:hover img {
    filter: brightness(100);
}

.column .phonebox .phone {
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 100%;
    height: 50px;
    background-color: #0060fd;
}

.column .phonebox .phone p {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: linear width .3s;
    color: #fff;
}

.column i {
    color: #fff !important;
}

.column .phonebox:hover .phone {
    width: 180px;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
}

.column .imgbox:hover>a {
    background-color: #7e318e;
}

.column .gotop i {
    transform: rotate(180deg);
}

.column li i {
    font-size: 26px;
}

.column li:last-child i {
    font-weight: normal;
}

.column ul li:nth-of-type(1) {
    background-color: #28c445;
}

.column ul li:nth-of-type(2) {
    background-color: #25d266;
}

.column ul li:nth-of-type(3) {
    background-color: #00aff0;
}

.column ul li:nth-of-type(4) {
    background-color: #4fbfef;
}

.column ul li:nth-of-type(5) {
    background-color: #054da1;
}





@media(max-width:1600px) {

    .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;
        z-index: 10000;
        width: 100%;
        height: 45px;
        transform: unset;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .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%;
        border-radius: 0;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, .3);
    }

    .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 li .phonenum {
        position: absolute;
        right: 53px;
        padding: 10px;
        color: #333;
        background-color: #fff;
        display: none;
        word-wrap: nowrap;
        right: unset;
        top: -100%;
    }

    .column ul li .imgbox img {
        width: auto;
    }

    .column ul li {
        background-color: transparent;
    }

    .column .phonebox .phone {
        width: auto;
        min-width: 180px;
        margin-right: 0px;
        margin-left: 0px;
        top: unset;
        position: absolute;
        background: #fff;
        padding: 10px;
        bottom: 26px;
        right: 0;
    }

    .column .phonebox .phone p {
        color: #333;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .column .phonebox .phone {
        display: none;
    }

    .column .gotop {
        display: block;
        position: fixed;
        right: 5%;
        bottom: 15%;
    }
}

@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%;

    }

}

@media(max-width:450px) {
    .column ul li .imgbox img {
        width: 25px;
    }

    .column .phonebox .phone {
        right: 0;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .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 {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }
}


.inqure_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inqure_box a,
.inqure_box input {
    color: #7e318e;
    width: 180px;
    height: 45px;
    border: 1px solid #7e318e;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.inqure_box a:hover,
.inqure_box input:hover {
    background-color: #7e318e;
    color: #fff;
}

.inqure_box a:first-child,
.inqure_box input:first-child {
    margin-right: 15px;
}


@media(max-width:1333px) {

    .inqure_box a,
    .inqure_box input {
        width: 160px;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
    }
}

@media(max-width:999px) {

    .inqure_box a,
    .inqure_box input {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }
}



/* shouyebanner */
.index_banner {
    position: relative;
  }
  .index_banner .mySwiperbanner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  .index_banner .swiper-slide {
    overflow: hidden;
  }
  .index_banner .swiper-slide>a {
    display: block;
    position: relative;
  }
  .index_banner .swiper-slide>a::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
    pointer-events: none;
  }
  .index_banner .swiper-slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .index_banner .swiper-slide video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none;
    display: block;
  }
  @media screen and (max-width: 992px) {
    .index_banner .swiper-slide video {
      object-position: inherit;
      object-fit: inherit;
      width: 100%;
      height: 100%;
      transform: translate(0, 0);
      left: 0;
      top: 0;
    }
  }
  .index_banner .swiperbanner-pagination {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
    gap: 9px;
    z-index: 2;
  }
  .index_banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 999px;
    opacity: 1;
    display: block;
    margin: 0px !important;
    transition: .3s;
  }
  .index_banner .swiper-pagination-bullet-active {
    width: 16px;
    background: #fff;
  }