/**
 * title.css
 */
#app {
    margin-top: 11px;
}

.jk_test {
    display: none;

}

.jk_login {
    display: none;
}

.option_title {
    max-width: 1200px;
    margin: 0 auto;
}

.time_list_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.time_title {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.time_data {
    background-color: #EBEFF8;
    font-weight: bold;
    font-size: 20px;
    color: #2434A0;
    /* padding: 10px 20px; */
    padding: 2px 17px;
    border-radius: 30px;
}

.optios_bar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.optios_bar>.bar {
    margin-left: 15px;
    flex: 1;
    height: 10px;
    border-radius: 5px;
    background-color: #EBEFF8;
}

.optios_bar>.bar div {
    height: 100%;
    border-radius: 5px;
    background-color: #4154F1;
}

.optios_bar_83>.bar div {
    background-color: #FED979;
}

.thisOptions {
    max-width: 1200px;
    margin: 0 auto;
    background: #D4EAFF;
    border-radius: 10px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 20px 0; */
    font-family: Arial, sans-serif;
    gap: 6px;
    margin-bottom: 6px;
}

.pagination a,
.pagination span {
    color: #333;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-size: 14px;
    line-height: 1.5;
}

@media (hover: hover) and (pointer: fine) {

    .pagination a:hover:not(.active, .disabled) {
        background-color: #ffffff;
        border-color: #4154F1;
        color: #4154F1;
    }
}

.pagination .active {
    position: relative;
    z-index: 0;

}

.pagination .active::after {
    position: absolute;
    content: '';
    top: -3%;
    width: 100%;
    height: 129%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url(/static/80/img/after_active.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 141% auto;
    z-index: -1;
}

.pagination .dataTrue {
    background-color: #4154F1;
    color: white;
    border-color: #4154F1;
    font-weight: 500;
}

.pagination .disabled {
    color: #ccc;
    cursor: not-allowed;
    border-color: transparent;
}

.pagination .dots {
    border: none;
    color: #999;
    cursor: default;
    border: 1px solid #d9d9d9;
}

.page-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link svg {
    width: 60%;
    height: 60%;
    display: block;
}

.title {
    max-width: 1200px;
    margin: 0 auto 40px;
    border-radius: 15px;

    background-color: #FFFFFF;
}

.title_box {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;
}

.title_box svg {
    width: 100%;
    height: 100%;
    display: block;

}

.title_box img {
    width: 100%;
    height: 100%;
    display: block;
}

.title_box_left {
    flex: 1;
    padding: 20px;
    padding-left: 40px;
}


.title_box_rigth {
    flex: 0.6;
    padding: 20px;
    /* padding-right: 40px; */
    padding-bottom: 44px;
}

.title_box_left_img {
    height: 100%;
    padding: 0 50px;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    font-weight: 500;
}

.title_box_rigth_header {
    margin-bottom: 20px;
}

.title_box_rigth_data {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.title_box_rigth_data>div {
    margin: 0 20%;
    padding: 8px 16px;
    border: 1px solid #999999;
    border-radius: 10px;
}

.option {
    background: #F6F7FA;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    cursor: pointer;
}

.optionActive {
    background-color: #1472ff;
    border-color: #2434A0;
    color: #FFFFFF;
}

.option_img {
    padding: 0.9vw 2vw;
}

.title_box_rigth_header .time_data {
    padding: 2px 17px;
    font-size: 20px;
}

.title_button {

    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 20px 20px;
    padding-top: 0;
    align-items: center;
    margin-top: 50px;
}

.title_button .Previous {
    flex: 1;
    font-weight: 400;
    font-size: 18px;
    color: #2434A0;
    line-height: 24px;
    text-decoration-line: underline;
    cursor: pointer;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
}

.title_button .next {
    flex: 0.33;
    background: #FF644F;
    border-radius: 32px 31px 33px 32px;
    border: 0px solid #FF0101;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    line-height: 46px;
    margin: 0 40px;
    border: 1px solid transparent;
}

.title_button .next .text_start_button_h {
    font-size: 22px;
}


.title_button .next:hover {
    background-color: #FFFFFF;
    border-color: #FF644F;
    color: #FF644F;
}

.title_remoke {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 28px;
    display: flex;
    justify-content: center;
}

.title_remoke_rigth {
    flex: 0.34;
}



.globe_content {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(37 37 37 / 40%);
    z-index: 101;

    display: none;

}


.globe_content_main {
    width: 743px;
    background: #FFFFFF;
    color: #000000;
    position: fixed;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    padding: 20px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* margin: 0 3vw; */
}

.globe_content_main_title {
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    line-height: 36px;
    margin: 20px;
    margin-bottom: 0;
    text-align: left;
}

.globe_content_main_title span {
    color: #4154F1;
}

.globe_content_main_value {
    font-weight: 400;
    font-size: 18px;
    color: #667185;
    line-height: 24px;
    margin: 20px 0;
    margin-bottom: 0;
    text-align: left;

}

.globe_content_main_img {
    margin: 20px 0;
    width: 300px;
}

.globe_content_main_button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    margin: 20px 0;
}

.globe_content_main_button_1 {
    flex: 0.4;
    background: #4154F1;
    border-radius: 0px 34px 34px 34px;
    border: 1px solid rgba(136, 162, 253, 0.25);
    padding: 9px 20px;
    color: #FFFFFF;
    margin: 0 20px;
    cursor: pointer;
    transition: all 0.3s ease;

}

.globe_content_main_button_2 {
    flex: 0.4;
    background: #E2EAFF;
    border-radius: 0px 34px 34px 34px;
    border: 1px solid rgba(136, 162, 253, 0.25);
    padding: 9px 20px;
    color: #4154F1;
    margin: 0 20px;
    cursor: pointer;
    transition: all 0.3s ease;

}


.function_btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 68px;
    margin-top: 48px;
}

.template_3_function_btn_box {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 24px;
    padding-bottom: 40px;
}

.function_btn {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 160px;
    height: 40px;
    font-size: 16px;
    border: none;
    cursor: pointer;

    /* border-radius: 12px; */
    border-radius: 32px 31px 33px 32px;
    box-shadow: 0 0 .16rem .0533rem #969bb280;
}

.function_btn_box_pre {
    color: #1472ff;
    background-color: #fff;
}

.function_btn_box_next {
    background-color: #1472ff;
    color: #fff;
}

.function_btn_box_generateReport {
    background-color: #FF644F;
    color: #fff;
}

.template_3_container {
    display: flex;
    gap: 50px;
    padding-bottom: 0px;
}

.template_3_img_box {
    /* flex: 1; */
    width: 45%;
    display: flex;
    justify-content: end;
    align-items: start;
}

.template_3_img_box img {
    /* max-width: 464px; */
    height: auto;
}

.template_3_title_box {
    width: 55%;
    /* display: flex; */
    /* flex: 1; */
    max-width: 400px;
}

.template_3_title_box .title_box_rigth_data>div {
    /* margin-left: 50px; */
    margin: 0;
    /* margin-left:  50px; */
}

@media (hover: hover) and (pointer: fine) {
    .globe_content_main_button_1:hover {
        border-radius: 34px;
        transform: scale(1.1);
    }

    .globe_content_main_button_2:hover {
        border-radius: 34px;
        transform: scale(1.05);
    }
}


@media (max-width: 768px) {

    .title_button .next .text_start_button_h {
        font-size: 4.5vw;
    }

    .main {
        padding: 0;
    }


    .option_title {
        max-width: 1200px;
        margin: 0 3vw;
    }


    #app {
        margin-top: 2vw;
    }


    .time_title {
        font-size: 5vw;
    }

    .time_data {
        font-size: 4vw;
        padding: 1vw 3vw;
        border-radius: 5vw;
    }


    .optios_bar>.bar {
        margin-left: 15px;
        flex: 1;
        height: 10px;
        border-radius: 5px;
    }

    .optios_bar>.bar div {
        height: 100%;
        border-radius: 5px;
    }


    .thisOptions {
        max-width: 1200px;
        border-radius: 0;
        margin-top: 3vw;
    }

    .pagination {
        gap: 6px;
        margin-bottom: 6px;
    }

    .pagination a,
    .pagination span {
        color: #333;
        border-radius: 4px;
        font-size: 14px;
        line-height: 1.5;
    }

    .pagination .active::after {
        top: -3%;
        width: 100%;
        height: 159%;
        background-size: 212% auto;
        z-index: -1;
    }

    .pagination .dataTrue {

        font-weight: 500;
    }


    .pagination .dots {
        color: #999;
        border: 1px solid #d9d9d9;
    }

    .page-link {
        width: 32px;
        height: 32px;

    }

    .page-link svg {
        width: 60%;
        height: 60%;
    }

    .title {
        max-width: 1200px;
        border-radius: 0;
        margin-bottom: 0;
    }

    .title_box {
        gap: 0;
        flex-direction: column;
    }

    .title_box_left {
        flex: 1;
        padding: 0;
        /* padding-left: 0; */
        width: 95%;
        margin: 0 auto;
        margin-top: 2vw;
    }


    .title_box_rigth {
        flex: 0.6;
        padding: 3vw;
        /* padding-right: 0; */
        /* padding-bottom: 0; */
        padding-bottom: 9vw;
    }

    .template_3_container {
        padding-bottom: 0px;
    }

    .title_box_left_img {
        width: 84%;
        height: 100%;
        margin: 0 auto;
        padding: 0 5vw;
        font-size: 4.5vw;
        line-height: 6vw;
        margin-top: 4vw;
    }

    .title_box_rigth_header {
        margin-bottom: 20px;
    }

    .title_box_rigth_data {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .option {
        border-radius: 10px;
    }

    .option_img {
        padding: 1.4vw 3vw;
    }

    .title_box_rigth_header .time_data {
        padding: 2px 17px;
        font-size: 20px;
    }

    .title_button {
        padding: 3vw;
        padding-top: 0;
        padding-bottom: 2vw;
        margin-top: 2vw;
    }

    .title_button .Previous {
        flex: 1;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        padding: 20px;
    }

    .title_remoke {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 3.5vw;
    }


    .title_button .next {
        flex: 1;
        border-radius: 32px 31px 33px 32px;
        font-size: 22px;
        line-height: 46px;
        margin: 0 40px;
        /* margin-left: 80px; */
        margin-top: 3vw;
    }

    .title_remoke_rigth {
        flex: 1;
        padding-right: 0;
    }

    .template_3_container {
        gap: 12px;
    }

    .template_3_img_box {
        width: 55%;
    }

    .template_3_title_box {
        width: 45%;
    }
    

    .title_box_rigth_data>div {
        margin: 0 3vw;
        padding: 2vw 3vw;
        border: 1px solid #999999;
        border-radius: 2vw;
    }

    /* .template_3_title_box .function_btn_box {
        margin-top: 24px;
        flex-wrap: wrap;
        gap: 24px;
    } */

    /* .template_3_title_box .title_box_rigth_data >div {
         margin: 0 3vw 0 12px;
    } */



    .globe_content {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 0.8);
        z-index: 101;
    }


    .globe_content_main {
        width: 89%;
        /* position: fixed; */
        /* top: 43%; */
        /* left: 50%; */
        transform: translate(-50%, -50%);
        /* border-radius: 20px; */
        padding: 3vw 6vw;
        /* display: flex; */
        /* flex-direction: column; */
        /* align-items: center; */
        /* text-align: center; */
        /* margin: 0 20vw; */
    }

    .globe_content_main_title {
        /* font-weight: bold; */
        font-size: 5vw;
        /* color: #000000; */
        line-height: 6vw;
        margin: 3vw;
        margin-bottom: 0;
    }

    .globe_content_main_title span {
        color: #4154F1;
    }

    .globe_content_main_value {
        /* font-weight: 400; */
        font-size: 3.5vw;
        /* color: #667185; */
        line-height: 5vw;
        margin: 3vw 0;
        margin-bottom: 0;
    }

    .globe_content_main_img {
        margin: 3vw 0;
        width: 70vw;
    }

    .globe_content_main_img img {
        width: 100%;

    }

    .globe_content_main_button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        text-align: center;
        margin: 3vw 0;
        font-size: 4vw;
    }

    .globe_content_main_button_1 {
        flex: 0.4;
        background: #4154F1;
        border-radius: 0px 7vw 7vw 7vw;
        border: 1px solid rgba(136, 162, 253, 0.25);
        padding: 2vw 4.8vw;
        color: #FFFFFF;
        margin: 0 3vw;
        cursor: pointer;
    }

    .globe_content_main_button_2 {
        flex: 0.4;
        background: #E2EAFF;
        border-radius: 0px 7vw 7vw 7vw;
        border: 1px solid rgba(136, 162, 253, 0.25);
        padding: 2vw 4.8vw;
        color: #4154F1;
        margin: 0 3vw;
        cursor: pointer;
    }


}