.page4 {
	text-align:left;
}

.page4_1 dl { text-align:left;}

.page4_1 dt {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
}

.page4_1 dt span {
	color: #f56349;
	margin-right: 10px;
}

.page4_1 dd {
	font-size: 16px;
	border-radius: 5px;
	padding: 20px;
	background-color: #f6f6f6;
	margin: 15px 0 40px 0;
	line-height: 1.5;
}

.page4_1 .sell_brand {
	margin: 30px auto;
}

.page4_1 .sell_brand ul {}

.page4_1 .sell_brand ul li {
	font-size: 13px;
	float: left;
	width: 20%;
	padding: 5px 7px;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.page4_1 .sell_brand li span {
	font-size: 11px;
	color: #999;
	display: block;
	line-height: normal;
	font-weight: normal;
}

.page4_1 .sell_brand ol {
	margin: 30px 0;
}


.page4_1 .sell_brand ol li {
	font-size: 15px;
	color: #f56349;
	font-weight: normal;
}



.tablink {
	background-color: #999;
	color: #fff;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	line-height: 45px;
	font-size: 16px;
	width: 50%;
}

.tabcontent {
	display: none;
	padding: 20px;
	text-align: left;
	border: 1px solid #CCC;
	height: 400px;
	overflow: hidden;
}



.auction_link {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.auction_link button {
	color: #799284;
	background-color: #FFF;
	border: 3px solid #799284;
	width: 33%;
	padding: 13px 25px;


}

.auction_link button::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 3px 10px;
	border-right: 3px solid #f56349;
	border-top: 3px solid #f56349;
	transform: rotate(45deg);
}

.page4_2 {}

.page4_2 ul {}

.page4_2 ul li {
	font-size: 17px;
	font-weight: ;
	margin-bottom: 20px;
}

.page4_2 ul li:before {
	display: inline-block;
	content: '';
	width: 5px;
	height: 5px;
	margin: 0 13px 5px 0;
	background: #000;
	border-radius: 50%;
}

.page4_2 ul li:last-child h7 {
	color: #f56349;
	font-weight: bold;
}

.page4_2 ul li p {
	margin-top: 15px;
}