@charset "UTF-8";
/**
 * @file vote.scss
 * @public
 * @overview
 *
 */
/**
 * @file _variable.scss
 * @private
 * @overview
 * colors
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
#doc-main .goodmark {
  position: absolute;
  top: 110px;
  right: 20px;
  z-index: 9; }

#doc-main header {
  border-bottom: 1px solid #e6e6e6; }
  #doc-main header.container-fullfit-v {
    padding-left: 18px;
    padding-right: 18px; }

#doc-main hr {
  margin: 10px 0; }

.vote-content.container-fullfit-v {
  background: #fff;
  padding-left: 18px;
  padding-right: 18px; }

.vote-header {
  margin-top: 10px; }

.vote-content {
  position: relative;
  padding-top: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6; }
  .vote-content .vote-content-drawer {
    max-height: 648px;
    overflow: hidden; }
  .vote-content .expand-toggle {
    position: absolute;
    padding: 0 10px;
    right: 20px;
    bottom: -1px;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    display: none; }

.vote-items > li {
  margin-top: 10px; }
.vote-items .vote-item-title:first-child {
  margin-left: -20px; }
.vote-items mark {
  margin-left: 10px; }
.vote-items .progressbar-inner {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.vote-action {
  margin-top: 25px; }

.vote-nav {
  position: relative; }
  .vote-nav .button {
    position: absolute;
    right: 20px;
    top: 0; }

.tab-filter {
  margin: 20px 30px 0; }
  .tab-filter .tab {
    padding-bottom: 6px;
    font-size: 26px; }
  .tab-filter .topic-search-box {
    position: relative;
    display: inline-block; }
    .tab-filter .topic-search-box input {
      padding: 5px 10px;
      margin: 10px auto;
      width: 205px;
      height: 36px;
      border: 1px solid #e6e6e6;
      font-size: 16px; }
    .tab-filter .topic-search-box button {
      position: absolute;
      height: 36px;
      width: 50px;
      right: -49px;
      top: 10px; }

.collection-articles {
  margin-left: -18px;
  margin-top: 20px; }
  .collection-articles > article {
    width: 302px;
    height: auto;
    margin: 0 0 18px 18px;
    padding: 0;
    background: #fff; }
    .collection-articles > article .thumbnail {
      position: relative;
      display: block;
      width: 300px;
      height: 200px; }
    .collection-articles > article h3 {
      position: absolute;
      bottom: 0px;
      width: 100%;
      font-weight: normal;
      font-size: 20px;
      line-height: 2;
      text-align: center;
      color: #fff !important;
      background: #000;
      filter: alpha(opacity=50);
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
      background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
      background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); }
    .collection-articles > article .info {
      overflow: hidden;
      padding: 12px;
      font-size: 16px; }
    .collection-articles > article .action {
      float: right;
      padding-top: 0;
      padding-bottom: 0; }

.voters {
  margin-left: -33px;
  padding-top: 20px;
  background: none; }
  .voters > a {
    width: 64px;
    margin-bottom: 33px;
    margin-left: 33px;
    text-align: center; }
    .voters > a > img {
      display: inline;
      width: 50px;
      height: 50px; }
    .voters > a > span {
      display: block;
      width: 100%;
      padding: 2px 0; }

/*# sourceMappingURL=vote.css.map */
