﻿@charset "utf-8";

/* CSS Document */

.ininialMainCon {
	height: -webkit-calc(100vh - 172px);
	height: -moz-calc(100vh - 172px);
	height: calc(100vh - 172px);
}

.testPic,
.testMap,
.testResults {
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*在线初检左侧*/

.testPic {
	width: 220px;
}

.menuMainTit {
	margin: 0 10px 10px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.clearResour {
	text-align: center;
}

.clearResour a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	min-width: 180px;
	border-radius: 2px;
	margin: 10px auto;
	transition: 0.6s;
}


/*在线初检中间*/

.testMap {
	width: -webkit-calc(100% - 580px);
	width: -moz-calc(100% - 580px);
	width: calc(100% - 580px);
}

.tabTitBox {
	margin: 10px;
	padding-bottom: 10px;
}

.tabTitBox ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	text-align: center;
	margin-right: 10px;
	transition: 0.6s;
	cursor: pointer;
}

.tabTitBox .btnBox a {
	display: inline-block;
	min-width: 40px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 2px;
	text-align: center;
	margin-left: 6px;
	transition: 0.6s;
}

.tabTitBox .btnBox a.btnGray,
.tabTitBox .btnBox a.btnGray:hover {
	cursor: default;
}

.tabBigImgBox {
	display: none;
	padding: 0 10px;
}

.publicImgBox {
	height: -webkit-calc(100vh - 271px);
	height: -moz-calc(100vh - 271px);
	height: calc(100vh - 271px);
	/*overflow: hidden;*/
	position: relative;
}

.singleImg {
	width: 100%;
}

.publicImgBox .originalImg,
.publicImgBox .resultsImg,
.publicImgBox .singleImg {
	width: 49.5%;
	height: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.publicImgBox .singleImg {
	width: 100%;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.publicImgBox .originalImg {
	border-left: none;
	border-bottom: none;
}

.publicImgBox .resultsImg {
	border-right: none;
	border-bottom: none;
}

.publicImgBox .originalImg img,
.publicImgBox .resultsImg img,
.publicImgBox .singleImg img {
	max-width: 98%;
	max-height: 98%;
	/*position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.picOpeEffect {
	margin-bottom: 10px;
}

.picOpeEffect .picManip ul li {
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	text-align: center;
	margin-right: 10px;
	transition: 0.6s;
	cursor: pointer;
	position: relative;
}

.picOpeEffect .picManip ul li.btnGray {
	background: #999;
	color: #ddd;
	cursor: not-allowed;
}

.picOpeEffect .picManip ul li .triangle {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 26px solid transparent;
	text-align: center;
}

.picOpeEffect .picManip ul li.on .triangle {
	display: block;
}

.picOpeEffect .picManip ul li .triangle i {
	position: absolute;
	top: -6px;
	right: -25px;
	font-size: 14px;
	font-weight: 700;
}

.picFunction .btn {
	float: right;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	text-align: center;
	margin-left: 10px;
	transition: 0.6s;
}

.picOpeEffect .picManip ul li .selectMenu {
	background: none;
	height: 26px;
}

.picAreaBox {
	position: relative;
	/*overflow: hidden;*/
	height: -webkit-calc(100% - 36px);
	height: -moz-calc(100% - 36px);
	height: calc(100% - 36px);
}
.picAreaBox .audioBgImg,
.picAreaBox .picOneAudio{
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.picAreaBox .picOneAudio{
z-index: 2;
top: 40%;
}
.comparPic {
	padding: 5px 10px 9px;
}

.comparPic .tit {
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	width: 60%;
}

.publicImgBox .originalImg .padTop50,
.publicImgBox .resultsImg .padTop50,
.publicImgBox .singleImg .padTop50 {
	padding-top: 36px;
}

.dragHintBox {
	position: absolute;
	top: 44px;
	left: 0;
	padding: 5px 10px;
	z-index: 11;
}

.progressBar {
	padding: 10px 10px 0;
}

.progressBar .fa-spinner {
	position: absolute;
	right: 5px;
	top: 2px;
	z-index: 1;
}

/*图像真伪检验结果*/

.testResultRecord {
	overflow: auto;
	height: -webkit-calc(100% - 120px);
	height: -moz-calc(100% - 120px);
	height: calc(100% - 120px);
}

.testResultRecord ul li {
	line-height: 22px;
}

.testResultRecord ul>li {
	padding: 5px 10px;
}

.testResultRecord ul>li .mainTit .fa {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 16px;
}

.testResultRecord ul>li>ul li {
	padding: 5px 0 5px 28px;
}

.icon-triangle {
	background: url("../images/icon-triangle.png") no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.icon-putAway {
	background-position: 4px 4px;
}

.icon-openUp {
	background-position: 5px -15px;
}


.pjjcbox .imgBox {
	display: inline-block;
	width: 60px;
	height: 50px;
	margin-right: 10px;
	position: relative;
}

.pjjcbox .imgBox img {
	width: 100%;
	height: 100%;
}

.pjjcbox .imgBox .btnOperation {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	left: auto;
	padding: 2px 3px 0;
	line-height: normal;
	z-index: 1;
	width: auto;
}

.pjjcbox .imgBox:hover .btnOperation {
	display: block;
}

.percentPic {
	font-weight: bold;
	padding: 5px 10px 0 0;
	float: left;
	font-size: 15px;
}

.menuTxt,
.suspectedRed {
	word-break: break-word;
}


/*对图片进行操作的的按钮*/

.icon-picAction {
	background: url("../images/icon-picAction.png") no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 4px 11px 0 0;
	cursor: pointer;
	float: left;
}

.icon-qxhcl {
	background-position: 0px -120px;
}

.icon-crop {
	background-position: 0px 0px;
}

.icon-rotate {
	background-position: 0px -180px;
}

.icon-enlarge {
	background-position: 0px -30px;
}

.icon-zoomOut {
	background-position: 0px -60px;
}

.icon-originalSize {
	background-position: 0px -210px;
}

.icon-fullScreen {
	background-position: 0px -90px;
}

.icon-exitFullScreen {
	background-position: 0px -150px;
}

.icon-move {
	background-position: 0px -270px;
}

.icon-cleanUp {
	background-position: 0px -240px;
}

.icon-cropUpload {
	background-position: 0px -299px;
}

.icon-lateralTurn {
	background-position: 0px -328px;
}

.icon-verticalTurn {
	background-position: 0px -358px;
}

.icon-window {
	background-position: 0px -388px;
}


.icon-qxhcl:hover {
	background-position: -28px -120px;
}

.icon-crop:hover {
	background-position: -28px 0px;
}

.icon-rotate:hover {
	background-position: -28px -180px;
}

.icon-enlarge:hover {
	background-position: -28px -30px;
}

.icon-zoomOut:hover {
	background-position: -28px -60px;
}

.icon-originalSize:hover {
	background-position: -28px -210px;
}

.icon-fullScreen:hover {
	background-position: -28px -90px;
}

.icon-exitFullScreen:hover {
	background-position: -28px -150px;
}

.icon-move:hover {
	background-position: -28px -270px;
}

.icon-cleanUp:hover {
	background-position: -30px -240px;
}

.icon-cropUpload:hover {
	background-position: -28px -299px;
}

.icon-lateralTurn:hover {
	background-position: -28px -328px;
}

.icon-verticalTurn:hover {
	background-position: -28px -358px;
}

.icon-window:hover {
	background-position: -28px -388px;
}


/*在线初检右侧*/

.testResults {
	width: 360px;
}

.testResults .tit {
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.testResults .desc {
	padding: 5px 10px;
	line-height: 22px;
}
.testResults .treeTit{
height: 16px;
    line-height: 16px;
    margin: 15px 10px 10px;
    padding-left: 10px;
    font-size: 16px;
}
.allResultsBox {
	overflow-y: auto;
	height: -webkit-calc(100% - 120px);
	height: -moz-calc(100% - 120px);
	height: calc(100% - 120px);
}

.testResults  .allResultsBox.showDataPicText{
	overflow-y: auto;
	height: -webkit-calc(100% - 100px);
	height: -moz-calc(100% - 100px);
	height: calc(100% - 100px);
}

.resultsList {
	padding: 0 5px;
}

.resultsList .showHideTitBox {
	margin: 0 5px;
	padding-bottom: 10px;
}

.resultsList .treeTit {
	height: 16px;
	line-height: 16px;
	margin: 15px 0 10px 0px;
	padding-left: 10px;
	font-size: 16px;
}

.icon-topBom {
	background: url("../images/icon-topBom.png") no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 3px 5px 0 0;
}

.icon-triangleTop {
	background-position: 2px 3px;
}

.icon-triangleBom {
	background-position: 2px -17px;
}

.resultsList ul li {
	width: 50%;
	float: left;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.resultsList ul li .imgBox {
	display: block;
	width: 100%;
	height: 120px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.resultsList ul li .imgBox img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.resultsList ul li .tit {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	padding: 0 10px;
}

/*拖动文件到右侧*/

.publicImgBox .noFileBox {
	text-align: center;
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: -100px;
}

.publicImgBox .noFileBox p {
	margin-bottom: 20px;
}

.publicImgBox .noFileBox p img {
	position: static;
	display: inline-block;
}

.publicImgBox .noFileBox .txt {
	font-size: 18px;
}

div.backimg {
	width: 40px;
	height: 40px;
	line-height: 30px;
	position: absolute;
	z-index: 11;
	bottom: 0;
	right: 0;
	text-align: center;
	font-size: 35px;
	cursor: pointer;
}


.portraitPimilarity {
	text-align: center;
	padding: 5px 20px;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	z-index: 9;
	font-size: 16px;
}

.portraitPimilarity .name,
.portraitPimilarity .txtPossibility,
.portraitPimilarity .txtPimilarity {
	display: inline-block;
}

.portraitPimilarity .name {
	font-size: 14px;
}

.portraitPimilarity .txtPossibility,
.portraitPimilarity .txtPimilarity {
	font-weight: bold;
}

.portraitPimilarity .name.nameTit {
	padding: 0 10px;
}

.btnOperation {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	text-align: right;
	padding: 6px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.6s;
}

.resultsList ul li:hover .btnOperation {
	display: block;
}

.btnOperation span i {
	margin-right: 5px;
}

/*结果：列表形式*/

.resultTableBox {
	padding: 10px;
	overflow-y: auto;
	max-height: -webkit-calc(100% - 40px);
	max-height: -moz-calc(100% - 40px);
	max-height: calc(100% - 40px);
}

.resultTableBox .table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.resultTableBox .table tr td {
	height: 26px;
	padding: 5px 10px;
	word-break: break-all;
}

/*裁剪时的保存按钮*/

.targetBtnBox {
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
}

.targetBtnBox .btn {
	width: 62px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	margin-top: 3px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.targetBtnBox .btn.confirm {
	margin-left: 6px;
}

.cutCancel,
.cutUpload {
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	bottom: -36px;
	z-index: 1;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.cutUpload {
	right: 0;
	width: 88px
}

.cutCancel {
	right: 98px;
	width: 60px;
}

/*慧眼平台*/

.ininialMainCon.huiyanCheck .testMap {
	width: -webkit-calc(100% - 500px);
	width: -moz-calc(100% - 500px);
	width: calc(100% - 500px);
	border-left: none;
}

.ininialMainCon.huiyanCheck .testMap .picOpeEffect {
	margin-top: 10px;
}

.ininialMainCon.huiyanCheck .testMap .picOpeEffect .picManip ul li {
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
}

.ininialMainCon.huiyanCheck .testMap .picOpeEffect .picFunction .btn {
	height: 40px;
	line-height: 40px;
	min-width: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ininialMainCon.huiyanCheck .testMap .publicImgBox {
	height: -webkit-calc(100vh - 232px);
	height: -moz-calc(100vh - 232px);
	height: calc(100vh - 232px);
}

.ininialMainCon.huiyanCheck .testMap .publicImgBox#picOne .singleImg {
	border-left: none;
	border-right: none;
}

.ininialMainCon.huiyanCheck .testMap .publicImgBox#picTwo .originalImg {
	border-left: none;
}

.ininialMainCon.huiyanCheck .testMap .publicImgBox#picTwo .resultsImg {
	border-right: none;
}

.ininialMainCon.huiyanCheck .testResults {
	width: 500px;
	position: relative;
}

.ininialMainCon.huiyanCheck .testResults .resultsList ul li .imgBox {
	height: 180px
}

.ininialMainCon.huiyanCheck>.testResults>.tit {
	font-size: 20px;
	height: 61px;
	line-height: 61px;
}

.twoImgBox,
.oneImgBox {
	padding: 5px;
}

.twoImgBox .imgBox,
.oneImgBox .imgBox {
	height: 150px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 5px;
}

.twoImgBox .imgBox {
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
}

.oneImgBox .imgBox {
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
}

.twoImgBox .imgBox img,
.oneImgBox .imgBox img {
	max-width: 100%;
	max-height: 148px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.testResults .resultConBox {
	height: -webkit-calc(100% - 36px);
	height: -moz-calc(100% - 36px);
	height: calc(100% - 36px);
	overflow-y: auto;
}

.testResults .allResultsBox,
.testResults .testResultRecord {
	height: auto;
	overflow-y: hidden;
}
/*处理结果是否满意浮框*/
.feedbackResult{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index:1;
	width: 100%;
	height: 101px;
}
.feedbackLayerBox{
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	
}
.feedbackLayerBox > div {
	line-height: 25px;
	margin: 10px 0;
}
.feedbackLayerBox > div .btn{
	margin: 0 5px;
	min-width: 40px;
}
.feedbackResult > div.btnShowHideBox{
	position: absolute;
	right: 0;
	top: 0;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 10px;
	margin: 0;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: background-color 0.6s; 
}