/*@import "site.css";*/


@media only screen and (max-width: 600px) {
    
}

@media only screen and (1024px < width <= 1280px) {
    
}

@media only screen and (1280px < width) {
    
}
