.input-zone {
  width: 100%;
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.input-zone .ivu-icon-md-add {
  font-size: 53px;
  margin-top: 23px;
}
.input-zone .subTile {
  color: #888;
}
.input-zone input[type='file'] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 140px;
}
.file_progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 1px;
}
.file-wapper {
  overflow: hidden;
}
.progress-wrapper {
  position: relative;
  float: left;
  height: 150px;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-top: 10px;
  overflow: hidden;
  margin-right: 10px;
}
.progress-wrapper .iconScan {
  margin-right: 5px;
  left: 5px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 3rem;
  line-height: 94px;
}
.progress-wrapper .content {
  padding: 5px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 120px;
}
.progress-wrapper .content .fileName {
  width: 104px;
  height: 22px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #515a6e;
}
.progress-wrapper .content .cont_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.progress-wrapper .content .icon {
  cursor: pointer;
}
.progress-wrapper .content:hover {
  background: #efefef;
}
.progress-wrapper:last-child {
  margin-right: 0px;
}
.progress-wrapper .progress-progress {
  height: 2px;
  width: 0%;
  border-radius: 5px;
  background-color: #2D8cF0;
  z-index: 1;
}
.download_file {
  color: #2D8cF0;
}
.progress-wrapper .progress-rate {
  position: relative;
  text-align: right;
  font-size: 14px;
  line-height: 10px;
  height: 100%;
  z-index: 2;
}
.scan {
  position: fixed;
  z-index: 22;
  background: #fff;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  -webkit-box-shadow: 1px 0px 7px #797979;
          box-shadow: 1px 0px 7px #797979;
  left: 50%;
}
.scan .scan_close {
  right: -15px;
  position: absolute;
  top: -18px;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid #515a6e;
  border-radius: 50%;
  background: #fff;
}
.scan .opt {
  text-align: center;
  font-size: 17px;
}
.scan .opt i {
  cursor: pointer;
}
.scan .opt i:hover {
  color: #2D8cF0;
}
.model2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.model2 .content .cont_middle {
  line-height: normal;
  display: inline-block;
}
.model2 .input-zone {
  width: 100%;
}
.model2 .delete {
  display: none;
  color: #f00;
}
.model2 .content:hover .delete {
  display: inline-block;
}

.icon-search {
  position: relative;
  margin: 20px auto 30px;
  text-align: center;
}
.icon-search input {
  width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-radius: 4px;
  background: #f5f5f5;
  text-align: center;
  font-size: 14px;
  outline: none;
  margin: 0 auto;
  padding: 8px 0;
}
.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 500px;
  overflow: auto;
}
.icon-bar {
  overflow: auto;
  overflow-x: hidden;
}
.icon-bar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.icon-bar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #c3c3c3;
}
.icon-bar::-webkit-scrollbar-track {
  background: #fff;
}
.icon-wrap :hover {
  color: #1890ff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.icons-item {
  margin: 6px 6px 6px 0;
  width: 145px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  height: 100px;
  color: #5c6b77;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  padding-top: 10px;
}
.icons-item p {
  padding-top: 15px;
  margin: 5px;
  font-size: 14px;
}

.imgupload {
  text-align: center;
}
.imgupload img {
  width: 100%;
}
.imgupload .tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.imgupload .tool .select {
  position: relative;
}
.imgupload .tool .select input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
}
.imgupload .tool .select h1 {
  position: absolute;
}

.bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.cropper-wrapper {
  width: 600px;
  height: 340px;
}
.cropper-wrapper .img-box {
  height: 340px;
  width: 430px;
  border: 1px solid #ebebeb;
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.cropper-wrapper .img-box img {
  max-width: 100%;
  display: block;
}
.cropper-wrapper .right-con {
  display: inline-block;
  width: 170px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
.cropper-wrapper .right-con .preview-box {
  height: 150px !important;
  width: 100% !important;
  overflow: hidden;
  border: 1px solid #ebebeb;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.cropper-wrapper .right-con .button-box {
  padding: 10px 0 0;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.size {
  width: 100%;
  height: 100%;
}
.tags-nav {
  position: relative;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}
.tags-nav .close-con {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 32px;
  background: #fff;
  text-align: center;
  z-index: 10;
}
.tags-nav .btn-con {
  position: absolute;
  top: 0px;
  height: 100%;
  background: #fff;
  padding-top: 3px;
  z-index: 10;
}
.tags-nav .btn-con button {
  padding: 6px 4px;
  line-height: 14px;
  text-align: center;
}
.tags-nav .btn-con.left-btn {
  left: 0px;
}
.tags-nav .btn-con.right-btn {
  right: 32px;
  border-right: 1px solid #F0F0F0;
}
.tags-nav .scroll-outer {
  position: absolute;
  left: 28px;
  right: 61px;
  top: 0;
  bottom: 0;
}
.tags-nav .scroll-outer .scroll-body {
  height: calc(100% - 1px);
  display: inline-block;
  padding: 1px 4px 0;
  position: absolute;
  overflow: visible;
  white-space: nowrap;
  -webkit-transition: left .3s ease;
  transition: left .3s ease;
}
.tags-nav .scroll-outer .scroll-body .ivu-tag-dot-inner {
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}
.tags-nav .contextmenu {
  position: absolute;
  margin: 0;
  padding: 5px 0;
  background: #fff;
  z-index: 1000;
  list-style-type: none;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.tags-nav .contextmenu li {
  margin: 0;
  padding: 5px 15px;
  cursor: pointer;
}
.tags-nav .contextmenu li:hover {
  background: #eee;
}

.zk-checkbox-wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.zk-checkbox {
  display: inline-block;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
}
.zk-checkbox:hover .zk-checkbox__inner {
  border-color: #bcbcbc;
}
.zk-checkbox__inner {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #dddee1;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.zk-checkbox__inner::after {
  content: "";
  display: table;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 1px;
  left: 4px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.zk-checkbox--indeterminate .zk-checkbox__inner {
  background-color: #2d8cf0;
  border-color: #2d8cf0;
}
.zk-checkbox--indeterminate .zk-checkbox__inner::after {
  content: "";
  width: 8px;
  height: 1px;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: absolute;
  left: 2px;
  top: 5px;
}
.zk-checkbox--indeterminate:hover .zk-checkbox__inner {
  border-color: #2d8cf0;
}
.zk-checkbox--checked .zk-checkbox__inner {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.zk-checkbox--checked .zk-checkbox__inner::after {
  content: "";
  display: table;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 1px;
  left: 4px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.zk-checkbox--checked:hover .zk-checkbox__inner {
  border-color: #2d8cf0;
}
.zk-checkbox--disabled {
  cursor: not-allowed;
}
.zk-checkbox--disabled .zk-checkbox__inner {
  background-color: #f3f3f3;
  border-color: #dddee1;
}
.zk-checkbox--disabled .zk-checkbox__inner::after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: #ccc;
}
.zk-checkbox--disabled:hover .zk-checkbox__inner {
  border-color: #dddee1;
}


.img[data-v-a4338f86] {
  width: 100%;
  height: 200px;
  margin: 10px 0 10px 0;
}
#close[data-v-a4338f86] {
  z-index: 1;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.tableHeight[data-v-a4338f86] {
  height: 350px;
  overflow: auto
}
.tableHeight[data-v-a4338f86]::-webkit-scrollbar {
  width: 2px;
  height:2px
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
.tableHeight[data-v-a4338f86]::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #eeeeee;
border-radius: 3px;
}


#close[data-v-362525ec] {
  z-index: 1;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}

.process_busi .process_busi_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


#close[data-v-68a387c6] {
  z-index: 1;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}

.conExpenseChange {
  position: relative;
  /*清除浮动*/
}
.conExpenseChange .clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.conExpenseChange .clearfix {
  zoom: 1;
  /*为了兼容IE8*/
}
.conExpenseChange .fr {
  float: right;
}
.conExpenseChange .fl {
  float: left;
}
.conExpenseChange .top {
  position: relative;
  margin-top: 10px;
}
.conExpenseChange .top .add_line {
  margin-bottom: 10px;
  height: 30px;
}
.conExpenseChange .top .add_line .add-btn {
  margin-right: 10px;
  float: left;
}
.conExpenseChange .top .search-con .search-btn {
  position: relative;
}
.conExpenseChange .top .search-con .search-btn .iconShow {
  cursor: pointer;
  margin-left: 10px;
}
.conExpenseChange .top .content {
  padding: 10px 27px;
  position: absolute;
  z-index: 20;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  right: 0;
}
.conExpenseChange .top .content #select_tree {
  width: 266px;
  display: inline-block;
  vertical-align: middle;
}
.conExpenseChange .top .content .search-btn {
  position: relative;
  margin-left: 10px;
}
.conExpenseChange .top .content .more {
  margin: 10px 0;
}
.conExpenseChange .top .lable {
  display: inline-block;
  width: 90px;
  text-align: center;
  margin-left: 38px;
}
.conExpenseChange .top .input {
  width: 266px;
}

.depaPeriodExpense {
  position: relative;
  /*清除浮动*/
}
.depaPeriodExpense .clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.depaPeriodExpense .clearfix {
  zoom: 1;
  /*为了兼容IE8*/
}
.depaPeriodExpense .fr {
  float: right;
}
.depaPeriodExpense .fl {
  float: left;
}
.depaPeriodExpense .top {
  position: relative;
  margin-top: 10px;
}
.depaPeriodExpense .top .add_line {
  margin-bottom: 10px;
  height: 30px;
}
.depaPeriodExpense .top .add_line .add-btn {
  margin-right: 10px;
  float: left;
}
.depaPeriodExpense .top .search-con .search-btn {
  position: relative;
}
.depaPeriodExpense .top .search-con .search-btn .iconShow {
  cursor: pointer;
  margin-left: 10px;
}
.depaPeriodExpense .top .content {
  padding: 10px 27px;
  position: absolute;
  z-index: 20;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  right: 0;
}
.depaPeriodExpense .top .content #select_tree {
  width: 266px;
  display: inline-block;
  vertical-align: middle;
}
.depaPeriodExpense .top .content .search-btn {
  position: relative;
  margin-left: 10px;
}
.depaPeriodExpense .top .content .more {
  margin: 10px 0;
}
.depaPeriodExpense .top .lable {
  display: inline-block;
  width: 90px;
  text-align: center;
  margin-left: 38px;
}
.depaPeriodExpense .top .input {
  width: 266px;
}

.conExpense {
  position: relative;
  /*清除浮动*/
}
.conExpense .clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.conExpense .clearfix {
  zoom: 1;
  /*为了兼容IE8*/
}
.conExpense .fr {
  float: right;
}
.conExpense .fl {
  float: left;
}
.conExpense .top {
  position: relative;
  margin-top: 10px;
}
.conExpense .top .add_line {
  margin-bottom: 10px;
  height: 30px;
}
.conExpense .top .add_line .add-btn {
  margin-right: 10px;
  float: left;
}
.conExpense .top .search-con .search-btn {
  position: relative;
}
.conExpense .top .search-con .search-btn .iconShow {
  cursor: pointer;
  margin-left: 10px;
}
.conExpense .top .content {
  padding: 10px 27px;
  position: absolute;
  z-index: 20;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  right: 0;
}
.conExpense .top .content #select_tree {
  width: 266px;
  display: inline-block;
  vertical-align: middle;
}
.conExpense .top .content .search-btn {
  position: relative;
  margin-left: 10px;
}
.conExpense .top .content .more {
  margin: 10px 0;
}
.conExpense .top .lable {
  display: inline-block;
  width: 90px;
  text-align: center;
  margin-left: 38px;
}
.conExpense .top .input {
  width: 266px;
}

.conExpenseChange {
  position: relative;
  /*清除浮动*/
}
.conExpenseChange .clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.conExpenseChange .clearfix {
  zoom: 1;
  /*为了兼容IE8*/
}
.conExpenseChange .fr {
  float: right;
}
.conExpenseChange .fl {
  float: left;
}
.conExpenseChange .top {
  position: relative;
  margin-top: 10px;
}
.conExpenseChange .top .add_line {
  margin-bottom: 10px;
  height: 30px;
}
.conExpenseChange .top .add_line .add-btn {
  margin-right: 10px;
  float: left;
}
.conExpenseChange .top .search-con .search-btn {
  position: relative;
}
.conExpenseChange .top .search-con .search-btn .iconShow {
  cursor: pointer;
  margin-left: 10px;
}
.conExpenseChange .top .content {
  padding: 10px 27px;
  position: absolute;
  z-index: 20;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  right: 0;
}
.conExpenseChange .top .content #select_tree {
  width: 266px;
  display: inline-block;
  vertical-align: middle;
}
.conExpenseChange .top .content .search-btn {
  position: relative;
  margin-left: 10px;
}
.conExpenseChange .top .content .more {
  margin: 10px 0;
}
.conExpenseChange .top .lable {
  display: inline-block;
  width: 90px;
  text-align: center;
  margin-left: 38px;
}
.conExpenseChange .top .input {
  width: 266px;
}

.conExpenseStandingBook {
  position: relative;
  /*清除浮动*/
}
.conExpenseStandingBook .clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.conExpenseStandingBook .clearfix {
  zoom: 1;
  /*为了兼容IE8*/
}
.conExpenseStandingBook .fr {
  float: right;
}
.conExpenseStandingBook .fl {
  float: left;
}
.conExpenseStandingBook .top {
  position: relative;
  margin-top: 10px;
}
.conExpenseStandingBook .top .add_line {
  margin-bottom: 10px;
  height: 30px;
}
.conExpenseStandingBook .top .add_line .add-btn {
  margin-right: 10px;
  float: left;
}
.conExpenseStandingBook .top .search-con .search-btn {
  position: relative;
}
.conExpenseStandingBook .top .search-con .search-btn .iconShow {
  cursor: pointer;
  margin-left: 10px;
}
.conExpenseStandingBook .top .content {
  padding: 10px 27px;
  position: absolute;
  z-index: 20;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  right: 0;
}
.conExpenseStandingBook .top .content #select_tree {
  width: 266px;
  display: inline-block;
  vertical-align: middle;
}
.conExpenseStandingBook .top .content .search-btn {
  position: relative;
  margin-left: 10px;
}
.conExpenseStandingBook .top .content .more {
  margin: 10px 0;
}
.conExpenseStandingBook .top .lable {
  display: inline-block;
  width: 90px;
  text-align: center;
  margin-left: 38px;
}
.conExpenseStandingBook .top .input {
  width: 266px;
}

.incomeContract {
  position: relative;
  /*清除浮动*/
}
.incomeContract .clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.incomeContract .clearfix {
  zoom: 1;
  /*为了兼容IE8*/
}
.incomeContract .fr {
  float: right;
}
.incomeContract .fl {
  float: left;
}
.incomeContract .top {
  position: relative;
  margin-top: 10px;
}
.incomeContract .top .add_line {
  margin-bottom: 10px;
  height: 30px;
}
.incomeContract .top .add_line .add-btn {
  margin-right: 10px;
  float: left;
}
.incomeContract .top .search-con .search-btn {
  position: relative;
}
.incomeContract .top .search-con .search-btn .iconShow {
  cursor: pointer;
  margin-left: 10px;
}
.incomeContract .top .content {
  padding: 10px 27px;
  position: absolute;
  z-index: 20;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  right: 0;
}
.incomeContract .top .content #select_tree {
  width: 266px;
  display: inline-block;
  vertical-align: middle;
}
.incomeContract .top .content .search-btn {
  position: relative;
  margin-left: 10px;
}
.incomeContract .top .content .more {
  margin: 10px 0;
}
.incomeContract .top .lable {
  display: inline-block;
  width: 90px;
  text-align: center;
}
.incomeContract .top .input {
  width: 266px;
}

.incomeContractLedger {
  position: relative;
  /*清除浮动*/
}
.incomeContractLedger .clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.incomeContractLedger .clearfix {
  zoom: 1;
  /*为了兼容IE8*/
}
.incomeContractLedger .fr {
  float: right;
}
.incomeContractLedger .fl {
  float: left;
}
.incomeContractLedger .top {
  position: relative;
  margin-top: 10px;
}
.incomeContractLedger .top .add_line {
  margin-bottom: 10px;
  height: 30px;
}
.incomeContractLedger .top .add_line .add-btn {
  margin-right: 10px;
  float: left;
}
.incomeContractLedger .top .search-con .search-btn {
  position: relative;
}
.incomeContractLedger .top .search-con .search-btn .iconShow {
  cursor: pointer;
  margin-left: 10px;
}
.incomeContractLedger .top .content {
  padding: 10px 27px;
  position: absolute;
  z-index: 20;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  right: 0;
}
.incomeContractLedger .top .content #select_tree {
  width: 266px;
  display: inline-block;
  vertical-align: middle;
}
.incomeContractLedger .top .content .search-btn {
  position: relative;
  margin-left: 10px;
}
.incomeContractLedger .top .content .more {
  margin: 10px 0;
}
.incomeContractLedger .top .lable {
  display: inline-block;
  width: 90px;
  text-align: center;
}
.incomeContractLedger .top .input {
  width: 266px;
}

.demandInfo {
  height: 100%;
}
.demandInfo .left-card {
  height: 100%;
  width: 25%;
  float: left;
}
.demandInfo .left-card .ivu-card-body {
  height: 88%;
}
.demandInfo .right-card {
  height: 100%;
  width: 74%;
  float: right;
}
.demandInfo .right-card .ivu-card-body {
  height: 90%;
}
.demandInfo .ivu-tree-title {
  width: 98%;
}
.init-module-modal .init-module-left {
  height: 100%;
  width: 45%;
  float: left;
}
.init-module-modal .init-module-left .ivu-card-body {
  height: 90%;
}
.init-module-modal .init-module-left .ivu-drawer-wrap {
  height: 40%;
}
.init-module-modal .init-module-right {
  height: 100%;
  width: 54%;
  float: right;
}
.init-module-modal .init-module-right .ivu-card-body {
  height: 90%;
}

.project-information[data-v-15508049] {
  padding: 10px;
}
.project-information .public-top[data-v-15508049] {
  padding: 0 10px;
}
.project-information .card-wrap[data-v-15508049] {
  height: calc(100% - 52px);
}
.project-information .card-wrap .item-wrap[data-v-15508049] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.project-information .card-wrap .item-wrap .card-item[data-v-15508049] {
  width: calc((100% - 80px) / 4);
  min-width: 300px;
  margin: 0 10px 20px;
}

.taskPage {
  height: 100%;
}
.taskPage .content {
  height: 100%;
  width: 100%;
}
.add-task-form {
  width: 99%;
}
.helper {
  color: white;
  background-color: #2db7f5;
  padding: 0px 20px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.demo-drawer-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: right;
  background: #fff;
}

.financialPayment {
  position: relative;
  /*清除浮动*/
}
.financialPayment .clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.financialPayment .clearfix {
  zoom: 1;
  /*为了兼容IE8*/
}
.financialPayment .fr {
  float: right;
}
.financialPayment .fl {
  float: left;
}
.financialPayment .top {
  position: relative;
  margin-top: 10px;
}
.financialPayment .top .add_line {
  margin-bottom: 10px;
  height: 30px;
}
.financialPayment .top .add_line .add-btn {
  margin-right: 10px;
  float: left;
}
.financialPayment .top .search-con .search-btn {
  position: relative;
}
.financialPayment .top .search-con .search-btn .iconShow {
  cursor: pointer;
  margin-left: 10px;
}
.financialPayment .top .content {
  padding: 10px 27px;
  position: absolute;
  z-index: 20;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  right: 0;
}
.financialPayment .top .content #select_tree {
  width: 266px;
  display: inline-block;
  vertical-align: middle;
}
.financialPayment .top .content .search-btn {
  position: relative;
  margin-left: 10px;
}
.financialPayment .top .content .more {
  margin: 10px 0;
}
.financialPayment .top .lable {
  display: inline-block;
  width: 90px;
  text-align: center;
  margin-left: 38px;
}
.financialPayment .top .input {
  width: 266px;
}

.loan .content {
  padding: 10px 27px;
  position: absolute;
  margin-top: 0px;
  z-index: 20;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  right: 0;
}
.loan .content .lable {
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}
.loan .content .threeLable {
  display: inline;
  margin-left: 28px;
  margin-right: 15px;
}
.loan .content .signLable {
  display: inline;
  margin: 0 39px;
}
.loan .content .payeeLable {
  display: inline;
  margin: 0 22px;
}
.loan .content .search-btn {
  float: right;
  position: relative;
  margin-left: 10px;
}
.loan .content .more {
  margin: 10px 0;
}

#content {
  padding: 10px 27px;
  position: absolute;
  margin-top: 0px;
  z-index: 20;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  right: 0;
}
#content #lable {
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}
#content .signLabel {
  margin: 0 39px;
}

.home[data-v-570564a6] {
  margin: 0 auto;
  border: 0px solid #000;
  width: 1200px;
  height: 900px;
  position: relative;
}
.home .head[data-v-570564a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  item-align: center;
}
.home .head .title[data-v-570564a6] {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.home p[data-v-570564a6] {
  margin: 15px;
}
.welcome_p[data-v-570564a6] {
  font-size: 250%;
}
.welcome_p .name[data-v-570564a6] {
  margin-left: 10px;
}
.welcome_p .project[data-v-570564a6] {
  margin-left: 10px;
  color: #01ADFD;
}
.org_span[data-v-570564a6] {
  font-size: 120%;
}
.org_name_span[data-v-570564a6] {
  font-size: 120%;
  font-weight: bold;
}
.content_div[data-v-570564a6] {
  margin-left: 10px;
}
.content_div p span[data-v-570564a6] {
  margin: 10px;
}
.title[data-v-570564a6] {
  font-size: 120%;
  font-weight: bold;
}
.context[data-v-570564a6] {
  font-size: 120%;
}
.time[data-v-570564a6] {
  font-size: 100%;
  color: #524f4f;
}
.need[data-v-570564a6] {
  font-size: 120%;
  font-weight: bold;
  color: #01ADFD;
}
.temp[data-v-570564a6] {
  color: red;
}
.divider[data-v-570564a6] {
  margin: 0;
}

.addIncomeMeasure {
  position: relative;
  /*清除浮动*/
}
.addIncomeMeasure .clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.addIncomeMeasure .clearfix {
  zoom: 1;
  /*为了兼容IE8*/
}
.addIncomeMeasure .fr {
  float: right;
}
.addIncomeMeasure .fl {
  float: left;
}
.addIncomeMeasure .top {
  position: relative;
  margin-top: 10px;
}
.addIncomeMeasure .top .add_line {
  margin-bottom: 10px;
  height: 30px;
}
.addIncomeMeasure .top .add_line .add-btn {
  margin-right: 10px;
  float: left;
}
.addIncomeMeasure .top .search-con .search-btn {
  position: relative;
}
.addIncomeMeasure .top .search-con .search-btn .iconShow {
  cursor: pointer;
  margin-left: 10px;
}
.addIncomeMeasure .top .content {
  padding: 10px 27px;
  position: absolute;
  z-index: 20;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  right: 0;
}
.addIncomeMeasure .top .content #select_tree {
  width: 266px;
  display: inline-block;
  vertical-align: middle;
}
.addIncomeMeasure .top .content .search-btn {
  position: relative;
  margin-left: 10px;
}
.addIncomeMeasure .top .content .more {
  margin: 10px 0;
}
.addIncomeMeasure .top .lable {
  display: inline-block;
  width: 90px;
  text-align: center;
  margin-left: 38px;
}
.addIncomeMeasure .top .input {
  width: 266px;
}

.login {
  width: 100%;
  height: 100%;
  background-position: center;
  position: relative;
}
.login .remember {
  margin: -5px 0px 15px;
}
.login .swiper-container {
  height: 90vh;
  width: 100%;
  position: absolute;
  z-index: 0;
}
.login .swiper-container .title {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 30%;
}
.login .swiper-container .title h1 {
  font-size: 35px;
}
.login .swiper-container .title li {
  font-size: 15px;
  line-height: 25px;
}
.login .swiper-container img {
  width: 100%;
  height: 90%;
}
.login-con {
  position: absolute;
  right: 16%;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 300px;
  z-index: 2;
}
.login-con-header {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding: 30px 0;
}
.login-con .form-con {
  padding: 10px 0 0;
}
.login-con .login-tip {
  font-size: 10px;
  text-align: center;
  color: #c3c3c3;
}
.login .login_warp {
  position: absolute;
  background: #fff;
  padding: 20px;
  min-width: 280px;
  width: 330px;
  left: 65%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  z-index: 2;
}
.login .ivu-input-group-append {
  padding: 0px!important;
  cursor: pointer;
  overflow: hidden;
}
.login .slide1 {
  /* background-color: #0089dc; */
  color: #fff;
  background: url(../img/bg1.906d13d3.png) no-repeat left top;
  background-size: cover;
  margin-bottom: 1rem;
}
.login .slide2 {
  /* background-color: #ffd705; */
  background: url(../img/bg2.4070fec4.png) no-repeat;
  color: #000;
  background-size: cover;
}
.login .slide3 {
  /* background-color: #ff2d4b; */
  background: url(../img/bg3.59833ba3.png) no-repeat;
  color: #fff;
  background-size: cover;
}
.login #s_side_wrapper {
  position: fixed;
  right: 24px;
  bottom: 20%;
  background-color: #fbfbfb;
  width: 44px;
  border-radius: 22px;
  z-index: 3;
}
.login #s_side_wrapper #s_qrcode_feed {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.login #s_side_wrapper .icon-mask-wrapper {
  width: 100%;
  border-radius: 50%;
  padding: 10px 0;
  cursor: pointer;
}
.login #s_side_wrapper .icon-mask-wrapper .icon {
  height: 24px;
  width: 24px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.login #s_side_wrapper .qrcode-tooltip {
  width: 280px;
  height: 102px;
}
.login #s_side_wrapper .qrcode-tooltip .text {
  text-align: left;
  margin-top: 24px;
  margin-left: 16px;
}
.login #s_side_wrapper .qrcode-tooltip .qrcode {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16px;
}
.login #s_side_wrapper .qrcode-tooltip .android {
  right: 16px;
}
.login #s_side_wrapper .qrcode-tooltip .ios {
  right: 100px;
}
.login #s_side_wrapper #s_qrcode_feed:hover .tooltip {
  display: block!important;
}
.login #s_side_wrapper .tooltip {
  display: none;
  position: absolute;
  right: 56px;
  bottom: 0;
  background-color: #fff;
  z-index: 303;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.bg {
  text-align: center;
  width: 100%;
  height: 100%;
}
.subscript {
  top: 40%;
  left: 47%;
  width: 120px;
  height: 120px;
  z-index: 9999;
  position: absolute;
  text-align: center;
}

.productExternalQuotation {
  position: relative;
  /*清除浮动*/
}
.productExternalQuotation .clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productExternalQuotation .clearfix {
  zoom: 1;
  /*为了兼容IE8*/
}
.productExternalQuotation .fr {
  float: right;
}
.productExternalQuotation .fl {
  float: left;
}
.productExternalQuotation .top {
  position: relative;
  margin-top: 10px;
}
.productExternalQuotation .top .add_line {
  margin-bottom: 10px;
  height: 30px;
}
.productExternalQuotation .top .add_line .add-btn {
  margin-right: 10px;
  float: left;
}
.productExternalQuotation .top .search-con .search-btn {
  position: relative;
}
.productExternalQuotation .top .search-con .search-btn .iconShow {
  cursor: pointer;
  margin-left: 10px;
}
.productExternalQuotation .top .content {
  padding: 10px 27px;
  position: absolute;
  z-index: 20;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  right: 0;
}
.productExternalQuotation .top .content #select_tree {
  width: 266px;
  display: inline-block;
  vertical-align: middle;
}
.productExternalQuotation .top .content .search-btn {
  position: relative;
  margin-left: 10px;
}
.productExternalQuotation .top .content .more {
  margin: 10px 0;
}
.productExternalQuotation .top .lable {
  display: inline-block;
  width: 90px;
  text-align: center;
  margin-left: 38px;
}
.productExternalQuotation .top .input {
  width: 266px;
}

.projectApproval .content {
  padding: 10px 27px;
  position: absolute;
  margin-top: 0px;
  z-index: 20;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  right: 0;
}
.projectApproval .content .lable {
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}
.projectApproval .content .signLable {
  display: inline;
  margin: 0 39px;
}
.projectApproval .content .search-btn {
  float: right;
  position: relative;
  margin-left: 10px;
}
.projectApproval .content .more {
  margin: 10px 0;
}

.projectCreation .content {
  padding: 10px 27px;
  position: absolute;
  margin-top: 0px;
  z-index: 20;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  right: 0;
}
.projectCreation .content .lable {
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}
.projectCreation .content .signLable {
  display: inline;
  margin: 0 39px;
}
.projectCreation .content .search-btn {
  float: right;
  position: relative;
  margin-left: 10px;
}
.projectCreation .content .more {
  margin: 10px 0;
}

.list[data-v-6b5751c8] .ivu-tabs {
  overflow: visible;
}
.list[data-v-6b5751c8] .ivu-tabs .ivu-tabs-bar {
  position: absolute;
  top: -45px;
  left: 0;
}

.list[data-v-52cce8c2] .ivu-tabs {
  overflow: visible;
}
.list[data-v-52cce8c2] .ivu-tabs .ivu-tabs-bar {
  position: absolute;
  top: -45px;
  left: 0;
}

.list[data-v-361cc302] .ivu-tabs {
  overflow: visible;
}
.list[data-v-361cc302] .ivu-tabs .ivu-tabs-bar {
  position: absolute;
  top: -45px;
  left: 0;
}

.list[data-v-c044499c] .ivu-tabs {
  overflow: visible;
}
.list[data-v-c044499c] .ivu-tabs .ivu-tabs-bar {
  position: absolute;
  top: -45px;
  left: 0;
}

.cASindex {
  width: 100%;
  height: 100%;
}
.cASindex .topSearchBar {
  padding: 12px 0px;
  position: relative;
}
.cASindex .topSearchBar .searchContent {
  width: 800px;
  min-height: 100px;
  padding: 27px 10px 0px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  margin-top: 0px;
  z-index: 20;
  position: absolute;
  right: 0;
}
.ivu-table .spColumn .ivu-table-cell {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ivu-table .spColumn .ivu-table-cell .ivu-table-cell-tree {
  margin-right: 5px;
}

.cASindex {
  width: 100%;
  height: 100%;
}
.cASindex .topSearchBar {
  padding: 12px 0px;
  position: relative;
}
.cASindex .topSearchBar .searchContent {
  width: 800px;
  min-height: 100px;
  padding: 27px 10px 0px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 9px #ccc;
          box-shadow: 0px 5px 9px #ccc;
  background: #fff;
  margin-top: 0px;
  z-index: 20;
  position: absolute;
  right: 0;
}
.ivu-table .spColumn .ivu-table-cell {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ivu-table .spColumn .ivu-table-cell .ivu-table-cell-tree {
  margin-right: 5px;
}

.productLibrary .tree {
  border: 1px #e8eaec solid;
  padding-left: 2%;
  margin-left: 2%;
  overflow-y: auto;
  overflow-x: auto;
}

.forgetPassword .warpper {
  background-image: url(../img/login-bg.0899ffa6.jpg);
  height: 100vh;
  background-size: 100% 100%;
}
.forgetPassword .warpper .main {
  background: #fff;
}
.forgetPassword .warpper .main .welcome {
  font-size: 20px;
  color: #333;
}
.forgetPassword .warpper .main .small {
  font-size: 14px;
}
.forgetPassword .warpper .main .cont {
  width: 30%;
  margin: 0px auto;
}
.forgetPassword .warpper .main .cont .check {
  padding: 50px 0px;
  margin: 0px auto;
}
.forgetPassword .warpper .main .cont .check .btn {
  margin-top: 30px auto;
}
.forgetPassword .warpper .main .title {
  width: 50%;
  max-width: 650px;
  margin: 0px auto;
  padding: 20px 0px;
}
.forgetPassword .warpper .footer {
  background: #f5f5f6;
}

.register .warpper {
  background-image: url(../img/login-bg.0899ffa6.jpg);
  height: 100vh;
  background-size: 100% 100%;
}
.register .warpper .main {
  background: #fff;
}
.register .warpper .main .welcome {
  font-size: 20px;
  color: #333;
}
.register .warpper .main .small {
  font-size: 14px;
}
.register .warpper .main .cont {
  width: 30%;
  margin: 0px auto;
}
.register .warpper .main .cont li {
  margin-top: 20px;
}
.register .warpper .main .cont li .line {
  border-left: 1px solid #888;
}
.register .warpper .main .title {
  width: 50%;
  max-width: 650px;
  margin: 0px auto;
  padding: 20px 0px;
}
.register .warpper .isBack {
  height: 100%;
  background: #fff;
  width: 100%;
  margin: 0px auto;
  padding: 20px 0px;
}
.register .warpper .isBack .content {
  font-size: 20px;
  color: #333;
  width: 50%;
  max-width: 650px;
  margin: 0px auto;
  padding: 200px 0px;
}
.register .warpper .isBack .content .welcome {
  font-size: 20px;
  color: #333;
}
.register .warpper .isBack .content .small {
  font-size: 14px;
}
.register .warpper .footer {
  background: #f5f5f6;
}

.conExpensePaymentReport .fr[data-v-408846b4] {
  margin-top: 10px;
}
.conExpensePaymentReport .fl[data-v-408846b4] {
  float: left;
}
.conExpensePaymentReport .top[data-v-408846b4] {
  position: relative;
}
.conExpensePaymentReport .top .clearfix[data-v-408846b4] {
  padding-bottom: 10px;
}

.managementCostTargetStatistics .fr[data-v-6913a7b2] {
  margin-top: 10px;
}
.managementCostTargetStatistics .fl[data-v-6913a7b2] {
  float: left;
}
.managementCostTargetStatistics .top[data-v-6913a7b2] {
  position: relative;
}
.managementCostTargetStatistics .top .clearfix[data-v-6913a7b2] {
  padding-bottom: 10px;
}

.purchaseOrder .fr[data-v-3ea2b1ef] {
  margin-top: 10px;
}
.purchaseOrder .fl[data-v-3ea2b1ef] {
  float: left;
}
.purchaseOrder .top[data-v-3ea2b1ef] {
  position: relative;
}
.purchaseOrder .top .search-con #select_tree[data-v-3ea2b1ef] {
  width: 266px;
  display: inline-block;
  vertical-align: middle;
}
.purchaseOrder .top .input[data-v-3ea2b1ef] {
  width: 266px;
  margin-right: 10px;
}



.purchaseOrder .fr[data-v-61f0cb83] {
  margin-top: 10px;
}
.purchaseOrder .fl[data-v-61f0cb83] {
  float: left;
}
.purchaseOrder .top[data-v-61f0cb83] {
  position: relative;
}
.purchaseOrder .top .search-con #select_tree[data-v-61f0cb83] {
  width: 266px;
  display: inline-block;
  vertical-align: middle;
}
.purchaseOrder .top .input[data-v-61f0cb83] {
  width: 266px;
  margin-right: 10px;
}

.reportview {
  /*清除浮动*/
}
.reportview .clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.reportview .clearfix {
  zoom: 1;
  /*为了兼容IE8*/
}
.reportview .iframe1 {
  display: none;
}
.reportview .container {
  margin-top: 10px;
}
.reportview .container .titleLine {
  display: inline-block;
  font-size: 16px;
  padding: 4px 0;
  color: #a7308a;
  font-weight: bold;
  padding-right: 40px;
  border-bottom: 1px solid #a7308a;
}
.reportview .container .content {
  padding: 50px 0;
}
.reportview .container .content li {
  float: left;
  width: 20%;
  margin-bottom: 22px;
}
.reportview .container .content li a {
  color: #2db7f5;
  display: block;
  text-align: center;
  width: 86%;
  height: 90px;
  padding: 30px 5%;
  font-size: 18px;
  margin: 0 auto;
  border: 1px solid #2db7f5;
}

.reportview {
  /*清除浮动*/
}
.reportview .clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.reportview .clearfix {
  zoom: 1;
  /*为了兼容IE8*/
}
.reportview .iframe1 {
  display: none;
}
.reportview .container {
  margin-top: 10px;
}
.reportview .container .titleLine {
  display: inline-block;
  font-size: 16px;
  padding: 4px 0;
  color: #a7308a;
  font-weight: bold;
  padding-right: 40px;
  border-bottom: 1px solid #a7308a;
}
.reportview .container .content {
  padding: 50px 0;
}
.reportview .container .content li {
  float: left;
  width: 20%;
  margin-bottom: 22px;
}
.reportview .container .content li a {
  color: #2db7f5;
  display: block;
  text-align: center;
  width: 86%;
  height: 90px;
  padding: 30px 5%;
  font-size: 18px;
  margin: 0 auto;
  border: 1px solid #2db7f5;
}

.safetyEnvironmentalProtectionCostReport .fr[data-v-47f5faa8] {
  margin-top: 10px;
}
.safetyEnvironmentalProtectionCostReport .fl[data-v-47f5faa8] {
  float: left;
}
.safetyEnvironmentalProtectionCostReport .top[data-v-47f5faa8] {
  position: relative;
}
.safetyEnvironmentalProtectionCostReport .top .clearfix[data-v-47f5faa8] {
  padding-bottom: 10px;
}

.saftQualCheck .fr[data-v-a695dd1a] {
  margin-top: 10px;
}
.saftQualCheck .fl[data-v-a695dd1a] {
  float: left;
}
.saftQualCheck .top[data-v-a695dd1a] {
  position: relative;
}
.saftQualCheck .top .clearfix[data-v-a695dd1a] {
  padding-bottom: 10px;
}

.staffAttendanceReport .fr[data-v-032c45c2] {
  margin-top: 10px;
}
.staffAttendanceReport .fl[data-v-032c45c2] {
  float: left;
}
.staffAttendanceReport .top[data-v-032c45c2] {
  position: relative;
}
.staffAttendanceReport .top .search-con #select_tree[data-v-032c45c2] {
  width: 266px;
  display: inline-block;
  vertical-align: middle;
}
.staffAttendanceReport .top .input[data-v-032c45c2] {
  width: 266px;
  margin-right: 10px;
}

.temporarySalaryReport .fr[data-v-d1cecf9e] {
  margin-top: 10px;
}
.temporarySalaryReport .fl[data-v-d1cecf9e] {
  float: left;
}
.temporarySalaryReport .top[data-v-d1cecf9e] {
  position: relative;
}
.temporarySalaryReport .top .search-con #select_tree[data-v-d1cecf9e] {
  width: 266px;
  display: inline-block;
  vertical-align: middle;
}
.temporarySalaryReport .top .input[data-v-d1cecf9e] {
  width: 266px;
  margin-right: 10px;
}

.travelPlatReducingReport .fr[data-v-8b23b964] {
  margin-top: 10px;
}
.travelPlatReducingReport .fl[data-v-8b23b964] {
  float: left;
}
.travelPlatReducingReport .top[data-v-8b23b964] {
  position: relative;
}
.travelPlatReducingReport .top .clearfix[data-v-8b23b964] {
  padding-bottom: 10px;
}

.vehicleUsageSummaryReport .fr[data-v-e8cb2f72] {
  margin-top: 10px;
}
.vehicleUsageSummaryReport .fl[data-v-e8cb2f72] {
  float: left;
}
.vehicleUsageSummaryReport .top[data-v-e8cb2f72] {
  position: relative;
}
.vehicleUsageSummaryReport .top .clearfix[data-v-e8cb2f72] {
  padding-bottom: 10px;
}

.account {
  margin-top: 10px;
}
.account .accountTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.account .accountTop .account-left {
  margin-left: 0%;
}
.account .accountTop .account-left .search-con {
  padding: 10px 0;
}
.account .accountTop .account-left .search-con .search-btn {
  margin-right: 2px;
}
.account .cont {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.account .cont .tab {
  width: 100%;
}
.account .cont .tab .page {
  margin-right: 2px;
}

.department .departmentHome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.department .departmentHome .orgTree {
  width: 15%;
  border: 1px #e8eaec solid;
}
.department .departmentHome .departmentList {
  width: 84%;
}
.departmentForm #label {
  float: left;
  margin-left: 18px;
}
.departmentForm .treeList {
  width: 90%;
  height: 200px;
  float: right;
  margin-top: 20px;
  border: 1px solid #e8eaec;
  border-radius: 5px;
}
.departmentForm .clearFlow {
  clear: both;
}

.dic .dic-list .dic-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dic .dic-list .dic-menu .dic-left .add-con .add-btn {
  margin-left: 2px;
}
.dic .dic-list .dic-menu .dic-right .search-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dic .dic-list .dic-menu .dic-right .search-con .type {
  margin-right: 2px;
}
.dic .dic-list .dic-menu .dic-right .search-con .name {
  margin-right: 1px;
}
.dic .dic-list .dic-menu .dic-right .search-con .search-btn {
  margin-right: 2px;
}
.dic .dic-list .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dic .dic-list .cont .left {
  width: 57%;
}
.dic .dic-list .cont .right {
  width: 42.6%;
}

.cont_item .list .menu,
.signatureUser .list .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.cont_item .list .menu .menu-left .add-con .add-btn,
.signatureUser .list .menu .menu-left .add-con .add-btn {
  margin-left: 2px;
}
.cont_item .list .menu .menu-right .search-con,
.signatureUser .list .menu .menu-right .search-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cont_item .list .menu .menu-right .search-con .type,
.signatureUser .list .menu .menu-right .search-con .type {
  margin-right: 2px;
}
.cont_item .list .menu .menu-right .search-con .name,
.signatureUser .list .menu .menu-right .search-con .name {
  margin-right: 1px;
}
.cont_item .list .menu .menu-right .search-con .search-btn,
.signatureUser .list .menu .menu-right .search-con .search-btn {
  margin-right: 2px;
}

.generator .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.homePage-contract .ivu-card-body {
  padding: 4px 0;
}
.homePage-contract .ivu-card-bordered {
  border: 1px solid #dcdee2;
}
.homePage-contract .projectBlock {
  height: 75px;
}
.homePage-contract .projectBlock .ivu-select-selection {
  background-color: #9a7fd1;
  color: white;
  border-color: rgba(0, 0, 0, 0) !important;
}
.homePage-contract .projectBlock .ivu-select-selected-value {
  font-size: 22px !important;
}
.homePage-contract .projectBlock .ivu-select-arrow {
  color: white;
  font-size: 20px;
}
.homePage-contract .projectText {
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 0px;
}
.homePage-contract .bigText {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.homePage-contract .midText {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.homePage-contract .smallText {
  font-size: 12px;
  text-align: center;
  color: black;
}
.homePage-contract .leftBlock {
  margin: 6px 5px 3px 0;
}
.homePage-contract .centerBlock {
  margin: 6px 4px 3px 4px;
}
.homePage-contract .rightBlock {
  margin: 6px 0 3px 5px;
}

.homePage-contract .ivu-card-body {
  padding: 4px 0;
}
.homePage-contract .ivu-card-bordered {
  border: 1px solid #dcdee2;
}
.homePage-contract .projectBlock {
  height: 75px;
}
.homePage-contract .projectBlock .ivu-select-selection {
  background-color: #9a7fd1;
  color: white;
  border-color: rgba(0, 0, 0, 0) !important;
}
.homePage-contract .projectBlock .ivu-select-selected-value {
  font-size: 22px !important;
}
.homePage-contract .projectBlock .ivu-select-arrow {
  color: white;
  font-size: 20px;
}
.homePage-contract .projectText {
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 0px;
}
.homePage-contract .bigText {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.homePage-contract .midText {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.homePage-contract .smallText {
  font-size: 12px;
  text-align: center;
  color: black;
}
.homePage-contract .leftBlock {
  margin: 6px 5px 3px 0;
}
.homePage-contract .centerBlock {
  margin: 6px 4px 3px 4px;
}
.homePage-contract .rightBlock {
  margin: 6px 0 3px 5px;
}

/* #select_tree_log {
  width: 205px;
  display: inline-block;
  vertical-align: middle;
} */
/* #search-log {
  float: right;
  margin-top: 8px;
} */

.side-menu {
  position: relative;
}
.side-menu .topBtn {
  margin-top: 5px;
  padding-bottom: 10px;
}
.side-menu .bottomBut {
  margin-bottom: 200px;
}
.side-menu .bottomBut .del-btn {
  float: right;
}
.side-menu .bottomBut .edit-btn {
  margin-left: 1%;
  float: right;
}
.side-menu .bottomBut .upbut {
  margin-left: 1%;
  float: right;
}
.side-menu .bottomBut .cancelUpbut {
  float: right;
}
.side-menu .bottomBut .menuadd {
  margin-left: 1%;
  float: right;
}
.side-menu .bottomBut .cancel {
  float: right;
}
.side-menu .menu-home {
  height: 80vh;
  border: 1px solid #dcdee2;
}
.side-menu .menuTree {
  padding: 10px;
  height: 100%;
  overflow-y: auto;
}
.side-menu .menuTable {
  padding: 20px;
}
.side-menu .right {
  padding-left: 10%;
  padding-right: 10%;
  border: 1px #e8eaec solid;
}
.side-menu .rightTop {
  padding-top: 2%;
}
.side-menu .left {
  border: 1px #e8eaec solid;
  height: 700px;
  overflow-y: auto;
}
.side-menu .leftTop {
  padding-top: 2%;
  padding-left: 5%;
}

.sysMessage .title {
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
}
.sysMessage .orgTree {
  height: 500px;
}
.Invitation {
  margin-bottom: 20px;
}
.Invitation .select {
  display: inline;
}
.Invitation .searchIput {
  float: right;
}


.orgHome .ztree * {
  font-size: 14px;
}
.orgHome .addBtn {
  position: relative;
  margin-top: 0.55%;
  margin-bottom: 0.55%;
}
.orgHome .addBtn .add-btn {
  position: relative;
  margin-right: 15px;
}
.orgHome .org {
  border: 1px solid #dcdee2;
  width: 100%;
}
.orgHome .org .form {
  margin: auto;
  margin-right: 1%;
  margin-top: 2%;
  padding-left: 8%;
  padding-right: 8%;
  border-radius: 1.5%;
}
.orgHome .org .form .btn {
  margin: auto;
  margin-top: 4%;
}
.orgHome .org .form .btn .leftBtn {
  width: 8%;
  margin-left: 82%;
  margin-right: 0%;
}
.orgHome .org .form .btn .rightBtn {
  width: 8%;
  margin-left: 2%;
}
.orgHome .org .form .btn .isAdminBtn {
  width: 8%;
  margin-left: 92%;
  padding-right: 0%;
}
.orgHome .treeBtn {
  margin-top: -4%;
  float: right;
  margin-left: 5px;
  display: none;
  cursor: pointer;
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
}
.orgHome .orgTree:hover .treeBtn {
  display: block !important;
}
.orgHome .leftTree {
  height: 100%;
  overflow-y: auto;
  padding: 10px;
}
.orgHome .leftTree .ivu-tree-title {
  height: 20px;
}
.orgHome .file_border {
  padding: 0 10px;
  border-radius: 4px;
  border: 1px dashed #dcdee2;
  min-height: 35px;
  color: #a7308a;
}
.orgHome .file_border .name {
  margin: 0 15px;
  font-size: 14px;
}
.orgHome .file_border i {
  font-style: normal;
  color: #aaa;
  font-size: 13px;
}

.role .areaTree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  width: 82%;
  margin-bottom: -5%;
  margin-left: 1%;
  border: 1px solid rgba(236, 224, 221, 0.664);
  border-radius: 4px;
  padding-left: 1%;
  padding-top: 1%;
}
.role .roleTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.role .roleTop .role-left .add-con {
  padding: 0 0;
}
.role .roleTop .role-left .add-con .add-btn {
  margin-left: 2px;
}
.role .roleTop .role-right .search-con {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.role .roleTop .role-right .search-con .type {
  margin-right: 10px;
}
.role .roleTop .role-right .search-con .name {
  margin-right: 1px;
}
.role .roleTop .role-right .search-con .search-btn {
  margin-right: 2px;
}
.role .cont {
  border: 1px solid #dcdee2;
  width: 100%;
}
.role .cont .leftTree {
  height: 100%;
  overflow-y: auto;
  padding: 10px;
}
.role .cont .leftTree .ivu-tree-title {
  height: 20px;
}
.role .cont .left .add-con {
  padding: 10px 0;
}
.role .cont .left .add-con .add-btn {
  margin-left: 3px;
}
.role .cont .right .add-con {
  padding: 10px 0;
}
.role .cont .right .add-con .add-btn {
  margin-left: 3px;
}
.role .cont .right .search-con {
  padding: 10px 0;
}
.role .cont .right .search-con .type {
  margin-left: 37%;
  margin-right: 2px;
}
.role .cont .right .search-con .name {
  margin-right: 1px;
}
.role .cont .right .search-con .search-btn {
  margin-right: 2px;
}
.role .cont .right .search-con .page {
  margin-right: 2px;
}
.role .treeBtn {
  margin-top: -3%;
  float: right;
  margin-left: 2px;
  display: none;
  cursor: pointer;
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
}
.role .roleGroupTree:hover .treeBtn {
  display: block !important;
}
.role .editRole {
  width: 100%;
  height: 100%;
}
.role .editRole .editRoleCard {
  width: 100%;
}
.role .editRole .editRoleCard .roleEditvalue {
  margin: auto;
  margin-top: 4%;
  width: 70%;
  margin-bottom: 10px;
}
.role .editRole .editRoleCard .roleEditname {
  margin: auto;
  margin-top: 3%;
  width: 70%;
  margin-bottom: 10px;
}
.role .editRole .editRoleCard .button {
  margin: auto;
  margin-top: 3%;
  margin-bottom: 4%;
  width: 60%;
}
.role .editRole .editRoleCard .button .cacelRole {
  margin-left: 32%;
  width: 12%;
}
.role .editRole .editRoleCard .button .saveRole {
  width: 12%;
  margin-left: 22px;
}
.role .editRole .editRoleCard .button .editRole {
  width: 12%;
  margin-left: 22px;
}
.role .editGroup {
  width: 100%;
  height: 100%;
}
.role .editGroup .editRoleCard {
  width: 100%;
}
.role .editGroup .editRoleCard .groupEditname {
  margin: auto;
  margin-top: 3%;
  width: 70%;
  margin-bottom: 10px;
}
.role .editGroup .editRoleCard .button {
  margin: auto;
  margin-top: 3%;
  margin-bottom: 4%;
  width: 60%;
}
.role .editGroup .editRoleCard .button .cacelGroup {
  margin-left: 32%;
  width: 12%;
}
.role .editGroup .editRoleCard .button .saveGroup {
  width: 12%;
  margin-left: 22px;
}
.role .editGroup .editRoleCard .button .editGroup {
  width: 12%;
  margin-left: 22px;
}
.treeList {
  height: 160px;
  border: 1px solid #e8eaec;
  border-radius: 5px;
}
.rolePermissions {
  height: 500px;
  overflow-y: auto;
}
.Invitation {
  padding-bottom: 5px;
}

.staffPermission .ivu-tree .ivu-checkbox-wrapper .ivu-tree-arrow .ivu-tree-title {
  vertical-align: middle;
}
.staffPermission .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staffPermission .left .leftTop {
  padding: 8px 16px;
  background: #f9fafc;
  color: #515a6e;
  border: 1px solid #dcdee2;
  border-bottom: 1px solid #e8eaec;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
}
.staffPermission .left .leftTree {
  padding-top: 20px;
  height: 332px;
  width: 100%;
}
.staffPermission .left .leftTree .ivu-tree-empty {
  padding-top: 20px;
  text-align: center;
}
.staffPermission .right {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staffPermission .right .rightTop {
  padding: 12px 15px;
  background: #f9fafc;
  color: #515a6e;
  border: 1px solid #dcdee2;
  border-bottom: 1px solid #e8eaec;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
}
.staffPermission .right .rightTable {
  padding-top: 40px;
  height: 335px;
}
.staffPermission .center {
  text-align: center;
}
.staffPermission .center .leftBtn {
  margin-top: 150px;
  margin-bottom: 8px;
}
.staffPermission .center .rightBtn {
  margin-top: 7px;
  margin-bottom: 5px;
}
.rolePermissions {
  height: 500px;
  overflow-y: auto;
}

.staffHome .userHome {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staffHome .userHome .userTree {
  border: 1px #e8eaec solid;
  padding-left: 2%;
  margin-left: 2%;
}
.staffHome .userHome .userTree .ivu-tree-arrow {
  vertical-align: text-top;
}
.staffHome .__view {
  margin-left: 2%;
}
.staffHome .addUser .Invitation {
  padding-bottom: 10px;
}
.staffHome .addUser .center .rightBtn {
  margin-left: -10px;
}
.staffHome .addUser .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staffHome .addUser .left .leftTop {
  padding: 8px 16px;
  border: 1px solid #dcdee2;
  border-bottom: 1px solid #e8eaec;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
}
.staffHome .addUser .right {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.staffHome .addUser .right .rightTop {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #dcdee2;
  border-bottom: 1px solid #e8eaec;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
}
.staffHome .addUser .right .rightTable {
  padding-top: 40px;
  height: 335px;
}

.content-wrapper main[data-v-69e7786e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-wrapper main h1[data-v-69e7786e] {
  font-size: 30px;
  line-height: 40px;
}
.content-wrapper main p[data-v-69e7786e],
.content-wrapper main h1[data-v-69e7786e] {
  text-align: center;
}

.content-wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-wrapper main h1 {
  font-size: 30px;
  line-height: 40px;
}
.content-wrapper main p,
.content-wrapper main h1 {
  text-align: center;
}

.token .tokenTop {
  margin-top: 0.3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.token .tokenTop .token-right {
  margin-left: 94%;
}
.token .tokenTop .token-right .search-con {
  padding: 10px 0;
}
.token .tokenTop .token-right .search-con .search-btn {
  margin-right: 2px;
}
.token .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.2%;
}
.token .cont .right {
  width: 100%;
}
.token .cont .right .page {
  margin-right: 2px;
}

.travelReimbursement .travel .title {
  clear: both;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.travelReimbursement .travel .title .ivu-form-item-error-tip {
  padding-top: 0;
}
.travelReimbursement .travel .title .btn {
  float: right;
}
.travelReimbursement .transport .title {
  clear: both;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.travelReimbursement .transport .title .btn {
  float: right;
}
.travelReimbursement .transport .transportTable {
  margin-bottom: 15px;
}
.travelReimbursement .transport .invoiceTable {
  margin-bottom: 15px;
}
.clf .ivu-modal-body {
  padding-bottom: 0 !important;
}
.clf .ivu-modal-footer {
  border-top: none !important;
}

.travelReimbursement .travel .title {
  clear: both;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.travelReimbursement .travel .title .ivu-form-item-error-tip {
  padding-top: 0;
}
.travelReimbursement .travel .title .btn {
  float: right;
}
.travelReimbursement .transport .title {
  clear: both;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.travelReimbursement .transport .title .btn {
  float: right;
}
.travelReimbursement .transport .transportTable {
  margin-bottom: 15px;
}
.travelReimbursement .transport .invoiceTable {
  margin-bottom: 15px;
}
.clf .ivu-modal-body {
  padding-bottom: 0 !important;
}
.clf .ivu-modal-footer {
  border-top: none !important;
}

.userinfo .main {
  width: 50%;
  padding: 0%;
  margin: 50px auto;
}
.userinfo .main .male {
  display: inline;
  margin-right: 10px;
}
.userinfo .main .famale {
  display: inline;
  margin-left: 10px;
}
.userinfo .main .headpic {
  width: 280px;
  height: 340px;
  margin-left: 40px;
  text-align: center;
  font-size: 16px;
}
.userinfo .main .headpic .pic {
  width: 280px;
  height: 280px;
  margin-bottom: 30px;
}
.userinfo .main .headpic .btn {
  color: blue;
  cursor: pointer;
}
.userinfo .main .button {
  width: 100%;
  margin-right: 0;
  text-align: center;
}
.userinfo .main .button button {
  margin-top: 5px;
  margin-right: 0%;
  margin-left: 3%;
  width: 60px;
}

