.cpy-info {
	display: flex;
	align-items: baseline;
	
}
.dsj-wrapper.cpy {
	padding-right: 5px;
}
.cpy-name {

}
.stock-code {
	color: #eee;
	margin-left: 20px;
}
.cpy-content {
	color: #eee;
	padding: 0px 10px;
	line-height: 30px;
}
.stock-module-ul {
	display: flex;
	height: 45px;
	align-items: center;

}
.stock-module-ul li {
	display: flex;
	flex: 1;
	padding: 0px 15px;
	color: #eee;
	position: relative;
}
.stock-module-ul li.small {
	/*flex: 0 0 120px;*/
	display: none;
}
.stock-module-ul li.small.active {
	display: flex
}
p.show-btn {
	right: -10px
}
.stock-module-ul li p {
	position: relative;
}
.down p {
	color: #33CC33
}
.up p {
	color: #FF0000
}
.down p.rate:after,
.up p.rate:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
	width: 0;
	height: 0;
	margin-top: auto;
	margin-bottom: auto;
	content: '';

}
.down p.rate:after {
	border-top: 10px solid #33CC33;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 0px;
}
.up p.rate:after {
	border-bottom: 10px solid #FF0000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 0px;
}
.tabs-module {
	display: flex;
	height: 55px;
	align-items: center;
}
.tabs-module>li {
	display: none;
	flex: 0 0 18%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #1A2139;
	/*background-image: linear-gradient(90deg, #051332, #262F44 150%);*/
	border-radius: 5px;
	color: #ccc;
	cursor: pointer;
}
.tabs-module>li:not(:first-child) {
	margin-left: 2.5%;
}

.tabs-module li.active {
	color: #eee;
	/*background-image: linear-gradient(90deg, #245AD2, #2A1756);*/
	background-color: #0B78E2
} 
.data-module {
	/*background-color: rgba(0,0,0,.7);*/
	min-height: 400px;
}
.data-module-item {
	padding: 20px 0px;
	display: none;
	position: relative;
}
.data-module-item.active {
	display: block
}
.data-module-item.zx .data-list {
	display: flex;
	flex-wrap: wrap;
}
.data-module-item.zx .data-list li {
	flex: 0 0 50%;
	width: 50%;
	display: flex;
	justify-content: space-between;
	height: 40px;
	align-items: center;
	padding: 0px 10px;
	color: #999;
}
.data-module-item.zx .data-list li a {
	color: #eee;
	white-space: nowrap;
	overflow: hidden;
	transition: all .3s;
	text-overflow: ellipsis;
}
.data-module-item.zx .data-list li a:hover {
	color: #00ffff
}
.data-module-item.zx .data-list li span {

	white-space: nowrap;
}
.stockImagWrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000
}
.stockImagWrap.active {
	display: block
}
.stock-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    height: 450px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}
.stock-box-name {
    text-align: center;
    line-height: 35px;
    height: 35px;
    font-size: 20px;
    font-weight: bolder;
}
.stock-box-tabs {
	display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.stock-box-tabs li {
	flex: 1;
    text-align: center;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    background-color: #eee;
    margin: 0px 1px;
    transition: all .2s;
}
.stock-box-img li {
	display: none;
}
.stock-box-img li.active {
	display: block
}
.zx-page {
	display: flex;
	justify-content: center;
	padding: 20px;
}
.zx-page li {
	color: #fff;
	padding: 3px 15px;
	background-color: #161D2F;
	border-radius: 3px;
	margin: 0 8px;
	cursor: pointer;
	transition: all .3s;
}
.zx-page li:hover {
	background-color: #06498A
}
.zx-page li.active {
	background-color: dodgerblue;
	color: #fff
}
.item-bg {
	min-height: 50px;
	margin-bottom: 20px;
	background-color: #11182B;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.item-title {
	padding: 0px 20px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #eee;
	background-color: #1A2139
}
.item-title.cpyList {
	font-weight: bolder;
	color: #00ffff;
}
.item-title .more-info a {
	margin-left: 20px;
	color: #eee;
	transition: all .3s;
}
.item-title .more-info a:hover {
	color: #00ffff
}
.cb-data-list {
	padding-left: 200px;
	position: relative;
	display: flex;
	color: #eee;
	overflow-x: auto;
}
.cb-data-key-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	background-color: #0D1325;
	z-index: 20;
	color: #eee;
	box-shadow: 3px 0px 10px rgba(0,0,0,.3)
}
.cd-data-table {
	position: relative;
	overflow: hidden;
	height: 100%;
	padding-bottom: 10px;
}
.cb-data-item {
	/*display: flex;*/
	/*width: 120px;*/
	flex: 0 0 120px;
	transition: all .3s;
}
.cb-data-list li,
.cb-data-key-item li {
	height: 35px;
	line-height: 35px;
	padding: 0px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cb-data-list li:nth-of-type(even) {
	background-color: rgba(47,55,82,.2);
}
.cb-data-list .cb-data-item:hover {
    background: rgba(47,55,82,.2);
}
.cb-data-list ul.cb-data-item:hover li {
	color: #eee;
}
.cb-data-list ul.cb-data-item li {
	color: #ccc;
	text-align: right;
	transition: all .3s;
}
.cb-data-list ul.cb-data-item li:first-child {
	color: #eee;
	font-weight: bolder;
}
.cb-data-list::-webkit-scrollbar {
    height: 8px;
}
.cb-data-list::-webkit-scrollbar-button {
	background-color: #11182B
}
.cb-data-list::-webkit-scrollbar-thumb {
    background-color: rgba(34, 59, 115, 0.6);
    border-radius: 5px;
}
.cb-data-list::-webkit-scrollbar-track {
    background-color: rgba(39, 48, 69, 0.6);
}
.cpy-menu {
	position: relative;
    padding: 0px 20px;
    height: 30px;
    margin: 20px 0px;
    overflow: hidden;
    transition: all .3s;
}
.cb-menu {
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
}
.cb-menu li {
	flex: 0 0 11%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	background-color: #1A2139;
	color: #fff;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 5px;
	transition: all .3s
}
.cb-menu li.active {
	background-color: #0B78E2
}
.cb-menu li:not(last) {
	margin-right: 1%;
}
.icon-down {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: #1A2139;
	border-radius: 5px;
	cursor: pointer;
}
.icon-down::before,
.icon-down::after {
	position: absolute;
	content: '';
	width: 13px;
	height: 1px;
	background-color: #fff;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	transition: all .3s;
}
.icon-down::before {
	transform: rotate(45deg);
	left: 4px;
}
.icon-down::after {
	transform: rotate(-45deg);
	right: 4px;
}
.icon-down.active::before {
	transform: rotate(-45deg);
}
	
.icon-down.active::after {
	transform: rotate(45deg);
	
}
#cbEcharts {
	width: 100%;
	height: 400px;
}
#trzEcharts {
	width: 100%;
	height: 400px;
}
#pjEcharts {
	width: 100%;
	height: 650px;
}
#zgsUrl, #cbUrl {
	min-height: 50px;
	display: none
}
.cb-url-tables {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}
.cb-url-tables li {
	flex: 0 0 14.2%;
	/*margin-bottom: 1px;*/
}
.cb-url-tables li a {
	display: block;
	color: #ccc;
	transition: all .3s;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #1A2139;
	border: 2px solid #11182B;
	border-radius: 3px;

}
.cpy .cpy-info {
	background-color: #1A2139
}
.cpy .sjk-bg4 {
	background-color: #1A2139
}
.cpy .cpy-content {
	background-color: #11182B
}
.data-table-title,
.trz-data-item {
	display: flex;
	/*align-items: center;*/
}
.data-table-title {
	height: 45px;
}
.trz-data-item {
	height: 80px;
	overflow: hidden;
}
.data-table-title .data-table-item,
.trz-data-item .trz-item {
	flex: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.trz-data-item .trz-item a {
	color: #fff
}
.trz-data-item .trz-item a:hover {
	color: #00ffff
}
.data-table-title .data-table-item.small,
.trz-data-item .trz-item.small {
	flex: 0 0 50px;
}
.data-table-title .data-table-item.large,
.trz-data-item .trz-item.large {
	flex: 0 0 200px;
}
#trzDataList .trz-data-item:nth-child(even),
.data-table-title {
	background-color: #1A2139
}
#dataTables {
	color: #eee;
	padding: 8px;
}
#trzDataList {
	border: 1px solid #1A2139;
}
.trz-data-item .trz-item p {
	height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.trz-data-item .trz-item.large {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#appData {
	padding-bottom: 30px;
}
.cb-data-echarts div:first-child {
	margin: 0 auto;
}
.s-result {
	padding: 0px 10px;
	color: #fff;font-weight:bold;line-height:45px;font-size: 20px;
}
.s-result a {
	color: #00ffff;
	font-size: 20px;
}
.cpy-list-msg {
	color: #eee;
	padding: 5px 10px
}
.cpy-list-msg a {
	color: #00ffff
}

@media (max-width: 768px) {
	.stock-module-ul {
		flex-wrap: wrap;
		height: auto;
	}
	.tabs-module {
		height: auto;
	}
	.stock-module-ul li {
		flex: 0 0 50%;
		height: 30px;
		line-height: 30px;
	}
	.tabs-module>li {
		height: 40px;
		line-height: 40px;
		border-radius: 0px;
		flex: 1;
		font-weight: bolder;
	}
	.data-module-item {
		padding-top: 5px;
	}
	.cb-menu li {
		flex: 0 0 22%;
	}
	.tabs-module>li:not(:first-child) {
		margin-left: 0px;
	}
	.cpy-menu {
		padding-left: 5px;
	}
	.data-module-item.zx .data-list li {
		width: 100%;
		flex: 0 0 100%;
	}
	.data-module-item.zx .data-list li a {
		font-size: 14px;
	}
	.zx-page li {
		margin: 0px 5px;
		padding: 3px 10px;
	}
	.zx-page {
		padding: 20px 0px;
	}
	.cb-data-key-item {
		width: 120px;
	}
	.cb-data-list {
		padding-left: 120px;
	}
	.cb-data-item {
		flex: 0 0 90px;
	}
	.cb-url-tables li {
		flex: 0 0 25%;
	}
	#pjEcharts {
		height: 1200px;
	}
	.trz-data-item {
		overflow: inherit;
	}
	.data-table-title .data-table-item, .trz-data-item .trz-item {
		flex: 0 0 80px;
	}
	.trz-data-item:nth-child(even) .trz-item, 
	.data-table-title .data-table-item {
		background-color: #1A2139
	}
	#dataTables {
		overflow: auto;
	}
		
}