
.left-sider{
	width: 285px;
}
.number-right{
	width: 875px;
}
.number-right .intro{
	margin-bottom: 39px;
	padding: 25px;
	background-color: #fef7dc;
	border: solid 1px #f9eab3;
	color: #ff0000;
	line-height: 36px;
}
.number-right .info{
	margin-bottom:39px;
}
.number-right .info .tel{
	padding-bottom: 20px;
	color: #ee8300;
	border-bottom: 1px solid #dedede;
	font-size: 50px;
}
.number-right .info .tel span{
	margin-left: 15px;
	font-size: 18px;
	color: #6e6e6e
}
.number-right .info .detail{
	margin:24px 0 34px 0;
	display: flex;
	font-size: 15px;
}
.number-right .info .detail .d-tit{
	width: 116px;
	color: #6e6e6e
}
.number-right .info .detail .d-tit div{
	height: 35px;
	line-height: 35px;
	font-size: 15px;
}

.number-right .info .detail .d-info{
	color: #000000
}
.number-right .info .detail .d-info div{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}
.number-right .info .detail .d-info .price{
	color: #ff0000;
	font-size: 20px;
}
.number-right .info .info-btn{
	display: flex;
}
.number-right .info .info-btn a{
	margin-right: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 194px;
	height: 49px;
	line-height: 49px;
	background-color: #fb4848;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	border-radius: 30px;
}
.number-right .info .info-btn a img{
	width: 20px;
	height: 19px;
	margin-right: 12px;
}
.number-right .info .info-btn a:last-of-type{
	background-color: #f8914e;
}
.recommend .r-tit{
	padding-bottom: 11px;
	margin:20px 0;
	border-bottom:1px solid #e1e1e1;
	font-size: 18px;
}
.recommend .r-tit span{
	padding-left: 15px;
	display: inline-block;
	height: 30px;
	border-left:7px solid #0e95eb;
	line-height: 30px;
}
.recommend .r-list .r-hd{
	width: 875px;
	display: flex;
	justify-content: space-between;
}
.recommend .r-list .r-hd .item{
	height: 50px;
	margin-right: 2px;
	background: #e8e8e8;
	line-height: 50px;
	text-align: center;
}
.recommend .r-list .r-hd .item:nth-of-type(1){
	width: 165px;
}
.recommend .r-list .r-hd .item:nth-of-type(2){
	width: 185px;
}
.recommend .r-list .r-hd .item:nth-of-type(3){
	width: 188px;
}
.recommend .r-list .r-hd .item:nth-of-type(4){
	width: 179px;
}
.recommend .r-list .r-hd .item:nth-of-type(5){
	width: 149px;
}
.recommend .r-list .list{
	margin-bottom: 52px;
}
.recommend .r-list .list .item{
	display: flex;
	justify-content: space-between;
	border-bottom: dashed 1px #c2c2c2;
}
.recommend .r-list .list .item div{
	margin-right: 2px;
	height: 50px;
	margin-right: 2px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
}

.recommend .r-list .list .item span{
	color: #fb4848
}

.recommend .r-list .list .item div:nth-of-type(1){
	width: 165px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.recommend .r-list .list .item div:nth-of-type(2){
	width: 185px;
	color: #7c7c7c;
	font-size: 15px;
}
.recommend .r-list .list .item div:nth-of-type(3){
	width: 188px;
	color: #ff0000;
}
.recommend .r-list .list .item div:nth-of-type(4){
	width: 179px;
	color: #7c7c7c;
}
.recommend .r-list .list .item div:nth-of-type(5){
	width: 149px;
}
.recommend .r-list .list .item div:nth-of-type(5) a{
	display: inline-block;
	width: 57px;
	height: 29px;
	background-color: #fb4848;
	color: #fff;
	line-height: 29px;
	font-size: 14px;
}