/* @font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Light.otf');
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url('../fonts/DINPro-Regular.otf');
} */

:root {
    --theme: '大表姐';
}

* {
    
    outline: none;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: var(--ff-en, "DINPro"), var(--ff-zh, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif) !important;
}

/* 3D 裁切 */
#app_clip_window {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    /* clip: rect(0px, 0px, 0px, 0px); */
    pointer-events: none;
}

/* 地图版权 */
#dataAttribution {
    display: none;
}

.require::after {
  content: '*';
  display: inline-block;
  margin-left: 2px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ff4d4f;
}
