.message1{
	overflow: hidden;
	border-bottom: solid 1px #ededed;
	background: url(../img/realtime/11.jpg) repeat;
	margin:0 -20px;
}
.message1 .img{
	width: 20%;
    padding: 20px 0;
    text-align: center;
    float: left;
}
.message1>ul{
	float: left;
	width: 80%;
	margin-top: 44px;
    padding-left: 8%;
}
.message1>ul>li{
	width: 100%;
	line-height: 42px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.message ul li span{
  display: inline-block;
  min-width: 50px;
}
.message ul li span:nth-child(2){
  width: 152px;
}
.message1 ul li span:nth-child(3){
  margin-left: 30%;	
}
.message1 ul li .btn_arr{
	margin-left: 30%;	
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 50px;
}
.message1 ul li .btn_arr span:nth-child(2){
	width: auto;
}
.message1 ul li .btn_arr span:nth-child(3) {
	margin-left: 0;
	
}
.message1 ul li .set_btn a {
	padding: 4px 8px;
    color: #fff;
    margin-right: 14px;
	background: #ff7335;
	text-decoration: none;
}
.message1 ul li .view span {
	display: inline;
	padding: 4px 8px;
    color: #fff;
    margin-right: 14px;
	background: #9fd468;
}
.message1 .show_green>li{
	line-height: 50px;
    text-align: left;
}
.message2{
  border-bottom: solid 1px #ededed;
  overflow: hidden;
 /*  margin:0 -20px; */
}
.message2>li{
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 20px;
}
.bigTxt{
	line-height: 38px;
    font-weight: bold;
    font-size: 16px;
    margin:6px 0 0 0 ;

}
.message2 .gray{
	color: #b2b2b2;
	font-size: 12px;
	line-height: 6px;
	margin-bottom: 20px;

}
.message3{
	overflow: hidden;
	border-bottom: solid 1px #ededed;
	position: relative;
	margin-top: 20px;
}
.message3 .img{
    width: 20%;
    float: left;
    text-align: center;
    position:absolute;
    left:0;
    top:26%
}

.message3 .table-responsive{
	margin-left: 20%;
	float: left;
	width: 80%;
	min-height: 114px;
}
.dashed{
	border:1px dashed #e5e5e5;
}
.gray{
	color:	#5B5B5B!important;
}
.dark{
	color: #333;
}
.center{
	text-align: center;
}
.table-header{
	line-height: 50px!important;
}
.table-header1{
	line-height: 70px!important;
}

.message3 .table-bordered,.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border:1px dashed #e5e5e5;
}
.borderBottomNo{
	border-bottom: solid 1px #fff!important;
}
.borderRightNo{
	border-right: solid 1px #fff!important;
}
.table-header.dark{
	border-bottom: 1px dashed #e5e5e5;
}
.table td{
	width: 20%
}
.message3 .img>p{
	margin: 6px 0;
}
/* 经销商 */
.tosearch{
	overflow: hidden;
    margin-top: 10px;
}
.which{
	line-height: 33px;
    min-width: 150px;
	float: right;
}
 .which li{
	width: 100%;
	text-align: center;
}
.which li>a{
	cursor: pointer;
	/* border-right: 1px solid #999; */
}
.which li.active>a{
	color: #78c53a;
}
.which li>a:hover{
	color: #78c53a;
}
.which li:nth-child(2) {
  word-wrap: break-word;
}

.sname{
	width: 100%;
	border-bottom: solid 1px #e5e5e5;
	overflow: hidden;
}
.sname span{
	    width: 8px;
    height: 8px;
    background: red;
    float: left;
    margin: 13px 10px 2px 4px;
}
.sname p{
	margin: 0;
	line-height: 36px;
}

.table-main .greenSpan{
	    width: 14px;
    height: 14px;
    background: #78c53a;
    display: inline-block;
    border-radius: 50%;
}
.table-main>table>tbody>tr{
	cursor: pointer;
}
.table-main>table>tbody>tr:hover{
	background: #f5f5f5
}
.table-main tbody>.collapse-body:hover{
	background: #fff;
}
.table-main tbody .collapse-body{
	background: #fff;
	cursor: default;
}
/* tr.collapse>td{
	padding: 0!important;
} */
 .message{
 	margin-top: -9px;
 	margin-bottom: -9px;
 }
 .pagination li>a{
 	color: #333;
 }
 .pagination li>a:hover{
 	background: #efefef;
    color: #333;
 }
 .pagination .active>a,.pagination .active>a:hover,.pagination .active>a:focus{
 	background: #e70f10;
 	color: #fff;
 	border:solid 1px #ddd;
 }
 .pageC{
 	    line-height: 30px;
    margin-left: 20px;
 }
.message4{
	background: #fff;
}
.message4 .img{
	min-height: 250px;
	padding-left: 14px;
}
.message4 .img img{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.message4>ul p{
	color: #999;
}
.message4>ul p>span{
    color: #78c53a;
}
.message5{
   overflow: hidden;
}
.message5 .title{
   background: #f3f3f3;
   line-height: 30px;
}
.message5 .content{
   width: 33%;
   float: left;
   margin-top: 10px;

}.message5 .content>p{
    text-align: left;
    margin-left: 14px;
    font-weight: 700;
    line-height: 26px;
    margin: 8px 16px 0;
}
.message5 .content ul{
  overflow: hidden;
  margin-bottom: 10px;
}
.message5 .content ul>li{
   color: #b2b2b2;
   float: left;
   margin-left: 46px;
   line-height: 34px;
   width: 100%;
   text-align: left;
}
.img {
	position: relative;
}
.img span{
	position: absolute;
	line-height: 30px;
	display: inline-block;
	top: 37%;
	left: 40%;
}
.img span.green{
	font-size: 26px;
    font-weight: bold;
    color: #86c72c;
    letter-spacing: 3px;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%,-50%);
}
.img span.gray{
    position: absolute;
    left: 50%;
    top: 62%;
    transform: translate(-50%,-50%);
}
 .table td{
    width: inherit;
    text-align: center;
}
.message1 ul{
	margin-top: 30px;
}
.message1 ul>li{
	line-height: 24px;
}


  