.header {
    background-color: transparent;
    box-shadow: none;
    position: static;
    height: 100vh;
    min-height: 1074px;
    background-image: url("/myiq/static/img/header_back.png");
    background-size: 1940px 1080px;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-height: 1074px;
}

.header_container {
    width: 100%;
}

.header_main {
    width: 100%;
    max-width: 1200px;
    margin: 80px auto;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 10px;
}

.header_main_left {
    flex: 1 1 0%;
}

.header_main_rigth {
    flex: 1 1 0%;
}

.header_main_left_title {
    font-weight: 700;
    font-size: 60px;
    color: rgb(0, 0, 0);
    line-height: 72px;
    max-width: 80%;
    animation: floatAnimation 3s ease-in-out infinite;

}

.header_main_left_data {
    width: 79%;
    font-family: "PingFang SC";
    font-weight: 500;
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 32px;
    margin: 10px 0px;
}

.header_main_left_data img {
    width: 24px;
    height: 15px;
    display: inline-block;
}

.header_main_left_data .img {
    width: 28px;
    height: 20px;
    display: inline-block;
    transform: translateY(2px);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.header_main_left_data .img_en {
    background-image: url(/myiq/static/img/en.svg);
}

.header_main_left_data .img_fr {
    background-image: url(/myiq/static/img/fr.svg);
}

.header_main_left_data .img_de {
    background-image: url(/myiq/static/img/de.svg);
}

.header_main_left_data .img_es {
    background-image: url(/myiq/static/img/es.svg);
}

.header_main_left_data .img_ja {
    background-image: url(/myiq/static/img/ja.svg);
}

.header_main_left_data .img_ko {
    background-image: url(/myiq/static/img/ko.svg);
}

.header_main_left_data .img_pt {
    background-image: url(/myiq/static/img/pt.svg);
}

.header_main_left_data .img_it {
    background-image: url(/myiq/static/img/it.svg);
}

.header_main_left_data .img_zh {
    background-image: url(/myiq/static/img/zh.svg);
}

.header_main_left_data .img_pl {
    background-image: url(/myiq/static/img/pl.svg);
}

.header_main_left_data .img_tr {
    background-image: url(/myiq/static/img/tr.svg);
}

.header_main_left_demo {
    font-family: "PingFang SC";
    font-weight: bold;
    font-size: 20px;
    color: rgb(26, 26, 26);
    line-height: 32px;
    margin: 25px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header_main_left_demo > div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.header_main_left_demo img {
    display: block;
    width: 28px;
    height: 21px;
    padding: 2px;
    margin: 0px 3px;
    border: 1px dashed rgb(0, 0, 0);
}

.header_main_left_demo span {
    font-family: "PingFang SC";
    font-weight: bold;
    font-size: 20px;
    color: rgb(26, 26, 26);
    line-height: 32px;
}

.header_main_left_button {
    min-width: 399px;
    display: inline-block;
    background: rgb(65, 84, 241);
    border-radius: 0px 34px 34px;
    border: 1.5px solid rgba(136, 162, 253, 0.25);
    padding: 12px 20px;
    color: rgb(255, 255, 255);
}

@media (hover: hover) and (pointer: fine) {
    .header_main_left_button:hover {
        background: #ffffff;
        border: 1.5px solid #4154F1;
        color: #4154F1;
    }
}

.header_main_left_button:hover img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(110%) saturate(2043%) hue-rotate(210deg) brightness(107%) contrast(110%);
}

.header_main_left_button > div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 15px;
}

.header_main_left_button > div > img {
    display: block;
    width: 29px;
    height: 17px;
    margin-left: 20px;
}

.header_main_rigth_box {
    position: relative;
}

.header_main_rigth_box img {
    display: block;
}

.header_main_rigth_box_img1 {
    display: flex;
    width: 616px;
    height: 356px;
}

.header_main_rigth_box_img2 {
    width: 362px;
    height: 273px;
    position: absolute;
    bottom: -28%;
    right: -3%;
}

.header_footer {
    align-self: flex-end;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.header_footer > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 16px;
    color: rgb(102, 113, 133);
    line-height: 16px;
    margin: 0px 30px;
    position: relative;
}

.header_footer > div > div {
    display: flex;
    width: 100%;
    justify-content: center;
}

.header_footer p {
    font-weight: 700;
    font-size: 30px;
    color: rgb(50, 65, 95);
    line-height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_footer p > span {
    font-weight: 400;
}

.header_main_left_button_M {
    display: none;
}

.header_main_left_button_PC {
    display: block;
    font-size: 18px;
}

@media (max-width: 768px) {
    .header_container {
        margin-bottom: 5vw;
    }

    .header_footer > div > div {
        margin-bottom: 3vw;
    }

    .header_main_left_button_M {
        display: block;
    }

    .header_main_left_button_PC {
        display: none;
    }

    .header {
        max-height: 236vw;
        height: 240vw;
        padding: 3vw;
        background: rgb(242, 245, 252);
        min-height: 250vw;
        padding-top: 0;
    }

    .header_main {
        margin: 0vw auto 3vw;
        flex-direction: column;
    }

    .header_main_left {
        flex: 0.4 1 0%;
        order: 1;
        display: flex;
        flex-direction: column;
        margin: 0px 9vw;
    }

    .header_main_rigth {
        flex: 0.4 1 0%;
        order: 2;
        margin: 0px auto;
    }

    .header_main_left_title {
        font-size: 7vw;
        line-height: 9vw;
    }

    .header_main_left_data {
        width: 100%;
        font-size: 3.5vw;
        line-height: 5.5vw;
        margin: 3vw 0px;
    }

    .header_main_left_data img {
        width: 4vw;
        height: 2.7vw;
    }

    .header_main_left_data .img {
        width: 5.4vw;
        height: 3.7vw;
        display: inline-block;
    }


    .header_main_left_demo {
        font-size: 3vw;
        line-height: 3.5vw;
        margin: 1vw 0px 6vw;
    }

    .header_main_left_demo > div {
        margin-right: 5vw;
    }

    .header_footer > div > .div {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 18vw;
        transform: translateX(-50%);
        font-size: 4vw;
        line-height: 2vw;
    }

    .header_main_left_demo img {
        width: 4.8vw;
        height: 4vw;
        padding: 0.2vw;
        margin: 0px 0.5vw;
    }

    .header_main_left_demo span {
        font-size: 4vw;
        line-height: 5vw;
        font-weight: 500;
    }

    .header_main_left_button {
        min-width: auto;
        border-radius: 0px 8.5vw 8.5vw;
        border: 1px solid rgba(136, 162, 253, 0.25);
        padding: 4.5vw 3.8vw;
        font-size: 4.5vw;
        margin: 5vw 0px 5vw 0%;
        width: 100%;
    }

    .header_main_left_button > div {
    }

    .header_main_left_button > div > img {
        width: 8vw;
        height: 4vw;
        margin-left: 2vw;
    }

    .header_main_rigth_box_img1 {
        display: flex;
        width: 62vw;
        height: 38vw;
        margin-left: 0vw;
    }

    .header_main_rigth_box_img2 {
        width: 40vw;
        height: 30vw;
        position: absolute;
        bottom: 0px;
        right: 5%;
    }

    .header_footer {
        width: 100%;
        margin-bottom: 20vw;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        margin-top: -5vw;
    }

    .header_footer > div {
        width: 100%;
        font-size: 2.5vw;
        line-height: 3.5vw;
        margin: 0px 3.5vw;
    }

    .header_footer p {
        font-weight: 700;
        font-size: 8vw;
        line-height: 20vw;
    }

    .header_footer p > span {
        font-weight: 400;
    }
}

main {
    max-width: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 0px;
}

.main_title_box {
    margin: 40px auto;
}

.main_title {
    font-family: Arial;
    font-weight: bold;
    font-size: 50px;
    color: rgb(0, 0, 0);
    line-height: 72px;
    text-align: center;
    margin: 0px auto;
}

.main_box_data {
    max-width: 1200px;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;


}

.main_box_data_item {
    background: rgb(242, 245, 252);
    border-radius: 15px;
    border: 0px solid rgb(255, 1, 1);
    padding: 15px 10px;
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
    transform: scale(0.8) translateY(30px);
}

.main_box_data_item_title {
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: rgb(65, 84, 241);
}

.main_box_data_item_data {
    text-align: center;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgb(51, 51, 51);
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    width: 200px !important;
    margin-right: 30px;
}

.main_box_cau {
    max-width: 1200px;
    margin: 80px auto 0px;
    overflow: hidden;
}

.main_box_cau_item {
    width: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main_box_cau_item_img {
    max-width: 60px;
    width: 60px;
}

.main_box_cau_item_content {
    font-size: 16px;
    line-height: 24px;
    margin-left: 12px;
}

.main_box_cau_item_content_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    display: block;
}

.tage_s {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.tage_s_item {
    padding: 39px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;


    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
    transform: scale(0.8) translateY(30px);
}

.tage_s_item:nth-child(1) {
    background: rgb(213, 245, 248);
}

.tage_s_item:nth-child(2) {
    background: rgb(227, 241, 255);
}

.tage_s_item:nth-child(3) {
    background: rgb(213, 245, 248);
}

.tage_s_item:nth-child(4) {
    background: rgb(227, 241, 255);
}

.tage_s_item_title {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 1em;
    margin-bottom: 28px;
    transition: transform 0.3s ease;
}

.tage_s_item_data {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 26px;
    margin-bottom: 28px;
}

.tage_s_item_button {
    width: 100%;
    margin-top: auto;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .tage_s_item_button:hover {
        cursor: pointer;
        transform: scale(1.05);
        color: #4154F1;
    }
}

.tage_s_item_button span:nth-child(2) {
    margin-left: 2em;
    font-size: 1.3em;
    font-weight: bold;
}

.main_demo_test_box {
    background: rgb(242, 245, 252);
}

.main_demo_test {
    max-width: 1200px;
    margin: 0px auto;

    display: flex;
    justify-content: center;
    padding: 100px 0px;
}

.main_demo_test_left {
    flex: 1 1 0%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    justify-content: end;
    margin-right: 30px;


    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.main_demo_test_left_item {
    width: 186px;
    height: 186px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease;
}

.main_demo_test_left_item:nth-child(1) {
    background-image: url("/myiq/static/img/item1.png");
}

.main_demo_test_left_item:nth-child(2) {
    background-image: url("/myiq/static/img/item2.png");
}

.main_demo_test_left_item:nth-child(3) {
    background-image: url("/myiq/static/img/item3.png");
}

.main_demo_test_left_item:nth-child(4) {
    background-image: url("/myiq/static/img/item4.png");
}

.main_demo_test_left_item:nth-child(5) {
    background-image: url("/myiq/static/img/item5.png");
}

.main_demo_test_left_item:nth-child(6) {
    background-image: url("/myiq/static/img/item6.png");
}

.main_demo_test_left_item:nth-child(7) {
    background-image: url("/myiq/static/img/item7.png");
}

.main_demo_test_left_item:nth-child(8) {
    background-image: url("/myiq/static/img/item8.png");
}

.main_demo_test_left_item:nth-child(9) {
    background-image: url("/myiq/static/img/item9.png");
}

.main_demo_test_rigth {
    flex: 1 1 0%;
    margin-left: 30px;
    padding: 0px 32px;
}

.main_demo_test_rigth_title {
    font-weight: bold;
    font-size: 50px;
    margin-top: -25px;
    color: rgb(0, 0, 0);
    margin-bottom: 50px;
}

.main_demo_test_rigth_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.main_demo_test_rigth_list_img {
    width: 16px;
    height: 19px;
    min-width: 16px;
    margin-top: 6px;
    margin-right: 15px;
}

.main_demo_test_rigth_data > .p1 {
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: rgb(102, 102, 102);
    margin-bottom: 0.5em;
    line-height: 30px;
}

.main_demo_test_rigth_data > .p2 {
    font-family: Arial;
    font-weight: 400;
    font-size: 15.5px;
    color: rgb(102, 102, 102);
    line-height: 24px;
    margin-bottom: 1.5em;
}

.main_demo_test_rigth_button {
    font-size: 24px;
    padding: 16px 32px;
    color: rgb(255, 255, 255);
    background: rgb(65, 84, 241);
    border-radius: 0px 32px 32px 34px;
    border: 1.5px solid transparent;
    margin-left: 30px;
    margin-top: 30px;
}

@media (hover: hover) and (pointer: fine) {
    .main_demo_test_rigth_button:hover {
        background: #ffffff;
        border: 1.5px solid #4154F1;
        color: #4154F1;
    }
}

.main_docs_box {
    background-color: rgb(255, 255, 255);
}

.main_docs {
    max-width: 1200px;
    margin: 140px auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.main_docs_left {
    margin: 0px 20px;
    flex: 1 1 0%;
}

.main_docs_left1 {
    min-height: 500px;
}

.main_docs_rigth {
    flex: 1 1 0%;
    margin: 0px 20px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.main_docs_left_title {
    font-weight: bold;
    font-size: 50px;
    color: rgb(0, 0, 0);
    line-height: 55px;
    margin-bottom: 0.5em;
}

.main_docs_left_title span {
    color: rgb(65, 84, 241);
}

.main_docs_left_remoke {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 24px;
    margin-bottom: 1em;
    margin-right: 52px;
}

.main_docs_button {
    font-size: 24px;
    padding: 16px 32px;
    color: rgb(255, 255, 255);
    background: rgb(65, 84, 241);
    border: 1.5px solid #4154F1;
    border-radius: 0px 32px 32px 34px;
    margin-top: 20px;
}

@media (hover: hover) and (pointer: fine) {
    .main_docs_button:hover {
        background: #ffffff;
        border: 1.5px solid #4154F1;
        color: #4154F1;
    }
}

.main_docs_rigth_img_1 {
    width: 594px;
    height: 238px;
}

.main_docs_rigth_img_2_1 {
    width: 345px;
    height: 399px;
    margin-bottom: 55px;


    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
    transform: scale(0.8) translateY(30px);
}

.main_docs_rigth_img_2_2 {
    width: 350px;
    height: 246px;
    position: absolute;
    bottom: -25%;
    right: 9%;

    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
    transform: scale(0.8) translateY(30px);

}

.main_docs:nth-child(2) {
    margin-bottom: 200px;
    align-items: flex-end;
}

.Iq_desc_box {
    background-color: rgb(65, 84, 241);
}

.Iq_desc {
    max-width: 1920px;
    background-position: 12% center;
    margin: 0px auto;
    height: 43.9vw;
    max-height: 504px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("/myiq/static/img/main_header_back_b.png");
    display: flex;
    justify-content: center;
    align-items: center;
}

.Iq_desc_text_cont {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 30px;
    max-width: 524px;
    margin: 0px auto;
    position: relative;
}

.Iq_desc_text_cont_icon {
    position: absolute;
    top: 9%;
    left: -12%;
    width: 49.1px;
    height: 42.3px;
    display: block;
}

.Iq_desc_text_cont p {
    font-family: Arial;
    font-weight: 400;
    font-size: 21px;
    color: rgb(255, 255, 255);
    line-height: 25px;
}

.Iq_desc_text_cont > div {
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin-top: 30px;
    line-height: 24px;
}

.faq_box {
    padding-top: 20px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 200px;
}

.faq {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 20px;
}

.faq_title {
    font-weight: bold;
    font-size: 48px;
    color: rgb(24, 24, 24);
    text-align: center;
    margin: 32px auto 20px;
}

.faq_data {
    font-weight: bold;
    font-size: 18px;
    color: rgb(24, 24, 24);
    line-height: 1.5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.faq_data_item {
    width: 100%;
    position: relative;
}

.faq_data_item_title {
    margin: 0px 20px;
    padding: 7px 22px 7px 0px;
    border-top: 1px solid rgb(222, 227, 233);
    border-bottom: 1px solid rgb(222, 227, 233);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

@media (hover: hover) and (pointer: fine) {
    .faq_data_item_title:hover {
        background-color: rgb(233, 236, 239);
    }
}

.faq_data_item_data {
    margin: 0px 20px;
    display: none;
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgb(222, 227, 233);
    border-bottom: 1px solid rgb(222, 227, 233);
    padding: 24px 50px 24px 0px;
    position: absolute;
    top: 0px;
    width: calc(100% - 40px);
    z-index: 10;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    color: rgb(109, 109, 109);
    line-height: 26px;
}

.faq_data_item_data.active {
    display: block;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 22px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 54px;
    line-height: 25px;
    font-weight: 100;
    color: rgb(59, 128, 255);
}

.icon-plus {
    display: inline;
    font-size: 30px;
    font-weight: 100;
    color: rgb(59, 128, 255);
}

.icon-minus {
    display: none;
    font-size: 30px;
    font-weight: 100;
    color: rgb(59, 128, 255);
}

.faq_data_item_title.active .icon-plus {
    display: none;
}

.faq_data_item_title.active .icon-minus {
    display: inline;
}

.Step_box {
    margin-bottom: 80px;
}

.Step {
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgb(241, 241, 241);
    background: rgba(242, 245, 252, 0.34);
}

.Step_item {
    width: 33%;
    padding: 42px 0px 42px 58px;
    box-sizing: border-box;
    position: relative;
}

.Step_item_active {
    z-index: 99;
    position: absolute;
    top: 32%;
    right: -8%;
    width: 56px;
    height: 56px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(38, 42, 43, 0.1) 0px 0px 2px 0px;
    border-radius: 50%;
    border: 0px solid rgb(255, 1, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.Step_item_active img {
    width: 60% !important;
    height: 60% !important;
}

@media (hover: hover) and (pointer: fine) {
    .Step_item:hover {
        background: rgba(219, 223, 226, 0.34);
    }
}

.Step_item img {
    width: 56px;
    height: 52px;
    display: block;
}

.Step_item_title {
    font-family: "PingFang SC";
    font-weight: 800;
    font-size: 25px;
    color: rgb(24, 24, 24);
    line-height: 36px;
    margin: 16px 0px;
}

.Step_item_remoke {
    font-family: "PingFang SC";
    font-weight: 500;
    font-size: 14px;
    color: rgb(109, 109, 109);
    line-height: 26px;
    padding-right: 79px;
    margin: 17px 0px;
}

.test_box {
    background-color: rgb(238, 238, 238);
}

.test {
    max-width: 1200px;
    margin: 0px auto;
    padding: 40px 0px;
}

.test_title {
    font-size: 48px;
    color: rgb(24, 24, 24);
    text-align: center;
    line-height: 50px;
    font-weight: 700;
}

.test_remoke {
    font-family: "PingFang SC";
    font-size: 18px;
    color: rgb(24, 24, 24);
    text-align: center;
    margin: 19px auto;
}

.test_button {
    display: block;
    font-size: 24px;
    padding: 19px 53px;
    color: rgb(255, 255, 255);
    background: rgb(65, 84, 241);
    border-radius: 0px 32px 32px 34px;
    border: 1.5px solid transparent;
    margin: auto;
}

@media (hover: hover) and (pointer: fine) {
    .test_button:hover {
        background: #ffffff;
        border: 1.5px solid #4154F1;
        color: #4154F1;
    }
}

.Iq_desc .swiper-slide {
    width: 100% !important;
    margin-right: 0px;
}

.Iq_desc .swiper-button-next {
    right: 40%;
    top: 95%;
    color: rgb(255, 255, 255) !important;
}

.Iq_desc .swiper-button-next::after {
    font-size: 20px;
}

.Iq_desc .swiper-button-prev {
    left: 40%;
    top: 95%;
    color: rgb(255, 255, 255) !important;
}

.Iq_desc .swiper-button-prev::after {
    font-size: 20px;
}

.mySwiper {
    padding-bottom: 8vw !important;
}

.Iq_desc_item_top {
    margin-top: 30px;
}

.footer_section:nth-child(2) {
    margin-left: 90px;
}

.footer_text_left {
    margin-right: 21px;
}


.main_docs_r_item1 {
    width: 134px;
    height: 151px;
    position: absolute;
    top: 12%;
    left: 54%;
}

.main_docs_r_item2 {
    width: 88px;
    height: 100px;
    position: absolute;
    top: 21%;
    left: 31%;
}

.main_docs_r_item3 {
    width: 74px;
    height: 83px;
    position: absolute;
    top: 57%;
    right: 9%;
}

.main_docs_rigth > .main_docs_r_item {
    transition: opacity 0.3s ease;
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
    transform: scale(0.8) translateY(30px);
}


@media (max-width: 768px) {
    .main_docs_r_item1 {
        width: 18vw;
        height: 20vw;
        position: absolute;
        top: -6%;
        left: 57%;
    }

    .main_docs_r_item2 {
        width: 16vw;
        height: 18vw;
        position: absolute;
        top: -3%;
        left: 27%;
    }

    .main_docs_r_item3 {
        width: 14vw;
        height: 15vw;
        position: absolute;
        top: 40%;
        right: 11%;
    }

    .Step_item_active {
        top: 25%;
        right: -8%;
        width: 10vw;
        height: 10vw;
    }

    .footer_section:nth-child(2) {
        margin-left: 0px;
    }

    .footer_text_left {
        margin-right: 0px;
    }

    .Iq_desc_item_top {
        margin-top: 4vw;
    }

    .header {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    main {
        padding: 0px 0vw;
    }

    .main_title_box {
        margin: 8vw 5vw;
    }

    .main_title {
        font-weight: bold;
        font-size: 5vw;
        line-height: 6vw;
    }

    .main_box_data {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 3vw;
        grid-auto-rows: 1fr;
        margin: 0px 9vw;
    }

    .main_box_data_item {
        border-radius: 1.5vw;
        padding: 1.8vw;
    }

    .main_box_data_item_title {
        font-size: 4vw;
        line-height: 7vw;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }

    .main_box_data_item_data {
        font-size: 3vw;
        line-height: 3vw;
        margin-top: 0vw;
    }

    .main_box_cau {
        margin: 5vw auto 0px;
    }

    .swiper-slide {
        width: 35vw !important;
        margin-right: 3vw;
    }

    .main_box_cau {
        width: 100%;
        max-width: 1200px;
        padding: 3vw 9vw;
        box-sizing: border-box;
        overflow: hidden;
    }

    .main_box_cau_item_img {
        max-width: 10vw;
        width: 10vw;
    }

    .main_box_cau_item_content {
        font-size: 3vw;
        line-height: 4vw;
        margin-left: 1vw;
    }

    .main_box_cau_item_content_text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 20vw;
        display: block;
    }

    .tage_s {
        gap: 3vw;
        margin-top: 5vw;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 5vw;
    }

    .tage_s_item {
        padding: 3vw;
        border-radius: 3vw;
    }

    .tage_s_item_title {
        font-size: 3.5vw;
        line-height: 4vw;
        margin-bottom: 5vw;
        margin-top: 5vw;
    }

    .tage_s_item_data {
        font-size: 3vw;
        line-height: 3.5vw;
        margin-bottom: 2.5vw;
    }

    .tage_s_item_button {
        margin: auto 0px 5vw;
        width: 100%;
        font-size: 4vw;
        line-height: 4vw;
    }

    .tage_s_item_button span:nth-child(2) {
        margin-left: 2vw;
        font-size: 4vw;
    }

    .main_demo_test {
        justify-content: center;
        padding: 0px;
        flex-direction: column;
    }

    .main_demo_test_left {
        grid-template-columns: repeat(3, 1fr);
        margin-right: 0px;
        padding: 5vw 9vw;
    }

    .main_demo_test_left_item {
        width: auto;
        height: auto;
        aspect-ratio: 1 / 1;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
    }

    .main_demo_test_rigth {
        margin-left: 0px;
        padding: 0px 6vw;
    }

    .main_demo_test_rigth_title {
        font-weight: bold;
        font-size: 6.5vw;
        line-height: 8vw;
        text-align: center;
        margin-top: 4vw;
        margin-bottom: 10vw;
    }

    .main_demo_test_rigth_list {
        padding: 0px 3vw;
    }

    .main_demo_test_rigth_list_img {
        width: 2.5vw;
        height: 2.5vw;
        min-width: 2.5vw;
        margin-top: 0.3vw;
        margin-right: 1.5vw;
    }

    .main_demo_test_rigth_data > .p1 {
        font-size: 4.5vw;
        margin-bottom: 0.5em;
        line-height: 3vw;
    }

    .main_demo_test_rigth_data > .p2 {
        font-size: 4vw;
        line-height: 4.5vw;
        margin-bottom: 1.5em;
    }

    .main_demo_test_rigth_button {
        font-size: 5vw;
        padding: 4vw 4.5vw;
        border-radius: 0px 8.5vw 8.5vw;
        box-sizing: border-box;
        margin: 0px auto 5vw;
        width: 85%;
        display: block;
    }

    .main_docs {
        max-width: 1200px;
        margin: 6vw auto;
        flex-direction: column;
    }

    .main_docs_left {
        margin: 0px 4.5vw;
        flex: 1 1 0%;
        min-height: auto;
    }

    .main_docs_rigth {
        flex: 1 1 0%;
    }

    .main_docs_left1 {
        order: 2;
    }

    .main_docs_rigth1 {
        order: 1;
        margin-bottom: 5vw;
    }

    .main_docs_left2 {
        order: 2;
    }

    .main_docs_rigth2 {
        order: 1;
        margin-bottom: 25vw;
    }

    .main_docs_left_title {
        margin-bottom: 0.5em;
        font-size: 7vw;
        line-height: 8vw;
        text-align: left;
    }

    .main_docs_left_remoke {
        font-size: 4vw;
        line-height: 4.5vw;
        margin-bottom: 1em;
        margin-right: 0px;
    }

    .main_docs_button {
        font-size: 4.5vw;
        padding: 3.5vw 4.5vw;
        border-radius: 0px 32px 32px 34px;
        width: 80%;
        margin: 4vw auto 0px;
        display: block;
    }

    .main_docs_rigth_img_1 {
        width: 100%;
        height: auto;
        margin-top: 12vw;
    }

    .main_docs_rigth_img_2_1 {
        width: 203.5px;
        height: 235px;
        margin: 0px auto 0px 10.5vw;
    }

    .main_docs_rigth_img_2_2 {
        width: 206.5px;
        height: 145px;
        position: absolute;
        bottom: -25%;
        right: 9%;
    }

    .main_docs_left_title_copy {
        text-align: center;
        font-size: 6vw;
        margin-bottom: 6vw;
    }

    .main_docs:nth-child(2) {
        margin-bottom: 9vw;
    }

    .Iq_desc {
        max-width: 1920px;
        height: 86vw;
        max-height: 460px;
        background-repeat: no-repeat;
        background-size: 267% 86%;
        background-position: 3% 0%;
        background-image: url("/myiq/static/img/main_header_back_b.png");
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 10vw 13vw 15vw;
    }

    .Iq_desc_text_cont {
        font-weight: 400;
        font-size: 5vw;
        line-height: 6.5vw;
        max-width: 460px;
        width: 100%;
    }

    .Iq_desc_text_cont_icon {
        top: -1vw;
        left: -9vw;
        width: 6.54vw;
        height: 5.6vw;
    }

    .Iq_desc_text_cont p {
        font-size: 4.5vw;
        line-height: 5.5vw;
    }

    .Iq_desc_text_cont > div {
        font-size: 4vw;
        line-height: 4.5vw;
        margin-top: 3vw;
    }

    .faq {
        padding: 0px;
    }

    .faq_box {
        padding-top: 2vw;
        margin-bottom: 5vw;
    }

    .faq_data {
        grid-template-columns: 1fr;
        margin: 0px 6vw;
    }

    .faq_title {
        font-weight: bold;
        font-size: 7vw;
        line-height: 14vw;
        margin: 0px auto 3.5vw;
    }

    .faq_data_item_data {
        margin: 0px 1.5vw;
        display: none;
        padding: 3vw 4.5vw 3vw 0px;
        font-size: 3.5vw;
        line-height: 4.5vw;
        position: relative;
    }

    .faq_data_item_title {
        margin: 0px 1.5vw;
        padding: 3.5vw 2.5vw 3.5vw 0px;
        font-size: 3.5vw;
        line-height: 5.5vw;
    }

    .icon-plus {
        display: inline;
        font-size: 5.5vw;
        font-weight: 100;
        color: rgb(59, 128, 255);
    }

    .icon-minus {
        display: none;
        font-size: 5.5vw;
        font-weight: 100;
        margin-right: 1.5vw;
        color: rgb(59, 128, 255);
    }

    .close-btn {
        display: none;
    }

    .Step_box {
        margin-bottom: 8vw;
    }

    .Step {
        margin: 5vw 7vw 0px;
        border-radius: 4.5vw;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        background-color: transparent;
        border: none;
    }

    .Step::-webkit-scrollbar {
        display: none;
    }

    .Step_box {
        margin-bottom: 8vw;
    }

    .Step {
        margin: 5vw 7vw 0px;
        border-radius: 4.5vw;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        background-color: transparent;
        border: none;
    }

    .Step::-webkit-scrollbar {
        display: none;
    }

    .Step_item {
        flex: 0 0 auto;
        width: 70vw;
        padding: 7vw 7vw 7vw 9vw;
        border: 1px solid rgb(241, 241, 241);
        background-color: rgb(242, 245, 252);
    }

    .Step_item:nth-child(3) {
        margin-right: 0px !important;
    }

    .Step_item:last-child {
        margin-right: 7vw;
    }

    .Step_item img {
        width: 12.6vw;
        height: 12.2vw;
    }

    .Step_item_title {
        font-weight: 800;
        font-size: 5vw;
        line-height: 4.9vw;
        margin: 3.5vw 0px;
    }

    .Step_item_remoke {
        font-size: 4vw;
        margin: 4vw 0px;
        padding-right: 2vw;
        line-height: 5vw;
    }

    .test {
        padding: 9.5vw 0px;
    }

    .test_title {
        font-size: 8vw;
        line-height: 9vw;
    }

    .test_remoke {
        font-size: 4vw;
        margin: 3vw auto;
        width: 75%;
    }

    .test_button {
        width: 80%;
        font-size: 5.6vw;
        padding: 4vw 3.5vw;
    }

    .Iq_desc .swiper-button-next {
        right: 26%;
        top: 95%;
        color: rgb(255, 255, 255) !important;
    }

    .Iq_desc .swiper-button-next::after {
        font-size: 3.5vw;
        font-weight: 100;
    }

    .Iq_desc .swiper-button-prev {
        left: 26%;
        top: 95%;
        color: rgb(255, 255, 255) !important;
    }

    .Iq_desc .swiper-button-prev::after {
        font-size: 3.5vw;
        font-weight: 100;
    }

    .mySwiper {
        padding-bottom: 19vw !important;
    }

    .main_title:nth-child(2) {
        font-weight: bold;
        font-size: 7vw;
        line-height: 9vw;
    }


    .main_docs_rigth2 {
        width: 100%;
    }
}

.swiper-after-box {
    pointer-events: none !important;
    user-select: none !important;
    position: relative;
}

.swiper-after-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    pointer-events: none !important;
    user-select: none;
    background: transparent;
}


.main_demo_test_left.visible {
    opacity: 1;
    transform: translateY(0);
}

.main_demo_test_left.visible .main_demo_test_left_item {
    opacity: 1;
    transform: translateY(0);
}

.main_demo_test_left.visible .main_demo_test_left_item:nth-child(1) {
    transition-delay: 0.1s;
}

.main_demo_test_left.visible .main_demo_test_left_item:nth-child(2) {
    transition-delay: 0.2s;
}

.main_demo_test_left.visible .main_demo_test_left_item:nth-child(3) {
    transition-delay: 0.3s;
}

.main_demo_test_left.visible .main_demo_test_left_item:nth-child(4) {
    transition-delay: 0.4s;
}

.main_demo_test_left.visible .main_demo_test_left_item:nth-child(5) {
    transition-delay: 0.5s;
}

.main_demo_test_left.visible .main_demo_test_left_item:nth-child(6) {
    transition-delay: 0.6s;
}

.main_demo_test_left.visible .main_demo_test_left_item:nth-child(7) {
    transition-delay: 0.7s;
}

.main_demo_test_left.visible .main_demo_test_left_item:nth-child(8) {
    transition-delay: 0.8s;
}

.main_demo_test_left.visible .main_demo_test_left_item:nth-child(9) {
    transition-delay: 0.9s;
}


.visible1 {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.item-visible1 {
    opacity: 1 !important;
    transform: scale(1) translateY(0) !important;
}


@keyframes floatAnimation {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(-20px);
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


.wave {
    display: inline-block;
    animation: wave 3s ease-in-out infinite;
    transform-origin: 70% 70%;

}

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

    10% {
        transform: rotate(14deg);
    }

    20% {
        transform: rotate(-8deg);
    }

    30% {
        transform: rotate(14deg);
    }

    40% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(0deg);
    }

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