/* 应用于PC的基础样式 */
*{padding: 0;margin: 0}
.pc-show{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}
:scope .ie8-show {
    display: none;
}
