﻿@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    font-family: Arial,微软雅黑,Helvetica,sans-serif,宋体;
    font-size: 11pt;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    /*letter-spacing: 0.8px;*/
    background-color: transparent;
}
::-webkit-scrollbar {
    width: 8px; /* 对于垂直滚动条，设置宽度 */
    height: 8px; /* 对于水平滚动条，设置高度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background-color: rgb(150 150 150 / 0.25);
    border-radius: 6px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background-color: rgb(0 0 0 / 0.35);
    border-radius: 6px;
}

    /* 滑块hover效果 */
    ::-webkit-scrollbar-thumb:hover {
        background-color: rgb(0 0 0 / 0.65);
        border-radius: 6px;
    }
    /* 滑块active效果 */
    /*::-webkit-scrollbar-thumb:active {
        background-color: rgb(0 0 0 / 0.65);
        border-radius: 6px;
    }*/
p {
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
table {
    padding: 0;
    margin: 0;
    border: 0;
    border-spacing: 0;
}
    table td{
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
    }
input {
    height: 22px;
    line-height: 22px;
    border: 1px solid #bbb;
    padding-left: 1px;
    padding-right: 1px;
    vertical-align: middle;
    background-color: rgb(255 255 255);
}

    input:hover {
        border-color: rgb(36 168 168 / 0.60);
        border: 1px solid #2486a1;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(30 144 169 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(30,144,169,.6)
    }

    input:focus {
        border-color: rgb(36 168 168 / 0.60);
        border: 1px solid #2486a1;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(30 144 169 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(30,144,169,.6)
    }
.inputlv {
    height: 22px;
    line-height: 22px;
    border: 1px solid #bbb;
    padding-left: 1px;
    padding-right: 1px;
    vertical-align: middle;
    background-color: #fafafa;
}
    .inputlv:hover {
        border: 1px solid #bbb;
        outline: 0;
    }

    .inputlv:focus {
        border: 1px solid #bbb;
        outline: 0;
    }
.inputcl {
    height: 22px;
    line-height: 22px;
    border: 1px solid #bbb;
    padding-left: 1px;
    padding-right: 1px;
    vertical-align: middle;
    background-color: #f8f8f8;
}

    .inputcl:hover {
        border: 1px solid #bbb;
        background-color: #f8f8f8;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(255 255 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(255,255,255,.6)
    }

    .inputcl:focus {
        border: 1px solid #bbb;
        background-color: #f8f8f8;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(255 255 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(255,255,255,.6)
    }
.inputx {
    height: 22px;
    line-height: 22px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 0px ;
    padding-left: 1px;
    padding-right: 1px;
    vertical-align: middle;
    background-color: rgb(255 255 255);
}

    .inputx:hover {
        border-color: rgb(36 168 168 / 0.60);
        border-top: 1px solid #2486a1;
        border-bottom: 1px solid #2486a1;
        border-left: 1px solid #2486a1;
        border-right: 0px;
        outline: 0;
        -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 5px rgb(30 144 169 / 0.60);
        box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 5px rgba(30,144,169,.6)
    }

    .inputx:focus {
        border-color: rgb(36 168 168 / 0.60);
        border-top: 1px solid #2486a1;
        border-bottom: 1px solid #2486a1;
        border-left: 1px solid #2486a1;
        border-right: 0px ;
        outline: 0;
        -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 5px rgb(30 144 169 / 0.60);
        box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 5px rgba(30,144,169,.6)
    }
.winpuw {
    width: 17px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    background-image: url(/App_Css/images/delete_c.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}
    .winpuw:hover {
        background-image: url(/App_Css/images/delete_d.png);
        background-repeat: no-repeat;
    }

    .winpuw:active {
        background-image: url(/App_Css/images/delete_d.png);
        background-repeat: no-repeat;
    }
.winput {
    height: 22px;
    line-height: 22px;
    border: 0px;
    vertical-align: middle;
    text-align: center;
    pointer-events: none;
    background-color: rgb(255 255 255/ 0.00);
}
select::-ms-expand {
    display: none;
}

select {
    height: 24px;
    line-height: 24px;
    border: 1px solid #bbbbbb;
    border-radius: 0px;
    padding-left: 1px;
    padding-right: 15px;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("images/selectimg.png") no-repeat scroll right center transparent;
    background-color: #FFFFFF;
}

    select:hover {
        border-color: rgb(36 168 168 / 0.60);
        border: 1px solid #2486a1;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(30 144 169 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(30,144,169,.6);
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url("images/selectimghr.png?1.0") no-repeat scroll right center transparent;
        background-color: #FFFFFF;
    }

    select:focus {
        border-color: rgb(36 168 168 / 0.60);
        border: 1px solid #2486a1;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(30 144 169 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(30,144,169,.6);
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url("images/selectimghr.png?1.0") no-repeat scroll right center transparent;
        background-color: #FFFFFF;
    }

textarea {
    border: 1px solid #bbbbbb;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: rgb(255 255 255);
    line-height: 18px;
    min-height: 18px;
    max-height: 300px;
    resize: vertical;
}

    textarea:hover {
        border-color: rgb(36 168 168 / 0.60);
        border: 1px solid #2486a1;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(30 144 169 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(30,144,169,.6)
    }

    textarea:focus {
        border-color: rgb(36 168 168 / 0.60);
        border: 1px solid #2486a1;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(30 144 169 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(30,144,169,.6)
    }
input[type=checkbox] {
    display: none;
}
label {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}
    label span {
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

input[type="checkbox"]:checked + label span {
    display: block;
    width: 4px;
    height: 9px;
    border: 1px solid #fff;
    border-width: 0px 2px 2px 0px;
    transform: translate(-50%, -60%) rotate(45deg);
}

input[type="checkbox"]:checked + label {
    background: #2486a1;
    border: 1px solid #2486a1;
    border-radius: 2px;
}
.repo {
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 6px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
    align-items: center;
}
 .pttv td {
        border-left: 0px solid #ddd;
        border-top: 1px solid #ddd;
        border-right: 0px solid #ddd;
        border-bottom: 0px solid #ddd;
    }
.ptta {
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
    position: fixed;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #fff;
    border-spacing: 0;
    min-width: 1024px;
}

    .ptta td {
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
        border-left: 0px solid #ddd;
        border-top: 0.5px solid #ddd;
        border-right: 0.5px solid #ddd;
        border-bottom: 0.5px solid #ddd;
    }
.pttb {
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
    /*top: 50px;*/
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #fff;
    border-spacing: 0;
    min-width: 1024px;
}

    .pttb td {
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
        border-left: 0px solid #ddd;
        border-top: 0.5px solid #ddd;
        border-right: 0.5px solid #ddd;
        border-bottom: 0.5px solid #ddd;
    }
.pttc {
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
    /*top: 50px;*/
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #fff;
    border-spacing: 0;
}

    .pttc td {
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
        border-left: 0px solid #ddd;
        border-top: 0.5px solid #ddd;
        border-right: 0.5px solid #ddd;
        border-bottom: 0.5px solid #ddd;
    }
.pttsble {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border-spacing: 0;
    min-width: 1000px;
}

    .pttsble td {
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
        border: 0.5px solid #ddd;
    }
.pttable {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border-spacing: 0;
}

    .pttable td {
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
        border-left: 0px solid #ddd;
        border-top: 0.5px solid #ddd;
        border-right: 0.5px solid #ddd;
        border-bottom: 0.5px solid #ddd;
    }
.pttabe {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border-spacing: 0;
}

    .pttabe td {
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
        border-left: 0px solid #ddd;
        border-top: 0px solid #ddd;
        border-right: 0px solid #ddd;
        border-bottom: 0.5px solid #ddd;
    }

.pttax {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border-spacing: 0;
}

    .pttax td {
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
        border-left: 0.5px solid #ddd;
        border-top: 0px solid #ddd;
        border-right: 0px solid #ddd;
        border-bottom: 0px solid #ddd;
    }
.pgtopo {
    height: 38px;
    background-color: rgb(240 240 240);
    /*background-color: #fbfbfb;*/
    font-weight: bold;
    /*text-shadow: 0 0 2px rgba(0,0,0,.020), 0 0 4px rgba(0,0,0,.075), 0 0 6px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.075);*/
}

.tdbg {
    height: 56px;
    background-color: #fff;
}

    .tdbg:hover {
        background-color: #EDF9F7;
    }
.tdbv {
    height: 56px;
    background-color: #fbfbfb;
}

    .tdbv:hover {
        background-color: #EDF9F7;
    }
.tdbg_a {
    height: 34px;
    background-color: #fff;
}

    .tdbg_a:hover {
        background-color: #EDF9F7;
    }

.tdbv_a {
    height: 34px;
    background-color: #fbfbfb;
}

    .tdbv_a:hover {
        background-color: #EDF9F7;
    }
.tdbu {
    height: 44px;
    background-color: #fff;
}

    .tdbu:hover {
        background-color: #EDF9F7;
    }

.tdbt {
    height: 44px;
    background-color: #fbfbfb;
}

    .tdbt:hover {
        background-color: #EDF9F7;
    }
.tdbw {
    height: 50px;
    background-color: #fff;
}

    .tdbw:hover {
        background-color: #EDF9F7;
    }

.tdbk {
    height: 50px;
    background-color: #fbfbfb;
}

    .tdbk:hover {
        background-color: #EDF9F7;
    }

.tdbm {
    height: 40px;
    background-color: #fff;
    cursor: pointer;
}

    .tdbm:hover {
        background-color: #EDF9F7;
        color: #e43636;
    }

.tdbl {
    height: 40px;
    background-color: #fbfbfb;
    cursor: pointer;
}

    .tdbl:hover {
        background-color: #EDF9F7;
        color: #e43636;
    }
.tdbg_c {
    height: 30px;
    background-color: #fff;
}

    .tdbg_c:hover {
        background-color: #EDF9F7;
    }
.se36 {
    text-align: center;
    width: 36px;
    max-width: 60px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    /*background-color: #fbfbfb;*/
    /*background-color: #e7e7e7e7;*/
    background-color: rgb(240 240 240);
}
.se30 {
    text-align: center;
    width: 30px;
    max-width: 40px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.se40 {
    text-align: center;
    width: 40px;
    max-width: 50px;
    min-width: 20px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.se50 {
    text-align: center;
    width: 50px;
    max-width: 60px;
    min-width: 30px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.se60 {
    text-align: center;
    width: 60px;
    max-width: 70px;
    min-width: 40px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.se70 {
    text-align: center;
    width: 70px;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.se80 {
    text-align: center;
    width: 80px;
    max-width: 90px;
    min-width: 60px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.se85 {
    text-align: center;
    width: 85px;
    max-width: 90px;
    min-width: 65px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.se90 {
    text-align: center;
    width: 90px;
    max-width: 100px;
    min-width: 70px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.se100 {
    text-align: center;
    width: 100px;
    max-width: 110px;
    min-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se110 {
    text-align: center;
    width: 110px;
    max-width: 120px;
    min-width: 90px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se120 {
    text-align: center;
    width: 120px;
    max-width: 130px;
    min-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se130 {
    text-align: center;
    width: 130px;
    max-width: 140px;
    min-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se135 {
    text-align: center;
    width: 135px;
    max-width: 145px;
    min-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se140 {
    text-align: center;
    width: 140px;
    max-width: 150px;
    min-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se150 {
    text-align: center;
    width: 150px;
    max-width: 160px;
    min-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se160 {
    text-align: center;
    width: 160px;
    max-width: 170px;
    min-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se170 {
    text-align: center;
    width: 170px;
    max-width: 180px;
    min-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se180 {
    text-align: center;
    width: 180px;
    max-width: 190px;
    min-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se190 {
    text-align: center;
    width: 190px;
    max-width: 200px;
    min-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se200 {
    text-align: center;
    width: 200px;
    max-width: 210px;
    min-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se210 {
    text-align: center;
    width: 210px;
    max-width: 220px;
    min-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se220 {
    text-align: center;
    width: 220px;
    max-width: 230px;
    min-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se230 {
    text-align: center;
    width: 230px;
    min-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se240 {
    text-align: center;
    width: 240px;
    min-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se250 {
    text-align: center;
    width: 250px;
    min-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.se260 {
    text-align: center;
    width: 260px;
    min-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    padding: 0px 2px 0px 2px;
}
.odd {
    text-align: center;
    width: 134px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    cursor: pointer;
}
    .odd:hover {
        color: #FF3E00;
    }
.date {
    text-align: center;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.name {
    padding: 0px 2px 0px 2px;
    width: 200px;
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
}
    .name:hover {
        color: #e43636;
    }
.naew:hover {
    color: #e43636;
    cursor: pointer;
}
.namt {
    padding: 0px 2px 0px 2px;
    width: 220px;
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
}
    .namt:hover {
        color: #e43636;
    }
.namelu {
    padding: 0px 2px 0px 2px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    text-align: center;
    min-width: 100px;
    
}
.namdf {
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
}

    .namdf:hover {
        color: #e43636;
    }
.namelr {
    width: 100%;
    height: 40px;
    background-image: url(/App_Css/images/sadv.png);
    background-repeat: no-repeat;
    background-position: right -9px top 6px;
    text-align: left;
}
.namesdv {
    width: 100%;
    height: 40px;
    background-image: url(/App_Css/images/sadv_a.png);
    background-repeat: no-repeat;
    background-position: right -9px top 6px;
    text-align: left;
}
.nameil {
    padding: 0px 13px 0px 6px;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    text-align: left;
    height: 40px;
    line-height: 40px;
}
img {
    border: 0;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.ckinput {
    width: 16px;
    height: 16px;
    border: 1px solid #bbbbbb;
    vertical-align: middle;
}

    .ckinput:hover {
        border: 1px solid rgba(120,180,180,1);
        border-color: #76B4AC;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(120,180,180,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(120,180,180,.6)
    }

    .ckinput:focus {
        border: 1px solid rgba(120,180,180,1);
        border-color: #76B4AC;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(120,180,180,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(120,180,180,.6)
    }


.fxmn {
    color: #8e8e8e;
    text-decoration: none;
}
.dfsvb {
    border: 1px solid #bbbbbb;
}

    .dfsvb:hover {
        border-color: rgb(36 168 168 / 0.60);
        border: 1px solid #2486a1;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(30 144 169 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(30,144,169,.6)
    }

    .dfsvb:focus {
        border-color: rgb(36 168 168 / 0.60);
        border: 1px solid #2486a1;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(30 144 169 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(30,144,169,.6)
    }

.cfput {
    border: 1px solid #e43636;
    background-color: rgb(255 231 231 / 0.10);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(255,60,60,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(255,60,60,.6);
}

    .cfput:hover {
        border: 1px solid #ff6b6b;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(255,60,60,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(255,60,60,.6);
    }

    .cfput:focus {
        border: 1px solid #ff6b6b;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(255,60,60,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(255,60,60,.6);
    }
.cfputx {
    border-top: 1px solid #e43636;
    border-bottom: 1px solid #e43636;
    border-left: 1px solid #e43636;
    border-right: 0px;
    background-color: rgb(255 231 231 / 0.10);
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 6px rgba(255,60,60,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 6px rgba(255,60,60,.6);
}

    .cfputx:hover {
        border-top: 1px solid #ff6b6b;
        border-bottom: 1px solid #ff6b6b;
        border-left: 1px solid #ff6b6b;
        border-right: 0px;
        outline: 0;
        -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 6px rgba(255,60,60,.6);
        box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 6px rgba(255,60,60,.6);
    }

    .cfputx:focus {
        border-top: 1px solid #ff6b6b;
        border-bottom: 1px solid #ff6b6b;
        border-left: 1px solid #ff6b6b;
        border-right: 0px;
        outline: 0;
        -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 6px rgba(255,60,60,.6);
        box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 6px rgba(255,60,60,.6);
    }
.ascc {
    width: fit-content;
    padding: 0px 3px 0px 3px;
    background-color: #00b93c;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
}

    .ascc:hover {
        background-color: #00c741;
    }

    .ascc:active {
        background-color: #00b93c;
    }

.adcc {
    width: fit-content;
    padding: 0px 3px 0px 3px;
    background-color: #d7d7d7;
    color: #808080;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
}

.fscc {
    width: fit-content;
    padding: 0px 3px 0px 3px;
    background-color: #4200a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
}

    .fscc:hover {
        background-color: #5301c8;
    }

    .fscc:active {
        background-color: #4200a1;
    }

.fxwz {
    width: fit-content;
    padding: 0px 3px 0px 3px;
    background-color: #F98F00;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
}

    .fxwz:hover {
        background-color: #ff9c00;
    }

    .fxwz:active {
        background-color: #ee7500;
    }
.fzhs {
    width: fit-content;
    padding: 0px 3px 0px 3px;
    background-color: #ff3e00;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
}

    .fzhs:hover {
        background-color: #ff6230;
    }

    .fzhs:active {
        background-color: #ff3e00;
    }
.fwea {
    width: fit-content;
    padding: 0px 3px 0px 3px;
    background-color: #3a9489;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
}

    .fwea:hover {
        background-color: #47b0a3;
    }

    .fword:active {
        background-color: #3a9489;
    }
.fxro {
    width: fit-content;
    padding: 0px 3px 0px 3px;
    background-color: #3E8CFB;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
}

    .fxro:hover {
        background-color: #589cfc;
    }

    .fxro:active {
        background-color: #3E8CFB;
    }
.fxsw {
    width: fit-content;
    padding: 0px 3px 0px 3px;
    border-radius: 2px;
    border: 1px solid #b4b4b4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
    background-color: #f7f7f7;
}
    .fxsw:hover {
        background-color: #FDFCFC;
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.underline {
    cursor: pointer;
    text-decoration: underline;
}
    .underline:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #e43636;
    }
/*新建*/
.newbuilt {
    /* width: 22px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    border-radius: 2px;
    border: 1px solid #b4b4b4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
    height: 22px;
    padding-left: 21px;
    padding-right: 4px;
    color: #272727;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/newbuilt.png);
    background-repeat: no-repeat;
    background-position: left 4px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}
    .newbuilt:hover {
        background-color: #FDFCFC;
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
    .newbuilt:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.preserve {
    width: fit-content;
    border-radius: 2px;
    border: 1px solid #b4b4b4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    line-height: 22px;
    height: 22px;
    padding-left: 21px;
    padding-right: 4px;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/preserve.png);
    background-repeat: no-repeat;
    background-position: left 4px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .preserve:hover {
        background-color: #FDFCFC;
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
    .preserve:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.confirme {
    width: fit-content;
    border-radius: 2px;
    border: 1px solid #b4b4b4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    line-height: 22px;
    height: 22px;
    padding-left: 21px;
    padding-right: 4px;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/confirme.png);
    background-repeat: no-repeat;
    background-position: left 4px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .confirme:hover {
        background-color: #FDFCFC;
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .confirme:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.saveas {
    /*width: 22px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    border-radius: 2px;
    border: 1px solid #b4b4b4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    line-height: 22px;
    height: 22px;
    padding-left: 22px;
    padding-right: 4px;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/saveas.png);
    background-repeat: no-repeat;
    background-position: left 4px top 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}
    .saveas:hover {
        background-color: #FDFCFC;
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
    .saveas:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.word {
    /*width: 22px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    border-radius: 2px;
    border: 1px solid #b4b4b4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    line-height: 22px;
    height: 22px;
    padding-left: 21px;
    padding-right: 4px;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/word.png);
    background-repeat: no-repeat;
    background-position: left 4px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .word:hover {
        background-color: #FDFCFC;
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
    .word:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.Excel {
    /*width: 22px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    border-radius: 2px;
    border: 1px solid #b4b4b4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    line-height: 22px;
    height: 22px;
    padding-left: 21px;
    padding-right: 4px;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/Excel.png);
    background-repeat: no-repeat;
    background-position: left 4px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .Excel:hover {
        background-color: #FDFCFC;
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
    .Excel:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.wimg {
    /*width: 22px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    border-radius: 2px;
    border: 1px solid #b4b4b4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    line-height: 22px;
    height: 22px;
    padding-left: 21px;
    padding-right: 4px;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/wimg.png);
    background-repeat: no-repeat;
    background-position: left 4px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .wimg:hover {
        background-color: #FDFCFC;
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .wimg:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.printer {
    /*width: 22px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    border-radius: 2px;
    border: 1px solid #b4b4b4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    line-height: 22px;
    height: 22px;
    padding-left: 21px;
    padding-right: 4px;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/printer.png);
    background-repeat: no-repeat;
    background-position: left 4px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .printer:hover {
        background-color: #FDFCFC;
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
    .printer:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.delete {
    /*width: 22px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    border-radius: 2px;
    border: 1px solid #b4b4b4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    line-height: 22px;
    height: 22px;
    padding-left: 21px;
    padding-right: 4px;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/delete.png);
    background-repeat: no-repeat;
    background-position: left 4px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .delete:hover {
        background-color: #FDFCFC;
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
    .delete:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

.delete_u {
    width: fit-content;
    background-color: #e43636;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
    height: 23px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/delete_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .delete_u:hover {
        background-color: #f74a1b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60)
    }

    .delete_u:active {
        background-color: #ef3300;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60)
    }


.copy {
    /*height: 22px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    border-radius: 2px;
    border: 1px solid #b4b4b4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    height: 22px;
    line-height: 22px;
    padding-left: 21px;
    padding-right: 4px;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/copy.png);
    background-repeat: no-repeat;
    background-position: left 4px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .copy:hover {
        background-color: #FDFCFC;
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
    .copy:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.downl {
    width: fit-content;
    border-radius: 2px;
    border: 1px solid #b4b4b4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    height: 22px;
    line-height: 22px;
    padding-left: 21px;
    padding-right: 4px;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/download.png);
    background-repeat: no-repeat;
    background-position: left 4px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .downl:hover {
        background-color: #FDFCFC;
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .downl:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.submit {
    width: fit-content;
    border-radius: 2px;
    border: 1px solid #b4b4b4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    height: 22px;
    line-height: 22px;
    padding-left: 21px;
    padding-right: 4px;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/submit.png);
    background-repeat: no-repeat;
    background-position: left 4px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .submit:hover {
        background-color: #FDFCFC;
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .submit:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.copyo {
    padding: 0px 0px 0px 0px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 19px;
    height: 20px;
    background-image: url(/App_Css/images/copy.png);
    background-repeat: no-repeat;
    background-position: left 2px top 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .copyo:hover {
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6);
        background-position: left 2px top 2px;
    }

    .copyo:active {
        /*background-color: #f5f5f5;*/
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.buttonw {
    width: fit-content;
    padding: 0px 3px 0px 3px;
    border-radius: 2px;
    border: 1px solid #bbb;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    line-height: 22px;
    text-align: center;
    background-color: #f7f7f7;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .buttonw:hover {
        background-color: #FDFCFC;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .buttonw:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.xiajiato {
    /* width: 22px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    border-radius: 2px;
    /* border-bottom: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;*/
    border: 1px solid #b4b4b4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
    height: 22px;
    padding-left: 21px;
    padding-right: 4px;
    color: #272727;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/xiajiato_0.png);
    background-repeat: no-repeat;
    background-position: left 4px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .xiajiato:hover {
        background-color: #FDFCFC;
        /*border-bottom: 1px solid #2486a1;
        border-right: 1px solid #2486a1;
        border-top: 1px solid #2486a1;*/
        border: 1px solid #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(30 144 169 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(30,144,169,.6)
    }

    .xiajiato:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(30 144 169 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(30,144,169,.6)
    }
.newbuilt_D {
    /*width: fit-content;*/
    border-radius: 2px;
    width: 18px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    border: 0px solid rgb(255 255 255/ 0.10);
    height: 20px;
    /* line-height: 16px;
    padding-left: 20px;
    padding-right: 2px;*/
    background-image: url(/App_Css/images/newbuilt_D.png);
    background-repeat: no-repeat;
    background-position: left 1px top 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .newbuilt_D:hover {
        background-color: #FDFCFC;
        border: 0px solid #bbb;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .newbuilt_D:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.newbuilt_x {
    border-radius: 2px;
    width: 18px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    border: 0px solid rgb(255 255 255/ 0.10);
    height: 20px;
    background-image: url(/App_Css/images/mingy.png);
    background-repeat: no-repeat;
    background-position: left 1px top 1px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .newbuilt_x:hover {
        background-color: #FDFCFC;
        border: 0px solid #bbb;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .newbuilt_x:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.confirme_D {
    width: fit-content;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    border: 1px solid rgb(255 255 255/ 0.10);
    height: 22px;
    line-height: 22px;
    padding-left: 20px;
    padding-right: 2px;
    background-image: url(/App_Css/images/allowed.png);
    background-repeat: no-repeat;
    background-position: left 3px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .confirme_D:hover {
        background-color: #FDFCFC;
        border: 1px solid #bbb;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .confirme_D:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.refresh {
    width: fit-content;
    border-radius: 2px;
    border: 1px solid #b4b4b4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    line-height: 22px;
    height: 22px;
    padding-left: 21px;
    padding-right: 4px;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/refresh.png);
    background-repeat: no-repeat;
    background-position: left 4px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .refresh:hover {
        background-color: #FDFCFC;
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .refresh:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
/*新建*/
.newbuilt_a {
    /*width: 25px;*/
    width: fit-content; /*
    */
    padding: 0px 4px 0px 3px;
    background-color: #00a937;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
    height: 23px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/newbuilt_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .newbuilt_a:hover {
        background-color: #00be3e;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 189 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }

    .newbuilt_a:active {
        background-color: #00a937;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }
.namelist_s {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #5E8A00;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/namelist.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .namelist_s:hover {
        background-color: #71a500;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }

    .namelist_s:active {
        background-color: #5E8A00;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }
.newbuilt_c {
    /*width: 21px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #00a937;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 21px;
    height: 21px;
    padding-left: 17px;
    padding-right: 4px;
    background-image: url(/App_Css/images/newbuilt_c.png);
    background-repeat: no-repeat;
    background-position: left 2px top 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .newbuilt_c:hover {
        background-color: #00be3e;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 189 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }

    .newbuilt_c:active {
        background-color: #00a937;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }
.newbuilt_y {
    /*width: 25px;*/
    width: fit-content;
    padding: 0px 4px 0px 3px;
    background-color: #00a937;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
    height: 23px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/newbuilt_c.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .newbuilt_y:hover {
        background-color: #00be3e;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 189 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }

    .newbuilt_y:active {
        background-color: #00a937;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }
.newbuilt_d {
    /*width: 25px;*/
    width: fit-content;
    padding: 0px 4px 0px 3px;
    background-color: #00a937;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
    height: 23px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/all_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .newbuilt_d:hover {
        background-color: #00be3e;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 189 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }

    .newbuilt_d:active {
        background-color: #00a937;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }
.newbuilt_e {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/newbuilt_c.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .newbuilt_e:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .newbuilt_e:active {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.newbuilt_j {
    /*width: 25px;*/
    width: fit-content; /*
    */
    padding: 0px 4px 0px 3px;
    background-color: #00a937;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
    height: 23px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/newbuilt_j.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .newbuilt_j:hover {
        background-color: #00be3e;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 189 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }

    .newbuilt_j:active {
        background-color: #00a937;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }
.setup {
    width: fit-content;
    padding: 0px 4px 0px 3px;
    background-color: #00a937;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
    height: 23px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/setup.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .setup:hover {
        background-color: #00be3e;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 189 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }

    .setup:active {
        background-color: #00a937;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }
.setup_a {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 3px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/setup.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .setup_a:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .setup_a:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.saveas_a {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/saveas_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .saveas_a:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .saveas_a:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.modify {
    width: 25px;
    display: block;
    width: fit-content;
    /*padding: 0px 3px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/modify.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .modify:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .modify:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.Remember {
    width: 25px;
    display: block;
    width: fit-content;
    /*padding: 0px 3px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/Remember.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .Remember:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .Remember:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.Remember_D {
    /*width: fit-content;*/
    border-radius: 2px;
    width: 18px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    border: 0px solid rgb(255 255 255/ 0.10);
    height: 20px;
    /* line-height: 16px;
    padding-left: 20px;
    padding-right: 2px;*/
    background-image: url(/App_Css/images/Rememcer.png);
    background-repeat: no-repeat;
    background-position: left 1px top 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .Remember_D:hover {
        background-color: #FDFCFC;
        border: 0px solid #bbb;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .Remember_D:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.dynamic {
    width: 25px;
    display: block;
    width: fit-content;
    /*padding: 0px 3px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/dynamic.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .dynamic:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .dynamic:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.xzeim {
    width: 25px;
    display: block;
    width: fit-content;
    /*padding: 0px 3px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 3px;
    padding-top: 1px;
    background-image: url(/App_Css/images/xzeim.png);
    background-repeat: no-repeat;
    background-position: left 3px top 5px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .xzeim:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .xzeim:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.modisd {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 3px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/zuanhuan.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .modisd:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .modisd:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.ming_a {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/ming_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .ming_a:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .ming_a:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.mingv_a {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/mings_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .mingv_a:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .mingv_a:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.newbuilt_b {
    width: fit-content;
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/newbuilt_e.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .newbuilt_b:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .newbuilt_b:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

.delete_a {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #e43636;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/delete_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
    .delete_a:hover {
        background-color: #f74a1b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60)
    }

    .delete_a:active {
        background-color: #ef3300;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60)
    }
.Review {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #e88700;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/confirm.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .Review:hover {
        background-color: #f2910b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(224 176 45 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60)
    }

    .Review:active {
        background-color: #e08200;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(224 176 45 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60)
    }

.delete_b {
    /*width: 21px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #e43636;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 21px;
    height: 21px;
    padding-left: 17px;
    padding-right: 4px;
    background-image: url(/App_Css/images/delete_b.png);
    background-repeat: no-repeat;
    background-position: left 2px top 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.delete_b:hover {
    background-color: #f74a1b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60)
}

.delete_b:active {
    background-color: #ef3300;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60)
}
.delete_y {
    /*width: 25px;*/
    width: fit-content;
    padding: 0px 4px 0px 3px;
    background-color: #e48b36;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
    height: 23px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/delete_b.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .delete_y:hover {
        background-color: #eb9039;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 173 68 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 173 68 / 0.60)
    }

    .delete_y:active {
        background-color: #dc8634;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 173 68 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 173 68 / 0.60)
    }



.delete_c {
    /*width: 21px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #e43636;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 21px;
    height: 21px;
    padding-left: 17px;
    padding-right: 4px;
    background-image: url(/App_Css/images/delete_a.png);
    background-repeat: no-repeat;
    background-position: left 3px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .delete_c:hover {
        background-color: #f74a1b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60)
    }

    .delete_c:active {
        background-color: #ef3300;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(217 68 68 / 0.60)
    }
.copy_a {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/copy_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .copy_a:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .copy_a:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.copy_h {
    height: 20px;
    width: 20px;
    cursor: pointer;
    /*padding-top: 10px;*/
}

.word_a {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/word_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .word_a:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .word_a:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.Excel_a {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/Excel_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .Excel_a:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .Excel_a:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.Excel_b {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
    height: 23px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/Excel_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .Excel_b:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .Excel_b:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.printer_a {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/printer_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .printer_a:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .printer_a:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.xxng_a {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/all_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .xxng_a:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .xxng_a:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.proof_a {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/proof_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .proof_a:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .proof_a:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

.downl_b {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #00a937;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/downl_b.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
    .downl_b:hover {
        background-color: #00be3e;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 189 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }

    .downl_b:active {
        background-color: #00a937;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }

.wimg_a {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/wimg_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .wimg_a:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .wimg_a:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.wimg_D {
    /*width: fit-content;*/
    width: 18px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    border: 0px solid rgb(255 255 255/ 0.10);
    height: 20px;
    background-image: url(/App_Css/images/wimg.png);
    background-repeat: no-repeat;
    background-position: left 1px top 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .wimg_D:hover {
        background-color: #FDFCFC;
        border: 0px solid #bbb;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .wimg_D:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.Qrcode_a {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/Qrcode_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .Qrcode_a:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .Qrcode_a:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

.namelist {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/namelist.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .namelist:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .namelist:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

.downl_a {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/download_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .downl_a:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .downl_a:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.wimg_c {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/download_c.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .wimg_c:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .wimg_c:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.hotel {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #5E8A00;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/hotel.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .hotel:hover {
        background-color: #71a500;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }

    .hotel:active {
        background-color: #5E8A00;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }
.hotel_a {
    width: fit-content;
    background-color: #b4b4b4;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/hotel.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .hotel_a:hover {
        background-color: #aaaaaa;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
    }

    .hotel_a:active {
        background-color: #b4b4b4;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
    }
.connection {
    width: fit-content;
    background-color: #5E8A00;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/connection.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

 .connection:hover {
        background-color: #71a500;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }

 .connection:active {
        background-color: #5E8A00;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }
.connection_a {
    width: fit-content;
    background-color: #b4b4b4;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/connection.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .connection_a:hover {
        background-color: #aaaaaa;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
    }

    .connection_a:active {
        background-color: #b4b4b4;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
    }
.bus {
    /* width: 25px;*/
    width: fit-content;
    /* padding: 0px 4px 0px 3px;*/
    background-color: #5E8A00;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 24px;
    line-height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/bus.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .bus:hover {
        background-color: #71a500;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }

    .bus:active {
        background-color: #5E8A00;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }
.bus_a {
    /* width: 25px;*/
    width: fit-content;
    /* padding: 0px 4px 0px 3px;*/
    background-color: #b4b4b4;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 24px;
    line-height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/bus.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .bus_a:hover {
        background-color: #aaaaaa;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
    }

    .bus_a:active {
        background-color: #b4b4b4;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
    }
.daojia {
    width: fit-content;
    background-color: #5E8A00;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/daojia.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .daojia:hover {
        background-color: #71a500;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }

    .daojia:active {
        background-color: #5E8A00;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }
.daojia_a {
    width: fit-content;
    background-color: #b4b4b4;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/daojia.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .daojia_a:hover {
        background-color: #aaaaaa;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
    }

    .daojia_a:active {
        background-color: #b4b4b4;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
    }
.menp_a {
    width: fit-content;
    background-color: #5E8A00;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/menp_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .menp_a:hover {
        background-color: #71a500;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }

    .menp_a:active {
        background-color: #5E8A00;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }
.menp_a_a {
    width: fit-content;
    background-color: #b4b4b4;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/menp_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .menp_a_a :hover {
        background-color: #aaaaaa;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
    }

    .menp_a_a :active {
        background-color: #b4b4b4;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
    }
.ts {
    width: fit-content;
    background-color: #5E8A00;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/ts.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .ts:hover {
        background-color: #71a500;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }

    .ts:active {
        background-color: #5E8A00;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }
.ts_a {
    width: fit-content;
    background-color: #b4b4b4;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/ts.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .ts_a:hover {
        background-color: #aaaaaa;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
    }

    .ts_a:active {
        background-color: #b4b4b4;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }
.tourguide {
    width: fit-content;
    background-color: #5E8A00;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/tourguide.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .tourguide:hover {
        background-color: #71a500;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }

    .tourguide:active {
        background-color: #5E8A00;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }
.tourguide_a {
    width: fit-content;
    background-color: #b4b4b4;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/tourguide.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .tourguide_a:hover {
        background-color: #aaaaaa;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
    }

    .tourguide_a:active {
        background-color: #b4b4b4;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
    }
.all_a {
    width: fit-content;
    background-color: #5E8A00;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/all_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .all_a:hover {
        background-color: #71a500;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }

    .all_a:active {
        background-color: #5E8A00;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }
.all_a_a {
    width: fit-content;
    background-color: #b4b4b4;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/all_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .all_a_a:hover {
        background-color: #aaaaaa;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
    }

    .all_a_a:active {
        background-color: #b4b4b4;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.60);
    }
.mings_a {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #5E8A00;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/mings_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .mings_a:hover {
        background-color: #71a500;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }

    .mings_a:active {
        background-color: #5E8A00;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }


.confirm {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/confirm.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .confirm:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .confirm:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.Uploadpicture {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/wimg_b.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .Uploadpicture:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .Uploadpicture:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

.buttonx {
    width: 24px;
    width: fit-content;
    padding: 0px 3px 0px 3px;
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-weight: normal;
}

    .buttonx:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
    .buttonx:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.buttonv {
    width: 24px;
    width: fit-content;
    padding: 0px 3px 0px 3px;
    background-color: #5E8A00;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .buttonv:hover {
        background-color: #71a500;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }
    .buttonv:active {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(134 216 0 / 0.60);
    }
.soso {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 0px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
    height: 23px;
    padding-left: 21px;
    padding-right: 5px;
    padding-top: 1px;
    background-image: url(/App_Css/images/soso.png);
    background-repeat: no-repeat;
    background-position: left 3px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .soso:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .soso:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.ask_a {
    border-radius: 50%;
    border: 2px solid #2486a1;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 20px;
    height: 20px;
    background-image: url(/App_Css/images/ask_a.png);
    background-repeat: no-repeat;
    background-position: left 2px top 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .ask_a:hover {
        border: 2px solid #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .ask_a:active {
        border: 2px solid #237f98;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.ask_b {
    border-radius: 50%;
    background-color: #2486a1;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 24px;
    height: 24px;
    background-image: url(/App_Css/images/ask_b.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .ask_b:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .ask_b:active {
        background-color: #237f98;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

.fold_a {
    width: 24px;
    height: 24px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-image: url(/App_Css/images/fold_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
    .fold_a:hover {
        border-radius: 12px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.00),0 0 20px rgb(255 255 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.00),0 0 20px rgb(255 255 255 / 0.60)
    }
.fold_b {
    width: 24px;
    height: 24px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-image: url(/App_Css/images/fold_b.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .fold_b:hover {
        border-radius: 12px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.00),0 0 20px rgb(255 255 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.00),0 0 20px rgb(255 255 255 / 0.60)
    }
.quit {
    /*width: 24px;*/
    width: fit-content;
    /*padding: 0px 10px 0px 10px;*/
    color: #FFFFFF;
    border-radius: 14px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 26px;
    padding-right: 10px;
    background-image: url(/App_Css/images/quit.png);
    background-repeat: no-repeat;
    background-position: left 7px top 4px;
    border: 1px solid rgb(255 255 255 / 0.30);
    -webkit-box-shadow: 0 0 4px rgb(255 255 255 / 0.35);
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .quit:hover {
        -webkit-box-shadow: 0 0 6px rgb(255 255 255 / 0.50);
        box-shadow: 0 0 6px rgb(255 255 255 / 0.50)
    }
.txadd {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 22px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/txadd.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .txadd:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .txadd:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

.sydadd {
    /*width: 25px;*/
    width: fit-content;
    /*padding: 0px 4px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 22px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/all_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .sydadd:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .sydadd:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

.skin {
    /*width: 24px;*/
    width: fit-content;
    /*padding: 0px 10px 0px 10px;*/
    color: #FFFFFF;
    border-radius: 14px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 25px;
    padding-right: 10px;
    background-image: url(/App_Css/images/skin.png);
    background-repeat: no-repeat;
    background-position: left 7px top 4px;
    border: 1px solid rgb(255 255 255 / 0.30);
    -webkit-box-shadow: 0 0 4px rgb(255 255 255 / 0.35);
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .skin:hover {
        -webkit-box-shadow: 0 0 6px rgb(255 255 255 / 0.50);
        box-shadow: 0 0 6px rgb(255 255 255 / 0.50)
    }
.tsxz {
    /*width: 24px;*/
    width: fit-content;
    /* padding: 0px 10px 0px 10px;*/
    color: #FFFFFF;
    border-radius: 14px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 25px;
    padding-right: 10px;
    background-image: url(/App_Css/images/tsa.png);
    background-repeat: no-repeat;
    background-position: left 7px top 4px;
    border: 1px solid rgb(255 255 255 / 0.30);
    -webkit-box-shadow: 0 0 4px rgb(255 255 255 / 0.35);
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .tsxz:hover {
        -webkit-box-shadow: 0 0 6px rgb(255 255 255 / 0.50);
        box-shadow: 0 0 6px rgb(255 255 255 / 0.50)
    }
.navigation {
    width: fit-content;
    /*width: 360px;*/
    color: #FFFFFF;
    background-color: rgb(160 160 160 / 0.45);
    border-radius: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid rgb(255 255 255 / 0.30);
    -webkit-box-shadow: 0 0 4px rgb(160 160 160 / 0.65);
    font-size: 11pt;
    letter-spacing: 0.8px;
    max-width: 360px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tsAPP {
    /*width: 24px;*/
    width: fit-content;
    /*padding: 0px 10px 0px 10px;*/
    color: #FFFFFF;
    border-radius: 14px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 25px;
    padding-right: 10px;
    background-image: url(/App_Css/images/Qrcode_a.png);
    background-repeat: no-repeat;
    background-position: left 7px top 4px;
    border: 1px solid rgb(255 255 255 / 0.30);
    -webkit-box-shadow: 0 0 4px rgb(255 255 255 / 0.35);
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .tsAPP:hover {
        -webkit-box-shadow: 0 0 6px rgb(255 255 255 / 0.50);
        box-shadow: 0 0 6px rgb(255 255 255 / 0.50)
    }
.password {
    width: fit-content;
    /*padding: 0px 10px 0px 10px;*/
    color: #FFFFFF;
    border-radius: 14px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    padding-left: 25px;
    padding-right: 10px;
    background-image: url(/App_Css/images/password.png);
    background-repeat: no-repeat;
    background-position: left 7px top 4px;
    border: 1px solid rgb(255 255 255 / 0.30);
    -webkit-box-shadow: 0 0 4px rgb(255 255 255 / 0.35);
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .password:hover {
        -webkit-box-shadow: 0 0 6px rgb(255 255 255 / 0.50);
        box-shadow: 0 0 6px rgb(255 255 255 / 0.50)
    }
.button {
    width: 24px;
    width: fit-content;
    padding: 0px 3px 0px 3px;
    color: #FFFFFF;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    border: 1px solid rgb(255 255 255 / 0.30);
    -webkit-box-shadow: 0 0 4px rgb(255 255 255 / 0.35);
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .button:hover {
        -webkit-box-shadow: 0 0 6px rgb(255 255 255 / 0.50);
        box-shadow: 0 0 6px rgb(255 255 255 / 0.50)
    }
.bimg {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.70),0 0 10px rgb(0 0 0 / 0.40);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.70),0 0 10px rgb(0 0 0 / 0.40)
}
.logo {
    /* width: 24px;*/
    width: fit-content;
    /*padding: 0px 10px 0px 10px;*/
    color: #FFFFFF;
    border-radius: 14px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    height: 60px;
    padding-left: 60px;
    padding-right: 10px;
    background-image: url(/App_Css/images/ui/logo.png);
    background-repeat: no-repeat;
    background-position: left 7px top 4px;
    /* border: 1px solid rgb(255 255 255 / 0.30);
    -webkit-box-shadow: 0 0 4px rgb(255 255 255 / 0.35);
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;*/
}
.titshos {
    cursor: pointer;
    border-bottom: 0px solid #007465;
    background-color: #fff;
    color: #007465;
    background-repeat: no-repeat;
    background-position: left 6px top 10px;
    background-size: 16px 16px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding-top: 3px;
    padding-left: 26px;
    padding-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    font-weight: bold;
    /*border-top-left-radius: 8px;*/
    border-top-right-radius: 8px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.titshow {
    cursor: pointer;
    border-bottom: 0px solid #007465;
    background-color: #fff;
    color: #007465;
    background-repeat: no-repeat;
    background-position: left 4px top 8px;
    background-size: 18px 18px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding-top: 3px;
    padding-left: 26px;
    padding-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.tithide {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left 4px top 8px;
    background-size: 18px 18px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding-top: 3px;
    padding-left: 26px;
    padding-right: 4px;
    /* padding-bottom: 3px;*/
    /* border-left: 1px solid #bebebe;*/
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
    .tithide:hover {
        background-color: rgb(255 255 255 / 0.60);
    }
.titshoh {
    cursor: pointer;
    border-bottom: 4px solid #007465;
    background-color: #fff;
    color: #007465;
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding-top: 4px;
    overflow: hidden;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
}
.tithidh {
    cursor: pointer;
    width: 120px;
    height: 34px;
    line-height: 34px;
    padding-top: 4px;
    text-align: center;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .tithidh:hover {
        font-weight: bold;
        background-color: rgb(255 255 255 / 0.60);
    }
.close {
    padding: 0px 3px 0px 3px;
    height: 20px;
    width: 14px;
    border: 0;
    cursor: pointer;
    position: absolute;
    background-image: url(/App_Css/images/Dslb.png);
    background-repeat: no-repeat;
    background-position: left 0px top 5px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
    .close:hover {
        background-image: url(/App_Css/images/Dslc.png);
    }
.closex {
    padding: 0px 3px 0px 3px;
    height: 23px;
    width: 14px;
    border: 0;
    cursor: pointer;
    position: absolute;
    background-image: url(/App_Css/images/Dslb.png);
    background-repeat: no-repeat;
    background-position: left 0px top 8px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .closex:hover {
        background-image: url(/App_Css/images/Dslc.png);
    }
.xlose {
    padding: 0px 3px 0px 3px;
    height: 36px;
    width: 14px;
    border: 0;
    cursor: pointer;
    position: absolute;
    background-image: url(/App_Css/images/Dslb.png);
    background-repeat: no-repeat;
    background-position: left 0px top 12px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .xlose:hover {
        background-image: url(/App_Css/images/Dslc.png);
    }
.xlosx {
    padding: 0px 3px 0px 3px;
    height: 36px;
    width: 14px;
    border: 0;
    cursor: pointer;
    position: absolute;
    background-image: url(/App_Css/images/Dslb.png);
    background-repeat: no-repeat;
    background-position: left 0px top 11px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .xlosx:hover {
        background-image: url(/App_Css/images/Dslc.png);
    }
.klose {
    padding: 0px 3px 0px 3px;
    height: 36px;
    width: 14px;
    border: 0;
    cursor: pointer;
    position: absolute;
    background-image: url(/App_Css/images/Dslb.png);
    background-repeat: no-repeat;
    background-position: left 0px top 13px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .klose:hover {
        background-image: url(/App_Css/images/Dslc.png);
    }

.ulose {
    padding: 0px 3px 0px 3px;
    height: 30px;
    width: 14px;
    border: 0;
    cursor: pointer;
    background-image: url(/App_Css/images/Dslb.png);
    background-repeat: no-repeat;
    background-position: left 0px top 9px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .ulose:hover {
        background-image: url(/App_Css/images/Dslc.png);
    }
.closn {
    padding: 0px 3px 0px 3px;
    height: 20px;
    width: 14px;
    border: 0;
    cursor: pointer;
    position: absolute;
    background-image: url(/App_Css/images/Dslb.png);
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .closn:hover {
        background-image: url(/App_Css/images/Dslc.png);
    }
.soos {
    height: 16px;
    width: 16px;
    border: 0;
    cursor: pointer;
    position: absolute;
    background-image: url(/App_Css/images/sosou.png);
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .soos:hover {
        background-image: url(/App_Css/images/sosou_a.png);
        background-repeat: no-repeat;
        background-position: left 0px top 0px;
    }
.soov {
    height: 16px;
    width: 16px;
    background-image: url(/App_Css/images/sosou_a.png);
    background-repeat: no-repeat;
    background-position: right 0px top 0px;
}
.ulnav {
    cursor: pointer;
    padding-left: 32px;
    line-height: 40px;
    letter-spacing: 0.8px;
    background: url("/App_Css/images/navigate.png") no-repeat scroll right 4px top 12px,url("/App_Css/images/FOLDER.png") no-repeat scroll left 10px top 11px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 12pt;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: 微软雅黑,Arial,Helvetica,sans-serif,宋体;
}
    .ulnav il {
        font-size: 12pt;
        font-family: 微软雅黑,Arial,Helvetica,sans-serif,宋体;
    }
    .ulnav:hover {
        background-color: rgb(255 255 255 / 0.20);
    }
.ulnae {
    cursor: pointer;
    padding-left: 32px;
    line-height: 40px;
    letter-spacing: 0.8px;
    background: url("/App_Css/images/navigate_a.png") no-repeat scroll right 4px top 12px,url("/App_Css/images/FOLDER_a.png") no-repeat scroll left 10px top 11px,rgba(0,0,0,0.20);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 14px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: 微软雅黑,Arial,Helvetica,sans-serif,宋体;
}
    .ulnae il {
        font-size: 12pt;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        font-family: 微软雅黑,Arial,Helvetica,sans-serif,宋体;
    }

    .ulnae:hover {
        background-color: rgb(255 255 255 / 0.20);
    }
.ula {
    color: #fff;
    display: none;
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.navoy {
    cursor: pointer;
    padding-left: 52px;
    line-height: 36px;
    letter-spacing: 0.8px;
    background: url("/App_Css/images/navigate.png") no-repeat scroll right 4px top 12px,url("/App_Css/images/FOLDER.png") no-repeat scroll left 32px top 9px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: 微软雅黑,Arial,Helvetica,sans-serif,宋体;
}
    .navoy:hover {
        background-color: rgb(255 255 255 / 0.20);
    }
.navae {
    cursor: pointer;
    padding-left: 52px;
    line-height: 36px;
    letter-spacing: 0.8px;
    background: url("/App_Css/images/navigate_a.png") no-repeat scroll right 4px top 12px,url("/App_Css/images/FOLDER_a.png") no-repeat scroll left 32px top 9px,rgb(0 0 0 / 0.12);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: 微软雅黑,Arial,Helvetica,sans-serif,宋体;
}

    .navae:hover {
        background-color: rgb(255 255 255 / 0.20);
    }

.navow {
    cursor: pointer;
    padding-left: 52px;
    line-height: 36px;
    letter-spacing: 0.8px;
    background-image: url(/App_Css/images/newbuilt_b.png);
    background-repeat: no-repeat;
    background-position: left 32px top 10px;
    text-decoration: underline;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: 微软雅黑,Arial,Helvetica,sans-serif,宋体;
}
    .navow:hover {
        background-color: rgb(255 255 255 / 0.20);
    }
.navdf {
    cursor: pointer;
    padding-left: 70px;
    line-height: 36px;
    letter-spacing: 0.8px;
    background-image: url(/App_Css/images/newbuilt_b.png);
    background-repeat: no-repeat;
    background-position: left 52px top 10px;
    text-decoration: underline;
    /*display: none;*/
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: 微软雅黑,Arial,Helvetica,sans-serif,宋体;
}
.navwe {
    cursor: pointer;
    padding-left: 70px;
    line-height: 36px;
    letter-spacing: 0.8px;
    background-image: url(/App_Css/images/newbuilt_b.png);
    background-repeat: no-repeat;
    background-position: left 52px top 10px;
    text-decoration: underline;
    display: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: 微软雅黑,Arial,Helvetica,sans-serif,宋体;
}
.navor {
    cursor: pointer;
    padding-left: 32px;
    line-height: 36px;
    letter-spacing: 0.8px;
    background-image: url(/App_Css/images/newbuilt_b.png);
    background-repeat: no-repeat;
    background-position: left 10px top 10px;
    text-decoration: underline;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: 微软雅黑,Arial,Helvetica,sans-serif,宋体;
}
.tiifr {
    overflow: hidden;
    transition: max-width 1s;
}

.tiifrhidden {
    max-width: 0px;
}
.divtop {
    margin-left: 14px;
    margin-top: 10px;
    margin-right: 14px;
    margin-bottom: 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,.015),0 0 6px rgba(0,0,0,.20);
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,.015),0 0 6px rgba(0,0,0,.20);
}
.trtop {
    display: flex;
    padding-left: 4px;
    line-height: 30px;
}
.input_clear {
    position: absolute;
    right: 16px;
    top: 0px;
    cursor: pointer;
    display: none;
}
.xnput_clear {
    position: absolute;
    right: 36px;
    top: 0px;
    cursor: pointer;
    display: none;
}
.input_sosou {
    position: absolute;
    right: 18px;
    top: 0px;
    cursor: pointer;
}
.input_topdiv {
    display: inline-block;
    position: relative;
    top: 0px;
}
.kload {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-top: 1px solid #ddd;
    background-color: rgb(240 240 240);
    /*background-color: rgb(255 255 255 / 0.75);*/
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
}
.load {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-top: 1px solid #ddd;
    background-color: rgb(240 240 240);
    /*background-color: #f5f5f5;*/
    /*background-color: rgb(255 255 255 / 0.75);*/
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
}
.loada {
    height: 34px;
    line-height: 30px;
    cursor: pointer;
    text-decoration: underline;
}
    .loada:hover {
        color: #e43636;
    }
.empty {
    color: #808080;
}
#adata {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    /*overflow-y: auto;
    overflow-x: hidden;*/
    overflow: auto;
    background-color: rgb(255 255 255 / 1);
    min-width: 1280px;
    scroll-behavior: smooth;
}

#ething {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.15);
    z-index: 5555;
}

#loader {
    /*background-color: rgb(255 255 255);*/
    background-color: #fff;
    border: 1px solid #fff;
    position: fixed;
    z-index: 3333;
    margin: auto;
    /*top: 45%;*/
    width: fit-content;
    padding-left: 50px;
    padding-right: 10px;
    line-height: 40px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    max-width: 280px;
    background-image: url(/App_Css/images/ui/loading.gif);
    background-size: 31px 31px;
    background-repeat: no-repeat;
    background-position: left 10px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.iframe {
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0;
    margin: 0;
    background-color: transparent;
    background-color: #fff;
    overflow: hidden;
}
.iframw {
    width: 100%;
    border: 0;
    margin: 0;
    background-color: transparent;
    overflow: hidden;
    background-color: #fff;
}
.ramem {
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
}
.ramer {
   padding-top: 4px;
    /* background-image: url(/App_Css/images/rrtscv.png);
    background-position: left bottom;
    background-repeat: repeat-x;*/
    border-bottom: 4px solid rgb(100 100 100 / 0.40);
}
.ramex {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
   /* .ramex:hover {
        background-color: rgb(0 0 0 / 0.20);
    }*/
.ramel {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
   /* border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(116 116 116 / 0.05);
}

.Sclose {
    height: 35px;
    width: 36px;
    border: 0;
    cursor: pointer;
    background-image: url(/App_Css/images/Sclose.png);
    background-repeat: no-repeat;
    background-position: left 9px top 11px;
}

    .Sclose:hover {
        height: 35px;
        width: 36px;
        background-image: url(/App_Css/images/Sclose_a.png);
        background-repeat: no-repeat;
        background-position: left 9px top 11px;
        background-color: #e43636;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
.hnlose {
    text-align: left;
    padding-top: 0px;
    display: none;
    background-color: rgb(148 177 0 / 0.30);
}
.cblose {
    padding-left: 8px;
    line-height: 24px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
    .cblose:hover {
        text-decoration: underline;
        color: #e43636;
    }
.divsop {
    position: absolute;
    z-index: -1;
    padding-top: 40px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.divesp {
    position: absolute;
    z-index: -1;
    padding-top: 80px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.wfpo {
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #00a937;
    color: #fff;
    font-size: 14pt;
    font-weight: bold;
    cursor: pointer;
}
.salfg {
    width: 240px;
    text-align: left;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top-right-radius: 5px;
    background-color: #f5f5f5;
}
.salsfg {
    display: flex;
    background-color: #f5f5f5;
    height: 30px;
    line-height: 30px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.salhp {
    width: 50%;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 3px solid #007465;
    color: #007465;
}
.salwn {
    width: 50%;
    text-align: center;
    cursor: pointer;
}
.salwe {
    width: 100%;
    /*background-color: #f5f5f5;*/
    text-align: center;
    font-weight: bold;
    /* cursor: pointer;*/
    /*border-bottom: 3px solid #007465;*/
    /*color: #007465;*/
}
.iframe {
    width: 100%;
    background-color: transparent;
    overflow: hidden;
    margin: 0;
    border: 0;
}

.stasdf {
    height: 40px;
    background-color: #fff;
    cursor: pointer;
}

    .stasdf:hover {
        background-color: #EDF9F7;
        text-decoration: underline;
        color: #e43636;
    }
.stds {
    width: 100%;
    text-align: left;
    padding-left: 8px;
    line-height: 30px;
    font-weight: bold;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    background-image: url(/App_Css/images/sadv.png);
    background-repeat: no-repeat;
    background-position: right 2px top 0px;
    cursor: pointer;
}
    .stds:hover {
        background-color: #ddd;
    }
.stdw {
    width: 100%;
    text-align: left;
    padding-left: 8px;
    line-height: 30px;
    font-weight: bold;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    background-image: url(/App_Css/images/sadv_a.png);
    background-repeat: no-repeat;
    background-position: right 2px top 0px;
    cursor: pointer;
}

    .stdw:hover {
        background-color: #ddd;
    }
.stdf {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
   
}
.stfd {
    color: #079494;
}
.opfd {
    vertical-align: top;
    text-align: left;
    padding-left: 3px;
    /*min-width: 780px;*/
}
.eufd {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top-left-radius: 5px;
}
.dnsd {
    line-height: 36px;
    padding-left: 4px;
}
.dnsp {
    line-height: 34px;
}

.stdwc {
    width: 100%;
    text-align: left;
    padding-left: 8px;
    line-height: 30px;
    font-weight: bold;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    background-image: url(/App_Css/images/sadv.png);
    background-repeat: no-repeat;
    background-position: right 2px top 0px;
    cursor: pointer;
}
    .stdwc:hover {
        background-color: #ddd;
    }
.stdmz {
    width: 100%;
    text-align: left;
    padding-left: 8px;
    line-height: 30px;
    font-weight: bold;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    background-image: url(/App_Css/images/sadv_a.png);
    background-repeat: no-repeat;
    background-position: right 2px top 0px;
    cursor: pointer;
}
    .stdmz:hover {
        background-color: #ddd;
    }
.cefd {
    color: #007465;
    font-weight: bold;
}
.ioce {
    border-bottom: 1px solid #ddd;
     padding-top: 2px;
    padding-bottom: 2px;
    background-color: rgb(229 254 255 / 0.10);
}
.dates {
    text-align: center;
    width: 77px;
}
.e43636 {
    color: #e43636;
}
.fb {
    color: #aeaeae;
    font-size: 10pt;
}
.pickFileBox {
    position: relative;
    width: 24px;
    width: fit-content;
    padding: 0px 3px 0px 3px;
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-top: 1px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .pickFileBox input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0
    }
.pickFileBox:hover {
    background-color: #2aa8cb;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
}
.lay_background_img {
    position: absolute;
}
.bimgsd {
    display: flex;justify-content: center;
}
.imgsd {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.70),0 0 10px rgb(0 0 0 / 0.40);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.70),0 0 10px rgb(0 0 0 / 0.40);
}
.stvo {
    color: #2486a1;
}
.stvc {
    color: #2486a1;
    cursor: pointer;
}
    .stvc:hover {
        color: #e43636;
    }
.namev {
    color: #e43636;
    cursor: pointer;
    text-decoration: underline;
}
.namesd {
    cursor: pointer;
    text-decoration: underline;
}

    .namesd:hover {
        color: #e43636;
    }
.nadfsd {
    color: #079494;
    cursor: pointer;
    text-decoration: underline;
}
    .nadfsd:hover {
        color: #e43636;
    }
.nav {
    font-size: 9pt;
    width: 20px;
    display: inline-block;
    text-align: center;
    height: 20px;
    line-height: 22px;
    border-radius: 10px;
    background-color: #e43636;
    color: #fff;
    letter-spacing: 0px;
}
.naxr {
    font-size: 13px;
    width: 18px;
    display: inline-block;
    text-align: center;
    height: 18px;
    line-height: 18.5px;
    border-radius: 10px;
    background-color: #e94433;
    color: #fff;
    letter-spacing: 0px;
    /*cursor: pointer;*/
    cursor: default;
}
.soswetsu {
    position: absolute;
    z-index: 100;
    background-color: #FFF;
    border: 1px solid #c2c2c2;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,.080),0 0 10px rgba(0,0,0,.4);
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,.080),0 0 10px rgba(0,0,0,.4);
}

.soswets {
    background-color: #FFF;
    text-align: left;
    padding: 1px 1px 1px 1px;
}

    .soswets p {
        text-align: center;
        cursor: pointer;
        line-height: 26px;
        vertical-align: middle;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
    }

        .soswets p:hover {
            font-weight: bold;
            background: #c2c2c2;
        }
.mbuilt {
    width: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 20px;
    background-image: url(/App_Css/images/newbuilt.png);
    background-repeat: no-repeat;
    background-position: left 2px top 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .mbuilt:hover {
        border-radius: 2px;
       -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,.080),0 0 6px rgba(0,0,0,.4);
        box-shadow: 1px 1px 2px 2px rgba(0,0,0,.080),0 0 6px rgba(0,0,0,.4);
    }
.yilt {
    position: fixed;
    background-color: #f9f7ed;
    border-bottom: 1px solid #ccc;
    color: rgb(110 110 110);
    padding-left: 56px;
}
.yilx {
    background-color: #f9f7ed;
    border-bottom: 1px solid #ccc;
    color: rgb(110 110 110);
    padding-left: 56px;
}
.Turnright {
   /* width: 25px;*/
    width: fit-content;
   /* padding: 0px 3px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/Turnright.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .Turnright:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .Turnright:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.Turnleft {
    /*width: 25px;*/
    width: fit-content;
    /* padding: 0px 3px 0px 3px;*/
    background-color: #2486a1;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/Turnleft.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .Turnleft:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .Turnleft:active {
        background-color: #2486a1;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.lbta {
    width: 25px;
    width: fit-content;
    padding: 0px 4px 0px 4px;
    background-color: #2486a1;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
}
    .lbta:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .lbta:active {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }
.lbtb {
    width: 25px;
    width: fit-content;
    padding: 0px 4px 0px 4px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
    height: 22px;
    border: 1px solid #bbbbbb;
}
    .lbtb:hover {
        background-color: #FDFCFC;
        border: 1px solid #b4b4b4;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .lbtb:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.report3 {
    border-collapse: collapse;
}

    .report3 td {
        border: 0
    }

.sadu {
    width: 30px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    height: 30px;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/sadu.png);
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}
.sadv {
    width: 30px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    height: 30px;
    background-color: #f7f7f7;
    background-image: url(/App_Css/images/sadr.png);
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}
.modify_a {
    width: fit-content;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #272727;
    border: 1px solid rgb(255 255 255/ 0.10);
    height: 22px;
    line-height: 22px;
    padding-left: 20px;
    padding-right: 2px;
    background-image: url(/App_Css/images/modify_a.png);
    background-repeat: no-repeat;
    background-position: left 3px top 3px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .modify_a:hover {
        background-color: #FDFCFC;
        border: 1px solid #bbb;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .modify_a:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.asopu {
    height: 30px;
    text-align: right;
    padding-right: 8px;
    border-top: 1px solid #ddd;
    background-color: rgb(255 237 187 / 0.20);
}
.asopv {
    height: 30px;
    text-align: right;
    padding-right: 106px;
    border-top: 1px solid #ddd;
    background-color: rgb(255 237 187 / 0.20);
}
.asopx {
    height: 30px;
    text-align: right;
    padding-right: 70px;
    border-top: 1px solid #ddd;
    background-color: rgb(255 237 187 / 0.20);
}
.titshox {
    cursor: pointer;
    border-bottom: 4px solid #007465;
    background-color: #fff;
    color: #007465;
    width: 200px;
    height: 24px;
    line-height: 24px;
    padding-top: 3px;
    overflow: hidden;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.tithidy {
    cursor: pointer;
    background-size: 16px 16px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding-top: 0px;
    overflow: hidden;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    text-decoration: underline;
}

    .tithidy:hover {
        background-color: rgb(255 255 255 / 0.60);
        color: #e43636;
    }

.swclose {
    width: 10px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 60px;
    background-color: #fafafa;
    background-image: url(/App_Css/images/close.png);
    background-repeat: no-repeat;
    background-position: left 2px top 24px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .swclose:hover {
        background-color: #eeeeee;
    }

    .swclose:active {
        background-color: #ddd;
    }
.swopen {
    width: 10px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 60px;
    background-color: #fafafa;
    background-image: url(/App_Css/images/open.png);
    background-repeat: no-repeat;
    background-position: left 2px top 24px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .swopen:hover {
        background-color: #eeeeee;
    }

    .swopen:active {
        background-color: #ddd;
    }
#Suspension {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 10001;
    justify-content: flex-start;
}
#sadv {
    position: fixed;
    z-index: 10002;
    float: right;
    justify-content: flex-start;
    background: #fff;
    width: 200px;
    height: 300px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,.080),0 0 10px rgba(0,0,0,.4);
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,.080),0 0 10px rgba(0,0,0,.4);
}
.swxcb {
    line-height: 30px;
    padding-left: 4px;
}
/*刷新*/
.refresh_a {
    /*width: 25px;*/
    width: fit-content; /*
    */
    padding: 0px 4px 0px 3px;
    background-color: #00a937;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
    height: 23px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/refresh_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .refresh_a:hover {
        background-color: #00be3e;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 189 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }

    .refresh_a:active {
        background-color: #00a937;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 42 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 180 40 / 0.60)
    }

.lbtl {
    width: 100px;
    background-color: #2486a1;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 28px;
    height: 28px;
}

    .lbtl:hover {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

    .lbtl:active {
        background-color: #2aa8cb;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 177 255 / 0.60)
    }

.lbtv {
    width: 100px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 28px;
    height: 28px;
}

    .lbtv:hover {
        background-color: #FDFCFC;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .lbtv:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.up {
    /*width: fit-content;*/
    width: 20px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 0px solid rgb(255 255 255/ 0.10);
    height: 20px;
    background-image: url(/App_Css/images/up.png);
    background-repeat: no-repeat;
    background-position: left 2px top 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .up:hover {
        background-color: #FDFCFC;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .up:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.down {
    /*width: fit-content;*/
    width: 20px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 0px solid rgb(255 255 255/ 0.10);
    height: 20px;
    background-image: url(/App_Css/images/down.png);
    background-repeat: no-repeat;
    background-position: left 2px top 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: auto;
}

    .down:hover {
        background-color: #FDFCFC;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }

    .down:active {
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgb(120 120 120 / 0.60);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 5px rgba(120,120,120,.6)
    }
.rtxown {
    background-color: rgb(255 255 255);
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,.015),0 0 6px rgba(0,0,0,.20);
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,.015),0 0 6px rgba(0,0,0,.20);
}
.xcvsad {
    padding-top: 2px;
    color: #6FA514;
}
.xbnsad {
    padding-top: 5px;
    color: #5070DD;
}
.Selecttherow {
    background-color: #EDF9F7;
}
.rilt {
    background-color: #42aaa4;
    border-bottom: 1px solid #f6f6f6;
    color: rgb(110 110 110);
    padding-left: 56px;
}
.newer {
    font-size: 9pt;
    text-align: center;
    display: inline-block;
    color: #fff;
    line-height: 16px;
}
.tiopilt {
    padding-left: 6px;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
}
.newa {
    font-size: 9pt;
    text-align: center;
    display: inline-block;
    color: #444444;
    line-height: 12px;
}
.newbuilt_p {
    width: 21px;
    width: fit-content;
    padding: 0px 4px 0px 3px;
    background-color: #c5c5c5;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 21px;
    height: 21px;
    padding-left: 17px;
    background-image: url(/App_Css/images/newbuilt_c.png);
    background-repeat: no-repeat;
    background-position: left 2px top 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .newbuilt_p:hover {
        background-color: #b5b5b5;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.20);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.20)
    }

    .newbuilt_p:active {
        background-color: #c5c5c5;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.20);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.20)
    }

.delete_p {
    width: 21px;
    width: fit-content;
    padding: 0px 4px 0px 3px;
    background-color: #c5c5c5;
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 21px;
    height: 21px;
    padding-left: 17px;
    background-image: url(/App_Css/images/delete_b.png);
    background-repeat: no-repeat;
    background-position: left 2px top 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .delete_p:hover {
        background-color: #b5b5b5;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.20);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.20)
    }

    .delete_p:active {
        background-color: #c5c5c5;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.20);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgb(0 0 0 / 0.20)
    }
.mings {
    width: fit-content;
    background-color: rgb(150 150 150);
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/mings_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .mings:hover {
        background-color: rgb(170 170 170);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.065),0 0 5px rgb(200 200 200 / 0.50);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.065),0 0 5px rgb(200 200 200 / 0.50)
    }

    .mings:active {
        background-color: rgb(150 150 150);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.065),0 0 5px rgb(200 200 200 / 0.50);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.065),0 0 5px rgb(200 200 200 / 0.50)
    }
.tsList {
    width: fit-content;
    background-color: rgb(150 150 150);
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/mings_a.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .tsList:hover {
        background-color: rgb(170 170 170);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.065),0 0 5px rgb(200 200 200 / 0.50);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.065),0 0 5px rgb(200 200 200 / 0.50)
    }

    .tsList:active {
        background-color: rgb(150 150 150);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.065),0 0 5px rgb(200 200 200 / 0.50);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.065),0 0 5px rgb(200 200 200 / 0.50)
    }
.Tourguidf {
    width: fit-content;
    background-color: rgb(150 150 150);
    color: #FFFFFF;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-left: 21px;
    padding-right: 4px;
    padding-top: 1px;
    background-image: url(/App_Css/images/tourguide.png);
    background-repeat: no-repeat;
    background-position: left 4px top 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .Tourguidf:hover {
        background-color: rgb(170 170 170);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.065),0 0 5px rgb(200 200 200 / 0.50);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.065),0 0 5px rgb(200 200 200 / 0.50)
    }

    .Tourguidf:active {
        background-color: rgb(150 150 150);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.065),0 0 5px rgb(200 200 200 / 0.50);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.065),0 0 5px rgb(200 200 200 / 0.50)
    }


