* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    --color: #003F96
}

*, *::after, *::before {
    box-sizing: border-box
}

img {
    object-fit: cover;
    vertical-align: middle
}

img:not(.none) {
    max-width: 100%;
    max-height: 100%
}

textarea {
    resize: none;
    font-family: inherit
}

button {
    border: none;
    cursor: pointer
}

.bezier .swiper-wrapper, .div_bezier {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important
}

table {
    border-collapse: collapse
}

::-webkit-scrollbar {
    display: none;
    width: 0
}

[data-lenis-prevent] {
    padding: 0 20px 0 0
}

[data-lenis-prevent]::-webkit-scrollbar {
    width: 4px;
    display: block
}

[data-lenis-prevent]::-webkit-scrollbar-thumb {
    background: #666
}

[data-lenis-prevent]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1)
}

._scroll_y {
    position: fixed;
    top: 0;
    right: 3px;
    width: 6px;
    height: 100vh;
    z-index: 9999;
    border-radius: 10px
}

._scroll_y div {
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: black;
    opacity: 0;
    position: relative;
    transition: opacity 0.3s ease;
    cursor: grab
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.4rem
}

::-webkit-scrollbar-track {
    background-color: transparent
}

[data-wheel]::-webkit-scrollbar {
    width: 7px
}

[data-wheel]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem
}

[data-wheel]::-webkit-scrollbar-track {
    background-color: transparent
}

html.lenis, html.lenis body {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

section {
    overflow: hidden
}

section.unset {
    overflow: unset
}

.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    padding: 0 48px 0 40px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease
}

.header.hide{
    transform: translateY(-100%);
}

.header.on {
    height: 80px;
    background: #fff
}

.header.on .logo img:first-child {
    opacity: 0
}

.header.on .logo img:last-child {
    opacity: 1
}

.header.on .nav a {
    color: #1A1A1A
}

.header.on .nav a:hover {
    color: var(--color)
}

.header.on .nav a.on {
    color: var(--color)
}

.header.on .r .lag:hover .iconfont, .header.on .r .lag:hover p, .header.on .r .jtzj:hover .iconfont, .header.on .r .jtzj:hover p {
    color: var(--color)
}

.header.on .r .lag .iconfont, .header.on .r .jtzj .iconfont {
    color: #A6A6A6
}

.header.on .r .lag p, .header.on .r .jtzj p {
    color: #111
}

.header.on .r .line {
    background: #B6B6B7
}

.header .logo {
    width: 208px;
    height: 52px;
    position: relative
}

.header .logo img {
    width: 100%;
    object-fit: contain;
    transition: .6s ease
}

.header .logo img:first-child {
    filter: brightness(0) invert(1)
}

.header .logo img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.header .nav {
    display: flex;
    justify-content: space-between;
    width: 575px
}

.header .nav a {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    padding: 20px 0;
    transition: .6s ease
}

.header .r {
    display: flex;
    align-items: center
}

.header .r .lag, .header .r .jtzj {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer
}

.header .r .lag .iconfont, .header .r .jtzj .iconfont {
    font-size: 20px;
    color: #fff;
    transition: .6s ease
}

.header .r .lag p, .header .r .jtzj p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    transition: .6s ease
}

.header .r .line {
    width: 1px;
    height: 8px;
    background: #F7F7F7;
    margin: 0 30px;
    transition: .6s ease
}

header.active .header {
    height: 80px
}

header.active .header .logo img:first-child {
    opacity: 0
}

header.active .header .logo img:last-child {
    opacity: 1
}

header.active .header .nav a {
    color: #1A1A1A
}

header.active .header .r .lag .iconfont, header.active .header .r .jtzj .iconfont {
    color: #A6A6A6
}

header.active .header .r .lag p, header.active .header .r .jtzj p {
    color: #111
}

header.active .header .r .line {
    background: #B6B6B7
}

.footer {
    background: #F9F9F9;
    padding: 74px 0 32px
}

.footer .wrap {
    width: 1600px;
    margin: auto
}

.footer .wrap .top {
    display: flex;
    justify-content: space-between
}

.footer .wrap .top .l{
    max-width: 22%;
}
.footer .wrap .top .l .foo_logo {
    width: 249px
}

.footer .wrap .top .l .p1 {
    font-weight: 500;
    font-size: 18px;
    color: #003F96;
    margin: 45px 0 27px
}

.footer .wrap .top .l .other .list:not(:last-child) {
    margin: 0 0 20px
}

.footer .wrap .top .l .other .list p {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    margin: 0 0 5px
}

.footer .wrap .top .l .other .list a {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    transition: .6s ease
}

.footer .wrap .top .l .other .list a:hover {
    color: var(--color)
}

.footer .wrap .top .foo_nav {
    display: flex;
    gap: 150px
}

.footer .wrap .top .foo_nav .item a {
    transition: .6s ease
}

.footer .wrap .top .foo_nav .item a:hover {
    color: var(--color) !important
}

.footer .wrap .top .foo_nav .item > a {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    display: block;
    width: fit-content;
    margin: 0 0 46px
}

.footer .wrap .top .foo_nav .item .level a {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    line-height: 32px;
    width: fit-content;
    display: block
}

.footer .wrap .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 234px 0 0 0
}

.footer .wrap .center .links .list{
    position: relative;
}

.footer .wrap .center .links .list .code{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: calc(100% + 20px);
    width: 100px;
    max-height: unset;
    max-width: unset;
    opacity: 0;
    pointer-events: none;
    transition: .6s ease;
}
.footer .wrap .center .links .list:hover .code{
    opacity: 1;
}
.footer .wrap .center .links {
    display: flex;
    align-items: center;
    gap: 18px
}

.footer .wrap .center .links .list:hover .iconfont {
    color: var(--color)
}

.footer .wrap .center .links .list .iconfont {
    color: #C6C6C6;
    font-size: 22px;
    transition: .6s ease
}

.footer .wrap .center .r {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer .wrap .center .r a {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    width: fit-content;
    transition: .6s ease
}

.footer .wrap .center .r a:hover {
    color: var(--color)
}

.footer .wrap .center .r span {
    width: 1px;
    height: 10px;
    background: #E6E6E6
}

.footer .wrap .bottom {
    margin: 30px 0 0 0;
    padding: 33px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E6E6E6
}

.footer .wrap .bottom a {
    transition: .6s ease
}

.footer .wrap .bottom a:hover {
    color: var(--color) !important
}

.footer .wrap .bottom .l p, .footer .wrap .bottom .l a {
    font-weight: 400;
    font-size: 14px;
    color: #888888
}

.footer .wrap .bottom .l a {
    margin: 0 0 0 10px
}

.footer .wrap .bottom .l a img {
    margin: 0 7px 0 0
}

.footer .wrap .bottom a {
    font-weight: 400;
    font-size: 14px;
    color: #888888
}

.w-1600 {
    width: 1600px;
    margin: 0 auto
}

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

.common_banner .img {
    overflow: hidden
}

.common_banner .img img {
    display: block;
    width: 100%;
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s
}

.common_banner .text {
    font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3
}

.common_banner.on .img img {
    transform: scale(1)
}

.lenis_scroll {
    overflow: hidden;
    overflow-y: auto;
}

.lenis_scroll::-webkit-scrollbar-thumb {
    background: #003F96
}

.lenis_scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05)
}

.lenis_scroll::-webkit-scrollbar {
    width: 3px !important;
    display: block
}

.page {
    display: flex;
    justify-content: center;
    gap: 0 10px
}

.page a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background: #F9F9F9;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #555555;
    transition: 0.6s
}

.page a.page_more {
    background: unset !important;
    color: #555555 !important
}

.page a.page_more:hover {
    color: #003F96
}

.page a:hover, .page a.on {
    background: #003F96;
    color: #FFFFFF
}

.page a:nth-last-child(2), .page a:nth-last-child(1) {
    width: 120px
}

.w-1600 {
    width: 1600px;
    margin: 0 auto
}

.w-1400 {
    width: 1400px;
    margin: 0 auto
}


.common_paging {
    display: flex;
    justify-content: center;
    margin: 86px 0 0 0
}

.common_paging a {
    width: 58px;
    height: 58px;
    background: #F9F9F9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #555555;
    margin: 0 5px;
    transition: .6s ease
}

.common_paging a.on, .common_paging a:hover {
    background: var(--color);
    color: #fff
}

.common_paging a.point {
    background: transparent;
    color: #555555
}

.common_paging a.next, .common_paging a.prev {
    width: fit-content;
    padding: 0 36px;
}

.fixed_group{
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999;
    width: 340px;
    height: calc(100vh - 20px);
    background: #F6F9FF;
    border-radius: 12px;
    padding: 37px 30px ;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: cubic-bezier(0.77, 0, 0.175, 1) 1s;
}
.fixed_group.on{
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}
.fixed_group .headline{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 30px;
    margin: 0 0 44px;
    border-bottom: 1px solid #E1E1E1;
}

.fixed_group .headline .title{
    font-weight: bold;
    font-size: 26px;
    color: #003F96;
}

.fixed_group .headline svg{
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.fixed_group .headline svg path{
    fill: #003F96;
}
.fixed_group .flex a{
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 42px;
    display: block;
    transition: .6s ease;
}
.fixed_group .flex a:hover{
    color: var(--color)
}



@media screen and (max-width: 1919px) {
    .footer .wrap .center .links .list .code{
        bottom: calc(100% + 1.0416666667vw);
        width: 5.2083333333vw;
    }
    [data-lenis-prevent]{
        padding: 0px 1.0416666667vw 0px 0px;
    }
    [data-lenis-prevent]::-webkit-scrollbar{
        width: 0.2083333333vw;
    }
    ._scroll_y{
        right: 0.15625vw;
        width: 0.3125vw;
        border-radius: 0.5208333333vw;
    }
    ._scroll_y div{
        border-radius: 0.5208333333vw;
    }
    [data-wheel]::-webkit-scrollbar{
        width: 0.3645833333vw;
    }
    .header{
        height: 4.6875vw;
        padding: 0px 2.5vw 0px 2.0833333333vw;
    }
    .header.on{
        height: 4.1666666667vw;
    }
    .header .logo{
        width: 10.8333333333vw;
        height: 2.7083333333vw;
    }
    .header .nav{
        width: 29.9479166667vw;
    }
    .header .nav a{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
        padding: 1.0416666667vw 0px;
    }
    .header .r .lag, .header .r .jtzj{
        gap: 0.46875vw;
    }
    .header .r .lag .iconfont, .header .r .jtzj .iconfont{
        font-size: 1.0416666667vw;
    }
    .header .r .lag p, .header .r .jtzj p{
        font-size: 0.7291666667vw;
    }
    .header .r .line{
        height: 0.4166666667vw;
        margin: 0px 1.5625vw;
    }
    header.active .header{
        height: 4.1666666667vw;
    }
    .footer{
        padding: 3.8541666667vw 0px 1.6666666667vw;
    }
    .footer .wrap{
        width: 83.3333333333vw;
    }
    .footer .wrap .top .l .foo_logo{
        width: 12.96875vw;
    }
    .footer .wrap .top .l .p1{
        font-size: 0.9375vw;
        margin: 2.34375vw 0px 1.40625vw;
    }
    .footer .wrap .top .l .other .list:not(:last-child){
        margin: 0px 0px 1.0416666667vw;
    }
    .footer .wrap .top .l .other .list p{
        font-size: 0.7291666667vw;
        margin: 0px 0px 0.2604166667vw;
    }
    .footer .wrap .top .l .other .list a{
        font-size: 0.8333333333vw;
    }
    .footer .wrap .top .foo_nav{
        gap: 7.8125vw;
    }
    .footer .wrap .top .foo_nav .item > a{
        font-size: 0.8333333333vw;
        margin: 0px 0px 2.3958333333vw;
    }
    .footer .wrap .top .foo_nav .item .level a{
        font-size: 0.7291666667vw;
        line-height: 1.6666666667vw;
    }
    .footer .wrap .center{
        margin: 12.1875vw 0px 0px;
    }
    .footer .wrap .center .links{
        gap: 0.9375vw;
    }
    .footer .wrap .center .links .list .iconfont{
        font-size: 1.1458333333vw;
    }
    .footer .wrap .center .r{
        gap: 0.5208333333vw;
    }
    .footer .wrap .center .r a{
        font-size: 0.7291666667vw;
    }
    .footer .wrap .center .r span{
        height: 0.5208333333vw;
    }
    .footer .wrap .bottom{
        margin: 1.5625vw 0px 0px;
        padding: 1.71875vw 0px 0px;
    }
    .footer .wrap .bottom .l p, .footer .wrap .bottom .l a{
        font-size: 0.7291666667vw;
    }
    .footer .wrap .bottom .l a{
        margin: 0px 0px 0px 0.5208333333vw;
    }
    .footer .wrap .bottom .l a img{
        margin: 0px 0.3645833333vw 0px 0px;
    }
    .footer .wrap .bottom a{
        font-size: 0.7291666667vw;
    }
    .w-1600{
        width: 83.3333333333vw;
    }
    .common_banner .text{
        font-size: 2.1875vw;
    }
    .lenis_scroll::-webkit-scrollbar{
        width: 0.15625vw !important;
    }
    .page{
        gap: 0px 0.5208333333vw;
    }
    .page a{
        width: 3.0208333333vw;
        height: 3.0208333333vw;
        border-radius: 0.4166666667vw;
        font-size: 0.8333333333vw;
    }
    .page a:nth-last-child(2), .page a:nth-last-child(1){
        width: 6.25vw;
    }
    .w-1600{
        width: 83.3333333333vw;
    }
    .w-1400{
        width: 72.9166666667vw;
    }
    .common_paging{
        margin: 4.4791666667vw 0px 0px;
    }
    .common_paging a{
        width: 3.0208333333vw;
        height: 3.0208333333vw;
        border-radius: 0.4166666667vw;
        font-size: 0.8333333333vw;
        margin: 0px 0.2604166667vw;
    }
    .common_paging a.next, .common_paging a.prev{
        padding: 0 1.875vw;
    }
    .fixed_group{
        top: 0.5208333333vw;
        right: 0.5208333333vw;
        width: 17.7083333333vw;
        height: calc(-1.0416666667vw + 100vh);
        border-radius: 0.625vw;
        padding: 1.9270833333vw 1.5625vw;
    }
    .fixed_group .headline{
        padding: 0px 0px 1.5625vw;
        margin: 0px 0px 2.2916666667vw;
    }
    .fixed_group .headline .title{
        font-size: 1.3541666667vw;
    }
    .fixed_group .headline svg{
        width: 1.1458333333vw;
        height: 1.1458333333vw;
    }
    .fixed_group .flex a{
        font-size: 0.8333333333vw;
        line-height: 2.1875vw;
    }
}

@media screen and (max-width: 1024px) {
    .header{
        display: none;
    }
    .header_mobile{
        display: block!important;
        overflow: hidden;
    }
    .header_mobile .top{
        position: fixed;
        width: 100%;
        height: 60px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
        background: #fff;
        padding: 0 5%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 999;
    }
    .header_mobile .top .logo{
        width: 114px;
        height: 39px;
        display: block;
    }
    .header_mobile .top .r{
        display: flex;
        align-items: center;
    }
    .header_mobile .top .logo img{
        height: 100%;
        object-fit: contain;
    }
    .header_mobile .top .r .menu{
        margin: 0 0 0 25px;
        cursor: pointer;
        position: relative;
    }
    .header_mobile .top .r .menu .show{
        width: 25px;
        height: 17px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .header_mobile .top .r .menu .show span{
        width: 100%;
        height: 1px;
        background: #000;
        transition: .3s ease;
        transform-origin: left;
    }
    .header_mobile .top .r .menu .show span:first-child{
        transition-delay: .6s;
    }
    .header_mobile .top .r .menu .show span:nth-child(2){
        transition-delay: .5s;
    }
    .header_mobile .top .r .menu .show span:nth-child(3){
        transition-delay: .4s;
    }
    .header_mobile .top .r .menu .hide{
        position: absolute;
        width: 27px;
        height: 27px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
    }
    .header_mobile .top .r .menu .hide:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        transform: scaleX(0);
        transition: .3s ease;
        transform-origin: left;
    }
    .header_mobile .top .r .menu .hide:before{
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        transform: scaleY(0);
        transition: .3s ease;
        transform-origin: top;
    }
    .header_mobile .top .r .menu.on .show span{
        transform: scaleX(0);
    }
    .header_mobile .top .r .menu.on .show span:nth-child(1) {
        transition-delay: 0s;
    }
    .header_mobile .top .r .menu.on .show span:nth-child(2) {
        transition-delay: .1s;
    }
    .header_mobile .top .r .menu.on .show span:nth-child(3) {
        transition-delay: .2s;
    }
    .header_mobile .top .r .menu.on .hide:after{
        transform: scaleX(1);
        transition-delay: .4s;
    }
    .header_mobile .top .r .menu.on .hide:before{
        transform: scaleY(1);
        transition-delay: .3s;
    }
    .header_mobile .bottom{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 98;
        clip-path: inset(0 0 100%);
        transition: .6s ease;
    }
    .header_mobile .bottom .joke > ul >li{
        transform: translateY(10px);
        opacity: 0;
        transition: opacity .3s,transform .6s .3s;
    }
    .header_mobile.on .bottom{
        clip-path: inset(0 0 0 0);
    }
    .header_mobile.on .bottom .joke>ul>li{
        opacity: 1;
        transform: translateY(0);
    }
    .header_mobile .bottom .joke{
        padding: 80px 5% 30px 5%;
        height: calc(100vh - 47px);
        overflow: hidden;
        overflow-y: scroll;
    }
    .header_mobile .bottom .joke ul{
        margin: 0 0 20px;
        position: relative;
    }
    .header_mobile .bottom .joke ul ul{
        display: none;
    }
    .header_mobile .bottom .joke > ul > li{
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .header_mobile .bottom .joke ul li .show{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header_mobile .bottom .joke > ul > li > .show{
        height: 60px;
    }
    .header_mobile .bottom .joke ul li .show > a{
        font-size: 14px;
        color: rgba(0,0,0,.6);
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        line-height: 35px;
        transition: .6s ease;
    }
    .header_mobile .bottom .joke > ul > li > .show > a{
        color: #000;
        font-size: 16px;
    }
    .header_mobile .bottom .joke ul li .show .click{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
    }
    .header_mobile .bottom .joke ul li .show.on > a{
        color: var(--color) !important;
    }
    .header_mobile .bottom .joke ul li .show.on .click img{
        transform: rotate(180deg);
    }
    .header_mobile .bottom .joke ul li .show .click img{
        width: 12px;
        height: 12px;
        transition: .3s ease;
    }

    .header_mobile.black .top{
        background: #000;
        box-shadow: unset;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .header_mobile.black .top .r .menu .show span,.header_mobile.black .top .r .menu .hide:after,.header_mobile.black .top .r .menu .hide:before{
        background: #fff;
    }
    .header_mobile.black .bottom{
        background: #000;
    }
    .header_mobile.black .bottom .joke > ul > li{
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .header_mobile.black .bottom .joke ul li .show .click img{
        filter: brightness(0) invert(1);
    }
}


@media screen and (max-width: 1024px) {
    .common_banner{
        margin: 60px 0 0 0;
    }
    .common_banner .text{
        font-size: 24px;
    }
    .common_banner .img img{
        height: 220px;
    }
    .common_banner .img{
        transform: none!important;
    }
    .w-1600{
        width: 90%;
    }
    .footer{
        padding: 50px 0;
    }
    .footer .wrap{
        width: 90%;
    }
    .footer .wrap .top{
        flex-direction: column;
    }
    .footer .wrap .top .l .foo_logo{
        width: 125px;
        /*margin: auto;*/
        display: block;
    }
    .footer .wrap .top .l .p1{
        font-size: 16px;
        margin: 25px auto 15px;
        /*text-align: center;*/
    }
    .footer .wrap .top .l .other .list:not(:last-child){
        margin: 0 0 15px;
    }
    .footer .wrap .top .l .other .list{
        /*text-align: center;*/
    }
    .footer .wrap .top .l .other .list p{
        font-size: 13px;
        margin: 0 0 7px;
    }
    .footer .wrap .top .l .other .list a{
        font-size: 14px;
    }
    .footer .wrap .top .foo_nav{
        display: none;
    }
    .footer .wrap .center .links .list .iconfont{
        font-size: 18px;
    }
    .footer .wrap .center .links{
        gap: 15px;
    }
    .footer .wrap .center .r{
        gap: 10px;
    }
    .footer .wrap .center .r a{
        font-size: 13px;
    }
    .footer .wrap .center .r span{
        height: 10px;
    }
    .footer .wrap .bottom{
        margin: 25px 0 0 0 ;
        padding: 25px 0 0 0;
        flex-direction: column;
        align-items: unset;
    }
    .footer .wrap .bottom .l p, .footer .wrap .bottom .l a{
        font-size: 12px;
        /*text-align: center;*/
        line-height: 30px;
    }
    .footer .wrap .bottom .l a{
        margin: 0;
    }
    .footer .wrap .bottom .l a img{
        margin: 0 7px 0 0;
    }
    .footer .wrap .bottom a{
        font-size: 13px;
        line-height: 30px;
    }
    .w-1400{
        width: 90%;
    }
    .footer .wrap .center .links .list .code{
        transform: none;
        left: 0;
        bottom: calc(100% + 20px);
        width: 80px;
        height: 80px;
    }

    /**/
    footer .sj_nav{
        margin: 35px 0;
        display: block!important;
    }

    footer .sj_nav .item .show{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        transition: .6s ease;
    }
    footer .sj_nav .item.all .show a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    footer .sj_nav .item.on .show{
        border-bottom: 1px solid #000;
    }
    footer .sj_nav .item:last-child .show{
        /*border-bottom: none;*/
    }

    footer .sj_nav .item .show a{
        color: #000;
        font-size: 14px;
    }
    footer .sj_nav .item .show .add{
        position: relative;
        width: 13px;
        height: 13px;
    }
    footer .sj_nav .item .show .add:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background: #000;
    }
    footer .sj_nav .item .show .add:before{
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        transition: .6s ease;
    }
    footer .sj_nav .item.on .show .add:before{
        opacity: 0;
    }
    footer .sj_nav .item .hide{
        overflow: hidden;
        display: none;
    }

    footer .sj_nav .item .hide > div{
        margin: 10px 0;
    }

    footer .sj_nav .item .hide a{
        color: #000;
        font-size: 13px;
        display: block;
        width: 100%;
        line-height: 34px;
        opacity: .5;
        padding: 0 0 0 10px;
    }
    footer .footer_top .wrap .l{
        width: 100%;
    }
    /**/

    /**/
    .header_mobile .bottom .joke ul .other {
        display: flex;
        align-items: center;
        margin: 30px 0 0 0;
        transform: translateY(10px);
        opacity: 0;
        transition: opacity 0.3s, transform 0.6s .3s;
    }
    .header_mobile.on .bottom .joke>ul .other{
        opacity: 1;
        transform: translateY(0);
        transition-delay: .8s;
    }

    .header_mobile .bottom .joke ul .other .jtzj,    .header_mobile .bottom .joke ul .other .lag {
        display: flex;
        align-items: center;
        gap: 9px;
        cursor: pointer
    }

    .header_mobile .bottom .joke ul .other .lag .iconfont, .header_mobile .bottom .joke ul .other .jtzj .iconfont {
        font-size: 20px;
        color: #A6A6A6;
        transition: .6s ease
    }

    .header_mobile .bottom .joke ul .other .lag p,    .header_mobile .bottom .joke ul .other .jtzj p {
        font-weight: 400;
        font-size: 14px;
        color: #111;
        transition: .6s ease
    }

    .header_mobile .bottom .joke ul .other .line {
        width: 1px;
        height: 8px;
        background: #B6B6B7;
        margin: 0 20px;
        transition: .6s ease
    }
    /**/
}

@media screen and (max-width: 1024px) {
    .fixed_group {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        border-radius: 0;
        padding: 20px;
    }
    .fixed_group .headline {
        padding: 0 0 15px;
        margin-bottom: 20px;
    }
    .fixed_group .headline .title {
        font-size: 20px;
    }
    .fixed_group .flex a {
        font-size: 14px;
        line-height: 36px;
    }
    .fixed_group .headline svg{
        width: 13px;
        height: 13px;
    }
}
