/* 
* //www.xiongan.gov.cn/bundle/iframe-content.min.css
*/

html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

iframe {
    background: url(logo-and-loading.png) center center no-repeat;
}

.mask {
    position: absolute;
    width: 306px;
    height: 93px;
    z-index: 99;
    top: 28px;
    left: 0;
    overflow: hidden;
    text-indent: -888px;
}

.is-mobile .mask {
    width: 150px;
    height: 50px;
    top: 20px;
}

.column {
    column-count: 2
}
