/*页面头部元素*/
.hero {
    padding: 8rem 0 1rem;
    text-align: center;
}

.hero-title {
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.hero-desc {
    max-width: 780px;
    margin: 0 auto 2.5rem;
}
