/* Add here all your css styles (customizations) */
/*支持宽屏*/
@media (min-width: 1366px) {
    .container {
        max-width:1286px
    }
}