#box {
  width: 100%;
  height: 100%;
}
#box .fault {
  height: 1.42857143rem;
  width: 1.42857143rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#box .fault span {
  margin-top: 0.10714286rem;
  width: 1.42857143rem;
  text-align: center;
  font-size: 0.11428571rem;
  color: #666;
}
#box .fault span a {
  color: #009688;
  margin-left: 0.03571429rem;
}
#box .fault span a:hover {
  color: #009688;
}
