*{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	color: inherit;
}
.price{
	color: orange;
	font-size: 20px;
}
.part1-title{
	width: 100%;
	font-size: 30px;
	margin-top: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.part1-title-border{
	width: 90px;
	height: 1px;
	background: #E6E6E6;
}
.part1-title-text{
	margin-left: 3px;
	margin-right: 3px;
}
.pur_part2{
	margin: 60px auto;
	width: 1200px;
}
.pur_pure-table{
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 1px solid #CBCBCB;
	margin: 0 auto;
}
.pur_pure-table thead{
	background-color: #e0e0e0;
	color: #000;
	text-align: center;
	vertical-align: bottom;
}
table{
	text-align: center;
	font-size: 14px;
}
table tr{
	transition: .5s;
}
table tr td:first-of-type,table tr th:first-of-type{
	padding: 16px;
	width: 241px;
}
.pur_pure-table td{
	border-bottom: 1px solid #CBCBCB;
}
.pur_pure-table td,.pur_pure-table th{
	border-left: 1px solid #CBCBCB;
	/* border-width: 0 0 0 1px; */
	font-size: inherit;
	margin: 0;
	overflow: visible;
}
table tr td:nth-of-type(2), table tr td:nth-of-type(3), table tr td:nth-of-type(4), table tr th:nth-of-type(2), table tr th:nth-of-type(3), table tr th:nth-of-type(4){
	padding: 16px;
	width: 414px;
}
table tr th:nth-of-type(2){
	color: #fff;
}
table tr th:nth-of-type(3){
	color: #fff;
}
.radio{
	width: 20px;
	height: 20px;
}
.tooltip {
	display: none;
	position: absolute;
	min-width: 150px;
	z-index: 2000;
	color: #606266;
	line-height: 1.4;
	text-align: justify;
	font-size: 14px;
	word-break: break-all;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
	bottom: 36px;
	right: -21px;
}
.tooltips{
	position: relative;
}
.img1 {
	width: 150px;
	height: 150px;
	margin: 0 auto;
}

.img1 img {
	width: 100%;
	height: 100%;
}
.btn{
	background: rgb(255,87,34);
	color: rgb(255,255,255);
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid #DCDFE6;
	text-align: center;
	outline: 0;
	margin: 0;
	transform: .1s;
	font-weight: 500;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 4px;
}
.intro span {
	color: #007aff;
}

table tr:hover{
	background-color: rgba(255,109,51,.1);
}
table tr{
	transition: .5s;
}
.bg-color{
	background-color: rgba(255,109,51,.1);
}
.bgcolor1{
	background: rgb(153,153,153);
}
.bgcolor2{
	background: rgb(255,171,51);
}
.mar-10{
	margin-top: 10px;
}
.pur_text{
	font-size: 30px;
	color: white;
}
.mar-5{
	margin-right: 5px;
}
.pur_img1{
	margin: 0 auto;
	width: 1923px;
}
.pur_img1 img{
	
	height: 440px;
	
}