@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    transition: .3s linear all;
    border: none;
    outline: none;
    box-sizing: border-box;
    /*max-width: 1920px;*/
}

html {
    width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    /*max-width: 1920px;*/
    margin: 0 auto;
    font-family: Manrope3-Regular;
}

/*.index_banner .swiper-slide:first-child{*/
/*    display:none !important;*/
/*}*/

img {
    max-width: 100%;
}

strong {
    font-weight: normal;
}

em {
    font-style: unset;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

h2 {
    font-weight: normal;
}

.clear {
    clear: both;
}

.headersafe {
    max-width: 1700px;
    width: calc(100% - 120px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .headersafe {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width:768px) {
    .headersafe {
        width: calc(100% - 30px);
    }
}


.safe {
    max-width: 1400px;
    width: calc(100% - 120px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 30px);
    }
}


.elisps1 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/*  */

/* 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;
}

/* fangdajing */


/*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;
}

/* fangdajing */




/* han bao an niu */
/* .btn {
    float: right;
    margin-right: 20px;
    font-size: 18px;
} */


/* cebianlan  common*/
/* rightlist */

.column {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    /* top: 40%; */
    /* background-color: red; */
    z-index: 100;
}

.column ul {
    display: flex;
    flex-direction: column;
}

.column ul li {
    margin-bottom: 3px;

}

.column ul li a {
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;

}

.column ul li .imgbox {
    width: 53px;
    height: 53px;
    background-color: #a0a0a0;
    border-radius: 5px;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}


.column ul li .imgbox::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    /* border-color: #ee1c25; */
    border-color: transparent #ee1c25 transparent transparent;
    position: absolute;
    margin-top: 15px;
    margin-left: -20px;
    left: 3px;
    top: 0;
    z-index: -1;
    opacity: 0;
}

.column ul li:last-child .imgbox::before {
    display: none;
}

.column ul li:last-child {
    margin-top: 10px;
}

.column ul li .imgbox i {
    font-size: 23px;
    color: #fff !important;
}

.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.column ul li .imgbox:hover {
    background-color: #ee1c25;
}

.column ul li .imgbox:hover::before {
    opacity: 1;
}


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column .wechat {
    position: relative;
}

.column .wechat i,
.column .phone i {
    color: #4dc950 !important;
}

.column ul li .phonenum {
    position: absolute;
    right: 53px;
    padding: 10px;
    color: #333;
    background-color: #fff;
    display: none;
    word-wrap: nowrap;
}

.column .skype i {
    color: #2c87ce !important;
}

.column .gotop i,
.column .email i {
    color: #323235 !important;
}

.column .gotop .icon-xiajiantou {
    transform: rotate(180deg);
}

.column .wechat .erweima,
.column .whatsapp .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    right: 100%;
    display: none;
    cursor: pointer;

}

.column .wechat .erweima img,
.column .whatsapp .erweima img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    padding-right: 10px;
    background-color: transparent;
}

.column .gotop i {
    font-size: 25px !important;
}

@media(max-width:1600px) {
    .column ul li .imgbox {
        width: 50px;
        height: 50px;
    }

    .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;
        color: #fff;
    }
}

@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:last-child {
        margin-top: 0px;
    }

    .column {
        position: fixed;
        right: 0px;
        top: unset;
        bottom: -22.5px;
        z-index: 30;
        width: 100%;
        height: 45px;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -173px;
        right: 17%;
        display: none;
        cursor: pointer;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
    }

    .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: 18%; */
        width: 30px;
    }

    .column ul li a {
        border: unset;
    }

    .column ul {
        background-color: rgba(0, 0, 0, .3);
    }

    .column ul li .phonenum {
        position: absolute;
        right: 53px;
        padding: 10px;
        color: #333;
        background-color: #fff;
        display: none;
        word-wrap: nowrap;
        right: unset;
        top: -100%;
    }

    .column ul li .imgbox::before {
        display: none;
    }
}

@media(max-width:768px) {

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 135px;
        height: 135px;
        top: -157px;
        /* right: 20%; */
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

    .column ul li .imgbox img {
        width: 28px;
    }
}

@media(max-width:450px) {


    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column ul li .imgbox i {
        font-size: 18px;
    }

    .column .gotop i {
        font-size: 14px !important;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -125px;
        right: 20px;
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

    .column ul li .imgbox img {
        width: 25px;
    }
}

/* hanbaoanniu */

.navbar-toggle {
    width: 35px;
    height: 35px;
    z-index: 10000000000;
    position: relative;
    transition-duration: 1s;
    display: inline-block;
    cursor: pointer;
    padding-left: 5px;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #efefef !important;
    display: none;
}

.navbar-toggle .icon {
    height: 1px;
    width: 25px;
    top: 16px;
    background-color: #ee1c25;
    border-radius: 20px;
    position: absolute;
    transition-duration: 0.5s;
}

.navbar-toggle .icon:before {
    left: 0;
    position: absolute;
    top: -9px;
    height: 1px;
    width: 25px;
    background-color: #ee1c25;
    content: "";
    border-radius: 20px;
    transition-duration: 0.5s;
}

.navbar-toggle .icon:after {
    left: 0;
    position: absolute;
    top: 9px;
    height: 1px;
    width: 25px;
    background-color: #ee1c25;
    content: "";
    border-radius: 20px;
    transition-duration: 0.5s;
}

.navbar-toggle.open .icon {
    background: transparent;
}

.navbar-toggle.open .icon:before {
    transition: transform 0.5s;
    transform: rotateZ(45deg) translate(6px, 7px);
}

.navbar-toggle.open .icon:after {
    transition: transform 0.5s;
    transform: rotateZ(-405deg) translate(6px, -7px);
}


@media(max-width:1600px) {}

@media(max-width:1333px) {}

@media(max-width:999px) {}

@media(max-width:768px) {}

@media(max-width:570px) {
    .navbar-toggle {
        width: 32px;
        height: 32px;
        padding-left: 2.5px;
    }

    .navbar-toggle .icon:before {
        left: 0;
        top: -7px;
        height: 1px;
        width: 25px;
        border-radius: 20px;
    }

    .navbar-toggle .icon:after {
        left: 0;
        top: 7px;
        height: 1px;
        width: 25px;
        border-radius: 20px;
    }

    .navbar-toggle .icon {
        top: 15px;
    }

    .navbar-toggle.open .icon:after {
        transition: transform 0.5s;
        transform: rotateZ(-405deg) translate(5px, -5px);
    }

    .navbar-toggle.open .icon:before {
        transition: transform 0.5s;
        transform: rotateZ(45deg) translate(5px, 5px);
    }
}





/* minmenu */
.borderbox {
    right: -200%;
    background-color: #fff;
    position: absolute;
    width: 100%;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 41px;
    z-index: -1;
    transition: none;
    top: 0;
    height: 100vh;
    overflow: scroll;

}





.borderbox .topbox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.borderbox .topbox .qiehuan {
    margin-right: 40px;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #1f77ba;
    border-radius: 5px;
}

.borderbox .topbox .qiehuan a {
    color: #fff;
}

/* sousuo */
.borderbox .searchicon {
    color: #000;
    font-weight: 800;
    font-size: 17px;
    cursor: pointer;
}

.borderbox .searchicon:hover {
    color: #1f77ba;
}


.borderbox .search {
    position: relative;
    width: 153px;
    height: 50px;

}

.borderbox .sea {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 33px;
    border-radius: 50px;
    padding: 5px 36px 5px 15px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

}

.borderbox .search .icon-sousuo {
    position: absolute;
    top: 10px;
    right: -2px;
    width: 30px;
    height: 38px;
    font-weight: 800;
    color: #333;
    font-size: 13px;
}

.borderbox .submit {
    position: absolute;
    top: -4px;
    right: 8px;
    width: 30px;
    height: 38px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

/* liebiao */
.borderbox .btn {
    width: 25px;
    height: 25px;
    padding-bottom: 0px;
    font-style: normal;
    font-size: 18px;
    border-radius: 50px;
    background-color: #ee1c25;
    line-height: 23px;
    text-align: center;
    color: #fff;
    flex-shrink: 0;
    float: right;
    margin-right: 15px;
    font-family: 'Inter-Regular';
    cursor: pointer;
}

.borderbox ul {
    transition: none;
}

.borderbox .ul1 {
    margin-bottom: 100px;
    /* margin-top: 50px; */
}

.borderbox .ul1 li {
    font-size: 16px;
    transition: none;
}

.borderbox .ul1 li a {
    color: #000;
    transition: none;
}

.borderbox .ul1 li {
    line-height: 30px;
}

.borderbox .menu1 {
    padding-bottom: 6px;
    padding-top: 6px;
}

.borderbox .menu2 {
    float: none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.borderbox .menu2 a {
    color: #333 !important;
}

.borderbox .menu2 li {
    float: none;
    padding-bottom: 4px;
    padding-top: 4px;

}

.borderbox .ul1 {
    display: flex;
    flex-direction: column;
}

.borderbox .ul2 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    display: none;
    margin-right: 30px;
}

.borderbox .ul2 li {
    padding: 8px 0px;
}

.borderbox .ul3 {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    display: none;
}

@media(max-width:1600px) {
    .borderbox {
        display: none;
    }
}

@media(max-width:1333px) {
    .borderbox {
        display: none;
    }

    .borderbox .ul1 li {
        font-size: 16px;
    }

}

@media(max-width:999px) {
    .navbar-toggle {
        display: block;
    }

    .borderbox {
        display: block;
        width: 60%;
    }

    .borderbox .ul1 li {
        font-size: 14px;
    }

}

@media(max-width:768px) {
    .borderbox {
        display: block;
    }

    .borderbox .ul1 li {
        font-size: 12px;
    }

    .borderbox .btn {
        font-size: 16px;
    }

    .borderbox {
        display: block;
        width: 65%;
    }



    .borderbox .search {
        position: relative;
        width: 136px;
        height: 50px;

    }

    .borderbox .sea {
        position: absolute;
        top: 0;
        left: 0;
        width: 134px;
        height: 28px;
        border-radius: 50px;
        padding: 5px 36px 5px 15px;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

    }

    .borderbox .search .icon-sousuo {
        position: absolute;
        top: 7px;
        right: -2px;
        width: 30px;
        height: 38px;
        font-weight: 800;
        color: #333;
        font-size: 13px;
    }

    .borderbox .submit {
        position: absolute;
        top: -4px;
        right: 8px;
        width: 30px;
        height: 38px;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
    }

    .borderbox .ul1 li {
        line-height: 25px;
    }
}

@media(max-width:570px) {
    .borderbox .ul2 li {
        padding: 4px 0px;
    }

    .borderbox {
        display: block;
        width: 70%;
    }

    .borderbox .ul1 li {
        font-size: 12px;
    }

    .borderbox .btn {
        font-size: 16px !important;
        margin-right: 5px;
        width: 22px !important;
        height: 22px !important;
        line-height: 19.9px;
        text-align: center;
        display: inline-block;
    }
}

@media(max-width:570px) {
    .borderbox {
        width: 75%;
    }
}



















/* index */
/* index_header */

header {

    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    padding: 1.5px 0px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
    /* background-color: red; */
}

.header_active {
    position: fixed;
    background: rgba(255, 255, 255, .5);
}

header .headersafe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .leftbox img:nth-child(2n) {
    display: none;
}

header .leftbox {
    flex-shrink: 0;
    /* height: 47px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

header .rightbox {
    transform: translateX(40px);
}

header .leftbox img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    display: block;

}

header .rightbox .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .rightbox .bottom ul {
    display: flex;
    margin-right: -4px;
}


header .rightbox .bottom span {
    margin: 0px 18px 0 18px;
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #ffffff;
}

header .rightbox .bottom .searchicon {
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    cursor: pointer;
}

header .rightbox .bottom .searchicon:hover {
    color: #1f77ba !important;
}

header .rightbox .bottom .searchbox {
    position: relative;
    padding-left: 0px;
    background-color: #ffffff;
    border-radius: 23px;
    border: solid 1px #cccccc;
    padding-left: 15px;
}

header .rightbox .bottom .searchbox .searchicon {
    color: #333;
}

header .rightbox .bottom .searchbox .search {
    position: relative;
    /* display: none; */

}

header .rightbox .bottom .searchbox .sea {
    position: relative;
    right: 0;
    width: 169px;
    top: 0px;
    height: 45px;
    padding: 5px 46px 5px 0px;
    font-size: 16px;
    background-color: transparent;
    /* box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); */
}

header .rightbox .bottom .searchbox .sea::placeholder {
    color: #999;
    font-size: 16px;
}

header .rightbox .bottom .searchbox .search .icon-sousuo {
    position: relative;
    top: 0px;
    right: 22px;
    width: 30px;
    height: 38px;
    font-weight: 800;
    color: #333;
}

header .rightbox .bottom .searchbox .search .submit:hover+.icon-sousuo {
    color: #ee1c25 !important;
}

header .rightbox .bottom .searchbox .submit {
    position: absolute;
    top: 0px;
    right: 14px;
    width: 30px;
    height: 38px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    height: 100%;
}

header a {
    font-size: 16px;
    color: #333;
    font-family: Manrope3-Medium;
    font-size: 18px;
    line-height: 30px;
}


/* yiji/erji/sanji menu */
/* yiji */
header .rightbox .bottom ul li .title_one {
    font-size: 18px;
    line-height: 56px;
    font-size: 18px;
    color: #333;
    padding: 0px 39px 43px 39px;
    /* margin: 36px 8px 0px 34px; */
    position: relative;
}

header .rightbox .bottom ul .menu1 .title_one::after {
    width: 80px;
    height: 3px;
    position: absolute;
    background-color: #ee1c25;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
}

.nav_active>a {
    color: #ee1c25 !important;

}

.nav_active>a::after {
    opacity: 1 !important;
}


.activeli>a {
    font-family: Inter-Bold;
    color: #ee1c25 !important;
}

.activeli>a::after {
    opacity: 1 !important;
}

header .active {
    /* color: #ee1c25 !important;
    background-color: rgba(39, 47, 136, .1); */
    color: #fff;
    background-color: #ee1c25;
}


/* header .rightbox .bottom ul .menu1 > a::before{
    content: attr(title);
    font-family: Inter-Bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
} */




header .rightbox .bottom ul .menu1:hover>a {
    /* transition: none; */
    color: #ee1c25 !important;

}

header .rightbox .bottom ul .menu1:hover>a::after {
    opacity: 1;
}

/* header .rightbox .bottom ul .menu1:hover>a::after {
    content: attr(title);
    font-family: Inter-Bold;
    overflow: hidden;
    height: 0;
    position: absolute;
} */

header .rightbox .bottom ul .menu1 .title_one {
    position: relative;
}

header .rightbox .lanauage {
    margin-left: 24px;
    position: relative;
    margin-right: 0px;
}

header .rightbox .lanauage .lanbox {
    font-size: 18px;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    width: 127px;
    height: 36px;
}

header .rightbox .lanauage .lanbox .icon-duoyuyan {
    font-size: 24px;
}

header .rightbox .lanauage .lanbox a {
    margin: 0 5px;
    font-size: 14px;
}

header .rightbox .lanauage .lanbox:hover a {
    color: #ee1c25;
}

header .rightbox .lanauage .lanbox:hover i {
    color: #ee1c25;
}

header .rightbox .lanauage .fanzhuan {
    transform: rotate(180deg);
}


header .rightbox .lanauage .silde-down {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    background: #fff;
    width: 100%;
    display: none;
    transition: none;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

}

header .rightbox .lanauage .silde-down li {
    height: auto;
}

header .rightbox .lanauage .silde-down li a {
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    word-break: break-all;
    display: block;

    color: #333;
    font-size: 16px;
}

header .rightbox .lanauage .silde-down li a:hover {
    background-color: #f7f7f7;
    color: #ee1c25 !important;
}


header .rightbox .lanauage .name:hover {
    color: #ee1c25;
}

header .rightbox .right_jiantou {
    opacity: 0;
}

header .rightbox .menu2 .title_two:hover .right_jiantou {
    opacity: 1;
}

header .rightbox .bottom ul li:nth-of-type(7) .ul1 {
    left: 35%;
}



/* yi ji */
header .rightbox .bottom ul .menu1 {
    position: relative;
}

header .rightbox ul .menu1 .ul1 {
    position: absolute;
    top: 148%;
    left: 14%;
    display: flex;
    flex-direction: column;
    transition: none;
    /* width: 231px; */
    /* width: max-content; */
    /* max-width: 320px; */
    /* ********************** */
    display: none;
    min-width: 100%;
    width: max-content;
    max-width: 350px;
    padding-right: 20px;
    word-break: break-all;
}


header .rightbox ul .menu1:nth-of-type(5) .ul1 {
    left: 0%;
}

header .rightbox ul .ul1_teshu .menu2 {
    width: 260px !important;
}

header .rightbox ul .menu1 .ul1 .menu2 {
    transition: none;
    display: block;
    background-color: #fff;
    position: relative;
}

header .rightbox ul .menu1 .ul1 .menu2::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    left: 0;
    right: 0;
    margin: 0 auto;
}

header .rightbox ul .menu1 .ul1 .menu2:last-child::after {
    display: none;
}

header .rightbox ul .menu1 .ul1 .menu2 .title_two {
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 18px;
    position: relative;


}

/* header .rightbox ul .menu1 .ul1 .menu2 .title_two::after {
    content: attr(downlist);
    position: absolute;
    right: 10px;
    top: 20%;
    transform: translateY(20%);
    opacity: 1;
} */

header .rightbox ul .menu1 .ul1 .menu2:last-child .title_two {
    border-bottom: none;
}


header .rightbox ul .menu1 .ul1 .menu2:hover .title_two {
    /* color: #ee1c25 !important; */
    /* background-color: rgba(39, 47, 136, .1); */
    background-color: #ee1c25;
    color: #fff;

}

header .rightbox ul .menu1 .ul1 .menu2:hover .title_two::after {
    opacity: 1;
}

/* er ji */
header .rightbox .bottom ul .menu2 {
    position: relative;
}

header .rightbox .bottom ul .menu2 .ul2 {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: none;
    left: 100%;
    top: 0;
    border-left: 2px solid transparent;
    display: none;
    min-width: 200px;
    width: max-content;
    max-width: 350px;
    padding-right: 0px;
    word-break: break-all;
    /* width: 231px; */
    /* width: max-content;
    max-width: 600px; */
    max-height:500px;
        overflow-x: hidden;
                z-index: 10001;
            scrollbar-color: #333 rgba(0, 0, 0, 0.05);
            scrollbar-width: thin;
}

header .rightbox .bottom ul .menu2 .ul2 .menu3 {
    transition: none;
    display: block;
    background-color: #ffffff;
    position: relative;
}

header .rightbox .bottom ul .menu2 .ul2 .menu3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    left: 0;
    right: 0;
    margin: 0 auto;
}



header .menu2 .title_three::after {
    display: none !important;
}

header .rightbox .bottom ul .menu2 .ul2 .menu3 .title_three {
    width: 100%;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
    position: relative;
}

header .rightbox ul .menu1 .ul1 .menu3 .title_three::after {
    /* content: attr(downlist);
    position: absolute;
    right: 21px;
    top: 20%;
    transform: translateY(20%); */
}

header .rightbox .bottom ul .menu2 .ul2 .menu3:last-child .title_three {
    border-bottom: none;
}

header .rightbox ul .menu1 .ul1 .menu2 .menu3:hover .title_three {
    background-color: #ee1c25;
    color: #fff;
}



/* san ji */
header .rightbox .bottom ul .menu3 {
    position: relative;
}

header .rightbox .bottom ul .menu3 .ul3 {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: none;
    left: 100%;
    top: 0;
    /* width: 231px; */
    /* width: max-content; */
    min-width: 270px;
    width: max-content;
    max-width: 350px;
    padding-right: 20px;
    word-break: break-all;
    border-left: 2px solid transparent;
    display: none;
}

header .rightbox .bottom ul .menu3 .ul3 .menu4 {
    display: block;
    background-color: #ffffff;
    position: relative;
}

header .rightbox .bottom ul .menu3 .ul3 .menu4::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    left: 0;
    right: 0;
    margin: 0 auto;
}

header .rightbox ul .menu3 .ul3 .menu4:last-child::after {
    display: none;
}

header .rightbox .bottom ul .menu3 .ul3 .menu4 .title_four {
    width: 100%;
    padding: 15px 15px;
    height: 60px;
    display: flex;
    font-size: 18px;
    align-items: center;
    position: relative;
}

header .rightbox ul .menu1 .ul1 .menu4 .title_four::after {
    content: "";
    position: absolute;
    right: 21px;
    top: 20%;
    transform: translateY(20%);
    opacity: 0;
}

header .rightbox .bottom ul .menu3 .ul3 .menu4:last-child .title_four {
    border-bottom: none;
}

header .rightbox ul .menu1 .ul1 .menu2 .menu4:hover .title_four {
    background-color: #ee1c25;
    color: #fff;
}


header .rightbox .ul4 {
    display: none;
}

header .title_three::after,
header .rightbox .bottom ul .menu2 .ul2 .menu3::after {
    display: none !important;
}

header .menu2::after {
    display: none !important;
}

@media(max-width:1600px) {
    header .rightbox {
        transform: translateX(0px);
    }

    header .rightbox ul .menu1 .ul1 {
        left: 0%;
        top: 146%;
    }

    header .rightbox .bottom ul {
        margin-right: 50px;
    }

    header {
        padding: 0px 0px;
    }

    header .leftbox img {
        width: 80%;
        height: auto;
        flex-shrink: 0;
    }

    header .rightbox .bottom ul li .title_one {
        margin: 36px 18px 0px 18px;
        line-height: 45px;
    }

    header .rightbox .bottom ul li .title_one {
        font-size: 16px;
        padding: 0px 0px 26px 0px;
    }

    header .rightbox .bottom ul .menu1 .title_one::after {
        width: 55px;
    }

    header .rightbox .lanauage {
        margin-left: 15px;
    }

    header .rightbox .bottom ul li .title_one {
        margin: 36px 15px 0px 15px;
        line-height: 45px;
    }

    header .rightbox .lanauage a {
        font-size: 16px;

    }

    header .rightbox .bottom .searchicon {
        font-size: 16px;
    }

    header .rightbox .bottom .searchbox .sea {
        position: relative;
        right: 0;
        width: 150px;
        top: 0px;
        height: 42px;
        padding: 5px 46px 5px 0px;
        font-size: 16px;
    }

    header .rightbox .bottom .searchbox .sea::placeholder {
        font-size: 16px;
    }


}

@media(max-width:1333px) {
    header .rightbox ul .menu1 .ul1 .menu2 .title_two {
        padding: 10px 15px;
    }

    header .rightbox .bottom ul .menu2 .ul2 .menu3 .title_three {
        padding: 10px 15px;
    }

    header .rightbox .bottom ul li .title_one {
        line-height: unset;
        margin: 36px 10px 0px 10px;

    }

    header .rightbox ul .menu1 .ul1 {
        top: 178%;
    }

    header a {
        font-size: 14px !important;

    }

    header .rightbox .bottom .searchbox .sea {
        width: 150px;
        height: 38px;
        padding: 5px 35px 5px 0px;
        font-size: 14px;
    }

    header .rightbox .bottom .searchbox .sea::placeholder {
        font-size: 14px;
    }

    header .rightbox .bottom .searchbox .search .icon-sousuo {
        position: absolute;
        top: 10px;
        right: 0px;
        width: 30px;
        height: 38px;
        font-weight: 800;
        color: #333;
    }

    header .rightbox .bottom .searchbox .submit {
        position: absolute;
        top: 0px;
        right: 10px;
        width: 30px;
        height: 100%;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
    }

    header .rightbox .bottom ul li .title_one {
        line-height: unset;
        margin: 36px 10px 0px 10px;
    }

    header .rightbox .bottom ul {
        display: flex;
        margin-right: 10px;
    }

    header .leftbox img {
        width: 65%;
        height: auto;
        flex-shrink: 0;
    }

    header .rightbox .lanauage .lanbox {
        width: 100px;
    }
}

@media(max-width:999px) {
    header .rightbox .bottom {
        display: none;
    }

    header .leftbox img {
        width: 55%;
        height: auto;
        flex-shrink: 0;
    }
}

@media(max-width:570px) {
    header {
        padding: 0px 0px;
    }

    header .leftbox img {
        width: 90px;
    }

    header a {
        font-size: 12px !important;
    }
}




/* index_banner */


.index_banner img {
    display: block;
}

/* index_banner */

.index_banner {
    margin-top: 110px;
    position: relative;
    overflow: hidden;
    padding-bottom: 41.72%;
    height: 0;
}

.index_banner .btnbox {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 100%;
}

.index_banner .btnbox i {
    width: 50px;
    height: 50px;
    border: solid 3px rgba(255, 255, 255, 1);
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
}

.index_banner .btnbox i:hover {
    background-color: #ee1c25;
    border: 3px solid #ee1c25;
}

.index_banner .btnbox .banner_swiper-prev {
    left: 3%;
}

.index_banner .btnbox .banner_swiper-next {
    right: 3%;
}

.index_banner .swiper img {
    display: block;
    width: 100%;
}

.index_banner .swiper {
    width: 100%;
}

.index_banner .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.index_banner .swiper-slide>a{
    width: 100%;
    height: 100%;
    display: inline-block;
}

.index_banner .swiper-slide .safe {
    position: absolute;
    top: 54%;
    transform: translateY(-52.4%);
}

.index_banner .swiper-slide .banner_wrap {
    z-index: 10;
    width: 47%;
}

.index_banner .swiper-slide .banner_wrap .title {
    font-size: 64px;
    color: #fff;
    font-family: Montserrat-Medium;
    margin-bottom: 14px;
    width: 80%;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_banner .swiper-slide .banner_wrap .title a {
    color: #fff;
}

.index_banner .swiper-slide .banner_wrap .title a:hover {
    text-decoration: underline;
}

.index_banner .swiper-slide .banner_wrap .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

    margin-bottom: 40px;
    font-family: OpenSans-Light;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

.index_banner .swiper-slide .banner_wrap .view_more {
    width: 226px;
    height: 61px;
    border: solid 1px #ffffff;
    font-family: OpenSans-Light;
    font-size: 16px;
    line-height: 38px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_banner .swiper-slide .banner_wrap .view_more:hover {
    background-color: #fff;
    color: #012fa7;
    border: 1px solid #fff;
}

.index_banner .banner_mySwiper video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9\0;
    height:100%;
}

.index_banner .banner_mySwiper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index_banner .swiper-pagination-bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: solid 1px #fff;
    opacity: 1;
    border-radius: 50px;
    margin-right: 23px !important;
    background-color: transparent;
}

.index_banner .swiper-pagination-bullet:last-child {
    margin-right: 0px !important;
}

.index_banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: solid 1px #fff;
}


.index_banner .swiper-horizontal>.swiper-pagination-bullets,
.index_banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.index_banner .swiper-pagination-custom,
.index_banner .swiper-pagination-fraction {
    bottom: 4.9% !important;
}



.page_banner {
    height: 0;
    padding-bottom: 26.1%;
    margin-top: 110px;
}

.page_banner img{
    width:100%;
}




/* crumb */

.crumb {
    padding: 19px 0px;
}

.crumb1 {
    background-color: #fef3f4;
}

.crumb .iconfont {
    color: #999999;
    margin-right: 6px;
    font-size: 22px;
}

.crumb a,
.crumb {
    font-family: Manrope3-Regular;
    font-size: 16px;
    color: #999999;
}

.crumb .active {
    color: #ee1c25;
}

.crumb a:hover {
    color: #ee1c25;
}




@media(max-width:1600px) {
    .index_banner {
        margin-top: 86px;
    }

    .page_banner {
        margin-top: 86px;
    }

    .crumb {
        padding: 15px 0px;
    }
}

@media(max-width:1333px) {
    .index_banner {
        margin-top: 81px;
    }

    .page_banner {
        margin-top: 70px;
    }

    .crumb {
        padding: 12px 0px;
    }

    .index_banner .btnbox i {
        width: 45px;
        height: 45px;
        border: solid 1px rgba(255, 255, 255, 1);
        color: #fff;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        position: absolute;
        cursor: pointer;
    }

    .index_banner .btnbox i:hover {
        border: 1px solid #fff;
    }

    .index_banner .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin-right: 15px !important;
    }

    .index_banner .swiper-pagination-bullet:last-child {
        margin-right: 0 !important;
    }
}

@media(max-width:999px) {
    .index_banner {
        margin-top: 60px;
    }

    .page_banner {
        display: none;
    }

    .crumb a,
    .crumb {
        margin-top: 60px;
    }

    .crumb {
        padding: 10px 0px;
    }

    .index_banner .btnbox i {
        display: none;
    }
}

@media(max-width:768px) {

    .crumb a,
    .crumb {
        font-size: 14px;
    }

    .crumb .iconfont {
        margin-right: 5px;
        font-size: 18px;
    }

    .index_banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin-right: 10px !important;
    }

    .index_banner .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }
}

@media(max-width:570px) {
    .index_banner {
        margin-top: 51px;
    }

    .crumb a,
    .crumb {
        margin-top: 50px;
    }

    .index_banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 8px !important;
    }

    .index_banner .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }
}





/* index 1-1 */

.index_product {
    padding: 79px 0px 96px 0px;
}

.index_product .safe .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 46px;
}

.index_product .safe .titlebox .leftbox {
    width: 70%;
}

.index_product .safe .titlebox .leftbox .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    color: #333333;
    margin-bottom: 4px;
}

.index_product .safe .titlebox .leftbox .title a {
    color: #333333;
}

.index_product .safe .leftbox .title a:hover {
    color: #ee1c25;
}

.index_product .safe .titlebox .leftbox .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_product .safe .titlebox .rightbox {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.index_product .safe .titlebox .rightbox .view_all {
    width: 180px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 0px 30px 0px 30px;
    border: solid 1px #111111;
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_product .safe .titlebox .rightbox .view_all:hover {
    color: #fff;
    background-color: #ee1c25;
    border: 1px solid #ee1c25;
}

.index_product .safe .product_mySwiper {
    overflow: visible;
    -webkit-clip-path: polygon(0% 0%, 150% 0%, 158% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 150% 0%, 158% 100%, 0% 100%);
}

.index_product .product_mySwiper .swiper-slide .imgbox {
    border-radius: 0px 30px 0px 30px;
    overflow: hidden;
}

.index_product .product_mySwiper .swiper-slide img {
    display: block;
    border-radius: 0px 30px 0px 30px;

}

.index_product .product_mySwiper .swiper-slide img:hover {
    transform: scale(1.05);
}

.index_product .safe .product_mySwiper .contact {
    padding: 14px 20px;
}

.index_product .safe .product_mySwiper .contact .title {
    font-family: Manrope3-Bold;
    font-size: 20px;
    line-height: 44px;
    color: #333333;
    margin-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_product .safe .product_mySwiper .contact .title a:hover {
    color: #ee1c25;
}

.index_product .safe .product_mySwiper .contact .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 19.8px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_product .safe .product_mySwiper .contact .view_more {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 160px;
    height: 49px;
    background-color: transparent;
    border-radius: 25px;
}

.index_product .safe .product_mySwiper .contact .view_more:hover {
    background-color: #ee1c25;
}

.index_product .safe .product_mySwiper .contact .view_more:hover span {
    color: #fff;
    text-decoration: unset;
}

.index_product .safe .product_mySwiper .contact .view_more:hover i {
    color: #fff;
    background-color: transparent;
    border: 1px solid transparent;
    width: 10px;
    /* margin-right: -6px; */

}

.index_product .safe .product_mySwiper .contact .view_more i {
    width: 49px;
    height: 49px;
    background-color: #ffffff;
    border: solid 1px #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 13px;
    color: #222222;
}

.index_product .safe .product_mySwiper .contact .view_more span {
    text-decoration: underline;
    font-family: Manrope3-Regular;
    text-decoration: underline;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}


.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    background-color: #ddd;
    height: 1px !important;
}

.index_product .safe .product_mySwiper .swiper-scrollbar-drag {
    background-color: #ee1c25;
    height: 3px !important;
}


.index_product .safe .product_mySwiper .swiper-slide {
    margin-bottom: 76px;
}

.index_product .safe .product_mySwiper .swiper-slide img {
    width: 100%;
}

@media(max-width:1600px) {
    .index_product {
        padding: 50px 0px;
    }

    .index_product .safe .titlebox .leftbox .title {
        font-size: 42px;
        margin-bottom: 5px;
    }

    .index_product .safe .product_mySwiper .contact .title {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 0px;
    }

    .index_product .safe .product_mySwiper .contact .view_more i {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    .index_product .safe .product_mySwiper .swiper-slide {
        margin-bottom: 50px;
    }

    .index_product .safe .titlebox {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .index_product .safe .titlebox .leftbox .title {
        font-size: 38px;
        margin-bottom: 5px;
    }

    .index_product .safe .titlebox .rightbox .view_all {
        width: 150px;
        height: 45px;
        border-radius: 0px 25px 0px 25px;
        font-size: 14px;
    }

    .index_product .safe .titlebox {
        margin-bottom: 25px;
    }





    .index_product .safe .titlebox .rightbox {
        width: 23%;
    }

    .index_product .safe .product_mySwiper .contact .view_more span {
        font-size: 14px;
    }

    .index_product .safe .product_mySwiper .contact .view_more i {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
}

@media(max-width:999px) {
    .index_product {
        padding: 40px 0px;
    }

    .index_product .safe .product_mySwiper .contact .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .index_product .safe .product_mySwiper .contact .title {
        font-size: 16px;
        line-height: 32px;
    }

    .index_product .safe .titlebox .leftbox .title {
        font-size: 34px;
        margin-bottom: 3px;
    }

    .index_product .safe .titlebox .leftbox .content {
        font-size: 14px;
        line-height: 24px;
    }

    .index_product .safe .titlebox .leftbox {
        width: 75%;
    }

    .index_product .safe .product_mySwiper .contact .view_more i {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }

    .index_product .safe .product_mySwiper .contact {
        padding: 10px 10px;
    }

    .index_product .safe .product_mySwiper .contact .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .index_product .safe .product_mySwiper .swiper-scrollbar-drag {
        background-color: #ee1c25;
        height: 2px !important;
    }

    .index_product .safe .product_mySwiper .swiper-slide {
        margin-bottom: 30px;
    }

    .index_product .safe .product_mySwiper .contact .view_more {
        width: 150px;
        height: 45px;
        background-color: transparent;
        border-radius: 20px;
    }

    .index_product .safe .titlebox .leftbox .content {
        margin-bottom: 15px;
    }

    .index_product .safe .product_mySwiper {
        overflow: hidden;
    }
}

@media(max-width:768px) {
    .index_product .safe .titlebox .leftbox .title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .index_product .safe .titlebox .rightbox .view_all {
        width: 160px;
        height: 45px;
        border-radius: 0px 15px 0px 15px;
        font-size: 14px;
    }

    .index_product .safe .product_mySwiper .contact .view_more i {
        width: 38px;
        height: 38px;
        margin-right: 8px;
        font-size: 14px;
    }

    .index_product .safe .product_mySwiper .swiper-slide {
        margin-bottom: 20px;
    }

    .index_product .safe .product_mySwiper .contact .view_more {
        width: 130px;
        height: 45px;
        background-color: transparent;
        border-radius: 20px;
    }
}

@media(max-width:570px) {
    .index_product {
        padding: 30px 0px;
    }

    .index_product .safe .titlebox {
        flex-direction: column;
    }

    .index_product .safe .titlebox .leftbox {
        width: 100%;
    }

    /* .index_product .safe .titlebox .leftbox .content {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    } */

    .index_product .safe .titlebox .rightbox {
        width: 100%;
        justify-content: flex-start;
    }

    .index_product .safe .titlebox .rightbox .view_all {
        width: 140px;
        height: 38px;
        border-radius: 0px 15px 0px 15px;
        font-size: 14px;
    }

    .index_product .safe .product_mySwiper .contact .title {
        font-size: 14px;
        line-height: 26px;
    }

    /* .index_product .safe .product_mySwiper .contact .content {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 8px;
    } */

    .index_product .safe .product_mySwiper .contact .view_more span {
        font-size: 12px;
    }

    .index_product .safe .product_mySwiper .contact .view_more i {
        width: 32px;
        height: 32px;
        margin-right: 5px;
        font-size: 12px;
    }

    .index_product .safe .titlebox {
        margin-bottom: 15px;
    }

    .index_product .product_mySwiper .swiper-slide img {
        display: block;
        border-radius: 0px 20px 0px 20px;
    }

    .index_product .product_mySwiper .swiper-slide .imgbox {
        border-radius: 0px 20px 0px 20px;
    }

    .index_product .safe .titlebox .leftbox .title {
        font-size: 24px;
        margin-bottom: 8px;
        text-align: center;
    }

    .index_product .safe .product_mySwiper .contact .view_more {
        width: 120px;
        height: 42px;
        background-color: transparent;
        border-radius: 20px;
    }
}


/* index_profile */

.index_profile {
    padding: 99px 0px 47px 0px;

    background-color: #fef3f4;
}

.index_profile .safe {
    display: flex;
    justify-content: space-between;
}

.index_profile .safe .leftbox {
    width: 46.3%;
}

.index_profile .safe .leftbox img {
    display: block;
}

.index_profile .safe .rightbox {
    width: 46.5%;
    padding-top: 17px;
}

.index_profile .safe .rightbox .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    color: #333333;
    line-height: 50px;
    margin-top: 9px;
    margin-bottom: 27px;
}

.index_profile .safe .rightbox .title a:hover {
    color: #ee1c25;
}

.index_profile .safe .rightbox .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    margin-bottom: 56px;
}

.index_profile .safe .rightbox .view_more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    width: 187px;
    height: 49px;
    background-color: #ee1c25;
    border-radius: 0px 20px 0px 20px;
}

.index_profile .safe .rightbox .view_more:hover {
    background-color: #fff;
    border: 1px solid #ee1c25;
}

.index_profile .safe .rightbox .view_more:hover span {
    color: #ee1c25;
}

.index_profile .safe .rightbox .view_more:hover i {
    color: #ee1c25;
}

.index_profile .safe .rightbox .view_more i {
    color: #fff;
    margin-right: 10px;
}

.index_profile .safe .rightbox .view_more span {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}

.note {
    font-family: Manrope3-Medium;
    font-size: 16px;
    line-height: 30px;
    color: #ee1c25;
}

@media(max-width:1600px) {
    .index_profile {
        padding: 50px 0px;
    }

    .index_profile .safe .rightbox .title {
        font-size: 42px;
        line-height: 44px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .index_profile .safe .rightbox .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .index_profile .safe .rightbox .title {
        font-size: 38px;
        line-height: 42px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .index_profile .safe .leftbox {
        width: 50%;
    }

    .note {
        font-size: 14px;
        line-height: 26px;
    }

    .index_profile .safe {
        align-items: center;
    }

    .index_profile .safe .rightbox .view_more span {
        font-size: 14px;
        line-height: 20px;
    }

    .index_profile .safe .rightbox .view_more {
        font-size: 14px;
        line-height: 26px;
        width: 149px;
        height: 48px;
        border-radius: 0px 20px 0px 20px;
    }
}

@media(max-width:999px) {
    .index_profile {
        padding: 40px 0px;
    }

    .index_profile .safe {
        flex-direction: column;
    }

    .index_profile .safe .leftbox {
        width: 80%;
    }

    .index_profile .safe .rightbox {
        width: 100%;
    }

    .index_profile .safe .rightbox .title {
        font-size: 34px;
        line-height: 38px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .index_profile .safe .rightbox .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .index_profile .safe .rightbox .view_more {
        font-size: 14px;
        line-height: 26px;
        width: 140px;
        height: 45px;
        border-radius: 0px 20px 0px 20px;
    }
}

@media(max-width:768px) {
    .index_profile .safe .leftbox {
        width: 90%;
    }

    .index_profile .safe .rightbox .title {
        font-size: 30px;
        line-height: 36px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .note {
        font-size: 12px;
        line-height: 22px;
        text-align: center;
    }

    .index_profile .safe .rightbox .title {
        font-size: 24px;
        line-height: 28px;
        margin-top: 5px;
        margin-bottom: 10px;
        text-align: center;
    }

    /* 
    .index_profile .safe .rightbox .content {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 15px;
    } */

    .index_profile .safe .rightbox .view_more {
        font-size: 12px;
        line-height: 26px;
        width: 120px;
        height: 40px;
        border-radius: 0px 15px 0px 15px;
    }

    .index_profile .safe .rightbox .view_more span {
        font-size: 12px;
        line-height: 20px;
    }

    .index_profile .safe .rightbox .view_more i {
        font-size: 12px;
    }
}

@media(max-width:450px) {
    .index_profile .safe .leftbox {
        width: 95%;
    }
}

@media(max-width:380px) {
    .index_profile .safe .leftbox {
        width: 100%;
    }
}



/* index_pisces */

.index_pisces {
    background-color: #fef3f4;
    padding: 50px 0px 0px 0px;
}

.index_pisces .safe {
    position: relative;
    padding-bottom: 405px;
}

.index_pisces .titlebox {
    margin-bottom: 75px;
}

.index_pisces .titlebox .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    color: #333333;
    line-height: 50px;
    margin-top: 7px;
}

.index_pisces .titlebox .title a {
    color: #333;
}

.index_pisces .titlebox .title a:hover {
    color: #ee1c25;
}

.index_pisces ul {
    display: flex;
}

.index_pisces .li1 {
    width: 25%;
    padding-right: 3%;
}

.index_pisces .li1 .imgbox {
    width: 117px;
    height: 103px;
    background-color: #ffffff;
    box-shadow: 0px 3px 43px 0px #ebe1e2;
    border-radius: 60px 5px 60px 5px;
    /* opacity: 0.6; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
}

.index_pisces .li1 .imgbox img {
    display: block;
}

.index_pisces .li1 .imgbox:hover img {
    transform: scale(1.1);
}

.index_pisces .small_title {
    font-family: Manrope3-Bold;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

.index_pisces .small_title a {
    color: #333;

}

.index_pisces .small_title a:hover {
    color: #ee1c25;
}

.index_pisces .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_pisces .index_help {
    width: 100%;
    height: 452px;
    background-color: #f6878c;
    border-radius: 20px;
    bottom: -54.1%;
    transform: translateY(-50%);
    position: absolute;
    padding: 35px 5px 50px 68px;
    display: flex;
}

.index_pisces .index_help form {
    width: 43.6%;
}

.index_pisces .index_help form .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    color: #ffffff;
}

.index_pisces .index_help form .content {
    font-family: Manrope3-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 24px;
}

.index_pisces .index_help form .inpbox1 {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.index_pisces .index_help form .inpbox1 .inp {
    width: 50%;

}

.index_pisces .index_help form .inpbox1 .inp:nth-child(odd) {
    margin-right: 43px;
}

.index_pisces .index_help form .inpbox1 input,
.index_pisces .index_help form .inpbox3 .inp2 input {
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    height: 40px;
    width: 100%;
    background-color: transparent;
    padding-left: 15px;
    font-family: Manrope3-Regular;
    font-size: 14px;
    color: #fff;
}

.index_pisces .index_help form .inpbox1 input::placeholder,
.index_pisces .index_help form .inpbox3 .inp2 input::placeholder {
    font-size: 14px;
    font-family: Manrope3-Regular;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.6;
}

.index_pisces .index_help form .inpbox2 {
    width: 100%;
    resize: none;
    height: 82px;
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 14px;
    background-color: transparent;
    font-family: Manrope3-Regular;
    padding: 10px 15px;
    margin-bottom: 2px;
}

.index_pisces .index_help form .inpbox2::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.index_pisces .index_help form .inpbox3 {
    display: flex;
}

.index_pisces .index_help form .inpbox3 .inp2 {
    width: 50%;
}

.index_pisces .index_help form .inpbox3 .inp2 {
    margin-right: 15px;
}

.index_pisces .index_help form .inpbox3 .right {
    display: flex;
}

.index_pisces .index_help form .inpbox3 .right .code {
    margin-right: 42px;
    cursor: pointer;
    flex-shrink: 0;
    background-color: #f3fbfe;
    cursor: pointer;
    height: 40px;
}

.index_pisces .index_help form .inpbox3 .right .code img {
    height: 100%;
}

.index_pisces .index_help form .inpbox3 .right input {
    width: 145px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}

.index_pisces .index_help form .inpbox3 .right input:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.index_pisces .index_help .form_imgbox {
    position: relative;
    width: 50%;
    transform: translateY(-38.2%);
    padding-left: 9.2%;
}

.index_pisces .index_help .form_imgbox img {
    background-color: #ffffff;
    border-radius: 200px 5px 200px 5px;
}

.index_pisces .index_help .form_imgbox .small_box {
    width: 86px;
    height: 76px;
    border-radius: 40px 5px 40px 5px;
    opacity: 0.2;
    position: absolute;
    bottom: -39.2%;
    right: -6%;
    background-color: #fff;
    z-index: 10;
}

@media(max-width:1600px) {

    .index_pisces .titlebox .title {
        font-size: 42px;
        line-height: 44px;
        margin-top: 5px;
    }

    .index_pisces .li1 .imgbox {
        width: 110px;
        height: 100px;
        border-radius: 50px 5px 50px 5px;
        opacity: 0.6;
        margin-bottom: 15px;
    }

    .index_pisces .titlebox {
        margin-bottom: 40px;
    }

    .index_pisces .index_help {
        width: 100%;
        height: auto;
        background-color: #f6878c;
        border-radius: 20px;
        bottom: -70.1%;
        transform: translateY(-50%);
        position: absolute;
        padding: 35px 5px 35px 50px;
        display: flex;
    }

    .index_pisces .index_help .form_imgbox {
        position: relative;
        width: 52%;
        transform: translateY(-22.2%);
        padding-left: 10%;
    }

    .index_pisces .index_help .form_imgbox .small_box {
        width: 86px;
        height: 76px;
        border-radius: 32px 5px 32px 5px;
        opacity: 0.2;
        position: absolute;
        bottom: 0;
        right: -6%;
        background-color: #fff;
        z-index: 10;
    }

    .index_pisces .index_help form .title {
        font-size: 42px;
    }

    .index_pisces {
        background-color: #fef3f4;
        padding: 30px 0px 0px 0px;
    }

    .index_pisces .small_title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 2px;
    }
}

@media(max-width:1333px) {
    .index_pisces .titlebox .title {
        font-size: 38px;
        line-height: 42px;
        margin-top: 5px;
    }

    .index_pisces {
        background-color: #fef3f4;
        padding: 20px 0px 0px 0px;
    }

    .index_pisces .li1 .imgbox {
        width: 95px;
        height: 85px;
        border-radius: 42px 5px 42px 5px;
        opacity: 0.6;
        margin-bottom: 10px;
    }

    .index_pisces .index_help form .title {
        font-size: 30px;
    }

    .index_pisces .index_help form .content {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .index_pisces .index_help .form_imgbox {
        position: relative;
        width: 50%;
        transform: unset;
        padding-left: 5%;
        padding-right: 3%;
    }

    .index_pisces .index_help .form_imgbox img {
        background-color: #ffffff;
        border-radius: 120px 5px 120px 5px;
    }

    .index_pisces .index_help {
        justify-content: space-between;
    }

    .index_pisces .index_help .form_imgbox .small_box {
        width: 86px;
        height: 76px;
        border-radius: 32px 5px 32px 5px;
        opacity: 0.2;
        position: absolute;
        bottom: 2%;
        right: 0%;
        background-color: #fff;
        z-index: -1;
    }

    .index_pisces .safe {
        position: relative;
        padding-bottom: 280px;
    }

    .index_pisces .index_help form .inpbox3 .right .code {
        margin-right: 15px;
        flex-shrink: 0;
        height: 40px;
    }

    .index_pisces .index_help form .inpbox3 .right input {
        width: 120px;
    }
}

@media(max-width:999px) {
    .index_pisces .titlebox {
        margin-bottom: 30px;
    }

    .index_pisces .titlebox .title {
        font-size: 34px;
        line-height: 38px;
        margin-top: 5px;
    }

    .index_pisces .index_help {
        justify-content: space-between;
        position: static;
    }

    .index_pisces .safe {
        position: relative;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
    }

    .index_pisces .index_help {
        transform: unset;
    }

    .index_pisces ul {
        margin-bottom: 18px;
    }

    .index_pisces .content {
        font-size: 14px;
        line-height: 24px;
    }

    .index_pisces .titlebox {
        margin-bottom: 25px;
    }

    .index_pisces {
        background-color: #fef3f4;
        padding: 10px 0px 0px 0px;
    }

    .index_pisces .index_help {
        padding: 15px 25px;
        align-items: center;
    }

    .index_pisces .index_help form .inpbox1 .inp:nth-child(odd) {
        margin-right: 10px;
    }

    .index_pisces .index_help .form_imgbox img {
        background-color: #ffffff;
        border-radius: 80px 5px 80px 5px;
    }

    .index_pisces .index_help .form_imgbox {
        position: relative;
        width: 50%;
        transform: unset;
        padding-left: 2%;
        padding-right: 0%;
    }
}

@media(max-width:768px) {
    .index_pisces .li1 {
        width: 50%;
        padding-right: 3%;
        margin-bottom: 15px;
    }

    .index_pisces ul {
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .index_pisces .titlebox .title {
        font-size: 30px;
        line-height: 34px;
        margin-top: 5px;
    }

    .index_pisces {
        padding-top: 0;
    }

    .index_pisces .li1 .imgbox {
        width: 90px;
        height: 75px;
        border-radius: 35px 5px 35px 5px;
        opacity: 0.6;
        margin-bottom: 10px;
    }

    .index_pisces .index_help {
        flex-direction: column;
    }

    .index_pisces .index_help form {
        width: 100%;
        margin-bottom: 15px;
    }

    .index_pisces .index_help .form_imgbox {
        width: 80%;
        padding-left: 2%;
        padding-right: 0%;
    }

    .index_pisces .index_help .form_imgbox img {
        background-color: #ffffff;
        border-radius: 60px 5px 60px 5px;
    }

    .index_pisces .index_help form .title {
        font-size: 26px;
    }
}

@media(max-width:570px) {
    .index_pisces .titlebox {
        margin-bottom: 20px;
    }

    .index_pisces .titlebox .title {
        font-size: 24px;
        line-height: 28px;
        margin-top: 5px;
        text-align: center;
    }

    .index_pisces .content {
        font-size: 12px;
        line-height: 22px;
    }

    .index_pisces .li1 .imgbox {
        width: 85px;
        height: 70px;
        border-radius: 25px 5px 25px 5px;
        opacity: 0.6;
        margin-bottom: 10px;
    }

    .index_pisces .small_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 2px;
    }

    .index_pisces .index_help form .title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .index_pisces .index_help form .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .index_pisces .index_help .form_imgbox {
        width: 90%;
        padding-left: 0%;
        padding-right: 0%;
    }

    .index_pisces .index_help form .inpbox3 .inp2 {
        margin-right: 10px;
    }

    .index_pisces .index_help form .inpbox3 .right .code {
        margin-right: 10px;
        flex-shrink: 0;
        height: 40px;
    }

    .index_pisces .index_help form .inpbox3 .inp2 {
        width: 40%;
    }

    .index_pisces .index_help form .inpbox3 .right input {
        width: 100px;
    }

    .index_pisces .index_help form .inpbox1 input,
    .index_pisces .index_help form .inpbox3 .inp2 input {
        font-size: 12px;
        padding-left: 10px;
    }

    .index_pisces .index_help form .inpbox1 input::placeholder,
    .index_pisces .index_help form .inpbox3 .inp2 input::placeholder {
        font-size: 12px;
    }

    .index_pisces .index_help form .inpbox2 {
        font-size: 12px;
    }

    .index_pisces .index_help form .inpbox2::placeholder {
        font-size: 12px;
    }
}

@media(max-width:450px) {
    .index_pisces .index_help form .inpbox1 {
        display: flex;
        width: 100%;
        margin-bottom: 0px;
        flex-direction: column;
    }

    .index_pisces .index_help form .inpbox1 .inp {
        margin-bottom: 10px !important;
        width: 100%;
    }

    .index_pisces .index_help form .inpbox3 .inp2 {
        width: 30%;
    }

    .index_pisces .index_help form .inpbox3 .right input {
        font-size: 12px;
    }
}

@media(max-width:400px) {
    .index_pisces .index_help form .inpbox3 {
        flex-wrap: wrap;
    }

    .index_pisces .index_help form .inpbox3 .inp2 {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }

    .index_pisces .index_help .form_imgbox {
        width: 100%;
    }
}



/* index_service */
.index_service {
    padding: 294px 0px 93px 0px;
}

.index_service .headerbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 69px;
}

.index_service .headerbox .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    line-height: 60px;
    color: #333333;
    width: 30%;
}

.index_service .headerbox .title a {
    color: #333;
}

.index_service .headerbox .title a:hover {
    color: #ee1c25;
}

.index_service .headerbox .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    width: 70%;
    padding-left: 2%;
    padding-top: 4px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media(max-width:1600px) {
    .index_service .headerbox .title {
        font-size: 42px;
        line-height: 44px;
        width: 30%;
    }

    .index_service {
        padding: 300px 0px 50px 0px;
    }

    .index_service .headerbox {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .index_service {
        padding: 250px 0px 50px 0px;
    }

    .index_service .headerbox .title {
        font-size: 38px;
        line-height: 44px;
        width: 30%;
    }
}

@media(max-width:999px) {
    .index_service {
        padding: 40px 0px 40px 0px;
    }

    .index_service .headerbox {
        flex-direction: column;
    }

    .index_service .headerbox .title {
        width: 100%;
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 18px;
    }

    .index_service .headerbox .content {
        font-size: 14px;
        line-height: 24px;
        padding-left: 0%;
        padding-top: 4px;
        width: 100%;
    }

    .index_service .headerbox {
        margin-bottom: 35px;
    }
}

@media(max-width:768px) {
    .index_service .headerbox .title {
        width: 100%;
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .index_service .headerbox {
        margin-bottom: 20px;
    }

    .index_service .headerbox .title {
        width: 100%;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    /* .index_service .headerbox .content {
        font-size: 12px;
        line-height: 22px;
    } */

    .index_service {
        padding: 30px 0px;
    }
}




/* index_comment */
.index_comment {
    background-color: #fef3f4;
    padding: 45px 0px 59px 0px;
}

.index_comment .titlebox {
    width: 55%;
    margin: 0 auto;
    text-align: center;
}

.index_comment .titlebox .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    line-height: 60px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 26px;
}

.index_comment .titlebox .title a {
    color: #333;
}

.index_comment .titlebox .title a:hover {
    color: #ee1c25;
}



.index_comment .swiper .column_one {
    width: 32.3%;
    margin-right: 1.5%;

}

.index_comment .swiper .column_one:nth-child(3n) {
    margin-right: 0;
}

.index_comment .comment_mySwiper {
    position: relative;
}

.index_comment .comment_mySwiper .swiper-slide {
    display: flex;
}

.index_comment .swiper-slide .column_one:nth-of-type(1) {
    padding-top: 12%;
}

.index_comment .comment1 {
    background-color: #ffffff;
    border-radius: 10px;
    height: 301px;
    padding: 32px 25px 35px 28px;
}

.index_comment .swiper-slide .column_one:nth-of-type(2) .comment1:nth-of-type(1) {
    margin-bottom: 20px;
}

.index_comment .comment1 .info {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.index_comment .shape1 {
    width: 110px;
    height: 83px;
    background-color: #ee1c25;
    border-radius: 5px 40px 5px 40px;
    opacity: 0.3;
    margin-top: 29px;
}

.index_comment .shape2 {
    width: 110px;
    height: 83px;
    background-color: #ee1c25;
    border-radius: 40px 5px 40px 5px;
    opacity: 0.1;
    margin: 40px 0px 30px 0px;
}

.index_comment .shape3 {
    margin-top: 30px;
}

.index_comment .comment1 .info .imgbox {
    margin-right: 20px;
}

.index_comment .comment1 .info .contact {
    display: flex;
    flex-direction: column;
}

.index_comment .comment1 .info .contact p {
    margin-bottom: 9px;
}

.index_comment .comment1 .info .contact .name {
    font-family: Manrope3-Bold;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-right: 5px;
}

.index_comment .comment1 .info .contact .from {
    font-family: Manrope3-Regular;
    font-size: 16px;
    color: #999999;
}

.index_comment .comment1 .info .contact .star {
    font-weight: bold;
}

.index_comment .comment1 .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.index_comment .btnbox {
    position: absolute;
    right: 0;
    bottom: 11.5%;
    display: flex;
    z-index: 10;
}

.index_comment .btnbox i:nth-child(1) {
    margin-right: 12px;
}

.index_comment .btnbox i {
    width: 41px;
    height: 41px;
    border: solid 1px #ee1c25;
    color: #ee1c25;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
}

.index_comment .btnbox i:hover {
    color: #fff;
    background-color: #ee1c25;
}

.index_comment .view_all {
    text-align: center;
    margin-top: 36px;
}

.index_comment .view_all a {
    text-decoration: underline;
    font-family: Manrope3-Bold;
    text-decoration: underline;
    font-size: 16px;
    line-height: 26px;
    color: #ee1c25;
}

.index_comment .view_all a:hover {
    color: #333;
}



@media(max-width:1600px) {
    .index_comment {
        padding: 50px 0px;
    }

    .index_comment .titlebox .title {
        font-size: 42px;
        line-height: 50px;
        margin-top: 10px;
        margin-bottom: 26px;
    }

    .index_comment .titlebox {
        width: 70%;
    }
}

@media(max-width:1333px) {
    .index_comment .titlebox {
        width: 80%;
    }

    .index_comment .titlebox .title {
        font-size: 38px;
        line-height: 42px;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .index_comment .comment1 {
        border-radius: 10px;
        height: 281px;
        padding: 20px 25px 35px 28px;
    }

    .index_comment .shape2 {
        width: 100px;
        height: 80px;
        background-color: #ee1c25;
        border-radius: 40px 5px 40px 5px;
        opacity: 0.1;
        margin: 40px 0px 30px 0px;
    }

    .index_comment .shape1 {
        width: 100px;
        height: 80px;
        background-color: #ee1c25;
        border-radius: 5px 40px 5px 40px;
        opacity: 0.3;
        margin-top: 29px;
    }
}

@media(max-width:999px) {
    .index_comment {
        padding: 40px 0px;
    }

    .index_comment .titlebox {
        width: 100%;
    }

    .index_comment .titlebox .title {
        font-size: 34px;
        line-height: 38px;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .index_comment .shape1 {
        display: none;
    }

    .index_comment .shape2 {
        display: none;
    }

    .index_comment .shape3 {
        display: none;
    }

    .index_comment .comment_mySwiper .swiper-slide {
        flex-direction: column;
    }

    .index_comment .swiper .column_one {
        width: 100%;
        margin-right: 0%;
    }

    .index_comment .swiper .column_one {
        margin-bottom: 20px !important;
    }

    .index_comment .comment1 {
        height: auto;
    }

    .index_comment .swiper-slide .column_one:nth-of-type(1) {
        padding-top: 0px;
    }

    .index_comment .comment1 .info .contact .name {
        font-size: 16px;
        line-height: 26px;
        margin-right: 5px;
    }

    .index_comment .comment1 .info .contact .from {
        font-family: Manrope3-Regular;
        font-size: 14px;
        color: #999999;
    }

    .index_comment .comment1 .info .contact p {
        margin-bottom: 6px;
    }

    .index_comment .comment1 .content {
        font-size: 14px;
        line-height: 24px;
    }

    .index_comment .comment1 .info .imgbox img {
        width: 70px;
        height: 70px;
    }

    .index_comment .btnbox {
        position: static;
        right: 0;
        bottom: 11.5%;
        display: flex;
        justify-content: center;
    }

    .index_comment .view_all a {
        font-size: 14px;
        line-height: 24px;
    }

    .index_comment .view_all {
        text-align: center;
        margin-top: 25px;
    }
}

@media(max-width:768px) {
    .index_comment .titlebox .title {
        font-size: 30px;
        line-height: 34px;
        margin-top: 8px;
        margin-bottom: 20px;
    }

    .index_comment .btnbox i {
        width: 38px;
        height: 38px;
        border-radius: 50px;
    }

    .index_comment .btnbox i:nth-child(1) {
        margin-right: 8px;
    }
}

@media(max-width:570px) {
    .index_comment .titlebox .title {
        font-size: 24px;
        line-height: 28px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .index_comment .comment1 .info .imgbox img {
        width: 60px;
        height: 60px;
    }

    .index_comment .comment1 {
        padding: 20px;
    }

    /* .index_comment .comment1 .content {
        font-size: 12px;
        line-height: 22px;
    } */

    .index_comment .comment1 .info .contact .name {
        font-size: 14px;
        line-height: 20px;
        margin-right: 3px;
    }

    .index_comment .comment1 .info .contact .from {
        font-size: 12px;
    }

    .index_comment .comment1 .info .contact p {
        margin-bottom: 2px;
    }

    .index_comment .comment1 .info .contact .star img {
        width: 15px;
    }

    .index_comment .view_all a {
        font-size: 12px;
        line-height: 22px;
    }

    .index_comment .view_all {
        text-align: center;
        margin-top: 15px;
    }

    .index_comment .btnbox i {
        width: 35px;
        height: 35px;
        border-radius: 50px;
        font-size: 14px;
    }
}



/* index_news */

.index_news {
    padding: 102px 0px 104px 0px;
}

.index_news .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 49px;
}

.index_news .titlebox .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    line-height: 30px;
    color: #333333;
    padding-top: 10px;
}

.index_news .titlebox .title a {
    color: #333;
}

.index_news .titlebox .title a:hover {
    color: #ee1c25;
}

.index_news .titlebox .view_all_posts {
    width: 180px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 0px 30px 0px 30px;
    border: solid 1px #111111;
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_news .titlebox .view_all_posts:hover {
    background-color: #ee1c25;
    color: #fff;
    border: 1px solid #ee1c25;
}


.index_news .news_box {
    display: flex;
    justify-content: space-between;
}

.index_news .news_box .leftbox {
    position: relative;
    width: 55.8%;
    border-radius: 0px 60px 0px 60px;
    padding-top: 9px;
}

.index_news .news_box .leftbox .pic {
    display: block;
    border-radius: 0px 60px 0px 60px;
}

.index_news .news_box .leftbox .news_shadow {
    height: 55%;
    width: 100%;
    position: absolute;
    padding: 7.2% 22px 0px 33px;
    bottom: 0;
    border-radius: 0px 0px 0px 60px;
    background: linear-gradient(rgba(0, 0, 0, 0.0)0%, rgba(0, 0, 0, .9)95%);
}

.index_news .news_box .leftbox .news_shadow .title {
    font-family: Manrope3-Regular;
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
}

.index_news .news_box .leftbox .news_shadow .title a {
    color: #fff;
}

.index_news .news_box .leftbox .news_shadow .title a:hover {
    text-decoration: underline;
}

.index_news .news_box .leftbox .news_shadow .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
}

.index_news .news_box .leftbox .news_shadow .data {
    display: flex;
    align-items: center;
    font-family: Manrope3-Regular;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.index_news .news_box .leftbox .news_shadow .data img {
    flex-shrink: 0;
    margin-right: 10px;

}

.index_news .news_box .rightbox {
    width: 42%;
    padding-top: 8px;
}

.index_news .news_box .rightbox .li1 {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid #dddddd;
}

.index_news .news_box .rightbox .li1:nth-of-type(2) {
    padding-bottom: 20px;
}

.index_news .news_box .rightbox .li1:last-child {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.index_news .news_box .rightbox .li1 .imgbox {
    overflow: hidden;
    border-radius: 0px 40px 0px 40px;
    width: 52%;
    margin-right: 3%;
}

.index_news .news_box .rightbox .li1 .imgbox img {
    display: block;
    border-radius: 0px 40px 0px 40px;
}

.index_news .news_box .rightbox .li1 .imgbox img:hover {
    transform: scale(1.1);
}

.index_news .news_box .rightbox .li1 .title {
    font-family: Manrope3-Regular;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin: 18px 0px 10px 0px;
}

.index_news .news_box .rightbox .li1 .title a {
    color: #333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_news .news_box .rightbox .li1 .title a:hover {
    color: #ee1c25;
}

.index_news .news_box .rightbox .li1 .databox {
    display: flex;
    align-items: center;
}

.index_news .news_box .rightbox .li1 .databox img {
    margin-right: 8px;
}

.index_news .news_box .rightbox .li1 .databox .data {
    font-family: Manrope3-Regular;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

@media(max-width:1600px) {
    .index_news {
        padding: 50px 0px;
    }

    .index_news .titlebox .title {
        font-family: Manrope3-Bold;
        font-size: 42px;
        line-height: 42px;
        color: #333333;
        padding-top: 0px;
    }

    .index_news .titlebox .view_all_posts {
        width: 180px;
        height: 50px;
        border-radius: 0px 25px 0px 25px;
        font-size: 16px;
        line-height: 26px;
    }

    .index_news .news_box .leftbox .news_shadow {
        height: 55%;
        width: 100%;
        padding: 7.2% 22px 0px 33px;
        bottom: 0;
        border-radius: 0px 0px 0px 60px;
    }

    .index_news .news_box .leftbox .news_shadow .title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .index_news .news_box .rightbox .li1 .title {
        font-size: 18px;
        line-height: 26px;
        margin: 18px 0px 10px 0px;
    }

    .index_news .news_box .leftbox .pic {
        display: block;
        width: 100%;
        height: 100%;
    }

    .index_news .titlebox {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .index_news .titlebox .title {
        font-size: 38px;
        line-height: 42px;
        padding-top: 0px;
    }

    .index_news .titlebox .view_all_posts {
        width: 160px;
        height: 45px;
        border-radius: 0px 25px 0px 25px;
        font-size: 16px;
        line-height: 26px;
    }

    .index_news .news_box .rightbox .li1 {
        display: flex;
        padding-bottom: 15px;
        margin-bottom: 15px;
        align-items: center;
    }

    .index_news .news_box .rightbox .li1 .imgbox {
        border-radius: 0px 25px 0px 25px;
        margin-right: 3%;
    }

    .index_news .news_box .rightbox .li1 .imgbox img {
        display: block;
        border-radius: 0px 25px 0px 25px;
    }

    .index_news .news_box .rightbox .li1 .title {
        font-size: 16px;
        line-height: 24px;
        margin: 8px 0px 5px 0px;
    }

    .index_news .news_box .leftbox .pic {
        display: block;
        border-radius: 0px 40px 0px 40px;
        width: 100%;
        height: 100%;
    }

    .index_news .news_box .leftbox .news_shadow .title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .index_news .news_box .leftbox {
        position: relative;
        width: 55.8%;
        border-radius: 0px 40px 0px 40px;
        padding-top: 9px;
    }

    .index_news .news_box .leftbox .pic {
        display: block;
        border-radius: 0px 40px 0px 60px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .index_news .news_box .leftbox .news_shadow .content {
        font-family: Manrope3-Regular;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .index_news .news_box .leftbox .news_shadow .data {
        margin-bottom: 10px;
    }

    .index_news .news_box .leftbox .news_shadow {
        height: 55%;
        width: 100%;
        padding: 2% 20px 0px 30px;
        bottom: 0;
        border-radius: 0px 0px 0px 60px;
    }

    .index_news .titlebox {
        margin-bottom: 25px;
    }

}

@media(max-width:999px) {
    .index_news {
        padding: 40px 0px;
    }

    .index_news .news_box .leftbox .news_shadow .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .index_news .news_box .leftbox .news_shadow .content {
        font-family: Manrope3-Regular;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .index_news .news_box .leftbox .news_shadow {
        height: 50%;
        width: 100%;
        padding: 2% 20px 0px 30px;
        bottom: 0;
        border-radius: 0px 0px 0px 60px;
    }

    .index_news .news_box .rightbox .li1 .title {
        font-size: 14px;
        line-height: 22px;
        margin: 0;
    }

    .index_news .titlebox .title {
        font-size: 34px;
        line-height: 38px;
        padding-top: 0px;
    }

    .index_news .titlebox .view_all_posts {
        width: 145px;
        height: 45px;
        border-radius: 0px 20px 0px 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .index_news .titlebox {
        margin-bottom: 15px;
    }

    .index_news .news_box .leftbox {
        padding-top: 0;
    }

    .index_news .news_box .rightbox .li1 .imgbox img {
        width: 100%;
    }

    .index_news .news_box .rightbox .li1 .imgbox {
        width: 40%;
    }

    .index_news .news_box .rightbox .li1 .contact {
        width: 55%;
    }
}

@media(max-width:768px) {
    .index_news .titlebox .title {
        font-size: 30px;
        line-height: 34px;
        padding-top: 0px;
    }

    .index_news .news_box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .index_news .news_box .leftbox {
        padding-top: 0;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .index_news .news_box .leftbox .news_shadow .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .index_news .news_box .leftbox .pic {
        display: block;
        border-radius: 0px 25px 0px 25px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .index_news .news_box .leftbox .news_shadow {
        height: 50%;
        width: 100%;
        padding: 2% 20px 0px 20px;
        bottom: 0;
        border-radius: 0px 0px 0px 25px;
    }

    .index_news .titlebox .view_all_posts {
        width: 120px;
        height: 40px;
        border-radius: 0px 15px 0px 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .index_news .news_box .rightbox {
        width: 100%;
        padding-top: 8px;
    }

    .index_news .news_box .rightbox .li1 .imgbox img {
        display: block;
        border-radius: 0px 15px 0px 15px;
    }
}

@media(max-width:570px) {
    .index_news .news_box .rightbox .li1 .imgbox {
        width: 50%;
    }

    .index_news {
        padding: 30px 0px;
    }

    .index_news .news_box .leftbox {
        padding-top: 0;
        width: 95%;
        margin-bottom: 15px;
    }

    .index_news .news_box .leftbox .news_shadow .title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 2px;
    }

    /* .index_news .news_box .leftbox .news_shadow .content {
        font-family: Manrope3-Regular;
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 4px;
    } */

    .index_news .news_box .leftbox .news_shadow .data {
        font-size: 12px;
        line-height: 24px;
    }

    .index_news .titlebox .title {
        font-size: 24px;
        line-height: 28px;
        padding-top: 0px;
    }

    .index_news .titlebox .view_all_posts {
        width: 110px;
        height: 36px;
        border-radius: 0px 15px 0px 15px;
        font-size: 12px;
        line-height: 24px;
    }

    /* .index_news .news_box .rightbox .li1 .title {
        font-size: 12px;
        line-height: 22px;
        margin: 0;
    } */
    /* 
    .index_news .news_box .rightbox .li1 .databox .data {
        font-family: Manrope3-Regular;
        font-size: 12px;
        line-height: 30px;
        color: #999999;
    } */

    .index_news .news_box .rightbox .li1 .databox img {
        width: 15px;
    }

    .index_news .news_box .rightbox .li1 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .index_news .news_box .leftbox .news_shadow {
        height: 48%;
    }
}

@media(max-width:450px) {
    .index_news .news_box .leftbox .pic {
        width: 100%;
    }

    .index_news .news_box .leftbox .news_shadow {
        height: 55%;
        width: 100%;
        padding: 2% 20px 15px 20px;
        bottom: 0;
        border-radius: 0px 0px 0px 25px;
    }

}

@media(max-width:350px) {
    .index_news .news_box .leftbox .news_shadow {
        height: 80%;
        width: 100%;
        padding: 2% 20px 15px 20px;
        bottom: 0;
        border-radius: 0px 0px 0px 25px;
    }

    .index_news .news_box .rightbox .li1 .imgbox img {
        display: block;
        border-radius: 0px 15px 0px 15px;
    }

    .index_news .news_box .rightbox .li1 .imgbox {
        border-radius: 0px 15px 0px 15px;
        margin-right: 3%;
    }
}






/* footer */
footer {
    padding: 57px 0px 50px 0px;
    background-color: #fef3f4;
}

footer .follow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

footer .follow span {
    font-family: Manrope3-Bold;
    font-size: 18px;
    color: #333333;
    margin-right: 15px;
}

footer .follow a {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

footer .follow a img:hover {
    transform: scale(1.1);
}

footer .tab_control {
    display: flex;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 41px 0px 44px 0px;
    justify-content: space-between;
}

footer .tab_control .email {
    word-break: break-all;
}

footer .tab_control .tab1 {
    width: 24%;
}

footer .tab_control .wrap {
    display: flex;
    width: 73%;
}

footer .tab_control .tab1 .logo2 {
    display: block;
    margin-bottom: 10px;
}

footer .tab_control .tab1 .logo2:hover {
    transform: scale(1.05);
}

footer .tab_control .tab1 a:hover {
    color: #ee1c25;
}

footer .tab_control .copyright {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

footer .tab_control .copyright img {
    margin-left: 3px;
}

footer .tab_control .copyright img:hover {
    transform: scale(1.1);
}

footer .tab_control .copyright a {
    color: #666;
}

footer .tab_control .tab2 {
    width: 25%;
    padding-left: 5%;
}

footer .tab_control .tab3 {
    width: 30%;
    padding-left: 5%;
}

footer .tab_control .tab4 {
    width: 45%;
    padding-left: 5%;
}

footer .tab_control ul p {
    font-family: Manrope3-Bold;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 15px;
}

footer .tab_control ul p a {
    font-family: Manrope3-Bold;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
}

footer .tab_control ul p a:hover {
    color: #ee1c25;
}


footer .tab_control ul li a {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

footer .tab_control ul li a:hover {
    color: #ee1c25;
}

footer .tab_control ul li span {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

footer .links {
    padding-top: 25px;
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

footer .links a {
    color: #666;
}

footer .links a:hover {
    color: #ee1c25;
}

@media(max-width:1600px) {
    footer {
        padding: 50px 0px;
    }
}

@media(max-width:1333px) {
    footer .tab_control ul li span {
        font-size: 14px;
        line-height: 32px;
    }

    footer .tab_control ul li a {
        font-size: 14px;
        line-height: 32px;
    }

    footer .tab_control .copyright {
        font-size: 14px;
        line-height: 30px;
    }

    footer .tab_control ul p {
        font-size: 16px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    footer .tab_control ul p a {
        font-size: 16px;
        line-height: 34px;
    }

    footer .tab_control {
        display: flex;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 30px 0px 30px 0px;
    }

    footer {
        padding: 50px 0px 40px 0px;
    }

    footer .links {
        padding-top: 25px;
        font-family: Manrope3-Regular;
        font-size: 14px;
        line-height: 30px;
        color: #666666;
    }

    footer .follow span {
        font-family: Manrope3-Bold;
        font-size: 16px;
        color: #333333;
        margin-right: 15px;
    }
}

@media(max-width:999px) {
    footer {
        padding: 40px 0px 50px;
    }

    footer .tab_control .tab2,
    footer .tab_control .tab3,
    footer .tab_control .tab4 {
        /* display: none; */
    }

    footer .tab_control .tab1 {
        width: 100%;
    }

    footer .tab_control .tab1 .logo2 {
        /* display: none; */
    }

    footer .tab_control {
        display: flex;
        padding: 0px 0px 15px 0px;
    }

    /* footer .links {
        display: none;
    } */

    footer .follow {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    footer .tab_control .copyright {
        text-align: center;
    }

    footer .follow a img {
        width: 33px;
    }

    footer .follow span {
        font-size: 14px;
        margin-right: 10px;
    }

    footer .tab_control {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    footer .tab_control .tab2 {
        width: 33.33%;
        padding-left: 0;
    }

    footer .tab_control .tab3 {
        width: 33.33%;
        padding-left: 0;
    }

    footer .tab_control .tab4 {
        width: 33.33%;
        padding-left: 0;
    }

    footer .tab_control .wrap {
        padding-top: 20px;
    }

    footer .tab_control .tab1 .logo2 {
        margin: 0 auto;
        width: 240px;
    }

    footer .tab_control .copyright {
        text-align: left;
    }

    footer .links {
        padding-top: 5px;
    }

    footer .tab_control .wrap {
        width: 100%;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {
    footer {
        padding: 30px 0px 50px;
    }

    footer .follow a img {
        width: 28px;
    }

    footer .follow span {
        font-size: 14px;
        margin-right: 6px;
        margin-bottom: 5px;
    }

    footer .follow {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    footer .follow a {
        margin-bottom: 5px;
    }

    footer .tab_control .wrap {
        flex-wrap: wrap;
    }

    footer .tab_control .tab4 {
        width: 100%;
    }

    footer .tab_control .tab2 {
        width: 50%;
        margin-bottom: 18px;
    }

    footer .tab_control .tab3 {
        width: 50%;
        margin-bottom: 18px;
    }

    footer .tab_control .tab1 .logo2 {
        margin: 0 auto;
        width: 190px;
    }

    footer .tab_control ul p {
        margin-bottom: 3px;
    }
}


/* common */
.line1 {
    width: 30px;
    height: 1px;
    background-color: #000000;
    border-radius: 1px;
}


/* 1-1 */
.product_series {
    padding: 8px 0px 18px;
}

.product_series .line1 {
    margin-bottom: 4px;
    display:none;
}

.product_series .small_title {
    margin-bottom: -8px;
    font-family: Manrope3-Regular;
    font-size: 18px;
    color: #333333;
}

.product_series .title {
    margin-bottom: 12px;
    font-family: Manrope3-Bold;
    font-size: 46px;
    color: #333333;
}



.product_series .standardEdit {
    margin-bottom: 20px;
}

.product_series .standardEdit {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
}

.product_series .showMore .view_more span {
    width: 180px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 0px 30px 0px 30px;
    border: solid 1px #111111;
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product_series .showMore .view_more span:hover {
    background-color: #ee1c25;
    color: #fff;
    border: 1px solid #ee1c25;
}

@media(max-width:1600px) {
    .product_series {
        padding: 50px 0px;
    }

    .product_series .small_title {
        margin-bottom: 0;
        font-size: 18px;
    }

    .product_series .title {
        margin-bottom: 10px;
        font-size: 42px;
    }

    .product_series .showMore .view_more span {
        width: 160px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    .product_series .title {
        margin-bottom: 10px;
        font-size: 38px;
    }

    .product_series .small_title {
        margin-bottom: 0;
        font-size: 16px;
    }

    .product_series .showMore .view_more span {
        width: 150px;
        height: 50px;
        font-size: 16px;
        border-radius: 0px 25px 0px 25px;
    }
}

@media(max-width:999px) {
    .product_series {
        padding: 20px 0px 40px 0px;
    }

    .product_series .title {
        margin-bottom: 10px;
        font-size: 34px;
    }

    .product_series .showMore .view_more span {
        width: 140px;
        height: 45px;
        font-size: 14px;
        border-radius: 0px 25px 0px 25px;
    }
}

@media(max-width:768px) {
    .product_series .title {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .product_series .small_title {
        margin-bottom: 0;
        font-size: 14px;
    }

    .product_series .standardEdit {
        font-size: 14px;
        line-height: 26px;
    }

    .product_series .showMore .view_more span {
        width: 130px;
        height: 45px;
        font-size: 14px;
        border-radius: 0px 20px 0px 20px;
    }
}

@media(max-width:570px) {
    .product_series {
        padding: 30px 0px;
    }

    .product_series .title {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .product_series .showMore .view_more span {
        width: 120px;
        height: 42px;
        font-size: 14px;
        border-radius: 0px 0px 0px 0px;
    }
}




/* product_list */

.product_list {
    margin-bottom: 66px;
}

.product_list .safe {
    display: flex;
    justify-content: space-between;
}

.product_list .leftbox {
    width: 22.5%;
    background-color: #ffffff;
}

.product_list .leftbox .top {
    box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.08);
    padding: 32px 12px 27px 11px;
    border-radius: 10px;
    margin-bottom: 83px;
}

.product_list .leftbox .search {
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #333333;
    position: relative;
}

.product_list .search>input {
    padding-left: 8px;
    height: 45px;
    border-radius: 4px;
    width: 100%;
}

.product_list .search input,
.product_list .search input::placeholder {
    font-family: Manrope3-Regular;
    font-size: 16px;
    color: #999999;
}

.product_list .search i {
    position: absolute;
    right: 5px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.product_list .search i:hover {
    color: #ee1c25;
}

.product_list .search .sub {
    position: absolute;
    width: 30px;
    height: 100%;
    /* background-color: red; */
    top: 0;
    right: 10px;
}

.product_list .search .sub input,
.product_list .search .sub i {
    position: absolute;
}

.product_list .search .sub input {
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    opacity: 0;
    cursor: pointer;
}

.product_list .search .sub:hover i {
    color: #ee1c25;
}


.product_list .big_title {
    font-family: Manrope3-Bold;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    padding-top: 23px;
    margin-bottom: 17px;
    padding-left: 7px;
}

.product_list .menu1 {
    padding: 0px 10px;
}

.product_list .menu_title {
    font-family: Manrope3-Bold;
    font-size: 16px;
    letter-spacing: 0px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    cursor: pointer;
}

.product_list .menu_title i {
    color: #333;
}

.product_list .menu_title i {
    display: inline-block;
    transform: rotate(0deg);
    font-size: 12px;
    font-weight: bold;
}


.product_list .menu_title .xuanzhuan {
    transform: rotate(90deg);
}

.product_list .menu_title:hover {
    background-color: #ee1c25;
    color: #fff;
}

.product_list .menu_title:hover i {
    color: #fff;
}

.product_list .menu1 ul {
    padding: 10px 40px 32px 43px;
    display: none;
    transition: none;
}

.product_list .menu1 ul li a {
    font-family: Manrope3-Regular;
    font-size: 16px;
    color: #666;
    padding: 6px 0px 7px 0px;
    display: inline-block;
}


.product_list .menu1 .active {
    background-color: #ee1c25;
    color: #fff;
}

.product_list .menu1 .active i {
    color: #fff;
    transform: rotate(90deg);
}

.product_list .menu1 ul li .act {
    color: #ee1c25;
}

.product_list .menu1 ul li a:hover {
    color: #ee1c25;
}

.product_list .leftbox .bottom {
    background-color: #ffffff;
    box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 18px 10px 25px 10px;
}

.product_list .leftbox .news_title {
    font-family: Manrope3-Bold;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    padding-left: 8px;
}

.product_list .leftbox .box1 {
    padding: 13px 5px 18px 9px;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
}

.product_list .data {
    font-family: Manrope3-Regular;
    font-size: 14px;
    color: #999999;
    margin-bottom: 4px;
}

.product_list .news {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #212020;
}

.product_list .news a {
    color: #212020;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_list .news a:hover {
    color: #ee1c25;
}


.product_list .rightbox {
    width: 75.05%;
}

.product_list .product_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 27px;
}

.product_list .product_box .product_li {
    width: 32.08%;
    margin-right: 1.78%;
    margin-bottom: 40px;
}

.product_list .product_box .product_li:nth-child(3n) {
    margin-right: 0;
}

.product_list .product_box .imgbox {
    overflow: hidden;
    border-radius: 0px 30px 0px 30px;
}

.product_list .product_box .imgbox img {
    width: 100%;
}

.product_list .product_box img {
    display: block;
    border-radius: 0px 30px 0px 30px;
}

.product_list .product_box img:hover {
    transform: scale(1.05);
}

.product_list .product_box .contact {
    padding: 29.75px 15px 0px 40px;
}

.product_box .contact .pro_title {
    font-family: Manrope3-Bold;
    font-size: 18px;
    margin-bottom: 8px;
}

.product_box .contact .pro_title a {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_box .contact .pro_title a:hover {
    color: #ee1c25;
}

.product_box .contact .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height:52px;
}

.product_box .inquire {
    width: 172px;
    height: 49px;
    background-color: transparent;
    border-radius: 25px;
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    cursor: pointer;
}

.product_box .inquire:hover {
    color: #fff;
    background-color: #ee1c25;
    text-decoration: unset;
    border: 1px solid #fff;
}

.product_box .inquire:hover a {
    color: #fff;
}


.product_box .squr {
    margin-right: 10px;
}


.product_box .squr input[type=checkbox] {
    cursor: pointer;
    font-size: 14px;
    width: 14px;
    height: 14px;
    position: relative;
}

.product_box .squr input[type=checkbox]:after {
    position: absolute;
    width: 14px;
    height: 14px;
    /* top: -2px; */
    content: " ";
    background-color: #fff;
    border: 1px solid #222;
    display: inline-block;
    visibility: visible;
    border-radius: 1px;
}


.product_box .squr input {}

.product_box .inquire:hover .squr input[type=checkbox] {
    cursor: pointer;
    font-size: 14px;
    width: 14px;
    height: 14px;
    position: relative;
}

.product_box .inquire:hover .squr input[type=checkbox]:after {
    background-color: #ee1c25;
    border: 1px solid #fff;
}

.product_box .squr input[type=checkbox]:checked:after {
    content: "✓";
    font-size: 14px;
    /* padding-bottom: 3px; */
    color: #000 !important;
    z-index: 10;
}

.product_list .search input {
    padding-right: 50px;
}



@media(max-width:1600px) {
    .product_list {
        margin-bottom: 50px;
    }

    .product_list .leftbox .top {
        box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.08);
        padding: 20px 10px 25px 10px;
        border-radius: 10px;
        margin-bottom: 50px;
    }

    .product_list .big_title {
        font-size: 18px;
        line-height: unset;
        padding-top: 20px;
        margin-bottom: 15px;
        padding-left: 5px;
    }

    .product_list .menu1 ul {
        padding: 10px 25px 20px 30px;
        display: none;
        transition: none;
    }

    .product_list .leftbox .bottom {
        padding: 20px 10px 20px 10px;
    }

    .product_list .product_box .contact {
        padding: 20px 15px 0px 25px;
    }

    .product_box .contact .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .product_list .product_box .product_li {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .product_list .leftbox .top {
        box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.08);
        padding: 15px 10px 15px 10px;
        border-radius: 10px;
        margin-bottom: 50px;
    }

    .product_list .search input,
    .product_list .search input::placeholder {
        font-family: Manrope3-Regular;
        font-size: 14px;
        color: #999999;
    }

    .product_list .big_title {
        font-size: 16px;
        line-height: unset;
        padding-top: 15px;
        margin-bottom: 15px;
        padding-left: 5px;
    }

    .product_list .menu_title {
        font-size: 14px;
        letter-spacing: 0px;
        padding: 8px 5px;
    }

    .product_list .menu1 {
        padding: 0px 8px;
    }

    .product_list .menu1 ul li a {
        font-size: 14px;
        padding: 6px 0px 7px 0px;
    }

    .product_list .menu1 ul {
        padding: 10px 15px 10px 15px;
    }

    .product_list .leftbox .bottom {
        padding: 14px 10px 15px 10px;
    }

    .product_list .leftbox .news_title {
        font-size: 18px;
        line-height: 40px;
        padding-left: 5px;
    }

    .product_list .leftbox .box1 {
        padding: 5px 5px 5px 5px;
        border-bottom: 1px solid #333;
        margin-bottom: 10px;
    }

    .product_list .news {
        font-size: 14px;
        line-height: 28px;
    }

    .product_list .product_box .contact {
        padding: 10px 10px 0px 10px;
    }

    .product_box .contact .pro_title {
        font-family: Manrope3-Bold;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .product_box .inquire {
        width: 160px;
        height: 49px;
        border-radius: 25px;
        font-size: 16px;
    }

    .product_list .product_box img {
        display: block;
        border-radius: 0px 25px 0px 25px;
    }

    .product_list .product_box .product_li {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .product_list .safe {
        flex-direction: column;
    }

    .product_list .leftbox {
        width: 100%;
        background-color: #ffffff;
        margin-bottom: 25px;
    }

    .product_list .leftbox .top {
        margin-bottom: 30px;
        padding: 10px;
    }

    .product_list .search input {
        padding-right: 50px;
    }

    .product_list .rightbox {
        width: 100%;
    }
}

@media(max-width:768px) {
    .product_list .big_title {
        font-size: 16px;
        padding-top: 15px;
        margin-bottom: 10px;
        padding-left: 5px;
    }

    .product_list .product_box img {
        display: block;
        border-radius: 0px 20px 0px 20px;
    }

    .product_box .contact .content {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .product_box .inquire {
        width: 145px;
        height: 45px;
        border-radius: 25px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .product_list .product_box .product_li {
        width: 49%;
        margin-right: 2%;
    }

    .product_list .product_box .product_li:nth-child(3n) {
        margin-right: 2%;
    }

    .product_list .product_box .product_li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:400px) {
    .product_list .product_box .product_li {
        width: 100%;
        margin-right: 0% !important;
    }

    .product_list .product_box img {
        width: 100%;
        border-radius: unset;
    }

    .product_list .product_box .imgbox {
        border-radius: unset;
    }

}

/* pagination */

.pagination {
    display: flex;
    justify-content: center;
}

.pagination .safe {
    display: flex;
    justify-content: center;
}


.pagination1 {
    margin-bottom: 102px;
}

.pagination2 {
    margin-bottom: 182px;
}

.pagination3 {
    margin-bottom: 50px;
}

.pagination a,
.pagination .add_inqur {
    margin-bottom: 8px;
    font-family: Manrope3-Regular;
    font-size: 16px;
    color: #666666;
}

.pagination a {
    width: 36px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.pagination a:last-child {
    margin-right: 0;
}

.pagination .prev,
.pagination .big {
    width: 93px;
}

.pagination .next {
    width: 61px;
}

.pagination div {
    display: flex;
    align-items: flex-start;

}

.pagination .add_inqur {
    width: 149px;
    display: flex;
    align-items: center;
    height: 30px;
    justify-content: center;
    color: #333;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    margin-right: 5px;
}

.pagination .add_inqur:hover {
    color: #fff;
    background-color: #ee1c25;
    border: 1px solid #ee1c25;
    cursor: pointer;
}

.pagination a:hover {
    color: #fff;
    background-color: #ee1c25;
}

.pagination .active {
    color: #fff;
    background-color: #ee1c25;
}

@media(max-width:1600px) {
    .pagination1 {
        margin-bottom: 50px;
    }

    .pagination2 {
        margin-bottom: 100px;
    }
}

@media(max-width:1333px) {
    .pagination a {
        margin-right: 5px;
    }

    .pagination2 {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .pagination1 {
        margin-bottom: 0px;
    }

    .pagination2 {
        margin-bottom: 40px;
    }

    .pagination3 {
        margin-bottom: 0px;
    }

}

@media(max-width:768px) {
    .pagination {
        flex-wrap: wrap;
    }

    .pagination a {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .pagination a {
        width: 32px;
        height: 26px;
        background-color: #ffffff;
        border: solid 1px #e5e5e5;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
    }

    .pagination .prev,
    .pagination .big {
        width: 80px;
    }

    .pagination .add_inqur {
        width: 130px;
    }

}

@media(max-width:570px) {
    .pagination1 {
        margin-bottom: 0px;
    }

    .pagination2 {
        margin-bottom: 30px;
    }

    .pagination3 {
        /* margin-bottom: 30px; */
    }

}



/* page_help */
.page_box1 {
    margin-bottom: 75px;
}

.page_box2 {
    margin-bottom: 63px;
}

.page_box3 {
    margin-bottom: 60px;
}

.page_box .safe {}

.page_help {
    width: 100%;
    height: 452px;
    background-color: #f6878c;
    border-radius: 20px;
    padding: 35px 5px 50px 50px;
    display: flex;
}

.page_help form {
    width: 44.3%;
}

.page_help form .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    color: #ffffff;
}

.page_help form .content {
    font-family: Manrope3-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 24px;
}

.page_help form .inpbox1 {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.page_help form .inpbox1 .inp {
    width: 50%;

}

.page_help form .inpbox1 .inp:nth-child(odd) {
    margin-right: 43px;
}

.page_help form .inpbox1 input,
.page_help form .inpbox3 .inp2 input {
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    height: 40px;
    width: 100%;
    background-color: transparent;
    padding-left: 15px;
    font-family: Manrope3-Regular;
    font-size: 14px;
    color: #fff;
}

.page_help form .inpbox1 input::placeholder,
.page_help form .inpbox3 .inp2 input::placeholder {
    font-size: 14px;
    font-family: Manrope3-Regular;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.6;
}

.page_help form .inpbox2 {
    width: 100%;
    resize: none;
    height: 82px;
    border-radius: 5px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 14px;
    background-color: transparent;
    font-family: Manrope3-Regular;
    padding: 10px 15px;
    margin-bottom: 2px;
}

.page_help form .inpbox2::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.page_help form .inpbox3 {
    display: flex;
}

.page_help form .inpbox3 .inp2 {
    width: 50%;
}

.page_help form .inpbox3 .inp2 {
    margin-right: 15px;
}

.page_help form .inpbox3 .right {
    display: flex;
}

.page_help form .inpbox3 .right .code {
    margin-right: 42px;
    cursor: pointer;
    flex-shrink: 0;
    background-color: #f3fbfe;
    cursor: pointer;
    height: 40px;
}

.page_help form .inpbox3 .right .code img {
    height: 100%;
}

.page_help form .inpbox3 .right input {
    width: 145px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}

.page_help form .inpbox3 .right input:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.page_help .form_imgbox {
    position: relative;
    width: 50%;
    transform: translateY(-38.2%);
    padding-left: 9.1%;
}

.page_help .form_imgbox img {
    background-color: #ffffff;
    border-radius: 200px 5px 200px 5px;
}

.page_help .form_imgbox .small_box {
    width: 86px;
    height: 76px;
    border-radius: 40px 5px 40px 5px;
    opacity: 0.2;
    position: absolute;
    bottom: -39.2%;
    right: -6%;
    background-color: #fff;
    z-index: 10;
}

@media(max-width:1600px) {

    .page_box1 {
        margin-bottom: 50px;
    }

    .page_box2 {
        margin-bottom: 50px;
    }

    .page_help {
        width: 100%;
        height: auto;
        background-color: #f6878c;
        border-radius: 20px;
        padding: 35px 5px 35px 50px;
        display: flex;
    }

    .page_help .form_imgbox {
        position: relative;
        width: 52%;
        transform: translateY(-22.2%);
        padding-left: 10%;
    }

    .page_help .form_imgbox .small_box {
        width: 86px;
        height: 76px;
        border-radius: 32px 5px 32px 5px;
        opacity: 0.2;
        position: absolute;
        bottom: 0;
        right: -6%;
        background-color: #fff;
        z-index: 10;
    }

    .page_help form .title {
        font-size: 42px;
    }

}

@media(max-width:1333px) {
    .page_help form .title {
        font-size: 30px;
    }

    .page_help form .content {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .page_help .form_imgbox {
        position: relative;
        width: 50%;
        transform: unset;
        padding-left: 5%;
        padding-right: 3%;
    }

    .page_help .form_imgbox img {
        background-color: #ffffff;
        border-radius: 120px 5px 120px 5px;
    }

    .page_help {
        justify-content: space-between;
    }

    .page_help .form_imgbox .small_box {
        width: 86px;
        height: 76px;
        border-radius: 32px 5px 32px 5px;
        opacity: 0.2;
        position: absolute;
        bottom: 2%;
        right: 0%;
        background-color: #fff;
        z-index: -1;
    }


    .page_help form .inpbox3 .right .code {
        margin-right: 15px;
        flex-shrink: 0;
        height: 40px;
    }

    .page_help form .inpbox3 .right input {
        width: 120px;
    }
}

@media(max-width:999px) {
    .page_box1 {
        margin-bottom: 40px;
    }

    .page_box2 {
        margin-bottom: 40px;
    }

    .page_help {
        justify-content: space-between;
        position: static;
    }

    .page_help {
        transform: unset;
    }

    .page_help {
        padding: 15px 25px;
        align-items: center;
    }

    .page_help form .inpbox1 .inp:nth-child(odd) {
        margin-right: 10px;
    }

    .page_help .form_imgbox img {
        background-color: #ffffff;
        border-radius: 80px 5px 80px 5px;
    }

    .page_help .form_imgbox {
        position: relative;
        width: 50%;
        transform: unset;
        padding-left: 2%;
        padding-right: 0%;
    }

    .page_help form .title {
        font-size: 34px;
    }
}

@media(max-width:768px) {

    .page_help {
        flex-direction: column;
    }

    .page_help form {
        width: 100%;
        margin-bottom: 15px;
    }

    .page_help .form_imgbox {
        width: 80%;
        padding-left: 2%;
        padding-right: 0%;
    }

    .page_help .form_imgbox img {
        background-color: #ffffff;
        border-radius: 60px 5px 60px 5px;
    }

    .page_help form .title {
        font-size: 30px;
    }
}

@media(max-width:570px) {
    .page_box1 {
        margin-bottom: 30px;
    }

    .page_box2 {
        margin-bottom: 30px;
    }

    .page_help form .title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .page_help form .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .page_help .form_imgbox {
        width: 90%;
        padding-left: 0%;
        padding-right: 0%;
    }

    .page_help form .inpbox3 .inp2 {
        margin-right: 10px;
    }

    .page_help form .inpbox3 .right .code {
        margin-right: 10px;
        flex-shrink: 0;
        height: 40px;
    }

    .page_help form .inpbox3 .inp2 {
        width: 40%;
    }

    .page_help form .inpbox3 .right input {
        width: 100px;
    }

    .page_help form .inpbox1 input,
    .page_help form .inpbox3 .inp2 input {
        font-size: 12px;
        padding-left: 10px;
    }

    .page_help form .inpbox1 input::placeholder,
    .page_help form .inpbox3 .inp2 input::placeholder {
        font-size: 12px;
    }

    .page_help form .inpbox2 {
        font-size: 12px;
    }

    .page_help form .inpbox2::placeholder {
        font-size: 12px;
    }
}

@media(max-width:450px) {
    .page_help form .inpbox1 {
        display: flex;
        width: 100%;
        margin-bottom: 0px;
        flex-direction: column;
    }

    .page_help form .inpbox1 .inp {
        margin-bottom: 10px !important;
        width: 100%;
    }

    .page_help form .inpbox3 .inp2 {
        width: 30%;
    }

    .page_help form .inpbox3 .right input {
        font-size: 12px;
    }
}

@media(max-width:400px) {
    .page_help form .inpbox3 {
        flex-wrap: wrap;
    }

    .page_help form .inpbox3 .inp2 {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }

    .page_help .form_imgbox {
        width: 100%;
    }
}


/* product_ratings */

.product_ratings {
    margin-bottom: 103px;
}

.product_ratings .safe {}

.product_ratings .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 62px;
    align-items: center;
}

.product_ratings .head .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    line-height: 60px;
    color: #333333;
}

.product_ratings .btnbox {
    display: flex;
}

.product_ratings .btnbox i {
    width: 41px;
    height: 41px;
    border: solid 1px #ee1c25;
    color: #ee1c25;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50px;
    font-size: 14px;
}

.product_ratings .btnbox i:hover {
    color: #fff;
    background-color: #ee1c25;
}

.product_ratings .btnbox i:first-child {
    margin-right: 16px;
}

.product_ratings .swiper {
    overflow: visible;

    -webkit-clip-path: polygon(-3% 0%, 102% -100%, 102% 100%, -3% 118%);
    clip-path: polygon(-3% 0%, 102% -100%, 102% 118%, -3% 118%);
}


.product_ratings .swiper-wrapper {}

.product_ratings .swiper-slide {
    height: 300px;
}

.product_ratings .swiper-slide .box1 {
    /* width: 85%; */
    padding: 30px 30px 28px 30px;
    height: 100%;

}

.product_ratings .swiper-slide .box1:hover {
    box-shadow: 0px 3px 43px 0px #ebe1e2;
}


.product_ratings .box1 .top {
    display: flex;
    margin-bottom: 24px;
}

.product_ratings .box1 .leftbox {
    flex-shrink: 0;
}

.product_ratings .box1 .rightbox {
    padding-left: 15px;
}

.product_ratings .box1 img {
    display: block;
}

.product_ratings .box1 .info {
    display: flex;
    padding-top: 15px;
    margin-bottom: 10px;
}

.product_ratings .box1 .name {
    font-family: Manrope3-Bold;
    font-size: 18px;
    line-height: 26px;
    color: #333333;

}

.product_ratings .box1 .country {
    font-family: Manrope3-Regular;
    font-size: 16px;
    color: #999999;
    padding-left: 10px;
}

.product_ratings .box1 .rate {
    display: flex;
    align-items: center;
}

.product_ratings .rate img {
    margin-right: 8px;
}

.product_ratings .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

@media(max-width:1600px) {
    .product_ratings .head {
        margin-bottom: 50px;
    }

    .product_ratings .head .title {
        font-size: 42px;
        line-height: unset;
    }

    .product_ratings .btnbox i:first-child {
        margin-right: 10px;
    }

    .product_ratings .box1 .rightbox {
        padding-left: 10px;
    }

    .product_ratings .rate img {
        margin-right: 4px;
    }

    .product_ratings .box1 .top {
        margin-bottom: 20px;
    }

    .product_ratings .swiper-slide .box1 {
        padding: 20px 20px 20px 20px;
    }

    .product_ratings {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .product_ratings .head {
        margin-bottom: 40px;
    }

    .product_ratings .head .title {
        font-size: 38px;
        line-height: unset;
    }

    .product_ratings .swiper-slide .box1 {
        padding: 15px 15px 15px 15px;
    }

    .product_ratings .box1 .name {
        font-size: 16px;
        line-height: 26px;
    }

    .product_ratings .box1 .country {
        padding-left: 5px;
    }

    .product_ratings .box1 .country {
        font-size: 14px;
        padding-left: 10px;
    }

    .product_ratings .box1 .leftbox img {
        width: 65px;
    }

    .product_ratings .rate img {
        margin-right: 2px;
        width: 15px;
    }

    .product_ratings .box1 .top {
        align-items: center;
    }

    .product_ratings .box1 .info {
        display: flex;
        padding-top: 0;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .product_ratings .head {
        margin-bottom: 30px;
    }

    .product_ratings .head .title {
        font-size: 34px;
        line-height: unset;
    }

    .product_ratings .box1 .top {
        margin-bottom: 15px;
    }

    .product_ratings {
        margin-bottom: 40px;
    }

    .product_ratings .btnbox i {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .product_ratings .head {
        margin-bottom: 20px;
    }

    .product_ratings .head .title {
        font-size: 30px;
        line-height: unset;
    }

    .product_ratings .content {
        font-size: 14px;
        line-height: 24px;
    }

    .product_ratings .box1 .country {
        font-size: 14px;
        padding-left: 5px;
    }

    .product_ratings .swiper-slide {
        height: 265px;
    }
}

@media(max-width:570px) {
    .product_ratings .head {
        margin-bottom: 15px;
    }

    .product_ratings .head .title {
        font-size: 24px;
        line-height: unset;
    }

    .product_ratings {
        margin-bottom: 30px;
    }

    .product_ratings .swiper-slide {
        height: 240px;
    }
}














/* 1-2 */


.product_detail {
    padding: 44px 0px 56px;
}


.product_detail .safe {
    display: flex;
    justify-content: space-between;
}

.product_detail .leftbox {
    width: 48.4%;
    padding-top: 9px;
}


.product_detail .leftbox img {
    border-radius: 0px 30px 0px 30px;
}

.product_detail .leftbox .swiper-slide>img {
    width: 100%;
}


.product_detail img {
    display: block;
}

.product_detail .leftbox .play {
    border-radius: unset !important;
}

.product_detail .video {
    position: relative;
    cursor: pointer;
}

.product_detail .video:hover .play {
    transform: scale(1.1);
}

.product_detail .video .bg {
    display: block;
}

.product_detail .video .play {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: auto;
}


.product_detail .rightbox {
    width: 46.3%;
}

.product_detail .rightbox .title {
    font-family: Manrope3-Bold;
    font-size: 36px;
    color: #333333;
    margin-bottom: 6px;
}

.product_detail .sharebox {
    display: flex;
    align-items: center;
    font-family: Manrope3-Regular;
    font-size: 16px;
    color: #666666;
    margin-bottom: 25px;
}

.product_detail .sharebox .imgbox {
    display: flex;
    align-items: center;
}


.product_detail .content {
    margin-bottom: 22px;
    font-family: Manrope3-Regular;
    font-size: 16px;
    color: #666666;
}

.product_detail .content p {
    padding: 6.5px 0px;
    display: flex;
    flex-wrap: wrap;
}

.product_detail .content strong {
    display: inline-block;
    font-family: Manrope3-Bold;
    font-size: 16px;
    color: #666666;
}

.product_detail .content em {
    display: inline-block;
    font-family: Manrope3-Regular;
    font-size: 16px;
    color: #666666;
}

.product_detail .content table tr td:first-child {
    width: 31.5%;
    font-weight: bold;
    padding-bottom: 13px;
}

.product_detail .content table tr td:last-child {
    width: 68.5%;
}

.product_detail .btngroup {
    display: flex;
}

.product_detail .btngroup a {
    width: 187px;
    height: 49px;
    background-color: #ffffff;
    border-radius: 0px 20px 0px 20px;
    border: solid 1px #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.product_detail .btngroup a:first-child {
    margin-right: 56px;
}

.product_detail .btngroup a i {
    margin-right: 10px;
}

.product_detail .btngroup a:hover {
    color: #fff;
    background-color: #ee1c25;
    border: 1px solid #ee1c25;
}




/* small_detail */
.small_detail {
    margin-bottom: 82px;
}

.small_detail .safe {
    position: relative;
}

.small_detail .mySwiper1 {
    width: 90%;
    margin: 0 auto;
}

.small_detail .mySwiper1 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 0px 30px 0px 30px;
    border: solid 1px #cccccc;
    cursor: pointer;
    overflow: hidden;
}

.small_detail .mySwiper1 .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.small_detail .mySwiper1 .swiper-slide-thumb-active {
    border: solid 1px #ee1c25;
}

.small_detail i {
    width: 41px;
    height: 41px;
    border: solid 1px #ee1c25;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ee1c25;
    border-radius: 50px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    /* background-color: #ee1c25; */
}

.small_detail i:hover {
    color: #fff;
    background-color: #ee1c25;
}

.small_detail .detail_prev {
    left: 0.2%;
    ;
}

.small_detail .detail_next {
    right: 0.2%;
}

@media(max-width:1600px) {
    .product_detail {
        padding: 50px 0px;
    }

    .product_detail .leftbox {
        width: 50%;
        padding-top: 0px;
    }

    .product_detail .rightbox .title {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .product_detail .sharebox {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .product_detail .content p {
        padding: 4px 0px;
        display: flex;
    }

    .product_detail .btngroup a {
        width: 160px;
        height: 50px;
        border-radius: 0px 15px 0px 15px;
        font-size: 16px;
        line-height: 26px;
    }

    .product_detail .btngroup a:first-child {
        margin-right: 40px;
    }

    .small_detail .mySwiper1 .swiper-slide img {
        width: 90%;
        object-fit: cover;
    }

    .small_detail {
        margin-bottom: 50px;
    }

    .product_detail .content table tr td:first-child {
        padding-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .product_detail .rightbox .title {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .product_detail .sharebox {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .product_detail .safe {
        align-items: center;
    }

    .product_detail .btngroup a:first-child {
        margin-right: 30px;
    }

    .product_detail .content {
        margin-bottom: 10px;
    }

    .small_detail .mySwiper1 .swiper-slide {
        height: auto;
        padding: 40px 0px;
    }

    .small_detail i {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        font-size: 14px;
        top: 50%;
    }

    .product_detail .content table tr td:first-child {
        padding-bottom: 8px;
    }
}

@media(max-width:999px) {
    .product_detail {
        padding: 20px 0px 40px 0px;
    }

    .product_detail .rightbox .title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .product_detail .safe {
        flex-direction: column;
    }

    .product_detail .leftbox {
        width: 80%;
        padding-top: 0px;
        margin-bottom: 20px;
    }

    .product_detail .rightbox {
        width: 100%;
    }

    .product_detail .btngroup a {
        width: 150px;
        height: 45px;
        border-radius: 0px 15px 0px 15px;
        font-size: 14px;
    }

    .product_detail .btngroup a i {
        margin-right: 5px;
        font-size: 14px;
    }

    .small_detail .detail_prev {
        left: -15px;
    }

    .small_detail .detail_next {
        right: -15px;
    }

    .small_detail {
        margin-bottom: 40px;
    }

    .product_detail .content table tr td:first-child {
        padding-bottom: 5px;
    }
}

@media(max-width:768px) {
    .product_detail .rightbox .title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .product_detail .sharebox {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product_detail .leftbox {
        width: 90%;
    }

    .product_detail .content strong {
        font-size: 14px;
    }

    .product_detail .content em {
        width: 74%;
        font-size: 14px;
    }

    .product_detail .btngroup a:first-child {
        margin-right: 20px;
    }

    .product_detail .leftbox img {
        border-radius: 0px 20px 0px 20px;
    }

    .small_detail .mySwiper1 .swiper-slide {
        height: auto;
        padding: 30px 0px;
    }

    .small_detail .mySwiper1 .swiper-slide {
        border-radius: 0px 20px 0px 20px;
    }

    .small_detail i {
        width: 36px;
        height: 36px;
        border-radius: 50px;
        font-size: 14px;
        top: 50%;
    }

    .small_detail .detail_prev {
        left: -10px;
    }

    .small_detail .detail_next {
        right: -10px;
    }

    .product_detail .content {
        font-size: 14px;
    }

    .product_detail .content table tr td:first-child {
        padding-bottom: 3px;
    }
}

@media(max-width:570px) {
    .product_detail {
        padding: 10px 0px 30px 0px;
    }

    .product_detail .rightbox .title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .product_detail .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .product_detail .leftbox img {
        border-radius: 0px 15px 0px 15px;
    }

    .product_detail .content p {
        flex-direction: column;
    }

    .product_detail .content em {
        width: 100%;
    }

    .product_detail .content strong {
        width: 100%;
    }

    .small_detail .mySwiper1 {
        width: 82%;
        margin: 0 auto;
    }

    .small_detail {
        margin-bottom: 30px;
    }
}


@media(max-width:380px) {
    .small_detail .mySwiper1 {
        width: 78%;
        margin: 0 auto;
    }

}




/* product_description */

.product_description {
    margin-bottom: 193px;
}

.product_description img {
    display: inline-block;
}

.product_description .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    color: #333333;
    margin-bottom: 14px;
    text-align: center;
}

.product_description .content p,
.product_description .content a {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.product_description .content strong {
    font-weight: bold;
}

.product_description .content a {
    color: #ee1c25;
}

.product_description .content a:hover {
    text-decoration: underline;
}

.product_description table {
    border-collapse: collapse;
    border: 2px solid #dddddd;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.product_description .tablen {
    overflow: auto;
}

.product_description table tr {
    color: #666666;
}

.product_description table tr td {
    border: 2px solid #dddddd;
    padding: 10px 15px;
    text-align: center;
}

.product_description video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}


@media(max-width:1600px) {
    .product_description .title {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .product_description {
        margin-bottom: 140px;
    }
}

@media(max-width:1333px) {
    .product_description .title {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .product_description {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .product_description .title {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .product_description {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .product_description .title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .product_description .content p,
    .product_description .content a {
        font-size: 14px;
        line-height: 29px;
    }
}

@media(max-width:570px) {
    .product_description .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .product_description {
        margin-bottom: 30px;
    }
}



/* related_products */



.related_products {
    /* padding: 71px 0px 96px 0px; */
}

.related_products1 {
    margin-bottom: 97px;
}

.related_products2 {
    margin-bottom: 97px;
}

.related_products3 {
    margin-bottom: 103px;
}

.related_products .safe .titlebox {
    margin-bottom: 52px;

}

.related_products .titlebox .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    color: #333333;
    margin-bottom: 5px;
    text-align: center;
}




.related_products .product_mySwiper .swiper-slide .imgbox {
    border-radius: 0px 30px 0px 30px;
    overflow: hidden;
}

.related_products .product_mySwiper .swiper-slide img {
    display: block;
    border-radius: 0px 30px 0px 30px;
    width: 100%;

}

.related_products .product_mySwiper .swiper-slide img:hover {
    transform: scale(1.05);
}

.related_products .safe .product_mySwiper .contact {
    padding: 14px 20px;
}

.related_products .safe .product_mySwiper .contact .title {
    font-family: Manrope3-Bold;
    font-size: 20px;
    line-height: 44px;
    color: #333333;
    margin-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.related_products .safe .product_mySwiper .contact .title a:hover {
    color: #ee1c25;
}

.related_products .safe .product_mySwiper .contact .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 19.8px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.related_products .safe .product_mySwiper .contact .view_more {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 160px;
    height: 49px;
    background-color: transparent;
    border-radius: 25px;
}

.related_products .safe .product_mySwiper .contact .view_more:hover {
    background-color: #ee1c25;
}

.related_products .safe .product_mySwiper .contact .view_more:hover span {
    color: #fff;
}

.related_products .safe .product_mySwiper .contact .view_more:hover i {
    color: #fff;
    background-color: transparent;
    border: 1px solid transparent;
    width: 10px;
    /* margin-right: -6px; */

}

.related_products .safe .product_mySwiper .contact .view_more:hover span {
    text-decoration: none;
}

.related_products .safe .product_mySwiper .contact .view_more i {
    width: 49px;
    height: 49px;
    background-color: #ffffff;
    border: solid 1px #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 13px;
    color: #222222;
}

.related_products .safe .product_mySwiper .contact .view_more span {
    text-decoration: underline;
    font-family: Manrope3-Regular;
    text-decoration: underline;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}


.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    background-color: #ddd;
    height: 1px !important;
}

.related_products .safe .product_mySwiper .swiper-scrollbar-drag {
    background-color: #ee1c25;
    height: 3px !important;
}


.related_products .safe .product_mySwiper .swiper-slide {
    margin-bottom: 80px;
}

@media(max-width:1600px) {
    .related_products1 {
        margin-bottom: 50px;
    }

    .related_products3 {
        margin-bottom: 50px;
    }

    .related_products .safe .titlebox .leftbox .title {
        font-size: 42px;
        margin-bottom: 5px;
    }

    .related_products .safe .product_mySwiper .contact .title {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 0px;
    }

    .related_products .safe .product_mySwiper .contact .view_more i {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    .related_products .safe .product_mySwiper .swiper-slide {
        margin-bottom: 50px;
    }

    .related_products .safe .titlebox {
        margin-bottom: 30px;
    }

    .related_products .titlebox .title {
        font-size: 42px;
        margin-bottom: 5px;
    }
}

@media(max-width:1333px) {
    .related_products .safe .titlebox .leftbox .title {
        font-size: 36px;
        margin-bottom: 5px;
    }

    .related_products .safe .titlebox .rightbox .view_all {
        width: 150px;
        height: 45px;
        border-radius: 0px 25px 0px 25px;
        font-size: 14px;
    }

    .related_products .safe .titlebox {
        margin-bottom: 25px;
    }

    .related_products .safe .product_mySwiper .contact .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .related_products .safe .product_mySwiper .contact .title {
        font-size: 16px;
        line-height: 32px;
    }

    .related_products .safe .titlebox .rightbox {
        width: 23%;
    }

    .related_products .safe .product_mySwiper .contact .view_more span {
        font-size: 14px;
    }

    .related_products .safe .product_mySwiper .contact .view_more i {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .related_products .titlebox .title {
        font-size: 38px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .related_products1 {
        margin-bottom: 40px;
    }

    .related_products3 {
        margin-bottom: 40px;
    }

    .related_products .safe .titlebox .leftbox .title {
        font-size: 32px;
        margin-bottom: 3px;
    }

    .related_products .safe .titlebox .leftbox .content {
        font-size: 14px;
        line-height: 22px;
    }

    .related_products .safe .titlebox .leftbox {
        width: 75%;
    }

    .related_products .safe .product_mySwiper .contact .view_more i {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }

    .related_products .safe .product_mySwiper .contact {
        padding: 10px 10px;
    }

    .related_products .safe .product_mySwiper .contact .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .related_products .safe .product_mySwiper .swiper-scrollbar-drag {
        background-color: #ee1c25;
        height: 2px !important;
    }

    .related_products .safe .product_mySwiper .swiper-slide {
        margin-bottom: 30px;
    }

    .related_products .titlebox .title {
        font-size: 34px;
        margin-bottom: 5px;
    }
}

@media(max-width:768px) {
    .related_products .safe .titlebox .leftbox .title {
        font-size: 24px;
        margin-bottom: 3px;
    }

    .related_products .safe .titlebox .rightbox .view_all {
        width: 160px;
        height: 45px;
        border-radius: 0px 15px 0px 15px;
        font-size: 14px;
    }

    .related_products .safe .product_mySwiper .contact .view_more i {
        width: 38px;
        height: 38px;
        margin-right: 8px;
        font-size: 14px;
    }

    .related_products .safe .product_mySwiper .swiper-slide {
        margin-bottom: 20px;
    }

    .related_products .titlebox .title {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .related_products .safe .product_mySwiper .contact .view_more {
        width: 140px;
        height: 45px;
        background-color: transparent;
        border-radius: 20px;
    }
}

@media(max-width:570px) {

    .related_products1 {
        margin-bottom: 30px;
    }

    .related_products3 {
        margin-bottom: 30px;
    }

    .related_products .safe .titlebox {
        flex-direction: column;
    }

    .related_products .safe .titlebox .leftbox {
        width: 100%;
    }

    .related_products .safe .titlebox .leftbox .content {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .related_products .safe .titlebox .rightbox {
        width: 100%;
        justify-content: flex-start;
    }

    .related_products .safe .titlebox .rightbox .view_all {
        width: 120px;
        height: 38px;
        border-radius: 0px 15px 0px 15px;
        font-size: 12px;
    }

    .related_products .safe .product_mySwiper .contact .title {
        font-size: 14px;
        line-height: 26px;
    }

    /* .related_products .safe .product_mySwiper .contact .content {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 8px;
    } */

    .related_products .safe .product_mySwiper .contact .view_more span {
        font-size: 12px;
    }

    .related_products .safe .product_mySwiper .contact .view_more i {
        width: 32px;
        height: 32px;
        margin-right: 5px;
        font-size: 12px;
    }

    .related_products .safe .titlebox {
        margin-bottom: 15px;
    }

    .related_products .product_mySwiper .swiper-slide img {
        display: block;
        border-radius: 0px 20px 0px 20px;
    }

    .related_products .product_mySwiper .swiper-slide .imgbox {
        border-radius: 0px 20px 0px 20px;
    }

    .related_products .safe .titlebox .leftbox .title {
        font-size: 20px;
        margin-bottom: 8px;
        text-align: center;
    }

    .related_products .titlebox .title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .related_products .safe .product_mySwiper .contact .view_more {
        width: 125px;
        height: 42px;
        background-color: transparent;
        border-radius: 20px;
    }
}





/* 2-1 */



/* page_profile */

.page_profile {
    padding: 69px 0px 47px 0px;

    background-color: #fef3f4;
}

.page_profile .safe {
    display: flex;
    justify-content: space-between;
}

.page_profile .safe .leftbox {
    width: 46.3%;
}

.page_profile .safe .leftbox img {
    display: block;
}

.page_profile .safe .rightbox {
    width: 46.5%;
    padding-top: 17px;
}

.page_profile .safe .rightbox .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    color: #333333;
    line-height: 50px;
    margin-top: 9px;
    margin-bottom: 27px;
}


.page_profile .safe .rightbox .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    margin-bottom: 31px;
}

.page_profile .safe .rightbox .view_more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    width: 187px;
    height: 49px;
    background-color: #ee1c25;
    border-radius: 0px 20px 0px 20px;
}

.page_profile .safe .rightbox .view_more:hover {
    background-color: #fff;
    border: 1px solid #ee1c25;
}

.page_profile .safe .rightbox .view_more:hover span {
    color: #ee1c25;
}

.page_profile .safe .rightbox .view_more:hover i {
    color: #ee1c25;
}

.page_profile .safe .rightbox .view_more i {
    color: #fff;
    margin-right: 10px;
}

.page_profile .safe .rightbox .view_more span {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}

.note {
    font-family: Manrope3-Medium;
    font-size: 16px;
    line-height: 30px;
    color: #ee1c25;
}

@media(max-width:1600px) {
    .page_profile {
        padding: 50px 0px;
    }

    .page_profile .safe .rightbox .title {
        font-size: 42px;
        line-height: 44px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .page_profile .safe .rightbox .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .page_profile .safe .rightbox .title {
        font-size: 38px;
        line-height: 40px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .page_profile .safe .leftbox {
        width: 50%;
    }

    .note {
        font-size: 14px;
        line-height: 26px;
    }

    .page_profile .safe {
        align-items: center;
    }

    .page_profile .safe .rightbox .view_more span {
        font-size: 14px;
        line-height: 20px;
    }

    .page_profile .safe .rightbox .view_more {
        font-size: 14px;
        line-height: 26px;
        width: 149px;
        height: 48px;
        border-radius: 0px 20px 0px 20px;
    }
}

@media(max-width:999px) {
    .page_profile {
        padding: 40px 0px;
    }

    .page_profile .safe {
        flex-direction: column;
    }

    .page_profile .safe .leftbox {
        width: 80%;
    }

    .page_profile .safe .rightbox {
        width: 100%;
    }

    .page_profile .safe .rightbox .title {
        font-size: 34px;
        line-height: 38px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .page_profile .safe .rightbox .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .page_profile .safe .rightbox .view_more {
        font-size: 14px;
        line-height: 26px;
        width: 140px;
        height: 45px;
        border-radius: 0px 10px 0px 10px;
    }
}

@media(max-width:768px) {
    .page_profile .safe .leftbox {
        width: 90%;
    }

    .page_profile .safe .rightbox .title {
        font-size: 30px;
        line-height: 34px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .note {
        font-size: 12px;
        line-height: 22px;
        text-align: center;
    }

    .page_profile .safe .rightbox .title {
        font-size: 24px;
        line-height: 28px;
        margin-top: 5px;
        margin-bottom: 10px;
        text-align: center;
    }

    .page_profile .safe .rightbox .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .page_profile .safe .rightbox .view_more {
        font-size: 12px;
        line-height: 26px;
        width: 120px;
        height: 40px;
        border-radius: 0px;
    }

    .page_profile .safe .rightbox .view_more span {
        font-size: 12px;
        line-height: 20px;
    }

    .page_profile .safe .rightbox .view_more i {
        font-size: 12px;
    }
}

@media(max-width:450px) {
    .page_profile .safe .leftbox {
        width: 95%;
    }
}

@media(max-width:380px) {
    .page_profile .safe .leftbox {
        width: 100%;
    }
}






/* page_pisces */

.page_pisces {
    background-color: #fef3f4;
    padding: 24px 0px 120px 0px;
}

.page_pisces .safe {
    position: relative;
}

.page_pisces .titlebox {
    margin-bottom: 75px;
}

.page_pisces .titlebox .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    color: #333333;
    line-height: 50px;
    margin-top: 7px;
}

.page_pisces .titlebox .title a {
    color: #333;
}


.page_pisces ul {
    display: flex;
}

.page_pisces .li1 {
    width: 25%;
    padding-right: 3%;
}

.page_pisces .li1 .imgbox {
    width: 117px;
    height: 103px;
    background-color: #ffffff;
    box-shadow: 0px 3px 43px 0px #ebe1e2;
    border-radius: 60px 5px 60px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
}

.page_pisces .li1 .imgbox img {
    display: block;
}

.page_pisces .li1 .imgbox:hover img {
    transform: scale(1.1);
}

.page_pisces .small_title {
    font-family: Manrope3-Bold;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

.page_pisces .small_title a {
    color: #333;

}

.page_pisces .small_title a:hover {
    color: #ee1c25;
}

.page_pisces .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


@media(max-width:1600px) {

    .page_pisces .titlebox .title {
        font-size: 42px;
        line-height: 44px;
        margin-top: 5px;
    }

    .page_pisces .li1 .imgbox {
        width: 110px;
        height: 100px;
        border-radius: 50px 5px 50px 5px;
        opacity: 0.6;
        margin-bottom: 15px;
    }

    .page_pisces .titlebox {
        margin-bottom: 40px;
    }

    .page_pisces {
        background-color: #fef3f4;
        padding: 30px 0px 50px 0px;
    }

    .page_pisces .small_title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 2px;
    }
}

@media(max-width:1333px) {
    .page_pisces .titlebox .title {
        font-size: 38px;
        line-height: 40px;
        margin-top: 5px;
    }

    .page_pisces {
        background-color: #fef3f4;
        padding: 20px 0px 50px 0px;
    }

    .page_pisces .li1 .imgbox {
        width: 95px;
        height: 85px;
        border-radius: 42px 5px 42px 5px;
        opacity: 0.6;
        margin-bottom: 10px;
    }



}

@media(max-width:999px) {
    .page_pisces .titlebox {
        margin-bottom: 30px;
    }

    .page_pisces .titlebox .title {
        font-size: 34px;
        line-height: 40px;
        margin-top: 5px;
    }

    .page_pisces .safe {
        position: relative;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
    }

    .page_pisces ul {
        margin-bottom: 18px;
    }

    .page_pisces .content {
        font-size: 14px;
        line-height: 24px;
    }

    .page_pisces .titlebox {
        margin-bottom: 25px;
    }

    .page_pisces {
        background-color: #fef3f4;
        padding: 10px 0px 40px 0px;
    }

}

@media(max-width:768px) {
    .page_pisces .li1 {
        width: 50%;
        padding-right: 3%;
        margin-bottom: 15px;
    }

    .page_pisces ul {
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .page_pisces .titlebox .title {
        font-size: 30px;
        line-height: 34px;
        margin-top: 5px;
    }

    .page_pisces {
        padding-top: 0;
    }

    .page_pisces .li1 .imgbox {
        width: 90px;
        height: 75px;
        border-radius: 35px 5px 35px 5px;
        opacity: 0.6;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .page_pisces .titlebox {
        margin-bottom: 20px;
    }

    .page_pisces .titlebox .title {
        font-size: 24px;
        line-height: 28px;
        margin-top: 5px;
        text-align: center;
    }

    .page_pisces .li1 .imgbox {
        width: 85px;
        height: 70px;
        border-radius: 25px 5px 25px 5px;
        opacity: 0.6;
        margin-bottom: 10px;
    }

    .page_pisces .small_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 2px;
    }

    .page_pisces {
        background-color: #fef3f4;
        padding: 10px 0px 30px 0px;
    }

}




/* page_service */

.page_service {
    padding: 60px 0px 93px 0px;
}

.page_service .headerbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 69px;
}

.page_service .headerbox .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    line-height: 60px;
    color: #333333;
    width: 30%;
}

.page_service .headerbox .title a {
    color: #333;
}

.page_service .headerbox .title a:hover {
    color: #ee1c25;
}

.page_service .headerbox .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    width: 70%;
    padding-left: 2%;
    padding-top: 4px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media(max-width:1600px) {
    .page_service .headerbox .title {
        font-size: 42px;
        line-height: 44px;
        width: 30%;
    }

    .page_service {
        padding: 50px 0px 50px 0px;
    }

    .page_service .headerbox {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .page_service {
        padding: 250px 0px 50px 0px;
    }

    .page_service .headerbox .title {
        font-size: 38px;
        line-height: 42px;
        width: 30%;
    }

    .page_service1 {
        padding: 50px 0px 50px 0px;
    }
}

@media(max-width:999px) {
    .page_service {
        padding: 40px 0px 40px 0px;
    }

    .page_service1 {
        padding: 40px 0px 40px 0px;
    }

    .page_service .headerbox {
        flex-direction: column;
    }

    .page_service .headerbox .title {
        width: 100%;
        font-size: 34px;
        line-height: 38px;
    }

    .page_service .headerbox .content {
        font-size: 14px;
        line-height: 24px;
        padding-left: 0%;
        padding-top: 4px;
        width: 100%;
    }

    .page_service .headerbox {
        margin-bottom: 35px;
    }
}

@media(max-width:768px) {
    .page_service .headerbox .title {
        width: 100%;
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5px;
    }
}

@media(max-width:570px) {
    .page_service .headerbox {
        margin-bottom: 20px;
    }

    .page_service1 {
        padding: 30px 0px;
    }

    .page_service .headerbox .title {
        width: 100%;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }


    .page_service {
        padding: 30px 0px;
    }
}




.about_certificate {
    padding: 64px 0px 60px;
}

.about_certificate .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    color: #333333;
    margin-bottom: 10px;
    text-align: center;
}

.about_certificate .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 51px;
}



.pum1 {
    padding-bottom: 81px;
    overflow: hidden;

}

.pum1 .box {
    position: relative;
    margin: auto;
    max-width: 1400px;
}


.pum1 .box ul {
    position: relative;
    margin: auto;
    height: 579px;
    margin-left: 80px;

}


.pum1 .box li {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    -moz-box-sizing: content-box;
    box-sizing: content-box !important;
    transition: none;
}

.pum1 .box li a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pum1 .box li:nth-child(3) img {
    opacity: 1;
}

.pum1 img {
    width: 100%;
    height: 100%;
}

.pum1 .box li>span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0px;
    top: 455px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.pum1 .box .prev,
.pum1 .box .next {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    z-index: 99;
    top: 57.2%;
    transform: translateY(-50%);
    width: 41px;
    height: 41px;
    font-size: 18px;
    border: 1px solid #ee1c25;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ee1c25;
    font-size: 16px;
}





.pum1 .box .prev:hover,
.pum1 .box .next:hover {
    background-color: #ee1c25;
    color: #ffffff;
}

.pum1 .box .prev {
    left: 0px;
}


.pum1 .box .next {
    right: 0px;
}



.pum1 #copyright {
    padding-top: 10px;
    text-align: center;
    border: 1px solid
}


.pum1 .famain {
    padding-top: 29px;
    padding-bottom: 90px;
}

.pum1 .famain .subNav2 {
    padding-top: 11px;
    padding-bottom: 11px;
}

.pum1 .famain .navContent2 {
    padding-top: 32px;
    padding-bottom: 33px;
}

.pum1 a:hover img {
    transform: scale(1, 1);
}



.pum1 .box li .name {
    font-family: Manrope3-Regular;
    font-size: 18px;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.pum1 .box li:nth-child(4) {
    overflow: visible;
}




@media screen and (max-width: 1600px) {

    /* .pum1 .box li a{
        width: auto;
        height: auto;
    }
    .pum1 img{
        display: block;
        border: none;
        max-width: 100%;
    } */
    .about_certificate {
        padding: 50px 0px;
    }

    .aboutBox {
        padding: 60px 0 0px 0;
    }

    .pum1 {
        padding-bottom: 40px;
    }

    .certification .title1 {
        margin-bottom: 50px;
    }

    .pum1 .box li .name {
        margin-top: 20px;
    }

    .pum1 .box .prev {
        left: -20px;
    }

    .pum1 .box .next {
        right: -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;
        max-width: none;
        width: 10000% !important;
        height: auto !important;
    }

    .pum1 .box li {
        position: relative;
        left: auto;
        top: auto;
        width: 0.32% !important;
        height: auto !important;
        padding: 0px;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.02% !important;
        margin-left: auto;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        top: 50%;
        transform: translateY(-50%);
    }

    .pum1 .box ul {
        margin-left: 0;
    }

    .pum1 {
        overflow: unset;
    }

    .pum1 {
        padding-bottom: 0;
    }

    .about_certificate .title {
        font-size: 42px;
    }

    .about_certificate .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }
}


@media screen and (max-width: 1333px) {
    .pum1 {
        padding-bottom: 0px;
    }

    .aboutBox {
        padding: 60px 0 20px 0;
    }

    .pum1 .box li .name {
        margin-top: 15px;
        font-size: 16px;
    }

    .certification .title1 {
        margin-bottom: 40px;
    }

    .about_certificate .title {
        font-size: 38px;
    }

    .about_certificate .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 999px) {
    .about_certificate {
        padding: 40px 0px;
    }

    .aboutBox {
        padding: 40px 0 20px 0;
    }

    .pum1 .box li .name {
        margin-top: 10px;
        font-size: 14px;
    }

    .pum1 .box .next {
        right: -15px;
    }

    .pum1 .box .prev {
        left: -15px;
    }

    .certification .title1 {
        margin-bottom: 30px;
    }

    .pum1 {
        padding-bottom: 0px;
    }

    .about_certificate .title {
        font-size: 34px;
    }

    .about_certificate .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .certification .title1 {
        margin-bottom: 20px;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        top: 110%;
        left: 50%;
        width: 36px;
        height: 36px;
    }

    .pum1 .img-list7 {
        margin: 0;
    }

    .pum1 {
        padding-bottom: 0px;
    }

    .pum1 .box .prev {
        transform: translateX(-130%);
    }

    .pum1 .box .next {
        transform: translateX(30%);
    }

    .aboutBox {
        padding: 30px 0 20px 0;
    }

    .about_certificate .title {
        font-size: 30px;
    }

    .about_certificate .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 538px) {
    .about_certificate {
        margin-bottom: 25px;
    }

    .pum1 .box li {
        width: 0.49% !important;
    }

    .about_certificate {
        padding: 30px 0px;
    }

    .pum1 .img-list7 li {
        margin-right: 0.02% !important;
    }

    .aboutBox {
        padding: 20px 0 10px 0;
    }

    .pum1 {
        padding-bottom: 0px;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        width: 34px;
        height: 34px;
        font-size: 14px;
        top: 105%;
    }

    .about_certificate .title {
        font-size: 24px;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        font-size: 14px;
    }
}

/* 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)
    }
}







/* about_factory */

.about_factory {
    padding: 50px 0px 61px;
}

.about_factory .box {
    position: relative;
}

.about_factory .imgbox {
    overflow: hidden;
}

.about_factory img {
    display: block;
}

.about_factory .factory_mySwiper {
    width: 93%;
    margin: 0 auto;
}

.about_factory img:hover {
    transform: scale(1.05);
}

.about_factory .title {
    font-family: Manrope3-Regular;
    font-size: 18px;
    color: #333333;
    margin: 8px 0px;
    text-align: center;
}

.about_factory .iconfont {
    width: 41px;
    height: 41px;
    border: solid 1px #ee1c25;
    color: #ee1c25;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    z-index: 100;
    cursor: pointer;
}

.about_factory .iconfont:hover {
    color: #fff;
    background-color: #ee1c25;
}

.about_factory .factory_prev {
    left: -8px;
}

.about_factory .factory_next {
    right: -8px;
}


@media(max-width:1600px) {
    .about_factory .factory_prev {
        left: 0px;
    }

    .about_factory .factory_next {
        right: 0px;
    }

    .about_factory {
        padding: 50px 0px;
    }

    .about_factory .iconfont {
        width: 38px;
        height: 38px;
        font-size: 14px;
        top: 40%;
        transform: translateY(-40%);
    }

    .about_factory .title {
        margin: 5px 0px;
    }
}

@media(max-width:1333px) {
    .about_factory .title {
        font-size: 16px;
    }

    .about_factory .factory_mySwiper {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width:999px) {
    .about_factory {
        padding: 40px 0px;
    }

    .about_factory .factory_mySwiper {
        width: 86%;
        margin: 0 auto;
    }
}

@media(max-width:768px) {
    .about_factory .title {
        margin: 0;
        font-size: 14px;
        line-height: 28px;
    }
}

@media(max-width:570px) {
    .about_factory {
        padding: 30px 0px;
    }

    .about_factory .factory_mySwiper {
        width: 82%;
        margin: 0 auto;
    }

    .about_factory .iconfont {
        width: 35px;
        height: 35px;
        font-size: 14px;
        top: 40%;
        transform: translateY(-40%);
    }

    .about_factory .imgbox img {
        width: 100%;
    }

    .about_factory .factory_prev {
        left: -10px;
    }

    .about_factory .factory_next {
        right: -10px;
    }
}

@media(max-width:350px) {
    .about_factory .factory_prev {
        left: -15px;
    }

    .about_factory .factory_next {
        right: -15px;
    }
}


/* about_fre */
.about_fre {
    padding: 74px 0px 101px;
    background-color: #fef3f4;
}

.about_fre1 {
    background-color: #fff;
}

.about_fre .safe {
    display: flex;
    justify-content: space-between;
}

.about_fre .leftbox {
    width: 34%;
    padding-top: 35px;
}

.about_fre .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    line-height: 60px;
    color: #333333;
    margin-bottom: 23px;
}

.about_fre .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    margin-bottom: 84px;
}

.about_fre .btnbox {
    display: flex;
}

.about_fre .btnbox i {
    width: 41px;
    height: 41px;
    border: solid 1px #ee1c25;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ee1c25;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50px;
    margin-right: 16px;
}

.about_fre .btnbox i:hover {
    color: #fff;
    background-color: #ee1c25;
}


.about_fre .rightbox {
    width: 50%;
}

.about_fre .quest1 {
    margin-bottom: 28px;
}

.about_fre .quest1:last-child {
    margin-bottom: 0;
}

.about_fre .question {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #222222;

}

.about_fre .question .que {
    width: 92%;
    font-family: Manrope3-Bold;
    font-size: 18px;
    color: #333333;
}

.about_fre .question i {
    font-size: 22px;
}

.about_fre .quest1 .answer {
    display: none;
    transition: none;
}

.about_fre .quest1 .answer p {
    padding-left: 20px;
    padding-right: 20px;
    transition: none;

    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.about_fre .quest1 .answer {
    padding: 21px 0px 0px 0px;
}




@media(max-width:1600px) {

    .about_fre {
        padding: 50px 0px;
    }

    .about_fre .question .que {
        font-size: 16px;
    }

    .about_fre .quest1 .answer p {
        font-size: 14px;
        line-height: 26px;
    }

    .about_fre .question {
        height: auto;
    }

    .about_fre .question i {
        font-size: 20px;
    }

    .about_fre .quest1 {
        margin-bottom: 20px;
    }

    .about_fre .leftbox {
        width: 36%;
        padding-top: 0;
    }

    .about_fre .title {
        font-family: Manrope3-Bold;
        font-size: 42px;
        line-height: 55px;
        margin-bottom: 20px;
    }

}

@media(max-width:1333px) {

    .about_fre .question .que {
        font-size: 16px;
        line-height: 26px;
    }

    .about_fre .quest1 .answer p {
        font-size: 14px;
        line-height: 24px;
    }

    .about_fre .question i {
        font-size: 20px;
    }

    .about_fre .title {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .about_fre .leftbox {
        width: 38%;
    }

    .about_fre .content {
        margin-bottom: 50px;
    }

    .about_fre .quest1 {
        margin-bottom: 12px;
    }

    .about_fre .quest1 .answer {
        padding: 15px 0px 0px 0px;
    }
}

@media(max-width:999px) {


    .about_fre .question .que {
        font-size: 16px;
        line-height: 28px;
        width: 96%;
    }

    .about_fre .question i {
        font-size: 18px;
    }

    .about_fre .quest1 .answer p {
        font-size: 14px;
        line-height: 24px;
    }

    .about_fre .safe {
        flex-direction: column;
    }

    .about_fre .leftbox {
        margin-bottom: 25px;
        width: 100%;
    }

    .about_fre .rightbox {
        width: 100%;
    }

    .about_fre {
        padding: 40px 0px;
    }

    .about_fre .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .about_fre .btnbox i {
        width: 38px;
        height: 38px;
        font-size: 14px;
        margin-right: 10px;
    }

    .about_fre .content {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .about_fre .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .about_fre .content {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .about_fre {
        padding-top: 30px;
    }

    .about_fre {
        margin-bottom: 30px;
    }

    .about_fre .question {
        padding: 10px;
    }

    .about_fre .question i {
        font-size: 14px;
    }



    .resource_faq .quest1 .answer {
        padding: 10px 0px 0px 0px;
    }

    .about_fre {
        padding: 30px 0px;
    }

    .about_fre .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}



/* file_download */
.file_download {
    padding: 73px 0px 53px;
}

.file_download .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    margin-bottom: 44px;
    color: #333333;
}

.file_download .wrap {
    display: flex;
    flex-wrap: wrap;
}

.file_download .wrap .box1 {
    width: 50%;
    padding-right: 3%;
    margin-bottom: 65px;
}

.file_download .box1 {
    display: flex;
}

.file_download .box1 .contact {
    padding: 6px 0px 0px 25px;
}

.file_download .box1 .small_title {
    font-family: Manrope3-Regular;
    font-size: 18px;
    color: #333333;
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file_download .box1 .btn {
    font-family: Manrope3-Regular;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ee1c25;
}

.file_download .btn img {
    margin-right: 15px;
}

.file_download .btn {
    color: #ee1c25;
    background: linear-gradient(to right, #ee1c25, #ee1c25);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: right bottom;
    transition: background-size 1s;
    display: inline-block;
}

.file_download .btn:hover {
    background-size: 100% 2px;
    background-position: left bottom;
    transition: background-size 1s;
}

@media(max-width:1600px) {
    .file_download {
        padding: 50px 0px;
    }

    .file_download .title {
        font-size: 42px;
        margin-bottom: 35px;
    }

    .file_download .box1 .small_title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .file_download .box1 .contact {
        padding: 0;
        padding-left: 12px;
    }

    .file_download .box1 {
        align-items: center;
    }

    .file_download .wrap .box1 .imgbox {
        flex-shrink: 0;
    }

    .file_download .wrap .box1 {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .file_download .title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .file_download .box1 .small_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .file_download .box1 .imgbox img {
        width: 60px;
    }

}

@media(max-width:999px) {
    .file_download {
        padding: 40px 0px 0px;
    }

    .file_download .title {
        font-size: 34px;
        margin-bottom: 25px;
    }

    .file_download .btn img {
        margin-right: 10px;
    }

    .file_download .wrap .box1 {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .file_download .title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .file_download .wrap .box1 {
        width: 100%;
        margin-right: 0;
    }

    .file_download .box1 .imgbox img {
        width: 50px;
    }

    .file_download .box1 .small_title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .file_download .btn img {
        width: 18px;
        margin-right: 8px;
    }

    .file_download .box1 .btn {
        font-family: Manrope3-Regular;
        font-size: 14px;
        letter-spacing: 0px;
        color: #ee1c25;
    }
}

@media(max-width:570px) {
    .file_download {
        padding: 30px 0px;
    }

    .file_download .title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .file_download .wrap .box1 {
        margin-bottom: 20px;
    }

    .file_download .box1 .imgbox img {
        width: 45px;
    }
}




/* 3-1 */

.news_list {
    padding: 54px 0px 78px;
}

.news_list .safe {}

.news_list .box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px;
    margin-bottom: 56px;
    border-bottom: 1px solid #ddd;
}

.news_list .box:last-child {
    margin-bottom: 0;
}

.news_list .box:nth-child(2n) {
    flex-direction: row-reverse;
}

.news_list .imgbox {
    width: 31.94%;
    border-radius: 0px 40px 0px 40px;
    overflow: hidden;
}

.news_list .imgbox img {
    display: block;
    border-radius: 0px 40px 0px 40px;
    width: 100%;
}

.news_list .imgbox img:hover {
    transform: scale(1.05);
}

.news_list .contact {
    width: 64.95%;
}

.news_list .title {
    font-family: Manrope3-Bold;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 18px;
    padding-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .title a:hover {
    color: #ee1c25;
}

.news_list .data {
    font-family: Manrope3-Regular;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 23px;
    display: flex;
    align-items: center;
}

.news_list .data img {
    margin-right: 10px;
    flex-shrink: 0;
}

.news_list .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 35px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .view_more {
    width: 187px;
    height: 49px;
    background-color: #ffffff;
    border-radius: 0px 20px 0px 20px;
    border: solid 1px #222222;
    font-family: Manrope3-Regular;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_list .view_more i {
    margin-right: 10px;
}

.news_list .view_more:hover {
    color: #fff;
    background-color: #ee1c25;
    border: 1px solid #ee1c25;
}

@media(max-width:1600px) {
    .news_list {
        padding: 50px 0px 50px;
    }

    .news_list .title {
        padding-top: 0;
    }

    .news_list .box {
        align-items: center;
        padding-bottom: 40px;
        margin-bottom: 35px;
    }

    .news_list .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
        padding-top: 15px;
    }

    .news_list .data {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .news_list .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .news_list .view_more {
        width: 170px;
        height: 46px;
        border-radius: 0px 20px 0px 20px;
        font-size: 16px;
    }

    .news_list .view_more i {
        margin-right: 5px;
    }

    .news_list .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
        padding-top: 15px;
    }
}

@media(max-width:1333px) {
    .news_list .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-top: 0px;
    }

    .news_list .data {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .news_list .view_more {
        width: 150px;
        height: 46px;
        border-radius: 0px 15px 0px 15px;
        font-size: 14px;
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 20px 0px 40px;
    }

    .news_list .box {
        flex-direction: column !important;
    }

    .news_list .imgbox {
        width: 75%;
        border-radius: 0px 30px 0px 30px;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .news_list .imgbox img {
        width: 100%;
    }

    .news_list .contact {
        width: 100%;
    }
}

@media(max-width:768px) {
    .news_list .imgbox {
        width: 85%;
        border-radius: 0px 20px 0px 20px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .news_list .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-top: 0px;
    }

    .news_list .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .news_list .view_more {
        width: 140px;
        height: 42px;
        border-radius: 0px 15px 0px 15px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .news_list {
        padding: 10px 0px 30px;
    }

    .news_list .imgbox {
        width: 95%;
        border-radius: 0px 15px 0px 15px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .news_list .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-top: 0px;
    }
}

@media(max-width:400px) {
    .news_list .imgbox {
        width: 100%;
        border-radius: unset;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .news_list .imgbox img {
        border-radius: unset;
    }
}




/* 3-2 */

.news_detail {
    padding: 50px 0px 88px;
}

.news_detail .safe {
    display: flex;
    justify-content: space-between;
}

.news_detail .leftbox {
    width: 74.5%;
}

.news_detail .leftbox .title {
    font-family: Manrope3-Bold;
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 22px;
}

.news_detail .leftbox .wrap {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.news_detail .leftbox .data {
    display: flex;
    align-items: center;
    font-family: Manrope3-Regular;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-right: 39px;
}

.news_detail .leftbox .data img {
    margin-right: 8px;
}

.news_detail .leftbox .sharebox {
    display: flex;
    align-items: center;
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
}

.news_detail .leftbox .imgbox {
    flex-shrink: 0;
}

.news_detail .leftbox img {
    display: inline-block;
}

.news_detail .content {
    padding-bottom: 84px;
    margin-bottom: 37px;
    border-bottom: 1px solid #333;
}

.news_detail .content p,
.news_detail .content a {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.news_detail .content strong {
    font-weight: bold;
}

.news_detail .content a {
    color: #ee1c25;
}

.news_detail .content a:hover {
    text-decoration: underline;
}

.news_detail table {
    border-collapse: collapse;
    border: 2px solid #dddddd;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.news_detail .tablen {
    overflow: auto;
}

.news_detail table tr {
    color: #666666;
}

.news_detail table tr td {
    border: 2px solid #dddddd;
    padding: 10px 15px;
    text-align: center;
}

.news_detail video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}

.news_detail .content img {
    border-radius: 0px 40px 0px 40px;
}

.news_detail .switch .prev,
.news_detail .switch .next {
    display: flex;
    align-items: center;

    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #333333;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_detail .switch .prev a:hover,
.news_detail .switch .next a:hover {
    color: #ee1c25;
}





.news_detail .rightbox {
    width: 22.5%;
    padding-top: 5px;
}

.news_detail .top {
    background-color: #ffffff;
    box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 18px 15px 40px 20px;
    margin-bottom: 37px;
}

.news_detail .news_title {
    font-family: Manrope3-Bold;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 13px;
}

.news_detail .box1 {
    border-bottom: 1px solid #333;
    padding-bottom: 18px;
    margin-bottom: 28px;
}

.news_detail .box1:last-child {
    margin-bottom: 0;
}

.news_detail .box1 .data {
    font-family: Manrope3-Regular;
    font-size: 14px;
    color: #999999;
    margin-bottom: 4px;
}

.news_detail .box1 .news {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #212020;
}

.news_detail .box1 .news a {
    color: #212020;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_detail .box1 .news a:hover {
    color: #ee1c25;
}


.news_detail .bottom {
    box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 18px 15px 30px 20px;
}

.news_detail .bottom .title {
    font-family: Manrope3-Bold;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 2px;
}

.news_detail .bottom .small_con {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    margin-bottom: 28px;
}


.news_detail .inp1 {
    position: relative;
}

.news_detail .inp1 input {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    border-radius: 8px;
    border: solid 1px #333333;
    width: 100%;
}

.news_detail .inp1 {
    margin-bottom: 13px;
}

.news_detail .bottom textarea,
.news_detail .bottom input {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333;

}

.news_detail .bottom textarea::placeholder,
.news_detail .bottom input::placeholder {
    color: #666;

}

.news_detail .bottom textarea {
    border-radius: 8px;
    border: solid 1px #333333;
    width: 100%;
    height: 96px;
    border-radius: 8px;
    display: block;
    resize: none;
    padding: 10px 15px;
}

.news_detail .bottom .code {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.news_detail .bottom .submit {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background-color: #ee1c25;
    font-family: Manrope3-Regular;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.news_detail .bottom .submit:hover {
    color: #ee1c25;
    background-color: #fff;
    border: 1px solid #ee1c25;
}

.news_detail .must input,
.news_detail .must textarea {
    padding-left: 25px;
}

.news_detail .must::after {
    content: "*";
    color: #ff0000;
    position: absolute;
    left: 15px;
    top: 12px;
}

.news_detail .codebox input {
    padding-right: 50%;
}





@media(max-width:1600px) {
    .news_detail {
        padding: 30px 0px 50px;
    }

    .news_detail .leftbox .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 22px;
    }

    .news_detail .top {
        border-radius: 10px;
        padding: 15px 15px 30px 15px;
        margin-bottom: 30px;
    }

    .news_detail .bottom {
        box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.08);
        border-radius: 10px;
        padding: 15px 15px 30px 15px;
    }

    .news_detail .content {
        padding-bottom: 50px;
        margin-bottom: 35px;
        border-bottom: 1px solid #333;
    }

    .news_detail .codebox input {
        padding-right: 50%;
    }

}

@media(max-width:1333px) {
    .news_detail .leftbox {
        width: 72%;
    }

    .news_detail .rightbox {
        width: 25%;
        padding-top: 0px;
    }

    .news_detail .top {
        border-radius: 10px;
        padding: 15px 15px 15px 15px;
        margin-bottom: 15px;
    }

    .news_detail .must::after {
        content: "*";
        color: #ff0000;
        position: absolute;
        left: 10px;
        top: 12px;
    }

    .news_detail .inp1 input {
        padding-left: 10px;
        padding-right: 10px;
        height: 45px;
        border-radius: 8px;
    }

    .news_detail .bottom textarea {
        border-radius: 8px;
        width: 100%;
        height: 96px;
        border-radius: 8px;
        padding: 6px 15px;
    }

    .news_detail .must input,
    .news_detail .must textarea {
        padding-left: 20px;
    }

    .news_detail .bottom textarea,
    .news_detail .bottom input {
        font-size: 14px;
        line-height: 30px;
    }



    .news_detail .leftbox .title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 22px;
    }

    .news_detail .leftbox .data {
        font-size: 14px;
        line-height: 30px;
        margin-right: 25px;
    }

    .news_detail .content {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .news_detail .switch .prev,
    .news_detail .switch .next {
        font-size: 16px;
        line-height: 32px;
    }

    .news_detail .bottom .submit {
        width: 100%;
        height: 45px;
        border-radius: 8px;
        font-size: 14px;
    }

    .news_detail .codebox input {
        padding-right: 50%;
    }

    .news_detail .bottom .code {
        width: 90px;
    }

}

@media(max-width:999px) {
    .news_detail {
        padding: 20px 0px 40px;
    }

    .news_detail .safe {
        flex-direction: column;
    }

    .news_detail .leftbox {
        width: 100%;
        margin-bottom: 30px;
    }

    .news_detail .rightbox {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .news_detail .top {
        width: 49%;
    }

    .news_detail .bottom {
        width: 49%;
    }

    .news_detail .leftbox .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .news_detail .codebox input {
        padding-right: 50%;
    }

}

@media(max-width:768px) {
    .news_detail .leftbox .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .news_detail .content p,
    .news_detail .content a {
        font-size: 14px;
        line-height: 28px;
    }

    .news_detail .content img {
        border-radius: 0px 20px 0px 20px;
    }

    .news_detail .switch .prev,
    .news_detail .switch .next {
        font-size: 14px;
        line-height: 28px;
    }

    .news_detail .box1 .news {
        font-family: Manrope3-Regular;
        font-size: 14px;
        line-height: 26px;
        color: #212020;
    }

    .news_detail .bottom .small_con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .news_detail .leftbox .sharebox {
        font-size: 14px;
    }

    .news_detail .leftbox .data {
        margin-right: 15px;
    }

    .news_detail .leftbox .title {
        margin-bottom: 10px;
    }

    .news_detail .leftbox .wrap {
        margin-bottom: 5px;
        flex-wrap: wrap;
    }

    .news_detail .codebox input {
        padding-right: 50%;
    }

}

@media(max-width:570px) {
    .news_detail {
        padding: 10px 0px 30px;
    }

    .news_detail .leftbox .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .news_detail .content {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .news_detail .rightbox {
        flex-direction: column;
    }

    .news_detail .top {
        width: 100%;
        margin-bottom: 28px;
    }

    .news_detail .bottom {
        width: 100%;
    }

    .news_detail .codebox input {
        padding-right: 50%;
    }

}







/* news_ratings */

.news_ratings {
    margin-bottom: 194px;
}

.news_ratings .safe {}

.news_ratings .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 62px;
    align-items: center;
}

.news_ratings .head .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    line-height: 60px;
    color: #333333;
}

.news_ratings .btnbox {
    display: flex;
}

.news_ratings .btnbox i {
    width: 41px;
    height: 41px;
    border: solid 1px #ee1c25;
    color: #ee1c25;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50px;
    font-size: 14px;
}

.news_ratings .btnbox i:hover {
    color: #fff;
    background-color: #ee1c25;
}

.news_ratings .btnbox i:first-child {
    margin-right: 16px;
}

.news_ratings .swiper {
    overflow: visible;

    -webkit-clip-path: polygon(-3% 0%, 102% -100%, 102% 100%, -3% 118%);
    clip-path: polygon(-3% 0%, 102% -100%, 102% 118%, -3% 118%);
}


.news_ratings .swiper-wrapper {}

.news_ratings .swiper-slide {
    height: 300px;
}

.news_ratings .swiper-slide .box1 {
    /* width: 85%; */
    padding: 30px 30px 28px 30px;
    height: 100%;

}

.news_ratings .swiper-slide .box1:hover {
    box-shadow: 0px 3px 43px 0px #ebe1e2;
}


.news_ratings .box1 .top {
    display: flex;
    margin-bottom: 24px;
}

.news_ratings .box1 .leftbox {
    flex-shrink: 0;
}

.news_ratings .box1 .rightbox {
    padding-left: 15px;
}

.news_ratings .box1 img {
    display: block;
}

.news_ratings .box1 .info {
    display: flex;
    padding-top: 15px;
    margin-bottom: 10px;
}

.news_ratings .box1 .name {
    font-family: Manrope3-Bold;
    font-size: 18px;
    line-height: 26px;
    color: #333333;

}

.news_ratings .box1 .country {
    font-family: Manrope3-Regular;
    font-size: 16px;
    color: #999999;
    padding-left: 10px;
}

.news_ratings .box1 .rate {
    display: flex;
    align-items: center;
}

.news_ratings .rate img {
    margin-right: 8px;
}

.news_ratings .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

@media(max-width:1600px) {
    .news_ratings .head {
        margin-bottom: 50px;
    }

    .news_ratings .head .title {
        font-size: 42px;
        line-height: unset;
    }

    .news_ratings .btnbox i:first-child {
        margin-right: 10px;
    }

    .news_ratings .box1 .rightbox {
        padding-left: 10px;
    }

    .news_ratings .rate img {
        margin-right: 4px;
    }

    .news_ratings .box1 .top {
        margin-bottom: 20px;
    }

    .news_ratings .swiper-slide .box1 {
        padding: 20px 20px 20px 20px;
    }

    .news_ratings {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .news_ratings .head {
        margin-bottom: 40px;
    }

    .news_ratings .head .title {
        font-size: 38px;
        line-height: unset;
    }

    .news_ratings .swiper-slide .box1 {
        padding: 15px 15px 15px 15px;
    }

    .news_ratings .box1 .name {
        font-size: 16px;
        line-height: 26px;
    }

    .news_ratings .box1 .country {
        padding-left: 5px;
    }

    .news_ratings .box1 .country {
        font-size: 14px;
        padding-left: 10px;
    }

    .news_ratings .box1 .leftbox img {
        width: 65px;
    }

    .news_ratings .rate img {
        margin-right: 2px;
        width: 15px;
    }

    .news_ratings .box1 .top {
        align-items: center;
    }

    .news_ratings .box1 .info {
        display: flex;
        padding-top: 0;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .news_ratings .head {
        margin-bottom: 30px;
    }

    .news_ratings .head .title {
        font-size: 34px;
        line-height: unset;
    }

    .news_ratings .box1 .top {
        margin-bottom: 15px;
    }

    .news_ratings {
        margin-bottom: 40px;
    }

    .news_ratings .btnbox i {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .news_ratings .head {
        margin-bottom: 20px;
    }

    .news_ratings .head .title {
        font-size: 30px;
        line-height: unset;
    }

    .news_ratings .content {
        font-size: 14px;
        line-height: 24px;
    }

    .news_ratings .box1 .country {
        font-size: 14px;
        padding-left: 5px;
    }

    .news_ratings .swiper-slide {
        height: 265px;
    }
}

@media(max-width:570px) {
    .news_ratings .head {
        margin-bottom: 15px;
    }

    .news_ratings .head .title {
        font-size: 24px;
        line-height: unset;
    }

    .news_ratings {
        margin-bottom: 30px;
    }

    .news_ratings .swiper-slide {
        height: 240px;
    }
}





/* 4-1 */

.contactUs {
    padding: 43px 0px 82px;
}

.contactUs .safe {
    display: flex;
    justify-content: space-between;
}

.contactUs .leftbox {
    width: 42%;
}

.contactUs .leftbox .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    color: #333333;
    margin-bottom: 8px;
}

.contactUs .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 68px;
}

.contactUs .contact {}

.contactUs .wrap {
    display: flex;
    margin-bottom: 13px;
    width: 70%;
}

.contactUs .wrap .imgbox {
    margin-right: 25px;
    width: 19px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    padding-top: 5px;
}

.contactUs .wrap img {
    display: block;
}

.contactUs .wrap .name {
    font-family: Manrope3-Bold;
    font-size: 16px;
    color: #333333;
}

.contactUs .wrap .resu {
    font-family: Manrope3-Regular;
    font-size: 16px;
    color: #333333;
}

.contactUs .wrap a:hover {
    color: #ee1c25;
}

.contactUs .email .resu {
    word-break: break-all;
}

.contactUs .rightbox {
    width: 50%;
}


.contactUs .rightbox {}

.contactUs .rightbox input::placeholder {
    color: #666666;
}

.contactUs .rightbox input,
.contactUs .rightbox textarea {

    font-family: Manrope3-Regular;
    font-size: 16px;
    color: #666666;
}

.contactUs .rightbox textarea {
    width: 100%;
    resize: unset;
    height: 90px;
    padding-top: 10px;
}

.contactUs .rightbox .inp1 input {
    height: 57px;
    padding-bottom: 6px;
    width: 100%;
}

.contactUs .rightbox .inp1 {
    border-bottom: 1px solid #eee;
    /* padding: 15px 10px 10px 15px; */
    position: relative;
    padding-left: 20px;
    margin-bottom: 26px;
}

.contactUs .rightbox .inp1::after {
    content: "*";
    color: #ff0000;
    position: absolute;
    left: 5px;
    top: 10px;
}

.contactUs .rightbox .code {
    position: absolute;
    right: 15px;
    top: 30%;
    transform: translateY(-40%);
    background: #f3fbfe;
    cursor: pointer;
}

.contactUs .codebox {
    padding-right: 50%;
}

.contactUs .submit {
    width: 160px;
    height: 50px;
    background-color: #ee1c25;
    border-radius: 0px 20px 0px 20px;
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #fff !important;
    margin-top: 20px;
}

.contactUs .submit:hover {
    color: #ee1c25 !important;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #ee1c25;
}

@media(max-width:1600px) {
    .contactUs {
        padding: 30px 0px 50px;
    }

    .contactUs .leftbox .title {
        font-size: 42px;
        margin-bottom: 5px;
    }

    .contactUs .content {
        margin-bottom: 50px;
    }

    .contactUs .rightbox .inp1 input {
        height: 50px;
        padding-bottom: 0px;
        width: 100%;
    }

    .contactUs .rightbox .inp1 {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .contactUs .wrap {
        width: 100%;
    }

    .contactUs .submit {
        margin-top: 0px;
    }


}

@media(max-width:1333px) {
    .contactUs .leftbox .title {
        font-size: 38px;
        margin-bottom: 5px;
    }

    .contactUs .content {
        margin-bottom: 40px;
    }

    .contactUs .rightbox .inp1 {
        padding-left: 20px;
        margin-bottom: 15px;
    }

    .contactUs .rightbox input,
    .contactUs .rightbox textarea {
        font-size: 14px;
    }

    .contactUs .submit {
        width: 150px;
        height: 50px;
        border-radius: 0px 20px 0px 20px;
        font-size: 16px;
        margin-top: 10px;
    }
}

@media(max-width:999px) {
    .contactUs {
        padding: 20px 0px 40px;
    }

    .contactUs .leftbox .title {
        font-size: 34px;
        margin-bottom: 5px;
    }

    .contactUs .content {
        margin-bottom: 20px;
    }

    .contactUs .content {
        font-size: 14px;
        line-height: 28px;
    }

    .contactUs .wrap .imgbox {
        margin-right: 12px;
        width: 19px;
        flex-shrink: 0;
        padding-top: 5px;
    }

    .contactUs .wrap .resu {
        font-size: 14px;
    }

    .contactUs .wrap .name {
        font-family: Manrope3-Bold;
        font-size: 14px;
        color: #333333;
    }

    .contactUs .submit {
        width: 140px;
        height: 45px;
        border-radius: 0px 20px 0px 20px;
        font-size: 14px;
        margin-top: 0px;
    }
}

@media(max-width:768px) {
    .contactUs .leftbox .title {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .contactUs .content {
        margin-bottom: 15px;
    }

    .contactUs .rightbox .inp1 input {
        height: 45px;
        padding-bottom: 0px;
        width: 100%;
    }

    .contactUs .leftbox {
        width: 100%;
        margin-bottom: 20px;
    }

    .contactUs .safe {
        flex-direction: column;
    }

    .contactUs .rightbox {
        width: 100%;
    }
}

@media(max-width:570px) {
    .contactUs {
        padding: 10px 0px 30px;
    }

    .contactUs .leftbox .title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .contactUs .rightbox .inp1 {
        padding-left: 12px;
        margin-bottom: 10px;
    }

    .contactUs .rightbox .inp1::after {
        content: "*";
        color: #ff0000;
        position: absolute;
        left: 2px;
        top: 10px;
    }
}



/* mapbox */
.mapbox {
    margin-bottom: 97px;
}

.mapbox img {
    display: block;
}

@media(max-width:1600px) {
    .mapbox {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .mapbox {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {
    .mapbox {
        margin-bottom: 30px;
    }
}




/* 5-1 */

.testimonial {
    padding: 48px 0px 50px;
}

.testimonial .note {
    text-align: center;
    margin-bottom: 10px;
}

.testimonial .title {
    font-family: Manrope3-Bold;
    font-size: 46px;
    line-height: 60px;
    color: #333333;
    width: 55%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 47px;
}

.testimonial .testimonial_list {
    display: flex;
    flex-wrap: wrap;
}

.testimonial .testimonial_list .testimonial_li {
    width: 32.143%;
    margin-right: 1.5%;
    margin-bottom: 29px;
    box-shadow: 0px 3px 43px 0px #ebe1e2;
    border-radius: 10px;
    /* opacity: 0.6; */
    padding: 32.8px 20px 28px 24px;
    height: 301px;
}

.testimonial .testimonial_list .testimonial_li:nth-child(3n) {
    margin-right: 0;
}

.testimonial .testimonial_li .top {
    display: flex;
    margin-bottom: 14px;
}

.testimonial .testimonial_li .rightbox {
    padding-left: 15px;
    padding-top: 10px;
}

.testimonial .testimonial_li .name {
    font-family: Manrope3-Bold;
    font-size: 18px;
    color: #333333;
}

.testimonial .testimonial_li .country {
    font-family: Manrope3-Regular;
    font-size: 16px;
    color: #999999;
    padding-left: 5px;
}

.testimonial .info {
    margin-bottom: 9px;
}

.testimonial .rate {
    display: flex;
}

.testimonial .rate img {
    display: block;
    margin-right: 8px;
}

.testimonial .testimonial_li .content {
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media(max-width:1600px) {
    .testimonial .title {
        font-size: 42px;
        line-height: 50px;
        width: 70%;
        margin-bottom: 30px;
    }

    .testimonial .testimonial_li .top .leftbox {
        flex-shrink: 0;
    }

    .testimonial .testimonial_list .testimonial_li {
        width: 32.143%;
        margin-right: 1.5%;
        margin-bottom: 24px;
        box-shadow: 0px 3px 43px 0px #ebe1e2;
        border-radius: 10px;
        padding: 24px 20px 24px 20px;
        height: 300px;
    }
}

@media(max-width:1333px) {
    .testimonial .title {
        font-size: 38px;
        line-height: 44px;
        width: 85%;
        margin-bottom: 25px;
    }

    .testimonial .testimonial_list .testimonial_li {
        /* height: auto; */
    }

    .testimonial .testimonial_li .rightbox {
        padding-left: 10px;
        padding-top: 0px;
    }

    .testimonial .testimonial_li .name {
        font-size: 16px;
    }

    .testimonial .testimonial_li .top .leftbox img {
        width: 75px;
    }

    .testimonial .info {
        margin-bottom: 5px;
    }

    .testimonial .testimonial_li .top {
        align-items: center;
    }

    .testimonial .testimonial_li .top .leftbox {
        display: flex;
    }

    .testimonial .rate img {
        display: block;
        margin-right: 5px;
    }

    .testimonial .testimonial_list .testimonial_li {
        width: 32.143%;
        margin-right: 1.5%;
        margin-bottom: 18px;
        box-shadow: 0px 3px 43px 0px #ebe1e2;
        border-radius: 10px;
        padding: 24px 20px 24px 20px;
        height: 300px;
    }
}

@media(max-width:999px) {
    .testimonial {
        padding: 20px 0px 40px;
    }

    .testimonial .title {
        font-size: 34px;
        line-height: 38px;
        width: 100%;
        margin-bottom: 20px;
    }

    .testimonial .testimonial_list .testimonial_li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
        box-shadow: 0px 3px 43px 0px #ebe1e2;
        border-radius: 10px;
        padding: 15px;
        height: auto;
    }

    .testimonial .testimonial_li .top .leftbox img {
        width: 70px;
    }
}

@media(max-width:768px) {
    .testimonial .title {
        font-size: 30px;
        line-height: 34px;
        width: 100%;
        margin-bottom: 15px;
    }

    .testimonial .testimonial_li .name {
        font-size: 14px;
    }

    .testimonial .testimonial_li .country {
        font-size: 14px;
    }

    .testimonial .rate img {
        display: block;
        margin-right: 3px;
    }

    .testimonial .testimonial_li .content {
        font-family: Manrope3-Regular;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
    }
}

@media(max-width:570px) {
    .testimonial .title {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
        margin-bottom: 15px;
    }

    .testimonial {
        padding: 10px 0px 30px;
    }
}



/* write_us */
.write_us {
    padding: 50px 0px 50px;
    margin-bottom: 15px;
}

.write_us .title {
    font-family: Manrope3-Bold;
    font-size: 40px;
    line-height: 50px;
    color: #333333;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.write_us form {
    display: flex;
}

.write_us .leftbox {
    width: 39.45%;
    margin-right: 1.3%;
}

.write_us .rightbox {
    width: 45.9%;
}

.write_us .leftbox .inp1 {
    width: 100%;
}

.write_us .leftbox .inp1 {
    width: 100%;
}

.write_us .leftbox input,
.write_us .leftbox select {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #dddddd;
    padding-left: 15px;
    padding-right: 15px;

    font-family: Manrope3-Regular;
    font-size: 14px;
    color: #666666;
    margin-bottom: 16px;
}

.write_us .leftbox select option {}

.write_us .inp2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.write_us .inp2 .inpbox1 input {
    padding-right: 50%;
}

.write_us .inpbox1 {
    width: 55%;
    height: 40px;
    position: relative;
}

.write_us .inpbox1 .codebox {
    position: absolute;
    right: 15px;
    top: 2px;
    height: 36px;
    background: #f3fbfe;
    cursor: pointer;
}

.write_us .inpbox1 .codebox img {
    height: 100%;
}

.write_us .inpbox2 {
    width: 40%;
    height: 40px;
    position: relative;
}

.write_us .inpbox2 .file {
    opacity: 0;
    cursor: pointer;
}

.write_us .inpbox2 .button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    font-size: 14px;
    color: #333;
    font-family: Manrope3-Regular;
    font-weight: bold;
    cursor: pointer;
}

.write_us .submit {
    width: 100%;
    height: 40px;
    background-color: #ee1c25;
    color: #fff !important;
    font-size: 14px;
    font-family: Manrope3-Regular;
    cursor: pointer;
}

.write_us .submit:hover {
    color: #ee1c25 !important;
    border: 1px solid #ee1c25;
    background-color: #fff;
}


.write_us textarea {
    height: 204px;
    border-radius: 5px;
    border: solid 1px #dddddd;
    font-family: Manrope3-Regular;
    font-size: 14px;
    color: #666666;
    padding: 12px 15px;
    width: 100%;
    resize: none;
}

.write_us .sele1 .tishi {
    margin-top: 30px;
}

.write_us .wrap {
    position: relative;
}

.write_us .wrap .inner {
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: 100;
    background-color: #f9f9f9;
    padding-top: 18px;
    padding-bottom: 10px;
}

.write_us .wrap .inner input {
    width: 95%;
    display: block;
    margin: 0 auto;
    height: 35px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.write_us .wrap .inner {
    display: none;
    transition: none;
}


.write_us .wrap ul {
    height: 150px;
    overflow: auto;
}

.write_us .wrap ul li,
.write_us .rate ul li {
    padding: 2px 0px;
    cursor: pointer;
    font-size: 16px;
}

.write_us .wrap i,
.write_us .rate i {
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    transform: rotate(90deg);
}



.write_us .rate {
    position: relative;
}

.write_us .rate .checkRate {
    width: 100%;
    height: 40px;
    font-family: Manrope3-Regular;
    font-size: 14px;
    color: #666666;
    margin-bottom: 18px;
    border-radius: 5px;
    border: solid 1px #dddddd;
    padding: 0px 15px;
    display: flex;
    align-items: center;
}

.write_us .rate .inner {}

.write_us .rate .inner {
    display: none;
    position: absolute;
    top: 40px;
    height: 150px;
    overflow: auto;

    transition: none;
    width: 100%;
    background-color: #f9f9f9;
    z-index: 100;
}

.write_us .rate .inner li {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.write_us .rate .inner li:hover,
.write_us .rate .inner li img {
    cursor: pointer;
}

.write_us .rate .inner li input {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-color: #ee1c25;
}

.write_us .rate .inner label {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 15px;
}

.write_us .rate li .in {
    display: flex;
    align-items: flex-start;
    width: 100%;
}


.write_us .swiper-container-fade.swiper-container-free-mode li input {
    display: none;
}

.write_us .inner input{
    display: none;
}

/* 自定义 radio 外观 */
.checkmark {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkmark::after{
    content: "";
    position: absolute;
    width: 7px;
    height: 8px;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 选中状态下的样式 */
.write_us .inner input:checked ~ .checkmark{
    border-color: red;
}
.write_us .inner input:checked ~ .checkmark::after {
    background-color: red; /* 改为你的目标颜色 */
  }


.write_us form .inner li img {
    margin-right: 5px;
}

.write_us .raformte .inner input:checked {
    background-color: red;
}

.write_us .wrap ul::-webkit-scrollbar,
.write_us .rate ul::-webkit-scrollbar {
    width: 5px;
}

.write_us .wrap ul::-webkit-scrollbar-track,
.write_us .rate ul::-webkit-scrollbar-track {
    background: #eeeeee;
}

.write_us .wrap ul::-webkit-scrollbar-thumb,
.write_us .rate ul::-webkit-scrollbar-thumb {
    background: #d6d6d6;
}

.write_us .wrap ul::-webkit-scrollbar-thumb:hover,
.write_us .rate ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.write_us .wrap ul li,
.write_us .rate ul li {
    padding-left: 20px;
}



@media(max-width:1600px) {
    .write_us .title {
        font-size: 36px;
        line-height: 42px;
        width: 90%;
        margin-bottom: 40px;
    }

    .write_us {
        padding: 50px 0px;
        margin-bottom: 0;
    }
}

@media(max-width:1333px) {
    .write_us .title {
        font-size: 32px;
        line-height: 36px;
        width: 100%;
        margin-bottom: 30px;
    }

    .write_us .leftbox {
        width: 48%;
    }

    .write_us .rightbox {
        width: 50%;
    }

    .write_us form {
        justify-content: space-between;
    }

    .write_us .wrap ul li,
    .write_us .rate ul li {
        font-size: 14px;
    }
}

@media(max-width:999px) {
    .write_us .title {
        font-size: 28px;
        line-height: 32px;
        width: 100%;
        margin-bottom: 20px;
    }

    .write_us .inpbox1 .codebox {
        right: 3px;
    }

    .write_us {
        padding: 40px 0px;
    }
}

@media(max-width:768px) {
    .write_us .title {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
        margin-bottom: 20px;
    }

    .write_us form {
        flex-direction: column;
    }

    .write_us .leftbox {
        width: 100%;
    }

    .write_us .rightbox {
        width: 100%;
        height: 100px;
    }

    .write_us textarea {
        height: 100%;
        border-radius: 5px;
        font-size: 14px;
        padding: 8px 10px;
    }
}

@media(max-width:570px) {
    .write_us .title {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 15px;
    }

    .write_us .inp2 {
        flex-direction: column;
    }

    .write_us .inpbox1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .write_us .leftbox input,
    .write_us .leftbox select {
        margin-bottom: 10px;
    }

    .write_us .inpbox2 {
        width: 100%;
    }

    .write_us .rate .checkRate {
        margin-bottom: 10px;
    }

    .write_us .inp2 {
        margin-bottom: 10px;
    }

    .write_us {
        padding: 30px 0px;
    }
}



@font-face {
    font-family: "iconfont";
    /* Project id 4600852 */
    src: url('../fonts/iconfont.woff2?t=1725583949637') format('woff2'),
        url('../fonts/iconfont.woff?t=1725583949637') format('woff'),
        url('../fonts/iconfont.ttf?t=1725583949637') format('truetype');
}

@font-face {
    font-family: 'Manrope3-Bold';
    src: url('../fonts/manrope3bold.eot');
    src: url('../fonts/manrope3bold.eot') format('embedded-opentype'),
        url('../fonts/manrope3bold.woff2') format('woff2'),
        url('../fonts/manrope3bold.woff') format('woff'),
        url('../fonts/manrope3bold.ttf') format('truetype'),
        url('../fonts/manrope3bold.svg#manrope3bold') format('svg');
}

@font-face {
    font-family: 'Manrope3-Medium';
    src: url('../fonts/manrope3medium.eot');
    src: url('../fonts/manrope3medium.eot') format('embedded-opentype'),
        url('../fonts/manrope3medium.woff2') format('woff2'),
        url('../fonts/manrope3medium.woff') format('woff'),
        url('../fonts/manrope3medium.ttf') format('truetype'),
        url('../fonts/manrope3medium.svg#manrope3medium') format('svg');
}

@font-face {
    font-family: 'Manrope3-Regular';
    src: url('../fonts/manrope3regular.eot');
    src: url('../fonts/manrope3regular.eot') format('embedded-opentype'),
        url('../fonts/manrope3regular.woff2') format('woff2'),
        url('../fonts/manrope3regular.woff') format('woff'),
        url('../fonts/manrope3regular.ttf') format('truetype'),
        url('../fonts/manrope3regular.svg#manrope3regular') format('svg');
}






.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e606";
}

.icon-guoji:before {
    content: "\e641";
}

.icon-gongsi:before {
    content: "\e679";
}

.icon-xiazai:before {
    content: "\e66d";
}

.icon-dizhi1:before {
    content: "\e652";
}

.icon-dizhi2:before {
    content: "\e609";
}

.icon-jiang-left:before {
    content: "\e604";
}

.icon-jiang-right:before {
    content: "\e605";
}

.icon-a-lujing4000:before {
    content: "\e661";
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-sanjiaoxing:before {
    content: "\e6e6";
}

.icon-top:before {
    content: "\e608";
}

.icon-duigoux:before {
    content: "\ec9e";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-xinlangweibo:before {
    content: "\e603";
}

.icon-xiaohongshu:before {
    content: "\e623";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-jiahao1:before {
    content: "\e727";
}

.icon-xiangshangjiantou:before {
    content: "\e65d";
}

.icon-jia:before {
    content: "\e601";
}

.icon-jian:before {
    content: "\e602";
}

.icon-dizhi:before {
    content: "\e614";
}

.icon-dianhua:before {
    content: "\e66c";
}

.icon-duigou:before {
    content: "\e613";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-xiala:before {
    content: "\e65c";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-tell:before {
    content: "\e6a8";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-xiangxiajiantou:before {
    content: "\e68a";
}

.icon-xiajiantou:before {
    content: "\e6b3";
}

.icon-youshangjiantou:before {
    content: "\e69b";
}

.icon-svg-right-top:before {
    content: "\e600";
}




















/* 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, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    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.min.css */


.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: 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-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}





/* select2 */

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}


.content_bottom{
    font-family: Manrope3-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    margin-bottom:50px;
}