html body {
    margin:0px;
    padding:0px;
    height:100%;

}
html {
    background-color: #F2F2F2;
}
.header{
	position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 60px;
    border-radius: 0;
}
.layui-bg-black1 {
    /* 旧语法，带前缀并且已经废弃，以支持老版本的浏览器 */
background: -prefix-linear-zgradient(top, #2676c2, #56a9f6); 
/* 新语法，不带前缀，以支持标准兼容的浏览器（Opera 12.1， IE 10， Firefox 16， Chrome 26， Safari 6.1） */
/*background: linear-gradient(to bottom, #2676c2, #56a9f6);*/
background: linear-gradient(to bottom, #d40004, #dc5617);

display: flex;
color:#fff;
}
.layui-bg-black1>div{
	line-height: 60px;
	height:100%;
	color:#fff;
}
.layui-container{padding: 0;}
.fly-panel {
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

.fly-panel-title {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px dotted #E9E9E9;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}