.interface-notice-dialog .textoh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.interface-notice-dialog .fixed-block {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 50%;
  margin: -35px auto 0;
  width: 1280px;
  height: 0;
  cursor: pointer;
}
.interface-notice-dialog .fixed-block a {
  position: absolute;
  left: 100%;
  transform: translateY(-100%);
}
.interface-notice-dialog .fixed-block:hover {
  animation: none;
}
.interface-notice-dialog .fixed-block .btn.close {
  font-size: 24px;
  position: absolute;
  top: 100%;
  right: -75px;
  color: #5a89f7;
}
.interface-notice-dialog .fixed-block .btn.close:hover {
  color: #0938a6;
}
.interface-notice-dialog .notice-dialog {
  background: none;
  box-shadow: none;
}
.interface-notice-dialog .notice-dialog .el-dialog__body {
  padding: 0;
}
.interface-notice-dialog .notice-dialog .dialog-body {
  position: relative;
}
.interface-notice-dialog .notice-dialog .dialog-body .bg {
  width: 737px;
}
.interface-notice-dialog .notice-dialog .dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 84px 47px 130px 45px;
}
.interface-notice-dialog .notice-dialog .dialog-content .header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.interface-notice-dialog .notice-dialog .dialog-content .header span {
  margin: 0 10px;
}
.interface-notice-dialog .notice-dialog .dialog-content .header .left {
  margin-top: -3px;
}
.interface-notice-dialog .notice-dialog .dialog-content .header .right {
  display: inline-block;
  transform: rotate(180deg);
}
.interface-notice-dialog .notice-dialog .dialog-content .body-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 6px 76px;
}
.interface-notice-dialog .notice-dialog .dialog-content .body-content .to-user {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}
.interface-notice-dialog .notice-dialog .dialog-content .body-content .content-text {
  flex: 1;
  overflow: auto;
  margin: 0 -76px;
  padding-left: 104px;
  padding-right: 76px;
  line-height: 23px;
  color: #666;
}
.interface-notice-dialog .notice-dialog .dialog-content .body-content .content-text .content-text-first {
  text-indent: 2em;
}
.interface-notice-dialog .notice-dialog .dialog-content .bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 53px;
}
.interface-notice-dialog .notice-dialog .dialog-content .bottom .link-btn > a {
  display: block;
  font-size: 0;
}
.interface-notice-dialog .notice-dialog .btn.close {
  position: absolute;
  right: -24px;
  top: 30px;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
}
.interface-notice-dialog .notice-dialog .btn.close:hover {
  color: rgba(255,255,255,0.9);
}
.interface-notice-dialog .notice-dialog .btn.close .iconfont {
  font-size: 30px;
  color: inherit;
}
.interface-right-fixed {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0;
  transform: translate(100%, -100%);
}
.interface-right-fixed .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px 0;
  margin-bottom: 14px;
  width: 52px;
  text-align: center;
  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;
}
.interface-right-fixed .text .iconfont {
  font-size: 1em;
  transition: all 0.1s;
}
.interface-right-fixed .text .btn-text {
  margin-top: 6px;
  width: 1em;
}
.interface-right-fixed .text .btn-text .nw {
  white-space: nowrap;
}
.interface-right-fixed .qrcode {
  padding: 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #3c54e3;
  border-right: 0;
  color: #3c54e3;
}
.interface-right-fixed .qrcode img {
  width: 180px;
}
.interface-right-fixed:hover .qrcode {
  transform: translateX(-100%);
}
.interface-right-fixed .text,
.interface-right-fixed .qrcode {
  transition: transform 0.3s;
}
@-moz-keyframes heart-beat {
  0% {
    padding-right: 0;
  }
  20% {
    padding-right: 8px;
  }
  40% {
    padding-right: 0;
  }
  60% {
    padding-right: 8px;
  }
  80% {
    padding-right: 0;
  }
  100% {
    padding-right: 0;
    transform: translate(0, 10px);
  }
}
@-webkit-keyframes heart-beat {
  0% {
    padding-right: 0;
  }
  20% {
    padding-right: 8px;
  }
  40% {
    padding-right: 0;
  }
  60% {
    padding-right: 8px;
  }
  80% {
    padding-right: 0;
  }
  100% {
    padding-right: 0;
    transform: translate(0, 10px);
  }
}
@-o-keyframes heart-beat {
  0% {
    padding-right: 0;
  }
  20% {
    padding-right: 8px;
  }
  40% {
    padding-right: 0;
  }
  60% {
    padding-right: 8px;
  }
  80% {
    padding-right: 0;
  }
  100% {
    padding-right: 0;
    transform: translate(0, 10px);
  }
}
@keyframes heart-beat {
  0% {
    padding-right: 0;
  }
  20% {
    padding-right: 8px;
  }
  40% {
    padding-right: 0;
  }
  60% {
    padding-right: 8px;
  }
  80% {
    padding-right: 0;
  }
  100% {
    padding-right: 0;
    transform: translate(0, 10px);
  }
}
@-moz-keyframes card-hover {
  0% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes card-hover {
  0% {
    transform: translate(0, 0);
  }
}
@-o-keyframes card-hover {
  0% {
    transform: translate(0, 0);
  }
}
@keyframes card-hover {
  0% {
    transform: translate(0, 0);
  }
}
