/**!
 * 新点电子交易平台
 * author: gaoli;
 * date:2019-12-03
 */
.ewb-quota {
	padding: 20px 0;
}

.ewb-quota-tt {
	position: relative;
	float: left;
	width: 44px;
	text-align: center;
	padding: 22px 0;
	margin-top: 14px;
	background-color: #e83535;
}

.ewb-quota-tt:before,
.ewb-quota-tt:after {
	position: absolute;
	content: "";
	left: 0;
	width: 44px;
	height: 14px;
	background-repeat: no-repeat;
}

.ewb-quota-tt:before {
	top: -14px;
	background-image: url('../images/sub/quota_top.png');
}

.ewb-quota-tt:after {
	bottom: -14px;
	background-image: url('../images/sub/quota_bot.png');
}

.ewb-quota-tt>span {
	width: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}

.ewb-quota-items {
	float: right;
	width: 1120px;
}

.ewb-quota-items ul {
	margin: -20px -10px 0 -10px;
}

.ewb-quota-items li {
	float: left;
	width: 16.66%;
	margin-top: 20px;
}

.ewb-quota-info {
	height: 171px;
	margin: 0 10px;
	text-align: center;
	padding: 0 10px;
	border: 1px solid #f2f2f2;
}

.ewb-quota-info:hover {
	box-shadow: 0px 0px 9px 0px rgba(46, 46, 46, 0.09);
}

.ewb-quota-info>span {
	display: block;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ewb-quota-link {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 28px;
	color: #999;
	margin: 16px auto 0 auto;
	border: 1px solid #ddd;
}

.ewb-quota-link:hover {
	color: #2787e8;
	border-color: #2787e8;
}

.ewb-quota-img {
	height: 88px;
	line-height: 88px;

}

.ewb-quota-img>img {
	display: inline-block;
	vertical-align: middle;
}

/* 按字母选择 */
.ewb-chose-hd {
	height: 50px;
	font-size: 15px;
	background-color: #eee;
}

.ewb-chose-hd label {
	float: left;
	line-height: 50px;
	color: #333;
}

.ewb-chose-items {
	margin-left: 102px;
}

.ewb-chose-items>li {
	float: left;
	margin-left: 21px;
	cursor: pointer;
}

.ewb-chose-items>li>a {
	display: block;
	padding: 16px 5px 11px 5px;
	color: #333;
	border-bottom: 3px solid transparent;
}

.ewb-chose-items>li.cur>a {
	color: #e83535;
	border-color: #e83535;
}

.ewb-chose-bd {
	padding-bottom: 28px;
	background-color: #f2f2f2;
}

.ewb-section {
	position: relative;
	overflow: hidden;
}

.ewb-section:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 21px;
	width: 1px;
	z-index: 1;
	background-color: #eea6a6;
}

.ewb-section-name {
	position: relative;
	float: left;
	width: 43px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	z-index: 2;
	margin-top: 30px;
	background: url('../images/sub/chose_icon.png') no-repeat;
}


.ewb-chose .ewb-quota-info {
	border: none;
	background-color: #fff;
}

.ewb-section .ewb-quota-items {
	border-top: 1px solid #e7e7e7;
	padding: 30px 0;

}

.ewb-section:first-child .ewb-quota-items {
	border-top: none;
}

.ewb-section:first-child:before {
	top: 30px;
}

.ewb-section:last-child:before {
	bottom: 30px;
}