/*new*/
.api_one_all{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F8F8FA;
}
.api_one_div{
    width: 90%;
    max-width: 1160px;
}
.api_one_title{
    width: 100%;
    max-width: 1160px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
}
.api_one_pic_all{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 120px;
}
.api_one_pic_1{
    padding-top: 96px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.api_one_pic_2{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.api_one_pic_item{
    width: 100%;
    /*min-width: 345px;*/
    max-height: 510px;
    padding: 6px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0px 12px 24px rgba(0, 80, 125, .08);
    --tw-shadow-colored: 0px 12px 24px var(--tw-shadow-color);
    flex: 1;
}
.api_one_pic_item_img{
    display: flex;
    width: 100%;
    justify-content: center;
    max-height: 300px;
}
.api_one_pic_item_img img{
    object-fit: cover;
    width: 100%;
    height: auto;
}
.api_one_pic_item_title{
    font-weight: 700;
    font-size: 28px;
    line-height: 2em;
}
@media (max-width: 840px) {
    .api_one_pic_all{
        justify-content: center;
        flex-direction: column;
    }
    .api_two_div_all{
        justify-content: center;
        flex-direction: column;
    }
    .api_three_div{
        flex-direction: column;
        gap: 30px;
    }
    .api_three_div_1{
        width: 90% !important;
    }
}
@media (max-width: 400px) {
    .api_step_2_msg_p{
        font-size: 15px !important;
    }
}
.api_two_title{
    font-weight: 700;
    font-size: 32px;
    line-height: 2em;
}
.api_two_div{
    width: 90%;
    max-width: 1160px;
    padding: 120px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.api_two_div_all{
    margin-top: 48px;
    display: flex;
    gap: 40px;
}
.api_two_div_item{
    flex: 1;
    width: 100%;
    min-width: 212px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0px 12px 24px rgba(0, 80, 125, .08);
    --tw-shadow-colored: 0px 12px 24px var(--tw-shadow-color);
}
.api_three_div{
    width: 90%;
    max-width: 1160px;
    padding: 120px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.api_three_div_1{
    width: 100%;
    max-width: 468px;
    margin-right: 50px;
}
.api_three_div_2{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 325px;
    min-width: 325px;
    border: 2px solid #513CEA;
    border-radius: 12px;
    padding: 32px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0px 12px 24px rgba(0, 80, 125, .3);
    --tw-shadow-colored: 0px 12px 24px var(--tw-shadow-color);
    background: linear-gradient(120deg, #ffffff, #E6DAFD);
    position: relative;
}
.api_three_div_1_h2{
    font-size: 36px;
    margin-bottom: 24px;
}
.api_three_div_1_p{
    font-size: 14px;
    margin-left: 4px;
}
.api_three_div_1_li{
    display: flex;
    align-items: center;
    height: 28px;
}
.api_three_div_2_title{
    font-size: 30px;
    font-weight: 700;
    line-height: 2em;
}
.api_three_div_2_p{
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.api_three_div_2_button{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 2.5em;
    color: #ffffff;
    background: #6756E4;
    border-radius: 4px;
    width: 100%;
    border: 0px;
}
.api_three_div_2_button:hover{
    background: #513CEA;
}
.api_three_div_2_save{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
     background: -webkit-linear-gradient(90.97deg, #FF4E54 0.39%, #FE58B9 47.7%, #8C5CFF 97.54%);
     background: -o-linear-gradient(90.97deg, #FF4E54 0.39%, #FE58B9 47.7%, #8C5CFF 97.54%);
     background: -moz-linear-gradient(90.97deg, #FF4E54 0.39%, #FE58B9 47.7%, #8C5CFF 97.54%);
     background: linear-gradient(90.97deg, #FF4E54 0.39%, #FE58B9 47.7%, #8C5CFF 97.54%);
     border-radius: 14px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    display: none;
 }
.api_three_div_2_pr{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 1px solid #D3D3D3;
    font-weight: 600;
    height: 38px;
    width: 150px;
    position: relative;
    border-radius: 20px;
    margin-bottom: 10px;
}
.toggle_slider {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background: #ffffff;
    border-radius: 20px;
    transition: transform 0.3s ease;
    z-index: 1;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0px 12px 24px rgba(0, 80, 125, .1);
    --tw-shadow-colored: 0px 12px 24px var(--tw-shadow-color);
}
.toggle_option {
    position: relative;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #666;
    z-index: 2;
}

.toggle_option.active {
    color: #513CEA;
}
.toggle_slider.yearly {
    transform: translateX(100%);
}
.api_three_us{
    font-weight: 700;
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
.api_three_us a{
    text-decoration: underline;
}
/*end*/
.api_step_all{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
}
.api_step_h2{
    width: 90%;
    max-width: 1160px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    margin-top: 86px;
    margin-bottom: 30px;
}
.api_step_1_all{
    padding: 60px 70px;
    background-color: #F8F8FA;
    max-width: 1160px;
    width: 90%;
    border-radius: 20px;
    margin-bottom: 65px;
}
.api_step_1_all_h3{
    font-size: 24px;
    color: #0C1830;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 23px;
}
.api_step_1_all_p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    color: #0C1830;
}
.api_step_1_all_words1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}
.api_step_1_all_words1_p1{
    font-size: 14px;
    line-height: 1em;
    color: #555555;
}
.api_step_1_all_words1_p2{
    font-size: 14px;
    line-height: 1em;
    color: #555555;
}

.api_step_1_words_tur{
    height: 28px;
    width: 13px;
    background-color: #1D6CFF;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: -9px;
}
.api_step_1_words_p{
    font-size: 16px;
    line-height: 1em;
    color: #0C1830;
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}
.api_step_1_price_all{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.api_step_1_price_m{
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 30px 25px;
    width: calc(50% - 8px);
    min-width: 290px;
}
.api_step_2_msg{
    border: 1px solid #513CEA;
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.api_step_2_msg_p{
    color: #513CEA;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    width: 100%;
    word-wrap: break-word;
}
.api_step_4_words{
    display: flex;
    width: 100%;
    gap: 18px;
    flex-wrap: wrap;
}
.api_step_4_item1{
    width: 100%;
    border-radius: 16px;
    background-color: #FFFFFF;
    padding: 24px 36px;
    min-width: 290px;
    max-width: 325px;
    position: relative;
}
.api_step_4_item2_1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.api_step_4_item2{
    border-radius: 16px;
    background-color: #FFFFFF;
    width: calc(100% - 343px);
    padding: 24px 36px;
    min-width: 290px;
}
.api_step_4_unbtn{
    text-align: right;
    text-decoration: underline;
    display: none;
}
.api_step_4_other{
    width: 100%;
    height: 6px;
    background: #1D1D1D0A;
    border-radius: 3px;
    position: relative;
}
.api_step_4_blue{
    width: 0;
    height: 6px;
    background: linear-gradient(104.59deg, #513CEA 10.33%, #7B6DE7 89.4%);
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
}
.api_step_3_q1{
    color: #131417;
    font-size: 20px;
}
.api_step_3_a1{
    white-space: pre-wrap;
    background-color: #131417;
    color: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    overflow-x: auto;
    padding: 30px;
}
.api_step_4_plan{
    background-color: #F2F2F3;
    padding: 7px 16px;
    border-radius: 14px;
    position: absolute;
    top: 10px;
    right: 15px;
}
/*滑块*/
.slider-container {
    width: 100%;
    position: relative;
}
.slider-track {
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background-color: #DCDCDC;
    position: absolute;
    top: -2px;
}
.slider-thumb-1 {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider-thumb {
    width: 22px;
    height: 22px;
    border-radius: 20px;
    background-color: #513CEA;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 100;
}
.slider-marks {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider-mark {
    width: 4px;
    height: 10px;
}
@media (max-width: 600px) {
    .api_step_1_all{
        padding: 20px 20px;
    }
    .api_step_3_a1{
        padding: 20px;
    }
}