  .info-tip {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 12px;
            background-color: #fff;
            height: 35px;
            text-align: left;
        }
		.table-list tbody tr{
			border-bottom:1px solid #D5D5D5;
		}
		.table-list td{
			height:50px;
		}
		
		
		
		
		
		<!-- .container td { -->
  <!-- font-weight: normal; -->
  <!-- font-size: 1em; -->
  <!-- -webkit-box-shadow: 0 2px 2px -2px #0E1119; -->
  <!-- -moz-box-shadow: 0 2px 2px -2px #0E1119; -->
  <!-- box-shadow: 0 2px 2px -2px #0E1119; -->
<!-- } -->

.container {
  text-align: left;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
  border-radius: 10px;
}

.container td{
	font-size:14px;
}
.container td,
.container th {
  padding-bottom: 1%;
  padding-top: 1%;
  padding-left: 0.5%;
   padding-right: 0.5%;
   text-align: left;
}


/* Background-color of the odd rows */

.container tr:nth-child(odd) {
  background-color: white;
}


/* Background-color of the even rows */

.container tr:nth-child(even) {
  background-color: white;
}

.container th {
  background-color: #F4F6F9;
  font-weight:normal;
  color:#66686c;
}

.container td:first-child {
  color: #FB667A;
}

.container tbody tr:hover {
  background-color: #F5FAFE;
  -webkit-box-shadow: 0 6px 6px -6px #0E1119;
  -moz-box-shadow: 0 6px 6px -6px #0E1119;
  box-shadow: 0 6px 6px -6px #0E1119;
}

.container td:hover {
  <!-- background-color: #FFF842; -->
  <!-- color: #403E10; -->
  <!-- font-weight: bold; -->
  <!-- box-shadow: #7F7C21 0.5px 0.5px, #7F7C21 -1px 1px, #7F7C21 -1.5px 1.5px, #7F7C21 -2px 2px, #7F7C21 -2.5px 2.5px, #7F7C21 -3px 3px; -->
  transform: translate3d(6px, -6px, 0);
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: line;
}

.search select{
	height:25px;
	width:10%;
	margin-right:20px;
}
.search [type='text']{
	width:10%;
	height:25px;
	border:1px #DDDDDD solid;
	outline: none;
	padding-left:5px;
	margin-right:20px;
}
.search .button{
	width:8%;
	height:25px;
	border:1px #DDDDDD solid;
	border-radius: 6px;
	outline: none;
	margin-left:10px;
}
.search [type='text']:focus{
     box-shadow: 0 0 3px #0066FF;
	 transition-duration: 0.2s;

}

.search .button:hover{
     box-shadow: 0 0 3px #0066FF;
	 transition-duration: 0.2s;

}

<!-- @media (max-width: 800px) { -->
  <!-- .container td:nth-child(4), -->
  <!-- .container th:nth-child(4) { -->
    <!-- display: none; -->
  <!-- } -->
<!-- } -->


.headBar{
	height: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C4C4C4;
}



/* ::-webkit-scrollbar { */
    /* width: 8px; */
    /* background-color: #F7F7F7; */
/* } */
/* ::-webkit-scrollbar-thumb { */
    /* border-radius: 8px; */
    /* background-color: #DDDDDD; */
/* } */







<!-- 时间插件 -->
#calendar-input {
			height: 38px;
			width: 280px;
			border: 1px solid #d3d3d3;
			display: block;
			margin: auto;
			border-radius: 5px;
			padding: 0 10px;
			font-size: 14px;
		}
		
		.calendar-con {
			width: 300px;
			margin: auto;
			position: relative;
		}
		
		.calendar {
			background: #fff;
			border: 1px solid #d3d3d3;
			width: 300px;
			border-radius: 5px;
			margin: auto;
			position: absolute;
			top: 0;
			left: 0;
		}
		
		.calendar .dateTimeInput {
			width: 100%;
			height: 38px;
			width: calc(100% - 20px);
			border-bottom: 1px solid #D3D3D3;
			padding: 0 10px;
		}
		
		.calendar .dateTimeInput input {
			border: none;
			width: calc(100% - 2px);
			height: 38px;
			font-size: 14px;
			outline: none;
		}
		
		.calendar .calendar-btn {
			display: flex;
			align-items: center;
			justify-content: space-around;
			height: 41px;
			border-bottom: 1px solid #D3D3D3;
		}
		
		.calendar .calendar-btn a {
			text-decoration: none;
			color: #999;
			font-size: 12px;
			height: 40px;
			width: 20px;
			display: inline-block;
			line-height: 40px;
			text-align: center;
		}
		
		.calendar .title {
			display: flex;
			margin: 0 10px;
		}
		
		.calendar .title li {
			flex: 1;
			text-align: center;
			height: 40px;
			line-height: 40px;
			width: calc((100% - 20px)/7);
		}
		
		.calendar .content .list ul {
			display: flex;
			flex-wrap: wrap;
		}
		
		.calendar .content {
			margin: 0 10px;
			padding-bottom: 10px;
		}
		
		.calendar .content .list ul li {
			text-align: center;
			height: 30px;
			line-height: 30px;
			width: calc((100%/7));
			cursor: pointer;
			font-size: 13px;
			transition: all .3s;
			margin: 5px 0;
		}
		
		.calendar .content .list ul li i {
			display: block;
			font-size: 8px;
			margin-top: -17px;
			font-style: normal;
		}
		
		.calendar .content .list ul li.disabled {
			/*background: #f0f0f0;*/
			color: #f0f0f0;
		}
		
		.calendar .content .list ul li.active {
			background: blue;
			color: #fff;
		}
		
		.calendar .content .list ul li:hover {
			color: darkgoldenrod;
		}
		
		.calendar .content .list ul li.hover {
			background: lightskyblue;
			color: #fff;
		}
		
		.calendar .content .list ul li.closure {
			color: #c9c9c9;
		}
		
		.calendar .content .list ul li.startDate {
			color: orangered;
			background: #fff000;
			border-radius: 6px;
			margin: 5px;
			width: calc((100%/7) - 10px);
		}
		
		.calendar .content .list ul li.endDate {
			color: #0000FF;
			background: #fff000;
			border-radius: 6px;
			margin: 5px;
			width: calc((100%/7) - 10px);
		}
		
		.calendar .bottom-btn {
			border-top: 1px solid #f0f0f0;
			padding: 10px;
			text-align: right;
		}
		
		.calendar .bottom-btn a {
			display: inline-block;
			color: #fff;
			padding: 5px 10px;
			border-radius: 3px;
			background: blue;
			font-size: 12px;
			text-decoration: none;
		}
		
		.calendar .bottom-btn a.disabled {
			background: #999;
			cursor: no-drop;
		}
		
		ul li,
		ol li {
			list-style: none;
		}
		
		
		
		.undb {
			display: none;
		}
		#pages{
			text-align:center;
			padding: 10px 0 10px;
			font: 12px '宋体';
		}
		
		
		
		#pages a.a1 {
			padding: 0px 12px;
			height: 22px;
			line-height: 22px;
			margin-top: 0px;
		}
		#pages a {
			display: inline-block;
			padding: 0px 8px;
			height: 22px;
			font-size: 12px;
			line-height: 22px;
			background: #fff;
			border: 1px solid #e3e3e3;
			text-align: center;
			color: #333;
		}
		
		#pages span {
		display: inline-block;
		padding: 0px 8px;
		height: 22px;
		line-height: 22px;
		background: #5a85b2;
		border: 1px solid #5a85b2;
		color: #fff;
		text-align: center;
	}
	
	
	
	
		.radio_type {
			width: 20px;
			height: 20px;
			appearance: none;
			position: relative;
			outline: none;
			border: none;
		}
		
		.radio_type:before {
			content: '';
			width: 20px;
			height: 20px;
			border: 1px solid #7d7d7d;
			display: inline-block;
			border-radius: 50%;
			vertical-align: middle;
			outline: none;
		}
		
		.radio_type:checked:before {
			content: '';
			width: 20px;
			height: 20px;
			border: 1px solid #c59c5a;
			background: #c59c5a;
			display: inline-block;
			border-radius: 50%;
			vertical-align: middle;
		}
		
		.radio_type:checked:after {
			content: '';
			width: 10px;
			height: 5px;
			border: 2px solid white;
			border-top: transparent;
			border-right: transparent;
			text-align: center;
			display: block;
			position: absolute;
			top: 6px;
			left: 5px;
			vertical-align: middle;
			transform: rotate(-45deg);
		}
		
		.radio_type:checked+label {
			color: #c59c5a;
		}
		
		.radio_type{
			 -webkit-appearance: none;
		}
		
	
		