* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  color: #333333;
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}

.layui-input:focus,
.layui-textarea:focus {
  border-color: #2757d9 !important;
}

.layui-form-danger:focus {
  border-color: #ff5722 !important;
}

.layui-layer {
  border-radius: 15px;
}
.layui-layer-title {
  border-radius: 15px 15px 0 0;
}

.layui-layer-tips {
  border-radius: 0px;
  overflow: unset;
}
.hide {
  display: none !important;
}

.text-overflow {
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 隐藏超出的内容 */
  text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
}

.layui-layer-title {
  border-bottom: none;
}
