.zy-header {
  display: flex;
  justify-content: space-between;
  height: 42px;
  border-bottom: 1px solid #eee;
}
.zy-selector {
  display: flex;
  height: 100%;
  position: relative;
  width: 200px;
  align-items: center;
  justify-content: center;
  background: #ff9600;
  text-align: center;
}
.zy-selector-text {
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.zy-selector-list {
  display: none;
  position: absolute;
  width: 100%;
  top: 41px;
  z-index: 10;
  box-shadow: 0 10px 12px #fee
}

.zy-selector-item {
  padding: 0 16px;
  height: 42px;
  line-height: 42px;
  background: #fff;
  cursor: pointer;
}

.zy-selector-item--active,
.zy-selector-item:hover {
  background: #fdf5eb;
  color: #d07d06;
}

.zy-selector-item--active {
  cursor: auto;
}

.zy-header-countdown {
  padding-right: 16px;
  height: 100%;
  display: flex;
  align-items: center;
}


.zy-header-countdown-text {
  color: #ff9600;
}

.zy-showlist {
  font-size: 0;
}
.zy-showlist-item {
  position:relative;
  padding: 26px 36px;
  display: inline-flex;
  width: calc((100% - 2px) / 3);
}
.zy-showlist-item:nth-child(3n + 1):after,
.zy-showlist-item:nth-child(3n + 2):after {
  position: absolute;
  width: 1px;
  top: 24px;
  right: 0;
  height: 30px;
  background: #eee;
  content: ' ';
}
.zy-showlist-item img{
  width: 26px;
  height: 26px;
}
.zy-showlist-item span{
  margin-left: 24px;
  font-size: 18px;
  font-weight: bold;
}
.zy-gonggao {
  background: #fff1e6;
  font-size: 14px;
  color: #666;
  padding: 8px 20px;
  display: none;
}

.zy-menu {
  padding: 8px;
  /* height: 16px; */
  line-height: 24px;
  min-height: 40px;
}
.zy-menu-item {
  display: inline-block;
  margin-left: 28px;
  padding-left: 8px;;
  border-left: 3px solid transparent;
  cursor: pointer;
}

.zy-menu-item:first-child {
  margin-left: 8px;
}

.zy-menu-item--active {
  color: #ff9600;
  border-left: 3px solid #ff9600;
}

.zy-submenu {
  border-bottom: 1px solid #eee;
}

.zy-submenu-item {
  margin-left: 20px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
.zy-submenu-item:hover,
.zy-submenu-item--active {
  color: #ff9600;
  border-bottom: 1px solid #ff9600;
}

.zy-downlist {
  padding: 20px;
}

.zy-downlist-item {
  display: flex;
  height: 40px;
  line-height: 40px;
  border-bottom : 1px solid #eee;
}
.zy-downlist-item-text {
  flex: 1;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.zy-down-botton {
  flex-basis: 34px;
}
.zy-menus {
  position: relative;
}
.zy-suggest-time {
  position: absolute;
    right: 8px;
    bottom: 8px;
    color: #666;
}
.zy-article {
  padding: 20px;
}