/* one */
.home .one {
    background-color: #fff;
    padding: 0 55px;
    margin: 0 auto;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.one_subt {
    padding: 10px 20px;
    background-color: #177ec9;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}

.one_text {
    color: inherit;
    font-weight: 600;
    margin-right: 15px;
    font-size: 13.0px;
    line-height: 35px;
}

/* one */

/* two */
.two {
    padding: 0 55px;
    margin: 0 auto;
    position: relative;
    height: 52px;
    background-color: #12a195;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.two_tight {
    display: flex;
    width: 400px;
}

.two_tight li {
    font-size: 13px;
    line-height: 52px;
    padding: 0px 18px;
    color: #ffffffb3;
}

.two_tight a {
    text-decoration: none;
    color: #ffffffb3;
}

/* two */

.centen_page {
    width: 80%;
    height: auto;
    float: left;
    margin-left: 15%;
    margin-top: 30px;
}

.centen_page_right {
    width: 80%;
    height: 100%;
    background: white;
    float: left;
    margin-left: 2%;
}

.centen_page_right_top {
    width: 100%;
    height: auto;
    background: white;
    margin-top: 1%;
    margin-left: 0%;
}

.centen_page_right_top_right_one {
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 4px;
    padding: 26px;
    box-shadow: 0px 2px 20px -1px rgba(45, 55, 72, 0.1)
}

.centen_page_right_top_right_one_top1 {
    border-top: 2px solid rgba(241, 242, 244);
    padding: 16px;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 20px solid rgba(241, 242, 244);
}

.centen_page_right_top_right_one_top1_items {
    font-size: 16px;
    padding: 22px;
}

/* 新增样式 */
.help-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.help-status {
    margin-right: auto;
    /* 添加额外的右外边距确保靠最右侧 */
    margin-right: 0;
    /* 确保其父容器的定位方式支持绝对定位 */
    position: relative;
}
.help-detail-card {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.help-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.reward-badge {
    background-color: #fff3cd;
    color: #856404;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 14px;
}

.help-content {
    line-height: 1.6;
    color: #666;
}

.user-info {
    text-align: center;
}

.user-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 10px;
}

.user-name {
    font-weight: bold;
}

.user-role {
    font-size: 12px;
    color: #999;
}

.help-meta {
    margin-top: 15px;
}

.help-meta-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.help-meta-item:last-child {
    border-bottom: none;
}

.reply-item {
    background-color: #f8f9fa;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.reply-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.reply-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reply-name {
    font-weight: bold;
    margin-left: 10px;
}

.reply-time {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

.reply-content {
    line-height: 1.6;
    color: #666;
}

.reply-action {
    text-align: right;
    margin-top: 10px;
}

.reply-action button {
    color: #12a195;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

.reply-action button:hover {
    text-decoration: underline;
}

.help-btn {
    background-color: #12a195;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.help-btn:hover {
    background-color: #0f8a7f;
}

.help-btn:disabled {
    background-color: #a0c4c0;
    cursor: not-allowed;
}