
.sum-tag{
    display: inline-block;
    min-width: 28px;
    text-align: center;
    font-style: normal;
    color: #666;
    background: transparent;
}

.logout-btn {
    background-color: #ff4d4f;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.logout-btn:hover {
    background-color: #d9363e;
}

.logout-btn {
    background: linear-gradient(90deg, #ff6b6b, #ff4d4f);
    box-shadow: 0 3px 8px rgba(255, 77, 79, 0.4);
    font-weight: bold;
}

/* 登录弹框样式 */
.login-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.login-box {
    background: #fff;
    width: 90%;
    max-width: 360px;
    margin: 120px auto;
    border-radius: 12px;
    padding: 25px 20px;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.login-box h3 {
    margin-bottom: 20px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.login-box input {
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
    transition: border-color .3s;
}

.login-box input:focus {
    border-color: #007aff;
}

.submit-btn {
    width: 100%;
    margin-top: 12px;
    padding: 10px;
    background-color: #007aff;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background .3s;
}

.submit-btn:hover {
    background-color: #005ecb;
}

.close-btn {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 22px;
    color: #666;
    cursor: pointer;
}

.register-text {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.register-text a {
    color: #007aff;
    text-decoration: none;
}

.login-btn {
    background-color: #007aff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
}

.login-btn:hover {
    background-color: #005ecb;
}

 .verify-box {
     display: flex;
     align-items: center;
     gap: 8px;
 }

.verify-box input {
    flex: 1;
}

.send-code-btn {
    background-color: #007aff;
    color: #fff;
    border: none;
    padding: 9px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: background .3s;
    white-space: nowrap;
}

.send-code-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.send-code-btn:hover:not(:disabled) {
    background-color: #005ecb;
}

.h2-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: linear-gradient(90deg, #007aff 0%, #00c6ff 100%);
    color: white;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.auth-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.btn-auth {
    border: none;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-auth.login {
    background-color: #00a0e9;
}

.btn-auth.register {
    background-color: #ff9500;
}

.btn-auth:hover {
    opacity: 0.85;
}

.complaint-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #fff;
    padding: 10px 12px;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
}

.qq-icon {
    display: inline-block;
    font-size: 14px;
    color: #00a0e9;
    font-weight: bold;
}

.complaint-text {
    color: #666;
}

.complaint-qq {
    color: #ff4d4f;
    font-weight: bold;
}


.qq-icon-img {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}





 .appear-toolbar {
     padding: 12px 10px;
     background: #fff;
     border-bottom: 1px solid #eee;
     text-align: right;
 }

#appearRange {
    width: 120px;
    height: 34px;
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    background: #fff;
    outline: none;
}

.appear-count {
    color: #ff3b30;
    font-weight: bold;
}


.appear-count{
    color: #ff3b30;
    font-weight: bold;
}
