.u-line-1,
.up-line-1 {
  /* #ifdef APP-NVUE */
  lines: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  /* #endif */
  /* #ifndef APP-NVUE */
  overflow: hidden;

  text-overflow: ellipsis;
  
  display: -webkit-box !important;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical !important;
  /* #endif */
}
.u-line-2,
.up-line-2 {
  /* #ifdef APP-NVUE */
  lines: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  /* #endif */
  /* #ifndef APP-NVUE */
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical !important;
  /* #endif */
}
.u-line-3,
.up-line-3 {
  /* #ifdef APP-NVUE */
  lines: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  /* #endif */
  /* #ifndef APP-NVUE */
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical !important;
  /* #endif */
}
.u-line-4,
.up-line-4 {
  /* #ifdef APP-NVUE */
  lines: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  /* #endif */
  /* #ifndef APP-NVUE */
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical !important;
  /* #endif */
}
.u-line-5,
.up-line-5 {
  /* #ifdef APP-NVUE */
  lines: 5;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  /* #endif */
  /* #ifndef APP-NVUE */
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical !important;
  /* #endif */
}
.u-line-6,
.up-line-6 {
  /* #ifdef APP-NVUE */
  lines: 6;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  /* #endif */
  /* #ifndef APP-NVUE */
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical !important;
  /* #endif */
}
.u-line-7,
.up-line-7 {
  /* #ifdef APP-NVUE */
  lines: 7;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  /* #endif */
  /* #ifndef APP-NVUE */
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical !important;
  /* #endif */
}
.u-line-8,
.up-line-8 {
  /* #ifdef APP-NVUE */
  lines: 8;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  /* #endif */
  /* #ifndef APP-NVUE */
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical !important;
  /* #endif */
}
.u-line-9,
.up-line-9 {
  /* #ifdef APP-NVUE */
  lines: 9;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  /* #endif */
  /* #ifndef APP-NVUE */
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical !important;
  /* #endif */
}
.u-line-10,
.up-line-10 {
  /* #ifdef APP-NVUE */
  lines: 10;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  /* #endif */
  /* #ifndef APP-NVUE */
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical !important;
  /* #endif */
}
.u-border,
.up-border {
  border-width: 0.5px !important;
  border-color: var(--u-border-color) !important;
  border-style: solid;
}
.u-border-top,
.up-border-top {
  border-top-width: 0.5px !important;
  border-color: var(--u-border-color) !important;
  border-top-style: solid;
}
.u-border-left,
.up-border-left {
  border-left-width: 0.5px !important;
  border-color: var(--u-border-color) !important;
  border-left-style: solid;
}
.u-border-right,
.up-border-right {
  border-right-width: 0.5px !important;
  border-color: var(--u-border-color) !important;
  border-right-style: solid;
}
.u-border-bottom,
.up-border-bottom {
  border-bottom-width: 0.5px !important;
  border-color: var(--u-border-color) !important;
  border-bottom-style: solid;
}
.u-border-top-bottom,
.up-border-top-bottom {
  border-top-width: 0.5px !important;
  border-bottom-width: 0.5px !important;
  border-color: var(--u-border-color) !important;
  border-top-style: solid;
  border-bottom-style: solid;
}
.u-reset-button,
.up-reset-button {
  padding: 0;
  background-color: transparent;
  /* #ifndef APP-PLUS */
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  /* #endif */
  /* #ifdef APP-NVUE */
  border-width: 0;
  /* #endif */
}
/* #ifndef APP-NVUE */
.u-reset-button::after,
.up-reset-button::after {
  border: none;
}
/* #endif */
.u-hover-class,
.up-hover-class {
  opacity: 0.7;
}
.cursor-pointer {
  /* #ifdef H5 */
  cursor: pointer;
  /* #endif */
}