@charset "UTF-8";
/*
  样式规范表
*/
.member_title_breadcrumb {
  padding-left: 10px;
  background: #F8F8F8;
}
.member_title_breadcrumb .el-breadcrumb__item {
  height: 46px;
  line-height: 46px;
}
.member_title_breadcrumb .el-breadcrumb__inner {
  color: #666666 !important;
  font-weight: 700 !important;
}
.member_title_breadcrumb .is-link {
  color: #666666 !important;
  font-weight: 400 !important;
}
.member_title_breadcrumb .is-link:hover {
  color: #333333 !important;
  font-weight: 700 !important;
}
@charset "UTF-8";
/*
  样式规范表
*/
.clearfix {
  zoom: 1;
  display: block;
}
.colr {
  color: #1C1C1C;
  padding-right: 2px;
}
.colr1 {
  color: green;
  padding-right: 2px;
}
.current {
  font-weight: bold;
}
.sld_myPoint_wrapper {
  float: left;
}
.sld_myPoint_wrapper .pointCon {
  background-color: #F4F4F3;
  width: 1008px;
  box-sizing: border-box;
  margin-left: 20px;
}
.sld_myPoint_wrapper .pointCon .jifen_top {
  height: 77px;
  line-height: 77px;
  padding: 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.sld_myPoint_wrapper .pointCon .jifen_top .itg span {
  font-size: 16px;
}
.sld_myPoint_wrapper .pointCon .jifen_top .itg span:nth-child(2) {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}
.sld_myPoint_wrapper .pointCon .content_tit {
  width: 100%;
  margin-top: 8px;
  padding-right: 10px;
}
.sld_myPoint_wrapper .pointCon .content_tit .tabsTitle {
  display: flex;
  height: 42px;
  line-height: 42px;
  padding: 0 18px;
}
.sld_myPoint_wrapper .pointCon .content_tit .tabsTitle li {
  position: relative;
  font-size: 14px;
  color: #333333;
  padding: 0 20px;
  cursor: pointer;
  white-space: nowrap;
}
.sld_myPoint_wrapper .pointCon .content_tit .tabsTitle li .tabs_bottom {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%);
  width: 65px;
  height: 2px;
  border: solid 1px #000;
}
.sld_myPoint_wrapper .pointCon .point_list {
  min-height: 315px;
}
.sld_myPoint_wrapper .pointCon .point_list .point_table {
  border-left: none;
  border-right: none;
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
.sld_myPoint_wrapper .pointCon .point_list .point_table .voucher_tabeltitle {
  height: 39px;
  background-color: #F4F4F3;
}
.sld_myPoint_wrapper .pointCon .point_list .point_table .voucher_tabeltitle th {
  text-align: center;
  font-weight: 400;
  border-bottom: solid 1px #E5E5E5;
}
.sld_myPoint_wrapper .pointCon .point_list .point_table td:first-child {
  border-left: none;
}
.sld_myPoint_wrapper .pointCon .point_list .point_table td {
  text-align: center;
  line-height: 50px;
  font-weight: 400;
}
:root {
  --backgroundColor:#F4F4F3;
  --btnBackgroundColor:#1C1C1C;
}

/**
* 全局通用样式
*/
.overflow_ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.overflow_ellipsis_two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.flex {
  display: flex;
}
.flex_row_center_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_row_center_between {
  display: flex;
  justify-content: center;
  align-items: space-between;
}
.flex_row_center_around {
  display: flex;
  justify-content: center;
  align-items: space-around;
}
.flex_row_center_start {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flex_row_center_end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.flex_row_between_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex_row_between_between {
  display: flex;
  justify-content: space-between;
  align-items: space-between;
}
.flex_row_between_around {
  display: flex;
  justify-content: space-between;
  align-items: space-around;
}
.flex_row_between_start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex_row_between_end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.flex_row_around_center {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flex_row_around_between {
  display: flex;
  justify-content: space-around;
  align-items: space-between;
}
.flex_row_around_around {
  display: flex;
  justify-content: space-around;
  align-items: space-around;
}
.flex_row_around_start {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.flex_row_around_end {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.flex_row_start_center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex_row_start_between {
  display: flex;
  justify-content: flex-start;
  align-items: space-between;
}
.flex_row_start_around {
  display: flex;
  justify-content: flex-start;
  align-items: space-around;
}
.flex_row_start_start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.flex_row_start_end {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.flex_row_end_center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex_row_end_between {
  display: flex;
  justify-content: flex-end;
  align-items: space-between;
}
.flex_row_end_around {
  display: flex;
  justify-content: flex-end;
  align-items: space-around;
}
.flex_row_end_start {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.flex_row_end_end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.flex_column_center_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex_column_center_between {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
}
.flex_column_center_around {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-around;
}
.flex_column_center_start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.flex_column_center_end {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.flex_column_between_center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.flex_column_between_between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: space-between;
}
.flex_column_between_around {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: space-around;
}
.flex_column_between_start {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.flex_column_between_end {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.flex_column_around_center {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.flex_column_around_between {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: space-between;
}
.flex_column_around_around {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: space-around;
}
.flex_column_around_start {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.flex_column_around_end {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
}
.flex_column_start_center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.flex_column_start_between {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: space-between;
}
.flex_column_start_around {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: space-around;
}
.flex_column_start_start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.flex_column_start_end {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.flex_column_end_center {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.flex_column_end_between {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: space-between;
}
.flex_column_end_around {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: space-around;
}
.flex_column_end_start {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.flex_column_end_end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.clearfix:after, .clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 分页的样式 start */
.sld_pagination .el-pager li.active {
  color: #1C1C1C;
}
.sld_pagination .el-pager li:hover {
  color: #1C1C1C;
}
.sld_pagination .el-input__inner:focus {
  border-color: #1C1C1C;
}

/* 分页的样式 end */
.pointer:hover {
  cursor: pointer;
}
.el-pagination {
  text-align: center;
}

/* 全局空图 start */
.sld_common_empty {
  margin: 0 auto !important;
}
.sld_common_empty .empty_img {
  width: 91px;
  margin-bottom: 15px;
}

/* 全局空图 end */
/* ElementUI-PLUS的confirm按钮样式 start */
.confirmsubmitBtn {
  background-color: var(--btnBackgroundColor) !important;
  border-color: var(--btnBackgroundColor) !important;
  width: 48%;
  height: 42px;
}
.confirmsubmitBtn span {
  color: #fff;
}
.cancelCloseBtn {
  width: 48%;
  height: 42px;
}
.cancelCloseBtn:hover {
  border-color: var(--btnBackgroundColor);
  color: var(--btnBackgroundColor);
  background-color: #fff;
}
.cancelCloseBtn:active, .cancelCloseBtn:focus {
  border-color: var(--btnBackgroundColor);
  color: var(--btnBackgroundColor);
  background-color: #fff;
}

/*  ElementUI-PLUS的confirm按钮样式 end */
/* 输入框样式start */
.el-input {
  width: 357px;
  height: 42px;
}
.el-input .el-input__inner {
  width: 100%;
  height: 42px;
  background-color: #F4F4F3;
  background: #F4F4F3;
  border-color: #D2D2D2;
}
.el-input .el-input__inner:focus {
  border-color: #1C1C1C;
}
.el-input .el-input__inner:hover {
  border-color: #1C1C1C;
}
.el-input.is-focus .el-input__inner {
  border-color: #1C1C1C;
}
.el-input .el-input__suffix .el-input__suffix-inner .el-input__count .el-input__count-inner {
  background: #F4F4F3;
}
.el-input__suffix {
  line-height: 42px;
}
select {
  background: #F4F4F3;
}
.el-dialog__footer .dialog-footer .el-button {
  width: 48%;
}
.el-dialog__footer .dialog-footer .el-button--primary {
  background-color: #1C1C1C;
  border-color: #1C1C1C;
}
.el-select-dropdown__item.selected {
  color: #1C1C1C;
}

/*输入框样式end*/
.el-dialog__header {
  padding-bottom: 20px;
  background: #EDEDED;
}
.el-dialog__header .el-dialog__title {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.el-checkbox__inner:hover {
  border-color: #1C1C1C !important;
}
.el-checkbox__input.is_focus .el-checkbox__inner {
  border-color: #1C1C1C !important;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #1C1C1C !important;
}
.el-popover {
  background: #f5f5f6 !important;
}
.el-popover .el-popper__arrow::after {
  background: #f5f5f6 !important;
  border-color: #f5f5f6 !important;
}
.el-popover .el-popper__arrow::before {
  background: #f5f5f6 !important;
  border-color: #f5f5f6 !important;
}
.el-popover .el-popconfirm .el-popconfirm__main .el-icon-info {
  color: #1c1c1c !important;
}
.el-button--primary {
  background-color: #1c1c1c;
  border-color: transparent;
}
.el-button--primary:hover {
  background-color: #1c1c1c;
  border-color: transparent;
}
.el-button--primary:active {
  background: #1c1c1c;
}
.el-button--text {
  color: #1c1c1d;
}
.el-button--text:hover {
  color: #1c1c1c;
}
.el-button--text:active {
  color: #1c1c1c;
}
.el-message--success {
  --el-message-font-color:#fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.el-message--success .el-message__icon.el-icon-success {
  color: #fff;
  --el-message-font-color:#fff;
  font-size: 23px;
}
.el-message--info {
  --el-message-font-color:#fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.el-message--info .el-message__icon.el-icon-success {
  color: #fff;
  --el-message-font-color:#fff;
  font-size: 23px;
}
.sld_pagination {
  margin-right: 40px;
  margin-bottom: 20px;
}
