.data-item{
	padding:6px;
	border-bottom:1px solid #f0f2f5;
}
.data-item:hover{
	background: #f0f2f5;

}
.sub-right-btn{ min-width: 80px; line-height: 40px; display: block; background: #1890FF; color: #fff; border-radius: 5px; text-align: center; padding: 0 10px;  margin-top: 8px; margin-right: 10px;}
#setPrice-form .row-item .row-item-delete{ display: none;}
#setPrice-form .row-item:last-child .row-item-delete{ display: block;}
#setPrice-form .row-item:first-child .row-item-delete{ display: none;}
#chartsY-form .chartsItem,#analysis-form .chartsItem{ width: 300px; height: 400px; float: left;}

.btnBox{ position: absolute; width: 100%; left: 0; bottom: 32px; background: #c2c2c2; line-height: 30px; display: none;}
.open.btnBox{ display: block;}
.btnBox .btnBox-item{ border-bottom: 1px solid #fff;}
.search-date{ width: 75px;}
.pop-bottom .edit-select{ height: 40px;}
.sub-right{
	overflow-y: auto;
}
.data-left{
	float: left;
}
.data-list{
	box-sizing: border-box;
	padding: 10px 0;
}
.data-list-name{
	margin-left:20px;
	color: rgba(69, 90, 116, 1);
	font-size: 14px;
	display: inline-block;
    width: 170px;
}
.data-list-explain{
	margin-left:30px;
	color: rgba(187, 187, 187, 1);
	font-size: 14px
}
.data-right{
	line-height: 48px;
	float:right;
}
.watch,.export{
	margin-right: 10px;
	padding:11px 18px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0);
	color: rgba(29, 43, 85, 1);
	font-size: 12px;
	text-align: center;
	border: 1px solid rgba(220, 223, 230, 1);
	cursor: pointer;
}
.btn-right{
	float:right;
	height:100%;
	font-size:13px;
}
.mobile-list {
	width: 120px;
	height: 30px;
	text-align: center;
	float: left;
	display: block;
	line-height: 30px;
	margin: 0 5px 5px 0;
	box-shadow: 2px 2px 2px 2px #c2c2c2;
	border-radius: 5px;
}
.sub-right-header-nav{margin-left: -10px;}
.sub-right-header-nav .item-title{background: #f8f8f8; color:#162355; margin: 0;padding: 0 15px;}
.sub-right-header-nav .data-title{
	color:#666666;
	background: #fff;
}
.tool-nav-flag{
	border:none;
}
.tab-box{
	margin-left:10px;
	float:left;
}
.tab-box input{
	width:120px;
	height:30px;
}
.btn-bottom-list button{
	float:left;
}
.saleCount{
	position: relative;
	min-width: 60px; 
	height: 36px; 
	line-height: 36px; 
	text-align: center; 
	padding: 0 10px; 
	box-sizing: border-box;
	background: #c20000; 
	color: #fff;
	display: block;
	float: left;
	border-radius: 8px;
	margin:10px;
	margin-right: 0;
}
.item-search{
	display:inline-block;
	height:100%;
	line-height:100%;
}
.toolSelect{
	margin-top:12px;
}
.btn-bottom-list .fl{
	float:left;
	margin-right:4px;
}
.new-table .tableProduct2 th p {
    margin: 8px 0;
    height: 24px;
    line-height: 26px;
    box-sizing: border-box;
    border-right: 1px dashed #ccc;
}
.new-table .tableProduct2 th:last-child p{
	border:none;
}
/*列表数据高亮*/
tr .red{
	color: red;
}

tr .blue{
	color: blue;
}

.new-table td, .new-table th{height: 36px;}