.stock-table-header {
	display: flex;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	color: #999;
	font-size: 12px;
}

.stock-table-header div {
	flex: 1;
}

.stock-table-header div:nth-child(1) {
	flex: 3.1;
}

.stock-table-row {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.stock-table-cell {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
}

.stock-table-cell:nth-child(1) {
	flex: 3.5;
}

.stock-code {
	color: #999;
	font-size: 12px;
}

.stock-price {
	color: #e60012;
}

.stock-change {
	color: #e60012;
}

.hangyeList {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}

.hangyeList .Item {
	margin-top: 10px;
	width: calc(20% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 17px;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
	padding: 10px 15px 5px 15px;
	border: 1px solid #f5f5f5;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.hangyeList .Item a {
	color: #333;
	text-decoration: none;
}

.hangyeList .Item:hover {
	background: #3A7FF8;
}

.hangyeList .Item:hover p,
.hangyeList .Item:hover p.c-blue04,
.hangyeList .Item:hover a {
	color: #fff !important;
}

.hangyeList .Item .price {
	display: flex;
	align-items: baseline;
}

.hangyeList .Item .price .num {
	font-size: 19px;
	font-family: Arial-BoldMT, Arial;
	font-weight: bold;
	margin-right: 8px;
}

.hangyeList .Item .price .price-del {
	text-decoration: line-through;
	font-size: 12px;
	opacity: 0.7;
}

@media (max-width: 480px) {
	.hangyeList .Item {
		width: calc(33.33% - 20px);
	}
}

.fzb {
	font-weight: bold;
}

.fz12 {
	font-size: 12px;
}

.c-blue04 {
	color: #3A7FF8 !important;
}

/*列表页*/

.newModule, .newModuleS {
	padding: 0px 0;
	display: flex;
	justify-content: space-between;
	border-radius: 3px;
}

.ico-hangyeck {
	width: 151px;
	height: 122px;
	background: linear-gradient(315deg, #276DE7 0%, #A6C6FF 100%);
	border-radius: 3px 0px 0px 3px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.ico-hangyeck .icobg1 {
	background-position: -756px 59px;
}

.ico-hangyeck .icobgImg {
	height: 122px;
	display: block;
	background: url(//csstools.chinaz.com/datachinaz/resPc/img/ico-hangyeck.png) no-repeat bottom;
	margin: auto;
	position: relative;
}

.ico-hangyeck .txt {
	margin-top: 20px;
	font-size: 16px;
}

.ico-hangyeck i.ico-ciku1 {
	background-position: -98px -16px;
}

.ico-hangyeck i, .ico-newhangyeck i {
	display: block;
	background: url(//csstools.chinaz.com/datachinaz/resPc/img/ico-hangyeck.png) no-repeat;
	width: 44px;
	height: 44px;
	margin: auto;
	position: relative;
	top: 10px;
}

.newModule .smallTypeitem {
	padding-top: 10px;
}

.newModule .item {
	width: 238px;
	border-right: 1px solid #eee;
	margin: 12px 0;
	font-size: 14px;
	font-family: Impact;
	color: #333;
	line-height: 27px;
	text-align: center;
	padding-top: 20px;
}

.fz26 {
	font-size: 26px;
}

.z-mt1 {
	margin-top: 4px;
}

.c-36 {
	color: #666 !important;
}


/* Tabs 容器 */
.tabs {
	width: 100%;
	max-width: 800px;
	overflow-x: auto;
 /* 小屏幕可横向滚动 */
	background: #cccccc4a;
	border-radius: 5px;
	padding: 12px;
	margin-top: 12px;
}
        
        /* Tab 导航 - 靠左紧凑带图标 */
.tab-nav {
	display: flex;
	list-style: none;
            /* border-bottom: 1px solid #ddd; */
	gap: 5px;
 /* 更小的标签间距 */
            /* padding-bottom: 2px; */ /* 为底部边框留空间 */
	padding-left: 0;
}

.tab-nav a {
	display: flex;
	align-items: center;
	padding: 5px 10px;
 /* 更紧凑的内边距 */
	text-decoration: none;
	color: #333;
	border-bottom: 2px solid transparent;
	transition: all 0.3s;
	font-size: 13px;
 /* 更小的字体 */
	white-space: nowrap;
 /* 防止文字换行 */
}

.tab-nav a:hover {
	color: #1a73e8;
}

.tab-nav a.active {
	color: #1a73e8;
	border-bottom-color: #1a73e8;
	font-weight: bold;
}
        
        /* 图标样式 */
.tab-nav .icon {
	margin-right: 6px;
	font-size: 14px;
	width: 16px;
	text-align: center;
}
        
        /* Tab 内容 - 紧凑 */
.tab-content {
	padding-bottom: 10px;
}

.tab-pane {
	display: none;
	font-size: 14px;
	line-height: 1.4;
}

.tab-pane.active {
	display: block;
}
        
        /* 响应式调整 */
@media (max-width: 600px) {
	.tab-nav {
		gap: 3px;
	}

	.tab-nav a {
		padding: 5px 8px;
		font-size: 12px;
	}

	.tab-nav .icon {
		margin-right: 4px;
		font-size: 12px;
	}
}

.tab-ul {
	padding-left: 0;
	list-style: none;
}


.tab-ul a{
	/*color:#555;*/
	/*border-bottom: none;*/
}
.tab-ul a:hover{
	/*color: #007bff;*/
}