@charset "utf-8";
body,div,li,ul,ol,dl,dd,dt,span,b,strong,p,h1,h2,h3,h4,h5,input{margin:0;padding:0;}
ul,li,dl,dt,dd,ol{list-style:none;list-style-type:none;}
a img,a,a:hover,a:active,a:visited{border:none;text-decoration:none; outline:none;}
body{font-family:"PingFang SC";font-size:12px;line-height:1.5;color:#495060;background:#f5f7fa ; background-attachment:fixed;}
::selection{background:#2c303b;color:#fff;}
::-moz-selection{background:#2c303b;color:#fff;}

::-webkit-input-placeholder{text-overflow:ellipsis}
::-webkit-scrollbar{width:10px;height:10px;overflow:auto}
::-webkit-scrollbar-thumb{background-color:#e6e6e6;min-height:25px;min-width:25px;border:1px solid #e0e0e0}
::-webkit-scrollbar-track{background-color:#f7f7f7;border:1px solid #efefef}

#app{ overflow: hidden; box-sizing: border-box;}

.ivu-icon-md-star{ cursor: pointer;}

#app .ivu-icon{ font-size: 18px; color: #999;}

.ui-green{ color: #2ead65!important;font-weight: weight;}
.ui-red{color: #e35e5e!important;font-weight: weight;}

.ivu-table-cell{ color: #000; font-weight: weight;}

.iconredirect{ color: #999; margin-left: 5px; font-size: 13px !important; cursor: pointer;}

.ivu-selected{ color: red !important;}

.level{display: inline-block;  width: 24px;  height: 14px;   font-size: 12px;  line-height: 14px;  text-align: center;   margin-left: 4px;  border-radius: 2px; color: #f3882b;  box-sizing: border-box; border: 1px solid #f3872c;background-color: #fff1e5;}


.layout{
    border: 1px solid #d7dde4;
    background: #fff;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.layout-logo{
    width: 100px;
    height: 30px;
    background: #5b6270;
    border-radius: 3px;
    float: left;
    position: relative;
    top: 15px;
    left: 20px;
}
.layout-nav{
    width: 420px;
    margin: 0 auto;
    margin-right: 20px;
}
.layout-footer-center{
    text-align: center;
}

.ivu-layout-header{ text-align: center; color: #fff; font-size: 20px;}

@media screen and (max-width:767px){
	
}
