.basic-layout[data-v-ecc70b84] {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.basic-layout .header[data-v-ecc70b84] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.basic-layout .header .logo[data-v-ecc70b84] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  background: #001529;
  float: left;
  margin: 0 20px;
}
.basic-layout .header .logo img[data-v-ecc70b84] {
  width: 30px;
}
.basic-layout .header .logo .title[data-v-ecc70b84] {
  font-size: 16px;
  color: #ff7272;
  margin-left: 10px;
  font-weight: bold;
}
.basic-layout .header .ant-layout-header[data-v-ecc70b84] {
  padding: 0 24px;
}
.basic-layout .header .header-right-wrap[data-v-ecc70b84] {
  float: right;
  color: #fff;
}
.basic-layout .header .header-right-wrap .user-name-text[data-v-ecc70b84] {
  padding-right: 20px;
}
.basic-layout .header .header-right-wrap .btn-logout i[data-v-ecc70b84],
.basic-layout .header .header-right-wrap .btn-logout span[data-v-ecc70b84] {
  color: #fff;
}
.basic-layout .body[data-v-ecc70b84] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.basic-layout .body .detail-menu-item[data-v-ecc70b84] {
  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;
}
.basic-layout .body .detail-menu-item.filst-item[data-v-ecc70b84] {
  padding: 30px 0;
  font-weight: bold;
  font-size: 16px;
}
.basic-layout .body .detail-menu-item.filst-item span[data-v-ecc70b84] {
  display: inline-block;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.input-width[data-v-ecc70b84] {
  width: 160px;
}

.btn-logout i,
.btn-logout span {
  color: #fff;
}

