* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
html,
body,
#app,
.wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'microsoft yahei', arial, STHeiTi, sans-serif;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
.content-box {
	position: absolute;
	left: 216px;
	right: 0;
	top: 70px;
	bottom: 0px;
	padding-bottom: 30px;
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	background: #191a1d;
}
@media screen and (max-width: 1500px) {
.content-box {
		left: 140px !important;
}
.content-collapse {
		left: 65px !important;
}
}
.content {
	width: auto;
	height: calc(100% - 30px) !important;
	padding: 8px;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #191a1d;
}
.content-collapse {
	left: 65px;
}
.container {
	padding: 30px 30px 0;
	border-radius: 5px;
}
.crumbs {
	margin: 10px 0;
}

/* 收起 */
.retract-style {
	padding-right: 200px;
	height: 40px;
	overflow: hidden;
}
.retract-search {
	position: absolute;
	right: 0px;
	width: 200px !important;
}
.el-table th {
	background-color: #f5f7fa !important;
}
.pagination {
	margin: 20px 0;
	text-align: right;
}
.plugins-tips {
	padding: 20px 10px;
	margin-bottom: 20px;
}
.el-button + .el-tooltip {
	margin-left: 8px;
}
.el-table tr:hover {
	background: #f6faff;
}
.mgb20 {
	margin-bottom: 20px;
}
.move-enter-active,
.move-leave-active {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.move-enter,
.move-leave {
	opacity: 0;
}

/*BaseForm*/
.form-box {
	width: 600px;
}
.form-box .line {
	text-align: center;
}
.el-time-panel__content::after,
.el-time-panel__content::before {
	margin-top: -7px;
}
.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
	padding-bottom: 0;
}

/*Upload*/
.pure-button {
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}
.g-core-image-corp-container .info-aside {
	height: 45px;
}
.el-upload--text {
	background-color: #fff;
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 360px;
	height: 180px;
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.el-upload--text .el-icon-upload {
	font-size: 67px;
	color: #97a8be;
	margin: 40px 0 16px;
	line-height: 50px;
}
.el-upload--text {
	color: #97a8be;
	font-size: 14px;
	text-align: center;
}
.el-upload--text em {
	font-style: normal;
}
.el-radio {
	color: #fff !important;
}

/*VueEditor*/
.ql-container {
	min-height: 400px;
}
.ql-snow .ql-tooltip {
	-webkit-transform: translateX(117.5px) translateY(10px) !important;
	        transform: translateX(117.5px) translateY(10px) !important;
}
.editor-btn {
	margin-top: 20px;
}

/*markdown*/
.v-note-wrapper .v-note-panel {
	min-height: 500px;
}
.el-button + .el-button,
.el-checkbox.is-bordered + .el-checkbox.is-bordered {
	margin-left: 8px;
}
.el-drawer__header {
	padding: 16px !important;
	margin-bottom: 0px !important;
}
.el-drawer__body {
	padding: 16px;
}
.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
	-webkit-box-shadow: 0 0 0px 0px #ee7808 !important;
	        box-shadow: 0 0 0px 0px #ee7808 !important;
}
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
	color: #fff !important;
	-webkit-box-shadow: -1px 0 0 0 #ee7808 !important;
	        box-shadow: -1px 0 0 0 #ee7808 !important;
}
.el-date-picker__header-label.active,
.el-date-picker__header-label:hover {
	color: #ee7808 !important;
}
.el-year-table td .cell:hover,
.el-year-table td.current:not(.disabled) .cell {
	color: #ee7808 !important;
}
.el-year-table td.today .cell {
	color: #ee7808 !important;
}
.el-picker-panel__icon-btn:hover {
	color: #ee7808 !important;
}
.el-month-table td .cell:hover {
	color: #ee7808 !important;
}
.el-month-table td.today .cell {
	color: #ee7808 !important;
}
.el-table--small .el-table__cell {
	padding: 4px 0px !important;
}

@charset "UTF-8";
/* 主题颜色 */
.container {
  position: relative;
  padding: 16px;
  border-radius: 4px;
  font-family: PingFang SC, PingFang SC-Medium;
}
.container .container-title {
  font-size: 16px;
}
.status-style {
  margin-right: 6px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.dis-block {
  display: block;
}
.cur-p {
  cursor: pointer;
}
.clear {
  clear: both;
}
.of-h {
  overflow: hidden;
}
.z-index999 {
  z-index: 9999999;
}
/* flex-start */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.space-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* flex-end */
/* padding-start */
.padding {
  padding: 50px 0;
}
.pn {
  padding: 0px !important;
}
.p10 {
  padding: 10px;
}
.p24 {
  padding: 24px;
}
.p8 {
  padding: 8px;
}
.p16 {
  padding: 16px;
}
.pl8 {
  padding-left: 8px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl40 {
  padding-left: 40px;
}
.pt8 {
  padding-top: 8px;
}
.pt10 {
  padding-top: 10px;
}
.pt16 {
  padding-top: 16px !important;
}
.pr4 {
  padding-right: 4px;
}
.pr8 {
  padding-right: 8px;
}
.pr10 {
  padding-right: 10px;
}
.pr16 {
  padding-right: 16px;
}
.pr20 {
  padding-right: 20px;
}
.pbn {
  padding-bottom: 0px !important;
}
.pb8 {
  padding-bottom: 8px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl10 {
  padding-left: 10px;
}
.pl16 {
  padding-left: 16px;
}
.ptn {
  padding-top: 0px !important;
}
.pt16 {
  padding-top: 16px;
}
/* padding-end */
/* margin-start */
.m8 {
  margin: 8px;
}
.m10 {
  margin: 10px;
}
.mtn {
  margin-top: 0px !important;
}
.mt4 {
  margin-top: 4px;
}
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px;
}
.mt16 {
  margin-top: 16px;
}
.mr4 {
  margin-right: 4px;
}
.mr5 {
  margin-right: 5px;
}
.mr8 {
  margin-right: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mr12 {
  margin-right: 12px;
}
.mr15 {
  margin-right: 15px;
}
.mr16 {
  margin-right: 16px;
}
.mr20 {
  margin-right: 20px;
}
.mr24 {
  margin-right: 24px;
}
.mt20 {
  margin-top: 20px;
}
.ml5 {
  margin-left: 5px;
}
.ml4 {
  margin-left: 4px;
}
.ml10 {
  margin-left: 10px;
}
.ml8 {
  margin-left: 8px;
}
.ml16 {
  margin-left: 16px;
}
.ml24 {
  margin-left: 24px;
}
.ml20 {
  margin-left: 20px;
}
.mb-n {
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb16 {
  margin-bottom: 16px;
}
.mb18 {
  margin-bottom: 18px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb24 {
  margin-bottom: 24px;
}
.ml10 {
  margin-left: 10px;
}
/* margin-end */
/* border-start */
.border-none {
  border: none;
}
/* border-end */
/* width-start */
.w100 {
  width: 100% !important;
}
.w100-4 {
  width: calc(100% - 4px);
  margin-right: 4px;
}
.w-100 {
  width: 100px;
}
.w-150 {
  width: 150px;
}
.w-200 {
  width: 200px;
}
.w-300 {
  width: 300px;
}
/* width-end */
/* height-start */
.h100 {
  height: 100%;
}
.h-30 {
  height: 30px;
}
.h-33 {
  height: 33px;
}
/* height-end */
/* background-start */
.bg-primary {
  background: #409eff;
}
.bg-warning {
  background: #ee7808;
}
.bg-warninger {
  background: #fb651e;
}
.bg-success {
  background: #67c23a;
}
.bg-danger {
  background: #f56c6c;
}
/* background-end */
/* font-start */
.font-num {
  font-family: 'numfont';
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-theme {
  color: #ee7808 !important;
}
.text-primary {
  color: #409eff;
}
.text-green {
  color: #5daf34;
}
.text-success {
  color: #67c23a !important;
}
.text-warning {
  color: #e6a23c;
}
.text-danger {
  color: #f56c6c;
}
.text-white {
  color: #fff;
}
.text-666 {
  color: #666;
}
.text-aaa {
  color: #aaa;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fs10 {
  font-size: 10px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs50 {
  font-size: 50px !important;
}
/* font-end */
/* border-radius-start */
.rounded-sm {
  border-radius: 4px !important;
}
/* border-radius-end */
/* float-start */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/* float-end */
/* lineheight-start */
.lh30 {
  line-height: 30px !important;
}
.lh32 {
  line-height: 32px !important;
}
/* lineheight-end */
.cur-point {
  cursor: pointer;
}
.mbn {
  margin-bottom: 0px !important;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.table-form .el-form-item,
.detail-form .el-form-item {
  margin-bottom: 0px;
}
.el-picker-panel .el-input__inner {
  color: #606266 !important;
}
.el-picker-panel .el-input.is-disabled .el-input__inner {
  background: #b3b3b3 !important;
}
.el-table__fixed-right::before {
  height: 0px;
}
.border-left-dash {
  border-left: 1px dashed rgba(255, 255, 255, 0.2) !important;
}
.bg-special {
  background: #32343b !important;
}
.card-bg-color {
  background-color: #222428 !important;
}
.bottom-bg-color {
  background-color: #191a1d !important;
}
.color-primary {
  color: #ee7808 !important;
}
.font-color-0 {
  color: rgba(255, 255, 255) !important;
}
.font-color-0-re {
  color: rgba(0, 0, 0) !important;
}
.font-color-85 {
  color: rgba(255, 255, 255, 0.85) !important;
}
.font-color-65 {
  color: rgba(255, 255, 255, 0.65) !important;
}
.font-color-45 {
  color: rgba(255, 255, 255, 0.45) !important;
}
.font-color-25 {
  color: rgba(255, 255, 255, 0.25) !important;
}
.bg-color-95 {
  background: rgba(255, 255, 255, 0.09) !important;
}
.bg-color-15 {
  background: rgba(255, 255, 255, 0.15) !important;
}
.bg-color-09 {
  background: rgba(255, 255, 255, 0.09) !important;
}
.bg-color-05 {
  background: rgba(255, 255, 255, 0.05) !important;
}
.line-next {
  background: rgba(255, 255, 255, 0.45) !important;
}
.container .container-title {
  color: rgba(255, 255, 255, 0.85) !important;
}
body {
  color: rgba(255, 255, 255) !important;
}
.sidebar-el-menu,
.el-menu {
  background-color: #222428 !important;
  color: #bfcbd9 !important;
}
.sidebar-el-menu .el-menu-item,
.el-menu .el-menu-item,
.sidebar-el-menu .el-submenu__title,
.el-menu .el-submenu__title {
  background-color: #222428 !important;
  color: #bfcbd9;
}
.sidebar-el-menu .el-menu-item:hover,
.el-menu .el-menu-item:hover,
.sidebar-el-menu .el-submenu__title:hover,
.el-menu .el-submenu__title:hover,
.sidebar-el-menu .el-menu-item:focus,
.el-menu .el-menu-item:focus,
.sidebar-el-menu .el-submenu__title:focus,
.el-menu .el-submenu__title:focus {
  background-color: #1b1d20;
}
.sidebar-el-menu .el-menu-item.is-active,
.el-menu .el-menu-item.is-active {
  background-color: #1b1d20;
  color: #ee7808 !important;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #666;
}
::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #666;
}
::-webkit-scrollbar-thumb {
  background-color: #333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.content-box {
  background: #191a1d !important;
}
.content-box .container {
  background: #222428 !important;
}
.content-box .container .section {
  border-color: #222 !important;
}
.content-box .tags {
  background: #222428 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.content-box .tags .tags-close-box {
  background: #222428 !important;
}
.el-breadcrumb__item .el-breadcrumb__inner,
.el-card,
.hCell-left {
  color: #fff !important;
}
.el-input__inner,
.el-textarea__inner {
  background: rgba(0, 0, 0, 0) !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}
.el-input__inner:hover,
.el-textarea__inner:hover {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.el-table {
  font-size: 12px !important;
  color: #fff !important;
}
.el-table thead {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: normal !important;
}
.el-table th {
  background-color: rgba(255, 255, 255, 0.04) !important;
  font-weight: normal !important;
}
.el-table tr {
  background-color: #222428 !important;
}
.el-table--striped .el-table__body tr.el-table__row--striped td {
  background: rgba(255, 255, 255, 0.02) !important;
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #292b2f !important;
}
.el-table--border td,
.el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right: 1px solid rgba(255, 255, 255, 0.06) !important;
}
.el-table--border {
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.06) !important;
}
.el-table--group {
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
}
.el-table td,
.el-table th.is-leaf {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0) !important;
  z-index: 1;
}
.el-dialog .el-dialog__header {
  background: #2f3541;
}
.el-dialog .el-dialog__title {
  color: #b2b3b8;
}
.el-dialog .el-dialog__body,
.el-dialog .el-dialog__footer {
  background: #191a1d !important;
}
.el-card {
  border: 1px solid #222 !important;
  background-color: #222 !important;
}
.theme-card,
.bg-box {
  background: #222428 !important;
  border-radius: 4px;
}
.theme-tag {
  background-color: rgba(253, 235, 223, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.theme-tag.actived {
  background: rgba(253, 235, 223, 0.2);
  color: #ee7908;
}
.theme-inner-card {
  padding: 8px;
  border: 1px solid #191a1d !important;
  -webkit-box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 14px;
  color: #b3b3b3;
}
.theme-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #222428 !important;
  margin-bottom: 16px;
  border-radius: 4px;
}
.el-steps.el-steps--simple {
  background: #222428 !important;
}
.el-steps.el-steps--simple .el-step.is-simple .el-step__head.is-process .el-step__icon.is-text {
  background: #ee7908;
  color: #ffffff;
}
.el-steps.el-steps--simple .el-step.is-simple .el-step__head.is-wait .el-step__icon.is-text {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.el-steps.el-steps--simple .el-step.is-simple .el-step__main .el-step__title.is-process {
  color: #ffffff;
}
.el-steps.el-steps--simple .el-step.is-simple .el-step__main .el-step__title.is-wait {
  color: rgba(255, 255, 255, 0.65) !important;
}
.el-card__header {
  background: #2f3541;
  border-bottom: 1px solid #222 !important;
}
.el-card__body {
  background: #222428 !important;
}
.el-form-item__label,
.el-checkbox__label {
  color: #b3b3b3 !important;
}
.el-form-item__label {
  padding-left: 16px !important;
}
.header {
  background-color: #242f42;
  color: #fff;
}
.header .btn-bell .el-icon-bell {
  color: #fff;
}
.header .el-dropdown-link {
  color: #fff;
  cursor: pointer;
}
.content-box {
  background: #191a1d !important;
}
.content {
  background-color: #191a1d !important;
}
.login-wrap {
  background: #121520;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.plugins-tips {
  background: #eef1f6;
}
.plugins-tips a {
  color: #20a0ff;
}
.el-upload--text em {
  color: #20a0ff;
}
.pure-button {
  background: #20a0ff;
}
.tags-li.active {
  /* border: 1px solid #409EFF; */
  border: 1px solid #ee7808;
  background-color: #ee7808;
}
.message-title {
  color: #20a0ff;
}
.collapse-btn:hover {
  background: #283446;
}
.el-select .el-input.is-focus .el-input__inner,
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #ee7808 !important;
}
.el-select-dropdown__item.selected,
.el-radio__input.is-checked + .el-radio__label,
.el-menu-item.is-active {
  color: #ee7808 !important;
}
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #ecddfd !important;
  color: #ee7808 !important;
}
.el-tabs__item.is-active,
.el-tabs__item:hover,
.el-date-table td.today span,
.el-date-table td.available:hover {
  color: #ee7808 !important;
}
.el-tabs__active-bar,
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #ee7808 !important;
}
.el-pagination {
  color: rgba(255, 255, 255, 0.65) !important;
}
.el-pagination .btn-next,
.el-pagination .btn-prev {
  background: rgba(0, 0, 0, 0) !important;
  color: rgba(255, 255, 255, 0.65) !important;
}
.el-pagination__jump {
  color: rgba(255, 255, 255, 0.65) !important;
}
.el-pagination__total {
  color: rgba(255, 255, 255) !important;
}
.el-pagination button:disabled {
  background-color: rgba(0, 0, 0, 0) !important;
}
.el-pager li {
  background: rgba(0, 0, 0, 0) !important;
}
.el-pager li:hover {
  color: #ee7808 !important;
}
.el-pagination button:hover {
  color: #ee7808 !important;
}
.el-pager li.active {
  color: #ee7808 !important;
}
.el-form-item__content,
.el-tabs__item,
.componey-info {
  color: #fff !important;
}
.el-date-editor .el-range-input {
  background: rgba(0, 0, 0, 0);
  color: #fff !important;
}
.el-menu--collapse {
  width: 65px !important;
}
.el-table,
.el-table__expanded-cell {
  background-color: rgba(0, 0, 0, 0) !important;
}
.el-input-group__append,
.el-input-group__prepend {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
}
.el-input.is-disabled .el-input__inner {
  background-color: #5b5f65 !important;
}
.el-table__body tr.hover-row.current-row > td,
.el-table__body tr.hover-row.el-table__row--striped.current-row > td,
.el-table__body tr.hover-row.el-table__row--striped > td,
.el-table__body tr.hover-row > td {
  background-color: #292b2f !important;
}
.el-button--primary,
.el-radio__input.is-checked .el-radio__inner {
  background-color: #ee7808 !important;
  border-color: #ee7808 !important;
}
.el-button--primary.is-disabled:not(.el-button--text),
.el-button--primary.is-disabled:not(.el-button--text):active,
.el-button--primary.is-disabled:not(.el-button--text):focus,
.el-button--primary.is-disabled:not(.el-button--text):hover {
  color: #fff !important;
  background-color: #edba8a !important;
  border-color: #edba8a !important;
}
.el-button--primary:focus,
.el-button--primary:hover {
  background: #f68a23 !important;
  border-color: #f68a23 !important;
  color: #fff;
}
.el-button--default:focus,
.el-button--default:hover {
  color: #f68a23 !important;
  border-color: #f68a23 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.el-button--default {
  color: #ee7908 !important;
  border-color: #ee7908 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.el-button--default.el-button--primary {
  color: #fff !important;
  background-color: #ee7808 !important;
  border-color: #ee7808 !important;
}
.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
  color: #ee7808 !important;
}
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
  color: #ee7908 !important;
}
.el-button--text {
  color: #ee7808 !important;
}
.el-table__header th {
  text-align: center !important;
}
.el-date-editor .el-range-separator {
  color: #eee !important;
}
.el-radio {
  color: rgba(255, 255, 255, 0.85) !important;
}
.el-radio__inner:hover {
  border-color: #ee7808 !important;
}
input[type='text'],
input[type='password'],
textarea {
  caret-color: #fff !important;
  /* 修改光标颜色 */
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #ee7808 !important;
  border-color: #ee7808 !important;
}
.el-checkbox__inner:hover,
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #ee7808 !important;
}
.el-alert--success .el-alert__title {
  color: #67c23a !important;
}
.el-alert--info.is-dark {
  color: rgba(255, 255, 255) !important;
}
.el-table__expand-icon {
  color: rgba(255, 255, 255) !important;
}
.el-time-panel__btn.confirm {
  color: #ee7808 !important;
}
.el-date-table td.current:not(.disabled) span {
  color: #fff !important;
  background-color: #ee7808;
}
.el-tooltip__popper.is-dark {
  background-color: #ee7808 !important;
}
.el-tooltip__popper[x-placement^='top'] .popper__arrow {
  border-top-color: #ee7808 !important;
}
.el-tooltip__popper[x-placement^='top'] .popper__arrow::after {
  border-top-color: #ee7808 !important;
}
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #ee7808 !important;
  border-color: #ee7808 !important;
}
.el-radio-button__inner:hover {
  color: #ee7808 !important;
}
.is-active .el-radio-button__inner:hover {
  color: #fff !important;
}
.el-timeline-item__content {
  color: #fff !important;
}
.el-tooltip__popper[x-placement^='bottom'] .popper__arrow {
  border-bottom-color: #ee7808 !important;
}
.el-tooltip__popper[x-placement^='bottom'] .popper__arrow::after {
  border-bottom-color: #ee7808 !important;
}
.el-calendar .el-calendar__header {
  background: #222428;
  font-size: 16px;
  border-bottom: 0px solid #ebeef5;
}
.el-calendar .el-calendar__header .el-calendar__title {
  color: white;
}
.el-calendar .el-calendar__header .el-calendar__button-group .el-button-group > .el-button {
  margin-left: 8px;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
  background: #222428;
}
.el-calendar .el-calendar__header .el-calendar__button-group .el-button-group > .el-button > span {
  color: rgba(255, 255, 255, 0.65) !important;
}
.el-calendar .el-calendar__header .el-calendar__button-group .el-button-group > .el-button:hover {
  border: 1px solid #ee7908;
}
.el-calendar .el-calendar__header .el-calendar__button-group .el-button-group > .el-button:hover > span {
  color: #ee7908;
}
.el-calendar .el-calendar__body {
  padding: 0 !important;
}
.el-calendar .el-calendar-table thead {
  background: #31363f;
}
.el-calendar .el-calendar-table thead > th {
  color: rgba(255, 255, 255, 0.65) !important;
}
.el-calendar .el-calendar-table tbody {
  background: #222428;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ebeef5;
}
.el-calendar .el-calendar-table tbody .el-calendar-table__row .prev .el-calendar-day > p:first-child {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85) !important;
}
.el-calendar .el-calendar-table tbody .el-calendar-table__row .current .el-calendar-day > p:first-child {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85) !important;
}
.el-calendar .el-calendar-table tbody .el-calendar-table__row .current:hover {
  background: #222428 !important;
}
.el-calendar .el-calendar-table tbody .el-calendar-table__row .is-today {
  background: rgba(255, 255, 255, 0.1);
}
.el-calendar .el-calendar-table td.is-selected {
  background: #31363f;
}
.el-calendar .el-calendar-table td :hover {
  background: #31363f;
}
.el-pager li.btn-quicknext {
  color: #ffffffa6 !important;
}
.el-pager li.btn-quickprev {
  color: #ffffffa6 !important;
}
.el-drawer {
  background-color: #19181d !important;
}
.el-drawer__header {
  background-color: #222328 !important;
  color: rgba(255, 255, 255, 0.85) !important;
}
.sidebar {
  color: #fff;
  background-color: #222428 !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}
.el-table__fixed-right-patch {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #2b2d30 !important;
  border-bottom: 1px solid #2b2d30 !important;
}
.el-switch__label {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.65) !important;
}
.el-switch__label.is-active {
  color: #ee7808 !important;
}
.el-switch__core {
  border: #ee7808 !important;
  background: #ee7808 !important;
}
/*深色主题*/
/*@import "./assets/css/theme-green/color-green.css";   浅绿色主题*/
[data-theme='white'] :root {
  --el-bg-color: #fff;
}
[data-theme='white'] .border-left-dash {
  border-left: 1px dashed #dcdfe6 !important;
}
[data-theme='white'] .bg-special {
  background-color: rgba(221, 116, 44, 0.1) !important;
}
[data-theme='white'] .card-bg-color {
  background-color: #fff !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 28px 8px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 28px 8px;
}
[data-theme='white'] .bottom-bg-color {
  background-color: #f6f6f6 !important;
}
[data-theme='white'] .color-primary {
  color: #ee7808 !important;
}
[data-theme='white'] .font-color-0 {
  color: rgba(0, 0, 0) !important;
}
[data-theme='white'] .font-color-0-re {
  color: rgba(255, 255, 255) !important;
}
[data-theme='white'] .font-color-85 {
  color: rgba(0, 0, 0, 0.85) !important;
}
[data-theme='white'] .font-color-65 {
  color: rgba(0, 0, 0, 0.65) !important;
}
[data-theme='white'] .font-color-45 {
  color: rgba(0, 0, 0, 0.45) !important;
}
[data-theme='white'] .font-color-25 {
  color: rgba(0, 0, 0, 0.25) !important;
}
[data-theme='white'] .bg-color-95 {
  background: rgba(0, 0, 0, 0.09) !important;
}
[data-theme='white'] .bg-color-45 {
  background: rgba(0, 0, 0, 0.45) !important;
}
[data-theme='white'] .bg-color-15 {
  background: rgba(0, 0, 0, 0.15) !important;
}
[data-theme='white'] .bg-color-09 {
  background: rgba(0, 0, 0, 0.09) !important;
}
[data-theme='white'] .bg-color-05 {
  background: rgba(0, 0, 0, 0.05) !important;
}
[data-theme='white'] .line-next {
  background: rgba(0, 0, 0, 0.45) !important;
}
[data-theme='white'] .container .container-title {
  color: rgba(0, 0, 0, 0.85) !important;
}
[data-theme='white'] body {
  color: rgba(0, 0, 0, 0.85) !important;
}
[data-theme='white'] .sidebar {
  color: #fff;
  background-color: #3f4045 !important;
}
[data-theme='white'] .sidebar-el-menu,
[data-theme='white'] .el-menu {
  background-color: #3f4045 !important;
  color: #fff;
}
[data-theme='white'] .sidebar-el-menu .el-menu-item,
[data-theme='white'] .el-menu .el-menu-item,
[data-theme='white'] .sidebar-el-menu .el-submenu__title,
[data-theme='white'] .el-menu .el-submenu__title {
  background-color: #3f4045 !important;
  color: #fff;
}
[data-theme='white'] .sidebar-el-menu .el-menu-item:hover,
[data-theme='white'] .el-menu .el-menu-item:hover,
[data-theme='white'] .sidebar-el-menu .el-submenu__title:hover,
[data-theme='white'] .el-menu .el-submenu__title:hover,
[data-theme='white'] .sidebar-el-menu .el-menu-item:focus,
[data-theme='white'] .el-menu .el-menu-item:focus,
[data-theme='white'] .sidebar-el-menu .el-submenu__title:focus,
[data-theme='white'] .el-menu .el-submenu__title:focus {
  background-color: rgba(252, 241, 233, 0.07) !important;
}
[data-theme='white'] .sidebar-el-menu .el-menu-item.is-active,
[data-theme='white'] .el-menu .el-menu-item.is-active {
  background-color: rgba(252, 241, 233, 0.07) !important;
  color: #dd742c !important;
}
[data-theme='white'] ::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background-color: #eee;
}
[data-theme='white'] ::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #eee;
}
[data-theme='white'] ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(221, 116, 44, 0.1);
  border: 1px solid #fff;
}
[data-theme='white'] .card-bg {
  background: #fff !important;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
[data-theme='white'] .content-box {
  background: #f6f6f6 !important;
}
[data-theme='white'] .content-box .container {
  background: #fff !important;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
[data-theme='white'] .content-box .container .section {
  border-color: #222 !important;
}
[data-theme='white'] .content-box .tags {
  background: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
[data-theme='white'] .content-box .tags .tags-close-box {
  background: #fff !important;
}
[data-theme='white'] .el-breadcrumb__item .el-breadcrumb__inner,
[data-theme='white'] .el-card,
[data-theme='white'] .hCell-left {
  color: rgba(0, 0, 0, 0.85) !important;
}
[data-theme='white'] .el-input__inner,
[data-theme='white'] .el-textarea__inner {
  background: rgba(0, 0, 0, 0) !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #dcdfe6 !important;
  color: rgba(0, 0, 0, 0.85) !important;
}
[data-theme='white'] .el-input__inner:hover,
[data-theme='white'] .el-textarea__inner:hover {
  border-color: #c0c4cc !important;
}
[data-theme='white'] .el-table {
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
[data-theme='white'] .el-table thead {
  color: rgba(0, 0, 0, 0.65) !important;
  font-weight: normal !important;
}
[data-theme='white'] .el-table th {
  background-color: #f0f0f0 !important;
  font-weight: normal !important;
}
[data-theme='white'] .el-table tr {
  background-color: #fff !important;
}
[data-theme='white'] .el-table--striped .el-table__body tr.el-table__row--striped td {
  background: #f7f7f7 !important;
}
[data-theme='white'] .el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #f7f7f7 !important;
}
[data-theme='white'] .el-table--border td,
[data-theme='white'] .el-table--border th,
[data-theme='white'] .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right: 1px solid #dcdfe6 !important;
}
[data-theme='white'] .el-table--border {
  border-top: 1px solid #dcdfe6 !important;
  border-bottom: 1px solid #dcdfe6 !important;
  border-left: 1px solid #dcdfe6 !important;
  border-right: 1px solid #dcdfe6 !important;
}
[data-theme='white'] .el-table--group {
  border: 1px solid #dcdfe6 !important;
}
[data-theme='white'] .el-table td,
[data-theme='white'] .el-table th.is-leaf {
  border-bottom: 1px solid #dcdfe6 !important;
}
[data-theme='white'] .el-table--border::after,
[data-theme='white'] .el-table--group::after,
[data-theme='white'] .el-table::before {
  content: '';
  position: absolute;
  background-color: #fff !important;
  z-index: 1;
}
[data-theme='white'] .el-dialog .el-dialog__header {
  background: #fff;
}
[data-theme='white'] .el-dialog .el-dialog__title {
  color: rgba(0, 0, 0, 0.85) !important;
}
[data-theme='white'] .el-dialog .el-dialog__body,
[data-theme='white'] .el-dialog .el-dialog__footer {
  background: #fff !important;
}
[data-theme='white'] .el-card {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 28px 8px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 28px 8px;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
[data-theme='white'] .theme-card,
[data-theme='white'] .bg-box {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
[data-theme='white'] .theme-tag {
  background-color: #f5f7fa !important;
  color: #c0c4cc;
}
[data-theme='white'] .theme-tag.actived {
  background-color: #ee7908 !important;
  color: #fff;
}
[data-theme='white'] .theme-inner-card {
  padding: 8px;
  border: 1px solid #f6f6f6 !important;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65) !important;
}
[data-theme='white'] .theme-steps {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff !important;
  margin-bottom: 16px;
  border-radius: 4px;
}
[data-theme='white'] .el-steps.el-steps--simple {
  background: #fff !important;
}
[data-theme='white'] .el-steps.el-steps--simple .el-step.is-simple .el-step__head.is-process .el-step__icon.is-text {
  background: #ee7908;
  color: #fff !important;
  border-color: #ee7908 !important;
}
[data-theme='white'] .el-steps.el-steps--simple .el-step.is-simple .el-step__head.is-wait .el-step__icon.is-text {
  color: rgba(0, 0, 0, 0.65) !important;
  border: 1px solid rgba(0, 0, 0, 0.65) !important;
}
[data-theme='white'] .el-steps.el-steps--simple .el-step.is-simple .el-step__main .el-step__title.is-process {
  color: rgba(0, 0, 0, 0.85) !important;
}
[data-theme='white'] .el-steps.el-steps--simple .el-step.is-simple .el-step__main .el-step__title.is-wait {
  color: rgba(0, 0, 0, 0.65) !important;
}
[data-theme='white'] .el-card__header {
  background: #fff;
  border-bottom: 1px solid #f0f0f0 !important;
}
[data-theme='white'] .el-card__body {
  background-color: #ffffff !important;
}
[data-theme='white'] .el-form-item__label,
[data-theme='white'] .el-checkbox__label {
  color: rgba(0, 0, 0, 0.45) !important;
}
[data-theme='white'] .el-form-item__label {
  padding-left: 16px !important;
}
[data-theme='white'] .header {
  background-color: #fff !important;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
[data-theme='white'] .header .btn-bell .el-icon-bell {
  color: rgba(0, 0, 0, 0.65) !important;
}
[data-theme='white'] .header .el-dropdown-link {
  color: rgba(0, 0, 0, 0.65) !important;
  cursor: pointer;
}
[data-theme='white'] .content-box {
  background: #f6f6f6 !important;
}
[data-theme='white'] .content {
  background-color: #f6f6f6 !important;
}
[data-theme='white'] .welcome {
  background-color: #f6f6f6 !important;
}
[data-theme='white'] .login-wrap {
  background: #121520;
}
[data-theme='white'] input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
[data-theme='white'] .plugins-tips {
  background: #eef1f6;
}
[data-theme='white'] .plugins-tips a {
  color: #20a0ff;
}
[data-theme='white'] .el-upload--text em {
  color: #20a0ff;
}
[data-theme='white'] .pure-button {
  background: #20a0ff;
}
[data-theme='white'] .tags-li.active {
  /* border: 1px solid #409EFF; */
  border: 1px solid #ee7808;
  background-color: #ee7808;
}
[data-theme='white'] .message-title {
  color: #20a0ff;
}
[data-theme='white'] .collapse-btn:hover {
  background: rgba(252, 241, 233, 0.07) !important;
}
[data-theme='white'] .el-select .el-input.is-focus .el-input__inner,
[data-theme='white'] .el-input.is-active .el-input__inner,
[data-theme='white'] .el-input__inner:focus {
  border-color: #ee7808 !important;
}
[data-theme='white'] .el-select-dropdown__item.selected,
[data-theme='white'] .el-radio__input.is-checked + .el-radio__label,
[data-theme='white'] .el-menu-item.is-active {
  color: #ee7808 !important;
}
[data-theme='white'] .el-dropdown-menu__item:focus,
[data-theme='white'] .el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #ecddfd !important;
  color: #ee7808 !important;
}
[data-theme='white'] .el-tabs__item.is-active,
[data-theme='white'] .el-tabs__item:hover,
[data-theme='white'] .el-date-table td.today span,
[data-theme='white'] .el-date-table td.available:hover {
  color: #ee7808 !important;
}
[data-theme='white'] .el-tabs__active-bar,
[data-theme='white'] .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #ee7808 !important;
}
[data-theme='white'] .el-pagination {
  color: rgba(0, 0, 0, 0.65) !important;
}
[data-theme='white'] .el-pagination .btn-next,
[data-theme='white'] .el-pagination .btn-prev {
  background: #fff !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
[data-theme='white'] .el-pagination__jump {
  color: rgba(0, 0, 0, 0.65) !important;
}
[data-theme='white'] .el-pagination__total {
  color: rgba(0, 0, 0) !important;
}
[data-theme='white'] .el-pagination button:disabled {
  background-color: #f5f7fa !important;
  color: #c0c4cc;
}
[data-theme='white'] .el-pager li {
  background: #fff !important;
}
[data-theme='white'] .el-pager li:hover {
  color: #ee7808 !important;
}
[data-theme='white'] .el-pagination button:hover {
  color: #ee7808 !important;
}
[data-theme='white'] .el-pager li.active {
  color: #ee7808 !important;
}
[data-theme='white'] .el-form-item__content,
[data-theme='white'] .el-tabs__item,
[data-theme='white'] .componey-info {
  color: rgba(0, 0, 0, 0.85) !important;
}
[data-theme='white'] .el-date-editor .el-range-input {
  background: rgba(0, 0, 0, 0);
  color: #000 !important;
}
[data-theme='white'] .el-menu--collapse {
  width: 65px !important;
}
[data-theme='white'] .el-table,
[data-theme='white'] .el-table__expanded-cell {
  background-color: rgba(0, 0, 0, 0) !important;
}
[data-theme='white'] .el-input-group__append,
[data-theme='white'] .el-input-group__prepend {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
}
[data-theme='white'] .el-input.is-disabled .el-input__inner {
  background-color: #f5f7fa !important;
  color: #c0c4cc;
}
[data-theme='white'] .el-table__body tr.hover-row.current-row > td,
[data-theme='white'] .el-table__body tr.hover-row.el-table__row--striped.current-row > td,
[data-theme='white'] .el-table__body tr.hover-row.el-table__row--striped > td,
[data-theme='white'] .el-table__body tr.hover-row > td {
  background-color: #f0f0f0 !important;
}
[data-theme='white'] .el-button--primary,
[data-theme='white'] .el-radio__input.is-checked .el-radio__inner {
  background-color: #ee7808 !important;
  border-color: #ee7808 !important;
}
[data-theme='white'] .el-button--primary.is-disabled:not(.el-button--text),
[data-theme='white'] .el-button--primary.is-disabled:not(.el-button--text):active,
[data-theme='white'] .el-button--primary.is-disabled:not(.el-button--text):focus,
[data-theme='white'] .el-button--primary.is-disabled:not(.el-button--text):hover {
  color: #fff !important;
  background-color: #edba8a !important;
  border-color: #edba8a !important;
}
[data-theme='white'] .el-button--default:focus,
[data-theme='white'] .el-button--default:hover {
  color: #ee7908 !important;
  border-color: #ee7908 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
[data-theme='white'] .el-button--default {
  color: #ee7908 !important;
  border-color: #ee7908 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
[data-theme='white'] .el-button--default.el-button--primary {
  color: #fff !important;
  background-color: #ee7808 !important;
  border-color: #ee7808 !important;
}
[data-theme='white'] .el-message-box__headerbtn:focus .el-message-box__close,
[data-theme='white'] .el-message-box__headerbtn:hover .el-message-box__close {
  color: #ee7808 !important;
}
[data-theme='white'] .el-dialog__headerbtn:focus .el-dialog__close,
[data-theme='white'] .el-dialog__headerbtn:hover .el-dialog__close {
  color: #ee7908 !important;
}
[data-theme='white'] .el-button--text {
  color: #ee7808 !important;
}
[data-theme='white'] .el-table__header th {
  text-align: center !important;
}
[data-theme='white'] .el-date-editor .el-range-separator {
  color: #999 !important;
}
[data-theme='white'] .el-radio {
  color: rgba(0, 0, 0, 0.85) !important;
}
[data-theme='white'] .el-radio__inner:hover {
  border-color: #ee7808 !important;
}
[data-theme='white'] input[type='text'],
[data-theme='white'] input[type='password'],
[data-theme='white'] textarea {
  caret-color: #000 !important;
  /* 修改光标颜色 */
}
[data-theme='white'] .el-checkbox__input.is-checked .el-checkbox__inner,
[data-theme='white'] .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #ee7808 !important;
  border-color: #ee7808 !important;
}
[data-theme='white'] .el-checkbox__inner:hover,
[data-theme='white'] .el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #ee7808 !important;
}
[data-theme='white'] .el-alert--success .el-alert__title {
  color: #67c23a !important;
}
[data-theme='white'] .el-alert--info.is-dark {
  color: rgba(0, 0, 0) !important;
}
[data-theme='white'] .el-table__expand-icon {
  color: rgba(0, 0, 0) !important;
}
[data-theme='white'] .el-time-panel__btn.confirm {
  color: #ee7808 !important;
}
[data-theme='white'] .el-date-table td.current:not(.disabled) span {
  color: rgba(255, 255, 255) !important;
  background-color: #ee7808;
}
[data-theme='white'] .el-tooltip__popper.is-dark {
  background-color: #ee7808 !important;
}
[data-theme='white'] .el-tooltip__popper[x-placement^='top'] .popper__arrow {
  border-top-color: #ee7808 !important;
}
[data-theme='white'] .el-tooltip__popper[x-placement^='top'] .popper__arrow::after {
  border-top-color: #ee7808 !important;
}
[data-theme='white'] .el-tooltip__popper[x-placement^='bottom'] .popper__arrow {
  border-bottom-color: #ee7808 !important;
}
[data-theme='white'] .el-tooltip__popper[x-placement^='bottom'] .popper__arrow::after {
  border-bottom-color: #ee7808 !important;
}
[data-theme='white'] .el-calendar .el-calendar__header {
  background: #fff;
  font-size: 16px;
  border-bottom: 0px solid #ebeef5;
}
[data-theme='white'] .el-calendar .el-calendar__header .el-calendar__title {
  color: rgba(0, 0, 0, 0.85) !important;
}
[data-theme='white'] .el-calendar .el-calendar__header .el-calendar__button-group .el-button-group > .el-button {
  margin-left: 8px;
  border: 1px solid #ee7908 !important;
  background: #fff;
}
[data-theme='white'] .el-calendar .el-calendar__header .el-calendar__button-group .el-button-group > .el-button > span {
  color: #ee7908 !important;
}
[data-theme='white'] .el-calendar .el-calendar__header .el-calendar__button-group .el-button-group > .el-button:hover {
  border: 1px solid #ee7908;
}
[data-theme='white'] .el-calendar .el-calendar__header .el-calendar__button-group .el-button-group > .el-button:hover > span {
  color: #ee7908;
}
[data-theme='white'] .el-calendar .el-calendar__body {
  padding: 0 !important;
}
[data-theme='white'] .el-calendar .el-calendar-table thead {
  background: #fff;
}
[data-theme='white'] .el-calendar .el-calendar-table thead > th {
  color: rgba(0, 0, 0, 0.65) !important;
}
[data-theme='white'] .el-calendar .el-calendar-table tbody {
  background: #fff;
  border: 1px solid #dcdfe6 !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
[data-theme='white'] .el-calendar .el-calendar-table tbody .el-calendar-table__row .prev .el-calendar-day > p:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #c0c4cc;
}
[data-theme='white'] .el-calendar .el-calendar-table tbody .el-calendar-table__row .current .el-calendar-day > p:first-child {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85) !important;
}
[data-theme='white'] .el-calendar .el-calendar-table tbody .el-calendar-table__row .current:hover {
  background: #f0f0f0 !important;
}
[data-theme='white'] .el-calendar .el-calendar-table tbody .el-calendar-table__row .is-today {
  background: #f0f0f0 !important;
}
[data-theme='white'] .el-calendar .el-calendar-table td.is-selected {
  background: #f0f0f0;
}
[data-theme='white'] .el-calendar .el-calendar-table td :hover {
  background: #f0f0f0;
}
[data-theme='white'] .el-pager li.btn-quicknext {
  color: #303133 !important;
}
[data-theme='white'] .el-pager li.btn-quickprev {
  color: #303133 !important;
}
[data-theme='white'] .el-drawer {
  background-color: #fff !important;
}
[data-theme='white'] .el-drawer__header {
  background-color: #fff !important;
  color: rgba(0, 0, 0, 0.85) !important;
}
[data-theme='white'] input:-webkit-autofill,
[data-theme='white'] textarea:-webkit-autofill,
[data-theme='white'] select:-webkit-autofill {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}
[data-theme='white'] .el-timeline-item__content {
  color: #333 !important;
}
[data-theme='white'] .el-switch__label.is-active {
  color: #ee7808 !important;
}
[data-theme='white'] .el-switch__label {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.65) !important;
}
[data-theme='white'] .el-switch__core {
  border: #ee7808 !important;
  background: #ee7808 !important;
}
[data-theme='white'] :root {
  --el-bg-color: #fff;
}
[data-theme='white'] .theme-style-box-card.el-card.is-always-shadow {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !important;
}
[data-theme='white'] .theme-style-box-card.el-card {
  border: none !important;
}
[data-theme='white'] .theme-style-box-card .el-card__header {
  padding: 8px !important;
}
[data-theme='white'] .theme-style-section-money /deep/ .el-form-item__label {
  color: rgba(0, 0, 0, 0.85) !important;
}
[data-theme='white'] .theme-style-top-banner {
  background-position: 85% 100%;
  background-image: url(../img/item_bg_white.bdbef9f5.png), linear-gradient(117deg, #f9fbff 16%, #e5f1ff 83%);
}
[data-theme='white'] .theme-style-title-tags-0 {
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
}
[data-theme='white'] .theme-style-fund-item-left {
  background: rgba(255, 255, 255, 0.5);
}
[data-theme='white'] .theme-style-fund-container-banners {
  background: #fff;
}
[data-theme='white'] .theme-style-tab-row {
  background: #f0f0f0;
  padding-left: 0 !important;
}
[data-theme='white'] .theme-style-step-bg {
  background: #f9f9fa;
}
[data-theme='white'] .theme-style-fee-tips {
  background: #f9f9fa;
}
[data-theme='white'] .theme-style-echart-bg {
  background: url(../img/chart_bg_light.eb70a253.png) no-repeat;
  background-size: 100% auto;
}
[data-theme='white'] .type-tip .tip-item .theme-style-item-top {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme='white'] .theme-style-value-info {
  background: #f9f9fa;
}
[data-theme='white'] .theme-style-value-info .info-title {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme='white'] .theme-style-value-info .info-value {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme='white'] .theme-style-info-section {
  background: #f9f9fa;
}
[data-theme='white'] .theme-style-info-section .item-label {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme='white'] .theme-style-info-section .item-value {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme='white'] .theme-style-fund {
  background: -webkit-gradient(linear, left top, right top, from(#f9fbff), to(#e5f1ff));
  background: linear-gradient(to right, #f9fbff 0%, #e5f1ff 100%);
}
[data-theme='white'] .theme-style-fund .theme-style-fund-bg {
  background: url(../img/item_bg_white.bdbef9f5.png);
}
[data-theme='white'] .theme-style-fund .fund-title {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme='white'] .theme-style-fund .fund-info {
  background: rgba(255, 255, 255, 0.5);
}
[data-theme='white'] .theme-style-fund .fund-info .item-label {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme='white'] .theme-style-fund .fund-info .item-value {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme='white'] .theme-style-fund .fund-info .info-line {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOcAAAAPCAYAAAAf49jPAAAAAXNSR0IArs4c6QAABThJREFUaEPtWc1uHEUQ/r5Z27FDwEKsiNdvw0Mg8QjEL4AQQUoilIMluGKc5JYrQhy5ceGMUC4ILlEOSM56rWAn8a5nugtXVffs2F5baxzf2rI9vdX1+1VXd/UsUX4KAgWBa0Vgd2P9lxDx4PbWP79dxhAvw1x4CwIFgcsjMLyz3ghiD4Ifq1jf7W+P/pxHSynOeVAqPAWBKyAwvDNoRKQHiP0S8iiQd9e2dl5epLYU5xVAL6IFgXkQeLkxCIhSGa+I/gMkohJsfvT37lf8Fc0sPaU450G38BQEroDAcGMQpFucElOBWrUeVMQ3/e3R5mkTpTivAHoRLQjMg8DwziCKiNdaW5h6euop6j+EvBDBg48f7z1paUeT18oxgSCIBFDPXD967SlRVFB/jKTzogZcsUBCeqZ5Y45AtM/eZDu/jf2f/nb16k4CQYygyptsoqFry2hA1Fjdl1YXnWY+mvqY/G5bCdNL15fccB8sFnUttxzo6vLYI7K97GtqTczT6DhRGR2XjJHTYobLMiQheJxdDEyu45eZ1Vj0kiISj1/3VUyXlpyfqOYElc4rdtmK4egueM507O1UzqVOezYS5uIxVGrMctri4rqCRqmtmKFr46yX7qDrt/wFyz89+JSTFI9ho12e+63THrbHrjmN5ms7oQRncmw78Sg0wcIwoGzd+Fjx8A+OP9Tv5Ivj5YVSqbvKF1qwYEtJeZWkek2F4p/JikNbAKbX8u8g+9oWjdDE1b/PRKIt1xRrOjmnxTktcvnjGLn7tx+NfuLR2IrTc9EKpyKwovK6caX5OE4gqFO5+nPBtj113hkS75kdwwt02oNfMO4E5fZmBdmhncNzQnaWjtP+WL3O6eMJm46fF2gXv7To0p6VF0u7o6ZN62x8s3bcLgY+n1bGiXtNV3e7UydfbQMzNZ28pvo/m+8O7u0e0V0Pp3Dq4tvFpovpPLk8L/cX6M8FkDa/tEZnrJkL1onug2fzl+tiem/0+j+JwzQPp/DJPrcYJ30zjl9S7tlRK7K3CnwI4BWhex9Wgf19ggfE+x8AByD4hrh1C3itz/eAN2+JtyRu6vag44q4uYLDwzHBMVewgkP4c8wxMSaXV4DxmMRkwuVlYMKKN/TYnkwIHd/QMYmjIx8fkWTt7QDVLwB1zSNUXDJazbpuuLi0CNQNsbQE6nzTUEmoK9ZNw0WdZkMloSHrJhCLABsSaazPhQXow2nJJpnGIRBNNLl2/viVW8PIBVdLhsgegKC8C8BCiNN5pUXnDYxsQjR7CJXbirqz6p+PQ3RdNoa3RGTSr7xR3JaNI9HTsdNAYawje/ohiutK8zEK7c1EbEyGKptbriim16ZFWCmjCF0m6CnAbCPE0MopXXlVpvVBgsv1NIQpr9uK2vywSnapvALzS3nNP7Wres0X99HHzpvj1FPR58nK9OrBmnIG1anzQkpM8nowug1vChPmSUb57ADXo5VghLDSDoVCBNehp6B1QIjut53Myptt+NMbFeWRz1MnmDvC3E2eLUvB78eW7689Hv1c7pwzdq1CKgi8KwT0UqJ3zvw1SrrinWlrBfK8V/Hr/g+jp9l2Kc53lYWipyAwAwG9fg431vVS6rPdp783+fe4l/yyvz36/rR4Kc6ypAoC14iA3EM13BmEWe9WKsgXz/4affdJ+Z7zGjNQVBcEzkHgZHH6i9eKeLhYH367+mR/7yLgyslZllVB4BoRkE/RG/YHTfrab6vBeHOw9er5PCZLcc6DUuEpCPxPBLQ4d/trT0OQh2vbO88uo+Y/Wt0IPbUBVtQAAAAASUVORK5CYII=) no-repeat;
  background-size: 232px auto;
  background-position: 16px 6px;
}
[data-theme='white'] .theme-style-fund .fund-info .step-date {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme='white'] .theme-style-info-container .title {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme='white'] .theme-style-info-container .box-value {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme='white'] .theme-style-info-container .box-value.active {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
}
[data-theme='white'] .theme-style-info-container .box-label {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme='white'] .theme-style-info-container .section-content {
  background: #fff;
}
[data-theme='white'] .theme-style-container-banners:nth-child(odd) {
  background: url(../img/icon_yellow.2d8afc57.png) no-repeat;
  background-color: #fffbf4;
  background-position: 80% 0px;
  background-size: auto 100%;
}
[data-theme='white'] .theme-style-container-banners:nth-child(odd):hover {
  border-color: #ee7808;
}
[data-theme='white'] .theme-style-container-banners:nth-child(odd) .item-title {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAWhJREFUWEdjZGBgYPjWwCnz4ydDFwMDgwPD//+SIDG6AUbG50B7D3CwM5RxNXx/wghyzM+fDBf///8vRDdHYLGIkZHxHTs7gz7ju0rOZQz//0cOpGPgdjMyLgc56BndowmX7xkZnzO+q+D4PyhCB+qIUQcRio2hE0KC7d/Bnvm+p4Xhx95WQh6jmjzOEBp1EKFcRq0QYuTgZ2CW1INH6b/3Dxn+fXiEM4ppHmUsirYMvGm74A4glCaHj4NA0cDp0w33+a+zixl+nVuCERV0CyFiLSJWHcwnZEcZNot+Hp2CkYCZBOXpk4awOejPvUMYlmMTw1fQUjWE6Oag39c2YyRgUHmCnp3p5iBiLSJWHcVRRqxFxKobdRCsTAFVEzTJZdjKl/8/PmKUOcSKUVS5/r53COxLWgBsaYlgOUQLh8DMfF/JiWH80HEQLUMGn9lDp9cxGkLwRv6gG2wYbMMxg27AChR1g2lIDwDBCOIuUxskuQAAAABJRU5ErkJggg==) no-repeat;
}
[data-theme='white'] .theme-style-container-banners:nth-child(even) {
  background: url(../img/icon_blue.c8c551a1.png) no-repeat;
  background-color: #f7fcff;
  background-position: 80% 0px;
  background-size: auto 100%;
}
[data-theme='white'] .theme-style-container-banners:nth-child(even):hover {
  border-color: #0073e5;
}
[data-theme='white'] .theme-style-container-banners:nth-child(even) .item-title {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAmCAYAAACsyDmTAAAAAXNSR0IArs4c6QAAAfJJREFUWEftmL8vBEEUx79vHUEIheCu0OhE1DRyjX+ASiPRUbJbKYRGIX40RCmUcpQKzV1EuMQ1d41KhT3kGnHnjmOHOblV7K2Z3NmxxU2yyWbm7Xw/8+bN7JshlItx3w0Nw/iwQnadipcGzYSFONZ6H7kclTR1cw7EVsDQrILBoUEogNEC1kObBN0cB9jhv4A4ySYI+t0FgGF/ACHOgV4AtPgEKM+BmE9gShh1INFsuHpoZqS19G3ipojEbVHUz5+1uwKxte/9cfnkGUtfj6pSBxJ52nMPDfQEsDjWbnNEUnlEUgVXLs+Bwv1NiM522QCimKwaqLWR0NfZYAtlchYyL5Zj5MqAZIVk7cojqdpDskKydp4AHSTzjgDmU6kkhiqNPHb96hCvVPfbRis1ZavRrCOAB4MBKXFPgGRHLmtXs4dkhWTt6kDlJcx3ZU9i6PiqgL3JTnsX3jrL4fKmWHXd9jlP4ysXqVXmq3wo92oh++bNOaB3+aHCmdHl1FHOGEX5Sy3tZJjyQDvjHbVoSX07e/QkDyTVowdG9XOZyKkEwyyCsYDIUEk70TvBuEuCYUiJoEiEkOL3Q3MA2xDZqmmnecIS05BN74KxKTWibv8M2kdbcPr7So8X3RwFKAyNBZWCWZQGWAzroVOu+wOklMJd7BN9RtJFm3ry7gAAAABJRU5ErkJggg==) no-repeat;
}
[data-theme='white'] .theme-style-container-banners .container-banners-item .item-left .item-title {
  color: #333;
  line-height: 25px;
  font-weight: bold;
}
[data-theme='white'] .theme-style-container-banners .container-banners-item .item-left .item-info {
  padding-left: 30px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 17px;
}
[data-theme='white'] .theme-style-container-banners .container-banners-item .item-middle .info-card .card-title {
  color: rgba(0, 0, 0, 0.65);
}
[data-theme='white'] .theme-style-container-banners .container-banners-item .item-middle .info-card .card-val {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme='white'] .theme-style-container-banners .container-banners-item .item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-theme='white'] .theme-style-container-banners .container-banners-item .item-right .icon-style {
  position: relative;
  left: 3px;
}
[data-theme='white'] .theme-style-container-banners .container-banners-item .item-right .move-icon:hover .icon-style {
  -webkit-animation: move-right 0.2s linear forwards;
          animation: move-right 0.2s linear forwards;
}
[data-theme='white'] .theme-style-container-banners .container-banners-item .item-body {
  height: 100%;
  text-align: center;
  margin-right: 66px;
}
[data-theme='white'] .theme-style-container-banners .container-banners-item .item-body .body-title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #b3b3b3;
}
[data-theme='white'] .theme-style-container-banners .container-banners-item .item-body .body-value {
  font-size: 16px;
}
[data-theme='white'] .theme-style-container-banners .container-banners-item .item-body .body-value.active {
  color: #ee7908;
}
[data-theme='white'] .theme-style-result-title {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme='white'] .theme-style-info-btn {
  background: linear-gradient(133deg, #fcfaf7 2%, #f9ecdc 92%);
}
[data-theme='white'] .theme-style-risk-title {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme='white'] .theme-style-risk-content .content-title {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme='white'] .theme-style-risk-content .content-title .page-num {
  color: #333;
}
[data-theme='white'] .theme-style-risk-content .content-options .option-item {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.1);
}
[data-theme='white'] .theme-style-balance-style {
  color: rgba(0, 0, 0, 0.85);
}
[data-theme='white'] .theme-style-banners-exchange:nth-child(odd) {
  background: url(../img/icon_yellow.2d8afc57.png) no-repeat;
  background-color: #fffbf4;
  background-position: 80% 0px;
  background-size: auto 100%;
}
[data-theme='white'] .theme-style-banners-exchange:nth-child(odd):hover {
  border-color: #ee7808;
}
[data-theme='white'] .theme-style-banners-exchange:nth-child(odd) .item-title {
  color: rgba(0, 0, 0, 0.85);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAWhJREFUWEdjZGBgYPjWwCnz4ydDFwMDgwPD//+SIDG6AUbG50B7D3CwM5RxNXx/wghyzM+fDBf///8vRDdHYLGIkZHxHTs7gz7ju0rOZQz//0cOpGPgdjMyLgc56BndowmX7xkZnzO+q+D4PyhCB+qIUQcRio2hE0KC7d/Bnvm+p4Xhx95WQh6jmjzOEBp1EKFcRq0QYuTgZ2CW1INH6b/3Dxn+fXiEM4ppHmUsirYMvGm74A4glCaHj4NA0cDp0w33+a+zixl+nVuCERV0CyFiLSJWHcwnZEcZNot+Hp2CkYCZBOXpk4awOejPvUMYlmMTw1fQUjWE6Oag39c2YyRgUHmCnp3p5iBiLSJWHcVRRqxFxKobdRCsTAFVEzTJZdjKl/8/PmKUOcSKUVS5/r53COxLWgBsaYlgOUQLh8DMfF/JiWH80HEQLUMGn9lDp9cxGkLwRv6gG2wYbMMxg27AChR1g2lIDwDBCOIuUxskuQAAAABJRU5ErkJggg==) no-repeat;
}
[data-theme='white'] .theme-style-banners-exchange:nth-child(even) {
  background: url(../img/icon_blue.c8c551a1.png) no-repeat;
  background-color: #f7fcff;
  background-position: 80% 0px;
  background-size: auto 100%;
}
[data-theme='white'] .theme-style-banners-exchange:nth-child(even):hover {
  border-color: #0073e5;
}
[data-theme='white'] .theme-style-banners-exchange:nth-child(even) .item-title {
  color: rgba(0, 0, 0, 0.85);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAmCAYAAACsyDmTAAAAAXNSR0IArs4c6QAAAfJJREFUWEftmL8vBEEUx79vHUEIheCu0OhE1DRyjX+ASiPRUbJbKYRGIX40RCmUcpQKzV1EuMQ1d41KhT3kGnHnjmOHOblV7K2Z3NmxxU2yyWbm7Xw/8+bN7JshlItx3w0Nw/iwQnadipcGzYSFONZ6H7kclTR1cw7EVsDQrILBoUEogNEC1kObBN0cB9jhv4A4ySYI+t0FgGF/ACHOgV4AtPgEKM+BmE9gShh1INFsuHpoZqS19G3ipojEbVHUz5+1uwKxte/9cfnkGUtfj6pSBxJ52nMPDfQEsDjWbnNEUnlEUgVXLs+Bwv1NiM522QCimKwaqLWR0NfZYAtlchYyL5Zj5MqAZIVk7cojqdpDskKydp4AHSTzjgDmU6kkhiqNPHb96hCvVPfbRis1ZavRrCOAB4MBKXFPgGRHLmtXs4dkhWTt6kDlJcx3ZU9i6PiqgL3JTnsX3jrL4fKmWHXd9jlP4ysXqVXmq3wo92oh++bNOaB3+aHCmdHl1FHOGEX5Sy3tZJjyQDvjHbVoSX07e/QkDyTVowdG9XOZyKkEwyyCsYDIUEk70TvBuEuCYUiJoEiEkOL3Q3MA2xDZqmmnecIS05BN74KxKTWibv8M2kdbcPr7So8X3RwFKAyNBZWCWZQGWAzroVOu+wOklMJd7BN9RtJFm3ry7gAAAABJRU5ErkJggg==) no-repeat;
}
[data-theme='white'] .theme-style-banners-exchange .card-title {
  color: rgba(0, 0, 0, 0.65) !important;
}
[data-theme='white'] .theme-style-banners-exchange .card-val {
  color: rgba(0, 0, 0, 0.85) !important;
}
[data-theme='white'] .theme-style-banners-financing:nth-child(odd) {
  background: url(../img/icon_yellow.2d8afc57.png) no-repeat;
  background-color: #fffbf4;
  background-position: 80% 0px;
  background-size: auto 100%;
}
[data-theme='white'] .theme-style-banners-financing:nth-child(odd):hover {
  border-color: #ee7808;
}
[data-theme='white'] .theme-style-banners-financing:nth-child(odd) .item-title {
  color: rgba(0, 0, 0, 0.85);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAWhJREFUWEdjZGBgYPjWwCnz4ydDFwMDgwPD//+SIDG6AUbG50B7D3CwM5RxNXx/wghyzM+fDBf///8vRDdHYLGIkZHxHTs7gz7ju0rOZQz//0cOpGPgdjMyLgc56BndowmX7xkZnzO+q+D4PyhCB+qIUQcRio2hE0KC7d/Bnvm+p4Xhx95WQh6jmjzOEBp1EKFcRq0QYuTgZ2CW1INH6b/3Dxn+fXiEM4ppHmUsirYMvGm74A4glCaHj4NA0cDp0w33+a+zixl+nVuCERV0CyFiLSJWHcwnZEcZNot+Hp2CkYCZBOXpk4awOejPvUMYlmMTw1fQUjWE6Oag39c2YyRgUHmCnp3p5iBiLSJWHcVRRqxFxKobdRCsTAFVEzTJZdjKl/8/PmKUOcSKUVS5/r53COxLWgBsaYlgOUQLh8DMfF/JiWH80HEQLUMGn9lDp9cxGkLwRv6gG2wYbMMxg27AChR1g2lIDwDBCOIuUxskuQAAAABJRU5ErkJggg==) no-repeat;
}
[data-theme='white'] .theme-style-banners-financing:nth-child(even) {
  background: url(../img/icon_blue.c8c551a1.png) no-repeat;
  background-color: #f7fcff;
  background-position: 80% 0px;
  background-size: auto 100%;
}
[data-theme='white'] .theme-style-banners-financing:nth-child(even):hover {
  border-color: #0073e5;
}
[data-theme='white'] .theme-style-banners-financing:nth-child(even) .item-title {
  color: rgba(0, 0, 0, 0.85);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAmCAYAAACsyDmTAAAAAXNSR0IArs4c6QAAAfJJREFUWEftmL8vBEEUx79vHUEIheCu0OhE1DRyjX+ASiPRUbJbKYRGIX40RCmUcpQKzV1EuMQ1d41KhT3kGnHnjmOHOblV7K2Z3NmxxU2yyWbm7Xw/8+bN7JshlItx3w0Nw/iwQnadipcGzYSFONZ6H7kclTR1cw7EVsDQrILBoUEogNEC1kObBN0cB9jhv4A4ySYI+t0FgGF/ACHOgV4AtPgEKM+BmE9gShh1INFsuHpoZqS19G3ipojEbVHUz5+1uwKxte/9cfnkGUtfj6pSBxJ52nMPDfQEsDjWbnNEUnlEUgVXLs+Bwv1NiM522QCimKwaqLWR0NfZYAtlchYyL5Zj5MqAZIVk7cojqdpDskKydp4AHSTzjgDmU6kkhiqNPHb96hCvVPfbRis1ZavRrCOAB4MBKXFPgGRHLmtXs4dkhWTt6kDlJcx3ZU9i6PiqgL3JTnsX3jrL4fKmWHXd9jlP4ysXqVXmq3wo92oh++bNOaB3+aHCmdHl1FHOGEX5Sy3tZJjyQDvjHbVoSX07e/QkDyTVowdG9XOZyKkEwyyCsYDIUEk70TvBuEuCYUiJoEiEkOL3Q3MA2xDZqmmnecIS05BN74KxKTWibv8M2kdbcPr7So8X3RwFKAyNBZWCWZQGWAzroVOu+wOklMJd7BN9RtJFm3ry7gAAAABJRU5ErkJggg==) no-repeat;
}
[data-theme='white'] .theme-style-banners-financing .card-title {
  color: rgba(0, 0, 0, 0.65) !important;
}
[data-theme='white'] .theme-style-banners-financing .card-val {
  color: rgba(0, 0, 0, 0.85) !important;
}
[data-theme='white'] .theme-style-financing-list .list-item {
  background: #fff !important;
}
[data-theme='white'] .theme-style-banners-financingItem {
  background: url(../img/financingItem_bg_dark.2bd50788.png) no-repeat;
  background-size: auto 100%;
  background-position: top right;
  background-color: #eaf4ff;
}
[data-theme='white'] .theme-style-info-show,
[data-theme='white'] .theme-style-history-price {
  background: rgba(190, 190, 190, 0.3);
}
[data-theme='white'] .theme-style-notice .el-dialog__body {
  background: rgba(0, 0, 0, 0) !important;
}
[data-theme='white'] .theme-style-notice .el-dialog__footer {
  background: rgba(0, 0, 0, 0) !important;
}
[data-theme='white'] .theme-style-date-item {
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.06);
}
[data-theme='white'] .theme-style-page-item .moneypair-item {
  background: #f5f5f5;
}
[data-theme='white'] .theme-style-viewBox {
  background: url(../img/fundWhite_bg.a23317e5.png) no-repeat;
  background-size: 100% 100%;
}
[data-theme='white'] .theme-style-viewBox .product-name {
  background: -webkit-linear-gradient(#4b2108, #191919);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  /* 对于非WebKit浏览器 */
}
[data-theme='white'] .theme-style-viewBox .product-tip {
  color: #595959;
}
[data-theme='white'] .theme-style-viewBox .name-boder {
  background: url(data:image/png;base64,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) no-repeat;
  background-size: 100% 100%;
}
[data-theme='white'] .theme-style-viewBox .money-item {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06), 4px 4px 60px 0px rgba(231, 255, 248, 0.42) inset, 0px -2px 2px 0px rgba(0, 114, 55, 0.12) inset;
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06), 4px 4px 60px 0px rgba(231, 255, 248, 0.42) inset, 0px -2px 2px 0px rgba(0, 114, 55, 0.12) inset;
}
[data-theme='white'] .theme-style-viewBox .money_bg1 {
  background: url(../img/cardWhite1.622ac63e.png) no-repeat;
  background-size: 100% 100%;
}
[data-theme='white'] .theme-style-viewBox .money_bg2 {
  background: url(../img/cardWhite2.8c00e025.png) no-repeat;
  background-size: 100% 100%;
}
[data-theme='white'] .theme-style-viewBox .money_bg3 {
  background: url(../img/cardWhite3.ac3065a6.png) no-repeat;
  background-size: 100% 100%;
}
[data-theme='white'] .theme-style-viewBox .icon1 {
  width: 61px;
  height: 62px;
  background: url(../img/icon1.6ffc44e5.png) no-repeat;
  background-size: 100% 100%;
}
[data-theme='white'] .theme-style-viewBox .icon2 {
  width: 61px;
  height: 62px;
  background: url(../img/icon2.2385eb44.png) no-repeat;
  background-size: 100% 100%;
}
[data-theme='white'] .theme-style-viewBox .icon3 {
  width: 61px;
  height: 62px;
  background: url(../img/icon3.3862feb3.png) no-repeat;
  background-size: 100% 100%;
}
[data-theme='white'] .theme-style-fund-list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
[data-theme='white'] .theme-style-section-content {
  background: #f5f5f5;
}
[data-theme='white'] .theme-money-container {
  background-color: #fff;
}
[data-theme='white'] .theme-scenarios-style {
  background-color: #fff;
}
[data-theme='white'] .theme-scenarios-style .dashed-line {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.15);
}
[data-theme='white'] .theme-scenarios-style .value-line {
  background: #000;
}
[data-theme='white'] .theme-scenarios-style .line-top {
  border-left: 2px dashed rgba(0, 0, 0, 0.35);
}
[data-theme='dark'] :root {
  --el-bg-color: #222428;
}
[data-theme='dark'] .theme-style-box-card /deep/ .el-card.is-always-shadow {
  -webkit-box-shadow: -2px 2px 12px 0 rgba(0, 0, 0, 0.9);
          box-shadow: -2px 2px 12px 0 rgba(0, 0, 0, 0.9);
}
[data-theme='dark'] .theme-style-box-card /deep/ .el-card__header {
  background: #2f3541;
}
[data-theme='dark'] .theme-style-section-money /deep/ .el-form-item__label {
  color: rgba(255, 255, 255, 0.85) !important;
}
[data-theme='dark'] .theme-style-top-banner {
  background-image: url(../img/item_bg.5ef7f31c.png);
  background-size: auto 100%;
  background-position: right;
  background-color: #222328;
}
[data-theme='dark'] .theme-style-title-tags-0 {
  background: #19181d;
  color: rgba(255, 255, 255, 0.65);
}
[data-theme='dark'] .theme-style-fund-item-left {
  background: rgba(75, 75, 75, 0.2);
}
[data-theme='dark'] .theme-style-fund-container-banners {
  background: #222328;
}
[data-theme='dark'] .theme-style-tab-row {
  background: #191a1d;
  padding-left: 0 !important;
}
[data-theme='dark'] .theme-style-step-bg {
  background: rgba(17, 16, 20, 0.3);
}
[data-theme='dark'] .theme-style-fee-tips {
  background: rgba(17, 16, 20, 0.3);
}
[data-theme='dark'] .theme-style-echart-bg {
  background: url(../img/chart_bg.a4034734.png) no-repeat;
  background-color: #222328;
  background-size: 100% 100%;
}
[data-theme='dark'] .theme-style-info-container .box-value {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme='dark'] .theme-style-info-container .box-value.active {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.85);
}
[data-theme='dark'] .theme-style-info-container .box-label {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme='dark'] .theme-style-info-container .section-content {
  background: #222328;
}
[data-theme='dark'] .theme-style-value-info {
  background: #1c1d22;
}
[data-theme='dark'] .theme-style-value-info .info-title {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme='dark'] .theme-style-value-info .info-value {
  color: #fff;
}
[data-theme='dark'] .theme-style-info-section {
  background: #1c1d22;
}
[data-theme='dark'] .theme-style-info-section .item-label {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme='dark'] .theme-style-info-section .item-value {
  color: #fff;
}
[data-theme='dark'] .theme-style-fund {
  background: #222328;
  background-image: url(../img/item_bg.5ef7f31c.png);
}
[data-theme='dark'] .theme-style-fund .fund-title {
  color: #ffffff;
}
[data-theme='dark'] .theme-style-fund .fund-info {
  background: #2b2b2f;
}
[data-theme='dark'] .theme-style-fund .fund-info .item-label {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme='dark'] .theme-style-fund .fund-info .item-value {
  color: #ffffff;
}
[data-theme='dark'] .theme-style-fund .fund-info .info-line {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOcAAAAPCAYAAAAf49jPAAAAAXNSR0IArs4c6QAABPtJREFUaEPtWU2LXFUQrarbM51BhzD2oFGZTf6JP0JwbW/8ByJGSIJkMaBbdZKBgNmKuHTnxrVIQEQ3IXZcCJ34tTF233JOVd33XvfrHnpsZnebDH3fvfV5Xp2qOxmm+qkIVAQuFYEn49HXRPn266fPvr2II76IcJWtCFQELo7AZDyaEVES0i8o8Y3XTqY/bmKlknMTlKpMRWALBAo5QTb8COldev78xrXP//7tPLOVnFuAXlUrApsg8Mt4NGciKeRkdpImpuPDn6fv8zeEydr7VHJugm6VqQhsgcCT8WiuK8hpZGX6S5g+PDyZHi+7qOTcAvSqWhHYBIHJ26NMDB76xCyTs6xhg0kfq9Ltl+89PS02+ejoujLRP0SK0QtFPMOWMmsxZnv4CJO6MTOowoy14l84DX2/XEvIEqnvsygTYsWaW9k4F8Ge+yUiLYmI+Yj2g33TV2Xzb0eNrTZGRcMilkyiyKfEDQfw4bE3tlrgGlvAI1xb7rAh6gEG2CGrBgjwaHM174FddmxZyPOP3IGBqxBytLVBFzhLWZtLc4IvnIt08kFIhjcTZSIR5B7n0r4zt+v6fm74KOMJuQGYqINUDMCXixPeD2IttbJcE6mAFTmwuGHUiuuTYisT0SBeXNeG6xdfsejUZdRTJze1GoNSqTXgjHWEb8mKetCCDDl3arj1kaLgWbNhG/g078/eP4xRJon3BjR8K9v/+NjbwvuNGBiVR/rWOnIG1oWPyOT7MybdeuXu9EsjZ/MSCxmX2d19bovSg+88d8hcCtdJtiDT6R4otbYBtDoh37O/FEcU2Yo4mqLtdalu97KGsqKTNTJx1uJj/ENTKc1pvX6QrN8tmybW6Db21+DcxrgYbx9/zzuKvRRnJ8Yl35387Beipumuea8r8VgxDZo8vAGC71br3To4B3cnET5tvD39pTps4rf9aLxr6rmHT+Ov5N3HGfYLtgs106v/pnku5LuA7xIfOsxslme8uGn+Dg6uXz04APkz4wd7+H7Rht0+5RfaffUBaOd7scbelaK3p2g8JjO08z3KqpyH7R6ecb4bcll3GTaGV2BX0dd4CB+qtg/Zwa5/78BWDFYdKA9KPEq8azo7vrfr+pDFfhpE3GaTeCfsp4FjnoqdAXFZJx1w1pnLpsQp/IoPWxsgkpQHdk6smmwtOrNzgX45D9lGj4gxmZBfSjaNOVPYEuI8Ix6mYldNFjJW44lYEG+CU7Ic/dzjsnMbocYLu2DAB+Ri2CJYlpTcr8xNP6vwAD5CFrjholPsY+iHDeMZhofpifvvcAlO7ZJgUw02gTnGosdAWZSTCuIk1Qx9pwjb2i4fLOKybPY9HxvC2fZZIEKU58SJ3a6NfvORTcCnqdolScxZtnkQk9HishsI/PnNDlcPtwV96y7ZcBT4sxkdAxTnkY9fDkoMRd+sgQ/vLF9luwRfIKfSd2eR37p2b/pVaQaryFv3KgIVgS0RwOVwMh7ZxOvfonxSe1/TR0n4g8PPpg+Ky0rOLcGv6hWB8xDAFDdylqvs0tVemP5gpvcOT6afLNup5Ky1VRG4RAT0Jsnk8Wi+8lor9O4PP00/fqP+nfMS30A1XRFYg8AqcgrTnT3996Orp38+PQ+4OjlrWVUELhEBfZPSZH80iz/Dfcqz+fGr939/tInLSs5NUKoyFYH/iQDI+ev+Sw9y1jtH9589vIiZ/wAkPeIBFwoG3gAAAABJRU5ErkJggg==) no-repeat;
  background-size: 232px auto;
  background-position: 16px 6px;
}
[data-theme='dark'] .theme-style-fund .fund-info .step-date {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme='dark'] .theme-style-container-banners {
  background: url(../img/item_bg.5ef7f31c.png) no-repeat;
  background-color: #222328;
  background-position: top right;
  background-size: auto 100%;
}
[data-theme='dark'] .theme-style-container-banners .container-banners-item:hover {
  border-color: #ee7808;
}
[data-theme='dark'] .theme-style-container-banners .container-banners-item .item-left {
  min-width: 450px;
}
[data-theme='dark'] .theme-style-container-banners .container-banners-item .item-left .item-title {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAWhJREFUWEdjZGBgYPjWwCnz4ydDFwMDgwPD//+SIDG6AUbG50B7D3CwM5RxNXx/wghyzM+fDBf///8vRDdHYLGIkZHxHTs7gz7ju0rOZQz//0cOpGPgdjMyLgc56BndowmX7xkZnzO+q+D4PyhCB+qIUQcRio2hE0KC7d/Bnvm+p4Xhx95WQh6jmjzOEBp1EKFcRq0QYuTgZ2CW1INH6b/3Dxn+fXiEM4ppHmUsirYMvGm74A4glCaHj4NA0cDp0w33+a+zixl+nVuCERV0CyFiLSJWHcwnZEcZNot+Hp2CkYCZBOXpk4awOejPvUMYlmMTw1fQUjWE6Oag39c2YyRgUHmCnp3p5iBiLSJWHcVRRqxFxKobdRCsTAFVEzTJZdjKl/8/PmKUOcSKUVS5/r53COxLWgBsaYlgOUQLh8DMfF/JiWH80HEQLUMGn9lDp9cxGkLwRv6gG2wYbMMxg27AChR1g2lIDwDBCOIuUxskuQAAAABJRU5ErkJggg==) no-repeat;
  color: #ffffff;
}
[data-theme='dark'] .theme-style-container-banners .container-banners-item .item-left .item-info {
  color: rgba(255, 255, 255, 0.85);
}
[data-theme='dark'] .theme-style-container-banners .container-banners-item .item-middle .info-card .card-title {
  color: rgba(255, 255, 255, 0.65);
}
[data-theme='dark'] .theme-style-container-banners .container-banners-item .item-middle .info-card .card-val {
  color: rgba(255, 255, 255, 0.85);
}
[data-theme='dark'] .theme-style-container-banners .title {
  color: #fff;
}
[data-theme='dark'] .theme-style-result-title {
  color: rgba(255, 255, 255, 0.85);
}
[data-theme='dark'] .theme-style-info-btn {
  background: #222428;
}
[data-theme='dark'] .theme-style-risk-title {
  color: rgba(255, 255, 255, 0.85);
}
[data-theme='dark'] .theme-style-risk-content .content-title {
  color: rgba(255, 255, 255, 0.85);
}
[data-theme='dark'] .theme-style-risk-content .content-title .page-num {
  color: #fff;
}
[data-theme='dark'] .theme-style-risk-content .content-options .option-item {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.1);
}
[data-theme='dark'] .theme-style-balance-style {
  color: rgba(255, 255, 255, 0.85);
}
[data-theme='dark'] .theme-style-banners-exchange .item-title {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAmCAYAAACsyDmTAAAAAXNSR0IArs4c6QAAApNJREFUWEftmEtoE1EUhv8zyTSPPpLpQrDaoKBScOMDHwvBjVKRuujWB4KCy4q7xigU0hpwUdCdLhQFBUGUgqgLN1oXIkgXPqAUii6Mi2omqcmkSTpzZCZ1sHaambTJJErv7jJnzv/d/9xzZ7iEJhv0m4eHuoI/C/JOjdHlJqNASLb7pAkaSiq6rgEkR/2nGbgORoebMKYWYZaAASkxd4cyF1t7VU193hCQv0QFeHopNRgYB/hAMwAR0TilBv1ZAK3NAAQgpwNxk8AYGGtAdtWwdUgIdcMT2WOXx/K5+u09tO9TVb1rCxSKTkPoWF9VUvOwLeWRHo4ARb1vnA1bICmRd5Zpmah0Ygt49qvjHP8HkPpjGuTxQghHjJXrc5AAT+emJU644lA6vhFczKLt1EOI2w4hPdxtAIVjXxoDJEcDZWGvz4DK3j5mTK32mysOmUALUJgvNAeQb/85FN7cNMtk5VDuwRmUpl6AczOOOm1FXSbH2gEwpJEslLHzZSgSIF3JWYqyOo/iu7tQxgYATa0ItiKgwttbBpBv71kwMwqvr4HEIHTHKo25V6PIP4vVHsiR9wtBytMogkcTxkxTUsjENzQWSG+AP/fWooawQKu6ZPqKS5PWf7zi1sMI9l1dJFN3oMzoDmgzk5a2C+t6ELow4S4QFxVo8tITWacQOjeDRL+7QNVsaD227iX754Gy90+g7fg9cx2r7rJwPAPytlRrzLLxqwZq2XUSYs+RmgBxLlX+fFQYtudQTUiqSLIGZGcWyVG/ygzBLtCN50TQ9JJ9ALDdDUEHGh91hy4xI+4guO4hRLhMfGO3mP786REz99VdsVK7Ez0J+/b1m3eMcizQDxUHAXfvGAEk4cFLaST/WOf9BRe2TmEcLI3/AAAAAElFTkSuQmCC) no-repeat;
  color: #ffffff;
}
[data-theme='dark'] .theme-style-banners-exchange .container-banners-item {
  background: url(../img/item_bg_exchange.3d4a401e.png) no-repeat center center;
  background-size: auto 100%;
  background-position: top right;
  background-color: #222328;
}
[data-theme='dark'] .theme-style-banners-financing .item-title {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAmCAYAAACsyDmTAAAAAXNSR0IArs4c6QAAApNJREFUWEftmEtoE1EUhv8zyTSPPpLpQrDaoKBScOMDHwvBjVKRuujWB4KCy4q7xigU0hpwUdCdLhQFBUGUgqgLN1oXIkgXPqAUii6Mi2omqcmkSTpzZCZ1sHaambTJJErv7jJnzv/d/9xzZ7iEJhv0m4eHuoI/C/JOjdHlJqNASLb7pAkaSiq6rgEkR/2nGbgORoebMKYWYZaAASkxd4cyF1t7VU193hCQv0QFeHopNRgYB/hAMwAR0TilBv1ZAK3NAAQgpwNxk8AYGGtAdtWwdUgIdcMT2WOXx/K5+u09tO9TVb1rCxSKTkPoWF9VUvOwLeWRHo4ARb1vnA1bICmRd5Zpmah0Ygt49qvjHP8HkPpjGuTxQghHjJXrc5AAT+emJU644lA6vhFczKLt1EOI2w4hPdxtAIVjXxoDJEcDZWGvz4DK3j5mTK32mysOmUALUJgvNAeQb/85FN7cNMtk5VDuwRmUpl6AczOOOm1FXSbH2gEwpJEslLHzZSgSIF3JWYqyOo/iu7tQxgYATa0ItiKgwttbBpBv71kwMwqvr4HEIHTHKo25V6PIP4vVHsiR9wtBytMogkcTxkxTUsjENzQWSG+AP/fWooawQKu6ZPqKS5PWf7zi1sMI9l1dJFN3oMzoDmgzk5a2C+t6ELow4S4QFxVo8tITWacQOjeDRL+7QNVsaD227iX754Gy90+g7fg9cx2r7rJwPAPytlRrzLLxqwZq2XUSYs+RmgBxLlX+fFQYtudQTUiqSLIGZGcWyVG/ygzBLtCN50TQ9JJ9ALDdDUEHGh91hy4xI+4guO4hRLhMfGO3mP786REz99VdsVK7Ez0J+/b1m3eMcizQDxUHAXfvGAEk4cFLaST/WOf9BRe2TmEcLI3/AAAAAElFTkSuQmCC) no-repeat;
  color: #ffffff;
}
[data-theme='dark'] .theme-style-banners-financing .container-banners-item {
  background: url(../img/item_bg_exchange.3d4a401e.png) no-repeat center center;
  background-size: auto 100%;
  background-position: top right;
  background-color: #222328;
}
[data-theme='dark'] .theme-style-banners-financingItem {
  background: url(../img/financingItem_bg.77c4bb93.png) no-repeat;
  background-size: auto 100%;
  background-position: top right;
  background-color: #222328;
}
[data-theme='dark'] .theme-style-banners-financingItem .item-title {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAmCAYAAACsyDmTAAAAAXNSR0IArs4c6QAAApNJREFUWEftmEtoE1EUhv8zyTSPPpLpQrDaoKBScOMDHwvBjVKRuujWB4KCy4q7xigU0hpwUdCdLhQFBUGUgqgLN1oXIkgXPqAUii6Mi2omqcmkSTpzZCZ1sHaambTJJErv7jJnzv/d/9xzZ7iEJhv0m4eHuoI/C/JOjdHlJqNASLb7pAkaSiq6rgEkR/2nGbgORoebMKYWYZaAASkxd4cyF1t7VU193hCQv0QFeHopNRgYB/hAMwAR0TilBv1ZAK3NAAQgpwNxk8AYGGtAdtWwdUgIdcMT2WOXx/K5+u09tO9TVb1rCxSKTkPoWF9VUvOwLeWRHo4ARb1vnA1bICmRd5Zpmah0Ygt49qvjHP8HkPpjGuTxQghHjJXrc5AAT+emJU644lA6vhFczKLt1EOI2w4hPdxtAIVjXxoDJEcDZWGvz4DK3j5mTK32mysOmUALUJgvNAeQb/85FN7cNMtk5VDuwRmUpl6AczOOOm1FXSbH2gEwpJEslLHzZSgSIF3JWYqyOo/iu7tQxgYATa0ItiKgwttbBpBv71kwMwqvr4HEIHTHKo25V6PIP4vVHsiR9wtBytMogkcTxkxTUsjENzQWSG+AP/fWooawQKu6ZPqKS5PWf7zi1sMI9l1dJFN3oMzoDmgzk5a2C+t6ELow4S4QFxVo8tITWacQOjeDRL+7QNVsaD227iX754Gy90+g7fg9cx2r7rJwPAPytlRrzLLxqwZq2XUSYs+RmgBxLlX+fFQYtudQTUiqSLIGZGcWyVG/ygzBLtCN50TQ9JJ9ALDdDUEHGh91hy4xI+4guO4hRLhMfGO3mP786REz99VdsVK7Ez0J+/b1m3eMcizQDxUHAXfvGAEk4cFLaST/WOf9BRe2TmEcLI3/AAAAAElFTkSuQmCC) no-repeat;
  color: #ffffff;
}
[data-theme='dark'] .theme-style-drawer-body {
  background: #222328;
}
[data-theme='dark'] .theme-style-info-show,
[data-theme='dark'] .theme-style-history-price {
  background: rgba(17, 16, 20, 0.3);
}
[data-theme='dark'] .theme-style-notice .el-dialog__footer {
  background: rgba(0, 0, 0, 0) !important;
}
[data-theme='dark'] .theme-style-date-item {
  border: 0.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
}
[data-theme='dark'] .theme-style-echartRadio .el-radio-button__inner {
  color: #fff;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 0.5px solid rgba(255, 255, 255, 0.15) !important;
}
[data-theme='dark'] .theme-style-page-item .moneypair-item {
  background: rgba(17, 16, 20, 0.3);
}
[data-theme='dark'] .theme-style-viewBox {
  background: url(../img/fund_bg.9ca9b1d7.png) no-repeat;
  background-size: 100% 100%;
}
[data-theme='dark'] .theme-style-viewBox .product-name {
  background: -webkit-linear-gradient(#ffffff, #ffdeb6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  /* 对于非WebKit浏览器 */
}
[data-theme='dark'] .theme-style-viewBox .product-tip {
  color: #fff4e8;
}
[data-theme='dark'] .theme-style-viewBox .name-boder {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAAAGCAYAAACo//DIAAAAAXNSR0IArs4c6QAAA8NJREFUWEfVWMuO1EoMPQ5D9xD15aoTsUAs+AQWfMr9bhZ8AisWTDIIUIZ5dBmdunHL7alK9wwLhpJKLrvserjs2LHg6bZnAJ67fgaAnTQbe5z8xJcg55qZh+MaTh7fjS/T2rYlFI6bppHdbrfHZ7pwYl5DVJW8vlPrkUbc6HnAJVJKRreXOsBFuLz6V9wjs7zhhLFTbk/jWjOe2Jqm0ZQSaYl0EcnQ8GmaiPu+C7jNkW6dtBp+N88twVsAnLfucY6tc48n1+JjxgOuALwE8A+ATegvALQAMmQTkXMA56q6nuH5TFuLyCqltO77nmuuyEPaPF6JSHYuwpTSqus6ERGYMS2Nu667p1jKmQyhtRLv0qvYOn3f789S47d9ggP870XuLsTtHPFe2QMOHeie/JIuTpUfhuHeNR5y/ig8jmNRLaa/ms6OyXl5O3Pp/v6NKTOOIz8QN6p6KyLmhDcArF9zPAwD8WvyEqrqTxH5CYDwOqVEeDVN0xWACYCHPwD4/h3At3mP4pVpif+1bfteVd8CeC0ir2gPqroVkRc8fDSO+DDRGKOhb7fbbHCxmWFR3lrpgUr7e6M8tj95bQ+/vndm22PJQEpO4u8UnTnqyeuFvKWPiXdOL18bl5w56j/emfM09Nr++1A6v1l0zvjx8E5T05/x1PTv9yidn2e6vLzMZ47723ntTiVbI090bn9/zkeHjjqP60f9ufWvRORSRMaU0hcAn0Xk0zRNH+gFbwC8A/C2bdvXAF6pai8iWwD/qupLEckRTlU3XdcxVap+db3xe8V55zrFqJeiTi062B5LDmpn8k6+9CEoGWvpbA+NnOSvRaqlu/u535GvRZalSHQsWplsyXBLxln7MBjvsTMemzcnio4To2Z0UH9W3qXm4KQPw5BEJEc5Vf0uIoxwX1X1q4gwjfgyTdNnAJ8AfDyWUpb0zxSS6aWllPu0kmmk6zmtnPt6s9msd7vdqmmanE5aWklo6eRMe973fU4vVTXPqeqZiJypKlPO/P9m477vz1JKeZ7/ZNEoahGz5kinGNVDnetUB/rb+GpRqxZh/P3mtK/40YnpYdM0O1W9E5G7cRzvUkoc53+3mX5L2DQN55hC3nD+4uLC0kmmi+ShDOdyOjmnjIQ30zSRxp7TyTAm7tNJG9PRmGKe3B7jcCcv/ocYrRgSCyhGXyqWHBRHXFElFlE8bsWPWDgxvFQcMVrOCAsFFaMfBLQj+jyonMzFDRNZLJYUiin7wogVSBy0uVgwWSqeWDFlqXhic7Fg8iSLH4+17V+wD/aTwauWPQAAAABJRU5ErkJggg==) no-repeat;
  background-size: 100% 100%;
}
[data-theme='dark'] .theme-style-viewBox .money-item {
  -webkit-box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 2px 0px #000000 inset;
          box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 2px 0px #000000 inset;
}
[data-theme='dark'] .theme-style-viewBox .money_bg1 {
  background: url(../img/card1.98c4087e.png) no-repeat;
  background-size: 100% 100%;
}
[data-theme='dark'] .theme-style-viewBox .money_bg2 {
  background: url(../img/card2.93064278.png) no-repeat;
  background-size: 100% 100%;
}
[data-theme='dark'] .theme-style-viewBox .money_bg3 {
  background: url(../img/card3.0e322ff4.png) no-repeat;
  background-size: 100% 100%;
}
[data-theme='dark'] .theme-style-viewBox .icon1 {
  width: 61px;
  height: 62px;
  background: url(../img/icon1.6ffc44e5.png) no-repeat;
  background-size: 100% 100%;
}
[data-theme='dark'] .theme-style-viewBox .icon2 {
  width: 61px;
  height: 62px;
  background: url(../img/icon2.2385eb44.png) no-repeat;
  background-size: 100% 100%;
}
[data-theme='dark'] .theme-style-viewBox .icon3 {
  width: 61px;
  height: 62px;
  background: url(../img/icon3.3862feb3.png) no-repeat;
  background-size: 100% 100%;
}
[data-theme='dark'] .theme-style-fund-list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
[data-theme='dark'] .theme-style-section-content {
  background: #111014;
}
[data-theme='dark'] .theme-money-container {
  background-color: #222428;
}
[data-theme='dark'] .theme-scenarios-style {
  background-color: #222428;
}
[data-theme='dark'] .theme-scenarios-style .dashed-line {
  border-bottom: 2px dashed rgba(255, 255, 255, 0.15);
}
[data-theme='dark'] .theme-scenarios-style .line-top {
  border-left: 2px dashed rgba(255, 255, 255, 0.35);
}
/* 主题颜色 */
.container {
  position: relative;
  padding: 16px;
  border-radius: 4px;
  font-family: PingFang SC, PingFang SC-Medium;
}
.container .container-title {
  font-size: 16px;
}
.status-style {
  margin-right: 6px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.dis-block {
  display: block;
}
.cur-p {
  cursor: pointer;
}
.clear {
  clear: both;
}
.of-h {
  overflow: hidden;
}
.z-index999 {
  z-index: 9999999;
}
/* flex-start */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.space-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* flex-end */
/* padding-start */
.padding {
  padding: 50px 0;
}
.pn {
  padding: 0px !important;
}
.p10 {
  padding: 10px;
}
.p24 {
  padding: 24px;
}
.p8 {
  padding: 8px;
}
.p16 {
  padding: 16px;
}
.pl8 {
  padding-left: 8px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl40 {
  padding-left: 40px;
}
.pt8 {
  padding-top: 8px;
}
.pt10 {
  padding-top: 10px;
}
.pt16 {
  padding-top: 16px !important;
}
.pr4 {
  padding-right: 4px;
}
.pr8 {
  padding-right: 8px;
}
.pr10 {
  padding-right: 10px;
}
.pr16 {
  padding-right: 16px;
}
.pr20 {
  padding-right: 20px;
}
.pbn {
  padding-bottom: 0px !important;
}
.pb8 {
  padding-bottom: 8px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl10 {
  padding-left: 10px;
}
.pl16 {
  padding-left: 16px;
}
.ptn {
  padding-top: 0px !important;
}
.pt16 {
  padding-top: 16px;
}
/* padding-end */
/* margin-start */
.m8 {
  margin: 8px;
}
.m10 {
  margin: 10px;
}
.mtn {
  margin-top: 0px !important;
}
.mt4 {
  margin-top: 4px;
}
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px;
}
.mt16 {
  margin-top: 16px;
}
.mr4 {
  margin-right: 4px;
}
.mr5 {
  margin-right: 5px;
}
.mr8 {
  margin-right: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mr12 {
  margin-right: 12px;
}
.mr15 {
  margin-right: 15px;
}
.mr16 {
  margin-right: 16px;
}
.mr20 {
  margin-right: 20px;
}
.mr24 {
  margin-right: 24px;
}
.mt20 {
  margin-top: 20px;
}
.ml5 {
  margin-left: 5px;
}
.ml4 {
  margin-left: 4px;
}
.ml10 {
  margin-left: 10px;
}
.ml8 {
  margin-left: 8px;
}
.ml16 {
  margin-left: 16px;
}
.ml24 {
  margin-left: 24px;
}
.ml20 {
  margin-left: 20px;
}
.mb-n {
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb16 {
  margin-bottom: 16px;
}
.mb18 {
  margin-bottom: 18px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb24 {
  margin-bottom: 24px;
}
.ml10 {
  margin-left: 10px;
}
/* margin-end */
/* border-start */
.border-none {
  border: none;
}
/* border-end */
/* width-start */
.w100 {
  width: 100% !important;
}
.w100-4 {
  width: calc(100% - 4px);
  margin-right: 4px;
}
.w-100 {
  width: 100px;
}
.w-150 {
  width: 150px;
}
.w-200 {
  width: 200px;
}
.w-300 {
  width: 300px;
}
/* width-end */
/* height-start */
.h100 {
  height: 100%;
}
.h-30 {
  height: 30px;
}
.h-33 {
  height: 33px;
}
/* height-end */
/* background-start */
.bg-primary {
  background: #409eff;
}
.bg-warning {
  background: #ee7808;
}
.bg-warninger {
  background: #fb651e;
}
.bg-success {
  background: #67c23a;
}
.bg-danger {
  background: #f56c6c;
}
/* background-end */
/* font-start */
.font-num {
  font-family: 'numfont';
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-theme {
  color: #ee7808 !important;
}
.text-primary {
  color: #409eff;
}
.text-green {
  color: #5daf34;
}
.text-success {
  color: #67c23a !important;
}
.text-warning {
  color: #e6a23c;
}
.text-danger {
  color: #f56c6c;
}
.text-white {
  color: #fff;
}
.text-666 {
  color: #666;
}
.text-aaa {
  color: #aaa;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fs10 {
  font-size: 10px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs50 {
  font-size: 50px !important;
}
/* font-end */
/* border-radius-start */
.rounded-sm {
  border-radius: 4px !important;
}
/* border-radius-end */
/* float-start */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/* float-end */
/* lineheight-start */
.lh30 {
  line-height: 30px !important;
}
.lh32 {
  line-height: 32px !important;
}
/* lineheight-end */
.cur-point {
  cursor: pointer;
}
.mbn {
  margin-bottom: 0px !important;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.table-form .el-form-item,
.detail-form .el-form-item {
  margin-bottom: 0px;
}
.el-picker-panel .el-input__inner {
  color: #606266 !important;
}
.el-picker-panel .el-input.is-disabled .el-input__inner {
  background: #b3b3b3 !important;
}
.el-table__fixed-right::before {
  height: 0px;
}

[class*=' el-icon-lx'],
[class^='el-icon-lx'] {
	font-family: lx-iconfont !important;
}

@font-face {
	font-family: 'selffont'; /* Project id 3492859 */
	src: url(../fonts/alimamashuheiti.98a341cd.ttf) format('truetype');
}
@font-face {
	font-family: 'numfont'; /* Project id 3492859 */
	src: url("../fonts/DIN Alternate Bold.61268bf5.ttf") format('truetype');
}

@font-face {
	font-family: 'yearfont'; /* Project id 3492859 */
	src: url(../fonts/Aa.a0cd75ee.ttf) format('truetype');
}

@font-face {
	font-family: 'PuHuiTi'; /* Project id 3492859 */
	src: url(../fonts/AlibabaPuHuiTi-3-85-Bold.ec7576e9.ttf) format('truetype');
}

@font-face {
	font-family: 'MiSans-Demibold'; /* Project id 3492859 */
	src: url(../fonts/MiSans-Demibold.e0793321.ttf) format('truetype');
}
@font-face {
	font-family: 'MiSans-Medium'; /* Project id 3492859 */
	src: url(../fonts/MiSans-Medium.8f5caa27.ttf) format('truetype');
}
@font-face {
	font-family: 'MiSans-Regular'; /* Project id 3492859 */
	src: url(../fonts/MiSans-Demibold.e0793321.ttf) format('truetype');
}
@font-face {
	font-family: 'MiSans-Semibold'; /* Project id 3492859 */
	src: url(../fonts/MiSans-Semibold.3c97218f.ttf) format('truetype');
}
@font-face {
	font-family: 'AlimamaShuHeiTi-Bold'; /* Project id 3492859 */
	src: url(../fonts/AlimamaShuHeiTi-Bold.9268c326.ttf) format('truetype');
}

@font-face {
  font-family: "iconfont"; /* Project id 3954863 */
  src: url(../fonts/iconfont.7c7a46bc.woff2) format('woff2'),
       url(../fonts/iconfont.1c976b9d.woff) format('woff'),
       url(../fonts/iconfont.0cdcc8ef.ttf) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-baozhengjin:before {
  content: "\E601";
}

.icon-bondS-fill:before {
  content: "\E66F";
}

.icon-jijin:before {
  content: "\E611";
}

.icon-zhanghuguanli1:before {
  content: "\E612";
}

.icon-gongju:before {
  content: "\E6FA";
}

.icon-zuhe:before {
  content: "\E632";
}

.icon-waihuijiaoyi:before {
  content: "\E60F";
}

.icon-guanlizhongxin-shezhi-04:before {
  content: "\EA27";
}

.icon-shouye1:before {
  content: "\E61B";
}

.icon-zhankai:before {
  content: "\E85E";
}

.icon-licai:before {
  content: "\E624";
}

.icon-daichuli:before {
  content: "\E62E";
}

.icon-guadan2:before {
  content: "\E713";
}

.icon-guadan1:before {
  content: "\E6C0";
}

.icon-guadan:before {
  content: "\E66D";
}

.icon-bangzhuzhongxin:before {
  content: "\E78F";
}

.icon-yonghu-yuan:before {
  content: "\E623";
}

.icon-xitong:before {
  content: "\E835";
}

.icon-xitong1:before {
  content: "\E621";
}

.icon-xitonggongneng:before {
  content: "\E74D";
}

.icon-xitong2:before {
  content: "\E658";
}

.icon-xitongshouye:before {
  content: "\E6F5";
}

.icon-wancheng1:before {
  content: "\E66E";
}

.icon-wenhao:before {
  content: "\E72D";
}

.icon-kongzhuangtai:before {
  content: "\E657";
}

.icon-kongzhuangtai1:before {
  content: "\E707";
}

.icon-jiedian:before {
  content: "\EE16";
}

.icon-31shezhi:before {
  content: "\E600";
}

.icon-jiaoyiguanli:before {
  content: "\E640";
}

.icon-kehuguanli:before {
  content: "\E65A";
}

.icon-jiaoyijilu:before {
  content: "\E637";
}

.icon-shouye-tianchong:before {
  content: "\E712";
}

.icon-zhanghuguanli:before {
  content: "\E60B";
}

.icon-zhangdan:before {
  content: "\E682";
}

.icon-gerenshezhi:before {
  content: "\E633";
}

.icon-qitafuwu:before {
  content: "\E62B";
}

.icon-fengxianguankongguanli:before {
  content: "\E62D";
}

.icon-duihuan:before {
  content: "\F4B0";
}

.icon-guanlizhongxin-shezhi-01:before {
  content: "\EA26";
}

.icon-guanlizhongxin:before {
  content: "\E70E";
}

.icon-icon_fuzhugongju-xian:before {
  content: "\E665";
}

.icon-zu1776:before {
  content: "\E626";
}

.icon-zhanghuxinxi:before {
  content: "\E63E";
}

.icon-zhanghuxinxi1:before {
  content: "\E60E";
}

.icon-zhanghuxinxi2:before {
  content: "\E663";
}

.icon-wofaqi:before {
  content: "\E6C6";
}

.icon-faqi:before {
  content: "\E69D";
}

.icon-daifaqi:before {
  content: "\E63F";
}

.icon-faqi1:before {
  content: "\E622";
}

.icon-iconfont5:before {
  content: "\E63A";
}

.icon-cuowu:before {
  content: "\E641";
}

.icon-lajixiang:before {
  content: "\E645";
}

.icon-lianjie:before {
  content: "\E646";
}

.icon-shangfan:before {
  content: "\E64A";
}

.icon-shezhi:before {
  content: "\E64B";
}

.icon-shengyin:before {
  content: "\E64C";
}

.icon-shijian:before {
  content: "\E64D";
}

.icon-shouhuodizhi:before {
  content: "\E64E";
}

.icon-shouye:before {
  content: "\E64F";
}

.icon-shuaxin:before {
  content: "\E650";
}

.icon-sousuo:before {
  content: "\E651";
}

.icon-suo:before {
  content: "\E652";
}

.icon-tishi:before {
  content: "\E653";
}

.icon-wancheng:before {
  content: "\E654";
}

.icon-wodedingdan:before {
  content: "\E655";
}

.icon-wodefankui:before {
  content: "\E656";
}

.icon-xiafan:before {
  content: "\E65B";
}

.icon-xiala:before {
  content: "\E65C";
}

.icon-xiangshangjiantou:before {
  content: "\E65D";
}

.icon-xiangxiajiantou:before {
  content: "\E65E";
}

.icon-xiangyoujiantou:before {
  content: "\E65F";
}

.icon-xiangzuojiantou:before {
  content: "\E660";
}

.icon-yanjing:before {
  content: "\E661";
}

.icon-yijianfankui:before {
  content: "\E662";
}

.icon-zhengque:before {
  content: "\E664";
}

.icon-yuyin:before {
  content: "\E687";
}




@charset "UTF-8";
/* 主题颜色 */
.container[data-v-518018dd] {
  position: relative;
  padding: 16px;
  border-radius: 4px;
  font-family: PingFang SC, PingFang SC-Medium;
}
.container .container-title[data-v-518018dd] {
  font-size: 16px;
}
.status-style[data-v-518018dd] {
  margin-right: 6px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.dis-block[data-v-518018dd] {
  display: block;
}
.cur-p[data-v-518018dd] {
  cursor: pointer;
}
.clear[data-v-518018dd] {
  clear: both;
}
.of-h[data-v-518018dd] {
  overflow: hidden;
}
.z-index999[data-v-518018dd] {
  z-index: 9999999;
}
/* flex-start */
.flex[data-v-518018dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap[data-v-518018dd] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-grow[data-v-518018dd] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.space-between[data-v-518018dd] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-evenly[data-v-518018dd] {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.space-center[data-v-518018dd] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-end[data-v-518018dd] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* flex-end */
/* padding-start */
.padding[data-v-518018dd] {
  padding: 50px 0;
}
.pn[data-v-518018dd] {
  padding: 0px !important;
}
.p10[data-v-518018dd] {
  padding: 10px;
}
.p24[data-v-518018dd] {
  padding: 24px;
}
.p8[data-v-518018dd] {
  padding: 8px;
}
.p16[data-v-518018dd] {
  padding: 16px;
}
.pl8[data-v-518018dd] {
  padding-left: 8px;
}
.pl10[data-v-518018dd] {
  padding-left: 10px;
}
.pl20[data-v-518018dd] {
  padding-left: 20px;
}
.pl40[data-v-518018dd] {
  padding-left: 40px;
}
.pt8[data-v-518018dd] {
  padding-top: 8px;
}
.pt10[data-v-518018dd] {
  padding-top: 10px;
}
.pt16[data-v-518018dd] {
  padding-top: 16px !important;
}
.pr4[data-v-518018dd] {
  padding-right: 4px;
}
.pr8[data-v-518018dd] {
  padding-right: 8px;
}
.pr10[data-v-518018dd] {
  padding-right: 10px;
}
.pr16[data-v-518018dd] {
  padding-right: 16px;
}
.pr20[data-v-518018dd] {
  padding-right: 20px;
}
.pbn[data-v-518018dd] {
  padding-bottom: 0px !important;
}
.pb8[data-v-518018dd] {
  padding-bottom: 8px;
}
.pb10[data-v-518018dd] {
  padding-bottom: 10px;
}
.pb20[data-v-518018dd] {
  padding-bottom: 20px;
}
.pl10[data-v-518018dd] {
  padding-left: 10px;
}
.pl16[data-v-518018dd] {
  padding-left: 16px;
}
.ptn[data-v-518018dd] {
  padding-top: 0px !important;
}
.pt16[data-v-518018dd] {
  padding-top: 16px;
}
/* padding-end */
/* margin-start */
.m8[data-v-518018dd] {
  margin: 8px;
}
.m10[data-v-518018dd] {
  margin: 10px;
}
.mtn[data-v-518018dd] {
  margin-top: 0px !important;
}
.mt4[data-v-518018dd] {
  margin-top: 4px;
}
.mt8[data-v-518018dd] {
  margin-top: 8px;
}
.mt10[data-v-518018dd] {
  margin-top: 10px;
}
.mt16[data-v-518018dd] {
  margin-top: 16px;
}
.mr4[data-v-518018dd] {
  margin-right: 4px;
}
.mr5[data-v-518018dd] {
  margin-right: 5px;
}
.mr8[data-v-518018dd] {
  margin-right: 10px;
}
.mr10[data-v-518018dd] {
  margin-right: 10px;
}
.mr12[data-v-518018dd] {
  margin-right: 12px;
}
.mr15[data-v-518018dd] {
  margin-right: 15px;
}
.mr16[data-v-518018dd] {
  margin-right: 16px;
}
.mr20[data-v-518018dd] {
  margin-right: 20px;
}
.mr24[data-v-518018dd] {
  margin-right: 24px;
}
.mt20[data-v-518018dd] {
  margin-top: 20px;
}
.ml5[data-v-518018dd] {
  margin-left: 5px;
}
.ml4[data-v-518018dd] {
  margin-left: 4px;
}
.ml10[data-v-518018dd] {
  margin-left: 10px;
}
.ml8[data-v-518018dd] {
  margin-left: 8px;
}
.ml16[data-v-518018dd] {
  margin-left: 16px;
}
.ml24[data-v-518018dd] {
  margin-left: 24px;
}
.ml20[data-v-518018dd] {
  margin-left: 20px;
}
.mb-n[data-v-518018dd] {
  margin-bottom: 0px !important;
}
.mb-10[data-v-518018dd] {
  margin-bottom: -10px !important;
}
.mb5[data-v-518018dd] {
  margin-bottom: 5px !important;
}
.mb8[data-v-518018dd] {
  margin-bottom: 8px !important;
}
.mb10[data-v-518018dd] {
  margin-bottom: 10px !important;
}
.mb16[data-v-518018dd] {
  margin-bottom: 16px;
}
.mb18[data-v-518018dd] {
  margin-bottom: 18px;
}
.mb20[data-v-518018dd] {
  margin-bottom: 20px;
}
.mb24[data-v-518018dd] {
  margin-bottom: 24px;
}
.ml10[data-v-518018dd] {
  margin-left: 10px;
}
/* margin-end */
/* border-start */
.border-none[data-v-518018dd] {
  border: none;
}
/* border-end */
/* width-start */
.w100[data-v-518018dd] {
  width: 100% !important;
}
.w100-4[data-v-518018dd] {
  width: calc(100% - 4px);
  margin-right: 4px;
}
.w-100[data-v-518018dd] {
  width: 100px;
}
.w-150[data-v-518018dd] {
  width: 150px;
}
.w-200[data-v-518018dd] {
  width: 200px;
}
.w-300[data-v-518018dd] {
  width: 300px;
}
/* width-end */
/* height-start */
.h100[data-v-518018dd] {
  height: 100%;
}
.h-30[data-v-518018dd] {
  height: 30px;
}
.h-33[data-v-518018dd] {
  height: 33px;
}
/* height-end */
/* background-start */
.bg-primary[data-v-518018dd] {
  background: #409eff;
}
.bg-warning[data-v-518018dd] {
  background: #ee7808;
}
.bg-warninger[data-v-518018dd] {
  background: #fb651e;
}
.bg-success[data-v-518018dd] {
  background: #67c23a;
}
.bg-danger[data-v-518018dd] {
  background: #f56c6c;
}
/* background-end */
/* font-start */
.font-num[data-v-518018dd] {
  font-family: 'numfont';
}
.text-right[data-v-518018dd] {
  text-align: right;
}
.text-left[data-v-518018dd] {
  text-align: left;
}
.text-center[data-v-518018dd] {
  text-align: center;
}
.text-theme[data-v-518018dd] {
  color: #ee7808 !important;
}
.text-primary[data-v-518018dd] {
  color: #409eff;
}
.text-green[data-v-518018dd] {
  color: #5daf34;
}
.text-success[data-v-518018dd] {
  color: #67c23a !important;
}
.text-warning[data-v-518018dd] {
  color: #e6a23c;
}
.text-danger[data-v-518018dd] {
  color: #f56c6c;
}
.text-white[data-v-518018dd] {
  color: #fff;
}
.text-666[data-v-518018dd] {
  color: #666;
}
.text-aaa[data-v-518018dd] {
  color: #aaa;
}
.fw400[data-v-518018dd] {
  font-weight: 400;
}
.fw500[data-v-518018dd] {
  font-weight: 500;
}
.fw600[data-v-518018dd] {
  font-weight: 600;
}
.fs10[data-v-518018dd] {
  font-size: 10px !important;
}
.fs12[data-v-518018dd] {
  font-size: 12px !important;
}
.fs14[data-v-518018dd] {
  font-size: 14px !important;
}
.fs16[data-v-518018dd] {
  font-size: 16px !important;
}
.fs18[data-v-518018dd] {
  font-size: 18px !important;
}
.fs20[data-v-518018dd] {
  font-size: 20px !important;
}
.fs22[data-v-518018dd] {
  font-size: 22px !important;
}
.fs24[data-v-518018dd] {
  font-size: 24px !important;
}
.fs50[data-v-518018dd] {
  font-size: 50px !important;
}
/* font-end */
/* border-radius-start */
.rounded-sm[data-v-518018dd] {
  border-radius: 4px !important;
}
/* border-radius-end */
/* float-start */
.pull-left[data-v-518018dd] {
  float: left;
}
.pull-right[data-v-518018dd] {
  float: right;
}
/* float-end */
/* lineheight-start */
.lh30[data-v-518018dd] {
  line-height: 30px !important;
}
.lh32[data-v-518018dd] {
  line-height: 32px !important;
}
/* lineheight-end */
.cur-point[data-v-518018dd] {
  cursor: pointer;
}
.mbn[data-v-518018dd] {
  margin-bottom: 0px !important;
}
.pos-r[data-v-518018dd] {
  position: relative;
}
.pos-a[data-v-518018dd] {
  position: absolute;
}
.table-form .el-form-item[data-v-518018dd],
.detail-form .el-form-item[data-v-518018dd] {
  margin-bottom: 0px;
}
.el-picker-panel .el-input__inner[data-v-518018dd] {
  color: #606266 !important;
}
.el-picker-panel .el-input.is-disabled .el-input__inner[data-v-518018dd] {
  background: #b3b3b3 !important;
}
.el-table__fixed-right[data-v-518018dd]::before {
  height: 0px;
}
.notice .title[data-v-518018dd] {
  text-align: center;
  color: white;
  font-size: 26px;
  font-weight: bold;
}
.notice-bg[data-v-518018dd] {
  height: 524px;
  background: url(../img/sfbz.57a7a070.png);
  background-size: 100% 100%;
}
.notice-bg .title[data-v-518018dd] {
  position: relative;
  font-family: 'selffont';
  padding: 30px 90px 25px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  font-size: 26px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice-bg .title .icon[data-v-518018dd] {
  margin: 0 9px;
  width: 22px;
  height: 21px;
  background: url(data:image/png;base64,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) no-repeat;
  background-size: 100% 100%;
}
.notice-bg .title-0[data-v-518018dd] {
  padding-left: 125px;
  color: #002966;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
}
.notice-bg .ql-editor[data-v-518018dd] {
  padding: 12px 50px;
  height: 310px;
}
.close-style[data-v-518018dd] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAmtJREFUWEfVmb2PDlEUh59fgwZRIZGIUqHzkfgDKCiEREEjOonIaiSETkgUbDS6paGRpbGNP0Dio1MoRbIJqs3S7GqOOZs7b67Z+bqzs7vXJFO95+O558w999zzioGPme0GDgMHgF3R6xYXovcr8EnSzyGulKJkZjuBE8ARYF+KLjAPfATeSlrsq9sL0My2FcZPFZE4DWzta7xBbrmI/JtikXOSlrpsdQKa2VHgMrCjy1ji77+AGUkf2vQaAc3MfzsLnEt0nCo+C7ySZHWKtYBmtgW4AhxL9TZQ/j3wRNKfqv4qwBC5axsIVzI55ONqJOsAPaXrndamQM9K8pRPnn8Aw4aYGpimsdSm440zAQylZHoddmsquO/uqbIExYCbmdrqIiapXgEMJ4RHb61FODVaTfJezD2KiyXgeeBMgvVvwAvgErC3Q+878Ay4AOxP8PFa0ssS8EHC2epw9yT9NjNvEm63QDrcXUkLZrYduJUAOS/phkJX8ihhZfclfS7lA+QdYE/FxgQukj0E3Ezwdd0BvQm4mKBU57gayT4yfVw+d8CrRQt0vI90JNMG4GIraa1Eue1TaHL/zgE9PQcTAV28CZKR4NzHFwd8WPP99OVdBRkr9thEXX5+OODTNda/WsgR4Bx+2QFnAO+Yhz5tgHW7O8XP0n+R4uw3yZhlxhfrrfuoZWasQh1/b6MWar+A53vUhXYr32YhAGbfbvlII9+GNUQx35Y/APppku+lKUD6HCbPa2fUu21mqtsv7iGKfk/Jd/QRIPMdHkWpznf8VumK8xxgViDzHQFXQP3EORmm+/kM0et69I36G+Iv6CduA6x0iWcAAAAASUVORK5CYII=);
  background-size: 100% 100%;
}
.close-style[data-v-518018dd]:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAnpJREFUWEfVmb9rFUEQxz/TiVYiWIoWgmBvY5snFvkTVDSdYCCVVkrQKoKgGCxF1D8hhT/SamGhlSCkUCwDYpVgN75v2Av77t3d2305L+vCVjc787mZm9nZPWPO4e6ngAXgPHAymtK4Hc2vwKaZ/ZzHlOUscvcTwBVgBJzNWQtsAe+B12b2K3VtEqC7HwOWwjyaqrxFbhd4rmlmO7N0zQR090tjJauAvNfnkBdXzexdl9JWQHfXs1th9glW17UOrJuZNxlpBHT3I8AacPlfkkW63wB3zOxP3d4UYPDc4wHhKiZBrtQ92QS4PEBY2wKjUD+NH04AhoSYEBgoxLGZ5Thx9gFDKVGd6jtbc99R2T2qSlAMeJihncrsKtR7gGGH2AQOWoRzvdUmr2K+oB2nAlwBbmZo/zZ+mYfAXeDMjHXfgfsqI8C5DBvPzOxJBbiRsbcK7rqZ/XZ3NQkvOyAFd83Mtt39OPAiA3LLzBYtdCVKjtSxZGYfKuEA+Wps/HRNwT5cJHsx7MOptkYCVBMg96eOJsN1T6bIpNhbE+AjYDFFOpLpApDYXlhrXu76FNrMbwhQ4bmQCSjxNkh6gpONTwJ82/D9pPJOQcYLE5Jolp0fAvxywPrXCNkDnOB3BfgZUMc87+gCbMruHDs7/0WIi0+SPsuMXlate69lpq9CHX9vvRZqHcBztrobZvZxsK1Ohty93GYhAM7TbunUdy+x3Xowrmm3MzoZYU20W2rzy21YgxfLbfkDoHaTcg9NAVL3MGUeO6OycZih7j64By/qnFLu1UeALPfyKAp1uddvta64zAvMGmS5V8A1UO04V8PtfjmX6E09+lC/If4CyXVvg513d2kAAAAASUVORK5CYII=);
  background-size: 100% 100%;
}
.notice-bg-01 .type[data-v-518018dd] {
  width: 100%;
  height: 159px;
  background: url(../img/type_01.2733db74.png) no-repeat;
  position: relative;
  background-size: 100% 100%;
}
.notice-bg-01 .type .type-label[data-v-518018dd] {
  position: absolute;
  bottom: 30px;
  left: 62px;
  font-family: 'selffont';
  font-weight: Bold;
  font-size: 22px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fdf7d4;
}
.notice-bg-01 .type .close-style[data-v-518018dd] {
  right: 6px;
  top: 54px;
}
.notice-bg-01 .type.bg_02[data-v-518018dd] {
  height: 124px;
  background: url(../img/type_02.51c6b088.png) no-repeat;
  background-size: 100% 100%;
}
.notice-bg-01 .type.bg_02 .close-style[data-v-518018dd] {
  right: 6px;
  top: 20px;
}
.notice-bg-01 .type.bg_03[data-v-518018dd] {
  height: 152px;
  background: url(../img/type_03.ebbc2395.png) no-repeat;
  background-size: 100% 100%;
}
.notice-bg-01 .type.bg_03 .close-style[data-v-518018dd] {
  right: 6px;
  top: 62px;
}
.notice-bg-01 .notice-content[data-v-518018dd] {
  min-height: 200px;
  background: url(../img/content_01.82202152.png) no-repeat;
  background-size: 100% 100%;
  background-color: #fdf7f8;
  border-radius: 0 0 8px 8px;
}
.notice-bg-01 .notice-content .title[data-v-518018dd] {
  font-size: 22px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  line-height: 32px;
}
.notice-bg-01 .notice-content .ql-editor[data-v-518018dd] {
  padding-bottom: 60px;
}
[data-v-518018dd] .el-dialog__header {
  display: none;
}
[data-v-518018dd] .el-dialog__footer {
  position: absolute;
  text-align: center;
  background-color: transparent;
  width: 100%;
  bottom: 0px;
  right: 0px;
}
[data-v-518018dd] .el-dialog__footer .el-checkbox {
  color: #fff;
}
[data-v-518018dd] .el-dialog__body,[data-v-518018dd] .el-dialog {
  padding: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(0, 0, 0, 0) !important;
}
.file-view[data-v-518018dd] {
  position: absolute;
}
.ql-editor-0[data-v-518018dd] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.42;
  outline: none;
  overflow-y: auto;
  padding: 0px 40px;
  -o-tab-size: 4;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #333;
}
.ql-editor-0 h3[data-v-518018dd] {
  margin-bottom: 16px;
}
.ql-editor-0 .link[data-v-518018dd] {
  margin: 16px 0;
  font-size: 18px;
  text-decoration: underline;
  color: #333;
  cursor: pointer;
}
.ql-editor-0 .protocol-style[data-v-518018dd] {
  margin-top: 80px;
  margin-bottom: 16px;
  width: 100%;
}
.ql-editor-0 .text-tip[data-v-518018dd] {
  color: #333;
}
.ql-editor-0 .btn-list[data-v-518018dd] {
  margin-top: 50px;
  text-align: center;
}
.content-width[data-v-518018dd] {
  width: calc(100% - 52px);
  position: relative;
  left: 28px;
  padding: 10px 26px !important;
}
[data-v-518018dd] .el-checkbox__label {
  vertical-align: text-top;
  white-space: normal;
  word-break: break-all;
  width: 400px;
}
[data-v-518018dd] .el-button--small {
  padding: 7px 15px;
}
.footer-pos[data-v-518018dd] {
  position: relative;
  margin-bottom: 10px;
}
.footer-pos .file-view[data-v-518018dd] {
  padding-top: 8px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.footer-pos2[data-v-518018dd] {
  position: relative;
  margin-bottom: 30px;
}
.footer-pos2 .file-view[data-v-518018dd] {
  padding-top: 8px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.item-right .icon-style[data-v-518018dd] {
  position: relative;
  left: 3px;
}
.item-right:hover .icon-style[data-v-518018dd] {
  -webkit-animation: move-right-518018dd 0.2s linear forwards;
          animation: move-right-518018dd 0.2s linear forwards;
}
@-webkit-keyframes move-right-518018dd {
0% {
    left: 3px;
}
100% {
    left: 10px;
}
}
@keyframes move-right-518018dd {
0% {
    left: 3px;
}
100% {
    left: 10px;
}
}

@charset "UTF-8";
/* 主题颜色 */
.container[data-v-c54cd878] {
  position: relative;
  padding: 16px;
  border-radius: 4px;
  font-family: PingFang SC, PingFang SC-Medium;
}
.container .container-title[data-v-c54cd878] {
  font-size: 16px;
}
.status-style[data-v-c54cd878] {
  margin-right: 6px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.dis-block[data-v-c54cd878] {
  display: block;
}
.cur-p[data-v-c54cd878] {
  cursor: pointer;
}
.clear[data-v-c54cd878] {
  clear: both;
}
.of-h[data-v-c54cd878] {
  overflow: hidden;
}
.z-index999[data-v-c54cd878] {
  z-index: 9999999;
}
/* flex-start */
.flex[data-v-c54cd878] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap[data-v-c54cd878] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-grow[data-v-c54cd878] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.space-between[data-v-c54cd878] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-evenly[data-v-c54cd878] {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.space-center[data-v-c54cd878] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-end[data-v-c54cd878] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* flex-end */
/* padding-start */
.padding[data-v-c54cd878] {
  padding: 50px 0;
}
.pn[data-v-c54cd878] {
  padding: 0px !important;
}
.p10[data-v-c54cd878] {
  padding: 10px;
}
.p24[data-v-c54cd878] {
  padding: 24px;
}
.p8[data-v-c54cd878] {
  padding: 8px;
}
.p16[data-v-c54cd878] {
  padding: 16px;
}
.pl8[data-v-c54cd878] {
  padding-left: 8px;
}
.pl10[data-v-c54cd878] {
  padding-left: 10px;
}
.pl20[data-v-c54cd878] {
  padding-left: 20px;
}
.pl40[data-v-c54cd878] {
  padding-left: 40px;
}
.pt8[data-v-c54cd878] {
  padding-top: 8px;
}
.pt10[data-v-c54cd878] {
  padding-top: 10px;
}
.pt16[data-v-c54cd878] {
  padding-top: 16px !important;
}
.pr4[data-v-c54cd878] {
  padding-right: 4px;
}
.pr8[data-v-c54cd878] {
  padding-right: 8px;
}
.pr10[data-v-c54cd878] {
  padding-right: 10px;
}
.pr16[data-v-c54cd878] {
  padding-right: 16px;
}
.pr20[data-v-c54cd878] {
  padding-right: 20px;
}
.pbn[data-v-c54cd878] {
  padding-bottom: 0px !important;
}
.pb8[data-v-c54cd878] {
  padding-bottom: 8px;
}
.pb10[data-v-c54cd878] {
  padding-bottom: 10px;
}
.pb20[data-v-c54cd878] {
  padding-bottom: 20px;
}
.pl10[data-v-c54cd878] {
  padding-left: 10px;
}
.pl16[data-v-c54cd878] {
  padding-left: 16px;
}
.ptn[data-v-c54cd878] {
  padding-top: 0px !important;
}
.pt16[data-v-c54cd878] {
  padding-top: 16px;
}
/* padding-end */
/* margin-start */
.m8[data-v-c54cd878] {
  margin: 8px;
}
.m10[data-v-c54cd878] {
  margin: 10px;
}
.mtn[data-v-c54cd878] {
  margin-top: 0px !important;
}
.mt4[data-v-c54cd878] {
  margin-top: 4px;
}
.mt8[data-v-c54cd878] {
  margin-top: 8px;
}
.mt10[data-v-c54cd878] {
  margin-top: 10px;
}
.mt16[data-v-c54cd878] {
  margin-top: 16px;
}
.mr4[data-v-c54cd878] {
  margin-right: 4px;
}
.mr5[data-v-c54cd878] {
  margin-right: 5px;
}
.mr8[data-v-c54cd878] {
  margin-right: 10px;
}
.mr10[data-v-c54cd878] {
  margin-right: 10px;
}
.mr12[data-v-c54cd878] {
  margin-right: 12px;
}
.mr15[data-v-c54cd878] {
  margin-right: 15px;
}
.mr16[data-v-c54cd878] {
  margin-right: 16px;
}
.mr20[data-v-c54cd878] {
  margin-right: 20px;
}
.mr24[data-v-c54cd878] {
  margin-right: 24px;
}
.mt20[data-v-c54cd878] {
  margin-top: 20px;
}
.ml5[data-v-c54cd878] {
  margin-left: 5px;
}
.ml4[data-v-c54cd878] {
  margin-left: 4px;
}
.ml10[data-v-c54cd878] {
  margin-left: 10px;
}
.ml8[data-v-c54cd878] {
  margin-left: 8px;
}
.ml16[data-v-c54cd878] {
  margin-left: 16px;
}
.ml24[data-v-c54cd878] {
  margin-left: 24px;
}
.ml20[data-v-c54cd878] {
  margin-left: 20px;
}
.mb-n[data-v-c54cd878] {
  margin-bottom: 0px !important;
}
.mb-10[data-v-c54cd878] {
  margin-bottom: -10px !important;
}
.mb5[data-v-c54cd878] {
  margin-bottom: 5px !important;
}
.mb8[data-v-c54cd878] {
  margin-bottom: 8px !important;
}
.mb10[data-v-c54cd878] {
  margin-bottom: 10px !important;
}
.mb16[data-v-c54cd878] {
  margin-bottom: 16px;
}
.mb18[data-v-c54cd878] {
  margin-bottom: 18px;
}
.mb20[data-v-c54cd878] {
  margin-bottom: 20px;
}
.mb24[data-v-c54cd878] {
  margin-bottom: 24px;
}
.ml10[data-v-c54cd878] {
  margin-left: 10px;
}
/* margin-end */
/* border-start */
.border-none[data-v-c54cd878] {
  border: none;
}
/* border-end */
/* width-start */
.w100[data-v-c54cd878] {
  width: 100% !important;
}
.w100-4[data-v-c54cd878] {
  width: calc(100% - 4px);
  margin-right: 4px;
}
.w-100[data-v-c54cd878] {
  width: 100px;
}
.w-150[data-v-c54cd878] {
  width: 150px;
}
.w-200[data-v-c54cd878] {
  width: 200px;
}
.w-300[data-v-c54cd878] {
  width: 300px;
}
/* width-end */
/* height-start */
.h100[data-v-c54cd878] {
  height: 100%;
}
.h-30[data-v-c54cd878] {
  height: 30px;
}
.h-33[data-v-c54cd878] {
  height: 33px;
}
/* height-end */
/* background-start */
.bg-primary[data-v-c54cd878] {
  background: #409eff;
}
.bg-warning[data-v-c54cd878] {
  background: #ee7808;
}
.bg-warninger[data-v-c54cd878] {
  background: #fb651e;
}
.bg-success[data-v-c54cd878] {
  background: #67c23a;
}
.bg-danger[data-v-c54cd878] {
  background: #f56c6c;
}
/* background-end */
/* font-start */
.font-num[data-v-c54cd878] {
  font-family: 'numfont';
}
.text-right[data-v-c54cd878] {
  text-align: right;
}
.text-left[data-v-c54cd878] {
  text-align: left;
}
.text-center[data-v-c54cd878] {
  text-align: center;
}
.text-theme[data-v-c54cd878] {
  color: #ee7808 !important;
}
.text-primary[data-v-c54cd878] {
  color: #409eff;
}
.text-green[data-v-c54cd878] {
  color: #5daf34;
}
.text-success[data-v-c54cd878] {
  color: #67c23a !important;
}
.text-warning[data-v-c54cd878] {
  color: #e6a23c;
}
.text-danger[data-v-c54cd878] {
  color: #f56c6c;
}
.text-white[data-v-c54cd878] {
  color: #fff;
}
.text-666[data-v-c54cd878] {
  color: #666;
}
.text-aaa[data-v-c54cd878] {
  color: #aaa;
}
.fw400[data-v-c54cd878] {
  font-weight: 400;
}
.fw500[data-v-c54cd878] {
  font-weight: 500;
}
.fw600[data-v-c54cd878] {
  font-weight: 600;
}
.fs10[data-v-c54cd878] {
  font-size: 10px !important;
}
.fs12[data-v-c54cd878] {
  font-size: 12px !important;
}
.fs14[data-v-c54cd878] {
  font-size: 14px !important;
}
.fs16[data-v-c54cd878] {
  font-size: 16px !important;
}
.fs18[data-v-c54cd878] {
  font-size: 18px !important;
}
.fs20[data-v-c54cd878] {
  font-size: 20px !important;
}
.fs22[data-v-c54cd878] {
  font-size: 22px !important;
}
.fs24[data-v-c54cd878] {
  font-size: 24px !important;
}
.fs50[data-v-c54cd878] {
  font-size: 50px !important;
}
/* font-end */
/* border-radius-start */
.rounded-sm[data-v-c54cd878] {
  border-radius: 4px !important;
}
/* border-radius-end */
/* float-start */
.pull-left[data-v-c54cd878] {
  float: left;
}
.pull-right[data-v-c54cd878] {
  float: right;
}
/* float-end */
/* lineheight-start */
.lh30[data-v-c54cd878] {
  line-height: 30px !important;
}
.lh32[data-v-c54cd878] {
  line-height: 32px !important;
}
/* lineheight-end */
.cur-point[data-v-c54cd878] {
  cursor: pointer;
}
.mbn[data-v-c54cd878] {
  margin-bottom: 0px !important;
}
.pos-r[data-v-c54cd878] {
  position: relative;
}
.pos-a[data-v-c54cd878] {
  position: absolute;
}
.table-form .el-form-item[data-v-c54cd878],
.detail-form .el-form-item[data-v-c54cd878] {
  margin-bottom: 0px;
}
.el-picker-panel .el-input__inner[data-v-c54cd878] {
  color: #606266 !important;
}
.el-picker-panel .el-input.is-disabled .el-input__inner[data-v-c54cd878] {
  background: #b3b3b3 !important;
}
.el-table__fixed-right[data-v-c54cd878]::before {
  height: 0px;
}
.header[data-v-c54cd878] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #222428;
  width: 100%;
  height: 70px;
  font-size: 22px;
  padding-left: 216px;
}
.header-right[data-v-c54cd878] {
  float: right;
  padding-right: 50px;
}
.header-user-con[data-v-c54cd878] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-fullscreen[data-v-c54cd878] {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 5px;
  font-size: 24px;
}
.btn-bell[data-v-c54cd878],
.btn-fullscreen[data-v-c54cd878] {
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
}
.btn-bell-badge[data-v-c54cd878] {
  position: absolute;
  right: 0;
  top: -2px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #f56c6c;
  color: #fff;
}
.user-name[data-v-c54cd878] {
  margin-left: 4px;
  margin-top: 2px;
}
.user-avator[data-v-c54cd878] {
  margin-left: 20px;
}
.user-avator img[data-v-c54cd878] {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.el-dropdown-menu__item[data-v-c54cd878] {
  text-align: center;
}
.help-style[data-v-c54cd878] {
  cursor: pointer;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}
.el-dropdown-link[data-v-c54cd878] {
  font-size: 14px;
}
.fs16[data-v-c54cd878] {
  margin-top: 2px;
}
.iconfont[data-v-c54cd878] {
  margin-top: 4px;
}
.theme-btn[data-v-c54cd878] {
  margin-top: 2px;
  font-size: 14px;
}
.icon-yonghu-yuan[data-v-c54cd878] {
  margin-top: 4px;
}
.holiday-currency[data-v-c54cd878] {
  max-width: 200px;
  display: inline-block;
  font-size: 14px;
  color: red;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 16px;
  text-align: right;
  padding-right: 10px;
}

@charset "UTF-8";
/* 主题颜色 */
.container[data-v-4bdb7253] {
  position: relative;
  padding: 16px;
  border-radius: 4px;
  font-family: PingFang SC, PingFang SC-Medium;
}
.container .container-title[data-v-4bdb7253] {
  font-size: 16px;
}
.status-style[data-v-4bdb7253] {
  margin-right: 6px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.dis-block[data-v-4bdb7253] {
  display: block;
}
.cur-p[data-v-4bdb7253] {
  cursor: pointer;
}
.clear[data-v-4bdb7253] {
  clear: both;
}
.of-h[data-v-4bdb7253] {
  overflow: hidden;
}
.z-index999[data-v-4bdb7253] {
  z-index: 9999999;
}
/* flex-start */
.flex[data-v-4bdb7253] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap[data-v-4bdb7253] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-grow[data-v-4bdb7253] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.space-between[data-v-4bdb7253] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-evenly[data-v-4bdb7253] {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.space-center[data-v-4bdb7253] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-end[data-v-4bdb7253] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* flex-end */
/* padding-start */
.padding[data-v-4bdb7253] {
  padding: 50px 0;
}
.pn[data-v-4bdb7253] {
  padding: 0px !important;
}
.p10[data-v-4bdb7253] {
  padding: 10px;
}
.p24[data-v-4bdb7253] {
  padding: 24px;
}
.p8[data-v-4bdb7253] {
  padding: 8px;
}
.p16[data-v-4bdb7253] {
  padding: 16px;
}
.pl8[data-v-4bdb7253] {
  padding-left: 8px;
}
.pl10[data-v-4bdb7253] {
  padding-left: 10px;
}
.pl20[data-v-4bdb7253] {
  padding-left: 20px;
}
.pl40[data-v-4bdb7253] {
  padding-left: 40px;
}
.pt8[data-v-4bdb7253] {
  padding-top: 8px;
}
.pt10[data-v-4bdb7253] {
  padding-top: 10px;
}
.pt16[data-v-4bdb7253] {
  padding-top: 16px !important;
}
.pr4[data-v-4bdb7253] {
  padding-right: 4px;
}
.pr8[data-v-4bdb7253] {
  padding-right: 8px;
}
.pr10[data-v-4bdb7253] {
  padding-right: 10px;
}
.pr16[data-v-4bdb7253] {
  padding-right: 16px;
}
.pr20[data-v-4bdb7253] {
  padding-right: 20px;
}
.pbn[data-v-4bdb7253] {
  padding-bottom: 0px !important;
}
.pb8[data-v-4bdb7253] {
  padding-bottom: 8px;
}
.pb10[data-v-4bdb7253] {
  padding-bottom: 10px;
}
.pb20[data-v-4bdb7253] {
  padding-bottom: 20px;
}
.pl10[data-v-4bdb7253] {
  padding-left: 10px;
}
.pl16[data-v-4bdb7253] {
  padding-left: 16px;
}
.ptn[data-v-4bdb7253] {
  padding-top: 0px !important;
}
.pt16[data-v-4bdb7253] {
  padding-top: 16px;
}
/* padding-end */
/* margin-start */
.m8[data-v-4bdb7253] {
  margin: 8px;
}
.m10[data-v-4bdb7253] {
  margin: 10px;
}
.mtn[data-v-4bdb7253] {
  margin-top: 0px !important;
}
.mt4[data-v-4bdb7253] {
  margin-top: 4px;
}
.mt8[data-v-4bdb7253] {
  margin-top: 8px;
}
.mt10[data-v-4bdb7253] {
  margin-top: 10px;
}
.mt16[data-v-4bdb7253] {
  margin-top: 16px;
}
.mr4[data-v-4bdb7253] {
  margin-right: 4px;
}
.mr5[data-v-4bdb7253] {
  margin-right: 5px;
}
.mr8[data-v-4bdb7253] {
  margin-right: 10px;
}
.mr10[data-v-4bdb7253] {
  margin-right: 10px;
}
.mr12[data-v-4bdb7253] {
  margin-right: 12px;
}
.mr15[data-v-4bdb7253] {
  margin-right: 15px;
}
.mr16[data-v-4bdb7253] {
  margin-right: 16px;
}
.mr20[data-v-4bdb7253] {
  margin-right: 20px;
}
.mr24[data-v-4bdb7253] {
  margin-right: 24px;
}
.mt20[data-v-4bdb7253] {
  margin-top: 20px;
}
.ml5[data-v-4bdb7253] {
  margin-left: 5px;
}
.ml4[data-v-4bdb7253] {
  margin-left: 4px;
}
.ml10[data-v-4bdb7253] {
  margin-left: 10px;
}
.ml8[data-v-4bdb7253] {
  margin-left: 8px;
}
.ml16[data-v-4bdb7253] {
  margin-left: 16px;
}
.ml24[data-v-4bdb7253] {
  margin-left: 24px;
}
.ml20[data-v-4bdb7253] {
  margin-left: 20px;
}
.mb-n[data-v-4bdb7253] {
  margin-bottom: 0px !important;
}
.mb-10[data-v-4bdb7253] {
  margin-bottom: -10px !important;
}
.mb5[data-v-4bdb7253] {
  margin-bottom: 5px !important;
}
.mb8[data-v-4bdb7253] {
  margin-bottom: 8px !important;
}
.mb10[data-v-4bdb7253] {
  margin-bottom: 10px !important;
}
.mb16[data-v-4bdb7253] {
  margin-bottom: 16px;
}
.mb18[data-v-4bdb7253] {
  margin-bottom: 18px;
}
.mb20[data-v-4bdb7253] {
  margin-bottom: 20px;
}
.mb24[data-v-4bdb7253] {
  margin-bottom: 24px;
}
.ml10[data-v-4bdb7253] {
  margin-left: 10px;
}
/* margin-end */
/* border-start */
.border-none[data-v-4bdb7253] {
  border: none;
}
/* border-end */
/* width-start */
.w100[data-v-4bdb7253] {
  width: 100% !important;
}
.w100-4[data-v-4bdb7253] {
  width: calc(100% - 4px);
  margin-right: 4px;
}
.w-100[data-v-4bdb7253] {
  width: 100px;
}
.w-150[data-v-4bdb7253] {
  width: 150px;
}
.w-200[data-v-4bdb7253] {
  width: 200px;
}
.w-300[data-v-4bdb7253] {
  width: 300px;
}
/* width-end */
/* height-start */
.h100[data-v-4bdb7253] {
  height: 100%;
}
.h-30[data-v-4bdb7253] {
  height: 30px;
}
.h-33[data-v-4bdb7253] {
  height: 33px;
}
/* height-end */
/* background-start */
.bg-primary[data-v-4bdb7253] {
  background: #409eff;
}
.bg-warning[data-v-4bdb7253] {
  background: #ee7808;
}
.bg-warninger[data-v-4bdb7253] {
  background: #fb651e;
}
.bg-success[data-v-4bdb7253] {
  background: #67c23a;
}
.bg-danger[data-v-4bdb7253] {
  background: #f56c6c;
}
/* background-end */
/* font-start */
.font-num[data-v-4bdb7253] {
  font-family: 'numfont';
}
.text-right[data-v-4bdb7253] {
  text-align: right;
}
.text-left[data-v-4bdb7253] {
  text-align: left;
}
.text-center[data-v-4bdb7253] {
  text-align: center;
}
.text-theme[data-v-4bdb7253] {
  color: #ee7808 !important;
}
.text-primary[data-v-4bdb7253] {
  color: #409eff;
}
.text-green[data-v-4bdb7253] {
  color: #5daf34;
}
.text-success[data-v-4bdb7253] {
  color: #67c23a !important;
}
.text-warning[data-v-4bdb7253] {
  color: #e6a23c;
}
.text-danger[data-v-4bdb7253] {
  color: #f56c6c;
}
.text-white[data-v-4bdb7253] {
  color: #fff;
}
.text-666[data-v-4bdb7253] {
  color: #666;
}
.text-aaa[data-v-4bdb7253] {
  color: #aaa;
}
.fw400[data-v-4bdb7253] {
  font-weight: 400;
}
.fw500[data-v-4bdb7253] {
  font-weight: 500;
}
.fw600[data-v-4bdb7253] {
  font-weight: 600;
}
.fs10[data-v-4bdb7253] {
  font-size: 10px !important;
}
.fs12[data-v-4bdb7253] {
  font-size: 12px !important;
}
.fs14[data-v-4bdb7253] {
  font-size: 14px !important;
}
.fs16[data-v-4bdb7253] {
  font-size: 16px !important;
}
.fs18[data-v-4bdb7253] {
  font-size: 18px !important;
}
.fs20[data-v-4bdb7253] {
  font-size: 20px !important;
}
.fs22[data-v-4bdb7253] {
  font-size: 22px !important;
}
.fs24[data-v-4bdb7253] {
  font-size: 24px !important;
}
.fs50[data-v-4bdb7253] {
  font-size: 50px !important;
}
/* font-end */
/* border-radius-start */
.rounded-sm[data-v-4bdb7253] {
  border-radius: 4px !important;
}
/* border-radius-end */
/* float-start */
.pull-left[data-v-4bdb7253] {
  float: left;
}
.pull-right[data-v-4bdb7253] {
  float: right;
}
/* float-end */
/* lineheight-start */
.lh30[data-v-4bdb7253] {
  line-height: 30px !important;
}
.lh32[data-v-4bdb7253] {
  line-height: 32px !important;
}
/* lineheight-end */
.cur-point[data-v-4bdb7253] {
  cursor: pointer;
}
.mbn[data-v-4bdb7253] {
  margin-bottom: 0px !important;
}
.pos-r[data-v-4bdb7253] {
  position: relative;
}
.pos-a[data-v-4bdb7253] {
  position: absolute;
}
.table-form .el-form-item[data-v-4bdb7253],
.detail-form .el-form-item[data-v-4bdb7253] {
  margin-bottom: 0px;
}
.el-picker-panel .el-input__inner[data-v-4bdb7253] {
  color: #606266 !important;
}
.el-picker-panel .el-input.is-disabled .el-input__inner[data-v-4bdb7253] {
  background: #b3b3b3 !important;
}
.el-table__fixed-right[data-v-4bdb7253]::before {
  height: 0px;
}
.guide-btn[data-v-4bdb7253] {
  width: 91px;
  height: 32px;
  background: #ee7808;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  margin: 16px auto 0;
}
.guide[data-v-4bdb7253] {
  position: absolute;
  z-index: 9999;
  text-align: left;
  padding-top: 24px;
  width: 354px;
}
.guide .guide-title[data-v-4bdb7253] {
  position: relative;
  width: calc(100% - 48px);
  height: 54px;
  margin: 0 auto;
  background: url(../img/guid_title.da85140f.png) no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-top: 16px;
}
.guide .guide-title .title-content[data-v-4bdb7253] {
  width: 176px;
  height: 28px;
  background: url(../img/new_function.4ecb3ee3.png) no-repeat;
  background-size: 100% 100%;
}
.guide .guide-title .guide-icon[data-v-4bdb7253] {
  width: 100px;
  height: 114px;
  background: url(../img/guid_icon.0ba15ea2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 6px;
  top: 0px;
}
.guide .guide-content[data-v-4bdb7253] {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.26);
  margin-top: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff8ed), color-stop(53%, #ffffff));
  background: linear-gradient(180deg, #fff8ed, #ffffff 53%);
  border-radius: 4px;
  padding: 20px 16px;
  position: relative;
}
.guide .guide-content .right-arrow[data-v-4bdb7253] {
  position: absolute;
  right: -8px;
  top: 40px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.guide .guide-content .right-arrow .right-circle[data-v-4bdb7253] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAAAXNSR0IArs4c6QAACcNJREFUWEfNmGuMXVUVx/faz3PPfc/MnU5NKbS0vKbSBxUTRAsfiArRBAN+IlE0RBMTFEFoIWHu0KKBBEhEoxANBGNCJPGDMVETg4BQRFpoaSuklHFasNN53fe957UfZu+ZO8yUOzi0/eBJZs69yXn87lprr73+f0D/pwecKZcplzFCT/NqUBcMJzyQhog0iXPpVLT/3TXx9if3J2f6bHvfisGMMfCv0WE2GI/3EyRKYJIiAoSXezkmuGOMN6OonO4bmW26lwGYlcJ+LJiFsQ8aH71W9MvD5wMKVytEHAyh1L1DAV3yDGLkwsuVlO4aqUw7Qf7Y0I8nZlYKuCyYgxodhTr6xQVGRmsBGWxhHAgmgDAFSsncizVxz6FYOSgpFUJaGqTnvltYB6lRLckPvTtw9zut/wXYE8xCHXv8el46tXcYYVRYAKICWxhlBHZwjM9BLj60MsQoo6RCRkXawso4cpAWUEqlY83fHnxwcurj4D4CZqFmHr4kI1onN2mDU4h5gLpA4BMHQximjIMyDBP7ffFhtFFJbAgkWtqzirWMOhrp2NgoEhVpFz3qjedHTv17ObglD7VQHzx2lZevHt4GhAuXNiowEB8jkcJUpLBCgiDuYco9jLDACDAowGDPyGhDHFikCUht4lAj2VbSnqNAE9NRNnpdOENhrDBSPd4LbgHM1dQLo6Tx/KNbMWFZC0U9HysbJZHCQNMECZ8Ay1DEU4QwjoF4BBE6BwUAyBhbS4boRBkVKpREFkyaqKMsoAlbykVPdnQXjvipQ5ldEzOnr9glYK3R/kuVVEPd9AHLEuSliYWi6RxRLMuA+pSkMhRhQQAjrirvDZmgnjNJxCFVaNL86inl9TdNEimiAmmSdqKCljJJS5KkKU3QkIvhkFKqnVu7b9VdBzuL4RyYjVZtdF0eZHWbK3SWJi59qQyhqSIFL0ORV2DA0gzxLMPNiVWdsRe/ZFpTn0Fa+af3Jiyyx0jp4ufp+mv2IR3EqtNMcNyIZVhfgENJU8mwo1ESGg14uvhA5XBPsPp9ha2E04IiAiPqY/CyBESB0UxhDsrLc0QzXnLk9zeoythXjFm+uXZBgfsn2PANv0SpoQmStGITVO1fgpKmlK26MklTIRk5OEOLbxTL47WFe+2Hxq5svyZ48+IU0myRKl5g4Pdx8Aqce36q889nvqODyraVdm+XDcAB33DdY1C66F0U1h0cjmqxDKrSdGrS1huK2toAVAsPVA90o+ZS2Sz3XeZqS6TnouUXqEuh38/B7xPIK4jkwLO3yMbJaz8J1MK1mLb4p2/aQzJ9EyaoRiioxKYzm8hmVdqokcSu3MjMNIf2bnz8WORWablcxrdHj3yOCc5cbbEssdECv58hf0BAqiDUyUOb47GX7jgjqPmbcCr/NrvytkdwUAlNpxKZzmws2zOJCZsKxU1l08lo8k663DnpwGo780WD1RYQaezaAy9QW1uQHuA0WxLI70+Fr/xsxCTBmrMBs/fyjTseIas2HZLNaQsXk6gSy0ZFmqShbDopwGxmd+2gA6vc463FTGxw9cWzxKXR72c6XRI0O+ih2on1wZE/jpwtlL0fpwdfFVfc8ivVmglxOB2a9nS8OJ0miePcg82XHVh9Z26DobDW1hewHKG5PqpEH6e5VUKLPk8f+8sNcuroTecCDGEc+jvu/L5pz7Zlczoy7ZkYh7OxDGoLdVbgd70I5bKG2Xsyw4SRVYvBIF3iKF3yIFXyoree/aauT3zhnIAhhPztt94pCZvG7amgW2ckrtnG6xZAjQ+8uq48HkL13vQWwLTPgYkidYWfLnHtlTySGfCifU/drjvVzecKTAx/7X6cHxw3zSmbysgugMVgUnr7Sg/PNKFyb2YTxmSwZ8T8wVT8xm+/rVqTV50rML71Gz9CXEzizkxPsFZQ+Md5j30QwPSu7EWM4DW9agz8kpcc+cONsjL21XMBBgip1I47vmfCZls2JsOeNbblyy/B159TUL3POx9AXLiwKtN9zPYwsKsyMyDU9NHh+Ohf7z4XYNgvHhTbb/2pXZWmM+uK39heNt9kjYqT3O7m392qbO7KlCSgTYv7GE0PWDgO6QGPeBm//fLPHzYqyZ8tHFuz/Ul6wWf3mk4llM3pj/QxBKhe2F3f78DM724mrUN/uhoRQZZ0frsy/X6heVHo8Zc+L08e/NbZgAHzJvhV3y3jsNUxbRexD/fL+c6vk+hY30PhCQdm/7XKxcul1APdOkN+bsleqb2MH7321A9QWL/0TOBsbfGLv/gQLm04aoJahDozdktK3Gy2pIflXoPyyc4CWPvBgdVJkFxq68xuS4hlCaRyc/tlqo9DqiiISQrt13+z0yTh6k8CBwgZsmbbr9m6HXtRWIvc6DMfLeQGyIay06xOklZuT/31JdOF3cjvSB69EjPmL8xj8xOG5jlGMkUOIsdAq1xw4LnbTFC5fEVwgAN2/tVP0POueAtFduRx405C4npi5zGnAeaHRUK9w9nynHJaiJidYKfuWzUocDR8+lhNvTzRosCJn6MgskyzDNfHX9ks/3PgxuU2dgAc4fynXmAbr/uzZpmaHRJlZMfqWoLCpjRxQ7qpojv7J7KR31Pb/5EJ1hJauPr9hW3IoHw3pVaI0EyeIJomLnIWjqaoomkGTBDTOD6op99bD3GroJUUwP0aTpcmYejyMQw4RHbmj1sSha1ERi3VE8pKuXT+zfzO47VlwdDT14rm2P4rnHQjAlMuwKmkRYIEkRRBIk0Bc4yYIAgTjIC5RaSUQgSURjLWViWpOFQoDhROWtLJuLCtrIwzyiql+ZHawHuFPdUTy6qkbtSqD12YY2FlK0IEL4GzutJqSZLCIHyiECeEMlCYYnt2hWE1pUwM0VIjHWmnJ+NQG9lWRIZz0s0K33koQsmpzMjs266mTjNceirx1k9WD8hOOEwpwV3RizAHKnysCHeAXRU+J3YX2QRGOTCrxo0KNFLJnNgFC/qh2NUazxS3PHEE3Xyz7uUC9QSzv6AyujHLkslNGrDnFsS8kWIBgQhMrIdBuFPi9npKKZK2Xoye9ymUUbG1CiLtTBYZ6QVzBYnj+d2T1h4wy1lTH+/2PH49r02/egkY09/L6em6PDBvRZl5C8oZKYscny6QNjqWzDtWGpma7JW+xS1oRf5YY/S8okma6xGgnL25pzdmIzpvO7lrutaT+6ykAvL+m3Tr+9eM/E2txMBbkaPYNfA++GG+mE/zEjJRvzJGuF99ug3l1oCyctggTWua45lTaGjqspEjyUqAljTYFXXx0y4y5VKmFQWpWClBMOdADdEmjhkjUbVO4jX5bQ0ovzBnKZ7B8V9bnimBpKbijQAAAABJRU5ErkJggg==) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -25px;
  top: -10px;
}
.guide .guide-content .left-arrow[data-v-4bdb7253] {
  position: absolute;
  left: -8px;
  top: 40px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
.guide .guide-content .left-arrow .left-circle[data-v-4bdb7253] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(data:image/png;base64,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) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -25px;
  top: -10px;
}
.guide .guide-content .content-title[data-v-4bdb7253] {
  text-align: center;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  font-weight: 600;
}
.guide .guide-content .content-style[data-v-4bdb7253] {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  word-wrap: break-word;
  white-space: normal;
}

@charset "UTF-8";
/* 主题颜色 */
.container[data-v-23fdbe36] {
  position: relative;
  padding: 16px;
  border-radius: 4px;
  font-family: PingFang SC, PingFang SC-Medium;
}
.container .container-title[data-v-23fdbe36] {
  font-size: 16px;
}
.status-style[data-v-23fdbe36] {
  margin-right: 6px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.dis-block[data-v-23fdbe36] {
  display: block;
}
.cur-p[data-v-23fdbe36] {
  cursor: pointer;
}
.clear[data-v-23fdbe36] {
  clear: both;
}
.of-h[data-v-23fdbe36] {
  overflow: hidden;
}
.z-index999[data-v-23fdbe36] {
  z-index: 9999999;
}
/* flex-start */
.flex[data-v-23fdbe36] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap[data-v-23fdbe36] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-grow[data-v-23fdbe36] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.space-between[data-v-23fdbe36] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-evenly[data-v-23fdbe36] {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.space-center[data-v-23fdbe36] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-end[data-v-23fdbe36] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* flex-end */
/* padding-start */
.padding[data-v-23fdbe36] {
  padding: 50px 0;
}
.pn[data-v-23fdbe36] {
  padding: 0px !important;
}
.p10[data-v-23fdbe36] {
  padding: 10px;
}
.p24[data-v-23fdbe36] {
  padding: 24px;
}
.p8[data-v-23fdbe36] {
  padding: 8px;
}
.p16[data-v-23fdbe36] {
  padding: 16px;
}
.pl8[data-v-23fdbe36] {
  padding-left: 8px;
}
.pl10[data-v-23fdbe36] {
  padding-left: 10px;
}
.pl20[data-v-23fdbe36] {
  padding-left: 20px;
}
.pl40[data-v-23fdbe36] {
  padding-left: 40px;
}
.pt8[data-v-23fdbe36] {
  padding-top: 8px;
}
.pt10[data-v-23fdbe36] {
  padding-top: 10px;
}
.pt16[data-v-23fdbe36] {
  padding-top: 16px !important;
}
.pr4[data-v-23fdbe36] {
  padding-right: 4px;
}
.pr8[data-v-23fdbe36] {
  padding-right: 8px;
}
.pr10[data-v-23fdbe36] {
  padding-right: 10px;
}
.pr16[data-v-23fdbe36] {
  padding-right: 16px;
}
.pr20[data-v-23fdbe36] {
  padding-right: 20px;
}
.pbn[data-v-23fdbe36] {
  padding-bottom: 0px !important;
}
.pb8[data-v-23fdbe36] {
  padding-bottom: 8px;
}
.pb10[data-v-23fdbe36] {
  padding-bottom: 10px;
}
.pb20[data-v-23fdbe36] {
  padding-bottom: 20px;
}
.pl10[data-v-23fdbe36] {
  padding-left: 10px;
}
.pl16[data-v-23fdbe36] {
  padding-left: 16px;
}
.ptn[data-v-23fdbe36] {
  padding-top: 0px !important;
}
.pt16[data-v-23fdbe36] {
  padding-top: 16px;
}
/* padding-end */
/* margin-start */
.m8[data-v-23fdbe36] {
  margin: 8px;
}
.m10[data-v-23fdbe36] {
  margin: 10px;
}
.mtn[data-v-23fdbe36] {
  margin-top: 0px !important;
}
.mt4[data-v-23fdbe36] {
  margin-top: 4px;
}
.mt8[data-v-23fdbe36] {
  margin-top: 8px;
}
.mt10[data-v-23fdbe36] {
  margin-top: 10px;
}
.mt16[data-v-23fdbe36] {
  margin-top: 16px;
}
.mr4[data-v-23fdbe36] {
  margin-right: 4px;
}
.mr5[data-v-23fdbe36] {
  margin-right: 5px;
}
.mr8[data-v-23fdbe36] {
  margin-right: 10px;
}
.mr10[data-v-23fdbe36] {
  margin-right: 10px;
}
.mr12[data-v-23fdbe36] {
  margin-right: 12px;
}
.mr15[data-v-23fdbe36] {
  margin-right: 15px;
}
.mr16[data-v-23fdbe36] {
  margin-right: 16px;
}
.mr20[data-v-23fdbe36] {
  margin-right: 20px;
}
.mr24[data-v-23fdbe36] {
  margin-right: 24px;
}
.mt20[data-v-23fdbe36] {
  margin-top: 20px;
}
.ml5[data-v-23fdbe36] {
  margin-left: 5px;
}
.ml4[data-v-23fdbe36] {
  margin-left: 4px;
}
.ml10[data-v-23fdbe36] {
  margin-left: 10px;
}
.ml8[data-v-23fdbe36] {
  margin-left: 8px;
}
.ml16[data-v-23fdbe36] {
  margin-left: 16px;
}
.ml24[data-v-23fdbe36] {
  margin-left: 24px;
}
.ml20[data-v-23fdbe36] {
  margin-left: 20px;
}
.mb-n[data-v-23fdbe36] {
  margin-bottom: 0px !important;
}
.mb-10[data-v-23fdbe36] {
  margin-bottom: -10px !important;
}
.mb5[data-v-23fdbe36] {
  margin-bottom: 5px !important;
}
.mb8[data-v-23fdbe36] {
  margin-bottom: 8px !important;
}
.mb10[data-v-23fdbe36] {
  margin-bottom: 10px !important;
}
.mb16[data-v-23fdbe36] {
  margin-bottom: 16px;
}
.mb18[data-v-23fdbe36] {
  margin-bottom: 18px;
}
.mb20[data-v-23fdbe36] {
  margin-bottom: 20px;
}
.mb24[data-v-23fdbe36] {
  margin-bottom: 24px;
}
.ml10[data-v-23fdbe36] {
  margin-left: 10px;
}
/* margin-end */
/* border-start */
.border-none[data-v-23fdbe36] {
  border: none;
}
/* border-end */
/* width-start */
.w100[data-v-23fdbe36] {
  width: 100% !important;
}
.w100-4[data-v-23fdbe36] {
  width: calc(100% - 4px);
  margin-right: 4px;
}
.w-100[data-v-23fdbe36] {
  width: 100px;
}
.w-150[data-v-23fdbe36] {
  width: 150px;
}
.w-200[data-v-23fdbe36] {
  width: 200px;
}
.w-300[data-v-23fdbe36] {
  width: 300px;
}
/* width-end */
/* height-start */
.h100[data-v-23fdbe36] {
  height: 100%;
}
.h-30[data-v-23fdbe36] {
  height: 30px;
}
.h-33[data-v-23fdbe36] {
  height: 33px;
}
/* height-end */
/* background-start */
.bg-primary[data-v-23fdbe36] {
  background: #409eff;
}
.bg-warning[data-v-23fdbe36] {
  background: #ee7808;
}
.bg-warninger[data-v-23fdbe36] {
  background: #fb651e;
}
.bg-success[data-v-23fdbe36] {
  background: #67c23a;
}
.bg-danger[data-v-23fdbe36] {
  background: #f56c6c;
}
/* background-end */
/* font-start */
.font-num[data-v-23fdbe36] {
  font-family: 'numfont';
}
.text-right[data-v-23fdbe36] {
  text-align: right;
}
.text-left[data-v-23fdbe36] {
  text-align: left;
}
.text-center[data-v-23fdbe36] {
  text-align: center;
}
.text-theme[data-v-23fdbe36] {
  color: #ee7808 !important;
}
.text-primary[data-v-23fdbe36] {
  color: #409eff;
}
.text-green[data-v-23fdbe36] {
  color: #5daf34;
}
.text-success[data-v-23fdbe36] {
  color: #67c23a !important;
}
.text-warning[data-v-23fdbe36] {
  color: #e6a23c;
}
.text-danger[data-v-23fdbe36] {
  color: #f56c6c;
}
.text-white[data-v-23fdbe36] {
  color: #fff;
}
.text-666[data-v-23fdbe36] {
  color: #666;
}
.text-aaa[data-v-23fdbe36] {
  color: #aaa;
}
.fw400[data-v-23fdbe36] {
  font-weight: 400;
}
.fw500[data-v-23fdbe36] {
  font-weight: 500;
}
.fw600[data-v-23fdbe36] {
  font-weight: 600;
}
.fs10[data-v-23fdbe36] {
  font-size: 10px !important;
}
.fs12[data-v-23fdbe36] {
  font-size: 12px !important;
}
.fs14[data-v-23fdbe36] {
  font-size: 14px !important;
}
.fs16[data-v-23fdbe36] {
  font-size: 16px !important;
}
.fs18[data-v-23fdbe36] {
  font-size: 18px !important;
}
.fs20[data-v-23fdbe36] {
  font-size: 20px !important;
}
.fs22[data-v-23fdbe36] {
  font-size: 22px !important;
}
.fs24[data-v-23fdbe36] {
  font-size: 24px !important;
}
.fs50[data-v-23fdbe36] {
  font-size: 50px !important;
}
/* font-end */
/* border-radius-start */
.rounded-sm[data-v-23fdbe36] {
  border-radius: 4px !important;
}
/* border-radius-end */
/* float-start */
.pull-left[data-v-23fdbe36] {
  float: left;
}
.pull-right[data-v-23fdbe36] {
  float: right;
}
/* float-end */
/* lineheight-start */
.lh30[data-v-23fdbe36] {
  line-height: 30px !important;
}
.lh32[data-v-23fdbe36] {
  line-height: 32px !important;
}
/* lineheight-end */
.cur-point[data-v-23fdbe36] {
  cursor: pointer;
}
.mbn[data-v-23fdbe36] {
  margin-bottom: 0px !important;
}
.pos-r[data-v-23fdbe36] {
  position: relative;
}
.pos-a[data-v-23fdbe36] {
  position: absolute;
}
.table-form .el-form-item[data-v-23fdbe36],
.detail-form .el-form-item[data-v-23fdbe36] {
  margin-bottom: 0px;
}
.el-picker-panel .el-input__inner[data-v-23fdbe36] {
  color: #606266 !important;
}
.el-picker-panel .el-input.is-disabled .el-input__inner[data-v-23fdbe36] {
  background: #b3b3b3 !important;
}
.el-table__fixed-right[data-v-23fdbe36]::before {
  height: 0px;
}
.collapse-btn[data-v-23fdbe36] {
  float: left;
  padding: 0 6px;
  cursor: pointer;
  line-height: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.logo[data-v-23fdbe36] {
  position: absolute;
  left: 50px;
  top: 0px;
  width: calc(100% - 60px);
  line-height: 70px;
}
.logo img[data-v-23fdbe36] {
  width: 100%;
}
.logo-mini[data-v-23fdbe36] {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 25px;
  top: 17px;
}
.logo-mini img[data-v-23fdbe36] {
  width: 100%;
}
[data-v-23fdbe36] .el-menu {
  border-right: none;
}
.sidebar[data-v-23fdbe36] {
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  /* 保持垂直滚动，同时允许横向溢出显示引导组件 */
  overflow-y: auto;
  overflow-x: visible;
  padding-top: 70px;
}
.sidebar[data-v-23fdbe36]::-webkit-scrollbar {
  width: 0;
}
.sidebar-el-menu[data-v-23fdbe36]:not(.el-menu--collapse) {
  width: 216px;
}
@media screen and (max-width: 1500px) {
.sidebar-el-menu[data-v-23fdbe36]:not(.el-menu--collapse) {
    width: 140px !important;
}
}
/* guide-factory 定位，确保不被裁剪且盖在上层 */
.guide-factory[data-v-23fdbe36] {
  position: absolute;
  right: 12px;
  /* 可根据需要微调位置 */
  top: 12px;
  z-index: 2000;
  pointer-events: auto;
}
/* 默认样式保留，但实际定位由 inline guideStyle 控制 */
.guide-style[data-v-23fdbe36] {
  position: fixed;
  z-index: 3000;
  pointer-events: auto;
}


.tags {
	position: relative;
	height: 30px;
	overflow: hidden;
	background: #fff;
	padding-right: 110px;
	-webkit-box-shadow: 0 5px 10px #ddd;
	        box-shadow: 0 5px 10px #ddd;
}
.tags ul {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.tags-li {
	float: left;
	margin: 3px 5px 2px 3px;
	border-radius: 3px;
	font-size: 12px;
	overflow: hidden;
	cursor: pointer;
	height: 23px;
	line-height: 23px;
	border: 1px solid #e9eaec;
	background: #fff;
	padding: 0 5px 0 12px;
	vertical-align: middle;
	color: #666;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.tags-li:not(.active):hover {
	background: #f8f8f8;
}
.tags-li.active {
	color: #fff;
}
.tags-li-title {
	float: left;
	max-width: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 5px;
	color: #666;
}
.tags-li.active .tags-li-title {
	color: #fff;
}
.tags-close-box {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top: 1px;
	text-align: center;
	width: 110px;
	height: 30px;
	background: #fff;
	/* box-shadow: -3px 0 15px 3px rgba(0, 0, 0, 0.1); */
	z-index: 10;
}

@charset "UTF-8";
/* 主题颜色 */
.container {
  position: relative;
  padding: 16px;
  border-radius: 4px;
  font-family: PingFang SC, PingFang SC-Medium;
}
.container .container-title {
  font-size: 16px;
}
.status-style {
  margin-right: 6px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.dis-block {
  display: block;
}
.cur-p {
  cursor: pointer;
}
.clear {
  clear: both;
}
.of-h {
  overflow: hidden;
}
.z-index999 {
  z-index: 9999999;
}
/* flex-start */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.space-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* flex-end */
/* padding-start */
.padding {
  padding: 50px 0;
}
.pn {
  padding: 0px !important;
}
.p10 {
  padding: 10px;
}
.p24 {
  padding: 24px;
}
.p8 {
  padding: 8px;
}
.p16 {
  padding: 16px;
}
.pl8 {
  padding-left: 8px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl40 {
  padding-left: 40px;
}
.pt8 {
  padding-top: 8px;
}
.pt10 {
  padding-top: 10px;
}
.pt16 {
  padding-top: 16px !important;
}
.pr4 {
  padding-right: 4px;
}
.pr8 {
  padding-right: 8px;
}
.pr10 {
  padding-right: 10px;
}
.pr16 {
  padding-right: 16px;
}
.pr20 {
  padding-right: 20px;
}
.pbn {
  padding-bottom: 0px !important;
}
.pb8 {
  padding-bottom: 8px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl10 {
  padding-left: 10px;
}
.pl16 {
  padding-left: 16px;
}
.ptn {
  padding-top: 0px !important;
}
.pt16 {
  padding-top: 16px;
}
/* padding-end */
/* margin-start */
.m8 {
  margin: 8px;
}
.m10 {
  margin: 10px;
}
.mtn {
  margin-top: 0px !important;
}
.mt4 {
  margin-top: 4px;
}
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px;
}
.mt16 {
  margin-top: 16px;
}
.mr4 {
  margin-right: 4px;
}
.mr5 {
  margin-right: 5px;
}
.mr8 {
  margin-right: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mr12 {
  margin-right: 12px;
}
.mr15 {
  margin-right: 15px;
}
.mr16 {
  margin-right: 16px;
}
.mr20 {
  margin-right: 20px;
}
.mr24 {
  margin-right: 24px;
}
.mt20 {
  margin-top: 20px;
}
.ml5 {
  margin-left: 5px;
}
.ml4 {
  margin-left: 4px;
}
.ml10 {
  margin-left: 10px;
}
.ml8 {
  margin-left: 8px;
}
.ml16 {
  margin-left: 16px;
}
.ml24 {
  margin-left: 24px;
}
.ml20 {
  margin-left: 20px;
}
.mb-n {
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb16 {
  margin-bottom: 16px;
}
.mb18 {
  margin-bottom: 18px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb24 {
  margin-bottom: 24px;
}
.ml10 {
  margin-left: 10px;
}
/* margin-end */
/* border-start */
.border-none {
  border: none;
}
/* border-end */
/* width-start */
.w100 {
  width: 100% !important;
}
.w100-4 {
  width: calc(100% - 4px);
  margin-right: 4px;
}
.w-100 {
  width: 100px;
}
.w-150 {
  width: 150px;
}
.w-200 {
  width: 200px;
}
.w-300 {
  width: 300px;
}
/* width-end */
/* height-start */
.h100 {
  height: 100%;
}
.h-30 {
  height: 30px;
}
.h-33 {
  height: 33px;
}
/* height-end */
/* background-start */
.bg-primary {
  background: #409eff;
}
.bg-warning {
  background: #ee7808;
}
.bg-warninger {
  background: #fb651e;
}
.bg-success {
  background: #67c23a;
}
.bg-danger {
  background: #f56c6c;
}
/* background-end */
/* font-start */
.font-num {
  font-family: 'numfont';
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-theme {
  color: #ee7808 !important;
}
.text-primary {
  color: #409eff;
}
.text-green {
  color: #5daf34;
}
.text-success {
  color: #67c23a !important;
}
.text-warning {
  color: #e6a23c;
}
.text-danger {
  color: #f56c6c;
}
.text-white {
  color: #fff;
}
.text-666 {
  color: #666;
}
.text-aaa {
  color: #aaa;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fs10 {
  font-size: 10px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs50 {
  font-size: 50px !important;
}
/* font-end */
/* border-radius-start */
.rounded-sm {
  border-radius: 4px !important;
}
/* border-radius-end */
/* float-start */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/* float-end */
/* lineheight-start */
.lh30 {
  line-height: 30px !important;
}
.lh32 {
  line-height: 32px !important;
}
/* lineheight-end */
.cur-point {
  cursor: pointer;
}
.mbn {
  margin-bottom: 0px !important;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.table-form .el-form-item,
.detail-form .el-form-item {
  margin-bottom: 0px;
}
.el-picker-panel .el-input__inner {
  color: #606266 !important;
}
.el-picker-panel .el-input.is-disabled .el-input__inner {
  background: #b3b3b3 !important;
}
.el-table__fixed-right::before {
  height: 0px;
}
.componey-info {
  color: #666;
  text-align: center;
  padding: 10px 0;
  line-height: 20px;
  font-size: 14px;
}
/* 全局遮罩样式：覆盖全屏，阻止交互 */
.guide-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2000;
  /* 阻止页面滚动 */
  overflow: hidden;
}
/* 我知道了 按钮样式 */
.guide-ack-btn {
  background: #fff;
  color: #333;
  border: none;
  border-radius: 4px;
  padding: 8px 14px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

