/* 核心相关css */
body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select{
    margin:0;
    padding:0
}
body{
    margin:0;
    font-size:14px;
    font-family:-apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-variant:tabular-nums;
    line-height:1.5;
    background-color:#e4e6e9;
}
::-webkit-scrollbar{
    -webkit-appearance:none;
    width:10px;
    height:10px;
}
::-webkit-scrollbar-thumb{
    border-radius:4px;
    border:2px solid white;
    background-color:rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:hover{
    background-color:rgba(0, 0, 0, 0.8);
}
::-webkit-scrollbar-thumb:window-inactive{
    background-color:rgba(0, 0, 0, 0.2);
}
img{
    border:0;
    vertical-align:middle;
}
li{
    list-style:none
}
iframe{
    border:none
}
html{
    height:100%;
    font-size:16px
}
b{
    font-weight:normal;
}
i,em{
    font-style:normal;
}
.clear{
    clear:both;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    *height:1%;
}
.ellipsis{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.none{
    display:none;
}
a:hover{
    text-decoration:none;
}
/* override */
.layui-layer-msg.layui-layer-msg{
    background-color: rgba(0,0,0,.6);
    color: #fff;
    border: none
}
.layui-layer-msg.layui-layer-msg .layui-layer-ico{
    display:none;
}
.layui-layer-msg.layui-layer-msg .layui-layer-padding{
    padding:10px 20px;
    text-align:center;
}
