* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: normal;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  width: 100%;
  /* height: 100%; */
  background: url(../images/bg.png) no-repeat center top;
  background-size: cover;
}

body {
  font-family: "微软雅黑";
  width: 100%;
  /* height: 100%; */
  max-width: 640px;
  margin: 0 auto;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

.page {
  /* height: 100%; */
  width: 100%;
  padding-top: 56px;
}

/* .page {
	background-image: url('../images/bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center; 
} */

.head {
  position: fixed;
  top: 0;
  width: 100%;
  height: 56px;
  padding: 8px 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.text {
  flex-grow: 1;
}

.head img {
  height: 40px;
  margin-right: 10px;
  max-height: 20px;
}

.head span {
  flex: 1;
  line-height: 40px;
  text-align: right;
  margin-right: 5px;
}

.head a {
  display: inline-block;
  width: 80px;
  height: 30px;
  /*margin-top: 5px;*/
  border-radius: 8px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #005d69;
  float: right;
}

.server {
  margin: 10px 10px 10px;
}

.server .logo {
  border-radius: 5px;
}

.content {
  margin: 0 10px;
  width: calc(100% - 20px);
  border: 1px solid #efefef;
  border-radius: 5px;
}

.title {
  display: flex;
  padding: 0 10px;
  align-items: center;
}

.title .btn {
  width: 60px;
}

.title .btn p {
  width: 60px;
  height: 30px;
  background-color: #006e72;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
}

.title .btn img {
  vertical-align: sub;
}

.title .info {
  padding-top: 10px;
  flex: 1;
}

.title .info p {
  color: #fff;
  line-height: 2;
}

.title .info p:nth-child(1) {
  font-size: 16px;
}
.title .info p:nth-child(2) {
  color: #d54747;
}

.list {
  padding: 0 5px;
}

.list li.init {
  background-color: #e0e0e0;
}

.list li.init span {
  background-color: #b4b4b4;
}

.list li.ct span {
  background-color: #00bf8c;
}

.list li.yd span {
  background-color: #656565;
}

.list li {
  height: 50px;
  padding: 10px 8px;
  background-color: #fff;
  margin-bottom: 10px;
  display: flex;
  line-height: 30px;
  border-radius: 4px;
}

.list p {
  width: 80px;
}

.list i {
  padding-left: 25px;
  position: relative;
}

.list a {
  flex: 1;
  text-align: center;
}

.list span {
  display: inline-block;
  width: 90px;
  height: 30px;
  background-color: red;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: relative;
}

.list span::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #fff;
  background-color: #fff;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.copyright {
  position: relative;
  width: 100%;
  /* bottom: 10px; */
  text-align: center;
  color: #fff;
}

.list i::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  bottom: 0;
  background-image: url(../images/time.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
}

.list li.fast i::before {
  background-image: url(../images/time_w.png);
}

.list li.fast {
  background-color: red;
}

.list li.fast p i,
.list li.fast a {
  color: #fff;
}

.list li.fast span {
  background-color: #fff;
  color: #333;
  padding-left: 18px;
}

.list li.fast span::before {
  width: 16px;
  height: 16px;
  background-image: url(../images/flash.png);
  background-size: contain;
}
