
.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt50 {
    padding-top: 50px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb50 {
    padding-bottom: 50px;
}
.pl10 {
    padding-left: 10px;
}
.pl20 {
    padding-left: 20px;
}
.pl55 {
    padding-left: 55px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.mr15 {
    margin-right: 15px;
}
.ml55 {
    margin-left: 55px;
}

.cursor {
    cursor: pointer;
}

.layui-table {
    width: auto;
}
.layui-table td {
    width: 100px;
    height: 100px;
    border-color: #999;
    padding: 0;
}
.layui-table .table-input {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    padding-left: 0;
    font-size: 12px;
}
.color-blue {
    color: #3742fa;
}
.layui-table .table-input {

}

.color-FF8800 {
    color: #FF8800;
}

.color-FF44FF {
    color: #FF44FF;
}

.color-1E90FF {
    color: #1E90FF;
}

.text-center {
    text-align: center;
}

legend {
    color: red;
}


body {
    font-family: "微软雅黑", sans-serif;
    background-color: #f4f4f4;
    line-height: 1.6;
}

/* 头部区域样式 */
.header {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 8px;
}

.header p {
    font-size: 14px;
    color: #666;
}

.header a {
    color: #3742fa;
}

/* 导航栏样式 */
.layui-nav {
    margin-top: 10px;
}

.layui-nav .nav-topup-icon {
    height: 40px;
}


/* 内容列表样式 */
.content-list {
    padding: 10px 20px;
    background-color: #fff;
    margin-top: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.content-list .item {
    padding: 10px 0;
    border-bottom: 1px solid #7f8c8d;
}

.content-list .item a {
    text-decoration: none;
    color: #007bff;
    font-size: 14px;
}

.content-list .item a:hover {
    text-decoration: underline;
}

.content-list .item .updatetime {
}

/* 打赏和联系区域样式 */
.donate-contact {
    padding: 20px;
    background-color: #fff;
    margin-top: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.donate-contact p {
    font-size: 14px;
    color: #666;
}

.app {
    margin-top: 10px;
    background-color: #fff;
}

.app-content {
    padding: 10px 20px;
}

.share {
    background-color: #fff;
}

.share .share-img {
    height: 38px;
    width: 46px;
    margin-left: 10px;
}

.specific {
    position: relative;
}

.specific .specific-add {
    position: absolute;
    height: 20px;
    line-height: 20px;
    padding: 9px 15px;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 999;
}

.xmselect-icon {
    height: 18px;
    padding-left: 15px;
}

.position-icon {
    height: 18px;
    padding-right: 2px;
}

.equipment-icon {
    height: 18px;
    padding-right: 2px;
}

.xm-select .xm-label .xm-label-block {
    display: flex;
    align-items: center;
}

.flex-left {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}

.nowrap {
    flex-wrap: nowrap;
}

.item h3 {
    line-height: 40px;
}

.d-icon {
    height: 35px;
}

.bonds .d-icon {
    height: 25px;
}

.content-line {
    line-height: 30px;
    margin-bottom: 5px;
    background: #ecf0f1;
    border-radius: 3px;
    padding-left: 3px;
}

.bonds {
    background: #95afc0;
}

.wake_up {
    background: #70a1ff;
    color: #fff !important;
}

#editor—wrapper {
    border: 1px solid #ccc;
    z-index: 100; /* 按需定义 */
}
#toolbar-container {
    border-bottom: 1px solid #ccc;
}
#editor-container {
    height: 500px;
}

.update-log-img img {
    max-width: 700px;
}

.detail-ttt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.detail-ttt img {
    height: 36px;
    width: 36px;
    margin-left: 20px;
}

/* 添加手机端样式 */
@media screen and (max-width: 767px) {
    .contact {
        max-width: 100px;
    }
    .update-log-img img {
        max-width: 100%;
    }
}











