.refuse_title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.refuse_table {
    position: relative;
    padding: 35px;
    border-radius: 10px;
    background: rgba(82,154,209,.75);
    border: #fff 1px solid;
}

.refuse_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.refuse_content {
    font-size: 24px;
    font-weight:700;
    color: #ffe529;
}

.refuse_item ul li + li {
    margin-top: 10px;
}

.refuse_subtitle {
    margin-right: 0px;
}

.close_2 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {

}