html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
div,
img,
input {
  user-select: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
img {
  display: block;
  font-size: 0.12rem;
}
input {
  display: block;
  background: none;
  outline: none;
  border: 0px;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.auto {
  margin: 0 auto;
}
.none {
  display: none;
}
.hide {
  display: none;
}
.containerBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.colorfff {
  color: #fff;
}
.colorccc {
  color: #ccc;
}
.color333 {
  color: #333333;
}
.font9 {
  font-size: 0.09rem;
}
.font11 {
  font-size: 0.11rem;
}
.font12 {
  font-size: 0.12rem;
}
.font13 {
  font-size: 0.13rem;
}
.font14 {
  font-size: 0.14rem;
}
.font15 {
  font-size: 0.15rem;
}
.font16 {
  font-size: 0.16rem;
}
.font17 {
  font-size: 0.17rem;
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font24 {
  font-size: 0.24rem;
}
.font28 {
  font-size: 0.28rem;
}
.font36 {
  font-size: 0.36rem;
}
.flex {
  display: flex;
}
.flex1 {
  flex: 1;
}
.flex.column {
  flex-direction: column;
}
.flex.warp {
  flex-wrap: wrap;
}
.flex.nowrap {
  flex-wrap: nowrap;
}
.flex.justifyContentSpaceAround {
  justify-content: space-around;
}
.flexjustifyContentCenter {
  justify-content: center;
}
.flex.justifyContentSpaceBetween {
  justify-content: space-between;
}
.flex.justifyContentCenter {
  justify-content: center;
}
.flex.alignItemsCenter {
  align-items: center;
}
.overflowHidden {
  overflow: hidden;
}
.overflowYAuto {
  overflow-y: auto;
}
.borderBox {
  box-sizing: border-box;
}
.textAlignCenter {
  text-align: center;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.sticky {
  position: sticky;
}
.bold {
  font-weight: bold;
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
    /* 初始大小 */
  }
  50% {
    transform: scale(1.1);
    /* 放大到 1.1 倍大小 */
  }
  100% {
    transform: scale(1);
    /* 回到初始大小 */
  }
}
.onlineDialog {
  top: 0;
  left: 0;
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.onlineDialog .contentBox {
  padding: 0 20%;
}
.onlineDialog .contentBox p {
  line-height: 0.3rem;
  border-radius: 0.05rem;
  background-color: #ffffff;
  margin-bottom: 0.1rem;
}
.mask {
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}
.container {
  max-width: 800px;
  width: 100vw;
  min-height: 100vh;
  margin: 0 auto;
}
.transformScale098:active {
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.95;
  transform: scale(0.98);
}
/*# sourceMappingURL=common.css.map */