/**脱敏**/
.custom-desensitize-line {
    line-height: 28px  !important;
    height: 28px  !important;
    /* border: 1px solid #D8DCF0; */
    /* border-radius: 2px; */
}

.bh-form-static.custom-desensitize-line {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.bh-form-group .custom-desensitize-input{
    background-color: #FFFFFF !important;
}
.custom-desensitize-editicon{
    display: none;
}
.bh-table-form .custom-desensitize-editicon{
    display: unset;
    position: absolute;
    top: 0 !important;
    right: 0 !important;
}
.custom-desensitize-right {
    float: right;
}

.custom-desensitize-div {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.custom-desensitize-image {
    width: 20px;
    height: 26px;
    cursor: pointer;
    vertical-align: middle;
}
.custom-desensitize-icon-edit {
    cursor: pointer;
    color: rgb(82, 108, 253);
    vertical-align: middle;
    margin-left: 8px;
}
.custom-desensitize-p-width {
    width: calc(100% - 60px);
    overflow: hidden;
}

.custom-desensitize-readonly-img {
    position: relative;
    margin-top: -28px;
}

.custom-checktm-flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    height: 32px !important;
    margin-bottom: 8px;
    padding: 0 12px;
}

.control-checktm-select {
    width: 100px;
    font-size: 14px;
    border-radius: 4px;
    height: 32px;
    font-weight: 400;
    margin-right: 5px;
    border: 1px solid rgb(215, 215, 215) !important;
}

.custom-tm-alert-row {
    height: 28px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 10px;
    padding: 0 12px;
}

.checktm-yzm {
    margin-right: 12px;
    margin-left: 12px;
}
.checktm-rwm {
    text-align: center;
}
.custom-checktm-buttons{
    width: 100%;
    text-align: center;
    margin-top: 64px;
}
.custom-tm-alert-size {
    color: #FFB300;
    font-size: 22px;
    margin-right: 5px;
    padding-top: 5px;
}

.custom-tm-alert-info {
    height: 28px;
    margin-top: 2px;
    line-height: 28px;
    font-size: 14px;
}

.checktm-zh-input {
    height: 32px !important;
    border-radius: 4px !important;
    border: 1px solid rgb(215, 215, 215) !important;
    padding: 4px !important;
}
.custom-tm-input{
    display: inline-block;
}

.input-yzm-view {
    border: none;
    width: 60%;
    border-right: 1px solid rgb(215, 215, 215);
    margin: 2px;
    outline: none;
}

input.input-yzm-view::-webkit-input-placeholder {
    color: #bbb;
}

.query-yzm-a {
    margin-left: 4px;
    line-height: 22px;
    cursor: pointer;
    height: 18px;
    text-align: center;
    width: 40%;
    font-size: 14px;
}

.checktm-tp-yzm .msg-yzm {
    cursor: pointer;
}

.checktm-zh-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgb(215, 215, 215);
}

.checktm-zh-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(215, 215, 215);
}

.checktm-zh-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(215, 215, 215);
}

.checktm-zh-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgb(215, 215, 215);
}

.input-yzm-view::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgb(215, 215, 215);
}

.input-yzm-view:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(215, 215, 215);
}

.input-yzm-view::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(215, 215, 215);
}

.input-yzm-view:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgb(215, 215, 215);
}