* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

html {
	font-family: PingFang SC;
	background-color: #f8f9f9;
}

.content .topBoxs {
	width: 100vw;
	height: 1rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: #fff;
}

.content .topBoxs .topBox {
	width: 6.9rem;
	height: 1rem;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 0.34rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content .topBoxs .topBox .toLeft {
	width: 0.2rem;
}

.content .topBoxs .topBox .toLeft img {
	width: 0.45rem;
	vertical-align: middle;
}

.content .topBoxs .topBox .title {
	text-align: center;
}

.zjtdNavBoxs {
	width: 7rem;
	margin: 1.4rem auto 0.2rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.zjtdNavBoxs .listBoxs {
	width: 1.3rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.22rem;
	font-family: PingFang SC;
	font-weight: 500;
}

.zjtdNavBoxs .listBoxs a {
	display: block;
	color: #666666;
}

.zjtdNavBoxs .listBoxs a .picBoxs {
	width: 0.9rem;
	height: 0.9rem;
	margin: 0 auto;
}

.zjtdNavBoxs .listBoxs a .picBoxs img {
	width: 0.9rem;
	height: 0.9rem;
}

.zjtdNavBoxs .listBoxs a .text {
	white-space: 0.9rem;
	margin-top: 0.13rem;
	height: 0.3rem;
	line-height: 0.3rem;
}

/* 技术热点 */
.jsrdBoxs {
	width: 7rem;
	margin: 0.46rem auto 0.2rem;
}

.jsrdBoxs .jsrdTitle {
	text-indent: 0.2rem;
	font-size: 0.3rem;
	font-weight: bold;
	color: #000000;
	position: relative;
}

.jsrdBoxs .jsrdTitle::after {
	position: absolute;
	left: 0;
	top: 0.04rem;
	content: '';
	width: 0.08rem;
	height: 0.28rem;
	background: #2577E3;
}

.jsrdBoxs .jsrdCountsBoxs {
	width: 7rem;
	margin-top: 0.21rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	font-size: 0.28rem;
	font-weight: 500;
	color: #000000;
	padding: 0.16rem 0;
}

.jsrdBoxs .jsrdCountsBoxs li a {
	color: #000000;
	display: block;
	width: 6.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0.08rem auto;
}

/* 技术文库 */
.jswkListBoxs {
	width: 100%;
}

.jswkListBoxs .tabUl {
	height: 0.6rem;
	line-height: 0.6rem;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	display: flex;
	font-size: 0.28rem;
	font-weight: 500;
	color: #333333;
}

.tabUl::-webkit-scrollbar {
	display: none;
}

.jswkListBoxs .tabUl li {
	margin: 0 0.31rem;
}

.tabUl li a {
	color: #333333;
	line-height: 0.52rem;
	text-decoration: none;
}

.tabUl .act {
	color: #2577E3;
	font-weight: bold;
}

.tabUl .act a {
	color: #2577E3;
}

.tabUl .act .redLine {
	display: block;
	width: 0.28rem;
	height: 0.06rem;
	font-size: 0.3rem;
	background: #2577E3;
	margin: -0.1rem auto;
	border-radius: 0.1rem;
}

.jswkCountsBoxs {
	margin-top: 0.2rem;
}

.jswkCountsBoxs .jswkBox {
	display: none;
	font-size: 0.28rem;
	font-weight: 500;
	color: #000000;
	width: 7rem;
	/* height: 2.59rem; */
	padding: 0.1rem 0;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 0.1rem;
}

.jswkCountsBoxs .jswkBox:nth-child(1) {
	display: block;
}

.jswkBox .textBox a {
	display: block;
	position: relative;
	width: 6.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	color: #000000;
	margin: 0.16rem auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 0.24rem;
}

.jswkBox .textBox a::after {
	position: absolute;
	left: 0;
	top: 40%;
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	background: #2577E3;
	border-radius: 50%;
}

.wdzlBoxs {
	width: 7rem;
	margin: 0.35rem auto 0;
}

.wdzlBoxs .wdzlTitle {
	font-size: 0.3rem;
	font-weight: bold;
	color: #000000;
	position: relative;
	text-indent: 0.2rem;
}

.wdzlBoxs .wdzlTitle::after {
	position: absolute;
	left: 0;
	top: 15%;
	content: '';
	width: 0.08rem;
	height: 0.28rem;
	background: #2577E3;
}

.wdzlCountsBigBoxs {
	width: 100%;
	/* height: 2.4rem; */
	margin-top: 0.3rem;
	overflow: hidden;
	overflow-x: scroll;
}

.wdzlCountsBigBoxs::-webkit-scrollbar {
	height: 0;
}

.wdzlCountsBigBoxs .wdzlCountsBoxs {
	width: auto;
	/* height: 2.4rem; */
	display: flex;

}

.wdzlCountsBigBoxs .wdzlCountsBoxs .wdzl_box {
	width: 1.86rem;
	height: 2.1rem;
	margin-right: 0.2rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
}

.wdzlCountsBigBoxs .wdzlCountsBoxs .wdzl_box a {
	display: block;
	width: 1.86rem;
}

.wdzlCountsBigBoxs .wdzlCountsBoxs .wdzl_box a .text {
	width: 1.39rem;
	height: 1.22rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin: 0.44rem auto;
	font-size: 0.28rem;
	font-weight: 500;
	color: #000000;
}

/* 导购相册 */
.dgxcBoxs {
	width: 7rem;
	margin: 0.3rem auto;
}

.dgxcTitle {
	font-size: 0.3rem;
	font-weight: bold;
	color: #000000;
	position: relative;
	text-indent: 0.2rem;
}

.dgxcTitle::after {
	position: absolute;
	left: 0;
	top: 15%;
	content: '';
	width: 0.08rem;
	height: 0.28rem;
	background: #2577E3;
}

.dgxcCountsBoxs {
	margin: 0.3rem auto;
	font-size: 0.28rem;
	font-weight: 500;
	color: #000000;
}

.dgxcTop {
	width: 7rem;
	border-radius: 0.1rem;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dgxcTop .dgxcLeft a {
	display: block;
	width: 3.5rem;
	height: 2.56rem;
	border-top-right-radius: 0.1rem;
	border-bottom-right-radius: 0.1rem;
}

.dgxcTop .dgxcLeft a img {
	width: 3.5rem;
	height: 2.56rem;
}

.dgxcRight {
	width: 3.26rem;
}

.dgxcRight a {
	width: 3rem;
	height: 0.4rem;
	line-height: 0.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	color: #000000;
	margin: 0.16rem 0;
}

.dgxcBotBox {
	width: 7rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.dgxcBotBox .dgxcBox {
	width: 3.4rem;
	margin: 0.2rem 0;
}

.dgxcBotBox .dgxcBox a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dgxcBotBox .dgxcBox a .picBoxs {
	width: 1.12rem;
	height: 1.12rem;
	border-radius: 0.1rem;
	overflow: hidden;
}

.dgxcBotBox .dgxcBox a .picBoxs img {
	width: 1.12rem;
	height: 1.12rem;
}

.dgxcBotBox .dgxcBox a .dgxcText {
	width: 2.05rem;
	height: 1.12rem;
	font-size: 0.28rem;
	font-weight: 500;
	color: #000000;
	overflow: hidden;

}