img.hitandrun {
    width: 35px;
    height: 12px;
    background: url(icons.gif) no-repeat -100px -171px;
    margin-left: 0.5em;
}
.spoiler-title {
    line-height: 28px;
    color: #4d6c99;
    cursor: pointer;
    font-weight: 700;
    background-color: rgba(77, 108, 153, 0.1);
    display: inline-block;
    padding: 0 10px;
}
.spoiler-content {
    display: inline-block;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}
.layui-layer {
    color: black;
}
.layer-form {
    padding: 10px 15px;
}
.layer-form .form-control-row input{
    padding: 4px;
}
.layer-form .form-control-row .label{
    margin-bottom: 4px;
}

.rainbow {
    text-align: center;
    font-size: 12px;
    font-family: 'Comic Sans MS', 'Impact', fantasy, cursive, sans-serif;
    font-weight: bold;
    /* 移除白色条纹，避免影响可读性 */
    background: repeating-linear-gradient(
        120deg,
        #ff9800 0 16px,    /* 高饱和橙色 */
        #ff0000 16px 32px, /* 高饱和亮黄 */
        #40c4ff 32px 48px, /* 高饱和青蓝 */
        #ff5722 48px 64px, /* 高饱和橙红 */
        #03c52a 64px 80px, /* 高饱和浅黄 */
        #ffb300 80px 96px, /* 高饱和金黄 */
        #ff9800 96px 112px /* 回到高饱和橙色 */
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% 200%;
    /* 保留动感动画 */
    animation: rainbow_barberpole 2s linear infinite;
}

@keyframes rainbow_barberpole {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}






.nexus-media-info-raw {
    padding: 0 0.5rem;
    border: none;
}
.nexus-media-info-raw .spoiler-title-box{
    text-align: center;
}
.nexus-media-info-raw pre {
    white-space: break-spaces;
    overflow-wrap: anywhere;
}
.text-muted {
    color: #7d7b7b
}
.codemain>pre {
    margin: 0;
}
.word-break-all {
    word-break: break-all;
}

.form-box {
    padding: 15px;
}
.form-control-row {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.form-control-row .label {
    width: 80px
}
.form-control-row .field {

}
.form-control-row input[type=text],textarea {
    width: 300px;
    padding: 4px;
}
.form-control-row input[type=checkbox] {
    vertical-align: sub;
}
