.donation-wrap {
    width: 1030px;
}

.donation-list-area {
    padding: 0 14px;
    background: #fff;
}

.donation-item {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #dedede;
    padding: 18px 0;
    gap: 10px;
}

.donation-item:last-child {
    border-bottom: none;
}

.donation-cover {
    width: 250px;
}

.donation-cover img {
    width: 230px;
    height: 128px;
    object-fit: cover;
}

.donation-content {
    flex: 1;
    position: relative;
}

.donation-title {
    font-size: 16px;
    font-weight: bold;
}

.donation-title a {
    color: #222;
    text-decoration: none;
}

.donation-title a:hover {
    color: #d32023;
}

.donation-meta {
    color: #555;
    line-height: 30px;
}

.donation-meta span {
    display: inline-block;
    min-width: 340px;
}

.donation-meta em {
    color: #e92b33;
    font-style: normal;
}

.donation-desc {
    margin-top: 8px;
    color: #888;
    background: #f7f7f7;
    line-height: 24px;
    padding: 8px 8px;
    word-break: break-all;
    word-wrap: break-word;
}

.donation-action {
    width: 140px;
    text-align: right;
    padding-top: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

a.donation-btn,
a.donation-btn:link,
a.donation-btn:visited {
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    background: #e92b33;
    text-decoration: none;
}

.donation-detail-btn {
  padding: 12px 48px !important;
  font-size: 18px;
}

a.donation-btn:hover,
a.donation-btn:active {
    color: #f1f1f1;
}

.donation-btn-disabled {
    background: #b8b8b8;
    color: #f5f5f5;
    cursor: not-allowed;
}

.donation-detail-meta {
    font-size: 14px;
    line-height: 28px;
    background: #f7f7f7;
    padding: 8px 12px;
    margin-bottom: 16px;
}

.donation-detail-meta span {
    margin-right: 24px;
    display: inline-block;
}

.donation-detail-meta em {
    color: #e92b33;
    font-style: normal;
}

.donation-detail-cover {
    margin-bottom: 16px;
}

.donation-detail-cover img {
    max-width: 100%;
}

.donation-detail-desc {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 16px;
}

.detail-top {
    display: flex;
    background: #fff;
    margin-bottom: 16px;
}

.detail-cover {
    flex: 1;
}

.detail-cover img {
    width: 600px;
    height: 360px;
    object-fit: cover;
}

.detail-card {
    width: 480px;
    box-sizing: border-box;
    padding: 16px;
    background: #fafafa;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
}

.card-item {
    line-height: 48px;
    border-bottom: 1px solid #e7e7e7;
}

.card-item em {
    color: #222;
    font-style: normal;
    font-size: 20px;
}

.card-stat {
    margin-top: 10px;
    margin-bottom: 6px;
}

.card-stat span {
    margin-right: 32px;
}

.card-meta {
    line-height: 34px;
}

.card-pay {
    margin-top: 8px;
    font-size: 16px;
}

.card-pay .label {
    margin-right: 8px;
}

.quick-money {
    display: inline-block;
    min-width: 28px;
    text-align: center;
    padding: 2px 6px;
    border: 1px solid #e7e7e7;
    margin-right: 6px;
    color: #e92b33;
    text-decoration: none;
}

.other-money {
    width: 80px;
    border: 1px solid #ccc;
    height: 26px;
}

.card-btn-area {
    margin-top: 14px;
}

.detail-main {
    display: flex;
    justify-content: space-between;
}

.detail-left {
    width: 780px;
}

.tab-head {
    display: flex;
    border-bottom: 1px solid #f04b52;
    margin-bottom: 10px;
}

.tab-btn {
    display: inline-block;
    width: 120px;
    text-align: center;
    line-height: 38px;
    background: #fff;
    color: #555;
    text-decoration: none;
}

.tab-btn.active {
    background: #f04b52;
    color: #fff;
}

.tab-pane {
    background: #fff;
    min-height: 320px;
}

.tab-title {
    line-height: 44px;
    font-size: 18px;
    color: #f04b52;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 12px;
}

.tab-more {
    float: right;
    color: #888;
    font-size: 14px;
    text-decoration: none;
}

.tab-content {
    padding: 10px 12px;
    line-height: 28px;
    color: #333;
    border-bottom: 1px solid #f7f7f7;
}

.tab-content img {
    max-width: 756px !important;
    width: auto !important;
    height: auto !important;
}

.income-table {
    width: 100%;
    border-collapse: collapse;
}

.income-table th,
.income-table td {
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 10px;
    text-align: left;
}

.income-table th {
    background: #fafafa;
}

.income-money {
    color: #07a15f;
}

.income-empty {
    color: #999;
    text-align: center;
}

.progress-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.progress-list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px;
}

.progress-content {
    color: #333;
}

.progress-date {
    color: #666;
}

.detail-right {
    width: 230px;
    background: #fff;
}

.right-head {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.right-head span {
    color: #333;
    font-weight: bold;
}

.right-head a {
    color: #888;
    text-decoration: none;
}

.right-item {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.right-cover img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.right-title {
    margin-top: 6px;
}

.right-title a {
    color: #333;
    text-decoration: none;
}

.right-money {
    margin-top: 4px;
    color: #666;
}

.right-money em {
    color: #e92b33;
    font-style: normal;
}

.right-empty {
    padding: 14px;
    color: #999;
}
