.w-desc-text[data-v-3c47e282] {
  color: #a2a4a8;
}
.w-row-text[data-v-3c47e282] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-t-center[data-v-3c47e282] {
  text-align: left;
}
.w-t-left[data-v-3c47e282] {
  left: 0;
  text-align: left;
}
.w-t-right[data-v-3c47e282] {
  right: 0;
  text-align: left;
}
.w-h-center[data-v-3c47e282] {
  display: flex;
  align-items: center;
}
.h100[data-v-3c47e282] {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.h100 .h93[data-v-3c47e282] {
  flex: 1;
  width: 100%;
  padding: 0 20px 10px;
  box-sizing: border-box;
  overflow-y: auto;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.h100 .h93[data-v-3c47e282]::-webkit-scrollbar {
  display: none;
}
.noBorder[data-v-3c47e282] {
  border: none;
}
.border[data-v-3c47e282] {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.code-box[data-v-3c47e282] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.code-box-btn[data-v-3c47e282] {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  position: relative;
}
.code-box-btn .icon[data-v-3c47e282] {
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}
.code-box-btn .disabled[data-v-3c47e282] {
  color: #EAEAEA;
  cursor: not-allowed;
}
