body,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Simsun !important;
}

html,
body,
#root,
#root>div {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  font-size: 14px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
}

.christmas.ant-btn:before {
  background: transparent !important;
}



.rescueMapPatternInfoWindow p {
  margin-bottom: 8px;
}

.rescueMapPatternInfoWindow button {
  width: 70px;
  margin-right: 10px;
  border: none;
  outline: none;
  border-radius: 4px;
  color: #fff;
  background: #0096E6;
}

.rescueMapPatternInfoWindow .active {
  background: #2EB92F;
}

.rescueMapPatternInfoWindowXx,
.rescueMapPatternInfoWindowGj {
  display: none;
}

.rescueMapPatternInfoWindowXx {
  display: block;
}

.rescueMapPatternInfoWindowGj {
  width: 100%;
  height: 400px;
  background: #f00;
}

.anchorBL {
  display: none;
}

.editable-cell {
  position: relative;
}

.editable-cell-value-wrap {
  padding: 5px 12px;
  cursor: pointer;
}

.editable-row:hover .editable-cell-value-wrap {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 4px 11px;
}

.ant-layout {
  background: #fff;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa
}

::-webkit-scrollbar-thumb:active {
  background-color: #aaa
}



.body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-touch-callout: none;
  /*系统默认菜单被禁用*/
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*早期浏览器*/
  user-select: none;
  box-sizing: border-box;
}

.ant-row {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  zoom: 1;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ant-col-4 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.66666667%;
}

.ant-col-8 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
}

.ant-col-20 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.33333333%;
}

.ant-col-offset-11 {
  margin-left: 45.83333333%;
}

.ant-layout-header {
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgb(206 206 206);
  z-index: 99;
  padding: 0;
  position: relative;
  height: 64px;
  line-height: 64px;
  margin-bottom: 5px;
}

.ant-layout-header h3 {
  line-height: 64px;
}

.ant-layout-content {
  -ms-flex: auto;
  flex: auto;
  min-height: 0;
  background: #fff;
  height: calc(100vh - 120px);
}


.sider {
  width: 100%;
  height: 100vh;
  background: rgb(238, 238, 238);
  overflow: hidden;
}

.sider-logo {
  height: 64px;
  line-height: 64px;
  margin-bottom: 10px;
  background: #fff;
  padding: 0 14px;
  border-right: 1px solid rgb(206, 206, 206);
}

.sider-logo>img {
  display: block;
  margin: 0 auto;
  max-height: 60px;
}

.overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 菜单树 */

.list-unstyled .btn:active,
.list-unstyled .btn:focus {
  box-shadow: none;
}

.list-unstyled {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum", "tnum";
  margin: 0;
  padding: 0;
}

.list-unstyled li>a {
  margin-left: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 头部 */
.header {}

.ant-avatar {
  -webkit-box-sizing: border-box;
  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;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  font-size: 18px;
  background: rgb(0, 0, 0);
  cursor: pointer;
}

.anticon {
  display: inline-flex;
  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;
  align-items: center;
  justify-content: center;
}

.anticon svg {
  display: inline-block;
  margin-top: 7px;
}

svg:not(:root) {
  overflow: hidden;
}



.ant-layout-content {
  overflow: hidden auto;
  /* padding: 10px; */
  box-sizing: border-box;
}

.ant-layout-content .content {
  background-size: 100% 100%;
  padding: 0px;
  border-radius: 6px;
  font-size: 16px;
  height: 100%;
  user-select: none;
  box-sizing: border-box;
}

.ant-layout-content .content h1,
.ant-layout-content .content h2 {
  text-align: center;
}

.ant-layout-content .content img {
  max-width: 100%;
}

.footer {
  position: relative;
  height: 50px;
  text-align: right;
  line-height: 50px;
  font-size: 16px;
  border-top: 1px solid #ccc;
  color: #000;
  padding: 0 50px 0 0;
  box-shadow: 1px 4px 10px #888888;
  position: relative;
  z-index: 5;
}

/* @media all
and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18),
    (-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18),
    (min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
    .ant-layout-content .content {
        font-size: 14px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28),
    (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28),
    (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
      .ant-layout-content .content {
        font-size: 13px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4),
    (-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4),
    (min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
      .ant-layout-content .content {
        font-size: 12px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6),
    (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6),
    (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
      .ant-layout-content .content {
        font-size: 10px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8),
    (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8),
    (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
      .ant-layout-content .content {
        font-size: 9px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1),
    (-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1),
    (min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
      .ant-layout-content .content {
        font-size: 8px;
    }
} */
