@font-face {
    font-family: "Barlow-Thin";
    src: url(../font/BARLOW-THIN.TTF)
}

@font-face {
    font-family: "Barlow-Light";
    src: url(../font/BARLOW-LIGHT.TTF)
}

:root {
    --animate-duration: 2s !important
}

* {
    outline: none
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
    font-weight: inherit;
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    font: normal 12Px Source Han Sans CN ExtraLight, Helvetica Neue, Arial, Microsoft YaHei, PingFang SC, Source Han Sans SC, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

@media (max-width: 1024px) {

    body,
    button,
    input,
    select,
    textarea,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    i {
        font: normal 12Px Source Han Sans CN Light, Helvetica Neue, Arial, Microsoft YaHei, PingFang SC, Source Han Sans SC, sans-serif
    }
}

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

a {
    text-decoration: none;
    color: inherit;
    display: inline-block
}

a:hover {
    text-decoration: none
}

img {
    vertical-align: top;
    border: 0;
    max-width: 100%
}

button,
input,
textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none
}

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

div,
a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html {
    font-size: 200Px
}

@media screen and (min-width: 1680px) and (max-width: 1903px) {
    html {
        font-size: 10vw
    }
}

@media screen and (min-width: 1600px) and (max-width: 1680px) {
    html {
        font-size: 11vw
    }
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
    html {
        font-size: 11.5vw
    }
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
    html {
        font-size: 12vw
    }
}

@media screen and (max-width: 1280px) {
    html {
        font-size: 26.6666666667vw
    }
}

.clearfloat:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " "
}

.clearboth {
    clear: both
}

.wp {
    max-width: 6.4rem;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1440px) {
    .wp {
        padding: 0 0.3rem
    }
}

@media screen and (max-width: 1280px) {
    .wp {
        padding: 0 0.2rem
    }
}

@media screen and (max-width: 1024px) {
    .wp {
        padding: 0 0.24rem
    }
}

.wp1720 {
    max-width: 8.6rem;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1440px) {
    .wp1720 {
        padding: 0 0.3rem
    }
}

@media screen and (max-width: 1280px) {
    .wp1720 {
        padding: 0 0.2rem
    }
}

@media screen and (max-width: 1024px) {
    .wp1720 {
        padding: 0 0.24rem
    }
}

.revert-editor-style {}

.revert-editor-style h1 {
    font-size: 2em
}

.revert-editor-style h2 {
    font-size: 1.5em
}

.revert-editor-style h3 {
    font-size: 1.17em
}

.revert-editor-style h4 {
    font-size: inherit
}

.revert-editor-style h5 {
    font-size: 0.83em
}

.revert-editor-style h6 {
    font-size: 0.67em
}

.revert-editor-style h1,
.revert-editor-style h2,
.revert-editor-style h3,
.revert-editor-style h4,
.revert-editor-style h5,
.revert-editor-style h6 {
    font-size: revert
}

.revert-editor-style ul {
    list-style: disc;
    padding-left: 0.2rem;
    padding: revert;
    list-style: revert
}

.revert-editor-style ul li {
    list-style: disc;
    list-style: revert
}

.revert-editor-style ol {
    list-style: decimal;
    padding-left: 0.2rem;
    padding: revert;
    list-style: revert
}

.revert-editor-style ol li {
    list-style: decimal;
    list-style: revert
}

.checkBrowser {
    font-size: 14Px;
    line-height: 40Px;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 50%;
    width: 700Px;
    height: 40Px;
    margin-left: -360Px;
    padding: 0 10Px;
    color: #fff;
    border-bottom-right-radius: 5Px;
    border-bottom-left-radius: 5Px;
    background-color: #e6212a
}

.checkBrowser a {
    font-size: 16Px;
    line-height: 20Px;
    position: absolute;
    top: 10Px;
    right: 5Px;
    display: block;
    width: 20Px;
    height: 20Px;
    cursor: pointer;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background-color: #fff
}

.paged {
    padding-top: 20PX;
    text-align: center
}

@media (max-width: 1024px) {

    .paged.white a,
    .paged.white .current {
        background-color: #fff
    }
}

.paged.gray a {
    background-color: #f4f5f4;
    color: #8b8b8b
}

@media screen and (max-width: 1024px) {
    .paged {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 10PX
    }
}

.paged a,
.paged .current {
    display: inline-block;
    margin: 0 8PX;
    width: 50PX;
    font-size: 20PX;
    text-align: center;
    background: #eee;
    color: #000;
    border-radius: 50%;
    height: 50PX;
    line-height: 50PX;
    white-space: nowrap;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.paged a:hover,
.paged .current:hover {
    background: #fecb2f;
    color: #000
}

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

    .paged a,
    .paged .current {
        padding: 0 20PX;
        font-size: 16PX;
        height: 35PX;
        line-height: 35PX;
        display: none
    }
}

.paged .current {
    background: #fecb2f;
    color: #000
}

.paged .prev,
.paged .next {
    width: 120PX;
    border-radius: 25PX
}

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

    .paged .prev,
    .paged .next {
        width: 200PX;
        display: block
    }
}

.article {
    font-size: 0.09rem;
    line-height: 2.2222222222;
    color: #000
}

.article p {
    font-size: 0.09rem;
    line-height: 2.2222222222;
    color: #000
}

.article p:not(:last-child) {
    margin-bottom: 0.1rem
}

@media (max-width: 1024px) {
    .article p {
        font-size: 0.14rem;
        line-height: 2
    }
}

.article img,
.article video {
    max-width: 100%;
    height: auto;
    cursor: pointer
}

.article video {
    display: block;
    width: 100%;
    height: auto !important
}

.article img {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.article img+p {
    margin-top: 0.2rem
}

.article img+strong {
    margin-top: 0.02rem;
    display: inline-block
}

.article-swiper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -ms-touch-action: none;
    touch-action: none;
    z-index: 8888
}

.article-swiper .swiper-zoom-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%
}

.article-swiper .swiper-pagination {
    bottom: 1em;
    color: #fff
}

.article-swiper .swiper-slide img {
    max-width: 95%;
    max-height: -moz-calc(100% - 6em);
    max-height: calc(100% - 6em);
    vertical-align: middle
}

.article-swiper .swiper-slide p {
    position: absolute;
    top: 1em;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.08rem;
    color: #fff;
    z-index: 22
}

.article-swiper .swiper-close-icon {
    position: absolute;
    top: 0.5rem;
    right: 0.3rem;
    z-index: 9999;
    width: 0.2rem;
    height: 0.2rem;
    cursor: pointer
}

.article-swiper .swiper-close-icon .iconfont {
    color: #fff;
    font-size: 0.25rem
}

.article-swiper .swiper-close-icon::after {
    width: 100%;
    position: absolute;
    height: 0.015rem;
    background: #fff;
    content: "";
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.article-swiper .swiper-close-icon::before {
    width: 100%;
    position: absolute;
    height: 0.015rem;
    background: #fff;
    content: "";
    top: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.uweb-search {
    width: 1200Px;
    max-width: 100%;
    margin: 0.25rem auto 0.5rem
}

@media (max-width: 1200px) {
    .uweb-search {
        width: auto;
        margin-right: 0.15rem;
        margin-left: 0.15rem
    }
}

.uweb-search-input-con {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25Px
}

.uweb-search-select-con {
    float: left;
    width: 37%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25Px
}

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

    .uweb-search-input-con,
    .uweb-search-select-con {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 0.05rem
    }
}

.uweb-search-top {
    position: relative;
    margin-bottom: 40Px;
    height: 44Px;
    width: 100%
}

.uweb-search-top-s .uweb-search-input-con {
    float: left;
    width: 87%
}

@media screen and (max-width: 750px) {
    .uweb-search-top {
        height: auto
    }

    .uweb-search-top-s .uweb-search-input-con {
        width: 100%
    }
}

.uweb-search-top-text {
    float: left;
    width: 80Px;
    font-size: 14Px;
    color: #666;
    line-height: 44Px
}

.uweb-search-top-input {
    margin: 0 0 0 80Px;
    height: 44Px;
    border: 1Px solid #e9e9e9
}

.uweb-search-top-input input {
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 14Px;
    padding: 0 20Px
}

.uweb-search-top-button {
    float: left;
    width: 13%;
    height: 46Px;
    background: #fecb2f;
    cursor: pointer;
    color: #fff;
    font-size: 14Px;
    line-height: 46Px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0
}

.uweb-search-top-button:hover {
    opacity: 0.7
}

@media screen and (max-width: 750px) {
    .uweb-search-top-button {
        float: none;
        width: 100%
    }
}

.uweb-search-top-input2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 80Px;
    height: 44Px;
    border: 1Px solid #e9e9e9
}

.uweb-search-top-input2 input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 14Px;
    padding: 0 20Px
}

.uweb-search-top-text1 {
    float: left;
    width: 70Px;
    font-size: 14Px;
    color: #666;
    line-height: 44Px
}

.uweb-search-top-select {
    position: relative;
    margin-left: 70Px;
    height: 44Px;
    border: 1Px solid #e9e9e9;
    font-size: 14Px;
    color: #999
}

.uweb-search-top-select:after {
    position: absolute;
    right: 12Px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 5Px solid transparent;
    border-right: 5Px solid transparent;
    border-top: 6Px solid #999
}

.uweb-search-top-select select {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100% !important;
    border: 0Px;
    padding: 0 22Px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.uweb-search-top-select .customSelect {
    width: 100%;
    height: 100%;
    line-height: 42Px;
    padding: 0 22Px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1200px) {
    .uweb-search-top-select {
        float: none;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto
    }
}

.uweb-search-content {
    margin: 40Px -12Px;
    font-size: 0
}

.uweb-search-content li {
    display: inline-block;
    vertical-align: top;
    padding: 0 12Px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 156Px;
    margin-bottom: 30Px
}

.uweb-search-content li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1Px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25Px 40Px 30Px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.uweb-search-content li a:hover {
    background: #f1f1f1
}

.uweb-search-content li a:hover .text {
    color: #fecb2f
}

.uweb-search-content li a:hover .btn {
    background: #fecb2f
}

.uweb-search-content li a .text {
    font-size: 16Px;
    font-weight: bold;
    color: #666;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 22Px;
    max-height: 44Px;
    overflow: hidden
}

.uweb-search-content li a .time {
    margin-top: 5Px;
    font-size: 14Px;
    font-family: "Arial";
    color: #999
}

.uweb-search-content li a .btn {
    margin-top: 20Px;
    width: 95Px;
    height: 28Px;
    background: #999;
    font-size: 14Px;
    color: #fff;
    line-height: 28Px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (max-width: 1200px) {
    .uweb-search-content {
        margin-right: 0;
        margin-left: 0
    }

    .uweb-search-content li:nth-child(2n+1) {
        padding: 0 0.06rem 0 0
    }

    .uweb-search-content li:nth-child(2n) {
        padding: 0 0 0 0.06rem
    }
}

@media screen and (max-width: 480px) {
    .uweb-search-content li {
        float: none;
        width: 100%;
        height: auto
    }

    .uweb-search-content li:nth-child(2n+1),
    .uweb-search-content li:nth-child(2n) {
        padding: 0
    }

    .uweb-search-content li a .text {
        max-height: none
    }
}

.uweb-search-tip-con {
    margin: 40Px auto;
    width: 1200Px;
    max-width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5rem;
    text-align: center
}

.uweb-search-tip-con .title {
    font-size: 24Px;
    color: #333;
    margin-bottom: 20Px
}

.uweb-search-tip-con .tips {
    font-size: 14Px;
    color: orange;
    font-weight: bold;
    line-height: 28Px;
    width: 900Px;
    margin: 0 auto 10Px;
    max-width: 100%
}

.uweb-search-tip-con .p {
    font-size: 14Px;
    color: #333;
    line-height: 28Px;
    margin-bottom: 10Px
}

.uweb-search-tip-con .num {
    color: red;
    padding: 0 3Px;
    text-decoration: underline
}

.uweb-search-tip-con .tip-btn {
    display: block;
    width: 140Px;
    height: 36Px;
    text-align: center;
    line-height: 36Px;
    color: #fff;
    background: #999;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 auto;
    cursor: pointer
}

.uweb-search-tip-con .tip-btn:hover {
    background: #b3b3b3
}

.tips-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999999
}

.tips-popup.init {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.tips-popup.show .tips-popup-mask {
    opacity: 1
}

.tips-popup.show .tips-popup-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.tips-popup-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.tips-popup-box {
    position: relative;
    padding: 18Px 24Px 8Px;
    width: 320Px;
    background-color: #fff;
    -webkit-box-shadow: 0 4Px 12Px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4Px 12Px rgba(0, 0, 0, 0.15);
    border-radius: 8Px;
    z-index: 9;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

@media screen and (max-width: 414px) {
    .tips-popup-box {
        max-width: -moz-calc(100% - 0.4rem);
        max-width: calc(100% - 0.4rem);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

.tips-popup-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10Px
}

.tips-popup-head .title {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-top: 1Px;
    line-height: 22Px;
    font-size: 16Px;
    color: #000
}

.tips-popup-close {
    margin: 5Px 0 0 10Px;
    width: 14Px;
    height: 14Px;
    background: url(../images/tips_icon.png) top -130Px left no-repeat;
    opacity: 0.7;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.tips-popup-close:hover {
    opacity: 1
}

.tips-popup-content {
    padding-bottom: 10Px;
    font-size: 14Px;
    line-height: 24Px;
    color: #666
}

.tips-popup-footer {
    padding: 4Px 0;
    text-align: right;
    font-size: 0
}

.tips-popup-footer li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10Px;
    padding: 8Px 15Px;
    line-height: 1;
    font-size: 12Px;
    white-space: nowrap;
    border-radius: 3Px;
    border-width: 1Px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.tips-popup-footer li:hover {
    opacity: 0.8
}

.tips-popup-footer .cancel-btn {
    color: #666;
    background-color: #fff;
    border-color: #dcdfe6
}

.tips-popup-footer .submit-btn {
    color: #fff
}

.tips-popup .tips-icon {
    margin-right: 10Px;
    width: 24Px;
    height: 24Px;
    background-image: url(../images/tips_icon.png);
    background-repeat: no-repeat
}

.tips-popup .tips-icon-success {
    background-position: 0 -104Px
}

.tips-popup .tips-icon-question {
    background-position: 0 -78Px
}

.tips-popup .tips-icon-info {
    background-position: 0 -52Px
}

.tips-popup .tips-icon-error {
    background-position: 0 -26Px
}

.tips-popup .tips-icon-alert {
    background-position: 0 0
}

.tips-popup-icon {
    padding-left: 20Px;
    padding-right: 20Px
}

.tips-popup-icon .tips-popup-content {
    padding-left: 34Px
}

.loading-wrap {
    position: relative
}

.loading-wrap .loading-box {
    position: absolute
}

.loading-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999
}

.loading-box-circular {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25Px 0 0 -25Px;
    width: 50Px;
    height: 50Px;
    -webkit-animation: loading-rotate 2s linear infinite;
    -moz-animation: loading-rotate 2s linear infinite;
    animation: loading-rotate 2s linear infinite
}

.loading-box-circular .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    -moz-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #0da945;
    stroke-linecap: round
}

@-webkit-keyframes loading-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-moz-keyframes loading-rotate {
    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading-rotate {
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40Px
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120Px
    }
}

@-moz-keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40Px
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120Px
    }
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40Px
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120Px
    }
}

.normal-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9000
}

.normal-popup.init {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.normal-popup.show .normal-popup-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.normal-popup.show .normal-popup-mask {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.normal-popup-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.normal-popup-close {
    position: absolute;
    top: 10Px;
    right: 10Px;
    line-height: 1;
    font-size: 20Px;
    font-family: "iconfont";
    color: #666;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.normal-popup-close:before {
    content: "\e662"
}

.normal-popup-close:hover {
    color: #ea140a
}

.normal-popup-box {
    position: relative;
    width: 680Px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 6Px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    z-index: 6;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s
}

.normal-popup-title {
    margin-bottom: 25Px;
    text-align: center
}

.normal-popup-title h3 {
    line-height: 1.2;
    font-size: 30Px;
    color: #555
}

.normal-popup-title p {
    line-height: 1.2;
    font-size: 12Px;
    color: #999;
    text-transform: uppercase
}

.normal-popup-scroller {
    position: relative;
    overflow: hidden
}

.normal-popup-scroller .bscroll-indicator {
    background-color: rgba(205, 205, 205, 0.5) !important
}

.modal-popup .normal-popup-box {
    padding: 60Px;
    text-align: center
}

.modal-popup .icon {
    font-family: "iconfont";
    font-size: 80Px
}

.modal-popup .icon-error {
    color: #ea140a
}

.modal-popup .icon-error:before {
    content: "\e71e"
}

.modal-popup .icon-success {
    color: #0da945
}

.modal-popup .icon-success:before {
    content: "\e605"
}

.modal-popup .icon-notice {
    color: #fbba65
}

.modal-popup .icon-notice:before {
    content: "\e698"
}

.modal-popup .title {
    margin: 15Px 0 3Px;
    line-height: 1.4;
    font-size: 24Px;
    color: #333
}

.modal-popup .p {
    line-height: 1.6;
    font-size: 16Px;
    color: #888
}

.modal-popup-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30Px
}

.modal-popup-footer li {
    width: 242Px;
    line-height: 45Px;
    font-size: 16Px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.modal-popup-footer li+li {
    margin-left: 16Px
}

.modal-popup-footer li:hover {
    opacity: 0.8
}

.modal-popup-footer .cancel-btn {
    background-color: #bbb
}

.iframe-popup .normal-popup-box {
    padding: 55Px 60Px 70Px
}

.iframe-popup .normal-popup-title {
    margin-bottom: 30Px
}

.iframe-popup-box {
    position: relative;
    max-height: -moz-calc(98vh - 205Px);
    max-height: calc(98vh - 205Px);
    overflow-y: auto
}

.iframe-popup-box .iframe {
    display: block;
    width: 100%;
    border: none
}

.iframe-popup .loading-box {
    position: absolute
}

.captcha-title {
    height: 0.25rem;
    width: 100%;
    text-align: center;
    border-radius: 2Px;
    background-color: transparent;
    font-size: 14Px;
    letter-spacing: 0.1Px;
    line-height: 0.25rem;
    color: #fff
}

.captcha-show {
    display: none;
    height: 0.25rem;
    width: 100%;
    text-align: center;
    border-radius: 2Px;
    background-color: transparent
}

.captcha-loading {
    margin: auto;
    width: 70Px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.captcha-loading-dot {
    width: 8Px;
    height: 8Px;
    margin: 18Px 4Px;
    background: #ccc;
    border-radius: 50%;
    opacity: 0;
    -webkit-box-shadow: 0 0 2Px black;
    box-shadow: 0 0 2Px black;
    -webkit-animation: loadingFade 1s infinite;
    -moz-animation: loadingFade 1s infinite;
    animation: loadingFade 1s infinite
}

.captcha-loading-dot:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.captcha-loading-dot:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.captcha-loading-dot:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.captcha .geetest_holder.geetest_wind .geetest_logo,
.captcha .geetest_holder.geetest_wind .geetest_success_logo {
    display: none
}

@-webkit-keyframes loadingFade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.8
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes loadingFade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.8
    }

    100% {
        opacity: 0
    }
}

@keyframes loadingFade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.8
    }

    100% {
        opacity: 0
    }
}

.error-con {
    padding: 0.5rem 0;
    background: #fff
}

.error-box {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.25rem;
    text-align: center;
    width: 1360Px;
    max-width: 100%;
    margin: 0 auto;
    display: grid
}

.error-box img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.error-box .tips {
    margin: 20Px auto;
    font-size: 18Px;
    color: #666
}

.error-box .btn a {
    display: inline-block;
    vertical-align: top;
    width: 170Px;
    height: 40Px;
    margin: 0 2Px;
    border-radius: 20Px;
    color: #fff;
    text-align: center;
    font-size: 16Px;
    background: #999;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 40Px;
    max-width: 45%
}

.error-box .btn a:hover {
    background: #a6a6a6
}

.share-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.1rem;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.share-box-item {
    cursor: pointer;
    background-color: #181818;
    color: #fff;
    margin-right: 15Px;
    width: 40Px;
    height: 40Px;
    text-align: center;
    border-radius: 50%
}

.share-box-item .iconfont {
    font-size: 20Px;
    line-height: 40Px
}

.share-box .share-to-wechat {
    position: relative
}

.share-box .share-to-wechat .wechat-ewm {
    position: absolute;
    border-radius: 5Px;
    border: 1Px solid #eee;
    background: #fff;
    left: 50%;
    bottom: 100%;
    padding: 10Px 10Px 5Px;
    display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.share-box .share-to-wechat .wechat-ewm p {
    font-size: 12Px;
    color: #333;
    text-align: center;
    margin-top: 5Px
}

.share-box .share-to-wechat:hover {
    background-color: #3dbe5b
}

.share-box .share-to-wechat:hover .wechat-ewm {
    display: block
}

.share-box .share-to-qq,
.share-box .share-to-qzone,
.share-box .share-to-weibo,
.share-box .share-to-wechat {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.share-box .share-to-qq:hover {
    background-color: #21b3f7
}

.share-box .share-to-qzone:hover {
    background-color: #f8c514
}

.share-box .share-to-weibo:hover {
    background-color: #ff5757
}

.wechat-tip-mask {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    background-image: url(../images/share_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto
}

.header {
    width: 100%;
    background-color: #fff;
    z-index: 99
}

.header.stuck {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}

.header-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1280px) {
    .header-nav {
        height: 0.5rem
    }
}

.header-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header-left .logo img {
    height: 0.23rem;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 1024px) {
    .header-left .logo img {
        height: auto;
        max-height: 0.23rem
    }
}

@media (max-width: 1280px) {
    .header-right {
        display: none
    }
}

.header-right .nav-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.header-right .nav-list .nav-item {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    position: relative
}

.header-right .nav-list .nav-item .nav-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header-right .nav-list .nav-item .nav-link a {
    color: #000;
    font-size: 0.08rem;
    line-height: 1;
    padding: 0.21rem 0.125rem;
    position: relative;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.header-right .nav-list .nav-item .nav-link a span {
    position: relative;
    z-index: 1
}

.header-right .nav-list .nav-item .nav-link a span::after {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    background-color: #fecb2f;
    border-radius: 50%;
    position: absolute;
    right: -0.05rem;
    top: -0.075rem;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    pointer-events: none
}

.header-right .nav-list .nav-item .nav-link.on a span::after {
    opacity: 1
}

.header-right .nav-list .nav-item .icon-search {
    font-size: 0.1rem;
    color: #fff;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all
}

.header-right .nav-list .nav-item .dropdown-box {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99
}

.header-right .nav-list .nav-item .dropdown {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0.7rem;
    padding: 0.025rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden
}

.header-right .nav-list .nav-item .dropdown .dropdown-item {
    padding: 0 0.2rem;
    white-space: nowrap;
    font-size: 0.075rem;
    text-align: center;
    line-height: 0.25rem;
    color: #000;
    position: relative;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all
}

.header-right .nav-list .nav-item .dropdown .dropdown-item span {
    position: relative;
    z-index: 4
}

.header-right .nav-list .nav-item .dropdown .dropdown-item span::after {
    content: "";
    display: block;
    width: 0.11rem;
    height: 0.11rem;
    background-color: #fecb2f;
    border-radius: 50%;
    position: absolute;
    right: -0.04rem;
    top: -0.04rem;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.header-right .nav-list .nav-item .dropdown .dropdown-item:hover span::after,
.header-right .nav-list .nav-item .dropdown .dropdown-item.is-active span::after {
    opacity: 1
}

.header-right .nav-list .nav-item:hover {
    cursor: pointer
}

.header-right .nav-list .nav-item:hover a span::after {
    opacity: 1
}

.header-right .nav-list .nav-item:hover .dropdown-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.header-right .nav-list .search-box {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative
}

@media (min-width: 1280px) {
    .header-right .nav-list .search-box:hover .header-search {
        width: 1.2rem;
        opacity: 1
    }

    .header-right .nav-list .search-box:hover .header-search button {
        visibility: visible
    }
}

.header-right .nav-list .search-box .nav-link::after {
    content: none !important
}

.header-right .nav-list .search-box .header-search {
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    top: 50%;
    margin-top: -0.095rem;
    right: -0.05rem
}

.header-right .nav-list .search-box .header-search .input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem
}

.header-right .nav-list .search-box .header-search .input input {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0.2rem;
    line-height: 0.2rem;
    font-size: 0.07rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0 0.075rem;
    background: rgb(239, 239, 239)
}

.header-right .nav-list .search-box .header-search button {
    visibility: hidden;
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    line-height: 0.2rem;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 0.1rem;
    font-weight: bold;
    color: #333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background: rgb(239, 239, 239);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem
}

.header-right-mb {
    display: none
}

@media screen and (max-width: 1280px) {
    .header-right-mb {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header-right-mb .nav-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.16rem;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-right-mb .nav-menu .iconfont {
    color: #000;
    font-size: 0.26rem;
    display: inline-block
}

.header-right-mb .nav-menu span {
    vertical-align: top
}

.header-right-mb .nav-menu .close {
    display: none
}

.header-right-mb .nav-menu img {
    width: 0.22rem
}

.header-right-mb .menu-btn-active .menu-icon {
    display: none
}

.header-right-mb .menu-btn-active .close {
    display: block
}

.header-right-mb .menu-unfold {
    position: fixed;
    display: none;
    top: var(--headerHeight);
    right: 0;
    z-index: 20;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.header-right-mb .menu-unfold::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: var(--headerHeight);
    left: 0;
    z-index: 19;
    background-color: rgba(0, 0, 0, 0.56)
}

.header-right-mb .menu-unfold .menu-box {
    position: fixed;
    top: var(--headerHeight);
    right: 0;
    display: none;
    z-index: 20;
    max-height: 90vh;
    overflow-y: auto
}

.header-right-mb .menu-unfold .menu-box::-webkit-scrollbar {
    display: none
}

.header-right-mb .menu-unfold .menu-box .nav-mobile-search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.2rem 0.25rem;
    width: 2.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f0f0f0
}

.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0.1rem 0.15rem;
    border-radius: 0.25rem;
    border: 0.005rem solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box input {
    width: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    border: none;
    font-size: 0.13rem
}

.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box input::-webkit-input-placeholder {
    color: #666;
    font-size: 0.13rem
}

.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box input:-moz-placeholder {
    color: #666;
    font-size: 0.13rem
}

.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box input::-moz-placeholder {
    color: #666;
    font-size: 0.13rem
}

.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box input:-ms-input-placeholder {
    color: #666;
    font-size: 0.13rem
}

.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box input::-ms-input-placeholder {
    color: #666;
    font-size: 0.13rem
}

.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box input::placeholder {
    color: #666;
    font-size: 0.13rem
}

.header-right-mb .menu-unfold .menu-box .nav-mobile-search .input-box button {
    background-color: transparent;
    border: none;
    font-size: 0.2rem
}

.header-right-mb .menu-unfold .menu-box .menu-item {
    width: 2.4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #333;
    font-size: 0.16rem;
    line-height: 0.5rem;
    background-color: #f0f0f0;
    border-top: 0.005rem solid rgba(149, 149, 149, 0.2549019608);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto
}

.header-right-mb .menu-unfold .menu-box .menu-item .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.15rem 0 0.35rem
}

.header-right-mb .menu-unfold .menu-box .menu-item a {
    color: #333;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header-right-mb .menu-unfold .menu-box .menu-item .iconfont {
    font-size: 0.2rem;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    width: 0.15rem;
    text-align: center;
    padding-left: 0.4rem
}

.header-right-mb .menu-unfold .menu-box .menu-item .menu-2 {
    display: none
}

.header-right-mb .menu-unfold .menu-box .menu-item .menu-2 a {
    padding: 0 0.15rem 0 0.35rem;
    border-top: 0.005rem solid rgba(149, 149, 149, 0.2549019608);
    display: block;
    color: #666;
    font-size: 0.14rem
}

@media (min-width: 1280px) {
    .header.mini .header-left .logo img {
        height: 0.16rem
    }

    .header.mini .header-right .nav-list .nav-item .nav-link a {
        padding: 0.13rem 0.125rem
    }
}

.nav-mobile {
    position: absolute;
    width: 64%;
    top: 0.5rem;
    right: 0;
    bottom: 0;
    z-index: 99999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.nav-mobile.anim {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    height: -moz-calc(100vh - 0.5rem);
    height: calc(100vh - 0.5rem)
}

.nav-mobile-con {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    z-index: 8889;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease
}

.nav-mobile-con .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1
}

.nav-mobile-con.anim .nav-mobile-search {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.nav-mobile-back {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0.25rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 0.5rem;
    background-color: #222;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nav-mobile-back span {
    position: relative;
    z-index: 1;
    font-size: 0.14rem;
    line-height: 0.5rem;
    color: #fff
}

@media screen and (max-width: 500px) {
    .nav-mobile-back span {
        line-height: 0.25rem
    }
}

.nav-mobile-back .fh {
    margin-left: 0.1rem
}

@media screen and (max-width: 500px) {
    .nav-mobile-back .fh {
        margin-left: 0.025rem
    }
}

.nav-mobile .sub {
    display: none;
    border-top: 0.005rem solid #e2e2e2
}

.nav-mobile .sub li {
    position: relative;
    overflow: hidden
}

.nav-mobile .sub li:not(:last-child) a {
    border-bottom: 0.005rem solid #e2e2e2
}

.nav-mobile .sub li a {
    display: block;
    padding: 0 0.15rem 0 0.325rem;
    line-height: 0.5rem;
    height: 0.5rem;
    font-size: 0.14rem;
    color: #666;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nav-mobile .menu-search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ebebeb;
    height: 0.4rem;
    line-height: 0.4rem
}

.nav-mobile .menu-search input {
    width: 80%;
    line-height: 0.4rem;
    background: #ebebeb;
    border: none;
    padding-left: 0.15rem
}

.nav-mobile .menu-search button {
    display: inline-block;
    width: 20%;
    height: 100%;
    text-align: center;
    border: none;
    background-color: #ebebeb
}

.nav-mobile .menu-search button span {
    color: #555;
    font-size: 0.25rem
}

.nav-mobile :root {
    --searchSize: 0.22rem;
    --headerHeight: 0.35rem
}

@media screen and (max-width: 1280px) {
    .nav-mobile :root {
        --searchSize: 0.3rem;
        --headerHeight: 0.6rem
    }
}

.nav-mobile .menu-unfold {
    top: -moz-calc(0.5rem + 0.15rem);
    top: calc(0.5rem + 0.15rem);
    right: 0;
    z-index: 20;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%
}

.nav-mobile .menu-unfold .menu-box {
    top: -moz-calc(0.5rem + 0.15rem);
    top: calc(0.5rem + 0.15rem);
    right: 0;
    z-index: 20;
    overflow-y: auto;
    height: 100%;
    background-color: #fff;
    display: inline-block;
    width: 100%
}

.nav-mobile .menu-unfold .menu-box::-webkit-scrollbar {
    display: none
}

.nav-mobile .menu-unfold .menu-box .nav-mobile-search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.2rem 0.25rem;
    width: 2.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 0.005rem solid rgba(149, 149, 149, 0.2)
}

.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0.145rem 0.15rem;
    border-radius: 0.25rem;
    border: 0.005rem solid #d8d7d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eee
}

.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box input {
    width: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    border: none;
    font-size: 0.13rem;
    background-color: transparent
}

.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box input::-webkit-input-placeholder {
    color: #666;
    font-size: 0.13rem
}

.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box input:-moz-placeholder {
    color: #666;
    font-size: 0.13rem
}

.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box input::-moz-placeholder {
    color: #666;
    font-size: 0.13rem
}

.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box input:-ms-input-placeholder {
    color: #666;
    font-size: 0.13rem
}

.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box input::-ms-input-placeholder {
    color: #666;
    font-size: 0.13rem
}

.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box input::placeholder {
    color: #666;
    font-size: 0.13rem
}

.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box .iconfont {
    color: #999;
    font-size: 0.15rem
}

.nav-mobile .menu-unfold .menu-box .nav-mobile-search .input-box button {
    background-color: transparent;
    border: none;
    font-size: 0.2rem
}

.nav-mobile .menu-unfold .menu-box .menu-item {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #333;
    font-size: 0.16rem;
    line-height: 0.5rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0.005rem solid rgba(149, 149, 149, 0.2)
}

.nav-mobile .menu-unfold .menu-box .menu-item .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.175rem 0 0.35rem
}

.nav-mobile .menu-unfold .menu-box .menu-item a {
    color: #232220;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.nav-mobile .menu-unfold .menu-box .menu-item .iconfont {
    font-size: 0.2rem;
    color: #fecb2f;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    width: 0.15rem;
    text-align: center;
    padding-left: 0.4rem
}

.nav-mobile .menu-unfold .menu-box .menu-item .menu-2 {
    display: none
}

.nav-mobile .menu-unfold .menu-box .menu-item .menu-2 a {
    padding: 0 0.15rem 0 0.35rem;
    border-top: 0.005rem solid rgba(149, 149, 149, 0.2549019608);
    display: block;
    color: #232220;
    font-size: 0.14rem
}

.nav-mobile .flex-box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0;
    background-color: rgba(0, 0, 0, 0.3)
}

.footer {
    background-color: #323232
}

.footer-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.4rem 0 0.2rem;
    border-bottom: 0.005rem dashed rgba(255, 255, 255, 0.1)
}

@media (max-width: 1280px) {
    .footer-top {
        padding: 0.41rem 0 0.35rem
    }
}

.footer-top .footer-logo img {
    display: block;
    height: 0.23rem;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 1280px) and (min-width: 768px) {
    .footer-top .footer-logo img {
        height: auto
    }
}

.footer-top .footer-service {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

@media (max-width: 1280px) {
    .footer-top .footer-service {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.footer-top .footer-service p {
    font-size: 0.08rem;
    color: #fff
}

@media (max-width: 1280px) {
    .footer-top .footer-service p {
        font-size: 0.1rem;
        margin-bottom: 0.05rem
    }
}

.footer-top .footer-service a {
    color: #fff;
    font-size: 0.18rem;
    font-family: "Arial";
    font-weight: bold
}

.footer-middle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.35rem 0 0.485rem
}

@media (max-width: 1280px) {
    .footer-middle {
        padding: 0.3rem 0 0.435rem
    }
}

.footer-middle .footer-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1280px) {
    .footer-middle .footer-nav {
        display: none
    }
}

.footer-middle .footer-nav dl:not(:last-child) {
    margin-right: 0.4rem
}

@media (max-width: 1440px) {
    .footer-middle .footer-nav dl:not(:last-child) {
        margin-right: 0.25rem
    }
}

.footer-middle .footer-nav dl dt {
    margin-bottom: 0.14rem
}

.footer-middle .footer-nav dl dt a {
    font-size: 0.1rem;
    color: #fff
}

.footer-middle .footer-nav dl dd a {
    font-size: 0.075rem;
    color: rgba(255, 255, 255, 0.6)
}

.footer-middle .footer-nav dl dd a:hover {
    color: #fff
}

.footer-middle .footer-nav dl dd:not(:last-child) {
    margin-bottom: 0.135rem
}

.footer-middle .footer-form {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 1.7rem
}

@media (max-width: 1280px) {
    .footer-middle .footer-form {
        width: 100%
    }
}

.footer-middle .footer-form .checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0.2rem
}

.footer-middle .footer-form .checkbox-item:not(:last-child) {
    margin-right: 0.25rem
}

@media (max-width: 1280px) {
    .footer-middle .footer-form .checkbox-item:not(:last-child) {
        margin-right: 0.5rem
    }
}

.footer-middle .footer-form .checkbox-item input {
    position: absolute;
    opacity: 0
}

.footer-middle .footer-form .checkbox-item input:checked~label i {
    background-color: #fecb2f
}

.footer-middle .footer-form .checkbox-item label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.09rem;
    color: #fff
}

.footer-middle .footer-form .checkbox-item label i {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.125rem;
    height: 0.125rem;
    background-color: #666;
    border-radius: 50%;
    margin-right: 0.05rem
}

@media (max-width: 1280px) {
    .footer-middle .footer-form .checkbox-item label {
        font-size: 0.12rem
    }
}

@media (max-width: 320px) {
    .footer-middle .footer-form .checkbox-item label .iconfont {
        font-size: 12PX
    }
}

.footer-middle .footer-form .input-con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.1rem
}

.footer-middle .footer-form .input-con .input-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 0.25rem;
    border: 0.005rem solid rgba(255, 255, 255, 0.3);
    border-radius: 0.125rem
}

.footer-middle .footer-form .input-con .input-item:first-child {
    margin-right: 0.1rem
}

@media (max-width: 1280px) {
    .footer-middle .footer-form .input-con .input-item {
        height: 0.35rem;
        border-radius: 0.175rem
    }
}

.footer-middle .footer-form .input-con .input-item label {
    width: 0.14rem;
    font-size: 0.07rem;
    color: #fff;
    padding: 0.09rem 0.025rem 0.09rem 0.095rem
}

@media (max-width: 1366px) {
    .footer-middle .footer-form .input-con .input-item label {
        padding: 0 0.025rem 0 0.075rem;
        width: auto
    }
}

@media (max-width: 1280px) {
    .footer-middle .footer-form .input-con .input-item label {
        width: 0.25rem;
        font-size: 0.1rem;
        padding: 0.13rem 0.025rem 0.13rem 0.095rem
    }
}

.footer-middle .footer-form .input-con .input-item input {
    background-color: transparent;
    width: 0.525rem;
    border: none;
    outline: none;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.07rem;
    color: #fff;
    margin-right: 0.01rem
}

@media (max-width: 1280px) {
    .footer-middle .footer-form .input-con .input-item input {
        font-size: 0.1rem
    }
}

.footer-middle .footer-form .area .input-item {
    position: relative;
    cursor: pointer
}

.footer-middle .footer-form .area .input-item:first-child {
    margin-right: 0
}

.footer-middle .footer-form .area .input-item select {
    min-height: 100%;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    font-size: 0.07rem;
    width: 80%;
    color: #fff;
    cursor: pointer
}

.footer-middle .footer-form .area .input-item select option {
    color: #000
}

@media (max-width: 1280px) {
    .footer-middle .footer-form .area .input-item select {
        font-size: 0.1rem
    }
}

.footer-middle .footer-form .area .input-item::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.03rem 0.02rem 0;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.1rem;
    pointer-events: none
}

.footer-middle .footer-form .captcha {
    width: 1.7rem;
    border: 0.005rem solid rgba(255, 255, 255, 0.3);
    border-radius: 0.125rem;
    margin-bottom: 0.1rem
}

@media (max-width: 1280px) {
    .footer-middle .footer-form .captcha {
        width: 100%;
        height: 0.35rem;
        border-radius: 0.175rem
    }
}

.footer-middle .footer-form .geetest_holder.geetest_wind {
    height: 0.25rem
}

@media screen and (max-width: 1280px) {
    .footer-middle .footer-form .geetest_holder.geetest_wind {
        height: 0.35rem
    }
}

.footer-middle .footer-form .geetest_holder.geetest_wind .geetest_radar {
    margin: 0 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.07rem;
    width: 30Px;
    height: 30Px
}

.footer-middle .footer-form .geetest_holder.geetest_wind .geetest_radar_tip {
    height: 0.25rem;
    line-height: 0.25rem;
    padding: 0 0.23rem 0 0.275rem;
    color: #fff
}

@media screen and (max-width: 1280px) {
    .footer-middle .footer-form .geetest_holder.geetest_wind .geetest_radar_tip {
        height: 0.35rem;
        line-height: 0.35rem;
        padding: 0 0.275rem 0 0.375rem
    }
}

@media screen and (max-width: 425px) {
    .footer-middle .footer-form .geetest_holder.geetest_wind .geetest_radar_tip {
        padding: 0 0.275rem 0 0.5rem
    }
}

.footer-middle .footer-form .geetest_holder.geetest_wind .geetest_wait {
    margin: 0;
    top: 50%;
    left: 0.1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1280px) {
    .footer-middle .footer-form .geetest_holder.geetest_wind .geetest_wait {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer-middle .footer-form .geetest_holder.geetest_wind.geetest_radar_click_ready .geetest_radar_btn {
    background-color: #e6f6ff
}

.footer-middle .footer-form .geetest_holder.geetest_wind .geetest_radar_btn {
    background-image: none;
    background-color: transparent;
    border: none
}

.footer-middle .footer-form .geetest_holder.geetest_wind .geetest_radar_tip,
.footer-middle .footer-form .geetest_holder.geetest_wind .geetest_success_radar_tip {
    height: 0.25rem;
    line-height: 0.25rem
}

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

    .footer-middle .footer-form .geetest_holder.geetest_wind .geetest_radar_tip,
    .footer-middle .footer-form .geetest_holder.geetest_wind .geetest_success_radar_tip {
        height: 0.35rem;
        line-height: 0.35rem
    }
}

.footer-middle .footer-form .geetest_holder.geetest_wind .geetest_success_btn .geetest_success_box {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.06rem
}

.footer-middle .footer-form .geetest_holder.geetest_wind * {
    font-size: 0.07rem;
    letter-spacing: 0.005rem;
    text-transform: uppercase
}

@media screen and (max-width: 1280px) {
    .footer-middle .footer-form .geetest_holder.geetest_wind * {
        font-size: 0.1rem
    }
}

.footer-middle .footer-form .submit {
    width: 0.7rem;
    height: 0.25rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #666;
    border-radius: 0.125rem;
    font-size: 0.07rem;
    color: #fff;
    border: none;
    outline: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer
}

.footer-middle .footer-form .submit:hover {
    background-color: #fecb2f;
    color: #000
}

@media (max-width: 1280px) {
    .footer-middle .footer-form .submit {
        width: 0.9rem;
        height: 0.35rem;
        font-size: 0.1rem;
        border-radius: 0.175rem
    }
}

.footer-bottom {
    background-color: #2d2d2d
}

.footer-bottom-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.085rem 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1280px) {
    .footer-bottom-wrapper {
        padding: 0.3rem 0
    }
}

.footer-bottom-wrapper .addr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1280px) {
    .footer-bottom-wrapper .addr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 2.3rem
    }
}

.footer-bottom-wrapper .addr p {
    font-size: 0.08rem;
    color: #fff;
    margin-right: 0.1rem
}

.footer-bottom-wrapper .addr p a {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.footer-bottom-wrapper .addr p a:hover {
    color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 1280px) {
    .footer-bottom-wrapper .addr p {
        font-size: 0.1rem;
        line-height: 2
    }

    .footer-bottom-wrapper .addr p:nth-child(2) {
        width: 2.1rem
    }
}

.footer-bottom-wrapper .qrcode {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.footer-bottom-wrapper .qrcode img {
    height: 0.38rem;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 1280px) {
    .footer-bottom-wrapper .qrcode img {
        height: 0.595rem
    }
}

.footer-bottom-wrapper .qrcode .txt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 0.06rem;
    color: #000;
    background-color: #fff;
    text-align: center;
    line-height: 1;
    padding: 0 0.045rem;
    letter-spacing: 0.01rem
}

@media (max-width: 1280px) {
    .footer-bottom-wrapper .qrcode .txt {
        font-size: 0.09rem;
        padding: 0 0.065rem
    }
}

.index-banner {
    width: 100%;
    height: 100%;
    position: relative
}

.index-banner .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.index-banner .swiper-container .swiper-slide {
    overflow: hidden
}

.index-banner .swiper-container .swiper-slide>div {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 44.7916666667%;
    overflow: hidden
}

.index-banner .swiper-container .swiper-slide>div img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide>div {
        position: relative;
        padding-bottom: 52%;
        overflow: hidden
    }

    .index-banner .swiper-container .swiper-slide>div img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s
    }
}

.index-banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index-banner .swiper-container .swiper-slide img.pc {
    display: block
}

.index-banner .swiper-container .swiper-slide img.m {
    display: none
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide img.pc {
        display: none
    }

    .index-banner .swiper-container .swiper-slide img.m {
        display: block
    }
}

.index-banner .swiper-container .swiper-btn-prev,
.index-banner .swiper-container .swiper-btn-next {
    position: absolute;
    top: 50%;
    z-index: 3
}

.index-banner .swiper-container .swiper-btn-prev i,
.index-banner .swiper-container .swiper-btn-next i {
    color: #fff;
    font-size: 0.3rem
}

.index-banner .swiper-container .swiper-btn-prev:hover,
.index-banner .swiper-container .swiper-btn-next:hover {
    cursor: pointer
}

@media (max-width: 1024px) {

    .index-banner .swiper-container .swiper-btn-prev,
    .index-banner .swiper-container .swiper-btn-next {
        top: 40%
    }

    .index-banner .swiper-container .swiper-btn-prev i,
    .index-banner .swiper-container .swiper-btn-next i {
        font-size: 0.4rem
    }
}

.index-banner .swiper-container .swiper-btn-prev {
    left: 0.92rem
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-btn-prev {
        left: 0.1rem
    }
}

.index-banner .swiper-container .swiper-btn-next {
    right: 0.92rem
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-btn-next {
        right: 0.1rem
    }
}

.index-banner .swiper-container .swiper-button-disabled i {
    color: rgba(255, 255, 255, 0.3)
}

.index-custom {
    background-color: #fff;
    padding: 0.5rem 0
}

@media (max-width: 1024px) {
    .index-custom {
        padding: 0.5rem 0 0.825rem
    }
}

.index-custom .index-title-box {
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-custom .index-title-box .en {
    font-size: 0.25rem;
    font-family: "Barlow-Thin";
    color: #232220;
    margin-bottom: 0.1rem
}

.index-custom .index-title-box .cn {
    font-size: 0.14rem;
    color: #000;
    margin-bottom: 0.14rem
}

@media (max-width: 1024px) {
    .index-custom .index-title-box .cn {
        font-size: 0.19rem;
        margin-bottom: 0.15rem
    }
}

.index-custom .index-title-box .line {
    width: 0.125rem;
    height: 0.005rem;
    background-color: #000;
    margin-bottom: 0.35rem
}

@media (max-width: 1024px) {
    .index-custom .index-title-box .line {
        margin-bottom: 0.4rem
    }
}

.index-custom .icon-box {
    margin-bottom: 0.19rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .index-custom .icon-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0
    }
}

.index-custom .icon-box .icon-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

@media (max-width: 1024px) {
    .index-custom .icon-box .icon-item {
        margin-bottom: 0.25rem
    }

    .index-custom .icon-box .icon-item:nth-child(2n+1) {
        width: 50%;
        margin-right: 0.35rem
    }
}

@media (max-width: 768px) {
    .index-custom .icon-box .icon-item {
        margin-bottom: 0.36rem
    }
}

.index-custom .icon-box .icon-item .icon-image {
    margin-right: 0.045rem;
    position: relative;
    z-index: 3
}

.index-custom .icon-box .icon-item .icon-image-hover {
    display: none
}

.index-custom .icon-box .icon-item .icon-image img {
    height: 0.19rem;
    width: auto;
    position: relative;
    z-index: 3
}

.index-custom .icon-box .icon-item .icon-image::after {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    background-color: #fecb2f;
    border-radius: 50%;
    position: absolute;
    right: -0.04rem;
    top: -0.04rem;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

@media (max-width: 1024px) {
    .index-custom .icon-box .icon-item .icon-image {
        margin-right: 0.075rem;
        text-align: center;
        width: 0.345rem;
        height: 0.315rem
    }

    .index-custom .icon-box .icon-item .icon-image img {
        height: auto
    }
}

.index-custom .icon-box .icon-item .icon-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .index-custom .icon-box .icon-item .icon-text {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 425px) {
    .index-custom .icon-box .icon-item .icon-text {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.index-custom .icon-box .icon-item .icon-text .cn {
    font-size: 0.09rem;
    color: #000;
    line-height: 1
}

@media (max-width: 1024px) {
    .index-custom .icon-box .icon-item .icon-text .cn {
        margin-bottom: 0.025rem
    }
}

.index-custom .icon-box .icon-item .icon-text .en {
    font-size: 0.07rem;
    font-family: "Barlow-Thin";
    color: #666;
    line-height: 1;
    font-weight: bold
}

@media (max-width: 1024px) {
    .index-custom .icon-box .icon-item .icon-text .cn {
        font-size: 0.12rem
    }

    .index-custom .icon-box .icon-item .icon-text .en {
        font-size: 0.09rem
    }
}

@media (max-width: 768px) {
    .index-custom .icon-box .icon-item .icon-text .cn {
        font-size: 0.14rem
    }

    .index-custom .icon-box .icon-item .icon-text .en {
        font-size: 0.11rem;
        font-weight: bold
    }
}

.index-custom .icon-box .icon-item.active:not(.more) .icon-image-hover {
    display: inline-block
}

.index-custom .icon-box .icon-item.active:not(.more) .icon-image-default {
    display: none
}

.index-custom .icon-box .icon-item.active:not(.more) .icon-image::after {
    opacity: 1
}

.index-custom .icon-box .more {
    display: none
}

@media (max-width: 1024px) {
    .index-custom .icon-box .more {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.index-custom .image-box-content {
    position: relative;
    display: none
}

.index-custom .image-box .swiper-container {
    overflow: hidden
}

.index-custom .image-box .swiper-container .swiper-wrapper .swiper-slide {
    width: 1.3rem;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all
}

@media (max-width: 1024px) {
    .index-custom .image-box .swiper-container .swiper-wrapper .swiper-slide {
        width: 3.25rem
    }
}

.index-custom .image-box .swiper-container .swiper-wrapper .swiper-slide:not(:last-child) {
    margin-right: 0.05rem
}

@media (max-width: 1024px) {
    .index-custom .image-box .swiper-container .swiper-wrapper .swiper-slide:not(:last-child) {
        margin-right: 0
    }
}

.index-custom .image-box .swiper-container .swiper-wrapper .swiper-slide:hover {
    cursor: pointer
}

.index-custom .image-box .swiper-container .swiper-wrapper .swiper-slide .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 2.5rem;
    border-radius: 0.075rem;
    position: relative
}

@media (max-width: 1024px) {
    .index-custom .image-box .swiper-container .swiper-wrapper .swiper-slide .content {
        height: 2.19rem;
        width: 100%
    }
}

.index-custom .image-box .swiper-container .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0%;
    object-position: 0%
}

.index-custom .image-box .swiper-container .swiper-wrapper .swiper-slide .title {
    font-size: 0.15rem;
    color: #fff;
    position: absolute;
    bottom: 0.15rem;
    left: 0.15rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    opacity: 0
}

@media (max-width: 1024px) {
    .index-custom .image-box .swiper-container .swiper-wrapper .swiper-slide .title {
        opacity: 1
    }
}

.index-custom .image-box .swiper-container .swiper-wrapper .is-active {
    width: 3.7rem
}

@media (max-width: 1024px) {
    .index-custom .image-box .swiper-container .swiper-wrapper .is-active {
        width: 3.25rem
    }
}

.index-custom .image-box .swiper-container .swiper-wrapper .is-active .title {
    opacity: 1
}

.index-custom .image-box .swiper-dots {
    position: absolute;
    bottom: -0.325rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.index-custom .image-box .swiper-dots .swiper-pagination-bullet {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 0.07rem;
    height: 0.07rem;
    background-color: #fff;
    border: 0.01rem solid #fecb2f
}

.index-custom .image-box .swiper-dots .swiper-pagination-bullet:not(:last-child) {
    margin-right: 0.075rem
}

.index-custom .image-box .swiper-dots .swiper-pagination-bullet-active {
    background-color: #fecb2f
}

.index-kitchen {
    background-color: #f0f0f0;
    padding: 0.66rem 0 0.64rem
}

@media (max-width: 1024px) {
    .index-kitchen {
        padding: 0.5rem 0 0.56rem
    }
}

.index-kitchen-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1024px) {
    .index-kitchen-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.index-kitchen .left-box {
    width: 2.8rem;
    margin-top: 0.15rem
}

@media (max-width: 1024px) {
    .index-kitchen .left-box {
        margin-top: 0;
        margin-bottom: 0.45rem
    }
}

.index-kitchen .left-box .desc-box .cn {
    font-size: 0.13rem;
    color: #000;
    margin-bottom: 0.025rem
}

@media (max-width: 1024px) {
    .index-kitchen .left-box .desc-box .cn {
        font-size: 0.16rem
    }
}

.index-kitchen .left-box .desc-box .en {
    width: 1.2rem;
    font-family: "Barlow-Thin";
    font-size: 0.075rem;
    color: #666;
    line-height: 2;
    margin-bottom: 0.225rem
}

@media (max-width: 1024px) {
    .index-kitchen .left-box .desc-box .en {
        width: 2.4rem;
        font-size: 0.13rem;
        line-height: 1.4615384615;
        font-weight: bold
    }
}

.index-kitchen .left-box a {
    padding: 0.075rem 0.12rem;
    border: 0.005rem solid #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-size: 0.07rem;
    font-family: "Barlow-Light";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500
}

@media (max-width: 1024px) {
    .index-kitchen .left-box a {
        font-size: 0.1rem
    }
}

.index-kitchen .left-box a:hover {
    background-color: #fecb2f;
    border: 0.005rem solid transparent
}

.index-kitchen .right-box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative
}

@media (max-width: 1024px) {
    .index-kitchen .right-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        min-height: 1.5rem
    }
}

.index-kitchen .right-box .adv-img {
    position: absolute;
    top: 0.775rem;
    left: -0.685rem
}

@media (max-width: 1440px) {
    .index-kitchen .right-box .adv-img {
        left: -1.27rem
    }
}

@media (max-width: 1024px) {
    .index-kitchen .right-box .adv-img {
        top: 0;
        left: 0;
        z-index: 5
    }
}

.index-kitchen .right-box .adv-img img {
    border-radius: 0.075rem;
    width: auto;
    height: 0.65rem;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 1024px) {
    .index-kitchen .right-box .adv-img img {
        height: 0.625rem
    }
}

.index-kitchen .right-box .adv-img::after {
    content: "X";
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0.05rem;
    top: 0.05rem;
    font-size: 0.06rem;
    color: #000;
    font-family: "Barlow-Thin";
    font-weight: bold;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #fecb2f;
    border-radius: 50%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index-kitchen .right-box .large-img-content {
    display: none;
    position: relative;
    margin-right: 0.135rem
}

.index-kitchen .right-box .large-img-content.on {
    display: block
}

@media (max-width: 1024px) {
    .index-kitchen .right-box .large-img-content.on {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 1024px) {
    .index-kitchen .right-box .large-img-content {
        margin-right: 0
    }
}

.index-kitchen .right-box .large-img-content .title {
    font-size: 0.15rem;
    color: #000;
    margin-top: 0.06rem
}

@media (max-width: 1024px) {
    .index-kitchen .right-box .large-img-content .title {
        margin-top: 0.15rem;
        line-height: 1.3
    }
}

.index-kitchen .right-box .large-img-content .img-box img {
    border-radius: 0.075rem
}

.index-kitchen .right-box .large-img-content .left-item {
    position: absolute;
    bottom: 0;
    left: -1.4rem;
    width: 1.3rem
}

@media (max-width: 1024px) {
    .index-kitchen .right-box .large-img-content .left-item {
        width: 1.25rem;
        position: static;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

.index-kitchen .right-box .large-img-content .left-item .img-box {
    position: relative;
    padding-bottom: 131.9230769231%;
    overflow: hidden
}

.index-kitchen .right-box .large-img-content .left-item .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.index-kitchen .right-box .large-img-content .left-item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

.index-kitchen .right-box .large-img-content .right-item {
    width: 2.45rem
}

.index-kitchen .right-box .large-img-content .right-item .img-box {
    position: relative;
    padding-bottom: 132.6530612245%;
    overflow: hidden
}

.index-kitchen .right-box .large-img-content .right-item .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 1024px) {
    .index-kitchen .right-box .large-img-content .right-item {
        width: 1.9rem
    }

    .index-kitchen .right-box .large-img-content .right-item .img-box {
        position: relative;
        padding-bottom: 131.5789473684%;
        overflow: hidden
    }

    .index-kitchen .right-box .large-img-content .right-item .img-box img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s
    }
}

.index-kitchen .right-box .large-img-content .right-item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

.index-kitchen .right-box .thumb-box {
    height: 3.25rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1024px) {
    .index-kitchen .right-box .thumb-box {
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0.3rem
    }
}

.index-kitchen .right-box .thumb-box .thumb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 0.015rem;
    border: 0.01rem solid transparent;
    background-color: transparent;
    cursor: pointer
}

@media (max-width: 1024px) {
    .index-kitchen .right-box .thumb-box .thumb {
        border: 0.02rem solid transparent
    }

    .index-kitchen .right-box .thumb-box .thumb:not(:last-child) {
        margin-right: 0.12rem
    }
}

.index-kitchen .right-box .thumb-box .thumb img {
    width: auto;
    height: 0.24rem
}

@media (max-width: 1024px) {
    .index-kitchen .right-box .thumb-box .thumb img {
        height: 0.45rem
    }
}

.index-kitchen .right-box .thumb-box .thumb.on {
    background-color: #fff;
    border: 0.01rem solid #fecb2f
}

@media (max-width: 1024px) {
    .index-kitchen .right-box .thumb-box .thumb.on {
        border: 0.02rem solid #fecb2f
    }
}

.index-join {
    padding: 0.635rem 0 0.71rem
}

@media (max-width: 1024px) {
    .index-join {
        padding: 0.5rem 0
    }
}

.index-join-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width: 1024px) {
    .index-join-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.index-join .left-box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0.15rem
}

@media (max-width: 1024px) {
    .index-join .left-box {
        margin-top: 0;
        width: 100%
    }
}

.index-join .left-box .index-title-box .en {
    font-size: 0.3rem;
    font-family: "Barlow-Thin";
    color: #232220;
    margin-bottom: 0.05rem;
    line-height: 1.0833333333
}

.index-join .left-box .index-title-box .cn {
    font-size: 0.16rem;
    letter-spacing: 0.03rem;
    color: #232220;
    margin-bottom: 0.14rem
}

@media (max-width: 1024px) {
    .index-join .left-box .index-title-box .cn {
        font-size: 0.16rem
    }
}

.index-join .left-box .index-title-box .line {
    width: 0.125rem;
    height: 0.005rem;
    background-color: #000;
    margin-bottom: 0.24rem
}

.index-join .left-box .desc-box .cn {
    font-size: 0.1rem;
    color: #000;
    margin-bottom: 0.025rem;
    line-height: 1.9
}

@media (max-width: 1024px) {
    .index-join .left-box .desc-box .cn {
        font-size: 0.16rem;
        line-height: 1.40625;
        margin-bottom: 0.05rem
    }
}

.index-join .left-box .desc-box .en {
    font-family: "Barlow-Thin";
    font-size: 0.08rem;
    color: #666;
    line-height: 1.875;
    margin-bottom: 0.225rem
}

@media (max-width: 1024px) {
    .index-join .left-box .desc-box .en {
        font-size: 0.13rem;
        line-height: 1.4615384615;
        margin-bottom: 0.35rem;
        font-weight: bold
    }
}

.index-join .left-box .data-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1024px) {
    .index-join .left-box .data-box {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.index-join .left-box .data-box .box-wrapper {
    margin-right: 0.175rem
}

@media (max-width: 1024px) {
    .index-join .left-box .data-box .box-wrapper {
        margin-right: 0
    }
}

.index-join .left-box .data-box .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.25rem;
    line-height: 1
}

@media (max-width: 1024px) {
    .index-join .left-box .data-box .item {
        margin-bottom: 0.375rem
    }
}

.index-join .left-box .data-box .item .num {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0.09rem
}

.index-join .left-box .data-box .item .num span {
    font-size: 0.3rem;
    font-family: "Barlow-Thin";
    color: #000
}

.index-join .left-box .data-box .item .num .y {
    font-size: 0.1rem;
    margin-left: 0.02rem;
    -webkit-transform: translateY(-0.01rem);
    -moz-transform: translateY(-0.01rem);
    transform: translateY(-0.01rem)
}

.index-join .left-box .data-box .item .txt {
    font-size: 0.075rem;
    color: #000
}

@media (max-width: 1024px) {
    .index-join .left-box .data-box .item .txt {
        font-size: 0.11rem
    }
}

.index-join .right-box {
    width: 58.59375%
}

@media (max-width: 1024px) {
    .index-join .right-box {
        margin-top: 0.1rem;
        width: 100%
    }
}

.index-join .right-box .img-box {
    margin-bottom: 0.25rem;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 1024px) {
    .index-join .right-box .img-box {
        margin-bottom: 0
    }
}

.index-product {
    padding: 0.5rem 0
}

.index-product .index-title-box {
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-product .index-title-box .en {
    font-size: 0.25rem;
    font-family: "Barlow-Thin";
    color: #232220;
    margin-bottom: 0.1rem
}

.index-product .index-title-box .cn {
    font-size: 0.14rem;
    color: #000;
    margin-bottom: 0.14rem
}

@media (max-width: 1024px) {
    .index-product .index-title-box .cn {
        font-size: 0.19rem;
        margin-bottom: 0.15rem
    }
}

.index-product .index-title-box .line {
    width: 0.125rem;
    height: 0.005rem;
    background-color: #000;
    margin-bottom: 0.35rem
}

@media (max-width: 1024px) {
    .index-product .index-title-box .line {
        margin-bottom: 0.25rem
    }
}

.index-product-img {
    display: block
}

.index-product .img-box {
    position: relative;
    padding-bottom: 46.875%;
    overflow: hidden
}

.index-product .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 1024px) {
    .index-product .img-box {
        position: relative;
        padding-bottom: 106.6666666667%;
        overflow: hidden
    }

    .index-product .img-box img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s
    }
}

.index-product .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index-product .img-box img:last-of-type {
    display: none
}

.index-product .img-box img:last-of-type:first-of-type {
    display: inline-block
}

@media screen and (max-width: 1024px) {
    .index-product .img-box img:first-of-type {
        display: none
    }

    .index-product .img-box img:last-of-type {
        display: inline-block
    }
}

.wow {
    visibility: hidden;
    -webkit-animation: fadeInUp var(--animate-duration) both;
    -moz-animation: fadeInUp var(--animate-duration) both;
    animation: fadeInUp var(--animate-duration) both
}

.wow.no-animation {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none
}

.wow.zoomIn {
    -webkit-animation: zoomIn 0.8s both;
    -moz-animation: zoomIn 0.8s both;
    animation: zoomIn 0.8s both
}

.bg-gray {
    background-color: #f0f0f0
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 0.4rem);
        transform: translate(0, 0.4rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0);
        transform: translate3d(0, 0)
    }
}

@-moz-keyframes fadeInUp {
    from {
        opacity: 0;
        -moz-transform: translate(0, 0.4rem);
        transform: translate(0, 0.4rem)
    }

    to {
        opacity: 1;
        -moz-transform: translate3d(0, 0);
        transform: translate3d(0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 0.4rem);
        -moz-transform: translate(0, 0.4rem);
        transform: translate(0, 0.4rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0);
        -moz-transform: translate3d(0, 0);
        transform: translate3d(0, 0)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7)
    }

    50% {
        opacity: 1
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        -moz-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7)
    }

    50% {
        opacity: 1
    }
}

.page-bg {
    background-color: #fff;
    background-image: url(../images/bg.jpg);
    background-position: center top;
    background-repeat: no-repeat
}

.full-bg {
    background-image: url(../images/patent_bg.jpg);
    background-position: center bottom;
    background-repeat: repeat-y
}

.page-banner {
    position: relative
}

.page-banner .img-box {
    position: relative;
    padding-bottom: 30.2083333333%;
    overflow: hidden
}

.page-banner .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.page-banner .img-box img:last-of-type {
    display: none
}

.page-banner .img-box img:last-of-type:first-of-type {
    display: inline-block
}

@media screen and (max-width: 1024px) {
    .page-banner .img-box img:first-of-type {
        display: none
    }

    .page-banner .img-box img:last-of-type {
        display: inline-block
    }
}

@media screen and (max-width: 1024px) {
    .page-banner .img-box {
        position: relative;
        padding-bottom: 52%;
        overflow: hidden
    }

    .page-banner .img-box img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s
    }
}

.page-banner .page-nav {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    bottom: 0.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.page-banner .crumbs {
    position: absolute;
    right: 1.6rem;
    bottom: 0.095rem
}

.page-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.175rem;
    padding: 0.125rem 0.705rem;
    background-color: #fff
}

@media screen and (max-width: 1024px) {
    .page-nav {
        display: none
    }
}

.page-nav .item {
    position: relative
}

.page-nav .item a {
    font-size: 0.1rem;
    color: #000;
    position: relative;
    line-height: 1;
    z-index: 3
}

.page-nav .item:not(:last-child) {
    margin-right: 0.4rem
}

@media (max-width: 1366px) {
    .page-nav .item:not(:last-child) {
        margin-right: 0.3rem
    }
}

.page-nav .item::after {
    content: "";
    display: block;
    width: 0.11rem;
    height: 0.11rem;
    background-color: #fecb2f;
    border-radius: 50%;
    position: absolute;
    right: -0.05rem;
    top: -0.03rem;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.page-nav .item:hover::after,
.page-nav .item.on::after {
    opacity: 1
}

.page-mb-nav {
    background-color: #fff;
    position: relative;
    z-index: 10;
    border-bottom: 0.01rem solid #f0f0f0
}

@media (min-width: 1024px) {
    .page-mb-nav {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .page-mb-nav.sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0.5rem
    }
}

.page-mb-nav .nav-bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: -moz-calc(100% + 0.01rem);
    top: calc(100% + 0.01rem);
    background-color: #fff;
    height: 0.35rem;
    border-bottom: 0.005rem solid #eee;
    display: none;
    z-index: -1;
    -webkit-box-shadow: 0 0.05rem 0.05rem 0 inset rgba(95, 94, 91, 0.1);
    box-shadow: 0 0.05rem 0.05rem 0 inset rgba(95, 94, 91, 0.1)
}

.page-mb-nav-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.45rem;
    position: relative
}

@media screen and (max-width: 1024px) {
    .page-mb-nav-wrapper {
        height: 0.5rem;
        position: static
    }
}

.page-mb-nav-right {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-mb-nav-right .mb-nav {
    display: none
}

@media screen and (max-width: 1024px) {
    .page-mb-nav-right .mb-nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.15rem;
        color: #333;
        height: 100%;
        width: 100%;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page-mb-nav-right .mb-nav .iconfont {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 0.14rem;
        margin-left: 0.075rem;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s
    }

    .page-mb-nav-right .mb-nav.active .iconfont {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.page-mb-nav-right .nav-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

@media screen and (max-width: 1024px) {
    .page-mb-nav-right .nav-content {
        position: absolute;
        width: 100%;
        top: 100%;
        z-index: 30;
        left: 0;
        background-color: #fff;
        display: none;
        padding-bottom: 0.15rem;
        height: auto;
        border-top: 0.005rem solid rgba(118, 118, 118, 0.1)
    }

    .page-mb-nav-right .nav-content::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh
    }
}

.page-mb-nav-right .sub {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    white-space: nowrap;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    left: 0;
    top: -moz-calc(100% - 0.005rem);
    top: calc(100% - 0.005rem);
    height: 0.35rem;
    z-index: 5;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .page-mb-nav-right .sub {
        opacity: 1;
        visibility: visible;
        position: static;
        height: auto;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none
    }
}

.page-mb-nav-right .sub.show {
    visibility: visible;
    opacity: 1
}

.page-mb-nav-right .sub.right,
.page-mb-nav-right .sub.left {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.page-mb-nav-right .sub.left {
    left: 0
}

.page-mb-nav-right .sub.right {
    right: 0;
    left: auto
}

.page-mb-nav-right .sub a {
    font-size: 0.07rem;
    color: #333;
    height: 0.35rem;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0.015rem solid transparent;
    padding: 0 0.15rem;
    position: relative
}

@media screen and (max-width: 1024px) {
    .page-mb-nav-right .sub a {
        font-size: 0.13rem;
        height: 0.5rem;
        padding-left: 0.25rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width: 1024px) {
    .page-mb-nav-right .sub a:hover {
        color: #fecb2f;
        border-color: #fecb2f
    }
}

.page-mb-nav-right .sub a.on {
    color: #fecb2f
}

@media screen and (min-width: 1024px) {
    .page-mb-nav-right .sub a:not(:last-child)::before {
        content: "";
        position: absolute;
        right: 0;
        width: 0.005rem;
        height: 0.085rem;
        background-color: rgba(51, 51, 51, 0.1)
    }
}

@media screen and (max-width: 1024px) {
    .page-mb-nav-right .sub a {
        margin-right: 0;
        border-bottom: 0.005rem solid #e5e5e5
    }
}

.page-mb-nav-right .nav-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0.085rem
}

@media screen and (max-width: 1024px) {
    .page-mb-nav-right .nav-item {
        padding-right: 0;
        display: block
    }
}

.page-mb-nav-right .nav-item .head {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.085rem
}

@media screen and (max-width: 1024px) {
    .page-mb-nav-right .nav-item .head {
        margin-right: 0;
        position: relative
    }
}

.page-mb-nav-right .nav-item .head>a {
    z-index: 10;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.08rem;
    color: #333;
    height: 0.2rem;
    line-height: 1;
    position: relative;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 0.05rem
}

@media screen and (max-width: 1024px) {
    .page-mb-nav-right .nav-item .head>a {
        text-align: right;
        font-size: 0.13rem;
        height: 0.5rem;
        line-height: 0.5rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.page-mb-nav-right .nav-item .head>a:hover,
.page-mb-nav-right .nav-item .head>a.on {
    color: #fff;
    background-color: #fecb2f
}

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

    .page-mb-nav-right .nav-item .head>a:hover,
    .page-mb-nav-right .nav-item .head>a.on {
        border-color: transparent;
        background-color: transparent;
        color: #333
    }
}

@media screen and (max-width: 1024px) {
    .page-mb-nav-right .nav-item .head {
        position: relative;
        z-index: 10;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0.24rem;
        border-bottom: 0.005rem solid rgba(118, 118, 118, 0.1)
    }
}

.page-mb-nav-right .nav-item .mb-more-btn {
    display: none
}

@media screen and (max-width: 1024px) {
    .page-mb-nav-right .nav-item .mb-more-btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 15%;
        height: 0.5rem;
        color: #666
    }

    .page-mb-nav-right .nav-item .mb-more-btn .iconfont {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        font-size: 0.11rem
    }
}

.page-mb-nav-right .nav-item .mb-more-btn.active .iconfont {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (min-width: 1024px) {
    .page-mb-nav-right .nav-item:not(:last-child)::after {
        content: "";
        right: 0;
        top: 50%;
        width: 0.005rem;
        height: 0.045rem;
        background-color: #fecb2f
    }
}

@media screen and (min-width: 1024px) {
    .page-mb-nav-right .nav-item:hover .sub {
        visibility: visible;
        opacity: 1
    }
}

.page-mb-nav.pro {
    border-radius: 0.175rem;
    border-bottom: none
}

.crumbs {
    color: #fff;
    font-size: 0.07rem
}

.crumbs a:not(:last-child) {
    margin-right: 0.015rem
}

.crumbs a:hover {
    color: #fecb2f
}

.crumbs span {
    margin-right: 0.015rem
}

.crumbs i {
    margin-right: 0.04rem
}

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

.title-box {
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title-box .en {
    font-size: 0.3rem;
    font-family: "Barlow-Thin";
    color: #232220;
    margin-bottom: 0.06rem;
    line-height: 1.0833333333;
    text-align: center
}

.title-box .cn {
    font-size: 0.16rem;
    color: #232220;
    margin-bottom: 0.14rem;
    line-height: 1.5625
}

@media (max-width: 1024px) {
    .title-box .cn {
        font-size: 0.19rem;
        margin-bottom: 0.15rem
    }
}

.title-box .line {
    width: 0.1rem;
    height: 0.01rem;
    background-color: #232220
}

@media (max-width: 1024px) {
    .title-box .line {
        margin-bottom: 0.05rem
    }
}

.title-box.aligh-left {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.title-box.aligh-left .en {
    text-align: left
}

.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9001;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.video-popup.show .video-popup-box,
.video-popup.show .video-popup-mask {
    opacity: 1
}

.video-popup.show .video-popup-box {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.video-popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.7rem;
    background-color: #000;
    -webkit-box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.8);
    box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.8);
    opacity: 0;
    z-index: 6;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s
}

.video-popup-box .icon-close-circle {
    font-size: 0.4rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.video-popup-box .icon-close-circle:hover {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.video-popup .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70.3125%;
    overflow: hidden
}

.video-popup .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden
}

.video-popup .video iframe video {
    width: 100%;
    height: 100%
}

.video-popup-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s
}

.video-popup-close {
    position: absolute;
    top: -0.12rem;
    right: -0.29rem;
    color: #fff;
    font-size: 0.19rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9
}

.video-popup-close::before {
    font-size: 0.15rem
}

.video-popup-close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 1440px) {
    .video-popup-box {
        width: -moz-calc(100% - 0.5rem);
        width: calc(100% - 0.5rem)
    }
}

@media screen and (max-width: 750px) {
    .video-popup.show .video-popup-box {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    .video-popup-box {
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8)
    }

    .video-popup .video {
        padding-bottom: 60%
    }

    .video-popup-close {
        top: 0.3rem;
        right: 0.3rem;
        font-size: 0.2rem
    }
}

.pro-nav {
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 0.015rem 0.135rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.015rem 0.135rem 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.175rem;
    padding: 0.075rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) {
    .pro-nav {
        display: none
    }
}

.pro-nav .item {
    position: relative
}

.pro-nav .item:not(:last-child) {
    margin-right: 0.445rem
}

.pro-nav .item:hover .cn::after,
.pro-nav .item.on .cn::after {
    opacity: 1
}

.pro-nav .item .cn {
    margin-bottom: 1PX;
    display: inline-block;
    position: relative
}

.pro-nav .item .cn span {
    font-size: 0.1rem;
    color: #000;
    line-height: 1;
    position: relative;
    z-index: 3
}

.pro-nav .item .cn::after {
    content: "";
    display: block;
    width: 0.11rem;
    height: 0.11rem;
    background-color: #fecb2f;
    border-radius: 50%;
    position: absolute;
    right: -0.05rem;
    top: -0.03rem;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.pro-nav .item .en {
    font-size: 0.07rem;
    font-family: "Barlow-Thin";
    color: #000;
    font-weight: bold
}

.pro .crumbs {
    color: #282828;
    font-weight: bold;
    margin-bottom: 0.31rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.pro .crumbs a:hover {
    color: #333
}

@media (max-width: 1024px) {
    .pro .crumbs {
        display: none
    }
}

.about .introduction {
    background-color: #fff
}

.about .introduction-wrapper {
    padding: 0.5rem 0 0.535rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) {
    .about .introduction-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about .introduction-wrapper .left {
    width: 35.15625%
}

@media (max-width: 1024px) {
    .about .introduction-wrapper .left {
        width: 100%;
        margin-bottom: 0.15rem
    }
}

.about .introduction-wrapper .left .desc {
    font-size: 0.09rem;
    line-height: 2.2222222222;
    color: #000;
    margin-top: 0.245rem
}

@media (max-width: 1024px) {
    .about .introduction-wrapper .left .desc {
        font-size: 0.13rem
    }
}

.about .introduction-wrapper .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0.35rem
}

@media (max-width: 1024px) {
    .about .introduction-wrapper .right {
        width: 100%;
        margin-left: 0
    }
}

.about .introduction-wrapper .right:hover .img-box img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03)
}

.about .introduction-wrapper .right .img-box {
    position: relative;
    padding-bottom: 88.8157894737%;
    overflow: hidden
}

.about .introduction-wrapper .right .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.about .introduction-wrapper .right .img-box img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.about .history {
    background-color: #f0f0f0;
    padding: 0.4875rem 0 0.535rem;
    position: relative;
    z-index: 0
}

.about .history-container {
    margin-top: 0.185rem;
    position: relative
}

.about .history-container .item-wrapper {
    padding: 0.05rem 0;
    position: relative
}

.about .history-container .item-wrapper:hover {
    cursor: pointer
}

.about .history-container .item-wrapper:hover .item .date {
    color: #fecb2f
}

.about .history-container .item-wrapper:hover .item .text {
    border: 0.005rem solid #fecb2f
}

.about .history-container .item-wrapper::after {
    content: "";
    display: block;
    width: 0.005rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 0.575rem;
    z-index: -1
}

@media (max-width: 1024px) {
    .about .history-container .item-wrapper::after {
        left: 0.855rem
    }
}

.about .history-container .item-wrapper:nth-child(1)::after,
.about .history-container .item-wrapper:last-child::after {
    height: 50%
}

.about .history-container .item-wrapper:last-child::after {
    top: 0
}

.about .history-container .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about .history-container .item:not(:last-child) {
    margin-bottom: 0.1rem
}

.about .history-container .item .date {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.14rem;
    line-height: 1;
    color: #222;
    text-align: right;
    width: 0.515rem;
    padding-right: 0.08rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s
}

@media (max-width: 1024px) {
    .about .history-container .item .date {
        font-size: 0.18rem;
        line-height: 1.5;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 0.8rem;
        flex: 0 0 0.8rem;
        width: 0.8rem
    }
}

.about .history-container .item .circle {
    margin-right: 0.165rem;
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.005rem solid #fecb2f;
    z-index: 2
}

.about .history-container .item .circle::after {
    content: "";
    display: block;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    background-color: #fecb2f;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about .history-container .item .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0.5rem;
    background: #fff;
    padding: 0.08rem 0.215rem 0.1rem 0.195rem;
    font-size: 0.09rem;
    line-height: 1.9444444444;
    border-radius: 0.1rem;
    color: #666;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 87.5%;
    border: 0.005rem solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s
}

@media (max-width: 1024px) {
    .about .history-container .item .text {
        min-height: 0.5rem;
        font-size: 0.14rem
    }
}

.brand .core {
    background-color: #fff;
    padding: 0.4875rem 0 0.6rem
}

.brand .core-list {
    margin-top: 0.25rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .brand .core-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.brand .core-list .item {
    width: 31.25%
}

@media (max-width: 1024px) {
    .brand .core-list .item {
        width: 100%
    }

    .brand .core-list .item:not(:last-child) {
        margin-bottom: 0.25rem
    }
}

.brand .core-list .item:hover .img-box img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03)
}

.brand .core-list .item .img-box {
    border-radius: 0.1rem;
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    margin-bottom: 0.12rem
}

.brand .core-list .item .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.brand .core-list .item .img-box img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.brand .core-list .item .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 0.15rem;
    color: #000;
    line-height: 1;
    margin-bottom: 0.07rem
}

@media (max-width: 1024px) {
    .brand .core-list .item .title {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 0.18rem
    }
}

.brand .core-list .item .title .cn {
    margin-right: 0.06rem
}

.brand .core-list .item .title .en {
    font-family: "Barlow-Thin"
}

.brand .core-list .item .desc {
    font-size: 0.09rem;
    color: #666
}

@media (max-width: 1024px) {
    .brand .core-list .item .desc {
        text-align: center;
        font-size: 0.14rem
    }
}

.brand .core-list .item:not(:last-child) {
    margin-right: 0.2rem
}

@media (max-width: 1024px) {
    .brand .core-list .item:not(:last-child) {
        margin-right: 0
    }
}

.brand .interpret {
    padding: 0.4875rem 0 0.5rem;
    background-color: #f0f0f0
}

.brand .interpret-list {
    margin-top: 0.25rem
}

.brand .interpret-list .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) {
    .brand .interpret-list .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.brand .interpret-list .item:hover .img-box img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03)
}

.brand .interpret-list .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .brand .interpret-list .item:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.brand .interpret-list .item:nth-child(2n) .content {
    margin-left: 0.35rem
}

@media (max-width: 1024px) {
    .brand .interpret-list .item:nth-child(2n) .content {
        margin-left: 0
    }
}

.brand .interpret-list .item:nth-child(2n+1) {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.brand .interpret-list .item:nth-child(2n+1) .img-wrapper {
    margin-right: 0.3rem
}

@media (max-width: 1024px) {
    .brand .interpret-list .item:nth-child(2n+1) .img-wrapper {
        margin-right: 0
    }
}

.brand .interpret-list .item:not(:last-child) {
    margin-bottom: 0.4rem
}

.brand .interpret-list .item .img-wrapper {
    width: 69.53125%
}

@media (max-width: 1024px) {
    .brand .interpret-list .item .img-wrapper {
        width: 100%;
        margin-bottom: 0.15rem
    }
}

.brand .interpret-list .item .img-wrapper .img-box {
    border-radius: 0.1rem;
    position: relative;
    padding-bottom: 51.6853932584%;
    overflow: hidden
}

.brand .interpret-list .item .img-wrapper .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.brand .interpret-list .item .img-wrapper .img-box img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.brand .interpret-list .item .content {
    font-size: 0.16rem;
    color: #232220;
    line-height: 1
}

@media (max-width: 1024px) {
    .brand .interpret-list .item .content {
        text-align: center;
        font-size: 0.18rem
    }
}

.brand .interpret-list .item .content .en {
    font-family: "Barlow-Thin";
    margin-bottom: 0.075rem
}

.brand .interpret-list .item .content .cn {
    padding-bottom: 0.195rem;
    position: relative;
    margin-bottom: 0.18rem
}

.brand .interpret-list .item .content .cn::after {
    content: "";
    display: block;
    height: 0.005rem;
    width: 0.1rem;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width: 1024px) {
    .brand .interpret-list .item .content .cn::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.brand .interpret-list .item .content .desc {
    font-size: 0.09rem;
    color: #666;
    line-height: 2.5
}

@media (max-width: 1024px) {
    .brand .interpret-list .item .content .desc {
        font-size: 0.13rem;
        line-height: 2.25
    }
}

.brand .interpret-list .item .content .desc li {
    padding-left: 0.055rem;
    position: relative
}

.brand .interpret-list .item .content .desc li::before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 0.025rem;
    height: 0.025rem;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 1024px) {
    .brand .interpret-list .item .content .desc li::before {
        display: none
    }
}

.factory {
    padding: 0.4875rem 0 0.5rem;
    background-color: #fff
}

.factory .desc {
    font-size: 0.09rem;
    line-height: 2.2222222222;
    color: #000;
    text-align: center;
    margin: 0.19rem auto 0.2rem;
    width: 85.15625%
}

@media (max-width: 1024px) {
    .factory .desc {
        font-size: 0.13rem;
        width: 100%
    }
}

.factory .video {
    width: 100%;
    height: 2.9rem;
    position: relative;
    cursor: pointer;
    border-radius: 0.1rem;
    overflow: hidden
}

@media (max-width: 1024px) {
    .factory .video {
        height: auto
    }
}

.factory .video:hover .video-img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02)
}

.factory .video-img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.factory .video-btn {
    width: 0.33rem;
    height: 0.33rem;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.factory .video-btn>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.custom {
    padding: 0.15rem 0 0.505rem
}

.custom .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.2rem -0.15rem 0.06rem
}

.custom .list li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.15rem;
    margin-bottom: 0.35rem
}

@media (max-width: 1024px) {
    .custom .list li {
        width: 100%
    }
}

.custom .list li .item {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.custom .list li .item:hover .img-box img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04)
}

.custom .list li .item .img-box {
    border-radius: 0.075rem;
    position: relative;
    padding-bottom: 67.3770491803%;
    overflow: hidden;
    margin-bottom: 0.15rem
}

.custom .list li .item .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.custom .list li .item .img-box img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.custom .list li .item .title {
    line-height: 1;
    font-size: 0.13rem;
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) {
    .custom .list li .item .title {
        font-size: 0.16rem
    }
}

.custom .list li .item .title .cn {
    margin-right: 0.06rem
}

.custom .list li .item .title .en {
    font-size: 0.1rem
}

@media (max-width: 1024px) {
    .custom .list li .item .title .en {
        font-size: 0.13rem
    }
}

.custom-detail-container {
    padding: 0.15rem 0 0.5rem
}

.custom-detail-container .detail-wrapper {
    margin-top: 0.36rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .custom-detail-container .detail-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.custom-detail-container .detail-wrapper .left {
    width: 63.28125%;
    margin-right: 0.35rem
}

@media (max-width: 1024px) {
    .custom-detail-container .detail-wrapper .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.25rem
    }
}

.custom-detail-container .detail-wrapper .left:hover .img-box img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03)
}

.custom-detail-container .detail-wrapper .left .img-box {
    border-radius: 0.075rem;
    position: relative;
    padding-bottom: 67.2839506173%;
    overflow: hidden
}

.custom-detail-container .detail-wrapper .left .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.custom-detail-container .detail-wrapper .left .img-box img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.custom-detail-container .detail-wrapper .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 1024px) {
    .custom-detail-container .detail-wrapper .right {
        width: 100%
    }
}

.custom-detail-container .detail-wrapper .right .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 0.3rem;
    line-height: 1;
    padding-bottom: 0.175rem;
    position: relative;
    margin-bottom: 0.21rem
}

.custom-detail-container .detail-wrapper .right .title .cn {
    margin-right: 0.05rem;
    line-height: 1.1
}

.custom-detail-container .detail-wrapper .right .title .en {
    font-size: 0.16rem;
    line-height: 1.4
}

.custom-detail-container .detail-wrapper .right .title::after {
    content: "";
    display: block;
    height: 0.005rem;
    width: 0.1rem;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0
}

.custom-detail-container .detail-wrapper .right .fields {
    font-size: 0.1rem;
    color: #000;
    line-height: 2.5;
    font-family: "Source Han Sans CN Light"
}

@media (max-width: 1024px) {
    .custom-detail-container .detail-wrapper .right .fields {
        font-size: 0.13rem
    }
}

.custom-detail .custom-content {
    background-color: #fff;
    padding: 0.67rem 0 0.85rem
}

.custom-detail .custom-content .form-container {
    margin-top: 0.19rem;
    border-bottom: 0.005rem solid #eee;
    padding-bottom: 0.46rem
}

.custom-detail .custom-content .form-container .input-con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.175rem
}

@media (max-width: 1024px) {
    .custom-detail .custom-content .form-container .input-con {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.custom-detail .custom-content .form-container .input-con .input-item {
    width: 25%;
    background-color: #eee;
    border-radius: 0.125rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.25rem;
    font-size: 0.07rem;
    color: #000
}

@media (max-width: 1024px) {
    .custom-detail .custom-content .form-container .input-con .input-item {
        width: 48%;
        margin-bottom: 0.15rem;
        border-radius: 0.25rem;
        height: 0.35rem;
        font-size: 0.11rem
    }

    .custom-detail .custom-content .form-container .input-con .input-item input {
        width: 0.5rem
    }
}

.custom-detail .custom-content .form-container .input-con .input-item:not(:last-child) {
    margin-right: 0.135rem
}

@media (max-width: 1024px) {
    .custom-detail .custom-content .form-container .input-con .input-item:not(:last-child) {
        margin-right: 0
    }
}

.custom-detail .custom-content .form-container .input-con .input-item label {
    padding: 0.09rem 0.025rem 0.09rem 0.145rem
}

.custom-detail .custom-content .form-container .input-con .input-item input,
.custom-detail .custom-content .form-container .input-con .input-item select {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 0.07rem
}

@media (max-width: 1024px) {

    .custom-detail .custom-content .form-container .input-con .input-item input,
    .custom-detail .custom-content .form-container .input-con .input-item select {
        font-size: 0.11rem
    }
}

.custom-detail .custom-content .form-container .input-con .input-item select {
    min-height: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-detail .custom-content .form-container .input-con .select {
    position: relative
}

.custom-detail .custom-content .form-container .input-con .select::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.03rem 0.02rem 0;
    border-color: #000 transparent transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.2rem;
    pointer-events: none
}

.custom-detail .custom-content .form-container .sub-con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1024px) {
    .custom-detail .custom-content .form-container .sub-con {
        margin-top: -0.15rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.custom-detail .custom-content .form-container .sub-con .submit {
    width: 1rem;
    height: 0.25rem;
    margin-left: 0.08rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #666;
    border-radius: 0.125rem;
    font-size: 0.07rem;
    color: #fff;
    border: none;
    outline: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer
}

.custom-detail .custom-content .form-container .sub-con .submit:hover {
    background-color: #fecb2f;
    color: #000
}

@media (max-width: 1024px) {
    .custom-detail .custom-content .form-container .sub-con .submit {
        width: 0.9rem;
        height: 0.35rem;
        font-size: 0.1rem;
        border-radius: 0.175rem;
        margin-left: 0
    }
}

.custom-detail .custom-content .form-container .sub-con .captcha {
    width: 1.7rem;
    border-radius: 0.125rem
}

@media (max-width: 1024px) {
    .custom-detail .custom-content .form-container .sub-con .captcha {
        width: 100%;
        height: 0.35rem;
        border-radius: 0.25rem;
        margin-bottom: 0.15rem
    }
}

.custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind {
    height: 0.25rem
}

@media screen and (max-width: 1024px) {
    .custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind {
        height: 0.35rem
    }
}

.custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind .geetest_radar {
    margin: 0 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.07rem;
    width: 30Px;
    height: 30Px
}

.custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind .geetest_radar_tip {
    height: 0.25rem;
    line-height: 0.25rem;
    padding: 0 0.23rem 0 0.275rem;
    color: #000
}

@media screen and (max-width: 1024px) {
    .custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind .geetest_radar_tip {
        height: 0.35rem;
        line-height: 0.35rem;
        padding: 0 0.275rem 0 0.375rem
    }
}

@media screen and (max-width: 425px) {
    .custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind .geetest_radar_tip {
        padding: 0 0.275rem 0 0.5rem
    }
}

.custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind .geetest_wait {
    margin: 0;
    top: 50%;
    left: 0.1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1024px) {
    .custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind .geetest_wait {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind.geetest_radar_click_ready .geetest_radar_btn {
    background-color: #eee
}

.custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind .geetest_radar_btn {
    border-radius: 0.125rem;
    background-image: none;
    background-color: #eee;
    border: none
}

@media (max-width: 1024px) {
    .custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind .geetest_radar_btn {
        border-radius: 0.25rem
    }
}

.custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind .geetest_radar_tip,
.custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind .geetest_success_radar_tip {
    height: 0.25rem;
    line-height: 0.25rem
}

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

    .custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind .geetest_radar_tip,
    .custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind .geetest_success_radar_tip {
        height: 0.35rem;
        line-height: 0.35rem
    }
}

.custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind .geetest_success_btn .geetest_success_box {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.06rem
}

.custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind * {
    font-size: 0.07rem;
    letter-spacing: 0.005rem;
    text-transform: uppercase
}

@media screen and (max-width: 1024px) {
    .custom-detail .custom-content .form-container .sub-con .geetest_holder.geetest_wind * {
        font-size: 0.1rem
    }
}

.custom-detail .custom-content .content {
    padding-top: 0.5rem;
    font-size: 0.175rem;
    line-height: 0.175rem;
    text-align: center
}

.custom-detail .custom-content .content img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 0.0875rem
}

.custom-detail .custom-content .content video {
    max-width: 100%;
    height: auto !important
}

.custom-detail .custom-content .content h1 {
    font-size: 2em
}

.custom-detail .custom-content .content h2 {
    font-size: 1.5em
}

.custom-detail .custom-content .content h3 {
    font-size: 1.17em
}

.custom-detail .custom-content .content h4 {
    font-size: inherit
}

.custom-detail .custom-content .content h5 {
    font-size: 0.83em
}

.custom-detail .custom-content .content h6 {
    font-size: 0.67em
}

.custom-detail .custom-content .content h1,
.custom-detail .custom-content .content h2,
.custom-detail .custom-content .content h3,
.custom-detail .custom-content .content h4,
.custom-detail .custom-content .content h5,
.custom-detail .custom-content .content h6 {
    font-size: revert
}

.custom-detail .custom-content .content ul {
    list-style: disc;
    padding-left: 0.2rem;
    padding: revert;
    list-style: revert
}

.custom-detail .custom-content .content ul li {
    list-style: disc;
    list-style: revert
}

.custom-detail .custom-content .content ol {
    list-style: decimal;
    padding-left: 0.2rem;
    padding: revert;
    list-style: revert
}

.custom-detail .custom-content .content ol li {
    list-style: decimal;
    list-style: revert
}

.custom-detail .custom-content .content iframe {
    max-width: 100%
}

.custom-detail .custom-content .content .cn {
    font-size: 0.35rem;
    line-height: 1;
    margin-bottom: 0.06rem
}

.custom-detail .custom-content .content .en {
    font-size: 0.1rem;
    line-height: 1;
    padding-bottom: 0.2rem;
    position: relative;
    margin-bottom: 0.275rem
}

.custom-detail .custom-content .content .en::after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.005rem;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.custom-detail .custom-content .content p {
    letter-spacing: 0.055rem
}

.custom-detail .custom-content .content p:not(:last-child) {
    margin-bottom: 0.175rem
}

.product {
    padding: 0.15rem 0 0.505rem
}

.product .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.2rem -0.1rem 0.21rem
}

.product .list li {
    width: 33.3333333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem
}

@media (max-width: 1024px) {
    .product .list li {
        width: 100%
    }
}

.product .list li:hover .item .img-box img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04)
}

.product .list li:hover .item .content .cn {
    color: #fecb2f
}

.product .list li .item {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0.075rem;
    position: relative;
    height: 100%;
    -webkit-box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.18)
}

.product .list li .item .img-box {
    border-radius: 0.075rem 0.075rem 0 0;
    position: relative;
    padding-bottom: 67.25%;
    overflow: hidden
}

.product .list li .item .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.product .list li .item .img-box img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.product .list li .item .content {
    padding: 0.115rem 0.145rem 0.28rem
}

.product .list li .item .content .cn {
    font-size: 0.13rem;
    line-height: 1.5384615385;
    color: #000;
    margin-bottom: -0.035rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 1024px) {
    .product .list li .item .content .cn {
        font-size: 0.16rem
    }
}

.product .list li .item .content .en {
    font-size: 0.08rem;
    color: #999;
    line-height: 2.5;
    padding-bottom: 0.105rem;
    border-bottom: 0.005rem dashed rgba(0, 0, 0, 0.15);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1024px) {
    .product .list li .item .content .en {
        font-size: 0.13rem
    }
}

.product .list li .item .content .desc {
    font-size: 0.09rem;
    color: #666;
    line-height: 2.2222222222;
    margin-top: 0.08rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1024px) {
    .product .list li .item .content .desc {
        font-size: 0.13rem
    }
}

.product .list li .item .content .qrcode {
    height: 0.52rem;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    text-align: right;
    margin-top: 0.025rem
}

@media (max-width: 1024px) {
    .product .list li .item .content .qrcode {
        height: 0.75rem
    }
}

.product .list li .item .content .qrcode img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.outdoor .list li .item .content {
    padding-bottom: 0.125rem
}

.outdoor .list li .item .content .en {
    border-bottom: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
    margin-top: 0.025rem;
    line-height: 1.5
}

.case {
    padding: 0.4875rem 0 0.505rem;
    background-color: #fff
}

.case .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.2rem -0.1rem 0
}

.case .list li {
    width: 33.3333333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.1rem;
    margin-bottom: 0.25rem
}

@media (max-width: 1024px) {
    .case .list li {
        width: 100%
    }
}

.case .list li:hover .item .img-box img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04)
}

.case .list li:hover .item .title {
    color: #fecb2f
}

.case .list li .item {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.case .list li .item .img-box {
    border-radius: 0.1rem;
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    margin-bottom: 0.075rem
}

.case .list li .item .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.case .list li .item .img-box img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.case .list li .item .title {
    font-size: 0.11rem;
    color: #000;
    line-height: 1.8181818182;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 1024px) {
    .case .list li .item .title {
        font-size: 0.16rem
    }
}

.case-detail {
    padding: 0.5rem 0 0.55rem
}

.case-detail .title {
    font-size: 0.2rem;
    line-height: 1;
    margin-bottom: 0.25rem;
    color: #000;
    text-align: center
}

.case-detail-container {
    position: relative;
    margin-bottom: 0.25rem
}

.case-detail-container .case-swiper {
    overflow: hidden;
    position: relative;
    border-radius: 0.1rem
}

.case-detail-container .case-swiper .swiper-slide-active .img-box img {
    opacity: 1
}

.case-detail-container .case-swiper .img-box {
    background-color: #000;
    border-radius: 0.1rem;
    position: relative;
    padding-bottom: 70%;
    overflow: hidden
}

.case-detail-container .case-swiper .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.case-detail-container .case-swiper .img-box img {
    opacity: 0.4;
    -o-object-fit: contain;
    object-fit: contain
}

.case-detail-container .nav-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: #333;
    font-size: 0.1rem;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-weight: bold
}

.case-detail-container .nav-btn:hover {
    color: #fecb2f
}

.case-detail-container .nav-btn.prev-btn {
    left: -0.175rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.case-detail-container .nav-btn.next-btn {
    right: -0.175rem
}

.case-detail .icon-field {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.case-detail .icon-field:not(:last-child) {
    margin-right: 28.125%
}

@media (max-width: 1024px) {
    .case-detail .icon-field:not(:last-child) {
        margin-right: 0.25rem
    }
}

@media (max-width: 1024px) {
    .case-detail .icon-field:not(:last-child) {
        margin-right: 0
    }
}

.case-detail .icon-field .icon {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #fecb2f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.095rem
}

@media (max-width: 1024px) {
    .case-detail .icon-field .icon {
        margin-right: 0.05rem
    }
}

.case-detail .icon-field .icon i {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    color: #000;
    font-size: 0.175rem
}

.case-detail .icon-field .icon .icon-iconhuxing {
    margin-top: -0.025rem
}

.case-detail .icon-field .icon .icon-hezuo1 {
    margin-top: 0.015rem
}

@media (max-width: 375px) {
    .case-detail .icon-field .icon .icon-sheji-xianxing {
        font-size: 0.19rem
    }
}

.case-detail .icon-field span {
    font-size: 0.1rem;
    color: #000
}

@media (max-width: 1024px) {
    .case-detail .icon-field span {
        font-size: 0.13rem
    }
}

.case-detail .icon-field:hover .icon i {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.case-detail .icon-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0.25rem;
    border-bottom: 0.005rem dashed rgba(102, 102, 102, 0.25)
}

@media (max-width: 1024px) {
    .case-detail .icon-container {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.case-detail .highlight {
    padding-top: 0.275rem
}

.case-detail .highlight .icon-field .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.case-detail .highlight .icon-field span {
    width: 100%
}

.case-detail .highlight .desc {
    margin-top: 0.15rem;
    font-size: 0.09rem;
    line-height: 2.2222222222;
    color: #666
}

@media (max-width: 1024px) {
    .case-detail .highlight .desc {
        font-size: 0.13rem
    }
}

.news {
    padding: 0.4875rem 0 0.5rem;
    background-color: #fff
}

.news .list {
    margin: 0.05rem 0 0.295rem
}

.news .list .item {
    padding: 0.2rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0.005rem dashed rgba(136, 136, 136, 0.2)
}

@media (max-width: 1024px) {
    .news .list .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.3rem 0
    }
}

.news .list .item:hover .left .img-box img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04)
}

.news .list .item:hover .right .title {
    color: #fecb2f
}

.news .list .item .left {
    width: 25%;
    margin-right: 0.2rem
}

@media (max-width: 1024px) {
    .news .list .item .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.2rem
    }
}

.news .list .item .left .img-box {
    border-radius: 0.1rem;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden
}

.news .list .item .left .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.news .list .item .left .img-box img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.news .list .item .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.news .list .item .right .title {
    font-size: 0.12rem;
    color: #232220;
    line-height: 1;
    margin-bottom: 0.115rem;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1024px) {
    .news .list .item .right .title {
        font-size: 0.15rem;
        color: #000
    }
}

.news .list .item .right .desc {
    font-size: 0.08rem;
    color: #000;
    line-height: 1.875;
    margin-bottom: 0.115rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1024px) {
    .news .list .item .right .desc {
        font-size: 0.13rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }
}

.news .list .item .right .date {
    font-size: 0.08rem;
    color: #000;
    line-height: 1
}

@media (max-width: 1024px) {
    .news .list .item .right .date {
        font-size: 0.12rem
    }
}

.news-detail {
    padding: 0.475rem 0 0.45rem
}

.news-detail .news-title {
    margin-bottom: 0.16rem;
    padding-bottom: 0.24rem;
    border-bottom: 1Px dashed rgba(136, 136, 136, 0.4);
    text-align: center
}

.news-detail .news-title .t {
    font-size: 0.2rem;
    line-height: 1.5;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1024px) {
    .news-detail .news-title .t {
        font-size: 0.2rem;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

.news-detail .news-title .s {
    margin-top: 0.09rem;
    font-size: 0.08rem;
    line-height: 1;
    color: #666
}

@media (max-width: 1024px) {
    .news-detail .news-title .s {
        margin-top: 0.12rem;
        font-size: 0.12rem
    }
}

.news-detail .news-title .s span:nth-child(2) {
    margin-left: 0.09rem
}

.news-detail .article {
    padding-bottom: 0.27rem;
    border-bottom: 1Px dashed rgba(136, 136, 136, 0.4)
}

.news-detail .article .title {
    font-size: 0.16rem;
    line-height: 1.25;
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: 0.175rem;
    margin-bottom: 0.05rem
}

.news-detail .article .title::after {
    content: "";
    display: block;
    height: 0.03rem;
    width: 100%;
    background-color: #fecb2f;
    position: absolute;
    left: 0;
    bottom: 0.015rem;
    z-index: -1
}

.news-detail .article img {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem
}

.news-detail .article p:not(:last-child) {
    margin-bottom: 0
}

.news-detail .detail-navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.215rem
}

@media screen and (max-width: 1024px) {
    .news-detail .detail-navigation {
        margin-top: 0.2rem
    }
}

.news-detail .detail-navigation .box:first-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    max-width: 75%
}

.news-detail .detail-navigation .box a {
    display: block;
    font-size: 0.09rem;
    color: #000;
    line-height: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s
}

@media screen and (max-width: 1024px) {
    .news-detail .detail-navigation .box a {
        font-size: 0.13rem;
        line-height: 2
    }
}

.news-detail .detail-navigation .box a:hover {
    color: #fecb2f
}

.news-detail .detail-navigation .box .back-list {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.065rem 0.185rem;
    color: #000;
    font-size: 0.07rem;
    background-color: #fff;
    border: 0.005rem solid #000;
    line-height: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

@media screen and (max-width: 1024px) {
    .news-detail .detail-navigation .box .back-list {
        font-size: 0.13rem;
        border-radius: 0.15rem
    }
}

.news-detail .detail-navigation .box .back-list:hover {
    color: #000;
    background-color: #fecb2f;
    border: 0.005rem solid transparent
}

.recru {
    padding: 0.4875rem 0 0.5rem
}

.recru .recru-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 -0.1rem 0.175rem;
    padding-top: 0.275rem
}

@media screen and (max-width: 1024px) {
    .recru .recru-list {
        margin: 0
    }
}

.recru .recru-list li {
    width: 33.3333333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem
}

@media screen and (max-width: 1024px) {
    .recru .recru-list li {
        width: 100%;
        padding: 0
    }
}

.recru .recru-list .item {
    display: block;
    position: relative;
    background-color: #fff;
    min-height: 2.55rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.125rem;
    padding: 0.36rem 0 0.245rem 0.28rem;
    border: 0.005rem solid #ddd;
    z-index: 10;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0.025rem 0 0 #ddd;
    box-shadow: 0 0.025rem 0 0 #ddd;
    background-position: right bottom
}

@media (max-width: 1024px) {
    .recru .recru-list .item {
        border: 1PX solid #ddd
    }
}

.recru .recru-list .item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.005rem solid transparent;
    border-radius: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s
}

.recru .recru-list .item:hover {
    -webkit-box-shadow: 0 0.025rem 0 0 #fecb2f;
    box-shadow: 0 0.025rem 0 0 #fecb2f;
    border-color: #fecb2f;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-position: right bottom
}

.recru .recru-list .item:hover::after {
    border-color: #fecb2f
}

.recru .recru-list .item:hover .iconfont {
    background-color: #fecb2f;
    color: #000
}

.recru .recru-list .item .head .title {
    font-size: 0.16rem;
    color: #232220;
    margin-bottom: 0
}

@media screen and (max-width: 1024px) {
    .recru .recru-list .item .head .title {
        font-size: 0.2rem
    }
}

.recru .recru-list .item .head .en {
    font-family: "Barlow-Thin";
    font-size: 0.1rem;
    color: #232220;
    margin-bottom: 0.305rem
}

.recru .recru-list .item .info-box {
    font-size: 0.08rem;
    color: #000;
    line-height: 2.5;
    margin-bottom: 0.33rem
}

@media screen and (max-width: 1024px) {
    .recru .recru-list .item .info-box {
        font-size: 0.12rem
    }
}

.recru .recru-list .item .iconfont {
    width: 30PX;
    height: 30PX;
    border-radius: 50%;
    font-size: 12PX;
    background-color: #333;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s
}

.recru .join-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.5);
    display: none
}

.recru .join-dialog .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.recru .join-dialog-box {
    width: 4rem;
    height: 4.25rem;
    max-width: 100%;
    max-height: 95%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0.075rem
}

@media screen and (max-width: 1024px) {
    .recru .join-dialog-box {
        max-width: 92vw;
        max-height: 80vh;
        height: 80vh
    }
}

.recru .join-dialog-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #333;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 0.75rem;
    padding: 0 0.15rem 0 0.41rem;
    color: #fff;
    margin-bottom: 0.3rem
}

.recru .join-dialog-title-box .cn {
    font-size: 0.16rem;
    margin-bottom: 0
}

@media screen and (max-width: 1024px) {
    .recru .join-dialog-title-box .cn {
        font-size: 0.19rem
    }
}

.recru .join-dialog-title-box .en {
    font-family: "Barlow-Thin";
    font-size: 0.1rem
}

.recru .join-dialog-title .close-btn {
    color: #fff;
    font-size: 0.17rem;
    cursor: pointer
}

@media screen and (max-width: 1024px) {
    .recru .join-dialog-title .close-btn {
        font-size: 0.23rem
    }
}

.recru .join-dialog-con {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.21rem 0 0.37rem
}

.recru .join-dialog-scroll {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0.08rem;
    line-height: 2.5;
    color: #000
}

@media screen and (max-width: 1024px) {
    .recru .join-dialog-scroll {
        font-size: 0.13rem;
        line-height: 2
    }
}

.recru .join-dialog-scroll .title {
    font-size: 0.1rem;
    line-height: 1;
    color: #000;
    display: inline-block;
    margin-bottom: 0.09rem
}

@media screen and (max-width: 1024px) {
    .recru .join-dialog-scroll .title {
        font-size: 0.18rem
    }
}

.recru .join-dialog-scroll-wp {
    padding-right: 0.16rem
}

.recru .join-dialog-scroll-wp p {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}



.recru .join-dialog-scroll-wp p:nth-child(1) strong,
.recru .join-dialog-scroll-wp p:nth-child(1) b {
    margin-top: 0
}

.recru .join-dialog-scroll .bscroll-indicator {
    background: #e5eaea !important;
    cursor: pointer;
    border: none !important
}

.recru .join-dialog-qrcode {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.075rem 0.21rem 0.175rem 0.37rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 0.6rem;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.recru .join-dialog-qrcode img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.recru .join-dialog-qrcode span {
    font-size: 0.08rem;
    line-height: 1.6666666667;
    color: #000
}

.recru .join-dialog-btn {
    padding: 0 0.21rem 0 0.37rem;
    margin-bottom: 0.35rem;
    margin-top: 0.17rem
}

.recru .join-dialog-btn a {
    display: inline-block;
    vertical-align: top;
    height: 0.25rem;
    line-height: 0.25rem;
    color: #fff;
    font-size: 0.08rem;
    padding: 0 0.2rem;
    background: #424242;
    border-radius: 0.05rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

@media screen and (max-width: 1024px) {
    .recru .join-dialog-btn a {
        height: 0.4rem;
        line-height: 2;
        border-radius: 0.2rem;
        font-size: 0.12rem;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 0 0.15rem
    }
}

.recru .join-dialog-btn a:hover {
    color: #fff;
    background: #fecb2f
}

@media (max-width: 1024px) {
    .recru .join-dialog-title {
        padding: 0 0.15rem
    }

    .recru .join-dialog-title strong {
        font-size: 0.09rem
    }

    .recru .join-dialog-con {
        padding: 0 0.15rem
    }

    .recru .join-dialog-btn {
        padding: 0 0.15rem;
        text-align: center
    }
}

.contact {
    padding: 0.4rem 0 0.5rem
}

.contact .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1024px) {
    .contact .wrapper {
        display: block
    }
}

.contact .wrapper .left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0.225rem;
    color: #000;
    line-height: 1
}

.contact .wrapper .left .name {
    font-size: 0.175rem;
    margin-bottom: 0.07rem
}

@media screen and (max-width: 1024px) {
    .contact .wrapper .left .name {
        font-size: 0.21rem
    }
}

.contact .wrapper .left .en {
    font-size: 0.09rem;
    border-bottom: 0.005rem solid rgba(0, 47, 75, 0.1);
    padding-bottom: 0.19rem;
    margin-bottom: 0.25rem
}

@media (max-width: 1024px) {
    .contact .wrapper .left .en {
        font-size: 0.11rem
    }
}

.contact .wrapper .left .info-box {
    font-size: 0.08rem;
    color: #000;
    line-height: 2.5;
    padding-right: 0.2rem
}

@media screen and (max-width: 1024px) {
    .contact .wrapper .left .info-box {
        font-size: 0.13rem
    }
}

.contact .wrapper .left .info-box img {
    width: 0.655rem
}

@media screen and (max-width: 1024px) {
    .contact .wrapper .left .info-box img {
        width: 1.4rem
    }
}

.contact .wrapper .right {
    width: 60.9375%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width: 1024px) {
    .contact .wrapper .right {
        width: 100%;
        margin-top: 0.25rem
    }
}

.contact .wrapper .right .img-box {
    position: relative;
    padding-bottom: 71.7948717949%;
    overflow: hidden
}

.contact .wrapper .right .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.join-banner {
    position: relative
}

.join-banner .img-box {
    position: relative;
    padding-bottom: 44.7916666667%;
    overflow: hidden
}

.join-banner .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.join-banner .img-box img:last-of-type {
    display: none
}

.join-banner .img-box img:last-of-type:first-of-type {
    display: inline-block
}

@media screen and (max-width: 1024px) {
    .join-banner .img-box img:first-of-type {
        display: none
    }

    .join-banner .img-box img:last-of-type {
        display: inline-block
    }
}

@media screen and (max-width: 1024px) {
    .join-banner .img-box {
        position: relative;
        padding-bottom: 74.6666666667%;
        overflow: hidden
    }

    .join-banner .img-box img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s
    }
}

.join-banner .crumbs {
    position: absolute;
    right: 1.6rem;
    top: 0.16rem
}

.join-calculation {
    padding: 0.525rem 0 0.5rem
}

.join-calculation-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .join-calculation-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.join-calculation-wrapper .left {
    width: 48.4375%;
    margin-right: 0.29rem
}

@media (max-width: 1024px) {
    .join-calculation-wrapper .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.25rem
    }
}

.join-calculation-wrapper .left:hover .img-box img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03)
}

.join-calculation-wrapper .left .img-box {
    position: relative;
    padding-bottom: 109.6774193548%;
    overflow: hidden;
    border-radius: 0.1rem
}

.join-calculation-wrapper .left .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.join-calculation-wrapper .left .img-box img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.join-calculation-wrapper .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.join-calculation-wrapper .right .form-container {
    margin-top: 0.3rem
}

.join-calculation-wrapper .right .form-container .input-con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.1rem
}

.join-calculation-wrapper .right .form-container .input-con .input-item {
    width: 50%;
    background-color: #eee;
    border-radius: 0.125rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.25rem;
    font-size: 0.07rem;
    color: #000
}

@media (max-width: 1024px) {
    .join-calculation-wrapper .right .form-container .input-con .input-item {
        height: 0.35rem;
        font-size: 0.11rem
    }

    .join-calculation-wrapper .right .form-container .input-con .input-item input {
        width: 0.5rem
    }
}

.join-calculation-wrapper .right .form-container .input-con .input-item:not(:last-child) {
    margin-right: 0.1rem
}

.join-calculation-wrapper .right .form-container .input-con .input-item label {
    padding: 0.09rem 0.025rem 0.09rem 0.145rem
}

.join-calculation-wrapper .right .form-container .input-con .input-item input,
.join-calculation-wrapper .right .form-container .input-con .input-item select {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 0.07rem
}

@media (max-width: 1024px) {

    .join-calculation-wrapper .right .form-container .input-con .input-item input,
    .join-calculation-wrapper .right .form-container .input-con .input-item select {
        font-size: 0.11rem
    }
}

.join-calculation-wrapper .right .form-container .input-con .input-item select {
    min-height: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.join-calculation-wrapper .right .form-container .input-con .select {
    position: relative
}

.join-calculation-wrapper .right .form-container .input-con .select::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.03rem 0.02rem 0;
    border-color: #000 transparent transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.2rem;
    pointer-events: none
}

.join-calculation-wrapper .right .form-container .sub-con .submit {
    width: 0.7rem;
    height: 0.25rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #666;
    border-radius: 0.125rem;
    font-size: 0.07rem;
    color: #fff;
    border: none;
    outline: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer
}

.join-calculation-wrapper .right .form-container .sub-con .submit:hover {
    background-color: #fecb2f;
    color: #000
}

@media (max-width: 1280px) {
    .join-calculation-wrapper .right .form-container .sub-con .submit {
        width: 0.9rem;
        height: 0.35rem;
        font-size: 0.1rem;
        border-radius: 0.175rem
    }
}

.join-calculation-wrapper .right .form-container .captcha {
    width: 100%;
    border-radius: 0.125rem;
    margin-bottom: 0.1rem
}

@media (max-width: 1280px) {
    .join-calculation-wrapper .right .form-container .captcha {
        width: 100%;
        height: 0.35rem;
        border-radius: 0.175rem
    }
}

.join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind {
    height: 0.25rem
}

@media screen and (max-width: 1280px) {
    .join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind {
        height: 0.35rem
    }
}

.join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind .geetest_radar {
    margin: 0 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.07rem;
    width: 30Px;
    height: 30Px
}

.join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind .geetest_radar_tip {
    height: 0.25rem;
    line-height: 0.25rem;
    padding: 0 0.23rem 0 0.275rem;
    color: #000
}

@media screen and (max-width: 1280px) {
    .join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind .geetest_radar_tip {
        height: 0.35rem;
        line-height: 0.35rem;
        padding: 0 0.275rem 0 0.375rem
    }
}

@media screen and (max-width: 425px) {
    .join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind .geetest_radar_tip {
        padding: 0 0.275rem 0 0.5rem
    }
}

.join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind .geetest_wait {
    margin: 0;
    top: 50%;
    left: 0.1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1280px) {
    .join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind .geetest_wait {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind.geetest_radar_click_ready .geetest_radar_btn {
    background-color: #eee
}

.join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind .geetest_radar_btn {
    border-radius: 0.125rem;
    background-image: none;
    background-color: #eee;
    border: none
}

.join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind .geetest_radar_tip,
.join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind .geetest_success_radar_tip {
    height: 0.25rem;
    line-height: 0.25rem
}

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

    .join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind .geetest_radar_tip,
    .join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind .geetest_success_radar_tip {
        height: 0.35rem;
        line-height: 0.35rem
    }
}

.join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind .geetest_success_btn .geetest_success_box {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.06rem
}

.join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind * {
    font-size: 0.07rem;
    letter-spacing: 0.005rem;
    text-transform: uppercase
}

@media screen and (max-width: 1280px) {
    .join-calculation-wrapper .right .form-container .geetest_holder.geetest_wind * {
        font-size: 0.1rem
    }
}

.join-profile {
    padding: 0.5rem 0
}

.join-profile-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) {
    .join-profile-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.join-profile-wrapper .left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0.325rem
}

@media (max-width: 1024px) {
    .join-profile-wrapper .left {
        margin-right: 0
    }
}

.join-profile-wrapper .left .desc {
    font-size: 0.09rem;
    color: #232220;
    line-height: 2.2222222222;
    margin-top: 0.23rem
}

@media (max-width: 1024px) {
    .join-profile-wrapper .left .desc {
        font-size: 0.14rem;
        margin-bottom: 0.15rem
    }
}

.join-profile-wrapper .left .desc p:not(:last-child) {
    margin-bottom: 0.1rem
}

.join-profile-wrapper .right {
    width: 46.875%
}

@media (max-width: 1024px) {
    .join-profile-wrapper .right {
        width: 100%
    }
}

.join-profile-wrapper .right:hover .img-box img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03)
}

.join-profile-wrapper .right .img-box {
    position: relative;
    padding-bottom: 108.3333333333%;
    overflow: hidden;
    border-radius: 0.1rem
}

.join-profile-wrapper .right .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.join-profile-wrapper .right .img-box img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.join-global {
    padding: 0.65rem 0 0.6rem;
    background-color: #fff
}

.join-global .map {
    margin-top: 0.3rem
}

.join-global .map img {
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.join-global .map:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03)
}

.join-patent {
    padding: 0.45rem 0 0.5rem
}

.join-patent-container {
    margin-top: 0.25rem;
    --titleHeight: 0
}

.join-patent-container .top {
    width: 100%;
    margin-bottom: 0.075rem
}

.join-patent-container .top .img-box {
    border-radius: 0.1rem;
    position: relative;
    padding-bottom: 32.8125%;
    overflow: hidden
}

.join-patent-container .top .img-box img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.join-patent-container .top .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.join-patent-container .top:hover .img-box img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03)
}

.join-patent-container .patent-list {
    position: relative
}

.join-patent-container .patent-list .swiper-container {
    overflow: hidden;
    position: relative
}

.join-patent-container .patent-list .swiper-slide:hover .img-box {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

.join-patent-container .patent-list .image {
    border-radius: 0.1rem;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #d5dbe0), color-stop(34%, #f3f3f3));
    background-image: -moz-linear-gradient(top, #d5dbe0 66%, #f3f3f3 34%);
    background-image: linear-gradient(to bottom, #d5dbe0 66%, #f3f3f3 34%)
}

.join-patent-container .patent-list .image .img-box {
    border-radius: 0.1rem;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    padding-bottom: 77.9220779221%;
    overflow: hidden
}

.join-patent-container .patent-list .image .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.join-patent-container .patent-list .title {
    padding: 0 0.1rem;
    font-size: 0.08rem;
    text-align: center;
    color: #000;
    line-height: 1.5;
    margin-top: 0.06rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1024px) {
    .join-patent-container .patent-list .title {
        font-size: 0.14rem;
        padding: 0
    }
}

.join-patent-container .patent-list .nav-btn {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: -moz-calc((100% - var(--titleHeight)) / 2);
    top: calc((100% - var(--titleHeight)) / 2);
    z-index: 10;
    color: #333;
    font-size: 0.1rem;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-weight: bold
}

.join-patent-container .patent-list .nav-btn:hover {
    color: #fecb2f
}

.join-patent-container .patent-list .nav-btn.prev-btn {
    left: -0.175rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.join-patent-container .patent-list .nav-btn.next-btn {
    right: -0.175rem
}

.join-strength {
    padding: 0.45rem 0 0.5rem
}

.join-strength .content {
    text-align: center;
    margin-top: 0.145rem;
    font-size: 0.095rem;
    line-height: 0.095rem
}

.join-strength .content img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 0.0475rem
}

.join-strength .content video {
    max-width: 100%;
    height: auto !important
}

.join-strength .content h1 {
    font-size: 2em
}

.join-strength .content h2 {
    font-size: 1.5em
}

.join-strength .content h3 {
    font-size: 1.17em
}

.join-strength .content h4 {
    font-size: inherit
}

.join-strength .content h5 {
    font-size: 0.83em
}

.join-strength .content h6 {
    font-size: 0.67em
}

.join-strength .content h1,
.join-strength .content h2,
.join-strength .content h3,
.join-strength .content h4,
.join-strength .content h5,
.join-strength .content h6 {
    font-size: revert
}

.join-strength .content ul {
    list-style: disc;
    padding-left: 0.2rem;
    padding: revert;
    list-style: revert
}

.join-strength .content ul li {
    list-style: disc;
    list-style: revert
}

.join-strength .content ol {
    list-style: decimal;
    padding-left: 0.2rem;
    padding: revert;
    list-style: revert
}

.join-strength .content ol li {
    list-style: decimal;
    list-style: revert
}

.join-strength .content iframe {
    max-width: 100%
}

@media (max-width: 1024px) {
    .join-strength .content {
        font-size: 0.14rem;
        line-height: 2
    }

    .join-strength .content img {
        max-width: 100%;
        height: auto !important;
        margin-bottom: 1
    }

    .join-strength .content video {
        max-width: 100%;
        height: auto !important
    }

    .join-strength .content h1 {
        font-size: 2em
    }

    .join-strength .content h2 {
        font-size: 1.5em
    }

    .join-strength .content h3 {
        font-size: 1.17em
    }

    .join-strength .content h4 {
        font-size: inherit
    }

    .join-strength .content h5 {
        font-size: 0.83em
    }

    .join-strength .content h6 {
        font-size: 0.67em
    }

    .join-strength .content h1,
    .join-strength .content h2,
    .join-strength .content h3,
    .join-strength .content h4,
    .join-strength .content h5,
    .join-strength .content h6 {
        font-size: revert
    }

    .join-strength .content ul {
        list-style: disc;
        padding-left: 0.2rem;
        padding: revert;
        list-style: revert
    }

    .join-strength .content ul li {
        list-style: disc;
        list-style: revert
    }

    .join-strength .content ol {
        list-style: decimal;
        padding-left: 0.2rem;
        padding: revert;
        list-style: revert
    }

    .join-strength .content ol li {
        list-style: decimal;
        list-style: revert
    }

    .join-strength .content iframe {
        max-width: 100%
    }
}

.join-strength .content p:not(:last-child) {
    margin-bottom: 0.175rem
}

@media (max-width: 1024px) {
    .join-strength .content p:not(:last-child) {
        margin-bottom: 0
    }
}

.join-strength .content p img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0.1rem
}

.join-strength .content p img:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02)
}

.join-system {
    padding: 0.5rem 0
}

.join-system-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .join-system-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.join-system .left {
    width: 57.8125%;
    margin-right: 0.435rem
}

@media (max-width: 1024px) {
    .join-system .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.25rem
    }
}

.join-system .left:hover .img-box img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03)
}

.join-system .left .img-box {
    position: relative;
    padding-bottom: 83.7837837838%;
    overflow: hidden;
    border-radius: 0.1rem
}

.join-system .left .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.join-system .left .img-box img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.join-system .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.join-system .right .desc {
    font-size: 0.09rem;
    color: #232220;
    line-height: 2.2222222222;
    margin-top: 0.23rem
}

@media (max-width: 1024px) {
    .join-system .right .desc {
        font-size: 0.14rem
    }
}

.join-display {
    padding: 0.45rem 0 0.5rem
}

.join-display-container {
    margin-top: 0.15rem
}

.join-display-container .img-box img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s
}

.join-display-container .img-box img:last-of-type {
    display: none
}

.join-display-container .img-box img:last-of-type:first-of-type {
    display: inline-block
}

@media screen and (max-width: 1024px) {
    .join-display-container .img-box img:first-of-type {
        display: none
    }

    .join-display-container .img-box img:last-of-type {
        display: inline-block
    }
}

.join-display-container .img-box img:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02)
}




/* ------------------------------------------------ */
/* 🚀 最终的强制文章列表样式 (桌面端：30/70) 🚀 */
/* ------------------------------------------------ */

/* 针对列表容器，强制使用 Flex 布局 */
.news .wp .list .item {
    display: flex !important;           /* 强制启用 Flexbox */
    align-items: flex-start !important; /* 顶部对齐 */
    
    /* 样式美化（可选） */
    text-decoration: none;
    color: inherit;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

/* 左侧图片区域：强制 30% 宽度 */
.news .wp .list .item .left {
    flex: 0 0 30% !important;           /* 强制 30% 宽度，不收缩 */
    max-width: 30% !important;
    margin-right: 25px !important;      /* 留出右侧空间 */
}

/* 右侧文字区域：强制占据剩余空间 */
.news .wp .list .item .right {
    flex-grow: 1 !important;            /* 强制占据剩余空间 */
    min-width: 0;                       /* 允许内容收缩 */
}

/* 确保图片填满容器 */
.news .wp .list .item .left img {
    width: 100% !important;
    height: auto !important;
    display: block;
}


/* ------------------------------------------------ */
/* 🚀 最终的强制文章列表样式 (移动端：100% 堆叠) 🚀 */
/* ------------------------------------------------ */
@media (max-width: 768px) {
    /* 移动端强制垂直堆叠 */
    .news .wp .list .item {
        flex-direction: column !important; /* 强制垂直堆叠 */
    }
    
    /* 移动端左侧（图片）强制 100% 宽度 */
    .news .wp .list .item .left {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;      /* 清除桌面端边距 */
        margin-bottom: 15px !important;  /* 底部留白 */
    }
    
    /* 移动端右侧（文字）自动适应 */
    .news .wp .list .item .right {
        width: 100% !important;
    }
}



/* ------------------------------------- */
/* 🚀 文章内容区全局和标题样式调整 (H1-H6) 🚀 */
/* ------------------------------------- */

/* 统一设置文章内容区域的字体和默认大小 */
.article,
.article p,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    /* 强制使用 Arial 字体 */
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; 
    /* 统一设置文章内容及默认标题大小为 16px */
    font-size: 16px !important; 
    line-height: 1.8; /* 增加行高以提高可读性 */
    color: #333; /* 常用深色，你可以根据需要调整 */
    margin: 0 0 16px 0; /* 为所有内容元素添加底部间距 */
    font-weight: normal; /* 保持标题正常的字体粗细，除非特殊要求 */
}

/* H1: 22px */
.article h1 {
    font-size: 22px !important;
    font-weight: bold; /* H1 通常需要粗体 */
    margin: 25px 0 16px 0; /* 调整顶部和底部边距 */
}

/* H2: 20px */
.article h2 {
    font-size: 20px !important;
    font-weight: bold;
    margin: 20px 0 12px 0;
}

/* H3: 18px */
.article h3 {
    font-size: 18px !important;
    font-weight: bold;
    margin: 18px 0 10px 0;
}

/* H4, H5, H6: 16px (保持与内容段落相同，但保留标签结构和间距) */
.article h4,
.article h5,
.article h6 {
    font-size: 16px !important;
    font-weight: bold;
    margin: 16px 0 8px 0;
}

/* 移除文章内容 p 标签的多余 margin-bottom，让统一的 margin 生效 */
.article p:not(:last-child) {
    margin-bottom: 16px !important; 
}










