@media screen and (max-width: 1600px) {
}
#app {
  font-family: Microsoft YaHei, Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
}
#nav {
  padding: 30px;
}
#nav a {
  font-weight: bold;
  color: #2c3e50;
}
#nav a.router-link-exact-active {
  color: #42b983;
}

.breadcrumb {
  text-align: left;
  font-size: 12px;
}
.ivu-breadcrumb a:hover {
  color: #d32d26;
}

.question[data-v-13877386] {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 300px;
  right: 120px;
}
.layout[data-v-13877386] {
  border: 1px solid #d7dde4;
  background: #f5f7f9;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.layout_header[data-v-13877386] {
  height: 64PX;
}
.layout_header .header_left[data-v-13877386] {
  width: 230px;
  height: 100%;
}
.layout_header .header_left img[data-v-13877386] {
  height: 30PX;
  vertical-align: top;
  margin-top: 17PX;
  width: 100%;
}
.layout_header[data-v-13877386] .ivu-menu-item {
  padding: 0;
}
.layout_header .header_right[data-v-13877386] {
  width: 10%;
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: flex-end;
}
.layout_header .header_right .back[data-v-13877386] {
  width: 100%;
  text-align: right;
  margin-left: 20px;
  color: #ffffff;
  font-size: 16px;
}
.layout .search[data-v-13877386] {
  position: relative;
  width: 220px;
  height: 40px;
}
.layout .search input[data-v-13877386] {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
  border-radius: 42px;
  width: 220px;
  height: 40px;
  border: 1px solid #f38181;
  outline: none;
  background: rgba(255, 255, 255, 0.3);
}
.layout .search[data-v-13877386] ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.layout .search img[data-v-13877386] {
  position: absolute;
  right: 18px;
  width: 18px;
  top: 11px;
}
.layout-logo[data-v-13877386] {
  width: 100px;
  height: 30px;
  background: #5b6270;
  border-radius: 3px;
  float: left;
  position: relative;
  top: 15px;
  left: 20px;
}
.layout-nav[data-v-13877386] {
  width: 420px;
  margin: 0 auto;
  margin-right: 20px;
}
.layout-footer-center[data-v-13877386] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout-footer-center .keep-on-record[data-v-13877386] {
  padding-left: 140px;
  padding-top: 24px;
}
.layout-footer-center .keep-on-record p[data-v-13877386] {
  margin-top: 25px;
  color: #fff;
}
.layout .ivu-layout-header[data-v-13877386] {
  background: #e60012;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  padding: 0 30px;
}
.layout .ivu-layout-header[data-v-13877386] .ivu-menu-item-active {
  color: #ffffff !important;
  font-weight: 700;
  border-bottom: 3px solid #ffffff;
}
.layout .ivu-layout-header[data-v-13877386] .ivu-menu-item-active:hover {
  color: #ffbbbb;
}
.layout .ivu-layout-header[data-v-13877386] .ivu-menu-item,
.layout .ivu-layout-header[data-v-13877386] .ivu-menu-submenu {
  font-size: 16px;
  color: #ffbbbb;
  margin: 0;
  padding: 0 0.25rem;
  text-align: center;
}
.layout .ivu-layout-header[data-v-13877386] .ivu-menu-submenu-title > i {
  display: none;
}
.layout .ivu-layout-header .ivu-menu[data-v-13877386] .ivu-menu-item:hover,
.layout .ivu-layout-header .ivu-menu[data-v-13877386] .ivu-menu-submenu:hover {
  border: none;
  border-bottom: 2px solid #ffbbbb;
  background: #d9001b;
  color: #fff;
}
.layout .ivu-layout-header[data-v-13877386] .ivu-select-dropdown {
  background-color: #D10716;
  margin: 0;
  padding: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: none;
}
.layout .ivu-layout-header[data-v-13877386] .ivu-select-dropdown .ivu-menu-item,
.layout .ivu-layout-header[data-v-13877386] .ivu-select-dropdown .ivu-menu-item-active {
  min-height: 45px;
  font-size: 16px !important;
  line-height: 45px;
  border: none !important;
  padding: 7px 16px 8px;
}
.layout .ivu-layout-header[data-v-13877386] .ivu-select-dropdown .ivu-menu-item:hover,
.layout .ivu-layout-header[data-v-13877386] .ivu-select-dropdown .ivu-menu-item-active:hover {
  color: #fff;
  background-color: #e60012;
}
.layout .ivu-layout[data-v-13877386] {
  height: 100%;
}
.layout .ivu-menu-horizontal[data-v-13877386] {
  height: auto;
}
.layout .ivu-layout-footer[data-v-13877386] {
  height: 228px;
  background: #e60012;
  border-radius: 0px;
  opacity: 1;
}
.layout .ivu-layout-content[data-v-13877386] .ivu-card-body {
  padding: 0px;
  height: 100%;
}
.layout .ivu-layout-content .ivu-card-bordered[data-v-13877386] {
  border: none;
  box-shadow: unset;
  height: calc(100% - 40px);
}
.ivu-layout-content[data-v-13877386]::-webkit-scrollbar {
  width: 0 !important;
}
.layout-topMiddleBottom .ivu-menu-light[data-v-13877386] {
  background: none;
  color: #fff;
}
.ivu-menu-light[data-v-13877386]:after {
  background: none;
}

body {
  margin: 0px;
}
#app {
  height: 100%;
}
html,
body {
  height: 100%;
  font-size: 10vw;
}
.w {
  width: 1540px;
  margin: 0 auto;
  padding: 0 50px;
}
li {
  list-style: none;
}
/**设置表格滚动条**/
.scroll::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  justify-content: space-evenly;
  align-items: center;
}
.scroll::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background: #E0E0E0;
  height: 50px;
}
.ivu-select-disabled .ivu-select-selection {
  background-color: #fafafa !important;
  color: #231815 !important;
  -webkit-text-fill-color: #231815 !important;
}

@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url(../../static/fonts/iconfont.871dfefb.ttf) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ai-i:before {
  content: "\e66e";
}

.icon-home:before {
  content: "\e6f9";
}

.icon-tuichu:before {
  content: "\e604";
}

.icon-xitong:before {
  content: "\e621";
}

.icon-tongzhi:before {
  content: "\e640";
}

.icon-shebeiguanli:before {
  content: "\e61e";
}

.icon-biaozhun:before {
  content: "\e6de";
}

.icon-jianxiuluru:before {
  content: "\e66a";
}

.icon-ziyuan213:before {
  content: "\e728";
}

.icon-ditie:before {
  content: "\e6f0";
}

.icon-gongdanguanli:before {
  content: "\e64e";
}

.icon-yunweijianxiuguanli:before {
  content: "\e601";
}

.icon-nantongditie-01:before {
  content: "\e63c";
}

.icon-huanwei:before {
  content: "\e649";
}

.icon-Group:before {
  content: "\e6a7";
}

.icon-tezhonghangye:before {
  content: "\eae8";
}

.icon-_yinhuanpaicha:before {
  content: "\e668";
}

.icon-anquan:before {
  content: "\e865";
}

.icon-yingji:before {
  content: "\e82f";
}

.icon-xiugai:before {
  content: "\e651";
}

.icon-shanchu:before {
  content: "\e622";
}

.icon-daiban:before {
  content: "\e60f";
}

.icon-18:before {
  content: "\e626";
}

.icon-xiaofang:before {
  content: "\e60d";
}

.icon-shijian:before {
  content: "\e605";
}

.icon-tishi:before {
  content: "\e60e";
}

.icon-chenggong:before {
  content: "\e8c3";
}

.icon-fujian:before {
  content: "\e732";
}

.icon-top:before {
  content: "\e606";
}

.icon-bumen:before {
  content: "\e608";
}

.icon-renyuan:before {
  content: "\e644";
}

.icon-dengji:before {
  content: "\e645";
}

.icon-gerenxinxi:before {
  content: "\e678";
}

.icon-zhuxiao:before {
  content: "\e62f";
}

.icon-gongzuoliucheng:before {
  content: "\e6d8";
}

.icon-ziliaoguanli:before {
  content: "\e609";
}

.icon-xinxifabu:before {
  content: "\e627";
}

.icon-ribao:before {
  content: "\e615";
}

.icon-xinxichaxun:before {
  content: "\e633";
}

.icon-jichushuju:before {
  content: "\e744";
}

.icon-xinzeng:before {
  content: "\e774";
}

.icon-fengxian:before {
  content: "\e7fa";
}

.icon-_yinhuanhecha:before {
  content: "\e669";
}

.icon-chenggong1:before {
  content: "\e600";
}

.icon-shenpiguanli:before {
  content: "\e61f";
}

.icon-dangan:before {
  content: "\e62c";
}

.icon-icon:before {
  content: "\e657";
}

.icon-jiancharenwupaifa:before {
  content: "\e814";
}

.icon-zhilianganquanjiancha:before {
  content: "\e620";
}

.icon-special-event-alarm_fill:before {
  content: "\e72c";
}

.icon-baocun:before {
  content: "\e8c8";
}

.icon-pdf:before {
  content: "\e805";
}

.icon-bianji:before {
  content: "\e6c5";
}

.icon-xiazai:before {
  content: "\e63b";
}

.icon-ren:before {
  content: "\e60a";
}

.icon-daohang:before {
  content: "\e63e";
}

.icon-tongzhi2:before {
  content: "\e691";
}

.icon-xiaoxi:before {
  content: "\e619";
}

.icon-gangwei:before {
  content: "\e62d";
}

.icon-jibenxinxi:before {
  content: "\e642";
}

.icon-quanxian:before {
  content: "\e656";
}

.icon-gongsi:before {
  content: "\e86d";
}

.icon-chejian:before {
  content: "\e610";
}

.icon-TmpSVG:before {
  content: "\e60b";
}

.icon-jilu:before {
  content: "\e636";
}

.icon-mima:before {
  content: "\e61a";
}


