.tpcontent{font-weight: bold; font-size: 11pt; color: #2b2b2b; font-family: 宋体;}
.cytpstyle{font-size: 9pt; color: #2b2b2b; font-family: 宋体;}
.content{margin:auto;text-align:left;line-height:18px;padding:3px 0 0 0;color:#727272;}
.process{width:162px;height:11px;background:#EDEDED;overflow:hidden;float:left;margin-left:26px !important;margin-left:13px;margin-right:10px;}
.process div{width:160px;height:11px;background:url(/system/resource/images/newsvote/bg.gif) repeat-x;border-left:1px solid #000;border-right:1px solid #000;}
.process .style7{border-left-color:#ff0000;border-right-color:#ff0000;background-position:0 -77px;}


.monkey-section {
  width: 100%;
  padding: 20px;
  background: #ffecb3;
  /* 初始状态：静态定位（随页面滚动） */
  position: static;
  /* 固定时的样式（默认隐藏，通过js添加） */
  --fixed-top: 0;}

/* 固定定位的样式类（通过JS动态添加/移除） */
.monkey-section.fixed {
  position: fixed;
  top: var(--fixed-top);
  left: 0;
  z-index: 100;}


