@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  font-size: 14px;
}

button:focus {
  outline: none;
}

label {
  margin-bottom: 0;
}

.bg-auth {
  background-image: url(/public/static/images/bg_auth.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.auth-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.auth-card {
  max-width: 400px;
  margin: auto;
  position: relative;
  top: -70px;
}

.auth-card .el-card__body {
  padding: 40px;
}

.auth-title {
  text-align: center;
  margin-bottom: 40px;
}

.auth-captcha .el-input-group__append {
  padding: 0 10px;
}

.wrap-bg {
  background-color: #f0f2f5;
}

.page-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.page-container {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0;
}

.page-header__arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  font-size: 18px;
  margin-right: 40px;
  color: #303133;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-header__arrow--title {
  font-size: 14px;
  margin-left: 6px;
}

.page-header__arrow:hover {
  color: #3a8ee6;
}

.page-header__arrow::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #dcdfe6;
}

.page-header__title {
  color: #303133;
  font-size: 18px;
  margin: 0;
}

.page-header__subtitle {
  color: #909399;
  font-size: 14px;
  margin-left: 10px;
}

.page-header__breadcrumbs {
  margin-left: auto;
}

.page-content {
  display: block;
  padding: 20px;
  background-color: #ffffff;
  min-height: calc(100vh - 111px);
}

.page-footer {
  color: #909399;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

.page-footer a {
  color: #909399;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-footer a:hover {
  color: #606266;
  text-decoration: none;
}

@media (max-width: 880px) {
  .page-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.el-input__inner:focus,
.el-textarea__inner:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
}

.form-group {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #f8f9fa;
  border-bottom: 1px solid #f8f9fa;
  margin-bottom: -1px;
}

.form-group.row {
  margin: 0;
  margin-bottom: -1px;
}

.form-group:nth-last-child(1) {
  margin-bottom: 0;
}

.form-group:hover {
  background-color: #f8f9fa;
}

.form-group.no-hover:hover {
  background-color: transparent;
}

.col-form-label {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  text-align: right;
}

.col-form-switch {
  height: 20px;
  margin-bottom: 0;
  line-height: 20px;
  text-align: right;
}

.col-form-control {
  width: 360px;
}

.col-form-control.number, .col-form-control.half {
  width: 180px;
}

.form-text {
  display: block;
  margin-top: 4px;
  color: #909399;
}

.form-error {
  display: inline;
  margin-left: 1rem;
  color: #f56c6c;
}

.form-inline,
.filter-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.form-inline .form-group,
.filter-form .form-group {
  padding: 0;
  padding-right: 16px;
  border: 0;
  margin-bottom: 10px;
}

.form-inline .form-group:nth-last-child(1),
.filter-form .form-group:nth-last-child(1) {
  margin-bottom: 10px;
}

.form-inline .form-group:hover,
.filter-form .form-group:hover {
  background-color: transparent;
}

.form-inline .form-group .filter-control,
.filter-form .form-group .filter-control {
  width: 215px;
}

.form-inline .form-group .input-group,
.filter-form .form-group .input-group {
  display: inline-block;
  position: relative;
}

.form-inline .form-group .input-group .form-error,
.filter-form .form-group .input-group .form-error {
  position: absolute;
  margin-left: 0;
  bottom: -22px;
  left: 0;
}

.btn-table-status {
  display: inline-block;
  width: 100%;
  height: 26px;
  line-height: 26px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: #909399;
}

.btn-table-status.success {
  color: #67c23a;
}

.btn-table-status i {
  font-size: 14px;
  margin-right: 4px;
}

.spinner-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f0f2f5;
  z-index: 5000;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: auto;
  background-color: #409EFF;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

body.tox-dialog__disable-scroll {
  height: auto;
}

.juc-tinymce-wap__root {
  position: relative;
}

.juc-tinymce-wap__root .tox.tox-tinymce.tox-tinymce-inline {
  position: absolute;
  left: 0 !important;
  top: -39px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.juc-tinymce-wap__scrollbar {
  width: 360px;
  height: 540px;
  overflow: hidden;
  border: 1px solid #e4e7ed;
  position: relative;
}

.juc-tinymce-wap__scrollbar .el-scrollbar__wrap {
  overflow-x: hidden;
}

.juc-tinymce-wap {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 538px;
  padding: 12px;
}

.juc-tinymce-wap img {
  max-width: 100%;
  height: auto;
}

.juc-tinymce-wap:focus {
  outline: none;
}

.juc-dialog-iframe .el-dialog {
  overflow: hidden;
}

.juc-dialog-iframe .el-dialog__body {
  padding: 0;
  padding-top: 30px;
  overflow-x: hidden;
}

.juc-dialog-iframe .juc-dialog-loading {
  display: block;
  font-size: 0;
}

.juc-dialog-iframe-body {
  padding-top: 0;
  display: block;
  padding: 0 20px 10px;
  margin-bottom: 0px;
  background-color: #ffffff;
  min-height: 100vh;
}

.pagination-content {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination__total,
.pagination__jump,
.pagination__sizes {
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  color: #606266;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 10px;
}

.pagination__total {
  padding-left: 10px;
}

.pagination__jump .el-input {
  width: 50px;
  margin: 0 2px;
}

.pagination__jump .el-input .el-input__inner {
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}

.pagination__sizes .el-input {
  width: 100px;
}

.pagination__sizes .el-input .el-input__inner {
  padding-left: 8px;
  padding-right: 25px;
}

.full-height {
  height: 100%;
}

.flex-row-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-sa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-row-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-column-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-column-sa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-column-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-column-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-auto {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fimg {
  overflow: hidden;
}

.fimg > img {
  width: 100%;
}

.fimg_d {
  overflow: hidden;
}

.fimg_d > img {
  height: 100%;
}

.back-row-c {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.back-column-c {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-of-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-of-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-of-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-of-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-of-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.link {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.link:hover {
  text-decoration: none;
  color: #df0318;
}

.link-primary {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #df0318;
}

.link-primary:hover {
  color: #fd4b5c;
}

.back-grad {
  background: -webkit-gradient(linear, left top, right top, from(#b2221c), to(#f33920));
  background: linear-gradient(to right, #b2221c, #f33920);
}

a:hover {
  text-decoration: none;
}

[v-cloak] {
  display: none;
}

/* 改变滚动条的颜色 */
* {
  scrollbar-width: thin;
  scrollbar-color: #F1F1F1;
}

*::-webkit-scrollbar {
  background-color: #F1F1F1;
  width: 8px;
  height: 15px;
}

*::-webkit-scrollbar-thumb {
  background-color: #C1C1C1;
  border-radius: 15px;
  /* 改变滚动条被悬停时的颜色 */
}

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

/* 改变滚动条的轨道宽度和颜色 */
*::-webkit-scrollbar-track {
  background-color: #F1F1F1;
  border-radius: 15px;
}

.el-table__body-wrapper::-webkit-scrollbar,
.el-scrollbar__wrap::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.sensitive_page .el-card__header,
.sensitive_page .el-card__body {
  padding: 10px 20px;
}

.sensitive_page .el-card__body {
  min-height: 263px;
}

.loading-view {
  color: #3a8ee6;
}

.el-radio-group.form-radio-position .el-radio-button {
  min-width: 70px;
}

.el-radio-group.form-radio-position .el-radio-button .el-radio-button__inner {
  width: 100%;
}

.el-radio-group.form-radio-position .el-radio-button .el-radio-button__inner:hover {
  background-color: #DCDFE6;
}

.el-radio-group.form-radio-position .el-radio-button:first-child .el-radio-button__inner,
.el-radio-group.form-radio-position .el-radio-button:last-child .el-radio-button__inner {
  border-radius: unset;
}

.el-radio-group.form-radio-position .el-radio-button:nth-child(5) .el-radio-button__inner,
.el-radio-group.form-radio-position .el-radio-button:nth-child(9) .el-radio-button__inner {
  border-radius: unset;
  border-left: 1px solid #DCDFE6;
}

.el-radio-group.form-radio-position .el-radio-button:nth-child(5) .el-radio-button__inner,
.el-radio-group.form-radio-position .el-radio-button:nth-child(6) .el-radio-button__inner,
.el-radio-group.form-radio-position .el-radio-button:nth-child(7) .el-radio-button__inner {
  border-top: none;
  border-bottom: none;
}

.el-image .image-slot {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #d6e7ff;
  color: #909399;
}

/********************************** 控制面板样式 **********************************/
.dashboard-card .card-icon i {
  font-size: 48px;
}

.dashboard-card .card-content .card-title {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  margin-bottom: 6px;
  white-space: nowrap;
}

.dashboard-card .card-content .card-count {
  font-size: 20px;
}

.dashboard-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #e4e7ed;
  grid-gap: 1px;
  border: 1px solid #e4e7ed;
  min-width: 375px;
}

.dashboard-table div:last-child:nth-child(2n) {
  background: #ffffff;
}

.dashboard-table div div {
  width: 50%;
  padding: 8px 12px;
  height: 100%;
}

.dashboard-table div div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8f9fa;
  font-weight: bold;
  border-right: 1px solid #e4e7ed;
  width: 30%;
}

.dashboard-table div div:last-child {
  background: #ffffff;
}

.dashboard-table div div .site_status_i {
  font-size: 25px;
}

@media (max-width: 992px) {
  .dashboard-table {
    grid-template-columns: 1fr;
  }
  .dashboard-table div div:first-child {
    padding: 8px;
  }
}

/********************************** 控制面板样式 **********************************/
/********************************** 紧凑型 **********************************/
.el-table--mini {
  font-size: 14px;
}

.el-table--mini thead {
  height: 33px;
}

.el-table--mini thead .el-table__cell {
  padding: 0;
  background-color: rgba(51, 51, 51, 0.05) !important;
}

.el-table--mini tbody .el-table__cell {
  padding: 4px 0;
}

/********************************** 紧凑型 **********************************/
a.el-button + a.el-button {
  margin-left: 0;
}

a.el-button:hover {
  text-decoration: none;
}

.el-button + .el-button {
  margin-left: 0;
}

.el-table input {
  margin: 2px 0;
}

.el-table-header-cell {
  background-color: #f5f7fa !important;
}

.el-list_order {
  width: 56px;
}

.el-list_order > input {
  margin: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

.tree-cell .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.el-checkbox {
  margin-bottom: 0;
}

.el-button.el-button--text.el-button--small
+ .el-button.el-button--text.el-button--small {
  margin-left: 4px;
}

.el-table-status {
  cursor: pointer;
}

.el-table-status > i {
  font-size: 16px;
}

/* tree */
.el-tree .el-checkbox {
  margin-bottom: 0;
}

/* helper */
.pointer {
  cursor: pointer;
}

.el-popconfirm .el-button + .el-button {
  margin-left: 10px;
}
