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

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


*, 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 {
    /*height: calc(100svh + 650px);*/
    background-size: cover;
    color: #fff;
}

.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: 2%;
    margin-bottom: 18px;
}

.area1 span {
    transition: all .3s;
    display: inline-block;
}

.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: 757px;
    color: #FFF;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 162.5% */
    letter-spacing: 7%;
}
.a1c-t4 span {
    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;
    display: inline-block;
}

.a1c-t4 span:hover {
    transform: scale(1.1);
}
.a1c-t5 {
    padding-top: 147px;
    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;
}

.a1c-t5 span {
    display: inline-block;
    transition: all .3s;
}
.a1c-t5 span:hover {
    transform: scale(1.1);
}
.a1c-pop {
    margin-top: 112px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.a1c-pop-item {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    border-radius: 8px;
    background: #ffffffb3;
    backdrop-filter: blur(2px);
    padding: 30px 48px 47px 48px;
    transition: all .3s;
}

.a1c-pop-item-warp {
    position: relative;
    z-index: 1;
}

.a1c-pop-item img {
    width: 90px;
    height: 90px;
}

.a1c-pop-item-warp:hover .a1c-pop-item {
    background: #ffffff;
}
.a1c-pop-item-warp:hover .a1c-pop-item {
    transform: scale(1.1);
}
.a1c-pop-item .a1c-pop-item-title {
    transition: all .3s;
}
.a1c-pop-item-warp:hover .a1c-pop-item-title {
    color: #FF6E00;
    border-color: #FF6E00;
}
.a1c-pop-item-warp:hover .a1c-pop-item-desc {
    color: #000;
}


.a1c-pop-item-title {
    color: #FFF;
    text-align: left;
    color: #212121;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.4px;
    margin-top: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #212121;
    margin-bottom: 14px;
}
.a1c-pop-item-desc {
    text-align: left;
    color: #212121;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.28px;
    opacity: 0.8;
}

.area2 {
    padding-top: 206px;
    background-color: rgba(0, 0, 38, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

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



.a2-t1 {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 40px;
    font-style: normal;
    font-weight: 290;
    line-height: 40px; /* 170% */
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    transition: all .3s;
}

.a2-t2 {
    color: #FF6E00;
    font-family: "Microsoft YaHei";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.a2-t3 {
    color: #ffffff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1.6px;
    transition: all .3s;
}

.a2-content .area-content {
    display: flex;
    flex-direction: row;
    padding-top: 112px;
    padding-bottom: 218px;
    width: 100%;
}
.a2-content-center {
    flex: 1;
}
.a2-content-items {
    position: relative;
    z-index: 10;
    height: 100%;
}

.a2-content-image {
    position: relative;
    z-index: 10;
    padding-top: 88px;
}
.a2-content-center-top {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    padding-bottom: 67px;
}
.a2-content-center-top img:hover {
    transform: scale(1.1);
}
.a2-content-center-top img {
    width: 478px;
    height: 331px;
    transition: all .3s;
}
.a2-content-items-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
.a2-content-items-item:hover {
    transform: scale(1.1);
}

.a2-content-items-item-t1 {
    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;
    transition: all .3s;
}

.a2-content-items-item-t2 {
    width: 178px;
    height: 1px;
    background-color: #FF6E00;
    margin: 20px 0;
}

.a2-content-items-item-t3 {
    color: #FFF;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 290;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.28px;
}

.a2-content-items-item-t3 span {
    color: #FF6E00;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.36px;
}

.area3 {
    padding-top: 49px;
    background-size: cover;
    background-position: center;
}

.a3-content {
    width: 100%;
    padding-top: 116px;
    padding-bottom: 261px;
    display: flex;
    justify-content: space-between;
    gap: 75px;
}

.a3-content-item-warp {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.a3-content-item {
    flex: 1;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .3s;
}
.a3-content-item:hover {
    background: rgba(255,255,255,.8);
    transform: scale(1.1);
}
.a3-content-item:hover .a3-content-item-content-t1 {
    color: #FF6E00;
    /*#000026*/
}
.a3-content-item:hover .a3-content-item-content-t2,
.a3-content-item:hover .a3-content-item-content-t3 > div,
.a3-content-item:hover .a3-content-item-bottom > div {
    color: #000026;
}
.a3-content-item:hover .a3-content-item-content-t3 > div::after {
    background-color: #000026;
}

.a3-content-item:hover .a3-content-item-bottom {
    position: relative;
}

.a3-content-item:hover .a3-content-item-bottom .a3-content-item-bottom-row {
    display: none;
}
.a3-content-item:hover .a3-content-item-bottom .a3-content-item-bottom-row.hidden {
    display: block;
}
.a3-content-item .a3-content-item-bottom .a3-content-item-bottom-row.hidden {
    position: absolute;
    right: 49px;
}
.a3-content-item:hover .a3-content-item-bottom {
    border-color: #FF6E00;
}
.a3-content-item-content-t1 {
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.48px;
    /*margin-bottom: 7px;*/
}

.a3-content-item-content-t2 {
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 0.48px;
    margin-bottom: 60px;
}

.a3-content-item-content-t3 {
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.28px;
}

.a3-content-item-content-t3 div {
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.28px;
    position: relative;
    padding-left: 10px;
}

.a3-content-item-content-t3 div::after {
    position: absolute;
    left: 0;
    content: "";
    background-color: #fff;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.a3-content-item-bottom {
    border-top: 1px solid #fff;
    height: 70px;
    line-height: 70px;
    padding-left: 49px;
    padding-right: 49px;
}

.a3-content-item-content {
    padding: 70px 49px;
}
.a3-content-item-bottom {
    display: flex;
    align-items: center;
}
.a3-content-item-bottom img {
    height: 12px;
    margin-left: 14px;
}

.a3-bottom {
    width: 100%;
    padding-bottom: 270px;
}
.a3-bottom-t1 {
    padding-bottom: 116px;
}

.a3-bottom-content {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.a3-bottom-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.a3-bottom-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.a3-bottom-content-item-inner {
    cursor: default;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 146px;
    transition: all .3s;
}

.a3-bottom-content-item-inner:hover {
    transform: scale(1.1);
}

.a3-bottom-content-item-warp {
    position: relative;
}
.a3-bottom-content-item-warp::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background-color: #fff;
}
.a3-bottom-content-item-warp::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: #fff;
}
.a3-bottom-content > .a3-bottom-content-item-warp:nth-child(3)::before,
.a3-bottom-content > .a3-bottom-content-item-warp:nth-child(6)::before {
    display: none;
}
.a3-bottom-content-item > div {
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.48px;
}

.a3-bottom-content > .a3-bottom-content-item-warp:nth-child(1)::after {
    transform: translateX(0);
    left: 0;
    width: 90%;
}
.a3-bottom-content > .a3-bottom-content-item-warp:nth-child(3)::after {
    transform: translateX(0);
    left: unset;
    right: 0;
    width: 90%;
}

.area4 {
    padding-bottom: 271px;
}
.a4-t1 {
    color: #ffffff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 1px;
    padding-bottom: 116px;
    padding-top: 50px;
}

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


.a4-t1 span {
    color: #ffffff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.32px;
}

.a4-content {
    display: flex;
    gap: 20px;
    color: #fff;
    height: 443px;
}

.a4-content > .a4-content-item.current {
    width: 1000px !important;
}

.a4-content-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 198px;
    flex-shrink: 0;
    background-size: cover;
    /*background-position: center;*/
    border-radius: 8px;
    padding-bottom: 61px;
    transition: all .5s;
    overflow: hidden;
}

.a4-content-item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    transition: all .3s;
}
.a4-content-item-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.a4-content-item:hover .a4-content-item-t1 span {
    color: #FF6E00;
}

.a4-content-item-t1 {
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.56px;
    margin-bottom: 20px;
}
.a4-content-item-t1 span,
.a4-content-item-t2 span {
    color: #ffffff;
    transition: all .3s;
}
.a4-content-item-t2 {
    color: #ffffff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.28px;
}

.a4-content .a4-content-item .a4-content-item-t1,
.a4-content .a4-content-item .a4-content-item-t2 {
    opacity: 0;
    white-space:nowrap;
    transform: translateY(50px);
    transition: all .3s;
}

.a4-content .a4-content-item.current .a4-content-item-t1,
.a4-content .a4-content-item.current .a4-content-item-t2 {
    transition-delay: 300ms;
    opacity: 1;
    transform: translateY(0);
}

.a4-content-item-row {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 20px;
    margin: 0 auto;
}

.a4-content-item.current .a4-content-item-row {
    display: none;
}

.a5-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;
    padding-bottom: 116px;
}

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

.a5-content {
    padding-bottom: 200px;
    height: 652px;
    display: flex;
    box-sizing: content-box;
    gap: 20px;
}

.a5-content-item {
    flex: 1;
}

.a5-content-item-inner {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(9.300000190734863px);
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: space-between;
    padding: 100px 20px;
    padding-bottom: 60px;
    height: 100%;
    transition: all .3s;
}

.a5-content-item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 9px;
    height: 320px;
}

.a5-content-item-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;
    transition: all .3s;
}

.a5-content-item-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-top: 6px;
    margin-bottom: 21px;
    transition: all .3s;
}

.a5-content-item-t3 {
    display: inline-block;
    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;
    padding: 6px 42px;


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

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

.a5-content-item-inner:hover {
    background-color: #fff;
}
.a5-content-item-inner:hover .a5-content-item-image img {
    transform: scale(1.1);
}


@media screen and (max-width: 1500px) {
    .a1c-t3 {
        margin-bottom: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .a1c-t2, .a1c-t5,.a2-t2, .a4-t1-inner, .a5-t1 {
        font-size: 30px !important;
        line-height: 40px;
    }


    .area1 {
        background-position: center;
    }

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

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

    .a1c-t5 {
        padding-top: 0;
        padding-top: 80px;
    }

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

    .a1c-pop {
        margin-top: 80px;
        grid-template-columns: 1fr;
    }

    .a1c-pop-item {
        padding: 20px;
    }

    .a1c-pop-item img {
        width: 40px;
        height: 40px;
    }
    .a1c-pop-item-title {
        margin-top: 20px;
        font-size: 16px;
    }

    .a1c-pop-item-desc {
        font-size: 12px;
        line-height: 16px;
    }

    .area2 {
        padding-top: 80px;
    }

    .a2-t1, .a2-t3 {
        font-size: 20px;
        line-height: normal;
    }

    .a2-t2 {
        font-size: 35px;
        line-height: 40px;
        text-align: center;
    }

    .a2-content-items {
        padding-top: 40px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px 20px;
    }
    .a2-content-center-bottom {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 40px 20px;
    }
    .a2-content-image {
        padding-top: 40px;
    }

    .a2-content .area-content {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .a2-content-center-top {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .a2-t3 {
        font-size: 12px;
    }

    .a2-content-items-item-t1 {
        font-size: 16px;
    }
    .a2-content-items-item-t2 {
        margin: 10px 0;
    }

    .a2-content-items-item-t3 {
        font-size: 12px;
    }


    .a3-content {
        padding-top: 80px;
        flex-direction: column;
        padding-bottom: 80px;
        gap: 40px;
    }
    .a3-content-item-content {
        padding: 20px 20px;
    }
    .a3-content-item-content-t1 {
        font-size: 18px;
    }
    .a3-content-item-content-t2{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .a3-content-item-content-t3 > div {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .a3-content-item-bottom {
        height: 40px;
        font-size: 12px;
        padding: 0 20px;
    }
    .a3-bottom-content {
        grid-template-columns: repeat(2, 1fr)
    }
    .a3-bottom-content-item-warp::before {
        display: none;
    }
    .a3-bottom-content-item-warp::after {
        left: 50% !important;
        width: 100% !important;
        transform: translateX(-50%) !important
    }
    .a3-bottom-content-item-inner {
        height: 80px;
    }
    .a3-bottom-content-item img {
        height: 50px;
    }
    .a3-bottom-content-item > div {
        font-size: 14px;
    }
    .a3-bottom {
        padding-bottom: 80px;
    }

    .a3-bottom-t1 {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .area4 {
        padding-bottom: 80px;
    }
    .a4-t1 {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .a4-content {
        height: auto;
        flex-direction: column;
    }
    .a4-content > .a4-content-item, .a4-content > .a4-content-item.current {
        width: 100% !important;
        padding-bottom: 20px;
        height: 200px;
    }
    .a4-content-item-t1 {
        font-size: 20px;
        transform: translateY(0) !important;
    }
    .a4-content-item-t2 {
        font-size: 12px;
        transform: translateY(0) !important;
    }
    .a4-content-item-row {
        display: none;
    }
    .a4-content .a4-content-item .a4-content-item-t1, .a4-content .a4-content-item .a4-content-item-t2 {
        opacity: 1;
    }
    .a5-t1 {
        padding-top: 0px;
        padding-bottom: 80px;
        font-size: 35px;
        line-height: 45px;
    }

    .a5-content {
        height: auto;
        padding-bottom: 40px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .a5-content-item-inner {
        padding: 20px;
    }
}
