@charset "utf-8";
/* 受版权保护 版权所有 西域技术web --> 执行公司 西域技术有限公司 董事长 杨宙锦兼CEO  */
/* https://xiyujs.cn */

/* Reset */
/* Reset */
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}
.mr-5{
    margin-right: 5px;
}
/* Root Variables */
:root {
    --on-color: #0085ff;
    --off-color: #cce7ff;
    --toggle-bg: #1f3447;
    --toggle-gap: 10px;
    --toggle-width: 70px;
    --transition-color: var(--off-color);
    --xy: #0072ff;
    --xySize: 15.6px;
    --blue: #007bff;
    --db: #10115e;
    --ligth: #00000065;
    --push: #16b777;
    --de: #ff3300;
    --warn: #ffa500;
    --purple: #800080;
    --info: #50b7e4;
      --sizeColor: rgb(41 151 247);
}

body {
 font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 76%;
}

.xiyujs-font-12 {
    font-size: 12px;
}

.xiyujs-font-gray {
    font-size: 13px;
    color: #c2c2c2;
}

/* Padding and Margins */
.icon-box-herm {
    padding: 15px 5px 10px 0;
    border-bottom: 1px solid #c2c2c268;
}

dl,
ol,
ul,
p {
    /* margin-bottom: 1rem; */
}

.ml-0,
#ml-0,
.mt-0,
.mb-0,
.mr-0 {
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 30px;
}

/* Tables */
.xiyujs-table {
    width: 100%;
    margin: 10px 0;
    background-color: #fff;
    color: #5f5f5f;
    border-collapse: collapse;
    border-spacing: 0;
}

.xiyujs-table th {
    text-align: left;
    font-weight: 600;
}

.xiyujs-table tr {
    transition: all .3s;
}

/* Buttons */
.btn {
    display: inline-block;
    font: 300 15px/1.5 sans-serif;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    border-radius: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover {
    opacity: .8;
    transition: 0.3s;
}

.btn-radius {
    border-radius: 100px;
}

.btn-lg {
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    font-size: 16px;
}

.btn-sm {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
}

.btn-xs {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
}

.btn-blue {
    background-color: var(--blue);
}

.btn-border-blue,
.btn-border-blue:hover {
    border-color: var(--blue);
    color: var(--blue);
}

.btn-border-push,
.btn-border-push:hover {
    border-color: var(--push);
    color: var(--push);
}

.btn-border-info,
.btn-border-info:hover {
    border-color: var(--info);
    color: var(--info);
}

.btn-border-warn,
.btn-border-warn:hover {
    border-color: var(--warn);
    color: var(--warn);
}

.btn-border-de,
.btn-border-de:hover {
    border-color: var(--de);
    color: var(--de);
}

.btn-border-purple,
.btn-border-purple:hover {
    border-color: var(--purple);
    color: var(--purple);
}

.btn-border-blues {
    border-style: solid;
    border-color: transparent;
    border-image: linear-gradient(to right, #29adeb, #177ce3) 1;
    background: linear-gradient(to right, #29adeb, #177ce3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-default {
    color: var(--ligth);
    border: 2px solid var(--ligth);
}

.btn-push {
    background-color: var(--push);
}

.btn-info {
    background-color: var(--info);
}

.btn-link {
    font-weight: 400;
    color: #218ae6;
    border-radius: 0;
}

.btn-warn {
    background-color: var(--warn);
}

.btn-de {
    background-color: var(--de);
}

.btn-purple {
    background-color: var(--purple);
}

.btn-disabled {
    border-color: #eee;
    background-color: #fbfbfb;
    color: #d2d2d2;
    cursor: not-allowed;
    opacity: 1;
}

.btn-blues {
    background: linear-gradient(to right, #29adeb, #177ce3);
}

.btn-primary {
    border-color: #d2d2d2;
    color: #5f5f5f;
}

/* Images and SVGs */
img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

/* Miscellaneous */
button {
    border-radius: 0;
}

















/* 通用样式重置 */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: #0072ff;
}

/* 表格样式 */
.xiyujs-table,
.xiyujs-table-col-set,
.xiyujs-table-fixed-r,
.xiyujs-table-grid-down,
.xiyujs-table-header,
.xiyujs-table-mend,
.xiyujs-table-page,
.xiyujs-table-tips-main,
.xiyujs-table-tool,
.xiyujs-table-total,
.xiyujs-table-view {
    border: 1px solid #eee;
}

.xiyujs-table td,
.xiyujs-table th {
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
}

/* 表格皮肤：线条 */
.xiyujs-table[lay-skin=line] td,
.xiyujs-table[lay-skin=line] th {
    border-width: 0;
    border-bottom: 1px solid #eee;
}

/* 表格皮肤：行 */
.xiyujs-table[lay-skin=row] td,
.xiyujs-table[lay-skin=row] th {
    border-width: 0;
    border-right: 1px solid #eee;
}

/* 表格皮肤：无边框 */
.xiyujs-table[lay-skin=nob] td,
.xiyujs-table[lay-skin=nob] th {
    border: none;
}

/* 表格图片大小限制 */
.xiyujs-table img {
    max-width: 100px;
}

/* 表格大尺寸样式 */
.xiyujs-table[lay-size=lg] td,
.xiyujs-table[lay-size=lg] th {
    padding: 15px 30px;
}

/* 表单元素样式重置 */
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    /* 统一overflow属性 */
    text-transform: none;
    /* 仅对button和select设置 */
}

textarea {
    resize: vertical;
    /* 单独设置textarea的resize属性 */
}

/* 标题样式 */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-bottom: 0.7rem;
    font-weight: 500;
    line-height: 1.1;
}

h1,
.h1 {
    font-size: 2.6rem;
}

h2,
.h2 {
    font-size: 2.1rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.1rem;
}

h6,
.h6 {
    font-size: 0.9rem;
}

/* 水平分割线 */
hr,
.hr {
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid #ccc;
    /* 使用rgba提高兼容性 */
}

/* HTML5元素显示块级 */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

/* 响应式设计 */
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        transition: all 0.5s;
        margin: 0 auto;
        max-width: 1200px;
        position: relative;
    }
}

/* 间距和填充快捷方式 */
.p-10,
#p-10 {
    padding: 10px;
}

.mt-20,
#mt-20 {
    margin-top: 20px;
}

.mt-10,
#mt-10 {
    margin-top: 10px;
}

.mt-30,
#mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-5 {
    margin-top: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.pt-5,
#pt-5,
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pl-10,
#pl10 {
    padding-left: 10px;
}

.pl-20,
#pl20 {
    padding-left: 20px;
}

.pr-5,
#pr5 {
    padding-right: 5px;
}

.pr-10,
#pr10 {
    padding-right: 10px;
}

.pr-20,
#pr20 {
    padding-right: 20px;
}

.pr-30,
#pr30 {
    padding-right: 30px;
}

.ove-hidden {
    overflow: hidden;
}

.scroll-auto {
    overflow: scroll;
}

.scroll-y {
    overflow-y: scroll;
}

.scroll-x {
    overflow-x: scroll;
}

.radues-5 {
    border-radius: 5px;
}

/* 背景图样式 */
.imgMax {
    display: block;
    width: 100%;
    height: auto;
    /* 修改为auto以保持原有比例 */
}

.imgBGC-cover {
    background-size: cover;
}

.imgBGC-size {
    background-size: 100% 100%;
}


















/* 弹性行元素 */
.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-direction: row;
}

.model-row:after,
.model-row:before {
    content: "";
    display: block;
    clear: both;
}

.rescol,
.rescol-lg,
.rescol-sm-6,
.rescol-sm-5,
.rescol-4 {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.rescol-lg,
/* 注意：这里假设我们保留了.rescol-lg的定义，并删除了重复的 */
.rescol-sm-6,
.rescol-sm-5,
.rescol-4 {
    padding: 10px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 列间隔 */
.model-col-space1 {
    margin: -0.5px;
}

.model-col-space1>* {
    padding: 0.5px;
}

.model-col-space2 {
    margin: -1px;
}

.model-col-space2>* {
    padding: 1px;
}

.model-col-space4 {
    margin: -2px;
}

.model-col-space4>* {
    padding: 2px;
}

.model-col-space8 {
    margin: -4px;
}

.model-col-space8>* {
    padding: 4px;
}

.model-col-space16 {
    margin: -8px;
}

.model-col-space16>* {
    padding: 8px;
}

.model-col-space20 {
    margin: -10px;
}

.model-col-space20>* {
    padding: 10px;
}

.model-col-space24 {
    margin: -12px;
}

.model-col-space24>* {
    padding: 12px;
}

.model-col-space28 {
    margin: -14px;
}

.model-col-space28>* {
    padding: 14px;
}

.model-col-space30 {
    margin: -15px;
}

.model-col-space30>* {
    padding: 15px;
}

.model-col-space32 {
    margin: -16px;
}

.model-col-space32>* {
    padding: 16px;
}

.model-col-space36 {
    margin: -18px;
}

.model-col-space36>* {
    padding: 18px;
}

.model-col-space40 {
    margin: -20px;
}

.model-col-space40>* {
    padding: 20px;
}

.model-col-space48 {
    margin: -24px;
}

.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.model-col-space48>* {
    padding: 24px;
}

.model-col-space56 {
    margin: -28px;
}

.model-col-space56>* {
    padding: 28px;
}

.model-col-space60 {
    margin: -30px;
}

.model-col-space60>* {
    padding: 30px;
}

.model-col-space64 {
    margin: -32px;
}

.model-col-space64>* {
    padding: 32px;
}

/* 统一的padding和margin类 */
.model-padding-1 {
    padding: 4px !important;
}

.model-padding-2 {
    padding: 8px !important;
}

.model-padding-3 {
    padding: 16px !important;
}

.model-padding-4 {
    padding: 32px !important;
}

.model-padding-5 {
    padding: 48px !important;
}

.model-margin-1 {
    margin: 4px !important;
}

.model-margin-2 {
    margin: 8px !important;
}

.model-margin-3 {
    margin: 16px !important;
}

.model-margin-4 {
    margin: 32px !important;
}

.model-margin-5 {
    margin: 48px !important;
}













.grid-demo {
    padding: 10px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0, 191, 255, 0.16);
    /* 使用rgba代替十六进制+透明度 */
    color: #fff;
}

.flex-row::after,
.flex-row::before {
    content: "";
    display: block;
    clear: both;
}

@media (min-width: 992px) {
    .model-col-md-offset4 {
        margin-left: 33.33333333%;
    }

    .model-col-md-offset3 {
        margin-left: 25%;
    }

    .col-lg,
    .col-lg-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        width: 50%;
    }

    /* 保留了width以确保兼容性 */
    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        /* 不允许增长或缩小，基础宽度为66.666667% */
        max-width: 66.666667%;
        /* 最大宽度限制为66.666667% */
    }

    .col-lg-9 {
        flex: 0 0 75%;
        /* 不允许增长或缩小，基础宽度为75% */
        max-width: 75%;
        /* 最大宽度限制为75% */
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

.rescol-4,
.rescol-md-4 {
    flex: 0 0 40%;
    max-width: 40%;
}

/* 合并了相同的flex和max-width属性 */
.rescol-sm-6 {
    flex: 0 0 60%;
    max-width: 60%;
}

.rescol-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.rescol-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}

.rescol-max {
    flex: 1 0 100%;
    padding: 5px;
}

/* 添加了flex-shrink属性以提高一致性 */

.list-group {
    display: flex;
    flex-direction: column;
}

/* 移除了不必要的flex-wrap属性 */
.list-group-row {
    display: flex;
}

/* 同样移除了不必要的flex属性 */

/* 文本对齐样式 */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* 字体粗细样式 */
.weight-700 {
    font-weight: 700;
}

.weight-500 {
    font-weight: 500;
}

.weight-900 {
    font-weight: 900;
}

@media (max-width: 800px) {
    .flex-row {
        flex-direction: column;
    }

    .column {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 600px) {
    .column {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.xiyujs-form-item {
    position: relative;
    margin-bottom: 15px;
    clear: both;
    zoom: 1;
    /* 保留zoom属性以确保兼容性，尽管在现代浏览器中可能不再需要 */
}

.xiyujs-form-item::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    /* 添加了visibility属性以提高清除浮动的效率（可选） */
}

.xiyujs-form-label {
    float: left;
    padding: 9px 15px;
    width: 80px;
    font-weight: normal;
    line-height: 20px;
    text-align: right;
}

.xiyujs-form-label-col {
    float: none;
    padding: 9px 0;
    line-height: 20px;
    text-align: left;
}

.xiyujs-form-item .xiyujs-inline {
    margin-bottom: 5px;
    margin-right: 10px;
}

.xiyujs-input-block {
    margin-left: 110px;
    min-height: 36px;
}

.xiyujs-input-inline {
    display: inline-block;
    vertical-align: middle;
}

.xiyujs-form-item .xiyujs-input-inline {
    float: left;
    width: 190px;
    margin-right: 10px;
}

.xiyujs-form-text .xiyujs-input-inline {
    width: auto;
}

.xiyujs-form-mid {
    float: left;
    padding: 9px 0 !important;
    line-height: 20px;
    margin-right: 10
}

































.xiyujs-input-wrap .xiyujs-input {
    padding-right: 35px;
}

.xiyujs-input-wrap .xiyujs-input::-ms-clear,
.xiyujs-input-wrap .xiyujs-input::-ms-reveal {
    display: none;
}

.xiyujs-input-wrap .xiyujs-input-prefix+.xiyujs-input,
.xiyujs-input-wrap .xiyujs-input-prefix~* .xiyujs-input {
    padding-left: 35px;
}

.xiyujs-input-wrap .xiyujs-input-split+.xiyujs-input,
.xiyujs-input-wrap .xiyujs-input-split~* .xiyujs-input {
    padding-left: 45px;
}

.xiyujs-card-header {
    height: 42px;
    margin-bottom: 6px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #f6f6f6;
    color: var(--xy);
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}

.xiyujs-input,
.xiyujs-textarea,
.xiyujs-select {
    display: block;
    width: 100%;
    padding-left: 10px;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    /* 可以根据需要添加背景色和其他样式 */
}

.xiyujs-radius-10 {
    border-radius: 10px;
}

.xiyujs-input:focus {
    transform: .3s ease;
    color: #000;
    border: 3px solid #0073ff70;
    outline: #0073ff70 solid 1px;
    /* 简化outline样式 */
}

input:checked+label {
    color: rgba(0, 0, 0, 0.4);
}

option:checked {
    box-shadow: 0 0 0 3px var(--push);
    color: rgba(0, 0, 0, 0.4);
}

.left {
    float: left;
}

.right {
    float: right;
}

.xiyujs-progress,
#xiyujs-progress,
.xiyujs-progress-big {
    position: relative;
    border-radius: 20px;
    background-color: #eee;
}

.xiyujs-progress,
#xiyujs-progress {
    width: 100%;
    height: 7px;
    line-height: 7px;
}

.xiyujs-progress-big {
    width: 100%;
    height: 18px;
    line-height: 18px;
}

.xiyujs-bar,
#xiyujs-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    max-width: 100%;
    height: 100%;
    border-radius: 20px;
    text-align: right;
    transition: all .3s;
    color: #fff;
    background-color: #1e9fff;
    /* 移除了!important，除非确实需要覆盖其他样式 */
}

.xiyujs-progress-text {
    position: relative;
    top: -20px;
    line-height: 18px;
    font-size: 12px;
    color: #5f5f5f;
}

.xiyujs-bg-erd {
    background-color: #ff5722;
    color: #fff;
}

.xiyujs-bg-blue {
    background-color: #1e9fff;
    color: #fff;
}

.xiyujs-bg-primary {
    background-color: #16b777;
    color: #fff;
}

.xiyujs-bg-warn {
    background-color: var(--warn);
    color: #fff;
}







/* 基础样式 */
.footer {
    padding: 10px;
    text-align: center;
}

header,
.header {
    transition: background-color 0.5s ease;
    width: 100%;
    border-bottom: 1px solid #eeeeee78;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
}

/* .blockLogo {
    width: 130px;
    height: 54px;
    display: flex;
} */

.logo,
.data_text {
    width: 100%;
    height: auto;
}

/* 导航样式 */
.nav_list {
    display: flex;
    justify-content: space-between;
    line-height: 54px;
    font-size: 15px;
    height: 54px;
}

.nav_list .list {
    width: auto;
    height: 54px;
}

/* 响应式样式 */
@media screen and (min-width: 768px) {
    .header .nav {
        width: 35%;
        height: auto;
    }
}

@media screen and (max-width: 765px) {
    .nav_list .list {
        font-size: 13px;
    }

    .nav {
        width: 100%;
        padding: 10px;
        background-color: #fff;
        z-index: 9999999;
        position: absolute;
        top: 54px;
        right: 100%;
        transition: all 0.4s ease;
    }

    .ws_shadw {
        transition: all 0.4s ease-in-out;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 9999;
    }

    .Evr {
        width: 36px;
        height: 36px;
        border: 1px solid #000;
        border-radius: 50%;
        overflow: hidden;
    }

    .one,
    .two {
        width: 100%;
        height: 1px;
        background-color: #000;
    }

    .one {
        transform: translate(-1px, 16px) rotate(45deg);
    }

    .two {
        transform: translate(-1px, 16px) rotate(-45deg);
    }
}

@media screen and (max-width: 768px) {
    .maxh1 {
        font-size: 2rem;
    }

    .text_span.banner-m .txt .text_span {
        font-size: 15.6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .box-cilp {
        height: auto;
    }

    .suik>.rescol-lg:nth-child(1) .h3 {
        margin-left: 115px;
    }

    .suik .right_title .r-c-txt {
        margin-left: 0;
    }
}

/* 开关样式 */
.switch-container {
    display: flex;
    align-items: center;
}

.switch-label {
    margin-right: 10px;
}

.switch {
    position: relative;
    width: 60px;
    height: 30px;
    background-color: #27cf62;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    overflow: hidden;
    border: 2px solid #ccc;
    box-sizing: border-box;
}

.switch-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

.switch.active {
    background-color: rgba(255, 255, 255, 0.2);
}

.switch.active .switch-handle {
    transform: translateX(100%);
}

/* 提示框样式 */
.Tooltip {
    position: fixed;
    top: -100%;
    left: 50%;
    z-index: 99999999999;
    transition: all 0.3s ease-out;
    transform: translateX(-50%);
     padding: 24px;
    max-width: 400px;
    width: 90%;
    font-size: 18llpx;
    border-radius: 3px;
    background-color: #373739;
  box-shadow: 0 0 10px var(--main-shadow);
    --main-shadow: rgba(116, 116, 116, 0.08);
    color: #fff; 
}

.Tooltip .infobox {
    line-height: 36px;
    animation-duration: 0.5s;
}

/* 卡片样式 */
.card-body {
    border-radius: 5px;
}













#loading-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(100px);
    /* background: rgba(255, 255, 255, 0.8); */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loading-spinner {

    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.display-flex {
    display: flex;
    /* justify-content: space-between; */
}


/* 关闭按钮样式 */
.close-btn {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}


.menu-box {
    /* 固定定位 右下角 */
    /* position: fixed;
    bottom: 40px;
    right: 40px; */
    padding: 1px;
    display: none;
}

@media screen and (max-width:768px) {
    .menu-box {
        display: block;
    }
}

/* 菜单按钮 */
.menu-button {
    width: 36px;
    height: 36px;
    /* background-color: #19c05e; */
    border-radius: 50%;
    /* 投影 */
    /* box-shadow: 0 0 0 4px rgba(92,103,255,0.3);  */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    /* 过渡 */
    transition: 0.2s ease-in;
}

/* .menu-button:hover .line {
    background-color: #fff;
} */

.menu-button .line-box {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 0.3s ease-out;
}


/* 菜单按钮图标（三条杠） */
.menu-button .line {
    background-color: #000000;
    /* background-image: -webkit-linear-gradient(right, #3156C2, #338FDB, #2ACCD9, #76E0D7); */
    width: 100%;
    height: 2px;
    transition: top .25s, background-color .5s, transform .25s;
    border-radius: 2px;
}

/* 前后两条短，中间的长 */
.menu-button .line:first-child {
    width: 50%;
    /* 设置变换的基点 */
    transform-origin: right;
    /* 过渡效果 */
    transition: transform 0.3s ease-in-out;
}

.menu-button .line:last-child {
    width: 50%;
    align-self: flex-end;
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

/* 菜单列表 */

/* 活动态下的部分样式变化 */
/* 三条杠的变化 */
.active .line-box {
    transform: rotate(-45deg);
}

.active .line-box .line:first-child {
    transform: rotate(-90deg) translateX(1px);
}

.active .line-box .line:last-child {
    transform: rotate(-90deg) translateX(-1px);
}

/* 定义动画 */
@keyframes fade-in-item {
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.icon-container {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.icon {
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: relative;
    transition: transform 0.3s ease;
}

.icon::before,
.icon::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #333;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.icon::before {
    top: 10px;
    left: 4px;
}

.icon::after {
    top: 10px;
    right: 4px;
}

.icon.expand::before {
    transform: translateY(-5px) rotate(45deg);
}

.icon.expand::after {
    transform: translateY(5px) rotate(-45deg);
}

.hidden-content {
    position: absolute;
    top: 0;
    left: 60px;
    width: 0;
    height: 100%;
    background-color: #444;
    overflow: hidden;
    transition: width 0.3s ease;
}














.icon-container.expand .hidden-content {
    width: 200px;
}

@media screen and (min-width: 1400px) {
    .xiyujs-container {
        width: 1330px;
        position: relative;
        margin: 0 auto;
        box-sizing: border-box
    }
}

@media screen and (min-width: 992px) {
    .xiyujs-col-md4 {
        width: 33.33333333%;
        float: left;
    }
}

.xiyujs-col-md4 {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.ws-index-idea {
    margin-top: 24px;
}

.xiyujs-row:after,
.xiyujs-row:before {
    content: "";
    display: block;
    clear: both;
}

.xiyujs-col-space30>* {
    padding: 15px;
}

.ws-index-idea>div {
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.ws-index-idea>div p {
    color: #999;
    padding: 2px;
}

.ws-index-idea>div>div {
    padding: 24px;
    line-height: 24px;
    border: 1px solid #eee;
}

.xiyujs-elem-field {
    margin-bottom: 10px;
    padding: 0;
    border-width: 1px;
    border-style: solid
}

.xiyujs-elem-field legend {
    margin-left: 20px;
    padding: 0 10px;
    font-size: 20px
}

.ws-index-idea .xiyujs-field-title legend {
    margin: 0 24px 24px 0;
    padding: 0 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.xiyujs-field-title {
    margin: 16px 0;
    border-width: 0;
    border-top-width: 1px
}

.ws-footer {
    padding: 30px 15px;
    line-height: 30px;
    text-align: center;
    color: #777;
}

.xiyujs-layout-admin .xiyujs-footer {
    position: fixed;
    left: 200px;
    right: 0;
    bottom: 0;
    z-index: 990;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    box-shadow: -1px 0 4px rgb(0 0 0 / 12%);
}

.ws-footer a {
    padding: 0 5px;
    color: #777;
}

/* 定义CSS自定义变量 */
.toggle {
    margin-top: 13px;
    position: relative;
    cursor: pointer;
    background: var(--toggle-bg);
    width: var(--toggle-width);
    height: calc(var(--toggle-width) / 2);
    border-radius: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 2px #7c7e8855;
    -webkit-tap-highlight-color: transparent;
}

.toggle input {
    /* 隐藏复选框 */
    appearance: none;
}

/* 复选框选中时svg线条的过渡颜色设为打开的颜色（深蓝） */
.toggle input:checked~svg .outline {
    --transition-color: var(--on-color);
}

/* 开、关两个圆的统一样式 */
.off-knob,
.on-knob {
    position: absolute;
    height: calc(100% - var(--toggle-gap) * 2);
    /* 保持宽高比为1:1 */
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(10, 19, 39, 0.1),
        0 4px 12px rgba(10, 19, 39, 0.03),
        0 4px 20px rgba(10, 19, 39, 0.04);
    transform-origin: center center;
}

/* 关的状态 */
.off-knob {
    left: var(--toggle-gap);
    background: var(--off-color);
}

/* 开的状态 */
.on-knob {
    right: var(--toggle-gap);
    background: var(--on-color);
    transform: scale(0.1) translateX(430px);
}

/* svg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */
/* 流边线条 */
.outline {
    width: 100%;
    height: 100%;
    stroke: var(--transition-color);
    stroke-dasharray: 2 125;
    stroke-dashoffset: 32.5;
    stroke-opacity: 0;
}

/* 模糊效果 */
.outline--blur {
    filter: blur(0.8px);
}

.model-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: transform 0.3s ease-out;
}

.model-btn:hover {
    opacity: 0.9;
}

.model-btn>img {
    width: 100%;
    height: 100%;
}

.model-btn>input {
    /* 去除默认样式 */
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    transition: 0.2s ease-in;
}

.model-elem-quote {
padding-left: 10px;
    border-left: 3px solid #DBDBDB;
    color: rgba(0, 0, 0, 0.55);
    font-size: 15px;
    padding-top: 4px;
    margin: 1em 0;
    text-indent: 0;
}

/* code zj*/
.model-code-view {
    position: relative;
    background-color: #1e1e1e;
    color: #dcdcdc;
    border: 1px solid #333;
    border-radius: 5px;
    width: 100%;
    /* max-width: 800px; */
    margin: 20px auto;
    overflow: hidden;
}

.model-code-header {
    background-color: #333;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.model-code-title {
    font-size: 16px;
    font-weight: bold;
}

.model-fullscreen-btn {
    background: none;
    border: none;
    color: #dcdcdc;
    cursor: pointer;
    font-size: 16px;
}

.model-code-container {
    padding: 15px;
    overflow-x: auto;
}

.model-pre {
    margin: 0;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.model-copy-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #007acc;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.model-copy-btn:hover {
    background-color: #005f8d;
}

 

.model-grid_row ul li {
    width: 100%;
    height: 40px;
    text-indent: 15px;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    border: 1px solid #eee;
}

@media screen and (min-width: 768px) {
    .model-grid_row ul {
        display: grid;
        grid-gap: 3px;
        width: 80%;
        padding: 10px 10px;
        margin: 10px auto;
        background-color: #fff;
        color: #5f5f5f;
        grid-template-columns: auto auto;
    }
}

.model-ws-text {
    margin-bottom: 16px;
    padding-bottom: 29px;
    color: #2f363c;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    padding-left: 15px;
}

.model-loading {
    width: 30px;
    box-shadow: 0 0 10px rgba(116, 116, 116, 0.08);
    height: 30px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid rgb(41 151 247);
    /* 可修改颜色 */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 兼容旧版浏览器 */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}







/* 
6-2new
*/



pre.blog-code-block {
    background-color: #f8f9fa;
    /* 更柔和的浅灰色背景 */
    color: #495057;
    /* 深灰文字，提高可读性 */
    border: 1px solid #e9ecef;
    /* 增加边框增强视觉效果 */
    border-radius: 6px;
    /* 圆角更明显 */
    padding: 15px 0;
    font-family: 'Fira Code', 'Courier New', monospace;
    line-height: 1.5;
    margin: 15px 0;
    tab-size: 4;
    counter-reset: line;
    position: relative;
    overflow: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    /* 微妙的阴影增加层次感 */
}

pre.blog-code-block ol {
    margin: 0;
    padding-left: 60px;
    padding-right: 15px;
}

pre.blog-code-block ol li {
    counter-increment: line;
    list-style-type: none;
    position: relative;
    padding: 1px 0;
}

pre.blog-code-block ol li::before {
    content: counter(line);
    position: absolute;
    left: -45px;
    width: 35px;
    padding-right: 10px;
    text-align: right;
    color: #868e96;
    /* 柔和的灰蓝色行号 */
    background-color: #e9ecef;
    /* 行号背景色 */
    border-radius: 3px;
    /* 圆角行号背景 */
    user-select: none;
    font-weight: 500;
    /* 稍加粗 */

}




/* 注释框 */
/* 注明 */
/* 提示信息框 */
.xiyujs-notice {
    background: #e3f2fd;
    border-left: 4px solid #2196F3;
    padding: 15px;
    margin: 15px;
    line-height: 1.8;
}

/* 信息图标 */
.xiyujs-icon-info {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* 文字样式 */
.xiyujs-notice p {
    color: #1e88e5;
    margin: 0;
    font-size: 0.95em;
    line-height: 1.6;
}

.xiyujs-notice small {
    color: #666;
    display: block;
    margin-top: 8px;
}

/* 响应式调整 */
@media (max-width: 480px) {
    .xiyujs-notice {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
    }

    .xiyujs-icon-info {
        margin-bottom: 8px;
    }
}




/* 列表样式 */
.blog-list {
    margin: 20px 0;
    padding-left: 30px;
    line-height: 1.7;
}

.blog-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 10px;
}

ol.blog-list {
    counter-reset: item;
    list-style: none;
}

ol.blog-list li::before {
    counter-increment: item;
    content: counter(item) ".";
    position: absolute;
    left: -25px;
    top: 1px;
    font-weight: 500;
    color: var(--apple-gray4);
}

ul.blog-list li::before {
    content: "•";
    position: absolute;
    left: -22px;
    top: 1px;
    font-weight: 900;
    color: var(--apple-gray4);
}

/* 表格样式 */
    .table-container {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            margin: 15px 0;
            border-radius: 4px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
            background: var(--apple-card-bg);
      
        }
         
        .blog-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
                border: 1px solid #e9ecef;
            table-layout: fixed; /* 关键修复：固定表格布局 */
            min-width: 800px; /* 确保在小屏幕上有水平滚动 */
        }
        
        .blog-table th,
        .blog-table td {
            padding: 16px 20px;
            text-align: left;
                  border-bottom: 1px solid #e8e8e866;
            /* border-bottom: 1px solid var(--border-color); */
            vertical-align: top; /* 内容顶部对齐 */
        }
        
        .blog-table th {
            background-color: rgba(0, 0, 0, 0.02);
            font-weight: 500; 
            border-top: none;
            position: sticky;
            color: #776d6d;
            top: 0;
        }
        
        .blog-table tr:last-child td {
            border-bottom: none;
        }
        
        .blog-table tr:hover td {
            background-color: var(--hover-bg);
        }
        
        /* 内容处理优化 */
        .blog-table td {
            word-wrap: break-word; /* 允许在单词内断行 */
            overflow-wrap: break-word; /* 更现代的属性 */
            hyphens: auto; /* 自动添加连字符 */
        }
/* end */
.elegant-quote {
    position: relative;
    padding: 30px 40px;
    margin: 40px 0;
    border-left: 4px solid #3498db;
    background: linear-gradient(to right, rgba(236, 240, 241, 0.3), rgba(236, 240, 241, 0.1));
    border-radius: 0 6px 6px 0;
    transition: all 0.3s ease;
    font-family: 'Noto Serif SC', serif;
}

/* .elegant-quote:hover {
    background: linear-gradient(to right, rgba(236, 240, 241, 0.5), rgba(236, 240, 241, 0.3));
    transform: translateX(5px);
} */

.quote-icon {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 3.5rem;
    color: rgba(52, 152, 219, 0.15);
    font-family: Georgia, serif;
    line-height: 1;
    z-index: 0;
}

.quote-text {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #2c3e50;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    z-index: 2;
}

.quote-author {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    font-size: 1rem;
    color: #7f8c8d;
    font-style: normal;
    position: relative;
    padding-right: 20px;
}

.quote-author:before {
    content: "—";
    margin-right: 10px;
}