
*{
    margin: 0;
    padding: 0;
    border:0;
    box-sizing: border-box;
    /*-moz-user-select: none;*/
    /*-webkit-user-select:none;*/
    /*-ms-user-select:none;*/
    /*user-select:none;*/
}
body {
    font-size: 18px;
    color:#666;
    background-color: #eee;
    text-align: center;
}

.layui-laydate-footer{
    text-align: left;
}

.sp_input{
    height: 38px !important;
}

#shadeCover{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    line-height: 100vh;
    text-align: center;
    background-color: #eee;
    z-index: 9999;
    position: absolute;
}

#container{
    max-width: 1800px;
    min-width: 1600px;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}

#topbar{
    padding: 10px 20px;
    text-align: right;
}
#topbar span{
    font-weight: bold;
    color:#dd3300;
}

#banner{
    height: 80px;
    background-color:#37c;
    font-family: "SimHei",serif;
    padding-left: 30px;
}

#banner img#logo{
    float: left;
    height: 50px;
    width: 50px;
    margin-top: 15px;
}

#banner > span{
    margin-left: 15px;
    font-size: 35px;
    font-family: "Microsoft YaHei UI",serif;
    color:#fffecc;
    font-weight: bold;
    line-height: 80px;
    text-shadow: .5rem 0.5rem 1rem #630;
}

#banner div#navbar{
    display: inline-block;
}

#banner div#navbar a{
    font-family: "Microsoft YaHei UI",serif;
    font-size: 18px;
    color:#fffecc;
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
}

#banner div#navbar a i{
    color:#F4EA2A;
    font-weight: bold;
}

#banner div#navbar a img{
    width:20px;
    height: 20px;
    position: relative;
    top:-3px;
}

#banner div#navbar a#setting-drop{
    display: none;
}

#banner div#sysbar{
    float: right;
    margin:30px 20px 0 0;
    display: inline-block;
    font-family: "Microsoft YaHei UI",serif;
    font-size: 14px;
    color:#fffecc;
}

#banner div#sysbar a#logout{
    border-radius: 5px;
    background: #dd3300;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    padding: 6px 10px;
    color:#fffecc;
}

#nav{
    padding: 10px 10px 0 10px;
    margin: 0 20px;
    border-bottom: 1px dashed #999;
}

#body{
    padding:20px;
}

div.box .title{
    font-weight: bold;
    padding: 5px 20px;
    line-height: 30px;
    height: 40px;
    border-radius: 3px;
    background-color: #37c;
    color:#fff;
}

div.box .content{
    padding:10px;
}

#footer{
    color:#666;
    background-color: #ccc;
    padding: 20px;
    font-size: 15px;
    line-height: 25px;
}

#footer p span{
    font-weight: bold;
}
