/* 引入 style.css 中的变量 */
@import url('detail.css');
@media (min-width: 767px) {
    /* Banner */
    .header-banner {
        background: url('../images/mainBusiness/pal/header-bg.png') no-repeat center/cover;
        /*border-bottom: 1px solid var(--gray-300);*/
        height: 480px;
    }

    .header-container {
        width: 1200px;;
        margin: 0 auto;
        padding: 123px 0px 0px 90px;
    }
}
