.starter-template {
	padding: 20px 15px;
	text-align: center;
	line-height:260%;
}
.name{
	width: 10em;
	text-align: justify;
	display: inline-block;
	vertical-align: top;
}
.name::after{
	width: 100%;
	display: inline-block;
	content: '';
}
.list {
        height: 1px;
        margin: 10px 0;
        border: 0;
        clear: both;
    background-color: #e6e6e6;
}
.starter-wait {
    line-height: 350%;
    text-align: center;
}
.server-People {
	letter-spacing: .05em;
	text-align: center;
	line-height:350%;
}
.server-People>.server-current {
	font-size: 40px;
	font-weight: 600;
}

.server-People>.server-max {
	margin-left: 2px;
	font-size: 30px;
	color: #777
}
.jt-center {
    text-align: center;
    font-size: 2em;
    line-height: 2em;
}
/* ========== 右侧栏美化 ========== */

/* 侧边栏容器 */
.sidebar {
    margin-left: 15px;          /* 左侧间距 */
    /* 移除原有背景、阴影、圆角等 */
    background: none;
    box-shadow: none;
    overflow: visible;
    margin-bottom: 0;
}

/* 模块卡片 */
.asides-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 20px 18px;
    margin-bottom: 20px;        /* 模块间距 */
    transition: all 0.3s;
}
.asides-box:last-child {
    border-bottom: none;
	margin-bottom: 0;     /* 最后一个模块底部不留边距 */
}

/* 模块标题 */
.asides-box .widget-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 16px 0;
    padding-left: 12px;
    border-left: 4px solid #5FB878;  /* LayUI 绿色主色调 */
    color: #333;
    line-height: 1.4;
}

/* 列表样式 */
.asides-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.asides-box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    transition: color 0.2s;
}
.asides-box ul li:last-child {
    margin-bottom: 0;
}
.asides-box ul li:hover {
    color: #5FB878;
}
.asides-box ul li .layui-badge {
    flex-shrink: 0;
    margin-right: 10px;
    background-color: #f2f2f2;
    color: #666;
}
.asides-box ul li a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
    word-break: break-word;
}
.asides-box ul li a:hover {
    color: #5FB878;
}

/* 分割线调整 */
.asides-box hr.list {
    margin: 12px 0;
    border: 0;
    height: 1px;
    background: #f0f0f0;
}

/* 版本信息列表特殊样式 */
.asides-box .list-unstyled li {
    display: flex;
    justify-content: space-between;
    margin-bottom: -8px;  /* 原6px → -8px */
    font-size: 14px;
	align-items: stretch;
}
.asides-box .list-unstyled li .name {
    color: #666;
}
.asides-box .list-unstyled li .layui-badge {
    font-weight: normal;
    background-color: #f2f2f2;
    color: #666;
}
.asides-box .list-unstyled li .layui-badge.layui-bg-green {
    background-color: #5FB878 !important;
    color: #fff;
}

/* 按钮样式统一 */
.asides-box .c-downbtn1-btn {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 12px;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s;
    cursor: pointer;
}
.asides-box .c-downbtn1-btn:last-child {
    margin-bottom: 0;
}
.asides-box .c-downbtn1-btn:hover {
    background: #5FB878;
    border-color: #5FB878;
    color: #fff;
}
.asides-box .c-downbtn1-btn a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
/* 响应式：小屏幕时缩小内边距，并取消左侧间距避免拥挤 */
@media (max-width: 768px) {
    .asides-box {
        padding: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .sidebar {
        margin-left: 0;
    }
    .asides-box .widget-title {
        font-size: 16px;
    }
    .asides-box ul li {
        font-size: 13px;
    }
}