.layui-badge-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
}
.layui-badge-rim {
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: #666;
}
.layui-badge {
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    font-size: 16px;
    text-align: center;
    background-color: #FF5722;
    color: #fff;
    border-radius: 2px;
    min-width: 56px;
}
.layui-bg-orange {
    background-color: #FFB800!important;
}
.layui-bg-green {
    background-color: #009688!important;
}
.layui-bg-cyan {
    background-color: #2F4056!important;
}
.layui-bg-blue {
    background-color: #1E9FFF!important;
}
.layui-bg-black {
    background-color: #393D49!important;
}
.layui-bg-gray {
    background-color: #eee!important;
    color: #666!important;
}
.layui-bg-red{
    background-color: #FF5722!important;
}
.layui-bg-black, .layui-bg-blue, .layui-bg-cyan, .layui-bg-green, .layui-bg-orange, .layui-bg-red {
    color: #fff!important;
}
.bar-nav-headimg{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.a_blue{color: #007aff; text-decoration: none;}
.a_blue_underline{color: #007aff; text-decoration: underline;}
hr {
    height: 1px;
    margin: 10px 0;
    border: 0;
    clear: both;
	background-color: #e6e6e6;
}

.layui-input, .layui-textarea{
    font-size: 16px;
}

.bar-nav a i{
    font-size: 20px;
}
.mui-title a.search_button{
    margin-right: 10px;
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    position: relative;
    z-index: 10010;
}
.mui-bar a.search_button{
    margin-right: 10px;
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    position: relative;
    z-index: 10010;
}

.load-more-button{
    display: none; 
    text-align: center; 
    margin-top: 10px;
}
.infinite-scroll-preloader{
    display: none; 
    text-align: center; 
    margin-top: 10px;
}
.search_box{
    position: fixed; 
    top: 0; 
    width: 100%; 
    display: none; 
    z-index: 10;
}