@charset "utf-8";html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,caption,th,form,fieldset,legend,input,button,textarea,menu {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.layui-input, .layui-select, .layui-textarea {
    background-color: transparent;
}


textarea {
    resize: vertical;
}


.layui-container {
    min-height: calc(100vh - 135px);
}

.layui-container .main{
    margin: 10px auto;
}

.layui-bg-gray {
    background-color: #eee!important;
    color: #666!important
}

.layui-badge:empty {
    display: none;
}

/* 搜索框 */
.component {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden
}
.component .layui-input {
    width: 190px;
    height: 30px;
    padding-left: 12px;
    font-size: 12px;
}

/* 搜索不到内容 */
.post {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden
}
.post .post-title {
    text-align:center;
}

