body {
	max-width: 640px;
	margin: 0 auto;
	background-color: #EEEFF3;
}

.container {
	position: absolute;
	max-width: 640px;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.topdiv {
	background-color: #726E6D;
	min-width: 320px;
}

.player{
  background-repeat: no-repeat;
  background-size: 100%,100%;
  z-index: 1000;
}

.menu {
	position: absolute;
	width: 2.5rem;
	height: 17.6rem;
	top: 0;
	right: 0;
	z-index: 10000;
}

.middle {
	width: 100%;
}

.bottom {
  flex: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.bottom img{
  user-select: none;
  touch-action: none;
  pointer-events: none;
}
.bottom .message-wrap{
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
.message-wrap .message{
  flex: 1;
  padding: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
}
.message-wrap .message-item{
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 1;
}
.message-wrap .message-item .message-item_left{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 6px;
  display: block;
  flex-shrink: 0;
}
.message-wrap .message-item .message-item_right{
  max-width: 80%;
}
.message-wrap .message-item .message-item_right span{
  font-size: 12px;
  padding-bottom: 5px;
  color: #333333;
  display: inline-block;
}
.message-wrap .message-item .message-item_right p{
  background-color: #FFFFFF;
  font-size: 16px;
  word-break: break-all;
  padding: 8px 5px;
  white-space: pre-wrap;
  border-radius: 5px;
}
.message-wrap .message-item:last-child{
  margin-bottom: 0px;
  /* padding-bottom: 10px; */
}
.message-wrap .more-msg{
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}
.menu-img {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 2.3rem;
}

.middle-img {
  width: 100%;
  display: block;
  height: 60px;
}

.bottom-img, .message-img {
  width: 100%;
  display: block;
  height: auto;
}
