/* pc样式 */
@media screen and (min-width: 1024px){
    
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {

}