* {
  font-size: 0.14rem;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.bold {
  font-weight: 700;
}

.hide {
  display: none !important;
}

.overflow-hide {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #000000;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

li {
  list-style: none;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
}

button {
  border: none;
  outline: none;
}

i {
  display: inline-block;
  font-style: normal;
}

/* 多行文本控制 */
.textControls {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 20;
  line-clamp: 20;
  -webkit-box-orient: vertical;
}

/* 单行文本控制 */
.textControl {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

/* 字体大小 f12px*/
.f12 {
  font-size: 0.12rem !important;
}
.f13{
  font-size:0.13rem;
}
.f14 {
  font-size: 0.14rem;
}

.f16 {
  font-size: 0.16rem;
}

.f18 {
  font-size: 0.18rem;
}

.f20 {
  font-size: 0.20rem;
}

.f22 {
  font-size: 0.22rem;
}

.f24 {
  font-size: 0.24rem;
}

.f30 {
  font-size: 0.3rem;
}

.f40 {
  font-size: 0.4rem;
}

/* 对齐 */
/* 居中 */
.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.m24 {
  margin: 0 0.24rem;
}

/* 上间距 */
.mt6 {
  margin-top: 0.06rem;
}

.mt8 {
  margin-top: 0.08rem !important;
}

.mt10 {
  margin-top: 0.10rem !important;
}

.mt12 {
  margin-top: 0.12rem !important;
}

.mt16 {
  margin-top: 0.16rem;
}

.mt20 {
  margin-top: 0.20rem !important;
}

.mt24 {
  margin-top: 0.24rem;
}

.mt40 {
  margin-top: 0.40rem !important;
}

.ml12 {
  margin-left: 0.12rem;
}
.ml20{
  margin-left: 0.2rem;
}
.mr10 {
  margin-right: 0.1rem !important;
}

.mr12 {
  margin-right: 0.12rem !important;
}

.mr20 {
  margin-right: 0.2rem !important;
}

.mr3 {
  margin-right: 0.3rem !important;
}