body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;}

.ljDn{display: none;}
.isHover{opacity: 0;transition: opacity 0.3s ease;}
.isHover:hover{opacity: 1;background:rgba(0,0,0,.6);}


.layui-form-select{width: 100%;}
.layui-form-select input{border:0;background:none;}
.layui-form-select input:focus{box-shadow: none;}
.layui-form-selected{z-index: 2;}
.layui-form-select,.layui-select-title,.layui-select-title>input{height:100%;}




.companyTit .tops {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.companyTit .tops .statusBar {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0 .25rem
}

.companyTit .tops .statusBar .simple {
    background-color: #2468f2;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: .05rem;
    justify-content: center;
    line-height: 1.3;
    padding: .08rem;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.companyTit .tops .statusBar .simple span {
    letter-spacing: .2em;
    padding-left: .2em;
    width: 2.6em
}

.companyTit .tops .statusBar .text .score {
    position: relative
}

.companyTit .tops .statusBar .text .score input {
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
    width: 0
}

.companyTit .tops .statusBar .text .score .rateYo {
    padding: 0
}

.companyTit .tops .statusBar .text .score .rateYo .jq-ry-normal-group svg {
    fill: #fff
}

.companyTit .tops .statusBar .text .tag {
    color: #979ea3;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .06rem;
    margin-top: .13rem
}

.companyTit .tops .statusBar .text .tag span {
    background-color: #fff;
    border-radius: calc(max(24px,.31rem)/2);
    height: max(24px,.31rem);
    padding: 0 .15rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}