body {
  background-color: #F0F4FC;
}

.wrap-bg {
  position: relative;
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0 0 0;
}

.wrap {
  position: relative;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrap-category {
  position: relative;
  width: 1200px;
  display: none;
  flex-direction: row;
  justify-content: space-between;
}

.wrap-category.active {
  display: flex;
}

.wp-remen {
  align-self: flex-start;
  width: 336px;
  display: flex;
  flex-direction: column;
}

.box-remen {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 20px;
  background-color: #fff;
  margin: 0 0 16px 0;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}

.remen-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
}

.remen-title.ico01::before {
  content: '';
  width: 32px;
  height: 32px;
  margin-right: 4px;
  background: url("./../images/ico52.png") no-repeat;
}

.remen-title.ico02::before {
  content: '';
  width: 32px;
  height: 32px;
  margin-right: 4px;
  background: url("./../images/ico53.png") no-repeat;
}

.remen-tabbox {
  margin: 8px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.remen-tab {
  margin: 16px 0 0 16px;
  background: rgba(255, 34, 34, 0.05);
  border-radius: 8px 8px 8px 8px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 16px;
  color: #FF2222;
  line-height: 28px;
}

.remen-ol {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.remen-li {
  margin: 16px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.remen-li p {
  width: 28px;
  height: 28px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #1561EB;
  line-height: 28px;
}

.remen-li span {
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
}

.remen-qrcode {
  align-self: center;
  margin: 16px 0;
  width: 200px;
  height: 200px;
}

.remen-qrcodetxt {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  text-align: center;
}

.wp-ulsxy {
  align-self: flex-start;
  position: relative;
  width: 840px;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.lisxy-item {
  margin: 24px 0 0 0;
  display: flex;
  flex-direction: row;
}

.lisxy-item:first-child {
  margin: 0;
}

.lisxy-ico {
  width: 230px;
  height: 173px;
  background: #FF2222;
  border-radius: 8px;
  margin: 0 27px 0 0;
}

.lisxy-right {
  flex: 1;
  margin: 14px 0 0 0;
  display: flex;
  flex-direction: column;
}

.lisxy-title {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 32px;
}

.lisxy-txt {
  margin: 8px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
}

.lisxy-boxtime {
  margin: 16px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #8E8E8E;
}

.lisxy-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}

.lisxy-over {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.lisxy-over::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("./../images/ico51.png") no-repeat;
}

.wp-boxnav {
  width: 1200px;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.wp-navol {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.navli-item {
  flex-shrink: 0;
  margin: 0 36px;
  padding: 10px 4px;
  color: #000;
  height: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.navli-item.active {
  color: #1561EB;
}

.navli-item.active::after {
  content: '';
  width: 80%;
  height: 2px;
  background: #1561EB;
}

.navli-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.wp-subnav {
  padding: 18px 0 0 0;
  margin: 18px 32px 0 32px;
  border-top: 1px solid #ededed;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
}

.wp-subnav.active{
  display: flex;
}

.subnavitem {
  margin:0 16px 16px 0;
  padding: 8px 16px;
  background: #F7F7F7;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  color: #8E8E8E;
  cursor: pointer;
}

.subnavitem.active {
  background: rgba(21, 97, 235, 0.1);
  color: #1561EB;
}