.type_area {
    max-width: 63.4vw;
    margin: 0 auto;
}

.header_box {
    position: relative;
}

.header_box_img {
    height: 29vw;
}

.header_box_img img {
    height: 100%;
    margin: 0 auto;
}

.header_box_value {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 100%; */
    justify-content: center;
    margin-top: 70px;
}

.header_box_value_title {
    font-weight: bold;
    font-size: 4.5vw;
    color: #FFFFFF;
}

.header_box_value_remoke {
    font-weight: 400;
    font-size: 1.2vw;
    color: #E0E0E0;
    margin-top: 1.2vw;
    margin-bottom: 2.5vw;
    text-align: center;
}

.header_box_value_button {
    font-size: 1.4vw;
    color: #000000;
    border: 1px solid transparent;
    border-radius: 0.5vw;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
}

.header_box_value_button_v {
    padding: 0.9vw 5.2vw;
    border-radius: 0.4vw;
    background-color: #35599c;
    transform: translate(-4px, -4px);
    transition: all 0.3s ease;
    position: relative;
    text-indent: -1em;
    animation: pulseAnimations 3s infinite;
    color: #ffffff;
    border-radius: 0.7vw !important;
    font-size: 1.6vw;
}

@keyframes pulseAnimations {
    0% {
        transform: translate(-4px, -4px);
        border-radius: 5px;

        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    20% {
        transform: translate(-2px, -2px);
        border-radius: 5px;

    }

    50% {
        transform: translate(0px, 0px);
        border-radius: 5px;
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

    80% {
        transform: translate(-2px, -2px);
        border-radius: 5px;

    }

    100% {
        transform: translate(-4px, -4px);
        border-radius: 5px;

    }
}

.header_box_value_button_v::after {
    border-top: 0.1vw solid #ffffff;
    border-right: 0.1vw solid #ffffff;
    content: '';
    width: 0.5vw;
    height: 0.5vw;
    position: absolute;
    top: 53%;
    transform: translateY(-50%) rotate(45deg);
    right: 22%;
}

.header_box_value_button_v:hover {
    transform: translate(0px, 0px);
    border-radius: 0.8vw;
}


.main_box {
    position: relative;
}

.main_box_title {
    font-weight: bold;
    font-size: 2.2vw;
    color: #000000;
    text-align: center;
    margin: 2.84vw auto;
    position: relative;
    z-index: 0;
}

.main_box_g {
    display: flex;
    gap: 1vw;
    overflow: hidden;
}

.main_box_g_item {
    padding: 1.8vw;
    color: #677788;
    border-radius: 0.6vw;
    /* padding-bottom: 3vw; */
    position: relative;
    transition: all 0.3s ease;
    z-index: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* flex: 0 0 auto; */
    width: 23vw;
    margin: 1vw;
}

.main_box_g_item:hover {
    background: #377dff;
    color: #ffffff;

}

.main_box_g_item:hover .main_box_g_item_user_text_title {
    color: #ffffff;
}

.main_box_g_item::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1vw;
    color: #ffffff70;
    font-size: 2vw;
    z-index: -1;
    font-weight: 600;
}



.main_box_g_item_title {
    /* text-align: center; */
    font-weight: bold;
    font-size: 1.4vw;
    margin-bottom: 0.3vw;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.main_box_g_item_title img {
    width: 1vw;
    height: 1vw;
    display: block;
    margin-right: 0.2vw;
}

.main_box_g_item_remoke {
    font-weight: 400;
    font-size: 0.84vw;
    position: relative;
    z-index: 0;
}


.main_box_g_item_user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.5vw;
}

.main_box_g_item_user_icon {
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 1.25vw;
    overflow: hidden;
    margin-right: 0.8vw;
}

.main_box_g_item_user_icon img {
    width: 100%;
    height: 100%;
}

.main_box_g_item_user_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.main_box_g_item_user_text_title {
    font-size: 0.8vw;
    color: #000000;
}

.main_box_g_item_user_text_remoke {
    font-size: 0.6vw;
    background: #ffffff3b;
    margin-top: 0.1vw;
    padding: 0 0.2vw;
    border-radius: 0.2vw;
}



.main_box_f {
    margin: 7vw auto;
    margin-bottom: 7vw;
}

.main_box_f_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8vw;
    position: relative;
}

.main_box_f_item img {
    width: 100%;
    height: 100%;
}



.main_box_f_item_text {
    position: relative;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1.2;
}

.main_box_f_item_text_title {
    font-weight: bold;
    font-size: 2.2vw;
    color: #000000;
    margin-bottom: 1.5vw;
}

.main_box_f_item_text_title span {
    color: #0F69FF;
}

.main_box_f_item_text_remoke {
    margin-bottom: 2vw;
    font-size: 1vw;
    line-height: 1.6vw;
    color: #60677b;
}

.main_box_f_item_text_remoke span {
    color: #0F69FF;
}


.main_box_f_item_text_button {
    padding: 0.7vw 4.5vw;
    background-color: #35599c;
    display: inline-block;
    color: #ffffff;
    border-radius: 0.7vw;
    font-size: 1.6vw;
    width: 16vw;
    cursor: pointer;
    text-align: center;
    position: relative;
    text-indent: -1em;
}

.main_box_f_item_text_button::after {
    border-top: 0.15vw solid #ffffff;
    border-right: 0.15vw solid #ffffff;
    content: '';
    width: 0.5vw;
    height: 0.5vw;
    position: absolute;
    top: 53%;
    transform: translateY(-50%) rotate(45deg);
    right: 22%;
}




.main_box_f_item_text_button_1 {
    width: 13vw;
    padding: 0.7vw 0;
    /* text-align: center; */
}

.main_box_f_item_img {
    opacity: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 3vw;
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-in-left.active,
.slide-in-right.active {
    opacity: 1 !important;
    transform: translateX(0);
}



.main_box_f_key {
    background-color: #FFFFFF;
    border: 1px solid transparent;
    z-index: 2;
    position: relative;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border-radius: 0.5vw;
    max-width: 70vw;
    margin-top: 3vw;
}

.main_box_f_key .main_box_title {
    margin-bottom: 1vw;
}

.main_box_f_key_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    /* padding: 0 2vw; */
    margin-top: 3vw;
}



.main_box_f_key_item {
    padding: 1vw;
    /* padding-right: 2vw; */
    margin-bottom: 2.5vw;
    position: relative;
    z-index: 0;
    /* margin-right: 2vw; */
}

.main_box_f_key_item {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.main_box_f_key_item_title_icon {
    font-size: 1.2vw;
    color: #377DFF;
    display: inline-block;
    margin: 0 auto;
    background: #ebf2ff;
    width: 3vw;
    height: 3vw;
    line-height: 3vw;
    border-radius: 1.5vw;
    text-align: center;
    margin-bottom: 1vw;
}

.main_box_f_key_item_title {
    font-size: 1.5vw;
    margin-bottom: 1vw;
    text-align: center;
}

.main_box_f_key_item_remoke {
    font-size: 1vw;
    color: #5B6277;
}












.card_title_info_box {
    padding: 60px 0;
    background-color: #ffffff;
    padding-bottom: 100px;
}

.card_title_info {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

.card_title_info_left {
    flex: 0.4;
    padding: 30px;
}

.card_title_info_rigth {
    flex: 1;
}

.card_title_info_left_title {
    font-weight: bold;
    font-size: 50px;
    color: #181818;
    line-height: 60px;
    margin-bottom: 20px;
}

.card_title_info_left_remoke {
    font-weight: 400;
    font-size: 21px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 56px;
}

.card_title_info_left_button {
    display: inline-block;
    border-radius: 32px;
    color: #ffffff;
    padding: 10px 43px;
    background-color: #2D32B0;
    cursor: pointer;
    text-align: center;
    margin-right: 89px;
    font-size: 21px;
    border: 1px solid transparent;
}

.card_title_info_left_button:hover {
    background-color: #FFFFFF;
    color: #2D32B0;
    border-color: #2D32B0;
}

.jk_5_accordion {
    margin: 0 80px;
    overflow: hidden;
    background: #fff;
}

.jk_5_card {
    border-bottom: 1px solid #ddd;
}

.jk_5_card:last-child {
    border-bottom: none;
}

.jk_5_card_header {
    padding: 15px 20px;
    background: #fff;
    color: #111;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.jk_5_card_header h3 {
    margin: 0;
    font-size: 16px;
}

.jk_5_card_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 20px;
    background: #fff;
    color: #333;
}

.jk_5_card_content p {
    margin: 15px 0;
    margin-top: 0;
}

.jk_5_card.active .jk_5_card_content {
    max-height: 200px;
    padding: 15px 20px;
    padding-top: 0;
}

.jk_5_arrow {
    display: inline-block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    transition: transform 0.3s ease;
}

.jk_5_card.active .jk_5_arrow {
    transform: rotate(90deg);
}



.main_box_f_key_item::after {
    position: absolute;
    width: 84%;
    top: 16.5%;
    right: -47%;
    border-top: 0.1vw solid #e8eaee;
}



.main_box_f_key_item_1::after {
    content: '';

}

.main_box_f_key_item_2::after {
    content: '';
}



@media (max-width: 768px) {
    .main_box_g_item_title img {
        width: 4vw;
        height: 4vw;
        display: block;
        margin-right: 0.2vw;
    }

    .header_box_value_button_v::after {
        border-top: 0.5vw solid #969696;
        border-right: 0.5vw solid #969696;
        width: 2vw;
        height: 2vw;
        right: 27%;
    }


    .main_box_f_item_text_button::after {
        border-top: 0.5vw solid #ffffff;
        border-right: 0.5vw solid #ffffff;
        width: 2vw;
        height: 2vw;
        right: 21%;
    }




    html,
    body {
        overflow-x: hidden;
    }

    .main_box_f_key_item_title_icon {
        font-size: 6.2vw;
        color: #377DFF;
        display: inline-block;
        margin: 0 auto;
        background: #ebf2ff;
        width: 11vw;
        height: 11vw;
        line-height: 11vw;
        border-radius: 5.5vw;
        text-align: center;
        margin-bottom: 7vw;
    }

    .main_box_f_key_item_1::after {
        display: none;

    }

    .main_box_f_key_item_2::after {
        display: none;
    }


    .card_title_info_box {
        padding: 3vw 0;
        padding-bottom: 7vw;
    }

    .card_title_info {
        max-width: 100%;
        margin: 0 auto;
        flex-direction: column;
    }

    .card_title_info_left {
        flex: 1;
        padding: 9vw;
        padding-bottom: 4vw;
        order: 1;
    }

    .card_title_info_rigth {
        flex: 1;
    }

    .card_title_info_left_title {
        font-size: 7vw;
        line-height: 10vw;
        margin-bottom: 4vw;
        margin-right: 0;
        text-align: center;
    }

    .card_title_info_left_remoke {
        font-weight: 400;
        font-size: 4vw;
        line-height: 6vw;
        margin-right: 0;
        text-align: center;
        margin: 0 8vw;
        margin-bottom: 0;
    }

    .card_title_info_left_button {
        border-radius: 7vw;
        color: #ffffff;
        padding: 2vw 7vw;
        font-size: 4.5vw;
        padding-bottom: 3vw;
        margin-right: 0;
        display: block;
        margin-top: 4vw;
    }

    .jk_5_accordion {
        margin: 0 3vw;
    }

    .jk_5_card_header {
        padding: 1.5vw 2vw;
        font-size: 4vw;
        line-height: 8.5vw;
    }

    .jk_5_card_header h3 {
        margin: 0;
        font-size: 4.5vw;
    }

    .jk_5_card_content {
        max-height: 0;
        padding: 0 20px;
    }

    .jk_5_card_content p {
        margin: 3vw 0;
        margin-top: 0;
    }

    .jk_5_card.active .jk_5_card_content {
        padding: 5.5vw 4vw;
        padding-top: 0;
        font-size: 3.5vw;
        line-height: 5.2vw;
    }

    .jk_5_arrow {
        margin-left: 3vw;
        width: 0;
        height: 0;
        border-left: 2vw solid transparent;
        border-right: 2vw solid transparent;
        border-top: 2vw solid #333;
        transition: transform 0.3s ease;
    }

















    .main_box_g_item_user {

        margin-top: 4.5vw;

    }

    .main_box_g_item_user_icon {
        width: 9.5vw;
        height: 9.5vw;
        border-radius: 5.25vw;
        margin-right: 2.8vw;
    }




    .main_box_g_item_user_text_title {
        font-size: 4vw;
    }

    .main_box_g_item_user_text_remoke {
        font-size: 3.72vw;
        margin-top: 0.1vw;
        padding: 0 1.2vw;
        border-radius: 1.2vw;
    }









}








.footer {
    background: #35599c;
    color: #ffffff;
    padding-bottom: 1vw;
}

.footer_box {
    max-width: 63.4vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-bottom: 1vw;
    padding-top: 2vw;
    border-bottom: 0.1vw solid #4f6ea9;
    margin-bottom: 1vw;
}

.footer_box_left {
    flex: 2.5;
    margin-top: 2vw;
    padding-bottom: 2vw;
}

.footer_box_rigth {
    flex: 1;
    position: relative;
}

.footer_box_left_title {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    display: flex;
    margin-bottom: 1.5vw;
}

.footer_box_left_data {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_box_left_data_left {
    margin-right: 1vw;
    flex: 2;
}

.footer_box_left_data_rigth {
    padding: 1vw;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_box_left_data_rigth_button {
    cursor: pointer;
    border: 1px solid #ffffff;
    margin: 0.3vw 3vw;
    border-radius: 1vw;
    text-align: center;
    display: inline-block;
    padding: 0.1vw 1.5vw;
}



.footer_box_rigth_but {
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: translateX(-50%); */
    left: 50%;
    top: 0;
}

.footer_box_rigth_but img {
    width: 100%;
    height: 100%;
}


.footer_box_rigth_but_ico {
    width: 1.5vw;
    height: 1.5vw;
    margin-right: 0.5vw;
}

.footer_box_rigth_but_tex {
    font-size: 0.8vw;
}

.m_display_none {
    display: block;
}

.m_display_block {
    display: none;
}

.main_box_title::after {
    width: auto;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -1.8vw;
    z-index: -1;
    color: #e9e8e8;
    font-weight: bold;
    font-size: 3.5vw;
}

.main_box_title_1::after {
    content: "USER REVIEWS";

}

.main_box_title_2::after {
    content: "TEST PROCEDURE";
}

.main_box_title_3::after {
    content: "IMPROVE IQ";
}

.top_main_box {
    padding-top: 2vw;
    padding-bottom: 4vw;
    /* border-bottom: 0.1vw solid #e8eaee; */
}

.top_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;

}

.top_main_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 0.77);
    border-radius: 0.6vw;
}

.top_main_item_header {
    width: 100%;


}

.top_main_item_header img {
    width: 100%;


}

.top_main_item_data {
    padding: 1vw;

}

.top_main_item_data_title {
    text-align: left;
    margin-bottom: 0.4vw;
    font-size: 1.2vw;
}

.top_main_item_data_remoke {
    color: #5B6277;
}

.footer_remoke {
    font-size: 1vw;
    text-align: center;
}

.footer_box_left_title_img {
    width: 3vw;
    height: 3vw;
    margin-right: 1vw;
}

.border_t {
    border-top: 0.1vw solid #e8eaee;
    border-bottom: 0.1vw solid #e8eaee;
    padding-top: 4vw;
    padding-bottom: 6vw;
}

.main_box_f_border {
    border-bottom: 0.1vw solid #e8eaee;
    padding-bottom: 3vw;
}

.top_main_box_border {
    border-bottom: 0.1vw solid #e8eaee;
}

.scroll-container {
    overflow: hidden;
    width: 100%;
}

.box_S {
    display: flex;
    position: relative;
    width: max-content;
    will-change: transform;
    /* 告诉浏览器这个元素会变化 */
}

.box_S_item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    color: white;
    transition: transform 0.3s ease;
}


@media (max-width: 768px) {
    .footer_box_left_title_img {
        width: 8vw;
        height: 8vw;
        margin-right: 3vw;
    }

    .footer_box_rigth_but {
        top: 0;
    }

    .top_main_item {
        border-radius: 2vw;
    }

    .top_main_item_data {
        padding: 3.5vw;

    }

    .top_main_item_data_title {
        text-align: left;
        margin-bottom: 1vw;
        font-size: 3.72vw;
    }

    .top_main_item_data_remoke {
        /* color: #5B6277; */
        font-size: 3.72vw;
    }

    .footer_remoke {
        font-size: 1.2vw;
        text-align: center;
    }

    .top_main_box {
        padding-top: 8vw;
        padding-bottom: 16vw;
    }

    .top_main {
        grid-template-columns: repeat(1, 1fr);
        gap: 9vw;
        padding-top: 8vw;
    }


    .main_box_title::after {

        font-size: 10vw;

        width: 200%;

        top: -5vw;
    }

    .border_t {
        margin-top: 12vw;
        padding-top: 8vw;
        padding-bottom: 10vw;
    }






    .main_box_f_item_text_button {
        display: none;
    }

    .main_box_f_item_text_button_1 {
        display: block;
        width: 41vw;
        font-size: 5vw;
        padding: 2vw 5vw;
        margin: 0 auto;
        margin-top: 8vw;
        border-radius: 3vw;
    }

    .main_box_f_item img {
        width: 100%;
        height: auto;
    }



    .m_display_none {
        display: none;
    }

    .m_display_block {
        display: block;
    }

    .type_area {
        max-width: 94vw;
        margin: 0 auto;
    }



    .header_box_img {
        height: 98vw;
        width: 100vw;
    }

    .header_box_img img {
        object-fit: cover;
        width: 100vw;
    }

    .header_box_value {
        width: 90vw;
    }

    .header_box_value_title {
        font-size: 11vw;
    }

    .header_box_value_remoke {
        font-size: 4.2vw;
        margin-top: 3.2vw;
        margin-bottom: 8.5vw;
        text-align: center;
        padding: 0 8vw;
    }





    .header_box_value_button {
        font-size: 5.5vw;
        border: 0.2vw solid transparent;
        border-radius: 1.5vw;
    }

    .header_box_value_button_v {
        padding: 3vw 21vw;
        border-radius: 1.4vw;
        transform: translate(-1vw, -1vw);
        font-size: 5vw;
        border-radius: 3vw !important;
    }

    .header_box_value_button_v:hover {
        transform: translate(0px, 0px);
        border-radius: 5px;

    }


    .main_box_title {
        font-size: 6.2vw;
        margin: 6vw auto;
    }

    .main_box_g {
        grid-template-columns: repeat(2, 1fr);
        gap: 3vw;
        margin-top: 3vw;
        margin-bottom: 5vw;
        display: flex;
        overflow-x: auto;
        padding: 2vw;
        justify-content: space-around;
        /* overflow-y: hidden; */
    }



    .main_box_g::-webkit-scrollbar {
        display: none
    }



    .main_box_title {
        font-weight: 400;
        font-size: 7vw;
        margin: 5vw auto;
    }


    .main_box_g_item {
        padding: 4vw;
        /* color: #ffffff; */
        border-radius: 0.8vw;
        padding-bottom: 3vw;
        width: 90vw;
        margin: 3vw 0;
        margin: 0 2vw;
    }

    .main_box_g_item::after {
        top: 2vw;
        font-size: 5vw;
        z-index: -1;
    }

    .main_box_g_item_title {
        font-size: 4.4vw;
        margin-bottom: 1.5vw;
    }

    .main_box_g_item_remoke {
        font-size: 3.72vw;
    }

    .main_box_f_item {
        /* grid-template-columns: repeat(1, 1fr); */
        /* gap: 2vw; */
        display: flex;
        align-items: center;
        margin-top: 5vw;
        gap: 0;
    }



    .main_box_f_item_text_title {
        font-weight: 400;
        font-size: 5.2vw;
        margin-bottom: 4.5vw;
        text-align: left;
    }


    .main_box_f_item_text_remoke {
        margin-bottom: 3.5vw;
        font-size: 3.4vw;
        line-height: 4.5vw;
    }



    .main_box_f_item_img {
        max-width: 100vw;
        margin: 0 auto;
        /* width: 281vw; */
        flex: 0.8;
        margin-left: 3.2vw;
        height: auto;
    }






    .main_box_f_key {
        margin: 0;
        width: 100vw;
        max-width: 100vw !important;
        margin-top: 9vw;
        box-shadow: none;
    }


    .main_box_f_key_box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1vw;
        padding: 0 2vw;
        margin-top: 12vw;
    }





    .main_box_f_key_item {
        padding: 1vw;
        padding-right: 2vw;
        margin-bottom: 2.5vw;
        position: relative;
        z-index: 0;
        margin-right: 2vw;
    }

    .main_box_f_key_item {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top right;
        padding: 0 6vw;
        padding-bottom: 1vw;
        margin-bottom: 5vw;
    }


    .main_box_f_key_item_title {
        font-size: 6vw;
        margin-bottom: 4vw;
    }

    .main_box_f_key_item_remoke {
        font-size: 4vw;
        color: #666666;
    }
















    .footer_box {
        display: flex;
        align-items: flex-end;
        /* flex-direction: column; */
        max-width: 100vw;
        position: relative;
    }

    .footer_box_left {
        flex: 1.8;
        margin-top: 2vw;
        padding-bottom: 2vw;
        text-align: left;
        max-width: 94vw;
        margin: 0 auto;
    }

    .footer_box_rigth {
        flex: 1;
        width: 30vw;
        background: #2a4d8d;
        padding-top: 7vw;
        position: absolute;
        top: 0;
        right: 4vw;
        padding-bottom: 7vw;
        border-bottom-left-radius: 3vw;
        border-bottom-right-radius: 3vw;
    }

    .footer_box_left_title {
        font-weight: 400;
        font-size: 5vw;
        margin: 4vw 0;
        align-items: center;
    }

    .footer_box_left_data {
        font-weight: 400;
        font-size: 3.5vw;
        flex-direction: column;
        text-align: left;
        /* margin-bottom: 4vw; */
    }

    .footer_box_left_data_left {
        margin-right: 0;
        flex: 2;
        margin-bottom: 1.5vw;
        padding: 0 1vw;
        margin-right: 16vw;
        font-size: 3vw;
    }

    .footer_box_left_data_rigth {
        padding: 1vw;
        flex: 1;
        flex-direction: row-reverse;
    }

    .footer_box_left_data_rigth_button {
        border: 1px solid #ffffff;
        margin: 0.3vw 1vw;
        border-radius: 4vw;
        padding: 1vw 7vw;
    }


    .footer_remoke {
        font-size: 3vw;
        margin: 6vw 0;
    }



    .footer_box_rigth img {
        max-width: 67vw;
        margin: 0 auto;
    }


    .footer_box_rigth_but {
        top: 37px;
        flex-direction: column;
    }

    .footer_box_rigth_but img {
        width: 100%;
        height: 100%;
    }


    .footer_box_rigth_but_ico {
        width: 7.5vw;
        height: 7.5vw;
        margin-right: 0;
        margin-bottom: 3vw;
    }

    .footer_box_rigth_but_tex {
        font-size: 3.8vw;
    }

}

.ceping__css.footer__container {
    display: none;
}