.ewb-info-search {
    padding: 8px 0;
    background: #f0f0f0;
    padding-left: 6px;
}

.ewb-info-search-mod {
    float: left;
    margin: 5px 0;
}

.ewb-info-search-name {
    display: block;
    width: 86px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: right;
    float: left;
}

.ewb-info-search-mod input,
.ewb-search-time {
    display: block;
    width: 174px;
    height: 34px;
    border: 1px solid #e9e9e9;
    background: #fff;
    text-indent: 9px;
    float: left;
    line-height: 34px;
    outline: 0;
}

.ewb-info-search-mod input::placeholder {
    color: #999;
}

.ewb-search-time {
    color: #999;
    cursor: pointer;
}

.ewb-info-btn {
    display: block;
    width: 78px;
    height: 36px;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    line-height: 36px;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    float: left;
    color: #fff;
    background: #f5b316;
    margin: 5px 0;
    margin-left: 15px;
}


/* �劽唱 */

.ewb-info-table {
    width: 100%;
    overflow-x: auto;
}

.ewb-info-table table {
    width: 906px;
    text-align: center;
}

table thead td {
    background: #dfeaff;
    height: 42px;
    font-size: 14px;
    color: #6d67db;
    font-weight: bold;
}

table td {
    height: 44px;
    font-size: 14px;
}

tbody tr:nth-child(even) td{
	background: #f6f6f6;
}

.ewb-even td{
	background: #f6f6f6;
}

.ewb-page-items{
	margin-top: 20px;
}

.ewb-menu-bd{
	height: 526px;
}

@media(max-width: 767px){
	.ewb-menu-bd{
		height: auto;
		padding-bottom: 20px;
	}

	.ewb-info-search-mod{
		width: 100%;
		margin: 2px 0;
	}

	.ewb-info-search-mod input, 
	.ewb-search-time{
		width: 70%;
	}

	.ewb-info-btn{
		margin: 2px 0;
		margin-left: 86px;
		width: 50%;
	}
}

.ewb-number{ text-align:center; width:50px;}

.conditions {
	margin: 10px 0 13px;
    /*display:none;*//*sxf*/
}

.condition-item {
	margin-bottom: 1px;
	display: flex;
	line-height: 34px;
	align-items: center;
}

.condition-item .name {
	width: 84px;
	text-align: left;
}

.condition-item .type-list {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}

.condition-item .type-list li {
	margin-left: 7px;
	padding: 0 20px;
	height: 27px;
	line-height: 27px;
	cursor: pointer;
}

.condition-item .type-list li:hover {
	color: #6D67DB;
}

.condition-item .type-list li.current {
	color: #fff;
	background: #6D67DB;
}

.condition-item .type-list li.custom {
	padding: 0;
}

.condition-item .type-list li.custom:hover,
.condition-item .type-list li.custom.current {
	color: #333;
	background: transparent;
}

.condition-item .type-list li:first-child {
	margin-left: 0;
}

.layui-inline {
	display: inline-block;
	vertical-align: top;
	margin-top: -3px;
}

.layui-inline .date-input {
	padding: 0 37px 0 10px;
	width: 184px;
	height: 34px;
	background: #fff url('../images/calendar.png') 159px center no-repeat;
	border: 1px solid #E9E9E9;
}

.layui-form-mid {
	margin: 0 4px;
}