* {
    margin: 0;
    padding: 0;
}

body, html {
    font-family: "思源黑体" !important;
}

@font-face {
    font-family: "思源黑体";
    src: url("../../default/font/SourceHanSans-Normal.otf");
}

a, img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.alignL {
    text-align: left;
}

.alignC {
    text-align: center;
}

.alignR {
    text-align: right;
}

.clear {
    clear: both;
}

.fontB {
    font-weight: bold;
}

.glyphicon {
    top: 0 !important;
}

.displayNone {
    display: none;
}

/* IPAD、PC端 */
@media screen and (min-width: 768px) {
    .wrapper {
        width: 1440px;
        margin :auto;
    }

    .sidebar {
        width: 300px;
    }
}

.layui-layer-page {
    max-height: 100% !important;
}

@media screen and (max-width: 767px) {
    .layui-layer-page {
        width: 100% !important;
    }

    .sidebar {
        width: 100%;
    }
}

iframe {
    max-width: 100% !important;
}