/*scroll*/
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
}

/*定义滚动条的轨道，内阴影及圆角*/
::-webkit-scrollbar-track {
  background-color: transparent;
}

/*多选下拉框限高*/
.selectMultiple .ivu-select-selection {
  height: 33px;
  overflow: hidden;
}

/*定义滑块，内阴影及圆角*/
::-webkit-scrollbar-thumb {
  width: 8px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
}

.viewImg {
  max-width: 50px;
  max-height: 50px;
}

.ModalFooterBtn {
  padding-top: 15px;
  border-top: 1px solid #ececec;
  text-align: right;
  width: 100%;
  background-color: #fff;
}

.drawer-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: center;
  background: #fff;
}

/*detailPop*/
.detailPop {
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 90%;
  transition: 0.3s ease all;
  z-index: 5;
  padding: 15px 20px 60px 20px;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
}

.detialBox .detailBtn {
  position: absolute;
  padding: 10px 0;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  border-top: 1px solid #ececec;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.detialBox h1.title {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  padding-top: 5px;
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.baseInfoTitle {
  font-size: 14px;
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
  margin-bottom: 10px;
}

.boxMain {
  flex: 1;
}

.overflowY {
  overflow-y: auto;
  overflow-x: hidden;
}

.ivu-tabs-bar {
  margin-bottom: 10px !important;
}

.vm {
  vertical-align: middle;
}

.mainController {
  background-color: #fff;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 10px;
}

.mainSeparate {
  position: relative;
}

.mainSeparateLeft {
  width: 300px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
}

.mainSeparateRight {
  margin-left: 300px;
  top: 0;
  border-left: 1px solid #eaeaea;
}

.tableList {
}

.tableList .ivu-table-wrapper {
  border: none;
}

.topBar {
  padding: 0 10px 15px 10px;
  height: 47px;
  border-bottom: 2px solid #e2e2e2;
  overflow: hidden;
  position: relative;
}

.topBar .multiOperation {
  padding: 0 10px 15px 10px;
  height: 45px;
  position: absolute;
  left: -80%;
  width: 80%;
  top: 0;
  z-index: 4;
  background-color: #fff;
  transition: left 0.3s ease;
}

.multiOperation .closeMulti {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.multiOperation .multiOperBtn {
  float: left;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}

.multiOperation .multiOperBtn div.multiNum {
  font-size: 14px;
  float: left;
}

.multiOperation .multiOperBtn div.multiBtn {
  float: left;
}

.multiOperBtn div.multiNum .fontRed {
  font-style: normal;
  color: #ee1417;
}

.rightCircle {
  border-radius: 0 32px 32px 0;
  margin-left: -1px;
}

.leftCircle {
  border-radius: 32px 0 0 32px;
}

.ivu-tag-blue {
  line-height: 32px !important;
}

.ivu-icon-close-round {
  font-size: 20px;
  color: #868686;
  transition: 0.5s transform ease;
}

.multiOperation .closeMulti .ivu-icon-md-close {
  margin-top: -8px;
  font-size: 25px;
}

.multiOperation .closeMulti:hover .ivu-icon-md-close {
  color: #ee1417;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* Internet Explorer */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
  -o-transform: rotate(180deg); /* Opera */
}

td.noPadding .ivu-table-cell {
  padding: 0;
}

.searchForm .selectBase {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  outline: none;
  float: left;
  width: 150px;
}

.selectBase .ivu-select-selected-value {
  padding-left: 15px !important;
}

.searchForm {
  float: left;
}

.searchForm .selectBase .ivu-select-selection {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.searchForm .inputBase {
  font-size: 12px;
  color: #666666;
  outline: none;
  float: left;
  width: 250px;
}

.searchForm .inputBase .ivu-input {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 0 15px;
}

.ML10 {
  margin-left: 10px;
}

.searchForm .detailSearch {
  float: left;
  margin-left: 10px;
  color: #818181;
  font-size: 12px;
  margin-top: 7px;
}

.opreationBtn {
  float: right;
}

#page {
  padding-top: 10px;
  text-align: right;
  background-color: #fff;
  position: relative;
}

#page .setTableColumns {
  position: absolute;
  left: 15px;
  top: 12px;
}

#page.proModel {
  padding: 10px 0 0 10px;
  margin-right: -10px;
}

/*tree组件样式*/
.treeBox {
  overflow-y: auto;
  overflow-x: hidden;
}

.ivu-tree ul li {
  margin: 2px 0 !important;
}

.nodeLine {
  display: inline-block;
  width: 98%;
  line-height: 24px;
  padding-right: 20px;
  cursor: pointer;
  border-radius: 3px;
  padding-bottom: 2px;
  padding-left: 5px;
}

.nodeLine:hover {
  background-color: rgba(43, 133, 228, 0.11);
}

.custom-tree-node {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}

.limitHeight {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

/*弹窗垂直居中*/
.verticalCenterModal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.verticalCenterModal .ivu-modal {
  top: 0;
}

.text-right {
  line-height: 30px;
  text-align: right;
}

.text-center {
  line-height: 30px;
  text-align: center;
}

/*Card*/
.cardTitle {
  float: left;
  font-size: 14px;
  font-weight: normal;
}

.cardSelect {
  float: left;
  padding-left: 10px;
  margin-top: -9px;
}

.cardSelect .cardSelectItem {
  width: 90px;
}

.cardOther {
  float: right;
}

.cardOther .cardOtherItem {
  padding: 0 10px;
}

.cardBox {
  height: 15px;
}

/*table组件重置*/
.baseTable {
  background-color: #ececec;
}

.baseTable tr td,
.baseTable tr th {
  padding: 7px;
  background-color: #f4f4f4;
}

.baseTable tr td {
  background-color: #fff;
}

td.ivu-table-expanded-cell {
  padding: 0 !important;
}

/*printTable组件重置*/
.printTable {
  background-color: #000000;
}

.printTable tr td,
.printTable tr th {
  padding: 4px 5px;
  background-color: #dddddd;
}

.printTable tr td {
  background-color: #fff;
}

/*i-form组件inline样式修改*/

.ivu-form-inline {
  word-spacing: -6px;
}

.ivu-form-inline .ivu-form-item {
  width: 50%;
  word-spacing: 0;
  margin-right: 0 !important;
}

.threeForm .ivu-form-item {
  width: 33%;
  word-spacing: 0;
  margin-right: 0 !important;
}

/*上传组件*/
.addAttachment .ivu-upload-select {
  width: 100%;
}

.ivu-form-item-content .el-upload--picture-card {
  width: 60px;
  height: 60px;
  line-height: 70px;
}

.ivu-form-item-content .el-upload-list--picture-card .el-upload-list__item {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.overYScroll {
  overflow-y: scroll;
  overflow-x: hidden;
}

/*collapse*/
.ivu-collapse-content,
.ivu-collapse-content > .ivu-collapse-content-box {
  padding: 0 !important;
}

.ivu-collapse {
  border-bottom: none;
}

.ivu-collapse > .ivu-collapse-item > .ivu-collapse-header {
  background-color: #fff;
}

.proItem {
  padding: 8px 0;
  min-height: 56px;
}

.proItem .proImg {
  max-width: 40px;
  max-height: 40px;
  vertical-align: middle;
}

.proItem .title {
  height: 22px;
  overflow: hidden;
  line-height: 20px;
  text-align: left;
}

.proItem .breif {
  color: #9a9a9a;
  display: block;
  height: 20px;
  overflow: hidden;
  text-align: left;
}

.proItem .proImgBox {
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  line-height: 36px;
  text-align: center;
  position: relative;
}

.big60 .proImgBox {
  width: 60px;
  height: 60px;
  line-height: 56px;
}

.big60 .proImg {
  max-width: 60px;
  max-height: 60px;
}

/*vue-quill-editor reset*/
.ql-toolbar.ql-snow {
  padding: 0 !important;
}

.ql-editor {
  min-height: 200px;
}

/*列表左下角合计样式*/
.total {
  position: absolute;
  left: 220px;
  bottom: 25px;
  z-index: 1;
  font-size: 14px;
}

/*table表格内部列表css*/
td.noPadding {
  padding: 0 !important;
}

.noData {
  border-bottom: 1px solid #ececec;
  height: 35px;
  text-align: center;
  padding: 50px 0;
  font-size: 14px;
}

div.item div {
  border-bottom: 1px solid #ececec;
  padding: 8px;
}

.ivu-table-cell div.item:last-child div:last-child {
  background-color: #fffbe6;
  color: #ff6600;
}

/*tab内table列表头部样式覆盖*/
.tabTopBar {
  padding-top: 0;
  height: auto;
}

.navTop {
  margin-top: -47px;
}

.tabTopBar .multiOperation {
  padding: 0 10px;
  height: auto;
}

h1.subTitle {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  padding-top: 15px;
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.modColl .ivu-collapse-header {
  border-bottom: 1px solid #dcdee2 !important;
  padding-left: 0 !important;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.modColl {
  border: 0 !important;
}

.cellGutter1,
.cellGutter2,
.cellGutter3,
.cellGutter4 {
  font-size: 0;
  margin-bottom: 10px;
}

.cellGutter1 .ivu-cell {
  width: 100%;
}

.cellGutter3 .ivu-cell {
  width: 33.33%;
}

.cellGutter4 .ivu-cell {
  width: 25%;
}

.cellGutter2 .ivu-cell {
  width: 50%;
}

.ivu-cell-group .ivu-cell {
  border-radius: 3px;
  display: inline-block;
  white-space: inherit;
  vertical-align: top;
}

.w100 {
  width: 100% !important;
}

.ivu-cell .ivu-cell-title {
  font-size: 12px;
  color: #808695;
}

.ivu-cell .ivu-cell-label {
  font-size: 14px;
  color: #1c2438;
  line-height: 18px;
  min-height: 18px;
  overflow: hidden;
}
.imgBasePic {
  overflow: hidden;
}
.imgBase p {
  color: #ffffff;
  position: absolute;
  left: 1px;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.2);
}

.imgBase:hover {
  border-color: #2d8cf0;
}

.imgBase {
  cursor: pointer;
  text-align: center;
  float: left;
  position: relative;
  overflow: hidden;
  width: 162px;
  margin-right: 10px;
  height: 180px;
  line-height: 150px;
  border: 1px solid #ececec;
  padding: 5px;
}

.imgBase .fileList {
  max-width: 150px;
  max-height: 150px;
  vertical-align: middle;
}

.imgBasePicBox {
  overflow: hidden;
  float: left;
}

.noMargin {
  width: 25% !important;
}

.noMargin .ivu-form-item-content {
  margin-left: 10px !important;
}

/*detailBar*/
.detailBar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #ececec;
  text-align: center;
  background-color: #ffffff;
}

.drawIndex .ivu-drawer-mask,
.drawIndex .ivu-drawer-wrap {
  z-index: 10000 !important;
}

.ivu-tabs-nav .ivu-tabs-tab {
  font-size: 14px;
}

.demo-spin-icon-load {
  animation: ani-demo-spin 1s linear infinite;
}
