/* 全局样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}
/* 顶部导航栏 */
.top_ {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}
.left_top button, .right_top a {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 3px 7px;
    margin: 0 5px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}
input[type="radio"] {
    display: none;
}
.left_top button:hover, .right_top a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}
.WEB_SMFW,.mWEB_SMFW {
    display: inline-block;
    margin: 0 1.5%;
    transition: all 0.3s ease;
    width: 24%;
    background: #fff;
    border-radius: 1vw;
    padding: 0.7vw;
}
/* Logo区域 */
.logo_ {
    background: rgba(255, 255, 255, 0.9);
    margin: 20px;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.comeT {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin: 20px 0;
}
.gzwx {
    width: 200px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/* 主导航菜单 */
.TOP {
    background: rgba(255, 255, 255, 0.95);
    margin: 20px;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.wzzbk {
    background: linear-gradient(45deg, #f093fb, #f5576c);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    margin: 5px;
}
.wzzbk:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(240, 147, 251, 0.4);
}
/* 子菜单 */
#top {
    background: rgba(255, 255, 255, 0.9);
    margin: 20px;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.wzbk {
    background: linear-gradient(45deg, #4facfe, #00f2fe);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
    margin: 3px;
}
.wzbk:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(79, 172, 254, 0.4);
}
/* 搜索区域 */
.SSQ {
    background: rgba(255, 255, 255, 0.9);
    margin: 20px;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.search {
    padding: 12px 20px;
    border: 2px solid #e1e5e9;
    border-radius: 25px;
    width: 300px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
}
.search:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.ssBT {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 12px 24px;
    margin: 0 10px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}
.ssBT:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}
/* 广告区域 */
.GGao {
    background: rgba(255, 255, 255, 0.9);
    margin: 10px;
    border-radius: 15px;
    padding: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
td div{
    text-align:left;
}
.GGao.red {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
    color: #333;
}
.GGao .green {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
    font-family: 'Courier New', monospace;
    font-weight: bold;
}
.GGao .gol a {
    color: #667eea;
    text-decoration: none;
    font-weight: bold;
}
/* 左侧导航 */
#left {
    background: rgba(255, 255, 255, 0.9);
    margin: 20px;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
/* 站点地图 */
.SiteMaps {
    background: rgba(255, 255, 255, 0.9);
    /* margin: 20px; */
    border-radius: 15px;
    padding: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.PGO {
    margin: 15px 0;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.PGO:hover {
    background: rgba(102, 126, 234, 0.1);
    transform: translateX(10px);
}
.PGO a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}
.PGO a:hover {
    color: #667eea;
}
/* 主要内容区域 */
.cont {
    background: rgba(255, 255, 255, 0.95);
    margin:10px 2px;
    border-radius: 20px;
    padding: 0.5vw;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
}
/* 文章标题 */
.WEB h1 {
    color: #333;
    font-size: 2.5em;
    margin-bottom: 30px;
    text-align: center;
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
}
/* 文章信息表格 */
.tab table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 15px;
    overflow: hidden;
}
.tab td {
    padding: 10px 3px;
    border: none;
    text-align: center;
}
.tab img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #667eea;
}
/* 文章内容 */
.editor {
    font-size: 16px;
    line-height: 1.8;
}
.editor h3 {
    color: #667eea;
    margin: 30px 0 20px 0;
    padding: 15px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border-radius: 10px;
    border-left: 5px solid #667eea;
}
.editor p {
    margin: 20px 0;
    text-align: justify;
}
.editor ul, .editor ol {
    margin: 20px 0;
    padding-left: 30px;
}
.editor li {
    margin: 10px 0;
}
.editor strong {
    color: #667eea;
    font-weight: 600;
}
.editor code {
    background: rgba(102, 126, 234, 0.1);
    padding: 3px 8px;
    border-radius: 5px;
    font-family: 'Courier New', monospace;
    color: #e74c3c;
}
.editor pre {
    background: #2d3748;
    color: #e2e8f0;
    padding: 20px;
    border-radius: 10px;
    overflow-x: auto;
    margin: 20px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.editor pre code {
    background: none;
    color: inherit;
    padding: 0;
}
.editor blockquote {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border-left: 5px solid #667eea;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    font-style: italic;
}
/* 文章导航 */
.WZS {
    background: rgba(255, 255, 255, 0.9);
    margin: 20px;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.WZDH {
    color: #667eea;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
    background: rgba(102, 126, 234, 0.1);
}
.WZDH:hover {
    background: rgba(102, 126, 234, 0.2);
    transform: translateY(-2px);
}
/* 评论区 */
.PLun {
    background: rgba(255, 255, 255, 0.9);
    margin: 20px;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.PLun h3 {
    color: #667eea;
    margin-bottom: 20px;
}
.TS {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 15px;
}
.TS:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}
/* 底部 */
.bar {
    background: rgba(255, 255, 255, 0.9);
    margin: 20px;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.end_bar a {
    color: #667eea;
    text-decoration: none;
    margin: 0 15px;
    transition: color 0.3s ease;
}
.end_bar a:hover {
    color: #764ba2;
}
.WJBA {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 5px;
}
/* 菜单按钮 */
.mlimg {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.mlimg:hover {
    transform: scale(1.1);
}
/* 服务卡片 */
.WEB_SMFW,.mWEB_SMFW {
    display: inline-block;
    margin: 0 1.5%;
    transition: all 0.3s ease;
    width: 24%;
}
.mWEB_SMFW {  
    width:30%;
}
.top_log {
    display: flex;
    align-content: center;
    align-items: center;
}
/* 响应式设计 */
@media (max-width: 480px) {
    .top_ {
        padding: 10px 8px;
        display: flex;
        flex-direction: row;
    }
    .top_log{
        flex-direction: row;
    }
    div#bar span {
        margin: 5px;
    }
    .GGao {
        margin:3px;
    }
    .CONT{
        flex-direction: column;
        flex-direction: column-reverse;
    }
    .menu#bar_2 {
        width: 98vw;
    }
}
.menu#bar_2{
    margin:10px auto;
    width:40%;
}
@media (max-width: 768px) {
    /* 服务卡片手机端 */
    .WEB_SMFW {
        display: block;
        margin: 10px 0;
        width: 96%;
    }
    .menu#bar_2 {
        width: 96vw;
    }
    .TOP, #top {
        align-items: center;
    }
    .top_log{
        flex-direction: column;
    }
    .search {
        width: 100%;
        max-width: 300px;
    }
    .WZS {
        flex-direction: column;
        gap: 15px;
    }
    .cont {
        padding: 2px;
        margin: 5px;
    }
    .WEB h1 {
        font-size: 2em;
    }
    /* .menu#bar_2 { */
    /*     width: 40vw; */
    /* } */
}
/* 滚动条美化 */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #764ba2, #667eea);
}
/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.cont, .SiteMaps, .PLun {
    animation: fadeInUp 0.6s ease-out;
}
/* 代码高亮 */
.prettyprint {
    background: #2d3748 !important;
    border: none !important;
    border-radius: 10px !important;
}
.prettyprint .kwd {
    color: #ff6b6b !important;
}
.prettyprint .pln {
    color: #e2e !important;
}
.prettyprint .pun {
    color: #10c !important;
}
.prettyprint .str {
    color: #68d391 !important;
}
.prettyprint .typ {
    color: #63b3ed !important;
}
/* 特殊样式 */
.red {
    color: #e74c3c;
}
.fg {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    margin: 20px 0;
}
.CONT {
    display: flex;
    width: 97%;
    margin:0 auto;
}
.editormd-preview-container, .editormd-html-preview{
    padding:0 5px;
}
a.TZ {
        font-size: larger;
        
}
.editormd-preview-container ol.linenums, .editormd-html-preview ol.linenums {
    color: #999;
    padding-left: 1em;
}
#mk pre {
    background: #eee !important;
    color: #e2e8f0;
    padding: 20px;
    border-radius: 10px;
    overflow-x: auto;
    margin: 20px 0;
    border-left: 4px solid #667eea;
    position: relative;
}
li {
    background: #ddd;
}
div#msgbox {
    position: fixed;
    background: aquamarine;
    /* padding: 5px; */
    border-radius: 5px;
    box-shadow: 3px 3px 13px;
    /* margin-left: 30%; */
}
.tit {
    display: flex;
    align-items: center;
    /* justify-content: end; */
    justify-content: space-between;
    width: 100%;
    border-bottom: solid 1px green;
}
.title,.d_ {
    font-size: 18px;
    font-weight: 600;
    color: #2d3436;
    /* margin-left: 10px; */
    margin: 0;
}
.boxCC {
    padding: 25px 20px;
    font-size: 18px;
}
.ti_jiao button {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    cursor: pointer;
    margin: 10px 5px;
    font-size: 16px;
    transition: all 0.3s ease;
}
input[type="text"][name=yzm] {
    width: 120px;
}
.bd div{
    font-size:18px;
}
input[type=text],input[type=password] {
    font-size: 16px;
}
re{
    color:red;
}
.TITLE {
    background: #fa3afa;
    padding: 1px 10px;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #e3ecef;
}
button.gb {
    width: 22px;
    height: 3vw;
    font-size: 2.5vw;
    margin: 0 1vw 0 0;
    background: #ff7675;
    border-radius: 50%;
    color: white;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* font-weight: 700; */
    transition: background 0.3s ease;
}
.ML {
    position: fixed;
    background: initial;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 2px 2px black;
    width: auto;
    margin: 0 2%;
}
div#search {
    width: 90%;
    margin: 5px auto;
    background: #eee;
    padding: 5px;
    border-radius: 15px;
    h3 {
        font-size: x-large;
        text-indent: 2em;
    }
}
tr:hover{
    background-color:#ddd;
}
button.BTnn,button.CLOSE {
    padding: 5px;
    border-radius: 5px;
    border: 0;
    box-shadow: 2px 2px 10px;
    margin: 10px;
}
button.BTnn {
    background: green;
}
button.CLOSE {
    background-color:#ddd;
}
button:hover{
    background:red;
}
span.ZCTP img {
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: 0;
}
.pllb * {
    padding: 0;
    margin: 0;
}
td.code_hnum {
    /* user-select: none!important; */
    /* -moz-user-select: none!important; */
    width: 18px;
    -webkit-user-select: none!important;
    text-align: right;
    background-color: #689c9c;
    border-radius: 0;
    padding: 0 5px;
    border-right: 2px solid white;
    font-size: x-small;
    color:black;
}
.hang_code_tab  td,.PL td,.PL table{
    padding:0;
}
.hang_code_tab  td:hover,.PL td:hover{
    background:unset;
}
td.code_ydm {
    border-radius: 0;
    background-color: #bcafbd;
    font-size: x-small;
    white-space: pre-wrap;
    word-wrap: break-word;
    /*  float: left; */
    line-break: anywhere;
    width:100%;
    text-align:left;
}
.GGao img {
    width: 100%;
}
.dlk {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 2000;
    min-width: 400px;
    animation: slideIn 0.3s ease;
}
.dlk .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.gb {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
}
.bt_gb {
    background: #ff4757;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}
input#pages,input#page {
    border-radius: 20px;
    width: 60px;
    text-align: center;
}
.Page#s {
    border: 0;
    color: sienna;
}
button.Page {
    color: sienna;
    margin: 0 2px;
    padding: 2px;
    border-radius: 6px;
    border: 0;
    min-width: 15px;
    box-shadow: 2px 2px 2px black;
}
button {
    cursor: pointer;
}
.pageBar {
    padding: 3px;
    border-radius: 8px;
    background-color: cornflowerblue;
    box-shadow: 2px 2px 2px black;
    border: 2px solid #fff;
}
div.foot_bar {
    position: sticky;
    bottom: 0;
    text-align: center;
    padding: 3px;
    border-radius: 8px;
    background-color: cornsilk;
    box-shadow: inset 2px 2px 2px black;     
    /*  max-width: 1200px;*/
}
#webs img {
    max-width: 99%;
}
.Page#B {
    font-weight: 900;
    font-size: larger;
    background-color: chartreuse;
    border: 0;
    box-shadow: inset 2px 2px 2px black;
}
.ti_jiao {
    border-top: 1px solid green;
    margin: 3px 0;
}
.BKS td{
    padding:10px;
}
.BKS td:hover{
    background:#ee2;
}
