
.alert-service {
    width: 403px;
    height: 340px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    margin-top: -200px;
    margin-left: -200px;
    z-index: 888;
    left: 50%;
    background: url(/static/img/d14.png) no-repeat;
    background-size: 100% 92%;
}

.alert-service .box {
    height: 315px;
    width: 386px;
    overflow: hidden;
    background-color: rgba(0, 100, 100, 1);
    top: 9px;
    left: 9px;
    position: absolute;
    z-index: 888;
}

.alert-service .close {
    display: block;
    width: 23px;
    height: 23px;
    background: url(/static/img/d13.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.alert-service .title {
    padding-top: 47px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #fff;
}
.alert-service .static{
    text-align: center;
    color: red;
    margin-top: 10px;
}
.alert-service .info {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    padding: 0 20px;
}

.alert-service .info li {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 15px;
    position: relative;
}


