.slogan {
    font-family: 'Times New Roman', 'Georgia', serif;
    font-size: 1.8em;
    text-align: center;
    margin: 20px 0;
    color: #FFFFFF;
    font-style: italic;
}

.headtitle {
    font-family: 'Times New Roman', 'Georgia', serif;
    font-size: 2.5em;
    text-align: center;
    margin: 30px 0;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 1px;
}

.formula-card {
    background: white;
    border-radius: 0;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-left: 4px solid #00629B;
}

.param-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.param-table th,
.param-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.param-table th {
    background-color: #00629B;
    color: white;
    font-weight: bold;
}

.example {
    background-color: #f9f9f9;
    padding: 15px;
    border-left: 4px solid #D36A00;
    margin: 20px 0;
    border-radius: 0;
}

.official {
    font-family: "KaiTi", "楷体", serif;
    font-size: 1.2em;
    line-height: 1.8;
    background-color: white;
    color: #333;
    padding: 20px;
    border-radius: 0;
}

.officialtitle {
    font-family: "KaiTi", "楷体", serif;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    color: #003C6B;
}

.officialsign {
    font-family: "KaiTi", "楷体", serif;
    text-align: right;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    color: #666;
}

.cta-buttonreport {
    display: inline-block;
    background-color: #8B0000;
    color: white;
    padding: 12px 25px;
    border-radius: 0;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    margin: 10px 5px;
    transition: all 0.3s;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-buttonreport:hover {
    background-color: #6B0000;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.warning-badge {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #D36A00;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    box-shadow: 0 0 10px rgba(211, 106, 0, 0.5);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin: 0 5px;
}