body {
  min-width: 1300px;
}
.top-menu {
  z-index: 100;
}
.top-menu .top-right {
  color: #fff;
}
.top-menu .top-right.colour {
  color: #333;
}
.top-menu .top-right.colour .zhanwei .iconfont:hover {
  color: #1d5ddd;
}
.top-menu .top-right .zhanwei .iconfont {
  color: inherit;
  line-height: 44px;
  cursor: pointer;
}
.top-menu .top-right .zhanwei .iconfont:hover {
  color: #ffe845;
}
.top-menu .top-right .hotKey li {
  cursor: pointer;
}
.top-menu .right-fixed {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 365px;
  z-index: 100;
  right: 0;
  /* top: 50%; */
  bottom: 400px;
}
.top-menu .right-fixed .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
  margin-bottom: 14px;
  width: 52px;
  background: #fff;
  border: 1px solid #3265ff;
  border-right: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #3c54e3;
  line-height: 1.2em;
  cursor: pointer;
  transition: width 0.1s;
}
.top-menu .right-fixed .btn .iconfont {
  font-size: 1em;
  transition: all 0.1s;
}
.top-menu .right-fixed .btn:hover {
  background: linear-gradient(0deg, #3265ff, #6293ff);
  color: #fff;
  width: 57px;
  border: none;
}
.top-menu .right-fixed .btn .btn-text {
  margin-top: 6px;
  width: 1em;
}
.top-menu .right-fixed .btn-back-top {
  position: absolute;
  bottom: -300px;
  right: 0;
  width: 52px;
  box-sizing: border-box;
}
.top-menu .btn-tips {
  position: absolute;
  top: -10px;
  left: -14px;
  font-style: normal;
  font-size: 12px;
  min-width: 40px;
  height: 16px;
  line-height: 15px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 0 4px;
  box-shadow: 0 2px 5px 0 rgba(251, 66, 97, 0.51);
  background: linear-gradient(-90deg, #fe576f, #fc2c3c);
  z-index: 10;
}
.top-menu .btn-tips i {
  transform: scale(0.9);
  display: block;
}
.top-menu .right-fixed .btn-back-top:hover .back-top-tips {
  display: block;
}
.top-menu .right-fixed .btn-back-top .iconfont {
  font-size: 26px;
}
.top-menu .right-fixed .btn-back-top .back-top-tips {
  display: none;
  position: absolute;
  right: 100%;
  top: -1px;
  margin-right: 10px;
  width: 110px;
  height: 52px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #ededed;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999;
  text-align: center;
}
.top-menu .right-fixed .btn-back-top .back-top-tips:hover {
  background: linear-gradient(0deg, #3265ff, #6293ff);
  color: #fff;
}
.top-menu .tips {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  padding: 1px 2px;
  background: #ffe845;
  color: #5867ee;
  line-height: 1em;
  transform: translateZ(0);
  -webkit-animation: jump 2s step-start infinite;
  animation: jump 2s step-start infinite;
  margin-right: 0;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
}
.top-menu .tips:before {
  position: absolute;
  right: 100%;
  top: 3px;
  border: 4px solid transparent;
  border-right-color: #ffe845;
  content: '';
}
.nav-tabs-drop-menu {
  color: inherit;
  font-size: inherit;
}
.nav-tabs-drop-menu-ul {
  padding: 0 !important;
  margin-top: 0 !important;
  width: 81px;
  height: 25px;
  background: #6076f4;
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  border: 0;
}
.nav-tabs-drop-menu-ul .el-dropdown-menu__item {
  padding: 0;
  height: 100%;
  line-height: 23px;
  text-align: center;
  color: #fff;
  border-radius: 0 0 5px 5px;
}
.nav-tabs-drop-menu-ul .el-dropdown-menu__item:hover {
  background: #1d5ddd;
  color: #fff;
}
.nav-tabs-drop-menu-ul .popper__arrow {
  display: none;
}
/* 消息通知 */
.info-notify {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0!important;
  margin: 0;
}
.info-notify a {
  color: #1d5ddd;
  text-decoration: underline;
}
.info-notify .el-dialog__header {
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
}
.info-notify .el-tabs .el-tabs__nav-wrap::after {
  height: 1px;
}
.info-notify .el-tabs .el-tabs__item {
  outline: none;
}
.info-notify .el-tabs .el-tabs__item:hover,
.info-notify .el-tabs .el-tabs__item.is-active {
  color: #1d5ddd;
}
.info-notify .el-tabs .el-tabs__item.is-active.is-focus:not(:active) {
  box-shadow: none;
}
.info-notify .el-tabs .el-tabs__active-bar {
  background-color: #1d5ddd;
}
.info-notify .el-table {
  margin-top: 20px;
}
.info-notify .el-table th {
  background-color: #f2f2f2;
}
.info-notify .el-table .el-table__cell {
  padding: 8px 0;
}
.info-notify .notify-item {
  position: relative;
}
.info-notify .notify-item-title {
  font-size: 15px;
  font-weight: 600;
  border-left: 5px solid #1d5ddd;
  padding-left: 5px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.info-notify .notify-item-title ~ div {
  margin-left: 10px;
}
.info-notify .notify-item:nth-child(2) {
  margin-top: 10px;
}
.info-notify .notify-item:nth-child(2) .notify-item-title {
  margin-bottom: 10px;
}
.info-notify .notify-item .add-btn {
  position: absolute;
  right: 0;
  top: 36px;
}
.info-notify .notify-tj {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-notify .notify-tj-item {
  flex: 1;
  min-width: 40%;
  height: 100px;
  background-color: #f2f2f2;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.info-notify .notify-tj-item:nth-child(2n) {
  margin-right: 0;
}
.info-notify .notify-tj-item .n1 {
  margin-bottom: 10px;
}
.info-notify .notify-tj-item .n2 {
  color: #999;
}
.info-notify .notify-tj-item .el-switch {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.info-notify .notify-tj .el-input {
  margin: 0 6px;
}
.info-notify .plat-cont {
  display: flex;
}
.info-notify .plat-cont .desc {
  color: #666;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.info-notify .plat-cont .desc a {
  margin-left: auto;
}
.info-notify .plat-cont .left {
  flex: 1;
}
.info-notify .plat-cont .left .wx-tx {
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 3px;
}
.info-notify .plat-cont .right {
  width: 150px;
  flex-shrink: 0;
  margin-left: 30px;
  margin-top: 40px;
}
.info-notify .plat-cont .qrcode {
  width: 150px;
  height: 150px;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  padding: 4px;
}
.info-notify .plat-cont .qrcode img {
  width: 100%;
  height: 100%;
}
.info-notify .plat-cont .qrcode-n1 {
  text-align: center;
  font-size: #000;
  font-weight: 600;
  margin-top: 15px;
}
.info-notify .plat-cont .qrcode-n2 {
  margin-top: 8px;
  text-align: center;
}
.info-notify .el-form-item__label {
  width: 100%;
}
.info-notify .form-lable {
  display: inline-flex;
  justify-content: space-between;
  width: 96%;
}
