body {
    background-color: #ffffff;
}

.ept-page-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

.ept-banner-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ept-banner-subtitle {
    font-size: 16px;
    margin-bottom: 5px;
    opacity: 0.9;
}

.ept-banner-text {
    font-size: 14px;
    opacity: 0.8;
}

.ept-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.ept-forum-top {
    display: flex;
    gap: 20px;
    padding: 20px 0;
}

.ept-forum-top-left {
    flex: 3;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.ept-forum-label-group {
    margin-bottom: 10px;
}

.ept-forum-label {
    display: inline-block;
    padding: 2px 8px;
    margin-right: 8px;
    background: #f5f7fa;
    color: #666;
    font-size: 12px;
    border-radius: 2px;
}

.ept-forum-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.5;
}

.ept-forum-reward {
    color: #ff5722;
    margin-right: 10px;
}

.ept-forum-time {
    color: #999;
    font-size: 12px;
    margin-bottom: 15px;
}

.ept-forum-content {
    line-height: 1.7;
    color: #333;
}

.ept-forum-top-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ept-forum-views-card {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #eee;
    text-align: center;
}

.ept-forum-views-count {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.ept-forum-views-label {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.ept-user-card {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #eee;
    text-align: center;
}

.ept-user-avatar img,
.ept-login-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.ept-user-name,
.ept-login-nickname {
    margin: 10px 0;
    font-weight: bold;
    color: #333;
}

.ept-user-stats, .ept-login-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.ept-stat-item, .ept-login-stat-item {
    text-align: center;
}

.ept-stat-title, .ept-login-stat-title {
    font-size: 12px;
    color: #999;
}

.ept-stat-num, .ept-login-stat-num {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
}

.ept-forum-comment-wrap {
    background-color: #f1f5fa;
    padding: 20px 0;
}

.ept-forum-comment-container {
    display: flex;
    gap: 20px;
}

.ept-forum-comment-left {
    flex: 3;
}

.ept-comment-header {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.ept-comment-count {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ept-comment-list {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.ept-comment-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.ept-comment-item:last-child {
    border-bottom: none;
}

.ept-comment-user-info {
    display: flex;
    gap: 10px;
}

.ept-comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.ept-comment-user-details .ept-comment-nickname {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.ept-comment-user-details .ept-comment-time {
    font-size: 12px;
    color: #999;
    margin-top: 3px;
}

.ept-comment-content {
    margin: 10px 0;
    line-height: 1.7;
    color: #333;
}

.ept-comment-reply-action {
    margin-top: 10px;
}

.ept-reply-btn-show {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #0055ff;
    font-size: 14px;
    cursor: pointer;
}

.ept-reply-btn-show .ept-reply-icon {
    width: 16px;
    height: 16px;
    background: url('/static/default/img/reply.png') center no-repeat;
    background-size: 100% 100%;
}

.ept-reply-box {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.ept-reply-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ept-reply-btn-wrap {
    margin-top: 15px;
}

.ept-btn-reply {
    padding: 8px 20px;
    background: #0055ff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.ept-forum-comment-right {
    flex: 1;
}

.ept-user-info-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
}

.ept-card-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.ept-card-body {
    padding: 15px;
}

.ept-nologin-box {
    text-align: center;
}

.ept-nologin-avatar {
    width: 60px;
    height: 60px;
    background: #eee;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.ept-nologin-text a {
    color: #0055ff;
    text-decoration: none;
}

.ept-login-box .ept-login-userinfo {
    text-align: center;
    margin-bottom: 15px;
}

.ept-login-stats {
    display: flex;
    justify-content: space-between;
}

.ept-login-stat-item {
    flex: 1;
}

.ept-fixed-btn-wrap {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 99;
}

.ept-btn-issue {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffeae5;
    color: #ff5722;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
}

.ept-btn-issue .ept-btn-icon img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

.ept-tag-adopt {
    color: #52c41a;
    font-size: 12px;
    margin-left: 10px;
}

.ept-btn-adopt {
    color: #0055ff;
    cursor: pointer;
}

.ept-comment-reply {
    margin-left: 50px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
}

.ept-comment-reply-to {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

.ept-reply-editor-wrap {
    margin-top: 10px;
    padding: 10px;
    background: #f9fafc;
    border-radius: 4px;
}

.ept-reply-btn-group {
    margin-top: 10px;
}

.ept-btn-cancel {
    margin-left: 10px;
    padding: 8px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}