@font-face {
  font-family: DINOTF;
  src: url(/static/img/DINPro-Light.otf);
}
@font-face {
  font-family: 'iconfont';  /* project id 711631 */
  src: url('//at.alicdn.com/t/font_711631_2kspiwc7p0j.eot');
  src: url('//at.alicdn.com/t/font_711631_2kspiwc7p0j.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_711631_2kspiwc7p0j.woff') format('woff'),
  url('//at.alicdn.com/t/font_711631_2kspiwc7p0j.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_711631_2kspiwc7p0j.svg#iconfont') format('svg');
}
@font-face {
  font-family: 'numfont';
  src:url('../font/DINPro-Light.otf');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  background-color: #000;
  width: 1920px;
  height: 1080px;
  padding: 0;
	margin: 0;
	font-size: 14px;
	padding-bottom: 55px;
	overflow: hidden;
	transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/* 清除浮动 */
.ks_clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.ks_clear {
  *zoom: 1;
}

/*
 *自适应img
 */
img.contain {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  object-fit: contain;
  border: 1px solid #FFF;
}

body,
html,
li,
input,
gloabl,
h2,
th,
input,
nav,
td,
h1,
embed,
blockquote,
ol,
xml,
div,
dl,
dt,
dd,
ul,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
abbr,
p,
header,
hgroup,
Section,
figure,
section,
nav,
article,
aside,
canvas {
	margin: 0;
  padding: 0;
  font-family: MicrosoftYaHeiUI;
}
img {
	border: 0;
	padding: 0;

	margin: 0;
}
.wrapper a,
.v-transfer-dom a {
	font-size: 100%;
	border: 0;
	color: #333;
	text-decoration: none;
}
ol,
ul,
li {
	list-style: none;
}

input,textarea{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
}

tr.ivu-table-row-hover td {
  background-color: #FBF0F0 !important;
}

#gx_noScrollbar::-webkit-scrollbar,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
  display: none;
}
.wrapper a, .v-transfer-dom a{
    color:#73ECFD!important;
}

.backNavShow {
  z-index: 999999;
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 55px;
  height: 55px;
  display: block;
  background: url('https://fs-office-pc.oss-cn-hangzhou.aliyuncs.com/publicImg/413894900179527475.png') 0 0 no-repeat;
  background-size: contain;
}
.backNavShow:hover {
  background: url('https://fs-office-pc.oss-cn-hangzhou.aliyuncs.com/publicImg/129364105529915169.png') 0 0 no-repeat;
  background-size: contain;
}
