.printer {
  cursor: pointer;
}
.main-body {
  padding: 0;
}
.apimenu .item {
  line-height: 30px;
}
.logo {
  display: block;
  width: 284.57px;
  height: 60px;
  background: url(/admin/static/open/img/logo.png) 24px no-repeat;
  background-size: 227px 22px;
  z-index: 9999;
  position: fixed;
  top: 0;
  cursor: pointer;
}
.logo2 {
  display: block;
  width: 284.57px;
  height: 60px;
  background: url(/admin/static/open/img/logo2.png) 24px no-repeat;
  background-size: 227px 22px;
  z-index: 9999;
  position: fixed;
  top: 0;
  cursor: pointer;
}
.head {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 60px;
  background: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-bottom: 1px solid #e4e5e9;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.head :hover {
  background: white !important;
}
.head .headinfo {
  padding-left: 300px;
  display: flex;
  height: 100%;
  min-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.head .headinfo .left {
  display: flex;
  z-index: 999;
}
.head .headinfo .left .menulist {
  display: flex;
  padding-top: 20px;
  font-size: 16px;
}
.head .headinfo .left .menulist .borderbuttommenu {
  border-bottom: 4px solid #1f7aeb;
}
.head .headinfo .left .menulist .menu {
  margin-right: 40px;
  line-height: 20px;
  width: max-content;
  text-align: center;
}
.head .headinfo .right {
  font-size: 16px;
  padding-top: 20px;
  padding-right: 45px;
  display: flex;
}
.head .headinfo .right .console {
  padding-right: 40px;
}
.head .menuinfo {
  position: fixed;
  z-index: 90;
  width: 100%;
  max-height: 500px;
  left: 0;
  top: 60px;
}
.head .menuinfo .relase {
  border-top: 1px solid #e0e0e0;
  display: none;
  height: auto;
  padding: 0 7px 30px 87px;
  overflow: hidden;
  background-image: url(../img/power-center-hover.png), linear-gradient(145.88deg, #f6fbff, #fff);
  background-repeat: no-repeat;
  background-position: 98% 100%;
  background-size: 320px 240px,auto;
  -webkit-box-shadow: 1px 4px 4px 1px rgba(142, 140, 147, 0.13);
  box-shadow: 1px 4px 4px 1px rgba(142, 140, 147, 0.13);
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.head .menuinfo .relase .list {
  margin-top: 30px;
  margin-right: 30px;
  width: 210px;
}
.head .menuinfo .relase .list .title {
  color: #1f7aeb;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
}
.head .menuinfo .relase .list hr {
  margin: 10px 0;
}
.head .menuinfo .showmenu {
  display: flex !important;
}
.head .menuinfo .relase2 {
  display: none;
  width: 110px;
  height: auto;
  left: 360px;
  position: absolute;
  overflow: hidden;
  -webkit-box-shadow: 1px 4px 4px 1px rgba(142, 140, 147, 0.13);
  box-shadow: 1px 4px 4px 1px rgba(142, 140, 147, 0.13);
  background-color: white;
}
.head .menuinfo .relase2 :hover {
  display: block;
}
.head .menuinfo .relase2 .menuitem {
  padding: 15px;
  text-align: center;
}
.head .menuinfo .showmenu2 {
  display: block;
}
.colorhover:hover {
  color: #1f7aeb;
}
.banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 420px;
  background: #edeff2 url(../img/banner.png) top no-repeat;
  background-size: 1280px 420px;
  overflow: hidden;
}
.swiper-slide {
  overflow: auto;
}
.footer {
  background-color: #373f5e;
}
.footer .content {
  margin: 0 auto;
  width: 1200px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #999;
}
.totop {
  position: fixed;
  bottom: 120px;
  right: 10px;
  margin-left: -19px;
  width: 38px;
  height: 38px;
  background: -webkit-gradient(linear, left top, right top, from(#d6e7ff), to(#c9ddff));
  background: linear-gradient(90deg, #d6e7ff, #c9ddff);
  opacity: 1;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.28s;
  transition: all 0.28s;
  border-radius: 50%;
  cursor: pointer;
}
.markdown-body li {
  list-style: unset;
}
.wordwarp {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
