.form-box {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  width: 100%;
}
.form-box textarea {
  padding: 16px;
  margin-bottom: 12px;
  outline: none;
  border-radius: 16px;
  font-size: 24px;
  height: 70px;
  border: none;
  box-shadow: inset 0px 0px 8px #576574;
}

.form-box #tucao {
  padding: 8px;
  outline: none;
  cursor: pointer;
  background-color: #576574;
  border-radius: 8px;
  font-size: 24px;
  color: white;
  font-weight: bold;
  text-align: center;
  transition: all .35s ease;
}

#tucao:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
}

.AwesomeDanMu {
  height: 290px;
  width: 100%;
}

h1{
  text-align: center;
  line-height: 1;
  padding: 32px;
}

.myuki-danmu_box, .myuki-danmu_box * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:any-link{
	text-decoration: none;
}
.myuki-danmu_box {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.6);
	padding: 8px;
	overflow: hidden;
	background-color: antiquewhite;
	background-repeat: no-repeat;
	background-size: cover;
}

.myuki-danmu_box::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: -1px;
	top: 0;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}

.myuki-danmu_box::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	right: -1px;
	top: 0;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}

.myuki-danmu_item {
	position: absolute;
	width: fit-content;
	height: 36px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: white;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 18px;
	left: 100%;
	cursor: pointer;
	transition: box-shadow .3s ease;
	box-shadow: 0px 0px .1px white;
}

.myuki-danmu_item:hover {
	box-shadow: 0px 0px 8px #48dbfb;
}

.myuki-danmu_item .avatar {
	height: 28px;
	width: 28px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.avatar img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.myuki-danmu_item .content {
	font-weight: bold;
	line-height: 1;
	margin: 0 12px;
	color: #576574;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
