@charset "UTF-8";
/**
 * @file events.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
 *
 */
.collection-articles.s > article {
  position: relative;
  overflow: hidden;
  height: 262px;
  padding: 0 15px 0 0;
  margin-top: 20px;
  background-color: #fafafa;
  font-size: 13px; }
  .collection-articles.s > article:hover .img-box .cover {
    visibility: visible; }
    .collection-articles.s > article:hover .img-box .cover .state span.blr {
      top: 0;
      bottom: 0; }
    .collection-articles.s > article:hover .img-box .cover .state span.btb {
      left: 0;
      right: 0; }
    .collection-articles.s > article:hover .img-box .cover .cover-bg {
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .collection-articles.s > article .img-box {
    width: 390px;
    height: 260px;
    position: relative;
    float: left;
    text-align: center; }
    .collection-articles.s > article .img-box .cover {
      visibility: hidden;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      text-align: center;
      line-height: 260px; }
      .collection-articles.s > article .img-box .cover .state {
        position: relative;
        display: inline-block;
        height: 32px;
        z-index: 3;
        font-size: 16px;
        line-height: 32px;
        color: #fff;
        padding: 0 10px; }
        .collection-articles.s > article .img-box .cover .state span {
          position: absolute;
          background-color: #fff;
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          -ms-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
          .collection-articles.s > article .img-box .cover .state span.blr {
            top: 50%;
            bottom: 50%;
            width: 1px; }
            .collection-articles.s > article .img-box .cover .state span.blr.bl {
              left: 0; }
            .collection-articles.s > article .img-box .cover .state span.blr.br {
              right: 0; }
          .collection-articles.s > article .img-box .cover .state span.btb {
            left: 50%;
            right: 50%;
            height: 1px; }
            .collection-articles.s > article .img-box .cover .state span.btb.bt {
              top: 0; }
            .collection-articles.s > article .img-box .cover .state span.btb.bb {
              bottom: 0; }
      .collection-articles.s > article .img-box .cover .cover-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
  .collection-articles.s > article img {
    width: 390px;
    height: 260px; }
  .collection-articles.s > article .info-box {
    margin-left: 410px;
    height: 260px; }
  .collection-articles.s > article h3 {
    padding-top: 10px;
    font-size: 21px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .collection-articles.s > article p {
    margin-top: 5px;
    height: 88px;
    overflow: hidden;
    color: #8c888a; }
    .collection-articles.s > article p:hover {
      color: #666; }
  .collection-articles.s > article .details {
    position: absolute;
    bottom: 10px; }
    .collection-articles.s > article .details .ico {
      margin-right: 2px; }
    .collection-articles.s > article .details em {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      display: inline-block;
      width: 420px;
      vertical-align: bottom; }
  .collection-articles.s > article .price {
    position: absolute;
    bottom: 4px;
    right: 15px;
    font-size: 20px; }
  .collection-articles.s > article .rmb-free {
    color: #d31900; }
  .collection-articles.s > article .words {
    font-size: 14px !important;
    color: #666 !important; }
    .collection-articles.s > article .words strong {
      color: #666 !important; }
    .collection-articles.s > article .words .rmb-floor {
      color: #666 !important; }

.collection-articles.m {
  margin-left: -22px;
  margin-top: 50px; }
  .collection-articles.m > article {
    width: 300px;
    height: auto;
    margin: 0 0 22px 22px;
    padding: 0;
    background: #fff;
    border: 1px solid #ececec; }
    .collection-articles.m > article:hover .thumbnail .cover {
      visibility: visible; }
      .collection-articles.m > article:hover .thumbnail .cover .state span.blr {
        top: 0;
        bottom: 0; }
      .collection-articles.m > article:hover .thumbnail .cover .state span.btb {
        left: 0;
        right: 0; }
      .collection-articles.m > article:hover .thumbnail .cover .cover-bg {
        opacity: 0.5;
        filter: alpha(opacity=50); }
    .collection-articles.m > article .thumbnail {
      position: relative;
      display: block;
      width: 300px;
      height: 200px; }
      .collection-articles.m > article .thumbnail .cover {
        visibility: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        text-align: center;
        line-height: 200px; }
        .collection-articles.m > article .thumbnail .cover .state {
          position: relative;
          display: inline-block;
          height: 32px;
          z-index: 3;
          font-size: 16px;
          line-height: 32px;
          color: #fff;
          padding: 0 10px; }
          .collection-articles.m > article .thumbnail .cover .state span {
            position: absolute;
            background-color: #fff;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s; }
            .collection-articles.m > article .thumbnail .cover .state span.blr {
              top: 50%;
              bottom: 50%;
              width: 1px; }
              .collection-articles.m > article .thumbnail .cover .state span.blr.bl {
                left: 0; }
              .collection-articles.m > article .thumbnail .cover .state span.blr.br {
                right: 0; }
            .collection-articles.m > article .thumbnail .cover .state span.btb {
              left: 50%;
              right: 50%;
              height: 1px; }
              .collection-articles.m > article .thumbnail .cover .state span.btb.bt {
                top: 0; }
              .collection-articles.m > article .thumbnail .cover .state span.btb.bb {
                bottom: 0; }
        .collection-articles.m > article .thumbnail .cover .cover-bg {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: #000;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          -ms-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
    .collection-articles.m > article h3 {
      font-weight: normal;
      font-size: 17px; }
    .collection-articles.m > article .meta {
      padding: 5px 10px 10px; }
      .collection-articles.m > article .meta .details li {
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        height: 24px; }
        .collection-articles.m > article .meta .details li.text-row {
          margin-top: 8px; }
    .collection-articles.m > article .price {
      position: absolute;
      bottom: 5px;
      right: 15px;
      font-size: 29px; }
      .collection-articles.m > article .price strong {
        color: #d31900 !important; }

.price {
  position: absolute;
  bottom: 5px;
  right: 15px;
  font-size: 29px; }
  .price.words {
    font-size: 14px !important; }

.time-datepicker:hover input::-webkit-input-placeholder, .time-datepicker:hover textarea::-webkit-input-placeholder {
  color: white !important; }

.time-datepicker .input-icon {
  float: left;
  margin-left: 5px;
  padding-right: 5px;
  border-right: 1px dotted #aaaaaa; }

.time-datepicker .input-time {
  float: left; }

.time-datepicker .input-time-text {
  width: 180px;
  padding: 0;
  margin: 0;
  text-align: left;
  padding-left: 5px;
  border: none; }
  .time-datepicker .input-time-text:hover {
    color: #fff; }

.tag-filter .tag.time-datepicker {
  padding: 0; }

.time-datepicker.active .input-time-text {
  color: #fff; }

/**
 * UI Mask style
 */
.ui-button {
  outline: none; }

/**
 * UI Mask style
 */
.ui-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=30);
  opacity: 0.3; }

/**
 * UI Mask style
 */
.ui-popup {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 45;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.2); }

/**
 * UI Window
 */
.ui-window#dia-round-time {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  min-width: 350px;
  border: 1px solid #ccc;
  border-top: 3px solid #4d7496;
  border-radius: 2px; }
  .ui-window#dia-round-time .ui-window-header {
    padding: 10px;
    background: #fff;
    line-height: 25px;
    border-bottom: 1px solid #e5e5e5;
    border-top: none; }
  .ui-window#dia-round-time .ui-window-title {
    font-size: 15px;
    color: #555; }
  .ui-window#dia-round-time .ui-window-close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 3px 5px;
    cursor: pointer;
    color: #ccc;
    font-size: 18px; }
  .ui-window#dia-round-time .ui-window-close:hover {
    color: #000; }
  .ui-window#dia-round-time .ui-window-body {
    background: #fff; }
  .ui-window#dia-round-time .ui-dialogue-body {
    padding: 20px; }
  .ui-window#dia-round-time .ui-dialogue-footer {
    padding: 10px;
    text-align: center;
    background: #f2f2f2; }
    .ui-window#dia-round-time .ui-dialogue-footer .btn-primary {
      color: #fff; }
  .ui-window#dia-round-time .ui-dialogue-footer > .btn {
    position: relative;
    margin-right: 4px; }
    .ui-window#dia-round-time .ui-dialogue-footer > .btn.btn-default {
      background-image: none;
      background: #F2F2F2;
      border: 1px solid #ccc;
      color: #333; }

#datePanel .header {
  padding-bottom: 10px;
  font-size: 18px;
  text-align: center; }

#datePanel .clock {
  margin-top: 20px;
  text-align: center; }

#datePanel .datepicker-inline {
  width: 205px; }

#datePanel .divider {
  height: 194px;
  margin-left: 33px;
  border-left: 1px solid #ccc; }

.collection-articles.m > article .meta .details li {
  margin-top: 8px; }
  .collection-articles.m > article .meta .details li.text-row {
    margin-top: 0; }

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