html {
    background: #f2f2f2;
}

.header_nav {
    z-index: 99999;
    background: linear-gradient(289deg, rgba(20, 37, 141, 1) 0%, rgba(5, 16, 68, 1) 85%, rgba(4, 15, 65, 1) 100%);
}

.textarea-wrap {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.textarea-input-prompt {
    margin-bottom: 30px;
    font-size: 12px;
    color: #666666;
    text-align: right;
    margin-top: -50px;
    margin-right: 20px;
}

.textarea-input-prompt .empty {
    font-size: 12px;
    cursor: pointer;
}

.textarea-input-prompt .blue-font {
    color: #3464FF;
}

.solid-line {
    width: 1px;
    height: 14px;
    background: #ccc;
    margin: 0 6px;
    display: inline-block;
    vertical-align: text-bottom;
}

.layui-layer-tips i.layui-layer-TipsG {
    display: none;
}

#textareaPlus {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.domain_suffix {
    padding: 25px;
    max-height: 160px;
    height: 160px;
}

.domain_suffix ul {
    display: block;
}

.domain_suffix li {
    margin: 0 0 15px 5px;
    width: 113px;
    float: left;
    height: 16px;
    line-height: 16px;
}

.search—bottom-btn {
    margin-top: 24px;
    height: 32px;
    width: 130px;
}

.redt {
    color: #ff0000 !important;
}

.green {
    color: #008000;
}

.huit {
    color: #999;
}

.bluet {
    color: #3464FF;
}