.content {
  width: 100%;
  background: #0b0e25;
  padding-bottom: 0.14rem;
}
.header {
  text-align: center;
  height: 0.89rem;
  line-height: 0.89rem;
  position: relative;
  background: url(../images/header_bg.png) no-repeat center center;
  background-size: 11.44rem 0.89rem;
  background-color: rgba(255, 255, 255, 0.02);
}
.header .title {
  width: 4.38rem;
  margin: 0 auto;
  font-size: 0.32rem;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: #9a84ec;
  background: linear-gradient(90deg, #01fce6 0%, #59a9ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .time {
  color: #A2FCFF;
  font-size: 0.32rem;
  font-family: Liquid;
  text-shadow: 0px 0.02rem 0.04rem rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0.8rem;
  top: 0;
  letter-spacing: 0.01rem;
}
.header .time font {
  margin-left: 0.2rem;
}
.header .return {
  background: url(../images/return.png) no-repeat left center;
  background-size: 0.44rem 0.4rem;
  position: absolute;
  right: 1.57rem;
  width: 1.2rem;
  font-size: 0.3rem;
  color: #a9f3ff;
  height: 0.4rem;
  line-height: 0.4rem;
  top: 0.295rem;
  padding-left: 0.59rem;
  cursor: pointer;
}
.device-list {
  background: url(../images/list-bg.png) no-repeat left center;
  background-size: 100% 100%;
  width: 18.25rem;
  height: 9.62rem;
  margin: 0.15rem auto 0;
  padding: 0 0.5rem;
}
.device-list .device-title {
  color: #FFF;
  text-align: center;
  padding-top: 0.3rem;
  margin-bottom: 0.9rem;
}
.device-list .device-title .name {
  font-size: 0.26rem;
  height: 0.26rem;
  line-height: 0.26rem;
  margin-bottom: 0.17rem;
}
.device-list .device-title .sum {
  font-size: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
}
.device-list .device-title .sum span {
  color: #FFB368;
}
.device-list .list-container{
  height: 7.86rem;
  padding:0.2rem 0 0 0;
  width:15.9rem;
  margin-left: 1.2rem;
}
.device-list .swiper-slide{
  width:4.6rem!important;
  margin-right: 0.7rem;
  height:1.52rem!important;
  margin-bottom: 1.1rem;
}
/** .device-list .swiper-slide:nth-child(3n+3){
//   margin-right: 0;
// }**/
.device-list .list {
  margin-bottom: 0.45rem;
}
.device-list .list .title {
  font-size: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  width: 100%;
  background: url(../images/circle_red.png) no-repeat left center;
  background-size: 0.23rem 0.23rem;
  padding-left: 0.29rem;
}
.device-list .list .ip {
  padding-left: 0.29rem;
  margin: 0.21rem 0 0.18rem 0;
  font-size: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  color: rgba(255,255,255,0.8);
}
.device-list .list .ip font {
  color: #0DF1EA;
}
.device-list .list .ip b {
  float: right;
  font-weight: 400;
  font-size: 0.14rem;
  color: rgba(255,255,255,0.5);
  margin-right: 0.9rem;
}
.device-list .list .voltage {
  padding-left: 0.29rem;
  font-size: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  margin-top: 0.14rem;
}
.device-list .list .voltage .span {
  float: left;
  color:rgba(255,255,255,0.8);
}
.device-list .list .voltage .speed {
  margin-left: 0.09rem;
  float: left;
  margin-top: 0.025rem;
}
.device-list .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.03rem;
  background: rgba(165, 244, 239, 0.1);
}
.device-list .swiper-pagination-bullet-active {
  background: rgba(165, 244, 239, 0.7);
}
.device-list .swiper-container-horizontal > .swiper-pagination-bullets,
.device-list .swiper-pagination-custom,
.device-list .swiper-pagination-fraction {
  bottom: 20px;
}
.progress-out {
  position: relative;
  background-color: #202237;
}
.progress-in {
  position: absolute;
  height: 100%;
  width: 0%;
  border: none;
  background: -webkit-linear-gradient(333deg, #6855ff 0%, #402ce2 100%);
  background: -o-linear-gradient(333deg, #6855ff 0%, #402ce2 100%);
  background: linear-gradient(63deg, #6855ff 0%, #402ce2 100%);
  text-align: center;
  color: #fff;
  z-index: 1;
  opacity:0.8;
}
.progress-current {
  background:-webkit-linear-gradient(left, rgba(144,131,255,1) 0%, rgba(87,74,201,1) 100%);
  background:-o-linear-gradient(left, rgba(144,131,255,1) 0%, rgba(87,74,201,1) 100%);
  background:linear-gradient(to right, rgba(144,131,255,1) 0%, rgba(87,74,201,1) 100%);
}
.progress-volt {
  background:-webkit-linear-gradient(left, rgba(126,255,183,1) 0%, rgba(57,207,136,1) 100%);
  background:-o-linear-gradient(left, rgba(126,255,183,1) 0%, rgba(57,207,136,1) 100%);
  background:linear-gradient(to right, rgba(126,255,183,1) 0%, rgba(57,207,136,1) 100%);
}
.progress-temperature {
  background:-webkit-linear-gradient(right, rgba(84,214,255,1) 0%, rgba(133,228,255,1) 100%);
  background:-o-linear-gradient(right, rgba(84,214,255,1) 0%, rgba(133,228,255,1) 100%);
  background:linear-gradient(to left, rgba(84,214,255,1) 0%, rgba(133,228,255,1) 100%);
}
.direction-left {
  left: 0;
  border-top-right-radius: 0.02rem;
  border-bottom-right-radius: 0.02rem;
}
.direction-right {
  right: 0;
  border-top-left-radius: 0.02rem;
  border-bottom-left-radius: 0.02rem;
}
.percent-show {
  position: absolute;
  width: 0.5rem;
  height: 100%;
  top: 0;
  right: -0.64rem;
  font-size: 0.12rem !important;
  color:rgba(255,255,255,0.8);
  text-align: left;
  z-index: 2;
}
