@font-face {
    src: url(../fonts/Archivo-SemiBold.ttf);
    font-family: 'Archivo'
}

@font-face {
    src: url(../fonts/Archivo-Regular.ttf);
    font-family: 'Archivo r'
}

@font-face {
    src: url(../fonts/Archivo-Bold.ttf);
    font-family: 'Archivo b'
}

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

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Archivo", "PingFang SC", "Microsoft YaHei", sans-serif
}

*, *::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
}

:root {
    --color: #1A7A3B;
    --cubic: cubic-bezier(0.76, 0, 0.24, 1)
}

::-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
}

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

.lenis_scroll::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 20px !important
}

.lenis_scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px
}

.lenis_scroll::-webkit-scrollbar {
    width: 5px !important;
    display: block;
    border-radius: 10px
}

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

.parallax {
    width: 100%;
    height: 100%
}

html {
    background-color: #EAE1D0
}

.home {
    position: relative;
    overflow: hidden
}

body {
    --bg-txt: url(../images/bg.webp);
    background: var(--bg-txt) repeat;
    background-size: 440px auto;
    min-height: 100vh
}

body > div {
    position: relative
}

.all_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--bg-txt) repeat;
    background-size: 440px auto;
    min-height: 100vh
}

.common_brand {
    padding: 133px 30px 0 30px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    overflow: unset
}

.common_brand img {
    width: 22px;
    position: relative;
    top: -2px
}

.common_brand .dis {
    display: flex;
    align-items: center;
    gap: 5px
}

.common_brand a, .common_brand span {
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    text-transform: uppercase
}

.common_y {
    overflow: hidden
}

.common_y * {
    font-family: 'Archivo b', sans-serif
}

.common_y .textY {
    overflow: hidden;
    opacity: 0;
    text-transform: uppercase
}

.common_y .textY.on {
    color: var(--color)
}

.common_y .textY div {
    transform: translateY(100%);
    opacity: 0
}

.common_y.on p {
    opacity: 1
}

.common_y.on p div {
    transform: translateY(0);
    opacity: 1
}

.common_contact {
    height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 31px
}

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

.common_contact .bg img {
    width: 100%;
    height: 100%
}

.common_contact .content {
    width: 560px;
    border: 2px solid #111111;
    background: #EAE2D0
}

.common_contact .content .jump {
    background: var(--bg-txt) repeat;
    background-size: 440px auto;
    padding: 0 0 55px
}

.common_contact .content .jump .title {
    padding: 58px 50px 0 50px;
    font-weight: bold;
    font-size: 80px;
    color: #111111;
    line-height: 80px
}

.common_contact .content .jump .line {
    margin: 38px 0 52px;
    width: 100%;
    height: 2px;
    background: #111111;
    transform: scaleX(0);
    transition: 1s var(--cubic);
    transform-origin: left
}

.common_contact .content .jump .line.aos-animate {
    transform: scaleX(1);
    transition-delay: .3s
}

.common_contact .content .jump .more {
    margin: 0 50px;
    height: 100px;
    background: #1A7A3B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.common_contact .content .jump .more:hover p {
    transform: translate(10px)
}

.common_contact .content .jump .more:hover:after {
    transition-duration: 0.38s;
    transition-delay: 0.08s
}

.common_contact .content .jump .more:hover:after, .common_contact .content .jump .more:hover:before {
    transform: translate3d(100%, 0px, 0px)
}

.common_contact .content .jump .more p {
    transition: transform 0.4s
}

.common_contact .content .jump .more:after {
    background-color: #111
}

.common_contact .content .jump .more:before {
    background: #0c4f23
}

.common_contact .content .jump .more:after, .common_contact .content .jump .more:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1)
}

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

.header.item_on:after {
    opacity: 1
}

.header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    width: calc(100% - 60px);
    height: 1px;
    background: #111;
    opacity: 0;
    transition: .6s ease;
    pointer-events: none
}

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

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

.header.white .nav .item.on > a {
    color: #fff
}

.header.white .nav .item.on .iconfont {
    color: #fff
}

.header.white .nav .item > a {
    color: #fff
}

.header.white .nav .item > a:after {
    background: #fff
}

.header.white .nav .item > a .iconfont {
    color: #fff
}

.header.white .r .language span, .header.white .r .language p, .header.white .r .language .down {
    color: #fff
}

.header.on {
    background: #EAE1D0;
    height: 70px
}

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

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

.header.on .nav .item > a {
    color: #111
}

.header.on .nav .item > a:after {
    background: #111
}

.header.on .nav .item > a .iconfont {
    color: #111
}

.header.on .r .language span, .header.on .r .language p, .header.on .r .language .down {
    color: #111
}

.header.hover_on {
    background: #EAE1D0
}

.header.hover_on .logo img:first-child {
    opacity: 1
}

.header.hover_on .logo img:last-child {
    opacity: 0
}

.header.hover_on .nav .item > a {
    color: #111
}

.header.hover_on .nav .item > a:after {
    background: #111
}

.header.hover_on .nav .item > a .iconfont {
    color: #111
}

.header.hover_on .r .language span, .header.hover_on .r .language p, .header.hover_on .r .language .down {
    color: #111
}

.header .logo {
    width: 115px;
    display: block;
    position: relative
}

.header .logo img {
    width: 100%;
    transition: .6s ease
}

.header .logo img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.header .nav {
    display: flex;
    gap: 50px;
    height: 100%
}

.header .nav .item {
    height: 100%;
    position: relative
}

.header .nav .item.on > a {
    color: var(--color) !important
}

.header .nav .item.on > a:after {
    opacity: 1;
    background: var(--color) !important
}

.header .nav .item.on > a .iconfont {
    color: var(--color) !important
}

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

.header .nav .item:hover > a:after {
    opacity: 1;
    background: var(--color) !important
}

.header .nav .item:hover > a .iconfont {
    color: var(--color);
    transform: rotate(-90deg)
}

.header .nav .item:hover .level2 {
    pointer-events: auto;
    opacity: 1;
    transform: translate(-50%, 0)
}

.header .nav .item:hover .level {
    pointer-events: none
}

.header .nav .item:hover .level:after {
    opacity: 1
}

.header .nav .item:hover .level .jump {
    clip-path: inset(0 0 0 0);
    pointer-events: auto
}

.header .nav .item > a {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 7px;
    font-weight: 600;
    font-size: 16px;
    color: #111111;
    position: relative;
    transition: .6s ease;
    text-transform: capitalize
}

.header .nav .item > a:after {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #1A7A3B;
    border-radius: 50%;
    opacity: 0;
    transition: .6s ease
}

.header .nav .item > a .iconfont {
    font-size: 12px;
    color: #111;
    transform: rotate(90deg);
    transition: .6s ease
}

.header .nav .item .level2 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 10px);
    width: 376px;
    border: 1px solid #111;
    background-color: #EAE1D0;
    opacity: 0;
    transition: .25s ease;
    pointer-events: none
}

.header .nav .item .level2 a {
    width: 100%;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #111;
    padding: 0 25px;
    font-weight: 600;
    font-size: 24px;
    color: #111111;
    transition: .6s ease
}

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

.header .nav .item .level2 a:hover .icon img {
    opacity: 1;
    transform: translate(0, 0)
}

.header .nav .item .level2 a .icon {
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    top: -2px
}

.header .nav .item .level2 a .icon img {
    opacity: 0;
    transform: translate(-100%, 100%);
    transition: 0.4s
}

.header .nav .item .level {
    position: absolute;
    top: 100%;
    left: -46px;
    width: 869px;
    pointer-events: none;
    transition: .6s ease
}

.header .nav .item .level .jump {
    width: 100%;
    background: #EAE1D0;
    border: 1px solid #111111;
    display: flex;
    justify-content: space-between;
    padding: 0 85px 0 43px;
    margin: auto;
    border-top: none;
    position: relative;
    z-index: 1;
    clip-path: inset(0 0 100%);
    transition: 0.6s var(--cubic)
}

.header .nav .item .level .jump .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--bg-txt) repeat;
    background-size: 440px auto
}

.header .nav .item .level .left {
    padding: 49px 30px 49px 0;
    border-right: 1px solid #111
}

.header .nav .item .level .left .list {
    font-weight: 600;
    font-size: 24px;
    color: #111111;
    cursor: pointer;
    transition: .6s ease;
    display: block
}

.header .nav .item .level .left .list.on {
    color: var(--color)
}

.header .nav .item .level .left .list:not(:last-child) {
    margin: 0 0 44px
}

.header .nav .item .level .right {
    width: 358px;
    margin: 49px 0;
    position: relative
}

.header .nav .item .level .right .list {
    width: 100%;
    position: relative;
    pointer-events: none;
    display: block
}

.header .nav .item .level .right .list.on {
    pointer-events: auto
}

.header .nav .item .level .right .list.on .img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s
}

.header .nav .item .level .right .list.on .text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .4s
}

.header .nav .item .level .right .list:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.header .nav .item .level .right .list .img {
    width: 100%;
    height: 233px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s, transform .6s .3s;
    overflow: hidden
}

.header .nav .item .level .right .list .img:hover img {
    transform: scale(1.05)
}

.header .nav .item .level .right .list .img img {
    width: 100%;
    height: 100%;
    transition: .8s ease
}

.header .nav .item .level .right .list .text {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    margin: 20px 0 0 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s, transform .6s .4s;
    font-family: 'Archivo r'
}

.header .r .language {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer
}

.header .r .language span {
    font-size: 18px;
    color: #111;
    transition: .6s ease
}

.header .r .language p {
    font-weight: 600;
    font-size: 16px;
    color: #111111;
    transition: .6s ease
}

.header .r .language .down {
    font-size: 14px;
    color: #111;
    transform: rotate(90deg);
    transition: .6s ease
}

.footer {
    background: #16271B;
    padding: 111px 30px 30px 30px
}

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

.footer .wrap .foo_nav {
    display: flex;
    justify-content: space-between;
    margin: 0 0 154px
}

.footer .wrap .foo_nav .item {
    width: 340px;
    padding: 47px 0 0 0;
    border-top: 1px solid rgba(173, 180, 186, 0.21)
}

.footer .wrap .foo_nav .item.last {
    width: 675px
}

.footer .wrap .foo_nav .item > a {
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    width: fit-content;
    display: block;
    margin: 0 0 30px;
    transition: .6s ease;
    text-transform: uppercase
}

.footer .wrap .foo_nav .item > a:hover {
    color: var(--color)
}

.footer .wrap .foo_nav .item .level a {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 40px;
    width: fit-content;
    display: block;
    transition: .6s ease;
    font-family: 'Archivo r', sans-serif
}

.footer .wrap .foo_nav .item .level a:hover {
    color: #fff
}

.footer .wrap .foo_nav .item .other p {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 40px;
    font-family: 'Archivo r', sans-serif
}

.footer .wrap .foo_img {
    width: 100%;
    position: relative
}

.footer .wrap .foo_img .foo_swiper .swiper-slide.swiper-slide-active img {
    opacity: 1
}

.footer .wrap .foo_img .foo_swiper .swiper-slide img {
    width: 100%;
    opacity: 0;
    transition: .6s
}

.footer .wrap .foo_img img {
    width: 100%
}

.footer .wrap .links {
    margin: 90px 0 0 0;
    padding: 43px 0 0 0;
    border-top: 1px solid rgba(173, 180, 186, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer .wrap .links .l {
    display: flex;
    align-items: center
}

.footer .wrap .links .l p, .footer .wrap .links .l .designed {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    font-family: 'Archivo r', sans-serif
}

.footer .wrap .links .l .designed {
    margin: 0 0 0 50px;
    transition: .6s ease
}

.footer .wrap .links .l .designed:hover {
    color: #fff
}

.footer .wrap .links .l .dis {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0 0 0 66px
}

.footer .wrap .links .l .dis .list {
    cursor: pointer
}

.footer .wrap .links .l .dis .list:hover img {
    filter: unset
}

.footer .wrap .links .l .dis .list img {
    width: 22px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0.4);
    transition: .6s ease
}

.footer .wrap .links .foo_logo {
    width: 115px
}

.footer .wrap .links .foo_logo img {
    width: 100%
}

.parallaxImg {
    overflow: hidden
}

.parallaxImg img {
    max-height: unset
}

.common_section1 {
    padding: 130px 0 100px;
    position: relative;
    z-index: 5
}

.common_section1 .wrap .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px
}

.common_section1 .wrap .flex:not(:last-child) {
    margin: 0 0 5px
}

.common_section1 .wrap .flex .title {
    font-weight: bold;
    font-size: 120px;
    color: #111111;
    line-height: 100%;
    text-transform: uppercase;
    font-family: 'Archivo b', sans-serif;
    display: flex;
    align-items: center
}

.common_section1 .wrap .flex .title .textY {
    width: fit-content
}

.common_section1 .wrap .flex .title * {
    font-family: 'Archivo b', sans-serif
}

.common_section1 .wrap .flex .img2 {
    width: 65px;
    object-fit: contain;
    margin: 0 20px;
    display: block;
    transition: .6s ease;
    transition-delay: .6s
}

.common_section1 .wrap .flex .img3 {
    width: 56px;
    transition: .6s ease;
    transition-delay: .7s
}

.common_section1 .wrap .flex .img3 img {
    width: 100%;
    object-fit: contain
}

.common_section1 .wrap .flex .img4 {
    width: 330px;
    height: 128px;
    border-radius: 70px;
    margin: 14px auto 0
}

.common_section1 .wrap .flex .img4 img {
    width: 100%;
    height: 100%
}

.common_section1 .wrap .flex .img {
    width: 180px;
    height: 100px;
    overflow: hidden;
    border-radius: 50px
}

.common_section1 .wrap .flex .img.aos-animate img {
    transform: scale(1)
}

.common_section1 .wrap .flex .img img {
    width: 100%;
    height: 100%;
    transform: scale(2);
    transition: 3s
}

.common_section1 .wrap .text {
    width: 1006px;
    font-weight: 600;
    font-size: 20px;
    color: #111111;
    line-height: 30px;
    text-align: center;
    margin: 60px auto 0
}

.infoAlert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 1s
}

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

.infoAlert.on .content {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .3s
}

.infoAlert.on .content .r .matter.on {
    pointer-events: auto
}

.infoAlert .black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.77)
}

.infoAlert .content {
    width: 1600px;
    height: 860px;
    background: #EAE1D0;
    position: relative;
    z-index: 4;
    padding: 83px 34px 97px 69px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s
}

.infoAlert .content .sj_scroll{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.infoAlert .content .close {
    position: absolute;
    right: 32px;
    top: 32px;
    z-index: 5;
    cursor: pointer;
    width: 26px
}

.infoAlert .content .close:hover img {
    transform: rotate(90deg);
    filter: unset
}

.infoAlert .content .close img {
    width: 100%;
    transition: .4s ease;
    filter: brightness(0) grayscale(0)
}

.infoAlert .content .r {
    width: 770px;
    height: 665px;
    margin: 21px 0 0 0;
    position: relative
}

.infoAlert .content .r .matter {
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity .3s, transform .6s .3s
}

.infoAlert .content .r .matter.on {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.infoAlert .content .r .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.infoAlert .content .r .matter .title {
    font-weight: 600;
    font-size: 40px;
    color: #111111;
    margin: 0 0 30px;
    text-transform: uppercase
}

.infoAlert .content .r .matter .headline {
    font-weight: 600;
    font-size: 20px;
    color: #111111;
    padding: 0 0 0 18px;
    position: relative;
    text-transform: uppercase
}

.infoAlert .content .r .matter .headline:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #1A7A3B;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%
}

.infoAlert .content .r .matter .text {
    font-weight: 400;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 40px;
    margin: 20px 0 40px 18px;
    font-family: 'Archivo r', sans-serif
}

.infoAlert .content .r .matter .flex {
    /*display: flex;*/
    /*gap: 95px;*/
    margin: 25px 0 48px
}
.infoAlert .content .r .matter .flex table {
    width: 100%;
    display: block;
    overflow: hidden;
    overflow-x: auto;
    padding: 0 0 15px;
}
.infoAlert .content .r .matter .flex table tbody{
    width: max-content;
    display: inline-table;
}
.infoAlert .content .r .matter .flex table tr:first-child td{
    font-weight: bold;
}
.infoAlert .content .r .matter .flex table tr td{
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 30px;
    margin: 25px 0 0 0;
    padding: 0 20px;
    font-family: 'Archivo r', sans-serif
}
.infoAlert .content .r .matter .flex table tr td *{
    font-family: 'Archivo r', sans-serif

}
.infoAlert .content .r .matter .flex table::-webkit-scrollbar{
    display: block;
    height: 5px;
}
.infoAlert .content .r .matter .flex .list .p1 {
    font-weight: 600;
    font-size: 18px;
    color: #111111
}

.infoAlert .content .r .matter .flex .list .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 30px;
    margin: 25px 0 0 0;
    font-family: 'Archivo r', sans-serif
}

.infoAlert .content .r .matter .inquiry {
    width: fit-content;
    padding: 0 44px;
    height: 54px;
    background: #111111;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF
}

.infoAlert .content .l {
    width: 640px;
    border: 1px solid #111111
}

.infoAlert .content .l .fixedInfoSwiper {
    width: 100%;
    height: 578px
}

.infoAlert .content .l .fixedInfoSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.infoAlert .content .l .fixedInfoSwiper .swiper-slide .img {
    width: 513px;
    height: 513px;
}

.infoAlert .content .l .fixedInfoSwiper .swiper-slide .img img{
    width: 100%;
    height: 100%;
}

.infoAlert .content .l .other {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 45px;
    border-top: 1px solid #111111
}

.infoAlert .content .l .other .swiper-pagination {
    position: static;
    width: fit-content;
    display: flex
}

.infoAlert .content .l .other .swiper-pagination span {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    opacity: 1 !important;
    margin: 0 10px 0 0 !important;
    transition: .4s ease
}

.infoAlert .content .l .other .swiper-pagination span.swiper-pagination-bullet-active {
    background: #111
}

.infoAlert .content .l .other .swiper-pagination span:last-child {
    margin: 0 !important
}

.infoAlert .content .l .other .button {
    display: flex;
    align-items: center;
    height: 100%
}

.infoAlert .content .l .other .button .click {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #111;
    cursor: pointer
}

.infoAlert .content .l .other .button .click:hover .iconfont {
    color: #000
}

.infoAlert .content .l .other .button .click:first-child .iconfont {
    transform: rotate(180deg)
}

.infoAlert .content .l .other .button .click .iconfont {
    font-size: 23px;
    color: #9C9C9B;
    transition: .6s ease
}

.infoAlert .content .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--bg-txt) repeat;
    background-size: 440px auto
}

.common_paging {
    display: flex;
    align-items: center;
    justify-content: center
}

.common_paging a {
    font-weight: 400;
    font-size: 24px;
    color: #3D3D3D;
    font-family: 'Archivo r', sans-serif;
    margin: 0 20px;
    transition: .4s ease
}

.common_paging a:hover {
    color: var(--color)
}

.common_paging a:hover .iconfont {
    color: var(--color)
}

.common_paging a:first-child .iconfont {
    transform: rotate(180deg);
    display: block
}

.common_paging a.on {
    color: var(--color)
}

.common_paging a .iconfont {
    color: #111;
    font-size: 22px;
    transition: .4s ease
}

.news_cut {
    display: flex;
    align-items: center;
    gap: 80px;
    width: fit-content;
    margin: auto
}

.news_cut .list {
    font-weight: 400;
    font-size: 24px;
    color: #3D3D3D;
    cursor: pointer;
    font-family: 'Archivo r', sans-serif;
    position: relative
}

.news_cut .list:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #1A7A3B;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    border-radius: 50%;
    opacity: 0;
    transition: .6s ease
}

.news_cut .list.on {
    color: var(--color)
}

.news_cut .list.on:after {
    opacity: 1
}

@media screen and (max-width: 1919px) {
    [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;
    }
    .lenis_scroll::-webkit-scrollbar-thumb{
        border-radius: 1.0416666667vw !important;
    }
    .lenis_scroll::-webkit-scrollbar-track{
        border-radius: 0.5208333333vw;
    }
    .lenis_scroll::-webkit-scrollbar{
        border-radius: 0.5208333333vw;
        width: 0.2604166667vw !important;
    }
    body{
        background-size: 22.9166666667vw;
    }
    .all_bg{
        background-size: 22.9166666667vw;
    }
    .common_brand{
        padding: 6.9270833333vw 1.5625vw 0px;
        gap: 0.2604166667vw;
    }
    .common_brand img{
        width: 1.1458333333vw;
        top: -0.1041666667vw;
    }
    .common_brand .dis{
        gap: 0.2604166667vw;
    }
    .common_brand a, .common_brand span{
        font-size: 0.9375vw;
    }
    .common_contact{
        padding: 0px 1.6145833333vw;
    }
    .common_contact .content{
        width: 29.1666666667vw;
        border: 0.1041666667vw solid rgb(17, 17, 17);
    }
    .common_contact .content .jump{
        background-size: 22.9166666667vw;
        padding: 0px 0px 2.8645833333vw;
    }
    .common_contact .content .jump .title{
        padding: 3.0208333333vw 2.6041666667vw 0px;
        font-size: 4.1666666667vw;
        line-height: 4.1666666667vw;
    }
    .common_contact .content .jump .line{
        margin: 1.9791666667vw 0px 2.7083333333vw;
        height: 0.1041666667vw;
    }
    .common_contact .content .jump .more{
        margin: 0px 2.6041666667vw;
        height: 5.2083333333vw;
        font-size: 2.0833333333vw;
    }
    .common_contact .content .jump .more:hover p{
        transform: translate(0.5208333333vw);
    }
    .header{
        height: 5.0520833333vw;
        padding: 0px 1.5625vw;
    }
    .header::after{
        left: 1.5625vw;
        width: calc(100% - 3.125vw);
    }
    .header.on{
        height: 3.6458333333vw;
    }
    .header .logo{
        width: 5.9895833333vw;
    }
    .header .nav{
        gap: 2.6041666667vw;
    }
    .header .nav .item > a{
        gap: 0.3645833333vw;
        font-size: 0.8333333333vw;
    }
    .header .nav .item > a::after{
        left: -0.78125vw;
        width: 0.4166666667vw;
        height: 0.4166666667vw;
    }
    .header .nav .item > a .iconfont{
        font-size: 0.625vw;
    }
    .header .nav .item .level2{
        transform: translate(-50%, 0.5208333333vw);
        width: 19.5833333333vw;
    }
    .header .nav .item .level2 a{
        height: 3.9583333333vw;
        padding: 0px 1.3020833333vw;
        font-size: 1.25vw;
    }
    .header .nav .item .level2 a .icon{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
        top: -0.1041666667vw;
    }
    .header .nav .item .level{
        left: -2.3958333333vw;
        width: 45.2604166667vw;
    }
    .header .nav .item .level .jump{
        padding: 0px 4.4270833333vw 0px 2.2395833333vw;
    }
    .header .nav .item .level .jump .bg{
        background-size: 22.9166666667vw;
    }
    .header .nav .item .level .left{
        padding: 2.5520833333vw 1.5625vw 2.5520833333vw 0px;
    }
    .header .nav .item .level .left .list{
        font-size: 1.25vw;
    }
    .header .nav .item .level .left .list:not(:last-child){
        margin: 0px 0px 2.2916666667vw;
    }
    .header .nav .item .level .right{
        width: 18.6458333333vw;
        margin: 2.5520833333vw 0px;
    }
    .header .nav .item .level .right .list .img{
        height: 12.1354166667vw;
        transform: translateY(1.0416666667vw);
    }
    .header .nav .item .level .right .list .text{
        font-size: 0.9375vw;
        margin: 1.0416666667vw 0px 0px;
        transform: translateY(1.0416666667vw);
    }
    .header .r .language{
        gap: 0.3645833333vw;
    }
    .header .r .language span{
        font-size: 0.9375vw;
    }
    .header .r .language p{
        font-size: 0.8333333333vw;
    }
    .header .r .language .down{
        font-size: 0.7291666667vw;
    }
    .footer{
        padding: 5.78125vw 1.5625vw 1.5625vw;
    }
    .footer .wrap{
        width: 96.875vw;
    }
    .footer .wrap .foo_nav{
        margin: 0px 0px 8.0208333333vw;
    }
    .footer .wrap .foo_nav .item{
        width: 17.7083333333vw;
        padding: 2.4479166667vw 0px 0px;
    }
    .footer .wrap .foo_nav .item.last{
        width: 35.15625vw;
    }
    .footer .wrap .foo_nav .item > a{
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .footer .wrap .foo_nav .item .level a{
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }
    .footer .wrap .foo_nav .item .other p{
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }
    .footer .wrap .links{
        margin: 4.6875vw 0px 0px;
        padding: 2.2395833333vw 0px 0px;
    }
    .footer .wrap .links .l p, .footer .wrap .links .l .designed{
        font-size: 0.9375vw;
    }
    .footer .wrap .links .l .designed{
        margin: 0px 0px 0px 2.6041666667vw;
    }
    .footer .wrap .links .l .dis{
        gap: 1.6666666667vw;
        margin: 0px 0px 0px 3.4375vw;
    }
    .footer .wrap .links .l .dis .list img{
        width: 1.1458333333vw;
        height: 0.9375vw;
    }
    .footer .wrap .links .foo_logo{
        width: 5.9895833333vw;
    }
    .common_section1{
        padding: 6.7708333333vw 0px 5.2083333333vw;
    }
    .common_section1 .wrap .flex{
        gap: 0.78125vw;
    }
    .common_section1 .wrap .flex:not(:last-child){
        margin: 0px 0px 0.2604166667vw;
    }
    .common_section1 .wrap .flex .title{
        font-size: 6.25vw;
    }
    .common_section1 .wrap .flex .img2{
        width: 3.3854166667vw;
        margin: 0px 1.0416666667vw;
    }
    .common_section1 .wrap .flex .img3{
        width: 2.9166666667vw;
    }
    .common_section1 .wrap .flex .img4{
        width: 17.1875vw;
        height: 6.6666666667vw;
        border-radius: 3.6458333333vw;
        margin: 0.7291666667vw auto 0px;
    }
    .common_section1 .wrap .flex .img{
        width: 9.375vw;
        height: 5.2083333333vw;
        border-radius: 2.6041666667vw;
    }
    .common_section1 .wrap .text{
        width: 52.3958333333vw;
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
        margin: 3.125vw auto 0px;
    }
    .infoAlert .content{
        width: 83.3333333333vw;
        height: 44.7916666667vw;
        padding: 4.3229166667vw 1.7708333333vw 5.0520833333vw 3.59375vw;
        transform: translateY(1.0416666667vw);
    }
    .infoAlert .content .close{
        right: 1.6666666667vw;
        top: 1.6666666667vw;
        width: 1.3541666667vw;
    }
    .infoAlert .content .r{
        width: 40.1041666667vw;
        height: 34.6354166667vw;
        margin: 1.09375vw 0px 0px;
    }
    .infoAlert .content .r .matter{
        transform: translateY(1.0416666667vw);
    }
    .infoAlert .content .r .matter .title{
        font-size: 2.0833333333vw;
        margin: 0px 0px 1.5625vw;
    }
    .infoAlert .content .r .matter .headline{
        font-size: 1.0416666667vw;
        padding: 0px 0px 0px 0.9375vw;
    }
    .infoAlert .content .r .matter .headline::after{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
    }
    .infoAlert .content .r .matter .text{
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
        margin: 1.0416666667vw 0px 2.0833333333vw 0.9375vw;
    }
    .infoAlert .content .r .matter .flex{
        margin: 1.3020833333vw 0px 2.5vw;
    }
    .infoAlert .content .r .matter .flex table{
        padding: 0px 0px 0.78125vw;
    }
    .infoAlert .content .r .matter .flex table tr td{
        font-size: 0.9375vw;
        line-height: 1.5625vw;
        margin: 1.3020833333vw 0px 0px;
        padding: 0px 1.0416666667vw;
    }
    .infoAlert .content .r .matter .flex table::-webkit-scrollbar{
        height: 0.2604166667vw;
    }
    .infoAlert .content .r .matter .flex .list .p1{
        font-size: 0.9375vw;
    }
    .infoAlert .content .r .matter .flex .list .p2{
        font-size: 0.9375vw;
        line-height: 1.5625vw;
        margin: 1.3020833333vw 0px 0px;
    }
    .infoAlert .content .r .matter .inquiry{
        padding: 0px 2.2916666667vw;
        height: 2.8125vw;
        border-radius: 1.40625vw;
        font-size: 1.0416666667vw;
    }
    .infoAlert .content .l{
        width: 33.3333333333vw;
    }
    .infoAlert .content .l .fixedInfoSwiper{
        height: 30.1041666667vw;
    }
    .infoAlert .content .l .fixedInfoSwiper .swiper-slide .img{
        width: 26.71875vw;
        height: 26.71875vw;
    }
    .infoAlert .content .l .other{
        height: 5.2083333333vw;
        padding: 0px 0px 0px 2.34375vw;
    }
    .infoAlert .content .l .other .swiper-pagination span{
        width: 0.625vw;
        height: 0.625vw;
        margin: 0px 0.5208333333vw 0px 0px !important;
    }
    .infoAlert .content .l .other .button .click{
        width: 5.2083333333vw;
    }
    .infoAlert .content .l .other .button .click .iconfont{
        font-size: 1.1979166667vw;
    }
    .infoAlert .content .bg{
        background-size: 22.9166666667vw;
    }
    .common_paging a{
        font-size: 1.25vw;
        margin: 0px 1.0416666667vw;
    }
    .common_paging a .iconfont{
        font-size: 1.1458333333vw;
    }
    .news_cut{
        gap: 4.1666666667vw;
    }
    .news_cut .list{
        font-size: 1.25vw;
    }
    .news_cut .list::after{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        left: -0.9375vw;
    }
}
@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: 100px;
        height: 28px;
        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);
    }

    /**/
    .common_brand{
        padding: 90px 5% 0 5%;
        gap: 15px;
    }
    .common_brand img {
        width: 15px;
        top: -5px;
    }
    .common_brand .dis {
        gap: 10px;
    }
    .common_brand a, .common_brand span {
        font-size: 12px;
    }
    .common_brand span{
        font-size: 24px;
    }
    .parallax{
        transform: none!important;
    }
    .news_cut{
        gap: 29px;
    }
    .news_cut .list {
        font-size: 12px;
    }
    .news_cut .list:after {
        width: 6px;
        height: 6px;
        left: -12px;
    }
    .common_section1 .wrap .flex{
        position: relative;
        z-index: 2;
    }
    .common_section1 .wrap .flex .title {
        font-size: 35px;
    }
    .common_section1 .wrap .flex .img {
        width: 70px;
        height: 38px;
        border-radius: 30px;
    }
    .common_section1 .wrap .flex{
        gap: 15px;
    }
    .common_section1 .wrap .flex:not(:last-child) {
        margin: 0 0 8px;
    }
    .common_section1{
        padding: 35px 0;
    }

    .common_contact{
        padding: 150px 5%;
        height: auto;
    }

    .common_contact .content{
        width: 90%;
        border-width: 1px;
    }
    .common_contact .content .jump .title {
        padding: 20px 5% 10px 5%;
        font-size: 26px;
        line-height: 30px;
    }

    .common_contact .content .jump .more{
        margin: 0 5%;
        height: 40px;
        font-size: 14px;
    }
    .common_contact .content .jump .line{
        height: 1px;
        transform: scaleX(1);
        margin: 10px 0 20px;
    }
    .common_contact .content .jump {
        padding: 0 0 20px;
    }

    .footer{
        padding: 40px 5%;
    }
    .footer .wrap .foo_nav{
        display: none;
    }

    /**/
    footer .sj_nav{
        margin: 0 0 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(255,255,255,.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 #fff;
    }
    footer .sj_nav .item:last-child .show{
        /*border-bottom: none;*/
    }

    footer .sj_nav .item .show a{
        color: #fff;
        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: #fff;
    }
    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: #fff;
        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: #fff;
        font-size: 13px;
        display: block;
        width: 100%;
        line-height: 34px;
        opacity: .5;
        padding: 0 0 0 10px;
    }
    footer .footer_top .wrap .l{
        width: 100%;
    }
    footer .sj_nav .other{
        margin: 30px 0 0 0;
    }
    footer .sj_nav .other p{
        font-weight: 400;
        font-size: 14px;
        color: rgb(136, 136, 136);
        line-height: 30px;
        font-family: "Archivo r", sans-serif;

    }
    /**/

    .footer .wrap{
        width: 100%;
    }
    .footer .wrap .links{
        margin: 25px 0 0 0;
        padding: 20px 0 0 0;
        flex-direction: column;
        line-height: 25px;
        align-items: unset;
    }
    .footer .wrap .links .l{
        flex-wrap: wrap;
    }
    .footer .wrap .links .l p, .footer .wrap .links .l .designed{
        font-size: 13px;
    }
    .footer .wrap .links .l .designed{
        margin: 0;
    }
    .footer .wrap .links .foo_logo{
        width: 80px;
        margin: 20px 0 0 ;
    }
    .common_section1 .wrap .text{
        width: 100%;
        font-size: 12px;
        line-height: 23px;
        margin: 28px auto 0;
        padding: 0 5%;
    }
    .common_section1 .wrap .flex .img2{
        width: 25px;
        margin: 0 15px;
    }
    .common_section1 .wrap .flex .img3{
        width: 25px;
    }

    .parallaxImg img{
        margin-top: 0!important;
        transform: none!important;
        height: 100% !important;
    }
    .common_section1 .wrap .flex .img4 {
        width: 120px;
        height: auto;
        border-radius: 70px;
        margin: 20px auto 0;
    }

    .infoAlert .content {
        width: 90%;
        padding: 50px 20px 20px 20px;
        height: auto;
        flex-direction: column;
    }
    .infoAlert .content .sj_scroll{
        height: 70vh;
        overflow-y: auto;
        flex-direction: column;
        justify-content: unset;
    }
    .infoAlert .content .l {
        width: 100%;
    }
    .infoAlert .content .l .fixedInfoSwiper{
        height: auto;
        padding: 20px 0;
    }
    .infoAlert .content .l .fixedInfoSwiper .swiper-slide .img{
        width: 90%;
        height: auto;
    }
    .infoAlert .content .l .other{
        height: 50px;
        padding: 0 0 0 20px;
    }
    .infoAlert .content .l .other .swiper-pagination span{
        width: 7px;
        height: 7px;
        margin: 0 6px 0 0!important;
    }
    .infoAlert .content .l .other .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .infoAlert .content .l .other .button .click{
        width: 50px;
        height: 50px;
    }
    .infoAlert .content .l .other .button .click .iconfont{
        font-size: 14px;
    }
    .infoAlert .content .close {
        right: 4%;
        top: 3%;
        width: 16px;
    }
    .infoAlert .content .r {
        width: 100%;
        margin: 25px 0 0 0;
        height: auto;
        overflow: unset;
    }
    .infoAlert .content .r .matter .inquiry{
        padding: 0 20px;
        height: 35px;
        border-radius: 30px;
        font-size: 13px;
    }
    .infoAlert .content .r .matter{
        padding: 0;
        height: auto;
    }
    .infoAlert .content .r .matter .title{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .infoAlert .content .r .matter .headline{
        font-size: 16px;
        padding: 0 0 0 15px;
    }
    .infoAlert .content .r .matter .text{
        font-size: 13px;
        line-height: 22px;
        margin: 15px 0;
    }
    .infoAlert .content .r .matter .flex{
        margin: 20px 0;
    }
    .infoAlert .content .r .matter .flex table{
        padding: 0 0 10px;
    }


    .infoAlert .content .r .matter .flex table tr td{
        font-size: 12px;
        line-height: 22px;
        margin: 10px 0 0 0;
        padding: 0 15px;
    }
    .infoAlert .content .r .matter .headline::after {
        width: 6px;
        height: 6px;
    }

    /**/
    .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
    }
    /**/
}

