﻿.navbar-brand img {
    max-height: 30px;
}

.edui-editor-iframeholder {
    max-width: 100%;
}

body {
    background-size: 100% 100%;
    font-family: 'Microsoft YaHei';
}

.page-total {
    display: none;
}

.pagination span {
    cursor: pointer;
}

canvas {
    display: block;
    margin: auto;
}


@media (max-width: 375px) {
    .thumb-xs img {
        height:150px;
    }
}