.i-body {
    background-color: #F6F6F6;
    color: #111111;
}

.content-model {
    width: 100%;
    padding: 20px;
    background: white;
    border-radius: 15px;
    position: relative;
}

.content-model-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    filter: blur(2px);
    background-image: url("https://s4.ax1x.com/2022/02/24/bFitPO.gif");
}

.content-text {
    font-size: 15px;
    color: #333;
    line-height: 23px;
    word-break: break-all;
    word-wrap: break-word;
    letter-spacing: 1px;
    text-shadow: 0 0 black;
}

.content-text img {
    border-radius: 6px;
}

.content-text img, iframe, object, embed, div, video {
    max-width: 100%;
}

.content-text a {
    color: #e64950;
    border-bottom: 1px dotted #e64950;
}

.content-text a:hover {
    color: #ff9599;
    border-bottom: 1px dotted #ff9599;
}

.content-footer {
    display: flex;
    color: #757575;
}

.content-footer a {
    color: #339999;
}

/*文本框样式*/
textarea {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    border-color: rgb(222, 222, 222);
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    flex-direction: column;
    padding: 16px;
    width: 100%;
    letter-spacing: 1px;
    font-size: 16px;
}

textarea:focus-visible {
    outline-offset: 0;
    outline: none;
}

.sub-btn {
    appearance: none;
    display: inline-block;
    text-align: center;
    line-height: inherit;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background-color: red;
    border-radius: 999px;
    padding: 10px 24px;
    cursor: pointer;
    width: 100%;
}
