/* 弹窗 for 各分部购买入口 */
.mask_20201026{
	display: none;
	position: fixed;
	width:100%;
	height: 100%;
	left: 0;
	top: 0;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	z-index: 10;
}
.tcc_20201026{
	width:68%;
	height: auto;
	padding: 1%;
	background: white;
	display: none;
	z-index: 11;
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.tcc_20201026 .close_gb_20201026{
	display: block;
	width:36px;
	height:36px;
	border-radius: 20px;
	font-size:30px;
	font-family:"microsoft yahei";
	color:white;
	text-align: center;
	line-height: 35px;
	background: darkred;
	position: absolute;
	top:-10px;
	right:-10px;
	cursor: pointer;
}
.tcc_20201026 .close_gb_20201026:hover{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.slpp_20201026 {
	width: 100%;
	height: auto;
	max-height: 520px;
	overflow: auto;
}
.slpp_20201026 ul {
	list-style: none;
}

.slpp_20201026 ul li {
	float: left;
	margin-left: 1%;
}

.slpp_20201026 ul li:hover {
	float: left;
	background: #D40E1F;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.slpp_20201026 ul li a {
	font-size: 16px;
	font-family: "microsoft yahei";
	display: inline-block !important;
	display: inline;
	width: auto;
	height: 36px;
	background: url(http://zj.offcn.com/zg/ty/images/tu_1214_2.jpg) no-repeat left center;
	background-size: 16px 16px;
	line-height: 35px;
	padding: 0 10px 0 20px;
	text-decoration: none;
}

.slpp_20201026 ul li a:hover {
	background: url(http://zj.offcn.com/zg/ty/images/tu_1214_1.jpg) no-repeat 5px center;
	background-size: 8px 8px;
	color: white;
}

.slpp_20201026 ul li.on a {
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #d40e1f;
	display: inline-block !important;
	display: inline;
	width: auto;
	height: 36px;
	background: url(http://zj.offcn.com/zg/ty/images/tu_1214_2.jpg) no-repeat left center;
	background-size: 16px 16px;
	line-height: 35px;
	padding: 0 10px 0 20px;
	text-decoration: none;
}

.slpp_20201026 ul li.on a:hover {
	background: url(http://zj.offcn.com/zg/ty/images/tu_1214_1.jpg) no-repeat 5px center;
	background-size: 8px 8px;
	color: white;
}

.slpp_20201026 table {
	border-collapse: collapse;
}

.slpp_20201026 table th {
	font-size: 16px;
	font-family: "microsoft yahei";
	color: black;
	background: #efefef;
	border: 1px solid #cccccc;
	text-align: center;
}

.slpp_20201026 table td {
	font-size: 14px;
	font-family: "microsoft yahei";
	color: black;
	background: white;
	border: 1px solid #cccccc;
}

@media screen and (max-width: 1024px) { 
	.tcc_20201026{
		width:95%;
	}
	.tcc_20201026 .close_gb_20201026{
		top: -40px;
		right: calc(50% - 18px);
	}
	.slpp_20201026 ul li a {
		font-size: 0.28rem;
		font-family: "microsoft yahei";
		display: inline-block !important;
		display: inline;
		width: auto;
		height: 0.5rem;
		background: url(http://zj.offcn.com/zg/ty/images/tu_1214_2.jpg) no-repeat left center;
		background-size: 0.16rem 0.16rem;
		line-height: 0.5rem;
		padding: 0 0.10rem 0 0.20rem;
		text-decoration: none;
	}
	
	.slpp_20201026 ul li a:hover {
		background: url(http://zj.offcn.com/zg/ty/images/tu_1214_1.jpg) no-repeat 0.05rem center;
		background-size: 0.08rem 0.08rem;
		color: white;
	}
	.slpp_20201026 ul li.on a {
		font-size: 0.28rem;
		font-family: "microsoft yahei";
		color: #d40e1f;
		display: inline-block !important;
		display: inline;
		width: auto;
		height: 0.5rem;
		background: url(http://zj.offcn.com/zg/ty/images/tu_1214_2.jpg) no-repeat left center;
		background-size: 0.16rem 0.16rem;
		line-height: 0.5rem;
		padding: 0 0.10rem 0 0.20rem;
		text-decoration: none;
	}
	
	.slpp_20201026 ul li.on a:hover {
		background: url(http://zj.offcn.com/zg/ty/images/tu_1214_1.jpg) no-repeat 0.05rem center;
		background-size: 0.08rem 0.08rem;
		color: white;
	}
	.slpp_20201026 table th {
		font-size: 0.28rem;
	}
	
	.slpp_20201026 table td {
		font-size: 0.28rem;
	}
}
/* 弹窗 for 各分部购买入口 end */