﻿@charset "UTF-8";
/* 全局样式============================ */
* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif; }

html, body {
  height: 100%;
  font-size: 14px; }
ol, ul {
  list-style: none; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ""; }

.clearfix:after {
  clear: both; }

[v-cloak] {
  display: none; }

.slide-enter-active {
  transition: all .3s ease; }

.slide-leave-active {
  display: none; }

.slide-enter, .slide-leave-to {
  opacity: 0.6;
  overflow: hidden; }

.loginbody {
  background: #fff;
  text-align: center; }

.indexbody {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.mainbody {
  min-width: 320px;
  background: #fff; }

.grey {
  color: #999; }

/*Elment全局样式*/
.el-message {
  min-width: 280px;
  max-width: 90%; }

.el-message-box {
  width: auto;
  min-width: 280px;
  max-width: 90%; }

/* 全局样式.End */
/* 登录页============================== */
#particles-js {
  text-align: center;
  width: 100%;
  height: 100%;
  background-image: none;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }

.bg-blur {
  position: absolute;
  margin: -140px auto auto -140px;
  left: 50%;
  top: 50%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  filter: blur(150px);
  -moz-opacity: 0.6;
  opacity: 0.6;
  background: #fff; }

.login-box {
  width: 100%;
  height: 100%;
  -moz-opacity: 0.9;
  opacity: 0.9;

}
/*#username {
    width: 320px;
    height: 48px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}*/
.login-box .el-button {
    display: block;
    width: 100%;
}
  .login-box .logo {
    margin-bottom: 20px;
    height: 42px;
    background: url(YLFlogo.png) no-repeat center; }
  .login-box .code {
    width: 80px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer; }

/* 登录页.End */
/* 管理首页============================ */
.main-container {
  height: 100%; }

.main-left {
  display: block;
  position: relative;
  overflow: visible; }
.main-left .logo {
  display: block;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border-right: 1px solid #f0f0f0;
  background: url(YLFlogo.png) no-repeat center #fff; 
}
.wxpaydiv {
    background-image: url(微信支付@1x.png);
    background-repeat: no-repeat;
    min-width: 22px;
    display: inline-block;
    background-position: 30px 10px;
    padding: 15px 60px 15px 66px;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.zfbpaydiv {
    background-image: url(支付宝@1x.png);
    background-repeat: no-repeat;
    min-width: 22px;
    display: inline-block;
    background-position: 30px 10px;
    padding: 15px 60px 15px 66px;
    margin-left: 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.successimgvx {
    width: 60px;
    height: 60px;
    background-image: url(微信支付@2x.png);
    margin: 80px 0 0 0;
}
.successimgzfb {
    background-image: url(支付宝@2x.png);
    margin: 80px 0 0 0;
}
.wxQrSuccesstxt {
    color: #58AE4C;
    padding: 12px 0;
    font-size: 23px;
}
.saomak {
    background-image: url(扫码框.png);
    display: inline-block;
    padding: 15px;
}
.btnZfbPay {
    padding: 8px 30px;
    border-radius: 3px;
    display: inline-block;
    background: #f7564d;
    color: #fff;
}
.payQrCode {
    position: relative;
    text-align: center;
    width: 200px; /*height:200px;*/
    box-shadow: 0px 0px 5px #dadada;
    margin-left: 90px; /*float:right;*/ /*width:580px;height:380px;position:absolute;top:0;left:0;background:rgba(166, 167, 169, 0.6);text-align:center;display:none;z-index:3;*/
}

.erweima {
    width: 110px; /*margin-top:60px;*/ /*padding:10px;*/
    background: #fff;
}

.paysuccess {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.paysuccess-img {
    width: 200px;
    height: 200px;
    margin: /*60px auto*/ auto;
    background: rgba(0, 0, 0, 0.6) url(/images/扫码成功@2x.png) no-repeat center;
    position: relative;
    display: none;
}
.logo-container {
    width: 220px;
    position: relative;
    height: 100%; /* 保持高度与父容器一致 */
}
.main-left .logo.mini {
    /*width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-right: 1px solid #f0f0f0;*/
    background: url(YLFlogo.min.png) no-repeat center #fff;
}
  .main-left .menu-container {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }
    .main-left .menu-container .el-scrollbar__wrap {
      overflow-x: hidden; }

/*导航普通样式*/
.sidebar-nav {
    height: 100%;
    background: #FFFFFF;
    overflow-y: auto;
    border-right: 1px solid #f0f0f0;
}

.sidebar-nav .list-group .list-wrap {
  padding: 0 0px;
  overflow: auto; }

.sidebar-nav .list-group h1 {
  display: none; }

.sidebar-nav .list-group h2 {
    position: relative;
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebar-nav .list-group h2 i {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  vertical-align: baseline; }

.sidebar-nav .list-group h2 b {
  position: absolute;
  display: block;
  top: 15px;
  right: 0;
  width: 20px;
  height: 20px;
  color: #c0c0c0;
  font-size: 10px;
  text-align: center;
  line-height: 20px; }

.sidebar-nav .list-group ul {
  margin-left: 0px; }

.sidebar-nav .list-group .list-wrap > ul {
  margin-left: 0; }

.sidebar-nav .list-group ul li {
  padding: 1px 0; }

.sidebar-nav .list-group ul li a {
    position: relative;
    display: block;
    padding: 8px 20px 8px 8px;
    color: #000000;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: hidden;
}

.sidebar-nav .list-group ul li a > i {
  display: block;
  float: left;
  margin: 3px 5px 3px 0;
  width: 14px;
  height: 14px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  overflow: hidden; }

.sidebar-nav .list-group ul li a > b {
    position: absolute;
    display: block;
    top: 11px;
    right: 4px;
    width: 14px;
    height: 14px;
    color: #000000;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    -webkit-transform: scale(0.833);
}

.sidebar-nav .list-group ul li a {
  text-decoration: none; }

.sidebar-nav .list-group ul li a:hover {
    text-decoration: none;
    background: #f6f6f6;
}

    .sidebar-nav .list-group ul li a.selected {
        text-decoration: none;
        background: #ECEEF1;
        color: #FB8800;
        font-weight:bold;
    }

/*导航迷你样式*/
.sidebar-nav.mini {
  width: 52px;
  padding-top: 10px;
  background: #ffffff;
  overflow: hidden; }

.sidebar-nav.mini .list-group {
  display: block !important;
  margin: 0;
  padding: 0 8px 10px;
  width: 44px;
  height: 44px; }

.sidebar-nav.mini .list-group h1 {
  display: block;
  margin: 0;
  padding: 10px;
  width: 16px;
  height: 16px;
  line-height: 14px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow: hidden; }

.sidebar-nav.mini .list-group.selected h1,
.sidebar-nav.mini .list-group:hover h1 {
    background: #ECEEF1;
    border-radius: 4px;
}

.sidebar-nav.mini .list-group h1 i {
  display: inline-block;
  color: #f3f3f3;
  font-size: 16px;
  vertical-align: top; }

.sidebar-nav.mini .list-group .list-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 52px;
  bottom: 0;
  padding: 0 10px;
  width: 180px;
  background: #ffffff;
  z-index: 3; }

.sidebar-nav.mini .list-group h2 {
  border-bottom: 1px solid #468dbd; }

.sidebar-nav.mini .list-group:hover .list-wrap {
  display: block; }

.main-top {
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  z-index: 2; }

.head-nav {
  min-width: 285px;
  background: #fff; }

.head-nav .head-nav-left {
  float: left; }

.head-nav .head-nav-left a {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  color: #333;
  text-align: center; }

.head-nav .head-nav-left a:hover {
  color: #409EFF; }

.head-nav .head-nav-left a i {
  line-height: 50px;
  font-size: 20px; }

.head-nav .head-nav-right {
  float: right; }

.head-nav .head-nav-right li {
  float: left; }

.head-nav .head-nav-right li .avatar {
  position: relative;
  display: block;
  float: left;
  margin: 10px 5px auto 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  overflow: hidden; }

.head-nav .head-nav-right li .avatar i {
  color: #ccc;
  font-size: 20px; }

.head-nav .head-nav-right li .avatar img {
  width: 100%;
  height: 100%; }

.head-nav .head-nav-right li h3 {
  display: inline;
  line-height: 50px;
  color: #555;
  font-size: 14px;
  font-weight: normal; }

.head-nav .head-nav-right li .el-dropdown-link {
  display: block;
  width: 50px;
  height: 50px;
  color: #333;
  text-align: center;
  cursor: pointer; }

.head-nav .head-nav-right li .el-dropdown-link:hover {
  color: #409EFF; }

.head-nav .head-nav-right li .el-dropdown-link i {
  line-height: 50px;
  font-size: 20px; }

.main-right {
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }
  .main-right iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* 管理首页.End */
/* 内页通用============================ */
/*面包屑导航*/
.location {
    margin: 0 20px 20px 20px;
    padding: 15px 0;
    border-bottom: solid 1px #eee;
    visibility: hidden;
    margin-bottom: -20px;
}
  .location .el-breadcrumb {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .location .el-breadcrumb .el-breadcrumb__item {
      float: none; }
      .location .el-breadcrumb .el-breadcrumb__item .el-icon-arrow-right {
        margin: 0 0 0 3px; }

/*工具栏*/
.toolbar-box {
  position: relative;
  padding: 0 20px;
  /*height: 60px;*/
  height: auto;
  overflow: hidden; }
  .toolbar-box .el-button {
    padding: 10px 10px; }
  .toolbar-box .list-box {
    width: 100%;
    display: flex;
    flex-flow: row wrap-reverse;
    justify-content: space-between; }
    .toolbar-box .list-box .l-list {
      margin: 0 10px 10px 0; }
    .toolbar-box .list-box .r-list {
      margin-bottom: 20px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-grow: 1; }
      .toolbar-box .list-box .r-list .btn-box {
        margin-left: 20px; }
      .toolbar-box .list-box .r-list .search-box {
        min-width: 96px;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        flex-basis: 0; }
  .toolbar-box .more-box {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .toolbar-box .more-box dl {
      margin-bottom: 20px;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      .toolbar-box .more-box dl dt {
        margin-right: 10px;
        line-height: 40px;
        color: #909399;
        font-size: 13px; }

/*主要内容*/
.content-box:after {
  content: '';
  display: block;
  height: 20px; }

.content-box {
  padding: 0 20px; }
  .content-box .line {
    text-align: center; }
  .content-box .mab-20 {
    margin-bottom: 20px; }
  .content-box .mat-20 {
    margin-top: 20px; }
  .content-box .note {
    margin-left: 5px;
    color: #ccc;
    white-space: nowrap; }
  .content-box .ql-editor {
    min-height: 200px; }
  .content-box .ql-toolbar.ql-snow {
    border-radius: 4px 4px 0 0;
    border: 1px solid #DCDFE6; }
  .content-box .ql-toolbar.ql-snow:after {
    display: inline-flex; }
  .content-box .ql-container.ql-snow {
    border-radius: 0 0 4px 4px;
    border: 1px solid #DCDFE6; }
  .content-box .el-table {
    width: 100%; }
  .content-box .el-tree .tree-node {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px; }
  .content-box .el-tree .el-tree-node__expand-icon {
    font-size: 14px; }
  .content-box .el-tree .el-tree-node__content {
    height: 38px; }
  .content-box .el-tree .tools-box {
    position: absolute;
    right: 0; }
    .content-box .el-tree .tools-box .el-button--mini {
      margin-left: 5px;
      padding: 7px; }
    .content-box .el-tree .tools-box .el-checkbox__label {
      color: #999;
      font-size: 13px;
      padding-left: 5px; }
    .content-box .el-tree .tools-box .el-checkbox {
      margin-left: 10px;
      margin-right: 0; }
    .content-box .el-tree .tools-box .el-input-number--mini {
      width: 100px; }
  .content-box .el-radio-button__inner {
    padding: 12px 15px; }
  .content-box .el-tabs__header {
    margin-bottom: 0; }
  .content-box .dropdown .el-button.select {
    padding: 12px 10px 12px 15px;
    min-width: 224px; }
  .content-box .dropdown .el-button.select > span {
    display: flex;
    justify-content: space-between; }
  .content-box .dropdown .el-button.check {
    padding: 9px 10px; }
  .content-box .select-list {
    margin-left: -10px;
    margin-bottom: -20px;
    overflow: hidden; }
    .content-box .select-list .el-col {
      margin-bottom: 20px;
      padding-left: 10px; }
      .content-box .select-list .el-col .el-select {
        box-sizing: border-box;
        width: 100%; }
  .content-box .table-card .el-card__body {
    padding: 0; }
  .content-box .table-list {
    width: 100%; }
    .content-box .table-list thead, .content-box .table-list tbody {
      line-height: normal; }
    .content-box .table-list .el-button--mini {
      margin-left: 5px;
      padding: 6px; }
    .content-box .table-list .el-tag {
      margin: 3px 3px 3px 0; }
    .content-box .table-list .el-input-number--mini {
      width: 100%; }
    .content-box .table-list .nowrap {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .content-box .table-list .pic {
      display: block;
      float: left;
      margin-right: 5px;
      padding: 1px;
      border: 1px solid #ecf5ff;
      border-radius: 4px;
      width: 50px;
      height: 50px;
      background: #fff; }
      .content-box .table-list .pic .image-slot {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #ccc; }
        .content-box .table-list .pic .image-slot i {
          font-size: 20px; }
    .content-box .table-list h4 {
      margin-bottom: 3px;
      color: #606266;
      font-size: 14px;
      line-height: 1.8em;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .content-box .table-list h4 b {
        margin-left: 2px; }
    .content-box .table-list .date {
      color: #909399;
      font-size: 12px;
      line-height: 1em; }
  .content-box .table-form {
    border-radius: 4px;
    line-height: 34px; }
    .content-box .table-form th, .content-box .table-form td {
      padding: 3px 0; }
    .content-box .table-form .el-radio {
      padding: 10px 0; }
    .content-box .table-form .el-tag {
      margin: 7px 0; }
    .content-box .table-form .nowrap {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .content-box .table-form .pic {
      display: block;
      float: left;
      margin-right: 5px;
      padding: 1px;
      border: 1px solid #ecf5ff;
      border-radius: 4px;
      width: 50px;
      height: 50px;
      background: #fff; }
      .content-box .table-form .pic .image-slot {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #ccc; }
        .content-box .table-form .pic .image-slot i {
          font-size: 20px; }
    .content-box .table-form h4 {
      margin-bottom: 5px;
      color: #606266;
      font-size: 14px;
      line-height: 1.5em;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .content-box .table-form h4 b {
        margin-left: 2px; }
    .content-box .table-form .date {
      color: #909399;
      font-size: 12px;
      line-height: 1em; }
  .content-box .table-form.txt td {
    padding: 10px 0; }
  .content-box .card-form {
    margin: 20px -20px -20px 0;
    overflow: hidden; }
    .content-box .card-form .el-col {
      padding: 0 20px 20px 0; }
      .content-box .card-form .el-col .el-card__header {
        color: #909399;
        font-weight: bold;
        padding: 15px 20px; }
    .content-box .card-form .dl-box {
      display: block; }
      .content-box .card-form .dl-box dl {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        line-height: 36px; }
        .content-box .card-form .dl-box dl dt {
          display: block;
          width: 30%;
          color: #C0C4CC;
          text-align: right;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .content-box .card-form .dl-box dl dd {
          display: block;
          box-sizing: border-box;
          width: 70%;
          padding-left: 10px;
          color: #303133;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
      .content-box .card-form .dl-box dl:after {
        content: '';
        display: block;
        height: 1px; }
  .content-box .pager-box {
    margin-top: 10px;
    width: 100%;
    min-height: 28px;
    text-align: center;
    overflow-x: auto; }
  .content-box .tab-content {
    padding: 20px;
    border-radius: 0 0 4px 4px;
    border: 1px solid #E4E7ED;
    border-top: none; }
  .content-box .img-list {
    margin: 0 -20px 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    min-height: 40px; }
    .content-box .img-list .el-card {
      position: relative;
      margin: 0 20px 20px 0;
      width: 220px;
      flex-grow: 1; }
      .content-box .img-list .el-card .el-card__body {
        padding: 0; }
    .content-box .img-list .check {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-table;
      padding: 2px 3px;
      border-left: 1px solid #EBEEF5;
      border-bottom: 1px solid #EBEEF5;
      border-radius: 0 0 0 4px;
      z-index: 1;
      background-color: rgba(255, 255, 255, 0.8);
      overflow: hidden; }
    .content-box .img-list .pic {
      position: relative;
      width: 100%;
      height: 165px;
      background: #fff;
      overflow: hidden; }
      .content-box .img-list .pic .image-slot {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #ccc; }
        .content-box .img-list .pic .image-slot i {
          font-size: 40px; }
    .content-box .img-list .absbg {
      position: absolute;
      left: 0;
      top: 95px;
      width: 100%;
      height: 70px;
      background: #000;
      filter: alpha(opacity=20);
      opacity: 0.2; }
    .content-box .img-list h1 {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 95px;
      padding: 10px 20px;
      height: 50px;
      border-bottom: 1px solid #EBEEF5; }
    .content-box .img-list h1 > span {
      display: block;
      height: 50px;
      line-height: 25px;
      text-overflow: ellipsis;
      overflow: hidden; }
    .content-box .img-list h1 > span > a {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      text-decoration: none; }
    .content-box .img-list .price {
      margin: 20px;
      padding: 0;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      line-height: 1em; }
      .content-box .img-list .price h3 {
        color: #C0C4CC;
        font-size: 14px;
        font-weight: 500;
        line-height: 1em; }
        .content-box .img-list .price h3 b {
          margin: 0 2px;
          color: #ff0000;
          font-size: 20px; }
      .content-box .img-list .price span {
        color: #C0C4CC;
        font-size: 10px;
        line-height: 20px; }
    .content-box .img-list .remark {
      display: block;
      margin: 15px 20px;
      padding: 0;
      height: 40px;
      color: #909399;
      font-size: 12px;
      line-height: 20px;
      text-overflow: ellipsis;
      overflow: hidden; }
    .content-box .img-list .tools {
      display: block;
      margin: 0 20px;
      height: 26px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .content-box .img-list .tools .el-tag {
        margin: 0 3px 5px 0; }
    .content-box .img-list .foot {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      padding: 15px 20px 20px;
      height: 20px; }
      .content-box .img-list .foot .time {
        color: #C0C4CC;
        font-size: 10px;
        line-height: 20px; }
    .content-box .img-list .foot > span > a {
      margin-left: 3px;
      font-size: 16px;
      line-height: 20px; }
    .content-box .img-list .nodata {
      color: #C0C4CC;
      text-align: center;
      line-height: 80px; }

.content-box.side {
  padding: 0; }

.content-box.side:after {
  height: 0; }

.album-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-right: -20px; }
  .album-box .el-upload--picture-card {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 4px;
    line-height: 118px; }
  .album-box .list-bin {
    margin: 0 20px 20px 0; }
  .album-box .list-box {
    display: block;
    position: relative;
    margin: 0 20px 20px 0;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    overflow: hidden; }
    .album-box .list-box .el-progress {
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3); }
      .album-box .list-box .el-progress .el-progress__text {
        color: #409EFF; }
    .album-box .list-box .img-box {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      .album-box .list-box .img-box img {
        max-width: 100%;
        max-height: 100%; }
    .album-box .list-box .text-box {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      box-sizing: border-box;
      padding: 0 10px;
      width: 100%;
      color: #606266;
      font-size: 12px;
      text-shadow: 1px 1px 1px #fff;
      height: 28px;
      line-height: 28px;
      background-color: rgba(255, 255, 255, 0.6);
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .album-box .list-box .tools-box {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      width: 100%;
      height: 100%;
      color: #fff;
      font-size: 20px;
      left: 0;
      top: 0;
      opacity: 0;
      transition: opacity .3s;
      background-color: rgba(0, 0, 0, 0.5); }
      .album-box .list-box .tools-box .icon {
        display: block;
        margin: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        cursor: pointer; }
  .album-box .list-box:hover .tools-box {
    opacity: 1;
    transition: opacity .3s; }

.album-box.small {
  margin-right: -10px; }
  .album-box.small .el-upload--picture-card {
    width: 106px;
    height: 106px; }
  .album-box.small .list-bin {
    margin: 0 10px 10px 0; }
  .album-box.small .list-box {
    margin: 0 10px 10px 0;
    width: 106px;
    height: 106px; }

.album-list {
  display: flex;
  flex-flow: row wrap;
  margin-right: -20px; }
  .album-list .list-box {
    margin: 0 20px 20px 0;
    width: 128px;
    height: 128px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px dashed #DCDFE6;
    cursor: pointer; }
    .album-list .list-box .img-box {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
      .album-list .list-box .img-box img {
        max-width: 100%;
        max-height: 100%; }
    .album-list .list-box .img-box:hover {
      border: 5px solid #409EFF; }
    .album-list .list-box .img-box.selected {
      border: 5px solid #67C23A; }

.attach-box .list-btn {
  margin-bottom: 20px; }

.attach-box .list-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-right: -20px; }
  .attach-box .list-wrap .list-box {
    display: block;
    position: relative;
    margin: 0 20px 20px 0;
    width: 230px;
    flex-grow: 1;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    overflow: hidden; }
    .attach-box .list-wrap .list-box .img-box {
      display: block;
      float: left;
      margin: 5px 10px 5px 5px;
      color: #fff;
      font-size: 24px;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      background: #67C23A; }
    .attach-box .list-wrap .list-box .info-box {
      margin: 5px; }
      .attach-box .list-wrap .list-box .info-box h3 {
        margin-bottom: 10px;
        color: #606266;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5em;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .attach-box .list-wrap .list-box .info-box dl {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px; }
        .attach-box .list-wrap .list-box .info-box dl dt {
          color: #C0C4CC;
          font-size: 12px;
          line-height: 1em;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .attach-box .list-wrap .list-box .info-box dl dd {
          display: flex;
          justify-content: space-between;
          color: #67C23A;
          font-size: 20px;
          height: 20px;
          line-height: 20px; }
          .attach-box .list-wrap .list-box .info-box dl dd span {
            margin: 0 5px;
            cursor: pointer; }
          .attach-box .list-wrap .list-box .info-box dl dd span:hover {
            color: #409EFF; }
    .attach-box .list-wrap .list-box .close {
      display: block;
      position: absolute;
      top: -20px;
      right: -20px;
      width: 40px;
      height: 40px;
      border-radius: 40px;
      color: #fff;
      font-size: 16px;
      background: #409EFF;
      cursor: pointer;
      overflow: hidden; }
      .attach-box .list-wrap .list-box .close i {
        position: absolute;
        display: block;
        bottom: 4px;
        left: 3px; }
    .attach-box .list-wrap .list-box .close:hover {
      background: #E6A23C; }

.dropdown-menu {
  margin: 0;
  padding: 0; }
  .dropdown-menu .el-tree {
    padding: 5px 12px 5px 5px;
    min-width: 200px;
    max-height: 300px;
    border-radius: 4px;
    overflow: hidden;
    overflow-y: auto; }
    .dropdown-menu .el-tree .el-tree-node__content {
      height: 32px;
      margin-left: 5px;
      padding-right: 10px;
      border-radius: 4px; }

/*底部按钮*/
.footer-box {
  margin: 0 20px;
  padding: 0;
  height: 60px; }
  .footer-box .footer-btn {
    position: fixed;
    margin: 0;
    padding: 20px 0;
    top: auto;
    left: 20px;
    right: 20px;
    bottom: 0;
    min-width: 285px;
    z-index: 3;
    background: #fff; }

/*管理中心*/
.count-box .el-col {
  margin-bottom: 20px; }

.count-box .el-card__body h1 {
  padding: 13px 0;
  text-align: center;
  color: #303133;
  font-size: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .count-box .el-card__body h1 span {
    margin-left: 5px;
    color: #999;
    font-size: 12px; }

.count-box .el-card__body p {
  padding-bottom: 10px;
  text-align: center;
  color: #d6d3e6;
  font-size: 12px; }

.count-box .item-bg .el-card__body {
  background: #409eff; }

.count-box .item-bg .el-card__body h1 {
  color: #fff; }

.count-box .item-bg .el-card__body h1 span {
  color: #fff; }

.ibtn-box {
  margin-top: -20px; }
  .ibtn-box .el-col {
    margin-top: 20px; }
  .ibtn-box .el-badge {
    width: 100%; }
  .ibtn-box .el-badge a {
    display: block;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    background: #E6A23C;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
    .ibtn-box .el-badge a i {
      color: #fff;
      font-size: 28px; }
    .ibtn-box .el-badge a span {
      display: block;
      margin-top: 5px;
      color: #fff;
      font-size: 12px;
      line-height: 20px; }
  .ibtn-box .el-badge a:hover {
    background: #409eff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1); }

.cinfo-box .el-divider {
  margin: 0 0 20px 0; }

.cinfo-box .dl-box dl {
  clear: both;
  padding: 5px 0;
  height: 20px;
  line-height: 20px;
  font-size: 13px; }

.cinfo-box .dl-box dl dt {
  display: block;
  float: left;
  width: 60px; }

.cinfo-box .dl-box dl dd {
  margin-left: 70px;
  color: #909399;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.author-box ul li {
  height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .author-box ul li a {
    color: #606266;
    line-height: 25px;
    text-decoration: none; }

.author-box ul li a:hover {
  color: #409eff; }
.author-box p {
    color: #999999;
    line-height: 20px;
}
/*管理中心.end*/
/* 内页通用.End */
/*图片上传*/
.input-upload .up-control {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
  .input-upload .up-control .el-input__inner {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .input-upload .up-control .el-button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }

.input-upload .img-preview {
  margin: 10px 0px; }

/*图片上传 end*/
/*文章图片列表*/
.article-table-list .el-table__header thead tr th .el-checkbox__inner {
  display: none; }

::-webkit-scrollbar {
    width: 9px; /* 纵向滚动条*/
    height: 11px; /* 横向滚动条 */
}

/*定义滚动条轨道 内阴影*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    /*background-color: #d9e8f4;*/
}
/*定义滑块 内阴影*/
::-webkit-scrollbar-thumb {
    /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #1f76be;*/
    border-radius: 10px;
    background: rgba(27,27,27,.4);
    /*border-radius: 0;*/
    border-style: dashed;
    /*background-color: rgba(157, 165, 183, 0.4);*/
    border-color: transparent;
    border-width: 1.5px;
    background-clip: padding-box;
}
    /* 鼠标放上去滚动条*/
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(27,27,27,.4);
    }
