#meeting{
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background:#fff;
	display:none;
	z-index: 999;
}
#meeting-start{
	position:fixed;
	top:0;
	/* left:50%; */
	width: 100%;
	height: 12rem;
	background:#000;
	display:none;
	z-index: 999;
}
.flex-start{
	
display: flex;
	
justify-content: center;
	
height: 100%;
	
align-items: center;
}
.cancel-start{
	/* float:left; */
	width: 30%;
	height: 100%;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	text-align: center;
	margin-left: 5%;
}
.cancel-start img{
	
width: 4rem;
}
.go-start{
	
/* width: 50%; */
	
width: 30%;
	
height: 100%;
	
/* display: flex; */
	
/* align-items: center; */
	
/* justify-content: center; */
	
text-align: center;
	
margin-right: 5%;
}
.go-start img{
	
width: 4rem;
}
.font-text{
	
color: #fff;
	
margin-top: 0.5rem;
	
font-size: 15px;
}

#audio-view{
	
}

#audio-view audio{
	
}
#wx-mp3{
	
}

.meeting-title{
	
height: 5rem;
	
color: #fff;
	
display: flex;
	
align-items: center;
	
justify-content: center;
}

.pre-wrap{
    white-space: pre-wrap;
}

.newline{
    clear:both;
}

.align-left{
    text-align:left;
}