* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

body {
	background-color: #f5f5f5;
}

.container {
	background: url(/Public/Home/images/zsbjs.png) no-repeat;
	background-size: 661px 661px;
}

.container .tabs {
	width: 1200px;
	height: 40px;
	padding: 4px 0;
	background-color: #fff;
	line-height: 36px;
	display: flex;
	cursor: pointer;
	margin: 20px auto;
}

.container .tabs div {
	width: 70px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;

}

.container .tabs .on {
	color: #2B72DE;
	position: relative;
}

.container .tabs .on::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #2B72DE;
	left: 0;
	right: 0;
	top: 33px;
	margin: auto;
}

.countsBox {
	width: 1200px;
	margin: 10px auto;
}

.countsBox .zsBox,
.countsBox .zpBox {
	/* 展商盒子 */
	width: 1200px;
	display: flex;
	justify-content: space-between;
}

.countsBox .zsBox .zsLeft {
	width: 200px;
	height: 231px;
	position: fixed;
	background-color: #fff;
}

.zpLeft {
	width: 200px;
	position: fixed;
	background-color: #fff;
}

.countsBox .zsBox .zsLeft h2,
.zpLeft h2 {
	line-height: 46px;
	text-indent: 14px;
	border-bottom: 1px solid #f5f5f5;
}
.countsBox .zsBox .zsLeft .zhanqBox .on,.countsBox .zpBox .zpLeft .zhanqBox .on{
	color:#2B72DE;
	cursor: pointer;
}
.countsBox .zsBox .zsLeft .zhanqBox .zq,
.zpLeft .zhanqBox .zq {
	height: 46px;
	line-height: 46px;
	text-indent: 16px;
	cursor: pointer;
}

.zsRight,
.zpRight {
	width: 980px;
	margin-left: 220px;
}

.zsRight .zsComBox {
	width: 980px;
	height: 169px;
	position: relative;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}

.zsRight .zsComBox .zsComLeft {
	width: 380px;
}

.zsComLeft .zsTitBox {
	display: flex;
	align-items: center;
}

.zsComLeft .zsTitBox .zsPic {
	width: 76px;
	height: 50px;
	margin: 0 10px;

}

.zsComLeft .zsTitBox .zsPic img {
	width: 76px;
	height: 50px;
}

.zsComLeft .zsTitBox .zsTits {
	width: 260px;
}

.zsComLeft .zsTitBox .zsTits .zsTitle {
	width: 260px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zsComLeft .zsTitBox .zsTits .zszwh {
	height: 26px;
	line-height: 26px;
	padding: 3px;
	margin-top: 5px;
	display: inline-block;
	background-color: #C4DDFF;
	color: #1B3CE1;
}

.zsComLeft .lxBox {
	display: flex;
	margin: 8px 0 8px 10px;
}

.zsComLeft .lxBox span {
	margin-right: 15px;
	display: block;
}

.zsComLeft .zycp {
	width:370px;
	height: 53px;
	line-height: 24px;
	 display: -webkit-box;
	overflow: hidden;
	text-overflow：ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
	margin-left: 10px;
}



.zsRight .zsComBox .zsComRight {
	width: 600px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.zsComPic:last-child:nth-child(3n + 2) {
	margin-right: calc((100% - 160px) / 2);
}
.zsComPic {
	width: 160px;
	height: 100px;
}

.zsComPic img {
	width: 160px;
	height: 100px;
}

.shadow {
	width: 980px;
	height: 169px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(to top, rgba(114, 171, 255, 0.4), rgba(185, 225, 255, 0.4));
	display: none;
}

.shadow .btn {
	width: 120px;
	height: 43px;
	line-height: 43px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: linear-gradient(76deg, #F37E7E 0%, #FF1919 100%);
	border-radius: 90px;
	opacity: 1;
}

/* 展品 */
.zpBoxs{
	display: none;
}
.zpBox .zpRight .zplxBox{
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*flex-wrap: wrap;*/
}
.zpBox .zpRight .zp_box {
	width: 220px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	float: left;
}
.zpBox .zpRight .zp_box:last-child:nth-child(4n + 2) {
    margin-right: calc((100% - 220px) / 3 * 2);
}
.zpBox .zpRight .zp_box:last-child:nth-child(4n + 3) {
    margin-right: calc((100% - 220px) / 3 * 1);
}
.zpBox .zpRight .zp_box .zp_pic,
.zpBox .zpRight .zp_box .zp_pic img {
	width: 220px;
	height: 220px;
}

.zpBox .zpRight .zp_box .zp_counts {
	margin-top: 10px;
	text-indent: 14px;
	font-size: 14px;
}

.zpBox .zpRight .zp_box .zp_counts>div {
	margin: 8px 0;
	width: 200px;
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.zpBox .zpRight .zp_box .zp_counts .zp_botBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zpBox .zpRight .zp_box .zp_counts .zp_botBox .zp_btn {
	width: 80px;
	text-align: center;
	text-indent: 0;
	background-color: #C4DDFF;
	color: #1B3CE1;
}
