/* rgba(50, 100, 200, 0.1)/#EBEFF9;
rgba(50, 100, 200, 0.2)/#D8E0F3;
rgba(50, 100, 200, 0.3)/#C5D0EC;
rgba(50, 100, 200, 0.4)/#B2C1E6;
rgba(50, 100, 200, 0.5)/#9EB1E0;
rgba(50, 100, 200, 0.6)/#8BA1DA;
rgba(50, 100, 200, 0.7)/#7891D4;
rgba(50, 100, 200, 0.8)/#6582CE;
rgba(50, 100, 200, 0.9)/#5172C7; 
rgb(50, 100, 200)/#3E63C1;*/


/* ---------------------------------------------------------ALL-------------------------------------------- */
/* 针对WebKit浏览器 (Chrome, Safari, Edge) */
/* 隐藏纵向滚动条 */
::-webkit-scrollbar:vertical {
    display: none;
}

/* 保留并设置横向滚动条样式 */
::-webkit-scrollbar:horizontal {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track:horizontal {
    background: #f1f1f1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:horizontal {
    background: #888;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:horizontal:hover {
    background: #555;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: break-all;
}

.h0 {
    color: rgb(50, 100, 200);
}

h1 {
    color: rgb(45, 90, 180);
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 9px;
    background: linear-gradient(to right, #D8E0F3, #D8E0F3, #EBEFF9);
    margin: 29px 0 9px 0;
    border-left: 3px solid #3E63C1;
}

h2 {
    color: rgb(40, 80, 160);
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 9px;
    background: linear-gradient(to right, #D8E0F3, #EBEFF9);
    margin: 29px 0 9px 0;
    border-left: 3px solid #3E63C1;
}

h3 {
    color: rgb(35, 70, 140);
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 9px;
    background: linear-gradient(to right, #D8E0F3, #EBEFF9, #EBEFF9);
    margin: 29px 0 9px 0;
    border-left: 3px solid #3E63C1;
}

h4 {
    color: #3E63C1;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0.8em;

}

h5 {
    color: rgb(50, 100, 200);
    font-size: 16px;
    font-weight: bold;
}



blockquote {
    border: 0.5px solid #C5D0EC;
    border-left: 4px solid #C5D0EC;
    /* 左侧边框 */
    padding: 15px;
    /* 内边距 */
    margin: 20px 0;
    /* 外边距 */
    color: rgb(40, 80, 160);
    /* 字体颜色 */
    line-height: 1.5;
    /* 行高 */
    font-weight: bolder;
    box-shadow: 2px 2px 5px rgba(10, 20, 40, 0.1);
    /* 阴影效果 */
}

blockquote p {
    margin: 0;
    /* 去掉段落的默认外边距 */
}

p {
    font-size: 1em;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: #3E63C1;
}

sub {
    font-size: 10px;
    color: red;
}




.h100 {
    height: 100%
}

.h50 {
    height: 50%
}


.w100 {
    width: 100%;
}

.g2 {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.g3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.s2 {
    grid-column: span 2;
    /* 让这个项目跨越两列 */
}

.s3 {
    grid-column: span 3;
    /* 让这个项目跨越两列 */
}

.cg20 {
    grid-column-gap: 20px
}

button,
.btn {
    background-color: #3E63C1;
    /*1*/
    border: none;
    border-radius: 5px;
    color: white;
    text-align: center;
    cursor: pointer;
}

button:hover,
.btn:hover {
    background-color: #6582CE;
    /*.8*/
}

button:active,
.btn:active {
    background-color: #5172C7;
    /*.9*/
}

/* ---------------------------------------------------------HEAD-------------------------------------------- */
header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 0 20px;
    height: 80px;
    width: 100%;
    background-color: #3E63C1;
}

.scaled-svg {
   margin:10px 0;
}

#srchg {
    display: grid;
    grid-template-columns: 1fr 30px 30px 30px;
    grid-gap: 10px;
    margin-top: 10px;
}

#srchbox {
    width: 60%;
    height: 30px;
    border: 1px solid #F0f0F0;
    border-right: none;
    border-radius: 5px 0 0 5px;
    color: rgb(10, 20, 40);
    padding-left: 10px;
    float: left
}

#srchbox::placeholder {
    font-size: 12px;
    color: #C5D0EC;
}

#sotitle,
#socontent {
    width: 20%;
    height: 30px;
    border: 1px solid #F0f0F0;
    border-left: none;
    border-radius: 0;
    background: #5172C7;
    color: #FfF;
    cursor: auto;
    text-align: center;
    font-size: 16px;
    float: left
}

#sotitle {
    border-radius: 0 5px 5px 0;
}



#cir1,
#cir2,
#cir3 {
    width: 30px;
    height: 30px;
    border: 1px solid #F0f0F0;
    border-radius: 15px;
    background-color: #5172C7;
    cursor: pointer;
    text-align: center;
    color: #fff;
    z-index: 99;
}

#cir1:hover,
#cir2:hover,
#cir3:hover {
    background-color: #fff;
    color: #5172C7;
}



#nav {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 10px;
    grid-gap: 2px;
    height: 30px;
    /* position: relative;
    top: 0;
    left: 0 */
}

#nav>li {
    height: 30px;
    border: 1px solid #F0f0F0;
    border-bottom: none;
    background-color: #5172C7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    cursor: pointer
}

#nav>li>a {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #FfF;
    text-align: center
}

#nav>li:hover {
    background-color: #F0f0F0
}

#nav>li:hover>a {
    font-weight: bolder;
    font-size: 15px;
    color: rgb(40, 80, 160)
}


#nav>li.active {
    background-color: #fff;
}

#nav>li.active>a {
    font-weight: bolder;
    font-size: 15px;
    color: rgb(40, 80, 160)
}

#srchbtn:hover {
    background-color: #fff;
    color: #5172C7;
}

#sotype {
    width: 100%;
    height: 40px;
    box-shadow: 0 2px 2px 0 RgBa(0, 0, 0, 0.25);
    border-radius: 5px;
    background-color: #F0f0F0;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 929;
    cursor: default;
    display: none;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 5px;
    padding: 5px;
}

#sotype div {
    height: 100%;
    background-color: #5172C7;
    border: 1px solid #5172C7;
    border-radius: 5px;
    color: #fff;
    /* justify-content: center;
            align-items: center; */
    text-align: center;
    cursor: pointer;
}

#sotype div:hover {
    background-color: #fff;
    color: #5172C7;
}

#srchbox {
    width: calc(100% - 250px);
}


#tianyc,
#metaso,
#kuaid {
    width: 30px;
    height: 30px;
    border: 1px solid #F0f0F0;
    border-left: none;
    border-radius: 0;
    background: #FfF;
    cursor: auto;
    text-align: center;
    font-size: 16px;
    float: left
}

#soform>*>img {
    height: 26px;
    opacity: 0.5;
}

#soform>*>img:hover {
    opacity: 1;
}


#sotitle,
#socontent {
    width: 80px;
}

/* --------------------------------------------------------------BODY--------------------------------------------------------- */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    line-height: 2;
    color: rgb(10, 20, 40);
    height: calc(100vh - 100px);
    min-height: 600px;
    width: 100vw;
    min-width: 1200px;
}


/* --------------------------------------------------------------FOOT--------------------------------------------------------- */
footer {
    height: 20px;
    width: 100%;
}

#footer {
    height: 20px;
    width: 100vw;
    min-width: 1200px;
    background-color: #3E63C1;
    position: fixed;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    bottom: 0;
    padding: 0 20px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}


#footer>* {
    display: grid;
    align-items: center;
}

#footer a:link,
#footer a:visited {
    color: #fff;
}

#footer>*:first-child {
    grid-template-columns: 20px 1fr;
}

#footer>*:nth-child(2) {
    grid-template-columns: 1fr;
    justify-items: center;
    justify-content: center;
}

#footer>*:last-child {
    justify-items: end;
}


/*  */


/* ----------------------------------------------SY--------------------------------------------------- */

#Sy00 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 450px auto;
    grid-gap: 10px;
    padding: 10px 20px;
    min-height: 100%;
}

#Sy00>* {
    display: grid;
    grid-template-rows: 30px auto;
    border: 1px solid #9EB1E0;
    box-shadow: 1px 0 0 0 #e3e4e6;
    background-color: #EBEFF9;
    height: 100%;
    width: 100%;
}


#SyLb {
    max-height: 250px;
    grid-column: 1 / -1
}

#SyLlT,
#SyLrT {
    display: grid;
    grid-template-columns: repeat(5, 80px) 1fr;
    grid-gap: 1px
}


#SyLbT {
    display: grid;
    grid-template-columns: repeat(36, 1fr);
    grid-gap: 1px
}




#SyLlT>li,
#SyLrT>li,
#SyLbT>li {
    height: 30px;
    background-color: #3E63C1;
    border-right: 1px solid #FfF;
    color: #FfF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

#SyLlT>li:hover,
#SyLrT>li:hover,
#SyLbT>li:hover {
    color: #000033
}

#SyLbT>li {
    background-color: #FfF;
    border-right: 1px solid #9EB1E0;
    color: rgba(40, 80, 160, 0.6)
}

#SyLrT>li:last-child,
#SyLbT>li:last-child,
#SyLlT>li:last-child {
    border-right: none
}

#SyLrC {
    font-size: 12px;
}

#SyLb-s00 {
    grid-column: 1 / 3
}

#SyLb-s92 {
    grid-column: 34 / 36
}

#SyLlC,
#SyLrC,
#SyLbC {
    padding: 10px;
    width: 100%;
    overflow: auto;
}

#SyLrC-sfjs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 180px;
    grid-column-gap: 20px;
    height: 100%
}

#SyLrC input,
#SyLrC select {
    width: 100%;
    height: 30px;
    padding-left: 5px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px
}

#tishi,
#tishi1,
#tishi2,
#tishi3 {
    grid-column: 1 / -1;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background-color: #FfF;
    font-size: 12px;
    line-height: 1.5;
    color: #999;
    resize: none;
    overflow: auto
}

#SyLrC-sjjs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 50px 200px;
    grid-column-gap: 20px;
    height: 100%
}

#SyLrC-lxjs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 50px 150px;
    grid-column-gap: 20px;
    height: 100%
}

#SyLrC-fwzj {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 180px;
    grid-column-gap: 20px;
    height: 100%
}

#SyLbC>ul {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 5px;
    font-weight: bolder;
    list-style-type: none;
    color: #3E63C1;
    height: 100%;
}

#SyLlC>ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(13, 1fr);
    grid-gap: 1px;
    color: rgb(10, 20, 40);
    list-style-type: none;
    height: 100%;
}

#SyLlC a,
#SyLbC a {
    color: inherit
}

#SyLlC>ul>*,
#SyLbC>ul>* {
    height: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 5px;
}



#SyLbC>ul>* {
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-gap: 2px;
}

#SyLlC>ul>li>img,
#SyLbC>ul>li>img {
    height: 28px;
    justify-self: center;
    opacity: 0.8
}

#SyLlC>ul>li>a,
#SyLbC>ul>li>a {
    width: 100%;
    height: 100%;
    line-height: 16px;
    font-size: 12px;
    display: flex;
    align-items: center
}


@media (max-width: 1200px) {

    #SyLlC>ul>li>a,
    #SyLbC>ul>li>a {
        font-size: 9px;
        /* 1200px * 1% = 12px */
    }
}

#SyLlC>ul>li:hover,
#SyLbC>ul>li:hover {
    border: 2px solid #3E63C1;
}

#SyLlC>ul>li:hover>img,
#SyLbC>ul>li:hover>img {
    opacity: 1
}

#SyLlC>ul>li:hover>a,
#SyLbC>ul>li:hover>a {
    color: #000033
}


[ id$="T"]>li.tab-active {
    background-color: #9290 !important;
    color: rgb(40, 80, 160) !important;
}

/* ------------------------------------------ZL-------------------------------- */
#Zl00,
#Sz00 {
    display: grid;
    grid-template-columns: 1fr 250px;
    grid-gap: 10px;
    padding: 10px 20px;
    min-height: 100%;
    width: 100%;
}

#Zl00>*,
#Sz00>* {
    border: 1px solid #9EB1E0;
    box-shadow: 1px 0 0 0 #e3e4e6;
    background-color: #EBEFF9;
    /* height: 100%; */
    width: 100%;
}

#SzLlC {
    padding: 10px;
    width: 100%;
}


#ZlLlT {
    height: 30px;
    background-color: #3E63C1;
    color: #FfF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: grid;
}

#ZlLrT {
    position: sticky;
    top: 0;
    height: 600px;
}

#ZlLrT>span {
    height: 30px;
    background-color: #3E63C1;
    color: #FfF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    text-align: center;
    border-bottom: 1px solid #FfF;
}

#ZlLrT>ul {
    display: none;
    height: 450px;
    grid-gap: 5px;
    padding: 5px;
    overflow: auto;
    align-content: start;
    list-style-type: none;
}

#ZlLrT>ul>li {
    border: 2px solid #9290;
    border-radius: 5px;
    padding: 0 5px;
    background-color: #D8E0F3;
    color: rgb(40, 80, 160);
    font-size: 14px;
    cursor: pointer;
    display: flex;
}

#ZlLrT>ul>li:hover {
    color: rgb(5, 10, 20);
    font-weight: bold;
    border: 2px solid #3E63C1
}

span.tab-active {
    background-color: rgba(50, 100, 200, 0.2) !important;
    color: rgb(40, 80, 160) !important;
}

/* 提升标签内容激活状态样式优先级 */
[ id$="-C"].tab-content-active {
    display: grid !important;
}

#ZlLlT>* {
    border-right: 1px solid #fff;
}

#ZlLlT>*:last-child {
    border-right: none;
}


.ZlLlT-f {
    grid-template-columns: 1fr 300px 80px;
}

.ZlLlT-e {
    grid-template-columns: 1fr 80px;
}

.ZlLlT-c {
    grid-template-columns: 200px 1fr 200px 80px;
}

.ZlLlT-t,
.ZlLlT-g {
    grid-template-columns: 1fr 200px 80px;
}

#ZlLlC {
    width: 100%;
    border-collapse: collapse;
}

#ZlLlC tr>* {
    border-right: 1px solid #fff;
    height: 40px;
    text-align: left;
    padding: 5px 10px;
}

#ZlLlC tr>*:last-child {
    border-right: none;
}

.ZlLlC-f tr>*:nth-child(3),
.ZlLlC-e tr>*:nth-child(2),
.ZlLlC-c tr>*:nth-child(4),
.ZlLlC-t tr>*:nth-child(3),
.ZlLlC-g tr>*:nth-child(3) {
    width: 80px;
}

.ZlLlC-c tr>*:nth-child(1),
.ZlLlC-c tr>*:nth-child(3),
.ZlLlC-t tr>*:nth-child(2),
.ZlLlC-g tr>*:nth-child(2) {
    width: 200px;
}

.ZlLlC-f tr>*:nth-child(2) {
    width: 300px;
}

#ZlLlC tr {
    border-bottom: 1px solid #fff;
}

#ZlLlC .Zl-th {
    background-color: #C5D0EC;
    font-weight: bold;
    color: rgb(40, 80, 160);
}

.tdRow {
    cursor: pointer;
}

.tdRow:nth-child(even) {
    background-color: rgba(50, 100, 200, 0.05);
}

.tdRow:hover {
    background-color: #D8E0F3;
}


#ZlLr li>a {
    display: block;
    width: 100%;
    height: 100%;
}

#ZlLr li.navact {
    color: rgb(5, 10, 20);
    font-weight: bold;
    border: 2px solid #3E63C1;
    background-color: #fff;
}

.highlight {
    background-color: red;
}

.tiaocss {
    font-weight: bolder;
    color: rgb(40, 80, 160);
}

/* -----------------SZ------------ */
#SzLlC table {
    border-collapse: collapse;
    /* 合并边框 */
    width: 100%;
}

#SzLlC th,
#SzLlC td {
    border: 1px solid #3E63C1;
    padding: 5px;
}

#SzLlC th {
    background-color: #D8E0F3;
}

.highlight {
    background-color: yellow
}

.highlight-plus {
    border: 1px solid #7891D4;
    color: red;
    font-weight: bolder;
    font-size: 1.5em;
    border-radius: 5px
}

.tiao {
    color: rgb(50, 100, 200);
    font-weight: bold;
    cursor: copy;
    /* display: inline-block; */
    /* margin-top: 10px; */
}

.tocact {
    background-color: #D8E0F3;
    font-weight: bold;
    display: block
}

#SzLl a {
    display: inline
}

/* #SzLlC {
    font-size: 1em；
} */

#SzLrC {
    height: 100%
}

#SzLrC1 {
    /* border-bottom: 1px solid #EBEFF9; */
    position: sticky;
    top: 0;
    height: 30px;
    display: grid;
    grid-template-columns: 4fr 1fr 1fr;
    background-color: #3E63C1;
    padding: 2px;
    grid-gap: 2px
}


#SzLrC1 button,
#SzLrC2 button {
    border: 1px solid #FfF;
    background-color: #5172C7;
}

#SzLlT {
    display: grid;
    grid-template-columns: 80px 1fr 80px
}

#SzLlT>button {
    border-radius: 0;
}

#SzLlT0 {
    min-height: 30px;
    background-color: #3E63C1;
    color: #FfF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #FfF;
    border-right: 1px solid #FfF
}

#SzLrT1,
#SzLrT2 {
    height: 30px;
    background-color: #3E63C1;
    color: #FfF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0px;
    z-index: 9;
}

#SzLrT2 {
    z-index: 29;
}

#SzLrC2 {
    border-bottom: 1px solid #EBEFF9;
    position: sticky;
    top: 30px;
    height: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #3E63C1;
    padding: 2px;
    grid-gap: 2px;
    color: #FfF
}

#SzLrC3 {
    border-bottom: 1px solid #5172C7;
    padding: 10px;
    font-size: 14px
}

#SzLrC4 {
    position: sticky;
    top: 0px;
    /* max-height: calc(100vh - 150px); */
    /* overflow-y: auto; */
    padding: 10px;
    font-size: 14px
}

#infotoc {
    position: sticky;
    top: 60px;
    overflow-y: auto;
    max-height: calc(100vh - 90px);


}

#searchInput {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid #9EB1E0
}

#searchInput:focus {
    background-color: yellow;
}

/* -----------------DH------------ */


#Dh00 {
    display: grid;
    grid-template-columns: 1fr 250px;
    grid-gap: 10px;
    padding: 10px 20px;
    min-height: 100%;
    width: 100%;
}

#Dh00>* {
    height: 100%;
    width: 100%;
}

#DhLr {
    box-shadow: 1px 0 0 0 #e3e4e6;
    background-color: #EBEFF9;
    border: 1px solid #9EB1E0;
}

#DhLr>span {
    height: 30px;
    background-color: #3E63C1;
    color: #FfF;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    text-align: center;
    border-bottom: 1px solid #FfF;
    position: sticky;
    top: 0;
}

#DhLr>ul {
    display: grid;
    height: calc(100vh - 150px);
    grid-gap: 5px;
    padding: 5px;
    align-content: start;
    list-style-type: none;
    position: sticky;
    top: 30px;
    overflow-y: auto;
}

#DhLr>ul>li {
    border: 2px solid #9290;
    border-radius: 5px;
    padding: 0 5px;
    background-color: #D8E0F3;
    color: rgb(40, 80, 160);
    font-size: 14px;
    cursor: pointer;
}

#DhLr>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
}

#DhLr>ul>li.navact {
    color: rgb(5, 10, 20);
    font-weight: bold;
    border: 2px solid #3E63C1;
    background-color: #fff;
}

#DhLr>ul>li:hover {
    color: rgb(5, 10, 20);
    font-weight: bold;
    border: 2px solid #3E63C1
}

/* */
[data-title] {
    min-height: 300px;
}

[data-title].navstyle {
    min-height: 200px;
    width: 100%;
    background-color: #EBEFF9;
    border: 1px solid #9EB1E0;
    box-shadow: 1px 0 0 0 #e3e4e6;
    margin-bottom: 10px;
}

[data-title]:last-child {
    margin-bottom: 0;
}

[data-title]>ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    padding: 10px;
}

[data-title]>ul>li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 50px 1fr 30px;
    grid-gap: 2px;
    align-items: center;
    justify-items: center;
    padding: 5px;
    border: 2px solid #9290
}

[data-title]>ul>li>img {
    max-height: 40px;
    max-width: 40px;
}


[data-title]>ul>li>dl {
    width: 100%;
    line-height: 20px;
}

[data-title]>ul>li>dl>* {
    font-size: 14px;
    font-weight: bolder;
    color: rgb(40, 80, 160);
}

[data-title]>ul>li>dl>dd {
    font-size: 10px;
    color: rgb(5, 10, 20);

}

[data-title]>ul>li:hover {
    border: 2px solid #3E63C1
}

[data-title]>div {
    height: 30px;
    background-color: #D8E0F3;
    color: rgb(40, 80, 160);
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}

/* -----------------ZB------------ */

#Zb00 {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 10px;
    padding: 10px 20px;
    min-height: 100%;
    width: 100%;
}

#Zb00>* {
    border: 1px solid #9EB1E0;
    height: 100%;
    display: grid;
    grid-template-rows: 30px 300px auto;
    background-color: #D8E0F3;
}

#Zb00>div>div:first-child {
    background-color: #3E63C1;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    height: 30px;
    border-bottom: 1px solid #fff;
}

#ZbLr {
    grid-template-rows: 30px auto 100px;
}

#jianli {
    display: grid;
    grid-template-columns: 3fr 7fr;
    height: 300px;
}

#touxiang {
    background-size: cover;
    background-position: center;
    background-color: #3E63C1;
    background-image: url(/zb/img/wangbinlawyer.png);
}

#jieshao {
    padding: 10px 10px;
    color: #3E63C1;
    font-size: 14px;
    line-height: 2;
    font-weight: bolder;
    border-left: 1px solid #fff;
}

#eduwork {
    border-collapse: collapse;
    width: 100%;
}

#eduwork td {
    border-top: 1px solid #fff;
    padding: 5px;
}

#eduwork td:first-child {
    border-right: 1px solid #fff;
    width: 30%;
}

#eduwork span {
    padding: 30px 10px;
    color: #3E63C1;
    font-size: 14px;
    font-weight: bolder;
}

.container {
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.item {
    position: relative;
    width: 0;
    /* display: none; */
    cursor: pointer;
    background-size: cover;
    background-position: center;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    overflow: hidden;
}

.item.active {
    flex: 1;
    display: block;
}


#xiaotu {
    display: flex;
    overflow-y: auto;
}

#xiaotu div {
    height: 100%;
    width: 500px;
    background-size: cover;
    background-position: center;
    border: 1px solid #fff;
    float: left;
    opacity: 0.5;
}


#ZbLl {
    background-color: #EBEFF9;
    border: 1px solid #9EB1E0;
    min-height: calc(100vh - 120px)
}

#loading-indicator {
    text-align: center;
    display: none;
}

#Zb00 {
    padding: 10px 20px;
    min-height: 100%;
}

#ZbLl {
    background-color: #EBEFF9;
    border: 1px solid #9EB1E0;
    min-height: calc(100vh - 120px)
}


#result-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;

}

#result-table>tbody {
    cursor: pointer;
}

#result-table th,
#result-table td {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 40px;
    text-align: left;
    padding: 0 10px;
}

#result-table tr>th:first-child {
    width: 120px;
    padding: 2px;
}

#result-table select {
    width: 100%;
    height: 100%;
    background-color: #9290;
    border: none;
    color: #fff;
    text-align: left;
    font-weight: bolder;
    padding-left: 10px;
}


#result-table tr>th:nth-child(3) {
    width: 200px;
}

#result-table tr>th:nth-child(4) {
    width: 200px;
}


#result-table tr>th:last-child,
#result-table tr>td:last-child {
    border-right: none;
    width: 100px;
}

#result-table th {
    background-color: #3E63C1;
    position: sticky;
    color: #fff;
    height: 30px;
    top: 0;
    z-index: 1000;
}

#result-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

#result-table tr:hover {
    background-color: #D8E0F3;
}

.highlight {
    background-color: yellow;
}

/* -----------------SS------------ */

#Ss00 {
    display: grid;
    grid-template-columns: 1fr 150px;
    grid-template-rows: 70px auto;
    padding: 10px 20px;
    min-height: 100%;
    width: 100%;
}

#Ss00>* {
    background-color: #EBEFF9;
}

#SsLt {
    grid-column: 1 / 3;
    padding: 10px 10px 0 10px;
    background-color: #EBEFF9;
}

#searchbox {
    border-radius: 5px;
    height: 60px;
    width: 100%;
    border: 1px solid #9EB1E0;
    background-color: #fff;
    resize: none;
    /* 禁止所有方向的缩放 */
    overflow-y: auto;
    padding: 5px 10px;
}


#SsLl,
#SsLr {
    display: grid;
    grid-template-rows: 3fr repeat(8, 1fr);
    grid-gap: 10px;
    padding: 10px;
}

#SsLl>div {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

#SsLr>div {
    display: grid;
    place-items: center;
    background-color: #3E63C1;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #fff;
    font-weight: bold;
}

#SsLl>#popsrch {
    grid-template-columns: repeat(2, 1fr);
}

#SsLl>div>div {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-gap: 5px;
    padding: 5px 10px;
    color: rgb(40, 80, 160);
    font-weight: bold;
    background-color: #fff;
    cursor: pointer;
    align-items: center;
    /* 垂直居中 */
}

#SsLl>#popsrch>* {
    grid-template-columns: 100px repeat(7, 1fr);
}

#Ss00 img {
    height: 26px;
}