/* 聲明字體圖標 這裏一定要注意路徑的變化(../) */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?e29qh3');
    src: url('../fonts/icomoon.eot?e29qh3#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?e29qh3') format('truetype'),
        url('../fonts/icomoon.woff?e29qh3') format('woff'),
        url('../fonts/icomoon.svg?e29qh3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* 版心 */
.w {
    max-width: 970px;
    margin: 0 auto;
}