.content_box {
  width: 100%;
  margin: 0 auto;
}
.theme_color {
  color: #FF6800 !important;
}
.pointer {
  cursor: pointer;
}
.row_flex {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.column_flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ant-popover-inner-content {
  padding: 0 !important;
}
.one_level_title {
  width: 100%;
  height: 48px;
  background: #ffffff;
  margin: 10px 0;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  color: #FF6800;
  font-weight: bold;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.one_level_title::before {
  content: "";
  width: 4px;
  height: 22px;
  background: #FF6800;
  border-radius: 0 3px 3px 0;
  position: absolute;
  left: 8px;
  top: 13px;
}
.one_level_title .more {
  font-size: 10px;
  color: #FF6800;
  font-weight: normal;
  cursor: pointer;
}
.one_level_title.border {
  border-bottom: 1px solid #F0F0F0;
}
.two_level_title {
  width: 100%;
  height: 38px;
  background: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
.two_level_title .more {
  transform: scale(0.83);
  color: #FF6800;
  font-weight: normal;
  cursor: pointer;
}
.two_level_title.border {
  border-bottom: 1px solid #F0F0F0;
}
.filter__row {
  display: flex;
}
.filter__row .filter__label {
  width: 80px;
  line-height: 30px;
  color: #999999;
  font-size: 12px;
}
.filter__row .filter__con {
  flex: 1;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}
.filter__row .filter__con > li {
  float: left;
  margin-right: 30px;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
  cursor: pointer;
}
.filter__row .filter__con > li.active {
  color: #FF6800;
}
.map_mark_icon {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.map_mark_icon .mark_icon {
  display: inline-block;
  width: 38px;
  height: 51px;
  position: relative;
  font-size: 0;
}
.map_mark_icon .mark_icon .circle {
  border-radius: 50%;
}
.map_mark_icon .mark_icon .circle:nth-child(1) {
  width: 38px;
  height: 38px;
  background: #ff6800;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.map_mark_icon .mark_icon .circle:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #FFDD02;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 2;
}
.map_mark_icon .mark_icon .circle:nth-child(3) {
  width: 26px;
  height: 26px;
  background: #39A2FF;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 3;
}
.map_mark_icon .mark_icon .circle:nth-child(4) {
  width: 20px;
  height: 20px;
  background: #7938FF;
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 4;
}
.map_mark_icon .mark_icon .circle:nth-child(5) {
  width: 15px;
  height: 15px;
  background: #7938FF;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 5;
}
.map_mark_icon .mark_icon .triangle {
  width: 0;
  height: 0;
  border-top: 17px solid #ff6800;
  border-left: 13px transparent solid;
  border-right: 13px transparent solid;
  border-bottom: 17px transparent solid;
  position: absolute;
  left: 6px;
  bottom: -15px;
}
.map_mark_icon .mark_icon > .num {
  position: absolute;
  left: 50%;
  top: 5px;
  color: #ffffff;
  z-index: 10;
  font-size: 18px;
  margin-left: -4px;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000000;
}
.map_mark_icon > .name {
  font-size: 12px;
  color: #751313;
  font-weight: bold;
  margin-bottom: 0;
  white-space: nowrap;
}
.wangEditor {
  font-size: 16px;
  color: #333333;
  word-wrap: break-word;
  /* table 样式 */
  /* blockquote 样式 */
  /* code 样式 */
  /* ul ol 样式 */
}
.wangEditor table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.wangEditor table td,
.wangEditor table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
  height: 30px;
}
.wangEditor table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
  background-color: #f1f1f1;
}
.wangEditor blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}
.wangEditor code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
.wangEditor pre code {
  display: block;
}
.wangEditor ul,
.wangEditor ol {
  margin: 10px 0 10px 20px;
}
.wangEditor img {
  max-width: 100%;
}
.default_page {
  height: 100%;
  min-height: 500px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.default_page img {
  width: 124px;
  margin-bottom: 25px;
}
.default_page p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.breadcrumb_box .ant-breadcrumb-link {
  cursor: pointer;
}
.select-company-popover .ant-popover-arrow {
  display: none;
}
.select-company-popover .company {
  min-width: 100px;
  max-height: 200px;
  overflow: auto;
}
.select-company-popover .company .company-box {
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}
.select-company-popover .company .company-box:hover {
  background-color: #fff4e6;
}
.select-company-popover .blank-is-replaced {
  height: 32px;
}
.select-company-popover .log-out {
  width: 100%;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 5px;
}
.select-company-popover .log-out:hover {
  background-color: #fff4e6;
}
.member_order .member_tap {
  width: 100%;
  height: 48px;
  display: flex;
  background-color: #F4F5F8;
  border-bottom: 2px solid #FF6800;
  box-sizing: border-box;
  margin-bottom: 0;
}
.member_order .member_tap li {
  min-width: 120px;
  height: 100%;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.member_order .member_tap .li_active {
  background-color: #fff;
  color: #FF6800;
}
.member_order .member_filter_row {
  width: 100%;
  height: 57px;
  display: flex;
  border-bottom: 10px solid #F4F5F8;
}
.member_order .member_filter_row .member_filter_label {
  width: 96px;
  height: 100%;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.member_order .member_filter_row ul {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.member_order .member_filter_row ul li {
  margin-right: 40px;
  cursor: pointer;
}
.member_order .member_filter_row ul .li_active {
  color: #FF6800;
}
.member_order .member_time_filter {
  display: flex;
  height: 52px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.member_order .member_time_filter ul {
  height: 100%;
  display: flex;
}
.member_order .member_time_filter ul li {
  height: 100%;
  width: 120px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  box-sizing: border-box;
}
.member_order .member_time_filter ul .li_active {
  color: #FF6800;
}
.member_order .member_time_filter ul .li_active span {
  display: inline-block;
  height: 100%;
  border-bottom: 2px solid #FF6800;
  padding-left: 5px;
  padding-right: 5px;
}
.member_order .member_time_filter .time_range {
  width: 100%;
  height: 52px;
  padding-left: 20px;
  line-height: 52px;
}
.member_order .member_time_filter .time_range span {
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
}
.member_order .member_filter_main {
  padding: 10px 20px ;
}
.member_order .park_politics___page {
  height: 72px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
  padding-right: 20px;
}
.member_order .park_politics___page > span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 10px;
}
.member_order .apply {
  font-size: 14px;
  font-weight: 400;
  color: #2283f6;
}
.member_order .member_money {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  border-bottom: 10px solid #F4F5F8;
}
.member_order .member_money .money_name {
  display: inline-block;
  height: 32px;
  border-left: 4px solid #FF6800;
  line-height: 32px;
  padding-left: 16px;
  color: #FF6800;
  font-size: 14px;
  margin-right: 16px;
}
.member_order .member_money .money_value {
  font-size: 20px;
  line-height: 32px;
  color: #FF6800;
}
.member_order .action_class {
  display: flex;
}
.member_order .action_class span {
  white-space: nowrap;
  margin-right: 10px;
  cursor: pointer;
}
.member_order /deep/ .ant-table-body {
  width: 900px !important;
  overflow-x: auto !important;
}
.member_order .ant-table-body {
  overflow-x: auto!important;
}
.member_order .ant-table-wrapper {
  width: 900px;
}
.member_order .ant-table-header-column {
  white-space: nowrap;
}
.member_order .ant-table-tbody td {
  white-space: nowrap;
}
.ant-tooltip-inner {
  background: #fffaf7;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  color: #333333;
  line-height: 20px;
}
.tooltip {
  background: #fffaf7;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.ant-tooltip-arrow::before {
  background: #fffaf7;
}
.edit_user__modal .ant-modal-header {
  height: 100px;
}
.edit_user__modal .ant-select-selection--single {
  height: 40px;
}
.edit_user__modal .ant-select-selection--single .ant-select-selection__rendered {
  height: 100%;
  line-height: 40px;
}
.edit_user__modal .name {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.edit_user__modal input {
  height: 40px;
}
.edit_user__modal .code {
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  background: #FF6800;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.edit_user__modal .ant-modal-title {
  text-align: center !important;
  line-height: 70px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}
.edit_user__modal .ant-modal-footer {
  height: 94px;
}
.edit_user__modal .ant-modal-footer > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edit_user__modal .ant-modal-footer > div button {
  height: 55px;
  width: 230px;
}
.edit_user__modal .ant-col-4 {
  text-align: right;
}
.edit_apply .ant-modal-body {
  padding: 0;
}
.edit_apply .ant-modal-body span,
.edit_apply .ant-modal-body .member_filter_label {
  color: #666666;
}
.edit_apply .ant-modal {
  width: 640px !important;
}
.edit_apply .ant-modal-header {
  height: 100px;
  border: 0;
}
.edit_apply .Invoice_content {
  width: 100%;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 104, 0, 0.4);
  margin-bottom: 57px;
}
.edit_apply .Invoice_content span {
  font-size: 16px;
  color: #333333;
}
.edit_apply .Invoice_content .span_active {
  color: #FF6800;
}
.edit_apply .ant-form-item {
  margin-bottom: 19px;
}
.edit_apply .ant-select-selection--single {
  height: 40px;
}
.edit_apply .ant-select-selection--single .ant-select-selection__rendered {
  height: 100%;
  line-height: 40px;
}
.edit_apply .name {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.edit_apply input {
  height: 40px;
}
.edit_apply .code {
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  background: #FF6800;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.edit_apply .ant-modal-title {
  text-align: center !important;
  line-height: 70px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}
.edit_apply .ant-modal-footer {
  height: 94px;
}
.edit_apply .ant-modal-footer > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edit_apply .ant-modal-footer > div button {
  height: 55px;
  width: 230px;
}
.edit_apply .ant-col-4 {
  text-align: right;
}
.edit_apply .company_info {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 0 12px;
  padding-top: 0;
}
.edit_apply .company_info .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.edit_apply .ant-form-item-children {
  display: inline-block;
  width: 100%;
}
.edit_apply .ant-form-item-children .ant-radio-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.edit_apply .ant-modal-footer > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit_apply .ant-form-item-required::before {
  content: '';
}
.company_pay_modal .ant-modal-content {
  border-radius: 10px;
  overflow: hidden;
}
.company_pay_modal .ant-modal-content .ant-modal-body {
  padding: 100px 0;
}
.company_pay_modal .ant-modal-header {
  height: 100px;
  background-image: url(../img/consult_modal_bg.e9c5ba68.png);
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_pay_modal .ant-modal-header .ant-modal-title {
  font-size: 24px;
  color: #ffffff;
}
.company_pay_modal .company_pay_box {
  text-align: center;
}
.company_pay_modal .company_pay_box .pay__con {
  width: 160px;
  height: 160px;
  margin: auto;
  background-image: url(data:image/png;base64,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);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_pay_modal .company_pay_box .pay__con #wx_pay {
  width: 100%;
  height: 100%;
  background: #cccccc;
}
.company_pay_modal .company_pay_box p {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  font-weight: 600;
  margin: 30px 0 0;
}

