.activityBox {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}


/*banner*/

.productNav {
	height: 30px;
	border-bottom: 3px solid #949393;
	padding-top: 14px;
}

.productNav ul {}

.productNav ul li {
	float: left;
	line-height: 30px;
	padding: 0px 15px;
	box-sizing: border-box;
}

.productNav ul li:first-child {
	padding-left: 0px;
	width: 70px;
	padding-right: 0px;
}

.productNav ul li a {
	font-size: 18px;
	color: #24211D;
	display: block;
	line-height: 30px;
}

.productNav ul li.active {}

.productNav ul li.active a {
	position: relative;
}

.productNav ul li.active a:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	background: #EB3D00;
	bottom: -3px;
	left: 0px;
	z-index: 99;
}

.banner {
	width: 1200px;
	height: 350px;
}

.banner {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 25px;
	box-sizing: border-box;
	height: 350px;
	position: relative;
}

.banner .indexBannerLeft {
	width: 1200px;
	height: 350px;
	float: left;
}

.banner .indexBannerLeft img {
	width: 100%;
	height: 350px;
	display: block;
}

.banner .indexBannerRight {
	width: 385px;
	height: 350px;
	float: right;
}

.banner .guaranteeRight {
	float: right;
	width: 320px;
	height: 272px;
	border: 2px solid #C1C0BF;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
	background: #fff;
}

.banner .swiper-pagination-bullet-active {
	background: #eb3d00;
}


/*找品牌*/


/*十大品牌*/

.product {
	padding-top: 10px;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 10px;
}

.product .title {
	overflow: hidden;
}

.product .title .titleAleft {
	font-size: 20px;
	color: #24211D;
	line-height: 33px;
	border-bottom: 3px solid #EB3D00;
	float: left;
	padding-right: 14px;
	margin-right: 10px;
	margin-top: 7px;
	font-weight: bold;
}

.product .title .titleRight {
	float: left;
	width: 1076px;
	border-bottom: 3px solid #C1C0BF;
	line-height: 40px;
	height: 40px;
}

.product .title .titleRight .titleRightOne {
	float: left;
}

.product .title .titleRight .titleRightOne a {
	font-size: 20px;
	color: #24211D;
	height: 40px;
	line-height: 40px;
	padding: 0px 23px;
	box-sizing: border-box;
	display: block;
	float: left;
}

.product .title .titleRight .titleRightOne a.active {
	background: #EB3D00;
	color: #fff;
}

.product .title .titleRight .titleRightTwo {
	float: right;
	line-height: 38px;
}

.product .title .titleRight .titleRightTwo a {
	font-size: 16px;
	color: #24211D;
}

.product .listBox {
	padding: 15px 0px 0px;
	box-sizing: border-box;
}

.product .listBox .list {}

.product .listBox .list ul {}

.product .listBox .list ul li {
	width: 289px;
	height: 305px;
	float: left;
	margin-right: 14px;
	margin-bottom: 15px;
	border: 2px solid #A9A8A7;
	box-sizing: border-box;
}

.product .listBox .list ul li:nth-child(4n) {
	margin-right: 0px;
}

.product .listBox .list ul li a {
	display: block;
}

.product .listBox .list img {
	width: 285px;
	height: 200px;
	display: block;
}

.product .listBox .list .textBox {
	padding: 5px 15px;
	box-sizing: border-box;
	overflow: hidden;
	height: 93px;
}

.product .listBox .list .textBox .textBoxTop {
	overflow: hidden;
}

.product .listBox .list .textBox .textBoxTop div {
	font-size: 14px;
	color: #24211D;
	font-weight: initial;
	display: block;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	text-align: left;
}

.product .listBox .list .textBox .textBoxBtn {
	padding: 4px;
	box-sizing: border-box;
	text-align: center;
}

.product .listBox .list .textBox .textBoxBtn .textBoxBtnOne {
	width: 86px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #005BA8;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	margin: 0px 16px;
	font-size: 14px;
	color: #fff;
}

.product .listBox .list .textBox .textBoxBtn .textBoxBtnTwo {
	width: 86px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #EB3D00;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	margin: 0px 16px;
	font-size: 14px;
	color: #fff;
}


/*成功签约案例大赏*/

.similarBrand {
	padding-top: 13px;
	box-sizing: border-box;
}

.similarBrand .title {
	font-size: 18px;
	color: #24211D;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.similarBrand .similarBrandLists {
	overflow: hidden;
}

.similarBrand .similarBrandLists .similarBrandList {
	width: 230px;
	height: 178px;
	box-sizing: border-box;
	float: left;
	margin-right: 12px;
}

.similarBrand .similarBrandLists .similarBrandList:nth-child(5n) {
	margin-right: 0px;
}

.similarBrand .similarBrandLists .similarBrandList a {}

.similarBrand .similarBrandLists .similarBrandList img {
	width: 230px;
	height: 178px;
	display: block;
}

.similarBrand .swiper-button-prev {
	background: url(../../image/zhaochanpin/prev.png) no-repeat;
	width: 17px;
	height: 19px;
	top: 56%;
}

.similarBrand .swiper-button-next {
	background: url(../../image/zhaochanpin/next.png) no-repeat;
	width: 17px;
	height: 19px;
	top: 56%;
}

.similarBrand .swiper-button-prev:after {
	content: '';
}

.similarBrand .swiper-button-next:after {
	content: '';
}


/*更多新品发布招商：*/

.paddingTop {
	padding-top: 0px !important;
}

.bestSellProduct {
	overflow: hidden;
	padding-top: 12px;
	padding-bottom: 25px;
	box-sizing: border-box;
}

.bestSellProduct .title {
	font-size: 18px;
	color: #24211D;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 3px;
	font-weight: bold;
	display: block;
}

.bestSellProduct .bestSellProductLeft {
	width: 860px;
	float: left;
}

.bestSellProduct .bestSellProductLeft .thead {
	background: #2394CE;
	height: 50px;
}

.bestSellProduct .bestSellProductLeft .thead .theadOne {
	float: left;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-right: 1px solid #e6e7e8;
	padding: 0px 5px;
	box-sizing: border-box;
}

.bestSellProduct .bestSellProductLeft .thead .theadTwo {
	float: left;
	width: 178px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-right: 1px solid #e6e7e8;
	padding: 0px 5px;
	box-sizing: border-box;
}

.bestSellProduct .bestSellProductLeft .thead .theadThree {
	float: left;
	width: 178px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-right: 1px solid #e6e7e8;
	padding: 0px 5px;
	box-sizing: border-box;
}

.bestSellProduct .bestSellProductLeft .thead .theadFour {
	float: left;
	width: 178px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-right: 1px solid #e6e7e8;
	padding: 0px 5px;
	box-sizing: border-box;
}

.bestSellProduct .bestSellProductLeft .thead .theadFive {
	float: left;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding: 0px 5px;
	box-sizing: border-box;
}

.bestSellProduct .bestSellProductLeft .table {
	margin-top: 6px;
}

.bestSellProduct .swiper-wrapper {
	height: 216px !important;
}

.bestSellProduct .swiper-slide {
	height: 36px !important;
}

.bestSellProduct .bestSellProductLeft .table .thboy {
	height: 36px;
	line-height: 36px;
}

.bestSellProduct .bestSellProductLeft .swiper-slide:nth-child(odd) {
	background: #B8C8DC;
}

.bestSellProduct .bestSellProductLeft .swiper-slide:nth-child(even) {
	background: #D6DFE9;
}

.bestSellProduct .bestSellProductLeft .table .thboyOne {
	float: left;
	width: 160px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #24211D;
	border-right: 1px solid #e6e7e8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 5px;
	box-sizing: border-box;
}

.bestSellProduct .bestSellProductLeft .table .thboyTwo {
	float: left;
	width: 178px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #24211D;
	border-right: 1px solid #e6e7e8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 5px;
	box-sizing: border-box;
}

.bestSellProduct .bestSellProductLeft .table .thboyThree {
	float: left;
	width: 178px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #24211D;
	border-right: 1px solid #e6e7e8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 5px;
	box-sizing: border-box;
}

.bestSellProduct .bestSellProductLeft .table .thboyFour {
	float: left;
	width: 178px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #24211D;
	border-right: 1px solid #e6e7e8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 5px;
	box-sizing: border-box;
}

.bestSellProduct .bestSellProductLeft .table .thboyFive {
	float: left;
	width: 160px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #24211D;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 5px;
	box-sizing: border-box;
}

.bestSellProduct .bestSellProductLeft .table .thboyFive a {
	font-size: 12px;
	color: #DC3D00;
	display: block;
}

.bestSellProduct .bestSellProductLeft .table .thboyFive a em {
	font-style: inherit;
	font-style: initial;
	margin-left: 10px;
}

.bestSellProduct .bestSellProductRight {
	float: right;
	width: 320px;
}




/*热点品牌*/

.hotBrands {}

.hotBrands .title {
	overflow: hidden;
}

.hotBrands .title .titleAleft {
	font-size: 20px;
	color: #24211D;
	line-height: 33px;
	border-bottom: 3px solid #EB3D00;
	float: left;
	padding-right: 14px;
	margin-right: 10px;
	margin-top: 7px;
	font-weight: bold;
}

.hotBrands .title .titleRight {
	float: left;
	width: 1094px;
	border-bottom: 3px solid #C1C0BF;
	line-height: 40px;
	height: 40px;
}

.hotBrands ul {
	overflow: hidden;
	padding-top: 15px;
	box-sizing: border-box;
}

.hotBrands ul li {
	width: 229px;
	height: 208px;
	border: 2px solid #A9A8A7;
	box-sizing: border-box;
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
}

.hotBrands ul li:nth-child(5n) {
	margin-right: 0px;
}

.hotBrands ul li a {
	display: block;
}

.hotBrands ul li img {
	width: 225px;
	height: 177px;
}

.hotBrands ul li .text {
	height: 27px;
}

.hotBrands ul li .text span {
	font-size: 14px;
	color: #24211D;
	display: block;
	text-align: center;
	line-height: 27px;
	padding: 0px 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*最新加盟政策	*/

.policy {
	overflow: hidden;
	padding-bottom: 25px;
	box-sizing: border-box;
}

.policy .policyLeft {
	width: 346px;
	height: 257px;
	float: left;
}

.policy .policyLeft a {}

.policy .policyLeft a img {
	width: 346px;
	height: 257px;
	display: block;
}

.policy .policyRight {
	float: left;
	width: 854px;
	/* padding-right: 32px; */
	box-sizing: border-box;
}


.policy .policyRight .title {
	font-size: 20px;
	color: #24211D;
	line-height: 40px;
	margin-left: 3%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}

.policy .policyRight .title .titleAleft {font-size: 20px;color: #24211D;line-height: 33px;border-bottom: 3px solid #EB3D00;float: left;padding-right: 14px;/* margin-top: 7px; */font-weight: bold;}

.policy .policyRight .title .more {
    float: left;
    width: 693px;
    border-bottom: 3px solid #C1C0BF;
    line-height: 33px;
    height: 33px;
    text-align: right;
    font-size: 16px;
    color: #24211D;
}

.policy .policyRight ul {
	width: 47%;
	float: left;
	margin-left: 3%;
	padding-right: 5%;
	box-sizing: border-box;
}

.policy .policyRight ul li {
	overflow: hidden;
}

.policy .policyRight ul li a {}

.policy .policyRight ul li a span {
	font-size: 16px;
	color: #24211D;
	line-height: 32px;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 280px;
}

.policy .policyRight ul li:hover a span {
	color: #EB3D00
}

.policy .policyRight ul li p {
	font-size: 16px;
	color: #EB3D00;
	line-height: 32px;
	display: block;
	float: right;
}

.policy .policyRight ul li p em{
	font-style: inherit;
	font-style: initial;
	margin-left: 10px;
}


/*品牌意向代理*/

.agent {
	overflow: hidden;
	padding-top: 25px;
	box-sizing: border-box;
}

.agent .agentLeft {
	float: left;
	width: 858px;
	height: 272px;
	background: #EB3C22;
	border: 2px solid #C9C9C8;
	border-radius: 15px;
	padding: 0px 20px;
	box-sizing: border-box;
}

.agent .agentLeft .title {
	font-size: 18px;
	color: #fff;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.agent .agentLeft .ftitle {
	font-size: 16px;
	color: #24211D;
	line-height: 24px;
	background: #fff;
	border-radius: 5px;
	width: 123px;
	text-align: center;
}

.agent .agentLeft .agentLeftList {
	width: 817px;
	height: 180px;
	background: #fff;
	border-radius: 10px;
	margin-top: 8px;
	padding: 12px 0px 15px 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.agent .swiper-wrapper {
	height: 180px !important;
}

.agent .swiper-slide {
	height: 39px !important;
}

.agent .agentLeft .agentLeftLists {
	height: 154px;
	overflow: hidden;
}

.agent .agentLeft .agentLeftList .list {
	overflow: hidden;
}

.agent .agentLeft .agentLeftList .lists {
	width: 50%;
	float: left;
}

.agent .agentLeft .agentLeftList .lists .listOne {
	font-size: 14px;
	color: #24211D;
	float: left;
	width: 310px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.agent .agentLeft .agentLeftList .lists .listOne em {
	font-style: inherit;
	font-style: initial;
	font-size: 20px;
}

.agent .agentLeft .agentLeftList .lists .listTwo {
	font-size: 14px;
	color: #24211D;
	float: left;
	width: 100px;
	line-height: 39px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.agent .agentRight {
	float: right;
	width: 320px;
	height: 272px;
}


/*新品发布会*/

.launch {
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 10px;
}

.launch .launchLeft {
	width: 900px;
	float: left;
}

.launch .launchLeft .title {
	overflow: hidden;
}

.launch .launchLeft .title .titleAleft {
	font-size: 20px;
	color: #24211D;
	line-height: 33px;
	border-bottom: 3px solid #EB3D00;
	float: left;
	padding-right: 14px;
	margin-right: 10px;
	margin-top: 7px;
	font-weight: bold;
}

.launch .launchLeft .title .titleRight {
	float: left;
	width: 776px;
	border-bottom: 3px solid #C1C0BF;
	line-height: 40px;
	height: 40px;
}

.launch .launchLeft .productLaunchTop {
	overflow: hidden;
	padding-top: 15px;
	box-sizing: border-box;
}

.launch .launchLeft .productLaunchTop .productLaunchTopLeft {
	width: 507px;
	height: 241px;
	float: left;
}

.launch .launchLeft .productLaunchTop .productLaunchTopLeft a {
	display: block;
}

.launch .launchLeft .productLaunchTop .productLaunchTopLeft a img {
	width: 507px;
	height: 241px;
	display: block;
}

.launch .launchLeft .productLaunchTop .productLaunchTopRight {
	width: 359px;
	float: right;
}

.launch .launchLeft .productLaunchTop .productLaunchTopRight div {
	font-size: 20px;
	color: #24211D;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	width: 70%;
}

.launch .launchLeft .productLaunchTop .productLaunchTopRight .moreA {
	font-size: 18px;
	color: #605D5C;
	float: right;
	line-height: 46px;
	display: block;
}

.launch .launchLeft .productLaunchTop .productLaunchTopRight ul {
	clear: both;
}

.launch .launchLeft .productLaunchTop .productLaunchTopRight ul li {}

.launch .launchLeft .productLaunchTop .productLaunchTopRight ul li a {
	font-size: 18px;
	color: #24211D;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.launch .launchLeft .productLaunchTop .productLaunchTopRight ul li a:hover {
	color: #eb3d00;
}

.launch .launchLeft .productLaunchBottom {}

.launch .launchLeft .productLaunchBottom ul {
	overflow: hidden;
	margin-bottom: 25px;
}

.launch .launchLeft .productLaunchBottom ul li {
	width: 289px;
	height: 300px;
	float: left;
	margin-right: 16px;
	margin-top: 25px;
	border: 2px solid #A9A8A7;
	box-sizing: border-box;
}

.launch .launchLeft .productLaunchBottom ul li:nth-child(3n) {
	margin-right: 0px;
}

.launch .launchLeft .productLaunchBottom ul li a {
	display: block;
}

.launch .launchLeft .productLaunchBottom ul li a img {
	width: 285px;
	height: 200px;
}

.launch .launchLeft .productLaunchBottom ul li .textBox {
	padding: 5px 15px;
	box-sizing: border-box;
	overflow: hidden;
	height: 93px;
}

.launch .launchLeft .productLaunchBottom ul li .textBox .textBoxTop {
	overflow: hidden;
}

.launch .launchLeft .productLaunchBottom ul li .textBox .textBoxTop div {
	font-size: 14px;
	color: #24211D;
	font-weight: initial;
	display: block;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	text-align: left;
}

.launch .launchLeft .productLaunchBottom ul li .textBox .textBoxBtn {
	padding: 4px;
	box-sizing: border-box;
	text-align: center;
}

.launch .launchLeft .productLaunchBottom ul li .textBox .textBoxBtn .textBoxBtnOne {
	width: 86px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #005BA8;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	margin: 0px 15px;
	font-size: 14px;
	color: #fff;
}

.launch .launchLeft .productLaunchBottom ul li .textBox .textBoxBtn .textBoxBtnTwo {
	width: 86px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #EB3D00;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	margin: 0px 15px;
	font-size: 14px;
	color: #fff;
}

.launch .launchRight {
	width: 258px;
	float: right;
}


/*新品推荐*/

.launch .launchRight .recommendedBrand {
	overflow: hidden;
	box-sizing: border-box;
}

.launch .launchRight .recommendedBrand .title {
	overflow: hidden;
}

.launch .launchRight .recommendedBrand .title span {
	font-size: 20px;
	color: #24211D;
	line-height: 33px;
	border-bottom: 3px solid #EB3D00;
	float: left;
	padding-right: 14px;
	margin-right: 10px;
	margin-top: 7px;
	font-weight: bold;
}

.launch .launchRight .recommendedBrand .title .titleRight {
	float: left;
	width: 154px;
	border-bottom: 3px solid #C1C0BF;
	line-height: 40px;
	height: 40px;
}

.launch .launchRight .recommendedBrand .product {
	padding-top: 0px;
	width: 100%;
	padding-bottom: 0px;
}

.launch .launchRight .recommendedBrand .product .listBox .list ul li {
	width: 258px;
	height: 223px;
	float: left;
	margin-bottom: 2px;
	border: none;
	box-sizing: border-box;
}

.launch .launchRight .recommendedBrand .product .listBox .list ul li:nth-child(4n) {
	margin-bottom: 0px;
}

.launch .launchRight .recommendedBrand .product .listBox .list img {
	width: 258px;
	height: 175px;
	display: block;
}

.launch .launchRight .recommendedBrand .product .listBox .list ul li:nth-child(4n) {
	margin-right: 0px;
}

.launch .launchRight .product .listBox .list .textBox {
	padding: 6px 0px 5px 10px;
	box-sizing: border-box;
	overflow: hidden;
	height: 50px;
}

.launch .launchRight .product .listBox .list .textBox .textBoxTop {
	overflow: hidden;
}

.launch .launchRight .product .listBox .list .textBox .textBoxTop div {
	font-size: 14px;
	color: #24211D;
	font-weight: initial;
	float: left;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 190px;
}

.launch .launchRight .product .listBox .list .textBox .textBoxTop span {
	font-size: 14px;
	color: #EB3D00;
	font-weight: initial;
	float: right;
	line-height: 18px;
}

.launch .launchRight .product .listBox .list .textBox .textBoxTop span em{
	font-style: inherit;
	font-style: initial;
	margin-left: 10px;
}

.launch .launchRight .product .listBox .list .textBox p {
	font-size: 14px;
	color: #24211D;
	font-weight: initial;
	float: left;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}


/*最近活动回放*/

.activityPlayback {
	padding-top: 12px;
	box-sizing: border-box;
}

.activityPlayback .title {
	font-size: 18px;
	color: #24211D;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.activityPlayback .similarBrandLists {
	overflow: hidden;
}

.activityPlayback .similarBrandLists .similarBrandList {
	width: 229px;
	height: 234px;
	border: 2px solid #A9A8A7;
	box-sizing: border-box;
	float: left;
	margin-right: 13px;
	margin-left: 1px;
}

.activityPlayback .similarBrandLists .similarBrandList:nth-child(5n) {
	margin-right: 0px;
}

.activityPlayback .similarBrandLists .similarBrandList a {}

.activityPlayback .similarBrandLists .similarBrandList img {
	width: 225px;
	height: 177px;
	display: block;
}

.activityPlayback .similarBrandLists .similarBrandList span {
	font-size: 14px;
	color: #24211D;
	display: block;
	text-align: left;
	line-height: 20px;
	padding: 7px 10px 0px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.activityPlayback .swiper-button-prev {
	background: url(../../image/zhaochanpin/prev.png) no-repeat;
	width: 17px;
	height: 19px;
}

.activityPlayback .swiper-button-next {
	background: url(../../image/zhaochanpin/next.png) no-repeat;
	width: 17px;
	height: 19px;
}

.activityPlayback .swiper-button-prev:after {
	content: '';
}

.activityPlayback .swiper-button-next:after {
	content: '';
}