.top {
	width: 100%;
	height: 100%;
	margin-top: -0.44rem;
	position: absolute;
	z-index: -1;
}

.top img {
	width: 100%;
	height: 100%;
}

body {
	background-color: #FFFFFF !important;
}

.content {
	width: 100%;
	height: 6.6rem;
	/* background: #FFFFFF; */
	border-radius: .3rem .3rem 0rem 0rem;
	padding: .2rem;
	box-sizing: border-box;
	margin-top: 0.8rem;
	position: relative;
	z-index: 99;
}

.content .logo{
	width: 0.7rem;
	height: 0.7rem;
	margin: 0 auto 0.8rem;
}

.content .logo img{
	width: 0.7rem;
	height: 0.7rem;
	margin: 0 auto;
}

.content .list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* margin-bottom: .2rem; */
	height: 0.6rem;
	border-bottom: 1px solid #EBEBEB;
}

.content .list .item:last-child{
	border: none;
}

.content .list .item .title {
	display: flex;
	align-items: center;
}

.content .list .item .title .icon {
	width: .32rem;
	height: .32rem;
	margin-right: .1rem;
}

.content .list .item .title span {
	font-size: .15rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}

.content .list .item .detail {
	font-size: .15rem;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #5BB279;
}

.content .message {
	width: 100%;
	position: absolute;
	bottom: .1rem;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content .message span {
	font-size: .12rem;
	font-family: Source Han Sans CN-Light, Source Han Sans CN;
	font-weight: 300;
	color: #999999;
}

.content .message span {
	margin-bottom: .15rem;
}

.content .message span:last-child {
	margin-bottom: 0;
}