* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* 页面背景改为深灰近黑色 #222222 */
body {
    font-family: 'Microsoft YaHei', 微软雅黑, Tahoma, Arial, sans-serif;
    font-size: 16px;
    background: #222222 url("../images/5a.jpg") repeat;
}
.banner {
    text-align: center;
    padding: 20px 0;
}
.banner h1 {
    font-size: 38px;
    font-weight: bold;
    color: #FF0000;
    margin-bottom: 10px;
}
.banner p {
    font-size: 38px;
    font-weight: bold;
    color: #FF0000;
}
.main-wrap {
    width: 100%;
    border-top: 5px solid #CD0000;
    border-bottom: 5px solid #CD0000;
    background: #fff;
    margin: 10px auto 0;
}
.container {
    width: 810px;
    margin: 0 auto;
    padding: 10px;
}
.title {
    text-align: center;
    font-family: 微软雅黑, 黑体, 宋体;
    color: #ff0000;
    line-height: 40px;
    margin: 15px 0;
}
.server-name {
    text-align: center;
    font-size: 2em;
    color: #000;
    background: rgb(241, 200, 18);
    border-radius: 5px;
    padding: 10px;
    margin: 15px 0;
}
.intro {
    color: #008B00;
    margin: 3px 0;
    font-weight: bold;
    text-align: left !important;
}
.tips {
    text-align: left !important;
    color: #FF0000;
    font-weight: bold;
    margin: 5px 0;
}
.tips.tips-center {
    text-align: center !important;
    color: #ffffff !important;
    background-color: #9400D3;
    padding: 6px 10px;
    border-radius: 4px;
}
.intro img, .tips img {
    vertical-align: middle;
    margin-right: 6px;
}
.class-desc {
    color: #FF00FF;
    font-weight: bold;
    margin: 10px 0;
}
.equip-title {
    text-align: center;
    font-size: 22pt;
    color: #9400D3;
    font-weight: bold;
    margin: 20px 0;
}
.img-group {
    text-align: center;
    margin: 10px 0;
}
.img-group img {
    max-width: 100%;
    height: auto;
    margin: 5px;
}
.small-img img {
    width: 200px;
    height: 150px;
    margin: 0 5px;
}

/* 外层容器：居中，给装备框预留左右空白 */
.equip-box-outer {
    width: 100%;
    padding: 0 30px;
    margin: 10px 0;
}
/* 装备图片背景改为深灰接近黑色 #333333 */
.equip-img-group {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8C2318;
    padding: 20px 20px;
    border-radius: 0px;
    gap: 30px;
}
.equip-img-group img {
    flex-shrink: 0;
    width: 249px;
    height: 291px;
}

.footer {
    background: #f1f1f1;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
}
.footer p {
    margin: 5px 0;
}
.copyright {
    text-align: center;
    font-size: 15px;
    color: #000;
    padding: 10px 0;
}
a {
    text-decoration: none;
    color: #CD0000;
}