html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}


.idanime2,
.i,
.header2,
.thread_list,
h1 {
  display: flex;
  align-items: center;

}


.sen1 {
	top: 0;
}
.sen1, .middle, .idanime2, .thread_list, h1 {
	border: solid 0.0625rem #000;
	box-sizing: border-box;
	position: absolute;
	width: 100%
}

.middle {
	height: 10.5rem;
	top: 2.09rem;
	background-color: #2280c2;
}
  
.middle-banner {
	height: 10.37rem;
	top: 0.003rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.sen1 {
	background-color: #fff;
	height: 2.15rem;}
.idanime2 {
	top: 12.53rem;}
.idanime2 {
	color: #00F;
	height: 2.15rem;
	font-size: 1rem;
	overflow: hidden
}
.idanime2 p {
	animation: ida 20s linear infinite;
	transform: translateX(calc(-8% + 100vw));
	white-space: nowrap
}

@keyframes ida {
	100% {
		transform: translateX(-100%)
	}
}

.menu {
  display: flex;
  box-sizing: border-box;
  border: solid 0.0625rem #000;
  width: 100%;
  top: 14.61rem;
  position: absolute
}

.menu > :not(:first-child) {
  border-left:0.0625rem solid #000000;
}

.button_1:hover, .button_2:hover, .button_3:hover, .thread_button:hover {
	background: #00005e
}

.button_1, .button_2, .button_3 {
	font-size: 1rem;
	flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
	color:#fff;
  background-color: #3737ff;
	border: none;
	height: 2.03rem;
	box-sizing: border-box;
}



h1 {
  top: 29.24rem;
  font-size: 1rem;
  font-weight: normal;
  padding: 0rem 0.3125rem;
  height: 2.15rem;
  position: absolute;
  margin: 0;
}

.thread{
position:absolute;
top:35.5rem;
left:0;
right:0;
box-sizing:border-box;
margin:0;
padding:0;
}

[class*="thread"]+[class*="thread"]{
border-top:0;
}

.thread_page_icon,
.thread_page_name,
.thread_button{
width:100%;
box-sizing:border-box;
font-size:1rem;
padding:0 0.5rem;
border:solid 0.0625rem #000;
background-color:#fff;
color:#000;
outline:none;
}

.thread_page_icon {
	height:2.15rem;
}

.thread_button, .thread_page_name{
	height:2.09rem;
}

.thread_button{
background-color:#3737ff;
color:#fff;
text-align:left;
cursor:pointer;
margin-bottom: 16rem;
}

.new_message {
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	position: absolute;
	box-sizing: border-box;
	top: 16.70rem;
	max-width: 100vw;}
.header2 {
	background-color: #3737ff;
	color: #fff;
	border: solid 0.0625rem #000;
	font-size: 1rem;
	padding: 0rem 0.3125rem;
	height: 2.15rem;
	box-sizing: border-box;
}
.i {
	font-size: 1rem;
	color: #000;
	padding: 0rem 0.3125rem;
	border-top: 0.0625rem solid #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	height: 2.09rem
}

.thread_list {
	top: 31.33rem;
	position: absolute;
	padding: 0rem 0.3125rem;
	box-sizing: border-box;
	text-decoration: none;
	color: black;
	height: 2.09rem
	
}