img[src=""],
img:not([src]) {
  opacity: 0;
}

:root {
  --active-color: rgba(255, 227, 124, 1);
  --base-width: 1340px;
}

.jy-mt-4 {
  margin-top: 4px;
}
.jy-mt-10 {
  margin-top: 10px !important;
}
.jy-mt-18 {
  margin-top: 18px !important;
}
.jy-mt-20 {
  margin-top: 20px;
}
.jy-mt-28 {
  margin-top: 28px;
}
.jy-col-fff {
  color: #fff;
}
.jy-col-000 {
  color: #000;
}
.jy-fontsize-36 {
  font-size: 36px;
}
a{
  text-decoration: none;
}
/** 一行溢出省略号 */
.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/** 两行溢出省略号 */
.text-overflows {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/** 三行溢出省略号 */
.text-overflowss {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

body {
  font-family: "PingFang SC Medium", "PingFang SC Semibold", "PingFang SC Regular", "PingFang SC", "Microsoft YaHei", sans-serif;
  margin: 0;
  padding: 0;
  background: #F9F6F5;
}
