.link {
  line-height: 23px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link a {
  padding: 2px 15px;
  /* width: 200px; */
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mymsg .layui-layer-content {
  padding: 0 !important;
  line-height: 22px
}

html {
  background-color: #f2f2f2;
  color: #666;
}

.layui-form-label {
  text-align: center;
  background-color: #e9e7ea;
}

.select2-container--default.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.layui-card:last-child {
  background-color: aliceblue;
}

.layui-tab-title {
  overflow-x: scroll;
}

.layui-tab-title::-webkit-scrollbar {
  width: 0px;
  height: 0px
}