.alert-container {
    background-color: #fff;
    border: 8px solid #bcbcbc;
    width: 455px!important;
}

.alert-title {
    position: relative;
    padding: 0 16px;
    height: 31px;
    line-height: 31px;
    background: #f3f3f3;
    text-align: left;
    color: #666;
    width: auto;
    font-size: 14px;
}
.alert-btn-p{
    height: 28px;
    line-height: 26px!important;
    border: 1px solid #dcdcdc;
    width: 88px!important;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    text-decoration:none;
    margin-left: 15px;
}

.alert-btn-p1{
    border-color: #f99c00;
    background-color: #f99c00;
    color: #fff;
}
.alert-btn-p1:hover{
    background-color: #f96a00;
}
.alert-btn-box {
    border: none;
    padding: 10px 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    text-align: center;
    position: relative;
}
.alert-btn-p:last-child {
    border-right: 1px solid #dcdcdc;
}


.center_pop_p {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    text-align: center;
    padding: 20px 0;
    font-family: "Microsoft YaHei";
}
.center_pop_p .ts {
    font-size: 18px;
    color: #ec5051;
    font-weight: 700;
}
.alert-content {
    padding: 15px 20px!important;
}

.alert-btn-close {
    position: absolute;
    right: 10px;
    top:0px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    color: #666;
}
.alert-modal {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    transition: none;
}