﻿.Merchant-data-left{
	width: 100px;
	height: 100%;
	background: #068aff;
	margin-bottom:20px;
	position: fixed;
	font-size: 14px;
	top: 0;
	color: #fff;
	z-index: 9999;
}
.Mer-logo{
	margin-top: 15px;
	margin-left:25px;
	display: inline-block;
}
.data-1{
	width: 100%;
	height: 36px;
	font-size: 12px;
	color: #8dc2ff;
	padding-left: 15px;
	margin-top: 20px;
	padding-bottom: 10px;
	display: inline-block;
}
.data-two{
	width: 100%;
}
.data-2{
	width: 100%;
	height: 40px;
	line-height: 40px;
	/*border-bottom: 1px solid #eee;*/
	/*color: #31abef;*/
	padding-left: 10px;
	display: inline-block;
	cursor: pointer;
}
.data-2:hover{
	background: #0073CB;
}
.Merchant-icons{
	width: 18px;
	height: 18px;
	margin-top: 10px;
	margin-right: 10px;
}
.Merchant-icons2{
	width: 20px;
	height: 20px;
	margin-top: 10px;
	margin-right: 8px;
}
.Merchant-icons3{
	width: 18px;
	height: 18px;
	margin-top: 10px;
	margin-right:5px;
}
.data-2-little{
	width: 100%;
	padding-left: 100px;
	padding-top: 3px;
	padding-bottom:3px;
}
.data-2-little a:hover{
	color: #31abef;
}
.img-right img{
	width: 12px;
	height: 12px;
	margin-right:10px;
}
/*文字悬停*/
.prominent{
	font-size: 14px;
	color: #aaa;
}
.prominent:hover{
	color: #fa8511;
	position: relative;
}
/*导航悬停*/
.Mar-nav-hover{
	width: 165px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px #aaa;
}
.zhishi{
	width: 6px;
	height: 10px;
	position: absolute;
	top:15px;
	left: -5px;
}
.Mar-nav-hover-div{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding:0 20px;
	font-size: 12px;
}
.Mar-nav-hover-div:hover{
	background: #d2dff2;
}
#project-hover{
	position: absolute;
	top: 170px;
	left: 100px;
}
#order-hover{
	position: absolute;
	top: 259px;
	left: 100px;
}
#push-hover{
	position: absolute;
	top: 215px;
	left: 100px;
}
#push2-hover{
	position: absolute;
	top: 305px;
	left: 100px;
}
#state-hover{
	position: absolute;
	top: 259px;
	left: 100px;
}
#elaver-hover{
	position: absolute;
	top: 348px;
	left: 100px;
}
#active-hover{
	position: absolute;
	top:305px;
	left: 100px;
}
/*无数据显示*/
.No-date{
  width: 100%;
  min-height: 50px;
  text-align: center;
  margin-top: 35px;
  font-size: 12px;
}
.No-date a{
  color:#fa8511; 
}
.No-date a:hover{
  cursor: pointer;
}