body [aos] {
    -webkit-transition-duration: 2.5s;
    transition-duration: 2.5s;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.parallaxImg {
    overflow: hidden
}

.parallaxImg img {
    max-height: unset
}

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: unset !important
}

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

[animateText] {
    overflow: hidden
}

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    pointer-events: none
}

.cursor.on .drag {
    transform: scale(1);
    opacity: 1
}

.cursor .drag {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
    transition: .3s ease;
    gap: .625vw
}

.cursor .drag img {
    width: .3125vw
}

.cursor .drag .c {
    width: 4.6875vw;
    height: 4.6875vw;
    border-radius: 50%;
    background: #000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center
}

.animate_text p {
    white-space: pre-wrap
}

.animate_text p div {
    opacity: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: all 600ms;
    pointer-events: none;
    padding: 2.39583vw 0
}

.header .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.04167vw;
    width: 71.35417vw;
    margin: 0 auto;
    line-height: 1;
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(25px);
    padding: .46875vw .57292vw .46875vw 3.125vw;
    transition: all 600ms
}

.header .box .logo {
    display: block;
    position: relative;
    flex-shrink: 0
}

.header .box .logo img {
    width: 4.73958vw;
    display: block;
    transition: all 600ms
}

.header .box .logo img:nth-child(1) {
    opacity: 0
}

.header .box .logo img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1
}

.header .box .links {
    min-width: 0;
    display: flex;
    flex: 1;
    justify-content: center;
    gap: clamp(.5vw, 1vw, 1.4vw);
    padding: 0 .3125vw
}

.header .box .links .item {
    position: relative
}

.header .box .links .item .a1 {
    color: #FFF;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: .3125vw
}

.header .box .links .item .a1 p {
    position: relative
}

.header .box .links .item .a1 p::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(-270deg, rgba(132, 85, 231, 0) 0%, #8455E7 42.31%, #E298A6 100%);
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%) scaleX(0);
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transform-origin: right
}

.header .box .links .item .a1 img {
    width: .52083vw
}

.header .box .links .item .sub {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    width: max-content;
    padding-top: 1.04167vw;
    z-index: 100;
    min-width: 14.0625vw
}

.header .box .links .item .sub .nr {
    padding: .41667vw;
    border-radius: 12px;
background: rgba(240, 224, 255, 0.60);
backdrop-filter: blur(12px);
}

.header .box .links .item .sub .nr a {
    display: block;
  color: #6C37D8;
    text-transform: capitalize;
    line-height: 1.5;
    padding: .625vw;
    transition: all 600ms;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.header .box .links .item .sub .nr a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #8455E7 0%, #E298A6 100%);
    z-index: -1;
    opacity: 0;
    transition: all 600ms
}

.header .box .links .item .sub .nr a:not(:last-child) {
    margin-bottom: 4px
}

.header .box .links .item .sub .nr a:hover {
    color: #fff
}

.header .box .links .item .sub .nr a:hover::before {
    opacity: 1
}

.header .box .links .item:hover .a1 p::after {
    transform-origin: left;
    transform: translateX(-50%) scaleX(1) scale(0.99)
}

.header .box .links .item:hover .sub {
    display: block
}

.header .box .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 100px;
    padding: .88542vw 1.35417vw;
    gap: .41667vw;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #63E;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), radial-gradient(163.74% 99.6% at 63.76% 120.97%, rgba(102, 51, 238, 0.5) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(87deg, rgba(255, 255, 255, 0.5) 10.36%, rgba(255, 255, 255, 0) 86.97%);
    box-shadow: -1px -1px 5.8px 0 #F6EBFF inset, 0 0 20px 0 rgba(160, 130, 240, 0.25);
    overflow: hidden;
    transition: all 600ms;
    flex-shrink: 0
}

.header .box .btn p {
    white-space: normal;
    line-height: 1.2;
    text-align: center;
    max-width: 6.8vw
}

.header .box .btn .icon {
    width: .41667vw;
    margin-top: 2px
}

.header .box .btn .dian {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.header .box .btn .dian img {
    width: 100%
}

.header .box .btn .sy {
    position: absolute;
    right: 0;
    bottom: .67708vw
}

.header .box .btn .sy img {
    width: 1.40625vw;
    transition: all 600ms
}

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

.header .box .btn:hover {
    box-shadow: -1px -1px 5.8px 0 #F6EBFF inset, 0 0 12px 0 rgba(160, 130, 240, 0.6)
}

.header .box .btn:hover .sy img {
    width: 1.92708vw
}

.header .box .header-actions {
    display: flex;
    align-items: center;
    gap: .625vw;
    flex-shrink: 0;
    margin-left: auto;
    padding-left: .57292vw
}

.header .box .lang-switch {
    display: inline-flex;
    align-items: center;
    height: auto;
    padding: 0;
    border: none;
    background: transparent;
    backdrop-filter: none;
    pointer-events: auto
}

.header .box .lang-switch__item {
    color: #fff;
    line-height: 1;
    font-size: .78125vw;
    transition: color 300ms, opacity 300ms;
    opacity: .72
}

.header .box .lang-switch__item:hover,
.header .box .lang-switch__item.is-active {
    opacity: 1;
    color: #6C37D8
}

.header .box .lang-switch__divider {
    margin: 0 .3125vw;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1
}

.header.header_pager .box {
    background: rgba(231, 206, 255, 0.14)
}

.header.header_pager .box .logo img:nth-child(1) {
    opacity: 0
}

.header.header_pager .box .logo img:nth-child(2) {
    opacity: 1
}

.header.header_pager .box .links .item .a1 p {
    color: #000
}

.header.header_pager .box .links .item .a1 img {
    filter: invert(1)
}

.header.header_pager .box .btn {
    border: none
}

.header.header_pager .box .btn .sy img:nth-child(1) {
    opacity: 0
}

.header.header_pager .box .btn .sy img:nth-child(2) {
    opacity: 1
}

.header.header_pager .box .lang-switch {
    border: none;
    background: transparent
}

.header.header_pager .box .lang-switch__item {
    color: #4a3b73
}

.header.header_pager .box .lang-switch__divider {
    color: rgba(74, 59, 115, 0.45)
}

.header.hasBg .box {
    background: #fff;
    box-shadow: 0 0 10px rgba(137, 66, 254, 0.5)
}

.header.hasBg .box .logo img:nth-child(1) {
    opacity: 0
}

.header.hasBg .box .logo img:nth-child(2) {
    opacity: 1
}

.header.hasBg .box .links .item .a1 p {
    color: #000
}

.header.hasBg .box .links .item .a1 img {
    filter: invert(1)
}

.header.hasBg .box .btn {
    border: none
}

.header.hasBg .box .btn .sy img:nth-child(1) {
    opacity: 0
}

.header.hasBg .box .btn .sy img:nth-child(2) {
    opacity: 1
}

.header.hasBg .box .lang-switch {
    border: none;
    background: transparent
}

.header.hasBg .box .lang-switch__item {
    color: #4a3b73
}

.header.hasBg .box .lang-switch__divider {
    color: rgba(74, 59, 115, 0.45)
}

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

.pheader {
    display: none;
    position: fixed;
    top: 0;
    height: 60px;
    width: 100%;
    left: 0;
    z-index: 100;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1)
}

.pheader .menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    backdrop-filter: blur(25px);
    transition: all 600ms
}

.pheader .menu .l {
    display: flex;
    align-items: center
}

.pheader .menu .l a {
    margin-left: 20px;
    display: flex;
    align-items: center
}

.pheader .menu .l a img {
    height: 25px;
    object-fit: contain
}

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

.pheader .menu .r .mobile-lang-switch {
    display: inline-flex;
    align-items: center;
    margin-right: 10px
}

.pheader .menu .r .mobile-lang-switch__item {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.72);
    line-height: 1;
    transition: color 300ms, opacity 300ms;
    opacity: .8
}

.pheader .menu .r .mobile-lang-switch__item.is-active {
    color: #6C37D8;
    opacity: 1
}

.pheader .menu .r .mobile-lang-switch__divider {
    margin: 0 4px;
    color: rgba(0, 0, 0, 0.35);
    line-height: 1
}

.pheader .menu .r .mobile-cta {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), radial-gradient(163.74% 99.6% at 63.76% 120.97%, rgba(102, 51, 238, 0.5) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(87deg, rgba(255, 255, 255, 0.5) 10.36%, rgba(255, 255, 255, 0) 86.97%);
    box-shadow: -1px -1px 5.8px 0 #F6EBFF inset, 0 0 20px 0 rgba(160, 130, 240, 0.25);
    padding: 10px 12px;
    font-size: 13px;
    white-space: nowrap;
    border-radius: 30px
}

.pheader .menu .r .navbox {
    margin: 0 20px;
    transition: all 600ms
}

.pheader .menu .r .navbox .line {
    width: 30px;
    height: 1px;
    background-color: #000;
    margin: 8px 0;
    -webkit-transition: all .6s;
    transition: all .6s
}

.pheader .menu .activeBox {
    transform: translateX(10px)
}

.pheader .menu .activeBox .line:nth-child(1) {
    transform: rotate(45deg) translateY(12px)
}

.pheader .menu .activeBox .line:nth-child(2) {
    transform: translateX(30px);
    opacity: 0
}

.pheader .menu .activeBox .line:nth-child(3) {
    transform: rotate(-45deg) translateY(-12px)
}

.menuList {
    position: fixed;
    left: 0;
    top: 59px;
    width: 100%;
    z-index: 1001;
    background: #ececec;
    display: none;
    height: calc(100vh - 59px);
    overflow-y: scroll
}

.menuList .item {
    background: #ececec
}

.menuList .item .tb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1rem
}

.menuList .item .tb a {
    color: #000;
    display: block;
    text-transform: capitalize;
    width: calc(100% - 30px)
}

.menuList .item .tb img {
    width: 30px;
    transition: all 600ms
}

.menuList .item .tb .rotate {
    transform: rotate(90deg)
}

.menuList .item .sub_nav {
    display: none
}

.menuList .item .sub_nav .third_item {
    margin: 0 15px
}

.menuList .item .sub_nav .third_item .p1 {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 0;
    text-transform: capitalize
}

.menuList .item .sub_nav .third_item .p1 .icon {
    margin-right: 10px
}

.menuList .item .sub_nav .third_item .p1 .icon img {
    width: 25px;
    position: static;
    transform: translateY(0)
}

.menuList .item .sub_nav .third_item .p1 span {
    font-weight: 600;
    margin-right: 2px
}

.menuList .item .sub_nav .third_item .p1 img {
    width: 30px;
    transition: all 600ms;
    opacity: .8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.menuList .item .sub_nav .third_item .p1 .rotate {
    transform: translateY(-50%) rotate(90deg)
}

.menuList .item .sub_nav .third_item .list {
    margin: 0 15px;
    display: none
}

.menuList .item .sub_nav .third_item .list a {
    display: block;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 0
}

.menuList .item .sub_nav .third_item .list a:not(:last-child) {
    margin-bottom: 10px
}

.activeList {
    transform: translateY(0)
}

.magic-btn {
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    white-space: nowrap
}

.cookies {
    position: fixed;
    left: 0;
    width: 100%;
    border: 1px solid #D9D9D9;
    background: #35AD98;
    bottom: 0;
    z-index: 10;
    padding: 1.35417vw;
    display: flex;
    justify-content: center;
    display: none;
    color: #111;
    align-items: center;
    color: white;
    gap: .52083vw
}

.cookies .l .des {
    line-height: 1.5
}

.cookies .l .des a {
    color: #0FE
}

.cookies .r {
    display: flex;
    align-items: center;
    gap: .52083vw
}

.cookies .r a {
    width: 6.04167vw;
    height: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.3);
    transition: all 600ms
}

.cookies .r a:hover,
.cookies .r a.on {
    background: #48DBC2;
    border-color: #48DBC2;
    color: #fff
}

.cookies.hide {
    display: none
}

.goTop {
    position: fixed;
    right: 4.16667vw;
    bottom: 5.20833vw;
    width: 4.16667vw;
    height: 4.16667vw;
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: .6s ease;
    background: #2871FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer
}

.goTop .icon {
    height: .78125vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.goTop p {
    margin-top: .26042vw;
    color: white;
    font-weight: 500;
    text-transform: uppercase
}

.goTop.on {
    opacity: 1;
    pointer-events: auto
}

.footer {
    background: url(../images/fbg.png) no-repeat;
    background-size: cover
}

.footer .common_sec {
    position: relative;
    padding: 4.53125vw 0 0 0;
    z-index: 2
}

.footer .common_sec .c1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.footer .common_sec .t1 {
    text-align: center;
    color: #111;
    line-height: 1.375;
    font-weight: 700
}

.footer .common_sec .t1 span {
    color: #8942FE
}

.footer .common_sec .btn {
    text-align: center;
    margin: 1.5625vw 0 3.125vw 0
}

.footer .common_sec .btn a {
    display: inline-flex;
    padding: .67708vw 2.55208vw .72917vw 2.23958vw;
    align-items: center;
    gap: 1.04167vw;
    border-radius: 1000px;
    background: linear-gradient(270deg, #8455E7 0%, #E298A6 100%);
    color: white
}

.footer .common_sec .btn a img {
    width: .41667vw;
    display: block;
    margin-top: 2px;
    transition: all 600ms
}

.footer .common_sec .btn a:hover img {
    transform: rotate(-45deg)
}

.footer .common_sec .pic {
    text-align: center
}

.footer .common_sec .pic img {
    width: 19.94792vw
}

.footer .common_sec .text {
    position: absolute;
    left: 0;
    top: 7.29167vw;
    width: 100%;
    overflow: hidden;
    z-index: -1
}

.footer .common_sec .text .flex {
    display: flex;
    width: max-content;
    animation: goA 30s infinite linear
}

.footer .common_sec .text .flex p {
    color: transparent;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-size: 17.53771vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375;
    text-transform: uppercase;
    opacity: .1
}

@keyframes goA {
    100% {
        transform: translateX(-50%)
    }
}

.footer .f_sec {
    padding: 0 6.77083vw 0 8.33333vw
}

.footer .f_sec .dom1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.footer .f_sec .dom1 .info .item {
    display: flex;
    align-items: center;
    gap: 1.04167vw
}

.footer .f_sec .dom1 .info .item:not(:last-child) {
    margin-bottom: .88542vw
}

.footer .f_sec .dom1 .info .item .icon img {
    width: .9375vw
}

.footer .f_sec .dom1 .info .item p {
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase
}

.footer .f_sec .dom1 .links {
    display: flex;
    gap: 3.6875vw
}

.footer .f_sec .dom1 .links a {
    color: #fff;
    line-height: 1.33
}

.footer .f_sec .icons {
    display: flex;
    gap: 1.09375vw;
    margin: 3.125vw 0 8.02083vw 0
}

.footer .f_sec .icons a {
    width: 2.1875vw;
    height: 2.1875vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%
}

.footer .f_sec .dom2 {
    display: flex;
    justify-content: space-between;
    gap: 2.65625vw;
    align-items: flex-start
}

.footer .f_sec .dom2 .lbox {
    max-width: 80%;
    display: flex;
    gap: .83333vw
}

.footer .f_sec .dom2 .lbox .item {
    width: 20.41667vw;
    border-radius: 1.04167vw;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: linear-gradient(279deg, rgba(255, 255, 255, 0.36) -1.78%, rgba(197, 184, 236, 0.72) 22.09%, rgba(255, 255, 255, 0.3) 57.47%);
    backdrop-filter: blur(5px);
    padding: 1.19792vw 1.30208vw;
    display: flex;
    flex-direction: row;
    gap: .52083vw;
    transition: all 600ms
}

.footer .f_sec .dom2 .lbox .item .icon {
    margin-top: .26042vw
}

.footer .f_sec .dom2 .lbox .item .icon img {
    width: 1.25vw
}

.footer .f_sec .dom2 .lbox .item .text {
    width: 100%;
    flex: 1;
    color: white
}

.footer .f_sec .dom2 .lbox .item .text .p2 {
    margin-top: .52083vw;
    font-weight: 300
}

.footer .f_sec .dom2 .lbox .item:hover {
    transform: scale(1.05)
}

.footer .f_sec .dom2 .rbox {
    display: flex;
    gap: 1.04167vw
}

.footer .f_sec .dom2 .rbox .code {
    text-align: center
}

.footer .f_sec .dom2 .rbox .code .pic img {
    width: 5.20833vw;
    height: 5.20833vw;
    object-fit: cover
}

.footer .f_sec .dom2 .rbox .code p {
    margin-top: .52083vw;
    color: #fff;
    line-height: 1.73;
    white-space: nowrap
}

.footer .f_sec .copyright {
    padding: 1.04167vw 0 2.60417vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 4.6875vw
}

.footer .f_sec .copyright::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 93.75vw;
    background: #fff;
    transform: translateX(-50%);
    height: 1px;
    opacity: .1
}

.footer .f_sec .copyright .lt {
    display: flex;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8
}

.footer .f_sec .copyright .lt a {
    transition: all 600ms
}

.footer .f_sec .copyright .lt a:hover {
    color: #fff
}

.footer .f_sec .copyright .rt {
    display: flex;
    gap: 3.64583vw
}

.footer .f_sec .copyright .rt a {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    transition: all 600ms
}

.footer .f_sec .copyright .rt a:hover {
    color: #fff
}

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

    .header {
        display: none
    }

    .pheader {
        display: flex
    }

    .pheader .menu .r .mobile-lang-switch {
        margin-right: 8px
    }

    .pheader .menu .r .mobile-lang-switch__item {
        font-size: 11px
    }

    .pheader .menu .r .mobile-cta {
        padding: 8px 10px;
        font-size: 12px
    }

    .cookies {
        padding: 12px;
        flex-direction: column
    }

    .cookies .l {
        width: 100%
    }

    .cookies .l .des {
        margin-top: 5px
    }

    .cookies .r {
        width: 100%;
        margin-top: 10px;
        justify-content: space-between
    }

    .cookies .r a {
        width: 48%;
        height: 35px
    }

    .footer .common_sec {
        padding: 30px 0
    }

    .footer .common_sec .t1 {
        font-size: 20px
    }

    .footer .common_sec .btn {
        margin: 20px 0
    }

    .footer .common_sec .btn a {
        padding: 10px 30px;
        gap: 10px
    }

    .footer .common_sec .btn a img {
        width: 8px
    }

    .footer .common_sec .pic img {
        width: 200px
    }

    .footer .common_sec .text {
        top: 80px
    }

    .footer .common_sec .text .flex p {
        font-size: 180px
    }

    .footer .f_sec {
        padding: 0 5%
    }

    .footer .f_sec .dom1 {
        flex-direction: column;
        align-items: flex-start
    }

    .footer .f_sec .dom1 .info .item {
        gap: 10px
    }

    .footer .f_sec .dom1 .info .item:not(:last-child) {
        margin-bottom: 5px
    }

    .footer .f_sec .dom1 .info .item .icon img {
        width: 18px
    }

    .footer .f_sec .dom1 .links {
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 20px
    }

    .footer .f_sec .icons {
        margin: 20px 0;
        gap: 10px
    }

    .footer .f_sec .icons a {
        width: 30px;
        height: 30px
    }

    .footer .f_sec .dom2 {
        flex-direction: column;
        gap: 20px
    }

    .footer .f_sec .dom2 .lbox {
        flex-direction: column;
        gap: 10px;
        width: 100%
    }

    .footer .f_sec .dom2 .lbox .item {
        width: 100%;
        padding: 10px;
        gap: 10px;
        border-radius: 10px
    }

    .footer .f_sec .dom2 .lbox .item .icon {
        margin-top: 0
    }

    .footer .f_sec .dom2 .lbox .item .icon img {
        width: 18px
    }

    .footer .f_sec .dom2 .lbox .item .text .p2 {
        margin-top: 5px;
        font-size: 14px
    }

    .footer .f_sec .dom2 .rbox {
        gap: 20px
    }

    .footer .f_sec .dom2 .rbox .code {
        width: 100%
    }

    .footer .f_sec .dom2 .rbox .code .pic img {
        height: 100px;
        width: 100px
    }

    .footer .f_sec .dom2 .rbox .code p {
        margin-top: 5px;
        font-size: 14px
    }

    .footer .f_sec .copyright {
        margin-top: 40px;
        padding: 10px 0;
        flex-direction: column;
        gap: 10px;
        font-size: 14px;
        text-align: center
    }

    .footer .f_sec .copyright .lt {
        flex-direction: column
    }

    .footer .f_sec .copyright .rt {
        flex-wrap: wrap;
        gap: 10px
    }
}