.left {
	position: fixed;
	left: 20px;
	top: 20px;
	width: 400px;
}

.staff,
.serverinfo,
.cbox,
.profilesection {
	background-color: rgba(0, 0, 0, .5);
}

.userdata,
.profilepic {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.userdata {
	margin-left: 10px;
}

.profilepic img {
	height: 74px;
	margin-top: 20px;
	margin-bottom: 15px;
	border: 1px solid rgba(255, 255, 255, .1);
}

.userdata p {
	margin: 0;
	text-align: left;
	font-size: 18px;
	margin-bottom: 5px;
	margin-left: 0;
}

.userdata p:first-child {
	margin-top: 33px;
}

.cbox {
	margin-top: 20px;
	padding: 20px;
}

.cbox .title {
	padding-bottom: 12px;
	font-size: 18px;
	margin-bottom: 20px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.cbox table tr td:first-child {
	background-color: rgba(0, 0, 0, .4);
	padding: 10px 15px;
}

.cbox table tr td:last-child {
	padding: 10px 15px;
	color: rgb(240, 240, 240);
}

.center {
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	width: 800px;
	text-align: center;
}

.center h1 {
	font-size: 50px;
	margin: 0;
	margin-top: 20px;
}

.center h2 {
	font-size: 24px;
	margin: 0;
	font-weight: 400;
	color: rgb(230, 230, 230);
}

.center hr {
	width: 200px;
	margin: 20px auto;
	border-color: rgba(255, 255, 255, 0.2);
}

.center p {
	font-size: 20px;
	margin: 0;
	margin-bottom: 10px;
}

.center .about {
	width: 350px;
	margin: 20px auto;
}

.center .about p {
	font-size: 18px;
}

.right {
	position: fixed;
	right: 20px;
	top: 20px;
	width: 400px;
}

.serverinfo {
	padding: 20px;
}

.serverinfo p {
	margin: 0;
	margin-bottom: 9px;
}

.serverinfo p:last-child {
	margin: 0;
}

.staff {
	margin-top: 20px;
	padding: 20px;
}

.staff .title {
	padding-bottom: 12px;
	font-size: 18px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.staff table tr td {
	width: calc(400px / 3);
	padding-top: 20px;
}

.staff table tr td p {
	color: rgba(250, 250, 250);
	margin: 0;
	margin-top: 3px;
}

.staff table tr td p:last-child {
	color: rgba(220, 220, 220);
}

.staff table tr {
	padding-top: 20px;
}

.staff table tr:first-child {
	padding-top: 0;
}

.staff table tr td img {
	border: 2px solid rgba(0, 0, 0, 0.6);
	width: 60px;
}

.bottom {
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-size: 22px;
}

/* 自动切换句子样式 - 在这里修改样式 */
.rotating-messages {
	position: fixed;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
}

.message-container {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 15px 25px;
	border-radius: 25px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.rotating-text {
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	transition: opacity 0.5s ease-in-out;
	display: block;
	text-align: center;
	min-width: 300px;
}