@charset "UTF-8";
.cooldown-section-title {
    margin: 1em 0 0.5em 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
}

.cooldown-section-title::before {
    content: "↓";
    margin-right: 15px;
    font-size: 28px;
}

.cooldown-download_btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #1890ff !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin: 8px 4px;
    min-width: 100px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    font-family: 'Microsoft YaHei', sans-serif;
}

.cooldown-download_btn:hover {
    background-color: #40a9ff !important;
    color: #ffffff !important;
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

