.page2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 6% 0;
}

.page2>div>div:nth-child(1) {
    color: #666666;
    font-size: max(14px, 0.833vw);
    line-height: 185%;
    display: flex;
    gap: 2vw;
    flex-direction: column;
}

.page2>div>div:nth-child(2) {
    width: 100%;
    margin-top: 7%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.646vw;
}

.CirBox>div {
    width: max(150px, 15vw);
    height: max(150px, 15vw);
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.CirBox>div>h3 {
    width: 70%;
    font-size: max(20px, 1.458vw);
    margin: 0;
    color: #000;
}

.CirBox>div>h4 {
    font-size: max(24px, 1.563vw);
    width: 70%;
    margin: 0;
}

.CirBox>div>h5 {
    font-size: max(18px, 1.25vw);
    width: 90%;
    margin: 0;
    color: #000;
}

.CirBox>div>h5 b {
    display: block;
    font-size: max(28px, 2.5vw);
    color: #0e69ee;
}

.CirBox>div>h3>span {
    color: var(--li1);
}

.CirBox>div:nth-child(1) {
    border: 2px solid var(--li1);
    background-color: #fff;
    animation: Cir1 1s linear forwards;
    z-index: 2;
}

.CirBox>div:nth-child(2) {
    background-color: var(--li);
    animation: Cir2 1s linear forwards;
}

.CirBox>div:nth-child(2) h4:after {
    content: '';
    position: absolute;
    width: 93%;
    height: 93%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed #fff;
    opacity: .5;
}

.CirBox>div:nth-child(2)::before {
    content: '';
    width: 50%;
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 0;
    transform: translateX(-100%);
    border: 1px dashed #7eaff6;
    z-index: -1;
}

.CirBox>div:nth-child(2)::after {
    content: '';
    width: 50%;
    position: absolute;
    top: 50%;
    border: 1px dashed #7eaff6;
    z-index: -1;
    left: 100%;
}

.CirBox>div:nth-child(3) {
    border: 2px solid var(--li1);
    background-color: #fff;
    animation: Cir3 1s linear forwards;
}

@keyframes Cir1 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes Cir2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes Cir3 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.page3 {
    width: 100%;
    background: url(/src/img/dual/page4.jpg) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 7% 0;
    overflow: hidden;
}

.Page3Title {
    color: #fff;
    font-size: max(32px, 2.5vw);
    font-weight: 700;
    text-align: center;
}

.Page3Content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 8.5%;
    z-index: 1;
}

.page3ContentBox {
    width: 50%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 3.125vw 3.646vw;
}

.page3ContentBox:nth-child(-n+2) {
    padding-top: 0;
}

.page3ContentBox:nth-child(n+3) {
    padding-bottom: 0;
}

.page3ContentBox>div:nth-child(1) {
    color: #fff;
    display: inline-block;
}

.page3ContentBox>div:nth-child(1) b {
    display: block;
    font-size: max(18px, 1.042vw);
    font-weight: 400;
}

.page3ContentBox>div:nth-child(1)>p {
    color: var(--li);
    font-size: max(50px, 3.646vw);
}

.page3ContentBox>div:nth-child(1)>p i {
    font-style: normal;
    font-size: max(24px, 1.563vw);
}

.page3ContentBox>div:nth-child(1) .ts {
    font-size: max(24px, 2.083vw);
}

.page3ContentBox>img {
    margin-left: auto;
    width: 3.125vw;
    height: 3.125vw;
    object-fit: contain;
}

.Line {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.Line>div:nth-child(1) {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.Line>div:nth-child(2) {
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
}


.page4 {
    width: 100%;
    background-color: #f1f3f5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0 6%;
}

.page4>div>p {
    margin-bottom: 5%;
    width: 92%;
    color: #666666;
    font-size: max(16px, 1.042vw);
    line-height: 185%;
}

.page4>div>ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: max(150px, 11vw);
}

.page4>div>ul>li {
    width: 45%;
    margin-bottom: 2%;
    color: var(--li);
    font-size: max(16px, 1.042vw);
    font-weight: 700;
    line-height: 150%;
    position: relative;
    padding-left: 1.302vw;
}

.page4>div>ul>li:before {
    content: '';
    width: max(5px, 0.26vw);
    height: max(5px, 0.26vw);
    position: absolute;
    left: 0;
    top: max(5px, 0.729vw);
    background: var(--li);
    border-radius: 50%;
}

.page5 {
    width: 100%;
    position: relative;
}

.page5>.center {
    position: relative;
    padding: 5% 0 4%;
}

.page_bigimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 53%;
    height: auto;
    z-index: -1;
}

.page5>img {
    object-fit: cover;
}

.page5Content {
    width: 100%;
    height: 100%;
    counter-reset: Advantage;
}

.page5 .hist_tit {
    color: var(--li);
    width: 72%;
    font-size: max(32px, 2.5vw);
    font-weight: 700;
    margin: 0 0 5vw auto;
    padding-left: 13vw;
    box-sizing: border-box;
}

.page5Box {
    display: flex;
    counter-increment: Advantage;
    width: 72%;
    margin-left: auto;
    position: relative;
    padding-left: 13vw;
    box-sizing: border-box;
    margin-bottom: 7vw;
    cursor: pointer;
}


.page5Box::before {
    content: '';
    width: 12vw;
    display: block;
    position: absolute;
    border-bottom: 1px dashed #e7e7e7;
    top: 15px;
    left: 0;
    transition: all .5s ease;
}

.page5Box:hover:before {
    border-color: var(--li);
}

.page5Box:after {
    content: '+';
    left: 0;
    top: 5px;
    position: absolute;
    width: max(18px, 0.938vw);
    height: max(18px, 0.938vw);
    background: var(--li);
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: max(16px, 0.938vw);
    transition: all .2s ease;
}


.page5Box:hover:after {
    transform: scale(0);
}

.hist_img {
    width: max(160px, 11.042vw);
    height: max(160px, 11.042vw);
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: -10%;
    top: -50%;
    border: 5px solid #fff;
    box-sizing: border-box;
    transform: scale(0);
    transition: all .5s ease .2s;
    opacity: 0;
    z-index: 1;
}

.hist_img .page5Icon {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page5Box:hover .hist_img {
    opacity: 1;
    transform: scale(1);
}

.page5Box>div>p {
    color: #666;
    font-size: max(14px, 0.833vw);
    line-height: 160%;
}


.page5Text {
    position: relative;
}

.page5Text .AdvantageTitle {
    font-size: max(18px, 1.042vw);
    margin: 0 0 1.5vw;
    transition: all .5s ease;
    font-weight: 700;
    color: #000000;
}

.page5Box:hover .AdvantageTitle {
    color: var(--li);
}

.AdvantageTitle::before {
    content: counter(Advantage, decimal-leading-zero)'.';
    margin-right: 1%;
}

.svgCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#svgline {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wall .page6 {
    background: #f1f3f5;
}

@media (max-width:1240px) {
    .page4>div>ul {
        height: max(150px, 10.417vw);
    }
}

@media (min-width:1081px) {
    .page5Box:nth-of-type(n+5) {
        padding: 0 16vw 0 0;
        margin: 0 auto 6vw 0;
    }

    .page5Box:nth-of-type(4) {
        padding-left: 27vw;
        padding-bottom: max(40px, 2vw);
        margin-bottom: 8vw;
        background: url(/src/img/wall/hist1.png) 11% 100% no-repeat;
        background-size: 18.021vw auto;
    }

    .page5Box:nth-of-type(5) {
        background: url(/src/img/wall/hist2.png) right center no-repeat;
        background-size: 18.229vw auto;
        width: 65%;
        padding: 0 22vw 0 0;
    }

    .page5Box:nth-of-type(5):before,
    .page5Box:nth-of-type(4):before {
        display: none;
    }

    .page5Box:nth-of-type(n+5):before {
        right: 0;
        left: auto;
        width: 24vw;
    }

    .page5Box:nth-of-type(n+5):after {
        right: 0;
        left: auto;
    }

    .page5Box:nth-of-type(4):after {
        top: auto;
        bottom: -10%;
        left: 5%;
    }

    .page5Box:nth-of-type(5):after {
        right: -1%;
        left: auto;
        top: 38%;
    }

    .page5Box:nth-of-type(n+5) .hist_img {
        left: auto;
        right: -10%;
        top: -60%;
    }

    .page5Box:nth-of-type(4) .hist_img {
        top: 50%;
        left: -5%;
    }

    .page5Box:nth-of-type(5) .hist_img {
        right: -11%;
        top: 12%;
    }

}


@media (max-width:1080px) {
    .page5 .hist_tit {
        width: 100%;
        margin: 0 auto 30px;
        padding-left: 0;
        text-align: center;
    }

    .page5Box:after,
    .page5Box::before,
    .page_bigimg {
        display: none;
    }

    .hist_img {
        width: 160px;
        height: 160px;
        position: static;
        border: 5px solid #fff;
        transform: scale(1);
        opacity: 1;
        z-index: 1;
    }

    .page5Box {
        width: 100%;
        margin-left: auto;
        padding-left: 0;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px dashed #ccc;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .page5Text {
        position: relative;
        width: calc(100% - 200px);
    }

}

@media (max-width:768px) {
    .page4>div>ul>li {
        width: 100%;
    }

    .page3,
    .page2 {
        padding: 50px 0;
    }

    .page2>div>div:nth-child(2) {
        flex-wrap: wrap;
    }

    .CirBox>div {
        width: 100%;
        height: 100px;
        border-radius: 10px;
    }

    .CirBox>div>h4,
    .CirBox>div>h3 {
        width: 90%;
        font-size: 18px;
    }

    .CirBox>div:nth-child(2) h4:after {
        height: 80%;
        border-radius: 10px;
    }

    .CirBox>div:nth-child(2)::before,
    .CirBox>div:nth-child(2)::after {
        display: none;
    }

    .Page3Content {
        width: 100%;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .page3ContentBox {
        width: 100%;
        margin-bottom: 0;
        padding: 20px 0 !important;
        border-bottom: 1px solid rgb(255 255 255 / 20%);
    }

    .page3ContentBox>img {
        width: 48px;
        height: auto;
    }

    .page3ContentBox>div:nth-child(1) b {
        font-size: 14px;
    }

    .page3ContentBox>div:nth-child(1)>p {
        font-size: 42px;
    }

    .Line {
        display: none;
    }

    .page4>div>ul {
        height: auto;
    }

    .page5>.center,
    .page4 {
        padding: 50px 0;
    }

    .page4>div>p {
        width: 100%;
    }

    .hist_img {
        margin-bottom: 20px;
    }

    .page5Text {
        position: relative;
        width: 100%;
    }

}