/*!
 * Quill Editor v1.3.0
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked='true'],
.ql-editor ul[data-checked='false'] {
  pointer-events: none;
}
.ql-editor ul[data-checked='true'] > li *,
.ql-editor ul[data-checked='false'] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked='true'] > li::before,
.ql-editor ul[data-checked='false'] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked='true'] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked='false'] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-embed-selected {
  border: 1px solid #777;
  user-select: none;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type='file'],
.ql-snow .ql-toolbar input.ql-image[type='file'] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}
.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
  content: '\A0';
  letter-spacing: -2px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='1']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='2']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='3']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='4']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='5']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='6']::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='serif']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='serif']::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='monospace']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='monospace']::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='serif']::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='monospace']::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='small']::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='small']::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='large']::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='large']::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='huge']::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='huge']::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='small']::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='large']::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='huge']::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: 'Visit URL:';
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type='text'] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type='text'] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode='link']::before {
  content: 'Enter link:';
}
.ql-snow .ql-tooltip[data-mode='formula']::before {
  content: 'Enter formula:';
}
.ql-snow .ql-tooltip[data-mode='video']::before {
  content: 'Enter video:';
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.article {
  text-align: center;
  min-height: 60vh;
}
.article h2 {
  line-height: 30px;
  margin-top: 38px;
  margin-bottom: 15px;
}
.article .tool {
  color: #777;
  margin-bottom: 20px;
}
.article .tool span {
  margin-left: 5px;
  margin-right: 12px;
}
.article .ql-editor {
  text-align: left;
  height: auto;
  overflow-x: hidden;
  margin-bottom: 40px;
}
.article .attachments {
  text-align: left;
  padding: 15px;
}
.article.in-modal {
  height: 65vh;
  overflow: auto;
}
.article.in-modal ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.article.in-modal .ql-editor {
  overflow-x: auto;
}

.m-header-menu {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  padding-top: 1px;
  background: #fff;
  height: 30px;
  box-sizing: content-box;
  border-bottom: 1px solid #0c60aa;
  position: relative;
}
.m-header-menu .menu-container {
  margin: 0 35px;
  overflow: hidden;
}
.m-header-menu .menu-list {
  display: flex;
}
.m-header-menu .menu-list li {
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  flex-shrink: 0;
}
.m-header-menu .menu-list li:first-child {
  margin-left: 0;
}
.m-header-menu .menu-list li.current {
  z-index: 1;
  color: #f50;
  margin-top: -1px;
}
.m-header-menu .menu-list li.current a {
  padding: 0 20px 0 10px;
  color: #0c60aa;
  border-color: #0c60aa;
  background: #fff;
  border-bottom-color: #ffffff;
  border-top-width: 4px;
}
.m-header-menu .menu-list li.current .anticon-close-circle {
  right: 2px;
  opacity: 1;
  color: inherit;
}
.m-header-menu .menu-list li.home a {
  padding: 0 15px !important;
}
.m-header-menu .menu-list li:hover a {
  padding: 0 20px 0 10px;
}
.m-header-menu .menu-list li:hover .anticon-close-circle {
  right: 2px;
  opacity: 1;
}
.m-header-menu .menu-list li:hover .anticon-close-circle:hover {
  color: inherit;
}
.m-header-menu .menu-list li a {
  display: block;
  padding: 0 15px;
  color: #000;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-bottom: 0 none;
  background: #f3f3f3;
  transition: padding ease-out 0.3s 0s;
  overflow: hidden;
}
.m-header-menu .menu-list li a span {
  display: block;
  width: 100px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
}
.m-header-menu .menu-list li .anticon-close-circle {
  position: absolute;
  top: 4px;
  right: -12px;
  padding: 2px;
  color: #a0a0a0;
  opacity: 0;
  font-size: 14px;
  transition: right ease-out 0.3s 0s, opacity ease-out 0.3s 0s, transform ease-out 0.3s 0s;
}
.m-header-menu .menu-list li .anticon-close-circle:hover {
  color: #f50 !important;
  transform: scale(1.3);
}
.m-header-menu .menu-list li .anticon-close-circle:hover:after {
  display: block;
}
.m-header-menu .menu-list li .anticon-close-circle:after {
  display: none;
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  z-index: -1;
  border-radius: 20px;
  background: #ffffff;
}
.m-header-menu .menu-left,
.m-header-menu .menu-right {
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  cursor: pointer;
  z-index: 3;
}
.m-header-menu .menu-left {
  float: left;
  border-color: transparent #ddd transparent transparent;
}
.m-header-menu .menu-right {
  float: right;
  border-color: transparent transparent transparent #ddd;
}
.m-header-menu .extra-button {
  cursor: pointer;
  float: right;
  padding: 3px 6px 0 0;
}
.m-header-menu .extra-button:hover {
  transform: scale(1.2);
  transition: all 500ms;
}
.m-header-menu .close-all-tab {
  font-size: 18px;
  color: #f50;
}

.u-boxPane {
  margin-bottom: 15px;
  padding-top: 30px;
  box-sizing: content-box;
}
.u-boxPane.noTitle {
  padding-top: 0;
}
.u-boxPane.noTitle > .title {
  display: none;
}
.u-boxPane > .title {
  width: 110px;
  height: 30px;
  margin-top: -30px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  background: #f2f2f2;
  border-radius: 5px 5px 0 0;
}
.u-boxPane > .content {
  height: 100%;
  padding: 10px;
  background: #f2f2f2;
}
.u-boxPane .ant-tabs {
  position: static;
}
.u-boxPane .ant-tabs .ant-tabs-bar {
  position: absolute;
  border: 0 none;
  margin: -39px 0 0 102px;
}
.u-boxPane .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  width: 100px;
  height: 30px;
  margin-right: 0;
  padding: 0;
  line-height: 30px;
  text-align: center;
}

.u-toolBar {
  position: relative;
  width: 100%;
  height: 40px;
  margin-left: -15px;
}
.u-toolBar .tools {
  position: fixed;
  top: 82px;
  z-index: 5;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-bottom: 1px solid rgba(243, 243, 243, 0.5);
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.u-toolBar .tools .ant-btn-group {
  padding-top: 6px;
}
.u-toolBar .not-fixed {
  position: relative;
  width: 80%;
  border-bottom: none;
  box-shadow: none;
  padding-left: 15px;
  display: inline-block;
}

.u-schBox2 {
  margin-bottom: 10px;
}
.u-schBox2.unfold > .u-boxPane {
  border-bottom: 5px solid #f2f2f2;
}
.u-schBox2.unfold > .more {
  display: block;
}
.u-schBox2 > .u-boxPane {
  margin-bottom: 0;
  overflow: hidden;
}
.u-schBox2 > .u-boxPane .trigger {
  padding-top: 10px;
  user-select: none;
  background: #f2f2f2;
}
.u-schBox2 > .u-boxPane .trigger .anticon {
  margin-right: 3px;
}
.u-schBox2 > .u-boxPane > table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.u-schBox2 > .more {
  display: none;
  padding: 0 10px 10px;
  clear: both;
  background: #f2f2f2;
}
.u-schBox2 .ant-form {
  display: flex;
  max-width: 1300px;
  margin: -3px;
  flex-direction: row;
  flex-wrap: wrap;
}
.u-schBox2 .ant-form.col2 .ant-form-item {
  width: 50%;
}
.u-schBox2 .ant-form.col4 .ant-form-item {
  width: 25%;
}
.u-schBox2 .ant-form.col5 .ant-form-item {
  width: 20%;
}
.u-schBox2 .ant-form.label-w70 .ant-form-item .ant-form-item-label {
  width: 70px;
}
.u-schBox2 .ant-form.label-w80 .ant-form-item .ant-form-item-label {
  width: 80px;
}
.u-schBox2 .ant-form.label-w90 .ant-form-item .ant-form-item-label {
  width: 90px;
}
.u-schBox2 .ant-form.label-w120 .ant-form-item .ant-form-item-label {
  width: 120px;
}
.u-schBox2 .ant-form.cell-mg3 .ant-form-item {
  margin: 3px 0;
}
.u-schBox2 .ant-form.cell-mg5 .ant-form-item {
  margin: 5px 0;
}
.u-schBox2 .ant-form .ant-form-item {
  flex: none;
  width: 33.33%;
  margin: 1px 0;
}
.u-schBox2 .ant-form .ant-form-item.flex {
  flex: 1 0 auto;
}
.u-schBox2 .ant-form .ant-form-item.btn-groups {
  flex: 1 0 auto;
  text-align: right;
}
.u-schBox2 .ant-form .ant-form-item.btn-groups .ant-btn {
  margin: 0 5px;
}
.u-schBox2 .ant-form .ant-form-item .ant-form-item-label {
  float: left;
  width: 100px;
  padding: 7px 0 !important;
  line-height: 18px;
  text-align: right;
  vertical-align: top;
}
.u-schBox2 .ant-form .ant-form-item .ant-form-item-control {
  margin-right: 20px;
  line-height: 32px;
  overflow: hidden;
}
.u-schBox2 .ant-row,
.u-schBox2 .ant-form-item-control {
  position: static;
}
.u-schBox2 .ant-row:before,
.u-schBox2 .ant-form-item-control:before,
.u-schBox2 .ant-row:after,
.u-schBox2 .ant-form-item-control:after {
  display: none;
}
.u-schBox2 .ant-calendar-picker {
  width: 100%;
}

.u-xSelect {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.u-xSelect:hover .ant-select-selection__clear {
  display: block;
  opacity: 1;
}
.u-xSelect .ant-select {
  width: 100%;
}
.u-xSelect .ant-select.loading .ant-select-selection__choice:first-of-type {
  padding-left: 5px;
  color: #999999;
  background: none;
}
.u-xSelect .ant-select.ant-select-disabled + .anticon-ellipsis {
  cursor: not-allowed;
  opacity: 0.7 !important;
}
.u-xSelect .ant-select.ant-select-open ~ .ant-select-arrow:before {
  transform: rotate(180deg);
}
.u-xSelect .anticon-ellipsis {
  position: absolute;
  top: 2px;
  right: 26px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  font-size: 20px;
  background: #e0e0e0;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
}
.u-xSelect .anticon-ellipsis:hover {
  opacity: 1;
  line-height: 22px;
  border: 1px solid #ccc;
}
.u-xSelect .ant-select-selection--multiple {
  position: relative;
}
.u-xSelect .ant-select-selection--multiple:before,
.u-xSelect .ant-select-selection--multiple:after {
  display: none;
}
.u-xSelect .ant-select-selection--multiple ul {
  position: absolute;
  left: 0;
  right: 40px;
  white-space: nowrap;
  overflow: hidden;
}
.u-xSelect .ant-select-selection--multiple ul li {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.u-tipBox {
  padding: 100px 30px;
  font-size: 13px;
  text-align: center;
}
.u-tipBox:before {
  content: '';
  display: block;
  margin: 0 auto;
}
.u-tipBox[type='empty']:before {
  width: 60px;
  height: 65px;
  margin-bottom: 20px;
  opacity: 0.4;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAABBCAYAAACNQMdtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFFOTAyRDg3OTc5NzExRTY4Q0YzRkY4RkNGMjU0NTA4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFFOTAyRDg4OTc5NzExRTY4Q0YzRkY4RkNGMjU0NTA4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUU5MDJEODU5Nzk3MTFFNjhDRjNGRjhGQ0YyNTQ1MDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUU5MDJEODY5Nzk3MTFFNjhDRjNGRjhGQ0YyNTQ1MDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7msQ6iAAAQqUlEQVR42uRbCVhOaRs+aRFtSlmSikgrFZUirbaRRJlsE2VmmEHZxlaXZQbDj19ZQgwNskxDzGBEjLEUUkIiqaxZCpGQ8P33/V19czXpS6v5XP+5rnN99Z3TOed+n+e57/t535MgyOCmp6enb2Vl5Vof15aXRcDPnj0r8vDwCNXQ0DC6detWovD/sFlaWnpFR0eLNDU1Devyug0+NpBGjRopV+W8hw8fpjVp0kTw9fXd9EkDVlBQUPL09Jyurq5uUNl5jOzTp08FGxsbFy0tLcNPFnBhYeEzOTk5jTlz5qTgU07aeaampp7v3r0TGGULC4uBnyxgbhkZGX/Y29trIdL/kZIF8o6Ojl8ywgTdvHlz808asIGBgcOTJ0+E7t27Bzds2FC1/HE3N7fpOEft+fPnwtu3b4XGjRurf9KAnZycgkBKgpqamqK2tna7ssfwnaa3t/e8vLw8gRkvLy/PMnjMY0pKSoqfHGBXV9dgY2PjVkVFRUJxcTHB5JU9HhgY+CvqVgHfi38naAxOBn9GpNVsbW37fTKAdXR0DEeMGBHG6DVt2lTIzs5Ogsm4W3YwunXr5nb37l1xZBFRgal/9erVP3i8oKDgcdeuXSf36dNnocwDZqQmTZoUTyCvX78WGjRoIBw4cGCW5Hi7du2cEN2wBw8eCCKRSExWSHcS3KX8/PyrZXRcFyk/E9dRkGnAkydPjm/Tpo3R/fv3BXwKsbGxO7KysuJ5DNE2mDp1ajxTnKnOwQFTi/f4+Pi5kmsgpVVBZsYqKipC69at7WUWcFBQ0G92dnbut2/fFtq3by8cP3783C+//DKUx5SVldVCQ0PPIHJKiKQ4lcnM+vr6PO9senr6bsl1/Pz8NqC+G5SUlAiqqqotZQ4wIzVlypSDDg4O/XNzc8WRBYjjYWFh3XkcktQwJCQksVmzZs3v3bv3N1hdXV0Bv5ds3rz5b8MBshrWq1cvv0ePHolLAjyQWSOnV48WUnHGjBknzc3N7ci4MA/Crl27Infs2DGmVGKUEdnTqF3zmzdvimuaYFu1aiVQfxctWuSKz9zS+u4+bty4aGYAbKaQmpqaiVq/IFOAJ0yYcBg9rd2rV68E7MWRkZFjz507F1VaixqzZs1KMDIyMiNYZgIBoz4FtIN5S5cu7QdASTwXEuY8bdq0Y6xvkhm3mJiYwBoHoj7A9uzZc7q7u7vzixcvhJSUlFM//fSTP2xidilY9blz56Ygkm0Jlhv9MpoF4cSJE4fXrVs3HCkr1maUwpCxY8duf/nypTiN9fT0hOXLl4fi707WuMzqGiwYVDU8PLyQKRwVFbUSaRxU1iPPmzcvHbVsfOPGDRKWOIXB3MW7d++e9tdff62QnOvj4zNv0KBBs+mnQWhixt64cWPon3/+uaBWpVYPTmqqiYmJMIMFfPLk4rLHEK0DYGnj69evCy1atBAUFRUpO7+CsacBWE6pROmNGjVqPUiqDyPLyGdmZmZFR0cHQ5P315pb6howGoIJa9eujS0PFv55jLOzcy9KU9u2bemy7qIWp5w/f35nGSb2HTlyZBRqWYXEhTrOB6mvhEGhs3ojc9MySE9zRPFg+e+hmRorV64UQWZEnLZBBKMhQf/okjw8PKbu27dPFBcXJ/rhhx/uo36/kvl5KLgfM4Iu/z363gUEghoUIQOCyh8HuIDExETR6tWrRUOGDFlhbW3tZWpq6giz0h+SZFOn3uBjeGgYjedwTiowGUPgnHaWPQ7ToY+o3wRhJUVERHzx+PHjDP4NALuA3GwhXY4YxI5oKFJxzsYrV67EgbHrN70hJQogmBpN6cJ49GR0Ea0pFR3/7rvvkmbOnHm+smv06NHj2/Xr14sOHjzIdL/1+eefL9LQ0NCtF7A2Njae7EHhjGpEcCChaEQ2q6JjiK6Bv7//z1XMFKXZs2df3b59uwhkJ1qzZs1zpP7wOvXSLi4uQRjdkIsXL56uaRqBbe9Di4MrOgb3VASrOboq14HLeg1d96cBycnJoaSpIDu2dujQwb1OAMNAaHzzzTfhCQkJO/Fgj2qaIYcOHVqABn5fRcegvfnVGUj46NYSG0pfjd6D6T6zTgAjhVVoDNzc3PxqOS37uC5Ky9DQsGNAQMAGNiKcHCBodlfoqi5V5zpSiQiGn5NKBqNHj+6PWvMiSz558uTux5Y6aLgqvHkwnmM3IqoMFhdP/dC8nD179vrWrVv90GW9rpUs0bdy9NihQBfXBQYGfs3agY9NOH369AZYvDikVG59gYTHlof+Onfq1GkgOi4/yJIOU5jPQEvKDQ5sL5qSLwC2sNY6jBsqo4NRhanP5+8gBo++ffuGol6cOfmGFo4Taxn4TEDkzzOtCgoK7iDdHhQVFRVK2rgPbSwZBFBbXV1dV0dHpx26IeuWLVt2AkB+6rFpYMfFuoU0sjyEtLS0+KNHj67A5+/lUt4Mg+OLAbHGuZoYnOd4tiRo9yZkxa1KAaupqWlD9B3Azr+Xc1KWHTt2HGRmZjYQeyeONjse+l4A5jInZxkfEDyAPyIL42Ff4XhJKRGyhJSRko3xsya0tCUA6+IBFQFa3BUR3Js3bwRO47CXxjVF6KxOo+GIx/PsRWuYXC44qiNGjAh3dHQMZOfFjX/PQeff5+XllSDtg06dOrVWKmDcXAtGf+L+/ft/BEG8rOgcdDEtERErOKiuAN4RETLBd0bYFdnf8uFJLNxZInwASeT5yYfiAzFNuXOwEMECfN5BRG4gha8A3Fk0G0l46JtSWLvV9OnTT1pYWBhywJOTky8j287gmYvxPJ0QHEcyObNjyZIlX6Pm18tJSTUFGIYd0M8ZiNj16kzrIDuaA3ArRLAZRl8T0VTD3ggPoQSg4vthEPCj6CUzAGCfIm3zIVG52O+iJXxWlXvRCMF15RgbG+uxvtGYTDxx4kR4uc7tK+CIZNaQ2aHbehW6J6TTG21t7Q6IXufqAEbUSnD+He71zd4g0j0oOz2W06ZNmybDL4SXPwct6noMiCdaUy9mnbu7e0iDSphSE8bdVZDBDezt6erq2o8qgn46HWCXSzsXzUosZYyrHUj9PlIBo5bug509ZQ0s5XLYsGE/M7LkAvDMrA948Lc8jxwBfmkuFTCY8SRGshUirS5LgCGNE2A6tMji2dnZBfAEeys7H4RqI1l3B3B5qYAzMzPjubbTpUuXQFkC3Lt37/l0W5A04cKFCzs/dL69vf1wTgRSLQC4WCpgSMIZruFiRKfJUHS/BVGpMz0paSkpKdsqO9/Pz28JvIMODQsNE4zUzcpqOA+6lgaGawnycpaB2pXr37//j9RbMm5WVtZDBOU4jIt6v379ptEsSc6FSzMC2KWenp5TuRpZ6i2o0zGVNvWXLl3aMWDAgPn4w7Dw8HDrfxMwWHmKgYGBOupWvEYFT7+21L01BYktxvFQRDAVjKyJurXgoDBDyeR0YBig1/DfyyqdAADlb71y5QpTCTbVati/BZYmw8vLaz4NBpdKGTVI0Woeg2l5xgU2pKwaVMUJntqCrMxlWRIboi1m9nXr1nnBJ7yoFDAtHezYAdpEf3//DXBgjf8NwIMHD45Ei9qQ6cwVjcTExBgAfVjabz8CecUSGIHSptLKwloKKEWW5nM4Mh9kRlyl/XAZ0Bft7Oy+xQUUcVOnM2fORH1MsFxMGzNmTDiXUznwjFpERIQnUrVAcs7ly5f34Hd1eOZmAN0YhPYC9Z167NixTZGRkSMR7aRqTdPCj/4KYvChH42JiVkhbY6qrjdOMy1atOgWvQDTGT2ysG3btqjY2NgAKSZDjh6eEwLw5E+qNeNRTpPj+DIJtEweHYg9gDdEP3ykvgGHhIQkgXD0GV1kF7PtLaLrgvtLneFAShehVl9Ve4qnXDNRDOeV4uHhMZx11LlzZyfIgT5q57f6iuyMGTOOm5iY2HAtij03a3LZsmXDQVgptZK3qp6IlMpEF1QCxnYn3VtaWlqbmZl5oz7SwJK36wos1KBXcHDwIUiPKcHSIXH+Kjo6Ogrt3wJIkwkcoD5OfYtaLaoVYFC6CdivADXwrqKTc3JyTiDaqt26dXOkNIAxW+DnQL6FAza8jQG5V1OgYFQrHx+fhTAMy9C0q/OdEMoJNRdtXlJUVJQnwSO1DdG2WiHLBvXs2XMSrOMwaG5z1iwYO79KgEHp7XGjVaiVK5QiUSWTUqjdw/CmbxwcHNwoAfSpaDKsbW1tx4BUeiAd1cAd79jYl5BSpc9Gqujp6VkiovA2AxYMHDhwCXTUmm0crSDnuwg2KSnpPFLZkRHlYyGbcjHw5+EPEgCyCOc4eXt7fwVzNB42sifu/RqZcVFq94QRM1q4cOH1DRs2TIJ7CatqREBe3qNHj96EwWrCN+fI4HzhhA/K1g0GP59lgIe/h6wpBPZ3qEVF7PD9Gi2QFUaIjBaAi6d7+MYdB5CgYBPFs5NHjhyJowQJH1gbBoYOo0aN2gqO6UKOgXQeXbFiRV/c8z1yk1u8eHEuHuzVkiVL2tZgzri5r6/vj/DbAZw3YnRo6in8nEsi2fBntmfcJfNakgk6AuSbO5Lv2agTKF9O27Nnz8J9+/aFVOd5Jk6ceAwZ40xbeejQoeMYrPd6ADmu7M2fPz8ShDCmpvWHtLJHPU22sLDwAZvK078yyhJAlTTn4jrlYNHcE2hqauofADvvzp07Z6r7HLhGC2QrS1KJrP799997pqen/+M1CQXUwzvk/+DaAMY1zsDR+OEmBhhhH3Nz8/66uro2SF11yQspkkiWTuKJd0aaIEGAXB8+iFTcDJOfUNPn4CwNSqkQ5dKU90IABr0HePPmzePDwsIixo0b99vq1au9aiMpJLzDhw//lzvqsAlqyxRMbobabov01qYXJyHSxCOl8yBv10CUF8EBF8EBotpKGpjbB0ZFi3VMXsBg67w3s4quY82qVaucxo8fPxS5fxrkNRIjnlHbm3OOGXsiIvZR/u/I0dFxSEBAwHZyAzOndIHgXoWyBMe0C3SvMXToUF8XF5fxLAdE6yrY9akg4xukzB6SuhyyNpuvOVEmSVosIWj3aIB+IHVtCbU3AG1gBMyELl8ci4+P35aSkrIlIyODr/bKzGtDcFq6sJ3uSOHhkMfeVARJ/8v3uui7UaYhaPgXVmkxzdnZefxnn302FxdsypFCBhSmpaXtunbtWhwI6jRq70ZVF8zqYgP5aYEEzWhsoAg9YDXdAFqRdcoJPaoBU5i9MtVhy5Yt0wG2wv+YkfsQCcC6fdmlS5c+sJ1iIuDKIZzMDVi/ZEhHMkrhOvYsaPkNMO5jnlPdjYyNB24EWdFBOupjb81/1IKpMUe0zEG67biaydmO0v+TEOs4JY1yRvNCoMnJyXshaXMQbalv2lapH+b/KvBdCjQLXvjsAwOvxDrhxhvRJWGk3+JBcrlqiIcp4II6suMlF7bABWJvjtRrwOkafK8EBm0EuVLh6h++14AWNwEgbYKiW5NIGQESHAeSuk2Zo24TLCUNg56F7Ntz7ty5nWj6kz6EpdrvaeGGjZFSjvCttoiAFfUW7ogREI803VKZ3vRv8yFZwpRskv9rkBzjz5KNgLkTFHfJ0icBIpOyIWMp3LOzs0+iVz9RneeXqyMS0YfWtkENdWD6QYN1Ab4Zdk2+LowIqvB1BTqgimq/dDWxGKBeYYCQEC+eA1wBsiePbwEhg3IglVeRRVn4zKrNs/5PgAEAuM0ZQ1DO5pEAAAAASUVORK5CYII=);
}
.u-tipBox[type='loading'] {
  position: relative;
  padding-top: 190px;
}
.u-tipBox[type='loading']:before {
  position: absolute;
  top: 150px;
  left: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 20px;
  border: 3px solid;
  border-color: #aaaaaa #aaaaaa #eaeaea #eaeaea;
  animation: loading 0.8s 0s linear infinite;
}
.u-tipBox[type='error']:before {
  width: 70px;
  height: 63px;
  margin-bottom: 20px;
  opacity: 0.4;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAA/CAYAAABdA76NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdDNTIxNEQ0OTc5QjExRTY4Q0YzRkY4RkNGMjU0NTA4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdDNTIxNEQ1OTc5QjExRTY4Q0YzRkY4RkNGMjU0NTA4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUU5MDJEODk5Nzk3MTFFNjhDRjNGRjhGQ0YyNTQ1MDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUU5MDJEOEE5Nzk3MTFFNjhDRjNGRjhGQ0YyNTQ1MDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6spdhxAAAOAklEQVR42uxcCVDU5xV/yy57sBzLLrDAAgJBkENRI554ohIiStREp7VpTTuZiZOamU7a6bTTdqadHjNtMpPWSWKblCRN0sYcTZt4VGO8UVAED0BQQe5zOfZgOfbqe9/u4p89gOVYxck382ev//X9vt977/fe9/0B8K7x7Ntsal7fs9VqndAJ/eDRa2OCRcDwxjiINvMYJ54tzdPw8+2vFud93AHDZYnJ398fNuZt2ydXKHfq9PqY8Sg2XhMI+BAUGAh0Xtu5rL5ih5VeBP7+PXqd9mLZlUvvVlfeqOD01WoHyC0wDlAISWO0KlZR8MyzR8MiIpcqw+UQqQxnh1sn0Rme/W+/wQBVNXfAbDKDTBYMZrPFt9TBDovFEhAKRdZ/H/rHixfOnnyTw5wRcJyB8XOgKwmQBux9/qXiSFVs+pplmbAmezn4+U2Pq+nTaOHNt99nAEklEpBIxIxBvgRHKBJBWFg4HPrwnV0lRWc/ITJzgLHSPgInn0G9N65et2mfIiIqfUP245C9YqnNEC0W4PHGdi88nvvfDIYB6O7phaaWNvY5TCGHhDmxEBwUCM2t7dDZpUaAJOwz3taMGhjd4/DQEGg0GticV/DGzWtXjxj69QNcYoAdKS5jTPRjmDJ6V5QybBQoNrTv+zK6gDsgBgYGob6xGfr6NNDeqYbBwUEYNpqQcTwIlEpxC4C8TesgRhXF9m/v6ISKqttwsaQU7tTWgzxUxljkuOZMgWMw6EGhCA9LSc1YV15afNTe/5FgI3DjwQP6+w1RUZHh9xHzYEa92Pme3l5oaGwFXX8/6LR6MGOHyMmKka4R4QrmSxLi4iAwMMDtOSKVEWzbuD4bLly6AkdOnAJNnxb3l86sTVms4MfngzQwaD5+cgBjcbBG4CZEC8xmk1HA5486j06nh7qGJqSgFqnfDUPDw2AymYCP+5EJ0DY/LQUUOOIhIcFe3ePg4BC0tncwtkRHKqELz0+mR59pUKYaDT3QBqwIjtlkErrTNs6mRGho8UaNjc2tcPZCMTKiD/T9BkZtITpJsVgMMdFRjAmJ8bHo4YVe3Y/RaIS2ji70N63Q3d0Len0/GBFgOo80IAB2bMuD577zDJw6cxFOn7+I16WRnR7Hz0IuDuRoFzCC+ii/IHBii0kRrlyTm7spmkI0jSQ5yqzHM0Euk0FAgMTrCNCl7oa6e43Qi0wjkAlg6mxIcCAEIcsWZ2aM+BsueOlpyfD12SLQ6rQgCwmZFmDMeD8arY75OXL2HEJwo7ILY8jxwtbtu3/54/3PT8rACYQudQ9jAzGBmEamQP4mVBYCC+enQVysCkWedBR4DeisW9s60Ekbmbleu1HJTHbJogWQt3kddiRwys6YWGI2m+FmZQ0c++o0aBGgsHClTfmNZsyIj7FygInJXrVq9UQuRCGYQm1rWzsyQcNAYDISaa+QyxgLHkuIR8aFjjpueNgI5dcroAP9CIEnEYvQlMygRkAbm1tQnfJh0fxUWLggDbeMac8+VNGRkDw3AV57/e8YQQc8pgyjohKPL5CLxEKRiwPH0bpX3wRqdIg0skOoAwaHhkEkEqLPEUF0lBLCw+QIxByXC6i7scNNrdCILOpHIKxMx4RCmFyOAIZCW3snGz2hkA/LliyA1OQkSExMuE9/HGVP+mgyjRicGB8HW3I3wMlzJdycyaPzhdi4x5QicQALw3dRU3T39OH7PuYcUbUwHxMWFgrK8HCIj4thoDg3ilg1d2uZY9ViJCN/QqyIi1NB8oosBkYrgnGj4hY0NDSyTs9LToTFC+djiA5ySf2nExTHIBM4CzLmQUl5JaUn4nEZI5OFSDUaHdrgGcYGkuyZ6BfIAZMmcddq7zUwkUaRBvUP+458iDw0lPkIrmMtKrmKgFTBIJqhKloJuTmrIT4+3gWMGQnPTo3SEIqE1vuM8QwMjrCBRm9lVqZbUTeE5tOGeuNuXQP0IJNI5fJ4fhhmxaBCc4pVRbtEmJtVNVB27SaT/cEIWCZGG2KHWBLgAoIvAOGaqJUr5ccCRtPXo6XOOkAhIG7frUNp38XMagjDN0l7ZBbMQVOKj40BZUSYW3MqLi1Hv9QAFryBObjfxrVbQaVSuYRzX4LhVYlklMTv7myrrasbFosEwhZM+AZR3QoFAtQbQZCclMASPwq7ntqV8htw42YV9CCI8tBgWJG1iOkUgb/wgbJjqsCIeGBp+PSTTw4q9u17KSM9BeLQNIKDg8Y8AYXsy6XXMHFsQvdsheTH4iE/dz0olcoH4jtmAhg/um+tVtO9LW8ziPw9RwPKlkvLrmNWXIP7azFLDYWcNcthfnoq6hjBQ8EOhzuYrDAUONdGMWSGUqVNFOIqfuvqG+EqmksT5lGUZKYkJ0DW4lyQyxUPFTu4IZ7eT+ZenMsOGHL1faRi5XZgDOiMS9CRVt+uBUN/P2oYBeRtWgup8+a6TCCMNzpTGUVvjiUwTmGeZUYNtWl99vQA01h/r5GUqFokgP+dPAPtGJ5JyGWiIFqx9PFRjtQxMP0ImFQqZTc/kRuf6H7u6kHjMcCx74lT51Gn+DNgvL2eO2D4Per2orcK3+2Li42VJcRFQ8GWjTA3KYlZWkdn90h4dtD18y+P4/ddDLz8J3KYGHS+CUe17/jXZ1kp44UfPAtxMdETBlGDfuyNt95nGmnPrqfGBedG5S1owRyOKoH3MCmlaOo1Q50F4fDQYEd5+TV1BAKwo2ALA4W0zMHCf8KR46fgvQ8/hRaMRNTe+eBjNLUB2LN7O6vRHD95zs4knlubL75cDucvXmbpgDet9l4jquZSPL4Mk9V+j2mCgy1Fl0pBgDJjcHAYStEnTia18HNT2hTJ5XJ/SvVtZmKAE1+fg4InN8HePc9AIiaKR0+chp/+6g/MfGgEKQVYtmQhmwFwB4yjUa5FuZLQy1kBPnaYRCWVO8fzFx2osKtq7kJoSDAE4vUqb91hlcapAuMSXUj9mkxmiIqMYKp39cos+O63drLiFRW8i4pL2T7EptR5SZOy5+lsJCF0ej3LhciUOru6oKGpZcqm5NLkchksXJAOrx74G1C5kylBTDCfLngStiGLyKx+/us/YiLZBRvWrBy7hjMwwFILKkh5mxHTIFD9xtPIO76vb2i2TQzS3BCak15vGDH9KUUld8xZt3o5pgLB8Ls/HYDsFVls+oOcLM1O7tqRD2mpyVB69Tp89t9jsGPbEy7O0WFeyzFFoOmUBRmpXt0kme+qZUuY86UpmLHMSYyDZrFaRu6BXt2VR6YMDCsJ4ohRsWnX9nykqAA++vQLSE2ZC+uRIWReGQgMbX8t/JDph5x12S7A0Jabs5Zt3mgZ2i8E05KfvfzimImnAwRiN5VNqIak1/WzmQYqfk27KVEjgdfV3YMdXgVrVi2D7+15Gv5z+Di88peD6GOujuw3J07FQvpEOuutKU0kvaDf0nGAtuZthFY0H6PJCLt25rOiu7ciTzChvfCcJJZsdQwLMuZLZkLkkE+fuwR3auvY1AdV/p7Kz502QLw91sGa3Tu3MoAoASa9NJnyxoSAoQjU3NIGhe8fYhGIajGrV9qmb5MS45ku6ehUQ97m9Wxq4kFGJUfpMiMtZUo1nwk5X3/07sQQEktUj3EUvW0T/bxRzvRBgjKd9yDwZhSohus8Cg9zFW7GgZkJJniz3uZBsFDg6wtyl4/oULA1oSol4UjFdZrEI8VKc1SUe5Evo1A91aLTQw+Mo4M0yfbF0a/g8tVrLBeTYV7DpjKstglTeu3T6FhORdHlSXTqqSm+TTcEvgblGCagb7/3EQQGSWEjCkE2qY/skGI0I7FIoNASEwLvVvUdOHuhhCWstO/+F/b6DByBr8yHMtzCDz6GQ58dxoy8gEU5kvdus3CJhEU+2vJRrBUVX4E/v1HIksFf/GQ/hIaGzDg4fr4Chhhw5vwleHn/8/D9Z3czUGxLQsbeqK1angUHXvkNNLe2MROcTH3loWQMdZAqf6+/+tuReSlvciUCQRkRDgdf+z2b/fSFRPCZjyHn6lh95a0ZOIAgUGl7ZHzMdIVaX4brR/EBim+A+QaYhwkY6yPfdd6YvfTzpDuMqD59oRceRK5GbRj7Rwugx4pKPNeD/XgUHs1mE1seTNX2R6nRYiYqyvNtq9+5j+VYPYVriodmBILPo6XqFjP09elAbH90Zrazh5aX0YpTiZgSVgtbNi/0Fw46eQ+Xp0+s9s+9PJ61urW9S0UZblBwIPT29rHkbbYD49BBMpkM6htb2MrSbnXHFXduVcChkNVOK0v1zfK356Vn5hw+fgb2fns7mz+i2slsb7SmRxIgheqa21BWcRs625rqbldXHsOfxM6mxH2Ai0Dxt7/qcnK3Fmavz31OpVTA6uWLIUQWbMtPZmUZ01YcM6Ep0YrT4rIK6OnugX+9++balubGc0Qi3GiZOD2vZKZH3Ljr5/l2BtG0Hc2hGjZs3vLqoqXZPwwKChLSJLllFtd2baUPM3veQdOrrjry+Uc/amqsP4E/0XKwQXufTbbUbDQwfhxwxHb0tOHKyJVJc9Oe8BcKE01mE3rkkRA/GxzOiENFYCzYh+EedcfFiutlh9Hf0EQ8Pa02RNHbDgo5IYu7h0X9nJhDr3r7wTz7Z759my3AWB0mYmcF9THI7jYcTHH8PvKwKM+N2OPb3wucNj7nt9n0rwwcT8da7J03OW1mzu9Wd8CAU6f5HAbxOYzizTJgLJxXLkBmzntuZPb4Lwycn/hyfp1t//jC6sQcqzNDnEO1J2DADQA8p+9nY7M6geT8GbjA/F+AAQD0JcHRFopWMwAAAABJRU5ErkJggg==);
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.wx-scan-modal .ant-modal-body {
  padding-top: 8px;
}
.wx-scan-modal .footer-btn {
  display: flex;
  justify-content: end;
  margin-top: 8px;
}
.wx-scan-modal .footer-btn button:first-child {
  margin-right: 8px;
}
.wx-qr-scan .wx-qr-title {
  text-align: center;
  font-size: 14px;
  padding-bottom: 8px;
}
.wx-qr-scan .wx-qr-hr {
  width: 70%;
}
.wx-qr-scan .wx-qr-form {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.wx-qr-scan .wx-qr-form img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.wx-qr-scan .wx-qr-form-mask-visible {
  display: none;
}
.wx-qr-scan .wx-qr-form-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #777;
  opacity: 0.3;
}
.wx-qr-scan .wx-qr-form-redo-icon {
  position: absolute;
  top: 78px;
  left: 84px;
  font-size: 36px;
  font-weight: bold;
  z-index: 110;
}
.wx-qr-scan .wx-qr-form-redo-tip {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  z-index: 110;
  font-size: 14px;
}
.wx-qr-scan .wx-qr-tip {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
}
.wx-qr-scan .wx-qr-guide {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
}
.wx-qr-scan .opacity-3 {
  opacity: 0.3;
}

.canton-sug-select .ant-select-dropdown-menu::-webkit-scrollbar {
  height: 8px;
}
.canton-sug-select .ant-select-dropdown-menu-item {
  overflow: visible;
}

.m-xSelect-customer {
  width: 100%;
}
.m-xSelect-customer .u-xSelect {
  width: 81%;
}
.m-xSelect-customer .u-xSelect .ant-select-selection {
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.m-xSelect-customer .addBtn {
  width: 30px;
  border-radius: 0 4px 4px 0;
  padding: 3px 5px;
  border-color: #ccc;
  background-color: #dddddd;
  line-height: 1.5;
}
.selectWithModal .selectModal {
  display: inline-block;
  position: relative;
  width: 80%;
}

.m-loginForm .title {
  height: 80px;
  line-height: 60px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  padding: 0 5px 0 35px;
  margin-bottom: 10px;
}
.m-loginForm .title .tips {
  font-size: 16px;
  background-color: #d7e9ff;
  color: #2296db;
  width: 200px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin-top: 10px;
  margin-left: 50px;
}
.m-loginForm .title .tips.code-tips {
  width: 104px;
  margin-left: 106px;
}
.m-loginForm .title .tips .tips-img {
  margin-top: -3px;
}
.m-loginForm .title .tips .tips-text {
  margin-left: 17px;
}
.m-loginForm .title .img-container .code-img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
}
.m-loginForm .title .img-container .code-img:hover {
  cursor: pointer;
}
.m-loginForm .title .tangle {
  width: 0;
  border-top: 80px solid #2296db;
  border-left: 80px solid transparent;
}
.m-loginForm .title .tangle:hover {
  cursor: pointer;
}
.m-loginForm #wechat-qrcode {
  width: 300px;
  margin: 0 auto;
}
.m-loginForm input {
  font-size: 20px;
}
.m-loginForm input::placeholder {
  font-size: 14px;
}
.m-loginForm .ant-form {
  padding: 0 35px;
}
.m-loginForm .ant-input {
  height: 36px;
  line-height: 36px;
}
.m-loginForm .ant-input-group-addon {
  font-size: 18px;
  line-height: 30px;
}
.m-loginForm .login-btn {
  width: 100%;
  height: 40px;
  line-height: 30px;
  font-size: 20px;
}
.m-loginForm .picCode {
  width: 60px;
  height: 30px;
  vertical-align: top;
  cursor: pointer;
}
.m-loginForm .clockBtn {
  width: 100%;
  height: 36px;
  vertical-align: top;
  cursor: pointer;
}
.m-loginForm .kaptcha .ant-form-item-control {
  position: relative;
}
.m-loginForm .kaptcha .remember {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  user-select: none;
}
.m-loginForm .loginbtn-wrapper {
  position: relative;
}
.m-loginForm .bestcaptcha-body {
  position: absolute;
}
.m-loginForm .login-reset {
  float: right;
  font-size: 15px;
}
.m-multiForm .title {
  line-height: 30px;
  font-size: 20px;
  padding: 20px 60px;
  margin-bottom: 10px;
}
.m-multiForm .user-list {
  margin: 0 auto;
  width: 350px;
  height: 160px;
  overflow-y: auto;
  margin-bottom: 10px;
}
.m-multiForm .user-list .user-info {
  border: 1px solid #ccc;
  text-align: center;
  font-size: 18px;
  min-height: 28px;
  line-height: 28px;
}
.m-multiForm .user-list .user-info:hover {
  cursor: pointer;
  border-color: #ef8200;
  color: #ef8200;
}
.m-multiForm .user-list .user-active {
  border-color: #ef8200;
  color: #ef8200;
}
.m-multiForm .loginbtn-wrapper {
  margin: 20px auto;
  width: 350px;
}
.m-multiForm .loginbtn-wrapper .login-btn {
  width: 100%;
  height: 40px;
  line-height: 30px;
  font-size: 20px;
}
.top-read .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 10px;
}
.impowerBox .title {
  display: none;
}

.wx-login .g-container {
  position: relative;
  flex: none;
  height: 580px;
  min-height: unset;
  padding: 0;
  min-width: 1300px;
}
.wx-login .g-footer .m-siteFooter {
  padding: 20px 0;
  border: 0 none;
}
.wx-login .login-header {
  width: 1300px;
  height: 80px;
  margin: 0 auto;
}
.wx-login .login-header .logo-wrap {
  float: left;
  height: 45px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}
.wx-login .login-header .logo-wrap img {
  width: 160px;
  margin-right: 10px;
  vertical-align: bottom;
}
.wx-login .login-header .ql-wrap {
  width: 500px;
  height: 80px;
  line-height: 80px;
  margin-left: 300px;
}
.wx-login .login-header .qr-wrap {
  float: right;
  height: 80px;
  margin-right: 100px;
  line-height: 80px;
}
.wx-login .login-header .qr-wrap img {
  height: 80px;
  margin-left: 20px;
  vertical-align: middle;
}
.wx-login .login-header + .login-container {
  top: 80px;
}
.wx-login .login-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.wx-login .login-container > .login-banner {
  height: 100%;
}
.wx-login .login-container > .login-banner .banner {
  height: 100%;
  background: scroll no-repeat 50% 0;
}
.wx-login .login-container > .login-banner .banner::after {
  content: '.';
}
.wx-login .login-container > .login-banner .ant-carousel .slick-slide {
  height: 500px;
  line-height: 500px;
}
.wx-login .login-container > .login-banner .ant-carousel .slick-dots li button {
  height: 8px;
}
.wx-login .login-box {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 340px;
  height: 430px;
  margin-left: 240px;
  padding: 6px 0 30px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}
.wx-login .login-box > .hd {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
.wx-login-modal {
  position: relative;
}
.wx-login-modal .ant-modal-body {
  position: relative;
  height: 430px;
  padding: 0;
}
.wx-login-modal .wx-login-form .wx-dynamic-password {
  padding-top: 24px;
}
.wx-login-modal .wx-login-form .new-qr-code-form {
  left: 140px;
}
.wx-login-form .tangle {
  width: 0;
  border-top: 40px solid #2296db;
  border-left: 40px solid transparent;
}
.wx-login-form .tangle:hover {
  cursor: pointer;
}
.wx-login-form .fs-15 {
  font-size: 15px;
}
.wx-login-form .va-middle {
  vertical-align: middle;
}
.wx-login-form .new-qr-code-form {
  position: absolute;
  left: 63px;
}
.wx-login-form .img-container {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 3px;
}
.wx-login-form .img-container .code-img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
}
.wx-login-form .img-container .code-img:hover {
  cursor: pointer;
}
.wx-login-form .img-container .code-text {
  position: absolute;
  left: -10px;
  width: 54px;
  height: 20px;
  padding: 0 2px;
  background-color: #d0e1f2;
  border-radius: 2px;
}
.wx-login-form .img-container .code-text::before {
  position: absolute;
  top: -10px;
  left: 35px;
  content: '';
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #d0e1f2;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
}
.wx-login-form .wx-dynamic-password .wx-dynamic-form {
  padding-top: 24px;
}
.wx-login-form .wx-dynamic-password .wx-dynamic-form input {
  font-size: 20px;
}
.wx-login-form .wx-dynamic-password .wx-dynamic-form input::placeholder {
  font-size: 14px;
}
.wx-login-form .wx-dynamic-password .wx-dynamic-form .ant-form {
  padding: 0 35px;
}
.wx-login-form .wx-dynamic-password .wx-dynamic-form .ant-input {
  height: 36px;
  line-height: 36px;
}
.wx-login-form .wx-dynamic-password .wx-dynamic-form .ant-input-group-addon {
  font-size: 18px;
  line-height: 30px;
}
.wx-login-form .wx-dynamic-password .wx-dynamic-form .login-btn {
  width: 100%;
  height: 40px;
  line-height: 30px;
  font-size: 20px;
}
.wx-login-form .wx-dynamic-password .wx-dynamic-form .picCode {
  width: 60px;
  height: 30px;
  vertical-align: top;
  cursor: pointer;
}
.wx-login-form .wx-dynamic-password .wx-dynamic-form .clockBtn {
  width: 100%;
  height: 36px;
  vertical-align: top;
  cursor: pointer;
}
.wx-login-form .wx-dynamic-password .wx-dynamic-form .kaptcha .ant-form-item-control {
  position: relative;
}
.wx-login-form .wx-dynamic-password .wx-dynamic-form .kaptcha .remember {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  user-select: none;
}
.wx-login-form .wx-dynamic-password .wx-dynamic-form .loginbtn-wrapper {
  position: relative;
}
.wx-login-form .wx-dynamic-password .wx-dynamic-form .bestcaptcha-body {
  position: absolute;
}
.wx-login-form .wx-password .wx-normal-form {
  padding-top: 24px;
}
.wx-login-form .wx-title {
  text-align: center;
  font-size: 18px;
  padding-top: 24px;
  font-weight: bold;
}
.wx-login-form .wx-qr-form {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.wx-login-form .wx-qr-form img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.wx-login-form .wx-qr-form-redo-img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.wx-login-form .wx-qr-form-mask-visible {
  display: none;
}
.wx-login-form .wx-qr-form-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #777;
  opacity: 0.9;
}
.wx-login-form .wx-qr-form-redo-icon {
  position: absolute;
  top: 78px;
  left: 82px;
  font-size: 36px;
  font-weight: bold;
  z-index: 110;
}
.wx-login-form .wx-qr-form-redo-tip {
  margin-top: 8px;
  text-align: center;
  font-weight: bold;
  z-index: 110;
  font-size: 14px;
}
.wx-login-form .wx-qr-form-mask-tip {
  position: absolute;
  top: 116px;
  left: 76px;
  font-weight: bolder;
  cursor: pointer;
  z-index: 110;
  background-color: #bbb;
}
.wx-login-form .wx-qr-form-mask-tip-left-66 {
  left: 66px;
}
.wx-login-form .wx-qr-tip {
  margin-top: 4px;
  text-align: center;
  font-size: 14px;
}
.wx-login-form .wx-qr-guide {
  margin-top: 4px;
  text-align: center;
  font-size: 14px;
}
.wx-login-form .opacity-3 {
  opacity: 0.3;
}
.wx-login-form .ant-divider-with-text-center {
  font-size: 12px !important;
}
.wx-login-form .ant-divider-with-text-center::after,
.wx-login-form .ant-divider-with-text-center::before {
  border-top: 2px solid #666 !important;
  transform: scaleY(0.3) translateY(50%) !important;
}
.wx-login-form .wx-multiForm {
  padding: 0 30px;
  padding-top: 10px;
}
.wx-login-form .wx-multiForm .title {
  font-size: 18px;
}
.wx-login-form .wx-multiForm .wx-user-list {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-color: #fff;
  height: 230px;
  overflow-y: auto;
}
.wx-login-form .wx-multiForm .wx-user-list .ant-list-item {
  padding: 4px 8px;
}
.wx-login-form .wx-multiForm .wx-user-list .ant-list-item .ant-list-item-meta-title,
.wx-login-form .wx-multiForm .wx-user-list .ant-list-item .ant-list-item-meta-description {
  font-size: 14px;
}
.wx-login-form .wx-multiForm .wx-user-list .ant-list-item .ant-list-item-meta-title {
  line-height: 8px;
  padding-top: 11px;
}
.wx-login-form .wx-multiForm .wx-user-list .ant-list-item .ant-list-item-meta-avatar {
  font-size: 20px;
  margin-right: 12px;
  color: green;
}
.wx-login-form .wx-multiForm .wx-user-list .ant-list-item .ant-list-item-meta-avatar .user-disable {
  color: red;
}
.wx-login-form .wx-multiForm .wx-user-list .ant-list-item .ant-btn {
  height: auto;
  padding: 4px 6px;
}
.wx-login-form .wx-multiForm .wx-user-list .user-hover {
  background-color: #f2f7ff;
}
.wx-login-form .wx-multiForm .wx-user-list .user-active {
  border: 1px solid #87d8fd;
  background-color: #dcf4ff;
}
.wx-login-form .wx-multiForm .loginbtn-wrapper {
  margin: 0 auto;
  margin-top: 20px;
  width: 280px;
}
.wx-login-form .wx-multiForm .loginbtn-wrapper .login-btn {
  width: 100%;
  height: 40px;
  line-height: 30px;
  font-size: 20px;
  border-radius: 30px;
}
.wx-login-form .login-methods-wrapper {
  position: absolute;
  top: 350px;
  width: 100%;
}
.wx-login-form .login-methods-wrapper .ant-divider {
  margin-bottom: 8px;
}
.wx-login-form .login-methods-wrapper .login-methods {
  display: flex;
  justify-content: center;
}
.wx-login-form .login-methods-wrapper .login-methods .text {
  padding: 4px 8px;
  margin-right: 8px;
  color: #fff;
  background-color: #5a8be4;
  border-radius: 8px;
  cursor: pointer;
}
.wx-login-form .login-methods-wrapper .login-methods .icon {
  padding: 0 5px;
  border-radius: 26px;
  font-size: 16px;
  color: #fff;
  background-color: #5a8be4;
}
/* 定义关键帧 */
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

.login-modal .ant-modal-body {
  position: relative;
  height: 430px;
  padding: 0;
}

.multiAccountDrop .logged {
  display: inline-block;
  color: #48a023;
}
.multiAccountDrop .unLogged {
  display: inline-block;
  color: #ff0000;
}

.nav {
  display: flex;
  float: left;
}
.nav .nav-item-wrapper:hover {
  background: rgba(0, 80, 179, 0.9);
}
.nav .nav-level1 {
  font-size: 15px;
  height: 50px;
  color: white;
  padding: 5px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.nav .nav-level1 + .panel {
  display: none;
}
.nav .nav-level1:hover.nav-hover + .panel {
  display: block;
}
.nav .panel-visible:hover {
  display: block;
  transition: all 200ms;
}
.nav .panel-hide {
  display: none;
}
.nav .panel {
  min-height: 200px;
  background: rgba(0, 80, 179, 0.9);
  position: absolute;
  padding: 15px;
  top: 50px;
  z-index: 999;
}
.nav .panel .panel-content {
  padding: 15px 0px;
  display: flex;
  color: white;
  justify-content: center;
  overflow-x: auto;
}
.nav .panel .panel-content .nav-level2-wrapper {
  width: 170px;
}
.nav .panel .panel-content .nav-level2-wrapper .nav-level2-title {
  font-size: 15px;
  padding: 8px 0;
}
.nav .panel .panel-content .nav-level2-wrapper ul {
  font-size: 13px;
}
.nav .panel .panel-content .nav-level2-wrapper ul li {
  display: block;
  opacity: 0.8;
  border-radius: 4px;
}
.nav .panel .panel-content .nav-level2-wrapper ul li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 4px 10px 4px 25px;
}
.nav .panel .panel-content .nav-level2-wrapper ul li:hover {
  cursor: pointer;
  opacity: 1;
  background-color: white;
  transition: all 200ms;
}
.nav .panel .panel-content .nav-level2-wrapper ul li:hover a {
  color: #0050b3;
}
@media screen and (min-width: 0px) and (max-width: 1400px) {
  .nav-level1 {
    width: 105px;
  }
}
@media screen and (min-width: 1399px) {
  .nav-level1 {
    width: 110px;
  }
}

.m-header-search .search-name {
  background: transparent;
  display: inline-block;
  outline: none;
  cursor: pointer;
  color: #fff;
  line-height: 22px;
  transition: color 0.3s ease;
  padding-right: 28px;
}

.short-content--break-word {
  word-break: break-word;
}

.phoneCall {
  display: inline-block;
}
.phoneChooseModal .callOut {
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #35ad18;
  color: #fff;
  margin: 0 auto;
}
.phoneChooseModal .ant-form-explain {
  text-align: left;
}
.phoneChooseModal .hide {
  display: none;
}
.phoneLink {
  margin-bottom: 10px;
  color: #3b7fc4;
  cursor: pointer;
}
.callIconSmall {
  font-size: 14px;
  margin-right: 6px;
}
.notification-phone .callOff {
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 55px;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  margin-right: 20px;
}
.notification-phone .ant-notification-close-icon {
  font-size: 18px;
}

.nzone-div {
  width: 100%;
  min-height: 200px;
}
.nzone-tabs {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.nzone-tabs > li {
  margin-bottom: 0;
}
.nzone-tabs > li > a {
  margin-right: 5px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0;
  width: 60px;
  padding: 10px 0px;
  text-align: center;
}
.nzone-tabs > li > a:hover {
  border-color: #fff;
}
.nzone-tabs > li.active {
  border-bottom: -1px;
}
.nzone-tabs > li.active > a,
.nzone-tabs > li.active > a:hover,
.nzone-tabs > li.active > a:focus {
  color: #ef8200;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ef8200;
}
.best-list-nzone {
  min-height: 200px;
  max-height: 400px;
  overflow-y: auto;
  background-color: #fff;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.best-list-nzone li {
  float: left;
  width: 25%;
  border-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  padding: 5px;
}
.best-list-nzone li.nzone-empty {
  width: 100%;
  padding: 50px;
  text-align: center;
}
.best-list-nzone li.nzone-selected {
  background-color: #29bdf1;
}
.best-list-nzone li.nzone-highlight-child {
  background-color: #29bdf1;
}
.best-list-nzone li.nzone-highlight-parent {
  background-color: #35f6ff;
}
.best-list-nzone li:not(.nzone-empty):hover {
  background-color: #ef8200;
  color: #ffffff;
}
.best-list-nzone li.nzone-selected:hover,
.best-list-nzone li.nzone-highlight-child:hover,
.best-list-nzone li.nzone-highlight-parent:hover {
  background-color: #8ca079;
}

.modal-printer .print-table {
  margin: 0 auto;
  width: 80%;
  border-collapse: collapse;
  border: 2px solid #e5e4e4;
  letter-spacing: 1px;
  text-align: center;
}
.modal-printer .print-table td,
.modal-printer .print-table th {
  border: 1px solid #e5e4e4;
  padding: 2px;
}
.modal-printer .print-table th[scope='col'] {
  background-color: orange;
}
.modal-printer .print-form {
  font-weight: 600;
}
.modal-printer .print-form .ant-form-item-label label {
  font-size: 14px;
}
.modal-printer .print-recommend {
  font-size: 14px;
  font-weight: 600;
  color: black;
  padding-left: 42px;
  padding-bottom: 2px;
}
.modal-printer .print-recommend.print-title {
  padding-left: 0;
}
.modal-printer .print-link {
  padding-left: 60px;
  padding-bottom: 2px;
}
.modal-printer .print-tips {
  margin-left: 51px;
  margin-bottom: 10px;
}
.modal-printer .print-tips a,
.modal-printer .print-tips p {
  font-size: 14px;
  font-weight: bold;
}
.modal-printer .tips-line {
  margin-bottom: 2px;
}

.nav-item > a {
  position: relative;
}
.nav-item > a i + span {
  margin-left: 8px;
}
.nav-item > a .count {
  position: absolute;
  top: 2px;
  left: 38px;
  height: 16px;
  border-radius: 20px;
  min-width: 18px;
  background: #f50;
  color: #fff;
  line-height: 14px;
  text-align: center;
  padding: 0 2px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 3;
  font-family: tahoma;
  box-shadow: 0 0 0 1px #fff;
  transform: translateY(-50%) scale(0.85);
  transform-origin: 0 0;
}
.nav-item .m-feedBack i {
  margin-right: 8px;
}
.right-content {
  display: flex;
  flex-direction: row;
}
.right-content .m-header-quickNav .nav-item {
  float: left;
  margin: 0 5px;
  padding-left: 1px;
  line-height: 22px;
  color: #ffffff;
}
.right-content .m-header-quickNav .nav-item.noSeparator:before {
  display: none;
}
.right-content .m-header-quickNav .nav-item.nav-close .nav-close-icon {
  padding-right: 2px;
  font-size: 14px;
}
.right-content .m-header-quickNav .nav-item.nav-close:before {
  display: none;
}
.right-content .m-header-quickNav .nav-item:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  margin: 7px 0 0 -5px;
  background: #e0e0e0;
}
.right-content .m-header-quickNav .nav-item > a {
  display: block;
  height: 100%;
  padding: 2px 8px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
}
.right-content .m-header-quickNav .nav-item > a:hover {
  color: #3b73af;
  background: #ffffff;
}
.right-content .m-header-quickNav .nav-item > a .anticon {
  margin-right: 5px;
  font-size: 13px;
}
@media screen and (max-width: 1400px) {
  .right-content .m-header-quickNav .nav-item .ownSiteSelect {
    float: right;
    width: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .right-content .m-header-quickNav .nav-item .ownSiteSelect {
    float: right;
    width: 200px;
  }
}
.right-content .m-header-quickNav .nav-item.more {
  margin-top: 2px;
}
.right-content .user {
  display: flex;
  flex-direction: column;
  color: white;
  cursor: pointer;
  padding-left: 8px;
  justify-content: center;
  height: 50px;
  opacity: 0.9;
}
.right-content .user .user-icon {
  font-size: 15px;
}
.right-content .user span {
  font-size: 8px;
}
.right-content .user:hover {
  opacity: 1;
}
.fee-calculator-modal .ant-form .ant-form-item-label .ant-form-item-required {
  color: #000000;
}
@media screen and (min-width: 0px) and (max-width: 1260px) {
  .sm-disappear {
    display: none;
  }
}

.m-siteHeader {
  height: 100%;
  padding: 0 15px;
  background: linear-gradient(to right, #1488cc, #2b32b2);
}
.m-siteHeader .left-side {
  position: relative;
  float: left;
  width: 270px;
}
.m-siteHeader .right-side {
  float: right;
}
.m-siteHeader .search-side {
  float: left;
}
.m-siteHeader h1 {
  position: absolute;
  top: 12px;
  width: 134px;
  height: 30px;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAABBCAYAAAD44bmLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc4RTBCMjg2RENENjExRTRCRDUyQjBDMjdGRkI3MTlBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc4RTBCMjg3RENENjExRTRCRDUyQjBDMjdGRkI3MTlBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzhFMEIyODREQ0Q2MTFFNEJENTJCMEMyN0ZGQjcxOUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzhFMEIyODVEQ0Q2MTFFNEJENTJCMEMyN0ZGQjcxOUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4BC39oAAAV2UlEQVR42uxdCZgWtRnOLgu7nAqIyFGh2KKoSEsRRbSiWIvVVust4oEIUrwtKoj1aitqrfUCtVZElNYLRbxAylEUWnS1okUtKtoqIKWCgNywf/M++04J2cxMZiYzezDv83zPwvwzmSSTL9+RL1+KCoWCyJEjR91Gcd4FOXLkjJ4jR46c0XPkyJEzeo4cOWoEShyX901JP5L0bUnbJG1xVG49SY0kbZS0UNI8SZ9I2pR/whw5wlHkyOuOCeNaSZdK2jWlur4s6U5Jn3Ii6SGpo6RSSSskjZG0qLr6UVJtW75Q6xxUf9v7XLwr6z6vjd+t2hi9paTHJPVLqY7lkoZJWixpiKRBkvYy3PcfSQMkTc+4DzHB9JZUUUOYd4OkUyQtCbjvaEm3KXWGxjRZ0vXafedLupjamXffXZLGRajT8ZJu0sq4X9J9CdqJ93dn/Yv4F9/+/ZDnMG4ep2Aq0HTFM2ck7Pcmkg5keQWDNoqxuYD/7yrpWymPA/T1DEnrXKnuu0t6kdI1DdwjaYSk0yVNkbRHSF1wz6mSns+QuTDgutWwCbxhyO+7Geq80HBfe0kHaNfaxRgjehl7JmxfV0P9m1iagPpYre+gvztJmhnw+3ROrsAFki7MYAxgMvnYBaM3lfRMikw+jJrCREknWD5TJukJSceFdLxLzJG0PqEU7sW6q/hA0tIY5W1SZ3IfrLe8tsHyPhfv0tFBUmtKa0jK1ZL+qbRRRUHRTor4bKlBunq+o3pa/3e2qE8xTcQvfX4LQgPl31szGJMVetvjMjoa9jBV1jQAVeqvkuZL6hJDmkE96yPpvQw69eqEz0Od/Id2DU7Mn5LZXQEm1n4c6CYNpB2/Z7EyWEwqZmftvrABt79Pm3uT4b6W9JbhnlGSBiv/ny3pCEupPYlt1SeDYo3JgX0UtbooZEK+UdLNht8+oSbp1yfLlH/DZHlFMWXSMN+2ae+MzeiwuU5KqaKDyOBg9DYxy2hFZj+MkqAm40yDNH/DMZMDh9IO90M/Sz/LEFISnEPyTIb9Hbe1FSW6LWOUWd7bwOc6xthTlmX8U9FMMkMcRj+Bs20aGEGb/80ETK7acZg9+9dgJkf/n2y4/mQN+dbV6U8ohPw/SIuAb6et9kyBvokBmuRdQRNRL+MgTo769VqJqB+/o6Tfp1QXmALw6JbHcPgEmQCvSRpbQ/u/h0GaraPvwzVel3Qu1bpe9IGoQD/dr4wJ2JInklQ8Tc3AZuxspbo9SLs+hZMZyliZgn36mwC7v7/G6P+WdIXh3ssMjC52BkaHivMA1SLXmM+BN8VgWyUFlpFelfRuSn3YQMSPMOxvsAvnisrlmLIEddpkkICfSXqE/15jYHSYChO1a20NjP5Xw31BKBgY/fWIZbhCEx+b3oTSCOU2F5XLiCYbv5iTyfTawuiY9Y5OoQ4raKci6m1LCuU3lvQH2uubUyj/IUmHx3zWtFwIlfHDBPVBPx7FwRVFXa5vOdhLI9anzEEZNR17UiP1wyyF0TtQY03TDEDZC4SyOmHL6FAvb0yhQtuoTnrrfWdRhezi+D09JY1MqQ2Qet9wWN4upCRoJnJkiTD/gbpMeYmPqeASmOz3FZWrAdaMDtVjDCWja9wg6SXl/yvpLJmTwvvA6M9JettxuSYtBFFJy0Xwco2LwQW18xiNsTeLbNZqaxuzpYmPJB3C711CE6ljBA3HNcp0c9KG0WHLfT+Fyjwr6VeG61hTvZTqtktAXbxXVK6vp80Io+h3yAL/0PwaWzmj72xM7jkZf8xxtT7D96+n78LD1wH3TqCwKSjfC8uap2n3IYT5l/w9qsDAM/+JwuiwJ25KoWNggw4OsXuhbg9x/F4EafxMVC6/pImGGQ0wP0dg0U7G6LBJHxWVS6orUhqztqgvgp2z8w1CYKDhPgilB1xVKsxbDI91c8cdsYl2+Zch910uKtfT0zAX9hQ5ajN0jayETO4xfW1CP4PGvJLCTmTB6LD9Tk2hYQiKmWepDmFCWOv4/S0kjc55pdbB84WAodv73AOzb2SA6bLRRxsIel/aMDnmxlMzcYaSANXzthQahUCLOyPan5e5nt1EZSANfACzcv6pNcDKBoJsfiKqLs/B3sWOsAcp7eGzaCSqOug6GcwarK33MJT3zQzahKXUvto1eOhtA7ywsUxdqoPg/krSF7aMDtvYdfwxnAtDYzw3jp3hMpQVH/sWUekpTWNzQVaZbzbXAlXVlb+giwhedv0LmRxj+glhH3iFTTpvVFPfXGbQqhF5+LHl898Vlevz6oT2CifDUEbfjeq1a8AJtjzms1h77OV4lu1Jyf5YCm3tKtIJzjF9v0YGxqpJuQB3jWgyhgEbQuA32t2ghXpIK47A5dLY3qLq9msInbsilPEv/lU1HExwDfTxZ2J0OMH2cNxB2FySJBnEl5wopjqu1yjOoK6Xox6oRsaqL7Lz+tvgAMO1dTHKwbbLq0TlPoAXDYyu2tzD6YvRr8N+76hdv0VhmDCUO+yXYYaJA9I4igMaghOhzWrGJezhb6O3SWf01mQol/iQHZwU0zhhuKzfPjQJxom6BVfqciGhWQJv8k8N19+KUZeFivYVlBWmQph3//U0CLDpjsZmVIARzzJcvyNiORBQizVGb8zJLJDRBwv3y2kIfnG1Jxwf5WhhzhkXF5dzALlUtX9HFTPt9ewSaiXqAHYZMGOKSf+OqMzgUy+A0XalqXW2qBrhiGQgc2LUpV5CLWesJkG3KCYqriM4pSkntyLW8+6UvpuJz7CZ6c8xyoLD+gfatW/TZ2FkdHyQQY4bhCCGlx2Wt5qMOcVhmftz8njBYZl/ytDBM1Rj9ArhbmnIZOue5SONbLCGGtmGjCUoAlK+p10bp2gW0FLgfb9Au2eeY3Vd0KQYKKrGAiBsdpcYwuFzw7UuJong4YfCPz43DlaIdJx6z9OuPtlhmec5ZvTGGQ3gtCPjGjicoJHDDxFrtnsNihy1CSm09Oy2K8WO0XOQ4khXfrzYMeEJQmldZzdGei4sFW7TTKMbROWmqyjtLPhoXb6MjvXF0xw3CKrQ0pQG+NWcmJo6Kq8vpeIXIoeK8aJyH78nfbwkjWuEneccg3Yt/TRLEqrqcTPkQNi01a7dYhibcPiO1tR1jDEcSPKSA9+GUPqwnqF9bR1+t+40RzbqnYf91C4TPb4j0vU8L6YdfJ1DFfVgEZxTrSai4MNcriT666TqALLEPE7JVyzCQ6ZNwBKWKcHGGJ/7H6Rp0UWT6q8I+41QxaKqs1D9TstF+s7f9X6MjkHezuGLoCqlvY58B20dV3vBe9VCRm8mqnqSt4m6sXvtA5E8QSaYVI8zuFb472zbyLGreu0RlIJElrbRmbCzW2vX/qv8G3vEB2XdmZ769fcYqpUf4MB4LoO6rxbRlyOC8JnDsrKKk8YA1L23S7SBZYttom6hr8GPgzwBYfn4kCr6VcPkYBuE011UTRzybnV3hifRkRQQqYdedFDmzSK7JACYZRFG2CFhOdPYB66ATRdp7ZArosRALjfThojJMbWpFsJ9Zh8bIDZ7WQrj+mbD5DvSYmxWkLFnKyZQR1EZnfkri3cP9BEiWe6YLKbW8v896d7Zawh7xZIHlmpuT/ACLEUcJLKNv/55wjpjTfdUMseqGM9PpdNGVwHjJAywReMAdfcwC4l+Gu3fmgBM1udHfAbpxnprNjDOPvOiyqAa64lL8P/BEd7xlKYRYGx0DdF8UadZmo2+SWSf8QfjDqscP9YlOiqCHTxYtkJ2jHtEvDOp7hXZb7KYwJm6ZYxnx4vKdfleBnUtCdOVZdwH6PMXKHVs1PYGouYgzlJkU8PA9rzY8NnoOyQxpqMmo7iOWpNn3sJEgoNwgM8Y78TJQeebsznBHJVxv7Y2qe5Qn95iBz3M2fFWg6QKAma6Z6thoKyg8yRKaOx7nBxepZ3/oAhO/xMEvHuhyDZnmXfcL5a5EOqIqKoFEZ5fIMxHC1UH4iQXGWtQhZcoA3ysJkXLY/hg3qcavrcmncuE2ZmH+yZqZtMijg9oIEOEmwMdbbHDDjj92OTvUZXF0tUYdiYcPsda2BiQ5hdX02A5hJ0ZpCpjIwXCArG0gRjnPmwjotiuEjly1GGYzkcfydkewSMIy3uCzpIOVHEPpK3Shra9hz5Ci6/NECWUqp0VVW05Z1RoKvPE9mOBERd8AU0VRGn1FNl5yXPkqDGMDvViNqWkqsbMoNR8j3YgbKImtI2bC7chpHHQnRPPF2R0SPBdaLMhTuAI/vVsws10npTnwyDHzsjoADavzw9wlMBtjxDCT2gbLaXdguiltWS0NWSiNGzXvalRNKJjpgXrij3Kbal9gPYIsIuwhPLrfAjk2JkZHYAH966E5SM4AR5HlwfpwQ8wWiTbOAIn3JFi5zzoIEfO6FWAnWLHJXwHou4GUOVPAkhmrAoMS1jOV1ThXZ1RDW//Pqyf6gwsUMNB++cI87LX+fR32BzUCC3pBlE1Ky7acgr/euHAn3Iyw1q5GpVVzDL0EM1t9FOUiKqbR6CZ3SSiZ+PFRHo8ywtr24uK6XchfS16f3pYR38LDkwwhcgiX1pfPm+zhx1anXdOXUexPc34BJ/7sVsMfh5sbd6f5uJqmrcz2Za1Plooxi72gYSF08JvhPMIsZlmGsfIRYb7vJyBpvEDf9kft49GyegB1FbS54XkWC6pX8i7gmh3SS8X3ODcBPUw0Wssd7OkDZI28u9W5Z1Lfd77Cn9fL2llCH0kaTflWUzSdyjv+ETSnyXN4P3AJklXKs/Uk1RuKFutq/7bIu29tjRKKXM9+8VEqOMvlOf+xme2Kf2p3qviQUnNtPfezd+2WPQpqJvy7KF89hmfNh0t6R1tXL8p6d/KtQ8lnWB4th9/n2rRd+fz3l8r7zXV3cNaw2+3q2XafLAfSapwwGBghGExBgw+xHuOmPxhx0wuyFxAF0nNJbXg39as+/UctMCR2rOTeb2vpPoWpD47kM+CEXuTib3fdtUY7RTltxJDuRfxvpst3mtLw1nmFaxPCx9qKamh8twMPne49lxzTjid2Z5y3jeRk573/K28PtSyT9VnD+azjxna8xOOYeA5SYdJKlMm0AMk3a/0+QDt+aN4fZJF353Ne70JsNin7uXK2NN/U8eD1R5fqA/YvzvSgeo9hirMzy3tY+Qb+4OomugvDqDuXZqiGQTVXA+hxRLfAqpYWLIcQvXOpIJFXeI7V1H/5xrME6ikSOk0nN8PWXn8wjG3aCq8S6xhfaJipc9z6GcsmyIWAsuj/dm3Cw1tctUW7OwcxzGMcOsrDaYPVPKhVOHv5P3vkJKiQpij8Spsx49t2t3rRLw8X35OPuxuaxVyHzrzaUdMvoGMsSZFRg+aNL0lvJYJv4MH2J7t6QcIymCKUOapFjah9/40YvPrpdCf3mTmZavZ10GfBmEovx1WosKCq+DAfplj7Yi0fWy2bbXtDEiB80S8zf8mIGsHgv+7+Tg7EJJ6m8OPNUKkv14etGPMOyxyms/vUSWPJ0HwoW8NmAzhZDqGEi+rQyVMYycOwpZl4YDaT5Hyrt5rmqiO579/K+yWi8+k5np3gBROo89iz5oqPqY0nujo3fuR2QeK7fvX29HbeaTDNk4R6WXzVAGPrZ7k4Fv0yp/MFYz7AlTDsAQaq8SO8fiQLNhWip1o3+d3mU4Vdqmo3vPCVbQKaRv2KmyMMHE2pFf+OvbvYmGOl29l0adrLcyKdnzf1xG02qBdkI0t6rV7dTK6oLseywrnOHo/Iuqw1o4ccG/QrunksH3LRLxjoOJIrCCN4U6aIlt9pNaTFu9B/MC9yv+Rh+1QLgedQ1t8OH/7gL6AJ0X1hSV7GC2CD7XE7q5HDX0yiSaXl355i8LA3ok9n7HtJpPsVlIQ7hPhy7WtqWUuEuaThqBN9fD5rqsM4+IYsX05L6lWkxqjA3Ck9RHJkz2o5kMfNqqT40F2iXCf1MDP/HmIs36R8pEwSJAH/VL+vYADRgcG9ecBNnKxMGdPhco6iqo59iD05KA7mAMYhHXdC4X9aSSuMZNmRrFPuz4OMVGK+Xcv2slrODHMpw9neYz3eu+ebVF/L8uqn+nTI8AkQ769gwya8fMB9aqgtvuD6pTogna6N4BcAJ10OplkE9VsF06hCRwIIiNGv0yYt7pC1byIPgfsV8bGoPWaM+WWhD6EdRy0s5XBeQg1pWNpVhwm4iXWcPEdHonhYEIykHc10wiqczNqNmFJK8drmkISrXAr39/MoD28rggqDwi9fsLHHn+TWlgQTiGjF7kepFHxknBzlDEk2UkKg+ADDnagsnyuqLG6HX0SO3I/xwPaL/U01E8kLEDkF84hO9zHbouC+mL7LkITNtH/0Y92O9p6YjVJ9LhJOHRv/acUCJg44dXultJ7dXxGKbybQUUXtPH/wknIo1kBY9hGuDo/Oy+JV/tqkSyhIuzHM0TVA/cecsDsw0XVg+SPoAOnA1XAgRkPfi8xhIsTYftTklxjcW+5ImVqE0zSDNuNh9AunizcHjjih81ie0LJyy2fKalpnZmE0aHCXxHzWag1A4T/stJDdNLESXL4DMtXge2qfckcy6na4swqJNpo46gvw7Koegfev+9jl0VBOZ+BWr5PyL19+Pfvom4AZsBoMvkzwn9p0WVKM2ia2LF5HAVcGPbiRFVaFxhd0AaOmj4KkW5nivC148couaIw+2qfyacTtQ9MTvtShX6bNqCrAxsb8cOq1IhqMwYnHGTYaDLXR80sDaGGijq7kOYAzIUpZGb9W7ahv6MXJ7iZou5gFMfddzmpm9T0Uss+tUnvtJRjcS39KRP4bt28aE+p7/mvnq0pHeZCxUDDulhIFgCnt0RZ7prEDsayXlhCQzhM4GU3eZehxreiE2wWHVNNKRXeTtj+horEVKW6dy5WU0XTuFibuDzbfDLrVhQyKWMP/Vj+/xrFhJpFO3Ix39uSNmwJbXSEyQYd6lCagm1YppVtiyY+NrrQ+nYgJ+mj2LdncKL32oAlzRst+nS8IhxKAnwmMzihYoXDO2gSY+0j1qed2J4uG8tnV4kdTysqieCPaWDpZ2hqK7BdMPq/6GDCWWvnBHzYqEyuMjucZ/Cg+iXR90IT/QIa4JxbRfX5Rkpy5HH/m0i+XfU+MlMDw6DyQlSxpfIdH+1mLqVK2McqiB290FBNR1C6YGvmQZQoYBBk2UHev6mWknwu+2WOQ0afyfE1L+JzY+lsCztQBEx9Ek3AUjIarmHpaiXfXc+iT9VTbz9lP/jFpyMtGRyc3TnBwDnXlt8dk+xL1Now8ere+UUs+32LPniD984Kue8Ovj8082/YfvSo6MaZDp3RWVGLTBsBoqIvJZ834y/jAP0jP25Y2CAY6WTOugV2/CSR54vLsRPANaN7gOTF0s93ONu6OjrpWE4mCzjrxvH6e4kQNuefP0fO6Dly5KgzKM67IEeOnNFz5MiRM3qOHDlqA/4nwACMfC0t3BTQnwAAAABJRU5ErkJggg==) scroll no-repeat 0 0;
  background-size: contain;
}
.m-siteHeader .m-notice-carousel,
.m-siteHeader .m-header-quickNav {
  display: block;
  padding: 12px 0 12px 0;
}
.m-siteHeader .multiAccount {
  width: 120px;
  height: 50px;
  line-height: 50px;
  margin-left: 150px;
}
.m-siteHeader .multiAccount a {
  color: #fff;
}
.m-siteHeader .bullet-screen {
  height: 50px;
  line-height: 28px;
  padding: 11px 0;
  margin-right: 300px;
  background-color: transparent;
}
.m-siteHeader .disappearr {
  margin-top: -100px;
}
.m-siteHeader .showw {
  margin-top: 0px;
}

.m-siteFooter {
  text-align: center;
  line-height: 20px;
}

.m-siteAside {
  height: 100%;
  padding: 40px 0;
  flex-direction: column;
}
.m-siteAside .menuList {
  height: 100%;
  overflow-y: auto;
  background: #e8e8e8;
}
.m-siteAside .menuList.menuFold span > .menu-name {
  display: none;
}
.m-siteAside .menuList.menuFold .ant-menu-item-active,
.m-siteAside .menuList.menuFold .ant-menu-item:hover,
.m-siteAside .menuList.menuFold .ant-menu-submenu-active,
.m-siteAside .menuList.menuFold .ant-menu-submenu-title:hover {
  background-color: #b2dbff;
}
.m-siteAside .menuList.menuFold .ant-menu-root > .ant-menu-submenu-vertical {
  position: static;
}
.m-siteAside .menuList.menuFold .ant-menu-root > .ant-menu-submenu-vertical > .ant-menu-submenu-title:after {
  display: none;
}
.m-siteAside .menu-loadingTip {
  padding: 100px 0;
  text-align: center;
}
.m-siteAside .menu-loadingTip .ant-spin {
  margin-bottom: 5px;
}
.m-siteAside .ant-menu {
  color: #333333;
}
.m-siteAside .ant-menu-item > a {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-siteAside .ant-menu-item > a > i {
  position: absolute;
  margin: -10px 0 0 2px;
  font-size: 20px;
}
.m-siteAside .ant-menu-item > a > i:before {
  content: '\e66c';
  color: #0c60aa;
  font-size: 22px;
}
.m-siteAside .ant-menu-submenu > .ant-menu-submenu-title i.icon-news {
  position: absolute;
  margin: -10px 0 0 2px;
  font-size: 20px;
  opacity: 1;
  transition: opacity 0.5s;
}
.m-siteAside .ant-menu-submenu > .ant-menu-submenu-title i.icon-news:before {
  color: #0c60aa;
  font-size: 22px;
}
.m-siteAside .ant-menu-submenu.ant-menu-submenu-open > .ant-menu-submenu-title i.icon-news {
  opacity: 0;
}
.m-siteAside .ant-menu-sub.ant-menu-inline > .ant-menu-item,
.m-siteAside .ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  line-height: 35px;
  height: 35px;
}
.m-siteAside .ant-menu-root > .ant-menu-submenu {
  border-bottom: 1px solid #eaeaea;
}
.m-siteAside .ant-menu-root > .ant-menu-submenu > .ant-menu-submenu-title {
  font-size: 15px;
  background: #e8e8e8;
}
.m-siteAside .anticon-cross-circle:before {
  color: #f24040;
  font-size: 30px;
  margin-bottom: 10px;
}
.m-siteAside .ant-aside-action {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #0c60aa;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
}
.m-siteAside .aside-search {
  top: 0;
}
.m-siteAside .ant-menu-vertical > .ant-menu-item,
.m-siteAside .ant-menu-inline > .ant-menu-item,
.m-siteAside .ant-menu-item-group-list > .ant-menu-item,
.m-siteAside .ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.m-siteAside .ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title,
.m-siteAside .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title {
  line-height: 35px;
  height: 35px;
  margin-top: 0;
  margin-bottom: 0;
}
.m-siteAside .ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 0;
}
.m-siteAside .ant-menu-root.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0 15px !important;
  margin-top: 0;
  margin-bottom: 0;
}
.m-siteAside .ant-menu-root.ant-menu-inline > .ant-menu-submenu > .ant-menu-sub > .ant-menu-item {
  padding-left: 30px !important;
  background: #ffffff;
}
.m-siteAside .ant-menu-root.ant-menu-inline > .ant-menu-submenu > .ant-menu-sub > .ant-menu-item:hover {
  background-color: #b2dbff;
}
.m-siteAside .ant-menu-root.ant-menu-inline > .ant-menu-submenu > .ant-menu-sub > .ant-menu-submenu > .ant-menu-submenu-title {
  padding-left: 30px !important;
  background: #ffffff;
}
.m-siteAside .ant-menu-root.ant-menu-inline > .ant-menu-submenu > .ant-menu-sub > .ant-menu-submenu > .ant-menu-sub > .menu-name {
  padding-left: 45px !important;
}
.m-siteAside .ant-menu-inline .ant-menu-selected,
.m-siteAside .ant-menu-inline .ant-menu-item-selected {
  border-right: 0px none #0c60aa;
  background-color: #0c60aa !important;
}
.m-siteAside .ant-menu-inline .ant-menu-selected a,
.m-siteAside .ant-menu-inline .ant-menu-item-selected a {
  color: #fff;
}
.m-siteAside .ant-menu-inline .ant-menu-item:after {
  border: 0 none;
}
.m-siteAside .ant-menu-item,
.m-siteAside .ant-menu-submenu,
.m-siteAside .ant-menu-submenu-title {
  transition-duration: 0.2s;
}
.m-siteAside .ant-menu-submenu-vertical.ant-menu-submenu-open .ant-menu-vertical {
  display: none;
}
.m-siteAside .ant-menu-submenu-vertical.ant-menu-submenu-active .ant-menu-vertical {
  display: block;
}
.m-siteAside .ant-menu-vertical .ant-menu-item > a:hover {
  color: #ffffff;
}
.m-siteAside .ant-menu-vertical .ant-menu-sub {
  border: 1px solid #e9e9e9;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.ai-button {
  position: fixed;
  right: 20px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ai-button-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.ai-button-tooltip {
  position: absolute;
  right: 65px;
  top: -5px;
  width: 300px;
  background: linear-gradient(135deg, #E99D42, #4095E5);
  color: white;
  padding: 15px 20px;
  border: 2px solid #F4CE98;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  line-height: 1.5;
  font-size: 14px;
}
.ai-button-tooltip-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
.ai-button-tooltip-content {
  font-size: 12px;
}
/* 可拖拽弹窗样式 */
.ai-window-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  pointer-events: none;
}
.ai-window {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 360px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  pointer-events: auto;
  border-radius: 20px;
}
.ai-window-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
  cursor: move;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.ai-window-icon {
  display: flex;
  align-items: center;
}
.ai-window-close {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: color 0.3s;
}
.ai-window-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ai-window-content {
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.coupon-button {
  position: fixed;
  right: 20px;
  bottom: 150px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.coupon-button .close {
  position: absolute;
  right: -14px;
  top: -14px;
  font-size: 18px;
  color: #888;
  padding: 4px;
  cursor: pointer;
}
.coupon-button-wrap {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #4095e5;
  color: #fff;
  text-align: center;
  line-height: 64px;
}
.coupon-button-wrap .gift {
  font-size: 32px;
}
.coupon-button-wrap .txt {
  position: absolute;
  right: -7px;
  top: -10px;
  font-size: 14px;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 6px;
  background: #f35252;
  border-radius: 14px;
  color: #fff;
  line-height: 1;
}
.coupon-button-tooltip {
  position: absolute;
  right: 65px;
  top: -25px;
  width: 300px;
  background: linear-gradient(135deg, #fa770a, #4095e5);
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  line-height: 1.5;
  font-size: 14px;
}
.coupon-button-tooltip-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
.coupon-button-tooltip-content {
  font-size: 12px;
}
/* 可拖拽弹窗样式 */
.coupon-window-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  pointer-events: none;
}
.coupon-window {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 360px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  pointer-events: auto;
  border-radius: 20px;
}
.coupon-window-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
  cursor: move;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.coupon-window-icon {
  display: flex;
  align-items: center;
}
.coupon-window-close {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: color 0.3s;
}
.coupon-window-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.coupon-window-content {
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
}

/* 可拖拽弹窗样式 */
.coupon-window-container-fetch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  pointer-events: none;
}
.coupon-window-fetch {
  position: absolute;
  top: 80px;
  left: 40%;
  width: 360px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  pointer-events: auto;
  border-radius: 20px;
}
.coupon-window-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
  cursor: move;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.coupon-window-icon {
  display: flex;
  align-items: center;
}
.coupon-window-close {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: color 0.3s;
}
.coupon-window-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.coupon-window-content {
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.m-search-problem .chat-box {
  position: relative;
  margin-top: 10px;
  border: 1px solid #e2e2e2;
  max-height: 400px;
  overflow-y: auto;
}
.m-search-problem .chat-box .msg-answer,
.m-search-problem .chat-box .msg-ask {
  clear: both;
  padding: 10px;
  display: block;
}
.m-search-problem .chat-box .msg-answer .msg-pic img {
  width: 25px;
  float: left;
}
.m-search-problem .chat-box .msg-answer .msg-content {
  text-align: left;
}
.m-search-problem .chat-box .msg-answer .msg-content .msg-main {
  display: inline-block;
  position: relative;
  min-width: 200px;
  max-width: 300px;
  min-height: 30px;
  background: #ffffff;
  border-radius: 5px;
  padding: 6px;
  margin: 3px auto auto 10px;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.m-search-problem .chat-box .msg-answer .msg-content .msg-main .msg-txt {
  word-wrap: break-word;
  word-break: normal;
}
.m-search-problem .chat-box .msg-answer .msg-content .msg-main .msg-txt ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 10px;
}
.m-search-problem .chat-box .msg-answer .msg-content .msg-main .arrow {
  position: absolute;
  left: -6px;
  top: 10px;
  border-top: 1px solid;
  height: 10px;
  width: 10px;
  border-left: 1px solid;
  transform: rotate(-45deg);
  background: #ffffff;
  border-color: #dddddd;
}
.m-search-problem .chat-box .msg-ask .msg-pic img {
  width: 25px;
  float: right;
}
.m-search-problem .chat-box .msg-ask .msg-time {
  text-align: center;
}
.m-search-problem .chat-box .msg-ask .msg-time .time-text {
  font-weight: 300;
  color: #aeaeae;
}
.m-search-problem .chat-box .msg-ask .msg-content {
  position: relative;
  margin-bottom: 0.8px;
  text-align: right;
}
.m-search-problem .chat-box .msg-ask .msg-content .msg-main {
  display: inline-block;
  position: relative;
  min-width: 150px;
  max-width: 300px;
  background: #e9f6fd;
  border-radius: 5px;
  padding: 5px;
  margin-right: 8px;
  border: 1px solid #b8d6fb;
  text-align: left;
  min-height: 30px;
}
.m-search-problem .chat-box .msg-ask .msg-content .msg-main .msg-txt {
  word-wrap: break-word;
  word-break: normal;
}
.m-search-problem .chat-box .msg-ask .msg-content .msg-main .arrow {
  position: absolute;
  right: -5px;
  top: 8px;
  border-top: 1px solid;
  height: 10px;
  width: 10px;
  border-left: 1px solid;
  transform: rotate(135deg);
  background: #e9f6fd;
  border-color: #b8d6fb;
}

.modal-config-check {
  position: fixed;
  right: 30px;
  top: 55px;
  z-index: 1000;
  width: 360px;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  padding: 10px;
  background-color: #fff;
}
.modal-config-check .top {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
}
.modal-config-check .text-warning {
  color: red;
  margin-left: 100px;
}
.modal-config-check .text-success {
  color: green;
  margin-left: 100px;
}
.modal-config-check .com-warning {
  margin-left: 65px;
}
.modal-config-check .text-warning {
  margin-left: 46px;
}
.modal-config-check .check-btn {
  font-size: 14px;
  margin-left: 30px;
}
.modal-config-check .check-btn.ant-btn-link {
  color: red;
}
.modal-config-check .tips-line {
  padding: 20px 0 20px 10px;
}
.modal-config-check .footer {
  margin-left: 160px;
  display: flex;
  justify-content: space-between;
}

.notification-contianer {
  position: fixed;
  top: 100px;
  left: 50%;
  z-index: 3;
  transform: translate(-50%);
}
.notification-pane {
  min-width: 550px;
  min-height: 100px;
  background-color: #fff;
  box-shadow: 0 0 20px #000;
  padding: 16px;
}
.notification-pane .pane-title {
  display: flex;
  justify-content: space-between;
  height: 32px;
  line-height: 32px;
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
.notification-pane .pane-title .pane-icon img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.notification-pane .pane-content {
  margin: 0 48px;
}
.todo-config .ant-checkbox-group .ant-checkbox-wrapper {
  margin-left: 0;
}
.todo-config .ant-checkbox-group .ant-checkbox-group-item {
  display: inline-block;
  width: 130px;
}
.todo-config .ant-checkbox-group h4 {
  margin-bottom: 10px;
}
.todo-config .ant-checkbox-group .checkbox-container {
  width: 130px;
}

.notice-modal .ant-modal-content {
  background-color: #f8f8f8;
}
.notice-modal .ant-modal-content .ant-modal-close {
  color: #fff;
}
.notice-modal .ant-modal-header {
  height: 166px;
  background-size: cover;
  background-image: url(/images/a90f3060cd3f17a4885ecc3f363b0c13.png);
  background-repeat: no-repeat;
  border-bottom: none;
  background-color: #f8f8f8;
}
.notice-modal .ant-modal-title {
  opacity: 0;
}
.notice-modal .content h1 {
  text-align: center;
}
.notice-modal .content .time {
  text-align: right;
  font-size: 14px;
}
.notice-modal .content p {
  margin-top: 10px;
  font-size: 16px;
}
.notice-modal .ant-modal-footer {
  text-align: center;
  border-top: none;
}

.phone-info-modal-wrap .ant-modal {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  top: auto !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
}
.phone-info-modal .ant-modal-content {
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.phone-info-modal .ant-modal-header {
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.phone-info-modal .ant-modal-header .ant-modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
}
.phone-info-modal .ant-modal-body {
  padding: 16px 24px;
}
.phone-info-modal .ant-modal-footer {
  padding: 12px 24px 16px;
  border-top: 1px solid #f0f0f0;
  text-align: center;
}
.phone-info-modal .ant-modal-footer .ant-btn {
  margin: 0;
}
.phone-info-content .description {
  margin-bottom: 16px;
}
.phone-info-content .description .description-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 12px;
  color: #666;
}
.phone-info-content .description .description-item .circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #ff4d4f;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  margin-right: 4px;
  flex-shrink: 0;
}
.phone-info-content .description .description-item span:not(.circle) {
  flex: 1;
}
.phone-info-content .description.red-description {
  margin-top: 16px;
  margin-bottom: 16px;
}
.phone-info-content .description.red-description .description-title {
  color: #ff4d4f;
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 8px;
}
.phone-info-content .description.red-description .description-item {
  color: #ff4d4f;
  font-weight: normal;
}
.phone-info-content .description.red-description .description-item strong {
  font-weight: 800;
}
.phone-info-content .ant-table {
  margin-bottom: 16px;
}
.phone-info-content .ant-table .ant-table-thead > tr > th {
  background-color: #fafafa;
  font-weight: 600;
  font-size: 12px;
  padding: 8px 12px;
}
.phone-info-content .ant-table .ant-table-tbody > tr > td {
  padding: 8px 12px;
  font-size: 13px;
}
.phone-info-content .ant-table .ant-table-placeholder {
  padding: 16px;
}
.phone-info-content .contact-info {
  padding: 12px 16px;
  background-color: #f6f8fa;
  border-left: 4px solid #1890ff;
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  border-radius: 4px;
}
.phone-info-content .contact-info .red-text {
  color: #ff4d4f;
  font-weight: 600;
}

.todo-contianer {
  position: fixed;
  top: 30px;
  left: 50%;
  z-index: 3;
  transform: translate(-50%);
}
.todo-pane {
  position: relative;
  min-width: 950px;
  min-height: 100px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 20px #000;
}
.todo-pane .pane-btns {
  position: absolute;
  top: 15px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.todo-pane .pane-btns img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 2px;
}
.todo-config .ant-checkbox-group .ant-checkbox-wrapper {
  margin-left: 0;
}
.todo-config .ant-checkbox-group .ant-checkbox-group-item {
  display: inline-block;
  width: 130px;
}
.todo-config .ant-checkbox-group h4 {
  margin-bottom: 10px;
}
.todo-config .ant-checkbox-group .checkbox-container {
  width: 130px;
}

.ai-iframe-container {
  height: 100%;
  margin-right: 10px;
}
.ai-iframe-container .ai-iframe-header {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.ai-iframe-container .ai-iframe-content {
  height: 100%;
  position: relative;
}
.ai-iframe-container .ai-iframe-content .ai-iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 15px;
  border: 1px solid #e8e8e8;
}
.ai-iframe-container .ai-iframe-content .ai-iframe-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #666;
}
.ai-iframe-container .ai-iframe-content .ai-iframe-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #666;
}
.ai-iframe-container .ai-iframe-content .ai-iframe-placeholder .ai-iframe-placeholder-title {
  font-size: 16px;
  margin-bottom: 8px;
}
.ai-iframe-container .ai-iframe-content .ai-iframe-placeholder .ai-iframe-placeholder-desc {
  font-size: 12px;
  line-height: 1.4;
}

/* 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-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  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';
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #3b7fc4;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #609cd1;
}
a:active {
  color: #285f9e;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::selection {
  color: #fff;
  background: #3b7fc4;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.fade-leave.fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #3b7fc4;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #3b7fc4;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #3b7fc4;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.swing-enter,
.swing-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  animation-name: antSwingIn;
  animation-play-state: running;
}
@keyframes antSwingIn {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-affix {
  position: fixed;
  z-index: 10;
}
.ant-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding: 8px 15px 8px 37px;
  word-wrap: break-word;
  border-radius: 4px;
}
.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}
.ant-alert.ant-alert-closable {
  padding-right: 30px;
}
.ant-alert-icon {
  position: absolute;
  top: 11px;
  left: 16px;
}
.ant-alert-description {
  display: none;
  font-size: 12px;
  line-height: 22px;
}
.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.ant-alert-success .ant-alert-icon {
  color: #52c41a;
}
.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.ant-alert-info .ant-alert-icon {
  color: #1890ff;
}
.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}
.ant-alert-error {
  background-color: #fff1f0;
  border: 1px solid #ffa39e;
}
.ant-alert-error .ant-alert-icon {
  color: #f5222d;
}
.ant-alert-close-icon {
  position: absolute;
  top: 8px;
  right: 16px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-with-description {
  position: relative;
  padding: 15px 15px 15px 64px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  border-radius: 4px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px;
}
.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 12px;
  cursor: pointer;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-alert-message {
  color: rgba(0, 0, 0, 0.85);
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-closing {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  transform-origin: 50% 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert-slide-up-leave {
  animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
@keyframes antAlertSlideUpIn {
  0% {
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antAlertSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
.ant-anchor {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding-left: 2px;
}
.ant-anchor-wrapper {
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
  background-color: #fff;
}
.ant-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.ant-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #e8e8e8;
  content: ' ';
}
.ant-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #3b7fc4;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: top 0.3s ease-in-out;
}
.ant-anchor-ink-ball.visible {
  display: inline-block;
}
.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.ant-anchor-link {
  padding: 7px 0 7px 16px;
  line-height: 1.143;
}
.ant-anchor-link-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #3b7fc4;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ant-select-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  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: 26px;
}
.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: 26px;
  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: #609cd1;
  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: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
  line-height: 40px;
}
.ant-select-auto-complete.ant-select-lg .ant-input {
  height: 40px;
  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;
}
.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.ant-avatar-image {
  background: transparent;
}
.ant-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-square {
  border-radius: 4px;
}
.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ant-back-top {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.ant-back-top-content {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-content:hover {
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-icon {
  width: 14px;
  height: 16px;
  margin: 12px auto;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .ant-back-top {
    right: 60px;
  }
}
@media screen and (max-width: 480px) {
  .ant-back-top {
    right: 20px;
  }
}
.ant-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  color: unset;
  line-height: 1;
}
.ant-badge-count {
  z-index: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #f5222d;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  z-index: auto;
  width: 6px;
  height: 6px;
  background: #f5222d;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}
.ant-badge-status-success {
  background-color: #52c41a;
}
.ant-badge-status-processing {
  position: relative;
  background-color: #1890ff;
}
.ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #f5222d;
}
.ant-badge-status-warning {
  background-color: #faad14;
}
.ant-badge-status-pink {
  background: #eb2f96;
}
.ant-badge-status-magenta {
  background: #eb2f96;
}
.ant-badge-status-red {
  background: #f5222d;
}
.ant-badge-status-volcano {
  background: #fa541c;
}
.ant-badge-status-orange {
  background: #fa8c16;
}
.ant-badge-status-yellow {
  background: #fadb14;
}
.ant-badge-status-gold {
  background: #faad14;
}
.ant-badge-status-cyan {
  background: #13c2c2;
}
.ant-badge-status-lime {
  background: #a0d911;
}
.ant-badge-status-green {
  background: #52c41a;
}
.ant-badge-status-blue {
  background: #1890ff;
}
.ant-badge-status-geekblue {
  background: #2f54eb;
}
.ant-badge-status-purple {
  background: #722ed1;
}
.ant-badge-status-text {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation-fill-mode: both;
}
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle;
}
.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
}
.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
}
.ant-scroll-number-only {
  display: inline-block;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0;
}
.ant-scroll-number-symbol {
  vertical-align: top;
}
@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
.ant-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.ant-breadcrumb .anticon {
  font-size: 12px;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #609cd1;
}
.ant-breadcrumb > span:last-child {
  color: rgba(0, 0, 0, 0.65);
}
.ant-breadcrumb > span:last-child a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}
.ant-btn {
  line-height: 1.499;
  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: 26px;
  padding: 0 15px;
  font-size: 12px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 12px;
  border-radius: 4px;
}
.ant-btn > a:only-child {
  color: currentColor;
}
.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus {
  color: #609cd1;
  background-color: #fff;
  border-color: #609cd1;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:active,
.ant-btn.active {
  color: #285f9e;
  background-color: #fff;
  border-color: #285f9e;
}
.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child::after,
.ant-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-disabled,
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn-disabled:hover,
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn-disabled:focus,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn-disabled:active,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn-disabled.active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-disabled > a:only-child,
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn-disabled:hover > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn-disabled:focus > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn-disabled:active > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn-disabled.active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-disabled > a:only-child::after,
.ant-btn.disabled > a:only-child::after,
.ant-btn[disabled] > a:only-child::after,
.ant-btn-disabled:hover > a:only-child::after,
.ant-btn.disabled:hover > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn-disabled:focus > a:only-child::after,
.ant-btn.disabled:focus > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn-disabled:active > a:only-child::after,
.ant-btn.disabled:active > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after,
.ant-btn-disabled.active > a:only-child::after,
.ant-btn.disabled.active > a:only-child::after,
.ant-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  text-decoration: none;
  background: #fff;
}
.ant-btn > i,
.ant-btn > span {
  display: inline-block;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.ant-btn-primary {
  color: #fff;
  background-color: #3b7fc4;
  border-color: #3b7fc4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #609cd1;
  border-color: #609cd1;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #285f9e;
  border-color: #285f9e;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child::after,
.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary-disabled,
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary-disabled:focus,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary-disabled:active,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary-disabled.active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-primary-disabled > a:only-child,
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #609cd1;
  border-left-color: #609cd1;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #609cd1;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #609cd1;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-color: #d9d9d9;
}
.ant-btn-ghost > a:only-child {
  color: currentColor;
}
.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #609cd1;
  background-color: transparent;
  border-color: #609cd1;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #285f9e;
  background-color: transparent;
  border-color: #285f9e;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child::after,
.ant-btn-ghost.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost-disabled,
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost-disabled:hover,
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost-disabled:focus,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost-disabled:active,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost-disabled.active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-ghost-disabled > a:only-child,
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost-disabled:hover > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost-disabled:focus > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost-disabled:active > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost-disabled.active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost-disabled > a:only-child::after,
.ant-btn-ghost.disabled > a:only-child::after,
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost-disabled:hover > a:only-child::after,
.ant-btn-ghost.disabled:hover > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost-disabled:focus > a:only-child::after,
.ant-btn-ghost.disabled:focus > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost-disabled:active > a:only-child::after,
.ant-btn-ghost.disabled:active > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after,
.ant-btn-ghost-disabled.active > a:only-child::after,
.ant-btn-ghost.disabled.active > a:only-child::after,
.ant-btn-ghost[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentColor;
}
.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #609cd1;
  background-color: #fff;
  border-color: #609cd1;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #285f9e;
  background-color: #fff;
  border-color: #285f9e;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child::after,
.ant-btn-dashed.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed-disabled,
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed-disabled:hover,
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed-disabled:focus,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed-disabled:active,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed-disabled.active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dashed-disabled > a:only-child,
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed-disabled:hover > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed-disabled:focus > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed-disabled:active > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed-disabled.active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed-disabled > a:only-child::after,
.ant-btn-dashed.disabled > a:only-child::after,
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed-disabled:hover > a:only-child::after,
.ant-btn-dashed.disabled:hover > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed-disabled:focus > a:only-child::after,
.ant-btn-dashed.disabled:focus > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed-disabled:active > a:only-child::after,
.ant-btn-dashed.disabled:active > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after,
.ant-btn-dashed-disabled.active > a:only-child::after,
.ant-btn-dashed.disabled.active > a:only-child::after,
.ant-btn-dashed[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  background-color: #ff7875;
  border-color: #ff7875;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #d9363e;
  border-color: #d9363e;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child::after,
.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger-disabled,
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger-disabled:hover,
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger-disabled:focus,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger-disabled:active,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger-disabled.active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-danger-disabled > a:only-child,
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link {
  color: #3b7fc4;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #609cd1;
  background-color: transparent;
  border-color: #609cd1;
}
.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:active,
.ant-btn-link.active {
  color: #285f9e;
  background-color: transparent;
  border-color: #285f9e;
}
.ant-btn-link:active > a:only-child,
.ant-btn-link.active > a:only-child {
  color: currentColor;
}
.ant-btn-link:active > a:only-child::after,
.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-icon-only {
  width: 26px;
  height: 26px;
  padding: 0;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 16px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 12px;
  border-radius: 4px;
}
.ant-btn-icon-only > i {
  vertical-align: middle;
}
.ant-btn-round {
  height: 26px;
  padding: 0 13px;
  font-size: 12px;
  border-radius: 26px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0 12px;
  font-size: 12px;
  border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
  width: auto;
}
.ant-btn-circle,
.ant-btn-circle-outline {
  min-width: 26px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}
.ant-btn.ant-btn-loading {
  position: relative;
}
.ant-btn.ant-btn-loading:not([disabled]) {
  pointer-events: none;
}
.ant-btn.ant-btn-loading::before {
  display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
  margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}
.ant-btn-group {
  position: relative;
  display: inline-block;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
  z-index: 2;
}
.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
  z-index: 0;
}
.ant-btn-group > .ant-btn-icon-only {
  font-size: 12px;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 0;
  line-height: 38px;
}
.ant-btn-group-lg > .ant-btn.ant-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  height: 24px;
  padding: 0 7px;
  font-size: 12px;
  border-radius: 0;
  line-height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 12px;
}
.ant-btn-group-sm > .ant-btn.ant-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child {
  border-radius: 4px;
}
.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 4px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 4px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #3b7fc4;
  background-color: transparent;
  border-color: #3b7fc4;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #609cd1;
  background-color: transparent;
  border-color: #609cd1;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #285f9e;
  background-color: transparent;
  border-color: #285f9e;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary-disabled,
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary-disabled:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary-disabled:active,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary-disabled.active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  background-color: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  background-color: transparent;
  border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #d9363e;
  background-color: transparent;
  border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger-disabled,
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger-disabled:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger-disabled:active,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger-disabled.active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link {
  color: #3b7fc4;
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #fff;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-link:focus {
  color: #609cd1;
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link:active,
.ant-btn-background-ghost.ant-btn-link.active {
  color: #285f9e;
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link-disabled,
.ant-btn-background-ghost.ant-btn-link.disabled,
.ant-btn-background-ghost.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-link-disabled:hover,
.ant-btn-background-ghost.ant-btn-link.disabled:hover,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-link-disabled:focus,
.ant-btn-background-ghost.ant-btn-link.disabled:focus,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-link-disabled:active,
.ant-btn-background-ghost.ant-btn-link.disabled:active,
.ant-btn-background-ghost.ant-btn-link[disabled]:active,
.ant-btn-background-ghost.ant-btn-link-disabled.active,
.ant-btn-background-ghost.ant-btn-link.disabled.active,
.ant-btn-background-ghost.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.ant-btn-block {
  width: 100%;
}
.ant-btn:empty {
  vertical-align: top;
}
a.ant-btn {
  padding-top: 0.1px;
  line-height: 24px;
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
.ant-fullcalendar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  border-top: 1px solid #d9d9d9;
  outline: none;
}
.ant-select.ant-fullcalendar-year-select {
  min-width: 90px;
}
.ant-select.ant-fullcalendar-year-select.ant-select-sm {
  min-width: 70px;
}
.ant-select.ant-fullcalendar-month-select {
  min-width: 80px;
  margin-left: 8px;
}
.ant-select.ant-fullcalendar-month-select.ant-select-sm {
  min-width: 70px;
}
.ant-fullcalendar-header {
  padding: 11px 16px 11px 0;
  text-align: right;
}
.ant-fullcalendar-header .ant-select-dropdown {
  text-align: left;
}
.ant-fullcalendar-header .ant-radio-group {
  margin-left: 8px;
  text-align: left;
}
.ant-fullcalendar-header label.ant-radio-button {
  height: 22px;
  padding: 0 10px;
  line-height: 20px;
}
.ant-fullcalendar-date-panel {
  position: relative;
  outline: none;
}
.ant-fullcalendar-calendar-body {
  padding: 8px 12px;
}
.ant-fullcalendar table {
  width: 100%;
  max-width: 100%;
  height: 256px;
  background-color: transparent;
  border-collapse: collapse;
}
.ant-fullcalendar table,
.ant-fullcalendar th,
.ant-fullcalendar td {
  border: 0;
}
.ant-fullcalendar td {
  position: relative;
}
.ant-fullcalendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}
.ant-fullcalendar-column-header {
  width: 33px;
  padding: 0;
  line-height: 18px;
  text-align: center;
}
.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner {
  display: none;
}
.ant-fullcalendar-month,
.ant-fullcalendar-date {
  text-align: center;
  transition: all 0.3s;
}
.ant-fullcalendar-value {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  transition: all 0.3s;
}
.ant-fullcalendar-value:hover {
  background: #f0faff;
  cursor: pointer;
}
.ant-fullcalendar-value:active {
  color: #fff;
  background: #3b7fc4;
}
.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value {
  width: 48px;
}
.ant-fullcalendar-today .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value {
  box-shadow: 0 0 0 1px #3b7fc4 inset;
}
.ant-fullcalendar-selected-day .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value {
  color: #fff;
  background: #3b7fc4;
}
.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-fullcalendar-last-month-cell .ant-fullcalendar-value,
.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-month-panel-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-fullcalendar-content {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
}
.ant-fullcalendar-fullscreen {
  border-top: 0;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-table {
  table-layout: fixed;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group {
  margin-left: 16px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button {
  height: 26px;
  line-height: 24px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date {
  display: block;
  height: 116px;
  margin: 0 4px;
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.65);
  text-align: left;
  border-top: 2px solid #e8e8e8;
  transition: background 0.3s;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover {
  background: #f0faff;
  cursor: pointer;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active {
  background: #e9f2f7;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
  padding-right: 12px;
  padding-bottom: 5px;
  text-align: right;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-value {
  width: auto;
  text-align: right;
  background: transparent;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.65);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date {
  background: transparent;
  border-top-color: #3b7fc4;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  box-shadow: none;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date {
  background: #f0faff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  color: #3b7fc4;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,
.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-content {
  position: static;
  width: auto;
  height: 88px;
  overflow-y: auto;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover {
  cursor: not-allowed;
}
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover {
  background: transparent;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-value {
  width: auto;
  color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  cursor: not-allowed;
}
.ant-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.ant-card-hoverable {
  cursor: pointer;
}
.ant-card-hoverable:hover {
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #e8e8e8;
}
.ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 14px;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
  zoom: 1;
}
.ant-card-head::before,
.ant-card-head::after {
  display: table;
  content: '';
}
.ant-card-head::after {
  clear: both;
}
.ant-card-head::before,
.ant-card-head::after {
  display: table;
  content: '';
}
.ant-card-head::after {
  clear: both;
}
.ant-card-head-wrapper {
  display: flex;
  align-items: center;
}
.ant-card-head-title {
  display: inline-block;
  flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-head .ant-tabs {
  clear: both;
  margin-bottom: -17px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 12px;
}
.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
}
.ant-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 12px;
}
.ant-card-body {
  padding: 24px;
  zoom: 1;
}
.ant-card-body::before,
.ant-card-body::after {
  display: table;
  content: '';
}
.ant-card-body::after {
  clear: both;
}
.ant-card-body::before,
.ant-card-body::after {
  display: table;
  content: '';
}
.ant-card-body::after {
  clear: both;
}
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  float: left;
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, 1px 0 0 0 #e8e8e8 inset, 0 1px 0 0 #e8e8e8 inset;
  transition: all 0.3s;
}
.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0;
}
.ant-card-cover > * {
  display: block;
  width: 100%;
}
.ant-card-cover img {
  border-radius: 2px 2px 0 0;
}
.ant-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  zoom: 1;
}
.ant-card-actions::before,
.ant-card-actions::after {
  display: table;
  content: '';
}
.ant-card-actions::after {
  clear: both;
}
.ant-card-actions::before,
.ant-card-actions::after {
  display: table;
  content: '';
}
.ant-card-actions::after {
  clear: both;
}
.ant-card-actions > li {
  float: left;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 12px;
  line-height: 22px;
  cursor: pointer;
}
.ant-card-actions > li > span:hover {
  color: #3b7fc4;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn),
.ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #3b7fc4;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 12px;
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta {
  margin: -4px 0;
  zoom: 1;
}
.ant-card-meta::before,
.ant-card-meta::after {
  display: table;
  content: '';
}
.ant-card-meta::after {
  clear: both;
}
.ant-card-meta::before,
.ant-card-meta::after {
  display: table;
  content: '';
}
.ant-card-meta::after {
  clear: both;
}
.ant-card-meta-avatar {
  float: left;
  padding-right: 16px;
}
.ant-card-meta-detail {
  overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ant-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-card-loading {
  overflow: hidden;
}
.ant-card-loading .ant-card-body {
  user-select: none;
}
.ant-card-loading-content p {
  margin: 0;
}
.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 2px;
  animation: card-loading 1.4s ease infinite;
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 12px;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 12px;
}
.ant-card-small > .ant-card-body {
  padding: 12px;
}
.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .ant-carousel .slick-slide {
  float: right;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '←';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '→';
}
.ant-carousel .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 16px;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  width: 24px;
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  width: 3px;
  height: auto;
  transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
}
.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-cascader {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-cascader-input.ant-input {
  position: static;
  width: 100%;
  padding-right: 24px;
  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: 12px;
  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: #609cd1;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 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 20px 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: #609cd1;
  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: 12px;
  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;
  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: 4px 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: #f0faff;
}
.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-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-loading-icon {
  font-size: 12px;
}
.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #f5222d;
}
@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: 12px;
  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: #3b7fc4;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #3b7fc4;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  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: 14px;
  height: 14px;
  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: 22%;
  display: table;
  width: 5px;
  height: 8px;
  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: #3b7fc4;
  border-color: #3b7fc4;
}
.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-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}
.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  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-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.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: 12px;
  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: 6px;
  height: 6px;
  background-color: #3b7fc4;
  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);
}
.ant-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-block;
  font-size: 12px;
  transform: translateY(-50%);
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow > * {
  line-height: 1;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  display: inline-block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow::before {
  display: none;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow-icon {
  display: block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  float: right;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  right: 16px;
  left: auto;
}
.ant-collapse-anim-active {
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-collapse-content {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-inactive {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 4px 4px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-comment {
  position: relative;
}
.ant-comment-inner {
  display: flex;
  padding: 16px 0;
}
.ant-comment-avatar {
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer;
}
.ant-comment-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.ant-comment-content {
  position: relative;
  flex: 1 1 auto;
  min-width: 1px;
  font-size: 12px;
  word-wrap: break-word;
}
.ant-comment-content-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 12px;
}
.ant-comment-content-author > a,
.ant-comment-content-author > span {
  padding-right: 8px;
  font-size: 12px;
  line-height: 18px;
}
.ant-comment-content-author-name {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  transition: color 0.3s;
}
.ant-comment-content-author-name > * {
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-content-author-name > *:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-content-author-time {
  color: #ccc;
  white-space: nowrap;
  cursor: auto;
}
.ant-comment-content-detail p {
  white-space: pre-wrap;
}
.ant-comment-actions {
  margin-top: 12px;
  padding-left: 0;
}
.ant-comment-actions > li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-actions > li > span {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  user-select: none;
}
.ant-comment-actions > li > span:hover {
  color: #595959;
}
.ant-comment-nested {
  margin-left: 44px;
}
.ant-calendar-picker-container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  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: 12px;
  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 {
  line-height: 1.5;
}
.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: #609cd1;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #609cd1;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 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: 12px;
  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: 12px;
  line-height: 1;
}
.ant-input-disabled + .ant-calendar-picker-icon {
  cursor: not-allowed;
}
.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: 12px;
  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-input:placeholder-shown {
  text-overflow: ellipsis;
}
.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: #609cd1;
}
.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;
  height: 100%;
}
.ant-calendar-header .ant-calendar-prev-century-btn::before,
.ant-calendar-header .ant-calendar-prev-decade-btn::before,
.ant-calendar-header .ant-calendar-prev-year-btn::before,
.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 {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-prev-century-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-century-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.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 {
  display: none;
}
.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 {
  position: relative;
  left: -3px;
  display: inline-block;
}
.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;
  height: 100%;
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.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 {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-next-century-btn:hover::before,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-next-year-btn:hover::before,
.ant-calendar-header .ant-calendar-next-century-btn:hover::after,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.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 {
  display: none;
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.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 {
  transform: rotate(135deg) scale(0.8);
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before {
  position: relative;
  left: 3px;
}
.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 {
  display: inline-block;
}
.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-prev-month-btn::before,
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-prev-month-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-next-month-btn:hover::before,
.ant-calendar-header .ant-calendar-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-next-month-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.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: #f0faff;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #609cd1;
}
.ant-calendar-today .ant-calendar-date {
  color: #3b7fc4;
  font-weight: bold;
  border-color: #3b7fc4;
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #e9f2f7;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date,
.ant-calendar-last-month-cell .ant-calendar-date:hover,
.ant-calendar-next-month-btn-day .ant-calendar-date:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
}
.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: 12px;
  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: 26px;
  padding: 0 15px;
  color: #fff;
  background-color: #3b7fc4;
  border-color: #3b7fc4;
  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: 12px;
  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: 40px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 12px;
  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: #609cd1;
  border-color: #609cd1;
}
.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: #285f9e;
  border-color: #285f9e;
}
.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;
}
.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:placeholder-shown {
  text-overflow: ellipsis;
}
.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-today :not(.ant-calendar-disabled-cell) :not(.ant-calendar-last-month-cell) :not(.ant-calendar-next-month-btn-day) .ant-calendar-date {
  color: #3b7fc4;
  background: #e9f2f7;
  border-color: #3b7fc4;
}
.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date {
  color: #fff;
  background: #3b7fc4;
  border: 1px solid transparent;
}
.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #3b7fc4;
}
.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: 26px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
  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;
  line-height: 24px;
  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:placeholder-shown,
.ant-calendar-range .ant-calendar-time-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #609cd1;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #609cd1;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 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: #d9d9d9;
  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: #d9d9d9;
  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: 26px;
  line-height: 1.5;
  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: 40px;
  padding: 6px 11px;
  font-size: 14px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.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: #f0faff;
  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,
.ant-calendar-range .ant-calendar-decade-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,
.ant-calendar-range .ant-calendar-decade-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: 12px;
  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;
  height: 226px;
  overflow: hidden;
  font-size: 12px;
  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 {
  width: 100%;
  max-height: 206px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-calendar-time-picker-select li {
  width: 100%;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  transition: all 0.3s;
  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: #f0faff;
}
.ant-calendar-time-picker-select li:focus {
  color: #3b7fc4;
  font-weight: 600;
  outline: none;
}
li.ant-calendar-time-picker-select-option-selected {
  font-weight: 600;
  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: 0;
  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;
  position: relative;
}
.ant-calendar-month-panel-header a:hover {
  color: #609cd1;
}
.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;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::before,
.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 {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.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 {
  display: none;
}
.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 {
  position: relative;
  left: -3px;
  display: inline-block;
}
.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;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.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 {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.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 {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.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 {
  transform: rotate(135deg) scale(0.8);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.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 {
  display: inline-block;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.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: #3b7fc4;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  color: #fff;
  background: #3b7fc4;
}
.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: #f0faff;
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 0;
  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;
  position: relative;
}
.ant-calendar-year-panel-header a:hover {
  color: #609cd1;
}
.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;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::before,
.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 {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.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 {
  display: none;
}
.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 {
  position: relative;
  left: -3px;
  display: inline-block;
}
.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;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.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 {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.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 {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.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 {
  transform: rotate(135deg) scale(0.8);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.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 {
  display: inline-block;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.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: #f0faff;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  color: #fff;
  background: #3b7fc4;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  color: #fff;
  background: #3b7fc4;
}
.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;
  position: relative;
}
.ant-calendar-decade-panel-header a:hover {
  color: #609cd1;
}
.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;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::before,
.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 {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.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 {
  display: none;
}
.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 {
  position: relative;
  left: -3px;
  display: inline-block;
}
.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;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.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 {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.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 {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.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 {
  transform: rotate(135deg) scale(0.8);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.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 {
  display: inline-block;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.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: #f0faff;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  color: #fff;
  background: #3b7fc4;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #3b7fc4;
}
.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: #f0faff;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  font-weight: bold;
  background: #e9f2f7;
}
.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;
}
.ant-descriptions-title {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
.ant-descriptions-view {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.ant-descriptions-view table {
  width: 100%;
  table-layout: fixed;
}
.ant-descriptions-row > th,
.ant-descriptions-row > td {
  padding-bottom: 16px;
}
.ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-item-label {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
}
.ant-descriptions-item-label::after {
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
  content: ' ';
}
.ant-descriptions-item-colon::after {
  content: ':';
}
.ant-descriptions-item-no-label::after {
  margin: 0;
  content: '';
}
.ant-descriptions-item-content {
  display: table-cell;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
}
.ant-descriptions-item {
  padding-bottom: 0;
}
.ant-descriptions-item > span {
  display: inline-block;
}
.ant-descriptions-middle .ant-descriptions-row > th,
.ant-descriptions-middle .ant-descriptions-row > td {
  padding-bottom: 12px;
}
.ant-descriptions-small .ant-descriptions-row > th,
.ant-descriptions-small .ant-descriptions-row > td {
  padding-bottom: 8px;
}
.ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #e8e8e8;
}
.ant-descriptions-bordered .ant-descriptions-view > table {
  table-layout: auto;
}
.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-bordered .ant-descriptions-item-content {
  padding: 16px 24px;
  border-right: 1px solid #e8e8e8;
}
.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-right: none;
}
.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: #fafafa;
}
.ant-descriptions-bordered .ant-descriptions-item-label::after {
  display: none;
}
.ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #e8e8e8;
}
.ant-descriptions-bordered .ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
  padding: 12px 24px;
}
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
  padding: 8px 16px;
}
.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #e8e8e8;
}
.ant-divider,
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
}
.ant-divider-horizontal {
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text-center,
.ant-divider-horizontal.ant-divider-with-text-left,
.ant-divider-horizontal.ant-divider-with-text-right {
  display: table;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
  background: transparent;
}
.ant-divider-horizontal.ant-divider-with-text-center::before,
.ant-divider-horizontal.ant-divider-with-text-left::before,
.ant-divider-horizontal.ant-divider-with-text-right::before,
.ant-divider-horizontal.ant-divider-with-text-center::after,
.ant-divider-horizontal.ant-divider-with-text-left::after,
.ant-divider-horizontal.ant-divider-with-text-right::after {
  position: relative;
  top: 50%;
  display: table-cell;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  transform: translateY(50%);
  content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,
.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}
.ant-divider-dashed {
  background: none;
  border-color: #e8e8e8;
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed {
  border-top: 0;
}
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}
.ant-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
}
.ant-drawer > * {
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-content-wrapper {
  position: absolute;
}
.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%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.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-right.ant-drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px);
}
.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%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.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-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 1;
  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: 14px;
  line-height: 22px;
}
.ant-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  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: 14px;
  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: 12px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-drawer-wrapper-body {
  height: 100%;
  overflow: auto;
}
.ant-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  filter: alpha(opacity=45);
  transition: opacity 0.3s linear, height 0s ease 0.3s;
}
.ant-drawer-open-content {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: -7px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}
.ant-dropdown-wrap .anticon-down::before {
  transition: transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
}
.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
  padding: 0;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #3b7fc4;
  background-color: #f0faff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #f0faff;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.45);
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  font-size: 12px;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 26px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #3b7fc4;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-trigger > .anticon.anticon-down,
:root .ant-dropdown-link > .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-button .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-button .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #3b7fc4;
}
.ant-empty {
  margin: 0 8px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ant-empty-image img {
  height: 100%;
}
.ant-empty-image svg {
  height: 100%;
  margin: auto;
}
.ant-empty-description {
  margin: 0;
}
.ant-empty-footer {
  margin-top: 16px;
}
.ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-normal .ant-empty-image {
  height: 40px;
}
.ant-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-small .ant-empty-image {
  height: 35px;
}
.ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 12px;
}
.ant-form input[type='search'] {
  box-sizing: border-box;
}
.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}
.ant-form input[type='file'] {
  display: block;
}
.ant-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
}
.ant-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 12px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-form-hide-required-mark .ant-form-item-required::before {
  display: none;
}
.ant-form-item-label > label {
  color: rgba(0, 0, 0, 0.85);
}
.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' ';
}
.ant-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  margin-bottom: 15px;
  vertical-align: top;
}
.ant-form-item label {
  position: relative;
}
.ant-form-item label > .anticon {
  font-size: 12px;
  vertical-align: top;
}
.ant-form-item-control {
  position: relative;
  line-height: 40px;
  zoom: 1;
}
.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: '';
}
.ant-form-item-control::after {
  clear: both;
}
.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: '';
}
.ant-form-item-control::after {
  clear: both;
}
.ant-form-item-children {
  position: relative;
}
.ant-form-item-with-help {
  margin-bottom: 2px;
}
.ant-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 39.9999px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ant-form-item-label-left {
  text-align: left;
}
.ant-form-item .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-explain,
.ant-form-extra {
  clear: both;
  min-height: 19px;
  margin-top: -5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 1.5;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-form-explain {
  margin-bottom: -1px;
}
.ant-form-extra {
  padding-top: 4px;
}
.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 30px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input {
  padding-right: 49px;
}
form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
  padding-right: 68px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 23px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 12px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 23px;
}
form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 23px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 23px;
}
form .ant-mentions,
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px;
}
form .ant-upload {
  background: transparent;
}
form input[type='radio'],
form input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
form .ant-input-number-handler-wrap {
  z-index: 2;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  display: inline-block;
  vertical-align: middle;
}
form:not(.ant-form-vertical) :not(.ant-input-group-wrapper) > .ant-input-group,
form:not(.ant-form-vertical) .ant-input-group-wrapper {
  position: relative;
  top: -1px;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5;
  white-space: initial;
  text-align: left;
}
.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
  display: none;
}
.ant-form-vertical .ant-form-item {
  padding-bottom: 8px;
}
.ant-form-vertical .ant-form-item-control {
  line-height: 1.5;
}
.ant-form-vertical .ant-form-explain {
  margin-top: 2px;
  margin-bottom: -5px;
}
.ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}
@media (max-width: 575px) {
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item-label label::after {
    display: none;
  }
  .ant-col-xs-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xs-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-sm-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-md-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-lg-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xl-24.ant-form-item-label label::after {
    display: none;
  }
}
.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 15px;
}
.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: top;
}
.ant-form-inline .ant-form-text {
  display: inline-block;
}
.ant-form-inline .has-feedback {
  display: inline-block;
}
.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 26px;
  height: 20px;
  margin-top: -10px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.has-error.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.has-success.has-feedback .ant-form-item-children-icon {
  color: #52c41a;
  animation-name: diffZoomIn1 !important;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #faad14;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14;
}
.has-warning .ant-input-prefix {
  color: #faad14;
}
.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .has-feedback {
  color: #faad14;
}
.has-warning.has-feedback .ant-form-item-children-icon {
  color: #faad14;
  animation-name: diffZoomIn3 !important;
}
.has-warning .ant-select-selection {
  border-color: #faad14;
}
.has-warning .ant-select-selection:hover {
  border-color: #faad14;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #faad14;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #faad14;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #faad14;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f5222d;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #f5222d;
}
.has-error .ant-input-prefix {
  color: #f5222d;
}
.has-error .ant-input-group-addon {
  color: #f5222d;
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .has-feedback {
  color: #f5222d;
}
.has-error.has-feedback .ant-form-item-children-icon {
  color: #f5222d;
  animation-name: diffZoomIn2 !important;
}
.has-error .ant-select-selection {
  border-color: #f5222d;
}
.has-error .ant-select-selection:hover {
  border-color: #f5222d;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #f5222d;
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  box-shadow: none;
}
.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #f5222d;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #f5222d;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #f5222d;
}
.has-error .ant-transfer-list {
  border-color: #f5222d;
}
.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}
.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #609cd1;
  border-right-width: 1px !important;
}
.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #609cd1;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 0.2);
}
.is-validating.has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #3b7fc4;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 15px;
}
.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 2px;
}
.show-help-enter,
.show-help-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  animation-name: antShowHelpIn;
  animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  animation-name: antShowHelpOut;
  animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.ant-row {
  position: relative;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  zoom: 1;
  display: block;
  box-sizing: border-box;
}
.ant-row::before,
.ant-row::after {
  display: table;
  content: '';
}
.ant-row::after {
  clear: both;
}
.ant-row::before,
.ant-row::after {
  display: table;
  content: '';
}
.ant-row::after {
  clear: both;
}
.ant-row + .ant-row::before {
  clear: both;
}
.ant-row-flex {
  display: flex;
  flex-flow: row wrap;
}
.ant-row-flex::before,
.ant-row-flex::after {
  display: flex;
}
.ant-row-flex-start {
  justify-content: flex-start;
}
.ant-row-flex-center {
  justify-content: center;
}
.ant-row-flex-end {
  justify-content: flex-end;
}
.ant-row-flex-space-between {
  justify-content: space-between;
}
.ant-row-flex-space-around {
  justify-content: space-around;
}
.ant-row-flex-top {
  align-items: flex-start;
}
.ant-row-flex-middle {
  align-items: center;
}
.ant-row-flex-bottom {
  align-items: flex-end;
}
.ant-col {
  position: relative;
  min-height: 1px;
}
.ant-col-1,
.ant-col-xs-1,
.ant-col-sm-1,
.ant-col-md-1,
.ant-col-lg-1,
.ant-col-2,
.ant-col-xs-2,
.ant-col-sm-2,
.ant-col-md-2,
.ant-col-lg-2,
.ant-col-3,
.ant-col-xs-3,
.ant-col-sm-3,
.ant-col-md-3,
.ant-col-lg-3,
.ant-col-4,
.ant-col-xs-4,
.ant-col-sm-4,
.ant-col-md-4,
.ant-col-lg-4,
.ant-col-5,
.ant-col-xs-5,
.ant-col-sm-5,
.ant-col-md-5,
.ant-col-lg-5,
.ant-col-6,
.ant-col-xs-6,
.ant-col-sm-6,
.ant-col-md-6,
.ant-col-lg-6,
.ant-col-7,
.ant-col-xs-7,
.ant-col-sm-7,
.ant-col-md-7,
.ant-col-lg-7,
.ant-col-8,
.ant-col-xs-8,
.ant-col-sm-8,
.ant-col-md-8,
.ant-col-lg-8,
.ant-col-9,
.ant-col-xs-9,
.ant-col-sm-9,
.ant-col-md-9,
.ant-col-lg-9,
.ant-col-10,
.ant-col-xs-10,
.ant-col-sm-10,
.ant-col-md-10,
.ant-col-lg-10,
.ant-col-11,
.ant-col-xs-11,
.ant-col-sm-11,
.ant-col-md-11,
.ant-col-lg-11,
.ant-col-12,
.ant-col-xs-12,
.ant-col-sm-12,
.ant-col-md-12,
.ant-col-lg-12,
.ant-col-13,
.ant-col-xs-13,
.ant-col-sm-13,
.ant-col-md-13,
.ant-col-lg-13,
.ant-col-14,
.ant-col-xs-14,
.ant-col-sm-14,
.ant-col-md-14,
.ant-col-lg-14,
.ant-col-15,
.ant-col-xs-15,
.ant-col-sm-15,
.ant-col-md-15,
.ant-col-lg-15,
.ant-col-16,
.ant-col-xs-16,
.ant-col-sm-16,
.ant-col-md-16,
.ant-col-lg-16,
.ant-col-17,
.ant-col-xs-17,
.ant-col-sm-17,
.ant-col-md-17,
.ant-col-lg-17,
.ant-col-18,
.ant-col-xs-18,
.ant-col-sm-18,
.ant-col-md-18,
.ant-col-lg-18,
.ant-col-19,
.ant-col-xs-19,
.ant-col-sm-19,
.ant-col-md-19,
.ant-col-lg-19,
.ant-col-20,
.ant-col-xs-20,
.ant-col-sm-20,
.ant-col-md-20,
.ant-col-lg-20,
.ant-col-21,
.ant-col-xs-21,
.ant-col-sm-21,
.ant-col-md-21,
.ant-col-lg-21,
.ant-col-22,
.ant-col-xs-22,
.ant-col-sm-22,
.ant-col-md-22,
.ant-col-lg-22,
.ant-col-23,
.ant-col-xs-23,
.ant-col-sm-23,
.ant-col-md-23,
.ant-col-lg-23,
.ant-col-24,
.ant-col-xs-24,
.ant-col-sm-24,
.ant-col-md-24,
.ant-col-lg-24 {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.ant-col-1,
.ant-col-2,
.ant-col-3,
.ant-col-4,
.ant-col-5,
.ant-col-6,
.ant-col-7,
.ant-col-8,
.ant-col-9,
.ant-col-10,
.ant-col-11,
.ant-col-12,
.ant-col-13,
.ant-col-14,
.ant-col-15,
.ant-col-16,
.ant-col-17,
.ant-col-18,
.ant-col-19,
.ant-col-20,
.ant-col-21,
.ant-col-22,
.ant-col-23,
.ant-col-24 {
  flex: 0 0 auto;
  float: left;
}
.ant-col-24 {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  order: 24;
}
.ant-col-23 {
  display: block;
  box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  order: 23;
}
.ant-col-22 {
  display: block;
  box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  order: 22;
}
.ant-col-21 {
  display: block;
  box-sizing: border-box;
  width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  order: 21;
}
.ant-col-20 {
  display: block;
  box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  order: 20;
}
.ant-col-19 {
  display: block;
  box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  order: 19;
}
.ant-col-18 {
  display: block;
  box-sizing: border-box;
  width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  order: 18;
}
.ant-col-17 {
  display: block;
  box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  order: 17;
}
.ant-col-16 {
  display: block;
  box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  order: 16;
}
.ant-col-15 {
  display: block;
  box-sizing: border-box;
  width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  order: 15;
}
.ant-col-14 {
  display: block;
  box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  order: 14;
}
.ant-col-13 {
  display: block;
  box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  order: 13;
}
.ant-col-12 {
  display: block;
  box-sizing: border-box;
  width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  order: 12;
}
.ant-col-11 {
  display: block;
  box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  order: 11;
}
.ant-col-10 {
  display: block;
  box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  order: 10;
}
.ant-col-9 {
  display: block;
  box-sizing: border-box;
  width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  order: 9;
}
.ant-col-8 {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  order: 8;
}
.ant-col-7 {
  display: block;
  box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  order: 7;
}
.ant-col-6 {
  display: block;
  box-sizing: border-box;
  width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  order: 6;
}
.ant-col-5 {
  display: block;
  box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  order: 5;
}
.ant-col-4 {
  display: block;
  box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  order: 4;
}
.ant-col-3 {
  display: block;
  box-sizing: border-box;
  width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  order: 3;
}
.ant-col-2 {
  display: block;
  box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  order: 2;
}
.ant-col-1 {
  display: block;
  box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  order: 0;
}
.ant-col-xs-1,
.ant-col-xs-2,
.ant-col-xs-3,
.ant-col-xs-4,
.ant-col-xs-5,
.ant-col-xs-6,
.ant-col-xs-7,
.ant-col-xs-8,
.ant-col-xs-9,
.ant-col-xs-10,
.ant-col-xs-11,
.ant-col-xs-12,
.ant-col-xs-13,
.ant-col-xs-14,
.ant-col-xs-15,
.ant-col-xs-16,
.ant-col-xs-17,
.ant-col-xs-18,
.ant-col-xs-19,
.ant-col-xs-20,
.ant-col-xs-21,
.ant-col-xs-22,
.ant-col-xs-23,
.ant-col-xs-24 {
  flex: 0 0 auto;
  float: left;
}
.ant-col-xs-24 {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  order: 24;
}
.ant-col-xs-23 {
  display: block;
  box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  order: 23;
}
.ant-col-xs-22 {
  display: block;
  box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  order: 22;
}
.ant-col-xs-21 {
  display: block;
  box-sizing: border-box;
  width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  order: 21;
}
.ant-col-xs-20 {
  display: block;
  box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  order: 20;
}
.ant-col-xs-19 {
  display: block;
  box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  order: 19;
}
.ant-col-xs-18 {
  display: block;
  box-sizing: border-box;
  width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  order: 18;
}
.ant-col-xs-17 {
  display: block;
  box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  order: 17;
}
.ant-col-xs-16 {
  display: block;
  box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  order: 16;
}
.ant-col-xs-15 {
  display: block;
  box-sizing: border-box;
  width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  order: 15;
}
.ant-col-xs-14 {
  display: block;
  box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  order: 14;
}
.ant-col-xs-13 {
  display: block;
  box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  order: 13;
}
.ant-col-xs-12 {
  display: block;
  box-sizing: border-box;
  width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  order: 12;
}
.ant-col-xs-11 {
  display: block;
  box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  order: 11;
}
.ant-col-xs-10 {
  display: block;
  box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  order: 10;
}
.ant-col-xs-9 {
  display: block;
  box-sizing: border-box;
  width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  order: 9;
}
.ant-col-xs-8 {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  order: 8;
}
.ant-col-xs-7 {
  display: block;
  box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  order: 7;
}
.ant-col-xs-6 {
  display: block;
  box-sizing: border-box;
  width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  order: 6;
}
.ant-col-xs-5 {
  display: block;
  box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  order: 5;
}
.ant-col-xs-4 {
  display: block;
  box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  order: 4;
}
.ant-col-xs-3 {
  display: block;
  box-sizing: border-box;
  width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  order: 3;
}
.ant-col-xs-2 {
  display: block;
  box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  order: 2;
}
.ant-col-xs-1 {
  display: block;
  box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  order: 0;
}
@media (min-width: 576px) {
  .ant-col-sm-1,
  .ant-col-sm-2,
  .ant-col-sm-3,
  .ant-col-sm-4,
  .ant-col-sm-5,
  .ant-col-sm-6,
  .ant-col-sm-7,
  .ant-col-sm-8,
  .ant-col-sm-9,
  .ant-col-sm-10,
  .ant-col-sm-11,
  .ant-col-sm-12,
  .ant-col-sm-13,
  .ant-col-sm-14,
  .ant-col-sm-15,
  .ant-col-sm-16,
  .ant-col-sm-17,
  .ant-col-sm-18,
  .ant-col-sm-19,
  .ant-col-sm-20,
  .ant-col-sm-21,
  .ant-col-sm-22,
  .ant-col-sm-23,
  .ant-col-sm-24 {
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-sm-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-sm-push-24 {
    left: 100%;
  }
  .ant-col-sm-pull-24 {
    right: 100%;
  }
  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ant-col-sm-order-24 {
    order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-sm-order-23 {
    order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-22 {
    order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-sm-push-21 {
    left: 87.5%;
  }
  .ant-col-sm-pull-21 {
    right: 87.5%;
  }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-sm-order-21 {
    order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-20 {
    order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-sm-order-19 {
    order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-sm-push-18 {
    left: 75%;
  }
  .ant-col-sm-pull-18 {
    right: 75%;
  }
  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ant-col-sm-order-18 {
    order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-sm-order-17 {
    order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-16 {
    order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-sm-push-15 {
    left: 62.5%;
  }
  .ant-col-sm-pull-15 {
    right: 62.5%;
  }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-sm-order-15 {
    order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-14 {
    order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-sm-order-13 {
    order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-sm-push-12 {
    left: 50%;
  }
  .ant-col-sm-pull-12 {
    right: 50%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ant-col-sm-order-12 {
    order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-sm-order-11 {
    order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-10 {
    order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-sm-push-9 {
    left: 37.5%;
  }
  .ant-col-sm-pull-9 {
    right: 37.5%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-sm-order-9 {
    order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-8 {
    order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-sm-order-7 {
    order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-sm-push-6 {
    left: 25%;
  }
  .ant-col-sm-pull-6 {
    right: 25%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ant-col-sm-order-6 {
    order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-sm-order-5 {
    order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-4 {
    order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-sm-push-3 {
    left: 12.5%;
  }
  .ant-col-sm-pull-3 {
    right: 12.5%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-sm-order-3 {
    order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-2 {
    order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-sm-order-1 {
    order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .ant-col-md-1,
  .ant-col-md-2,
  .ant-col-md-3,
  .ant-col-md-4,
  .ant-col-md-5,
  .ant-col-md-6,
  .ant-col-md-7,
  .ant-col-md-8,
  .ant-col-md-9,
  .ant-col-md-10,
  .ant-col-md-11,
  .ant-col-md-12,
  .ant-col-md-13,
  .ant-col-md-14,
  .ant-col-md-15,
  .ant-col-md-16,
  .ant-col-md-17,
  .ant-col-md-18,
  .ant-col-md-19,
  .ant-col-md-20,
  .ant-col-md-21,
  .ant-col-md-22,
  .ant-col-md-23,
  .ant-col-md-24 {
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-md-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-md-push-24 {
    left: 100%;
  }
  .ant-col-md-pull-24 {
    right: 100%;
  }
  .ant-col-md-offset-24 {
    margin-left: 100%;
  }
  .ant-col-md-order-24 {
    order: 24;
  }
  .ant-col-md-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-md-push-23 {
    left: 95.83333333%;
  }
  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-md-order-23 {
    order: 23;
  }
  .ant-col-md-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-md-push-22 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-22 {
    order: 22;
  }
  .ant-col-md-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-md-push-21 {
    left: 87.5%;
  }
  .ant-col-md-pull-21 {
    right: 87.5%;
  }
  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-md-order-21 {
    order: 21;
  }
  .ant-col-md-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-md-push-20 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-20 {
    order: 20;
  }
  .ant-col-md-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-md-push-19 {
    left: 79.16666667%;
  }
  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-md-order-19 {
    order: 19;
  }
  .ant-col-md-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-md-push-18 {
    left: 75%;
  }
  .ant-col-md-pull-18 {
    right: 75%;
  }
  .ant-col-md-offset-18 {
    margin-left: 75%;
  }
  .ant-col-md-order-18 {
    order: 18;
  }
  .ant-col-md-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-md-push-17 {
    left: 70.83333333%;
  }
  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-md-order-17 {
    order: 17;
  }
  .ant-col-md-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-md-push-16 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-16 {
    order: 16;
  }
  .ant-col-md-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-md-push-15 {
    left: 62.5%;
  }
  .ant-col-md-pull-15 {
    right: 62.5%;
  }
  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-md-order-15 {
    order: 15;
  }
  .ant-col-md-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-md-push-14 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-14 {
    order: 14;
  }
  .ant-col-md-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-md-push-13 {
    left: 54.16666667%;
  }
  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-md-order-13 {
    order: 13;
  }
  .ant-col-md-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-md-push-12 {
    left: 50%;
  }
  .ant-col-md-pull-12 {
    right: 50%;
  }
  .ant-col-md-offset-12 {
    margin-left: 50%;
  }
  .ant-col-md-order-12 {
    order: 12;
  }
  .ant-col-md-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-md-push-11 {
    left: 45.83333333%;
  }
  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-md-order-11 {
    order: 11;
  }
  .ant-col-md-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-md-push-10 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-10 {
    order: 10;
  }
  .ant-col-md-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-md-push-9 {
    left: 37.5%;
  }
  .ant-col-md-pull-9 {
    right: 37.5%;
  }
  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-md-order-9 {
    order: 9;
  }
  .ant-col-md-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-md-push-8 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-8 {
    order: 8;
  }
  .ant-col-md-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-md-push-7 {
    left: 29.16666667%;
  }
  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-md-order-7 {
    order: 7;
  }
  .ant-col-md-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-md-push-6 {
    left: 25%;
  }
  .ant-col-md-pull-6 {
    right: 25%;
  }
  .ant-col-md-offset-6 {
    margin-left: 25%;
  }
  .ant-col-md-order-6 {
    order: 6;
  }
  .ant-col-md-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-md-push-5 {
    left: 20.83333333%;
  }
  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-md-order-5 {
    order: 5;
  }
  .ant-col-md-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-md-push-4 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-4 {
    order: 4;
  }
  .ant-col-md-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-md-push-3 {
    left: 12.5%;
  }
  .ant-col-md-pull-3 {
    right: 12.5%;
  }
  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-md-order-3 {
    order: 3;
  }
  .ant-col-md-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-md-push-2 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-2 {
    order: 2;
  }
  .ant-col-md-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-md-push-1 {
    left: 4.16666667%;
  }
  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-md-order-1 {
    order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-lg-1,
  .ant-col-lg-2,
  .ant-col-lg-3,
  .ant-col-lg-4,
  .ant-col-lg-5,
  .ant-col-lg-6,
  .ant-col-lg-7,
  .ant-col-lg-8,
  .ant-col-lg-9,
  .ant-col-lg-10,
  .ant-col-lg-11,
  .ant-col-lg-12,
  .ant-col-lg-13,
  .ant-col-lg-14,
  .ant-col-lg-15,
  .ant-col-lg-16,
  .ant-col-lg-17,
  .ant-col-lg-18,
  .ant-col-lg-19,
  .ant-col-lg-20,
  .ant-col-lg-21,
  .ant-col-lg-22,
  .ant-col-lg-23,
  .ant-col-lg-24 {
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-lg-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-lg-push-24 {
    left: 100%;
  }
  .ant-col-lg-pull-24 {
    right: 100%;
  }
  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ant-col-lg-order-24 {
    order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-lg-order-23 {
    order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-22 {
    order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-lg-push-21 {
    left: 87.5%;
  }
  .ant-col-lg-pull-21 {
    right: 87.5%;
  }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-lg-order-21 {
    order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-20 {
    order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-lg-order-19 {
    order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-lg-push-18 {
    left: 75%;
  }
  .ant-col-lg-pull-18 {
    right: 75%;
  }
  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ant-col-lg-order-18 {
    order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-lg-order-17 {
    order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-16 {
    order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-lg-push-15 {
    left: 62.5%;
  }
  .ant-col-lg-pull-15 {
    right: 62.5%;
  }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-lg-order-15 {
    order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-14 {
    order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-lg-order-13 {
    order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-lg-push-12 {
    left: 50%;
  }
  .ant-col-lg-pull-12 {
    right: 50%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ant-col-lg-order-12 {
    order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-lg-order-11 {
    order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-10 {
    order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-lg-push-9 {
    left: 37.5%;
  }
  .ant-col-lg-pull-9 {
    right: 37.5%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-lg-order-9 {
    order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-8 {
    order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-lg-order-7 {
    order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-lg-push-6 {
    left: 25%;
  }
  .ant-col-lg-pull-6 {
    right: 25%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ant-col-lg-order-6 {
    order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-lg-order-5 {
    order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-4 {
    order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-lg-push-3 {
    left: 12.5%;
  }
  .ant-col-lg-pull-3 {
    right: 12.5%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-lg-order-3 {
    order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-2 {
    order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-lg-order-1 {
    order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-xl-1,
  .ant-col-xl-2,
  .ant-col-xl-3,
  .ant-col-xl-4,
  .ant-col-xl-5,
  .ant-col-xl-6,
  .ant-col-xl-7,
  .ant-col-xl-8,
  .ant-col-xl-9,
  .ant-col-xl-10,
  .ant-col-xl-11,
  .ant-col-xl-12,
  .ant-col-xl-13,
  .ant-col-xl-14,
  .ant-col-xl-15,
  .ant-col-xl-16,
  .ant-col-xl-17,
  .ant-col-xl-18,
  .ant-col-xl-19,
  .ant-col-xl-20,
  .ant-col-xl-21,
  .ant-col-xl-22,
  .ant-col-xl-23,
  .ant-col-xl-24 {
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-xl-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xl-push-24 {
    left: 100%;
  }
  .ant-col-xl-pull-24 {
    right: 100%;
  }
  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xl-order-24 {
    order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xl-order-23 {
    order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-22 {
    order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-xl-push-21 {
    left: 87.5%;
  }
  .ant-col-xl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xl-order-21 {
    order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-20 {
    order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xl-order-19 {
    order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xl-push-18 {
    left: 75%;
  }
  .ant-col-xl-pull-18 {
    right: 75%;
  }
  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xl-order-18 {
    order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xl-order-17 {
    order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-16 {
    order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-xl-push-15 {
    left: 62.5%;
  }
  .ant-col-xl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xl-order-15 {
    order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-14 {
    order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xl-order-13 {
    order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xl-push-12 {
    left: 50%;
  }
  .ant-col-xl-pull-12 {
    right: 50%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xl-order-12 {
    order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xl-order-11 {
    order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-10 {
    order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-xl-push-9 {
    left: 37.5%;
  }
  .ant-col-xl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xl-order-9 {
    order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-8 {
    order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xl-order-7 {
    order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xl-push-6 {
    left: 25%;
  }
  .ant-col-xl-pull-6 {
    right: 25%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xl-order-6 {
    order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xl-order-5 {
    order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-4 {
    order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-xl-push-3 {
    left: 12.5%;
  }
  .ant-col-xl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xl-order-3 {
    order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-2 {
    order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xl-order-1 {
    order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    order: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xxl-1,
  .ant-col-xxl-2,
  .ant-col-xxl-3,
  .ant-col-xxl-4,
  .ant-col-xxl-5,
  .ant-col-xxl-6,
  .ant-col-xxl-7,
  .ant-col-xxl-8,
  .ant-col-xxl-9,
  .ant-col-xxl-10,
  .ant-col-xxl-11,
  .ant-col-xxl-12,
  .ant-col-xxl-13,
  .ant-col-xxl-14,
  .ant-col-xxl-15,
  .ant-col-xxl-16,
  .ant-col-xxl-17,
  .ant-col-xxl-18,
  .ant-col-xxl-19,
  .ant-col-xxl-20,
  .ant-col-xxl-21,
  .ant-col-xxl-22,
  .ant-col-xxl-23,
  .ant-col-xxl-24 {
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-xxl-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xxl-push-24 {
    left: 100%;
  }
  .ant-col-xxl-pull-24 {
    right: 100%;
  }
  .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xxl-order-24 {
    order: 24;
  }
  .ant-col-xxl-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xxl-order-23 {
    order: 23;
  }
  .ant-col-xxl-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xxl-order-22 {
    order: 22;
  }
  .ant-col-xxl-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-xxl-push-21 {
    left: 87.5%;
  }
  .ant-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xxl-order-21 {
    order: 21;
  }
  .ant-col-xxl-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xxl-order-20 {
    order: 20;
  }
  .ant-col-xxl-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xxl-order-19 {
    order: 19;
  }
  .ant-col-xxl-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xxl-push-18 {
    left: 75%;
  }
  .ant-col-xxl-pull-18 {
    right: 75%;
  }
  .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xxl-order-18 {
    order: 18;
  }
  .ant-col-xxl-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xxl-order-17 {
    order: 17;
  }
  .ant-col-xxl-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xxl-order-16 {
    order: 16;
  }
  .ant-col-xxl-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-xxl-push-15 {
    left: 62.5%;
  }
  .ant-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xxl-order-15 {
    order: 15;
  }
  .ant-col-xxl-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xxl-order-14 {
    order: 14;
  }
  .ant-col-xxl-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xxl-order-13 {
    order: 13;
  }
  .ant-col-xxl-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xxl-push-12 {
    left: 50%;
  }
  .ant-col-xxl-pull-12 {
    right: 50%;
  }
  .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xxl-order-12 {
    order: 12;
  }
  .ant-col-xxl-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xxl-order-11 {
    order: 11;
  }
  .ant-col-xxl-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xxl-order-10 {
    order: 10;
  }
  .ant-col-xxl-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-xxl-push-9 {
    left: 37.5%;
  }
  .ant-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xxl-order-9 {
    order: 9;
  }
  .ant-col-xxl-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xxl-order-8 {
    order: 8;
  }
  .ant-col-xxl-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xxl-order-7 {
    order: 7;
  }
  .ant-col-xxl-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xxl-push-6 {
    left: 25%;
  }
  .ant-col-xxl-pull-6 {
    right: 25%;
  }
  .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xxl-order-6 {
    order: 6;
  }
  .ant-col-xxl-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xxl-order-5 {
    order: 5;
  }
  .ant-col-xxl-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xxl-order-4 {
    order: 4;
  }
  .ant-col-xxl-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-xxl-push-3 {
    left: 12.5%;
  }
  .ant-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xxl-order-3 {
    order: 3;
  }
  .ant-col-xxl-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xxl-order-2 {
    order: 2;
  }
  .ant-col-xxl-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xxl-order-1 {
    order: 1;
  }
  .ant-col-xxl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xxl-push-0 {
    left: auto;
  }
  .ant-col-xxl-pull-0 {
    right: auto;
  }
  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xxl-order-0 {
    order: 0;
  }
}
.ant-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  height: 26px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}
.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input:hover {
  border-color: #609cd1;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #609cd1;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 0.2);
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 26px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 14px;
}
.ant-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ant-input-group > [class*='col-'] {
  padding-right: 8px;
}
.ant-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-group-addon .ant-select .ant-select-selection {
  margin: -1px;
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #3b7fc4;
}
.ant-input-group-addon > i:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group-addon:first-child {
  border-right: 0;
}
.ant-input-group-addon:last-child {
  border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  height: 40px;
  padding: 6px 11px;
  font-size: 14px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 40px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 24px;
}
.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  float: left;
  width: 100%;
}
.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}
.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  clear: both;
}
.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  clear: both;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:hover,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:focus,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ant-input-affix-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: start;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #609cd1;
  border-right-width: 1px !important;
}
.ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: inherit;
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  transform: translateY(-50%);
}
.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.5;
}
.ant-input-affix-wrapper .ant-input-disabled ~ .ant-input-suffix .anticon {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-input-affix-wrapper .ant-input-prefix {
  left: 12px;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 12px;
}
.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 30px;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 30px;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input:not(:last-child) {
  padding-right: 49px;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input {
  padding-right: 22px;
}
.ant-input-affix-wrapper .ant-input {
  min-height: 100%;
}
.ant-input-password-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.ant-input-password-icon:hover {
  color: #333;
}
.ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  vertical-align: 0;
}
.ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-input-clear-icon + i {
  margin-left: 6px;
}
.ant-input-textarea-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px 8px 0 0;
}
.ant-input-textarea-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-textarea-clear-icon:active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-input-textarea-clear-icon + i {
  margin-left: 6px;
}
.ant-input-search-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.ant-input-search-icon:hover {
  color: rgba(0, 0, 0, 0.8);
}
.ant-input-search-enter-button input {
  border-right: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon,
.ant-input-search-enter-button input + .ant-input-group-addon {
  padding: 0;
  border: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button,
.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  height: 26px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:hover {
  border-color: #609cd1;
  border-right-width: 1px !important;
}
.ant-input-number:focus {
  border-color: #609cd1;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 26px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 14px;
}
.ant-input-number-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  transition: all 0.1s linear;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #609cd1;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  transition: all 0.1s linear;
  user-select: none;
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
.ant-input-number:hover {
  border-color: #609cd1;
  border-right-width: 1px !important;
}
.ant-input-number-focused {
  border-color: #609cd1;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  height: 24px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  outline: 0;
  transition: all 0.3s linear;
  -moz-appearance: textfield !important;
}
.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 14px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  min-width: auto;
  margin-right: 0;
}
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  font-size: 12px;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  border-top-right-radius: 4px;
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
  text-align: center;
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}
.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: 64px;
  padding: 0 50px;
  line-height: 64px;
  background: #001529;
}
.ant-layout-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  background: #f0f2f5;
}
.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: #001529;
  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: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger:hover {
  background: #192c3e;
}
.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 4px 0 0 4px;
}
.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;
}
.ant-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
}
.ant-list * {
  outline: none;
}
.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.ant-list-pagination .ant-pagination-options {
  text-align: left;
}
.ant-list-more {
  margin-top: 12px;
  text-align: center;
}
.ant-list-more button {
  padding-right: 32px;
  padding-left: 32px;
}
.ant-list-spin {
  min-height: 40px;
  text-align: center;
}
.ant-list-empty-text {
  padding: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  text-align: center;
}
.ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.ant-list-item-content {
  color: rgba(0, 0, 0, 0.65);
}
.ant-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  font-size: 0;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  flex: 1 0;
}
.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 22px;
}
.ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #3b7fc4;
}
.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 22px;
}
.ant-list-item-action {
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-item-action-split {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #e8e8e8;
}
.ant-list-header {
  background: transparent;
}
.ant-list-footer {
  background: transparent;
}
.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-empty {
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center;
}
.ant-list-split .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}
.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-lg .ant-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ant-list-sm .ant-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ant-list-vertical .ant-list-item {
  align-items: initial;
}
.ant-list-vertical .ant-list-item-main {
  display: block;
  flex: 1;
}
.ant-list-vertical .ant-list-item-extra {
  margin-left: 40px;
}
.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 24px;
}
.ant-list-vertical .ant-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}
.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}
.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-grid .ant-col > .ant-list-item {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ant-list-item-no-flex {
  display: block;
}
.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: right;
}
.ant-list-bordered {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-list-bordered .ant-list-header {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-item {
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding-right: 16px;
  padding-left: 16px;
}
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .ant-list-item {
    flex-wrap: wrap;
  }
  .ant-list-item-action {
    margin-left: 12px;
  }
  .ant-list-vertical .ant-list-item {
    flex-wrap: wrap-reverse;
  }
  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}
.ant-mentions-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.ant-mentions-wrapper .ant-mentions-editor {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 26px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  display: block;
  height: auto;
  min-height: 26px;
  padding: 0;
  line-height: 1.5;
}
.ant-mentions-wrapper .ant-mentions-editor::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mentions-wrapper .ant-mentions-editor:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions-wrapper .ant-mentions-editor::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions-wrapper .ant-mentions-editor:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions-wrapper .ant-mentions-editor:hover {
  border-color: #609cd1;
  border-right-width: 1px !important;
}
.ant-mentions-wrapper .ant-mentions-editor:focus {
  border-color: #609cd1;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 0.2);
}
.ant-mentions-wrapper .ant-mentions-editor-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-wrapper .ant-mentions-editor-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mentions-wrapper .ant-mentions-editor[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-wrapper .ant-mentions-editor[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-mentions-wrapper .ant-mentions-editor {
  max-width: 100%;
  height: auto;
  min-height: 26px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-mentions-wrapper .ant-mentions-editor-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 14px;
}
.ant-mentions-wrapper .ant-mentions-editor-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-mentions-wrapper .ant-mentions-editor-wrapper {
  height: auto;
  overflow-y: auto;
}
.ant-mentions-wrapper.ant-mentions-active:not(.disabled) .ant-mentions-editor {
  border-color: #609cd1;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 0.2);
}
.ant-mentions-wrapper.disabled .ant-mentions-editor {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-wrapper.disabled .ant-mentions-editor:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mentions-wrapper .public-DraftEditorPlaceholder-root {
  position: absolute;
  pointer-events: none;
}
.ant-mentions-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  height: auto;
  padding: 5px 11px;
  color: #bfbfbf;
  white-space: pre-wrap;
  word-wrap: break-word;
  outline: none;
  opacity: 1;
}
.ant-mentions-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 5px 11px;
}
.ant-mentions-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  min-width: 120px;
  max-height: 250px;
  margin-top: 1.5em;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-mentions-dropdown-placement-top {
  margin-top: -0.1em;
}
.ant-mentions-dropdown-notfound.ant-mentions-dropdown-item {
  color: rgba(0, 0, 0, 0.25);
}
.ant-mentions-dropdown-notfound.ant-mentions-dropdown-item .anticon-loading {
  display: block;
  color: #3b7fc4;
  text-align: center;
}
.ant-mentions-dropdown-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s;
}
.ant-mentions-dropdown-item:hover {
  background-color: #f0faff;
}
.ant-mentions-dropdown-item.focus,
.ant-mentions-dropdown-item-active {
  background-color: #f0faff;
}
.ant-mentions-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mentions-dropdown-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mentions-dropdown-item-selected,
.ant-mentions-dropdown-item-selected:hover {
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
  background-color: #f5f5f5;
}
.ant-mentions-dropdown-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-mentions {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  width: 100%;
  height: 26px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  height: auto;
  padding: 0;
  overflow: hidden;
  line-height: 1.5;
  white-space: pre-wrap;
  vertical-align: bottom;
}
.ant-mentions::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mentions:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions:hover {
  border-color: #609cd1;
  border-right-width: 1px !important;
}
.ant-mentions:focus {
  border-color: #609cd1;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 0.2);
}
.ant-mentions-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mentions[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-mentions {
  max-width: 100%;
  height: auto;
  min-height: 26px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-mentions-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 14px;
}
.ant-mentions-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-mentions-disabled > textarea {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-disabled > textarea:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mentions-focused {
  border-color: #609cd1;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 0.2);
}
.ant-mentions > textarea,
.ant-mentions-measure {
  min-height: 24px;
  margin: 0;
  padding: 4px 11px;
  overflow: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  line-height: inherit;
  direction: inherit;
  letter-spacing: inherit;
  white-space: inherit;
  text-align: inherit;
  vertical-align: top;
  word-wrap: break-word;
  word-break: inherit;
  tab-size: inherit;
}
.ant-mentions > textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}
.ant-mentions > textarea::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mentions > textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions > textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions > textarea:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions > textarea:read-only {
  cursor: default;
}
.ant-mentions-measure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  pointer-events: none;
}
.ant-mentions-measure > span {
  display: inline-block;
  min-height: 1em;
}
.ant-mentions-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 12px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-mentions-dropdown-hidden {
  display: none;
}
.ant-mentions-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.ant-mentions-dropdown-menu-item {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-mentions-dropdown-menu-item:hover {
  background-color: #f0faff;
}
.ant-mentions-dropdown-menu-item:first-child {
  border-radius: 4px 4px 0 0;
}
.ant-mentions-dropdown-menu-item:last-child {
  border-radius: 0 0 4px 4px;
}
.ant-mentions-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  background-color: #fafafa;
}
.ant-mentions-dropdown-menu-item-active {
  background-color: #f0faff;
}
.ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 12px;
  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::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: 12px;
  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: #3b7fc4;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #f0faff;
}
.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: #3b7fc4;
}
.ant-menu-item > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.ant-menu-item > .ant-badge > a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item > .ant-badge > a:hover {
  color: #3b7fc4;
}
.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: #3b7fc4;
}
.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: #3b7fc4;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #3b7fc4;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #f0faff;
}
.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: 12px;
  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, #3b7fc4, #3b7fc4);
}
.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: #3b7fc4;
}
.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: #3b7fc4;
}
.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: #3b7fc4;
  border-bottom: 2px solid #3b7fc4;
}
.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: #3b7fc4;
}
.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #3b7fc4;
}
.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: '\20';
}
.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 #3b7fc4;
  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: 12px;
  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.02px;
}
.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 33px !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: 14px;
  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: #001529;
}
.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: #000c17;
  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: #001529;
  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:hover {
  background-color: transparent;
}
.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-dark .ant-menu-item-selected .anticon {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #3b7fc4;
}
.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;
}
.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 16px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice:first-child {
  margin-top: -8px;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #f5222d;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1890ff;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 14px;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  overflow: hidden;
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  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;
  pointer-events: none;
}
.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: 14px;
  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);
  pointer-events: auto;
}
.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: 14px;
  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: 12px;
  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.45);
  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-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: 14px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}
.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: #faad14;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}
.ant-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  z-index: 1010;
  width: 384px;
  max-width: calc(100vw - 32px);
  margin-right: 24px;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationLeftFadeIn;
}
.ant-notification-close-icon {
  font-size: 12px;
  cursor: pointer;
}
.ant-notification-notice {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ant-notification-notice-message {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 24px;
}
.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none;
}
.ant-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: '';
}
.ant-notification-notice-description {
  font-size: 12px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 14px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 12px;
}
.ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}
.anticon.ant-notification-notice-icon-success {
  color: #52c41a;
}
.anticon.ant-notification-notice-icon-info {
  color: #1890ff;
}
.anticon.ant-notification-notice-icon-warning {
  color: #faad14;
}
.anticon.ant-notification-notice-icon-error {
  color: #f5222d;
}
.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}
.ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, 0.67);
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  opacity: 0;
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-notification-fade-leave {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s;
  animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running;
}
@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
.ant-page-header {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding: 16px 24px;
  background-color: #fff;
}
.ant-page-header-ghost {
  background-color: inherit;
}
.ant-page-header.has-breadcrumb {
  padding-top: 12px;
}
.ant-page-header.has-footer {
  padding-bottom: 0;
}
.ant-page-header-back {
  float: left;
  margin: 8px 0;
  margin-right: 16px;
  font-size: 16px;
  line-height: 1;
}
.ant-page-header-back-button {
  color: #3b7fc4;
  text-decoration: none;
  outline: none;
  transition: color 0.3s;
  color: #000;
  cursor: pointer;
}
.ant-page-header-back-button:focus,
.ant-page-header-back-button:hover {
  color: #609cd1;
}
.ant-page-header-back-button:active {
  color: #285f9e;
}
.ant-page-header .ant-divider-vertical {
  height: 14px;
  margin: 0 12px;
  vertical-align: middle;
}
.ant-breadcrumb + .ant-page-header-heading {
  margin-top: 8px;
}
.ant-page-header-heading {
  width: 100%;
  overflow: hidden;
}
.ant-page-header-heading-title {
  display: block;
  float: left;
  margin-bottom: 0;
  padding-right: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
.ant-page-header-heading .ant-avatar {
  float: left;
  margin-right: 12px;
}
.ant-page-header-heading-sub-title {
  float: left;
  margin: 5px 0;
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.ant-page-header-heading-tags {
  float: left;
  margin: 4px 0;
}
.ant-page-header-heading-extra {
  float: right;
}
.ant-page-header-heading-extra > * {
  margin-left: 8px;
}
.ant-page-header-heading-extra > *:first-child {
  margin-left: 0;
}
.ant-page-header-content {
  padding-top: 12px;
  overflow: hidden;
}
.ant-page-header-footer {
  margin-top: 16px;
}
.ant-page-header-footer .ant-tabs-bar {
  margin-bottom: 1px;
  border-bottom: 0;
}
.ant-page-header-footer .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
  padding: 8px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .ant-page-header-heading-extra {
    display: block;
    float: unset;
    width: 100%;
    padding-top: 12px;
    overflow: hidden;
  }
}
.ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  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 a:hover {
  text-decoration: none;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #3b7fc4;
  transition: all 0.3s;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #3b7fc4;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #3b7fc4;
}
.ant-pagination-item-active a {
  color: #3b7fc4;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #609cd1;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #609cd1;
}
.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: #3b7fc4;
  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: #609cd1;
}
.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: #3b7fc4;
  border-color: #3b7fc4;
}
.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: 26px;
  line-height: 26px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 26px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
  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:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #609cd1;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #609cd1;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 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: #d9d9d9;
  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: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 26px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 14px;
}
.ant-pagination-options-quick-jumper input-sm {
  height: 24px;
  padding: 1px 7px;
}
.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: #3b7fc4;
}
.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;
  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;
  }
}
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  user-select: text;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }
  .ant-popover-inner {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8px;
  color: #faad14;
  font-size: 12px;
}
.ant-popover-message-title {
  padding-left: 20px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  transform: rotate(45deg);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 6px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 6px;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  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: 12px;
}
.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%;
  overflow: hidden;
  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;
}
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1890ff;
}
.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  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: 12px;
}
.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-inner:not(.ant-progress-circle-gradient) .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-inner:not(.ant-progress-circle-gradient) .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;
  }
}
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  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: 12px;
  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: #3b7fc4;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(59, 127, 196, 0.08);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #3b7fc4;
  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: 14px;
  height: 14px;
  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: 6px;
  height: 6px;
  background-color: #3b7fc4;
  border-top: 0;
  border-left: 0;
  border-radius: 6px;
  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: #3b7fc4;
}
.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: 26px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  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: 40px;
  font-size: 14px;
  line-height: 38px;
}
.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: #3b7fc4;
}
.ant-radio-button-wrapper:focus-within {
  outline: 3px solid rgba(59, 127, 196, 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:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #3b7fc4;
  background: #fff;
  border-color: #3b7fc4;
  box-shadow: -1px 0 0 0 #3b7fc4;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #3b7fc4 !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #3b7fc4;
  box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #609cd1;
  border-color: #609cd1;
  box-shadow: -1px 0 0 0 #609cd1;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #285f9e;
  border-color: #285f9e;
  box-shadow: -1px 0 0 0 #285f9e;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(59, 127, 196, 0.06);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #3b7fc4;
  border-color: #3b7fc4;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #609cd1;
  border-color: #609cd1;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #285f9e;
  border-color: #285f9e;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(59, 127, 196, 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;
  }
}
.ant-rate {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: 'tnum';
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fadb14;
  font-size: 20px;
  line-height: unset;
  list-style: none;
  outline: none;
}
.ant-rate-disabled .ant-rate-star {
  cursor: default;
}
.ant-rate-disabled .ant-rate-star:hover {
  transform: scale(1);
}
.ant-rate-star {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-rate-star:not(:last-child) {
  margin-right: 8px;
}
.ant-rate-star > div:focus {
  outline: 0;
}
.ant-rate-star > div:hover,
.ant-rate-star > div:focus {
  transform: scale(1.1);
}
.ant-rate-star-first,
.ant-rate-star-second {
  color: #e8e8e8;
  transition: all 0.3s;
  user-select: none;
}
.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
  vertical-align: middle;
}
.ant-rate-star-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}
.ant-rate-text {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
}
.ant-result {
  padding: 48px 32px;
}
.ant-result-success .ant-result-icon > .anticon {
  color: #52c41a;
}
.ant-result-error .ant-result-icon > .anticon {
  color: #f5222d;
}
.ant-result-info .ant-result-icon > .anticon {
  color: #1890ff;
}
.ant-result-warning .ant-result-icon > .anticon {
  color: #faad14;
}
.ant-result-image {
  width: 250px;
  height: 295px;
  margin: auto;
}
.ant-result-icon {
  margin-bottom: 24px;
  text-align: center;
}
.ant-result-icon > .anticon {
  font-size: 72px;
}
.ant-result-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
.ant-result-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.ant-result-extra {
  margin-top: 32px;
  text-align: center;
}
.ant-result-extra > * {
  margin-right: 8px;
}
.ant-result-extra > *:last-child {
  margin-right: 0;
}
.ant-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: #fafafa;
}
.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: 0;
}
.ant-select ul,
.ant-select ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  transform-origin: 50% 50%;
}
.ant-select-arrow > * {
  line-height: 1;
}
.ant-select-arrow svg {
  display: inline-block;
}
.ant-select-arrow::before {
  display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}
.ant-select-arrow .ant-select-arrow-icon svg {
  transition: transform 0.3s;
}
.ant-select-selection {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
}
.ant-select-selection:hover {
  border-color: #609cd1;
  border-right-width: 1px !important;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #609cd1;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 0.2);
}
.ant-select-selection__clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.ant-select-selection__clear::before {
  display: block;
}
.ant-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1;
}
.ant-select-selection-selected-value {
  float: left;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-no-arrow .ant-select-selection-selected-value {
  padding-right: 0;
}
.ant-select-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-disabled .ant-select-selection {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
  border-color: #d9d9d9;
  box-shadow: none;
}
.ant-select-disabled .ant-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.33);
  background: #f5f5f5;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none;
}
.ant-select-selection--single {
  position: relative;
  height: 26px;
  cursor: pointer;
}
.ant-select-selection--single .ant-select-selection__rendered {
  margin-right: 24px;
}
.ant-select-no-arrow .ant-select-selection__rendered {
  margin-right: 11px;
}
.ant-select-selection__rendered {
  position: relative;
  display: block;
  margin-right: 11px;
  margin-left: 11px;
  line-height: 24px;
}
.ant-select-selection__rendered::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '.';
  pointer-events: none;
}
.ant-select-lg {
  font-size: 14px;
}
.ant-select-lg .ant-select-selection--single {
  height: 40px;
}
.ant-select-lg .ant-select-selection__rendered {
  line-height: 38px;
}
.ant-select-lg .ant-select-selection--multiple {
  min-height: 40px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 32px;
  line-height: 32px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-lg .ant-select-selection--multiple .ant-select-arrow {
  top: 20px;
}
.ant-select-sm .ant-select-selection--single {
  height: 24px;
}
.ant-select-sm .ant-select-selection__rendered {
  margin-left: 7px;
  line-height: 22px;
}
.ant-select-sm .ant-select-selection--multiple {
  min-height: 24px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 16px;
  line-height: 14px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-sm .ant-select-selection--multiple .ant-select-arrow {
  top: 12px;
}
.ant-select-sm .ant-select-selection__clear,
.ant-select-sm .ant-select-arrow {
  right: 8px;
}
.ant-select-disabled .ant-select-selection__choice__remove {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}
.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-search__field__wrap {
  position: relative;
  display: inline-block;
}
.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  right: 9px;
  left: 0;
  max-width: 100%;
  height: 20px;
  margin-top: -10px;
  overflow: hidden;
  color: #bfbfbf;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}
.ant-select-search__field__placeholder {
  left: 12px;
}
.ant-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
  opacity: 0;
  pointer-events: none;
}
.ant-select-search--inline {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  background: transparent;
  border-width: 0;
  border-radius: 4px;
  outline: 0;
}
.ant-select-search--inline > i {
  float: right;
}
.ant-select-selection--multiple {
  min-height: 26px;
  padding-bottom: 3px;
  cursor: text;
  zoom: 1;
}
.ant-select-selection--multiple::before,
.ant-select-selection--multiple::after {
  display: table;
  content: '';
}
.ant-select-selection--multiple::after {
  clear: both;
}
.ant-select-selection--multiple::before,
.ant-select-selection--multiple::after {
  display: table;
  content: '';
}
.ant-select-selection--multiple::after {
  clear: both;
}
.ant-select-selection--multiple .ant-select-search--inline {
  position: static;
  float: left;
  width: auto;
  max-width: 100%;
  padding: 0;
}
.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  width: 0.75em;
  max-width: 100%;
  padding: 1px;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
  height: auto;
  margin-bottom: -3px;
  margin-left: 5px;
}
.ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 6px;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 18px;
  margin-top: 3px;
  line-height: 16px;
}
.ant-select-selection--multiple .ant-select-selection__choice {
  position: relative;
  float: left;
  max-width: 99%;
  margin-right: 4px;
  padding: 0 20px 0 10px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: default;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection--multiple .ant-select-selection__choice__disabled {
  padding: 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__content {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: inherit;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove > * {
  line-height: 1;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove svg {
  display: inline-block;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove::before {
  display: none;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon {
  display: block;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 12px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-selection--multiple .ant-select-arrow {
  top: 13px;
}
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,
.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-open .ant-select-arrow-icon svg {
  transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
  border-color: #609cd1;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 0.2);
}
.ant-select-combobox .ant-select-arrow {
  display: none;
}
.ant-select-combobox .ant-select-search--inline {
  float: none;
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
}
.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,
.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 12px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding: 4px 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 20px;
}
.ant-select-dropdown-menu-item-group-title {
  height: 32px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 32px;
}
.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
  border-radius: 0;
}
.ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #f0faff;
}
.ant-select-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  background-color: #fafafa;
}
.ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #f0faff;
}
.ant-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 32px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  color: transparent;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
  color: rgba(0, 0, 0, 0.87);
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
  display: none;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
  display: inline-block;
  color: #3b7fc4;
}
.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 12px;
}
.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
  display: block;
}
.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%;
  }
}
.ant-slider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  height: 12px;
  margin: 14px 6px 10px;
  padding: 4px 0;
  cursor: pointer;
  touch-action: none;
}
.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}
.ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-track {
  width: 4px;
}
.ant-slider-vertical .ant-slider-handle {
  margin-bottom: -7px;
  margin-left: -5px;
}
.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}
.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-dot {
  top: auto;
  left: 2px;
  margin-bottom: -4px;
}
.ant-slider-tooltip .ant-tooltip-inner {
  min-width: unset;
}
.ant-slider-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #b7d6eb;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #b7d6eb;
  border-radius: 50%;
  box-shadow: 0;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle:focus {
  border-color: #6299d0;
  outline: none;
  box-shadow: 0 0 0 5px rgba(59, 127, 196, 0.2);
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #3b7fc4;
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #8ab9de;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #8ab9de;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
}
.ant-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
}
.ant-slider-dot:first-child {
  margin-left: -4px;
}
.ant-slider-dot:last-child {
  margin-left: -4px;
}
.ant-slider-dot-active {
  border-color: #9dbfe2;
}
.ant-slider-disabled {
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25) !important;
  box-shadow: none;
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #3b7fc4;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 6px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 3px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 12px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
}
.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}
.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #3b7fc4;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
}
.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  transform: rotate(45deg);
  animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
.ant-statistic {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-statistic-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.ant-statistic-content {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  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-statistic-content-value-decimal {
  font-size: 16px;
}
.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
  display: inline-block;
}
.ant-statistic-content-prefix {
  margin-right: 4px;
}
.ant-statistic-content-suffix {
  margin-left: 4px;
  font-size: 16px;
}
.ant-steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
  width: 100%;
  font-size: 0;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.ant-steps-item-container {
  outline: none;
}
.ant-steps-item:last-child {
  flex: none;
}
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-size: 14px;
  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';
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
}
.ant-steps-item-icon > .ant-steps-icon {
  position: relative;
  top: -1px;
  color: #3b7fc4;
  line-height: 1;
}
.ant-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.ant-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  border-radius: 1px;
  transition: background 0.3s;
  content: '';
}
.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 32px;
}
.ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #e8e8e8;
  content: '';
}
.ant-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 12px;
}
.ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #3b7fc4;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #3b7fc4;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #3b7fc4;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  background: #3b7fc4;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}
.ant-steps-item-process .ant-steps-item-title {
  font-weight: 500;
}
.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #3b7fc4;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #3b7fc4;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #3b7fc4;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #3b7fc4;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #3b7fc4;
}
.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #f5222d;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #f5222d;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #f5222d;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
  transition: color 0.3s;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
  color: #3b7fc4;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
  border-color: #3b7fc4;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
  color: #3b7fc4;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 16px;
  white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
  white-space: normal;
}
.ant-steps-item-custom .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  top: 0;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #3b7fc4;
}
.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  width: auto;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}
.ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 12px;
  line-height: 24px;
}
.ant-steps-small .ant-steps-item-title::after {
  top: 12px;
}
.ant-steps-small .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.ant-steps-small .ant-steps-item-tail {
  top: 8px;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}
.ant-steps-vertical {
  display: block;
}
.ant-steps-vertical .ant-steps-item {
  display: block;
  overflow: visible;
}
.ant-steps-vertical .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.ant-steps-vertical .ant-steps-item-title {
  line-height: 32px;
}
.ant-steps-vertical .ant-steps-item-description {
  padding-bottom: 12px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%;
}
.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
  line-height: 24px;
}
@media (max-width: 480px) {
  .ant-steps-horizontal.ant-steps-label-horizontal {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
    display: block;
    overflow: visible;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
    float: left;
    margin-right: 16px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content {
    display: block;
    min-height: 48px;
    overflow: hidden;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title {
    line-height: 32px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description {
    padding-bottom: 12px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 16px;
    width: 1px;
    height: 100%;
    padding: 38px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
    width: 1px;
    height: 100%;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    display: none;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 12px;
    padding: 30px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
    line-height: 24px;
  }
}
.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}
.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-label-vertical .ant-steps-item-title::after {
  display: none;
}
.ant-steps-label-vertical .ant-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5;
}
.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 46px;
}
.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5;
}
.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}
.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}
.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s;
  /* expand hover area */
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: '';
}
.ant-steps-dot .ant-steps-item-content,
.ant-steps-dot.ant-steps-small .ant-steps-item-content {
  width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 8px;
  margin-left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 2px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  left: -2px;
}
.ant-steps-navigation {
  padding-top: 12px;
}
.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px;
}
.ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center;
}
.ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity 0.3s;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: auto;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
  opacity: 0.85;
}
.ant-steps-navigation .ant-steps-item:last-child {
  flex: 1;
}
.ant-steps-navigation .ant-steps-item:last-child::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: '';
}
.ant-steps-navigation .ant-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #3b7fc4;
  transition: width 0.3s, left 0.3s;
  transition-timing-function: ease-out;
  content: '';
}
.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .ant-steps-navigation > .ant-steps-item {
    margin-right: 0 !important;
  }
  .ant-steps-navigation > .ant-steps-item::before {
    display: none;
  }
  .ant-steps-navigation > .ant-steps-item.ant-steps-item-active::before {
    top: 0;
    right: 0;
    left: unset;
    display: block;
    width: 3px;
    height: calc(100% - 24px);
  }
  .ant-steps-navigation > .ant-steps-item::after {
    position: relative;
    top: -2px;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-bottom: 8px;
    text-align: center;
    transform: rotate(135deg);
  }
  .ant-steps-navigation > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    visibility: hidden;
  }
}
.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
  margin-left: -16px;
  padding-left: 16px;
  background: #fff;
}
.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item {
  margin-left: -12px;
  padding-left: 12px;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child {
  overflow: hidden;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child .ant-steps-icon-dot::after {
  right: -200px;
  width: 200px;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::before,
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 8px;
  background: #fff;
  content: '';
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  right: -10px;
  left: auto;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #ccc;
}
.ant-switch {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 20px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.36s;
  user-select: none;
}
.ant-switch-inner {
  display: block;
  margin-right: 6px;
  margin-left: 24px;
  color: #fff;
  font-size: 12px;
}
.ant-switch-loading-icon,
.ant-switch::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-switch::after {
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}
.ant-switch:not(.ant-switch-disabled):active::before,
.ant-switch:not(.ant-switch-disabled):active::after {
  width: 24px;
}
.ant-switch-loading-icon {
  z-index: 1;
  display: none;
  font-size: 12px;
  background: transparent;
}
.ant-switch-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-switch-loading .ant-switch-loading-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
  color: #3b7fc4;
}
.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 0.2);
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 14px;
}
.ant-switch-small .ant-switch-inner {
  margin-right: 3px;
  margin-left: 18px;
  font-size: 12px;
}
.ant-switch-small::after {
  width: 12px;
  height: 12px;
}
.ant-switch-small:active::before,
.ant-switch-small:active::after {
  width: 16px;
}
.ant-switch-small .ant-switch-loading-icon {
  width: 12px;
  height: 12px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-right: 18px;
  margin-left: 3px;
}
.ant-switch-small.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -13px;
}
.ant-switch-small.ant-switch-loading .ant-switch-loading-icon {
  font-weight: bold;
  transform: scale(0.66667);
}
.ant-switch-checked {
  background-color: #3b7fc4;
}
.ant-switch-checked .ant-switch-inner {
  margin-right: 24px;
  margin-left: 6px;
}
.ant-switch-checked::after {
  left: 100%;
  margin-left: -1px;
  transform: translateX(-100%);
}
.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -19px;
}
.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
  cursor: not-allowed;
}
.ant-switch-loading::before,
.ant-switch-disabled::before,
.ant-switch-loading::after,
.ant-switch-disabled::after {
  cursor: not-allowed;
}
@keyframes AntSwitchSmallLoadingCircle {
  0% {
    transform: rotate(0deg) scale(0.66667);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(360deg) scale(0.66667);
    transform-origin: 50% 50%;
  }
}
.ant-table-wrapper {
  zoom: 1;
}
.ant-table-wrapper::before,
.ant-table-wrapper::after {
  display: table;
  content: '';
}
.ant-table-wrapper::after {
  clear: both;
}
.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: 12px;
  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-x: auto !important;
  overflow-y: hidden !important;
}
.ant-table table {
  width: 100%;
  text-align: left;
  border-radius: 4px 4px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-table-layout-fixed table {
  table-layout: fixed;
}
.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]:not([colspan='1']) {
  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 {
  color: #3b7fc4;
}
.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: #3b7fc4;
}
.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;
  max-width: 100%;
  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):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background: #f0faff;
}
.ant-table-thead > tr.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr.ant-table-row-selected > td.ant-table-column-sort {
  background: #fafafa;
}
.ant-table-thead > tr:hover.ant-table-row-selected > td,
.ant-table-tbody > tr:hover.ant-table-row-selected > td {
  background: #fafafa;
}
.ant-table-thead > tr:hover.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort {
  background: #fafafa;
}
.ant-table-thead > tr:hover {
  background: none;
}
.ant-table-footer {
  position: relative;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.85);
  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;
  overflow-wrap: break-word;
}
.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;
  margin-top: -1px;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 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 {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  border: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
}
.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: #3b7fc4;
  font-weight: bold;
  text-shadow: 0 0 2px #e9f2f7;
}
.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: #3b7fc4;
}
.ant-table-filter-dropdown-link:hover {
  color: #609cd1;
}
.ant-table-filter-dropdown-link:active {
  color: #285f9e;
}
.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 {
  color: #3b7fc4;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
  display: inline-block;
  width: 17px;
  height: 17px;
  color: inherit;
  line-height: 13px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
  user-select: none;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  color: #609cd1;
}
.ant-table-row-expand-icon:active {
  color: #285f9e;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover,
.ant-table-row-expand-icon:active {
  border-color: currentColor;
}
.ant-table-row-expanded::after {
  content: '-';
}
.ant-table-row-collapsed::after {
  content: '+';
}
.ant-table-row-spaced {
  visibility: hidden;
}
.ant-table-row-spaced::after {
  content: '.';
}
.ant-table-row-cell-ellipsis,
.ant-table-row-cell-ellipsis .ant-table-column-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-table-row-cell-ellipsis .ant-table-column-title {
  display: block;
}
.ant-table-row-cell-break-word {
  word-wrap: break-word;
  word-break: break-word;
}
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 {
  min-width: 100%;
}
.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) {
  color: transparent;
}
.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) > * {
  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;
  min-width: unset;
}
.ant-table-hide-scrollbar::-webkit-scrollbar {
  min-width: inherit;
  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:only-child > 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;
}
.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-left: 8px;
}
/**
* Another fix of Firefox:
*/
@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-content > .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-content > .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-footer {
  background-color: transparent;
  border-top: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-footer::before {
  background-color: transparent;
}
.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 > 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 {
  background-color: transparent;
}
.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 {
  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: transparent;
  border-radius: 4px 4px 0 0;
}
.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;
}
.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.ant-table-row-cell-last,
.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;
}
.ant-table-small.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  border-radius: 0 0 4px 4px;
}
.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: #3b7fc4;
  background: #fff;
  border-color: #e8e8e8;
  border-bottom: 1px solid #fff;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active::before {
  border-top: 2px solid transparent;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled {
  color: #3b7fc4;
  color: rgba(0, 0, 0, 0.25);
}
.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: 12px;
  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: 45px;
}
.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: #3b7fc4;
  border-color: #3b7fc4;
}
.ant-tabs-extra-content .ant-tabs-new-tab svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-tabs.ant-tabs-large .ant-tabs-extra-content {
  line-height: 53px;
}
.ant-tabs.ant-tabs-small .ant-tabs-extra-content {
  line-height: 34px;
}
.ant-tabs.ant-tabs-card .ant-tabs-extra-content {
  line-height: 40px;
}
.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: #3b7fc4;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  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::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;
  width: 0;
  height: 2px;
  background-color: #3b7fc4;
  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::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::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  border-top: 2px solid transparent;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #609cd1;
}
.ant-tabs-nav .ant-tabs-tab:active {
  color: #285f9e;
}
.ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #3b7fc4;
  font-weight: 500;
}
.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 .ant-tabs-large-bar .ant-tabs-nav-container {
  font-size: 14px;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
  padding: 16px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container {
  font-size: 12px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-tab {
  padding: 8px 16px;
}
.ant-tabs-content::before {
  display: block;
  overflow: hidden;
  content: '';
}
.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 .ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-right-bar .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: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-next,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-next {
  right: 0;
  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.2s 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.2s 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;
}
.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: default;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
:root .ant-tag .anticon-close {
  font-size: 12px;
}
.ant-tag .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #3b7fc4;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #3b7fc4;
}
.ant-tag-checkable:active {
  background-color: #285f9e;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}
.ant-time-picker-panel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  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: 12px;
  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:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-time-picker-panel-input-wrap {
  position: relative;
  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;
  width: 56px;
  max-height: 192px;
  overflow: hidden;
  font-size: 12px;
  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 {
  width: 56px;
  margin: 0;
  padding: 0 0 160px;
  list-style: none;
}
.ant-time-picker-panel-select li {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 0 0 12px;
  line-height: 32px;
  text-align: left;
  list-style: none;
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
}
.ant-time-picker-panel-select li:focus {
  color: #3b7fc4;
  font-weight: 600;
  outline: none;
}
.ant-time-picker-panel-select li:hover {
  background: #f0faff;
}
li.ant-time-picker-panel-select-option-selected {
  font-weight: 600;
  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;
}
li.ant-time-picker-panel-select-option-disabled:focus {
  color: rgba(0, 0, 0, 0.25);
  font-weight: inherit;
}
.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-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: 12px;
  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: 26px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
  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:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-time-picker-input:hover {
  border-color: #609cd1;
  border-right-width: 1px !important;
}
.ant-time-picker-input:focus {
  border-color: #609cd1;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(59, 127, 196, 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: #d9d9d9;
  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: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 26px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 14px;
}
.ant-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.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: #d9d9d9;
  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: 40px;
  padding: 6px 11px;
  font-size: 14px;
}
.ant-time-picker-small .ant-time-picker-input {
  height: 24px;
  padding: 1px 7px;
}
.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;
    }
  }
}
.ant-timeline {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-timeline-item {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  font-size: 12px;
  list-style: none;
}
.ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 2px solid #e8e8e8;
}
.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
  background-color: transparent;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
}
.ant-timeline-item-head-blue {
  color: #3b7fc4;
  border-color: #3b7fc4;
}
.ant-timeline-item-head-red {
  color: #f5222d;
  border-color: #f5222d;
}
.ant-timeline-item-head-green {
  color: #52c41a;
  border-color: #52c41a;
}
.ant-timeline-item-head-gray {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
}
.ant-timeline-item-content {
  position: relative;
  top: -5px;
  margin: 0 0 0 18px;
  word-break: break-word;
}
.ant-timeline-item-last > .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-last > .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  left: 50%;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head {
  margin-left: -4px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  margin-left: 1px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  text-align: left;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  text-align: right;
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  left: calc(100% - 4px - 2px);
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(100% - 18px);
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  height: calc(100% - 14px);
  border-left: 2px dotted #e8e8e8;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  top: 15px;
  display: block;
  height: calc(100% - 15px);
  border-left: 2px dotted #e8e8e8;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 250px;
  visibility: visible;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07106781px;
  height: 13.07106781px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-tooltip-arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  pointer-events: auto;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -5.07106781px;
}
.ant-tooltip-placement-top .ant-tooltip-arrow::before,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-topRight .ant-tooltip-arrow::before {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: -5.07106781px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow::before {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: -5.07106781px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow::before {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: -5.07106781px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow::before {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-transfer-customize-list {
  display: flex;
}
.ant-transfer-customize-list .ant-transfer-operation {
  flex: none;
  align-self: center;
}
.ant-transfer-customize-list .ant-transfer-list {
  flex: auto;
  width: auto;
  height: auto;
  min-height: 200px;
}
.ant-transfer-customize-list .ant-transfer-list-body-with-search {
  padding-top: 0;
}
.ant-transfer-customize-list .ant-transfer-list-body-search-wrapper {
  position: relative;
  padding-bottom: 0;
}
.ant-transfer-customize-list .ant-transfer-list-body-customize-wrapper {
  padding: 12px;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
  border: 0;
  border-radius: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
  background: #fafafa;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 1px solid #e8e8e8;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
  margin: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
  margin: 16px 0 4px;
}
.ant-transfer {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
}
.ant-transfer-disabled .ant-transfer-list {
  background: #f5f5f5;
}
.ant-transfer-list {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 200px;
  padding-top: 40px;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-transfer-list-with-footer {
  padding-bottom: 34px;
}
.ant-transfer-list-search {
  padding: 0 24px 0 8px;
}
.ant-transfer-list-search-action {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  width: 28px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 26px;
  text-align: center;
}
.ant-transfer-list-search-action .anticon {
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
.ant-transfer-list-search-action .anticon:hover {
  color: rgba(0, 0, 0, 0.45);
}
span.ant-transfer-list-search-action {
  pointer-events: none;
}
.ant-transfer-list-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 9.5px 12px 10.5px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.ant-transfer-list-header-title {
  position: absolute;
  right: 12px;
}
.ant-transfer-list-header .ant-checkbox-wrapper + span {
  padding-left: 8px;
}
.ant-transfer-list-body {
  position: relative;
  height: 100%;
  font-size: 12px;
}
.ant-transfer-list-body-search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px;
}
.ant-transfer-list-body-with-search {
  padding-top: 50px;
}
.ant-transfer-list-content {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}
.ant-transfer-list-content > .LazyLoad {
  animation: transferHighlightIn 1s;
}
.ant-transfer-list-content-item {
  min-height: 32px;
  padding: 6px 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-transfer-list-content-item > span {
  padding-right: 0;
}
.ant-transfer-list-content-item-text {
  padding-left: 8px;
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background-color: #f0faff;
  cursor: pointer;
}
.ant-transfer-list-content-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-transfer-list-body-not-found {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  transform: translateY(-50%);
}
.ant-transfer-list-body-with-search .ant-transfer-list-body-not-found {
  margin-top: 13px;
}
.ant-transfer-list-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-transfer-operation {
  display: inline-block;
  margin: 0 8px;
  overflow: hidden;
  vertical-align: middle;
}
.ant-transfer-operation .ant-btn {
  display: block;
}
.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px;
}
.ant-transfer-operation .ant-btn .anticon {
  font-size: 12px;
}
@keyframes transferHighlightIn {
  0% {
    background: #e9f2f7;
  }
  100% {
    background: transparent;
  }
}
.ant-tree.ant-tree-directory {
  position: relative;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher.ant-tree-switcher-noop,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher.ant-tree-switcher-noop {
  pointer-events: none;
}
.ant-tree.ant-tree-directory > li span.ant-tree-checkbox,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-checkbox {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper {
  border-radius: 0;
  user-select: none;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover::before {
  background: #f0faff;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 24px;
  transition: all 0.3s;
  content: '';
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper > span,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper > span {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner {
  border-color: #3b7fc4;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after {
  border-color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: #3b7fc4;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: #3b7fc4;
}
.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  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-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #3b7fc4;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #3b7fc4;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-tree-checkbox:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5px;
  height: 8px;
  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-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-tree-checkbox-checked .ant-tree-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-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #3b7fc4;
  border-color: #3b7fc4;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #3b7fc4;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree {
  /* see https://github.com/ant-design/ant-design/issues/16259 */
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 16.67%;
  left: 0;
  width: 100%;
  height: 66.67%;
}
.ant-tree ol,
.ant-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-tree li {
  margin: 0;
  padding: 4px 0;
  white-space: nowrap;
  list-style: none;
  outline: 0;
}
.ant-tree li span[draggable],
.ant-tree li span[draggable='true'] {
  line-height: 20px;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.ant-tree li.drag-over > span[draggable] {
  color: white;
  background-color: #3b7fc4;
  opacity: 0.8;
}
.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #3b7fc4;
}
.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #3b7fc4;
}
.ant-tree li.filter-node > span {
  color: #f5222d !important;
  font-weight: 500 !important;
}
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #3b7fc4;
  font-size: 14px;
  transform: none;
}
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon svg,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open::after,
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close::after {
  opacity: 0;
}
.ant-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-tree li .ant-tree-node-content-wrapper {
  display: inline-block;
  height: 24px;
  margin: 0;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-decoration: none;
  vertical-align: top;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #f0faff;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #e9f2f7;
}
.ant-tree li span.ant-tree-checkbox {
  top: initial;
  height: 24px;
  margin: 0 4px 0 2px;
  padding: 4px 0;
}
.ant-tree li span.ant-tree-switcher,
.ant-tree li span.ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.ant-tree li span.ant-tree-iconEle:empty {
  display: none;
}
.ant-tree li span.ant-tree-switcher {
  position: relative;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-tree li:last-child > span.ant-tree-switcher::before,
.ant-tree li:last-child > span.ant-tree-iconEle::before {
  display: none;
}
.ant-tree > li:first-child {
  padding-top: 7px;
}
.ant-tree > li:last-child {
  padding-bottom: 7px;
}
.ant-tree-child-tree > li:first-child {
  padding-top: 8px;
}
.ant-tree-child-tree > li:last-child {
  padding-bottom: 0;
}
li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher),
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree.ant-tree-show-line li {
  position: relative;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  color: rgba(0, 0, 0, 0.45);
  background: #fff;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree.ant-tree-show-line li:not(:last-child)::before {
  position: absolute;
  left: 12px;
  width: 1px;
  height: 100%;
  height: calc(100% - 22px);
  margin: 22px 0 0;
  border-left: 1px solid #d9d9d9;
  content: ' ';
}
.ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle {
  display: none;
}
.ant-tree.ant-tree-block-node li .ant-tree-node-content-wrapper {
  width: calc(100% - 24px);
}
.ant-tree.ant-tree-block-node li span.ant-tree-checkbox + .ant-tree-node-content-wrapper {
  width: calc(100% - 46px);
}
.ant-select-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  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-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #3b7fc4;
}
.ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #3b7fc4;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-select-tree-checkbox:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
  visibility: visible;
}
.ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-select-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5px;
  height: 8px;
  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-select-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-select-tree-checkbox-checked .ant-select-tree-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-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #3b7fc4;
  border-color: #3b7fc4;
}
.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-select-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-select-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-select-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-select-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #3b7fc4;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-select-tree {
  box-sizing: border-box;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  margin: 0;
  margin-top: -4px;
  padding: 0 4px;
}
.ant-select-tree li {
  margin: 8px 0;
  padding: 0;
  white-space: nowrap;
  list-style: none;
  outline: 0;
}
.ant-select-tree li.filter-node > span {
  font-weight: 500;
}
.ant-select-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper {
  display: inline-block;
  width: calc(100% - 24px);
  margin: 0;
  padding: 3px 5px;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: #f0faff;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #e9f2f7;
}
.ant-select-tree li span.ant-select-tree-checkbox {
  margin: 0 4px 0 0;
}
.ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  width: calc(100% - 46px);
}
.ant-select-tree li span.ant-select-tree-switcher,
.ant-select-tree li span.ant-select-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  color: #3b7fc4;
  font-size: 14px;
  transform: none;
}
.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-select-tree li span.ant-select-tree-switcher {
  position: relative;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop {
  cursor: auto;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #3b7fc4;
  font-size: 14px;
  transform: none;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-select-tree .ant-select-tree-treenode-loading .ant-select-tree-iconEle {
  display: none;
}
.ant-select-tree-child-tree {
  display: none;
}
.ant-select-tree-child-tree-open {
  display: block;
}
li.ant-select-tree-treenode-disabled > span:not(.ant-select-tree-switcher),
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-select-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-select-tree-dropdown .ant-select-dropdown-search {
  position: sticky;
  top: 0;
  z-index: 1;
  display: block;
  padding: 4px;
  background: #fff;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap {
  width: 100%;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  box-sizing: border-box;
  width: 100%;
  padding: 4px 7px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
}
.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide {
  display: none;
}
.ant-select-tree-dropdown .ant-select-not-found {
  display: block;
  padding: 7px 16px;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-typography {
  color: rgba(0, 0, 0, 0.65);
}
.ant-typography.ant-typography-secondary {
  color: rgba(0, 0, 0, 0.45);
}
.ant-typography.ant-typography-warning {
  color: #faad14;
}
.ant-typography.ant-typography-danger {
  color: #f5222d;
}
.ant-typography.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  user-select: none;
}
div.ant-typography,
.ant-typography p {
  margin-bottom: 1em;
}
h1.ant-typography,
.ant-typography h1 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 33px;
  line-height: 1.23;
}
h2.ant-typography,
.ant-typography h2 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.35;
}
h3.ant-typography,
.ant-typography h3 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 21px;
  line-height: 1.35;
}
h4.ant-typography,
.ant-typography h4 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography {
  margin-top: 1.2em;
}
.ant-typography div + h1,
.ant-typography ul + h1,
.ant-typography li + h1,
.ant-typography p + h1,
.ant-typography h1 + h1,
.ant-typography h2 + h1,
.ant-typography h3 + h1,
.ant-typography h4 + h1,
.ant-typography div + h2,
.ant-typography ul + h2,
.ant-typography li + h2,
.ant-typography p + h2,
.ant-typography h1 + h2,
.ant-typography h2 + h2,
.ant-typography h3 + h2,
.ant-typography h4 + h2,
.ant-typography div + h3,
.ant-typography ul + h3,
.ant-typography li + h3,
.ant-typography p + h3,
.ant-typography h1 + h3,
.ant-typography h2 + h3,
.ant-typography h3 + h3,
.ant-typography h4 + h3,
.ant-typography div + h4,
.ant-typography ul + h4,
.ant-typography li + h4,
.ant-typography p + h4,
.ant-typography h1 + h4,
.ant-typography h2 + h4,
.ant-typography h3 + h4,
.ant-typography h4 + h4 {
  margin-top: 1.2em;
}
span.ant-typography-ellipsis {
  display: inline-block;
}
.ant-typography a {
  color: #3b7fc4;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-typography a:focus,
.ant-typography a:hover {
  color: #609cd1;
}
.ant-typography a:active {
  color: #285f9e;
}
.ant-typography a:active,
.ant-typography a:hover {
  text-decoration: none;
}
.ant-typography a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
.ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 3px;
}
.ant-typography mark {
  padding: 0;
  background-color: #ffe58f;
}
.ant-typography u,
.ant-typography ins {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.ant-typography s,
.ant-typography del {
  text-decoration: line-through;
}
.ant-typography strong {
  font-weight: 600;
}
.ant-typography-expand,
.ant-typography-edit,
.ant-typography-copy {
  color: #3b7fc4;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: 8px;
}
.ant-typography-expand:focus,
.ant-typography-edit:focus,
.ant-typography-copy:focus,
.ant-typography-expand:hover,
.ant-typography-edit:hover,
.ant-typography-copy:hover {
  color: #609cd1;
}
.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #285f9e;
}
.ant-typography-copy-success,
.ant-typography-copy-success:hover,
.ant-typography-copy-success:focus {
  color: #52c41a;
}
.ant-typography-edit-content {
  position: relative;
}
div.ant-typography-edit-content {
  left: -12px;
  margin-top: -5px;
  margin-bottom: calc(1em - 4px - 2px);
}
.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.ant-typography-edit-content textarea {
  -moz-transition: none;
}
.ant-typography ul,
.ant-typography ol {
  margin: 0 0 1em 0;
  padding: 0;
}
.ant-typography ul li,
.ant-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}
.ant-typography ul li {
  list-style-type: circle;
}
.ant-typography ul li li {
  list-style-type: disc;
}
.ant-typography ol li {
  list-style-type: decimal;
}
.ant-typography-ellipsis-single-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-typography-ellipsis-multiple-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ant-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  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;
  float: left;
  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: #3b7fc4;
}
.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: #285f9e;
}
.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: #609cd1;
}
.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: #609cd1;
  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: 14px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.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-picture-card-wrapper {
  zoom: 1;
  display: inline-block;
  width: 100%;
}
.ant-upload-picture-card-wrapper::before,
.ant-upload-picture-card-wrapper::after {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  clear: both;
}
.ant-upload-picture-card-wrapper::before,
.ant-upload-picture-card-wrapper::after {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  clear: both;
}
.ant-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  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::before,
.ant-upload-list::after {
  display: table;
  content: '';
}
.ant-upload-list::after {
  clear: both;
}
.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 14px;
}
.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 28px;
}
.ant-upload-list-item {
  position: relative;
  height: 22px;
  margin-top: 8px;
  font-size: 12px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-upload-list-item-name-icon-count-1 {
  padding-right: 14px;
}
.ant-upload-list-item-card-actions {
  position: absolute;
  right: 0;
  opacity: 0;
}
.ant-upload-list-item-card-actions.picture {
  top: 25px;
  line-height: 1;
  opacity: 1;
}
.ant-upload-list-item-card-actions .anticon {
  padding-right: 6px;
  color: rgba(0, 0, 0, 0.45);
}
.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;
  width: 100%;
  height: 100%;
}
.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
  position: absolute;
  top: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.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: #f0faff;
}
.ant-upload-list-item:hover .anticon-close {
  opacity: 1;
}
.ant-upload-list-item:hover .ant-upload-list-item-card-actions {
  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 .ant-upload-list-item-card-actions {
  opacity: 1;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #f5222d;
}
.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 24px;
  font-size: 12px;
  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-image,
.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%;
}
.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-name-icon-count-1,
.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 18px;
}
.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 36px;
}
.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.ant-upload-list::after {
  display: none;
}
.ant-upload-list-picture-card-container {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}
.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-download,
.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-download: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%;
  object-fit: cover;
}
.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 {
  position: absolute;
  bottom: 10px;
  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;
  }
}
a {
  color: #3b7fc4;
}
a.red {
  color: #f60;
}
a:hover {
  text-decoration: underline;
}
.ant-message {
  top: 100px;
}

.bestcaptcha-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #000;
}
.bestcaptcha-body {
  width: 305px;
  position: fixed;
  z-index: 10001;
  overflow-y: auto;
  -webkit-border-radius: 13px;
  -webkit-transform-style: preserve-3d;
}
.bestcaptcha-body img {
  max-width: none;
}
.bestcaptcha-hide {
  display: none;
}
.bestcaptcha-close-button {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAhpJREFUSA2tlz1PAjEYx70iTMSB2dVZR2dNiKwm4gCLIbwsfh9yiTEmkChxcEMTV/gAfgA/AgtMvoD//9mS3kHvrqVP0ru+PH1+d+3Tp20QhmFtuVyGe5AgCG673e4L875kMBgcLBaL+9VqVYX9caVSadbr9S9BKCoPZXru9/vXPqHz+fwNti9hs4z31Ww2a9C+0CFoKKA89AHnnxIKe6c6Q+UFhxfpV1X4gJug4Eww1EOyhJzThi+4CQrWtFgs1ji/BAd8UOTwDuUfR3XyYxq9Xu8pqsh4pEFLpdJFq9WaKxNrMCt2gdtAyYqBXeG20K1gW7gL1AjOC3eFpoKz4OVyeWxYp9OkI9FWUjbmOKlgcjh4/yd0jxL6uaDskwmm0jY46xOSG8p+ucBUzIBbQWkvFqtZYRLOqRzemAqCzEoIEerBIaZgKOQCa96bnNM9fEyAdCdHxIDZrM4Ea9DYLsM/VeYAtt7VUsEmKIBTgG+QnHc1IzgNynWKXe0BH+C8q2316iyo7kjbvF2OROqutgG2gao5doHHwC5QV/gavAvUBR6BfUBt4YFPqA1c8LCNDrHggLJ17FVQvuUZbWOpIdAM4IjH1BEoVJnRZCeoskM4YnhTDzJo20c6pw7P1a/MUJCfMDjo6/S/xe3Z6XQe0ZM3hx9agP3vQqHwHuVHo1FJXSt42FbnXjb6EtzPTnBVOiO03W5/+LLrZOcPof7K1N+hcVgAAAAASUVORK5CYII=);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bestcaptcha-content {
  padding: 40px 16px 20px;
  text-align: center;
  background: #fff;
}
.bestcaptcha-content .bestcaptcha-title {
  font-size: 14px;
  line-height: 21px;
  color: #9b9b9b;
  padding-bottom: 4px;
}
.bestcaptcha-content .bestcaptcha-tip {
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.bestcaptcha-spin-wrap {
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin: 20px auto 20px;
  border: 0;
  border-radius: 50%;
}
.bestcaptcha-spin-img {
  position: relative;
  z-index: 999;
  background-position: center center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  border-radius: 50%;
}
.bestcaptcha-spin-mask {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
.bestcaptcha-spin-icon {
  position: absolute;
  z-index: 1001;
  top: 50%;
  left: 50%;
}
.bestcaptcha-spin-icon-success {
  width: 64px;
  height: 44px;
  margin-left: -32px;
  margin-top: -22px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAABWCAYAAAAJ3CLTAAAAAXNSR0IArs4c6QAABFZJREFUeAHtncuO00AQRWdALFkiXsM0Az/FArGIhPg3EAvEazEL4AdY824eQsBXhNsTW1gmiduu6vct6cp20qmuuiftOMkoc3DAqM6B9Xq9gp5Dvzq5/VV1jbKhjQOAewSdQrvC3XeVflXkAIAeQ593ER/cflpR22230kH/MoA7tbs637Zl5XfvoKOL19DJjG4uEPwMt3IbuhC6a+PiudyaYT1+Dgign01A8H4+ZzVKCh3NvCX4rJBOF6MA3U3yeHomjsjGAQcdmnP1juH/Bd/OZUPUoxDg04DunjTXPabjkBwcUITu3voxSnCA0EugpFwjoSsbWkI6Qi+BknKNStDdFzZ8TVdmEyydIvQbwYpkYl0HCF3XzyKyEXoRmHSLJHRdP4vIRuhFYNItktB1/SwiG6EXgUm3SEA3kPRbNvc+nW/ZdNGEy9ZBt9hKgtDDIdLPDNIGspAkCF0fTbiMIG0gC0mC0MMh0s8M0gaykCQIXR9NuIwgbSALSYLQwyHSzwzSBrKQJAhdH024jCBtIAtJgtDDIdLPDNIGspAkCF0fTbiMIG0gC0mC0MMh0s8M0gaykCTiQ0e1d6CH0KdOj9xt+hbVlxE+GegrJAnne7yPYTHZJejJnordfZfrw6XTEbwxkIUkERe6ax3Vut9ImYp3GMCf0Rg9V+CJgSwkiSTQ786omPAH4OGbgSwkifjQu9X+dGbVhL85Sxr4Zmd6Nx6eBnoH/ue4Go/jpuHDHwNZSBIO+tHgBBJ3F5P/WVh9k/DhlYEsJIm00LsV/1LQQVPw4ZOBLCSJ9NA78A8kXeCx76Hqr/bRo4E03qenO70PX0zQzCH0BpJE1SsfxhjIQpLIY6WP4Bt09EPSFR5b5cpHXwaqZ6UPwXen/NtoUAq/qpUPP25WDb1/EqBJDfhVrPxmoBN+78DZR9htrPR/LW/2Wl75za10wm94pe+A/x2rQBJFvOajwTZP72Po/TEMcRd8VcMn9J72aFszfEIfwR4fwqBbkMbKvzbOneqY0D2drwk+oXtC74fVAJ/Qe5oztyXDV4L+EXny+JZtJjvx8BLhE7oY+yZBSfAJXQl6n6YE+ITe01Le5gyf0JVhj9PlCF8ROv+dxxj48Dgn+IQ+JBNhPwf4hB4B9LYpUsIn9G1EIt6mBP8D8nh/tk/oEQHvmyomfMx1Akn/GtZ9IscLuX1Qfe+LAb+D/g1bSRC6L1TfcaCh8ZXu1tM+cruVTui+MGKPCwGf0GNTXDifJnxCXwgh1cM6+NJTszvta+TghVzMJ4ISfKRZHLyQiwl8OBeQaVyULSFP6EMQKfYTwCf0FKC3zRkRvrsu4Gv6NgipbosAn9BTwZ2aNyB8Qp8yP/X9AeATemqovvMrwid0X9NzGacAn9BzgTm3DgF8Qp9rdm7jF8An9NwgLq1nBnxCX2pyro8D/GPoFbQr3M+yXsm1ftYlcABgD6H70AvoN+R+dfsZdE+QttmH/gVo1WKZD73PfwAAAABJRU5ErkJggg==);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bestcaptcha-spin-icon-error {
  width: 52px;
  height: 52px;
  margin-left: -26px;
  margin-top: -26px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGoAAABqCAYAAABUIcSXAAAAAXNSR0IArs4c6QAABOhJREFUeAHt3F1O3DAUBeCZ7qJQUVXdQ6U+tUtBILq79okKUEGwAlaACO0DFV1C+0DPzXBnMpnYiR0nsZ1jyXUm/ok5H8wwBbJYVMrz8/MR6nfU3y9Vjo8qQ3gYOAHke4h6ivqIKrlL5seoy51L4eRr1B+opiJ9+zsTecI7AeS5h3phChznr2TM1gVwwoaka93j4GBrIh94JYAc36DeabCWVrBWX1k4kKe7roVYXjSbSQi6K5KanJSz8UieE10KsTa5Ox0hZFckcTlXKHkBcy3EciJaLBCwD5K4PMmlXjleT4e/w8ENFuFrliZiaQVJ8kJ9bxlm7RKoW+sIcyexzNmsewIglT4C9XW9qvsBsSyZBUCS1Tc+WLDLt+cYZix8zaqBISnf16RqyJtvz2V99OyjSth9CrFesBBiCKRC1qn5l1gH6CDWTjJuJwIivTVeGRchljGd9o5RkHQbxNIk3NpRkXRrxNIkurWTIOnWiKVJ2NtJkXRrxNIkmtsokHRrxNIkttuokHRrxNIkVm2USLpFYiWARKyEkOaOFfXTneLU27k9DSaJpGhzwUoaaS5YWSDljpUVUq5YWSLlhpU1Ui5Ys0BKHWtWSKlizRIpNaxZI6WCRSSVQoswovyFGSJVkPQwNiwiqUxDGwsWkRpw6qemxiJSXcTyeCosIllQTF1jYxHJJNHh/FhYROqA0TZkaCwitQk49A+FRSQHhK5DQ2MRqWvyHuMCYn3AWneofUqByea/T/L4+LKagnBC/HfT3z5CmFugEqntMwshhcDCMl6lwCwitSFpP8KaAotICuDSjoxFJBec+tiRsIhUD97n8cBYRPJBMc0ZCItIpsD7nA+MRaQ+GG1zgSVvZvu+T5L5H9uuxX7PBBBuiNvWYJmy3ONf3sLO08I4DaGGRFpRrW4nRCxj6o4dAyERy9HBOnxgJGJZ0+/YORISsTp6NA4bGYlYjQotJydCih7L9y7NLXH7dQsSZt6get/NGHP/ofqWaO+RGw1UIKQHCH1CLXylMC9arB4fU5ipgZ7uCqxT/tAPbYifZ/FNcZU3NJKuTSxNIkA7FJJujViaRI92aCTdGrE0CY92LCTdGrE0CYd2bCTdGrE0iQ7tVEi6NWJpEpZ2aiTdGrE0iYY2FiTdGrE0iUobG5JujViaBNpYkXSLxEoAiVgJIc0aK/anO8Wpt7N6GkwVSdFmgZU60iywckHKGis3pCyxckXKCit3pCyw5oKUNNbckJLEmitSUlhzR0oCi0jKtGqRR3y/N0ikbSR9FBUWkZSluY0Ci0jNOPWzk2IRqc5hfzwJFpHsKKbeUbGIZGLodn4ULCJ1w2gbNSgWFt9D5e092xQ69gfE2t+6JBa+QO1TCkzmnSMrqSKPEG+KL9dLYsFD1D6lwGQirRPdHCCXEFjH5YpY7BTVtxSYSKSNzc4R8umLdaZQj55KRNphaT7RE+tJVpW/il82L289+4Dez8vl8qd1FDvLBJDTL8kLtShPuP1T+gjUrdu8xQPGE8kxtB5YpY9AfXO45gPGEskhsOpQT6yVD54/l6hXqG2lwAB+41BN3vMYOXb9BuMaYzcvTXggb3htWNInt79hCZQA8txHvUQ1lWt0bL/hlWvjpHxlnaCeoz69VDmWcxvVQBvlMuvMj5Hv2Uvef9BK5l9QmXmKnyT/AS/pCbJI4duRAAAAAElFTkSuQmCC);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bestcaptcha-spin-icon-loading {
  width: 75px;
  height: 41px;
  margin-left: -38px;
  margin-top: -20px;
  background-image: url(data:image/gif;base64,R0lGODlhlgBRAIABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE4MkE3QzA3NDAwQjExRThBNEM0QTI0QTJBOEY0MTM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE4MkE3QzA4NDAwQjExRThBNEM0QTI0QTJBOEY0MTM4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTgyQTdDMDU0MDBCMTFFOEE0QzRBMjRBMkE4RjQxMzgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTgyQTdDMDY0MDBCMTFFOEE0QzRBMjRBMkE4RjQxMzgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQJAwABACwAAAAAlgBRAAAC/4yPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEovGITCqXzKbzCY1Kp9Sq9YrNarfcrvf7AYjHgBuZbD6XNeq2rH1+w9GWufplv7vy9Ak/zvIHuCI45ldoqILYh7IoFuGY2BipGLnmYHlpkqlZkvnA2TnCOfnZEHoSKhqCyqC6GtZK8uqquik7artA64krwqsAnEva63sg/GsMgnysO6scC828DO0xbVBtnd2Rvc1tegteS1lKnmoJIR6+WGmO6RjITggvIR8vuIdYUQiDj+dfx84MPgMFchhkQ08aSWAaOnwIMaLEiRQrWryIMaPGjRscO3r8CDKkyJEkS5o8iTKlypUsW7p8CTMmhAIAIfkECQMAAQAsAAAAAJYAUQAAAv+Mj6nL7Q+jnLTai7PevPsPhuJIluaJpurKtu4Lx/JM1/aN5/rO9/4PDAqHxKLxiEwql8ym8wmNSqfUqvWKzWq33K4PAA4DvDexGVw7o21qjfode4tl8nml3m7hza99mOJ3xhJot0K4BnHIl6L4p9I4lggZiTL5aOkw6WiiScmJ2dDpSdJZWcogijiSeiIayloCSyqbkDoaQitii5qL6xrba7ALfDr7qzBsrPl5XBv88eyRjFysDLoa3YxdvX29sGzq3Q35AN5qztwYQX6pzijOS6inOOguIe9ymK9vgUfnBwMfhjwz9hSsc0UQjkVkGjp8CDGixIkUK1q8iDGjxo0bHDt6/AgypMiRJEuaPIkypcqVLFu6fAkz5o0CACH5BAkDAAEALAAAAACWAFEAAAL/jI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKh8Si8YhMKpfMpvMJjUqn1Kr1io0Btlnf9gvmdm/hsngsM6vP6Nb6rTWTy5e33WUHpPOU/Jrl9/USqBdBqKZyyJaiaKgYxvhYGNnoIEl3cpmo2XAJaeI5CcrJECo4Slpi2mkqKtKaGcq6qkpL0up6gIvqydu7sFsrKzwMXHxrOxJs/Euc+gpbeqycDF2d0Ows6fussI0SrV35MA6ejXw+y7cyjf7Ytw74bT4/8Qfzzp7PdIjX/xQIX8Ao8QTeq4Jpzqk2DBs6fAgxosSJFCtavIgxo8aNGhw7evwIMqTIkSRLmjyJMqXKlSxbunwJM2YBACH5BAkDAAEALAAAAACWAFEAAAL/jI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKh8Si8YhMKpfMpvMJjToA1CpAOrRqqVjf9svt5sBk8Y2MNtPQbLWMnXa/4G15ix6/f8/bCr6uAvcmGPGXd2I4h1doCJbSeMXSCAG5h1i5gjlVqYXCGfjZwNlpMhp5qclgWoWaWrK6Odoa+moaS0uyejqiu6sgO+sq0ns7GQxZqvsgnAtb61xM6AnNq0y5CGr7rM1YJkk9bD1hqcfdDHxkfo5bpL5unMS+DR9PP21fj/39B6VfLv0EoCJvYvrgIGUnocKFDBs6fAgxosSJFCtavIgxo8aNGBw7evwIMqTIkSRLmjyJMqXKlSxbujxZAAAh+QQJAwABACwAAAAAlgBRAAAC/4yPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEohEHSCoBx2ZiCV06j9Fqckq0arFBrZfr84rBPPGXnDOP0Tf1mU1zr+Ey+ZsOs2/xMb31FcXmV8ViVkNIMRio4tZnGKEIleLnIicReYWiWGgHiTk5uBIKEQm6qXnqUIqaarL6MHqCmVky62lp+kpie/uY2yoyS0t69xs7IsxUIQnIuytM5YwMbUT9LD1kPY0tpB3sna17DZwlvk1eTmmM64R+rselzigfr9bMTuZb2ci3GFfMpwezgAQLGjyIMKHChQwbOnwIMaLEiRQrWryIMaPGjRUcO3r8CDKkyJEkS5o8iTKlypVYCgAAIfkECQMAAQAsAAAAAJYAUQAAAv+Mj6nL7Q+jnLTai7PevPsPhuJIluaJpurKtu4Lx/JM1/aN5/oI7L4JCAqFvyJniBwal5SkU8mMMp7UoPSKqFKxWG2VG/VqwUvxl1w0b9E+9Zmdc6/hOPmTHrcn8XU9EgbFF+D3x/JGR2i1YoaX2KPihpgIKSfjdEFIaeciVqGn+bnIOBGKMgna2TSa4vh4UiqRigpLkul519Jq6oemC3TK5VviSCbMYyyFHNLqeqUMwgz2/BEdTDw8XWaLfW3N+9vtXbm7XTxO/s0WKUqrPpabzof70i54c26/o5avPcfPVOifwIEECxo8iDChwoUMGzp8CDGixIkUK1q8iDGjxo0UHDt6/AgypMiRJEuaPIkypcoSBQAAIfkECQMAAQAsAAAAAJYAUQAAAv+Mj6nL7Q+jnLTai7PevPsPhuJIluaJpurKtu4Lx/JMo8CN4/XO5n7OC5Z+xJvw+CkqkcyM8tmMTp5UqbVBzV63iGyVy/VCwVfxlxw1j9FN9ZLddhNdRfhCPl9p7Qf8T6XGF+DnkyInSGhkg8eXCGDI2OgHOWlHSBlpebiY+JJ34Qbo2LNXYaY3KuqFcaZ6ibnqBOSZepLJ5vhoW4lbO8SLlrv7Guw7YgzWaZKrWwx8LAz3DI2cHMqpLH09nK1Zik0suQY7La5DGy4YVK1ek97O8w6/czsvtG2PdJov1cpvVeifwIEECxo8iDChwoUMGzp8CDGixIkUK1q8iDGjxo0UHDt6/AgypMiRJEuaPIkypUoTBQAAIfkECQMAAQAsAAAAAJYAUQAAAv+Mj6nL7Q+jnLTai7PevPsPhuJIluaJpurKtu4LxyBA14CM4/Zu5/7KC9J+xJLwWEx+jkylM8OMPqeUaJOKdVil2W5ie20JvREwV2Ula83IFFu9YLdP8hscUQ+i8vZ7gL+zl+dnANhjYkhoWEMHSPiXiLioGGk0STnYWHnnqNmJ+Sa4CcQDFSr6iRZWYUY6KrmFcab6SiKnEfiy2Ad7ClrnxvcIKYx6O1zsmfkIHJz6O9v77AfmWssZrZw8fFDqssvL/QMunkReTnSOPn69DnPpzr4c7zNNLzN/X++rL5/W7yQbQHPeBho8iDChwoUMGzp8CDGixIkUK1q8iDGjxo0YHDt6/AgypMiRJEuaPIkypcqVLFu6lFAAACH5BAkDAAEALAAAAACWAFEAAAL/jI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTKPAjeP1zuZ+zguWfsSb8PgpKmNKAFLTXLaiumeFKlVhq9bINnv6crsOMTFlHpMXaZ+tbVyz4UAT3SlX3NWhPT5/4Pc34geIIGi3ZxhYOKS4GIDoeAcZ2Uhyufg4SccUZ7GJGYrWdAX3RrmCRdEZNsq5KtGm1YoqNmGmWps4K7s11Wuby1r6kka7i1snc4t8Wpnw65wMbVkE/Fq9I6ktxN3N8w1eIz4+U27OnJq+vc5Ok/0OQy2vPlwf3owf9LWPFOvv37WABAsaPIgwocKFDBs6fAgxosSJFCtavIgxo8aNGRw7evwIMqTIkSRLmjyJMqXKlSxbunxpsAAAIfkECQMAAQAsAAAAAJYAUQAAAv+Mj6nL7Q+jnLTai7PevPsPhuJIluaJpurKtu4Lx/JM1zKA57jNr/qf65UANqAxKOwcibDlMqlxIlnSJ7RS/VGzwCuFq02BjV7JeGo6k8sONZrkDrMX8beobp8b8MwhX0+Hd8LXB7hHmPbnsjZBWHin6OPUiOgnqAIW4Zh4iXIGsWlZJ6b2ECpa6hln2on6qerGOgr7OtiqEGk7hnmLuyrJxZsbWAssZTzbEPsyuTXMkEmj01QJWmWo29t2hE2b3O11Ch6uPS70bJ70nX61zg61/M5WLF8WXQ94jA/OuO//DzCgwIEECxo8iDChwoUMGzp8CDGixIkUK1q8iDGjxo0bHDt6/AgypMiRJEuaPIkypcqVLFu6fAkzppcCACH5BAkDAAEALAAAAACWAFEAAAL/jI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8cyC9R2Pefxzdv6n+oJfcBiaIgEGJecZJIJvTiR0apk+rRqGVjqdiJ8dbOtsAZLGw/TTml3pV6rxpX4PN6706/4IJ7nZwfxh3NCeINyOEiYeFhooujgqAQ5aegoiVmpWWLJNUnZGSnqqQAaSsKZCvpZSiq4qYpwGrh36TrLWjulJ3tA20vWiPurG2x2/NdAfAzDXDz6deSbEC09rfxgff2xvZDNPQK+aBsurlb3Zh7b5ua1Piy3AQjvQl+Pn6+/z9/v/w8woMCBBAsaPIgwocKFDBs6fAgxosSJFCtavIgxo8aNHhw7evwIMqTIkSRLmjyJMqXKlSxbunwJM6bMmV8KAAAh+QQJAwABACwAAAAAlgBRAAAC/4yPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzXMoDnuM2v+p/rCUfAYrAGGIKMzCSMqdQ0m67pLmqxGllaHXbS3abC3u+DLD6hr+bGGoh6s9sKeblkn9MPeb2ov1cHaDJIUfTS50SSqAgx1ZJIGOnY5VNINOmAppKJebnwNvYZwqgpJ3oqOYpghxqqlmfaGvcKO8uw6hnGGYvbqarFleqbq0sFuXb2S5uGvCnbW3U0s0tZHOgRHFGKbQsHttytdC3OQ15uc4v+pb6OVetu9hxPV00f+Hhffqjf7/8PMKDAgQQLGjyIMKHChQwbOnwIMaLEiRQrWryIMaPGjRscO3r8CDKkyJEkS5o8iTKlypUsW7p8CTMmxgIAIfkECQMAAQAsAAAAAJYAUQAAAv+Mj6nL7Q+jnLTai7PevPsPhuJIluaJpurKtu4Lx/JM1/Z9APq+477JC/J+xI/wqCtukEkYE6m8PIetKTQ6sVJV2iv20d2ewt7vgiwuoYVmxjo9esPbAXlTbe/Rc3kAsO+3ZwD41yc4aIiXKEiomHdYtxjXyCgpAhhYofdCSWIJ9lT1GTLqZsXS6SkngcZVCmIX8ea6mjILEYvySNvFWqt7uxLmmwtM5hSatWs7PBNkgSmsBZkQjcpErWCd/bPNjeP9bRMuTkNe7ryMPq6+bt7unh4cz95K72N/j9+rTzTdrwQbwIEECxo8iDChwoUMGzp8CDGixIkUK1q8iDGjxo0ZHDt6/AgypMiRJEuaPIkypcqVLFu6fJmyAAAh+QQJAwABACwAAAAAlgBRAAAC/4yPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kwjwI0D9d7mfs4Lln7Em/D4KSqRzIzy2YxOnlSp1UGFXre2rJb7KL68X/AiyyJXzQm1LuVesg/x96lOnBvw9iEfqMeH8gfIRnhHaDR3aJKoaOaI+BeYKCm4WGkZpxcQqel2kefi+ellsbZCWloWoZaaCUdWsRnL+CpHgVc7OVY4e7kqy8kbbEpJ3Kg7bFsstgzb7MO5pxr9+Mw8iDrt2HeLM63QHX40Th5kfs4DrV7D3k6DDO8OPL+jbI8Oml8uzI+07R8TUQILGjyIMKHChQwbOnwIMaLEiRQrWryIMaPGjRgcO3r8CDKkyJEkS5o8iTKlypUsW7qsUQAAIfkECQMAAQAsAAAAAJYAUQAAAv+Mj6nL7Q+jnLTai7PevPsPhuJIluaJpurKtu4Lx/JM1/aNAPoO4D7KC+p+RJDwOCwqMcjm8jlpSqHUhvRazeauTm2Wi/VSwVPxkxw2F9FlNZHddW+FLjhSfuCy7Ec8W8VH52aXEhg0yFdo2INICLTYmPgoqQY56VjRV7fIeEIpAbbHCfhHgbbC2XmZBlq6+qkYF4VpkvqimRn4SutluAtXaVliazZaa9xLPOxbrEwinIy8zKuVqjp9GsnsCaytS6rn5/zLg5cHLVpuPve97rPtjgMffwNLX+96/5Otr8Taf0YdwIEECxo8iDChwoUMGzp8CDGixIkUK1q8iDGjxo0VHDt6/AgypMiRJEuaPIkypcqVHgsAACH5BAkDAAEALAAAAACWAFEAAAL/jI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwyqAMRiUYiUGJfGpHPBjBKf1ID0Wk1et9ng9tv1fcdh3hhc1p25adwa3a692XHaHFtvvu7SNn3Ix1S2thIo2DUHaHhEESXDp2g4ceYiibI4FfHGgpmyqJQYCXlp+RDoiQmAeqdZWpKqukrYenoCWzgLkWq7y/mn22lyu6fXOExyrJUssiwEG4vc6/QsLK1szYzt3BwS/ERd7TrtHc6apR0diijOm7te6/sbBl/pWGdgfr+zqS8m399jCcCBBAsaPIgwocKFDBs6fAgxosSJFCtavIgxo8aNFRw7evwIMqTIkSRLmjyJMqXKlSALAAAh+QQJAwABACwAAAAAlgBRAAAC/4yPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEovGITCqXTB3g2VQ+p1RodFjNWq8+rXfLzX3HYfGYXLad0enZ+tx2v79x2ZzOzb7ubIm2tsbChwfxFjO3MugVceeimKL49zAoGIkSqedgqYJ5iUml2ekpavIJtvAJmXpiChC6WtLqWmr6SkoiO/rYIDuL26pKaQs7khuMOGn8W8uJnAwcC90Mx6hcLJ24ONFLy1zEHe39Lb68eYRdvotE3C2cxB7u/q5+7Lwknx2YZ9+iX0ZNI1MdA1UGGjyIMKHChQwbOnwIMaLEiRQrWryIMaPGjRccO3r8CDKkyJEkS5o8iTKlypUsW3osAAAh+QQJAwABACwAAAAAlgBRAAAC/4yPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEovGITCqXzKbzCY1Kp9Sq9Yp1ALZcQJbXDW+/N7F5TJad12nY+o0xl+Wvt51iR7vvrTxb4qfHEih4QngWceg1qKiiKAbxuJgiOVlSGaZV6SiJgtml2emJafhZiGA6umlienqQygpL0mqJ2hr7iZu7QKu7OnvLGwy8e1ms0Gt8PCKLPMzcTPwYuhzyLN3YkIwtWppN3c09TXmYWC1yrpw3QaoazvnH/uv97UJn8U4f6FQP7wdFaM86KXxiDKySCQekNgwbOnwIMaLEiRQrWryIMaPGjRscO3r8CDKkyJEkS5o8iTKlypUsW7p8CTPmjwIAIfkECQMAAQAsAAAAAJYAUQAAAv+Mj6nL7Q+jnLTai7PevPsPhuJIluaJpurKtu4Lx/JM1/aN5/rO9/4PDAqHxKLxiEwql8ym8wmNSqfUqvWKzWq33K4XCwiLxZ0x2WY+y9JsDDu9fqtdcnilbn7h8609X+I31hc4h0IoGHFYaKK4SNLomAAZpjKZMhl5gHm5eYJJ2fAJYNjJ+Okg6plaIgqq0DrKuvrYygBreio7K1mrWzpyuxBMm0tczLsr0mv8izAMnBzy7LwMfWxtGXqtHC29Td2M3cgJCREurkg+/nCOHrhSnrhemc5SD3hIRwjjd7Gv1y8GHg0D49S5kckNIoR/vjh8CDGixIkUK1q8iDGjxo0dHDt6/AgypMiRJEuaPIkypcqVLFu6fAkzpkyPBQAAIfkEBQMAAQAsAAAAAJYAUQAAAv+Mj6nL7Q+jnLTai7PevPsPhuJIluaJpurKtu4Lx/JM1/aN5/rO9/4PDAqHxKLxiEwql8ym8wmNSqfUqvWKzWq33K73+wGIx4AbmWw+lzXqtqx9fsPRlrn6Zb+78vQJP87yB7giOOZXaKiC2IeyKBbhmNgYqRi55mB5aZKpWZL5wNk5wjn52RB6EioagsqguhrWSvLqqropO2q7QOuJK8KrAJxL2ut7IPxrDIJ8rDurHAvNvAztMW1QbZ3dkb3NbXoLXktZSp5qCSEevlhpjukYyE4ILyEfL7iHWFEIg4/nX8fODD4DBXIYZENPGklgGjp8CDGixIkUK1q8iDGjxo0bHDt6/AgypMiRJEuaPIkypcqVLFu6fAkzJoQCACH5BAUDAAEALAAAAAABAAEAAAICTAEAIfkEBQMAAQAsAAAAAAEAAQAAAgJMAQA7);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bestcaptcha-spin-control {
  position: relative;
  width: 260px;
  height: 50px;
  margin: 0 auto;
}
.bestcaptcha-error-message {
  color: #333;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.bestcaptcha-spin-bottom {
  position: absolute;
  top: 0;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 100px;
  background: #f7f7f7;
  overflow: hidden;
}
.bestcaptcha-spin-bottom p {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 21px;
  margin-top: 32px;
  opacity: 0;
  margin-left: -88px;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  text-align: center;
  letter-spacing: -0.36px;
  color: #4a4a4a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 21px;
}
.bestcaptcha-spin-button {
  position: absolute;
  top: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 100px;
  background: #fff;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  cursor: pointer;
}
.bestcaptcha-spin-button p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAyCAYAAAATIfj2AAAAAXNSR0IArs4c6QAABAdJREFUaAXtWUloU0EYbhaNTQWhItiIBz2kaYkHodWDBxEUa9OFIBHxoOnB3oSCgoqCKdijC3rpQTBCcYsQaUsE0eJBRIXiQZEuehJzUxCa1mIWvxFHpsPMvCUzh8oLlDfzzbxvvn+Zmb9JQ4P38TzgecDzgOeBVeQBn0prKpUKLC0tXa7VagNkns/nu93Y2Hgxl8tVVO9ZjZniJesGVYsvLi6OwJizdA7a54BtRv+PgRR3+jTFS3T4LcSk+XEYle7p6TnJ4w77pngtDRLqrFarN/r6+nYKB+sAdfAqI4Ro3JHoW1epVB5hL2yQjCthU7xkUaVBgUBgGAfBB5E6iNpeKpWyojErzBQvWTegWnxubu5XPB5/jlRIY15IMDcWjUZL8/PzrwRjUsgUL1lQeWxTRYlEIoWIPKR97lmGx/dNTEy85HDLrgleZYSoIkTgY2trazOM2k0x5knStguRHJuZmSkxuGXTBK9yD7GKIpHIGfRfsxhtw9DI8vLyvUwmY5uPvqub11aEyOLT09PV9vb2pxB/HN0wFcQ8txWLxSC8PsVglk3dvLb2EKuqu7u7C/0C/kTv1rCfEthPT9h37LR18dqOEBWFCHzCyUZSay/FmKcPETwUi8Xu4yT7weCWTV28jnOeKOvs7CT30zOJymYc8zlcumsl41JYB68rg7D5q+Fw+BiM+ipShyjtQgF6RTSmwnTwivaBas0VY6jn9pTL5RcAhVW73+8/Ojk5+WDFSzY69fA63kOsntnZ2S+4n0qIyEEWZ9pdbW1tOcz7zmCWzXp4XaUcqwgRuIrUy7MYbcPQ9ShiM7Tv5OmWt26DiEik1hCMqooEw6gdItwO5oZXi0E41a5DuJALhr63I140xw2vUISIXIahwDwNY5KicRizgIs2Ixqzwtzy/nennOsI4eLchA1PjmThkY3o3HRzZNfL68ogUlXj4ryLVNsiSh0Y8xYXL6nOHX108Lq6h5qamoZhzIBILYz5htNpfz6fd3T3EC4dvI73kK6qmHeGLl5HKdff378VERiDGKEjEJkRN/866OS1bdDg4OAa1G05pNpG3rt/+1MdHR2XJGNSWDev7T3U0tJyDcYcFilD1IqhUOjA6OjogmhchenmFaYOLwD5fQSYrGp2/a2PCV7LlEsmk1FE4BZvJO1j7Lybr7BM8Soj1NvbG0Y99QapFqcGcM/HhUJBWPZw81Z0TfGSRYS3PF0dlQDZ5DJjPuPeSNO5Tp6meIkGZcohnU5IhP4MBoMp/PDl6IsQymWK19IgKoB/ooI+NT4+/o7H6+3r4FVGCAKzvEh4N4tDQHpI8PMlfVO86j2EAvMCfmPFmfCvbssSTCLSNmyK17YAb6LnAc8DngdWrQd+A6CJYdIFu4L0AAAAAElFTkSuQmCC);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bestcaptcha-spin-button-focus {
  border: 1px solid #007dff;
  background: #007dff;
}
.bestcaptcha-spin-button-error {
  border: 1px solid #ec3f3f;
  background: #ec3f3f;
}
.bestcaptcha-spin-button-loading {
  border: 1px solid #ccc;
  background: #ccc;
}
.bestcaptcha-spin-button-focus p,
.bestcaptcha-spin-button-error p,
.bestcaptcha-spin-button-loading p {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAyCAYAAAATIfj2AAAAAXNSR0IArs4c6QAAAoRJREFUaAXtmb9OVFEQxjcQKGyspIPK2FvrA+gDAC8AL6C+gGIidvx5ABtqeABCDZSEFjtNLLTRwoLo+jvZJcBhvpnrLlPs5kzyhT3z5/vOzM1y757b6zVrE2gTaBNoE5iWCfT7/VnwAXwbonyeHbe/wgHunTfcF6KboLZPYWGQAGEKbyDb6yFcroxl62GxkwBhCq8jOQg5wr+JPQ0JREIWr5C7diP8ESj7TODhdXb3T9Sl8IY7QPgBOAfKDkISIwGyFF5D6q4L8Sfgp+oI/5u7VbEnizdWJgPxZaehS2LPOxFVSVm8lYy9RHzbaeorsQW70vdm8fqqRBGeA8dA2RGBmZCoSqAmhbeSsZeIL4LvQNl7u9L3QpbC66sOo4i/AH9FR8X/shNRlZTFW8nYS8TfioaK+wdYsit9L3UpvL4qUYRnwCFQdkpgPiSqEqhJ4a1k7CXij8AXoGzXrvS9kKXw+qrDKOLPQLkPKVvtRFQlQZbCW8nYS8RfqW7w/wKP7Urfm8Xrqw6jiO8DZXudSIwkCFN4DanbLoSXwB/R0dnt7O6rUXj/+84utrOFX3Gdi5ou7ixerc0UX4srU9zjfIdSeHUnRNhwyn+jLN6omeh+seMSiCDNpPAKuYEb0ZQ7ehav20wJIvwOKCtP46M+y6Xwug2x2el52qaZ6HfLhjsNEcziFXIDN6Lll+UJUHZEQN2LJDc1KbxS8CqA8PScKdDMClBWnrZHPfVJ4b26COZfNjs953I0k3LCmcVrXpGbToS9M+gL4hln2yPz3ty7+ZkNq9ceE/v2QTW0Zk6go9MZ1Fi8oTzCm6C2iX6DV78LLQ1mvGO9F97wCrWENoE2gTaBiZ/AP+8/LMb6T9MeAAAAAElFTkSuQmCC);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bestcaptcha-reset-button {
  display: inline-block;
  color: #666;
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bestcaptcha-reset-button-disable {
  display: inline-block;
  color: #ccc;
  margin-top: 20px;
  font-size: 14px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bestcaptcha-animated {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
@keyframes bestcaptchaShake {
  0%,
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
@-webkit-keyframes bestcaptchaShake {
  0%,
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
.bestcaptcha-shake {
  animation-name: bestcaptchaShake;
  -webkit-animation-name: bestcaptchaShake;
}
.bestcaptcha-slide_pic-wrap {
  position: relative;
  overflow: hidden;
  width: 270px;
  height: 160px;
  border-radius: 0;
}
.bestcaptcha-slide_pic-bg-img {
  position: relative;
  z-index: 999;
  background-position: center center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.bestcaptcha-slide_pic-img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  border-radius: 0;
  pointer-events: auto;
}
.bestcaptcha-textSel_pic-wrap {
  position: relative;
  overflow: hidden;
  width: 270px;
  height: 160px;
  border-radius: 0;
}
.bestcaptcha-textSel_pic-control {
  line-height: 42px;
  height: 42px;
  color: #45494c;
}
.bestcaptcha-textSel_pic-control .bestcaptcha-textSel_pic-button {
  width: 100%;
  cursor: auto;
  background-color: #f7f9fa;
}
.bestcaptcha-textSel_pic-control .bestcaptcha-textSel_pic-font {
  font-weight: 700;
}
.bestcaptcha-textSel_pic-img {
  border-radius: 0;
  pointer-events: auto;
}
.bestcaptcha-textSel_pic-text-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  z-index: 999;
  background-color: #00adff;
  color: white;
  cursor: pointer;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.bestcaptcha-inference_pic-wrap {
  position: relative;
  overflow: hidden;
  width: 270px;
  height: 160px;
  border-radius: 0;
}
.bestcaptcha-inference_pic-content-img {
  width: 270px;
  height: 160px;
}
.bestcaptcha-inference_pic-bg-img {
  display: none;
}
.bestcaptcha-inference_pic-inner-div {
  position: absolute;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}
.bestcaptcha-inference_pic-inner-div--1 {
  display: none;
  z-index: 10;
}
.bestcaptcha-inference_pic-inner-div--1 .bestcaptcha-inference_pic-inner-border {
  border: 2px solid #2a62ff;
}
.bestcaptcha-inference_pic-inner-div--1 .bestcaptcha-inference_pic-inner-border:hover {
  border: 2px solid #2a62ff;
  background-color: transparent;
  opacity: 1;
}
.bestcaptcha-inference_pic-inner-img {
  position: absolute;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}
.bestcaptcha-inference_pic-inner-border {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: transparent;
  border-radius: inherit;
  transition: border 0.2s ease-out 0s;
}
.bestcaptcha-inference_pic-inner-border:hover {
  border: 2px solid #2a62ff;
  background-color: #fff;
  opacity: 0.7;
}
.bestcaptcha-inference_pic-inner-div-target .bestcaptcha-inference_pic-inner-border {
  border: 2px solid #2a62ff;
  background-color: #0000007d;
  opacity: 0.7;
}
.bestcaptcha-inference_pic-inner-div-origin .bestcaptcha-inference_pic-inner-border {
  border: 2px solid #2a62ff;
  background-color: #fff;
  opacity: 0.7;
}
.bestcaptcha-inference_pic-control {
  line-height: 42px;
  height: 42px;
  color: #45494c;
}
.bestcaptcha-inference_pic-control .bestcaptcha-inference_pic-button {
  width: 100%;
  cursor: auto;
  background-color: #f7f9fa;
}
.bestcaptcha-inference_pic-control .bestcaptcha-inference_pic-font {
  font-weight: 700;
}


/*!
 * Viewer.js v1.3.5
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-07-04T11:00:13.705Z
 */.viewer-close:before,.viewer-flip-horizontal:before,.viewer-flip-vertical:before,.viewer-fullscreen-exit:before,.viewer-fullscreen:before,.viewer-next:before,.viewer-one-to-one:before,.viewer-play:before,.viewer-prev:before,.viewer-reset:before,.viewer-rotate-left:before,.viewer-rotate-right:before,.viewer-zoom-in:before,.viewer-zoom-out:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-size:280px;color:transparent;display:block;font-size:0;height:20px;line-height:0;width:20px}.viewer-zoom-in:before{background-position:0 0;content:"Zoom In"}.viewer-zoom-out:before{background-position:-20px 0;content:"Zoom Out"}.viewer-one-to-one:before{background-position:-40px 0;content:"One to One"}.viewer-reset:before{background-position:-60px 0;content:"Reset"}.viewer-prev:before{background-position:-80px 0;content:"Previous"}.viewer-play:before{background-position:-100px 0;content:"Play"}.viewer-next:before{background-position:-120px 0;content:"Next"}.viewer-rotate-left:before{background-position:-140px 0;content:"Rotate Left"}.viewer-rotate-right:before{background-position:-160px 0;content:"Rotate Right"}.viewer-flip-horizontal:before{background-position:-180px 0;content:"Flip Horizontal"}.viewer-flip-vertical:before{background-position:-200px 0;content:"Flip Vertical"}.viewer-fullscreen:before{background-position:-220px 0;content:"Enter Full Screen"}.viewer-fullscreen-exit:before{background-position:-240px 0;content:"Exit Full Screen"}.viewer-close:before{background-position:-260px 0;content:"Close"}.viewer-container{bottom:0;direction:ltr;font-size:0;left:0;line-height:0;overflow:hidden;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.viewer-container::-moz-selection,.viewer-container ::-moz-selection{background-color:transparent}.viewer-container::selection,.viewer-container ::selection{background-color:transparent}.viewer-container img{display:block;height:auto;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.viewer-canvas{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.viewer-canvas>img{height:auto;margin:15px auto;max-width:90%!important;width:auto}.viewer-footer{bottom:0;left:0;overflow:hidden;position:absolute;right:0;text-align:center}.viewer-navbar{background-color:rgba(0,0,0,.5);overflow:hidden}.viewer-list{-webkit-box-sizing:content-box;box-sizing:content-box;height:50px;margin:0;overflow:hidden;padding:1px 0}.viewer-list>li{color:transparent;cursor:pointer;float:left;font-size:0;height:50px;line-height:0;opacity:.5;overflow:hidden;-webkit-transition:opacity .15s;transition:opacity .15s;width:30px}.viewer-list>li:hover{opacity:.75}.viewer-list>li+li{margin-left:1px}.viewer-list>.viewer-loading{position:relative}.viewer-list>.viewer-loading:after{border-width:2px;height:20px;margin-left:-10px;margin-top:-10px;width:20px}.viewer-list>.viewer-active,.viewer-list>.viewer-active:hover{opacity:1}.viewer-player{background-color:#000;bottom:0;cursor:none;display:none;right:0}.viewer-player,.viewer-player>img{left:0;position:absolute;top:0}.viewer-toolbar>ul{display:inline-block;margin:0 auto 5px;overflow:hidden;padding:3px 0}.viewer-toolbar>ul>li{background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;float:left;height:24px;overflow:hidden;-webkit-transition:background-color .15s;transition:background-color .15s;width:24px}.viewer-toolbar>ul>li:hover{background-color:rgba(0,0,0,.8)}.viewer-toolbar>ul>li:before{margin:2px}.viewer-toolbar>ul>li+li{margin-left:1px}.viewer-toolbar>ul>.viewer-small{height:18px;margin-bottom:3px;margin-top:3px;width:18px}.viewer-toolbar>ul>.viewer-small:before{margin:-1px}.viewer-toolbar>ul>.viewer-large{height:30px;margin-bottom:-3px;margin-top:-3px;width:30px}.viewer-toolbar>ul>.viewer-large:before{margin:5px}.viewer-tooltip{background-color:rgba(0,0,0,.8);border-radius:10px;color:#fff;display:none;font-size:12px;height:20px;left:50%;line-height:20px;margin-left:-25px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:50px}.viewer-title{color:#ccc;display:inline-block;font-size:12px;line-height:1;margin:0 5% 5px;max-width:90%;opacity:.8;overflow:hidden;text-overflow:ellipsis;-webkit-transition:opacity .15s;transition:opacity .15s;white-space:nowrap}.viewer-title:hover{opacity:1}.viewer-button{background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;height:80px;overflow:hidden;position:absolute;right:-40px;top:-40px;-webkit-transition:background-color .15s;transition:background-color .15s;width:80px}.viewer-button:focus,.viewer-button:hover{background-color:rgba(0,0,0,.8)}.viewer-button:before{bottom:15px;left:15px;position:absolute}.viewer-fixed{position:fixed}.viewer-open{overflow:hidden}.viewer-show{display:block}.viewer-hide{display:none}.viewer-backdrop{background-color:rgba(0,0,0,.5)}.viewer-invisible{visibility:hidden}.viewer-move{cursor:move;cursor:-webkit-grab;cursor:grab}.viewer-fade{opacity:0}.viewer-in{opacity:1}.viewer-transition{-webkit-transition:all .3s;transition:all .3s}@-webkit-keyframes viewer-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes viewer-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.viewer-loading:after{-webkit-animation:viewer-spinner 1s linear infinite;animation:viewer-spinner 1s linear infinite;border:4px solid hsla(0,0%,100%,.1);border-left-color:hsla(0,0%,100%,.5);border-radius:50%;content:"";display:inline-block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:1}@media (max-width:767px){.viewer-hide-xs-down{display:none}}@media (max-width:991px){.viewer-hide-sm-down{display:none}}@media (max-width:1199px){.viewer-hide-md-down{display:none}}
.c-ant-table-wrap {
  position: relative;
}
.c-ant-table-wrap.is-disabled {
  cursor: not-allowed !important;
}
.c-ant-table-wrap.is-disabled .ant-table .ant-table-selection-column {
  pointer-events: none !important;
}
.c-ant-table-wrap.has-selected-row .ant-table-row {
  cursor: pointer;
}
.c-ant-table-wrap.has-selected-row .ant-table-row.highlight {
  transition: none;
}
.c-ant-table-wrap.has-selected-row .ant-table-row.highlight td {
  background: #fdedc2 !important;
}
.c-ant-table-wrap.has-status-bar {
  background: url('about:blank') fixed;
}
.c-ant-table-wrap.has-status-bar .ant-table-body:after {
  content: '';
  display: block;
  height: 30px;
}
.c-ant-table-wrap.has-status-bar .ant-table-fixed-left,
.c-ant-table-wrap.has-status-bar .ant-table-fixed-right {
  background: #ffffff;
}
.c-ant-table-wrap.has-status-bar .ant-table-fixed-left .ant-table-body-inner,
.c-ant-table-wrap.has-status-bar .ant-table-fixed-right .ant-table-body-inner {
  position: relative;
  padding-bottom: 30px;
}
.c-ant-table-wrap.has-status-bar .status-bar {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.c-ant-table-wrap.has-status-bar .status-bar table {
  table-layout: fixed;
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
.c-ant-table-wrap.has-status-bar .status-bar td {
  height: 30px;
  background: #f7f7f7;
}
.c-ant-table-wrap.has-status-bar .status-bar .ant-tag {
  display: block;
  height: 22px;
  line-height: 22px;
  margin: 0 2px;
  padding: 0 5px;
  line-height: 23px;
  background: #fafafa;
}
.c-ant-table-wrap.has-status-bar .status-bar .ant-tag span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-ant-table-wrap .ant-table table {
  border-radius: 0;
}
.c-ant-table-wrap .ant-table table th.center {
  text-align: center;
}
.c-ant-table-wrap .ant-table .ant-table-scroll {
  position: relative;
}
.c-ant-table-wrap .ant-table .ant-table-body {
  min-height: 200px;
}
.c-ant-table-wrap .ant-table .ant-table-placeholder {
  position: absolute;
  border: none;
  top: 50%;
  left: 0;
  right: 0;
  line-height: 1.5;
  font-size: 14px;
  background: transparent;
  transform: translateY(-50%);
}
.c-ant-table-wrap .ant-table .ant-table-placeholder .u-tipBox {
  padding: 0;
}
.c-ant-table-wrap .ant-table .ant-table-placeholder .u-tipBox[type='loading'] {
  padding-top: 40px;
}
.c-ant-table-wrap .ant-table .ant-table-placeholder .u-tipBox[type='loading']:before {
  top: 0;
}
.c-ant-table-wrap .ant-table .ant-table-fixed-right {
  z-index: 3;
}
.c-ant-table-wrap .ant-table-row.move-enter,
.c-ant-table-wrap .ant-table-row.move-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.c-ant-table-wrap .ant-table-row.move-leave {
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.c-ant-table-wrap .ant-table-row.move-enter.move-enter-active,
.c-ant-table-wrap .ant-table-row.move-appear.move-enter-active {
  animation-name: enter;
  animation-play-state: running;
}
.c-ant-table-wrap .ant-table-row.move-leave.move-leave-active {
  animation-name: leave;
  animation-play-state: running;
}
.c-ant-table-wrap .ant-table-row > .ant-table-selection-column .ant-checkbox .ant-checkbox-inner {
  width: 15px;
  height: 15px;
}
.c-ant-table-wrap .ant-table-thead tr {
  height: auto !important;
}
.c-ant-table-wrap .ant-table-thead tr .react-resizable {
  position: relative;
  background-clip: padding-box;
}
.c-ant-table-wrap .ant-table-thead tr .react-resizable-handle {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1;
}
.c-ant-table-wrap .ant-table-thead tr th .ant-table-header-column {
  display: inline;
  width: 100%;
}
.c-ant-table-wrap .ant-table-thead tr th .ant-table-header-column div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
}
.c-ant-table-wrap .ant-table-thead tr:last-of-type th {
  padding: 0 !important;
  font-weight: 400;
}
.c-ant-table-wrap .ant-table-thead tr:last-of-type .filterInput {
  position: relative;
  height: 28px;
  background: #ffffff;
}
.c-ant-table-wrap .ant-table-thead tr:last-of-type .filterInput input {
  width: 100%;
  height: 100%;
  padding: 0 22px;
  border: 0 none;
  box-sizing: border-box;
}
.c-ant-table-wrap .ant-table-thead tr:last-of-type .filterInput input:focus {
  outline: none;
}
.c-ant-table-wrap .ant-table-thead tr:last-of-type .filterInput input:focus ~ .anticon-filter {
  color: #3b7fc4;
}
.c-ant-table-wrap .ant-table-thead tr:last-of-type .filterInput .anticon-filter {
  position: absolute;
  top: -2px;
  left: -5px;
  margin: 0;
  font-size: 16px;
  color: #ccc;
}
.c-ant-table-wrap .ant-table-thead tr:last-of-type .filterInput .anticon-close-circle {
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 13px;
  cursor: pointer;
  color: #aaa;
  opacity: 0.6;
}
.c-ant-table-wrap .ant-table-thead tr:last-of-type .filterInput .anticon-close-circle:hover {
  opacity: 1;
  color: #3b7fc4;
}
.c-ant-table-wrap .ant-table-thead tr th:last-of-type {
  border-right: 0 none;
}
.c-ant-table-wrap .ant-table-thead tr > .ant-table-selection-column .ant-checkbox .ant-checkbox-inner {
  width: 15px;
  height: 15px;
}
.c-ant-table-wrap .ant-table-footer {
  min-height: 35px;
  padding: 5px 8px;
}
.c-ant-table-wrap .ant-table-footer .paging-tip {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
.c-ant-table-wrap .ant-table-footer .ant-alert {
  float: left;
  margin: -4px 15px 0 0;
  padding: 5px 10px 5px 30px;
  font-size: 12px;
}
.c-ant-table-wrap .ant-table-footer .ant-alert .ant-alert-icon {
  top: 9px;
  left: 10px;
}
.c-ant-table-wrap .export-wrap {
  float: left;
  position: relative;
  padding-left: 22px;
}
.c-ant-table-wrap .export-wrap i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 20px;
}
.c-ant-table-wrap .ant-pagination {
  position: absolute;
  bottom: 6px;
  right: 10px;
  left: 10px;
  z-index: 9;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.c-ant-table-wrap .ant-pagination .ant-pagination-total-text {
  flex: 1;
}
.c-ant-table-wrap .status-bar {
  display: none;
}
.c-ant-table-wrap .ant-table-expanded-row td {
  border-right: 0 none !important;
}
.c-ant-table-wrap .ant-table-expand-icon-col {
  width: 45px;
}
.c-ant-table-wrap .ant-table-expand-icon-th {
  text-align: center;
}
.c-ant-table-wrap .ant-table-expand-icon-th:before {
  content: '#';
  font-weight: 400;
}
.c-ant-table-wrap .ant-table-row-expand-icon-cell {
  text-align: center;
}
.ant-table-small .ant-table-content .ant-table-body {
  margin: 0;
}
.ant-table-bordered .ant-table-header {
  border: 1px solid #e9e9e9;
  border-bottom: 0 none;
}
.ant-table-bordered .ant-table-header > table {
  border: 0 none;
}
.ant-table-bordered .ant-table-header + .ant-table-body,
.ant-table-bordered .ant-table-header + .ant-table-body-outer {
  border-top: 0 none;
}
.ant-table-bordered .ant-table-header + .ant-table-placeholder {
  border: 0 none;
}
.ant-table-bordered .ant-table-body {
  border: 1px solid #e9e9e9;
}
.ant-table-bordered .ant-table-body > table {
  border: 0 none;
}
.ant-table-bordered .ant-table-footer {
  border-radius: 0;
}
.ant-table-bordered .ant-table-body-outer {
  border: 1px solid #e9e9e9;
  border-bottom: 0 none;
}
.ant-table-bordered .ant-table-body-outer tr th:last-of-type,
.ant-table-bordered .ant-table-body-outer tr td:last-of-type {
  border-right: 0 none;
}
.ant-table-bordered .ant-table-fixed-right .ant-table-header {
  border-right: 0 none;
}
.ant-table-bordered .ant-table-fixed-right .ant-table-body-outer {
  border-right: 0 none;
}
.ant-table-bordered.ant-table-empty .ant-table-thead tr th {
  border-bottom: 1px solid #e9e9e9;
}
.c-ant-table-wrap .ant-table-scroll .ant-table-header {
  margin-right: auto;
  margin-bottom: -14px !important;
}
.c-ant-table-wrap .ant-table-fixed-left .ant-table-body-outer,
.c-ant-table-wrap .ant-table-fixed-right .ant-table-body-outer {
  margin-bottom: -14px !important;
}
.ant-table .ant-table-thead th {
  padding: 5px !important;
  background: #e2e2e2;
}
.ant-table .ant-table-thead tr:nth-child(2) th {
  background: white;
}
.ant-table .ant-table-tbody tr:nth-of-type(even) {
  background: rgba(243, 248, 255);
}
.ant-table .ant-table-tbody td {
  padding: 5px !important;
  line-height: 1.2;
  white-space: normal;
}
.ant-table-fixed-left table,
.ant-table-fixed-right table {
  border: 0 none !important;
}
.ant-table-fixed-left table tr td:last-child,
.ant-table-fixed-right table tr td:last-child {
  border-right: 0 none;
}
.ant-table-fixed-right {
  right: 1px;
  background: #ffffff;
}
.ant-table-fixed-right .ant-table-fixed th:last-of-type {
  width: auto !important;
}
.ant-table-scroll-position-middle .ant-table-scroll .ant-table-header:after {
  display: none;
}
.ant-table-thead > tr.ant-table-row-hover,
.ant-table-tbody > tr.ant-table-row-hover,
.ant-table-thead > tr:hover,
.ant-table-tbody > tr:hover {
  background: none;
}
.ant-table-thead > tr.ant-table-row-hover td,
.ant-table-tbody > tr.ant-table-row-hover td,
.ant-table-thead > tr:hover td,
.ant-table-tbody > tr:hover td {
  background: #e1edff !important;
}
.ant-table-thead > tr > th[colspan='1'] {
  text-align: left;
}
.ant-table-tbody > tr.ant-table-row-selected .u-fc-green-dark {
  color: #48a023;
}
@keyframes enter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leave {
  0% {
    opacity: 0.8;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.ant-table-column-sorter-inner {
  height: 16px !important;
}
.ant-table-row-cell-ellipsis {
  white-space: nowrap !important;
}
.ant-form {
  color: #000000;
}
.ant-form .ant-form-item-label label {
  color: #000000;
}
.ant-form .ant-form-item-label .ant-form-item-required {
  color: red;
}
.ant-form .ant-form-item-label .ant-form-item-required:before {
  color: red;
}
.ant-input::-webkit-input-placeholder {
  color: #ccc;
  background: none;
}
.ant-input[readonly],
.ant-input[disabled],
fieldset[readonly] .ant-input,
fieldset[disabled] .ant-input,
.ant-input-number-input[readonly],
.ant-input-number-input[disabled],
.ant-input-number-disabled .ant-input-number-input {
  opacity: 1;
  color: #999;
  background: #f7f7f7;
  text-shadow: 1px 1px 0 #ffffff;
}
.ant-calendar-picker .ant-input[readonly] {
  color: #666666;
  background: #ffffff;
}
.ant-select-focused .ant-select-selection__placeholder {
  color: #ccc;
}
.ant-input-group {
  border-spacing: 0;
}
.ant-input-number.u-fc-red input {
  color: #f50;
}
.u-input-compact {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.u-input-compact > .ant-input,
.u-input-compact > .addon {
  display: table-cell;
  vertical-align: middle;
}
.u-input-compact > .addon {
  background-color: #eee;
  border: 1px solid #ccc;
  border-right: 0 none;
  border-radius: 4px 0 0 4px;
}
.u-input-compact > .addon + .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.u-input-compact > .addon .ant-select-selection {
  border-color: transparent !important;
  background-color: transparent;
}
.u-input-compact > .addon .ant-select-open .ant-select-selection,
.u-input-compact > .addon .ant-select-focused .ant-select-selection {
  color: #108ee9;
  box-shadow: none;
}
.ant-select-selection-selected-value {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-select.loading .ant-select-selection {
  background: #f7f7f7;
}
.ant-select.loading ~ .ant-select-arrow,
.ant-select.loading .ant-select-arrow {
  font-size: 15px;
  color: #999999;
}
.ant-select.loading ~ .ant-select-arrow:before,
.ant-select.loading .ant-select-arrow:before {
  content: '\E6AE';
  animation: loadingCircle 1s infinite linear;
}
.ant-select.loading ~ .ant-select-selection__clear,
.ant-select.loading .ant-select-selection__clear {
  display: none !important;
}
.ant-select.loading ~ .anticon-ellipsis {
  display: none !important;
}
.ant-select-disabled {
  color: #999;
}
.ant-select-disabled .ant-select-selection {
  cursor: text;
  user-select: initial;
  background: #f7f7f7;
  text-shadow: 1px 1px 0 #ffffff;
}
.ant-select-disabled .ant-select-selection:hover {
  border-color: #2db7f5;
}
.ant-select-disabled .ant-select-selection .ant-select-selection__placeholder,
.ant-select-disabled .ant-select-selection .ant-select-search__field__placeholder {
  color: #999;
}
.ant-select-selection__clear {
  border-radius: 6px;
}
.ant-select-dropdown-menu-item:hover,
.ant-select-dropdown-menu-item-active:not(
        .ant-select-dropdown-menu-item-disabled
    ) {
  background-color: #b2dbff;
}
.ant-select-dropdown-menu-item:hover:not(
        .ant-select-dropdown-menu-item-disabled
    ) {
  background-color: #b2dbff;
}
.ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected,
.ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected:hover {
  color: #ffffff;
  background: #0c60aa;
}
@keyframes loadingCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ant-btn-highlight {
  color: #3b7fc4;
  background: #ffffff;
  border-color: #3b7fc4;
}
.ant-btn-danger,
.ant-btn-danger-s1 {
  background: #ffffff;
}
.ant-btn-danger:hover,
.ant-btn-danger-s1:hover,
.ant-btn-danger:active,
.ant-btn-danger-s1:active,
.ant-btn-danger:focus,
.ant-btn-danger-s1:focus,
.ant-btn-danger.highlight,
.ant-btn-danger-s1.highlight {
  color: #ffffff;
  background: #f50;
  border-color: #f50;
}
.ant-btn-warning {
  color: #ffffff;
  background: #fa0;
  border-color: #fa0;
}
.ant-btn-warning:hover,
.ant-btn-warning:active,
.ant-btn-warning:focus {
  color: #ffffff;
  background: #fa0;
  border-color: #fa0;
}
.ant-btn-group .ant-btn-loading {
  color: #cccccc;
  background: #f7f7f7;
  border-color: #d9d9d9 !important;
}
.ant-btn-group .ant-btn-loading .anticon {
  display: none;
}
.ant-btn-group .ant-btn-loading .anticon-loading {
  display: inline-block;
  margin-left: 0;
  color: #3b7fc4;
}
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
fieldset[disabled] .ant-btn-ghost,
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
fieldset[disabled] .ant-btn-ghost:hover,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
fieldset[disabled] .ant-btn-ghost:focus,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
fieldset[disabled] .ant-btn-ghost:active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active,
fieldset[disabled] .ant-btn-ghost.active {
  color: #999999;
}
.ant-btn.disabled,
.ant-btn[disabled],
fieldset[disabled] .ant-btn,
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
fieldset[disabled] .ant-btn:hover,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
fieldset[disabled] .ant-btn:focus,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
fieldset[disabled] .ant-btn:active,
.ant-btn.disabled.active,
.ant-btn[disabled].active,
fieldset[disabled] .ant-btn.active {
  color: #999999;
}
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
fieldset[disabled] .ant-btn-primary,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
fieldset[disabled] .ant-btn-primary:hover,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
fieldset[disabled] .ant-btn-primary:focus,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
fieldset[disabled] .ant-btn-primary:active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active,
fieldset[disabled] .ant-btn-primary.active {
  color: #999999;
}
.ant-btn[disabled] {
  z-index: 1;
  border-color: #d9d9d9 !important;
}
.ant-radio-group.vertical .ant-radio-wrapper,
.ant-checkbox-group.vertical .ant-radio-wrapper,
.ant-radio-group.vertical .ant-group-wrapper,
.ant-checkbox-group.vertical .ant-group-wrapper {
  display: block;
  height: 28px;
  line-height: 28px;
}
.ant-radio-group {
  line-height: 28px;
}
.ant-radio-group.bordered {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  overflow: hidden;
}
.ant-radio-group.highlight.noFirst .ant-radio-wrapper-checked:first-of-type {
  background: #fff;
}
.ant-radio-group.highlight .ant-radio-wrapper-checked {
  background: #ffdb70;
}
.ant-radio-group.vertical .ant-radio-wrapper {
  display: block;
  margin-right: 0;
}
.ant-radio-group .ant-radio-wrapper {
  min-width: 60px;
  padding: 0 8px;
}
.ant-radio-group .ant-radio-wrapper:last-of-type {
  margin-right: 0;
}
.ant-radio-group .ant-radio-wrapper .ant-radio + * {
  padding: 0;
  margin-left: 3px;
}
.ant-calendar-selected-day .ant-calendar-date {
  background: transparent;
  color: #666666;
  border: 1px solid transparent;
}
.ant-calendar-range .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-selected-date .ant-calendar-date {
  background: #2db7f5;
  color: #fff;
  border: 1px solid transparent;
}
.ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-body {
  margin-bottom: 39px;
}
.ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-footer {
  margin-top: -39px;
}
.ant-calendar .ant-calendar-panel .ant-calendar-date-panel .ant-calendar-range-part .ant-calendar-body {
  margin-bottom: 0;
}
.ant-input {
  height: 26px;
  padding: 3px 5px;
}
.ant-input-group-addon {
  padding: 2px 5px;
}
.ant-select-selection--single {
  height: 26px;
}
.ant-select-selection__rendered {
  line-height: 24px;
}
.u-xSelect .ant-select + .anticon-ellipsis,
.u-xSelect .ant-select-arrow + .anticon-ellipsis {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.ant-select-selection--multiple {
  cursor: pointer;
}
.ant-confirm-body .ant-confirm-content .c-none-margin-left {
  margin-left: -42px;
}
.ant-modal-wrap.vertical-center-modal {
  text-align: center;
  white-space: nowrap;
}
.ant-modal-wrap.vertical-center-modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.ant-modal-wrap.vertical-center-modal .ant-modal {
  display: inline-block;
  vertical-align: middle;
  top: 0;
  text-align: left;
}
.ant-cascader-picker {
  line-height: 26px;
}
.ant-cascader-picker .ant-cascader-picker-label {
  z-index: 1;
}
.ant-tabs,
.ant-table {
  color: #000000;
}
.ant-input,
.ant-input-number,
.ant-input-group-addon,
.ant-select-selection,
.ant-tabs-tab {
  border-color: #ccc;
}
.ant-table th,
.ant-table td,
.ant-table .ant-table-header,
.ant-table .ant-table-body,
.ant-table .ant-table-footer,
.ant-table .ant-table-body-outer {
  border-color: #ccc !important;
}
.ant-notification {
  top: auto;
  bottom: 24px;
  z-index: 1000;
}
.ant-notification:has(.notification-normal) {
  z-index: 9;
}
.ant-notification:has(.ajax-error) {
  z-index: 1000;
}
.ant-notification .ant-notification-notice {
  box-shadow: 0 0 20px #000000;
}
body {
  color: #333;
}
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,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
::-webkit-scrollbar {
  width: 8px;
  height: 14px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.4);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
::-webkit-scrollbar-track {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.08);
}
::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.12);
}
html,
body {
  position: relative;
  height: 100%;
  background: #f5f5f5;
}
#app {
  min-height: 100%;
}
.app-initTip:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -50px;
  border-radius: 20px;
  border: 3px solid;
  border-color: #bbbbbb #bbbbbb #ffffff #ffffff;
  transform: translate(-50%, -50%);
  animation: appLoading 0.8s 0s linear 50;
}
.app-initTip:after {
  content: '系统正在启动，请稍等...';
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  transform: translate(-50%, -50%);
}
.g-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  animation: appShow 0.4s 0s 1;
  min-width: 1300px;
}
.h5-page {
  min-width: auto;
}
.g-aside {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 200px;
  background: #ffffff;
  transition: width ease 0.15s 0s;
  border-right: 1px solid #cccccc;
}
.g-aside.collapse {
  width: 80px;
}
.g-aside.collapse + .g-main {
  margin-left: 80px;
}
.g-aside.collapse + .g-main > .m-header-menu {
  left: 80px;
}
.g-aside.aside-disappear {
  display: none;
}
.g-aside.aside-disappear + .g-main {
  margin-left: 0;
}
.g-aside.aside-disappear + .g-main > .m-header-menu {
  left: 0;
}
.g-aside + .g-main {
  margin-left: 200px;
}
.g-aside + .g-main > .m-header-menu {
  left: 200px;
}
.g-main {
  display: flex;
  height: 100%\0;
  min-height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  transition: margin ease 0.15s 0s;
}
.g-main > .m-header-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 15;
}
.g-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  height: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.g-header ~ .g-aside {
  top: 50px;
}
.g-header ~ .g-main {
  padding-top: 80px;
}
.g-container {
  position: relative;
  flex: 1 0 auto;
  min-height: 540px;
  padding: 8px 15px 5px;
  background: #ffffff;
}
.g-footer {
  flex: 0 0 auto;
  background: #e3e3e3;
}
@keyframes appLoading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes appShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: 'iconfont';
  /* project id 195103 */
  src: url('//at.alicdn.com/t/font_195103_206jq1ry69ybvs4i.eot');
  src: url('//at.alicdn.com/t/font_195103_206jq1ry69ybvs4i.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_195103_206jq1ry69ybvs4i.woff') format('woff'), url('//at.alicdn.com/t/font_195103_206jq1ry69ybvs4i.ttf') format('truetype'), url('//at.alicdn.com/t/font_195103_206jq1ry69ybvs4i.svg#iconfont') format('svg');
}
[class|='icon'],
[class*='anticon-icon'] {
  cursor: pointer;
}
[class|='icon']:before,
[class*='anticon-icon']:before {
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
  font-family: 'iconfont' !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.icon-warn:before {
  content: '\e653';
  color: #f60;
}
.icon-email:before {
  content: '\e601';
  color: #ffbd00;
}
.icon-email.read:before {
  content: '\e644';
  color: #bfbfbf;
}
.icon-eye:before {
  content: '\e656';
  color: #f60;
}
.icon-eye.close:before {
  content: '\e709';
  color: #bfbfbf;
}
.icon-refresh:before {
  content: '\e62f';
}
.icon-router:before {
  content: '\e666';
}
.icon-radar:before {
  content: '\e7b8';
}
.icon-disabled:before {
  line-height: 1;
  content: '\e6ca';
}
.icon-unprocessed:before,
.anticon-icon-unprocessed:before {
  content: '\e6a9';
}
.icon-process:before {
  content: '\e7cf';
}
.icon-finish:before {
  content: '\e60f';
}
.icon-new:before {
  content: '\e627';
}
.icon-register:before {
  content: '\e646';
}
.icon-paid:before {
  content: '\e6cb';
}
.icon-audited:before {
  content: '\e61d';
}
.icon-others:before {
  content: '\e693';
}
.icon-discard:before {
  content: '\e670';
}
.icon-map:before {
  content: '\e609';
  margin-top: -6px;
}
.icon-printer:before {
  content: '\e659';
}
.icon-news:before {
  content: '\e66c';
}
.icon-check:before {
  content: '\e65b';
}
.icon-payment:before {
  content: '\e630';
}
.icon-cancel:before {
  content: '\e616';
}
.icon-waitingPick:before {
  content: '\e88a';
}
.icon-waitingSelfPick:before {
  content: '\e603';
  transform: scale(1.2);
}
.icon-inTransit:before {
  content: '\e883';
  transform: scale(1.2);
}
.icon-dispatch:before {
  content: '\e636';
}
.icon-sign:before {
  content: '\e617';
}
.icon-point {
  animation: twinkling 1s ease-in-out 20;
}
.icon-point:before {
  content: '\e645';
  transform: scale(2);
}
.icon-twinkling {
  animation: twinkling 1s ease-in-out 20;
}
@keyframes twinkling {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.icon-reload:before {
  content: '\e604';
  transform: scale(1.5);
}
.icon-evaluated:before {
  content: '\e60f';
}
.icon-addEvaluated:before {
  content: '\e663';
  transform: scale(1.5);
}
.icon-systemEvaluated:before {
  content: '\e640';
}
.icon-finished:before {
  content: '\e602';
}
.u-pointer {
  cursor: pointer;
}
/* 字体相关 */
.u-fc-red {
  color: #ff0000;
}
.u-fc-red-light {
  color: #f50;
}
.u-fc-green {
  color: #87d068;
}
.u-fc-green-dark {
  color: #48a023;
}
.u-fc-link {
  color: #2db7f5;
}
.u-fc-hint {
  color: #999;
}
.u-ft-bold {
  font-weight: bold;
}
.u-ft-italic {
  font-style: italic;
}
.u-ft-normal {
  font-weight: normal;
  font-style: normal;
}
.u-ft-lt {
  text-align: left;
}
.u-ft-rt {
  text-align: right;
}
.u-ft-ct {
  text-align: center;
}
.u-ft-vt {
  vertical-align: top;
}
.u-ft-vt-1 {
  vertical-align: -1px;
}
.u-ft-vt-3 {
  vertical-align: -3px;
}
.u-ft-vt1 {
  vertical-align: 1px;
}
.u-ft-vt3 {
  vertical-align: 3px;
}
.u-ft-vm {
  vertical-align: middle;
}
.u-ft-vb {
  vertical-align: bottom;
}
.u-ft14 {
  font-size: 14px;
}
.u-ft16 {
  font-size: 16px;
}
.u-ft18 {
  font-size: 18px;
}
.u-ft20 {
  font-size: 20px;
}
/* 外边距 */
.u-mt5 {
  margin-top: 5px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mr5 {
  margin-right: 5px;
}
.u-mr10 {
  margin-right: 10px;
}
.u-mr15 {
  margin-right: 15px;
}
.u-mr20 {
  margin-right: 20px;
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-ml5 {
  margin-left: 5px;
}
.u-ml10 {
  margin-left: 10px;
}
.u-ml15 {
  margin-left: 15px;
}
.u-ml20 {
  margin-left: 20px;
}
.u-mg5 {
  margin: 5px;
}
.u-mg10 {
  margin: 10px;
}
/* 内边距 */
.u-pt5 {
  padding-top: 5px;
}
.u-pt10 {
  padding-top: 10px;
}
.u-pr5 {
  padding-right: 5px;
}
.u-pr10 {
  padding-right: 10px;
}
.u-pb5 {
  padding-bottom: 5px;
}
.u-pb10 {
  padding-bottom: 10px;
}
.u-pl5 {
  padding-left: 5px;
}
.u-pl10 {
  padding-left: 10px;
}
.u-pl20 {
  padding-left: 20px;
}
.u-pg5 {
  padding: 5px;
}
.u-pg10 {
  padding: 10px;
}
.u-required {
  color: red;
}
.u-required:before {
  content: '*';
}
.u-opacity9 {
  opacity: 0.9;
}
.u-opacity85 {
  opacity: 0.85;
}
.u-opacity8 {
  opacity: 0.8;
}
.u-opacity75 {
  opacity: 0.75;
}
.u-opacity7 {
  opacity: 0.75;
}
.u-opacity65 {
  opacity: 0.65;
}
.u-opacity6 {
  opacity: 0.6;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.link-bar a {
  margin-right: 10px;
}
.link-bar a:last-child {
  margin-right: 0;
}
.link-bar-20 a {
  margin-right: 20px;
}
.link-bar-20 a:last-child {
  margin-right: 0;
}
.u-blinker {
  color: red;
  animation: blinker 1.2s linear infinite;
}
.u-diableImeMode {
  ime-mode: disabled;
}
@keyframes blinker {
  30% {
    color: blue;
  }
  60% {
    color: green;
  }
}
.u-form {
  color: rgba(0, 0, 0, 0.9);
}
.u-form table {
  border-collapse: collapse;
}
.u-form table th {
  text-align: right;
  font-weight: normal;
  line-height: 26px;
}
.u-form table th,
.u-form table td {
  height: 26px;
  padding: 3px 0;
}
.u-select-addons {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
.u-select-addons > label {
  display: table-cell;
  padding: 2px 5px;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #d9d9d9;
}
.u-select-addons > label:first-child {
  border-right: 0 none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.u-select-addons > label:last-child {
  border-left: 0 none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.u-select-addons > .ant-select {
  display: table-cell;
}
.u-select-addons > .ant-select:first-child .ant-select-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.u-select-addons > .ant-select:last-child .ant-select-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.turbo-weapp-qrcode {
  background: transparent url(/images/588183fd8575f6b428fb0eaa4eb8949d.png) scroll no-repeat 0 0;
  display: inline-block;
  width: 126px;
  height: 147px;
  background-size: 126px 147px;
}
.turbo-wechat-qrcode {
  background: transparent url(/images/d413dce053b756931c6941ffa903a40c.jpg) scroll no-repeat 0 0;
  display: inline-block;
  width: 126px;
  height: 147px;
  background-size: 126px 147px;
}
.turbo-android-download-qrcode {
  background: transparent url(/images/cfc6154f6bcb7e2d090458805d9cd79c.png) scroll no-repeat 0 0;
  display: inline-block;
  width: 126px;
  height: 147px;
  background-size: 126px 147px;
}
.turbo-transport-boss-qrcode {
  background: transparent url(/images/8f5014cc3c7ddd181aa095926ac38f40.png) scroll no-repeat 0 0;
  display: inline-block;
  width: 126px;
  height: 147px;
  background-size: 126px 147px;
}
.best-account-qrcode {
  background: transparent url(/images/1c88b6b6e329c8cd78e8cef181fb7308.png) scroll no-repeat 0 0;
  display: inline-block;
  width: 400px;
  height: 143px;
  background-size: 400px 143px;
}

.notification-table,
.urgency-table {
  border: 1px solid #e2e2e2;
  width: 400px;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  border-collapse: collapse;
}
.notification-table tr,
.urgency-table tr {
  border-bottom: 1px solid #e2e2e2;
  height: 30px;
}
.notification-table tr td,
.urgency-table tr td {
  border-right: 1px solid #e2e2e2;
}
.notification-table tr td:nth-child(odd) {
  font-weight: 800;
}
.notification-table.full-width {
  width: 100%;
}
.notification-table-container {
  width: 100%;
  margin-bottom: 10px;
}
.urgency-table {
  width: 600px;
  margin-left: 84px;
}
.urgency-table tr:first-child {
  font-weight: 800;
}
.notification-title {
  font-size: 12px;
  line-height: 1.8;
  padding: 10px 0;
}
.warning-title,
.warning-tips {
  color: red;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
.warning-title {
  margin-bottom: 0;
}
.warning-time {
  text-align: center;
  margin-bottom: 20px;
}
.warning-tips {
  margin-top: 100px;
}
.urgency-title {
  font-size: 14px;
  margin-bottom: 20px;
}
.urgency-title .warning-title {
  font-size: 14px;
}
.urgency-title:first-child {
  margin-bottom: 0;
}
.urgency-tip {
  font-size: 14px;
  margin-top: 10px;
}
.urgency-tip .warning-title {
  font-size: 14px;
}
.todo-pane-right .ant-tabs-bar {
  margin-bottom: 0;
}
.yunzai-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: fixed;
  bottom: 280px;
  right: 0px;
  z-index: 12;
  background: linear-gradient(135deg, #156ba4 0%, #f0948e 100%);
  text-align: center;
  cursor: pointer;
}
.yunzai-btn .yunzai-img {
  width: 40px;
  margin-top: -12px;
}
.yunzai-btn .yunzai-text {
  height: 20px;
  line-height: 20px;
  color: white;
  font-size: 12px;
}
.yunzai-btn .yunzai-tooltip {
  position: absolute;
  right: 80px;
  top: -5px;
  width: 300px;
  background: linear-gradient(135deg, #E99D42, #4095E5);
  color: white;
  padding: 15px 20px;
  border: 2px solid #F4CE98;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  line-height: 1.5;
  font-size: 14px;
  text-align: left;
}
.yunzai-btn .yunzai-tooltip .yunzai-tooltip-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
.yunzai-btn .yunzai-tooltip .yunzai-tooltip-content {
  font-size: 12px;
}
.form--inline {
  display: inline-block;
}
.form--inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.form--inline .ant-form-item > div {
  display: inline-block;
  vertical-align: middle;
}
.form--inline .ant-form-item-label {
  padding: 0;
}
.dispatching__form .ant-form-item .ant-form-item-label {
  line-height: 1.5;
}
.ant-btn-danger {
  color: #f04134;
}
.ant-select-disabled,
.ant-input[readonly],
.ant-input[disabled],
.ant-select-auto-complete.ant-select .ant-input[disabled],
.ant-checkbox-disabled + span {
  color: #666;
}
textarea {
  resize: vertical;
}
.g-redBac-whiteTxt-icon {
  display: inline-block;
  padding: 5px;
  line-height: 1;
  color: #fff;
  background-color: red;
  border-radius: 100%;
}
.confirm-modal-no-footer .ant-modal-content .ant-modal-close {
  display: block;
}
.confirm-modal-no-footer .ant-modal-content .ant-modal-confirm-btns {
  display: none;
}
.edit-focus-btn {
  float: right;
  margin-bottom: 10px;
  z-index: 1000;
}
.z-1110 {
  z-index: 1110;
}
.modal-follow-wx .ant-modal-confirm-content {
  margin-left: 0 !important;
}
.modal-follow-wx .ant-modal-confirm-content .follow-wx-wrapper {
  display: flex;
}
.modal-follow-wx .ant-modal-confirm-content .follow-wx-wrapper img {
  width: 240px;
  height: 240px;
}
.modal-follow-wx .ant-modal-confirm-content .follow-wx-wrapper p {
  line-height: 1.6;
}
.callIcon {
  font-size: 20px;
  padding-left: 5px;
  line-height: 40px;
  cursor: pointer;
}

.p-login .g-container {
  position: relative;
  flex: none;
  height: 580px;
  min-height: unset;
  padding: 0;
  min-width: 1300px;
}
.p-login .g-footer .m-siteFooter {
  padding: 20px 0;
  border: 0 none;
}
.p-login .login-header {
  width: 1300px;
  height: 80px;
  margin: 0 auto;
}
.p-login .login-header .logo-wrap {
  float: left;
  height: 45px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}
.p-login .login-header .logo-wrap img {
  width: 160px;
  margin-right: 10px;
  vertical-align: bottom;
}
.p-login .login-header .ql-wrap {
  width: 500px;
  height: 80px;
  line-height: 80px;
  margin-left: 300px;
}
.p-login .login-header .qr-wrap {
  float: right;
  height: 80px;
  margin-right: 100px;
}
.p-login .login-header .qr-wrap img {
  height: 80px;
  margin-left: 20px;
  vertical-align: middle;
}
.p-login .login-header + .login-container {
  top: 80px;
}
.p-login .login-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-login .login-container > .login-banner {
  height: 100%;
}
.p-login .login-container > .login-banner .banner {
  height: 100%;
  background: scroll no-repeat 50% 0;
}
.p-login .login-container > .login-banner .banner::after {
  content: '.';
}
.p-login .login-container > .login-banner .ant-carousel .slick-slide {
  height: 500px;
  line-height: 500px;
}
.p-login .login-container > .login-banner .ant-carousel .slick-dots li button {
  height: 8px;
}
.p-login .login-box {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 450px;
  height: 380px;
  margin-left: 200px;
  padding: 6px 0 30px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
}
.p-login .login-box > .hd {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}

.reset-page {
  width: 300px;
  margin: 150px auto;
  font-size: 15px;
}
.reset-page .reset-title {
  font-size: 18px;
  font-weight: bold;
}
.reset-page .reset-form {
  position: relative;
}
.reset-page .reset-form .bestcaptcha-body {
  position: absolute;
}
.reset-page .reset-form .ant-input,
.reset-page .reset-form .ant-select-selection {
  height: 42px;
  font-size: 15px;
}
.reset-page .reset-form .ant-input-group-addon {
  width: 36px;
}
.reset-page .reset-form .ant-select-selection__rendered {
  height: 100%;
}
.reset-page .reset-form .ant-select-selection-selected-value {
  height: 100%;
  padding-top: 8px;
}
.reset-page .reset-form .ant-btn {
  font-size: 16px;
}
.reset-page .reset-form .reset-btn {
  width: 100%;
}
.reset-page .reset-form .reset-btn button {
  width: 100%;
}
.reset-page .reset-form .reset-tip {
  color: red;
  line-height: 1.5;
}
.reset-page .reset-footer {
  display: flex;
  justify-content: space-between;
}

.loading-container {
  width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  margin-top: -63.5px;
}
.loading-container .car-img {
  position: relative;
  animation: 2s linear 0s infinite running mymove;
}
@keyframes mymove {
  0% {
    left: 0px;
  }
  50% {
    left: 350px;
  }
  70% {
    left: 490px;
    opacity: 1;
  }
  100% {
    left: 700px;
    opacity: 0;
  }
}
@-webkit-keyframes mymove {
  /*Safari and Chrome*/
  0% {
    left: 0px;
  }
  50% {
    left: 350px;
  }
  70% {
    left: 490px;
    opacity: 1;
  }
  100% {
    left: 700px;
    opacity: 0;
  }
}
.loading-container .bar-container {
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background-color: #ffd8bf;
}
.loading-container .bar-container .loading-bar {
  height: 100%;
  border-radius: 10px;
  animation-fill-mode: forwards;
  animation-name: progressBar;
  animation-iteration-count: infinite;
  background-color: #ef8200;
  animation-duration: 2s;
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.loading-container .text-container {
  text-align: center;
  font-size: 20px;
  margin-top: 2px;
}

.h5-detail {
  position: relative;
  text-align: center;
  padding: 0 30px;
  max-width: 100%;
  min-height: 80vh;
  margin: 20px auto 0;
}
.h5-detail .catalogue {
  display: flex;
}
.h5-detail .catalogue .next {
  flex: auto;
  text-align: right;
}

.page-89jeq .toolBar {
  flex: none;
}
.page-89jeq .toolBar a {
  margin-right: 17px;
  text-decoration: underline;
}
.page-89jeq .toolBar a:hover {
  color: #0f04ad;
}
.page-89jeq .portal-content {
  margin-bottom: 10px;
}
.page-89jeq .portal-content,
.page-89jeq .u-problem {
  display: flex;
  min-height: 300px;
  max-height: 500px;
  padding: 10px;
}
.page-89jeq .portal-content .left-banner,
.page-89jeq .u-problem .left-banner {
  width: 50%;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}
.page-89jeq .portal-content .left-search-problem,
.page-89jeq .u-problem .left-search-problem {
  overflow: hidden;
  border: 1px solid #dfdfdf;
}
.page-89jeq .portal-content .left-banner .banner,
.page-89jeq .u-problem .left-banner .banner {
  flex: none;
  width: 100%;
  overflow: hidden;
}
.page-89jeq .portal-content .left-banner .banner .prev-button,
.page-89jeq .u-problem .left-banner .banner .prev-button,
.page-89jeq .portal-content .left-banner .banner .next-button,
.page-89jeq .u-problem .left-banner .banner .next-button {
  width: 70px;
  vertical-align: middle;
  z-index: 100;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: all 0.4s ease;
}
.page-89jeq .portal-content .left-banner .banner .prev-button:hover,
.page-89jeq .u-problem .left-banner .banner .prev-button:hover,
.page-89jeq .portal-content .left-banner .banner .next-button:hover,
.page-89jeq .u-problem .left-banner .banner .next-button:hover {
  opacity: 0.8;
  color: #ffffff;
  background: #dcdcdc;
}
.page-89jeq .portal-content .left-banner .banner .prev-button,
.page-89jeq .u-problem .left-banner .banner .prev-button {
  left: 0;
  margin-left: 10px;
}
.page-89jeq .portal-content .left-banner .banner .next-button,
.page-89jeq .u-problem .left-banner .banner .next-button {
  right: 50%;
}
.page-89jeq .portal-content .left-banner .banner .ant-carousel .slick-track .slick-slide,
.page-89jeq .u-problem .left-banner .banner .ant-carousel .slick-track .slick-slide {
  opacity: 0;
  visibility: hidden;
}
.page-89jeq .portal-content .left-banner .banner .ant-carousel .slick-track .slick-slide img,
.page-89jeq .u-problem .left-banner .banner .ant-carousel .slick-track .slick-slide img {
  width: 100%;
}
.page-89jeq .portal-content .left-banner .banner .ant-carousel .slick-track .slick-active,
.page-89jeq .u-problem .left-banner .banner .ant-carousel .slick-track .slick-active {
  opacity: 0;
  visibility: visible;
}
.page-89jeq .portal-content .left-banner .banner .ant-carousel .slick-dots li button,
.page-89jeq .u-problem .left-banner .banner .ant-carousel .slick-dots li button {
  height: 10px;
  width: 24px;
}
.page-89jeq .portal-content .left-board,
.page-89jeq .u-problem .left-board {
  width: 50%;
  border: 1px solid #dfdfdf;
  padding: 10px;
  overflow: hidden;
}
.page-89jeq .portal-content .right-board,
.page-89jeq .u-problem .right-board {
  flex: auto;
  border: 1px solid #dfdfdf;
  padding: 10px;
  margin-left: 10px;
  overflow: hidden;
}
.page-89jeq .portal-content .right-board .bulletinBoard ul li .content-item,
.page-89jeq .u-problem .right-board .bulletinBoard ul li .content-item,
.page-89jeq .portal-content .left-board .bulletinBoard ul li .content-item,
.page-89jeq .u-problem .left-board .bulletinBoard ul li .content-item {
  display: flex;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.page-89jeq .portal-content .right-board .bulletinBoard ul li .content-item .publishDate,
.page-89jeq .u-problem .right-board .bulletinBoard ul li .content-item .publishDate,
.page-89jeq .portal-content .left-board .bulletinBoard ul li .content-item .publishDate,
.page-89jeq .u-problem .left-board .bulletinBoard ul li .content-item .publishDate {
  flex: auto;
  text-align: right;
}
.page-89jeq .portal-content .right-board .bulletinBoard ul li .content-item:hover,
.page-89jeq .u-problem .right-board .bulletinBoard ul li .content-item:hover,
.page-89jeq .portal-content .left-board .bulletinBoard ul li .content-item:hover,
.page-89jeq .u-problem .left-board .bulletinBoard ul li .content-item:hover {
  color: #1ba5d5;
  background-color: #e7e7e7;
}
.page-89jeq .u-problem {
  margin-top: 10px;
}
.page-89jeq .u-problem .problem-feedback {
  padding: 10px;
}
@media screen and (min-width: 0px) and (max-width: 1400px) {
  .left-board,
  .left-banner,
  .right-board {
    height: 350px;
  }
  .left-banner .banner .ant-carousel .slick-track .slick-slide img {
    height: 350px;
  }
  .left-banner .banner .prev-button,
  .left-banner .banner .next-button {
    height: 350px;
    line-height: 350px;
  }
  .left-board .bulletinBoard ul li:nth-child(n + 11),
  .right-board .bulletinBoard ul li:nth-child(n + 11) {
    display: none;
  }
  .left-board .bulletinBoard ul li .content-item,
  .right-board .bulletinBoard ul li .content-item {
    padding: 3px 10px;
  }
  .left-search-problem {
    height: 350px;
    padding: 10px;
  }
  .left-search-problem .m-search-problem .chat-box {
    overflow-y: scroll;
    height: 230px;
  }
}
@media screen and (min-width: 1399px) {
  .left-board,
  .left-banner,
  .right-board {
    height: 500px;
  }
  .left-banner .banner .ant-carousel .slick-track .slick-slide img {
    height: 500px;
  }
  .left-banner .banner .prev-button,
  .left-banner .banner .next-button {
    height: 500px;
    line-height: 500px;
  }
  .right-board .bulletinBoard ul li .content-item,
  .left-board .bulletinBoard ul li .content-item {
    padding: 4px 10px;
  }
  .left-search-problem {
    height: 500px;
    padding: 10px;
  }
  .left-search-problem .m-search-problem .chat-box {
    overflow-y: scroll;
    height: 380px;
  }
}

.u-transOrderStats table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.u-transOrderStats th,
.u-transOrderStats td {
  min-width: 45px;
  padding: 4px 0;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
.u-transOrderStats th {
  background: #f2f2f2;
}
.u-transOrderStats td {
  background: #e1edff;
  height: 27px;
}
.u-transOrderStats td:nth-of-type(10) ~ td {
  background: #fdedc2;
}
.u-transOrderStats a {
  display: block;
  font-weight: 700;
  text-decoration: underline;
}

.u-complaintsStats table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.u-complaintsStats th,
.u-complaintsStats td {
  min-width: 45px;
  padding: 4px 0;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
.u-complaintsStats th {
  background: #f2f2f2;
}
.u-complaintsStats td {
  background: #e1edff;
}
.u-complaintsStats td:nth-of-type(10) ~ td {
  background: #fdedc2;
}
.u-complaintsStats a {
  display: block;
  font-weight: 700;
  text-decoration: underline;
}
.u-complaintsStats_list dl dd a {
  text-decoration: underline;
}

.page-48eeh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-right: 190px;
}
.page-48eeh > div {
  flex: 1 1 auto;
}
.page-48eeh .claim {
  flex: none;
  padding: 11px;
  background: #e1edff;
}
.page-48eeh .claim .claimBtn {
  background: #fdedc2;
  color: #fff;
}
.page-48eeh .claim .claimBtn:hover {
  border-color: #fdedc2;
}
.page-48eeh .claim a {
  margin-right: 17px;
  text-decoration: underline;
}
.page-48eeh .goodsTrendChart {
  position: relative;
}
.page-48eeh .goodsTrendChart .hd {
  padding: 8px 0;
  font-size: 13px;
  background: #e1edff;
  border: 1px solid #dfdfdf;
}
.page-48eeh .goodsTrendChart .hd span {
  margin-right: 15px;
}
.page-48eeh .goodsTrendChart .hd strong {
  color: #d65252;
}
.page-48eeh .goodsTrendChart .bd .trigger {
  margin: 5px 0;
  text-align: center;
}
.page-48eeh .goodsTrendChart .bd .trigger .ant-radio-wrapper {
  margin-right: 0;
}
.page-48eeh .goodsTrendChart .bd .charts {
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
  bottom: 0;
}
.page-48eeh .transOrderStats {
  flex: none;
}
.page-48eeh .averageAndGauge {
  display: flex;
  max-height: 180px;
}
.page-48eeh .colRight {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  flex: none;
  width: 190px;
  overflow: auto;
  box-sizing: content-box;
  border-left: 1px solid #dfdfdf;
}
.page-48eeh .gaugeChart,
.page-48eeh .monthAvgChart {
  width: 50%;
}
.page-48eeh .monthAvgChart {
  border-right: 1px solid #dfdfdf;
}
.page-48eeh .complaintStats h3,
.page-48eeh .accountStats h3 {
  padding: 0 5px;
  line-height: 35px;
  font-size: 13px;
  font-weight: 400;
  background: #e1edff;
  border: 1px solid #dfdfdf;
}
.page-48eeh .complaintStats h3 i,
.page-48eeh .accountStats h3 i {
  margin-right: 3px;
  color: #666;
}
.page-48eeh .complaintStats dt,
.page-48eeh .accountStats dt {
  padding: 5px;
  background: #f2f2f2;
  border-bottom: 1px solid #dfdfdf;
}
.page-48eeh .complaintStats dd,
.page-48eeh .accountStats dd {
  cursor: pointer;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}
.page-48eeh .complaintStats dd:hover,
.page-48eeh .accountStats dd:hover {
  background: #fdedc2;
}
.page-48eeh .complaintStats dd label,
.page-48eeh .accountStats dd label,
.page-48eeh .complaintStats dd span,
.page-48eeh .accountStats dd span {
  float: left;
  width: 50%;
  margin-left: -1px;
  padding: 3px 10px 3px 0;
  cursor: pointer;
  text-align: right;
  border-left: 1px dotted #ccc;
}
.m-statsRules-modal-8jgzu p {
  font-size: 13px;
  margin-bottom: 15px;
}

.page-detail {
  position: relative;
  text-align: center;
  padding: 0 30px;
  max-width: 100%;
  min-height: 80vh;
  margin: 20px auto 0;
}
.page-detail .catalogue {
  display: flex;
}
.page-detail .catalogue .next {
  flex: auto;
  text-align: right;
}

.p-errors-403 .error-msg {
  text-align: center;
}

.diy-tabs-wrap {
  position: relative;
}
.diy-tabs-setting {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 250px;
  width: 150px;
  line-height: 32px;
}
.diy-tabs-setting.set-print-template {
  display: flex;
  justify-content: space-around;
  left: 450px;
}
.diy-tabs-setting.set-print-template > span {
  line-height: 26px;
  padding-bottom: 8px;
}
.previewDiv {
  position: fixed;
  z-index: 3;
  background: #fff;
  top: 100px;
  left: 100px;
  transform: rotate(180deg);
}

.p-outorder-manageNew {
  position: relative;
}
.p-outorder-manageNew .low-zindex-modal-container .ant-modal-mask,
.p-outorder-manageNew .low-zindex-modal-container .ant-modal-wrap {
  z-index: 11;
}
.p-outorder-manageNew .checked td {
  border: 2px dashed black;
}
.p-outorder-manageNew .out-manage-schbox {
  position: relative;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.p-outorder-manageNew .out-manage-schbox .ant-form {
  max-width: 1160px;
  margin-bottom: 0;
}
.p-outorder-manageNew .out-manage-schbox .ant-form .ant-form-item {
  margin-bottom: 0;
}
.p-outorder-manageNew .out-manage-schbox .ant-form .ant-form-item .scan-icon {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #faad14;
  color: #faad14;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}
.p-outorder-manageNew .out-manage-schbox .back-btn {
  position: absolute;
  width: 130px;
  height: 100px;
  left: 1170px;
  top: 10px;
}
.p-outorder-manageNew .out-manage-schbox .parse-not-match-info {
  padding: 8px;
  margin-left: 30px;
}
.p-outorder-manageNew .out-manage-schbox .parse-not-match-info .red {
  color: red;
  font-weight: bolder;
}
.p-outorder-manageNew .remark-content {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.p-outorder-manageNew .cantonMapWrapper {
  position: absolute;
  background: #fff;
  width: 65%;
  right: 0px;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.p-outorder-manageNew .cantonMapWrapper.show {
  z-index: 22;
  opacity: 1;
  animation: gpsShow 0.5s 0s;
}
.p-outorder-manageNew .cantonMapWrapper.hide {
  z-index: -1;
  opacity: 0;
}
.p-outorder-manageNew .cantonMapWrapper iframe {
  width: 100%;
  height: 570px;
  vertical-align: top;
  border: 0 none;
  overflow: hidden;
}
.p-outorder-manageNew .cantonMapWrapper .router {
  padding: 10px;
  font-size: 14px;
}
.p-outorder-manageNew .cantonMapWrapper .router span {
  color: #f60;
}
.p-outorder-manageNew .cantonMapWrapper .router .anticon-close-circle {
  float: right;
  color: #999;
  font-size: 20px;
  cursor: pointer;
}
.p-outorder-manageNew .cantonMapWrapper .router .anticon-close-circle:hover {
  color: #3b7fc4;
}
.p-outorder-manageNew .networkRow {
  background-color: #fdedc2 !important;
}
.p-outorder-manageNew .question-circle {
  color: #faad14;
}
.p-outorder-manageNew .left-2 {
  margin-left: 4px;
}
.p-outorder-manageNew .quantityTip {
  font-size: 14px;
  margin-right: 10px;
  color: #000;
}
.p-outorder-manageNew .quantityTip .red {
  color: #ff0000;
}
.base-info .specialFormWrap {
  text-align: right;
}
.base-info .specialFormWrap .ant-form-explain {
  line-height: 0.5;
}
.base-info .isSpecial {
  position: relative;
}
.base-info .isSpecial .ant-form-item-control-wrapper {
  padding-left: 20px;
}
.base-info .special-info {
  position: absolute;
  top: 10px;
  left: 105px;
  color: orange;
  font-size: 18px;
}
.base-info .special-hide {
  margin: 10px 0 0 5px;
  font-size: 18px;
}
.base-info .specialList .star {
  color: #666;
  line-height: 46px;
  font-size: 20px;
}
@keyframes gpsShow {
  0% {
    z-index: 2;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-internationalCreateOrder {
  position: relative;
  margin-top: 40px;
}
.p-internationalCreateOrder .order-btns {
  position: fixed;
  top: 80px;
  left: 15px;
  right: 15px;
  padding-top: 5px;
  height: 35px;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 2px 2px #d9d9d9;
  background-color: #fff;
  z-index: 10;
}
.p-internationalCreateOrder .order-btns .ant-btn {
  margin-right: 20px;
}
.p-internationalCreateOrder .print {
  position: fixed;
  bottom: 100px;
  right: 50px;
}
.p-internationalCreateOrder .ant-tabs-bar {
  position: fixed;
  left: 15px;
  right: 15px;
  z-index: 10;
  background-color: #fff;
  margin-top: -15px;
  padding-top: 15px;
}
.p-internationalCreateOrder .ant-tabs-tabpane {
  position: relative;
}
.p-internationalCreateOrder .ant-tabs-nav-container {
  height: 30px;
}
.p-internationalCreateOrder .text-warning {
  color: #f04134;
}
.p-internationalCreateOrder .part-goods {
  height: 290px;
}
.p-internationalCreateOrder .custorm-container {
  padding: 5px 42px;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px;
}
.p-internationalCreateOrder .custorm-container .custorm-select {
  margin-bottom: 5px;
}
.p-internationalCreateOrder .custorm-container .custorm-select .custorm-tips {
  color: red;
  padding-right: 20px;
}
.p-internationalCreateOrder .custorm-container .custorm-select .custorm-btn {
  margin-left: 8px;
}
.p-internationalCreateOrder .form-section {
  background-color: #eff0f4;
  border-radius: 5px;
  margin: 6px 0;
  padding: 5px 10px;
}
.p-internationalCreateOrder .form-section:first-child {
  margin-top: 0;
}
.p-internationalCreateOrder .form-section:last-child {
  margin-bottom: 0;
}
.p-internationalCreateOrder .ant-form-item {
  margin-bottom: 0;
}
.p-internationalCreateOrder .ant-form-item .J_key-acceptCanton {
  display: flex;
}
.p-internationalCreateOrder .ant-form-item .J_key-acceptCanton .acceptCanton-select {
  width: 100%;
}
.p-internationalCreateOrder .ant-form-item .ant-calendar-picker {
  width: 100%;
}
.p-internationalCreateOrder .ant-form-item .transOrder-remark.ant-input-affix-wrapper .ant-input {
  min-height: auto;
}
.p-internationalCreateOrder .insure-container .ant-form-explain {
  position: absolute;
  top: 0;
  left: 100%;
  width: 220px;
  margin-top: 11px;
  margin-left: 10px;
}
.p-internationalCreateOrder .u-xSelect {
  z-index: auto;
}
.p-internationalCreateOrder .gps {
  position: absolute;
  left: 100%;
  top: -284px;
  margin-left: 10px;
  z-index: -1;
  opacity: 0;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.p-internationalCreateOrder .gps.show {
  z-index: 3;
  opacity: 1;
  animation: gpsShow 0.5s 0s;
}
.p-internationalCreateOrder .gps.hide {
  z-index: -1;
  opacity: 0;
}
.p-internationalCreateOrder .gps iframe {
  min-width: 575px;
  min-height: 535px;
  vertical-align: top;
  border: 0 none;
  overflow: hidden;
}
.p-internationalCreateOrder .gps .router {
  padding: 10px;
  font-size: 14px;
}
.p-internationalCreateOrder .gps .router span {
  color: #f60;
}
.p-internationalCreateOrder .gps .anticon-close-circle {
  float: right;
  color: #999;
  font-size: 20px;
  cursor: pointer;
}
.p-internationalCreateOrder .gps .anticon-close-circle:hover {
  color: #3b7fc4;
}
.p-internationalCreateOrder .calculator-container .calculator-header {
  clear: both;
  height: 30px;
  line-height: 30px;
}
.p-internationalCreateOrder .calculator-container .calculator-header .calculator-title {
  font-weight: bolder;
  float: left;
}
.p-internationalCreateOrder .calculator-container .calculator-header .calculator-button {
  float: right;
}
.p-internationalCreateOrder .calculator-container .calculator-text {
  font-size: 13px;
  position: relative;
}
.p-internationalCreateOrder .calculator-container .calculator-text .calculator-clean {
  position: absolute;
  top: 85px;
  right: 10px;
  z-index: 3;
}
.p-internationalCreateOrder .site-icon {
  position: absolute;
  left: 100%;
  line-height: 40px;
  top: 0;
  z-index: 3;
  display: flex;
  margin-left: -9px;
}
.p-internationalCreateOrder .center-tip {
  font-size: 20px;
  top: 10px;
  margin-left: -11px;
  text-align: center;
}
.p-internationalCreateOrder .discount-msg {
  padding: 0 10px;
  color: #888888;
  background: #fff3cf;
  width: 396px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.p-internationalCreateOrder .discount-msg span {
  margin: 0 10px 0 5px;
}
.p-internationalCreateOrder .address-icon {
  position: absolute;
  top: 7px;
  left: 52px;
}
.p-internationalCreateOrder .address-icon.addonAfter {
  font-size: 20px;
  padding: 0 5px;
  line-height: 26px;
  cursor: pointer;
}
.p-internationalCreateOrder .order-container {
  display: flex;
}
.p-internationalCreateOrder .order-container .order-form {
  width: 1360px;
  font-size: 13px;
}
.p-internationalCreateOrder .order-container .order-form .transOrder-part {
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.p-internationalCreateOrder .order-container .order-form .ant-row .ant-card-body {
  position: relative;
}
.p-internationalCreateOrder .order-container .order-form .ant-row .ant-card-body .identification-btn {
  height: 26px;
  margin-top: 5px;
}
.p-internationalCreateOrder .order-container .order-form .ant-row .ant-card-body .identification-icon {
  margin-left: 5px;
  margin-top: 7px;
  font-size: 22px;
  color: red;
  position: absolute;
}
.p-internationalCreateOrder .order-container .order-form .line {
  display: flex;
  margin-left: 50px;
}
.p-internationalCreateOrder .order-container .order-form .moreService-container {
  margin-bottom: 10px;
}
.p-internationalCreateOrder .order-container .order-form .moreService-container .ant-radio-group .ant-radio-wrapper {
  margin: 0;
  padding: 0 2px;
  min-width: 45px;
}
.p-internationalCreateOrder .order-container .order-form .other-part {
  padding-left: 15px;
}
.p-internationalCreateOrder .order-container .order-form .other-part .ant-card-body {
  height: 718px;
}
.p-internationalCreateOrder .order-container .order-form .other-part .ant-card-body .orange-relative {
  margin-left: 10px;
  color: #096dd9;
  font-size: 12px;
  line-height: 20px;
}
.p-internationalCreateOrder .order-container .other-container {
  margin-left: 15px;
  width: 400px;
}
.p-internationalCreateOrder .order-container .other-container .measurement-container .ant-card-body {
  height: 770px;
  position: relative;
  padding: 12px 0;
}
.p-internationalCreateOrder .order-container .other-container .measurement-container .ant-card-body .measurement-btn {
  position: absolute;
  top: -24px;
  right: 10px;
}
.p-internationalCreateOrder .order-container .other-container .measurement-container .ant-card-body .calculate-container {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
}
.p-internationalCreateOrder .order-container .other-container .measurement-container .ant-card-body .calculate-container .calculate-item {
  flex-basis: 50%;
  display: flex;
}
.p-internationalCreateOrder .order-container .other-container .measurement-container .ant-card-body .calculate-container .calculate-item .calculate-title {
  width: 100px;
  text-align: right;
}
.p-internationalCreateOrder .ant-card-small .ant-card-head {
  background-color: #d9d9d9;
  min-height: 24px;
}
.p-internationalCreateOrder .ant-card-small .ant-card-head .ant-card-head-title {
  padding: 2px 0;
}
.p-internationalCreateOrder .ant-card-small .ant-card-body {
  background-color: #f5f5f5;
}
.p-internationalCreateOrder .wx-tip {
  font-size: 13px;
}
.p-internationalCreateOrder .wx-tip .wx-icon {
  font-size: 22px;
  vertical-align: top;
}
.modal-international .international-download {
  line-height: 40px;
}
.modal-international .international-btn {
  margin-top: 8px;
  margin-left: 10px;
}
.internationalAI-container .ant-tabs-bar {
  margin: 0;
}
.internationalAI-container .AI-input {
  position: relative;
  margin-bottom: 5px;
}
.internationalAI-container .AI-input .AI-btn {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.internationalAI-container .AI-input .AI-clearBtn {
  position: absolute;
  right: 10px;
  top: 5px;
}
.internationalAI-container .AI-upload {
  padding: 0 10px;
}
.internationalAI-container .AI-upload .AI-icon {
  font-size: 20px;
  padding: 0 10px;
}

.international-pane .best-list-nzone {
  min-height: 200px;
  max-height: 400px;
  overflow-y: auto;
  background-color: #fff;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.international-pane .best-list-nzone li {
  float: left;
  width: 25%;
  border-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  padding: 5px;
}
.international-pane .best-list-nzone li.nzone-empty {
  width: 100%;
  padding: 50px;
  text-align: center;
}
.international-pane .best-list-nzone li.nzone-selected {
  background-color: #29bdf1;
}
.international-pane .best-list-nzone li.nzone-highlight-child {
  background-color: #29bdf1;
}
.international-pane .best-list-nzone li.nzone-highlight-parent {
  background-color: #35f6ff;
}
.international-pane .best-list-nzone li:not(.nzone-empty):hover {
  background-color: #ef8200;
  color: #ffffff;
}
.international-pane .best-list-nzone li.nzone-selected:hover,
.international-pane .best-list-nzone li.nzone-highlight-child:hover,
.international-pane .best-list-nzone li.nzone-highlight-parent:hover {
  background-color: #8ca079;
}

.comp-countrySelect .country-list {
  display: flex;
}
.comp-countrySelect .country-list .country-item {
  width: 60px;
  background-color: #fff;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
.comp-countrySelect .country-list .country-item.active {
  background-color: #3b7fc4;
  border-color: #3b7fc4;
  color: #fff;
}

.receiveTimeCheck {
  margin-bottom: 5px;
}

.receiveTimeCheck {
  margin-bottom: 5px;
}
.forecast-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.forecast-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.forecast-label {
  font-weight: bold;
  min-width: 120px;
  padding-right: 10px;
  text-align: right;
}
.forecast-value {
  min-width: 120px;
  padding-right: 20px;
}
.forecast-value-hd {
  font-weight: bold;
}
.forecast-value-medium {
  min-width: 260px;
  padding-right: 20px;
}
.forecast-value-medium .ant-btn-primary[disabled] {
  background-color: #3c7fc4;
  border-color: #3c7fc4;
  opacity: 0.65;
  color: #fff;
}
.forecast-value-medium .ant-btn-primary[disabled]:hover {
  background-color: #3c7fc4;
  border-color: #3c7fc4;
  opacity: 0.65;
  color: #fff;
}
.forecast-value-large {
  flex: 1;
}
.loading-container {
  padding: 20px;
  text-align: center;
}

.diy-tabs-wrap {
  position: relative;
}
.diy-tabs-setting {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 250px;
  width: 150px;
  line-height: 32px;
}
.diy-tabs-setting.set-print-template {
  display: flex;
  justify-content: space-around;
  left: 450px;
}
.diy-tabs-setting.set-print-template > span {
  line-height: 26px;
  padding-bottom: 8px;
}
.previewDiv {
  position: fixed;
  z-index: 9999;
  background: #fff;
  top: 100px;
  left: 100px;
  transform: rotate(180deg);
}
.p-transorder-modifyOrder .u-toolBar {
  position: relative;
  width: 100%;
  height: 40px;
  margin-left: -15px;
}
.p-transorder-modifyOrder .u-toolBar .tools {
  position: fixed;
  top: 82px;
  z-index: 3;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-bottom: 1px solid rgba(243, 243, 243, 0.5);
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.p-transorder-modifyOrder .u-toolBar .tools .ant-btn-group {
  padding-top: 6px;
}

.search-box {
  margin-bottom: 10px;
}
.search-box__content {
  height: 100%;
  padding: 5px 8px;
  border-radius: 6px;
  border: 1px solid #dddddd;
  background: #f2f2f2;
}

.u-schTab .u-schBox .form-box {
  border-radius: 0;
  border-top: none;
}
.u-schTab .card-container .ant-tabs-bar {
  margin-bottom: 0;
}
.u-schTab .card-container .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  background: #f2f2f2;
}
.u-schTab .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  background: #fff;
}

.form-6rcfv .u-form .ant-calendar-picker .ant-input[disabled] {
  color: #666666;
  background: #f7f7f7;
}
.form-6rcfv .u-form .ant-checkbox + span {
  padding-right: 0;
  padding-left: 4px;
}
.form-6rcfv .product .u-xSelect {
  width: 85%;
}

.outlineCar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.outlineCar .showMore {
  color: #3b7fc4;
  display: inline-block;
  width: 100px;
}

.outlineCar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.outlineCar .showMore {
  color: #3b7fc4;
  display: inline-block;
  width: 100px;
}

.u-returnOrderStatus {
  margin-bottom: 10px;
}
.u-returnOrderStatus table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.u-returnOrderStatus th,
.u-returnOrderStatus td {
  min-width: 45px;
  padding: 4px 0;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
.u-returnOrderStatus th {
  background: #f2f2f2;
}
.u-returnOrderStatus td {
  background: #e1edff;
  height: 27px;
}
.u-returnOrderStatus td:nth-of-type(10) ~ td {
  background: #fdedc2;
}
.u-returnOrderStatus a {
  display: block;
  font-weight: 700;
  text-decoration: underline;
}

.show-step {
  display: none;
}
.infoWrap {
  margin: 10px 0;
  font-size: 14px;
}
.baseWrap,
.declareInfo {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.baseWrap .ant-input-number,
.declareInfo .ant-input-number {
  width: 100%;
}
.declareInfo {
  width: 50%;
}
.declareWrap .ant-input-number {
  width: 100%;
}
.declaration-cascader .ant-cascader-menu {
  height: auto;
}

.statusBar-354pu .ant-spin-nested-loading .ant-spin-container {
  display: flex;
  padding: 5px 10px 5px 90px;
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
  background: #f2f2f2;
}
.statusBar-354pu .ant-spin-nested-loading .ant-spin-container .leftBar {
  position: relative;
  width: 150px;
}
.statusBar-354pu .ant-spin-nested-loading .ant-spin-container .leftBar img {
  position: absolute;
  right: 38px;
  width: 35px;
  transform: rotate(50deg);
}
.statusBar-354pu .ant-spin-nested-loading .ant-spin-container .leftBar h1 {
  font-size: 50px;
}
.statusBar-354pu .ant-spin-nested-loading .ant-spin-container .leftBar p {
  margin-top: -10px;
}
.statusBar-354pu .ant-spin-nested-loading .ant-spin-container .leftBar p .anticon-question-circle-o {
  position: absolute;
  top: 57px;
  right: 16px;
  cursor: pointer;
}
.statusBar-354pu .ant-spin-nested-loading .ant-spin-container .rightBar {
  flex: auto;
  padding-left: 90px;
}
.statusBar-354pu .ant-spin-nested-loading .ant-spin-container .rightBar .statistics {
  padding-top: 10px;
}
.statusBar-354pu .ant-spin-nested-loading .ant-spin-container .rightBar img {
  width: 25px;
}
.statusBar-354pu .ant-spin-nested-loading .ant-spin-container .rightBar span {
  margin-left: 10px;
  font-weight: bold;
  font-size: 20px;
}
.statusBar-354pu .ant-spin-nested-loading .ant-spin-container .rightBar a {
  text-decoration: underline;
  font-weight: bold;
}

.man-bang-car-manage .list-search-wrapper {
  background-color: #f2f2f2;
  padding-top: 10px;
}
.man-bang-car-manage .list-operate-wrapper {
  margin: 10px 0;
}
.man-bang-car-manage .mb-card .ant-card-head {
  min-height: 20px;
  background-color: #d9d9d9;
  font-size: 12px;
  font-weight: bold;
}
.man-bang-car-manage .mb-card .ant-card-head .ant-card-head-title {
  padding: 4px 0;
}
.man-bang-car-manage .mb-card-line {
  min-height: 388px;
}
.man-bang-car-manage .mb-card-line .ant-card-body {
  padding: 4px 0;
}
.man-bang-car-manage .mb-card-cargo {
  min-height: 388px;
}
.man-bang-car-manage .antd-form-item-mb0 {
  margin-bottom: 0;
}
.man-bang-car-manage .antd-form-item-mb4 {
  margin-bottom: 4px;
}
.man-bang-car-manage .ant-form-item-control-lh0 .ant-form-item-control {
  line-height: normal;
}
.man-bang-car-manage .cargo-ant-form-item .ant-form-item-label {
  padding: 4px 0;
}
.man-bang-car-manage .antd-form-item-operate {
  height: 40px;
}
.man-bang-car-manage .antd-form-item-operate .anticon {
  display: inline-block;
  font-size: 18px;
  margin-left: 5px;
}
.man-bang-car-manage .antd-form-item-operate .operate-tip {
  padding-left: 8px;
  font-weight: bolder;
}
.man-bang-car-manage .remark-option {
  cursor: pointer;
}
.man-bang-car-manage .ant-select-auto-complete .ant-input-suffix {
  right: 0;
}
.man-bang-car-manage .ds-ib {
  display: inline-block;
}
.man-bang-car-manage .mr-10 {
  margin-right: 10px;
}
.man-bang-car-manage .mr-4 {
  margin-right: 4px;
}
.man-bang-car-manage .fr {
  color: red;
}
.man-bang-car-manage .fw-b {
  font-weight: bold;
}
.mb-choose-plan-modal .choose-plan-radio {
  display: block;
  height: 30px;
  line-height: 30px;
}
.mb-choose-plan-modal .ds-ib {
  display: inline-block;
}
.mb-choose-plan-modal .mr-10 {
  margin-right: 10px;
}
.mb-choose-plan-modal .input-price {
  margin: 0 12px;
  width: 140px;
}
.mb-choose-plan-modal .bargain-result-success {
  color: green;
  padding-left: 4px;
}
.mb-choose-plan-modal .bargain-result-success .anticon-check-circle {
  padding-right: 4px;
}
.mb-choose-plan-modal .bargain-result-fail {
  color: red;
  padding-left: 4px;
}
.mb-choose-plan-modal .bargain-result-fail .anticon-close-circle {
  padding-right: 4px;
}
.mb-choose-plan-modal .plr-20 {
  padding: 0 20px;
}
.mb-choose-plan-modal .ant-form-item-fc-black .ant-form-item-required {
  color: black;
}
.mb-choose-plan-modal .ant-form-item-fc-black .ant-form-item-required::before {
  color: black;
  content: none;
}
.mb-order-detail-modal .antd-form-item-mb0 {
  margin-bottom: 0;
}
.mb-order-detail-modal .fr {
  color: red;
}
.mb-order-detail-modal .mt-10 {
  margin-top: 10px;
}
.mb-order-detail-modal .mb-10 {
  margin-bottom: 10px;
}
.mb-order-detail-modal .pdr-20 {
  padding-right: 20px;
}
.mb-order-detail-modal .cancel-reason-desc {
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.direct-search .ant-form-item {
  margin-bottom: 0;
}

.ip-phone-call-record-search {
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 10px;
}
.ip-phone-call-record-search .ant-form-item {
  margin-bottom: 4px;
}

.order-recharge-search {
  position: relative;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.order-recharge-search .margin5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.order-recharge-search .red {
  color: #ff0000;
  margin-right: 10px;
}
.order-recharge-search .flex {
  display: flex;
  align-items: baseline;
}
.order-recharge-search .ant-form-item {
  margin-bottom: 0;
}

.order-resource-adjust-search {
  position: relative;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.order-resource-adjust-search .ant-form-item {
  margin-bottom: 0;
}
.order-resource-adjust-search .margin5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.order-resource-adjust-search .red {
  color: #ff0000;
  margin-right: 10px;
}
.order-resource-adjust-search .flex {
  display: flex;
  align-items: baseline;
}
.order-resource-adjust-search .ant-form-item {
  margin-bottom: 0;
}
.order-resource-adjust-modal .mb-0 {
  margin-bottom: 0;
}
.order-resource-adjust-modal .site-tip {
  margin-top: -5px;
  line-height: 1.5;
  height: 15px;
  padding-left: 130px;
}

.order-resource-adjust-search {
  position: relative;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.order-resource-adjust-search .ant-form-item {
  margin-bottom: 0;
}
.order-resource-adjust-search .margin5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.order-resource-adjust-search .red {
  color: #ff0000;
  margin-right: 10px;
}
.order-resource-adjust-search .flex {
  display: flex;
  align-items: baseline;
}
.order-resource-adjust-search .ant-form-item {
  margin-bottom: 0;
}
.order-resource-adjust-modal .mb-0 {
  margin-bottom: 0;
}
.order-resource-adjust-modal .site-tip {
  margin-top: -5px;
  line-height: 1.5;
  height: 15px;
  padding-left: 130px;
}

.man-bang-user-search {
  background-color: #f2f2f2;
  margin-bottom: 10px;
  padding: 12px 8px;
}
.man-bang-user-search .ant-form-item {
  margin-bottom: 0;
}
.man-bang-user-register-modal .ant-form-item {
  margin-bottom: 16px;
}

.bigSite .ant-select-selection {
  height: 56px;
  padding: 13px 0px;
  font-size: 18px;
}
.bigSite .ant-select-selection .ant-select-search {
  display: block !important;
}
.bigSite + .anticon-ellipsis {
  height: 52px !important;
  line-height: 52px !important;
}

.img-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
}
.react-image-viewer {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.react-image-viewer .button-group {
  float: right;
  margin-right: 10px;
  height: 40px;
  width: 400px;
}
.react-image-viewer .button-group .button {
  color: white;
  transition: all 0.4s ease;
  cursor: pointer;
  display: block;
  float: right;
  opacity: 0.5;
  position: relative;
  margin-right: 15px;
}
.react-image-viewer .button-group .button:hover {
  opacity: 0.9;
}
.react-image-viewer .button-group .zoom-in:after {
  transform: rotate(0deg);
}
.react-image-viewer .prev-button {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  left: 0;
  line-height: 80vh;
  opacity: 0.4;
  padding: 0;
  position: fixed;
  top: 10vh;
  transition: all 0.4s ease;
}
.react-image-viewer .prev-button:hover {
  opacity: 0.8;
}
.react-image-viewer .next-button {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  line-height: 80vh;
  opacity: 0.4;
  padding: 0;
  position: fixed;
  right: 0;
  top: 10vh;
  transition: all 0.4s ease;
}
.react-image-viewer .next-button:hover {
  opacity: 0.8;
}
.react-image-viewer .image-wrapper {
  height: 92vh;
  margin: 4vh 4vw;
  overflow: hidden;
  position: relative;
  width: 92vw;
}
.react-image-viewer .image-outer {
  bottom: 0;
  cursor: move;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.35s ease;
}
.react-image-viewer .image-outer:before {
  content: "";
  display: inline-block;
  height: 50%;
  margin-right: -1px;
  width: 1px;
}
.react-image-viewer .image-outer .image {
  animation: image-fade-in 0.4s ease;
  background-position: center!important;
  background-repeat: no-repeat !important;
  background-size: contain!important;
  display: inline-block;
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  transform: scale3d(1, 1, 1);
  transition: all 0.4s ease;
  vertical-align: middle;
  width: auto !important;
}
.react-image-viewer .image-outer.dragging {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.react-image-viewer .image-outer.zoom-0 {
  cursor: default;
}
.react-image-viewer .image-outer.zoom-1 .image {
  transform: scale3d(1.5, 1.5, 1);
}
.react-image-viewer .image-outer.zoom-2 .image {
  transform: scale3d(2, 2, 1);
}
.react-image-viewer .image-outer.zoom-3 .image {
  transform: scale3d(2.5, 2.5, 1);
}
.react-image-viewer .image-outer.zoom-4 .image {
  transform: scale3d(3, 3, 1);
}
.react-image-viewer .tool-bar {
  background: rgba(0, 0, 0, 0);
  height: 50px;
  left: 0;
  min-width: 100px;
  opacity: 0.5;
  overflow: hidden;
  padding-right: 22px;
  padding-top: 10px;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100vw;
}
.react-image-viewer .tool-bar:hover {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.react-image-viewer .index-indicator {
  color: rgba(255, 255, 255, 0.6);
  float: left;
  font-size: 20px;
  font-weight: lighter;
  margin: 0;
  padding-left: 20px;
  vertical-align: middle;
}
.react-image-viewer .caption {
  color: rgba(255, 255, 255, 0.6);
  float: left;
  font-size: 18px;
  font-weight: lighter;
  line-height: 1.2;
  margin: 0;
  max-width: 60vw;
  overflow: hidden;
  padding-left: 20px;
  vertical-align: middle;
}
.react-image-viewer .image-info {
  bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: lighter;
  left: 0;
  line-height: 1.4;
  position: absolute;
  text-align: center;
  width: 100%;
}
.react-image-viewer .indicators {
  -ms-flex-align: center;
  -ms-flex-flow: row wrap;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  align-items: center;
  bottom: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  height: 50px;
  justify-content: center;
  left: 0;
  min-width: 160px;
  overflow: hidden;
  position: fixed;
  width: 100vw;
}
.react-image-viewer .indicators-item {
  cursor: pointer;
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  max-width: 10vw;
  opacity: 0.25;
  position: relative;
  transition: all 0.4s ease;
  width: 60px;
}
.react-image-viewer .indicators-item:first-child:after {
  background: #ffffff;
  border-radius: 1px;
  content: "";
  display: inline-block;
  height: 2rem;
  left: -6px;
  opacity: 0;
  position: absolute;
  top: 1px;
  transform: scale(0);
  transition: all 0.6s ease;
  width: 5px;
}
.react-image-viewer .indicators-item:last-child:after {
  -webkit-transition: all 0.6s ease;
  background: #ffffff;
  border-radius: 1px;
  content: "";
  display: inline-block;
  height: 2rem;
  opacity: 0;
  position: absolute;
  right: -6px;
  top: 1px;
  transform: scale(0);
  transition: all 0.6s ease;
  width: 5px;
}
.react-image-viewer .indicators-item:first-child.invisible:after {
  opacity: 1;
  transform: scale(1);
}
.react-image-viewer .indicators-item:last-child.invisible:after {
  opacity: 1;
  transform: scale(1);
}
.react-image-viewer .indicators-item:before {
  background: #2cb7f5;
  border-radius: 5rem;
  content: "";
  display: inline-block;
  height: 40px;
  width: 100%;
}
.react-image-viewer .indicators-item:hover {
  opacity: 0.85 !important;
}
.react-image-viewer .indicators-item.invisible {
  margin: 0;
  width: 0;
}
.react-image-viewer .indicators-item.active {
  opacity: 0.85 !important;
}
.react-image-viewer .indicators-item.preview {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  opacity: 0.5;
}
.react-image-viewer .indicators-item.preview:hover {
  border: 1px solid #2cb7f5;
}
.react-image-viewer .indicators-item.preview:first-child:after {
  background: rgba(255, 255, 255, 0.8);
  content: '';
  display: inline-block;
  height: 2rem;
  opacity: 0;
  position: absolute;
  top: 0.5rem;
  transform: scaleY(0);
  transition: all 0.6s ease;
  width: 2px;
}
.react-image-viewer .indicators-item.preview:last-child:after {
  background: rgba(255, 255, 255, 0.8);
  content: '';
  display: inline-block;
  height: 2rem;
  opacity: 0;
  position: absolute;
  top: 0.5rem;
  transform: scaleY(0);
  transition: all 0.6s ease;
  width: 2px;
}
.react-image-viewer .indicators-item.preview:first-child.invisible:after {
  opacity: 1;
  transform: scaleY(1);
}
.react-image-viewer .indicators-item.preview:last-child.invisible:after {
  opacity: 1;
  transform: scaleY(1);
}
.react-image-viewer .indicators-item.preview:before {
  display: none;
}
.react-image-viewer .indicators-item.preview .image {
  background-position: center!important;
  background-size: cover!important;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.react-image-viewer .indicators-item.preview.active {
  border: 1px solid #2cb7f5;
}
.react-image-viewer .indicators-item.preview.invisible {
  border: none!important;
}
@keyframes image-fade-in {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

.p-signfor-outSideCarDetail .ant-row {
  padding: 3px 0px;
}
.p-signfor-outSideCarDetail .ant-row .ant-col {
  margin: 7px 0px;
}
.p-signfor-outSideCarDetail .notice {
  float: right;
  color: red;
}
.m-outside-cost .form-detail {
  line-height: 40px;
  margin-bottom: 15px;
}
.m-outside-cost .cost-container .cost-item {
  line-height: 26px;
}
.driver-ellpsis {
  width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.divider {
  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';
  background: #e8e8e8;
}
.divider--horizontal {
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  margin: 24px 0;
}
.divider--vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
}

.permission-from-role .ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
  background: #e2e2e2;
}
.permission-from-role .table-transfer .ant-table-content {
  min-height: 300px;
}
.permission-from-role .table-transfer .ant-table-content .ant-empty-normal {
  margin: 100px 0;
}

.m-place-order {
  width: 100%;
}
.m-place-order .col-left {
  float: left;
  width: 50%;
}
.m-place-order .col-right {
  float: left;
  width: 50%;
  padding-left: 5px;
  overflow: hidden;
}
.m-place-order .ant-select-search {
  display: block !important;
}
.m-place-order .m-place-order-section {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 3px;
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.m-place-order .m-place-order-section .u-form table {
  width: 100%;
  table-layout: fixed;
}
.m-place-order .m-place-order-section input.J_required.error,
.m-place-order .m-place-order-section .J_required.error input,
.m-place-order .m-place-order-section .J_required.error .ant-select-selection {
  background: rgba(255, 102, 0, 0.25);
}
.m-place-order .m-place-order-section input.J_required.error .ant-select-selection__placeholder,
.m-place-order .m-place-order-section .J_required.error input .ant-select-selection__placeholder,
.m-place-order .m-place-order-section .J_required.error .ant-select-selection .ant-select-selection__placeholder {
  color: #f60;
}
.m-place-order .m-place-order-section .J_required.error .ant-select-selection input {
  background: none;
}

.p-largeCarloadTruckImport {
  position: relative;
}
.p-largeCarloadTruckImport .order-btns {
  position: fixed;
  top: 88px;
  left: 15px;
  right: 15px;
  padding-top: 5px;
  height: 35px;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 2px 2px #d9d9d9;
  background-color: #fff;
  z-index: 10;
}
.p-largeCarloadTruckImport .order-btns .ant-btn {
  margin-right: 20px;
}
.p-largeCarloadTruckImport .order-container {
  display: flex;
}
.p-largeCarloadTruckImport .order-container .order-form {
  font-size: 13px;
  width: 1360px;
}
.p-largeCarloadTruckImport .order-container .order-form .parts {
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
  margin-top: 40px;
  padding: 20px;
  padding-bottom: 0;
  background-color: #f5f5f5;
}
.p-largeCarloadTruckImport .order-container .order-form .parts .ant-card-small {
  border: none;
}
.p-largeCarloadTruckImport .order-container .order-form .parts .ant-card-small .ant-card-head {
  background-color: #d9d9d9;
  min-height: 24px;
}
.p-largeCarloadTruckImport .order-container .order-form .parts .ant-card-small .ant-card-head .ant-card-head-title {
  padding: 2px 0;
}
.p-largeCarloadTruckImport .order-container .order-form .parts .ant-card-small .ant-card-body {
  background-color: #f5f5f5;
}
.p-largeCarloadTruckImport .order-container .order-form .parts.left-part {
  height: 460px;
}
.p-largeCarloadTruckImport .order-container .order-form .parts.right-part {
  margin-bottom: 0;
  padding: 0;
  padding-top: 20px;
}
.p-largeCarloadTruckImport .order-container .order-form .parts.right-part .measurement-container .ant-card-body {
  height: 218px;
  position: relative;
  padding: 12px 0;
}
.p-largeCarloadTruckImport .order-container .order-form .parts.right-part .measurement-container .ant-card-body .measurement-btn {
  position: absolute;
  top: -24px;
  right: 10px;
}
.p-largeCarloadTruckImport .order-container .order-form .parts.right-part .measurement-container .ant-card-body .measurement-btn.clear-btn {
  right: 65px;
}
.p-largeCarloadTruckImport .order-container .order-form .parts.right-part .measurement-container .ant-card-body .calculate-container {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.p-largeCarloadTruckImport .order-container .order-form .parts.right-part .measurement-container .ant-card-body .calculate-container .calculate-item {
  flex-basis: 50%;
  display: flex;
}
.p-largeCarloadTruckImport .order-container .order-form .parts.right-part .measurement-container .ant-card-body .calculate-container .calculate-item .calculate-title {
  width: 120px;
  text-align: right;
}
.p-largeCarloadTruckImport .order-container .order-form .ant-row .ant-form-item {
  margin-bottom: 0;
}
.p-largeCarloadTruckImport .order-container .order-form .ant-row .ant-form-item .ant-calendar-picker {
  width: 100%;
}
.p-largeCarloadTruckImport .order-container .order-form .ant-row .ant-form-item .transOrder-remark.ant-input-affix-wrapper .ant-input {
  min-height: auto;
}

.table__td--highlight {
  background: #f9f8eb;
}

.permissionWrapper > .cvs {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(55, 55, 55, 0.6);
  z-index: 99;
}
.permissionWrapper > .permission {
  width: 470px;
  border-radius: 5px;
  margin-left: -235px;
  padding: 9px 11px 32px;
  position: fixed;
  left: 50%;
  top: 70px;
  background: #fff;
  z-index: 100;
}
.permissionWrapper > .permission .close {
  cursor: pointer;
}
.permissionWrapper > .permission .line {
  margin: 10px 0px 13px;
  border-bottom: 1px solid #ddd;
}
.permissionWrapper > .permission .tree {
  height: 350px;
}
.permissionWrapper > .permission .tree .tree-content {
  position: relative;
}
.permissionWrapper > .permission .tree .tree-content .search-container {
  position: absolute;
  top: 8px;
  right: 50px;
  left: 340px;
  display: flex;
  justify-content: space-between;
  line-height: 26px;
}
.permissionWrapper > .permission .tree .tree-content .search-container > i {
  line-height: 28px;
}
.permissionWrapper > .permission .tree .tree-container {
  height: 316px;
  overflow: hidden;
  margin-top: 7px;
}
.permissionWrapper > .permission .tree .tree-container .ant-tree {
  height: 316px;
  overflow-y: scroll;
}
.permissionWrapper > .permission .tree .tree-container .ant-tree li:first-child {
  padding-top: 0;
}

.list-44wfn .action-item {
  margin-left: 15px;
}
.list-44wfn .action-item:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  margin: 0 0 0 -7px;
  background: #e0e0e0;
}

.list-6dbue .action-item {
  margin-left: 15px;
}
.list-6dbue .action-item:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  margin: 0 0 0 -7px;
  background: #e0e0e0;
}

.P_auto {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.clear-fix {
  zoom: 1;
}
.flex {
  display: flex;
}
.field-error {
  color: #f5222d;
}
.clear-fix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.unvisible {
  height: 0px;
  visibility: hidden;
  opacity: 0;
}
.visible {
  visibility: visible;
}
.small-form .ant-form-item-label {
  line-height: 24px !important;
}
.small-form .ant-form-item-control {
  line-height: 24px !important;
}
.small-form .ant-form-item-with-help {
  margin-bottom: 0px !important;
}
.small-form .ant-form-explain {
  margin-top: -3px !important;
  line-height: 18px !important;
  font-size: 12px !important;
}
.search-box {
  padding: 8px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
.search-box .text {
  color: #3b7fc4;
  font-size: 20px;
  margin-bottom: 8px;
}
.search-box .sch-area {
  background-color: #f9f8eb;
  width: 100%;
  border-radius: 2px;
  padding: 10px 8px;
}

.input-cell {
  display: inline-block;
}
.input-cell .spec-field.input-field > * {
  vertical-align: top;
}
.input-cell .input-field {
  display: block;
}
.input-cell .input-field .input-label {
  display: inline-block;
  padding-right: 10px;
  text-align: right;
  line-height: 24px;
  height: 24px;
}
.input-cell .input-field .input-label .u-required:before {
  content: "*";
  font-size: 18px;
  color: #f5222d;
}
.input-cell .input-field .input-value {
  display: inline-block;
  position: relative;
  line-height: 24px;
}
.f-table {
  display: block;
}
.f-row {
  height: 24px;
  white-space: nowrap;
  line-height: 24px;
  margin-bottom: 15px;
}

.P_auto {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.clear-fix {
  zoom: 1;
}
.flex {
  display: flex;
}
.field-error {
  color: #f5222d;
}
.clear-fix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.unvisible {
  height: 0px;
  visibility: hidden;
  opacity: 0;
}
.visible {
  visibility: visible;
}
.small-form .ant-form-item-label {
  line-height: 24px !important;
}
.small-form .ant-form-item-control {
  line-height: 24px !important;
}
.small-form .ant-form-item-with-help {
  margin-bottom: 0px !important;
}
.small-form .ant-form-explain {
  margin-top: -3px !important;
  line-height: 18px !important;
  font-size: 12px !important;
}
.form-group {
  padding: 10px;
}
.form-group .title-wrapper .title {
  font-weight: 1000;
  font-size: 18px;
  color: #3b7fc4;
  border-bottom: 1.2px solid #3b7fc4;
  padding-bottom: 10px;
}
.form-group .title-wrapper .title .text {
  margin-left: 10px;
}
.form-group .title-wrapper .form-content {
  padding: 20px 10px 0 0;
}

.ant-upload-select-picture-card i {
  font-size: 32px;
  color: #999;
}
.ant-upload-select-picture-card .ant-upload-text {
  margin-top: 8px;
  color: #666;
}

.array-input__item {
  display: flex;
  flex-wrap: wrap;
}
.array-input__index {
  margin-right: 10px;
}
.array-input__component {
  flex-basis: 80%;
}
.array-input__btns {
  flex-basis: 10%;
  align-self: center;
}
.array-input__component .ant-row .ant-form-item {
  margin-bottom: 6px;
}

.wrapper {
  padding: 10px;
  display: flex;
  flex-flow: row;
  border: 2px dashed #e9e9e9;
}
.wrapper .pic {
  display: flex;
  flex-flow: row;
  flex-flow: row-reverse;
}
.wrapper .pic .upload-btn {
  margin-left: 15px;
}
.wrapper .form-table .same-like {
  width: 100px;
  text-align: right;
}

.site-license-form .ant-row .ant-col .ant-form-item {
  margin-bottom: 0;
}
.site-license-form .license-label > .ant-form-item-label {
  display: inline-block;
  width: 96px;
  vertical-align: top;
}
.site-license-form .license-label > .ant-form-item-control-wrapper {
  display: inline-block;
  border: 1px dashed #ccc;
  width: 89%;
  padding-right: 4px;
}
.site-license-form .address .ant-form-item-label {
  width: 14%;
}
.site-license-form .address .ant-form-item-control-wrapper {
  width: 86%;
}
.site-license-form .warning-text .ant-input-group .ant-input {
  color: #ff0000;
}

.modal {
  margin-top: 30px;
}
.modal__attachment-title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px dashed #e8e8e8;
  padding-top: 10px;
  padding-bottom: 5px;
}
.modal__attachment-display {
  margin-top: 15px;
  padding-bottom: 20px;
}

.ant-advanced-search-form {
  margin: 24px;
}
.ant-advanced-search-form .ant-form-item {
  display: flex;
}
.ant-advanced-search-form .ant-form-item-control-wrapper {
  flex: 1;
}

.ant-advanced-search-form {
  margin: 24px;
}
.ant-advanced-search-form .ant-form-item {
  display: flex;
}
.ant-advanced-search-form .ant-form-item-control-wrapper {
  flex: 1;
}

.ant-advanced-search-form {
  margin: 24px;
}
.ant-advanced-search-form .ant-form-item {
  display: flex;
}
.ant-advanced-search-form .ant-form-item-control-wrapper {
  flex: 1;
}

.P_auto {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.clear-fix {
  zoom: 1;
}
.flex {
  display: flex;
}
.field-error {
  color: #f5222d;
}
.clear-fix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.unvisible {
  height: 0px;
  visibility: hidden;
  opacity: 0;
}
.visible {
  visibility: visible;
}
.small-form .ant-form-item-label {
  line-height: 24px !important;
}
.small-form .ant-form-item-control {
  line-height: 24px !important;
}
.small-form .ant-form-item-with-help {
  margin-bottom: 0px !important;
}
.small-form .ant-form-explain {
  margin-top: -3px !important;
  line-height: 18px !important;
  font-size: 12px !important;
}
.tabs .content {
  max-height: 400px;
  overflow-y: auto;
  background-color: #fff;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.tabs .content li {
  float: left;
  width: 25%;
  border-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}
.tabs .content li a {
  display: block;
  padding: 5px;
  text-decoration: none;
}
.tabs .content li a:hover {
  background-color: #3b7fc4;
  color: white;
}

.opt-select {
  width: 200px;
}

.ant-advanced-search-form {
  margin: 24px;
}
.ant-advanced-search-form .ant-form-item {
  display: flex;
}
.ant-advanced-search-form .ant-form-item-control-wrapper {
  flex: 1;
}

/* 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 */
.descriptionList .ant-row {
  overflow: hidden;
}
.descriptionList + .descriptionList .ant-row {
  margin-top: 16px;
}
.descriptionList .title {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 14px;
}
.descriptionList .term {
  display: table-cell;
  padding-bottom: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
  white-space: nowrap;
}
.descriptionList .term::after {
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
  content: ':';
}
.descriptionList .detail {
  display: table-cell;
  width: 100%;
  padding-bottom: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  word-break: break-all;
}
.descriptionList.small .ant-row {
  margin-bottom: -8px;
}
.descriptionList.small + .descriptionList .ant-row {
  margin-top: 8px;
}
.descriptionList.small .title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.65);
}
.descriptionList.small .term,
.descriptionList.small .detail {
  padding-bottom: 8px;
}
.descriptionList.large .title {
  font-size: 16px;
}
.descriptionList.vertical .term {
  display: block;
  padding-bottom: 8px;
}
.descriptionList.vertical .detail {
  display: block;
}

.tools-htxuu {
  position: relative;
}
.tools-htxuu .ant-checkbox-group .ant-checkbox-wrapper {
  width: 100px;
}
.tools-htxuu .ant-checkbox-group label:nth-child(2),
.tools-htxuu .ant-checkbox-group label:nth-child(4) {
  width: 50%;
}
.tools-htxuu .select {
  width: 120px;
  position: absolute;
  left: 210px;
  top: 0;
}

.inputBox-6j6ap .parentDiv {
  position: relative;
  clear: both;
  height: 30px;
  line-height: 30px;
}
.inputBox-6j6ap .parentDiv .ant-checkbox-wrapper {
  float: left;
  width: 130px;
}
.inputBox-6j6ap .parentDiv .ant-input-group-wrapper {
  float: left;
  width: 60%;
}

.picType-2773m .parentDiv {
  position: relative;
  clear: both;
  height: 30px;
  line-height: 30px;
}
.picType-2773m .parentDiv .ant-checkbox-wrapper {
  float: left;
  width: 130px;
}
.picType-2773m .parentDiv .ant-input-group-wrapper {
  float: left;
  width: 60%;
}

.errorMaintain table td > div .checkGroup {
  display: inline-block;
  margin-left: 20px;
}

.p-setting-map .iframe {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 15px 15px 50px;
}

.p-Setting-Install-ConverCanton-operateButton {
  display: flex;
}
.p-Setting-Install-ConverCanton-operateButton .text-tip {
  line-height: 28px;
}
.p-Setting-Install-ConverCanton-operateButton .status-select {
  width: 200px;
  padding-right: 10px;
}
.p-Setting-Install-ConverCanton-operateButton .anticon-ellipsis {
  right: 32px;
}
.p-Setting-Install-ConverCanton-operateButton .date-range {
  width: 400px;
}
.p-Setting-Install-ConverCanton-EditModal .status-select .ant-select-selection--single {
  line-height: 32px;
  height: 32px;
}
.p-Setting-Install-ConverCanton-EditModal .status-select .ant-select-selection__rendered {
  line-height: 30px;
}
.p-Setting-Install-ConverCanton-EditModal .status-select .anticon-ellipsis {
  line-height: 28px;
  height: 30px;
}
.p-Setting-Install-ConverCanton-EditModal .u-xSelect .ant-select + .anticon-ellipsis {
  line-height: 28px;
  height: 30px;
}

.p-setting-shuttleBusManage .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  color: #169bd6;
}
.p-setting-shuttleBusManage .ant-collapse > .ant-collapse-item .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-attendance {
  width: 900px;
  margin: 0 auto;
}
.site-attendance .ant-form-item {
  margin-bottom: 24px;
}
.site-attendance .ant-radio-group {
  margin-top: 38px;
  line-height: 88px;
  border: 1px solid #d9d9d9;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  background-color: #f2f2f2;
}
.site-attendance .ant-radio-group .ant-radio {
  vertical-align: middle;
  padding-right: 8px;
}
.site-attendance .ant-radio-group .ant-radio-wrapper {
  padding: 0 58px;
  font-size: 30px;
  font-weight: bold;
}
.site-attendance .code-input {
  width: 70%;
  height: 64px;
  font-size: 26px;
  padding-left: 30px;
}
.site-attendance .ant-btn-primary {
  width: 180px;
  height: 62px;
  margin-left: 36px;
  font-size: 30px;
}
.site-attendance .ant-form-explain {
  margin-top: 2px;
  font-size: 20px;
}

.rolePermissionManage > .cvs {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(55, 55, 55, 0.6);
  z-index: 99;
}
.rolePermissionManage > .permission {
  width: 500px;
  border-radius: 5px;
  margin-left: -235px;
  padding: 9px 11px 32px;
  position: fixed;
  left: 50%;
  top: 70px;
  background: #fff;
  z-index: 100;
}
.rolePermissionManage > .permission .close {
  cursor: pointer;
}
.rolePermissionManage > .permission .line {
  margin: 10px 0px 13px;
  border-bottom: 1px solid #ddd;
}
.rolePermissionManage > .permission .tree {
  height: 350px;
}
.rolePermissionManage > .permission .tree .tree-content {
  position: relative;
}
.rolePermissionManage > .permission .tree .tree-content .search-container {
  position: absolute;
  top: 8px;
  right: 50px;
  left: 340px;
  display: flex;
  justify-content: space-between;
  line-height: 26px;
}
.rolePermissionManage > .permission .tree .tree-content .search-container > i {
  line-height: 28px;
}
.rolePermissionManage > .permission .tree .tree-container {
  height: 316px;
  overflow: hidden;
  margin-top: 7px;
}
.rolePermissionManage > .permission .tree .tree-container .ant-tree {
  height: 316px;
  overflow-y: scroll;
}
.rolePermissionManage > .permission .tree .tree-container .ant-tree li:first-child {
  padding-top: 0;
}
.rolePermissionManage > .permission .tree .tree-container .ant-tree li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher),
.rolePermissionManage > .permission .tree .tree-container .ant-tree li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
.rolePermissionManage > .permission .tree .tree-container .ant-tree li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.65);
}

.permissionFromRoleWrapper > .cvs {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(55, 55, 55, 0.6);
  z-index: 99;
}
.permissionFromRoleWrapper > .permissionFromRole {
  width: 720px;
  border-radius: 5px;
  padding: 9px 11px 33px;
  margin-left: -315px;
  position: fixed;
  left: 50%;
  top: 70px;
  background: #fff;
  z-index: 100;
}
.permissionFromRoleWrapper > .permissionFromRole .close {
  cursor: pointer;
}
.permissionFromRoleWrapper > .permissionFromRole .line {
  margin: 10px 0px 13px;
  border-bottom: 1px solid #ddd;
}
.permissionFromRoleWrapper > .permissionFromRole .transfer {
  display: inline-block;
  margin: 0px auto;
  text-align: left;
}
.permissionFromRoleWrapper > .permissionFromRole .transfer .ant-transfer-list {
  width: 300px;
}
.permissionFromRoleWrapper > .permissionFromRole .btnWrapper {
  text-align: left;
  padding: 5px 0px 5px 2px;
}

.p-setting-userPermission .ant-btn-danger {
  background: #f7f7f7;
}
.p-setting-userPermission .ant-btn-danger:hover,
.p-setting-userPermission .ant-btn-danger:active,
.p-setting-userPermission .ant-btn-danger:focus,
.p-setting-userPermission .ant-btn-danger.highlight {
  color: #ffffff;
  background: #f50;
  border-color: #f50;
}
.p-setting-userPermission .ant-btn-danger[disabled] {
  color: #999999;
  background: #f7f7f7;
}

.u-xSelect {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.u-xSelect:hover .ant-select-selection__clear {
  display: block;
  opacity: 1;
  background: none;
}
.u-xSelect .ant-select {
  width: 100%;
}
.u-xSelect .ant-select.loading .ant-select-selection__choice:first-of-type {
  padding-left: 5px;
  color: #999999;
  background: none;
}
.u-xSelect .ant-select.ant-select-disabled + .anticon-ellipsis {
  cursor: not-allowed;
  opacity: 0.7 !important;
}
.u-xSelect .ant-select.ant-select-open ~ .ant-select-arrow:before {
  transform: rotate(180deg);
}
.u-xSelect .anticon-ellipsis {
  position: absolute;
  top: 2px;
  right: 26px;
  width: 24px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  font-size: 20px;
  background: #e0e0e0;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
}
.u-xSelect .anticon-ellipsis:hover {
  opacity: 1;
  line-height: 22px;
  border: 1px solid #ccc;
}
.u-xSelect .ant-select-selection--multiple {
  position: relative;
}
.u-xSelect .ant-select-selection--multiple:before,
.u-xSelect .ant-select-selection--multiple:after {
  display: none;
}
.u-xSelect .ant-select-selection--multiple ul {
  position: absolute;
  left: 0;
  right: 40px;
  white-space: nowrap;
  overflow: hidden;
}
.u-xSelect .ant-select-selection--multiple ul li {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.u-table.has-selected-row .ant-table-row {
  cursor: pointer;
}
.u-table.has-selected-row .ant-table-row.highlight {
  transition: none;
}
.u-table.has-selected-row .ant-table-row.highlight td {
  background: #fdedc2 !important;
}
.u-table.is-disabled {
  cursor: not-allowed !important;
}
.u-table.is-disabled .ant-table .ant-table-selection-column {
  pointer-events: none !important;
}
.u-table .ant-table-footer {
  min-height: 35px;
  padding: 5px 8px;
}
.u-table .ant-table-footer .paging-tip {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
.u-table .ant-pagination {
  position: absolute;
  bottom: 6px;
  right: 10px;
  left: 10px;
  z-index: 2;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.u-table .ant-pagination .ant-pagination-total-text {
  flex: 1;
}
.u-table .ant-pagination .ant-pagination-total-text .pull-right {
  float: right;
}

.seg-custom {
  margin-left: 5px;
}
.seg-custom .seg-item {
  padding-top: 8px;
}
.seg-custom .seg-item .seg-input {
  display: inline-block;
}
.seg-custom .seg-item .seg-operate {
  margin-left: 8px;
  display: inline-block;
}
.seg-custom .seg-item .seg-operate a:last-child {
  margin-left: 5px;
}
.width-60 {
  width: 60px;
}

.tip-card__content {
  padding: 0 10px;
  list-style: decimal;
}
.tip-card__item {
  line-height: 32px;
}

.chart__header {
  text-align: center;
}
.chart__subtitles {
  display: flex;
  justify-content: space-evenly;
}
.chart__subtitle {
  display: inline-block;
}
.chart__unit {
  display: flex;
  justify-content: space-between;
}
.chart__legend-box {
  margin-top: 30px;
  text-align: center;
}
.legend {
  display: inline-block;
}
.legend__checkbox {
  vertical-align: text-top;
}
.legend__title {
  vertical-align: text-top;
  padding-left: 5px;
}
.legend--square {
  width: 15px;
  height: 15px;
  vertical-align: text-top;
}
.legend--line-circle {
  position: relative;
}
.legend--line-circle::before {
  position: absolute;
  display: inline-block;
  top: -8px;
  left: -4px;
  width: 24px;
  height: 4px;
  background: inherit;
  content: '';
}
.legend--line-circle::after {
  position: absolute;
  display: inline-block;
  top: -11px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: inherit;
  content: '';
}

.u-dateRange {
  display: flex;
  align-items: center;
}
.u-dateRange fieldset {
  min-width: 220px;
  padding: 8px 10px 10px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}
.u-dateRange fieldset legend {
  display: block;
  width: auto;
  margin: 0;
  padding: 0 5px;
  color: inherit;
  font-size: 13px;
  border-bottom: 0 none;
}
.u-dateRange fieldset .ant-calendar-picker {
  position: relative;
  display: block;
  padding-left: 40px;
  line-height: 32px;
}
.u-dateRange fieldset .ant-calendar-picker:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  line-height: 28px;
  text-align: right;
}
.u-dateRange fieldset .ant-calendar-picker:first-of-type {
  margin-bottom: 5px;
}
.u-dateRange fieldset .ant-calendar-picker:first-of-type:before {
  content: '开始：';
}
.u-dateRange fieldset .ant-calendar-picker:last-of-type:before {
  content: '结束：';
}
.u-dateRange fieldset .ant-calendar-picker .ant-input {
  border-radius: 6px !important;
}
.u-dateRange fieldset .ant-calendar-picker .ant-calendar-picker-icon {
  display: block;
}
.u-dateRange .ant-calendar-picker {
  flex: 1;
  min-width: initial !important;
}
.u-dateRange .ant-calendar-picker:first-of-type .ant-input {
  border-radius: 6px 0 0 6px;
}
.u-dateRange .ant-calendar-picker .ant-input {
  padding-right: 7px;
  border-radius: 0 6px 6px 0;
}
.u-dateRange .ant-calendar-picker .ant-calendar-picker-icon,
.u-dateRange .ant-calendar-picker .ant-calendar-picker-clear {
  display: none;
}
.u-dateRange .separator {
  position: relative;
  width: 12px;
  height: 28px;
  text-align: center;
  background: #ddd;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
.u-dateRange .separator:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
  background: #bfbfbf;
}

.u-schBox {
  margin-bottom: 10px;
}
.u-schBox > .form-box {
  height: 100%;
  padding: 5px 8px;
  border-radius: 6px;
  background: #f2f2f2;
  border: 1px solid #dddddd;
}
.u-schBox > .form-box > table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.u-schBox > .form-box .ant-form {
  display: flex;
  max-width: 1300px;
  margin: -3px;
  flex-direction: row;
  flex-wrap: wrap;
}
.u-schBox > .form-box .ant-form.col2 .ant-form-item {
  width: 50%;
}
.u-schBox > .form-box .ant-form.col4 .ant-form-item {
  width: 25%;
}
.u-schBox > .form-box .ant-form.col5 .ant-form-item {
  width: 20%;
}
.u-schBox > .form-box .ant-form.label-w70 .ant-form-item .ant-form-item-label {
  width: 70px;
}
.u-schBox > .form-box .ant-form.label-w80 .ant-form-item .ant-form-item-label {
  width: 80px;
}
.u-schBox > .form-box .ant-form.label-w90 .ant-form-item .ant-form-item-label {
  width: 90px;
}
.u-schBox > .form-box .ant-form .ant-form-item {
  flex: none;
  width: 33.33%;
  margin: 2px 0;
}
.u-schBox > .form-box .ant-form .ant-form-item.flex {
  flex: 1 0 auto;
}
.u-schBox > .form-box .ant-form .ant-form-item.btn-groups {
  flex: 1 0 auto;
  text-align: right;
}
.u-schBox > .form-box .ant-form .ant-form-item.btn-groups .ant-btn {
  margin: 0 5px;
}
.u-schBox > .form-box .ant-form .ant-form-item .ant-form-item-label {
  float: left;
  width: 100px;
  padding: 7px 0 !important;
  line-height: 18px;
  text-align: right;
  vertical-align: top;
}
.u-schBox > .form-box .ant-form .ant-form-item .ant-form-item-control {
  margin-right: 20px;
  line-height: 32px;
  overflow: hidden;
}
.u-schBox > .form-box .ant-row,
.u-schBox > .form-box .ant-form-item-control {
  position: static;
}
.u-schBox > .form-box .ant-row:before,
.u-schBox > .form-box .ant-form-item-control:before,
.u-schBox > .form-box .ant-row:after,
.u-schBox > .form-box .ant-form-item-control:after {
  display: none;
}

.u-siteTree {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.u-siteTree:hover .ant-select-selection__clear {
  display: block;
  opacity: 1;
}
.u-siteTree .anticon-ellipsis {
  position: absolute;
  right: 0px;
  width: 24px;
  height: 100%;
  line-height: 200%;
  cursor: pointer;
  font-size: 20px;
  background: #e0e0e0;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
}
.u-siteTree .anticon-ellipsis:hover {
  opacity: 1;
  line-height: 200%;
  border: 1px solid #ccc;
}
.u-siteTree .anticon-close {
  display: block;
  position: absolute;
  right: 25px;
  width: 24px;
  top: 0px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  opacity: 0;
}
.u-siteTree .anticon-close:hover {
  opacity: 1;
}
.u-siteTree:hover .anticon-close {
  opacity: 1;
  cursor: pointer;
}

.p-transOrder-titanLine .status-select .ant-select-selection--single {
  line-height: 26px;
  height: 26px;
}
.p-transOrder-titanLine .status-select .ant-select-selection__rendered {
  line-height: 26px;
}
.p-transOrder-titanLine .status-select .anticon-ellipsis {
  line-height: 24px;
  height: 26px;
}
.p-transOrder-titanLine .query-btn {
  height: 26px;
  line-height: 1;
  margin-top: 3px;
}

.WaybillVerificateFromWrap .ant-table-tbody tr .ant-input-number.has-error {
  border-color: red;
}
.WaybillVerificateFromWrap table.table__status-bar tr > td .ant-tag {
  border: none;
}
.WaybillVerificateFromWrap table.table__status-bar tr > td:last-child .ant-tag {
  color: red;
}
.WaybillVerificateFromWrap table.table__status-bar tr > td:last-child .ant-tag:before {
  color: red;
  content: '合计:';
  padding-right: 3px;
}

.batch-add-modal .ant-input-number {
  width: 100%;
}
.batch-add-modal .has-error,
.batch-add-modal .has-error .ant-select-selection,
.batch-add-modal .has-error input {
  border-color: red;
}
.rent-fee-edit-modal .ant-input-number,
.rent-fee-edit-modal .ant-calendar-picker {
  width: 100%;
}
.rent-fee-edit-modal .ant-input-disabled {
  background-color: #f7f7f7 !important;
}


.p-transOrder-delayNotification .status-select .ant-select-selection--single {
  line-height: 26px;
  height: 26px;
}
.p-transOrder-delayNotification .status-select .ant-select-selection__rendered {
  line-height: 26px;
}
.p-transOrder-delayNotification .status-select .anticon-ellipsis {
  line-height: 24px;
  height: 26px;
}
.p-transOrder-delayNotification .query-btn {
  height: 26px;
  line-height: 1;
  margin: 10px 0px 10px 70px;
}

.nzone-div {
  width: 100%;
  min-height: 200px;
}
.nzone-tabs {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.nzone-tabs > li {
  margin-bottom: 0;
}
.nzone-tabs > li > a {
  margin-right: 5px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0;
  width: 60px;
  padding: 10px 0px;
  text-align: center;
}
.nzone-tabs > li > a:hover {
  border-color: #fff;
}
.nzone-tabs > li.active {
  border-bottom: -1px;
}
.nzone-tabs > li.active > a,
.nzone-tabs > li.active > a:hover,
.nzone-tabs > li.active > a:focus {
  color: #ef8200;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ef8200;
}
.best-list-nzone {
  min-height: 200px;
  max-height: 400px;
  overflow-y: auto;
  background-color: #fff;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.best-list-nzone li {
  float: left;
  width: 25%;
  border-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  padding: 5px;
}
.best-list-nzone li.nzone-empty {
  width: 100%;
  padding: 50px;
  text-align: center;
}
.best-list-nzone li.nzone-selected {
  background-color: #29bdf1;
}
.best-list-nzone li.nzone-highlight-child {
  background-color: #29bdf1;
}
.best-list-nzone li.nzone-highlight-parent {
  background-color: #35f6ff;
}
.best-list-nzone li:not(.nzone-empty):hover {
  background-color: #ef8200;
  color: #ffffff;
}
.best-list-nzone li.nzone-selected:hover,
.best-list-nzone li.nzone-highlight-child:hover,
.best-list-nzone li.nzone-highlight-parent:hover {
  background-color: #8ca079;
}

.m-site-query-list .grey {
  color: grey;
}

.net-list-query-list .ant-descriptions-title {
  margin-bottom: 4px;
}
.net-list-query-list .ant-descriptions-item-label,
.net-list-query-list .ant-descriptions-item-content {
  color: #000000;
}
.net-list-query-list .ant-descriptions-bordered .ant-descriptions-item-label,
.net-list-query-list .ant-descriptions-bordered .ant-descriptions-item-content {
  padding: 6px 14px;
  border-right: 1px solid #e8e8e8;
}
.net-list-query-list .site-sections .ant-collapse {
  border-radius: 0;
  border: 0 none;
  background: transparent;
}
.net-list-query-list .site-sections .ant-collapse > .ant-collapse-item {
  padding: 10px;
  border-radius: 5px;
  border: 0 none;
}
.net-list-query-list .site-sections .ant-collapse > .ant-collapse-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.net-list-query-list .site-sections .ant-collapse > .ant-collapse-item:hover > .ant-collapse-header {
  color: #30b2ec;
}
.net-list-query-list .site-sections .ant-collapse > .ant-collapse-item:last-of-type {
  margin-bottom: 0;
}
.net-list-query-list .site-sections .ant-collapse > .ant-collapse-item.ant-collapse-item-active > .ant-collapse-header .arrow:before {
  content: '\E621';
}
.net-list-query-list .site-sections .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  z-index: 1;
  height: 25px;
  line-height: 25px;
  margin: 0 5px;
  padding: 0;
  font-size: 15px;
  cursor: pointer;
}
.net-list-query-list .site-sections .ant-collapse > .ant-collapse-item > .ant-collapse-header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
  height: 1px;
  background: #e9e9e9;
}
.net-list-query-list .site-sections .ant-collapse > .ant-collapse-item > .ant-collapse-header span {
  padding: 0 5px;
  background: #ffffff;
}
.net-list-query-list .site-sections .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: static;
  margin: 0;
  padding-right: 5px;
  line-height: 25px;
  font-size: 11px;
  color: inherit;
  transform: none;
  vertical-align: 1px;
  background: #ffffff;
}
.net-list-query-list .site-sections .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow:before {
  content: '\E645';
}
.net-list-query-list .site-sections .ant-collapse .ant-collapse-content {
  border-top: none;
  padding: 0;
}
.net-list-query-list .site-sections .ant-collapse .ant-collapse-content-box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.net-list-query-list .site-sections .ant-collapse .ant-collapse-content > .ant-collapse-content-box {
  padding: 0;
}
.net-list-query-list .site-sections .ant-table-scroll {
  overflow-y: hidden;
}

.u-fileUpload.preview .anticon-eye-o {
  margin-left: -8px !important;
}
.u-fileUpload.preview .anticon-delete {
  display: none;
}
.u-fileUpload .ant-upload-select-picture-card i {
  font-size: 32px;
  color: #999;
}
.u-fileUpload .ant-upload-select-picture-card .ant-upload-text {
  margin-top: 8px;
  color: #666;
}

.u-abnormalReason .u-xSelect {
  width: 65%;
}
.u-abnormalReason .dynamic-delete-button {
  cursor: pointer;
  position: relative;
  top: 2px;
  font-size: 20px;
  margin-left: 8px;
  color: #999;
  transition: all 0.3s;
}
.u-abnormalReason .dynamic-delete-button:hover {
  color: #777;
}
.u-abnormalReason .ant-select {
  width: 100% !important;
}
.u-abnormalReason .ant-select .ant-select-selection .ant-select-selection__rendered {
  height: 26px;
  line-height: 26px;
}

.ali-table {
  position: relative;
}
.ali-table .ali-table-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.5;
  overflow: hidden;
  background-repeat: repeat;
  background-color: transparent;
}
.ali-table .base-table {
  border: 1px solid #e9edf2;
}
.ali-table .base-table .art-table-cell.first.last {
  border: none;
}
.ali-table .iqvYCH .art-sticky-scroll {
  z-index: 10;
}
.ali-table .iqvYCH .art-table-footer {
  background: #f5f5f5;
}
.ali-table .iqvYCH .art-table-footer td {
  background: #f5f5f5;
}
.ali-table .art-table-wrapper .art-loading-wrapper .art-table .art-table-header {
  z-index: 6;
}
.ali-table .art-table-wrapper .art-loading-wrapper .art-table .art-table-body .art-table-cell {
  word-wrap: break-word;
}
.ali-table .ali-title-container {
  padding: 0px 5px;
  padding-bottom: 32px;
}
.ali-table .ali-title-filter {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.ali-table .ali-table-pagination {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}
.ali-table .ali-table-pagination .export-wrap {
  position: absolute;
  left: 10px;
}

.pod-modal .ant-checkbox + span {
  padding-left: 0;
  padding-right: 0;
}

.m-transOrder-import {
  width: 1070px;
  font-size: 13px;
}
.m-transOrder-import .col-left {
  float: left;
  width: 485px;
}
.m-transOrder-import .col-right {
  padding-left: 5px;
  overflow: hidden;
}
.m-transOrder-import .service-container {
  border-top: 1px solid #ccc;
  margin: 15px 0 0 10px;
  padding-top: 15px;
}
.m-transOrder-import .service-container .warning-tip {
  height: 26px;
  padding: 2px 0;
}
.m-transOrder-import .service-container .remark-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 5px 0;
}
.m-transOrder-import .service-container .remark-table th {
  text-align: right;
  font-weight: normal;
  line-height: 26px;
}
.m-transOrder-import .service-container .remark-table th,
.m-transOrder-import .service-container .remark-table td {
  height: 26px;
  padding: 3px 0;
}
.m-transOrder-import .extraService .u-form table th,
.m-transOrder-import .extraService .u-form table td {
  height: 38px;
}
.m-transOrder-import .u-form table th,
.m-transOrder-import .remark-table th,
.m-transOrder-import .u-form table td,
.m-transOrder-import .remark-table td {
  padding: 2px 0;
}
.m-transOrder-import .u-form table textarea[disabled],
.m-transOrder-import .remark-table textarea[disabled] {
  opacity: 1;
  color: #999;
  background: #f7f7f7;
  text-shadow: 1px 1px 0 #ffffff;
}
.m-transOrder-import .u-form table .calculator-header,
.m-transOrder-import .remark-table .calculator-header {
  clear: both;
  height: 30px;
  line-height: 30px;
}
.m-transOrder-import .u-form table .calculator-header .calculator-title,
.m-transOrder-import .remark-table .calculator-header .calculator-title {
  font-weight: bolder;
  float: left;
}
.m-transOrder-import .u-form table .calculator-header .calculator-button,
.m-transOrder-import .remark-table .calculator-header .calculator-button {
  float: right;
}
.m-transOrder-import .u-form table .calculator-text,
.m-transOrder-import .remark-table .calculator-text {
  font-size: 13px;
  position: relative;
}
.m-transOrder-import .u-form table .calculator-text .calculator-clean,
.m-transOrder-import .remark-table .calculator-text .calculator-clean {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
}
.m-transOrder-import .ant-select-search {
  display: block !important;
}
.m-transOrder-import .required-red {
  color: red;
  opacity: 0.5;
}
.m-transOrder-import .angle {
  cursor: pointer;
  transition: all 0.4s;
}
.m-transOrder-import .angle:hover {
  opacity: 1.2;
  transform: scale(1.2);
}
.m-transOrder-import .site-icon {
  border-radius: 50%;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #fff;
}
.m-importTransorder-section {
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 3px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  position: relative;
}
.m-importTransorder-section .u-form table {
  width: 100%;
  table-layout: fixed;
}
.m-importTransorder-section input.J_required.error,
.m-importTransorder-section .J_required.error input,
.m-importTransorder-section .J_required.error .ant-select-selection {
  color: red;
  background: rgba(255, 102, 0, 0.5);
}
.m-importTransorder-section input.J_required.error .ant-select-selection__placeholder,
.m-importTransorder-section .J_required.error input .ant-select-selection__placeholder,
.m-importTransorder-section .J_required.error .ant-select-selection .ant-select-selection__placeholder {
  color: #f60;
}
.m-importTransorder-section .J_required.error .ant-select-selection input {
  background: none;
}
.m-importTransorder-section .discount-msg {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  padding: 0 10px;
  color: #888888;
  background: #fff3cf;
}
.m-importTransorder-section .discount-msg span {
  margin: 0 10px 0 5px;
}
.m-importTransorder-section .receiverAddress {
  position: relative;
  padding-right: 60px;
}
.m-importTransorder-section .receiverAddress .gps {
  position: absolute;
  top: -313px;
  left: 100%;
  z-index: -1;
  margin-left: 10px;
  opacity: 0;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.m-importTransorder-section .receiverAddress .gps.show {
  z-index: 99;
  opacity: 1;
  animation: gpsShow 0.5s 0s;
}
.m-importTransorder-section .receiverAddress .gps.hide {
  z-index: -1;
  opacity: 0;
}
.m-importTransorder-section .receiverAddress .gps iframe {
  min-width: 575px;
  min-height: 535px;
  vertical-align: top;
  border: 0 none;
  overflow: hidden;
}
.m-importTransorder-section .receiverAddress .gps .router {
  padding: 10px;
  font-size: 14px;
}
.m-importTransorder-section .receiverAddress .gps .router span {
  color: #f60;
}
.m-importTransorder-section .receiverAddress .gps .anticon-close-circle {
  float: right;
  color: #999;
  font-size: 20px;
  cursor: pointer;
}
.m-importTransorder-section .receiverAddress .gps .anticon-close-circle:hover {
  color: #3b7fc4;
}
.delivery-form .install-warning {
  position: absolute;
  left: 248px;
  top: 220px;
  font-size: 13px;
  padding-bottom: 30px;
}
.delivery-form .install-warning .text-warning {
  color: #f04134;
}
.delivery-form .delivery-item {
  padding: 2px 0 3px 0;
}
.delivery-form .delivery-item .delivery-label {
  display: inline-block;
  width: 130px;
  height: 26px;
  line-height: 26px;
  text-align: left;
}
.delivery-form .delivery-item .delivery-label-70 {
  display: inline-block;
  width: 70px;
  height: 26px;
  line-height: 26px;
  text-align: left;
}
.delivery-form .delivery-item .delivery-label-60 {
  display: inline-block;
  width: 60px;
  height: 26px;
  line-height: 26px;
  text-align: left;
}
.delivery-form .delivery-item .delivery-input {
  width: 300px;
}
.delivery-form .delivery-item .delivery-input-200 {
  width: 200px;
}
.delivery-form .delivery-item .delivery-input-80 {
  width: 80px;
}
.delivery-form .delivery-item .delivery-input-300 {
  width: 300px;
}
.delivery-form .delivery-item .verification {
  display: inline-block;
  width: 130px;
  height: 26px;
}
.line > div {
  display: inline-block;
}
@keyframes gpsShow {
  0% {
    z-index: 2;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.selectModal {
  position: relative;
}
.selectModal .selectIcon {
  position: absolute;
  z-index: 3;
  top: 9px;
  right: 26px;
  color: #333;
  font-size: 21px;
  font-weight: 800;
  border-radius: 4px;
  background-color: #dadada;
  cursor: pointer;
}
.selectModal .closeIcon {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 8px;
  cursor: pointer;
}
.selectModal .list-input-select {
  width: 100%;
}
.selectModal .list-input-select + .closeIcon {
  position: absolute;
  z-index: 3;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.m-request-form .content {
  display: flex;
  width: 1360px;
  overflow: hidden;
}
.m-request-form .content .col-left {
  width: 460px;
}
.m-request-form .content .col-right,
.m-request-form .content .col-caculate {
  flex: auto;
  margin-left: 15px;
  width: 515px;
  overflow: hidden;
}
.m-request-form .content .col-caculate {
  width: 355px;
}
.m-request-form .content .col-caculate .measurement-container {
  background-color: transparent;
}
.m-request-form .content .col-caculate .measurement-container .ant-card-head {
  background-color: #d9d9d9;
  padding: 0;
  height: 24px;
  min-height: 24px;
}
.m-request-form .content .col-caculate .measurement-container .ant-card-head .ant-card-head-title {
  padding: 2px 0;
}
.m-request-form .content .col-caculate .measurement-container .ant-card-body {
  height: 218px;
  position: relative;
  padding: 12px 0;
}
.m-request-form .content .col-caculate .measurement-container .ant-card-body .measurement-btn {
  position: absolute;
  top: -24px;
  right: 2px;
}
.m-request-form .content .col-caculate .measurement-container .ant-card-body .measurement-btn.clear-btn {
  right: 46px;
}
.m-request-form .content .col-caculate .measurement-container .ant-card-body .calculate-container {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.m-request-form .content .col-caculate .measurement-container .ant-card-body .calculate-container.calculate-hover {
  border: 1px solid #12227a;
  min-height: 198px;
}
.m-request-form .content .col-caculate .measurement-container .ant-card-body .calculate-container .calculate-item {
  flex-basis: 50%;
  display: flex;
}
.m-request-form .content .col-caculate .measurement-container .ant-card-body .calculate-container .calculate-item .calculate-title {
  width: 120px;
  text-align: right;
}
.m-request-form .content .col-left,
.m-request-form .content .col-right,
.m-request-form .content .col-caculate {
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f2f2f2;
}

.site-container .site-warning {
  color: red;
  font-weight: bold;
}
.site-container .town-container {
  display: flex;
}
.site-container .town-container .fee-container {
  margin-left: -50px;
  display: flex;
  flex-wrap: wrap;
}
.site-container .ant-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin-top: 8px;
}
.site-container .ant-card-body .site-info {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  position: relative;
  font-size: 12px;
}
.site-container .ant-card-body .site-info .info-title {
  position: absolute;
  top: -10px;
  left: 10px;
}
.site-container .ant-card-body .site-info .info-title .unactive {
  color: rgba(0, 0, 0, 0.65);
}
.site-container .ant-card-body .site-info .site-detail {
  height: 142px;
  margin: 10px 10px 0;
  overflow: auto;
}
.site-container .ant-card-body .site-info .site-detail.area-info {
  height: 200px;
}
.site-container .ant-card-body .site-info .site-detail .flex-info {
  display: flex;
}
.site-container .ant-card-body .site-info .site-detail .flex-info .flex-title {
  flex-basis: 30%;
  text-align: right;
}
.site-container .ant-card-body .site-info .site-detail .flex-info .flex-content {
  flex-basis: 70%;
}
.site-container .ant-card-body .site-info .site-detail .site-table .art-table .isMatchUp {
  color: red;
}
.site-container .ant-card-body .site-info .site-detail .site-table .art-table .isMatchUp .art-table-cell {
  background-color: #fff566;
}
.site-container .ant-card-body .site-info .site-limit-weight {
  padding: 0 0 20px 10px;
  font-size: 16px;
}
.site-container .ant-card-body .site-warning {
  color: red;
  font-weight: bold;
}
.site-container .county-container {
  display: flex;
  flex-basis: 50%;
}
.site-container .county-container .county-left {
  flex-basis: 120px;
  text-align: right;
}
.site-table .art-table .isMatchUp {
  color: red;
}
.site-table .art-table .isMatchUp .art-table-cell {
  background-color: #fff566;
}
.site-table .art-table .site-warning {
  color: red;
  font-weight: bold;
}
.basic-site-container .ant-col-2 {
  text-align: right;
}
.basic-site-container .site-warning {
  color: red;
  font-weight: bold;
}
.text-weight {
  font-weight: bold;
}
.specialArea-container {
  position: fixed;
  top: 100px;
  left: 50%;
  z-index: 3;
  transform: translate(-50%);
  width: 1000px;
}
.specialArea-container .specialArea-pane {
  background-color: #fff;
  box-shadow: 0 0 20px #000;
  padding: 16px;
}
.specialArea-container .specialArea-pane .pane-title {
  display: flex;
  justify-content: space-between;
  height: 32px;
  line-height: 32px;
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
.specialArea-container .specialArea-pane .pane-title .pane-icon img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.specialArea-container .specialArea-pane .pane-content {
  margin: 0 48px;
  min-height: 320px;
}
.specialArea-container .specialArea-pane .pane-footer {
  padding-top: 10px;
  position: relative;
  height: 40px;
  border-top: 1px solid #ccc;
}
.specialArea-container .specialArea-pane .pane-footer .pane-btn {
  position: absolute;
  right: 10px;
}
.ant-popover-inner-content .site-warning {
  color: red;
  font-weight: bold;
}
.ant-popover-inner-content .special-popover > th,
.ant-popover-inner-content .special-popover > td {
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.map-container {
  height: 160px;
}
.map-container .small-map {
  position: relative;
}
.map-container .small-map .fullscreen-btn {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  font-size: 24px;
  top: 10px;
  left: 10px;
}
.map-container .commonMap {
  z-index: -1;
  opacity: 0;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.map-container .commonMap.gps {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 10px;
  bottom: 10px;
}
.map-container .commonMap.half {
  position: absolute;
}
.map-container .commonMap.transOrder.half {
  left: 37%;
  right: 30px;
  top: 5%;
  bottom: 300px;
}
.map-container .commonMap.alterOrder.half {
  left: 500px;
  right: 30px;
  top: 5%;
  bottom: 360px;
}
.map-container .commonMap.outOrder.half {
  left: 200px;
  right: 10px;
  top: 154px;
  bottom: 50px;
}
.map-container .commonMap.show {
  z-index: 70;
  opacity: 1;
  animation: gpsShow 0.5s 0s;
}
.map-container .commonMap.hide {
  z-index: -1;
  opacity: 0;
}
.map-container .commonMap iframe {
  min-width: 100%;
  min-height: 100%;
  vertical-align: top;
  border: 0 none;
  overflow: hidden;
}
.map-container .commonMap .router {
  padding: 10px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.map-container .commonMap .router span {
  color: #f60;
}
.map-container .commonMap .anticon-close-circle {
  float: right;
  color: black;
  font-size: 24px;
  cursor: pointer;
}
.map-container .commonMap .anticon-close-circle:hover {
  color: #3b7fc4;
}

.modify-transOrder-import {
  width: 1360px;
  font-size: 13px;
  display: flex;
}
.modify-transOrder-import .proxy-btn-container {
  text-align: center;
}
.modify-transOrder-import .proxy-btn-container .primary-danger-btn {
  background-color: #ff4d4f;
  color: #fff;
  box-shadow: 0px 0px 5px 1px #595959;
}
.modify-transOrder-import .proxy-btn-container .primary-danger-btn[disabled] {
  background-color: #f5f5f5;
  color: #9999a4;
  box-shadow: none;
}
.modify-transOrder-import .main-part {
  display: flex;
}
.modify-transOrder-import .main-part .col-left {
  width: 485px;
}
.modify-transOrder-import .main-part .col-middle {
  padding-left: 5px;
  width: 422px;
}
@media screen and (min-width: 1500px) {
  .modify-transOrder-import .main-part .col-left {
    width: 765px;
  }
  .modify-transOrder-import .main-part .col-middle {
    padding-left: 5px;
    width: 500px;
  }
}
.modify-transOrder-import .ant-card-small .ant-card-head {
  background-color: #d9d9d9;
  min-height: 24px;
}
.modify-transOrder-import .ant-card-small .ant-card-head .ant-card-head-title {
  padding: 2px 0;
}
.modify-transOrder-import .ant-card-small .ant-card-body {
  background-color: #f5f5f5;
}
.modify-transOrder-import .col-right {
  width: 425px;
  margin-top: 30px;
  padding-left: 5px;
}
.modify-transOrder-import .col-right .measurement-flex {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
}
.modify-transOrder-import .col-right .measurement-flex .measurement-btn.clear-btn {
  margin-right: 2px;
}
.modify-transOrder-import .col-right .measurement-container .ant-card-body {
  height: 240px;
  position: relative;
  padding: 12px 0;
  overflow-y: auto;
}
.modify-transOrder-import .col-right .measurement-container .ant-card-body .calculate-container {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.modify-transOrder-import .col-right .measurement-container .ant-card-body .calculate-container .calculate-item {
  flex-basis: 50%;
  display: flex;
}
.modify-transOrder-import .col-right .measurement-container .ant-card-body .calculate-container .calculate-item .calculate-title {
  width: 120px;
  text-align: right;
}
.modify-transOrder-import .col-right .measurement-container .ant-card-body .calculate-location {
  display: flex;
  font-size: 13px;
  margin-bottom: 5px;
}
.modify-transOrder-import .col-right .measurement-container .ant-card-body .calculate-location .calculate-title {
  width: 80px;
  text-align: right;
}
.modify-transOrder-import .col-right .measurement-container .ant-card-body .calculate-location .calculate-select {
  width: 190px;
}
.modify-transOrder-import .service-container {
  border-top: 1px solid #ccc;
  margin: 15px 0 0 0;
  padding-top: 15px;
}
.modify-transOrder-import .service-container .warning-tip {
  height: 26px;
  padding: 2px 0;
}
.modify-transOrder-import .service-container .remark-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 5px 0;
}
.modify-transOrder-import .service-container .remark-table th {
  text-align: right;
  font-weight: normal;
  line-height: 26px;
}
.modify-transOrder-import .service-container .remark-table th,
.modify-transOrder-import .service-container .remark-table td {
  height: 26px;
  padding: 3px 0;
}
.modify-transOrder-import .service-container .moreService-upstairsWeight {
  color: red;
  margin-left: 10px;
}
.modify-transOrder-import .service-container .moreService-red {
  color: red;
}
.modify-transOrder-import .network-product {
  border-top: 1px solid #ccc;
  margin: 15px 0 0 0;
  padding-top: 15px;
}
.modify-transOrder-import .network-product .productInner .ant-form-item {
  margin-bottom: 3px !important;
}
.modify-transOrder-import .network-product .productInner .ant-tabs-bar {
  margin-bottom: 0;
}
.modify-transOrder-import .network-product .productInner .ant-tabs-content {
  background-color: #fff;
}
.modify-transOrder-import .network-product .productInner .ant-form-item-control,
.modify-transOrder-import .network-product .productInner .ant-form-item-label {
  line-height: 30px;
}
.modify-transOrder-import .network-product .productInner .ant-form-item-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.modify-transOrder-import .network-product .productInner .title .ant-form-item-control {
  border: none;
  background: none;
  border-radius: 3px;
}
.modify-transOrder-import .network-product .tabsWrap .ant-tabs-tab svg {
  color: #b6b6b6;
}
.modify-transOrder-import .network-product .tabsWrap .ant-tabs-tab-active svg {
  color: #3b7fc4;
}
.modify-transOrder-import .network-product .tabsWrap .ant-tabs-tab-disabled svg {
  color: #b6b6b6;
}
.modify-transOrder-import .extraService .u-form table th,
.modify-transOrder-import .extraService .u-form table td {
  height: 38px;
}
.modify-transOrder-import .extraService .flex {
  display: flex;
}
.modify-transOrder-import .u-form table th,
.modify-transOrder-import .remark-table th,
.modify-transOrder-import .u-form table td,
.modify-transOrder-import .remark-table td {
  padding: 2px 0;
}
.modify-transOrder-import .u-form table textarea[disabled],
.modify-transOrder-import .remark-table textarea[disabled] {
  opacity: 1;
  color: #999;
  background: #f7f7f7;
  text-shadow: 1px 1px 0 #ffffff;
}
.modify-transOrder-import .u-form table .calculator-header,
.modify-transOrder-import .remark-table .calculator-header {
  clear: both;
  height: 30px;
  line-height: 30px;
}
.modify-transOrder-import .u-form table .calculator-header .calculator-title,
.modify-transOrder-import .remark-table .calculator-header .calculator-title {
  font-weight: bolder;
  float: left;
}
.modify-transOrder-import .u-form table .calculator-header .calculator-button,
.modify-transOrder-import .remark-table .calculator-header .calculator-button {
  float: right;
}
.modify-transOrder-import .u-form table .calculator-text,
.modify-transOrder-import .remark-table .calculator-text {
  font-size: 13px;
  position: relative;
}
.modify-transOrder-import .u-form table .calculator-text .calculator-clean,
.modify-transOrder-import .remark-table .calculator-text .calculator-clean {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 9;
}
.modify-transOrder-import .ant-select-search {
  display: block !important;
}
.modify-transOrder-import .required-red {
  color: red;
  opacity: 0.5;
}
.modify-transOrder-import .angle {
  cursor: pointer;
  transition: all 0.4s;
}
.modify-transOrder-import .angle:hover {
  opacity: 1.2;
  transform: scale(1.2);
}
.modify-transOrder-import .site-icon {
  border-radius: 50%;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #fff;
}
.modify-transOrder-import .other-container {
  margin-left: 15px;
  width: 400px;
}
.modify-transOrder-import .other-container .measurement-container .ant-card-body {
  height: 207px;
  position: relative;
  padding: 12px 0;
}
.modify-transOrder-import .other-container .measurement-container .ant-card-body .measurement-btn {
  position: absolute;
  top: -24px;
  right: 10px;
}
.modify-transOrder-import .other-container .measurement-container .ant-card-body .calculate-container {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
}
.modify-transOrder-import .other-container .measurement-container .ant-card-body .calculate-container .calculate-item {
  flex-basis: 50%;
  display: flex;
}
.modify-transOrder-import .other-container .measurement-container .ant-card-body .calculate-container .calculate-item .calculate-title {
  width: 100px;
  text-align: right;
}
.m-importTransorder-section {
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 3px;
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.m-importTransorder-section .u-form table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (min-width: 1500px) {
  .m-importTransorder-section .u-form table {
    width: 100%;
    table-layout: auto;
  }
}
.m-importTransorder-section input.J_required.error,
.m-importTransorder-section .J_required.error input,
.m-importTransorder-section .J_required.error .ant-select-selection {
  color: red;
  background: rgba(255, 102, 0, 0.5);
}
.m-importTransorder-section input.J_required.error .ant-select-selection__placeholder,
.m-importTransorder-section .J_required.error input .ant-select-selection__placeholder,
.m-importTransorder-section .J_required.error .ant-select-selection .ant-select-selection__placeholder {
  color: #f60;
}
.m-importTransorder-section .J_required.error .ant-select-selection input {
  background: none;
}
.m-importTransorder-section .discount-msg {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  padding: 0 10px;
  color: #888888;
  background: #fff3cf;
}
.m-importTransorder-section .discount-msg span {
  margin: 0 10px 0 5px;
}
.m-importTransorder-section .receiverAddress {
  position: relative;
  padding-right: 30px;
}
.m-importTransorder-section .receiverAddress .gps {
  position: absolute;
  top: -313px;
  left: 100%;
  z-index: -1;
  margin-left: 10px;
  opacity: 0;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.m-importTransorder-section .receiverAddress .gps.show {
  z-index: 2;
  opacity: 1;
  animation: gpsShow 0.5s 0s;
}
.m-importTransorder-section .receiverAddress .gps.hide {
  z-index: -1;
  opacity: 0;
}
.m-importTransorder-section .receiverAddress .gps iframe {
  min-width: 575px;
  min-height: 535px;
  vertical-align: top;
  border: 0 none;
  overflow: hidden;
}
.m-importTransorder-section .receiverAddress .gps .router {
  padding: 10px;
  font-size: 14px;
}
.m-importTransorder-section .receiverAddress .gps .router span {
  color: #f60;
}
.m-importTransorder-section .receiverAddress .gps .anticon-close-circle {
  float: right;
  color: #999;
  font-size: 20px;
  cursor: pointer;
}
.m-importTransorder-section .receiverAddress .gps .anticon-close-circle:hover {
  color: #3b7fc4;
}
.delivery-form .delivery-item {
  padding: 2px 0 3px 0;
}
.delivery-form .delivery-item .delivery-label {
  display: inline-block;
  width: 130px;
  height: 26px;
  line-height: 26px;
  text-align: left;
}
.delivery-form .delivery-item .delivery-label-70 {
  display: inline-block;
  width: 70px;
  height: 26px;
  line-height: 26px;
  text-align: left;
}
.delivery-form .delivery-item .delivery-label-60 {
  display: inline-block;
  width: 60px;
  height: 26px;
  line-height: 26px;
  text-align: left;
}
.delivery-form .delivery-item .delivery-input {
  width: 300px;
}
.delivery-form .delivery-item .delivery-input-200 {
  width: 200px;
}
.delivery-form .delivery-item .delivery-input-80 {
  width: 80px;
}
.delivery-form .delivery-item .delivery-input-300 {
  width: 300px;
}
.delivery-form .delivery-item .verification {
  display: inline-block;
  width: 130px;
  height: 26px;
}
.line > div {
  display: inline-block;
}
@keyframes gpsShow {
  0% {
    z-index: 2;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal-deadZone {
  width: 720px;
}
.modal-deadZone .deadZone-row {
  margin-bottom: 5px;
  line-height: 26px;
}
.modal-deadZone .deadZone-row .deadZone-text {
  text-align: right;
}
.modal-deadZone .deadZone-info {
  text-align: center;
}

#linkbtn.link-button {
  background-color: transparent;
  border: none;
  outline: none;
  text-decoration: none;
  display: inline;
  margin: 0;
  padding: 0;
  transition: color 0.3s;
}
#linkbtn.link-button:hover,
#linkbtn.link-button:focus {
  text-decoration: none;
}

.config-fee-modal .has-error,
.config-fee-modal .has-error .ant-select-selection,
.config-fee-modal .has-error input {
  border-color: red;
}
.config-fee-modal .ant-table-row {
  vertical-align: sub;
}

.p-setting-customerInfo .remove-clear-icon .u-xSelect .ant-select-selection__choice[title='到件短信'] .ant-select-selection__choice__remove {
  display: none;
}

.weightConfig {
  overflow: scroll;
}
.weightConfig .weightConfig_container {
  min-width: 870px;
}
.weightConfig .question-circle {
  color: #faad14;
  margin-left: 5px;
}
.weightConfig .basicQuote_border {
  border: 1px solid #e8e8e8;
  border-top: none;
}
.weightConfig .basicQuote_border_first {
  border-top: 1px solid #e8e8e8;
  height: 28;
  line-height: 28px;
  background-color: #e2e2e2;
  font-weight: bold;
}
.weightConfig .ant-form-item {
  margin: 5px;
}
.weightConfig .margin-5 {
  margin-left: 5px;
}
.weightConfig .border-right {
  border-right: 1px solid #e8e8e8;
}
.weightConfig .ant-form-vertical .ant-form-item {
  padding: 0;
}
.weightConfig .content {
  min-height: 400px;
}

.basicQuotePlus .question-circle {
  color: #faad14;
  margin-left: 5px;
}
.basicQuotePlus .basicQuote_border {
  border: 1px solid #e8e8e8;
  border-top: none;
}
.basicQuotePlus .basicQuote_border_first {
  border-top: 1px solid #e8e8e8;
  height: 28;
  line-height: 28px;
  background-color: #e2e2e2;
  font-weight: bold;
}
.basicQuotePlus .ant-form-item {
  margin: 5px;
}
.basicQuotePlus .margin-5 {
  margin-left: 5px;
}
.basicQuotePlus .border-right {
  border-right: 1px solid #e8e8e8;
}
.basicQuotePlus .ant-form-vertical .ant-form-item {
  padding: 0;
}
.basicQuotePlus .content {
  min-height: 400px;
}
.quotePlus .areaParent {
  position: relative;
}
.quotePlus .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: not-allowed;
  background: #ccc;
  opacity: 0.2;
}
.quotePlus .operateBtn {
  margin-right: 10px;
}
.quotePlus .inlineBlock {
  display: inline-block;
}
.quotePlus .ant-card-body {
  padding: 0px 10px;
}

.qutoeList .ant-modal-body {
  padding: 10px 24px;
}

.rolePermissionManage > .cvs {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(55, 55, 55, 0.6);
  z-index: 99;
}
.rolePermissionManage > .permission {
  width: 470px;
  border-radius: 5px;
  margin-left: -235px;
  padding: 9px 11px 32px;
  position: fixed;
  left: 50%;
  top: 70px;
  background: #fff;
  z-index: 100;
}
.rolePermissionManage > .permission .close {
  cursor: pointer;
}
.rolePermissionManage > .permission .line {
  margin: 10px 0px 13px;
  border-bottom: 1px solid #ddd;
}
.rolePermissionManage > .permission .tree {
  height: 350px;
}
.rolePermissionManage > .permission .tree .tree-content {
  position: relative;
}
.rolePermissionManage > .permission .tree .tree-content .search-container {
  position: absolute;
  top: 8px;
  right: 50px;
  left: 340px;
  display: flex;
  justify-content: space-between;
  line-height: 26px;
}
.rolePermissionManage > .permission .tree .tree-content .search-container > i {
  line-height: 28px;
}
.rolePermissionManage > .permission .tree .tree-container {
  height: 316px;
  overflow: hidden;
  margin-top: 7px;
}
.rolePermissionManage > .permission .tree .tree-container .ant-tree {
  height: 316px;
  overflow-y: scroll;
}
.rolePermissionManage > .permission .tree .tree-container .ant-tree li:first-child {
  padding-top: 0;
}
.rolePermissionManage > .permission .tree .tree-container .ant-tree li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher),
.rolePermissionManage > .permission .tree .tree-container .ant-tree li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
.rolePermissionManage > .permission .tree .tree-container .ant-tree li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.65);
}

.rolePermissionManage > .cvs {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(55, 55, 55, 0.6);
  z-index: 99;
}
.rolePermissionManage > .permission {
  width: 570px;
  border-radius: 5px;
  margin-left: -235px;
  padding: 9px 11px 32px;
  position: fixed;
  left: 50%;
  top: 70px;
  background: #fff;
  z-index: 100;
}
.rolePermissionManage > .permission .close {
  cursor: pointer;
}
.rolePermissionManage > .permission .line {
  margin: 10px 0px 13px;
  border-bottom: 1px solid #ddd;
}
.rolePermissionManage > .permission .tree {
  height: 350px;
}
.rolePermissionManage > .permission .tree .tree-content {
  position: relative;
}
.rolePermissionManage > .permission .tree .tree-content .search-container {
  position: absolute;
  top: 8px;
  right: 50px;
  left: 340px;
  display: flex;
  justify-content: space-between;
  line-height: 26px;
}
.rolePermissionManage > .permission .tree .tree-content .search-container > i {
  line-height: 28px;
}
.rolePermissionManage > .permission .tree .tree-container {
  height: 316px;
  overflow: hidden;
  margin-top: 7px;
}
.rolePermissionManage > .permission .tree .tree-container .ant-tree {
  height: 316px;
  overflow-y: scroll;
}
.rolePermissionManage > .permission .tree .tree-container .ant-tree li:first-child {
  padding-top: 0;
}
.rolePermissionManage > .permission .tree .tree-container .ant-tree li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher),
.rolePermissionManage > .permission .tree .tree-container .ant-tree li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
.rolePermissionManage > .permission .tree .tree-container .ant-tree li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.65);
}
.rolePermissionManage > .permission .tree .tree-container .remark-container {
  height: 15px;
}
.rolePermissionManage > .permission .tree .tree-container .remark {
  color: #f00;
  line-height: 15px;
}
.rolePermissionManage > .permission .tree .tree-container .ant-tree-node-content-wrapper {
  height: fit-content;
}

.p-setting-bestUserManage .ant-btn-danger,
.p-setting-siteUserManage .ant-btn-danger {
  background: #f7f7f7;
}
.p-setting-bestUserManage .ant-btn-danger:hover,
.p-setting-siteUserManage .ant-btn-danger:hover,
.p-setting-bestUserManage .ant-btn-danger:active,
.p-setting-siteUserManage .ant-btn-danger:active,
.p-setting-bestUserManage .ant-btn-danger:focus,
.p-setting-siteUserManage .ant-btn-danger:focus,
.p-setting-bestUserManage .ant-btn-danger.highlight,
.p-setting-siteUserManage .ant-btn-danger.highlight {
  color: #ffffff;
  background: #f50;
  border-color: #f50;
}
.p-setting-bestUserManage .ant-btn-danger[disabled],
.p-setting-siteUserManage .ant-btn-danger[disabled] {
  color: #999999;
  background: #f7f7f7;
}

.u-dateRange2 {
  max-width: 360px;
}
.u-dateRange2 .addons {
  float: left;
  height: 26px;
  margin-top: 3px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-right: 0 none;
  border-radius: 4px 0 0 4px;
}
.u-dateRange2 .addons + .ant-calendar-picker .ant-calendar-picker-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.u-dateRange2 .addons .ant-select {
  display: block;
  top: 50%;
  min-width: 50px;
  margin-top: -13px;
}
.u-dateRange2 .addons .ant-select-selection {
  border-color: transparent !important;
  background-color: transparent;
}
.u-dateRange2 .addons .ant-select-open .ant-select-selection,
.u-dateRange2 .addons .ant-select-focused .ant-select-selection {
  color: #108ee9;
  box-shadow: none;
}
.u-dateRange2 .ant-calendar-picker {
  display: block;
  line-height: 32px;
  width: auto !important;
  overflow: hidden;
  min-width: inherit !important;
}

.vehicle-option-use::after {
  content: '常用';
  color: #8e92f8;
  display: inline-block;
  position: absolute;
  right: 10px;
}

.p-batchTask-taskManage-operateButton {
  display: flex;
}
.p-batchTask-taskManage-operateButton .text-tip {
  line-height: 28px;
}
.p-batchTask-taskManage-operateButton .status-select {
  width: 120px;
  padding-right: 10px;
}
.p-batchTask-taskManage-operateButton .status-select.task-select {
  width: 200px;
}
.p-batchTask-taskManage-operateButton .date-range {
  width: 400px;
}
.p-batchTask-taskManage-operateButton .status-container {
  display: flex;
}
.p-batchTask-taskManage-operateButton .status-container .status-select {
  width: 140px;
}
.p-batchTask-taskManage-operateButton .status-container .status-select.task-select {
  width: 200px;
}

.m-query-whole-schBox {
  overflow: hidden;
}
.m-query-whole-schBox > .other {
  float: right;
  width: 50%;
  margin-left: 10px;
}
.m-transOrder-summary {
  font-size: 14px;
}
.m-transOrder-summary a {
  font-family: 'Microsoft YaHei';
}
.m-transOrder-summary.s1 {
  height: 52px;
  padding: 5px 0;
}
.m-transOrder-summary.s1 h4 {
  float: left;
  font-weight: 400;
  margin-right: 10px;
}
.m-transOrder-summary.s1 h4 a {
  display: inline-block;
  min-width: 45px;
  margin-left: 5px;
  font-size: 30px;
  font-weight: 700;
  vertical-align: -3px;
}
.m-transOrder-summary.s1 ul {
  overflow: hidden;
}
.m-transOrder-summary.s1 ul li {
  float: left;
  max-width: 100px;
  min-width: 35px;
  margin: 0 5px;
  text-align: center;
}
.m-transOrder-summary.s1 ul li a,
.m-transOrder-summary.s1 ul li span {
  display: block;
}
.m-transOrder-summary.s2 {
  height: 52px;
  line-height: 52px;
}
.m-transOrder-summary.s2 > span {
  display: inline-block;
  min-width: 150px;
}
.m-transOrder-summary.s2 > span a {
  margin-left: 5px;
  font-size: 20px;
}

.m-query-whole-schBox {
  overflow: hidden;
}
.m-query-whole-schBox > .other {
  float: right;
  width: 50%;
  margin-left: 10px;
}
.m-transOrder-summary {
  font-size: 14px;
}
.m-transOrder-summary a {
  font-family: 'Microsoft YaHei';
}
.m-transOrder-summary.s1 {
  height: 52px;
  padding: 5px 0;
}
.m-transOrder-summary.s1 h4 {
  float: left;
  font-weight: 400;
  margin-right: 10px;
}
.m-transOrder-summary.s1 h4 a {
  display: inline-block;
  min-width: 45px;
  margin-left: 5px;
  font-size: 30px;
  font-weight: 700;
  vertical-align: -3px;
}
.m-transOrder-summary.s1 ul {
  overflow: hidden;
}
.m-transOrder-summary.s1 ul li {
  float: left;
  max-width: 100px;
  min-width: 35px;
  margin: 0 5px;
  text-align: center;
}
.m-transOrder-summary.s1 ul li a,
.m-transOrder-summary.s1 ul li span {
  display: block;
}
.m-transOrder-summary.s2 {
  height: 52px;
  line-height: 52px;
}
.m-transOrder-summary.s2 > span {
  display: inline-block;
  min-width: 150px;
}
.m-transOrder-summary.s2 > span a {
  margin-left: 5px;
  font-size: 20px;
}

.ant-advanced-search-form {
  padding: 24px;
  background: #fbfbfb;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.ant-advanced-search-form .ant-form-item {
  display: flex;
}
.ant-advanced-search-form .ant-form-item-control-wrapper {
  flex: 1;
}

.u-viewAttachment {
  overflow: auto;
  max-height: 400px;
}
.u-viewAttachment img {
  width: 100px;
  height: 100px;
  margin-right: 5px;
}
.u-viewAttachment .viewAttachment_urlandFileType_container {
  margin-bottom: 10px;
}
.u-viewAttachment .viewAttachment_urlandFileType_title {
  margin-bottom: 5px;
}

.virtual-phone-manage .virtual-phone-auth-page .virtual-phone-auth-search {
  position: relative;
  background-color: #f2f2f2;
  margin-bottom: 10px;
  padding: 10px 0;
}
.virtual-phone-manage .virtual-phone-auth-page .virtual-phone-auth-search .ant-form-item {
  margin-bottom: 0;
}
.virtual-phone-manage .virtual-phone-auth-page .virtual-phone-auth-search .margin5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.virtual-phone-manage .virtual-phone-auth-page .virtual-phone-auth-search .red {
  color: #ff0000;
  margin-right: 10px;
}
.virtual-phone-manage .virtual-phone-auth-page .virtual-phone-auth-search .flex {
  display: flex;
  align-items: baseline;
}
.virtual-phone-manage .virtual-phone-auth-page .virtual-phone-auth-search .ant-form-item {
  margin-bottom: 0;
}
.virtual-phone-manage .query-status-container {
  padding: 24px;
}
.virtual-phone-manage .query-status-container .form-item {
  max-width: 400px;
}
.virtual-phone-manage .query-status-container .query-result {
  margin-top: 24px;
  padding: 16px;
  background: #f0f5ff;
  border-radius: 4px;
  width: 400px;
}
.virtual-phone-manage .query-status-container .query-result .result-item {
  margin-bottom: 16px;
}
.virtual-phone-manage .query-status-container .query-result .result-item:last-child {
  margin-bottom: 0;
}
.virtual-phone-manage .query-status-container .query-result .result-item strong {
  display: inline-block;
  width: 100px;
}

.material-mall .ant-tabs-bar {
  display: none;
}
.material-mall .mt-18 {
  margin-top: 18px;
}
.material-mall .text-through {
  text-decoration: line-through;
  color: #a39d99 !important;
  font-size: 13px !important;
}
.material-mall .material-list .material-search .material-search-good {
  display: flex;
}
.material-mall .material-list .material-search .material-search-good .u-applySiteSelect {
  display: contents;
}
.material-mall .material-list .material-search .material-search-good .material-search-good-btn {
  margin-top: 3px;
  margin-left: 8px;
  width: 80px;
}
.material-mall .material-list .material-search .goods-category-radio-group .ant-radio-button-wrapper {
  height: 36px;
  line-height: 36px;
  padding: 0 28px;
}
.material-mall .material-list .material-search .goods-category-radio-group .ant-radio-button-wrapper .anticon {
  margin-right: 8px;
}
.material-mall .material-list .ant-card {
  margin: 10px 10px 10px 0;
  height: 330px;
}
.material-mall .material-list .ant-card:hover {
  border: 1px solid #ef6d12;
}
.material-mall .material-list .ant-card .ant-card-body {
  position: relative;
  padding: 2px 8px;
}
.material-mall .material-list .ant-card .ant-card-body .material-title {
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.material-mall .material-list .ant-card .ant-card-body .material-operate {
  display: flex;
  justify-content: space-between;
  color: #ef6d12;
}
.material-mall .material-list .ant-card .ant-card-body .material-operate span {
  font-size: 14px;
}
.material-mall .material-list .ant-card .ant-card-body .material-operate .anticon-plus-circle {
  font-size: 18px;
  line-height: 25px;
}
.material-mall .material-list .material-list-pagination {
  float: right;
  margin-top: 10px;
}
.material-mall .material-list .material-list-pagination .ant-select-selection-selected-value {
  min-width: 24px;
}
.material-mall .material-detail {
  display: flex;
}
.material-mall .material-detail .material-img-list {
  display: flex;
  flex-direction: column;
  width: 100px;
  padding: 10px;
}
.material-mall .material-detail .material-img-list img {
  margin-bottom: 10px;
  border-radius: 10px;
  opacity: 0.6;
}
.material-mall .material-detail .material-img-list .img-selected {
  border: 2px solid #ef6d12;
  opacity: 1;
}
.material-mall .material-detail .material-info {
  display: flex;
  padding: 10px;
}
.material-mall .material-detail .material-info img {
  border-radius: 10px;
}
.material-mall .material-detail .material-info .material-info-detail {
  margin-left: 30px;
}
.material-mall .material-detail .material-info .material-info-detail h2 {
  font-size: 24px;
  font-weight: bolder;
}
.material-mall .material-detail .material-info .material-info-detail .material-info-detail-price {
  width: 600px;
  padding: 20px 10px;
  background-color: #fdf5ea;
  font-size: 16px;
  margin-top: 20px;
}
.material-mall .material-detail .material-info .material-info-detail .material-info-detail-price span {
  font-size: 18px;
  color: #ef6d12;
}
.material-mall .material-detail .material-info .material-info-detail .material-info-form-item {
  display: flex;
  margin-top: 18px;
  font-size: 14px;
}
.material-mall .material-detail .material-info .material-info-detail .material-info-form-item .material-info-form-title {
  height: 40px;
  color: #a39d99;
  line-height: 40px;
  width: 60px;
  text-align: justify;
  text-align-last: justify;
  /*兼容ie*/
  text-justify: distribute-all-lines;
}
.material-mall .material-detail .material-info .material-info-detail .material-info-form-item .material-info-form-colon {
  height: 40px;
  color: #a39d99;
  line-height: 40px;
}
.material-mall .material-detail .material-info .material-info-detail .material-info-form-item .material-info-form-field {
  flex: 1 0;
  max-width: 530px;
  line-height: 40px;
}
.material-mall .material-detail .material-info .material-info-detail .material-info-form-item .material-info-form-field .ant-input,
.material-mall .material-detail .material-info .material-info-detail .material-info-form-item .material-info-form-field .ant-input-number {
  height: 40px;
  line-height: 40px;
}
.material-mall .material-detail .material-info .material-info-detail .material-info-form-item .material-info-form-field .ant-radio-button-wrapper {
  margin-right: 8px;
  border-radius: 4px;
  color: #a39d99;
}
.material-mall .material-detail .material-info .material-info-detail .material-info-form-item .material-info-form-field .ant-radio-button-wrapper-checked:not(
                                .ant-radio-button-wrapper-disabled
                            ):hover,
.material-mall .material-detail .material-info .material-info-detail .material-info-form-item .material-info-form-field .ant-radio-button-wrapper-checked:not(
                                .ant-radio-button-wrapper-disabled
                            ):first-child,
.material-mall .material-detail .material-info .material-info-detail .material-info-form-item .material-info-form-field .ant-radio-button-wrapper-checked:not(
                                .ant-radio-button-wrapper-disabled
                            ) {
  border-color: #ef6d12;
  color: #ef6d12;
}
.material-mall .material-detail .material-info .material-info-detail .material-info-form-item .material-info-form-field .ant-radio-button-wrapper-checked:not(
                                .ant-radio-button-wrapper-disabled
                            ) {
  box-shadow: -1px 0 0 0 #ef6d12;
  color: #ef6d12;
}
.material-mall .material-detail .material-info .material-info-detail .material-info-form-btns {
  margin-top: 12px;
}
.material-mall .material-detail .material-info .material-info-detail .material-info-form-btns button {
  margin-right: 12px;
}

.p-StoreMange-Waybill-ApplyFor-SchBox .goods-btn {
  position: absolute;
  left: 425px;
  top: 6px;
  z-index: 3;
}
.p-StoreMange-Waybill-Modal .modal-query {
  display: flex;
  justify-content: flex-start;
}
.p-StoreMange-Waybill-Modal .modal-query .modal-input {
  flex-basis: 80%;
  margin-right: 10px;
  height: 28px;
}
.p-StoreMange-Waybill-Modal .modal-content {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-left: 20px;
}
.p-StoreMange-Waybill-Modal .modal-content .content-title {
  font-size: 18px;
  font-weight: bold;
}
.p-StoreMange-Waybill-Modal .modal-content .content-codes {
  margin-top: 10px;
  padding-left: 20px;
}
.p-StoreMange-Waybill-Modal .modal-content .content-warn {
  color: red;
}
.p-StoreMange-Waybill-Modal .modal-content .content-tip {
  margin: 40px 0;
}

.pod-code-modal .ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.1);
}

.u-editableBox {
  position: relative;
  min-height: 14px;
  padding-right: 20px;
  cursor: pointer;
  transition: padding 0.1s 0s ease-out;
}
.u-editableBox.empty > .anticon-edit {
  opacity: 1;
}
.u-editableBox:hover {
  color: #2db7f5;
  padding-left: 20px;
  padding-right: 0;
}
.u-editableBox:hover > .anticon-edit {
  opacity: 1;
  margin-left: -20px;
}
.u-editableBox.editing {
  padding-right: 0;
  transition: none;
}
.u-editableBox.editing .anticon-edit {
  display: none;
}
.u-editableBox.editing:hover {
  color: inherit;
  padding-left: 0;
}
.u-editableBox > .anticon-edit {
  display: block;
  position: absolute;
  font-size: 16px;
  margin-left: 0;
  opacity: 0;
  transition: opaity 0.1s 0s ease-out, margin 0.1s 0s ease-out;
}

.u-expressNumberInput {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 250px;
  height: 94px;
  line-height: 1.5;
  border-radius: 3px;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.u-expressNumberInput.disabled {
  cursor: not-allowed;
  background: #f7f7f7;
}
.u-expressNumberInput.disabled:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  background: #ffffff;
}
.u-expressNumberInput.disabled .clearBtn {
  display: none;
}
.u-expressNumberInput .addons {
  float: left;
  height: 100%;
  background-color: #eee;
  border-right: 1px solid #ccc;
}
.u-expressNumberInput .addons .ant-select {
  display: block;
  top: 50%;
  min-width: 50px;
  margin-top: -13px;
}
.u-expressNumberInput .addons .ant-select-selection {
  border-color: transparent !important;
  background-color: transparent;
}
.u-expressNumberInput .addons .ant-select-open .ant-select-selection,
.u-expressNumberInput .addons .ant-select-focused .ant-select-selection {
  color: #108ee9;
  box-shadow: none;
}
.u-expressNumberInput .codesInput {
  height: 100%;
  overflow: hidden;
}
.u-expressNumberInput .codesInput textarea {
  height: 100%;
  border: none;
  resize: none;
  box-shadow: none;
}
.u-expressNumberInput .clearBtn {
  position: absolute;
  top: 0;
  right: 0;
  border-color: #fff #fff #d9d9d9 #d9d9d9;
}
.u-expressNumberInput .clearBtn:hover {
  color: #f50;
}
.u-expressNumberInput .on-drop {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 2px dashed #666;
}
.u-expressNumberInput .no-drop {
  width: 100%;
  height: 100%;
}
.img-list {
  display: flex;
  max-width: 600px;
  height: auto;
}
.failed-img {
  display: block;
  width: 400px;
  height: 400px;
  padding: 10px;
}
.header-close {
  float: right;
}

.cmpModal-3ak9j .c-ant-table-wrap .ant-table-middle .ant-table-title,
.cmpModal-3ak9j .c-ant-table-wrap .ant-table-middle .ant-table-footer {
  padding: 0 8px 5px 8px;
}
.cmpModal-3ak9j .c-ant-table-wrap .ant-table-footer {
  min-height: 30px;
}
.cmpModal-3ak9j .c-ant-table-wrap .ant-table .ant-table-placeholder .u-tipBox {
  padding-top: 30px;
}

.out-manage-schbox .checkbox-group {
  width: 25%;
  display: flex;
  justify-content: space-between;
}
.out-manage-schbox .checkbox-group .scan-icon {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #faad14;
  color: #faad14;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}

.m-traceOrder-schBox .bd {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.m-traceOrder-schBox .u-schBox {
  margin-bottom: 0;
}
.m-traceOrder-schBox .page-btns {
  position: absolute;
  top: 32px;
  left: 20px;
}
.m-traceOrder-schBox .page-btns button {
  display: block;
  margin-top: 3px;
}
.m-traceOrder-schBox .page-btns .anticon {
  transform: rotate(90deg);
}
.m-traceOrder-schBox .remarkBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 646px;
  right: 0;
  color: #666;
  border-left: 1px solid #dddddd;
}
.m-traceOrder-schBox .remarkBox h4 {
  margin-bottom: 5px;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  border: 1px solid #dddddd;
  border-left: 0 none;
  background: #f0f0f0;
}
.m-traceOrder-schBox .remarkBox th {
  font-weight: 400;
  vertical-align: top;
  text-align: center;
}
.m-traceOrder-schBox .remarkBox textarea.ant-input {
  resize: none;
}
.m-traceOrder-schBox .cache-code-params {
  display: inline-block;
  margin-left: 8px;
}
.m-traceOrder-schBox .cache-code-params .ant-tag {
  cursor: pointer;
}
.m-traceOrder-schBox .cache-code-params .tag-active {
  color: white;
  background-color: #3b7fc4;
  border: 1px solid #3b7fc4;
}
.m-traceOrder-schBox .cache-code-params .ant-tag-hidden {
  display: inline-block;
}

.bg :hover {
  /*background-color: #48b5ff;*/
  cursor: pointer;
}
.bg :visited {
  background-color: #ff5690;
}
.adjustWrap {
  width: 100%;
  height: 180px;
}
.radioIcon {
  font-size: 100px;
  margin-left: 30px;
  vertical-align: middle;
  color: #d7d7d7;
}
.radioWrap,
.notSatisfied {
  width: 48%;
  padding: 30px !important;
  border: 4px solid #d7d7d7;
}
.radioWrap p,
.notSatisfied p {
  text-align: center;
  font-size: 14px;
  margin: 14px 30px 0 0;
  color: #d7d7d7;
}
.radioWrap:hover,
.notSatisfied:hover {
  border: 4px solid #f59a23;
}
.radioWrap:hover .radioIcon,
.notSatisfied:hover .radioIcon,
.radioWrap:hover p,
.notSatisfied:hover p {
  color: #f59a23;
}
.radioWrap.ant-radio-wrapper-checked,
.notSatisfied.ant-radio-wrapper-checked {
  border: 4px solid #f59a23;
}
.radioWrap.ant-radio-wrapper-checked .radioIco,
.notSatisfied.ant-radio-wrapper-checked .radioIco,
.radioWrap.ant-radio-wrapper-checked p,
.notSatisfied.ant-radio-wrapper-checked p {
  color: #f59a23;
}
.notSatisfied:hover {
  border: 4px solid #ec808d;
}
.notSatisfied:hover .radioIcon,
.notSatisfied:hover p {
  color: #ec808d;
}
.notSatisfied.ant-radio-wrapper-checked {
  border: 4px solid #ec808d;
}
.notSatisfied.ant-radio-wrapper-checked .radioIcon,
.notSatisfied.ant-radio-wrapper-checked p {
  color: #ec808d;
}
.claimsConfirmModal .auditOperate {
  text-align: center;
  margin: 10px 0;
}
.claimsConfirmModal .alignRight {
  text-align: right;
  font-weight: bold;
}
.claimsConfirmModal .show {
  display: block;
}
.claimsConfirmModal .hide {
  display: none;
}
.claimsConfirmModal .bottom10 {
  margin-bottom: 10px;
}
.claimsConfirmModal .amount {
  width: 150px;
}

.m-query-all-scanRateSummary .ant-table .ant-table-thead th {
  background: #f2f2f2;
  text-align: center;
}
.m-query-all-scanRateSummary .ant-table .ant-table-tbody {
  text-align: center;
}
.m-query-all-scanRateSummary .ant-table .ant-table-placeholder {
  padding: 3px 8px;
}

.m-query-all-scanRateDetail .traceLog strong,
.m-query-all-scanRateDetail .traceLog em {
  color: #cc6600;
  font-style: normal;
  padding: 0 3px;
}
.m-query-all-scanRateDetail .traceLog strong {
  color: #ff0000;
}

.p-signfor-headquarters .query-btn {
  height: 26px;
  line-height: 1;
  margin: 10px 0px 10px 70px;
}
.p-signfor-headquarters .ant-calendar-picker {
  width: 100%;
}
.modal-headquarters-receive .ant-calendar-picker {
  width: 100%;
}

.operation {
  diaplay: inline-block;
  width: 100%;
  text-align: center;
}
.f-alter-schbox .status-container {
  display: flex;
  height: 32px;
  margin-top: -31px;
}
.f-alter-schbox .status-container .status-title {
  width: 80px;
  text-align: right;
  line-height: 26px;
  padding: 3px 0;
}
.f-alter-schbox .status-container .status-select {
  width: 200px;
  line-height: 32px;
}

.AlterOrderDetailWrapper > .cvs {
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(55, 55, 55, 0.6);
}
.AlterOrderDetailWrapper > .alterOrderDetail {
  padding: 9px 11px;
  background: #fff;
  width: 800px;
  margin-left: -400px;
  padding-bottom: 22px;
  left: 50%;
  position: fixed;
  top: 45px;
  z-index: 100;
  border-radius: 5px;
}
.AlterOrderDetailWrapper > .alterOrderDetail .close {
  cursor: pointer;
}
.AlterOrderDetailWrapper > .alterOrderDetail .mainContent {
  max-height: 700px;
  overflow: auto;
}

.m-myself-list .action-item {
  margin-left: 15px;
}
.m-myself-list .action-item:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  margin: 2px 0 0 -9px;
  background: #e0e0e0;
}
.m-myself-list .fc-blue {
  color: #2db7f5;
}
.m-myself-list .fc-bd {
  width: 100%;
  height: 100%;
  background: #ffb6c1;
}

.truckOrderDetail-3c9b8 .list {
  margin: 5px;
}
.truckOrderDetail-3c9b8 .list .u-tipBox[type='empty']:before {
  width: 60px;
  margin-bottom: 20px;
  /*height: 60px;*/
  display: none;
}
.truckOrderDetail-3c9b8 .m-truck-order-detail .m-truck-order-detail-section {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 3px;
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.truckOrderDetail-3c9b8 .m-truck-order-detail .m-truck-order-detail-section .u-form table {
  width: 100%;
  table-layout: fixed;
}

.sign-for-appeal-detail .ant-form-item {
  margin-bottom: 0px !important;
}

.m-operatingInstructions .operating-list {
  font-size: 14px;
}
.m-operatingInstructions .operating-list .operate-note {
  margin-bottom: 20px;
  color: #ff4d4f;
}
.m-operatingInstructions .operating-list .check-list {
  margin-bottom: 20px;
}
.m-operatingInstructions .operating-list .indent-1 {
  text-indent: 1rem;
}
.m-operatingInstructions .operating-list .indent-2 {
  text-indent: 2rem;
}
.comp-srcAddress .ant-select-auto-complete.ant-select-lg .ant-input {
  height: 26px;
}
.comp-srcAddress .ant-btn-lg {
  height: 26px;
  padding: 0 10px;
}
.offline-car-modal .ant-form-item {
  margin-bottom: 0;
}
.offline-car-modal .attachment-file .ant-form-item-children {
  position: relative;
  display: block;
}
.offline-car-modal .attachment-file .ant-form-item-children .offline-upload .ant-upload-list {
  display: flex;
}
.offline-car-modal .attachment-file .ant-form-item-children .offline-upload .ant-upload-list .ant-upload-list-item-name {
  max-width: 120px;
}
.offline-car-modal .attachment-file .ant-form-item-children .upload-tips {
  position: absolute;
  top: 0;
  left: 120px;
  width: 260px;
}
.offline-car-modal .attachment-file .attachment-container {
  display: flex;
  flex-wrap: nowrap;
}
.offline-car-modal .attachment-file .attachment-container .attachment-item {
  flex-basis: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.m-operatingInstructions .operating-list {
  font-size: 14px;
}
.m-operatingInstructions .operating-list .operate-note {
  margin-bottom: 20px;
  color: #ff4d4f;
}
.m-operatingInstructions .operating-list .check-list {
  margin-bottom: 20px;
}
.m-operatingInstructions .operating-list .indent-1 {
  text-indent: 1rem;
}
.m-operatingInstructions .operating-list .indent-2 {
  text-indent: 2rem;
}
.comp-srcAddress .ant-select-auto-complete.ant-select-lg .ant-input {
  height: 26px;
}
.comp-srcAddress .ant-btn-lg {
  height: 26px;
  padding: 0 10px;
}
.offline-car-modal .ant-form-item {
  margin-bottom: 0;
}
.offline-car-modal .attachment-file .ant-form-item-children {
  position: relative;
  display: block;
}
.offline-car-modal .attachment-file .ant-form-item-children .offline-upload .ant-upload-list {
  display: flex;
}
.offline-car-modal .attachment-file .ant-form-item-children .offline-upload .ant-upload-list .ant-upload-list-item-name {
  max-width: 120px;
}
.offline-car-modal .attachment-file .ant-form-item-children .upload-tips {
  position: absolute;
  top: 0;
  left: 120px;
  width: 260px;
}
.offline-car-modal .attachment-file .attachment-container {
  display: flex;
  flex-wrap: nowrap;
}
.offline-car-modal .attachment-file .attachment-container .attachment-item {
  flex-basis: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.list-4wekc .ant-table-fixed tr > td {
  line-height: 1.8;
}

.no-title-sch-box .ant-form-explain {
  margin-top: 0;
}

.m-claimInfo .ant-row {
  margin-bottom: 3px;
  color: rgba(0, 0, 0, 0.9);
}
.m-claimInfo .ant-row .wordWrap {
  word-break: break-all;
  word-wrap: break-word;
}

.disable-part {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #314659;
  z-index: 4;
  opacity: 0.3;
  height: 100%;
  width: 100%;
}

.board-4zey8 {
  border: 1px solid #c3c3c3;
  width: 250px;
  height: 90px;
  float: left;
  margin-top: -3px;
}
.board-4zey8 .ant-spin-nested-loading {
  height: 90px;
}
.board-4zey8 .ant-spin-container .ant-row .member-info {
  position: relative;
}
.board-4zey8 .ant-spin-container .ant-row .member-info img {
  display: block;
  padding-top: 3px;
  padding-left: 3px;
  width: 75px;
  cursor: pointer;
}
.board-4zey8 .ant-spin-container .ant-row .member-info .anticon-question-circle-o {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.board-4zey8 .ant-spin-container .ant-row .statistic-data {
  position: relative;
  padding: 10px 10px 15px 10px;
}
.board-4zey8 .ant-spin-container .ant-row .statistic-data a {
  text-decoration: underline;
  font-weight: bold;
}
.board-4zey8 .ant-spin-container .ant-row .statistic-data .icon-reload {
  position: absolute;
  right: 5px;
  bottom: 0;
}
.board-4zey8 .ant-spin-container .ant-row .rate-grade {
  padding: 10px 10px 15px 30px;
}

.temuSearch .u-expressNumberInput,
.temuSearch .u-expressNumberInput .codesInput {
  width: 100%;
}
.searchBtn {
  margin-bottom: 10px;
}

.p-JDCharge {
  padding: 20px;
  width: 800px;
  background-color: #eff0f4;
}

.search-complaint .ant-form-item {
  margin-bottom: 0;
}

.u-ladding-manage-list {
  position: relative;
}
.u-ladding-manage-list .cantonMapWrapper {
  position: absolute;
  background: #fff;
  width: 65%;
  right: 0px;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  top: 0;
}
.u-ladding-manage-list .cantonMapWrapper.show {
  z-index: 9;
  opacity: 1;
  animation: gpsShow 0.5s 0s;
}
.u-ladding-manage-list .cantonMapWrapper.hide {
  z-index: -1;
  opacity: 0;
}
.u-ladding-manage-list .cantonMapWrapper iframe {
  width: 100%;
  height: 570px;
  vertical-align: top;
  border: 0 none;
  overflow: hidden;
}
.u-ladding-manage-list .cantonMapWrapper .router {
  padding: 10px;
  font-size: 14px;
}
.u-ladding-manage-list .cantonMapWrapper .router span {
  color: #f60;
}
.u-ladding-manage-list .cantonMapWrapper .router .anticon-close-circle {
  float: right;
  color: #999;
  font-size: 20px;
  cursor: pointer;
}
.u-ladding-manage-list .cantonMapWrapper .router .anticon-close-circle:hover {
  color: #3b7fc4;
}
@keyframes gpsShow {
  0% {
    z-index: 2;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.u-ladding-manage-list {
  position: relative;
}
.u-ladding-manage-list .cantonMapWrapper {
  position: absolute;
  background: #fff;
  width: 65%;
  right: 0px;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  top: 0;
}
.u-ladding-manage-list .cantonMapWrapper.show {
  z-index: 9;
  opacity: 1;
  animation: gpsShow 0.5s 0s;
}
.u-ladding-manage-list .cantonMapWrapper.hide {
  z-index: -1;
  opacity: 0;
}
.u-ladding-manage-list .cantonMapWrapper iframe {
  width: 100%;
  height: 570px;
  vertical-align: top;
  border: 0 none;
  overflow: hidden;
}
.u-ladding-manage-list .cantonMapWrapper .router {
  padding: 10px;
  font-size: 14px;
}
.u-ladding-manage-list .cantonMapWrapper .router span {
  color: #f60;
}
.u-ladding-manage-list .cantonMapWrapper .router .anticon-close-circle {
  float: right;
  color: #999;
  font-size: 20px;
  cursor: pointer;
}
.u-ladding-manage-list .cantonMapWrapper .router .anticon-close-circle:hover {
  color: #3b7fc4;
}
@keyframes gpsShow {
  0% {
    z-index: 2;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.temuSearch .u-expressNumberInput,
.temuSearch .u-expressNumberInput .codesInput {
  width: 100%;
}
.searchBtn {
  margin-bottom: 10px;
}

.p-messageSend {
  padding: 20px;
  width: 580px;
  background-color: #eff0f4;
}

.temuSearch .u-expressNumberInput,
.temuSearch .u-expressNumberInput .codesInput {
  width: 100%;
}
.searchBtn {
  margin-bottom: 10px;
}

.schBox-7es72 .list ul li {
  display: inline-block;
  line-height: 30px;
  width: 130px;
  white-space: nowrap;
}

.u-problemTypes .addons {
  float: left;
  height: 26px;
  margin-top: 3px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-right: 0 none;
  border-radius: 4px 0 0 4px;
}
.u-problemTypes .addons + .u-xSelect .ant-select-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.u-problemTypes .addons .ant-select {
  display: block;
  top: 50%;
  min-width: 50px;
  margin-top: -13px;
}
.u-problemTypes .addons .ant-select-selection {
  border-color: transparent !important;
  background-color: transparent;
}
.u-problemTypes .addons .ant-select-open .ant-select-selection,
.u-problemTypes .addons .ant-select-focused .ant-select-selection {
  color: #108ee9;
  box-shadow: none;
}
.u-problemTypes .u-xSelect {
  display: block;
  line-height: 32px;
  width: auto !important;
  overflow: hidden;
  min-width: inherit !important;
}
.u-problemTypes .u-xSelect .anticon-ellipsis {
  margin-top: 3px;
  position: absolute;
  top: 2px;
  right: 26px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 20px;
  background: #e0e0e0;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
}

.u-xUpload.preview .anticon-eye-o {
  margin-left: -8px !important;
}
.u-xUpload.preview .anticon-delete {
  display: none;
}
.u-xUpload .ant-upload-select-picture-card i {
  font-size: 28px;
  color: #999;
}
.u-xUpload .ant-upload-select-picture-card .ant-upload-text {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}
.u-xUpload .ant-upload-list-picture-card .ant-upload-list-item-info:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: #808080;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  width: 0;
  height: 0;
}
.u-xUpload .anticon-eye-o {
  display: none;
}
.u-xUpload .ant-upload-list-picture-card .ant-upload-list-item-info .anticon-delete {
  left: 92%;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: -6px;
  font-size: 12px;
}
.u-xUpload .ant-upload-list-picture-card .ant-upload-list-item-info .anticon-delete {
  content: '\E6C2';
  color: #999;
}
.u-xUpload .ant-upload-list-picture-card .ant-upload-list-item-info .anticon-delete:before {
  content: '\E6C2';
}
.u-xUpload .ant-upload-list-picture-card .ant-upload-list-item-info .anticon-delete:hover {
  color: #f50 !important;
  transform: scale(1.3);
}

.m-acceptOrder-query-list .action-item {
  margin-left: 15px;
}
.m-acceptOrder-query-list .action-item:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  margin: 2px 0 0 -9px;
  background: #e0e0e0;
}
.m-acceptOrder-query-list .abnormalForm form table td .list ul li {
  display: inline-block;
  line-height: 30px;
  width: 130px;
  white-space: nowrap;
}

.claim-viewAttachment {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  max-height: 450px;
}
.claim-viewAttachment img {
  width: 200px;
  height: 200px;
}

.m-claimHandle-submitSth-insuranceType .u-toolBar .tools {
  position: relative;
  top: 0;
  z-index: 1;
  background: inherit;
  box-shadow: none;
}
.subcode_transfer .ant-table {
  height: 450px;
}
.subcode_transfer .ant-empty-normal {
  margin: 120px 0;
}
.subcode_transfer .footer {
  text-align: right;
}
.subcode_transfer .footer .btn {
  margin: 20px 10px 0;
}

.m-list .action-item {
  margin-left: 15px;
}
.m-list .action-item:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 1px;
  height: 16px;
  margin: 2px 0 0 -7px;
  background: #e0e0e0;
}
.m-list .fc-blue {
  color: #2db7f5;
}
.m-list .fc-bd {
  width: 100%;
  height: 100%;
  background: #ffb6c1;
}

.m-quality-inspect-modals-item {
  width: 700px;
  margin: 19px 5px;
}
.m-quality-inspect-modals-item .item-title-level1 {
  padding: 5px 7px;
  border-bottom: 1px solid #999;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: bold;
}
.m-quality-inspect-modals-item .item-title-level2 {
  padding: 5px 7px;
  border-bottom: 1px solid #999;
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: normal;
}
.m-quality-inspect-modals-item .appeal-result-table {
  width: 100%;
}
.m-quality-inspect-modals-item .appeal-result-table tr,
.m-quality-inspect-modals-item .appeal-result-table th {
  padding: 7px 2px;
}
.m-quality-inspect-modals-item .appeal-result-table th {
  text-align: right;
}
.m-quality-inspect-modals-item .ant-form-item-control {
  font-weight: normal;
}
.m-quality-inspect-modals-item .traceLog em,
.m-quality-inspect-modals-item .traceLog strong {
  color: #f50;
}

.u-ladding-manage-list {
  position: relative;
}
.u-ladding-manage-list .cantonMapWrapper {
  position: absolute;
  background: #fff;
  width: 65%;
  right: 0px;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  top: 0;
}
.u-ladding-manage-list .cantonMapWrapper.show {
  z-index: 9;
  opacity: 1;
  animation: gpsShow 0.5s 0s;
}
.u-ladding-manage-list .cantonMapWrapper.hide {
  z-index: -1;
  opacity: 0;
}
.u-ladding-manage-list .cantonMapWrapper iframe {
  width: 100%;
  height: 570px;
  vertical-align: top;
  border: 0 none;
  overflow: hidden;
}
.u-ladding-manage-list .cantonMapWrapper .router {
  padding: 10px;
  font-size: 14px;
}
.u-ladding-manage-list .cantonMapWrapper .router span {
  color: #f60;
}
.u-ladding-manage-list .cantonMapWrapper .router .anticon-close-circle {
  float: right;
  color: #999;
  font-size: 20px;
  cursor: pointer;
}
.u-ladding-manage-list .cantonMapWrapper .router .anticon-close-circle:hover {
  color: #3b7fc4;
}
@keyframes gpsShow {
  0% {
    z-index: 2;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.list-3kdst .action-item {
  margin-left: 15px;
}
.list-3kdst .action-item:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  margin: 0 0 0 -7px;
  background: #e0e0e0;
}

.list-4uakh .action-item {
  margin-left: 15px;
}
.list-4uakh .action-item:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  margin: 0 0 0 -7px;
  background: #e0e0e0;
}


.modal-no-footer .ant-modal-confirm-btns {
  display: none;
}

.description__group {
  margin-bottom: 24px;
}
.description__title {
  margin-left: 40px;
  margin-bottom: 16px;
}
.description__body {
  margin-left: 20px;
}
.description__body .ant-form-item {
  margin-bottom: 0;
}

.customer-order-pro-page .ant-tabs-nav-wrap .ant-tabs-nav-scroll .ant-tabs-nav .ant-tabs-tab-disabled {
  color: #3b7fc4;
  background: #fff;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid #e8e8e8;
}
.customer-order-pro-page .ant-tabs-nav-wrap .ant-tabs-nav-scroll .ant-tabs-nav .ant-tabs-tab-disabled a {
  color: red;
  font-size: 12px;
}
.customer-order-pro-page .ant-tabs-nav-wrap .ant-tabs-nav-scroll .ant-tabs-nav .ant-tabs-tab-disabled a .anticon {
  margin-right: 0;
}
.customer-order-pro-page .my-follow .operate-col {
  display: flex;
}
.customer-order-pro-page .my-follow .operate-col .radio-complete-today span.ant-radio + * {
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: baseline;
  font-weight: bolder;
}
.customer-order-pro-page .my-follow .operate-col .radio-complete-today .ant-radio-inner {
  width: 16px;
  height: 16px;
}
.customer-order-pro-page .my-follow .operate-col .radio-complete-today .ant-radio-checked .ant-radio-inner {
  background-color: #81b337;
}
.customer-order-pro-page .my-follow .operate-col .radio-complete-today .ant-radio-inner::after {
  content: '';
  position: absolute;
  left: 2px;
  width: 9px;
  height: 6px;
  border: 2px solid white;
  background: transparent;
  border-radius: 0;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
.customer-order-pro-page .my-follow .operate-col .operate-focus {
  line-height: 1.5;
  cursor: pointer;
}
.customer-order-pro-page .my-follow .operate-col .operate-register {
  margin-right: 8px;
  line-height: 1.5;
  cursor: pointer;
}
.customer-order-pro-page .focus {
  color: #f18100;
}
.add-track-content .ant-drawer {
  position: absolute;
}
.add-track-content .ant-drawer .ant-drawer-body {
  padding-top: 8px;
  padding-bottom: 8px;
}
.add-track-content .ant-drawer .ant-drawer-body .ant-form-item {
  margin-bottom: 4px;
}
.add-track-content .ant-drawer .ant-drawer-body .ant-form-item .ant-form-item-label {
  padding-bottom: 4px;
}

.m-transOrder-traceInfo {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
.m-transOrder-traceInfo:hover {
  border-color: #cccccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.m-transOrder-traceInfo.fixed {
  padding-top: 45px;
}
.m-transOrder-traceInfo.fixed > .hd {
  position: fixed;
  right: 16px;
  z-index: 3;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.m-transOrder-traceInfo.unfoldAll > .hd .trigger-ico:before {
  content: '\E621';
}
.m-transOrder-traceInfo > .hd {
  line-height: 45px;
  margin-bottom: -1px;
  padding: 0 20px;
  font-size: 13px;
  background: #f1ffe4;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #e9e9e9;
}
.m-transOrder-traceInfo > .hd a {
  color: #ff0000;
  font-weight: bold;
}
.m-transOrder-traceInfo > .hd > span {
  margin-right: 10px;
}
.m-transOrder-traceInfo > .hd .trigger-ico {
  margin: 0 0 0 -18px;
  padding: 8px;
  cursor: pointer;
  font-size: 14px;
  vertical-align: -1px;
}
.m-transOrder-traceInfo > .hd .trigger-ico:before {
  content: '\E645';
}
.m-transOrder-traceInfo > .hd .trigger-ico:hover {
  color: #30b2ec;
}
@media screen and (min-width: 1500px) {
  .m-transOrder-traceInfo > .hd .span-fr {
    float: right;
  }
}
.m-transOrder-traceInfo > .hd .span-fr {
  display: block;
}
.m-transOrder-traceInfo > .hd .span-fr > span {
  margin-right: 10px;
}
.m-transOrder-traceInfo > .hd .span-fr .a-blue {
  color: #3b7fc4;
}
.m-transOrder-traceInfo > .hd .span-fr .focus {
  color: #f18100;
}
.m-transOrder-traceInfo > .hd .span-fr .radio-finish .ant-radio-wrapper {
  margin-right: 0px;
}
.m-transOrder-traceInfo > .hd .span-fr .radio-finish .ant-radio-wrapper span.ant-radio + * {
  padding-left: 2px;
  padding-right: 4px;
}
.m-transOrder-traceInfo > .hd .span-fr .radio-finish .ant-radio-wrapper .ant-radio-inner {
  width: 16px;
  height: 16px;
}
.m-transOrder-traceInfo > .hd .span-fr .radio-finish .ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
  background-color: #81b337;
}
.m-transOrder-traceInfo > .hd .span-fr .radio-finish .ant-radio-wrapper .ant-radio-inner::after {
  content: '';
  position: absolute;
  left: 2px;
  width: 9px;
  height: 6px;
  border: 2px solid white;
  background: transparent;
  border-radius: 0;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
.m-transOrder-traceInfo > .bd {
  padding: 10px;
}
.m-transOrder-traceInfo .trace-sections .ant-collapse {
  border-radius: 0;
  border: 0 none;
  background: transparent;
}
.m-transOrder-traceInfo .trace-sections .ant-collapse > .ant-collapse-item {
  padding: 10px;
  border-radius: 5px;
  border: 0 none;
}
.m-transOrder-traceInfo .trace-sections .ant-collapse > .ant-collapse-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.m-transOrder-traceInfo .trace-sections .ant-collapse > .ant-collapse-item:hover > .ant-collapse-header {
  color: #30b2ec;
}
.m-transOrder-traceInfo .trace-sections .ant-collapse > .ant-collapse-item:last-of-type {
  margin-bottom: 0;
}
.m-transOrder-traceInfo .trace-sections .ant-collapse > .ant-collapse-item.ant-collapse-item-active > .ant-collapse-header .arrow:before {
  content: '\E621';
}
.m-transOrder-traceInfo .trace-sections .ant-collapse > .ant-collapse-item h4 {
  margin-bottom: 5px;
  font-size: 12px;
  color: #c60;
  opacity: 0.8;
}
.m-transOrder-traceInfo .trace-sections .ant-collapse > .ant-collapse-item h4 + div {
  margin-bottom: 20px;
}
.m-transOrder-traceInfo .trace-sections .ant-collapse > .ant-collapse-item .podInfo:last-of-type h4 + div {
  margin-bottom: 0;
}
.m-transOrder-traceInfo .trace-sections .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  z-index: 1;
  height: 25px;
  line-height: 25px;
  margin: 0 5px;
  padding: 0;
  font-size: 15px;
  cursor: pointer;
}
.m-transOrder-traceInfo .trace-sections .ant-collapse > .ant-collapse-item > .ant-collapse-header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
  height: 1px;
  background: #e9e9e9;
}
.m-transOrder-traceInfo .trace-sections .ant-collapse > .ant-collapse-item > .ant-collapse-header span {
  padding: 0 5px;
  background: #ffffff;
}
.m-transOrder-traceInfo .trace-sections .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: static;
  margin: 0;
  padding-right: 5px;
  line-height: 25px;
  font-size: 11px;
  color: inherit;
  transform: none;
  vertical-align: 1px;
  background: #ffffff;
}
.m-transOrder-traceInfo .trace-sections .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow:before {
  content: '\E645';
}
.m-transOrder-traceInfo .trace-sections .ant-collapse .ant-collapse-content {
  border-top: none;
  padding: 0;
}
.m-transOrder-traceInfo .trace-sections .ant-collapse .ant-collapse-content-box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.m-transOrder-traceInfo .trace-sections .traceLog span,
.m-transOrder-traceInfo .trace-sections .moveLog span {
  display: inline-block;
  margin: 1px 0;
}
.m-transOrder-traceInfo .trace-sections .traceLog strong,
.m-transOrder-traceInfo .trace-sections .moveLog strong {
  display: inline-block;
  margin: 0 2px;
  padding: 0 3px;
  cursor: pointer;
  font-weight: 800;
  border-radius: 5px;
  opacity: 1;
  transition: all 0.2s ease-out 0s;
}
.m-transOrder-traceInfo .trace-sections .traceLog strong:hover,
.m-transOrder-traceInfo .trace-sections .moveLog strong:hover {
  color: #ffffff;
  background: #f50;
}
.m-transOrder-traceInfo .trace-sections .traceLog .icon-warn,
.m-transOrder-traceInfo .trace-sections .moveLog .icon-warn {
  color: #f60;
  font-style: normal;
}
.m-transOrder-traceInfo .trace-sections .traceLog .icon-warn:before,
.m-transOrder-traceInfo .trace-sections .moveLog .icon-warn:before {
  font-size: 14px;
}
.m-transOrder-traceInfo .trace-sections .traceLog .rh,
.m-transOrder-traceInfo .trace-sections .moveLog .rh {
  font-weight: bold;
}
.m-transOrder-traceInfo .trace-sections .traceLog strong {
  color: #ff0000;
}
.m-transOrder-traceInfo .trace-sections .traceLog em {
  color: #c60;
  font-style: normal;
}
.m-transOrder-traceInfo .trace-sections .traceLog em strong {
  color: #ff0000;
}
.m-transOrder-traceInfo .trace-sections .moveLog strong {
  color: #3b7fc4;
}
.m-transOrder-traceInfo .trace-sections .moveLog em {
  color: #c60;
  font-style: normal;
}
.m-transOrder-traceInfo .trace-sections .moveLog em strong {
  color: #3b7fc4;
}
.m-transOrder-traceInfo .summary {
  padding: 10px;
  color: #555555;
  border-radius: 5px;
  border: 1px solid #d5f1fd;
  background-color: #eaf8fe;
}
.m-transOrder-traceInfo .summary table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.m-transOrder-traceInfo .summary tr:hover {
  background: #fdedc2;
}
.m-transOrder-traceInfo .summary th,
.m-transOrder-traceInfo .summary td {
  padding: 5px 0;
  vertical-align: top;
}
.m-transOrder-traceInfo .summary th {
  width: 70px;
  font-weight: 400;
  text-align: right;
}
.m-transOrder-traceInfo .thin-table tbody td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.m-transOrder-traceInfo .up-button {
  position: fixed;
  bottom: 100px;
  right: 100px;
  z-index: 3;
}
.networkRow {
  background-color: #ffd98f !important;
}
.react-resizable {
  position: relative;
  background-clip: padding-box;
}
.react-resizable-handle {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1;
}
.u-can-hover {
  cursor: pointer;
  border-radius: 5px;
  padding: 0 2px;
  color: #f50;
}
.u-can-hover:hover {
  color: #ffffff;
  background: #f50;
}

.s-table-toolbar {
  position: relative;
  height: 21px;
  width: 100%;
  text-align: right;
}
.title-panel {
  display: flex;
  align-content: center;
  justify-content: space-between;
  line-height: 26px;
}
.content-panel {
  height: 500px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.content-panel .vice-title {
  line-height: 20px;
  font-size: 12px;
  color: #b1b1b1;
}
.content-panel .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.content-panel .list-item span.icons {
  visibility: hidden;
}
.content-panel .list-item span.icons i {
  margin: 0 5px;
}
.content-panel .list-item:hover span.icons {
  visibility: visible;
}
.dragIcon {
  cursor: pointer;
}

.delivery-form-service .delivery-form-service .table {
  display: table;
}
.delivery-form-service .delivery-form-service .table-row {
  display: table-row;
}
.delivery-form-service .delivery-form-service .table-row > div {
  display: table-cell;
}
.delivery-form-service .delivery-form-service .install-warning {
  position: absolute;
  left: 248px;
  top: 190px;
  font-size: 13px;
}
.delivery-form-service .delivery-form-service .install-warning .text-warning {
  color: #f04134;
}
.delivery-form-service .delivery-form-service .m-truck-order-detail-section .delivery-item-remark {
  margin-top: 20px;
}
.delivery-form-service .install-warning {
  position: absolute;
  left: 248px;
  top: 190px;
  font-size: 13px;
  padding-bottom: 30px;
}
.delivery-form-service .install-warning .text-warning {
  color: #f04134;
}
.delivery-form-service .m-truck-order-detail-section .delivery-item-remark {
  margin-top: 20px;
}

.u-outorder-manage-list {
  position: relative;
}
.u-outorder-manage-list .checked td {
  border: 2px dashed black;
}
.u-outorder-manage-list .cantonMapWrapper {
  position: absolute;
  background: #fff;
  width: 65%;
  right: 0px;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.u-outorder-manage-list .cantonMapWrapper.show {
  z-index: 9;
  opacity: 1;
  animation: gpsShow 0.5s 0s;
}
.u-outorder-manage-list .cantonMapWrapper.hide {
  z-index: -1;
  opacity: 0;
}
.u-outorder-manage-list .cantonMapWrapper iframe {
  width: 100%;
  height: 570px;
  vertical-align: top;
  border: 0 none;
  overflow: hidden;
}
.u-outorder-manage-list .cantonMapWrapper .router {
  padding: 10px;
  font-size: 14px;
}
.u-outorder-manage-list .cantonMapWrapper .router span {
  color: #f60;
}
.u-outorder-manage-list .cantonMapWrapper .router .anticon-close-circle {
  float: right;
  color: #999;
  font-size: 20px;
  cursor: pointer;
}
.u-outorder-manage-list .cantonMapWrapper .router .anticon-close-circle:hover {
  color: #3b7fc4;
}
@keyframes gpsShow {
  0% {
    z-index: 2;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.site-question-info {
  line-height: 1.8;
}
.site-question-info .red {
  color: red;
}

.list-m6jvd .non-arrived td {
  background: rgba(186, 225, 242, 0.8) !important;
}
.list-m6jvd .arrived td {
  background: #fff !important;
}

.m-signfor-operateButton > span .arrived {
  display: inline-block;
  width: 50px;
  height: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  margin: 0 10px -6px 20px;
}
.m-signfor-operateButton > span .noArrived {
  display: inline-block;
  width: 50px;
  height: 20px;
  background: rgba(186, 225, 242, 0.8);
  border-radius: 4px;
  margin: 0 10px -6px 20px;
}

.list-324n9 .non-arrived td {
  background: rgba(186, 225, 242, 0.8) !important;
}
.list-324n9 .arrived td {
  background: #fff !important;
}

.m-signfor-operateButton > span .arrived {
  display: inline-block;
  width: 50px;
  height: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  margin: 0 10px -6px 20px;
}
.m-signfor-operateButton > span .noArrived {
  display: inline-block;
  width: 50px;
  height: 20px;
  background: rgba(186, 225, 242, 0.8);
  border-radius: 4px;
  margin: 0 10px -6px 20px;
}

.u-ladding-manage-list {
  position: relative;
}
.u-ladding-manage-list .cantonMapWrapper {
  position: absolute;
  background: #fff;
  width: 65%;
  right: 0px;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  top: 0;
}
.u-ladding-manage-list .cantonMapWrapper.show {
  z-index: 9;
  opacity: 1;
  animation: gpsShow 0.5s 0s;
}
.u-ladding-manage-list .cantonMapWrapper.hide {
  z-index: -1;
  opacity: 0;
}
.u-ladding-manage-list .cantonMapWrapper iframe {
  width: 100%;
  height: 570px;
  vertical-align: top;
  border: 0 none;
  overflow: hidden;
}
.u-ladding-manage-list .cantonMapWrapper .router {
  padding: 10px;
  font-size: 14px;
}
.u-ladding-manage-list .cantonMapWrapper .router span {
  color: #f60;
}
.u-ladding-manage-list .cantonMapWrapper .router .anticon-close-circle {
  float: right;
  color: #999;
  font-size: 20px;
  cursor: pointer;
}
.u-ladding-manage-list .cantonMapWrapper .router .anticon-close-circle:hover {
  color: #3b7fc4;
}
.modal-ladingChange .ant-form-item {
  margin-bottom: 0;
  min-height: 40px;
}
.modal-ladingChange .record-fee .record-fee-title {
  display: flex;
  justify-content: space-evenly;
}
.modal-ladingChange .record-fee .record-fee-title p {
  line-height: 26px;
  font-size: 13px;
  font-weight: bold;
}
.modal-ladingChange .record-fee .record-fee-item {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.modal-ladingChange .record-fee .record-fee-item p {
  line-height: 26px;
}
.modal-ladingChange .record-fee .record-fee-item .u-xSelect {
  width: 180px;
}
.modal-ladingChange .record-fee .record-fee-item .ant-input-number {
  width: 180px;
}
.modal-ladingChange .record-fee .record-fee-item .anticon-delete {
  margin-left: 8px;
  line-height: 26px;
  font-size: 15px;
}
@keyframes gpsShow {
  0% {
    z-index: 2;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-can-hover {
  cursor: pointer;
  border-radius: 5px;
  padding: 0 2px;
  color: #f50;
}
.u-can-hover:hover {
  color: #ffffff;
  background: #f50;
}
.ladingPay .ant-form-item {
  margin: 0;
}
.ladingPay .ant-form-item-control,
.ladingPay .ant-form-item-label {
  text-align: left;
  line-height: 30px;
}
.ladingPay .red {
  color: red;
}
.payCodeInfoWrap .ant-modal-body {
  padding: 0;
}
.payCodeInfoWrap .orangBg {
  padding: 20px 40px;
  background-color: #f18300;
}
.payCodeInfoWrap .otherInfo {
  padding: 10px 0 20px 10px;
}
.payCodeInfoWrap .innerWrap {
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.payCodeInfoWrap .title {
  display: inline-block;
  width: 160px;
  height: 36px;
  line-height: 32px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  background-color: #f18300;
}
.payCodeInfoWrap .mainWrap {
  padding: 34px 0 10px 0;
  background-color: #fff;
  margin-top: -15px;
}
.payCodeInfoWrap .mainWrap .code {
  border: 1px solid #666;
  border-radius: 10px;
  margin: 14px 0 10px 0;
}
.payCodeInfoWrap .mainWrap .yellow {
  color: orange;
  font-size: 20px;
  font-weight: 600;
}
.payCodeInfoWrap .info {
  margin-top: 10px;
}
.networkRow {
  background-color: #ffd98f !important;
}
.lading-image-view .viewer-title {
  font-size: 18px;
}

.p-transOrder-delayNotification .status-select .ant-select-selection--single {
  line-height: 26px;
  height: 26px;
}
.p-transOrder-delayNotification .status-select .ant-select-selection__rendered {
  line-height: 26px;
}
.p-transOrder-delayNotification .status-select .anticon-ellipsis {
  line-height: 24px;
  height: 26px;
}
.p-transOrder-delayNotification .query-btn {
  height: 26px;
  line-height: 1;
  margin: 10px 0px 10px 70px;
}

.p-signfor-dispatchCarList {
  min-height: 500px;
}
.p-signfor-dispatchCarList .dispatch-summary {
  border-radius: 3px;
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.p-signfor-dispatchCarList .operate-btns {
  margin-left: 20px;
  display: inline-block;
}
.p-signfor-dispatchCarList .remark-content {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.p-signfor-dispatchCarList-left-ol {
  list-style: decimal inside;
}
.p-signfor-dispatchCarList-left-ol li {
  margin-bottom: 10px;
}

.p-customer-order .u-schBox > .form-box .ant-form .ant-form-item {
  margin: 1px 0;
}
.p-customer-order .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 24px;
}
.p-customer-order .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  height: 24px;
}
.p-customer-order .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  height: 24px;
  line-height: 28px;
}
.p-customer-order .ant-tabs-bar {
  margin: 0 0 6px 0;
}
.p-customer-order .trace-log span {
  display: inline-block;
  margin: 1px 0;
}
.p-customer-order .trace-log strong {
  display: inline-block;
  margin: 0 2px;
  padding: 0 3px;
  cursor: pointer;
  font-weight: 800;
  border-radius: 5px;
  opacity: 1;
  transition: all 0.2s ease-out 0s;
}
.p-customer-order .trace-log strong:hover {
  color: #ffffff;
  background: #f50;
}
.p-customer-order .trace-log .icon-warn {
  color: #f60;
  font-style: normal;
}
.p-customer-order .trace-log .icon-warn:before {
  font-size: 14px;
}
.p-customer-order .trace-log .rh {
  font-weight: bold;
}
.p-customer-order .trace-log strong {
  color: #ff0000;
}
.p-customer-order .trace-log em {
  color: #c60;
  font-style: normal;
}
.p-customer-order .trace-log em strong {
  color: #00008b;
}
.p-customer-order .m-customer-order-status table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.p-customer-order .m-customer-order-status th,
.p-customer-order .m-customer-order-status td {
  min-width: 45px;
  padding: 4px 0;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
.p-customer-order .m-customer-order-status th {
  background: #f2f2f2;
}
.p-customer-order .m-customer-order-status td {
  background: #e1edff;
  height: 27px;
}
.p-customer-order .m-customer-order-status td:nth-of-type(10) ~ td {
  background: #fdedc2;
}
.p-customer-order .m-customer-order-status a {
  display: block;
  font-weight: 700;
  text-decoration: underline;
}
.p-customer-order .m-customer-order-send-list .row-color-blue {
  background: #b0e0e6;
}
.p-customer-order .m-customer-order-send-list .row-color-blue td {
  background: #b0e0e6 !important;
}
.p-customer-order .m-customer-order-send-list .row-color-white {
  background: #ffffff;
}
.p-customer-order .m-customer-order-send-list .row-color-white td {
  background: #ffffff !important;
}

.com_subCode .subCode {
  margin: 5px 10px;
  display: inline-block;
}
.com_subCode .align_right {
  text-align: right;
}

.deliveryStatistics .ant-form-item {
  margin-bottom: 0;
}
.deliveryStatistics .searchContent {
  margin-top: 10px;
  padding: 5px 8px;
  border-radius: 6px;
  background: #f2f2f2;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
}
.deliveryStatistics .searchBtn {
  margin-bottom: 15px;
}
.deliveryStatistics .summaryTable td {
  text-align: center;
}
.deliveryStatistics .activeAmount {
  font-weight: bold;
  color: #3b7fc4;
  font-size: 16px;
  cursor: pointer;
}
.deliveryStatistics .normalAmount {
  color: #055cb4;
  cursor: pointer;
}
.deliveryStatistics .alignLeft {
  text-align: left;
  margin: 16px 0;
  color: #666;
}
.deliveryStatistics .alignLeft b {
  margin-right: 8px;
}
.deliveryStatistics .summary-groups {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
  padding: 5px 8px 10px 8px;
  border-radius: 6px;
  background: #f2f2f2;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
}
.deliveryStatistics .summary-group {
  display: flex;
  flex-direction: column;
  position: relative;
}
.deliveryStatistics .summary-group-title {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 5px;
}
.deliveryStatistics .summary-group-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
}
.deliveryStatistics .summary-group-item {
  border: #dddddd 1px solid;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 4px 6px;
  border-radius: 6px;
  text-align: center;
}
.deliveryStatistics .summary-group-item.width-xs {
  min-width: 70px;
  flex: 0 0 auto;
}
.deliveryStatistics .summary-group-item.width-sm {
  min-width: 140px;
  flex: 0 0 auto;
}
.deliveryStatistics .summary-group-item.width-md {
  min-width: 180px;
  flex: 0 0 auto;
}
.deliveryStatistics .summary-group-item.width-lg {
  min-width: 220px;
  flex: 0 0 auto;
}
.deliveryStatistics .summary-group-item.width-xl {
  min-width: 420px;
  flex: 0 0 auto;
}
.deliveryStatistics .summary-group-item.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.deliveryStatistics .summary-group-item-header {
  margin-bottom: 4px;
  padding-bottom: 0;
}
.deliveryStatistics .summary-group-item-label {
  font-size: 12px;
  color: #2c3e50;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  letter-spacing: 0.3px;
}
.deliveryStatistics .summary-group-item-content {
  display: flex;
  flex-direction: row;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.deliveryStatistics .summary-group-item-content.delivery-status {
  display: flex;
  flex-direction: row;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.deliveryStatistics .summary-group-item-content.delivery-status .sub-statistic {
  min-width: 40px;
  flex: 1;
}
.deliveryStatistics .sub-statistic {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 4px;
  min-width: 45px;
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 1px solid #dee2e6;
  margin: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}
.deliveryStatistics .sub-statistic:hover {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-color: #90caf9;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.deliveryStatistics .sub-statistic.active {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%) !important;
  border-color: #1890ff !important;
  box-shadow: 0 2px 8px rgba(24, 144, 255, 0.3);
  transform: translateY(-1px);
}
.deliveryStatistics .sub-statistic.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.deliveryStatistics .sub-statistic.disabled:hover {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-color: #dee2e6;
  transform: none;
  box-shadow: none;
}
.deliveryStatistics .sub-statistic-label {
  font-size: 12px;
  color: #495057;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 4px;
  white-space: nowrap;
  font-weight: 500;
  background: linear-gradient(90deg, #6c757d, #495057);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.deliveryStatistics .sub-statistic-value {
  font-size: 16px;
  font-weight: 600;
  color: #1976d2;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
}
.deliveryStatistics .others-statistics-container {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
}

.out-detail-modal .order-detail-net {
  display: flex;
}
.out-detail-modal .order-detail-net .site-icon {
  border-radius: 50%;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-top: 3px;
  margin-left: 2px;
  color: #fff;
}
.out-detail-modal .ant-card-bordered {
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.out-detail-modal .ant-card-small .ant-card-head {
  min-height: auto;
  border: none;
}
.out-detail-modal .ant-card-small .ant-card-head .ant-card-head-wrapper .ant-card-head-title {
  padding: 2px 0;
  font-size: 18px;
}
.out-detail-modal .ant-card-small .ant-card-body {
  padding: 0 12px;
}
.out-detail-modal .ant-card-small .ant-card-body .ant-form-item {
  margin-bottom: 0;
}
.out-detail-modal .ant-card-small .ant-card-body .ant-form-item .g-redBac-whiteTxt-icon {
  margin-left: 2px;
}
.out-detail-modal .ant-card-small .ant-card-body .ant-form-item-label,
.out-detail-modal .ant-card-small .ant-card-body .ant-form-item-control {
  line-height: 30px;
}
.out-detail-modal .order-detail-services {
  border: 1px solid #e8e8e8;
  padding: 10px 30px;
}
.summary table {
  text-align: center;
}

.p-pickupTrack .ant-tabs-content-holder {
  padding: 0;
}
.p-pickupTrack .ant-tabs-tabpane {
  padding: 0;
}
.p-pickupTrack .u-schBox {
  margin-bottom: 2px;
}
.p-pickupTrack .u-mb15 {
  margin-bottom: 5px;
}
.p-pickupTrack .serviceTrack-search {
  background-color: #f2f2f2;
  margin: 5px 0;
  padding: 5px 0;
}
.p-pickupTrack .serviceTrack-search .ant-form-item {
  margin-bottom: 0;
}
.p-pickupTrack .pickup-tabs-container {
  position: relative;
}
.p-pickupTrack .pickup-tabs-container .ant-tabs .ant-tabs-nav {
  margin-bottom: 0;
}
.p-pickupTrack .pickup-tabs-container .start-order-switch {
  position: absolute;
  top: 8px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-pickupTrack .pickup-tabs-container .start-order-switch .switch-label {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}
.addTrack {
  text-align: right;
}
.addTrack .ant-btn {
  margin-left: 10px;
}


.m-details-schBox .m-details-defaultQuery .radioStyle .ant-radio-wrapper {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-left: 8px;
}
.m-details-schBox .m-details-orderNumQuery .u-expressNumberInput .bd {
  overflow-y: auto;
}
.m-details-schBox .payment-time .u-dateRange2 {
  width: 390px;
}
.m-details-schBox .payment-time .ant-radio-group {
  padding: 0 0 0 4px;
}
.m-details-schBox .payment-time .ant-radio-group .ant-radio-wrapper {
  padding: 0 3px;
  margin-right: 6px;
  min-width: auto;
}

.p-prepayment-details .ant-tabs-bar {
  margin-bottom: 0;
}
.p-prepayment-details .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 30px;
}
.p-prepayment-details .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  height: 30px;
}
.p-prepayment-details .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  height: 30px;
  line-height: 28px;
}
.p-prepayment-details .u-schBox {
  margin-bottom: 2px;
}
.p-prepayment-details .u-mb15 {
  margin-bottom: 5px;
}

.com_subCode .subCode {
  margin: 5px 10px;
  display: inline-block;
}
.com_subCode .align_right {
  text-align: right;
}

.tinelineSignboard .searchContent {
  padding: 5px 8px;
  border-radius: 6px;
  background: #f2f2f2;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
}
.tinelineSignboard .searchBtn {
  margin-bottom: 15px;
}
.tinelineSignboard .summaryTable td {
  text-align: center;
}
.tinelineSignboard .activeAmount {
  font-weight: bold;
  color: #3b7fc4;
  font-size: 16px;
  cursor: pointer;
}
.tinelineSignboard .normalAmount {
  color: #055cb4;
  cursor: pointer;
}
.tinelineSignboard .alignLeft {
  text-align: right;
  margin-right: 10px;
}

.order-resource-detail-search {
  position: relative;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.order-resource-detail-search .ant-form-item {
  margin-bottom: 0;
}
.order-resource-detail .ant-tabs-bar {
  margin-bottom: 0;
}
.order-resource-detail .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 30px;
}
.order-resource-detail .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  height: 30px;
}
.order-resource-detail .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  height: 30px;
  line-height: 28px;
}
.order-resource-detail .u-schBox {
  margin-bottom: 2px;
}
.order-resource-detail .u-mb15 {
  margin-bottom: 5px;
}

.order-resource-detail-search {
  position: relative;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.order-resource-detail-search .ant-form-item {
  margin-bottom: 0;
}
.order-resource-detail .ant-tabs-bar {
  margin-bottom: 0;
}
.order-resource-detail .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 30px;
}
.order-resource-detail .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  height: 30px;
}
.order-resource-detail .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  height: 30px;
  line-height: 28px;
}
.order-resource-detail .u-schBox {
  margin-bottom: 2px;
}
.order-resource-detail .u-mb15 {
  margin-bottom: 5px;
}

.insuranceManage .insuranceManageSearch {
  padding: 5px 8px;
  border-radius: 6px;
  background: #f2f2f2;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
}
.insuranceManage .insuranceManageSearch .ant-form-item {
  margin-bottom: 0;
}
.ant-btn-link {
  padding: 0 5px;
}
.insuranceManageModal .numberRange .space {
  margin: 0 10px;
}
.insuranceManageModal .danger {
  color: #ff0000;
}
.insuranceManageModal .ant-form-item {
  margin-bottom: 0;
}

.site_use_car_schbox {
  position: relative;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.site_use_car_schbox .margin5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.site_use_car_schbox .ant-form-item {
  margin-bottom: 0;
}
.site_use_car_cancelModal .footer,
.site_use_car_detailModal .footer {
  text-align: right;
}
.site_use_car_cancelModal .opbtn,
.site_use_car_detailModal .opbtn {
  margin: 0 5px;
}

.site_use_car .nopadding {
  padding: 0 !important;
}

.u-xUpload.preview .anticon-eye-o {
  margin-left: -8px !important;
}
.u-xUpload.preview .anticon-delete {
  display: none;
}
.u-xUpload .ant-upload-select-picture-card i {
  font-size: 28px;
  color: #999;
}
.u-xUpload .ant-upload-select-picture-card .ant-upload-text {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}
.u-xUpload .ant-upload-list-picture-card .ant-upload-list-item-info:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: #808080;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  width: 0;
  height: 0;
}
.u-xUpload .anticon-eye-o {
  display: none;
}
.u-xUpload .ant-upload-list-picture-card .ant-upload-list-item-info .anticon-delete {
  left: 92%;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: -6px;
  font-size: 12px;
}
.u-xUpload .ant-upload-list-picture-card .ant-upload-list-item-info .anticon-delete {
  content: '\E6C2';
  color: #999;
}
.u-xUpload .ant-upload-list-picture-card .ant-upload-list-item-info .anticon-delete:before {
  content: '\E6C2';
}
.u-xUpload .ant-upload-list-picture-card .ant-upload-list-item-info .anticon-delete:hover {
  color: #f50 !important;
  transform: scale(1.3);
}

.remote-proxy-modal .cantonMapWrapper {
  position: absolute;
  background: #fff;
  width: 98%;
  right: 1%;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  top: 160px;
}
.remote-proxy-modal .cantonMapWrapper.show {
  z-index: 9;
  opacity: 1;
  animation: gpsShow 0.5s 0s;
}
.remote-proxy-modal .cantonMapWrapper.hide {
  z-index: -1;
  opacity: 0;
}
.remote-proxy-modal .cantonMapWrapper iframe {
  width: 100%;
  height: 570px;
  vertical-align: top;
  border: 0 none;
  overflow: hidden;
}
.remote-proxy-modal .cantonMapWrapper .router {
  padding: 10px;
  font-size: 14px;
}
.remote-proxy-modal .cantonMapWrapper .router span {
  color: #f60;
}
.remote-proxy-modal .cantonMapWrapper .router .anticon-close-circle {
  float: right;
  color: #999;
  font-size: 20px;
  cursor: pointer;
}
.remote-proxy-modal .cantonMapWrapper .router .anticon-close-circle:hover {
  color: #3b7fc4;
}
.proxyForm {
  display: inline-block;
  width: 52%;
}
.proxyForm .ant-form-item-label,
.proxyForm .ant-form-item-control {
  line-height: 30px;
}
.proxyForm .ant-form-item {
  margin-bottom: 13px;
}
.proxyForm .ant-form-item-with-help {
  margin-bottom: 0;
}
.rightWrap {
  display: inline-block;
  width: 46%;
  vertical-align: top;
}
.rightWrap .site-info {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  position: relative;
  font-size: 12px;
}
.rightWrap .site-info .info-title {
  position: absolute;
  top: -10px;
  left: 10px;
}
.rightWrap .site-info .info-title .unactive {
  color: rgba(0, 0, 0, 0.65);
}
.rightWrap .site-info .site-detail {
  height: 142px;
  margin: 10px 10px 0;
  overflow: auto;
}
.rightWrap .site-info .site-detail.area-info {
  height: 200px;
}
.rightWrap .site-info .site-detail .flex-info {
  display: flex;
}
.rightWrap .site-info .site-detail .flex-info .flex-title {
  flex-basis: 30%;
  text-align: right;
}
.rightWrap .site-info .site-detail .flex-info .flex-content {
  flex-basis: 70%;
}
.rightWrap .site-info .site-detail .site-table .art-table .isMatchUp {
  color: red;
}
.rightWrap .site-info .site-detail .site-table .art-table .isMatchUp .art-table-cell {
  background-color: #fff566;
}
.rightWrap .site-warning {
  color: red;
  font-weight: bold;
}
.rightWrap .town-container {
  display: flex;
}
.rightWrap .town-container .fee-container {
  display: flex;
  flex-wrap: wrap;
}
.rightWrap .county-container {
  display: flex;
  flex-basis: 50%;
}
.rightWrap .county-container .county-left {
  flex-basis: 120px;
  text-align: right;
}

.p-newCreateOrder .ant-card-body {
  padding: 2px 0;
}
.p-newCreateOrder .tab-create-order {
  position: relative;
  margin-top: 33px;
}
.p-newCreateOrder .tab-create-order .order-btns .ant-btn {
  margin-right: 20px;
}
.p-newCreateOrder .tab-create-order .part-goods {
  height: auto;
}
.p-newCreateOrder .tab-create-order .custorm-container {
  padding: 5px 42px;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px;
}
.p-newCreateOrder .tab-create-order .custorm-container .custorm-select {
  margin-bottom: 5px;
}
.p-newCreateOrder .tab-create-order .custorm-container .custorm-select .custorm-tips {
  color: red;
  padding-right: 20px;
}
.p-newCreateOrder .tab-create-order .custorm-container .custorm-select .custorm-btn {
  margin-left: 8px;
}
.p-newCreateOrder .tab-create-order .form-section {
  background-color: #eff0f4;
  border-radius: 5px;
  margin: 6px 0;
  padding: 5px 10px;
}
.p-newCreateOrder .tab-create-order .form-section:first-child {
  margin-top: 0;
}
.p-newCreateOrder .tab-create-order .form-section:last-child {
  margin-bottom: 0;
}
.p-newCreateOrder .tab-create-order .primary-danger-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #ff4d4f;
  color: #fff;
  box-shadow: 0px 0px 5px 1px #595959;
}
.p-newCreateOrder .tab-create-order .primary-danger-btn[disabled] {
  background-color: #f5f5f5;
  color: #9999a4;
  box-shadow: none;
}
.p-newCreateOrder .tab-create-order .ant-form-item {
  margin-bottom: 0;
}
.p-newCreateOrder .tab-create-order .ant-form-item .ant-calendar-picker {
  width: 100%;
}
.p-newCreateOrder .tab-create-order .ant-form-item .transOrder-remark.ant-input-affix-wrapper .ant-input {
  min-height: auto;
}
.p-newCreateOrder .tab-create-order .ant-form-item .moreService-upstairsWeight {
  color: red;
  margin-left: 5px;
}
.p-newCreateOrder .tab-create-order .ant-form-item .moreService-unpacking {
  color: red;
  line-height: 1.5;
}
.p-newCreateOrder .tab-create-order .ant-form-item .record-select .ant-select-selection--multiple {
  min-height: 70px;
}
.p-newCreateOrder .tab-create-order .ant-form-item .record-select .ant-select-selection--multiple .ant-select-selection__rendered {
  min-height: 70px;
}
.p-newCreateOrder .tab-create-order .insure-container .ant-form-explain {
  position: absolute;
  top: 0;
  left: 100%;
  width: 220px;
  margin-top: 11px;
  margin-left: 10px;
}
.p-newCreateOrder .tab-create-order .u-xSelect {
  z-index: auto;
}
.p-newCreateOrder .tab-create-order .calculator-container .calculator-header {
  clear: both;
  height: 30px;
  line-height: 30px;
}
.p-newCreateOrder .tab-create-order .calculator-container .calculator-header .calculator-title {
  font-weight: bolder;
  float: left;
}
.p-newCreateOrder .tab-create-order .calculator-container .calculator-header .calculator-button {
  float: right;
}
.p-newCreateOrder .tab-create-order .calculator-container .calculator-text {
  font-size: 13px;
  position: relative;
}
.p-newCreateOrder .tab-create-order .calculator-container .calculator-text .calculator-clean {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
}
.p-newCreateOrder .tab-create-order .site-icon {
  position: absolute;
  left: 100%;
  line-height: 40px;
  top: 0;
  z-index: 3;
  display: flex;
  margin-left: -9px;
}
.p-newCreateOrder .tab-create-order .center-tip {
  font-size: 20px;
  top: 10px;
  margin-left: -11px;
  text-align: center;
}
.p-newCreateOrder .tab-create-order .discount-msg {
  padding: 0 10px;
  color: #888888;
  background: #fff3cf;
  width: 396px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.p-newCreateOrder .tab-create-order .discount-msg span {
  margin: 0 10px 0 5px;
}
.p-newCreateOrder .tab-create-order .address-icon {
  position: absolute;
  top: 7px;
  left: 28px;
}
.p-newCreateOrder .tab-create-order .address-icon.addonAfter {
  padding: 0 5px;
  line-height: 26px;
  cursor: pointer;
}
.p-newCreateOrder .order-container {
  display: flex;
}
.p-newCreateOrder .order-container .order-form {
  width: 1260px;
  font-size: 13px;
}
.p-newCreateOrder .order-container .order-form .transOrder-part {
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.p-newCreateOrder .order-container .order-form .ant-row .ant-card-body {
  position: relative;
}
.p-newCreateOrder .order-container .order-form .ant-row .ant-card-body .identification-btn {
  position: absolute;
  top: -23px;
  left: 60px;
  height: 22px;
  line-height: 22px;
}
.p-newCreateOrder .order-container .order-form .ant-row .ant-card-body .identification-icon {
  position: absolute;
  top: -23px;
  left: 130px;
  font-size: 22px;
  color: red;
}
.p-newCreateOrder .order-container .order-form .line {
  display: flex;
  margin-left: 50px;
}
.p-newCreateOrder .order-container .order-form .moreService-container {
  margin-bottom: 10px;
}
.p-newCreateOrder .order-container .order-form .moreService-container .ant-radio-group .ant-radio-wrapper {
  margin: 0;
  padding: 0 2px;
  min-width: 45px;
}
.p-newCreateOrder .order-container .order-form .other-part {
  padding-left: 5px;
}
.p-newCreateOrder .order-container .order-form .other-part .ant-card-body {
  height: 809px;
}
.p-newCreateOrder .order-container .order-form .other-part .ant-card-body .orange-relative {
  margin-left: 10px;
  color: #096dd9;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  height: 40px;
  justify-content: center;
}
.p-newCreateOrder .order-container .other-container {
  margin-left: 5px;
  width: 520px;
}
.p-newCreateOrder .order-container .other-container .measurement-container .ant-card-body {
  height: 218px;
  position: relative;
  padding: 2px 0;
}
.p-newCreateOrder .order-container .other-container .measurement-container .ant-card-body .measurement-icon {
  position: absolute;
  top: -22px;
  right: 122px;
  font-size: 22px;
}
.p-newCreateOrder .order-container .other-container .measurement-container .ant-card-body .measurement-icon:hover {
  cursor: pointer;
}
.p-newCreateOrder .order-container .other-container .measurement-container .ant-card-body .measurement-img {
  position: absolute;
  top: -22px;
  right: 94px;
  font-size: 22px;
}
.p-newCreateOrder .order-container .other-container .measurement-container .ant-card-body .measurement-img:hover {
  cursor: pointer;
}
.p-newCreateOrder .order-container .other-container .measurement-container .ant-card-body .measurement-img.gt-radio {
  color: #12227a;
}
.p-newCreateOrder .order-container .other-container .measurement-container .ant-card-body .measurement-btn {
  position: absolute;
  top: -24px;
  right: 2px;
}
.p-newCreateOrder .order-container .other-container .measurement-container .ant-card-body .measurement-btn.clear-btn {
  right: 46px;
}
.p-newCreateOrder .order-container .other-container .measurement-container .ant-card-body .calculate-container {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.p-newCreateOrder .order-container .other-container .measurement-container .ant-card-body .calculate-container.calculate-hover {
  border: 1px solid #12227a;
  min-height: 198px;
}
.p-newCreateOrder .order-container .other-container .measurement-container .ant-card-body .calculate-container .calculate-item {
  flex-basis: 50%;
  display: flex;
}
.p-newCreateOrder .order-container .other-container .measurement-container .ant-card-body .calculate-container .calculate-item .calculate-title {
  width: 120px;
  text-align: right;
}
.p-newCreateOrder .ant-card-small .ant-card-head {
  background-color: #d9d9d9;
  min-height: 24px;
}
.p-newCreateOrder .ant-card-small .ant-card-head .ant-card-head-title {
  padding: 2px 0;
}
.p-newCreateOrder .ant-card-small .ant-card-body {
  background-color: #f5f5f5;
}
.AI-container .ant-tabs-bar {
  margin: 0;
}
.AI-container .ant-upload-drag-container {
  text-align: left;
}
.AI-container .ant-upload-drag-container .AI-input {
  position: relative;
  margin-bottom: 5px;
}
.AI-container .ant-upload-drag-container .AI-input .AI-btn {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.AI-container .ant-upload-drag-container .AI-input .AI-clearBtn {
  position: absolute;
  right: 10px;
  top: 5px;
}
.AI-container .ant-upload-drag-container .AI-upload {
  padding: 0 10px;
}
.AI-container .ant-upload-drag-container .AI-upload .AI-icon {
  font-size: 20px;
  padding: 0 10px;
}
.AI-container .ant-upload.ant-upload-drag {
  background: white;
  margin-bottom: 10px;
}
.AI-container .ant-upload.ant-upload-drag .ant-upload {
  padding: 0;
}
.AI-container .ant-upload-text {
  color: #bfbfbf;
}
@media screen and (min-width: 0px) and (max-width: 1500px) {
  .p-newCreateOrder .order-container .order-form {
    width: 950px;
  }
  .p-newCreateOrder .order-container .other-container {
    width: 430px;
  }
  .p-newCreateOrder .order-container .other-container .site-detail .flex-info .flex-title {
    flex-basis: 40%;
  }
  .p-newCreateOrder .order-container .other-container .site-detail .flex-info .flex-content {
    flex-basis: 60%;
  }
}

.p-newCreateOrder {
  position: relative;
}
.p-newCreateOrder .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 25px;
}
.p-newCreateOrder .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container .ant-tabs-nav-wrap .ant-tabs-tab {
  height: 25px;
  line-height: 25px;
}
.p-newCreateOrder .order-btns {
  position: fixed;
  top: 83px;
  left: 180px;
  right: 15px;
  padding-top: 5px;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 2px 2px #d9d9d9;
  background-color: #fff;
  z-index: 10;
}
.p-newCreateOrder .back-btn {
  position: fixed;
  top: 88px;
  right: 120px;
  z-index: 66;
  background-color: #e2e2e2;
}
.p-newCreateOrder .ant-tabs-bar {
  position: fixed;
  left: 15px;
  right: 15px;
  z-index: 10;
  background-color: #fff;
  margin-bottom: 0;
}
.p-newCreateOrder .ant-tabs-tabpane {
  position: relative;
}
.p-newCreateOrder .text-warning {
  color: #f04134;
}
.p-newCreateOrder .sameGoods {
  width: 90px !important;
}
.p-newCreateOrder .specialFormWrap {
  text-align: right;
}
.p-newCreateOrder .specialFormWrap .ant-form-explain {
  line-height: 0.5;
}
.p-newCreateOrder .isSpecial {
  position: relative;
}
.p-newCreateOrder .isSpecial .ant-form-item-control-wrapper {
  padding-left: 20px;
}
.p-newCreateOrder .special-info {
  position: absolute;
  top: 10px;
  left: 41%;
  color: orange;
  font-size: 18px;
}
.p-newCreateOrder .special-hide {
  margin: 10px 0 0 0;
  font-size: 18px;
}
.p-newCreateOrder .specialList .star {
  color: #666;
  line-height: 46px;
  font-size: 20px;
}
.print {
  position: fixed;
  bottom: 100px;
  right: 50px;
}
.order-detail-modal .ant-modal-body {
  padding: 20px 30px;
}
.order-detail-modal .order-detail-row {
  line-height: 22px;
  padding: 5px 0;
}
.order-detail-modal .order-detail-row .ant-col-3 {
  text-align: right;
}
.order-detail-modal .order-detail-services {
  border: 1px solid #d9d9d9;
  padding: 10px 30px;
}
.order-detail-modal .site-icon {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  width: 22px;
  height: 22px;
  color: #fff;
}
.order-detail-modal .order-detail-net {
  display: flex;
}
.order-detail-modal .order-detail-net > div {
  margin-left: 2px;
}
.order-detail-modal .order-detail-title {
  font-size: 18px;
  border-top: 1px solid #e9e9e9;
}
.order-detail-modal .order-detail-title:first-child {
  border-top: none;
}
.match-cargo-btn {
  margin-top: 8px;
}
.identification-feed-back {
  position: absolute;
  top: -23px;
  right: 20px;
  font-weight: bold;
}
.ai-address-label {
  overflow: hidden;
  line-height: 45px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ai-address {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
.ai-address .ant-upload.ant-upload-drag {
  background: #f5f5f5;
  border: none;
}
.ai-address .ant-upload.ant-upload-drag .ant-upload {
  padding: 0 0;
}
.ai-address textarea.ant-input {
  margin-bottom: 0;
}
.ai-address-input-wrapper {
  flex: 1;
}
.ai-address-input {
  position: relative;
}
.ai-address-input__text {
  padding-right: 40px;
  resize: none;
}
.ai-address-input__icon {
  position: absolute;
  right: 1px;
  top: 1px;
  font-size: 24px;
  width: 40px;
  height: 42px;
  background: #ffffff;
  line-height: 46px;
}
.ai-address-btn {
  margin-left: 10px;
}
.ai-address-btn__btn {
  height: 42px;
}

.p-networkCreateOrder .ant-card-body {
  padding: 2px 0;
}
.p-networkCreateOrder .tab-create-order {
  position: relative;
  margin-top: 33px;
}
.p-networkCreateOrder .tab-create-order .order-btns .ant-btn {
  margin-right: 20px;
}
.p-networkCreateOrder .tab-create-order .part-goods {
  height: auto;
}
.p-networkCreateOrder .tab-create-order .custorm-container {
  padding: 5px 42px;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px;
}
.p-networkCreateOrder .tab-create-order .custorm-container .custorm-select {
  margin-bottom: 5px;
}
.p-networkCreateOrder .tab-create-order .custorm-container .custorm-select .custorm-tips {
  color: red;
  padding-right: 20px;
}
.p-networkCreateOrder .tab-create-order .custorm-container .custorm-select .custorm-btn {
  margin-left: 8px;
}
.p-networkCreateOrder .tab-create-order .form-section {
  background-color: #eff0f4;
  border-radius: 5px;
  margin: 6px 0;
  padding: 5px 10px;
}
.p-networkCreateOrder .tab-create-order .form-section:first-child {
  margin-top: 0;
}
.p-networkCreateOrder .tab-create-order .form-section:last-child {
  margin-bottom: 0;
}
.p-networkCreateOrder .tab-create-order .primary-danger-btn {
  position: absolute;
  right: -54px;
  top: 8px;
  background-color: #ff4d4f;
  color: #fff;
  box-shadow: 0px 0px 5px 1px #595959;
}
.p-networkCreateOrder .tab-create-order .primary-danger-btn[disabled] {
  background-color: #f5f5f5;
  color: #9999a4;
  box-shadow: none;
}
.p-networkCreateOrder .tab-create-order .ant-form-item {
  margin-bottom: 0;
}
.p-networkCreateOrder .tab-create-order .ant-form-item .ant-calendar-picker {
  width: 100%;
}
.p-networkCreateOrder .tab-create-order .ant-form-item .transOrder-remark.ant-input-affix-wrapper .ant-input {
  min-height: auto;
}
.p-networkCreateOrder .tab-create-order .ant-form-item .moreService-upstairsWeight {
  color: red;
  margin-left: 5px;
}
.p-networkCreateOrder .tab-create-order .ant-form-item .moreService-unpacking {
  color: red;
  line-height: 1.5;
}
.p-networkCreateOrder .tab-create-order .ant-form-item .record-select .ant-select-selection--multiple {
  min-height: 70px;
}
.p-networkCreateOrder .tab-create-order .ant-form-item .record-select .ant-select-selection--multiple .ant-select-selection__rendered {
  min-height: 70px;
}
.p-networkCreateOrder .tab-create-order .insure-container .ant-form-explain {
  position: absolute;
  top: 0;
  left: 100%;
  width: 220px;
  margin-top: 11px;
  margin-left: 10px;
}
.p-networkCreateOrder .tab-create-order .u-xSelect {
  z-index: auto;
}
.p-networkCreateOrder .tab-create-order .calculator-container .calculator-header {
  clear: both;
  height: 30px;
  line-height: 30px;
}
.p-networkCreateOrder .tab-create-order .calculator-container .calculator-header .calculator-title {
  font-weight: bolder;
  float: left;
}
.p-networkCreateOrder .tab-create-order .calculator-container .calculator-header .calculator-button {
  float: right;
}
.p-networkCreateOrder .tab-create-order .calculator-container .calculator-text {
  font-size: 13px;
  position: relative;
}
.p-networkCreateOrder .tab-create-order .calculator-container .calculator-text .calculator-clean {
  position: absolute;
  top: 85px;
  right: 10px;
  z-index: 3;
}
.p-networkCreateOrder .tab-create-order .site-icon {
  position: absolute;
  left: 100%;
  line-height: 40px;
  top: 0;
  z-index: 3;
  display: flex;
  margin-left: -9px;
}
.p-networkCreateOrder .tab-create-order .center-tip {
  font-size: 20px;
  top: 10px;
  margin-left: -11px;
  text-align: center;
}
.p-networkCreateOrder .tab-create-order .discount-msg {
  padding: 0 10px;
  color: #888888;
  background: #fff3cf;
  width: 396px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.p-networkCreateOrder .tab-create-order .discount-msg span {
  margin: 0 10px 0 5px;
}
.p-networkCreateOrder .tab-create-order .address-icon {
  position: absolute;
  top: 7px;
  left: 28px;
}
.p-networkCreateOrder .tab-create-order .address-icon.addonAfter {
  padding: 0 5px;
  line-height: 26px;
  cursor: pointer;
}
.p-networkCreateOrder .order-container {
  display: flex;
}
.p-networkCreateOrder .order-container .order-form {
  width: 1260px;
  font-size: 13px;
}
.p-networkCreateOrder .order-container .order-form .transOrder-part {
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.p-networkCreateOrder .order-container .order-form .transOrder-part .orange-relative,
.p-networkCreateOrder .order-container .order-form .transOrder-part .red-relative {
  margin-left: 10px;
  color: #096dd9;
  font-size: 12px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.p-networkCreateOrder .order-container .order-form .transOrder-part .red-relative {
  color: #ff4d4f;
}
.p-networkCreateOrder .order-container .order-form .ant-row .ant-card-body {
  position: relative;
}
.p-networkCreateOrder .order-container .order-form .ant-row .ant-card-body .identification-btn {
  position: absolute;
  top: -23px;
  left: 60px;
  height: 22px;
  line-height: 22px;
}
.p-networkCreateOrder .order-container .order-form .ant-row .ant-card-body .identification-icon {
  position: absolute;
  top: -23px;
  left: 130px;
  font-size: 22px;
  color: red;
}
.p-networkCreateOrder .order-container .order-form .line {
  display: flex;
  margin-left: 50px;
}
.p-networkCreateOrder .order-container .order-form .other-part1 {
  padding-left: 5px;
  height: auto;
}
.p-networkCreateOrder .order-container .order-form .other-part1 .ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 0 !important;
}
.p-networkCreateOrder .order-container .order-form .other-part1 .ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra .ant-btn {
  height: 22px;
}
.p-networkCreateOrder .order-container .other-container {
  margin-left: 5px;
  width: 520px;
}
.p-networkCreateOrder .order-container .other-container .measurement-container .ant-card-body {
  height: 218px;
  position: relative;
  padding: 2px 0;
}
.p-networkCreateOrder .order-container .other-container .measurement-container .ant-card-body .measurement-icon {
  position: absolute;
  top: -22px;
  right: 122px;
  font-size: 22px;
}
.p-networkCreateOrder .order-container .other-container .measurement-container .ant-card-body .measurement-icon:hover {
  cursor: pointer;
}
.p-networkCreateOrder .order-container .other-container .measurement-container .ant-card-body .measurement-img {
  position: absolute;
  top: -22px;
  right: 94px;
  font-size: 22px;
}
.p-networkCreateOrder .order-container .other-container .measurement-container .ant-card-body .measurement-img:hover {
  cursor: pointer;
}
.p-networkCreateOrder .order-container .other-container .measurement-container .ant-card-body .measurement-img.gt-radio {
  color: #12227a;
}
.p-networkCreateOrder .order-container .other-container .measurement-container .ant-card-body .measurement-btn {
  position: absolute;
  top: -24px;
  right: 2px;
}
.p-networkCreateOrder .order-container .other-container .measurement-container .ant-card-body .measurement-btn.clear-btn {
  right: 46px;
}
.p-networkCreateOrder .order-container .other-container .measurement-container .ant-card-body .calculate-container {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.p-networkCreateOrder .order-container .other-container .measurement-container .ant-card-body .calculate-container.calculate-hover {
  border: 1px solid #12227a;
  min-height: 198px;
}
.p-networkCreateOrder .order-container .other-container .measurement-container .ant-card-body .calculate-container .calculate-item {
  flex-basis: 50%;
  display: flex;
}
.p-networkCreateOrder .order-container .other-container .measurement-container .ant-card-body .calculate-container .calculate-item .calculate-title {
  width: 120px;
  text-align: right;
}
.p-networkCreateOrder .order-container .other-container .measurement-container .ant-card-body .calculate-container .calculate-item .warn {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #f8733e;
}
.p-networkCreateOrder .ant-card-small .ant-card-head {
  background-color: #d9d9d9;
  min-height: 24px;
}
.p-networkCreateOrder .ant-card-small .ant-card-head .ant-card-head-title {
  padding: 2px 0;
}
.p-networkCreateOrder .ant-card-small .ant-card-body {
  background-color: #f5f5f5;
}
.p-networkCreateOrder .ant-upload-text {
  color: #bfbfbf;
}
.p-networkCreateOrder .quantityTip {
  font-size: 14px;
  margin-left: 20px;
  margin-right: 5px;
  color: #000;
}
.p-networkCreateOrder .quantityTip .red {
  color: #ff0000;
}
.AI-container .ant-tabs-bar {
  margin: 0;
}
.AI-container .ant-upload-drag-container {
  text-align: left;
}
.AI-container .ant-upload-drag-container .AI-input {
  position: relative;
  margin-bottom: 5px;
}
.AI-container .ant-upload-drag-container .AI-input .AI-btn {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.AI-container .ant-upload-drag-container .AI-input .AI-clearBtn {
  position: absolute;
  right: 10px;
  top: 5px;
}
.AI-container .ant-upload-drag-container .AI-upload {
  padding: 0 10px;
}
.AI-container .ant-upload-drag-container .AI-upload .AI-icon {
  font-size: 20px;
  padding: 0 10px;
}
.AI-container .ant-upload.ant-upload-drag {
  background: white;
  margin-bottom: 10px;
}
.AI-container .ant-upload.ant-upload-drag .ant-upload {
  padding: 0;
}
@media screen and (min-width: 0px) and (max-width: 1500px) {
  .p-networkCreateOrder .order-container .order-form {
    width: 950px;
  }
  .p-networkCreateOrder .order-container .other-container {
    width: 430px;
  }
  .p-networkCreateOrder .order-container .other-container .site-detail .flex-info .flex-title {
    flex-basis: 40%;
  }
  .p-networkCreateOrder .order-container .other-container .site-detail .flex-info .flex-content {
    flex-basis: 60%;
  }
}

.p-networkCreateOrder {
  position: relative;
}
.p-networkCreateOrder .addedServiceList {
  padding: 0 10px;
}
.p-networkCreateOrder .noContent {
  height: 30px;
  color: #acacac;
  font-size: 12px;
  margin-top: 40px;
  text-align: center;
}
.p-networkCreateOrder .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 25px;
}
.p-networkCreateOrder .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container .ant-tabs-nav-wrap .ant-tabs-tab {
  height: 25px;
  line-height: 25px;
}
.p-networkCreateOrder .tabsWrap .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled svg {
  fill: #b6b6b6;
}
.p-networkCreateOrder .tabsWrap .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab svg {
  fill: #b6b6b6;
}
.p-networkCreateOrder .tabsWrap .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  color: #3b7fc4;
  font-weight: 600;
}
.p-networkCreateOrder .tabsWrap .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active svg {
  fill: #3b7fc4;
}
.p-networkCreateOrder .ant-tabs-content {
  background-color: #fff;
}
.p-networkCreateOrder .ant-tabs-bar {
  position: absolute !important;
  background: #eee !important;
  width: 100%;
  left: 0 !important;
}
.p-networkCreateOrder .order-btns {
  position: fixed;
  top: 83px;
  left: 180px;
  right: 15px;
  padding-top: 5px;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 2px 2px #d9d9d9;
  background-color: #fff;
  z-index: 11;
}
.p-networkCreateOrder .back-btn {
  position: fixed;
  top: 88px;
  right: 120px;
  z-index: 66;
  background-color: #e2e2e2;
}
.p-networkCreateOrder .ant-tabs-bar {
  position: fixed;
  left: 15px;
  right: 15px;
  z-index: 10;
  background-color: #fff;
  margin-bottom: 0;
}
.p-networkCreateOrder .ant-tabs-tabpane {
  position: relative;
}
.p-networkCreateOrder .text-warning {
  color: #f04134;
}
.p-networkCreateOrder .width-90 {
  width: 90px !important;
}
.p-networkCreateOrder .identification-icon {
  margin-left: 5px;
  font-size: 18px;
  vertical-align: middle;
  color: red;
  margin-top: -2px;
}
.p-networkCreateOrder .orange-relative {
  margin-left: 5px;
  color: #096dd9;
  font-size: 12px;
  width: 100%;
  height: 44px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.p-networkCreateOrder .specialFormWrap {
  text-align: right;
}
.p-networkCreateOrder .specialFormWrap .ant-form-explain {
  line-height: 0.5;
}
.p-networkCreateOrder .isSpecial {
  position: relative;
}
.p-networkCreateOrder .isSpecial .ant-form-item-control-wrapper {
  padding-left: 20px;
}
.p-networkCreateOrder .special-info {
  position: absolute;
  top: 10px;
  left: 32%;
  color: orange;
  font-size: 18px;
}
.p-networkCreateOrder .special-hide {
  margin: 10px 0 0 0;
  font-size: 18px;
}
.p-networkCreateOrder .specialList .star {
  color: #666;
  line-height: 46px;
  font-size: 20px;
}
.p-networkCreateOrder .dispatchCard {
  border-bottom: none;
}
.p-networkCreateOrder .dispatchCard .ant-card-body {
  background-color: #fff !important;
}
.p-networkCreateOrder .reamrkRow {
  border: 1px solid #e8e8e8;
  padding: 10px 0 0 10px;
}
.p-networkCreateOrder .collapse-more-info {
  margin-bottom: 2px;
}
.p-networkCreateOrder .collapse-more-info .c-red {
  color: red;
}
.p-networkCreateOrder .collapse-more-info .ant-collapse-item > .ant-collapse-header {
  padding: 2px 36px;
  background-color: #d9d9d9;
}
.p-networkCreateOrder .collapse-more-info .route-info {
  max-height: 240px;
  overflow-y: auto;
}
.p-networkCreateOrder .collapse-more-info .route-info .route-item {
  margin-bottom: 4px;
}
.p-networkCreateOrder .collapse-more-info .route-info .route-item .route-item-title {
  display: inline-block;
  width: 150px;
  text-align: right;
}
.p-networkCreateOrder .collapse-more-info .route-info .route-item-flex {
  display: flex;
}
.print {
  position: fixed;
  bottom: 100px;
  right: 50px;
}
.doitUl {
  list-style: circle;
  margin-left: 10px;
}
.order-detail-modal .ant-modal-body {
  padding: 20px 30px;
}
.order-detail-modal .order-detail-row {
  line-height: 22px;
  padding: 5px 0;
}
.order-detail-modal .order-detail-row .ant-col-3 {
  text-align: right;
}
.order-detail-modal .order-detail-services {
  border: 1px solid #d9d9d9;
  padding: 10px 30px;
}
.order-detail-modal .site-icon {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  width: 22px;
  height: 22px;
  color: #fff;
}
.order-detail-modal .order-detail-net {
  display: flex;
}
.order-detail-modal .order-detail-net > div {
  margin-left: 2px;
}
.order-detail-modal .order-detail-title {
  font-size: 18px;
  border-top: 1px solid #e9e9e9;
}
.order-detail-modal .order-detail-title:first-child {
  border-top: none;
}
.match-cargo-btn {
  margin-top: 8px;
}
.ai-address-label {
  overflow: hidden;
  line-height: 45px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ai-address {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
.ai-address .ant-upload.ant-upload-drag {
  background: #f5f5f5;
  border: none;
}
.ai-address .ant-upload.ant-upload-drag .ant-upload {
  padding: 0 0;
}
.ai-address textarea.ant-input {
  margin-bottom: 0;
}
.ai-address-input-wrapper {
  flex: 1;
}
.ai-address-input {
  position: relative;
}
.ai-address-input__text {
  padding-right: 40px;
  resize: none;
}
.ai-address-input__icon {
  position: absolute;
  right: 1px;
  top: 1px;
  font-size: 24px;
  width: 40px;
  height: 42px;
  background: #ffffff;
  line-height: 46px;
}
.ai-address-btn {
  margin-left: 10px;
}
.ai-address-btn__btn {
  height: 42px;
}
.select_small {
  margin-bottom: 15px;
}
.select_small .ant-select-selection--multiple {
  min-height: 28px !important;
}
.select_small .ant-select-selection--multiple .ant-select-selection__rendered {
  min-height: 28px !important;
}
.pickupContainer,
.dispatchContainer {
  min-height: 40px;
}
.pickupContainer .pickupInfo,
.dispatchContainer .pickupInfo {
  padding: 0px 10px;
}
.pickupContainer .ant-radio-group .ant-radio-wrapper,
.dispatchContainer .ant-radio-group .ant-radio-wrapper {
  margin: 0;
  padding: 0 2px;
  min-width: 45px;
}
.pickupContainer .baseServiceList .ant-radio-group .ant-radio-wrapper,
.dispatchContainer .baseServiceList .ant-radio-group .ant-radio-wrapper,
.pickupContainer .addedServiceList .ant-radio-group .ant-radio-wrapper,
.dispatchContainer .addedServiceList .ant-radio-group .ant-radio-wrapper {
  margin-right: 10px;
}
.pickupContainer .addedServiceList,
.dispatchContainer .addedServiceList {
  margin-top: 30px;
}
.pickupContainer .btnWrap,
.dispatchContainer .btnWrap {
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
}
.pickupContainer .btnWrap .ant-btn,
.dispatchContainer .btnWrap .ant-btn {
  margin-left: 10px;
}
.dispatch-container {
  min-height: 234px;
}
.title-info {
  margin-left: 10px;
}
.couponDropDown {
  padding: 10px;
  width: 360px;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  background: #fafafa;
  position: absolute;
  z-index: 100;
}
.couponDropDown .title {
  color: #000;
  font-weight: 700;
  margin-bottom: 8px;
}
.couponDropDown .couponInner {
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  /* Ensure pointer events are enabled */
  pointer-events: auto;
  /* Layout for content */
}
.couponDropDown .couponInner .couponLeft {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.couponDropDown .couponInner .couponLeft .amount {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 8px;
}
.couponDropDown .couponInner .couponLeft .amount p {
  margin: 0;
}
.couponDropDown .couponInner .couponLeft .amount .amountValue {
  color: #000;
  font-weight: bold;
}
.couponDropDown .couponInner .couponLeft .amount .limit {
  font-size: 12px;
  color: #888;
}
.couponDropDown .couponInner .couponDetails {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.couponDropDown .couponInner .couponDetails p {
  margin: 0;
}
.couponDropDown .couponInner .couponDetails .description {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin: 4px 0;
}
.couponDropDown .couponInner .couponDetails .expire {
  font-size: 12px;
  color: #888;
}
.couponDropDown .couponInner .ant-radio-wrapper {
  margin-left: 8px;
}
.couponDropDown .couponInner.valid {
  background: #ffe9c7;
  border: 1px solid #ffd591;
}
.couponDropDown .couponInner:not(.valid) {
  background: #f5f5f5;
  border: 1px solid #eee;
  color: #bbb;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.couponDropDown .couponInner:not(.valid) .amount .amountValue,
.couponDropDown .couponInner:not(.valid) .couponDetails .description,
.couponDropDown .couponInner:not(.valid) .couponDetails .expire {
  color: #bbb;
}
.couponDropDown .couponInner:not(.valid) .couponLeft .amount .limit {
  color: #bbb;
}
.couponDropDown .couponReason {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  border-top: 1px dashed #ccc;
  padding-top: 3px;
  margin-top: 3px;
  width: 100%;
  flex-basis: 100%;
}
.couponDropDown .couponReason div {
  display: inline-block;
}
.couponDropDown .couponReason span {
  color: #3498db;
}
.couponDropDown .couponReason .red {
  color: red;
}
/* 可拖拽弹窗样式 */
.coupon-window-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  pointer-events: none;
}
.coupon-window {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 360px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  pointer-events: auto;
  border-radius: 20px;
}
/* Styles for Coupon Select Input */
.coupon-select-input .ant-select-selection {
  display: flex !important;
  /* Use flexbox for alignment */
  align-items: center;
  /* Vertically center content */
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Pseudo-element for the orange box */
  /* Hide placeholder when box is visible to avoid overlap */
  /* Adjust selected value display if needed */
}
.coupon-select-input .ant-select-selection::before {
  content: attr(data-available-count) '张可用';
  /* Set content from a data attribute */
  display: inline-block;
  background: #ffa940;
  color: #fff;
  height: 20px;
  padding: 2px 5px;
  font-size: 11px;
  white-space: nowrap;
  margin: 0 8px;
  /* Space between box and placeholder/value */
  /* Hide the box when a value is selected */
}
.coupon-select-input .ant-select-selection .ant-select-selection__placeholder {
  visibility: visible;
  margin-left: 0 !important;
  /* Adjust placeholder margin */
  min-width: 100px;
}
.coupon-select-input .ant-select-selection .ant-select-selection-item {
  margin-left: 0 !important;
}
.coupon-select-input .ant-select-selection .ant-select-selection__rendered {
  margin: 0;
  width: 200px;
}
.coupon-select-input .disabledSel .ant-select-selection::before {
  background-color: #ccc;
  content: '0张可用';
}

.network-product-modify {
  position: relative;
}
.network-product-modify .part-goods {
  height: auto;
}
.network-product-modify .custorm-container {
  padding: 5px 42px;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px;
}
.network-product-modify .custorm-container .custorm-select {
  margin-bottom: 5px;
}
.network-product-modify .custorm-container .custorm-select .custorm-tips {
  color: red;
  padding-right: 20px;
}
.network-product-modify .custorm-container .custorm-select .custorm-btn {
  margin-left: 8px;
}
.network-product-modify .collapse-more-info {
  margin-bottom: 2px;
}
.network-product-modify .collapse-more-info .c-red {
  color: red;
}
.network-product-modify .collapse-more-info .ant-collapse-item > .ant-collapse-header {
  padding: 2px 36px;
  background-color: #d9d9d9;
}
.network-product-modify .collapse-more-info .route-info {
  max-height: 240px;
  overflow-y: auto;
}
.network-product-modify .collapse-more-info .route-info .route-item {
  margin-bottom: 4px;
}
.network-product-modify .collapse-more-info .route-info .route-item .route-item-title {
  display: inline-block;
  width: 150px;
  text-align: right;
}
.network-product-modify .collapse-more-info .route-info .route-item-flex {
  display: flex;
}
.network-product-modify .form-section {
  background-color: #eff0f4;
  border-radius: 5px;
  margin: 6px 0;
  padding: 5px 10px;
}
.network-product-modify .form-section:first-child {
  margin-top: 0;
}
.network-product-modify .form-section:last-child {
  margin-bottom: 0;
}
.network-product-modify .primary-danger-btn {
  position: absolute;
  right: -54px;
  top: 8px;
  background-color: #ff4d4f;
  color: #fff;
  box-shadow: 0px 0px 5px 1px #595959;
}
.network-product-modify .primary-danger-btn[disabled] {
  background-color: #f5f5f5;
  color: #9999a4;
  box-shadow: none;
}
.network-product-modify .ant-form-item {
  margin-bottom: 0;
}
.network-product-modify .ant-form-item .ant-calendar-picker {
  width: 100%;
}
.network-product-modify .ant-form-item .transOrder-remark.ant-input-affix-wrapper .ant-input {
  min-height: auto;
}
.network-product-modify .ant-form-item .moreService-upstairsWeight {
  color: red;
  margin-left: 5px;
}
.network-product-modify .ant-form-item .moreService-unpacking {
  color: red;
  line-height: 1.5;
}
.network-product-modify .ant-form-item .record-select .ant-select-selection--multiple {
  min-height: 70px;
}
.network-product-modify .ant-form-item .record-select .ant-select-selection--multiple .ant-select-selection__rendered {
  min-height: 70px;
}
.network-product-modify .insure-container .ant-form-explain {
  position: absolute;
  top: 0;
  left: 100%;
  width: 220px;
  margin-top: 11px;
  margin-left: 10px;
}
.network-product-modify .u-xSelect {
  z-index: auto;
}
.network-product-modify .calculator-container .calculator-header {
  clear: both;
  height: 30px;
  line-height: 30px;
}
.network-product-modify .calculator-container .calculator-header .calculator-title {
  font-weight: bolder;
  float: left;
}
.network-product-modify .calculator-container .calculator-header .calculator-button {
  float: right;
}
.network-product-modify .calculator-container .calculator-text {
  font-size: 13px;
  position: relative;
}
.network-product-modify .calculator-container .calculator-text .calculator-clean {
  position: absolute;
  top: 85px;
  right: 10px;
  z-index: 3;
}
.network-product-modify .site-icon {
  position: absolute;
  left: 100%;
  line-height: 40px;
  top: 0;
  z-index: 3;
  display: flex;
  margin-left: -9px;
}
.network-product-modify .center-tip {
  font-size: 20px;
  top: 10px;
  margin-left: -11px;
  text-align: center;
}
.network-product-modify .discount-msg {
  padding: 0 10px;
  color: #888888;
  background: #fff3cf;
  width: 396px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.network-product-modify .discount-msg span {
  margin: 0 10px 0 5px;
}
.network-product-modify .address-icon {
  position: absolute;
  top: 7px;
  left: 28px;
}
.network-product-modify .address-icon.addonAfter {
  padding: 0 5px;
  line-height: 26px;
  cursor: pointer;
}
.network-product-modify .ant-card-body {
  padding: 2px 0;
}
.network-product-modify .order-container {
  display: flex;
}
.network-product-modify .order-container .order-form {
  width: 1260px;
  font-size: 13px;
}
.network-product-modify .order-container .order-form .transOrder-part {
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.network-product-modify .order-container .order-form .orange-relative,
.network-product-modify .order-container .order-form .red-relative {
  margin-left: 10px;
  color: #096dd9;
  font-size: 12px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.network-product-modify .order-container .order-form .red-relative {
  color: #ff4d4f;
}
.network-product-modify .order-container .order-form .ant-row .ant-card-body {
  position: relative;
}
.network-product-modify .order-container .order-form .ant-row .ant-card-body .identification-btn {
  position: absolute;
  top: -23px;
  left: 60px;
  height: 22px;
  line-height: 22px;
}
.network-product-modify .order-container .order-form .ant-row .ant-card-body .identification-icon {
  position: absolute;
  top: -23px;
  left: 130px;
  font-size: 22px;
  color: red;
}
.network-product-modify .order-container .order-form .line {
  display: flex;
  margin-left: 50px;
}
.network-product-modify .order-container .order-form .other-part1 {
  padding-left: 5px;
  height: auto;
}
.network-product-modify .order-container .order-form .other-part1 .ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 0 !important;
}
.network-product-modify .order-container .order-form .other-part1 .ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra .ant-btn {
  height: 22px;
}
.network-product-modify .order-container .other-container {
  margin-left: 5px;
  width: 520px;
}
.network-product-modify .order-container .other-container .measurement-container .ant-card-body {
  height: 218px;
  position: relative;
  padding: 2px 0;
}
.network-product-modify .order-container .other-container .measurement-container .ant-card-body .measurement-icon {
  position: absolute;
  top: -22px;
  right: 122px;
  font-size: 22px;
}
.network-product-modify .order-container .other-container .measurement-container .ant-card-body .measurement-icon:hover {
  cursor: pointer;
}
.network-product-modify .order-container .other-container .measurement-container .ant-card-body .measurement-img {
  position: absolute;
  top: -22px;
  right: 94px;
  font-size: 22px;
}
.network-product-modify .order-container .other-container .measurement-container .ant-card-body .measurement-img:hover {
  cursor: pointer;
}
.network-product-modify .order-container .other-container .measurement-container .ant-card-body .measurement-img.gt-radio {
  color: #12227a;
}
.network-product-modify .order-container .other-container .measurement-container .ant-card-body .measurement-btn {
  position: absolute;
  top: -24px;
  right: 2px;
}
.network-product-modify .order-container .other-container .measurement-container .ant-card-body .measurement-btn.clear-btn {
  right: 46px;
}
.network-product-modify .order-container .other-container .measurement-container .ant-card-body .calculate-container {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.network-product-modify .order-container .other-container .measurement-container .ant-card-body .calculate-container.calculate-hover {
  border: 1px solid #12227a;
  min-height: 198px;
}
.network-product-modify .order-container .other-container .measurement-container .ant-card-body .calculate-container .calculate-item {
  flex-basis: 50%;
  display: flex;
}
.network-product-modify .order-container .other-container .measurement-container .ant-card-body .calculate-container .calculate-item .calculate-title {
  width: 120px;
  text-align: right;
}
.network-product-modify .dispatchCard {
  border-bottom: none;
}
.network-product-modify .dispatchCard .ant-card-body {
  background-color: #fff !important;
}
.network-product-modify .reamrkRow {
  border: 1px solid #e8e8e8;
  padding: 10px 0 0 10px;
}
.network-product-modify .ant-card-small .ant-card-head {
  background-color: #d9d9d9;
  min-height: 24px;
}
.network-product-modify .ant-card-small .ant-card-head .ant-card-head-title {
  padding: 2px 0;
}
.network-product-modify .ant-card-small .ant-card-body {
  background-color: #f5f5f5;
}
.network-product-modify .addedServiceList {
  padding: 0 10px;
}
.network-product-modify .noContent {
  height: 30px;
  color: #acacac;
  font-size: 12px;
  margin-top: 40px;
  text-align: center;
}
.network-product-modify .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 25px;
}
.network-product-modify .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container .ant-tabs-nav-wrap .ant-tabs-tab {
  height: 25px;
  line-height: 25px;
}
.network-product-modify .tabsWrap .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled svg {
  fill: #b6b6b6;
}
.network-product-modify .tabsWrap .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab svg {
  fill: #b6b6b6;
}
.network-product-modify .tabsWrap .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  color: #3b7fc4;
  font-weight: 600;
}
.network-product-modify .tabsWrap .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active svg {
  fill: #3b7fc4;
}
.network-product-modify .ant-tabs-content {
  background-color: #fff;
}
.network-product-modify .ant-tabs-bar {
  position: absolute !important;
  background: #eee !important;
  width: 100%;
  left: 0 !important;
}
.network-product-modify .back-btn {
  position: fixed;
  top: 88px;
  right: 120px;
  z-index: 66;
  background-color: #e2e2e2;
}
.network-product-modify .ant-tabs-bar {
  position: fixed;
  left: 15px;
  right: 15px;
  z-index: 10;
  background-color: #fff;
  margin-bottom: 0;
}
.network-product-modify .ant-tabs-tabpane {
  position: relative;
}
.network-product-modify .text-warning {
  color: #f04134;
}
.network-product-modify .width-90 {
  width: 90px !important;
}
.network-product-modify .identification-icon {
  margin-left: 5px;
  font-size: 18px;
  vertical-align: middle;
  color: red;
  margin-top: -2px;
}
.network-product-modify .order-btns {
  float: right;
  margin: 20px 30px 0 0;
}
.network-product-modify .order-btns .ant-btn {
  margin-right: 20px;
}
.network-product-modify .specialFormWrap {
  text-align: right;
}
.network-product-modify .specialFormWrap .ant-form-explain {
  line-height: 0.5;
}
.network-product-modify .isSpecial {
  position: relative;
}
.network-product-modify .isSpecial .ant-form-item-control-wrapper {
  padding-left: 20px;
}
.network-product-modify .special-info {
  position: absolute;
  top: 10px;
  left: 32%;
  color: orange;
  font-size: 18px;
}
.network-product-modify .special-hide {
  margin: 10px 0 0 0;
  font-size: 18px;
}
.network-product-modify .specialList .star {
  color: #666;
  line-height: 46px;
  font-size: 20px;
}
.AI-container .ant-tabs-bar {
  margin: 0;
}
.AI-container .ant-upload-drag-container {
  text-align: left;
}
.AI-container .ant-upload-drag-container .AI-input {
  position: relative;
  margin-bottom: 5px;
}
.AI-container .ant-upload-drag-container .AI-input .AI-btn {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.AI-container .ant-upload-drag-container .AI-input .AI-clearBtn {
  position: absolute;
  right: 10px;
  top: 5px;
}
.AI-container .ant-upload-drag-container .AI-upload {
  padding: 0 10px;
}
.AI-container .ant-upload-drag-container .AI-upload .AI-icon {
  font-size: 20px;
  padding: 0 10px;
}
.AI-container .ant-upload.ant-upload-drag {
  background: white;
  margin-bottom: 10px;
}
.AI-container .ant-upload.ant-upload-drag .ant-upload {
  padding: 0;
}
.AI-container .ant-upload-text {
  color: #bfbfbf;
}
.print {
  position: fixed;
  bottom: 100px;
  right: 50px;
}
.order-detail-modal .ant-modal-body {
  padding: 20px 30px;
}
.order-detail-modal .order-detail-row {
  line-height: 22px;
  padding: 5px 0;
}
.order-detail-modal .order-detail-row .ant-col-3 {
  text-align: right;
}
.order-detail-modal .order-detail-services {
  border: 1px solid #d9d9d9;
  padding: 10px 30px;
}
.order-detail-modal .site-icon {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  width: 22px;
  height: 22px;
  color: #fff;
}
.order-detail-modal .order-detail-net {
  display: flex;
}
.order-detail-modal .order-detail-net > div {
  margin-left: 2px;
}
.order-detail-modal .order-detail-title {
  font-size: 18px;
  border-top: 1px solid #e9e9e9;
}
.order-detail-modal .order-detail-title:first-child {
  border-top: none;
}
.match-cargo-btn {
  margin-top: 8px;
}
.ai-address-label {
  overflow: hidden;
  line-height: 45px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ai-address {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
.ai-address .ant-upload.ant-upload-drag {
  background: #f5f5f5;
  border: none;
}
.ai-address .ant-upload.ant-upload-drag .ant-upload {
  padding: 0 0;
}
.ai-address textarea.ant-input {
  margin-bottom: 0;
}
.ai-address-input-wrapper {
  flex: 1;
}
.ai-address-input {
  position: relative;
}
.ai-address-input__text {
  padding-right: 40px;
  resize: none;
}
.ai-address-input__icon {
  position: absolute;
  right: 1px;
  top: 1px;
  font-size: 24px;
  width: 40px;
  height: 42px;
  background: #ffffff;
  line-height: 46px;
}
.ai-address-btn {
  margin-left: 10px;
}
.ai-address-btn__btn {
  height: 42px;
}
.select_small {
  margin-bottom: 15px;
}
.select_small .ant-select-selection--multiple {
  min-height: 28px !important;
}
.select_small .ant-select-selection--multiple .ant-select-selection__rendered {
  min-height: 28px !important;
}
.pickupContainer,
.dispatchContainer {
  min-height: 40px;
}
.pickupContainer .pickupInfo,
.dispatchContainer .pickupInfo {
  padding: 0px 10px;
}
.pickupContainer .ant-radio-group .ant-radio-wrapper,
.dispatchContainer .ant-radio-group .ant-radio-wrapper {
  margin: 0;
  padding: 0 2px;
  min-width: 45px;
}
.pickupContainer .baseServiceList .ant-radio-group .ant-radio-wrapper,
.dispatchContainer .baseServiceList .ant-radio-group .ant-radio-wrapper,
.pickupContainer .addedServiceList .ant-radio-group .ant-radio-wrapper,
.dispatchContainer .addedServiceList .ant-radio-group .ant-radio-wrapper {
  margin-right: 10px;
}
.pickupContainer .addedServiceList,
.dispatchContainer .addedServiceList {
  margin-top: 30px;
}
.pickupContainer .btnWrap,
.dispatchContainer .btnWrap {
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
}
.pickupContainer .btnWrap .ant-btn,
.dispatchContainer .btnWrap .ant-btn {
  margin-left: 10px;
}
.dispatch-container {
  min-height: 234px;
}
.title-info {
  margin-left: 10px;
}
.doitUl {
  list-style: circle;
  margin-left: 10px;
}
@media screen and (min-width: 0px) and (max-width: 1500px) {
  .network-product-modify .order-container .order-form {
    width: 950px;
  }
  .network-product-modify .order-container .other-container {
    width: 430px;
  }
  .network-product-modify .order-container .other-container .site-detail .flex-info .flex-title {
    flex-basis: 40%;
  }
  .network-product-modify .order-container .other-container .site-detail .flex-info .flex-content {
    flex-basis: 60%;
  }
}

.inform-modal-form .ant-upload-select-text:after {
  content: '  允许格式为录音mp3格式和图片jpg、png格式';
}

.p-service-problemHandle .date-range-item .u-dateRange2 {
  max-width: 100%;
}
.p-service-problemHandle .m-list .action-item {
  margin-left: 15px;
}
.p-service-problemHandle .m-list .action-item:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 1px;
  height: 16px;
  margin: 2px 0 0 -7px;
  background: #e0e0e0;
}
.p-service-problemHandle .m-list .fc-blue {
  color: #2db7f5;
}
.p-service-problemHandle .m-list .fc-bd {
  width: 100%;
  height: 100%;
  background: #ffb6c1;
}

.releasegoods_form .ant-form-item {
  margin-bottom: 0;
}
.releasegoods_form .wx-tip {
  font-size: 13px;
}
.releasegoods_form .wx-tip .wx-icon {
  font-size: 22px;
  vertical-align: text-bottom;
}

.v-viewFiles .ant-upload-list-picture {
  display: flex;
  flex-wrap: wrap;
}
.v-viewFiles .ant-upload-list-item-list-type-picture {
  width: 200px;
}

.m-mattress-type {
  overflow: hidden;
}
.m-mattress-type .item {
  float: left;
  width: 50%;
  margin: 5px 0;
}
.m-mattress-type .item label {
  display: block;
}
.m-mattress-type .item label > span {
  float: left;
  width: 80px;
  line-height: 28px;
  text-align: right;
}

.m-mattress-type {
  overflow: hidden;
}
.m-mattress-type .item {
  float: left;
  width: 50%;
  margin: 5px 0;
}
.m-mattress-type .item label {
  display: block;
}
.m-mattress-type .item label > span {
  float: left;
  width: 80px;
  line-height: 28px;
  text-align: right;
}

.pod-code-modal .ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.1);
}

.proxy-modal.modal-modifyWeight .ant-form-item {
  margin-bottom: 0;
  min-height: 40px;
}
.proxy-modal .proxy-tip {
  padding-left: 25px;
}
.proxy-modal .orange-relative {
  margin-left: 10px;
  color: #096dd9;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  height: 40px;
  justify-content: center;
}
.proxy-modal .cantonMapWrapper {
  position: absolute;
  background: #fff;
  width: 1020px;
  left: 50px;
  top: 160px;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.proxy-modal .cantonMapWrapper.show {
  z-index: 9;
  opacity: 1;
  animation: gpsShow 0.5s 0s;
}
.proxy-modal .cantonMapWrapper.hide {
  z-index: -1;
  opacity: 0;
}
.proxy-modal .cantonMapWrapper iframe {
  width: 100%;
  height: 420px;
  vertical-align: top;
  border: 0 none;
  overflow: hidden;
}
.proxy-modal .cantonMapWrapper .router {
  padding: 10px;
  font-size: 14px;
}
.proxy-modal .cantonMapWrapper .router span {
  color: #f60;
}
.proxy-modal .cantonMapWrapper .router .anticon-close-circle {
  float: right;
  color: #999;
  font-size: 20px;
  cursor: pointer;
}
.proxy-modal .cantonMapWrapper .router .anticon-close-circle:hover {
  color: #3b7fc4;
}
.proxy-modal .base-info .ant-form-item,
.proxy-modal .moreService-container .ant-form-item,
.proxy-modal .product-list .ant-form-item {
  margin-bottom: 0;
}
.proxyForm {
  display: inline-block;
  width: 50%;
}
.proxyForm .ant-form-item-label,
.proxyForm .ant-form-item-control {
  line-height: 30px;
}
.proxyForm .ant-form-item {
  margin-bottom: 13px;
}
.proxyForm .ant-form-item-with-help {
  margin-bottom: 0;
}
.edit-modal .ant-modal-footer {
  text-align: center;
}
.edit-modal .ant-modal-footer .ant-btn-primary {
  margin-left: 30px;
}
.edit-modal .ant-card-small .ant-card-head {
  min-height: 24px;
}
.edit-modal .ant-card-small .ant-card-head .ant-card-head-title {
  padding: 2px 0;
}
.edit-modal .base-info .cantonMapWrapper {
  left: -500px;
  top: 50px;
}
.edit-modal .base-info .site-icon {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  width: 22px;
  height: 22px;
  color: #fff;
}
.edit-modal .base-info .record-codes .ant-form-explain {
  margin-top: 0;
}
.edit-modal .ant-form .basic-service {
  position: relative;
}
.edit-modal .ant-form .basic-service .basic-select {
  width: 80%;
}
.edit-modal .ant-form .basic-service .site-icon {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 3;
  display: flex;
}
.edit-modal .ant-form .basic-service .center-tip {
  font-size: 20px;
  top: -2px;
  margin-left: 5px;
  text-align: center;
}
.edit-modal .moreService-unpacking {
  color: red;
  line-height: 1.5;
}
.out-detail-modal .order-detail-net {
  display: flex;
}
.out-detail-modal .order-detail-net .site-icon {
  border-radius: 50%;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-top: 3px;
  margin-left: 2px;
  color: #fff;
}
.out-detail-modal .ant-card-bordered {
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.out-detail-modal .ant-card-small .ant-card-head {
  min-height: auto;
  border: none;
}
.out-detail-modal .ant-card-small .ant-card-head .ant-card-head-wrapper .ant-card-head-title {
  padding: 2px 0;
  font-size: 18px;
}
.out-detail-modal .ant-card-small .ant-card-body {
  padding: 0 12px;
}
.out-detail-modal .ant-card-small .ant-card-body .ant-form-item {
  margin-bottom: 0;
}
.out-detail-modal .ant-card-small .ant-card-body .ant-form-item .g-redBac-whiteTxt-icon {
  margin-left: 2px;
}
.out-detail-modal .ant-card-small .ant-card-body .ant-form-item-label,
.out-detail-modal .ant-card-small .ant-card-body .ant-form-item-control {
  line-height: 30px;
}
.out-detail-modal .order-detail-services {
  border: 1px solid #e8e8e8;
  padding: 10px 30px;
}
.batch-modal .ant-form-item {
  margin-bottom: 0;
}
.infoTitle {
  font-size: 14px;
  font-weight: 600;
}
.infoTitle span {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.payOnlineModal {
  width: 600px !important;
  padding: 50px;
}
.payOnlineModal .mainWrap {
  text-align: right;
  line-height: 24px;
}
.payOnlineModal .line {
  display: inline-block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ccc;
}
.payOnlineModal .title {
  font-weight: 600;
}
.payOnlineModal .info {
  padding: 40px 0 14px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.payOnlineModal .payType {
  padding-top: 14px;
  margin: 0 auto;
  width: 85%;
  height: 28px;
  line-height: 28px;
}
.payOnlineModal .ant-modal-footer {
  border-top: none;
}
.newItemWrap .flexItem {
  display: flex;
}
.newItemWrap .iconWrap {
  margin-top: 10px;
  width: 100px;
}
.newItemWrap .itemIcon {
  padding: 3px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.newItemWrap .ant-form-item {
  flex: 1;
}
.newItemWrap .itemSelect {
  margin: 5px;
  width: 150px;
}
.newItemWrap .itemInput {
  width: 110px;
}
.rightWrap {
  display: inline-block;
  width: 47%;
  margin-left: 1%;
  vertical-align: top;
}
.rightWrap .site-info {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  position: relative;
  font-size: 12px;
}
.rightWrap .site-info .info-title {
  position: absolute;
  top: -10px;
  left: 10px;
}
.rightWrap .site-info .info-title .unactive {
  color: rgba(0, 0, 0, 0.65);
}
.rightWrap .site-info .site-detail {
  height: 142px;
  margin: 10px 10px 0;
  overflow: auto;
}
.rightWrap .site-info .site-detail.area-info {
  height: 200px;
}
.rightWrap .site-info .site-detail .flex-info {
  display: flex;
}
.rightWrap .site-info .site-detail .flex-info .flex-title {
  flex-basis: 30%;
  text-align: right;
}
.rightWrap .site-info .site-detail .flex-info .flex-content {
  flex-basis: 70%;
}
.rightWrap .site-info .site-detail .site-table .art-table .isMatchUp {
  color: red;
}
.rightWrap .site-info .site-detail .site-table .art-table .isMatchUp .art-table-cell {
  background-color: #fff566;
}
.rightWrap .site-warning {
  color: red;
  font-weight: bold;
}
.rightWrap .town-container {
  display: flex;
}
.rightWrap .town-container .fee-container {
  display: flex;
  flex-wrap: wrap;
}
.rightWrap .county-container {
  display: flex;
  flex-basis: 50%;
}
.rightWrap .county-container .county-left {
  flex-basis: 120px;
  text-align: right;
}
.payCodeInfo .ant-modal-body {
  padding: 20px 40px;
  background-color: #f18300;
}
.payCodeInfo .innerWrap {
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.payCodeInfo .title {
  display: inline-block;
  width: 160px;
  height: 36px;
  line-height: 32px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  background-color: #f18300;
}
.payCodeInfo .mainWrap {
  padding: 34px 0 10px 0;
  background-color: #fff;
  margin-top: -15px;
}
.payCodeInfo .mainWrap .code {
  border: 1px solid #666;
  border-radius: 10px;
  margin: 14px 0 10px 0;
}
.payCodeInfo .mainWrap .yellow {
  color: orange;
  font-size: 20px;
  font-weight: 600;
}
.payCodeInfo .info {
  margin-top: 10px;
}
.out-bound-modal .fb {
  color: #3b7fc4;
}
.out-bound-modal .ml-12 {
  display: inline-block;
  margin-left: 12px;
}
.modal-change-weight .ant-form-item {
  margin-bottom: 0;
  min-height: 40px;
}

.m-mattress-type {
  overflow: hidden;
}
.m-mattress-type .item {
  float: left;
  width: 50%;
  margin: 5px 0;
}
.m-mattress-type .item label {
  display: block;
}
.m-mattress-type .item label > span {
  float: left;
  width: 80px;
  line-height: 28px;
  text-align: right;
}

.carousel-col {
  margin-bottom: 10px;
}
.carousel-col .prev-button,
.carousel-col .next-button {
  width: 40px;
  vertical-align: middle;
  z-index: 100;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: all 0.4s ease;
}
.carousel-col .prev-button:hover,
.carousel-col .next-button:hover {
  opacity: 0.8;
  color: #ffffff;
  background: #dcdcdc;
}
.carousel-col .prev-button,
.carousel-col .next-button {
  margin-top: 70px;
  height: 360px;
  line-height: 360px;
}
.carousel-col .prev-button {
  left: 0;
}
.carousel-col .next-button {
  right: 0;
}
.carousel-col .ant-carousel .slick-slide {
  text-align: center;
  height: 500px;
  line-height: 500px;
  background: #364d79;
  overflow: hidden;
}
.carousel-col .ant-carousel .slick-slide .carousel-img {
  margin: 5px auto;
  width: 1000px;
  height: auto;
}
.carousel-col .ant-carousel .slick-slide .carousel-video {
  height: 500px;
}
.carousel-col .carousel-tags {
  position: absolute;
  width: 40px;
  height: 30px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.3);
  color: white;
  top: 10px;
  right: 10px;
  text-align: center;
  border-radius: 50%;
}
.ant-tabs-tabpane-inactive {
  height: 0;
  min-height: 0;
  max-height: 0;
}
.reMark-col {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}
.reMark-col .reMark-li {
  line-height: 22px;
}
.warn {
  margin-bottom: 10px;
  font-size: 14px;
  color: red;
}
.noSop {
  color: #999;
  font-size: 14px;
  margin: 4px 0 30px;
  text-align: center;
}
.unread {
  display: inline-block;
  padding-left: 3px;
  border-radius: 50%;
  background: red;
  color: white;
  width: 30px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  font-size: 12px;
}

.m-dispatchList-list .action-item {
  margin-left: 15px;
}
.m-dispatchList-list .action-item:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  margin: 2px 0 0 -9px;
  background: #e0e0e0;
}
.m-dispatchList-list .remark-content {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.m-dispatchList-list .sop-tag {
  position: relative;
  display: inline-block;
}
.m-dispatchList-list .sop-name {
  padding-right: 5px;
}
.m-dispatchList-list .sop-unread {
  position: absolute;
  right: 0px;
  top: -12px;
  border-radius: 50%;
  background: red;
  color: white;
}
.call-car-modal .ant-input-number {
  width: 60%;
}
.call-car-modal .car-remark.ant-input-affix-wrapper .ant-input {
  min-height: auto;
}

.safe-view-modal .ant-modal-body {
  padding-top: 8px;
}
.safe-view-modal .footer-btn {
  display: flex;
  justify-content: end;
  margin-top: 8px;
}
.safe-view-modal .footer-btn button:first-child {
  margin-right: 8px;
}

.m-query-whole-schBox {
  overflow: hidden;
}
.m-query-whole-schBox > .other {
  float: right;
  width: 50%;
  margin-left: 10px;
}
.m-transOrder-summary {
  font-size: 14px;
}
.m-transOrder-summary a {
  font-family: 'Microsoft YaHei';
}
.m-transOrder-summary.s1 {
  height: 52px;
  padding: 5px 0;
}
.m-transOrder-summary.s1 h4 {
  float: left;
  font-weight: 400;
  margin-right: 10px;
}
.m-transOrder-summary.s1 h4 a {
  display: inline-block;
  min-width: 45px;
  margin-left: 5px;
  font-size: 30px;
  font-weight: 700;
  vertical-align: -3px;
}
.m-transOrder-summary.s1 ul {
  overflow: hidden;
}
.m-transOrder-summary.s1 ul li {
  float: left;
  max-width: 100px;
  min-width: 35px;
  margin: 0 5px;
  text-align: center;
}
.m-transOrder-summary.s1 ul li a,
.m-transOrder-summary.s1 ul li span {
  display: block;
}
.m-transOrder-summary.s2 {
  height: 52px;
  line-height: 52px;
}
.m-transOrder-summary.s2 > span {
  display: inline-block;
  min-width: 150px;
}
.m-transOrder-summary.s2 > span a {
  margin-left: 5px;
  font-size: 20px;
}

.m-transOrder-whole-list .tip {
  color: #c60;
  opacity: 0.8;
  margin-bottom: 5px;
}
.m-transOrder-whole-list .transOrder .action-item {
  margin-left: 15px;
}
.m-transOrder-whole-list .transOrder .action-item:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  margin: 2px 0 0 -9px;
  background: #e0e0e0;
}
.m-transOrder-whole-list .networkRow {
  background-color: #ffd98f !important;
}
.my-table-row {
  height: 39px;
}
.m-truck-order-detail-section {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 3px;
  background: #f2f2f2;
  border: 1px solid #ddd;
}

.proxy-modal .proxy-tip {
  padding-left: 25px;
}
.proxy-modal .cantonMapWrapper {
  position: absolute;
  background: #fff;
  width: 1020px;
  left: -250px;
  top: 160px;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.proxy-modal .cantonMapWrapper.show {
  z-index: 9;
  opacity: 1;
  animation: gpsShow 0.5s 0s;
}
.proxy-modal .cantonMapWrapper.hide {
  z-index: -1;
  opacity: 0;
}
.proxy-modal .cantonMapWrapper iframe {
  width: 100%;
  height: 420px;
  vertical-align: top;
  border: 0 none;
  overflow: hidden;
}
.proxy-modal .cantonMapWrapper .router {
  padding: 10px;
  font-size: 14px;
}
.proxy-modal .cantonMapWrapper .router span {
  color: #f60;
}
.proxy-modal .cantonMapWrapper .router .anticon-close-circle {
  float: right;
  color: #999;
  font-size: 20px;
  cursor: pointer;
}
.proxy-modal .cantonMapWrapper .router .anticon-close-circle:hover {
  color: #3b7fc4;
}

.u-outorder-manage-news {
  width: 280px;
  min-height: 150px;
  border: 1px solid #aaa;
  padding: 0px 15px;
  background: #fff;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  transition: right 1s;
  box-shadow: 3px 3px 3px #888888;
}
.u-outorder-manage-news .close {
  cursor: pointer;
}
.u-outorder-manage-news.hide {
  right: -290px;
}

.u-xUpload.preview .anticon-eye-o {
  margin-left: -8px !important;
}
.u-xUpload.preview .anticon-delete {
  display: none;
}
.u-xUpload .ant-upload-select-picture-card i {
  font-size: 28px;
  color: #999;
}
.u-xUpload .ant-upload-select-picture-card .ant-upload-text {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}
.u-xUpload .ant-upload-list-picture-card .ant-upload-list-item-info:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: #808080;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  width: 0;
  height: 0;
}
.u-xUpload .anticon-eye-o {
  display: none;
}
.u-xUpload .ant-upload-list-picture-card .ant-upload-list-item-info .anticon-delete {
  left: 92%;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: -6px;
  font-size: 12px;
}
.u-xUpload .ant-upload-list-picture-card .ant-upload-list-item-info .anticon-delete {
  content: '\E6C2';
  color: #999;
}
.u-xUpload .ant-upload-list-picture-card .ant-upload-list-item-info .anticon-delete:before {
  content: '\E6C2';
}
.u-xUpload .ant-upload-list-picture-card .ant-upload-list-item-info .anticon-delete:hover {
  color: #f50 !important;
  transform: scale(1.3);
}

.m-customerInfo-list .anticon-icon-disabled:before {
  content: '\e6ca';
}
.m-customerInfo-list .ant-input {
  height: 30px;
}
.ant-modal-body .ant-form-item-required {
  color: red;
}
.ant-modal-body .ant-form-item-required::before {
  display: none;
}
.percent-icon {
  padding-left: 5px;
}

.m-query-whole-schBox {
  overflow: hidden;
}
.m-query-whole-schBox > .other {
  float: right;
  width: 50%;
  margin-left: 10px;
}
.m-transOrder-summary {
  font-size: 14px;
}
.m-transOrder-summary a {
  font-family: 'Microsoft YaHei';
}
.m-transOrder-summary.s1 {
  height: 52px;
  padding: 5px 0;
}
.m-transOrder-summary.s1 h4 {
  float: left;
  font-weight: 400;
  margin-right: 10px;
}
.m-transOrder-summary.s1 h4 a {
  display: inline-block;
  min-width: 45px;
  margin-left: 5px;
  font-size: 30px;
  font-weight: 700;
  vertical-align: -3px;
}
.m-transOrder-summary.s1 ul {
  overflow: hidden;
}
.m-transOrder-summary.s1 ul li {
  float: left;
  max-width: 100px;
  min-width: 35px;
  margin: 0 5px;
  text-align: center;
}
.m-transOrder-summary.s1 ul li a,
.m-transOrder-summary.s1 ul li span {
  display: block;
}
.m-transOrder-summary.s2 {
  height: 52px;
  line-height: 52px;
}
.m-transOrder-summary.s2 > span {
  display: inline-block;
  min-width: 150px;
}
.m-transOrder-summary.s2 > span a {
  margin-left: 5px;
  font-size: 20px;
}

.m-query-whole-schBox {
  overflow: hidden;
}
.m-query-whole-schBox > .other {
  float: right;
  width: 50%;
  margin-left: 10px;
}
.m-transOrder-summary {
  font-size: 14px;
}
.m-transOrder-summary a {
  font-family: 'Microsoft YaHei';
}
.m-transOrder-summary.s1 {
  height: 52px;
  padding: 5px 0;
}
.m-transOrder-summary.s1 h4 {
  float: left;
  font-weight: 400;
  margin-right: 10px;
}
.m-transOrder-summary.s1 h4 a {
  display: inline-block;
  min-width: 45px;
  margin-left: 5px;
  font-size: 30px;
  font-weight: 700;
  vertical-align: -3px;
}
.m-transOrder-summary.s1 ul {
  overflow: hidden;
}
.m-transOrder-summary.s1 ul li {
  float: left;
  max-width: 100px;
  min-width: 35px;
  margin: 0 5px;
  text-align: center;
}
.m-transOrder-summary.s1 ul li a,
.m-transOrder-summary.s1 ul li span {
  display: block;
}
.m-transOrder-summary.s2 {
  height: 52px;
  line-height: 52px;
}
.m-transOrder-summary.s2 > span {
  display: inline-block;
  min-width: 150px;
}
.m-transOrder-summary.s2 > span a {
  margin-left: 5px;
  font-size: 20px;
}
.m-changeAccount .ant-col-4 {
  text-align: right;
}
.m-changeAccount .customer-name {
  font-weight: bold;
  height: 36px;
  line-height: 36px;
}
.m-changeAccount .detail-part .ant-row {
  margin: 10px 0;
}

.table_background {
  background-color: #ff4d4f70 !important;
}


/*# sourceMappingURL=main.b9262.css.map*/