.popularCon {
  margin-top: 30px !important;
}
.popularCon .popularNav {
  display: flex;
  align-items: center;
}
.popularCon .popularNav .popularItem {
  background: #FFFFFF;
  border: 1px solid #C3C3C3;
  padding: 16px 20px;
}
.popularCon .popularNav .popularItem span {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.popularCon .popularNav .popularActive {
  background-color: #019642;
  border-right: none;
}
.popularCon .popularNav .popularActive span {
  color: #FFFFFF;
}
.popularCon .popularNav a:first-of-type .popularItem {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.popularCon .popularNav a:last-of-type .popularItem {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.popularCon .hotCon {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popularCon .hotCon .hotItem {
  width: 315px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  margin-top: 20px;
}
.popularCon .hotCon .hotItem:hover .hotImg .mask {
  top: 0;
}
.popularCon .hotCon .hotItem .hotImg {
  width: 315px;
  height: 177px;
  position: relative;
  overflow: hidden;
}
.popularCon .hotCon .hotItem .hotImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}
.popularCon .hotCon .hotItem .hotImg .mask {
  position: absolute;
  top: -177px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  background-color: #000000;
  opacity: 0.5;
}
.popularCon .hotCon .hotItem .hotImg .mask img {
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popularCon .hotCon .hotItem .hotTitle {
  width: 100%;
  padding: 12px;
  padding-top: 10px;
}
.popularCon .hotCon .hotItem .hotTitle > span {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popularCon .hotCon .hotItem .hotTitle .xue {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}
.popularCon .hotCon .hotItem .hotTitle .xue span {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.popularCon .hotCon .hotItem .hotTitle .xue span:nth-of-type(2) {
  color: #999999;
}
.popularCon .hotCon .station {
  display: block;
  width: 315px;
}
