body {
    font-family: "Microsoft YaHei", "SimSun", serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 20px;
    color: #333;
}

.template-container {
    max-width: 1200px;
    margin: 20px auto;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
}

.template-preview {
    flex: 1;
    min-width: 300px;
    background-color: #f9f9f9;
    padding: 25px;
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.brand-logo {
    font-family: "SimHei", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.template-image-container {
    flex-grow: 1;
    background-color: #e8e8e8;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15px;
}

.template-image-placeholder {
    width: 100%;
    height: 250px;
    background-color: #f0f0f0;
    border: 1px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 16px;
}

.template-tags {
    margin-top: 15px;
    display: flex;
}

.tag {
    background-color: #e0e0e0;
    color: #555;
    padding: 3px 12px;
    margin-right: 8px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
}

.template-info {
    flex: 1;
    min-width: 300px;
    padding: 25px;
}

.template-title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-family: "SimHei", sans-serif;
}

.template-subtitle {
    display: inline-block;
    background-color: #f0f0f0;
    color: #555;
    padding: 3px 8px;
    font-size: 13px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.template-description {
    color: #444;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: justify;
}

.template-features {
    margin-bottom: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.feature-icon {
    color: #666;
    margin-right: 8px;
    font-size: 16px;
}

.template-meta {
    color: #666;
    font-size: 13px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.template-actions {
    display: flex;
}

.btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #333;
    transition: all 0.2s;
}

.btn:hover {
    background-color: #e8e8e8;
}

.btn-detail {
    border-color: #a0a0a0;
    background-color: #e0e0e0;
}

.btn-preview {
    border-color: #a0a0a0;
}

.icon {
    margin-right: 6px;
    font-size: 14px;
}

.btn-preview a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #070707;
}

.btn-detail a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #0e0d0d;
}