.nmhj-translate_popup {
    font: 12px/1.14 arial,\5b8b\4f53;
}
.nmhj-translate_popup, .nmhj-translate_popup .nmh-translate_conner {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 2147483647;
    border-width: 10px;
    border-style: dashed dashed solid;
    border-color: transparent;
    box-sizing: border-box;
}
.nmhj-translate_popup {
    display: block;
    border-bottom-color: #0000001a;
}
.nmhj-translate_popup .nmh-translate_conner {
    top: -8px;
    left: -10px;
    border-bottom-color: #ffffff;
}

/*内容容器*/
.nmhj-translate_popup .nmhm-translate_container {
    text-align: left;
    box-sizing: border-box;
    z-index: 2147483647;
    min-width: 450px;
    width: 50%;
    max-width: 800px;
    box-shadow: #0000001f 0 6px 10px 0;
    position: absolute;
    top: 10px;
    left: 0;
    transform: translateX(-50%);
    font-style: normal !important;
    margin: 0;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #0000001a;
    border-image: initial;
}

/*标题头*/
.nmhm-translate_container .nmh-header{
    margin: 0;
    padding: 5px;
    font-weight: normal;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    box-sizing: content-box;
}

.nmhm-translate_container .nmh-header .nmhj-close
, .nmhm-translate_container .nmh-header .nmhj-close:after {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 18px;
}

.nmhm-translate_container .nmh-header .nmhj-close{
    float: right;
    font-style: normal;
    font-weight: normal;
}
.nmhm-translate_container .nmh-header .nmhj-close:after{
    content: "\2716";
}
.nmhm-translate_container .nmh-header .nmhj-close:hover:after {
    color: red;
    cursor: pointer;
}

/*翻译内容*/
.nmhm-translate_container .nmh-article {
    border-top: 1px solid #0000000d;
    padding: 5px 10px 10px;
}
.nmhm-translate_container .nmh-article .nmh-title {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;
}
.nmhm-translate_container .nmh-article .nmh-title span {
    opacity: 0.4;
}
.nmhm-translate_container .nmh-article .nmh-title a {
    color: #a04cf7;
    cursor: pointer;
    text-align: left;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.nmhm-translate_container .nmh-article .nmh-content{
    font-size: 14px;
    line-height: 20px;
    max-height: 100px;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin: 0;
    overflow: hidden;
}

/*2023-03-31新版翻译*/
.nmhj-f0331icon {
    background-image: var(--nmhLogo);
    position: absolute;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    border-radius: 20px;
    border: none;
}
.nmhm-translate0331 .layui-hide {
    display: none!important;
}
.nmhm-translate0331 .nmh-form-item{
    margin-bottom: 15px;
    clear: both;
    *zoom: 1;
}
.nmhm-translate0331 .nmh-form-label {
    padding: 8px 15px;
    height: 38px;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    background-color: #FAFAFA;
    border-color: #eee;
    font-weight: 400;
    float: none;
    width: 100%;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: left;
    display: block;
}
.nmhm-translate0331  .nmh-input-block {
    position: relative;
    margin: 0;
    left: 0;
    top: -1px;
    min-height: 36px;
}
.nmhm-translate0331  .nmh-input-block textarea {
    min-height: 100px;
    border-radius: 0 0 2px 2px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    resize: vertical;
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: rgba(0,0,0,.85);
    border-color: #eee;
    outline: 0;
    -webkit-appearance: none;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}
.nmhj-translate_text_reset {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #eee;
    border-radius: 12px;
}
.nmhj-translate_text_reset {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #eee;
    border-radius: 12px;
}

.nmhj-translate_text_reset:after{
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 18px;
    content: "\2716";
}
.nmhj-translate_text_reset:hover:after {
    color: red;
    cursor: pointer;
}

.language-form-item {
    display: flex;
    flex-direction: row;
    position: relative;
}


.language-form-item {
    display: flex;
    flex-direction: row;
    position: relative;
}
.language-more-list {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    min-height: 40px;
    background: #fff;
}
select[lay-filter="language-more-list"] {
    display: none;
}
.language-item-group {
    flex: 1;
    overflow: hidden;
    height: 30px;
    min-width: 160px;
}
.language-item-group .layui-btn {
    margin-bottom: 10px;
}

.language-form-item .nmhj-language-more .hide{
    display: none;
}
.nmh-one_click_copy{
    float: right;
    width: 30%;
    min-width: 100px;
    max-width: 300px;
    margin-top: -5px;
}
.nmh-translate_result {
    border: 1px solid #eee;
    padding: 10px;
    min-height: 60px;
    outline: 1px solid transparent;
    line-height: 20px;
    padding: 6px 10px;
}
.nmh-translate_result[contenteditable]:focus{
    border: 1px solid #eee;
}

.language-more-list .layui-form-select{
    position: relative;
}


.language-more-list .layui-form-pane .layui-input {
    border-radius: 0 2px 2px 0;
}
.language-more-list  .layui-form-select .layui-input {
    padding-right: 30px;
    cursor: pointer;
    border-color: #eee;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}
.nmhm-translate_container .layui-input,.nmhm-translate_container .layui-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
    background-color: unset!important;
    box-shadow: unset!important;
}
.language-more-list  .layui-input,.nmhm-translate_container .layui-select, .nmhm-translate_container .layui-textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: rgba(0,0,0,.85);
    border-radius: 2px;
}



.language-more-list  .layui-form-select .layui-edge {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    border-width: 6px;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.language-more-list  .layui-form-selected .layui-edge {
    margin-top: -9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -3px\9;
}
.language-more-list  .layui-edge {
    width: 0;
    border-width: 6px;
    border-style: dashed;
    border-color: transparent;
}
.language-more-list   .layui-edge {
    display: inline-block;
}
.language-more-list   .layui-edge {
    vertical-align: middle;
}
.language-more-list  .layui-edge {
    overflow: hidden;
}




.language-more-list .layui-form-select dl {
    /*display: none;*/
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px 0;
    z-index: 899;
    min-width: 100%;
    border: 1px solid #eee;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
}
.language-more-list .layui-form-selected dl {
    display: block;
}
.language-more-list .layui-form-select dl, .layui-panel {
    box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
}
.language-more-list .layui-anim-upbit {
    -webkit-animation-name: layui-upbit;
    animation-name: layui-upbit;
}
.language-more-list .layui-anim {
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-duration: .3s;
    animation-fill-mode: both;
}


.language-more-list .layui-form-select dl dd.layui-select-tips {
    padding-left: 10px!important;
    color: #999;
}
.language-more-list .layui-form-select dl dd {
    cursor: pointer;
}
.language-more-list .layui-form-select dl dd, .layui-form-select dl dt {
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.language-more-list .layui-select-none {
    margin: 5px 0;
    text-align: center;
    color: #999;
}