.clear { clear:both; font-size:0; height:0; overflow:hidden;}

.alert-shadow {
    display: block;
    z-index: 1600;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.alert-popup {
    z-index: 1800;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 548px;
    margin-left: -274px;
    margin-top: -306px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.alert-popup .btn-close {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    top: 16px;
    right: 30px;
    color: #686f7a;
}
.alert-popup .btn-close .ei {
    font-size: 16px;
}
.alert-popup .p-main {
    padding: 0 30px;
}
.alert-popup .pop-title {
    border-bottom: 1px solid #e0e0e0;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #29303b;
    background: #f2f3f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.alert-popup .pop-content {
    padding: 20px 0;
}

.alert-popup .a-p-message {
    position: relative;
    margin-bottom: 16px;
    padding-left: 30px;
    line-height: 28px;
    font-size: 16px;
    color: #29303b;
}
.alert-popup .a-p-message .a-p-icon {
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #48c945;
}
.alert-popup .a-p-message .a-p-icon.warning {
    color: #ed8d1b;
}
.alert-popup .a-p-message .a-p-icon.wrong {
    color: #ed1b23;
}
.alert-popup .a-p-message .a-p-icon .ei {
    font-size: 20px;
}

.alert-popup .a-p-action {
    text-align: right;
}
.alert-popup .a-p-action > a {
    display: inline-block;
    margin-left: 15px;
    width: 98px;
    height: 38px;
    line-height: 38px;
    letter-spacing: 6px;
    text-indent: 6px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.alert-popup .a-p-action > a.cancel {
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #29303b;
}
.alert-popup .a-p-action > a.sure {
    border: 1px solid #ed1b23;
    background: #ed1b23;
    color: #fff;
}