/* practice-detail.html 专用样式 */

.page-banner {
    height: 350px;
    background-image: url("../images/bg/practic_background.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
