.loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998
}

.loader .loaders {
    background: #0075c1;
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    text-indent: -9999em;
    border-radius: 100%;
    animation-fill-mode: both;
    animation: ball-scale 1s ease-in-out 0s infinite
}

@keyframes ball-scale {
    0% {
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@font-face {
    font-family: alsh;
    src: url(../fonts/UEeOYK6PE1bn.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: din;
    src: url(../fonts/DIN-Bold.woff) format("woff");
    font-display: swap
}

.din {
    font-family: din
}

.alsh {
    font-family: alsh
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    border: 0
}

h4,
h5,
h6 {
    font-weight: 400
}

:focus {
    outline: 0
}

a {
    text-decoration: none;
    color: #333
}

@media (min-width:992px) {
    a:hover {
        color: #fe696a
    }
}

button {
    user-select: none
}

img:not([src]),
img[src=""] {
    opacity: 0
}

img {
    display: inline-block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
    font: inherit
}

hr {
    height: 0;
    border: none;
    border-top: 1px solid #f4f3f2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

body {
    color: #333;
    position: relative;
    overflow-x: hidden;
    font-size: .16rem;
    font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Arial, Microsoft YaHei, Helvetica Neue, Open Sans, Hiragino Sans GB, sans-serif
}

select::-ms-expand {
    display: none
}

em,
i {
    font-style: normal
}

input,
select,
textarea {
    padding: 0;
    font-family: inherit;
    outline: 0;
    resize: none;
    background: 0 0;
    border: none;
    font-size: inherit;
    color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    opacity: .5;
    font-size: inherit
}

select::-moz-placeholder {
    color: inherit;
    opacity: .5;
    font-size: inherit
}

::-webkit-input-placeholder {
    color: #999;
    font-size: inherit
}

input:-ms-input-placeholder {
    color: #999;
    font-size: inherit
}

::-webkit-scrollbar {
    width: 10px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: #ddd
}

::-webkit-scrollbar-thumb {
    background: #aaa
}

.eclip,
.eclips {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.line2 {
    -webkit-line-clamp: 2
}

.line2,
.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line3 {
    -webkit-line-clamp: 3
}

.line4 {
    -webkit-line-clamp: 4
}

.line4,
.line5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line5 {
    -webkit-line-clamp: 5
}

.line6 {
    -webkit-line-clamp: 6
}

.line6,
.line8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line8 {
    -webkit-line-clamp: 8
}

.zi2 {
    z-index: 2
}

.zi2,
.zi5 {
    position: relative
}

.zi5 {
    z-index: 5
}

.check:checked,
.check:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.check:checked+label,
.check:not(:checked)+label {
    position: relative;
    display: inline-block;
    height: 16px;
    cursor: pointer;
    padding-left: 24px;
    line-height: 18px
}

.check+label:after {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    top: 5px;
    left: 5px;
    content: ""
}

.check+label:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    content: "";
    background: #fff;
    border: 1px solid #888
}

.check:checked+label:after {
    background: #0075c1
}

.check:checked+label:before {
    border-color: #0075c1
}

.radio:checked+label,
.radio:not(:checked)+label {
    position: relative;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    padding-left: 24px
}

.radio+label:after,
.radio+label:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: ""
}

.radio:not(:checked)+label:after,
.radio:not(:checked)+label:before {
    border: 1px solid #888
}

.radio:checked,
.radio:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.radio:checked+label:before {
    border: 1px solid #0075c1
}

.radio:checked+label:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0075c1;
    top: 4px;
    left: 5px
}

.imgBox,
.zoomImg {
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.imgBox .img {
    padding-bottom: 60%;
    transition: .5s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    background: #eee
}

.imgBox img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s
}

.none {
    display: none
}

.overhide {
    overflow: hidden
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
}

.fl {
    float: left
}

.fr {
    float: right
}

.poab {
    position: absolute
}

.pore {
    position: relative
}

.text-r {
    text-align: right
}

.text-m {
    text-align: center
}

.text-bold {
    font-weight: 700
}

.text-light {
    font-weight: 100
}

.text-upper {
    text-transform: uppercase
}

.text-lower {
    text-transform: lowercase
}

.text-ver {
    writing-mode: tr-lr;
    writing-mode: vertical-lr
}

.bgBox {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.abUrl {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: hsla(0, 0%, 100%, 0)
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flexc {
    align-items: center
}

.flex-center,
.flex-left {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    justify-content: center
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.flex-v-center {
    justify-content: center
}

.flex-v,
.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column
}

.flex-v {
    justify-content: space-between
}

.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left
}

.scbox {
    overflow-y: auto
}

.scbox::-webkit-scrollbar {
    width: 4px;
    display: block
}

.scbox::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #ddd
}

.scbox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0075c1
}

.aline_w {
    position: relative;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s
}

.compensate-for-scrollbar {
    margin-right: 0 !important
}

.aline_r {
    position: relative;
    background-image: linear-gradient(#f4c493, #f4c493);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s
}

@keyframes sca {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes go {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes up {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes roted {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes roteds {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(-1turn)
    }
}

.loadimg,
.zoomImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    background: url(data:image/gif;base64,R0lGODlhIAAgALMAAP///7Ozs/v7+9bW1uHh4fLy8rq6uoGBgTQ0NAEBARsbG8TExJeXl/39/VRUVAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBQAAACwAAAAAIAAgAAAE5xDISSlLrOrNp0pKNRCdFhxVolJLEJQUoSgOpSYT4RowNSsvyW1icA16k8MMMRkCBjskBTFDAZyuAEkqCfxIQ2hgQRFvAQEEIjNxVDW6XNE4YagRjuBCwe60smQUDnd4Rz1ZAQZnFAGDd0hihh12CEE9kjAEVlycXIg7BAsMB6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YEvpJivxNaGmLHT0VnOgGYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHQjYKhKP1oZmADdEAAAh+QQFBQAAACwAAAAAGAAXAAAEchDISasKNeuJFKoHs4mUYlJIkmjIV54Soypsa0wmLSnqoTEtBw52mG0AjhYpBxioEqRNy8V0qFzNw+GGwlJki4lBqx1IBgjMkRIghwjrzcDti2/Gh7D9qN774wQGAYOEfwCChIV/gYmDho+QkZKTR3p7EQAh+QQFBQAAACwBAAAAHQAOAAAEchDISWdANesNHHJZwE2DUSEo5SjKKB2HOKGYFLD1CB/DnEoIlkti2PlyuKGEATMBaAACSyGbEDYD4zN1YIEmh0SCQQgYehNmTNNaKsQJXmBuuEYPi9ECAU/UFnNzeUp9VBQEBoFOLmFxWHNoQw6RWEocEQAh+QQFBQAAACwHAAAAGQARAAAEaRDICdZZNOvNDsvfBhBDdpwZgohBgE3nQaki0AYEjEqOGmqDlkEnAzBUjhrA0CoBYhLVSkm4SaAAWkahCFAWTU0A4RxzFWJnzXFWJJWb9pTihRu5dvghl+/7NQmBggo/fYKHCX8AiAmEEQAh+QQFBQAAACwOAAAAEgAYAAAEZXCwAaq9ODAMDOUAI17McYDhWA3mCYpb1RooXBktmsbt944BU6zCQCBQiwPB4jAihiCK86irTB20qvWp7Xq/FYV4TNWNz4oqWoEIgL0HX/eQSLi69boCikTkE2VVDAp5d1p0CW4RACH5BAUFAAAALA4AAAASAB4AAASAkBgCqr3YBIMXvkEIMsxXhcFFpiZqBaTXisBClibgAnd+ijYGq2I4HAamwXBgNHJ8BEbzgPNNjz7LwpnFDLvgLGJMdnw/5DRCrHaE3xbKm6FQwOt1xDnpwCvcJgcJMgEIeCYOCQlrF4YmBIoJVV2CCXZvCooHbwGRcAiKcmFUJhEAIfkEBQUAAAAsDwABABEAHwAABHsQyAkGoRivELInnOFlBjeM1BCiFBdcbMUtKQdTN0CUJru5NJQrYMh5VIFTTKJcOj2HqJQRhEqvqGuU+uw6AwgEwxkOO55lxIihoDjKY8pBoThPxmpAYi+hKzoeewkTdHkZghMIdCOIhIuHfBMOjxiNLR4KCW1ODAlxSxEAIfkEBQUAAAAsCAAOABgAEgAABGwQyEkrCDgbYvvMoOF5ILaNaIoGKroch9hacD3MFMHUBzMHiBtgwJMBFolDB4GoGGBCACKRcAAUWAmzOWJQExysQsJgWj0KqvKalTiYPhp1LBFTtp10Is6mT5gdVFx1bRN8FTsVCAqDOB9+KhEAIfkEBQUAAAAsAgASAB0ADgAABHgQyEmrBePS4bQdQZBdR5IcHmWEgUFQgWKaKbWwwSIhc4LonsXhBSCsQoOSScGQDJiWwOHQnAxWBIYJNXEoFCiEWDI9jCzESey7GwMM5doEwW4jJoypQQ743u1WcTV0CgFzbhJ5XClfHYd/EwZnHoYVDgiOfHKQNREAIfkEBQUAAAAsAAAPABkAEQAABGeQqUQruDjrW3vaYCZ5X2ie6EkcKaooTAsi7ytnTq046BBsNcTvItz4AotMwKZBIC6H6CVAJaCcT0CUBTgaTg5nTCu9GKiDEMPJg5YBBOpwlnVzLwtqyKnZagZWahoMB2M3GgsHSRsRACH5BAUFAAAALAEACAARABgAAARcMKR0gL34npkUyyCAcAmyhBijkGi2UW02VHFt33iu7yiDIDaD4/erEYGDlu/nuBAOJ9Dvc2EcDgFAYIuaXS3bbOh6MIC5IAP5Eh5fk2exC4tpgwZyiyFgvhEMBBEAIfkEBQUAAAAsAAACAA4AHQAABHMQyAnYoViSlFDGXBJ808Ep5KRwV8qEg+pRCOeoioKMwJK0Ekcu54h9AoghKgXIMZgAApQZcCCu2Ax2O6NUud2pmJcyHA4L0uDM/ljYDCnGfGakJQE5YH0wUBYBAUYfBIFkHwaBgxkDgX5lgXpHAXcpBIsRADs=) #f2f2f2 no-repeat 50%
}

.zoomImg:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .3));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3
}

.zoomImg img {
    transition: .5s;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.slideImg,
.zoomImg img {
    width: 100%;
    position: relative
}

.slideImg {
    overflow: hidden;
    display: block
}

.slideImg img {
    width: 100%;
    transition: .5s;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.zoomImg.noms:before {
    display: none
}

.zoomImg.mask:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    height: 40%;
    z-index: 2;
    pointer-events: none;
    background: url(../images/blackms.png) repeat-x top;
    background-size: auto 100%;
    opacity: .7
}

@-webkit-keyframes shine {
    to {
        left: 125%
    }
}

@keyframes shine {
    to {
        left: 125%
    }
}

@media (min-width:992px) {
    .zoomImg:hover:before {
        -webkit-animation: shine .75s;
        animation: shine .75s
    }

    .zoomImg:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    a:hover .zoomImg:before {
        -webkit-animation: shine .75s;
        animation: shine .75s
    }

    a:hover .zoomImg img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.block {
    position: relative;
    display: block
}

.transImg {
    display: block;
    overflow: hidden
}

.transImg img {
    transition: .5s
}

@media screen and (min-width:992px) {

    .a:hover .imgBox.trans .img,
    .a:hover .imgBox.trans img,
    .a:hover .transImg img,
    .imgBox.trans:hover .img,
    .imgBox.trans:hover img,
    .transImg:hover img {
        transform: scale(1.05)
    }

    .alin_w:hover .aline_w {
        color: #fff
    }

    .alin_r:hover .aline_r,
    .alin_w:hover .aline_w,
    .aline_w:hover {
        background-size: 100% 1px
    }

    .alin_r:hover .aline_r {
        color: #f4c493
    }

    .aline_r:hover {
        background-size: 100% 1px
    }
}

.wp {
    max-width: 15.2rem
}

.wp,
.wpa {
    margin: 0 auto;
    width: 94%
}

.wpa {
    max-width: 17.5rem
}

@media (max-width:992px) {
    .wp {
        width: auto;
        margin-left: .4rem;
        margin-right: .4rem;
        max-width: inherit
    }

    body {
        font-size: .22rem
    }
}

@media (max-width:597px) {
    .wp {
        width: auto;
        margin-left: 5vw;
        margin-right: 5vw
    }

    body {
        font-size: .24rem
    }

    .eclips {
        display: inline-block;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal
    }
}

.swiper-dots {
    position: absolute;
    z-index: 5;
    text-align: center
}

.swiper-dots span.active {
    opacity: 1
}

.swiper-btn a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}

.swiper-btn a.prev {
    left: 10px
}

.swiper-btn a.next {
    right: 10px
}

.swiper-container {
    margin: 0
}

.totop {
    position: fixed;
    z-index: 90;
    bottom: .4rem;
    right: .3rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    width: .5rem;
    height: .5rem;
    overflow: hidden;
    border-radius: 50%;
    display: none;
    background: #85e6ff;
    line-height: .5rem
}

.totop img {
    width: 100%
}

.totop svg {
    width: .22rem;
    height: .22rem;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0
}

.ser-layer {
    background: rgba(41, 117, 127, .8);
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    backdrop-filter: blur(5px)
}

.isIos .ser-layer {
    background: rgba(41, 117, 127, .95)
}

.ser-layer.showdiv {
    opacity: 1;
    visibility: visible
}

.ser-layer .serclose {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    width: 1rem;
    color: #fff;
    font-size: .3rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    cursor: pointer
}

.ser-layer .serform {
    width: 90%;
    margin: 0 auto;
    -webkit-transform: translateY(1.5rem);
    transition: .2s .1s
}

.ser-layer.showdiv .serform {
    transform: translateY(0);
    transition: .5s .3s
}

.ser-layer .serform .input-group {
    max-width: 5.5rem;
    margin: 0 auto
}

.ser-layer .serform .input-group .sub {
    position: absolute;
    right: 0;
    top: 0;
    width: .9rem;
    height: .5rem;
    overflow: hidden;
    background: 0 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0
}

.ser-layer .serform .input-group .sub:before {
    content: "";
    background: #0a39bf;
    transform: skewX(-12deg);
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    z-index: 0;
    right: -6px;
    transform-origin: left bottom
}

.ser-layer .serform .input-group .sub:after {
    content: "\e616";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    right: 0;
    text-align: center;
    font-family: swiper-icons !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .26rem
}

.ser-layer .serform .input-group .inp {
    height: .5rem;
    padding-right: .9rem;
    width: 100%;
    padding-left: .15rem;
    background: #fff;
    border-radius: 5px 10px 10px 5px;
    border: 1px solid #ddd;
    border-right: 0
}

.topSer {
    margin-left: .2rem
}

.topSer .inp {
    width: 1.8rem;
    padding: 0 .5rem 0 .15rem;
    border-radius: .3rem;
    border: 1px solid #fff;
    font-size: .16rem;
    transition: .3s;
    height: .38rem
}

.topSer .inp,
.topSer .sub {
    color: #fff;
    line-height: .36rem
}

.topSer .sub {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    width: .45rem;
    text-align: center;
    font-size: .24rem;
    cursor: pointer
}

.topSer .inp:focus {
    width: 2.2rem
}

.navShow .ser-layer .serclose {
    top: .4rem
}

@media (max-width:992px) {
    .ser-layer .serclose {
        right: 5vw;
        top: .4rem;
        font-size: .4rem;
        background: 0 0;
        width: auto;
        height: auto;
        padding-left: 0
    }

    .ser-layer .serform .input-group .sub {
        width: 1.2rem;
        height: .6rem
    }

    .ser-layer .serform .input-group .inp {
        height: .6rem;
        padding-right: 1.2rem;
        padding-left: .15rem
    }

    .ser-layer .serform .input-group .sub:after {
        font-size: .4rem
    }

    .ser-layer .serform .input-group {
        max-width: 7rem
    }

    .totop {
        width: .6rem;
        height: .6rem;
        line-height: .6rem
    }

    .totop svg {
        width: .34rem;
        height: .34rem
    }
}

@media (max-width:579px) {
    .ser-layer .serclose {
        right: 5vw;
        top: .4rem;
        font-size: .4rem
    }

    .ser-layer .serform .input-group .sub {
        width: 1.2rem;
        height: .7rem
    }

    .ser-layer .serform .input-group .inp {
        height: .7rem;
        padding-right: 1.2rem;
        padding-left: .15rem
    }

    .ser-layer .serform .input-group .sub:after {
        font-size: .4rem
    }

    .ser-layer .serform .input-group {
        max-width: inherit
    }

    .ser-layer {
        padding-bottom: 15%
    }
}

.popCode {
    position: relative;
    z-index: 10;
    display: block
}

.popCode span {
    width: 1.3rem;
    top: calc(100% + 15px);
    z-index: 5;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    padding: 2px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    z-index: 10;
    display: flex;
    text-align: center;
    font-size: .14rem;
    color: #444
}

.popCode span,
.popCode span:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.popCode span:before {
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #fff;
    bottom: 100%
}

.popCode span img {
    width: 100%
}

.popCode:hover span {
    opacity: 1;
    visibility: visible
}

.popCode.sp span {
    width: 2.2rem;
    padding-bottom: 8px
}

.popCode em {
    width: 1.1rem;
    top: calc(100% + 15px);
    z-index: 5;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    padding: 2px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    z-index: 10
}

.popCode em,
.popCode em:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.popCode em:before {
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #fff;
    bottom: 100%
}

.popCode em img {
    width: 100%
}

.popCode:hover em {
    opacity: 1;
    visibility: visible
}

.header .navBtn {
    display: none;
    align-items: center
}

.header .navBtn>.showSear {
    font-size: .34rem;
    margin-right: .4rem;
    color: #fff
}

.header .navbtn {
    width: .56rem;
    height: .56rem;
    background: #0a39bf;
    transition: .3s;
    z-index: 5;
    color: #fff;
    text-align: center;
    border-radius: .4rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.menu-btn {
    overflow: hidden;
    width: .24rem;
    height: .3rem;
    background: 0 0;
    opacity: 1;
    position: relative;
    z-index: 999;
    cursor: pointer
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: .24rem;
    height: 2px;
    background: #fff;
    transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
    transition-property: transform, width, margin, background-color;
    margin-top: -1px
}

.menu-btn .line-1 {
    margin-top: -.09rem
}

.menu-btn .line-3 {
    margin-top: .07rem
}

body.navShow .menu-btn .line-1 {
    visibility: hidden
}

body.navShow .menu-btn .line-2 {
    margin-top: -1px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.navShow .menu-btn .line-3 {
    margin-top: -1px !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pubg {
    background: linear-gradient(90deg, #35a62b, #077443)
}

.header {
    position: fixed;
    z-index: 999;
    padding: .2rem 0
}

.header,
.header:after {
    top: 0;
    left: 0;
    right: 0;
    transition: .3s
}

.header:after {
    content: "";
    position: absolute;
    height: 120%;
    background: url(../images/22s2.jpg) repeat-x top;
    background-size: 100%;
    z-index: 2;
    opacity: 0;
    pointer-events: none
}

.header .wp {
    align-items: center;
    transition: .3s;
    max-width: 16.2rem
}

.header .logo {
    position: relative
}

.header .logo img {
    height: .66rem;
    transition: .3s
}

.header .topnav {
    margin-top: .2rem
}

.header .topnav .wp {
    padding-top: .2rem;
    border-top: 1px solid hsla(0, 0%, 100%, .2)
}

.header .topnav ul {
    align-items: center
}

.header .topnav ul li {
    font-size: .22rem;
    position: relative;
    transition: .3s
}

.header .topnav ul li+li:before {
    content: "";
    width: 1px;
    background: hsla(0, 0%, 100%, .4);
    height: .2rem;
    position: absolute;
    left: -.4rem;
    top: 50%;
    margin-top: -.1rem;
    transform: rotate(20deg)
}

.header .topnav ul li i.plus {
    position: absolute;
    right: 0;
    top: .15rem;
    color: #fff;
    display: block;
    width: .3rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    display: none
}

.header .topnav ul li>a {
    color: #fff
}

.header .topnav ul li .sub-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    padding-top: .3rem;
    min-width: 1.5rem;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.header .topnav ul li .sub-nav .sub-nav-h:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-bottom-color: #fff;
    bottom: 100%
}

.header .topnav ul li .sub-nav .sub-nav-h {
    position: relative;
    background: #fff;
    padding: .15rem;
    border-radius: .1rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.header .topnav ul li .sub-nav .sub-nav-h a {
    display: block;
    font-size: .16rem;
    color: #666;
    border-bottom: 1px solid hsla(0, 0%, 40%, .12);
    white-space: nowrap;
    position: relative;
    padding: .1rem .3rem .1rem 0
}

.header .topnav ul li .sub-nav .sub-nav-h a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    margin-top: -3px;
    background: #ff5253;
    display: none
}

.header .topnav ul li .sub-nav .sub-nav-h .has>a:after {
    content: "\e676";
    font-family: swiper-icons !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #3f455d;
    font-size: .14rem;
    color: #888
}

.header .topnav ul li .sub-nav .sub-nav-h a:last-child {
    border-bottom: 0
}

.header .topnav ul li .sub-nav .sub-nav-h a:hover,
.header .topnav ul li .sub-nav .sub-nav-h a:hover:after {
    color: #0a39bf
}

.header .topnav ul li:hover .sub-nav {
    opacity: 1;
    visibility: visible
}

.header .topr a {
    color: hsla(0, 0%, 100%, .8);
    transition: .3s
}

.header .topr a:hover {
    color: hsla(0, 0%, 100%, .9)
}

.header .topr .links span {
    color: hsla(0, 0%, 100%, .4);
    margin: 0 .1rem
}

.header .topr a img {
    width: .2rem;
    margin-right: 5px;
    height: .2rem
}

.header .topr .topser {
    margin: 0 .2rem
}

.header .topr .topser form {
    position: relative;
    display: block !important
}

.header .topr .topser .inp {
    width: 1.4rem;
    height: .36rem;
    background: hsla(0, 0%, 100%, .2);
    border-radius: .4rem;
    padding: 0 .15rem 0 .4rem;
    color: #fff;
    line-height: .36rem;
    font-size: .15rem;
    transition: .3s
}

.header .topr .topser .sub {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 4;
    background: 0 0;
    border-radius: 50%;
    width: .4rem;
    color: #fff;
    text-align: center;
    font-size: .2rem
}

.scrolling .header:after {
    opacity: 1;
}

.scrolling .header {
    padding: .15rem 0
}

.scrolling .header .logo img {
    height: .5rem
}

.scrolling .header .topnav .wp {
    padding-top: .15rem
}

.scrolling .header .topnav {
    margin-top: .15rem
}

.big-nav {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 55, 115, .8);
    background-size: 100% auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    backdrop-filter: blur(5px)
}

.isIos .big-nav {
    background: rgba(30, 55, 115, .95)
}

.big-nav .links {
    display: none
}

.big-nav .links .link2 a {
    font-size: .24rem;
    display: flex;
    align-items: center;
    margin: 0 .15rem .2rem
}

.big-nav .links .link2 {
    margin-bottom: .2rem
}

.big-nav .links a {
    color: hsla(0, 0%, 100%, .8);
    transition: .3s
}

.big-nav .links a:hover {
    color: hsla(0, 0%, 100%, .9)
}

.big-nav .links .links span {
    color: hsla(0, 0%, 100%, .4);
    margin: 0 .1rem
}

.big-nav .links a img {
    width: .34rem;
    margin-right: 5px;
    height: .34rem
}

.big-nav .topser {
    margin: 0 .2rem
}

.big-nav .topser form {
    position: relative;
    display: block !important
}

.big-nav .topser .inp {
    width: 100%;
    height: .7rem;
    background: hsla(0, 0%, 100%, .2);
    border-radius: .4rem;
    padding: 0 .85rem 0 .3rem;
    color: #fff;
    line-height: .7rem;
    transition: .3s
}

.big-nav .topser .sub {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background: 0 0;
    border-radius: 50%;
    width: .8rem;
    color: #fff;
    text-align: center;
    font-size: .35rem
}

.big-nav .scroll .links .wp:after {
    display: none
}

.big-nav .links {
    margin-bottom: .3rem;
    text-align: center
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.85rem;
    bottom: 0;
    overflow-y: auto;
    padding-bottom: .6rem
}

.big-nav .scroll::-webkit-scrollbar {
    display: none
}

.big-nav .scroll dl {
    width: 12.28%;
    margin: 0 1%;
    text-align: center
}

.big-nav .scroll dl dt {
    font-size: .24rem;
    margin-bottom: .2rem;
    position: relative;
    font-weight: 700
}

.big-nav .scroll dl dt i.plus {
    position: absolute;
    right: 0;
    top: .05rem;
    display: block;
    width: .3rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    transition: .3s;
    font-size: .2rem;
    display: none;
    color: hsla(0, 0%, 100%, .4)
}

.big-nav .scroll dl dt i.plus.show {
    transform: rotate(180deg)
}

.big-nav .scroll dl dt:after {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #0093be;
    transform: translateX(-50%);
    display: none
}

.big-nav .scroll dl dt a {
    color: #fff
}

.big-nav .scroll dl dd ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.big-nav .scroll dl dd ul li {
    width: 100%;
    margin-bottom: .12rem;
    font-size: .16rem;
    line-height: 1.4em
}

.big-nav .scroll dl dd ul li a {
    color: hsla(0, 0%, 100%, .8)
}

.big-nav .scroll dl dd ul li a:hover {
    color: #fff
}

.big-nav .scroll .wp {
    margin-left: .85rem;
    margin-right: .85rem;
    width: auto;
    max-width: inherit
}

.big-nav .scroll .wp:after {
    width: 31.333%;
    display: inline-block;
    content: "";
    display: none
}

body.navShow .big-nav {
    opacity: 1;
    visibility: visible
}

body.navShow .big-nav .scroll dl dt:after {
    width: .4rem;
    transition: width .6s linear 1.3s
}

@media (max-width:1024px) {
    .header .wp {
        max-width: 17rem
    }
}

@media (min-width:992px) {
    .header .topr .topser .inp:focus {
        width: 1.8rem
    }

    .big-nav .scroll dl {
        transform: translateY(1rem);
        opacity: 0
    }

    body.navShow .big-nav .scroll dl {
        transform: translateY(0);
        opacity: 1
    }

    body.navShow .big-nav .scroll .wp dl:first-child {
        transition: .8s .2s
    }

    body.navShow .big-nav .scroll .wp dl:nth-child(2) {
        transition: .8s .3s
    }

    body.navShow .big-nav .scroll .wp dl:nth-child(3) {
        transition: .8s .4s
    }

    body.navShow .big-nav .scroll .wp dl:nth-child(4) {
        transition: .8s .5s
    }

    body.navShow .big-nav .scroll .wp dl:nth-child(5) {
        transition: .8s .6s
    }

    body.navShow .big-nav .scroll .wp dl:nth-child(6) {
        transition: .8s .7s
    }

    body.navShow .big-nav .scroll .wp dl:nth-child(7) {
        transition: .8s .8s
    }

    body.navShow .big-nav .scroll .wp dl:nth-child(8) {
        transition: .8s .9s
    }

    body.navShow .big-nav .scroll .wp dl:nth-child(9) {
        transition: .8s 1s
    }

    body.navShow .big-nav .scroll .wp dl:nth-child(10) {
        transition: .8s 1.1s
    }

    .big-nav {
        display: none
    }
}

@media (max-width:992px) {
    .header .topr {
        display: none
    }

    .header .logo {
        padding-top: 0
    }

    .header .toplink,
    .header .topnav {
        display: none
    }

    .header .top-nav {
        padding: .15rem 0
    }

    .header .wp {
        margin-left: .4rem;
        margin-right: .4rem
    }

    .header .logo img.logoa {
        height: .7rem
    }

    .header:after {
        height: 120%
    }

    .header .navBtn {
        top: .15rem;
        display: flex
    }

    .menu-btn .line-1,
    .menu-btn .line-2,
    .menu-btn .line-3 {
        width: .35rem
    }

    .menu-btn .line-1 {
        margin-top: -8px
    }

    .menu-btn .line-3 {
        margin-top: 6px
    }

    .header .navBtn .showSear {
        display: flex;
        align-items: center
    }

    .header .navbtn {
        width: .8rem;
        height: .5rem
    }

    .menu-btn {
        width: .35rem
    }

    .big-nav .scroll .wp {
        margin-left: .4rem;
        margin-right: .4rem
    }

    .big-nav .scroll {
        top: 1.3rem
    }

    .big-nav .links {
        display: block
    }

    .big-nav .scroll dl {
        width: 100%;
        text-align: left
    }

    .big-nav .scroll dl dd {
        display: none
    }

    .big-nav .scroll dl {
        margin-top: .2rem;
        margin-left: 0;
        margin-right: 0
    }

    .big-nav .scroll dl dt {
        margin-bottom: .15rem;
        padding-bottom: .1rem;
        font-size: .28rem
    }

    .big-nav .scroll dl dd ul li {
        font-size: .24rem;
        margin-bottom: .2rem
    }

    .big-nav .scroll dl dt i.plus {
        display: block
    }

    .big-nav .scroll dl dd ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .big-nav .scroll dl dd ul li {
        width: 48%
    }
}

@media (max-width:597px) {
    .header {
        padding: .15rem 0
    }

    .header .logo img {
        height: .5rem
    }

    .header .wp {
        margin-left: 3vw;
        margin-right: 3vw
    }

    .header .topnav ul li .sub-nav {
        padding-top: 0
    }

    .header .topnav ul li .sub-nav .sub-nav-h a {
        font-size: .18rem
    }

    .header .topnav ul li .sub-nav .sub-nav-h .img {
        display: none
    }

    .header .topnav ul li .sub-nav .sub-nav-h .list {
        margin-right: 0;
        width: 100%
    }

    .header .topnav ul li .sub-nav .sub-nav-h .list span {
        width: 33.33333%;
        text-align: center;
        margin-right: 0
    }

    .big-nav .scroll dl dt i.plus {
        top: 0
    }

    .header .navbtn {
        width: .85rem;
        height: .55rem
    }

    .menu-btn .line-1 {
        margin-top: -7px
    }

    .menu-btn .line-3 {
        margin-top: 5px
    }

    .big-nav .scroll dl dt {
        font-size: .3rem
    }

    .big-nav .scroll dl dd ul li {
        font-size: .26rem
    }

    .header .navBtn>.showSear {
        margin-right: .3rem
    }

    .big-nav .links .link1 a,
    .big-nav .links .link2 a {
        font-size: .26rem
    }

    .big-nav .links .link1 a img {
        height: .32rem;
        margin-right: .1rem
    }
}

@keyframes icoMove {
    0% {
        transform: translate(2px)
    }

    25% {
        transform: translate(-2px)
    }

    50% {
        transform: translate(1px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes beat {

    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9)
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}

.suTab .bd .tabCon+.tabCon,
.suTab .mores .more+.more,
.swiTab .mores .more+.more {
    display: none
}

.icoCo {
    position: relative;
    display: block
}

.icoCo img {
    height: 100%;
    transition: .3s
}

.icoCo img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.icoCo img:last-child,
.on .icoCo img:first-child {
    opacity: 0;
    visibility: hidden
}

.on .icoCo img:last-child {
    opacity: 1;
    visibility: visible
}

@media (min-width:1025px) {
    .icoCop:hover .icoCo img:first-child {
        opacity: 0;
        visibility: hidden
    }

    .icoCop:hover .icoCo img:last-child {
        opacity: 1;
        visibility: visible
    }

    .aniI:hover .aniIco,
    .aniIco:hover {
        animation: beat .5s 1
    }

    .swiBtnSvg a:hover .st0 {
        fill: #ff5253
    }
}

.swiBtnSvg .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #0a39bf;
    transition: .3s
}

.swiBtnSvg svg {
    height: .26rem;
    width: .23rem
}

.svgArr .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #0a39bf;
    transition: .3s
}

.svgArr svg {
    height: .12rem;
    width: .12rem
}

.footer {
    background: #fff;
    background-size: cover;
    position: relative
}

.footer .wp {
    max-width: 17rem
}

.footer .infoft {
    max-width: 5.8rem
}

.footer .infoft img {
    height: .2rem
}

.footer .infoft p {
    padding-left: .3rem;
    line-height: 1.6em
}

.footer .infoft p+p {
    margin-top: .1rem
}

.footer .infoft p:nth-of-type(1) {
    background: url(../images/svg/fti1.svg) no-repeat 0 0;
    background-size: .2rem .2rem
}

.footer .infoft p:nth-of-type(2) {
    background: url(../images/svg/fti2.svg) no-repeat 0 0;
    background-size: .2rem .2rem
}

.footer .logoft img {
    width: 9.21rem
}

.footer .fta {
    padding: .7rem 0 .6rem;
    background: #fff
}

.footer .ftb {
    padding: .28rem 0 .2rem;
    background: #0a39bf;
    color: #fff;
    text-align: center;
    position: relative
}

.footer .ftb:before {
    content: "";
    display: block;
    height: .08rem;
    background: #85e6ff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

@media (max-width:992px) {
    .footer .logoft img {
        width: 100%
    }

    .footer .infoft {
        max-width: inherit;
        width: 100%;
        margin-top: .2rem
    }

    .footer .infoft p:first-child,
    .footer .infoft p:nth-child(2) {
        background-size: .28rem .28rem
    }

    .footer .infoft p {
        padding-left: .35rem
    }

    .footer .infoft p+p {
        margin-top: .15rem
    }

    .popCode span {
        width: 1.6rem
    }
}

@media (max-width:597px) {
    .footer .infoft {
        max-width: inherit;
        width: 100%;
        margin-top: .2rem
    }

    .footer .infoft p:first-child,
    .footer .infoft p:nth-child(2) {
        background-size: .32rem .32rem
    }

    .footer .infoft p {
        padding-left: .4rem
    }

    .footer .infoft p+p {
        margin-top: .15rem
    }

    .popCode span {
        padding: 3px
    }
}

.str_wrap {
    width: 100%;
    position: relative
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%
}

.str_down .str_move,
.str_vertical .str_move {
    white-space: normal;
    width: 100%
}

.noStop .str_move,
.no_drag .str_move,
.str_static .str_move {
    cursor: inherit
}

@keyframes ups {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.ani1s {
    animation: ups 2s linear infinite
}

.ani2s {
    animation: ups 1.8s linear infinite
}

.ani3s {
    animation: ups 2.2s linear infinite
}

.ani4s {
    animation: ups 1.4s linear infinite
}

.ani5s {
    animation: ups 1.6s linear infinite
}

.ani6s {
    animation: ups 2.6s linear infinite
}

.topnav ul li .a {
    position: relative;
}

.topnav ul li .a .subs {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 2rem;
    z-index: 5;
    padding-left: .18rem;
    display: none
}

.topnav ul li .a .subs .b {
    background: #fff;
    padding: .1rem .2rem;
    border-radius: .1rem
}

.topnav ul li .a:hover .subs {
    display: block;
}

.header .topnav ul li .sub-nav .sub-nav-h .a:hover>a {
    color: #0a39bf
}

.header .topnav ul li .sub-nav .sub-nav-h .a:hover>a:after {
    color: #0a39bf
}

.header:before {
    content: "";
    position: absolute;
    height: 120%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 2;
    opacity: .8;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    transition: .3s;
}

.scrolling .header:before {
    opacity: 0
}