html,
body {
  height: 100%;
  width: 100%;
  /*overflow: hidden;*/
  user-select: none;
}
.pc,.pc body{
  user-select: auto;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.4);
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.4);
    -webkit-border-radius: 6px;
}
.phone ::-webkit-scrollbar {
  display: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
.text-over {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.font-w {
  font-weight: 700;
}
.phone .f16 {
  font-size: 1.6rem;
}
.f16 {
  font-size: 16px;
}
.phone .f14 {
  font-size: 1.4rem;
}
.f14 {
  font-size: 14px;
}
.phone .f12 {
  font-size: 1.2rem;
}
.f12{
  font-size: 12px;
}

.flex {
  display: flex;
}

.flex-align {
  align-items: center;
}

.flex-v {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.flex-center {
  justify-content: center;
}

.clom {
  color: #1a8df1 !important;
}

.clot {
  color: #FF7336
}

.clop {
  color: #E74631
}

.clod {
  color: #5517FF
}

.dialog {
  border-radius: .6rem !important;
}
