@charset "UTF-8";
.calendar-picker-wrap {
  position: relative;
  z-index: 27;
  margin: 0 auto;
  width: 150px;
  height: 30px;
  border: 1px solid #e6e6e6; }
  .calendar-picker-wrap .calendar-picker {
    text-align: center;
    line-height: 30px;
    height: 30px;
    cursor: pointer; }
  .calendar-picker-wrap .calendar-wrap {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 30; }

.calendar-wrap {
  box-sizing: border-box;
  width: 517px;
  padding: 0 12px 12px;
  border: 1px solid #e6e6e6;
  background-color: #fff; }
  .calendar-wrap * {
    box-sizing: border-box; }
  .calendar-wrap .calendar-header {
    height: 48px;
    font: bold 20px/48px "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    text-align: center; }
    .calendar-wrap .calendar-header .prev {
      float: left; }
    .calendar-wrap .calendar-header .next {
      float: right; }
    .calendar-wrap .calendar-header .prev, .calendar-wrap .calendar-header .next {
      width: 40px;
      height: 48px;
      cursor: pointer;
      background-color: transparent; }
      .calendar-wrap .calendar-header .prev[disabled], .calendar-wrap .calendar-header .next[disabled] {
        color: #ccc;
        cursor: not-allowed; }
    .calendar-wrap .calendar-header .title {
      margin: 0 120px;
      cursor: pointer; }
  .calendar-wrap .calendar-week {
    height: 24px;
    background: #e6e6e6;
    font-size: 14px; }
    .calendar-wrap .calendar-week li {
      display: inline-block;
      line-height: 24px;
      width: 69px;
      margin: 1px 0 0 1px;
      background: #f5f5f5; }
  .calendar-wrap .calendar-date {
    position: relative;
    background: #e6e6e6;
    padding-bottom: 1px; }
    .calendar-wrap .calendar-date li {
      position: relative;
      display: inline-block;
      font-size: 13px;
      width: 69px;
      height: 60px;
      margin: 1px 0 0 1px;
      vertical-align: top;
      cursor: not-allowed;
      background: #fff;
      border: 1px solid transparent; }
      .calendar-wrap .calendar-date li.ext-wrap {
        cursor: pointer; }
      .calendar-wrap .calendar-date li .date {
        line-height: 20px;
        color: #333; }
      .calendar-wrap .calendar-date li .capacity {
        color: #999;
        overflow: hidden;
        white-space: nowrap; }
      .calendar-wrap .calendar-date li.disabled {
        cursor: not-allowed;
        color: #ccc; }
        .calendar-wrap .calendar-date li.disabled .date, .calendar-wrap .calendar-date li.disabled .capacity, .calendar-wrap .calendar-date li.disabled .rmb {
          color: #ccc; }
      .calendar-wrap .calendar-date li:hover .ext-details {
        display: block; }
      .calendar-wrap .calendar-date li .ext {
        line-height: 18px; }
    .calendar-wrap .calendar-date .sparse .ext {
      line-height: 38px; }
  .calendar-wrap .calendar-lv {
    font-size: 0;
    text-align: center; }
    .calendar-wrap .calendar-lv .prev, .calendar-wrap .calendar-lv .next {
      color: #aaa; }
  .calendar-wrap .calendar-month li, .calendar-wrap .calendar-year li {
    width: 25%;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    height: 120px;
    line-height: 120px;
    border: 1px solid #e6e6e6;
    cursor: pointer; }
  .calendar-wrap .ext-details {
    display: none;
    position: absolute;
    top: 58px;
    right: -1px;
    z-index: 1;
    width: 280px;
    background: #fff;
    text-align: left;
    color: #333;
    padding-top: 3px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 10px #ccc; }
    .calendar-wrap .ext-details .rates, .calendar-wrap .ext-details .memberRates {
      padding: 3px 10px;
      overflow: hidden; }
      .calendar-wrap .ext-details .rates > div, .calendar-wrap .ext-details .memberRates > div {
        float: left;
        margin-right: 20px; }
      .calendar-wrap .ext-details .rates b, .calendar-wrap .ext-details .memberRates b {
        display: inline-block;
        text-align: justify;
        text-align-last: justify;
        width: 52px; }
    .calendar-wrap .ext-details .startTime {
      border-top: 1px dashed #aaa;
      padding: 6px 10px; }
    .calendar-wrap .ext-details:before, .calendar-wrap .ext-details:after {
      content: "";
      display: block;
      position: absolute;
      right: 24px;
      top: -7px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 6px 5px; }
    .calendar-wrap .ext-details:before {
      border-color: #ddd transparent; }
    .calendar-wrap .ext-details:after {
      border-color: #fff transparent;
      top: -5px; }

.en .ext-details .rates b, .en .ext-details .memberRates b {
  width: 60px !important; }

/*优惠券弹窗*/
.innerCoupons {
  max-height: 360px;
  overflow: auto; }

.innerCoupons::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px; }

.innerCoupons::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1); }

.paddingtop10 {
  padding-top: 10px; }

#coupon-window .content {
  position: relative;
  width: 428px;
  height: 80px;
  margin: auto;
  background-image: url("/res/default/img/newskin-coupon-bg.png"); }

.content .left {
  position: absolute;
  top: 22px;
  left: 13px;
  color: #fff;
  width: 85px; }

.content .left .max {
  font-size: 25px; }

.content .middle {
  color: #a17e4a;
  position: absolute;
  top: 0;
  left: 85px;
  text-align: center;
  width: 266px; }

.content .middle .rule {
  text-align: center;
  line-height: 25px; }

.content .middle .condition {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px; }

.content .middle .time {
  font-size: 12px; }

.content .right {
  position: absolute;
  top: 15px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: #00a8e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.content .used {
  opacity: 0.4; }

.content .right span {
  display: inline-block;
  color: #fff;
  line-height: 16px;
  margin: 9px 12px; }

.content .right span.used {
  margin: 16px 5px;
  opacity: 1; }

.content .right span.en {
  margin: 16px 12px; }

.content .right span.used.en {
  margin: 10px 5px;
  opacity: 1; }

.content .right .menu {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 55px;
  height: 55px;
  background-color: transparent;
  border: 3px solid #00a8e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: default; }

.content .right .menu.used {
  opacity: 0.4;
  cursor: pointer; }

.innerCoupons .nomore-coupons {
  text-align: center; }

.innerCoupons .nomore-coupons img {
  height: 200px; }

pre {
  margin: 0; }

#contentTabbar {
  position: relative; }
  #contentTabbar.attached > a {
    visibility: visible; }

.contentTabs {
  overflow: hidden;
  background: #f3f3f3;
  text-align: center; }
  .contentTabs > li {
    font-size: 18px;
    line-height: 40px;
    padding: 0 16px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    border-top-width: 2px;
    user-select: none;
    display: inline-block; }
  .contentTabs > .active {
    background: #fff;
    cursor: default;
    padding-bottom: 1px;
    border-top-style: solid; }
  .contentTabs + a {
    position: absolute;
    right: 10px;
    font-size: 16px;
    top: 12px;
    font-weight: bold;
    visibility: hidden; }

.act-detail {
  padding: 25px 0;
  background-color: #fff;
  border: 0;
  margin-top: 0; }
  .act-detail > h5 {
    font-size: 18px;
    margin: 20px 0 10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 12px; }
    .act-detail > h5:first-child {
      margin-top: 0; }
  .act-detail .act-title {
    padding: 0 0 25px 20px;
    margin-bottom: 38px;
    border-bottom: 1px solid #DDD;
    overflow: hidden; }
  .act-detail .event-draw-type {
    font-size: 14px; }
    .act-detail .event-draw-type .info {
      display: inline-block;
      border-radius: 4px;
      padding: 2px 10px; }
  .act-detail .img-wrap {
    margin: 0 0 40px 20px;
    width: 480px; }
    .act-detail .img-wrap .big {
      position: relative;
      width: 480px;
      height: 320px;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      overflow: hidden; }
      .act-detail .img-wrap .big img {
        max-width: 100%; }
    .act-detail .img-wrap .thumb-list {
      width: 485px;
      padding-top: 10px;
      margin-bottom: 10px; }
      .act-detail .img-wrap .thumb-list li {
        position: relative;
        float: left;
        margin-right: 7px;
        width: 88px;
        height: 58px;
        border: 1px solid transparent;
        cursor: pointer;
        overflow: hidden; }
      .act-detail .img-wrap .thumb-list img {
        max-width: 100%; }
  .act-detail .data {
    margin-left: 520px;
    margin-bottom: 20px;
    width: 560px;
    font-size: 14px;
    line-height: 24px;
    position: relative; }
    .act-detail .data .sold-out {
      position: absolute;
      right: 10px;
      top: 5px; }
    .act-detail .data .label {
      float: left;
      position: relative;
      width: 56px;
      padding: 3px 0 3px 10px;
      text-align: justify;
      text-justify: distribute-all-lines;
      /*ie6-8*/
      text-align-last: justify;
      /* ie9*/
      -moz-text-align-last: justify;
      /*ff*/
      -webkit-text-align-last: justify;
      /*chrome 20+*/ }
      .act-detail .data .label.batch-label, .act-detail .data .label.service-label {
        line-height: 33px; }
      .act-detail .data .label:after {
        content: ':';
        position: absolute;
        right: -12px;
        top: 3px;
        line-height: inherit; }
      .act-detail .data .label > span {
        display: block;
        width: 56px;
        text-align: justify;
        text-justify: distribute-all-lines;
        /*ie6-8*/
        text-align-last: justify;
        /* ie9*/
        -moz-text-align-last: justify;
        /*ff*/
        -webkit-text-align-last: justify;
        /*chrome 20+*/ }
    .act-detail .data .data-value {
      margin-left: 85px;
      padding: 3px 0;
      min-height: 24px; }
      .act-detail .data .data-value.cols2 {
        margin-left: 0;
        margin-top: 6px; }
    .act-detail .data .attachments a {
      float: left;
      padding: 2px 6px;
      margin: 0 10px 10px 0;
      max-width: 300px;
      box-sizing: border-box;
      text-align: center;
      min-width: 100px;
      line-height: 22px;
      border: 1px solid #e6e6e6 !important;
      color: #666;
      background-color: #fbfbfb;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal; }
    .act-detail .data .attachments a > i {
      vertical-align: middle; }
    .act-detail .data .batch-list, .act-detail .data .service-list, .act-detail .data .pay-type-list {
      overflow: hidden; }
      .act-detail .data .batch-list li, .act-detail .data .service-list li, .act-detail .data .pay-type-list li {
        float: left;
        position: relative;
        padding: 0 9px;
        margin-bottom: 10px;
        margin-right: 10px;
        height: 31px;
        line-height: 31px;
        border: 1px solid #ddd;
        cursor: pointer;
        max-width: 330px; }
        .act-detail .data .batch-list li em, .act-detail .data .service-list li em, .act-detail .data .pay-type-list li em {
          display: none;
          position: absolute;
          z-index: 1;
          bottom: 0;
          right: 0;
          border: 6px solid; }
        .act-detail .data .batch-list li i, .act-detail .data .service-list li i, .act-detail .data .pay-type-list li i {
          position: absolute;
          z-index: 2;
          width: 12px;
          height: 12px;
          right: 0;
          bottom: 0;
          color: #FFF;
          background-position: -339px -14px; }
        .act-detail .data .batch-list li.active em, .act-detail .data .service-list li.active em, .act-detail .data .pay-type-list li.active em {
          display: block; }
        .act-detail .data .batch-list li.disabled, .act-detail .data .service-list li.disabled, .act-detail .data .pay-type-list li.disabled {
          border: 1px dashed #e8e8e8;
          color: #ddd;
          cursor: not-allowed; }
    .act-detail .data .coupon {
      display: inline-block;
      height: 28px;
      width: 123px;
      background: url("/res/default/img/coupon-bg.png");
      cursor: pointer; }
      .act-detail .data .coupon img {
        margin: 7px 6px 0 15px; }
      .act-detail .data .coupon span {
        vertical-align: text-bottom;
        display: inline-block; }
    .act-detail .data .dash-bottom {
      border-bottom: 1px dashed #e6e6e6;
      margin: 10px 0 15px; }
    .act-detail .data .price {
      font: 20px/34px Arial; }
    .act-detail .data .Micro {
      font-family: "Microsoft Yahei", serif; }
    .act-detail .data .remind {
      line-height: 20px;
      overflow: hidden; }
  .act-detail .join {
    margin-right: 20px;
    font-size: 18px; }
    .act-detail .join[disabled] {
      background-color: #ccc !important;
      cursor: not-allowed; }
  .act-detail .content-box {
    padding: 30px 29px;
    margin-bottom: 40px;
    border-top: 0; }
    .act-detail .content-box.annex-list li:hover a {
      color: #fff; }
  .act-detail .member-list {
    overflow: hidden; }
    .act-detail .member-list li {
      border-radius: 50%;
      float: left;
      width: 105px;
      margin-bottom: 15px; }
      .act-detail .member-list li a {
        position: relative;
        display: block;
        text-align: center;
        color: #666; }
      .act-detail .member-list li .name {
        line-height: 2; }
      .act-detail .member-list li .applierCount {
        color: #fff;
        font-size: 16px;
        padding: 3px 5px;
        border-radius: 11px;
        opacity: 0.6;
        position: absolute;
        bottom: 25px;
        right: 16px;
        z-index: 10; }
    .act-detail .member-list img {
      border: 1px solid #ddd;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      overflow: hidden; }

.en .act-detail .data .label:after {
  right: 8px; }

.is-free, .pay-line {
  display: none; }

.black-color {
  color: #111 !important; }

.act-detail .data .attachments {
  overflow: hidden; }

.act-detail .title-item .attList-download {
  float: right;
  margin-top: 14px;
  margin-right: 14px; }

#round-select {
  position: relative;
  display: inline-block; }
  #round-select .buttons {
    display: none;
    position: absolute;
    left: 0;
    top: 32px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 3;
    min-width: 100%;
    max-height: 279px;
    overflow-y: auto; }
  #round-select button {
    display: block;
    border: 0;
    text-align: left;
    width: 100%;
    padding: 6px 20px;
    border-radius: 0;
    white-space: nowrap;
    background: #fff;
    color: #666; }
    #round-select button[disabled] {
      text-decoration: line-through;
      background: #fff !important; }
    #round-select button:hover, #round-select button.active {
      background: #f2f2f2; }
  #round-select .caption {
    max-width: 260px;
    padding: 6px 20px 6px 10px;
    border: 1px solid #ddd;
    color: #333; }
    #round-select .caption[disabled] {
      filter: initail;
      text-decoration: line-through; }
  #round-select .arrowhead-down {
    position: absolute;
    top: 14px;
    right: 8px;
    border-width: 6px 4px 0;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    border-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important; }
  #round-select:hover .buttons {
    display: block; }

.giveIntegral {
  margin-left: 10px; }
  .giveIntegral .icon {
    font-size: 18px;
    vertical-align: middle;
    line-height: 24px; }

.labelbackground {
  margin-bottom: 5px;
  background: #f6f6f6; }
  .labelbackground .label {
    line-height: 34px; }
  .labelbackground .data-value {
    line-height: 34px;
    height: 34px; }

.labelbackground2 {
  background: #fef7f2; }

.more-applier {
  position: relative;
  display: block;
  margin: -29px auto 0 auto;
  padding: 0 14px;
  border: 1px solid #e6e6e6;
  border-top: 0;
  height: 29px;
  background: #FFF;
  bottom: -43px; }
  .more-applier .icon {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 10px; }
    .more-applier .icon:before {
      left: 0;
      top: 0; }

.calendar-picker-wrap {
  display: inline-block;
  height: 31px; }
  .calendar-picker-wrap .icon {
    width: 36px;
    font-size: 22px;
    line-height: 31px;
    text-align: center; }
  .calendar-picker-wrap .batch-data {
    padding: 0 10px;
    line-height: 31px;
    border-left: 1px solid #ddd; }

.attachments li {
  padding: 10px 0;
  color: #666;
  font-size: 12px; }
.attachments li .inner {
  position: relative;
  line-height: 17px;
  padding-left: 38px;
  height: 32px; }
.attachments li .fileicon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 32px;
  height: 32px; }
.attachments li .filename {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline; }
.attachments li .filesize {
  color: #aaa; }

.media-body {
  width: 978px !important; }

.data-value .coupon {
  display: inline-block;
  height: 28px;
  width: 123px;
  background: url("/res/default/img/coupon-bg.png");
  cursor: pointer; }

.data-value .coupon img {
  margin: 7px 6px 0 15px; }

.data-value .coupon span {
  vertical-align: text-bottom;
  display: inline-block; }

.pay-type-list {
  overflow: hidden; }
  .pay-type-list li {
    float: left;
    position: relative;
    padding: 0 9px;
    margin-right: 10px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ddd;
    cursor: pointer; }
    .pay-type-list li em {
      display: none;
      position: absolute;
      z-index: 1;
      bottom: 0;
      right: 0;
      border: 6px solid; }
    .pay-type-list li i {
      position: absolute;
      z-index: 2;
      width: 12px;
      height: 12px;
      right: 0;
      bottom: 0;
      color: #FFF;
      background-position: -339px -14px; }
    .pay-type-list li.active em {
      display: block; }
    .pay-type-list li.disabled {
      border: 1px dashed #e8e8e8;
      color: #ddd;
      cursor: not-allowed; }

.pt9 {
  padding-top: 9px; }

.upgrade-price {
  font-size: 14px;
  color: #fd5454; }

.invitation-apply, invitation-btn {
  display: inline-block;
  cursor: pointer;
  font-size: 16px; }
  .invitation-apply svg, invitation-btn svg {
    vertical-align: -2px; }

.invitation-code {
  position: relative; }
  .invitation-code input {
    margin: 20px 82px 10px;
    height: 44px;
    border-radius: 22px;
    padding-left: 15px;
    background-color: #eef4f8; }
    .invitation-code input.error {
      border: #f30 solid 1px; }
  .invitation-code > i {
    position: absolute;
    left: 308px;
    top: 37px;
    font-size: 22px;
    color: #66BB6A; }
    .invitation-code > i.hide {
      display: none; }
  .invitation-code .invitation-error {
    color: #f30;
    height: 20px;
    text-align: center; }
  .invitation-code .btn {
    width: 300px;
    color: #fff; }

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