.detail{
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 3px 3px rgba(0,0,0,.05);
	padding: 18px;
	box-sizing: border-box;
}
.main{
	padding-bottom: 20px;
}
.detail__hd{
	font-size: 0;
	letter-spacing: -4px;
}
.detail__hd-l{
	width: 42%;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	border: 4px solid #fff;
	box-shadow: 0 0 2px 3px rgba(0,0,0,.05);
	min-height: 250px;
}
.detail__hd-r{
	width: 57%;
	display: inline-block;
	font-size: 16px;
	letter-spacing: normal;
	vertical-align: top;
}
.detail__img{
	width: 100%;
}
.detail__title{
	margin-top: 40px;
	width: 162px;
	height: 46px;
	line-height: 46px;
	background: linear-gradient(95deg, #6bedff 0%, #00bcff 80%,#00bcff 100%);
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.detail__hd .yiqi__table{
	margin-top: 38px;
	margin-left: 38px;
	width: 96%;
	border-collapse:separate; 
	border-spacing:0px 1px;
}
.detail__hd .yiqi__table th{
	font-weight: bold;
	text-align: left;
	padding-left: 16px;
}
.yiqi__table tr{
	border: 1px solid #efefef;
	height: 48px;
	line-height: 48px;
	background-color: #f6f6f6;
	font-size: 16px;
	margin-top: 3px;
}
.yiqi__table td{
	padding-left: 10px;
}
.yiqi__table .yiqi__item{
	background-color: #ececec;
	width: 80px;
	text-align: center;
}
.detail__bd .yiqi__table{
	width: 100%;
	border-collapse:separate; 
	border-spacing:0px 1px;
	margin-top: 20px;
}
@media only screen and (max-width: 1400px) {
	.detail{
		width: 1100px;
	}
	.detail__title{
		margin-top: 20px;
	}
	.detail__hd .yiqi__table{
		margin-top: 18px;
		margin-left: 18px;
	}
}