/* ========== 全局样式 ========== */
body {
    background-color: #f4f4f4;
}

h2 {
    font-size: 16px;
}

h3 {
    font-weight: bold;
}

h4 {
    border-bottom: 2px solid #ed5565;
    padding-bottom: 7px;
    display: table;
    clear: both;
    color: red;
    font-weight: bold;
}

/* ========== LayUI组件样式 ========== */
.layui-breadcrumb a {
    font-size: 16px;
    color: orangered !important;
}

.layui-timeline-item {
    width: 100%;
}

/* ========== 自定义内容样式 ========== */
.xgul {
    display: table;
    width: 100%;
}

.xgul li {
    display: block;
    width: 100%;
}

.ctP {
    line-height: 35px;
}

.ctName {
    font-weight: bold;
    color: green;
    border-left: 2px solid #999;
    padding-left: 5px;
    margin-right: 5px;
}

.ctInfo {
    color: #737383;
}

.ctBZ {
    border-bottom: 1px solid #aa00ff;
    color: #aa00ff;
}

.ctBZ2 {
    border-bottom: 1px solid #007DDB;
    color: #007DDB;
}

.ctBZ3 {
    border-bottom: 1px solid brown;
    color: brown;
}

.ctBZ4 {
    border-bottom: 1px solid red;
    color: red;
}

.qd {
    font-weight: bold;
    color: #0072E3;
    padding: 0 3px;
}

.ctBZ, .ctBZ2, .ctBZ3, .ctBZ4 {
    margin-right: 7px;
}

/* 让卡片全屏显示 */
.layui-card {
    max-width: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

/* 让卡片头部全屏 */
.layui-card-header {
    padding: 0 !important;
    border: none !important;
}

/* ========== 游戏导航样式 ========== */
.game-nav {
    width: 100% !important;
    background-color: #393d49 !important;
}

.game-nav .layui-nav {
    width: 100% !important;
    background-color: #393d49 !important;
    line-height: 46px !important;
    height: 42px !important;
    border-bottom: none !important;
}

.game-nav .layui-nav-item {
    margin: 0 20px !important;
}

.game-nav .layui-nav-item a {
    color: #93949c !important;
    font-size: 16px !important;
    line-height: 40px !important;
}

.game-nav .layui-nav-item.layui-this a {
    color: #fff  !important;
}

.game-nav .layui-nav-item.layui-this:after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    height: 2px !important;
    background-color: #009688 !important;
    display: block !important;
}

.game-nav .layui-nav-bar {
    display: none !important;
}


/* 编辑器样式 */
#editBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.layui-textarea {
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 14px;
}

.layui-modal-body {
    padding: 20px;
}

.layui-modal-footer {
    text-align: right;
    padding: 15px 20px;
    border-top: 1px solid #e8e8e8;
}