.reponsive_banner .desc_item {
    gap: 10px;
}

.process_guide .guide_item {
    width: 100%;
    max-width: 450px;
}

.link_border_box.fill_sub {
    background-color: var(--sub-color);
}

.link_border_box.fill_sub .title {
    color: #fff;
}

.link_border_box.fill_sub .sub_text {
    color: #fff;
}

.link_border_box.fill_sub .btn_default.fill_w {
    color: var(--sub-color);
}

.already_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.already_wrap .w_50 {
    width: calc((100% - 16px) / 2);
}

.already_wrap .w_100 {
    width: 100%;
}

.alert_box .tip {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    /* margin-bottom: 16px; */
}

.alert_box .tip_justi {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.alert_box .tip_justi p {
    text-align: justify;
    width: 100%;
}

.alert_box .tip .ank {
    flex-shrink: 0;
}

.alert_box .tip strong {
    font-weight: 700;
    color: var(--error-color);
}

.alert_box .tip .sec_line {
    padding-left: 20px;
    transform: translateY(-16px);
}


.alert_box .tip_justi p::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    line-height: 0;
    vertical-align: bottom;
    overflow: hidden;
}

.cs_cont {
    background-color: #FBFFF8;
}

.cs_cont .title_wrap {
    margin-bottom: 32px;
}

.cs_cont .title_wrap .title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    text-align: center;
}

.cs_cont .title_wrap .sub_title {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    margin-top: 4px;
    text-align: center;
}

.cs_cont .btn_default {
    display: block;
    margin: 0 auto;
    padding: 13px 58px;
    font-size: 18px;
    font-weight: 600;
    width: fit-content;
}

.alert_title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

.alert_box {
    border: 1px solid #BBBBBB;
    border-radius: 6px;
    padding: 16px;
}

.alert_box ul li:not(:last-child) {
    margin-bottom: 16px;
}

.alert_box ul li {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.alert_box ul li * {
    line-height: 1.5;
}

.alert_box ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #222;
    margin: 10px 11px 0 0;
    flex-shrink: 0;
}

.alert_box ul li strong {
    font-weight: 700;
    color: var(--sub-color);
}

.alert_box ul li .indent {
    padding-left: 37px;
}

.alert_box ul li .example {
    display: flex;
    gap: 4px;
}

.alert_box ul li .example .ex_head {
    flex-shrink: 0;
}

@media screen and (max-width:1023px) {
    .already_wrap .w_50 {
        width: 100%;
    }

    .process_guide .guide_item {
        max-width: 100%;
    }

    .alert_title {
        margin-bottom: 12px;
        font-size: 20px;
    }

    .cs_cont .title_wrap .title {
        font-size: 20px;
    }

    .cs_cont .title_wrap .sub_title {
        font-size: 15px;
    }

    .cs_cont .btn_default {
        font-size: 16px;
    }
}