.header {
  padding: 0 65px;
  height: 48px;
  line-height: 47px;
  border-bottom: 1px solid #297fca;
  text-align: right;
}
.header .user-info {
  padding-right: 85px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #104c97;
}
.header .logout {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #54565a;
  cursor: pointer;
}
.branch {
  padding-left: 35px;
  padding-top: 27px;
  padding-bottom: 10px;
  font-size: 13px;
  font-family: OpenSans;
  color: #104c97;
}

.title {
  padding-left: 35px;
  font-size: 24px;
  font-family: OpenSans;
}
.title.active {
  padding-left: 35px;
  font-size: 24px;
  font-family: OpenSans;
  color: #104c97;
}

.search-bar {
  padding: 15px 35px;
  margin-top: 25px;
  border-top: 1px solid #297fca;
  overflow: hidden;
}
.search-bar .label {
  padding-bottom: 5px;
  font-size: 13px;
  font-family: OpenSans;
  color: rgba(41, 127, 202, 0.48);
}

.el-date-editor--daterange.el-input,
.el-date-editor--daterange.el-input__inner,
.el-date-editor--timerange.el-input,
.el-date-editor--timerange.el-input__inner {
  width: 280px !important;
}

.el-tooltip__popper {
  max-width: 60%;
}

.search-btn {
  padding: 0 15px;
  min-width: 100px;
  height: 33px;
  line-height: 32px;
  background: #104c97;
  border-radius: 2px;
  font-size: 13px;
  font-family: OpenSans;
  color: #ffffff;
  cursor: pointer;
  translate: all 0.25s ease;
}
.search-btn:hover {
  opacity: 0.8;
}
.search-btn span {
  padding-left: 8px;
}
.search-btn.gray {
  background: #c2c2c2;
}

.downLink {
  padding-left: 85px;
  padding-top: 22px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 32px;
  cursor: pointer;
}
.downLink > * {
  text-decoration: underline;
}

.downLink i {
  position: relative;
  top: 2px;
  font-size: 18px;
}

.table {
  padding: 20px 35px;
}
.pager {
  padding: 30px 35px 50px 0;
  text-align: right;
}

.flex {
  display: flex;
}

.flex.column {
  flex-direction: column;
}

.flex.between {
  justify-content: space-between;
}

.add-source-wrap {
  display: flex;
  padding-bottom: 30px;
}

.x-label {
  min-width: 100px;
  line-height: 32px;
  text-align: right;
  padding-right: 20px;
}

.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml15 {
  margin-left: 15px;
}

.pl100 {
  padding-left: 100px;
}

.tip {
  padding-left: 100px;
  padding-top: 5px;
}
.qrcode-review {
  width: 180px;
  img {
    width: 160px;
    height: 160px;
  }
}

.view-qrcode {
  img {
    width: 160px;
    height: 160px;
  }
}

.url-review {
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  flex: 1;
  color: #fff;
  background: #409eff;
  padding: 0 10px;
}

.flex1 {
  flex: 1;
}
