body .sec_cont .top-wrap .right-area {
    width: 50%;
}

section {
    max-width: 1920px;
    margin: 0 auto;
}


.container {
    max-width: 1300px;
    margin: 0 auto;
}

.none-m {
    margin-bottom: 0 !important;
}

.blue {
    font-size: 32px;
    color: #145cef;
}

.bg-blue {
    box-shadow: inset 0rem 5rem 0rem #145cef;
}

.c-999b9f {
    color: #999b9f;
}

.sub-title {
    font-size: 46px;
}

.sub-text {
    font-size: 24px;
}

.s-text {
    font-size: 20px;
    padding: 10px 0;
}

.flex-area {
    display: flex;
}

.flex-area::after {
    content: none;
}

.top-wrap {
    padding-top: 200px;
    display: flex;
    justify-content: center;
    /* align-items: flex-end; */
    background: linear-gradient(180deg, #ededed 50%, #fff 50%);
}

.top-wrap .left-area,
.top-wrap .right-area {
    display: flex;
    flex-wrap: wrap;
}

.top-wrap .left-area {
    width: 45%;
    justify-content: flex-end;
}

.top-wrap .top-img-area {
    width: 90%;
}

.top-wrap .right-area {
    width: 55%;
    margin-left: 200px;
    justify-content: flex-start;
}

.top-wrap .right-area .top-title-area {
    padding: 115px 0 0;
}

.top-wrap .right-area .top-img-area {
    width: 60%;
}

.top-wrap .top-title-area {
    width: 100%;
    padding: 115px 0 0 100px;
}

.top-title {
    font-size: 80px;
}

.top-sub-text {
    font-size: 32px;
}

.circle-img {
    width: 150px;
    position: absolute;
    bottom: 8%;
    right: 16%;
}

.circle-img img {
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section-flex {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-end;
}

.section-flex .sub-title {
    padding: 10px 0;
}

.section-flex .cont-text ul {
    margin-top: 70px;
}

.section-flex .cont-text li {
    width: 100%;
    padding: 10px 0;
    display: flex;
    border-bottom: 2px solid #999b9f;
}

.section-flex .cont-text li .num {
    margin-right: 20px;
}

.section-flex .cont-text p {
    font-size: 24px;
}

.section-flex .left-area .img-area {
    align-items: flex-start;
    justify-content: space-between;
}

.point {
    padding-left: 300px;
}

.point .title-area {
    padding: 0 0 40px 50px;
    align-items: center;
}

.point .title-area .left-area {
    padding-right: 100px;
}

.point .section-flex .left-area {
    width: auto;
    margin-right: 40px;
}

.point .section-flex .left-area .img-area img:nth-child(1) {
    width: 35%;
}

.point .section-flex .left-area .img-area img:nth-child(2) {
    width: 63%;
}

.point .section-flex .right-area {
    width: 25%;
}



.cont-area .bg-img {
    position: relative;
}

.cont-area .bg-img .text-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.cont-area .bg-img .text-area {
    width: 100%;
}

.photo {
    padding: 150px 0 100px;
    text-align: center;
    background: #f0f0f0;
}

.photo .sub-text-area {
    margin-bottom: 50px;
}

.photo .swiper-pagination {
    width: 100%;
    max-width: 1300px;
    height: 4px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #0f0f0f;
}

section.photo .swiper-container .bna_text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    padding: 5px 8px;
    background: #145cef;
    border-radius: 5px;
    z-index: 3;
}

section.photo .swiper-container .bna_text.after {
    transform: translateX(-50%);
    left: 53%;
}

.mySwiper {
    margin-top: 100px;
}

.photo .text-area {
    margin: 45px 0 55px;
}

.photo .text-area p {
    font-size: 30px;
}

.photo .text-area .slide-title {
    padding-bottom: 20px;
}

.gap {
    text-align: center;
}

.gap .cont-area {
    margin-top: 105px;
}

.gap .flex-area {
    justify-content: space-between;
}

.gap .flex-area li {
    width: 24%;
    padding: 40px 0;
    position: relative;
    box-shadow: 5px 5px 15px 3px rgba(0, 0, 0, 15%);
    border-radius: 20px;
}

.gap .flex-area li .sub-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}

.gap .flex-area li .sub-text {
    padding-bottom: 20px;
}

.gap .flex-area li .img-area {
    width: 90%;
    margin: 0 auto;
}

.gap .mid-cont {
    margin: 40px 0;
}

.gap .bt-cont {
    justify-content: space-between;
}

.gap .bt-cont img {
    width: 49%;
    box-shadow: 5px 5px 15px 3px rgba(0, 0, 0, 15%);
    border-radius: 20px;
}

.recommend .cont-area {
    width: 90%;
    margin: 40px auto 60px;
}

.recommend .sub-recommend-text {
    margin-bottom: 20px;
    font-size: 30px;
}

.recommend .flex-area {
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #999b9f;
}

.recommend .left-area i {
    margin-right: 10px;
    color: #999b9f;
}

.recommend .right-area {
    width: 200px;
    text-align: center;
}

.recommend .right-area p {
    padding: 2px 0;
    border-radius: 50px;
    color: #fff;
}

.mySwiper2 .swiper-slide .img-area {
    position: relative;
}

.mySwiper2 .swiper-slide .img-area .bg {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .7);
}

.mySwiper2 .swiper-slide .text-area {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: none;
}

.mySwiper2 .swiper-slide-active .img-area .bg {
    display: block;
}

.mySwiper2 .swiper-slide-active .text-area {
    display: block;
}

.sec_cont section.swiper2 {
    margin-bottom: 300px;
}

.swiper2 .swiper-button-prev {
    left: 47%;
}

.swiper2 .swiper-button-next {
    right: 47%;
}

.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
    color: transparent;
    width: 40px;
    height: 40px;
    top: inherit;
    bottom: -30%;
    border: 1px solid #000;
    border-radius: 100%;
}

.swiper2 .swiper-button-prev:after,
.swiper2 .swiper-container-rtl .swiper-button-next:after,
.swiper2 .swiper-button-next:after,
.swiper2 .swiper-container-rtl .swiper-button-prev:after {
    content: none;
}

.effect {
    margin: 0 auto;
    text-align: center;
}

.effect-title {
    font-size: 35px;
}

.effect .flex-area {
    margin-top: 60px;
    justify-content: center;
}

.effect .flex-area li {
    width: 22%;
    margin: 0 15px;
    padding: 40px 30px;
    text-align: left;
    box-shadow: 5px 5px 15px 3px rgba(0, 0, 0, 15%);
    border-radius: 20px;
}

.effect .flex-area li .text-area {
    margin-top: 30px;
}

.secret .flex-area {
    border-bottom: none;
    justify-content: space-between;
}

.secret .list-area {
    width: 32%;
    margin-top: 20px;
}

.secret .list-area li {
    padding: 10px 0;
    border-bottom: 2px solid #999b9f;
}

.secret .sub-recommend-text {
    margin: 20px 0 10px;
}

.faq {
    text-align: center;
}

.faq ul {
    margin-top: 40px;
    text-align: left;
    border-top: 3px solid #000;
}

.faq ul li {
    padding: 30px 0;
    border-bottom: 1px solid #999b9f;
}

.faq ul li .text-area {
    padding-left: 60px;
}

.faq ul li .text-area p {
    padding: 10px 0;
}

.faq-title {
    font-size: 30px;
}
.table .flex-area {
    margin-top: 40px;
    box-shadow: 5px 5px 15px 3px rgba(0, 0, 0, 15%);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.table .flex-area li {
    width: 100%;
    text-align: center;
    border-right: 1px solid #9b9b9b;
}

.table .flex-area li:nth-child(2) {
    width: 30%;
}

.table .flex-area li:last-child {
    border-right: none;
}

.table .flex-area li .table-title {
    height: 78px;
    padding: 20px 0;
    border-bottom: 2px solid #000;
    font-size: 28px;
}

.table .flex-area li .table-cont {
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}

.table .flex-area li:first-child .table-cont {
    justify-content: flex-end;
}

.table .flex-area li:last-child .table-cont {
    justify-content: flex-start;
}

.table .flex-area li .table-cont .text-area {
    width: 85%;
}

.table .flex-area li:first-child .table-cont img {
    width: 20%;
    position: absolute;
    left: -7%;
    bottom: -41%;
}

.table .flex-area li:last-child .table-cont img {
    width: 22%;
    position: absolute;
    bottom: -20%;
    right: -3%;
}

.table .flex-area li .table-cont p {
    width: 100%;
    padding: 30px;
    font-size: 24px;
}

.table .flex-area li:last-child .table-cont {
    background: #dedede;
    border-radius: 0 0 20px 0;
}
@media (max-width: 820px) {
    .container {
        max-width: 90%;
        padding: 0 5vw;
    }

    .blue {
        font-size: 3vw;
    }

    .sub-title {
        font-size: 4vw;
    }

    .sub-text {
        font-size: 3vw;
    }

    .s-text {
        font-size: 3vw;
        padding: 0.6944vw 0;
    }

    .flex-area {
        flex-wrap: wrap;
    }

    .top-wrap {
        padding: 13.8889vw 5vw 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .top-wrap .top-img-area {
        width: 100%;
    }

    .top-wrap .top-title-area {
        width: 100%;
        padding: 7.9861vw 0 0 0;
    }

    .top-title {
        font-size: 5.5556vw;
    }

    .top-sub-text {
        font-size: 3vw;
    }

    .top-wrap .left-area {
        width: 90%;
    }

    .top-wrap .right-area {
        width: 100%;
        margin-left: 0;
        flex-direction: column-reverse;
        align-items: flex-end;
        text-align: right;
    }

    .top-wrap .right-area .top-title-area {
        padding: 5vw 0 10vw;
    }

    .circle-img {
        width: 18vw;
        bottom: 11%;
        right: 5%;
    }

    .section-flex {
        padding: 0 5vw;
        flex-wrap: wrap;
    }

    .section-flex .sub-title {
        padding: 2vw 0;
    }

    .section-flex .sub-text-area {
        width: 100%;
    }

    .section-flex .cont-text ul {
        margin-top: 4vw;
        margin-bottom: 4vw;
        white-space: nowrap;
    }

    .section-flex .cont-text li {
        padding: 1vw 0;
    }

    .section-flex .cont-text li .num {
        margin-right: 1.3889vw;
    }

    .section-flex .cont-text p {
        font-size: 3vw;
    }

    .cont-area .bg-img .text-area {
        width: 100%;
    }

    .photo {
        padding: 18vw 0 12vw;
    }

    .photo .sub-text-area {
        margin-bottom: 6vw;
    }

    .photo .swiper-pagination {
        max-width: 80%;
        height: 1vw;
    }

    .mySwiper {
        margin-top: 12vw;
    }

    .photo .text-area {
        margin: 5vw 0 7vw;
    }

    .photo .text-area p {
        font-size: 4vw;
    }

    .photo .text-area .slide-title {
        padding-bottom: 2vw;
    }

    .gap .sub-title {
        font-size: 5vw;
    }

    .gap .cont-area {
        margin-top: 13vw;
    }

    .gap .flex-area li {
        padding: 7vw 0 5vw;
        margin-bottom: 10vw;
        width: 49%;
    }

    .gap .flex-area li:nth-child(3),
    .gap .flex-area li:nth-child(4) {
        margin-bottom: 3vw;
    }

    .gap .flex-area li .sub-title {
        top: -2.5vw;
    }

    .gap .flex-area li .sub-text {
        padding-bottom: 2vw;
    }

    .gap .mid-cont {
        margin: 5vw 0;
    }

    .gap .bt-cont img {
        width: 100%;
        margin: 3vw 0
    }

    .point {
        padding: 0 5vw;
    }

    .point .title-area {
        padding: 0 0 5vw 0;
    }

    .point .section-flex .left-area {
        width: 100%;
    }

    .point .section-flex .right-area {
        width: 100%;
    }

    .recommend .cont-area {
        margin: 5vw auto 7vw;
    }

    .recommend .sub-recommend-text {
        margin-bottom: 2vw;
        font-size: 4vw;
    }

    .recommend .flex-area {
        padding: 1vw 0;
    }

    .recommend .left-area i {
        margin-right: 1vw;

    }

    .recommend .right-area {
        width: 13vw;
    }

    .recommend .right-area p {
        font-size: 2vw;
    }

    .sec_cont section.swiper2 {
        margin-bottom: 37vw;
    }

    .swiper2 .swiper-button-prev {
        left: 40%;
    }

    .swiper2 .swiper-button-next {
        right: 40%;
    }

    .swiper2 .swiper-button-next,
    .swiper2 .swiper-button-prev {
        width: 6vw;
        height: 6vw;
        bottom: -55%;
    }

    .swiper2 .swiper-button-next i,
    .swiper2 .swiper-button-prev i {
        font-size: 3vw;
    }

    .effect {
        padding: 0 5vw;
    }

    .effect-title {
        font-size: 4vw;
    }

    .effect .flex-area {
        margin-top: 7vw;
    }

    .effect .flex-area li {
        width: 47%;
        margin: 0 1vw 1vw;
        padding: 5vw 4vw;
    }

    .effect .flex-area li .text-area {
        margin-top: 4vw;
    }

    .secret .list-area {
        margin-top: 2vw;
    }

    .secret .list-area li {
        padding: 1vw 0;
    }

    .secret .sub-recommend-text {
        margin: 2vw 0 1vw;
    }

    .faq ul {
        margin-top: 5vw;
    }

    .faq ul li {
        padding: 4vw 0;
    }

    .faq ul li .text-area {
        padding: 0 5vw;
    }

    .faq ul li .text-area p {
        padding: 1vw 0;
    }

    .faq-title {
        font-size: 4vw;
    }
    .table .flex-area {
        margin-top: 5vw;
    }

    .table .flex-area li .table-title {
        height: 42px;
        padding: 2vw 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3vw;
    }

    .table .flex-area li,
    .table .flex-area li:nth-child(2) {
        width: 33.333%;
    }

    .table .flex-area li .table-cont {
        padding: 0;
        height: 90%;
    }

    .table .flex-area li .table-cont p {
        padding-bottom: 2vw;
        font-size: 3vw;
        display: flex;
        justify-content: center;
    }

    .table .flex-area li .table-cont img {
        display: none !important;
    }

    .table .flex-area li .table-cont .text-area {
        width: 100%;
    }

}

img {
    width: 100%;
}

img {
    max-width: 100%;
}

@media (max-width: 1366px) {
    section.photo .swiper-container .bna_text {
        font-size: 3.5vw;
        padding: 1vw 2vw;
        border-radius: 1vw;
    }
}
@media (max-width: 1024px) {
    .sec_cont .top-wrap .right-area {
        padding-right: 0;
        margin-left: 0;
        width: 100% !important;
    }
    body .sec_cont .top-wrap .right-area {
        margin-left: 0;
    }
    body .top-wrap .right-area .top-img-area {
        width: 100%;
        margin-top: 10vw;
    }
}
