
#app {
    font-family: PingFangSC-Regular, PingFang SC, Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333333;
}

.result-modal .ant-modal-content {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.result-modal .ant-modal-body {
  padding: 28px;
}

.icons-list[data-v-7de426bc] .anticon {
  font-size: 18px !important;
  line-height: 0 !important;
  vertical-align: middle;
}
[data-v-7de426bc] .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
}
[data-v-7de426bc] .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
}

.container[data-v-bc40bb10] {
  /* 可以设置不同的进入和离开动画 */
  /* 设置持续时间和动画函数 */
}
.container .logo[data-v-bc40bb10] {
  width: 123px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.container .logo img[data-v-bc40bb10] {
  display: block;
  width: 100%;
  height: 100%;
}
.container .collaps[data-v-bc40bb10] {
  display: inline-block;
  margin-left: 60px;
}
.container .slide-fade-enter-active[data-v-bc40bb10] {
  transition: all 0.3s ease;
}
.container .slide-fade-leave-active[data-v-bc40bb10] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.container .slide-fade-enter[data-v-bc40bb10],
.container .slide-fade-leave-to[data-v-bc40bb10] {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}
.container header[data-v-bc40bb10] {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 16px;
  background-color: #fff;
}
.container aside[data-v-bc40bb10] {
  width: auto;
}
.container aside[data-v-bc40bb10]::-webkit-scrollbar {
  display: none;
}
.container aside .ant-menu[data-v-bc40bb10] {
  text-align: left;
}
.container main[data-v-bc40bb10] {
  position: relative;
  padding: 24px;
  background-color: #f6f6f6;
}

.ant-menu-item:first-child {
  margin-top: 0;
}
.ant-menu-inline {
  border-right: none;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #f6f6f6;
}
.ant-menu-item-selected::after,
.ant-menu-item::after {
  left: 0;
  right: auto !important;
  border-left: 3px solid #1890ff;
  border-right: none !important;
}
.ant-dropdown .ant-dropdown-content {
  margin-top: 10px;
  width: 110px;
  padding: 0;
  float: right;
}
.ant-dropdown .ant-dropdown-content .ant-dropdown-menu-item {
  height: 40px;
  line-height: 30px;
}
.ant-breadcrumb {
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
}
.ant-breadcrumb a {
  color: #333333;
}
.ant-breadcrumb span:last-child {
  color: #333333;
}
.member-popover {
  line-height: 26px;
}
.member-popover .vip-icon {
  width: 72px;
  height: 22px;
}
.member-popover .vip-text {
  position: absolute;
  top: 0;
  left: 7px;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-sizing: border-box;
}
#app {
  height: 100%;
  font-size: 14px;
}
ul,
li {
  list-style: none;
}
p {
  margin: 0;
}
a:focus,
a:active {
  outline: none;
}
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
div:focus {
  outline: none;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.f-pointer {
  cursor: pointer;
}
.border-box {
  box-sizing: border-box;
}
.f-absolute-bottom-0 {
  position: absolute;
  bottom: 0;
}
.f-absolute-top-16 {
  position: absolute;
  top: 16px;
}
.f-relative {
  position: relative;
}
.f-inline {
  display: inline;
}
.f-inline-block {
  display: inline-block !important;
}
.f-line-32 {
  line-height: 32px;
}
.f-line-md {
  line-height: 1.5;
}
.f-vertical-top {
  vertical-align: top;
}
.f-vertical-middle {
  vertical-align: middle;
}
.f-vertical-bottom {
  vertical-align: bottom;
}
.flex {
  display: -webkit-flex;
  display: flex;
}
.f-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.f-flex-end {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.f-flex-column-end {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.f-text-center {
  text-align: center;
}
.f-text-left {
  text-align: left;
}
.f-text-right {
  text-align: right;
}
.f-flex-1 {
  -webkit-flex: 1;
  flex: 1;
}
.f-flex-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.f-flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.f-flex-justify {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.f-flex-justify-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.f-flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f-color-81 {
  color: #81f6fb;
  text-shadow: 0 0 10px rgba(129, 246, 251, 0.5);
}
.f-block {
  display: block;
}
.f-hide {
  display: none;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.s-pink {
  color: #ed78a5;
}
.s-black {
  color: #323232;
}
.s-black-00-25 {
  color: rgba(0, 0, 0, 0.25);
}
.s-black-00-45 {
  color: rgba(0, 0, 0, 0.45);
}
.s-black-00-65 {
  color: rgba(0, 0, 0, 0.65);
}
.s-orange {
  color: #fa541c;
}
.s-black-33 {
  color: #333333 !important;
}
.s-black-5f {
  color: #5f5f5f;
}
.s-black-2d {
  color: #2d2c34;
}
.s-black-66 {
  color: #666666;
}
.s-suntan {
  color: #a06235;
}
.s-suntan-65 {
  color: rgba(160, 98, 53, 0.65);
}
.s-grey {
  color: #9a9a9a;
}
.s-light-grey {
  color: #c9c9c9;
}
.s-grey-54 {
  color: #545454;
}
.s-light-red {
  color: #b80002;
}
.s-green {
  color: #52c41a;
}
.s-red {
  color: #f5222d;
}
.s-deep-red {
  color: #c00200;
}
.s-red-e9 {
  color: #e9546b;
}
.s-blue {
  color: #409eff;
}
.s-blue-18 {
  color: #1890ff;
}
.s-blue-18-65 {
  color: rgba(24, 144, 255, 0.65);
}
.s-link,
.s-link:hover,
.s-link:focus {
  color: #409eff;
}
.f-bold {
  font-weight: bold;
}
.f-w-600 {
  font-weight: 600;
}
.f-w-500 {
  font-weight: 500;
}
.f-w-400 {
  font-weight: 400;
}
.f-font38 {
  font-size: 38px;
}
.f-font32 {
  font-size: 32px;
}
.f-font30 {
  font-size: 30px;
}
.f-font26 {
  font-size: 26px !important;
}
.f-font24 {
  font-size: 24px;
}
.f-font22 {
  font-size: 22px;
}
.f-font20 {
  font-size: 20px;
}
.f-font18 {
  font-size: 18px;
}
.f-font16 {
  font-size: 16px;
}
.f-font14 {
  font-size: 14px;
}
.f-font12 {
  font-size: 12px;
}
.f-p-40-20 {
  padding: 40px 20px;
}
.f-pt20 {
  padding-top: 20px;
}
.f-pt35 {
  padding-top: 35px;
}
.f-pt38 {
  padding-top: 38px;
}
.f-pt15 {
  padding-top: 15px;
}
.f-pb70 {
  padding-bottom: 70px;
}
.f-pb56 {
  padding-bottom: 56px;
}
.f-pb15 {
  padding-bottom: 15px;
}
.f-pb10 {
  padding-bottom: 10px;
}
.f-pb7 {
  padding-bottom: 7px;
}
.f-pb5 {
  padding-bottom: 5px;
}
.f-pl3 {
  padding-left: 3px;
}
.f-pl8 {
  padding-left: 8px;
}
.f-pl14 {
  padding-left: 14px;
}
.f-pl20 {
  padding-left: 20px;
}
.f-pl25 {
  padding-left: 25px;
}
.f-pl27 {
  padding-left: 27px;
}
.f-pl30 {
  padding-left: 30px !important;
}
.f-pl50 {
  padding-left: 50px;
}
.f-pl70 {
  padding-left: 70px;
}
.f-pr20 {
  padding-right: 20px;
}
.f-pr50 {
  padding-right: 50px;
}
.f-mt3 {
  margin-top: 3px;
}
.f-mt6 {
  margin-top: 6px;
}
.f-mt8 {
  margin-top: 8px;
}
.f-mt10 {
  margin-top: 10px;
}
.f-mt15 {
  margin-top: 15px;
}
.f-mt16 {
  margin-top: 16px;
}
.f-mt34 {
  margin-top: 34px;
}
.f-mb0 {
  margin-bottom: 0 !important;
}
.f-mb2 {
  margin-bottom: 2px !important;
}
.f-mb5 {
  margin-bottom: 5px !important;
}
.f-mb10 {
  margin-bottom: 10px !important;
}
.f-mb12 {
  margin-bottom: 12px !important;
}
.f-mb16 {
  margin-bottom: 16px;
}
.f-mb20 {
  margin-bottom: 20px !important;
}
.f-mb24 {
  margin-bottom: 24px !important;
}
.f-mb30 {
  margin-bottom: 30px !important;
}
.f-mb35 {
  margin-bottom: 35px !important;
}
.f-mb40 {
  margin-bottom: 40px;
}
.f-mb45 {
  margin-bottom: 45px;
}
.f-mb50 {
  margin-bottom: 50px;
}
.f-mb60 {
  margin-bottom: 60px;
}
.f-mt5 {
  margin-top: 5px;
}
.f-mt20 {
  margin-top: 20px;
}
.f-mt24 {
  margin-top: 24px !important;
}
.f-mt25 {
  margin-top: 25px !important;
}
.f-mt30 {
  margin-top: 30px !important;
}
.f-mt35 {
  margin-top: 35px !important;
}
.f-mt50 {
  margin-top: 50px !important;
}
.f-mt60 {
  margin-top: 60px !important;
}
.f-mt70 {
  margin-top: 70px !important;
}
.f-ml0 {
  margin-left: 0 !important;
}
.f-ml5 {
  margin-left: 5px;
}
.f-ml8 {
  margin-left: 8px;
}
.f-ml10 {
  margin-left: 10px !important;
}
.f-ml12 {
  margin-left: 12px !important;
}
.f-ml15 {
  margin-left: 15px;
}
.f-ml20 {
  margin-left: 20px !important;
}
.f-ml30 {
  margin-left: 30px !important;
}
.f-ml40 {
  margin-left: 40px;
}
.f-ml180 {
  margin-left: 180px;
}
.f-mt40 {
  margin-top: 40px;
}
.f-mr5 {
  margin-right: 5px;
}
.f-mr8 {
  margin-right: 8px;
}
.f-mr10 {
  margin-right: 10px !important;
}
.f-mr15 {
  margin-right: 15px;
}
.f-mr20 {
  margin-right: 20px !important;
}
.f-mr24 {
  margin-right: 24px;
}
.f-mr30 {
  margin-right: 30px;
}
.f-mr34 {
  margin-right: 34px;
}
.f-mr40 {
  margin-right: 40px;
}
.f-mr100 {
  margin-right: 100px;
}
.f-fullwidth {
  width: 100% !important;
}
.f-fullheight {
  height: 100%;
}
.f-height-346 {
  height: 346px;
}
.f-height-32 {
  height: 32px;
}
.f-width-300 {
  width: 300px !important;
}
.f-width-150 {
  width: 150px !important;
}
.f-width-130 {
  width: 130px !important;
}
.f-width-120 {
  width: 120px !important;
}
.f-width-200 {
  width: 200px !important;
}
.f-width-650 {
  width: 650px !important;
}
.f-width-600 {
  width: 600px !important;
}
.f-width-460 {
  width: 460px !important;
}
.f-width-84 {
  width: 84px;
}
.f-width-50 {
  width: 50px;
}
.f-width-44 {
  width: 44px;
}
.f-icon-14 {
  width: 14px;
  height: 14px;
}
.f-icon-16 {
  width: 16px;
  height: 16px;
}
.f-icon-24 {
  width: 24px;
  height: 24px;
  display: block;
}
.f-icon-30 {
  width: 30px;
  height: 30px;
}
.f-icon-38 {
  width: 38px;
  height: 38px;
}
.f-icon-42 {
  width: 42px;
  height: 42px;
}
.f-icon-100 {
  width: 100px;
  height: 100px;
}
.f-ellipsis-1 {
  box-sizing: border-box;
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.f-ellipsis-2 {
  box-sizing: border-box;
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.f-ellipsis-3 {
  box-sizing: border-box;
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.f-overflow {
  overflow: hidden;
}
.f-overflow::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}
.f-overflow::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
.f-overflow::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  background-clip: padding-box;
  min-height: 28px;
}
.f-overflow::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
.f-cursor-pointer {
  cursor: pointer;
}
/* main.less */
.div {
  width: 100%;
}
/* UEditor */
.edui-toolbar .edui-default {
  line-height: 20px !important;
}
.ue .el-form-item__content {
  overflow: hidden;
}
.ue .el-form-item__error {
  margin-top: -40px;
}
/* mixin.less */
.fullwidth {
  width: 100%;
}
.ant-btn,
.ant-select-selector,
.ant-radio-button-wrapper,
.ant-input-number,
.ant-input-affix-wrapper {
  border-radius: 4px;
}
.antd-submit-form .small-fill-item .ant-input,
.antd-submit-form .small-fill-item .ant-select {
  width: 88px;
}
.antd-submit-form .fill-item .ant-input,
.antd-submit-form .fill-item .ant-select {
  width: 170px;
}
.antd-submit-form .medium-fill-item .ant-input,
.antd-submit-form .medium-fill-item .ant-select {
  width: 220px;
}
.antd-submit-form .select-multiple .ant-input,
.antd-submit-form .select-multiple .ant-select {
  width: 210px;
}
.antd-submit-form .date-picker .ant-input,
.antd-submit-form .date-picker .ant-select {
  width: 220px;
}
.antd-submit-form .date-picker .ant-calendar-range-picker-input {
  width: 42%;
}
.antd-submit-form .default-label .ant-form-item-label {
  width: 100px;
}
.antd-submit-form .flex-fill-item > .ant-form-item-control-wrapper {
  width: 258px;
}
.antd-submit-form .flex-fill-item > .ant-form-item-control-wrapper .ant-form-item-children {
  display: -webkit-flex;
  display: flex;
}
.antd-submit-form .subimt-group .ant-sumbit-btn {
  width: 100px;
}
.antd-operation-button .ant-btn {
  width: 90px;
  height: 40px;
  font-size: 16px;
}
.antd-normal-btn-link {
  color: #333333;
}
.antd-table .ant-table-thead .ant-table-column-title {
  font-weight: 500;
  color: #333333;
  font-family: PingFangSC-Medium, PingFang SC;
}
.antd-table .ant-table-tbody {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  font-family: PingFangSC-Regular, PingFang SC;
}
.antd-table .ant-table-row .ant-btn-background-ghost.ant-btn-primary:not([disabled]):hover {
  background-color: #1890ff !important;
  color: #fff;
}
.antd-table .ant-table-row .ant-btn-link:hover {
  color: #40a9ff;
}
.antd-table .ant-table-placeholder {
  border-bottom: none;
}
.antd-footer-table .ant-table-footer {
  padding: 15px 20px !important;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.25);
}
.cancel-table .ant-table-thead .ant-table-column-title {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
}
.cancel-table .ant-table-tbody {
  color: rgba(0, 0, 0, 0.45);
}
.form-popup .ant-modal-header .ant-modal-title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
.form-popup .ant-modal-body {
  padding-bottom: 0;
}
.no-border-popup .ant-modal-header {
  border-bottom: 0;
  padding: 32px;
}
.no-border-popup .ant-modal-body {
  padding: 24px 32px 0;
}
.no-border-popup .ant-modal-footer {
  border-top: 0;
  padding: 0 32px;
}
.title-no-padding-popup .ant-modal-header {
  padding: 0;
  border-bottom: 0;
}
.edit-brand .ant-modal-title {
  text-align: center;
}
.edit-brand .ant-modal-body {
  padding-top: 12px;
}
.edit-brand .ant-modal-body .antd-table {
  max-height: 400px;
  overflow-y: auto;
}
.default-slider .ant-slider-mark-text:first-child {
  -webkit-transform: none !important;
          transform: none !important;
}
.default-slider .ant-slider-mark-text:last-child {
  -webkit-transform: translateX(-100%) !important;
          transform: translateX(-100%) !important;
}
.antd-member-popover.ant-popover {
  width: 410px;
  border-radius: 4px;
}
.antd-member-popover.ant-popover .ant-popover-title {
  width: 100%;
  height: 103px;
  border-bottom: 0;
  padding: 0;
  position: relative;
}
.antd-member-popover.ant-popover .ant-popover-title .bg-div {
  width: 100%;
  height: 100%;
  padding: 15px 15px 20px;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.antd-member-popover.ant-popover .ant-popover-title .bg-div .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.antd-member-popover.ant-popover .ant-popover-title .bg-div .bg .bg-img {
  width: 100%;
}
.antd-member-popover.ant-popover .ant-popover-title .title-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px 25px 20px;
  box-sizing: border-box;
}
.antd-member-popover.ant-popover .ant-popover-title .title-content .renew-btn {
  width: 120px;
  height: 34px;
  color: #a06235;
  border: 0;
  background: linear-gradient(143deg, #f9e9b3 0%, #ffbd16 100%);
}
.antd-member-popover.ant-popover .ant-popover-inner-content {
  padding: 0 15px 20px;
  box-sizing: border-box;
}
.antd-member-popover.ant-popover .ant-popover-inner-content .header .line {
  width: 83px;
  height: 1px;
}
.antd-member-popover.ant-popover .ant-popover-inner-content .header .left-line {
  background: linear-gradient(90deg, rgba(206, 155, 101, 0), #a06235);
}
.antd-member-popover.ant-popover .ant-popover-inner-content .header .right-line {
  background: linear-gradient(-90deg, rgba(206, 155, 101, 0), #a06235);
}
.antd-member-popover.ant-popover .ant-popover-inner-content .header .header-text {
  color: #a06235;
}
.antd-member-popover.ant-popover .ant-popover-inner-content .content .item {
  width: 72px;
  height: 72px;
}
.antd-member-popover.ant-popover .ant-popover-inner-content .content .item-icon {
  width: 42px;
  height: 42px;
}
.ant-slider-rail {
  background-color: #91D5FF;
}
.ant-slider:hover .ant-slider-rail {
  background-color: #91D5FF;
}
.ant-slider-track {
  background-color: #1890FF;
}
.ant-slider:hover .ant-slider-track {
  background-color: #1890FF;
}
.ant-slider-handle {
  border-color: #1890FF;
}
.ant-slider:hover .ant-slider-handle {
  border-color: #1890FF;
}

