.home {
    width: 100%;
    position: relative;
}

.home .mySwiper {
    position: relative;
    width: 100%;
    height: 100%;
}

.header-main .navbar-nav>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* banner */
.banner .swiper {
    width: 100%;
    height: auto;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;

}

.mbanner {
    display: none;
}


.my .banner .swiper-slide {
    text-align: center;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 800 / 370;
}


.banner .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    display: inline-block;
    border-radius: 16px;
    background: #84868B;
}

.banner .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #FFFFFF;
}

.swtext {
    position: absolute;
    left: 12%;
    top: 16%;
    width: 80%;
}

.swtext-center {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.swtext-center button {
    background: #477F69 !important;
    color: #FFFFFF !important;
}

.swtext-center h3,
.swtext-center p {
    color: #000000 !important;
}

.swtext h3 {
    font-size: 64px;
    line-height: 64px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 18px;
}

.swtext p {
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 22px;
}

.swtext button {
    padding: 6px 19px;
    background: #FFFFFF;
    color: #251E1C;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    clip-path: polygon(0 100%, 90% 100%, 100% 70%, 100% 0, 0 0);
    border: none;

}

/* product */
.product {
    width: 100%;
    position: relative;
    background: #FFFFFF;

}

.mproduct-content {
    display: none;
}

.product h3 {
    font-size: 37px;
    line-height: 40px;
    font-weight: 700;
    color: #251E1C;
    margin-top: 10vh;
    margin-bottom: 15px;
    text-align: center;
}

.product p {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #251E1C;
    margin-bottom: 34px;
    text-align: center;
}

.product-content {
    width: 1440px;
    margin: auto;
    padding-bottom: 108px;

}

.promySwiper {
    overflow: visible !important;
}

.promySwiper .swiper-slide-active .product-item-flex {
    display: flex !important;
}

.promySwiper .swiper-slide-active img {
    display: block;
}

.product-type {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product-arc {
    width: 100%;
    aspect-ratio: 1440 / 580;
}

.product-type a {
    padding: 0 5px;
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    color: #251E1C;
    text-align: center;
    height: 46px;
    display: flex;
    align-items: center;
}

.ptactive {
    color: #477F69 !important;
    position: relative;
}

.ptactive::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #477F69;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    clip-path: polygon(5% 100%, 95% 100%, 90% 15%, 10% 15%);
}

.product-item-type {
    width: 80%;
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 39px auto 0 auto;

}

.product-item-title {
    margin-right: 5px;
    width: 127px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EEEFEF;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    color: #B4B4B4;
    clip-path: polygon(0 calc(100% - 5px), 5px 100%, calc(100% - 5px) 100%, 100% calc(100% - 5px), 100% 5px, calc(100% - 5px) 0, 5px 0, 0 5px);
    white-space: nowrap;
}

.pttac {
    color: #FFFFFF !important;
    background: #487F69;
    font-weight: 600;
}

.product-item {
    display: none;
}

.product-item-show {
    display: block !important;
}

.promySwiper a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.promySwiper a img {
    width: 100%;
    aspect-ratio: 129 / 44;
    display: none;
    object-fit: cover;
    margin: auto;
}

.promySwiper .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
    background: url(/static/2.0/zuojian.png);
}

.promySwiper .swiper-button-next:after,
.swiper-rtl .swiper-button-next:after {
    content: '';

}

.promySwiper .swiper-button-prev {
    background: url(/static/2.0/zuojian.png) no-repeat;
    background-size: cover;
    width: 35px;
    height: 37px;
}

.promySwiper .swiper-button-next {
    background: url(/static/2.0/youjian.png) no-repeat;
    background-size: cover;
    width: 35px;
    height: 37px;
}

.product-item-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
    display: none;
}

.product-item-left {
    display: flex;
    align-items: center;
    width: 50%;
}

.pils1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
    color: #251E1C;
    margin-right: 22px;
    white-space: nowrap;
}

.pils2 {
    margin-right: 11px;
    min-width: 151px;
    width: fit-content;
    padding: 5px 7px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    color: #251E1C;

    background: url('/static/2.0/ling.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* border: 1px solid #251E1C; */
    /* clip-path: polygon(
 0 100% ,   
90% 100%, 
  100% 90%, 
  100% 5%,
  90% 0, 
 0 0     
); */
}

.pils3 {
    min-width: 151px;
    width: fit-content;

    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 7px;
    background: #487F69;
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
    color: #FFFFFF;
    clip-path: polygon(0 80%,
            8% 100%,
            100% 100%,
            100% 0,
            8% 0,
            0 20%);
}

.product-item-right {
    color: #251E1C;
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
    width: 50%;
}

.prodcut-left {
    width: 58px;
    height: 606px;
    background: #F7F7F7;
    position: absolute;
    left: 0;
    top: 20%;
    clip-path: polygon(0 100%, 100% 93%, 100% 7%, 0 0);
    box-shadow: 3px 0 12px rgba(0, 0, 0, 0.09);
    transform: translateZ(5px);
}

.prodcut-right {
    width: 58px;
    height: 606px;
    background: #F7F7F7;
    position: absolute;
    right: 0;
    top: 20%;
    clip-path: polygon(0 93%, 100% 100%, 100% 0, 0 7%);
    box-shadow: -3px 0 12px rgba(0, 0, 0, 0.09);
    transform: translateZ(5px);
}

.prodcut-bottom {
    width: 777px;
    height: 48px;
    background: #F7F7F7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    clip-path: polygon(0 100%, 100% 100%, calc(100% - 39px) 0, 39px 0);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.09);
    transform: translate3d(-50%, 0, 5px)
}

/* quqanqiu */
.global {
    width: 100%;
    position: relative;
    background: #F7F7F7;
    padding: 50px 0 70px 0;
    aspect-ratio: 3657 / 1202;
}

.global a {
    display: block;
    width: 100%;
}



.global img {
    width: 100%;
    height: 100%;
}

.glo-h3 {
    font-weight: bold;
    font-size: 37px;
    color: #251E1C;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 32px;

}

.glo-text2 {
    margin-top: 68px;
    text-align: center;
}

.glo-h6 {
    font-weight: 600;
    font-size: 32px;
    color: #251E1C;
    line-height: 32px;
    margin-bottom: 27px;
}

.glo2-div {
    display: flex;
    justify-content: center;
}

.glo2-item {
    margin-right: 15px;
}




.glo2s2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #251E1C;
}

/* center */


.haoping {
    width: 100%;
    padding-top: 148px;
    position: relative;
    padding-bottom: 148px;

}

.haoping .mySwiper {
    visibility: hidden;
}

.haoping .mySwiper.swiper-initialized {
    visibility: visible;
}

.app-text-left-title span:last-child {
    display: none;
}

.hpitem img {
    width: 100%;
    aspect-ratio: 315 / 172;
}

.hpitem:hover .hpitem-text {
    background: #477F69;
}

.hpitem:hover .app-text-left-img img {
    display: none;
}

.hpitem:hover .app-text-left-title span {
    color: #FFFFFF;
}

.hpitem:hover .app-text-left-title span:first-child {
    display: none;
}

.hpitem:hover .app-text-left-title span:last-child {
    display: block;
}

.hpitem:hover .app-text-right {
    display: none !important;
}

.hpitem-text {
    height: 110px;
    background: #EEEEEE;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 5%;
    align-items: center;
}

.app-text-left-img img {
    width: auto;
    max-width: 60px;
    height: auto;
}

.app-text-right img {
    width: 38px;
    height: 38px;
}

.hp-center .swiper-slide:hover .hpicon {
    display: block;
}



.haoping .swiper-wrapper {
    transition-timing-function: linear;
}

.hp-center .mySwiper .swiper-wrapper {
    animation-play-state: running !important;
}

.haoping .swiper-pagination {
    display: none;
}

.pv-if {
    display: none;
}

.app {
    width: 100%;
    padding-top: 107px;
    padding-bottom: 98px;
    background: linear-gradient(180deg, #F7F7F7 13.19%, rgba(247, 247, 247, 0.8) 18.86%, rgba(247, 247, 247, 0.59) 25.66%, rgba(247, 247, 247, 0.41) 32.58%, rgba(247, 247, 247, 0.26) 39.49%, rgba(247, 247, 247, 0.15) 46.37%, rgba(247, 247, 247, 0.07) 53.24%, rgba(247, 247, 247, 0.02) 60.08%, rgba(247, 247, 247, 0) 66.87%);
    ;
}

.hp-h3 {

    font-weight: bold;
    font-size: 37px;
    color: #251E1C;
    line-height: 37px;
    text-align: center;
}

.hp-p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 13px;
    font-weight: 500;
    color: #251E1C;
    text-align: center;
    margin-bottom: 76px;
}

.app-img-content {
    width: 1440px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mapp-img-content {
    display: none;
}

.app-item-img3 {
    display: none;
}

.app-item-img2 {
    position: absolute;
    left: 0;
    top: 0;
}

.app-item-img1 {
    width: 100px;
    aspect-ratio: 2159 / 1184;
    z-index: 1;
    margin-bottom: 19px;
}

.app-item-p {
    width: 80%;
    color: #251E1C;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    z-index: 99;
}

.app-item {
    position: relative;
    width: 346px;
    height: 292px;
    background: #DCDCDC;
    margin-bottom: 17px;
    clip-path: polygon(0 95%,
            5% 100%,
            95% 100%,
            100% 95%,
            100% 5%,
            95% 0,
            5% 0,
            0 5%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.app-item-img3 img {
    width: 40px;
    height: 40px;
    position: relative;
}

.app-item-img2 {
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    transition: all 0.3s;
}

.app-item:hover .app-item-img3 {
    display: flex;
}

.app-item:hover .app-item-img2 {
    display: block;
}

.app-item:hover .app-item-img1 {
    display: none;
}

.app-item:hover .app-item-p {
    color: #FFFFFF;
}

.hp-center {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    width: 100%;
    box-sizing: border-box;
    aspect-ratio: 1905 / 500;
}

.hp-center .mySwiper {
    padding-bottom: 50px;
}

.hpitem {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
    display: inline-block;
}

.app-text-left-title span {
    font-size: 18px;
    line-height: 22px;
    color: #251E1C;
    font-weight: 500;
    text-align: left;
}

.app-text-left {
    display: flex;
    align-items: center;
}

.app-text-left-title span {
    font-size: 18px;
    line-height: 22px;
    color: #251E1C;
    font-weight: 500;
    text-align: left;
}

/* .hpimg {
			width: 355px;
			height: 277px;
		} */
.hpicon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    display: none;
}



.hpp2 {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    text-align: center;
}

/* applianxi */
.app-lianxi {
    width: 100%;
    padding-top: 130px;
    padding-bottom: 150px;
    background: #F7F7F7;
    position: relative;
    box-sizing: border-box;
}

.app-bottom {
    width: 60%;
    height: 48px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    clip-path: polygon(3% 100%,
            97% 100%,
            100% 0,

            0 0);
    box-shadow: 3px 0 12px rgba(0, 0, 0, 0.09);
    transform: translate3d(-50%, 0, 5px);
}

.al-content {
    text-align: center;

}

.al-content span {
    font-weight: 500;
    font-size: 22px;
    color: #251E1C;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 17px;
}

.al-content a {
    width: 416px;
    height: 72px;
    background: #477F69;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 31px;
    color: #FFFFFF;
    line-height: 31px;
    clip-path: polygon(0 85%,
            3% 100%,
            97% 100%,
            100% 85%,

            100% 15%,
            97% 0,
            3% 0,
            0 15%);
}

/* dibu */
.about-div {
    width: 100%;
    position: relative;
    aspect-ratio: 2 / 1;
}

.about-flex {
    display: flex;
    width: 90%;
    max-width: 1720px;
    margin: auto;
    position: absolute;
    bottom: 77px;
    left: 50%;
    transform: translateX(-50%);
}

.site-footer {
    margin-top: 0;
}

.about-div a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.shuzi-item {
    width: 50%;
    height: 110px;
    position: relative;
    display: flex;
    flex-direction: column;

    justify-content: center;
}

.shuzi1::after {
    content: '';
    position: absolute;

    width: calc(100% - 10px);
    height: 1px;
    background: #FFFFFF;
    left: 0;
    bottom: 0;
}

.shuzi1::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - 10px);
    top: 0;
    right: 0;
    background: #FFFFFF;
}

.shuzi2::after {
    content: '';
    position: absolute;

    width: calc(100% - 10px);
    height: 1px;
    background: #FFFFFF;
    right: 0;
    bottom: 0;
}

.shuzi2,
.shuzi4 {
    padding-left: 62px;
}

.shuzi3::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - 10px);
    bottom: 0;
    right: 0;
    background: #FFFFFF;
}

.about-text {
    width: 41%;
    margin-right: 14%;

}

.about-text h3 {
    font-weight: bold;
    font-size: 37px;
    color: #FFFFFF;
    line-height: 37px;
    margin-bottom: 18px;
}

.about-text p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
}

.about-shuzi {
    width: 45%;

    background: transparent;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;


}

.shuzi-item h3 {
    font-weight: bold;
    font-size: 55px;
    color: #FFFFFF;
    line-height: 62px;
}

.shuzi-item p {
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 21px;
}

.about-div img {
    width: 100%;
}

.mabb {
    display: none;
}

@media (max-width:1440px) {
    .swtext h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .swtext p {
        font-size: 20px;
        line-height: 20px;
    }

    .app-img-content,
    .product-content {
        width: 1180px;
    }

    .product-type a {
        font-size: 12px;
        line-height: 14px;
        height: 42px;
    }

    .product-item-title {
        font-size: 12px;
    }

    .product p {
        margin-bottom: 24px;
    }

    .app-item {
        width: 24%;
        height: 18vw;
    }

    .app-item-p {
        font-size: 20px;
        line-height: 22px;
    }

    .haoping {
        padding-bottom: 108px;
    }

    .about-text p {
        font-size: 15px;
    }

    .shuzi-item h3 {
        font-size: 35px;
    }

    .shuzi-item p {
        font-size: 15px;

        line-height: 18px;
    }

    .promySwiper a img {
        width: 90%;

    }


}

@media (max-width:1200px) {

    .app-img-content,
    .product-content {
        width: 100%;
    }
}

@media (max-width:1000px) {
    .haoping .swiper-pagination {
        display: block;
    }
}

@media (max-width:750px) {
    .swtext p {
        margin-bottom: 7px;
    }

    .about-text p {
        padding-bottom: 15px;
    }

    .swtext-center+button {
        background: #477F69 !important;
        color: #FFFFFF !important;
    }



    .mproduct-content {
        display: block;
    }

    .mproduct-content,
    .mp-item {
        width: 100%;
    }

    .prodcut-bottom {
        display: none;
    }

    .product-content {
        display: none;
    }

    .mp-item {
        margin-bottom: 60px;
        position: relative;
    }

    .amp-item {
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        color: #251E1C;
        font-weight: bold;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }

    .swh5 {
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        color: #251E1C;
        font-weight: 500;
        margin-bottom: 17px;
    }

    .product-item-flex {
        width: 100%;
        margin-bottom: 7px;
    }

    .pils1 {
        font-size: 25px !important;
        line-height: 30px !important;
        white-space: nowrap;
        color: #251E1C;
        font-weight: bold;
    }

    .product-item-left {
        width: 95%;
        margin: auto;
        justify-content: center;
    }

    .pils1 {
        margin-right: 10px;
    }

    .pils2,
    .pils3 {
        width: 33%;
        font-size: 11px !important;
    }

    .mp-item img {
        margin-bottom: 30px;
        aspect-ratio: 129 / 44;
    }

    .mp-item .swiper-horizontal>.swiper-pagination-bullets,
    .mp-item .swiper-pagination-bullets.swiper-pagination-horizontal,
    .mp-item .swiper-pagination-custom,
    .mp-item .swiper-pagination-fraction {
        bottom: 90px;
    }

    .prodcut-left {
        width: 20px;
        height: 18vh;
        background: #F7F7F7;
        position: absolute;
        left: 0;
        top: 20%;
        clip-path: polygon(0 100%, 100% 93%, 100% 7%, 0 0);
        box-shadow: 3px 0 12px rgba(0, 0, 0, 0.09);
        transform: translateZ(5px);
    }

    .prodcut-right {
        width: 20px;
        height: 18vh;
        background: #F7F7F7;
        position: absolute;
        right: 0;
        top: 20%;
        clip-path: polygon(0 93%, 100% 100%, 100% 0, 0 7%);
        box-shadow: -3px 0 12px rgba(0, 0, 0, 0.09);
        transform: translateZ(5px);
    }

    .glo2-div {
        flex-direction: column;
    }

    .glo-h6 {
        font-size: 22px;
        line-height: 23px;
    }

    .glo-text2 {
        margin-top: 28px;
    }

    .global {
        padding: 37px 0 37px 0;
    }

    .glo-h3 {
        padding-bottom: 0px;
    }

    .global {
        background: #FFFFFF;
        aspect-ratio: 47 / 45;
    }

    .haoping {
        padding-top: 28px;
    }

    .haoping {
        width: 90%;
        margin: auto;
        padding-bottom: 28px;
    }

    .haoping .swiper-horizontal>.swiper-pagination-bullets,
    .haoping .swiper-pagination-bullets.swiper-pagination-horizontal,
    .haoping .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 0px;
    }

    .hp-center {
        aspect-ratio: 5 / 5;
    }

    .hp-center .mySwiper {
        padding-bottom: 0;
    }

    .hp-center .mySwiper .swiper-wrapper,
    .haoping .swiper-wrapper {
        transition-timing-function: ease !important;
        animation-play-state: paused !important;
    }

    .app-bottom {
        display: none;
    }

    .app {
        padding-top: 28px;
        padding-bottom: 28px;
    }



    .hp-p {
        margin-bottom: 17px;
    }

    .al-content a {
        width: 70%;
        height: 42px;
        font-size: 18px;
        line-height: 25px;
    }

    .app-lianxi {
        background: #FFFFFF;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .app-img-content {
        display: none;
    }

    .mapp-img-content {
        width: 90%;
        margin: auto;
        display: block;
        position: relative;
    }

    .mapp-img-content .swiper-horizontal>.swiper-pagination-bullets,
    .mapp-img-content .swiper-pagination-bullets.swiper-pagination-horizontal,
    .mapp-img-content .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 20px;
    }

    .app-item {
        width: 100%;
        height: auto;
        background: none;
        clip-path: none;
    }

    .mapp-text {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 80%;
    }

    .app-item-img1 {
        width: 50px;
        height: 50px;
        margin-bottom: 9px;
    }

    .app-item-p {
        color: #FFFFFF;
    }

    .app {
        background: #FFFFFF;
    }

    .mapp-img-content .app-item-img2 {
        opacity: 1;
        position: relative;
        aspect-ratio: 2 / 1;
        display: block;
    }

    .app-item-img2 {
        height: auto;
    }


    .shuzi-item h3,
    .shuzi-item p {
        color: #251E1C;
    }

    .shuzi1::after,
    .shuzi1::before,
    .shuzi3::before,
    .shuzi2::after {
        background: #251E1C;
        ;
    }

    .about-shuzi {
        width: 90%;
        margin: auto;
        padding: 31px 0;
    }

    .shuzi-item {
        height: 80px;
    }

    .shuzi2,
    .shuzi4 {
        padding-left: 22px;
    }

    .about-text {
        width: 90%;
        margin: auto;
    }

    .about-flex {
        width: 95%;
        bottom: 5px;
    }

    .about-text h3 {
        margin-bottom: 8px;
    }

    .mabb {
        display: flex;
    }

    .pabb {
        display: none;
    }
}

@media (max-width:750px) {

    /* banner */
    .banner {
        display: none;

    }

    .mbanner {
        display: block;
        aspect-ratio: 750 / 739;
    }

    .mbanner .swiper-slide a {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .swtext {
        width: 100%;
        text-align: center;
        left: 50%;
        top: 60px;
        transform: translateX(-50%);
    }

    .swbutton {
        white-space: nowrap;
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        padding: 6px 19px;
        background: #FFFFFF;
        color: #251E1C;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        clip-path: polygon(0 100%, 90% 100%, 100% 70%, 100% 0, 0 0);
        border: none;
    }

    .about-div {
        aspect-ratio: 75 / 74;
    }
}