.sensitive-word-tips {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.sensitive-word-tips .sensitive-word-tips-content {
    position: absolute;
    z-index: 1001;
    width: 380px;
    height: 220px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #000;
    padding: 0 52px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.sensitive-word-tips .close-dialog-btn {
    position: absolute;
    display: inline-block;
    top: 17px;
    right: 17px;
    width: 9px;
    height: 9px;
    background: url(/dialog-icon.3b41db1e.png) no-repeat;
    background-position: 0 0;
    cursor: pointer
}

.sensitive-word-tips p {
    text-align: left
}

.sensitive-word-tips .sensitive-word-tips-title {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    margin: 25px 0 20px;
    text-align: center
}

.sensitive-word-tips button {
    width: 160px;
    height: 40px;
    background-color: #005bff;
    border-radius: 4px;
    border: 0;
    font-size: 18px;
    color: #fff;
    margin-top: 22px;
    cursor: pointer
}