html,
body,
.container {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #fff;
}

a {
  text-decoration: none;
}

.container {
  background: url(/static/index/images/apeedbg.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  min-height: 19rem;
  height: unset;
  background-size: cover;  
  background-position: center;  
}

.logo {
  width: 212px;
  height: 60px;
  margin: 1.106667rem auto 0 auto;
 
}

.title {
  color: #fff;
  margin: 0.613333rem 10px 0 10px;
}

.title .light {
  font-size: 12px;
  line-height: 0.6rem;
}

.title span {
  height: 0.586667rem;
  vertical-align: bottom;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* display: block; */
  font-size: 0.4rem;
}

.title>span::before {
  content: '';
  width: 4px;
  height: 16px;
  background-color: #007fe5;
  margin-right: 8px;
  border-radius: 4px;
  display: inline-block
}

.title.line span::before {
  /* width: 0.586667rem;
  height: 0.533333rem;
  background: url(../images/pc_icon.png) no-repeat;
  background-size: 100% 100%; */
}
.title.appdown{
  margin: 20px 10px; 
}
.title.appdown span::before {
  /* width: 0.306667rem;
  height: 0.586667rem;
  background: url(../images/phone_icon.png) no-repeat;
  background-size: 100% 100%; */
}

.content {
  margin: 0.333333rem 10px 0.666667rem 10px;
  /* border: 1px solid rgba(255, 255, 255, .2); */
  background-color: #fff;
  border-radius: 8px;
  padding: 0.3rem;
  overflow: hidden;
}

.content ul li {
  /* width: 4.266667rem; */
  width: 100%;
  margin-right: 0.31rem;
  float: left;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0.1rem;
  margin-bottom: 0.506667rem;
  height: 1.24rem;
  position: relative;
  box-sizing: border-box;
  color: #000;
}

.content ul li a {
  color: #000;
}

.content ul li dl {
  height: 0.906667rem;
  line-height: 0.906667rem;
}

.content ul li dl:hover {
  background: rgba(255, 255, 255, .2);
}

.content ul li dl dt {
  float: left;
}

.content ul li dl dt::before {
  /* content: " ";
  display: inline-block;
  margin: 0 0.1rem 0 0.16rem;
  width: 0.266667rem;
  height: 0.266667rem;
  background: url(../images/circle.png) no-repeat;
  background-size: 100% 100%; */
}

.content ul li .ms {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.content ul li .ms em {
  content: '';
  width: 10px;
  height: 10px;
  background-color: inherit;
  display: block;
  border-radius: 45px;
  margin-right: 5px;
}

.content ul li dl dd {
  float: right;
  width: 60px;
  height: 23px;
  color: #fff;
  border-radius: 45px;
  background-color: #4fbb6f;
  display: flex;
  justify-content: center;
  align-items: center;
  /* color: #4DBC6D; */
}

.content ul li span {
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 100%;
  border: 1px solid #e1e6ec;
  border-radius: 45px;
}

.content 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;
  /*  background-size: .48rem .48rem;
 background-image: linear-gradient(-45deg, transparent 0em, transparent 0.128rem, #43A14D 0.144rem, #43A14D 0.336rem, transparent 0.336rem, transparent 0.466667rem, #43A14D 0.496rem);
  -webkit-animation: warning-animation 750ms infinite linear;
  -moz-animation: warning-animation 750ms infinite linear;
  animation: warning-animation 750ms infinite linear; */
}

.content ul li span i::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.133333rem;
  border-radius: 45px;
  /* background-image: linear-gradient(to bottom, #6DA807, rgba(171, 226, 77, 0.6) 15%, transparent 60%, #6DA807); */
  background-size: 3em 3em;
  background-image: linear-gradient(-45deg, transparent 0em, transparent 0.8em, rgba(255, 255, 255, .2) 0.9em, rgba(255, 255, 255, .2) 2.1em, transparent 2.1em, transparent 2.9em, rgba(255, 255, 255, .2) 3.1em);
  -webkit-animation: warning-animation 750ms infinite linear;
  -moz-animation: warning-animation 750ms infinite linear;
  animation: warning-animation 750ms infinite linear;
}

.content ul li .btn {}

@-webkit-keyframes warning-animation {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: .5rem 0;
  }
}

@-moz-keyframes warning-animation {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: .5rem 0;
  }
}

@keyframes warning-animation {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: .5rem 0;
  }
}

.refresh  {
  /* width: 8.266667rem; */
  height:1.066667rem;
  line-height: 1.066667rem;
  text-align: center;
  margin: 0.6rem 10px 0 10px;
  background: url(/static/index/images/button.png) no-repeat;
  background-size: 100% 100%;
  text-decoration: none;
  vertical-align: top;
  color: #fff;
  font-size: 0.32rem;
}

.download {
  /* width: 8.266667rem; */
  margin: 0.3rem 10px 20px 10px;
}

.download a {
  color: #fff;
  font-size: 0.32rem;
  line-height: 1.066667rem;
  display: block;
  text-align: center;
  background: url(/static/index/images/button.png) no-repeat;
  background-size: 100% 100%;
  text-decoration: none;
  vertical-align: top;
}

.download a::before {
  content: " ";
  width: 0.36rem;
  height: 0.32rem;
  display: inline-block;
  background: url(../images/download.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.066667rem;
}

.footer {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  line-height: 20px;
}


.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;
}




.floating-button {
  position: fixed;
  top: 45px;
  right: -10px;
  /*background-color: #007bff;*/
  color: #fff;
  width: 100px;
  height: 100px;
  /*border-radius: 50%;*/
  /*text-align: center;*/
  line-height: 50px;
  /*cursor: pointer;*/
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);*/
}

.floating-button img{
  width: 65%;
  margin: 10px;
}