* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	text-decoration: none;
}

body {
	font-family: "微软雅黑";
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

.page {
	background: url(../images/bg.png) no-repeat center top;
	background-size: cover;
}

.head {
	height: 56px;
	padding: 8px 20px;
	background-color: #fff;
	display: flex;
}

.head img {
	height: 40px;
	margin-right: 10px;
}

.head span {
	flex: 1;
	line-height: 40px;
	text-align: center;
}

.head a {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin-top: 5px;
	border-radius: 8px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #005D69;
	float: right;
}

.server {
	margin: 30px 20px 10px;
}

.content {
	margin: 0 20px;
	width: calc(100 - 40px);
	border: 1px solid #fff;
}

.title {
	display: flex;
	padding: 0 20px;
	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.5;
}

.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;
}

.list p {
	width: 80px;
}

.list i {
	padding-left: 25px;
	position: relative;
}

.list a {
	flex: 1;
	text-align: center;
}

.list span {
	display: inline-block;
	width: 65px;
	height: 30px;
	background-color: red;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	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%;
}

.cpriht {
	text-align: center;
	color: #fff;
	padding: 30px 0 20px;
}

.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;
}
