.tools {
	color: #fff;
	display: flex;
	height: 45px;
	align-items: center;
	padding: 5px;
	border-top: 1px solid #183054
}
.tools-item {
	cursor: pointer;
	margin: 0px 8px;
}
.tools-item p {
	padding: 5px 8px;
	transition: all .3s;
}
.tools-item p:hover {
	background-color: rgba(0,0,0,.3);
	color: #00ffff
}
.tools-wrap, .preview-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000

}
.tools-wrap.active, .preview-wrap.active {
	display: block
}
.tools-wrap .mask, .preview-wrap .mask {
	position: relative;
	background-color: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
}
.tools-box.active, .preview-box.active {
	display: block
}
.tools-box, .preview-box {
	display: none;
	position: absolute;
	top: 25%;
	left: calc(50% - 200px);
	width: 500px;
	background-color: #fff;
	border-radius: 5px;
}
.preview-box {
	width: 1200px;
	left: calc(50% - 600px);
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	height: 90%;

}
.tools-box-header, .preview-box-header {
	position: relative;
	border-bottom: 1px solid #eee;
}
.preview-box-header p:nth-of-type(2) {
	text-align: center;
	color: #999
}
.tools-box-header p, .preview-box-header .preview-box-header-p {
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.tools-box-header .tools-close-btn, .preview-box-header .preview-close-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.tools-close-btn:before, .tools-close-btn:after, .preview-close-btn:before, .preview-close-btn:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 60%;
	height: 1px;
	background-color: dodgerblue;
	margin-top: auto;
	margin-bottom: auto;
}
.tools-close-btn:before, .preview-close-btn:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tools-close-btn:after, .preview-close-btn:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.tools-box-main, .preview-box-main {
	min-height: 140px;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.preview-box-main {
	height: calc(100% - 100px);
	overflow-y: auto;
}

.tools-box-footer {
	position: relative;
	padding: 10px
}
.tools-box-footer .submit{
	margin: 0 auto;
	background-color: dodgerblue;
	color: #fff;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
	border-radius: 3px;
}
.tools-box-footer .submit:hover {
	background-color: royalblue
}
.t-b-m-item.active {
	display: block
}
.t-b-m-item {
	position: relative;
	width: 100%;
	/*display: none*/
}
.t-b-m-item input[type=text] {
	height: 30px;
	line-height: 30px;
	outline: none;
	padding: 0px 10px;
	/*background-color: #f5f5f5;*/
	min-width: 300px;
	margin-left: 20px;
	border: 1px solid dodgerblue;
}
.item-group {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}
.item-group span.t-b-m-title {
	font-weight: bolder;
	margin-right: 20px;
}
.beizhu {
	color: #666
}
.radio-inline .check-box-beauty {
    border-radius: 50%;
    margin-right: 0px
}
.check-box-old {
    display: none;
}
.check-box-beauty {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    margin-top: 2px;
    margin-left: -20px;
    border: 1px solid #157EEF;
    vertical-align: middle;
    border-radius: 15%;
    margin-right: 3px;
    transition: all .2s;
}
.check-box-beauty::before {
    content: '';
    height: 8px;
    width: 8px;
    top: 3px;
    left: 3px;
    position: absolute;
    background: #1D9ED2;
    border-radius: 15%;
    transform: scale(0);
    transition: all .2s;
}
.radio-inline .check-box-beauty::before {
    border-radius: 50%;
}
.check-box-old:checked+.check-box-beauty::before {
	transform: scale(1);
}
.radio-inline {
	padding-left: 25px;
	width: 60px;
	cursor: pointer;
}
#preview {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	justify-content: flex-start;
}
#preview img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;

}
.preview-mode.screenshot-open .data-row .data-row-item:first-child, 
.preview-mode.screenshot-open .sjk-data-title .s-d-t-item:first-child, 
.preview-mode.screenshot-open .complaint-sjk .data-row .data-row-item:last-child, 
.preview-mode.screenshot-open .complaint-sjk .sjk-data-title .s-d-t-item:last-child, 
.preview-mode.screenshot-open .unicorn .data-row .data-row-item:last-child, 
.preview-mode.screenshot-open .unicorn .sjk-data-title .s-d-t-item:last-child, 
.preview-mode.screenshot-open .unicorn-market-value.ss .data-row .data-row-item:last-child, 
.preview-mode.screenshot-open .unicorn-market-value.ss .sjk-data-title .s-d-t-item:last-child
{
	display: none;
}
.preview-box-footer {
	text-align: right;
	color: #666;
	height: 40px;
	padding: 0px 10px;
	position: relative;
	border-top: 1px solid #eee;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.preview-box-footer a {
	color: #fff;
	font-weight: bolder;
	cursor: pointer;
	padding: 5px 20px;
	background-color: dodgerblue;
	border-radius: 5px;
	transition: all .3s;
	margin-left: 20px;
}
.preview-box-footer a:hover {
	background-color: royalblue
}
.preview-mode .invest .screenshot-table-title, 
.preview-mode .invest .screenshot-table-footer,
.preview-mode .unicorn .screenshot-table-title, 
.preview-mode .unicorn .screenshot-table-footer,
.preview-mode .complaint-sjk .screenshot-table-title, 
.preview-mode .complaint-sjk .screenshot-table-footer, 
.preview-mode .complaint-detail.screenshot-table-footer {
	padding: 0px 20px
}
.preview-mode .screenshot-table-bz {
	padding: 0px;
	border: 0;
}
.screenshot-open .sjk-data-title, .screenshot-open .data-row {
    border-right: 1px solid #0068B7;
}
.screenshot-open .data-row .data-row-item:last-child, .screenshot-open .sjk-data-title .s-d-t-item:last-child {
	border-right: 0px
}
.tools-icon-title {
	background-image: url('../images/icon-dsb-tools-title.png')
}
.tools-icon-font {
	background-image: url('../images/icon-dsb-tools-font.png')
}
.tools-icon-color {
	background-image: url('../images/icon-dsb-tools-color.png')
}
.tools-icon-sy {
	background-image: url('../images/icon-dsb-tools-sy.png')
}
.tools-icon-download {
	background-image: url('../images/icon-dsb-tools-download.png')
}
.tools-icon-init {
	background-image: url('../images/icon-dsb-tools-init.png')
}
.tools-icon {
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
	width: 35px;
	height: 30px;
	padding: 0;
	margin: 0 8px;
}
.tools-icon.tools-icon-title:hover {
	background-image: url('../images/icon-dsb-tools-title2.png')
}
.tools-icon.tools-icon-font:hover {
	background-image: url('../images/icon-dsb-tools-font2.png')
}
.tools-icon.tools-icon-color:hover {
	background-image: url('../images/icon-dsb-tools-color2.png')
}
.tools-icon.tools-icon-sy:hover {
	background-image: url('../images/icon-dsb-tools-sy2.png')
}
.tools-icon.tools-icon-download:hover {
	background-image: url('../images/icon-dsb-tools-download2.png')
}
.tools-icon.tools-icon-init:hover {
	background-image: url('../images/icon-dsb-tools-init2.png')
}

@media (max-width: 769px) {
	.tools {
		display: none
	}
}