.jw-multilingual{
  width:100%;
  display:flex;
  position: relative;
  .remark-item-lang{
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #494949;
    padding-right: 23px;
    // width: 80px;
  }
  .remark-item-lang > div:first-child > div:first-child{
    background-color: #ffffff;
  }
  .remark-item-input{
    flex: 1 1;
    position: unset;
    input{
      font-size: 14px;
      font-weight: 400;
      text-align: left;
      color: #494949;
    }
    p{
      // margin-left: -109px;
      position: absolute;
      left: 0;
      margin-top: 41px;
    }
    div{
      p{
        margin-left: 0px;
      }
      img{
        width: 16px;
        cursor: pointer;
      }
    }
  }
  .remark-item-input > div:first-child{
    height: 32px;
  }
  .remark-item-input-del{
    width: 30px;
    padding-left: 25px;
    padding-right: 20px;
    margin-top: 4px;
    color: #777777;
    cursor: pointer;
  }
  .jw-data-list{
    position: absolute;
    top:33px;
    left: 0;
    right: 0;
    z-index: 1;
    max-height: 300px;
    overflow-y: auto;
  }
}
.jw-mulitingArea{
  width:100%;
  border: 1px solid #e7e7e7;
  .jw-mulitingArea-header{
    padding: 0 10px;
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    justify-content: space-between;
    .remark-item-lang{
      height: 28px;
      font-size: 14px;
    }
    .remark-item-lang::after,.remark-item-lang::before{
      display: none;
    }
    .remark-item-lang > div:first-child > div:first-child{
      background-color: #ffffff;
      padding: 0 22px 0 0;
    }
    svg{
      font-size: 20px;
      top: calc(50% - 11px);
    }
    img{
      width: 16px;
      cursor: pointer;
      position: relative;
      top: 3px;
    }
  }
  .jw-multi-content{
    position: relative;
    height: 110px;
    .jw-textarea{
      width: 100%;
      height: 88px;
      padding: 5px 10px;
      overflow: auto;
      textarea{
        font-size: 14px;
        color: #494949;
        resize: none;
      }
      div:before,div:after{
        content: none;
      }
    }
    span{
      position: absolute;
      bottom: 4px;
      right: 0;
      margin-right: 15px;
      font-size: 14px;
      color: #b0b0b0;
    }
  }
}
.multi-modal{
  .setting-modal-title{
    box-shadow: 0px 1px 0px 0px #e7e7e7;
    padding: 12px 24px 12px;
    svg{
      float: right;
      cursor: pointer;
      margin-top: 5px;
      font-size: 20px;
      right: 28px;
      top: calc(50% - 11px);
    }
  }
  .setting-modal-body{
    padding: 30px !important;
    overflow-y: visible;
    .text-edit{
      width: 100%;
      height: 40px;
      border: 1px solid #e7e7e7;
      border-top: 0px;
      font-size: 14px;
      color: #666;
      display: flex;
      line-height: 40px;
      .text-edit-label{
        height: 40px;
        width: 95px;
        border-right: 1px solid #e7e7e7;
        padding-left: 10px;
      }
      .text-edit-value{
        flex: 1;
        padding: 0 10px;
        position: relative;
        .jw-data-list{
          position: absolute;
          left: 0;
          right: 0;
          z-index: 1;
          max-height: 300px;
          overflow-y: auto;
        }
        .text-edit-input > div:first-child{
          height: 40px;
        }
        .text-edit-input > div:first-child:before{
          border-bottom: 0px;
        }
        .text-edit-input > div:first-child:after{
          border-bottom: 0px !important;
        }
      }
    }
    .text-edit.text-edit-title{
      border-top: 1px solid #e7e7e7 !important;
    }
  }
}
