[data-v-13028ab9] .el-input-group__append,[data-v-13028ab9] .el-input-group__prepend {
  padding: 0 6px !important;
}
.main-header[data-v-13028ab9] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header .title-box[data-v-13028ab9] {
  height: 40px;
  min-height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 14px;
}
.main-header .first-title .user-info[data-v-13028ab9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.main-header .first-title .user-info .icon[data-v-13028ab9] {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  margin-left: 6px;
}
.main-header .first-title .user-info .setting[data-v-13028ab9] {
  margin-left: 40px;
}
.main-header .first-title .user-info .divider[data-v-13028ab9] {
  width: 0;
  border-right: 1px solid #fff;
  height: 80%;
  margin: 0 30px;
}
.main-header .first-title .user-info .username[data-v-13028ab9] {
  cursor: pointer;
  color: #fff;
}
.main-header .second-title[data-v-13028ab9] {
  color: #333;
  font-size: 14px;
}
.main-header .second-title .title[data-v-13028ab9] {
  padding: 0 12px;
  height: 54px;
  line-height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-header .second-title .title span[data-v-13028ab9] {
  color: #999;
}

>>>.el-input-group__append,
>>>.el-input-group__prepend {
  padding: 0 6px !important;
}
#app .el-table {
  border: 1px solid #dcdfe6;
  margin-top: 10px;
}
#app .no-border-table .el-table__row.striped-even {
  background: #fafdff;
}
#app .no-border-table .el-table__row.striped-odd {
  background: #fff;
}
#app .el-pagination .el-pager .number {
  background: transparent;
}
#app .el-pagination .el-pager .number.active {
  background: #5283ff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-radius: 100%;
  border-radius: 100%;
}
#app .no-border-table .el-table__row.striped:hover td {
  background: #f4f8fb !important;
}
#app .el-dialog__body {
  padding-top: 0;
  padding-bottom: 0;
}
#app .tree-content .el-tree-node__expand-icon {
  font-size: 24px;
  color: #5283ff;
}
#app .tree-content div[tabindex='0'] .el-tree-node__expand-icon.is-leaf::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  font-size: 12px;
  background: #5283ff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-radius: 100%;
  border-radius: 100%;
}
#app .tree-content div[tabindex='-1'] .el-tree-node__expand-icon.is-leaf::before {
  background: transparent;
  color: transparent;
}
.confirm-box {
  padding: 32px !important;
  border-bottom: 24px !important;
}
.confirm-box .el-message-box__header {
  display: none;
}
.confirm-box .title {
  color: #212121;
  margin-bottom: 12px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.confirm-box .title .icon {
  font-size: 24px;
  margin-right: 16px;
  color: #faad14;
}
.confirm-box .text {
  font-size: 14px;
  color: #595959;
  margin-bottom: 24px;
  text-indent: 40px;
}
.confirm-box .cancel-btn {
  width: 65px !important;
}
.confirm-box .confirm-btn {
  background: #5283ff !important;
  border-color: #5283ff !important;
  width: 65px !important;
  color: #fff;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #5283ff;
  border-color: #5283ff;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #5283ff;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #5283ff;
}
.el-checkbox__inner:hover {
  border-color: #5283ff;
}
.el-select-dropdown,
.el-time-range-picker,
.el-message-box__wrapper {
  z-index: 20000 !important;
}
.el-loading-mask {
  z-index: 10001 !important;
}
.dialog-title {
  font-size: 16px;
  color: #262626;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.dialog-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.dialog-footer .btn {
  width: 65px;
  height: 32px;
}
.dialog-footer .cancel-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-radius: 4px;
  border-radius: 4px;
  border: solid #d9d9d9 1px;
  color: #666;
  background: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-right: 8px;
  padding: 0;
}
.dialog-footer .confirm-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-radius: 4px;
  border-radius: 4px;
  border: solid #5283ff 1px;
  background: #5283ff;
  cursor: pointer;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 0;
}
.filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-box .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.filter-box .filter .filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 40px 5px 0;
}
.filter-box .filter .filter-item .label {
  white-space: nowrap;
  color: #333;
  font-size: 14px;
  margin-right: 5px;
}
.filter-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.filter-box .btn-box .search {
  width: 65px;
  height: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-radius: 4px;
  border-radius: 4px;
  border: solid #5283ff 1px;
  background: #5283ff;
  cursor: pointer;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-right: 8px;
}
.filter-box .btn-box .reset {
  width: 65px;
  height: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-radius: 4px;
  border-radius: 4px;
  border: solid #d9d9d9 1px;
  color: #666;
  background: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.addImg {
  position: relative;
}
.addImg .tips {
  margin: 0;
  line-height: 40px;
  text-indent: 5px;
}
.addImg .icon {
  width: 128px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #f6f6f6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: dashed #d9d9d9 1px;
}
.addImg .icon p {
  color: #eb1200;
  font-size: 14px;
  text-align: center;
  color: #333;
}
.addImg .icon p.tip {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.addImg .img-box {
  position: relative;
  display: inline-block;
}
.addImg input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.addImg img {
  width: auto;
  height: 128px;
  background: #f5f5f5;
  display: block;
}
.main-container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.main-container .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px;
}
.main-container .container .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  font-size: 14px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 32px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-radius: 2px;
  border-radius: 2px;
}
.main-container .container .content .btn {
  width: 100px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-radius: 4px;
  border-radius: 4px;
  border: solid #5283ff 1px;
  background: #5283ff;
  cursor: pointer;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  margin: 16px 0;
}
.main-container .container .content .table-btn {
  height: 24px;
  line-height: 24px;
  color: #333;
  font-size: 12px;
  margin-right: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-radius: 4px;
  border-radius: 4px;
  border: solid #d9d9d9 1px;
  color: #666;
  background: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 0 8px;
}
.main-container .container .content .filter-item {
  margin-right: 12px;
}
.main-container .container .content .select,
.main-container .container .content .input {
  width: 125px;
}
.main-container .container .content .date-input {
  width: 225px;
}
.main-container .container .content .btn-box {
  margin: 0;
}
.main-container .container .content .table {
  margin-top: 24px !important;
}
.page-box {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: hidden;
  background: #f6f6f6;
}
.page-box .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.page-box .container .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  font-size: 14px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-radius: 3px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  box-sizing: border-box;
}
.page-box .container .content .table-btn-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.page-box .container .content .table-btn-box .table-btn {
  height: 24px;
  line-height: 24px;
  color: #333;
  font-size: 12px;
  background: transparent;
  cursor: pointer;
  color: #2e6bf4;
}
.page-box .container .footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.primary {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-radius: 4px;
  border-radius: 4px;
  border: solid #5283ff 1px;
  background: #5283ff;
  cursor: pointer;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  margin-right: 8px;
}

[data-v-f22b6150] .el-input-group__append,[data-v-f22b6150] .el-input-group__prepend {
  padding: 0 6px !important;
}
.user-detail-box[data-v-f22b6150] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: hidden;
  background: #f6f6f6;
}
.user-detail-box .container[data-v-f22b6150] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px;
}
.user-detail-box .container .content[data-v-f22b6150] {
  width: 100%;
  height: 100%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-radius: 2px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.user-detail-box .container .content .info-box[data-v-f22b6150] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 12px;
}
.user-detail-box .container .content .info-box .title[data-v-f22b6150] {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.user-detail-box .container .content .info-box .img-box[data-v-f22b6150] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  margin-right: 50px;
  width: 120px;
}
.user-detail-box .container .content .info-box .img-box >div[data-v-f22b6150] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-detail-box .container .content .info-box .img-box >div .btn[data-v-f22b6150] {
  width: 96px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-radius: 12px;
  border-radius: 12px;
  margin-top: 12px;
  background: #40b98f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.user-detail-box .container .content .info-box .img-box .img[data-v-f22b6150] {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-radius: 40px;
  border-radius: 40px;
}
.user-detail-box .container .content .info-box .info[data-v-f22b6150] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.user-detail-box .container .content .info-box .info .des[data-v-f22b6150] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.user-detail-box .container .content .info-box .info .des .item[data-v-f22b6150] {
  min-width: 320px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.user-detail-box .container .content .info-box .info .des .item p[data-v-f22b6150] {
  font-size: 14px;
  line-height: 36px;
}
.user-detail-box .container .content .info-box .info .des .item p .btn[data-v-f22b6150] {
  width: auto;
  line-height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  padding: 0 12px;
  background: #5283ff;
  margin-right: 8px;
}
.user-detail-box .container .content .info-box .info .des .item .btn[data-v-f22b6150] {
  width: 72px;
  height: 22px;
  background: #da593e;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  margin-left: 15px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.user-detail-box .container .content .bottom-box[data-v-f22b6150] {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.user-detail-box .container .content .tabs[data-v-f22b6150] {
  width: 100%;
  background: #fff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.user-detail-box .container .content .tabs .tab[data-v-f22b6150] {
  background: #fff;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
  width: auto;
  margin-right: 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #999;
}
.user-detail-box .container .content .tabs .tab.active[data-v-f22b6150] {
  font-size: 16px;
  color: #333;
}
.user-detail-box .container .content .tabs .tab.active .tab-line[data-v-f22b6150] {
  width: 38px;
  position: absolute;
  background: #4678e6;
  height: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-radius: 2px;
  border-radius: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.user-detail-box .container .content .family-box[data-v-f22b6150] {
  width: 100%;
}
.user-detail-box .container .content .family-box .family-item[data-v-f22b6150] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  margin-top: 1px;
  padding: 12px 0;
}
.user-detail-box .container .content .family-box .family-item .left[data-v-f22b6150] {
  width: 150px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.user-detail-box .container .content .family-box .family-item .left div[data-v-f22b6150] {
  font-size: 48px;
  color: #c9c9c9;
}
.user-detail-box .container .content .family-box .family-item .info[data-v-f22b6150] {
  line-height: 32px;
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 60px;
}
.user-detail-box .container .content .family-box .family-item .info .row[data-v-f22b6150] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-detail-box .container .content .family-box .family-item .info .row[data-v-f22b6150]:nth-of-type(1) {
  font-weight: bold;
}
.user-detail-box .container .content .family-box .family-item .info .info-left[data-v-f22b6150] {
  width: 120px;
}
.user-detail-box .container .content .family-box .family-item .info .info-right[data-v-f22b6150] {
  min-width: 200px;
}
.user-detail-box .container .content .family-box .family-item .member-box[data-v-f22b6150] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.user-detail-box .container .content[data-v-f22b6150] .baby-btn-box .cell {
  overflow: visible !important;
}
.user-detail-box .container .content .baby-box[data-v-f22b6150] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.user-detail-box .container .content .baby-box .baby-table-box[data-v-f22b6150] {
  width: 800px;
  margin-top: 20px;
}
.user-detail-box .container .content .baby-box .baby-table-box .baby-table[data-v-f22b6150] {
  overflow: visible;
}
.user-detail-box .container .content .baby-box .baby-table-box .baby-table[data-v-f22b6150] .el-table__body-wrapper {
  overflow: visible;
}
.user-detail-box .container .content .baby-box .table-btn-box[data-v-f22b6150] {
  position: relative;
}
.user-detail-box .container .content .baby-box .table-btn-box .arrow[data-v-f22b6150] {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #5283ff;
  position: absolute;
  right: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.user-detail-box .container .content .baby-box .baby-right[data-v-f22b6150] {
  margin-left: 60px;
}
.user-detail-box .container .content .baby-box .baby-right .tabs[data-v-f22b6150] {
  height: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}
.user-detail-box .container .content .baby-box .baby-right .tabs .tab[data-v-f22b6150] {
  margin-right: 10px;
}
.user-detail-box .container .content .baby-box .baby-right .remark-item[data-v-f22b6150] {
  width: 500px;
  background: #f2f2f2;
  border: solid #e3e3e3 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
}
.user-detail-box .container .content .baby-box .baby-right .remark-item .text[data-v-f22b6150] {
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.user-detail-box .container .content .baby-box .baby-right .remark-item .pics[data-v-f22b6150] {
  margin-top: 10px;
}
.user-detail-box .container .content .baby-box .baby-right .remark-item .remark-bottom[data-v-f22b6150] {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12;
  color: #666;
}
.user-detail-box .container .content .portrait-box[data-v-f22b6150] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.user-detail-box .container .content .portrait-box .title[data-v-f22b6150] {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.user-detail-box .container .content .portrait-box .label[data-v-f22b6150] {
  width: 260px;
  min-width: 260px;
  height: 100%;
  background: #fff;
  padding-left: 24px;
  padding-right: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 3px;
}
.user-detail-box .container .content .portrait-box .label .tag-list[data-v-f22b6150] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.user-detail-box .container .content .portrait-box .label .tag-list .tag-item[data-v-f22b6150] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.user-detail-box .container .content .portrait-box .label .tag-list .tag-item .tag-name[data-v-f22b6150] {
  padding: 0 16px;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-radius: 5px;
  border-radius: 5px;
  background: #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-detail-box .container .content .portrait-box .label .click-list[data-v-f22b6150] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5px;
  margin-top: 5px;
}
.user-detail-box .container .content .portrait-box .label .click-list .click-item[data-v-f22b6150] {
  width: 100%;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #666;
}
.user-detail-box .container .content .portrait-box .label .click-list .click-item span[data-v-f22b6150] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.user-detail-box .container .content .portrait-box .preference[data-v-f22b6150] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  height: 100%;
  margin: 3px 3px 0;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.user-detail-box .container .content .portrait-box .preference .sub-title[data-v-f22b6150] {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #666;
}
.user-detail-box .container .content .portrait-box .preference .item[data-v-f22b6150] {
  height: 30px;
  margin: 3px 0;
  padding: 0 18px;
  background: #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-detail-box .container .content .portrait-box .preference .box[data-v-f22b6150] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.user-detail-box .container .content .portrait-box .preference .box .top[data-v-f22b6150] {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.user-detail-box .container .content .portrait-box .preference .right[data-v-f22b6150] {
  width: 40%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.user-detail-box .container .content .portrait-box .preference .right .result[data-v-f22b6150] {
  font-size: 12px;
  color: #333;
  margin-top: 12px;
  line-height: 18px;
}
.user-detail-box .container .content .portrait-box .preference .left[data-v-f22b6150] {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.user-detail-box .container .content .portrait-box .preference .left .top[data-v-f22b6150] {
  width: 100%;
}
.user-detail-box .container .content .portrait-box .preference .left .top >div[data-v-f22b6150] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #dbdbdb;
  margin-right: 24px;
}
.user-detail-box .container .content .portrait-box .record[data-v-f22b6150] {
  width: 420px;
  min-width: 420px;
  height: 100%;
  background: #fff;
  margin-top: 3px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-detail-box .container .content .portrait-box .record .list[data-v-f22b6150] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.user-detail-box .container .content .portrait-box .record .list .item[data-v-f22b6150] {
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-detail-box .container .content .portrait-box .record .list .item .left[data-v-f22b6150] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  color: #333;
}
.user-detail-box .container .content .portrait-box .record .list .item .left .date[data-v-f22b6150] {
  font-size: 12px;
  color: #999;
  margin-top: 3px;
}
.user-detail-box .container .content .portrait-box .record .list .item .right[data-v-f22b6150] {
  font-size: 14px;
  color: #154cc2;
  cursor: pointer;
}
.user-detail-box .add-hz-form[data-v-f22b6150] {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-detail-box .add-hz-form .form-input[data-v-f22b6150] {
  width: 300px;
  height: 32px;
  margin-left: 3px;
  margin-right: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-radius: 5px;
  border-radius: 5px;
  padding: 0 12px;
  border: solid #ccc 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  color: #333;
}
.user-detail-box .api-dialog[data-v-f22b6150] {
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.user-detail-box .api-dialog .item[data-v-f22b6150] {
  line-height: 60px;
}
.user-detail-box .contact-box .info[data-v-f22b6150] {
  border-bottom: 1px solid #e0e0e0;
}
.user-detail-box .contact-box .info .title[data-v-f22b6150] {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-top: 10px;
}
.user-detail-box .contact-box .info .result[data-v-f22b6150] {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  line-height: 20px;
  margin-bottom: 20px;
}
.user-detail-box .contact-box .contact-list[data-v-f22b6150] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: 500px;
  overflow-y: auto;
  padding-bottom: 20px;
}
.user-detail-box .contact-box .contact-list .item[data-v-f22b6150] {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.user-detail-box .contact-box .contact-list .avatar[data-v-f22b6150] {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-radius: 16px;
  border-radius: 16px;
  background: #ccc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.user-detail-box .contact-box .contact-list .avatar .img[data-v-f22b6150] {
  width: 100%;
  height: 100%;
}
.user-detail-box .contact-box .contact-list p[data-v-f22b6150] {
  line-height: 18px;
  padding: 8px 18px;
}
.user-detail-box .contact-box .contact-list .left[data-v-f22b6150] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
.user-detail-box .contact-box .contact-list .left p[data-v-f22b6150] {
  font-size: 12px;
  color: #333;
  background: #f7f7f7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-radius: 8px;
  border-radius: 8px;
  margin-left: 8px;
}
.user-detail-box .contact-box .contact-list .right[data-v-f22b6150] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
.user-detail-box .contact-box .contact-list .right p[data-v-f22b6150] {
  font-size: 12px;
  color: #333;
  background: #f7f7f7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-radius: 8px;
  border-radius: 8px;
  margin-right: 8px;
}


/*# sourceMappingURL=chunk-755d2a4a.bee37c78.css.map*/