
.dsj-wrapper {
	padding-top: 45px;
	padding-left: 260px;
	padding-right: 0px;
	transition: all .3s;
}
.financial-wrapper, .sjk-wrapper, .stock-container {
	width: 100%;
	max-width: 100%;
}
.screenshot-open .financial-wrapper, .screenshot-open .sjk-wrapper {
	/*width: 1100px;*/
}
.search-type {
	padding: 10px;
}
.unicorn-vs {
	left: 250px;
	width: calc(100% - 250px);
}
.u-v-c-list {
	padding: 10px 20px
}
.u-v-content {
	min-height: 40px;
	max-height: 120px;
}
.u-v-c-list {
	min-height: 0px;
}
.unicorn-vs.small .u-v-content {
	min-height: 0px;
}
.unicorn-vs.small {
	width: calc(100% - 250px)
}
.dsj-nav-box {
	position: fixed;
	top: 45px;
	left: 0;
	height: calc(100% - 45px);
	width: 250px;
	z-index: 240;
	background-color: #11182B;
	padding: 10px 10px 40px;
	transition: all .3s;
}
.zhedie .dsj-nav-box {
	left: -250px;
}
.zhedie .dsj-wrapper {
    padding-left: 50px;
    padding-right: 50px;
}
.dsj-nav {
	height: 100%;
	overflow: hidden;
}
.dsj-nav-box .scrollBarBox {
	position: absolute;
	top: 0px;
	right: 0;
	background-color: rgba(0,0,0,.2);
	width: 5px;
	height: calc(100% - 40px);
	overflow: hidden;
}
.dsj-nav-box .scrollBarBox .bar {
	background-color: #2F6FAD;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	border-radius: 5px;
	cursor: pointer;
	transition: height .3s, top .1s;
}
.dsj-nav-list {
	height: 0px;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}
.dsj-nav-list.active {
	/*height: auto*/
}
.dsj-nav-list-item {
	color: #fff;
	padding: 0px;
	position: relative;
	line-height: 35px;
	cursor: pointer;
	font-size: 14px;
	transition: all .2s;
}
.dsj-nav-list-item.open {
	color: #00ffff
}
.dsj-nav-list-item .dsj-nav-list-item {

	padding: 0px 0px 0px 20px;
}
.dsj-nav-list-item:hover {
	background-color: rgba(0,0,0,.2)
}
.dsj-nav-list-item p {
	position: relative;
	padding-left: 25px;
	transition: all .3s;
}
.dsj-nav-list-item p:hover {
	color: #00ffff;
}
.dsj-nav-list-item p::after, .dsj-nav-list-item p::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 1px;
	background-color: #2F3C4A;
	left: 0;
	top: 15px;
	display: none;
}
.dsj-nav-list-item p::after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	display: none;
}
.dsj-nav-list-item.more p::after {
	/*display: block;*/
}
.dsj-nav-list-item.more p::after, .dsj-nav-list-item.more p::before {
	background-color: #fff
}
.dsj-nav-list .dsj-nav-list {
	border-left: 1px solid #1C242D
}
.dsj-nav-list-item p a {
	color: #fff;
	transition: all .3s;
	display: block;

}
.dsj-nav-list-item p a:hover {
	color: #00ffff;
}
.tool-group {
	display: flex;
	justify-content: space-between;
	max-height: 45px;
	min-height: 45px;
	align-items: center;
	padding: 0px 10px;
}
.tool-group .sjk-change-status-box {
	position: relative;
	right: 0;

}
.tool-group .search-box {
	width: auto;
	height: auto;
	flex: 1;
}
.dsj-wrapper .sjk-wrapper {
	padding-top: 0px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.screenshot-open .dsj-wrapper .sjk-wrapper {
	background-color: #11182B
}
.position {
	color: #fff;
	/*padding: 0px 15px;*/
	font-weight: bolder;
    flex-grow: 0;
    flex-shrink: 0;
}
.financial-main, .sjk-main {
	width: 100%
}
.dsj-wrapper .footer {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0px;
	background-color: rgba(0,0,0,.5);
}
.dsj-wrapper .bottom_box .bottom_logo li a:hover {
	background-color: transparent;
}
.dsj-wrapper .footer p a{
	color: #fff;
	padding: 0px 10px;
}
.tool-group .search-box input {
	border: 0;
    background: rgba(255,255,255,.1);
    color: #fff;
}
.tool-group .search-box span {
	color: #fff;
	background-color: dodgerblue;
	transition: all .3s;
	width: 60px;
}
.tool-group .search-box span:hover {
	background-color: royalblue
}
.tool-group .search-box input, .tool-group .search-box span {
	height: 30px;
	line-height: 30px;
}
.search-type {
	padding: 3px 10px;
}
.search-time {
	border-radius: 5px;
}
.time-content {
	margin-left: 90px;
	margin-right: 20px;
	border-radius: 5px;
}
.financial-choose .choose-box, .sjk-choose .choose-box {
	padding: 10px
}
.screenshot-open .dsj-wrapper .sjk-table, .screenshot-open .dsj-wrapper .load-btn {
	max-width: 1100px;
	margin: 0 auto;
}
.screenshot-open .dsj-wrapper .sjk-table {
	padding: 10px 10px 10px;
}
.screenshot-open .dsj-wrapper .screenshot-table-title, .screenshot-open .dsj-wrapper .screenshot-table-footer {
	/*padding: 0*/

}
.small-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 250px;
	height: 40px;
	background-image: url('../images/icon-zhedie.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	cursor: pointer;
	background-color: rgba(255,255,255,.02);
	transition: all .3s;
}
.zhedie .small-btn {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 40px;
	top: 55px;
	background-color: rgba(255,255,255,.5);
	background-image: url('../images/icon-zhedie2.png')
}
.zhedie .small-btn:hover {
	background-color: #fff;
}
.small-btn:hover {
	background-color: rgba(0,0,0,.2)
}
.zhedie .unicorn-vs {
	width: 100%;
	left: 0;
}
.tu, .tu2 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
i.icon-sjk {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
}
.dsj-nav-list-item.more p i.icon-sjk {
	background-image: url('../images/icon-dsb-nav-more.png');
}
.dsj-nav-list-item.more p:hover i.icon-sjk {
	background-image: url('../images/icon-dsb-nav-more2.png');
}
.dsj-nav-list-item p i.icon-sjk {
	background-image: url('../images/icon-dsb-nav-open.png');
}
.dsj-nav-list-item p a i.icon-sjk {
	background-image: url('../images/icon-dsb-nav-sjk2.png')!important;
	
}


@media (max-width: 769px) {
	.financial-wrapper, .sjk-wrapper, .financial-main, .sjk-main {
		width: 100%;
		left: 0
	}
	.unicorn-vs.small {
		width: 100%
	}
	.scrollBarBox {
		display: none
	}
	.dsj-nav {
		overflow-y: auto;
	}
	.dsj-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
	.dsj-nav-box {
		width: 100%;
		display: none;
	}
	.tool-group {
		flex-wrap: wrap;
		max-height: 100px;
		padding: 0px;
	}
	.tool-group .search-box {
		padding: 0px 5px 5px;
	}
	.position {
		width: 100%;
		padding: 10px;
	}
	.tool-group .search-box input {
		flex: 1;
		width: auto;
	}
	.tool-group .search-box input, .tool-group .search-box span {

		border-radius: 0px;
	}
}