.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.bg-white {
  background: #ffffff;
}
.bg-gray {
  background: #f0f1f2;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul，ol {
  list-style: none;
}
em {
  font-style: normal;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
input,
select {
  vertical-align: middle;
  outline: none;
  border: none;
}
textarea {
  font-family: Roboto, Open-Sans;
}
pre {
  white-space: pre-line;
  word-wrap: break-word;
}
input[type=radio] {
  vertical-align: text-bottom;
}
button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}
button:active {
  transform: translateY(1px);
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
}
@font-face {
  font-family: 'Open-Sans';
  src: url('../fonts/Open-Sans.woff') format('woff'), /* chrome、firefox */ url('../fonts/Open-Sans.ttf') format('truetype');
}
@font-face {
  font-family: 'Open-Sans-Bold';
  src: url('../fonts/Open-Sans-Bold.woff') format('woff'), /* chrome、firefox */ url('../fonts/Open-Sans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open-Sans-Semibold';
  src: url('../fonts/Open-Sans-Semibold.woff') format('woff'), /* chrome、firefox */ url('../fonts/Open-Sans-Semibold.ttf') format('truetype');
}
html,
body {
  font-family: "Roboto", "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
  font-size: 14px;
}
.page-wrap {
  width: 1200px;
  margin: 0 auto;
}
.isHide {
  display: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.way-btn {
  background: #009b4c;
  background-image: linear-gradient(0deg, #009b4c 100%);
  font-family: Open-Sans-Semibold;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s linear;
}
.way-btn:hover {
  background: #006d35 !important;
  background-image: linear-gradient(0deg, #006d35 100%) !important;
}
.btn-tool {
  text-align: center;
}
.disabled {
  background: #dfdfdf;
  cursor: not-allowed;
}
.disabled:hover {
  background: #dfdfdf !important;
}
.not-found-module .found-region {
  margin: 100px auto 0;
  width: 1200px;
  text-align: center;
}
.not-found-module .found-region .found-logo {
  margin: 0 auto 60px;
  width: 250px;
  height: 62px;
  position: relative;
}
.not-found-module .found-region .found-logo .describe {
  left: 102px;
  position: absolute;
  bottom: 0px;
  font-size: 12px;
  color: #332c2b;
  font-family: "Roboto", "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}
.not-found-module .found-region .found-ops {
  margin-bottom: 32px;
}
.not-found-module .found-region .found-title {
  font-size: 48px;
  color: #111111;
  margin-bottom: 16px;
  font-weight: 700;
}
.not-found-module .found-region .found-des {
  font-size: 16px;
  color: #111111;
  margin-bottom: 32px;
}
.not-found-module .found-region .way-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
}
/*# sourceMappingURL=404.css.map */