/**
 * index.css
 */

.jk_header {
    background: #2434a0;
    position: relative;
    top: 0;
    z-index: 10;
}

header.jk_header {
    background-color: #2435a1;
    background-image: url(https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/static/80/img/index_header_bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 2500px 780px;
    height: 780px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

header .jk_container {
    max-width: 1200px;
    width: 100%
}

header .jk_header_lang-current {
    background-color: transparent;
}

header .jk_header_lang-current {
    color: #FFFFFF;
}

header .jk_header_lang-current::after {

    border-top: 5px solid #ffffff;

    transition: transform 0.3s;
}

header .fa-chevron-down {
    margin-left: 5px;
}

header .jk_header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    position: relative;
}

.header_main {
    max-width: 1100px;
    max-width: 1100px;
    margin: 0 auto;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 50px;
    margin-top: 110px;
}

.header_main_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 0.45;
}

.header_main_rigth {
    flex: 0.45;
}

.header_main_left_title1 {
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 72px;
    margin-top: 20px;
    animation: floatAnimation 3s ease-in-out infinite;
}

.header_main_left_title2 {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 32px;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.header_main_left_button {
    color: #FFFFFF;
    background: #FF644F;
    border-radius: 36px;
    padding: 1px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    border: 1px solid transparent;
    width: 90%;
}


.header_main_rigth_top {
    display: flex;
    align-items: stretch;
    justify-content: space-between;

}

.header_main_rigth_top_left {
    flex: 1;
    margin: 0 10px;
    aspect-ratio: 16 / 10;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/static/80/img/header_main_rigth_top_left.png);
    padding: 15px;
}

.header_main_rigth_top_rigth {
    flex: 1;
    margin: 0 10px;
    aspect-ratio: 16 / 10;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/static/80/img/header_main_rigth_top_rigth.png);
    padding: 15px;
    position: relative;
}

.header_main_rigth_top_left1 {
    font-weight: 700;
    font-size: 30px;
    color: #32415F;
}

.header_main_rigth_top_left2 {
    font-weight: 400;
    font-size: 16px;
    color: #667185;
    line-height: 16px;
}

.header_main_rigth_top_rigth1 {
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
}

.header_main_rigth_top_rigth2 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
}

.header_main_rigth_bottom {
    position: relative;
    aspect-ratio: 16 / 12;
    margin-top: 10px;
    background-size: 103% 103%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/static/80/img/header_main_rigth_bottom.png);
    color: #000000;
}

.header_main_rigth_bottom_1 {
    position: absolute;
    width: 402px;
    height: 428px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(https://laoguo-caiji.oss-cn-beijing.aliyuncs.com/ceping/static/80/img/header_main_rigth_bottom_1.png);
    bottom: 3%;
    left: -14%;
}

.header_main_rigth_bottom_2 {
    position: absolute;
    width: 195px;
    height: 220px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/static/80/img/header_main_rigth_bottom_2.png);
    bottom: -3%;
    right: -2%;
}

.header_main_rigth_bottom_3 {
    background-color: #FFFFFF;
    border-radius: 18px;
    height: 50px;
    position: absolute;
    width: 245px;
    height: 75px;
    bottom: 14%;
    left: -5%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header_main_rigth_bottom_1_box {
    position: relative;

}

.header_main_rigth_bottom_2_box {
    padding: 15px 0;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;

}

.header_main_rigth_bottom_2_box .p1 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
}

.header_main_rigth_bottom_2_box .p2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30%;
    font-weight: bold;
    font-size: 45px;
    color: #000000;
    line-height: 56px;
}

.header_main_rigth_bottom_3_box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.header_main_rigth_bottom_3_box_img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header_main_rigth_bottom_3_box_img img:first-child {
    margin-left: 10px;
}

.header_main_rigth_bottom_3_box_img img {
    width: 38px;
    height: 38px;
    margin-left: -20px;
    border-radius: 20px;
    border: 1px solid #ffffff;
}

.header_main_rigth_bottom_3_box_text {
    margin-left: 10px;
}

.header_main_rigth_bottom_3_box_text .p1 {
    font-size: 18px;
    color: #242424;
    line-height: 21px;
}

.header_main_rigth_bottom_3_box_text .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #939DAC;
}

.testList_box {
    background-color: #f4f9fb;
}

.testList {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.testList_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    margin: 50px 0;
}

.testList_item_link {
    width: 1px;
    border-left: 1px solid #E3E4E6;
    margin: 50px 0;

}

.testList_item_logo {
    background-color: #3d66ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.testList_item_logo_img {
    height: 40px;
}

.testList_item_title {
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    margin: 10px 0;
}

.testList_item_remoke {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

.testList_item_button {

    font-weight: bold;
    font-size: 16px;
    color: #356BF8;
    padding: 10px 20px;
    border: 1px solid #356BF8;
    border-radius: 30px;
    cursor: pointer;
    margin: 10px 0;
}

.testList_item_button:hover {
    border-color: transparent;
    color: #FFFFFF;
    background-color: #356BF8;

}

.user_list_box {
    background-color: #ffffff;
    position: relative;
}


.user_list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    padding-top: 100px;
}

.user_list_title {
    font-weight: bold;
    font-size: 50px;
    color: #000000;
    width: 65%;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}

.user_list_title span {
    font-size: 32px;
}

.user_list_date {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.user_list_date::before,
.user_list_date::after {
    content: '';
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.user_list_date::before {
    left: 0;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.user_list_date::after {
    right: 0;
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.swiper-container {
    width: auto;
    max-width: 240px;
    padding-right: 20px;
}


.user_list_date_item {
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    margin: 20px 0;
    margin-right: 15px;
}

.user_list_date_item_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 19px;
}

.user_list_date_item_box_img {
    /* width: 37px; */
    /* height: 22px; */
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.user_list_date_item_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.user_list_date_item_title b {
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    margin-right: 10px;
}

.user_list_date_item_title span {
    font-weight: 400;
    font-size: 12px;
    color: #BFBFBF;
}


.canvas_box {
    background-color: #ffffff;
    padding-bottom: 200px;
}

.canvas {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.canvas_left {
    flex: 0.85;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 50px;
    background-color: #F4F9FB;
    border-radius: 25px;
    position: relative;
    z-index: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.canvas_left::after {
    position: absolute;
    top: 37px;
    left: 20px;
    content: '';
    display: inline-flex;
    background-size: cover;
    background-position: center center;
    width: 106px;
    height: 106px;
    background-image: url(/static/80/img/canvas_left_afier.png);
    z-index: -1;
}

.canvas_left_title {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}

.canvas_left_title_1 {
    font-weight: 400;
    font-size: 12px;
    color: #547388;
    margin-top: 20px;
}

.canvas_left_title_img {
    margin: 10px 0;
}

.canvas_left_title_img img {
    width: 100%;
    display: block;
}

.canvas_left_title_remoke {
    font-weight: 400;
    font-size: 12px;
    color: #547388;
    text-align: center;
}

.canvas_left_footer {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    margin-top: 30px;
}

.canvas_left_footer_item_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.canvas_left_footer_item {
    padding: 12px 0;
    z-index: 0;
}

.canvas_left_footer::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    display: block;
    content: '';
    width: 190%;
    height: 100%;
    background-color: #356BF8;
    z-index: -1;
}

.canvas_left_footer_item_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-left: 10px;
    margin-right: 32px;
}


.canvas_left_footer_item_list::after {
    position: absolute;
    left: -24px;
    content: "";
    display: inline-block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 9px solid #FFF21F;
}

.canvas_left_footer_item_list .p1 {
    min-width: 62px;
}

.canvas_left_footer_item_list .p2 {
    font-size: 16px;
}

.canvas_rigth {
    flex: 1;
    margin-left: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.canvas_rigth > div {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -10% center;
    position: relative;
    padding: 15px 20px;
    border-radius: 25px;
}


.canvas_rigth > div > .canvas_title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 8px;
}

.canvas_rigth > div > .canvas_remoke {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}

.canvas_rigth_1 {
    background-color: #2434a0;
    background-image: url(/static/80/img/canvas_rigth_1.png);
    color: #ffffff;
}

.canvas_rigth_2 {
    background-color: #f4f6f5;
    background-image: url(/static/80/img/canvas_rigth_2.png);
}

.canvas_rigth_3 {
    background-color: #f4f6f5;
    background-image: url(/static/80/img/canvas_rigth_3.png);
}

.canvas_rigth_4 {
    background-color: #f4f6f5;
    background-image: url(/static/80/img/canvas_rigth_4.png);
}

.canvas_rigth_botton {
    position: absolute;
    cursor: pointer;
    left: 15px;
    bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    z-index: 9;
}

.canvas_rigth_botton::after {
    content: '';
    display: inline-flex;
    background-size: cover;
    background-position: center center;
    width: 20px;
    height: 13px;
    transform: translate(22%, 17%);
    background-image: url(/static/80/img/zuojiantou_f.png);
}


.canvas_rigth_2 > .canvas_rigth_2_titile {
    color: #000000;
}

.canvas_rigth_2 > .canvas_rigth_2_remoke {
    color: #969696;
}

.canvas_rigth_3 > .canvas_rigth_3_titile {
    color: #000000;
}

.canvas_rigth_3 > .canvas_rigth_3_remoke {
    color: #969696;
}

.canvas_rigth_4 > .canvas_rigth_4_titile {
    color: #000000;
}

.canvas_rigth_4 > .canvas_rigth_4_remoke {
    color: #969696;
}


.info_box {
    background-color: #2434a0;
    color: #ffffff;
    position: relative;
    margin: 150px 0;
    height: 624px;
    padding-top: 42px;
    margin-top: 0;
    margin-bottom: 91px;
}


.info {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
}

.info::after {
    position: absolute;
    top: 21%;
    left: 2%;
    content: '';
    display: block;
    background-size: cover;
    background-position: center center;
    width: 194px;
    height: 235px;
    background-image: url(/static/80/img/info_box_after.png);
    z-index: -1;
}

.info_left {
    flex: 1;
    margin-right: 20px;
    font-weight: bold;
    font-size: 72px;
    color: #FFFFFF;
    margin-left: 7%;
}

.info_rigth {
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info_rigth > div {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    color: #000000;
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 40px;
}

.info_rigth_item_1 {
    margin-right: 50px;
}

.info_rigth_item_2 {
    margin: 30px 0;
    margin-left: 50px;
}

.info_rigth_item_3 {
    margin-right: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.info_rigth_item_img {
    min-width: 70px;
    margin-right: 15px;
}

.info_rigth_item_img img {
    display: block;
    width: 100%;
}

.info_rigth_item_title {
    font-weight: bold;
    font-size: 30px;
    color: #2434A0;
    margin-bottom: 23px;
    line-height: 35px;
}

.info_rigth_item_remoke {
    font-weight: 400;
    font-size: 18px;
    color: #5B647D;
    line-height: 24px;
}

.info_rigth_item_icon {
    position: absolute;
    bottom: 7%;
    right: 4%;
    width: 18px;
    height: 18px;
}

.info_rigth_item_icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.title_info_box {
    background-color: #FFFFFF;

}

.title_info {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title_info_left {
    flex: 1;
    aspect-ratio: 12 / 12;
    padding: 0;
    background-image: url(/static/80/img/title_info_left.png);
    background-size: 85% 85%;
    background-repeat: no-repeat;
    background-position: center center;
}


.title_info_left_title {
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 60px;
    padding: 129px 94px;
    padding-left: 104px;
    padding-bottom: 28px;
}

.title_info_left_remoke {
    font-weight: 400;
    font-size: 18px;
    color: #ACD7E5;
    padding: 60px 100px;
    padding-left: 104px;
    padding-top: 0;
}

.title_info_rigth {
    aspect-ratio: 16 / 16;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title_info_rigth_data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

}

.title_info_rigth_data_item {
    background: #FFFFFF;
    box-shadow: 9px 10px 32px 0px rgba(38, 42, 43, 0.15);
    border-radius: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
}

.title_info_rigth_data_item_img {
    min-width: 35px;
    width: 35px;
    height: 35px;
    margin-right: 10px;

}

.title_info_rigth_data_item_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.title_info_rigth_data_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.title_info_rigth_data_title {
    font-weight: bold;
    font-size: 16px;
    color: #2434A0;
    line-height: 30px;
}

.title_info_rigth_data_remoke {
    font-size: 14px;
    color: #969696;
    line-height: 17px;
}

.title_info_rigth_data_box_remoke {
    margin-top: 60px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}

.title_info_rigth_data_box_remoke p {
    margin-top: 20px;
}

.iq_user_list_box {
    background-color: #F7F7F7;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.iq_user_list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    padding-top: 100px;
}

.iq_user_list_title {
    font-weight: bold;
    font-size: 50px;
    color: #000000;
    width: 65%;
    line-height: 68px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}

.iq_user_list_date {
    position: relative;
    width: 100%;
}

.iq_user_list_box::before,
.iq_user_list_box::after {
    content: '';
    position: absolute;
    top: 0;
    width: 400px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.iq_user_list_box::before {
    left: 0;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.iq_user_list_box::after {
    right: 0;
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.iq_swiper-container {
    width: auto;
    max-width: 800px;
    padding-right: 20px;
}

.iq_user_list_date_item {
    border-radius: 6px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    padding: 18px;
    padding-left: 0;
}

.iq_user_list_date_item_left {
    flex: 0.8;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: stretch;
    gap: 20px;
}

.iq_user_list_date_item_left > div {
    background: #FFFFFF;
    border-radius: 12px;
    flex: 1;
    padding: 18px;
    box-sizing: border-box;
    width: 100%;
}

.iq_user_list_date_item_rigth {
    flex: 0.5;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: stretch;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 18px;
    /* padding-right: 0; */
}

.iq_user_list_date_item_rigth .header_user_info {
    flex-direction: column;
}

.header_user_info {
    display: flex;
    justify-content: flex-start;
}

.header_user_info_img {
    width: 70px;
    /* height: 70px; */
    margin-right: 10px;
    margin-bottom: 10px;
}

.header_user_info_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.header_user_info_data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header_user_info_data_title {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.header_user_info_data_remoke {
    font-weight: 400;
    font-size: 16px;
    color: #989898;
}

.header_user_remoke {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 29px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.header_user_start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;
}

.header_user_start img {
    width: 25px;
    height: 25px;
    margin-right: 4px;
}

.card_title_info_box {
    padding: 60px 0;
    background-color: #ffffff;
    padding-bottom: 30px;
}

.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 11px;
    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);
}

.menu_info_data_box {
    background-color: #FFFFFF;
}

.menu_info_data {
    max-width: 1200px;
    margin: 0 auto;
}

.menu_info_data_title {
    font-weight: bold;
    font-size: 50px;
    color: #181818;
    text-align: center;
    max-width: 90%;
    line-height: 10vw;
    margin: 0 auto;
}


.menu_info_data_info {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin-top: 10px;
}

.menu_info_data_info_item {
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    color: #181818;
    border-radius: 40px;
    box-sizing: initial;
}


.menu_info_data_info_item_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.menu_info_data_info_item_title_text {
    width: 180px;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 5px;
    position: relative;
    z-index: 0;
}

.menu_info_data_info_item_title_text::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: ' ';
    width: 84px;
    z-index: -1;
    height: 5px;
    border-bottom: 5px solid #FFC450;
}

.menu_info_data_info_item_title_img {
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.menu_info_data_info_item_remoke {
    margin-top: 19px;
    font-weight: 500;
    font-size: 14px;
    color: #6D6D6D;
}

.menu_info_data_info_item:hover {
    background-color: #2434A0;
    color: #ffffff;
}

.menu_info_data_info_item:hover .menu_info_data_info_item_remoke {
    color: #FFFFFF;
}

.menu_info_data_info_item:hover .menu_info_data_info_item_title_img1 {
    background-image: url(/static/80/img/menu_info_data_info_item_title_img_1_active.png);
}

.menu_info_data_info_item:hover .menu_info_data_info_item_title_img2 {
    background-image: url(/static/80/img/menu_info_data_info_item_title_img_2_active.png);
}

.menu_info_data_info_item:hover .menu_info_data_info_item_title_img2 {
    background-image: url(/static/80/img/menu_info_data_info_item_title_img_2_active.png);
}

.menu_info_data_info_item_title_img1 {
    background-image: url(/static/80/img/menu_info_data_info_item_title_img_1.png);
}

.menu_info_data_info_item_title_img2 {
    background-image: url(/static/80/img/menu_info_data_info_item_title_img_2.png);
}

.menu_info_data_info_item_title_img3 {
    background-image: url(/static/80/img/menu_info_data_info_item_title_img_3.png);
}


.card_title_info_left_button_pc {
    display: block;
}

.card_title_info_left_button_m {
    display: none;
}

@media (max-width: 768px) {

    header .jk_header_nav-links a {
        color: #000000;
    }


    .header_main_rigth_top_left1,
    .header_main_rigth_top_rigth1 span {
        font-weight: 300;
    }

    .card_title_info_left_button_pc {
        display: none;
    }

    .card_title_info_left_button_m {
        display: block;
        margin: 0 12vw;
        margin-top: 9vw;
        text-align: center;
    }

    header.jk_header {
        background-image: url(/static/80//img/index_header_bg_m.png);
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
        background-size: 100vw auto;
    }


    .canvas_left_footer_item_box {
        justify-content: space-between;
    }


    .canvas_box {
        padding-bottom: 10vw;
    }

    header .jk_header_lang-current::after {
        border-top: 1.2vw solid #ffffff;
        transition: transform 0.3s;
    }

    header .jk_header_nav {
        padding: 5vw 4vw;
    }

    header .jk_header_nav-links {
        background-color: rgb(255 255 255);
    }

    header.jk_header {
        height: auto;
    }

    .header_main {
        width: auto;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5vw;
        margin-top: 4vw;
        flex-direction: column;
        padding: 0 8vw;
    }

    .header_main_left {
        flex: 1;
    }

    .header_main_rigth {
        flex: 1;
        margin-top: 6vw;
        flex: 1;
        width: 90%;
    }

    .header_main_left_title1 {
        font-size: 7vw;
        line-height: 10vw;
        margin-top: 0vw;
        margin-right: 17vw;
    }

    .header_main_left_title2 {
        font-size: 3.5vw;
        line-height: 4.5vw;
        margin-right: 9vw;
        margin-top: 2vw;
        margin-bottom: 0vw;
    }

    .header_main_left_button {
        border-radius: 10vw;
        /* padding: 1vw 12vw; */
        /* background-color: #FF644F; */
        font-size: 5.5vw;
        margin-top: 5vw;
        /* line-height: 2; */
        /* padding-bottom: 2vw; */
        margin: 0 auto;
        margin-top: 7vw;
    }

    .header_main_left_button:hover {
        background-color: #FF644F;
    }

    .header_main_rigth_top_left {
        margin: 0 1.5vw;
        padding: 2.5vw 2.8vw;
        margin-left: 0;
    }

    .header_main_rigth_top_rigth {
        flex: 1;
        margin: 0 0vw;
        padding: 2.5vw 2.8vw;
        margin-right: 0;
    }

    .header_main_rigth_top_left1 {
        font-weight: 700;
        font-size: 5vw;
        margin-bottom: -2vw;
    }

    .header_main_rigth_top_left2 {
        font-size: 2.2vw;
        line-height: 4.5vw;
    }

    .header_main_rigth_top_rigth1 {
        font-weight: 700;
        font-size: 5vw;
        margin-bottom: -2vw;
    }

    .header_main_rigth_top_rigth2 {
        font-size: 2.2vw;
        line-height: 4.5vw;
    }

    .header_main_rigth_bottom {
        aspect-ratio: 16 / 12;
        margin-top: 1vw;
    }

    .header_main_rigth_bottom_1 {
        width: 64vw;
        height: 72vw;
        bottom: 3%;
        left: -13%;
    }

    .header_main_rigth_bottom_2 {
        width: 28vw;
        height: 31vw;
        bottom: -2%;
        right: -2%;
    }

    .header_main_rigth_bottom_3 {
        border-radius: 4vw;
        height: 50px;
        width: 37vw;
        height: 13vw;
        bottom: 14%;
        left: -5%;
    }

    .header_main_rigth_bottom_2_box {
        padding: 4vw 0 0 0;
    }

    .header_main_rigth_bottom_2_box .p1 {
        font-size: 3.5vw;
        line-height: 1vw;
    }

    .header_main_rigth_bottom_2_box .p2 {
        left: 49%;
        transform: translateX(-50%);
        bottom: 26%;
        font-size: 6vw;
        line-height: 8.5vw;
    }

    .header_main_rigth_bottom_3_box {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .header_main_rigth_bottom_3_box_img img:first-child {
        margin-left: 2vw;
    }

    .header_main_rigth_bottom_3_box_img img {
        width: 6vw;
        height: 6vw;
        margin-left: -4vw;
        border-radius: 3vw;
    }

    .header_main_rigth_bottom_3_box_text {
        margin-left: 2vw;
    }

    .header_main_rigth_bottom_3_box_text .p1 {
        font-size: 2.5vw;
        line-height: 4.5vw;
    }

    .header_main_rigth_bottom_3_box_text .p2 {
        font-weight: 400;
        font-size: 2vw;
        line-height: 3.5vw;
    }


    .testList {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        margin: 0 3vw;
        flex-direction: column;
    }

    .testList_item {
        padding: 0 9vw;
        margin: 6vw 0;
    }

    .testList_item_link {
        display: none;
    }


    .testList_item_logo {
        border-radius: 4.5vw;
    }

    .testList_item_logo_img {
        height: 10vw;
    }

    .testList_item_title {
        font-size: 6vw;
        margin: 1vw 0;
    }

    .testList_item_remoke {
        font-size: 3.5vw;
        margin-bottom: 3vw;
    }

    .testList_item_button {
        font-size: 3.5vw;
        padding: 2vw 9vw;
        border-radius: 5vw;
        margin: 1vw 0;
    }

    .user_list {
        width: 100%;
        max-width: 1200px;
        padding: 9vw 0;
        padding-bottom: 2vw;
    }

    .user_list_title {
        font-size: 5vw;
        width: 78%;
        line-height: 7vw;
    }

    .user_list_title span {
        font-size: 3.8vw;
    }

    .user_list_date {
        width: 100%;
    }

    .user_list_date::before,
    .user_list_date::after {
        top: 0;
        width: 13vw;
        height: 100%;
        z-index: 10;
    }

    .swiper-container {
        max-width: 52vw;
    }


    .user_list_date_item {
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
        margin: 3vw 2vw;
    }

    .user_list_date_item_box {

        padding: 2.5vw 3.5vw;

    }

    .user_list_date_item_box_img {
        /* width: 7vw;
        height: 6vw; */
        margin-right: 3vw;
        font-size: 3vw;
    }

    .user_list_date_item_title b {
        font-size: 3vw;
        margin-right: 2vw;
    }

    .user_list_date_item_title span {
        font-size: 3vw;
    }

    .canvas {
        width: auto;
        max-width: 100%;
        margin: 0 3vw;
        flex-direction: column;
    }

    .canvas_left {
        flex: 1;
        margin-right: 0;
        padding: 6vw 7vw;
        border-radius: 6vw;
        z-index: 0;
        padding-bottom: 0;
    }

    .canvas_left::after {
        top: 2vw;
        left: 5vw;
        width: 16vw;
        height: 16vw;
        z-index: -1;
    }

    .canvas_left_title {
        font-weight: bold;
        font-size: 4.5vw;
        line-height: 6vw;
    }

    .canvas_left_title_1 {
        font-weight: 400;
        font-size: 2.5vw;
        margin-top: 3vw;
    }

    .canvas_left_title_img {
        margin: 1.5vw 0;
    }

    .canvas_left_title_img img {
        width: 100%;
    }

    .canvas_left_title_remoke {
        font-weight: 400;
        font-size: 2.6vw;
    }

    .canvas_left_footer {
        font-weight: 400;
        font-size: 3.5vw;
        margin-top: 3vw;
    }


    .canvas_left_footer_item {
        padding: 3vw 0;
        z-index: 0;
    }

    .canvas_left_footer::after {
        top: 0;
        left: 50%;
        transform: translate(-50%);
        content: '';
        width: 190%;
        height: 100%;
        background-color: #356BF8;
        z-index: -1;
    }

    .canvas_left_footer_item_list {
        margin-left: 4.5vw;
        margin-right: 1vw;
    }


    .canvas_left_footer_item_list::after {
        position: absolute;
        left: -22.4px;
        margin-left: 1vw;
        width: 0;
        height: 0;
        border-top: 1vw solid transparent;
        border-bottom: 1vw solid transparent;
        border-left: 2vw solid #FFF21F;
    }

    .canvas_left_footer_item_list .p1 {
        min-width: 11vw;
        font-size: 2.5vw;
    }

    .canvas_left_footer_item_list .p2 {
        font-size: 2.5vw;
    }

    .canvas_rigth {
        flex: 1;
        margin-left: 0;
        grid-template-columns: repeat(2, 1fr);
        gap: 3vw;
        margin-top: 3vw;
    }

    .canvas_rigth > div {
        padding: 1.5vw 2vw;
        border-radius: 6vw;
        min-height: 51vw;
    }


    .canvas_rigth > div > .canvas_title {
        font-size: 4.2vw;
        margin-bottom: 1vw;
    }

    .canvas_rigth > div > .canvas_remoke {
        font-weight: 400;
        font-size: 2.7vw;
        line-height: 3.5vw;
    }

    .canvas_rigth_botton {
        left: 10%;
        bottom: 6%;
        font-size: 3vw;
    }

    .canvas_rigth_botton::after {
        width: 4vw;
        height: 2.5vw;
        transform: translate(22%, 17%);
    }

    .info_box {
        margin: 9vw 0;
        height: auto;
        padding-top: 0;
        margin-top: 0;
    }

    .info {
        max-width: 100%;
        margin: 0 7vw;
        height: 100%;
        z-index: 0;
        flex-direction: column;
    }

    .info::after {
        top: 3%;
        left: 12%;
        width: 26vw;
        height: 32vw;
        z-index: -1;
    }

    .info_left {
        flex: 1;
        margin-right: 0;
        font-size: 8.6vw;
        margin-left: 0;
        line-height: 14vw;
        margin: 19vw 0;
        width: 76%;
        text-align: left;
        margin-bottom: 10vw;
        margin-right: -14vw;
    }

    .info_rigth {
        flex: 1;
        margin-left: 0;
    }

    .info_rigth > div {
        border-radius: 3vw;
        padding: 5vw;
        padding-bottom: 6vw;
    }

    .info_rigth_item_1 {
        margin-right: 10vw;
    }

    .info_rigth_item_2 {
        margin: 7vw 0;
        margin-left: 10vw;
    }

    .info_rigth_item_3 {
        margin-right: 10vw;
        box-shadow: none;
        margin-bottom: 10vw;
    }

    .info_rigth_item_img {
        min-width: 11vw;
        margin-right: 3vw;
    }

    .info_rigth_item_title {
        font-size: 5vw;
        margin-bottom: 1vw;
        line-height: 6vw;
    }

    .info_rigth_item_remoke {
        font-size: 3.5vw;
        line-height: 4.2vw;
    }

    .info_rigth_item_icon {
        bottom: 7%;
        right: 4%;
        width: 3vw;
        height: 3vw;
    }


    .header_user_start img {
        width: 4vw;
        height: 4vw;
        margin-right: .5vw;
    }


    .title_info_box {
        background-color: #FFFFFF;
    }

    .title_info {
        /* max-width: 100%; */
        flex-direction: column;
        padding: 0 3vw;
        width: auto;
        box-sizing: border-box;
        padding-bottom: 9vw;
    }

    .title_info_left {
        flex: 1;
        aspect-ratio: 1/1;
        padding: 0;
        background-size: 92% 92%;
        background-position: center center;
    }


    .title_info_left_title {
        font-size: 6vw;
        line-height: 7vw;
        padding: 21vw 28vw;
        padding-left: 19vw;
        padding-bottom: 3vw;
        padding-top: 20vw;
    }

    .title_info_left_remoke {
        font-weight: 400;
        font-size: 3.9vw;
        color: #ACD7E5;
        padding: 10vw 15vw;
        padding-left: 19vw;
        padding-top: 0;
        line-height: 4.5vw;
    }

    .title_info_rigth {
        aspect-ratio: auto;
        flex: 1;
        display: block;
    }

    .title_info_rigth_data {
        grid-template-columns: repeat(1, 1fr);
        gap: 3vw;

    }

    .title_info_rigth_data_item {
        box-shadow: 9px 10px 32px 0px rgba(38, 42, 43, 0.15);
        border-radius: 3vw;
        padding: 3vw;
    }

    .title_info_rigth_data_item_img {
        min-width: 8vw;
        width: 8vw;
        height: 8vw;
        margin-right: 3vw;
    }

    .title_info_rigth_data_item_img img {
        display: block;
        width: 100%;
        height: 100%;
    }


    .title_info_rigth_data_title {
        font-size: 3.8vw;
        line-height: 4.8vw;
    }

    .title_info_rigth_data_remoke {
        font-size: 3vw;
        line-height: 5.5vw;
    }

    .title_info_rigth_data_box_remoke {
        margin-top: 7.5vw;
        font-size: 3.5vw;
        margin-left: 3vw;
        margin-right: 3vw;
    }

    .title_info_rigth_data_box_remoke p {
        margin-top: 2.5vw;
    }


    .iq_user_list {
        width: 100%;
        max-width: 1200px;
        padding: 9vw 0;
        padding-bottom: 2vw;
    }

    .iq_user_list_title {
        font-size: 6.3vw;
        width: 75%;
        line-height: 9vw;
        padding-bottom: 5vw;
    }

    .iq_user_list_box::before,
    .iq_user_list_box::after {
        width: 13vw;
        height: 100%;
        display: none;
    }

    .iq_swiper-container {
        max-width: auto;
    }


    .iq_user_list_date_item {
        border-radius: 2vw;
        margin: 3vw 0;
        gap: 3vw;
        padding: 1.8vw;
    }

    .iq_user_list_date_item_left {
        flex: 0.8;
        gap: 3vw;
    }

    .iq_user_list_date_item_left > div {
        border-radius: 2vw;
        flex: 1;
        padding: 3vw;
        width: 100%;
    }

    .iq_user_list_date_item_rigth {
        flex: 0.5;
        border-radius: 12px;
        padding: 3vw;
    }

    .header_user_info_img {
        width: 9vw;
        /* height: 9vw; */
        margin-right: 1.5vw;
        margin-bottom: 1.5vw;
    }

    .header_user_info_data_title {
        font-size: 3.5vw;
    }

    .header_user_info_data_remoke {
        font-size: 3vw;
    }

    .header_user_remoke {
        font-weight: 400;
        font-size: 3.5vw;
        line-height: 4vw;
        margin-top: 1.5vw;
        margin-bottom: 1.5vw;
    }

    .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;
    }

    .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;
    }

    .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;
    }


    .menu_info_data_info {
        gap: 3vw;
        margin-top: 5vw;
        flex-direction: column;
    }

    .menu_info_data_title {
        font-weight: bold;
        font-size: 6.5vw;
        color: #181818;
        text-align: center;
        max-width: 90%;
        line-height: 10vw;
        margin: 0 auto;
    }

    .menu_info_data_info_item {
        max-width: 80vw;
        padding: 5vw;
        color: #181818;
        border-radius: 5vw;
        margin: 0 auto;
    }

    .menu_info_data_info_item_title {
        width: 100%;
    }

    .menu_info_data_info_item_title_text {
        width: 54vw;
        font-weight: 700;
        font-size: 4vw;
        line-height: 6vw;
        padding-bottom: 0vw;
        /* border-bottom: 1.3vw solid #FFC450; */
    }

    .menu_info_data_info_item_title_img {
        width: 10vw;
        height: 10vw;
    }

    .menu_info_data_info_item_remoke {
        margin-top: 4vw;
        font-weight: 500;
        font-size: 3.5vw;
    }

    .menu_info_data_info_item_title_text::after {
        position: absolute;
        left: 0;
        bottom: -10%;
        content: ' ';
        width: 30vw;
        z-index: -1;
        height: 2vw;
        border-bottom: 5px solid #FFC450;
    }


}


@keyframes floatAnimation {
    0% {
        transform: translateX(0);

        opacity: 1;
    }

    50% {
        transform: translateX(-20px);
        opacity: 0.8;
    }

    100% {
        transform: translateX(0);

        opacity: 1;
    }
}
