body, html, div {
	margin: 0;
    padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wrapper {	
	width: 100%;
	background: #f7f7f7;
	min-height: 100vh;
}
.header_panel {
	width: 100vw;
	height: 58px;
	background: #FFFFFF;
}
.header_panel {
	width: 100vw;
	height: 58px;
	background: #FFFFFF;
}
.header {
	height: 24px;
	line-height: 24px;
	border-radius: 0px;
	text-align: center;
	border-bottom: 2px solid #222222;
	background: #FFFFFF;
	padding: 16px;
	display: flex;
    justify-content: flex-start;
	width: calc(100vw - 32px);
	position: fixed;
	z-index: 99;
}
.back {
	width: 24px;
	height: 24px;
}
.blank {
	width: 24px;
	height: 24px;
}
.back img {
	width: 24px;
	height: 24px;
}
.title {
	max-width: 150px;
    overflow: hidden;
	margin: 0 auto;
}
.main {
	width: 93.6vw;
    margin: 12px 3.2vw 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	border-radius: 8px;
}
.main__item {
    width: 100%;
	height: 56px;
	line-height: 56px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 8px;
}
.main__item a {
	height: 20px;
	line-height: 20px;
	padding: 18px 15px;
	text-decoration: none;
	display: flex;
    justify-content: space-between;
    align-items: center;
	/* overflow:hidden */
}
.main__item__left {	
	font-size: 14px;
	color: rgba(34, 34, 34, 0.85);
}
.main__item__right {
	height: 16px;
    color: #888;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.arrow {
	border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    border-color: #888888;
    transform: rotate(45deg);
}
.record_number {
    text-align: center;
    margin-top: 20%;
}