/***********************/
.message-container{
    position: fixed;
    background-color: white;
    right:18px;
    top:50px;
    z-index:1;
    padding:0px 20px;
    width: 350px;
    bottom:0px;
    overflow-y: auto;
}
.message-container h5{
    float: left;
    font-size: 12px;
    color: black;
    margin: 0px;
}
.message-container a{
    text-decoration: none;
}
.message-container .message-header{
    padding:20px 0px;
}
.message-container .message-header h3{
    font-size: 13px;
    color: black;
    float: left;
    margin: 0px;
}
.badge.message-count{
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 10px;
    -webki-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform:scale(0.8) ;
    -o-transform:scale(0.8) ;
    transform: scale(0.8);
}
.message-container ul li{
    border-bottom:1px solid #ccc;
    padding:15px 0px;
    font-size:11px;
    color:#808080;
}
.message-container ul li .simpleMsg{
    width: 250px;
    display: inline-block;
}
.message-container ul li div:first-child{
    padding-bottom: 15px;
}
.auth_mask{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.message-container .message-close{
    color: white;
    position: absolute;
    left: -32px;
    font-size: 22px;
    cursor: pointer;
}
.auth_msg_status{
    width:4px;
    height: 4px;
    border-radius: 20px;
    background-color: red;
    position: relative;
    overflow: hidden;
}



	/*左侧导航主要代码*/
	.side-menu{
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 999;
		width: 240px;
		overflow-x: hidden;
		background: #0c1719;
	}
	.side-scroll{
		position: relative;
		width: 260px;
		height: 100%;
		overflow-x: hidden;
	}
	.side-logo{
		position: fixed;
		left: 0;
		top: 0;
		height: 80px;
		background-color: #fff;
		z-index: 999;
	}
	.menu-total{
		position: relative;
		width: 240px;
		margin-top: 80px;
		box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	}
