body {
    font-size: 1vw;
}

.Page1 {
    height: 40vh;
    position: relative;
}

.Page1Content {
    width: 40%;
    position: absolute;
    bottom: 20%;
    left: 5%;
    color: #fff;
}

.Page1Content>h1 {
    margin-bottom: 3%;
}

.Page1Content>p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.3vw;
}

.page2 {
    width: 100%;
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('/src/img/certificate/page2.png') no-repeat;
    background-size: 100% 100%;
}

.page2>div {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
}

.page2>div>img {
    width: 25%;
}

.page2>div>p {
    width: 100%;
    text-align: center;
    line-height: 150%;
}

.page3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
}

.page3>div {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 5%;
}

.page3Title {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 5%;
    transform: translateX(-50%);
}

.page3Title>p {
    cursor: pointer;
    padding: 3% 20%;
    /* text-wrap: nowrap; */
    white-space: nowrap;
    box-sizing: border-box;
    transition: all .3s ease;
}

.page3Title>p>input {
    display: none;
}

.page3Title>p:has(> input:checked) {
    transform: scale(1.1);
    background-color: #4687cf;
    color: #fff;
}

.TitleOn {
    color: #fff;
    background-color: #4687cf;
}

.page3SwiperBox {
    width: 100%;
    height: 60vh;
    position: relative;
}

.page3Slide>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page3Slide {
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 15px; */
}

.page3Swiper {

    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30%;
    display: none;
    /* justify-content: center */
}

.Page2paginationActive {
    background-color: #4687cf !important;
}

.Page2Swiper-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.Page2pagination {
    width: auto !important;
    margin: 0 20px;
    display: flex;
}

.Page2pagination>span {
    width: 10px;
    height: 10px;
    background-color: #8a8a8a;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background-color: #4687cf !important;
}

.Page2Swipers>.swiper-wrapper>.swiper-slide {
    width: 100% !important;
}

.Page2Prev {
    width: 0;
    height: 0;
    border-right: 25px solid #8a8a8a;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    cursor: pointer;
}

.Page2Next {
    width: 0;
    height: 0;
    border-left: 25px solid #0398DA;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    cursor: pointer;
}


.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* .page3Swiper:nth-of-type(2){
    display: none;
} */

@media (max-width: 1200px) {
    body {
        font-size: 1.5vw;
    }

    .page3SwiperBox {
        height: 30vh;
    }

    .Page1 {
        height: 20vh;
    }

    .Page1Content>p {
        font-size: 1.5vw;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 2vw;
    }

    .page3>div {
        padding-bottom: 10%;
    }

    .page3SwiperBox {
        height: 30vh;
    }
    .Page1Content>p {
        font-size: 2vw;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 3.5vw;
    }

    .page3>div {
        padding-bottom: 20%;
    }

    .page3SwiperBox {
        height: 30vh;
    }
    .Page1Content>p {
        font-size: 4vw;
    }
}