.bread_demo {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  line-height: 30px;
  font-size: 12px;
  color: #999;
}
.bread_demo .active_demo {
  color: #333333;
}
.bread_demo a:hover {
  color: #00CBA2;
}
.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: 375px;
  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;
}
/*# sourceMappingURL=showGeneral.css.map */