.borderColor {
  color: #ccd3e4; }

.grey {
  color: #666666; }

.black {
  color: #333333; }

.shallowGrey {
  color: #999999; }

.red {
  color: #ff6600; }

.blue {
  color: #3b5998; }

.white {
  color: #fff; }

ul, li {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

.fn-hide {
  display: none !important; }

.fn-left {
  float: left !important; }

.fn-right {
  float: right !important; }

.bg-image-wrapper {
  width: 100%;
  height: 200px;
  background-image: url("../images/head.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.user-location-wrapper {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666666; }
  .user-location-wrapper a:hover {
    text-decoration: none; }
  .user-location-wrapper .right-catelogue {
    vertical-align: middle;
    margin-left: 3px;
    color: #666666;
    cursor: default; }
  .user-location-wrapper .first-catalogue,
  .user-location-wrapper .second-catalogue {
    vertical-align: middle;
    margin: 3px;
    color: #4d8cde; }
    .user-location-wrapper .first-catalogue:hover,
    .user-location-wrapper .second-catalogue:hover {
      color: #ff6600; }

.activity-details-wrapper {
  width: 1000px;
  margin: 0 auto;
  margin-top: -200px;
  overflow: hidden; }
  .activity-details-wrapper .head-msg-wrapper {
    margin-top: 50px;
    color: white;
    font-weight: 700;
    height: 170px; }
    .activity-details-wrapper .head-msg-wrapper .forums-name {
      font-family: "Microsoft YaHei";
      font-size: 24px;
      margin-bottom: 5px;
      text-shadow: 3px 3px 3px #45566d; }
    .activity-details-wrapper .head-msg-wrapper span {
      font-size: 14px;
      text-shadow: 3px 3px 3px #45566d; }
    .activity-details-wrapper .head-msg-wrapper .forums-time-wrapper {
      font-family: "Microsoft YaHei"; }
    .activity-details-wrapper .head-msg-wrapper .forums-member-wrapper {
      font-family: "Microsoft YaHei";
      margin-left: 15px; }
    .activity-details-wrapper .head-msg-wrapper a {
      margin-top: 10px;
      padding: 0;
      width: 100px; }
      .activity-details-wrapper .head-msg-wrapper a:last-of-type {
        margin-left: 10px; }
  .activity-details-wrapper .activity-details-text-wrapper {
    width: 640px;
    position: relative;
    min-height: 604px; }
    .activity-details-wrapper .activity-details-text-wrapper .activity-title {
      font-size: 16px;
      font-weight: 700; }
    .activity-details-wrapper .activity-details-text-wrapper .member-msg {
      margin: 20px 0;
      font-size: 0px;
      height: 40px;
      overflow: hidden; }
      .activity-details-wrapper .activity-details-text-wrapper .member-msg .member-head {
        margin-right: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden; }
      .activity-details-wrapper .activity-details-text-wrapper .member-msg .msg-details-text {
        vertical-align: top;
        display: inline-block; }
      .activity-details-wrapper .activity-details-text-wrapper .member-msg .member-name {
        font-size: 12px; }
      .activity-details-wrapper .activity-details-text-wrapper .member-msg time {
        margin-top: 5px;
        display: block;
        font-size: 12px; }
      .activity-details-wrapper .activity-details-text-wrapper .member-msg .report-btn {
        float: right;
        margin-top: 15px;
        box-sizing: border-box;
        padding: 0;
        width: 80px;
        height: 25px;
        line-height: 25px;
        font-weight: 200;
        color: #3b5998; }
    .activity-details-wrapper .activity-details-text-wrapper .activity-images {
      margin-bottom: 20px;
      width: 640px;
      height: auto; }
    .activity-details-wrapper .activity-details-text-wrapper .activity-text {
      font-size: 14px;
      color: #333333; }
    .activity-details-wrapper .activity-details-text-wrapper .mix-introduction {
      white-space: pre-wrap;
    }
    .activity-details-wrapper .activity-details-text-wrapper .mix-introduction .intro-img, .activity-details-wrapper .activity-details-text-wrapper .mix-introduction .mix-text{
      margin-bottom: 10px;
    }
    .activity-details-wrapper .activity-details-text-wrapper .mix-introduction .intro-img{
      width: 640px;
      height: auto;
    }
    .activity-details-wrapper .activity-details-text-wrapper .mix-introduction .mix-text{
      font-size: 16px;
      color: #444444;
    }
    .activity-details-wrapper .activity-details-text-wrapper .mix-introduction .mix-desc {
      position: relative;
      font-size: 12px;
      color: #999999;
      margin-bottom: 16px;
      font-family: PingFangSC-Regular;
      font-weight: 400;
    }
    .activity-details-wrapper .activity-details-text-wrapper .mix-introduction .mix-desc::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      vertical-align: 0;
      margin-right: 2px;
      background-size: 36px auto;
      background-position: 0 -106px;
      background-image: url(../images/icon-console-v20210105.png);
      background-repeat: no-repeat;
    }
    .activity-details-wrapper .activity-details-text-wrapper .member-list-wrapper {
      margin-top: 20px;
      position: relative;
      box-sizing: border-box;
      border: 1px solid #ccd3e4;
      border-top: 2px solid #3b5999;
      overflow: hidden;
      font-size: 0; }
      .activity-details-wrapper .activity-details-text-wrapper .member-list-wrapper .memberTitle {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        text-align: right;
        font-size: 12px;
        font-weight: 700;
        background-color: #f9f9f9;
        border-bottom: 1px solid #ccd3e4; }
        .activity-details-wrapper .activity-details-text-wrapper .member-list-wrapper .memberTitle .joined-member-num-wrapper {
          float: left;
          font-size: 14px; }
        .activity-details-wrapper .activity-details-text-wrapper .member-list-wrapper .memberTitle .activity-manage-btn {
          color: #3b5998;
          font-weight: normal;
          cursor: pointer; }
      .activity-details-wrapper .activity-details-text-wrapper .member-list-wrapper .content-details-wrapper {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
        width: 630px;
        overflow: hidden;
        background-color: #fff; }
        .activity-details-wrapper .activity-details-text-wrapper .member-list-wrapper .content-details-wrapper .member-list-detail-wrapper {
          position: relative;
          padding: 10px;
          display: inline-block;
          margin: 0px 0px 20px 15px;
          box-sizing: border-box;
          width: 190px;
          height: 52px;
          font-size: 0px;
          border-radius: 5px;
          border: 1px solid #ccd3e4;
          font-size: 0px;
          overflow: hidden; }
          .activity-details-wrapper .activity-details-text-wrapper .member-list-wrapper .content-details-wrapper .member-list-detail-wrapper .member-head {
            display: inline-block;
            width: 30px;
            height: 30px;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover; }
          .activity-details-wrapper .activity-details-text-wrapper .member-list-wrapper .content-details-wrapper .member-list-detail-wrapper .member-detail-middle {
            display: inline-block;
            margin-left: 10px;
            height: 30px;
            line-height: 16px;
            overflow: hidden;
            font-size: 12px; }
            .activity-details-wrapper .activity-details-text-wrapper .member-list-wrapper .content-details-wrapper .member-list-detail-wrapper .member-detail-middle .jump-link {
              color: #333; }
              .activity-details-wrapper .activity-details-text-wrapper .member-list-wrapper .content-details-wrapper .member-list-detail-wrapper .member-detail-middle .jump-link:hover {
                color: #ff6600;
                text-decoration: none; }
            .activity-details-wrapper .activity-details-text-wrapper .member-list-wrapper .content-details-wrapper .member-list-detail-wrapper .member-detail-middle .member-name {
              width: 85px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
          .activity-details-wrapper .activity-details-text-wrapper .member-list-wrapper .content-details-wrapper .member-list-detail-wrapper .joinNum {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 12px; }
        .activity-details-wrapper .activity-details-text-wrapper .member-list-wrapper .content-details-wrapper .jump-link {
          color: #666666;
          display: block; }
          .activity-details-wrapper .activity-details-text-wrapper .member-list-wrapper .content-details-wrapper .jump-link:hover {
            color: #ff6600;
            text-decoration: none; }
        .activity-details-wrapper .activity-details-text-wrapper .member-list-wrapper .content-details-wrapper .search-more {
          margin: 0 auto;
          height: 40px;
          width: 600px;
          line-height: 40px;
          font-size: 15px;
          font-weight: 700;
          border: 1px solid #ccd3e4;
          border-radius: 10px;
          text-align: center; }
    .activity-details-wrapper .activity-details-text-wrapper .blank {
      background-color: #fff;
      text-align: center;
      font-size: 14px;
      margin-top: 30px;
      margin-bottom: 40px; }
      .activity-details-wrapper .activity-details-text-wrapper .blank img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 139px;
        height: 130px; }
    .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper {
      margin: 20px 0;
      position: relative;
      box-sizing: border-box;
      border: 1px solid #ccd3e4;
      border-top: 2px solid #3b5999;
      overflow: hidden;
      font-size: 0; }
      .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper .sign-up-title {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        text-align: left;
        font-size: 14px;
        font-weight: 700;
        background-color: #fafbfc;
        border-bottom: 1px solid #ccd3e4; }
      .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper .sign-up-info-wrapper {
        position: relative;
        box-sizing: border-box;
        padding: 55px 0 0 32px;
        width: 100%; }
        .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper .sign-up-info-wrapper .input-wrapper {
          position: relative;
          margin: 20px 75px;
          margin-right: 0px; }
          .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper .sign-up-info-wrapper .input-wrapper .required {
            font-size: 12px;
            color: #d60000; }
          .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper .sign-up-info-wrapper .input-wrapper label {
            font-size: 14px;
            text-align: right;
            display: inline-block;
            width: 110px; }
          .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper .sign-up-info-wrapper .input-wrapper .form-text {
            width: 235px;
            color: #000; }
          .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper .sign-up-info-wrapper .input-wrapper .form-textarea {
            color: #000; }
          .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper .sign-up-info-wrapper .input-wrapper .form-prompt {
            font-size: 12px;
            vertical-align: middle;
            color: #d60000;
            margin-left: 0px; }
          .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper .sign-up-info-wrapper .input-wrapper i {
            margin: 0px 3px; }
          .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper .sign-up-info-wrapper .input-wrapper .place {
            font-size: 12px;
            vertical-align: middle;
            margin-left: 5px; }
          .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper .sign-up-info-wrapper .input-wrapper .totally-price-wrapper {
            font-size: 14px;
            vertical-align: middle; }
            .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper .sign-up-info-wrapper .input-wrapper .totally-price-wrapper .totally-price {
              font-weight: 700 !important; }
        .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper .sign-up-info-wrapper .submit-sign-up-btn {
          display: block;
          margin: 0 auto;
          padding: 0;
          margin-bottom: 30px;
          box-sizing: border-box;
          height: 33px;
          width: 120px; }
        .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper .sign-up-info-wrapper .refund-text {
          display: block;
          margin-bottom: 30px;
          font-size: 12px;
          text-align: center;
          width: 590px; }
      .activity-details-wrapper .activity-details-text-wrapper .sign-up-wrapper .sign-up-successfully {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        box-sizing: border-box;
        height: 30px;
        width: 250px;
        line-height: 30px;
        border: 1px solid #cdd3e2;
        color: #666666;
        background-color: #fafbfc;
        text-align: center;
        font-size: 14px;
        z-index: 1000;
        display: none; }
    .activity-details-wrapper .activity-details-text-wrapper .following-wrapper {
      position: absolute;
      top: 0px;
      right: -360px; }
    .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper {
      position: fixed;
      top: 56px;
      margin-left: 680px; }
    .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-text-wrapper,
    .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-text-wrapper {
      box-sizing: border-box;
      margin-top: 10px;
      width: 320px;
      border: 3px solid #ccd3e4;
      background-color: #fff; }
      .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-text-wrapper .avtivity-text-title,
      .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-text-wrapper .avtivity-text-title {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        text-align: left;
        font-size: 16px;
        font-weight: 700;
        background-color: #fafbfc;
        border-bottom: 1px solid #ccd3e4; }
      .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-text-wrapper p,
      .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-text-wrapper p {
        margin: 20px 20px;
        font-size: 12px;
        text-indent: 2em;
        line-height: 25px; }
    .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper,
    .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper {
      padding-bottom: 13px;
      box-sizing: border-box;
      width: 320px;
      border: 3px solid #ccd3e4;
      background-color: #fff; }
      .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-title,
      .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-title {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        text-align: left;
        font-size: 16px;
        font-weight: 700;
        background-color: #fafbfc;
        border-bottom: 1px solid #ccd3e4; }
      .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper,
      .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper {
        padding: 0 10px; }
        .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content,
        .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content {
          padding: 12px 0 12px 0;
          min-height: 30px;
          border-bottom: 1px dotted #cdd4e5; }
          .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content.price-info-content,
          .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content.price-info-content {
            border: none; }
          .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .info-icon,
          .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .info-icon {
            display: inline-block;
            margin-left: 10px;
            height: 22px;
            width: 22px;
            background: url(../images/sprite.png) no-repeat; }
            .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .info-icon.time-icon,
            .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .info-icon.time-icon {
              background-position: -26px 0; }
            .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .info-icon.location-icon,
            .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .info-icon.location-icon {
              background-position: 0 0; }
            .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .info-icon.member-icon,
            .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .info-icon.member-icon {
              background-position: -81px 0; }
            .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .info-icon.price-icon,
            .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .info-icon.price-icon {
              background-position: -56px 0; }
          .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .avtivity-info-details,
          .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .avtivity-info-details {
            display: inline-block;
            margin-left: 8px;
            vertical-align: top; }
            .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .avtivity-info-details p,
            .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .avtivity-info-details p {
              width: 250px;
              overflow: wrap;
              font-size: 14px; }
              .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .avtivity-info-details p:last-of-type,
              .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .avtivity-info-details p:last-of-type {
                margin-top: 4px; }
              .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .avtivity-info-details p .activity-price,
              .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .avtivity-info-content .avtivity-info-details p .activity-price {
                font-weight: bold; }
        .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn,
        .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn {
          box-sizing: border-box;
          padding: 0;
          font-weight: 200;
          width: 130px; }
          .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.editor-btn,
          .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.editor-btn {
            margin-left: 5px; }
          .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.cancel-btn,
          .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.cancel-btn {
            margin-left: 20px; }
          .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.canceled-btn, .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.ended-btn, .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.acting-btn,
          .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.canceled-btn,
          .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.ended-btn,
          .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.acting-btn {
            color: #fff;
            background-color: #d0d0d0; }
          .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.manager-btn, .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.ended-btn, .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.acting-btn, .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.apply-withdraw-btn, .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.sign-up-btn, .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.canceled-btn,
          .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.manager-btn,
          .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.ended-btn,
          .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.acting-btn,
          .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.apply-withdraw-btn,
          .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.sign-up-btn,
          .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .avtivity-info-inner-wrapper .btn.canceled-btn {
            margin-left: 5px;
            margin-top: 13px;
            width: 280px; }
      .activity-details-wrapper .activity-details-text-wrapper .following-wrapper .avtivity-info-wrapper .applyFor-default,
      .activity-details-wrapper .activity-details-text-wrapper .fix-wrapper .avtivity-info-wrapper .applyFor-default {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        box-sizing: border-box;
        height: 30px;
        width: 250px;
        line-height: 30px;
        border: 1px solid #cdd3e2;
        color: #666666;
        background-color: #fafbfc;
        text-align: center;
        font-size: 14px;
        z-index: 1000;
        display: none; }

#layer1,
#layer2,
#layer3 {
  width: 380px;
  height: 210px;
  color: #ff7700;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative; }
  #layer1 .layerInnerWrapper,
  #layer2 .layerInnerWrapper,
  #layer3 .layerInnerWrapper {
    position: relative;
    height: 100%; }
  #layer1 .picTop,
  #layer2 .picTop,
  #layer3 .picTop {
    width: 310px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #layer1 .picTop span,
    #layer2 .picTop span,
    #layer3 .picTop span {
      vertical-align: top;
      line-height: 34px; }
    #layer1 .picTop p,
    #layer2 .picTop p,
    #layer3 .picTop p {
      font-size: 12px;
      font-weight: 400; }
    #layer1 .picTop .text-remind,
    #layer2 .picTop .text-remind,
    #layer3 .picTop .text-remind {
      margin-top: 10px; }
  #layer1 .operate-btn,
  #layer2 .operate-btn,
  #layer3 .operate-btn {
    margin: 0;
    position: absolute;
    bottom: 0;
    display: block;
    background-color: #f2f5f8;
    height: 30px;
    width: 378px;
    border: 1px solid #e4e4e4;
    text-align: center; }
    #layer1 .operate-btn a,
    #layer2 .operate-btn a,
    #layer3 .operate-btn a {
      box-sizing: border-box;
      position: absolute;
      top: 3px;
      left: 195px;
      padding: 0;
      width: 85px;
      height: 25px;
      line-height: 25px;
      text-decoration: none;
      font-weight: normal; }
      #layer1 .operate-btn a.confirm,
      #layer2 .operate-btn a.confirm,
      #layer3 .operate-btn a.confirm {
        left: 99px; }
      #layer1 .operate-btn a.cancel,
      #layer2 .operate-btn a.cancel,
      #layer3 .operate-btn a.cancel {
        color: #666666; }

#layer2 .confirm {
  left: 145px !important; }

#layer3 {
  width: 637px;
  height: 304px; }
  #layer3 h3 {
    text-align: left; }
  #layer3 .operate-btn {
    height: 30px;
    width: 635px; }
  #layer3 .operate-btn a:first-of-type {
    left: 233px; }
  #layer3 .operate-btn a:last-of-type {
    left: 328px; }
  #layer3 .layer-text {
    display: inline-block;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    vertical-align: top;
    margin-top: 40px; }
  #layer3 .textareabox {
    display: inline-block;
    width: 400px;
    margin: 40px auto; }
  #layer3 .form-textarea {
    width: 400px;
    height: 140px;
    overflow: scroll;
    text-align: left; }

.avtivity-text-wrapper-mini {
  box-sizing: border-box;
  margin: 10px 0;
  width: 100%;
  border: 3px solid #ccd3e4;
  background-color: #fff; }
  .avtivity-text-wrapper-mini .avtivity-text-title {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    background-color: #fafbfc;
    border-bottom: 1px solid #ccd3e4; }
  .avtivity-text-wrapper-mini p {
    margin: 20px 20px;
    font-size: 12px;
    text-indent: 2em;
    line-height: 25px; }

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