* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft YaHei", sans-serif;
}

a {
	color: #333;
}

a:hover {
	color: #2a90ff;
}

.red {
	color: #e05454;
}

.green {
	color: #468800;
}

/* 页面整体布局 - 左右分栏 */
.page-container {
	width: 1250px;
	margin: 20px auto;
	gap: 20px;
}

.left-column {
	width: 770px;
	float: left;
}

.right-column {
	width: 450px;
	float: right;
}

/* 通用标题样式 */
.module-title {
	font-size: 22px;
	color: #333;
	margin-bottom: 5px;
	padding: 0 0 10px;
}

.etf-trend .module-title {
	border-bottom: 1px solid #e9e9e9;margin:0 0 15px;
}

/* 1. 今日热门ETF基金模块 */
.hot-etf-grid {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.hot-etf-item {
	width: 25%;
	display: flex;
	flex-direction: column;
	font-weight: 700;height:70px;
	color: #fff;
	font-size: 18px;
	border: 1px solid #fff;
}

.hot-etf-item a {
	color: #fff;padding:11px 0 8px;
	height: 100%;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.hot-etf-item:first-child{border-radius:15px 0 0 0}
.hot-etf-item:nth-child(5),.hot-etf-item:nth-child(9){border-radius:0 0 0 15px}
.red-bg {
	background-color: #e05454;
}

.green-bg {
	background-color: #468800;
}

.gray-bg {
	background-color: #999;
}

/* 2. 近期热门ETF品种模块 */
.recent-etf {
	margin-bottom: 20px;
	float: left;
}

.recent-etf-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;position: relative;
}

.more-filter {
	font-size: 18px;
	text-decoration: none;
	position: absolute;top:4px;right:0;
	background: url(../images/ico_1.png) no-repeat 100% 3px;
	background-size: 9px auto;
	padding-right:12px;
	
}

.recent-etf-table {}

.etf-row {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.etf-col {
	float: left;
	width: 24%;
	padding: 5px 0;
	font-size: 16px;
	text-align: center;
	border-right: 1px solid #eee;
}

.etf-col.e1 {
	width: 28%;
	text-align: left;
}

.etf-col.e2 {
	line-height: 30px;
}

.etf-desc {
	color: #999;
	flex-shrink: 0;
}

.etf-col a {
	display: block;
	color: #333;
	line-height: 20px;
}
.etf-name a::after{
	content: "";
	display: inline-block;
	width:12px;height:12px;margin-left:8px;
	background: url(../images/arrow.png) no-repeat;
	background-size: 12px auto; position: relative;top:-1px;
}
.etf-name a:hover::after{
	background-position:100% -33px;
}
.etf-col a:hover {
	color: #2a90ff
}

.etf-col div {}

.etf-col.label {
	line-height: 20px;
	position: relative;
}

.etf-col .etf-ico {
	background-color: #bbb;
	color: #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 5px;
	text-align: center;
	list-height: 20px;
	border-radius: 5px 0 5px 0;
}

.etf-col .ico-0 {
	background-color: #f66464;
}

.etf-col .ico-1 {
	background-color: #ff9494;
}

.etf-col .ico-2 {
	background-color: #ffb4af;
}

.etf-name {
	font-size: 20px;
	margin-left: 30px
}

.etf-desc {
	font-weight: 400;
	margin-left: 30px;
	font-size: 12px;margin-top:3px;
}

.red-text {
	color: #e05454;
}

.green-text {
	color: #468800;
}

/* 3. ETF风向模块 */
.etf-trend {
	margin-bottom: 20px;
	clear: both;
}

.trend-item {
	margin: 0 10px 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.trend-date {
	font-size: 12px;
	color: #999;
	margin: 5px 0 0;
	padding-left: 10px;
}

.trend-title {
	font-size: 18px;
	line-height: 22px;
	color: #333;
	margin: 5px 0 15px;
}

.related-etf {
	font-size: 12px;
	color: #939393;
	position: relative;
	
}
.related-etf .name{position: absolute;top:6px;left:0;width:60px;
background: url(../images/ico_2.png) no-repeat 52px 0;
	background-size: 6px auto;}
.etf-tag-box{padding:0 0 0 60px;}
.related-etf .etf-tag a {
	display: inline-block;
	padding: 6px 10px;
	background-color: #f5f6fa;
	border: 1px solid #eaeaea;
	color: #333;
	margin: 0 0 10px 10px;
	border-radius: 5px;
}

.related-etf .etf-tag a:hover {
	background-color: #2a90fc;
	color: #fff;
}

/* 分页样式 */
.pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 10px;
}

.page-btn {
	padding: 4px 10px;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.page-btn.disabled {
	color: #999;
	cursor: not-allowed;
	background-color: #f5f5f5;
}

/* 右侧通用表格样式 */
.right-table {
	width: 100%;
	margin-bottom: 20px;clear:both;
}

.right-table .table-header {
	color:#888;clear:both;
	display: flex;
	background: none;
	border-bottom: 1px solid #eee;font-size: 14px;
}

.right-table .table-header span {
	display: block;
}

.right-table .table-cell {
	float: left;
	padding: 12px 0;
	
	text-align: right;
	/* display: flex; */
	flex-direction: column;
	justify-content: center;
}
.right-table .table-body{font-size: 16px;}

.right-table .e1 {
	width: 40%;
	text-align: left;
	padding-left: 5px;
	/* width: 120px; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.right-table .e1  a{
	    display: block;
	    width: 100%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
}

.right-table .e2 ,.right-table .e3,.right-table .e4{
	width: 20%;
}

.right-table .e4 {
	padding-right: 5px
}

.table-body {
	display: flex;
	flex-direction: column;
}

.right-table .table-body a:hover .e1 {
	color: #2e8ffa
}

.right-table .table-row {
	display: flex;
	line-height: 1.4;
	color: #333;
	border-bottom: 1px solid #eee;
}

.table-row a {
	display: block;color:#333;
}
.table-row a:hover {
	color: #2a90ff
}
/* 页面容器 */
.page-wrap {
	width: 1250px;
	margin: 20px auto;
}

/* 1. 品种分类导航 */
.category-nav {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 16px;
}

.typename {
	font-weight: 700;
	
	font-size: 16px;
	width: 80px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 0 15px 0 0;
	
	
}

.category-item {
	/* margin-right: 20px; */
	color: #333;
	border:1px solid #fff;
	cursor: pointer;position: relative;
	height: 30px;line-height: 30px;padding:0 10px;
}
.category-item.active,.category-item.current {
	font-weight: 700;background-color: #f6f6f8;border: 1px solid #ddd;border-radius: 5px;
	color: #2b8fff;
}
.category-item .arrow {
	width: 0;
	height: 0;
	display: block;
	border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	  border-bottom: 6px solid #ddd;
	 position: absolute;top:34px;left:50%;margin-left:-6px;
}
.category-item .arrow::after {
  content: "";
  position: absolute;
  left: -6px;
  top: 1px;
  border-left: 6px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid #f8f8f8; /* 背景色（和页面背景一致） */
}

.category-item:hover {
	color: #4285f4
}



/* 2. 二级分类栏 */
.sub-category {
	display: flex;
	margin: 0 0 0 95px;
}

.sub-category-title {
	width: 80px;
	height: 21px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
}

.sub-category-list {
	border:1px solid #ddd;background-color: #f8f8f8;line-height: 32px;border-radius: 5px;
	display: none;
	flex: 1;
	flex-wrap: wrap;
}

.sub-category-item {
	cursor: pointer;
	margin: 0 25px 0 10px;
	font-size: 14px;
	color: #2b8fff;
	color: #666;
}

.sub-category-item.current {
	font-weight: 700;
	color: #2b8fff
}

/* 3. 热门品种栏 */
.hot-variety {
	display: flex;
	padding: 8px 0;
	margin-bottom: 10px;
}

.hot-variety-list {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}

.hot-variety-item {
	cursor: pointer;border:1px solid #fff;height: 30px;line-height: 30px;border-radius: 5px;
	margin-right: 25px;padding:0 10px;
	font-size: 16px;
}

.hot-variety-item.current {
	font-weight: 700;border:1px solid #ddd;background-color: #f8f8f8;
	color: #2b8fff
}

/* 4. 筛选标签栏 */
.filter-tag-bar {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.filter-tag {
	padding: 8px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	margin-right: 20px;
	cursor: pointer;
}

.filter-tag.current {
	background-color: #2b8fff;
	color: #fff;
}

.filter-count {
	margin-left: auto;
	font-size: 12px;
	color: #999;
}

/* 5. 基金表格（纯div实现） */
.fund-table {
	display: flex;
	flex-direction: column;
	border: 1px solid #eee;
}

/* 表格头部 */
.fund-table .table-header {
	display: flex;
	border-bottom: 1px solid #eee;
}

.fund-table .table-header-cell {
	color: #888;
	padding: 15px 5px;
	font-size: 12px;
	text-align: center;
	border-right: 1px solid #eee;
}

/* 表格列宽分配（匹配原图比例） */
.fund-table .col-name {
	flex-shrInk: 0;width:180px;overflow: hidden;
}

.col-price {
	flex: 0.8;
}

.col-change {
	flex: 0.8;
}

.col-volume {
	flex: 1;
}

.col-scale {
	flex: 1;
}

.col-discount {
	flex: 0.8;
}

.col-nav {
	flex-shrink:0;width:150px
}

.col-year {
	flex: 0.8;
}

.col-index {
	flex: 1.2;
}

.col-fee {
	width:215px
}

.col-company {
	flex: 1;
}

/* 表格行 */
.fund-table .table-row {
	display: flex;
}

.fund-table .table-row:nth-child(odd) {
	background-color: #fbfbfb;
}



.table-row.highlight {
	background-color: #e8f0fe;
}

.fund-table .table-cell {
	border-right: 1px solid #eee;
	padding: 15px 5px;
	font-size: 14px;
	line-height: 1.1;
	text-align: center;
	/* display: flex; */
	flex-direction: column;
	justify-content: center;
}


.fund-table .table-cell .T0 {
	color: #f59a23
}

.fund-table .sort {
	color: #2b8fff;cursor: pointer;
}

.fund-table .sort-up,
.fund-table .sort-down {
	background: url(//static.k.sohu.com/static/node-stock/v1-0-4/fund/images/arrow.png) no-repeat;
	padding-right: 7px;
	background-size: 5px auto;
}

.fund-table .sort-up {
	background-position: 100% -30px;
}

.fund-table .sort-down {
	background-position: 100% 1px;
}

/* 文字颜色样式 */
.red-text {
	color: #e05454;
}

.green-text {
	color: #468800;
}

.blue-text {
	color: #4285f4;
}

.gray-text {
	color: #999;
}


.pagenav {font-size:12px;
	text-align: center;
	margin: 25px 0
}

.pagenav span {
	color: #666;
	display: inline-block;
	cursor: pointer;
	padding: 6px 10px;
	background: #eee;
	font-size: 12px;
	margin: 0 0 0 10px;
	border-radius: 3px;
}

.pagenav .gopage {
	width: 40px;
	border: 1px solid #ddd;
	margin: 10px 0
}

.pagenav .current,
.pagenav span:hover {
	background: #2b8fff;
	color: #fff
}

.hidden {
	display: none;
}

.tabbox .tabtag li {
	cursor: pointer;
}

.tabtag {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}

.tabtag li {
	float: left;
	margin-right: 20px;
	font-size: 16px;
	position: relative;
	font-weight: 700;
}

.tabtag li.current span {
	width: 20px;
	height: 3px;
	overflow: hidden;
	background-color: #4a88d1;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -10px;
}
.hotfundbox{display: none;}
.hotfundbox h4{text-align: center;color:#888;font-size:12px;padding:15px 0 8px;
border-bottom: 1px solid #eee;}