.banner {
    position: relative;
}

.banner-pic-swiper .swiper-slide {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    max-height: 968px;
    min-height: 640px;
    overflow: hidden;
    position: relative;
    width: 100vw
}

.banner-pic-swiper .swiper-slide .slide-content {
    grid-gap: 0 64px;
    display: grid;
    gap: 0 64px;
    flex-direction: column;
    grid-template-areas:
        "title tips"
        "subtitle tips"
        "description tips"
        "operation tips";
    grid-template-columns: 1fr 164px;
    padding: 0 64px;
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 100%
}

.banner-pic-swiper .swiper-slide .slide-content .title {
    color: #161718;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    grid-area: title;
    line-height: 140%;
    width: 872px;
    max-width: 100%;
    z-index: 1
}
.banner-pic-swiper .swiper-slide .slide-content .subtitle{
    grid-area: subtitle;
    font-size: 36px;
    font-weight: bold;
    margin-top: .4em;
}
.banner-pic-swiper .swiper-slide .slide-content .des {
    color: #161718;
    font-size: 24px;
    grid-area: description;
    line-height: 27px;
    z-index: 1;
    margin-top: 22px;
}

.banner-pic-swiper .swiper-slide .slide-content .btn-options {
    grid-gap: 12px;
    /* animation: content-module__fadeIn___tOf9k .5s ease-in-out forwards; */
    /* animation-delay: .1s; */
    display: grid;
    gap: 12px;
    grid-area: operation;
    grid-template-columns: repeat(2, 234px);
    margin-top: 42px;
    /* margin-left: 40px; */
}

.banner-pic-swiper .swiper-slide .slide-content .btn-options a {
    align-items: center;
    background: linear-gradient(rgba(217, 41, 27, 1) 50%, #161718 0);
    background-position: 0 100%;
    background-size: 100% 200%;
    border: 1px solid #161718;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex: 1 0 0;
    font-size: 17px;
    font-weight: 500;
    gap: 4px;
    height: 48px;
    justify-content: center;
    transition: all .1s ease-in-out;
    width: 234px
}

.banner-pic-swiper .swiper-slide .slide-content .btn-options a:hover {
    animation: button-hover .25s ease-in-out;
    background-position: 0 0;
    border: 1px solid rgba(217, 41, 27, 1);
    /* color: #161718; */
    transition: all 0s
}

.banner-pic-swiper .swiper-slide .slide-content .pic {
    height: 640px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 640px;
    z-index: 0
}

.banner .swiper-btn {
    bottom: 148px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    left: 64px;
    position: absolute;
    z-index: 2
}

.banner .swiper-pagination {
    position: absolute;
    inset-inline-end: 0;
    bottom: 150px;
    inset-inline-start: 0;
    z-index: 15;
    display: flex !important;
    justify-content: center;
    padding-inline-start: 0;
    margin: 0;
    list-style: none;
}

.banner .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background-color: #161718;
    border-radius: 50%;
}

.banner-advantage {
    animation: banner-advantage-slideUp .5s ease-out forwards;
    animation-delay: .5s;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: translateY(100%);
    width: 100%;
    z-index: 2;
    display: block;
}

.m-banner-advantage {
    display: none;
}

@keyframes banner-advantage-slideUp {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.banner-advantage .advantage-icon-group {
    background-color: rgba(217, 41, 27, 1);
    display: flex;
    flex-direction: row;
    gap: 64px;
    padding: 4px 64px;
    width: 100%;
}

.banner-advantage .advantage-icon-group .advantage-icon-item {
    align-items: center;
    color: #161718;
    display: flex;
    flex-direction: row;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    width: 25%
}

.banner-advantage .advantage-icon-group .advantage-icon-item .icon {
    font-size: 17px;
    margin-right: 8px;

}

.anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner-advantage .advantage-text-group {
    background: hsla(0, 0%, 100%, .5);
    display: flex;
    flex-direction: row;
    gap: 64px;
    padding: 0 64px;
    width: 100%
}

.banner-advantage .advantage-text-group .advantage-icon-item {
    padding: 24px 0;
    width: 25%;
    word-wrap: break-word;
    color: #161718;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    white-space: normal;
}

.m-banner-advantage .swiper-pagination {
    bottom: -10px;
}

.m-advertisement {
    margin: 53px 16px 16px;
    align-items: center;
    background: linear-gradient(315deg, #006acf, #006acf 62px, #0062be 70px, #007cf3 0, #007cf3 105px, #0072e0 0, #007cf3 113px, #007cf3);
    border-radius: 8px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 241px;
    min-width: 164px;
    overflow: hidden;
    padding: 21px 16px 24px;
    position: relative;
    display: none;
}

.m-advertisement .title {
    background-color: rgba(217, 41, 27, 1);
    color: #161718;
    font-size: 12px;
    font-weight: 500;
    height: 26.5px;
    left: -30px;
    line-height: 26.5px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 21.5px;
    transform: rotate(-45deg);
    width: 130px;
}

.m-advertisement .subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
    width: 100%;
    margin-top: 28px;
    text-align: center;
}

.m-advertisement .percentage {
    display: grid;
    grid-template-areas: "num symbol" "num icon";
    margin-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.m-advertisement .percentage .number {
    font-size: 72px;
    font-weight: 700;
    grid-area: num;
    line-height: 80px;
}

.m-advertisement .percentage .symbol {
    font-size: 24px;
    font-weight: 700;
    grid-area: symbol;
    line-height: 32px;
    margin-top: 9px;
}

.m-advertisement .percentage .icon {
    grid-area: icon;
    height: 32px;
    width: 32px;
}

.m-advertisement .btn {
    align-content: center;
    background: linear-gradient(rgba(217, 41, 27, 1) 50%, #161718 0);
    background-position: 0 100%;
    background-size: 100% 200%;
    border-radius: 4px;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    height: 32px;
    line-height: 20px;
    text-align: center;
    transition: all .1s ease-in-out;
    width: 132px;
}

.m-advertisement .btn:hover {
    animation: black-button-hover .25s ease-in-out;
    background-position: 0 0;
    color: #161718;
    transition: all 0s;
}

.our-service-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    padding: 120px 64px 32px;
}

.our-service-header-l .title {
    color: #161718;
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 16px;
}

.our-service-header-l .subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.our-service-header-r {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow-x: auto;
    padding-bottom: 16px;
    padding-left: 60px;
    position: relative;
}

.our-service-header-r::before {
    background-color: #d5dee5;
    content: "";
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.our-service-header-r .item {
    flex: 1;
    min-width: 166.5px;
    position: relative;
}

.our-service-header-r .item .icon {
    height: 48px;
    margin: 0 auto 20px;
    width: 48px;
}

.our-service-header-r .item .icon img {
    height: 100%;
    width: 100%;
}

.our-service-header-r .item .text-title {
    color: #161718;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: center
}

.our-service-header-r .item .arrow {
    position: absolute;
    right: -24px;
    top: 50%
}

.our-service-body {
    background-color: #000;
    background-image: url(../img/optimize_bg.jpg);
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    padding: 40px 0 80px
}

.our-service-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.our-service-list .item {
    color: #fff;
    display: grid;
    grid-template-areas: "image - index" "title title title" "desc desc desc" "button button button";
    padding: 64px;
    position: relative;
}

.our-service-list .item .icon {
    grid-area: image;
    height: 64px;
    margin-bottom: 32px;
    width: 64px;
}

.our-service-list .item .number {
    color: #697682;
    font-size: 48px;
    font-weight: 700;
    grid-area: index;
    line-height: 64px;
    position: absolute;
    right: 0;
    top: 0;
}

.our-service-list .item .title {
    font-size: 24px;
    font-weight: 500;
    grid-area: title;
    line-height: 32px;
    margin-bottom: 12px;
}

.our-service-list .item .des {
    color: #eef2f5;
    font-size: 15px;
    font-weight: 400;
    grid-area: desc;
    line-height: 24px;
    margin-bottom: 12px;
    min-height: 100px;
    opacity: .5;
}

.our-service-list .item .btn {
    align-items: center;
    background: linear-gradient(rgba(217, 41, 27, 1) 50%, transparent 0);
    background-position: 0 100%;
    background-size: 100% 200%;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    gap: 8px;
    grid-area: button;
    height: 32px;
    justify-content: center;
    text-align: center;
    transition: all .1s ease-in-out;
    width: 160px;
}

.our-service-list .item .btn:hover {
    animation: button-hover .25s ease-in-out;
    background-position: 0 0;
    border-color: rgba(217, 41, 27, 1);
    /* color: #000; */
    transition: all 0s;
}

.map {
    background-image: url(../img/map-bg.webp);
    background-position: 50%;
    background-size: cover;
    padding: 120px 0;
}

.map-title {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 64px;
}

.map-title .title-text {
    color: #161718;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    margin: 0;
}

.map-title .map-title-desc {
    align-items: center;
    display: flex;
    gap: 32px;
}

.map-title .map-title-desc-item {
    align-items: center;
    display: flex;
    gap: 8px;
    font-size: 12px;
    color: #1e1e1e;
}

.map-title .map-title-desc-item .desc,
.map-title .map-title-desc-item .icon {
    height: 12px;
    width: 12px;
}

.map-title .map-title-desc-item .desc {
    border-radius: 50%;
}

.map-title .map-title-desc-item .desc.blue {
    background-color: rgba(0, 124, 243, .502);
}

.map-title .map-title-desc-item .desc.yellow {
    background-color: #ffb012;
}

.map-wrap {
    margin: 64px 0 40px;
    padding: 0 194px;
    width: 100%;
}

.map-wrap img {
    aspect-ratio: 2102/1154;
    display: block;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.map .info-wrap {
    grid-gap: 32px;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 64px;
}

.map .info-wrap .info-item {
    background-color: #fff;
    border: 1px solid #d5dee5;
    border-radius: 8px;
    box-shadow: 0 8px 12px 6px rgba(22, 23, 24, .078);
    color: #161718;
    padding: 32px 32px 32px 84px;
    position: relative;
}

.map .info-wrap .info-item .icon {
    height: 40px;
    left: 32px;
    position: absolute;
    top: 32px;
    width: 40px;
}

.map .info-wrap .info-item .text-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 12px;
}

.map .info-wrap .info-item .text-des {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.map .info-wrap .info-item .text-des li {
    padding-left: 24px;
    position: relative;
}

.map .info-wrap .info-item .text-des li::before {
    background-color: #161718;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 4px
}

.map .btn {
    background: linear-gradient(rgba(217, 41, 27, 1) 50%, #007cf3 0);
    background-position: 0 100%;
    background-size: 100% 200%;
    border-radius: 4px;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    height: 48px;
    line-height: 20px;
    margin: 40px auto 0;
    transition: all .1s ease-in-out;
    width: 234px;
}

.map .btn:hover {
    animation: blue-button-hover .25s ease-in-out;
    background-position: 0 0;
    color: #fff;
    transition: all 0s;
}

.software {
    grid-gap: 0 128px;
    background-image: url(../img/software_bg.jpg);
    background-position: 50%;
    background-size: cover;
    color: #fff;
    display: grid;
    gap: 0 128px;
    grid-template-areas: "title image" "link image";
    grid-template-columns: 264px 1fr;
    grid-template-rows: 1fr auto;
    overflow: hidden;
    padding: 120px 64px;
    width: 100%;
}

.software .title {
    grid-area: title;
}

.software .title h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 16px;
}

.software .title ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    padding-left: 27px;
    position: relative
}

.software .title ul li:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    left: 11px;
    position: absolute;
    top: 11px;
    width: 4px
}

.software .image {
    grid-area: image;
}

.software .image .image-container {
    aspect-ratio: 920/612;
    border-radius: 8px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    max-width: 920px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.software .image .image-container .swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.software .image .swiper-slide img {
    display: block;
    width: 100%;
}

.software-link {
    grid-area: link;
}

.software-link a {
    grid-gap: 0 16px;
    background: linear-gradient(rgba(217, 41, 27, 1) 50%, transparent 0);
    background-position: 0 98%;
    background-size: 100% 205%;
    border-bottom: 1px solid hsla(0, 0%, 100%, .102);
    color: #fff;
    display: block;
    display: grid;
    gap: 0 16px;
    grid-template-areas: "icon title next" "icon desc next";
    grid-template-columns: 24px 1fr 24px;
    padding: 24px 0;
    transition: all .1s ease-in-out
}

.software-link a .icon {
    align-content: center;
    font-size: 24px;
    grid-area: icon;
    width: 24px
}

.software-link a .text-title {
    font-size: 20px;
    font-weight: 700;
    grid-area: title;
    line-height: 28px
}

.software-link a .text-des {
    font-size: 12px;
    font-weight: 400;
    grid-area: desc;
    line-height: 17px
}

.software-link a .arrow {
    align-content: center;
    grid-area: next;
    width: 20px
}

.software-link a:hover {
    animation: button-hover .25s ease-in-out;
    background-position: 0 0;
    color: #161718;
    padding: 24px 16px;
    transition: all 0s
}

.news {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 120px 64px;
}

.news .title-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.news .title-wrap .title {
    color: #161718;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.news .title-wrap .more {
    align-items: center;
    color: #161718;
    display: flex;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.news .sub-title {
    color: #41464b;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 48px;
    margin-top: 16px
}

.comment .operation,
.news .operation {
    display: flex;
    margin-top: 48px;
    gap: 32px;
}

.comment .operation .btn svg,
.news .operation .btn svg {
    color: #fff;
    cursor: pointer;
    height: 46px;
    width: 46px
}

.comment .operation .btn.swiper-button-disabled,
.news .operation .btn.swiper-button-disabled {
    opacity: .3
}

.consultation {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.consultation .wrap {
    align-items: center;
    background-color: #fff;
    background-image: url(https://millgrid-public.oss-accelerate.aliyuncs.com/millgrid/shippergrid-fe/network/assets/home_v3/consultation_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    height: 640px;
    justify-content: center;
    padding: 0 calc(50vw - 555px);
    width: 100%
}

.consultation .title {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    white-space: pre;
    width: 100%;
}

.consultation .des {
    width: 100%;
    font-size: 24px;
    color: #fff;
    margin-top: 1em;
}

.consultation .opt-wrap {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 24px;
    width: 100%
}

.consultation .opt-wrap .btn {
    align-items: center;
    background: linear-gradient(rgba(217, 41, 27, 1) 50%, hsla(0, 0%, 100%, 0) 0);
    background-position: 0 100%;
    background-size: 100% 200%;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    padding: 5px 24px;
    transition: all .1s ease-in-out;
    width: 232px
}

.consultation .opt-wrap .btn:hover {
    animation: button-hover .25s ease-in-out;
    background-position: 0 0;
    border: unset;
    /* color: #161718; */
    transition: all 0s
}

.consultation .opt-wrap .anticon {
    color: #fff;
    font-size: 120px
}

.comment {
    padding: 120px 0;
    overflow: hidden;
}

.comment .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 16px;
    padding: 0 64px
}

.comment .sub-title {
    color: #41464b;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 48px;
    padding: 0 64px
}

.comment .content {
    display: flex;
    flex-direction: column;
    padding: 0 64px;
    /* margin-bottom: 48px; */
}

.comment .content .swiper {
    overflow: visible;
    width: 100%;
    padding-bottom: 48px;
}

.comment .content .swiper-slide {
    align-items: center;
    border: 1px solid #d5dee5;
    border-radius: 16px;
    color: #161718;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    height: 344px;
    padding: 64px 32px;
    width: 421px;
}

.comment .content .swiper-slide .avatar {
    border-radius: 24px;
    height: 48px;
    margin-bottom: 8px;
    overflow: hidden;
    width: 48px
}

.comment .content .swiper-slide .text-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: center
}

.comment .content .swiper-slide .text-des {
    color: #697682;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 24px;
    text-align: center
}

.comment .content .swiper-slide .text {
    position: relative;
}

.comment .content .swiper-slide .text-container {
    position: relative;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: -webkit-box;
    font-size: 15px;
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.comment .content .swiper-slide .tooltip {
    position: absolute;
    bottom: calc(100% + 24px);
    left: 50%;
    width: 250px;
    line-height: 1.57;
    min-width: 24px;
    min-height: 32px;
    padding: 6px 8px;
    word-break: break-word;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .85);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
        0 3px 6px -4px rgba(0, 0, 0, 0.12),
        0 9px 28px 8px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translateX(-50%)scale(.95);
    transform-origin: center bottom;
    transition: all .1s cubic-bezier(.4, 0, .2, 1);
}

.comment .content .swiper-slide .text:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%)scale(1);
    pointer-events: inherit;
}

.comment .content .swiper-slide .tooltip::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    background-color: rgba(0, 0, 0, .85);
    width: 16px;
    height: 16px;
    transform: translate(-50%, 50%) rotate(180deg);
    clip-path: path('M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 7.292893218813452 2.363961030678928 A 1 1 0 0 1 8.707106781186548 2.363961030678928 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z');
}

.comment .content .swiper-slide:hover .tooltip {
    display: block;
}

.comment .swiper-pagination {
    bottom: 12px;
    display: none;
}

.comment .swiper-pagination .swiper-pagination-bullet {
    height: 4px;
    width: 4px;
}

.comment .swiper-pagination .swiper-pagination-bullet-active {
    background: #333;
}

@media screen and (max-width: 768px) {
    .comment .content .swiper {
        padding-bottom: 36px;
    }

    .comment .sub-title {
        margin-bottom: 16px;
        padding: 0 16px;
    }

    .comment .swiper-pagination {
        display: flex;
        /* height: 4px; */
        justify-content: center;
    }

    .comment .content .swiper-slide {
        width: 100%;
    }

    .comment .content .swiper-slide .text-container {
        -webkit-line-clamp: 4;
        line-clamp: 4;
        height: 96px
    }

    .comment .content {
        padding: 0 16px;
    }

    .comment .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
        padding: 0 16px;
    }

    .comment {
        padding: 16px 0
    }

    .consultation .opt-wrap .anticon {
        font-size: 60px;
        margin-top: 32px
    }

    .consultation .opt-wrap .btn {
        margin-top: 32px;
        width: 100%
    }

    .consultation .opt-wrap {
        align-items: center;
        flex-direction: column;
        justify-content: flex-end
    }

    .consultation .title {
        font-size: 24px;
        line-height: 32px;
        text-align: center
    }

    .consultation .des {
        font-size: 16px;
        text-align: center;
    }

    .consultation .wrap {
        align-items: center;
        height: 429px;
        justify-content: center;
        padding-left: 32px;
        padding-right: 32px
    }

    .articleItem .moreBtn {
        display: none;
    }

    .comment .operation,
    .news .news-wrap .operation {
        display: none;
    }

    .articleItem .text-box-container {
        gap: 12px;
        padding: 16px 0 32px
    }

    .articleItem .text-box {
        max-height: unset
    }

    .articleItem a {
        height: 400px
    }

    .news .sub-title {
        margin-bottom: 16px;
        margin-top: 8px
    }

    .news .title-wrap .title {
        font-size: 24px;
        line-height: 32px;
    }

    .news {
        padding: 32px 16px
    }

    .software .title h2 {
        font-size: 24px;
        line-height: 32px
    }

    .software {
        gap: 16px 0;
        grid-template-areas: "title" "image" "link";
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding: 32px 16px;
    }

    .map .info-wrap {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 16px;
    }

    .map .btn {
        margin-top: 34px;
        width: calc(100% - 32px)
    }

    .map-wrap img {
        height: 610px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .map-wrap {
        margin: 24px 0;
        overflow-x: scroll;
        padding: 0 16px;
    }

    .map-title .title-text {
        font-size: 24px;
        line-height: 34px;
    }

    .map-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        justify-content: unset;
        padding: 0 16px;
    }

    .map {
        background-image: unset;
        background-size: unset;
        padding: 32px 0 88px;
    }

    .our-service-list .item .title {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .our-service-list .item {
        padding: 32px 16px;
    }

    .our-service-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .our-service-body {
        padding: 0;
    }

    .m-advertisement {
        display: block;
    }

    .our-service-header-r::before {
        display: none;
    }

    .our-service-header-r {
        padding-left: 0;
    }

    .our-service-header-l .subtitle {
        line-height: 27px;
    }

    .our-service-header-l .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .our-service-header {
        flex-direction: column;
        gap: 24px;
        padding: 16px;
    }

    .banner-advantage .advantage-icon-group .advantage-icon-item {
        width: 100%;
    }

    .banner-advantage .advantage-text-group .advantage-icon-item {
        width: auto;
        max-width: 172px;
        font-size: 14px;
    }
    .banner-advantage .swiper-slide{
        height:auto;
        background: hsla(0, 0%, 100%, .5);
    }
    .banner-advantage .advantage-text-group,
    .banner-advantage .advantage-icon-group {
        padding-left: 16px;
        padding-right: 16px;
    }
    .banner-advantage .advantage-text-group{
        background:transparent;
    }
    .banner .swiper-btn,
    .banner-advantage {
        display: none;
    }

    .m-banner-advantage {
        display: block;
    }

    .m-banner-advantage .swiper {
        /* overflow: visible; */
    }

    .banner-pic-swiper .swiper-slide {
        height: 400px;
    }

    .banner-pic-swiper .swiper-slide .slide-content .pic {
        bottom: 67px;
        height: 245px;
        right: 50%;
        top: unset;
        transform: translateX(50%);
        width: 245px
    }

    .banner-pic-swiper .swiper-slide .slide-content .btn-options {
        display: none;
    }

    .banner-pic-swiper .swiper-slide .slide-content {
        gap: 12px;
        grid-template-areas: "title" "subtitle" "description" "operation";
        grid-template-columns: 1fr;
        padding: 125px 16px;
        position: unset;
        top: unset;
        transform: unset
    }

    .banner-pic-swiper .swiper-slide .slide-content .title {
        font-size: 36px;
        width: 100%;
    }
    .banner-pic-swiper .swiper-slide .slide-content .subtitle{
        font-size:24px;
        margin-top:0;
    }
    .banner-pic-swiper .swiper-slide .slide-content .des{
        font-size:18px;
        margin-top:0;
    }
    .banner-pic-swiper .swiper-slide .slide-content .btn-options {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 40px
    }

    .banner-pic-swiper .swiper-slide .slide-content .btn-options a {
        width: 100%
    }
}

@media (max-width: 710px) {
    .news-swiper .swiper-slide {
        width: 240px;
    }
}

@media screen and (min-width: 768px) {
    .articleItem:hover .text-box {
        height: calc(100% - 122px);
        top: 122px;
        width: 100%
    }
}