body {
  color: #505050;
  font-size: .14rem;
  line-height: 1.5;
  font-family: "Microsoft Yahei", "PingFang SC", "SimSun", "Helvetica Neue", Helvetica, Arial, sans-serif, Tahoma;
  background: #efefef;
}
html {
  font-size: 625%;
}
@media screen and (min-width: 1440px) {
html {
      font-size: 700%;
}
}
@media (max-width: 640px) and (min-width: 0) {
html {
    font-size: 20vw;
}
}
@media screen and (max-width: 640px) and (min-width: 0) and (max-width: 320px) {
html {
      font-size: 64px;
}
}
@media screen and (max-width: 640px) and (min-width: 0) and (min-width: 640px) {
html {
      font-size: 128px;
}
}
.Abnormal-wrap {
  margin: 0.3rem auto;
  background: white;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 0 0 0.6rem;
  width: 9.6rem;
  min-height: calc(100vh - 1.2rem) !important;
  position: relative;
  overflow: auto;
}
.Abnormal-wrap .notice-title {
    line-height: 57px;
    padding-left: 0.3rem;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdfe6;
}
.Abnormal-wrap .notice-main {
    padding: 0.1rem 0.2rem;
}
.Abnormal-wrap .notice-main li {
      height: 0.5rem;
      padding: 0 0.1rem;
      line-height: 0.5rem;
      color: #606266;
      font-size: 0.14rem;
      border-bottom: 1px solid #dcdfe6;
}
.Abnormal-wrap .notice-main li span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 1.4rem;
}
.Abnormal-wrap .notice-main li span:nth-child(3) {
        width: calc(100% - 4.2rem);
}
.Abnormal-wrap .notice-main li.th {
        color: #94979d;
        font-weight: 500;
}
.Abnormal-wrap .notice-main .active {
      background: #fff4f5 !important;
}
.Abnormal-wrap .no-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
}
.Abnormal-wrap .no-notice img {
      width: 2.18rem;
      height: 2.37rem;
}
.Abnormal-wrap .no-notice figcaption {
      margin: 0.16rem 0 0.08rem;
      color: #303133;
      font-size: 0.2rem;
      font-weight: 500;
      line-height: 0.28rem;
}
.Abnormal-wrap .no-notice p {
      color: #c0c0c0;
      line-height: 0.22rem;
      font-size: 0.16rem;
      font-weight: 400;
}
.Abnormal-wrap .el-pagination {
    position: absolute;
    right: 0.3rem;
    bottom: 0.1rem;
}

