body {
	background: url(../images/special-bg.png) center;
	background-size: auto 2865px;
}
.content > .newestJoin {
	position: relative;
	bottom: 60px;
	z-index: 2;
	background: #ffffff;
	height: 626px;
	box-shadow: 0 0 30px rgba(0,0,0,.17);
}
.content > .newestJoin > .title {
	font-size: 2.5em;
	color: #333333;
	font-weight: lighter;
	text-align: center;
	line-height: 120px;
	padding-top: 10px;
}
.table {
	margin: 0 1.5px;
	overflow: hidden;
}
.table .td {
	width: 303px;
	padding-left: 10px;
	text-align: center;
	margin-top: 20px;
	float: left;
	overflow: hidden;
}
.table .td > a {
	display: block;
	width: 283px;
	height: 194px;
	margin-top: 10px;
}
.table .td > a > img {
	padding-top: 10px;
	width: 263px;
	height: 145px;
}
.table .td > a > p {
	line-height: 38px;
	width: 90%;
	margin: 0 auto;
	font-size: 1em;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.table .td > a > p image {
	display: none;
}
.table .on > a {
	background: #be0000;
}
.table .on > a > p {
	color: #ffffff;
}
/*商户详情*/
.content > .details {
	width: 100%;
	font-weight: lighter;
}
.content > .details > .title {
	text-align: center;
	font-size: 2.5em;
	color: #333333;
}
.content > .details > .infos {
	margin-top: 240px;
	text-align: right;
	font-size: 1.125em;
	color: #666666;
	font-weight: normal;
	line-height: 39px;
}
.content > .details > .box-inner {
	width: 1210px;
	height: 373px;
	border: 1px solid #be0000;
	position: relative;
	margin: 0 auto;
}
.content > .details > .box-inner > .left {
	width: 750px;
	float: left;
	text-align: center;
	position: relative;
	bottom: 140px;
}
.content > .details > .box-inner > .right {
	width: 458px;
	float: left;
	padding-top: 45px;
}
.content > .details > .box-inner > .left > img {
	width: 690px;
}
.content > .details > .box-inner > .left > img:nth-child(1) {
	height: 461px;
}
.content > .details > .box-inner > .left > img:nth-child(2) {
	position: absolute;
	bottom: -22px;
	z-index: -1;
	height: 72px;
	left: 30px;
}
.content > .details > .box-inner > .right > p {
	font-size: 1.25em;
	line-height: 54px;
	color: #be0000;
}
.content > .details > .intro {
	font-size: 22px;
	line-height: 50px;
	color: #333333;
	clear: both;
	position: relative;
	bottom: 30px;
}
.content > .details > table {
	font-size: 22px;
	color: #333333;
}
.content > .details > table > tbody {

}
.content > .details > table > tbody > tr {

}
.content > .details > table > tbody > tr > td {
	line-height: 50px;
}
.content > .details > table > tbody > tr > td:nth-child(1) {
	width: 152px;
}
.content > .details > table > tbody > tr > td:nth-child(2) {
	width: 222px;
}
.content > .details > table > tbody > tr > td:nth-child(3) {
	
}
.content > .details > .btns {
	margin-top: 100px;
	overflow: hidden;
	width: 720px;
	margin: 0 auto;
	padding-top: 70px;
}
.btns>a {
	display: block;
	width: 214px;
	height: 52px;
	margin-right: 36px;
	float: left;
}
.btns button a {
	display: block;
	width: 214px;
	height: 50px;
	line-height: 50px;
}
.btns button a:hover {
	color: #ffffff;
}
 .btns  button {
	width: 214px;
	height: 52px;
	border: 1px solid #919090;
	color: #333333;
	font-weight: lighter;
	font-size: 1.125em;
	cursor: pointer;
	background: #ffffff;
	 float: right;
}
 .btns  button.on {
	background: #be0000;
	color: #ffffff;
	border: 1px solid #be0000
}