
/* 价格总表 */
.price_tablebk_wrap{
	width: 100%;
	height: 500px;
	overflow-y: scroll;
	position: relative;
}
.aside_wrap{width: 100%;height: 5px !important;}
.price_tablebk {overflow: hidden;;word-wrap:break-word; word-break:break-all;;table-layout:fixed;min-height: 100%;font-weight: 100;font-size: 14px;padding-left: 10px;margin-top: 5px;width: 100%;background-color: white;font-size: 16px;}
.price_tablebk tr { text-align:center;}
.price_tablebk thead tr{
	width: 100%;
	height: 115px;
	display: table;
	table-layout:fixed;
}
.price_tablebk thead{
	position: relative;
	top: 0;
	width: 100%;
	height: 115px;
	z-index: 2;
	
}

.price_tablebk tbody{
	z-index: 1;
	position: relative;
	display:block;
	height:500px;
	overflow-y:scroll;
	width: 1020px;
	
}
.price_tablebk tbody td{

	width: 193px;
	
}

.price_tablebk .price_tablebk_head_r{
	line-height: 115px;
	box-sizing: border-box;
	height: 115px;
	text-align: center;
}

.price_tablebk .price_tablebk_head_r span{
	width: 100%;
	display: block;
	height: 115px;
}
.price_tablebk .price_tablebk_head_l{
	box-sizing: border-box;
	position: relative;
	width: 426px;
	height: 115px;
	background: url(../images/totolpricetitle.png) no-repeat;
	background-size: 100% 100%;
}
.price_tablebk tbody .price_true{
	background: url(../images/price_true.png) center center  no-repeat;
	background-size: 16px 16px;
}
.price_tablebk tbody .price_false{
	background: url(../images/price_false.png) center center   no-repeat;
	background-size: 16px 16px;
}
.price_tablebk .price_tablebk_body_l{
	width: 200px;
	border-top:1px solid #f3f3f7;
	height: auto;
	box-sizing: border-box;
	font-weight: 100;
	font-size: 14px;
	border: 1px solid #f60;
}
.price_tablebk .price_tablebk_body_r{
	width: 226px;
	height: 50px;
	font-size: 13px;
	box-sizing: border-box;
	padding: 0;
	padding-top: 26px;
	padding: 0;
	border: 1px solid #f60;
}

.price_tablebk_head_l>span:nth-child(1){
	position: absolute;
	left: 86px;
	bottom: 25px;
}
.price_tablebk_head_l>span:nth-child(2){
	position: absolute;
	right: 66px;
	top: 25px;
}
.price_tablebk td { padding: 10px;font-size: 14px;height:50px;line-height: 50px;box-sizing: border-box;background:white;border-collapse:"separate";border:1px solid #f3f3f7;}
.price_tablebk em { color:#f60;}
.price_tablebk .title { background:#ccdeec; text-align:center; font-weight:bold;}
.price_tablebk .bar { background:#ccdeec;}
.price_tablebk .left { text-align:left;}

