@import "../../../../static/css/craddetails.css";
.wait {
  max-width: 1300px;
  margin: auto;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.main_scrollbar > .el-scrollbar > .el-scrollbar__wrap {
  overflow-x: hidden !important;
}
.child_descriptions .el-card__header {
  background: #f2f2f2;
}
.el-cascader-menu__wrap{
  height: 204px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/*单行溢出*/
.one-txt-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.addEm {
  width: 100%;
  height: auto;
  line-height: 2.5;
  padding: 5px;
  border: 1px dashed #ccc;
  border-radius: 5px;
  background: #fff;
  margin-top: 20px;
  text-align: center;
}

.addEm > .el-button {
  color: #6a6a6a;
  font-weight: 600;
}

.block {
  margin: 20px 0;
  float: right;
}

.pdfClass .el-dialog__header {
  display: none;
}
.order_from .el-upload--picture-card {
  height: 96px !important;
  width: 96px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.order_from .el-upload-list--picture-card .el-upload-list__item {
  width: 96px !important;
  height: 96px !important;
}
.order_from.el-form--label-top .el-form-item__label {
  padding: 0 !important;
}
.order_from .el-form-item__label {
  line-height: 30px;
}
.ditfrom .el-input-group__append,
.ditfrom .el-input-group__prepend {
  width: 130px !important;
}
/* .el-dialog__wrapper{
  z-index: 8000 !important;
} */
.del_box > .el-badge,
.dataImg > .el-badge {
  width: 100% !important;
  height: 100% !important;
}
.del_box .el-badge__content.is-fixed.is-dot {
  right: 13px !important;
  top: 7.5px !important;
}
.del_box .el-badge__content.is-dot {
  width: 13px !important;
  height: 13px !important;
}
.ditfrom .el-dialog__body {
  padding: 0px 20px;
}
.orderCode {
  color: #0000ee;
}
.input-with-select .el-input__suffix-inner {
  line-height: 2.9 !important;
}

.order_box_centnt .el-step__title {
  font-size: 12px;
  line-height: 30px;
}
.formDialog .el-table .warning-row {
  background: oldlace !important;
}
.formDialog .el-table .end td {
  text-align: center;
}
.formDialog .el-dialog__header {
  padding: 0 !important;
}
.formDialog .el-dialog__headerbtn {
  top: 15px;
}
/* .formDialog .el-dialog__body{
  padding: 0 px;
} */
.formDialog .el-form-item__label {
  padding: 0;
  font-size: 14px;
  line-height: 2;
}
.formDialog .el-input__inner {
  color: #000;
  font-weight: 500;
}
.formDialog .el-table .table-head-th {
  text-align: center;
}
.el-autocomplete {
  width: 100%;
}
.formDialog .el-form--label-top .el-form-item__label {
  padding: 0;
}
.formDialog .el-select {
  width: 100%;
}
.transit .el-table__body .el-steps--simple {
  padding: 0px 1%;
}
.transit .el-table__body .el-step .el-step__head {
  display: flex;
}
.transit .el-table__body .el-step__title .is-wait {
  font-size: 12px;
}

/* 征信 */
.formTag .el-form-item .el-form-item__content {
  flex: 1;
}
.CrediRdetails .el-table__expanded-cell[class*="cell"] {
  padding: 20px 0;
  background: #e4e7ed7d;
}

.el-table__expanded-cell[class*="cell"] {
  padding: 20px !important;
}

.px-2 {
  padding: 20px 0;
}
.demo-table-expand label {
  min-width: 100px;
  color: #99a9bf !important;
}
.demo-table-expand .el-form-item {
  margin-right: 0;
  margin-bottom: 0;
  width: 100% !important;
}

.card-body {
  padding: 24px;
  overflow: hidden;
  background: #fff;
}
.descriptions {
  overflow: hidden;
}
.descriptions-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.Name_title {
  margin-bottom: 30px;
}
.descriptions-title {
  flex: auto;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fahai-title {
  font-size: 30px;
  color: red;
  text-align: center;
}
.fahai-center {
  font-size: 16px;
  padding: 20px 30px;
}

.el-drawer__body {
  overflow-y: auto;
}

.caipan-subject {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 2px;
  color: #000;
}
.cpws_court {
  width: 100%;
  line-height: 80px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
  margin-top: 30px;
}
.caipan-subject p {
  text-indent: 30px;
}

.el-form-item__content {
  flex: 1 !important;
}


::-webkit-scrollbar {
  width: 4px;    
  height: 4px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 0;
  background: rgba(0,0,0,0.1);

}