.left-content-wrapper{
    text-align: center;
    width: 140px;
    float: left;
    margin-right: 20px;
  }
  .layui-btn-sub{
    padding: 0 21px;
  }
  .left-content-wrapper-text{
    margin-top: 10px;
    width: 100%;
  }
  .edit-user label.layui-form-label-2 {
    padding: 0;
    width: 114px;
  }
  .userInfoForm label.layui-form-label-2 {
    padding: 0;
    width: 96px;
  }
  #sqs {
    color: #008CFF;
    cursor: pointer;
    line-height: 38px;
    /* display: inline-block; */
    position: relative;
    top: 2px;
  }
  .upload_box{
    position: relative;
    width: 140px;
    height: 140px;
    border: 1px dotted #E4E4E4;
  }
  .upload_img{
    width: 80%;
    height: 80%;
    margin: 10% auto;
  }
  .upload_box .obscured{
    visibility: hidden;
    position: absolute;
    background: #000000;
    border-radius: 2px;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
  }
  .upload_box .upload_preview{
    visibility: hidden;
    position: absolute;
    left: 60px;
    top: 60px;
    width: 20px;
    height: 20px;
  }
  .upload_box:hover .obscured{
    visibility: inherit;
  }
  .upload_box:hover .upload_preview{
    visibility: inherit;
  }

  #select-account{
    position: absolute;
    top: 0px;
  }
  .ukeylabel{
    width: 120px;
  }
  .ukeycode{
    width: 515px;
  }
  .codeheight{
    height: 36px;
  }
  /* .wid100 .layui-form-label {
    width: 130px;
  }
  .wid100 .layui-input-block {
    margin-left: 160px;
  }
  .verifyflag {
    padding-right: 6px;
  } */
  .info {
    height: 38px;
    line-height: 38px;
  }
  /* .error {
    padding: 5px 0;
    display: inline-block;
    color: red;
  } */
  .btns {
    text-align: center;
    margin: 30px 0 0 0;
  }
  /* .layui-input-inline{
     width: 255px !important;
  } */

  /* 航信接收处理css */
.receive-handle-wrapper{
  width: 100%;
  box-sizing: border-box;
  /* margin-left: 10px; */
  margin-right: 40px;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}
/* 基础信息 */
#receive-handel-base-view{
  margin-top: 30px;
}
#receive-handel-base-view .layui-form-label{
  width: 200px;
}
#receive-handel-base-view .layui-input-block{
  margin-left: 200px;
  line-height: 36px;
}
.roleIds-content {
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    line-height: 36px;
}

.photo_code {
  height: 38px;
  padding-left: 10px;
}

.edit-user .layui-form-label {
  width: 100px;
}
.edit-user .layui-input-block {
  margin-left: 130px;
}
.hide-input {
  width: 1px;height: 1px;border: none;opacity: 0;position: absolute;
}
.dzht-tips {
  color: #ffa61d;
  line-height: 18px;
  font-size: 14px;
}
.layui-textarea {
  font-size: 14px;
}