/*模板样式开始*/
/*
Theme Name: Chancee
Theme URI:
Description:
Version:
Author: Gee
Author URI:
*/


/* 调用外部字体 */
@font-face {
    font-family: 'dinc';
    src: url('../font/DINC-B.otf') format("truetype");
}

/* 初始化 */
html {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -webkit-overflow-scrolling: touch;
    /* scroll-padding-top: 150px;
	scroll-behavior: smooth */
}

html {
    direction: ltr !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    font: normal 13px Arial, system-ui, -apple-system, Microsoft Yahei, tahoma, sans-serif
}

button,
input,
textarea,
select {
    font-size: inherit;
    font-weight: inherit;
    border: 0;
    outline: 0
}

ul,
ol,
li {
    list-style: none
}

fieldset,
img {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
code,
dfn,
em,
var,
i,
b {
    font-style: normal;
    font-weight: normal
}

a {
    text-decoration: none;
    color: #555
}

input,
textarea {
    outline-style: none
}

/* wpforms表单插件生成代码初始化 */
.wpforms-container .wpforms-confirmation-scroll,
.wpforms-container .wpforms-error-container {
    line-height: 16px
}

.wpforms-field-container .wpforms-field {
    padding: 0;
    margin: 0
}

.wpforms-field-container input,
.wpforms-field-container textarea {
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

/* 全局表单文字 */
input::-webkit-input-placeholder {
    color: #AAA;
    font-size: .13rem
}

input::-moz-placeholder {
    color: #AAA;
    font-size: .13rem
}

input:-moz-placeholder {
    color: #AAA;
    font-size: .13rem
}

input:-ms-input-placeholder {
    color: #AAA;
    font-size: .13rem
}

/*滚动条*/
::-webkit-scrollbar {
    width: 6px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #333
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #F1F1F1
}

/* 复制选中 */
::selection {
    background: #338FFF;
    color: #FFF
}

::-moz-selection {
    background: #338FFF;
    color: #FFF
}

::-webkit-selection {
    background: #338FFF;
    color: #FFF
}

.fl {
    float: left
}

.fr {
    float: right
}

.container {
    overflow: hidden
}

.pr {
    position: relative
}

.clear {
    clear: both
}

.wrap {
    width: 1440px;
    margin: 0 auto
}
.wrap1{
    width: 50%;
    margin: 0 auto
}

.wrap_top {
    width: 96%;
    margin: 0 auto
}

@media screen and (max-width: 1600px) {
    .wrap {
        width: 86%
    }
}

@media screen and (max-width: 1366px) {
    .wrap {
        width: 88%
    }
}

@media screen and (max-width: 1200px) {
    .wrap {
        width: 90%
    }
}

@media screen and (max-width: 1024px) {
    .wrap,
    .wrap_top {
        width: 94%
    }

    .wrap_top {
        position: initial;
    }
}


:root {
    --i_color: #F6A303;
    /* 全局颜色 */
    --i_color2: #EA8400;
    /* 副颜色 */
    --header_height: 60px;
    /* 头部高度 */
    --header_height_reduce: 60px;
    /* 头部收缩后高度 */
    --border_color: rgba(0, 0, 0, .1);
    /* 默认边框颜色 */
    --f_menu_height: 56px;
    /* 移动端底部固定菜单 */
}

@media screen and (max-width: 1024px) {
    :root {
        --header_height: 60px;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --border_color: rgba(0, 0, 0, .06)
    }
}

/* header */
header {
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    z-index: 2014
}

@media screen and (min-width: 1024px) {
    header {
        background-color: rgba(255, 0, 0, 0) !important;
    }

    header .top {
        display: -webkit-flex;
        display: flex;
    }
}


/* logo */
.logo {
    height: var(--header_height);
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.logo a {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.logo img {
    /*max-width: 2.8rem;*/
    /*max-height: 58%;*/
}

@media screen and (max-width: 1600px) {
    .logo img {
        /*max-width: 2.2rem;*/
    }
}

@media screen and (max-width: 1440px) {
    .logo img {
        /*max-width: 2rem;*/
    }
}

@media screen and (max-width: 1366px) {
    .logo img {
        /*max-width: 1.6rem;*/
    }
}

@media screen and (max-width: 1200px) {
    .logo img {
        max-width: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .logo {
        float: left
    }
}


/* 导航 */
@media screen and (min-width: 1024px) {
    .i_nav {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        z-index: 2014;
    }

    .i_nav > li {
        margin: 0 1.22rem;
        position: relative;
        width: auto;
        text-align: center;
    }

    .i_nav > li > a {
        display: block;
        font-size: 1rem;
        color: #333;
        font-weight: bold;
        line-height: var(--header_height);
        white-space: nowrap;
        text-transform: capitalize;
    }

    .i_nav > .current-menu-item > a,
    .i_nav > .current-category-ancestor > a,
    .i_nav > .current-post-ancestor > a,
    .i_nav > .current-menu-ancestor > a,
    .i_nav > .current-menu-parent > a,
    .i_nav > li:hover > a {
        color: var(--i_color) !important
    }

    .i_nav .sub-menu {
        display: none
    }

}

@media screen and (max-width: 1440px) {
    .i_nav {
        left: 54%;
    }

    .i_nav > li > a {
        /*font-size: .16rem*/
    }

    .i_nav .sub-menu a {
        font-size: 1.15rem;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 1366px) {
    .i_nav > li {
        margin: 0 1.2rem;
        /*width: 80px;*/
    }

    .i_nav > li > a {
        /*font-size: .14rem*/
    }
}

@media screen and (max-width: 1200px) {
    .i_nav > li {
        margin: 0 .16rem
    }

    .i_nav > li > a {
        /*font-size: .14rem*/
    }

    .i_nav .sub-menu a {
        font-size: .13rem;
    }
}

@media screen and (max-width: 1024px) {
    .i_nav {
        display: none;
        position: absolute;
        top: var(--header_height);
        left: 0;
        width: 100%;
        width: 100vw;
        max-height: calc(100vh - var(--header_height));
        background: #FFF;
        overflow-y: auto;
        z-index: 2
    }

    /*滚动条*/
    .i_nav::-webkit-scrollbar {
        width: 3px;
        height: 8px
    }

    .i_nav::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #555
    }

    .i_nav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        background: #F1F1F1
    }

    .i_nav > li {
        margin: 0 0;
        border-bottom: 1px solid var(--border_color);
        position: relative
    }

    .i_nav > .menu-item-has-children span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px;
        box-sizing: border-box;
        background: rgb(0 0 0 / 3%) url(../image/arrow_down_hollow_hei.svg) no-repeat center;
        background-size: 20px;
    }

    .i_nav > .menu-item-has-children span.on {
        background: rgb(0 0 0 / 3%) url(../image/arrow_up_hollow_hei.svg) no-repeat center;
        background-size: 20px;
    }

    .i_nav > li > a {
        padding: 0 3%;
        font-size: 17px;
        color: #222;
        line-height: 44px;
    }


    .i_nav > li > .sub-menu {
        display: none
    }

    .i_nav > li > .sub-menu li {
        position: relative;
    }

    .i_nav .sub-menu a {
        padding: 0 40px 0 20px;
        font-size: 15px;
        color: #444;
        line-height: 40px;
        position: relative
    }

    .i_nav .sub-menu li:not(:last-child) {
        border-bottom: 1px solid var(--border_color)
    }

    .i_nav > li > .sub-menu b {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: url(../image/arrow_down_hollow_hei.svg) no-repeat center;
        background-size: 16px;
    }

    .i_nav > li > .sub-menu b.on {
        background: url(../image/arrow_up_hollow_hei.svg) no-repeat center;
        background-size: 16px;
    }

    .i_nav .sub-menu .sub-menu {
        display: none;
    }

    .i_nav .sub-menu .sub-menu a {
        padding: 0 40px 0 40px;
        font-size: 14px;
        color: #666;
        line-height: 36px;
        position: relative;
    }

    .i_nav a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 560px) {
}


/* pc导航下拉菜单 */
.i_nav > li.curr::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--i_color)
}

.i_nav > li.curr.curr::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF
}

.nav_list_show {
    display: none;
    border-top: 2px solid var(--i_color);
    position: absolute;
    top: var(--header_height);
    left: 0;
    box-sizing: border-box;
    padding: .4rem 0;
    /*width: 100%;*/
    background: rgb(255 255 255 / 96%);
    z-index: 2013;
    text-align: center;
}

.nav_products_show{
    margin-left: -60px;
}

.nav_cases_show{
    margin-left: -60px;
}

.nav_news_show{
    margin-left: -60px;
}


/* pc端 产品导航下拉 */
.nav_list_box {
    width: 96%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

.nav_list_show ul {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px;
}

/*滚动条*/
.nav_list_show ul::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.nav_list_show ul::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: var(--i_color)
}

.nav_list_show ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(255, 255, 255, .2)
}

.nav_list_show li {
    min-width: 260px;
    width: 260px;
    /*background: #f2f3f7;*/
    /*box-shadow: 0 0 10px rgb(0 0 0 / 10%);*/
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
    position: relative;
}

.nav_list_show li::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--i_color);
}

.nav_list_show li:not(:last-child) {
    margin-right: .3rem;
}

.nav_list_show li a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    padding: 5px;
    text-transform: capitalize;
}

.nav_list_show li:hover::after {
    width: calc(100% - .16rem * 2);
}

.nav_list_show .img {
    width: 100%;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    background: #FFF;
    position: relative;
    overflow: hidden
}

.nav_list_show .img:before {
    content: "";
    display: block;
    padding-bottom: 90%
}

.nav_list_show .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.nav_list_show .txt {
    padding: .16rem;

}

.nav_list_show .txt > a {
    font-size: .14rem;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.nav_solutions_show .txt > a {
    text-align: center;
}

.nav_list_show dl {
    margin-top: .1rem;
}

.nav_list_show dt {
    position: relative;
    overflow: hidden;
}

.nav_list_show dt::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -.2rem;
    width: .16rem;
    height: .16rem;
    background: url(../image/arrow_right_hollow_nav.svg) no-repeat center;
    background-size: contain;
}

.nav_list_show dt a {
    max-width: calc(100% - .4rem);
    font-size: .15rem;
    color: #666;
    line-height: .24rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav_list_show li:hover .txt > a {
    color: var(--i_color);
}

.nav_list_show dt:hover::after {
    right: 0;
}

.nav_list_show dt a:hover {
    margin-left: .14rem;
    color: var(--i_color);
}

.nav_list_show li::after,
.nav_list_show dt::after,
.nav_list_show dt a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 1440px) {
    .nav_list_show li {
        min-width: 220px;
        width: 220px;
    }
}

@media screen and (max-width: 1366px) {
    .nav_list_show li {
        min-width: 200px;
        width: 200px;
    }

    .nav_list_show .txt > a {
        font-size: 0.14rem;
    }
}

@media screen and (max-width: 1200px) {
    .nav_list_show li {
        min-width: 180px;
        width: 180px;
    }
}


/* 移动端导航按钮 */
.nav_menu {
    position: absolute;
    width: 22px;
    height: 16px;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    cursor: pointer
}

.nav_menu i {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    background: var(--i_color);
    border-radius: .1rem;
    transition: 0.5s
}

.nav_menu::before {
    content: "";
    width: 100%;
    height: 3px;
    background: var(--i_color);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: .1rem;
    transition: 0.5s
}

.nav_menu::after {
    content: "";
    width: 100%;
    height: 3px;
    background: var(--i_color);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: .1rem;
    transition: 0.5s
}

.nav_menu.on i {
    opacity: 0
}

.nav_menu.on::before {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -2px
}

.nav_menu.on::after {
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -2px
}

@media screen and (max-width: 1024px) {
    .nav_menu {
        display: block !important
    }

}


.top_r {
    --size: 40px
}

.top_r {
    position: absolute;
    right: 2%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: var(--header_height)
}

/* 搜索 */
.top_search {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    height: var(--size);
    box-sizing: border-box;
    position: relative;
    z-index: 2015;
}

.top_search form {
    width: var(--size);
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.top_search_ipt {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: var(--size);
    box-sizing: border-box;
    padding: 0 var(--size) 0 10px;
    background: #f7b87461;
    line-height: var(--size);
    box-sizing: border-box;
    /*font-size: .14rem;*/
    color: #555;
    z-index: 1;
    cursor: pointer;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.top_search_btn {
    width: var(--size);
    height: var(--size);
    background: url(../image/search.svg) no-repeat center;
    background-color: #FFF;
    background-size: 1.24rem;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    border-top: 1px solid wheat;
    border-right: 1px solid wheat;
    border-bottom: 1px solid wheat;
}

.top_search {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.top_search_ipt,
.top_search_btn {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.top_language {
    width: var(--size);
    background: #FFF;
    position: relative;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0
}

.top_language::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 1px;
    height: 50%;
    background: rgb(0 0 0 / 10%);
}

.top_language i {
    opacity: .7;
    display: block;
    width: var(--size);
    height: var(--size);
    background: url(../image/language_1_hei.svg) no-repeat center;
    background-size: 1.3rem;
    cursor: pointer;
}

.top_language_list {
    display: none;
    position: absolute;
    right: 0;
    padding-top: .2rem;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    z-index: 2;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.top_language.on .top_language_list {
    display: block !important;
}

.top_language_list::before {
    content: '';
    position: absolute;
    top: .1rem;
    right: .14rem;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #F2F2F2
}

.top_language_list li {
    background: #F2F2F2;
}

.top_language_list a > span {
    display: block;
    padding: 0 14px;
    min-width: 100px;
    overflow: hidden
}

.top_language_list img,
.top_language_list .trp-ls-language-name {
    display: inline-block;
    vertical-align: middle
}

.top_language_list .trp-ls-language-name {
    margin-left: 8px;
    font-size: .8rem;
    color: #777;
    line-height: 32px
}

.top_language:hover > i {
    background: url(../image/language.svg) no-repeat center;
    background-size: 1.3rem
}

.top_language_list li:hover {
    background: #DBDBDB
}

.top_language {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 1600px) {
    .top_r {
        --size: 40px
    }
}

@media screen and (max-width: 1440px) {
    .top_r {
        --size: 36px
    }

    .top_search_ipt {
        opacity: 0;
        padding-left: 0;
        width: var(--size);
        z-index: 3;
    }

    .top_search_ipt.on {
        opacity: 1;
        padding-left: 10px;
        width: 150px;
        background: #f7b87461;
        z-index: 1;
        -webkit-border-radius: 6px 0 0 6px;
        -moz-border-radius: 6px 0 0 6px;
        border-radius: 6px 0 0 6px;
    }

    .top_language i {
        background-size: 24px;
    }

    .top_search .top_search_btn {
        background-size: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .top_r {
        right: 8%;
    }
}

@media screen and (max-width: 767px) {
    .top_r {
        right: 56px;
    }
}


.top_ico_list {
    display: flex;
}

.top_ico_list dt {
    margin-left: .2rem;
}

.top_ico_list img {
    width: var(--size);
    height: var(--size);
    object-fit: contain;
}

.top_ico_list dt:hover {
    -webkit-transform: translate(0, -6px);
    -moz-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
    transform: translate(0, -6px)
}

.top_ico_list dt {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 1440px) {
    .top_ico_list dt {
        margin-left: .14rem;
    }
}

@media screen and (max-width: 1366px) {
    .top_ico_list img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
}


header,
.logo,
.logo img,
.i_nav > li > a,
.top_r,
.nav_list_show {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}


/* banner */
.banner {
    width: 100%;
    overflow: hidden;
    position: relative
}

.banner .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.banner .swiper-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1
}

.banner .swiper-slide {
    height: 0;
    padding-bottom: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-shrink: 0;
    position: relative;
    overflow: hidden
}

.banner .swiper-slide > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .swiper-slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% + 300px) !important;
    object-fit: cover;
    z-index: 2
}

/* #b_has_v::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 50%);
	z-index: 3;
} */

.banner-button-prev,
.banner-button-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 34px;
    height: 60px;
    z-index: 999;
    outline: none;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner-button-prev {
    left: -60px;
    background: rgb(255 255 255 / 30%) url(../image/arrow_left_hollow_bai3.svg) no-repeat center;
    background-size: 22px
}

.banner-button-next {
    right: -60px;
    background: rgb(255 255 255 / 30%) url(../image/arrow_right_hollow_bai3.svg) no-repeat center;
    background-size: 22px
}

.banner:hover .banner-button-prev {
    left: 0
}

.banner:hover .banner-button-next {
    right: 0
}

.banner-button-prev:hover,
.banner-button-next:hover {
    background-color: var(--i_color)
}


.banner-pagination {
    position: absolute;
    bottom: .4rem;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
    z-index: 10
}

.banner-pagination .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    display: inline-block;
    margin: 0 .07rem;
    background: rgb(255 255 255 / 50%);
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    outline: none
}

.banner-pagination .swiper-pagination-bullet-active {
    position: relative;
    background: var(--i_color)
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
    .banner {
        padding-top: var(--header_height);
    }

    .banner .swiper-slide {
        padding-bottom: 50.5%
    }

    .banner-button-prev,
    .banner-button-next {
        display: none
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    /* .banner .swiper-slide {
		padding-bottom: 64%
	} */
    .banner-pagination {
        bottom: .2rem;
    }
}


/* 视频文字 */
.b_text2 {
    width: 100%;
    top: 85%;
    transform: translate(0, -50%);
}

.b_text2 h2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: .8rem;
    color: #FFF;
    font-weight: 600;
    line-height: 0.8rem;
    text-transform: uppercase;
}

.b_text2 p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: .3rem;
    color: #FFF;
    font-weight: 500;
    line-height: 0.8rem;
    text-transform: uppercase;
}

@media screen and (max-width: 1440px) {
    .b_text2 h2 {
        font-size: 0.62rem;
        line-height: 0.7rem;
    }
}

@media screen and (max-width: 1366px) {
    .b_text2 h2 {
        font-size: 0.62rem;
        line-height: 0.7rem;
    }
}

@media screen and (max-width: 1200px) {
    .b_text2 h2 {
        font-size: 0.54rem;
    }
}


/* 首页 banner 文字 */
.b_text {
    position: absolute;
    z-index: 222;
}

.b_text1 {
    width: 100%;
    top: 28%;
    transform: translate(0, -50%);
}

.b_text1 h2 {
    text-align: center;
    font-size: .6rem;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
    .b_text1 h2 {
        font-size: 0.5rem;
    }
}

@media screen and (max-width: 1200px) {
    .b_text1 h2 {
        font-size: 0.4rem;
    }
}

@media screen and (max-width: 767px) {
    .b_text1 {
        top: 52%;
    }

    .b_text1 h2 {
        font-size: 0.3rem;
    }
}

@media screen and (max-width: 560px) {
    .b_text1 h2 {
        font-size: 0.22rem;
    }
}


/* main */
main {
    overflow: hidden;
}

/* BOX - margin and padding */
.box_mg {
    /*margin: 3.8rem auto .8rem*/
}

.box_pd {
    padding: .7rem 0
}

@media screen and (max-width: 1440px) {
    .box_pd {
        padding: .5rem 0 .6rem
    }
}

@media screen and (max-width: 959px) {
    .box_pd {
        padding: .6rem 0 .4rem
    }
}

@media screen and (max-width: 560px) {
    .box_mg {
        margin: 30px auto 0px
    }

    .box_pd {
        padding: .4rem 0 .4rem
    }
}


/* HOME - big title */
.i_tit {
    display: table;
    margin: 0 auto .6rem;
    text-align: center;
    overflow: hidden;
}

.i_tit h2 {
    display: inline-block;
    text-align: center;
    font-size: 2.36rem;
    color: #100800;
    font-weight: 900;
    line-height: 5.36rem;
    position: relative;
    text-transform: capitalize;

}

.i_tit h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #D6D6D6;
}

.i_tit i {
    display: block;
    margin-top: .18rem;
    width: 50%;
    height: 2px;
    background: var(--i_color);
}

@media screen and (max-width: 1366px) {
    .i_tit {
        margin: 0 auto 1.46rem;
    }

    .i_tit h2 {
        font-size: 1.92rem;
    }
}

@media screen and (max-width: 959px) {
    .i_tit {
        margin: 0 auto 1.3rem;
    }

    .i_tit h2 {
        font-size: 1.26rem;
    }
}

@media screen and (max-width: 767px) {
    .i_tit h2 {
        font-size: 1.24rem;
    }

    .i_tit i {
        margin-top: 1.14rem;
    }
}

@media screen and (max-width: 560px) {
    .i_tit h2 {
        font-size: 1.22rem;
    }

    .i_tit i {
        margin-top: 1.08rem;
    }
}


/* HOME - more */
.i_more {
    height: 1.4rem;
    display: table;
    padding: 0 1.5rem 0 1.4rem;
    background: var(--i_color);
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .5rem;
    position: relative;
    overflow: hidden;
}

.i_more::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--i_color2);
}

.i_more::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: .14rem;
    width: .12rem;
    height: .12rem;
    background: url(../image/arrow_right_hollow_bai.svg) no-repeat center;
    background-size: contain;
}

.i_more i {
    display: block;
    position: relative;
    color: #FFF;
    font-size: .8rem;
    line-height: 1.7rem;
    font-weight: bold;
    text-transform: capitalize;
}

.i_more:hover::before {
    left: 0;
    right: initial;
    width: 100%;
}

.i_more::before,
.i_more::after,
.i_more i {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 959px) {
    .i_more i {
        line-height: 2.44rem;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 560px) {
}


/* HOME - curve pic */
.i_curve_pic {
    margin-top: -1rem;
    width: 100%;
    position: relative;
    background: url(../image/i_curve_bg.webp) no-repeat center;
    background-size: 100%;
    z-index: -1;
    overflow: hidden
}

.i_curve_pic::before {
    content: "";
    display: block;
    padding-bottom: 9%
}

@media screen and (max-width: 767px) {
    .i_curve_pic {
        margin: -.6rem auto .4rem
    }
}

@media screen and (max-width: 560px) {
    .i_curve_pic {
        margin: -.4rem auto .3rem
    }
}


/* HOME - products */
.i_products {
}

.i_products_nav {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .4rem;
    position: relative;
    overflow: hidden;
}

.i_products_nav::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--border_color);
}

.i_products_nav ul {
    width: 80%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.i_products_nav li {
    flex-shrink: 0;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.i_products_nav li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--i_color);
    transition: all .5s;
}

.i_products_nav .swiper-slide-thumb-active::before {
    width: 100%;
}

.i_products_nav li p {
    font-size: .18rem;
    font-weight: bold;
    line-height: .6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.i_products_nav .swiper-slide-thumb-active p {
    color: var(--i_color)
}

.ip-button-prev,
.ip-button-next {
    display: none;
    position: absolute;
    bottom: 0;
    width: 24px;
    height: 100%;
    z-index: 999;
    outline: none;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ip-button-prev {
    left: 0;
    background: url(../image/arrow_left_hollow_hei.svg) no-repeat left center;
    background-size: 20px
}

.ip-button-next {
    right: 0;
    background: url(../image/arrow_right_hollow_hei.svg) no-repeat right center;
    background-size: 20px
}

.i_products_nav .swiper-button-disabled {
    opacity: .3;
    cursor: not-allowed
}

@media screen and (max-width: 959px) {
    .ip-button-prev,
    .ip-button-next {
        display: block;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 560px) {
    .ip-button-prev,
    .ip-button-next {
        background-size: 16px
    }
}


.i_products_show {
    position: relative;
    overflow: hidden;
    padding: 40px 0 0 0;
}

.i_products_show .swiper-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.i_products_show .swiper-slide {
    flex-shrink: 0;
    position: relative;
}

.i_products_list {
    width: 100%;
    box-sizing: border-box;
    padding: .1rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.i_products_list li {
    position: relative;
    cursor: pointer;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    width: 23.5%;
    margin: 2% 2% 0 0;
    box-sizing: border-box;
    padding: .4rem;
    border: 1px solid var(--border_color);
    background: #FFF;
    overflow: hidden;
    border-radius: 1rem
}

.i_products_list li:nth-child(4n) {
    margin-right: 0
}

.i_products_list .p_cont {
    display: block;
    text-align: center;
    width: 100%;
}

.i_products_list .img {
    width: 100%;
    position: relative;
    overflow: hidden
}

.i_products_list .img:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.i_products_list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 80%;
    /*min-inline-size: fit-content;*/
    object-fit: contain;
}

.i_products_list .txt {
    margin-top: .4rem;
}

.i_products_list .txt h2 {
    font-size: .88rem;
    color: #333;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*text-transform: capitalize;*/
}

.i_products_list .txt h6 {
    margin: .06rem auto .26rem;
    font-size: .14rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.i_products_list .txt span {
    display: block;
    background: #f2f3f6;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .5rem;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}

.i_products_list .txt span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    width: 0;
    height: 100%;
    background: var(--i_color);
}

.i_products_list .txt i {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    line-height: 2.44rem;
    position: relative;
    z-index: 2;
}

.i_products_list .add_car {
    position: absolute;
    top: 0;
    left: 0;
    width: .7rem;
    height: .7rem;
    z-index: 2;
}

.i_products_list .add_car span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-color: transparent var(--i_color);
    border-width: 0;
    border-style: solid;
}

.i_products_list .add_car i {
    display: block;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: .46rem;
    height: .46rem;
    background: url(../image/logo_s.png) no-repeat center;
    background-size: .22rem;
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -o-filter: brightness(0);
    -ms-filter: brightness(0);
    filter: brightness(0)
}

.i_products_list li:hover {
    box-shadow: 0 0 .1rem rgb(0 0 0 / 15%);
}

.i_products_list li:hover .txt span::before {
    width: 100%;
}

.i_products_list li:hover .txt i {
    color: #FFF;
}

.i_products_list li:hover .add_car span {
    border-width: 0 0 .7rem .7rem;
}

.i_products_list li:hover .add_car i {
    opacity: 1;
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
    filter: brightness(1)
}

.i_products_list .txt span::before,
.i_products_list .txt i,
.i_products_list .add_car span,
.i_products_list .add_car i {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.i_products .i_more {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: .06rem;
    margin-left: auto;
}

@media screen and (max-width: 959px) {
    .i_products_nav ul {
        width: 100%;
    }

    .i_products_nav li p {
        font-size: .22rem;
    }

    .i_products_list {
        flex-wrap: wrap;
    }

    .i_products_list li {
        width: 100%;
        padding: .3rem;
        margin: 0 2% .26rem 0;
    }

    .i_products_list li:nth-child(2n) {
        margin-right: 0
    }

    .i_products .i_more {
        position: relative;
        top: initial;
        right: initial;
        margin: .16rem auto 0;
    }
}

@media screen and (max-width: 767px) {
    .i_products_nav {
        margin-bottom: .3rem;
    }

    .i_products_nav li::before {
        height: 1px;
    }

    .i_products_nav li p {
        line-height: .5rem;
    }
}

@media screen and (max-width: 560px) {
    .i_products_nav {
        margin-bottom: .16rem;
    }

    .i_products_nav li p {
        font-size: .18rem;
    }

    .i_products_list li {
        margin: 0 2% .18rem 0;
    }

    .i_products_list .txt h6 {
        margin: .06rem auto .14rem
    }

    .i_products_list .txt i {
        line-height: 2.4rem;
    }

    .i_products .i_more {
        margin: 0 auto 0;
    }
}


/* About */
.i_about {
    position: relative;
    background: url(../image/i_about_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    display: grid;
}

.i_about1 {
    position: relative;
    background: url(../image/i_about_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    display: flex;
}

.i_ab_pic {
    /*position: absolute;*/
    top: 0;
    left: 0;
    /*height: 100%;*/
    width: 100%;
    text-align: center;
}

.i_ab_pic1{
    /*position: absolute;*/
    top: 0;
    left: 0;
    /*height: 100%;*/
    width: 50%;
    text-align: center;
}
.i_ab_pic img {
    height: 100%;
    width: 100%;
    max-width: 1440px;
    /*object-fit: contain;*/
}
.i_ab_pic1 img {
    height: 90%;
    width: 100%;
    max-width: 1440px;
    /*object-fit: contain;*/
}

.i_ab_text {
    overflow: hidden;
    width:100% !important;
}
.i_ab_text1 {
    overflow: hidden;
    width:50% !important;
}
.i_ab_txt {
    float: right;
    width: 100% !important;
    padding: .8rem 0;
}

.i_ab_txt .i_tit {
    margin-bottom: .34rem;
}

.i_ab_txt h5 {
    font-size: .16rem;
    font-weight: bold;
    color: #100800;
}

.i_ab_txt article {
    margin: 4rem;
    font-size: 1.14rem;
    color: #444;
    line-height: 2.24rem;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9
}

.i_ab_txt .i_more {
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    .i_ab_pic {
        width: 100%;
    }

    .i_ab_txt {
        width: 54%;
    }
}

@media screen and (max-width: 1366px) {
    .i_ab_txt {
        padding: .6rem 0;
    }
}

@media screen and (max-width: 1024px) {
    .i_ab_txt {
        padding: .6rem 0 1.4rem;
        width: 64%;
    }
}

@media screen and (max-width: 959px) {
    .i_ab_pic {
        /*opacity: .06;*/
        width: 100%;
    }
    .i_ab_pic1 {
        /*opacity: .06;*/
        width: 100%;
    }


    .i_about{
        display: grid;
    }
    .i_about1{
        display: grid;
    }
    .i_ab_pic img {
        width: 100%;
        object-fit: cover;
    }
    .i_ab_pic1 img {
        width: 100% !important;
        object-fit: cover;
    }

    .i_ab_txt {
        width: 100% !important;
        padding: .6rem 0 .8rem;
    }
    .i_ab_txt1 {
        width: 100% !important;
        padding: .6rem 0 .8rem;
    }
    .i_ab_text {
        width: 100% !important;

    }
    .i_ab_text1 {
        width: 100% !important;

    }
}

@media screen and (max-width: 767px) {
    .i_ab_txt article {
        -webkit-line-clamp: 6
    }
}

@media screen and (max-width: 560px) {
    .i_ab_txt {
        padding: .4rem 0 .5rem;
    }

    .i_ab_txt h5 {
        font-size: .17rem;
    }

    .i_ab_txt article {
        font-size: 1.16rem;
        margin:1rem
    }
}


.i_ab_list {
    background: url(../image/i_ab_list_bg.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.i_ab_list dl {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: .8rem 0 1rem;
}

.i_ab_list dt {
    width: 50%;
    box-sizing: border-box;
    padding: 0 1.4rem;
    text-align: center;
}

.i_ab_list dt img {
    height: .8rem;
}

.i_ab_list dt h2 {
    margin: 1.4rem auto 1.3rem;
    font-size: 2.34rem;
    color: var(--i_color);
    font-weight: 900;
}

.i_ab_list dt h2 i {
    font-weight: 900
}

.i_ab_list dt p {
    font-size: 1.16rem;
    color: #444;
    line-height: 2.24rem;
}

.i_ab_list dt:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg)
}

.i_ab_list dt img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 1440px) {
    .i_ab_list dt img {
        height: .7rem;
    }

    .i_ab_list dt h2 {
        margin: .3rem auto .2rem;
        font-size: 2.3rem;
    }
}

@media screen and (max-width: 1366px) {
    .i_ab_list dl {
        padding: .6rem 0 .7rem;
    }
}

@media screen and (max-width: 767px) {
    .i_ab_list dt {
        padding: 0 .2rem;
    }

    .i_ab_list dt img {
        height: .5rem;
    }

    .i_ab_list dt h2 {
        margin: .3rem auto .2rem;
        font-size: 1.22rem;
        font-weight: bold;
    }

    .i_ab_list dt h2 i {
        font-weight: bold;
    }
}

@media screen and (max-width: 560px) {
    .i_ab_list dl {
        flex-wrap: wrap;
        padding: .2rem 0 .3rem;
    }

    .i_ab_list dt {
        margin: .2rem 0;
    }

    .i_ab_list dt img {
        height: .4rem;
    }

    .i_ab_list dt h2 {
        margin: .2rem auto .1rem;
    }

    .i_ab_list dt p {
        font-size: 1rem;
        line-height: 1.2rem;
    }
}


/* Engineering case */
.i_case {
}

.i_case_list {
    padding: .1rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.i_case_list li {
    width: 23.5%;
    margin: 0 2% 0 0;
    box-sizing: border-box;
    border: 1px solid var(--border_color);
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius:1rem;
    overflow: hidden;
    position: relative;
}

.i_case_list li:nth-child(4n) {
    margin-right: 0
}

.i_case_list li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--i_color);
}

.i_case_cont {
    padding: .2rem;
}

.i_case_list .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.i_case_list .img:before {
    content: "";
    display: block;
    padding-bottom: 74%
}

.i_case_list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    object-fit: cover
}

.i_case_list .txt {
    margin: 1.2rem auto 1rem;
}

.i_case_list .txt h2 {
    font-size: 1.16rem;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.i_case_list .txt h6 {
    margin-top: .06rem;
    font-size: .14rem;
    color: #555;
    line-height: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
}

.i_case_list .more {
    text-align: center;
    background: #f6f7f9;
}

.i_case_list .more i {
    padding-right: .3rem;
    font-size: 1.12rem;
    color: #3e3a39;
    font-weight: bold;
    line-height: 2.46rem;
    background: url(../image/arrow_right_hollow_hei.svg) no-repeat center right;
    background-size: .1rem;
}

.i_case_list li:hover {
    box-shadow: 0 0 .1rem rgb(0 0 0 / 15%);
}

.i_case_list li:hover::after {
    width: 100%;
}

.i_case_list li:hover img {
    width: 100%;
    height: 100%;
}

.i_case_list li:hover h2 {
    color: var(--i_color);
}

.i_case_list li:hover .more i {
    color: var(--i_color);
    background: url(../image/arrow_right_hollow_nav.svg) no-repeat center right;
    background-size: .1rem;
}

.i_case_list li::after,
.i_case_list .img img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.i_case .i_more {
    margin: .4rem auto 0;
}

@media screen and (max-width: 959px) {
    .i_case_list {
        flex-wrap: wrap;
    }

    .i_case_list li {
        width: 48%;
        margin: 0 4% .3rem 0;
    }

    .i_case_list li:nth-child(2n) {
        margin-right: 0
    }

    .i_case .i_more {
        margin: .2rem auto 0;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 560px) {
    .i_case_list li {
        margin: 0 4% .2rem 0;
    }

    .i_case .i_more {
        margin: .1rem auto 0;
    }
}


/* Solutions */
.i_solutions {
    /*overflow: hidden;*/
}

.i_solutions .more {
    display: table;
    margin: 0 auto .5rem;
}

.i_solutions .more span {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    border: 1px solid var(--border_color);
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
}

.i_solutions .more p {
    padding: 0 .8rem 0 .4rem;
    font-size: .18rem;
    color: #3e3a39;
    font-weight: bold;
    line-height: .4rem;
}

.i_sol_cont {
    width: 90%;
    position: relative;
    overflow: hidden;
    left:5%;
    display: flex;
}

.i_sol_cont:before {
    content: "";
    display: block;
    padding-bottom: 36%
}

.i_sol_one_v {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 50%;
    /*  height: 100%;*/
    /*overflow: hidden;*/
    /*cursor: pointer;*/
    padding: 0.5rem;
}

.i_sol_one_v .img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.i_sol_one_v .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /*border-radius: 1rem;*/
}

.i_sol_list {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    width: 50%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    /*overflow: hidden;*/
    justify-content: space-evenly;
    margin: 5px;
}

.i_sol_list li {
    width:48%;
    /*height: calc((100% - 0.2rem) / 2);*/
    margin: 0.1rem 0 0.3rem 0.4rem;
    position: relative;
    /*overflow: hidden*/
}

.i_sol_list li:nth-child(3n) {
    margin-right: 0
}

.i_sol_list .img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.i_sol_list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* play button */
.i_sol_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .36rem;
    height: .36rem;
    background: rgb(0 0 0 / 70%) url(../image/v_play.svg) no-repeat center;
    background-size: 40%;
    background-position-x: 60%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    border-radius: 1rem
}

.i_sol_one_v .i_sol_play {
    width: .86rem;
    height: .86rem;
}

.i_sol_one_v .i_sol_play:hover,
.i_sol_list .i_sol_play:hover {
    background-color: var(--i_color);
}

.i_sol_v {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
    max-height: 80vh;
    background: rgb(0 0 0 / 90%);
    object-fit: contain;
    z-index: 99999999;
}

.i_sol_v video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.i_sol_v iframe {
    width: 100%;
    height: 70vh;
    object-fit: contain;
}

.i_sol_v .v_close {
    display: block;
    position: absolute;
    top: .2rem;
    right: .8rem;
    width: .3rem;
    height: .3rem;
    background: url(../image/close_1_bai.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    z-index: 99;
}

.i_sol_v .v_close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.i_sol_v .v_close {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}


.i_sol_list .tit {
    --lineheight: .42rem
}

.i_sol_list .tit {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: .26rem;
    text-align: center;
    width: 88%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    background: rgb(255 255 255 / 80%);
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
}

.i_sol_list .tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - var(--lineheight));
    height: 0;
    background: var(--i_color);
}

.i_sol_list .tit p {
    width: calc(100% - var(--lineheight));
    box-sizing: border-box;
    padding: 0 .16rem;
    font-size: .14rem;
    color: #100800;
    font-weight: bold;
    line-height: var(--lineheight);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.i_sol_list .tit i {
    display: block;
    margin-left: auto;
    width: var(--lineheight);
    height: var(--lineheight);
    background: #3e3a39 url(../image/arrow_right_hollow_bai.svg) no-repeat center;
    background-size: .8rem;
}


.i_sol_list .tit:hover::before {
    bottom: 0;
    top: initial;
    height: 100%;
}

.i_sol_list .tit:hover p {
    color: #FFF;
}

.i_sol_list .tit::before,
.i_sol_list .tit p {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 1440px) {
    .i_sol_list .tit p {
        font-size: .13rem;
    }
}

@media screen and (max-width: 1366px) {
    .i_sol_list .tit {
        --lineheight: .36rem
    }
}

@media screen and (max-width: 959px) {
    .i_sol_cont {
        width: 94%;
        margin: 0 auto;
        left:0;
        display: grid;
    }

    .i_sol_cont:before {
        display: none;
    }

    .i_sol_v {
        width: 94vw;
    }

    .i_sol_one_v,
    .i_sol_list {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 0.5rem 0 0 0;
    }
    header{
        position: fixed;
    }
    .i_sol_list li {
        height: initial;
    }

    .i_sol_list .img {
        height: initial;
        position: relative;
    }

    .i_sol_list .img::before {
        content: '';
        display: block;
        padding-bottom: 96%;
    }

    .i_sol_list .img img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .i_sol_list .tit {
        --lineheight: .5rem
    }

    .i_sol_list .tit {
        position: initial;
        width: 100%;
        transform: none
    }

    .i_sol_list .tit p {
        width: 100%;
        font-size: .15rem;
    }

    .i_sol_list .tit i {
        display: none;
    }

    .i_sol_one_v {
        margin-bottom: .24rem;
    }

    .i_sol_one_v::before {
        content: '';
        display: block;
        padding-bottom: 82.35%;
    }

    .i_sol_one_v .img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .i_solutions .more {
        width: 90%;
    }

    .i_solutions .more span {
        padding: .2rem;
        flex-wrap: wrap;
        text-align: center;
    }

    .i_solutions .more p {
        width: 100%;
        padding: 0 .2rem;
    }

    .i_solutions .i_more {
        margin: .1rem auto 0;
    }

    .i_sol_list li {
        width: 49%;
        margin: 0 2% .2rem 0;
    }

    .i_sol_list li:nth-child(3n) {
        margin-right: 2%;
    }

    .i_sol_list li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 560px) {
    .i_solutions .more {
        margin: 0 auto .3rem;
    }

    .i_solutions .more span {
        padding: .1rem 0 .2rem;
    }

    .i_sol_one_v .i_sol_play {
        width: .6rem;
        height: .6rem;
        background-size: 36%
    }

    .i_sol_v iframe {
        height: 40vh;
    }
}


/* news events */
.i_news {
}

.i_news_cont {
    padding: 0.1rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.i_top_news {
    width: 38.5%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.i_top_news .img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.i_top_news .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.i_top_news .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--i_color);
    background: -webkit-linear-gradient(top, transparent, rgb(246 163 3 / 90%));
    background: linear-gradient(to bottom, transparent, rgb(246 163 3 / 90%));
    z-index: 2;
}

.i_top_news .txt span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 .3rem .3rem;
}

.i_top_news .txt h2 {
    font-size: 1.16rem;
    color: #FFF;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.i_top_news .txt h6 {
    margin: 1.14rem 0 1.18rem;
    font-size: .84rem;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.i_top_news:hover img {
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15)
}

.i_top_news .img img {
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}


.i_news_time {
    margin-bottom: 1.2rem;
    position: relative;
    padding: 1rem 1rem 0 1rem;
}

.i_news_time h4 {
    font-size: 0.84rem;
    color: #FFF;
}

.i_news_time p {
    font-size: 3.14rem;
    color: #FFF;
}

.i_news_time h4,
.i_news_time p {
    /*overflow: hidden;*/
    white-space: nowrap;
    text-overflow: ellipsis
}


/* news more */
.i_news_cont .more {
    display: block;
    width: 2.3rem;
    height: 2.3rem;
    background: #3e3a39;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.i_news_cont .more::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--i_color);
}

.i_news_cont .more i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/arrow_right_hollow_bai3.svg) no-repeat center;
    background-size: 1.14rem;
}

.i_top_news .more {
    background: #FFF
}

.i_top_news .more i {
    background: url(../image/arrow_right_hollow_3.svg) no-repeat center;
    background-size: 1.14rem;
}

.i_news_list li:hover {
    box-shadow: 0 0 .1rem rgb(0 0 0 / 15%);
}

.i_news_list li:hover .more {
    background: #FFF;
}

.i_news_list li:hover .more::before {
    top: 0;
    bottom: initial;
    height: 100%;
}

.i_top_news:hover .more::before {
    top: 0;
    bottom: initial;
    height: 100%;
    background: #3e3a39;
}

.i_news_cont .more {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.i_news_cont .more::before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}


.i_news_list {
    margin-left: auto;
    width: 60%;
}

.i_news_list li {
    box-sizing: border-box;
    padding: 1.3rem 1.3rem 1.24rem;
    width: 57%;
    border: 1px solid var(--border_color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.i_news_list li:nth-child(2),
.i_news_list li:nth-child(3) {
    margin-bottom: 1.6rem;
}

.i_news_list .i_news_time h4,
.i_news_list .i_news_time p {
    color: #666;
}

.i_news_list li:first-child {
    float: left;
    width: 41%;
    margin-right: 2%;
}

.i_news_list li .img {
    display: none
}

.i_news_list li .img img {
    width:auto;
    height: auto;
    object-fit: cover;
}

.i_news_list li:first-child .img {
    display: block;
    margin-top: 4.3rem;
}

.i_news_list li:not(:first-child) .txt {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.i_news_list .i_news_time {
    width: 30%;
}

.i_news_list li:not(:first-child) .i_news_time::after {
    content: '';
    position: absolute;
    top: 0;
    right: .24rem;
    width: 1px;
    height: 100%;
    background: var(--border_color);
}

.i_news_list span {
    width: 65%;
    margin-left: auto;
}

.i_news_list h2 {
    font-size: 1.16rem;
    color: #3e3a39;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.i_news_list h6 {
    margin: 1.14rem 0 1.18rem;
    font-size: .84rem;
    color: #5b5c5d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.i_news_list li:hover h4,
.i_news_list li:hover p,
.i_news_list li:hover h2 {
    color: var(--i_color);
}

.i_news_list li:first-child:hover img {
    -webkit-animation: twinkle 1s 1 linear;
    animation: twinkle 1s 1 linear
}

@keyframes twinkle {
    0% {
        opacity: 1
    }
    50% {
        opacity: .6
    }
    100% {
        opacity: 1
    }
}

.i_news_list li img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.i_news .i_more {
    margin: .4rem auto 0;

}

@media screen and (max-width: 1440px) {
    .i_news_time h4 {
        font-size: 1.36rem;
    }

    .i_news_time p {
        font-size: 1.13rem;
    }
}

@media screen and (max-width: 1366px) {
    .i_news_list li {
        padding: 1.22rem 1.26rem 1.22rem
    }
}

@media screen and (max-width: 1024px) {
    .i_news .i_more {
        margin: 1.4rem auto 0;
    }
}

@media screen and (max-width: 959px) {
    .i_top_news {
        margin-bottom: 1.3rem;
        width: 100%;
    }

    .i_top_news .img {
        height: initial;
    }

    .i_top_news .img::before {
        content: '';
        display: block;
        padding-bottom: 75%;
    }

    .i_top_news .img img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .i_news_list {
        margin-left: initial;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .i_news_list li:first-child {
        float: none;
        width: 100%;
    }

    .i_news_list li {
        width: 100%;
        margin: 0 0 .2rem 0;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .i_news_list li .img {
        display: block;
        width: 200px;
        margin-top: 0 !important;
        order: 0;
    }

    .i_news_list li .img img {
        height: initial;
    }

    .i_news_list .txt {
        width: calc(100% - 230px);
        margin-left: auto;
        order: 1;
        display: block !important;
    }

    .i_news_list li:not(:first-child) .i_news_time::after {
        display: none;
    }

    .i_news_list .img {
        width: 40%;
    }
}

@media screen and (max-width: 560px) {
    .i_news_list li .img {
        display: none !important;
    }

    .i_news_list .txt {
        width: 100%;
        display: flex !important;
    }

    .i_news .i_more {
        margin: 1.1rem auto 0;
    }
}


/* footer */
footer {
    background: url(../image/footer_bg.webp) no-repeat center;
    background-size: cover;
}

.f_cont {
    padding: 1.66rem 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
}

.f_contact {
    width: 70%;
}

.f_contact .i_tit {
    margin-bottom: .34rem;
}
.demofoot{
    width: 100%;
    line-height: 2.5rem;
    display: flex;
    /*flex-wrap: wrap;*/
    padding: 1rem;
    justify-content: space-between;
}
.demofoot ul{
    padding: 1.14rem;
}
.demofoot .title{
    margin-bottom: 1.3rem;
    font-size: 1.16rem;
    color: #F6A303;
    font-weight: 900;
}
.f_info {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 1.3rem;
    border-top: 1px solid var(--border_color);
}

.f_info dd {
    max-width:50%;
}

.f_info dt {
    padding-right: .2rem;
}

h3.f_tit {
    margin-bottom: 1.3rem;
    font-size: .96rem;
    color: var(--i_color);
    font-weight: 900;
}

.f_contact_list li {
    margin-bottom: 1.18rem;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    /*text-transform: capitalize;*/
}

.f_contact_list li i {
    display: block;
    margin-right: 10px;
    width: 2.24rem;
    height: 1.24rem
}

.f_contact_list li i img {
    opacity: .5;
    height: 100%;
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -o-filter: brightness(0);
    -ms-filter: brightness(0);
    filter: brightness(0)
}

.f_contact_list li span,
.f_contact_list li span a {
    display: inline-block;
    font-size: .84rem;
    color: #333;
    line-height: 22px;
    width: 95%;
}

.f_contact_list li span a {
    cursor: pointer;
}

.f_contact_list li span b {
    float: left;
    font-weight: bold;
    margin-right: 4px;
}

.f_contact_list li:hover img {
    opacity: 1;
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
    filter: brightness(1)
}

.f_contact_list li a:hover {
    color: var(--i_color)
}

/* Jump map */
.jump_map {
    cursor: pointer;
}

#jump_map_box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    box-sizing: border-box;
    padding: 0;
    background: rgb(255 255 255 / 100%);
    z-index: 9999999999999;
    overflow: auto
}

.jump_map_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: .4rem;
    height: .4rem;
    background: var(--i_color) url(../image/close_1_bai.svg) no-repeat center;
    background-size: 30px;
    cursor: pointer
}

.jump_map_close:hover {
    background-color: var(--i_color2);
}

/* .jump_map_close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.jump_map_close {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
} */
@media screen and (max-width: 1024px) {
    #jump_map_box {
        width: 94%;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 560px) {
}


.f_media {
    margin-top: .5rem;
    padding-top: 10px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap
}

.f_media li {
}

.f_media li:not(:last-child) {
    margin-right: .2rem;
}

.f_media img {
    opacity: .7;
    height: .3rem;
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -o-filter: brightness(0);
    -ms-filter: brightness(0);
    filter: brightness(0)
}

.f_media li:hover {
    -webkit-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    transform: translate(0, -8px)
}

.f_media li:hover img {
    opacity: 1;
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
    filter: brightness(1)
}

.f_media li,
.f_media img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.f_nav {
}

.f_nav li {
}

.f_nav a {
    display: block;
    font-size: .14rem;
    color: #333;
    line-height: .32rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.f_nav a:hover {
    color: var(--i_color);
}

.f_form {
    width: 25%;
    background: #d6d6d6;
    margin: 4.2rem 0 0 auto;
    box-sizing: border-box;
    padding: 1.3rem .86rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .5rem;
    overflow: hidden;
}

.f_form > .tit {
    margin-bottom: 1.2rem;
    text-align: center;
    font-size: 1.2rem;
    color: #3e3a39;
    font-weight: bold;
}

/* footer form */
#wpforms-83 {
    --input_font_size: 13px;
    --input_height: 2.4rem
}

#wpforms-83 {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

#wpforms-form-83 {
    width: 100%;
    position: relative;
    overflow: hidden
}

#wpforms-83 input,
#wpforms-83 button {
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

#wpforms-83 .wpforms-field {
    padding: 0;
    margin: 0
}

#wpforms-83 .wpforms-field-label {
    font-size: 0
}

#wpforms-83 .wpforms-required-label {
    position: absolute;
    top: 14px;
    left: 5px;
    font-size: 14px;
    color: #F00
}

#wpforms-83 .wpforms-field {
    width: 48%;
    background: transparent;
    margin-bottom: 0;
    margin-right: 5px;
    padding-bottom: 14px;
    position: relative;
    overflow: hidden
}

#wpforms-83 .wpforms-field-textarea {
    width: 100% !important
}

#wpforms-83 .wpforms-field-container input,
#wpforms-83 textarea {
    width: 100%;
    max-width: 100% !important;
    min-width: 100%;
    font-size: var(--input_font_size);
    color: #333;
    height: var(--input_height);
    box-sizing: border-box;
    border: none;
    background: #FFF;
    padding: 0 1.16rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .5rem;
    overflow: hidden;
}

#wpforms-83 input {
    line-height: var(--input_height)
}

#wpforms-83 textarea {
    line-height: 22px;
    min-height: 90px;
    padding: 0.3rem 1.16rem
}

#wpforms-83 input::-webkit-input-placeholder,
#wpforms-83 textarea::-webkit-input-placeholder {
    color: #999;
    font-size: var(--input_font_size)
}

#wpforms-83 input::-moz-placeholder,
#wpforms-83 textarea::-moz-placeholder {
    color: #999;
    font-size: var(--input_font_size)
}

#wpforms-83 input::-ms-input-placeholder,
#wpforms-83 textarea::-ms-input-placeholder {
    color: #999;
    font-size: var(--input_font_size)
}

#wpforms-83 #wpforms-83-field_1-error,
#wpforms-83 #wpforms-83-field_2-error,
#wpforms-83 #wpforms-83-field_3-error,
#wpforms-83 #wpforms-83-field_4-error,
#wpforms-83 #wpforms-83-field_5-error,
#wpforms-83 #wpforms-83-field_6-error {
    position: absolute;
    font-size: 13px
}

#wpforms-83 .wpforms-field-container {
    margin-bottom: .04rem;
    width: 100%;
    overflow: hidden
}

#wpforms-83 .wpforms-submit-container {
    padding: 0 !important;
    box-sizing: border-box;
    width: 100%;
    height: var(--input_height);
    background: var(--i_color);
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
    position: relative
}

#wpforms-83 .wpforms-submit-container::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--i_color2);
}

#wpforms-83 .wpforms-submit-container button {
    width: 100%;
    height: var(--input_height);
    font-size: 1.13rem;
    font-weight: bold;
    color: #FFF;
    line-height: var(--input_height);
    cursor: pointer;
    position: relative;
    z-index: 2
}

#wpforms-83 .wpforms-submit-container img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 4px
}

#wpforms-83 .wpforms-submit-container:hover::before {
    left: 0;
    right: initial;
    width: 100%;
}

#wpforms-83 .wpforms-submit-container::before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#wpforms-83 .form_reset {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48% !important;
    height: var(--input_height);
    padding: 0;
    box-sizing: border-box;
    background: #3e3a39;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
    cursor: pointer;
}

#wpforms-83 .form_reset::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--i_color);
}

#wpforms-83 .form_reset input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: .13rem;
    color: #FFF;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

#wpforms-83 .form_reset:hover::before {
    left: 0;
    right: initial;
    width: 100%;
}

#wpforms-83 .form_reset::before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}


.f_copy {
    width: 100%;
    background: url(../image/footer_bottom.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.f_copy::before {
    content: "";
    display: block;
    padding-bottom: 6.27%
}

.f_copy .wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
}

.f_logo {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.f_logo img {
    max-width:100% !important;
}

.f_copy_list {
    position: absolute;
    right: 0;
    bottom: .8rem;
    max-width: 66%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap
}

.f_copy_list dt {
    position: relative;
}

.f_copy_list dt:not(:first-child) {
    margin-left: .3rem;
}

.f_copy_list dt:not(:first-child)::before {
    content: '';
    position: absolute;
    left: -.15rem;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 80%;
    background: #FFF;
}

.f_copy_list dt,
.f_copy_list p,
.f_copy_list a {
    font-size: 1.02rem;
    color: black;
}

.f_copy_list a:hover {
    color: var(--i_color);
}

@media screen and (max-width: 1440px) {
    .f_form {
        margin-top: 0;
    }

    .f_logo img {
        /*max-width: 2.6rem;*/
    }

    .f_copy_list {
        bottom: .14rem;
    }
}

@media screen and (max-width: 1366px) {
    .f_logo img {
        max-width: 2.2rem;
    }
}

@media screen and (max-width: 1200px) {
    .f_logo img {
        max-width: 2rem;
    }

    .f_copy_list {
        max-width: 70%;
    }
}

@media screen and (max-width: 959px) {
    .f_contact,
    .f_form {
        width: 100%;
    }

    .f_contact {
        margin-bottom: 0.3rem;
    }

    .f_copy {
        background: #ededed;
    }

    .f_copy::before {
        display: none
    }

    .f_copy .wrap,
    .f_logo,
    .f_copy_list {
        position: initial;
        transform: none;
    }

    .f_logo {
        display: none;
    }

    .f_copy_list {
        width: 100%;
        max-width: 100%;
        padding: .2rem 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .f_copy_list dt,
    .f_copy_list p,
    .f_copy_list a {
        color: #333;
    }
}

@media screen and (max-width: 767px) {
    .f_info dd {
        width: 100%;
        max-width: 100%;
    }

    .f_media {
        margin-top: .3rem;
    }

    .f_contact {
        margin-bottom: 0;
    }

    .f_form {
        display: none;
    }

    .f_info dt {
        display: none;
    }

    .f_copy {
        display: none !important;
    }

    .f_copy_list dt {
        width: 100%;
        text-align: center;
    }

    .f_copy_list dt::before {
        display: none;
    }

    .f_copy_list dt,
    .f_copy_list p,
    .f_copy_list a {
        line-height: .24rem;
    }
}

@media screen and (max-width: 560px) {
    .f_cont {
        padding: .44rem 0;
    }

    h3.f_tit {
        font-size: .98rem;
    }

    .f_contact_list li span,
    .f_contact_list li span a {
        font-size: .86rem;
    }

    .f_copy_list {
        padding: .1rem 0;
    }

    .f_copy_list dt,
    .f_copy_list p,
    .f_copy_list a {
        font-size: .14rem;
    }
}


/* mobile bottom menu */
.f_menu {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: var(--f_menu_height);
    flex-wrap: nowrap;
    background: #FFF;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    overflow: hidden;
    z-index: 9999999
}

.f_menu li {
    width: 100%;
    box-sizing: border-box
}

.f_menu li:not(:last-child) {
    border-right: 1px solid var(--border_color)
}

.f_menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
    overflow: hidden
}

.f_menu i {
    display: inline-block;
    padding-left: 24px;
    font-size: 13px;
    color: #555;
    line-height: 16px
}

.f_menu li:nth-child(1) i {
    background: url(../image/home.svg) no-repeat left center;

    background-size: 22px
}

.f_menu li:nth-child(2) i {
    background: url(../image/whatsapp.svg) no-repeat left center;
    background-size: 16px
}

.f_menu li:nth-child(3) i {
    background: url(../image/email.svg) no-repeat left center;
    background-size: 18px
}

@media screen and (max-width: 767px) {
    .f_menu {
        display: -webkit-flex;
        display: flex
    }

    footer {
        padding-bottom: var(--f_menu_height);
    }
}

@media screen and (max-width: 560px) {
    .f_menu i {
        padding-left: 0;
        padding-top: 0.3rem;
    }

    .f_menu li:nth-child(1) i {
        background: url(../image/home.svg) no-repeat top center;
        background-size: 22px
    }

    .f_menu li:nth-child(2) i {
        background: url(../image/whatsapp.svg) no-repeat top center;
        background-size: 16px
    }

    .f_menu li:nth-child(3) i {
        background: url(../image/email.svg) no-repeat top center;
        background-size: 18px
    }
}

@media screen and (max-width: 380px) {
    .f_menu i {
        font-size: 12px;
    }
}


/* aside */
.aside_right {
    position: fixed;
    right: 30px;
    bottom: 16%;
    z-index: 999999
}

.aside_right ul {
}

.aside_right li {
    margin: .1rem 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.aside_right li > a {
    display: block;
    width: .5rem;
    height: .5rem;
    background: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3
}

.aside_right li:nth-child(1) > a {
    background: #389b0f
}

.aside_right li:nth-child(2) > a {
    background: var(--i_color);
}

.aside_right li img {
    display: block;
    margin: 0 auto;
    width: .22rem;
    height: .22rem;
    object-fit: contain
}

.aside_right li:hover > a {
    background-color: var(--i_color)
}

.side_tel_box,
.side_qr_box {
    position: absolute;
    box-shadow: -1px 2px 6px rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1
}

.side_tel_box {
    top: 0;
    right: -300px;
    width: 180px;
    min-height: 100%;
    background: #FFF
}

.side_qr_box {
    top: 50%;
    transform: translate(0, -50%);
    right: -180px;
    width: 120px;
    height: 120px;
    background: #FFF
}

.side_tel_box h6 {
    padding: 8px 0;
    font-size: 14px;
    color: #666
}

.side_tel_box h6 a {
    line-height: 20px
}

.side_tel_box a:hover {
    color: var(--i_color)
}

.side_qr_box img {
    width: 90%;
    height: 90%
}

.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
    right: 48px
}

.side_tel_box,
.side_qr_box {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.aside_close {
    position: absolute;
    top: .3rem;
    right: .3rem;
    display: block;
    width: .3rem;
    height: .3rem;
    background: url(../image/close_1_hei.svg) no-repeat center;
    background-size: 30px;
    cursor: pointer
}

.aside_close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.aside_close {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#aside_mask_bg {
    display: none;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 9999999999998;
}

#aside_sc_from {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    box-sizing: border-box;
    padding: 30px 30px 40px;
    background: rgb(255 255 255 / 100%);
    z-index: 9999999999999;
    overflow: auto
}

#aside_sc_from .tit {
    margin-bottom: .4rem
}

#aside_sc_from .tit h1 {
    text-align: center;
    font-size: .26rem;
    color: var(--i_color);
    font-weight: bold;
    line-height: .3rem
}

#wpforms-956 {
    --input_font_color: rgb(0 0 0 / 50%);
    --input_font_size: 14px;
    --input_height: 42px
}

#wpforms-956 {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

#wpforms-form-956 {
    width: 100%;
    overflow: hidden
}

#wpforms-956 input,
#wpforms-956 button {
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

#wpforms-956 .wpforms-field {
    padding: 0;
    margin: 0
}

#wpforms-956 .wpforms-error-container {
    line-height: 16px
}

#wpforms-956 .wpforms-field-container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

#wpforms-956 .wpforms-submit-container {
    padding: 0 !important;
    margin: 0 auto;
    width: 170px;
    height: 38px;
    background: var(--i_color);
    box-sizing: border-box;
    border: 2px solid var(--i_color);
    position: relative
}

#wpforms-956 .wpforms-field-label {
    font-size: 0
}

#wpforms-956 .wpforms-required-label {
    position: absolute;
    top: 16px;
    left: 5px;
    font-size: 16px;
    color: #F00
}

#wpforms-956 .wpforms-field {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 18px;
    background: transparent;
    position: relative;
    overflow: hidden
}

#wpforms-956 input {
    height: var(--input_height)
}

#wpforms-956 textarea {
    min-height: 100px
}

#wpforms-956 input,
#wpforms-956 textarea {
    width: 100%;
    max-width: 100% !important;
    font-size: var(--input_font_size);
    color: #333;
    box-sizing: border-box;
    border: 1px solid rgb(0 0 0 / 30%);
    line-height: var(--input_height);
    padding: 0 16px
}

#wpforms-956 input::-webkit-input-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-956 input::-moz-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-956 input::-moz-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-956 input::-ms-input-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-956 textarea::-webkit-input-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-956 textarea::-moz-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-956 textarea::-moz-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-956 textarea::-ms-input-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-956 #wpforms-956-field_1-error,
#wpforms-956 #wpforms-956-field_2-error,
#wpforms-956 #wpforms-956-field_3-error,
#wpforms-956 #wpforms-956-field_5-error {
    position: absolute;
    font-size: 13px
}

#wpforms-956 .wpforms-submit-container button {
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #FFF;
    line-height: 34px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    z-index: 2
}

#wpforms-956 .wpforms-submit-container img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 4px
}

#wpforms-956 .wpforms-submit-container:after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

#wpforms-956 .wpforms-submit-container:hover:after {
    display: block
}

#wpforms-956 .wpforms-submit-container:hover {
    background: #FFF
}

#wpforms-956 .wpforms-submit-container:hover button {
    color: var(--i_color)
}

@media screen and (max-width: 1366px) {
    .aside_right li > a {
        width: 0.4rem;
        height: 0.4rem;
    }
}

@media screen and (max-width: 1024px) {
    #aside_sc_from {
        width: 94%;
    }
}

@media screen and (max-width: 959px) {
    .aside_right {
        right: 22px;
        bottom: 160px;
    }

    .aside_right li:not(:last-child) {
        display: none !important
    }
}

@media screen and (max-width: 767px) {
    #aside_sc_from {
        padding: 20px 20px 30px
    }

    #aside_sc_from .tit {
        margin-bottom: 0.3rem;
    }

    #wpforms-956 .wpforms-submit-container {
        height: 34px;
    }

    #wpforms-956 .wpforms-submit-container button {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media screen and (max-width: 560px) {
    #aside_sc_from .tit h1 {
        font-size: 0.24rem;
    }
}


/* Inside Page */

.full_h {
    display: block;
    width: 100%;
    height: var(--header_height);
    background: none;
}

/* Inside Banner */
.in_banner {
    margin-bottom: -.04rem;
    width: 100%;
    position: relative;
    overflow: hidden
}

.in_banner img {
    width: 100%;
    width: 100vw;
    object-fit: cover
}

.in_b_text {
    position: absolute;
    top: 54%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
}

.in_b_text .wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.in_b_text h2 {
    flex-shrink: 0;
    font-family: dinc;
    font-size: .8rem;
    color: #3e3a39;
    font-weight: 900;
    text-transform: uppercase;
}

.in_b_text h2 i {
    font-family: Arial;
    font-size: 1.2rem;
    color: var(--i_color);
}

.in_b_text h2,
.in_b_text h2 i {
    line-height: 1.2rem;
}

.in_b_text span {
    margin-left: 0.2rem;
}

.in_b_text span h3 {
    font-family: dinc;
    font-size: .5rem;
    color: #000;
    line-height: 0.66rem;
    text-transform: uppercase;
    letter-spacing: -.02rem;
}

.in_b_text span h6 {
    font-family: dinc;
    font-size: .38rem;
    color: #555;
    letter-spacing: -.01rem;
}

.in_b_text span p {
    margin-top: 0.06rem;
    font-family: dinc;
    font-size: 0.26rem;
}

.in_b_text h2,
.in_b_text span h3,
.in_b_text span h6,
.in_b_text span p {
    text-shadow: 1px 1px #FFF;
}

.in_b_text h2 i {
    text-shadow: none;
}

.in_banner_sol .in_b_text {
    top: 58%;
}

.in_banner_sol .in_b_text h2 {
    margin: 0 auto;
    color: #FFF;
}

.in_banner_dealer .in_b_text h2 {
    color: #FFF;
}

.in_banner_top {
    margin-top: var(--header_height);
}

.in_banner_top .in_b_text {
    top: 21% !important;
}

@media screen and (max-width: 1440px) {
    .in_b_text h2 {
        font-size: 0.72rem;
    }

    .in_b_text h2 i {
        font-size: 1rem;
    }

    .in_b_text span h3 {
        font-size: 0.5rem;
    }

    .in_b_text span h6 {
        font-size: 0.34rem;
    }
}

@media screen and (max-width: 1366px) {
    .in_b_text h2 {
        font-size: 0.66rem;
    }

    .in_b_text h2 i {
        font-size: 0.9rem;
    }

    .in_b_text span h3 {
        font-size: 0.4rem;
        line-height: 0.44rem;
        letter-spacing: normal;
    }

    .in_b_text span h6 {
        font-size: 0.26rem;
        letter-spacing: normal;
    }

    .in_b_text span p {
        margin-top: 0.04rem;
        font-size: 0.24rem;
    }
}

@media screen and (max-width: 1200px) {
    .in_b_text h2 {
        font-size: 0.58rem;
        line-height: 0.8rem;
    }

    .in_b_text h2 i {
        font-size: 0.8rem;
    }

    .in_b_text span h3 {
        font-size: 0.32rem;
        line-height: 0.4rem;
    }

    .in_b_text span h6 {
        font-size: 0.22rem;
    }

    .in_b_text span p {
        font-size: 0.22rem;
    }
}

@media screen and (max-width: 1024px) {
    .in_banner {
        margin-top: var(--header_height);
    }
}

/* @media screen and (max-width:959px) {
	.in_banner:before {
		content: "";
		display: block;
		padding-bottom: 40%
	}
	.in_banner img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 100%;
	}
} */
/* @media screen and (max-width:767px) {
	.in_banner:before {
		padding-bottom: 44%;
	}
} */
@media screen and (max-width: 560px) {
    .in_b_text {
        top: 58%;
    }

    /* .in_banner:before {
		padding-bottom: 54%;
	} */
    .in_banner_top .in_b_text {
        top: 2% !important;
        transform: none;
    }

    .in_b_text h2 {
        font-size: 0.38rem;
    }

    .in_b_text h2 i {
        font-size: 0.56rem;
    }

    .in_b_text h2,
    .in_b_text h2 i {
        line-height: 0.56rem !important;
    }

    .in_b_text span {
        margin-left: 0.1rem;
    }

    .in_b_text span h3 {
        font-size: 0.18rem;
        line-height: 0.26rem;
        font-weight: bold;
    }

    .in_b_text span h6 {
        font-size: 0.17rem;
        font-weight: bold;
    }

    .in_b_text span p {
        font-size: 0.16rem;
    }

    .in_b_text span h3,
    .in_b_text span h6,
    .in_b_text span p {
        font-family: Arial, system-ui, -apple-system, Microsoft Yahei, tahoma, sans-serif;
    }
}


/* Breadcrumb */
.in_position {
    padding: .76rem 0;
    background: #F6F6F6
}

.in_position a {
    display: block;
    float: left;
    font-size: 14px;
    color: #666;
    position: relative;
    line-height: 20px;
    text-transform: capitalize;
}


.in_position a:not(:last-child):after {
    content: ">";
    margin: 0 4px;
    color: #777
}

.in_position a:last-child {
    color: var(--i_color) !important
}

.in_position a:hover {
    color: var(--i_color)
}

@media screen and (max-width: 959px) {
    .in_position a {
        font-size: 13px
    }
}

@media screen and (max-width: 560px) {
    .in_position a {
        font-size: 12px
    }
}


/* Inside Page - Products */

.in_products_nav {
    padding-bottom: 12px;
    margin-bottom: .4rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    overflow-x: auto !important;
    overflow-y: hidden;
}

/*滚动条*/
.in_products_nav::-webkit-scrollbar {
    width: 6px;
    height: 3px
}

.in_products_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #333
}

.in_products_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #F1F1F1
}

.in_products_nav::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    height: 1px;
    background: var(--border_color);
}

.in_products_nav li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0.2rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.in_products_nav li::before,
.in_products_nav li::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}

.in_products_nav li::before {
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 12px solid var(--i_color)
}

.in_products_nav li::after {
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 9px solid #FFF
}

.in_products_nav a {
    width: 100%;
    box-sizing: border-box;
    padding: 0.24rem 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}

.in_products_nav .line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--i_color);
    z-index: -1;
}

.in_products_nav i {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
}

.in_products_nav i img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.in_products_nav p {
    max-width: calc(100% - 30px - .16rem);
    margin-left: 0.16rem;
    font-size: 0.18rem;
    color: #3e3a39;
    font-weight: bold;
    text-transform: uppercase;
}

.in_products_nav li:hover::before,
.in_products_nav .curr::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.in_products_nav li:hover::after,
.in_products_nav .curr::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.in_products_nav li:hover .line,
.in_products_nav .curr .line {
    width: 100%;
}

.in_products_nav .curr i img,
.in_products_nav li:hover i img {
    top: -30px !important;
}

.in_products_nav .curr p,
.in_products_nav li:hover p {
    color: var(--i_color);
}

.in_products_nav li::before,
.in_products_nav li::after,
.in_products_nav .line,
.in_products_nav i img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 1366px) {
    .in_products_nav p {
        font-size: 0.16rem;
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .in_products_nav li {
        padding: 0 0.1rem;
    }

    .in_products_nav a {
        display: block;
    }

    .in_products_nav i {
        margin: 0 auto;
    }

    .in_products_nav p {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin: 0.1rem 0 0 0;
    }
}

@media screen and (max-width: 560px) {
    .de_products_nav {
        flex-wrap: wrap
    }

    .in_products_nav::before {
        display: none;
    }

    .in_products_nav li {
        margin-bottom: 0.2rem;
    }

    .in_products_nav a {
        padding: 0.14rem 0;
    }

    .in_products_nav p {
        font-size: 0.14rem;
    }
}


/* Products Videos */
.in_pro_video {
    width: 100%;
    margin-bottom: 0.8rem;
}

.in_pro_video .img {
    width: 100%;
    border-bottom: 2px solid var(--i_color);
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.in_pro_video .img::before {
    content: "";
    display: block;
    padding-bottom: 42.85%
}

.in_pro_video img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.in_pro_video .i_sol_play {
    width: 0.86rem;
    height: 0.86rem;
}

@media screen and (max-width: 959px) {
    .in_pro_video .i_sol_play {
        width: 0.66rem;
        height: 0.66rem;
    }
}

@media screen and (max-width: 560px) {
    .in_pro_video .i_sol_play {
        width: 0.46rem;
        height: 0.46rem;
    }
}


/* Products Lists */
.in_procat_list {
}

.in_procat_list dt {
    margin-bottom: .4rem;
}

.in_procat_tit {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
    position: relative;
}

.in_procat_tit::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - .1rem);
    height: 1px;
    background: var(--border_color);
}

.in_procat_tit h3 {
    padding: 0 1rem;
    font-size: .18rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    background: var(--i_color);
}

.in_procat_tit h3::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--i_color)
}

.in_procat_tit a {
    margin-left: auto;
    font-size: 0.16rem;
    color: #555;
}

.in_procat_tit h3,
.in_procat_tit a {
    position: relative;
    line-height: 0.6rem;
}

.in_procat_tit a:hover {
    color: var(--i_color);
    text-decoration: underline;
}

@media screen and (max-width: 1440px) {
    .in_procat_tit h3 {
        padding: 0 0.8rem;
    }

    .in_procat_tit h3,
    .in_procat_tit a {
        line-height: 0.5rem;
    }
}

@media screen and (max-width: 1366px) {
    .in_procat_tit h3 {
        padding: 0 0.7rem;
    }

    .in_procat_tit h3,
    .in_procat_tit a {
        line-height: 0.48rem;
    }
}

@media screen and (max-width: 1200px) {
    .in_procat_tit h3 {
        padding: 0 0.5rem;
    }

    .in_procat_tit h3,
    .in_procat_tit a {
        line-height: 0.48rem;
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 560px) {
    .in_procat_tit h3 {
        padding: 0 0.24rem;
    }

    .in_procat_tit h3,
    .in_procat_tit a {
        line-height: 0.42rem;
    }
}


/* List */
.in_pro_list {
    width: 100%;
    box-sizing: border-box;
    padding: .1rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.in_pro_list li {
    position: relative;
    cursor: pointer;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: 1rem;
    width: 31.5%;
    margin: 5px 0 0 5px;
    box-sizing: border-box;
    /*padding: .4rem;*/
    border: 1px solid var(--border_color);
    background: #FFF;
    overflow: hidden;
}

.in_pro_list li:nth-child(4n) {
    margin-right: 0
}

.in_pro_list .p_cont {
    display: block;
    text-align: center;
    width: 100%;
}

.in_pro_list .img {
    width: 100%;
    position: relative;
    overflow: hidden
}

.in_pro_list .img:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.in_pro_list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain
}

.in_pro_list .txt {
    margin-top: .4rem;
}

.in_pro_list .txt h2 {
    margin: 15px;
    /*font-size: .18rem;*/
    color: #333;
    font-weight: 600;
    /*word-break: break-all;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in_pro_list .txt h6 {
    margin: .06rem auto .26rem;
    font-size: .14rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_pro_list .txt span {
    display: block;
    background: #f2f3f6;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    position: relative;
    overflow: hidden;
}

.in_pro_list .txt span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    width: 0;
    height: 100%;
    background: var(--i_color);
}

.in_pro_list .txt i {
    font-size: 0.82rem;
    font-weight: bold;
    color: #444;
    line-height: 2.04rem;
    position: relative;
    z-index: 2;
}

.in_pro_list .add_car {
    position: absolute;
    top: 0;
    left: 0;
    width: .7rem;
    height: .7rem;
    z-index: 2;
}

.in_pro_list .add_car span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-color: transparent var(--i_color);
    border-width: 0;
    border-style: solid;
}

.in_pro_list .add_car i {
    display: block;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: .46rem;
    height: .46rem;
    background: url(../image/logo_s.png) no-repeat center;
    background-size: .22rem;
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -o-filter: brightness(0);
    -ms-filter: brightness(0);
    filter: brightness(0)
}

.in_pro_list li:hover {
    box-shadow: 0 0 .1rem rgb(0 0 0 / 15%);
}

.in_pro_list li:hover .txt span::before {
    width: 100%;
}

.in_pro_list li:hover .txt i {
    color: #FFF;
}

.in_pro_list li:hover .add_car span {
    border-width: 0 0 .7rem .7rem;
}

.in_pro_list li:hover .add_car i {
    opacity: 1;
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
    filter: brightness(1)
}

.in_pro_list .txt span::before,
.in_pro_list .txt i,
.in_pro_list .add_car span,
.in_pro_list .add_car i {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 959px) {
    .in_pro_list {
        flex-wrap: wrap;
    }

    .in_pro_list li {
        width: 49%;
        padding: .3rem;
        margin: 0 2% .26rem 0;
    }

    .in_pro_list li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 560px) {
    .in_pro_list li {
        margin: 0 2% .18rem 0;
    }

    .in_pro_list .txt h6 {
        margin: .06rem auto .14rem
    }

    .in_pro_list .txt i {
        line-height: .4rem;
    }
}


/* Inside Page - Products details */
.p_det_cont {
    --img_size: 650px;
    --sm_img_box: 500px
}

.p_det_cont {
    /*display: -webkit-flex;*/
    /*display: flex;*/
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    flex-direction: row-reverse;
}

/* Photo Gallery TAB */
.pic_tab {
    position: relative;
    width: var(--img_size)
}

.pic_tab dt {
    width: 100%;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.magnifier {
    position: relative;
    width: var(--img_size)
}

.small-box {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #CCC;
}

.small-box::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.small-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.small-box .hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    background: rgb(0 0 0 / 40%);
    cursor: move;
}

.small-box .count {
    position: absolute;
    top: .2rem;
    right: .2rem;
    font-size: 0.2rem;
    color: #b3b3b3;
}

.small-box .count i {
    font-size: 0.3rem;
    color: var(--i_color);
}

.thumbnail-box {
    margin-top: 0.16rem;
    position: relative;
    width: 100%;
}

.thumbnail-box .btn {
    opacity: .6;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 100%;
    cursor: pointer;
}

.thumbnail-box .btn-prev {
    left: 0;
    background: url(../image/arrow_left_hollow_hei2.svg) no-repeat center;
    background-size: .2rem;
}

.thumbnail-box .btn-next {
    right: 0;
    background: url(../image/arrow_right_hollow_hei2.svg) no-repeat center;
    background-size: .2rem;
}

.thumbnail-box .btn-prev.btn_prev_disabled {
    background: #CCC;
    cursor: not-allowed;
}

.thumbnail-box .btn-next.btn_next_disabled {
    background: #CCC;
    cursor: not-allowed;
}

.thumbnail-box .list {
    overflow: hidden;
    width: var(--sm_img_box);
    margin: 0 auto;
}

.thumbnail-box .wrapper {
    width: 100000px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.thumbnail-box .list .item {
    width: calc((var(--sm_img_box) - 15px) / 4);
    height: calc((var(--sm_img_box) - 15px) / 4);
    margin-right: 5px;
    box-sizing: border-box;
    border: 1px solid var(--border_color);
    cursor: pointer;
}

.thumbnail-box .list .item-cur {
    border: 2px solid var(--i_color);
}

.thumbnail-box .list .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.big-box {
    display: none;
    overflow: hidden;
    position: absolute;
    left: calc(var(--img_size) + 10px);
    top: 0;
    width: var(--img_size);
    height: var(--img_size);
    background-color: #FFF;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    z-index: 2013;
}

.big-box img {
    display: block;
}


.p_detailDesc {
    margin-left: 20px;
    /*width: 100%;*/
}

.p_detailDesc h1 {
    margin-bottom: 1.4rem;
    font-size: 1.22rem;
    color: #100800;
    font-weight: bold;
    /*text-transform: capitalize;*/
}



.p_detailSeries {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.p_detailSeries > p {
    font-size: 0.14rem;
    color: #100800;
}

.p_detailSeries > p a {
    position: relative;
    margin-left: 0.1rem;
    padding-right: 0.3rem;
    font-size: 0.14rem;
    color: #100800;
    background: url(../image/arrow_right_hollow_hei.svg) no-repeat right center;
    background-size: .1rem;
}

.p_detailSeries > p a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #999;
}

.p_detailSeries > p a:hover {
    color: var(--i_color);
}

.p_share {
    margin-left: auto;
    position: relative;
}

.p_share dl {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.p_share dt {
    height: 0.28rem;
    margin-right: 0.1rem;
}

.p_share dt img {
    height: 0.28rem;
}

.p_share dt:hover {
    -webkit-transform: translate(0, -0.06rem);
    transform: translate(0, -0.06rem)
}

.p_share dt {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.p_share dd {
    position: relative;
}

.p_share p {
    background: var(--i_color);
    padding: 0 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden
}

.p_share p i {
    padding-left: .2rem;
    font-size: .16rem;
    line-height: .3rem;
    color: #FFF;
    background: url(../image/p_share_ico.svg) no-repeat left center;
    background-size: 16px
}

.p_share_list {
    display: none;
    position: absolute;
    right: 0;
    border: 1px solid var(--border_color);
    background: #FFF;
    z-index: 2;
}

.p_share_list.on {
    display: block
}

.p_share_list li {
}

.p_share_list a {
    padding: 0 20px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.p_share_list i {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    overflow: hidden
}

.p_share_list img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -o-filter: brightness(0);
    -ms-filter: brightness(0);
    filter: brightness(0)
}

.p_share_list b {
    font-size: 14px;
    color: #555;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p_share_list li:hover {
    background: rgb(0 0 0 / 6%)
}

.p_share dd:hover p {
    background: #df9302;
}


.p_detailType {
    margin: 1.3rem 0;
    padding: 1.2rem 0;
    border-top: 1px solid var(--border_color);
    border-bottom: 1px solid var(--border_color);
    line-height: 30px;
    font-size: 0.86rem;
}

.p_detailType dl {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.p_detailType dl,
.p_detailType dl > b {
    font-size: 0;
    color: #FFF
}

.p_detailType dt {
    width: 50%;
    padding: 0.1rem 0;
    box-sizing: border-box;
    position: relative;
}

.p_detailType dt::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: var(--border_color);
}

.p_detailType dt:nth-child(odd) {
    padding-right: 0.2rem;
}

.p_detailType dt:nth-child(even) {
    padding-left: 0.2rem;
}

.p_detailType dt:nth-child(2n)::before,
.p_detailType dt:last-child::before {
    display: none;
}

.p_detailType dt,
.p_detailType dt i {
    font-size: 0.14rem;
    color: #666;
    line-height: 0.2rem;
}

.p_detailType dt {
    text-transform: uppercase;
}

.p_detailType dt i {
    text-transform: none;
}

.p_detailColor {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.p_detailColor > p {
    font-size: 0.14rem;
    color: #666;
    line-height: 0.2rem;
}

.p_color_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.p_color_list li {
    width: 0.75rem;
    height: 0.75rem;
    box-sizing: border-box;
    border: 1px solid #CCC;
    margin: 0 0 .14rem 0.14rem;
    cursor: pointer;
    position: relative;
}

.p_color_list li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p_color_list .current {
    border: 2px solid var(--i_color);
}


.p_detailNum {
    margin: 0.2rem 0 .3rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.p_detailNum > p {
    margin-right: 0.2rem;
    font-size: 0.14rem;
    color: #666;
    line-height: 0.2rem;
}

.p_detailNum input {
    width: 84px;
    padding-left: 0.1rem;
    box-sizing: border-box;
    border: 1px solid #CCC;
    text-align: center;
}

.p_detailNum > p,
.p_detailNum input {
    line-height: 0.32rem;
}


/* Special discount module */
.p_discount {
    width: 100%;
}

.p_discount dt {
    padding: .14rem 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #CCC;
}

.p_discount span {
    width: 62%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p_discount input {
    width: 0.2rem;
    height: 0.2rem;
    box-sizing: border-box;
    border: 1px solid #CCC;
}

.p_discount span p {
    margin: 0 .6rem 0 0.3rem;
}

.p_discount span p,
.p_discount span b {
    font-size: 0.15rem;
    color: #666;
}

.p_discount span i {
    margin-left: 0.06rem;
    font-size: 0.16rem;
    font-weight: bold;
    color: #ee0000;
}

.p_discount_ico {
    width: 1.64rem;
    height: 0.4rem;
    margin-left: auto;
    background: url(../image/p_discount_ico.png) no-repeat center;
    background-size: contain;
    position: relative;
}

.p_discount_ico p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 86%;
    text-align: center;
    font-size: 0.14rem;
    color: #ee0000;
    line-height: 0.28rem;
    background: #FFF;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1200px) {
    .p_discount span {
        width: 54%;
    }

    .p_discount_ico {
        width: 2rem;
        height: 0.5rem;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 560px) {
    .p_discount_ico {
        width: 1.74rem;
        height: 0.4rem;
    }
}


.p_detailCar {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: space-between;
}

.p_detailCar li {
    width: 48%;
    box-sizing: border-box;
    border: 2px solid var(--i_color);
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.p_detailCar a {
    display: block;
    padding: .8rem 1.2rem;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: white;
}

.p_detailCar a i {
    display: inline-block;
    padding-left: 0.4rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: var(--i_color);
    text-transform: uppercase;
    font-weight: bold;
    background: url(../image/p_car_ico.png) no-repeat left center;
    background-size: .2rem;
}

.p_form {
    background: var(--i_color);
}

.p_form a i {
    color: #FFF;
    background: url(../image/p_car_form_ico.png) no-repeat left center;
    background-size: .2rem;
}

.p_form:hover {
    border-color: #df9302;
    background: #df9302;
}

.p_whatsapp a i {
    background: url(../image/whatsapp1.svg) no-repeat left center;
    background-size: .24rem;
}

.p_whatsapp:hover {
    border-color: var(--i_color);
    background: var(--i_color);
}

.p_whatsapp:hover i {
    -webkit-filter: brightness(100);
    filter: brightness(100)
}

.p_detailTip {
    margin: 0.26rem 0;
    font-size: 0.14rem;
    color: #666;
}

.trust_logo {
    margin-top: 0.26rem;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.trust_logo dt {
    margin-bottom: 0.1rem;
    margin-right: 0.2rem;
}

.trust_logo img {
    height: 1.2rem;
}

@media screen and (max-width: 1440px) {
    .p_det_cont {
        --img_size: 500px;
        --sm_img_box: 400px
    }
}

@media screen and (max-width: 1366px) {
    .p_det_cont {
        --img_size: 470px;
        --sm_img_box: 370px
    }
}

@media screen and (max-width: 1200px) {
    .p_det_cont {
        --img_size: 440px;
        --sm_img_box: 340px
    }
}

@media screen and (max-width: 959px) {
    .p_det_cont {
        --img_size: 100%;
        --sm_img_box: 500px;
    }

    .small-box .hover,
    .big-box {
        display: none !important;
    }

    .p_detailDesc {
        margin-top: 0.6rem;
        width: 100%;
    }

    .p_share dt img {
        height: 0.3rem;
    }

    .trust_logo {
        justify-content: center
    }

    .trust_logo img {
        height: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .p_det_cont {
        --sm_img_box: 400px;
    }

    .p_detailCar li {
        width: 100%;
        margin-bottom: 0.2rem;
    }
}

@media screen and (max-width: 560px) {
    .p_det_cont {
        --sm_img_box: 300px;
    }

    .p_detailDesc {
        margin-top: 0.4rem;
    }

    .p_detailDesc h1 {
        margin-bottom: 0.2rem;
    }

    .p_detailSeries > p {
        width: 100%;
        font-size: 0.16rem;
    }

    .p_detailSeries > p a {
        font-size: 0.16rem;
    }

    .p_share {
        margin: .2rem 0 0 0;
    }

    .p_share p i {
        padding-left: 0.28rem;
        line-height: 0.38rem;
    }

    .p_share_list {
        right: initial;
        left: 0;
    }

    .p_detailType dt {
        width: 100%;
        padding: 0.1rem 0 !important;
    }

    .p_detailType dt::before {
        display: none;
    }

    .p_detailType dt,
    .p_detailType dt i {
        font-size: 0.16rem;
    }

    .p_form a i {
        background-position-y: -1px
    }

    .p_detailColor > p,
    .p_detailNum > p {
        font-size: 0.16rem;
    }

    .trust_logo dt:last-child {
        display: none;
    }
}


/* Accessories */
.p_Accessories {
}

.accessories_list {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.accessories_list .swiper-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1
}

.accessories_list .swiper-slide {
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0.16rem;
    border: 1px solid var(--border_color);
}

.accessories_list .add_car_state {
}

.accessories_list .cont {
    display: block;
    margin: 0.2rem auto;
}

.accessories_list .img {
    width: 100%;
    position: relative;
    overflow: hidden
}

.accessories_list .img::before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.accessories_list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain
}

.accessories_list .cont p {
    margin-top: 0.22rem;
    text-align: center;
    font-size: 0.14rem;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.accessories_add_car {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.accessories_add_car input {
    width: 34%;
    box-sizing: border-box;
    padding-left: 0.1rem;
    border: 1px solid var(--border_color);
    text-align: center;
}

.accessories_add_car a {
    margin-left: auto;
    width: 60%;
    background: #f5f6f7;
    text-align: center;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    border-radius: .05rem;
    font-size: 0.12rem;
    color: #666;
}

.accessories_add_car input,
.accessories_add_car a {
    height: 0.3rem;
    line-height: 0.3rem;
}

.accessories_add_car a:hover {
    background: var(--i_color);
    color: #FFF;
}

.accessories-button-prev,
.accessories-button-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: .3rem;
    height: .8rem;
    background: #F9F9F9;
    z-index: 999;
    cursor: pointer;
    outline: none
}

.accessories-button-prev {
    left: -.4rem;
    background: url(../image/arrow_left_hollow_hei2.svg) no-repeat center;
    background-size: .2rem
}

.accessories-button-next {
    right: -.4rem;
    background: url(../image/arrow_right_hollow_hei2.svg) no-repeat center;
    background-size: .2rem
}

.p_Accessories .swiper-button-disabled {
    opacity: .2;
    cursor: not-allowed
}

.accessories-pagination {
    display: none;
    text-align: center;
    margin: .4rem auto 0
}

.accessories-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 .05rem;
    background: #E5E5E5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    outline: none
}

.accessories-pagination .swiper-pagination-bullet-active {
    background: var(--i_color)
}

@media screen and (max-width: 1024px) {
    .accessories-button-prev,
    .accessories-button-next {
        display: none;
    }

    .accessories-pagination {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .accessories_list .cont p {
        font-size: 0.17rem;
    }

    .accessories_add_car input,
    .accessories_add_car a {
        height: 0.44rem;
        line-height: 0.44rem;
    }

    .accessories-pagination {
        margin-top: 0.3rem;
    }
}


.p_det_list {
    margin-bottom: .4rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}

.p_det_list::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--border_color);
}

.p_det_list li {
    text-align: center;
    position: relative;
    cursor: pointer;
}

.p_det_list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    background: var(--i_color);
    z-index: 2;
}

.p_det_list li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #FFF;
    z-index: 1;
}

.p_det_list a {
    display: block;
    padding: 0 1.3rem;
    font-size: 1.04rem;
    color: #3e3a39;
    font-weight: bold;
    line-height: 2.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*text-transform: uppercase;*/
    position: relative;
    z-index: 3;
}

.p_det_list .current::before,
.p_det_list li:hover::before {
    top: 0;
}

.p_det_list .current::after,
.p_det_list li:hover::after {
    height: 100%;
}

.p_det_list .current a,
.p_det_list li:hover a {
    color: var(--i_color);
}

.p_det_list li::before,
.p_det_list li::after,
.p_det_list a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.p_det_show {
    overflow: hidden;
    padding: 10px;
}

.p_det_show dt,
.p_det_show dt * {
    font-size: 1.16rem;
    color: #555;
    line-height: 2rem;
    /*overflow: hidden;*/
}

.p_det_show dt img {
    max-width: 100% !important;
    height: initial !important;
}

/* FAQ */
.in_faq_list {
    overflow: hidden
}

.in_faq_list,
.in_faq_list > b {
    font-size: 0 !important;
    color: #FFF !important
}

.in_faq_list li {
    overflow: hidden
}

.in_faq_list .tag_name {
    border-bottom: 1px solid #E1E1E1;
    padding: 0 .3rem;
    cursor: pointer;
    background: #FFF;
    position: relative
}

.in_faq_list .tag_name h2 {
    width: calc(100% - .3rem);
    font-size: .16rem;
    color: #333;
    line-height: .6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.in_faq_list .kk {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: .3rem;
    width: .16rem;
    height: .16rem
}

.in_faq_list .kk:before,
.in_faq_list .kk:after {
    content: "";
    position: absolute;
    background: #777
}

.in_faq_list .kk:before {
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    height: 2px
}

.in_faq_list .kk:after {
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    width: 2px;
    height: 100%
}

.in_faq_list .on {
    background: #EFEFEF
}

/* .in_faq_list .on h2{color:#FFF} */
.in_faq_list .on .kk {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg)
}

/* .in_faq_list .on .kk:before, .in_faq_list .on .kk:after{background:#777} */
.in_faq_list .tag_name,
.in_faq_list .tag_name h2,
.in_faq_list .kk {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.in_faq_list .tab_box {
    display: none;
    box-sizing: border-box;
    border: 1px solid var(--border_color);
    border-top: none;
    padding: .2rem .3rem;
    font-size: .13rem;
    color: #555;
    line-height: .22rem
}


@media screen and (max-width: 959px) {
    .p_det_list {
        box-sizing: border-box;
        border: 1px solid var(--border_color);
        flex-wrap: wrap;
    }

    .p_det_list::before {
        display: none;
    }

    .p_det_list li {
        width: 50%;
    }

    .p_det_list li::before {
        display: none;
    }

    .p_det_list .current::before {
        display: block;
    }

    .p_det_list a {
        padding: 0.2rem 0.3rem;
        line-height: 1.2rem;
        white-space: normal;
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 767px) {
    .p_det_show dt,
    .p_det_show dt * {
        font-size: 1.07rem;
        line-height: 2rem;
    }

    .in_faq_list .tag_name {
        width: calc(100% - .5rem);
        padding: 0 .2rem
    }

    .in_faq_list .tag_name h2 {
        font-size: .18rem
    }

    .in_faq_list .tab_box {
        font-size: .16rem
    }
}

@media screen and (max-width: 560px) {
}


/* Customer Reviews */
.p_reviews {
    overflow: hidden;
}

.p_reviews_head {
    padding-bottom: 0.24rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--border_color);
}

.p_reviews_head .tit {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.p_reviews_head .tit h2 {
    font-size: 0.2rem;
    color: #100800;
    font-weight: 900;
    text-transform: uppercase;
}

.p_reviews_head .star_UL_fixed {
    margin: 0 .1rem 0 .3rem;
}


/* star */
.star_UL,
.star_UL_fixed {
    --ico_size: 20px
}

.star_UL,
.star_UL_fixed {
    display: block;
    position: relative;
    padding: 0;
    border: none;
}

.star_UL ul,
.star_UL_fixed ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: calc(var(--ico_size) * 5);
    height: var(--ico_size);
}

.star_UL li,
.star_UL_fixed li {
    font-size: 0;
    position: relative;
    width: var(--ico_size);
    height: var(--ico_size);
    color: transparent;
    background: url(../image/star_ico.png) no-repeat center;
    background-position-y: 0;
}

.star_UL li {
    cursor: pointer;
}

.star_UL li.on,
.star_UL_fixed li.on {
    background-position-y: calc(-1 * var(--ico_size));
    transition: background-position .7s
}


.p_reviews_head .tit b {
    font-size: 0.16rem;
    color: #666;
    font-weight: bold;
}

.p_reviews_switch {
    margin-left: auto;
    width: 0.3rem;
    height: 0.3rem;
    box-sizing: border-box;
    border: 2px solid #666;
    position: relative;
    cursor: pointer;
}

.p_reviews_switch::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 2px;
    background: #888;
}

.p_reviews_switch::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 0;
    background: #888;
}

.p_reviews_switch.on::after {
    height: 70% !important;
}

.p_reviews_switch:hover {
    border-color: var(--i_color);
}

.p_reviews_switch:hover::before,
.p_reviews_switch:hover::after {
    background: var(--i_color);
}

.p_reviews_switch,
.p_reviews_switch::before,
.p_reviews_switch::after {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}


.p_reviews_cont {
}

.p_reviews_es {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.2rem 0;
}

.p_reviews_explain {
}

.p_reviews_explain .star_UL_fixed {
    float: left;
}

.p_reviews_explain b {
    display: inline-block;
    margin-left: .1rem;
    line-height: 20px
}

.p_reviews_explain b,
.p_reviews_explain p {
    font-size: 0.14rem;
}

.p_reviews_explain p {
    margin-top: 0.1rem;
}

.p_reviews_search {
    margin-left: auto;
}

.p_reviews_search form {
    display: block;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    box-sizing: border-box;
    border: 1px solid #CCC;
    overflow: hidden;
}

.reviews_search_ipt {
    width: 3rem;
    box-sizing: border-box;
    padding-left: 0.1rem;
}

.reviews_search_btn {
    width: 1rem;
    background: #7e7e7e url(../image/search_1_bai.svg) no-repeat center;
    background-size: .22rem;
    cursor: pointer;
}

.reviews_search_ipt,
.reviews_search_btn {
    line-height: 0.36rem;
}

.p_reviews_search form:hover {
    border-color: var(--i_color);
}

.reviews_search_btn:hover {
    background-color: var(--i_color);
}

.p_reviews_ratings {
    padding: 0.26rem 0;
    border-top: 1px solid var(--border_color);
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.p_reviews_ratings_list {
}

.p_reviews_ratings_list .tit {
    margin-bottom: 0.3rem;
    font-size: 0.16rem;
    color: #100800;
    font-weight: bold;
}

.p_reviews_ratings_list li {
    margin: 0.2rem 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}

.p_reviews_ratings_list li span {
    width: 1.2rem;
    font-size: 0.14rem;
    color: #666;
}

.p_reviews_ratings_list li i {
    display: block;
    width: 2.4rem;
    height: 0.1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    background: #D6D6D6;
    position: relative;
    overflow: hidden;
}

.p_reviews_ratings_list li i::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--i_color);
}

.p_reviews_ratings_list li:nth-child(1) i::before {
    width: 96%;
}

.p_reviews_ratings_list li:nth-child(2) i::before {
    width: 92%;
}

.p_reviews_ratings_list li:nth-child(3) i::before {
    width: 82%;
}

.p_reviews_ratings_list li b {
    margin-left: 0.1rem;
    font-size: 0.14rem;
    color: #3e3a39;
    font-weight: bold;
}


.write_reviews_box {
    width: 54%;
    margin-left: auto;
}

.write_reviews_btn {
    margin-bottom: 0.2rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.write_reviews_btn li {
    margin-right: 0.3rem;
    padding: 0 0.4rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    background: var(--i_color);
    overflow: hidden;
    cursor: pointer;
}

.write_reviews_btn .bt2 {
    display: none;
}

.write_reviews_btn p {
    color: #FFF;
    line-height: 0.46rem;
}

.write_reviews_cont {
}

.write_reviews {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.write_reviews form {
    width: 100%;
}

.write_reviews textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.14rem;
    min-height: 1rem;
    background: #f8f8f8;
}

.write_reviews .star_UL {
    width: 100%;
    margin: 0 0 .1rem 0;
}

.write_reviews .star_UL dt {
    margin: 0.14rem 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.write_reviews .star_UL span {
    width: 1.2rem;
    font-size: 0.14rem;
    color: #666;
}

.p_reviews_list {
    overflow: hidden;
}

.p_reviews_list li {
    padding: 0.4rem 0;
    border-top: 1px solid var(--border_color);
    position: relative;
}

.p_reviews_list .comment-body {
    width: calc(100% - .4rem - .5rem);
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* wp自带调整样式 */
.p_reviews_list .comment-author {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.p_reviews_list .comment-author img {
    width: 0.5rem;
    height: 0.5rem;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.p_reviews_list .comment-author .fn {
    margin: 0 0.4rem 0 0.2rem;
    font-size: 0.16rem;
    color: #666;
    font-weight: bold;
    font-style: normal;
}

.p_reviews_list .comment-author .says {
    display: none;
}

.p_reviews_list .comment-meta {
}

.p_reviews_list .comment-meta a {
    font-size: 0.14rem;
    color: #999;
}

.p_reviews_list .comment-edit-link {
    color: #df6565 !important;
}

.p_reviews_list .comment-body > p {
    box-sizing: border-box;
    width: 100%;
    margin: 0.2rem 0 .4rem .7rem;
    font-size: 0.16rem;
    color: #999;
    line-height: 0.24rem;
}

.p_reviews_list .reply a {
    display: block;
    padding: 0 .1rem;
    background: #EEE;
    font-size: 0.13rem;
    color: #555;
    line-height: 0.26rem;
    cursor: pointer;
}


.p_reviews_use_header {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.p_reviews_use_header img {
    width: 0.5rem;
    height: 0.5rem;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.p_reviews_use_header h4 {
    margin: 0 0.4rem 0 0.2rem;
    font-size: 0.16rem;
    color: #666;
    font-weight: bold;
}

.p_reviews_use_header i {
    font-size: 0.14rem;
    color: #999;
}

.p_reviews_list article {
    margin: 0.2rem 0 .4rem .7rem;
    font-size: 0.16rem;
    color: #999;
    line-height: 0.24rem;
}

.thumbs_up {
    position: absolute;
    right: 0;
    top: .8rem;
}

.thumbs_up i {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: #999 url(../image/good_ico.svg) no-repeat center;
    background-size: .18rem;
    cursor: pointer;
}

.thumbs_up i.on {
    background-color: var(--i_color);
}

.thumbs_up p {
    margin-top: 0.1rem;
    font-size: 0.13rem;
    text-align: center;
}

.helpful {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.helpful dt {
    font-size: 0.15rem;
    color: #555;
}

.helpful dd {
    padding: 0 0.1rem;
    margin-left: 0.1rem;
    background: #EEE;
    font-size: 0.13rem;
    color: #555;
    cursor: pointer;
}

.helpful dt,
.helpful dd {
    line-height: 0.26rem;
}


/* 评论 */
.n_comments {
    overflow: hidden
}

#comments {
    display: none;
}

/* 评论表单 */
#respond {
    width: 100%;
}

#respond h3 {
    display: none;
}

#respond .comment-notes {
    display: none;
}

#cancel-comment-reply-link {
    font-size: .15rem !important;
    margin-left: .2rem;
    color: #666
}

#cancel-comment-reply-link:hover {
    color: var(--i_color)
}

#commentform {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

#commentform .logged-in-as {
}

#commentform .logged-in-as a,
#commentform .logged-in-as span {
    font-size: .14rem
}

#commentform p {
    width: 100%;
    margin: .1rem 0
}

#commentform .form-submit {
    width: initial !important;
}

#commentform p {
    order: 1;
}

#commentform .comment-form-author,
#commentform .comment-form-email {
    order: 0 !important;
}


.comment-form-comment {
}

#commentform p label {
    display: block;
    margin-bottom: .06rem;
    font-size: .15rem
}

#commentform .comment-form-url {
    display: none !important
}

#commentform textarea,
#commentform input {
    font-size: .14rem;
    box-sizing: border-box;
    width: 100%;
    background: #F8F8F8;
    border: 1px solid var(--border_color);
    box-sizing: border-box
}

#commentform textarea {
    padding: 10px;
    min-height: 120px;
    width: 100%;
    max-width: 100%;
    min-width: 100%
}

#commentform input {
    padding: 0 10px;
    line-height: .36rem
}

#commentform .comment-form-cookies-consent {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: .18rem
}

#commentform #wp-comment-cookies-consent {
    width: auto !important;
    margin-right: .04rem
}

#commentform .comment-form-cookies-consent label {
    font-size: .14rem;
    color: #666;
}

#commentform .form-submit {
    display: inline-block;
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
    background: var(--i_color);
    overflow: hidden;
    cursor: pointer
}

#commentform .form-submit input {
    padding: 0 .4rem;
    line-height: .46rem;
    font-size: .13rem;
    color: #FFF;
    background: none;
    border: none;
    text-transform: uppercase;
    cursor: pointer
}


@media screen and (max-width: 1024px) {
    .p_reviews_ratings_list {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .write_reviews_box {
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .p_reviews_head .star_UL_fixed {
        margin: 0 .1rem 0 0.2rem;
    }

    .p_reviews_explain {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .p_reviews_search {
        margin-left: 0;
    }

    .write_reviews {
        flex-wrap: wrap;
    }

    .write_reviews .star_UL {
        order: 1;
        margin: 0 0 .2rem 0;
    }

    #respond {
        order: 2;
    }

    .thumbs_up {
        top: 0.6rem;
    }
}

@media screen and (max-width: 560px) {
    .p_reviews_list .comment-body {
        width: calc(100% - .4rem - 0.3rem);
    }

    .p_reviews_list .comment-author .fn {
        margin: 0 0.2rem 0 0.2rem;
    }

    #commentform p {
        margin: 0.1rem 0;
    }

    #commentform p label {
        font-size: 0.16rem;
        color: #555;
    }

    #commentform input {
        line-height: 0.5rem;
    }
}


.i_pro_curve_pic {
    margin-top: -.6rem;
}


.in_rp_list {
    width: 100%;
    padding: 0 .1rem;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.in_rp_list .swiper-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1
}

.in_rp_list .swiper-slide {
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid var(--border_color);
}

.in_rp_list a {
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: .3rem .3rem 0;
    background: #FFF;
    overflow: hidden;
}

.in_rp_list .img {
    width: 100%;
    position: relative;
    overflow: hidden
}

.in_rp_list .img::before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.in_rp_list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.in_rp_list p {
    font-size: 0.14rem;
    color: #666;
    line-height: 0.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rp-button-prev,
.rp-button-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: .3rem;
    height: .8rem;
    background: #F9F9F9;
    z-index: 999;
    cursor: pointer;
    outline: none
}

.rp-button-prev {
    left: -.4rem;
    background: url(../image/arrow_left_hollow_hei2.svg) no-repeat center;
    background-size: .2rem
}

.rp-button-next {
    right: -.4rem;
    background: url(../image/arrow_right_hollow_hei2.svg) no-repeat center;
    background-size: .2rem
}

.in_rp .swiper-button-disabled {
    opacity: .2;
    cursor: not-allowed
}

.rp-pagination {
    display: none;
    text-align: center;
    margin: .4rem auto 0
}

.rp-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 .05rem;
    background: #E5E5E5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    outline: none
}

.rp-pagination .swiper-pagination-bullet-active {
    background: var(--i_color)
}

@media screen and (max-width: 1024px) {
    .rp-button-prev,
    .rp-button-next {
        display: none;
    }

    .rp-pagination {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .in_rp_list {
        padding: 0 0;
    }

    .rp-pagination {
        margin-top: 0.3rem;
    }
}


/* Products - Pop up form */
#mask_bg {
    display: none;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 9999999999998;
}

.products_list_form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    box-sizing: border-box;
    padding: 30px 30px 40px;
    background: rgb(255 255 255 / 100%);
    z-index: 9999999999999;
    overflow: auto
}

.products_list_form.show {
    display: block !important
}

.products_list_form .tit {
    margin-bottom: .4rem
}

.products_list_form .tit p {
    text-align: center;
    font-size: .26rem;
    color: var(--i_color);
    font-weight: bold;
    line-height: .3rem
}

#wpforms-97 {
    --input_font_color: rgb(0 0 0 / 50%);
    --input_font_size: 14px;
    --input_height: 42px
}

#wpforms-97 {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

#wpforms-form-97 {
    width: 100%;
    overflow: hidden
}

#wpforms-97 input,
#wpforms-97 button {
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

#wpforms-97 .wpforms-field {
    padding: 0;
    margin: 0
}

#wpforms-97 .wpforms-error-container {
    line-height: 16px
}

#wpforms-97 .wpforms-field-container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

#wpforms-97 .wpforms-submit-container {
    padding: 0 !important;
    margin: 0 auto;
    width: 170px;
    height: 38px;
    background: var(--i_color);
    box-sizing: border-box;
    border: 2px solid var(--i_color);
    position: relative
}

#wpforms-97 .wpforms-field-label {
    font-size: .14rem;
    line-height: 0.2rem;
}

#wpforms-97 .wpforms-required-label {
    font-size: 16px;
    color: #F00
}

#wpforms-97 .wpforms-field {
    width: 48%;
    margin-bottom: 0;
    padding-bottom: 18px;
    background: transparent;
    position: relative;
    overflow: hidden
}

#wpforms-97-field_5-container,
#wpforms-97-field_2-container {
    float: left;
    margin-right: 4% !important
}

#wpforms-97 .wpforms-field-textarea {
    width: 100% !important;
}

#wpforms-97 input {
    height: var(--input_height)
}

#wpforms-97 textarea {
    min-height: 100px
}

#wpforms-97 input,
#wpforms-97 textarea {
    width: 100%;
    max-width: 100% !important;
    font-size: var(--input_font_size);
    color: #333;
    box-sizing: border-box;
    border: 1px solid rgb(0 0 0 / 30%);
    line-height: var(--input_height);
    padding: 0 10px
}

#wpforms-97 textarea {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

#wpforms-97 input::-webkit-input-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-97 input::-moz-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-97 input::-moz-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-97 input::-ms-input-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-97 textarea::-webkit-input-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-97 textarea::-moz-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-97 textarea::-moz-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-97 textarea::-ms-input-placeholder {
    color: var(--input_font_color);
    font-size: var(--input_font_size)
}

#wpforms-97 #wpforms-97-field_1-error,
#wpforms-97 #wpforms-97-field_2-error,
#wpforms-97 #wpforms-97-field_3-error,
#wpforms-97 #wpforms-97-field_5-error {
    position: absolute;
    font-size: 13px
}

#wpforms-97 .wpforms-submit-container button {
    width: 100%;
    height: 34px;
    font-size: 16px;
    color: #FFF;
    line-height: 34px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    z-index: 2
}

#wpforms-97 .wpforms-submit-container img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 4px
}

#wpforms-97 .wpforms-submit-container:after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

#wpforms-97 .wpforms-submit-container:hover:after {
    display: block
}

#wpforms-97 .wpforms-submit-container:hover {
    background: #FFF
}

#wpforms-97 .wpforms-submit-container:hover button {
    color: var(--i_color)
}

.close {
    position: absolute;
    top: .3rem;
    right: .3rem;
    display: block;
    width: .3rem;
    height: .3rem;
    background: url(../image/close_1_hei.svg) no-repeat center;
    background-size: 30px;
    cursor: pointer
}

.close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.close {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

@media screen and (max-width: 1024px) {
    .products_list_form {
        width: 94%;
    }
}

@media screen and (max-width: 959px) {
    #wpforms-97 .wpforms-field {
        width: 100% !important;
    }

    #wpforms-97-field_5-container,
    #wpforms-97-field_2-container,
    #wpforms-97 .wpforms-field-email,
    #wpforms-97 .wpforms-field-text {
        float: none;
        width: 100% !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .products_list_form {
        padding: 20px 20px 30px
    }

    .products_list_form .tit {
        margin-bottom: 0.2rem;
    }

    #wpforms-97 {
        --input_height: 34px
    }

    #wpforms-97 .wpforms-submit-container {
        height: 34px;
    }

    #wpforms-97 .wpforms-submit-container button {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    #wpforms-97 textarea {
        height: 100px;
        min-height: 100px;
    }
}

@media screen and (max-width: 560px) {
}


.in_nav {
    width: 100%;
    margin: .3rem auto .4rem;
    position: relative;
    background: #FFF;
}

.in_nav.navFix {
    position: fixed;
    left: 0;
    margin: 0 auto 0;
    top: var(--header_height_reduce);
    z-index: 2013;
}

.in_nav::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--border_color);
}

.in_nav_tit {
    display: none;
    background: var(--i_color);
    text-align: center;
}

.in_nav_tit h6 {
    display: inline-block;
    font-size: 0.22rem;
    font-weight: bold;
    color: #fff;
    line-height: 0.6rem;
    text-transform: uppercase;
    padding-right: 0.4rem;
    background: url(../image/arrow_down_hollow_bai.svg) no-repeat right center;
    background-size: .26rem;
}

.in_nav_tit.on h6 {
    background: url(../image/arrow_up_hollow_bai.svg) no-repeat right center;
    background-size: .26rem;
}

.in_nav ul {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    position: relative;
    z-index: 2;
}

.in_nav li {
    /* width: 50%; */
    box-sizing: border-box;
    padding: 0 0.1rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
}

.in_nav li::before,
.in_nav li::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}

.in_nav li::before {
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 12px solid var(--i_color)
}

.in_nav li::after {
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 9px solid #FFF
}

.in_nav a {
    width: 100%;
    box-sizing: border-box;
    padding: 0.24rem 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}

.in_nav .line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--i_color);
    z-index: -1;

}

.in_nav p {
    font-size: 1.55rem;
    color: #3e3a39;
    font-weight: bold;
    text-transform: capitalize;
}

.in_nav li:hover::before,
.in_nav .curr::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.in_nav li:hover::after,
.in_nav .curr::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.in_nav li:hover .line,
.in_nav .curr .line {
    width: 100%;
}

.in_nav .curr i img,
.in_nav li:hover i img {
    top: -30px !important;
}

.in_nav .curr p,
.in_nav li:hover p {
    color: var(--i_color);
}

.in_nav,
.in_nav li::before,
.in_nav li::after,
.in_nav .line,
.in_nav i img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 959px) {
    .in_nav {
        margin: .3rem auto 0;
    }

    .in_nav_tit {
        display: block;
    }

    .in_nav ul,
    .in_nav::before {
        display: none;
    }

    .in_nav ul {
        box-sizing: border-box;
        padding: 0.2rem;
        background: rgb(0 0 0 / 3%);
    }

    .in_nav li {
        width: 100%;
        margin-bottom: 0.1rem;
        background: #FFF;
    }

    .in_nav li::before,
    .in_nav li::after {
        display: none;
    }

    .in_nav .line {
        height: 1px;
        z-index: 0;
    }

    .in_nav a {
        padding: 0.2rem 0;
    }

    .in_nav p {
        font-size: 0.17rem;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 560px) {
    .in_nav_tit h6 {
        font-size: 0.18rem;
    }

    .in_nav a {
        padding: 0.16rem 0;
    }
}


/* Inside Page - About */

.in_about {
    overflow: hidden;
}

.in_ab_cont {
    position: relative;
}

.in_ab_cont::before {
    opacity: 0.6;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: url(../image/in_ab_bg.webp) no-repeat left bottom;
    background-size: contain;
}

.in_ab_cont .wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
}

.in_ab_logo {
    width: 36%;
    text-align: center;
    place-self: center;
}

.in_ab_logo h2 {
    margin-bottom: .2rem;
    font-size: 5.6rem;
    line-height: .6rem;
    color: transparent;
    font-weight: 900;
    -webkit-text-stroke: 1px rgba(0, 0, 0, .15);
}

.in_ab_logo img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.in_ab_text {
    width: 62%;
    margin-left: auto;
}

.in_ab_text .i_tit {
    margin: 0 0 .34rem 0;
}

.in_ab_text h5 {
    font-size: .16rem;
    font-weight: bold;
    color: #100800;
}

.in_ab_text article {
    margin: 1.12rem 0 0;
    font-size: 1.14rem;
    color: #444;
    line-height: 1.2rem;
}

@media screen and (max-width: 1366px) {
    .in_ab_logo {
        width: 30%;
    }

    .in_ab_logo h2 {
        font-size: 3.46rem;
    }

    .in_ab_logo img {
        height: .6rem;
    }

    .in_ab_text {
        width: 69%;
    }
}

@media screen and (max-width: 959px) {
    .in_ab_logo {
        display: none;
    }

    .in_ab_text {
        width: 100%;
    }

    .in_ab_cont::before {
        width: 100%;
    }

    .in_ab_text .i_tit {
        margin-left: auto;
        margin-right: auto;
    }

    .in_ab_text h5 {
        font-size: 0.18rem;
    }

    .in_ab_text article {
        font-size: 0.56rem;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 560px) {
}


.in_ablist {
    background: url(../image/in_ablist_bg.webp) no-repeat center;
    background-size: cover;
}

.in_ablist_cont {
    /*padding-left: 13.5%;*/
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.in_ab_list {
    width: 36%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.in_ab_list li {
    width: 46%;
    margin: 0 8% 0.4rem 0;
    box-sizing: border-box;
    padding: 0.3rem;
    background: #FFF;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
    cursor: pointer;
}

.in_ab_list li:nth-child(2n) {
    margin-right: 0
}

.in_ab_list .ico {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid var(--border_color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.in_ab_list .ico::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--i_color);
}

.in_ab_list .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.in_ab_list p {
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.16rem;
    font-weight: bold;
    color: #3e3a39;
}

.in_ablist_v {
    /*position: absolute;*/
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - .4rem);
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
}

.in_ablist_v .img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.in_ablist_v .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.in_ablist_v .i_sol_play {
    width: .86rem;
    height: 0.86rem;
}

.in_ab_list li:hover .ico::before {
    height: 100%;
}

.in_ab_list li:hover .ico img {
    -webkit-filter: brightness(100);
    -moz-filter: brightness(100);
    -o-filter: brightness(100);
    -ms-filter: brightness(100);
    filter: brightness(100)
}

.in_ablist_v .i_sol_play:hover {
    background-color: var(--i_color);
}

.in_ab_list .ico::before {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

@media screen and (max-width: 1440px) {
    .in_ablist_cont {
        padding-left: 7%;
    }

    .in_ablist_v {
        /*width: 57%;*/
    }

    .in_ab_list .ico {
        width: 1.4rem;
        height: 1.4rem;
    }
}

@media screen and (max-width: 1366px) {
    .in_ablist_cont {
        /*padding-left: 6%;*/
    }

    .in_ab_list .ico {
        width: 1rem;
        height: 1rem;
    }

    .in_ablist_v .i_sol_play {
        width: 0.74rem;
        height: 0.74rem;
    }
}

@media screen and (max-width: 1200px) {
    .in_ablist_cont {
        padding-left: 5%;
    }

    .in_ab_list li {
        padding: 0.2rem;
    }

    .in_ab_list p {
        font-size: 0.15rem;
    }
}

@media screen and (max-width: 959px) {
    .in_ablist_cont {
        padding-left: 3%;
    }

    .in_ab_list .ico {
        width: .8rem;
        height: .8rem;
    }
}

@media screen and (max-width: 767px) {
    .in_ablist_cont {
        padding-right: 3%;
    }

    .in_ab_list {
        width: 100%;
    }

    .in_ab_list li {
        width: 48%;
        margin: 0 4% 0.22rem 0;
    }

    .in_ablist_v {
        position: initial;
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
}


.in_culture {
}

.in_culture_cont {
    margin: 1.2rem auto 2.6rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.in_culture_text {
    width: 22%;
}

.in_culture_text span {
    display: block;
    box-sizing: border-box;
    padding-left: 1rem;
    position: relative;
}

.in_culture_text span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.62rem;
    height: 0.62rem;
    background: url(../image/quotes.png) no-repeat center;
    background-size: contain;
}

.in_culture_text i {
    display: block;
    width: .16rem;
    height: 0.16rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--i_color);
}

.in_culture_text h4 {
    margin: .34rem 0 0.1rem;
    font-size: 0.18rem;
    font-weight: bold;
    color: #3e3a39;
}

.in_culture_text p {
    font-size: 0.14rem;
    color: #555;
    line-height: 0.2rem;
}

/*动画*/
.fadeInRight {
    animation: fadeInRight .5s
}

@keyframes fadeInRight {
    0% {
        transform: translateX(20px)
    }
    100% {
        transform: translateX(0)
    }
}

.fadeInLeft {
    animation: fadeInLeft .4s
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(-20px)
    }
    100% {
        transform: translateX(0)
    }
}

.in_culture_list {
    padding: 0.2rem;
    width: 68%;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.in_culture_list li {
    display: block;
    width: 23%;
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 .1rem rgb(0 0 0 / 15%);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    cursor: pointer;
}

.in_culture_list li::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.in_culture_list li::after {
    content: '';
    position: absolute;
    right: -0.3rem;
    bottom: -0.3rem;
    width: .16rem;
    height: .16rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--i_color);
}

.in_culture_list li:nth-child(odd) {
    top: 1.2rem
}

/* .in_culture_list li:not(:first-child) {
	margin-left: -0.8rem;
} */
.in_culture_list span {
    position: absolute;
    top: 52%;
    left: 52%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.in_culture_list .ico {
    width: 1.2rem;
    height: 1.2rem;
    background: var(--i_color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.in_culture_list .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56%;
    height: 56%;
    -webkit-filter: brightness(100);
    -moz-filter: brightness(100);
    -o-filter: brightness(100);
    -ms-filter: brightness(100);
    filter: brightness(100);
    object-fit: cover;
}

.in_culture_list p {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    color: #3e3a39;
    font-weight: bold;
}

.in_culture_list .current {
    background: var(--i_color);
}

.in_culture_list .current::after {
    width: 0;
    height: 0;
}

.in_culture_list .current .ico {
    background: #FFF;
}

.in_culture_list .current img {
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
    filter: brightness(1);
}

.in_culture_list .current p {
    color: #FFF;
}

.in_culture_list li,
.in_culture_list li::after,
.in_culture_list .ico,
.in_culture_list p {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 1440px) {
    .in_culture_cont {
        margin: 0.9rem auto 2.6rem;
    }
}

@media screen and (max-width: 1366px) {
    .in_culture_text {
        width: 28%;
    }

    .in_culture_list {
        width: 60%;
    }

    .in_culture_list .ico {
        width: 1rem;
        height: 1rem;
    }
}

@media screen and (max-width: 1200px) {
    .in_culture_text span::before {
        width: 0.4rem;
        height: 0.4rem;
    }

    .in_culture_text span {
        padding-left: 0.7rem;
    }

    .in_culture_cont {
        margin: 0.8rem auto 2.2rem;
    }

    .in_culture_list {
        width: 54%;
    }

    .in_culture_list li {
        width: 25%;
    }

    .in_culture_list .ico {
        width: 0.8rem;
        height: 0.8rem;
    }

    .in_culture_list p {
        font-size: 0.16rem;
    }
}

@media screen and (max-width: 959px) {
    .in_culture_cont {
        margin: 0.5rem auto 0.6rem;
    }

    .in_culture_text {
        order: 2;
        margin-top: 0.2rem;
        width: 100%;
    }

    .in_culture_list {
        order: 1;
        width: 100%;
    }

    .in_culture_list li {
        width: 23%;
        top: 0 !important;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .in_culture_list li::after {
        display: none;
    }

    .in_culture_list span {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }

}

@media screen and (max-width: 767px) {
    .in_culture_text i {
        width: 0.12rem;
        height: 0.12rem;
    }

    .in_culture_text h4 {
        margin: 0.16rem 0 0.08rem;
    }

    .in_culture_text p {
        font-size: 0.18rem;
    }
}

@media screen and (max-width: 560px) {
    .in_culture_list {
        padding: 0.1rem;
    }

    .in_culture_list .ico {
        width: 0.54rem;
        height: 0.54rem;
    }

    .in_culture_list p {
        margin-top: 0.1rem;
    }
}


.in_ct {
    background: #F0F0F0;
    position: relative;
    overflow: hidden;
}

.in_ct::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
    background: url(../image/in_ab_bg.webp) no-repeat left bottom;
    background-size: contain;
}

.in_ct_cont {
    padding-left: 13.5%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.in_ct_text {
    width: 36%;
}

.in_ct_text .i_tit {
    margin: 0 0 0.3rem;
}

.in_ct_text article {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.24rem;
}

.in_ct_t_list {
    margin-top: 0.4rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap
}

.in_ct_t_list dt {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10%;
    cursor: pointer;
}

.in_ct_t_list .ico {
    position: relative;
    margin-left: 0.2rem;
    width: 1.2rem;
    height: 1.2rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--i_color);
}

.in_ct_t_list .ico::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgb(244 160 0 / 20%);
}

.in_ct_t_list .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
}

.in_ct_t_list .txt {
    margin-top: 0.34rem;
}

.in_ct_t_list h5 {
    font-size: 0.18rem;
    font-weight: bold;
    color: #3e3a39;
}

.in_ct_t_list p {
    margin-top: 0.14rem;
    font-size: 0.15rem;
    color: #666;
    line-height: 0.2rem;
}

.in_ct_t_list dt:hover .ico::before {
    -webkit-animation: zoom 1.5s infinite linear;
    animation: zoom 1.5s infinite linear
}

@keyframes zoom {
    0% {
        width: 100%;
        height: 100%;
    }
    50% {
        width: 130%;
        height: 130%;
    }
    100% {
        width: 100%;
        height: 100%;
    }
}

.in_ct_list_box {
    margin-left: auto;
    width: 61%;
    height: calc(100% - .4rem);
    box-sizing: border-box;
    padding: 0.8rem .3rem;
    background: #FFF;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
}

.in_ct_list {
    width: calc(100% - .8rem);
    margin-left: 0.8rem;
    overflow: hidden;
    z-index: 1
}

.in_ct_list .swiper-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1
}

.in_ct_list .swiper-slide {
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}

.in_ct_list .img {
    box-sizing: border-box;
    border: 1px solid var(--border_color);
    width: 100%;
    position: relative;
    overflow: hidden
}

.in_ct_list .img::before {
    content: "";
    display: block;
    padding-bottom: 140%
}

.in_ct_list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.in_ct_list .txt {
    padding: .12rem 0;
    text-align: center;
    box-sizing: border-box;
}

.in_ct_list .txt p {
    font-size: 0.14rem;
    color: #3e3a39;
    font-weight: bold;
    line-height: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.in_ct_list .swiper-slide:hover p {
    color: var(--i_color);
}

.tm_w {
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100% - .8rem) / 3 - 4px);
    height: 100%;
    background: rgb(255 255 255 / 95%);
    z-index: 3;
}

/* left or right */
.ct-button-prev,
.ct-button-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: .5rem;
    height: .5rem;
    box-sizing: border-box;
    border: 1px solid #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
    outline: none;
    z-index: 4;
}

.ct-button-prev {
    left: 0;
    background: url(../image/arrow_left_hollow_hei2.svg) no-repeat center;
    background-size: 20px
}

.ct-button-next {
    right: calc(30% - 60px);
    background: url(../image/arrow_right_hollow_hei2.svg) no-repeat center;
    background-size: 20px
}

.ct-button-prev:hover,
.ct-button-next:hover {
    border-color: var(--i_color);
}

.ct-button-prev:hover {
    background: var(--i_color) url(../image/arrow_left_hollow_bai2.svg) no-repeat center;
    background-size: 20px
}

.ct-button-next:hover {
    background: var(--i_color) url(../image/arrow_right_hollow_bai2.svg) no-repeat center;
    background-size: 20px
}

.in_ct_list .swiper-button-disabled {
    opacity: .2;
    cursor: not-allowed
}

@media screen and (max-width: 1440px) {
    .in_ct_cont {
        padding-left: 7%;
    }
}

@media screen and (max-width: 1366px) {
    .in_ct_cont {
        padding-left: 6%;
    }

    .in_ct_text article {
        font-size: 0.14rem;
    }

    .in_ct_t_list {
        margin-top: 0.28rem;
    }

    .in_ct_t_list .ico {
        width: 0.8rem;
        height: 0.8rem;
    }

    .in_ct_t_list .txt {
        margin-top: 0.24rem;
    }

    .in_ct_t_list h5 {
        font-size: 0.16rem;
    }

    .in_ct_t_list p {
        font-size: 0.13rem;
    }

    .in_ct_list_box {
        padding: 0.6rem .3rem;
    }
}

@media screen and (max-width: 1200px) {
    .in_ct_cont {
        padding-left: 5%;
    }

    .in_ct_list {
        width: calc(100% - .6rem * 2);
        margin-left: 0.6rem;
    }

    .tm_w {
        display: none;
    }

    .ct-button-prev,
    .ct-button-next {
        width: 0.36rem;
        height: 0.36rem;
        background-size: 14px;
    }

    .ct-button-next {
        right: 0;
    }
}

@media screen and (max-width: 959px) {
    .in_ct_text .i_tit {
        margin: 0 auto .3rem;
    }

    .in_ct_cont {
        padding-left: 3%;
        padding-right: 3%;
    }

    .in_ct_text {
        margin-bottom: 0.4rem;
        width: 100%;
    }

    .in_ct_list_box {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .in_ct_text article {
        font-size: 0.18rem;
    }

    .in_ct_t_list h5 {
        font-size: 0.18rem;
    }

    .in_ct_t_list p {
        font-size: 0.16rem;
    }

    .in_ct_list_box {
        padding: 0.3rem 0.2rem;
    }

    .in_ct_list {
        width: 100%;
        margin-left: 0;
    }

    .ct-button-prev,
    .ct-button-next {
        display: none;
    }
}

@media screen and (max-width: 560px) {
}


.in_history {
    overflow: hidden;
}

.in_history_list {
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.in_history_list:before {
    content: "";
    position: absolute;
    top: 76px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 1px;
    background: var(--border_color)
}

.in_history_nav {
    width: calc(100% - 100px);
    padding-bottom: .5rem;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.in_history_nav .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
}

.in_history_nav .swiper-slide {
    text-align: center;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative
}

/* Year */
.in_history_nav .num_box {
    height: 50px;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.in_history_nav .num_box h6 {
    text-align: center;
    font-size: .24rem;
    color: #BBB;
}

.in_history_nav .yuan {
    opacity: 1;
    display: block;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    position: relative;
    z-index: 2
}

.in_history_nav .yuan:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    box-sizing: border-box;
    border: 1px solid #000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: -1
}

.in_history_nav .text {
    display: block;
    text-align: left;
    top: .4rem;
    box-sizing: border-box;
    padding: 0.3rem;
    border: 1px solid var(--border_color);
    position: relative;
    overflow: hidden;
}

.in_history_nav .text::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgb(244 160 0 / 20%);
}

.in_history_nav .text h2 {
    font-size: .17rem;
    color: #111;
    font-weight: bold
}

.in_history_nav .text p {
    box-sizing: border-box;
    padding-right: .1rem;
    margin-top: .06rem;
    font-size: .13rem;
    color: #666;
    line-height: .2rem;
    overflow-y: auto;
}

.in_history_nav .text p::-webkit-scrollbar {
    width: 2px;
    height: 8px
}

.in_history_nav .text p::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #333
}

.in_history_nav .text p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #F1F1F1
}

.in_history_nav .text h2,
.in_history_nav .text p {
    position: relative;
}

.in_history_nav .swiper-slide:hover .num_box h6 {
    font-size: .4rem;
    color: var(--i_color);
    font-weight: bold;
}

.in_history_nav .swiper-slide:hover .yuan {
    opacity: 0;
}

.in_history_nav .swiper-slide:hover .text {
    top: -8px;
}

.in_history_nav .swiper-slide:hover .text::before {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: var(--i_color);
}

.in_history_nav .swiper-slide:hover .text h2,
.in_history_nav .swiper-slide:hover .text p {
    color: #FFF;
}

.in_history_nav .num_box h6,
.in_history_nav .yuan,
.in_history_nav .text,
.in_history_nav .text::before,
.in_history_nav .text h2,
.in_history_nav .text p {
    -webkit-transition: all .36s ease;
    -moz-transition: all .36s ease;
    -ms-transition: all .36s ease;
    -o-transition: all .36s ease;
    transition: all .36s ease
}


.in_history_list .history-button-prev,
.in_history_list .history-button-next {
    position: absolute;
    top: 60px;
    width: 30px;
    height: 30px;
    z-index: 999;
    outline: none;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.in_history_list .history-button-prev {
    left: 0;
    background: var(--i_color) url(../image/arrow_left_hollow_bai2.svg) no-repeat center;
    background-size: 14px
}

.in_history_list .history-button-next {
    right: 0;
    background: var(--i_color) url(../image/arrow_right_hollow_bai2.svg) no-repeat center;
    background-size: 14px
}

.in_history_list .swiper-button-disabled {
    cursor: not-allowed
}

@media screen and (max-width: 1440px) {
    .in_history_nav .text p {
        max-height: 2rem;
    }
}

@media screen and (max-width: 1366px) {
    .in_history_nav .swiper-slide:hover .num_box h6 {
        font-size: .34rem;
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .in_history_nav .text h2 {
        font-size: 0.19rem;
    }

    .in_history_nav .text p {
        padding-right: 0;
        overflow-y: hidden;
        font-size: 0.17rem;
        max-height: initial !important;
    }
}

@media screen and (max-width: 560px) {
}


.in_factory_list {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.in_factory_list .swiper-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.in_factory_list .swiper-slide {
    box-sizing: border-box;
    padding: 0.14rem;
    background: #f2f4f6;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}

.in_factory_list .img {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    top: 0;
    overflow: hidden;
    z-index: 2
}

.in_factory_list .img:before {
    content: "";
    display: block;
    padding-bottom: 78%
}

.in_factory_list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.in_factory_list .swiper-slide:hover img {
    width: 110%;
    height: 110%;
}

.in_factory_list .swiper-slide,
.in_factory_list .img img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .in_factory_list .swiper-slide {
        padding: 0.1rem;
    }
}

@media screen and (max-width: 560px) {
}


.in_rc {
    overflow: hidden;
}

.in_rc_cont {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 3;
}

.in_rc_text {
    width: 57%;
}

.in_rc_text .i_tit {
    margin: 0 0 0.3rem;
}

.in_rc_text article {
    font-size: 0.14rem;
    color: #666;
    line-height: 0.22rem;
}

.in_rc_logo {
    padding-top: 0.4rem;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    width: 38%;
}

.in_rc_logo dt {
    text-align: center;
    width: 50%;
}

.in_rc_logo img {
    max-width: 80%;
    max-height: 80%;
}

.in_rc .i_curve_pic {
    margin-top: -.2rem;
    margin-bottom: -.4rem;
    z-index: 2;
}

@media screen and (max-width: 959px) {
    .in_rc_text .i_tit {
        margin: 0 auto .3rem;
    }

    .in_rc_text {
        width: 100%;
    }

    .in_rc_logo {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .in_rc_text article {
        font-size: 0.17rem;
    }

    .in_rc_logo img {
        max-width: 70%;
        max-height: 70%;
    }
}

@media screen and (max-width: 560px) {
}


.in_bases {
    padding: 1.4rem 0 .6rem;
    background: url(../image/in_bases_bg.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.in_bases article {
    font-size: 0.14rem;
    color: #666;
    line-height: 0.22rem;
}

.in_bases_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.in_bases_list dt {
    width: 22%;
    box-sizing: border-box;
    padding: 0.14rem;
    background: #FFF;
    margin: .34rem 2% .3rem 0;
    position: relative;
    cursor: pointer;
}

.in_bases_list dt:nth-child(4n) {
    margin-right: 0
}

.in_bases_list .img {
    width: 100%;
    position: relative;
    overflow: hidden
}

.in_bases_list .img::before {
    content: "";
    display: block;
    padding-bottom: 82%
}

.in_bases_list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.in_bases_list .txt {
    position: absolute;
    top: 64%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: .2rem 0.2rem;
    background: rgb(244 160 0 / 80%);
}

.in_bases_list .txt p {
    font-size: 0.16rem;
    color: #FFF;
    font-weight: bold;
    line-height: 0.2rem;
}

.in_bases_list dt:hover img {
    width: 110%;
    height: 110%;
}

.in_bases_list dt:hover .txt {
    top: 54%;
    background: rgb(244 160 0 / 100%);
}

.in_bases_list .img img,
.in_bases_list .txt {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .in_bases {
        padding: 0.6rem 0 .6rem;
        background-position-y: bottom;
        background-size: contain
    }

    .in_bases article {
        font-size: 0.18rem;
    }

    .in_bases_list {
        margin-top: 0.3rem;
    }

    .in_bases_list dt {
        width: 48%;
        margin: 0 4% .2rem 0;
        padding: 0;
        background: none;
    }

    .in_bases_list dt:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 560px) {
}


.in_pt_list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .1rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.in_pt_list::before {
    content: "";
    display: block;
    padding-bottom: 21%
}

.in_pt_list .swiper-wrapper {
    position: absolute;
    top: 10px;
    width: 100%;
    height: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    z-index: 1
}

.in_pt_list .swiper-slide {
    height: calc((100% - 30px) / 2);
    box-sizing: border-box;
    background: #FFF;
    flex-shrink: 0;
    position: relative;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.in_pt_list .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.in_pt_list .img img {
    opacity: .6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1)
}

.in_pt_list .swiper-slide:hover {
    box-shadow: 0 0 10px rgb(244 160 0 / 30%);
}

.in_pt_list .swiper-slide:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0)
}

.in_pt_list .img img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}


.pt-pagination {
    display: block;
    text-align: center;
    margin: .3rem auto 0
}

.pt-pagination .swiper-pagination-bullet {
    width: .08rem;
    height: .08rem;
    display: inline-block;
    margin: 0 5px;
    background: #E5E5E5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

.pt-pagination .swiper-pagination-bullet-active {
    position: relative;
    background: var(--i_color)
}

@media screen and (max-width: 959px) {
    .in_pt_list::before {
        padding-bottom: 25%;
    }
}

@media screen and (max-width: 767px) {
    .in_pt_list::before {
        padding-bottom: 35%;
    }
}

@media screen and (max-width: 560px) {
    .in_pt_list .swiper-slide {
        height: calc((100% - 10px) / 2);
    }

    .in_pt_list::before {
        padding-bottom: 50%;
    }

    .in_pt_list .img img {
        max-width: 50%;
        max-height: 50%;
    }
}


/* Inside Page - Solutions */
.in_sol_sps {
    overflow: hidden;
}

.in_sol_sps article {
    font-size: 0.16rem;
    color: #666;
}

.in_sps_list {
    margin-top: 0.4rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
}

.in_sps_list dt {
    width: 50%;
    margin: 0 1.5%;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
}

.in_sps_list dt:first-child {
    margin-left: 0;
}

.in_sps_list dt:last-child {
    margin-right: 0;
}

.in_sps_list .img {
    width: 100%;
    position: relative;
    overflow: hidden
}

.in_sps_list .img::before {
    content: "";
    display: block;
    padding-bottom: 68%
}

.in_sps_list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.in_sps_list .txt {
    padding: 0.16rem .2rem;
    text-align: center;
    background: #f2f3f6;
}

.in_sps_list .txt h5 {
    font-size: 0.18rem;
    color: #3e3a39;
    font-weight: bold;
}

.in_sps_list .txt p {
    margin-top: 0.06rem;
    font-size: 0.14rem;
    color: #666;
}

.in_sps_list dt:hover {
    transform: scale(0.97);
}

.in_sps_list dt:hover img {
    width: 105%;
    height: 105%;
}

.in_sps_list dt:hover h5 {
    color: var(--i_color);
}

.in_sps_list dt,
.in_sps_list .img img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 767px) {
    .in_sps_list {
        flex-wrap: wrap;
    }

    .in_sps_list dt {
        width: 100%;
        margin: .16rem 0;
    }
}

@media screen and (max-width: 560px) {
    .in_sps_list {
        margin-top: 0.2rem;
    }
}


.in_sol_art {
    margin-bottom: 0 !important;
    overflow: hidden;
}

.in_sol_art dt {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0.4rem 0;
    background: #f8f8f8;
}

.in_sol_art dt .txt {
    width: 50%;
    box-sizing: border-box;
    padding: .3rem 2% .3rem 13.5%;
    background: url(../image/in_sol_art_bg1.jpg) no-repeat left bottom;
}

.in_sol_art .txt h2 {
    font-size: 0.3rem;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
}

.in_sol_art .txt h5 {
    margin: 0.3rem 0;
    font-size: 0.22rem;
    color: var(--i_color);
    font-weight: 900;
}

.in_sol_art li {
    position: relative;
    margin: 0.2rem 0;
    padding-left: 0.3rem;
    background: url(../image/tick.svg) no-repeat top left;
    background-size: .16rem;
}

.in_sol_art .txt h6 {
    font-size: 0.15rem;
    color: #666;
    line-height: 0.24rem;
}

.in_sol_art dt .i_more {
    margin-top: 0.5rem;
}

.in_sol_art dt .img {
    margin-left: auto;
    width: 50%;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
    position: relative;
}

.in_sol_art .img img {
    width: 100%;
}


.in_sol_art dd {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0.4rem 0;
    background: #FFF;
    position: relative;
}

.in_sol_art dd::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    background: url(../image/in_sol_art_bg2.jpg) no-repeat top right;
    background-size: 100%;
}

.in_sol_art dd .txt {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 50%;
    box-sizing: border-box;
    padding: 0 13.5% 0 2%;
}

.in_sol_art dd .img {
    width: 58%;
    position: relative;
    overflow: hidden;
}

.in_sol_art dd .i_more {
    margin-top: 0.8rem;
}

.in_sol_art .img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6));
}

.in_sol_art .img:hover::after {
    animation: fol 1.4s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

@keyframes fol {
    0% {
        right: 100%;
        opacity: 1;
    }
    100% {
        right: 0;
        opacity: 0;
    }
}

@media screen and (max-width: 1440px) {
    .in_sol_art dt .txt {
        padding-left: 7%;
    }

    .in_sol_art dd .txt {
        padding-right: 7%;
    }
}

@media screen and (max-width: 1366px) {
    .in_sol_art dt .txt {
        padding-left: 6%;
    }

    .in_sol_art dd .txt {
        padding-right: 6%;
    }

    .in_sol_art .txt h2 {
        font-size: 0.26rem;
    }

    .in_sol_art .txt h5 {
        font-size: 0.2rem;
    }

    .in_sol_art dt .i_more {
        margin: 0.3rem 0;
    }
}

@media screen and (max-width: 1200px) {
    .in_sol_art dt .txt {
        padding-left: 5%;
    }

    .in_sol_art dd .txt {
        padding-right: 5%;
    }
}

@media screen and (max-width: 1024px) {
    .in_sol_art dt .txt {
        padding-left: 3%;
    }

    .in_sol_art dd .txt {
        padding-right: 3%;
    }
}

@media screen and (max-width: 959px) {
    .in_sol_art dt {
        padding-bottom: 0.4rem;
    }

    .in_sol_art .txt {
        position: initial !important;
        transform: none !important;
        width: 100% !important;
        padding: .4rem 3% !important;
    }

    .in_sol_art .img {
        width: 94% !important;
        margin: 0 auto !important;
    }

    .in_sol_art dd .i_more {
        margin-top: 0.3rem;
    }
}

@media screen and (max-width: 767px) {
    .in_sol_art dt {
        margin-top: 0;
    }

    .in_sol_art dd {
        margin-bottom: 0;
    }

    .in_sol_art .txt h2 {
        font-size: 0.24rem;
    }

    .in_sol_art .txt h5 {
        margin: .1rem 0 .16rem;
    }

    .in_sol_art .i_more {
        text-align: center;
        box-sizing: border-box;
        width: 100%;
    }

    .in_sol_art .i_more::after {
        transform: translate(50%, -50%);
        right: calc(50% - 50px);
    }
}

@media screen and (max-width: 560px) {
    .in_sol_art .txt h2 {
        font-size: 0.2rem;
    }

    .in_sol_art .txt h5 {
        font-size: 0.18rem;
    }

    .in_sol_art dt .i_more {
        margin: 0.3rem 0 0;
    }
}


.in_sol_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.in_sol_list li {
    width: 30.66%;
    margin: 0 4% .6rem 0;
}

.in_sol_list li:nth-child(3n) {
    margin-right: 0
}

.in_sol_list .img {
    width: 100%;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    position: relative;
    overflow: hidden
}

.in_sol_list .img::before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.in_sol_list .img::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6));
}

.in_sol_list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    object-fit: cover
}

.in_sol_list .txt {
    margin-top: 0.2rem;
}

.in_sol_list .txt h5 {
    font-size: 0.16rem;
    color: #3e3a39;
    font-weight: bold;
}

.in_sol_list .txt h6 {
    margin: 0.14rem 0 .26rem;
    font-size: 0.14rem;
    color: #888;
    line-height: 0.22rem;
}

.in_sol_list .more {
    width: 100%;
    text-align: center;
    background: #F2F3F6;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    position: relative;
    overflow: hidden;
}

.in_sol_list .more i {
    display: inline-block;
    padding-right: 0.26rem;
    position: relative;
    color: #666;
    font-size: .12rem;
    line-height: .4rem;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../image/arrow_right_hollow_hei.svg) no-repeat right center;
    background-size: .14rem;
}

.in_sol_list li:hover img {
    width: 100%;
    height: 100%;
}

.in_sol_list li:hover .img::after {
    animation: gradient-rectangle 1.4s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.in_sol_list li:hover h5 {
    color: var(--i_color);
}

.in_sol_list .more:hover {
    background: var(--i_color);
}

.in_sol_list .more:hover i {
    color: #FFF;
}

.in_sol_list .more:hover i {
    background: url(../image/arrow_right_hollow_bai.svg) no-repeat right center;
    background-size: .14rem
}

.in_sol_list li,
.in_sol_list .more,
.in_sol_list .img img,
.in_sol_list .more i {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .in_sol_list li {
        width: 100%;
        margin: .22rem 0;
    }
}

@media screen and (max-width: 560px) {
    .in_sol_list .txt h6 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}


/* case */
.in_case_list {
    padding: .1rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.in_case_list li {
    width: 23.5%;
    margin: 0 2% 0.3rem 0;
    box-sizing: border-box;
    border: 1px solid var(--border_color);
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
    position: relative;
}

.in_case_list li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--i_color);
}

.in_case_list li:nth-child(4n) {
    margin-right: 0
}

.i_case_cont {
    padding: .2rem;
}

.in_case_list .img {
    width: 100%;
    position: relative;
    overflow: hidden
}

.in_case_list .img:before {
    content: "";
    display: block;
    padding-bottom: 74%
}

.in_case_list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    object-fit: cover
}

.in_case_list .txt {
    margin: .2rem auto 0;
}

.in_case_list .txt h2 {
    font-size: .16rem;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_case_list .txt h6 {
    margin-top: .06rem;
    font-size: .14rem;
    color: #555;
    line-height: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.in_case_list .more {
    text-align: center;
    background: #f6f7f9;
}

.in_case_list .more i {
    padding-right: .3rem;
    font-size: .12rem;
    color: #3e3a39;
    font-weight: bold;
    line-height: .46rem;
    background: url(../image/arrow_right_hollow_hei.svg) no-repeat center right;
    background-size: .1rem;
}

.in_case_list li:hover {
    box-shadow: 0 0 .1rem rgb(0 0 0 / 15%);
}

.in_case_list li:hover::after {
    width: 100%;
}

.in_case_list li:hover img {
    width: 100%;
    height: 100%;
}

.in_case_list li:hover h2 {
    color: var(--i_color);
}

.in_case_list li:hover .more i {
    color: var(--i_color);
    background: url(../image/arrow_right_hollow_nav.svg) no-repeat center right;
    background-size: .1rem;
}

.in_case_list li::after,
.in_case_list .img img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.i_case .i_more {
    margin: 1.4rem auto 0;
}

@media screen and (max-width: 959px) {
    .in_case_list {
        flex-wrap: wrap;
    }

    .in_case_list li {
        width: 48%;
        margin: 0 4% .3rem 0;
    }

    .in_case_list li:nth-child(2n) {
        margin-right: 0
    }

    .i_case .i_more {
        margin: .2rem auto 0;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 560px) {
    .in_case_list li {
        margin: 0 4% .2rem 0;
    }

    .i_case .i_more {
        margin: .1rem auto 0;
    }
}


/* Number of pages */
.in_page_box {
    text-align: center;
    margin: 0.3rem auto 0.3rem;
    overflow: hidden
}

.in_page {
    display: inline-block
}

.in_page a {
    float: left;
    display: block;
    margin: 0 .06rem;
    padding: 0 .14rem;
    line-height: .3rem;
    font-size: .15rem;
    color: #666;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    border-radius: .05rem;
    border: 1px solid var(--border_color)
}

.in_page a:hover,
.in_page .current {
    border-color: var(--i_color) !important;
    background: var(--i_color);
    color: #FFF !important
}

@media screen and (max-width: 1366px) {
    .in_page_box {
        margin: 0.2rem auto 0.2rem;
    }
}

@media screen and (max-width: 959px) {
    .in_page a {
        padding: 0 .16rem;
        font-size: 0.17rem;
        line-height: 0.34rem;
    }
}

@media screen and (max-width: 560px) {
    .in_page a {
        margin: 0 0.04rem;
        padding: 0 .14rem;
        font-size: 0.16rem;
        line-height: 0.32rem;
    }
}


/* Inside Page - News */
.in_news_nav {
    margin-bottom: .8rem;
}

.in_news_nav ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}

.in_news_nav ul::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--border_color);
}

.in_news_nav li {
    width: 50%;
    text-align: center;
    position: relative;
}

.in_news_nav li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    background: var(--i_color);
    z-index: 2;
}

.in_news_nav li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #FFF;
    z-index: 1;
}

.in_news_nav a {
    display: block;
    padding: 0 0.1rem;
    font-size: 0.14rem;
    color: #3e3a39;
    font-weight: bold;
    line-height: 0.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.in_news_nav .curr::before,
.in_news_nav li:hover::before {
    top: 0;
}

.in_news_nav .curr::after,
.in_news_nav li:hover::after {
    height: 100%;
}

.in_news_nav .curr a,
.in_news_nav li:hover a {
    color: var(--i_color);
}

.in_news_nav li::before,
.in_news_nav li::after,
.in_news_nav a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 1366px) {
    .in_news_nav {
        margin-bottom: 0.6rem;
    }
}

@media screen and (max-width: 959px) {
    .in_news_nav ul {
        display: none;
    }

    .in_news_nav ul::before {
        display: none;
    }

    .in_news_nav li {
        width: 100%;
    }

    .in_news_nav li::before {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .in_news_nav {
        margin-bottom: 0.5rem;
    }
}

@media screen and (max-width: 560px) {
    .in_news_nav {
        margin-bottom: 0.4rem;
    }

    .in_news_nav a {
        font-size: 0.16rem;
    }
}


.in_news_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0.1rem;
    overflow: hidden;
}

.in_news_list li {
    width: 24%;
    margin: 1px 1px;
    box-sizing: border-box;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: 1rem;
    border: 1px solid var(--border_color);
    overflow: hidden;
}

.in_news_list li:nth-child(3n) {
    margin-right: 0
}

.in_news_list a {
    display: block;
    box-sizing: border-box;
    padding: 1.24rem;
}

.in_news_list .img {
    width: 100%;
    position: relative;
    overflow: hidden
}


.in_news_list .img::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6));
}

.in_news_list .img img {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    width: 100%;
    height: 100%;
    object-fit: cover
}

.in_news_list .txt {
    margin-top: 1.2rem;
    position: relative;

}

.in_news_list .txt h2 {
    font-size: 1rem;
    font-weight: bold;
    color: #3e3a39;
    line-height: 1.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
    text-transform: capitalize;

}

.in_news_list .txt p {
    margin: 1.16rem 0 .36rem;
    font-size: 0.84rem;
    color: #666;
    line-height: 1.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.in_news_list .i_more {
    padding: 0 0.4rem 0 0.3rem
}

.in_news_list .n_time {
    position: absolute;
    right: 5px;
    bottom: 0;
    font-size: 0.85rem;
    color: #888;
}

.in_news_list .n_time i {
    font-size: 0.3rem;
    color: #A3A3A3;
}

.in_news_list li:hover {
    box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);
}

.in_news_list li:hover .img::after {
    animation: gradient-rectangle 1.4s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

@-webkit-keyframes gradient-rectangle {
    0% {
        top: 100%;
        opacity: 1;
    }
    100% {
        top: 0;
        opacity: 0;
    }
}

.in_news_list li:hover img {
    width: 110%;
    height: 110%;
}

.in_news_list li:hover h2 {
    color: var(--i_color);
}

.in_news_list li:hover .n_time i {
    color: var(--i_color);
}

.in_news_list .img img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}


@media screen and (max-width: 959px) {
    .in_news_list li {
        width: 49%;
        margin: 0 2% .34rem 0;
    }

    .in_news_list li:nth-child(3n) {
        margin-right: 2%;
    }

    .in_news_list li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .in_news_list .i_more {
        display: none;
    }

    .in_news_list .n_time {
        position: initial;
    }
}

@media screen and (max-width: 560px) {
    .in_news_list li {
        margin-bottom: 0.2rem;
    }

    .in_news_list a {
        padding: 0.12rem;
    }

    .in_news_list .txt p {
        margin: 0.12rem 0 .22rem;
    }

    .in_news_list .n_time i {
        font-size: 0.26rem;
    }
}


.in_news_art {
    margin-bottom: 0.7rem;
    box-sizing: border-box
}

.in_news_art_tit {
    border-bottom: 1px solid #DDD;
    margin-bottom: .3rem;
    text-align: center
}

.in_news_art_tit h1 {
    font-size: .28rem;
    color: #222;
    line-height: .36rem;
    font-weight: bold
}

.in_news_art_tit h6 {
    text-align: center;
    margin: .1rem 0 .08rem;
    font-size: .13rem;
    color: #666;
    line-height: .28rem
}

.in_news_art article,
.in_news_art article * {
    text-align: left;
    font-size: .16rem;
    color: #555;
    line-height: .24rem
}

.in_news_art article img {
    display: block;
    margin: .2rem auto;
    max-width: 100% !important;
    height: initial !important
}

@media screen and (max-width: 959px) {
    .in_news_art_tit h1 {
        font-size: .26rem;
    }
}

@media screen and (max-width: 767px) {
    .in_news_art_tit h1 {
        font-size: .24rem;
    }
}

@media screen and (max-width: 560px) {
    .in_news_art_tit h1 {
        font-size: .22rem;
        line-height: .24rem;
    }
}


.ar_fot {
    min-height: .4rem;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 0.4rem 0;
    position: relative;
}

.ar_fot ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.ar_fot li {
    width: 32%;
}

.ar_fot li:last-child {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end
}

.ar_fot li a {
    font-size: 0.15rem;
    color: #666;
    font-weight: bold;
}

.ar_fot li:hover a {
    color: var(--i_color);
}

.ar_fot dl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.ar_fot dt {
    width: 46%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.ar_fot .prev {
    justify-content: flex-end
}

.ar_fot dt a {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ar_fot dt i {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    box-sizing: border-box;
    border: 1px solid var(--border_color);
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    border-radius: .05rem;
    overflow: hidden;
}

.ar_fot .prev i {
    margin-left: 0.1rem;
    background: url(../image/arrow_left_hollow_hei3.svg) no-repeat center;
    background-size: .16rem;
}

.ar_fot .next i {
    margin-right: 0.1rem;
    background: url(../image/arrow_right_hollow_hei3.svg) no-repeat center;
    background-size: .16rem;
}

.ar_fot dt b {
    font-size: 0.12rem;
}

.ar_fot .prev:hover i {
    border-color: var(--i_color);
    background: var(--i_color) url(../image/arrow_left_hollow_bai3.svg) no-repeat center;
    background-size: .16rem;
}

.ar_fot .next:hover i {
    border-color: var(--i_color);
    background: var(--i_color) url(../image/arrow_right_hollow_bai3.svg) no-repeat center;
    background-size: .16rem;
}

.ar_fot dt:hover b {
    color: var(--i_color);
}

@media screen and (max-width: 767px) {
    .ar_fot {
        padding: 0.1rem 0;
    }

    .ar_fot ul {
        display: block;
    }

    .ar_fot li {
        width: 100%;
        margin: 0.2rem 0;
    }

    .ar_fot li:last-child {
        display: block;
    }

    .ar_fot li:nth-child(1)::before {
        content: "PREVIOUS :";
        display: block;
        margin-bottom: 0.1rem;
        font-size: 0.18rem;
        color: var(--i_color);
        font-weight: bold;
    }

    .ar_fot li:nth-child(2)::before {
        content: "NEXT :";
        display: block;
        margin-bottom: 0.1rem;
        font-size: 0.18rem;
        color: var(--i_color);
        font-weight: bold;
    }

    .ar_fot dl {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .ar_fot li a {
        font-size: 0.16rem;
    }
}


/* Inside Page - Recruit a dealer */
.in_dl_prospects {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f8f8f8;
    overflow: hidden;
}

.in_dl_prospects .txt {
    width: 50%;
    box-sizing: border-box;
    padding: .4rem 2% .4rem 13.5%;
    background: url(../image/in_sol_art_bg1.jpg) no-repeat left bottom;
}

.in_dl_prospects .i_tit {
    max-width: 70%;
    margin-left: 0;
    margin-right: 0;
}

.in_dl_prospects .i_tit h2 {
    text-align: left;
}

.in_dl_prospects article {
    margin-bottom: 0.5rem;
    font-size: 0.15rem;
    color: #666;
    line-height: 0.24rem;
}

.in_dl_prospects .img {
    margin-left: auto;
    width: 50%;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    position: relative;
    overflow: hidden;
}

.in_dl_prospects .img img {
    width: 100%;
}

.in_dl_prospects .img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6));
}

.in_dl_prospects .img:hover::after {
    animation: fol 1.4s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

@media screen and (max-width: 1440px) {
    .in_dl_prospects .txt {
        padding-left: 7%;
    }
}

@media screen and (max-width: 1366px) {
    .in_dl_prospects .txt {
        padding-left: 6%;
    }
}

@media screen and (max-width: 1200px) {
    .in_dl_prospects .txt {
        padding-left: 5%;
    }
}

@media screen and (max-width: 1024px) {
    .in_dl_prospects .txt {
        padding-left: 3%;
    }
}

@media screen and (max-width: 959px) {
    .in_dl_prospects {
        padding-bottom: 0.3rem;
    }

    .in_dl_prospects .txt {
        width: 100%;
    }

    .in_dl_prospects .img {
        width: 94%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .in_dl_prospects .i_tit {
        max-width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .in_dl_prospects article {
        margin-bottom: 0.3rem;
    }
}


.in_dl_policy {
    --ico_size: 1.26rem
}

.in_dl_policy article {
    text-align: center;
    font-size: 0.18rem;
    color: #666;
    font-weight: 900;
}

.in_dl_policy_list {
    margin-top: 0.5rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    overflow: hidden;
}

.in_dl_policy_list dt {
    width: 29%;
    text-align: center;
    box-sizing: border-box;
    padding: var(--ico_size) .3rem .4rem;
    position: relative;
    cursor: pointer;
}

.in_dl_policy_list dt::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - var(--ico_size) / 2);
    box-sizing: border-box;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    border: 2px solid var(--i_color);
}

.in_dl_policy_list .ico {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    width: var(--ico_size);
    height: var(--ico_size);
    background: var(--i_color);
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.in_dl_policy_list .ico img {
    height: .6rem;
    -webkit-filter: brightness(100);
    -moz-filter: brightness(100);
    -o-filter: brightness(100);
    -ms-filter: brightness(100);
    filter: brightness(100)
}

.in_dl_policy_list .txt {
    margin-top: .4rem;
}

.in_dl_policy_list .txt p {
    font-size: 0.16rem;
    color: #3e3a39;
}

.in_dl_policy_list .txt h3 {
    padding-top: 0.24rem;
    margin: 0.2rem 0 0.3rem;
    font-size: 0.2rem;
    color: #100800;
    font-weight: bold;
    position: relative;
}

.in_dl_policy_list .txt h3::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    width: 66px;
    height: 2px;
    background: var(--i_color);
}

.in_dl_policy_list .txt h6 {
    font-size: 0.15rem;
    color: #666;
    line-height: 0.2rem;
}

.in_dl_policy_list dt:hover::before {
    height: 100%;
}

.in_dl_policy_list dt:hover .ico {
    top: .26rem;
    background: none;
}

.in_dl_policy_list dt:hover .ico img {
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
    filter: brightness(1)
}

.in_dl_policy_list dt::before,
.in_dl_policy_list .ico {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 1366px) {
    .in_dl_policy {
        --ico_size: 1rem
    }

    .in_dl_policy_list .txt h3 {
        font-size: 0.18rem;
    }
}

@media screen and (max-width: 1200px) {
    .in_dl_policy {
        --ico_size: .8rem
    }

    .in_dl_policy_list .ico img {
        height: 0.46rem;
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .in_dl_policy_list {
        margin-top: 0.3rem;
        flex-wrap: wrap;
        justify-content: normal
    }

    .in_dl_policy_list dt {
        margin: 0.2rem 0;
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .in_dl_policy {
        --ico_size: .66rem
    }

    .in_dl_policy_list .ico img {
        height: 0.4rem;
    }

    .in_dl_policy_list {
        margin-top: 0.2rem;
    }

    .in_dl_policy_list dt {
        margin: 0.16rem 0
    }

    .in_dl_policy_list .txt {
        margin-top: 0.3rem;
    }

    .in_dl_policy_list .txt h3 {
        margin: 0.1rem 0 0.16rem;
    }
}


.in_dl_help {
    width: 100%;
    position: relative;
    background: url(../image/in_dl_help_bg.webp) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.in_dl_help::before {
    content: '';
    display: block;
    padding-bottom: 40%;
}

.in_dl_help dl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    counter-reset: section;
    overflow: hidden;
}

.in_dl_help dt {
    width: 50%;
    height: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.in_dl_help dt:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    z-index: 2;
}

.in_dl_help dt:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -1px;
    width: 3px;
    height: 1rem;
    background: var(--i_color);
    z-index: 3;
}

.in_dl_help dt span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.in_dl_help .ico {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 14%;
}

.in_dl_help .ico::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
}

.in_dl_help .ico i {
    width: 1.26rem;
    height: 1.26rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--i_color);
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.in_dl_help .ico img {
    height: 0.6rem;
}

.in_dl_help .txt {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 40%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.4rem;
}

.in_dl_help .txt h4 {
    font-size: 0.16rem;
    color: #100800;
    font-weight: 900;
    position: relative;
    line-height: 0.22rem;
    margin-bottom: 0.4rem;
    padding-bottom: 0.4rem;
}

.in_dl_help .txt h4::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: .6rem;
    height: 2px;
    background: var(--i_color);
}

.in_dl_help .txt h4::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 0;
    height: 2px;
    background: #FFF;
}

.in_dl_help .txt p {
    font-size: 0.14rem;
    color: #3e3a39;
    line-height: 0.24rem;
}

.in_dl_help .num {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 4%;
}

.in_dl_help .num h6::before {
    counter-increment: section;
    content: "0" counter(section);
    font-size: 0.84rem;
    color: rgb(246 163 3 / 8%);
    font-weight: 900;
}

.in_dl_help .item_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 90%);
    z-index: 0;
}

.in_dl_help .item_bg::before {
    opacity: .3;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: -webkit-linear-gradient(top, transparent, rgb(0 0 0 / 80%));
    background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 80%));
}

.in_dl_help dt:hover .ico::before {
    width: 114%;
    height: 114%;
}

.in_dl_help dt:hover .txt h4,
.in_dl_help dt:hover .txt p {
    color: #FFF;
}

.in_dl_help dt:hover .txt h4::after {
    width: 0.6rem;
}

.in_dl_help dt:hover .item_bg {
    background: transparent;
}

.in_dl_help dt:hover .item_bg::before {
    opacity: 1;
    height: 100%;
}

.in_dl_help .ico::before,
.in_dl_help dt .txt h4,
.in_dl_help dt .txt h4::after,
.in_dl_help dt .txt p,
.in_dl_help .item_bg,
.in_dl_help .item_bg::before {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

@media screen and (max-width: 1440px) {
    .in_dl_help .ico {
        top: 10%;
    }

    .in_dl_help .ico i {
        width: 1rem;
        height: 1rem;
    }

    .in_dl_help .txt {
        top: 34%;
    }

    .in_dl_help .txt h4 {
        margin-bottom: 0.2rem;
        padding-bottom: 0.2rem;
    }

    .in_dl_help .num h6::before {
        font-size: 0.66rem;
    }
}

@media screen and (max-width: 1366px) {
    .in_dl_help .ico i {
        width: .8rem;
        height: .8rem;
    }

    .in_dl_help .ico img {
        height: 0.4rem;
    }

    .in_dl_help .txt {
        top: 30%;
    }

    .in_dl_help .txt p {
        line-height: 0.22rem;
    }
}

@media screen and (max-width: 1200px) {
    .in_dl_help .ico {
        top: 8%;
    }

    .in_dl_help .txt {
        top: 28%;
    }

    .in_dl_help .txt {
        padding: 0 0.3rem;
    }

    .in_dl_help .num h6::before {
        font-size: 0.54rem;
    }
}

@media screen and (max-width: 959px) {
    .in_dl_help::before {
        display: none;
    }

    .in_dl_help dl {
        position: initial;
        flex-wrap: wrap;
    }

    .in_dl_help dt {
        box-sizing: border-box;
        border-bottom: 1px solid #CCC;
        padding: 0.4rem 0.3rem;
        height: initial;
    }

    .in_dl_help dt:last-child {
        width: 100%;
        border-bottom: none;
    }

    .in_dl_help .ico {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        display: inline-block;
    }

    .in_dl_help dt span {
        display: block;
        position: relative;
    }

    .in_dl_help .txt {
        position: initial;
        transform: none;
        padding: 0 0;
        margin-top: 0.3rem;
    }

    .in_dl_help dt:nth-child(even)::before,
    .in_dl_help dt:nth-child(even)::after {
        display: none;
    }

    .in_dl_help .ico i {
        margin: 0 auto;
    }

    .in_dl_help .num {
        display: none;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 560px) {
    .in_dl_help dt {
        width: 100%;
        padding: 0.3rem 0.2rem;
    }

    .in_dl_help dt::before {
        display: none;
    }

    .in_dl_help dt::after {
        display: none !important;
    }

    .in_dl_help .txt {
        margin-top: 0.2rem;
    }
}


.in_dl_cases {
    overflow: hidden;
}

.in_dl_cases article {
    font-size: 0.15rem;
    color: #666;
    line-height: 0.22rem;
}

.in_cases_map {
    margin: -.6rem auto;
    text-align: center;
    position: relative;
    z-index: -1;
}

.in_cases_map::before {
    content: '';
    display: block;
    padding-bottom: 44%;
}

.in_cases_map img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-animation: enlarge 24s infinite linear;
    animation: enlarge 24s infinite linear
}

@keyframes enlarge {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        -moz-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
        -moz-transform: translate(-50%, -50%) scale(1.2, 1.2);
        transform: translate(-50%, -50%) scale(1.2, 1.2)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        -moz-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1)
    }
}

.in_dl_cases_list {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.in_dl_cases_list .swiper-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.in_dl_cases_list .swiper-slide {
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}

.in_dl_cases_list .img {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    top: 0;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
    z-index: 2
}

.in_dl_cases_list .img:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.in_dl_cases_list .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.in_dl_cases_list .txt {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    bottom: .3rem;
    width: 82%;
    background: rgb(255 255 255 / 80%);
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    z-index: 2;
}

.in_dl_cases_list .txt p {
    padding: 0 0.16rem;
    font-size: 0.15rem;
    color: #3e3a39;
    font-weight: bold;
    line-height: 0.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in_dl_cases_list .swiper-slide:hover img {
    width: 110%;
    height: 110%;
}

.in_dl_cases_list .swiper-slide:hover .txt {
    background: var(--i_color);
}

.in_dl_cases_list .swiper-slide:hover p {
    color: #FFF;
}

.in_dl_cases_list .swiper-slide,
.in_dl_cases_list .img img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .in_dl_cases_list .swiper-slide {
        padding: 0.1rem;
    }
}

@media screen and (max-width: 560px) {
    .in_dl_cases article {
        font-size: 0.16rem;
    }
}


.in_process {
    padding: 0.4rem 0 .6rem;
}

.in_process_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}

.in_process_list::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #CCC;
    top: .5rem;
    z-index: -1;
}

.in_process_list dt {
    text-align: center;
    width: 16%;
}

.in_process_list .ico {
    width: 0.9rem;
    height: 0.9rem;
    background: #FFF;
    margin: 0 auto;
    position: relative;
}

.in_process_list .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0.5rem;
}

.in_process_list .ico i:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #f5a100;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0
}

.in_process_list .ico i:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #f5a100;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0
}

.in_process_list dt:hover .ico i:before {
    animation: serv_one_border .9s 0s ease 1;
}

.in_process_list dt:hover .ico i:after {
    animation: serv_one_border 1.5s 0s ease 1;
}

@keyframes serv_one_border {
    0% {
        opacity: 0
    }
    5% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5)
    }
}

.in_process_list dt:hover .ico img {
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
    transform: translate(-50%, -50%) rotateY(180deg)
}

.in_process_list .ico img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.in_process_list .txt {
    margin-top: 0.3rem;
}

.in_process_list .txt h4 {
    font-size: 0.16rem;
    color: #3e3a39;
    font-weight: bold;
}

.in_process_list .txt h6 {
    margin-top: 0.14rem;
    font-size: 0.14rem;
    color: #666;
    line-height: 0.22rem;
}

@media screen and (max-width: 1366px) {
    .in_process_list::before {
        top: 0.46rem;
    }
}

@media screen and (max-width: 1200px) {
    .in_process_list dt {
        width: 18%;
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .in_process_list {
        justify-content: normal
    }

    .in_process_list::before {
        display: none;
    }

    .in_process_list dt {
        width: 50%;
        margin: 0.2rem 0;
        box-sizing: border-box;
        padding: 0 0.2rem;
    }

    .in_process_list .ico {
        width: 0.8rem;
        height: 0.8rem;
    }
}

@media screen and (max-width: 560px) {
    .in_process_list dt {
        margin: 0.1rem 0;
    }
}


.AD {
    margin-top: 0.3rem;
    background: url(../image/AD_bg.webp) no-repeat center;
    background-size: cover;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
}

.AD .cont {
    padding: 0.4rem 14%;
    position: relative;
}

.AD h2 b {
    font-size: .35rem;
    color: #FFF;
    font-weight: 900;
    text-transform: uppercase;
}

.AD b:nth-child(1) {
    margin-right: .6rem
}

.AD span {
    margin-top: 0.2rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.AD p {
    font-size: 0.16rem;
    color: #fff;
}

.AD .tel {
    padding: 0 0.2rem;
    margin-left: auto;
    background: #FFF;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
}

.AD .tel i {
    display: block;
    margin-right: 0.1rem;
    width: 0.3rem;
    height: 0.3rem;
    position: relative;
}

.AD .tel img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    -webkit-animation: tel_zoom 1.4s infinite linear;
    animation: tel_zoom 1.4s infinite linear
}

@keyframes tel_zoom {
    0% {
        width: 70%;
        height: 70%;
    }
    50% {
        width: 100%;
        height: 100%;
    }
    100% {
        width: 70%;
        height: 70%;
    }
}

.AD .tel b {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.38rem;
    color: #3e3a39;
}

.AD .tel:hover b {
    color: var(--i_color);
}

@media screen and (max-width: 1440px) {
    .AD .cont {
        padding: .4rem 7%;
    }

    .AD h2 b {
        font-size: 0.3rem;
    }
}

@media screen and (max-width: 1366px) {
    .AD .cont {
        padding: .4rem 4%;
    }

    .AD h2 b {
        font-size: 0.26rem;
    }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .AD .cont {
    }

    .AD b:nth-child(1) {
        margin-right: 0.3rem;
    }

    .AD p {
        width: 100%;
    }

    .AD h2 b {
        font-size: 0.22rem;
    }

    .AD .tel {
        margin: .3rem 0 0 0;
    }
}

@media screen and (max-width: 560px) {
    .AD .cont {
        text-align: center;
    }

    .AD h2 b {
        display: block;
        margin-right: 0 !important;
        font-size: 0.2rem;
    }

    .AD .tel {
        margin: .3rem auto 0;
    }
}


.in_dl_form {
}

.in_dl_form article {
    width: 64%;
    margin: 0 auto;
    font-size: 0.16rem;
    color: #666;
    line-height: 0.24rem;
    text-align: center;
}

.in_dl_form_box {
    margin-top: 0.3rem;
    padding: 0.4rem;
    background: #FFF;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);
}

#wpforms-960 {
    --input_font_size: 14px;
    --input_height: .46rem
}

#wpforms-960 {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

#wpforms-form-960 {
    width: 100%;
    position: relative;
    overflow: hidden
}

#wpforms-960 input,
#wpforms-960 button {
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

#wpforms-960 .wpforms-field {
    padding: 0;
    margin: 0
}

#wpforms-960 .wpforms-field-label {
    font-size: 0
}

#wpforms-960 .wpforms-required-label {
    position: absolute;
    top: 14px;
    left: 5px;
    font-size: 16px;
    color: #F00
}

#wpforms-960 .wpforms-field {
    width: 49%;
    background: transparent;
    margin-bottom: 4px;
    padding-bottom: 16px;
    position: relative;
    overflow: hidden
}

#wpforms-960-field_5-container,
#wpforms-960 .wpforms-field-textarea {
    width: 100% !important
}

#wpforms-960 .wpforms-field-container input,
#wpforms-960 textarea {
    width: 100%;
    max-width: 100% !important;
    min-width: 100%;
    font-size: var(--input_font_size);
    color: #333;
    height: var(--input_height);
    box-sizing: border-box;
    border: none;
    background: #F5F5F5;
    padding: 0 .16rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
}

#wpforms-960 input {
    line-height: var(--input_height)
}

#wpforms-960 textarea {
    line-height: 22px;
    min-height: 120px;
    padding: .1rem .16rem
}

#wpforms-960 input::-webkit-input-placeholder,
#wpforms-960 textarea::-webkit-input-placeholder {
    color: #999;
    font-size: var(--input_font_size)
}

#wpforms-960 input::-moz-placeholder,
#wpforms-960 textarea::-moz-placeholder {
    color: #999;
    font-size: var(--input_font_size)
}

#wpforms-960 input::-ms-input-placeholder,
#wpforms-960 textarea::-ms-input-placeholder {
    color: #999;
    font-size: var(--input_font_size)
}

#wpforms-960 #wpforms-960-field_1-error,
#wpforms-960 #wpforms-960-field_2-error,
#wpforms-960 #wpforms-960-field_3-error,
#wpforms-960 #wpforms-960-field_4-error,
#wpforms-960 #wpforms-960-field_5-error,
#wpforms-960 #wpforms-960-field_6-error {
    position: absolute;
    font-size: 13px
}

#wpforms-960 .wpforms-field-container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden
}

#wpforms-960 .wpforms-submit-container {
    margin: 0 auto;
    padding: 0 !important;
    box-sizing: border-box;
    width: 2rem;
    height: var(--input_height);
    background: var(--i_color);
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
    position: relative
}

#wpforms-960 .wpforms-submit-container::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--i_color2);
}

#wpforms-960 .wpforms-submit-container button {
    width: 100%;
    height: var(--input_height);
    font-size: .13rem;
    font-weight: bold;
    color: #FFF;
    line-height: var(--input_height);
    cursor: pointer;
    position: relative;
    z-index: 2
}

#wpforms-960 .wpforms-submit-container img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 4px
}

#wpforms-960 .wpforms-submit-container:hover::before {
    left: 0;
    right: initial;
    width: 100%;
}

#wpforms-960 .wpforms-submit-container::before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#wpforms-960 .form_reset {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48% !important;
    height: var(--input_height);
    padding: 0;
    box-sizing: border-box;
    background: #999;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
    cursor: pointer;
}

#wpforms-960 .form_reset::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--i_color);
}

#wpforms-960 .form_reset input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: .13rem;
    color: #FFF;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

#wpforms-960 .form_reset:hover::before {
    left: 0;
    right: initial;
    width: 100%;
}

#wpforms-960 .form_reset::before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 767px) {
    #wpforms-960 .wpforms-field {
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .in_dl_form article {
        width: 100%;
    }

    .in_dl_form_box {
        padding: 0.3rem 0.2rem;
    }
}


/* Inside Page - Contact us */
.in_contact {
    box-sizing: border-box;
    padding: 0.1rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.in_c_form {
    width: 100%;
    box-sizing: border-box;
    padding: 0.4rem;
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
    box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);
    overflow: hidden;
}

.in_c_form .tit {
    text-align: center;
    margin-bottom: 0.3rem;
}

.in_c_form .tit h2 {
    font-size: 0.15rem;
    color: #100800;
}

.in_c_form .tit h6 {
    margin-top: 0.1rem;
    font-size: 0.15rem;
    color: #3e3a39;
}

@media screen and (max-width: 768px) {
    .in_c_form .tit h2 {
        font-size: 0.17rem;
    }
}

#wpforms-93 {
    --input_font_size: 14px;
    --input_height: 2.46rem
}

#wpforms-93 {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

#wpforms-form-93 {
    width: 100%;
    position: relative;
    overflow: hidden
}

#wpforms-93 input,
#wpforms-93 button {
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

#wpforms-93 .wpforms-field {
    padding: 0;
    margin: 0
}

#wpforms-93 .wpforms-field-label {
    font-size: 0
}

#wpforms-93 .wpforms-required-label {
    position: absolute;
    top: 14px;
    left: 5px;
    font-size: 16px;
    color: #F00
}

#wpforms-93 .wpforms-field {
    width: 49%;
    background: transparent;
    margin-bottom: 4px;
    padding-bottom: 16px;
    position: relative;
    overflow: hidden
}

#wpforms-93-field_7-container,
#wpforms-93 .wpforms-field-textarea {
    width: 100% !important
}

#wpforms-93 .wpforms-field-container input,
#wpforms-93 textarea {
    width: 100%;
    max-width: 100% !important;
    min-width: 100%;
    font-size: var(--input_font_size);
    color: #333;
    height: var(--input_height);
    box-sizing: border-box;
    border: none;
    background: #F5F5F5;
    padding: 0 1.16rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .5rem;
    overflow: hidden;
}

#wpforms-93 input {
    line-height: var(--input_height)
}

#wpforms-93 textarea {
    line-height: 22px;
    min-height: 120px;
    padding: 1.1rem 1.16rem
}

#wpforms-93 input::-webkit-input-placeholder,
#wpforms-93 textarea::-webkit-input-placeholder {
    color: #999;
    font-size: var(--input_font_size)
}

#wpforms-93 input::-moz-placeholder,
#wpforms-93 textarea::-moz-placeholder {
    color: #999;
    font-size: var(--input_font_size)
}

#wpforms-93 input::-ms-input-placeholder,
#wpforms-93 textarea::-ms-input-placeholder {
    color: #999;
    font-size: var(--input_font_size)
}

#wpforms-93 #wpforms-93-field_1-error,
#wpforms-93 #wpforms-93-field_2-error,
#wpforms-93 #wpforms-93-field_3-error,
#wpforms-93 #wpforms-93-field_4-error,
#wpforms-93 #wpforms-93-field_5-error,
#wpforms-93 #wpforms-93-field_6-error {
    position: absolute;
    font-size: 13px
}

#wpforms-93 .wpforms-field-container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden
}

#wpforms-93 .wpforms-submit-container {
    margin: 0 auto;
    padding: 0 !important;
    box-sizing: border-box;
    width: 8rem;
    height: var(--input_height);
    background: var(--i_color);
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .5rem;
    overflow: hidden;
    position: relative
}

#wpforms-93 .wpforms-submit-container::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--i_color2);
}

#wpforms-93 .wpforms-submit-container button {
    width: 100%;
    height: var(--input_height);
    font-size: .93rem;
    font-weight: bold;
    color: #FFF;
    line-height: var(--input_height);
    cursor: pointer;
    position: relative;
    z-index: 2
}

#wpforms-93 .wpforms-submit-container img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 4px
}

#wpforms-93 .wpforms-submit-container:hover::before {
    left: 0;
    right: initial;
    width: 100%;
}

#wpforms-93 .wpforms-submit-container::before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#wpforms-93 .form_reset {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48% !important;
    height: var(--input_height);
    padding: 0;
    box-sizing: border-box;
    background: #999;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
    cursor: pointer;
}

#wpforms-93 .form_reset::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--i_color);
}

#wpforms-93 .form_reset input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: .13rem;
    color: #FFF;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

#wpforms-93 .form_reset:hover::before {
    left: 0;
    right: initial;
    width: 100%;
}

#wpforms-93 .form_reset::before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 767px) {
    #wpforms-93 .wpforms-field {
        width: 100%;
    }
}


.in_c_cont {
    width: 36%;
    margin-left: auto;
}

.in_c_cont span {
    display: block;
    padding: 0.34rem 0;
    border-top: 1px solid var(--border_color);
    border-bottom: 1px solid var(--border_color);
}

.in_c_cont span h2 {
    font-size: 0.18rem;
    color: var(--i_color);
    font-weight: bold;
    text-transform: uppercase;
}

.in_c_cont span h6 {
    margin-top: 0.26rem;
    font-size: 0.14rem;
    color: #3e3a39;
    line-height: 0.2rem;
}

.in_c_cont dl {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0.34rem 0;
    border-bottom: 1px solid var(--border_color);
}

.in_c_cont dt {
    text-align: center;
    box-sizing: border-box;
    padding: 0.1rem;
    -webkit-border-radius: .04rem;
    border-radius: .04rem;
    border: 1px solid var(--border_color);
}

.in_c_cont .in_c_wa {
    display: block;
    width: 1rem;
    height: 1rem;
    background: var(--i_color);
    -webkit-border-radius: .05rem;
    border-radius: .05rem;
    overflow: hidden;
    position: relative;
}

.in_c_cont .in_c_wa img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0.56rem;
    -webkit-filter: brightness(100);
    filter: brightness(100)
}

.in_c_cont dt p {
    font-size: 0.13rem;
    color: #3e3a39;
    margin-top: 0.14rem;
}

.in_c_cont dd {
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.in_c_cont dd ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.in_c_cont dd li {
    text-align: center;
    box-sizing: border-box;
    padding: 0.1rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    border-radius: .04rem;
    border: 1px solid var(--border_color);
}

.in_c_cont dd li:not(:first-child) {
    margin-left: 0.3rem;
}

.in_c_cont dd img {
    height: 1rem;
}

.in_c_cont dd p {
    font-size: 0.13rem;
    color: #3e3a39;
    margin-top: 0.1rem;
}

.in_c_slogan {
    max-width: 160px;
    margin-left: 0.2rem;
}

.in_c_slogan h4 {
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
}

.in_c_slogan h5 {
    margin-top: 0.06rem;
    font-size: 0.14rem;
    color: #666;
    font-weight: bold;
}


@media screen and (max-width: 1366px) {
    .in_c_slogan {
        max-width: 130px
    }

    .in_c_cont dd li:not(:first-child) {
        margin-left: 0.2rem;
    }
}

@media screen and (max-width: 1200px) {
    .in_c_form {
        width: 100%;
        padding: 1.4rem 1.3rem;
    }

    .in_c_cont {
        width: 38%;
    }

    .in_c_cont .in_c_wa img {
        width: 0.8rem;
        height: 0.8rem;
    }

    .in_c_cont dd img {
        height: 0.8rem;
    }
}

@media screen and (max-width: 959px) {
    .in_c_form,
    .in_c_cont {
        width: 100%;
    }

    .in_c_cont {
        margin-top: 0.4rem;
    }
}


.in_c_map {
    position: relative;
}

.in_contact_t {
    width: 100%;
    padding: 1.8rem 0;
}

.in_contact_t .i_tit {
    margin-left: 0;
    margin-right: 0;
}

.in_c_list {
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid var(--border_color);
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.in_c_list dt {
    width: 100%;
    margin-bottom: 1.3rem;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid var(--border_color);
}

.in_c_list dd {
    width: 48%;
}

.in_c_list dt,
.in_c_list dd {
    display: -webkit-flex;
    display: flex;
    /*flex-wrap: wrap;*/
}

.in_c_list dd:last-child {
    margin-left: 4%;
}

.in_c_list .ico {
    width: 2.5rem;
    height: 2.5rem;
    box-sizing: border-box;
    border: 1px solid var(--border_color);
    -webkit-border-radius: .06rem;
    -moz-border-radius: .06rem;
    border-radius: .5rem;
    position: relative;
}

.in_c_list .ico img {
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 46%;
    max-height: 46%;
    object-fit: contain;
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -o-filter: brightness(0);
    -ms-filter: brightness(0);
    filter: brightness(0)
}

.in_c_list span {
    margin-left: auto;
    width: calc(100% - .5rem - .2rem);
    padding:4px
}

.in_c_list span p {
    margin: .06rem 0 .1rem;
    font-size: 1.12rem;
    color: #3e3a39;
    font-weight: bold;
}

.in_c_list span h4,
.in_c_list span a {
    font-size: 0.76rem;
    color: #3e3a39;
    font-weight: bold;
}

.in_c_list dt:hover img,
.in_c_list dd:hover img {
    opacity: 1;
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
    filter: brightness(1);
    transform: translate(-50%, -50%) rotateY(180deg);
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
    -moz-transform: translate(-50%, -50%) rotateY(180deg);
}

.in_c_list dt a:hover,
.in_c_list dd a:hover {
    color: var(--i_color);
}

.in_c_list .ico img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.in_c_media > p {
    margin-bottom: 0.2rem;
    font-size: 0.13rem;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
}

.in_c_media ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.in_c_media li {
    width: 0.5rem;
    height: 0.5rem;
    box-sizing: border-box;
    border: 1px solid var(--border_color);
    -webkit-border-radius: .06rem;
    -moz-border-radius: .06rem;
    border-radius: .06rem;
    position: relative;
    overflow: hidden;
}

.in_c_media li:not(:last-child) {
    margin-right: 0.1rem;
}

.in_c_media a {
    display: block;
    width: 100%;
    height: 100%;
}

.in_c_media img {
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 46%;
    max-height: 46%;
    object-fit: contain;
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -o-filter: brightness(0);
    -ms-filter: brightness(0);
    filter: brightness(0)
}

.in_c_media li:hover {
    border-color: var(--i_color);
}

.in_c_media li:hover img {
    opacity: 1;
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
    filter: brightness(1);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
}

.in_c_media img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.map {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    overflow: hidden;
}

.map #simpleMap,
.map .fluid-width-video-wrapper,
.map iframe {
    width: 100%;
    height: 100% !important
}


@media screen and (max-width: 959px) {
    .in_contact_t {
        width: 100%;
        margin-bottom: 0.4rem;
        padding: 0 0;
    }

    .map {
        position: initial;
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .map {
        height: 200px;
    }
}

@media screen and (max-width: 560px) {
    .in_c_list dd {
        width: 100%;
        margin-left: 0 !important
    }

    .in_c_list dd:last-child {
        padding-top: .24rem;
        margin-top: .26rem;
        border-top: 1px solid var(--border_color);
    }
}


/* privacy */
.privacy_cont {
}

.privacy_cont .tit {
    margin-bottom: 30px
}

.privacy_cont .tit h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold
}

.privacy_cont article,
.privacy_cont article * {
    font-size: 14px;
    color: #666;
    line-height: 24px
}


/* thanks */
.thanks {
    margin: 80px auto 300px;
    text-align: center;
    overflow: hidden
}

.thanks h2 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #222;
    font-weight: bold
}

.thanks a {
    display: inline-block;
    padding: 0 40px;
    background: var(--i_color);
    line-height: 38px;
    font-size: 15px;
    color: #FFF
}

@media screen and (max-width: 1200px) {
    .thanks {
        margin-top: 60px
    }

    .thanks h2 {
        font-size: 26px
    }
}

@media screen and (max-width: 767px) {
    .thanks {
        margin: 40px auto 70px
    }

    .thanks h2 {
        font-size: 22px
    }
}

@media screen and (max-width: 560px) {
    .thanks h2 {
        font-size: 18px
    }
}


/* 404 */
.in404 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF
}

.in404_text {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center
}

.in404_text h1 {
    font-size: 220px;
    color: #BBB
}

.in404_text h6 {
    margin: 10px auto 30px;
    font-size: 18px;
    color: #999
}

.in404_text a {
    display: inline-block;
    padding: 0 40px;
    line-height: 32px;
    font-size: 15px;
    color: #999;
    border: 2px solid #DDD;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px
}

@media screen and (max-width: 959px) {
    .in404_text h1 {
        font-size: 180px
    }
}

@media screen and (max-width: 767px) {
    .in404_text h1 {
        font-size: 140px
    }

    .in404_text h6 {
        font-size: 16px
    }

    .in404_text a {
        font-size: 14px
    }
}

@media screen and (max-width: 560px) {
    .in404_text h1 {
        font-size: 70px
    }

    .in404_text h6 {
        margin: 10px auto 18px;
        font-size: 14px;
        line-height: 20px
    }

    .in404_text a {
        font-size: 13px
    }
}


/* 商桥代码 */
/* #jvlabelWrap {
	right: 70px !important;
}
#jcont {
	--jright: 70px !important
}
.popupBlock_c1e2 {
	right: 70px !important;
} */
.wrap_d3f7 {
    bottom: 60px !important;
    z-index: 214748364 !important;
}

jdiv.button_dfef {
    margin-bottom: 80px !important;
}

jdiv.__jivoMobileButton {
    margin-bottom: 60px !important
}


/* C端上线前隐藏 */
.top_ico_list {
    display: none !important
}

.p_Accessories {
    display: none !important
}

.p_detailColor {
    display: none !important
}

.p_detailNum {
    display: none !important;
}


/* 表单隐藏提交页面链接文本框 */
.link_hidden {
    display: none !important;
}


/* .in_news_art_tit h6 {
	display: none;
} */

.pdt01 {
    height: 30px !important;
    line-height: 30px !important;
    background-color: #f5f5f5 !important;
    width: 100% !important;
    padding: 7px !important;
    font-weight: 600;
    font-size: 14px !important;
    color: var(--i_color) !important;
    border-bottom: #f4a000 2px solid;
    font-family: sans-serif;
    font-style: italic;
}

.comment-meta .commentmetadata a {
    display: none;
}

.p_det_list {
    margin-bottom: 0.2rem !important;
    margin-top: 50px;
}

ul {
    /*     padding-left: 10px;      */
    padding-top: 2px;
}

.p09 {
    float: right;
}

/*
.p_det_show table{
    width: 390pt !important;
}
*/

.pds01 {
    overflow-x: auto !important;
}

.pcp01 {
    overflow-x: auto !important;
}

.p_det_cont2 table td {
    border: 1px solid #f2f2f2;
}


@media (min-width: 1281.1px) and (max-width: 3281px) {
    .p_det_show iframe {
        height: 710px !important;
    }
}


@media (min-width: 1025.1px) and (max-width: 1281px) {

    .p_det_show iframe {
        height: 650px !important;
    }
}


@media (min-width: 913.1px) and (max-width: 1025px) {

    .p_det_show iframe {
        height: 545px !important;
    }
}

@media (max-width: 913px) {
    .demofoot {
        line-height: 2.5rem;
        display: flex;
        flex-wrap: wrap;
        padding: 1rem;
        justify-content: space-between;
    }
}

@media (min-width: 822px) and (max-width: 913px) {

    .p_det_show iframe {
        height: 485px !important;
    }
}


@media (min-width: 521.1px) and (max-width: 821px) {

    .p_det_show iframe {
        height: 435px !important;
    }
}


@media (min-width: 413.1px) and (max-width: 521px) {

    .p_det_show iframe {
        height: 275px !important;
    }
}


@media (min-width: 397.92px) and (max-width: 413px) {

    .p_det_show iframe {
        height: 218px !important;
    }
}


@media (min-width: 392.1px) and (max-width: 397.91px) {

    .p_det_show iframe {
        height: 210px !important;
    }
}


@media (min-width: 378px) and (max-width: 392px) {

    .p_det_show iframe {
        height: 208px !important;
    }
}


@media (max-width: 377px) {

    .p_det_show iframe {
        height: 200px !important;
    }
}


@media (max-width: 361px) {

    .p_det_show iframe {
        height: 190px !important;
    }
}


@media (max-width: 351px) {

    .p_det_show iframe {
        height: 180px !important;
    }
}


@media (min-width: 281.1px) and (max-width: 327px) {

    .p_det_show iframe {
        height: 170px !important;
    }
}


@media (max-width: 281px) {

    .p_det_show iframe {
        height: 145px !important;
    }
}


.p_reviews_list .comment-meta a {
    display: none;
}


.p_reviews_list .fn {
    text-transform: capitalize;
}


.p_reviews_list .children {
    padding-left: 50px;
}

.p_reviews_list li {
    border-top: 1px dotted var(--border_color) !important;
}

.p_reviews_es {
    line-height: 25px !important;
}

.thumbs_up_num {
    display: none !important;
}

.tit .star_UL_fixed {
    display: none !important;
}

.tit b {
    display: none !important;
}

.p_det_cont .count {
    background-color: #f4a000 !important;
    border-radius: 25px !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 20px !important;
    line-height: 50px !important;
    color: white;
    text-align: center;
}


.p_det_cont .count i {
    color: white !important;
    font-size: 20px !important;
}

.in_news_art article img {
    margin: 0 !important;
}


.i_products_list .txt {
    overflow: hidden !important;
}


.in_b_text {
    display: block !important;
}


.in_b_text span h3 {
    color: #f4a100 !important;
}

.in_b_text span h6 {
    color: #f4a100 !important;
}

.in_b_text p {
    color: #f4a100 !important;
}


/* .in_b_text{
    top: 32% !important;
} */


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.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
}

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    box-sizing: border-box
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    box-sizing: border-box
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
    box-sizing: border-box
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

:where(.wp-block-button__link) {
    box-shadow: none;
    text-decoration: none;
    border-radius: 9999px;
    padding: calc(.667em + 2px) calc(1.333em + 2px)
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em) * 0.75)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em) * 0.5)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em) * 0.25)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    width: 100%;
    flex-basis: 100%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.wp-block-button.is-style-outline > .wp-block-button__link, .wp-block-button .wp-block-button__link.is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent;
    background-image: none
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button, .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-button.aligncenter, .wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption, .wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories {
    box-sizing: border-box
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code {
    box-sizing: border-box
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap !important;
    align-items: normal !important
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    content: "";
    display: table;
    clear: both
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-top: .5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers, .wp-block-comments-pagination > .wp-block-comments-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 2rem
}

.wp-block-comment-template.alignleft {
    float: left
}

.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-comment-template.alignright {
    float: right
}

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-position: 50%;
    min-height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]), .wp-block-cover .has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image .has-background-dim.has-background-gradient, .wp-block-cover .has-background-dim.has-background-gradient {
    background-color: transparent
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports (position:sticky) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #000
}

.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated, .wp-block-cover__image-background.is-repeated, video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    overflow-wrap: break-word
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file:not(.wp-element-button) {
    font-size: .8em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file * + .wp-block-file__button {
    margin-left: .75em
}

.wp-block-file__embed {
    margin-bottom: 1em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0;
    z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    width: 100%;
    height: 100%;
    flex: 1;
    object-fit: cover
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width: 600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    flex-direction: column;
    max-width: 100%;
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
    margin: 0;
    flex-direction: column;
    flex-grow: 1
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    flex: initial;
    background: none;
    color: inherit;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-top: 0;
    margin-bottom: auto
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    width: 100%;
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image.has-custom-border img, .wp-block-image img {
    box-sizing: border-box
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image.aligncenter, .wp-block-image .aligncenter, .wp-block-image.alignleft, .wp-block-image .alignleft, .wp-block-image.alignright, .wp-block-image .alignright {
    display: table
}

.wp-block-image.aligncenter > figcaption, .wp-block-image .aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image.alignright > figcaption, .wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-image :where(.has-border-color) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
    border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
    border-left-style: solid
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
    float: left
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
    float: right
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol, ul {
    box-sizing: border-box
}

ol.has-background, ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns:50% 1fr;
    grid-template-rows:auto;
    box-sizing: border-box
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns:1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns:100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center
}

.wp-block-navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0
}

.wp-block-navigation ul, .wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
    display: flex;
    align-items: center;
    position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
    display: block
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a, .wp-block-navigation:where(:not([class*=has-text-decoration])) a:active, .wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    line-height: 0;
    display: inline-block;
    font-size: inherit;
    padding: 0;
    background-color: inherit;
    color: currentColor;
    border: none;
    width: .6em;
    height: .6em;
    margin-left: .25em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    width: inherit;
    height: inherit;
    margin-top: .075em
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    background-color: inherit;
    color: inherit;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: normal;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    left: -1px;
    top: 100%
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-right: 0;
    margin-left: auto
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    margin: 0
}

@media (min-width: 782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width: 782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    position: relative;
    display: flex
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-align: left
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
    margin-left: -.6em;
    pointer-events: none
}

.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px
}

@media (min-width: 782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation__container {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap, wrap);
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

.wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
    flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
    color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap, wrap);
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    color: inherit !important;
    background-color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
    display: flex;
    flex-direction: column;
    background-color: inherit;
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    padding: var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
    overflow: auto;
    z-index: 100000
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-duration: 1ms;
        animation-delay: 0s
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: calc(2rem + 24px);
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: var(--navigation-layout-justification-setting, inherit)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
    min-width: 200px;
    position: static;
    border: none;
    padding-left: 2rem;
    padding-right: 2rem
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    display: flex;
    flex-direction: column;
    align-items: var(--navigation-layout-justification-setting, initial)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    color: inherit !important;
    background: transparent !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    right: auto;
    left: auto
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block;
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: inherit
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    text-transform: inherit
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.wp-block-navigation__responsive-close {
    width: 100%;
    max-width: var(--wp--style--global--wide-size, 100%);
    margin-left: auto;
    margin-right: auto
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width: 782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top: 32px
    }
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    background-color: inherit
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input:not([type=submit]), .wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-date {
    box-sizing: border-box
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    box-sizing: border-box
}

.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
    width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    position: absolute;
    inset: 0;
    background-color: #000
}

.wp-block-post-featured-image {
    position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1
}

.wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-title {
    word-break: break-word;
    box-sizing: border-box
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center;
    overflow-wrap: break-word;
    box-sizing: border-box
}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-post-template.wp-block-post-template {
    background: none
}

.wp-block-post-template.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container li {
    margin: 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }
}

.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-child {
    margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
    margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-query-title, .wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

.wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:not(.is-style-plain) p, .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:not(.is-style-plain) cite, .wp-block-quote.is-large:not(.is-style-plain) footer, .wp-block-quote.is-style-large:not(.is-style-plain) cite, .wp-block-quote.is-style-large:not(.is-style-plain) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]), .wp-block-read-more:not([style*=text-decoration]):active, .wp-block-read-more:not([style*=text-decoration]):focus {
    text-decoration: none
}

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

ul.wp-block-rss.alignleft {
    margin-right: 2em
}

ul.wp-block-rss.alignright {
    margin-left: 2em
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width: 600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    margin-left: .625em;
    word-break: normal
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em;
    fill: currentColor;
    vertical-align: text-bottom
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    padding: 8px;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    border: 1px solid #949494;
    text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    padding: 4px;
    border: 1px solid #949494
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border: 1px solid;
    border-right: none;
    border-left: none
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block
}

.wp-block-site-logo.is-default-size img {
    width: 120px;
    height: auto
}

.wp-block-site-logo img {
    height: auto;
    max-width: 100%
}

.wp-block-site-logo a, .wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px
}

.wp-block-social-links {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0;
    background: none
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    margin-left: .5em;
    margin-right: .5em;
    font-size: .65em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 1.25em;
    height: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #ff4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
    color: #25d366
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud.aligncenter {
    text-align: center;
    justify-content: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color > *, .wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] > *, .wp-block-table table[style*=border-top-color] > * td, .wp-block-table table[style*=border-top-color] > * th, .wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color] > *, .wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] > *, .wp-block-table table[style*=border-bottom-color] > * td, .wp-block-table table[style*=border-bottom-color] > * th, .wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color] > *, .wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] > *, .wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr {
    border-style: inherit
}

.wp-block-table table[style*=border-width] > *, .wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr {
    border-width: inherit;
    border-style: inherit
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    box-sizing: border-box
}

.wp-block-video video {
    width: 100%
}

@supports (position:sticky) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

figure {
    margin: 0 0 1em
}

/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

/*模板样式结束*/

.no_padding {
    padding: 0;
}


.langBox {
    position: absolute;
    right: 36px;
    top: 0;
    width: 32px;
    height: 40px;
    background: 0 0;
    z-index: 10;
}

.langBox span {
    width: 40px;
    line-height: 40px;
    float: right;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
}

.header.indexHeader .langBox span {
    color: #ffffff;
}

.header.indexHeader.is_stuck .langBox span {
    color: #000000;
}

.langBox ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 90px;
    background: var(--background-color);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.langBox ul a {
    display: block;
    white-space: nowrap;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    padding: 0 10px;
}


.header_search_box {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 40px;
    overflow: hidden;
    background: 0 0;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s
}

.header_search_box.active {
    width: 260px;
    background: var(--background-color);
    transition: all .3s
}

.header_search_box a {
    line-height: 0;
    width: 32px;
    height: 40px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10
}

.header_search_box a:before {
    position: absolute;
    content: '\e613';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
    text-align: center;
    font-family: iconfont, sans-serif;
    font-size: 16px;
    color: #000000;
    transition: all .3s
}

.header.indexHeader .header_search_box a:before {
    color: var(--color);
}

.header.is_stuck .header_search_box a:before,
.header.active .header_search_box a:before {
    color: #011;
    transition: all .3s
}

.header.indexHeader .header_search_box a.active:before {
    content: '\e6ae';
    color: #fff;
    transition: all .3s
}

.header.is_stuck .header_search_box a.active:before,
.header.active .header_search_box a.active:before {
    color: #fff;
    transition: all .3s
}

.search_form {
    position: absolute;
    top: 0;
    right: 32px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s
}

.header_search_box.active .search_form {
    width: 220px;
    z-index: 9;
    transition: all .3s
}

.search_form .info {
    width: 100%;
    padding-right: 0;
    position: relative
}

.header_search_box.active .search_form .info {
    padding-right: 32px
}

.search_form .info:before {
    position: absolute;
    content: '\e613';
    top: 0;
    right: 0;
    width: 32px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: iconfont, sans-serif;
    font-size: 16px;
    color: #fff
}

.search_form input[type=text] {
    width: 100%;
    height: 40px;
    background: 0 0;
    border: 0;
    text-indent: 10px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.3px;
}

.search_form input[type=text]::-webkit-input-placeholder {
    color: #fff
}

.search_form input.btn_search {
    width: 32px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    font-size: 0;
    background: 0 0;
    cursor: pointer;
    z-index: 2
}

.m_header {
    display: none;
}

.footer_box {
    overflow: hidden;
    position: relative;
    background: var(--background-color);
}

.footer_box .textBox {
    text-align: center;
    padding: 35px 0;
    font-size: 36px;
    color: #ffffff;
    line-height: 1;
}

.footer_box .textBox a {
    display: inline-block;
    height: 35px;
    font-size: 24px;
    border: 2px solid #ffffff;
    line-height: 31px;
    padding: 0 15px;
    margin-left: 10px;
}

.footer_box .textBox a:hover {
    background: #ffffff;
    color: var(--background-color);
}

.footer_box .fast_navigation {
    overflow: hidden;
    padding: 55px 0 40px;
    background: #ffffff;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

.footer_box .fast_navigation .itemBox {
    display: flex;
    justify-content: space-between;
}

.footer_box .fast_navigation .item:nth-of-type(1) {
    width: 165px;
}

.footer_box .fast_navigation .item:nth-of-type(2) {
    width: 240px;
}

.footer_box .fast_navigation .item:nth-of-type(3) {
    width: 230px;
}

.footer_box .fast_navigation .item:nth-of-type(4) {
    width: 560px;
}

.footer_box .fast_navigation .img {
    line-height: 0;
    padding-bottom: 20px;
}

.footer_box .fast_navigation .footerInfo li {
    font-size: var(--font-size) px;
    color: #202020;
    line-height: 1.5;
    margin-bottom: 5px;
}

.footer_box .fast_navigation .footerInfo li em {
    display: inline-block;
    margin-right: 5px;
}

.footer_box .fast_navigation h3 {
    font-size: 24px;
    color: #000000;
    padding-bottom: 30px;
    position: relative;
}

.footer_box .fast_navigation ul {
    overflow: hidden;
}

.footer_box .fast_navigation li {
    margin-bottom: 5px;
    font-size: 18px;
    color: #363636;
    line-height: 1.5;
}

.footer_box .fast_navigation li em {
    font-size: 22px;
    margin-right: 10px;
}

.footer_box .fast_navigation li a:hover {
    text-decoration: underline;
}

.footer_box .fast_navigation .footerForm p {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer_box .fast_navigation .footerForm form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_box .fast_navigation .footerForm .info {
    margin-bottom: 20px;
    line-height: 0;
    width: 48%;
}

.footer_box .fast_navigation .footerForm .info.w100 {
    width: 100%;
}

.footer_box .fast_navigation .footerForm .tips {
    display: block;
    color: #ff0000;
    font-size: 12px;
    line-height: var(--font-size) px;
}

.footer_box .fast_navigation .footerForm input[type="text"],
.footer_box .fast_navigation .footerForm textarea {
    width: 100%;
    height: 34px;
    border: 0;
    border-bottom: 2px solid #777777;
    font-size: var(--font-size) px;
    background: #ffffff;
    font-weight: 400;
}

.footer_box .fast_navigation .footerForm textarea {
    resize: none;
    height: 80px;
    padding: 6px;
    border: 2px solid #777777;
}

.footer_box .fast_navigation .footerForm input[type="submit"] {
    width: 140px;
    height: 40px;
    border: 0;
    background: var(--background-color);
    color: #ffffff;
    margin-top: 5px;
    cursor: pointer;
    font-size: 16px;
}

.footer_box .fast_navigation .footerForm input[type="submit"]:hover {
    opacity: .85;
}

.footer_box .footer_copyright {
    overflow: hidden;
    padding: 25px 0;
    text-align: center;
}

.footer_box .footer_copyright .text * {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.5em;
}

.footer_box .footer_copyright .text a.sitemap {
    margin: 0 5px;
}

.footer_box .footer_copyright .text a:hover {
    text-decoration: underline;
}

/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 60px;
    height: 60px;
    background: none;
    z-index: 10;
}

.banner_slick .slick-prev:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    content: '\e660';
    font-family: "iconfont", sans-serif;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 3px 5px 2px rgba(0, 0, 0, 0.2);
}

.banner_slick .slick-next:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    content: '\e608';
    font-family: "iconfont", sans-serif;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
}

.banner_slick .slick-prev:hover:before,
.banner_slick .slick-next:hover:before {
    color: var(--background-color);
}

.banner_slick .slick-dots li {
    background: #ffffff;
}

.banner_slick .slick-dots li.slick-active {
    background: var(--background-color);
}

.indexBox1 .title {
    position: relative;
    background: #f3f3f3;
    padding: 50px 0;
    margin-bottom: 65px;
    text-align: center;
}

.indexBox1 .title:before {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -15px;
    bottom: -15px;
    border-top: 15px solid #f3f3f3;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.indexBox1 .title h2 {
    font-size: 60px;
    color: #3c3c3c;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.indexBox1 .itemBox {
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    border-bottom: 1px dashed #eeeeee;
}

.indexBox1 .itemBox:nth-of-type(2) {
    border-bottom: 0;
    margin-bottom: 0;
}

.indexBox1 .itemBox .item {
    width: 25%;
    float: left;
    padding: 0 5px;
    padding-bottom: 35px;
}

.indexBox1 .itemBox .item .conBox {
    position: relative;
    padding-bottom: 50px;
}

.indexBox1 .itemBox .item .conBox .img {
    line-height: 0;
    padding-bottom: 50px;
    border: 1px solid #f1f1f1;
    background: #ffffff;
    overflow: hidden;
}

.indexBox1 .itemBox .item .conBox .img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}

.indexBox1 .itemBox .item .conBox:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}

.indexBox1 .itemBox .item .conBox .text {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 100px;
    padding: 20px 50px 20px 25px;
    background: #eeeeee;
    transition: all .3s;
}

.indexBox1 .itemBox .item .conBox:hover .text {
    background: var(--background-color);
    transition: all .3s;
}

.indexBox1 .itemBox .item .conBox .text:before {
    position: absolute;
    content: '\e624';
    color: rgba(0, 0, 0, 0.5);
    right: 20px;
    top: 0;
    line-height: 100px;
    font-size: 24px;
    font-family: "iconfont", sans-serif;
    transition: all .3s;
}

.indexBox1 .itemBox .item .conBox .text h3 {
    font-size: 30px;
    color: #2f2f2f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.indexBox1 .itemBox .item .conBox .text a {
    display: inline-block;
    color: #e73c28;
    font-weight: 400;
    transition: all .3s;
    font-size: 14px;
}

.indexBox1 .itemBox .item .conBox:hover .text:before,
.indexBox1 .itemBox .item .conBox:hover .text h3,
.indexBox1 .itemBox .item .conBox:hover .text a {
    color: #ffffff;
    transition: all .3s;
}

.indexBox1 .itemBox .item .conBox .text a:hover {
    text-decoration: underline;
}

.indexBox1 .a {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 80px;
}

.indexBox1 .a a {
    display: inline-block;
    width: 225px;
    height: 50px;
    font-size: 18px;
    color: #3a3a3a;
    background: #f4f4f4;
    text-align: center;
    line-height: 50px;
    transition: all .3s;
}

.indexBox1 .a a:hover {
    background: var(--background-color);
    color: #ffffff;
    transition: all .3s;
}

.indexBox2 {
    background-repeat: no-repeat;
    background-position: top center;
}

.indexBox2 .title {
    padding: 60px 0;
    text-align: center;
}

.indexBox2 .title h2 {
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.indexBox2 .title p {
    font-size: 30px;
    color: #ffffff;
}

.indexBox2 .itemBox {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.indexBox2 .itemBox .item {
    width: 33.33%;
    float: left;
    display: flex;
    flex-direction: column;
    border: 1px solid #eeeeee;
    background: #ffffff;
    transition: all .3s;
}

.indexBox2 .itemBox .item:hover {
    background: var(--background-color);
    transition: all .3s;
}

.indexBox2 .itemBox .item:nth-of-type(2) {
    flex-direction: column-reverse;
}

.indexBox2 .itemBox .item .img {
    line-height: 0;
    text-align: center;
    overflow: hidden;
}

.indexBox2 .itemBox .item .img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}

.indexBox2 .itemBox .item:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}

.indexBox2 .itemBox .item .textBox {
    padding: 28px 40px 30px 60px;
}

.indexBox2 .itemBox .item .textBox em {
    color: #2c2c2c;
    font-size: 68px;
    transition: all .3s;
}

.indexBox2 .itemBox .item .textBox h3 {
    padding: 10px 0 15px;
    font-size: 30px;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .3s;
}

.indexBox2 .itemBox .item .textBox p {
    font-size: 16px;
    color: #454545;
    transition: all .3s;
}

.indexBox2 .itemBox .item:hover .textBox em,
.indexBox2 .itemBox .item:hover .textBox h3,
.indexBox2 .itemBox .item:hover .textBox p {
    color: #ffffff;
    transition: all .3s;
}

.indexBox3 .video_click {
    display: block;
    line-height: 0;
    text-align: center;
    overflow: hidden;
}

.indexBox3 .video_click:after {
    background: url("../image/indexVideoClick.png") no-repeat center center;
}

.indexBox3 .video_click img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}

.indexBox3 .video_click:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}

.indexBox3 .conBox {
    margin-top: -6%;
    position: relative;
    z-index: 2;
    background: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-bottom: 60px;
}

.indexBox3 .conBox .title {
    padding: 35px 150px 60px;
    text-align: center;
}

.indexBox3 .conBox .title h2 {
    font-size: 60px;
    font-weight: bold;
    color: #3c3c3c;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.indexBox3 .conBox .title span {
    /*display: block;*/
    font-size: 24px;
    color: #1d1d1d;
    padding-bottom: 5px;
}

.indexBox3 .conBox .title p {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.7;
}

.indexBox3 .conBox .itemBox {
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
}

.indexBox3 .conBox .item {
    width: 20%;
    padding: 25px;
    border: 1px solid #eeeeee;
    background: #ffffff;
}

.indexBox3 .conBox .item .con {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.indexBox3 .conBox .item:nth-of-type(2n) {
    /*border: 1px solid var(--background-color);
    background: var(--background-color);*/
}

.indexBox3 .conBox .item h3 {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #08672e;
    padding-bottom: 5px;
}

.indexBox3 .conBox .item p {
    font-size: 16px;
    color: #3a3a3a;
}

.indexBox3 .conBox .item:nth-of-type(2n) h3,
.indexBox3 .conBox .item:nth-of-type(2n) p {
    /*color: #ffffff;*/
}

.indexBox3 .a {
    text-align: center;
    margin-top: 50px;
}

.indexBox3 .a a {
    display: inline-block;
    width: 225px;
    height: 50px;
    font-size: 16px;
    color: #e73c28;
    background: #ffffff;
    text-align: center;
    line-height: 50px;
    transition: all .3s;
}

.indexBox3 .a a:hover {
    background: var(--background-color);
    color: #ffffff;
}

.indexBox4 {
    padding-bottom: 35px;
    border-bottom: 1px solid #eeeeee;
}

.indexBox4 .title h2 {
    padding: 80px 0;
    background: #f2f2f2;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
}

.indexBox4 .itemBox {
    display: flex;
    flex-wrap: wrap;
}

.indexBox4 .item {
    width: 25%;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #ffffff
}

.indexBox4 .item .img {
    line-height: 0;
    text-align: center;
}

.indexBox4 .item .t {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 100%;
    transition: all .3s;
}

.indexBox4 .item:hover .t {
    margin-top: 0;
    transition: all .3s;
}

.indexBox4 .item .t p {
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
}

.indexBox5 .title h2 {
    padding: 35px 0;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.indexBox5 .conBox {
    overflow: hidden;
    margin: 45px 0 70px;
}

.indexBox5 .conBox .leftNews {
    width: 50%;
    float: left;
    padding-right: 50px;
    overflow: hidden;
    border-right: 1px solid #f2f2f2;
}

.indexBox5 .conBox .leftNews .img {
    line-height: 0;
}

.indexBox5 .conBox .leftNews .text h3 {
    font-size: 24px;
    color: #1d1d1d;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexBox5 .conBox .leftNews .text span {
    display: block;
    padding: 10px 0 5px;
    font-size: 16px;
    color: #1d1d1d;
}

.indexBox5 .conBox .leftNews .text p {
    font-size: 16px;
    color: #1d1d1d;
    line-height: 1.7;
}

.indexBox5 .conBox .leftNews .text a {
    float: right;
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    color: #e73c28;
}

.indexBox5 .conBox .leftNews .text a:hover {
    color: var(--background-color);
    text-decoration: underline;
}

.indexBox5 .conBox .itemBox {
    width: 50%;
    float: left;
    padding-left: 50px;
}

.indexBox5 .conBox .itemBox .item {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.indexBox5 .conBox .itemBox .item p {
    font-size: 20px;
    color: #1d1d1d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexBox5 .conBox .itemBox .item p span {
    display: inline-block;
    margin-right: 20px;
    color: #929292;
}

.indexBox5 .conBox .itemBox .item p a:hover {
    color: var(--background-color);
}

.aboutBanner {
    line-height: 0;
    text-align: center;
    position: relative;
}

.aboutBanner h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    line-height: 1;
    color: #FFFFFF;
}

.aboutBox2 {
    padding-top: 55px;
}

.aboutBox2 {
    position: relative;
    z-index: 2;
}

.aboutBox2 .text h2 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
}

.aboutBox2 .text p {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}

.aboutBox2 .imgBox {
    display: flex;
    justify-content: space-between;
}

.aboutBox2 .imgBox .img {
    line-height: 0;
}

.aboutBox3 {
    position: relative;
}

.aboutBox3:before {
    position: absolute;
    content: '';
    top: -30%;
    right: -70%;
    width: 1741px;
    height: 1741px;
    background: url("../image/aboutBj.png") no-repeat center center;
}

.aboutBox3 .title {
    text-align: center;
    padding: 80px 0 40px;
    position: relative;
    z-index: 1;
}

.aboutBox3 .title h2 {
    font-size: 36px;
    color: #333333;
    padding-bottom: 20px;
}

.aboutBox3 .title p {
    font-size: 16px;
    color: #666666;
}

.aboutBox3 .itemBox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative;
    z-index: 1;
}

.aboutBox3 .item {
    width: 20%;
    float: left;
    padding: 0 10px;
    position: relative;
    top: 0;
    transition: all .3s;
}

.aboutBox3 .item:hover {
    top: -10px;
    transition: all .3s;
}

.aboutBox3 .item .conBox {
    padding: 40px 20px;
    height: 100%;
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0 0 6px rgba(1, 11, 102, 0.1);
    -moz-box-shadow: 0 0 6px rgba(1, 11, 102, 0.1);
    box-shadow: 0 0 6px rgba(1, 11, 102, 0.1);
}

.aboutBox3 .item .img {
    line-height: 0;
    margin-bottom: 30px;
}

.aboutBox3 .item .text h3 {
    font-size: var(--font-size) px;
    color: #333333;
    padding-bottom: 15px;
}

.aboutBox3 .item .text p {
    font-size: var(--font-size) px;
    color: #808080;
    line-height: 1.7;
    padding: 0 15px;
}

.aboutBox4 {
    position: relative;
    z-index: 2;
}

.aboutBox4 .title {
    text-align: center;
    padding: 80px 0 40px;
}

.aboutBox4 .title h2 {
    font-size: 36px;
    color: #333333;
    padding-bottom: 20px;
}

.aboutBox4 .title p {
    font-size: 16px;
    color: #666666;
}

.aboutBox4 .aboutCertificateSlick .slick-prev,
.aboutBox4 .aboutCertificateSlick .slick-next {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("../image/aboutArrow1.png") no-repeat center center;
}

.aboutBox4 .aboutCertificateSlick .slick-prev {
    left: -20px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.aboutBox4 .aboutCertificateSlick .slick-next {
    right: -20px;
}

.aboutBox4 .aboutCertificateSlick .slick_first {
    text-align: center;
    padding: 0 10px;
}

.aboutBox4 .aboutCertificateSlick .slick_first img {
    clear: both;
    display: block;
    margin: auto;
    border: 1px dashed #333333;
}

.aboutBox4 .aboutCertificateSlick .slick_first p {
    margin-top: 10px;
    color: #333333;
}

.aboutBox5 {
    position: relative;
    padding-bottom: 80px;
}

.aboutBox5 .title h2 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    padding: 80px 0 10px;
    position: relative;
    z-index: 2;
}

.aboutBox5 .itemBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
    position: relative;
    z-index: 2;
}

.aboutBox5 .item {
    width: 33.33%;
    padding: 0 20px;
    margin-top: 40px;
}

.aboutBox5 .item .text {
    text-align: center;
    height: 100%;
    padding: 40px 20px 20px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 6px rgba(1, 11, 102, 0.1);
    -moz-box-shadow: 0 0 6px rgba(1, 11, 102, 0.1);
    box-shadow: 0 0 6px rgba(1, 11, 102, 0.1);
}

.aboutBox5 .item .text h3 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 20px;
}

.aboutBox5 .item .text p {
    font-size: var(--font-size) px;
    color: #808080;
    line-height: 1.7;
}

.videoBox {
    padding: 50px 0 30px;
}

.videoBox .itemBox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.videoBox .item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.videoBox .item .video {
    position: relative;
    padding-top: 56%;
}

.videoBox .item .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news_box .news_text h3 {
    padding-right: 0;
    padding-bottom: 15px;
    font-size: 16px;
}

.news_box .news_text p {
    height: auto;
    margin-bottom: 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.contactBanner {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 603px;
}

.contactBanner h1 {
    font-size: 48px;
    color: #fff;
    line-height: 1.8em;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 78px;
    background: url("../image/contactIco.png") no-repeat center bottom;
}

.contactBox1 h2 {
    padding: 35px 0;
    font-size: 36px;
    color: #262626;
    line-height: 1.8em;
    text-align: center;
}

.contactBox1 .info {
    padding-top: 35px;
    padding-right: 26px;
    padding-bottom: 48px;
    padding-left: 26px;
    background-color: #ccc
}

.contactBox1 h3 {
    font-size: 20px;
    color: var(--color);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 20px
}

.contactBox1 ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.contactBox1 ul li {
    width: 50%;
    float: left;
    margin-bottom: 30px;
    font-size: 16px;
    padding-left: 30px;
    line-height: 1.8;
    position: relative;
}

.contactBox1 ul li.w100 {
    width: 100%;
}

.contactBox1 ul li em {
    position: absolute;
    left: 0;
    top: 2px;
}

.contactBox1 ul li a:hover {
    color: var(--background-color);
    text-decoration: underline;
}

.contactBox1 .form .tip {
    display: block;
    margin-bottom: 5px;
    padding: 0 10px;
    color: #545454
}

.contactBox1 .form .tip em {
    color: red;
    margin-right: 5px
}

.contactBox1 .form .tips {
    color: #ff0000;
    font-size: 12px;
}

.contactBox1 .form .input {
    margin-bottom: 10px;
    position: relative
}

.contactBox1 .form .input input[type=text], .contactBox1 .form .input textarea {
    width: 100%;
    height: 40px;
    text-indent: 6px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1) inset
}

.contactBox1 .form .input textarea {
    resize: none;
    padding-top: 10px;
    height: 90px
}

.contactBox1 .form .input.code input[type=text] {
    width: 114px
}

.contactBox1 .form .input .verify {
    position: absolute;
    top: 24px;
    left: 120px;
    height: 40px;
    cursor: pointer
}

.contactBox1 .form .input .btn {
    border: 1px solid var(--background-color);
    border-radius: 4px;
    background: var(--background-color);
    color: #fff;
    font-size: var(--font-size) px;
    width: 102px;
    height: 30px;
    cursor: pointer
}

.contactBox2 {
    padding-top: 40px;
    padding-bottom: 50px
}

.contactBox2 .map {
    position: relative;
    height: 400px
}

.contactBox2 .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.pro_tip {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}


.productDetailContentBtn {
    margin-top: 40px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    background: #ffffff;
    border-bottom: 2px solid #dddddd;
    z-index: 10;
}

.productDetailContentBtn a {
    padding: 10px 20px;
    font-size: 16px;
    background: #dddddd;
    margin-right: 2px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.productDetailContentBtn a.on {
    background: var(--background-color);
    color: #ffffff;
}

.productDetailContentBox .conBox {
    display: none;
}

.productDetailContentBox .conBox.on {
    display: block;
}

.productDetailContentBox .slider_table td,
.productDetailContentBox .slider_table th {
    padding: 5px;
}

.productDetailContentBox img {
    /*width: 100%;*/
    max-width: none;
}


@media (max-width: 1620px) {
    .aboutBanner h1 {
        font-size: 80px;
    }
}

@media (max-width: 1450px) {
    .indexBox1 .title h2,
    .indexBox2 .title h2,
    .indexBox3 .conBox .title h2,
    .indexBox4 .title h2,
    .indexBox5 .title h2 {
        font-size: 50px;
    }

    .aboutBanner h1 {
        font-size: 60px;
    }
}

@media (max-width: 1220px) {
    .indexBox1 .title h2,
    .indexBox2 .title h2,
    .indexBox3 .conBox .title h2,
    .indexBox4 .title h2,
    .indexBox5 .title h2,
    .aboutBanner h1,
    .contactBanner h1 {
        font-size: 40px;
    }

    .header .headerTop .text p,
    .header .headerTop li,
    .indexBox1 .a a,
    .footer_box .fast_navigation li {
        font-size: 16px;
    }

    .header .headerTop li {
        margin-left: 15px;
    }

    .header .nav_list > li {
        padding: 0 20px;
    }

    .header .nav_list > li > a > span {
        font-size: 20px;
    }

    .nav_normal > li .dropdown_menu {
        left: 20px;
    }

    .indexBox1 .title {
        padding: 40px 0 30px;
        margin-bottom: 30px;
    }

    .indexBox1 .itemBox {
        margin-bottom: 20px;
    }

    .indexBox1 .itemBox .item {
        padding-bottom: 20px;
    }

    .indexBox1 .itemBox .item .conBox .text {
        height: 65px;
        padding: 12px 50px 12px 15px;
    }

    .indexBox1 .itemBox .item .conBox .text:before {
        line-height: 65px;
    }

    .indexBox1 .itemBox .item .conBox .text h3 {
        font-size: 18px;
    }

    .indexBox1 .a {
        padding: 10px 0 50px;
    }

    .indexBox2 .title {
        padding: 50px 0 30px;
    }

    .indexBox2 .title p {
        font-size: 20px;
    }

    .indexBox2 .itemBox {
        margin-bottom: 50px;
    }

    .indexBox2 .itemBox .item .textBox {
        padding: 15px 20px;
    }

    .indexBox2 .itemBox .item .textBox h3 {
        font-size: 20px;
    }

    .indexBox3 .conBox {
        padding-bottom: 50px;
    }

    .indexBox3 .conBox .title {
        padding: 35px 100px 50px;
    }

    .indexBox3 .conBox .title span {
        font-size: 20px;
    }

    .indexBox3 .conBox .itemBox {
        padding: 0;
    }

    .indexBox3 .conBox .item {
        width: 33.33%;
    }

    .indexBox3 .a {
        margin-top: 30px;
    }

    .indexBox4 {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .indexBox4 .title h2 {
        padding: 50px 0 30px;
    }

    .indexBox5 .title h2 {
        padding: 50px 0 30px;
    }

    .indexBox5 .conBox {
        margin: 30px 0 50px;
    }

    .indexBox5 .conBox .leftNews .text h3 {
        font-size: 20px;
    }

    .indexBox5 .conBox .itemBox .item p,
    .indexBox5 .conBox .itemBox .item p span {
        font-size: 16px;
    }

    .indexBox5 .conBox .itemBox .item p span {
        margin-right: 10px;
    }

    .footer_box .textBox {
        font-size: 30px;
    }

    .footer_box .fast_navigation {
        padding: 50px 0 30px;
    }

    .footer_box .fast_navigation h3 {
        font-size: 20px;
    }

    .footer_box .fast_navigation .item:nth-of-type(3) {
        width: 150px;
    }

    .footer_box .fast_navigation .item:nth-of-type(4) {
        width: 400px;
    }

    .aboutBox2 {
        padding-top: 50px;
    }

    .aboutBox3 .title {
        padding: 50px 0 30px;
    }

    .aboutBox3 .title h2 {
        padding-bottom: 15px;
    }

    .aboutBox3 .itemBox {
        margin: 0 -5px;
    }

    .aboutBox3 .item {
        padding: 0 5px;
    }

    .aboutBox3 .item .conBox {
        padding: 20px 10px;
    }

    .aboutBox3 .item .text h3 {
        padding-bottom: 5px;
    }

    .aboutBox3 .item .text p {
        padding-left: 0;
        padding-right: 0;
        line-height: 1.6;
    }

    .aboutBox4 .title {
        padding: 50px 0 30px;
    }

    .aboutBox4 .title h2 {
        padding-bottom: 15px;
    }

    .aboutBox5 {
        padding-bottom: 50px;
    }

    .aboutBox5 .title h2 {
        padding-top: 50px;
    }

    .aboutBox5 .itemBox {
        margin: 0 -10px;
    }

    .aboutBox5 .item {
        margin-top: 20px;
        padding: 0 10px;
    }

    .aboutBox5 .item .text {
        padding: 20px;
    }

    .aboutBox5 .item .text h3 {
        padding-bottom: 10px;
    }

    .contactBox1 h2 {
        line-height: 1;
        padding: 50px 0 30px;
    }

    .contactBox1 h3 {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .indexBox1 .title h2,
    .indexBox2 .title h2,
    .indexBox3 .conBox .title h2,
    .indexBox4 .title h2,
    .indexBox5 .title h2,
    .aboutBanner h1,
    .aboutBox2 .text h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .aboutBox5 .title h2,
    .contactBanner h1,
    .contactBox1 h2 {
        font-size: 34px;
    }

    .Crumbs ul li a,
    .Crumbs ul li,
    .Crumbs ul li a span,
    .Crumbs ul i {
        font-size: var(--font-size) px;
        line-height: 1.2;
    }

    .Crumbs span.youAreHere {
        display: none;
    }

    /*body {*/
    /*    padding-top: 60px;*/
    /*}*/

    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    .langBox {
        top: 10px;
        right: 10px;
    }

    .langBox span {
        width: auto;
    }

    .lang a {
        line-height: 60px;
        font-size: 18px;
        color: #333333;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #000000;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: var(--font-size) px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("../image/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }

    .footer_box .fast_navigation .item:nth-of-type(1),
    .footer_box .fast_navigation .item:nth-of-type(3) {
        /*display: none;*/
    }

    .footer_box .fast_navigation .item:nth-of-type(2) {
        width: 50%;
    }

    .footer_box .fast_navigation .item:nth-of-type(4) {
        width: 50%;
        padding-left: 20px;
    }

    .indexBox1 .itemBox .item {
        width: 50%;
    }

    .indexBox2 .itemBox .item {
        width: 100%;
        margin-bottom: 10px;
    }

    .indexBox2 .itemBox .item:nth-of-type(2) {
        flex-direction: column;
    }

    .indexBox2 .itemBox .item img {
        width: 100%;
    }

    .indexBox3 .conBox {
        margin-top: 0;
    }

    .indexBox3 .conBox .title {
        padding-left: 0;
        padding-right: 0;
    }

    .indexBox3 .conBox .item {
        width: 100%;
        text-align: center;
    }

    .indexBox4 .item .t p {
        font-size: 20px;
    }

    .indexBox5 .conBox .leftNews {
        padding-right: 20px;
    }

    .indexBox5 .conBox .itemBox {
        padding-left: 20px;
    }

    .aboutBox4 .aboutCertificateSlick .slick_first {
        padding: 0 5px;
    }

    .videoBox .item {
        width: 50%;
    }

    .contactBox1 .form {
        margin-top: 30px;
    }

    .contactBox2 .map {
        height: 300px;
    }


    .productDetailContentBtn {
        display: none;
    }

    .productDetailContentBox .conBox {
        display: block;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 0;
    }

    #back_top {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .banner_slick .slick-prev {
        left: 15px;
    }

    .banner_slick .slick-next {
        right: 15px;
    }

    .footer_box .textBox {
        font-size: 20px;
    }

    .footer_box .textBox a {
        font-size: 20px;
    }

    .aboutBox3 .item {
        width: 33.33%;
        margin-bottom: 10px;
    }

    .aboutBox3 .item:nth-of-type(4),
    .aboutBox3 .item:nth-of-type(5) {
        width: 50%;
    }

    .aboutCertificateSlick {
        padding: 0 30px;
    }

    .aboutBox4 .aboutCertificateSlick .slick-prev {
        left: 0;
    }

    .aboutBox4 .aboutCertificateSlick .slick-next {
        right: 0;
    }

    .aboutBox5 .itemBox {
        margin: 0;
    }

    .aboutBox5 .item {
        width: 100%;
        padding: 0;
    }

    .aboutBox5 .item .text {
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .videoBox .itemBox {
        margin: 0 -5px;
    }

    .videoBox .item {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

@media (max-width: 640px) {
    .indexBox4 .item {
        width: 50%;
    }

    .indexBox5 .conBox .leftNews {
        width: 100%;
        padding-right: 0;
        border-right: 0;
    }

    .indexBox5 .conBox .itemBox {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
        border-top: 1px dashed #e5e5e5;
    }

    .footer_box .fast_navigation {
        padding-top: 30px;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }

    .footer_box .fast_navigation .itemBox {
        flex-wrap: wrap;
    }

    .footer_box .fast_navigation .item:nth-of-type(2) {
        width: 100%;
    }

    .footer_box .fast_navigation .item:nth-of-type(4) {
        width: 100%;
        padding-left: 0;
        /*padding-top: 20px;*/
    }
}

@media (max-width: 540px) {
    .indexBox2 .itemBox .item .textBox {
        padding: 15px 10px;
    }

    .indexBox3 .conBox .item {
        padding: 15px 10px;
    }

    .aboutBox3 .item {
        width: 100% !important;
    }

    .videoBox .item {
        width: 100%;
    }

    .contactBox1 .info {
        padding: 15px 10px 0;
    }

    .contactBox1 ul li {
        width: 100%;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
}

div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
    background: none;
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    float: none;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    list-style: none;
    outline: none;
    position: static;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: auto;
    visibility: visible;
    overflow: visible;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

div.wpforms-container-full {
    margin-left: auto;
    margin-right: auto
}

div.wpforms-container-full .wpforms-form amp-img > img {
    position: absolute
}

div.wpforms-container-full .wpforms-form input, div.wpforms-container-full .wpforms-form label, div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form button, div.wpforms-container-full .wpforms-form textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    background: none;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

div.wpforms-container-full .wpforms-form textarea {
    width: 100%
}

div.wpforms-container-full .wpforms-form ul, div.wpforms-container-full .wpforms-form ul li {
    background: none !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important
}

div.wpforms-container-full .wpforms-form ul li {
    margin-bottom: 5px !important
}

div.wpforms-container-full .wpforms-form ul li:last-of-type {
    margin-bottom: 0 !important
}

div.wpforms-container-full .wpforms-form hr {
    border-top: 1px solid #ccc;
    margin: 0.5em auto
}

div.wpforms-container-full .wpforms-form fieldset {
    min-width: 0
}

.wpforms-container .wpforms-form .wpforms-error-alert {
    border: 1px solid #cccccc;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
    font-size: 14px;
    margin: 0 0 10px 0
}

.wpforms-container .wpforms-form .wpforms-error-alert {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

div[style*="z-index: 2147483647"] div[style*="border-width: 11px"][style*="position: absolute"][style*="pointer-events: none"] {
    border-style: none
}

.wpforms-clear:before {
    content: " ";
    display: table
}

.wpforms-clear:after {
    clear: both;
    content: " ";
    display: table
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 60%
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 120px
}

div.wpforms-container-full .wpforms-form input.wpforms-field-small, div.wpforms-container-full .wpforms-form select.wpforms-field-small, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small {
    max-width: 25%
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    height: 70px
}

div.wpforms-container-full .wpforms-form input.wpforms-field-large, div.wpforms-container-full .wpforms-form select.wpforms-field-large, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
    max-width: 100%
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 220px
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 10px 0;
    clear: both
}

div.wpforms-container-full .wpforms-form .wpforms-field-description, div.wpforms-container-full .wpforms-form .wpforms-field-limit-text {
    font-size: 13px;
    line-height: 1.3;
    margin: 8px 0 0 0;
    word-break: break-word;
    word-wrap: break-word
}

div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #444;
    padding: 15px 15px 0;
    margin-top: 15px;
    height: 125px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 12px
}

div.wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description p {
    color: #444;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px
}

div.wpforms-container-full .wpforms-form .wpforms-field-description-before, div.wpforms-container-full .wpforms-form .wpforms-field-description.before {
    margin: 0 0 8px 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word
}

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    display: block;
    font-size: 13px;
    float: none;
    font-weight: 400;
    line-height: 1.3;
    margin: 4px 0 0;
    padding: 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.before {
    margin: 0 0 4px 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    display: inline;
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    word-break: break-word
}

div.wpforms-container-full .wpforms-form .wpforms-field-label.wpforms-label-hide, div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.wpforms-sublabel-hide {
    position: absolute;
    top: -99999px;
    left: -99999px
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #ff0000;
    font-weight: 400
}

div.wpforms-container-full .wpforms-form .wpforms-field-row {
    margin-bottom: 8px;
    position: relative
}

div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row:last-of-type {
    margin-bottom: 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-row:before {
    content: " ";
    display: table
}

div.wpforms-container-full .wpforms-form .wpforms-field-row:after {
    clear: both;
    content: " ";
    display: table
}

div.wpforms-container-full .wpforms-form .wpforms-field-address .wpforms-one-half:only-child {
    margin-left: 0
}

div.wpforms-container-full .wpforms-form .wpforms-five-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-fifths, div.wpforms-container-full .wpforms-form .wpforms-one-fifth, div.wpforms-container-full .wpforms-form .wpforms-one-fourth, div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-sixth, div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-three-fourths, div.wpforms-container-full .wpforms-form .wpforms-three-fifths, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths, div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
    float: left;
    margin-left: 4%;
    clear: none
}

div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 48%
}

div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
    width: 30.6666666667%
}

div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
    width: 65.3333333333%
}

div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
    width: 22%
}

div.wpforms-container-full .wpforms-form .wpforms-three-fourths {
    width: 74%
}

div.wpforms-container-full .wpforms-form .wpforms-one-fifth {
    width: 16.8%
}

div.wpforms-container-full .wpforms-form .wpforms-two-fifths {
    width: 37.6%
}

div.wpforms-container-full .wpforms-form .wpforms-three-fifths {
    width: 58.4%
}

div.wpforms-container-full .wpforms-form .wpforms-four-fifths {
    width: 79.2%
}

div.wpforms-container-full .wpforms-form .wpforms-one-sixth {
    width: 13.3333333333%
}

div.wpforms-container-full .wpforms-form .wpforms-five-sixths {
    width: 82.6666666667%
}

div.wpforms-container-full .wpforms-form .wpforms-first {
    clear: both !important;
    margin-left: 0 !important
}

div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul, div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul, div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul, div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul, div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li {
    width: 50%;
    display: block;
    padding-right: 26px !important
}

div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
    width: 33.3333%;
    display: block;
    padding-right: 26px !important
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px !important
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-half {
    float: left;
    width: 48%;
    clear: both
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-half {
    float: right;
    width: 48%;
    clear: none
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-third {
    float: left;
    width: 30.666666667%;
    clear: both
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-middle-third {
    float: left;
    width: 30.666666667%;
    margin-left: 4%;
    clear: none
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-third {
    float: right;
    width: 30.666666667%;
    clear: none
}

div.wpforms-container-full .wpforms-form div.wpforms-last {
    float: right !important;
    margin-right: 0 !important;
    clear: none
}

div.wpforms-container-full.inline-fields {
    overflow: hidden
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container {
    display: table;
    width: calc(100% - 160px);
    float: left
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field {
    display: table-cell;
    padding-right: 2%;
    vertical-align: top
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container {
    float: right;
    width: 160px;
    clear: none
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit {
    display: block;
    width: 100%
}

div.wpforms-container-full.inline-fields .wpforms-form input.wpforms-field-medium, div.wpforms-container-full.inline-fields .wpforms-form select.wpforms-field-medium, div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    font-family: inherit;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3
}

div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 3px;
    display: inline-block;
    vertical-align: baseline
}

div.wpforms-container-full .wpforms-form input[type=radio] {
    border-radius: 50%
}

div.wpforms-container-full .wpforms-form select {
    max-width: 100%;
    text-transform: none;
    white-space: nowrap
}

div.wpforms-container-full .wpforms-form select[multiple] {
    height: auto;
    overflow-y: scroll;
    background-image: none
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1em;
    padding: 10px 15px
}

div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-size: 0.9em;
    font-weight: 400;
    margin: 0 5px;
    min-width: 90px;
    text-align: center
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color: #ddd;
    border: 1px solid #ccc;
    cursor: pointer
}

div.wpforms-container-full .wpforms-form input[type=submit]:disabled, div.wpforms-container-full .wpforms-form button[type=submit]:disabled, div.wpforms-container-full .wpforms-form .wpforms-page-button:disabled {
    background-color: #eee;
    border: 1px solid #ddd;
    cursor: default;
    opacity: 0.5
}

div.wpforms-container-full .wpforms-form input:focus, div.wpforms-container-full .wpforms-form textarea:focus, div.wpforms-container-full .wpforms-form select:focus, div.wpforms-container-full .wpforms-form .is-focused .choices__inner, div.wpforms-container-full .wpforms-form .is-open .choices__inner, div.wpforms-container-full .wpforms-form .is-open .choices__list--dropdown {
    border: 1px solid #999;
    box-shadow: none
}

div.wpforms-container-full .wpforms-form input:disabled, div.wpforms-container-full .wpforms-form textarea:disabled, div.wpforms-container-full .wpforms-form select:disabled {
    background-color: #f9f9f9;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed
}

div.wpforms-container-full .wpforms-form .wpforms-error-container, div.wpforms-container-full .wpforms-form noscript.wpforms-error-noscript {
    color: #990000
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: block;
    color: #990000;
    font-size: 12px;
    float: none;
    cursor: default
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner {
    border: 1px solid #cc0000
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration label.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code label.wpforms-error {
    display: none !important
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full {
    color: #333;
    margin: 0 auto 24px;
    padding: 15px 15px;
    overflow-wrap: break-word
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #e0ffc7;
    border: 1px solid #b4d39b;
    box-sizing: border-box
}

.wpforms-confirmation-container-full p:last-of-type, div[submit-success] > .wpforms-confirmation-container-full p:last-of-type {
    margin: 0
}

.amp-form-submit-success .wpforms-field-container, .amp-form-submit-success .wpforms-submit-container {
    display: none
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
    padding: 10px 0 20px 0;
    clear: both
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container iframe {
    width: 100%;
    max-width: 100%
}

div.wpforms-container-full .wpforms-form .wpforms-title {
    font-size: 26px;
    margin: 0 0 10px 0
}

div.wpforms-container-full .wpforms-form .wpforms-description {
    margin: 0 0 10px 0
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 10px 0 0 0;
    clear: both;
    position: relative
}

div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
    margin-left: 0.5em;
    display: inline-block;
    vertical-align: middle;
    max-width: 26px
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-center {
    text-align: center
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
    text-align: left
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {
    margin: 0 10px 0 0
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-right {
    text-align: right
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-right .wpforms-page-button {
    margin: 0 0 0 10px
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-prev {
    float: left;
    margin: 0
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-next {
    float: right;
    margin: 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-number {
    margin-right: 100px
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-name {
    margin-right: 170px
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration {
    position: absolute;
    right: 0;
    top: 0;
    width: 160px
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration select {
    width: 45%;
    float: left;
    display: block
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration span {
    float: left;
    width: 10%;
    text-align: center;
    line-height: 38px
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin: 10px 0 5px
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-track {
    color: transparent
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    background: #B5B5B5;
    cursor: pointer;
    border-radius: 100%
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-moz-range-thumb {
    width: 17px;
    height: 17px;
    background: #B5B5B5;
    cursor: pointer;
    border-radius: 100%
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-thumb {
    width: 17px;
    height: 17px;
    background: #B5B5B5;
    cursor: pointer;
    border-radius: 100%
}

div.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint {
    font-size: 13px
}

div.wpforms-container-full .wpforms-form .wpforms-field-stripe-credit-card-cardnumber, div.wpforms-container-full .wpforms-form input.wpforms-stripe-credit-card-hidden-input {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 8px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3
}

div.wpforms-container-full .wpforms-form .wpforms-stripe-element-invalid {
    border: 1px solid #cc0000 !important
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul, div.wpforms-container-full .wpforms-form .wpforms-field-html ol {
    margin: 0 0 20px !important
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul li, div.wpforms-container-full .wpforms-form .wpforms-field-html ol li {
    margin: 0 0 5px 0 !important
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul li {
    list-style: disc !important
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ol li {
    list-style: decimal !important
}

div.wpforms-container-full .wpforms-form .wpforms-field-html li > ul, div.wpforms-container-full .wpforms-form .wpforms-field-html li > ol {
    margin: 6px 0 0 20px !important
}

div.wpforms-container-full .wpforms-field-date-time-date-sep {
    display: inline-block;
    padding: 0 5px
}

div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-year, div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-day, div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-month {
    display: inline-block;
    width: auto
}

div.wpforms-container-full .wpforms-datepicker-wrap {
    position: relative
}

div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-datepicker-clear {
    position: absolute;
    background-image: url(../image/times-solid-white.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-size: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    transition: all 0.3s
}

div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-datepicker-clear:hover {
    background-color: red
}

div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-field-small + .wpforms-datepicker-clear {
    right: calc(75% + 10px)
}

div.wpforms-container-full .wpforms-datepicker-wrap .wpforms-field-medium + .wpforms-datepicker-clear {
    right: calc(40% + 10px)
}

div.wpforms-container-full .wpforms-form .wpforms-captcha-math input {
    display: inline-block;
    width: 70px;
    vertical-align: inherit;
    margin: 0 0 0 5px
}

div.wpforms-container-full .wpforms-form .wpforms-captcha-equation {
    font-size: 16px
}

div.wpforms-container-full .wpforms-form .wpforms-captcha-question {
    margin: 0 0 4px 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating-item {
    padding-right: 6px
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating svg {
    cursor: pointer;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    opacity: 0.60
}

div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.selected svg, div.wpforms-container-full .wpforms-form .wpforms-field-rating-item.hover svg, div.wpforms-container-full .wpforms-form .wpforms-field-rating-item input:focus + svg {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1
}

div.wpforms-field-file-upload .wpforms-hide {
    display: none !important
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern {
    border: 2px dashed rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.02);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern.wpforms-with-files {
    padding: 5px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern svg {
    height: 50px;
    width: 50px;
    color: #e27730
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-modern-title {
    font-weight: bold
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-modern-hint {
    color: rgba(0, 0, 0, 0.1)
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern.wpforms-highlighted {
    border-color: #e27730
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block {
    width: 100px;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    background-size: cover !important;
    margin: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block:hover .wpforms-overlay {
    opacity: 1
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    display: block;
    width: 18px;
    height: 18px
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-title {
    position: absolute;
    font-size: 12px;
    color: #fff;
    top: 25px;
    bottom: 10px;
    left: 5px;
    right: 5px;
    overflow-y: auto;
    line-height: 16px
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-left, div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-right {
    height: 18px;
    width: 1px;
    background: #fff;
    position: absolute;
    display: block;
    z-index: 1;
    right: 9px
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-left {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-overlay .wpforms-close .wpforms-close-right {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block svg {
    height: 25px;
    width: 25px;
    color: rgba(0, 0, 0, 0.1)
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern .wpforms-preview-block .wpforms-progress {
    height: 5px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e27730;
    transition: all 0.5s
}

div.wpforms-field-file-upload .wpforms-file-upload-builder-modern input[type="file"] {
    display: none
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices label:not(.wpforms-error) {
    cursor: pointer;
    position: relative
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices label input {
    top: 50%
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-modern li {
    margin: 5px 5px 5px 5px !important
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error) {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 20px 20px 18px 20px;
    transition: all 0.5s;
    text-align: center
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error):hover, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error):focus {
    border: 1px solid #ddd
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image:after {
    content: "\2714";
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    background: green;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: all 0.5s
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-image:after {
    opacity: 1
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image {
    display: block;
    position: relative
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-label {
    font-weight: 700
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label {
    display: block;
    margin-top: 12px
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-classic li {
    margin: 0 10px 10px 0 !important
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:not(.wpforms-error) {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 10px;
    text-align: center
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:not(.wpforms-error):hover, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label:not(.wpforms-error):focus {
    border-color: #ddd
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-image {
    display: block
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-selected label {
    border-color: #666 !important
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-label {
    display: block;
    margin-top: 8px
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices, div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices * {
    box-sizing: border-box
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 !important;
    margin: 12px 0 -20px 0 !important
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices + .wpforms-field-description, div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices + .wpforms-error {
    margin-top: 15px
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices li {
    min-width: 120px;
    padding-right: 0 !important;
    margin: 0 0 20px 0 !important
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices label {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices .wpforms-icon-choices-icon {
    display: block
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices svg {
    margin: 0 auto;
    fill: var(--wpforms-icon-choices-color)
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-none svg {
    margin: 0
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default li, div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
    margin: 0 0 22px 0 !important
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default label {
    text-align: center
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default label:focus-within .wpforms-icon-choices-icon {
    box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color)
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    padding: 15px 20px 45px 20px;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #cccccc;
    border-radius: 6px
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:hover {
    box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color)
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon svg {
    position: relative;
    z-index: 2
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon-bg {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    background-color: #ffffff
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon {
    background-color: transparent;
    box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color);
    box-sizing: border-box
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon-bg {
    background-color: var(--wpforms-icon-choices-color);
    opacity: .1
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label {
    background-color: #ffffff !important;
    box-shadow: 0 0 0 1px #cccccc;
    border-radius: 6px;
    height: 100%;
    padding: 20px 20px 15px 20px;
    text-align: center
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label:hover {
    box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color)
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li:focus-within label {
    box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color)
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li.wpforms-selected label {
    box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color), 0 2px 10px rgba(0, 0, 0, 0.15)
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li .wpforms-icon-choices-icon {
    margin-bottom: 10px
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li label {
    background-color: #ffffff !important;
    height: 100%;
    padding: 20px 20px 15px 20px;
    text-align: center
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li label:hover {
    box-shadow: 0 0 0 1px #999999
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li:focus-within label {
    box-shadow: 0 0 0 1px #999999
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li.wpforms-selected label {
    box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color)
}

div.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-classic li .wpforms-icon-choices-icon {
    margin-bottom: 10px
}

div.wpforms-container-full .wpforms-form .wpforms-field-radio ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before, div.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: calc(50% - 8px);
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #cccccc;
    border-radius: 50%;
    margin: 15px auto 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before, div.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before {
    box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color)
}

div.wpforms-container-full .wpforms-form .wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after, div.wpforms-container-full .wpforms-form .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: calc(15px + 4px);
    left: calc(50% - 4px);
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--wpforms-icon-choices-color);
    border-radius: 50%
}

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before, div.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: calc(50% - 8px);
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #cccccc;
    border-radius: 3px;
    margin: 15px auto 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before, div.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before {
    box-shadow: 0 0 0 1px var(--wpforms-icon-choices-color)
}

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after, div.wpforms-container-full .wpforms-form .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 23px;
    left: calc(50% - 6px);
    width: 6px;
    height: 10px;
    border-style: solid;
    border-color: var(--wpforms-icon-choices-color);
    border-width: 0 2px 2px 0;
    transform-origin: bottom left;
    transform: rotate(45deg)
}

div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices, div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices {
    flex-direction: row;
    flex-wrap: wrap
}

div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices li, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices li, div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices li {
    margin-right: 20px !important
}

div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li, div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li, div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-default li, div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
    margin-right: 22px !important;
    margin-bottom: 22px !important
}

div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices li {
    width: calc(100% / 2 - 20px / 2)
}

div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices li:nth-child(2n) {
    margin-right: 0 !important
}

div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li, div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
    width: calc(100% / 2 - 22px / 2)
}

div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices li {
    width: calc(100% / 3 - 20px * 2 / 3)
}

div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices li:nth-child(3n) {
    margin-right: 0 !important
}

div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li {
    width: calc(100% / 3 - 22px * 2 / 3)
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-icon-choices li {
    width: auto;
    max-width: calc(100% / 4 - 20px)
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator {
    margin: 0 0 20px 0;
    overflow: hidden
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 10px
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
    float: left;
    margin: 0 20px 0 0
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page:last-of-type {
    margin: 0
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px 0 0;
    line-height: 40px;
    text-align: center;
    background-color: #ddd;
    color: #666
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number {
    color: #fff
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page {
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 1.2
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
    display: block;
    text-indent: -9999px;
    height: 6px;
    background-color: #ddd;
    margin: 0 0 16px 0;
    position: relative
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-triangle {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: transparent transparent transparent transparent
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
    display: inline-block;
    padding: 0 15px;
    font-size: 16px
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress {
    font-size: 18px
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
    display: block;
    width: 100%;
    background-color: #ddd;
    height: 18px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 5px 0 0
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
    height: 18px;
    position: absolute;
    left: 0;
    top: 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-select select > option {
    color: inherit
}

div.wpforms-container-full .wpforms-form .wpforms-field-select select > option.placeholder, div.wpforms-container-full .wpforms-form .wpforms-field-select select > option[disabled] {
    color: inherit;
    opacity: 0.5
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select {
    padding-left: 6px
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] {
    padding: 0
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] > option {
    padding: 10px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1)
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] > option.placeholder, div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] > option[disabled] {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2)
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] > option:checked {
    background-color: lightgrey
}

div.wpforms-container-full .wpforms-form .choices {
    font-size: 16px;
    color: #333
}

div.wpforms-container-full .wpforms-form .choices .choices__list--single {
    font-size: 1em;
    line-height: normal
}

div.wpforms-container-full .wpforms-form .choices.is-open.is-flipped .choices__inner, div.wpforms-container-full .wpforms-form .choices.is-open .choices__list--dropdown {
    border-radius: 0 0 2px 2px
}

div.wpforms-container-full .wpforms-form .choices.is-open.is-flipped .choices__list--dropdown, div.wpforms-container-full .wpforms-form .choices.is-open .choices__inner {
    border-radius: 2px 2px 0 0
}

div.wpforms-container-full .wpforms-form .choices .choices__inner {
    min-height: 38px;
    border-radius: 2px
}

div.wpforms-container-full .wpforms-form .choices input.choices__input {
    display: inline-block;
    height: auto;
    line-height: 1.3
}

div.wpforms-container-full .wpforms-form .choices ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5
}

div.wpforms-container-full .wpforms-form .choices ::-moz-placeholder {
    color: inherit;
    opacity: 0.5
}

div.wpforms-container-full .wpforms-form .choices :-ms-input-placeholder {
    color: inherit;
    opacity: 0.5
}

div.wpforms-container-full .wpforms-notice {
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 12px;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    padding: 20px 36px 20px 26px;
    position: relative
}

div.wpforms-container-full .wpforms-notice .wpforms-delete {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, 0.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0;
    padding: 0;
    outline: none;
    vertical-align: top;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 10px
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:before, div.wpforms-container-full .wpforms-notice .wpforms-delete:after {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:before {
    height: 2px;
    width: 50%
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:after {
    height: 50%;
    width: 2px
}

div.wpforms-container-full .wpforms-notice .wpforms-delete:hover, div.wpforms-container-full .wpforms-notice .wpforms-delete:focus {
    background-color: rgba(10, 10, 10, 0.3)
}

div.wpforms-container-full .wpforms-notice a {
    text-decoration: underline
}

div.wpforms-container-full .wpforms-notice p {
    margin: 0 0 20px 0
}

div.wpforms-container-full .wpforms-notice p:last-of-type {
    margin-bottom: 0
}

div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action, div.wpforms-container-full .wpforms-notice.wpforms-info {
    border-color: #3273dc
}

div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action, div.wpforms-container-full .wpforms-notice.wpforms-success {
    border-color: #23d160
}

div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action, div.wpforms-container-full .wpforms-notice.wpforms-warning {
    border-color: #ffdd57
}

div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action, div.wpforms-container-full .wpforms-notice.wpforms-error {
    border-color: #ff3860
}

div.wpforms-container-full .wpforms-notice .wpforms-notice-actions {
    margin-top: 20px
}

div.wpforms-container-full .wpforms-notice .wpforms-notice-action {
    border: 2px solid;
    margin-right: 20px;
    padding: 5px;
    text-decoration: none
}

div.wpforms-container-full .wpforms-notice .wpforms-notice-action:hover, div.wpforms-container-full .wpforms-notice .wpforms-notice-action:focus, div.wpforms-container-full .wpforms-notice .wpforms-notice-action:active {
    color: #fff
}

div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:hover, div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:focus, div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:active {
    background-color: #3273dc
}

div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:hover, div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:focus, div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:active {
    background-color: #23d160
}

div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:hover, div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:focus, div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:active {
    background-color: #ffdd57;
    color: inherit
}

div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:hover, div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:focus, div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:active {
    background-color: #ff3860
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-small.wp-editor-area {
    height: 100px
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium.wp-editor-area {
    height: 250px
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large.wp-editor-area {
    height: 400px
}

.wpforms-preview-notice-links {
    line-height: 2.4
}

div.wpforms-container-full {
    margin: 24px auto
}

div.wpforms-container-full .wpforms-form h3 {
    font-size: 24px
}

div.wpforms-container-full .wpforms-form .wpforms-field-hp {
    display: none !important;
    position: absolute !important;
    left: -9000px !important
}

div.wpforms-container-full .wpforms-form .wpforms-field-hidden {
    display: none;
    padding: 0
}

div.wpforms-container-full .wpforms-form .wpforms-screen-reader-element {
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    width: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    word-wrap: normal !important
}

div.wpforms-container-full .wpforms-form .wpforms-limit-text {
    font-size: 13px;
    display: block
}

body.rtl .wpforms-field-phone input[type=tel] {
    direction: ltr;
    unicode-bidi: embed;
    text-align: right
}

body.rtl .wpforms-container-full .wpforms-form .wpforms-first {
    float: right
}

body.rtl .wpforms-container-full .wpforms-form .wpforms-first + .wpforms-one-half {
    margin-right: 4%;
    margin-left: 0
}

div.wpforms-container-full .wpforms-form .wpforms-error-container ul li {
    list-style: inside !important
}

div.wpforms-container-full .wpforms-form .wpforms-error-container ol li {
    list-style: inside decimal !important
}

div.wpforms-container-full .wpforms-form .wpforms-error-container a {
    text-decoration: underline !important
}

div.wpforms-container-full .wpforms-form .wpforms-error-container del {
    text-decoration: line-through !important
}

div.wpforms-container-full .wpforms-form .wpforms-error-container blockquote {
    padding-left: 20px;
    border-left: 4px solid;
    font-style: italic
}

@media only screen and (max-width: 600px) {
    div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container, div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field {
        display: block;
        width: 100%
    }

    div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container {
        width: 100%
    }

    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
        display: none
    }

    div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern) {
        overflow-x: hidden
    }

    div.wpforms-container-full .wpforms-form .wpforms-field > * {
        max-width: 100%
    }

    div.wpforms-container-full .wpforms-form .wpforms-mobile-full {
        width: 100%;
        margin-left: 0;
        float: none
    }

    div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium, div.wpforms-container-full .wpforms-form input.wpforms-field-small, div.wpforms-container-full .wpforms-form select.wpforms-field-small, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small, div.wpforms-container-full .wpforms-form input.wpforms-field-large, div.wpforms-container-full .wpforms-form select.wpforms-field-large, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
        max-width: 100%
    }

    div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li, div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
        float: none;
        width: 100%
    }

    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
        margin: 0 10px 0 0
    }

    div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
        margin: 20px 0 15px
    }

    div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
        width: 30px;
        height: 30px
    }
}

.viewer-close:before, .viewer-flip-horizontal:before, .viewer-flip-vertical:before, .viewer-fullscreen-exit:before, .viewer-fullscreen:before, .viewer-next:before, .viewer-one-to-one:before, .viewer-play:before, .viewer-prev:before, .viewer-reset:before, .viewer-rotate-left:before, .viewer-rotate-right:before, .viewer-zoom-in:before, .viewer-zoom-out:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px
}

.viewer-zoom-in:before {
    background-position: 0 0;
    content: "Zoom In"
}

.viewer-zoom-out:before {
    background-position: -20px 0;
    content: "Zoom Out"
}

.viewer-one-to-one:before {
    background-position: -40px 0;
    content: "One to One"
}

.viewer-reset:before {
    background-position: -60px 0;
    content: "Reset"
}

.viewer-prev:before {
    background-position: -80px 0;
    content: "Previous"
}

.viewer-play:before {
    background-position: -100px 0;
    content: "Play"
}

.viewer-next:before {
    background-position: -120px 0;
    content: "Next"
}

.viewer-rotate-left:before {
    background-position: -140px 0;
    content: "Rotate Left"
}

.viewer-rotate-right:before {
    background-position: -160px 0;
    content: "Rotate Right"
}

.viewer-flip-horizontal:before {
    background-position: -180px 0;
    content: "Flip Horizontal"
}

.viewer-flip-vertical:before {
    background-position: -200px 0;
    content: "Flip Vertical"
}

.viewer-fullscreen:before {
    background-position: -220px 0;
    content: "Enter Full Screen"
}

.viewer-fullscreen-exit:before {
    background-position: -240px 0;
    content: "Exit Full Screen"
}

.viewer-close:before {
    background-position: -260px 0;
    content: "Close"
}

.viewer-container {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    bottom: 0;
    direction: ltr;
    font-size: 0;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.viewer-container ::-moz-selection, .viewer-container::-moz-selection {
    background-color: transparent
}

.viewer-container ::selection, .viewer-container::selection {
    background-color: transparent
}

.viewer-container:focus {
    outline: 0
}

.viewer-container img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%
}

.viewer-canvas {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.viewer-canvas > img {
    height: auto;
    margin: 15px auto;
    max-width: 90% !important;
    width: auto
}

.viewer-footer {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center
}

.viewer-navbar {
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden
}

.viewer-list {
    box-sizing: content-box;
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 1px 0
}

.viewer-list > li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: .5;
    overflow: hidden;
    transition: opacity .15s;
    width: 30px
}

.viewer-list > li:focus, .viewer-list > li:hover {
    opacity: .75
}

.viewer-list > li:focus {
    outline: 0
}

.viewer-list > li + li {
    margin-left: 1px
}

.viewer-list > .viewer-loading {
    position: relative
}

.viewer-list > .viewer-loading:after {
    border-width: 2px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px
}

.viewer-list > .viewer-active, .viewer-list > .viewer-active:focus, .viewer-list > .viewer-active:hover {
    opacity: 1
}

.viewer-player {
    background-color: #000;
    bottom: 0;
    cursor: none;
    display: none;
    right: 0;
    z-index: 1
}

.viewer-player, .viewer-player > img {
    left: 0;
    position: absolute;
    top: 0
}

.viewer-toolbar > ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 6px 3px
}

.viewer-toolbar > ul > li {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    cursor: pointer;
    float: left;
    height: 24px;
    overflow: hidden;
    transition: background-color .15s;
    width: 24px
}

.viewer-toolbar > ul > li:focus, .viewer-toolbar > ul > li:hover {
    background-color: rgba(0, 0, 0, .8)
}

.viewer-toolbar > ul > li:focus {
    box-shadow: 0 0 3px #fff;
    outline: 0;
    position: relative;
    z-index: 1
}

.viewer-toolbar > ul > li:before {
    margin: 2px
}

.viewer-toolbar > ul > li + li {
    margin-left: 1px
}

.viewer-toolbar > ul > .viewer-small {
    height: 18px;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 18px
}

.viewer-toolbar > ul > .viewer-small:before {
    margin: -1px
}

.viewer-toolbar > ul > .viewer-large {
    height: 30px;
    margin-bottom: -3px;
    margin-top: -3px;
    width: 30px
}

.viewer-toolbar > ul > .viewer-large:before {
    margin: 5px
}

.viewer-tooltip {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 10px;
    color: #fff;
    display: none;
    font-size: 12px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin-left: -25px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px
}

.viewer-title {
    color: #FFF;
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
    margin: 0 5% 5px;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity .15s;
    white-space: nowrap
}

.viewer-title:hover {
    opacity: 1
}

.viewer-button {
    -webkit-app-region: no-drag;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    overflow: hidden;
    position: absolute;
    right: -40px;
    top: -40px;
    transition: background-color .15s;
    width: 80px
}

.viewer-button:focus, .viewer-button:hover {
    background-color: rgba(0, 0, 0, .8)
}

.viewer-button:focus {
    box-shadow: 0 0 3px #fff;
    outline: 0
}

.viewer-button:before {
    bottom: 15px;
    left: 15px;
    position: absolute
}

.viewer-fixed {
    position: fixed
}

.viewer-open {
    overflow: hidden
}

.viewer-show {
    display: block
}

.viewer-hide {
    display: none
}

.viewer-backdrop {
    background-color: rgba(0, 0, 0, .95)
}

.viewer-invisible {
    visibility: hidden
}

.viewer-move {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.viewer-fade {
    opacity: 0
}

.viewer-in {
    opacity: 1
}

.viewer-transition {
    transition: all .3s
}

@-webkit-keyframes viewer-spinner {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes viewer-spinner {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.viewer-loading:after {
    -webkit-animation: viewer-spinner 1s linear infinite;
    animation: viewer-spinner 1s linear infinite;
    border: 4px solid hsla(0, 0%, 100%, .1);
    border-left-color: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1
}

@media (max-width: 767px) {
    .viewer-hide-xs-down {
        display: none
    }
}

@media (max-width: 991px) {
    .viewer-hide-sm-down {
        display: none
    }
}

@media (max-width: 1199px) {
    .viewer-hide-md-down {
        display: none
    }
}

/*
 *  Menu Language Switcher
 */

.menu-item-object-language_switcher .trp-flag-image {
    display: inline-block;
    margin: -1px 5px;
    vertical-align: baseline;
    padding: 0;
    border: 0;
    border-radius:0;
}

/*
 *  Shortcode Language Switcher
 */
.trp-language-switcher{
    position: relative;
    display: inline-block;
    padding: 0;
    border: 0;
    margin: 2px;
    box-sizing: border-box;
}

.trp-language-switcher > div {
    box-sizing: border-box;

    padding:3px 20px 3px 5px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;

    background-image:
            linear-gradient(45deg, transparent 50%, gray 50%),
            linear-gradient(135deg, gray 50%, transparent 50%);

    background-position:
            calc(100% - 8px) calc(1em + 0px),
            calc(100% - 3px) calc(1em + 0px);

    background-size:
            5px 5px,
            5px 5px;

    background-repeat: no-repeat;

    background-color: #fff;
}
.trp-language-switcher > div > a {
    display: block;
    padding: 2px;
    border-radius: 3px;
    color: rgb(7, 105, 173);
}
.trp-language-switcher > div > a:hover {
    background: #f1f1f1;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
    cursor: default;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
    background: none;
}
.trp-language-switcher > div > a > img{
    display: inline;
    margin: 0 3px;
    width: 18px;
    height: 12px;
    border-radius: 0;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
    display: inline-block;
}
.trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-current-language{
    visibility: hidden;
}
.trp-language-switcher .trp-ls-shortcode-language{
    display: inline-block;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    z-index: 1;

    max-height: 250px;
    overflow-y: auto;
    left: 0;
    top: 0;
    min-height: auto;
}
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language{
    visibility: visible;
    max-height: 250px;
    height: auto;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block !important;
    min-height: auto;
}
/*
 *  Front-end Admin Bar Icon
 */
#wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
    content: '\f326';
    top: 3px;
}
@media screen and ( max-width: 782px ) {
    #wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
        text-indent: 0;
    }
    #wpadminbar li#wp-admin-bar-trp_edit_translation {
        display: block;
    }
}
