* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

* ::-webkit-scrollbar-thumb {
  background-color: #E4E4E4;
  border-radius: 4px;
}

* ::-webkit-scrollbar-thumb:hover {
  background-color: #bfbfbf;
}

body,
html {
  height: 100%;
}

.txt-blue {
  color: #447BF6;
}

.txt-black {
  color: #333;
}

.txt-gray {
  color: #8F8F8F;
}

.txt-green {
  color: #17BA22;
}

.txt-red {
  color: #E02525;
}

.txt-white {
  color: #ffffff;
}

.bg-white {
  background: #ffffff;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.w-75 {
  width: 75%;
}

.w-1-3 {
  width: calc(100% / 3);
}

.h-100 {
  height: 100%;
}

.padding-0 {
  padding: 0;
}

.padding-0-i {
  padding: 0 !important;
}

.mar-top-10 {
  margin-top: 10px;
}

.mar-bottom-10 {
  margin-bottom: 10px;
}

.mar-bottom-small{
    margin-bottom: 5px;
}

.mar-left-10 {
  margin-left: 10px;
}

.mar-right-10 {
  margin-right: 10px;
}

.bold {
  font-weight: bold;
}

.t-center {
  text-align: center;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.pos-sticky {
  position: sticky;
}

.pos-absolute {
  position: absolute;
}

.clearfloat {
  clear: both;
}

.pointer {
  cursor: pointer;
}

.w-auto {
  width: auto;
}

.ipt-def-w {
  width: 150px;
}

.ipt-max-w {
  width: 200px;
}

.ipt-min-w {
  width: 115px;
}

.main-border {
  border: 1px solid #447BF6;
}

.border {
  border: 1px solid #F4F5FA;
}

.border-t {
  border-top: 1px solid #F4F5FA;
}

.border-b {
  border-bottom: 1px solid #F4F5FA;
}

.border-l {
  border-left: 1px solid #F4F5FA;
}

.border-r {
  border-right: 1px solid #F4F5FA;
}

.cursor-p {
  cursor: pointer;
}

.blue-light-btn {
  background: #80A7FF;
  border-color: #80A7FF;
  color: #ffffff;
}

.blue-light-btn:hover {
  background-color: #a0bdff;
  border-color: #a0bdff;
  color: #ffffff;
}

.main-bg {
  background: #F0F4FA;
}

.list-box {
  padding: 10px;
  height: 100vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.search-box {
  background: #ffffff;
  padding: 5px 5px 0;
}

.search-box .search-item {
  margin-left: 5px;
  margin-bottom: 5px;
}

.search-box .search-item .name {
  color: #333;
  font-size: .12rem;
}







.list-box .search-box .ivu-select-single .ivu-select-selection,
.list-box .search-box .ivu-input,
.list-box .search-box .ivu-btn,
.list-box .search-box .selectInputBox{
  height: .28rem;
  font-size: .12rem;
}
.list-box .search-box .ivu-btn .iconfont{
  font-size: .12rem;
}
.list-box .search-box .ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.list-box .search-box .ivu-select-single .ivu-select-selection .ivu-select-selected-value{
  height: .28rem;
  line-height: .28rem;
  font-size: .12rem;
}
.list-box .search-box .ivu-input-prefix i,
.list-box .search-box .ivu-input-suffix i{
  line-height: .28rem;
  font-size: .12rem;
}






.view-box {
  background: #ffffff;
  padding: 10px 0;
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.btn-box {
  padding: 0 10px 0;
}

.btn-box .tip-icon {
  color: #8A8A8A;
  margin-left: 5px;
}

.table-box {
  flex: 1;
  overflow: auto;
  padding: 10px;
}

.page-box {
  padding: 10px 20px 0;
  border-top: 1px solid #F0F4FA;
}

.info-item {
  width: 50%;
  float: left;
}

.readonly-item {
  position: relative;
}

.readonly-item .cover-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.readonly-item .ivu-input {
  background: #F2F6FC;
}

.selIptBox {
  display: flex;
}

.selIptBox .icon {
  font-size: .16rem;
  line-height: .32rem;
  color: #808695;
  margin-left: 0.05rem;
}

.form-name-item {
  padding: 10px;
}

.scroll {
  overflow: auto;
}

.hidden {
  display: none !important;
}

.fieldCheckList {
  max-height: 300px;
  overflow-y: auto;
}
.fieldCheckList .fieldCheckListBody{
  max-height: 270px;
  overflow-y: auto;
  margin-bottom: 5px;
}
.fieldCheckList .set-btn{
  height: 24px;
  width: 100%;
  color: #fff;
  background-color: #2d8cf0;
  border-color: #2d8cf0;
}
.modal-iframe100 {
  height: 99% !important;
}

.qj-select {
  height: 30px;
  position: relative;
}

.qj-select .qj-select-select {
  display: none;
  left: 0;
  top: 32px;
  min-width: 100%;
  position: absolute;
}

.qj-select .qj-select-select dl {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 899;
  min-width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px;
  box-sizing: border-box;
  padding: 5px 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  border-image: initial;
  border-radius: 2px;
}

.qj-select .qj-select-select dl dd.layui-select-tips {
  padding-left: 10px !important;
  color: #999;
}

.qj-select .qj-select-select dl dd {
  padding: 0 10px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qj-select .qj-select-select dl dd:hover {
  background-color: #f2f2f2;
}

.qj-select .qj-select-select dl dd.selected {
  background-color: #5FB878;
  color: #fff;
}

.form-item .item-icon i {
  cursor: pointer;
}

.form-item .item-content {
  flex: 1;
  height: 100%;
  background: #FFFFFF;
}

.form-item .item-content input {
  width: 100%;
  height: 100% !important;
  padding: 0px 5px;
  border: none;
  box-sizing: border-box;
  background: #FFFFFF;
}

.form-item .form-item-txt {
  float: left;
  width: auto;
}

.full-td .form-item-txt {
  position: absolute;
  right: 41px;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.form-item {
  height: 28px;
  background-color: #EEEEEE;
  border-radius: 2px;
  border: solid 1px #e6e6e6;
  line-height: 28px;
  display: flex;
  width: 100%;
  position: relative;
  /*overflow:hidden;*/
}

.form-item.inline-block {
  display: inline-block;
  width: auto;
}

.form-item.width90 {
  width: 90%;
}

.form-item.width80 {
  width: 80%;
}

.form-item.width70 {
  width: 70%;
}

.form-item.width60 {
  width: 60%;
}

.form-item.width50 {
  width: 50%;
}

.form-item .item-icon {
  width: 28px;
  height: 100%;
  border-left: solid 1px #e6e6e6;
  text-align: center;
  font-size: 12px;
}

.form-item .form-item-txt input {
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
  margin: 0px;
  border: 0px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

.form-item.full-td input,
.form-item.full-td select {
  width: 100%;
}

.form-item .form-item-txt.gray-bg input {
  background-color: #EEEEEE;
}

.form-item .form-item-icon {
  width: 40px;
  height: 100%;
  border-left: solid 1px #e6e6e6;
  text-align: center;
  float: right;
  color: #000000;
}

.form-item .webuploader-container {
  position: relative;
}

.form-item .webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.form-item .file-process {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 2px;
  background-color: #FFFFFF;
  color: #000000;
}

.form-item .file-process-percent {
  background-color: #386EDC;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  min-width: 30px;
  border-radius: 2px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 1;
}

.form-item .file-process-percent-text {
  color: #000000;
  position: relative;
  text-align: center;
  z-index: 2;
}

.form-item .file-process-loading {
  text-align: center;
}

.form-item .webuploader-pick {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.form-item .webuploader-pick-hover {
  /*background: #00a2d4;*/
}

.form-item .webuploader-pick-disable {
  opacity: 0.6;
  pointer-events: none;
}

.layui-input:read-only {
  background-color: #F8F8FB;
}

.layui-layer-iframe iframe {
  padding: 5px 10px;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ivu-modal-fullscreen {
  border: 1px solid #eee;
}

.clearfloat:after {
  content: '';
  display: block;
  clear: both;
}

.main-tabs .ivu-tabs-bar {
  width: 100%;
}

.file-upload {
  position: relative;
  text-align: center;
}

.file-upload .webuploader-container {
  position: relative;
}

.file-upload .webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.file-upload .file-process {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 2px;
  background-color: #FFFFFF;
  color: #000000;
}

.file-upload .file-process-percent {
  background-color: #386EDC;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  min-width: 30px;
  border-radius: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 30px;
  line-height: 30px;
  z-index: 1;
}

.file-upload .file-process-percent-text {
  color: #000000;
  position: relative;
  text-align: center;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 30px;
}

.file-upload .file-process-loading {
  text-align: center;
}

.file-upload .webuploader-pick {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.file-upload .webuploader-pick-hover {
  /*background: #00a2d4;*/
}

.file-upload .webuploader-pick-disable {
  opacity: 0.6;
  pointer-events: none;
}

span {
  word-break: break-all;
}

#upload-file div:nth-of-type(2) {
  width: 100% !important;
  height: 100% !important;
}

.pdf-item {
  height: 1.6rem;
}

.pdf-item .main-file-image {
  width: 100% !important;
  height: 100% !important;
}

.pdf-item .main-file-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.main-file-image .img {
  cursor: pointer;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.file-view-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.file-view {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.file-img-view {
  text-align: center;
  position: absolute;
}

.file-view-content .file-loading i {
  font-size: 60px;
}

.file-img-view img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.file-view-operate {
  position: absolute;
  background-color: #000000;
  opacity: 0.5;
  border-radius: 6px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 5px 10px;
  z-index: 4;
  font-size: 12px;
}

.file-view-operate a {
  display: inline-block;
  border-radius: 5px;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  width: 40px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
}

.file-view-operate a:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.file-view-operate a:last-child {
  margin-right: 0px;
}

.inputSelect .ivu-dropdown-item {
  padding: 0.07rem;
}

.inputSelect .active {
  color: #2d8CF0;
  background-color: #f3f3f3;
  font-size: 14px;
}

.inputSelect .ivu-dropdown /deep/ .ivu-select-dropdown {
  max-height: none;
  overflow-y: auto;
  max-height: 190px;
}

.selectInputBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F2F6FC;
  padding: 4px 7px;
  height: 0.32rem;
  border-radius: 0.04rem;
  border: 0.01rem solid #dcdee2;
}

.selectInputBox .left {
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selectInputBox .right {
  width: 20px;
  text-align: center;
}

.test-search-item {
  display: flex;
  align-items: center;
}

.test-search-item .selectInputBox {
  background: #ffffff;
}

.print-process-bg {
  background-color: #000000;
  opacity: 0.4;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.print-process-body {
  width: 6rem;
  height: 0.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3rem;
  margin-top: -0.2rem;
  border-radius: 2px;
  background-color: #FFFFFF;
  color: #000000;
  z-index: 99;
}

.print-process-body .print-process-percent {
  background-color: #386EDC;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  min-width: 30px;
  border-radius: 2px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0.4rem;
  line-height: 0.4rem;
  z-index: 1;
  text-align: center;
}

.upload-w-100 .ivu-upload-select {
  width: 100%;
}

.ivu-table-filter-list {
  max-height: 200px;
}

.qz-loading {
  position: absolute;
  background: rgba(255, 255, 255, 0);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}

.qz-loading .layui-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-40%, -50%);
  font-size: 40px;
  margin-left: -10px;
}

.layui-layer-title {
  height: 30px !important;
  line-height: 30px !important;
  background: #EBEDF4 !important;
}

.layui-layer-setwin {
  top: 10px !important;
}

.ivu-table .danger-row td {
    background-color: #ffe7e7;
    color: #fff;
}
.my-i-table .ivu-table-stripe .ivu-table-body tr.danger-row:nth-child(2n) td, .my-i-table .ivu-table-stripe .ivu-table-fixed-body tr.danger-row:nth-child(2n) td{
    background-color: #ffe7e7;
    color: #fff;
}
.xm-select-parent .xm-select{
  z-index: 20 !important;
}


.file-upload-box{
    height: 0.32rem;
    display: flex;
    border-radius: 0.04rem;
    border: 0.01rem solid #dcdee2;
    background: #F2F6FC;
    position: relative;
}
.file-upload-box .file-upload-body{
    flex: 1;
    padding: 0 0.1rem;
}
.file-upload-box .file-upload-icon{
    width: 0.32rem;
    height:0.32rem;
}
.file-upload-box .file-upload-icon i{
    font-size: 0.2rem;
}
.file-upload-box .webuploader-container {
    position: relative;
}
.file-upload-box .webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.file-upload-box .webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}
.file-upload-box .file-process{
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
    bottom:0px;
    border-radius:2px;
    background-color:#FFFFFF;
    color:#000000;
}
.file-upload-box .file-process-percent{
    background-color: #386EDC;
    color:#FFFFFF;
    text-align:center;
    display:inline-block;
    min-width:30px;
    border-radius:2px;
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    z-index:1;
}
.file-upload-box .file-process-percent-text{
    color:#000000;
    position:relative;
    text-align:center;
    z-index:2;
}
.file-upload-box .file-process-loading{
    text-align:center;
}
.empty-data{
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 1rem;
}
.empty-data-body{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translateX(-50%) translateY(-50%);
}
.empty-data-body img{
  width: 100px;%
}

.special-chars-box{
    width: 100%;
    height: 200px;
    overflow: auto;
    display: flex;
}
.special-chars-box li{
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    font-weight: bolder;
    border: rgba(190,190,190,0.2) solid 1px;
}
.full-page-box{
    height: 100vh;
    width: 100%;
    padding: 10px;
}
.full-page-box .list-box{
    padding: 0;
    height: 100%;
}
.left-branch-box,.left-cat-box{
    height: 100%;
    width: 3rem;
    margin-right: 10px;
}
.left-cat-box{
    width: 2.4rem;
}
.left-branch-box .box-title,.left-cat-box .box-title  {
    height: 40px;
    background: #F5F5F5;
    padding-left: 23px;
    padding-right: 10px;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-branch-box .box-title::before,.left-cat-box .box-title::before  {
    width: 5px;
    background: #F6B44D;
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
}
.left-branch-box .list-body,.left-cat-box .list-body {
    height: calc(100% - 40px);
    overflow: hidden;
    overflow-y: auto;
    border-bottom: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    background: #FFFFFF;
}
.left-branch-box .list-body .list-item{
    cursor: pointer;
    padding: 12px 14px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
    position: relative;
}
.left-branch-box .list-body .list-item.active{
    background: rgba(71, 121, 250, 0.05) !important;
    color: #447BF6;
}
.left-cat-box .test-tree-text.active {
    background: rgba(68, 123, 246, 0.2);
    border-radius: 2px;
    color: #447BF6;
}
.left-cat-box .box-title .iconfont {
    color: #636363;
    font-size: 18px;
    cursor: pointer;
}
.left-cat-box .layui-tree-icon{
    width: 14px;
    height: 14px;
}
.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn{
    display: none;
    padding: 0 !important;
    height: 0;
}
.select-tree-block .tree-search-block{
  margin: 0 0.05rem;
}
.select-tree-block .tree-search-block.ivu-input-wrapper{
  display: block;
  width: auto;
}
.select-tree-block .ivu-select-dropdown {
  max-height: 3.8rem;
}
.select-tree-block .ivu-tree{
    max-height: 3.4rem;
    overflow-y: auto;
    padding: 0 0.05rem;
}
.config-list{

}
.config-list .config-list-box{
  display: flex;
  height: 100vh;
  justify-content: space-between;
}
.config-list .config-list-box-left{
  width: 25%;
  position: relative;
  margin-right: 1%;
  border: 1px solid #eee;
  
}
.config-list .config-list-box-right{
  width: 75%;
}
.config-list .config-list-tag{
  width: 98%;
  display:inline-block;
  position: relative;
}
.config-list .ivu-tag-text{
  width: 90%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.config-list .ivu-tag .ivu-icon-ios-close{
    top: 0.04rem;
    right: 5px;
    position: absolute;
}
.config-list .config-list-box-title{
  background: #f5f5f5;
  height: .38rem;
    line-height: .38rem;
    padding-left: .05rem;
    color: #666;
    position: fixed;
    width: 12%;
}
.config-list-box-choose{
  padding: 5px;
  overflow-y: auto;
  height: 443px;
}
.config-list .list-box{
  width: 100%;
  justify-content: space-between;
  flex-direction: inherit;
}
.config-list .w-49{
  width: 49.5%;
  border: 1px solid #eee;
}
.config-list .config-box-title{
  background: #f5f5f5;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
}
.config-list .search-box{
  background: none;
  padding: 0;
}
.config-list .search-box .search-item{
      margin-left: 0;
      margin-bottom: 0;
}
.config-list .line{
  width: 0.04rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  background: #447BF6;
}
.config-list .title{
  font-weight: 500;
  color: #333333;
}
.config-list .dis{
  display: flex;
  align-items: center;
}
.ivu-modal-header{
    background: #EBEDF4;
}
.report-select .line{
  width: 0.04rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  background: #447BF6;
}
.report-select .title{
  font-weight: 500;
  color: #333333;
}
.report-select .dis{
  display: flex;
  align-items: center;
}
.report-select .config-box-title{
  background: #f5f5f5;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
}
.report-select .ivu-tag .ivu-icon-ios-close{
  position: absolute;
    right: 4px;
    top: 4px;
}
.imagetracing-item{
  text-align: center;
    height: 100%;
    background: #EBEDF4;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.imagetracing-item img{
  width: 90px;
  margin-bottom: 5px;
}
.main-file-image-bofang{
   margin-bottom: auto !important;
    width: 30px !important;
    z-index: 99999999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

 .a-iconimg {
        width: 12px;
        height: 12px;
        margin-right: 4px;
        vertical-align: text-top;
  }
  .a-tree-category-name{
    display: flex;
    align-items: center;
    line-height: 36px;
  }
  .my-project-input .sg_no{
    width: 200px;
    white-space: nowrap;         /* 禁止换行 */
    overflow: hidden;            /* 隐藏溢出内容 */
    text-overflow: ellipsis;  
  }
  .my-project-input .ivu-select-item{
    display: flex;
    align-items: center;
  }
  .my-project-input .ivu-select-dropdown{
    max-width: 500px !important;
    max-height: 4rem !important;
  }
   .my-project-input .project_name{
    width: calc(100% - 200px) !important;
  }
  .my-project-input{
    max-height: 4rem !important;
  }

  .project-input-box{
    position: relative;
    display: inline-block;
  }
  .project-input-box .loading{
    position: absolute;
    height: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 10px;
    animation: ani-demo-spin 1s linear infinite;
  }
    @keyframes ani-demo-spin {
        from { transform: rotate(0deg);}
        50%  { transform: rotate(180deg);}
        to   { transform: rotate(360deg);}
    }

 .stepper-container {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
}

.stepper-container .tab {
  display: flex;
}

.stepper-container .tab div {
  flex: 0 0 calc(100% / 8);
  height: 40px;
  font-size: .16rem;
  background-size: 100% 100% !important;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.stepper-container .tab .item-grey {
  background: url(../../pic/imgs/sign/icon_zhongwks@2x.png) no-repeat;
}
.stepper-container .tab .item-green {
  background: url(../../pic/imgs/sign/icon_zhongywc@2x.png) no-repeat;
}
.stepper-container .tab .item-blue {
  background: url(../../pic/imgs/sign/icon_zhongxz@2x.png) no-repeat;
  color: #fff;
}

.stepper-container .tab .item-grey:first-child {
  background: url(../../pic/imgs/sign/icon_zuowks@2x.png) no-repeat;
}
.stepper-container .tab .item-green:first-child {
  background: url(../../pic/imgs/sign/icon_zuoywc@2x.png) no-repeat;
}
.stepper-container .tab .item-blue:first-child {
  background: url(../../pic/imgs/sign/icon_zuoxz@2x.png) no-repeat;
  color: #fff;
}

.stepper-container .tab .item-grey:last-child{
  background: linear-gradient(90deg, #f3f4f9 0%, #f3f4f9 100%);
  clip-path: polygon(12px 50%, 0px 0px, 100% 0px, 100% 100%, 0px 100%);
  flex: 1;
  justify-content: left;
    padding-left: 50px;
}
.stepper-container .tab .item-green:last-child {
   background: linear-gradient(90deg, #f1f9f0 0%, #f1f9f0 100%);
  clip-path: polygon(12px 50%, 0px 0px, 100% 0px, 100% 100%, 0px 100%);
  flex: 1;
  justify-content: left;
    padding-left: 50px;
}
.stepper-container .tab .item-blue:last-child {
  background: linear-gradient(90deg, #60a5fa 0%, #2563eb 100%);
  clip-path: polygon(12px 50%, 0px 0px, 100% 0px, 100% 100%, 0px 100%);
  
  color: #fff;
  flex: 1;
   position: relative;
   justify-content: left;
    padding-left: 50px;
}

.stepper-container .tab .item-2 {
  background: url(../../pic/imgs/type_2.png) no-repeat;
}

.stepper-container .active-1 .item-1 {
  color: #ffffff;
  background: url(../../pic/imgs/type_1_xz.png) no-repeat;
}

.stepper-container .active-2 .item-2 {
  color: #ffffff;
  background: url(../../pic/imgs/type_2_xz.png) no-repeat;
}

.ivu-table .test-date-row td {
    background-color: #ffebd4 ;
    color: #fff;
}
.my-i-table .ivu-table-stripe .ivu-table-body tr.test-date-row:nth-child(2n) td, .my-i-table .ivu-table-stripe .ivu-table-fixed-body tr.test-date-row:nth-child(2n) td{
    background-color: #ffebd4 ;
    color: #fff;
}
.draggable-prefence{
  z-index: 99999;
}