.search-panel[data-v-944c7d34] {
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99999;
  transition: all 0.3s linear;
  background-color: rgba(255, 255, 255, 0.88);
  display: flex;
  flex-direction: column;
}
.search-panel.visible[data-v-944c7d34] {
  height: 530px;
  padding: 72px 0 40px;
}
.search-panel .filter[data-v-944c7d34] {
  height: 0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.search-panel .filter-block[data-v-944c7d34] {
  width: 230px;
  height: 100%;
  margin: 0 10px;
  overflow: hidden;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.search-panel .filter-block-title[data-v-944c7d34] {
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  font-weight: 600;
}
.search-panel .filter-block-values[data-v-944c7d34] {
  flex: 1;
  height: 0;
  overflow: auto;
  scrollbar-width: none;
}
.search-panel .filter-block-values[data-v-944c7d34]::-webkit-scrollbar {
  display: none !important;
}
.search-panel .filter-block-value[data-v-944c7d34] {
  margin-top: 16px;
  font-size: 18px;
  line-height: 21px;
  cursor: pointer;
}
.search-panel .filter-block-value.is-active[data-v-944c7d34] {
  color: #ffcd00;
  font-weight: 600;
}
.search-panel .btn-search[data-v-944c7d34] {
  display: block;
  width: 200px;
  height: 40px;
  margin: 24px auto 0;
  font-size: 18px;
}
.base-row[data-v-30a9ab91] {
  position: relative;
  padding-left: var(--5445cba6);
  padding-right: var(--5445cba6);
}
@media screen and (max-width: 1560px) {
  .base-row[data-v-30a9ab91] {
    padding-left: var(--7edc3268);
    padding-right: var(--7edc3268);
  }
}
@media screen and (max-width: 960px) {
  .base-row[data-v-30a9ab91] {
    padding-left: var(--0414d6d6);
    padding-right: var(--0414d6d6);
  }
}
.nav-breadcrumb[data-v-6245a913] {
  width: 100%;
  background: #f8f7f7;
  color: #999;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav-breadcrumb .nav-title[data-v-6245a913] {
  margin-right: 10px;
}
.page-header[data-v-85d75926] {
  background-color: #ffcd00;
  position: relative;
}
.page-header.fixed[data-v-85d75926] {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.locale-select-item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
}
.locale-select-item img {
  width: 38px;
  height: 26px;
  margin-right: 14px;
}
.locale-select-item-text {
  flex: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-footer[data-v-139073fb] {
  height: 200px;
  padding: 20px;
  background-color: #ffcd00;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.content[data-v-86f9c970] {
  width: 500px;
  height: 500px;
  padding: 54px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .ic-logo[data-v-86f9c970] {
  width: 100%;
  height: 70px;
  text-align: center;
}
.content .ic-logo img[data-v-86f9c970] {
  height: 100%;
}
.content .form-item[data-v-86f9c970] {
  height: 54px;
  margin-top: 20px;
}
.content .btn-forgot[data-v-86f9c970] {
  color: #666;
}
.ic-close[data-v-86f9c970] {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
}
.ic-close[data-v-86f9c970]:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.modal-wrap .ant-modal-content {
  padding: 0 !important;
}
.app-content[data-v-fd4b7420] {
  margin: 0 auto;
  max-width: 2560px;
  min-width: 1100px;
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translateY(-4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 0.4s linear infinite;
  animation: nprogress-spinner 0.4s linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
  scrollbar-width: thin;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  color: #000;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
    Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei,
    sans-serif;
}
#app {
  margin: 0 auto;
  height: 100%;
  overflow: auto;
}
a:focus,
a:active {
  outline: none;
}
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all 0.5s;
}
.fade-transform-enter {
  opacity: 0;
  transform: translate(-30px);
}
.fade-transform-leave-to {
  opacity: 0;
  transform: translate(30px);
}
