.index-pop-ups-main {
    font-family: Arial, sans-serif;
    margin: 0;
    overflow: hidden;

}

/* 禁止背景内容滚动 */
.index-pop-ups {
    display: none;
    position: fixed;
        z-index: 200;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;
    overflow: hidden;
    /* 禁止弹窗内部滚动 */
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.index-pop-ups-content {
    background-color: #fefefe;
    margin: auto;
    width: 1000px;
    height: auto;
    border-radius: 10px;
}

.index-pop-ups-header {
    padding: 10px;
    background: linear-gradient(91.78deg, #007ab8 0%, #1793e5 100%), #161a1d;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    /* display: flex;
       justify-content: center;
       align-items: center; */
}



.modal-footer {
    padding: 10px;
    text-align: right;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.button_new{
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0;
    cursor: pointer;
    outline: inherit;
}
button:not(.button--link)::after{
    content: none !important;
}
.index-pop-ups-img-title {
    display: flex;
    justify-content: center;
}

.index-pop-ups-top_img {
    width: 150px;
    height: auto;
    margin-right: 20px;
}

.index-pop-ups-ones {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 60px;
}

.index-pop-ups-tops {
    font-size: 16px;
    line-height: 24px;
}

.index-pop-ups-twos {
    background: linear-gradient(180deg, #e9edf0 0%, rgba(255, 255, 255, 0) 100%);
    padding: 10px 20px;
}

.index-pop-ups-next-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    color: #007ab8;
    display: inline-block;
}

.index-pop-ups-next-text {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(4, 12, 17, .1);
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    width: 92%;
    margin: 0;
}

.index-pop-ups-next-wran {
    margin: 0px;
    border: 0px;
    padding: 0px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size: 12px;
    line-height: 20px;
    vertical-align: baseline;
}

.index-pop-ups-two-left {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 20px;
}

.index-pop-ups-next-right {
    padding-right: 20px;
}

.index-pop-ups-next-right-img {
    width: 200px;
    height: auto;
    margin-top: -40px;
}

.index-pop-ups-next {
    display: flex;
}

.index-pop-ups-bottoms {
    display: flex;
    gap: 10px;
}

.index-pop-ups-last {
    flex: 1;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #9dff94;
    background-color: #edffeb;
    /* margin-bottom: 10px; */
    width: 100%;
    height: 100%;
}

.index-pop-ups-pain {
    flex: 1;
    border: 1px solid rgba(4, 12, 17, .05);
    background-color: rgba(4, 12, 17, .2);
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}



.index-pop-ups-last-title {
    box-sizing: inherit;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #00a352;
    margin: 0;
    margin-bottom: 20px;
}

.index-pop-ups-pain-title {
    color: #161a1d;
    box-sizing: inherit;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    margin-bottom: 20px;
}

.index-pop-ups-last-nieron {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-pop-ups-last-nice {
    width: 47%;
    margin-bottom: 17px;
}

.index-pop-ups-last-niceone {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #161a1d;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}

.index-pop-ups-last-nicetwo {
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
}

.index-pop-ups-pain-one {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #161a1d;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    margin: 0;
}

.index-pop-ups-pain-two {

    margin: 0;
    line-height: 20px;
    padding: 10px 0 20px;
}

.index-pop-ups-lonely {
    text-align: center;
    margin-top: 30px;
}

.index-pop-ups-img {
    display: none;
}

.index-pop-ups-img-close {
    cursor: pointer;
}

@media screen and (max-width:1023px) {
    .index-pop-ups-top_img {
        display: none;
    }

    .index-pop-ups-ones {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-right: 0;
    }

    .index-pop-ups-tops {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        padding: 16px 16px 30px;
    }

    .twindex-pop-ups-twoso {
        padding: 20px 0px;
    }

    .index-pop-ups-next {
        display: flex;
        flex-direction: column;
    }

    .index-pop-ups-next-right {
        padding-right: 20px;
        order: 1;
        margin: auto;
    }

    .index-pop-ups-two-left {
        order: 2;
    }

    .index-pop-ups-next-text {
        width: 100%;

    }

    .index-pop-ups-lonely {
        text-align: left;
        font-size: 12px;
        line-height: 18px;
        color: #383e42;
        margin-top: 20px;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .index-pop-ups-bottoms {
        display: flex;
        gap: 10px;
        flex-direction: column;
        padding: 0 10px;
    }

    .index-pop-ups-last {
        width: auto;
    }

    .index-pop-ups-last-nice {
        width: 100%;
        margin-bottom: 17px;
    }

    .index-pop-ups-pain-two {
        font-size: 14px;

    }

    .index-pop-ups-content {
        height: 100vh;
        overflow-y: auto;

    }

    .index-pop-ups-img {
        display: block;
        width: 24px;
        height: 24px;
    }

    .index-pop-ups-img-title {
        display: flex;
        justify-content: center;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #f7f8f9;
        margin: 5px;
    }

    .index-pop-ups-header {
        display: flex;
        align-items: center;
    }

    .index-pop-ups-new-close {
        display: none;
    }

    .index-pop-ups-content {

        width: auto;

    }
}