ol {
	width:90%;
	margin:0 auto;
	text-align:left;
	font:24px/36px 微软雅黑;
}

h1, h2 {
	text-align:center;
}
p {
	text-indent:2em;
	font:18px/24px 微软雅黑;
}

h1 a {
	text-decoration:none;
	font-size:24px;
	color:#01A5AF;
}
h1 a:hover {
	color:#F8931D;
}

.new-btn-login-sp{
	padding: 1px;
	display: inline-block;
	width: 50%;
}
.new-btn-login {
	background-color: #02aaf1;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	width: 90%;
	height: 30px;
	border-radius: 5px;
	font-size: 16px;
}
#main{
	width:90%;
	margin:0 auto;
	font-size:14px;
}
.red-star{
	color:#f00;
	width:10px;
	display:inline-block;
}
.null-star{
	color:#fff;
}
.content{
	margin-top:5px;
}
.content dt{
	width:100px;
	display:inline-block;
	float: left;
	margin-left: 20px;
	color: #666;
	font-size: 13px;
	margin-top: 8px;
}
.content dd{
	margin-left:0px;
	margin-bottom:5px;
}
.content dd input {
	width: 80%;
	height: 28px;
	border: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}
#btn-dd{
	margin: 20px;
	text-align: center;
}

.am-header {
	border-radius:10px;
	margin:10px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	width: 80%;
	position: relative;
	padding: 7px 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: pink;
	height: 40px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	box-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	box-align: center;
}
.am-header h1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	box-flex: 1;
	line-height: 18px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}

/* 选择所有表格中第二列（thead和tbody中的th和td）的元素 */
table td:nth-child(2), table td:nth-child(3) {
	text-align:left;
	padding:0;
}

table td:nth-child(2) img {
	position: relative;	
	border-radius:5px;
	width:30px;
	top:2px;
}

td.area, td.nickname, td.remark {
	overflow: hidden;  /* 将超出部分隐藏 */
	text-overflow: ellipsis;  /* 显示省略号 */
	white-space: nowrap;  /* 禁止换行 */
}

table.intro td {
	font:24px/36px SegoeUI;
}

td.c1 {
	background:#FBB217;
	color:white;
}

td.c2 {
	background:#84AF9B;
	color:white;
}

td.c3 {
	background:#A8887D;
	color:white;
}

td.c4 {
	background:#DB7093;
	color:white;
}

td.c5 {
	background:#EDDE8B;
	color:#000;
}

td.c6 {
	background:#C7C8A8;
	color:white;
}
td.lyricolor span {
	color:#fff;
	border-radius:6px;
}

dl.content {
	justify-content: flex-start; /* 确保 Flex 子元素居左 */
	text-align: left; /* 覆盖父容器的居中文字对齐 */
}