#alert_tips_mask{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 99998;
    background-color: #000;
    opacity: .2;
    display: none;


}
#alert-tips {
    display: none;
    width: 492px;
    margin: 0 auto;
    height: 611px;
    position: fixed;
    top: 61px;
    z-index: 99999;
    left: 49%;
    margin-left: -250px;
    border: 1px solid #cccccc;
    border-radius: 15px;
    background: url("../images/crmAlretBg.png") no-repeat #fff;
    -webkit-background-size: 100%;
    background-size: 100%;
    -moz-box-shadow: -2px 2px 5px #999, 3px 2px 5px #999;
    -webkit-box-shadow: -2px 2px 5px #999, 3px 2px 5px #999;
    box-shadow: -2px 2px 5px #999, 3px 2px 5px #999;

}

#alert-tips .alert-body {
    padding: 30px 15px;
    height: 300px;
    overflow-y: auto;
    margin-top: 50px;
    border-bottom: 1px solid #eee;

}

#alert-tips .alert-header {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    padding-top: 30px;
}

#alert-tips .alert-ul {
    margin: 15px 0;
}

#alert-tips .alert-ul li {
    line-height: 22px;
    font-size: 15px;
}

#alert-tips .alert-ul li p {
    width: 300px;
    margin: 10px 0;
}

#alert-tips .alert-data {
    color: gray;
    font-size: 16px;
    margin-right: 25px;
}

#alert-tips .alert-v {
    color: #000000;
    font-size: 20px;
}

.diamond {
    width: 8px;
    height: 8px;
    background: #000;
    /* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    display: inline-block;
}

.alert-bottom {
    text-align: center;
}

.alert-bottom p {
    font-size: 18px;
    line-height: 35px;
    color: #1c5b96;
}

.alert-bottom button {
    font-size: 16px;
    border-radius: 5px;
    width: 150px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #169BD5;
    border: none;
    cursor: pointer;
}