.version-body
{
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    line-height: 1.8;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
}
.version-body h1
{
    color: #222;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.version-body h3
{
    color: #222;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}
.version-body h3::before
{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 4px;
    background: linear-gradient(to bottom, #4a90e2, #4a90e2);
    border-radius: 2px;
}
.version-body p
{
    margin: 18px 0;
    font-size: 16px;
}
.download-box
{
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
    transition: all 0.3s ease;
}
.download-box:hover
{
    background-color: #f0f7ff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.version-body a
{
    color: #1e88e5;
    text-decoration: none;
    font-weight: 500;
    display: block;
}
.version-body a:hover
{
    color: #0d47a1;
}
.divider
{
    height: 1px;
    background: linear-gradient(to right, transparent, #e0e0e0, transparent);
    margin: 30px 0;
}
.version-body .back-link
{
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    background-color: #f5f5f5;
    border-radius: 6px;
    transition: all 0.3s;
}
.version-body .back-link:hover
{
    background-color: #e0e0e0;
    transform: translateY(-2px);
}
.version-info
{
    background-color: #e3f2fd;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 30px;
}