
body {
	background-color: #f2f2f2;
}
/*菜单*/
.records_menu {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	width: 100%;
	height: 0.9rem;
	background-color: #fff;
}
.records_menu_item {
	position: relative;
	width: 50%;
	height: 100%;
}
.menu_item_p {
	color: #343434;
	font-size: 0.3rem;
	text-align: center;
	line-height: 0.9rem;
}
.select_img {
	display: none;
	position: absolute;
	bottom: 0.05rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0.55rem;
	height: 0.04rem;
}
.records_menu_item_select .menu_item_p {
	color: #0d4b92;
}
.records_menu_item_select .select_img {
	display: block;
}
/*记录列表*/
.recordsList_content {
	width: 7.1rem;
	margin: 1rem auto 1.3rem;
}
.records_li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 0.15rem 0 0.25rem;
	margin-bottom: 0.1rem;
	background-color: #fff;
	border-radius: 0.1rem;
}
.records_info {
	width: 100%;
}
.line1,.line2,.line3 {
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}
.line1 {
	margin-top: 0.3rem;
}
.records_info p{
	color: #222;
	font-size: 0.28rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.records_info .title{
	margin-right: 0.1rem;
	color: #666;
	font-size: 0.28rem;
}
.name_tit,.roomNum_tit {
	width: 50%;
	margin-right: 0.7rem;
}
.line3 p{
	margin-right: 0.5rem;
}
.records_select_img {
	position: absolute;
	right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
	width: 0.36rem;
	height: 0.36rem;
}
.chakanfapiao {
	position: absolute;
	right: 0.15rem;
	bottom: 0.22rem;
	height: 0.46rem;
	padding: 0.05rem 0.2rem;
	background-color: #eee;
	border-radius: 0.18rem;
	color: #666;
	font-size: 0.22rem;
	line-height: 0.36rem;
}
/*开发票按钮*/
.bottom_button {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 1.3rem;
	padding: 0.12rem 0 0.3rem;	
	background-color: #f2f2f2;
}
.button_rounded_rectangle {
	margin: 0 auto;
    width: 7.1rem;
    height: 0.88rem;
    background: #023D79;
    border-radius: 0.1rem;
    color: #fff;
    font-size: 0.36rem;
    line-height: 0.9rem;
    text-align: center;
}
/*弹窗*/
.tanchuang {
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: rgba(00,00,00,0.3);
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
}
.zhezhao {
	width: 100%;
	height: 100%;
}
.tc_ct {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60%;
	padding: 0.3rem 0.2rem;
	background-color: #f2f2f2;
	overflow: auto;
}
.tc_ct li {
	width: calc(100vw - 0.4rem);
	height: 1rem;
	padding: 0 0.1rem;
	margin-bottom: 0.2rem;
	background-color: #fff;
	border-radius: 0.1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}