﻿.jigou-table-box{max-width:1270px; margin:0 auto; padding-bottom:30px;}
.jigou-table-box select{
	appearance:none;
	-moz-appearance:none;
	background:#ffffff;
	-webkit-appearance:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
.jigou-table-screen {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	clear: both;
}
.jigou-table-screen dl:nth-child(1){width:340px;}
.jigou-table-screen dl:nth-child(2){width:418px;}
.jigou-table-screen dl:nth-child(3){width:424px;}
.jigou-table-screen dt{height:56px; line-height:56px; padding-right:16px;}
.jigou-table-screen dd{width:100%; position:relative;}
.jigou-table-screen .select{height:54px; width:100%; outline:none; font-size: 16px;  padding:0 22px; border-color:#CACFD2;
	border-radius:8px;
}
.jigou-table-screen .select-arrow{content:''; position:absolute; right:22px; top:50%; width: 0; height: 0; border-right: 6px solid transparent; border-left: 6px solid transparent; border-top: 9px solid #999;
	transform: translateY(-50%);
}
.jigou-table-screen .input{height:54px; width:calc(100%); outline:none; font-size: 16px;  padding:0 22px; border:1px solid #CACFD2;
	border-radius:8px;
}
.jigou-table-screen .input-search{position:absolute; right:16px; top:50%; cursor:pointer;
	transform: translateY(-50%);
}
.jigou-table-screen input::placeholder{color: #afb5bb;}
.jigou-table-a{border-collapse:collapse; table-layout:fixed; width:100%;}
.jigou-table-a tr:nth-child(2n){background-color: #F5F6FA;}
	.jigou-table-a th {
		width: auto;
		height: 56px;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		color: #222222;
		background-color: #F5F6FA;
	}
.jigou-table-a td{padding:10px 20px; text-align:center;}
.jigou-table-a b{display:none;}

.jigou-table-a-page{display:flex; font-size:18px; color: #222222; margin-top:20px;
	justify-content:end;
	align-items: center;
}
.jigou-table-a-page a{padding:0 4px; border-bottom:1px solid #fff; display:flex;
	justify-content:center;
	align-items: center;
}
.jigou-table-a-page a.disable{cursor:no-drop;}
.jigou-table-a-page a:hover, .jigou-table-a-page a.on{color:#0068B7; font-weight:bold;}
.jigou-table-a-more{font-size:30px; line-height:56px;  text-align:center; margin-top:64px; cursor:pointer; display:none;}
.jigou-table-a-more .icoArrow-right{width: 40px; height: 40px; background-size: 40px 40px; vertical-align:middle;
	transform:rotate(90deg);
}
.jigou-table-tips{font-size:14px; margin-top:20px; color:#999;}
.jigou-table-tips a{color:#0068B7;}

.i-icoSearch-a{background:url(../img/search_01.png) no-repeat; width:24px; height:24px; background-size:24px 24px;}
.icoArrow-right{background:url(../img/arrow_right.png) no-repeat; width:20px; height:20px; background-size:20px 20px;}
.icoPage-left{background:url(../img/page_02.png) no-repeat; width:24px; height:24px; background-size:24px 24px;}
.icoPage-left:hover{background:url(../img/page_03.png) no-repeat; width:24px; height:24px; background-size:24px 24px;}
.disable .icoPage-left{background:url(../img/page_01.png) no-repeat; width:24px; height:24px; background-size:24px 24px;}

.icoPage-right{background:url(../img/page_02.png) no-repeat; width:24px; height:24px; background-size:24px 24px;
	transform: rotate(180deg);
}
.icoPage-right:hover{background:url(../img/page_03.png) no-repeat; width:24px; height:24px; background-size:24px 24px;
	transform: rotate(180deg);
}
.disable .icoPage-right{background:url(../img/page_01.png) no-repeat; width:24px; height:24px; background-size:24px 24px;
	transform: rotate(180deg);
}
.c-red{color:#f30;}


@media (min-width: 912px) and (max-width: 1440px){
	.jigou-table-box{width:1000px;}
}
@media (max-width: 912px){
	.jigou-table-box{width:100%; padding:0 16px 30px;}
	.jigou-table-a tbody {
		display: block;
	}

	.jigou-table-a tr:nth-child(2n) {
		background-color: #fff;
	}
	.jigou-table-a thead{display:none;}
	.jigou-table-a b{display:block;}
	.jigou-table-a tr:nth-child(2n){background-color: #f5f6fa;}
	.jigou-table-a{display:block;}
	.jigou-table-a tr{background-color:#f5f6fa; display:flex; padding:30px; margin-top:24px;
		border-radius: 16px;
		flex-wrap: wrap;
	}
	.jigou-table-a tr:first-child{margin-top:0;}
	.jigou-table-a td{padding:0; width:100%; margin-top:40px; text-align:left;}
	.jigou-table-a td:first-child{margin-top:0;}
	.jigou-table-a td b{font-size:32px; line-height:52px;}
	.jigou-table-a td span{font-size:28px; line-height:48px;}
}