
table {
	border-spacing: 0;
	border-collapse: collapse
}

td,th {
	padding: 0
}
.table {
		border-collapse: collapse!important
	}

	.table td,.table th {
		background-color: #fff!important
	}

	.table-bordered td,.table-bordered th {
		border: 1px solid #ddd!important
	}

.fl {
	float: left;
}
ul,li{padding:0;margin:0;}

.viewbox{
	padding-top:80px;
}
.websiteBuy {
	display: flex;
}

.websiteBuy table th:first-child,
.websiteBuy table td:first-child {
	display: none
}

.websiteBuy table:first-child th,
.websiteBuy table:first-child td {
	display: table-cell;
}

.websiteBuy table:first-child {
	width: 39%
}


.websiteBuy table {
	width: 20%;
	text-align: center;
	background: #fff;
	border: 1px solid #e8e8e8;
	margin-right: -1px
}

.websiteBuy table th {
	height: 130px;
	width: 20%;
	text-align: center;
	border: 1px solid #ef6100;
	background: #ff6800;
	color: #fff
}

.websiteBuy table tr:nth-child(3),
.websiteBuy table tr:nth-child(4) {
	height: 82px
}

.websiteBuy table tr:nth-child(7),
.websiteBuy table tr:nth-child(8),
.websiteBuy table tr:nth-child(23),
.websiteBuy table tr:nth-child(24),
.websiteBuy table tr:nth-child(26) {
	height: 62px
}

.websiteBuy table .pri {
	position: relative;
	width: 160px;
	height: 44px;
	line-height: 44px;
	background-color: #fff;
	color: #333;
	border-radius: 5px;
	border-color: #ef6100;
	margin: auto;
	cursor: pointer;
}

.websiteBuy table .pri span {
	color: #ff6800;
	font-size: 14px;
	padding-right: 12px;
}

.websiteBuy table .pri:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 18px;
	border: 5px solid transparent;
	border-bottom: 0;
	border-top: 9px solid #ff6800
}

.websiteBuy table th h4 {
	font-size: 20px;
	font-weight: bold;
}

.websiteBuy table th ul {
	background: #fff;
	display: none;
	user-select: none;
	position: absolute;
	left: -1px;
	top: 33px;
	color: #ff6800;
	font-size: 14px;
	padding-top: 9px;
	border: 1px solid #ef6100;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	z-index: 5;
	width: 162px
}

.websiteBuy table th li {
	line-height: 22px;
	padding: 10px 0;
	border-top: 1px solid #e8e8e8;
	cursor: pointer;
}

.websiteBuy table th li:hover {
	background-color: #e8e8e8;
}

.websiteBuy table th.last {
	display: none;
}

.websiteBuy table td {
	border: 1px solid #e8e8e8;
	padding: 10px;
}

.websiteBuy table tr:nth-child(odd) td {
	background: #f3f3f3
}

.websiteBuy .f1 {
	color: #d20000
}
.websiteBuy .f2 {
	display: inline-block;
	width: 22px;
	height: 17px;
	background: url(../images/compared-1.png) no-repeat;
	text-indent: -9999em
}

.websiteBuy .f3 {
	visibility: hidden;
}


@media (max-width: 991px) {
.viewbox{
	padding-top:60px;
}
	.websiteBuy {
		display: block;
	}

	.websiteBuy table {
		width: 100% !important;
	}

	.websiteBuy table th:first-child {
		display: table-cell;
	}

	.websiteBuy table td:first-child {
		display: table-cell;
	}

	.websiteBuy table.col-0 td:nth-child(2),
.websiteBuy table.col-1 td:nth-child(3),
.websiteBuy table.col-2 td:nth-child(4),
.websiteBuy table.col-3 td:nth-child(5),
.websiteBuy table.col-4 td:nth-child(6) {
		display: table-cell;
	}
	}

	
