@charset "utf-8";


body{min-width: 1200px;/* min-height:800px; */}
.clearfix{clear:both}
.wrap { width: 1200px;margin: 0 auto;}
.float-left { float: left; }
.float-right{ float: right;}
.orange{ color: #ff6600;}
.split { color: #dbdbdb; display: inline-block; padding: 0 2px;}
.change-price { background-color: #ff7200;color: white;padding: 2px 2px 2px 4px;border-radius: 3px;} 

/* 查询条件   start */
.mem-center-content .content-right .search-conditions{
    border: 1px solid #E7E7E7;
    width:100%;
    margin-top :31px;
    padding-top:8px;
    padding-bottom:50px;
    background: #959595;
    height: 45px;
}
.mem-center-content .content-right .search-conditions input{
    float: left;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 8px;
    text-indent: 5px;
    color: #8c8989;
    height: 35px;
    margin-left:11px;
    margin-top: -2px;
}
input.wd230{
    width: 230px;
}
input.wd207{
    width: 207px;
}
input.wd110{
    width: 110px;
}
input.wd150{
    width: 150px;
}

.mem-center-content .content-right .search-conditions span.split {
	float:left;
	padding:0;
    color: #dbdbdb;
    border-left:1px solid #E7E7E7;
    height:27px;
    display: inline-block;
}

.mem-center-content .content-right .search-conditions select.long-select{
	float:left;
	height: 35px;
	width: 230px;
	color:#777777;
	*height: 35px;
	border-radius: 8px;
	margin:0px 8px 0px 8px;
	border:1px solid #E7E7E7;
}
.mem-center-content .content-right .search-conditions .text-span{
	float:left;
	color:#fff;
	display:inline-block;
	font-size: 14px;
	padding-left:8px;
	padding-top:8px;
}
.search-btn{
	background: linear-gradient(to bottom, #f15a24 5%, #f15a24 100%) repeat scroll 0 0 #f15a24;
    border-radius:6px;
    box-shadow: 0 1px 0 0 #f15a24 inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 #f15a24;
    margin-left: 8px;
    background-color: #f15a24;
}
.order-list{
	width:100%;
	margin-top:45px;
	margin-bottom: 10px;
	position: relative;
}
.order-table{
	border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.order-table col.order-num{
	width: 180px;
}
.order-table col.price {
    width: 130px;
}
.order-table col.count {
    width: 80px;
}
.order-table col.amount {
    width: 150px;
}
.order-table col.trade-status {
    width: 150px;
}
.order-table col.chk-th {
    width: 26px;
}
.order-table .col-name th {
    height: 38px;
    text-align: center;
}
.order-table thead .col-name{
    background-color:#fff;
    color:#000;
}
.order-table tbody .order-hd  {
	background: none repeat scroll 0 0 #f9fdf9;
}
.order-table tbody .order-hd td {
    background-color:#959595;
    color:#fff;
}
.order-table .order-hd td {
    line-height: 40px;
    text-align: left;
}
.order-table .order-hd .operates {
    display: inline;
    float: right;
    margin-right: 15px;
    text-align: right;
}
.order-table .order-hd .operates .delete{
	width:17px;
	height:18px;
	display:inline-block;
    background: url("../../images/order-icon.png") no-repeat scroll -239px -176px rgba(0, 0, 0, 0);
}

.order-table .order-hd a.contact{
	line-height: 40px;
	background: url("../../images/7_06.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
	display: block;
	text-indent: 25px;
}

.order-table .order-hd .summary .dealtime {
    font-family: verdana;
    font-weight: 700;
}
.order-table .order-hd .summary span {
    float: left;
    margin-right: 8px;
    margin-left:8px;
}

.order-table .order-bd td {
    overflow: hidden;
    padding: 10px 5px;
    text-align: center;
    vertical-align: top;
}

.order-table .order-bd .goods{
    padding: 10px;
    padding-right: 0;
    text-align: left;
   	float: none;
   	display: table-cell; 
}

.order-table .order-bd {
	background-color:#fff;
	color:#000;
}
.order-table .order-bd .goods .good-name a{
	color: #333333;
}
.order-table .order-bd .goods .good-name a:hover{
	color: #ff6600 ;
}
.order-table .order-bd .goods .pic {
    display: inline;
    float: left;
    margin: 5px 12px 0 0;
    width: 82px;
}
.order-table .order-bd .goods .pic img{
    border: 1px solid #e9e9e9;
    height: 80px;
    width: 80px; 
    max-height: 80px;
    max-width: 80px; 
}
.order-table .order-bd .goods .desc {
    display: inline;
    float: left;
    overflow: hidden;
    width: 216px;
    word-wrap: break-word;
}

.order-table .order-bd .goods .spec ,.order-table .order-bd .goods .processing{
    color: #9c9c9c;
    line-height: 18px;
    margin-bottom: 5px;
    max-height: 38px;
    overflow: hidden;
}
.order-table .order-bd .goods .spec span{
    margin-right: 10px;
}
.order-table .order-bd  .price .origin-price {
    color: #9c9c9c;
    text-decoration: line-through;
}
.order-table .order-bd  td .special-num {
    font-family: verdana;
    font-style: normal;
}
.order-table .order-bd .quantity {
    font-weight: 400;
}
.order-table .order-bd .amount .real-price {
    font-weight: 700;
}

.order-table .order-bd .trade-status a {
    display: block;
    margin: 8px;
    color: #4363d4;
}
.order-table .order-bd .trade-operate a {
	display: block;
	color:#4363d4;
	margin:8px;
}
.order-table .order-bd .trade-operate .lookLogistics{
	height: 24px;
	text-align: center;
	width: 78px;
	border-radius: 39px;
	background-color: #f15a24 ;
	color: #fff;
	margin: 0 auto;
	line-height: 24px;
}

.order-table .order-bd .trade-operate a:hover,
.order-table .order-bd .trade-status a:hover{
	color: #5273f4 ;
}
.order-table .order-bd .trade-operate .tm-btn {
	color:#fff;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 8px 12px;
    text-align: center;
    background-color: #ff7200;
    font-weight: 700;
}
.order-table .order-bd .trade-operate .tm-btn:hover {
	color:#fff;
}
.green-bottom-line{
	display:inline-table;
	width:100%;
	height:0;
	*height: 4px; 
	/* border-top: 2px solid #FF7300; */
}
/* 查询条件   end */
/*-----------------------会员中心左边列表---------------end-----  */


/**-------------------订单详情页面--------------start-------------**/
.o-detail-head{
	padding-top:24px;
	padding-bottom:24px;
	background: none repeat scroll 0 0 #fff;
    border-bottom: 4px solid #dbdbdb;
/*     box-shadow: 0 0 5px #33a865; */
}
/**--导航--------start**/
.nav-crumbs{
	margin-top:10px;
	margin-bottom:20px;
	font-size: 12px;
	color: #1a1a1a;
}
.nav-crumbs a ,.nav-crumbs span{
	font-size: 12px;
	color: #1a1a1a;
	font-family: "宋体";
}
.nav-crumbs a {
	margin-right: 1px;
    padding-right: 8px;
}
.nav-crumbs a:hover ,.nav-crumbs a.active {
    color:#ff6600;
}
/**--导航--------end-**/
/**订单详情title------------start---**/
.order-title{
	width: 100%;
	float: left;
	background: #fff;
	border: 1px solid #fff;
	color:#838383;
	margin-bottom: 25px;
}
.detail-left{
	float: left;
	display: inline-block;
	width: 990px;
	margin-top:11px;
}
.order-title .trade-logo{
	padding-left: 39px;
	padding-top:30px;
	float:left;
}
.order-title .trade-status{
	float:left;
	padding-left: 23px;
	padding-bottom:10px;
	padding-top:30px;
	font-size: 18px;
	color:#838383;
	width:85%;
}
.order-title .trade-operate{
	float:left;
	padding-left: 95px;
	padding-bottom:30px;
	font-size: 18px;
}
.order-title .trade-operate span{
	padding-right: 10px;
}
.order-title .trade-status .amount,.order-title .trade-status .status-info{
	padding-right: 169px;
}
.order-title .trade-status .amount{
	color: #dd0000;
}
.order-title .trade-status .status-info{
	color: #808080;
}
.order-title .trade-status .contact {
	background: url("../../images/7_06.png") no-repeat 0% 80%;
	text-indent: 25px;
	display: inline-block;
}
/**订单详情title------------end-----**/

/**右侧订单详情------------start-----**/
.order-detail .order-info{
	float: right;
	width: 990px;
	background-color:#fff;
}
.order-info-title{
  	height: 53px;
  	background: #f15a25;
  	border-bottom: 1px solid #f15a25;
	
}
.order-info-title span {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  padding-left: 40px;
  padding-top: 10px;
}
.order-info .info-title{
	height:53px;
	background: #f15a25;
	border-bottom: 1px solid #f15a25;
}
.order-info .info-title span {
	color: #fff;
    display: inline-block;
    font-size: 22px;
    padding-left: 40px;
    padding-top: 10px;
}
.order-info .info-item{
	padding-bottom:10px;
	padding-left:50px;
	padding-right:50px;
	/* border-bottom: 1px solid #dbdbdb; */
}
.order-info .info-item span ,.order-info .info-amount span{
	color: #1a1a1a;
    display: inline-block;
    font-size: 12px;
    padding-bottom:10px;
}
.order-info .info-item  td{
	height:38px;
}
.order-info .info-item .address td{
	border:1px solid #858585
}
.order-info .info-item span.bold{
    font-weight: bold;
}
.pay-money{
	width:100px;
	color:Red;
	display:inline-block;
}
.pay-money-sum{
	width:100%;
	text-align:right;
	height:40px;
	color:#fff;
	background-color:#f15a25;
	line-height:40px
	
}
.order-info span.pdtop14{
    padding-top:14px;
}
.order-info span.pdtop10{
    padding-top:10px;
}
.order-info span.pdtop20{
    padding-top:20px;
}
.order-info span.pdbottom20{
    padding-bottom:20px;
}
.order-info span.dashed{
	display:block;
	margin-right:20px;
	margin-bottom:10px;
	border-bottom: 1px dashed #999999;
}
.order-info .info-amount .amount{
	color: #dd0000;
}

/**右侧订单详情------------end-----**/
/**横向流程图--------------------start--------------***/
.order-step {
    color: #333;
  margin: 0 auto;
  padding: 0px 0 65px;
  width:880px;
}
.order-step ul li{
	float:left;
	width:140px;
	font-size:13px;
	color:#8f8f8f;
}
.node.ready {
    background-position: -150px 0;
}
.proce.ready {
    background-position: 0 0;
}
.node.doing{
	background-position: -150px -60px;
}
.proce.doing{
	background-position: 0 -20px;
}
.node.nodo{
	background-position: -150px -41px;
}
.proce.nodo{
	background-position: 0 -40px;
}
.order-step .node {
    width: 13px;
}
.order-step .node, .order-step .proce {
    background-image: url("../../images/bg_state.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 13px;
    position: relative;
}

.order-step .node ul {
	margin-left: -20px;
	width: 60px;
	z-index: 1;
}
.order-step ul {
    position: absolute;
    text-align: center;
}

.order-step .tx1 {
    height: 36px;
    margin-bottom: 25px;
}

.order-step  .tx3 {
    color: #999;
    line-height: 15px;
}

.order-step .proce {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 0 5px;
    width: 150px;
}
/**横向流程图----------------------end----------------***/

/*时间轴流程---------------------------start---------- */
	
.cont-l-body {
	  background-color: #fff;
  overflow: visible;
  padding-bottom: 0;
  margin-bottom: 80px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 40px 20px 35px 60px;
  width: 909px;
  max-height: 300px;
}
.cont-l-body-title{
	font-size:14px;
	width:120px;
	float:left;
}
.process-statck {
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    padding-top: 20px;
 	border-top: 1px solid #b2b2b2;
 	float:left;
 	margin-top: 10px;
 	width:100%;
 	
}
.process-statck .all {
    max-height: 400px;
    min-width: 849px;
    width: auto !important;
}

.process-statck li {
    display: inline;
    height: 50px;
}
.process-statck ul, .process-statck li, .process-statck dl {
    overflow: hidden;
}
.process-statck dl dt {
    color: #5e5e5e;
    font-family: "Arial";
    margin-right: 20px;
}
.process-statck dl dt, .process-statck dl dd {
    color: #5e5e5e;
    display: inline;
    float: left;
    font-family: "Arial";
    margin-right: 30px;
}
.process-statck .node.ready i {
    background-position: -316px 0;
}
.process-statck i.spt {
    /* background-image: url("../../images/uc_sprite.gif") ; */
}
.process-statck .node .spt {
    display: block;
    height: 16px;
    width: 16px;
}

.process-statck dl dd.bold {
    color: #488602;
    font-weight: bold;
}
.process-statck .node.ready i.bigGreen {
    /* background: url("../../images/uc_sprite.gif") no-repeat scroll -290px 0 rgba(0, 0, 0, 0); */
    display: block;
    height: 20px;
    margin-left: -2px;
    width: 20px;
}
.process-statck .node .greenLine {
   /*  background: none repeat scroll 0 0 #88d368; */
    height: 16px;
    margin-left: 7px;
    width: 2px;
}
.process-statck .node .grayLine {
    background: none repeat scroll 0 0 #DFDFDD;
    height: 16px;
    margin-left: 7px;
    width: 2px;
}

/*时间轴流程---------------------------end  */

/*交付方式---------------------------start---  */

.delivery {
    overflow: hidden;
    padding: 20px;
    width: 860px;
}
.delivery dl {
    overflow: hidden;
}
.delivery dd {
    color: #5e5e5e;
    display: inline;
    float: left;
    text-align: center;
    width: 200px;
}

.delivery .header dd {
    font-family: "microsoft YaHei",Arial,simsun;
    height: 33px;
    line-height: 33px;
}
.delivery .header {
    background-color: #F9FDF9;
}
.delivery .w160 {
    width: 160px;
}
.delivery .body dd {
    line-height: 22px;
    padding-top: 20px;
}
.delivery .body p {
    font-family: "宋体";
    word-break: break-all;
}

/*交付方式---------------------------end------  */
/*清单----------------------------start---------------------  */
.cont-l-botoom {
    overflow: visible;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 20px;
    width: 948px;
	margin-bottom: 40px;    
}
.shipping-listing h3 {
    color: #1a1919;
    font-family: "microsoft YaHei",Arial,simsun;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 18px;
    text-align: left;
    display: inline-block;
}
.shipping-listing h4 {
    color: #1a1919;
    font-family: "microsoft YaHei",Arial,simsun;
    font-size: 14px;
    float:right;
    font-weight:normal;
    display: inline-block;
}

.shipping-listing .nProductHd {
    padding: 5px 0;
}
.shipping-listing .nProductHd .pCol-name {
    width: 300px;
}
.shipping-listing .nProductHd span {
    color: #5e5e5e;
    margin-right:2px;
    border-bottom: 1px solid #ff7200; 
}
.pCol-name,.pCol-total, .pCol-price, .pCol-nums, .pCol-list,
.pCol-stock,.pCol-stock-seller,.pCol-orderman {
    display: inline;
    float: left;
    font-family: microsoft yahei; 
    line-height: 22px;
    word-break: break-all;
}
.vAlignC {
    text-align: center;
    padding-bottom:10px;
}
.pCol-price {
    width: 87px;
}
.pCol-nums {
    position: relative;
    z-index: 100;
    width: 80px;
}
.pCol-total {
    width: 80px;
}
.pCol-stock{
	width: 90px;
}
.pCol-stock-seller{
	width: 100px;
}
.pCol-orderman{
	width: 100px;
}
.pCol-name {
    width: 250px;
}
.pCol-img {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
}
.nProductLists li {
    position: relative;
    z-index: 99;
}
.nProductLists .tjFirst {
    padding: 10px 0 5px;
}
.nProductLists .pCol-img img {
    background: url("../../file/default.jpg") no-repeat scroll center center #fafafa;
    border: 0 none;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
}
.nProductLists .pCol-img a {
    float: left;
}
.nProductLists .pCol-name p {
    line-height: 18px;
}
.nProductLists .pCol-name p a{
    color: #4c4c4c;
}
.nProductLists .pCol-name p a:hover {
    color: #ff6600;
}
.nProductLists .pCol-name .processing {
    color: #999999;
    line-height: 18px;
    margin-bottom: 5px;
    max-height: 38px;
    overflow: hidden;
}
.nProductLists .pCol-total,
.nProductLists .pCol-price,
.nProductLists .pCol-nums,
.nProductLists .pCol-stock,
.nProductLists .pCol-stock-seller,
.nProductLists .pCol-orderman {
    color: #5e5e5e;
    padding: 14px 0;
}
/*清单----------------------------end---------------------  */
/**-------------------订单详情页面--------------end-------------**/
/**-------------------智能下单---按商品--------------start-----------**/
.warm-con{padding-top: 10px;padding-left: 10px	}
.warm-con span{ color: blue; }
.hispro-table .order-bd{
	border: 1px solid #e8e8e8;
}
.blank-tr{
	border: none;
	height: 10px;
}
.hispro-table .sep-row {
    height: 10px;
}
.hispro-table th.chk-th {
    width: 60px;
}
.hispro-table th.order-num{
	width: 380px;
}
.hispro-table th.price {
    width: 100px; 
}
.hispro-table th.processPrice {
	width: 80px;
}
.hispro-table th.count {
    width: 100px;
}
.hispro-table th.amount {
    width: 100px;
}
.hispro-table th.trade-status {
    width: 100px;
}
.hispro-table .order-bd .goods {
    border-left: 0px;
    padding: 10px 0 10px 10px;
    text-align: left;
}
.hispro-table .order-bd .chk-td{
	border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    padding: 10px 0 10px 10px;
    text-align: left;
}
.hispro-table td.chk-td .chk-label{
	margin-top:30px;
	margin-left: 20px;
}
.hispro-table tbody .td-quantity span {
    cursor: default;
    font-weight: bold;
}
.hispro-table tbody .td-quantity,
.hispro-table tbody .trade-operate,
.hispro-table tbody .amount,
.hispro-table tbody .quantity,
.hispro-table tbody .price,
.hispro-table tbody .processPrice {
	vertical-align: middle;
}
.hispro-table tbody .td-quantity input,
.hispro-table tbody .td-quantity span {
    background-color: #f7f7f7;
    border: 1px solid #d9d9d9;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.hispro-table tbody .td-quantity input {
    text-align: center;
    width: 35px;
}
.hispro-table tbody .trade-operate a{
    cursor: pointer;
    display: block;
    margin-bottom: 8px;
}
.hispro-table .order-bd .quantity,
.hispro-table .order-bd .trade-status, 
.hispro-table .order-bd .trade-operate, 
.hispro-table .order-bd .amount {
 border: none; 
}
.hispro-table tbody .td-quantity span.pro-prompt {
    cursor: default;
    font-weight: bold;
    border: none;
    color: red;
    background-color: none;
    display: none;
    width: 80px;
}
.hispro-table tbody tr.disable{
	background-color: #f6f6f6;
}
/**--------------------智能下单---按商品-------------------end-----------**/
/**--------------------退货退款-------------------------start--------***/
.return-content{
    background: none repeat scroll 0 0 #f9fdf9;
    border: 1px solid #dbdbdb;
	padding :20px; 
	margin-bottom: 40px;  
}
.return-content .control-label{
    width: 130px;
    float: left;
    padding-top: 2px;
    width: 100px;
    font-size: 14px;
    text-align: right;
}
.return-content .money-label{
	width: 130px;
	color: #dbdbdb;
    margin-left:10px;
    position: absolute;
    top:5px;
}
.return-content em {
	float:left;
    color: #f60;
    vertical-align: middle;
    width: 20px;
}
.return-content .control-group {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 18px;
    margin-top: 18px;
    margin-left: 30px;
}
.return-content .control-group .op-con{
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
.return-content .op-con .pic span {
    display: table-cell;
    vertical-align: middle;
    padding-bottom:10px;
    padding-top:10px;
}
.return-content .op-con .pic span img{
    height: 92px;
    width: 92px;
    display: none;
}

.return-content select.long-select {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    color: #777777;
    float: left;
    height: 28px;
    width: 200px;
}

.return-content input.cond-input {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    box-sizing: border-box;
    color: #8c8989;
    float: left;
    height: 29px;
    text-indent: 5px;
    width: 200px;
}

.return-content .uploadButton {
	background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%) repeat scroll 0 0 #ffffff;
    border: 1px solid #d5d5d5;
    font-size:14px;
    font-weight:bold;
    display: inline-block;
    height: 25px;
    position: relative;
    text-align: center;
    width: 110px;
    border-radius:3px;  
    padding:3px;
}

.return-content .fileupload {
    cursor: pointer;
    height: 32px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 115px;
}
.return-content .summary {
    height: 200px;
    width: 400px;
}
.return-content span.error{
	bottom: -17px;
    color: red;
    left: 0;
    position: absolute;
    width: 100px;
}
.return-content input.error{
	border: 1px solid red;
}
/**--------------------退货退款-------------------------end--------***/

/*复选框样式  */
label.chk-lab {
    border: 1px solid #888;
    display: inline-block;
    height: 13px;
    vertical-align: middle;
    width: 13px;
}

td.chk-td .chk-lab {
    margin-left: 20px;
    margin-top: 30px;
}
/*复选框样式  */


/* 损耗 */
.order-loss  {
    border: 1px solid #e7e7e7;
}
.loss{
	min-height: 40px
}
.order-loss  input{
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    box-sizing: border-box;
    color: #8c8989;
    height: 29px;
    margin: 8px;
    text-indent: 5px;
    width: 200px;
    height: 30px;
}

.order-loss .tm-btn {
    background-color: #ff7200;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    padding: 8px 12px;
    text-align: center;
}
.order-loss .otitle-span {
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block;
}
.order-loss .tip-span{
    display: inline-block;
    padding-top:12px;
	height: 35px;
}
/* 损耗 */

.pCol-name .is_give { color: white;background-color: #e5383c;padding: 2px;}
span.inventoryQuantity, div.inventoryQuantity  { color:#ff7200;font-weight: bold;} 


.div-tab{
	width:100%;
	margin-bottom:80px;
	height:395px;
}
.div-tab-title{
	border-radius: 10px 10px 0px 0px;
	color:#878787;
	border: 1px solid #e5e5e5;
	height: 53px;
	width: 207px;
	display: inline-block;
	text-align: center;
	line-height: 52px;
	margin-bottom:-3px;
	margin-right:-5px;
	background-color:#fff;
	font-size:21px;
}
.div-tab-title-index{
	border: 1px solid #838383;
	color:#f15d29;
	border-bottom:0px;
	position: relative;
	z-index:101;
}
.div-tab-context{
	width:948px;
	height:313px;
	border:1px solid #838383;
	background-color:#fff;
	z-index:100;
	position:absolute;
	padding:20px;
}
.div-tab-context td{
	height:43px;
	border:1px solid #cccccc;
}
.div-tab-context th{
	background-color:#efefef;
	height:43px;
	border:1px solid #cccccc;
}
.div-tab-context hr{
	/* width: 95%;
	margin: 0px auto; */
	border: 1px solid #e4e4e4;
	
}
.div-tab-context-item{
	width:16.6%;
	text-align:center;
	height:35px;
	line-height:35px;
	float:left;
}
.div-tab-context-down{
	width:100%;
	height:240px;
	overflow:scroll; 
}

