body,p,h1,h2,h3,h4,h5,h6,li,span,i,ul,img,a,strong,input{margin:0;padding:0; font-family: "microsoft yahei";}
body{ font-size:14px;}
li{list-style-type:none; float:left;}
a{text-decoration:none;outline: none;}
img{border:none;}
i{font-style:normal}
input,select,textarea{outline:none;text-indent:6px;}
textarea{resize:none;}
div{margin:0 auto;}
.fl{float: left;}
.fr{float: right;}
*{
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	
}
body, html {
    width: 100%;
    height: 100%;
}

body.bg {
    background-color: rgb(245, 245, 245);
}
.sidebar-list-txt a{
	color:#333;
}
.sidebar {
    width: 200px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 10px;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
    padding-bottom: 50px;
    position: fixed;
    left: 0;
    top: 0;
}

.sidebar::-webkit-scrollbar{
	width: 5px;
	height: 16px;
	background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #ccc;
}
.sidebar-list {
    width: 100%;
    display: table;
    padding-top: 10px;
}
.sidebar-list ul {
    width: 100%;
    display: table;
}
.sidebar-list ul li {
    width: 100%;
    display: table;
}
.sidebar-list-title {
    width: 100%;
    height: 46px;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
}
.sidebar-list-title i.more{
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 46px;
	transition: .5s;
} 
.sidebar-list-ico {
    width: 34px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar-list-txt {
    line-height: 46px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    padding-left: 4px;
}

.sidebar-list-slide {
    width: 100%;
    display: table;
    background-color: rgb(236, 245, 255);
    display: none;
}
.sidebar-list-slide p {
    line-height: 32px;
    color: rgb(51, 51, 51);
    font-size: 13px;
}
.sidebar-list-ico i {
    color: rgb(144, 147, 153);
    font-size: 16px;
}
.sidebar-list-slide p a{
	color: #333;
	display: block;
	padding-left: 53px;
	width: 100%;
	height: 100%;
	
}
.sidebar-list-slide p:hover{
	background-color: #d1e7fe;
}
.sidebar-list ul li.active .sidebar-list-title{
	background-color: rgb(193, 217, 244);
}
.sidebar-list ul li.active .sidebar-list-title .sidebar-list-ico i{
	color: #409eff;
}
.sidebar-list ul li.active .sidebar-list-title .sidebar-list-txt{
	color: #409eff;
}
.sidebar-list ul li.active .sidebar-list-title i.more{
	transform: rotate(90deg);
}
.sidebar-list ul li:hover .sidebar-list-title{
	background-color: rgb(193, 217, 244);
}
.sidebar-shut-down{
	width: 200px;
	height: 46px;
	background-color: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #909399;
	font-size: 28px;
	cursor: pointer;
}

.sidebar-shut-down:hover{
	background-color: rgb(193, 217, 244);
}
.sidebar-shut-down:hover i{
	color: #f00;
}














