@font-face {
  font-family: 'dsDinib';
  src: url('./font/dsDinib.ttf')/* Safari, Android, iOS */
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0;
  height: 5px;
  /* background-color: #fafafa; */
  background-color: transparent;
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  /* background-color: #ddd; */
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border: 1px solid transparent;
  border-top-width: 0;
  border-left-width: 0;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background-color: #fafafa;
  cursor: pointer;
  border: 1px solid transparent;
  border-top-width: 0;
  border-left-width: 0;
}

::-webkit-scrollbar-button,
::-webkit-resizer,
::-webkit-scrollbar-corner {
  width: 0;
  height: 0;
  background-color: transparent;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

*,
ul,
li,
div,
span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  cursor: pointer;
}

.flex {
  display: flex;
}

.flex-between {
  justify-content: space-between;
}

.dashed {
  border: 1px dashed #ccc;
}

/***element-ui-edit***/
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  background-color: transparent;
}

.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #ddd;
}
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-track{
  background-color: transparent;
}

.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-button,
.el-table--scrollable-y .el-table__body-wrapper::-webkit-resizer,
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-corner {
  width: 0;
  height: 0;
  background-color: transparent;
}

.el-badge__content {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  height: 15px !important;
  line-height: 15px !important;
  padding: 0 4px !important;
  font-size: 11px !important;
  border: none !important;
}

.el-input__inner {
  width: 100% !important;
  padding-right: 0 !important;
}
.el-input-number{
  width: 100% !important;
}
.self-define .el-input.is-disabled .el-input__inner {
  color: #606266;
}

.el-select {
  width: 100%;
}

/*.el-date-editor.el-input, .el-date-editor.el-input__inner{
  width: 155px !important;
}*/
.form-condition .el-form-item--small .el-form-item__content {
  -webkit-flex: 1;
  flex: 1;
}

.el-button--small {
  /* padding: 8px 20px !important; */
}

.form-condition .demo-form-inline .el-form-item--small.el-form-item {
  margin-top: 18px;
  margin-bottom: 0;
}

.form-condition .demo-form-inline .el-form-item--small.el-form-item {
  margin-bottom: 0;
}

.form-condition .demo-form-inline:first-child .el-form-item--small.el-form-item {
  margin-top: 0;
}

.form-condition .demo-form-inline .el-form-item--small.el-form-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
}

.form-condition .el-select {
  display: block;
}

.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next {
  padding: 0 6px !important;
}

.form-search {
  display: flex;
}

.form-control-list {
  -webkit-flex: 1;
  flex: 1;
}

.form-button-list {
  padding-left: 50px;
}

.form-button-list .el-form-item--small .el-form-item__content {
  line-height: 29px;
}

.el-form--inline .form-button-list .el-form-item {
  margin-right: 0;
}

.el-table-button .el-button--primary.is-disabled,
.el-table-button .el-button--primary.is-disabled:hover,
.el-table-button .el-button--primary.is-disabled:focus,
.el-table-button .el-button--primary.is-disabled:active {
  background-color: #909399;
  border-color: #909399;
}

/*表格*/
.el-table th {
  color: #333;
  background-color: #f0f0f0;
}

/*.el-table td{
  vertical-align: top;
}*/
.el-table .cell {
  vertical-align: top;
  text-align: center;
}

.el-table {
  font-size: 12px;
  /* border: 1px solid #ccc !important; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.el-table .serious-warning {
  color: #e6e6e6;
  background-color: #f60808;
}

.el-table .serious-warning .step li.status-warning>span span {
  color: #fff !important;
}

.el-table--enable-row-hover .el-table__body tr.serious-warning:hover>td,
.el-table--striped .el-table__body tr.el-table__row--striped.serious-warning td,
.el-table--striped .el-table__body tr.hover-row.serious-warning td,
.el-table--striped .el-table__body tr.el-table__row--striped.hover-row.serious-warning td {
  background-color: #f60808;
}

.el-table .serious-warning .el-checkbox__inner {
  background-color: transparent;
}

.table-content .el-table__empty-block {
  min-height: auto !important;
}

/*.table-content .el-table .el-table__body-wrapper{
  max-height: 100% !important;
}*/
.el-table--small th,
.el-table--small td {
  padding: 5px 0;
  vertical-align: middle;
}

.table-content .el-table--small th,
.table-content .el-table--small td {
  padding: 5px 0;
}

.table-content .el-table--small th {
  height: 45px;
  color: #000;
  background-color: #ebebeb;
}

.table-content .el-table--small td {
  height: 55px !important;
  vertical-align: center;
}

.el-table .handler-visible .cell {
  overflow: visible;
}

/*loading*/
.el-loading-extend .el-loading-spinner i,
.el-loading-extend .el-table-component .el-loading-spinner i {
  color: #999;
  font-size: 28px;
}

.el-loading-extend .el-loading-spinner .el-loading-text,
.el-loading-extend .el-table-component .el-loading-spinner .el-loading-text {
  color: #999;
}

.self-define .el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 100%;
}

/* .common-class-self-define .el-message-box__message {
  text-align: center;
} */

.el-loading-mask.is-fullscreen {
  z-index: 5000 !important;
}

.el-form--inline .label-long .el-form-item__label {
  width: 120px;
}

.el-form--inline .label-long-small .el-form-item__label {
  width: 80px;
}

.el-form--inline .label-long-smaller .el-form-item__label {
  width: 68px;
}

.el-form--inline .label-long .el-date-editor.el-input,
.el-date-editor.el-input__inner,
.el-form--inline .label-long-small .el-date-editor.el-input,
.el-date-editor.el-input__inner,
.el-form--inline .label-long-smaller .el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 100%;
}

.button-list .el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item,
.button-list .el-form-item {
  margin-bottom: 0 !important;
}
.form-small .button-list .el-form-item--mini.el-form-item,
.form-small .el-form-item--small.el-form-item,
.form-small .button-list .el-form-item {
  margin-bottom: 20px !important;
}

/***element-ui-edit-end***/
/*style*/
.bg-fff {
  background-color: #fff;
}

.bg-f0f0f0 {
  background-color: #f8f8f8;
}

.bg-f5f5f5 {
  background-color: #f5f5f5;
}

.button-bg-blue {
  background-color: #00a8ff;
}

.button-bg-light-blue {
  background-color: #0ac7dd;
}

.button-bg-green {
  background-color: #22d640;
}

.button-bg-red {
  background-color: #ff420f;
}

.button-bg-dark-red {
  background-color: #f50a0a;
}

.button-bg-orange {
  background-color: #f18d0b;
}

.bg-red {
  background-color: #f20a0a;
}

.bg-green {
  background-color: #12c105;
}

.bg-blue {
  background-color: #11aadc;
}

.bg-gray {
  background-color: #bbb;
}

.bg-orange {
  background-color: #f18d0b;
  /*#ffbc1c*/
}

.color-red {
  color: #f20a0a;
}

.color-green {
  color: #12c105;
}

.color-blue {
  color: #11aadc;
}

.color-gray {
  color: #bbb;
}

.color-orange {
  color: #ffbc1c;
}

.search-button-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* height: 45px; */
  /*padding: 0 20px;*/
  margin-bottom: 15px;
  padding: 0 15px;
}

.search-button-list.open {
  background-color: #f7f7f7;
}

.button-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
}

.button-list a {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  cursor: pointer;
  margin-left: 10px;
}

.button-list a.link-text {
  display: flex;
  /*align-items: center;*/
  /*justify-content: center;*/
  width: auto;
  padding: 0 10px;
  line-height: 32px;
  color: #fff;
  font-size: 13px;
}

.button-list a.link-text>i {
  line-height: 32px;
  margin-right: 5px;
}

.button-list a.mleft-30 {
  margin-left: 30px;
}

.button-list a:first-child {
  margin-left: 0;
}

.button-list a:active {
  opacity: 0.8;
}

.form-condition {
  /*padding: 20px 20px 20px 30px;*/
  /*padding: 20px 15px 20px 15px;*/
  padding: 20px 15px 0 15px;
}

.form-condition .el-form-item__content {
  line-height: inherit;
}

.content {
  padding: 0 15px 0 15px;
  position: relative;
}

.content>div.content-child {
  /*border: 1px solid #ccc;*/
  overflow-y: hidden;
  height: 100%;
  position: relative;
}

.table-pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.table-pagination-default{
  padding-top: 30px;
}
.table-pagination-page{
  height: 52px;
  padding-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.table-pagination-default, .table-pagination-page .page-size{
  color: #606266;
  font-size: 12px;
  letter-spacing: 1px;
}
.table-pagination-page .page-size{
  margin-left: 10px;
}

.table-pagination-page .el-pagination button,
.table-pagination-page .el-pagination span:not([class*=suffix]){
  min-width: auto;
}

.content .table-content {
  margin-bottom: 15px;
  position: relative;
}

.content .table-content>div {
  overflow-y: auto;
}

.table-common {
  min-width: 100%;
}

.ul-table-title {
  height: 45px;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #ccc;
}

.table-common tr.none {
  visibility: hidden;
}

.table-common thead tr th,
.ul-table-title li {
  height: 45px;
  color: #000;
  background-color: #ebebeb;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ul-table-title li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-content .ck,
.ul-table-title .ck {
  width: 40px;
}

.table-common tbody tr td {
  min-height: 65px;
  color: #333;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  border-top: 1px solid #ccc;
  cursor: pointer;
  padding: 8px 8px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.table-common tbody tr td>div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
}

.table-common tbody tr td div.col-item {
  flex-direction: column;
  position: relative;
  height: 48px;
  overflow: hidden;
}

.table-common tbody tr td div.col-item.col-item-multi {
  padding-right: 35px;
}

.table-common tbody tr td div.col-item.col-item-multi.open {
  height: auto;
}

.table-common tbody tr td div.col-item>div {
  margin-top: 8px;
}

.table-common tbody tr td div.col-item>div:first-child {
  margin-top: 0;
}

.item-num-show {
  position: absolute;
  top: 0;
  right: 8px;
  display: block;
}

.item-num,
.item-progress {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 48px;
}

.item-num {
  width: 20px;
}

.item-num i,
.item-progress i {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.item-num i {
  color: #fff;
  margin-top: 3px;
}

.item-num i:first-child {
  width: 17px;
  height: 17px;
  margin-top: 0;
}

.item-num i:nth-child(2) {
  width: 10px;
  height: 10px;
}

.item-num i:nth-child(3) {
  width: 6px;
  height: 6px;
}

.item-num-show.item-00cc00 .item-num i {
  background-color: #00cc00;
}

.item-num-show.item-ff9900 .item-num i {
  background-color: #ff9900;
}

.item-num-show.item-66ccff .item-num i {
  background-color: #66ccff;
}

.item-num-show.item-ff6600 .item-num i {
  background-color: #ff6600;
}

.item-num-show.item-cccccc .item-num i {
  background-color: #cccccc;
}

.item-progress {
  width: 10px;
  margin-right: 5px;
}

.item-progress i {
  width: 8px;
  height: 8px;
  color: #fff;
  margin-top: 3px;
  background-color: #999;
  position: relative;
}

.item-progress i:before {
  content: "";
  display: block;
  width: 1px;
  height: 5px;
  border-left: 1px solid #999;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.item-progress i:first-child {
  margin-top: 0;
}

.item-progress i:first-child:before {
  display: none;
}

.table-common tbody tr:nth-child(even) td {
  background-color: #fafafa;
}

.table-common tbody tr:hover td {
  background-color: #fafafa;
}

.icon-status {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.box-item {
  display: inline-flex;
  justify-content: space-between;
  vertical-align: top;
  width: 160px;
  height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box-item>div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 78px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box-item>div:first-child {
  padding: 8px 8px;
}

.ta-bg-f0f0f0 {
  border: 1px solid #ccc;
  background-color: #f0f0f0;
}

.ta-bg-00cc00 {
  border: 1px solid #00cc00;
  background-color: #00cc00;
}

.ta-color-00cc00 {
  color: #00cc00;
}

.ta-bg-66ccff {
  border: 1px solid #66ccff;
  background-color: #66ccff;
}

.ta-color-66ccff {
  color: #66ccff;
}

.ta-bg-ff9900 {
  border: 1px solid #ff9900;
  background-color: #ff9900;
}

.ta-color-ff9900 {
  color: #ff9900;
}

.ta-bg-ff6600 {
  border: 1px solid #ff6600;
  background-color: #ff6600;
}

.ta-color-ff6600 {
  color: #ff6600;
}

.ta-bg-cccccc {
  border: 1px solid #ccc;
  background-color: #ccc;
}

.ta-color-cccccc {
  color: #ccc;
}

.ta-color-fff {
  color: #fff;
}

.item-desc {
  width: 32px;
  height: 32px;
  background-color: #fff;
  white-space: normal;
}

.item-desc span {
  display: block;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.item-source {
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: translate(8px, -8px);
}

.item-source span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: scale(0.72) rotate(-45deg) translate(-3px, 1px);
}

.time-show {
  width: 43px;
  height: 100%;
  text-align: center;
}

.time-show span {
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.cash-show {
  width: 35px;
  height: 100%;
  border-left: 1px dashed #ccc;
}

.time-right.time-on .cash-show {
  border-left-color: #fff;
}

.cash-show>div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  border-bottom: 1px dashed #ccc;
}

.time-right.time-on .cash-show>div {
  border-bottom-color: #fff;
}

.cash-show>div>i {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-style: normal;
  border: 1px solid #333;
}

.time-right.time-on .cash-show>div>i {
  border-color: #fff;
}

.cash-show.cash-on {
  color: #fff;
  border-left-color: #fff;
}

.cash-show.cash-on>div {
  border-bottom: 1px dashed #fff;
}

.cash-show.cash-on>div>i {
  border: 1px solid #fff;
}

.cash-show>span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  font-size: 16px;
  font-family: Arial, sans-serif;
}

.cash-show>span i {
  font-size: 12px;
  font-style: normal;
}

.btn-self-common {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  vertical-align: top;
  padding: 0 10px;
  height: 30px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.btn-self-common:hover {
  opacity: 0.8;
}

.btn-self-common.active:hover {
  opacity: 1;
}

.btn-self-common i {
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.icon-confirm,
.icon-invalid {
  width: 18px;
  height: 18px;
}

.btn-green {
  color: #01b440;
  border: 1px solid #01b440;
}

.btn-green.active {
  color: #fff;
  border: 1px solid #01b440;
  background-color: #01b440;
}

.btn-blue {
  color: #00b7ee;
  border: 1px solid #00b7ee;
}

.btn-blue.active {
  color: #fff;
  border: 1px solid #00b7ee;
  background-color: #00b7ee;
}

.btn-red {
  color: #f00;
  border: 1px solid #f00;
}

.btn-red.active {
  color: #fff;
  border: 1px solid #f00;
  background-color: #f00;
}

.modal-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.dialog-wrap{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2051;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-dialog {
  /* position: fixed; */
/*   position: absolute;
  top: 50%;
  left: 50%; */
  /* padding: 15px 15px; */
  /*防止模糊*/
  /* -webkit-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  -moz-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  -ms-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  -o-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); */
 /*  -webkit-transform: translate(calc(-50%), calc(-50%));
  -moz-transform: translate(calc(-50%), calc(-50%));
  -ms-transform: translate(calc(-50%), calc(-50%));
  -o-transform: translate(calc(-50%), calc(-50%));
  transform: translate(calc(-50%), calc(-50%)); */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*z-index: 1200;*/
  z-index: 2010;
  /* background-color: #f0f0f0; */
  background-color: #fff;
  cursor: default;
  max-width: 95%;
  position: relative;
}
.modal-dialog .el-image-viewer__close{
  color: #fff;
}
.modal-dialog::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.operation-detail .part{
  /* overflow: hidden; */
}
.operation-detail .part .title {
  /* padding: 10px 0; */
  height: 40px;
  /* color: #000; */
  color: #fff;
  font-size: 13px;
  text-align: center;
  background-color: #00ccb8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail-content-padding {
  padding: 0 10px 10px 10px;
}

.part-block {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.mtop-5 {
  margin-top: 5px;
}

.mtop-8 {
  margin-top: 8px;
}

.mtop-10 {
  margin-top: 10px;
}

.mtop-15 {
  margin-top: 15px;
}

.mtop-16 {
  margin-top: 16px;
}

.mtop-20 {
  margin-top: 20px;
}

.mleft-10px {
  margin-left: 10px;
}

.mleft-10 {
  margin-left: 15px;
}

.pleft-15 {
  padding-left: 15px;
}

.padding-15 {
  padding: 15px;
}

/*弹出层*/
.el-table-block {
  max-height: 580px;
  padding: 25px 25px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.el-table-button {
  padding: 25px 0 0 0;
  text-align: center;
}

.el-danger-redefine.el-button--danger {
  background-color: #e30a0a;
  border-color: #e30a0a;
}

.self-define .el-dialog {
  width: 800px;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.self-define .el-dialog__header {
  padding: 10px 0;
  text-align: center;
}

.self-define .el-dialog__title {
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
}

.self-define .el-dialog__body {
  padding: 0 20px 20px 20px;
}

.self-define .el-table-button .el-button {
  width: 125px;
}

.button-expand {
  display: flex;
  align-items: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: relative;
}

.expand-btn-list {
  display: flex;
  align-items: center;
}

.expand-btn-list a {
  display: flex;
  height: 25px;
  line-height: 24px;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 1px;
  margin-left: 8px;
}

.expand-btn-list a:first-child {
  margin-left: 0;
}

.expand-btn-list a:hover,
.expand-btn-list a:active{
  color: #fff;
  opacity: 0.8;
}

.expand-btn-list a i {
  margin: 0 5px 0 0;
}

.expand-btn-list a i.el-icon-remove-outline {
  transform: rotate(45deg);
}

.txt-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*弹出层滚动条样式*/
.show-scroll-bar::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
}

.show-scroll-bar::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #ddd;
}

.show-scroll-bar::-webkit-scrollbar-button,
.show-scroll-bar::-webkit-resizer,
.show-scroll-bar::-webkit-scrollbar-corner {
  width: 0;
  height: 0;
  background-color: transparent;
}
.show-scroll-bar::-webkit-scrollbar-track{
  background-color: transparent;
}

/*弹出层滚动条样式--end*/
.tab-fixed-extend {
  /* margin: 25px 0 0 23px; */
  margin: 15px 0 0 15px;
}

.nav-tab-block.nav-tab-padding-bottom {
  padding-top: 65px !important;
}

.input-float-show .list-float {
  position: absolute;
  top: 36px;
  z-index: 20;
  width: 100%;
  max-height: 160px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ececec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  font-size: 12px;
}

.input-float-show {
  position: relative;
}

.input-float-show .list-float::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  background-color: transparent;
}

.input-float-show .list-float::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #eee;
  border-color: transparent;
}

.input-float-show .list-float::-webkit-scrollbar-track {
  background-color: transparent;
  border-color: transparent;
}

.input-float-show .list-float li {
  padding: 0 10px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid #f0f0f0;
}

.input-float-show .list-float li:first-child {
  border-top-width: 0;
}

.input-float-show .list-float li.active {
  background-color: #f0f0f0;
}

.input-float-show .list-float li:active {
  opacity: 0.8;
}

.input-float-show .list-float li.active:active {
  opacity: 1;
}

.app-global.dialog-form-show .v-modal {
  z-index: 3200 !important;
}

.app-global .el-select-dropdown.el-popper,
.app-global .el-picker-panel.el-date-picker {
  z-index: 3300 !important;
}
.app-global .el-picker-panel.el-date-range-picker {
  z-index: 3300 !important;
  background-color: #051E31;
}
.app-global .el-picker-panel__footer  {
  background-color: #051E31;
}
.app-global .el-popper,
.app-global .el-picker-panel.el-popover{
    z-index: 3300 !important;
}
/*足迹中的电话样式*/
.timeline-footprint>li ul li>div>div>div .mark {
  /* color: #11afea; */
}

/* .timeline-footprint>li ul li>div>div>div .mark .icon_dial_tel {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  margin: 1px 3px 0 5px;
  cursor: pointer;
  font-size: 14px;
} */

.timeline-footprint>li ul li>div>div>div .mark .icon_dial_tel:active {
  opacity: 0.8;
}

/*button list*/
/*public style extract*/
.dialog-wrap .modal-dialog {
  /* max-height: 755px; */
  max-height: 95%;
  overflow-y: auto;
}

.operation-detail .part .pile-list .el-timeline-item__node--normal {
  left: 0;
  width: 10px;
  height: 10px;
}

.operation-detail .part .pile-list .el-timeline-item__tail {
  left: 4px;
  border-left: 1px solid #E4E7ED;
}

.operation-detail .part .pile-list .el-timeline .el-timeline-item:last-child {
  padding-bottom: 0;
}
.attention-type,
.no-attention-type {
  color: #fff;
  font-size: 16px;
}
.attention-type {
  background-color: #f60808;
}
.no-attention-type{
  background-color: #12c105;
}
.attention-type .el-icon-remove-outline {
  transform: rotate(45deg);
}

.finish-type {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  background-color: #12c105;
}

.cycle-loop {
  height: 36px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.cycle-loop .el-carousel__container {
  height: 36px;
}

.cycle-loop .el-carousel__container .el-carousel__item .item {
  height: 36px;
  padding: 0 50px;
}

.cycle-loop .el-carousel__container .el-carousel__item .item.active .info>span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  position: relative;
}

.cycle-loop .el-carousel__container .el-carousel__item .item .info {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 36px;
}

.cycle-loop .el-carousel__container .el-carousel__item .item .info>span span {
  color: #444;
  font-weight: 600;
  vertical-align: top;
  margin: 0 5px 0 5px;
}

.cycle-loop .el-carousel__container .el-carousel__item .item .info>span span:first-child {
  margin-left: 10px;
}

.cycle-loop .el-carousel__container .el-carousel__item .item.active .info>span:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #12c105;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}

.cycle-loop .el-carousel__indicators--outside {
  display: none;
}

.cycle-loop .el-carousel__arrow {
  border-radius: 0;
  width: 50px;
  color: #999;
  font-size: 24px;
  background-color: #e6e6e6;
}

.cycle-loop .el-carousel__arrow.el-carousel__arrow--left {
  left: 0;
  border-right: 1px solid #ccc;
}

.cycle-loop .el-carousel__arrow.el-carousel__arrow--right {
  right: 0;
  border-left: 1px solid #ccc;
}

.cycle-loop .el-carousel__arrow i {
  font-weight: 600;
}

.user-loop {
  height: 85px;
  overflow: hidden;
  margin: 25px 0;
}

.user-loop>div .el-carousel__container {
  height: 85px;
}

.user-loop>div .el-carousel__container .el-carousel__item .item {
  height: 85px;
  padding: 0 6px;
  display: flex;
  justify-content: space-between;
}

.user-loop>div .el-carousel__indicators--outside {
  display: none;
}

.user-loop>div .el-carousel__arrow {
  background-color: rgba(31, 45, 61, 0.4);
}

.user-loop>div .el-carousel__arrow.el-carousel__arrow--left {
  left: 0;
}

.user-loop>div .el-carousel__arrow.el-carousel__arrow--right {
  right: 0;
}

#mainDialogPatrol .el-table thead {
  color: #333;
}

#mainDialogPatrol .el-table th {
  background-color: #f0f0f0;
}

#mainDialogPatrol .el-table--small th,
#mainDialogPatrol .el-table--small td {
  padding: 5px 0;
}

#mainDialogPatrol .el-table .cell {
  padding: 0 5px;
}

#mainDialogPatrol .tip {
  padding: 10px 0;
}

.operation-detail .part {
  width: 475px;
  position: relative;
}
.operation-detail .part>div .part-content {
  /* max-height: 685px; */
  max-height: 485px;
  overflow-y: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.operation-detail.dialog-fix-height .part>div .part-content {
  max-height: none;
  height: 100%;
}
.operation-detail .part .trans-detail-list {
  padding: 18px 5px;
  border: 1px dashed #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.operation-detail .part .trans-detail-list.border-none {
  border-width: 0;
}

.operation-detail .part .trans-detail-list.li-extend {
  padding-bottom: 90px;
}

.operation-detail .part .trans-detail-list li {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin-top: 15px;
}

.operation-detail .part .trans-detail-list li:first-child {
  margin-top: 0;
}

.operation-detail .part .trans-detail-list li:first-child .li-width-60 span {
  text-align: right;
}

.operation-detail .part .trans-detail-list.li-extend li {
  margin-top: 20px;
}

.operation-detail .part .trans-detail-list li>div {
  display: flex;
  align-items: flex-start;
  width: 50%;
}

.operation-detail .part .trans-detail-list li>div span {
  display: flex;
  align-items: center;
  width: 60px;
  color: #999;
}

.operation-detail .part .trans-detail-list li>div span i {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.operation-detail .part .trans-detail-list li>div span i.circle-orange {
  background-color: #f5af08;
}

.operation-detail .part .trans-detail-list li>div span i.circle-blue {
  background-color: #00b7ee;
}

.operation-detail .part .trans-detail-list li>div span i.circle-red {
  background-color: #f00;
}

.operation-detail .part .trans-detail-list li>div div {
  /*flex: 1;*/
  text-align: left;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
}

.operation-detail .part .trans-detail-list li>div div.txt-number {
  display: flex;
  margin-top: 2px;
}

.operation-detail .part .trans-detail-list li>div div.txt-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operation-detail .part .trans-detail-list li>div div.txt-location {
  line-height: 24px;
  margin-top: -3px;
}

.operation-detail .part .trans-detail-list li>div div.txt-location i {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: -1px 0 0 5px;
  cursor: pointer;
}

.operation-detail .part .trans-detail-list li>div div.txt-location i:active {
  opacity: 0.7;
}

.operation-detail .part .trans-detail-list li>div.li-width-70 {
  width: 70%;
}

.operation-detail .part .trans-detail-list li>div.li-width-60 {
  width: 60%;
}

.operation-detail .part .trans-detail-list li>div.only-one.li-width-100 span,
.operation-detail .part .trans-detail-list li>div.li-width-40 span,
.operation-detail .part .trans-detail-list li>div.li-width-45 span,
.operation-detail .part .trans-detail-list li>div.li-width-55 span,
.operation-detail .part .trans-detail-list li>div.li-width-60 span,
.operation-detail .part .trans-detail-list li>div.li-width-70 span {
  width: 75px;
  justify-content: flex-end;
}

.operation-detail .part .trans-detail-list li>div.li-width-70 span.span-width-80,
.operation-detail .part .trans-detail-list li>div.li-width-60 span.span-width-80 {
  width: 100px;
}

.operation-detail .part .trans-detail-list li>div.li-width-55 {
  width: 55%;
}

.operation-detail .part .trans-detail-list li>div.li-width-40 {
  width: 40%;
}

.operation-detail .part .trans-detail-list li>div.li-width-40 span.lbl-40 {
  width: 65px;
}

.operation-detail .part .trans-detail-list li>div.li-width-30 {
  width: 30%;
}

.operation-detail .part .trans-detail-list li>div.li-width-30 span {
  width: 65px;
  justify-content: flex-end;
}

.operation-detail .part .trans-detail-list li>div.li-width-30 span.lbl-30 {
  width: 75px;
}

.operation-detail .part .trans-detail-list li>div.li-width-30 span.lbl-40 {
  width: 85px;
}

.operation-detail .part .trans-detail-list li>div.li-width-30 span.lbl-65 {
  width: 65px;
}

.operation-detail .part .trans-detail-list li>div.li-width-45 {
  width: 45%;
}

.operation-detail .part .trans-detail-list li>div:first-child {
  padding-right: 5px;
}

.operation-detail .part .trans-detail-list li>div.only-one {
  width: 100%;
}

.operation-detail .part .trans-detail-list li>div.only-one.li-width-100 span.span-width-80 {
  width: 110px;
}

.operation-detail .station-progress {
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
}

.operation-detail .station-progress .progress-info {
  font-size: 12px;
  transform: scale(0.8);
}

.operation-detail .station-progress .progress-info span {
  display: block;
  font-size: 26px;
  margin-bottom: 5px;
}

.operation-detail .station-progress .progress-info span.pi-default {
  color: #11afea;
}

.operation-detail .station-progress .progress-info span.pi-break {
  color: #f00;
}

.operation-detail .station-progress .progress-info span.pi-online {
  color: #1cd24c;
}

.operation-detail .station-progress .progress-info span.pi-offline {
  color: #ee800c;
}

.operation-detail .station-progress {
  padding-top: 0;
}

.operation-detail .click-tips {
  padding: 5px 25px 25px;
}

.operation-detail .click-tips div {
  height: 40px;
  border: 1px solid #f18d0b;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #f18d0b;
  font: normal 600 14px 'PingFang SC';
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.operation-detail .click-tips div:active {
  opacity: 0.7;
}

.operation-detail .click-tips div i {
  display: block;
  width: 19px;
  height: 19px;
  /* background: url(../img/transaction/handler_start.png) no-repeat; */
  background-size: 100% 100%;
  margin-right: 10px;

}

.operation-detail .img-list {
  align-items: center;
}

.operation-detail .img-list img {
  margin-right: 12px;
}

.operation-detail .trans-detail-btn {
  padding: 21px 70px;
  display: flex;
  justify-content: space-between;
}

.operation-detail .trans-detail-btn .btn-self-common {
  display: flex;
  width: 45%;
  height: 35px;
  font-size: 14px;
  letter-spacing: 1px;
}

.operation-detail .trans-detail-btn .p-right {
  margin-right: 8px;
}

.operation-detail .nav-tab-block {
  padding: 25px 25px 25px 25px;
}

.operation-detail .nav-tab-block.tab-extend {
  padding-top: 30px;
}

.operation-detail .nav-tab-block .part-block {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 16px;
}

.operation-detail .nav-tab-block .part-block .section-info {
  height: 78px;
}

.operation-detail .nav-tab-block .part-block .section-info .si-mark {
  width: 78px;
  height: 100%;
  flex-shrink: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  background-color: #4c585d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.operation-detail .nav-tab-block .part-block .section-info .si-mark div {
  width: 100%;
}

.operation-detail .nav-tab-block .part-block .section-info .si-mark i {
  display: block;
  width: 33px;
  height: 33px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.operation-detail .nav-tab-block .part-block .section-info .order-info {
  flex: 1;
  padding-left: 15px;
  align-content: space-between;
  flex-wrap: wrap;
}

.app-global .operation-detail .nav-tab-block .part-block .section-info .order-info .order-desc {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  /* font-weight: 600; */
  /* font-size: 18px; */
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  word-break: break-all;
}

.operation-detail .nav-tab-block .part-block .section-info .order-info .order-line {
  width: 100%;
  font-size: 12px;
}

.operation-detail .nav-tab-block .part-block .section-info .order-info .order-line .order-item {
  display: flex;
  flex-shrink: 0;
  color: #000;
}

.operation-detail .nav-tab-block .part-block .section-info .order-info .order-line .order-item span {
  font-weight: normal;
  color: #999;
}

.operation-detail .icon-close {
  width: 20px;
  height: 20px;
  top: -4px;
  right: -2px;
}

.operation-detail .plan-list {
  padding: 0 25px 25px;
  text-align: left;
  position: relative;
}

.operation-detail .plan-list .icon-plan-add {
  top: 8px;
  right: 35px;
  display: block;
  width: 25px;
  height: 25px;
  /* background: url(../img/transaction/batch_add.png) no-repeat; */
  background-size: 100% 100%;
  cursor: pointer;
}

.operation-detail .plan-list .icon-plan-add:active {
  opacity: 0.7;
}

.operation-detail .plan-list .plan-item {
  align-items: center;
  padding: 0 25px;
  height: 40px;
  border: 1px dashed #ccc;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #888;
  margin-top: 2px;
}

.operation-detail .plan-list .plan-item span {
  color: #333;
}

.operation-detail .plan-list .plan-item span.txt-number {
  margin-top: 2px;
}

.operation-detail .plan-list .plan-item span:first-child {
  margin-right: 25px;
}

.operation-detail .pile-info {
  /* height: 120px; */
  height: 110px;
}

.operation-detail .pile-info .pi-part .pi-attr {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex: 1;
  padding: 6px 0 6px 6px;
  transform: scale(0.95);
}

.operation-detail .pile-info .pi-part .pi-attr>div {
  color: #000;
  font-size: 12px;
  width: 100%;
}

.operation-detail .pile-info .pi-part .pi-attr>div span {
  color: #a0a0a0;
}

.operation-detail .pile-info .pi-mark {
  width: 75px;
  height: 100%;
  padding: 5px 0;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-content: space-around;
  flex-wrap: wrap;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 12px;
}

.operation-detail .pile-info .pi-mark span {
  width: 100%;
  text-align: center;
  transform: scale(0.9);
  cursor: pointer;
}

.operation-detail .pile-info .pi-mark i {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.operation-detail .pile-info .pi-mark div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50%;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}

.operation-detail .pile-info .pi-mark div.status-1 {
  background-color: #12c105;
  /* 空闲 */
}

.operation-detail .pile-info .pi-mark div.status-2 {
  background-color: #00a8ff;
  /* 充电 */
}

.operation-detail .pile-info .pi-mark div.status-3 {
  background-color: #bbb;
  /* 停运 */
}

.operation-detail .pile-info .pi-mark div.status-4 {
  background-color: #f60808;
  /* 故障 */
}

.operation-detail .pile-info .pi-mark div.status-5 {
  background-color: #f18d0b;
  /* 离线 */
}

.operation-detail .pile-info .pile-detail {
  flex: 1;
  align-content: space-between;
  flex-wrap: wrap;
  padding: 5px 0;
}

.operation-detail .pile-info .pile-detail .device-data {
  width: 100%;
}

.operation-detail .pile-info .pile-detail .device-data .total-info {
  display: flex;
  justify-content: space-between;
  color: #000;
  padding-left: 15px;
  margin-top: 12px;
}

.operation-detail .pile-info .pile-detail .device-data .total-info:first-child {
  margin-top: 5px;
}

.operation-detail .pile-info .pile-detail .device-data .total-info div {
  /* font-weight: 600; */
  font-size: 13px;
  margin-right: 35px;
}

.operation-detail .pile-info .pile-detail .device-data .total-info div span {
  font-size: 13px;
}
.operation-detail .device-info>div>div>span{
  color: #333;
}

.operation-detail .pile-list {
  padding: 5px 10px 0 0;
  margin-top: 16px;
  overflow-y: auto;
}
.operation-detail .pile-list.mt0{
  margin-top: 0;
}

.operation-detail .pile-list .order-list li {
  padding: 5px 6px;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
}

.operation-detail .pile-list.pl-extend {
  height: 370px;
  margin-top: 0;
}

.operation-detail .pile-list.pl-extends {
  height: 210px;
  margin-top: 0;
}

.operation-detail .pile-list.pl-auto {
  height: auto;
}

.operation-detail .pile-list.pl-time-line {
  padding-left: 5px;
}

.operation-detail .pile-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
}

.operation-detail .pile-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #eee;
  border-color: transparent;
}

.operation-detail .pile-list::-webkit-scrollbar-track {
  border-color: transparent;
}

.operation-detail .pile-list .item {
  background-color: #f0f0f0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.operation-detail .pile-list .item .trans-detail-list {
  padding: 8px 5px 8px 0;
}

.operation-detail .pile-list .item .trans-detail-list li {
  margin-top: 8px;
}

.operation-detail .pile-list .item .trans-detail-list li:first-child {
  margin-top: 0;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-only-one>div {
  display: flex;
  color: #000;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-only-one>div div {
  display: flex;
  align-items: center;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-only-one>div span {
  display: flex;
  vertical-align: top;
  width: 80px;
  padding-left: 15px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-only-one>div span i {
  display: flex;
  width: 100%;
  height: 100%;
  font-style: normal;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-lines {
  display: flex;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-lines>div {
  display: flex;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-lines>div.flex-fix {
  width: 155px;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-lines>div.flex-auto {
  flex: 1;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-lines>div.flex-auto span {
  width: 62px;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-lines>div.flex-fix-small {
  width: 140px;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-line {
  display: flex;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-line>div {
  display: flex;
  flex: auto;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-line>div.flex-fix {
  width: 145px;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-line>div.flex-fix span {
  width: 75px;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-line>div.flex-fix-small {
  width: 90px;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-line>div span {
  width: auto;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-line.fl-extend>div.flex-fix {
  width: 115px;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-line.fl-extend>div.flex-fix span {
  width: 65px;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-line.fl-extend>div.flex-auto span {
  width: 62px;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-line.fl-extend>div.flex-fix-small {
  width: 135px;
}

.operation-detail .pile-list .item .trans-detail-list li .flex-line.fl-extend>div span {
  width: auto;
}

.operation-detail .device-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
}

.operation-detail .device-info li {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 15px;
}

.operation-detail .device-info li:nth-child(odd) {
  width: 60%;
}

.operation-detail .device-info li:nth-child(even) {
  width: 40%;
}

.operation-detail .device-info li span {
  color: #999;
  display: flex;
  align-items: center;
  position: relative;
}
.operation-detail .device-info li span:before,
.operation-detail .device-info > div > div span:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #00ccb8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}

.operation-detail .device-info li div.txt-number {
  margin-top: 2px;
}

.operation-detail .device-info.di-extend {
  padding: 0 8px;
}

.operation-detail .device-info.di-extend li {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 15px;
}

.operation-detail .device-info.di-extend li:first-child,
.operation-detail .device-info.di-extend li:nth-child(2) {
  margin-top: 0;
}

.operation-detail .device-info.di-extend li:nth-child(odd) {
  width: 42%;
}

.operation-detail .device-info.di-extend li:nth-child(odd) div {
  color: #f18d0b;
}

.operation-detail .device-info.di-extend li:nth-child(odd) div.black {
  color: #606060;
}

.operation-detail .device-info.di-extend li:nth-child(odd) div.txt-number {
  margin-top: -5px;
}

.operation-detail .device-info.di-extend li:nth-child(odd) div.txt-number.num {
  margin-top: -2px;
}

.operation-detail .device-info.di-extend li:nth-child(odd) span:before {
  background-color: #f18d0b;
}

.operation-detail .device-info.di-extend li:nth-child(even) {
  width: 58%;
}

.operation-detail .device-info.di-extend li:nth-child(even) div.orange {
  color: #f18d0b;
}

.operation-detail .device-info.di-extend li span {
  color: #666;
}

.operation-detail .device-info.di-extend li span:before {
  margin-top: 1px;
}

.operation-detail .device-info.di-extend li div {
  color: #606060;
  font-weight: 600;
  font-size: 21px;
}

.operation-detail .device-info.di-extend li div.txt-number {
  margin-top: -2px;
}

.operation-detail .device-info.di-extend li div i {
  font-style: normal;
  font-size: 15px;
}

.operation-detail .device-info.di-extend.di-sep-part li:nth-child(odd),
.operation-detail .device-info.di-extend.di-sep-part li:nth-child(even) {
  width: 50%;
}

.operation-detail .timeline-footprint>li {
  min-height: 65px;
  padding-left: 40px;
  position: relative;
}

.operation-detail .timeline-footprint>li:before {
  content: "";
  display: block;
  border-left: 1px solid #e0e0e0;
  position: absolute;
  left: 12px;
  height: 100%;
}

.operation-detail .timeline-footprint>li:last-child {
  min-height: 0;
}
.operation-detail .timeline-footprint>li:last-child:before {
  height: 80%;
}

.operation-detail .timeline-footprint>li:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 2px;
  bottom: 0;
  left: 9px;
  /* background-color: #fff; */
  z-index: 10;
}

.operation-detail .timeline-footprint>li:last-child>div i {
  top: 2px;
}

.operation-detail .timeline-footprint>li:last-child>div .status-text span {
  margin-top: 4px;
}

.operation-detail .timeline-footprint>li>div>i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #999;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e0e0e0;
  /* background-repeat: no-repeat;
  background-position: center;
  background-size: 95% 95%; */
  position: absolute;
  left: 0;
}

.operation-detail .timeline-footprint>li>div .status-text {
  color: #000;
  font-size: 16px;
  border: 1px solid transparent;
  position: relative;
}

.operation-detail .timeline-footprint>li>div .status-text span {
  display: inline-block;
  vertical-align: top;
  /* margin-top: -3px; */
  margin-top: 2px;
  position: relative;
}

.operation-detail .timeline-footprint>li>div .status-text span .timing {
  position: absolute;
  top: 0;
  left: 150%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  height: 28px;
  font-size: 12px;
  color: #f60808;
  font-weight: 600;
  border: 1px dashed #f60808;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: "PingFang SC";
}

.operation-detail .timeline-footprint>li>div .status-text span .timing.overtime {
  padding: 0 15px;
  border-style: solid;
}

.operation-detail .timeline-footprint>li>div .status-text span .timing span {
  display: block;
  font-size: 16px;
  height: 28px;
  line-height: 33px;
  margin-left: 5px;
  font-family: Arial, sans-serif;
}

.operation-detail .timeline-footprint>li>div .status-text .status-opt {
  top: -3px;
  right: 0;
}
.operation-detail .timeline-footprint>li>div .status-text .status-opt.last-status-button{
  top: -1px;
}

.operation-detail .timeline-footprint>li>div .status-text .status-opt .expand-btn-list a {
  align-items: normal;
  padding: 0 8px;
  line-height: 26px;
}

.operation-detail .timeline-footprint>li>div .status-text .status-opt .expand-btn-list a i {
  /* margin-top: 7px; */
  font-size: 13px;
}

.operation-detail .timeline-footprint>li ul {
  border: 1px solid transparent;
  padding-top: 30px;
}

.operation-detail .timeline-footprint>li ul li {
  margin-bottom: 30px;
}

.operation-detail .timeline-footprint>li ul li>div {
  /* font-size: 13px; */
  font-size: 12px;
  line-height: 22px;
}

.operation-detail .timeline-footprint>li ul li>div>i {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #aaa;
  position: absolute;
  left: 7px;
}

.operation-detail .timeline-footprint>li ul li>div>div {
  border: 1px solid transparent;
}

.operation-detail .timeline-footprint>li ul li>div>div>div {
  color: #555;
  /* margin-top: -8px; */
  margin-top: -7px;
}

.operation-detail .timeline-footprint>li ul li>div>div>div>.timeline-time {
  color: #999;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.operation-detail .timeline-footprint>li:last-child ul li:last-child {
  position: relative;
  margin-bottom: 0;
}

.operation-detail .timeline-footprint>li:last-child ul li:last-child:before {
  content: "";
  border: 5px solid #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: -32px;
}

.operation-detail .timeline-footprint>li:last-child ul li:last-child>div>i {
  top: 0;
  left: -34px;
}

.operation-detail .timeline-footprint .tl-img-list {
  padding: 5px 0 0 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.operation-detail .timeline-footprint .tl-img-list img {
  vertical-align: top;
  max-width: 60px;
  max-height: 60px;
  margin-right: 15px;
  margin-bottom: 5px;
  cursor: pointer;
}

.operation-detail .relative-wrap {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.operation-detail .relative-wrap .pst-layer {
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 1;
}

.operation-detail .relative-wrap .pst-layer.pst-top-10 {
  height: 10px;
  top: -1px;
}

.operation-detail .relative-wrap .pst-layer.pst-top-20 {
  height: 20px;
  top: -1px;
}

.operation-detail .relative-wrap .pst-layer.pst-top-60 {
  height: 75px;
  top: -1px;
}

.operation-detail .relative-wrap .pst-layer.pst-bottom-15 {
  height: 15px;
  bottom: -1px;
}

.operation-detail .pst-repair-button {
  width: 80%;
  height: 50px;
  padding-top: 4px;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  overflow: hidden;
}

.operation-detail .icon-help-btn {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #e6e6e6;
  cursor: pointer;
  right: -100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.operation-detail .icon-help-btn.toggle {
  right: 0;
}

.operation-detail .icon-help-btn:active {
  opacity: 0.8;
}

.operation-detail .icon-help-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #11afea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
}

.operation-detail .be-height {
  position: absolute;
  height: 42px;
  background-color: #e6e6e6;
  padding: 0 50px 0 20px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  right: -100%;
}

.operation-detail .be-height.toggle {
  right: 0;
}

.operation-detail .un-expand {
  position: absolute;
  right: 10px;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #6d6d6d;
  margin-left: 10px;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.operation-detail .un-expand:active {
  opacity: 0.8;
}

.operation-detail .un-expand i {
  vertical-align: top;
  margin-top: -1px;
  margin-left: 1px;
}

.operation-detail .opt-wrap {
  position: relative;
  display: flex;
}

.operation-detail .user-info {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
}

.operation-detail .user-info img {
  width: 85px;
  height: 85px;
  vertical-align: top;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.operation-detail .user-info>div {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex: 1;
  padding: 4px 0;
}

.operation-detail .user-info>div>div {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.operation-detail .user-info>div>div:nth-child(1),
.operation-detail .user-info>div>div:nth-child(3) {
  font-size: 14px;
}

.operation-detail .user-info>div>div:nth-child(2) {
  font-size: 22px;
}

.operation-detail .user-info>div>div i {
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
}

.operation-detail .radius-user {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.operation-detail .radius-user.padding-15 {
  padding: 15px 5px 15px 15px;
}

.operation-detail .radius-user.padding-15.ptop-0 {
  padding-top: 0;
}

.operation-detail .repair-record {
  display: flex;
  align-items: center;
  padding: 10px 0;
  /* font-size: 13px; */
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
}

.operation-detail .repair-record i {
  color: #00a8ff;
  font-size: 15px;
  margin-right: 3px;
}

.operation-detail .repair-record span {
  /* display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  margin: 0 5px 0 0;
}

.operation-detail .txt-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operation-detail .ul-three-part {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 25px 0 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.operation-detail .ul-three-part.ut-extend {
  padding: 15px 10px 0 15px;
}

.operation-detail .ul-three-part li {
  width: 30%;
  margin-bottom: 15px;
}

.operation-detail .ul-three-part li:nth-child(3n + 1) {
  width: 40%;
}

.operation-detail .ul-three-part li>div {
  display: flex;
  align-items: center;
  font-size: 12px;
  position: relative;
}

.operation-detail .ul-three-part li>div:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #00a8ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 1px 8px 0 0;
}

.operation-detail .ul-three-part li>div span {
  color: #666;
  text-align: right;
}

.operation-detail .ul-three-part li>div div {
  font-weight: 600;
  font-size: 14px;
  margin-top: -2px;
}

.operation-detail .ul-three-part li>div div.status-size {
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 1px;
}

.operation-detail .ul-three-part li>div div.txt-number {
  font-size: 16px;
  margin-top: 1px;
}

.operation-detail .ul-three-part li.circle-orange>div:before {
  background-color: #f18d0b;
}

.operation-detail .ul-three-part li.li-larger {
  width: 42%;
}

.operation-detail .ul-three-part li.li-larger>div span {
  width: 155px;
}

.operation-detail .ul-three-part li.li-larger.li-largest {
  width: 50%;
}

.operation-detail .ul-three-part li.li-larger.li-largest>div span {
  width: 130px;
}

.operation-detail .ul-three-part li.li-large {
  width: 33%;
}

.operation-detail .ul-three-part li.li-large>div span {
  width: 110px;
}

.operation-detail .ul-three-part li.li-small {
  width: 25%;
}

.operation-detail .ul-three-part li.li-small>div span {
  width: 90px;
}

.operation-detail .ul-three-part li.li-small.li-smaller {
  width: 25%;
}

.operation-detail .ul-three-part li.li-small.li-smaller>div span {
  width: 65px;
}

.operation-detail .ul-three-part li.li-small.li-smaller>div span.span-large {
  width: 80px;
}

.operation-detail .ul-three-part li.li-circle>div {
  display: flex;
}

.operation-detail .ul-three-part li.li-circle>div:before {
  content: "";
  display: none;
  margin: 0;
}

.operation-detail .ul-three-part li.li-circle>div span {
  display: inline-block;
  vertical-align: top;
}

.operation-detail .ul-three-part li.li-circle>div span i {
  display: inline-block;
  font-style: normal;
}

.operation-detail .ul-three-part li.li-circle>div span i:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  background-color: #00a8ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: -2px 5px 0 0;
}

.operation-detail .ul-three-part li.li-circle>div span i.none:before {
  display: none;
}

.operation-detail .ul-three-part li.li-circle>div div {
  flex: 1;
}

.operation-detail .ul-three-part li.li-circle.circle-orange>div span i:before {
  background-color: #f18d0b;
}

.operation-detail .ul-three-part li.li-sep-two {
  width: 50%;
}

.operation-detail .ul-three-part li.li-sep-two>div span {
  width: 116px;
}

.operation-detail .sep-part {
  display: flex;
  justify-content: space-between;
}

.operation-detail .sep-part>div {
  width: 48.5%;
}

.operation-detail .sep-part>div.sp-left {
  width: 39%;
}

.operation-detail .sep-part>div.sp-right {
  width: 58%;
}

.operation-detail .sep-part>div .sep-part-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  overflow-y: auto;
  cursor: pointer;
  /* border: 1px solid #ccc; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.operation-detail .sep-part>div .sep-part-item.spi-hidden {
  align-items: flex-start;
  overflow: hidden;
  position: relative;
}

.operation-detail .sep-part>div .sep-part-item.spi-hidden.spi-padding {
  display: block;
  padding: 5px;
}

.operation-detail .sep-part>div .sep-part-item.spi-extend {
  align-items: flex-start;
  padding-top: 10px;
}

.operation-detail .sep-part>div .sep-part-item .item-img {
  max-width: 250px;
  max-height: 180px;
}

.operation-detail .statistics-box {
  width: 240px;
}

.operation-detail .run-box {
  /* width: 180px; */
  width: 100%;
  /* height: 140px; */
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.operation-detail .run-box-canvas {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 0.5px));
}

.operation-detail .run-box-canvas-text {
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #074f7c;
  font: normal bold 20px/42px Arial, sans-serif;
  background-color: #f0f0f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.operation-detail .ul-pile-list {
  flex-wrap: wrap;
}

.operation-detail .ul-pile-list li {
  width: 33.3%;
  margin-bottom: 18px;
}

.operation-detail .ul-pile-list li:nth-child(3n + 1) {
  width: 33.4%;
}

.operation-detail .pst-item {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 12px;
  transform: scale(0.9);
}

.operation-detail .pst-item i {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 3px 0 0;
}

.operation-detail .pst-item span {
  font-weight: 600;
  font-size: 18px;
  margin: 2px 0 0 3px;
}

.operation-detail .pst-item.pi-0 {
  top: 3px;
  left: 8px;
}

.operation-detail .pst-item.pi-1 {
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.operation-detail .pst-item.pi-2 {
  top: 3px;
  right: 8px;
}

.operation-detail .pst-item.pi-3 {
  bottom: 3px;
  left: 8px;
}

.operation-detail .pst-item.pi-4 {
  bottom: 3px;
  right: 8px;
}

.operation-detail .flex-line {
  display: flex;
  flex-wrap: wrap;
}

.operation-detail .flex-line>div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.operation-detail .flex-line>div:first-child {
  margin-top: 0;
}

.operation-detail .flex-line>div>div {
  display: flex;
}

.operation-detail .flex-line>div>div span {
  color: #666;
  font-size: 12px;
}

.operation-detail .flex-line>div>div div {
  font-weight: 600;
  font-size: 14px;
  margin-top: -2px;
}

.operation-detail .flex-line>div>div div.status-size {
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 1px;
}

.operation-detail .flex-line>div>div div.txt-number {
  font-size: 16px;
  margin-top: 0;
}

.operation-detail .flex-line>div>div div.width-130 {
  width: 130px;
}

.operation-detail .user-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  width: 48%;
  cursor: pointer;
}

.operation-detail .user-info img {
  width: 85px;
  height: 85px;
  vertical-align: top;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.operation-detail .user-info>div {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex: 1;
  padding: 4px 0;
  width: 180px;
}

.operation-detail .user-info>div>div {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.operation-detail .user-info>div>div:nth-child(1),
.operation-detail .user-info>div>div:nth-child(3) {
  font-size: 14px;
}

.operation-detail .user-info>div>div:nth-child(2) {
  font-size: 22px;
}

.operation-detail .user-info>div>div i {
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
}

.operation-detail .status-wait {
  color: #f60808;
}

.operation-detail .status-ok {
  color: #12c105;
}

.operation-detail .opt-img {
  display: flex;
  justify-content: center;
}

.operation-detail .progress-size {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 30px;
  color: #fff;
  margin: 0 auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.operation-detail .progress-size i {
  font: normal 600 20px Arial, sans-serif;
  transform: scale(0.9);
}

.operation-detail .progress-size span {
  font-size: 20px;
}

.operation-detail .progress-size.status-wait {
  color: #bbb;
  border: 1px solid #ccc;
}

.operation-detail .progress-size.status-warn {
  background-color: #f18d0b;
}

.operation-detail .progress-size.status-danger {
  background-color: #f60808;
}

.operation-detail .progress-size.status-ok {
  background-color: #12c105;
}

.self-define-form-statistics .el-input.is-disabled .el-input__inner {
  background-color: #fff;
}

.self-define-form-statistics .label-extend .el-form-item__label {
  width: 145px !important;
}

.self-define-form-statistics .label-extend .el-form-item__content {
  margin-left: 145px !important;
}

.self-define-form-statistics .label-extend-date .el-form-item__label {
  width: 125px !important;
}

.self-define-form-statistics .label-extend-date .el-form-item__content {
  margin-left: 125px !important;
}

.self-define-form-statistics .el-input.is-disabled .el-input__inner {
  background-color: #fff;
}

.common-wrapper .el-link.el-link--default.is-disabled {
  color: #C0C4CC !important;
}

.common-wrapper .el-link.el-link--default.is-disabled:active {
  opacity: 1;
}

.link-operation a {
  /* color: #00a8ff !important; */
  color: #606266 !important;
  font-size: 12px;
  margin-left: 10px;
}

.link-operation a:first-child {
  margin-left: 0;
}

.link-operation a:active {
  opacity: 0.7;
}
#edui_fixedlayer{
  z-index: 5000 !important;
}
.pst-abs{
  position: absolute;
}
.navbar>.right-menu .item .bell {
  line-height: 22px;
}
.dialog-flex{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dialog-flex .nav-tab-block {
  padding-bottom: 0 !important;
}
.dialog-bottom{
  flex-shrink: 0;
  padding: 10px 0 30px 0;
  text-align: center;
}
.dialog-flex .relative-wrap{
  overflow-y: auto;
  margin-bottom: 15px;
}
.com-upload-radius-50 .com-upload-wrap .el-upload--picture-card, 
.com-upload-radius-50 .com-upload-wrap .el-upload-list--picture-card .el-upload-list__item-actions,
.com-upload-radius-50 .com-upload-wrap .el-upload-list__item-thumbnail {
   border-radius: 50% !important;
}
.com-upload-radius-50 .com-upload-wrap .el-upload-list--picture-card .el-upload-list__item.is-success .el-upload-list__item-status-label,
.com-upload-radius-50 .com-upload-wrap .el-upload-list--picture-card .el-icon-zoom-in {
  display: none !important;
}
.com-upload-radius-50 .com-upload-wrap .el-upload-list--picture-card .el-upload-list__item-actions span+span{
  margin-left: 0 !important;
}
.collection{
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  cursor: pointer;
}
.topology{
  color: #fff;
  font-size: 18px;
  margin: 0 15px 0 8px;
  cursor: pointer;
}
.collection {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 5px 30px 0 8px;
}
.topology:active,
.collection:active{
  opacity: 0.8;
}
/*public style extract end*/
/*common icon*/
.icon-common{
  /* display: inline-block;
  width: 25px;
  height: 25px; */
  font-size: 16px;
  vertical-align: middle;
  background-size: 100% 100%;
}
.iconfont.iconfont-12 {
  font-size: 12px;
}
.iconfont.iconfont-13 {
    font-size: 13px;
}
.iconfont.iconfont-14 {
    font-size: 14px;
}
.iconfont.iconfont-15 {
    font-size: 15px;
}
.icon-right {
  margin-right: 6px;
}
/* .icon-set {
  background-image: url(../img/common/set.png);
}
.icon-user {
  background-image: url(../img/common/user_set.png);
}
.icon-alarm {
  background-image: url(../img/common/alarm.png);
}
.icon-attention {
  background-image: url(../img/common/alarm_one.png);
}
.icon-announce {
  background-image: url(../img/common/announce.png);
}
.icon-dic {
  background-image: url(../img/common/dic.png);
}
.icon-file {
  background-image: url(../img/common/file.png);
}
.icon-ico {
  background-image: url(../img/common/icon.png);
}
.icon-log {
  background-image: url(../img/common/log.png);
}
.icon-book {
  background-image: url(../img/common/log_one.png);
}
.icon-menu {
  background-image: url(../img/common/menu.png);
}
.icon-msg {
  background-image: url(../img/common/msg.png);
}
.icon-notice {
  background-image: url(../img/common/notice.png);
}
.icon-org {
  background-image: url(../img/common/org.png);
}
.icon-params {
  background-image: url(../img/common/param.png);
}
.icon-role {
  background-image: url(../img/common/role.png);
}
.icon-role-set {
  background-image: url(../img/common/role_set.png);
}
.icon-screen {
  background-image: url(../img/common/screen.png);
}
.icon-token {
  background-image: url(../img/common/token.png);
}
.icon-collection {
  background-image: url(../img/common/collection.png);
}
.icon-position {
  background-image: url(../img/common/position.png);
}
.icon-merchant {
  background-image: url(../img/common/merchant.png);
}
.icon-assets{
  background-image: url(../img/common/assets.png);
}
.icon-spareparts {
  background-image: url(../img/common/spareparts.png);
}
.icon-supplier {
  background-image: url(../img/common/supplier.png);
}
.icon-manufacturer {
  background-image: url(../img/common/manufacturer.png);
}
.icon-storagearchives {
  background-image: url(../img/common/storagearchives.png);
}
.icon-device {
  background-image: url(../img/common/device.png);
}
.icon-equipment {
  background-image: url(../img/common/equipment.png);
}
.icon-repair {
  background-image: url(../img/common/repair.png);
}
.icon-rule {
  background-image: url(../img/common/rule.png);
}
.icon-defect {
  background-image: url(../img/common/defect.png);
}
.icon-evaluation {
  background-image: url(../img/common/evaluation.png);
}
.icon-monitor {
  background-image: url(../img/common/monitor.png);
}
.icon-report {
  background-image: url(../img/common/report.png);
}
.icon-survey {
  background-image: url(../img/common/survey.png);
}
.icon-resources {
  background-image: url(../img/common/resources.png);
}
.icon-userinfo {
  background-image: url(../img/common/userinfo.png);
}
.icon-timer{
  background-image: url(../img/common/timer.png);
}
.icon-success {
  background-image: url(../img/common/success.png);
}
.icon-station {
  background-image: url(../img/common/station.png);
}
.icon-relationship {
  background-image: url(../img/common/relationship.png);
}
.icon-team {
  background-image: url(../img/common/team.png);
}
.icon-team-topology {
  background-image: url(../img/common/team_topology.png);
}
.icon-user-add {
  background-image: url(../img/common/user_add.png);
}
.icon-schedule {
  background-image: url(../img/common/schedule.png);
}
.icon-user-exchange {
  background-image: url(../img/common/user_exchange.png);
}
.icon-user-exchange-one {
  background-image: url(../img/common/user_exchange_one.png);
}
.icon-operation {
  background-image: url(../img/common/operation.png);
}
.icon-user-set {
  background-image: url(../img/common/user_set_one.png);
}
.icon-file-one {
  background-image: url(../img/common/file_one.png);
}
.icon-file-two {
  background-image: url(../img/common/file_two.png);
}
.icon-job-template {
  background-image: url(../img/common/job_template.png);
}
.icon-content {
  background-image: url(../img/common/content.png);
} */
/*login*/
.login-container{
  background: url(../img/login/new/bg.png) no-repeat center bottom;
  background-size: 100% 100%;
}
.login-container .login-panel{
  /* background: url(../img/login/image_bg_login.png) no-repeat center bottom; */
  background: url(../img/login/new/login_form_bg.png) no-repeat center;
  /* background-size: 850px 418px; */
  background-size: 415px 350px;
}
.login-container .login-panel .login-title{
  /* background: url(../img/login/platform_name.png) no-repeat; */
  background-size: 100% 100%;
}
.login-container .login-panel .login-box .login-top>div>div.on {
  font-size: 13px;
  line-height: 27px;
  background-image: url(../img/login/img_selected.png);
}
.login-container .login-panel .login-box .login-form .form-row .form-item i.icon-username{
  background-image: url(../img/login/icon_account_number.png);
}
.login-container .login-panel .login-box .login-form .form-row .form-item i.icon-pwd {
  background-image: url(../img/login/icon_password.png);
}
.login-container .login-panel .login-box .login-form .form-row .form-item i.icon-mobile {
  background-image: url(../img/login/icon_phone_number.png);
}
.login-container .login-panel .login-box .login-form .login-btn{
  background-image: url(../img/login/btn.png);
  background-size: 100% 100%;
}
.login-icon-one{
  width: 124px;
  height: 130px;
  background-image: url(../img/login/new/img_1.png);
  top: 30px;
  left: -180px;
}
.login-icon-two{
  width: 155px;
  height: 180px;
  background-image: url(../img/login/new/img_2.png);
  top: 170px;
  left: -375px;
}
.login-icon-three{
  width: 150px;
  height: 170px;
  background-image: url(../img/login/new/img_3.png);
  top: 40px;
  right: -220px;
}
.login-icon-four{
  width: 155px;
  height: 175px;
  background-image: url(../img/login/new/img_4.png);
  top: 230px;
  right: -375px;
}
.card-transparent .el-upload--picture-card{
  background-color: transparent;
}
.upload-img-size{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #aaa;
  font-size: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.com-upload-radius-50 .upload-img-size{
  width: auto;
  height: auto;
  border: none;
}
.com-upload-radius-50.cur-size .upload-img-size{
  width: 100%;
  height: 100%;
}
.com-upload-radius-50 .upload-img-size.full{
  width: 100%;
  height: 100%;
}
.com-upload-radius-50 .com-upload-wrap .el-upload-list--picture-card,
.com-upload-radius-50 .com-upload-wrap .el-upload-list--picture-card .el-upload-list__item {
  border-radius: 50%;
}

.upload-head{
  background-image: url(../img/global/avatar.png);
  background-size: 100% 100%;
}
.system-theme-blue .upload-img-size,
.system-theme-green .upload-img-size {
  color: #fff;
}
.img-photo{
  width: 120px;
  height: 120px;
  border-radius: 5px;
}
.opt-relative{
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid transparent;
  margin-top: -2px;
}
.opt-relative .text:hover {
  color: #409eff;
}
.opt-child{
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 8px 12px;
  background-color: #0972d2;
  border-radius: 3px;
  display: none;
}
.opt-child > div{
  margin-top: 5px;
}
.opt-child>div:first-child{
  margin-top: 0;
}
.opt-relative:hover .opt-child{
  display: block;
}
.opt-child::before{
  content:'';
  display: block;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 6px solid #0972d2;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.el-table .opt-column .cell{
  overflow: inherit;
}
.is-collapse {
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.is-collapse:hover {
  opacity: 0.7;
}
.txt-blue {
    color: #09b6cd;
}
.txt-red{
  color: #f60808;
}
.txt-warn {
  color: #f18d0b;
}
.txt-success {
  color: #12c105;
}
.txt-disabled {
  color: #a0a0a0;
}
.txt-yellow{
  color: #aaa909;
}
.txt-gray{
  color: #999;
}
.txt-dark-gray{
  color: #666 !important;
}
.self-icon{
  display: inline-block;
  vertical-align: baseline;
  width: 9px;
  height: 9px;
  background-size: 100% 100%;
  margin-right: 5px;
}
.bg-repair-text{
  width: 70px;
  color: #fff;
  border-radius: 3px;
  margin: 0 auto;
}
.bg-repair-text.item-auto{
  width: auto;
}
.bg-repair-text.item-60 {
  width: 60px;
}
.bg-repair-confirm,
.bg-block-lightblue{
  background-color: #09b6cd;
}
.bg-repair-distribute,
.bg-block-red {
  background-color: #ed260b;
}
.bg-repair-receive,
.bg-block-orange {
  background-color: #ed860b;
}
.bg-repair-handler,
.bg-block-blue {
  background-color: #0b88ed;
}
.bg-repair-check,
.bg-block-green {
  background-color: #0db73e;
}
.bg-repair-file,
.bg-block-yellow {
  background-color: #aaa909;
}
.bg-block-lightgreen {
  background-color: #00ccb8;
}
.search-wrapper .search-icon-relative::before {
  background-image: url(../img/global/up.png) ;
}
.mr40 {
  margin-right: 40px;
}
.align-right{
  text-align: right;
}
.f-bold{
  font-weight: 600;
}
.app-global .el-pagination.is-background .btn-next, 
.app-global .el-pagination.is-background .btn-prev, 
.app-global .el-pagination.is-background .el-pager li{
  border-radius: 4px;
}
.app-global .column-self-align .cell{
  padding-left: 15px !important;
  text-align: left;
}
.com-upload-wrap-box{
  display: flex;
}
.com-upload-wrap-box .com-upload-wrap{
  margin-left: 15px;
}
.com-upload-wrap-box .com-upload-wrap:first-child{
  margin-left: 0;
}
/*卡片模式*/
.card-list-pattern{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-left: 2px;
}
.card-list-pattern li{
    width: 19.2%;
    height: 200px;
    padding: 14px 16px 16px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 0 1% 1%;
    cursor: pointer;
}
.card-list-pattern.show-map-box{
  width: 320px;
  height: auto;
  overflow: hidden;
}
.card-list-pattern.show-map-box li{
  width: 100%;
  position: relative;
  padding-top: 6px;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  box-shadow: 8px 0 8px rgba(0, 0, 0, 0.3); 
}
.card-list-pattern.show-map-box li.none{
  box-shadow: none;
  border: none;
}
.card-list-pattern.show-map-box li.padding.none{
  height: auto;
  padding: 14px 0;
  margin-bottom: 0;
}
.card-list-pattern.show-map-box li.none::after{
  display: none;
}
.card-list-pattern.show-map-box li.none .user{
  margin-bottom: 0;
}
.card-list-pattern.show-map-box li:hover{
  opacity: 1;
}
.card-list-pattern.show-map-box li::after{
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.card-list-pattern.show-map-box li .remark{
  display: flex;
  align-items: center;
}
.card-list-pattern.show-map-box li .remark > div{
  color: #000;
  font-size: 16px;
  flex-shrink: 0;
}
.card-list-pattern.show-map-box li .remark > span{
  color: #999;
  font-size: 12px;
  margin-left: 10px;
}
.card-list-pattern.show-map-box li .equipment{
  height: 100px;
  background: url(../img/icon/battery_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 14px;
}
.card-list-pattern.show-map-box li .equipment > div:first-child{
  color: #eacc13;
  font: normal normal 24px Arial, Helvetica, sans-serif;
}
.card-list-pattern.show-map-box li .equipment > div:nth-child(2){
  color: #00ccb8;
  font: normal normal 14px 微软雅黑;
  margin: 2px 0 6px 0;
}
.card-list-pattern.show-map-box li .equipment > div:nth-child(3){
  color: #d1d3d9;
  font: normal normal 12px Arial, Helvetica, sans-serif;
}
.card-list-pattern.show-map-box li .address-line,
.address-line{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.card-list-pattern.show-map-box li .address-line > div,
.address-line > div{
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #333;
}
.card-list-pattern.show-map-box li .address-line > div > span,
.address-line > div > span{
  display: block;
}
.card-list-pattern.show-map-box li .address-line > div > i,
.address-line > div > i{
  margin-right: 4px;
  color: #999;
  font-style: normal;
  font-size: 12px;
}
.card-list-pattern.show-map-box li .address-line > span,
.address-line > span{
  flex-shrink: 0;
  color: #999;
}
.card-list-pattern.show-map-box li.padding{
  height: 160px;
  padding: 16px 12px 12px 12px;
}
.card-list-pattern.show-map-box li .user{
  height: 70px;
  display: flex;
  margin-bottom: 20px;
}
.card-list-pattern.show-map-box li .user > img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.card-list-pattern.show-map-box li .user > .info{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2px 0;
  margin-left: 6px;
}
.card-list-pattern.show-map-box li .user > .info > div{
  width: 100%;
  color: #000;
}
.card-list-pattern.show-map-box li .user > .info > div.name > span{
  display: inline-block;
}
.card-list-pattern.show-map-box li .user > .info > div.name > span::before{
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 12px;
  background-color: #aaa;
  margin: 0 5px;
}
.card-list-pattern.show-map-box li .user > .info > div.name > span.none::before{
  display: none;
}
.card-list-pattern.show-map-box li .user > .info > div.mobile > span{
  font: normal normal 18px Arial, Helvetica, sans-serif;
}
.card-list-pattern.show-map-box li .user > .info > div > i{
  color: #888;
  font-size: 12px;
  margin-right: 6px;
}
.card-list-pattern.height-small li{
  height: 180px;
}
.card-list-pattern li:hover{
  opacity: 0.8;
}
.card-list-pattern li.active{
  border: 2px solid #00ccb8;
}
.card-list-pattern li:nth-child(5n + 1){
    margin-left: 0;
}
.card-list-pattern li > div{
    color: #666;
    font-family: 微软雅黑;
    font-size: 12px;
    margin-top: 8px;
}
.card-list-pattern li > div:first-child{
    margin-top: 0;
}
.card-list-pattern.show-map-box li .user > .info,
.card-list-pattern.show-map-box li .user > .info > div,
.card-list-pattern.show-map-box li .remark > span,
.card-list-pattern.show-map-box li .address-line > div,
.address-line > div,
.card-list-pattern.show-map-box li .address-line > div > span,
.address-line > div > span,
.card-list-pattern li > div.title,
.card-list-pattern li > div.title > div,
.card-list-pattern li > div.equipment,
.card-list-pattern li > div.address,
.card-list-pattern li > div.user-info,
.card-list-pattern li > div.user-info > div,
.card-list-pattern li > div.user-info > div > div,
.card-list-pattern li > div.user-info > div > div > div,
.card-list-pattern li > div.station-info .title > div,
.card-list-pattern li > div.station-info .address{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card-list-pattern li > div.equipment.bg-gray{
  padding: 10px;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}
.card-list-pattern li > div.station-info{
  padding-left: 16px;
  color: #000;
  font-size: 16px;
  position: relative;
}
.card-list-pattern li > div.station-info .dashed-link{
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 26px;
  border-width: 1px;
  border-right-width: 0;
  border-style: dashed;
  border-top-color: #c9a983;
  border-bottom-color: #c9a983;
  border-left-color: #c9a983;
  display: flex;
  align-items: center;
}
.card-list-pattern li > div.station-info .dashed-link > span{
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  background-color: #ed260b;
  border-radius: 50%;
  margin-left: -7px;
}
.card-list-pattern li > div.station-info .dashed-link > span > i{
  color: #fff;
  font-size: 12px;
  transform: scale(0.75) translate(0px, 0px);
}
.card-list-pattern li > div.station-info .address{
  margin-top: 6px;
}
.card-list-pattern li > div.user-info{
  display: flex;
  margin-top: 12px;
}
.card-list-pattern li > div.user-info > div{
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-left: 10px;
}
.card-list-pattern li > div.user-info > div:first-child{
  flex-shrink: 0;
}
.card-list-pattern li > div.user-info > div:first-child{
  margin-left: 0;
}
.card-list-pattern li > div.user-info > div > span > .iconfont{
  font-size: 15px;
  margin-right: 1px;
}
.card-list-pattern li > div.user-info > div > span{
  display: flex;
  align-items: center;
  color: #888;
}
.card-list-pattern li > div.status{
    height: 30px;
    margin-left: -2px;
    position: relative;
}
.card-list-pattern li > div.status > div{
    margin-left: -17px;
    position: relative;
}
.card-list-pattern li > div.status > div > span{
    display: block;
    width: 5px;
    height: 22px;
    position: absolute;
    top: 2px;
    left: 0;
    border-top: 5px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 3px solid transparent;
}
.card-list-pattern li > div.status > div > i{
    position: absolute;
    display: block;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 0px solid transparent;
    border-top: 4px solid transparent;
}
.card-list-pattern li > div.status > div > div{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 16px;
    border-radius: 0;
}
.card-list-pattern li > div.status > div > div.bg-repair-text{
    width: auto;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.card-list-pattern li > div.title{
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.card-list-pattern li > div.title i{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ed260b;
    margin-right: 4px;
    flex-shrink: 0;
}
.card-list-pattern li > div.equipment{
    color: #333;
    font-size: 16px;
}
.card-list-pattern li > div.description{
    height: 52px;
    padding: 4px 10px 10px 10px;
    font-size: 14px;
    line-height: 22px;
    background-color: #f0f0f0;
    border-radius: 4px;
    overflow:hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card-list-pattern li > div.address{
    color: #999;
    font-size: 14px;
}
.card-list-pattern li > div.address > i{
    font-size: 13px;
    margin-right: 6px;
}  
.card-list::-webkit-scrollbar,
.card-list-pattern::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    background-color: transparent;
}
.card-list::-webkit-scrollbar-thumb,
.card-list-pattern::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ddd;
}
.card-list::-webkit-scrollbar-track,
.card-list-pattern::-webkit-scrollbar-track{
    background-color: transparent;
}
.medal-list > li > div.on > i.icon-battery{
  background-image: url(../img/icon/operate_battery_on.png);
}
.medal-list > li > div.on > i.icon-car{
  background-image: url(../img/icon/operate_car_on.png);
}
.medal-list > li > div.on > i.icon-electronics{
  background-image: url(../img/icon/operate_electronics_on.png);
}
.medal-list > li > div > i.icon-machine{
  background-image: url(../img/icon/operate_machine.png);
}
.medal-list > li > div > i.icon-pile{
  background-image: url(../img/icon/operate_pile.png);
}
.amap-logo{
  display: none !important;
}
.ml-10{
  margin-left: 10px;
}