.PopupSettlement .el-dialog .el-dialog__header {
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0px 20px;
  background: #fafafa;
}
.PopupSettlement .el-dialog .el-dialog__header .el-dialog__title {
  font-size: 14px;
  color: #333333;
}
.PopupSettlement .el-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 10px;
}
.PopupSettlement .el-dialog .el-dialog__body {
  padding: 19px 22px;
}
.PopupSettlement .el-dialog div.info-wrap span.info {
  font-size: 14px;
  color: #666666;
  line-height: 1;
}
.PopupSettlement .el-dialog div.info-wrap span.info span.content {
  color: #333333;
}
.PopupSettlement .el-dialog .el-form .label-text {
  text-align: left;
  line-height: 1.2;
  font-size: 14px;
  color: #666666;
}
.PopupSettlement .el-dialog .el-form .el-form-item__label {
  line-height: 1.2;
}
.PopupSettlement .el-dialog .el-form .upload-img-wrap,
.PopupSettlement .el-dialog .el-form .el-upload {
  width: 135px;
  height: 78px;
}
.PopupSettlement .el-dialog .el-form .upload-img-wrap {
  position: relative;
}
.PopupSettlement .el-dialog .el-form .upload-img-wrap .upload-img {
  border-radius: 2px;
  width: 100%;
  height: 100%;
}
.PopupSettlement .el-dialog .el-form .upload-img-wrap .el-icon-circle-close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background: #fff;
  font-size: 16px;
}
.PopupSettlement .el-dialog .el-form .transfer .el-upload {
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.PopupSettlement .el-dialog .el-form .transfer .el-upload .upload-wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.PopupSettlement .el-dialog .el-form .transfer .el-upload .upload-wrap .el-icon-plus {
  font-size: 16px;
  line-height: 1;
  color: #aaaaaa;
}
.PopupSettlement .el-dialog .el-form .transfer .el-upload .upload-wrap .upload-text {
  font-size: 14px;
  color: #aaaaaa;
  line-height: 30px;
}
.PopupSettlement .el-dialog .el-form .remind {
  margin-top: 11px;
  font-size: 14px;
  color: #ffa517;
  line-height: 20px;
}
.PopupSettlement .el-dialog .el-dialog__footer {
  padding-bottom: 26px;
}
.PopupSettlement .el-dialog .el-dialog__footer .dialog-footer .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.PopupSettlement .el-dialog .el-dialog__footer .dialog-footer .btn-wrap .btn-item {
  width: 120px;
  height: 40px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.PopupSettlement .el-dialog .el-dialog__footer .dialog-footer .btn-wrap .btn-item.confirm {
  background: #008ee1;
  color: #fff;
}
.PopupSettlement .el-dialog .el-dialog__footer .dialog-footer .btn-wrap .btn-item.cancel {
  background: #fafafa;
  border: 1px solid #eaeaea;
  color: #666666;
}

.TableContent[data-v-75d3eabb] {
  margin: 20px 0;
}
.TableContent[data-v-75d3eabb] .el-table .text-decorate,
.TableContent[data-v-75d3eabb] .el-table .operate-item {
  color: #0a50a1;
  font-size: 12px;
}
.TableContent[data-v-75d3eabb] .el-table .text-decorate {
  text-decoration: underline;
  cursor: pointer;
}
.TableContent[data-v-75d3eabb] .el-table .operate-item {
  cursor: pointer;
}
.TableContent[data-v-75d3eabb] .el-table .el-table__body-wrapper::-webkit-scrollbar {
  height: 12px;
}
.TableContent .page-wrap[data-v-75d3eabb] {
  margin-top: 20px;
  text-align: center;
}

.SearchBar[data-v-086dceea] {
  margin-top: 20px;
}
.SearchBar .search-wrap[data-v-086dceea] {
  display: flex;
  align-items: center;
  gap: 11px;
}
.SearchBar .search-wrap .btn-search[data-v-086dceea] {
  display: inline-block;
  width: 98px;
  height: 36px;
  background: #e1f5fe;
  border-radius: 2px;
  border: 1px solid #008ee1;
  cursor: pointer;
  font-size: 14px;
  color: #0a50a1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.SearchBar .search-wrap .btn-search[data-v-086dceea]:hover {
  background: #caeeff;
}

div.TabBar div.tab-item-wrap[data-v-240a2418] {
  width: 100%;
  height: 40px;
  display: flex;
  border: 1px solid #eaeaea;
  background: #fafafa;
  align-items: center;
}
div.TabBar div.tab-item-wrap div.tab-item[data-v-240a2418] {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  height: 42px;
  font-size: 14px;
  color: #666666;
  width: 136px;
  border: 1px solid #eaeaea;
  border-top: 2px solid #eaeaea;
  margin-left: -1px;
}
div.TabBar div.tab-item-wrap div.tab-item.active[data-v-240a2418] {
  border-top-color: #008ee1;
  border-bottom-color: #fff;
  background: #fff;
}

div.DataBoard div.data-board[data-v-143bd7c8] {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
div.DataBoard div.data-board div.data-item[data-v-143bd7c8] {
  height: 98px;
  flex: 1;
  border: 1px solid #f3f4f8;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
div.DataBoard div.data-board div.data-item[data-v-143bd7c8]:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
div.DataBoard div.data-board div.data-item[data-v-143bd7c8]:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
div.DataBoard div.data-board div.data-item[data-v-143bd7c8]:not(:first-child) {
  margin-left: -1px;
}
div.DataBoard div.data-board div.data-item div.data-title[data-v-143bd7c8] {
  font-size: 14px;
  color: #333333;
}
div.DataBoard div.data-board div.data-item div.data-title .icon-question[data-v-143bd7c8] {
  width: 16px;
  position: relative;
  top: -1px;
  cursor: pointer;
}
div.DataBoard div.data-board div.data-item div.data-value[data-v-143bd7c8] {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  margin-top: 11px;
}

.promoterManage .content-wrap[data-v-be0348c4] {
  box-sizing: border-box;
  width: 990px;
  height: auto;
  padding: 17px 20px;
}
.promoterManage .content-wrap .remind[data-v-be0348c4] {
  margin: 20px 0;
  display: flex;
  align-items: center;
  height: 68px;
  padding: 0 36px 0 0;
  background: #fdf5ee;
  color: #ffa517;
}
.promoterManage .content-wrap .remind .el-icon-warning-outline[data-v-be0348c4] {
  width: 50px;
  text-align: center;
  font-size: 22px;
}
.promoterManage .content-wrap .remind .txt[data-v-be0348c4] {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
}

