*::before,
*::after {
    box-sizing: border-box;
}

._std_toolbar {
    color: #fff;
    font-weight: 580;
    text-decoration: none;
    cursor: pointer;
}

._std_toolbar:hover {
    color: rgb(230, 230, 230)
}

.pagenotes-cls {
    margin-left: -3px !important;
}

@font-face {
    font-family: "方正小标宋简体";
    src: url("../fonts/fzxbsjw.ttf");
}

table.cke_show_border {
    border: 0;
}

#autosaveTip {
    padding-left: 30px;
    color: #7ca2a9;
    display: none;
}

.bottom-conditionIcon {
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #f8f8f8;
    padding: 5px;
    margin-left: -12px;
}

a {
    text-decoration: none !important;
}

#process_question_count,
#process_notes_count,
#process_wechat_count {
    color: red;
}

.diff-type {
    font-weight: bold;
}

.diff-record {
    margin-bottom: 5px;
}

._rhhz_contextmenu ul {
    margin-left: 0px;
    margin-top: 5px;
}

._rhhz_contextmenu {
    padding: 1px;
    border: 1px solid #B8CBCB;
    background-color: #fff;
    -moz-box-shadow: 2px 2px 5px #666;
    -webkit-box-shadow: 2px 2px 5px #666;
    box-shadow: 2px 2px 5px #666;
    width: 160px;
    position: absolute;
    display: none;
    z-index: 9999;
}

._rhhz_contextmenu ul li {
    list-style: none;
}

._rhhz_contextmenu .li_separate {
    line-height: 0;
    margin: 3px;
    border-bottom: 1px solid #B8CBCB;
    font-size: 0;
}

._rhhz_contextmenu .menu_a {
    display: block;
    height: 25px;
    line-height: 24px;
    padding: 0 5px 0 25px;
    color: #000;
    font-size: 14px;
    text-decoration: none;

}

._rhhz_contextmenu .menu_a:hover {
    background: #348CCC;
    color: white;
}

#_curOperator {
    color: red;
    padding-left: 30px;
}

#_hasApplyEditTip {
    color: red;
    padding-left: 30px;
}

.append {
    background-color: #c8c8f6;
}

.delete {
    background-color: red;
}



/* 批注样式 原版*/
#edit_notes_area {}

#description {
    display: flex;
    justify-content: space-around;
}

.description_p {
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    text-align: center;
    padding: 0 8px;
    border-radius: 5px;
}

.active {
    display: block;
    background-color: #D7EEF4;
    color: #009688;
}

.annotation-display {
    border: 1px solid red;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 0 0 10px 0;
    margin-top: 10px;
    cursor: pointer;
}


.input_1 {
    height: 40px !important;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #bbbbbb !important;
    width: 100% !important;
    padding-left: 15px;
    font-size: 14px !important;
    color: #333;
    outline: none !important;
}

.btn_blue {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #428bca;
    width: 100%;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    border: none;
}

.logo_img {
    max-width: 1300px;
    margin: auto;
}

.del-msg {
    color: #FFFFFF;
    background-color: #FFA0A0;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    border-radius: 4px;
    cursor: pointer;
}

.del-msg:hover {
    color: #FFFFFF;
    background-color: rgb(240, 94, 94);
}

.ml-5 {
    color: #FFFFFF;
    background-color: #5FB7B2;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    border-radius: 4px;
    cursor: pointer;
}

.ml-5:hover {
    color: #FFFFFF;
    background-color: #009688;
}

.syhdy {
    position: relative;
    width: 95%;
    min-height: 360px;
    margin: 1rem auto;
    border: 1px solid rgba(245, 245, 245);
    box-shadow: 0 0 5px 5px rgb(235 235 235);
}

.syhdyInput {
    position: relative;
    height: 30px;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    /* border: 1px solid #DCDCDC; */
}

.syhdyLabel {
    position: absolute;
    height: 100%;
    width: 30%;
    z-index: 20;
    font-size: 16px;
    text-align: right;
    margin-right: 8%;
    line-height: 30px;
    font-weight: 300;
    right: 68%;
    /* border-right: 1px solid #DCDCDC; */
}

.syhdyContent {
    position: absolute;
    width: 70% !important;
    height: 100%;
    right: 0;
    transition: 0.5s;
    border-radius: 0.25em;
    font-size: 1.05rem;
    cursor: pointer;
    background-color: #fff;
    background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}

.yiny {
    background-color: rgb(217, 239, 253);
}

.syhdyBottom {
    position: absolute;
    height: 10px;
    width: 100%;
    bottom: 2rem;
    text-align: right;
    right: 5%;
}

.dropdown-menu-right {
    padding-top: 0px;
    max-height: 275px !important;
    max-width: 350px !important;
    overflow: auto;
    transition: all 0.3s ease 0s;
    word-break: keep-all;
    white-space: nowrap;
    display: none;
    left: -100px !important
}

.tongYong,
.guoJia {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0 0 20px;
}



.ProcessingResults {
    display: none;
}

#processTab {
    display: flex;
    justify-content: space-around;
    align-items: center;

}

#processTab li {
    flex: 4;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 0 0 10px 0;
    cursor: pointer;
}

.arr {
    border-bottom: 2px solid #009688;
    display: block;
}

.inputBox {
    position: relative;
    height: 40px;
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
    border: 1px solid #DCDCDC;
}

.inputBox input,
.inputBox textarea {
    text-indent: 2rem;
}

.inputBoxs {
    height: 80px !important;
}

.icon {
    position: absolute;
    height: 100%;
    width: 30%;
    z-index: 20;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    font-weight: 300;
    border-right: 1px solid #DCDCDC;
}

.sclectContent {
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    transition: 0.5s;
}

.sclectContent textarea {
    width: 100%;
    height: 78px;
    resize: none;
}


select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    outline: none;
    letter-spacing: 0.2rem;
    font-weight: 300;
    background: url("../img/arr.png") no-repeat right 0.5rem center;
}

select:focus {
    background: url("../img/bac.png") no-repeat right 0.5rem center;
}

select::-ms-expand {
    display: none;
}

.sclectContent {
    border-radius: 0.25em;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}

.sclectContent::after {
    content: "";
    width: 0.8em;
    height: 0.5em;
    background-color: #999;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

select,
.sclectContent:after {
    grid-area: select;
}

.sclectContent:after {
    justify-self: end;
}

option::-ms-expand {
    display: none;
}

option:hover {
    color: #fff;
    background-color: #1E90FF;
}

option {
    text-align: center;
}

input {
    outline-style: none;
    outline: none;
    border: none;
    height: 100%;
    width: 100%;
    font-size: 14px;
    /* text-indent: 2rem; */
}

input,
textarea {
    outline-style: none !important;
    outline: none !important;
    border: none !important;
    height: 100% !important;
    width: 100% !important;
    font-size: 14px !important;
    font-family: "Microsoft soft";
}

input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

#addZB {
    width: 50%;
    height: 60px;
    display: block;
    margin: 35px auto;
    border: none;
    outline: none;
    background: rgb(0, 150, 136);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

.fixed-table-container {
    width: 90%;
    position: absolute;
    display: none;
    min-height: 400px;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
}

#table-request th {
    background-color: rgba(239, 243, 248, 1);
    text-align: center;
}

#table-request {
    font-size: 14px;
    text-align: center;
}

.records-found {
    background-color: rgb(251, 253, 255);
}

.normalize_objects,
.indicator_item,
.pointer_field,
.class_a,
.class_b,
.class_c {
    position: relative;
    top: 58px;
    background-color: rgb(251, 253, 255);
    left: 134px;
    width: 317px;
    border-right: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    z-index: 99;
    display: none;
}

.normalize_objects li,
.indicator_item li,
.pointer_field li,
.class_a li,
.class_b li,
.class_c li {
    padding: 10px 10px;
    font-size: 16px;
    border-bottom: 1px solid #DCDCDC;
    cursor: pointer;
}

.class_a,
.class_b,
.class_c {
    top: 118px;
}

.cshu {
    font-size: 14px;
    width: 50px;
    border: none;
    background-color: #0fd59d;
    margin: 5px 0px;
    color: white;
}

.gbi {
    font-size: 14px;
    width: 50px;
    border: none;
    background-color: #b7bdbb;
    margin: 5px 5px;
    color: black;
}

.chaexl {
    font-size: 12px;
    width: 80px;
    border: none;
    background-color: #0fd59d;
    color: white;
    margin: 5px 0px;
}

td {
    border: 1px solid #999;
    text-align: center;
}

.tables tr td {
    padding: 5px 20px;
}

.tables {
    width: 100%;
}

#similarityContent {
    width: 100%;
    height: 100%;
}

#detailKuang {
    width: 90%;
    min-height: 135px;
    margin: 15px auto;
    border: 1px solid rgba(205, 205, 205);
    display: flex;
    flex-direction: column;
}

#detailKuangTop {
    display: flex;
    flex: 1;
    align-items: center;
    text-indent: 2rem;
    background: #dbe7f3;
    border: 1px solid #b4c6d4;
}

#similarityDetail span {
    flex: 1;
    letter-spacing: 1px;
}

#similarityDetail span b {
    font-weight: bold;
    color: red;
}

#detailKuangMiddle {
    background: #dbe7f3;
    display: flex;
    flex: 1;
    align-items: center;
    text-indent: 2rem;
    border: 1px solid #b4c6d4;
}

#detailKuangBottom {
    display: flex;
    flex: 3;
    align-items: center;
    text-indent: 2rem;
    /* flex-direction: column; */
}

.thisTips {
    display: none;
}

.thisCont {
    background-color: #fff;
    position: relative;
    z-index: 10001;
    opacity: 1 !important;
    width: 20%;
    margin: 0 auto;
    top: 20%;
    text-align: center;
    padding: 10px;
    display: none;
}

.thisinput {
    width: 80% !important;
    height: 30px !important;
    line-height: 50px;
    padding-left: 10px;
    font-size: 16px !important;
    border: 1px solid #dbdada !important;
    outline: none !important;
    margin-bottom: 20px;
}

.thisWord {
    font-size: 16px;
    color: gray;
}

.qdBtn {
    background-color: #009688;
    color: white;
    height: 30px;
    width: 60px;
    border: none;
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.gjBack,
.hyBack,
.dfBack,
.ttBack,
.qyBack,
.jdBack,
.jsBack {
    background-color: #fff;
    position: absolute;
    width: 25%;
    margin: 0 auto;
    top: 20%;
    text-align: center;
    padding: 15px;
    display: none;
    left: 38%;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.gjBack input,
.hyBack input,
.dfBack input,
.ttBack input,
.qyBack input,
.jdBack input,
.jsBack input {
    border: 1px solid rgb(236, 236, 238) !important;
    padding: 8px;
    width: 70% !important;
}

.gjBack label,
.hyBack label,
.dfBack label,
.ttBack label,
.qyBack label,
.jdBack label,
.jsBack label {
    float: left;
    margin-top: 5px;
    width: 110px;
    text-align: right;

}

.gjBack li,
.hyBack li,
.dfBack li,
.ttBack li,
.qyBack li,
.jdBack li,
.jsBack li {
    margin-bottom: 15px;
}

.thisMb {
    background-color: #009688;
    color: white;
    padding: 5px 10px;
    border: none;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}

.modifyrecords-area p {
    display: inline-block;
    font-size: 14px;
    font-weight: 200;
}

.modifyrecords-area span {
    font-size: 14px;
    font-weight: 200;
}


.modifyrecords-area del {
    color: rgb(209, 52, 56);
    background-color: transparent;
}

.modifyrecords-area ins {
    color: rgb(209, 52, 56);
    background-color: transparent;

}

.modifyrecordsRes {
    height: 120px;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 10px 5px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
}

.modifyrecordsResOption {
    width: 270px;
    position: relative;
}
.dropdown-header span {
    display: block; /* 让span元素占一行 */
    text-align: center; /* 文字居中对齐 */
}

.dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgb(240, 240, 240);
    cursor: pointer;
    padding: 10px;
}

.dropdown-icon {
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid rgb(240, 240, 240);
    max-height: 0;
    overflow: auto;
    position: absolute;
    width: 100%;
    top: 100%; /* 放置在下拉框底部 */
    left: 0;
    background-color: #fff;
    transition: max-height 0.3s ease; /* 添加过渡效果 */
}

.dropdown-list li{
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    text-indent: 1rem;
    border: 1px solid rgb(240,240,240);
    display: flex;
    justify-content: space-around;
}

#btnComparisonBD{
    color: #FFFFFF;
    background-color: #009688;
}
#btnComparisonCZ{
    color: #FFFFFF;
    background-color: rgb(253,173,2);
}

.modifyrecordsResOption.open .dropdown-list {
    max-height: 200px; /* 设置一个足够大的值，使得下拉框可以完全展开 */
}

.modifyrecordsResOption ul .default-option {
    color: #aaa;
    font-size: 14px;
    padding: 10px;
    flex-shrink: 0;
}

.modifyrecordsResBtn {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* 调整为右对齐 */
    margin: 10px 0;
}

.modifyrecordsResBtn button {
    width: 120px;
    height: 35px;
    border-radius: 10px;
    margin-right: 10px;
    border: none;
    outline: none;
}

.fa-plus-circle {
    margin-right: 6px;

}

.bg-light {
    background-color: rgb(255, 216, 216) !important;
    color: red !important;
    border-radius: 5px !important;
}

@media (max-width: 1580px) {

    .panel-fit,
    .panel-fit body {
        width: 1580px !important;
        overflow: visible;
    }

    #cke_1_top {
        padding-left: 0px;
    }
}


/* 模拟下拉框 */
.select-box {
    position: relative;
    width: 50%;
    height: 30px;
    margin: 10px auto;
}


/** input placeholder颜色改变 **/
.select-box .select-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(187, 187, 187, 1);
}

.select-box .select-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(187, 187, 187, 1);
}

.select-box .select-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(187, 187, 187, 1);
}

.select-box .select-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(187, 187, 187, 1);
}

.select-box .select-input.isActive {
    background-color: #ffffff;
    border: 1px solid rgba(204, 204, 204, 1);
    background-image: url(./static/imgs/arrow-up.png);
}

.select-box .options-box {
    position: absolute;
    left: 0;
    width: 170px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.select-box .options-box li {
    width: 100%;
    height: 45px;
    text-indent: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 45px;
    background: rgba(255, 255, 255, 1);
}

.select-box .options-box li.active {
    background-color: rgba(247, 247, 247, 1);
    color: rgba(2, 176, 159, 1)
}

#secTotl {
    position: relative;
    height: 60%;
}

#verifyBtn {
    display: none;
    width: 50%;
    height: 30px;
    margin: 35px 20px;
    float: right;
    border: none;
    outline: none;
    background: rgb(0, 150, 136);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

del,
ins {
    font-weight: 200;
}

#huntText {
    border-radius: 5px;
    border: 1px solid #B1C7D5;
    background-color: white !important;
    height: 30px !important;
    line-height: 30px;
    outline: none;
    padding: 0 12px;
    font-size: 14px;
    color: #333333;
    width: 50% !important;
}

#humtButton {
    border: none;
    color: #FFFFFF;
    background-color: #009688;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 5px;
}

#huntClear {
    border: none;
    color: #070707;
    background-color: #cfd1d1;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    border-radius: 4px;
    cursor: pointer;
}
.user-image {
    float:left;
    width:27px;
    height:27px;
    border-radius:50%;
    margin-right:8px;
    margin-top:-3px;
}




