/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
}
.ant-drawer > * {
  transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), box-shadow 0.3s cubic-bezier(0.9, 0, 0.3, 0.7);
}
.ant-drawer-content-wrapper {
  position: fixed;
}
.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
}
.ant-drawer-left,
.ant-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
}
.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
  width: 100%;
}
.ant-drawer-left.ant-drawer-open.no-mask,
.ant-drawer-right.ant-drawer-open.no-mask {
  width: 0%;
}
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-right {
  right: 0;
}
.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-top,
.ant-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}
.ant-drawer-top .ant-drawer-content-wrapper,
.ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%;
}
.ant-drawer-top.ant-drawer-open,
.ant-drawer-bottom.ant-drawer-open {
  height: 100%;
}
.ant-drawer-top.ant-drawer-open.no-mask,
.ant-drawer-bottom.ant-drawer-open.no-mask {
  height: 0%;
}
.ant-drawer-top {
  top: 0;
}
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-bottom {
  bottom: 0;
}
.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0;
}
.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 0.3;
  transition: none;
  animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ant-drawer-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.ant-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-drawer-header {
  position: relative;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.ant-drawer-header-no-title {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-drawer-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  filter: alpha(opacity=50);
  transition: opacity 0.3s linear, height 0s ease 0.3s;
}
.ant-drawer-open {
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-open-content {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-cascader {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
}
.ant-cascader-input.ant-input {
  position: static;
  width: 100%;
  background-color: transparent !important;
  cursor: pointer;
}
.ant-cascader-picker-show-search .ant-cascader-input.ant-input {
  position: relative;
}
.ant-cascader-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: transparent;
}
.ant-cascader-picker-disabled {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-cascader-picker-disabled .ant-cascader-input {
  cursor: not-allowed;
}
.ant-cascader-picker:focus .ant-cascader-input {
  border-color: #24a7e3;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 140, 214, 0.2);
}
.ant-cascader-picker-show-search.ant-cascader-picker-focused {
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-picker-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 20px;
  margin-top: -10px;
  padding: 0 12px;
  overflow: hidden;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-cascader-picker-clear {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
}
.ant-cascader-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-cascader-picker:hover .ant-cascader-picker-clear {
  opacity: 1;
}
.ant-cascader-picker-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
  transition: transform 0.2s;
}
.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand {
  transform: rotate(180deg);
}
.ant-cascader-picker-label:hover + .ant-cascader-input {
  border-color: #24a7e3;
  border-right-width: 1px !important;
}
.ant-cascader-picker-small .ant-cascader-picker-clear,
.ant-cascader-picker-small .ant-cascader-picker-arrow {
  right: 8px;
}
.ant-cascader-menus {
  position: absolute;
  z-index: 1050;
  font-size: 14px;
  white-space: nowrap;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-cascader-menus ul,
.ant-cascader-menus ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-cascader-menus-empty,
.ant-cascader-menus-hidden {
  display: none;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-cascader-menu {
  display: inline-block;
  min-width: 111px;
  height: 180px;
  margin: 0;
  padding: 0;
  overflow: auto;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #e8e8e8;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.ant-cascader-menu:first-child {
  border-radius: 4px 0 0 4px;
}
.ant-cascader-menu:last-child {
  margin-right: -1px;
  border-right-color: transparent;
  border-radius: 0 4px 4px 0;
}
.ant-cascader-menu:only-child {
  border-radius: 4px;
}
.ant-cascader-menu-item {
  padding: 5px 12px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-cascader-menu-item:hover {
  background: #e6faff;
}
.ant-cascader-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-cascader-menu-item-disabled:hover {
  background: transparent;
}
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  font-weight: 600;
  background-color: #fafafa;
}
.ant-cascader-menu-item-expand {
  position: relative;
  padding-right: 24px;
}
.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-expand .ant-cascader-menu-item-loading-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  right: 12px;
  color: rgba(0, 0, 0, 0.45);
}
:root .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
:root .ant-cascader-menu-item-expand .ant-cascader-menu-item-loading-icon {
  font-size: 12px;
}
.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #f5222d;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #008CD6;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #008CD6;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  content: '';
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #008CD6;
  border-color: #008CD6;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox-wrapper + span,
.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  display: inline-block;
}
.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #008CD6;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-calendar-picker-container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-calendar-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  position: relative;
  display: inline-block;
  outline: none;
  cursor: text;
  transition: opacity 0.3s;
}
.ant-calendar-picker-input {
  outline: none;
}
.ant-calendar-picker-input.ant-input-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #008CD6;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #24a7e3;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 140, 214, 0.2);
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  font-size: 12px;
  line-height: 14px;
  transition: all 0.3s;
  user-select: none;
}
.ant-calendar-picker-clear {
  z-index: 2;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.ant-calendar-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-calendar-picker-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1;
}
.ant-calendar-picker-small .ant-calendar-picker-clear,
.ant-calendar-picker-small .ant-calendar-picker-icon {
  right: 8px;
}
.ant-calendar {
  position: relative;
  width: 280px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-input {
  width: 100%;
  height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border: 0;
  outline: 0;
  cursor: auto;
}
.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-week-number {
  width: 286px;
}
.ant-calendar-week-number-cell {
  text-align: center;
}
.ant-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  user-select: none;
}
.ant-calendar-header a:hover {
  color: #24a7e3;
}
.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
}
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  content: '\AB';
}
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
}
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  content: '\BB';
}
.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
}
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  content: '\2039';
}
.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
}
.ant-calendar-header .ant-calendar-next-month-btn::after {
  content: '\203A';
}
.ant-calendar-body {
  padding: 8px 12px;
}
.ant-calendar table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}
.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  text-align: center;
  border: 0;
}
.ant-calendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}
.ant-calendar-column-header {
  width: 33px;
  padding: 6px 0;
  line-height: 18px;
  text-align: center;
}
.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}
.ant-calendar-cell {
  height: 30px;
  padding: 3px 0;
}
.ant-calendar-date {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-date-panel {
  position: relative;
  outline: none;
}
.ant-calendar-date:hover {
  background: #e6faff;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #24a7e3;
}
.ant-calendar-today .ant-calendar-date {
  color: #008CD6;
  font-weight: bold;
  border-color: #008CD6;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #cce8f7;
}
.ant-calendar-selected-date .ant-calendar-date,
.ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-selected-end-date .ant-calendar-date {
  color: #fff;
  background: #008CD6;
  border: 1px solid transparent;
}
.ant-calendar-selected-date .ant-calendar-date:hover,
.ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #008CD6;
}
.ant-calendar-disabled-cell .ant-calendar-date {
  position: relative;
  width: auto;
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: not-allowed;
}
.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f5f5f5;
}
.ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  content: '';
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  content: ' ';
}
.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-calendar-footer {
  padding: 0 12px;
  line-height: 38px;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-footer:empty {
  border-top: 0;
}
.ant-calendar-footer-btn {
  display: block;
  text-align: center;
}
.ant-calendar-footer-extra {
  text-align: left;
}
.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  margin: 0 0 0 8px;
  text-align: center;
}
.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  display: none;
  width: 20px;
  height: 20px;
  margin: 0;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  text-indent: -76px;
}
.ant-calendar .ant-calendar-clear-btn::after {
  display: inline-block;
  width: 20px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1;
  text-indent: 43px;
  transition: color 0.3s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover::after {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar .ant-calendar-ok-btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  color: #fff;
  background-color: #008CD6;
  border-color: #008CD6;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 22px;
}
.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}
.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.ant-calendar .ant-calendar-ok-btn-lg {
  height: 48px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #24a7e3;
  border-color: #24a7e3;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #006db0;
  border-color: #006db0;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar-range-picker-input {
  width: 44%;
  height: 99%;
  text-align: center;
  background-color: transparent;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.ant-calendar-range-picker-separator {
  display: inline-block;
  min-width: 10px;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.ant-calendar-range {
  width: 552px;
  overflow: hidden;
}
.ant-calendar-range .ant-calendar-date-panel::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '.';
}
.ant-calendar-range-part {
  position: relative;
  width: 50%;
}
.ant-calendar-range-left {
  float: left;
}
.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-range-right {
  float: right;
}
.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8;
}
.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: 34px;
  margin: 1px 0 0 0;
  padding: 0 200px 0 0;
  color: rgba(0, 0, 0, 0.45);
  line-height: 34px;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}
.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -90px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  padding: 0 10px 0 0;
  transform: translateX(-50%);
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 32px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
  border: 0;
  box-shadow: none;
}
.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #24a7e3;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #24a7e3;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 140, 214, 0.2);
}
.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input[disabled],
.ant-calendar-range .ant-calendar-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input[disabled]:hover,
.ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  height: 48px;
  padding: 6px 11px;
  font-size: 16px;
  line-height: 48px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
  line-height: 24px;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  box-shadow: none;
}
.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}
.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}
.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}
.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel,
.ant-calendar-range .ant-calendar-decade-panel {
  top: 34px;
}
.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}
.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}
.ant-calendar-range .ant-calendar-in-range-cell {
  position: relative;
  border-radius: 0;
}
.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.ant-calendar-range .ant-calendar-in-range-cell::before {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  left: 0;
  display: block;
  background: #e6faff;
  border: 0;
  border-radius: 0;
  content: '';
}
.ant-calendar-range .ant-calendar-footer-extra {
  float: left;
}
div.ant-calendar-range-quick-selector {
  text-align: left;
}
div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header {
  border-bottom: 0;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  top: 68px;
  z-index: 2;
  width: 100%;
  height: 207px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  height: 100%;
  padding-top: 40px;
  background: none;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  height: 22px;
  margin: 8px 12px;
  line-height: 22px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 233px;
}
.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
.ant-calendar-time-picker {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #fff;
}
.ant-calendar-time-picker-panel {
  position: absolute;
  z-index: 1050;
  width: 100%;
}
.ant-calendar-time-picker-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
}
.ant-calendar-time-picker-combobox {
  width: 100%;
}
.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}
.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}
.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}
.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}
.ant-calendar-time-picker-input-wrap {
  display: none;
}
.ant-calendar-time-picker-select {
  position: relative;
  float: left;
  box-sizing: border-box;
  height: 226px;
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.ant-calendar-time-picker-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}
.ant-calendar-time-picker-select ul {
  box-sizing: border-box;
  width: 100%;
  max-height: 206px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-calendar-time-picker-select li {
  box-sizing: content-box;
  width: 100%;
  height: 24px;
  margin: 0;
  padding-left: 32px;
  line-height: 24px;
  list-style: none;
  cursor: pointer;
  transition: background 0.3s ease;
  user-select: none;
}
.ant-calendar-time-picker-select li:last-child::after {
  display: block;
  height: 202px;
  content: '';
}
.ant-calendar-time-picker-select li:hover {
  background: #e6faff;
}
li.ant-calendar-time-picker-select-option-selected {
  font-weight: bold;
  background: #f5f5f5;
}
li.ant-calendar-time-picker-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-calendar-time .ant-calendar-day-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 34px;
}
.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto;
}
.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-month-panel > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ant-calendar-month-panel-hidden {
  display: none;
}
.ant-calendar-month-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  user-select: none;
}
.ant-calendar-month-panel-header a:hover {
  color: #24a7e3;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  content: '\AB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  content: '\BB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  content: '\2039';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  content: '\203A';
}
.ant-calendar-month-panel-body {
  flex: 1;
}
.ant-calendar-month-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-month-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-month-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  color: #fff;
  background: #008CD6;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  color: #fff;
  background: #008CD6;
}
.ant-calendar-month-panel-cell {
  text-align: center;
}
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-calendar-month-panel-month {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: #e6faff;
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-year-panel > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ant-calendar-year-panel-hidden {
  display: none;
}
.ant-calendar-year-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  user-select: none;
}
.ant-calendar-year-panel-header a:hover {
  color: #24a7e3;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  content: '\AB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  content: '\BB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  content: '\2039';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  content: '\203A';
}
.ant-calendar-year-panel-body {
  flex: 1;
}
.ant-calendar-year-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-year-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-year-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-year-panel-cell {
  text-align: center;
}
.ant-calendar-year-panel-year {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: #e6faff;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  color: #fff;
  background: #008CD6;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  color: #fff;
  background: #008CD6;
}
.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  color: rgba(0, 0, 0, 0.25);
  user-select: none;
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-decade-panel-hidden {
  display: none;
}
.ant-calendar-decade-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  user-select: none;
}
.ant-calendar-decade-panel-header a:hover {
  color: #24a7e3;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  content: '\AB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  content: '\BB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  content: '\2039';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  content: '\203A';
}
.ant-calendar-decade-panel-body {
  flex: 1;
}
.ant-calendar-decade-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-decade-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-decade-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-decade-panel-cell {
  white-space: nowrap;
  text-align: center;
}
.ant-calendar-decade-panel-decade {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: #e6faff;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  color: #fff;
  background: #008CD6;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #008CD6;
}
.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  color: rgba(0, 0, 0, 0.25);
  user-select: none;
}
.ant-calendar-month .ant-calendar-month-header-wrap {
  position: relative;
  height: 288px;
}
.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 100%;
}
.ant-calendar-week-number-cell {
  opacity: 0.5;
}
.ant-calendar-week-number .ant-calendar-body tr {
  cursor: pointer;
  transition: all 0.3s;
}
.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #e6faff;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  font-weight: bold;
  background: #a3ebff;
}
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-time-picker-panel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.ant-time-picker-panel-inner {
  position: relative;
  left: -2px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-time-picker-panel-input {
  width: 100%;
  max-width: 154px;
  margin: 0;
  padding: 0;
  line-height: normal;
  border: 0;
  outline: 0;
  cursor: auto;
}
.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input-wrap {
  position: relative;
  box-sizing: border-box;
  padding: 7px 2px 7px 12px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-time-picker-panel-input-invalid {
  border-color: #f5222d;
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}
.ant-time-picker-panel-select {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 56px;
  max-height: 192px;
  overflow: hidden;
  font-size: 14px;
  border-left: 1px solid #e8e8e8;
}
.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}
.ant-time-picker-panel-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-time-picker-panel-select:last-child {
  border-right: 0;
}
.ant-time-picker-panel-select:only-child {
  width: 100%;
}
.ant-time-picker-panel-select ul {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 0 160px;
  list-style: none;
}
.ant-time-picker-panel-select li {
  box-sizing: content-box;
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 0 0 12px;
  line-height: 32px;
  text-align: left;
  list-style: none;
  cursor: pointer;
  transition: background 0.3s;
  user-select: none;
}
.ant-time-picker-panel-select li:hover {
  background: #e6faff;
}
li.ant-time-picker-panel-select-option-selected {
  font-weight: bold;
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-selected:hover {
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-time-picker-panel-combobox {
  zoom: 1;
}
.ant-time-picker-panel-combobox::before,
.ant-time-picker-panel-combobox::after {
  display: table;
  content: '';
}
.ant-time-picker-panel-combobox::after {
  clear: both;
}
.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e8e8e8;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-time-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  position: relative;
  display: inline-block;
  width: 128px;
  outline: none;
  cursor: text;
  transition: opacity 0.3s;
}
.ant-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 32px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}
.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input:hover {
  border-color: #24a7e3;
  border-right-width: 1px !important;
}
.ant-time-picker-input:focus {
  border-color: #24a7e3;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 140, 214, 0.2);
}
.ant-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-time-picker-input-lg {
  height: 48px;
  padding: 6px 11px;
  font-size: 16px;
  line-height: 48px;
}
.ant-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
  line-height: 24px;
}
.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-time-picker-open {
  opacity: 0;
}
.ant-time-picker-icon,
.ant-time-picker-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
}
.ant-time-picker-icon .ant-time-picker-clock-icon,
.ant-time-picker-clear .ant-time-picker-clock-icon {
  display: block;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
}
.ant-time-picker-clear {
  z-index: 2;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.ant-time-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-time-picker:hover .ant-time-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-time-picker-large .ant-time-picker-input {
  height: 48px;
  padding: 6px 11px;
  font-size: 16px;
  line-height: 48px;
}
.ant-time-picker-small .ant-time-picker-input {
  height: 24px;
  padding: 1px 7px;
  line-height: 24px;
}
.ant-time-picker-small .ant-time-picker-icon,
.ant-time-picker-small .ant-time-picker-clear {
  right: 7px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .ant-input {
      line-height: 1.5;
    }
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5;
}
.ant-layout,
.ant-layout * {
  box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
  flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  overflow-x: hidden;
}
.ant-layout-header,
.ant-layout-footer {
  flex: 0 0 auto;
}
.ant-layout-header {
  height: 58px;
  padding: 0 30px;
  line-height: 58px;
  background: #191919;
}
.ant-layout-footer {
  padding: 0 5.73%;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  background: #191919;
}
.ant-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ant-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #fff;
  transition: all 0.2s;
}
.ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 58px;
  right: -36px;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger:hover {
  background: #ffffff;
}
.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 40px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  height: 40px;
  margin: 0;
  margin-right: 2px;
  padding: 0 16px;
  line-height: 38px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  height: 40px;
  color: #008CD6;
  background: #fff;
  border-color: #e8e8e8;
  border-bottom: 1px solid #fff;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-inactive {
  padding: 0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x {
  width: 16px;
  height: 16px;
  height: 14px;
  margin-right: -5px;
  margin-left: 3px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  vertical-align: middle;
  transition: all 0.3s;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane {
  transition: none !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive {
  overflow: hidden;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1;
}
.ant-tabs-extra-content {
  line-height: 40px;
}
.ant-tabs-extra-content .ant-tabs-new-tab {
  position: relative;
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #008CD6;
  border-color: #008CD6;
}
.ant-tabs-extra-content .ant-tabs-new-tab svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-container {
  height: 100%;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-new-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-new-tab {
  width: 90%;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab {
  margin-right: 1px;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-left: 1px;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}
.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab {
  height: auto;
  border-top: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active {
  padding-top: 1px;
  padding-bottom: 0;
  color: #008CD6;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.ant-tabs::before,
.ant-tabs::after {
  display: table;
  content: '';
}
.ant-tabs::after {
  clear: both;
}
.ant-tabs-ink-bar {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  height: 2px;
  background-color: #008CD6;
  transform-origin: 0 0;
}
.ant-tabs-bar {
  margin: 0 0 16px 0;
  border-bottom: 1px solid #e8e8e8;
  outline: none;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav-container {
  position: relative;
  box-sizing: border-box;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
}
.ant-tabs-nav-container::before,
.ant-tabs-nav-container::after {
  display: table;
  content: '';
}
.ant-tabs-nav-container::after {
  clear: both;
}
.ant-tabs-nav-container-scrolling {
  padding-right: 32px;
  padding-left: 32px;
}
.ant-tabs-bottom .ant-tabs-bottom-bar {
  margin-top: 16px;
  margin-bottom: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: none;
}
.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-ink-bar {
  top: 1px;
  bottom: auto;
}
.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-nav-container {
  margin-top: -1px;
  margin-bottom: 0;
}
.ant-tabs-tab-prev,
.ant-tabs-tab-next {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  opacity: 0;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  pointer-events: none;
}
.ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  width: 32px;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
.ant-tabs-tab-prev:hover,
.ant-tabs-tab-next:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tabs-tab-prev-icon,
.ant-tabs-tab-next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: inherit;
  text-align: center;
  text-transform: none;
  transform: translate(-50%, -50%);
}
.ant-tabs-tab-prev-icon-target,
.ant-tabs-tab-next-icon-target {
  display: block;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-tabs-tab-prev-icon-target,
:root .ant-tabs-tab-next-icon-target {
  font-size: 12px;
}
.ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}
.ant-tabs-tab-btn-disabled,
.ant-tabs-tab-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab-next {
  right: 2px;
}
.ant-tabs-tab-prev {
  left: 0;
}
:root .ant-tabs-tab-prev {
  filter: none;
}
.ant-tabs-nav-wrap {
  margin-bottom: -1px;
  overflow: hidden;
}
.ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.ant-tabs-nav {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding-left: 0;
  list-style: none;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav::before,
.ant-tabs-nav::after {
  display: table;
  content: ' ';
}
.ant-tabs-nav::after {
  clear: both;
}
.ant-tabs-nav .ant-tabs-tab {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
  margin: 0 32px 0 0;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #0F83C6;
}
.ant-tabs-nav .ant-tabs-tab:active {
  color: #008CD6;
}
.ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px;
}
.ant-tabs-nav .ant-tabs-tab-disabled,
.ant-tabs-nav .ant-tabs-tab-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #008CD6;
  font-weight: 500;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-nav-container {
  font-size: 16px;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
  padding: 16px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container {
  font-size: 14px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-tab {
  padding: 8px 16px;
}
.ant-tabs .ant-tabs-top-content,
.ant-tabs .ant-tabs-bottom-content {
  width: 100%;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane {
  flex-shrink: 0;
  width: 100%;
  opacity: 1;
  transition: opacity 0.45s;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive input,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated,
.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated {
  display: flex;
  flex-direction: row;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: margin-left;
}
.ant-tabs .ant-tabs-left-bar,
.ant-tabs .ant-tabs-right-bar {
  height: 100%;
  border-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar-tab-prev,
.ant-tabs .ant-tabs-right-bar-tab-prev,
.ant-tabs .ant-tabs-left-bar-tab-next,
.ant-tabs .ant-tabs-right-bar-tab-next {
  width: 32px;
  height: 0;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs .ant-tabs-left-bar-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-right-bar-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-left-bar-tab-next.ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-right-bar-tab-next.ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab {
  display: block;
  float: none;
  margin: 0 0 16px 0;
  padding: 8px 24px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-extra-content,
.ant-tabs .ant-tabs-right-bar .ant-tabs-extra-content {
  text-align: center;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-scroll,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-scroll {
  width: auto;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  height: 100%;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav {
  width: 100%;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar,
.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  top: 0;
  bottom: auto;
  left: auto;
  width: 2px;
  height: auto;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-next,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-next {
  bottom: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-prev,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-content,
.ant-tabs .ant-tabs-right-content {
  width: auto;
  margin-top: 0 !important;
  overflow: hidden;
}
.ant-tabs .ant-tabs-left-bar {
  float: left;
  margin-right: -1px;
  margin-bottom: 0;
  border-right: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab {
  text-align: right;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container {
  margin-right: -1px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar {
  right: 1px;
}
.ant-tabs .ant-tabs-left-content {
  padding-left: 24px;
  border-left: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-right-bar {
  float: right;
  margin-bottom: 0;
  margin-left: -1px;
  border-left: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-left: -1px;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  left: 1px;
}
.ant-tabs .ant-tabs-right-content {
  padding-right: 24px;
  border-right: 1px solid #e8e8e8;
}
.ant-tabs-top .ant-tabs-ink-bar-animated,
.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-left .ant-tabs-ink-bar-animated,
.ant-tabs-right .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-flex > .ant-tabs-content > .ant-tabs-content-animated,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-content-animated {
  margin-left: 0 !important;
  transform: none !important;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive input,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
.ant-tabs-left-content > .ant-tabs-content-animated,
.ant-tabs-right-content > .ant-tabs-content-animated {
  margin-left: 0 !important;
  transform: none !important;
}
.ant-tabs-left-content > .ant-tabs-tabpane-inactive,
.ant-tabs-right-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.ant-tabs-left-content > .ant-tabs-tabpane-inactive input,
.ant-tabs-right-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type='file'] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-select-picture-card {
  display: table;
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #008CD6;
}
.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #006db0;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #24a7e3;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #24a7e3;
  font-size: 48px;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload.ant-upload-drag .anticon-plus {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  transition: all 0.3s;
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  zoom: 1;
}
.ant-upload-list::before,
.ant-upload-list::after {
  display: table;
  content: '';
}
.ant-upload-list::after {
  clear: both;
}
.ant-upload-list-item {
  position: relative;
  height: 22px;
  margin-top: 8px;
  font-size: 14px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 12px 0 4px;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
}
.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
  position: absolute;
  top: 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload-list-item .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  top: 6px;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
:root .ant-upload-list-item .anticon-close {
  font-size: 12px;
}
.ant-upload-list-item .anticon-close:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #e6faff;
}
.ant-upload-list-item:hover .anticon-close {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .anticon-paper-clip,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #f5222d;
}
.ant-upload-list-item-error .anticon-close {
  color: #f5222d !important;
  opacity: 1;
}
.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #f5222d;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 54px;
  text-align: center;
  opacity: 0.8;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}
.ant-upload-list-picture .anticon-close,
.ant-upload-list-picture-card .anticon-close {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 1;
  opacity: 1;
}
.ant-upload-list-picture-card {
  float: left;
}
.ant-upload-list-picture-card.ant-upload-list::after {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
  content: ' ';
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}
.ant-upload-list-picture-card .anticon-picture + .ant-upload-list-item-name {
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  padding-left: 0;
}
.ant-upload-list .ant-upload-success-icon {
  color: #52c41a;
  font-weight: bold;
}
.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-leave,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-duration: 0.3s;
  animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-enter {
  animation-name: uploadAnimateIn;
}
.ant-upload-list .ant-upload-animate-leave {
  animation-name: uploadAnimateOut;
}
.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  display: inline-block;
}
.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}
.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.ant-progress-circle-trail {
  stroke: #f5f5f5;
}
.ant-progress-circle-path {
  animation: ant-progress-appear 0.3s;
  stroke: #1890ff;
}
.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52c41a;
}
.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ant-progress-text .anticon {
  font-size: 14px;
}
.ant-progress-status-active .ant-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: '';
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #f5222d;
}
.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}
.ant-progress-status-exception .ant-progress-circle-path {
  stroke: #f5222d;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}
.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
.ant-progress-status-success .ant-progress-circle-path {
  stroke: #52c41a;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
@keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
}
.ant-select-auto-complete.ant-select .ant-select-selection {
  border: 0;
  box-shadow: none;
}
.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  line-height: 32px;
}
.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-right: 12px;
  margin-left: 12px;
}
.ant-select-auto-complete.ant-select .ant-select-selection--single {
  height: auto;
}
.ant-select-auto-complete.ant-select .ant-select-search--inline {
  position: static;
  float: left;
}
.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 0 !important;
}
.ant-select-auto-complete.ant-select .ant-input {
  height: 32px;
  line-height: 1.5;
  background: transparent;
  border-width: 1px;
}
.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #24a7e3;
  border-right-width: 1px !important;
}
.ant-select-auto-complete.ant-select .ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
  background-color: transparent;
}
.ant-select-auto-complete.ant-select .ant-input[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
  line-height: 48px;
}
.ant-select-auto-complete.ant-select-lg .ant-input {
  height: 48px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
  line-height: 24px;
}
.ant-select-auto-complete.ant-select-sm .ant-input {
  height: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.ant-input-group > .ant-select-auto-complete .ant-select-search__field.ant-input-affix-wrapper {
  display: inline;
  float: none;
}

.bf-link-editor{width:360px;padding-top:25px}.bf-link-editor .input-group{margin:0 15px}.bf-link-editor .input-group input{background-color:hsla(0,0%,100%,.07);border:none;border-radius:2px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1);color:#fff;font-weight:700}.bf-link-editor .input-group input:hover{box-shadow:inset 0 0 0 1px rgba(52,152,219,.5)}.bf-link-editor .input-group input:focus{box-shadow:inset 0 0 0 1px #3498db}.bf-link-editor .switch-group{height:16px;margin:15px}.bf-link-editor .switch-group .bf-switch{float:left}.bf-link-editor .switch-group label{float:left;margin-left:15px;color:#999;font-size:12px;line-height:16px}.bf-link-editor .buttons{box-sizing:content-box;height:32px;margin-top:20px;padding:15px;overflow:hidden;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.1)}.bf-link-editor .buttons .button-remove-link{color:#999;font-size:12px;line-height:32px}.bf-link-editor .buttons .button-remove-link:hover{color:#e74c3c}.bf-link-editor .buttons .button-remove-link i{margin-right:5px;font-size:16px}.bf-link-editor .buttons .button-remove-link i,.bf-link-editor .buttons .button-remove-link span{display:block;float:left;line-height:32px}.bf-link-editor .buttons button{margin-left:10px;border-radius:2px;font-weight:700;cursor:pointer}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(a) ". ";counter-increment:a}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(b) ". ";counter-increment:b}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(c) ". ";counter-increment:c}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(d) ". ";counter-increment:d}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(e) ". ";counter-increment:e}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:a}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:b}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:c}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:d}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:e}@font-face{font-family:braft-icons;src:url(data:application/font-woff;base64,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);font-weight:400;font-style:normal}.bf-container [class*=" bfi-"],.bf-container [class^=bfi-],.bf-modal-root [class*=" bfi-"],.bf-modal-root [class^=bfi-]{font-family:braft-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bf-container .bfi-table:before,.bf-modal-root .bfi-table:before{content:"\E228"}.bf-container .bfi-clear_all:before,.bf-modal-root .bfi-clear_all:before{content:"\E0B8"}.bf-container .bfi-format_clear:before,.bf-modal-root .bfi-format_clear:before{content:"\E239"}.bf-container .bfi-hr:before,.bf-modal-root .bfi-hr:before{content:"\E925"}.bf-container .bfi-colorize:before,.bf-modal-root .bfi-colorize:before{content:"\E3B8"}.bf-container .bfi-crop_free:before,.bf-modal-root .bfi-crop_free:before{content:"\E3C2"}.bf-container .bfi-pause:before,.bf-modal-root .bfi-pause:before{content:"\E034"}.bf-container .bfi-play_arrow:before,.bf-modal-root .bfi-play_arrow:before{content:"\E037"}.bf-container .bfi-bin:before,.bf-modal-root .bfi-bin:before{content:"\E9AC"}.bf-container .bfi-replay:before,.bf-modal-root .bfi-replay:before{content:"\E042"}.bf-container .bfi-tune:before,.bf-modal-root .bfi-tune:before{content:"\E429"}.bf-container .bfi-close:before,.bf-modal-root .bfi-close:before{content:"\E913"}.bf-container .bfi-align-center:before,.bf-modal-root .bfi-align-center:before{content:"\E028"}.bf-container .bfi-align-justify:before,.bf-modal-root .bfi-align-justify:before{content:"\E026"}.bf-container .bfi-align-left:before,.bf-modal-root .bfi-align-left:before{content:"\E027"}.bf-container .bfi-align-right:before,.bf-modal-root .bfi-align-right:before{content:"\E029"}.bf-container .bfi-image-right:before,.bf-modal-root .bfi-image-right:before{content:"\E914"}.bf-container .bfi-image-left:before,.bf-modal-root .bfi-image-left:before{content:"\E91E"}.bf-container .bfi-music:before,.bf-modal-root .bfi-music:before{content:"\E90E"}.bf-container .bfi-camera:before,.bf-modal-root .bfi-camera:before{content:"\E911"}.bf-container .bfi-copy:before,.bf-modal-root .bfi-copy:before{content:"\E92C"}.bf-container .bfi-file-text:before,.bf-modal-root .bfi-file-text:before{content:"\E926"}.bf-container .bfi-film:before,.bf-modal-root .bfi-film:before{content:"\E91C"}.bf-container .bfi-github:before,.bf-modal-root .bfi-github:before{content:"\EAB0"}.bf-container .bfi-ltr:before,.bf-modal-root .bfi-ltr:before{content:"\EA74"}.bf-container .bfi-page-break:before,.bf-modal-root .bfi-page-break:before{content:"\EA68"}.bf-container .bfi-pagebreak:before,.bf-modal-root .bfi-pagebreak:before{content:"\EA6E"}.bf-container .bfi-paint-format:before,.bf-modal-root .bfi-paint-format:before{content:"\E90C"}.bf-container .bfi-paste:before,.bf-modal-root .bfi-paste:before{content:"\E92D"}.bf-container .bfi-pilcrow:before,.bf-modal-root .bfi-pilcrow:before{content:"\EA73"}.bf-container .bfi-pushpin:before,.bf-modal-root .bfi-pushpin:before{content:"\E946"}.bf-container .bfi-redo:before,.bf-modal-root .bfi-redo:before{content:"\E968"}.bf-container .bfi-rtl:before,.bf-modal-root .bfi-rtl:before{content:"\EA75"}.bf-container .bfi-spinner:before,.bf-modal-root .bfi-spinner:before{content:"\E980"}.bf-container .bfi-subscript:before,.bf-modal-root .bfi-subscript:before{content:"\EA6C"}.bf-container .bfi-superscript:before,.bf-modal-root .bfi-superscript:before{content:"\EA6B"}.bf-container .bfi-undo:before,.bf-modal-root .bfi-undo:before{content:"\E967"}.bf-container .bfi-media:before,.bf-modal-root .bfi-media:before{content:"\E90F"}.bf-container .bfi-add:before,.bf-modal-root .bfi-add:before{content:"\E918"}.bf-container .bfi-bold:before,.bf-modal-root .bfi-bold:before{content:"\E904"}.bf-container .bfi-code:before,.bf-modal-root .bfi-code:before{content:"\E903"}.bf-container .bfi-done:before,.bf-modal-root .bfi-done:before{content:"\E912"}.bf-container .bfi-drop-down:before,.bf-modal-root .bfi-drop-down:before{content:"\E906"}.bf-container .bfi-drop-up:before,.bf-modal-root .bfi-drop-up:before{content:"\E909"}.bf-container .bfi-emoji:before,.bf-modal-root .bfi-emoji:before{content:"\E91B"}.bf-container .bfi-font-size:before,.bf-modal-root .bfi-font-size:before{content:"\E920"}.bf-container .bfi-fullscreen:before,.bf-modal-root .bfi-fullscreen:before{content:"\E910"}.bf-container .bfi-fullscreen-exit:before,.bf-modal-root .bfi-fullscreen-exit:before{content:"\E90D"}.bf-container .bfi-help:before,.bf-modal-root .bfi-help:before{content:"\E902"}.bf-container .bfi-indent-decrease:before,.bf-modal-root .bfi-indent-decrease:before{content:"\E92F"}.bf-container .bfi-indent-increase:before,.bf-modal-root .bfi-indent-increase:before{content:"\E92E"}.bf-container .bfi-info:before,.bf-modal-root .bfi-info:before{content:"\E901"}.bf-container .bfi-italic:before,.bf-modal-root .bfi-italic:before{content:"\E924"}.bf-container .bfi-link:before,.bf-modal-root .bfi-link:before{content:"\E91A"}.bf-container .bfi-link-off:before,.bf-modal-root .bfi-link-off:before{content:"\E919"}.bf-container .bfi-list:before,.bf-modal-root .bfi-list:before{content:"\E923"}.bf-container .bfi-list-numbered:before,.bf-modal-root .bfi-list-numbered:before{content:"\E922"}.bf-container .bfi-menu:before,.bf-modal-root .bfi-menu:before{content:"\E908"}.bf-container .bfi-more-horiz:before,.bf-modal-root .bfi-more-horiz:before{content:"\E90B"}.bf-container .bfi-more-vert:before,.bf-modal-root .bfi-more-vert:before{content:"\E90A"}.bf-container .bfi-not-disturb:before,.bf-modal-root .bfi-not-disturb:before{content:"\E907"}.bf-container .bfi-print:before,.bf-modal-root .bfi-print:before{content:"\E915"}.bf-container .bfi-quote:before,.bf-modal-root .bfi-quote:before{content:"\E921"}.bf-container .bfi-search:before,.bf-modal-root .bfi-search:before{content:"\E916"}.bf-container .bfi-settingsx:before,.bf-modal-root .bfi-settingsx:before{content:"\E917"}.bf-container .bfi-share:before,.bf-modal-root .bfi-share:before{content:"\E905"}.bf-container .bfi-share-square:before,.bf-modal-root .bfi-share-square:before{content:"\E900"}.bf-container .bfi-strikethrough:before,.bf-modal-root .bfi-strikethrough:before{content:"\E91F"}.bf-container .bfi-text-color .path1:before,.bf-modal-root .bfi-text-color .path1:before{font-family:braft-icons!important;content:"\E930";opacity:.36}.bf-container .bfi-text-color .path2:before,.bf-modal-root .bfi-text-color .path2:before{font-family:braft-icons!important;content:"\E931";margin-left:-1em}.bf-container .bfi-underlined:before,.bf-modal-root .bfi-underlined:before{content:"\E91D"}.bf-content{height:500px;padding-bottom:10px;overflow:auto;font-size:16px}.bf-content img{user-select:none}.bf-content *{line-height:normal}.bf-container{position:relative;height:100%;padding:0}.bf-container.disabled{pointer-events:none;opacity:.7;filter:grayscale(70%)}.bf-container.read-only .bf-controlbar{pointer-events:none}.bf-container.read-only .bf-image img:hover{outline:none}.bf-container.fullscreen{position:fixed;display:flex;flex-direction:column;z-index:99999;top:0;right:0;bottom:0;left:0;background-color:#fff;height:100%!important}.bf-container.fullscreen .bf-content{flex-grow:1;height:auto}.bf-container .input-group{display:block}.bf-container .input-group input{box-sizing:border-box;width:100%;height:36px;padding:0 15px;font-size:14px}.bf-container .pull-left{float:left}.bf-container .pull-right{float:right}.bf-container button{line-height:normal}.bf-container button.default,.bf-container button.ghost,.bf-container button.primary{height:32px;padding:0 20px;color:#fff;font-size:12px}.bf-container button.default{background-color:hsla(0,0%,100%,.15);border:none}.bf-container button.default:hover{background-color:hsla(0,0%,100%,.1)}.bf-container button.ghost{background-color:transparent;border:none;box-shadow:inset 0 0 0 .5px hsla(0,0%,100%,.5)}.bf-container button.ghost:hover{box-shadow:inset 0 0 0 .5px hsla(0,0%,100%,.7)}.bf-container button.primary{background-color:#3498db;border:none;color:#fff}.bf-container button.primary:hover{background-color:#2084c7}.bf-container .public-DraftEditorPlaceholder-root{top:15px;left:15px;font-size:16px;pointer-events:none}.bf-container .DraftEditor-editorContainer{box-sizing:border-box;border:none}.bf-container .DraftEditor-root,.bf-container .public-DraftEditor-content{height:100%}.bf-container .public-DraftEditor-content{box-sizing:border-box;padding:15px;word-wrap:break-word;word-break:break-all}.bf-container .public-DraftEditor-content>div{padding-bottom:20px}.bf-container .public-DraftEditor-content .braft-link{color:#4078c0}.bf-container .public-DraftEditor-content blockquote{margin:0 0 10px;padding:15px 20px;background-color:#f1f2f3;border-left:5px solid #ccc;color:#666;font-style:italic}.bf-container .public-DraftEditor-content pre{max-width:100%;max-height:100%;margin:10px 0;padding:15px;overflow:auto;background-color:#f1f2f3;border-radius:3px;color:#666;font-family:monospace;font-size:14px;font-weight:400;line-height:16px;word-wrap:break-word;white-space:pre-wrap}.bf-container .public-DraftEditor-content pre pre{margin:0;padding:0}.bf-container .bfa-left,.bf-container .bfa-left .public-DraftStyleDefault-ltr{text-align:left}.bf-container .bfa-right,.bf-container .bfa-right .public-DraftStyleDefault-ltr{text-align:right}.bf-container .bfa-center,.bf-container .bfa-center .public-DraftStyleDefault-ltr{text-align:center}.bf-container .bfa-justify,.bf-container .bfa-justify .public-DraftStyleDefault-ltr{text-align:justify}.bf-container .bfa-center>div,.bf-container .bfa-justify>div,.bf-container .bfa-left>div,.bf-container .bfa-right>div{display:inline-block}.bf-container .bff-left:hover,.bf-container .bff-right:hover{z-index:2}.bf-container .bff-left{position:relative;z-index:1;float:left;margin:0 10px 0 0}.bf-container .bff-right{position:relative;z-index:1;float:right;margin:0 0 0 10px}.bf-container .bftd-1{text-indent:2em;display:initial}.bf-container .bftd-2{text-indent:4em;display:initial}.bf-container .bftd-3{text-indent:6em;display:initial}.bf-container .bftd-4{text-indent:8em;display:initial}.bf-container .bftd-5{text-indent:10em;display:initial}.bf-container .bftd-6{text-indent:12em;display:initial}.bf-container .bf-image,.bf-container .bf-media{position:relative}.bf-container .bf-image img{display:block;max-width:100%;font-size:0;resize:both;outline-offset:1px}.bf-container .bf-image img:hover{outline:1px solid #3498db}.bf-container .bf-media-toolbar{position:absolute;z-index:3;bottom:15px;left:50%;width:auto;background-color:#21242a;border-radius:2px;font-weight:400;text-align:center;white-space:nowrap;transform:translateX(-50%);box-shadow:0 5px 15px rgba(0,0,0,.2);user-select:none}.bf-container .bf-media-toolbar .bf-media-toolbar-arrow,.bf-container .bf-media-toolbar:before{position:absolute;bottom:-10px;left:50%;display:block;border:5px solid transparent;border-top-color:#21242a;content:"";transform:translateX(-5px)}.bf-container .bf-media-toolbar a{display:inline-block;min-width:40px;height:40px;color:hsla(0,0%,100%,.5);font-family:braft-icons!important;font-size:18px;font-weight:400;line-height:40px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer}.bf-container .bf-media-toolbar a:hover{color:#fff}.bf-container .bf-media-toolbar a:first-child{border-radius:2px 0 0 2px}.bf-container .bf-media-toolbar a:last-child{border-radius:0 2px 2px 0}.bf-container .bf-media-toolbar a.active{color:#3498db}.bf-switch{position:relative;width:32px;height:16px;background-color:hsla(0,0%,100%,.15);border-radius:8px;transition:background .3s}.bf-switch.active{background-color:#3498db}.bf-switch.active:before{left:16px}.bf-switch:before{position:absolute;left:0;display:block;width:16px;height:16px;border-radius:8px;background-color:#eee;content:"";transform:scale(1.2);transition:.3s}.bf-video-player video{display:block;width:640px;max-width:80vw;height:auto;margin:0 10px 10px;object-fit:contain}.bf-modal{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%}.bf-modal button{outline:none}.bf-modal-mask{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.1);opacity:0;transition:opacity .2s}.bf-modal-content{position:absolute;z-index:2;top:45%;left:50%;max-width:95%;background-color:#fff;border-radius:2px;box-shadow:0 15px 30px rgba(0,0,0,.1);opacity:0;transform:translate(-50%,-40%);transition:transform .2s,opacity .2s}.bf-modal-header{height:50px}.bf-modal-caption{float:left;margin:0;padding:0 15px;color:#999;font-size:14px;font-weight:400;line-height:50px}.bf-modal-close-button{float:right;width:50px;height:50px;background-color:transparent;border:none;color:#ccc;font-size:18px;cursor:pointer}.bf-modal-close-button:hover{color:#e74c3c}.bf-modal-body{overflow:auto}.bf-modal-footer{min-height:15px;padding:0 15px;overflow:hidden}.bf-modal-addon-text{float:left;color:#999;font-size:12px;line-height:60px}.bf-modal-buttons{float:right}.bf-modal-cancel,.bf-modal-confirm{height:36px;margin:12px 0 12px 15px;padding:0 30px;border:none;border-radius:2px;font-size:12px;font-weight:700;cursor:pointer}.bf-modal-cancel{background-color:#e8e9ea;color:#999}.bf-modal-cancel:hover{background-color:#d8d9da}.bf-modal-confirm{background-color:#3498db;color:#fff}.bf-modal-confirm:hover{background-color:#2084c7}.bf-modal-confirm.disabled{opacity:.3;pointer-events:none;filter:grayscale(.4)}.bf-modal-root.active .bf-modal-mask{opacity:1}.bf-modal-root.active .bf-modal-content{opacity:1;transform:translate(-50%,-50%)}.bf-audio-player audio{width:480px;max-width:80vw;margin:0 10px 10px}.bf-player-holder{position:relative;height:240px;overflow:hidden;background-color:#21242a;border-radius:3px}.bf-player-holder .icon-badge{position:absolute;z-index:2;top:0;left:0;height:30px;padding:0 15px;border-radius:0 0 3px 0;color:#fff;background-color:hsla(0,0%,100%,.1)}.bf-player-holder .icon-badge i,.bf-player-holder .icon-badge span{display:block;float:left;line-height:30px}.bf-player-holder .icon-badge span{margin-left:5px;font-size:12px}.bf-player-holder .button-remove{position:absolute;z-index:2;top:5px;right:5px;width:40px;height:40px;background-color:transparent;border:none;border-radius:50%;outline:none;color:#fff;font-size:24px;text-align:center;cursor:pointer}.bf-player-holder .button-remove:hover{color:#e74c3c}.bf-player-holder .button-play{position:relative;z-index:2;display:block;width:80px;height:80px;margin:40px auto 20px;background-color:rgba(0,0,0,.7);border:none;border-radius:50%;outline:none;color:#fff;font-size:48px;line-height:80px;text-align:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer}.bf-player-holder .button-play:hover{background-color:#3498db}.bf-player-holder .bf-name{position:relative;z-index:2;margin:0;color:#fff;font-size:14px;font-weight:500;text-align:center}.bf-player-holder .bf-url{position:relative;z-index:2;width:70%;margin:10px auto;color:hsla(0,0%,100%,.5);font-size:12px;font-weight:400;text-align:center}.bf-player-holder .bf-poster{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;opacity:.3}.bf-content .bf-hr{position:relative;box-sizing:content-box;height:15px;padding-top:15px;text-align:center}.bf-content .bf-hr:before{display:block;height:1px;background-color:rgba(0,0,0,.1);content:""}.bf-content .bf-hr:hover:before{background-color:rgba(0,0,0,.3)}.bf-content .bf-hr:hover .bf-media-toolbar{display:block}.bf-content .bf-hr .bf-media-toolbar{display:none}.bf-image-link-editor,.bf-image-size-editor{padding-bottom:1px;overflow:hidden;border-radius:2px 2px 0 0;box-shadow:inset 0 -1px 0 0 hsla(0,0%,100%,.1)}.bf-image-link-editor .editor-input-group,.bf-image-size-editor .editor-input-group{width:300px;margin:8px 10px;overflow:hidden}.bf-image-link-editor input,.bf-image-size-editor input{display:block;float:left;box-sizing:content-box;height:32px;margin:0 5px 0 0;padding:0 10px;background-color:hsla(0,0%,100%,.1);border:none;border-radius:2px;outline:none;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1);color:#fff;font-weight:700}.bf-image-link-editor input:hover,.bf-image-size-editor input:hover{box-shadow:inset 0 0 0 1px rgba(52,152,219,.5)}.bf-image-link-editor input:focus,.bf-image-size-editor input:focus{box-shadow:inset 0 0 0 1px #3498db}.bf-image-link-editor button,.bf-image-size-editor button{float:left;width:90px;height:32px;margin:0;padding:0 20px;background-color:#3498db;border:none;color:#fff;font-size:12px;border-radius:2px;cursor:pointer}.bf-image-link-editor button:hover,.bf-image-size-editor button:hover{background-color:#2084c7}.bf-image-size-editor input{width:80px}.bf-image-link-editor input{width:185px}.bf-image-link-editor .switch-group{height:16px;margin:10px}.bf-image-link-editor .switch-group .bf-switch{float:left}.bf-image-link-editor .switch-group label{float:left;margin-left:15px;color:#999;font-size:12px;line-height:16px}.bf-content .bf-image{position:relative}.bf-content .bf-image .bf-csize-icon{position:absolute;width:10px;height:10px;background-color:rgba(52,152,219,.3)}.bf-content .bf-image .bf-csize-icon.right-bottom{right:0;bottom:0;cursor:se-resize}.bf-content .bf-image .bf-csize-icon.left-bottom{left:0;bottom:0;cursor:sw-resize}.bf-content .bf-image .bf-pre-csize{position:absolute;background:transparent}.bf-content .bf-image .bf-pre-csize.rightbottom{left:0;top:0;border:1px dashed #00bfff}.bf-content .bf-image .bf-pre-csize.leftbottom{right:0;top:0;border:1px dashed #00bfff}.bf-content .bf-image .bf-media-toolbar:before{visibility:hidden}.bf-content .bf-image .bf-media-toolbar[data-align=center] [data-align=center],.bf-content .bf-image .bf-media-toolbar[data-align=left] [data-align=left],.bf-content .bf-image .bf-media-toolbar[data-align=right] [data-align=right],.bf-content .bf-image .bf-media-toolbar[data-float=left] [data-float=left],.bf-content .bf-image .bf-media-toolbar[data-float=right] [data-float=right]{color:#3498db}.bf-controlbar{margin:0;padding:0 5px;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.2)}.bf-controlbar:after{display:block;content:"";clear:both}.bf-controlbar button{padding:0;outline:none}.bf-controlbar button[disabled]{pointer-events:none;opacity:.3}.bf-controlbar [data-title]{position:relative}.bf-controlbar [data-title]:after,.bf-controlbar [data-title]:before{position:absolute;z-index:10;top:100%;left:50%;pointer-events:none;opacity:0;transform:translateX(-50%) translateY(-5px);transition:opacity .3s,transform .3s}.bf-controlbar [data-title]:before{margin-top:3px;border:5px solid transparent;border-bottom-color:#21242a;content:""}.bf-controlbar [data-title]:after{margin-top:12px;padding:5px;background-color:#21242a;border-radius:2px;box-shadow:0 5px 15px rgba(0,0,0,.2);color:#fff;font-size:12px;line-height:16px;white-space:nowrap;content:attr(data-title)}.bf-controlbar [data-title]:hover:after,.bf-controlbar [data-title]:hover:before{opacity:1;transform:translateX(-50%) translateY(0)}.bf-controlbar input{outline:none}.bf-controlbar .separator-line{display:block;float:left;height:26px;width:1px;margin:10px;box-shadow:inset -1px 0 0 0 rgba(0,0,0,.1)}.bf-controlbar .separator-line+.control-item,.bf-controlbar .separator-line+.control-item-group{margin-left:0}.bf-controlbar .separator-line+.separator-line,.bf-controlbar .separator-line.first-child,.bf-controlbar .separator-line.last-child{display:none}.bf-controlbar .control-item-group{float:left;height:36px;margin:5px 0 5px 3px}.bf-controlbar .control-item-group:first-child{margin-left:0}.bf-controlbar .control-item-group>.control-item{margin-top:0;margin-bottom:0}.bf-controlbar .dropdown-handler{border-radius:2px}.bf-controlbar .control-item{display:block;float:left;height:36px;margin:5px 0 5px 3px;border-radius:2px;cursor:pointer}.bf-controlbar .control-item.component-wrapper{cursor:default}.bf-controlbar .control-item:first-child{margin-left:0}.bf-controlbar .control-item.button{box-sizing:border-box;min-width:36px;padding:0 8px;background-color:transparent;border:none;color:#6a6f7b;font-size:14px}.bf-controlbar .control-item.button:hover{background-color:rgba(0,0,0,.05)}.bf-controlbar .control-item.button.active{color:#3498db}.bf-controlbar .control-item.button i:before{display:block;height:36px;font-size:18px;line-height:36px}.bf-controlbar .control-item.button .bfi-redo:before,.bf-controlbar .control-item.button .bfi-undo:before{font-size:14px}.bf-controlbar .dropdown .control-item{width:100%;float:none;margin:0}.headings-dropdown{min-width:110px}.headings-dropdown .menu{width:200px;overflow:hidden}.headings-dropdown .menu .menu-item{padding:15px 20px;text-align:left;line-height:normal}.headings-dropdown .menu .menu-item h1,.headings-dropdown .menu .menu-item h2,.headings-dropdown .menu .menu-item h3,.headings-dropdown .menu .menu-item h4,.headings-dropdown .menu .menu-item h5,.headings-dropdown .menu .menu-item h6{margin:0;padding:0;color:inherit}.headings-dropdown .menu .menu-item h1{font-size:28px}.headings-dropdown .menu .menu-item h2{font-size:24px}.headings-dropdown .menu .menu-item h3{font-size:20px}.headings-dropdown .menu .menu-item h4{font-size:16px}.headings-dropdown .menu .menu-item h5{font-size:14px}.headings-dropdown .menu .menu-item h6{font-size:12px}.bf-colors{box-sizing:content-box;list-style:none;width:240px;margin:0;padding:15px;overflow:hidden}.bf-colors li{box-sizing:content-box;display:block;float:left;width:24px;height:24px;margin:5px;padding:0;background-color:currentColor;border:3px solid transparent;border-radius:50%;cursor:pointer;transition:transform .2s}.bf-colors li:hover{transform:scale(1.3)}.bf-colors li.active{box-shadow:0 0 0 2px #3498db}.text-color-dropdown.light-theme .bf-color-switch-buttons button{border-bottom:1px solid #ccc;color:#616569}.text-color-dropdown.light-theme .bf-color-switch-buttons button.active{border-bottom-color:#3498db;color:#3498db}.text-color-dropdown button.dropdown-handler span{width:36px;padding:0;overflow:hidden;border-radius:2px}.text-color-dropdown .bf-text-color-picker-wrap{overflow:hidden}.text-color-dropdown .bf-color-switch-buttons{height:36px}.text-color-dropdown .bf-color-switch-buttons button{float:left;width:50%;height:36px;background-color:transparent;border:none;border-bottom:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5);font-size:12px;font-weight:400;text-transform:uppercase;cursor:pointer}.text-color-dropdown .bf-color-switch-buttons button.active{border-bottom-color:#3498db;color:#3498db}.bf-dropdown{position:relative;width:auto;height:36px;margin:0}.bf-dropdown.disabled{pointer-events:none;opacity:.3}.bf-dropdown.light-theme .dropdown-content{border:1px solid #ccc}.bf-dropdown.light-theme .dropdown-content .dropdown-arrow{background-color:#fff;border:1px solid #ccc}.bf-dropdown.light-theme .dropdown-content .dropdown-content-inner{background-color:#fff}.bf-dropdown .dropdown-content{box-sizing:content-box;position:absolute;z-index:10;top:100%;left:50%;visibility:hidden;float:left;width:auto;min-width:100%;margin-top:9px;border-radius:2px;box-shadow:0 5px 15px rgba(0,0,0,.2);opacity:0;cursor:default;transform:translate(-50%,20px);transition:.2s}.bf-dropdown .dropdown-content ::-webkit-scrollbar-track{background-color:transparent}.bf-dropdown .dropdown-content ::-webkit-scrollbar{width:4px;background-color:transparent;border-radius:2px}.bf-dropdown .dropdown-content ::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.3);border-radius:2px}.bf-dropdown .dropdown-content .dropdown-arrow{position:absolute;z-index:1;top:-3px;left:50%;width:10px;height:10px;background-color:#21242a;transform:translateX(-50%) rotate(45deg);transition:margin .2s}.bf-dropdown .dropdown-content .dropdown-arrow.active{background-color:#3498db}.bf-dropdown .dropdown-content .menu{list-style:none;margin:0;padding:0;overflow:hidden;border-radius:2px}.bf-dropdown .dropdown-content .menu-item{display:block;list-style:none;margin:0;font-size:16px;cursor:pointer}.bf-dropdown .dropdown-content .menu-item:hover{background-color:rgba(0,0,0,.1)}.bf-dropdown .dropdown-content .menu-item.active{background-color:#3498db;color:#fff}.bf-dropdown .dropdown-content .menu-item:not(.active){color:hsla(0,0%,100%,.6);box-shadow:inset 0 -1px 0 0 hsla(0,0%,100%,.1)}.bf-dropdown .dropdown-content-inner{position:relative;z-index:2;overflow:auto;background-color:#21242a;border-radius:2px}.bf-dropdown .dropdown-handler{position:relative;display:block;width:100%;height:36px;background-color:transparent;border:none;color:#6a6f7b;cursor:pointer}.bf-dropdown .dropdown-handler:hover{background-color:rgba(0,0,0,.05)}.bf-dropdown .dropdown-handler *{display:inline;padding:0;font-size:inherit;font-weight:400}.bf-dropdown .dropdown-handler>span{float:left;padding:0 10px;font-size:14px;line-height:36px;pointer-events:none}.bf-dropdown .dropdown-handler>span i{display:block;height:36px;font-size:16px;line-height:36px;text-align:center}.bf-dropdown .dropdown-handler .bfi-drop-down{float:right;width:30px;height:36px;font-size:16px;line-height:36px;text-align:center;pointer-events:none}.bf-dropdown.active .dropdown-handler{background-color:rgba(0,0,0,.05)}.bf-dropdown.active .dropdown-content{visibility:visible;opacity:1;transform:translate(-50%)}.font-family-dropdown{min-width:120px}.font-family-dropdown .dropdown-content{width:180px}.font-family-dropdown .menu-item{padding:12px 15px}.bf-font-size-dropdown{min-width:95px}.bf-font-sizes{box-sizing:content-box;width:210px;list-style:none;margin:0;padding:5px;overflow:hidden}.bf-font-sizes li{display:block;float:left;width:60px;height:30px;background-color:hsla(0,0%,100%,.1);border-radius:2px;margin:5px;color:#fff;font-size:12px;line-height:30px;text-align:center;text-transform:uppercase;cursor:pointer}.bf-font-sizes li:hover{background-color:hsla(0,0%,100%,.2)}.bf-font-sizes li.active{background-color:#3498db}.bf-line-height-dropdown{min-width:95px}.bf-line-heights{box-sizing:content-box;width:210px;list-style:none;margin:0;padding:5px;overflow:hidden}.bf-line-heights li{display:block;float:left;width:60px;height:30px;background-color:hsla(0,0%,100%,.1);border-radius:2px;margin:5px;color:#fff;font-size:12px;line-height:30px;text-align:center;text-transform:uppercase;cursor:pointer}.bf-line-heights li:hover{background-color:hsla(0,0%,100%,.2)}.bf-line-heights li.active{background-color:#3498db}.bf-emojis-wrap{position:relative;width:210px;height:220px;overflow:hidden}.bf-emojis-wrap:after,.bf-emojis-wrap:before{position:absolute;z-index:1;right:0;left:0;height:30px;border-radius:2px;content:"";pointer-events:none}.bf-emojis-wrap:before{top:0;background-image:linear-gradient(0deg,rgba(33,36,42,0),#21242a)}.bf-emojis-wrap:after{bottom:0;background-image:linear-gradient(rgba(33,36,42,0),#21242a)}.bf-emojis{box-sizing:content-box;width:200px;height:195px;list-style:none;margin:0;padding:15px 15px 20px;overflow:auto}.bf-emojis li{display:block;float:left;width:30px;height:30px;margin:0;padding:0;color:#fff;border-radius:2px;font-family:Apple Color Emoji,Segoe UI,Segoe UI Emoji,Segoe UI Symbol;font-size:18px;line-height:32px;text-align:center;cursor:pointer;user-select:none;transition:transform .2s}.bf-emojis li:hover{transform:scale(1.5)}.bf-letter-spacing-dropdown{min-width:95px}.bf-letter-spacings{box-sizing:content-box;width:210px;list-style:none;margin:0;padding:5px;overflow:hidden}.bf-letter-spacings li{display:block;float:left;width:60px;height:30px;background-color:hsla(0,0%,100%,.1);border-radius:2px;margin:5px;color:#fff;font-size:12px;line-height:30px;text-align:center;text-transform:uppercase;cursor:pointer}.bf-letter-spacings li:hover{background-color:hsla(0,0%,100%,.2)}.bf-letter-spacings li.active{background-color:#3498db}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: tnum;
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, width 0.2s;
  zoom: 1;
}
.ant-menu::before,
.ant-menu::after {
  display: table;
  content: '';
}
.ant-menu::after {
  clear: both;
}
.ant-menu ul,
.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-menu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.3s;
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-selected {
  color: #008CD6;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #e6faff;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item > a:hover {
  color: #008CD6;
}
.ant-menu-item > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #008CD6;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #008CD6;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #008CD6;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6faff;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #e8e8e8;
}
.ant-menu-vertical-right {
  border-left: 1px solid #e8e8e8;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  padding: 0;
  border-right: 0;
  transform-origin: 0 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px;
}
.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 10px;
  font-size: 14px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu > .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: #fff;
  border-radius: 4px;
}
.ant-menu-submenu-popup .submenu-title-wrapper {
  padding-right: 20px;
}
.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.0001;
  content: ' ';
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 4px;
}
.ant-menu-submenu > .ant-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background: #fff;
  background: rgba(0, 0, 0, 0.65) \9;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  background-image: none \9;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before {
  background: linear-gradient(to right, #008CD6, #008CD6);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2px);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #008CD6;
}
.ant-menu-vertical .ant-menu-submenu-selected > a,
.ant-menu-vertical-left .ant-menu-submenu-selected > a,
.ant-menu-vertical-right .ant-menu-submenu-selected > a {
  color: #008CD6;
}
.ant-menu-horizontal {
  line-height: 46px;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: none;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  color: #008CD6;
  border-bottom: 2px solid #008CD6;
}
.ant-menu-horizontal > .ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-horizontal > .ant-menu-item > a:hover {
  color: #008CD6;
}
.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #008CD6;
}
.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: ' ';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}
.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #008CD6;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.01px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline-collapsed {
  width: 80px;
}
.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  padding: 0 32px !important;
  text-overflow: clip;
}
.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  display: none;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
}
.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  border-color: transparent !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > a,
.ant-menu-submenu-disabled > a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #191919;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #191919;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  border-color: #191919;
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow {
  opacity: 1;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #191919;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  position: relative;
  top: 100px;
  width: auto;
  margin: 0 auto;
  padding-bottom: 24px;
}
.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-modal-close-x {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-modal-footer button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  user-select: none;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-open {
  overflow: hidden;
}
.ant-modal-centered {
  text-align: center;
}
.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }
  .ant-modal-centered .ant-modal {
    flex: 1;
  }
}
.ant-modal-confirm .ant-modal-header {
  display: none;
}
.ant-modal-confirm .ant-modal-close {
  display: none;
}
.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper {
  zoom: 1;
}
.ant-modal-confirm-body-wrapper::before,
.ant-modal-confirm-body-wrapper::after {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  clear: both;
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  float: right;
  margin-top: 24px;
}
.ant-modal-confirm .ant-modal-confirm-btns button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #f5222d;
}
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #FF6F13;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}

/*css reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  clear: both;
}
html {
  font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  overflow-x: hidden;
  min-width: 320px;
  /*-webkit-overflow-scrolling: touch;*/
  color: #1a1a1a;
  background-color: #f0f2f5;
}
a {
  background-color: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #1a1a1a;
}
a:active {
  outline: 0;
}
a:active {
  color: #3990e6;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1rem;
}
mark {
  background: #ff0;
  color: #1a1a1a;
}
dfn {
  font-style: italic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
h1,
h2,
h3,
strong {
  font-weight: 600;
}
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
select,
textarea {
  font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
/*commos*/
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none!important;
}
.show {
  display: block!important;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.break {
  word-break: break-all;
  word-wrap: break-word;
}
.clearfix:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*noScript*/
.noScript {
  margin: 10px;
  text-align: center;
  background: #adb9c4;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

#__next .ant-layout {
  height: 100%;
}
#__next .ant-layout-content {
  overflow-x: initial;
}
html img {
  max-width: 100%;
  height: auto;
}
body {
  height: 100vh;
  background-color: #f9f9f9;
}
body .ant-dropdown-menu-item {
  padding: 10px 30px;
  background-color: #fff;
}
body .ant-dropdown-menu-item:hover {
  background: #f9f9f9;
  color: #008CD6;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.close {
  display: none;
}
.field {
  position: relative;
}
.single-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multi-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.six-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
label,
input {
  transition: all 0.4s;
}
input {
  font-size: 1.5em;
  border: 0;
}
input:focus {
  outline: 0;
}
.field-label {
  position: absolute !important;
  top: -6px;
  left: 10px;
  max-width: 100%;
  min-width: 20%;
  height: 20px;
  padding: 0 5%;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #888888;
  cursor: text;
  opacity: 0;
  background: #fff;
  transform-origin: left bottom;
  transform: translate(0, 2.125rem) scale(1);
}
::-webkit-input-placeholder {
  transition: inherit;
  font-size: 14px;
  color: #888888;
  opacity: 1;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:not(:placeholder-shown) + label,
input:focus + label {
  transform: translate(0, -30%) scale(0.75);
  color: #008CD6;
  cursor: pointer;
  opacity: 1;
}
.has-error .field-label {
  color: #f5222d !important;
}
.bg-meta {
  margin-bottom: 20px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #888888;
  letter-spacing: 0;
}
.ant-menu-item {
  padding: 0 16px 0 26px;
  border: none !important;
}
.ant-menu-item:hover,
.ant-menu-item:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.ant-menu-item:active,
.ant-menu-item.active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.ant-menu-item-group-title {
  padding: 0 !important;
  border: none !important;
}
.ant-menu-item-active,
.ant-menu-item-selected,
.ant-menu-item-selected::after {
  border: none !important;
  color: #008CD6 !important;
}
.ant-menu-item-active:hover,
.ant-menu-item-selected:hover,
.ant-menu-item-selected::after:hover,
.ant-menu-item-active:focus,
.ant-menu-item-selected:focus,
.ant-menu-item-selected::after:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.ant-menu-item-active:active,
.ant-menu-item-selected:active,
.ant-menu-item-selected::after:active,
.ant-menu-item-active.active,
.ant-menu-item-selected.active,
.ant-menu-item-selected::after.active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.ant-menu-item-active {
  background: rgba(41, 135, 188, 0.1);
  border: none !important;
}
.ant-menu {
  min-width: 80px !important;
  border: none !important;
}
.ant-menu-item-group-list .ant-menu-item {
  padding: 0 16px 0 24px;
}
.ant-menu-item-group-title {
  padding: 0 16px;
}
.ant-menu-submenu,
.ant-menu-submenu-selected,
.ant-menu-submenu-active {
  border: none !important;
}
.mask-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
.btn-link {
  color: #fff;
  background-color: #008CD6;
  border-color: #008CD6;
}
.btn-link:hover,
.btn-link:focus {
  color: #fff;
  background-color: #009df0;
  border-color: #009df0;
}
.btn-link:active,
.btn-link.active {
  color: #fff;
  background-color: #008CD6;
  border-color: #008CD6;
}
.ant-btn.themes {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}
.ant-btn.themes:hover,
.ant-btn.themes:focus {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.ant-btn.themes:active,
.ant-btn.themes.active {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}
.ant-btn.themes:disabled {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}
.completed {
  color: #888888 !important;
  background-color: #F1F1F1 !important;
  border-color: #F1F1F1 !important;
}
.completed:hover,
.completed:focus {
  color: #888888 !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.completed:active,
.completed.active {
  color: #888888 !important;
  background-color: #F1F1F1 !important;
  border-color: #F1F1F1 !important;
}
.skyblue-themes {
  color: #008CD6 !important;
  background-color: rgba(0, 140, 214, 0.1) !important;
  border-color: rgba(0, 140, 214, 0.1) !important;
  box-shadow: none;
  outline: none;
}
.skyblue-themes:hover,
.skyblue-themes:focus {
  color: #008CD6 !important;
  background-color: rgba(0, 140, 214, 0.05) !important;
  border-color: rgba(0, 140, 214, 0.05) !important;
}
.skyblue-themes:active,
.skyblue-themes.active {
  color: #008CD6 !important;
  background-color: rgba(0, 140, 214, 0.05) !important;
  border-color: rgba(0, 140, 214, 0.05) !important;
}
.default-themes {
  color: #191919 !important;
  background-color: #fff !important;
}
.default-themes:hover,
.default-themes:focus {
  color: #fff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.default-themes:active,
.default-themes.active {
  color: #191919 !important;
  background-color: #fff !important;
  border-color: #191919 !important;
}
.input-themes {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #BBBBBB !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}
.input-themes:hover,
.input-themes:focus {
  color: #BBBBBB !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
  box-shadow: none !important;
}
.input-themes:active,
.input-themes.active {
  color: #fff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
  box-shadow: none !important;
}
.input-themes:disabled {
  color: #fff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
  box-shadow: none !important;
}
.input-themes input {
  padding-left: 34px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #BBBBBB !important;
  border: none !important;
  border-radius: 3px !important;
  box-shadow: none !important;
}
.input-themes input:focus::-webkit-input-placeholder {
  opacity: 1;
}
/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder {
  color: transparent;
}
/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder {
  color: transparent;
}
/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}
.pc-container {
  display: block;
}
.mobile-container {
  display: none;
}
.ant-tabs-ink-bar {
  background-color: transparent !important;
}
.ant-empty-image {
  display: none !important;
}
.ant-layout,
.main-layout {
  background-color: #f9f9f9;
}
.main-layout {
  position: relative;
}
.main-layout:before,
.main-layout:after {
  content: " ";
  display: table;
}
.main-layout:after {
  clear: both;
}
.main-layout .part-loading-wrap {
  min-height: 700px;
}
.separator {
  margin: 10px 0;
  height: 1px;
  border: none;
  border-top: solid 1px #EEEEEE;
}
.empty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
}
.empty-container .text {
  padding-top: 24px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #999999;
}
.tags .ant-tag {
  padding: 2px 10px;
  background-color: #F1F1F1;
  border-radius: 20px;
  font-size: 13px;
  color: #191919;
  border: none;
}
.loading-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 300px;
}
.default-icon {
  font-size: 14px;
}
.ant-cascader-picker .ant-cascader-picker-clear {
  display: none !important;
}
.ant-cascader-menus {
  width: 368px;
}
.ant-cascader-menus .ant-cascader-menu {
  width: 50%;
}
.intro-show-img .box-img {
  border-radius: 6px;
}
.nav-tool-float-menu {
  position: fixed;
  top: 58px !important;
  left: initial !important;
  right: 40px !important;
  width: 304px;
}
.nav-tool-float-menu .institution-info {
  min-height: 90px;
}
.nav-tool-float-menu .create-ins-box {
  min-height: 90px;
  line-height: 90px;
  text-align: center;
}
.nav-tool-float-menu .ins-btn {
  border-radius: 0;
}
.avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.JEditor-container.JEditor-fullscreen {
  z-index: 1000 !important;
}
.form-item-change-tips {
  color: #f5222d;
}
.modal-base .ant-modal-header,
.modal-base .ant-modal-footer {
  border: none !important;
}
.modal-base .ant-modal-footer {
  padding: 0 0 30px;
  text-align: center;
}
.modal-base .ant-modal-footer button:first-child {
  margin-right: 20px;
}
.modal-base .ant-modal-footer button:last-child {
  color: #fff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.modal-base .ant-modal-footer button:last-child:hover,
.modal-base .ant-modal-footer button:last-child:focus {
  color: #fff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.modal-base .ant-modal-footer button:last-child:active,
.modal-base .ant-modal-footer button:last-child.active {
  color: #fff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.modal-base .email-input,
.modal-base .pwd-input,
.modal-base .newpwd-input,
.modal-base .border-input,
.modal-base .verify-input,
.modal-base .new-verify-input,
.modal-base .new-border-input {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
}
.modal-base .pwd-input {
  margin-bottom: 30px;
}
.modal-base .pwd-input,
.modal-base .newpwd-input {
  width: 75%;
  margin-right: 5%;
}
.modal-base .verify-input,
.modal-base .new-verify-input {
  width: 61.5%;
  margin-right: 5%;
}
.modal-base .link {
  color: #008CD6;
}
.modal-base .i-geetest,
.modal-base .gt-loading {
  margin: 30px 0;
}
.modal-base .send-verify {
  float: right;
  background: rgba(41, 135, 188, 0.1);
  border: none;
  color: #008CD6;
}
.intro-box {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border: none;
}
.intro-box .imgbox {
  position: absolute;
  top: 50%;
  width: 80px;
  height: 80px;
  transform: translateY(-50%);
}
.intro-box .intro-role {
  position: absolute;
  left: 20px;
  bottom: -45px;
  display: inline-block;
  width: 60px;
  height: 22px;
  line-height: 22px;
  background: #8C24CD;
  border-radius: 3px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
}
.intro-box .ins-img-box {
  position: absolute;
  top: 0;
  transform: translateY(0);
}
.intro-box .ins-status {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  transform: translate(0, 0);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.intro-box .ins-status span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: PingFangSC-Medium;
  font-size: 14px;
  text-align: center;
}
.intro-box .ins-status .ins-pass-reject {
  color: #FF1313;
}
.intro-box .ins-status .ins-pass-audited {
  color: #FF7400;
}
.intro-box .title-box,
.intro-box .area,
.intro-box .brief {
  display: block;
  width: 100%;
}
.intro-box .title-box {
  padding-top: 6px;
}
.intro-box .title-status {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
  color: #f00;
}
.intro-box .content-box {
  padding-left: 92px;
  vertical-align: middle;
}
.intro-box .content-box a {
  transition: all 0.5s linear;
}
.intro-box .content-box a:hover {
  color: #008CD6;
}
.intro-box strong {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #191919;
  line-height: 20px;
}
.intro-box .institution {
  display: inline-block;
  width: auto;
  margin: 4px 8% 0 0;
  padding: 0 5px;
  background: #191919;
  vertical-align: top;
  color: #fff;
  border-radius: 3px;
}
.intro-box .intro-img {
  position: relative;
  display: inline-block;
  top: 50%;
  width: 80px;
  height: 80px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.intro-box .title {
  display: inline-block;
  max-width: 95%;
  padding-right: 7%;
  font-family: PingFangSC-Medium;
  font-size: 15px;
  font-weight: 550;
  color: #191919;
  letter-spacing: 0;
  line-height: 28px;
  transition: all 0.2s linear;
}
.intro-box .title:hover {
  color: #008CD6;
}
.intro-box .area {
  height: 28px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0;
  line-height: 28px;
}
.intro-box .brief {
  margin: 12px 0 18px;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.intro-box .operation-box .operation-name {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  background: #E5F3FA;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  text-align: center;
  color: #008CD6;
  letter-spacing: 0;
  cursor: pointer;
}
.intro-box .operation-box .operation-publish {
  width: 72px;
  height: 32px;
  margin: 0 0 0 20px;
  line-height: 32px;
  background: #008CD6;
  font-family: PingFangSC-Medium;
  border-radius: 3px;
  letter-spacing: 0;
  font-size: 12px;
  text-align: center;
  color: #fff !important;
}
.intro-box .user-identity {
  margin-right: 10px;
}
.layout-container {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
}
.pc-common-header.fixed,
.mobile-common-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: top 0.3s, opacity 0.3s;
  z-index: 20;
}
.pc-common-header.fixed.hidden,
.mobile-common-header.fixed.hidden {
  top: -58px;
  opacity: 0;
}
.pc-common-header {
  position: relative;
  z-index: 25;
}
.pc-common-header .ant-row-flex .ant-col {
  height: 58px;
}
.pc-common-header .nav-column {
  padding-top: 5px;
  opacity: 1;
  transition: opacity 0.3s;
}
.pc-common-header .nav-column.spread {
  opacity: 0;
}
.pc-common-header .nav-column .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pc-common-header .nav-column .discover {
  position: relative;
}
.pc-common-header .nav-column .discover .is-new {
  position: absolute;
  top: -12px;
  right: -2px;
}
.pc-common-header .img-search,
.pc-common-header .img-message {
  margin-top: 14px;
  font-size: 18px;
}
.pc-common-header .ant-btn {
  width: 83px;
}
.pc-common-header .nav-btn-publish {
  float: right;
  padding-top: 12px;
  margin-right: 10px;
  line-height: 1;
}
.pc-common-header .nav-right-wrapper {
  display: flex;
  justify-content: space-between;
}
.pc-common-header .nav-right-wrapper.spread {
  display: block;
}
.pc-common-header .nav-right-wrapper.spread .search-wrapper {
  position: absolute;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}
.pc-common-header .nav-right-wrapper.spread .search-wrapper .header-search-box {
  width: 560px;
  background-color: transparent !important;
}
.pc-common-header .nav-right-wrapper.spread .search-wrapper .header-search-box .ant-input {
  padding-left: 40px !important;
  background-color: transparent !important;
  transition: none;
}
.pc-common-header .nav-right-wrapper.spread .search-wrapper .header-search-box .ant-input-prefix i {
  font-size: 20px;
}
.pc-common-header .nav-right-wrapper.spread .search-wrapper .header-search-box .ant-input-suffix i {
  font-size: 16px;
}
.pc-common-header .search-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  flex: 1;
}
.pc-common-header .search-wrapper .search-drop-panel {
  top: 60px;
  width: 100%;
  max-width: 100%;
}
.common-header-nav-item {
  position: relative;
}
.common-header-nav-item .is-new {
  position: absolute;
  top: -10px;
  right: -15px;
}
.nav-btn-publish {
  position: relative;
}
.nav-btn-publish .nav-tip-box {
  position: absolute;
  top: 65px;
  right: 0;
  width: 250px;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 4px;
}
.nav-btn-publish .nav-tip-box::after {
  content: '';
  position: absolute;
  top: -46px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.5);
  margin: 40px auto;
}
.nav-btn-publish .nav-tip-close {
  cursor: pointer;
}
.mobile-common-header {
  display: none;
}
.common-footer {
  padding-top: 65px;
  font-family: PingFangSC-Medium;
  word-break: break-all;
}
.common-footer .footer-pc {
  display: block;
}
.common-footer .footer-mb {
  display: none;
}
.common-footer .footer-mb .footer-menu {
  color: #fff;
}
.common-footer .footer-mb .footer-box a {
  display: block;
  font-weight: normal;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0;
}
.common-footer .footer-mb .contact-phone {
  padding-bottom: 20px;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
}
.common-footer .footer-mb .copyright p {
  padding-bottom: 20px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  text-align: center;
  color: #959596;
  letter-spacing: 0;
}
.common-footer .footer-mb .copyright p:first-child {
  padding-bottom: 10px;
}
.common-footer .footer-mb .logo {
  padding-bottom: 20px;
}
.common-footer .footer-mb .logo .logo-box {
  display: block;
  margin: auto;
}
.common-footer .footer-col {
  margin-bottom: 50px;
  padding: 0 8px;
}
.common-footer .footer-col h2 {
  padding-bottom: 18px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #EAEAEA;
  letter-spacing: 0;
}
.common-footer .info-box {
  width: 100%;
  padding: 0 8px;
  border-right: 1px solid #3B3B3B;
  color: #EAEAEA;
}
.common-footer .info-box li {
  padding-bottom: 30px;
}
.common-footer .info-box .name {
  display: inline-block;
  width: 100%;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
}
.common-footer .info-box .info {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  color: #EAEAEA;
  letter-spacing: 0;
}
.common-footer .footer-box {
  margin-bottom: 20px;
  text-align: left;
}
.common-footer .footer-box .footer-menu a {
  display: inline-block;
  padding-bottom: 16px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #EAEAEA;
  letter-spacing: 0;
}
.common-footer .footer-box .footer-menu a:hover {
  color: #008CD6;
}
.common-footer .copy-right-box {
  line-height: 54px;
  border-top: 1px solid #3D3D3D;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #959596;
  letter-spacing: 0;
}
.common-footer .copy-right-box a {
  color: #959596;
}
.common-footer .copy-right-box a:hover {
  color: white;
}
.nav-height-place {
  height: 58px;
  background-color: #f9f9f9;
  transition: height 0.3s;
}
.common-sub-footer {
  width: 100%;
  padding: 20px 6%;
  background: #fff;
}
.common-sub-footer h6 {
  display: none;
  padding-bottom: 38px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0;
  font-weight: normal;
}
.common-sub-footer .sponsors-menu {
  width: 100%;
}
.common-sub-footer .sponsors-menu.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px 6%;
  height: 40px;
  background-color: white;
  z-index: 1;
}
.common-sub-footer .sponsors-menu.fixed li {
  width: 64px;
  height: 30px;
  margin-right: 3%;
}
.common-sub-footer .sponsors-menu li {
  float: left;
  width: 128px;
  height: 61px;
  margin-right: 5%;
}
.nav-tool-menu {
  position: relative;
  float: right;
  margin-top: 5px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  color: #A4A4A4;
}
.nav-tool-menu .nav-tip-box {
  position: absolute;
  top: 65px;
  right: 102px;
  width: 250px;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 4px;
}
.nav-tool-menu .nav-tip-box::after {
  content: '';
  position: absolute;
  top: -46px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.5);
  margin: 40px auto;
}
.nav-tool-menu .nav-tip-close {
  cursor: pointer;
}
.nav-tool-menu .ant-menu-item {
  padding: 0 8px !important;
}
.nav-tool-menu .ant-menu-signin {
  padding: 0 0 0 15px !important;
}
.nav-tool-menu .ant-menu-signup {
  padding: 0 0 0 0 !important;
}
.nav-tool-menu .ant-menu-beam {
  padding: 0 3px !important;
}
.nav-tool-menu .ant-menu {
  display: flex;
}
.nav-tool-menu a {
  display: inline !important;
}
.nav-tool-menu i {
  margin-right: 0 !important;
}
.nav-tool-menu .img-publish {
  margin-right: 5.5px;
}
.nav-tool-menu .img-user {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  vertical-align: top;
  margin-top: 14px;
}
.nav-tool-menu .ant-menu-search {
  color: rgba(255, 255, 255, 0.65) !important;
  transition: all 0.2s linear;
}
.nav-tool-menu .ant-menu-search:hover {
  color: #fff !important;
}
.nav-tool-menu .nav-tool-folat-menu {
  border: 5px solid #FF8C24;
}
.nav-tool-menu .nav-nickname {
  display: inline-block;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.page-not-found-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.page-not-found-box .bg-color {
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: #EBEDF3;
}
.page-not-found-box .not-found-wrapper {
  margin: 20px auto 0;
  position: relative;
  max-width: 1100px;
}
.page-not-found-box .bg-img img {
  width: 700px;
}
.page-not-found-box .inner-box {
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  text-align: center;
  min-width: 500px;
}
.page-not-found-box .text {
  margin: 72px 0 30px;
  font-family: PingFangSC-Regular;
  font-size: 28px;
  letter-spacing: 0;
}
.page-not-found-box .link {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #008CD6;
  letter-spacing: 0;
}
.user-info {
  width: 304px;
  background: #fff;
  box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.user-info dt {
  width: 100%;
  height: 40px;
  padding: 0 5.3%;
  background: #F1F1F1;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  line-height: 40px;
  color: #888888;
  letter-spacing: 0;
}
.user-info dt .title {
  float: left;
}
.user-info dt .operation {
  float: right;
  cursor: pointer;
}
.user-info dt .operation:hover {
  color: #008CD6;
}
.user-info dt .operation a {
  transition: all 0.25s linear;
  color: #888888;
}
.user-info dt .operation a:hover {
  color: #008CD6;
}
.user-info dd {
  width: 100%;
}
.user-info dd .user-icon {
  margin-right: 12px;
}
.user-info dd .nav-list-link {
  display: none;
  padding: 20px 5.3%;
  color: #888888;
  cursor: pointer;
}
.user-info dd .nav-list-link a {
  display: block;
  width: 100%;
  height: 100%;
}
.user-info dd .nav-list-user {
  padding: 8px 0;
  border-top: 1px solid #EEEEEE !important;
}
.user-info dd .nav-list-user li {
  margin: 0 !important;
  padding: 0 20px;
  line-height: 42px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0;
}
.user-info dd .nav-list-user li span {
  line-height: 36px;
}
.user-info dd .nav-list-user .default-icon {
  margin-right: 20px;
}
.nav-message .icon-message {
  position: relative;
}
.nav-message .icon-message .anticon {
  font-size: 16px;
}
.nav-message .icon-message .dot {
  position: absolute;
  top: -10px;
  right: -15px;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 10px;
  line-height: 1;
  color: white;
  background-color: red;
}
.nav-drop-letter-panel {
  margin-top: 12px;
  background: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 340px;
  transform: translateX(-38px);
}
.nav-drop-letter-header {
  padding: 12px 10px;
  text-align: center;
  color: #888888;
  border-bottom: 1px solid #F1F1F1;
}
.nav-drop-letter-footer {
  padding: 12px 10px;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #F1F1F1;
}
.nav-drop-letter-footer .show-all-btn {
  cursor: pointer;
}
.nav-drop-letter-body {
  max-height: 290px;
  overflow-y: hidden;
}
.nav-drop-letter-body.all {
  max-height: 450px;
  overflow-y: auto;
}
.nav-drop-letter-body .letter-nav-item-wrap {
  height: 50px;
  line-height: 50px;
}
.nav-drop-letter-body .empty-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.nav-drop-letter-body .empty-container .text {
  font-size: 13px;
}
.letter-nav-item {
  display: flex;
}
.letter-nav-item-content {
  flex: 1;
  margin-left: 10px;
}
.letter-nav-item-content h4,
.letter-nav-item-content p {
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 258px;
}
.letter-nav-item-content h4 {
  font-size: 13px;
  padding: 8px 0;
}
.letter-nav-item-content p {
  font-size: 12px;
  color: #888888;
}
.unsubscribe-form .ant-form-item-label {
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .pc-common-header {
    display: none;
  }
  .mobile-common-header {
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
  }
  .mobile-common-header .mobile-bar {
    font-size: 24px;
    color: #fff;
  }
  .mobile-common-header .icon-group {
    float: right;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
  }
  .mobile-common-header .icon-group img {
    width: 16px;
    height: 16px;
    margin-left: 15px;
    border-radius: 50%;
  }
  .mobile-common-header .icon-group .img-search,
  .mobile-common-header .icon-group .img-message {
    margin-left: 15px;
    font-size: 18px;
    color: #fff;
  }
  .mobile-common-header .icon-group svg {
    font-size: 17px;
  }
  .mobile-common-header .logo-box img {
    width: 100%;
  }
  .mobile-common-header img {
    width: 75px;
  }
  .ant-drawer-body {
    padding: 0 !important;
  }
  .ant-drawer-body .ant-tabs-bar,
  .ant-drawer-body .ant-tabs-tab {
    margin-right: 0 !important;
    border: none !important;
  }
  .ant-drawer-body .ant-tabs-tab {
    width: 50%;
    background: #F1F1F1 !important;
    color: #888888 !important;
  }
  .ant-drawer-body .ant-tabs-tab-active {
    background: #fff !important;
    color: #888888 !important;
  }
  .ant-drawer-body .ant-tabs-nav {
    width: 100%;
    text-align: center;
  }
  .nav-list-link {
    width: 100%;
    line-height: 18px;
    padding: 13px 60px;
    border-bottom: 1px solid #F1F1F1;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #191919;
    letter-spacing: 0;
  }
  .nav-list-link a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .close-tip {
    top: 10px !important;
    font-size: 12px !important;
  }
  .mobile-msg-list {
    background: #fff;
  }
  .mobile-msg-list li {
    padding: 18px;
    border-bottom: 1px solid #EEEEEE;
    color: #888888;
  }
  .mobile-msg-list li .info-head {
    padding: 3px;
    background: #FF8C24;
    border-radius: 50%;
    vertical-align: top;
    font-size: 13px;
    color: #fff;
  }
  .mobile-msg-list li .info {
    display: inline-block;
    width: 85%;
    padding-left: 12px;
    vertical-align: top;
  }
  .mobile-msg-list li .operation {
    float: right;
    vertical-align: top;
  }
  .mobile-msg-list li .operation a {
    color: #888888;
  }
  .mobile-msg-list li .info-content {
    padding: 8px 1% 0 9%;
  }
  .mobile-msg-list li .info-content a {
    color: #008CD6;
  }
  .mobile-msg-modal .ant-modal-header {
    border: none !important;
  }
  .mobile-msg-modal .ant-modal-close-x i {
    display: none !important;
  }
  .mobile-msg-modal .send-to {
    padding-bottom: 15px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #888888;
    letter-spacing: 0;
  }
  .mobile-msg-modal .send-msg {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
  }
  .mobile-msg-modal .textarea-box {
    position: relative;
    width: 100%;
    height: 180px;
    padding-bottom: 50px;
    background: #EEEEEE;
  }
  .mobile-msg-modal .textarea-box .text-limit {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
    color: #888888;
  }
  .mobile-msg-modal .send-textarea {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background: #EEEEEE;
    color: #888888;
    border-radius: 3px;
    border: none;
    outline: none;
    resize: none;
  }
  .mobile-msg-modal .ant-btn-default {
    color: #fff;
    background-color: #191919;
    border-color: #191919;
  }
  .mobile-msg-modal .ant-btn-default:hover,
  .mobile-msg-modal .ant-btn-default:focus {
    color: #fff;
    background-color: #262626;
    border-color: #262626;
  }
  .mobile-msg-modal .ant-btn-default:active,
  .mobile-msg-modal .ant-btn-default.active {
    color: #fff;
    background-color: #191919;
    border-color: #191919;
  }
  .page-not-found-box {
    height: auto;
    margin-bottom: 80px;
  }
  .page-not-found-box .not-found-wrapper {
    margin: 30px auto 0;
  }
  .page-not-found-box .bg-color {
    height: 150px;
  }
  .page-not-found-box .bg-img {
    display: block;
    padding: 50px 0;
    text-align: center;
  }
  .page-not-found-box .bg-img img {
    max-width: 210px;
    margin-left: 95px;
  }
  .page-not-found-box .inner-box {
    position: static;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    transform: translate(0, 0);
    min-width: initial;
  }
  .page-not-found-box .inner-box img {
    width: 102px;
  }
  .page-not-found-box .inner-box .text {
    margin: 20px 0;
    font-size: 15px;
    color: #191919;
  }
  .page-not-found-box .inner-box .desc {
    color: #888888;
  }
}
.sponsor-box {
  padding: 50px 5.73%;
  background-color: #fff;
}
.sponsor-box:before,
.sponsor-box:after {
  content: " ";
  display: table;
}
.sponsor-box:after {
  clear: both;
}
.sponsor-box .title {
  line-height: 1.7;
  font-size: 14px;
}
.sponsor-box .sponsor-list {
  margin-top: 30px;
}
.sponsor-box .sponsor-item {
  float: left;
  width: 130px;
  margin-right: 100px;
  overflow: hidden;
}
.sponsor-box .sponsor-item img {
  max-width: 100%;
}
.header-search-box {
  float: right;
  overflow: hidden;
  width: 400px;
  margin: 12px auto 0;
}
.header-search-box .common-header-search {
  width: 100%;
}
.header-search-box .ant-input-prefix i {
  font-size: 13px;
  color: #BBBBBB;
}
.header-search-box .ant-input-suffix i {
  color: #BBBBBB;
  cursor: pointer;
}
.header-search-box .ant-input-suffix i:hover {
  color: #fff !important;
}
.focus-header-search-box {
  max-width: 480px;
  opacity: 1;
  z-index: 1;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutRight {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceInLeft-enter {
  animation: bounceInLeft 1s 1;
}
.bounceInLeft-exit {
  animation: bounceOutRight 1s 1;
}
.ant-select-dropdown-menu {
  padding: 10px 0;
}
.ant-select-dropdown-menu-item-group-title {
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #888888;
  letter-spacing: 0;
  padding: 0 33px;
}
.ant-select-dropdown-menu-item {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #191919;
  padding: 10px 33px;
}
.ant-pagination-item-active {
  background-color: #008CD6;
}
.ant-pagination-item-active:hover a,
.ant-pagination-item-active:focus a,
.ant-pagination-item-active a {
  color: #fff;
}
.composition-preview-intro {
  margin-bottom: 30px;
  height: 40px;
  line-height: 40px;
  background-color: #c6e0f8;
  padding: 0 20px;
  color: #666;
}
.loading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}
.loading-wrap .loading-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  z-index: 10;
}
.part-loading-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.part-loading-wrap.float {
  position: absolute;
  top: 0;
  padding: 80px 0;
  text-align: center;
  z-index: 10;
}
.part-loading-wrap.float .loading-inner {
  position: static;
}
.part-loading-wrap.mask {
  background-color: rgba(255, 255, 255, 0.3);
}
.part-loading-wrap .loading-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  z-index: 10;
}
.summary-module {
  width: 100%;
  padding-bottom: 30px;
}
.summary-module .summary-intro-list {
  padding: 10px 0;
}
.summary-module .swiper-button-next {
  color: #C7C7CC;
}
.summary-module .summary-intro-box {
  float: left;
  width: 325px;
  padding-top: 15px;
}
.summary-module .summary-intro-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.summary-module .summary-intro-box .ins-img-box .avatar-img {
  border-radius: 50%;
}
.summary-module .summary-intro-box .content-box {
  padding-left: 120px;
}
.summary-module .summary-intro-box .content-box .brief {
  cursor: pointer;
}
.summary-module .summary-intro-box .content-box .ins-group-buttons {
  margin-top: 20px;
}
.summary-module .summary-intro-box .content-box .ins-group-buttons a {
  color: #191919;
  transition: 0.25s all linear;
}
.summary-module .summary-intro-box .content-box .ins-group-buttons a:hover {
  color: #008CD6;
}
.summary-module .summary-intro-box .content-box .ins-group-buttons a:last-child {
  margin-left: 15px;
}
.summary-module .summary-intro-box .content-box .title-container {
  cursor: pointer;
}
.summary-module .summary-intro-box .imgbox {
  width: 100px;
  height: 100px;
}
.summary-module .summary-intro-box button {
  height: 32px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  letter-spacing: 0;
  margin: 25px 20px 0 0;
}
.summary-module .summary-intro-box button:last-child {
  color: #191919;
}
.summary-module .summary-intro-box a {
  color: #fff;
}
.summary-module .summary-group-box {
  overflow: hidden;
  float: right;
  position: relative;
  width: 70%;
  height: 173px;
}
.summary-module .summary-group-box .group-slides {
  float: left;
  width: 243px;
  height: 173px;
  margin-right: 17px;
  border-radius: 6px;
}
.summary-module .summary-group-box .group-slides img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.summary-module .summary-group-box .slides {
  width: 243px;
  height: 173px;
}
.summary-module .summary-group-box .slides img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.summary-module .summary-img-group li {
  float: left;
  width: 243px;
  height: 173px;
  margin-right: 17px;
  border-radius: 6px;
}
.summary-module .summary-img-group li img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.summary-module .summary-img-group .slide {
  height: 173px;
}
.summary-module .change {
  position: absolute;
  top: 50%;
  right: -20px;
  font-size: 30px;
  color: #C7C7CC;
  transform: translateY(-50%);
}
.dressing-sub-title {
  position: relative;
  background-color: #fff;
}
.dressing-sub-title .recommended-btn {
  position: absolute;
  top: 1px;
  left: 0;
  line-height: 60px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  transition: all 0.5;
}
.dressing-sub-title .recommended-btn:hover {
  color: #008CD6;
}
.dressing-sub-title .btn-selected {
  color: #008CD6 !important;
}
.dressing-sub-title .area-menu {
  padding-right: 0 !important;
}
.dressing-sub-title .ant-menu {
  padding-right: 0 !important;
}
.dressing-sub-title span.btn-refresh {
  position: absolute;
  right: 0;
  top: 1px;
  line-height: 60px;
  font-size: 14px;
  cursor: pointer;
}
.dressing-sub-title span.btn-refresh:hover {
  color: #008CD6;
}
@media screen and (max-width: 768px) {
  .dressing-sub-title .btn-refresh {
    display: none;
  }
}
.search-mask-layer {
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.return-top-box {
  position: fixed;
  right: 15px;
  bottom: 120px;
  width: 50px;
  height: 110px;
  z-index: 2;
}
.return-top-box .return-top-button {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.1s linear;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.return-top-box .return-top-button:hover {
  background: rgba(0, 0, 0, 0.3);
}
.return-top-box .return-top-button .return-top-icon {
  font-size: 24px;
  line-height: 50px;
}
.return-top-box .return-top-button .return-top-img {
  margin: 18px 14px;
}
.return-top-box .return-top-button .return-top-text {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 3px;
  color: #fff;
  background-color: #afafaf;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.return-top-box .return-top-button .return-top-text:hover {
  opacity: 1;
}
.return-top-box .return-top-line {
  width: 100%;
  height: 10px;
}
.to-return-top {
  opacity: 0;
  transition: opacity 0.3s;
}
.return-top-box-showing {
  opacity: 1;
}
@media screen and (max-width: 1330px) {
  .return-top-box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .return-top-box {
    display: none;
  }
}
.cover-cropper .header {
  font-size: 18px;
  padding: 0 0 20px;
}
.cover-cropper .cropper-actions {
  padding: 20px 0;
}
.cover-cropper .cropper-actions .file-select {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.cover-cropper .cropper-actions .file-select input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cover-cropper .cropper-actions .file-select .text {
  color: #FCA80C;
  font-size: 13px;
  cursor: pointer;
}
.cover-cropper .cropper-actions .actions {
  float: right;
}
.cover-cropper .cropper-actions .actions .anticon {
  margin-left: 20px;
  font-size: 20px;
  color: #888888;
  cursor: pointer;
}
.cover-cropper .footer {
  margin-top: 10px;
  text-align: center;
}
.cover-cropper .footer .ant-btn {
  margin: 0 10px;
}
.subscribe-box {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  line-height: 14px;
  color: #EAEAEA;
  letter-spacing: 0;
}
.subscribe-box h2 {
  font-style: normal;
  padding-bottom: 15px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #888888;
  letter-spacing: 0;
}
.subscribe-box .name {
  display: inline-block;
  width: 100%;
  padding-bottom: 16px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #EAEAEA;
  letter-spacing: 0;
}
.subscribe-box .img-name {
  display: inline-block;
  width: 100%;
  padding-top: 8px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  color: #888888;
}
.subscribe-box .imgbox {
  width: 80px;
  height: 80px;
}
.side-position .qrcode-box {
  display: flex;
  justify-content: start;
}
.side-position .ant-col-2 {
  width: 30px;
}
.side-position .imgbox {
  width: 115px;
  height: 115px;
}
.side-position .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
.side-position .name {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #191919;
  letter-spacing: 0;
}
.side-position .ant-btn {
  background: #191919 !important;
  color: #fff;
}
.side-position .sub-email-box {
  height: 38px;
  line-height: 38px;
  margin-bottom: 20px;
}
.side-position .ant-input-group input {
  height: 38px;
  line-height: 38px;
  border: 1px solid #dddddd !important;
  border-radius: 3px !important;
  color: #888888 !important;
}
.side-position .ant-input-group-addon button {
  height: 38px;
  line-height: 38px;
}
.sider-box {
  margin: 25px 0;
}
.sider-box:first-child {
  margin-top: 0;
}
.sider-header {
  padding-bottom: 20px;
  font-size: 13px;
}
.sider-title {
  color: #888888;
}
.sider-more {
  float: right;
}
.sider-about-intro {
  min-height: 28px;
  word-break: break-all;
  font-size: 13px;
  line-height: 1.7;
}
.sider-author-list li {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
}
.sider-author-list li .mode-lbox {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.sider-author-list li .mode-rbox {
  margin-left: 50px;
}
.sider-author-list li .mode-rbox h4 {
  margin-bottom: 6px;
  line-height: 1;
  font-weight: 400;
}
.sider-author-list li .mode-rbox h4 .title {
  width: calc(100% - 50px);
  display: inline-block;
  text-overflow: ellipsis;
}
.sider-author-list li .mode-rbox h4 .title a {
  height: 22px;
  line-height: 22px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sider-author-list li .mode-rbox h4 .follow {
  float: right;
  line-height: 22px;
  font-size: 12px;
  cursor: pointer;
}
.sider-author-list li .mode-rbox h4 .follow:hover {
  color: #008CD6;
}
.sider-author-list li .mode-rbox .footer-bar {
  color: #888888;
}
.sider-author-list li .mode-rbox .footer-bar a {
  font-size: 12px;
  color: #888888;
  line-height: 1;
}
.sider-author-list li .mode-rbox .footer-bar .author {
  position: relative;
  transition: all 0.2s linear;
}
.sider-author-list li .mode-rbox .footer-bar .author:hover {
  color: #008CD6;
}
.sider-author-list li .mode-rbox .footer-bar .user-identity {
  margin-right: 6px;
}
.sider-author-list .user-identity {
  float: left;
}
.side-article-list li {
  margin-bottom: 15px;
}
.side-article-list .mode-lbox {
  margin-right: 10px;
  width: 98px;
  height: 70px;
  overflow: hidden;
}
.side-article-list .mode-lbox .intro-show-img {
  height: 70px !important;
  border-radius: 0 !important;
}
.side-article-list .mode-lbox .image-lazy-load {
  height: 100%;
}
.side-article-list .mode-rbox {
  margin-left: 106px;
}
.side-article-list .mode-rbox h4 {
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  height: 42px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.side-article-list .mode-rbox .footer-bar {
  font-size: 12px;
  color: #888888;
}
.side-article-list .mode-rbox .footer-bar a {
  color: #888888;
}
.side-article-list .mode-rbox .footer-bar .dot {
  margin: 0 5px;
}
.article-item-small .footer-bar .author {
  position: relative;
}
.article-item-small .footer-bar .author .author-popup {
  left: -10px;
  bottom: 35px;
}
.area-panel {
  position: absolute;
  top: 63px;
  right: 0;
  width: 575px;
  padding: 20px 20px 30px;
  background: #fff;
  z-index: 10;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.area-panel .area-meta {
  display: inline-block;
  width: 105px;
  height: 40px;
  margin-right: 12px;
  line-height: 40px;
  background: rgba(0, 140, 214, 0.1);
  border-radius: 2px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  text-align: center;
  color: #333333;
  letter-spacing: 0.24px;
  cursor: pointer;
}
.area-panel .search-part {
  margin-bottom: 14px;
}
.area-panel .search-part .ant-input-suffix {
  display: none !important;
}
.area-panel .area-input {
  width: 328px !important;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 2px;
}
.area-panel .ant-tabs-bar {
  border: none;
}
.area-panel .ant-tabs-tab {
  margin-right: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  background: #F4F4F4 !important;
  font-family: PingFangSC-Regular !important;
  font-size: 14px !important;
  color: #191919 !important;
  letter-spacing: 0.24px !important;
}
.area-panel .ant-tabs-tab-active {
  color: #008CD6 !important;
}
.area-panel .area-address {
  width: 100%;
  line-height: 40px;
  padding: 0 35px;
  color: #008CD6;
}
.area-panel .area-address .area-provinces {
  float: left;
  padding-right: 30px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0.24px;
  cursor: pointer;
}
.area-panel .area-address .area-provinces:hover {
  color: rgba(0, 140, 214, 0.65);
}
.area-panel .area-address .area-cities-group {
  padding-left: 75px;
}
.area-panel .area-address .area-cities {
  padding-right: 10px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0.24px;
  cursor: pointer;
}
.area-panel .area-address .area-cities:hover {
  color: rgba(0, 140, 214, 0.65);
}
.area-panel .ant-tabs-tab {
  padding: 0 18.2px !important;
}
.miniapp-icon {
  position: relative;
}
.miniapp-icon:hover .miniapp-overlay {
  display: block;
}
.miniapp-icon .iconfont {
  color: rgba(80, 161, 56, 0.8);
  cursor: pointer;
}
.miniapp-icon .iconfont:hover {
  color: #50a138;
}
.miniapp-overlay {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 160px;
  height: 190px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 10;
}
.miniapp-overlay.rightCenter {
  left: 30px;
  top: -80px;
}
.miniapp-overlay.leftCenter {
  left: initial;
  right: 30px;
  top: -80px;
}
.miniapp-overlay.topCenter {
  left: -70px;
  top: initial;
  bottom: 30px;
}
.miniapp-overlay.topLeft {
  left: initial;
  right: 0;
  top: initial;
  bottom: 30px;
}
.miniapp-overlay.bottomCenter {
  left: -70px;
  top: 30px;
}
.miniapp-overlay .loading {
  display: block;
  padding: 50px 0;
  height: 160px;
  text-align: center;
}
.miniapp-overlay .wxacode {
  display: block;
  padding: 10px;
  height: 160px;
}
.miniapp-overlay .wxacode img {
  width: 100%;
  height: 100%;
}
.miniapp-overlay .text {
  display: block;
  color: #999999;
  font-size: 12px;
  line-height: 30px;
}
.line-content-box {
  position: relative;
  width: 100%;
  height: 16px;
  margin-top: 64px;
  line-height: 16px;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  color: #888888;
  letter-spacing: 0;
}
.line-content-box .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #EBECEF;
}
.line-content-box .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  background: #fff;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-pagination {
  padding: 0 5%;
  text-align: right;
}
.swiper-container .swiper-pagination-bullet {
  opacity: 1;
  background: #BBBBBB;
}
.swiper-container .my-bullet-active {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
}
.swiper-container .slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.sub-email-box {
  padding-bottom: 20px;
}
.sub-email-box .sub-email {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #999999;
  letter-spacing: 0;
}
.sub-email-box input {
  font-size: 12px !important;
  border: none !important;
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}
.sub-email-box input::placeholder {
  color: #999999;
}
.sub-email-box .ant-btn {
  font-size: 12px;
  border: none;
  background: #008CD6;
}
.popup-modal {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  width: 790px;
  max-width: 100vw;
  max-height: 100vh;
  z-index: 100;
}
.popup-modal .close-btn {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s linear;
  cursor: pointer;
}
.popup-modal .close-btn:hover {
  background: #191919;
  color: #fff;
}
.popup-modal a {
  height: 100%;
}
.popup-modal img {
  width: 100%;
  height: 100%;
}
.popup-modal .close-tip {
  position: absolute;
  top: 20px;
  right: 19px;
  font-family: PingFangSC-Semibold;
  letter-spacing: 0.34px;
  line-height: 28px;
  font-size: 20px;
  color: #191919;
  cursor: default;
}
.popup-modal .close-tip .second-box {
  padding: 0 5px;
  color: #FF1313;
}
.brief-box {
  padding: 20px 5.3%;
}
.brief-box .avatar {
  float: left;
  width: 45px;
  height: 45px;
}
.brief-box .brief-meta {
  margin-left: 65px;
}
.brief-box .brief-meta .brief-status {
  color: #f00;
}
.brief-box .brief-meta .institution-tag {
  display: inline-block;
  width: auto;
  margin-left: 1%;
  margin-right: 8%;
  padding: 0 5px;
  background: #191919;
  color: #fff;
  border-radius: 3px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
}
.brief-box .brief-meta li {
  min-height: 25px;
  line-height: 25px;
}
.brief-box .brief-meta li:first-child {
  color: #191919;
}
.brief-box .brief-meta li:last-child {
  color: #888888;
}
.brief-box .brief-meta .brief-name {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0;
}
.brief-box .brief-meta .brief-name-meta {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #888888;
}
.brief-box .brief-tag {
  padding-left: 20%;
}
.brief-box .brief-tag .ant-tag {
  margin-bottom: 8px;
}
.loading-more-box {
  width: 100%;
  height: 32px;
  margin: 0 auto 20px;
  line-height: 32px;
  text-align: center;
  background: #EEEEEE;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #888888;
  letter-spacing: 0;
  cursor: pointer;
}
.common-intro {
  position: relative;
  width: 238px;
  padding-bottom: 20px;
  border-radius: 3px;
}
.common-intro .common-inner-intro {
  position: relative;
  display: block;
  width: 100%;
  height: 305px;
  padding-bottom: 10px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: all 0.5s linear;
}
.common-intro .common-inner-intro:hover {
  box-shadow: 0 1px 10px 0 rgba(17, 17, 20, 0.2);
  border-radius: 3px;
}
.common-intro .common-inner-intro .intro-detail {
  position: relative;
  padding: 0 15px;
}
.common-intro .common-inner-intro .intro-detail .intro-dropdown {
  float: right;
  margin-left: 6px;
  color: #888888;
}
.common-intro .common-inner-intro .intro-style {
  height: 18px;
  line-height: 14px;
  margin-bottom: 12px;
}
.common-intro .common-inner-intro .title {
  width: 100%;
  height: 47px;
  margin: 12px 0 14px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0;
  line-height: 24px;
  transition: all 0.5s linear;
}
.common-intro .common-inner-intro .title:hover {
  color: #008CD6;
}
.common-intro .common-inner-intro .imgbox {
  position: relative;
  width: 100%;
  height: 170px;
}
.common-intro .common-inner-intro .imgbox-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.common-intro .common-inner-intro .imgbox-audited {
  background: rgba(255, 255, 255, 0.7);
}
.common-intro .common-inner-intro .tag-status {
  position: absolute;
  top: 8px;
  right: 8px;
}
.common-intro .common-inner-intro .shots-type-img {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 50px !important;
}
.common-intro .common-inner-intro img {
  display: block;
}
.common-intro .common-inner-intro .style {
  display: inline-block;
  width: 100%;
  max-height: 18px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0;
}
.common-intro .common-inner-intro .intro-brand {
  width: 60% !important;
}
.common-intro .common-inner-intro .intro-brand .ant-tag {
  max-width: 85% !important;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.common-intro .common-inner-intro .intro-times {
  width: auto;
  line-height: 22px;
}
.common-intro .common-inner-intro .seen,
.common-intro .common-inner-intro .comment,
.common-intro .common-inner-intro .enjoy {
  float: left;
  padding-right: 13px;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0;
  cursor: pointer;
}
.common-intro .common-inner-intro .seen i,
.common-intro .common-inner-intro .comment i,
.common-intro .common-inner-intro .enjoy i {
  margin-right: 5px;
  font-size: 14px;
}
.common-intro .common-inner-intro .ad-spread {
  float: right;
  font-size: 12px;
  color: #888888;
  line-height: 1.5;
  position: absolute;
  right: 15px;
  bottom: 0;
}
.common-intro .common-inner-intro .wx-mini-icon {
  float: right;
  color: rgba(80, 161, 56, 0.8);
  cursor: pointer;
}
.common-intro .common-inner-intro .wx-mini-icon:hover {
  color: #50a138;
}
.common-intro .author-box {
  display: flex;
  padding-top: 10px;
  vertical-align: middle;
  line-height: 20px;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0;
  cursor: pointer;
}
.common-intro .author-box .author-img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2.5px 10px 0 0;
  background: #f5f5f5;
  vertical-align: top;
  border-radius: 50%;
}
.common-intro .author-box .author-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 192px;
  height: 20px;
  line-height: 22px;
  white-space: nowrap;
  transition: all 0.25s linear;
}
.common-intro .author-box .author-name:hover {
  color: #008CD6;
}
.common-intro .author-box .author-focus {
  transition: all 0.5s linear;
}
.common-intro .author-box .author-focus:hover {
  color: #008CD6;
}
.common-intro .author-box .author-name {
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .common-intro {
    width: 100%;
  }
  .common-intro .common-inner-intro {
    height: initial !important;
  }
  .common-intro .common-inner-intro .imgbox {
    height: initial !important;
  }
  .common-intro .common-inner-intro .imgbox .intro-show-img {
    height: initial;
    overflow: visible;
  }
  .common-intro .common-inner-intro .imgbox .intro-show-img .box-img {
    position: static;
    transform: initial;
  }
}
.classify-tab {
  line-height: 13px;
  background: #fff;
}
.classify-tab .tab-name {
  display: inline-block;
  padding: 15px 0;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0;
  color: #888888;
  font-family: PingFangSC-Medium;
}
.classify-tab .see-more {
  display: inline-block;
  padding: 15px 0;
  transition: all 0.2s linear;
  cursor: pointer;
}
.classify-tab .see-more:hover {
  color: #008CD6;
}
.classify-tab .menu-list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  height: 43px;
  transition: all 0.5s linear;
}
.classify-tab .menu-list li {
  line-height: 13px;
  padding: 15px 0;
}
.classify-tab .menu-list li a {
  display: block;
  padding-right: 50px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  letter-spacing: 0;
}
.classify-tab .menu-list .selected {
  color: #008CD6;
}
.article-brief-box {
  width: 100%;
  padding: 30px 11.9% 0;
  background: #fff;
}
.article-brief-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.article-brief-box .inner-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
}
.article-brief-box .left-content .title {
  width: 100%;
  margin-bottom: 25px;
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #444444;
  letter-spacing: 0;
  text-align: justify;
  line-height: 30px;
}
.article-brief-box .left-content .summary {
  width: 100%;
  min-height: 52px;
  margin-bottom: 25px;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  line-height: 28px;
}
.article-brief-box .left-content .meta {
  width: 100%;
  margin-bottom: 15px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #888888;
  letter-spacing: 0;
}
.article-brief-box .img-box {
  float: right;
  width: 252px;
  height: 100%;
  margin-left: 30px;
}
.article-brief-box .img-box img {
  display: block;
  width: 100%;
  height: 180px;
}
.input-modal .ant-input {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
}
.page-main {
  font-family: PingFangSC-Regular;
  margin: 50px auto;
  padding: 30px 70px;
  max-width: 812px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 0;
}
.page-main header {
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
}
.page-main header h1 {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  text-align: center;
}
.page-main .content {
  padding-top: 30px;
}
.page-main .content h2 {
  font-family: PingFangSC-Medium;
  margin-bottom: 20px;
  font-size: 16px;
}
.page-main .content h3 {
  margin-bottom: 20px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #191919;
  line-height: 26px;
  text-indent: 2em;
}
.page-main .content section {
  margin-bottom: 30px;
}
.page-main .content p {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  line-height: 26px;
  color: #191919;
  text-indent: 2em;
}
.page-main .content table {
  width: 100%;
}
.page-main .content table th,
.page-main .content table td {
  padding: 0 30px;
  border: 1px solid #EEEEEE;
  height: 80px;
}
.page-main .content table th {
  width: 200px;
  text-align: center;
  background-color: #F8FCFF;
}
.comment-form .comment-input {
  position: relative;
}
.comment-form .comment-input .length-tips {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #888888;
}
.comment-form .comment-input .length-tips.error {
  color: #f5222d;
}
.comment-form .comment-input .login-info-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  color: #888888;
}
.comment-form .comment-input .login-info-box a {
  margin: 0 10px;
  color: #008CD6;
}
.comment-form textarea {
  resize: none;
  height: 90px;
}
.comment-form .footer {
  margin-top: 15px;
  text-align: right;
}
.comment-form .footer .intro-label {
  margin-right: 20px;
  color: #888888;
}
.comment-form .footer .intro-label a {
  color: #008CD6;
}
.comment-form .footer .ant-btn {
  height: 38px;
}
.comment-empty {
  position: relative;
  margin: 30px 0;
  text-align: center;
  line-height: 38px;
  color: #888888;
}
.comment-empty .text {
  position: relative;
  z-index: 1;
  padding: 5px 30px;
  background-color: #f9f9f9;
}
.comment-empty .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #EAEAEA;
  width: 65%;
}
.comment-box {
  margin-top: 30px;
}
.comment-main {
  margin-top: 50px;
}
.comment-main .header {
  color: #888888;
}
.comment-main .header:before,
.comment-main .header:after {
  content: " ";
  display: table;
}
.comment-main .header:after {
  clear: both;
}
.comment-main .header .sort-tabs {
  float: right;
  font-size: 13px;
}
.comment-main .header .sort-tabs li {
  float: left;
  margin-left: 10px;
  cursor: pointer;
}
.comment-main .header .sort-tabs li.active {
  color: #191919;
}
.comment-list-wrapper {
  position: relative;
}
.comment-list-wrapper .load-spining {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 50px;
}
.comment-list {
  margin-top: 20px;
}
.comment-item {
  padding: 10px 0;
  margin-bottom: 20px;
}
.comment-item .comment-avatar {
  float: left;
  width: 50px;
}
.comment-item > .comment-content-wrapper {
  margin-left: 70px;
}
.comment-item .comment-content {
  font-size: 13px;
}
.comment-item .comment-info-wrap {
  min-height: 20px;
}
.comment-item .author-info .nick {
  color: #191919;
}
.comment-item .author-info .reply-author-nick,
.comment-item .author-info .dot,
.comment-item .author-info .time {
  color: #888888;
}
.comment-item .author-info .reply-author-nick {
  margin-left: 5px;
}
.comment-item .author-info .dot {
  margin: 0 5px;
}
.comment-item .comment-actions {
  float: right;
  color: #888888;
}
.comment-item .comment-actions .action {
  margin-right: 20px;
  cursor: pointer;
}
.comment-item .comment-actions .action:hover {
  color: #191919;
}
.comment-item .comment-actions .action.favor {
  margin-right: 10px;
}
.comment-item .comment-actions .action.favor.active,
.comment-item .comment-actions .action.favor:hover {
  color: #FF0050;
}
.comment-item .comment-message {
  margin: 10px 0;
  color: #888888;
  line-height: 1.75;
}
.comment-item .comment-form {
  margin-top: 20px;
}
.comment-reply-box {
  position: relative;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #EEEEEE;
  border-radius: 3px;
}
.comment-reply-box::before {
  position: absolute;
  top: -15px;
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #EEEEEE;
}
.comment-reply-box .comment-content:nth-child(n + 1) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .comment-box {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .comment-box .load-more-box {
    margin-top: 30px;
  }
  .comment-item .comment-avatar {
    width: 20px;
  }
  .comment-item .comment-avatar .ant-avatar {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    font-size: 13px !important;
  }
  .comment-item .comment-content-wrapper {
    margin-left: initial;
  }
  .comment-item .comment-content-wrapper > .comment-content > .comment-info-wrap {
    margin-left: 30px;
  }
}
.active-box {
  min-height: 300px;
  margin: 60px auto;
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #191919;
  letter-spacing: 0;
  max-width: 1506px;
}
.active-info-box > .title {
  margin-bottom: 30px;
  text-align: center;
}
.active-info-box > .operation {
  margin-bottom: 60px;
  text-align: center;
}
.active-info-box > .operation button:first-child {
  margin-right: 10px;
}
.active-actions .btn-follow {
  float: right;
}
.recommend-box {
  position: relative;
  width: 392px;
  height: 242px;
  margin-bottom: 12px;
  padding: 20px;
  background: #fff;
}
.recommend-box .brief-box {
  padding: 0;
  border: none;
}
.recommend-box li:first-child {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #444444;
}
.recommend-box li:last-child {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0;
  height: 28px;
  line-height: 28px;
}
.recommend-box button {
  position: absolute;
  top: 26px;
  right: 15px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
}
.recommend-box .img-box {
  width: 100%;
  margin-bottom: 20px;
}
.recommend-box .img-box img {
  width: 100%;
  height: 80px;
  border-radius: 4px;
}
.recommend-box .detail-box {
  padding-top: 15px;
  line-height: 15px;
  border-top: 1px solid #F1F1F1;
}
.recommend-box .detail-box .brief {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #666666;
  letter-spacing: 0;
  line-height: 28px;
}
.recommend-box .detail-box strong {
  font-weight: normal;
  font-family: PingFangSC-Semibold;
  font-size: 13px;
  color: #191919;
  letter-spacing: 0;
  line-height: 28px;
}
@media screen and (max-width: 1440px) {
  .active-box {
    margin: 50px auto;
    max-width: 1122px;
  }
}
@media screen and (max-width: 768px) {
  .active-box {
    margin: 30px 0;
  }
  .active-info-box {
    padding: 0 30px;
  }
  .active-info-box .title {
    margin-bottom: 20px;
    font-size: 16px;
    color: #191919;
    letter-spacing: 0;
    text-align: center;
  }
  .active-info-box .meta {
    margin-bottom: 20px;
    font-size: 14px;
    color: #888888;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pc-container {
    display: none;
  }
  .mobile-container {
    display: block;
  }
  .mobile-container .active-box {
    background: #fff;
  }
  .mobile-container .title {
    margin-bottom: 20px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #191919;
    letter-spacing: 0;
    text-align: center;
  }
  .mobile-container .meta {
    margin-bottom: 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #888888;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
  }
  .mobile-container .operation {
    margin-bottom: 40px;
  }
  .mobile-container .operation button {
    width: 120px;
    height: 38px;
  }
  .mobile-container .operation button:first-child {
    margin-right: 20px;
  }
  .mobile-container .recommend-box {
    padding: 20px 0 0;
    border-top: 1px solid #F1F1F1;
  }
  .mobile-container .recommend-box .avatar {
    width: 60px !important;
    height: 60px !important;
    margin-top: 5px;
  }
  .mobile-container .recommend-box .brief-meta li:first-child {
    font-family: PingFangSC-Regular;
  }
  .mobile-container .recommend-box .brief-meta li:nth-child(2) {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #888888;
    letter-spacing: 0;
  }
  .mobile-container .recommend-box button {
    top: 20px;
    right: 0;
    height: 22px;
    font-size: 14px;
    color: #888888;
    letter-spacing: 0;
    background: #fff;
    border: none;
    box-shadow: none;
  }
  .mobile-container .recommend-box .not-attention {
    color: #008CD6;
  }
  .mobile-container .recommend-box .detail-box {
    font-family: PingFangSC-Medium;
    font-size: 13px;
    color: #191919;
    letter-spacing: 0;
    line-height: 18px;
    padding-top: 0;
    border-top: none;
  }
  .mobile-container .recommend-box .img-box img {
    height: 115px;
  }
}
.account-container {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.account-container .account-bg {
  float: left;
  height: 100%;
}
.account-container .account-bg img {
  max-width: 100%;
  max-height: 100%;
}
.account-container .account-content {
  overflow: auto;
  position: relative;
  min-height: 100vh;
}
.account-container .imgbox {
  width: 100%;
  height: 100%;
}
.account-container .account-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.account-container .tit-logo {
  display: inline-block;
  margin-bottom: 80px;
}
.account-container .title {
  padding-bottom: 40px;
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #008CD6;
  letter-spacing: 0;
}
.account-container input {
  border-radius: 0;
}
.account-container .ant-form-explain {
  text-align: left;
  line-height: 32px;
  padding-top: 5px;
}
.account-container .ant-btn-primary {
  width: 100%;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  border-radius: 0;
}
.account-container .description {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #888888;
  letter-spacing: 0;
  line-height: 22px;
}
.account-container .direct {
  display: inline-block;
  padding-top: 16px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #008CD6;
  letter-spacing: 0;
  line-height: 22px;
}
.account-container .remind-pwd,
.account-container .forget-pwd {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  line-height: 14px;
  color: #888888;
  letter-spacing: 0;
}
.account-container .remind-pwd {
  float: left;
}
.account-container .forget-pwd {
  float: right;
  cursor: pointer;
}
.account-container .other-login-way {
  padding-top: 40px;
}
.account-container .headline {
  font-weight: normal;
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #888888;
  letter-spacing: 0;
}
.account-container .forget-btn {
  margin-top: 40px;
}
.account-container .geetest-box {
  min-height: 45px;
}
.account-container .forgot-box,
.account-container .other-box {
  padding-top: 40px;
}
.account-container .forgot-box .value-meta,
.account-container .other-box .value-meta {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FF6F13;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
}
.account-container .forgot-box .description,
.account-container .other-box .description {
  padding-top: 45px;
  font-size: 14px;
}
.account-container .forgot-box .description .send-email,
.account-container .other-box .description .send-email {
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0;
  line-height: 20px;
}
.account-container .veri-field {
  display: flex;
  border: 1px solid #d9d9d9;
}
.account-container .veri-field input {
  border: none;
  outline: none;
  box-shadow: none;
}
.account-container .veri-field .send-verify-box {
  position: absolute;
  top: 5px;
  right: 3%;
  width: 40%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.account-container .veri-field .send-verify-box button {
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0 3px;
  background: #F1F1F1;
  border-radius: 0;
}
.account-container .veri-field .send-verify-box .send-verify {
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-container .veri-field .send-verify-box .send-verify:hover {
  background: #191919;
  color: #fff;
}
.account-container .sign-top-intro {
  margin-bottom: 20px;
  color: #888888;
}
.account-container .sign-bottom-intro {
  font-size: 16px;
  color: #888888;
}
.account-container .oauth-tips-container {
  text-align: center;
}
.account-container .oauth-tips-container .icon {
  font-size: 42px;
}
.account-container .oauth-tips-container .title {
  margin-top: 30px;
  font-size: 24px;
  color: #191919;
}
.account-container .oauth-tips-container.error .icon {
  color: #f5222d;
}
.account-container .oauth-tips-container.success .icon {
  color: #52c41a;
}
.sign-left-container {
  float: left;
  width: 695px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sign-shots-wrapper {
  padding: 0 15px;
  height: calc(100vh - 128px);
  overflow-y: auto;
  background-color: #f9f9f9;
}
.sign-shots-wrapper .sign-shots-list {
  padding-top: 25px;
  display: flex;
  justify-content: center;
}
.sign-shots-wrapper .common-intro {
  width: 187px;
}
.sign-shots-wrapper .common-inner-intro {
  height: initial;
}
.sign-shots-wrapper .common-inner-intro .imgbox {
  height: initial;
}
.sign-ad-wrapper {
  flex-grow: 1;
  height: 128px;
  background-color: #333333;
  text-align: center;
}
.sign-ad-wrapper .intro {
  margin-top: 30px;
  color: #999;
}
.sign-ad-wrapper .desc {
  margin-top: 15px;
  font-size: 18px;
  color: white;
}
.sign-ad-wrapper .desc > span {
  padding: 15px;
}
.sign-ad-wrapper .desc > span > i {
  margin-right: 10px;
}
.usercenter-menu {
  padding-bottom: 17px;
}
.usercenter-menu span {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0;
}
.usercenter-menu .ant-menu-item {
  height: 60px !important;
  margin: 0 !important;
  padding: 0 50px !important;
  line-height: 60px !important;
}
.usercenter-menu .default-icon {
  margin-right: 35px;
}
.usercenter-menu .usercenter-creator-side {
  border-top: 1px solid #EEEEEE !important;
  border-bottom: 1px solid #EEEEEE !important;
}
.author-containers .author-sub-tab {
  background: #fff;
}
.author-containers .anticon-caret-down {
  margin-left: 10px;
  margin-right: 0;
}
.author-containers .author-content {
  display: flex;
  width: 100%;
  min-height: 800px;
  padding: 50px 0;
}
.author-containers .ant-tabs-bar {
  margin: 0;
}
.author-containers .ant-tabs {
  width: 100%;
  background: #fff;
}
.author-containers .ant-tabs-ink-bar {
  display: none !important;
}
.author-containers .ant-tabs-tab {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #191919;
}
.author-containers .ant-tabs-tab-active {
  color: #008CD6 !important;
}
.author-containers .ant-tabs-nav-scroll {
  text-align: center;
}
.author-containers .ant-menu {
  padding-left: 52px !important;
}
.basic-example__spacer {
  height: 200px;
  color: #ccc;
  font-size: 40px;
  line-height: 200px;
  text-align: center;
}
.basic-example__waypoint-line {
  border-top: 1px dashed red;
}
.org-content-container .part-loading-wrap {
  margin-top: 40px;
  height: 600px !important;
}
.author-header {
  width: 100%;
  padding-top: 20px;
  line-height: 32px;
}
.author-header .header-count {
  float: left;
  line-height: 40px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
}
.author-header .header-input {
  float: right;
}
.author-header .header-input input {
  border: none;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0;
}
.author-header .ant-input-prefix {
  color: #BBBBBB !important;
}
.author-header .ant-input-suffix {
  display: none;
}
.author-header .ant-input-affix-wrapper .ant-input:focus {
  border: none !important;
  border-bottom: 1px solid white !important;
  box-shadow: none !important;
}
.author-detail-header {
  padding-bottom: 20px;
  line-height: 46px;
}
.author-detail-header .header-count {
  float: left;
  line-height: 40px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
}
.author-detail-header .menu-box {
  float: right;
}
.author-detail-header .menu-box .ant-menu {
  background: transparent;
  border: none;
}
.author-detail-header .header-input {
  float: right;
  margin-right: 2px;
}
.author-detail-header .header-input input {
  border: none;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0;
}
.author-list-box {
  width: 354px;
  height: 272px;
  margin-bottom: 7%;
  padding: 5%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: pointer;
}
.author-list-box:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.author-list-box .intro-imgbox {
  width: 100%;
}
.author-list-box .ant-dropdown-link {
  position: absolute;
  top: 9px;
  right: 0px;
  font-size: 16px;
  color: #9B9B9B;
}
.author-list-box .intro-img-box {
  position: relative;
  width: 100%;
  height: 110px;
}
.author-list-box .intro-img-box .empty-box-img {
  display: flex;
  justify-content: center;
  background: #f5f5f5;
}
.author-list-box .ant-avatar-string {
  line-height: 75px !important;
}
.author-list-box .user-identity {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .head-tabs .ant-tabs-large-bar .ant-tabs-tab {
    font-size: 16px;
    margin: 0 10px 0 0;
  }
}
.banner-layout {
  position: relative;
  width: 100%;
  background-position: center center;
}
.banner-layout .user-sider {
  width: 100%;
  position: relative;
  left: 0;
  top: -180px;
  background: transparent !important;
}
.banner-layout .banner-change {
  position: absolute;
  top: 32px;
  right: 110px;
  border: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
}
.banner-layout .banner-change:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.banner-layout .intro-show-img {
  height: auto;
  border-radius: 0;
}
.author-banner-change-tips-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #f5222d;
}
.user-layout-content {
  min-width: 1200px;
  padding: 40px 50px;
}
.user-main-content {
  margin: 0 0 0 40px;
}
.user-main-content .part-loading-wrap {
  min-height: 500px !important;
}
.user-main-content .ant-tabs-nav-scroll {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #282828;
  letter-spacing: 0;
}
.user-tabs {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .banner-layout {
    height: 70px;
  }
  .user-layout-content {
    padding: 0;
    min-width: initial;
  }
  .user-layout-content > .ant-layout {
    display: block;
  }
  .user-layout-content > .ant-layout .user-sider {
    top: initial !important;
    width: initial !important;
    max-width: initial !important;
    min-width: initial !important;
  }
  .user-layout-content .user-sider .user-info-box .user-brief-box {
    padding: 20px 0;
  }
  .user-layout-content .user-sider .user-info-box .user-brief-box .user-name {
    font-size: 15px;
  }
  .user-layout-content .user-sider .user-info-box .user-brief-box .avatar {
    position: relative;
    width: 100%;
    height: 10px;
  }
  .user-layout-content .user-sider .user-info-box .user-brief-box .avatar .ant-avatar,
  .user-layout-content .user-sider .user-info-box .user-brief-box .avatar .avatar-img {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 22px;
    color: white;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .user-layout-content .user-sider .user-info-box .user-data-list {
    display: none;
  }
  .user-layout-content .user-sider .user-info-box .sider-box {
    display: none;
  }
  .user-layout-content .user-main-content {
    margin-left: 0;
    width: initial !important;
  }
  .user-layout-content .user-main-content .org-content-container {
    width: initial;
  }
  .user-layout-content .user-main-content .org-content-container .ant-tabs-nav-container {
    background-color: #fff;
  }
  .user-layout-content .user-main-content .org-content-container .ant-tabs-nav-container .ant-tabs-tab {
    margin-right: 10;
    padding: 10px 16px;
    font-size: 15px;
  }
  .user-layout-content .user-main-content .ant-tabs-nav-scroll {
    text-align: center;
  }
  .user-layout-content .user-main-content .user-tabs .origin-prod-box .author-header:first-child,
  .user-layout-content .user-main-content .user-tabs .origin-article-box .author-header:first-child {
    display: none;
  }
  .user-layout-content .user-main-content .user-tabs .origin-prod-box .author-header:last-child,
  .user-layout-content .user-main-content .user-tabs .origin-article-box .author-header:last-child {
    padding-top: 0;
  }
  .user-layout-content .user-main-content .user-tabs .origin-prod-box .author-shots-row {
    width: 510px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .user-layout-content .user-main-content .user-tabs .origin-prod-box .author-shots-row > .ant-col {
    width: 50%;
  }
  .user-layout-content .user-main-content .user-tabs .origin-article-box .origin-article-content .aricle-content {
    padding: 0 10px;
  }
  .user-layout-content .user-main-content .user-tabs .origin-about-conatainer {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .user-layout-content .user-main-content .user-tabs .origin-prod-box .author-shots-row {
    width: 100%;
    padding: 0 15px;
  }
  .user-layout-content .user-main-content .user-tabs .origin-prod-box .author-shots-row > .ant-col {
    width: 100%;
  }
  .user-layout-content .user-main-content .user-tabs .origin-prod-box .author-shots-row > .ant-col .box-img {
    height: 235px;
  }
}
.user-info-box {
  background-color: #fff;
  border-radius: 4px;
}
.user-info-box .user-brief-box {
  padding: 40px 0;
  border-bottom: 1px solid #EEEEEE;
}
.user-info-box .user-brief-box .avatar {
  width: 100px;
  height: 100px;
  margin: auto;
}
.user-info-box .part-loading-wrap {
  min-height: 293px;
}
.user-info-box .user-info-col {
  text-align: center;
}
.user-info-box .user-info-col .user-name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
}
.user-info-box .user-info-col .user-name .ant-tag {
  margin-left: 10px;
}
.user-info-box .user-info-col .user-ins {
  display: inline-block;
  margin: 4.5px 0 0 8px;
  padding: 3px 10px;
  background: #191919;
  font-family: PingFangSC-Medium;
  vertical-align: top;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
}
.user-info-box .user-info-col .user-type {
  height: 22px;
  line-height: 22px;
  margin: 10px 0 8px;
}
.user-info-box .user-info-col .user-area {
  height: 28px;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
  line-height: 28px;
  margin: 8px 0;
  font-size: 12px;
  color: #888888;
}
.user-info-box .user-info-col .user-data {
  margin-top: 10px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
  color: #888888;
}
.user-info-box .user-info-col .user-data strong {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.65);
}
.user-info-box .user-info-col .user-intro {
  margin-top: 10px;
  min-height: 28px;
  line-height: 1.7;
  word-break: break-all;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #191919;
  letter-spacing: 0;
}
.user-info-box .user-info-col .user-net-age {
  margin-top: 10px;
  height: 28px;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
  line-height: 28px;
  font-size: 12px;
  color: #888888;
}
.user-info-box .user-contact {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.user-info-box .user-contact .ant-btn {
  width: 140px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.user-info-box .user-contact .ant-btn:first-child {
  margin-right: 16px;
}
.user-info-box .user-data-box {
  padding: 0 28px;
}
.user-info-box .user-data-list {
  margin: 29px 0 4px;
  font-size: 13px;
}
.user-info-box .user-data-list li {
  padding: 11px 0;
}
.user-info-box .user-data-list .count {
  float: right;
}
.user-info-box .user-data-list .mention-icon {
  cursor: pointer;
}
.origin-prod-content {
  width: 100%;
  min-height: 500px;
  padding-top: 10px;
  justify-content: space-between;
}
.origin-prod-content .part-loading-wrap {
  min-height: 400px !important;
  height: 400px !important;
}
.origin-about-conatainer {
  margin-top: 40px;
  padding: 30px 4.53%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.origin-about-conatainer .subheading {
  margin: 0;
  padding-bottom: 20px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #888888;
  letter-spacing: 0;
}
.origin-about-conatainer .introduce {
  width: 100%;
  word-break: break-all;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #191919;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
}
.origin-about-conatainer .padding-box {
  width: 100%;
  height: 50px;
}
.origin-about-conatainer .member-introduce {
  width: 100%;
  padding-top: 10px;
}
.origin-about-conatainer .member-introduce .member-box {
  padding-bottom: 50px;
  text-align: center;
}
.origin-about-conatainer .member-introduce .member-box .member-name {
  width: 100%;
  height: 54px;
  padding-top: 12px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #444444;
  transition: all 0.3s linear;
}
.origin-about-conatainer .member-introduce .member-box .member-name:hover {
  color: #008CD6;
}
.origin-about-conatainer .member-introduce .member-box .member-detail {
  display: inline-block;
  width: 100%;
  padding: 5px 0 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
}
.origin-about-conatainer .member-introduce .member-box button {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #191919;
  letter-spacing: 0;
}
.origin-about-conatainer .member-introduce .member-box .member-img {
  display: block;
  width: 64px;
  height: 64px;
  margin: auto;
}
.origin-about-conatainer .service-production {
  width: 100%;
}
.origin-about-conatainer .service-production .service-inner {
  width: 100%;
  margin: 0 auto;
}
.origin-about-conatainer .service-production .production-inner-box {
  width: 270px;
  margin-bottom: 50px;
  padding-bottom: 18px;
  text-align: center;
  border: 1px solid #F1F1F1;
}
.origin-about-conatainer .service-production .prod-img {
  display: block;
  width: 100%;
  height: 190px;
}
.origin-about-conatainer .service-production .meta {
  padding: 15px 10px 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
}
.origin-about-conatainer .service-customer li {
  float: left;
  padding-right: 5%;
}
.origin-about-conatainer .tag-list {
  width: 100%;
}
.origin-about-conatainer .tag-list .tag {
  margin: 0 18px 18px 0;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #191919;
  letter-spacing: 0;
}
.origin-personal-container {
  width: 100%;
}
.origin-personal-container .ant-tabs-nav-container,
.origin-personal-container .ant-tabs-nav-scroll,
.origin-personal-container .ant-tabs-card-bar,
.origin-personal-container .ant-tabs-tab,
.origin-personal-container .ant-tabs-tab-active {
  height: 0;
  background: transparent !important;
  border: none !important;
}
.origin-like-container .classify-tab .ant-row-flex {
  justify-content: flex-start;
}
.origin-like-container .classify-tab .tab-name {
  margin-right: 30px;
}
.origin-like-container .summary-module {
  padding: 30px 0;
}
.origin-article-box {
  width: 100%;
}
.origin-article-box .origin-article-content {
  padding-top: 30px;
}
.origin-article-box .origin-article-content .article-item:first-child {
  padding-top: 40px;
}
.origin-article-box .origin-article-content .article-item:last-child {
  padding-bottom: 40px;
}
.origin-article-box .origin-article-content .article-content {
  width: 100%;
  padding: 0 157px;
  background: #fff;
}
.origin-article-box .origin-article-content .empty-container {
  padding-top: 80px;
}
.origin-article-box .loading-more-box {
  margin: 20px auto;
}
.banners-modify-modal .ant-modal-footer {
  border-top: none;
}
.banners-modify-container .ant-tabs-bar {
  border-bottom: none;
}
.banners-modify-container .ant-tabs-bar .ant-tabs-tab {
  padding-left: 0;
  color: #666666;
}
.banners-modify-container .ant-tabs-bar .ant-tabs-tab-active {
  color: #191919;
  font-size: 18px;
}
.author-banner-list {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
}
.author-banner-list li {
  float: left;
  margin: 10px;
  width: 220px;
  border-radius: 4px;
  cursor: pointer;
}
.author-banner-list li img {
  max-width: 100%;
}
.author-banner-list li.active {
  box-shadow: 0 0 5px 3px #008CD6;
}
.share-bar .mobile {
  display: none;
}
.share-container {
  position: absolute;
  transition: left 0.3s, right 0.3s;
  z-index: 10;
}
.share-container.right {
  right: -70px;
  top: 120px;
}
.share-container.right.hidden {
  left: 3000px !important;
}
.share-container.left {
  left: -70px;
  top: 120px;
}
.share-container.left.hidden {
  left: -300px !important;
}
.share-container .actions .action-item {
  position: relative;
  margin-bottom: 10px;
  width: 40px;
}
.share-container .actions .action-item .count {
  margin-top: 5px;
  display: block;
  height: 20px;
  line-height: 20px;
  color: #BBBBBB;
  text-align: center;
  font-size: 13px;
}
.share-container .actions .action-icon {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #5987FF;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.share-container .actions .action-icon.favor {
  background-color: rgba(255, 0, 80, 0.6);
}
.share-container .actions .action-icon:hover,
.share-container .actions .action-icon.active {
  background-color: #FF0050;
}
.share-container .actions .action-icon.collection:hover,
.share-container .actions .action-icon.collection.active {
  background-color: #000;
}
.share-container .actions .action-icon a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.share-container.not-actions .share-title {
  margin: 0 5px 20px;
  padding: 0 0 10px;
}
.share-container .share-title {
  margin-top: 10px;
  border-bottom: 1px solid #BBBBBB;
  color: #BBBBBB;
  font-size: 13px;
  margin: 20px 5px;
  padding: 10px 0;
}
.share-container .shares {
  padding: 0 5px;
}
.share-container .shares .action-icon {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  line-height: 25px;
  margin-bottom: 20px;
  color: #BBBBBB;
  font-size: 20px;
  cursor: pointer;
}
.share-container .shares .action-icon a {
  color: #BBBBBB;
}
.share-container .shares .action-icon.wx a:hover,
.share-container .shares .action-icon.wx a {
  color: #47B233;
}
.share-container .shares .action-icon.weibo a:hover,
.share-container .shares .action-icon.weibo a {
  color: #FF7960;
}
.share-container .shares .action-icon.qq a:hover,
.share-container .shares .action-icon.qq a {
  color: #518EF1;
}
.share-container .shares .action-icon.card a:hover,
.share-container .shares .action-icon.card a {
  color: #168DD7;
}
.share-container .shares .action-icon.mini-app a {
  color: rgba(80, 161, 56, 0.8);
}
.share-container .shares .action-icon.mini-app a:hover {
  color: #55b737;
}
@media screen and (max-width: 1366px) {
  .share-container.left {
    left: -60px;
  }
  .share-container.right {
    right: -60px;
  }
}
@media screen and (max-width: 960px) {
  .share-bar.mobile {
    display: block;
  }
  .share-bar.article .share-container {
    padding: 0;
  }
  .share-bar .share-container {
    position: static;
    float: initial;
    padding: 0 20px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .share-bar .share-container .actions {
    float: right;
  }
  .share-bar .share-container .actions:before,
  .share-bar .share-container .actions:after {
    content: " ";
    display: table;
  }
  .share-bar .share-container .actions:after {
    clear: both;
  }
  .share-bar .share-container .action-item {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
  }
  .share-bar .share-container .action-item.favor {
    display: none;
  }
  .share-bar .share-container .action-item .count-text {
    margin-right: 10px;
    color: #BBBBBB;
  }
  .share-bar .share-container .action-item .count {
    display: none;
  }
  .share-bar .share-container .share-title {
    display: none;
  }
  .share-bar .share-container .shares .action-icon {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.shots-gallery-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-bottom: 50px;
  width: 1100px;
}
.related-compositions {
  padding-top: 30px;
}
.related-compositions .title {
  font-size: 24px;
  color: #888888;
  letter-spacing: 0;
}
.related-compositions .list {
  position: relative;
  margin-top: 20px;
}
.related-compositions .list .ant-row-flex {
  margin-left: -10px;
  margin-right: -10px;
}
.related-compositions .list .ant-col {
  padding: 0 10px;
}
.related-compositions .list .common-intro {
  width: 258px;
}
.related-compositions .list .common-inner-intro {
  height: 330px;
}
.related-compositions .list .imgbox {
  height: 184px;
}
.related-compositions .list .part-loading-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
}
.related-compositions .load-more-box {
  margin-top: 10px;
}
@media screen and (max-width: 1366px) {
  .article-layout .related-compositions .list .common-intro {
    width: 224px;
  }
  .article-layout .related-compositions .list .common-inner-intro {
    padding-bottom: 15px;
    height: 287px;
  }
  .article-layout .related-compositions .list .common-inner-intro .imgbox {
    height: 160px;
  }
  .article-layout .related-compositions .list .common-inner-intro .box-img {
    width: 100%;
  }
  .article-layout .related-compositions .list .common-inner-intro .title {
    margin-bottom: 14px;
  }
  .article-layout .related-compositions .list .common-inner-intro .intro-style {
    margin-bottom: 10px;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .related-compositions .related-container {
    width: initial !important;
  }
  .related-compositions {
    padding: 30px 0;
  }
  .related-compositions .related-container .header {
    padding: 0 20px;
  }
  .related-compositions .related-container .list {
    padding: 0 5px;
  }
  .related-compositions .related-container .list .ant-row-flex {
    margin: 0;
  }
  .related-compositions .related-container .list .ant-col {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .related-compositions .related-container .list .common-intro {
    width: calc(100% - 16px);
  }
  .related-compositions .related-container .list .common-intro .author-box {
    display: none;
  }
  .related-compositions .related-container .list .common-inner-intro {
    height: auto;
  }
  .related-compositions .related-container .list .common-inner-intro .intro-operation {
    display: none;
  }
  .related-compositions .related-container .list .common-inner-intro img {
    width: 100%;
  }
  .related-compositions .load-more-box {
    margin: 20px;
  }
}
.gallery-photos {
  min-height: 725px;
  transition: all 0.5s;
}
.gallery-photos .gallery-photos-header {
  display: none;
}
.gallery-photos .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.gallery-photos .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}
.gallery-photos .swiper-slide.max img {
  max-width: 100%;
  max-height: 100%;
}
.gallery-photos .swiper-slide video {
  width: 100%;
  height: 100%;
}
.gallery-photos .swiper-slide img {
  position: absolute;
  cursor: grab;
  transition: transform 0.3s;
}
.gallery-photos .gallery-top {
  width: 100%;
  height: 618px;
  border: 1px solid #EEEEEE;
  background-color: #000;
}
.gallery-photos .gallery-top .swiper-slide {
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-photos .gallery-top .swiper-slide .video-react {
  padding-top: 0 !important;
  height: 100%;
}
.gallery-photos .gallery-top .btn-fullscreen {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border-radius: 20px;
  z-index: 2000;
  cursor: pointer;
  transition: background 0.3s;
}
.gallery-photos .gallery-top .btn-fullscreen:hover {
  background: rgba(0, 0, 0, 0.8);
}
.gallery-photos .gallery-status-bar {
  display: none;
}
.gallery-photos .attach-tips {
  display: none;
  padding: 5px 10px;
  color: #888888;
  font-size: 12px;
}
.gallery-photos .attach-tips.show {
  display: block;
}
.gallery-photos .gallery-thumbs {
  height: 107px;
  box-sizing: border-box;
  padding: 10px 0 10px;
}
.gallery-photos .gallery-thumbs .swiper-slide {
  margin-right: 10px;
  background-size: cover;
  width: 107px;
}
.gallery-photos .gallery-thumbs .swiper-slide.my-slide-thumb-active {
  border: 3px solid #008CD6;
  opacity: 1;
  box-sizing: border-box;
}
.gallery-photos .gallery-thumbs .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  opacity: 0.4;
  border-radius: 3px;
  overflow: hidden;
}
.gallery-photos .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery-photos .swiper-button-prev,
.gallery-photos .swiper-button-next {
  margin-top: -50px;
  padding: 50px 40px;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s;
}
.gallery-photos .swiper-button-prev:hover,
.gallery-photos .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.gallery-photos .swiper-button-prev {
  left: 0;
}
.gallery-photos .swiper-button-next {
  right: 0;
}
.gallery-photos .gallery-status-bar {
  display: block;
  padding: 15px 60px;
  text-align: center;
}
.gallery-photos .gallery-status-bar.default {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.3);
}
.gallery-photos .gallery-status-bar.default .inline-block .current-index {
  color: white;
}
.gallery-photos .gallery-status-bar.default .inline-block .image-operate .anticon,
.gallery-photos .gallery-status-bar.default .inline-block .image-operate .iconfont {
  color: white;
}
.gallery-photos .gallery-status-bar .inline-block {
  display: inline-block;
  color: #979797;
}
.gallery-photos .gallery-status-bar .inline-block .hand {
  padding: 0 30px;
}
.gallery-photos .gallery-status-bar .inline-block .hand > .anticon {
  margin-right: 20px;
}
.gallery-photos .gallery-status-bar .inline-block .hand .current-index {
  position: relative;
  top: -2px;
  font-size: 15px;
}
.gallery-photos .gallery-status-bar .inline-block .image-operate .anticon,
.gallery-photos .gallery-status-bar .inline-block .image-operate .iconfont,
.gallery-photos .gallery-status-bar .inline-block .image-operate .icon-img {
  padding: 0 30px;
}
.gallery-photos .gallery-status-bar .inline-block .anticon,
.gallery-photos .gallery-status-bar .inline-block .iconfont,
.gallery-photos .gallery-status-bar .inline-block .icon-img {
  font-size: 20px;
  cursor: pointer;
}
.gallery-photos .gallery-status-bar .inline-block .anticon:hover,
.gallery-photos .gallery-status-bar .inline-block .iconfont:hover,
.gallery-photos .gallery-status-bar .inline-block .icon-img:hover {
  color: white;
}
.gallery-photos .gallery-status-bar .inline-block .icon-img img {
  width: 16px;
}
.gallery-photos.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background-color: #000;
}
.gallery-photos.fullscreen .gallery-photos-header {
  display: block;
  padding: 15px 60px;
  height: 70px;
}
.gallery-photos.fullscreen .gallery-photos-header:before,
.gallery-photos.fullscreen .gallery-photos-header:after {
  content: " ";
  display: table;
}
.gallery-photos.fullscreen .gallery-photos-header:after {
  clear: both;
}
.gallery-photos.fullscreen .gallery-photos-header .author-info {
  float: left;
}
.gallery-photos.fullscreen .gallery-photos-header .author-info:before,
.gallery-photos.fullscreen .gallery-photos-header .author-info:after {
  content: " ";
  display: table;
}
.gallery-photos.fullscreen .gallery-photos-header .author-info:after {
  clear: both;
}
.gallery-photos.fullscreen .gallery-photos-header .author-info .ant-avatar {
  float: left;
}
.gallery-photos.fullscreen .gallery-photos-header .author-info .name a {
  color: #fff;
}
.gallery-photos.fullscreen .gallery-photos-header .author-info .info {
  float: left;
  margin-left: 10px;
}
.gallery-photos.fullscreen .gallery-photos-header .author-info .info .follow {
  color: #008CD6;
  cursor: pointer;
}
.gallery-photos.fullscreen .gallery-photos-header .author-info .info .follow.followed {
  color: #888888;
}
.gallery-photos.fullscreen .gallery-photos-header .actions {
  float: right;
  color: #fff;
  font-size: 18px;
}
.gallery-photos.fullscreen .gallery-photos-header .actions .action {
  margin-left: 30px;
  line-height: 40px;
}
.gallery-photos.fullscreen .gallery-photos-header .actions .action .action-icon.active,
.gallery-photos.fullscreen .gallery-photos-header .actions .action .action-icon:hover {
  color: #FF0050;
}
.gallery-photos.fullscreen .gallery-photos-header .actions .action .anticon {
  cursor: pointer;
}
.gallery-photos.fullscreen .gallery-photos-header .actions .close {
  display: inline;
  cursor: pointer;
}
.gallery-photos.fullscreen .gallery-photos-header .actions .count {
  margin-left: 10px;
  padding-bottom: 6px;
  font-size: 15px;
}
.gallery-photos.fullscreen .gallery-top {
  height: calc(100vh - 220px);
  border: none;
  transition: height 0.3s;
}
.gallery-photos.fullscreen .gallery-top .swiper-slide .video-react {
  padding-top: 0 !important;
  height: 100%;
  max-width: 80%;
  max-height: 80%;
}
.gallery-photos.fullscreen .gallery-top .swiper-slide img {
  max-width: initial;
  max-height: initial;
}
.gallery-photos.fullscreen .gallery-top.hide-thumbs {
  height: calc(100vh - 140px);
}
.gallery-photos.fullscreen .gallery-top .btn-fullscreen {
  display: none;
}
.gallery-photos.fullscreen .gallery-thumbs {
  padding: 0 0 20px 0;
  height: 100px;
}
.gallery-photos.fullscreen .gallery-thumbs.hide {
  display: none;
}
@media screen and (max-width: 1366px) {
  .gallery-photos {
    min-height: 687px;
  }
  .gallery-photos .gallery-top {
    height: 580px;
  }
}
@media screen and (max-width: 960px) {
  .gallery-photos.fullscreen .gallery-photos-header {
    padding: 15px 10px;
  }
  .gallery-photos.fullscreen .gallery-photos-header .actions .action {
    margin-left: 10px;
  }
  .gallery-photos.fullscreen .gallery-status-bar {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-photos {
    min-height: 530px;
  }
  .gallery-photos .gallery-top {
    height: 430px;
  }
  .shots-info-container .shots-info-sider {
    margin-top: 20px;
  }
}
.gallery-photos-mb.fullscreen {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gallery-photos-mb.fullscreen .gallery-top {
  height: calc(100vh - 170px);
}
.gallery-photos-mb.fullscreen .gallery-top .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.gallery-photos-mb.fullscreen .gallery-status-bar-mb {
  display: block;
}
.gallery-photos-mb .gallery-top .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.gallery-photos-mb .gallery-photos-header .current-index {
  margin-right: 10px;
  font-size: 15px;
  color: #888888;
}
.gallery-photos-mb .gallery-status-bar-mb {
  display: none;
  padding: 10px 20px;
  color: white;
}
.gallery-photos-mb .gallery-status-bar-mb .title {
  margin-bottom: 10px;
}
.gallery-photos-mb .gallery-status-bar-mb .hand {
  float: left;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}
.gallery-photos-mb .gallery-status-bar-mb .inline-block {
  float: right;
}
.gallery-photos-mb .gallery-status-bar-mb .inline-block .action {
  margin-left: 10px;
}
.gallery-photos-mb .gallery-status-bar-mb .inline-block .action.favor .active {
  color: #FF0050;
}
.gallery-photos-mb .gallery-status-bar-mb .inline-block .action a {
  color: white;
}
.gallery-photos-mb .gallery-status-bar-mb .inline-block .action .count {
  margin-left: 10px;
  color: white;
}
.production-box {
  width: 100%;
  min-height: 750px;
}
.production-box .dressing-sub-title ul {
  padding: 0 0 0 52px !important;
}
.production-box .dressing-sub-title .btn-refresh {
  right: initial;
  left: 300px;
}
.production-box .classify-content {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #EEEEEE;
}
.production-box .classify-wrapper {
  padding: 20px 0;
  text-align: center;
}
.production-box .classify-wrapper .ant-btn {
  margin: 0 20px;
  width: 300px;
  height: 40px;
  text-align: left;
  line-height: 40px;
}
.production-box .classify-wrapper .ant-btn > span > .iconfont {
  margin-right: 10px;
}
.production-box .classify-wrapper .ant-btn > .anticon {
  float: right;
  line-height: 40px;
}
.production-box .classify-collection {
  width: 1580px;
  margin: 0 auto;
  padding: 15px 0;
  background: #fff;
}
.production-box .sub-tab-content {
  width: 100%;
  background: #fff;
}
.production-box .sub-tab-box {
  width: 1580px;
  margin: 0 auto;
}
.production-box .ant-menu-horizontal {
  border-bottom: none;
}
.production-box .area-menu {
  text-align: right;
}
.production-box .area-menu .anticon-caret-down {
  margin: 0;
}
.production-box .production-content {
  position: relative;
  width: 1580px;
  margin: 0 auto;
  padding: 30px 0;
}
.production-box .ant-select-search--inline {
  width: 200px !important;
  position: relative !important;
  left: -50px;
}
.shots-detail-contanier {
  background-color: #fff;
}
.shots-detail-contanier header {
  height: 80px;
  background-color: #EEEEEE;
}
.shots-detail-contanier .header-container {
  margin: 0 auto;
  width: 1100px;
}
.shots-detail-contanier .header-container .header-wrapper {
  padding: 20px 0;
}
.shots-detail-contanier .header-container .header-wrapper:before,
.shots-detail-contanier .header-container .header-wrapper:after {
  content: " ";
  display: table;
}
.shots-detail-contanier .header-container .header-wrapper:after {
  clear: both;
}
.shots-detail-contanier .author-info {
  float: left;
}
.shots-detail-contanier .author-info:before,
.shots-detail-contanier .author-info:after {
  content: " ";
  display: table;
}
.shots-detail-contanier .author-info:after {
  clear: both;
}
.shots-detail-contanier .author-info .ant-avatar {
  float: left;
}
.shots-detail-contanier .author-info .info {
  float: left;
  margin-left: 10px;
}
.shots-detail-contanier .author-info .info .follow {
  color: #008CD6;
  cursor: pointer;
}
.shots-detail-contanier .author-info .info .follow.followed {
  color: #888888;
}
.shots-detail-contanier .author-info .user-identity {
  line-height: 1;
  margin-right: 5px;
}
.shots-detail-contanier .title-group {
  font-family: PingFangSC-Regular;
}
.shots-detail-contanier .title-group .title {
  margin-bottom: 20px;
  font-size: 38px;
  letter-spacing: 0;
}
.shots-detail-contanier .title-group .info {
  margin-top: 10px;
  font-size: 15px;
  color: #888888;
}
.shots-detail-contanier .title-group .info .info-item {
  margin-right: 20px;
}
.shots-detail-contanier .title-group .info .info-item .anticon,
.shots-detail-contanier .title-group .info .info-item .iconfont {
  margin-right: 10px;
}
.shots-detail-contanier .title-group .summary {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
}
.shots-detail-contanier .title-group .summary pre {
  font-size: 16px;
  font-family: PingFangSC-Regular;
}
.shots-detail-contanier .attach {
  margin-top: 30px;
}
.shots-detail-contanier .attach:before,
.shots-detail-contanier .attach:after {
  content: " ";
  display: table;
}
.shots-detail-contanier .attach:after {
  clear: both;
}
.shots-detail-contanier .attach .members {
  float: right;
  color: #888888;
}
.shots-detail-contanier .attach .members .ant-avatar {
  margin-left: 10px;
}
.shots-detail-contanier .favors-container {
  padding: 73px 0;
  text-align: center;
}
.shots-detail-contanier .other-compositions {
  background-color: #f9f9f9;
}
.shots-detail-contanier .other-compositions .author-container {
  padding: 0 0 20px;
  margin: 0 auto;
  width: 1100px;
}
.shots-detail-contanier .other-compositions .author-wrapper:before,
.shots-detail-contanier .other-compositions .author-wrapper:after {
  content: " ";
  display: table;
}
.shots-detail-contanier .other-compositions .author-wrapper:after {
  clear: both;
}
.shots-detail-contanier .other-compositions .author-wrapper.center {
  display: flex;
  justify-content: center;
}
.shots-detail-contanier .other-compositions .author-info:before,
.shots-detail-contanier .other-compositions .author-info:after {
  content: " ";
  display: table;
}
.shots-detail-contanier .other-compositions .author-info:after {
  clear: both;
}
.shots-detail-contanier .other-compositions .author-info .avatar {
  float: left;
}
.shots-detail-contanier .other-compositions .author-info .info {
  float: left;
  margin-left: 10px;
}
.shots-detail-contanier .other-compositions .author-info .info .name {
  font-size: 15px;
  opacity: 0.9;
}
.shots-detail-contanier .other-compositions .shots-covers {
  display: flex;
  margin-top: 50px;
}
.shots-detail-contanier .other-compositions .shots-covers:before,
.shots-detail-contanier .other-compositions .shots-covers:after {
  content: " ";
  display: table;
}
.shots-detail-contanier .other-compositions .shots-covers:after {
  clear: both;
}
.shots-detail-contanier .other-compositions .shots-covers.center {
  justify-content: center;
}
.shots-detail-contanier .other-compositions .shots-covers li {
  float: left;
  margin-right: 20px;
  width: 258px;
}
.shots-detail-contanier .other-compositions .shots-covers li:last-child {
  margin-right: 0;
}
.shots-detail-contanier .other-compositions .shots-covers li .image-wrapper {
  width: 100%;
  height: 185px;
  border-radius: 6px;
  overflow: hidden;
}
.shots-detail-contanier .other-compositions .shots-covers li img {
  width: 100%;
  height: 100%;
}
.shots-detail-contanier .other-compositions .shots-covers li .title {
  margin-top: 14px;
  line-height: 1.5;
}
.shots-detail-contanier .shots-comment {
  background-color: #f9f9f9;
}
.shots-detail-contanier .comment-container {
  margin: 0 auto;
  padding: 30px 0;
  width: 835px;
  max-width: 100%;
}
.shots-detail-contanier .related-container {
  margin: 0 auto;
  width: 1100px;
}
.shots-detail-contanier .related-compositions {
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.shots-info-container {
  display: flex;
  padding-top: 40px;
}
.shots-info-container .shots-info-content {
  flex: 1;
  flex-direction: column;
  padding-right: 30px;
  height: 100%;
}
.shots-info-container .shots-info-sider {
  padding-left: 30px;
  width: 294px;
  border-left: 1px solid #EEEEEE;
}
.shots-info-container .shots-info-sider .type-list .type-item {
  font-size: 15px;
  margin-bottom: 20px;
}
.shots-info-container .shots-info-sider .type-list .type-item .anticon,
.shots-info-container .shots-info-sider .type-list .type-item img,
.shots-info-container .shots-info-sider .type-list .type-item .iconfont {
  margin-right: 10px;
  color: #BBBBBB;
}
.shots-info-container .shots-info-sider .type-list .type-item .ant-tag {
  padding: 2px 10px;
  background-color: #EEEEEE;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
}
.shots-info-container .shots-info-sider .type-list .type-item.download-list {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #888888;
}
.shots-info-container .shots-info-sider .type-list .type-item .download-item {
  font-size: 15px;
  margin-bottom: 20px;
}
.shots-info-container .shots-info-sider .type-list .type-item .download-item .download-name {
  cursor: pointer;
}
.shots-info-container .shots-info-sider .type-list .type-item .download-item .download-info {
  margin-top: 10px;
  padding-left: 30px;
  color: #888888;
  font-size: 13px;
}
.shots-info-container .shots-info-sider .type-list .type-item.download {
  margin-top: 50px;
}
.shots-info-container .shots-info-sider .type-list .type-item.download .ant-btn {
  padding: 10px;
  text-align: center;
  width: 100%;
  height: 50px;
  font-size: 15px;
}
.shots-info-container .shots-info-sider .type-list .type-item.download .download-info {
  margin-top: 10px;
  color: #BBBBBB;
}
.shots-info-container .shots-info-sider .type-list .type-item.tags span > i {
  margin: 0 10px;
}
.members {
  float: right;
  padding: 5px 0;
}
.members .label {
  margin-right: 15px;
  color: #888888;
}
.members .ant-avatar {
  margin-left: 5px;
  box-shadow: 0px 0px 3px #ccc;
}
.members .members-exp {
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .shots-detail-contanier header {
    height: 64px;
  }
  .shots-detail-contanier .header-container .header-wrapper {
    padding: 10px 20px;
  }
  .shots-detail-contanier .favors-container {
    padding: 30px 0 40px;
  }
  .shots-detail-contanier .other-compositions .author-container {
    width: initial;
  }
  .shots-gallery-container {
    margin-top: 0;
    width: 100%;
  }
  .shots-info-container {
    padding-top: 10px;
    display: block;
  }
  .shots-info-container .shots-info-content {
    padding-right: 0;
  }
  .shots-info-container .shots-info-content .title-group {
    padding: 0 20px;
  }
  .shots-info-container .shots-info-sider {
    padding-left: 0;
    width: initial;
  }
  .shots-info-container .type-list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .shots-detail-contanier .header-container {
    width: 100%;
  }
  .shots-detail-contanier .author-container .author-wrapper {
    padding: 0 20px;
  }
  .shots-detail-contanier .other-compositions .shots-covers {
    display: block;
    margin-top: 30px;
    padding: 0 5px;
  }
  .shots-detail-contanier .other-compositions .shots-covers li {
    width: calc(100% - 20px);
    margin: 10px;
  }
  .shots-detail-contanier .other-compositions .shots-covers li .image-wrapper {
    height: initial;
  }
  .shots-detail-contanier .other-compositions .shots-covers li .image-wrapper img {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .shots-detail-contanier .title-group .title {
    font-size: 20px;
  }
}
.author-popup {
  display: none;
  position: absolute;
  left: -5px;
  bottom: 60px;
  z-index: 10;
}
.author-popup.show {
  display: block;
}
.author-popup-box {
  padding: 30px;
  width: 212px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.author-popup-box::after {
  display: block;
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid white;
  bottom: -10px;
  left: 10px;
}
.author-popup-box .author-name {
  margin-top: 10px;
  font-size: 14px;
  color: #444444;
  line-height: 1.7;
}
.author-popup-box .author-type {
  margin-top: 10px;
}
.author-popup-box .author-type .user-identity {
  float: initial;
}
.author-popup-box .author-area {
  margin-top: 10px;
  color: #888888;
  font-size: 12px;
}
.author-popup-box .author-composition {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.author-popup-box .author-composition .count-item {
  padding: 0 20px;
  font-size: 12px;
}
.author-popup-box .author-composition .count-item .name {
  color: #888888;
}
.author-popup-box .author-composition .count-item .count {
  margin-top: 8px;
}
.author-popup-box .author-composition .composition-name {
  color: #888888;
}
.author-popup-box .author-composition .composition-count {
  margin-top: 8px;
}
.author-popup-box .btns {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.author-popup-box .btns .ant-btn {
  width: 70px;
  font-size: 12px;
  line-height: 32px;
}
.author-popup-box .btns .btn-follow.followed {
  border: none;
  background-color: #F1F1F1;
  color: rgba(0, 0, 0, 0.65);
}
.classify-dropdown-menu {
  padding: 20px;
  width: 600px;
}
.classify-dropdown-menu .ant-dropdown-menu-item-group-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.classify-dropdown-menu .ant-dropdown-menu-item-group-title .ant-btn {
  height: 40px;
  line-height: 40px;
}
.classify-dropdown-menu .ant-dropdown-menu-item-group-title .ant-btn.active {
  color: #008CD6;
  border: 1px solid #008CD6;
}
.classify-dropdown-menu .ant-dropdown-menu-item-group-list {
  padding-top: 20px;
  overflow: hidden;
}
.classify-dropdown-menu .ant-dropdown-menu-item {
  padding: 5px 12px;
  float: left;
  width: 33.333%;
  color: #888888;
  line-height: 40px;
  clear: none;
}
.classify-dropdown-menu .ant-dropdown-menu-item.active {
  color: #008CD6;
}
.classify-dropdown-menu .ant-dropdown-menu-item .iconfont {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .production-box .classify-wrapper .ant-btn {
    margin: 0;
    width: calc(50% - 30px);
  }
  .production-box .classify-wrapper .ant-btn:first-child {
    margin-right: 15px;
  }
  .classify-dropdown-menu {
    padding: 20px;
    width: 600px;
    max-width: calc(100vw - 40px);
    margin: 0 20px;
  }
  .classify-dropdown-menu .ant-dropdown-menu-item {
    width: 50%;
  }
}
.tag-container .ant-tag {
  position: relative;
  padding: 0 20px 0 10px;
  line-height: 32px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #191919;
  letter-spacing: 0;
  border-radius: 50px;
}
.tag-container .ant-tag:hover i {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 5px;
}
.tag-container .ant-tag i {
  display: none;
  position: absolute;
  top: 10px;
  right: 5px;
  color: #191919;
}
.tag-container .ant-tag i:hover {
  display: inline-block;
  color: #008CD6;
}
.safe-container {
  width: 100%;
  margin-top: 40px;
  padding: 60px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.safe-container .safe-list {
  width: 500px;
}
.safe-container .safe-list li {
  min-height: 60px;
  line-height: 60px;
}
.safe-container .safe-list .verify {
  float: right;
  padding-right: 25px;
  color: #19BC9C;
}
.safe-container .safe-list .unverify {
  float: right;
  padding-right: 25px;
  color: #f00;
}
.safe-container .safe-list button {
  float: right;
  margin-top: 15px;
}
.safe-container-modal .ant-modal-header,
.safe-container-modal .ant-modal-footer {
  border: none !important;
}
.safe-container-modal .ant-modal-footer {
  padding: 0 0 20px;
  text-align: center;
}
.safe-container-modal .ant-modal-footer button:first-child {
  margin-right: 20px;
}
.safe-container-modal .ant-modal-footer button:last-child {
  color: #fff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.safe-container-modal .ant-modal-footer button:last-child:hover,
.safe-container-modal .ant-modal-footer button:last-child:focus {
  color: #fff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.safe-container-modal .ant-modal-footer button:last-child:active,
.safe-container-modal .ant-modal-footer button:last-child.active {
  color: #fff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.safe-container-modal .email-input,
.safe-container-modal .pwd-input,
.safe-container-modal .newpwd-input,
.safe-container-modal .border-input,
.safe-container-modal .verify-input,
.safe-container-modal .new-verify-input,
.safe-container-modal .new-border-input {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
}
.safe-container-modal .pwd-input {
  margin-bottom: 30px;
}
.safe-container-modal .pwd-input,
.safe-container-modal .newpwd-input {
  width: 75%;
  margin-right: 5%;
}
.safe-container-modal .verify-input,
.safe-container-modal .new-verify-input {
  width: 61.5%;
  margin-right: 5%;
}
.safe-container-modal .link {
  color: #008CD6;
}
.safe-container-modal .i-geetest,
.safe-container-modal .gt-loading {
  margin: 30px 0;
}
.safe-container-modal .send-verify {
  float: right;
  background: rgba(41, 135, 188, 0.1);
  border: none;
  color: #008CD6;
}
.common-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.common-container .ant-tabs-nav-container {
  border-bottom: 1px solid #d9d9d9;
}
.common-container .ant-tabs-tab {
  padding-left: 0px !important;
}
.common-container .ant-tabs-bar {
  margin: 0;
}
.common-container .new-folder {
  position: absolute;
  top: 20px;
  right: 0;
  float: right;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 10;
  color: #008CD6;
}
.common-container .classify-tab {
  padding: 0 30px;
}
.common-container .author-detail-header {
  line-height: 16px;
  padding: 30px 0 40px;
}
.common-container .author-detail-header .extra-content {
  float: right;
  line-height: 40px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
}
.usercenter-breadcrumb {
  margin-bottom: 10px;
  font-size: 14px;
  color: #888888;
}
.usercenter-breadcrumb a {
  color: #191919;
}
.usercenter-breadcrumb a:hover {
  color: #008CD6;
}
.domain-box {
  width: 100%;
  margin-top: 40px;
  padding: 60px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.domain-box .title {
  margin-bottom: 16px;
  padding-bottom: 0 !important;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #000000;
}
.domain-box .demo {
  max-width: 600px;
  margin-bottom: 15px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #888888;
}
.domain-box .description {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #888888;
}
.domain-box .explain {
  float: right;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #888888;
}
.domain-box .domain-input {
  max-width: 600px;
  margin-bottom: 17px;
  box-shadow: none !important;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}
.domain-box .submit-btn {
  margin-top: 40px;
}
.domain-box .save {
  margin-top: 105px;
}
.ant-cascader-picker {
  background: #fff !important;
}
.ant-select-selection__choice {
  border: none !important;
  border-radius: 50px !important;
  background: #F1F1F1 !important;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #191919;
  letter-spacing: 0;
}
.ins-data-box,
.personal-data-box,
.create-ins-content {
  min-width: 1070px;
}
.ins-data-box .disabled-form .ant-form-item-control,
.personal-data-box .disabled-form .ant-form-item-control,
.create-ins-content .disabled-form .ant-form-item-control {
  background: #f5f5f5 !important;
}
.ins-data-box .avatar-uploader .ant-upload.ant-upload-select-picture-card,
.personal-data-box .avatar-uploader .ant-upload.ant-upload-select-picture-card,
.create-ins-content .avatar-uploader .ant-upload.ant-upload-select-picture-card {
  width: 120px !important;
  margin-right: 30px;
  border-radius: 50% !important;
}
.ins-data-box .avatar-uploader .form-item-change-tips,
.personal-data-box .avatar-uploader .form-item-change-tips,
.create-ins-content .avatar-uploader .form-item-change-tips {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: red;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 120px;
}
.ins-data-box .row-wrap,
.personal-data-box .row-wrap,
.create-ins-content .row-wrap {
  position: relative;
  width: 100%;
}
.ins-data-box .avatar-uploader,
.personal-data-box .avatar-uploader,
.create-ins-content .avatar-uploader {
  margihn-left: 5%;
}
.ins-data-box .avatar-symbol,
.personal-data-box .avatar-symbol,
.create-ins-content .avatar-symbol {
  padding-left: 5px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #000;
}
.ins-data-box .avatar-symbols,
.personal-data-box .avatar-symbols,
.create-ins-content .avatar-symbols {
  padding-left: 18px;
}
.ins-data-box .single-column,
.personal-data-box .single-column,
.create-ins-content .single-column {
  width: 760px;
}
.ins-data-box .double-columns,
.personal-data-box .double-columns,
.create-ins-content .double-columns {
  float: left;
  width: 370px;
}
.ins-data-box .columns-bg .ant-form-item-control,
.personal-data-box .columns-bg .ant-form-item-control,
.create-ins-content .columns-bg .ant-form-item-control {
  background: white;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
}
.ins-data-box .staff-size #register_staffSize,
.personal-data-box .staff-size #register_staffSize,
.create-ins-content .staff-size #register_staffSize,
.ins-data-box .staff-size #register_staff_size,
.personal-data-box .staff-size #register_staff_size,
.create-ins-content .staff-size #register_staff_size {
  width: 100% !important;
}
.ins-data-box .split-block,
.personal-data-box .split-block,
.create-ins-content .split-block {
  float: left;
  width: 30px;
  height: 1px;
}
.ins-data-box .ant-upload,
.personal-data-box .ant-upload,
.create-ins-content .ant-upload {
  margin-top: -25px;
  margin-left: 115px;
}
.ins-data-box .avatar-symbols::before,
.personal-data-box .avatar-symbols::before,
.create-ins-content .avatar-symbols::before {
  position: absolute;
  top: -12px;
  left: 2px;
  content: '*';
  width: 4px;
  height: 4px;
  font-weight: normal;
  font-size: 16px;
  vertical-align: top;
  color: #f5222d;
  border-radius: 50%;
}
.ins-data-box .upload-img,
.personal-data-box .upload-img,
.create-ins-content .upload-img {
  position: relative;
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 50%;
}
.ins-data-box .ant-form-item-label,
.personal-data-box .ant-form-item-label,
.create-ins-content .ant-form-item-label {
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #000;
}
.ins-data-box .modify,
.personal-data-box .modify,
.create-ins-content .modify {
  float: right;
  margin-right: 20px;
  color: #008CD6;
  cursor: pointer;
}
.ins-data-box .ant-upload,
.personal-data-box .ant-upload,
.create-ins-content .ant-upload {
  position: relative;
  border-radius: 50%;
}
.ins-data-box .avatar-item,
.personal-data-box .avatar-item,
.create-ins-content .avatar-item {
  float: left;
  width: 250px;
}
.ins-data-box .suggest-wrap,
.personal-data-box .suggest-wrap,
.create-ins-content .suggest-wrap {
  display: inline-block;
  width: 100px;
  margin-top: 65px;
}
.ins-data-box .suggest-wrap .suggest,
.personal-data-box .suggest-wrap .suggest,
.create-ins-content .suggest-wrap .suggest {
  display: block;
  width: 100%;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
}
.ins-data-box .ant-cascader-picker,
.personal-data-box .ant-cascader-picker,
.create-ins-content .ant-cascader-picker {
  background: #EEEEEE;
}
.ins-data-box .ins-input,
.personal-data-box .ins-input,
.create-ins-content .ins-input {
  height: 38px;
  background: #fff !important;
  border-radius: 4px;
  border: 1px solid #d9d9d9 !important;
}
.ins-data-box .border-input,
.personal-data-box .border-input,
.create-ins-content .border-input {
  height: 38px;
  background: #fff !important;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ins-data-box .data-input,
.personal-data-box .data-input,
.create-ins-content .data-input,
.ins-data-box #register_area,
.personal-data-box #register_area,
.create-ins-content #register_area {
  border-radius: 4px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.ins-data-box .data-input:hover,
.personal-data-box .data-input:hover,
.create-ins-content .data-input:hover,
.ins-data-box #register_area:hover,
.personal-data-box #register_area:hover,
.create-ins-content #register_area:hover,
.ins-data-box .data-input:focus,
.personal-data-box .data-input:focus,
.create-ins-content .data-input:focus,
.ins-data-box #register_area:focus,
.personal-data-box #register_area:focus,
.create-ins-content #register_area:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.ins-data-box .data-input:active,
.personal-data-box .data-input:active,
.create-ins-content .data-input:active,
.ins-data-box #register_area:active,
.personal-data-box #register_area:active,
.create-ins-content #register_area:active,
.ins-data-box .data-input.active,
.personal-data-box .data-input.active,
.create-ins-content .data-input.active,
.ins-data-box #register_area.active,
.personal-data-box #register_area.active,
.create-ins-content #register_area.active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.ins-data-box .ant-select,
.personal-data-box .ant-select,
.create-ins-content .ant-select,
.ins-data-box .ant-select-selection,
.personal-data-box .ant-select-selection,
.create-ins-content .ant-select-selection {
  background: #fff !important;
  border: none;
  box-shadow: none !important;
}
.ins-data-box .ant-select:hover,
.personal-data-box .ant-select:hover,
.create-ins-content .ant-select:hover,
.ins-data-box .ant-select-selection:hover,
.personal-data-box .ant-select-selection:hover,
.create-ins-content .ant-select-selection:hover,
.ins-data-box .ant-select:focus,
.personal-data-box .ant-select:focus,
.create-ins-content .ant-select:focus,
.ins-data-box .ant-select-selection:focus,
.personal-data-box .ant-select-selection:focus,
.create-ins-content .ant-select-selection:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.ins-data-box .ant-select:active,
.personal-data-box .ant-select:active,
.create-ins-content .ant-select:active,
.ins-data-box .ant-select-selection:active,
.personal-data-box .ant-select-selection:active,
.create-ins-content .ant-select-selection:active,
.ins-data-box .ant-select.active,
.personal-data-box .ant-select.active,
.create-ins-content .ant-select.active,
.ins-data-box .ant-select-selection.active,
.personal-data-box .ant-select-selection.active,
.create-ins-content .ant-select-selection.active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.ins-data-box .province-select,
.personal-data-box .province-select,
.create-ins-content .province-select {
  width: 120px !important;
  margin-right: 20px;
  background: #EEEEEE !important;
  border: none !important;
}
.ins-data-box .city-select,
.personal-data-box .city-select,
.create-ins-content .city-select {
  width: 120px !important;
  background: #EEEEEE !important;
  border: none !important;
}
.ins-data-box .profile-box,
.personal-data-box .profile-box,
.create-ins-content .profile-box {
  position: relative;
  width: 760px;
  min-height: 150px;
}
.ins-data-box .profile-box .ant-form-item-children,
.personal-data-box .profile-box .ant-form-item-children,
.create-ins-content .profile-box .ant-form-item-children {
  display: block;
}
.ins-data-box .profile-box .text-number-box,
.personal-data-box .profile-box .text-number-box,
.create-ins-content .profile-box .text-number-box {
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 60px;
  height: 30px;
  z-index: 10;
}
.ins-data-box .profile-box .text-number,
.personal-data-box .profile-box .text-number,
.create-ins-content .profile-box .text-number {
  position: absolute;
  right: 15px;
  bottom: 12px;
  font-size: 13px;
  color: #888888;
  font-family: PingFangSC-Regular;
  line-height: 1.2;
}
.ins-data-box .profile-box #register_profile,
.personal-data-box .profile-box #register_profile,
.create-ins-content .profile-box #register_profile {
  width: 100%;
  padding: 10px 12px 20px;
}
.ins-data-box .signature-box,
.personal-data-box .signature-box,
.create-ins-content .signature-box {
  position: relative;
}
.ins-data-box .signature-box .signature-input,
.personal-data-box .signature-box .signature-input,
.create-ins-content .signature-box .signature-input {
  position: absolute;
  top: 56px;
  left: 715px;
}
.ins-data-box .ant-form-explain,
.personal-data-box .ant-form-explain,
.create-ins-content .ant-form-explain {
  margin-top: 20px;
}
.ins-data-box .ant-upload::after,
.personal-data-box .ant-upload::after,
.create-ins-content .ant-upload::after {
  display: none;
  position: absolute;
  top: 29%;
  left: 29%;
  content: '';
  width: 50px;
  height: 50px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDFweCIgaGVpZ2h0PSIzOHB4IiB2aWV3Qm94PSIwIDAgNDEgMzgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjIgKDcyNjQzKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT7liIbnu4Q8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iMDbkuKrkurrliJvkvZzogIUtLei0puaIt+S4reW/gy3kuKrkurrotYTmlpktIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzA0LjAwMDAwMCwgLTcyMS4wMDAwMDApIiBmaWxsPSIjQkJCQkJCIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0i5LiK5LygLWNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzA0LjAwMDAwMCwgNzIxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IuS4iuS8oCI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IuWIhue7hCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC43NjE3MjEsIDAuMjIyNjYwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00MC4yMDEzMDg1LDI0LjI2NzAxNjUgTDQwLjIwMTMwODUsMzUuMzc5ODIyNCBMNDAuMjAxMzA4NSwzNS4zNzk3OTg0IEM0MC4xOTkyODExLDM2LjM4NjgzNjcgMzkuMzgzNDM2MSwzNy4yMDI3MDI1IDM4LjM3NjM5NzgsMzcuMjA0NzU2NCBMMS44NDQyODExLDM3LjIwNDc1NjQgTDEuODQ0MjgxMDcsMzcuMjA0NzU2NCBDMC44MzcyNDI3OSwzNy4yMDI3MTU4IDAuMDIxMzg1NTkwMywzNi4zODY4NTgyIDAuMDE5MzQ0NTcyMywzNS4zNzk4MTk5IEwwLjAxOTM0NDU3MjMsMjQuMjY3MDE0IEwwLjAxOTM0NDU3MjMsMjQuMjY3MDE0MyBDMC4wMTkzNDQ0MjAxLDIzLjI1OTEyOTUgMC44MzYzOTYzMDQsMjIuNDQyMDc3OCAxLjg0NDI4MTA3LDIyLjQ0MjA3NzggQzIuODUyMTY1ODQsMjIuNDQyMDc3NyAzLjY2OTIxNzU3LDIzLjI1OTEyOTUgMy42NjkyMTc1NywyNC4yNjcwMTQzIEMzLjY2OTIxNzU3LDI0LjI2NzAxNDMgMy42NjkyMTc1NywyNC4yNjcwMTQzIDMuNjY5MjE3NTcsMjQuMjY3MDE0MyBMMy42NjkyMTc1NywzMy41NTQ4OTIzIEwzNi41NTE0MzU1LDMzLjU1NDg5MjMgTDM2LjU1MTQzNTUsMjQuMjY3MDE0MyBMMzYuNTUxNDM1NSwyNC4yNjcwMTQ2IEMzNi41NTE0MzU0LDIzLjI1OTEyOTggMzcuMzY4NDg3MywyMi40NDIwNzgxIDM4LjM3NjM3MiwyMi40NDIwNzgxIEMzOS4zODQyNTY4LDIyLjQ0MjA3NzkgNDAuMjAxMzA4NSwyMy4yNTkxMjk4IDQwLjIwMTMwODUsMjQuMjY3MDE0NiBDNDAuMjAxMzA4NSwyNC4yNjcwMTQ2IDQwLjIwMTMwODUsMjQuMjY3MDE0NiA0MC4yMDEzMDg1LDI0LjI2NzAxNDYgTDQwLjIwMTMwODUsMjQuMjY3MDE2NSBaIE0xMS40MjE0OTM4LDExLjE5OTQzMSBDMTAuOTQ2NzE0MywxMS4xOTk0MzEgMTAuODA5NDcyLDEwLjg5ODk4NDYgMTEuMTA5OTE5NywxMC41MzkxODk2IEwxOS41NzA2NDgzLDAuMjk4MDQ4Nzg0IEwxOS41NzA2NDgyLDAuMjk4MDQ4ODcgQzE5Ljc5ODcwNjgsLTAuMDAyMDYyODQ2MDkgMjAuMjI2ODcyLC0wLjA2MDQ3MzM0MzcgMjAuNTI2OTgzMywwLjE2NzU4NTI4MSBDMjAuNTc2MTc2MSwwLjIwNDk2NzM2NCAyMC42MjAwNjQ5LDAuMjQ4ODU2MDQgMjAuNjU3NDQ2OSwwLjI5ODA0ODg3IEwyOS4xMTA3NDE5LDEwLjUzOTE4OTcgQzI5LjQxMTE4ODMsMTAuOTAyNjkyOSAyOS4yNzAyMzgyLDExLjE5OTQzMTEgMjguNzk5MTY3OCwxMS4xOTk0MzExIEwxMS40MjE0Njc5LDExLjE5OTQzMTEgTDExLjQyMTQ5MzgsMTEuMTk5NDMxIFoiIGlkPSLlvaLnirYiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIxLjg3Nzc3OTQsMjYuMDM2Mjk5OCBMMjEuODc3Nzc5NCwyNi4wMzYyOTk4IEMyMS44Nzc3Nzk0LDI3LjAxMzQ1MzMgMjEuMDg1NjM2NiwyNy44MDU1OTYgMjAuMTA4NDgzMiwyNy44MDU1OTYgQzE5LjEzMTMyOTcsMjcuODA1NTk2IDE4LjMzOTE4NywyNy4wMTM0NTMzIDE4LjMzOTE4NywyNi4wMzYyOTk4IEwxOC4zMzkxODcsOC45NjI3NzYwNSBMMTguMzM5MTg3LDguOTYyNzc2MzIgQzE4LjMzOTE4NjgsNy45ODU2MjI4NCAxOS4xMzEzMjk3LDcuMTkzNDgwMTIgMjAuMTA4NDgzMiw3LjE5MzQ4MDEyIEMyMS4wODU2MzY2LDcuMTkzNDc5OTcgMjEuODc3Nzc5NCw3Ljk4NTYyMjg0IDIxLjg3Nzc3OTQsOC45NjI3NzYzMiBDMjEuODc3Nzc5NCw4Ljk2Mjc3NjMyIDIxLjg3Nzc3OTQsOC45NjI3NzYzMiAyMS44Nzc3Nzk0LDguOTYyNzc2MzIgTDIxLjg3Nzc3OTQsMjYuMDM2MzAwMSBMMjEuODc3Nzc5NCwyNi4wMzYyOTk4IFoiIGlkPSLot6/lvoQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) center center no-repeat;
  background-size: 50px;
  opacity: 0.7;
  z-index: 1;
}
.ins-data-box .ant-upload.ant-upload-select-picture-card:hover,
.personal-data-box .ant-upload.ant-upload-select-picture-card:hover,
.create-ins-content .ant-upload.ant-upload-select-picture-card:hover {
  position: relative;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDFweCIgaGVpZ2h0PSIzOHB4IiB2aWV3Qm94PSIwIDAgNDEgMzgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjIgKDcyNjQzKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT7liIbnu4Q8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iMDbkuKrkurrliJvkvZzogIUtLei0puaIt+S4reW/gy3kuKrkurrotYTmlpktIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzA0LjAwMDAwMCwgLTcyMS4wMDAwMDApIiBmaWxsPSIjQkJCQkJCIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0i5LiK5LygLWNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzA0LjAwMDAwMCwgNzIxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IuS4iuS8oCI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IuWIhue7hCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC43NjE3MjEsIDAuMjIyNjYwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00MC4yMDEzMDg1LDI0LjI2NzAxNjUgTDQwLjIwMTMwODUsMzUuMzc5ODIyNCBMNDAuMjAxMzA4NSwzNS4zNzk3OTg0IEM0MC4xOTkyODExLDM2LjM4NjgzNjcgMzkuMzgzNDM2MSwzNy4yMDI3MDI1IDM4LjM3NjM5NzgsMzcuMjA0NzU2NCBMMS44NDQyODExLDM3LjIwNDc1NjQgTDEuODQ0MjgxMDcsMzcuMjA0NzU2NCBDMC44MzcyNDI3OSwzNy4yMDI3MTU4IDAuMDIxMzg1NTkwMywzNi4zODY4NTgyIDAuMDE5MzQ0NTcyMywzNS4zNzk4MTk5IEwwLjAxOTM0NDU3MjMsMjQuMjY3MDE0IEwwLjAxOTM0NDU3MjMsMjQuMjY3MDE0MyBDMC4wMTkzNDQ0MjAxLDIzLjI1OTEyOTUgMC44MzYzOTYzMDQsMjIuNDQyMDc3OCAxLjg0NDI4MTA3LDIyLjQ0MjA3NzggQzIuODUyMTY1ODQsMjIuNDQyMDc3NyAzLjY2OTIxNzU3LDIzLjI1OTEyOTUgMy42NjkyMTc1NywyNC4yNjcwMTQzIEMzLjY2OTIxNzU3LDI0LjI2NzAxNDMgMy42NjkyMTc1NywyNC4yNjcwMTQzIDMuNjY5MjE3NTcsMjQuMjY3MDE0MyBMMy42NjkyMTc1NywzMy41NTQ4OTIzIEwzNi41NTE0MzU1LDMzLjU1NDg5MjMgTDM2LjU1MTQzNTUsMjQuMjY3MDE0MyBMMzYuNTUxNDM1NSwyNC4yNjcwMTQ2IEMzNi41NTE0MzU0LDIzLjI1OTEyOTggMzcuMzY4NDg3MywyMi40NDIwNzgxIDM4LjM3NjM3MiwyMi40NDIwNzgxIEMzOS4zODQyNTY4LDIyLjQ0MjA3NzkgNDAuMjAxMzA4NSwyMy4yNTkxMjk4IDQwLjIwMTMwODUsMjQuMjY3MDE0NiBDNDAuMjAxMzA4NSwyNC4yNjcwMTQ2IDQwLjIwMTMwODUsMjQuMjY3MDE0NiA0MC4yMDEzMDg1LDI0LjI2NzAxNDYgTDQwLjIwMTMwODUsMjQuMjY3MDE2NSBaIE0xMS40MjE0OTM4LDExLjE5OTQzMSBDMTAuOTQ2NzE0MywxMS4xOTk0MzEgMTAuODA5NDcyLDEwLjg5ODk4NDYgMTEuMTA5OTE5NywxMC41MzkxODk2IEwxOS41NzA2NDgzLDAuMjk4MDQ4Nzg0IEwxOS41NzA2NDgyLDAuMjk4MDQ4ODcgQzE5Ljc5ODcwNjgsLTAuMDAyMDYyODQ2MDkgMjAuMjI2ODcyLC0wLjA2MDQ3MzM0MzcgMjAuNTI2OTgzMywwLjE2NzU4NTI4MSBDMjAuNTc2MTc2MSwwLjIwNDk2NzM2NCAyMC42MjAwNjQ5LDAuMjQ4ODU2MDQgMjAuNjU3NDQ2OSwwLjI5ODA0ODg3IEwyOS4xMTA3NDE5LDEwLjUzOTE4OTcgQzI5LjQxMTE4ODMsMTAuOTAyNjkyOSAyOS4yNzAyMzgyLDExLjE5OTQzMTEgMjguNzk5MTY3OCwxMS4xOTk0MzExIEwxMS40MjE0Njc5LDExLjE5OTQzMTEgTDExLjQyMTQ5MzgsMTEuMTk5NDMxIFoiIGlkPSLlvaLnirYiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIxLjg3Nzc3OTQsMjYuMDM2Mjk5OCBMMjEuODc3Nzc5NCwyNi4wMzYyOTk4IEMyMS44Nzc3Nzk0LDI3LjAxMzQ1MzMgMjEuMDg1NjM2NiwyNy44MDU1OTYgMjAuMTA4NDgzMiwyNy44MDU1OTYgQzE5LjEzMTMyOTcsMjcuODA1NTk2IDE4LjMzOTE4NywyNy4wMTM0NTMzIDE4LjMzOTE4NywyNi4wMzYyOTk4IEwxOC4zMzkxODcsOC45NjI3NzYwNSBMMTguMzM5MTg3LDguOTYyNzc2MzIgQzE4LjMzOTE4NjgsNy45ODU2MjI4NCAxOS4xMzEzMjk3LDcuMTkzNDgwMTIgMjAuMTA4NDgzMiw3LjE5MzQ4MDEyIEMyMS4wODU2MzY2LDcuMTkzNDc5OTcgMjEuODc3Nzc5NCw3Ljk4NTYyMjg0IDIxLjg3Nzc3OTQsOC45NjI3NzYzMiBDMjEuODc3Nzc5NCw4Ljk2Mjc3NjMyIDIxLjg3Nzc3OTQsOC45NjI3NzYzMiAyMS44Nzc3Nzk0LDguOTYyNzc2MzIgTDIxLjg3Nzc3OTQsMjYuMDM2MzAwMSBMMjEuODc3Nzc5NCwyNi4wMzYyOTk4IFoiIGlkPSLot6/lvoQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) center center no-repeat;
  background-size: 50px;
  opacity: 0.5;
  z-index: 10;
}
.ins-data-box .ant-upload.ant-upload-select-picture-card:hover .ant-upload::after,
.personal-data-box .ant-upload.ant-upload-select-picture-card:hover .ant-upload::after,
.create-ins-content .ant-upload.ant-upload-select-picture-card:hover .ant-upload::after {
  display: block;
}
.ins-data-box .ant-upload.ant-upload-select-picture-card:hover .ant-upload,
.personal-data-box .ant-upload.ant-upload-select-picture-card:hover .ant-upload,
.create-ins-content .ant-upload.ant-upload-select-picture-card:hover .ant-upload {
  width: 100% !important;
}
.ins-data-box .ant-upload,
.personal-data-box .ant-upload,
.create-ins-content .ant-upload {
  width: 120px !important;
  height: 120px !important;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDFweCIgaGVpZ2h0PSIzOHB4IiB2aWV3Qm94PSIwIDAgNDEgMzgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjIgKDcyNjQzKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT7liIbnu4Q8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iMDbkuKrkurrliJvkvZzogIUtLei0puaIt+S4reW/gy3kuKrkurrotYTmlpktIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzA0LjAwMDAwMCwgLTcyMS4wMDAwMDApIiBmaWxsPSIjQkJCQkJCIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0i5LiK5LygLWNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzA0LjAwMDAwMCwgNzIxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IuS4iuS8oCI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IuWIhue7hCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC43NjE3MjEsIDAuMjIyNjYwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00MC4yMDEzMDg1LDI0LjI2NzAxNjUgTDQwLjIwMTMwODUsMzUuMzc5ODIyNCBMNDAuMjAxMzA4NSwzNS4zNzk3OTg0IEM0MC4xOTkyODExLDM2LjM4NjgzNjcgMzkuMzgzNDM2MSwzNy4yMDI3MDI1IDM4LjM3NjM5NzgsMzcuMjA0NzU2NCBMMS44NDQyODExLDM3LjIwNDc1NjQgTDEuODQ0MjgxMDcsMzcuMjA0NzU2NCBDMC44MzcyNDI3OSwzNy4yMDI3MTU4IDAuMDIxMzg1NTkwMywzNi4zODY4NTgyIDAuMDE5MzQ0NTcyMywzNS4zNzk4MTk5IEwwLjAxOTM0NDU3MjMsMjQuMjY3MDE0IEwwLjAxOTM0NDU3MjMsMjQuMjY3MDE0MyBDMC4wMTkzNDQ0MjAxLDIzLjI1OTEyOTUgMC44MzYzOTYzMDQsMjIuNDQyMDc3OCAxLjg0NDI4MTA3LDIyLjQ0MjA3NzggQzIuODUyMTY1ODQsMjIuNDQyMDc3NyAzLjY2OTIxNzU3LDIzLjI1OTEyOTUgMy42NjkyMTc1NywyNC4yNjcwMTQzIEMzLjY2OTIxNzU3LDI0LjI2NzAxNDMgMy42NjkyMTc1NywyNC4yNjcwMTQzIDMuNjY5MjE3NTcsMjQuMjY3MDE0MyBMMy42NjkyMTc1NywzMy41NTQ4OTIzIEwzNi41NTE0MzU1LDMzLjU1NDg5MjMgTDM2LjU1MTQzNTUsMjQuMjY3MDE0MyBMMzYuNTUxNDM1NSwyNC4yNjcwMTQ2IEMzNi41NTE0MzU0LDIzLjI1OTEyOTggMzcuMzY4NDg3MywyMi40NDIwNzgxIDM4LjM3NjM3MiwyMi40NDIwNzgxIEMzOS4zODQyNTY4LDIyLjQ0MjA3NzkgNDAuMjAxMzA4NSwyMy4yNTkxMjk4IDQwLjIwMTMwODUsMjQuMjY3MDE0NiBDNDAuMjAxMzA4NSwyNC4yNjcwMTQ2IDQwLjIwMTMwODUsMjQuMjY3MDE0NiA0MC4yMDEzMDg1LDI0LjI2NzAxNDYgTDQwLjIwMTMwODUsMjQuMjY3MDE2NSBaIE0xMS40MjE0OTM4LDExLjE5OTQzMSBDMTAuOTQ2NzE0MywxMS4xOTk0MzEgMTAuODA5NDcyLDEwLjg5ODk4NDYgMTEuMTA5OTE5NywxMC41MzkxODk2IEwxOS41NzA2NDgzLDAuMjk4MDQ4Nzg0IEwxOS41NzA2NDgyLDAuMjk4MDQ4ODcgQzE5Ljc5ODcwNjgsLTAuMDAyMDYyODQ2MDkgMjAuMjI2ODcyLC0wLjA2MDQ3MzM0MzcgMjAuNTI2OTgzMywwLjE2NzU4NTI4MSBDMjAuNTc2MTc2MSwwLjIwNDk2NzM2NCAyMC42MjAwNjQ5LDAuMjQ4ODU2MDQgMjAuNjU3NDQ2OSwwLjI5ODA0ODg3IEwyOS4xMTA3NDE5LDEwLjUzOTE4OTcgQzI5LjQxMTE4ODMsMTAuOTAyNjkyOSAyOS4yNzAyMzgyLDExLjE5OTQzMTEgMjguNzk5MTY3OCwxMS4xOTk0MzExIEwxMS40MjE0Njc5LDExLjE5OTQzMTEgTDExLjQyMTQ5MzgsMTEuMTk5NDMxIFoiIGlkPSLlvaLnirYiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTIxLjg3Nzc3OTQsMjYuMDM2Mjk5OCBMMjEuODc3Nzc5NCwyNi4wMzYyOTk4IEMyMS44Nzc3Nzk0LDI3LjAxMzQ1MzMgMjEuMDg1NjM2NiwyNy44MDU1OTYgMjAuMTA4NDgzMiwyNy44MDU1OTYgQzE5LjEzMTMyOTcsMjcuODA1NTk2IDE4LjMzOTE4NywyNy4wMTM0NTMzIDE4LjMzOTE4NywyNi4wMzYyOTk4IEwxOC4zMzkxODcsOC45NjI3NzYwNSBMMTguMzM5MTg3LDguOTYyNzc2MzIgQzE4LjMzOTE4NjgsNy45ODU2MjI4NCAxOS4xMzEzMjk3LDcuMTkzNDgwMTIgMjAuMTA4NDgzMiw3LjE5MzQ4MDEyIEMyMS4wODU2MzY2LDcuMTkzNDc5OTcgMjEuODc3Nzc5NCw3Ljk4NTYyMjg0IDIxLjg3Nzc3OTQsOC45NjI3NzYzMiBDMjEuODc3Nzc5NCw4Ljk2Mjc3NjMyIDIxLjg3Nzc3OTQsOC45NjI3NzYzMiAyMS44Nzc3Nzk0LDguOTYyNzc2MzIgTDIxLjg3Nzc3OTQsMjYuMDM2MzAwMSBMMjEuODc3Nzc5NCwyNi4wMzYyOTk4IFoiIGlkPSLot6/lvoQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) center center no-repeat !important;
  background-size: 50px !important;
  background-color: #f5f5f5 !important;
  z-index: 10;
}
.ins-data-box .question-circle,
.personal-data-box .question-circle,
.create-ins-content .question-circle {
  cursor: pointer;
}
.ins-data-box #nickname,
.personal-data-box #nickname,
.create-ins-content #nickname {
  width: 400px !important;
}
.ins-data-box,
.personal-data-box,
.create-ins-content {
  margin-top: 40px;
  padding: 74px 62px;
  background: #fff;
}
.ins-data-box .bg-line,
.personal-data-box .bg-line,
.create-ins-content .bg-line {
  width: 760px;
  height: 1px;
  margin: 30px 0;
  background: #d8d8d8;
}
.ins-data-box .ins-subtitle,
.personal-data-box .ins-subtitle,
.create-ins-content .ins-subtitle {
  position: relative;
  width: 770px;
  padding: 30px 0;
  line-height: 18px;
}
.ins-data-box .ins-subtitle .title,
.personal-data-box .ins-subtitle .title,
.create-ins-content .ins-subtitle .title {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #888888;
  letter-spacing: 0;
  background: #fff;
  z-index: 1;
}
.ins-data-box .ins-subtitle .title-line,
.personal-data-box .ins-subtitle .title-line,
.create-ins-content .ins-subtitle .title-line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.ins-data-box {
  padding: 30px 62px 70px;
}
.ins-data-box .ant-input-disabled {
  background: #F5F5F5 !important;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #191919;
}
.ins-data-box .tel-columns {
  width: 267px;
}
.ins-data-box .tel-verify {
  float: left;
  width: 90px;
  height: 38px;
  margin-top: 47px;
  margin-left: -17px;
  line-height: 38px;
  border-radius: 4px;
}
.modify-modal .verify-input,
.modify-modal .new-verify-input,
.modify-modal .new-border-input {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
}
.modify-modal .i-geetest {
  margin: 30px 0;
}
.modify-modal .send-verify {
  float: right;
}
.modify-modal .ant-modal-footer {
  padding: 0 0 20px;
  border-top: none;
  text-align: center;
}
.modify-modal .ant-btn {
  width: 100px;
  height: 38px;
  line-height: 38px;
}
.modify-modal .ant-modal-footer button + button {
  margin-left: 20px !important;
}
.modify-modal .ant-btn-primary {
  color: #fff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.modify-modal .ant-btn-primary:hover,
.modify-modal .ant-btn-primary:focus {
  color: #fff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.modify-modal .ant-btn-primary:active,
.modify-modal .ant-btn-primary.active {
  color: #fff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.modify-modal .ant-btn-primary:disabled {
  color: #fff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.function-setting-box {
  width: 100%;
}
.function-setting-box .watermark-section {
  margin-bottom: 50px;
  overflow: hidden;
}
.function-setting-box .title {
  margin: 30px 0 30px 0;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0;
}
.function-setting-box .preview-box {
  position: relative;
  overflow: hidden;
}
.function-setting-box .preview-view {
  float: left;
  width: 406px;
}
.function-setting-box .watermark-wrapper {
  position: relative;
}
.function-setting-box .watermark-logo {
  position: absolute;
  line-height: 0;
}
.function-setting-box .watermark-logo.top {
  top: 15px;
}
.function-setting-box .watermark-logo.top.left {
  left: 15px;
}
.function-setting-box .watermark-logo.top.right {
  right: 15px;
}
.function-setting-box .watermark-logo.bottom {
  bottom: 15px;
}
.function-setting-box .watermark-logo.bottom.left {
  left: 15px;
}
.function-setting-box .watermark-logo.bottom.right {
  right: 15px;
}
.function-setting-box .watermark-logo.bottom.center {
  left: 50%;
  transform: translateX(-50%);
}
.function-setting-box .watermark-desc {
  margin-top: 20px;
  font-size: 12px;
  color: #888888;
  text-align: center;
}
.function-setting-box .preview-detail {
  margin-left: 456px;
}
.function-setting-box .mark-logo-box {
  display: inline-block;
  transform: scale(0.5);
  margin: -12px -51px;
}
.function-setting-box .mark-logo-box .mark-logo-wrap {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.function-setting-box .mark-logo-box .mark-logo-wrap img {
  width: 50px;
}
.function-setting-box .mark-logo-box .mark-logo-info {
  color: #ffffff;
  margin-left: 60px;
}
.function-setting-box .mark-logo-box .mark-logo-info .nickname {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  word-break: keep-all;
}
.function-setting-box .mark-logo-box .mark-logo-info .intro {
  font-size: 18px;
  line-height: 1;
  margin-top: 8px;
  word-break: keep-all;
}
.function-setting-box .subtitle {
  margin-bottom: 30px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #191919;
  letter-spacing: 0;
}
.function-setting-box .watermark {
  position: absolute;
  bottom: 10px;
  left: 150px;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  text-align: left;
}
.collection-container {
  position: relative;
  width: 100%;
}
.collection-container .colletion-box {
  padding: 30px 0;
}
.collection-container .colletion-box .colletion-content {
  background: transparent;
}
.collection-container .colletion-box .colletion-content .author-detail-header {
  margin-bottom: 0;
}
.collection-container .colletion-box .colletion-content .article-list {
  margin-top: 0;
  padding: 40px 18%;
}
.collection-container .colletion-box .colletion-content .loading-more-box {
  margin: 20px 0;
}
.collection-container .ant-tabs-bar {
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
}
.collection-header {
  padding: 20px 15px;
  border-bottom: 1px solid #E1E1E1;
  background-color: white;
}
.collection-header .header-title {
  font-size: 20px;
}
.collection-header .header-title .published {
  color: #999999;
}
.collection-header .header-intro {
  margin-top: 10px;
}
.collection-header .header-userinfo .name {
  margin-left: 10px;
  font-size: 14px;
}
.user-collection-tabs .ant-tabs-nav-scroll {
  font-size: initial;
}
.user-main-content .collection-container {
  width: initial;
}
.prod-container {
  width: 100%;
  margin: 0 auto;
}
.prod-container .loading-more-box {
  margin-top: 20px;
}
.article-container {
  width: 100%;
}
.article-container .article-list {
  margin-top: 0;
  padding: 40px 18%;
}
.article-container .loading-more-box {
  margin: 20px 0;
}
.article-container .follow-article-box .article-list {
  padding: 40px 10%;
}
.my-production-content .article-list {
  margin-top: 0 !important;
}
.my-production-content .article-item {
  padding: 40px 157px;
}
@media screen and (max-width: 768px) {
  .article-container .follow-article-box .article-list {
    padding: 40px 15px;
  }
}
.ant-form-item-control {
  line-height: 38px !important;
}
.institution-container {
  width: 100%;
}
.institution-container .title-line {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #191919;
  letter-spacing: 0;
  line-height: 48px;
  border-bottom: 1px solid #d9d9d9;
}
.institution-container .title-line a {
  float: right;
  font-family: PingFangSC-Regular;
  color: #888888;
  letter-spacing: 0;
  font-size: 15px;
  transition: 0.25s all linear;
}
.institution-container .title-line a:hover {
  color: #008CD6;
}
.institution-container .empty-ins-list {
  min-width: 1070px;
  margin-top: 40px;
}
.institution-container .empty-ins-list li {
  float: left;
  width: 455px;
  height: 250px;
  margin-right: 50px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: all 0.5s;
  text-align: center;
  cursor: pointer;
}
.institution-container .empty-ins-list li:hover {
  background: #fff;
  box-shadow: 0 1px 10px 0 rgba(17, 17, 20, 0.2);
  border-radius: 3px;
}
.institution-container .empty-ins-list li:hover .join-icon {
  color: #008CD6;
}
.institution-container .empty-ins-list a {
  display: block;
  width: 100%;
  height: 100%;
}
.institution-container .empty-ins-list .join-icon {
  padding-top: 73px;
  font-size: 44px;
  transition: all 0.25s linear;
}
.institution-container .empty-ins-list .name {
  display: block;
  margin-top: 36px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #191919;
  letter-spacing: 0;
}
.institution-container .ins-content {
  width: 100%;
  margin-top: 30px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.institution-container .ins-content .ins-title {
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #888888;
  letter-spacing: 0;
}
.institution-container .ins-content .summary-module {
  padding: 30px 0;
}
.institution-container .ins-content .summary-module:last-child {
  border-bottom: none;
}
.institution-container .create-ins-content {
  min-width: 1070px;
  margin-top: 50px;
  padding: 74px 62px;
  background: #fff;
}
.institution-container .create-ins-content .avatar-uploader {
  margihn-left: 5%;
}
.institution-container .create-ins-content .creation-hover-img {
  position: absolute;
  top: 10px;
  left: 149px;
  max-width: 50px;
  height: 50px;
  opacity: 0.8;
  z-index: 10;
}
.institution-container .create-ins-content .ant-avatar-image {
  border-radius: 0 !important;
}
.institution-container .create-ins-content .avatar-symbol {
  padding-left: 5px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #000;
}
.institution-container .create-ins-content .upload-img {
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 50%;
}
.institution-container .create-ins-content .ant-form-item-label {
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #000;
}
.institution-container .create-ins-content .modify {
  float: right;
  margin-right: 1%;
  color: #008CD6;
  cursor: pointer;
}
.institution-container .create-ins-content .ant-upload {
  border-radius: 50%;
  border: none;
}
.institution-container .create-ins-content .avatar-item {
  float: left;
  width: 250px;
}
.institution-container .create-ins-content .suggest-wrap {
  display: inline-block;
  width: 100px;
  margin-top: 65px;
}
.institution-container .create-ins-content .suggest-wrap .suggest {
  display: block;
  width: 100%;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
}
.institution-container .create-ins-content .ant-cascader-picker {
  background: #EEEEEE;
}
.institution-container .create-ins-content .data-input,
.institution-container .create-ins-content #register_area {
  background: #EEEEEE;
  border-radius: 4px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.institution-container .create-ins-content .data-input:hover,
.institution-container .create-ins-content #register_area:hover,
.institution-container .create-ins-content .data-input:focus,
.institution-container .create-ins-content #register_area:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.institution-container .create-ins-content .data-input:active,
.institution-container .create-ins-content #register_area:active,
.institution-container .create-ins-content .data-input.active,
.institution-container .create-ins-content #register_area.active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.institution-container .create-ins-content .ant-select,
.institution-container .create-ins-content .ant-select-selection {
  background: #fff !important;
  border: none;
  box-shadow: none !important;
}
.institution-container .create-ins-content .ant-select:hover,
.institution-container .create-ins-content .ant-select-selection:hover,
.institution-container .create-ins-content .ant-select:focus,
.institution-container .create-ins-content .ant-select-selection:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.institution-container .create-ins-content .ant-select:active,
.institution-container .create-ins-content .ant-select-selection:active,
.institution-container .create-ins-content .ant-select.active,
.institution-container .create-ins-content .ant-select-selection.active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.institution-container .create-ins-content .province-select {
  width: 120px !important;
  margin-right: 20px;
  background: #EEEEEE !important;
  border: none !important;
}
.institution-container .create-ins-content .city-select {
  width: 120px !important;
  background: #EEEEEE !important;
  border: none !important;
}
.institution-container .create-ins-content .profile-box {
  position: relative;
  width: 760px;
  min-height: 250px;
}
.institution-container .create-ins-content .profile-box .text-number-box {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 760px;
  height: 30px;
}
.institution-container .create-ins-content .profile-box .text-number {
  position: absolute;
  right: 15px;
  bottom: 8px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #888888;
}
#register_staffSize,
#register_staff_size {
  border: none !important;
}
.tag-form .ant-form-item-control {
  width: 760px !important;
  padding-top: 5px;
  border: 1px solid #e1e1e1 !important;
  border-radius: 4px;
}
.ins-prod-container {
  width: 100%;
}
.ins-prod-container .ins-prod-content .article-list {
  margin-top: 0;
}
.ins-prod-container .ins-prod-content .article-item:first-child {
  padding: 0 157px 40px;
}
.ins-prod-container .ins-prod-content .article-item {
  padding: 40px 157px;
}
.ins-prod-container .title-list {
  height: 0;
}
.classify-tab-box {
  margin-top: 20px;
  padding: 20px 0;
  background: #fff;
}
.ins-data-container .ant-tabs-bar {
  display: none;
}
.ins-data-container .ant-tabs-tab-active,
.ins-data-container .ant-tabs-tab {
  color: #191919 !important;
}
.ins-data-container .ins-data-wrapped {
  width: 100%;
}
.ins-data-container .ins-data-wrapped .ins-data-content,
.ins-data-container .ins-data-wrapped .ins-server-content {
  width: 100%;
  padding: 0 30px 40px;
}
.ins-data-container .ins-data-wrapped .ins-data-content .title,
.ins-data-container .ins-data-wrapped .ins-server-content .title {
  width: 100%;
  padding-bottom: 23px;
  letter-spacing: 0;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #000;
}
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box {
  width: 100%;
  margin-top: 30px;
  padding: 60px;
  background: #fff;
}
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-list .server-box,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-list .server-box,
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-custom-list .server-box,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-custom-list .server-box {
  position: relative;
  width: 270px;
  height: 288px;
  margin-bottom: 40px;
  border-radius: 3px 3px 0 0;
}
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-list .server-box:hover .explain,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-list .server-box:hover .explain,
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-custom-list .server-box:hover .explain,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-custom-list .server-box:hover .explain {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-list .server-box a,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-list .server-box a,
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-custom-list .server-box a,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-custom-list .server-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-list .server-box .server-img,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-list .server-box .server-img,
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-custom-list .server-box .server-img,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-custom-list .server-box .server-img {
  height: 193px;
}
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-list .server-box .server-cumstom-img,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-list .server-box .server-cumstom-img,
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-custom-list .server-box .server-cumstom-img,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-custom-list .server-box .server-cumstom-img {
  height: 136px;
}
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-list .server-option,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-list .server-option,
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-custom-list .server-option,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-custom-list .server-option {
  position: absolute;
  top: 10px;
  right: 10px;
}
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-list img,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-list img,
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-custom-list img,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-custom-list img {
  display: block;
  width: 100%;
  height: 193px;
  margin-bottom: 50px;
}
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-list .explain,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-list .explain,
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-custom-list .explain,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-custom-list .explain {
  overflow: hidden;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  transition: all 0.5s;
  cursor: pointer;
}
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-list .add-box,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-list .add-box,
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-custom-list .add-box,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-custom-list .add-box {
  width: 100%;
  height: 288px;
  text-align: center;
  background: #EEEEEE;
  cursor: pointer;
  transition: all 0.5s;
}
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-list .add-box:hover,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-list .add-box:hover,
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-custom-list .add-box:hover,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-custom-list .add-box:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-list .add-icon,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-list .add-icon,
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-custom-list .add-icon,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-custom-list .add-icon {
  margin-top: 73px;
  font-size: 46px;
}
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-list .add-text,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-list .add-text,
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-custom-list .add-text,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-custom-list .add-text {
  display: block;
  padding: 22px 0 12px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #191919;
  letter-spacing: 0;
}
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-list .add-meta,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-list .add-meta,
.ins-data-container .ins-data-wrapped .ins-data-content .production-server-box .server-custom-list .add-meta,
.ins-data-container .ins-data-wrapped .ins-server-content .production-server-box .server-custom-list .add-meta {
  display: block;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #696969;
  letter-spacing: 0;
}
.ins-data-container .ins-data-wrapped .ins-data-content .email-box,
.ins-data-container .ins-data-wrapped .ins-server-content .email-box {
  padding-bottom: 50px;
}
.ins-data-container .ins-data-wrapped .ins-data-content .email-box .account-exercise-box,
.ins-data-container .ins-data-wrapped .ins-server-content .email-box .account-exercise-box {
  padding: 20px 0 40px;
}
.ins-data-container .ins-data-wrapped .ins-data-content .email-box .receive-box,
.ins-data-container .ins-data-wrapped .ins-server-content .email-box .receive-box {
  padding-top: 15px;
}
.ins-data-container .ins-data-wrapped .ins-data-content .email-box .receive-box .ant-dropdown-link,
.ins-data-container .ins-data-wrapped .ins-server-content .email-box .receive-box .ant-dropdown-link {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 12px;
  line-height: 38px;
  background: #EEEEEE;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #888888;
}
.ins-data-container .ins-data-wrapped .ins-data-content .email-box .receive-box .icon-caret,
.ins-data-container .ins-data-wrapped .ins-server-content .email-box .receive-box .icon-caret {
  float: right;
  margin-top: 15px;
}
.ins-data-container .ins-data-wrapped .ins-data-content {
  padding: 0 0 40px;
}
.ins-data-container .ins-data-wrapped .ins-server-content {
  padding: 0;
}
.ins-data-container .classify-tab {
  height: auto !important;
  background: transparent !important;
}
.ins-data-container .ins-menu-list {
  height: auto !important;
  padding: 16px;
  border-bottom: 1px solid #e8e8e8;
}
.ins-data-container .ins-menu-list a {
  font-weight: 500;
  font-size: 20px !important;
}
.ins-email-list {
  width: 100%;
  padding-top: 30px;
}
.ins-email-list li {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}
.ins-email-list .email-avatar {
  float: left;
  margin-right: 15px;
}
.ins-email-list .email-detail .email-name {
  padding-bottom: 5px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #191919;
}
.ins-email-list .email-detail .email-email {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #888888;
}
.ins-email-list .email-close {
  position: absolute;
  top: 50%;
  right: 0;
  float: right;
  color: #888888;
  transform: translateY(-50%);
  font-size: 26px;
  cursor: pointer;
}
.ins-email-list .email-close:hover {
  color: #008CD6;
}
.selected-email-list li {
  padding: 15px 30px;
  border-bottom: none;
}
.member-managerment-container .title-line {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #191919;
  letter-spacing: 0;
  line-height: 48px;
  border-bottom: 1px solid #d9d9d9;
}
.member-managerment-container .title-line a {
  float: right;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #191919;
  letter-spacing: 0;
  transition: all 0.5s;
}
.member-managerment-container .title-line a:hover {
  color: #008CD6;
}
.member-managerment-container .member-managerment-content .member-li {
  width: 100%;
  height: 77px;
  padding: 16px 20px;
  box-shadow: inset 0 -1px 0 0 #d9d9d9;
  cursor: pointer;
}
.member-managerment-container .member-managerment-content .member-li:hover {
  background: #E5F3FA;
}
.member-managerment-container .member-managerment-content .member-li:hover .anticon-redo {
  display: inline-block;
}
.member-managerment-container .member-managerment-content .member-li .avatar {
  margin-top: 7px;
}
.member-managerment-container .member-managerment-content .member-li .member-info {
  height: 100%;
}
.member-managerment-container .member-managerment-content .member-li .member-role {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #191919;
}
.member-managerment-container .member-managerment-content .member-tag {
  width: 74px;
  height: 30px;
  line-height: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
}
.member-managerment-container .member-managerment-content .member-unconfirm {
  background: #E6F7E1;
  color: #4F8B3A;
}
.member-managerment-container .member-managerment-content .member-confirm {
  background: #F5EAE1;
  color: #916645;
}
.member-managerment-container .member-managerment-content i {
  font-size: 14px;
}
.member-managerment-container .member-managerment-content .anticon-redo {
  float: left;
  display: none;
}
.member-managerment-container .member-managerment-content .anticon-form {
  float: right;
}
.member-managerment-container .brief-box {
  padding: 0;
}
.member-managerment-container .brief-meta {
  padding: 0;
}
.server-modal-box .modal-attention {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #888888;
  letter-spacing: 0;
}
.server-modal-box .modal-title {
  margin-top: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #888888;
}
.server-modal-box .modal-attention,
.server-modal-box .modal-title {
  margin-bottom: 20px;
}
.server-modal-box .upload-button {
  width: 100%;
  height: 160px;
}
.server-modal-box .upload-loading {
  width: 100%;
  height: 100%;
}
.server-modal-box .upload-loading svg {
  width: 50%;
  height: 50%;
  margin-top: 10%;
}
.server-modal-box .upload-bg-box {
  width: 100%;
  height: 100%;
  padding: 37px 0 0 80px;
}
.server-modal-box .upload-img {
  float: left;
  width: 36px;
  height: 32px;
  margin-right: 15px;
}
.server-modal-box .text-description {
  width: 100%;
}
.server-modal-box .text-description span {
  display: block;
  width: 100%;
  text-align: left;
}
.server-modal-box .text-description .add-img-text {
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #191919;
  letter-spacing: 0;
}
.server-modal-box .text-description .desc-text {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #696969;
  letter-spacing: 0;
}
.server-modal-box .attention-text {
  display: block;
  width: 100%;
  margin-top: 20px;
  text-align: left;
  text-indent: 4em;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #BBBBBB;
  letter-spacing: 0;
}
.server-modal-box .avatar-uploader {
  display: block;
  width: 100%;
  height: 198px;
  margin: 0 auto;
}
.server-modal-box .avatar-uploader .ant-upload {
  display: block;
  width: 100% !important;
  height: 100%;
}
.server-modal-box .avatar-uploader .ant-upload .server-img {
  display: block;
  width: 100%;
  height: 100%;
}
.server-modal-box .avatar-uploader .ant-upload.ant-upload-select-picture-card.ant-upload.ant-upload-select-picture-card {
  margin: 0 auto;
  margin-bottom: 0;
}
.common-container.user-message {
  width: initial;
}
.common-container.user-message .user-header .title {
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.common-container.user-message .user-tabs .ant-tabs-tab {
  position: relative;
  font-size: 13px;
}
.common-container.user-message .user-tabs .ant-tabs-tab .tab-text {
  position: relative;
}
.common-container.user-message .user-tabs .ant-tabs-bar {
  border-bottom: 1px dashed #e1e1e1;
}
.common-container.user-message .user-tabs .ant-tabs-nav-container {
  border-bottom: none;
}
.common-container.user-message .user-tabs .load-spining {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
}
.common-container.user-message .dot-count {
  position: absolute;
  top: -10px;
  right: -20px;
  display: block;
  color: #ffffff;
  background-color: #FF0800;
  font-size: 12px;
  line-height: 12px;
  padding: 2px 5px;
  border-radius: 10px;
}
.user-comment-container .tabs {
  margin-top: 10px;
}
.user-comment-container .tabs:before,
.user-comment-container .tabs:after {
  content: " ";
  display: table;
}
.user-comment-container .tabs:after {
  clear: both;
}
.user-comment-container .tabs li {
  float: left;
  margin-right: 40px;
  padding: 10px 0;
  cursor: pointer;
}
.user-comment-container .tabs li.active {
  color: #008CD6;
}
.user-comment-container .tabs li .tab-text {
  position: relative;
}
.user-comment-container .comment-box-wrapper {
  position: relative;
}
.user-comment-container .comment-box {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 3px;
}
.user-comment-container .comment-main {
  margin-top: 0;
}
.user-comment-container .comment-list {
  margin-top: 0;
}
.user-comment-container .comment-item {
  margin-bottom: 0;
  padding: 30px 0;
  border-bottom: 1px solid #EEEEEE;
}
.user-comment-container .comment-item .reply-author-intro {
  margin-left: 5px;
  color: #888888;
}
.user-comment-container .comment-item .reply-author-intro .title {
  color: #008CD6;
}
.user-comment-container .comment-item .reply-author-intro .nickname {
  color: #191919;
}
.user-comment-container .comment-item .reply-author-intro a.nickname {
  color: #008CD6;
}
.user-comment-container .comment-item .comment-actions .btn-reply {
  padding: 10px 20px;
  border-radius: 2px;
  font-size: 12px;
  color: #191919;
  background-color: #F1F1F1;
}
.user-comment-container .comment-item .comment-message {
  margin-bottom: 0;
}
.user-comment-container .comment-footer {
  margin-top: 50px;
}
.user-comment-container .comment-footer .ant-pagination {
  text-align: right;
}
.email-sub-container {
  width: 100%;
  padding: 60px;
  background: #fff;
}
.email-sub-container .email-sub-title {
  padding-bottom: 20px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #191919;
  letter-spacing: 0;
}
.email-sub-container .email-sub-checkbox {
  padding-bottom: 3px;
}
.email-sub-container .email-sub-checkbox .ant-select-selection-selected-value {
  width: 100% !important;
}
.email-sub-container .email-sub-checkbox .ant-select-selection-selected-value .avatar-img,
.email-sub-container .email-sub-checkbox .ant-select-selection-selected-value .user-identity {
  display: inline-flex;
}
.email-sub-container .email-sub-subtitle {
  padding-right: 30px;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0;
}
.email-sub-container .padding-right {
  padding-right: 42px;
}
.email-sub-container .email-single-colunm {
  width: 100%;
  padding-bottom: 17px;
}
.email-sub-container .email-single-colunm .email-select-box {
  display: inline-block;
  margin-left: 66px;
  margin-bottom: 16px;
}
.email-sub-container .email-single-colunm .email-select-box:nth-child(2) {
  margin-left: 0;
}
.email-sub-container .left-padding {
  padding-left: 54px;
}
.email-sub-container .email-sub-mail {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #191919;
}
.email-sub-container .ant-select-selection--single {
  height: 38px;
  border-radius: 4px;
}
.email-sub-container .ant-select-selection {
  padding: 0 !important;
}
.email-sub-container .ant-select-selection__rendered {
  margin-left: 20px;
  margin-right: 20px;
}
.email-sub-container .email-sub-btn {
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
}
.email-sub-container .email-sub-opt {
  width: 68px;
  height: 38px;
  margin-left: 20px;
  line-height: 38px;
  background: #F8F8F8;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.email-sub-container .email-sub-btnwrap {
  padding-top: 33px;
}
.email-sub-container .author-select.ant-select {
  height: 38px !important;
}
.common-container.user-statistics,
.common-container.user-follow {
  width: initial ;
}
.time-picker-box .picker-label {
  cursor: pointer;
}
.time-picker-box .picker-label .anticon {
  color: #888888;
}
.user-stat-box {
  margin-top: 30px;
  padding: 30px;
  border-radius: 6px;
  background-color: white;
}
.user-stat-box .stat-header .time-picker-box {
  float: right;
}
.user-stat-additions {
  padding-bottom: 50px;
  border-bottom: 1px solid #d9d9d9;
}
.stat-additions-box {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.stat-additions-box .stat-additions-item {
  width: 16.666%;
  text-align: center;
  border-right: 1px solid #d9d9d9;
}
.stat-additions-box .stat-additions-item:last-child {
  border-right: none;
}
.stat-additions-box .stat-additions-item .number {
  font-size: 20px;
  line-height: 1.7;
}
.stat-additions-box .stat-additions-item .name {
  margin-top: 10px;
  font-size: 12px;
  color: #888888;
}
.user-stat-trend {
  padding: 50px 0;
  border-bottom: 1px solid #d9d9d9;
}
.user-stat-trend .trend-nav-tab {
  display: flex;
  justify-content: center;
}
.user-stat-trend .trend-nav-tab li {
  position: relative;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #888888;
  text-align: center;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  transition: background-color 0.3s;
}
.user-stat-trend .trend-nav-tab li:nth-child(n+1) {
  margin-left: -1px;
}
.user-stat-trend .trend-nav-tab li:hover {
  color: #008CD6;
}
.user-stat-trend .trend-nav-tab li.active,
.user-stat-trend .trend-nav-tab li.active:hover {
  color: white;
  background-color: #008CD6;
  border-color: #008CD6;
}
.stat-trend-box {
  margin-top: 30px;
}
.user-stat-detail {
  padding-top: 50px;
}
.stat-detail-box {
  margin-top: 30px;
}
.stat-detail-box tr > th,
.stat-detail-box tr > td {
  padding-left: 0;
  padding-right: 0;
}
.stat-detail-box tr > th .text-wrapper,
.stat-detail-box tr > td .text-wrapper {
  padding: 15px 50px;
  border-left: 1px solid #e8e8e8;
  font-size: 20px;
}
.stat-detail-box tr > th:first-child,
.stat-detail-box tr > td:first-child {
  padding-left: 0;
}
.stat-detail-box tr > th:nth-child(n+2),
.stat-detail-box tr > td:nth-child(n+2) {
  text-align: center;
}
.stat-detail-box .ant-table-thead > tr > th {
  border-bottom: none;
  background-color: transparent;
}
.stat-detail-box .composition-intro {
  text-align: justify;
}
.stat-detail-box .composition-intro .cover {
  float: left;
  width: 140px;
  overflow: hidden;
  border-radius: 3px;
}
.stat-detail-box .composition-intro .cover img {
  max-width: 100%;
}
.stat-detail-box .composition-intro .content {
  margin-left: 150px;
  width: 300px;
}
.stat-detail-box .composition-intro .content .summary {
  height: 56px;
  color: #888888;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.stat-detail-box .composition-intro .content .actions {
  font-size: 12px;
}
.stat-detail-box .composition-intro .content .actions a {
  color: #888888;
}
.user-author .author-list {
  padding: 40px 30px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.author-item {
  position: relative;
  padding: 30px 0;
  min-height: 240px;
  border-bottom: 1px solid #d9d9d9;
}
.author-item .cover-box {
  position: absolute;
  top: 30px;
  right: 0;
  width: 514px;
  overflow: hidden;
}
.author-item .cover-box .cover {
  float: left;
  margin-right: 10px;
  width: 252px;
  height: 180px;
  overflow: hidden;
  border-radius: 3px;
}
.author-item .cover-box .cover:last-child {
  margin-right: 0;
}
.author-item .info-box {
  margin-right: 514px;
}
.author-item .info-box:before,
.author-item .info-box:after {
  content: " ";
  display: table;
}
.author-item .info-box:after {
  clear: both;
}
.author-item .info-box .avatar {
  float: left;
  width: 100px;
}
.author-item .info-box .info {
  position: relative;
  margin-left: 120px;
}
.author-item .info-box .name {
  font-size: 16px;
  line-height: 1.8;
}
.author-item .info-box .intro {
  margin-top: 10px;
  font-size: 12px;
}
.author-item .info-box .intro .area {
  color: #888888;
}
.author-item .info-box .stat {
  margin-top: 10px;
  font-size: 14px;
  color: #888888;
}
.author-item .info-box .stat .stat-item {
  padding: 0 10px;
  border-right: 1px solid #888888;
  line-height: 1;
}
.author-item .info-box .stat .stat-item:first-child {
  padding-left: 0;
}
.author-item .info-box .stat .stat-item:last-child {
  padding-right: 0;
  border-right: none;
}
.author-item .info-box .stat a {
  color: #888888;
}
.author-item .info-box .stat .count {
  color: #191919;
}
.author-item .btns {
  margin-top: 30px;
}
.author-item .btns .ant-btn {
  width: 80px;
  height: 32px;
  line-height: 32px;
  border: none;
  border-radius: 16px;
}
.author-item .btns .ant-btn:not(:first-child) {
  margin-left: 10px;
}
.author-item .btns .ant-btn.followed {
  background-color: #F1F1F1;
}
.author-item .btns .ant-btn.btn-message {
  color: #008CD6;
  background-color: #E5F3FA;
}
.author-item .btn-icon-card {
  position: absolute;
  right: 20px;
  bottom: 5px;
  cursor: pointer;
  color: #888888;
}
.author-item .btn-icon-card:hover {
  color: #008CD6;
}
.user-oauth-list {
  padding: 30px 0;
  overflow: hidden;
}
.user-oauth-list .oauth-item {
  float: left;
  margin-right: 20px;
  padding: 30px 30px 20px;
  width: 190px;
  text-align: center;
  font-size: 13px;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.user-oauth-list .oauth-item .name {
  margin-top: 10px;
  color: #888888;
}
.user-oauth-list .oauth-item .name.bind {
  color: #191919;
}
.user-oauth-list .oauth-item .btn {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  line-height: 34px;
  color: white;
  border-radius: 3px;
}
.user-oauth-list .oauth-item .btn.weibo {
  background-color: #FF7960;
}
.user-oauth-list .oauth-item .btn.wechat {
  background-color: #47B233;
}
.user-oauth-list .oauth-item .btn.qq {
  background-color: #518EF1;
}
.user-oauth-list .oauth-item .btn.mingdao {
  background-color: #2096F3;
}
.user-oauth-list .oauth-item .btn.bind {
  color: #888888;
  background-color: #DBDBDB;
}
.letter-chat-header {
  padding: 10px 20px 20px;
  border-bottom: 1px solid #F1F1F1;
}
.letter-chat-title {
  font-size: 18px;
}
.letter-chat-body {
  padding: 20px;
  height: 340px;
  overflow-y: auto;
}
.letter-chat-time-line {
  padding: 10px 0;
  text-align: center;
  color: #999;
  line-height: 1;
}
.letter-chat-item {
  display: flex;
  padding: 10px 0;
  width: 100%;
}
.letter-chat-item .chat-item-avatar {
  width: 30px;
}
.letter-chat-item .chat-item-content {
  flex: 1;
}
.letter-chat-item .chat-msg-box {
  display: inline-block;
}
.letter-chat-item .chat-msg-status {
  position: absolute;
  left: -10px;
  transform: translateX(-100%);
  font-size: 12px;
}
.letter-chat-item .chat-msg-status.auditing {
  color: #999;
}
.letter-chat-item .chat-msg-status.fail {
  color: #f5222d;
}
.letter-chat-item.left .chat-item-content {
  padding-left: 15px;
}
.letter-chat-item.left .chat-msg-box {
  background-color: #F4F6F9;
}
.letter-chat-item.left .chat-msg-box::before {
  left: -6px;
  border-right: 6px solid #F4F6F9;
}
.letter-chat-item.right .chat-item-content {
  padding-right: 15px;
}
.letter-chat-item.right .chat-msg-box {
  float: right;
  background-color: rgba(22, 141, 215, 0.1);
}
.letter-chat-item.right .chat-msg-box::before {
  right: -6px;
  border-left: 6px solid rgba(22, 141, 215, 0.1);
}
.letter-chat-item .chat-msg-box {
  position: relative;
  padding: 10px;
  max-width: 70%;
  border-radius: 4px;
}
.letter-chat-item .chat-msg-box::before {
  position: absolute;
  top: 6px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.letter-chat-footer {
  position: relative;
  padding: 0 20px;
  border-top: 1px solid #f1f1f1;
}
.litter-chat-input textarea {
  padding: 10px;
  height: 100px;
  border: none;
  resize: none;
}
.litter-chat-input textarea:focus {
  box-shadow: none;
}
.litter-chat-submit {
  margin-top: 10px;
  text-align: right;
}
.litter-chat-submit .ant-btn {
  width: 100px;
  height: 38px;
  line-height: 38px;
}
.letter-disable-send-mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.favor-wrapper .favor-icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 0, 80, 0.6);
  text-align: center;
  line-height: 75px;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.favor-wrapper .favor-icon:hover,
.favor-wrapper .favor-icon.active {
  background-color: #FF0050;
}
.favor-wrapper .favor-text {
  margin-top: 10px;
  font-size: 12px;
  color: #888888;
}
.article-contanier {
  position: relative;
  margin: 50px auto;
  width: 1240px;
  max-width: 100%;
}
.article-contanier.detail {
  width: 1205px;
}
.article-contanier.detail .article-content {
  width: 815px;
}
.article-contanier.preview {
  margin-top: 30px;
}
.article-layout {
  display: flex;
}
.article-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-right: 50px;
  height: 100%;
}
.article-content .loading-more-box {
  margin-top: 50px;
  margin-bottom: 0;
}
.article-content .related-container .ant-row-flex {
  margin-left: -10px;
  margin-right: -10px;
}
.article-content .related-container .ant-col {
  padding: 10px;
}
.article-sider {
  padding: 30px;
  width: 340px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.article-sider.article-detail-sider {
  padding: initial;
}
.article-sider .hot-head-tab {
  float: right;
}
.article-sider .separator {
  position: relative;
  margin: 35px -30px;
}
@media screen and (max-width: 1366px) {
  .article-contanier {
    width: 1192px;
  }
  .article-contanier.detail {
    width: 1085px;
  }
  .article-contanier.detail .article-content {
    width: 712px;
  }
  .article-content {
    margin-right: 30px;
  }
}
.article-banner .main-swiper {
  width: 100%;
  height: 400px;
}
.article-banner .article-banner-view,
.article-banner .image-item {
  border-radius: 3px;
  overflow: hidden;
}
.article-banner .article-banner-view {
  width: 560px;
  height: 400px;
}
.article-banner .article-banner-view .swiper-container {
  height: 100%;
}
.article-banner .swiper-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.article-banner .swiper-box .image-lazy-load {
  height: 100%;
}
.article-banner .swiper-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.article-banner .swiper-box .swiper-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.65) 100%);
  z-index: 15;
}
.article-banner .swiper-box .swiper-banner .title {
  position: absolute;
  bottom: 50px;
  display: block;
  width: 100%;
  padding: 0 25px;
  font-family: PingFangSC-Light;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
}
.article-banner .swiper-box .swiper-banner .module {
  position: absolute;
  bottom: 20px;
  padding: 0 25px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
}
.article-banner .ad-spread {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.3);
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  border-radius: 3px;
  z-index: 10;
}
.article-banner-anim {
  position: relative;
  overflow: hidden;
  width: 560px;
  height: 400px;
}
.article-banner-anim .banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #EEF1F0;
  background-size: cover;
}
.article-banner-anim .banner-title-group {
  position: relative;
  top: 252px;
  height: 148px;
  padding: 50px 30px 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.75) 240%);
  background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.75) 240%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.65) 240%);
}
.article-banner-anim .banner-title {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
}
.article-banner-anim .banner-summary {
  margin-top: 5px;
  color: #fff;
  letter-spacing: 0;
}
.article-banner-anim .banner-anim-thumb {
  text-align: right;
  padding-right: 30px;
}
.banner-ad-image {
  float: right;
  width: 280px;
}
.banner-ad-image .image-item {
  position: relative;
  height: 195px;
  background-color: #A4A4A4;
}
.banner-ad-image .image-item:last-child {
  margin-top: 10px;
}
.banner-ad-image .image-item img {
  width: 100%;
  height: 100%;
}
.banner-ad-image .image-item .title {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1.5;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.65) 100%);
}
@media screen and (max-width: 1366px) {
  .article-banner .main-swiper {
    height: 387px;
  }
  .article-banner .article-banner-view {
    width: 542px;
    height: 387px;
  }
  .banner-ad-image {
    width: 271px;
  }
  .banner-ad-image .image-item {
    height: 189px;
  }
  .banner-ad-image .image-item:last-child {
    margin-top: 9px;
  }
}
@media screen and (max-width: 768px) {
  .article-banner .article-banner-view {
    margin-bottom: 10px;
    width: 100%;
    height: initial;
  }
  .article-banner .swiper-box .swiper-banner .title {
    font-size: 22px;
  }
  .article-banner .swiper-box .swiper-banner .module {
    font-size: 16px;
  }
  .article-banner .banner-ad-image {
    display: flex;
    width: 100%;
  }
  .article-banner .banner-ad-image .image-item {
    width: calc(50% - 5px);
    height: initial;
  }
  .article-banner .banner-ad-image .image-item:first-child {
    margin-right: 5px;
  }
  .article-banner .banner-ad-image .image-item:last-child {
    margin-top: 0;
    margin-left: 5px;
  }
  .article-banner .banner-ad-image .image-item .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .article-banner .swiper-box .swiper-banner .title {
    font-size: 16px;
  }
  .article-banner .swiper-box .swiper-banner .module {
    font-size: 14px;
  }
}
.article-sub-tab {
  margin: 10px 0;
}
.article-sub-tab .dressing-sub-title .ant-menu {
  padding: 0 !important;
  background-color: #f9f9f9;
}
.article-sub-tab .dressing-sub-title .ant-menu li {
  font-size: 20px;
}
.article-sub-tab .dressing-sub-title .ant-menu li.gmtCreate {
  padding-left: 0;
}
.article-list {
  padding: 30px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.article-item {
  height: 180px;
  padding: 40px 0;
  box-sizing: content-box;
}
.article-item:nth-child(n+2) {
  border-top: 1px solid #EEEEEE;
}
.article-item:first-child {
  padding-top: 0;
}
.article-item:last-child {
  padding-bottom: 0;
}
.article-item #article-footer {
  position: relative;
}
.article-item .page-setting-operation {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  cursor: pointer;
  transition: all 0.25s linear;
}
.article-item .page-setting-operation:hover {
  color: #008CD6;
}
.article-item-cover {
  position: relative;
  float: right;
  width: 252px;
  height: 180px;
  background-color: #A4A4A4;
  border-radius: 3px;
  overflow: hidden;
}
.article-item-cover .image-lazy-load {
  height: 100%;
}
.article-item-cover a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.article-item-cover a img {
  width: 100%;
  height: 100%;
}
.article-item-cover a .article-img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.article-item-cover a .article-img-tag {
  position: absolute;
  top: 8px;
  right: 8px;
}
.article-item-cover .intro-show-img {
  height: 180px;
  border-radius: 3px;
}
.article-item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 272px;
  height: 100%;
}
.article-item-content:before,
.article-item-content:after {
  content: " ";
  display: table;
}
.article-item-content:after {
  clear: both;
}
.article-item-content .title {
  font-size: 20px;
  line-height: 30px;
  color: #444444;
}
.article-item-content .intro {
  margin: 10px 0;
  height: 80px;
  font-size: 15px;
  line-height: 28px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article-item-content .footer {
  color: #888888;
}
.article-item-content .footer a {
  color: #888888;
}
.article-item-content .footer a:hover {
  color: #008CD6;
}
.article-item-content .footer .dot {
  margin: 0 10px;
}
.article-item-content .footer .footer-right {
  float: right;
}
.article-item-content .footer .footer-right > span {
  margin-left: 6px;
}
.article-item-content .author-popup {
  bottom: 35px;
}
.article-item-content .btn-icon-card {
  float: right;
  color: #888888;
  cursor: pointer;
}
.article-item-content .btn-icon-card:hover {
  color: #008CD6;
}
.load-more-box {
  margin-top: 50px;
  padding: 5px;
  color: #888888;
  text-align: center;
  border-radius: 4px;
  background-color: #EEEEEE;
  cursor: pointer;
}
.hot-article li:first-child .mode-lbox {
  float: initial;
  width: 100%;
  height: 200px;
}
.hot-article li:first-child .intro-show-img {
  height: 200px !important;
  border-radius: 0 !important;
}
.hot-article li:first-child .intro-show-img img {
  width: 100%;
  height: 100%;
}
.hot-article li:first-child .mode-rbox {
  margin-left: 0;
}
.hot-article li:first-child .mode-rbox h4 {
  height: initial;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .article-content {
    margin-right: 0;
  }
  .article-content .article-list {
    padding: 30px 15px;
  }
  .article-content .loading-more-box {
    margin-top: 20px;
  }
  .article-sub-tab .dressing-sub-title .ant-menu {
    padding: 0 15px !important;
  }
  .article-sub-tab .dressing-sub-title .ant-menu li {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .article-item {
    padding: 20px 0;
    height: auto;
  }
  .article-item .article-item-cover {
    width: 110px;
    height: 80px;
  }
  .article-item .article-item-content {
    margin-right: 120px;
  }
  .article-item .article-item-content .title {
    font-size: 16px;
    height: 50px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .article-item .article-item-content .intro {
    display: none;
  }
  .article-item .article-item-content .footer {
    margin-top: 10px;
    font-size: 13px;
  }
  .article-item .article-item-content .footer span:nth-child(4),
  .article-item .article-item-content .footer span:nth-child(5) {
    display: none;
  }
}
.article-detail {
  position: relative;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.article-detail .title {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
}
.article-detail .subinfo {
  margin-top: 6px;
  font-size: 13px;
  color: #666666;
}
.article-detail .subinfo:before,
.article-detail .subinfo:after {
  content: " ";
  display: table;
}
.article-detail .subinfo:after {
  clear: both;
}
.article-detail .subinfo .info {
  line-height: 42px;
}
.article-detail .subinfo .info .info-item {
  margin-right: 20px;
}
.article-detail .summary {
  margin-top: 30px;
  padding: 10px 20px;
  color: #888888;
  background-color: #F9F9F9;
  border-left: 4px solid #eaeaea;
  font-size: 16px;
  margin: 10px 0;
}
.article-detail .favors-container {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.article-detail .type-item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.article-detail .type-item .anticon,
.article-detail .type-item img,
.article-detail .type-item .iconfont {
  margin-right: 10px;
  color: #BBBBBB;
}
.article-detail .type-item .brand .ant-tag {
  font-size: 15px;
  cursor: pointer;
}
.article-detail .type-item .classification {
  font-size: 15px;
}
.article-detail .type-item .classification span {
  color: #191919;
}
.article-detail .type-item .tags span {
  color: #191919;
}
.article-detail .type-item .tags span i {
  padding: 0 10px;
}
.article-detail .first-type-item {
  margin-top: 30px;
}
.article-detail .download-list .download-item {
  font-size: 15px;
  margin-bottom: 20px;
  color: #191919;
}
.article-detail .download-list .download-item .anticon {
  margin-right: 10px;
  color: #888888;
}
.article-detail .download-list .download-item .download-name {
  cursor: pointer;
}
.article-detail .download-list .download-item .download-name:hover {
  color: #008CD6;
}
.article-detail .download-list .download-item .download-info {
  margin-top: 10px;
  padding-left: 30px;
  color: #888888;
  font-size: 13px;
}
.article-detail .ant-tag {
  background-color: #F1F1F1;
  border-radius: 100px;
  border: none;
}
.article-detail .brand {
  margin-top: 50px;
  color: #888888;
}
.article-detail .brand .ant-tag {
  padding: 2px 10px;
}
.article-detail .brand .product-text {
  margin-left: 20px;
}
.article-detail .classification {
  margin-top: 30px;
  padding-bottom: 30px;
  color: #A4A4A4;
  font-size: 13px;
}
.article-detail .classification .separator {
  margin: 0 10px;
}
.article-detail .attach {
  padding-top: 30px;
  border-top: 1px solid #EEEEEE;
}
.article-detail .attach .tags {
  line-height: 32px;
}
.article-detail .attach .tags .label {
  color: #888888;
}
.article-detail .attach .attach-btn {
  text-align: right;
}
.article-content .content {
  margin: 30px 0;
  font-size: 16px;
  color: #666666;
  line-height: 1.75;
  font-family: "Hiragino Sans GB", "Open Sans", Arial, "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}
.article-content .content blockquote {
  position: relative;
  margin: 20px 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.4;
  color: #888888;
  background-color: transparent;
  border: none;
}
.article-content .content blockquote::before,
.article-content .content blockquote::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
}
.article-content .content blockquote::before {
  top: -5px;
  left: 0;
  background: url(/static/images/icon/blockquote_left.svg) center center no-repeat;
}
.article-content .content blockquote::after {
  bottom: 0px;
  right: 0;
  background: url(/static/images/icon/blockquote_right.svg) center center no-repeat;
}
.article-content .content blockquote p:last-child {
  margin: 0;
}
.article-content .content img {
  max-width: 100%;
}
.article-content .content a {
  color: #008CD6;
}
.article-content .content p {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 0 0 25px;
  line-height: 1.75;
}
.article-content .content iframe {
  width: 100%;
  height: 410px;
  max-width: 100%;
}
.article-content .content video {
  max-width: 100%;
  width: 100%;
  height: 410px;
}
.article-content .comment-empty .text {
  background-color: #f0f2f5;
}
.comment-container {
  margin-top: 20px;
}
.fast-comment {
  color: #008CD6;
}
.fast-comment a {
  color: #008CD6;
}
@media screen and (max-width: 768px) {
  .article-content .content iframe,
  .article-content .content video {
    height: 360px;
  }
  .article-content .content img {
    height: initial !important;
  }
}
@media screen and (max-width: 576px) {
  .article-content .content iframe,
  .article-content .content video {
    height: 200px;
  }
}
.ad-banner {
  margin-top: 50px;
}
.ad-banner img {
  width: 100%;
}
.releval-article {
  margin-top: 50px;
}
.releval-article .title {
  font-size: 24px;
  color: #666666;
  letter-spacing: 0;
}
.releval-article .list {
  margin-top: 30px;
}
.releval-article .list:before,
.releval-article .list:after {
  content: " ";
  display: table;
}
.releval-article .list:after {
  clear: both;
}
.releval-article .list li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.releval-article .list li:nth-child(2n-1) {
  padding-right: 10px;
}
.releval-article .list li:nth-child(2n) {
  padding-left: 10px;
}
.releval-article .list li .mode-lbox {
  width: 98px;
  height: 70px;
  margin-right: 20px;
}
.releval-article .list li .mode-lbox .intro-show-img {
  height: 70px !important;
  border-radius: 0 !important;
}
.releval-article .list li .mode-rbox {
  margin-left: 90px;
}
.releval-article .list li .mode-rbox h4 {
  height: 46px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.releval-article .list li .mode-rbox h4 > a {
  font-size: 15px;
  color: #666666;
  line-height: 1.4;
}
.releval-article .list li .mode-rbox .footer-bar {
  font-size: 12px;
  color: #888888;
}
.sider-author-info .user-brief-box {
  padding: 0;
  border-bottom: none;
}
.sider-author-info .author-info {
  text-align: center;
}
.sider-author-info .user-name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.sider-author-info .user-name .ant-tag {
  margin-left: 10px;
}
.sider-author-info .user-ins {
  display: inline-block;
  margin: 4.5px 0 0 8px;
  padding: 3px 10px;
  background: #191919;
  font-family: PingFangSC-Medium;
  vertical-align: top;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
}
.sider-author-info .author-type {
  margin: 10px 0;
}
.sider-author-info .author-type .ant-tag {
  margin-right: 0;
}
.sider-author-info .user-identity .ant-tag {
  margin-right: 0;
}
.sider-author-info .user-type {
  height: 22px;
  line-height: 22px;
  margin: 10px 0 8px;
}
.sider-author-info .user-area {
  margin-top: 10px;
  font-size: 12px;
  color: #888888;
  height: initial !important;
  line-height: initial !important;
}
.sider-author-info .user-data {
  margin-top: 10px;
  font-size: 13px !important;
  color: #888888;
  height: initial !important;
  line-height: initial !important;
}
.sider-author-info .user-data a {
  color: #888888;
}
.sider-author-info .user-data strong {
  color: rgba(0, 0, 0, 0.65);
  line-height: initial !important;
}
.sider-author-info .user-intro {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
  min-height: initial !important;
}
.sider-author-info .user-net-age {
  margin-top: 10px;
  font-size: 12px;
  color: #888888;
}
.sider-author-info .user-contact {
  margin-top: 20px;
}
.sider-author-info .side-article-list {
  text-align: justify;
}
.sider-author-info .side-article-list li h4 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #444444;
  font-weight: normal;
}
.sider-author-info .side-article-list li .time {
  font-size: 12px;
  color: #888888;
}
.article-detail-sider .user-brief-box {
  padding: 30px 30px 0;
}
.article-detail-sider .user-brief-box.fixed {
  position: fixed;
  width: 340px;
  top: 58px;
  z-index: 1;
  padding-bottom: 30px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  transition: top 0.3s;
}
.article-detail-sider .sider-box {
  padding: 0 30px;
}
.article-detail-sider .subscribe-box {
  padding: 0 30px 30px;
}
.article-share-bar .share-container {
  top: 0;
}
@media screen and (max-width: 1150px) {
  .article-layout {
    display: block;
  }
  .article-sider {
    display: none;
  }
  .article-contanier.detail {
    width: initial;
  }
  .article-contanier.detail .article-content {
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 650px) {
  .article-contanier {
    margin: 0 auto;
  }
  .article-contanier.detail .article-detail {
    padding: 20px 15px;
  }
  .article-contanier.detail .article-detail .title {
    font-size: 20px;
  }
  .article-contanier.detail .article-detail .favors-container {
    margin: 30px 0;
  }
  .article-contanier .ad-banner {
    margin-top: 20px;
  }
  .article-contanier .releval-article {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
  }
  .article-contanier .releval-article .list li {
    float: initial;
    width: initial;
  }
  .article-contanier .releval-article .list li:nth-child(2n-1) {
    padding-right: 0;
  }
  .article-contanier .releval-article .list li:nth-child(2n) {
    padding-left: 0;
  }
  .article-contanier .releval-article .list li .mode-lbox {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
  .article-contanier .releval-article .list li .mode-lbox .image-lazy-load,
  .article-contanier .releval-article .list li .mode-lbox img {
    width: 100%;
    height: 100%;
  }
  .article-contanier .releval-article .list li .mode-rbox {
    margin-left: 0;
  }
  .article-contanier .related-compositions {
    background-color: #fff;
  }
}
.inner-shots-container {
  margin: 30px 0;
  padding: 30px 40px;
  background-color: #F9F9F9;
}
.inner-shots-header {
  margin-bottom: 20px;
  font-size: 14px;
  color: #A4A4A4;
}
.inner-shots-content {
  position: relative;
}
.inner-shots-content.single .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.inner-shots-content .nav-btn-hide {
  display: none;
}
.inner-shots-item {
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
}
.inner-shots-item .inner-shots-content {
  padding: 12px 16px;
}
.inner-shots-item .inner-shots-content .inner-shots-title {
  font-size: 14px;
  color: #191919;
  line-height: 1.7;
  text-align: justify;
}
.inner-shots-list-modal .header {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.inner-shots-list-modal .condition-form {
  margin-top: 20px;
}
.inner-shots-list-modal .condition-form .ant-form-item-label {
  width: initial;
  line-height: 38px;
}
.inner-shots-list-modal .condition-btns {
  text-align: right;
}
.inner-shots-list-modal .form-bottom {
  text-align: right;
}
.inner-shots-list-modal .form-bottom .ant-btn {
  margin-left: 10px;
}
.inner-shots-list-modal .shots-list-container {
  margin-top: 20px;
}
.inner-shots-list-modal .list-bottom {
  padding: 10px 0;
  text-align: right;
}
.composition-container {
  width: 100%;
  background-color: #f9f9f9;
}
.composition-container:before,
.composition-container:after {
  content: " ";
  display: table;
}
.composition-container:after {
  clear: both;
}
.composition-container .ant-tabs-bar {
  margin: 0;
}
.composition-container .ant-tabs {
  width: 100%;
  background: #fff;
}
.composition-container .ant-tabs-ink-bar {
  display: none !important;
}
.composition-container .ant-tabs-tab {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #191919;
}
.composition-container .ant-tabs-tab-active {
  color: #008CD6 !important;
}
.composition-container .ant-tabs-nav-scroll {
  text-align: center;
}
.composition-container .ant-form-explain,
.composition-container .ant-form-extra {
  margin-top: 6px;
}
.composition-container .ant-calendar-picker .ant-calendar-picker-icon::after {
  display: none;
}
.composition-container .select-left {
  width: 250px;
}
.composition-edit-header {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
}
.ant-select-dropdown-menu-item.select-author-option {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled),
.ant-select-dropdown-menu-item-active:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #F1F1F1;
}
.form-container {
  width: 1200px;
  margin: 50px auto;
  padding: 50px;
  background-color: #fff;
}
.form-container .cover-uploader .ant-upload-select {
  display: block;
  width: 252px;
  height: 180px;
  background-color: transparent;
}
.form-container .cover-uploader .ant-upload-select > .ant-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.form-container .cover-uploader .ant-upload-select .cover-image {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.form-container .cover-uploader .ant-upload-select .cover-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.form-container .cover-uploader .ant-upload-select .cover-image:hover .cover-edit-text {
  opacity: 1;
}
.form-container .cover-uploader .ant-upload-select .cover-image .cover-edit-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 180px;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s;
}
.form-container .cover-uploader .ant-upload-select > .ant-upload {
  padding: 0;
}
.form-container .article-import {
  text-align: right;
}
.form-container .article-import > span {
  cursor: pointer;
}
.form-container .ant-form-item input[type="text"],
.form-container .ant-form-item input[type="file"],
.form-container .ant-form-item textarea,
.form-container .ant-form-item .ant-select-selection {
  border-radius: 3px;
}
.form-container .ant-form-item input[type="text"],
.form-container .ant-form-item input[type="file"],
.form-container .ant-form-item .ant-select-selection {
  height: 38px;
  line-height: 38px;
}
.form-container .ant-calendar-picker .ant-calendar-picker-input {
  height: 38px;
}
.form-container .has-length-tips input,
.form-container .has-length-tips textarea {
  padding-right: 50px;
}
.form-container .length-tips {
  position: absolute;
  right: 10px;
  color: #888888;
}
.form-container .length-tips.error {
  color: #f5222d;
}
.form-container .field-desc {
  color: #888888;
}
.form-container .form-item-shots .ant-form-item-children {
  display: block;
}
.form-container .form-item-shots .ant-form-item-children .publish-know {
  top: -45px;
}
.form-container .publish-know {
  position: absolute;
  top: -60px;
  right: 0;
  color: #008CD6;
}
.form-container .attach-file .ant-upload {
  width: 100%;
}
.form-container .attach-file .ant-upload .ant-btn {
  width: 100%;
  height: 38px;
  text-align: justify;
  border-radius: 3px;
  color: #888888;
}
.form-container .tags-box {
  padding: 5px 16px;
  border: 1px solid #d9d9d9;
  min-height: 108px;
  max-width: 250px;
}
.form-container .tags-box input[type="text"] {
  height: initial;
}
.form-container .tags-box .ant-tag {
  padding: 2px 10px;
  background-color: #EEEEEE;
  border-radius: 20px;
  border-color: #EEEEEE;
}
.form-container .tags-box .ant-tag:last-child {
  border-color: #BBBBBB;
}
.form-container .form-item-submit .ant-btn {
  height: 38px;
}
.form-container .cover-upload-icon {
  font-size: 52px;
  color: #BBBBBB;
}
.form-container .cover-upload-text {
  margin-top: 10px;
  font-size: 15px;
}
.form-container .cover-upload-intro {
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.form-container .publish-btns {
  float: right;
}
.form-container .shots-upload-area {
  padding: 50px;
  background: #fff;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.form-container .shots-upload-area.update-has-list {
  padding-top: 30px;
}
.form-container .shots-upload-area.update-has-list .icon-image {
  float: left;
  margin-right: 10px;
  line-height: 0;
  max-width: 70px;
}
.form-container .shots-upload-area.update-has-list .icon-info {
  text-align: left;
}
.form-container .shots-upload-area.update-has-list .icon-info .title {
  margin-top: 0;
}
.form-container .shots-upload-area.update-has-list .ant-upload-text {
  display: none;
}
.form-container .shots-upload-area .ant-upload-list-item {
  padding: 0;
  width: 220px;
  height: 160px;
}
.form-container .shots-upload-area .ant-upload-list-item:nth-child(3n) {
  margin-right: 0;
}
.form-container .shots-upload-area .ant-upload-list-item .ant-upload-list-item-info::before {
  display: none;
}
.form-container .shots-upload-area .ant-upload-list-item .ant-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}
.form-container .shots-upload-area .ant-upload-list-item .ant-upload-list-item-info .ant-upload-list-item-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.form-container .shots-upload-area .ant-upload-list-item .ant-upload-list-item-info .ant-upload-list-item-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.form-container .shots-upload-area .ant-upload-list-item .ant-upload-list-item-uploading-text {
  padding: 20px 0;
}
.form-container .shots-upload-area .ant-upload-list-item .ant-upload-list-item-progress {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}
.form-container .shots-upload-area .ant-upload-list-item .close {
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: #BBBBBB;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  text-align: center;
  font-size: 15px;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}
.form-container .shots-upload-area .ant-upload-list-item .close .anticon {
  position: static;
  color: #fff;
}
.form-container .shots-upload-area .ant-upload-list-item .close:hover {
  background-color: #EEEEEE;
}
.form-container .shots-upload-area .ant-upload-list-item .ant-upload-list-item-actions {
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  transform: translate(0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}
.form-container .shots-upload-area .ant-upload-list-item .ant-upload-list-item-actions.single {
  display: flex;
  justify-content: center;
}
.form-container .shots-upload-area .ant-upload-list-item .ant-upload-list-item-actions > a {
  display: inline-block;
  width: 50%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.form-container .shots-upload-area .ant-upload-list-item:hover .close {
  opacity: 1;
}
.form-container .shots-upload-area .ant-upload-list-item:hover .ant-upload-list-item-actions {
  opacity: 0.8;
}
.form-container .shots-upload-area .ant-upload-list-item .set-cover {
  color: #fff;
  transition: color 0.3s;
}
.form-container .shots-upload-area .ant-upload-list-item .set-cover:hover {
  color: #008CD6;
}
.form-container .shots-upload-area .ant-upload-list-item-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-container .shots-upload-area .ant-upload-list-item-info .video-play-icon {
  position: absolute;
  font-size: 54px;
  color: #fff;
}
.form-container .shots-upload-area .ant-upload-drag {
  border: none;
}
.form-container .shots-upload-area .ant-upload-list {
  display: block;
  float: initial;
}
.form-container .shots-upload-area .ant-upload-list:before,
.form-container .shots-upload-area .ant-upload-list:after {
  content: " ";
  display: table;
}
.form-container .shots-upload-area .ant-upload-list:after {
  clear: both;
}
.form-container .shots-upload-area .ant-upload-drag {
  background-color: transparent;
}
.form-container .shots-upload-area .ant-upload-drag-icon {
  font-size: 48px;
}
.form-container .shots-upload-area .ant-upload-drag-icon:before,
.form-container .shots-upload-area .ant-upload-drag-icon:after {
  content: " ";
  display: table;
}
.form-container .shots-upload-area .ant-upload-drag-icon:after {
  clear: both;
}
.form-container .shots-upload-area .ant-upload-drag-icon i.anticon {
  color: #999999 !important;
}
.form-container .shots-upload-area .ant-upload-drag-icon .title {
  margin-top: 10px;
  font-size: 15px;
  color: #999999;
}
.form-container .shots-upload-area .ant-upload-drag-icon .upload-text {
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
}
.form-container .shots-upload-area .ant-upload-drag-container p.ant-upload-text {
  margin-top: 30px;
  font-size: 13px !important;
  color: #BBBBBB !important;
}
.form-container .ant-select-selection__placeholder {
  height: 38px;
}
.form-container .ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  height: 38px;
  line-height: 38px;
}
.copyright-link {
  color: #008CD6;
}
.author-select.ant-select {
  width: 250px;
  height: 60px;
}
.author-select.ant-select .ant-select-selection,
.author-select.ant-select .ant-select-selection__rendered {
  height: 100%;
}
.author-select.ant-select .ant-select-selection {
  padding: 5px 0;
}
.author-select.ant-select .ant-select-selection__rendered {
  margin: 0 10px;
}
.ant-select-selection .ant-select-selection__rendered {
  line-height: 38px;
}
.select-author-item {
  padding: 5px 0;
}
.select-author-item .item-info {
  line-height: 1.3;
}
.select-author-item .item-info .domain {
  margin-top: 5px;
  color: #888888;
  font-size: 12px;
}
.select-author-item .item-info .user-identity {
  display: inline-block;
}
.select-author-option {
  padding-left: 10px;
  padding-right: 10px;
}
.select-author-item {
  height: 50px;
}
.select-author-item:before,
.select-author-item:after {
  content: " ";
  display: table;
}
.select-author-item:after {
  clear: both;
}
.select-author-item .item-avatar {
  float: left;
  width: 50px;
}
.select-author-item .item-info {
  margin-left: 50px;
}
.global-search-item .global-search-item-avatar {
  margin-right: 10px;
}
.global-search-item .global-search-item-name {
  margin-right: 10px;
}
.modal-import-container {
  padding-bottom: 30px;
}
.modal-import-container .import-tips {
  margin-top: 10px;
  color: #888888;
}
.display-container {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.display-container .display-content {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.display-container .display-info {
  text-align: center;
}
.display-container .display-info .display-info-icon {
  font-size: 45px;
  color: #52c41a;
}
.display-container .display-info .display-info-text .title {
  margin-top: 20px;
  font-size: 24px;
}
.display-container .display-info .display-info-text .desc {
  margin-top: 10px;
  color: #888888;
  font-size: 15px;
}
.display-container .invite-verify {
  margin-top: 50px;
}
.display-container .invite-verify .invite-loading-text {
  margin-top: 20px;
  color: #888888;
}
.display-container .invite-error {
  margin-top: 50px;
  color: #f5222d;
  font-size: 20px;
}
.display-container .invite-intro {
  margin-top: 50px;
  font-size: 20px;
}
.display-container .invite-intro p {
  margin-bottom: 20px;
}
.display-container .invite-intro a {
  margin: 0 10px;
  color: #008CD6;
}
.display-container .footer {
  margin-top: 50px;
  text-align: center;
}
.display-container .footer .ant-btn:first-child {
  margin-right: 20px;
}
.JEditor-container .JEditor-txt blockquote {
  position: relative;
  margin: 20px 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.4;
  color: #888888;
  background-color: transparent;
  border: none;
}
.JEditor-container .JEditor-txt blockquote::before,
.JEditor-container .JEditor-txt blockquote::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
}
.JEditor-container .JEditor-txt blockquote::before {
  top: -5px;
  left: 0;
  background: url(/static/images/icon/blockquote_left.svg) center center no-repeat;
}
.JEditor-container .JEditor-txt blockquote::after {
  bottom: 0px;
  right: 0;
  background: url(/static/images/icon/blockquote_right.svg) center center no-repeat;
}
.JEditor-container .JEditor-txt blockquote p:last-child {
  margin: 0;
}
.JEditor-container .JEditor-txt a {
  color: #008CD6;
}
.JEditor-container .JEditor-menu-container {
  z-index: 10;
}
.JEditor-container .menu-item {
  padding: 5px 10px;
  width: initial;
  height: initial;
}
.JEditor-txt {
  padding: 30px 0;
  font-size: 15px;
  color: #666666;
  line-height: 1.75;
}
.JEditor-txt blockquote {
  color: #888888;
}
.JEditor-txt img {
  max-width: 100%;
}
.JEditor-txt p {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 0 0 25px;
}
.JEditor-txt iframe {
  max-width: 100%;
}
.JEditor-txt video {
  max-width: 100%;
}
.JEditor-drop-panel input[type=text]:focus::-webkit-input-placeholder,
.JEditor-drop-panel .txt-toolbar input[type=text]:focus::-webkit-input-placeholder {
  opacity: 1;
}
@media screen and (max-width: 1920px) {
  .media-prod-container,
  .common-container {
    width: 1310px;
    margin: 0 auto;
  }
  .org-content-container {
    width: 1310px;
  }
  .media-org-content {
    width: 1511px !important;
    margin: 0 auto;
  }
  .author-containers .dressing-sub-title {
    width: 1511px;
    margin: 0 auto;
  }
  .media-main-layout {
    width: 1700px !important;
  }
}
@media screen and (max-width: 1900px) {
  .service-production .service-inner {
    width: 912px !important;
    margin: 0 auto;
  }
  .media-prod-content .classify-collection {
    width: 1114px !important;
  }
  .media-prod-content .sub-tab-box {
    width: 1114px !important;
  }
  .media-prod-content .production-content {
    width: 1114px !important;
    margin: 0 auto;
  }
  .media-prod-content .common-intro {
    width: 256px !important;
  }
  .media-prod-content .common-intro .common-inner-intro {
    height: 328px;
  }
  .media-prod-content .common-intro .common-inner-intro img {
    width: 100%;
  }
  .media-prod-content .common-intro .imgbox {
    height: 182.9px;
  }
  .media-prod-content .common-intro .intro-show-img {
    height: 182.9px;
  }
  .media-prod-content .common-intro .intro-style {
    margin-bottom: 20px !important;
  }
  .media-prod-server {
    width: 930px !important;
    margin: 0 auto;
  }
  .media-main-layout {
    width: 1200px !important;
  }
  .media-main-layout .main-layout {
    width: 830px !important;
    margin-right: 30px !important;
  }
  .media-main-layout .main-container .swiper-container,
  .media-main-layout .swiper-box {
    height: 228px !important;
  }
  .media-main-layout .main-container .swiper-container img,
  .media-main-layout .swiper-box img {
    height: 228px;
  }
  .media-main-layout .swiper-banner {
    height: 132px !important;
  }
  .media-main-layout .swiper-banner .title {
    padding: 32.5px 30px 15px !important;
  }
  .media-main-layout .main-module {
    width: 830px !important;
    margin: 0 auto;
  }
  .media-main-layout .common-intro {
    width: 256px !important;
  }
  .media-main-layout .common-intro .common-inner-intro {
    height: 328px;
  }
  .media-main-layout .common-intro .imgbox {
    height: 182.9px;
  }
  .media-main-layout .common-intro .intro-show-img {
    height: 182.9px;
  }
  .media-main-layout .common-intro .intro-style {
    margin-bottom: 20px !important;
  }
  .summary-group-box {
    width: 70% !important;
  }
  .tag-list-container .sub-tab-content .sub-tab-box {
    width: 1310px !important;
  }
  .tag-list-container .production-content {
    width: 1310px !important;
  }
}
@media screen and (max-width: 1800px) {
  .media-prod-container,
  .common-container {
    width: 1042px;
    margin: 0;
  }
  .org-content-container {
    width: 1042px;
  }
  .head-title-box,
  .head-tab-box {
    width: 1114px !important;
  }
  .tag-list-container .article-list {
    width: 1114px !important;
  }
  .tag-list-container .sub-tab-content .sub-tab-box {
    width: 1114px !important;
  }
  .tag-list-container .production-content {
    width: 1114px !important;
  }
}
@media screen and (max-width: 1680px) {
  .org-content-container {
    width: 1048px;
    margin: 0;
  }
  .media-search-container .ant-tabs-nav-scroll,
  .media-search-container .classify-collection,
  .media-search-container .sub-tab-box {
    width: 1100px !important;
    margin: 0 auto !important;
  }
  .media-search-container .search-content {
    width: 1122px !important;
  }
  .origin-article-content .article-content {
    padding: 0 22px !important;
  }
  .summary-group-box {
    width: 60% !important;
  }
}
@media screen and (max-width: 1640px) {
  .service-production .service-inner {
    width: 608px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1600px) {
  .media-org-content {
    width: 1131px !important;
    margin: 0 auto;
  }
  .author-containers .dressing-sub-title {
    width: 1131px;
    margin: 0 auto;
  }
  .media-prod-server {
    width: 620px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1440px) {
  .media-prod-container,
  .common-container {
    width: 780px;
    margin: 0;
  }
  .org-content-container {
    width: 780px;
    margin: 0;
  }
  .origin-article-content .article-content {
    padding: 0 22px !important;
  }
  .origin-article-content .article-item {
    height: auto;
  }
  .user-main-content {
    width: 770px !important;
  }
  .summary-group-box {
    width: 45% !important;
  }
  .ins-prod-content .article-item,
  .my-production-content .article-item {
    padding: 40px 0 !important;
  }
  .brand-layout .brand-content {
    margin: 0 auto;
  }
  .brand-layout .nav-no-banner {
    margin: 0 auto;
  }
  .brand-layout .article-list {
    padding: 50px 30px !important;
  }
}
@media screen and (max-width: 1366px) {
  .service-production .service-inner {
    width: 304px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1300px) {
  .media-org-content {
    width: 738px !important;
    margin: 0 auto;
  }
  .author-containers .dressing-sub-title {
    width: 738px;
    margin: 0 auto;
  }
  .header-search-box {
    width: auto !important;
  }
}
@media screen and (max-width: 1200px) {
  .media-prod-server {
    width: 310px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  .media-prod-container,
  .common-container {
    width: 780px;
    margin: 0 auto;
  }
  .service-production .service-inner {
    width: 304px !important;
    margin: 0 auto;
  }
  .service-production .service-inner {
    width: 304px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .media-org-content {
    width: 380px;
    margin: 0 auto;
  }
  .author-containers .dressing-sub-title {
    width: 430px;
    margin: 0 auto;
  }
  .head-title-box,
  .head-tab-box {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .common-footer {
    padding-top: 20px !important;
  }
  .footer-pc {
    display: none !important;
  }
  .footer-mb {
    display: block !important;
  }
  .common-layout {
    width: 100% !important;
    padding: 0 !important;
  }
  .common-layout .main-layout {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .aside-layout {
    display: none !important;
  }
  .media-main-layout .main-container .swiper-container {
    height: 103px !important;
  }
  .media-main-layout .main-container .swiper-container .swiper-pagination {
    bottom: 0 !important;
    text-align: center !important;
  }
  .media-main-layout .main-container .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
  }
  .media-main-layout .swiper-box {
    height: 103px !important;
  }
  .media-main-layout .swiper-box img {
    height: 103px !important;
  }
  .media-main-layout .swiper-banner {
    height: 47px !important;
  }
  .media-main-layout .swiper-banner .title {
    text-overflow: ellipsis !important;
    overflow: hidden;
    white-space: nowrap;
    height: 24px !important;
    padding: 0 30px !important;
    font-family: PingFangSC-Light !important;
    font-size: 16px !important;
    text-align: center !important;
    letter-spacing: 0 !important;
    color: #fff !important;
  }
  .media-main-layout .common-intro {
    width: auto !important;
  }
  .media-main-layout .common-intro .common-inner-intro .imgbox .box-img,
  .media-main-layout .common-intro .common-inner-intro .intro-show-img .box-img {
    width: 100%;
  }
  .media-main-layout .main-module {
    margin-top: 0 !important;
    width: 100% !important;
  }
  .media-main-layout .main-module .dressing-sub-title .ant-menu {
    padding: 0 0 0 19.4% !important;
  }
  .media-main-layout .main-module .dressing-sub-title .recommended-btn {
    font-size: 15.5px !important;
    line-height: 64px !important;
    padding-left: 10% !important;
  }
  .media-main-layout .main-module .dressing-sub-title .ant-menu-submenu-title {
    margin: 0 0 0 2.5rem !important;
  }
  .media-main-layout .main-module .dressing-sub-title .ant-menu-submenu-title span {
    font-size: 15px !important;
  }
  .media-main-layout .main-module .dressing-sub-title .ant-menu-item {
    padding: 0 0 0 5rem !important;
    line-height: 64px !important;
    font-size: 15px !important;
  }
  .main-content {
    position: relative;
    width: 100% !important;
    padding: 10px 15px 0 !important;
  }
  .main-content .ant-col {
    width: 50%;
  }
  .common-sub-footer {
    display: none !important;
  }
  .author-box {
    height: 36px !important;
  }
  .author-box .author-name {
    max-width: 122px !important;
  }
  .author-box .author-img {
    margin: 1.5px 10px 0 0 !important;
  }
  .account-box {
    position: static !important;
    margin: auto;
    width: 260px !important;
    transform: translate(0) !important;
  }
  .account-bg {
    display: none;
  }
  .account-content {
    padding: 10% 0;
    height: auto !important;
    margin-left: 0 !important;
  }
  .register-container {
    margin: 10% 0;
  }
  .active-content .recommend-box {
    width: 100% !important;
  }
  .active-content .recommend-box .avatar {
    margin-right: 16px;
  }
  .active-content .img-box {
    padding-top: 20px;
  }
  .header-search-box {
    width: 100% !important;
    margin: -5px auto 0 !important;
  }
  .author-containers .recommended-btn {
    padding-left: 2%;
  }
  .author-containers .dressing-sub-title .ant-menu .area-menu {
    padding: 0 !important;
  }
  .author-containers .ant-menu-submenu-title {
    padding: 0 18px;
  }
  .author-content {
    width: 100% !important;
    padding: 0 !important;
    background: #fff;
  }
  .author-content > .ant-col > .ant-row-flex {
    padding: 0 15px;
  }
  .author-content .author-list-col {
    width: 50%;
  }
  .author-content .author-list-box {
    width: 100%;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #F1F1F1;
  }
  .author-content .intro-box .content-box {
    padding-left: 100px;
  }
  .author-content .intro-box .content-box .not-attention {
    color: #008CD6;
  }
  .author-content .intro-box .content-box button {
    position: absolute;
    top: 10px;
    right: -30px;
    height: 22px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    color: #888888;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  .author-content .title-box {
    width: 92%;
  }
  .author-content .title-box .title {
    font-size: 14px;
  }
  .author-content .title-box .institution {
    font-size: 12px;
    margin: 5px 8% 0 0;
  }
  .author-content .anticon-plus {
    font-size: 12px;
  }
  .area-panel {
    width: 375px;
    right: 20px;
  }
  .area-menu {
    min-width: 130px !important;
    text-align: center !important;
  }
  .production-box .classify-collection {
    width: 100% !important;
    padding: 0 9px;
  }
  .production-box .ant-col-xs-18 {
    width: 45% !important;
  }
  .production-box .menu-list {
    width: 19rem !important;
  }
  .production-box .menu-list li a {
    padding-right: 15px !important;
  }
  .production-box .dressing-sub-title .recommended-btn {
    padding-left: 3.5%;
    line-height: 63px;
  }
  .production-box .dressing-sub-title ul {
    padding: 0 0 0 8% !important;
  }
  .production-box .dressing-sub-title .ant-menu-submenu-title {
    padding: 0 2rem 0 3.5rem !important;
  }
  .production-box .dressing-sub-title .ant-menu-item {
    padding: 0 2rem 0 3.9rem !important;
  }
  .production-box .ant-col-xs-4 {
    width: 10rem !important;
  }
  .production-box .see-more {
    width: 100% !important;
  }
  .production-box .common-intro .intro-show-img img {
    width: 100% !important;
  }
  .production-box .common-intro .author-name {
    max-width: 77% !important;
  }
  .media-prod-content .production-content {
    width: 100% !important;
    padding: 20px 15px;
  }
  .media-prod-content .production-content .ant-col-24 {
    width: 100% !important;
  }
  .media-prod-content .production-content .ant-col-24 .ant-col {
    width: 100% !important;
  }
  .media-prod-content .common-intro {
    width: 100% !important;
  }
  .part-loading-wrap {
    min-height: 400px !important;
  }
  .contact-layout {
    width: 100% !important;
  }
  .contact-layout .contact-content {
    margin: 0 auto 130px !important;
  }
  .contact-layout .contact-sub-content {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .contact-layout .contact-side {
    width: 100% !important;
  }
  .contact-layout .contact-side li {
    float: left;
    width: 50% !important;
  }
  .contact-layout .contact-sub-content {
    padding-top: 50px;
  }
  .contact-layout .aboutus-sub-content,
  .contact-layout .aboutus-content {
    padding: 50px 10% 0 !important;
  }
  .contact-layout .contact-content-list {
    padding: 0 10% !important;
  }
  .contact-layout .contact-hotline-list li {
    width: 100% !important;
  }
  .contact-layout .contact-hotline-list li:nth-child(odd) {
    padding-right: 5%;
  }
  .contact-layout .contact-hotline-list .spec-li {
    padding-right: 5%;
  }
  .contact-layout .contact-hotline-list .short-li {
    padding-bottom: 30px !important;
  }
  .contact-layout .banner-content img {
    height: 150px;
  }
  .search-main-layout .sub-tab-box {
    width: 100% !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  }
  .search-main-layout .sub-tab-box .ant-menu {
    background: #fff !important;
  }
  .search-main-layout .nav-container {
    width: 80% !important;
  }
  .search-main-layout .nav-container input,
  .search-main-layout .nav-container button {
    height: 40px !important;
  }
  .search-main-layout .content-container .ant-tabs-nav-scroll,
  .search-main-layout .content-container .head-content {
    padding: 0 5% !important;
  }
  .search-main-layout .classify-collection {
    width: 100% !important;
  }
  .search-main-layout .classify-tab-title {
    width: 50px !important;
  }
  .search-main-layout .menu-list {
    width: 110% !important;
  }
  .search-main-layout .menu-list li a {
    padding-right: 15px !important;
  }
  .search-main-layout .search-result {
    top: 80px !important;
    left: 10px !important;
    right: initial !important;
  }
  .search-container .search-content {
    width: 100% !important;
    margin: 60px auto !important;
    padding: 0 15px;
  }
  .search-container .search-content .ant-col {
    width: 50%;
  }
  .search-container .ant-menu-item {
    padding-left: 20px !important;
    padding-right: 30px !important;
  }
  .search-container .common-inner-intro .imgbox .intro-show-img .box-img {
    width: 100% !important;
  }
  .search-container .article-list {
    padding: 0 20px 20px !important;
  }
  .search-container .article-list .article-item {
    height: auto !important;
    padding: 20px 0 !important;
  }
  .search-container .article-list .article-item-cover {
    width: 110px !important;
    height: 80px !important;
    border-radius: 4px !important;
  }
  .search-container .article-list .article-item-cover img {
    border-radius: 4px !important;
  }
  .search-container .article-list .title {
    padding-bottom: 15px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #191919;
    letter-spacing: 1.14px;
    line-height: 24px;
  }
  .search-container .article-list .intro {
    display: none !important;
  }
  .search-container .article-list .article-item-content {
    margin-right: 130px;
  }
  .search-container .article-list .article-item-content .footer {
    font-size: 13px;
  }
  .search-container .sub-tab-box {
    width: 100% !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  }
  .search-container .sub-tab-box .ant-menu {
    background: #fff !important;
  }
  .search-container .nav-container {
    padding-top: 20px !important;
  }
  .search-container nav {
    min-height: auto !important;
  }
  .search-container .author-list-box {
    width: 100% !important;
  }
  .search-container .author-list-box .title-box {
    width: 92%;
  }
  .search-container .author-list-box .title-box .title {
    font-size: 14px;
  }
  .search-container .author-list-box .title-box .institution {
    font-size: 12px;
    margin: 5px 8% 0 0;
  }
  .search-container .author-list-box .intro-box .content-box {
    padding-left: 100px;
  }
  .search-container .author-list-box .intro-box .content-box .not-attention {
    color: #008CD6;
  }
  .search-container .author-list-box .intro-box .content-box button {
    position: absolute;
    top: 10px;
    right: 0;
    height: 22px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    color: #888888;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  .media-search-container {
    width: 100% !important;
  }
  .search-author-content {
    width: 100% !important;
    padding: 0 !important;
  }
  .search-author-content .author-list-col {
    width: 100% !important;
  }
  .popup-modal {
    width: calc(100vw - 30px);
  }
  .tag-list-container .sub-tab-content {
    padding: 20px !important;
  }
  .tag-list-container .production-content {
    margin: 0 auto;
    padding: 20px !important;
  }
  .tag-list-container .production-content .ant-row-flex .ant-col-24 .ant-row-flex .ant-col {
    width: 100% !important;
  }
  .tag-list-container .article-list {
    width: 100% !important;
  }
  .tag-list-container .article-item {
    width: auto !important;
    height: auto !important;
    padding: 20px 0 !important;
  }
  .tag-list-container .article-item-cover {
    width: 110px !important;
    height: 80px !important;
    border-radius: 4px !important;
  }
  .tag-list-container .article-item-cover img {
    border-radius: 4px !important;
  }
  .tag-list-container .article-item-content {
    margin-right: 130px;
  }
  .tag-list-container .article-item-content .intro {
    display: none;
  }
  .tag-list-container .article-item-content .footer {
    font-size: 13px;
  }
  .brand-layout {
    width: 100% !important;
  }
  .brand-layout .nav-no-banner {
    width: 100% !important;
  }
  .brand-layout .nav-banner {
    width: 100% !important;
  }
  .brand-layout .nav-title {
    padding: 60px 10% 0;
  }
  .brand-layout .ant-tabs-bar {
    padding: 0 10%;
  }
  .brand-layout .dressing-sub-title {
    width: 100%;
    margin: 0 auto !important;
    padding: 0 10%;
  }
  .brand-layout .brand-content {
    width: 100% !important;
  }
  .brand-layout .brand-content .ant-row-flex {
    padding: 0 10%;
  }
  .brand-layout .brand-content .ant-col {
    width: 100% !important;
  }
  .brand-layout .brand-content .box-img {
    width: 100%;
    height: 235px;
  }
  .brand-layout .brand-content .article-list {
    padding: 30px 0 !important;
  }
  .articlassify-layout .nav-title {
    top: 30% !important;
  }
  .articlassify-layout .empty-container {
    padding-top: 0;
  }
}
@media screen and (max-width: 460px) {
  .search-container .search-content .ant-col {
    width: 100%;
  }
  .main-content .ant-col {
    width: 100%;
  }
  .author-containers .ant-menu-submenu-title {
    padding: 0 0 0 12px;
  }
  .author-containers .dressing-sub-title {
    padding: 0 15px;
    width: initial;
  }
  .author-containers .recommended-btn {
    padding-left: 15px;
  }
  .author-containers .ant-menu {
    padding-left: 30px !important;
  }
  .author-containers .ant-menu-item {
    padding: 0 0 0 12px;
  }
  .author-containers .anticon-caret-down {
    margin-left: 4px;
  }
  .author-content > .ant-col > .ant-row-flex {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .author-content .author-list-col {
    margin: 0;
  }
  .author-content .author-list-box {
    padding: 0;
  }
  .author-content .author-list-col {
    width: 100%;
  }
  .author-content .author-list-box {
    height: 242px;
  }
  .author-content .intro-box {
    margin-bottom: 20px;
  }
  .author-content .intro-box .imgbox {
    width: 60px;
    height: 60px;
  }
  .author-content .intro-box .content-box {
    padding-left: 75px;
  }
  .author-content .intro-box .content-box button {
    right: 0;
  }
  .author-content .intro-box .content-box .not-attention {
    padding: 0;
  }
  .author-content .intro-box .area {
    line-height: 1;
    height: initial;
  }
  .author-content .intro-box .brief {
    margin: 10px 0 0;
  }
  .author-content .title-box {
    padding-top: 0;
    padding-right: 50px;
    width: initial;
  }
}
.common-layout {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  justify-content: space-between;
}
.common-layout .main-layout {
  float: left;
  width: 1310px;
  margin-right: 50px;
}
.common-layout .aside-layout {
  width: 340px;
}
.common-layout .main-container {
  margin: 0 auto;
}
.common-layout .main-container .main-swiper {
  width: 100%;
  height: 240px;
  margin-bottom: 37px;
}
.common-layout .main-content {
  position: relative;
}
.common-layout .swiper-box {
  position: relative;
  width: 100%;
  height: 360px;
}
.common-layout .swiper-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.common-layout .swiper-box .ad-spreads {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.3);
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  border-radius: 3px;
  z-index: 10;
}
.common-layout .swiper-box .swiper-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 210px;
  background-image: linear-gradient(-179deg, rgba(0, 0, 0, 0) 0%, #000000 240%);
  z-index: 15;
}
.common-layout .swiper-box .swiper-banner .title {
  display: block;
  width: 100%;
  padding: 100px 30px 20px;
  font-family: PingFangSC-Light;
  font-size: 32px;
  color: #fff;
  letter-spacing: 0;
}
.common-layout .swiper-box .swiper-banner .module {
  padding: 0 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
}
.common-layout .main-module {
  width: 100%;
}
.common-layout .main-module .dressing-sub-title {
  margin-bottom: 13px;
  background: transparent;
}
.common-layout .main-module .dressing-sub-title .recommended-btn {
  font-size: 20px;
}
.common-layout .main-module .dressing-sub-title span {
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.common-layout .main-module .dressing-sub-title ul {
  background: transparent;
}
.common-layout .main-module .dressing-sub-title ul li {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #282828;
  letter-spacing: 0;
}
.common-layout .main-module .dressing-sub-title ul .ant-menu-submenu-selected {
  color: #008CD6 !important;
}
.common-layout .home-side {
  width: 100%;
  padding: 30px 0;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.common-layout .home-side .subject-menu .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.common-layout .home-ad-box {
  position: relative;
  width: 100%;
  height: 200px;
  padding: 0 30px;
  margin-bottom: 30px;
}
.common-layout .home-ad-box .home-img-box {
  width: 100%;
  height: 200px;
}
.common-layout .home-ad-box .home-img-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.common-layout .home-ad-box .ad-spread {
  position: absolute;
  top: 6px;
  right: 36px;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.3);
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  border-radius: 3px;
  z-index: 10;
}
.common-layout .home-tag-box {
  padding: 0 30px;
  border-bottom: 1px solid #EEEEEE;
}
.common-layout .home-tag-box h6 {
  width: 100%;
  margin: 0;
  padding-bottom: 15px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #888888;
  letter-spacing: 0;
}
.common-layout .home-tag-box .home-tag-list {
  width: 100%;
  margin-bottom: 10px;
}
.common-layout .home-tag-box .home-tag-list li {
  float: left;
  width: 50%;
  padding-bottom: 20px;
}
.common-layout .home-tag-box .home-tag-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.common-layout .home-tag-box .home-tag-list li a .home-name {
  position: relative;
  transition: all linear 0.2s;
}
.common-layout .home-tag-box .home-tag-list li a .home-name:hover {
  color: #008CD6;
}
.common-layout .home-tag-box .home-tag-list li a .is-new {
  position: absolute;
  top: -7px;
  right: -26px;
  line-height: 0;
}
.common-layout .home-tag-box .home-tag-list li .avatar-tag {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.common-layout .home-tag-box .home-tag-list li .home-name {
  font-family: PingFangSC-Regular;
  line-height: 30px;
  font-size: 12px;
  color: #191919;
  letter-spacing: 0;
}
.common-layout .home-meta {
  padding-bottom: 15px;
}
.common-layout .home-meta .home-title {
  float: left;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #888888;
  letter-spacing: 0;
}
.common-layout .home-meta .home-more {
  float: right;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #191919;
  letter-spacing: 0;
}
.common-layout .home-meta .home-more:hover {
  text-decoration: underline;
}
.common-layout .home-article-detail {
  width: 100%;
  padding: 30px 30px 0;
  border-bottom: 1px solid #EEEEEE;
}
.common-layout .home-article-detail .home-img-box {
  width: 100%;
  height: 200px;
}
.common-layout .home-article-detail .home-img-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.common-layout .home-article-detail .home-headline {
  padding-top: 10px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0;
  line-height: 22px;
}
.common-layout .home-article-detail .home-brief {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0;
}
.common-layout .home-article-detail .home-brief a {
  color: #888888;
  transition: all 0.2s linear;
}
.common-layout .home-article-detail .home-brief a:hover {
  color: #008CD6;
}
.common-layout .home-article-detail .sider-author-list li {
  min-height: 50px;
  padding-top: 15px;
}
.common-layout .home-article-detail .mode-lbox {
  width: 98px;
  height: 70px;
}
.common-layout .home-article-detail .mode-lbox img {
  display: block;
  width: 98px;
  height: 70px;
}
.common-layout .home-article-detail .mode-rbox {
  display: flex;
  height: 72px;
  flex-direction: column;
  justify-content: space-between;
}
.common-layout .home-article-detail .mode-rbox h4 {
  line-height: 18px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #191919;
  letter-spacing: 0;
}
.common-layout .home-rec-author-detail,
.common-layout .home-rec-subject,
.common-layout .home-subscribe-detail {
  padding: 30px;
}
.common-layout .home-rec-author-detail,
.common-layout .home-rec-subject {
  border-bottom: 1px solid #EEEEEE;
}
.common-layout .home-subscribe-detail.fixed {
  position: fixed;
  top: 0px;
  width: 340px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.common-layout .footer-bar > span {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.tag-menu {
  width: 100%;
}
.tag-menu li {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding-bottom: 17px;
}
.tag-menu .tag-imgbox {
  margin-right: 10px;
}
.tag-menu .tag-detail {
  width: 80%;
}
.tag-menu .tag-detail h4 {
  line-height: 1;
  font-weight: 400;
}
.tag-menu .tag-detail h4 a:hover {
  text-decoration: underline;
  color: #191919;
}
.tag-menu .tag-detail h4 .follow {
  float: right;
  line-height: 20px;
  font-size: 12px;
  color: #191919;
  cursor: pointer;
}
.tag-menu .tag-detail h4 .follow:hover {
  color: #008CD6;
}
.tag-menu .tag-detail h4 .followed {
  float: right;
  line-height: 20px;
  font-size: 12px;
  color: #888888;
  cursor: pointer;
}
.tag-menu .tag-detail h4 .title {
  display: inline-block;
  width: 70%;
  line-height: 20px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #191919;
  letter-spacing: 0;
  transition: all 0.2s linear;
}
.tag-menu .tag-detail h4 .title:hover {
  color: #008CD6;
}
.tag-menu .tag-detail .footer-bar {
  color: #888888;
}
.tag-menu .tag-detail .footer-bar a {
  font-size: 13px;
  color: #888888;
  line-height: 1;
}
.tag-menu .tag-detail .footer-bar .describe {
  display: block;
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #888888;
  letter-spacing: 0;
}
.home-rec-subject .side-topic-item {
  display: block;
}
.side-topic-item .topic-item-content {
  box-shadow: none;
}
.side-topic-item .topic-item-intro {
  padding: 10px 0;
}
.side-topic-item .topic-item-intro .title {
  font-size: 14px;
}
.side-topic-item .topic-item-intro .info {
  margin-top: 5px;
}
.search-main-layout {
  width: 100%;
}
.search-main-layout .head-content {
  min-height: 60px;
}
.search-main-layout .head-content .tab-name,
.search-main-layout .head-content .classify-tab,
.search-main-layout .head-content .menu-list > li {
  line-height: 30px;
}
.brand-layout .nav-container {
  background: #fff;
}
.brand-layout .banner-container {
  border-bottom: 1px solid #E1E1E1;
}
.brand-layout .brand-container {
  padding-bottom: 50px;
}
.brand-layout .nav-no-banner {
  width: 1311px;
  height: 160px;
  margin: 0 auto;
  background: #fff;
}
.brand-layout .nav-no-banner .nav-title {
  padding-top: 60px;
}
.brand-layout .nav-no-banner .nav-title-name {
  padding-right: 40px;
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
}
.brand-layout .nav-no-banner button {
  font-family: PingFangSC-Regular;
  vertical-align: top;
  letter-spacing: 0;
  margin-top: 10px;
  font-size: 12px;
}
.brand-layout .nav-no-banner .nav-title-unfocus {
  width: 75px;
  height: 30px;
}
.brand-layout .nav-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.brand-layout .nav-banner .intro-show-img {
  height: auto;
  border-radius: 0;
}
.brand-layout .nav-banner .nav-title {
  position: absolute;
  left: 15.5%;
  bottom: 12.5%;
}
.brand-layout .nav-banner .nav-title-name {
  font-family: PingFangSC-Medium;
  padding-right: 40px;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0;
  text-align: justify;
}
.brand-layout .nav-banner button {
  font-family: PingFangSC-Regular;
  vertical-align: top;
  letter-spacing: 0;
  margin-top: 10px;
  font-size: 12px;
}
.brand-layout .nav-banner .nav-title-unfocus {
  width: 75px;
  height: 30px;
}
.brand-layout .ant-menu-item {
  padding: 0 40px 0 0 !important;
  line-height: 61px;
}
.brand-layout .dressing-sub-title {
  width: 1311px;
  margin: 20px auto;
  background: transparent;
}
.brand-layout .dressing-sub-title ul {
  height: 60px !important;
  line-height: 60px !important;
  padding: 0 !important;
  background: transparent;
}
.brand-layout .dressing-sub-title ul span {
  font-family: PingFangSC-Regular;
  font-size: 15px;
  letter-spacing: 0;
  transition: 0.2s all linear;
}
.brand-layout .dressing-sub-title ul span:hover {
  color: #008CD6;
}
.brand-layout .dressing-sub-title .recommended-btn {
  line-height: 60px !important;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  letter-spacing: 0;
  transition: 0.2s all linear;
}
.brand-layout .dressing-sub-title .recommended-btn:hover {
  color: #008CD6;
}
.brand-layout .brand-content {
  position: relative;
  width: 1311px;
  margin: 0 auto;
}
.brand-layout .loading-more-box {
  margin: 20px auto;
  background: transparent;
}
.brand-layout .ant-tabs-bar {
  width: 100%;
  margin: 0;
  background: #fff;
}
.brand-layout .ant-tabs-nav-container {
  width: 1311px;
  margin: 0 auto;
}
.brand-layout .ant-tabs-tab {
  padding-left: 0px !important;
  font-family: PingFangSC-Regular;
  font-size: 20px;
  letter-spacing: 0;
}
.brand-layout .ant-tabs-nav-wrap {
  line-height: 47px !important;
  border-bottom: 1px solid #fff;
}
.brand-layout .ant-tabs-nav-scroll {
  border-bottom: 1px solid #fff;
}
.brand-layout .ant-menu-submenu-title {
  padding: 0;
}
.brand-layout .part-loading-wrap {
  min-height: 500px;
}
.brand-layout .share-container {
  top: 50px;
  right: -50px;
}
.brand-layout .share-container .actions {
  display: none;
}
.brand-layout .article-list {
  margin-top: 0;
  padding: 50px 258px;
  background: #fff;
}
.brand-layout .article-list .article-item {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.articlassify-layout .share-container {
  top: -30px;
  right: -80px;
}
.brand-layout .nav-no-banner,
.brand-layout .ant-tabs-nav-container {
  width: 1311px;
}
.brand-layout.has-owner .nav-no-banner,
.brand-layout.has-owner .ant-tabs-nav-container {
  width: 1700px;
}
.brand-layout.has-owner .brand-box {
  width: 1700px;
}
.brand-box {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 1311px;
}
.brand-box .dressing-sub-title {
  width: initial !important;
}
.brand-box .brand-content {
  width: initial !important;
}
.brand-box-wrapper {
  display: flex;
  justify-content: space-between;
}
.brand-main {
  flex: 1;
}
.brand-side {
  margin-top: 40px;
  margin-left: 40px;
  width: 340px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.brand-side .user-brief-box {
  padding: 30px;
}
.brand-side .sider-box {
  margin: 0;
  padding: 30px;
}
.brand-side .side-shots-list li:not(:last-child) {
  margin-bottom: 20px;
}
.brand-side .side-shots-list li h4 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.75;
  font-weight: normal;
}
@media screen and (max-width: 1820px) {
  .brand-layout.has-owner .nav-no-banner,
  .brand-layout.has-owner .ant-tabs-nav-container {
    width: 1424px;
  }
  .brand-layout.has-owner .brand-box {
    width: 1424px;
  }
}
@media screen and (max-width: 1550px) {
  .brand-layout.has-owner .nav-no-banner,
  .brand-layout.has-owner .ant-tabs-nav-container {
    width: 1158px;
  }
  .brand-layout.has-owner .brand-box {
    width: 1158px;
  }
}
@media screen and (max-width: 1440px) {
  .brand-layout .nav-no-banner,
  .brand-layout .ant-tabs-nav-container {
    width: 1044px;
  }
  .brand-layout .brand-box {
    width: 1044px;
  }
}
@media screen and (max-width: 1280px) {
  .brand-layout.has-owner .nav-no-banner,
  .brand-layout.has-owner .ant-tabs-nav-container {
    width: 890px;
  }
  .brand-layout.has-owner .brand-box {
    width: 890px;
  }
}
@media screen and (max-width: 1145px) {
  .brand-layout .nav-no-banner,
  .brand-layout .ant-tabs-nav-container {
    width: 780px;
  }
  .brand-layout .brand-box {
    width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .brand-layout .brand-box {
    width: initial;
  }
  .brand-layout.has-owner .brand-side {
    display: none;
  }
}
.search-container nav {
  width: 100%;
  min-height: 240px;
  background: #EDF1F4;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.search-container .nav-container {
  width: 600px;
  margin: 0 auto;
  padding-top: 70px;
}
.search-container .nav-container .search-input {
  margin-bottom: 20px;
  font-family: PingFangSC-Medium;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0;
}
.search-container .nav-container .recommend-search .name {
  line-height: 32px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #999999;
  letter-spacing: 0;
}
.search-container .nav-container .tag-group {
  width: 87.5%;
}
.search-container .nav-container .tag-group li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  background: #E0E6EA;
  border-radius: 19px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #888888;
  letter-spacing: 0;
  transition: all linear 0.2s;
  cursor: pointer;
}
.search-container .nav-container .tag-group li:hover {
  background: #008CD6;
  color: #fff;
}
.search-container .nav-container .search-wrapper {
  position: relative;
}
.search-container .nav-container .search-wrapper input:focus::-webkit-input-placeholder {
  opacity: 1;
}
.search-container .nav-container .search-wrapper .search-drop-panel {
  top: 60px;
  width: 100%;
  max-width: 100%;
}
.search-container .content-container {
  width: 100%;
}
.search-container .content-container .ant-border {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.search-container .content-container .ant-tabs-bar {
  margin-bottom: 0;
}
.search-container .content-container .ant-tabs-nav-container {
  background: #fff;
}
.search-container .content-container .ant-tabs-nav-scroll {
  width: 1310px;
  height: 63px;
  margin: 0 auto;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #191919;
  letter-spacing: 0;
}
.search-container .content-container .ant-tabs-nav {
  height: 63px;
}
.search-container .content-container .head-content {
  width: 100%;
  background: #fff;
}
.search-container .content-container .classify-collection {
  width: 1310px;
  margin: 0 auto;
}
.search-container .content-container .sub-tab-box {
  position: relative;
  width: 1310px;
  margin: 0 auto;
}
.search-container .content-container .sub-tab-box ul {
  padding: 0 !important;
}
.search-container .content-container .sub-tab-box ul .ant-menu-item {
  padding-left: 0;
  padding-right: 48px;
}
.search-container .content-container .sub-tab-box ul .ant-menu-submenu-title {
  padding-left: 0 !important;
  padding-right: 48px !important;
}
.search-container .content-container .sub-tab-box .sub-tab-title {
  display: inline-block;
  font-size: 15px;
  color: #999999;
  line-height: 1.75;
  padding: 20px 0;
}
.search-container .content-container .sub-tab-box .search-result {
  position: absolute;
  top: 20px;
  right: 0;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #999999;
  letter-spacing: 0;
}
.search-container .content-container .sub-tab-box .ant-menu {
  background: #f9f9f9;
}
.search-container .ant-tabs-tab {
  margin-right: 95px;
  padding: 0 !important;
  line-height: 63px;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  letter-spacing: 0;
}
.search-container .classify-tab-title {
  width: 7%;
}
.search-container .search-content {
  width: 1310px;
  min-height: 700px;
  margin: 0 auto;
  padding-bottom: 150px;
}
.search-container .search-content .part-loading-wrap {
  height: 500px;
}
.search-container .search-content .loading-more-box {
  margin-top: 50px;
}
.search-container .search-content .article-list {
  padding: 30px 157px;
}
.search-container .search-author-content {
  width: 1122px;
}
.search-brand-list {
  padding: 30px 50px;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}
.search-brand-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 15px;
  border-bottom: 1px solid #EEEEEE;
}
.search-brand-item .icon {
  margin-right: 20px;
  color: #BBBBBB;
}
.search-brand-item .follow {
  margin-left: 20px;
  font-size: 12px;
  color: #008CD6;
  cursor: pointer;
}
.search-brand-item .follow.followed {
  color: #888888;
}
.search-brand-item .stat-item {
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.search-brand-item .stat-item:first-child {
  padding-right: 10px;
  border-right: 1px solid #888888;
}
.search-brand-item .stat-item:last-child {
  padding-left: 10px;
}
.search-brand-item .stat-item .stat-name {
  margin-right: 10px;
  color: #888888;
}
.search-drop-panel {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 100;
  width: 100%;
}
.search-drop-panel.show {
  display: block;
}
.search-hot-box {
  padding: 20px 0;
  background: #FFFFFF;
  box-shadow: 0 1px 10px 0 rgba(17, 17, 20, 0.2);
  border-radius: 3px;
}
.search-hot-header {
  padding: 0 30px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #888888;
  line-height: 1.7;
}
.search-hot-item {
  padding: 10px 30px;
  line-height: 1.75;
  font-size: 14px;
  color: #191919;
  cursor: pointer;
}
.search-hot-item:hover {
  background-color: #efefef;
}
.search-popup-box {
  padding: 0 30px;
  background-color: white;
  width: 500px;
  max-width: 100vw;
  box-shadow: 0 1px 10px 0 rgba(17, 17, 20, 0.2);
  border-radius: 3px;
}
.search-popup-header {
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.2;
  font-size: 14px;
}
.search-popup-header a {
  float: right;
  color: #008CD6;
  font-size: 13px;
}
.search-popup-content {
  padding-bottom: 20px;
}
.search-popup-content dl dt {
  padding: 20px 0;
  font-size: 13px;
  color: #888888;
  line-height: 1.25;
}
.search-popup-content dl dt .ant-tag {
  margin-left: 10px;
  padding: 3px 8px;
  line-height: 1;
  color: #008CD6;
  border: none;
  background-color: #EEEEEE;
}
.search-popup-content dl dt a {
  float: right;
  color: #008CD6;
  font-size: 13px;
}
.search-shots-list {
  display: flex;
}
.search-shots-list li {
  display: inline-block;
  width: 50%;
}
.search-shots-list li:nth-child(2n) {
  padding-left: 10px;
}
.search-shots-list li:nth-child(2n-1) {
  padding-right: 10px;
}
.search-shots-list li .title {
  padding: 10px 0 20px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.75;
  border-bottom: 1px solid #d9d9d9;
}
.search-article-list li {
  padding: 10px 0;
}
.search-article-list li .title {
  font-size: 14px;
  line-height: 1.75;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-article-list li .intro {
  margin-top: 10px;
  font-size: 12px;
  color: #888888;
  line-height: 1.75;
}
.search-article-list li .intro a {
  color: #888888;
}
.search-article-list li .intro a:hover {
  color: #008CD6;
}
@media screen and (max-width: 768px) {
  .search-container .nav-container .tag-group {
    width: 100%;
  }
}
.contact-layout {
  max-width: 1920px;
  margin: 0 auto;
}
.contact-layout .banner-content {
  width: 100%;
}
.contact-layout .contact-content {
  max-width: 1127px;
  margin: 50px auto 130px;
}
.contact-layout .contact-content .contact-side {
  float: left;
  width: 200px;
  height: 62px;
  line-height: 62px;
  margin-right: 40px;
  text-align: center;
  border-top: 1px solid #d9d9d9;
}
.contact-layout .contact-content .contact-side li {
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}
.contact-layout .contact-content .contact-side .contact-side-sel {
  color: #008CD6;
}
.contact-layout .contact-content .contact-sub-content {
  width: 887px;
  margin-left: 240px;
  background: #fff;
}
.contact-layout .contact-content .aboutus-content {
  padding: 50px 70px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.contact-layout .contact-content .contactus-content {
  padding-bottom: 50px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.contact-layout .contact-content .contactus-content .aboutus-sub-content {
  padding: 50px 70px 0;
}
.contact-layout .contact-content .contactus-content .contact-hotline-list {
  width: 100%;
}
.contact-layout .contact-content .contactus-content .contact-hotline-list li {
  float: left;
  width: 50%;
  padding-bottom: 32px;
  word-break: break-all;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0;
  text-align: justify;
}
.contact-layout .contact-content .contactus-content .contact-hotline-list .short-li {
  padding-bottom: 0;
}
.contact-layout .contact-content .contactus-content .other-contact {
  border-bottom: none !important;
}
.contact-layout .contact-content .contactus-content .other-contact .other-contact-li {
  width: 100% !important;
}
.contact-layout .contact-content .contactus-content .contact-qrcode-box {
  width: 115px;
  height: 115px;
}
.contact-layout .contact-content .contactus-content .contact-qrcode-box .img-name {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  text-align: center;
  color: #888888;
  letter-spacing: 0;
}
.contact-layout .contact-content .contactus-content .contact-map-box {
  width: 100%;
  height: 100%;
}
.contact-layout .contact-content .contact-content-list {
  padding: 0 70px;
}
.contact-layout .contact-content .contact-content-list .contact-hotline-list {
  border-bottom: 1px solid #D8D8D8;
}
.contact-layout .contact-content .contact-title {
  padding-bottom: 50px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #191919;
  letter-spacing: 0;
}
.contact-layout .contact-content .contact-sub-title {
  padding: 40px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #191919;
  letter-spacing: 0;
  text-align: justify;
}
.contact-layout .contact-content .contact-text-content p {
  padding-bottom: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0;
  text-align: justify;
  line-height: 26px;
}
.topic-header {
  position: relative;
  overflow: hidden;
  background-color: white;
}
.topic-header-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.topic-header-bg img {
  width: 100%;
}
.topic-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}
.topic-header-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.topic-header-content .title {
  font-size: 40px;
  text-align: center;
}
.topic-header-content .topic-outline {
  margin-top: 40px;
}
.topic-header-content .topic-outline li {
  float: left;
  padding: 0 20px;
  text-align: center;
}
.topic-header-content .topic-outline .name {
  font-size: 14px;
}
.topic-header-content .topic-outline .count {
  margin-top: 15px;
  font-size: 32px;
}
.topic-top-title {
  margin: 40px auto;
  max-width: 1160px;
}
.topic-top-title .title {
  display: flex;
}
.topic-top-title .iconfont {
  margin-right: 20px;
  padding: 4px 0;
  font-size: 30px;
}
.topic-top-title h1 {
  display: inline;
  font-size: 36px;
  color: #333333;
}
.topic-top-title .total-count {
  display: block;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  color: #888888;
}
.topic-content {
  position: relative;
  margin: 30px auto;
  width: 1160px;
  max-width: 100%;
}
.topic-content .part-loading-wrap {
  min-height: 400px;
}
.topic-sort-bar {
  margin-bottom: 20px;
}
.topic-sort-bar .classification-select {
  display: none;
}
.topic-sort-bar .sort-tabs .sort-tab-item {
  margin-right: 30px;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}
.topic-sort-bar .sort-tabs .sort-tab-item.active {
  color: #008CD6;
}
.topic-classification {
  margin: 30px auto;
}
.topic-classification-item {
  position: relative;
  display: inline-block;
  width: 216px;
  height: 80px;
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ccc;
  cursor: pointer;
}
.topic-classification-item:nth-child(5n) {
  margin-right: 0;
}
.topic-classification-item.active {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.topic-classification-item.active .name {
  background-color: rgba(0, 0, 0, 0.6);
}
.topic-classification-item img {
  width: 100%;
}
.topic-classification-item .name {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0.3);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.topic-item {
  margin-bottom: 20px;
  display: inline-block;
  width: calc(50% - 10px);
  vertical-align: top;
}
.topic-item:nth-child(2n) {
  margin-left: 10px;
}
.topic-item:nth-child(2n - 1) {
  margin-right: 10px;
}
.topic-item-content {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.topic-item-cover {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.topic-item-cover::after {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}
.topic-item-cover:hover::after {
  background-color: transparent;
}
.topic-item-cover img {
  max-width: 100%;
  width: 33.33%;
}
.topic-item-intro {
  padding: 20px;
}
.topic-item-intro .title {
  font-size: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topic-item-intro .bottom-wrapper {
  position: relative;
}
.topic-item-intro .summary {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.topic-item-intro .info {
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
  line-height: 1.25;
  height: 15px;
}
.topic-item-intro .info .dot {
  margin: 0 5px;
}
.topic-pagination {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 1160px) {
  .topic-top-title {
    padding: 0 20px;
    margin: 20px 0;
  }
  .topic-content {
    padding: 0 20px;
  }
  .topic-sort-bar,
  .topic-classification {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .topic-header {
    background-color: white;
  }
  .topic-header-content .title {
    font-size: 16px;
  }
  .topic-header-content .topic-outline {
    margin-top: 10px;
  }
  .topic-header-content .topic-outline li {
    padding: 0 20px;
  }
  .topic-header-content .topic-outline .name {
    font-size: 13px;
  }
  .topic-header-content .topic-outline .count {
    margin-top: 5px;
    font-size: 13px;
  }
  .topic-classification {
    display: none;
  }
  .topic-classification-select-item {
    padding: 10px;
  }
  .topic-sort-bar {
    overflow: hidden;
    padding: 20px 15px;
    background-color: white;
  }
  .topic-sort-bar .classification-select {
    float: left;
    display: block;
  }
  .topic-sort-bar .classification-select .ant-select {
    min-width: 100px;
  }
  .topic-sort-bar .classification-select .ant-select-selection--single {
    height: initial;
    background-color: transparent;
    border: none;
  }
  .topic-sort-bar .classification-select .ant-select-selection--single:focus,
  .topic-sort-bar .classification-select .ant-select-selection--single:active {
    box-shadow: none;
  }
  .topic-sort-bar .classification-select .ant-select-selection__rendered {
    margin: 0;
    line-height: 2;
  }
  .topic-sort-bar .sort-tabs {
    float: right;
  }
  .topic-sort-bar .sort-tabs .sort-tab-item {
    margin-left: 20px;
    margin-right: 0;
    font-size: 15px;
  }
  .topic-item {
    width: 100%;
  }
  .topic-item:nth-child(2n) {
    margin-left: 0px;
  }
  .topic-item:nth-child(2n - 1) {
    margin-right: 0px;
  }
  .topic-item-intro {
    padding: 20px;
  }
  .topic-item-intro .title {
    font-size: 18px;
  }
  .topic-item-intro .bottom-wrapper {
    position: relative;
  }
  .topic-item-intro .summary {
    margin-right: 0;
    min-height: 48px;
  }
  .topic-item-intro .info {
    position: static;
  }
  .topic-top-title {
    padding: 0 20px;
    margin: 20px 0;
  }
  .topic-top-title .iconfont {
    padding: 2px 0;
    font-size: 20px;
    margin-right: 12px;
  }
  .topic-top-title h1 {
    font-size: 22px;
  }
  .topic-top-title .total-count {
    margin-left: 12px;
  }
  .topic-content {
    padding: 0px 15px;
    margin: 20px 0;
  }
}
.topic-content-header {
  padding: 30px 0;
}
.topic-content-title {
  font-size: 24px;
  color: #888888;
}
.topic-contanier .share-container {
  top: 20px;
  right: -70px;
}
.topic-contanier.detail .share-container {
  right: -50px;
}
.topic-header.nocover {
  background-color: white;
  border-bottom: 1px solid #F1F1F1;
}
.topic-header.nocover .topic-header-cover {
  display: none;
}
.topic-header.nocover .topic-header-wrapper {
  position: static;
  background-color: transparent;
}
.topic-header.nocover .title-container {
  position: static;
  background-image: none;
}
.topic-header.nocover .title-container .title {
  padding: 50px 0;
  color: #191919;
  text-shadow: none;
  font-weight: normal;
}
.topic-header-cover .img-cover {
  display: none;
}
.topic-header-cover img {
  width: 11.11%;
}
.topic-box {
  position: relative;
  margin: 0 auto;
  max-width: 1310px;
}
.topic-header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.topic-header-wrapper .title-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.65) 100%);
}
.topic-header-wrapper .title-container .title {
  padding: 30px 0;
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
}
.topic-top-section {
  background-color: #fff;
}
.topic-summary-container {
  padding: 50px 0;
}
.topic-summary-container .topic-summary {
  padding: 20px;
  background-color: #F9F9F9;
  font-size: 14px;
  color: #888888;
  line-height: 1.75;
  border-radius: 3px;
}
.topic-module-nav {
  border-top: 1px solid #EEEEEE;
}
.topic-module-nav .nav {
  padding: 20px 0;
}
.topic-module-nav .nav:before,
.topic-module-nav .nav:after {
  content: " ";
  display: table;
}
.topic-module-nav .nav:after {
  clear: both;
}
.topic-module-nav .nav li {
  float: left;
  margin-right: 50px;
}
.topic-module-nav .nav li a {
  font-size: 20px;
}
.topic-module-nav .nav li a.hover,
.topic-module-nav .nav li a.active {
  color: #008CD6;
}
.topic-module {
  margin: 50px 0;
}
.topic-module > .title {
  padding-left: 20px;
  font-size: 24px;
  line-height: 1;
  color: #666666;
  border-left: 3px solid #008CD6;
}
.topic-module .summary {
  margin-top: 20px;
  padding: 20px;
  border-radius: 3px;
  background: #F1F1F1;
  color: #888888;
  line-height: 1.75;
}
.topic-module .module-list-container {
  margin-top: 30px;
}
.topic-article-box {
  padding: 50px 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.topic-article-box .article-list-wrapper {
  margin: 0 auto;
  max-width: 784px;
}
.topic-article-box .article-list {
  padding: 0;
  box-shadow: none;
}
.topic-article-box .topic-pagination {
  margin-top: 40px;
}
.topic-comment {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  max-width: 815px;
}
@media screen and (max-width: 1366px) {
  .topic-box {
    max-width: 1080px;
  }
  .topic-shots-box {
    margin: 0 auto;
    max-width: 1044px;
  }
  .topic-contanier .share-container {
    right: -50px;
  }
  .topic-contanier.detail .share-container {
    top: 20px;
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .topic-header.nocover .title-container .title {
    padding: 30px 20px;
  }
  .topic-header-cover .img-banner {
    display: none;
  }
  .topic-header-cover .img-cover {
    display: block;
  }
  .topic-header-cover img {
    width: 33.33%;
  }
  .topic-header-cover img:nth-child(n + 7) {
    display: none;
  }
  .topic-header-wrapper .title-container .title {
    padding: 10px 20px;
    font-size: 18px;
  }
  .topic-summary-container {
    padding: 30px 0;
  }
  .topic-module-nav .nav {
    padding: 10px 20px;
  }
  .topic-module-nav .nav:before,
  .topic-module-nav .nav:after {
    content: " ";
    display: table;
  }
  .topic-module-nav .nav:after {
    clear: both;
  }
  .topic-module-nav .nav li {
    margin-right: 20px;
  }
  .topic-module-nav .nav li a {
    font-size: 15px;
  }
  .topic-article-box {
    padding: 30px 20px;
  }
  .topic-shots-box {
    padding: 0 15px;
  }
  .topic-shots-box .ant-col {
    width: 50% !important;
  }
  .topic-module {
    margin: 30px 0;
  }
  .topic-module > .title {
    margin: 0 20px;
    padding: 0 20px;
    font-size: 16px;
    color: #666666;
  }
}
@media screen and (max-width: 460px) {
  .topic-shots-box {
    padding: 0 15px;
  }
  .topic-shots-box .ant-col {
    width: 100% !important;
  }
}
.tag-list-container {
  width: 100%;
  min-height: 750px;
}
.tag-list-container .head-tab-content {
  width: 100%;
  min-height: 240px;
  background-color: #fff;
}
.tag-list-container .head-tab-content .head-title-box {
  width: 1310px;
  height: 160px;
  line-height: 160px;
  margin: 0 auto;
}
.tag-list-container .head-tab-content .head-title-box .head-title {
  display: flex;
  align-items: center;
}
.tag-list-container .head-tab-content .head-title-box .head-title span {
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #666;
}
.tag-list-container .head-tab-content .head-title-box .head-title button {
  height: 30px;
  line-height: 30px;
  width: 74px;
  border-radius: 30px;
  margin-left: 40px;
  border: 0;
  outline: none;
}
.tag-list-container .head-tab-content hr {
  margin: 0;
  height: 1px;
  border: 0;
  background-color: #e1e1e1;
}
.tag-list-container .head-tab-content .head-tab-box {
  width: 1310px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.tag-list-container .head-tab-content .head-tab-box .ant-tabs-bar {
  border: 0;
  margin: 0;
}
.tag-list-container .head-tab-content .head-tab-box .ant-tabs-bar .ant-tabs-tab {
  padding-left: 0;
  margin-right: 70px;
  font-size: 20px;
  font-family: PingFangSC-Medium;
}
.tag-list-container .tag-banner .intro-show-img {
  display: none;
}
.tag-list-container .tag-banner.has-banner {
  position: relative;
}
.tag-list-container .tag-banner.has-banner .intro-show-img {
  display: block;
  height: initial;
  min-height: 110px;
}
.tag-list-container .tag-banner.has-banner .tag-title-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.tag-list-container .tag-banner.has-banner .head-title span {
  color: white;
}
.tag-list-container .sub-tab-content {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}
.tag-list-container .sub-tab-content .sub-tab-box {
  width: 1310px;
  margin: 0 auto;
  position: relative;
}
.tag-list-container .sub-tab-content .sub-tab-box .dressing-sub-title {
  background-color: transparent;
}
.tag-list-container .sub-tab-content .sub-tab-box ul {
  padding-left: 0 !important;
  background-color: transparent;
}
.tag-list-container .sub-tab-content .sub-tab-box ul .ant-menu-item {
  padding-left: 0;
}
.tag-list-container .production-content {
  width: 1310px;
  margin: 0 auto;
  padding: 30px 0;
}
.tag-list-container .article-list {
  width: 1310px;
  margin: 0 auto 80px auto;
  padding: 30px;
}
.tag-list-container .article-list.nobg {
  background-color: transparent;
  box-shadow: none !important;
}
.tag-list-container .article-list .article-item {
  width: 800px;
  margin: 0 auto;
}
.tag-list-container .article-list .loading-more-box {
  position: relative;
  top: 100px;
}
.tag-list-container .tag-share-bar {
  width: 60px;
  height: 200px;
  position: absolute;
  right: -80px;
  top: 100px;
}
.tag-list-container .tag-share-bar .share-container {
  width: 100%;
  height: 100%;
  position: static;
  float: initial;
  text-align: center;
}
.tag-list-container .tag-share-bar .share-container .actions {
  display: none;
}
.tag-list-container .tag-share-bar .share-container .shares .action-icon {
  display: inline-block;
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.creator-layout {
  width: 100%;
}
.creator-layout .nav-component {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  font-family: PingFangSC-Regular;
  font-size: 20px;
  text-align: center;
  color: #191919;
  letter-spacing: 0;
}
.creator-layout .protocol-content {
  width: 815px;
  height: 497px;
  margin: 0 auto;
  padding: 30px 70px;
  background: #fff;
}
.creator-layout .protocol-title {
  padding-bottom: 30px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  text-align: center;
  color: #191919;
  letter-spacing: 0;
  border-bottom: 1px solid #d9d9d9;
}
.creator-layout .protocol-substance {
  padding: 40px 0;
}
.creator-layout .protocol-substance .protocol-subtitle {
  padding-bottom: 20px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #191919;
  letter-spacing: 0;
}
.creator-layout .protocol-substance .protocol-list {
  padding: 0 0 40px 25px;
}
.creator-layout .protocol-substance .protocol-list li {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0;
  line-height: 26px;
}
.creator-layout .claim-form {
  width: 1000px;
  height: 986px;
  margin: 0 auto;
  padding: 60px 115px;
  background: #fff;
}
.creator-layout .claim-form .double-columns {
  float: left;
  width: 370px;
}
.creator-layout .claim-form .double-columns input {
  height: 38px;
  line-height: 38px;
}
.creator-layout .claim-form .split-block {
  float: left;
  width: 30px;
  height: 1px;
}
.creator-layout .claim-form .has-error .ant-form-explain {
  padding-top: 10px;
}
.creator-layout .claim-wrap-form {
  padding-bottom: 20px;
}
.creator-layout .claim-wrap-secform {
  padding-bottom: 30px;
}
.creator-layout .claim-subtitle {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  line-height: 18px;
}
.creator-layout .claim-subtitle .title {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #888888;
  letter-spacing: 0;
  background: #fff;
  z-index: 1;
}
.creator-layout .claim-subtitle .title-line {
  position: absolute;
  top: 9px;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.creator-layout .claim-explain {
  padding-bottom: 40px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
}
.creator-layout .ant-form-item {
  margin-bottom: 10px;
}
.creator-layout .headline {
  padding-bottom: 15px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #000;
}
.creator-layout .ant-btn {
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: justify;
}
.creator-layout .claim-attachment {
  width: 100%;
}
.creator-layout .claim-attachment .ant-upload {
  width: 100%;
}
.creator-layout .claim-save-wrap {
  padding-top: 35px;
}
.creator-layout .claim-save-wrap button {
  width: 80px;
  height: 38px;
  line-height: 38px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  border-radius: 3px;
}
.titleHeader {
  width: 100%;
  height: 82px;
  padding-bottom: 2px;
}
.titleHeader header {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.titleHeader header span {
  color: #191919;
  font-size: 20px;
  font-family: PingFangSC-Regular;
}
.selectCreatorType {
  width: 100%;
  height: auto;
  padding-bottom: 5px;
}
.selectCreatorType .selectBox {
  width: 1200px;
  height: auto;
  padding: 60px 0;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 60px auto 60px auto;
  display: flex;
}
.selectCreatorType .selectBox .creatorItem {
  width: 33.33%;
  padding-left: 83px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
}
.selectCreatorType .selectBox .creatorItem .item-title {
  color: #191919;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  font-family: PingFangSC-Regular;
}
.selectCreatorType .selectBox .creatorItem .item-description {
  color: #191919;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-top: 4px;
  font-family: PingFangSC-Light;
}
.selectCreatorType .selectBox .creatorItem .item-list {
  display: flex;
  height: 120px;
  margin-top: 20px;
  flex-direction: column;
}
.selectCreatorType .selectBox .creatorItem .item-list span {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.selectCreatorType .selectBox .creatorItem hr {
  margin: 30px 0 40px 0;
  height: 1px;
  background-color: #d9d9d9;
}
.selectCreatorType .selectBox .creatorItem a {
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: none;
  border-radius: 3px;
  color: #fff;
  background-color: #191919;
  font-size: 13px;
}
.selectCreatorType .selectBox .verticalLine {
  flex: 1;
  border-right: 1px dashed;
  border-color: #BBBBBB;
  font-family: PingFangSC-Regular;
}
.creator-container {
  width: 100%;
  height: auto;
  padding: 50px 0 70px 0;
}
.creator-container .creator-content {
  width: 1000px;
  margin: 0 auto;
  height: auto;
  padding: 60px 114px 94px 114px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.creator-container .creator-content .nickName-columns .avatar-symbol {
  padding-left: 18px;
}
.creator-container .creator-content .nickName-columns .avatar-symbol:before {
  position: absolute;
  top: -12px;
  left: 2px;
  content: '*';
  width: 4px;
  height: 4px;
  font-weight: normal;
  font-size: 16px;
  vertical-align: top;
  color: #f5222d;
  border-radius: 50%;
}
.creator-container .creator-content .nickName-columns .ant-input {
  border: 1px solid #d9d9d9 !important;
  height: 38px !important;
  line-height: 38px;
}
.creator-container .creator-content .nickName-columns .ant-form-item-control-wrapper {
  margin-top: -3px;
}
.creator-container .creator-content .three-columns {
  display: flex;
  align-items: flex-start;
}
.creator-container .creator-content .three-columns button {
  color: #008CD6;
  background: rgba(41, 135, 188, 0.1);
  border: none;
}
.creator-container .creator-content .three-columns input:disabled {
  color: #191919 !important;
  background-color: #E1E1E1 !important;
}
.creator-container .creator-content .ant-form-item-control {
  border: none !important;
}
.creator-container .creator-content .ant-form-item-control .ant-cascader-picker,
.creator-container .creator-content .ant-form-item-control #register_staffSize {
  height: 38px;
  border: 1px solid #E1E1E1 !important;
}
.creator-container .creator-content .creator-textarea-box {
  width: 770px;
  position: relative;
  min-width: 200px;
}
.creator-container .creator-content .creator-textarea-box .text-number-box {
  position: absolute;
  width: auto;
  height: auto;
  right: 20px;
  top: 170px;
  z-index: 100;
}
.creator-container .creator-content .creatorClaim {
  font-size: 12px;
  color: #FF0800;
}
.creator-container .creator-content .creatorClaim a {
  color: #0F83C6;
}
.creator-container .creator-content .creator-area .ant-select {
  border: 1px solid #E1E1E1 !important;
  border-radius: 3px;
}
.creator-container .creator-content #register_areaProvince,
.creator-container .creator-content #register_areaCity {
  border: 1px solid #E1E1E1 !important;
  border-radius: 3px;
}
.creator-container .creator-content .creator-area-city {
  padding-left: 10px !important;
}
.creator-container .creator-content #cascader > div:first-child,
.creator-container .creator-content #cascader > div:nth-child(2) {
  width: 185px;
}
.classLine {
  display: flex;
  height: 58px;
  line-height: 58px;
  width: 100%;
  align-items: center;
}
.classLine span {
  color: #888888;
  font-size: 13px;
  font-family: PingFangSC-Medium;
}
.classLine .line {
  flex: 1;
  height: 1px;
  border-top: 1px solid #D8D8D8;
  margin-left: 20px;
}
.reviewPage {
  width: 100%;
  height: 510px;
  padding: 80px 0 50px 0;
}
.reviewPage .reviewBox {
  width: 1000px;
  height: 380px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
.reviewPage .reviewBox .icon {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
.reviewPage .reviewBox .tips {
  color: #191919;
  font-size: 20px;
  font-family: PingFangSC-Regular;
  display: block;
  margin: 30px 0 40px 0;
  height: 28px;
}
.reviewPage .reviewBox .btn-group {
  display: flex;
  width: 220px;
  height: 38px;
  margin: 0 auto;
}
.reviewPage .reviewBox .btn-group a {
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: none;
  border-radius: 3px;
  font-size: 13px;
}
.reviewPage .reviewBox .btn-group a:first-child {
  color: #fff;
  background-color: #191919;
}
.reviewPage .reviewBox .btn-group a:last-child {
  color: #191919;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-left: 20px;
}
.zhanwei {
  width: 100%;
  height: 15px;
}
.top-box {
  position: relative;
  margin: 0 auto;
  width: 1310px;
  max-width: 100%;
}
.top-box .share-container {
  right: -50px;
  top: 100px;
}
.top-banner {
  position: relative;
}
.top-banner .top-banner-bg img {
  width: 100%;
}
.top-banner .top-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  color: white;
}
.top-navigator {
  padding: 10px 0;
  background-color: #fff;
}
.top-navigator .top-nav {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid #EEEEEE;
}
.top-navigator .top-nav li {
  margin: 0 30px;
  cursor: pointer;
}
.top-navigator .top-subnav {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.top-navigator .top-subnav li {
  padding: 0 10px;
}
.top-navigator .top-subnav li .ant-btn {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  min-width: 96px;
}
.top-navigator .top-nav-mb {
  display: none;
}
.top-actions {
  padding: 20px 0;
}
.top-actions:before,
.top-actions:after {
  content: " ";
  display: table;
}
.top-actions:after {
  clear: both;
}
.top-actions .top-schedule {
  float: left;
  min-width: 270px;
}
.top-actions .top-schedule .ant-select {
  width: 100%;
}
.top-actions .top-schedule .ant-select-selection--single {
  height: initial;
  background-color: transparent;
  border: none;
}
.top-actions .top-schedule .top-schedule-label .name {
  display: inline;
  margin-right: 10px;
}
.top-actions .top-schedule .top-schedule-label .time-scope {
  margin-top: 0;
  display: inline;
}
.top-actions .top-explain {
  position: relative;
  float: right;
  line-height: 50px;
  font-size: 15px;
}
.top-actions .top-explain .anticon {
  color: #BBBBBB;
}
.top-actions .top-explain:hover .top-explain-box {
  display: block;
}
.top-actions .top-subnav-mb {
  display: none;
}
.top-explain-box {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  padding: 20px;
  width: 460px;
  max-width: 100vw;
  font-size: 14px;
  border-radius: 3px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 2;
}
.top-explain-box::before {
  position: absolute;
  top: -15px;
  right: 20px;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid white;
}
.top-explain-box p {
  line-height: 1.75;
}
.top-schedule-label {
  font-size: 15px;
  color: #888888;
}
.top-schedule-label .name {
  color: #191919;
}
.top-schedule-label .time-scope {
  margin-top: 6px;
}
.top-content {
  margin-bottom: 50px;
  padding: 20px 80px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.top-item {
  padding: 30px 0;
  border-bottom: 1px solid #EEEEEE;
}
.top-item .top-info-box {
  float: left;
  width: 200px;
  padding: 30px 0;
}
.top-item .top-info-ranking {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 85px;
  text-align: center;
}
.top-item .top-info-ranking img {
  max-height: 100%;
}
.top-item .top-info-ranking .text {
  font-size: 24px;
  font-weight: 600;
  color: #FA723B;
}
.top-item .top-info-ranking .num {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  border-radius: 25px;
  color: #333333;
  background-color: #F1F1F1;
}
.top-item .top-info-ranking .num.top {
  color: white;
  background-color: #FF6000;
}
.top-item .top-info-bottom {
  font-size: 12px;
  text-align: center;
}
.top-item .top-info-bottom a {
  color: #888888;
}
.top-item .top-info-bottom a .anticon-caret-down {
  transition: transform 0.3s;
}
.top-item .top-info-bottom a.ant-dropdown-open .anticon-caret-down {
  transform: rotate(-180deg);
}
.top-item .top-content-box {
  margin-left: 280px;
}
.top-shots-item {
  position: relative;
}
.top-shots-item:before,
.top-shots-item:after {
  content: " ";
  display: table;
}
.top-shots-item:after {
  clear: both;
}
.top-shots-item .cover {
  float: left;
  width: 252px;
  height: 180px;
  border-radius: 3px;
  overflow: hidden;
}
.top-shots-item .content {
  margin-left: 280px;
}
.top-shots-item .content .title {
  margin-bottom: 15px;
  font-size: 20px;
  color: #444444;
  text-align: justify;
  line-height: 20px;
}
.top-shots-item .content .date,
.top-shots-item .content .category,
.top-shots-item .content .form {
  margin-top: 10px;
  font-size: 15px;
  color: #888888;
}
.top-shots-item .content .date > span,
.top-shots-item .content .category > span,
.top-shots-item .content .form > span {
  margin-left: 10px;
}
.top-shots-item .content .date .anticon,
.top-shots-item .content .category .anticon,
.top-shots-item .content .form .anticon {
  font-size: 15px;
  color: #bbbbbb;
}
.top-shots-item .content .brand {
  margin-top: 10px;
}
.top-shots-item .content .brand .ant-tag {
  margin-left: 10px;
  border: none;
  border-radius: 10px;
  height: 20px;
  color: #888888;
  background-color: #F1F1F1;
  cursor: pointer;
}
.top-shots-item .content .author-mb {
  display: none;
}
.top-shots-item .content .stat {
  margin-top: 10px;
  color: #888888;
  font-size: 12px;
}
.top-shots-item .content .stat > span {
  margin-right: 10px;
}
.top-shots-item .content .stat .anticon {
  cursor: pointer;
}
.top-shots-item .content .stat .anticon:hover {
  color: #008CD6;
}
.top-shots-item .content .stat .favors:hover .anticon,
.top-shots-item .content .stat .favors.active .anticon {
  color: #FF0050;
}
.top-shots-item .content .author {
  position: relative;
  margin-top: 15px;
  font-size: 15px;
}
.top-shots-item .content .author > a {
  display: flex;
  color: #888888;
  line-height: 16px;
}
.top-shots-item .content .author .name {
  margin-left: 10px;
}
.top-shots-item .content .author .author-popup {
  left: -15px;
  bottom: 35px;
}
.top-shots-item .right-bottom {
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: right;
}
.top-shots-item .right-bottom > span {
  margin-left: 6px;
}
.top-shots-item .btn-icon-card {
  color: #888888;
  cursor: pointer;
}
.top-shots-item .btn-icon-card:hover {
  color: #008CD6;
}
.top-author-item {
  position: relative;
  min-height: 180px;
}
.top-author-item .cover-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 514px;
}
.top-author-item .cover-box .cover {
  float: left;
  margin-right: 10px;
  width: 252px;
  height: 180px;
  overflow: hidden;
  border-radius: 3px;
}
.top-author-item .cover-box .cover:last-child {
  margin-right: 0;
}
.top-author-item .info-box {
  margin-right: 514px;
}
.top-author-item .info-box:before,
.top-author-item .info-box:after {
  content: " ";
  display: table;
}
.top-author-item .info-box:after {
  clear: both;
}
.top-author-item .info-box .avatar {
  float: left;
  width: 100px;
}
.top-author-item .info-box .info {
  position: relative;
  margin-left: 120px;
}
.top-author-item .info-box .name {
  font-size: 15px;
  line-height: 1.8;
}
.top-author-item .info-box .intro {
  margin-top: 10px;
  font-size: 12px;
}
.top-author-item .info-box .intro .area {
  color: #888888;
}
.top-author-item .info-box .stat {
  margin-top: 10px;
  font-size: 12px;
  color: #888888;
}
.top-author-item .info-box .stat .stat-item {
  padding: 0 10px;
  border-right: 1px solid #888888;
  line-height: 1;
}
.top-author-item .info-box .stat .stat-item:first-child {
  padding-left: 0;
}
.top-author-item .info-box .stat .stat-item:last-child {
  padding-right: 0;
  border-right: none;
}
.top-author-item .info-box .stat .count {
  color: #191919;
}
.top-author-item .btns {
  margin-top: 20px;
}
.top-author-item .btns .ant-btn {
  margin-right: 20px;
  width: 80px;
  height: 32px;
  line-height: 32px;
  border: none;
}
.top-author-item .btns .ant-btn.btn-message {
  background-color: #F1F1F1;
}
.top-author-item .follow-mb {
  display: none;
}
.top-author-item .btn-icon-card {
  position: absolute;
  right: 20px;
  bottom: 5px;
  cursor: pointer;
  color: #888888;
}
.top-author-item .btn-icon-card:hover {
  color: #008CD6;
}
.top-info-dropdown-menu {
  display: flex;
  justify-content: center;
  position: relative;
  width: 150px;
  margin: 10px 0 0;
  padding: 12px;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
}
.top-info-dropdown-menu li {
  width: 50%;
  text-align: center;
}
.top-info-dropdown-menu li .count {
  font-size: 16px;
}
.top-info-dropdown-menu li .label {
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
  line-height: 1;
}
.top-info-dropdown-menu li:not(:last-child) .label {
  border-right: 1px solid #999;
}
@media screen and (max-width: 1366px) {
  .top-box {
    width: 1200px;
  }
  .top-content {
    padding: 20px 50px;
  }
  .top-item .top-content-box {
    margin-left: 250px;
  }
}
@media screen and (max-width: 768px) {
  .top-navigator .top-nav,
  .top-navigator .top-subnav {
    display: none;
  }
  .top-navigator .top-nav-mb {
    display: block;
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }
  .top-navigator .top-nav-mb li {
    margin: 0 30px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
  }
  .top-navigator .top-nav-mb li.active {
    color: #008CD6;
  }
  .top-actions {
    padding: 10px 20px;
  }
  .top-actions .top-schedule {
    min-width: auto;
  }
  .top-actions .top-schedule .top-schedule-label .time-scope {
    display: none;
  }
  .top-actions .top-schedule .ant-select-selection__rendered {
    margin-left: 0;
  }
  .top-actions .top-explain {
    display: none;
  }
  .top-actions .top-subnav-mb {
    display: block;
    float: right;
    min-width: 100px;
  }
  .top-actions .top-subnav-mb .ant-select {
    width: 100%;
  }
  .top-actions .top-subnav-mb .ant-select-selection--single {
    height: initial;
    background-color: transparent;
    border: none;
  }
  .top-select-item {
    padding: 10px 15px !important;
  }
  .top-select-item .top-schedule-label .time-scope {
    display: none;
  }
  .top-content {
    padding: 0px 15px;
  }
  .top-item {
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
  .top-item .top-info-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: initial;
    width: 25px;
  }
  .top-item .top-info-box .top-info-ranking {
    padding: 0;
    min-height: initial;
  }
  .top-item .top-info-box .top-info-ranking .text {
    font-size: 14px;
  }
  .top-item .top-info-box .top-info-ranking .no {
    display: none;
  }
  .top-item .top-info-box .img {
    width: 25px;
  }
  .top-item .top-info-box .num {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #FF6000;
    background-color: transparent;
  }
  .top-item .top-info-box .top-info-bottom {
    display: none;
  }
  .top-item .top-content-box {
    margin-left: 15px;
    width: calc(100% - 40px);
  }
  .top-item .top-content-box .article-item-content {
    margin-right: 125px;
  }
  .top-item .top-content-box .article-item-content .title {
    font-size: 14px;
    line-height: 1.7;
    height: initial;
  }
  .top-item .top-content-box .article-item-content .footer {
    font-size: 12px;
  }
  .top-item .top-content-box .article-item-content .btn-icon-card {
    display: none;
  }
  .top-item .top-shots-item .cover {
    width: 125px;
    height: auto;
  }
  .top-item .top-shots-item .content {
    margin-left: 135px;
  }
  .top-item .top-shots-item .content .title {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .top-item .top-shots-item .content .date,
  .top-item .top-shots-item .content .category,
  .top-item .top-shots-item .content .form,
  .top-item .top-shots-item .content .brand {
    font-size: 12px;
    line-height: 1;
  }
  .top-item .top-shots-item .content .date > img,
  .top-item .top-shots-item .content .category > img,
  .top-item .top-shots-item .content .form > img,
  .top-item .top-shots-item .content .brand > img {
    display: none;
  }
  .top-item .top-shots-item .content .date > span,
  .top-item .top-shots-item .content .category > span,
  .top-item .top-shots-item .content .form > span,
  .top-item .top-shots-item .content .brand > span {
    margin-left: 0;
  }
  .top-item .top-shots-item .content .date .anticon,
  .top-item .top-shots-item .content .category .anticon,
  .top-item .top-shots-item .content .form .anticon,
  .top-item .top-shots-item .content .brand .anticon {
    font-size: 13px;
  }
  .top-item .top-shots-item .content .author,
  .top-item .top-shots-item .content .category,
  .top-item .top-shots-item .content .form {
    display: none;
  }
  .top-item .top-shots-item .content .brand .ant-tag {
    margin-left: 0;
  }
  .top-item .top-shots-item .content .author-mb {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .top-item .top-shots-item .content .author-mb .ant-avatar {
    margin-right: 10px;
  }
  .top-item .top-shots-item .content .author-mb .name {
    position: relative;
    top: 2px;
  }
  .top-item .top-shots-item .btn-icon-card {
    display: none;
  }
  .top-item .top-author-item {
    min-height: auto;
  }
  .top-item .top-author-item .info-box {
    margin-right: 30px;
  }
  .top-item .top-author-item .avatar {
    width: auto;
  }
  .top-item .top-author-item .avatar .ant-avatar {
    width: 40px !important;
    height: 40px !important;
  }
  .top-item .top-author-item .info {
    margin-left: 50px;
  }
  .top-item .top-author-item .info .name {
    font-size: 14px;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .top-item .top-author-item .info .intro,
  .top-item .top-author-item .info .btns,
  .top-item .top-author-item .info .btn-icon-card {
    display: none;
  }
  .top-item .top-author-item .cover-box {
    display: none;
  }
  .top-item .top-author-item .follow-mb {
    float: right;
    display: block;
    margin-top: 10px;
    color: #008CD6;
    cursor: pointer;
  }
  .top-item .top-author-item .follow-mb.followed {
    color: #888888;
  }
}
.modal-card-container {
  overflow: hidden;
}
.modal-card-container .card-header {
  margin-bottom: 20px;
}
.modal-card-container .card-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  color: #888888;
  cursor: pointer;
}
.modal-card-container .card-close:hover {
  color: #191919;
}
.modal-card-container .card-footer {
  margin-top: 40px;
}
.modal-card-container .card-footer .card-btns {
  text-align: center;
}
.modal-card-container .card-footer .card-btns .ant-btn {
  width: 110px;
  height: 40px;
  line-height: 40px;
}
.modal-card-container .card-footer .card-btns .ant-btn:first-child {
  margin-right: 20px;
}
.modal-card-container .card-container {
  width: 392px;
  min-height: 480px;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.modal-card-container .card-container img {
  width: 372px;
}
.modal-card-container .card-container iframe {
  position: absolute;
  z-index: -2;
  height: 560px;
  width: 750px;
}
.modal-card-container .card-share-icons:before,
.modal-card-container .card-share-icons:after {
  content: " ";
  display: table;
}
.modal-card-container .card-share-icons:after {
  clear: both;
}
.modal-card-container .card-share-icons li {
  float: left;
  margin-right: 20px;
}
.modal-card-container .card-share-icons li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.modal-card-container .card-share-icons li a:hover.weibo,
.modal-card-container .card-share-icons li a.weibo {
  color: #DF6660;
  border-color: #DF6660;
}
.modal-card-container .card-share-icons li a:hover.wechat,
.modal-card-container .card-share-icons li a.wechat {
  color: #47B233;
  border-color: #47B233;
}
.modal-card-container .card-share-warpper .btn-return {
  float: right;
  font-size: 20px;
  line-height: 40px;
  color: #888888;
  cursor: pointer;
}
.create-card-container {
  position: absolute;
  top: 10px;
  left: 100px;
  margin: auto;
  width: 750px;
  z-index: 200;
}
.share-card-iframe {
  position: absolute;
  top: -3000px;
  z-index: -2;
}
.card-create-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-create-loading .text {
  margin-top: 15px;
  color: #ccc;
}
@media screen and (max-width: 460px) {
  .modal-card {
    max-width: 100vw;
    min-width: 320px;
  }
  .modal-card .card-header {
    margin: 0 20px 20px;
  }
  .modal-card .ant-modal-body {
    padding: 24px 0;
  }
  .modal-card .card-container {
    margin: 0 auto;
    max-width: 100vw;
  }
  .modal-card .card-share-warpper {
    padding: 0 20px;
  }
}

.collection-list {
  margin-left: -15px;
  margin-right: -15px;
}
.collection-item {
  margin: 0 15px 20px 15px;
  display: inline-block;
  width: 238px;
  vertical-align: top;
}
.collection-item-content {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.collection-item-content:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.collection-item-cover {
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  min-height: 172px;
  background-color: #F1F1F1;
}
.collection-item-cover.single img {
  width: 100%;
}
.collection-item-cover a {
  display: block;
  height: 100%;
  min-height: 172px;
}
.collection-item-cover img {
  width: 50%;
}
.collection-item-cover .cover-create {
  text-align: center;
  line-height: 172px;
  font-size: 52px;
  color: #dddddd;
}
.collection-item-intro {
  padding: 20px;
}
.collection-item-intro .title {
  font-size: 14px;
}
.collection-item-intro .title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collection-item-intro .title.lock a {
  display: inline-block;
  width: calc(100% - 15px);
}
.collection-item-intro .published {
  float: right;
  color: #999999;
}
.collection-item-intro .footer-bar {
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
  line-height: 1.25;
}
.collection-item-intro .footer-bar .text {
  margin-right: 10px;
}
.collection-item-intro .footer-bar .extra {
  float: right;
}
.collection-item-intro .btn-create {
  display: block;
  height: 46px;
  line-height: 46px;
  text-align: center;
}
.collection-item-author {
  padding: 5px 0;
}
.collection-item-author .avatar {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}
.collection-item-author .name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #888888;
  font-size: 12px;
  line-height: 14px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f2;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

/*!
 * Cropper.js v1.0.0-rc.3
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-07-07T12:56:42.462Z
 */

.cropper-container {
  font-size: 0;
  line-height: 0;

  position: relative;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

  direction: ltr;
  -ms-touch-action: none;
      touch-action: none
}

.cropper-container img {
  /* Avoid margin top issue (Occur only when margin-top <= -height) */
  display: block;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
  width: 100%;
  height: 100%;
  image-orientation: 0deg
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
}

.cropper-modal {
  opacity: .5;
  background-color: #000;
}

.cropper-view-box {
  display: block;
  overflow: hidden;

  width: 100%;
  height: 100%;

  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
}

.cropper-dashed {
  position: absolute;

  display: block;

  opacity: .5;
  border: 0 dashed #eee
}

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: 0;
  height: 0;

  opacity: .75
}

.cropper-center:before,
  .cropper-center:after {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee
}

.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px
}

.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;

  display: block;

  width: 100%;
  height: 100%;

  opacity: .1;
}

.cropper-face {
  top: 0;
  left: 0;

  background-color: #fff;
}

.cropper-line {
  background-color: #39f
}

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize
}

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize
}

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize
}

.cropper-point {
  width: 5px;
  height: 5px;

  opacity: .75;
  background-color: #39f
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1
}

@media (min-width: 768px) {

  .cropper-point.point-se {
    width: 15px;
    height: 15px
  }
}

@media (min-width: 992px) {

  .cropper-point.point-se {
    width: 10px;
    height: 10px
  }
}

@media (min-width: 1200px) {

  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75
  }
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  position: absolute;

  display: block;

  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}


@charset "UTF-8";
.video-react .video-react-control:before, .video-react .video-react-big-play-button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-react .video-react-control:before, .video-react .video-react-big-play-button:before {
  text-align: center;
}

@font-face {
  font-family: "video-react";
  src: url(data:application/vnd.ms-fontobject;base64,MBgAAHwXAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAic4U8QAAAAAAAAAAAAAAAAAAAAAAABYAdgBpAGQAZQBvAC0AcgBlAGEAYwB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAWAHYAaQBkAGUAbwAtAHIAZQBhAGMAdAAAAAAAAAEAAAALAIAAAwAwT1MvMg7RD8oAAAC8AAAAYGNtYXAOVuSnAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zsdb3FIAAAF4AAAS0GhlYWQLMledAAAUSAAAADZoaGVhB6wEJgAAFIAAAAAkaG10eIgAFM8AABSkAAAAlGxvY2FLllAoAAAVOAAAAExtYXhwACoAyQAAFYQAAAAgbmFtZVtqyukAABWkAAABtnBvc3QAAwAAAAAXXAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADyIAQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg8iD//f//AAAAAAAg8gD//f//AAH/4w4EAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAVYA1gMqAyoAAgAACQIBVgHU/iwDKv7W/tYAAgBWAFYDqgOqAAIAFgAAAS0BNzIeAhUUDgIjIi4CNTQ+AgGqAQD/AFZYnHNDQ3ObWVicc0NDc5sBQMDA6kNzm1lYnHNDQ3ObWVicc0MAAAADAFYAVgOqA6oAEwAnACoAACUyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEFAgBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObAwEAqjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9lgGAwAAAAAACAQAA1gMAAyoAAwAHAAABMxEjIREzEQJWqqr+qqoDKv2sAlT9rAAAAwBWAFYDqgOqAAMABwAbAAABESMRIxEjERMyHgIVFA4CIyIuAjU0PgICgFZUVoBYnHNDQ3ObWVicc0NDc5sBVgFU/qwBVP6sAlRDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAAREzEQcyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CAxEzEQIqVoBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObJ1YBVgFU/qysNl18R0Z9XTY2XXxHRn1dNgMAQ3ObWVicc0NDc5tZWJxzQ/2sAVT+rAABAQABAAMAAwAAAwAAASERIQEAAgD+AAMA/gAAAgBqAQADVgMAAAIABQAACQERIQkBAeoBbP6A/pQBbAIAAQD+AAEAAQAAAAACAKoBAAOWAwAAAgAFAAAJAiERAQIqAWz+lP6AAWwDAP8A/wACAP8AAAAAAAIBAAEAAwADAAACAAYAAAkBEQEzESMBlgFq/gBWVgIAAQD+AAIA/gAAAAAAAgEAAQADAAMAAAMABgAAATMRIyERAQKqVlb+VgFqAwD+AAIA/wAAAAIAqgCAA1YD1gBFAGgAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMRMh4CFRQOAiMiLgI1MxQeAjMyPgI1NC4CIxUnNwH4AwsEHgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYGBwMDEQYGDQMDCwYICiIODAMGAwoEBAoJA0Z9XTY2XXxHRn1dNlYpRV01NF5FKSlFXTXW1gG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBgYDAwMBAQMDAgMEFgwLCQEDCAkDGggKBAFuNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAEAKoAgANWA9YAGwBGAE0AcAAAARQWMzI2PwEwNj0BMCY1NCYjIgYPATAGHQEwFjcUBg8BMAYjIgYjIiYnLgEnLgE9ATQ2PwEwNjMyNjMyFhceARceARceARUHIzUHNTczEzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCNA4GAwgDCAQEEgQDBgMIBgZUAQMMEAYGDgYGDgYGCAYKCAEDDg4GBg4GBg4GBgoGBgMDAwG2KCpMBi5GfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGAEeNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAABACqAIADVgPWABsARgCjAMYAAAEUFjMyNj8BMDY9ATQmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1EzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCPBAGAwYDCAQEEAQDCAMIBARQAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGmZGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAYIAQMKCQNWAwYDBAoDAwgJA1YJJwkTBhoMBAsFAw4JCRAJHgkTBhoMBAEDAwYDAw4JCRAJDgwIBQMDAQQFAwgPHwQHBQQYCg4JAwMFBwMDBwYGDgYGDQMDCgMDBQQBAwMCAwQbCwgFAwMBBAUDFgUDAwEeAWo1XXtHRn1dNjZdfEc0XkUpKUVdNTReRSms1tYAAAIAqgCAA1YD1gBCAGUAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMlND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgH0AwsEGgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYIFw8GDQMDCwYICiIODAMGAwoEBAoJA/6uNl18R9bWNF5FKSlFXTU0XkUpVjZdfEdGfV02AbwBBQIDA14eJgEDAwMDAwMDAwYDBxkOBg0DAw0GCAgBAwMCAwQWDAsJAQMICQMaCAoEGkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MwU0PgIzNRcHNSIOAhUUHgIzMj4CNTMUDgIjIi4CAjQOBgMIAwgEBBIEAwYDCAYGUAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBsigqTAb+2DZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgF4BQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQBAwMGAwUoDx4JEwYaDAQBAwMGAwMOCQkQCWqMDB4YNkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAAAAQAqgCAA1YD1gAiAD4AaQDGAAATND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgUUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1qjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgGODgYDCAMIBAQSBAMGAwgEBFQBAwwQBgYOBg8VCgYDAwMDAwMMEAYGDAYGDgYGCgYGAwMDAeIMEgQFAxYFAwMBLBYOAw4DDRkKCAgEBQMDCAMGDQMDBQEDAwYDAw0GBg4GBgsDAw0GCAokBAUDFgUDAwEEBQMaAdZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwXBQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgAAAAAEAIAAgAOAA4AAAgAUACYALgAAARUnJwEHJw4BBzU+ATcnEScjETMnATQuAic1HgMVFAYHJz4BJxwBByc1HgECAFrwAso2WCJOLBswFbbWqsrKAqofOU0vQG5PLRcVQAoMagJoMDoDVrRahP02NlgbKAtYBxoRtv7g1gEAyv62M1xLNg5YDkVjfEQwWydCGTkeBw0GaF4YWwAAAAABASoAqgKqA1YABQAAATM3EScjASqs1NSsAoDW/VTWAAIA1gCqAxYDVgAFAAwAABMzNxEnIyUUBgcRHgHWqtbWqgJAPDAwPAKA1v1U1oA5WxgBWBhbAAAAAwCAAIoDgAN2ABUAHAAiAAABHgMVFA4CBzU+AzU0LgInExQGBxEeASUzNxEnIwJWQG5PLS1PbUEuTjkfHzlNL2o6MDA6/cCq1taqA3YORWN8RER7Y0YOWA03S1wzM1xLNg7+4jlbGAFYGFtH1v1U1gAAAAAEANYA1gMqAyoABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQDKtSA/lSA1FQBLNRUgKyAVNQABADWANYDKgMqAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAqpU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAqgOAA1YAFwAvAD8AAAE1NCYrASIGHQEUFjsBMjY9ASMVIzUzFSM1NCYrASIGHQEUFjsBMjY9ASMVIzUzFQEyFhURFAYjISImNRE0NjMDABgSgBIaGhKAEhhAVlbqGhKAEhgYEoASGkBWVgGUIjQzI/2sJDIyJAIqLBIYGBKsEhgYEiwWgBYsEhgYEqwSGBgSLBaAFgEsMyP+ACI0MyMCACI0AAAEAIAAgAOAA4AAAwANABkAKQAAATUzFScRMzI2PQE0JiMBESMVIzUjETM1MxUBMhYVERQGIyEiJjURNDYzAmpWlqwSGBgS/wBAVkBAVgGUIjQzI/2sJDIyJAHAgIDA/wAYEqwSGP8AAQBqav8AVlYCADMj/awiNDMjAlQiNAAAAAIAZABWA5wDqgALAFkAAAEyNjU0JiMiBhUUFiUXHgEPAQ4BLwEOAQ8BDgErASImLwEuAScHBiYvASY2PwEuATU8ATcnLgE/AT4BHwE+AT8BPgE7ATIWHwEeARc3NhYfARYGDwEeARUcAQIAPVlYPj1ZWAF8WgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQECWgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQEBalg+PVlYPj1ZbEYEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVC0YEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVAAAAAQCAAFgDgAOqADMAAAEyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLAFSSTMzS0szBw8GsBASSzU0TBERrgcPCDRMSzU0TBMRsAcPCAcPCLAPEQADAFYAVgOqA6oAAwAHABsAAAE1IxUTESMREzIeAhUUDgIjIi4CNTQ+AgIqVFRUKlicc0NDc5tZWJxzQ0NzmwKAVlb+qgEA/wACgENzm1lYnHNDQ3ObWVicc0MAAAQAVgBWA6oDqgADABcAKwAvAAABNTMVAzI+AjU0LgIjIg4CFRQeAhMyHgIVFA4CIyIuAjU0PgITETMRAdZUKkZ9XTY2XXxHRn1dNjZdfEdYnHNDQ3ObWVicc0NDc5svVAKAVlb+KjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9gAEA/wAAAAEA1gDWAyoDKgALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uAu7u7jzu7jzu7jzu7gABAFUAVQOrA6sAFAAAExQeAjMyPgI1NC4CIyIOAhVVQ3ScWFicdENDdJxYWJx0QwIAWJx0Q0N0nFhYnHRDQ3ScWAAAAAIAVQBVA6sDqwAUACgAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfAOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQAAAAMAVQBVA6sDqwAUACgANAAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CExQGIyImNTQ2MzIWAgBYnHRDQ3ScWFicdENDdJxYR3xdNTVdfEdHfF01NV18OUs1NUtLNTVLA6tDdJxYWJx0Q0N0nFhYnHRD/QA1XXxHR3xdNTVdfEdHfF01AVU1S0s1NUtLAAAAAQAAAAEAAPEUzolfDzz1AAsEAAAAAADUNIllAAAAANQ0iWUAAAAAA6sD1gAAAAgAAgAAAAAAAAABAAAEAAAAAAAEAAAAAAADqwABAAAAAAAAAAAAAAAAAAAAJQQAAAAAAAAAAAAAAAAAAAAEAAFWBAAAVgQAAFYEAAEABAAAVgQAAFYEAAEABAAAagQAAKoEAAEABAABAAQAAKoEAACqBAAAqgQAAKoEAACqBAAAqgQAAIAEAAEqBAAA1gQAAIAEAADWBAAA1gQAAIAEAACABAAAZAQAAIAEAABWBAAAVgQAANYEAABVBAAAVQQAAFUAAAAAAAoAFAAeACwAVACWAKoA2AEgAS4BRAFaAXABhAIQAqgDpgQuBMYFxAYSBiIGPgZ4Bp4GxgcaB1oH4gguCFwIpAi+COAJHAloAAEAAAAlAMcABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQALAAAAAQAAAAAAAgAHAIQAAQAAAAAAAwALAEIAAQAAAAAABAALAJkAAQAAAAAABQALACEAAQAAAAAABgALAGMAAQAAAAAACgAaALoAAwABBAkAAQAWAAsAAwABBAkAAgAOAIsAAwABBAkAAwAWAE0AAwABBAkABAAWAKQAAwABBAkABQAWACwAAwABBAkABgAWAG4AAwABBAkACgA0ANR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJ2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA?#iefix) format("eot");
}
@font-face {
  font-family: "video-react";
  src: url(data:application/font-woff;base64,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) format("woff"), url(data:application/x-font-ttf;base64,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) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.video-react-icon, .video-react .video-react-bezel .video-react-bezel-icon, .video-react .video-react-volume-level, .video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button, .video-react .video-react-play-control, .video-react .video-react-play-progress, .video-react .video-react-big-play-button {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "video-react" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.video-react-icon-play-arrow:before, .video-react .video-react-bezel .video-react-bezel-icon-play:before, .video-react .video-react-play-control:before, .video-react .video-react-big-play-button:before {
  content: "\F200";
}

.video-react-icon-play-circle-filled:before {
  content: "\F201";
}

.video-react-icon-play-circle-outline:before {
  content: "\F202";
}

.video-react-icon-pause:before, .video-react .video-react-bezel .video-react-bezel-icon-pause:before, .video-react .video-react-play-control.video-react-playing:before {
  content: "\F203";
}

.video-react-icon-pause-circle-filled:before {
  content: "\F204";
}

.video-react-icon-pause-circle-outline:before {
  content: "\F205";
}

.video-react-icon-stop:before {
  content: "\F206";
}

.video-react-icon-fast-rewind:before, .video-react .video-react-bezel .video-react-bezel-icon-fast-rewind:before {
  content: "\F207";
}

.video-react-icon-fast-forward:before, .video-react .video-react-bezel .video-react-bezel-icon-fast-forward:before {
  content: "\F208";
}

.video-react-icon-skip-previous:before {
  content: "\F209";
}

.video-react-icon-skip-next:before {
  content: "\F20A";
}

.video-react-icon-replay-5:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-5:before {
  content: "\F20B";
}

.video-react-icon-replay-10:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-10:before {
  content: "\F20C";
}

.video-react-icon-replay-30:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-30:before {
  content: "\F20D";
}

.video-react-icon-forward-5:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-5:before {
  content: "\F20E";
}

.video-react-icon-forward-10:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-10:before {
  content: "\F20F";
}

.video-react-icon-forward-30:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-30:before {
  content: "\F210";
}

.video-react-icon-volume-off:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-off:before, .video-react .video-react-mute-control.video-react-vol-muted:before,
.video-react .video-react-volume-menu-button.video-react-vol-muted:before {
  content: "\F211";
}

.video-react-icon-volume-mute:before, .video-react .video-react-mute-control.video-react-vol-0:before,
.video-react .video-react-volume-menu-button.video-react-vol-0:before {
  content: "\F212";
}

.video-react-icon-volume-down:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-down:before, .video-react .video-react-mute-control.video-react-vol-2:before,
.video-react .video-react-volume-menu-button.video-react-vol-2:before, .video-react .video-react-mute-control.video-react-vol-1:before,
.video-react .video-react-volume-menu-button.video-react-vol-1:before {
  content: "\F213";
}

.video-react-icon-volume-up:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-up:before, .video-react .video-react-mute-control:before,
.video-react .video-react-volume-menu-button:before {
  content: "\F214";
}

.video-react-icon-fullscreen:before {
  content: "\F215";
}

.video-react-icon-fullscreen-exit:before {
  content: "\F216";
}

.video-react-icon-closed-caption:before {
  content: "\F217";
}

.video-react-icon-hd:before {
  content: "\F218";
}

.video-react-icon-settings:before {
  content: "\F219";
}

.video-react-icon-share:before {
  content: "\F21A";
}

.video-react-icon-info:before {
  content: "\F21B";
}

.video-react-icon-info-outline:before {
  content: "\F21C";
}

.video-react-icon-close:before {
  content: "\F21D";
}

.video-react-icon-circle:before, .video-react .video-react-volume-level:before, .video-react .video-react-play-progress:before {
  content: "\F21E";
}

.video-react-icon-circle-outline:before {
  content: "\F21F";
}

.video-react-icon-circle-inner-circle:before {
  content: "\F220";
}

.video-react {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  font-size: 10px;
  line-height: 1;
  font-family: serif, Times, "Times New Roman";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.video-react:-moz-full-screen {
  position: absolute;
}
.video-react:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-react *,
.video-react *:before,
.video-react *:after {
  box-sizing: inherit;
}
.video-react ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-react.video-react-fluid, .video-react.video-react-16-9, .video-react.video-react-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-react.video-react-16-9 {
  padding-top: 56.25%;
}
.video-react.video-react-4-3 {
  padding-top: 75%;
}
.video-react.video-react-fill {
  width: 100%;
  height: 100%;
}
.video-react .video-react-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-react.video-react-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-react.video-react-fullscreen.video-react-user-inactive {
  cursor: none;
}

body.video-react-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
body.video-react-full-window .video-react-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-react button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-react .video-react-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.video-react .video-react-loading-spinner:before, .video-react .video-react-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
  -webkit-animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
  animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
}

.video-react-seeking .video-react-loading-spinner,
.video-react-waiting .video-react-loading-spinner {
  display: block;
}

.video-react-seeking .video-react-loading-spinner:before,
.video-react-waiting .video-react-loading-spinner:before {
  border-top-color: white;
}

.video-react-seeking .video-react-loading-spinner:after,
.video-react-waiting .video-react-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes video-react-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes video-react-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-react .video-react-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.video-react .video-react-big-play-button.video-react-big-play-button-center {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.video-react .video-react-big-play-button.big-play-button-hide {
  display: none;
}
.video-react:hover .video-react-big-play-button,
.video-react .video-react-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.video-react-menu-button {
  cursor: pointer;
}
.video-react-menu-button.video-react-disabled {
  cursor: default;
}

.video-react-menu .video-react-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: serif, Times, "Times New Roman";
}
.video-react-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.video-react-menu li:focus, .video-react-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-react-menu li.video-react-selected, .video-react-menu li.video-react-selected:focus, .video-react-menu li.video-react-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.video-react-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.video-react-scrubbing .vjs-menu-button:hover .video-react-menu {
  display: none;
}

.video-react .video-react-menu-button-popup .video-react-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.video-react .video-react-menu-button-popup .video-react-menu .video-react-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.video-react-menu-button-popup .video-react-menu.video-react-lock-showing {
  display: block;
}

.video-react .video-react-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.video-react .video-react-menu-button-inline:before {
  width: 2.222222222em;
}
.video-react .video-react-menu-button-inline:hover, .video-react .video-react-menu-button-inline:focus, .video-react .video-react-menu-button-inline.video-react-slider-active {
  width: 12em;
}
.video-react .video-react-menu-button-inline:hover .video-react-menu, .video-react .video-react-menu-button-inline:focus .video-react-menu, .video-react .video-react-menu-button-inline.video-react-slider-active .video-react-menu {
  display: block;
  opacity: 1;
}
.video-react .video-react-menu-button-inline.video-react-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.video-react .video-react-menu-button-inline .video-react-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.video-react .video-react-menu-button-inline .video-react-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-react-no-flex .video-react-menu-button-inline .video-react-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.video-react-no-flex .video-react-menu-button-inline:hover, .video-react-no-flex .video-react-menu-button-inline:focus, .video-react-no-flex .video-react-menu-button-inline.video-react-slider-active {
  width: auto;
}

.video-react .video-react-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.video-react .video-react-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.video-react .video-react-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-react .video-react-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-react .video-react-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-react .video-react-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-react .video-react-control:focus:before, .video-react .video-react-control:hover:before, .video-react .video-react-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-react .video-react-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-react-no-flex .video-react-control {
  display: table-cell;
  vertical-align: middle;
}

.video-react .video-react-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-react-has-started .video-react-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar.video-react-control-bar-auto-hide {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-react-controls-disabled .video-react-control-bar,
.video-react-using-native-controls .video-react-control-bar,
.video-react-error .video-react-control-bar {
  display: none !important;
}

.video-react-audio.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar {
  opacity: 1;
  visibility: visible;
}

.video-react-has-started.video-react-no-flex .video-react-control-bar {
  display: table;
}

.video-react .video-react-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}

.video-react-live .video-react-progress-control {
  display: none;
}

.video-react .video-react-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.video-react .video-react-progress-control:hover .video-react-progress-holder {
  font-size: 1.6666666667em;
}

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-react .video-react-progress-control:hover .video-react-time-tooltip,
.video-react .video-react-progress-control:hover .video-react-mouse-display:after,
.video-react .video-react-progress-control:hover .video-react-play-progress:after {
  visibility: visible;
  font-size: 0.6em;
}

.video-react .video-react-progress-holder .video-react-play-progress,
.video-react .video-react-progress-holder .video-react-load-progress,
.video-react .video-react-progress-holder .video-react-tooltip-progress-bar,
.video-react .video-react-progress-holder .video-react-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-react .video-react-play-progress {
  background-color: #fff;
}
.video-react .video-react-play-progress:before {
  position: absolute;
  top: -0.3333333333em;
  right: -0.5em;
  font-size: 0.9em;
}

.video-react .video-react-time-tooltip,
.video-react .video-react-mouse-display:after,
.video-react .video-react-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.video-react .video-react-time-tooltip,
.video-react .video-react-play-progress:before,
.video-react .video-react-play-progress:after {
  z-index: 1;
}

.video-react .video-react-progress-control .video-react-keep-tooltips-inside:after {
  display: none;
}

.video-react .video-react-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-react .video-react-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}

.video-react.video-react-no-flex .video-react-progress-control {
  width: auto;
}

.video-react .video-react-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}

.video-react .video-react-tooltip-progress-bar {
  visibility: hidden;
}

.video-react .video-react-progress-control .video-react-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-react-no-flex .video-react-progress-control .video-react-mouse-display {
  z-index: 0;
}

.video-react .video-react-progress-control:hover .video-react-mouse-display {
  display: block;
}

.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display:after {
  display: none;
}

.video-react .video-react-mouse-display .video-react-time-tooltip,
.video-react .video-react-progress-control .video-react-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-react .video-react-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-react .video-react-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-react.video-react-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.video-react .video-react-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.video-react .video-react-time-divider {
  line-height: 3em;
  min-width: initial;
  padding: 0;
}

.video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-react .video-react-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-react .video-react-volume-bar {
  margin: 1.35em 0.45em;
}
.video-react .video-react-volume-bar.video-react-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.video-react .video-react-volume-bar.video-react-slider-horizontal .video-react-volume-level {
  width: 100%;
}
.video-react .video-react-volume-bar.video-react-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-react .video-react-volume-bar.video-react-slider-vertical .video-react-volume-level {
  height: 100%;
}
.video-react .video-react-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-react .video-react-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.video-react .video-react-slider-vertical .video-react-volume-level {
  width: 0.3em;
}
.video-react .video-react-slider-vertical .video-react-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.video-react .video-react-slider-horizontal .video-react-volume-level {
  height: 0.3em;
}
.video-react .video-react-slider-horizontal .video-react-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button-vertical .video-react-menu {
  left: 0.5em;
  height: 8em;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button-horizontal .video-react-menu {
  left: -2em;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.video-react .video-react-volume-menu-button-vertical:hover .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical.video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical .video-react-lock-showing .video-react-menu-content {
  height: 8em;
  width: 2.9em;
}
.video-react .video-react-volume-menu-button-horizontal:hover .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal .video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal .video-react-lock-showing .video-react-menu-content {
  height: 2.9em;
  width: 8em;
}
.video-react .video-react-volume-menu-button.video-react-menu-button-inline .video-react-menu-content {
  background-color: transparent !important;
}

.video-react .video-react-playback-rate .video-react-playback-rate-value {
  line-height: 3em;
  text-align: center;
}
.video-react .video-react-playback-rate .video-react-menu {
  width: 4em;
  left: 0em;
}

.video-react .video-react-bezel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  z-index: 17;
  margin-left: -26px;
  margin-top: -26px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 26px;
}
.video-react .video-react-bezel.video-react-bezel-animation {
  -moz-animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  -webkit-animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  pointer-events: none;
}
.video-react .video-react-bezel.video-react-bezel-animation-alt {
  -moz-animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  -webkit-animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  pointer-events: none;
}
.video-react .video-react-bezel .video-react-bezel-icon {
  width: 36px;
  height: 36px;
  margin: 8px;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}
@keyframes video-react-bezel-fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-react-bezel-fadeout-alt {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-table-wrapper {
  zoom: 1;
}
.ant-table-wrapper::before,
.ant-table-wrapper::after {
  display: table;
  content: '';
}
.ant-table-wrapper::after {
  clear: both;
}
.ant-table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  position: relative;
  clear: both;
}
.ant-table-body {
  transition: opacity 0.3s;
}
.ant-table-empty .ant-table-body {
  overflow: auto !important;
}
.ant-table table {
  width: 100%;
  text-align: left;
  border-radius: 4px 4px 0 0;
  border-collapse: collapse;
}
.ant-table-thead > tr > th {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.3s ease;
}
.ant-table-thead > tr > th[colspan] {
  text-align: center;
}
.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  color: #bfbfbf;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-table-thead > tr > th .anticon-filter > svg,
.ant-table-thead > tr > th .ant-table-filter-icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
}
.ant-table-thead > tr > th .ant-table-filter-selected.anticon-filter {
  color: #008CD6;
}
.ant-table-thead > tr > th .ant-table-column-sorter {
  display: table-cell;
  vertical-align: middle;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner {
  height: 1em;
  margin-top: 0.35em;
  margin-left: 0.57142857em;
  color: #bfbfbf;
  line-height: 1em;
  text-align: center;
  transition: all 0.3s;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
  display: inline-block;
  font-size: 12px;
  font-size: 11px \9;
  transform: scale(0.91666667) rotate(0deg);
  display: block;
  height: 1em;
  line-height: 1em;
  transition: all 0.3s;
}
:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
  font-size: 12px;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on {
  color: #008CD6;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full {
  margin-top: -0.15em;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
  height: 0.5em;
  line-height: 0.5em;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
  margin-top: 0.125em;
}
.ant-table-thead > tr > th.ant-table-column-has-actions {
  position: relative;
  background-clip: padding-box;
  /* stylelint-disable-next-line */
  -webkit-background-clip: border-box;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters {
  padding-right: 30px !important;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open {
  color: rgba(0, 0, 0, 0.45);
  background: #e5e5e5;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover {
  color: rgba(0, 0, 0, 0.45);
  background: #e5e5e5;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters {
  cursor: pointer;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
  background: #f2f2f2;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon {
  background: #f2f2f2;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on),
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) {
  color: rgba(0, 0, 0, 0.45);
}
.ant-table-thead > tr > th .ant-table-header-column {
  display: inline-block;
  vertical-align: top;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters {
  display: table;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > .ant-table-column-title {
  display: table-cell;
  vertical-align: middle;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > *:not(.ant-table-column-sorter) {
  position: relative;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s;
  content: '';
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters:hover::before {
  background: rgba(0, 0, 0, 0.04);
}
.ant-table-thead > tr > th.ant-table-column-has-sorters {
  user-select: none;
}
.ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.ant-table-thead > tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s, border 0s;
}
.ant-table-thead > tr,
.ant-table-tbody > tr {
  transition: all 0.3s, height 0s;
}
.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background: #e6faff;
}
.ant-table-thead > tr:hover {
  background: none;
}
.ant-table-footer {
  position: relative;
  padding: 16px 16px;
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-table-footer::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fafafa;
  content: '';
}
.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #e8e8e8;
}
.ant-table-title {
  position: relative;
  top: 1px;
  padding: 16px 0;
  border-radius: 4px 4px 0 0;
}
.ant-table.ant-table-bordered .ant-table-title {
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #e8e8e8;
}
.ant-table-title + .ant-table-content {
  position: relative;
  border-radius: 4px 4px 0 0;
}
.ant-table-bordered .ant-table-title + .ant-table-content,
.ant-table-bordered .ant-table-title + .ant-table-content table,
.ant-table-bordered .ant-table-title + .ant-table-content .ant-table-thead > tr:first-child > th {
  border-radius: 0;
}
.ant-table-without-column-header .ant-table-title + .ant-table-content,
.ant-table-without-column-header table {
  border-radius: 0;
}
.ant-table-without-column-header.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-top: 1px solid #e8e8e8;
  border-radius: 4px;
}
.ant-table-tbody > tr.ant-table-row-selected td {
  color: inherit;
  background: #fafafa;
}
.ant-table-thead > tr > th.ant-table-column-sort {
  background: #f5f5f5;
}
.ant-table-tbody > tr > td.ant-table-column-sort {
  background: rgba(0, 0, 0, 0.01);
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 16px 16px;
}
.ant-table-expand-icon-th,
.ant-table-row-expand-icon-cell {
  width: 50px;
  min-width: 50px;
  text-align: center;
}
.ant-table-header {
  overflow: hidden;
  background: #fafafa;
}
.ant-table-header table {
  border-radius: 4px 4px 0 0;
}
.ant-table-loading {
  position: relative;
}
.ant-table-loading .ant-table-body {
  background: #fff;
  opacity: 0.5;
}
.ant-table-loading .ant-table-spin-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  margin-left: -30px;
  line-height: 20px;
}
.ant-table-loading .ant-table-with-pagination {
  margin-top: -20px;
}
.ant-table-loading .ant-table-without-pagination {
  margin-top: 10px;
}
.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid #e8e8e8;
  border-right: 0;
  border-bottom: 0;
}
.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border-bottom: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header + .ant-table-body > table,
.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
  border-top: 0;
}
.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #e8e8e8;
}
.ant-table-placeholder {
  position: relative;
  z-index: 1;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-table-placeholder .anticon {
  margin-right: 4px;
}
.ant-table-pagination.ant-pagination {
  float: right;
  margin: 16px 0;
}
.ant-table-filter-dropdown {
  position: relative;
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  border: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
}
.ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
  max-height: 400px;
  overflow-x: hidden;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title::after {
  color: #008CD6;
  font-weight: bold;
  text-shadow: 0 0 2px #a3ebff;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
}
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0;
}
.ant-table-filter-dropdown-btns {
  padding: 7px 8px;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
}
.ant-table-filter-dropdown-link {
  color: #008CD6;
}
.ant-table-filter-dropdown-link:hover {
  color: #24a7e3;
}
.ant-table-filter-dropdown-link:active {
  color: #006db0;
}
.ant-table-filter-dropdown-link.confirm {
  float: left;
}
.ant-table-filter-dropdown-link.clear {
  float: right;
}
.ant-table-selection {
  white-space: nowrap;
}
.ant-table-selection-select-all-custom {
  margin-right: 4px !important;
}
.ant-table-selection .anticon-down {
  color: #bfbfbf;
  transition: all 0.3s;
}
.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-selection-menu .ant-action-down {
  color: #bfbfbf;
}
.ant-table-selection-down {
  display: inline-block;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
.ant-table-selection-down:hover .anticon-down {
  color: rgba(0, 0, 0, 0.6);
}
.ant-table-row-expand-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  user-select: none;
}
.ant-table-row-expanded::after {
  content: '-';
}
.ant-table-row-collapsed::after {
  content: '+';
}
.ant-table-row-spaced {
  visibility: hidden;
}
.ant-table-row-spaced::after {
  content: '.';
}
tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #fbfbfb;
}
tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -16px -16px -17px;
}
.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 8px;
}
.ant-table-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.ant-table-scroll table {
  width: auto;
  min-width: 100%;
}
.ant-table-scroll table .ant-table-fixed-columns-in-body {
  visibility: hidden;
}
.ant-table-body-inner {
  height: 100%;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  position: relative;
  background: #fff;
}
.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow: scroll;
  opacity: 0.9999;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 0 0 1px 0;
}
.ant-table-hide-scrollbar {
  scrollbar-color: transparent transparent;
}
.ant-table-hide-scrollbar::-webkit-scrollbar {
  background-color: transparent;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 1px 1px 1px 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead > tr > th:last-child {
  border-right-color: transparent;
}
.ant-table-fixed-left,
.ant-table-fixed-right {
  position: absolute;
  top: 0;
  z-index: auto;
  overflow: hidden;
  border-radius: 0;
  transition: box-shadow 0.3s ease;
}
.ant-table-fixed-left table,
.ant-table-fixed-right table {
  width: auto;
  background: #fff;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
  border-radius: 0;
}
.ant-table-fixed-left {
  left: 0;
  box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-left .ant-table-header {
  overflow-y: hidden;
}
.ant-table-fixed-left .ant-table-body-inner {
  margin-right: -20px;
  padding-right: 20px;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  padding-right: 0;
}
.ant-table-fixed-left,
.ant-table-fixed-left table {
  border-radius: 4px 0 0 0;
}
.ant-table-fixed-left .ant-table-thead > tr > th:last-child {
  border-top-right-radius: 0;
}
.ant-table-fixed-right {
  right: 0;
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-right,
.ant-table-fixed-right table {
  border-radius: 0 4px 0 0;
}
.ant-table-fixed-right .ant-table-expanded-row {
  color: transparent;
  pointer-events: none;
}
.ant-table-fixed-right .ant-table-thead > tr > th:first-child {
  border-top-left-radius: 0;
}
.ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
  box-shadow: none;
}
.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  box-shadow: none;
}
.ant-table colgroup > col.ant-table-selection-col {
  width: 60px;
}
.ant-table-thead > tr > th.ant-table-selection-column-custom .ant-table-selection {
  margin-right: -15px;
}
.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: center;
}
.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper,
.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
.ant-table-row[class*='ant-table-row-level-0'] .ant-table-selection-column > span {
  display: inline-block;
}
/**
* Another fix of Firefox:
* - https://github.com/ant-design/ant-design/issues/12628
* - https://github.com/ant-design/ant-design/issues/12628
*/
@supports (-moz-appearance: meterbar) {
  .ant-table-thead > tr > th.ant-table-column-has-actions {
    background-clip: padding-box;
  }
}
.ant-table-middle > .ant-table-title,
.ant-table-middle > .ant-table-footer {
  padding: 12px 8px;
}
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 12px 8px;
}
.ant-table-middle tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -12px -8px -13px;
}
.ant-table-small {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.ant-table-small > .ant-table-title,
.ant-table-small > .ant-table-footer {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-title {
  top: 0;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  border: 0;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr {
  background-color: transparent;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort {
  background-color: rgba(0, 0, 0, 0.01);
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ant-table-small > .ant-table-content .ant-table-header {
  background-color: #fff;
}
.ant-table-small > .ant-table-content .ant-table-placeholder,
.ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 0;
}
.ant-table-small.ant-table-bordered {
  border-right: 0;
}
.ant-table-small.ant-table-bordered .ant-table-title {
  border: 0;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-content {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer {
  border: 0;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer::before {
  display: none;
}
.ant-table-small.ant-table-bordered .ant-table-placeholder {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.ant-table-small.ant-table-bordered .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child {
  border-right: none;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-right {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.ant-table-small tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -8px -8px -9px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  display: inline-block;
  line-height: unset;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
}
.ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
  position: relative;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: sub;
  outline: none;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #008CD6;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(0, 140, 214, 0.08);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #008CD6;
  border-radius: 50%;
  visibility: hidden;
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  content: '';
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  transition: all 0.3s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #008CD6;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #008CD6;
}
.ant-radio-checked .ant-radio-inner::after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.ant-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-radio-button-wrapper > .ant-radio-button {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 48px;
  font-size: 16px;
  line-height: 46px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  content: '';
}
.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 4px 0 0 4px;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ant-radio-button-wrapper:hover {
  position: relative;
  color: #008CD6;
}
.ant-radio-button-wrapper:focus-within {
  outline: 3px solid rgba(0, 140, 214, 0.06);
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ant-radio-button-wrapper-checked {
  z-index: 1;
  color: #008CD6;
  background: #fff;
  border-color: #008CD6;
  box-shadow: -1px 0 0 0 #008CD6;
}
.ant-radio-button-wrapper-checked::before {
  background-color: #008CD6 !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:first-child {
  border-color: #008CD6;
  box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:hover {
  color: #24a7e3;
  border-color: #24a7e3;
  box-shadow: -1px 0 0 0 #24a7e3;
}
.ant-radio-button-wrapper-checked:active {
  color: #006db0;
  border-color: #006db0;
  box-shadow: -1px 0 0 0 #006db0;
}
.ant-radio-button-wrapper-checked:focus-within {
  outline: 3px solid rgba(0, 140, 214, 0.06);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #008CD6;
  border-color: #008CD6;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #24a7e3;
  border-color: #24a7e3;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #006db0;
  border-color: #006db0;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(0, 140, 214, 0.06);
}
.ant-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  .ant-radio {
    vertical-align: text-bottom;
  }
}

.current-favorites-content {
  max-height: 300px;
  overflow-y: scroll;
}
.current-favorites-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #d9d9d9;
}
.current-favorites-item .name {
  cursor: pointer;
}
.current-favorites-item .name:hover {
  color: #008CD6;
}
.current-favorites-item .btn {
  float: right;
}
.current-favorites-item .btn .ant-btn {
  min-width: 80px;
  height: 38px;
}
.current-favorite-add {
  padding-top: 16px;
  text-align: center;
  cursor: pointer;
}
.edit-favorites-form .form-field {
  padding: 10px 0;
}
.edit-favorites-form .form-field-submit {
  margin-top: 20px;
  text-align: center;
}
.edit-favorites-form .ingore {
  font-size: 13px;
  color: #999999;
}

.related-tags {
  margin-top: 10px;
}
.related-tags .ant-tag {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 10px;
  color: #168DD7;
  font-size: 14px;
  border-radius: 2px;
  background-color: rgba(22, 141, 215, 0.08);
  line-height: 1.5;
  border: none;
  cursor: pointer;
}

.action-success-modal {
  text-align: center;
}
.action-success-modal .action-success-title {
  font-size: 24px;
  color: #333333;
  line-height: 1.55;
}
.action-success-modal .action-success-title .anticon {
  color: #52C41A;
}
.action-success-modal .action-success-intro {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.action-success-modal .action-success-content {
  padding: 20px 0;
}
.action-success-modal .action-success-content ul {
  text-align: left;
}
.action-success-modal .action-success-content ul li {
  display: inline-block;
  width: calc(50% - 10px);
  vertical-align: top;
}
.action-success-modal .action-success-content ul li:nth-child(2n - 1) {
  margin-right: 10px;
}
.action-success-modal .action-success-content ul li:nth-child(2n) {
  margin-left: 10px;
}
.action-success-modal .action-success-content ul li .cover img {
  max-width: 100%;
  border-radius: 3px;
}
.action-success-modal .action-success-content ul li .title {
  padding-top: 10px;
  text-align: justify;
}

.banner-anim {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.banner-anim-elem {
  height: 100%;
}
.banner-anim-elem > * {
  position: relative;
}
.banner-anim-elem-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner-anim-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.banner-anim-arrow-default {
  position: absolute;
  width: 20px;
  height: 60px;
  margin-top: -30px;
  background: rgba(0, 0, 0, 0.3);
}
.banner-anim-arrow-default.next {
  right: 0;
}
.banner-anim-arrow-default.next:before,
.banner-anim-arrow-default.prev:before,
.banner-anim-arrow-default.next:after,
.banner-anim-arrow-default.prev:after {
  width: 2px;
  height: 15px;
  background: #fff;
  display: block;
  content: ' ';
  position: absolute;
}
.banner-anim-arrow-default.next:before {
  transform: rotate(-40deg);
  top: 18px;
  left: 10px;
}
.banner-anim-arrow-default.next:after {
  transform: rotate(40deg);
  bottom: 17px;
  left: 10px;
}
.banner-anim-arrow-default.prev:before {
  transform: rotate(40deg);
  top: 18px;
  left: 8px;
}
.banner-anim-arrow-default.prev:after {
  transform: rotate(-40deg);
  bottom: 17px;
  left: 8px;
}
.banner-anim-thumb {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: 10;
}
.banner-anim-thumb > span {
  pointer-events: auto;
  cursor: pointer;
  display: inline-block;
  list-style: none;
}
.banner-anim-thumb-default {
  height: 40px;
  line-height: 40px;
}
.banner-anim-thumb-default span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 5px;
  background: rgba(102, 102, 102, 0.35);
  transition: background .3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.banner-anim-thumb-default span:active,
.banner-anim-thumb-default span.active {
  background: #fff;
}

.collection-header-container {
  background: #fff;
}
.banner-container {
  border-bottom: 1px solid #E1E1E1;
}
.collection-container {
  padding-bottom: 50px;
}
.header-no-banner {
  width: 1311px;
  margin: 0 auto;
  padding-bottom: 30px;
  background: #fff;
}
.header-no-banner .header-title {
  padding-top: 30px;
}
.header-no-banner .header-title-name {
  padding-right: 40px;
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
}
.header-no-banner button {
  font-family: PingFangSC-Regular;
  vertical-align: top;
  letter-spacing: 0;
  margin-top: 10px;
  font-size: 12px;
}
.header-no-banner .header-title-unfocus {
  width: 75px;
  height: 30px;
}
.header-intro {
  margin-top: 20px;
}
.header-intro .stat {
  float: right;
  color: #999999;
  font-size: 14px;
  padding-top: 20px;
}
.header-intro .stat .text {
  margin-left: 10px;
}
.header-userinfo .name {
  margin-left: 16px;
  font-size: 16px;
  color: #333333;
}
.collection-detail .tabbar-wrapper {
  background-color: white;
  border-bottom: 1px solid #e8e8e8;
}
.collection-detail .ant-tabs-bar {
  margin: 0 auto;
  width: 1310px;
  border-bottom: none;
}
.collection-detail .ant-tabs-bar .ant-tabs-tab {
  padding-left: 0;
  font-size: 15px;
}
.collection-detail .btn-add-favorites {
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.collection-detail .btn-add-favorites .iconfont {
  margin-right: 6px;
}
.collection-detail .article-list-wrap {
  margin: 0 auto;
  max-width: 800px;
}
.collection-detail .shots-list {
  margin-left: -15px;
  margin-right: -15px;
}
.collection-detail .shots-list .common-intro {
  display: inline-block;
  margin: 0 15px;
}
.collection-box {
  padding: 30px 0;
}
@media screen and (max-width: 1440px) {
  .collection-detail .collection-box,
  .collection-detail .collection-content,
  .collection-detail .header-no-banner,
  .collection-detail .ant-tabs-bar {
    width: 1042px;
  }
}
@media screen and (max-width: 1160px) {
  .collection-detail .collection-box,
  .collection-detail .collection-content,
  .collection-detail .header-no-banner,
  .collection-detail .ant-tabs-bar {
    width: 774px;
  }
  .collection-detail .collection-content {
    padding: initial;
  }
}
@media screen and (max-width: 768px) {
  .collection-detail .header-container {
    padding: 0 15px;
  }
  .collection-detail .header-no-banner {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .collection-detail .ant-tabs-bar {
    padding: 0 15px;
    width: 100%;
  }
  .collection-detail .collection-box,
  .collection-detail .collection-content {
    width: 100%;
  }
  .collection-detail .collection-content {
    padding: 0 20px;
  }
  .collection-detail .shots-list {
    margin-left: initial;
    margin-right: initial;
  }
  .collection-detail .shots-list .common-intro {
    margin: 0;
  }
}

.collection-header-container {
  background-color: white;
}
.collection-header {
  position: relative;
  overflow: hidden;
}
.collection-header-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.collection-header-bg img {
  width: 100%;
}
.collection-container,
.collection-top-title,
.collection-sort-bar,
.collection-content {
  width: 1310px;
  max-width: 100%;
}
.collection-container {
  margin-left: auto;
  margin-right: auto;
}
.collection-header-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.collection-header-content .title {
  font-size: 40px;
  text-align: center;
}
.collection-header-content .collection-outline {
  margin-top: 40px;
}
.collection-header-content .collection-outline li {
  float: left;
  padding: 0 20px;
  text-align: center;
}
.collection-header-content .collection-outline .name {
  font-size: 14px;
}
.collection-header-content .collection-outline .count {
  margin-top: 15px;
  font-size: 32px;
}
.collection-top-title {
  margin: 40px auto;
}
.collection-top-title .title {
  display: flex;
}
.collection-top-title .iconfont {
  margin-right: 20px;
  padding: 4px 0;
  font-size: 30px;
}
.collection-top-title h1 {
  display: inline;
  font-size: 36px;
  color: #333333;
}
.collection-top-title .total-count {
  display: block;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  color: #888888;
}
.collection-content {
  position: relative;
  margin: 30px auto;
  max-width: 100%;
}
.collection-content .part-loading-wrap {
  min-height: 400px;
}
.collection-sort-bar-wrapper {
  border-top: 1px solid #f1f1f1;
  background-color: white;
}
.collection-sort-bar {
  padding: 20px 0;
}
.collection-sort-bar .sort-tabs .sort-tab-item {
  margin-right: 30px;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}
.collection-sort-bar .sort-tabs .sort-tab-item.active {
  color: #008CD6;
}
.collection-sort-bar .sort-tabs-right {
  float: right;
  line-height: 32px;
  color: #999999;
  cursor: pointer;
}
.collection-content-box .list-title {
  padding: 20px 0;
  font-size: 24px;
  color: #888888;
}
.collection-list {
  margin-left: -15px;
  margin-right: -15px;
}
.collection-pagination {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  .collection-container,
  .collection-top-title,
  .collection-sort-bar,
  .collection-content {
    width: 1072px;
  }
}
@media screen and (max-width: 1160px) {
  .collection-top-title {
    padding: 0 20px;
    margin: 20px 0;
  }
  .collection-content {
    padding: 0 20px;
  }
  .collection-sort-bar {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .collection-container {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .collection-header {
    background-color: white;
  }
  .collection-header-content .title {
    font-size: 16px;
  }
  .collection-header-content .collection-outline {
    margin-top: 10px;
  }
  .collection-header-content .collection-outline li {
    padding: 0 20px;
  }
  .collection-header-content .collection-outline .name {
    font-size: 13px;
  }
  .collection-header-content .collection-outline .count {
    margin-top: 5px;
    font-size: 13px;
  }
  .collection-sort-bar {
    overflow: hidden;
    padding: 20px 15px;
    background-color: white;
  }
  .collection-sort-bar.collection-container {
    padding-bottom: 20px;
  }
  .collection-sort-bar .sort-tabs {
    display: block;
    text-align: center;
  }
  .collection-sort-bar .sort-tabs .sort-tab-item {
    margin-left: 20px;
    margin-right: 0;
    font-size: 15px;
  }
  .collection-sort-bar .sort-tabs-right {
    margin-top: 10px;
    display: block;
    float: initial;
    text-align: center;
  }
  .collection-list {
    margin-left: initial;
    margin-right: initial;
  }
  .collection-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .collection-item-intro {
    padding: 20px;
  }
  .collection-item-intro .title {
    font-size: 18px;
  }
  .collection-item-intro .bottom-wrapper {
    position: relative;
  }
  .collection-item-intro .summary {
    margin-right: 0;
    min-height: 48px;
  }
  .collection-item-intro .info {
    position: static;
  }
  .collection-top-title {
    padding: 0 20px;
    margin: 20px 0;
  }
  .collection-top-title .iconfont {
    padding: 2px 0;
    font-size: 20px;
    margin-right: 12px;
  }
  .collection-top-title h1 {
    font-size: 22px;
  }
  .collection-top-title .total-count {
    margin-left: 12px;
  }
  .collection-content {
    padding: 0px 15px;
    margin: 20px 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: tnum;
}
.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}
.ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  transition: none;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #008CD6;
  transition: all 0.3s;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #008CD6;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #008CD6;
}
.ant-pagination-item-active a {
  color: #008CD6;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #24a7e3;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #24a7e3;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 12px \9;
  transform: scale(1) rotate(0deg);
  color: #008CD6;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
:root .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
:root .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  font-size: 12px;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}
.ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.65);
  font-family: Arial;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-pagination-prev,
.ant-pagination-next {
  outline: 0;
}
.ant-pagination-prev a,
.ant-pagination-next a {
  color: rgba(0, 0, 0, 0.65);
  user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  border-color: #24a7e3;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  height: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s;
}
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #008CD6;
  border-color: #008CD6;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  cursor: not-allowed;
}
.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 32px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  width: 50px;
  margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #24a7e3;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #24a7e3;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 140, 214, 0.2);
}
.ant-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #e6d8d8;
  border-right-width: 1px !important;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  height: 48px;
  padding: 6px 11px;
  font-size: 16px;
  line-height: 48px;
}
.ant-pagination-options-quick-jumper input-sm {
  height: 24px;
  padding: 1px 7px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  border: 0;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #008CD6;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 24px;
  padding: 1px 7px;
  line-height: 24px;
  width: 44px;
}
.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #dbdbdb;
  border-color: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: #fff;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:focus {
  color: rgba(0, 0, 0, 0.45);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}

