.main-header-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 301px;
  background: url(../img/hot/header.png?v1) no-repeat center;
  background-size: auto 100%;
}

.main-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-header-title {
  font-size: 54px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 75px;
  padding-top: 36px;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.14);
}
.main-header-title .title2{
  color: #FFE769;
}
.main-header-tag {
  width: 167px;
  height: 25px;
  background: url(../img/hot/header-tag-bg.png) no-repeat center/cover;
  font-size: 12px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #F8573F;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-tab {
  display: flex;
  height: 88px;
  background: #FFFFFF;
  box-shadow: 2px 4px 14px 0px rgba(0,0,0,0.06);
  border-radius: 6px;
  margin-top: 32px;
}
.main-tab-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #F5F5F5;
  flex: 1;
  cursor: pointer;
}
.main-tab-item .main-tab-item-icon{
  width: 40px;
  height: 40px;
  background: no-repeat center/cover;
  margin-right: 8px;
}
.main-tab-item-yh .main-tab-item-icon{
  background-image: url(../img/hot/icon-header-yh.png);
}
.main-tab-item-yh.selected .main-tab-item-icon{
  background-image: url(../img/hot/icon-header-yh-selected.png);
}
.main-tab-item-qt .main-tab-item-icon{
  background-image: url(../img/hot/icon-header-qt.png);
}
.main-tab-item-qt.selected .main-tab-item-icon{
  background-image: url(../img/hot/icon-header-qt-selected.png);
}
.main-tab-item-pp .main-tab-item-icon{
  background-image: url(../img/hot/icon-header-pp.png);
}
.main-tab-item-pp.selected .main-tab-item-icon{
  background-image: url(../img/hot/icon-header-pp-selected.png);
}
.main-tab-item-bbd .main-tab-item-icon{
  background-image: url(../img/hot/icon-header-bbd.png);
}
.main-tab-item-bbd.selected .main-tab-item-icon{
  background-image: url(../img/hot/icon-header-bbd-selected.png);
}
.main-tab-item:first-child {
  border-radius: 6px 0 0 6px;
}
.main-tab-item:last-child {
  border-right: 0;
  border-radius: 0 6px 6px 0;
}
.main-tab-item.selected {
  background: linear-gradient(180deg, #FE925B 0%, #F64837 100%);
}
.main-tab-item.selected .main-tab-item-title,
.main-tab-item.selected .main-tab-item-desc {
  color: #FFFFFF !important;
}
.main-tab-item.selected::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #F64837;
}
.main-tab-item-right {
}
.main-tab-item-title {
  font-size: 18px;
  color: #121212;
  line-height: 25px;
}
.main-tab-item-desc {
  padding-top: 1px;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  font-weight: 600px;
}

.filter-bar {
  display: flex;
  align-items: center;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 2px 4px 14px 0px rgba(0,0,0,0.06);
  border-radius: 6px;
  padding: 0 20px 0 15px;
  margin-top: 20px;
}
.filter-bar-fill {
  margin-top: 20px;
  height: 60px;
  display: none;
}
.filter-bar-left {
  flex: 1;
  display: flex;
}
.filter-bar-item {
  height: 26px;
  padding: 0 16px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.filter-bar-item.selected {
  background: #3154D6;
  border-radius: 13px;
  color: #FFFFFF;
}
.filter-bar-right {
  display: flex;
  align-items: center;
}
.filter-bar-text {
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #999999;
  line-height: 17px;
  margin-right: 7px;
}
.filter-bar-radio {
  width: 28px;
  height: 17px;
  background: no-repeat center/cover;
  cursor: pointer;
  background-image: url(../img/hot/radio.png);
}
.filter-bar-radio.checked {
  background-image: url(../img/hot/radio-checked.png);
}

.tip-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  height: 40px;
  background: #FFFBE6;
  border-radius: 6px;
  border: 1px solid #FFE58F;
  font-size: 12px;
  color: #F8573F;
  line-height: 17px;
  cursor: pointer;
}

.shop-card-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.filter-bar-wrap.fixed {
  width: 100%;
  position: fixed;
  top: 64px;
  height: 52px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.filter-bar-wrap.fixed .filter-bar {
  height: 52px;
  padding: 0;
  margin: 0;
}