@font-face {
    font-family: TideSans-100;
    src: url("../font/TideSans-100.otf") format("opentype"), url("") format("woff");
    font-display: swap;
}

@font-face {
    font-family: TideSans-200;
    src: url("../font/TideSans-200.otf") format("opentype"), url("") format("woff");
    font-display: swap;
}

@font-face {
    font-family: TideSans-300;
    src: url("../font/TideSans-300.otf") format("opentype"), url("") format("woff");
    font-display: swap;
}

@font-face {
    font-family: TideSans-400;
    src: url("../font/TideSans-400.otf") format("opentype"), url("") format("woff");
    font-display: swap;
}

@font-face {
    font-family: TideSans-500;
    src: url("../font/TideSans-500.otf") format("opentype"), url("") format("woff");
    font-display: swap;
}

@font-face {
    font-family: TideSans-600;
    src: url("../font/TideSans-600.otf") format("opentype"), url("") format("woff");
    font-display: swap;
}

@font-face {
    font-family: TideSans-700;
    src: url("../font/TideSans-700.otf") format("opentype"), url("") format("woff");
    font-display: swap;
}

@font-face {
    font-family: TideSans-800;
    src: url("../font/TideSans-800.otf") format("opentype"), url("") format("woff");
    font-display: swap;
}

@font-face {
    font-family: TideSans-900;
    src: url("../font/TideSans-900.otf") format("opentype"), url("") format("woff");
    font-display: swap;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: TideSans-300, serif;
}

html, body {
    color: rgb(51, 51, 51);
    font-size: 16px;
    line-height: 1;
    text-align: left;
    overflow-x: hidden;
    margin-left: auto !important;
    margin-right: auto !important;
}

html {
    text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p, b {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

i, em, b {
    /* font-style: normal; */
}

ol, ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus, div:focus, span:focus {
    border: none;
    outline: none;
}

img, input {
    border: 0px;
}

input, button {
    border: none;
    outline: none;
    color: inherit;
    background-color: transparent;
}

.f0 {
    font-size: 0px;
}

input[type="text"]:focus-visible {
    outline: none;
}

.phone {
    display: none;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
}

.icon img {
    position: absolute;
    inset: 0px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in 0s;
}

.pic .a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in 0s;
}

.bg-mask:hover .pic .a {
    transform: scale(1.1);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-left {
    display: flex;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-v {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-v-bottom {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}

.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pore {
    position: relative;
}

.aline_r {
    position: relative;
    background-image: linear-gradient(rgb(15, 88, 177), rgb(15, 88, 177));
    background-position: 0px 100%;
    background-size: 0px 1px;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease 0s;
}

.alin_r:hover .aline_r {
    background-size: 100% 1px;
    color: rgb(15, 88, 177);
}

html::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: rgb(245, 245, 245);
}

html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgb(226, 226, 226);
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(51, 51, 51);
}

.zi3 {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 90px !important;
    }
}

@media screen and (max-width: 900px) {
    html {
        font-size: 85px !important;
    }
}

@media screen and (max-width: 640px) {
    body {
        font-size: 0.18rem;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 360px) {
    html {
        font-size: 70px !important;
    }
}

@media (min-width: 1200px) {
    @media (-webkit-min-device-pixel-ratio: 1.05) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 100px !important;
            }
        }

        @media screen and (max-width: 1920px) {
            html {
                font-size: 95.5px !important;
            }
        }
    }

    @media (-webkit-min-device-pixel-ratio: 1.1) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 100px !important;
            }
        }

        @media screen and (max-width: 1920px) {
            html {
                font-size: 92.5px !important;
            }
        }
    }

    @media (-webkit-min-device-pixel-ratio: 1.15) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px !important;
            }
        }

        @media screen and (max-width: 1920px) {
            html {
                font-size: 87px !important;
            }
        }
    }

    @media (-webkit-min-device-pixel-ratio: 1.2) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px !important;
            }
        }

        @media screen and (max-width: 1920px) {
            html {
                font-size: 84px !important;
            }
        }
    }

    @media (-webkit-min-device-pixel-ratio: 1.25) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px !important;
            }
        }

        @media screen and (max-width: 1920px) {
            html {
                font-size: 80px !important;
            }
        }
    }

    @media (-webkit-min-device-pixel-ratio: 1.5) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 70px !important;
            }
        }

        @media screen and (max-width: 1920px) {
            html {
                font-size: 70px !important;
            }
        }
    }
}

.wp {
    width: 14.6rem;
    margin: 0px auto;
}

.head .wp {
    position: relative;
    z-index: 3;
    align-items: center;
}

.logo img {
    display: block;
    height: 0.7rem;
}

.list_box0 {
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
.list_box0 .li{
    margin-left:.15rem;
}
.list_box0 .li a{
    display:block;
}
.list_box0 .li img{
    display:block;
    height:.22rem;
}
.head .list_box0{
    margin-bottom: .1rem;
}
#nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#nav li {
    position: relative;
    margin-left: 0.3rem;
}

#nav li a {
    display: block;
}

#nav li a h2 {
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: rgb(255, 255, 255);
    font-family: TideSans-300, serif;
}

#nav ul li h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    transition: all 0.6s ease 0s;
    width: 0px;
    height: 3px;
    background: rgb(0, 84, 167);
    margin-left: 0px;
    opacity: 0;
    visibility: hidden;
}

#nav ul li.on h2::after, #nav ul li:hover h2::after {
    opacity: 1;
    visibility: visible;
    width: 0.34rem;
    margin-left: -0.17rem;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: rgb(249, 249, 249);
    width: 2rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease 0s;
    transform-origin: center top;
}

#nav ul li .sub .box {
    padding: 0px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

#nav ul li .sub a {
    padding: 0.12rem 0.02rem;
    line-height: 0.2rem;
    transition: all 0.6s ease 0s;
    font-size: 0.15rem;
    color: rgb(102, 102, 102);
    text-align: center;
    white-space: nowrap;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

#nav ul li .sub a:hover {
    color: rgb(255, 255, 255);
    background: rgb(0, 84, 167);
}

#nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

.search_btn {
    margin-left: 0.28rem;
}

.search_btn a {
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    background: url("../images/search.png") 50% center / cover no-repeat;
}

.head::before {
    position: absolute;
    content: "";
    inset: 0px;
    height: 2.16rem;
    background: url("../images/h-mask.png") center top / 100% 99% repeat-x;
    transition: all 0.5s ease 0s;
}

.head {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1000;
    padding-top: 0.3rem;
    transition: padding 0.5s ease 0s;
}

.foot .wp {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.ftleft {
    width: 45.85%;
}

.ftleft h3 {
    display: flex;
    align-items: flex-start;
}

.ftleft h3 span {
    font-size: 0.16rem;
    color: rgb(255, 255, 255);
    line-height: 0.3rem;
    font-family: TideSans-200, serif;
}

.ftleft h3 p {
    font-size: 0.16rem;
    color: rgb(255, 255, 255);
    line-height: 0.3rem;
    font-family: TideSans-200, serif;
    max-width: 85%;
}

.ftleft h3.add span, .ftleft h3.add p {
    line-height: 0.2rem;
}

.ftleft h3.add {
    margin-bottom: 0.12rem;
}

.ftright {
    width: 38.24%;
}

.ftright .lx {
    display: flex;
    align-items: center;
    margin-bottom: 0.36rem;
    justify-content: flex-end;
}

.ftright .lx h3 {
    font-size: 0.3rem;
    color: rgb(255, 255, 255);
    line-height: 0.34rem;
    font-family: TideSans-500, serif;
    margin-right: 0.16rem;
}

.ftright .lx li {
    margin-left: 0.24rem;
    position: relative;
}

.ftright .lx li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.3rem;
}

.ftright .lx li a img {
    display: block;
    max-height: 0.3rem;
}

.ftright .lx li span {
    position: absolute;
    width: 1.1rem;
    height: auto;
    z-index: 5;
    background: rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    bottom: calc(100% + 0.2rem);
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    transition: all 0.5s ease 0s;
}

.ftright .lx li span::after {
    content: "";
    position: absolute;
    border-width: 8px;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent transparent;
    border-image: initial;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.ftright .lx li span img {
    display: block;
    width: 100%;
}

.ftright .lx li:hover span {
    opacity: 1;
    visibility: visible;
}

.bq a {
    display: block;
    font-size: 0.16rem;
    color: rgb(255, 255, 255);
    line-height: 0.3rem;
    font-family: TideSans-300, serif;
    text-align: right;
}

.foot {
    padding-top: 0.56rem;
    padding-bottom: 0.42rem;
    background: rgba(6, 67, 127, 0.58);
}

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0px;
    background: rgb(0, 84, 167);
    transition: all 0.6s ease 0s;
    left: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0.8;
    backdrop-filter: blur(15px);
}

.search-dialog-box.on::before {
    height: 100%;
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: all 0.6s ease 0s;
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px;
}

.search-dialog .search-input {
    width: 8rem;
    margin: 0px auto;
    padding: 0px 0.08rem 0px 0.24rem;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    max-width: 94%;
    overflow: hidden;
}

.search-dialog .search-input input[type="text"] {
    float: left;
    height: 0.72rem;
    width: calc(100% - 0.56rem);
    background-color: transparent;
    font-size: 0.2rem;
    line-height: 0.08rem;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.search-dialog .search-input input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type="submit"], .search-dialog .search-input .clear-btn {
    float: right;
    height: 0.72rem;
    width: 0.56rem;
}

.search-dialog .search-input input[type="submit"] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.24rem;
    background-image: url("../images/search_white.svg");
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/close.png");
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: rgb(255, 255, 255);
}

.search-dialog .search-input.on input[type="submit"] {
}

.search-dialog .f-cb h3 {
    font-size: 0.3rem;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 0.3rem;
    font-family: TideSans-400, serif;
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0px);
}

.pub-close, .slide_down_close {
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    z-index: 999;
    right: 0.24rem;
    top: 0.24rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.slide_down_close {
    opacity: 0;
    visibility: hidden;
}

.pub-close .bg, .slide_down_close .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 84, 167);
    transform: scale(0);
    border-radius: 100%;
    transition: transform 0.3s ease 0s;
}

.pub-close i, .slide_down_close i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 0.22rem;
    background-repeat: no-repeat;
    background-image: url("../images/close.png");
    transition: all 0.6s ease 0s;
}

.pub-close i:hover, .slide_down_close i:hover {
    transform: rotate(180deg);
}

.ar_wap {
    display: none;
}

.wap-head {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background: 0% 0% / cover rgb(12 131 213);
    height: 0.75rem;
}

.big-nav {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0px;
    padding: 0.9rem 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out 0s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: 0% 0% / cover rgba(0, 84, 167, 0.9);
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(15px);
}

body.navShow .big-nav {
    pointer-events: auto;
    right: 0px;
    opacity: 1;
    visibility: visible;
}

.big-nav .list_box0 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.big-nav .list_box0 .li {
    margin: 0px 0.05rem;
    font-size: 14px;
    color: rgb(232, 232, 232);
    display: inline-block;
    transition: all 0.6s ease 0s;
    position: relative;
    line-height: 0.4rem;
    min-width: 1rem;
    padding: 0px 0.2rem;
    text-align: center;
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    inset: 1.04rem 0px 0px;
    overflow-y: auto;
}

.list_box_nav_mobile {
    width: 100%;
    height: 100%;
    padding: 0px 0px 10px;
    overflow: hidden scroll;
    margin: 0px;
    flex: 1 1 0%;
}

.list_box_nav_mobile > li {
    width: 100%;
    overflow: hidden;
    padding: 0px;
    position: relative;
    margin: 0px auto;
}

.list_box_nav_mobile > li .con {
    position: relative;
}

.list_box_nav_mobile > li .a {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 0.64rem;
    color: rgba(255, 255, 255, 0.8);
    padding: 0px;
    font-size: 0.2rem;
    display: flex;
    position: relative;
    transition: all 0.5s ease 0s;
    font-family: TideSans-300, serif;
}

.list_box_nav_mobile > li i {
    opacity: 1;
    width: 0.64rem;
    height: 0.64rem;
    background-image: url("../images/nav-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    background-size: auto 0.12rem !important;
}

.list_box_nav_mobile > li.on1 i {
    transform: rotate(-90deg);
}

.list_box_nav_mobile > li.on .a {
    color: rgb(255, 255, 255);
}

.list_box_nav_mobile > li .list {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
}

.list_box_nav_mobile > li .list a {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 2.5;
    font-family: TideSans-200, serif;
}

.nav_mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 60px;
    display: block;
}

.wap_search form {
    height: 40px;
    border-radius: 0px;
    background: rgb(255, 255, 255);
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.wap_search .input {
    font-size: 14px;
    color: rgb(100, 100, 100);
    height: 40px;
    line-height: 40px;
    padding: 0px 0.24rem;
    box-shadow: none;
    appearance: none;
    float: left;
    border-right: 0px;
    background: none;
    width: calc(100% - 40px);
    font-family: TideSans-300, serif;
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    background: url("../images/search_white.svg") center center / 0.2rem no-repeat rgb(243, 152, 22);
    border-radius: 0px;
}

.wap_search .btn_blue.fr {
    background: rgb(233, 237, 239);
    color: rgb(78, 79, 83);
}

#gotop {
    position: fixed;
    z-index: 90;
    bottom: .32rem;
    right: .6rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: .77rem;
    height: .77rem;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}

#gotop.hide {
    height: 0;
    opacity: 0;
    visibility: hidden
}

#gotop img{
    display:block;
     width:100%
}



@media (max-width: 1199px) {
    html, body {
        overflow-x: hidden !important;
    }

    .ar_web {
        display: none;
    }

    .ar_wap {
        display: block;
    }

    .wp {
        width: 100%;
        padding: 0px 15px;
        max-width: 100%;
    }

    .wap-head {
        display: flex;
        z-index: 11111;
    }

    .wap-head .logo img {
        height: 0.5rem;
    }

    .wap-head .navbtnm {
        width: 0.86rem;
        height: 0.75rem;
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 5;
        color: rgb(255, 255, 255);
        text-align: center;
    }

    .wap-head .navbtnm i {
        display: block;
        width: 100%;
        height: 0.75rem;
        background: url("../images/menu.png") 50% center / 0.32rem 0.32rem no-repeat;
        transition: all 0.3s ease 0s;
        position: relative;
        z-index: 3;
    }

    .wap-head .navbtnm::before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0px;
        background: rgb(0, 84, 167);
    }

    .wap-head .navbtnm::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0px;
        left: -6px;
        border-right: 6px solid rgb(0, 84, 167);
        border-bottom: 0.75rem solid transparent;
    }

    .navShow .navbtnm i {
        background-image: url("../images/close-menu.png");
    }

    .list_box0 .li {
        border: none;
    }
}

@media (max-width: 1025px) {
    .ftleft h3 p {
        max-width: none;
    }

    .ftleft {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .ftright {
        width: 100%;
    }

    .ftright .lx {
        justify-content: flex-start;
        margin-bottom: 0.2rem;
    }

    .bq a {
        text-align: left;
    }

    .ftright .lx h3 {
        font-size: 0.2rem;
        margin-right: 0.1rem;
    }

    .ftright .lx li {
        margin-left: 0.2rem;
    }

    .ftright .lx li a {
        height: 0.26rem;
    }

    .ftright .lx li a img {
        max-height: 0.2rem;
    }

    .foot {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
}