@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: "Figtree-Regular";
    font-size: 16px;
    color: #333;
}

:root {
    /* color */
    --co-000: #000;
    --co-fff: #fff;
    --co-111: #111;
    --co-333: #333;
    --co-555: #555;
    --co-666: #666;
    --co-999: #999;
    --co-BBB: #bbb;
    --co-002D73: #002D73;
    --co-1E1E1E: #1E1E1E;
    --co-FFDFB5: #FFDFB5;
    --co-D9D9D9: #D9D9D9;
    --co-CA9551: #CA9551;
    --co-603620: #603620;
    --co-F9F9F6: #F9F9F6;
    --co-E8E8E8: #e8e8e8;
    --co-75C433: #75c433;
    --co-E1E2E4: #E1E2E4;
    --co-1348c8: #1348c8;
    --co-E2E7FF: #E2E7FF;
    --co-f5f6fb: #f5f6fb;
    --co-d2d7e4: #D2D7E4;
    --co-75c433: #75C433;
    --co-9fa0a2: #9fa0a2;
    --co-05060A: #05060A;
    --co-20184E: #20184E;
    --co-494949: #494949;

    /* font */
    --font-16: 16px;
    --font-18: 18px;

    /* ziti */
    --regular: "Figtree-Regular";
    --medium: "Figtree-Medium";
    --bold: "Figtree-Bold";

    /* jianbian */

    --jianbian1: linear-gradient(90deg, #002B9E 0%, #144ACA 100%);
}

.bianji {
    color: #666;
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.bianji strong {
    font-style: normal;
    font-weight: normal;
    font-family: var(--medium);
    font-size: 18px;
    color: #333;
}

.bianji table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.bianji .tablen {
    overflow: auto;
}

.bianji table tr {
    color: #333;
}

.bianji table tr td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 16px;
}



@media(max-width:1333px) {
    body {
        font-size: 16px;
    }

    .bianji {
        padding: 30px 0px;
    }

    .bianji strong {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    body {
        font-size: 14px;
    }

    .bianji {
        font-size: 14px;
        line-height: 26px;
        padding: 20px 0px;
    }

    .bianji strong {
        font-size: 14px;
    }

    .bianji table tr td {
        padding: 10px 15px;
        font-size: 14px;
    }
}


*::selection {}

.imgbox a img:hover {
    transform: scaleX(1.05) scaleY(1.05);
}

img {
    max-width: 100%;
    display: block;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

h1,
h2 {
    font-weight: normal;
    font-size: unset;
}

.clear {
    clear: both;
}

.safe {
    max-width: 1400px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        max-width: 1400px;
        width: calc(100% - 120px) !important;
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 90px) !important;
    }
}

@media screen and (max-width:571px) {
    .safe {
        width: calc(100% - 50px) !important;
    }
}

.h_safe {
    max-width: 1770px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

@media screen and (max-width:1334px) {
    .h_safe {
        max-width: 1770px;
        width: calc(100% - 70px) !important;
    }
}

@media screen and (max-width:999px) {
    .h_safe {
        max-width: 1770px;
        width: calc(100% - 120px) !important;
    }
}

@media screen and (max-width:768px) {
    .h_safe {
        width: calc(100% - 90px) !important;
    }
}

@media screen and (max-width:571px) {
    .h_safe {
        width: calc(100% - 50px) !important;
    }
}



/* video tankuang */
.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

.tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}



/*jQzoom*/

.box {
    position: relative;
}

.jqzoom {
    float: left;
    position: relative;
    padding: 0px;

}

div.zoomdiv {
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomdiv img {
    max-width: unset !important;
}

div.jqZoomPup {
    z-index: 200;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    transition: none;
}



/* zhengshu */

/* certifiicates */

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}




.m-formcountry {
    position: relative;
}

.m-formcountry .drop-btn {
    position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #ccc;
    right: 0px;
    font-weight: bold;
}

.m-formcountry .drop-list {
    display: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    max-height: 223px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 0px;
}

.m-formcountry .drop-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
    background-color: #333;
}

.m-formcountry .drop-list li {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 12px;
    cursor: pointer;
    /* border-bottom: 1px solid #e6e6e6; */
    color: #666;
}

.m-formcountry .drop-list li.on {
    background-color: #eaecf1;
}

@media(max-width:768px) {
    .m-formcountry .drop-list li {
        padding: 2px 20px;
        font-size: 14px;
    }

    .m-formcountry .drop-list {
        padding: 0;
    }
}



.lanauage_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    margin-right: 36px;
}

.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.lanauage_wrap .lanauage>i {
    color: var(--co-002D73);
    font-size: 24px;
    font-weight: bold;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanbox i {
    color: var(--co-002D73);
    font-size: 22px;
    margin-left: 5px;
}

.lanauage_wrap .lanbox .svgbox {
    flex-shrink: 0;
    margin-right: 5px;
}

.lanauage_wrap .lanbox a {
    color: var(--co-002D73);
    font-size: 16px;
}

.lanauage_wrap .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    text-align: center;
    min-width: 100px;
    width: 120px;
    max-width: 200px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    right: 0px;
    margin-top: 14px;
    z-index: 1000;
    transform: translateX(10%);
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 4px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
    font-size: 14px;
}

.lanauage_wrap .silde-down li:hover {
    background-color: var(--co-002D73)
}

.lanauage_wrap .silde-down li:hover a {
    color: #fff;
}

.lanauage_wrap .icon-bottom7 {
    font-size: 10px !important;
    margin-left: 7px;
    color: #333;
}

.lanauage_wrap .lanauage:hover .lanbox>a {
    color: #aaa !important;
}

.lanauage_wrap .lanauage:hover i {
    color: #aaa !important;
}


@media(max-width:1333px) {
    .lanauage_wrap .lanauage .silde-down a {
        padding: 3px 0px;
        font-size: 14px !important;
    }

    .lanauage_wrap .lanauage .silde-down {
        min-width: 100px;
        width: 100px;
        max-width: 200px;
        margin-top: 14px;
    }
}


/* 移动端 */

.m-mobilenav {
    display: none;
}

.m-mobilenav * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media screen and (max-width: 999px) {
    .mbnav-wp_seach {
        width: 100%;
        margin: auto;
        position: absolute;
        z-index: 2;
    }

    .mbnav-wp_seach>form>.box-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        height: 40px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.7);
    }

    .mbnav-wp_seach>form>.box-form>.box-text {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        border: 0px;
        height: 100%;
        padding-left: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
        outline: none;
    }

    .mbnav-wp_seach>form>.box-form>.box-submit {
        width: 30px;
        height: 100%;
        border: 0px;
        position: relative;
        z-index: 2;
        background: transparent;
        cursor: pointer;
        background: transparent;
    }

    .mbnav-wp_seach>form>.box-form .icon {
        position: absolute;
        right: 4px;
        top: 10px;
        z-index: 1;
    }

    .mbnav-list {
        margin-top: 20px;
    }

    .m-mobilenav {
        position: absolute;
        z-index: 11;
        padding-top: 25px;
        top: 0;
        left: 0;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 100;
    }

    .m-mobilenav .mbnav-btn {
        position: fixed;
        z-index: 2;
        top: 16px;
        right: 62px;
        padding: 4px;
        border-radius: 4px;
        overflow: hidden;
        background: #FFFFFF;
        width: 34px;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #00205b;
    }

    .m-mobilenav .mbnav-btn.active .line {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn.active {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        background: transparent;
        top: 50px;
    }

    .m-mobilenav .mbnav-bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        top: 0;
        visibility: hidden;
        z-index: 1;
    }

    .m-mobilenav .mbnav-bd.show {
        visibility: visible;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-wp {
        height: 100%;
        opacity: 1;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-item>a {
        opacity: 1;
        color: #FFFFFF;
        -webkit-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        -o-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }

    .m-mobilenav .mbnav-wp {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: rgba(51, 51, 51, 0.9);
        top: 0;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
        opacity: 0;
    }

    .m-mobilenav .mbnav-fix {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 1;
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* overflow-y: scroll; */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .m-mobilenav .mbnav-item i {
        position: absolute;
        left: 13px;
        top: 7px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: transparent;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .m-mobilenav .mbnav-item>a {
        display: block;
        line-height: 26px;
        font-size: 16px;
        color: #FFFFFF;
        -webkit-transform: scale(1.1) translate(60px, -35px);
        -moz-transform: scale(1.1) translate(60px, -35px);
        -ms-transform: scale(1.1) translate(60px, -35px);
        -o-transform: scale(1.1) translate(60px, -35px);
        transform: scale(1.1) translate(60px, -35px);
        opacity: 0;
        -webkit-transition: 0.5s 0.1s;
        -o-transition: 0.5s 0.1s;
        -moz-transition: 0.5s 0.1s;
        transition: 0.5s 0.1s;
    }

    .m-mobilenav .mbnav-item>a.current:after {
        content: "";
        margin-left: 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-item>a.active {
        color: #529dba;
    }

    .m-mobilenav .mbnav-item>a.active:after {
        background-color: #529dba;
    }

    .m-mobilenav .mbnav-item:nth-child(1)>a {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .m-mobilenav .mbnav-item:nth-child(2)>a {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .m-mobilenav .mbnav-item:nth-child(3)>a {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .m-mobilenav .mbnav-item:nth-child(4)>a {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .m-mobilenav .mbnav-item:nth-child(5)>a {
        -webkit-transition-delay: 450ms;
        -moz-transition-delay: 450ms;
        -o-transition-delay: 450ms;
        transition-delay: 450ms;
    }

    .m-mobilenav .mbnav-item:nth-child(6)>a {
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .m-mobilenav .mbnav-item:nth-child(7)>a {
        -webkit-transition-delay: 550ms;
        -moz-transition-delay: 550ms;
        -o-transition-delay: 550ms;
        transition-delay: 550ms;
    }

    .m-mobilenav .mbnav-item:nth-child(8)>a {
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .m-mobilenav .mbsbnav-list {
        padding: 10px 0;
        display: none;
        transition: none;
    }

    .m-mobilenav .mbsbnav-item {
        position: relative;
        padding-left: 20px;
        padding-right: 5px;
    }

    .m-mobilenav .mbsbnav-item i {
        left: 0;
        top: 6px;
        line-height: 24px;
    }

    .m-mobilenav .mbsbnav-item a {
        display: block;
        padding: 5px 5px;
        line-height: 24px;
        font-size: 14px;
        color: #fff;
    }

    .m-mobilenav .mbsbnav-item a.active {
        color: #529dba;
    }

    .box-form-tj {
        position: absolute;
        font-size: 20px !important;
        right: 5px;
        top: 8px;
        color: #043F71;
    }
}

@media screen and (max-width: 768px) {
    .m-mobilenav .mbnav-item>a {
        font-size: 14px;
        line-height: 24px;
    }

    .m-mobilenav .mbnav-item {
        padding-top: 5px;
    }

    .m-mobilenav .mbnav-item i {
        top: 4px;
    }

    .m-mobilenav .mbnav-btn {
        top: 13px;
        right: 26px;
    }

}


@media screen and (max-width: 571px) {
    .m-mobilenav .mbnav-btn {
        top: 12px;
    }
}



/* search */

.searchbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transform: translateY(0px);
}

.searchbox a {
    color: var(--co-002D73);
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
}

.searchbox .s_wrap {
    position: absolute;
    right: 0;
    width: 250px;
    top: 100%;
    background-color: #fff;
    height: 50px;
    border: 2px solid var(--co-002D73);
    padding-left: 15px;
    display: none;
    transition: none;
    transform: translateY(15px);
}

.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: var(--co-002D73);
}

.searchbox a:hover {
    color: var(--co-002D73) !important;
}




/*  */

header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 1000;
    margin: 0 auto;
}

/* 隐藏头部的类 */
header.hide {
    transform: translate3d(0, -100%, 0);
}

header .top {
    background-image: url(../images/h_top.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

header .top .h_safe {
    height: 40px;
    display: flex;
    justify-content: flex-end;
}

header .list {
    display: flex;
    align-items: center;
    height: 100%;
}

header .list>div {
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-left: 20px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

header .list>div:first-child {
    border-left: unset;
}

header .list .svgbox {
    margin-right: 10px;
}

header .list a {
    color: var(--co-fff);
    line-height: 28px;
}

header .list a:hover {
    text-decoration: underline;
}


header .bottom {
    background-color: var(--co-fff);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    height: 96px;
}

header .h_safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .logo2 {
    top: 0;
    position: absolute;
    opacity: 0;
}

header .rightbox {
    width: 100%;
}

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 174px;
}

header .menubox>li {
    position: relative;
    margin-right: 61px;
}

header .menubox>li:last-child {
    margin-right: 0;
}

header .menubox>li>a {
    padding: 37px 15px;
    display: flex;
    align-items: center;
    position: relative;

    color: var(--co-1E1E1E);
    font-family: "Figtree-Medium";
    font-size: 18px;
}

header .menubox>li>a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    border-radius: 99px;
    background: #fff;
    height: 2px;
    display: none;
}

header .h_login {
    margin-left: 36px;
    padding: 35.5px 0px;
    position: relative;
}

header .h_login>div {
    display: flex;
    align-items: center;
}

header .h_login .login_name {
    margin-left: 10px;
}

header .person_list {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 219px;
    background-color: #fff;
    display: none;
    transition: none;
}

header .person_list>div {
    padding: 25px 0px 24px;
}

header .person_list li a {
    padding: 0px 26px;
    color: var(--co-1E1E1E);
}

header .person_list li a:hover {
    color: var(--co-002D73);
}

header .person_list li {
    margin-bottom: 17px;
}

header .person_list li:last-child {
    margin-bottom: 0;
}




/* yiji */

header .list1 {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    display: none;
    transition: none;
    min-width: 249px;
    /* padding-top: 7px; */
    width: max-content;

    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

header .list1>div {
    background-color: rgba(255, 255, 255, 1);
    padding: 25px 0px;
}

header .list1>div>li {
    position: relative;
}

header .list1>div>li>a {
    padding: 0px 26px;
    display: inline-block;
    width: 100%;

    color: var(--co-1E1E1E);
}

header .list1>div>li {
    margin-bottom: 16.5px;
}

header .list1>div>li:last-child {
    margin-bottom: 0;
}

header .menubox>li:nth-of-type(5) .list1 {
    min-width: 175px;
}


/* erji */

header .list2 {
    position: absolute;
    left: 100%;
    top: -50%;
    min-width: 194px;
    display: none;
    transition: none;

    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

header .list2>div {
    background-color: #fff;
    padding: 26px 0px 24px;
}

header .list2>div>li {
    margin-bottom: 18px;
}

header .list2>div>li>a {
    display: inline-block;
    width: 100%;
    padding: 0px 15px 0px 24px;
    color: var(--co-1E1E1E);
}

header .list2>div>li:last-child {
    margin-bottom: 0;
}

header .menubox>li:nth-of-type(5) .list2 {
    min-width: 321px;
}




header .menubox>li>a:hover {
    color: var(--co-002D73);
}

header .menubox>.active_tit>a {
    color: var(--co-002D73);
}


header .list1 li:hover>a {
    color: var(--co-002D73);
}



.fix_header {}


@media(max-width:1750px) {
    header .menubox {
        margin-right: 130px;
    }

    header .menubox>li {
        position: relative;
        margin-right: 50px;
    }

    header .list1 {
        left: unset;
        right: 0;
    }
}


@media(max-width:1600px) {
    header .menubox {
        margin-right: 50px;
    }

    header .menubox>li {
        position: relative;
        margin-right: 20px;
    }

    .lanauage_wrap {
        margin-right: 30px;
    }

    header .h_login {
        margin-left: 30px;
    }

    header .menubox>li:nth-of-type(5) .list2 {
        min-width: 280px;
    }
}

@media(max-width:1333px) {
    header .menubox>li>a {
        padding: 37px 15px;
        font-size: 16px;
    }

    header .menubox>li>a {
        padding: 30.5px 15px;
        font-size: 16px;
    }

    header .bottom {
        height: 80px;
    }

    header .h_login {
        margin-left: 30px;
        padding: 28px 0px;
    }

    header .list1>div>li>a {
        padding: 0px 15px;
        font-size: 14px;
    }

    header .list2>div>li>a {
        width: 100%;
        padding: 0px 15px 0px 15px;
        font-size: 14px;
    }

    header .list2>div>li {
        margin-bottom: 10px;
    }

    header .list1>div {
        padding: 15px 0px;
    }

    header .list2>div {
        padding: 15px 0px 15px;
    }
}

@media(max-width:1200px) {
    header .logo img {
        width: 200px;
    }

    header .list a {
        line-height: 26px;
        font-size: 14px;
    }

    header .menubox>li>a {
        padding: 30.5px 10px;
        font-size: 16px;
    }

    header .menubox>li {
        position: relative;
        margin-right: 10px;
    }

    header .menubox {
        margin-right: 25px;
    }

    header .h_login {
        margin-left: 20px;
    }

    .lanauage_wrap {
        margin-right: 20px;
    }
}

@media(max-width:999px) {
    header {
        height: 60px;
    }

    header .top,
    header .menubox {
        display: none;
    }

    header .bottom {
        height: 60px;
    }

    header .h_login {
        margin-left: 0;
    }

    header .logo img {
        width: auto;
        height: 55px;
    }

    header .bottombox {
        margin-right: 50px;
    }

    header .h_login {
        margin-left: 0px;
        padding: 18px 0px;
    }

    .lanauage_wrap .lanbox a {
        font-size: 14px;
    }

    .searchbox {
        display: none;
    }
}

@media(max-width:768px) {
    header .logo img {
        height: 47px;
    }

    header,
    header .bottom {
        height: 50px;
    }

    header .bottombox {
        margin-right: 44px;
    }

    header .h_login {
        padding: 13px 0px;
    }
}

@media(max-width:538px) {}



.index_banner {
    margin-top: 136px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.index_banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.index_banner video,
.index_banner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    object-fit: cover;
}

.index_banner .swiper-pagination {
    top: unset;
    bottom: 55px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.index_banner .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.6;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    margin-right: 20px !important;
}

.index_banner .swiper .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.index_banner .swiper .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: var(--co-1348c8);
    opacity: 1;
    position: relative;
}

.index_banner .swiper .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background-color: var(--co-fff);
    left: -2px;
    top: -2px;
    z-index: -1;
}


.index_banner .control {
    width: 47px;
    height: 96px;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    cursor: pointer;
    color: #fff;
    position: absolute;
    display: none;
}

.index_banner .banner_prev {
    left: 0%;
    border-radius: 0px 10px 10px 0px;
}

.index_banner .banner_next {
    right: 0%;
    border-radius: 10px 0px 0px 10px;
}

.index_banner .control:hover {
    background-color: rgba(0, 0, 0, .1);
}



@media(max-width:1600px) {
    .index_banner {
        margin-top: 120px;
    }
}

@media(max-width:1200px) {}

@media(max-width:999px) {
    .index_banner {
        margin-top: 60px;
    }

    .index_banner .swiper-pagination {
        bottom: 30px !important;
    }
}

@media(max-width:768px) {
    .index_banner {
        margin-top: 50px;
    }

    .index_banner .swiper-pagination {
        bottom: 20px !important;
    }
}

@media(max-width:538px) {}


/* title */

.title30 {
    color: var(--co-002D73);
    font-family: var(--bold);
    font-size: 30px;
    position: relative;
}

.title30 span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 100%;
    opacity: 0.1;
    background: linear-gradient(90deg, #002B9E 0%, #144ACA 100%);
}

.title34 {
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 34px;
}

.title36 {
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 36px;
}

.title40 {
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 40px;
}

.title46 {
    color: var(--co-002D73);
    font-family: var(--bold);
    font-size: 46px;
    line-height: 52px;
}

.title46 a {
    color: var(--co-002D73);
}

.title46 a:hover {
    opacity: .8;
}

@media(max-width:1600px) {
    .title30 {
        font-size: 26px;
    }

    .title34 {
        font-size: 30px;
    }

    .title36 {
        font-size: 32px;
    }

    .title40 {
        font-size: 36px;
    }

    .title46 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media(max-width:1333px) {
    .title30 {
        font-size: 24px;
    }

    .title34 {
        font-size: 26px;
    }

    .title36 {
        font-size: 26px;
    }

    .title40 {
        font-size: 32px;
    }

    .title46 {
        font-size: 36px;
        line-height: 42px;
    }
}

@media(max-width:999px) {
    .title30 {
        font-size: 22px;
    }

    .title34 {
        font-size: 24px;
    }

    .title36 {
        font-size: 24px;
    }

    .title40 {
        font-size: 28px;
    }

    .title46 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media(max-width:768px) {
    .title30 {
        font-size: 20px;
    }

    .title36 {
        font-size: 22px;
    }

    .title34 {
        font-size: 22px;
    }

    .title40 {
        font-size: 24px;
    }

    .title46 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media(max-width:538px) {
    .title30 {
        font-size: 18px;
    }

    .title34 {
        font-size: 20px;
    }

    .title36 {
        font-size: 20px;
    }

    .title40 {
        font-size: 20px;
    }

    .title46 {
        font-size: 22px;
        line-height: 30px;
    }
}



/* index */


/* h_group1 */

.h_group1 {
    background-color: #f4f6fb;
}


/* h_card */

.h_card {
    padding-top: 89px;
}

.h_card .wrap {
    display: flex;
    flex-wrap: wrap;
}

.h_card .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}

.h_card .name {
    color: var(--co-fff);
    font-family: var(--medium);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    /* 138.462% */
}

.h_card .inner {
    width: 20.7857%;
    margin-right: 1.3571%;
    padding: 40px 40px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border-radius: 16px;
    background: var(--co-fff);
    box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.10);
    position: relative;
    overflow: hidden;
    min-height: 182px;
}

.h_card .inner:nth-child(4n) {
    margin-right: 0;
}

.h_card .svgbox {
    margin-bottom: 12px;
    flex-shrink: 0;
}

.h_card .title {
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: var(--co-1E1E1E);
}

.h_card .title a {
    color: var(--co-1E1E1E);
}

.h_card .inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    opacity: 0.12;
    background: linear-gradient(180deg, rgba(0, 52, 191, 0.00) 0%, #0034BF 100%);
    box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.10);
    opacity: 0;
    transition: .3s ease opacity;
}

.h_card .inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--jianbian1);
    box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.10);
    opacity: 0;
    transition: .3s ease opacity;
}

.h_card .inner:hover::after {
    opacity: .12;
}

.h_card .inner:hover::before {
    opacity: 1;
}


/* one */

.h_card .inner:first-child {
    padding: 33px 37px 37px 37px;
    width: 33.5%;
    align-items: unset;
    background: var(--jianbian1);
    box-shadow: drop-shadow(0 4px 26px rgba(0, 0, 0, 0.10));
}

.h_card .inner:first-child .btn {
    color: #fff;
    font-family: var(--regular);
}

.h_card .inner:first-child .svgbox {
    margin-left: 10px;
}

.h_card .inner:first-child .btn {
    opacity: .6;
}

/*.h_card .inner:first-child .svgbox img {*/
/*    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);*/
/*}*/


.h_card .inner:first-child::after,
.h_card .inner:first-child::before {
    display: none;
}

@media(max-width:1600px) {
    .h_card {
        padding-top: 60px;
    }

    .h_card .name {
        font-size: 24px;
        line-height: 32px;
    }

    .h_card .inner {
        width: 20.7857%;
        margin-right: 1.3571%;
        padding: 30px 25px 20px 25px;
        border-radius: 16px;
        min-height: 182px;
    }

    .h_card .inner:first-child {
        padding: 30px 30px 30px 30px;
        width: 33.5%;
    }
}

@media(max-width:1333px) {
    .h_card {
        padding-top: 50px;
    }

    .h_card .inner:first-child {
        padding: 25px;
        width: 33.5%;
    }

    .h_card .inner {
        width: 20.7857%;
        margin-right: 1.3571%;
        padding: 25px 20px 20px 20px;
        border-radius: 16px;
        min-height: 182px;
    }

    .h_card .name {
        font-size: 22px;
        line-height: 30px;
    }

    .h_card .title {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .h_card {
        padding-top: 40px;
    }

    .h_card .inner {
        width: 49% !important;
        margin-right: 2%;
        margin-bottom: 20px;
        min-height: unset;
        padding: 20px !important;
        border-radius: 10px;
    }

    .h_card .inner:nth-child(2n) {
        margin-right: 0;
    }

    .h_card .name {
        font-size: 20px;
        line-height: 28px;
    }

    .h_card .title {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .h_card .name {
        font-size: 18px;
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .h_card {
        padding-top: 30px;
    }

    .h_card .inner {
        margin-bottom: 10px;
    }
}

@media(max-width:500px) {
    .h_card .inner {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .h_card .inner:last-child {
        margin-bottom: 0 !important;
    }
}



/* h_depart */

.h_depart {
    padding: 80px 0px 46px 0px;
}

.h_depart .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.h_depart .btn {
    color: var(--co-002D73);
    font-family: var(--medium);
    font-size: 18px;
}

.h_depart .btn:hover {
    text-decoration: underline;
}

.h_depart .wrap {
    display: flex;
    flex-wrap: wrap;
}

.h_depart .inner {
    width: 11.4285%;
    margin-right: 3.32%;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 44px;
}

.h_depart .inner:nth-child(7n) {
    margin-right: 0;
}

.h_depart .svgbox {
    margin-bottom: 16px;
}

.h_depart .title {
    color: var(--co-1E1E1E);
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_depart .title a {
    color: var(--co-1E1E1E);
}

.h_depart .title:hover,
.h_depart .title a:hover {
    color: var(--co-002D73);
}

@media(max-width:1600px) {
    .h_depart {
        padding: 60px 0px 40px 0px;
    }

    .h_depart .titlebox {
        margin-bottom: 45px;
    }

    .h_depart .inner {
        width: 11.4285%;
        margin-right: 3.32%;
        min-height: 120px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .h_depart {
        padding: 50px 0px 30px 0px;
    }

    .h_depart .titlebox {
        margin-bottom: 35px;
    }

    .h_depart .inner {
        width: 11.4285%;
        margin-right: 3.32%;
        min-height: 120px;
        margin-bottom: 30px;
    }

    .h_depart .btn {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .h_depart .titlebox {
        margin-bottom: 25px;
    }

    .h_depart {
        padding: 40px 0px 30px 0px;
    }

    .h_depart .inner {
        width: 15.41%;
        margin-right: 1.5%;
        margin-bottom: 20px;
    }

    .h_depart .inner:nth-child(7n) {
        margin-right: 1.5%;
    }

    .h_depart .inner:nth-child(6n) {
        margin-right: 0;
    }

    .h_depart .btn {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .h_depart .titlebox {
        margin-bottom: 15px;
    }

    .h_depart .inner {
        width: 18.8%;
        margin-right: 1.5%;
        margin-bottom: 20px;
    }

    .h_depart .inner:nth-child(6n) {
        margin-right: 1.5%;
    }

    .h_depart .inner:nth-child(5n) {
        margin-right: 0;
    }

    .h_depart .svgbox {
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .h_depart {
        padding: 30px 0px 20px 0px;
    }

    .h_depart .inner {
        width: 23.8%;
        margin-right: 1.5%;
        margin-bottom: 20px;
    }

    .h_depart .inner:nth-child(5n) {
        margin-right: 1.5%;
    }

    .h_depart .inner:nth-child(4n) {
        margin-right: 0;
    }
}

@media(max-width:400px) {
    .h_depart .inner {
        width: 32.3%;
        margin-right: 1.5%;
        margin-bottom: 20px;
    }

    .h_depart .inner:nth-child(4n) {
        margin-right: 1.5%;
    }

    .h_depart .inner:nth-child(3n) {
        margin-right: 0;
    }
}


/* h_location */

.h_location {
    padding-bottom: 78px;
    position: relative;
}

.h_location .jiantou {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.h_location .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px;
}

.h_location .title46 {
    width: 40%;
}

.loca_sea {
    width: 51.05%;
}

.loca_sea .sea {
    position: relative;
}

.loca_sea .sea>input {
    height: 64px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid rgba(156, 172, 255, 0.30);
    background: var(--co-fff);
    padding: 0px 70px 0px 20px;

    color: var(--co-002D73);
    font-size: 18px;
    font-family: var(--regular);
}

.loca_sea .sea>input::placeholder {
    color: var(--co-002D73);
}

.loca_sea .loca_sub {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 64px;
    background-color: transparent;
    border-radius: 6px;
}

.loca_sea .loca_sub>div {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loca_sea .loca_sub>div:hover i {
    color: var(--co-002D73);
}

.loca_sea .loca_sub input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.loca_sea .loca_sub i {
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    color: var(--co-1E1E1E);
    pointer-events: none;
    cursor: pointer;
}

.h_location .wrap {
    display: flex;
    flex-wrap: wrap;
}

.h_location .inner {
    width: 23.8571%;
    margin-right: 1.5%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 22px;
}

.h_location .inner:nth-child(4n) {
    margin-right: 0;
}

.h_location .imgbox {}

.h_location .shadow {
    position: absolute;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px 20px 17px 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    pointer-events: none;
}

.h_location .title {
    color: var(--co-fff);
    font-family: var(--bold);
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: all;
}

.h_location .title a {
    color: var(--co-fff);
}

.h_location .title a:hover {
    text-decoration: underline;
}

.h_location .intro {
    color: var(--co-fff);
    font-size: 14px;
    pointer-events: all;
}

@media(max-width:1600px) {
    .h_location .titlebox {
        margin-bottom: 45px;
    }

    .loca_sea .sea>input {
        height: 60px;
        width: 100%;
        border-radius: 6px;
        padding: 0px 70px 0px 20px;
        font-size: 18px;
    }

    .h_location .shadow {
        padding: 12px 15px 10px 15px;
    }

    .h_location {
        padding-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .h_location {
        padding-bottom: 50px;
    }

    .h_location .titlebox {
        margin-bottom: 35px;
    }

    .loca_sea .sea>input {
        height: 55px;
        width: 100%;
        border-radius: 6px;
        padding: 0px 70px 0px 20px;
        font-size: 16px;
    }

    .h_location .shadow {
        position: absolute;
        width: 100%;
        height: auto;
        padding: 12px 15px 10px 15px;
    }

    .h_location .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .h_location {
        padding-bottom: 40px;
    }

    .h_location .titlebox {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .h_location .title46 {
        width: auto;
        margin-bottom: 15px;
    }

    .loca_sea .loca_sea {
        width: 100%;
    }

    .loca_sea .sea>input {
        height: 50px;
        padding: 0px 70px 0px 20px;
        font-size: 14px;
    }

    .h_location .inner {
        width: 32%;
        margin-right: 2%;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .h_location .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .h_location .inner:nth-child(3n) {
        margin-right: 0;
    }

    .h_location .jiantou {
        display: none;
    }
}

@media(max-width:768px) {
    .h_location .titlebox {
        margin-bottom: 15px;
    }

    .h_location .inner {
        width: 48%;
        margin-right: 4%;
    }

    .h_location .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .h_location .inner:nth-child(2n) {
        margin-right: 0;
    }

    .h_location .title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 2px;
    }

    .loca_sea .sea>input {
        height: 45px;
        padding: 0px 70px 0px 20px;
        font-size: 14px;
    }

    .loca_sea {
        width: 100%;
    }
}

@media(max-width:538px) {
    .h_location {
        padding-bottom: 30px;
    }
}

@media(max-width:400px) {
    .h_location .inner {
        width: 100%;
        margin-right: 0 !important;
    }

    .h_location .imgbox img {
        width: 100%;
    }

    .h_location .inner:last-child {
        margin-bottom: 0;
    }
}


/* h_package */

.h_package {
    padding: 80px 0px 100px;
    position: relative;
}

.h_package .bg {
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-60%);
}

.h_package .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
}

.h_package .btnbox {
    display: flex;
    align-items: center;
}

.h_package .btnbox i {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--co-E8E8E8);
    margin-left: 10px;
    cursor: pointer;
    color: var(--co-333);
}

.h_package .btnbox i:hover {
    background-color: var(--co-002D73);
    color: #fff;
}

.h_package .swiper {
    overflow: visible;
}

.h_package .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .3s ease opacity;
}

.h_package .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

.h_package .inner {
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 4px 4px 20px rgba(0, 43, 158, 0.10);
}

.h_package .inner:last-child {
    margin-bottom: 0;
}

.h_package .imgbox {
    overflow: hidden;
}

.h_package .contact {
    padding: 30px 30px;
}

.h_package .title {
    color: #002D73;
    font-family: var(--medium);
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 27px;
    min-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_package .title a {
    color: #002D73;
}

.h_package .title a:hover {
    text-decoration: underline;
}

.h_package .list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    color: var(--co-666);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
}

.h_package .list li:last-child {
    margin-bottom: 0;
}

.h_package .list .svgbox {
    margin-right: 8px;
}

.h_package .list .this {
    margin-right: 20px;
}

.h_package .list .dele {
    text-decoration: line-through;
    color: var(--co-666);
    opacity: .6;
}

@media(max-width:1600px) {
    .h_package {
        padding: 60px 0px;
    }

    .h_package .titlebox {
        margin-bottom: 45px;
    }

    .h_package .btnbox i {
        width: 55px;
        height: 55px;
    }

    .h_package .contact {
        padding: 25px 25px;
    }

    .h_package .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
        min-height: 56px;
    }
}

@media(max-width:1333px) {
    .h_package {
        padding: 50px 0px;
    }

    .h_package .titlebox {
        margin-bottom: 35px;
    }

    .h_package .btnbox i {
        width: 50px;
        height: 50px;
    }

    .h_package .contact {
        padding: 20px;
    }

    .h_package .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
        min-height: 52px;
    }

    .h_package .list li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .h_package .inner {
        margin-bottom: 20px;
    }

    .h_package .inner:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:999px) {
    .h_package {
        padding: 40px 0px;
    }

    .h_package .titlebox {
        margin-bottom: 25px;
    }

    .h_package .inner {
        border-radius: 10px;
    }

    .h_package .contact {
        padding: 15px;
    }

    .h_package .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        min-height: 48px;
    }

    .h_package .btnbox i {
        width: 45px;
        height: 45px;
    }

    .h_package .bg {
        display: none;
    }
}

@media(max-width:768px) {
    .h_package .titlebox {
        margin-bottom: 15px;
    }

    .h_package .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        min-height: 48px;
    }
}

@media(max-width:538px) {
    .h_package {
        padding: 30px 0px;
    }
}


/* h_services */

.h_services {
    padding: 80px 0px 100px;
    background-color: #f4f6fb;
}

.h_services .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 59px;
}

.h_services .l {
    width: 74%;
}

.h_services .title46 {
    margin-bottom: 17px;
}

.h_services .con {
    color: var(--co-666);
    line-height: 28px;
}

.h_services .btn {
    color: var(--co-002D73);
    font-size: 18px;
    line-height: 32px;
    font-family: var(--medium);
}

.h_services .btn:hover {
    text-decoration: underline;
}

.h_services .swiper {
    overflow: visible;
}

.h_services .swiper-slide {
    height: auto;
    background-color: #fff;

    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    opacity: 0;
    pointer-events: none;
    position: relative;
    transition: .3s linear opacity;
}

.h_services .swiper-slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 8px;
    background-color: #0b3cb6;
    transition: .3s linear width;
}

.h_services .swiper-slide:hover::after {
    width: 100%;
}


.h_services .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}


.h_services .imgbox {
    position: relative;
}

.h_services .imgbox .svgbox {
    position: absolute;
    right: 3%;
    bottom: -20px;
}

.h_services .imgbox a {
    overflow: hidden;
    display: inline-block;

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
}

.h_services .contact {
    padding: 47px 40px 59px 40px;
}

.h_services .title {
    color: var(--co-1E1E1E);
    font-family: var(--medium);
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_services .title a {
    color: var(--co-1E1E1E);
}

.h_services .title:hover,
.h_services .title a:hover {
    color: var(--co-002D73);
}

.h_services .content {
    color: var(--co-666);
    line-height: 28px;
}

.h_services .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.h_services .swiper-pagination-bullet {
    background-color: var(--co-002D73);
}


@media(max-width:1600px) {
    .h_services {
        padding: 60px 0px;
    }

    .h_services .titlebox {
        margin-bottom: 45px;
    }

    .h_services .contact {
        padding: 40px 40px 50px 40px;
    }

    .h_services .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .h_services {
        padding: 50px 0px;
    }

    .h_services .titlebox {
        margin-bottom: 35px;
    }

    .h_services .btn {
        font-size: 16px;
        line-height: 28px;
    }

    .h_services .contact {
        padding: 30px;
    }

    .h_services .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .h_services .imgbox .svgbox img {
        width: 80px;
    }

    .h_services .swiper-slide::after {
        height: 5px;
    }
}

@media(max-width:999px) {
    .h_services {
        padding: 40px 0px;
    }

    .h_services .titlebox {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .h_services .btn {
        font-size: 14px;
        line-height: 26px;
    }

    .h_services .l {
        width: 100%;
        margin-bottom: 15px;
    }

    .h_services .con {
        line-height: 26px;
    }

    .h_services .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .h_services .content {
        line-height: 26px;
    }

    .h_services .imgbox .svgbox img {
        width: 60px;
    }

    .h_services .contact {
        padding: 20px;
    }
}

@media(max-width:768px) {
    .h_services .titlebox {
        margin-bottom: 15px;
    }

    .h_services .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .h_services .title46 {
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .h_services {
        padding: 30px 0px;
    }
}



/* h_medical */

.h_medical {
    padding: 70px 0px 80px;
    position: relative;
}

.h_medical .jiantou {
    position: absolute;
    left: 0;
    top: 53%;
    transform: translateY(-50%);
}

.h_medical .svgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
}

.h_medical .title46 {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 9px;
}

.h_medical .con {
    color: var(--co-002D73);
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.h_medical .box {
    margin-bottom: 70px;
}

.h_medical .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../images/h_svg9.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    background-position: center;
}

.h_medical .line {
    width: 50px;
    height: 4px;
    background-color: var(--co-75C433);
    margin: 0 auto;
    margin-bottom: 19px;
}

.h_medical .title {
    color: var(--co-002D73);
    font-family: var(--medium);
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.h_medical .content {
    color: var(--co-666);
    text-align: center;
    line-height: 28px;
    margin-bottom: 30px;
}

.h_medical .btn {
    color: var(--co-002D73);
    text-align: center;
    line-height: 28px;
    margin: 0 auto;
    opacity: .6;
}

.h_medical .btn:hover {
    color: var(--co-75C433);
}

.h_medical .btnbox i {
    font-size: 24px;
    color: var(--co-666);
    font-weight: bold;
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    cursor: pointer;
}

.h_medical .btnbox i:hover {
    color: var(--co-002D73);
}

.h_medical .btnbox i:first-child {
    left: -80px;
}

.h_medical .btnbox i:last-child {
    right: -80px;
}

.h_medical .btn1 {
    width: 235px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    border-radius: 6px;
    background: var(--co-75C433);
    margin: 0 auto;
}

.h_medical .btn1:hover {
    background-color: #fff;
    border: 1px solid var(--co-75C433);
    color: var(--co-75C433);
}

@media(max-width:1600px) {
    .h_medical {
        padding: 60px 0px;
    }

    .h_medical .con {
        font-size: 18px;
        line-height: 32px;
        width: 80%;
        margin-bottom: 45px;
    }

    .h_medical .btnbox i:first-child {
        left: -50px;
    }

    .h_medical .btnbox i:last-child {
        right: -50px;
    }

    .h_medical .box {
        margin-bottom: 45px;
    }

    .h_medical .title46 {
        width: 90%;
        margin-bottom: 9px;
    }

    .h_medical .con {
        font-size: 18px;
        line-height: 30px;
        width: 90%;
        margin-bottom: 35px;
    }

    .h_medical .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .h_medical {
        padding: 50px 0px;
    }

    .h_medical .box {
        margin-bottom: 35px;
    }

    .h_medical .title46 {
        width: 100%;
        margin-bottom: 9px;
    }

    .h_medical .con {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin-bottom: 25px;
    }

    .h_medical .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .h_medical .content {
        line-height: 28px;
        margin-bottom: 20px;
    }

    .h_medical .btn1 {
        width: 200px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .h_medical {
        padding: 40px 0px;
    }

    .h_medical .box {
        margin-bottom: 25px;
    }

    .h_medical .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .h_medical .content {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .h_medical .jiantou {
        display: none;
    }

    .h_medical .btn1 {
        width: 180px;
        height: 45px;
        font-size: 14px;
    }

    .h_medical .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .h_medical .svgbox img {
        width: 60px;
    }
}

@media(max-width:768px) {
    .h_medical .box {
        margin-bottom: 15px;
    }

    .h_medical .btnbox i {
        position: static;
        transform: unset;
    }

    .h_medical .btnbox {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }

    .h_medical .btnbox i:first-child {
        margin-right: 15px;
    }
}

@media(max-width:538px) {
    .h_medical {
        padding: 30px 0px;
    }
}


/* h_pharmace */

.h_pharmace {
    padding: 90px 0px 60px;
    background-color: #f4f6fb;
}

.h_pharmace .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.h_pharmace .title46 {
    width: 42%;
}

.h_pharmace .btn1 {
    color: var(--co-002D73);
    font-size: 18px;
    font-family: var(--medium);
}

.h_pharmace .btn1:hover {
    text-decoration: underline;
}

.h_pharmace .swiper {
    overflow: visible;
}

.h_pharmace .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 43, 158, 0.10);
    opacity: 0;
    pointer-events: none;
    transition: .3s ease opacity;
}

.h_pharmace .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

.h_pharmace .imgbox {
    overflow: hidden;
}

.h_pharmace .contact {
    padding: 22px 20px 34px 20px;
    background-color: #fff;
}

.h_pharmace .title {
    color: var(--co-002D73);
    font-size: 18px;
    line-height: 32px;
    min-height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 45px;
}

.h_pharmace .title a {
    color: var(--co-002D73);
}

.h_pharmace .title a:hover {
    text-decoration: underline;
}

.h_pharmace .btn:hover {
    color: var(--co-002D73);
}

.h_pharmace .swiper-pagination {
    position: static;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
}

.h_pharmace .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: #666;
    opacity: .6;
    margin-right: 20px !important;
}

.h_pharmace .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.h_pharmace .swiper-pagination-bullet-active {
    opacity: 1;
    width: 20px;
    height: 20px;
    background-color: var(--co-002D73);
    border-radius: 20px;
    border: 3px solid #FFF;
    background: var(--jianbian1);
    box-shadow: 0 2px 10px 0 rgba(6, 53, 172, 0.20);
}

@media(max-width:1600px) {
    .h_pharmace {
        padding: 60px 0px;
    }

    .h_pharmace .title46 {
        width: 100%;
    }

    .h_pharmace .btn1 {
        font-size: 18px;
        flex-shrink: 0;
        margin-left: 50px;
    }

    .h_pharmace .titlebox {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .h_pharmace {
        padding: 50px 0px;
    }

    .h_pharmace .titlebox {
        margin-bottom: 35px;
    }

    .h_pharmace .btn1 {
        font-size: 16px;
        margin-left: 40px;
    }

    .h_pharmace .contact {
        padding: 20px 20px 20px 20px;
    }

    .h_pharmace .title {
        font-size: 18px;
        line-height: 30px;
        min-height: 60px;
        margin-bottom: 45px;
    }
}

@media(max-width:999px) {
    .h_pharmace {
        padding: 40px 0px;
    }

    .h_pharmace .titlebox {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .h_pharmace .title46 {
        margin-bottom: 15px;
    }

    .h_pharmace .swiper-slide {
        border-radius: 10px;
    }

    .h_pharmace .title {
        font-size: 16px;
        line-height: 28px;
        min-height: 56px;
        margin-bottom: 35px;
    }

    .h_pharmace .btn1 {
        font-size: 14px;
        margin-left: 0px;
    }

}

@media(max-width:768px) {
    .h_pharmace .titlebox {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .h_pharmace {
        padding: 30px 0px;
    }
}



/* h_cursomer */

.h_cursomer {
    padding: 137px 0px 100px;
    position: relative;
}

.h_cursomer .jiantou {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 23.45%;
}

.h_cursomer .box {}

.h_cursomer .swiper {
    overflow: visible;
}

.h_cursomer .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity;
}

.h_cursomer .swiper-slide-active {
    opacity: 1;
    pointer-events: all;
}

.h_cursomer .l_box {
    width: 57%;
}

.h_cursomer .title46 {
    margin-bottom: 101px;
}

.h_cursomer .yinhao {
    margin-bottom: 45px;
}

.h_cursomer .s_title {
    color: var(--co-002D73);
    font-family: var(--bold);
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 28px;
}

.h_cursomer .content {
    color: var(--co-666);
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_cursomer .r_box {
    width: 36.8%;
    transform: translateX(15%);
}

.h_cursomer .swiper-pagination {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform: translateY(-54px);
}

.h_cursomer .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    opacity: 0.6;
    background-color: var(--co-666);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    margin-right: 20px !important;
    position: relative;
}

.h_cursomer .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.h_cursomer .swiper-pagination-bullet-active {
    width: 17px;
    height: 17px;

    border-radius: 999px;
    /* border: 3px solid rgba(0, 85, 217, 0.20); */
    background: var(--jianbian1);
    opacity: 1;
}

.h_cursomer .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    top: -3px;
    left: -3px;
    background-color: #0837af;
    opacity: .5;
    border-radius: 999px;
    z-index: -1;
}

@media(max-width:1600px) {
    .h_cursomer {
        padding: 60px 0px;
    }

    .h_cursomer .title46 {
        margin-bottom: 45px;
    }

    .h_cursomer .yinhao {
        margin-bottom: 30px;
    }

    .h_cursomer .s_title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .h_cursomer .r_box {
        width: 36.8%;
        transform: translateX(5%);
    }

    .h_cursomer .swiper-pagination {
        position: static;
        transform: unset;
        height: 22px;
    }
}

@media(max-width:1333px) {
    .h_cursomer {
        padding: 50px 0px;
    }

    .h_cursomer .yinhao {
        margin-bottom: 20px;
    }

    .h_cursomer .title46 {
        margin-bottom: 35px;
    }

    .h_cursomer .s_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .h_cursomer {
        padding: 40px 0px;
    }

    .h_cursomer .yinhao {
        margin-bottom: 15px;
    }

    .h_cursomer .l_box {
        width: 65%;
    }

    .h_cursomer .content {
        line-height: 26px;
    }

    .h_cursomer .title46 {
        margin-bottom: 25px;
    }

    .h_cursomer .s_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .h_cursomer .jiantou {
        display: none;
    }

    .h_cursomer .swiper-pagination {
        margin-top: 20px;
    }

    .h_cursomer .swiper-pagination-bullet-active {
        width: 14px;
        height: 14px;
    }

    .h_cursomer .swiper-pagination-bullet-active::after {
        width: 20px;
        height: 20px;
    }
}

@media(max-width:768px) {
    .h_cursomer .title46 {
        margin-bottom: 15px;
    }

    .h_cursomer .yinhao img {
        width: 42px;
    }

    .h_cursomer .s_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .h_cursomer .swiper-pagination {
        margin-top: 20px;
    }

}

@media(max-width:538px) {
    .h_cursomer {
        padding: 30px 0px;
    }

    .h_cursomer .swiper-slide {
        flex-direction: column;
    }

    .h_cursomer .swiper-pagination {
        justify-content: center;
    }

    .h_cursomer .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .h_cursomer .r_box {
        width: auto;
        margin: 0 auto;
    }

    .h_cursomer .r_box img {
        width: 200px;
    }
}

/* h_latest */

.h_latest {
    padding: 90px 0px 81px;
    background: linear-gradient(180deg, #F4F6FB 0%, rgba(244, 246, 251, 0.00) 100%);
}

.h_latest .title46 {
    text-align: center;
    margin-bottom: 20px;
}

.h_latest .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 59px;
}

.h_latest .btn1 a {
    color: #002D73;
    font-family: var(--medium);
    font-size: 18px;
}

.h_latest .btn1 a:hover {
    text-decoration: underline;
}

.h_latest .inner:first-child {
    border-top: 1px solid var(--co-D9D9D9);
}

.h_latest .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 24px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.h_latest .inner:last-child {
    border-bottom: unset;
}

.h_latest .l_box {
    width: 75%;
    display: flex;
    align-items: flex-start;
}

.h_latest .databox {
    width: auto;
    flex-shrink: 0;
    margin-right: 7.6%;
    text-align: center;
}

.h_latest .day {
    color: var(--co-002D73);
    font-family: var(--bold);
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 8px;
}

.h_latest .data {
    color: var(--co-002D73);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
}

.h_latest .contact {
    width: 100%;
}

.h_latest .title {
    color: var(--co-002D73);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;

    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_latest .title a {
    color: var(--co-002D73);
}

.h_latest .title a:hover {
    text-decoration: underline;
}

.h_latest .content {
    color: var(--co-666);
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_latest .r_box {
    width: 20.25%;
    overflow: hidden;
}

.h_latest .r_box img:hover {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .h_latest {
        padding: 60px 0px;
    }

    .h_latest .btn1 {
        margin-bottom: 45px;
    }

    .h_latest .day {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 8px;
    }
}

@media(max-width:1333px) {
    .h_latest {
        padding: 50px 0px;
    }

    .h_latest .btn1 {
        margin-bottom: 35px;
    }

    .h_latest .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .h_latest .day {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    .h_latest .data {
        font-size: 16px;
        line-height: 26px;
    }

    .h_latest .btn1 a {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .h_latest {
        padding: 40px 0px;
    }

    .h_latest .btn1 {
        margin-bottom: 25px;
    }

    .h_latest .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .h_latest .inner {
        flex-direction: column;
    }

    .h_latest .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .h_latest .r_box {
        width: auto;
    }

    .h_latest .content {
        line-height: 26px;
    }

    .h_latest .day {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    .h_latest .data {
        font-size: 14px;
        line-height: 24px;
    }

    .h_latest .btn1 a {
        font-size: 14px;
    }
}

@media(max-width:768px) {

    .h_latest .btn1 {
        margin-bottom: 15px;
    }

    .h_latest .title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 3px;
    }

    .h_latest .inner {
        padding: 15px 0px;
    }

    .h_latest .day {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }
}

@media(max-width:538px) {
    .h_latest {
        padding: 30px 0px;
    }

    .h_latest .l_box {
        flex-direction: column;
    }

    .h_latest .databox {
        width: auto;
        margin-bottom: 15px;
    }

    .h_latest .inner {
        justify-content: flex-start;
    }
}



/* footer */

footer {}

footer .t {
    background-image: url(../images/f_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    height: 752px;
}

footer .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .l_box {
    width: 25%;
}

footer .logo {
    margin-bottom: 30px;
    display: flex;
}

footer .tit {
    color: var(--co-002D73);
    font-family: var(--medium);
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}

footer .blogrolls {
    display: flex;
    flex-wrap: wrap;
}

footer .blogrolls a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 999px;
    color: #aaa;
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 14px;
}

footer .blogrolls a:last-child {
    margin-right: 0;
}

footer .blogrolls a:hover {
    background: linear-gradient(to left, rgba(51, 164, 213, 1)0%, rgba(46, 184, 89, 1)100%);
    color: #fff;
}

footer .nav {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
}

footer .box1 {
    width: 32.3%;
}

footer .box2 {
    width: 32.3%;
}

footer .box3 {
    width: 34.3%;
}


footer .title {
    color: var(--co-002D73);
    font-family: var(--bold);
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}

footer .title a {
    color: var(--co-002D73);
}

footer .title a:hover {
    text-decoration: underline;
}

footer .title i {
    font-weight: bold;
    display: none;
}

footer ul li {
    margin-bottom: 4px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer ul li,
footer ul li a {
    color: var(--co-1E1E1E);
    line-height: 28px;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer .b {
    padding: 20px 0px 20px;
    background: var(--jianbian1);
}

footer .copyright {
    margin-bottom: 10px;
}

footer .copyright,
footer .copyright a,
footer .links,
footer .links a {
    color: #fff;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
}

footer .copyright a:hover,
footer .links a:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    footer .t {
        padding-top: 60px;
        height: 700px;
    }

    footer .tit {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    footer .logo {
        margin-bottom: 20px;
    }

    footer .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    footer .t {
        padding-top: 50px;
    }

    footer .tit {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    footer .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    footer .logo img {
        width: 100px;
    }
}

@media(max-width:999px) {
    footer .t {
        padding: 30px 0px;
    }

    footer .top {
        flex-direction: column;
    }

    footer .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    footer .nav {
        width: 100%;
    }

    footer .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    footer .tit {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    footer ul li,
    footer ul li a {
        line-height: 26px;
    }

    footer .b {
        padding-bottom: 50px;
    }

    footer .logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer .logo img {
        width: 90px;
    }

    footer .tit {
        text-align: center;
    }

    footer .blogrolls {
        justify-content: center;
    }
}

@media(max-width:768px) {
    footer .l_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .nav {
        flex-direction: column;
    }

    footer .t {
        height: auto;
        background-image: unset;
    }

    footer .box {
        width: 100% !important;
        margin-bottom: 8px;
    }

    footer .box:last-child {
        margin-bottom: 0;
    }

    footer .box ul {
        display: none;
        transition: none;
        margin-top: 10px;
    }

    footer .title {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        line-height: 26px;
    }

    footer .title i {
        display: block;

    }

    footer .logo img {
        width: 80px;
    }

    footer .tit {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    footer .blogrolls a {
        background: linear-gradient(to left, rgba(51, 164, 213, 1)0%, rgba(46, 184, 89, 1)100%);
        color: #fff;
    }
}

@media(max-width:538px) {
    footer .t {
        padding-top: 30px;
    }
}

/* mianbao */

.crumb1 {
    padding: 21px 0px;
    background-color: #F4F6FB;
    margin-top: 136px;
}

.crumb,
.crumb a {
    color: var(--co-1E1E1E);
    line-height: 28px;
}

.crumb .active,
.crumb a:hover {
    color: var(--co-002D73);
}

@media(max-width:1333px) {
    .crumb1 {
        margin-top: 120px;
        padding: 15px 0px;
    }
}

@media(max-width:999px) {
    .crumb1 {
        margin-top: 60px;
        padding: 10px 0px;
    }
}

@media(max-width:768px) {
    .crumb1 {
        margin-top: 50px;
    }
}

/* medical_services */

.medical_services {
    padding: 80px 0px 88px;
    background-image: url(../images/2-1bg1.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
}

.medical_services .title46 {
    margin-bottom: 55px;
}

.medical_services .list {
    margin-bottom: 48px;
}

.medical_services .list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 26px 30px 26px 30px;
    background-color: var(--co-fff);
    margin-bottom: 18px;
}

.medical_services .list li:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}


.medical_services li:last-child {
    margin-bottom: 0;
}

.medical_services .list .svgbox {
    flex-shrink: 0;
    margin-right: 15px;
}

.medical_services .list .svgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 93px;
    height: 87px;
    border-radius: 999px;
    background: #F4F6FB;
    margin-right: 20px;
}

.medical_services .contact {
    padding-top: 27px;
}

.medical_services .title {
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

.medical_services .content {
    color: var(--co-666);
    line-height: 28px;
}

@media(max-width:1600px) {
    .medical_services {
        padding: 60px 0px;
    }

    .medical_services .title46 {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .medical_services {
        padding: 50px 0px;
    }

    .medical_services .title46 {
        margin-bottom: 35px;
    }

    .medical_services .contact {
        padding-top: 20px;
    }

    .medical_services .title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .medical_services {
        padding: 40px 0px;
    }

    .medical_services .title46 {
        margin-bottom: 25px;
    }

    .medical_services .title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .medical_services .list li {
        padding: 20px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    }

    .medical_services .list li:hover {
        transform: scale(1);
    }
}

@media(max-width:768px) {
    .medical_services .title46 {
        margin-bottom: 15px;
    }

    .medical_services .list li {
        flex-direction: column;
    }

    .medical_services .list .svgbox {
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }

    .medical_services .list .svgbox img {
        width: 40px;
    }

    .medical_services .contact {
        padding-top: 10px;
    }

    .medical_services .content {
        line-height: 26px;
    }

    .medical_services .title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .medical_services .list {
        margin-bottom: 30px;
    }
}

@media(max-width:538px) {
    .medical_services {
        padding: 30px 0px;
    }
}



/* pagination */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination .safe {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination a {
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 0px;
    border: solid 1px var(--co-E1E2E4);
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.pagination .prev,
.pagination .next {
    background: var(--co-1348c8);
    color: #fff;
}

.pagination .next {}

.pagination a:hover {
    border: 1px solid var(--co-002D73);
    background: rgba(4, 75, 143, 0.10);
    color: var(--co-002D73);
}

.pagination .active {
    border: 1px solid var(--co-002D73);
    background: rgba(4, 75, 143, 0.10);
    color: var(--co-002D73);
}

.pagination .submit {
    width: 150px;
    height: 36px;
    border-radius: 0px;
    background-color: transparent;
    font-size: 16px;
    color: var(--co-002D73);
    margin-right: 15px;
    cursor: pointer;
}

.pagination .submit:hover {
    text-decoration: underline;
}


@media(max-width:999px) {
    .pagination a {
        width: 32px;
        height: 32px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .pagination .submit {
        width: 150px;
        height: 36px;
        font-size: 16px;
        margin-right: 10px;
    }

}



/* common_module1 */

.common_module1 {
    background-image: url(../images/2-1bg2.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
    padding: 129px 0px;
}

.common_module1 .box {
    width: 50%;
}

.common_module1 .title46 {
    margin-bottom: 31px;
}

.common_module1 .content {
    color: var(--co-1E1E1E);
    font-size: 18px;
    line-height: 32px;
    opacity: .7;
    margin-bottom: 60px;
}

.common_module1 .btn {
    width: 198px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--co-fff);
    font-size: 18px;
    background: var(--jianbian1);
    border-radius: 6px;
    border-radius: 6px;
}

.common_module1 .btn:hover {
    border: 1px solid var(--co-002D73);
    color: var(--co-002D73);
    background: #fff;
}

@media(max-width:1600px) {
    .common_module1 {
        padding: 80px 0px;
    }

    .common_module1 .content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 45px;
    }

    .common_module1 .box {
        width: 60%;
    }
}

@media(max-width:1333px) {
    .common_module1 {
        padding: 60px 0px;
    }

    .common_module1 .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 45px;
    }

    .common_module1 .title46 {
        margin-bottom: 25px;
    }

    .common_module1 .btn {
        width: 160px;
        height: 50px;
        font-size: 16px;
    }

    .common_module1 .box {
        width: 70%;
    }
}

@media(max-width:999px) {
    .common_module1 {
        padding: 50px 0px;
    }

    .common_module1 .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 35px;
    }

    .common_module1 .title46 {
        margin-bottom: 15px;
    }

    .common_module1 .btn {
        width: 150px;
        height: 45px;
        font-size: 14px;
    }

    .common_module1 .box {
        width: 80%;
    }
}

@media(max-width:768px) {
    .common_module1 .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .common_module1 .box {
        width: 100%;
    }
}

@media(max-width:538px) {
    .common_module1 {
        padding: 40px 0px;
    }
}


/* medicine_list */

.medicine_list {
    padding: 74px 0px 88px;
}

.medicine_list .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 31px;
}

.medicine_list .con {
    color: var(--co-666);
    line-height: 28px;
    margin-bottom: 39px;
}

.medicine_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 29px;
}

.medicine_list .inner {
    width: 22.8571%;
    margin-right: 2.8571%;
    margin-bottom: 40px;
}

.medicine_list .inner:nth-child(4n) {
    margin-right: 0;
}

.medicine_list .imgbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.medicine_list .imgbox:hover .btn {
    opacity: 1;
    pointer-events: all;
}

.medicine_list .btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    height: 52px;
    color: var(--co-fff);
    background: var(--jianbian1);
    opacity: 0;
    pointer-events: none;
}

.medicine_list .btn label {
    margin-right: 8px;
}

.medicine_list .imgbox a:first-child {
    border-radius: 16px;
    border: 1px solid var(--co-E2E7FF);
    overflow: hidden;
    display: inline-block;
}

.medicine_list .contact {
    padding-top: 21px;
}

.medicine_list .depar {
    color: var(--co-1E1E1E);
    text-align: center;
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 2px;
}

.medicine_list .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.medicine_list .name,
.medicine_list .name a {
    color: var(--co-666);
    text-align: center;
    line-height: 28px;
}

.medicine_list .name a:hover {
    color: var(--co-1348c8);
}


/* 隐藏默认的复选框 */
.custom-checkbox input {
    display: none;
}

/* 创建自定义复选框的外观 */
.checkmark {
    height: 15px;
    width: 15px;
    background: var(--jianbian1);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 0px;
    margin-right: 0px;
    cursor: pointer;
    border: 1px solid #fff;
}

/* 当复选框被选中时改变样式 */
.custom-checkbox input:checked~.checkmark::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    cursor: pointer;
}

@media(max-width:1600px) {
    .medicine_list {
        padding: 60px 0px;
    }

    .medicine_list .titlebox {
        margin-bottom: 30px;
    }

    .medicine_list .con {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .medicine_list .contact {
        padding-top: 15px;
    }
}

@media(max-width:1333px) {
    .medicine_list {
        padding: 50px 0px;
    }

    .medicine_list .titlebox {
        margin-bottom: 20px;
    }

    .medicine_list .con {
        line-height: 28px;
        margin-bottom: 20px;
    }

    .medicine_list .btn {
        width: 145px;
        height: 50px;
    }

    .medicine_list .contact {
        padding-top: 10px;
    }

    .medicine_list .depar {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 2px;
    }

    .medicine_list .name,
    .medicine_list .name a {
        line-height: 26px;
    }

    .medicine_list .inner {
        width: 22.8571%;
        margin-right: 2.8571%;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .medicine_list {
        padding: 40px 0px;
    }

    .medicine_list .inner {
        width: 32%;
        margin-right: 2%;
    }

    .medicine_list .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .medicine_list .inner:nth-child(3n) {
        margin-right: 0;
    }

    .medicine_list .btn {
        width: 135px;
        height: 45px;
        position: static;
        margin-top: 10px;
        opacity: 1;
        pointer-events: all;
    }

    .medicine_list .imgbox {
        flex-direction: column;
    }

    .medicine_list .imgbox a:first-child {
        border-radius: 10px;
    }
}

@media(max-width:768px) {
    .medicine_list .inner {
        margin-bottom: 20px;
    }

    .medicine_list .depar {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 2px;
    }

    .medicine_list .name,
    .medicine_list .name a {
        line-height: 24px;
    }

    .medicine_list .btn {
        width: 125px;
        height: 40px;
        margin-top: 10px;
    }

    .medicine_list .titlebox {
        flex-direction: column;
    }

    .medicine_list .title46 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .medicine_list {
        padding: 30px 0px;
    }

    .medicine_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .medicine_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .medicine_list .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:380px) {
    .medicine_list .inner {
        width: 100% !important;
        margin-right: 0% !important;
    }
}


/* public_promotions */

.public_promotions1 {
    padding: 90px 0px 110px;
    background-color: #f5f6fb;
}

.public_promotions2 {
    padding: 80px 0px 59px;
}

.public_promotions3 {
    padding: 66px 0px 100px;
    background-color: #f5f6fb;
}

.public_promotions .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 49px;
}

.public_promotions .btnbox {
    display: flex;
    align-items: center;
}

.public_promotions .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 999px;
    color: #666;
    font-size: 14px;
    background: var(--co-D9D9D9);
    cursor: pointer;
}

.public_promotions2 .btnbox i {
    width: 50px;
    height: 50px;
}

.public_promotions .btnbox i:hover {
    background: var(--jianbian1);
    color: #fff;
}

.public_promotions .btnbox i:first-child {
    margin-right: 10px;
}

.public_promotions .swiper {
    overflow: visible;
}

.public_promotions .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .3s ease opacity;

}

.public_promotions .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

.public_promotions .imgbox {
    overflow: hidden;
    border-radius: 16px 16px 0px 0px;
    box-shadow: 0 4px 20px rgba(0, 43, 158, 0.10);
}

.public_promotions .imgbox img {
    width: 100%;
}

.public_promotions .contact {
    padding: 23px 15px 20px 15px;
    background-color: #fff;
    border-radius: 0px 0px 16px 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 43, 158, 0.10);
}

.public_promotions .title {
    color: var(--co-002D73);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 26px;
    min-height: 52px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public_promotions .title a {
    color: var(--co-002D73);
}

.public_promotions .title a:hover {
    text-decoration: underline;
}

.public_promotions2 .title {
    margin-bottom: 25px;
}

.public_promotions .list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    color: var(--co-666);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 2px;
}

.public_promotions .list li:last-child {
    margin-bottom: 0;
}

.public_promotions .list .svgbox {
    margin-right: 8px;
}

.public_promotions .list .this {
    margin-right: 20px;
}

.public_promotions .list .dele {
    text-decoration: line-through;
    color: var(--co-666);
    opacity: .6;
}

@media(max-width:1600px) {

    .public_promotions1,
    .public_promotions2,
    .public_promotions3 {
        padding: 60px 0px;
    }

    .public_promotions .titlebox {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {

    .public_promotions1,
    .public_promotions2,
    .public_promotions3 {
        padding: 50px 0px;
    }

    .public_promotions .titlebox {
        margin-bottom: 30px;
    }

    .public_promotions .title {
        font-size: 16px;
        line-height: 26px;
        min-height: 52px;
        margin-bottom: 15px;
    }

    .public_promotions .btnbox i {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }

    .public_promotions .contact {
        padding: 20px 15px 20px 15px;
    }
}

@media(max-width:999px) {

    .public_promotions1,
    .public_promotions2,
    .public_promotions3 {
        padding: 40px 0px;
    }

    .public_promotions .titlebox {
        margin-bottom: 20px;
    }

    .public_promotions .contact {
        padding: 15px;
    }

    .public_promotions .list li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 2px;
    }

    .public_promotions .btnbox i {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media(max-width:538px) {

    .public_promotions1,
    .public_promotions2,
    .public_promotions3 {
        padding: 30px 0px;
    }
}


/* medicine_detail */

.medicine_detail {
    padding: 80px 0px 73px;
}


.medicine_detail .safe {
    display: flex;
    justify-content: space-between;
}

.medicine_detail .leftbox {
    width: 48.8%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-top: 0px;
}

.medicine_detail .leftbox .box {
    width: 574px;
    height: 466px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.medicine_detail .leftbox .box .swiper-slide {
    display: flex;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #E2E7FF;
}

.medicine_detail .leftbox .box .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.medicine_detail .leftbox .swiperbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
}

.medicine_detail .leftbox .swiperbox .product2_prev {
    top: -23px;
    font-size: 14px;
    transform: rotate(90deg);
    font-size: 20px;
}

.medicine_detail .leftbox .swiperbox .product2_next {
    bottom: -31px;
    font-size: 14px;
    transform: rotate(90deg);
    font-size: 20px;
}

.medicine_detail .leftbox .swiperbox .product2_prev:hover,
.medicine_detail .leftbox .swiperbox .product2_next:hover {
    color: #0EB9B3;
}

.medicine_detail .leftbox .swiperTwo .swiper-slide {
    cursor: pointer;

}

.medicine_detail .swiperTwo {
    padding: 0;
    margin: 0;
    height: 405px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 9px;
}


.medicine_detail .swiperTwo .swiper-slide {
    width: 90px;
    height: 73px;
    object-fit: cover;
    border: 1px solid transparent;
    position: relative;
}

.medicine_detail .swiperTwo .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
}

.medicine_detail .swiperTwo .swiper-slide img {
    height: 100%;
    width: 100%;
}

.medicine_detail .leftbox .swiperTwo .swiper-slide-thumb-active {
    border: 1px solid #E2E7FF;
}

.medicine_detail .leftbox .swiperTwo .swiper-slide-thumb-active::after {
    background: rgba(255, 255, 255, 0);
}

.medicine_detail .swiper-pagination {
    display: none;
}

.medicine_detail .control {
    position: absolute;
    color: #666666;
    cursor: pointer;
    font-weight: bold;
}

.medicine_detail .control:hover {
    color: #28a23d;
}

.medicine_detail img {
    display: block;
}

.medicine_detail .rightbox {
    width: 45.7%;
    padding: 54px 0px 31px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.medicine_detail .title34 {
    color: var(--co-002D73);
    margin-bottom: 44px;
}

.medicine_detail .content {
    color: var(--co-666);
    line-height: 28px;
    margin-bottom: 20px;
}

.medicine_detail .bottom {
    display: flex;
    align-items: center;
}

.medicine_detail .btnbox1 {
    display: flex;
    align-items: flex-start;
    margin-right: 35px;
}

.medicine_detail .btnbox1 a {
    width: 160px;
    height: 52px;
    border-radius: 6px;
    color: var(--co-1E1E1E);
    border: 1px solid var(--co-1E1E1E);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.medicine_detail .btnbox1 a:last-child {
    width: 168px;
    margin-right: 0;
}

.medicine_detail .btnbox1 a:hover {
    background: var(--jianbian1);
    border: unset;
    color: var(--co-fff);
}

.medicine_detail .sharebox {
    display: flex;
    align-items: center;
    color: var(--co-666);
}

.medicine_detail .sharebox span {
    margin-right: 5px;
}


@media(max-width:1600px) {
    .medicine_detail {
        padding: 60px 0px;
    }

    .medicine_detail .leftbox .box {
        width: 76%;
        height: auto;
    }

    .medicine_detail .leftbox .swiperbox {
        width: 22%;
    }

    .medicine_detail .swiperTwo .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    .medicine_detail .leftbox {
        align-items: center;
    }

    .medicine_detail .leftbox .swiperbox .product2_prev {
        font-size: 16px;
    }

    .medicine_detail .leftbox .swiperbox .product2_next {
        font-size: 16px;
    }

    .medicine_detail .rightbox {
        width: 48%;
        padding: 30px 0px 30px;
    }

    .medicine_detail .title34 {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .medicine_detail {
        padding: 50px 0px;
    }

    .medicine_detail .leftbox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 43%;
    }

    .medicine_detail .swiperTwo {
        height: auto !important;
    }

    .medicine_detail .leftbox .swiperbox .product2_prev {
        top: 50%;
        transform: translateY(-50%);
        left: -15px;
    }

    .medicine_detail .leftbox .swiperbox .product2_next {
        top: 50%;
        transform: translateY(-50%);
        bottom: unset;
        right: -15px;
    }

    .medicine_detail .swiperTwo .swiper-wrapper .swiper-slide img {
        height: auto;
    }

    .medicine_detail .swiperTwo .swiper-slide {
        height: auto;
    }

    .medicine_detail .swiperTwo {
        margin-top: 0;
    }

    .medicine_detail .leftbox .box {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .medicine_detail .leftbox .swiperbox {
        width: 100%;
        margin-left: 0;
    }

    .medicine_detail .rightbox {
        width: 48%;
        padding: 20px 0px 20px;
    }

    .medicine_detail .title34 {
        margin-bottom: 10px;
    }

    .medicine_detail .btnbox1 a {
        width: 150px;
        height: 50px;
        border-radius: 6px;
        margin-right: 8px;
    }

    .medicine_detail .bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .medicine_detail .btnbox1 {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .medicine_detail {
        padding: 40px 0px;
    }

    .medicine_detail .safe {
        flex-direction: column;
    }

    .medicine_detail .leftbox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 60%;
        margin: 0 auto;
    }

    .medicine_detail .swiperTwo {
        display: none;
    }

    .medicine_detail .leftbox .swiperbox .product2_prev,
    .medicine_detail .leftbox .swiperbox .product2_next {
        display: none;
    }

    .medicine_detail .swiper-pagination {
        display: block;
    }

    .medicine_detail .swiper-pagination-bullet-active {
        background-color: var(--co-1348c8) !important;
    }

    .medicine_detail .rightbox {
        width: 100%;
        padding-top: 0;
    }

    .medicine_detail .btnbox1 a {
        width: 140px !important;
        height: 45px;
        border-radius: 6px;
        margin-right: 8px;
    }

    .medicine_detail .content {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .medicine_detail .leftbox .box .swiper-slide img,
    .medicine_detail .leftbox .box .swiper-slide {
        border-radius: 10px;
    }
}

@media(max-width:768px) {
    .medicine_detail .leftbox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 75%;
        margin: 0 auto;
    }
}

@media(max-width:570px) {
    .medicine_detail {
        padding: 30px 0px;
    }

    .medicine_detail .leftbox {
        width: 90%;
    }
}

@media(max-width:450px) {
    .medicine_detail .leftbox {
        width: 100%;
    }
}


/* product_introduction */

.product_introduction {
    margin-bottom: 63px;
}

.product_introduction .title34 {
    margin-bottom: 34px;
}

.product_introduction .s_title {
    color: var(--co-1E1E1E);
    font-family: var(--medium);
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

.product_introduction .content {
    color: #666;
    line-height: 28px;
}
.product_introduction .content strong{
    position: relative;
    padding-left: 30px;
    font-weight: normal;
}
.product_introduction .content strong::after{
    content: "";
    position: absolute;
    left: -2px;
    top: -4px;
    width: 26px;
    height: 26px;
    display: inline-block;
    background-image: url(../images/3-2svg1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.product_introduction .content em {
    
}

@media(max-width:1600px) {
    .product_introduction {
        margin-bottom: 60px;
    }

    .product_introduction .title34 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .product_introduction {
        margin-bottom: 50px;
    }

    .product_introduction .title34 {
        margin-bottom: 20px;
    }

    .product_introduction .s_title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .product_introduction .content em {
        width: 26px;
        height: 26px;
       top: 5px;
    }
}

@media(max-width:999px) {
    .product_introduction {
        margin-bottom: 40px;
    }

    .product_introduction .title34 {
        margin-bottom: 15px;
    }

    .product_introduction .s_title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .product_introduction .content {
        line-height: 26px;
    }


}

@media(max-width:768px) {
    .product_introduction .s_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .product_introduction {
        margin-bottom: 30px;
    }
}


/* applicable_population */

.applicable_population {
    margin-bottom: 91px;
}

.applicable_population .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
}

.applicable_population .btn {
    display: flex;
    align-items: center;
    color: var(--co-1E1E1E);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
}

.applicable_population .btn:hover {
    text-decoration: underline;
}

.applicable_population .btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: var(--jianbian1);
    color: #fff;
    margin-left: 8px;
}

.applicable_population .wrap {
    display: flex;
    flex-wrap: wrap;
}

.applicable_population .inner {
    width: 21%;
    margin-right: 5.3214%;
    margin-bottom: 20px;
}

.applicable_population .inner:nth-child(4n) {
    margin-right: 0;
}

.applicable_population .title {
    padding-top: 15px;
    text-align: center;
    color: var(--co-1E1E1E);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 26px;
}

@media(max-width:1600px) {
    .applicable_population {
        margin-bottom: 60px;
    }

    .applicable_population .titlebox {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .applicable_population {
        margin-bottom: 50px;
    }

    .applicable_population .titlebox {
        margin-bottom: 20px;
    }

    .applicable_population .title {
        padding-top: 10px;
        font-size: 18px;
        line-height: 26px;
    }

    .applicable_population .btn {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .applicable_population {
        margin-bottom: 40px;
    }

    .applicable_population .titlebox {
        margin-bottom: 15px;
    }

    .applicable_population .btn {
        font-size: 14px;
        line-height: 26px;
    }

    .applicable_population .title {
        padding-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:768px) {
    .applicable_population .title {
        padding-top: 8px;
        font-size: 14px;
        line-height: 22px;
    }
}

@media(max-width:538px) {
    .applicable_population {
        margin-bottom: 30px;
    }

    .applicable_population .inner {
        width: 45%;
        margin-right: 10%;
        padding: 0px 3%;
        margin-bottom: 20px;
    }

    .applicable_population .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:380px) {
    .applicable_population .titlebox {
        flex-direction: column;
    }

    .applicable_population .title34 {
        margin-bottom: 15px;
    }
}


/* medicine_benefits */

.medicine_benefits {
    margin-bottom: 90px;
}

.medicine_benefits .title34 {
    margin-bottom: 8px;
}

.medicine_benefits .con {
    margin-bottom: 44px;
    color: var(--co-666);
}

.medicine_benefits table {
    border-collapse: collapse;
    border: 1px solid var(--co-E1E2E4);
    width: 100%;
    min-width: 700px;
    overflow: auto;
}

.medicine_benefits .tablen {
    overflow: auto;
}

.medicine_benefits table tr {
    color: var(--co-1E1E1E);
}

.medicine_benefits table tr td {
    border: 1px solid var(--co-E1E2E4);
    padding: 15px 32px;
    color: var(--co-666);
    font-size: 16px;
    line-height: 28px;
}

.medicine_benefits table tr td:first-child {
    color: var(--co-1E1E1E);
    font-family: var(--medium);
    font-size: 18px;
    width: 25.45%;
    background-color: var(--co-f5f6fb);
}

@media(max-width:1600px) {
    .medicine_benefits {
        margin-bottom: 60px;
    }

    .medicine_benefits .con {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .medicine_benefits {
        margin-bottom: 50px;
    }

    .medicine_benefits table tr td {
        padding: 15px 25px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .medicine_benefits {
        margin-bottom: 40px;
    }

    .medicine_benefits table tr td:first-child {
        font-size: 16px;
        width: 25.45%;
    }

    .medicine_benefits table tr td {
        padding: 15px 25px;
        font-size: 14px;
        line-height: 26px;
    }

    .medicine_benefits table tr td:first-child {
        font-size: 14px;
        width: 25.45%;
    }

}

@media(max-width:538px) {
    .medicine_benefits {
        margin-bottom: 30px;
    }
}

/* related_products */

.related_products1 {
    padding: 80px 0px 79px;
    background-color: var(--co-f5f6fb);
}

.related_products .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 49px;
}

.related_products .btnbox {
    display: flex;
    align-items: center;
}

.related_products .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    font-size: 14px;
    color: var(--co-666);
    background-color: rgba(217, 217, 217, .6);
    cursor: pointer;
}

.related_products .btnbox i:last-child {
    margin-left: 10px;
}

.related_products .btnbox i:hover {
    background: var(--jianbian1);
    color: #fff;
}

.related_products .imgbox {
    overflow: hidden;
    border: 1px solid var(--co-E1E2E4);
}

.related_products .contact {
    padding-top: 11px;
}

.related_products .depar {
    text-align: center;
    color: var(--co-1E1E1E);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 2px;
}

.related_products .name,
.related_products .name a {
    color: var(--co-666);
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}

.related_products .name a:hover {
    color: var(--co-1348c8);
}

@media(max-width:1600px) {
    .related_products1 {
        padding: 60px 0px;
    }

    .related_products .titlebox {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .related_products1 {
        padding: 50px 0px;
    }

    .related_products .titlebox {
        margin-bottom: 30px;
    }

    .related_products .btnbox i {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }

    .related_products .depar {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 2px;
    }
}

@media(max-width:999px) {
    .related_products1 {
        padding: 40px 0px;
    }

    .related_products .titlebox {
        margin-bottom: 20px;
    }

    .related_products .depar {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 2px;
    }

    .related_products .name,
    .related_products .name a {
        font-size: 14px;
        line-height: 26px;
    }

    .related_products .contact {
        padding-top: 5px;
    }

    .related_products .btnbox i {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media(max-width:538px) {
    .related_products1 {
        padding: 30px 0px;
    }
}


/* package_swiper1 */

.package_swiper1 {
    padding: 50px 0px 0px;
}

.package_swiper1 .swiper-slide {
    border-radius: 24px;
    overflow: hidden;
}

.package_swiper1 .swiper-pagination {
    bottom: 20px !important;
}

.package_swiper1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.6);
    margin-right: 20px !important;
    position: relative;
}

.package_swiper1 .swiper-pagination-bullet::after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 999px;
    position: absolute;
    left: -2px;
    top: -2px;
    background-color: #FFF;
    z-index: -1;
    opacity: 0;
}

.package_swiper1 .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.package_swiper1 .swiper-pagination-bullet-active {
    background: var(--jianbian1);
    image-orientation: 1;
}

.package_swiper1 .swiper-pagination-bullet-active::after {
    opacity: 1;
}

@media(max-width:1333px) {
    .package_swiper1 .swiper-slide {
        border-radius: 20px;
    }
}

@media(max-width:999px) {
    .package_swiper1 {
        padding: 40px 0px 0px;
    }

    .package_swiper1 .swiper-slide {
        border-radius: 10px;
    }
}

@media(max-width:768px) {
    .package_swiper1 .swiper-pagination {
        bottom: 10px !important;
    }
}

@media(max-width:538px) {
    .package_swiper1 {
        padding: 30px 0px 0px;
    }
}

/* package_list */

.package_list {
    padding: 51px 0px 78px;
}

.package_list .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.package_list .title40 {
    color: var(--co-002D73);
}

.package_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.package_list .inner {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 40px;
}

.package_list .inner:nth-child(4n) {
    margin-right: 0;
}

.package_list .imgbox {
    overflow: hidden;
    border-radius: 16px 16px 0px 0px;
    box-shadow: 0 4px 20px rgba(0, 43, 158, 0.10);
}

.package_list .imgbox img {
    width: 100%;
}

.package_list .contact {
    padding: 23px 15px 20px 15px;
    background-color: #fff;
    border-radius: 0px 0px 16px 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 43, 158, 0.10);
}

.package_list .title {
    color: var(--co-002D73);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 26px;
    min-height: 52px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.package_list .title a {
    color: var(--co-002D73);
}

.package_list .title a:hover {
    text-decoration: underline;
}

.package_list .list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    color: var(--co-666);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 2px;
}

.package_list .list li:last-child {
    margin-bottom: 0;
}

.package_list .list .svgbox {
    margin-right: 8px;
}

.package_list .list .this {
    margin-right: 20px;
}

.package_list .list .dele {
    text-decoration: line-through;
    color: var(--co-666);
    opacity: .6;
}

@media(max-width:1600px) {
    .package_list {
        padding: 60px 0px;
    }

    .package_list .titlebox {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .package_list {
        padding: 50px 0px;
    }

    .package_list .titlebox {
        margin-bottom: 35px;
    }

    .package_list .title {
        font-size: 16px;
        line-height: 24px;
        min-height: 48px;
        margin-bottom: 10px;
    }

    .package_list .contact {
        padding: 20px 15px 20px 15px;
    }
}

@media(max-width:999px) {
    .package_list {
        padding: 40px 0px;
    }

    .package_list .titlebox {
        margin-bottom: 25px;
    }

    .package_list .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .package_list .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .package_list .inner:nth-child(3n) {
        margin-right: 0;
    }

    .package_list .list li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 2px;
    }

    .package_list .imgbox {
        border-radius: 10px 10px 0px 0px;
    }

    .package_list .contact {
        padding: 15px 15px 15px 15px;
        border-radius: 0px 0px 10px 10px;
    }

}

@media(max-width:768px) {
    .package_list .titlebox {
        margin-bottom: 15px;
        flex-direction: column;
    }

    .package_list .title40 {
        margin-bottom: 15px;
    }

    .package_list .con {
        width: 100%;
    }
}

@media(max-width:538px) {
    .package_list {
        padding: 30px 0px;
    }

    .package_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .package_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .package_list .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:400px) {
    .package_list .inner {
        width: 100%;
        margin-right: 0% !important;
    }
}


/* package_programs */

.package_programs {
    padding-top: 80px;
    margin-bottom:60px;
}

.package_programs .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.package_programs .l_box {
    width: 50%;
    border-radius: 24px;
    overflow: hidden;
}

.package_programs .r_box {
    width: 49%;
}

.package_programs .top {
    padding: 58px 40px 38px 40px;
    background-color: var(--co-f5f6fb);
    border-radius: 24px;
    margin-bottom: 38px;
}

.package_programs .title34 {
    color: var(--co-002D73);
    margin-bottom: 20px;
}

.package_programs .content {
    color: var(--co-666);
    line-height: 28px;
    padding-bottom: 29px;
    margin-bottom: 64px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.package_programs .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.package_programs .list {
    width: 50%;
}

.package_programs .list li {
    display: flex;
    flex-wrap: wrap;
    color: var(--co-666);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 8px;
}

.package_programs .list li:last-child {
    margin-bottom: 0;
}

.package_programs .list .svgbox {
    margin-right: 8px;
}

.package_programs .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 177px;
    height: 52px;
    background: var(--jianbian1);
    border-radius: 6px;
    color: #FFF;
}

.package_programs .btn img {
    margin-right: 8px;
}

.package_programs .btn:hover {
    background: #fff;
    border: 1px solid var(--co-333);
    color: var(--co-333);
}

.package_programs .btn:hover img {
    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

.package_programs .bottom {
    padding: 36px 40px;
    background-color: var(--co-f5f6fb);
    border-radius: 24px;
}

.package_programs .btnbox {
    display: flex;
    flex-wrap: wrap;
}

.package_programs .btnbox a {
    padding: 12px 25px;
    border: 1px solid var(--co-d2d7e4);
    border-radius: 999px;
    color: var(--co-002D73);
    margin-right: 14px;
    display: flex;
    align-items: center;
}

.package_programs .btnbox a:last-child {
    margin-right: 0;
}

.package_programs .btnbox a:hover span {
    text-decoration: underline;
}

.package_programs .btnbox a i {
    font-size: 20px;
    color: var(--co-1348c8);
    margin-right: 10px;
}

.package_programs .email span {
    word-break: break-all;
}

@media(max-width:1600px) {
    .package_programs {
        padding-top: 60px;
         margin-bottom:60px;
    }

    .package_programs .top {
        padding: 30px 30px 30px 30px;
        border-radius: 24px;
        margin-bottom: 30px;
    }

    .package_programs .content {
        line-height: 28px;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .package_programs .list li {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .package_programs .bottom {
        padding: 30px;
        border-radius: 24px;
    }

    .package_programs .btnbox a {
        padding: 10px 8px;
        margin-right: 14px;
    }

    .package_programs .top {
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .package_programs .list li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .package_programs .btnbox a {
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .package_programs {
        padding-top: 50px;
         margin-bottom:50px;
    }

    .package_programs .btn {
        width: 155px;
        height: 50px;
        border-radius: 6px;
    }

    .package_programs .bottom {
        padding: 20px;
        border-radius: 24px;
    }
}

@media(max-width:999px) {
    .package_programs {
        padding-top: 40px;
         margin-bottom:40px;
    }

    .package_programs .safe {
        flex-direction: column;
    }

    .package_programs .l_box {
        width: auto;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .package_programs .r_box {
        width: 100%;
    }

    .package_programs .top {
        width: 100%;
        border-radius: 10px;
    }

    .package_programs .bottom {
        border-radius: 10px;
    }

    .package_programs .list li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .package_programs .btn {
        width: 145px;
        height: 45px;
        border-radius: 6px;
    }

    .package_programs .content {
        line-height: 26px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .package_programs .title34 {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {
    .package_programs {
        padding-top: 30px;
         margin-bottom:30px;
    }

    .package_programs .box {
        flex-direction: column;
    }

    .package_programs .list {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* package_details */

.package_details {
    padding: 66px 0px 40px;
}

.package_details .titlebox {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 29px;
}

.package_details .box {
    box-shadow: 0 0 20px rgba(218, 231, 250, 0.80);
    padding: 30px 20px 35px 30px;
    border-radius: 16px;
}

.package_details .tit {
    color: var(--co-1E1E1E);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 27px;
}

.package_details .list .li {
    padding-bottom: 21px;
    margin-bottom: 17px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.package_details .list .li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset;
}

.package_details .name {
    color: var(--co-1E1E1E);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 4px;
}

.package_details .name em {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--jianbian1);
    border-radius: 999px;
    margin-right: 8px;
    transform: translateY(-2px);
}

.package_details .resu {
    color: var(--co-666);
    font-size: 16px;
    line-height: 28px;
}

@media(max-width:1600px) {
    .package_details {
        padding: 60px 0px;
    }
}

@media(max-width:1333px) {
    .package_details {
        padding: 50px 0px;
    }

    .package_details .box {
        padding: 20px 20px 20px 20px;
        border-radius: 16px;
    }

    .package_details .tit {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .package_details .titlebox {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .package_details {
        padding: 40px 0px;
    }

    .package_details .box {
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
    }

    .package_details .tit {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .package_details .name {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .package_details .resu {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .package_details {
        padding: 30px 0px;
    }
}

/* promium_service */

.promium_service {
    margin-bottom: 41px;
}

.promium_service .titlebox {
    display: flex;
    margin-bottom: 30px;
}

.promium_service .box {
    box-shadow: 0 0 20px rgba(218, 231, 250, 0.80);
    padding: 30px 30px 30px 30px;
    border-radius: 16px;
}

.promium_service ul {
    margin-bottom: 22px;
}

.promium_service li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--co-666);
    line-height: 28px;
}

.promium_service li {
    padding-bottom: 13px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.promium_service li em {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--jianbian1);
    border-radius: 999px;
    margin-right: 6px;
    margin-right: 8px;
}

.promium_service li span {
    color: var(--co-1E1E1E);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
}

.promium_service .last {
    color: var(--co-666);
    line-height: 28px;
}

@media(max-width:1333px) {
    .promium_service .box {
        padding: 20px;
        border-radius: 16px;
    }

    .promium_service li span {
        font-size: 16px;
        line-height: 30px;
    }

    .promium_service .titlebox {
        margin-bottom: 25px;
    }

}

@media(max-width:999px) {
    .promium_service .box {
        border-radius: 10px;
    }

    .promium_service li span {
        font-size: 14px;
        line-height: 26px;
    }

    .promium_service li {
        line-height: 26px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .promium_service ul {
        margin-bottom: 10px;
    }

    .promium_service .titlebox {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .promium_service .titlebox {
        margin-bottom: 15px;
    }
}


/* terms_conditions */

.terms_conditions {
    margin-bottom: 50px;
}

.terms_conditions .titlebox {
    display: flex;
}

.terms_conditions .title30 {
    margin-bottom: 29px;
}

.terms_conditions .box {
    box-shadow: 0 0 20px rgba(218, 231, 250, 0.80);
    padding: 30px 30px 30px 30px;
    border-radius: 16px;
}

.terms_conditions .box li {
    padding-bottom: 17px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.terms_conditions .box li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: unset;
}

.terms_conditions .title {
    color: var(--co-1E1E1E);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.terms_conditions .title em {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--jianbian1);
    border-radius: 999px;
    margin-right: 6px;
    margin-right: 8px;
}

.terms_conditions .content {
    color: #666;
    line-height: 28px;
}

@media(max-width:1600px) {}

@media(max-width:1333px) {
    .terms_conditions {
        margin-bottom: 40px;
    }

    .terms_conditions .box {
        padding: 20px;
    }

    .terms_conditions .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 6px;
    }

    .terms_conditions .title30 {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .terms_conditions .box li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .terms_conditions .content {
        line-height: 26px;
    }

    .terms_conditions .title30 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .terms_conditions {
        margin-bottom: 30px;
    }
}


/* ceo_programs */

.ceo_programs {}

.ceo_programs .titlebox {
    display: flex;
    margin-bottom: 21px;
}

.ceo_programs .bianji {
    margin-bottom: 40px;
}

.ceo_programs .bianji img {
    border-radius: 24px;
}

.ceo_programs .con {
    display: flex;
}

.ceo_programs .txts {
    color: var(--co-666);
    font-size: 18px;
    line-height: 32px;
    padding: 12px 20px;
    background-color: #F4F6FB;
}

.ceo_programs .txts em {
    font-style: normal;
    color: #002D73;
    font-family: var(--medium);
}

@media(max-width:1600px) {}

@media(max-width:1333px) {
    .ceo_programs .txts {
        font-size: 18px;
        line-height: 30px;
        padding: 12px 20px;
    }
}

@media(max-width:999px) {
    .ceo_programs .bianji img {
        border-radius: 10px;
    }

    .ceo_programs .titlebox {
        margin-bottom: 15px;
    }

    .ceo_programs .bianji {
        padding: 0;
    }

    .ceo_programs .bianji {
        margin-bottom: 30px;
    }

    .ceo_programs .txts {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 20px;
    }
}

@media(max-width:768px) {
    .ceo_programs .bianji {
        margin-bottom: 20px;
    }

    .ceo_programs .txts {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 15px;
    }
}

@media(max-width:538px) {}


/* package_contact */

.package_contact {
    padding: 50px 0px 90px;
}

.package_contact .box {
    background-image: url(../images/5-2pic3.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    padding: 42px 0px 26px;
    border-radius: 16px;
    margin-bottom: 40px;
}

.package_contact .l {
    width: 45%;
    padding-left: 50px;
}

.package_contact .title30 {
    color: #fff;
    margin-bottom: 39px;
}

.package_contact ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.package_contact .svgbox {
    flex-shrink: 0;
    margin-right: 10px;
    width: 25px;
}

.package_contact .svgbox i {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    transform: translateY(5px);
}

.package_contact .txts,
.package_contact .txts a {
    color: var(--co-fff);
    font-size: 18px;
    line-height: 32px;
}

.package_contact .email a {
    word-break: break-all;
}

.package_contact .email a:hover {
    text-decoration: underline;
}

.package_contact .follow_us {
    border-radius: 16px;
    background: var(--co-fff);
    box-shadow: 0 0 20px 0 rgba(218, 231, 250, 0.80);
    padding: 19px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DADADA;
}

.package_contact .follow_us .name {
    color: var(--co-002D73);
    font-family: var(--bold);
    font-size: 30px;
    line-height: 36px;
    margin-right: 97px;
    position: relative;
}

.package_contact .follow_us .name::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    opacity: 0.1;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #002B9E 0%, #144ACA 100%);
}

.package_contact .blogrolls {
    display: flex;
    align-items: center;
    justify-content: center;
}

.package_contact .blogrolls a {
    font-size: 26px;
    margin-right: 60px;
    color: #aaa;
}

.package_contact .blogrolls a:last-child {
    margin-right: 0;
}


.package_contact .blogrolls a:hover {
    color: var(--co-1348c8);
}

@media(max-width:1600px) {
    .package_contact {
        padding: 50px 0px 60px;
    }

    .package_contact .title30 {
        margin-bottom: 30px;
    }

    .package_contact .follow_us .name {
        font-size: 26px;
        line-height: 32px;
        margin-right: 60px;
    }
}

@media(max-width:1333px) {
    .package_contact {
        padding: 50px 0px;
    }

    .package_contact .title30 {
        margin-bottom: 20px;
    }

    .package_contact .follow_us .name {
        font-size: 24px;
        line-height: 30px;
        margin-right: 50px;
    }

    .package_contact .box {
        background-size: cover;
        padding: 30px 0px 26px;
        border-radius: 16px;
        margin-bottom: 30px;
    }

    .package_contact .txts,
    .package_contact .txts a {
        font-size: 16px;
        line-height: 28px;
    }

    .package_contact .l {
        width: 50%;
        padding-left: 30px;
    }

    .package_contact .follow_us {
        border-radius: 16px;
        padding: 14px 20px;
    }

    .package_contact .blogrolls a {
        font-size: 22px;
        margin-right: 50px;
    }
}

@media(max-width:999px) {
    .package_contact {
        padding: 40px 0px;
    }

    .package_contact .follow_us .name {
        font-size: 22px;
        line-height: 30px;
        margin-right: 40px;
    }

    .package_contact .box {
        padding: 20px 0px 20px;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .package_contact .blogrolls a {
        font-size: 20px;
        margin-right: 30px;
    }

    .package_contact .box {
        background-position: left top;
    }

    .package_contact .txts,
    .package_contact .txts a {
        font-size: 14px;
        line-height: 26px;
    }

    .package_contact .follow_us {
        border-radius: 10px;
    }
}

@media(max-width:768px) {
    .package_contact .follow_us .name {
        font-size: 20px;
        line-height: 28px;
        margin-right: 30px;
    }
}

@media(max-width:538px) {
    .package_contact {
        padding: 30px 0px;
    }

    .package_contact .follow_us .name {
        font-size: 18px;
        line-height: 28px;
        margin-right: 20px;
    }

    .package_contact .l {
        width: 100%;
        padding: 0px 20px;
    }

    .package_contact .follow_us {
        flex-direction: column;
    }

    .package_contact .follow_us .name {
        margin-right: 0;
        margin-bottom: 15px;
    }
}


/* patient_stories */

.patient_stories {
    padding: 80px 0px 100px;
}

.patient_stories .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
}

.patient_stories .title46 {
    width: 33%;
}

.patient_stories .con {
    color: var(--co-666);
    line-height: 28px;
    width: 67%;
}

.patient_stories .wrap {
    margin-bottom: 90px;
}

.patient_stories .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(217, 217, 217, .6);
}

.patient_stories .inner:last-child {
    margin-bottom: 0;
}

.patient_stories .imgbox {
    width: 29.1428%;
    overflow: hidden;
    border-radius: 20px;
}

.patient_stories .contact {
    width: 66.1%;
    padding-top: 21px;
}

.patient_stories .title {
    color: var(--co-1E1E1E);
    font-family: var(--medium);
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.patient_stories .title a {
    color: var(--co-1E1E1E);
}

.patient_stories .title:hover,
.patient_stories .title a:hover {
    color: var(--co-1348c8);
}

.patient_stories .content {
    line-height: 28px;
    color: var(--co-666);
    min-height: 84px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 50px;
}

.patient_stories .bt {
    display: flex;
}

.patient_stories .btn {
    font-size: 18px;
    color: var(--co-1348c8);
    display: flex;
    align-items: center;
}

.patient_stories .btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 39px;
    background: var(--jianbian1);
    color: #fff;
    border-radius: 999px;
    margin-right: 8px;
}

.patient_stories .btn:hover span {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .patient_stories {
        padding: 60px 0px;
    }

    .patient_stories .titlebox {
        margin-bottom: 45px;
    }

    .patient_stories .contact {
        padding-top: 0;
    }

    .patient_stories .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .patient_stories .content {
        line-height: 28px;
        min-height: 84px;
        margin-bottom: 35px;
    }

    .patient_stories .wrap {
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .patient_stories {
        padding: 50px 0px;
    }

    .patient_stories .titlebox {
        margin-bottom: 35px;
    }

    .patient_stories .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .patient_stories .inner {
        align-items: flex-start;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .patient_stories .content {
        line-height: 28px;
        min-height: 84px;
        margin-bottom: 20px;
    }

    .patient_stories .btn {
        font-size: 16px;
    }

    .patient_stories .btn i {
        width: 60px;
        height: 35px;
        border-radius: 999px;
        margin-right: 8px;
    }

    .patient_stories .wrap {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .patient_stories {
        padding: 40px 0px;
    }

    .patient_stories .titlebox {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .patient_stories .title46 {
        width: 100%;
        margin-bottom: 15px;
    }

    .patient_stories .con {
        width: 100%;
        line-height: 26px;
    }

    .patient_stories .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .patient_stories .content {
        line-height: 26px;
        min-height: 78px;
        margin-bottom: 10px;
    }

    .patient_stories .btn i {
        width: 50px;
        height: 30px;
        margin-right: 8px;
    }

    .patient_stories .btn {
        font-size: 14px;
    }

    .patient_stories .imgbox {
        width: 30%;
        border-radius: 10px;
    }

    .patient_stories .wrap {
        margin-bottom: 40px;
    }

    .patient_stories .inner {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .patient_stories .titlebox {
        margin-bottom: 20px;
    }

    .patient_stories .inner {
        flex-direction: column;
    }

    .patient_stories .imgbox {
        width: auto;
        margin-bottom: 15px;
    }

    .patient_stories .contact {
        width: 100%;
    }
}

@media(max-width:538px) {
    .patient_stories {
        padding: 30px 0px;
    }

    .patient_stories .wrap {
        margin-bottom: 30px;
    }
}



/* patient_detail */

.patient_detail {
    padding: 79px 0px 86px;
}

.patient_detail .title34 {
    margin-bottom: 10px;
    color: var(--co-002D73);
}

.patient_detail .sharebox {
    display: flex;
    align-items: center;
    color: var(--co-666);
    line-height: 28px;
    margin-bottom: 10px;
}

.patient_detail .sharebox span {
    margin-right: 5px;
}

.patient_detail .bot {
    padding-bottom: 59px;
    border-top: 1px solid rgba(153, 153, 153, .5);
    border-bottom: 1px solid rgba(153, 153, 153, .5);
}

.patient_detail .content {
    padding-top: 31px;
    color: var(--co-666);
    line-height: 28px;
    margin-bottom: 46px;
}

.patient_detail .content em {
    font-style: normal;
    color: var(--co-1E1E1E);
}

.patient_detail .videbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

.patient_detail .video {
    position: absolute;
    cursor: pointer;
}

.patient_detail .video:hover .play {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .patient_detail {
        padding: 60px 0px;
    }

    .patient_detail .bot {
        padding-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .patient_detail {
        padding: 50px 0px;
    }

    .patient_detail .content {
        padding-top: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .patient_detail .bot {
        padding-bottom: 20px;
    }
}

@media(max-width:999px) {
    .patient_detail {
        padding: 40px 0px;
    }

    .patient_detail .content {
        padding-top: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .patient_detail .videbox {
        border-radius: 10px;
    }

    .patient_detail .video img {
        width: 70px;
    }
}

@media(max-width:768px) {
    .patient_detail .video img {
        width: 60px;
    }
}

@media(max-width:538px) {
    .patient_detail {
        padding: 30px 0px;
    }
}

/* page_control */

.page_control1 .page_control {
    padding-top: 28px;
}

.page_control {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_control .co {
    width: 50%;
    display: flex;
    align-items: center;
}

.page_control .co>i,
.page_control .co>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #999;
    border-radius: 8px;
    color: #fff;
    flex-shrink: 0;
}

.page_control .co:last-child {
    justify-content: flex-end;
    text-align: right;
}

.page_control .co:first-child i,
.page_control .co:first-child a {
    margin-right: 15px;
}

.page_control .co:last-child i,
.page_control .co:last-child a {
    margin-left: 15px;
}

.page_control .name {
    color: #333;
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
}

.page_control .resu,
.page_control .resu a {
    color: #666;
    font-size: 16px;
    line-height: 28px;
}

.page_control .resu a:hover {
    color: var(--co-1348c8);
}

.page_control .co>a:hover {
    background: var(--co-002D73);
}

@media(max-width:1600px) {
    .page_control {
        padding-top: 40px;
    }
}

@media(max-width:1333px) {
    .page_control .name {
        font-size: 16px;
        line-height: 26px;
    }

    .page_control .resu,
    .page_control .resu a {
        font-size: 16px;
        line-height: 26px;
    }

    .page_control .co>i,
    .page_control .co>a {
        width: 45px;
        height: 45px;
    }

    .page_control1 .page_control {
        padding-top: 20px;
    }
}

@media(max-width:999px) {
    .page_control {
        padding-top: 30px;
    }

    .page_control .name {
        font-size: 14px;
        line-height: 24px;
    }

    .page_control .resu,
    .page_control .resu a {
        font-size: 14px;
        line-height: 24px;
    }

    .page_control .co>i,
    .page_control .co>a {
        width: 42px;
        height: 42px;
    }

    .page_control1 .page_control {
        padding-top: 15px;
    }
}

@media(max-width:768px) {

    .page_control .co>i,
    .page_control .co>a {
        width: 40px;
        height: 40px;
    }

    .page_control {
        flex-direction: column;
    }

    .page_control .co {
        width: 100%;
        margin-bottom: 15px;
    }

    .page_control .co:last-child {
        flex-direction: row-reverse;
        text-align: left;
    }

    .page_control .co:last-child i,
    .page_control .co:last-child a {
        margin-left: 0;
        margin-right: 15px;
    }
}

@media(max-width:538px) {}




/* related_combos */

.related_combos {
    padding: 80px 0px 90px;
    background-color: #f5f6fb;
}

.related_combos .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 61px;
}

.related_combos .btnbox i {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
    background: var(--co-D9D9D9);
    cursor: pointer;
}

.related_combos .btnbox i:hover {
    background: var(--jianbian1);
    color: var(--co-fff);
}

.related_combos .btnbox i:first-child {
    margin-right: 8.5px;
}

.related_combos .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.related_combos .imgbox {
    width: 29.1428%;
    border-radius: 20.62px;
    overflow: hidden;
}

.related_combos .contact {
    width: 66%;
    padding-top: 21px;
}

.related_combos .title {
    color: var(--co-1E1E1E);
    font-family: var(--medium);
    font-size: 22px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}

.related_combos .title a {
    color: var(--co-1E1E1E);
}

.related_combos .title:hover,
.related_combos .title a:hover {
    color: var(--co-1348c8);
}

.related_combos .content {
    color: var(--co-666);
    line-height: 28px;
    min-height: 84px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 50px;
}

.related_combos .btnbox {
    display: flex;
}

.related_combos .btn {
    display: flex;
    align-items: center;

    font-size: 18px;
    color: var(--co-1348c8);
}

.related_combos .btn i {
    width: 65px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 999px;
    background: var(--jianbian1);
    margin-right: 10px;
}

.related_combos .btn:hover span {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .related_combos {
        padding: 60px 0px;
    }

    .related_combos .titlebox {
        margin-bottom: 45px;
    }

    .related_combos .contact {
        width: 66%;
        padding-top: 10px;
    }

    .related_combos .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .related_combos .content {
        line-height: 28px;
        min-height: 84px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .related_combos {
        padding: 50px 0px;
    }

    .related_combos .titlebox {
        margin-bottom: 35px;
    }

    .related_combos .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .related_combos .content {
        line-height: 28px;
        min-height: 84px;
        margin-bottom: 30px;
    }

    .related_combos .btn {
        font-size: 16px;
    }

    .related_combos .btn i {
        width: 60px;
        height: 35px;
        margin-right: 10px;
    }
}

@media(max-width:999px) {
    .related_combos {
        padding: 40px 0px;
    }

    .related_combos .titlebox {
        margin-bottom: 25px;
    }

    .related_combos .imgbox {
        width: 29.1428%;
        border-radius: 10px;
    }

    .related_combos .contact {
        width: 68%;
        padding-top: 0px;
    }

    .related_combos .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 4px;
    }

    .related_combos .content {
        line-height: 26px;
        min-height: 78px;
        margin-bottom: 20px;
    }

    .related_combos .btn {
        font-size: 14px;
    }

    .related_combos .btn i {
        width: 50px;
        height: 32px;
        margin-right: 10px;
    }

    .related_combos .btnbox i {
        width: 45px;
        height: 45px;
    }
}

@media(max-width:768px) {
    .related_combos .titlebox {
        margin-bottom: 15px;
    }

    .related_combos .btnbox i {
        width: 40px;
        height: 40px;
    }

    .related_combos .swiper-slide {
        flex-direction: column;
    }

    .related_combos .imgbox {
        width: auto;
        margin-bottom: 20px;
    }

    .related_combos .contact {
        width: 100%;
    }

    .related_combos .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 4px;
    }
}

@media(max-width:538px) {
    .related_combos {
        padding: 30px 0px;
    }
}


/* 7-1 */

.about_img {
    padding-top: 80px;
    position: relative;
}

.about_img .font {
    position: absolute;
    bottom: -35px;
    right: 0;
}

.about_img .left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about_img .imgbox img {
    border-radius: 0px 60px 0px 60px;
}

@media(max-width:1600px) {
    .about_img {
        padding-top: 60px;
    }

    .about_img .imgbox img {
        border-radius: 0px 50px 0px 50px;
    }
}

@media(max-width:1333px) {
    .about_img {
        padding-top: 50px;
    }

    .about_img .imgbox img {
        border-radius: 0px 40px 0px 40px;
    }
}

@media(max-width:999px) {
    .about_img {
        padding-top: 40px;
    }

    .about_img .font {
        display: none;
    }

    .about_img .imgbox img {
        border-radius: 10px;
    }

    .about_img .left {
        display: none;
    }
}

@media(max-width:538px) {
    .about_img {
        padding-top: 30px;
    }
}

/* about_us */

.about_us {
    padding: 60px 0px 0px;
}

.about_us .titlebox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 90px;
}

.about_us .title46 {
    width: 35%;
}

.about_us .con {
    width: 68%;
    color: var(--co-666);
    line-height: 28px;
}

.about_us .box {
    padding: 342px 0px 86px;
}

.about_us .box::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.0)0%, rgba(255, 255, 255, .9)95%);
}

.about_us .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_us .wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.about_us .inner {
    width: 31%;
    margin-right: 3.5%;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.50);
    padding: 30px 30px 50px 30px;

    border: 1px solid #FFF;
}

.about_us .inner:nth-child(3n) {
    margin-right: 0;
}

.about_us .svgbox {
    margin-bottom: 16px;
}

.about_us .title {
    color: var(--co-000);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 17px;
    min-height: 64px;
}

.about_us .content {
    color: var(--co-666);
    line-height: 28px;
}

@media(max-width:1600px) {
    .about_us .titlebox {
        margin-bottom: 50px;
    }

    .about_us .box {
        padding: 260px 0px 50px;
    }
}

@media(max-width:1333px) {
    .about_us {
        padding-top: 50px;
    }

    .about_us .titlebox {
        margin-bottom: 40px;
    }

    .about_us .box {
        padding: 200px 0px 40px;
    }

    .about_us .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
        min-height: 64px;
    }

    .about_us .inner {
        padding: 25px;
    }

    .about_us .svgbox img {
        width: 70px;
    }
}

@media(max-width:999px) {
    .about_us {
        padding-top: 40px;
    }

    .about_us .titlebox {
        margin-bottom: 30px;
        flex-direction: column;
    }

    .about_us .title46 {
        width: 100%;
        margin-bottom: 12px;
    }

    .about_us .con {
        width: 100%;
        line-height: 26px;
    }

    .about_us .wrap {
        flex-direction: column;
    }

    .about_us .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .about_us .inner:last-child {
        margin-bottom: 0;
    }

    .about_us .box {
        padding: 50px 0px 20px;
    }

    .about_us .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
        min-height: unset;
    }

    .about_us .svgbox img {
        width: 60px;
    }
}

@media(max-width:768px) {
    .about_us .titlebox {
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .about_us {
        padding-top: 30px;
    }
}


/* about_advantage */

.about_advantage {
    padding: 80px 0px 100px;
}

.about_advantage .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 59px;
}

.about_advantage .title46 {
    width: 50%;
}

.about_advantage .con {
    width: 50%;
    color: var(--co-666);
    line-height: 28px;
}

.about_advantage .box {
    display: flex;
    justify-content: space-between;
}

.about_advantage .l_box {
    width: 26%;
    background-color: #f5f6fb;
    border-radius: 16px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_advantage .addname {
    font-family: var(--bold);
    font-size: 22px;
    line-height: 28px;
    background: var(--jianbian1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 47px;
}

.about_advantage .addname i {
    background: var(--jianbian1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}

.about_advantage .content {
    color: var(--co-666);
    line-height: 28px;
}

.about_advantage .r_box {
    width: 70.1428%;
    border-radius: 16px;
    overflow: hidden;
}

@media(max-width:1600px) {
    .about_advantage {
        padding: 60px 0px;
    }

    .about_advantage .titlebox {
        margin-bottom: 45px;
    }

    .about_advantage .addname {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .about_advantage {
        padding: 50px 0px;
    }

    .about_advantage .titlebox {
        margin-bottom: 35px;
    }

    .about_advantage .addname {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .about_advantage {
        padding: 40px 0px;
    }

    .about_advantage .titlebox {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .about_advantage .title46 {
        width: 100%;
        margin-bottom: 15px;
    }

    .about_advantage .con {
        width: 100%;
        line-height: 26px;
    }

    .about_advantage .box {
        flex-direction: column;
    }

    .about_advantage .l_box {
        width: 100%;
        padding: 15px;
        margin-bottom: 20px;
    }

    .about_advantage .addname {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .about_advantage .r_box {
        width: 100%;
        border-radius: 10px;
    }

    .about_advantage .content {
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .about_advantage {
        padding: 30px 0px;
    }

    .about_advantage .titlebox {
        margin-bottom: 15px;
    }
}


/* ecological_advantage */

.ecological_advantage {
    padding: 100px 0px 196px;
    position: relative;
}

.ecological_advantage .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.ecological_advantage .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ecological_advantage .l_box {
    width: 48%;
}

.ecological_advantage .title46 {
    margin-bottom: 104px;
    color: #fff;
}

.ecological_advantage .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 198px;
    height: 56px;
    background-color: var(--co-75C433);
    color: var(--co-fff);
    font-size: 18px;
    line-height: 32px;
    border-radius: 6px;
}

.ecological_advantage .btn:hover {
    background-color: #fff;
    color: #75c433;
}

.ecological_advantage .r_box {
    width: 52%;
    color: var(--co-fff);
    font-size: 18px;
    line-height: 32px;
    opacity: .9;
}

@media(max-width:1600px) {
    .ecological_advantage {
        padding: 100px 0px;
    }

    .ecological_advantage .title46 {
        margin-bottom: 60px;
    }

    .ecological_advantage .btn {
        width: 180px;
        height: 50px;
        font-size: 18px;
        line-height: unset;
        border-radius: 6px;
    }
}

@media(max-width:1333px) {
    .ecological_advantage {
        padding: 80px 0px;
    }

    .ecological_advantage .title46 {
        margin-bottom: 40px;
    }

    .ecological_advantage .btn {
        width: 165px;
        height: 45px;
        font-size: 16px;
        line-height: unset;
        border-radius: 6px;
    }

    .ecological_advantage .r_box {
        width: 52%;
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .ecological_advantage {
        padding: 60px 0px;
    }

    .ecological_advantage .title46 {
        margin-bottom: 20px;
    }

    .ecological_advantage .safe {
        flex-direction: column;
    }

    .ecological_advantage .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .ecological_advantage .r_box {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }

    .ecological_advantage .btn {
        width: 150px;
        height: 42px;
        font-size: 14px;
        line-height: unset;
        border-radius: 6px;
    }
}

@media(max-width:538px) {
    .ecological_advantage {
        padding: 40px 0px;
    }
}


/* medical_resources */

.medical_resources {
    padding: 90px 0px 74px;
    background-color: #f4f6fb;
}

.medical_resources .title46 {
    margin-bottom: 50px;
}

.medical_resources .swiper {
    overflow: visible;
}

.medical_resources .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity;
}

.medical_resources .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

.medical_resources .imgbox {
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 43, 158, 0.10);
    border-radius: 20px 20px 0px 0px;
}

.medical_resources .contact {
    padding: 22px 22px 40px 22px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 43, 158, 0.10);
    border-radius: 0px 0px 20px 20px;
}

.medical_resources .title {
    overflow: hidden;
    color: var(--co-1E1E1E);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.medical_resources .title a {
    color: var(--co-1E1E1E);
}

.medical_resources .title:hover,
.medical_resources .title a:hover {
    color: var(--co-1348c8);
}

.medical_resources .content {
    overflow: hidden;
    color: var(--co-666);
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.medical_resources .swiper-pagination {
    position: static;
    margin-top: 35px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.medical_resources .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    opacity: 1;
    background-color: var(--co-9fa0a2);
    margin-right: 20px !important;
}

.medical_resources .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.medical_resources .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background-color: var(--co-1348c8);
    position: relative;
}

.medical_resources .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    top: -4px;
    left: -4px;
    border-radius: 999px;
    background-color: #fff;
    z-index: -1;

    box-shadow: 0 2px 10px 0 rgba(6, 53, 172, 0.20);
}

@media(max-width:1600px) {
    .medical_resources {
        padding: 60px 0px;
    }

    .medical_resources .title46 {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .medical_resources {
        padding: 50px 0px;
    }

    .medical_resources .title46 {
        margin-bottom: 40px;
    }

    .medical_resources .contact {
        padding: 20px;
        border-radius: 0px 0px 20px 20px;
    }

    .medical_resources .title {
        font-size: 16px;
        line-height: 26px;
        min-height: 52px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .medical_resources {
        padding: 40px 0px;
    }

    .medical_resources .title46 {
        margin-bottom: 30px;
    }

    .medical_resources .imgbox {
        border-radius: 10px 10px 0px 0px;
    }

    .medical_resources .contact {
        border-radius: 0px 0px 10px 10px;
    }

    .medical_resources .swiper-pagination-bullet-active {
        width: 15px;
        height: 15px;
    }

    .medical_resources .swiper-pagination-bullet-active::after {
        width: 23px;
        height: 23px;
        top: -4px;
        left: -4px;
    }
}

@media(max-width:768px) {
    .medical_resources .title46 {
        margin-bottom: 20px;
    }

    .medical_resources .title {
        font-size: 14px;
        line-height: 24px;
        min-height: 48px;
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .medical_resources {
        padding: 30px 0px;
    }
}



/* awards_accredit */

.awards_accredit {
    padding: 80px 0px 86px;
}

.awards_accredit .title46 {
    margin-bottom: 27px;
}

.pum1 {}

.pum1 .box {
    position: relative;
    margin: auto;
    max-width: 100%;
}

.pum1 .box ul {
    position: relative;
    margin: auto;
    height: 450px;
}

.pum1 .box li {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    cursor: pointer;
    -moz-box-sizing: content-box;
    box-sizing: content-box !important;
    transition: none;
}

.pum1 .box li a {
    display: block;
}

.pum1 .box li:nth-child(3) img {
    opacity: 1;
}

.pum1 .box .prev,
.pum1 .box .next {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    color: #666;
    z-index: 99;
    top: 68%;
    transform: translateY(-68%);
    font-size: 40px;
    font-weight: bold;
}


.pum1 .box .prev:hover,
.pum1 .box .next:hover {
    color: #233f33;
}

.pum1 .box .prev {
    left: -7.5%;
}

.pum1 .box .next {
    right: -7.5%;
}

.pum1 .box li:nth-child(4) {}


.pum1 .title {
    position: absolute;
    top: 100%;
    margin-top: 24px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media screen and (max-width: 1700px) {
    .pum1 .box .prev {
        left: -5%;
    }

    .pum1 .box .next {
        right: -5%;
    }
}

@media screen and (max-width: 1600px) {

    .pum1 .box .prev {
        left: -40px;
    }

    .pum1 .box .next {
        right: -40px;
    }

    .pum1 {
        padding-bottom: 20px;
    }

    .pum1 .box li .name {
        margin-top: 20px;
    }

    .pum1 .box {
        margin-top: 0px;
        padding: 0px;
        width: auto;
    }

    .pum1 .img-scroll7 {
        position: relative;
        width: 100%;
        z-index: 9
    }

    .pum1 .img-list7 {
        position: relative;
        overflow: hidden;
        z-index: 90;
        margin: 0 30px;
    }

    .pum1 .img-list7 ul {
        transition: none;
        width: 10000% !important;
        height: auto !important;
    }

    .pum1 .box li {
        position: relative;
        left: auto;
        top: auto;
        width: 0.235% !important;
        height: auto !important;
        padding: 0px;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.02% !important;
        /* margin-left: 1.4vw; */
    }

    .pum1 .box li a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        top: 50%;
        transform: translateY(-50%);
    }

    .pum1 .box li .name {
        width: 100%;
        align-items: center;
    }

}


@media screen and (max-width: 1333px) {
    .pum1 {
        padding-bottom: 0px;
    }

    .pum1 .box li .name {
        margin-top: 15px;
        font-size: 16px;
    }

    .main4 .content {
        line-height: 28px;
        width: 90%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 999px) {
    .pum1 .box li .name {
        margin-top: 10px;
        font-size: 14px;
    }

    .pum1 .box .next {
        right: -15px;
    }

    .pum1 .box .prev {
        left: -15px;
    }

    .pum1 {
        padding-bottom: 0px;
    }

    .pum1 .img-list7 {
        margin: 0;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        width: 40px;
        height: 40px;
    }

    .pum1 .box .prev {
        left: -50px;
    }

    .pum1 .box .next {
        right: -50px;
    }

    .main4 .title42::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .pum1 .box li {
        position: relative;
        left: auto;
        top: auto;
        width: 0.31% !important;
        height: auto !important;
        padding: 0px;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.03% !important;
        /* margin-left: 1.4vw; */
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        top: 110%;
        left: 50%;
        width: 38px;
        height: 38px;
    }

    .pum1 .box .prev {
        transform: translateX(-130%);
    }

    .pum1 .box .next {
        transform: translateX(30%);
    }

    .pum1 {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 538px) {

    .pum1 .box li {
        width: 0.47% !important;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.05% !important;
        /* margin-left: 1.4vw; */
    }

    .pum1 {
        padding-bottom: 30px;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        width: 35px;
        height: 35px;
        font-size: 14px;
        top: 105%;
    }

    .pum1 .box li .name {
        font-size: 13px;
    }
}

@media screen and (max-width: 350px) {
    .pum1 .box li {
        width: 1% !important;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.05% !important;
    }

}

@media(max-width:1600px) {
    .awards_accredit {
        padding: 60px 0px;
        ;
    }
}

@media(max-width:1333px) {
    .awards_accredit {
        padding: 50px 0px;
        ;
    }
}

@media(max-width:999px) {
    .awards_accredit {
        padding: 40px 0px;
        ;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        font-size: 32px;
    }
}

@media(max-width:768px) {

    .pum1 .box .prev,
    .pum1 .box .next {
        font-size: 26px;
    }
}

@media(max-width:538px) {
    .awards_accredit {
        padding: 30px 0px;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        top: 108%;
    }
}


/* 7-2 */


/* about2_img */

.about2_img {
    background: linear-gradient(180deg, rgba(244, 246, 251, 0.00) 0%, #F4F6FB 100%);
    padding: 70px 0px 88px;
}

.about2_img .imgbox {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    margin-bottom: 52px;
}

.about2_img .address {
    width: 35%;
    min-height: 120px;
    padding: 24px 26px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #fff;
    border-radius: 16px;
}

.about2_img .name {
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 17px;
}

.about2_img .add {
    color: var(--co-666);
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.about2_img .add i {
    font-size: 20px;
    margin-right: 10px;
}

.about2_img .title40 {
    color: var(--co-002D73);
    margin-bottom: 36px;
}

.about2_img .content {
    color: var(--co-666);
    line-height: 28px;
}

@media(max-width:1600px) {
    .about2_img {
        padding: 60px 0px;
    }

    .about2_img .address {
        width: 35%;
        min-height: 120px;
        padding: 20px 20px;
        left: 20px;
        bottom: 20px;
        border-radius: 16px;
    }
}

@media(max-width:1333px) {
    .about2_img {
        padding: 50px 0px;
    }

    .about2_img .name {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .about2_img .address {
        width: 35%;
        min-height: unset;
        padding: 20px 20px;
        left: 20px;
        bottom: 20px;
        border-radius: 16px;
    }

    .about2_img .imgbox {
        margin-bottom: 40px;
    }

    .about2_img .title40 {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .about2_img {
        padding: 40px 0px;
    }

    .about2_img .imgbox {
        border-radius: 10px;
    }

    .about2_img .address {
        width: auto;
        min-height: unset;
        padding: 20px 20px;
        left: 20px;
        bottom: 20px;
        border-radius: 10px;
    }

    .about2_img .imgbox {
        margin-bottom: 30px;
    }

    .about2_img .title40 {
        margin-bottom: 20px;
    }

    .about2_img .content {
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .about2_img .address {
        padding: 15px;
    }

    .about2_img .title40 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .about2_img {
        padding: 30px 0px;
    }

    .about2_img .address {
        position: static;
        border-radius: 0;
        padding: 0;
        padding-top: 10px;
    }

    .about2_img .imgbox {
        border-radius: 0;
    }

    .about2_img .imgbox img {
        border-radius: 10px;
    }

    .about2_img .imgbox {
        margin-bottom: 20px;
    }
}


/* hospital_gallery */

.hospital_gallery {
    padding: 79px 0px 50px;
}

.hospital_gallery .title40 {
    color: var(--co-002D73);
    margin-bottom: 45px;
}

.hospital_gallery .wrap {
    display: flex;
    flex-wrap: wrap;
}

.hospital_gallery .inner {
    width: 31.8571%;
    margin-right: 2.2142%;
    margin-bottom: 30px;
}

.hospital_gallery .inner:nth-child(3n) {
    margin-right: 0;
}

.hospital_gallery .imgbox {
    overflow: hidden;
    border-radius: 16px;
}

.hospital_gallery .title {
    color: var(--co-002D73);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hospital_gallery .title a {
    color: var(--co-002D73);
}

.hospital_gallery .title a:hover {
    text-decoration: underline;
}

.hospital_gallery .contact {
    padding-top: 10px;
}

@media(max-width:1600px) {
    .hospital_gallery {
        padding: 60px 0px;
    }

    .hospital_gallery .title40 {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .hospital_gallery {
        padding: 50px 0px;
    }

    .hospital_gallery .title40 {
        margin-bottom: 30px;
    }

    .hospital_gallery .title {
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .hospital_gallery {
        padding: 40px 0px 0px;
    }

    .hospital_gallery .title40 {
        margin-bottom: 20px;
    }

    .hospital_gallery .imgbox {
        border-radius: 10px;
    }

    .hospital_gallery .title {
        font-size: 16px;
        line-height: 26px;
    }

    .hospital_gallery .inner {
        width: 31.8571%;
        margin-right: 2.2142%;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .hospital_gallery .title40 {
        margin-bottom: 15px;
    }

    .hospital_gallery .inner {
        width: 48%;
        margin-right: 4%;
    }

    .hospital_gallery .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .hospital_gallery .inner:nth-child(2n) {
        margin-right: 0;
    }

    .hospital_gallery .title {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:538px) {
    .hospital_gallery {
        padding: 30px 0px 0px;
    }
}

@media(max-width:400px) {
    .hospital_gallery .inner {
        width: 100%;
        margin-right: 0% !important;
    }
}



/* medical_qiehuan */

.medical_qiehuan {
    padding-top: 50px;
}

.medical_qiehuan ul {
    display: flex;
    flex-wrap: wrap;
}

.medical_qiehuan li {
    margin-right: 10px;
}

.medical_qiehuan li a {
    display: inline-block;
    padding: 14px 25px;
    color: var(--co-1E1E1E);
    font-size: 18px;
    border: 1px solid var(--co-1E1E1E);
}

.medical_qiehuan .active a {
    background: var(--jianbian1);
    color: #fff;
    border: 1px solid var(--jianbian1);
}

.medical_qiehuan li a:hover {
    background: var(--jianbian1);
    color: #fff;
    border: 1px solid var(--jianbian1);
}

@media(max-width:1600px) {
    .medical_qiehuan {
        padding-top: 40px;
    }

    .medical_qiehuan li a {
        padding: 12px 25px;
        font-size: 18px;
    }
}

@media(max-width:1333px) {
    .medical_qiehuan {
        padding-top: 30px;
    }

    .medical_qiehuan li a {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .medical_qiehuan {
        padding-top: 20px;
    }

    .medical_qiehuan li a {
        padding: 8px 15px;
        font-size: 14px;
        margin-bottom: 5px;
    }
}


/* medical_list */

.medical_list {
    padding: 70px 0px 80px;
}

.medical_list .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 96px;
}

.medical_list .title46 {
    width: 43%;
}

.medical_list .con {
    width: 57%;
    color: var(--co-666);
    line-height: 28px;
}

.medical_list .swiper {
    overflow: visible;
}

.medical_list .swiper-slide-visible {
    opacity: 1 !important;
    pointer-events: all !important;
}

.medical_list .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity;
}

.medical_list .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../images/h_svg9.png);
    background-repeat: no-repeat;
    background-size: auto;
    height: auto;
    background-position: center;
    min-height: 308px;
    margin-bottom: 50px;
}

.medical_list .line {
    width: 50px;
    height: 4px;
    margin-bottom: 20px;
    background-color: #75C433;
}

.medical_list .title {
    color: var(--co-002D73);
    font-family: var(--medium);
    font-size: 22px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 19px;
    text-align: center;
}

.medical_list .title a {
    color: var(--co-002D73);
}

.medical_list .title a:hover {
    text-decoration: underline;
}

.medical_list .content {
    color: var(--co-666);
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.medical_list .btn {
    color: var(--co-002D73);
    line-height: 28px;
    opacity: .6;
}

.medical_list .btn:hover {
    text-decoration: underline;
}

.medical_list .swiper-pagination {
    position: absolute;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.medical_list .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    opacity: 1;
    background-color: var(--co-9fa0a2);
    margin-right: 20px !important;
}

.medical_list .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.medical_list .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background-color: var(--co-1348c8);
    position: relative;
}

.medical_list .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    top: -4px;
    left: -4px;
    border-radius: 999px;
    background-color: #fff;
    z-index: -1;

    box-shadow: 0 2px 10px 0 rgba(6, 53, 172, 0.20);
}

@media(max-width:1600px) {
    .medical_list {
        padding: 60px 0px;
    }

    .medical_list .titlebox {
        margin-bottom: 60px;
    }

}

@media(max-width:1333px) {
    .medical_list {
        padding: 50px 0px;
    }

    .medical_list .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .medical_list .titlebox {
        margin-bottom: 45px;
    }

    .medical_list .inner {
        min-height: 250px;
        margin-bottom: 50px;
    }

    .medical_list .inner {
        background-size: cover;
    }
}

@media(max-width:999px) {
    .medical_list {
        padding: 40px 0px;
    }

    .medical_list .titlebox {
        margin-bottom: 35px;
        flex-direction: column;
    }

    .medical_list .title46 {
        width: 100%;
        margin-bottom: 18px;
    }

    .medical_list .con {
        width: 100%;
        line-height: 26px;
    }

    .medical_list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .medical_list .content {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .medical_list .inner {
        min-height: 230px;
        margin-bottom: 35px;
    }

    .medical_list .swiper-pagination-bullet-active {
        width: 15px;
        height: 15px;
    }

    .medical_list .swiper-pagination-bullet-active::after {
        width: 23px;
        height: 23px;
        top: -4px;
        left: -4px;
    }
}

@media(max-width:768px) {
    .medical_list .titlebox {
        margin-bottom: 25px;
    }

    .medical_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:538px) {
    .medical_list {
        padding: 30px 0px;
    }

    .medical_list .inner {
        background-image: unset;
    }
}


/* frequently_question */

.frequently_question {
    padding: 60px 0px 80px;
}

.frequently_question .title46 {
    margin-bottom: 40px;
}

.frequently_question .list {
    margin-bottom: 60px;
}

.frequently_question .list li {
    padding: 20px 40px;
    background-color: #f6f6f6;
    margin-bottom: 20px;
    cursor: pointer;
}

.frequently_question .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.frequently_question .l {
    display: flex;
    align-items: center;
    color: var(--co-1E1E1E);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
}

.frequently_question .l span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background-color: var(--co-002D73);
    color: #fff;
    margin-right: 16px;
}

.frequently_question .list .iconfont {
    font-size: 28px;
    font-weight: bold;
    color: var(--co-1E1E1E);
    cursor: pointer;
}

.frequently_question .bottom {
    color: var(--co-666);
    line-height: 28px;
    padding-top: 20px;
    display: none;
    transition: none;
    padding-right: 40%;
}

.frequently_question .active {}

.frequently_question .active .l p {
    color: #002D73;
}

.frequently_question .active i {
    color: #002D73;
}

@media(max-width:1600px) {
    .frequently_question {
        padding: 60px 0px;
    }

    .frequently_question .bottom {
        padding-right: 30%;
    }
}

@media(max-width:1333px) {
    .frequently_question {
        padding: 50px 0px;
    }

    .frequently_question .title46 {
        margin-bottom: 30px;
    }

    .frequently_question .list li {
        padding: 20px 30px;
        margin-bottom: 20px;
    }

    .frequently_question .bottom {
        padding-right: 20%;
    }

    .frequently_question .list {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .frequently_question {
        padding: 40px 0px;
    }

    .frequently_question .list li {
        padding: 20px 20px;
        margin-bottom: 20px;
    }

    .frequently_question .l {
        font-size: 16px;
        line-height: 26px;
    }

    .frequently_question .l span {
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }

    .frequently_question .bottom {
        line-height: 26px;
        padding-top: 10px;
        padding-right: 10%;
    }

    .frequently_question .list .iconfont {
        font-size: 24px;
    }

    .frequently_question .list {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .frequently_question .bottom {
        line-height: 24px;
        padding-top: 10px;
        padding-right: 0%;
    }

    .frequently_question .list li {
        padding: 15px;
        margin-bottom: 15px;
    }

    .frequently_question .list {
        margin-bottom: 30px;
    }
}

@media(max-width:538px) {
    .frequently_question {
        padding: 30px 0px;
    }

    .frequently_question .list {
        margin-bottom: 20px;
    }
}


/* medical_lunbo */

.medical_lunbo {
    padding-top: 30px;
}

.medical_lunbo .imgbox {
    border-radius: 24px;
    overflow: hidden;
}

.medical_lunbo .swiper-pagination {
    bottom: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.medical_lunbo .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: .6;
    margin-right: 20px !important;
    position: relative;
}

.medical_lunbo .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.medical_lunbo .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #0b3bb5;
    opacity: 1;
}

.medical_lunbo .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background-color: #fff;
    left: -2px;
    top: -2px;
    z-index: -1;
}


@media(max-width:999px) {
    .medical_lunbo .imgbox {
        border-radius: 10px;
    }
}



/* medical_tourism */

.medical_tourism {
    padding: 80px 0px 77px;
}

.medical_tourism .title46 {
    margin-bottom: 54px;
}

.medical_tourism .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.medical_tourism .inner {
    width: 31.8571%;
    margin-right: 2.2142%;
    margin-bottom: 40px;
}

.medical_tourism .inner:nth-child(3n) {
    margin-right: 0;
}

.medical_tourism .imgbox {
    border-radius: 16px;
    overflow: hidden;
}

.medical_tourism .title {
    padding-top: 22px;
    text-align: center;
    color: var(--co-002D73);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.medical_tourism .title a {
    color: var(--co-002D73);
}

.medical_tourism .title a:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .medical_tourism {
        padding: 60px 0px;
    }

    .medical_tourism .title46 {
        margin-bottom: 45px;
    }

    .medical_tourism .title {
        padding-top: 15px;
        font-size: 18px;
        line-height: 26px;
    }
}

@media(max-width:1333px) {
    .medical_tourism {
        padding: 50px 0px;
    }

    .medical_tourism .title46 {
        margin-bottom: 35px;
    }

    .medical_tourism .inner {
        width: 31.8571%;
        margin-right: 2.2142%;
        margin-bottom: 30px;
    }

    .medical_tourism .title {
        padding-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .medical_tourism {
        padding: 40px 0px;
    }

    .medical_tourism .title46 {
        margin-bottom: 25px;
    }

    .medical_tourism .imgbox {
        border-radius: 10px;
    }

    .medical_tourism .title {
        padding-top: 10px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .medical_tourism .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .medical_tourism .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .medical_tourism .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:538px) {
    .medical_tourism {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .medical_tourism .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
}


/* related_tourism */

.related_tourism {
    padding: 80px 0px 80px;
    background-color: #f5f6fb;
}

.related_tourism .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 38px;
}

.related_tourism .title40 {
    color: var(--co-1E1E1E);
}

.related_tourism .btnbox {
    display: flex;
    flex-wrap: wrap;
}

.related_tourism .btnbox i {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background-color: #e4e4e6;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
}

.related_tourism .btnbox i:first-child {
    margin-right: 10px;
}

.related_tourism .btnbox i:hover {
    background: var(--jianbian1);
    color: #fff;
}

.related_tourism .imgbox {
    border-radius: 16px;
    overflow: hidden;
}

.related_tourism .title {
    padding-top: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

    color: var(--co-002D73);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 26px;
}

.related_tourism .title a {
    color: var(--co-002D73);
}

.related_tourism .title a:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .related_tourism {
        padding: 60px 0px;
    }
}

@media(max-width:1333px) {
    .related_tourism {
        padding: 50px 0px;
    }

    .related_tourism .titlebox {
        margin-bottom: 30px;
    }

    .related_tourism .title {
        padding-top: 15px;
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .related_tourism {
        padding: 40px 0px;
    }

    .related_tourism .titlebox {
        margin-bottom: 20px;
    }

    .related_tourism .imgbox {
        border-radius: 10px;
        overflow: hidden;
    }

    .related_tourism .title {
        padding-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .related_tourism .btnbox i {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .related_tourism .btnbox i {
        width: 42px;
        height: 42px;
        font-size: 14px;
    }
}

@media(max-width:538px) {
    .related_tourism {
        padding: 30px 0px;
    }

    .related_tourism .titlebox {
        flex-direction: column;
    }

    .related_tourism .title40 {
        margin-bottom: 10px;
    }
}


/* 8-1 */

.contact_us {
    padding: 80px 0px 79px;
}

.contact_us .title46 {
    text-align: center;
    margin-bottom: 6px;
}

.contact_us .s_title {
    text-align: center;
    color: var(--co-75C433);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.contact_us .wrap {
    display: flex;
    flex-wrap: wrap;
}

.contact_us .inner {
    width: 32%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 247px;
    background: #f7fbfe;
    padding: 54px 40px 54px 40px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.contact_us .inner:nth-child(3n) {
    margin-right: 0;
}

.contact_us .inner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: var(--jianbian1);
    width: 0;
    transition: .3s linear width;
}

.contact_us .inner:hover::after {
    width: 100%;
}

.contact_us .svgbox {
    margin: 0 auto;
    height: 46px;
    margin-bottom: 23px;
}

.contact_us .resu {
    color: var(--co-1E1E1E);
    text-align: center;
    font-family: var(--medium);
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

.contact_us .resu a {
    color: var(--co-1E1E1E);
}

.contact_us .resu a:hover {
    color: var(--co-1348c8);
}

.contact_us .name {
    color: var(--co-666);
    text-align: center;
    line-height: 28px;
}

.contact_us .email a {
    word-break: break-all;
}

@media(max-width:1600px) {
    .contact_us {
        padding: 60px 0px;
    }

    .contact_us .s_title {
        font-size: 18px;
        line-height: 32px;
        width: 90%;
        margin-bottom: 40px;
    }

    .contact_us .inner {
        width: 32%;
        margin-right: 2%;
        min-height: 247px;
        padding: 40px 40px 40px 40px;
        border-radius: 16px;
    }

    .contact_us .resu {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

}

@media(max-width:1333px) {
    .contact_us {
        padding: 50px 0px;
    }

    .contact_us .s_title {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin-bottom: 30px;
    }

    .contact_us .resu {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .contact_us .inner {
        width: 32%;
        margin-right: 2%;
        min-height: unset;
        padding: 30px;
        border-radius: 16px;
    }
}

@media(max-width:999px) {
    .contact_us {
        padding: 40px 0px;
    }

    .contact_us .resu {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .contact_us .inner {
        width: 32%;
        margin-right: 2%;
        min-height: unset;
        padding: 20px;
        border-radius: 10px;
    }

    .contact_us .svgbox {
        margin: 0 auto;
        height: 40px;
        margin-bottom: 23px;
    }

    .contact_us .svgbox img {
        width: 35px;
    }

    .contact_us .s_title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .contact_us {
        padding: 30px 0px;
    }

    .contact_us .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .contact_us .inner:last-child {
        margin-bottom: 0;
    }

    .contact_us .svgbox {
        margin: 0 auto;
        height: 40px;
        margin-bottom: 10px;
    }
}




/* send_message */

.send_message {
    padding: 80px 0px 100px;
    background-color: var(--co-f5f6fb);
    border-radius: 50px 50px 0px 0px;
}

.send_message .title46 {
    text-align: center;
    margin-bottom: 48px;
    color: var(--co-1E1E1E);
}

.send_message form {
    padding: 50px 50px 37px 50px;
    border-radius: 24px;
    background: var(--co-fff);
}

.send_message .inpbox1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14px;
}

.send_message .inp1 {
    width: 49.5%;
    margin-right: 1%;
}

.send_message .inp1:nth-child(2n) {
    margin-right: 0;
}

.send_message .inp1 input {
    width: 100%;
    height: 60px;
    padding: 0px 14px;
}

.send_message .inpbox2 textarea {
    height: 214px;
    width: 100%;
    padding: 10px 14px;
}

.send_message .inp1 input,
.send_message .inpbox2 textarea {
    border-radius: 5px;
    border: 1px solid #D2D2D2;
    background: rgba(255, 255, 255, 1);

    color: var(--co-666);
    font-size: 16px;
    line-height: 28px;
    font-family: var(--regular);
}

.send_message .submit input {
    background: var(--jianbian1);
    color: #fff;
    border: 1px solid var(--jianbian1);
    cursor: pointer;
}

.send_message .code {
    position: relative;
    overflow: hidden;
}

.send_message .codebox {
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 98%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f3fbfe;
}

.send_message .must {
    position: relative;
}

.send_message .must input {
    padding-left: 25px;
}

.send_message .must textarea {
    padding-left: 25px;
    resize: none;
}

.send_message .must::after {
    content: "*";
    position: absolute;
    left: 13px;
    top: 16px;
    color: #ff0000;
}

.send_message .m-formcountry i {
    right: 15px;
}

.send_message .m-formcountry input {
    padding-right: 30px !important;
}

@media(max-width:1600px) {
    .send_message {
        padding: 60px 0px;
    }

    .send_message .title46 {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .send_message {
        padding: 50px 0px;
    }

    .send_message .title46 {
        margin-bottom: 30px;
    }

    .send_message .inp1 input {
        height: 55px;
    }

    .send_message form {
        padding: 40px;
    }
}

@media(max-width:999px) {
    .send_message {
        padding: 40px 0px;
        border-radius: 0;
    }

    .send_message .inp1 input {
        height: 50px;
    }

    .send_message .inp1 input,
    .send_message .inpbox2 textarea {
        border-radius: 5px;
        font-size: 14px;
        line-height: 26px;
    }

    .send_message form {
        padding: 30px;
    }

    .send_message .title46 {
        margin-bottom: 20px;
    }

    .send_message .m-formcountry input {
        padding-right: 25px;
    }

    .send_message .m-formcountry i {
        right: 10px;
    }

    .send_message form {
        border-radius: 10px;
    }
}

@media(max-width:768px) {
    .send_message .inpbox1 {
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .send_message {
        padding: 30px 0px;
    }

    .send_message .inpbox1 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .send_message .inp1,
    .send_message .inpbox2 {
        width: 100%;
        margin-bottom: 10px;
    }

    .send_message form {
        padding: 20px;
    }
}


/* news_list */

.news_list {
    padding: 80px 0px 90px;
}

.news_list .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 59px;
}

.news_list .title46 {
    width: 34%;
}

.news_list .con {
    width: 66%;
    color: var(--co-666);
    line-height: 28px;
    padding-top: 1px;
}

.news_list .wrap {
    margin-bottom: 39px;
}

.news_list .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 24px;
    border-bottom: 1px solid #D9D9D9;
}

.news_list .inner:first-child {
    border-top: 1px solid #D9D9D9;
}

.news_list .inner:last-child {
    border-bottom: unset;
}

.news_list .l_box {
    width: 72%;
    display: flex;
    align-items: center;
}

.news_list .databox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 8%;
}

.news_list .day {
    color: var(--co-002D73);
    line-height: 46px;
}

.news_list .data {
    color: var(--co-002D73);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
}

.news_list .title {
    color: var(--co-002D73);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .title a {
    color: var(--co-002D73);
}

.news_list .title a:hover {
    text-decoration: underline;
}

.news_list .content {
    color: var(--co-666);
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .r_box {
    width: 20.3%;
    overflow: hidden;
}

.news_list .r_box img:hover {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .news_list {
        padding: 60px 0px;
    }

    .news_list .titlebox {
        margin-bottom: 45px;
    }

    .news_list .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .news_list .day {
        line-height: unset;
    }
}

@media(max-width:1333px) {
    .news_list {
        padding: 50px 0px;
    }

    .news_list .titlebox {
        margin-bottom: 35px;
    }

    .news_list .inner {
        padding: 20px 0px;
    }

    .news_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .news_list .r_box {
        width: 24%;
        overflow: hidden;
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 40px 0px;
    }

    .news_list .titlebox {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .news_list .con {
        padding-top: 0;
    }

    .news_list .title46 {
        width: 100%;
        margin-bottom: 10px;
    }

    .news_list .con {
        width: 100%;
        line-height: 26px;
    }

    .news_list .data {
        font-size: 16px;
        line-height: 28px;
    }

    .news_list .content {
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .news_list .titlebox {
        margin-bottom: 15px;
    }

    .news_list .inner {
        padding: 15px 0px;
        flex-direction: column;
    }

    .news_list .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_list .r_box {
        width: auto;
    }

    .news_list .data {
        font-size: 14px;
        line-height: 27px;
    }
}

@media(max-width:538px) {
    .news_list {
        padding: 30px 0px;
    }

    .news_list .l_box {
        flex-direction: column;
    }

    .news_list .databox {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .news_list .contact {
        text-align: center;
    }
}



/* news_detail */

.news_detail {
    padding: 79px 0px 80px;
}

.news_detail .title34 {
    margin-bottom: 18px;
    color: var(--co-002D73);
}

.news_detail .con {
    display: flex;
    align-items: center;
    padding-bottom: 11px;
    margin-bottom: 31px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.news_detail .data {
    margin-right: 50px;
    color: var(--co-666);
    line-height: 28px;
}

.news_detail .sharebox {
    display: flex;
    align-items: center;
    color: var(--co-666);
    line-height: 28px;
}

.news_detail .sharebox span {
    margin-right: 5px;
}

.news_detail .content {
    color: var(--co-666);
    line-height: 28px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.news_detail .content em {
    font-style: normal;
    color: var(--co-1E1E1E);
}

@media(max-width:1600px) {
    .news_detail {
        padding: 60px 0px;
    }
}

@media(max-width:1333px) {
    .news_detail {
        padding: 50px 0px;
    }

    .news_detail .con {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .news_detail .content {
        line-height: 28px;
        padding-bottom: 30px;
    }
}

@media(max-width:999px) {
    .news_detail {
        padding: 40px 0px;
    }

    .news_detail .content {
        line-height: 26px;
        padding-bottom: 20px;
    }
}

@media(max-width:538px) {
    .news_detail {
        padding: 30px 0px;
    }

    .news_detail .con {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news_detail .data {
        margin-bottom: 3px;
    }
}

/* 9-1 */

/* appointments_top */

.appointments_top {
    padding: 80px 0px 35px;
}


.appointments_top .title46 {
    color: var(--co-002D73);
    margin-bottom: 69px;
}

.appointments_top .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 69px;
    position: relative;
}

.appointments_top .list::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 30px;
    background-image: url(../images/9-1line1.png);
    z-index: -1;
}

.appointments_top .list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    /* width: 4%; */
}

/* .appointments_top .list li::after{
    content: "";
    position: absolute;
} */

.appointments_top .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background: rgba(10, 59, 180, 0);
    border-radius: 999px;
}

.appointments_top .cir {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 1px solid var(--co-999);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--co-999);
}

.appointments_top .name {
    text-align: center;
    color: var(--co-1E1E1E);
    font-size: 18px;
    padding-top: 12px;
}

.appointments_top .active .circle {
    background: rgba(10, 59, 180, 0.1);
}

.appointments_top .active .cir {
    background: var(--jianbian1);
    border: 1px solid var(--jianbian1);
    color: #fff;
}

@media(max-width:1600px) {
    .appointments_top {
        padding: 60px 0px 30px;
    }

    .appointments_top .title46 {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .appointments_top {
        padding: 50px 0px 30px;
    }

    .appointments_top .title46 {
        margin-bottom: 35px;
    }

    .appointments_top .list {
        margin-left: 0;
    }
}

@media(max-width:999px) {
    .appointments_top {
        padding: 40px 0px 30px;
    }

    .appointments_top .title46 {
        margin-bottom: 25px;
    }

    .appointments_top .name {
        font-size: 16px;
        padding-top: 5px;
    }
}

@media(max-width:768px) {
    .appointments_top {
        padding: 30px 0px 20px;
    }

    .appointments_top .title46 {
        margin-bottom: 15px;
    }

    .appointments_top .cir {
        width: 40px;
        height: 40px;
    }

    .appointments_top .circle {
        width: 50px;
        height: 50px;
    }

    .appointments_top .name {
        font-size: 14px;
        padding-top: 3px;
    }

    .appointments_top .list::after {
        height: 1px;
        top: 26px;
    }
}

@media(max-width:538px) {
    .appointments_top {
        padding: 20px 0px 20px;
    }

    .appointments_top .list::after {
        display: none;
    }
}

@media(max-width:400px) {
    .appointments_top .list li {
        width: 50%;
        margin-bottom: 20px;
    }
}



/* appointments_start */

.appointments_start {
    margin-bottom: 30px;
}

.appointments_start .box {
    background-color: #f7f8fc;
    border-radius: 16px;
    padding: 40px 30px 34px 30px;
}

.appointments_start .title {
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}

.appointments_start .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}

.appointments_start .inner {
    width: 13.1428%;
    margin-right: 3.3571%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 140px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    margin-bottom: 30px;
}

.appointments_start .inner:nth-child(6n) {
    margin-right: 0;
}

.appointments_start .inner:hover {
    border: 1px solid var(--co-002D73);
    background: var(--co-fff);
    box-shadow: 0 4px 22px 0 #D5DFFA;
}

.appointments_start .svgbox {
    margin-bottom: 10px;
}

.appointments_start .tit {
    color: var(--co-1E1E1E);
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.appointments_start .btnbox {
    display: flex;
    justify-content: center;
}

.appointments_start .btn {
    display: flex;
    align-items: center;
    padding: 13.5px 30px;
    background-color: var(--co-fff);
    border-radius: 999px;
    border: 1px solid #e2e2e2;
}

.appointments_start .btn input {
    margin-right: 8px;
}

.appointments_start .btn input,
.appointments_start .btn label {
    cursor: pointer;
}

@media(max-width:1333px) {

    .appointments_start .wrap {
        margin-bottom: 25px;
    }

    .appointments_start .inner {
        width: 18%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .appointments_start .inner:nth-child(6n) {
        margin-right: 2%;
    }

    .appointments_start .inner:nth-child(5n) {
        margin-right: 0;
    }

    .appointments_start .tit {
        font-size: 14px;
        line-height: 22px;
    }

    .appointments_start .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .appointments_start .inner {
        width: 23%;
        margin-right: 2%;
    }

    .appointments_start .inner:nth-child(5n) {
        margin-right: 2%;
    }

    .appointments_start .inner:nth-child(4n) {
        margin-right: 0;
    }

    .appointments_start .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .appointments_start .box {
        border-radius: 10px;
    }
}

@media(max-width:768px) {
    .appointments_start .box {
        border-radius: 16px;
        padding: 25px;
    }
}

@media(max-width:538px) {
    .appointments_start .inner {
        width: 32%;
        margin-right: 2%;
    }

    .appointments_start .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .appointments_start .inner:nth-child(3n) {
        margin-right: 0;
    }

    .appointments_start .box {
        padding: 20px;
    }
}

@media(max-width:450px) {
    .appointments_start .inner {
        width: 49%;
        margin-right: 2%;
    }

    .appointments_start .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .appointments_start .inner:nth-child(2n) {
        margin-right: 0;
    }

    .appointments_start .box {
        padding: 15px;
    }
}


/* appointments_bottom */

.appointments_bottom {
    margin-bottom: 20px;
}

.appointments_bottom .safe {
    display: flex;
    justify-content: space-between;
}

.appointments_bottom a {
    width: 170px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

.appointments_bottom a input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0;
    cursor: pointer;
}

.appointments_bottom a i {
    font-size: 14px;
}

.appointments_bottom a:first-child {
    border: 1px solid #E0E2E8;
    background-color: #fff;
    color: var(--co-002D73);
    box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0.4);
}

.appointments_bottom a:first-child i {
    margin-right: 15px;
    color: var(--co-002D73);
}

.appointments_bottom a:last-child {
    background: var(--jianbian1);
    color: var(--co-fff);
}

.appointments_bottom a:last-child i {
    margin-left: 15px;
    color: var(--co-fff);
}

.appointments_bottom .nouse {
    opacity: .5;
    pointer-events: none;
}

@media(max-width:1600px) {
    .appointments_bottom a {
        width: 160px;
        height: 55px;
        border-radius: 8px;
    }
}

@media(max-width:1333px) {
    .appointments_bottom a {
        width: 140px;
        height: 50px;
        border-radius: 8px;
    }
}

@media(max-width:999px) {
    .appointments_bottom a {
        width: 130px;
        height: 45px;
        border-radius: 8px;
    }

    .appointments_bottom a:first-child i {
        margin-right: 10px;
    }

    .appointments_bottom a:last-child i {
        margin-left: 10px;
    }
}

@media(max-width:538px) {
    .appointments_bottom a {
        width: 120px;
        height: 42px;
        border-radius: 8px;
    }
}


/* appointments_shadow */

.appointments_shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appointments_shadow .safe {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appointments_shadow .box {
    width: 1480px;
    min-height: 480px;
    background-color: #fff;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    padding: 62px 40px 20px 40px;
}

.appointments_shadow .closebox {
    top: 30px;
    right: 30px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
}

.appointments_shadow .closebox i {
    font-size: 38px;
    opacity: .3;
    transform: rotate(-45deg);
    cursor: pointer;
}

.appointments_shadow .closebox i:hover {
    opacity: 1;
}

.appointments_shadow .title36 {
    text-align: center;
    margin-bottom: 40px;
}

.appointments_shadow .wrap {
    display: flex;
    flex-wrap: wrap;
}

.appointments_shadow .inner {
    width: 32%;
    margin-right: 2%;
    padding: 20px;
    border-radius: 16px;
    background: var(--co-fff);
    box-shadow: 0 4px 22px 0 #EBF0FE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
    cursor: pointer;
}

.appointments_shadow .inner:nth-child(3n) {
    margin-right: 0;
}

.appointments_shadow .l {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.appointments_shadow .imgbox {
    width: 40%;
    overflow: hidden;
}

.appointments_shadow .title {
    color: var(--co-000);
    font-family: var(--bold);
    font-size: 16px;
    line-height: 28px;
    width: 55%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appointments_shadow .title a {
    color: var(--co-000);
}

.appointments_shadow .title:hover,
.appointments_shadow .title a:hover {
    color: var(--co-1348c8);
}

.appointments_shadow .btn {
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
    background: var(--jianbian1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    min-width: 28px;
    border-radius: 999px;
    flex-shrink: 0;
}

.appointments_shadow .btn span {
    display: none;
    margin-right: 5px;
}

.appointments_shadow .btn i {
    font-size: 12px;
}

.appointments_shadow .btn:hover {
    width: 68px;
    height: 36px;
}

.appointments_shadow .btn:hover span {
    display: block;
}

.appointments_shadow .end {
    display: flex;
    justify-content: flex-end;
}

.appointments_shadow .end a {
    color: var(--co-666);
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.appointments_shadow .end a:hover {
    color: var(--co-1348c8);
}




@media(max-width:1600px) {
    .appointments_shadow .box {
        width: 1480px;
        min-height: 480px;
        border-radius: 24px;
        padding: 50px 40px 20px 40px;
    }
}

@media(max-width:1333px) {
    .appointments_shadow .box {
        width: 1400px;
        min-height: unset;
        border-radius: 24px;
        padding: 40px 40px 20px 40px;
    }

    .appointments_shadow .title36 {
        margin-bottom: 30px;
    }

    .appointments_shadow .inner {
        width: 49%;
        margin-right: 2%;
        padding: 15px;
        border-radius: 16px;
        margin-bottom: 26px;
    }

    .appointments_shadow .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .appointments_shadow .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:999px) {
    .appointments_shadow .box {
        width: auto;
        min-height: unset;
        border-radius: 10px;
        padding: 30px;
    }

    .appointments_shadow .closebox {
        top: 20px;
        right: 20px;
    }

    .appointments_shadow .title {
        font-size: 14px;
        line-height: 26px;
    }

    .appointments_shadow .btn {
        font-size: 14px;
        line-height: 28px;
        min-height: unset;
        min-width: unset;
        height: 28px !important;
        width: 28px !important;
    }

    .appointments_shadow .btn span {
        margin-right: 0 !important;
        display: none !important;
    }

    .appointments_shadow .inner {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .appointments_shadow .wrap {
        height: 200px;
        overflow: auto;
    }

    .appointments_shadow .end {
        padding-top: 15px;
    }

    .appointments_shadow .inner {
        padding: 10px;
    }

    .appointments_shadow .box {
        padding: 20px;
    }
}

@media(max-width:538px) {
    .appointments_shadow .inner {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .appointments_shadow .closebox {
        top: 10px;
        right: 10px;
    }
}

@media(max-width:400px) {
    .appointments_shadow .closebox {
        top: 5px;
        right: 5px;
    }

    .appointments_shadow .closebox i {
        font-size: 24px;
    }
}


/* appointment_time */

.appointment_time {
    margin-bottom: 27px;
}

.appointment_time .box {
    padding: 40px 30px 40px 30px;
    background-color: #f7f8fc;
    border-radius: 16px;
}

.appointment_time .caladar_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.appointment_time .l_box {
    width: 30%;
    position: relative;
}

.appointment_time .flatpickr {
    position: absolute;
    top: 0;
}

.appointment_time .title {
    margin-bottom: 20px;
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 22px;
    line-height: 30px;
}


.appointment_time .r_box {
    width: 50%;
}

.appointment_time .morning {
    margin-bottom: 30px;
}

.appointment_time .tit {
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.appointment_time .wrap {
    display: flex;
    flex-wrap: wrap;
}

.appointment_time li {
    padding: 15.5px 20px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-right: 20px;
    cursor: pointer;
}

.appointment_time li span {
    margin-right: 5px;
}

.appointment_time .nouse {
    opacity: .5;
    pointer-events: none;
}

.appointment_time .active {
    border: 1px solid var(--co-002D73);
}

@media(max-width:1600px) {}

@media(max-width:1333px) {
    .appointment_time .r_box {
        width: 55%;
    }

    .appointment_time li {
        padding: 15px 8px;
        border-radius: 4px;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .appointment_time .tit {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {

    .appointment_time .box {
        padding: 30px;
        border-radius: 10px;
    }

    .appointment_time .caladar_box {
        flex-direction: column;
    }

    .appointment_time .l_box {
        width: 100%;
        position: relative;
        height: 296px;
        margin-bottom: 20px;
    }

    .appointment_time .r_box {
        width: 100%;
    }
}

@media(max-width:768px) {
    .appointment_time .title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 28px;
    }

    .appointment_time .morning {
        margin-bottom: 20px;
    }

    .appointment_time .box {
        padding: 20px;
        border-radius: 10px;
    }
}

@media(max-width:538px) {}

@media(max-width:408px) {
    .appointment_time .l_box {
        width: 100%;
        overflow: auto;
    }
}


/* patient_infomation */

.patient_infomation {
    margin-bottom: 30px;
}

.patient_infomation .box {
    padding: 41px 30px 10px 30px;
    background-color: #f7f8fc;
    border-radius: 16px;
}

.patient_infomation .tit {
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
}

.patient_infomation .inpbox1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.patient_infomation .inp1 {
    width: 23.5%;
    margin-right: 2%;
}

.patient_infomation .inp1:nth-child(4n) {
    margin-right: 0;
}

.patient_infomation .inp1 input {
    width: 100%;
    height: 56px;
    padding: 0px 30px 0px 25px;

    color: var(--co-1E1E1E);
    font-family: var(--regular);
    font-size: 16px;
    border-radius: 4px;
}

.patient_infomation .inp1 input::placeholder {
    color: var(--co-666);
}

.patient_infomation .inpbox1 textarea:focus,
.patient_infomation .inp1 input:focus {
    outline: 1px solid var(--co-1348c8);
}

.patient_infomation .inpbox2 textarea {
    height: 193px;
    width: 100%;
    color: var(--co-1E1E1E);
    font-family: var(--regular);
    padding: 15px 25px;
    font-size: 16px;
    resize: none;
    border-radius: 4px;
}


.patient_infomation .inpbox2 textarea::placeholder {
    color: var(--co-666);
}

.patient_infomation .must {
    position: relative;
}

.patient_infomation .must::after {
    content: "*";
    position: absolute;
    left: 14px;
    top: 18px;
    color: #ff0000;
}

.patient_infomation .gj::after {
    left: 40px;
}

.patient_infomation .flatpickr-calendar.inline {
    position: absolute;
    display: none;
    top: 100%;
}

.patient_infomation .m-formcountry i {
    right: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #ccc;
    right: 0px;
    font-weight: bold;
    position: absolute;
}


.patient_infomation .file {
    border: 1px dashed #002B9E;
    background: rgba(0, 52, 191, 0.10);
    height: 56px;
    padding: 8px 16px;
    cursor: pointer;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 4px;
}

.patient_infomation .file input {
    width: 100%;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.patient_infomation .txt {
    color: var(--co-002D73);
    line-height: 28px;
}

.patient_infomation .txt span {
    font-size: 24px;
}

.patient_infomation .inpbox3 .inp1 {
    width: 100%;
    margin-right: 0;
}


@media(max-width:1600px) {}

@media(max-width:1333px) {
    .patient_infomation .inp1 input {
        height: 50px;
        padding: 0px 30px 0px 25px;
        font-size: 16px;
        border-radius: 4px;
    }

    .patient_infomation .inpbox1 {
        margin-bottom: 15px;
    }

    .patient_infomation .file {
        height: 50px;
        padding: 8px 16px;
        margin-bottom: 15px;
        border-radius: 4px;
    }
}

@media(max-width:999px) {
    .patient_infomation .inp1 {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .patient_infomation .inp1:nth-child(2n) {
        margin-right: 0;
    }

    .patient_infomation .inpbox1 {
        margin-bottom: 0;
    }

    .patient_infomation .inpbox2 {
        margin-bottom: 10px;
    }

    .patient_infomation .file {
        height: 50px;
        padding: 8px 16px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .patient_infomation .inp1 input {
        font-size: 14px;
    }

    .patient_infomation .inpbox2 textarea {
        height: 150px;
        width: 100%;
        font-size: 14px;
    }

    .patient_infomation .box {
        padding: 20px;
        border-radius: 10px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {
    .patient_infomation .inp1 {
        width: 100%;
        margin-right: 0 !important;
    }
}



/* .patient_infomation .flatpickr-disabled {
    cursor: pointer !important;
} */


/* 9-3 */












/* 9-4 */

.submit_success {
    padding: 90px 0px 80px;
}

.submit_success .bingo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit_success .contact {
    padding-top: 39px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.submit_success .title40 {
    margin-bottom: 19px;
    color: var(--co-002D73);
}

.submit_success .content {
    color: var(--co-002D73);
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}

@media(max-width:1600px) {
    .submit_success {
        padding: 60px 0px;
    }

    .submit_success .contact {
        padding-top: 30px;
        width: 80%;
    }
}

@media(max-width:1333px) {
    .submit_success {
        padding: 50px 0px;
    }

    .submit_success .bingo img {
        width: 165px;
    }

    .submit_success .contact {
        padding-top: 20px;
        width: 90%;
    }

    .submit_success .content {
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .submit_success {
        padding: 40px 0px;
    }

    .submit_success .bingo img {
        width: 140px;
    }

    .submit_success .contact {
        padding-top: 15px;
        width: 100%;
    }

    .submit_success .title40 {
        margin-bottom: 10px;
    }

    .submit_success .content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .submit_success .bingo img {
        width: 120px;
    }

    .submit_success .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .submit_success {
        padding: 30px 0px 10px;
    }

    .submit_success .bingo img {
        width: 100px;
    }
}


/* department_list */

.department_list {
    padding: 74px 0px 56px;
}

.department_list .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.department_list .title40 {
    color: var(--co-002D73);
}

.department_list .loca_sea {
    background: var(--co-fff);
    box-shadow: 0 4px 22px 0 #EBF0FE;
}

.department_list .wrap {
    display: flex;
    flex-wrap: wrap;
}

.department_list .inner {
    width: 23.2857%;
    margin-right: 2.2857%;
    padding: 30px 30px 29px 30px;
    border-radius: 16px;
    background: var(--co-fff);
    box-shadow: 0 4px 22px 0 #EBF0FE;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.department_list .inner:nth-child(4n) {
    margin-right: 0;
}

.department_list .svgbox {
    margin-bottom: 14px;
    border-radius: 8px;
    overflow: hidden;
}

.department_list .svgbox img:hover {
    transform: scale(1.05);
}

.department_list .title {
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

.department_list .title a {
    color: var(--co-1E1E1E);
}

.department_list .title:hover,
.department_list .title a:hover {
    color: var(--co-1348c8);
}

.department_list .content {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}


@media(max-width:1600px) {
    .department_list {
        padding: 60px 0px;
    }

    .department_list .titlebox {
        margin-bottom: 40px;
    }

    .department_list .inner {
        width: 23.2857%;
        margin-right: 2.2857%;
        padding: 25px;
        border-radius: 16px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .department_list {
        padding: 50px 0px;
    }

    .department_list .titlebox {
        margin-bottom: 30px;
    }

    .department_list .inner {
        width: 23.2857%;
        margin-right: 2.2857%;
        padding: 20px;
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .department_list .svgbox {
        margin-bottom: 10px;
        border-radius: 8px;
    }
}

@media(max-width:999px) {
    .department_list {
        padding: 40px 0px;
    }

    .department_list .inner {
        width: 32%;
        margin-right: 2%;
    }

    .department_list .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .department_list .inner:nth-child(3n) {
        margin-right: 0;
    }

    .department_list .title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .department_list .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .department_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .department_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .department_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .department_list .title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .department_list .titlebox {
        flex-direction: column;
    }

    .department_list .title40 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .department_list {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .department_list .inner {
        width: 100% !important;
        margin-right: 0 !important;
    }
}


/* 10-2 */


/* metablic_management */

.metablic_management {
    padding: 79px 0px 53px;
}

.metablic_management .title40 {
    margin-bottom: 48px;
    color: var(--co-002D73);
}

.metablic_management .wrap {
    display: flex;
    flex-wrap: wrap;
}

.metablic_management .inner {
    width: 32%;
    margin-right: 2%;
    padding: 20px;
    border-radius: 16px;
    background: var(--co-fff);
    box-shadow: 0 4px 22px 0 #EBF0FE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
    cursor: pointer;
}

.metablic_management .inner:nth-child(3n) {
    margin-right: 0;
}

.metablic_management .l {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.metablic_management .imgbox {
    width: 46%;
    overflow: hidden;
}

.metablic_management .title {
    color: var(--co-000);
    font-family: var(--bold);
    font-size: 16px;
    line-height: 28px;
    width: 50%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.metablic_management .title a {
    color: var(--co-000);
}

.metablic_management .title:hover,
.metablic_management .title a:hover {
    color: var(--co-1348c8);
}

.metablic_management .btn {
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
    background: var(--jianbian1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    min-width: 28px;
    border-radius: 999px;
    flex-shrink: 0;
}

.metablic_management .btn span {
    display: none;
    margin-right: 5px;
}

.metablic_management .btn i {
    font-size: 12px;
}

.metablic_management .btn:hover {
    width: 68px;
    height: 36px;
}

.metablic_management .btn:hover span {
    display: block;
}

@media(max-width:1600px) {
    .metablic_management {
        padding: 60px 0px;
    }

    .metablic_management .title40 {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .metablic_management {
        padding: 50px 0px;
    }

    .metablic_management .title36 {
        margin-bottom: 30px;
    }

    .metablic_management .inner {
        width: 49%;
        margin-right: 2%;
        padding: 15px;
        border-radius: 16px;
        margin-bottom: 26px;
    }

    .metablic_management .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .metablic_management .inner:nth-child(2n) {
        margin-right: 0;
    }

    .metablic_management .title40 {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .metablic_management {
        padding: 40px 0px;
    }

    .metablic_management .title {
        font-size: 14px;
        line-height: 26px;
    }

    .metablic_management .btn {
        font-size: 14px;
        line-height: 28px;
        min-height: unset;
        min-width: unset;
        height: 28px !important;
        width: 28px !important;
    }

    .metablic_management .btn span {
        margin-right: 0 !important;
        display: none !important;
    }

    .metablic_management .inner {
        margin-bottom: 15px;
    }

    .metablic_management .title40 {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .metablic_management .wrap {
        height: 200px;
        overflow: auto;
    }

    .metablic_management .inner {
        padding: 10px;
    }

    .metablic_management .title40 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .metablic_management {
        padding: 30px 0px;
    }

    .metablic_management .inner {
        width: 100% !important;
        margin-right: 0 !important;
    }
}



/* log_in */

.log_in {
    padding: 80px 0px 80px;
    background-color: #f5f6fb;
    border-top: 1px solid #E2E5EB;
}

.log_in .safe {
    display: flex;
    align-items: center;
    justify-content: center;
}

.log_in .box {
    width: 590px;
    height: auto;
    background-color: #fff;
    padding: 79px 50px 46px 50px;
    border-radius: 20px;
}

.log_in .title46 {
    color: var(--co-20184E);
    margin-bottom: 11px;
}

.log_in .con {
    color: var(--co-666);
    line-height: 28px;
    margin-bottom: 40px;
}

.log_in .shuru {
    margin-bottom: 60px;
}

.log_in .inpbox1 {
    margin-bottom: 20px;
}

.log_in .inpbox1:last-child {
    margin-bottom: 0;
}

.log_in .name {
    color: var(--co-666);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 9px;
}

.log_in .inp1 input {
    width: 100%;
    height: 70px;
    border-radius: 6px;
    border: 1px solid var(--co-494949);
    padding: 0px 32px;


    color: var(--co-333);
    font-size: 16px;
    font-family: var(--regular);
}

.log_in .inp1 input::placeholder {
    color: var(--co-494949);
}

.log_in .submit input {
    background: var(--jianbian1);
    border: 1px solid var(--jianbian1);
    color: #fff;
    cursor: pointer;
}

.log_in .submit input:hover {
    color: var(--co-002D73);
    background: #fff;
    border: 1px solid var(--co-002D73);
}

.log_in .password {
    position: relative;
}

.log_in .circle {
    width: 80px;
    height: 44px;
    border-radius: 63px;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.log_in .circle i {
    font-size: 26px;
    color: var(--co-002D73);
}

.log_in .contact {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 21px;
}

.log_in .contact,
.log_in .contact p {
    color: var(--co-666);
    line-height: 28px;
}

.log_in .contact a {
    color: var(--co-002D73);
}

.log_in .contact a:hover {
    text-decoration: underline;
}

.log_in .contact p {
    margin-bottom: 13px;
}

.log_in .contact p:last-child {
    margin-bottom: 0;
}

.log_in .inpbox2 input {
    padding-right: 110px !important;
}

.log_in .submit input {
    font-size: 18px;
}

@media(max-width:1600px) {
    .log_in {
        padding: 60px 0px;
    }

    .log_in .box {
        width: 590px;
        padding: 50px 50px;
        border-radius: 20px;
    }

    .log_in .con {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .log_in .inp1 input {
        width: 100%;
        height: 65px;
        border-radius: 6px;
    }

    .log_in .shuru {
        margin-bottom: 40px;
    }

    .log_in .contact {
        width: 80%;
        padding-top: 10px;
    }
}

@media(max-width:1333px) {
    .log_in {
        padding: 50px 0px;
    }

    .log_in .box {
        width: 590px;
        padding: 40px 40px;
        border-radius: 20px;
    }

    .log_in .name {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 9px;
    }

    .log_in .inp1 input {
        width: 100%;
        height: 60px;
        border-radius: 6px;
    }

    .log_in .contact {
        width: 90%;
        padding-top: 5px;
    }

    .log_in .submit input {
        font-size: 16px;
    }

}

@media(max-width:999px) {
    .log_in {
        padding: 40px 0px;
    }

    .log_in .box {
        width: 520px;
        padding: 40px 40px;
        border-radius: 10px;
    }

    .log_in .con {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .log_in .inp1 input {
        height: 55px;
        padding: 0px 20px;
        font-size: 14px;
    }

    .log_in .contact {
        width: 100%;
        padding-top: 0px;
    }

    .log_in .shuru {
        margin-bottom: 30px;
    }

    .log_in .circle {
        width: 70px;
        height: 40px;
        border-radius: 63px;
        right: 13px;
    }

    .log_in .circle i {
        font-size: 22px;
    }

    .log_in .contact p {
        margin-bottom: 5px;
    }

    .log_in .submit input {
        font-size: 14px;
    }

}

@media(max-width:768px) {
    .log_in .box {
        width: 500px;
        padding: 30px;
        border-radius: 10px;
    }

    .log_in .name {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 9px;
    }

    .log_in .shuru {
        margin-bottom: 20px;
    }

    .log_in .inp1 input {
        height: 50px;
        padding: 0px 20px;
        font-size: 14px;
    }

    .log_in .circle {
        width: 60px;
        height: 35px;
        border-radius: 63px;
        right: 13px;
    }
}

@media(max-width:538px) {
    .log_in {
        padding: 30px 0px;
    }

    .log_in .box {
        width: 100%;
        padding: 20px;
        border-radius: 10px;
    }

    .log_in .inpbox1 {
        margin-bottom: 15px;
    }
}


/* create_accout */

.create_accout {
    padding: 80px 0px 165px;
    border-top: 1px solid #E2E5EB;
    background-color: #f5f6fb;
}

.create_accout .safe {
    display: flex;
    align-items: center;
    justify-content: center;
}

.create_accout .box {
    width: 708px;
    height: auto;
    border-radius: 20px;
    padding: 79px 49px 40px 49px;
    background-color: #fff;
}

.create_accout .title46 {
    color: var(--co-1E1E1E);
    margin-bottom: 11px;
}

.create_accout .con {
    color: var(--co-666);
    line-height: 28px;
    margin-bottom: 40px;
}

.create_accout .createbox {
    margin-bottom: 31px;
}

.create_accout .inn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.create_accout .inn .inpbox1 {
    width: 48.5%;
}

.create_accout .inpbox1 {
    margin-bottom: 20px;
}

.create_accout .name {
    color: var(--co-666);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 9px;
}

.create_accout .inp1 input {
    width: 100%;
    height: 70px;
    border: 1px solid var(--co-494949);
    border-radius: 6px;
    padding: 0px 20px;

    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
}

.create_accout .inp1 input::placeholder {
    color: var(--co-494949);
    font-family: var(--regular);
}

.create_accout .password {
    position: relative;
}

.create_accout .circle {
    width: 80px;
    height: 44px;
    border-radius: 63px;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.create_accout .circle i {
    font-size: 26px;
    color: var(--co-002D73);
}

.create_accout .submit {
    margin-top: 70px;
}

.create_accout .submit input {
    background: var(--jianbian1);
    border: 1px solid var(--jianbian1);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

.create_accout .submit input:hover {
    color: var(--co-002D73);
    background: #fff;
    border: 1px solid var(--co-002D73);
}

.create_accout .contact {
    width: 90%;
    margin: 0 auto;
}

.create_accout .contact,
.create_accout .contact p {
    color: var(--co-666);
    text-align: center;
    line-height: 28px;
}

.create_accout .contact a {
    color: #002D73;
}

.create_accout .contact a:hover {
    text-decoration: underline;
}

.create_accout .password input {
    padding-right: 110px;
}

@media(max-width:1600px) {
    .create_accout {
        padding: 60px 0px 100px;
    }

    .create_accout .box {
        width: 708px;
        border-radius: 20px;
        padding: 50px;
    }

    .create_accout .con {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .create_accout .inp1 input {
        height: 65px;
        border-radius: 6px;
        font-size: 16px;
    }

    .create_accout .submit {
        margin-top: 60px;
    }

    .create_accout .box {
        width: 708px;
        border-radius: 20px;
        padding: 40px;
    }
}

@media(max-width:1333px) {
    .create_accout {
        padding: 50px 0px 70px;
    }

    .create_accout .inp1 input {
        height: 60px;
        border-radius: 6px;
        font-size: 16px;
    }

    .create_accout .submit {
        margin-top: 50px;
    }

    .create_accout .con {
        line-height: 28px;
        margin-bottom: 20px;
    }

    .create_accout .name {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 9px;
    }

    .create_accout .createbox {
        margin-bottom: 20px;
    }

    .create_accout .box {
        width: 708px;
        padding: 40px;
    }

    .create_accout .submit input {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .create_accout {
        padding: 40px 0px 50px;
    }

    .create_accout .box {
        width: 708px;
        border-radius: 10px;
        padding: 40px;
    }

    .create_accout .name {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .create_accout .inp1 input {
        height: 55px;
        border-radius: 6px;
        font-size: 14px;
    }

    .create_accout .circle {
        width: 70px;
        height: 40px;
        border-radius: 63px;
        right: 13px;
    }

    .create_accout .circle i {
        font-size: 22px;
    }

    .create_accout .submit {
        margin-top: 40px;
    }

    .create_accout .submit input {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .create_accout .inp1 input {
        height: 50px;
    }

    .create_accout .box {
        width: 100%;
        padding: 30px;
    }

    .create_accout .circle {
        width: 60px;
        height: 35px;
        border-radius: 63px;
        right: 13px;
    }

    .create_accout .submit {
        margin-top: 30px;
    }
}

@media(max-width:538px) {
    .create_accout {
        padding: 30px 0px 30px;
    }

    .create_accout .inn {
        flex-direction: column;
    }

    .create_accout .inn .inpbox1 {
        width: 100%;
    }

    .create_accout .inpbox1 {
        margin-bottom: 15px;
    }
}


/* 11-3 */


/* forgot_password */

.forgot_password {
    padding: 80px 0px 89px;
    border-top: 1px solid #E2E5EB;
    background-color: #f5f6fb;
}

.forgot_password .safe {
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgot_password .box {
    width: 708px;
    height: auto;
    border-radius: 20px;
    padding: 79px 49px 30px 49px;
    background-color: #fff;
}

.forgot_password .title46 {
    color: var(--co-1E1E1E);
    margin-bottom: 11px;
}

.forgot_password .con {
    color: var(--co-666);
    line-height: 28px;
    margin-bottom: 40px;
}

.forgot_password .forgotbox {
    margin-bottom: 21px;
}

.forgot_password .inpbox1 {
    margin-bottom: 20px;
}

.forgot_password .name {
    color: var(--co-666);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 9px;
}

.forgot_password .inp1 input {
    width: 100%;
    height: 70px;
    border: 1px solid var(--co-494949);
    border-radius: 6px;
    padding: 0px 32px;

    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
}

.forgot_password .inp1 input::placeholder {
    color: var(--co-494949);
    font-family: var(--regular);
}


.forgot_password .submit {
    margin-top: 40px;
}

.forgot_password .submit input {
    background: var(--jianbian1);
    border: 1px solid var(--jianbian1);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

.forgot_password .submit input:hover {
    color: var(--co-002D73);
    background: #fff;
    border: 1px solid var(--co-002D73);
}

.forgot_password .contact {
    width: 90%;
    margin: 0 auto;
}

.forgot_password .contact,
.forgot_password .contact p {
    color: var(--co-666);
    text-align: center;
    line-height: 28px;
}

.forgot_password .contact a {
    color: #002D73;
}

.forgot_password .contact a:hover {
    text-decoration: underline;
}

.forgot_password .code {
    position: relative;
}

.forgot_password .codebox {
    position: absolute;
    right: 10px;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgot_password .codebox .bt {
    border-radius: 2px;
    border: 1px dashed var(--co-002D73);
    background: rgba(143, 187, 255, 0.10);
    width: 145px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--co-002D73);
    font-family: var(--regular);
    line-height: 28px;
    cursor: pointer;
}

.forgot_password .code input {
    padding-right: 180px;
}


/* 添加倒计时期间按钮样式 */
.forgot_password .codebox .bt[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #ccc;
}

/* 可选：添加过渡效果 */



@media(max-width:1600px) {
    .forgot_password {
        padding: 60px 0px;
    }

    .forgot_password .box {
        border-radius: 20px;
        padding: 50px;
    }

    .forgot_password .con {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .forgot_password .inp1 input {
        height: 65px;
        border-radius: 6px;
        font-size: 16px;
        padding: 0px 25px;
    }

    .forgot_password .submit {
        margin-top: 30px;
    }

    .forgot_password .code input {
        padding-right: 180px;
    }
}

@media(max-width:1333px) {
    .forgot_password {
        padding: 50px 0px;
    }

    .forgot_password .inp1 input {
        height: 60px;
        border-radius: 6px;
        font-size: 16px;
    }

    .forgot_password .submit {
        margin-top: 20px;
    }

    .forgot_password .con {
        line-height: 28px;
        margin-bottom: 20px;
    }

    .forgot_password .name {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 9px;
    }

    .forgot_password .forgotbox {
        margin-bottom: 20px;
    }

    .forgot_password .box {
        padding: 40px;
    }

    .forgot_password .submit input {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .forgot_password {
        padding: 40px 0px;
    }

    .forgot_password .box {
        width: 708px;
        border-radius: 10px;
        padding: 40px;
    }

    .forgot_password .name {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .forgot_password .inp1 input {
        height: 55px;
        border-radius: 6px;
        font-size: 14px;
        padding: 0px 20px;
    }

    .forgot_password .submit {
        margin-top: 30px;
    }

    .forgot_password .submit input {
        font-size: 14px;
    }

    .forgot_password .codebox .bt {
        border-radius: 2px;
        width: 130px;
        height: 42px;
        line-height: 28px;
    }

    .forgot_password .code input {
        padding-right: 180px;
    }
}

@media(max-width:768px) {
    .forgot_password .inp1 input {
        height: 50px;
    }

    .forgot_password .box {
        width: 100%;
        padding: 30px;
    }

    .forgot_password .submit {
        margin-top: 30px;
    }

    .forgot_password .code input {
        padding-right: 130px;
    }

    .forgot_password .codebox .bt {
        border-radius: 2px;
        width: 110px;
        height: 36px;
        line-height: 28px;
    }
}

@media(max-width:538px) {
    .forgot_password {
        padding: 30px 0px;
    }

    .forgot_password .inn {
        flex-direction: column;
    }

    .forgot_password .inn .inpbox1 {
        width: 100%;
    }

    .forgot_password .inpbox1 {
        margin-bottom: 15px;
    }
}


/* 11-4 */

/* reset_password */


.reset_password {
    padding: 80px 0px 89px;
    border-top: 1px solid #E2E5EB;
    background-color: #f5f6fb;
}

.reset_password .safe {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reset_password .box {
    width: 708px;
    height: auto;
    border-radius: 20px;
    padding: 79px 49px 40px 49px;
    background-color: #fff;
}

.reset_password .title46 {
    color: var(--co-1E1E1E);
    margin-bottom: 11px;
}

.reset_password .con {
    color: var(--co-666);
    line-height: 28px;
    margin-bottom: 40px;
}

.reset_password .createbox {
    margin-bottom: 31px;
}

.reset_password .inn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.reset_password .inn .inpbox1 {
    width: 48.5%;
}

.reset_password .inpbox1 {
    margin-bottom: 20px;
}

.reset_password .name {
    color: var(--co-666);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 9px;
}

.reset_password .inp1 input {
    width: 100%;
    height: 70px;
    border: 1px solid var(--co-494949);
    border-radius: 6px;
    padding: 0px 20px;

    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
}

.reset_password .inp1 input::placeholder {
    color: var(--co-494949);
    font-family: var(--regular);
}

.reset_password .password {
    position: relative;
}

.reset_password .circle {
    width: 80px;
    height: 44px;
    border-radius: 63px;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.reset_password .circle i {
    font-size: 26px;
    color: var(--co-002D73);
}

.reset_password .submit {
    margin-top: 40px;
}

.reset_password .submit input {
    background: var(--jianbian1);
    border: 1px solid var(--jianbian1);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

.reset_password .submit input:hover {
    color: var(--co-002D73);
    background: #fff;
    border: 1px solid var(--co-002D73);
}

.reset_password .contact {
    width: 90%;
    margin: 0 auto;
}

.reset_password .contact,
.reset_password .contact p {
    color: var(--co-666);
    text-align: center;
    line-height: 28px;
}

.reset_password .contact a {
    color: #002D73;
}

.reset_password .contact a:hover {
    text-decoration: underline;
}

.reset_password .password input {
    padding-right: 110px;
}

@media(max-width:1600px) {
    .reset_password {
        padding: 60px 0px 100px;
    }

    .reset_password .box {
        width: 708px;
        border-radius: 20px;
        padding: 50px;
    }

    .reset_password .con {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .reset_password .inp1 input {
        height: 65px;
        border-radius: 6px;
        font-size: 16px;
    }

    .reset_password .submit {
        margin-top: 60px;
    }

    .reset_password .box {
        width: 708px;
        border-radius: 20px;
        padding: 40px;
    }
}

@media(max-width:1333px) {
    .reset_password {
        padding: 50px 0px 70px;
    }

    .reset_password .inp1 input {
        height: 60px;
        border-radius: 6px;
        font-size: 16px;
    }

    .reset_password .submit {
        margin-top: 50px;
    }

    .reset_password .con {
        line-height: 28px;
        margin-bottom: 20px;
    }

    .reset_password .name {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 9px;
    }

    .reset_password .createbox {
        margin-bottom: 20px;
    }

    .reset_password .box {
        width: 708px;
        padding: 40px;
    }

    .reset_password .submit input {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .reset_password {
        padding: 40px 0px 50px;
    }

    .reset_password .box {
        width: 708px;
        border-radius: 10px;
        padding: 40px;
    }

    .reset_password .name {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .reset_password .inp1 input {
        height: 55px;
        border-radius: 6px;
        font-size: 14px;
    }

    .reset_password .circle {
        width: 70px;
        height: 40px;
        border-radius: 63px;
        right: 13px;
    }

    .reset_password .circle i {
        font-size: 22px;
    }

    .reset_password .submit {
        margin-top: 40px;
    }

    .reset_password .submit input {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .reset_password .inp1 input {
        height: 50px;
    }

    .reset_password .box {
        width: 100%;
        padding: 30px;
    }

    .reset_password .circle {
        width: 60px;
        height: 35px;
        border-radius: 63px;
        right: 13px;
    }

    .reset_password .submit {
        margin-top: 30px;
    }
}

@media(max-width:538px) {
    .reset_password {
        padding: 30px 0px 30px;
    }

    .reset_password .inn {
        flex-direction: column;
    }

    .reset_password .inn .inpbox1 {
        width: 100%;
    }

    .reset_password .inpbox1 {
        margin-bottom: 15px;
    }
}


/* 11-5 */

/* personal_center */

.personal_center {
    padding: 80px 0px 99px;
    background-color: #f5f6fb;
    border-top: 1px solid #E2E5EB;
}

.personal_center .box {
    padding: 79px 50px 16px 50px;
    background-color: #ffffff;
    border-radius: 20px;
}

.personal_center .title46 {
    margin-bottom: 10px;
    color: var(--co-1E1E1E);
}

.personal_center .con {
    color: var(--co-666);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
}

.personal_center .list li {
    margin-bottom: 25px;
}

.personal_center .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 26px;
    border-bottom: 1px solid #D9D9D9;
}

.personal_center .question p {
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 26px;
}

.personal_center .question i {
    font-size: 26px;
    font-weight: bold;
    color: var(--co-1E1E1E);
    cursor: pointer;
}


.personal_center .answer {
    padding: 20px 0px 40px;
    display: none;
    transition: none;
}

.personal_center .titlebox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.personal_center .title {
    position: relative;
    color: var(--co-002D73);
    font-family: var(--bold);
    font-size: 22px;
    line-height: 30px;
}

.personal_center .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 100%;
    opacity: 0.1;
    background: linear-gradient(90deg, #002B9E 0%, #144ACA 100%);
    z-index: 0;
}

.personal_center .txts {
    height: 70px;
    background-color: #f5f5f5;
    padding: 10px 32px;
    font-family: var(--regular);
    color: var(--co-494949);
    display: flex;
    align-items: center;
    border-radius: 6px;
}

/* . */

.personal_center .info {
    margin-bottom: 30px;
}

.personal_center .name {
    color: var(--co-1E1E1E);
    font-family: var(--medium);
    line-height: 32px;
    margin-bottom: 9px;
}

.personal_center .titlebox {
    margin-bottom: 21px;
}

.personal_center .inn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.personal_center .file .txts {
    border: 1px dashed #002B9E;
    background: rgba(0, 52, 191, 0.10);
    border-radius: 6px;
}

.personal_center .info1 .in {
    width: 49%;
}

.personal_center .info2 {
    margin-bottom: 0;
}

.personal_center .info2 .in {
    width: 24%;
    margin-bottom: 20px;
}

.personal_center .info3 .in {
    margin-bottom: 20px;
}

.personal_center .btn {
    background: #cecece;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    color: var(--co-fff);

    text-align: center;
    font-family: var(--medium);
    font-size: 18px;
    border-radius: 6px;
}

.personal_center .btn:hover {
    background: var(--jianbian1);
}


@media(max-width:1600px) {
    .personal_center {
        padding: 60px 0px;
    }

    .personal_center .box {
        padding: 50px;
        border-radius: 20px;
    }

    .personal_center .con {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .personal_center .titlebox {
        margin-bottom: 15px;
    }

    .personal_center .title {
        font-size: 20px;
        line-height: 30px;
    }

    .personal_center .txts {
        height: 65px;
        padding: 10px 32px;
        border-radius: 6px;
    }

    .personal_center .btn {
        height: 65px;
        font-size: 18px;
        border-radius: 6px;
    }

    .personal_center .question p {
        font-size: 24px;
    }
}

@media(max-width:1333px) {
    .personal_center {
        padding: 50px 0px;
    }

    .personal_center .question p {
        font-size: 22px;
    }

    .personal_center .box {
        padding: 40px;
        border-radius: 20px;
    }

    .personal_center .question {
        padding-bottom: 20px;
    }

    .personal_center .txts {
        height: 60px;
        padding: 10px 20px;
        border-radius: 6px;
    }

    .personal_center .btn {
        height: 60px;
        font-size: 16px;
        border-radius: 6px;
    }

    .personal_center .title {
        font-size: 18px;
        line-height: 28px;
    }

    .personal_center .info {
        margin-bottom: 20px;
    }

    .personal_center .list li {
        margin-bottom: 0;
    }
}

@media(max-width:999px) {
    .personal_center {
        padding: 40px 0px;
    }

    .personal_center .title {
        font-size: 16px;
        line-height: 26px;
    }

    .personal_center .question p {
        font-size: 18px;
    }

    .personal_center .question {
        padding-bottom: 15px;
    }

    .personal_center .name {
        line-height: 28px;
        margin-bottom: 5px;
    }

    .personal_center .titlebox {
        margin-bottom: 5px;
    }

    .personal_center .info {
        margin-bottom: 15px;
    }

    .personal_center .txts {
        height: 55px;
        padding: 10px 20px;
        border-radius: 6px;
    }

    .personal_center .btn {
        height: 55px;
        font-size: 16px;
        border-radius: 6px;
    }

    .personal_center .box {
        border-radius: 10px;
    }

    .personal_center .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .personal_center .info3 .in {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .personal_center .box {
        padding: 30px;
    }

    .personal_center .con {
        margin-bottom: 20px;
    }

    .personal_center .info1 .in {
        width: 100%;
        margin-bottom: 10px;
    }

    .personal_center .info1 .in:last-child {
        margin-bottom: 0;
    }

    .personal_center .inn {
        flex-direction: column;
    }

    .personal_center .info2 .in {
        width: 100%;
    }

    .personal_center .question p {
        font-size: 16px;
    }

    .personal_center .txts {
        height: 50px;
        padding: 10px 20px;
        border-radius: 6px;
    }

    .personal_center .btn {
        height: 50px;
        font-size: 14px;
        border-radius: 6px;
    }

}

@media(max-width:538px) {
    .personal_center {
        padding: 30px 0px;
    }
}







@font-face {
    font-family: 'Figtree-Bold';
    src: url('../fonts/Figtree-Bold.eot');
    src: url('../fonts/Figtree-Bold.eot') format('embedded-opentype'),
        url('../fonts/Figtree-Bold.woff2') format('woff2'),
        url('../fonts/Figtree-Bold.woff') format('woff'),
        url('../fonts/Figtree-Bold.ttf') format('truetype'),
        url('../fonts/Figtree-Bold.svg#FigtreeBold') format('svg');
}

@font-face {
    font-family: 'Figtree-Regular';
    src: url('../fonts/Figtree-Regular.eot');
    src: url('../fonts/Figtree-Regular.eot') format('embedded-opentype'),
        url('../fonts/Figtree-Regular.woff2') format('woff2'),
        url('../fonts/Figtree-Regular.woff') format('woff'),
        url('../fonts/Figtree-Regular.ttf') format('truetype'),
        url('../fonts/Figtree-Regular.svg#FigtreeRegular') format('svg');
}

@font-face {
    font-family: 'Figtree-Medium';
    src: url('../fonts/FigtreeMedium.eot');
    src: url('../fonts/FigtreeMedium.eot') format('embedded-opentype'),
        url('../fonts/FigtreeMedium.woff2') format('woff2'),
        url('../fonts/FigtreeMedium.woff') format('woff'),
        url('../fonts/FigtreeMedium.ttf') format('truetype'),
        url('../fonts/FigtreeMedium.svg#FigtreeMedium') format('svg');
}



.bg00 {
    background-color: #000;
}

.m-kefu-chat {
    z-index: 1000000000 !important;
}

.close_form {
    opacity: 0;
    pointer-events: none;
}

.rota {
    transform: rotate(90deg);
}

.rota45 {
    transform: rotate(45deg);
}

.swiper-button-lock {
    display: none !important;
}

.opc0 {
    opacity: 0 !important;
    pointer-events: none;
}

.email a {
    word-break: break-all;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4354916 */
    src:
        url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
        url('iconfont.woff?t=1768199771057') format('woff'),
        url('iconfont.ttf?t=1768199771057') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
    content: "\ec0e";
}

.icon-wechat1:before {
    content: "\e6c7";
}

.icon-dianhua:before {
    content: "\e61b";
}

.icon-dianhua1:before {
    content: "\e842";
}

.icon-xiazai16:before {
    content: "\e612";
}

.icon-jinru:before {
    content: "\e627";
}

.icon-mima-yanjing-guanbi:before {
    content: "\e622";
}

.icon-mima_yanjing:before {
    content: "\e6c2";
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-xiangxiajiantoushuang-mianxing:before {
    content: "\e60a";
}

.icon-caret-up:before {
    content: "\e621";
}

.icon-duihao:before {
    content: "\eaf1";
}

.icon-duigou:before {
    content: "\e644";
}

.icon-pinterest1:before {
    content: "\e6e1";
}

.icon-xiazai:before {
    content: "\e606";
}

.icon-instagram-fill:before {
    content: "\e88f";
}

.icon-jia:before {
    content: "\e632";
}

.icon-jian:before {
    content: "\e64e";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-icon-jian:before {
    content: "\e609";
}

.icon-icon_jia:before {
    content: "\e652";
}

.icon-icon_earth:before {
    content: "\e6ff";
}

.icon-top1:before {
    content: "\e660";
}

.icon-tell:before {
    content: "\e6a7";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-biaoqian:before {
    content: "\e649";
}

.icon-twitter3:before {
    content: "\e7fd";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-delete:before {
    content: "\e69d";
}

.icon-chahao:before {
    content: "\e617";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-earth1:before {
    content: "\e781";
}

.icon-chahao1:before {
    content: "\e60e";
}

.icon-jiahao:before {
    content: "\e726";
}

.icon-home1:before {
    content: "\e734";
}

.icon-guanbi:before {
    content: "\e6ca";
}

.icon-guanbi1:before {
    content: "\e61e";
}

.icon-bottom71:before {
    content: "\e74c";
}





.column {
    position: fixed;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    display: flex;
}

.column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.column ul li {
    margin-bottom: 4px;
    max-width: 250px;
    background-color: transparent;
    display: flex;
    align-items: center;
    background: #9d9e9f;
    border-radius: 999px;
}

.column ul li:last-child {
    margin-top: 14px;
}

.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: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    border-radius: 999px;
}

.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 999px;
}


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column ul li .imgbox:hover img {
    transform: unset !important;
}

.column .wechat {
    position: relative;
}

.column .gotop {
    cursor: pointer;
    background-color: #1e1e1e;
}

.column .gotop .icon-xiajiantou {
    transform: rotate(180deg);
}

.column .wechat .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    right: 100%;
    display: none;
    cursor: pointer;
    border: 10px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.column .wechat .erweima img,
.column .whatsapp .erweima img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    padding-right: 0px;
    background-color: transparent;
}

.column .wechat .erweima img {
    filter: unset !important;
}

.column img {
    display: block;
    width: auto;
}

.column .gotop i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.column i {
    color: #fff !important;
}

.column .phonebox .phone {
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 100%;
    height: 40px;
    background-color: var(--co-fff);
}

.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: var(--co-1E1E1E);

    font-size: 16px;
}

.column .phonebox:hover .phone {
    /* width: 201px; */
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 999px;
}

.column .w201 {
    width: 201px !important;
}


.column .imgbox:hover {
    background-color: var(--co-002D73);
}

.column .gotop i {}

.column li i {
    font-size: 20px;
}

@media(max-width:1600px) {
    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -10px;
        right: 80px;
        display: none;
        cursor: pointer;
    }

    .column ul li .imgbox i {
        font-size: 21px;
    }
}

@media(max-width:1333px) {


    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -10px;
        right: 70px;
        display: none;
        cursor: pointer;
    }

}

@media(max-width:999px) {

    .column ul li .tiaozhuan {
        display: none;
    }

    .column ul li:hover .tiaozhuan {
        display: none;
    }

    .column {
        position: fixed;
        right: 0px;
        top: unset;
        bottom: 0;
        width: 100%;
        height: 50px;
        transform: unset;
    }

    .column ul li .imgbox {
        width: 50px;
        height: 50px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -173px;
        right: 17%;
        display: none;
        cursor: pointer;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;
        height: 45px;
    }

    .column ul li .imgbox img {
        width: 30px;
        filter: brightness(100);
    }

    .column ul li a {
        border: unset;
    }

    .column ul {
        background-color: rgba(0, 0, 0, .3);
    }

    .column ul li .imgbox img {
        width: auto;
    }

    .column ul li {
        background-color: transparent;
    }

    .column ul li:last-child {
        margin-top: 0;
    }

    .column .phonebox .phone {
        right: unset;
        left: 0;
        bottom: 25px;
        top: unset;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:768px) {

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 160px;
        height: 160px;
        top: -185px;
        /* right: 20%; */
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

    .column .wechat .erweima {
        border: 10px solid rgba(0, 0, 0, .1);
        border-radius: 0px;
    }

    .column .wechat .erweima img,
    .column .whatsapp .erweima img {
        border-radius: 0 !important;
    }
}

@media(max-width:450px) {
    .column ul li .imgbox img {
        width: 25px;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox i {
        font-size: 18px;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -173px;
        right: 0px;
        display: none;
        cursor: pointer;
        left: unset;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox a {
        width: 100%;

    }
}




/* animation.min.css */


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/* swiper-bundle */


@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}



/* swiper-bundle.min.css */

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}



/* rili start */


.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%;
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
}

.flatpickr-calendar:focus {
    outline: 0;
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
      /*rtl:begin:ignore*/
    /*
      */
    left: 0;
    /*
      /*rtl:end:ignore*/
    /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
      /*rtl:begin:ignore*/
    /*
      */
    right: 0;
    /*
      /*rtl:end:ignore*/
    /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
}

.numInputWrapper {
    position: relative;
    height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
}

.numInputWrapper input {
    width: 100%;
}

.numInputWrapper input::-ms-clear {
    display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%;
}

.numInputWrapper span.arrowDown {
    top: 50%;
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%;
}

.numInputWrapper span svg {
    width: inherit;
    height: auto;
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
    opacity: 1;
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0;
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0;
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}

.flatpickr-days:focus {
    outline: 0;
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.dayContainer+.dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
}

.flatpickr-day.today {
    border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
    visibility: hidden;
}

.rangeMode .flatpickr-day {
    margin-top: 1px;
}

.flatpickr-weekwrapper {
    float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none;
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
    font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400;
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #eee;
}

.flatpickr-input[readonly] {
    cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* rili end */











.mobile-number,
.intl-tel-input {
    width: 100%;
}

.intl-tel-input>input {
    padding-left: 50px !important;
}

.intl-tel-input .flag {
    width: 16px;
    height: 11px;
    background: url("../images/flags.png");
    transition: none;
}

.intl-tel-input .zw {
    background-position: 0px 0px
}

.intl-tel-input .zm {
    background-position: -16px 0px
}

.intl-tel-input .za {
    background-position: 0px -11px
}

.intl-tel-input .yt {
    background-position: -16px -11px
}

.intl-tel-input .ye {
    background-position: -32px 0px
}

.intl-tel-input .ws {
    background-position: -32px -11px
}

.intl-tel-input .wf {
    background-position: 0px -22px
}

.intl-tel-input .vu {
    background-position: -32px -22px
}

.intl-tel-input .vn {
    background-position: 0px -33px
}

.intl-tel-input .vi {
    background-position: -16px -33px
}

.intl-tel-input .vg {
    background-position: -32px -33px
}

.intl-tel-input .ve {
    background-position: -48px 0px
}

.intl-tel-input .vc {
    background-position: -48px -11px
}

.intl-tel-input .va {
    background-position: -48px -22px
}

.intl-tel-input .uz {
    background-position: -48px -33px
}

.intl-tel-input .uy {
    background-position: 0px -44px
}

.intl-tel-input .us {
    background-position: -16px -44px
}

.intl-tel-input .um {
    background-position: -16px -44px
}

.intl-tel-input .ug {
    background-position: -32px -44px
}

.intl-tel-input .ua {
    background-position: -48px -44px
}

.intl-tel-input .tz {
    background-position: -64px 0px
}

.intl-tel-input .tw {
    background-position: -64px -11px
}

.intl-tel-input .tv {
    background-position: -64px -22px
}

.intl-tel-input .tt {
    background-position: -64px -33px
}

.intl-tel-input .tr {
    background-position: -64px -44px
}

.intl-tel-input .to {
    background-position: 0px -55px
}

.intl-tel-input .tn {
    background-position: -16px -55px
}

.intl-tel-input .tm {
    background-position: -32px -55px
}

.intl-tel-input .tl {
    background-position: -48px -55px
}

.intl-tel-input .tk {
    background-position: -64px -55px
}

.intl-tel-input .tj {
    background-position: 0px -66px
}

.intl-tel-input .th {
    background-position: -16px -66px
}

.intl-tel-input .tg {
    background-position: -32px -66px
}

.intl-tel-input .tf {
    background-position: -48px -66px
}

.intl-tel-input .td {
    background-position: -64px -66px
}

.intl-tel-input .tc {
    background-position: -80px 0px
}

.intl-tel-input .sz {
    background-position: -80px -11px
}

.intl-tel-input .sy {
    background-position: -80px -22px
}

.intl-tel-input .sx {
    background-position: -80px -33px
}

.intl-tel-input .sv {
    background-position: -80px -44px
}

.intl-tel-input .st {
    background-position: -80px -55px
}

.intl-tel-input .ss {
    background-position: -80px -66px
}

.intl-tel-input .sr {
    background-position: 0px -77px
}

.intl-tel-input .so {
    background-position: -16px -77px
}

.intl-tel-input .sn {
    background-position: -32px -77px
}

.intl-tel-input .sm {
    background-position: -48px -77px
}

.intl-tel-input .sl {
    background-position: -64px -77px
}

.intl-tel-input .sk {
    background-position: -80px -77px
}

.intl-tel-input .si {
    background-position: -96px 0px
}

.intl-tel-input .sh {
    background-position: -96px -11px
}

.intl-tel-input .sg {
    background-position: -96px -22px
}

.intl-tel-input .se {
    background-position: -96px -33px
}

.intl-tel-input .sd {
    background-position: -96px -44px
}

.intl-tel-input .sc {
    background-position: -96px -66px
}

.intl-tel-input .sb {
    background-position: -96px -77px
}

.intl-tel-input .sa {
    background-position: 0px -88px
}

.intl-tel-input .rw {
    background-position: -16px -88px
}

.intl-tel-input .ru {
    background-position: -32px -88px
}

.intl-tel-input .rs {
    background-position: -48px -88px
}

.intl-tel-input .ro {
    background-position: -64px -88px
}

.intl-tel-input .qa {
    background-position: -80px -88px
}

.intl-tel-input .py {
    background-position: -96px -88px
}

.intl-tel-input .pw {
    background-position: 0px -99px
}

.intl-tel-input .pt {
    background-position: -16px -99px
}

.intl-tel-input .ps {
    background-position: -32px -99px
}

.intl-tel-input .pr {
    background-position: -48px -99px
}

.intl-tel-input .pn {
    background-position: -64px -99px
}

.intl-tel-input .pm {
    background-position: -80px -99px
}

.intl-tel-input .pl {
    background-position: -96px -99px
}

.intl-tel-input .pk {
    background-position: -112px 0px
}

.intl-tel-input .ph {
    background-position: -112px -11px
}

.intl-tel-input .pg {
    background-position: -112px -22px
}

.intl-tel-input .pf {
    background-position: -112px -33px
}

.intl-tel-input .pe {
    background-position: -112px -44px
}

.intl-tel-input .pa {
    background-position: -112px -55px
}

.intl-tel-input .om {
    background-position: -112px -66px
}

.intl-tel-input .nz {
    background-position: -112px -77px
}

.intl-tel-input .nu {
    background-position: -112px -88px
}

.intl-tel-input .nr {
    background-position: -112px -99px
}

.intl-tel-input .no {
    background-position: 0px -110px
}

.intl-tel-input .bv {
    background-position: 0px -110px
}

.intl-tel-input .sj {
    background-position: 0px -110px
}

.intl-tel-input .nl {
    background-position: -16px -110px
}

.intl-tel-input .ni {
    background-position: -32px -110px
}

.intl-tel-input .ng {
    background-position: -48px -110px
}

.intl-tel-input .nf {
    background-position: -64px -110px
}

.intl-tel-input .ne {
    background-position: -80px -110px
}

.intl-tel-input .nc {
    background-position: -96px -110px
}

.intl-tel-input .na {
    background-position: -112px -110px
}

.intl-tel-input .mz {
    background-position: -128px 0px
}

.intl-tel-input .my {
    background-position: -128px -11px
}

.intl-tel-input .mx {
    background-position: -128px -22px
}

.intl-tel-input .mw {
    background-position: -128px -33px
}

.intl-tel-input .mv {
    background-position: -128px -44px
}

.intl-tel-input .mu {
    background-position: -128px -55px
}

.intl-tel-input .mt {
    background-position: -128px -66px
}

.intl-tel-input .ms {
    background-position: -128px -77px
}

.intl-tel-input .mr {
    background-position: -128px -88px
}

.intl-tel-input .mq {
    background-position: -128px -99px
}

.intl-tel-input .mp {
    background-position: -128px -110px
}

.intl-tel-input .mo {
    background-position: 0px -121px
}

.intl-tel-input .mn {
    background-position: -16px -121px
}

.intl-tel-input .mm {
    background-position: -32px -121px
}

.intl-tel-input .ml {
    background-position: -48px -121px
}

.intl-tel-input .mk {
    background-position: -64px -121px
}

.intl-tel-input .mh {
    background-position: -80px -121px
}

.intl-tel-input .mg {
    background-position: -96px -121px
}

.intl-tel-input .me {
    background-position: 0px -132px;
    height: 12px
}

.intl-tel-input .md {
    background-position: -112px -121px
}

.intl-tel-input .mc {
    background-position: -128px -121px
}

.intl-tel-input .ma {
    background-position: -16px -132px
}

.intl-tel-input .ly {
    background-position: -32px -132px
}

.intl-tel-input .lv {
    background-position: -48px -132px
}

.intl-tel-input .lu {
    background-position: -64px -132px
}

.intl-tel-input .lt {
    background-position: -80px -132px
}

.intl-tel-input .ls {
    background-position: -96px -132px
}

.intl-tel-input .lr {
    background-position: -112px -132px
}

.intl-tel-input .lk {
    background-position: -128px -132px
}

.intl-tel-input .li {
    background-position: -144px 0px
}

.intl-tel-input .lc {
    background-position: -144px -11px
}

.intl-tel-input .lb {
    background-position: -144px -22px
}

.intl-tel-input .la {
    background-position: -144px -33px
}

.intl-tel-input .kz {
    background-position: -144px -44px
}

.intl-tel-input .ky {
    background-position: -144px -55px
}

.intl-tel-input .kw {
    background-position: -144px -66px
}

.intl-tel-input .kr {
    background-position: -144px -77px
}

.intl-tel-input .kp {
    background-position: -144px -88px
}

.intl-tel-input .kn {
    background-position: -144px -99px
}

.intl-tel-input .km {
    background-position: -144px -110px
}

.intl-tel-input .ki {
    background-position: -144px -121px
}

.intl-tel-input .kh {
    background-position: -144px -132px
}

.intl-tel-input .kg {
    background-position: 0px -144px
}

.intl-tel-input .ke {
    background-position: -16px -144px
}

.intl-tel-input .jp {
    background-position: -32px -144px
}

.intl-tel-input .jo {
    background-position: -48px -144px
}

.intl-tel-input .jm {
    background-position: -64px -144px
}

.intl-tel-input .je {
    background-position: -80px -144px
}

.intl-tel-input .it {
    background-position: -96px -144px
}

.intl-tel-input .is {
    background-position: -112px -144px
}

.intl-tel-input .ir {
    background-position: -128px -144px
}

.intl-tel-input .iq {
    background-position: -144px -144px
}

.intl-tel-input .io {
    background-position: -160px 0px
}

.intl-tel-input .in {
    background-position: -160px -11px
}

.intl-tel-input .im {
    background-position: -160px -22px;
    height: 9px
}

.intl-tel-input .il {
    background-position: -160px -31px
}

.intl-tel-input .ie {
    background-position: -160px -42px
}

.intl-tel-input .id {
    background-position: -160px -53px
}

.intl-tel-input .hu {
    background-position: -160px -64px
}

.intl-tel-input .ht {
    background-position: -160px -75px
}

.intl-tel-input .hr {
    background-position: -160px -86px
}

.intl-tel-input .hn {
    background-position: -160px -97px
}

.intl-tel-input .hk {
    background-position: -160px -108px
}

.intl-tel-input .gy {
    background-position: -160px -119px
}

.intl-tel-input .gw {
    background-position: -160px -130px
}

.intl-tel-input .gu {
    background-position: -160px -141px
}

.intl-tel-input .gt {
    background-position: 0px -155px
}

.intl-tel-input .gs {
    background-position: -16px -155px
}

.intl-tel-input .gr {
    background-position: -32px -155px
}

.intl-tel-input .gq {
    background-position: -48px -155px
}

.intl-tel-input .gp {
    background-position: -64px -155px
}

.intl-tel-input .gn {
    background-position: -80px -155px
}

.intl-tel-input .gm {
    background-position: -96px -155px
}

.intl-tel-input .gl {
    background-position: -112px -155px
}

.intl-tel-input .gi {
    background-position: -128px -155px
}

.intl-tel-input .gh {
    background-position: -144px -155px
}

.intl-tel-input .gg {
    background-position: -160px -155px
}

.intl-tel-input .ge {
    background-position: -176px 0px
}

.intl-tel-input .gd {
    background-position: -176px -11px
}

.intl-tel-input .gb {
    background-position: -176px -22px
}

.intl-tel-input .ga {
    background-position: -176px -33px
}

.intl-tel-input .fr {
    background-position: -176px -44px
}

.intl-tel-input .gf {
    background-position: -176px -44px
}

.intl-tel-input .re {
    background-position: -176px -44px
}

.intl-tel-input .mf {
    background-position: -176px -44px
}

.intl-tel-input .bl {
    background-position: -176px -44px
}

.intl-tel-input .fo {
    background-position: -176px -55px
}

.intl-tel-input .fm {
    background-position: -176px -66px
}

.intl-tel-input .fk {
    background-position: -176px -77px
}

.intl-tel-input .fj {
    background-position: -176px -88px
}

.intl-tel-input .fi {
    background-position: -176px -99px
}

.intl-tel-input .eu {
    background-position: -176px -121px
}

.intl-tel-input .et {
    background-position: -176px -132px
}

.intl-tel-input .es {
    background-position: -176px -143px
}

.intl-tel-input .er {
    background-position: -176px -154px
}

.intl-tel-input .eh {
    background-position: -16px -166px
}

.intl-tel-input .eg {
    background-position: -32px -166px
}

.intl-tel-input .ee {
    background-position: -48px -166px
}

.intl-tel-input .ec {
    background-position: -64px -166px
}

.intl-tel-input .dz {
    background-position: -80px -166px
}

.intl-tel-input .do {
    background-position: -96px -166px
}

.intl-tel-input .dm {
    background-position: -112px -166px
}

.intl-tel-input .dk {
    background-position: -128px -166px
}

.intl-tel-input .dj {
    background-position: -144px -166px
}

.intl-tel-input .de {
    background-position: -160px -166px
}

.intl-tel-input .cz {
    background-position: -176px -166px
}

.intl-tel-input .cy {
    background-position: 0px -177px
}

.intl-tel-input .cx {
    background-position: -16px -177px
}

.intl-tel-input .cw {
    background-position: -32px -177px
}

.intl-tel-input .cv {
    background-position: -48px -177px
}

.intl-tel-input .cu {
    background-position: -64px -177px
}

.intl-tel-input .cs {
    background-position: -80px -177px
}

.intl-tel-input .cr {
    background-position: -96px -177px
}

.intl-tel-input .co {
    background-position: -112px -177px
}

.intl-tel-input .cn {
    background-position: -128px -177px
}

.intl-tel-input .cm {
    background-position: -144px -177px
}

.intl-tel-input .cl {
    background-position: -160px -177px
}

.intl-tel-input .ck {
    background-position: -176px -177px
}

.intl-tel-input .ci {
    background-position: -192px 0px
}

.intl-tel-input .cg {
    background-position: -192px -11px
}

.intl-tel-input .cf {
    background-position: -192px -22px
}

.intl-tel-input .cd {
    background-position: -192px -33px
}

.intl-tel-input .cc {
    background-position: -192px -44px
}

.intl-tel-input .ca {
    background-position: -192px -66px
}

.intl-tel-input .bz {
    background-position: -192px -77px
}

.intl-tel-input .by {
    background-position: -192px -88px
}

.intl-tel-input .bw {
    background-position: -192px -99px
}

.intl-tel-input .bt {
    background-position: -192px -110px
}

.intl-tel-input .bs {
    background-position: -192px -121px
}

.intl-tel-input .br {
    background-position: -192px -132px
}

.intl-tel-input .bq {
    background-position: -192px -143px
}

.intl-tel-input .bo {
    background-position: -192px -154px
}

.intl-tel-input .bn {
    background-position: -192px -165px
}

.intl-tel-input .bm {
    background-position: -192px -176px
}

.intl-tel-input .bj {
    background-position: 0px -188px
}

.intl-tel-input .bi {
    background-position: -16px -188px
}

.intl-tel-input .bh {
    background-position: -32px -188px
}

.intl-tel-input .bg {
    background-position: -48px -188px
}

.intl-tel-input .bf {
    background-position: -64px -188px
}

.intl-tel-input .be {
    background-position: -80px -188px
}

.intl-tel-input .bd {
    background-position: -96px -188px
}

.intl-tel-input .bb {
    background-position: -112px -188px
}

.intl-tel-input .ba {
    background-position: -128px -188px
}

.intl-tel-input .az {
    background-position: -144px -188px
}

.intl-tel-input .ax {
    background-position: -160px -188px
}

.intl-tel-input .aw {
    background-position: -176px -188px
}

.intl-tel-input .au {
    background-position: -192px -188px
}

.intl-tel-input .hm {
    background-position: -192px -188px
}

.intl-tel-input .at {
    background-position: -208px 0px
}

.intl-tel-input .as {
    background-position: -208px -11px
}

.intl-tel-input .ar {
    background-position: -208px -22px
}

.intl-tel-input .ao {
    background-position: -208px -33px
}

.intl-tel-input .an {
    background-position: -208px -44px
}

.intl-tel-input .am {
    background-position: -208px -55px
}

.intl-tel-input .al {
    background-position: -208px -66px
}

.intl-tel-input .ai {
    background-position: -208px -77px
}

.intl-tel-input .ag {
    background-position: -208px -88px
}

.intl-tel-input .af {
    background-position: -208px -99px
}

.intl-tel-input .ae {
    background-position: -208px -110px
}

.intl-tel-input .ad {
    background-position: -208px -121px
}

.intl-tel-input .np {
    background-position: -208px -132px
}

.intl-tel-input .ch {
    background-position: -208px -143px
}

.intl-tel-input {
    position: relative;
    display: inline-block
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.intl-tel-input .flag-dropdown {
    position: absolute;
    top: 0;
    bottom: 0
}

.intl-tel-input .flag-dropdown:hover {
    cursor: pointer
}

.intl-tel-input .flag-dropdown:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05)
}

.intl-tel-input input[disabled]+.flag-dropdown:hover {
    cursor: default
}

.intl-tel-input input[disabled]+.flag-dropdown:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 38px;
    height: 100%;
    padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .flag {
    position: absolute;
    top: 50%;
    margin-top: -5px
}

.intl-tel-input .selected-flag .arrow {
    position: relative;
    top: 50%;
    margin-top: -2px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.intl-tel-input .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    list-style: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    width: 430px;
    max-height: 200px;
    overflow-y: scroll;
    font-family: Quicksand-Medium;
}

.country-name {
    font-family: Quicksand-Medium;
}

.intl-tel-input .country-list .flag {
    display: inline-block
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.intl-tel-input .country-list .country {
    line-height: 11px;
    padding: 7px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05)
}

.intl-tel-input .country-list .flag,
.intl-tel-input .country-list .country-name {
    margin-right: 6px
}

.intl-tel-input.inside .flag-dropdown {
    padding: 1px
}

.intl-tel-input.inside input[type="text"],
.intl-tel-input.inside input[type="tel"] {
    padding-left: 44px;
    margin-left: 0
}

.intl-tel-input.outside input[type="text"],
.intl-tel-input.outside input[type="tel"] {
    border: none;
    margin-left: 38px
}








.talk_leave .hide {
    display: none;
}

.talk_leave pre {
    margin: 0 !important;
    display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    background: none;
}

.intl-tel-input.outside {
    border: 1px solid #CCC;
}

.intl-tel-input.outside input {
    width: 210px;
}

.intl-tel-input.outside input[disabled]+.flag-dropdown {
    background-color: #eee;
}

#result {
    margin-bottom: 100px;
}


.safe_editor{
    box-shadow: 0 0 20px rgba(218, 231, 250, 0.80);
    padding: 40px 40px 40px 40px;
    border-radius: 16px;
        margin-bottom:25px;
}

.safe_editor em{
        font-style: normal;
    position:relative;
    padding-left:15px;
}

.safe_editor em::after{
    content:"";
    position:absolute;
        display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--jianbian1);
    border-radius: 999px;
    left:0;
    top:6px;
}

@media(max-width:1600px) {
    .safe_editor{
    padding: 30px 30px 30px 30px;
    margin-bottom:25px;
}

}
@media(max-width:1333px) {

}
@media(max-width:999px) {
.safe_editor{
    padding: 20px;
}
}
@media(max-width:768px) {

}
@media(max-width:538px) {

}
