.slide-content-1-bottom-down {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-content-1-bottom-down {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: 4px; !* 箭头之间的间距，可根据需要调整 *!*/
}

.slide-content-1-bottom-down svg, .sc4-bottom-down svg {
    opacity: 0;
    animation: arrowBlink 1.5s infinite;
}

.slide-content-1-bottom-down svg:nth-child(1), .sc4-bottom-down svg:nth-child(1) {
    animation-delay: 0s;
}

.slide-content-1-bottom-down svg:nth-child(2), .sc4-bottom-down svg:nth-child(2) {
    animation-delay: 0.3s;
}

.slide-content-1-bottom-down svg:nth-child(3), .sc4-bottom-down svg:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes arrowBlink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

*, span, div {
    font-family: "Microsoft YaHei", "PingFang SC" !important;
}
.jrs-line {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    height: 100svh;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;

    max-width: 1920px !important;
    margin: 0 auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.jrs-linem,
.jrs-line {
    display: flex;
}

.jrs-linem,
.jrs-linem3 {
    height: 100%;
}

.jrs-linem {
    position: relative;
}

.jrs-linem4 {
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
}

.jrs-linem4 {
    top: 50%;
    transform: translateY(-50%);
}

.jrs-linem3 {
    box-sizing: border-box;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.jrs-linem1:last-child {
    box-sizing: border-box;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}


.jrs-linem1 {
    width: 10.2%;
}

.jrs-nav,
.jrs-linem2 {
    width: 79.1%;
    display: flex;
    transition: all 0.3s ease;
}

.jrs-nav a {
    color: #fff;
    display: inline-block;
    position: relative;
}

.jrs-linem3 {
    width: 25%;
}

.jrs-linem3s {
    width: 33%;
}

.jrs-line {
    height: 100svh;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    height: 100svh;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
}

.jrs-linem,
.jrs-line {
    display: flex;
}

.jrs-linem,
.jrs-linem3 {
    height: 100%;
}

.jrs-linem {
    position: relative;
}

.jrs-linem4 {
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
}

.jrs-linem4 {
    top: 50%;
    transform: translateY(-50%);
}

.jrs-linem3 {
    box-sizing: border-box;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.jrs-linem1:last-child {
    box-sizing: border-box;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.gdd {
    position: absolute;
    background: url(../img/gd.png) center no-repeat;
    opacity: 0.3;
}

.gdd {
    width: 12px;
    height: 100%;
    top: 0;
}

.gdd-l {
    left: -7px;
}

.gdd-r {
    right: -7px;
}

.gdd1 {
    animation: moves1 6s linear infinite;
}

.gdd2 {
    animation: moves2 6s linear infinite;
}

@keyframes moves1 {
    0% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(100%);
    }
}

@keyframes moves2 {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(-50%);
    }
}




.area-content {
    width: 100%;
    max-width: 1480px;
    padding: 0 20px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media screen and (max-width: 1919px){
    .area-content {
        max-width: unset;
        width: 77.2%;
    }
}

@media screen and (max-width: 1675px) {
    .jrs-linem2 {
        width: 188%;
    }
    .area-content {
        max-width: unset;
        width: 87%;
    }
}

@media screen and (max-width: 1000px) {
    .area-content {
        max-width: unset;
        width: 100%;
        padding: 0 20px;
    }
    .jrs-linem1 {
        width: 0;
    }
    .jrs-linem2 {
        width: 400%;
    }
    .jrs-line {
        padding: 0 20px;
    }
}




.content {
    margin-top: calc(-1 * var(--hh));
    background-color: rgba(0, 0, 38, 1);
}

.area1 {
    position: relative;
    /*height: calc(100svh);*/
    background-size: cover;
    color: #fff;
}

.area1 .bg {
    max-height: 1561px;
    width: 100%;
    overflow: hidden;
}

.area1 .bg img {
    width: 100%;
}

.a1c-t1 {
    color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    line-height: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.56px;
    margin-bottom: 18px;
}

.a1c-t2 {
    color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 113.333% */
    letter-spacing: 1.2px;
    margin-bottom: 18px;
}

.a1c-t3 {
    max-width: 713px;
    color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 162.5% */
    letter-spacing: 1.6px;
    margin-bottom: 135px;
}



.a1c-t4 span {
    display: inline-block;
    color: #FFF;
    text-align: justify;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    letter-spacing: 0.24px;
    width: fit-content;
    border-radius: 8px;
    background: #ffffff33;
    padding: 2px 10px;
    transition: all .3s;
}

.a1c-t4 span:hover {
    transform: scale(1.1);
}

.area1 .slide-content-1-bottom-down {
    position: absolute;
    top: calc(100svh - 100px);
    left: 50%;
    transform: translateX(-50%);
}

.a1c-product {
    margin-top: 100px;
    margin-bottom: 221px;
    display: flex;
    justify-content: space-around;
}

.a1c-product-item {
    transition: all .3s;
}

.a1c-product-item-title {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px; /* 283.333% */
    letter-spacing: 0.48px;
    width: 100%;
    border-bottom: 1px solid #FF6E00;
    transition: all .3s;
}

.a1c-product-item-desc {
    margin-top: 30px;
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    letter-spacing: 1.6px;
}

.a1c-product-item-img {
    /*margin-bottom: 80px;*/
}

.a1c-product-item-img img {
    transition: all .3s;
}

.a1c-product-item:hover {
    transform: scale(1.1);
}

.a1c-product-item:hover .a1c-product-item-title {
    color: #FF6E00;
}


.a2c-t1 {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px; /* 136% */
    letter-spacing: 1px;

    margin-bottom: 150px;
    position: relative;
    z-index: 10;
}
.a2c-t1 span {
    transition: all .3s;
    width: fit-content;
    display: block;
    margin: 0 auto;
}
.a2c-t1 span:hover {
    transform: scale(1.1);
}

.a2c-content {
    margin-bottom: 227px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.a2c-content .a3c-content-item {
    height: 812px;
    background-size: cover;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.a3c-content-item-bg {
    -webkit-user-drag: none;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.a3c-content-item:hover .a3c-content-item-bg {
    transform: scale(1.1);
}

.a3c-content-item:hover .a3c-content-item-title span{
    color: #FF6E00;
}

.a3c-content-item-title span {
    display: block;
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 128.571% */
    letter-spacing: 0.56px;
    margin-bottom: 150px;
    transition: all .3s;
}

.a3c-content-item-desc {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 250% */
    letter-spacing: 0.32px;
}

.a3c-content-item-desc span {
    transition: all .3s;
}

.a3c-t:hover {
    transform: scale(1.1);
}
.a3c-t { transition: all .3s; width: fit-content; margin: 0 auto }
.a3c-t1 {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 40px;
    font-style: normal;
    font-weight: 290;
    line-height: 68px; /* 170% */
    letter-spacing: 0.8px;
    transition: all .3s;
}

.a3c-t2 {
    text-align: center;
    color: #FF6E00;
    font-family: "Microsoft YaHei";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 1px;
    transition: all .3s;
}

.a3c-content {
    margin-top: 156px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 273px;
}

.a3c-content-item {
    transition: all .3s;
}

.a3c-content-item:hover {
    transform: scale(1.1);
}

.a3c-content-item:hover .a3c-content-item-title {
    color: #FF6E00;
}


.a3c-content-item-title {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.48px;
    padding-bottom: 24px;
    border-bottom: 1px solid #FF6E00;
    margin-bottom: 16px;
    transition: all .3s;
}

.a3c-content-item-desc {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 290;
    line-height: 34px; /* 212.5% */
    letter-spacing: 0.32px;
    transition: all .3s;
}

.a4c-t1 {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 76px; /* 152% */
    letter-spacing: 1px;
    margin-bottom: 100px;
}

.a4c-t1 span {
    display: block;
    width: fit-content;
    transition: all .3s;
    margin: 0 auto;
}
.a4c-t1 span:hover {
    transform: scale(1.1);
}

.a4c-content {
    position: relative;
    margin-bottom: 276px;
    display: flex;
}

.a4c-content-left {
    position: relative;
    z-index: 10;
    width: 719px;
    height: 284px;
    border-radius: 8px 0px 0px 8px;
    background: #FFF;
    box-shadow: 5px 4px 14.7px 0px rgba(0, 0, 0, 0.25);
    transform: translate(19px, -6px);
}

.a4c-content-right {
    width: 719px;
    height: 284px;
    border-radius: 0px 8px 8px 0px;
    background: #FFF;
    transform: translate(-12px, 12px);
}

.a4c-content-flot {
    position: absolute;
    width: 32px;
    height: 18px;
    z-index: 10;
    left: calc(50% - 13px);
    bottom: -12px;
}

.a4c-content-left-flot {
    position: absolute;
    left: -37px;
    top: 61px;

    width: 246px;
    height: 109px;
    border-radius: 8px;
    background: #FF6E00;

    color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 150% */
    letter-spacing: 0.48px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.a4c-content-left-flot span {display: block}
.a4c-content-left-flot:hover span {
    transform: scale(1.1);
}

.a4c-content-left-desc {
    color: #212121;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.4px;
    height: 100%;
    padding-left: 250px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.a4c-content-left-desc > div {
    position: relative;
    padding-left: 10px;
    transition: all .3s;
}
.a4c-content-left-desc > div:hover {
    transform: scale(1.1);
}


.a4c-content-left-desc > div::before {
    display: block;
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: translateY(-50%);
    background: #212121;
    border-radius: 50%;
    transition: all .3s;
}

.a4c-content-right {
    display: flex;
    justify-content: center;
}

.a4c-content-right-item-t1 {
    color: #000;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    letter-spacing: 0.4px;
    margin-bottom: 5px;
    transition: all .3s;
}

.a4c-content-right-item-t2 {
    color: rgba(0, 0, 0, 0.60);
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 290;
    line-height: 24px;
    letter-spacing: 0.28px;
}

.a4c-content-right-item, .a4c-content-right-item-warp {
    width: 100%;
    max-width: 186px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.a4c-content-right-item:hover {
    transform: scale(1.1);
}

.a4c-content-right-item:hover .a4c-content-right-item-t1 {
    color: #FF6E00;
}

.a4c-content-right-item img {
    margin-bottom: 20px;
}

.a5c-t1 {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px; /* 136% */
    letter-spacing: 1px;
    margin-bottom: 100px;
    transition: all .3s;
}

.a5c-t1:hover {
    transform: scale(1.1);
}

.a5c-content-item-warp {
    transition: all .3s;
}

.a5c-content-item-warp:hover {
    transform: scale(1.1);
}

.a5c-content-item-warp:hover {
    color: #FF6E00;
}

.a5c-t1 span {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 290;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.32px;
    transition: all .3s;
}

.a5c-content {
    border-radius: 8px;
    background: #FFF;
    padding: 50px 123px;
    margin-bottom: 200px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*grid-template-rows: repeat(2, 1fr);*/
    gap: 80px;
}

.a5c-content-item .a5c-content-item-image {
    height: 91px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a5c-content-item-image img {
    height: auto;
}

.a5c-content-item-name {
    color: #212121;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 290;
    line-height: 26px; /* 185.714% */
    letter-spacing: 0.28px;
    margin-top: 10px;
    transition: all .3s;
}

.a6c-t1 {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px; /* 136% */
    letter-spacing: 1px;
    margin-bottom: 150px;
}

.a6c-t1 span {
    display: block;
    width: fit-content;
    transition: all .3s;
    margin: 0 auto;
}
.a6c-t1:hover span {
    transform: scale(1.1);
}

.a6c-t2 {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 28px;
    font-style: normal;
    font-weight: 290;
    line-height: 36px; /* 128.571% */
    letter-spacing: 0.56px;
    /*margin-top: 150px;*/
    margin-bottom: 60px;
}

.a6c-t2 span {
    width: fit-content;
    display: block;
    transition: all .3s;
    margin: 0 auto;
}
.a6c-t2:hover span {
    transform: scale(1.1);
}

.a6c-content {
    margin-bottom: 100px;
}

.a6c-content .a6c-content-list-item {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(9.300000190734863px);
    height: 100%;
    transition: all .3s;
}

.a6c-content .a6c-content-list-item:hover {
    background-color: #fff !important;
}


.a6c-content.style1 .a6c-content-list-item {
    background: rgba(255, 255, 255, .8);

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 55px 130px;
}

.a6c-content.style1 .a6c-content-list-item-text-t1 {
    color: #212121;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 290;
    line-height: 28px; /* 175% */
    letter-spacing: 0.32px;
    margin-bottom: 13px;
    transition: all .3s;
}

.a6c-content.style1 .a6c-content-list-item-text-t2 {
    color: #212121;
    font-family: "Microsoft YaHei";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 114.286% */
    letter-spacing: 0.56px;
    max-width: 284px;
    margin-bottom: 84px;
    transition: all .3s;
}

.a6c-content.style1 .a6c-content-list-item-image {
    height: 348px;
}

.a6c-content.style1 .a6c-content-list-item-text-t3 {
    display: inline-block;
    color: #212121;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: 1.6px;
    padding: 6px 42px;

    border-radius: 20px;
    border: 1px solid #414141;
}


.a6c-content.style2 .a6c-content-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.a6c-content-list-item .a6c-content-list-item-image img {
    transition: all .3s;
}

.a6c-content-list-item:hover .a6c-content-list-item-image img {
    transform: scale(1.1);
}

.a6c-content.style2 .a6c-content-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.a6c-content.style2 .a6c-content-list-item-image {
    /*height: 340px !important;*/
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a6c-content.style2 .a6c-content-list-item-image {
    width: 100%;
}

.a6c-content.style2 .a6c-content-list-item-text {
    /*margin-top: 40px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 180px;
}

.a6c-content.style2 .a6c-content-list-item-text-t1 {
    color: #212121;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 290;
    line-height: 28px; /* 175% */
    letter-spacing: 0.32px;
    margin-bottom: 6px;
}

.a6c-content.style2 .a6c-content-list-item-text-t2 {
    color: #212121;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 114.286% */
    letter-spacing: 0.56px;
    margin-bottom: 10px;
    /*max-width: 268px;*/
}

.a6c-content.style2 .a6c-content-list-item-text-t3 {
    color: #212121;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: 1.6px;


    border-radius: 20px;
    border: 1px solid #414141;
    background: rgba(217, 217, 217, 0.00);
    padding: 6px 42px;
}

.a4c-content-mobile-top {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    gap: 10px;
}

.a4c-content-mobile-top .a4c-content-right-item img {
    width: 40px;
    margin-bottom: 10px;
}

a4c-content-mobile .a4c-content-right-item-t1 {
    font-size: 14px;
    margin-bottom: 0;
}

a4c-content-mobile .a4c-content-right-item-t2 {
    display: none;
}

@media screen and (min-width: 1001px){
    .area1 .area-content {
        transform: translateY(120px);
    }
    .area1 .slide-content-1-bottom-down {
        transform: translateX(-50%) translateY(-120px);
    }
    .a1c-product {
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 1000px) {
    .area1 .bg {
        height: 100svh;
    }

    .area1 .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .a1c-t1 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .a1c-t2 {
        font-size: 40px;
        margin-bottom: 0;
    }

    .a1c-t3 {
        font-size: 14px;
        margin-bottom: 25svh;
    }

    .area1 .slide-content-1-bottom-down {
        top: unset;
        bottom: 20px;
    }

    .a1c-product {
        flex-direction: column;
    }

    .a1c-product-item-img {
        margin-bottom: 20px;
    }

    .a1c-product-item {
        margin-bottom: 40px;
    }

    .a1c-product {
        margin-bottom: 40px;
    }

    .a2c-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .a2c-content .a3c-content-item {
        border-radius: 6px;
        padding: 40px 20px;
        height: auto;
        background-position: center;
    }

    .a3c-content-item-title span {
        margin-bottom: 20px;
    }

    .a3c-content-item-desc {
        line-height: 30px;
    }
    .a3c-content-item-bg {
        height: unset;
    }


    .a2c-t1 {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .a2c-content {
        margin-bottom: 40px;
    }

    .a3c-t1 {
        font-size: 25px;
        line-height: 40px;
    }

    .a3c-t2 {
        font-size: 35px;
    }

    .a3c-content {
        margin-top: 40px;
        margin-bottom: 40px;
        flex-direction: column;
    }

    .a3c-content-item {
        margin-bottom: 40px;
    }

    .a3c-content-item-desc {
        font-size: 14px;
    }

    .area4 {
        margin-bottom: 40px;
    }

    .a4c-content {
        display: none;
    }

    .a4c-content-mobile {
        display: block !important;
    }
    .a4c-content-mobile-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .a4c-t1 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .a5c-t1 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .a5c-content {
        gap: 40px;
        padding: 20px;
        grid-template-columns: repeat(2 , 1fr);
        margin-bottom: 40px;
    }
    .a5c-content-item-name {
        font-size: 12px;
    }

    .a6c-t1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .a6c-t2 {
        font-size: 14px;
    }

    .a6c-content.style2 .a6c-content-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .a6c-content.style1 .a6c-content-list-item {
        padding: 20px;
        flex-direction: column;
    }
    .a6c-content-list-item-image {
        margin-top: 40px;
        padding: 0 20px;
    }
    .a6c-content.style2 .a6c-content-list-item {
        padding: 20px;
    }
    .a6c-content.style2 .a6c-content-list-item-image {
        width: auto !important;
    }
}
