:root {
    --bp-xl: 1600px;
    --bp-lg: 1200px;
    --bp-md: 750px;
    --bp-sm: 500px;
    --color-accent: #aadb1e;
    --color-text-primary: #1b1b1c;
    --color-text-secondary: #333f48;
    --color-bg-muted: #eef6f7;
    --color-bg-dark: #26323a;
    --color-white: #fff;
    --color-border: #becdcf;
    --color-overlay: rgba(0, 0, 0, .8);
    --color-link: #007aff;
    --gradient-surface-1: linear-gradient(0deg, #d9ff6d -22.56%, #eef6f7 49.82%);
    --gradient-surface-2: linear-gradient(0deg, #c2fe54 -22.56%, #eef6f7 49.82%);
    --gradient-overlay-card: linear-gradient(127.57deg, #28444f 4.27%, #c9beff00 43.06%);
    --transition-default: .4s;
    --transition-slow: .6s;
    --radius-card: .2rem;
    --radius-pill: .6rem
}

:root {
    --bj1: 1.2rem;
    --bj2: 2.4rem;
    --bj3: 3.2rem;
    --f95: .95rem;
    --f102: 1.02rem;
    --f128: 1.28rem;
    --f85: .85rem
}

body {
    --ww: .5rem;
    --bj: var(--ww);
    --top: 1.66rem;
    --color: var(--color-accent);
    --gap: 1rem;
    --f14: .14rem;
    --f16: .16rem;
    --f18: .18rem;
    --f20: .2rem;
    --f22: .22rem;
    --f24: .24rem;
    --f26: .26rem;
    --f28: .28rem;
    --f30: .3rem;
    --f32: .32rem;
    --f34: .34rem;
    --f36: .36rem;
    --f38: .38rem;
    --f40: .4rem;
    --f44: .44rem;
    --f46: .46rem;
    --f48: .48rem;
    --f50: .5rem;
    --f54: .54rem;
    --f56: .56rem;
    --f58: .58rem;
    --f60: .6rem;
    --f64: .64rem
}

@media screen and (max-width: 1520px) {
    body {
        --f14: 12px;
        --f16: 14px;
        --f18: 16px;
        --f20: 18px;
        --f22: 18px;
        --f24: 20px;
        --f26: 22px
    }

    :root {
        --bj1: 1rem;
        --bj2: 2rem;
        --bj3: 2.8rem;
        --f95: .95rem;
        --f102: 1.02rem;
        --f128: 1.28rem;
        --f85: .85rem
    }
}

@media screen and (max-width: 1200px) {
    body {
        --f20: 16px;
        --f22: 16px;
        --f24: 18px;
        --f26: 20px;
        --f28: .36rem;
        --f30: .36rem;
        --f32: .36rem;
        --f34: .38rem;
        --f36: .4rem;
        --f38: .4rem;
        --f40: .4rem;
        --f44: .4rem;
        --f46: .4rem;
        --f48: .4rem;
        --f50: .5rem;
        --f54: .5rem;
        --f56: .52rem;
        --f58: .52rem;
        --f60: .54rem;
        --f64: .56rem;
        --ww: 5vw;
        --top: 60px
    }

    :root {
        --bj1: 5vw;
        --bj2: 5vw;
        --bj3: 5vw;
        --f95: .6rem;
        --f102: .7rem;
        --f128: 1rem;
        --f85: .5rem
    }
}

@media screen and (max-width: 767px) {
    body {
        --f14: .26rem;
        --f16: .28rem;
        --f18: .3rem;
        --f20: .3rem;
        --f22: .32rem;
        --f24: .34rem;
        --f26: .34rem;
        --f28: .4rem;
        --f30: .4rem;
        --f32: .4rem;
        --f34: .4rem;
        --f36: .4rem;
        --f38: .4rem;
        --f40: .4rem;
        --f44: .4rem;
        --f46: .4rem;
        --f48: .42rem;
        --f50: .44rem;
        --f54: .44rem;
        --f56: .46rem;
        --f58: .46rem;
        --f60: .48rem;
        --f64: .5rem
    }

    :root {
        --bj1: 5vw;
        --bj2: 5vw;
        --bj3: 5vw;
        --f95: .56rem;
        --f102: .56rem;
        --f128: 1rem;
        --f85: .5rem
    }
}

@media(max-width: 500px) {
    :root {
        --bj1: .32rem;
        --bj2: .32rem;
        --bj3: .32rem
    }

    body {
        --gap: .32rem
    }
}

:root {
    --swiper-theme-color: #007aff
}

blockquote,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

a:active,a:hover {
    outline: 0
}

img {
    border: none;
    display: inline-block;
    vertical-align: middle
}

img,picture,video {
    max-width: 100%
}

li {
    list-style: none
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700
}

button,h5,h6,input,select,textarea {
    font-size: 100%
}

button,input,optgroup,option,select,textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

hr {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #eee;
    clear: both;
    height: 0;
    line-height: 0;
    margin: 10px 0;
    overflow: hidden;
    padding: 0
}

a cite {
    font-style: normal
}

@keyframes layer-bounceOut {
    0% {
        transform: scale(1)
    }

    30% {
        transform: scale(1.05)
    }

    to {
        opacity: 0;
        transform: scale(.7)
    }
}

.layer-anim-close {
    animation-duration: .2s;
    animation-fill-mode: both;
    animation-name: layer-bounceOut
}

*,:after,:before {
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0
}

::selection {
    background: var(--color);
    color: #000
}

::-moz-selection {
    background: var(--color);
    color: #000
}

@font-face {
    font-family: Bold;
    src: url(../../assets/fonts/ABCMonumentGrotesk-Bold.BI_vlVR2.otf)
}

@font-face {
    font-family: Medium;
    src: url(../../assets/fonts/ABCMonumentGrotesk-Medium.B6ruHrMt.otf)
}

@font-face {
    font-family: Regular;
    src: url(../../assets/fonts/ABCMonumentGrotesk-Regular.DXLNWAHU.otf)
}

@font-face {
    font-family: Light;
    src: url(../../assets/fonts/ABCMonumentGrotesk-Light.Bly_-ifR.otf)
}

@font-face {
    font-family: Thin;
    src: url(../../assets/fonts/ABCMonumentGrotesk-Thin.otf)
}

html {
    font-size: 5.20833vw;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media(min-width: 1921px) {
    html {
        font-size:100px
    }
}

@media(max-width: 1580px) {
    html {
        font-size:76px
    }
}

@media(max-width: 1400px) {
    html {
        font-size:72px
    }
}

@media(max-width: 1300px) {
    html {
        font-size:70px
    }
}

@media(max-width: 1200px) {
    html {
        font-size:65px
    }
}

@media(max-width: 767px) {
    html {
        font-size:13.33333vw
    }
}

@media(max-width: 500px) {
    html {
        font-size:25.64103vw
    }
}

body {
    color: #1b1b1c;
    font-family: Regular,PingFang SC,Microsoft YaHei,Microsoft YaHei UI!important;
    font-size: 16px;
    line-height: 1.2;
    min-height: 100%
}

body.hidden {
    overflow: hidden
}

@media(max-width: 1580px) {
    body {
        font-size:14px
    }
}

@media(max-width: 767px) {
    body {
        font-size:.28rem
    }
}

body::-webkit-scrollbar {
    height: 8px;
    width: 8px
}

body::-webkit-scrollbar-thumb {
    background: #333f48;
    border-radius: 8px
}

body::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 8px
}

@-moz-document url-prefix() {
    body {
        scrollbar-color: #333f48 #fff;
        scrollbar-width: thin;
        -ms-overflow-style: none
    }
}

.button-disabled,.swiper-button-disabled {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.ellipsis1 {
    -webkit-line-clamp: 1
}

.ellipsis1,.ellipsis2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.ellipsis2 {
    -webkit-line-clamp: 2
}

.ellipsis3 {
    -webkit-line-clamp: 3
}

.ellipsis3,.ellipsis4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.ellipsis4 {
    -webkit-line-clamp: 4
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.df {
    display: flex;
    flex-wrap: wrap
}

.jc {
    justify-content: center
}

.js {
    justify-content: space-between
}

.jf {
    justify-content: flex-end
}

.ac {
    align-items: center
}

.af {
    align-items: flex-end
}

.pt {
    padding-top: var(--gap)
}

.pb {
    padding-bottom: var(--gap)
}

.wMain {
    padding-left: var(--bj);
    padding-right: var(--bj);
    width: 100%
}

.maodian {
    position: relative;
    top: calc((var(--top) + .18rem) * -1 + 1px)
}

body,html {
    scroll-behavior: smooth
}

body.on:before {
    background: #000000b3;
    content: "";
    height: var(--vh);
    left: 0;
    position: fixed;
    top: 0;
    width: var(--vw);
    z-index: 4
}

.VisualEditing {
    cursor: pointer;
    font-size: 14px
}

.h1 {
    bottom: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: -999
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.wow {
    visibility: visible!important
}

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

a,picture {
    display: block
}

button,input[type=button],input[type=reset],input[type=submit],input[type=text],select,textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    line-height: normal;
    resize: none
}

canvas,img,svg,video {
    vertical-align: middle
}

canvas,img,video {
    -o-object-fit: cover;
    object-fit: cover
}

.compiler_style iframe,.compiler_style img,.compiler_style video {
    max-width: 100%!important
}

@media(max-width: 1200px) {
    .compiler_style img,.compiler_style video {
        height:auto!important;
        width: auto!important
    }
}

.compiler_style a {
    color: #09f;
    display: inline;
    text-decoration: underline
}

.compiler_style b,.compiler_style strong {
    font-weight: 700
}

.compiler_style em,.compiler_style i {
    font-style: italic
}

.compiler_style sup {
    font-size: smaller;
    vertical-align: super
}

.compiler_style sub {
    font-size: smaller;
    vertical-align: sub
}

.compiler_style h1,.compiler_style h2,.compiler_style h3,.compiler_style h4,.compiler_style h5,.compiler_style h6 {
    font-weight: 700
}

.compiler_style hr {
    border-style: inset;
    border-width: 1px;
    color: gray;
    display: block;
    margin-block-end:.5em;margin-block-start:.5em;margin-inline-end:auto;margin-inline-start:auto;overflow: hidden;
    unicode-bidi: isolate
}

.compiler_style table tr td {
    border: 1px solid #ccc;
    padding: 5px
}

.compiler_style ul {
    list-style-type: disc;
    padding-left: 22px
}

.compiler_style ol {
    list-style-type: decimal;
    padding-left: 22px
}

.compiler_style li {
    list-style: inherit
}

.pc_header {
    padding: 0 var(--bj);
    position: fixed;
    top: .18rem;
    width: 100%;
    z-index: 5
}

.pc_header .he_box {
    background: #32424d;
    border-radius: .6rem;
    padding: 0 .6rem
}

.pc_header .he_box .logo a img {
    height: .8rem
}

.pc_header .he_box .column .nav .item {
    padding: 0 .4rem
}

@media(max-width: 1450px) {
    .pc_header .he_box .column .nav .item {
        padding:0 .3rem
    }
}

@media(max-width: 1400px) {
    .pc_header .he_box .column .nav .item {
        padding:0 .2rem
    }
}

@media(max-width: 1300px) {
    .pc_header .he_box .column .nav .item {
        padding:0 .1rem
    }
}

.pc_header .he_box .column .nav .item>p a {
    border-radius: calc(var(--f24)*2.2);
    color: #fff;
    font-size: var(--f24);
    line-height: var(--top);
    position: relative;
    transition: .4s
}

.pc_header .he_box .column .nav .item>p a:before {
    background: #fff;
    bottom: 42%;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: .4s;
    width: 0
}

.pc_header .he_box .column .nav .item .down {
    display: block;
    left: 0;
    padding: .16rem var(--bj) 0;
    position: absolute;
    top: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease,visibility .3s ease
}

.pc_header .he_box .column .nav .item .down>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.pc_header .he_box .column .nav .item .down>div a {
    background: #ebf4f5;
    border-radius: .2rem;
    color: #000;
    font-size: var(--f28);
    margin-right: 8px;
    min-height: 2.3rem;
    padding: .24rem;
    width: calc(20% - 6.4px)
}

.pc_header .he_box .column .nav .item .down>div a:last-child {
    margin-right: 0
}

.pc_header .he_box .column .nav .item .down1 {
    display: block;
    left: 0;
    padding: .16rem var(--bj) 0;
    position: absolute;
    top: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease,visibility .3s ease
}

.pc_header .he_box .column .nav .item .down1>div {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.pc_header .he_box .column .nav .item .down1>div .wrap {
    background: #ebf4f5;
    border-radius: .2rem;
    color: #fff;
    color: #000;
    margin-right: 8px;
    min-height: 2.3rem;
    padding: .24rem;
    position: relative;
    width: calc(20% - 6.4px)
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .text {
    cursor: pointer;
    font-size: var(--f28)
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down {
    color: #000;
    display: none;
    font-size: var(--f16);
    margin-top: .18rem;
    max-height: 60vh;
    overflow: auto;
    padding-bottom: 2px;
    padding-right: 2px
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down::-webkit-scrollbar {
    height: 2px;
    width: 2px
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down::-webkit-scrollbar-thumb {
    background: var(--color-text-secondary);
    border-radius: 2px
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 2px
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .one_ {
    align-items: center;
    border-bottom: 1px solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 4px .1rem
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .one_ a {
    color: #000;
    flex: .95;
    font-family: Bold
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .one_ p {
    background: #000;
    border-radius: 3px;
    cursor: pointer;
    height: 3px;
    position: relative;
    width: .2rem
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .one_ p:before {
    background: inherit;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
    transition: .4s;
    width: 100%
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    padding: 0 0 0 .2rem;
    transition: .4s
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .two_grid {
    min-height: 0
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .three {
    margin-top: 10px
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .three .three_ {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .three .three_ a {
    color: #000;
    flex: .95;
    font-family: Bold
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .three .three_ p {
    background: #000;
    border-radius: 3px;
    height: 3px;
    position: relative;
    width: .2rem
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .three .three_ p:before {
    background: inherit;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
    transition: .4s;
    width: 100%
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .three .four {
    display: grid;
    grid-template-rows: 0fr;
    margin-top: 6px;
    overflow: hidden;
    transition: .4s
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .three .four ul {
    min-height: 0;
    padding-left: calc(18px + .1rem)
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .three .four ul li {
    list-style-type: disc
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .three .four ul li+li {
    margin-top: 6px
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .three .four a {
    color: #000
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .three.active .three_ p:before {
    transform: translate(-50%,-50%) rotate(180deg)
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .three.active .four {
    grid-template-rows: 1fr
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .five {
    margin-top: 10px
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .five a {
    color: #000
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one .two .five a+a {
    margin-top: 6px
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one.active .one_ p:before {
    transform: translate(-50%,-50%) rotate(180deg)
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one.active .two {
    grid-template-rows: 1fr
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_top .pull_down .one+.one {
    margin-top: .16rem
}

.pc_header .he_box .column .nav .item .down1>div .wrap .wrap_bot {
    bottom: 0;
    font-size: var(--f14);
    left: 0;
    line-height: 1.25;
    padding: .24rem;
    position: absolute;
    width: 100%
}

.pc_header .he_box .column .nav .item .down1>div .wrap:hover .wrap_top .pull_down {
    display: block
}

.pc_header .he_box .column .nav .item .down1>div .wrap:hover .wrap_bot {
    display: none;
    visibility: hidden
}

.pc_header .he_box .column .nav .item .down1>div .wrap:last-child {
    margin-right: 0
}

.pc_header .he_box .column .nav .item .down1>div .wrap1 {
    background: #aadb1e;
    min-height: -moz-fit-content;
    min-height: fit-content
}

.pc_header .he_box .column .nav .item .down1>div .wrap1 .wrap_top {
    display: flex;
    flex-wrap: wrap
}

.pc_header .he_box .column .nav .item .down1>div .wrap1 .wrap_top .text {
    flex: 1
}

.pc_header .he_box .column .nav .item .down1>div .wrap1 .wrap_top .jt img {
    max-width: 15px
}

.pc_header .he_box .column .nav .item.last_item {
    align-items: center;
    display: flex;
    padding: 0 0 0 .4rem
}

.pc_header .he_box .column .nav .item.last_item>p a {
    border: 1px solid #aadb1e;
    color: #aadb1e;
    line-height: 2.2;
    padding: 0 .2rem
}

.pc_header .he_box .column .nav .item.last_item>p a:before {
    display: none
}

.pc_header .he_box .column .nav .item.last_item:hover>p a {
    background: #aadb1e;
    color: #1b1b1c;
    cursor: pointer
}

.pc_header .he_box .column .nav .item.active>p a:before,.pc_header .he_box .column .nav .item:hover>p a:before {
    width: 100%
}

.pc_header .he_box .column .menu {
    margin-left: .58rem
}

.pc_header .he_box .column .menu .search {
    cursor: pointer
}

.pc_header .he_box .column .menu .search svg path,.pc_header .he_box .column .menu .search svg rect {
    transition: .4s
}

.pc_header .he_box .column .menu .search svg:hover rect {
    fill: #aadb1e;
    stroke: #aadb1e
}

.pc_header .he_box .column .menu .search svg:hover path {
    stroke: #1b1b1c
}

@media(max-width: 1200px) {
    .pc_header,.pc_show {
        display:none
    }

    .phone_show {
        display: block
    }
}

.pc_header .he_box .column .nav .item1:hover .down1,.pc_header .he_box .column .nav .item1:hover .down {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.pu_pop .close {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    height: .8rem;
    justify-content: center;
    position: relative;
    width: .8rem
}

.pu_pop .close i {
    display: none
}

.pu_pop .close:before,.pu_pop .close:after {
    background: #d9d9d9;
    border-radius: 2px;
    content: "";
    height: .02rem;
    left: 50%;
    position: absolute;
    top: 50%;
    width: .4rem;
    transition: all .3s ease
}

.pu_pop .close:before {
    transform: translate(-50%,-50%) rotate(45deg)
}

.pu_pop .close:after {
    transform: translate(-50%,-50%) rotate(-45deg)
}

.pu_pop .close:hover:before,.pu_pop .close:hover:after {
    background: #aadb1e
}

.pc_footer {
    --w1: 4.28rem;
    background: #1b1b1c;
    font-size: var(--f24);
    padding: .5rem 0 .3rem;
    position: relative
}

.pc_footer .lang_box {
    display: flex;
    justify-content: right;
    padding-right: .5rem;
    font-size: var(--f18);
    color: #fff
}

.pc_footer .lang_box a {
    padding: 0 .06rem;
    color: #fff
}

.pc_footer .lang_box a.active {
    font-weight: 700
}

@media(max-width: 767px) {
    .pc_footer .lang_box {
        font-size:.2rem
    }
}

.pc_footer .wMain {
    padding-top: 1rem
}

.pc_footer .ter_top .content1 .logo a img {
    height: .6rem
}

.pc_footer .ter_top .content1 .share {
    width: var(--w1)
}

.pc_footer .ter_top .content1 .share>div {
    position: relative
}

.pc_footer .ter_top .content1 .share>div a {
    width: 41px
}

.pc_footer .ter_top .content1 .share>div a img {
    max-width: 100%
}

.pc_footer .ter_top .content1 .share>div .post {
    left: 50%;
    position: absolute;
    top: calc(100% + 12px);
    transform: translate(-50%) scale(0);
    transform-origin: center top;
    transition: .4s
}

.pc_footer .ter_top .content1 .share>div .post:before {
    border: 6px solid transparent;
    border-bottom-color: #fff;
    content: "";
    left: 50%;
    position: absolute;
    top: -12px;
    transform: translate(-50%)
}

.pc_footer .ter_top .content1 .share>div .post img {
    width: 1.4rem;
    max-width: none
}

.pc_footer .ter_top .content1 .share>div:hover .post {
    transform: translate(-50%) scale(1)
}

.pc_footer .ter_top .content1 .share>div+div {
    margin-left: .26rem
}

.pc_footer .ter_top .content2 {
    margin-top: 1.2rem
}

.pc_footer .ter_top .content2 .le_box>div {
    width: var(--w1)
}

.pc_footer .ter_top .content2 .le_box>div a {
    color: #fff;
    display: inline
}

.pc_footer .ter_top .content2 .le_box>div p {
    margin: 0
}

.pc_footer .ter_top .content2 .le_box>div p+p {
    margin-top: .3rem
}

.pc_footer .ter_top .content2 .ri_box {
    width: var(--w1)
}

.pc_footer .ter_top .content2 .ri_box p,.pc_footer .ter_top .content2 .ri_box p a {
    color: #fff
}

.pc_footer .ter_top .content2 .ri_box p+p {
    margin-top: .3rem
}

.pc_footer .ter_top .content2 .ri_box p.sub_text {
    font-size: var(--f20);
    margin-top: .05rem
}

.pc_footer .ter_bot {
    margin-top: 1.3rem
}

.pc_footer .ter_bot .copy {
    width: var(--w1)
}

.pc_footer .ter_bot .copy p {
    color: #6f6e73
}

.pc_footer .ter_bot .yszc a {
    color: #6f6e73;
    transition: .4s
}

.pc_footer .ter_bot .yszc a:hover {
    color: #fff
}

@media(max-width: 1200px) {
    .pc_footer .ter_top .content1 .share,.pc_footer .ter_top .content2 .le_box>div {
        width:-moz-fit-content;
        width: fit-content
    }

    .pc_footer .ter_top .content2 .le_box {
        display: grid;
        gap: .4rem;
        grid-template-columns: repeat(2,1fr)
    }

    .pc_footer .ter_top .content2 .ri_box {
        margin-top: .6rem
    }
}

@media(max-width: 750px) {
    .pc_footer .ter_top .content1 .share {
        margin-top:.4rem
    }

    .pc_footer .ter_top .content1 .logo a img {
        height: .9rem
    }
}

@media(max-width: 500px) {
    .pc_footer {
        padding-top:.3rem
    }

    .pc_footer .wMain {
        padding: .7rem .4rem 0
    }

    .pc_footer .lang_box {
        font-size: .14rem;
        padding-right: .1rem
    }

    .pc_footer .ter_top .content2 .le_box {
        gap: .2rem;
        grid-template-columns: repeat(1,1fr)
    }

    .pc_footer .ter_top .content2 .le_box>div p {
        font-size: .14rem;
        line-height: 1.3
    }

    .pc_footer .ter_top .content2 .ri_box {
        margin-top: .45rem
    }

    .pc_footer .ter_top .content2 .le_box>div p+p,.pc_footer .ter_top .content2 .ri_box p+p {
        margin-top: .2rem
    }

    .pc_footer .ter_top .content1 .logo {
        text-align: center;
        width: 100%
    }

    .pc_footer .ter_top .content1 .share {
        justify-content: center;
        width: 100%
    }

    .pc_footer .ter_bot {
        display: block;
        margin-top: .6rem;
        text-align: center
    }

    .pc_footer .ter_bot .copy {
        margin: 0 0 .2rem;
        width: 100%
    }

    .pc_footer .ter_top .content2 {
        margin-top: .4rem
    }

    .pc_footer .ter_top .content2 .ri_box p {
        font-size: .14rem;
        line-height: 1.3
    }

    .pc_footer .ter_top .content2 .ri_box p.sub_text {
        font-size: .12rem
    }

    .pc_footer .ter_bot {
        font-size: .16rem;
        line-height: 1.375
    }

    .pc_footer .ter_top .content1 .logo a img {
        height: .67rem
    }
}

.MobileMain {
    --phone_height: 50px;
    background: var(--color-text-secondary);
    border-radius: 25px;
    display: none;
    left: 8px;
    position: fixed;
    top: .18rem;
    width: calc(100% - 16px);
    z-index: 8
}

.MobileMain .HeaderMobile {
    height: var(--phone_height)
}

.MobileMain .HeaderMobile .box {
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0 5vw
}

.MobileMain .HeaderMobile .box .logo {
    align-items: center;
    display: flex
}

.MobileMain .HeaderMobile .box .logo a {
    display: block
}

.MobileMain .HeaderMobile .box .logo a img {
    height: 28px
}

.MobileMain .HeaderMobile .box .button {
    display: flex;
    justify-content: space-between
}

.MobileMain .HeaderMobile .box .button .Language>a {
    align-items: center;
    border-radius: .25rem;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px
}

.MobileMain .HeaderMobile .box .button .Language>a span {
    line-height: 1;
    margin-left: 6px
}

.MobileMain .HeaderMobile .box .button .Language,.MobileMain .HeaderMobile .box .button .menu,.MobileMain .HeaderMobile .box .button .search {
    align-items: center;
    display: flex
}

.MobileMain .HeaderMobile .box .button .search p svg {
    display: flex
}

.MobileMain .HeaderMobile .box .button .search .Close,.MobileMain .HeaderMobile .box .button .search .active .Show {
    display: none
}

.MobileMain .HeaderMobile .box .button .search .active .Close {
    display: flex
}

.MobileMain .HeaderMobile .box .button .word {
    font-size: 14px;
    font-weight: 700
}

.MobileMain .HeaderMobile .box .button .word a {
    color: #206231;
    text-decoration: none
}

.MobileMain .HeaderMobile .box .button .word a svg {
    animation: CallUp .5s ease 0s infinite;
    -webkit-animation: CallUp .5s ease 0s infinite;
    -moz-animation: CallUp .5s ease 0s infinite;
    -o-animation: CallUp .5s ease 0s infinite;
    display: inline-block;
    vertical-align: sub
}

.MobileMain .HeaderMobile .box .button .word a img {
    position: relative
}

.MobileMain .HeaderMobile .box .button .call a {
    color: #000;
    font-size: 16px
}

.MobileMain .HeaderMobile .box .button .search {
    margin-left: .5rem
}

.MobileMain .HeaderMobile .box .button .search .icon2,.MobileMain .HeaderMobile .box .button .search.active .icon1 {
    display: none
}

.MobileMain .HeaderMobile .box .button .search.active .icon2 {
    display: block
}

.MobileMain .HeaderMobile .box .button .menu {
    margin-left: .5rem
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p {
    position: relative
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span {
    background: #c2ccce;
    border-radius: 2px;
    display: block;
    height: 2px;
    margin: 6px 0;
    width: 24px
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:first-child {
    transition: .4s
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(2) {
    opacity: 0
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(3) {
    transition: .4s
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p:after,.MobileMain .HeaderMobile .box .button .menu .menu_btn p:before {
    background: #c2ccce;
    content: "";
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: .4s;
    width: 100%
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p span {
    opacity: 0
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p:before {
    transform: rotate(45deg)
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p:after {
    transform: rotate(-45deg)
}

.MobileNavigation {
    background: #fff;
    height: calc(100vh - var(--phone_height));
    left: 0;
    position: absolute;
    top: var(--phone_height);
    width: 100%;
    z-index: 7;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease,visibility .3s ease
}

.MobileNavigation.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.MobileNavigation .box_scroll {
    box-sizing: border-box;
    max-height: 90%;
    overflow: scroll;
    overscroll-behavior: contain;
    padding: .5rem 5vw
}

.MobileNavigation .box_scroll .box .item {
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.MobileNavigation .box_scroll .box .item a {
    color: #333;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    line-height: 50px
}

.MobileNavigation .box_scroll .box .item a i {
    color: #666;
    font-size: 16px
}

.MobileNavigation .box_scroll .box .item a p {
    align-items: center;
    display: flex
}

.MobileNavigation .box_scroll .box .item a p span {
    background: #666;
    display: block;
    height: 1px;
    position: relative;
    width: 15px
}

.MobileNavigation .box_scroll .box .item a p span:after {
    background: #666;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    transition: .4s;
    width: 100%
}

.MobileNavigation .box_scroll .box .item a p svg {
    width: .14rem;
    height: .14rem;
    opacity: .7
}

.MobileNavigation .box_scroll .box .item .active p span:after {
    transform: rotate(180deg)
}

.MobileNavigation .box_scroll .box .item .twoSelect {
    display: none;
    padding-left: 16px
}

.MobileNavigation .box_scroll .box .item .twoSelect .twoSelectItem a {
    font-size: 15px
}

.MobileNavigation .box_scroll .box .item .threeSelect {
    display: none;
    padding-left: 16px
}

.MobileNavigation .box_scroll .box .item .threeSelect .threeSelectItem a {
    font-size: 15px
}

.MobileNavigation .box_scroll .box .item .fourSelect {
    display: none;
    padding-left: 16px
}

.MobileNavigation .box_scroll .box .item .fourSelect .fourSelectItem a {
    font-size: 15px
}

.MobileNavigation .box_scroll .box .item .fourSelect .fourSelectItem .fiveSelect {
    display: none;
    padding-left: 16px
}

.mobile_search {
    background: #fff;
    border-bottom: 1px solid #eee;
    display: none;
    left: 0;
    padding: .6rem 0;
    position: fixed;
    top: 1.2rem;
    width: 100%;
    z-index: 4
}

.mobile_search form {
    background: #f5f5f5;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: min(7rem,90%)
}

.mobile_search .input {
    flex: 1
}

.mobile_search .input input {
    background: none;
    border: none;
    color: #333;
    min-height: 60px;
    padding-left: 20px;
    width: 100%
}

.mobile_search .label .btn {
    align-items: center;
    background: #d2091d;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    width: 60px
}

@media(max-width: 1200px) {
    .MobileMain {
        display:block
    }

    .MobileMain .HeaderMobile .box .button .menu,.MobileMain .HeaderMobile .box .button .search {
        margin-left: .12rem
    }
}

.uploadResume {
    background: #00000080
}

.uploadResume {
    background: #00000080;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

.uploadResume .resume_box {
    background: #fff;
    border-radius: .12rem;
    left: 50%;
    padding: .8rem 0;
    position: relative;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 6.4rem
}

.uploadResume .resume_box .close {
    position: absolute;
    right: .1rem;
    top: .1rem
}

.uploadResume .resume_box .close i {
    color: #000;
    cursor: pointer;
    font-size: .22rem;
    font-weight: 700;
    transition: .4s
}

.uploadResume .resume_box .close i:hover {
    color: var(--color)
}

.uploadResume .resume_box .form {
    text-align: center
}

.uploadResume .resume_box .form label {
    display: block
}

.uploadResume .resume_box .form .label_1 {
    cursor: pointer;
    position: relative
}

.uploadResume .resume_box .form .label_1 .file_img img {
    width: 1.96rem
}

.uploadResume .resume_box .form .label_1 .text {
    color: #000;
    font-size: .2rem;
    font-weight: 700;
    margin-top: .32rem
}

.uploadResume .resume_box .form .label_1 .file {
    display: none
}

.uploadResume .resume_box .form .label_2 {
    margin: .8rem 0 .3rem
}

.uploadResume .resume_box .form .label_2 .text {
    color: #999;
    font-size: .18rem;
    margin-bottom: .16rem
}

.uploadResume .resume_box .form .label_2 .support img {
    width: 1rem
}

.uploadResume .resume_box .form .label_3 .submit {
    background: var(--color);
    border: none;
    border-radius: .12rem;
    color: #fff;
    cursor: pointer;
    font-size: .18rem;
    line-height: .62rem;
    text-align: center;
    transition: .4s;
    width: 2.66rem
}

.uploadResume .resume_box .form .label_3 .submit:hover {
    box-shadow: 0 0 13px var(--color)
}

@media(max-width: 750px) {
    .uploadResume .resume_box {
        width:90%
    }

    .uploadResume .resume_box .form .label_2 {
        margin: .6rem 0 .3rem
    }
}

.pu_video {
    background: #00000080;
    display: none;
    height: var(--vh);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6
}

.pu_video .box {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60vw
}

.pu_video .box .close {
    background: #fff;
    border-radius: 50%;
    color: var(--color);
    cursor: pointer;
    display: flex;
    font-weight: 700;
    height: calc(var(--f30)*1.4);
    position: absolute;
    right: calc(var(--f30)*.7*-1);
    top: calc(var(--f30)*.7*-1);
    transition: .4s;
    width: calc(var(--f30)*1.4);
    z-index: 1
}

.pu_video .box .close i {
    font-size: var(--f24);
    margin: auto;
    transition: .4s
}

.pu_video .box .close:hover {
    transform: rotate(90deg)
}

.pu_video .box .myVideo {
    width: 100%
}

@media(max-width: 1200px) {
    .pu_video .box {
        width:90vw
    }
}

.Cookie_Container {
    bottom: 6px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    transition: transform .3s ease-out
}

.Cookie_Container.cookie_hide {
    transform: translateY(calc(100% + 12px));
    pointer-events: none
}

.Cookie_Container .box {
    align-items: flex-end;
    background: #32424d;
    border-radius: .4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .34rem .6rem
}

.Cookie_Container .box .boxLeft {
    max-width: 60%
}

.Cookie_Container .box .boxLeft .top {
    color: #fff;
    font-family: Bold;
    font-size: var(--f22)
}

.Cookie_Container .box .boxLeft .bot {
    color: #fff;
    font-size: var(--f16);
    line-height: 1.7;
    margin-top: .1rem
}

.Cookie_Container .box .boxLeft .bot a {
    color: var(--color);
    display: inline
}

.Cookie_Container .box .boxRight {
    align-items: center;
    display: flex
}

.Cookie_Container .box .boxRight .btn1 {
    background: var(--color);
    border: 0;
    border-radius: .4rem
}

.Cookie_Container .box .boxRight .btn1,.Cookie_Container .box .boxRight .btn2 {
    color: #fff;
    cursor: pointer;
    font-family: Bold;
    font-size: var(--f18);
    height: .5rem;
    width: 1.68rem
}

.Cookie_Container .box .boxRight .btn2 {
    background: none;
    border: 1px solid #ccc;
    border-radius: .4rem;
    margin-left: .3rem;
    transition: .4s
}

.Cookie_Container .box .boxRight .btn2:hover {
    border-color: var(--color);
    color: var(--color)
}

@media screen and (max-width: 1200px) {
    .Cookie_Container .box .boxLeft {
        margin-bottom:.3rem;
        max-width: 100%;
        width: 100%
    }

    .Cookie_Container .box .boxLeft .top {
        font-size: var(--f24)
    }

    .Cookie_Container .box .boxLeft .bot {
        font-size: var(--f20);
        margin-top: .2rem
    }

    .Cookie_Container .box .boxRight .btn1,.Cookie_Container .box .boxRight .btn2 {
        height: .6rem;
        width: 1.8rem
    }

    .Cookie_Container .wMain {
        padding: 0 8px
    }

    .Cookie_Container .box {
        padding: .34rem 5vw
    }
}

@media screen and (max-width: 669px) {
    .Cookie_Container .box .boxRight .btn1,.Cookie_Container .box .boxRight .btn2 {
        font-size:.16rem;
        height: .35rem;
        width: 1rem
    }

    .Cookie_Container .box .boxLeft .top {
        font-size: .16rem
    }

    .Cookie_Container .box .boxLeft .bot {
        font-size: .14rem
    }

    .Cookie_Container .box {
        border-radius: .2rem;
        padding: .16rem 5vw
    }

    .Cookie_Container .box .boxLeft .bot {
        margin-top: .1rem
    }

    .Cookie_Container .box .boxLeft {
        margin-bottom: .15rem
    }
}

.team-box {
    position: relative;
    padding: var(--gap) var(--bj1);
    background: #26323a
}

.team-box .swiper {
    position: relative
}

.team-box .team_cards_box {
    width: 100%;
    max-width: 100%;
    min-width: 0
}

.team-box .slide_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translate(-50%);
    z-index: 2
}

.team-box .box {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.team-box .se_top .t1 {
    font-family: Light;
    font-size: var(--f30);
    line-height: 1.25;
    color: #fff
}

.team-box .se_top .t2 {
    font-family: Light;
    font-size: var(--f95);
    line-height: 1rem;
    color: #fff;
    margin-top: .2rem;
    width: 85%
}

.team-box .se_bot {
    display: grid;
    gap: .4rem
}

.team-box .team_cards_box .swiper-wrapper {
    align-items: flex-start
}

.team-box .team_cards_box .swiper-slide {
    height: auto
}

@media(min-width: 781px) {
    .team-box .team_cards_box .swiper-wrapper {
        display:grid;
        gap: .4rem;
        grid-template-columns: repeat(3,1fr);
        transform: none!important
    }

    .team-box .slide_btn {
        display: none
    }

    .team-box .team_cards_box .swiper-slide {
        width: auto!important;
        flex: initial
    }
}

@media(min-width: 781px)and (max-width:1200px) {
    .team-box .team_cards_box .swiper-wrapper {
        grid-template-columns:repeat(2,1fr)
    }
}

.team-box .team_card {
    position: relative
}

.team-box .team_card .bk {
    aspect-ratio: 1;
    border-radius: .6rem;
    overflow: hidden;
    position: relative
}

.team-box .team_card .bk img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.team-box .team_card .post {
    padding: .4rem .5rem;
    color: #fff
}

.team-box .team_card .post .t1 {
    font-family: Light;
    font-size: var(--f48);
    line-height: 1.25
}

.team-box .team_card .post .t2 {
    font-family: Light;
    font-size: var(--f24);
    line-height: 1.4;
    margin-top: .12rem
}

.team-box .pu_link.white .a {
    border-color: #fff;
    color: #fff
}

.team-box .pu_link.white .a:hover {
    background: #fff;
    color: #26323a
}

@media(max-width: 780px) {
    .team-box .team_cards_box .swiper-wrapper {
        display:flex;
        gap: 0
    }

    .team-box .team_cards_box .swiper-slide {
        width: 100%!important;
        flex: 0 0 100%;
        height: auto!important
    }

    .team-box .team_card .post {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: .16rem;
        padding: 0;
        padding: .3rem 0
    }

    .team-box .team_card .post .t1 {
        font-size: .18rem
    }

    .team-box .team_card .post .t2 {
        font-size: .16rem;
        margin-top: 0;
        text-align: right
    }

    .team-box .box {
        gap: .24rem
    }

    .team-box .se_top .t1 {
        font-size: var(--f48)
    }

    .team-box .se_top .t2 {
        padding-top: .1rem;
        font-size: .32rem;
        line-height: .3rem
    }

    .team-box .team_card .post .t1 {
        font-size: .4rem
    }

    .team-box .team_card .post .t2 {
        font-size: .32rem
    }

    .team-box .team_card {
        margin-top: .2rem
    }
}

@media screen and (max-width: 767px) {
    .team-box .slide_btn {
        transform:translateY(-300%) translate(0)
    }
}

@media screen and (max-width: 500px) {
    .team-box {
        padding:.32rem
    }

    .team-box .team_card .post {
        padding: .18rem 0;
        display: flex;
        justify-content: space-between
    }

    .team-box .team_card .post .t2 {
        margin: 0;
        text-align: right
    }

    .team-box .se_top .t1 {
        font-size: .18rem
    }

    .team-box .se_top .t2 {
        margin-top: .1rem
    }

    .team-box .team_card .post .t1 {
        font-size: .18rem
    }

    .team-box .team_card .post .t2 {
        font-size: .16rem
    }

    .team-box {
        padding-top: .32rem
    }

    .team-box .slide_btn {
        transform: translateY(-50%) translate(-50%)
    }
}

.meet_ourpeople .pp-box .pu_li_1 {
    border-radius: 0
}

.meet_ourpeople .box {
    position: relative;
    padding: var(--bj1) 0;
    background-color: #fff
}

.meet_ourpeople .se_top {
    padding: 0
}

.meet_ourpeople .se_top p {
    font-size: .85rem;
    font-family: Light;
    padding-left: 2.2rem
}

.meet_ourpeople .pp-box {
    margin-top: 1rem;
    display: grid;
    gap: 1rem
}

.meet_ourpeople .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: .3rem
}

.meet_ourpeople .info .t1 {
    font-size: .48rem;
    width: 50%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: Light
}

.meet_ourpeople .info .t2 {
    font-size: .24rem;
    width: 40%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: right;
    font-family: Light
}

.meet_ourpeople .pp-box.mop_desktop {
    position: relative;
    display: block
}

.meet_ourpeople .slide_btn svg .slide_btn_bg {
    fill: var(--color-bg-muted)
}

.meet_ourpeople .pp-box.mop_desktop .slide_btn {
    top: 50%;
    margin-top: -1.1rem
}

.meet_ourpeople .pp-box.mop_desktop .slide_btn.prev {
    left: 2rem
}

.meet_ourpeople .pp-box.mop_desktop .slide_btn.next {
    right: 1rem
}

.meet_ourpeople .pp-box.mop_desktop .slide_btn.prev svg {
    transform: rotate(180deg)
}

.meet_ourpeople .pp-box.mop_desktop .slide_btn svg {
    width: 100%;
    height: 100%
}

.meet_ourpeople .pp-box.mop_desktop .swiper {
    overflow: hidden;
    padding-bottom: 56px
}

.meet_ourpeople .pp-box.mop_phone {
    display: none
}

@media screen and (max-width: 1200px) {
    .meet_ourpeople .info .t1 {
        font-size:var(--f38)
    }

    .meet_ourpeople .info .t2 {
        font-size: var(--f24)
    }

    .meet_ourpeople .pp-box.mop_desktop .swiper {
        overflow: hidden
    }
}

@media screen and (max-width: 780px) {
    .meet_ourpeople .pp-box.mop_phone {
        display:none
    }

    .meet_ourpeople .pp-box.mop_desktop {
        display: block;
        margin-top: .4rem
    }

    .meet_ourpeople .se_top p {
        padding-left: .32rem
    }

    .meet_ourpeople .info .t1 {
        font-size: var(--f26)
    }

    .meet_ourpeople .info .t2 {
        font-size: var(--f16)
    }

    .meet_ourpeople .pp-box.mop_desktop .slide_btn {
        margin-top: -.8rem
    }

    .meet_ourpeople .pp-box.mop_desktop .slide_btn.prev {
        left: .5rem
    }

    .meet_ourpeople .pp-box.mop_desktop .slide_btn.next {
        right: -.35rem
    }
}

@media screen and (max-width: 500px) {
    .meet_ourpeople .box {
        padding:.32rem
    }

    .meet_ourpeople .pp-box.mop_phone {
        display: block
    }

    .meet_ourpeople .pp-box.mop_desktop {
        margin-top: 0
    }

    .meet_ourpeople .pp-box>div {
        display: flex;
        column-gap: 0
    }

    .meet_ourpeople .info .t1 {
        font-size: .18rem
    }

    .meet_ourpeople .info .t2 {
        font-size: .16rem
    }

    .meet_ourpeople .pp-box {
        padding-top: .24rem
    }

    .meet_ourpeople .info {
        padding-top: .18rem
    }

    .meet_ourpeople .se_top p {
        font-size: .26rem;
        padding-left: 0
    }

    .meet_ourpeople .pp-box.mop_desktop .slide_btn {
        margin-top: -.3rem
    }

    .meet_ourpeople .pp-box.mop_desktop .slide_btn.prev {
        left: -.05rem
    }

    .meet_ourpeople .pp-box.mop_desktop .slide_btn.next {
        right: -.5rem
    }
}

.card_list {
    --h1: .6rem;
    position: relative
}

.card_list .se_top {
    font-family: Light;
    font-size: var(--f48);
    line-height: 1.25
}

.card_list .se_bot {
    display: grid;
    gap: .6rem .4rem;
    grid-template-columns: repeat(4,1fr);
    margin-top: .6rem
}

.card_list .phone_show .pu_link {
    margin-top: .6rem
}

@media(max-width: 1200px) {
    .card_list .se_bot {
        grid-template-columns:repeat(2,1fr)
    }
}

@media(max-width: 750px) {
    .card_list .se_bot {
        grid-template-columns:repeat(1,1fr)
    }

    .card_list .phone_show .pu_link {
        margin-top: .4rem
    }
}

@media(max-width: 500px) {
    .card_list .se_bot {
        gap:.24rem
    }

    .card_list {
        --h1: .46rem
    }

    .card_list .se_top {
        font-size: .3rem;
        line-height: 1.15
    }

    .card_list .se_bot,.card_list .phone_show .pu_link {
        margin-top: .24rem
    }
}

.flop_card_list {
    display: grid;
    gap: .6rem .4rem;
    grid-template-columns: repeat(4,1fr);
    margin-top: .6rem
}

@media screen and (max-width: 1200px) {
    .flop_card_list {
        grid-template-columns:repeat(2,1fr)
    }
}

@media screen and (max-width: 780px) {
    .flop_card_list {
        grid-template-columns:repeat(1,1fr)
    }
}

.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 {
    direction: ltr;
    font-size: 0;
    inset: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-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 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 {
    inset: 0;
    overflow: hidden;
    position: absolute
}

.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: #00000080;
    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:hover {
    opacity: .75
}

.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:hover {
    opacity: 1
}

.viewer-player {
    background-color: #000;
    bottom: 0;
    cursor: none;
    display: none;
    right: 0
}

.viewer-player,.viewer-player>img {
    left: 0;
    position: absolute;
    top: 0
}

.viewer-toolbar>ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 3px 0
}

.viewer-toolbar>ul>li {
    background-color: #00000080;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    height: 24px;
    overflow: hidden;
    transition: background-color .15s;
    width: 24px
}

.viewer-toolbar>ul>li:hover {
    background-color: #000c
}

.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: #000c;
    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: #ccc;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin: 0 5% 5px;
    max-width: 90%;
    opacity: .8;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity .15s;
    white-space: nowrap
}

.viewer-title:hover {
    opacity: 1
}

.viewer-button {
    background-color: #00000080;
    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: #000c
}

.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: #00000080
}

.viewer-invisible {
    visibility: hidden
}

.viewer-move {
    cursor: move;
    cursor: grab
}

.viewer-fade {
    opacity: 0
}

.viewer-in {
    opacity: 1
}

.viewer-transition {
    transition: all .3s
}

@keyframes viewer-spinner {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.viewer-loading:after {
    animation: viewer-spinner 1s linear infinite;
    border: 4px solid hsla(0,0%,100%,.1);
    border-left-color: #ffffff80;
    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
    }
}

@keyframes fade1 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spin-b79b6a18 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.an_ {
    --w1: 1.38rem;
    background: var(--color-bg-muted);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: var(--w1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--transition-slow);
    width: var(--w1);
    z-index: 2
}

.an_:hover {
    background: var(--color-accent)
}

.pu_li_2 a,.pu_li_2 a .img {
    position: relative
}

.pu_li_2 a .img {
    border-radius: var(--radius-pill);
    overflow: hidden;
    width: 100%
}

.pu_li_2 a .img:before {
    background: var(--gradient-overlay-card);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.pu_li_2 a .img img {
    border-radius: inherit;
    transition: var(--transition-default);
    width: 100%
}

.pu_li_2 a .text {
    margin-top: .24rem
}

.pu_li_2 a .text .t1 {
    font-family: Light;
    font-size: var(--f48);
    line-height: 1.25
}

.pu_li_2 a .text .t2 {
    font-family: Light;
    font-size: var(--f24);
    line-height: 1.4;
    margin-top: .18rem
}

.pu_li_2 a:hover .img img {
    transform: scale(1.05)
}

.pu_li_1 {
    --h1: .66rem;
    --bg_ys: transparent;
    --text_ys: var(--color-text-primary);
    border-radius: var(--radius-card);
    overflow: hidden;
    perspective: 1000px
}

.pu_li_1 a {
    transform-style: preserve-3d;
    transition: transform .8s cubic-bezier(.25,.46,.45,.94)
}

.pu_li_1 a,.pu_li_1 a .bk {
    border-radius: inherit;
    position: relative
}

.pu_li_1 a .bk {
    overflow: hidden;
    width: 100%
}

.pu_li_1 a .bk:before {
    content: "";
    display: block;
    padding-top: 100%;
    position: relative;
    width: 100%
}

.pu_li_1 a .bk img {
    border-radius: inherit;
    transition: var(--transition-default)
}

.pu_li_1 a .bk img,.pu_li_1 a .post {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pu_li_1 a .post {
    display: flex
}

.pu_li_1 a .post>div {
    background: var(--bg_ys);
    color: var(--text_ys);
    margin: auto 0 0;
    padding: .28rem .22rem;
    width: 100%;
    max-height: 50%
}

.pu_li_1 a .post>div .t1 {
    font-size: var(--f16);
    margin-bottom: .14rem
}

.pu_li_1 a .post>div .t2 {
    display: -webkit-box;
    font-family: Light;
    font-size: var(--f30);
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 3.6em;
    line-height: 1.2
}

.pu_li_1 a .flip_post {
    backface-visibility: hidden;
    background: var(--bg_ys);
    border-radius: inherit;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotateY(180deg);
    width: 100%
}

.pu_li_1 a .flip_post>div {
    color: var(--text_ys);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .28rem .22rem;
    width: 100%
}

.pu_li_1 a .flip_post>div .t1 {
    font-size: var(--f16);
    height: 9.6em;
    -webkit-line-clamp: 8
}

.pu_li_1 a .flip_post>div .t1,.pu_li_1 a .flip_post>div .t2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 1.2
}

.pu_li_1 a .flip_post>div .t2 {
    font-family: Light;
    font-size: var(--f30);
    height: 2.4em;
    -webkit-line-clamp: 2;
    margin: .14rem 0
}

.pu_li_1 a .flip_post>div .t3 p {
    border: 2px solid var(--color-text-primary);
    border-radius: calc(var(--h1)/2);
    color: var(--color-text-primary);
    font-family: Medium;
    font-size: var(--f20);
    line-height: var(--h1);
    margin: 0 auto;
    min-width: 2.5rem;
    padding: 0 .3rem;
    text-align: center;
    text-transform: uppercase;
    transition: var(--transition-default);
    width: -moz-fit-content;
    width: fit-content
}

.pu_li_1 a .flip_post>div .t3 p:hover {
    background: var(--color-text-primary);
    color: var(--color-white)
}

.pu_li_1 a:hover .bk img {
    transform: scale(1.05)
}

.pu_li_1 a:hover.flip {
    transform: rotateY(180deg)
}

.pu_search {
    left: 0;
    padding: 0 var(--bj);
    position: fixed;
    top: calc(var(--top) + .34rem);
    width: 100%;
    z-index: 5;
    display: none
}

.pu_search .box form .content1 input {
    background: var(--color-bg-dark);
    border: none;
    border-radius: var(--radius-pill);
    color: var(--color-white);
    font-family: Light;
    font-size: var(--f36);
    height: 1.5rem;
    padding: 0 .8rem;
    width: 100%
}

.pu_search .box form .content1 input::-moz-placeholder {
    color: var(--color-white);
    font-style: italic
}

.pu_search .box form .content1 input::placeholder {
    color: var(--color-white);
    font-style: italic
}

.pu_search .box form .content2 {
    display: flex;
    flex-wrap: wrap
}

.pu_search .box form .content2 p {
    background: #ebf4f5;
    border-radius: var(--radius-card);
    cursor: pointer;
    font-family: Light;
    font-size: var(--f36);
    margin-right: .25rem;
    margin-top: .25rem;
    padding: .3rem .38rem;
    width: 3.65rem
}

.pu_search .box form .content2 p:last-child {
    margin-right: 0
}

@media(max-width: 1200px) {
    .pu_search .box form .content2 {
        display:grid;
        gap: 10px;
        grid-template-columns: repeat(3,1fr);
        margin-top: 10px
    }

    .pu_search .box form .content2 p {
        margin-right: 0;
        margin-top: 0;
        width: 100%
    }
}

@media(max-width: 750px) {
    .pu_search .box form .content1 input {
        height:1.2rem;
        padding: 0 .4rem
    }

    .pu_search .box form .content2 {
        grid-template-columns: repeat(1,1fr)
    }
}

.pu_aside {
    position: fixed;
    right: var(--f30);
    top: 50%;
    transform: translateY(-50%) rotate(-90deg) translate(50%);
    transform-origin: right center;
    z-index: 3
}

.pu_aside p {
    background: #d9ff6d;
    box-shadow: 0 0 6px #00000080;
    color: var(--color-text-primary);
    cursor: pointer;
    font-family: Light;
    font-size: var(--f30);
    line-height: 2;
    padding: 0 .5rem
}

@media(max-width: 1200px) {
    .pu_aside {
        display:block;
        right: 12px
    }

    .pu_aside p {
        font-size: 12px;
        padding: 0 .1rem
    }
}

.pu_pop {
    background: var(--color-overlay);
    display: none;
    height: var(--vh);
    position: fixed;
    width: var(--vw);
    z-index: 99
}

.pu_pop .box {
    height: 100%;
    position: relative;
    width: 100%
}

.pu_pop .box .close {
    font-size: var(--f56);
    position: absolute;
    right: var(--bj);
    top: var(--bj);
    z-index: 1
}

.pu_pop .box .close i {
    color: #d9d9d9;
    cursor: pointer;
    transition: var(--transition-default)
}

.pu_pop .box .close i:hover {
    color: var(--color-accent)
}

.pu_pop .box .content {
    left: 50%;
    position: relative;
    top: 18%;
    transform: translate(-50%);
    width: -moz-fit-content;
    width: fit-content
}

.pu_pop .box .content .item {
    color: #c2ccce;
    display: flex;
    font-family: Light;
    font-size: var(--f102)
}

.pu_pop .box .content .item .xz {
    margin: 0 10px;
    position: relative
}

.pu_pop .box .content .item .xz p {
    align-items: center;
    background: var(--color-accent);
    border-radius: calc(var(--f102)*1.2/2);
    color: #2e434e;
    cursor: pointer;
    display: flex;
    padding: 0 .35rem
}

.pu_pop .box .content .item .xz p i {
    display: inline-block;
    font-size: var(--f20);
    font-weight: 700;
    margin-left: 10px;
    transition: var(--transition-default)
}

.pu_pop .box .content .item .xz .post {
    background: var(--color-border);
    border-radius: .1rem;
    display: none;
    max-height: calc(var(--f26)*1.4*5 + 1.4rem);
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    overflow: auto;
    position: absolute;
    z-index: 2
}

.pu_pop .box .content .item .xz .post::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

.pu_pop .box .content .item .xz .post::-webkit-scrollbar-thumb {
    background: var(--color-text-secondary);
    border-radius: 4px
}

.pu_pop .box .content .item .xz .post::-webkit-scrollbar-track {
    background: var(--color-white);
    border-radius: 4px
}

.pu_pop .box .content .item .xz .post em {
    color: #2e434e;
    cursor: pointer;
    display: block;
    font-family: Light;
    font-size: var(--f26);
    font-style: normal;
    line-height: 1.4;
    padding: .14rem .2rem;
    transition: var(--transition-default)
}

.pu_pop .box .content .item .xz .post em:hover {
    background: var(--color-accent);
    color: #2e434e
}

.pu_pop .box .content .item .go {
    background: #c2ccce;
    border-radius: 50%;
    color: #2e434e;
    cursor: pointer;
    font-size: .5em;
    height: calc(var(--f102)*1.2);
    line-height: calc(var(--f102)*1.2);
    text-align: center;
    transition: var(--transition-default);
    width: calc(var(--f102)*1.2)
}

.pu_pop .box .content .item .go:hover {
    background: var(--color-accent)
}

.pu_pop .box .content .item+.item {
    margin-top: .2rem
}

.pu_pop .box .content .item.active .xz p i {
    transform: rotateX(180deg)
}

.pu_mbx {
    position: relative
}

.pu_mbx>div {
    align-items: center;
    color: #6f6e73;
    display: flex;
    flex-wrap: wrap;
    font-size: var(--f20);
    padding: .42rem 0
}

.pu_mbx>div a {
    color: #6f6e73;
    font-family: Medium;
    transition: var(--transition-default)
}

.pu_mbx>div a:hover {
    color: var(--color-accent)
}

.pu_mbx>div span {
    color: #6f6e73;
    font-family: Medium
}

.pu_mbx>div i {
    font-weight: 700;
    margin: 0 4px
}

.se_sort {
    --h1: .6rem
}

.se_sort .sort_list .item .t2::-webkit-scrollbar {
    height: 2px;
    width: 2px
}

.se_sort .sort_list .item .t2::-webkit-scrollbar-thumb {
    background: var(--color-accent);
    border-radius: 2px
}

.se_sort .sort_list .item .t2::-webkit-scrollbar-track {
    background: #00000080;
    border-radius: 2px
}

@-moz-document url-prefix() {
    .se_sort .sort_list .item .t2 {
        scrollbar-color: #aadb1e rgba(0,0,0,.5);
        scrollbar-width: thin;
        -ms-overflow-style: none
    }
}

.se_sort .sort_list .item .t2 p {
    color: var(--color-text-primary);
    cursor: pointer;
    font-size: .85em;
    line-height: calc(var(--h1)*.8);
    padding: 0 .2rem;
    transition: .6s
}

.se_sort .sort_list .item .t2 p.active {
    background: var(--color-text-primary);
    color: var(--color-white)
}

.se_sort .sort_list .item:last-child {
    margin-right: 0
}

.se_sort .sort_list .item.active .t1 i {
    transform: rotateX(180deg)
}

.se_sort {
    margin-bottom: .66rem;
    position: relative
}

.se_sort .tips {
    color: #1b1b1c;
    font-family: Light;
    font-size: var(--f30);
    line-height: 1.5
}

.se_sort .sort_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .2rem
}

.se_sort .sort_list .item img {
    width: .22rem;
    height: .12rem;
    margin-left: .1rem
}

.se_sort .sort_list .item {
    color: #fff;
    font-family: Light;
    font-size: var(--f24);
    margin-right: 10px;
    position: relative
}

.se_sort .sort_list .item .t1 {
    align-items: center;
    background: #1b1b1c;
    border-radius: calc(var(--h1)/2);
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    line-height: var(--h1);
    padding: 0 .35rem
}

.se_sort .sort_list .item .t1 i {
    margin-left: 10px;
    transition: .4s
}

.se_sort .sort_list .item .t2 {
    display: none;
    background: #becdcf;
    border-radius: .1rem;
    left: 0;
    max-height: calc(var(--h1)*.8*5);
    min-width: 100%;
    overflow: auto;
    padding-right: 0;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
    transition: max-height .3s ease,opacity .2s ease
}

.se_sort .sort_list .item.is-open .t2 {
    display: block;
    opacity: 1;
    pointer-events: auto
}

.ab_tag {
    display: flex;
    flex-wrap: wrap;
    gap: .1rem;
    font-size: var(--f28);
    font-family: Light
}

.ab_tag .tag_item {
    line-height: .34rem;
    border: 2px solid #1b1b1c;
    padding: .2rem .4rem;
    cursor: pointer;
    transition: background .3s,color .3s;
    text-align: center;
    white-space: nowrap;
    border-radius: 1rem
}

.ab_tag .tag_item:last-child {
    margin-right: 0
}

.ab_tag .tag_item.active {
    background: #1b1b1c;
    color: #fff
}

@media screen and (max-width: 780px) {
    .se_sort .sort_list {
        display:flex;
        flex-direction: column;
        align-items: flex-start
    }

    .se_sort .sort_list .item {
        width: fit-content;
        margin-bottom: .1rem
    }
}

@media screen and (max-width: 500px) {
    .se_sort {
        margin-bottom:.2rem
    }

    .se_sort .tips {
        font-size: .24rem
    }
}

.banner_box {
    position: relative
}

.banner_box .ban_bk {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.banner_box .ban_bk img,.banner_box .ban_bk picture,.banner_box .ban_bk video {
    height: 100%;
    width: 100%
}

.banner_box .ban_post,.resources_01 .ban_post {
    display: flex;
    padding: 1.8rem var(--bj) 0;
    position: relative
}

.banner_box .ban_post>div {
    display: grid;
    gap: .4rem;
    grid-template-columns: repeat(2,1fr);
    margin: auto;
    width: 100%;
    padding: .5rem .8rem
}

.banner_box .ban_post>div .content1 {
    background: var(--color-bg-muted);
    border-radius: .6rem;
    padding: .6rem .75rem
}

.banner_box .ban_post>div .content1 p {
    color: #1b1b1c;
    display: -webkit-box;
    font-family: Light;
    font-size: var(--f95);
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 4.8em;
    line-height: 1.2
}

.banner_box .ban_post>div .content2 {
    position: relative
}

.banner_box .ban_post>div .content2:before {
    content: "";
    display: block;
    padding-top: 91%;
    position: relative;
    width: 100%
}

.banner_box .ban_post>div .content2 img {
    border-radius: .6rem;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media(max-width: 1200px) {
    .banner_box .ban_bk img {
        display:block
    }

    .banner_box .ban_bk video {
        display: none
    }

    .banner_box .ban_post {
        padding: calc(50px + .18rem) var(--bj) 0
    }

    .banner_box .ban_post>div .content1 {
        padding: .4rem
    }

    .banner_box .ban_post>div {
        gap: .2rem
    }
}

@media screen and (max-width: 750px) {
    .banner_box .ban_post>div {
        grid-template-columns:repeat(1,1fr)
    }
}

@media(max-width: 500px) {
    .banner_box .ban_post>div {
        gap:10px;
        grid-template-columns: repeat(2,1fr);
        padding: .84rem 0 .12rem
    }

    .banner_box .ban_post>div .content1 {
        border-radius: .2rem;
        padding: .12rem .15rem
    }

    .banner_box .ban_post>div .content1 p {
        font-size: .3rem
    }

    .banner_box .ban_post>div .content2 img {
        border-radius: .2rem
    }
}

.banner_box .ab_bk {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.banner_box .ab_bk img,.banner_box .ab_bk picture,.banner_box .ab_bk video {
    height: 100%;
    width: 100%
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    height:var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

:is(.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress)) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    position: absolute;
    width: var(--swiper-navigation-size);
    z-index: 10
}

:is(.swiper-button-next,.swiper-button-prev).swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

:is(.swiper-button-next,.swiper-button-prev).swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled :is(.swiper-button-next,.swiper-button-prev) {
    display: none!important
}

:is(.swiper-button-next,.swiper-button-prev) svg {
    fill: currentColor;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
    transform-origin: center;
    width: 100%
}

.swiper-button-lock {
    display: none
}

.swiper-button-next,.swiper-button-prev {
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    top: var(--swiper-navigation-top-offset,50%)
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,4px);
    right: auto
}

.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg)
}

.swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset,4px)
}

.swiper-horizontal .swiper-button-next,.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-next,.swiper-horizontal~.swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    top: var(--swiper-navigation-top-offset,50%)
}

.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,4px);
    right: auto
}

.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev,.swiper-horizontal~.swiper-button-next,.swiper-horizontal .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset,4px)
}

:is(.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal .swiper-button-prev) .swiper-navigation-icon {
    transform: rotate(180deg)
}

:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon {
    transform: rotate(0)
}

.swiper-vertical .swiper-button-next,.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-next,.swiper-vertical~.swiper-button-prev {
    left: var(--swiper-navigation-top-offset,50%);
    margin-left: calc(0px - var(--swiper-navigation-size)/2);
    margin-top: 0;
    right: auto
}

.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset,4px)
}

:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon {
    transform: rotate(-90deg)
}

.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset,4px);
    top: auto
}

:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon {
    transform: rotate(90deg)
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination.swiper-pagination-disabled,.swiper-pagination-disabled>.swiper-pagination {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    left: 0;
    top: var(--swiper-pagination-top,auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity,1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left,auto);
    right: var(--swiper-pagination-right,8px);
    top: 50%;
    transform: translate3d(0,-50%,0)
}

:is(.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets) .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0
}

:is(.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

:is(.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>.swiper-pagination-progressbar,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0;
    width: 100%
}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size,4px)
}

.swiper-pagination-lock {
    display: none
}

.wow {
    opacity: 0;
    transform: translate3d(var(--wow-translate-x, 0),var(--wow-translate-y, 0),0)
}

.wow.fadeInUp {
    --wow-translate-y: 24px
}

.wow.fadeInDown {
    --wow-translate-y: -24px
}

.wow.fadeInLeft {
    --wow-translate-x: -24px
}

.wow.fadeInRight {
    --wow-translate-x: 24px
}

.wow.is-visible {
    animation-name: wow-fade-in;
    animation-duration: .7s;
    animation-timing-function: cubic-bezier(.22,1,.36,1);
    animation-delay: var(--wow-delay, 0s);
    animation-fill-mode: forwards
}

@keyframes wow-fade-in {
    0% {
        opacity: 0;
        transform: translate3d(var(--wow-translate-x, 0),var(--wow-translate-y, 0),0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@media(prefers-reduced-motion:reduce) {
    .wow {
        opacity: 1;
        transform: none
    }

    .wow.is-visible {
        animation: none
    }
}

.page_01 {
    text-align: center
}

.page_01 span {
    background: transparent;
    border: 1px solid var(--color-text-secondary);
    height: .15rem;
    opacity: 1;
    transition: .4s;
    width: .15rem
}

.page_01 .swiper-pagination-bullet-active {
    background: var(--color-text-secondary)
}

.pu_link {
    --h1: .7rem;
    width: -moz-fit-content;
    width: fit-content
}

.pu_link .a {
    border: 2px solid var(--color-text-primary);
    border-radius: calc(var(--h1)/2);
    color: var(--color-text-primary);
    cursor: pointer;
    font-size: var(--f30);
    line-height: var(--h1);
    padding: 0 .32rem;
    transition: var(--transition-default);
    font-family: Light;
    font-weight: 700
}

.pu_link .a:hover {
    background: var(--color-text-primary);
    color: var(--color-white)
}

.pu_link.white .a {
    border-color: var(--color-white);
    color: var(--color-white)
}

.pu_link.white .a:hover {
    background: var(--color-white);
    color: var(--color-text-primary)
}

@media(max-width: 750px) {
    .pu_link {
        --h1: .8rem
    }
}

@media(max-width: 500px) {
    .pu_link {
        margin:auto;
        min-width: 2.56rem;
        text-align: center
    }

    .pu_link .a {
        border-width: 1px;
        font-size: .18rem;
        line-height: .45rem
    }
}

.an_ {
    --w1: 1.38rem;
    background: var(--color-bg-muted);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: var(--w1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .6s;
    width: var(--w1);
    z-index: 2
}

.an_ svg {
    margin: auto;
    max-height: 50%;
    max-width: 50%
}

.an_:hover {
    background: #aadb1e
}

@media(max-width: 500px) {
    .an_ {
        --w1: .4rem
    }
}

.phone_show {
    display: none
}

@media screen and (max-width: 1200px) {
    .pc_show {
        display:none
    }

    .phone_show {
        display: block
    }
}

.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1
}

.play_btn img {
    width: 1.36rem;
    height: 1.36rem;
    object-fit: contain
}

@media screen and (max-width: 750px) {
    .play_btn img {
        width:1rem;
        height: 1rem
    }
}

@media screen and (max-width: 500px) {
    .play_btn img {
        width:.4rem;
        height: .4rem
    }
}

.slide_btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%) translateY(-50%);
    z-index: 2;
    transition: all .2s ease-in-out;
    width: 1.3rem;
    height: 1.3rem
}

.slide_btn svg {
    cursor: pointer;
    width: 100%;
    height: 100%
}

.slide_btn svg .slide_btn_bg {
    fill: #fff;
    transition: all .3s ease-in-out
}

.slide_btn svg:hover .slide_btn_bg,.slide_btn svg:active .slide_btn_bg {
    fill: #bfed3e
}

@media screen and (max-width: 1200px) {
    .slide_btn {
        width:1.1rem;
        height: 1.1rem
    }
}

@media screen and (max-width: 780px) {
    .slide_btn {
        width:.8rem;
        height: .8rem
    }
}

@media screen and (max-width: 500px) {
    .slide_btn {
        width:.4rem;
        height: .4rem
    }
}

.main_box {
    padding: var(--gap) var(--bj1)
}

@media screen and (max-width: 500px) {
    .main_box {
        padding:.24rem
    }
}

.bg_linear {
    background: linear-gradient(0deg,#d9ff6d -22.56%,var(--color-bg-muted) 49.82%)
}

.icon_arrow_right {
    width: .12rem;
    height: .21rem;
    background: url("data:image/svg+xml,%3csvg%20width='12'%20height='21'%20viewBox='0%200%2012%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.37788%200.415567L11.6959%209.72428C11.8065%209.83509%2011.8846%209.95515%2011.9303%2010.0844C11.9768%2010.2137%2012%2010.3522%2012%2010.5C12%2010.6478%2011.9768%2010.7863%2011.9303%2010.9156C11.8846%2011.0449%2011.8065%2011.1649%2011.6959%2011.2757L2.37788%2020.6121C2.11981%2020.8707%201.79723%2021%201.41014%2021C1.02304%2021%200.691242%2020.8615%200.414744%2020.5844C0.138248%2020.3074%20-1.81854e-06%2019.9842%20-1.78625e-06%2019.6148C-1.75396e-06%2019.2454%200.138248%2018.9222%200.414745%2018.6451L8.54378%2010.5L0.414746%202.35488C0.156682%202.0963%200.0276497%201.77789%200.0276497%201.39963C0.0276497%201.02063%200.165898%200.692613%200.442396%200.415566C0.718894%200.138522%201.04147%20-9.58025e-07%201.41014%20-9.25795e-07C1.7788%20-8.93566e-07%202.10138%200.138522%202.37788%200.415567Z'%20fill='%236F6E73'/%3e%3c/svg%3e") no-repeat center center;
    background-size: 100% 100%
}

.ne_01 {
    padding: var(--gap) var(--bj1);
    background-color: var(--color-bg-muted)
}

.ne_02 {
    padding: var(--gap) var(--bj1)
}
