/* 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 */
.ye-listView-search {
  display: flex;
  justify-content: space-between;
}
.ye-listView-search-content .ant-btn {
  margin-right: 8px;
}

.ye-image {
  position: relative;
}
.ye-image img {
  max-width: 100%;
}
.ye-image.avatar {
  position: relative;
}
.ye-image.background {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ye-image.circle {
  border-radius: 100%;
  overflow: hidden;
}

.ye-preview-image {
  max-height: 70vh;
  max-width: 70vw;
}
.ye-preview-video {
  height: 70vh;
  width: 70vw;
}

/* 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 */
.headerItem {
  display: flex;
  align-items: center;
  height: 50px;
  border-right: 1px solid #d9d9d9;
}
.headerItem :global .ant-input,
.headerItem :global .ant-select-selection {
  border: 0;
}
.headerItem :global .ant-input:focus,
.headerItem :global .ant-select-selection:focus {
  box-shadow: none;
}
.headerItem :global .ant-cascader-picker:focus .ant-cascader-input {
  box-shadow: none;
}
.headerItem :global .ant-select {
  width: 100%;
}
.header {
  display: flex;
  height: 50px;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.header a {
  margin-left: 10px;
}
.input {
  display: flex;
  align-items: center;
  height: 50px;
  border-right: 1px solid #d9d9d9;
  width: 230px;
}
.input :global .ant-input,
.input :global .ant-select-selection {
  border: 0;
}
.input :global .ant-input:focus,
.input :global .ant-select-selection:focus {
  box-shadow: none;
}
.input :global .ant-cascader-picker:focus .ant-cascader-input {
  box-shadow: none;
}
.input :global .ant-select {
  width: 100%;
}
.select {
  display: flex;
  align-items: center;
  height: 50px;
  border-right: 1px solid #d9d9d9;
  width: 150px;
}
.select :global .ant-input,
.select :global .ant-select-selection {
  border: 0;
}
.select :global .ant-input:focus,
.select :global .ant-select-selection:focus {
  box-shadow: none;
}
.select :global .ant-cascader-picker:focus .ant-cascader-input {
  box-shadow: none;
}
.select :global .ant-select {
  width: 100%;
}
.map {
  position: relative;
  width: 100%;
  height: 100%;
}
.mapContent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mapNav {
  position: absolute;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #fff;
  border-right: 1px solid #d9d9d9;
  overflow: auto;
  z-index: 999;
  transition: all 0.4s;
}
.mapNav.show {
  left: 0;
}
.mapNav :global .ye-empty {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate3d(0, -50%, 0);
}
.mapNavItem {
  padding: 10px;
  font-size: 13px;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}
.mapNavItem.selected {
  color: #333;
  background: #e6f7ff;
}
.mapNavItem span {
  margin-right: 10px;
  color: #666;
}
.mapNavItem :global .build,
.mapNavItem :global .land {
  display: none;
}
.mapNavItem :global .build.show,
.mapNavItem :global .land.show {
  display: block;
}
.mapNavItem .tagList :global .ant-tag {
  margin-top: 5px;
}
.mapNavItem .imageList {
  margin-top: 5px;
  padding: 0;
  display: flex;
}
.mapNavItem .imageListItem {
  margin-right: 10px;
  width: 33.3333%;
  height: 80px;
  background-size: cover;
}
.mapNavItem .imageListItem:last-child {
  margin-right: 0;
}
.mapLoading {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.mapGallery {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.mapGallery .close {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}
.mapGallery :global .image-gallery-image {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mapGallery :global .image-gallery-image img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}
.mapGallery :global .image-gallery-slide {
  background: none;
}

.ye-form {
  position: relative;
}
.ye-form .ant-form-item-control {
  position: relative;
}
.ye-form .ant-form-item-explain {
  position: absolute;
  left: 0;
  bottom: -24px;
}
.ye-form .mega-layout-nest-container .mega-layout-container-content.grid {
  display: block !important;
}
.ye-form-code .ant-input-suffix,
.ye-form-code .ant-input-group-addon {
  cursor: pointer;
}

.ye-list-content {
  min-height: 200px;
}
.ye-list-pagination {
  text-align: center;
}

.ye-text {
  display: flex;
}
.ye-text.vertical {
  flex-direction: column;
}
.ye-text.horizontal {
  flex-direction: row;
}
