#k_alert_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99991;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto
}

#k_alert_bg {
    position: fixed;
    width: 300px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
    border-radius: 10px;
    /* padding: 0.2rem 0.5rem */
}

#k_alert_title {
    float: left;
    width: 300px;
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem;
    text-align: center
}

#k_alert_title img {
    width: 300px;
}

#k_alert_content {
    float: left;
    width: 250px;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    color: #3d3d3d;
    /* line-height: 0.6rem; */
    margin-left: 25px;
}

#k_alert_cancel {
    float: left;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 27px;
    border-radius: 8px;
    background-color: rgb(229, 229, 229);
    color: rgb(119, 119, 119);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#k_alert_confirm {
    float: left;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    background-color: #ffd43f;
    color: #282828;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#k_alert_con {
    display: flex;
    justify-content: space-between;
}

#k_alert_bg_div {
    position: fixed;
    width: 300px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
}

#close_alert {
    display: none;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
}

#is_tip {
    width: 2.5rem;
    display: none;
    align-items: center;
    margin-top: .3rem;
}

/* 
.is_tip_img {
    width: .426667rem;
    height: .426667rem;
    margin-right: .16rem;
    margin-top: 0.05rem;
}

.is_tip_text {
    color: #666;
    font-size: .373333rem;
} */