body {
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-overflow-style: none;
	overflow: hidden;
}

/*数据加工弹窗*/
.datawork_box {
	width: 100vw;
	height: calc(100vh - 50px);
	background: #fff;
	position: relative;
	/* padding: 15px 20px; */
	overflow: hidden;
	box-sizing: border-box;
	margin: 70px auto 0;
	min-width: 1360px;
}

.datawork_box .dataFile {
	float: left;
	/* margin-right: 10px; */
	/* border: 1px solid #c6c6e9; */
	box-sizing: border-box;
	width: 200px;
	height: 100%;
	/* padding-right: 0; */
	background: #f7f8fa;
}

.datawork_box .dataFile h2 {
	line-height: 36px;
	text-align: left;
	color: #fff;
	/* background: #c6c6e9; */
	margin-bottom: 10px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-left: 10px;
}

.datawork_box .dataFile input {
	height: 32px;
    line-height: 32px;
    width: 143px;
    color: #707070;
    box-sizing: border-box;
    transition: .5s;
    border-radius: 3px;
    background: #fff;
    padding-left: 9px;
    font-size: 12px;
}

.datawork_box .dataFile input:focus {
	box-shadow: 1px 1px 6px #ddd;
}

.datawork_box .dataFile ul {
	padding: 8px 0px;
	overflow-y: auto;
	height: calc(100% - 88px);
}

.datawork_box .dataFile ul li {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	color: #3C3C3C;
	cursor: pointer;
	transition: .3s;
	padding: 0 7px;
	/* text-indent: 10px; */
}

.datawork_box .dataFile ul li:hover {
	background: #e7e7e7;
	color: #666;
}

.datawork_box .dataWork {
	float: left;
	/* border: 1px solid #c6c6e9; */
	width: calc(100% - 210px);
	height: 100%;
	box-sizing: border-box;
}

.datawork_box .dataWork .workTop {
	height: 150px;
	width: 100%;
	/* border-bottom: 1px solid #c6c6e9; */
	box-sizing: border-box;
	;
	padding: 6px;
	position: relative;
}

.datawork_box .dataWork .workTop .workTop_box {
	border: 2px dashed #d0d0d0;
	box-sizing: border-box;
	min-width: 100%;
	min-height: 100%;
	position: relative;
	overflow: auto;
}

.datawork_box .dataWork .workTop .workTop_box li {
	width: 180px;
	height: 28px;
	border-radius: 5px;
	background: #ebebeb;
	line-height: 28px;
	color: #666;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	position: absolute;
}

.datawork_box .dataWork .workTop .workTop_box li span {
	display: inline-block;
	width: 150px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.datawork_box .dataWork .workTop .workTop_box li img {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 6px;
	right: 2px;
	cursor: pointer;
}

.datawork_box .dataWork .workTop .workTop_box div {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	white-space: nowrap;
	height: 28px;
}

.datawork_box .dataWork .workTop .workTop_box div span {
	width: 58px;
	height: 0px;
	border-bottom: 2px solid #6d6db7;
	display: inline-block;
	margin: 13px 5px;
	vertical-align: top;
}

.datawork_box .dataWork .workTop .workTop_box div span.wan {
	width: 40px;
	height: 56px;
	position: relative;
	top: -42px;
	border-left: 2px solid #6d6db7;
	margin: 0 5px 0 20px;
	border-radius: 0 0 0 5px;
}

.datawork_box .dataWork .workTop .workTop_box div img {
	height: 26px;
	width: 40px;
}

.set_workTop {
	position: absolute;
	box-shadow: 0 0 5px #c6c6e9;
	padding: 6px;
	background: #fff;
	z-index: 2;
	display: none;
}

.set_workTop p {
	line-height: 26px;
	font-size: 14px;
	color: #333;
}

.set_workTop dl {
	overflow: hidden;
}

.set_workTop dl dd {
	float: left;
	text-align: center;
	width: 50px;
	padding: 4px;
	margin: 3px;
	box-shadow: 0 0 5px #c6c6e9;
	cursor: pointer;
}

.set_workTop dl dd:hover {
	background: #c6c6e9;
}

.set_workTop dl dd.on {
	background: #c6c6e9;
}

.set_workTop dl dd img {
	width: 42px;
	padding: 2px 0;
}

.set_workTop dl dd span {
	line-height: 20px;
}

.set_workTop .select {
	width: 126px;
	height: 22px;
	line-height: 22px;
	border-radius: 4px;
	border: 1px solid #c6c6e9;
	outline: 0;
	margin: 4px 0;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
}

.set_workTop .select>span {
	width: 106px;
	padding-left: 5px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.set_workTop .select img {
	position: absolute;
	right: 7px;
	top: 7px;
	width: 6px;
	height: 8px;
}

.set_workTop .select div {
	position: absolute;
	top: 21px;
	left: -1px;
	border: 1px solid transparent;
	width: 100%;
	max-height: 300px;
	overflow: auto;
	line-height: 16px;
	background: #fff;
	height: 0;
}

.set_workTop .select.on div {
	height: auto;
	border-color: #c6c6e9;
}

.set_workTop .select div b {
	font-weight: 700;
	color: #000;
	padding-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.set_workTop .select div li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	padding-left: 5px;
	cursor: pointer;
}

.set_workTop .select div li:hover {
	background: #c6c6e9;
}

.dataworkLine {
	width: 100%;
	border: 2px solid transparent;
	border-left: 0;
	border-right: 0;
	height: 0;
	cursor: n-resize
}

.datawork_box .table {
	position: relative;
	overflow: hidden;
	height: calc(100% - 220px);
	width: 100%;
}

.datawork_box .table .load {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	display: none;
}

.datawork_box .work_table {
	overflow: auto;
	width: 100%;
	height: 100%;
}

.datawork_box .work_table table {
	min-width: 100%;
	line-height: 30px;
	border-collapse: collapse;
	text-align: center;
	border-bottom: 1px solid #EEEAEA;
}

.datawork_box .work_table table tr:nth-child(odd) {
	background: #f5f8fd;
}

.datawork_box .work_table table tr:nth-child(even) {
	background: #fff;
}

.datawork_box .work_table table tr {
	border: 1px solid #dbeaff;
}

.datawork_box .work_table table tr:first-child {
	background: #ebf4fd;
	color: #333;
	z-index: 1;
}

.datawork_box .work_table table tr td {
	padding: 0 16px;
	white-space: nowrap;
	color: #757676;
	border: 1px solid #dbeaff;
	border-top: 0;
	border-bottom: 0;
	position: relative;
}

.datawork_box .work_table table tr td b {
	width: 12px;
	height: 12px;
	background: url(../img/xiajiantou.png)center;
	position: absolute;
	background-size: 100%;
	right: 3px;
	top: 9px;
	cursor: pointer;
	transition: .5s;
}

/* .datawork_box .work_table table tr td b:hover {
	transform: rotate(180deg);
} */

.datawork_box .btn {
	line-height: 26px;
	text-align: center;
	padding: 10px 0;
}

.datawork_box .btn div {
	height: 26px;
	border-radius: 4px;
	background: #f2f4f8;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	padding: 0 20px;
	transition: .5s;
	color: #666;
}

.datawork_box .btn div:hover {
	color: #fff;
	background: #20a9fc;
}

.datawork_box .work_box {
	position: absolute;
	left: 50px;
	top: 30px;
	background: #fff;
	/* border: 1px solid #c3c3c3; */
	/* padding: 2px 0 2px 28px; */
	width: 150px;
	height: 311px;
	box-sizing: border-box;
	display: none;
	text-align: left;
	z-index: 1;
	box-shadow: 1px 1px 5px #9E9E9E;
}

.datawork_box .work_box div {
	width: 150px;
	height: 32px;
	line-height: 32px;
	/* border-left: 1px solid #E2E0E1; */
	position: relative;
	text-indent: 8px;
	/* padding-left: 8px; */
	/* padding-right: 28px; */
	/* transition: .5s; */
}

.datawork_box .work_box div h4 {
	background: #46affc;
	color: #fff;
	/* border: 1px solid #CFD6DE; */
	/* border-radius: 1px; */
	width: 150px;
	height: 32px;
	position: absolute;
	/* left: -29px; */
	top: -1px;
	box-sizing: border-box;
	text-indent: 8px;
	/* padding-left: 8px; */
	/* padding-left: 28px; */
	cursor: pointer;
}

.datawork_box .work_box div span {
	display: b0lock;
	/* border-left: 1px solid #fff; */
	/* padding-left: 5px; */
}

.datawork_box .work_box div s {
	width: 0;
	height: 0;
	border-left: 4px solid #000;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 10px;
	right: 8px;
}

.datawork_box .work_box div ul {
	position: absolute;
	right: -105px;
	top: -1px;
	line-height: 24px;
	/* border: 1px solid #8D9887; */
	background: #fff;
	/* padding: 0 0 0 18px; */
	width: 105px;
	box-sizing: border-box;
	overflow: hidden;
	display: none;
	box-shadow: 1px 1px 3px #ccc;
}

.datawork_box .work_box div ul li {
	/* border-left: 1px solid #fff; */
	/* padding-left: 5px; */
	box-shadow: -1px 2px 1px #E2E0E1;
	background: #fff;
	position: relative;
}

.datawork_box .work_box div ul li h5 {
	background: #46affc;
	color: #fff;
	/* border: 1px solid #CFD6DE; */
	border-radius: 1px;
	width: 105px;
	height: 25px;
	position: absolute;
	/* left: -18px; */
	top: -1px;
	box-sizing: border-box;
	/* padding-left: 22px; */
	cursor: pointer;
}

.datawork_box .work_box .line {
	/* border-left: 1px solid #E2E0E1; */
	width: 100%;
}

.datawork_box .work_box .line span {
	height: 8px;
	display: block;
	border-left: 1px solid #fff;
	vertical-align: top;
	width: 100%;
	padding: 3px 1px;
	box-sizing: border-box;
}

.datawork_box .work_box .line span p {
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 0;
	border-top: 1px solid #E2E0E1;
}

.datawork_box .reset_name {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 2;
}

.datawork_box .reset_name dl {
	width: 380px;
	height: 166px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -50px;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}

.datawork_box .reset_name dl dt {
	/* margin: 20px 15px; */
}

.xiugainput {
	text-align: center;
	margin: 20px 0;
}

.datawork_box .reset_name dl dt input {
	width: 90%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e6e6e6;
	padding-left: 10px;
	color: #666;
	border-radius: 4px;
}

.datawork_box .reset_name dl dd {
	/* float: right; */

	width: 60px;
	height: 26px;
	display: inline-block;
	line-height: 26px;
	background: #f2f4f8;
	color: #666;
	border-radius: 4px;
	text-align: center;
	margin: 12px 20px;
	cursor: pointer;
}

.datawork_box .reset_name dl dd:hover {
	background: #1fa9fc;
	color: #fff;
}

.datawork_box .baocun_name {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
}

.datawork_box .baocun_name h2 {
	padding-left: 8px;
	line-height: 26px;
}

.datawork_box .baocun_name dl {
	width: 380px;
	height: 166px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -50px;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}

.datawork_box .baocun_name dl dt {
	/* margin: 5px 15px 20px; */
}

.datawork_box .baocun_name dl dt input {
	width: 90%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e6e6e6;
	padding-left: 10px;
	color: #666;
	border-radius: 4px;
}

.datawork_box .baocun_name dl dd {
	width: 60px;
	height: 26px;
	display: inline-block;
	line-height: 26px;
	background: #f2f4f8;
	color: #666;
	border-radius: 4px;
	text-align: center;
	margin: 12px 20px;
	cursor: pointer;
}

.datawork_box .baocun_name dl dd:hover {
	background: #1fa9fc;
	color: #fff;
}

.datawork_box .classify_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1;
}

.datawork_box .classify_box>div {
	width: 560px;
	height: 320px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -280px;
	margin-top: -160px;
	background: #fff;
	/* box-shadow: 0 0 5px #f9fdff; */
	box-sizing: border-box;
	border: 1px solid #f9fdff;
	z-index: 1
}

.datawork_box .classify_box>div h2 {
	line-height: 38px;
	color: #333;
	font-size: 16px;
	background: #f9fdff;
	/* padding-left: 20px; */
	text-indent: 20px;
	border-bottom: 1px solid #cedfe9;
}

.datawork_box .classify_box>div div {
	height: 260px;
	overflow: auto;
	margin: 10px 20px;
}

.datawork_box .classify_box>div div table {
	width: 100%;
	line-height: 22px;
	border-spacing: 0;
	border-collapse: collapse;
}

.datawork_box .classify_box>div div table tr:nth-child(odd) {
	background: #f5f8fd;
}

.datawork_box .classify_box>div div table tr:nth-child(even) {
	background: #fff;
}

.datawork_box .classify_box>div div table td {
	padding: 0 30px;
	position: relative;
	text-align: center;
	border: 1px solid #dbecff;
	height: 30px;
}

.datawork_box .classify_box>div div table td:hover b {
	display: block;
}

.datawork_box .classify_box>div div table td input {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 10px;
	height: 30px;
	line-height: 20px;
	border: 1px solid #e3e3e3;
	outline: 0;
	width: 80%;
}

.datawork_box .classify_box>div div table td b {
	position: absolute;
	right: 10px;
	top: 0;
	display: none;
	cursor: pointer;
}

.datawork_box .classify_box>div img {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 1;
}

.movefile {
	padding: 1px 5px;
	border: 1px dashed #ccc;
	color: #ccc;
	position: absolute;
	z-index: 1;
}


.msg_box {
	width: 320px;
	height: 50px;
	position: absolute;
	right: -340px;
	bottom: 5px;
	border-radius: 4px;
	box-shadow: 0 0 5px #000;
	background: #fff;
	transition: all 1s;
	z-index: 2;
}

.msg_box i {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin: 11px;
}

.msg_box i.success {
	background: url(../img/正确.png);
	background-size: 100% 100%;
}

.msg_box i.error {
	background: url(../img/错误.png);
	background-size: 100% 100%;
}

.msg_box i.info {
	background: url(../img/提示.png);
	background-size: 100% 100%;
}

.msg_box span {
	position: absolute;
	top: 50%;
	left: 50px;
	width: 260px;
	line-height: 16px;
	text-align: center;
}

.suijicolor {
	background: #09c;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
}

.tipsquyu {
	text-align: center;
	color: #d0d0d0;
	font-size: 22px;
	font-family: fantasy;
	line-height: 130px;
}

.errotips {
	text-align: center;
	color: #9a9a9a;
	font-size: 20px;
	font-family: fantasy;
	margin-top: 200px;
	/* line-height: 130px; */
}

.zhanwei {
	height: 30px;
}

.searchwarp {
	position: relative;
	width: 176px;
    height: 32px;
    background: linear-gradient(
270deg
, #B2B9C3 0%, #F1F3F2 100%);
    /* box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 50%); */
    border-radius: 3px;
    margin-top: 10px;
    margin-left: 7px;
	border: 1px solid #dedede;
}

.searchimg {
	margin-left: 7px;
    margin-top: 8px;
}

.genggai {
	color: #666;
	width: 100%;
	height: 30px;
	background: #f9fdff;
	margin: 0 !important;
	/* text-align: center; */
	line-height: 30px;
	text-indent: 18px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #cedfe9;
}

.tuozhuaiimg {
	vertical-align: middle;
    width: 29px;
    height: auto;
    margin-right: 6px;
}

td>div {
	cursor: pointer;
}

.workTop_box>li:nth-child(2) {
	background: #000;
}

.searchwarp>span {
	position: absolute;
	right: 25px;
	top: 4px;
	font-size: 22px;
	color: #F44336;
	font-weight: bold;
	cursor: pointer;
}

/*---滚动条默认显示样式--*/
::-webkit-scrollbar-thumb {
	width: 3px;
	height: 20px;
	outline-offset: -2px;
	/* outline: 2px solid #F44336; */
	-webkit-border-radius: 4px;
	/* border: 1px solid #dadada; */
	background: #dedede;
}

/*---鼠标点击滚动条显示样式--*/
::-webkit-scrollbar-thumb:hover {
	height: 50px;
	-webkit-border-radius: 4px;
	background: #c5c5c5;
}


/*---滚动条大小--*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

/*---滚动框背景样式--*/
::-webkit-scrollbar-track-piece {
	-webkit-border-radius: 0;
}

/* 火狐美化滚动条 */
* {
	scrollbar-width: thin;
	/* 滚动条宽度有三种：thin、auto、none */
}

/* 
  .workTop_box>li:nth-child(2) >i{
	  background:#F53183!important
  } */


.hideguide {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 888;
}

.stepul div.step {
	position: fixed;
}

.ydBtn span {
    display: inline-block;
    color: #E6E6E6;
    font-size: 12px;
    width: 82px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    /* margin-left: 4px; */
    text-align: center;
	cursor: pointer;
}
.stepOn span{
	border: 1px solid #595959 !important;
	color: #595959 !important;
}
.finishYd {
    width: 63px !important;
}
.step1 {
	position: absolute;
	left: 0;
	top: 189px;
	z-index: 999;
}
.step1 .ydBtn{
	margin-left: 210px;
    margin-top: 10px;
}
.step1 span.slectLi {
	color: #fff;
	display: inline-block;
	width: 200px;
	height: 30px;
	background: #318FF0;
	line-height: 30px;
	text-indent: 15px;
}

.step2 {
	width: calc(100% - 200px);
	background: #fff;
	display: block;
	height: 150px;
	left: 200px;
	box-sizing: content-box;
}

.worktopguide {
	border: 2px dashed #ccc;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.step3 {
	width: calc(100% - 200px);
	left: 200px;
	top: 213px;
}

.step table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-bottom: 1px solid #EEEAEA;
}

.step table tr:nth-child(odd) {
	background: #f5f8fd;
}

.step table tr:nth-child(even) {
	background: #fff;
}

.step table tr {
	border: 1px solid #dbeaff;
	height: 30px;
}

.step table tr:first-child {
	background: #ebf4fd;
	color: #333;
	z-index: 1;
}

.step table tr td {
	padding: 0 16px;
	white-space: nowrap;
	color: #757676;
	border: 1px solid #dbeaff;
	border-top: 0;
	border-bottom: 0;
	position: relative;
}

.step table tr td b {
	width: 12px;
	height: 12px;
	background: url(../img/xiajiantou.png)center;
	position: absolute;
	background-size: 100%;
	right: 3px;
	top: 9px;
	cursor: pointer;
	transition: .5s;
}

.xialasanjiao {
	width: 12px;
	height: 12px;
	background: url(../img/xiajiantou.png)center;
	position: absolute;
	background-size: 100%;
	right: 3px;
	top: 9px;
	cursor: pointer;
	transition: .5s;
}

.step3 .zhezhao {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(123, 123, 123, .5);
}

.step4 {
	position: fixed;
	top: 200px;
	left: 510px;
	text-align: center;
}
.step4 .ydBtn{
	width: 155px;
    position: absolute;
    top: 85px;
    left: 622px;
}
.step5 .ydBtn{
	width: 155px;
    position: absolute;
    top: 85px;
    left: 622px;
}

.tdguidxiala {
	width: 189px;
	display: block;
	background: #EBF4FD;
	color: #000;
	height: 32px;
	left: 404px;
	line-height: 32px;
	position: absolute;
	top: 13px;
	text-align: center;
}

.step5 {
	width: calc(100% - 200px);
	height: 40px;
	background: #fff;
	position: fixed;
	bottom: 0px;
	left: 200px;
	text-align: center;
	line-height: 40px;
}

.step5 button {
	height: 26px;
	border-radius: 4px;
	background: #f2f4f8;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	padding: 0 20px;
	transition: .5s;
	color: #666;
	border: 0;
}

.step5 button:hover {
	color: #fff;
	background: #20a9fc;
}
.relativeh{
	position: relative;
}
.positionRel{
	position: absolute;
	right: 0px;
	font-weight: normal;
	font-size: 20px;
	color: #888;
	top: 0px;
	cursor: pointer;
}