.width100 {
  width: 100%;
}

.height100 {
  height: 100%;
}

.min-height100 {
  min-height: 100%;
}

.border-box {
  box-sizing: border-box;
}

.vam {
  vertical-align: middle;
}

.fs20 {
  font-size: 0.2rem;
}

.fs22 {
  font-size: 0.22rem;
}

.fs24 {
  font-size: 0.24rem;
}

.fs26 {
  font-size: 0.26rem;
}

.fs28 {
  font-size: 0.28rem;
}

.fs30 {
  font-size: 0.3rem;
}

.fs32 {
  font-size: 0.32rem;
}

.fs34 {
  font-size: 0.34rem;
}

.fs36 {
  font-size: 0.36rem;
}

.fs40 {
  font-size: 0.4rem;
}

.fs44 {
  font-size: 0.44rem;
}

.fs48 {
  font-size: 0.48rem;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear::after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.pos_a {
  position: absolute;
}

.pos_r {
  position: relative;
}

.pos_f {
  position: fixed;
}

.circle {
  border-radius: 50%;
}

.hidden {
  display: none;
}

.cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  list-style: none outside none;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 22;
  -ms-flex: 2;
  flex: 2;
}

.flex-sp-b {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flex-sp-a {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flex-sp-s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.flex-sp-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.flex-sp-e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.flex-ai-s {
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-ai-c {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-ai-e {
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.color000 {
  color: #000;
}

.color333 {
  color: #333;
}

.color666 {
  color: #666;
}

.color999 {
  color: #999;
}

.color-fff {
  color: #fff;
}
.color-red {
  color: #ff1d1d;
}

.color-main {
  color: #155ddd;
}

.color-org {
  color: #ff5d5a;
}

.color-pink {
  color: #a49adf;
}

.color-font {
  color: #e56ba4;
}

.color-blue {
  color: #59bcec;
}

.color-presell {
  color: #e86e2f;
}

.bg-color-body {
  background-color: #f3f3f3;
}
.bgc-gray {
  background-color: #eff0f1;
}
.bg-color-fff {
  background-color: #fff;
}

.bg-color-main {
  background-color: #e56ba4;
}

.bg-color-disabled {
  background-color: #eee;
}

.bg-color-eded {
  background-color: #ededed;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.ellipsis_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.border-t,
.border-b {
  position: relative;
}

.ofh {
  overflow: hidden;
}

.ovfy-auto {
  overflow-x: hidden;
  overflow-y: auto;
}

.border-t::before,
.border-b::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eee;
  right: 0;
  height: 1px;
  /* -webkit-transform: scaleY(0.5); */
  /* transform: scaleY(0.5); */
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.border-b:after {
  top: auto;
  bottom: 0;
}

.scroll-touch {
  -webkit-overflow-scrolling: touch;
}

[v-cloak] {
  display: none !important;
}

.h100 {
  height: 100%;
}
.lh34 {
  line-height: 34px;
}
.lh50 {
  line-height: 50px;
}
.pl20 {
  padding-left: 20px;
  padding-right: 20px;
}

/* .iframe_s {
    transition: all 0.1s
} */
.iframe_s.check {
  opacity: 0;
}

.p-e-n {
  pointer-events: none;
}
