body {
  background: #FAFAFA;
}
.bread_demo {
  width: 1200px;
  height: 100%;
  margin: 20px auto;
  line-height: 30px;
  font-size: 12px;
  color: #999;
}
.bread_demo .active_demo {
  color: #333333;
}
.bread_demo a:hover {
  color: #00CBA2;
}
.pageFilter {
  width: 1200px;
  margin: 0 auto;
  min-height: 144px;
  border-radius: 10px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 30px;
}
.pageFilter .pageFilterItem {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
.pageFilter .pageFilterItem .filterType {
  width: 82px;
  margin-right: 18px;
  align-self: baseline;
  line-height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pageFilter .pageFilterItem .filterType .filterBoxTitle {
  font-size: 16px;
  color: #9E9E9E;
  white-space: nowrap;
}
.pageFilter .pageFilterItem .filterType .filterLine {
  height: 15px;
  width: 0;
  border-right: 1px solid #9E9E9E;
}
.pageFilter .pageFilterItem .filterBox {
  display: flex;
  font-size: 16px;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: calc(100% - 56px - 90px - 18px);
  height: 40px;
  overflow: hidden;
}
.pageFilter .pageFilterItem .filterOpen {
  position: absolute;
  right: 0;
  display: flex;
  font-size: 14px;
  color: #EC75AB;
  top: 7px;
  white-space: nowrap;
  align-items: center;
  cursor: pointer;
}
.pageFilter .pageFilterItem .filterOpen img {
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
.pageFilter .pageFilterItem .filterOpen .filterOpen-a {
  display: none;
}
.pageFilter .pageFilterItem .filterOpen.filterOpenActive .filterOpen-n {
  display: none!important;
}
.pageFilter .pageFilterItem .filterOpen.filterOpenActive .filterOpen-a {
  display: block!important;
}
.pageFilter .middleLine {
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #9E9E9E;
  margin: 12px auto;
}
.filterLinkItem {
  box-sizing: border-box;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 16px;
  color: #3D3D3D;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.filterLinkItem:hover {
  background-color: #EC75AB;
  color: #ffffff;
}
.filterLinkItem.filterActive {
  background-color: #EC75AB;
  color: #ffffff;
}
.filter_demo {
  width: 1200px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 20px;
}
.filter_demo .filterList_demo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.filter_demo .filterList_demo .filterName_demo {
  font-size: 14px;
  color: #999;
  flex-grow: 0;
  flex-shrink: 0;
  width: 60px;
  line-height: 28px;
}
.filter_demo .filterList_demo .list_demo {
  width: 1090px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
}
.filter_demo .filterList_demo .list_demo .listItem_demo {
  display: block;
  text-align: center;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 15px 5px 0;
  color: #333;
  font-size: 14px;
}
.filter_demo .filterList_demo .list_demo .city_demo {
  width: 100%;
  background-color: #F2F5F7;
  box-sizing: border-box;
  padding: 10px 0 5px 20px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #666;
}
.filter_demo .filterList_demo .list_demo .city_demo .cityItem_demo.cityItem_active {
  color: #62C4A6;
}
.filter_demo .filterList_demo .list_demo .city_demo .cityItem_demo {
  margin: 0 35px 5px 0;
}
.filter_demo .filterList_demo .list_demo .filterActive_demo.listItem_demo {
  background-color: #62C4A6;
  color: #FFFFFF;
  border-radius: 6px;
}
.filter_demo .filterList_demo .list_demo .listItem_demo:hover {
  background-color: #62C4A6;
  color: #FFFFFF;
  border-radius: 6px;
}
.filter_demo .heightCon_demo .list_demo {
  height: 66px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.filter_demo .heightCon_demo .list_demo .open_demo {
  cursor: pointer;
  width: 50px;
  line-height: 24px;
  height: 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #62C4A6;
  color: #62C4A6;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 5px;
  display: none;
  font-size: 14px;
}
.filter_demo .heightCon_demo .list_demo .open_demo:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  background: url(/statics/tyck/img/icon-down2.png) no-repeat center;
  background-size: cover;
  position: relative;
  top: -3px;
}
.pageMain {
  width: 1200px;
  height: auto;
  margin: 24px auto 60px auto;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-start;
}
.pageMain .rightBlock {
  width: 300px;
  flex-grow: 0;
  flex-shrink: 0;
}
.pageMain .rightBlock .hotActivity {
  background-color: #ffffff;
  border-radius: 8px;
}
.pageMain .rightBlock .hotActivity .activityHead {
  padding: 25px 26px;
  display: flex;
  justify-content: space-between;
  height: 30px;
  align-items: center;
}
.pageMain .rightBlock .hotActivity .activityHead .activityHeadLeft {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  color: #3D3D3D;
  align-items: center;
}
.pageMain .rightBlock .hotActivity .activityHead .activityHeadLeft img {
  width: 18px;
  height: 22px;
  margin-right: 6px;
}
.pageMain .rightBlock .hotActivity .activityHead .activityHeadRight {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 350;
  color: #6e6e6e;
}
.pageMain .rightBlock .hotActivity .activityHead .activityHeadRight img {
  width: 11px;
  height: 14px;
  margin-left: 6px;
}
.pageMain .rightBlock .hotActivity .fireLine {
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #D8D8D8;
}
.pageMain .rightBlock .hotActivity .activityMain {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 26px;
}
.pageMain .rightBlock .hotActivity .activityMain .activityCard {
  width: 100%;
  height: 260px;
  background-color: #FAFAFA;
  border-radius: 4px;
  display: block;
  margin-bottom: 28px;
}
.pageMain .rightBlock .hotActivity .activityMain .activityCard img {
  width: 100%;
  display: block;
  height: 180px;
  border-radius: 4px 4px 0 0;
}
.pageMain .rightBlock .hotActivity .activityMain .activityCard .activityInfo {
  width: 100%;
  border-radius: 0 0 4px 4px;
  margin-top: 14px;
  box-sizing: border-box;
  padding: 0 15px;
}
.pageMain .rightBlock .hotActivity .activityMain .activityCard .activityInfo .InfoTitle {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.pageMain .rightBlock .hotActivity .activityMain .activityCard .activityInfo .InfoDetail {
  font-size: 14px;
  font-weight: 350;
  color: #999999;
  margin-top: 10px;
}
.pageMain .rightBlock .hotActivity .activityMain .activityCard:last-child {
  margin-bottom: 0;
}
.pageMain .rightBlock .hotInfo {
  width: 100%;
  margin-top: 24px;
  border-radius: 4px;
  background: linear-gradient(to bottom, #FEF3E7 0%, #FFFFFF 120px);
  box-sizing: border-box;
  padding: 17px 19px;
}
.pageMain .rightBlock .hotInfo .hotInfoTitle {
  width: 100%;
  display: flex;
  padding-bottom: 19px;
}
.pageMain .rightBlock .hotInfo .hotInfoTitle img {
  width: 21px;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #3D3D3D;
}
.pageMain .rightBlock .hotInfo .specialHot {
  width: 100%;
  display: flex;
  height: 36px;
  align-items: center;
  margin-bottom: 24px;
}
.pageMain .rightBlock .hotInfo .specialHot img {
  width: 30px;
  margin-right: 9px;
}
.pageMain .rightBlock .hotInfo .specialHot .specialBlock {
  width: calc(100% - 39px);
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pageMain .rightBlock .hotInfo .specialHot .specialBlock .specialHead {
  display: flex;
  width: calc(100% - 26px);
  height: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #3D3D3D;
  align-items: center;
}
.pageMain .rightBlock .hotInfo .specialHot .specialBlock .specialHead .veryHot {
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
  font-size: 10px;
  color: #ffffff;
  background-color: #ff7689;
  margin-left: 6px;
  flex-shrink: 0;
}
.pageMain .rightBlock .hotInfo .specialHot .specialBlock .hotWhy {
  width: calc(100% - 39px);
  font-size: 12px;
  font-weight: normal;
  color: #696969;
}
.pageMain .rightBlock .hotInfo .specialHot:hover .specialBlock .specialHead .headText {
  color: #E74890;
}
.pageMain .rightBlock .hotInfo .ordSpecial {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.pageMain .rightBlock .hotInfo .ordSpecial .specialIndex {
  font-size: 18px;
  font-weight: bold;
  color: #EC75AB;
  width: 30px;
  margin-right: 9px;
  text-align: center;
}
.pageMain .rightBlock .hotInfo .ordSpecial .hotDetail {
  font-size: 14px;
  font-weight: 500;
  color: black;
  width: calc(100% - 39px);
  box-sizing: border-box;
  padding-right: 10px;
}
.pageMain .rightBlock .hotInfo .ordSpecial:hover .hotDetail {
  color: #E74890;
}
.pageMain .rightBlock .hotInfo .ordSpecial:last-child {
  margin-bottom: 0px;
}
.ndRight_demo {
  width: 300px;
}
.ndRight_demo .act_demo {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background-color: #ffffff;
}
.ndRight_demo .act_demo .actName_demo {
  width: 100%;
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.ndRight_demo .act_demo .actName_demo:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  content: '';
  border-radius: 2px;
  width: 4px;
  background: #25c6a5;
}
.ndRight_demo .act_demo .actList_demo {
  width: 100%;
}
.ndRight_demo .act_demo .actList_demo a {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.ndRight_demo .act_demo .actList_demo a .pic_demo {
  width: 94px;
  height: 62px;
  border-radius: 6px;
  overflow: hidden;
}
.ndRight_demo .act_demo .actList_demo a .pic_demo img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: 1s;
}
.ndRight_demo .act_demo .actList_demo a .pic_demo img:hover {
  transform: scale(1.2, 1.2);
}
.ndRight_demo .act_demo .actList_demo a .actInfo_demo {
  width: 166px;
}
.ndRight_demo .act_demo .actList_demo a .actInfo_demo .actHead_demo {
  width: 100%;
  line-height: 22px;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
}
.ndRight_demo .act_demo .actList_demo a .actInfo_demo .actHead_demo:hover {
  color: #00CBA2;
}
.ndRight_demo .act_demo .actList_demo a .actInfo_demo .likeAct_demo {
  width: 100%;
  color: #999;
  line-height: 20px;
  font-size: 14px;
}
.ndRight_demo .act_demo .actList_demo a .actInfo_demo .likeAct_demo span {
  color: #666;
}
.ndRight_demo .act_demo .actList_demo a:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ndRight_demo .tips_demo {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background-color: #ffffff;
  margin-top: 20px;
}
.ndRight_demo .tips_demo .actName_demo {
  width: 100%;
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.ndRight_demo .tips_demo .actName_demo:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  content: '';
  border-radius: 2px;
  width: 4px;
  background: #25c6a5;
}
.ndRight_demo .tips_demo ul {
  width: 100%;
  margin-top: 15px;
}
.ndRight_demo .tips_demo ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 22px;
  margin-bottom: 14px;
}
.ndRight_demo .tips_demo ul li a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
  font-size: 16px;
}
.ndRight_demo .tips_demo ul li a:hover {
  color: #00CBA2;
}
.ndRight_demo .tips_demo ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.5px;
  width: 15px;
  height: 15px;
  background: url(/statics/tyck/img/icon-add-ask.png) center center no-repeat;
  background-size: contain;
}
.ndRight_demo .tips_demo ul li:last-child {
  margin-bottom: 0;
}
.ndRight_demo .sunHos-demo {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background-color: #ffffff;
  margin-top: 20px;
}
.ndRight_demo .sunHos-demo .actName_demo {
  width: 100%;
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.ndRight_demo .sunHos-demo .actName_demo:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  content: '';
  border-radius: 2px;
  width: 4px;
  background: #25c6a5;
}
.ndRight_demo .sunHos-demo ul {
  width: 100%;
  margin-top: 15px;
}
.ndRight_demo .sunHos-demo ul li {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
}
.ndRight_demo .sunHos-demo ul li a {
  display: flex;
}
.ndRight_demo .sunHos-demo ul li a .hos-img-demo {
  width: 94px;
  height: 66px;
  border-radius: 6px;
  overflow: hidden;
}
.ndRight_demo .sunHos-demo ul li a .hos-img-demo img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: 1s;
}
.ndRight_demo .sunHos-demo ul li a .hos-img-demo img:hover {
  transform: scale(1.2, 1.2);
}
.ndRight_demo .sunHos-demo ul li a .sub-hos-info-demo {
  width: 160px;
  height: 50px;
  margin-left: 12px;
}
.ndRight_demo .sunHos-demo ul li a .sub-hos-info-demo .hos-name-title-demo {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.ndRight_demo .sunHos-demo ul li a .sub-hos-info-demo .hos-name-title-demo:hover {
  color: #00CBA2;
}
.ndRight_demo .sunHos-demo ul li a .sub-hos-info-demo .likes-sub-demo {
  font-size: 12px;
  margin-top: 4px;
  color: #666;
}
.ndRight_demo .sunHos-demo ul li a .sub-hos-info-demo .likes-sub-demo span {
  color: #00CBA2;
}
.ndRight_demo .sunHos-demo ul li a .sub-hos-info-demo .hos-add-demo {
  font-size: 12px;
  color: #666666;
}
.ndRight_demo .sunHos-demo ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
/*# sourceMappingURL=listGeneral.css.map */