@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: 14px/1 微软雅黑, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #e5e5e5;
}

.pages {
  margin: 0 10px 0.666667rem 10px;
  background-color: #fff;
  padding: 0.3rem;
  overflow: hidden;
}

.pages ul li {
  width: 100%;
  margin-right: 0.31rem;
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.1rem;
  margin-bottom: 0.506667rem;
  height: 1.24rem;
  position: relative;
  box-sizing: border-box;
  color: #000;
}

.pages ul li a {
  color: #000;
}

.pages ul li dl {
  height: 0.906667rem;
  display: flex;
  align-items: center;
}

.pages ul li dl:hover {
  background: rgba(255, 255, 255, 0.2);
}

.pages ul li dl dt {
  float: left;
}

.pages ul li .ms {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.pages ul li .ms em {
  content: "";
  width: 10px;
  height: 10px;
  background-color: inherit;
  display: block;
  border-radius: 45px;
  margin-right: 5px;
}

.pages ul li dl dd {
  width: 60px;
  height: 23px;
  color: #fff;
  border-radius: 45px;
  background-color: #4fbb6f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.pages ul li span {
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 100%;
  border: 1px solid #e1e6ec;
  border-radius: 45px;
}

.pages ul li span i {
  position: absolute;
  width: 50%;
  height: 10px;
  bottom: 0;
  left: 0;
  background-color: #87d58a;
  background: linear-gradient(to right, #00fee6, #53a5f7);
  border-radius: 45px;
}

.pages ul li span i::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.133333rem;
  border-radius: 45px;
  background-size: 3em 3em;
  background-image: linear-gradient(
    -45deg,
    transparent 0em,
    transparent 0.8em,
    rgba(255, 255, 255, 0.2) 0.9em,
    rgba(255, 255, 255, 0.2) 2.1em,
    transparent 2.1em,
    transparent 2.9em,
    rgba(255, 255, 255, 0.2) 3.1em
  );
  -webkit-animation: warning-animation 750ms infinite linear;
  -moz-animation: warning-animation 750ms infinite linear;
  animation: warning-animation 750ms infinite linear;
}

@-webkit-keyframes warning-animation {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0.5rem 0;
  }
}

@-moz-keyframes warning-animation {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0.5rem 0;
  }
}

@keyframes warning-animation {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0.5rem 0;
  }
}

.success {
  color: #4fbb6f !important;
}

.warning {
  color: #fcc000 !important;
}

.danger {
  color: #fe0000 !important;
}

.btnsuccess {
  background-color: #4fbb6f !important;
}

.btnwarning {
  background-color: #fcc000 !important;
}

.btndanger {
  background-color: #fe0000 !important;
}

.title {
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.2667rem;
}
.title .tips {
  display: flex;
  align-items: center;
}
.title .tips i {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.title .tips i::before {
  content: "";
  width: 4px;
  height: 14px;
  display: block;
  background-color: #05a0fd;
}
.title .tips i::after {
  content: "";
  width: 4px;
  height: 14px;
  display: block;
  background-color: #6bc6fd;
  margin-left: 4px;
}
.title .tips .label {
  font-weight: bold;
}
.title .reflush {
  background-color: #4396f4;
  width: 60px;
  height: 23px;
  color: #fff;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0.31rem;
}

.app-title {
  padding-top: 0.6rem;
}

.app {
  margin: 0 10px 0.5rem 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app a {
  display: block;
  width: 4.66667rem;
  height: 1.33333rem;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  line-height: 1.3333rem;
  text-align: center;
  color: #4396f4;
  font-weight: bold;
  font-size: 0.5rem;
}
.app a .app_img {
  display: flex;
  align-items: center;
  height: 100%;
}
.app a .app_img svg{
  width: 0.5333rem;
  height: 0.5333rem;
  margin: 0 0.2666666rem;
}
.app a span {
  display: inline-block;
  font-size: 0.32rem;
}

.app a span b{
  font-size: 0.3733333rem;
  font-weight: 700;
}


.loader {
  display: none;
  font-size: 30px;
  color: #fff;
  width: 100%;
  height: 100vh;
  text-align: center;
  line-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  position: fixed;
}
