@charset "UTF-8";
body {
  font-size: 12px;
  font-family: PingFang-Medium, PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif; }

body,
h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

.dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99; }
  .dialog .sign-content {
    width: 600px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #222;
    border-radius: 15px; }
    .dialog .sign-content .title {
      height: 65px;
      border-radius: 15px 15px 0 0;
      background: linear-gradient(to right, #fe7943, #f43f28);
      position: relative;
      line-height: 65px; }
      .dialog .sign-content .title a {
        float: right;
        margin-right: 20px; }
      .dialog .sign-content .title span {
        display: block;
        background: #fff;
        width: 17px;
        height: 42px;
        border-radius: 15px;
        position: absolute;
        top: -6px; }
        .dialog .sign-content .title span.left {
          left: 125px; }
        .dialog .sign-content .title span.right {
          right: 125px; }
    .dialog .sign-content .sign-days {
      margin: 35px 30px;
      height: 150px;
      background: #fff8f4;
      border: 1px solid #ffeee5;
      position: relative; }
      .dialog .sign-content .sign-days ul {
        display: flex;
        height: 125px;
        align-items: center;
        justify-content: center; }
        .dialog .sign-content .sign-days ul li {
          margin: 0 20px;
          text-align: center;
          position: relative; }
          .dialog .sign-content .sign-days ul li:last-child > a::after {
            display: none; }
          .dialog .sign-content .sign-days ul li a {
            display: block;
            width: 66px;
            height: 66px;
            color: #ff0000;
            font-size: 16px;
            line-height: 66px;
            border: 1px solid #ff7c7a;
            border-radius: 50%;
            box-sizing: border-box; }
            .dialog .sign-content .sign-days ul li a.signed {
              color: #fff;
              border: 0 none;
              background: linear-gradient(to right, #fe7943, #f43f28); }
            .dialog .sign-content .sign-days ul li a::after {
              content: '';
              display: block;
              position: absolute;
              right: -30px;
              top: 32px;
              height: 2px;
              width: 22px;
              background: #ff7c7a; }
          .dialog .sign-content .sign-days ul li em {
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            bottom: -1px;
            right: -2px;
            background: url("https://image01.homedo.com/Files/Images/cms/www/20190915/5701311675503155623_pic1.png"); }
      .dialog .sign-content .sign-days .prize {
        position: absolute;
        right: -39px;
        top: -33px;
        width: 181px;
        height: 85px;
        background: url("https://image01.homedo.com/Files/Images/cms/www/20190915/5252746322655377759_pic1.png"); }
        .dialog .sign-content .sign-days .prize p {
          margin: 21px 0 0;
          text-align: center;
          font-size: 16px;
          color: #7a4104; }
      .dialog .sign-content .sign-days .sign-btn {
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -62px;
        text-align: center;
        line-height: 40px;
        font-size: 16px; }
        .dialog .sign-content .sign-days .sign-btn a {
          width: 125px;
          height: 40px;
          display: block;
          background: #090;
          border-radius: 4px;
          color: #fff; }
          .dialog .sign-content .sign-days .sign-btn a.isSign {
            background: #ccc; }
    .dialog .sign-content label {
      text-align: center;
      display: block;
      padding-top: 10px; }
  .dialog .order-content {
    width: 690px;
    height: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #222;
    border-radius: 5px; }
    .dialog .order-content .title {
      height: 40px;
      border-radius: 5px 5px 0 0;
      background: #f7f7f7;
      position: relative;
      line-height: 40px;
      border-bottom: 1px solid #ececec;
      color: #000;
      font-size: 16px;
      padding-left: 20px;
      font-weight: bold; }
      .dialog .order-content .title a {
        float: right;
        margin-right: 10px;
        font-size: 18px;
        color: #686868; }
      .dialog .order-content .title span {
        display: block;
        background: #fff;
        width: 17px;
        height: 42px;
        border-radius: 15px;
        position: absolute;
        top: -6px; }
        .dialog .order-content .title span.left {
          left: 125px; }
        .dialog .order-content .title span.right {
          right: 125px; }
    .dialog .order-content ul {
      padding-top: 15px; }
      .dialog .order-content ul li {
        line-height: 25px;
        padding-bottom: 15px;
        display: flex;
        position: relative; }
        .dialog .order-content ul li .errorRed {
          color: #ff3030;
          padding-top: 6px;
          margin-left: 10px; }
        .dialog .order-content ul li p {
          line-height: 36px;
          color: #f30; }
        .dialog .order-content ul li label {
          width: 150px;
          text-align: right;
          line-height: 36px;
          font-size: 12px;
          color: #222;
          margin-right: 15px; }
          .dialog .order-content ul li label span {
            color: red;
            padding-right: 5px;
            font-weight: bold;
            margin: 0; }
        .dialog .order-content ul li input {
          width: 390px;
          height: 36px;
          padding-left: 10px;
          border: 1px solid #e9e9e9;
          outline: none; }
          .dialog .order-content ul li input.red {
            border: 1px solid #f30; }
            .dialog .order-content ul li input.red::-webkit-input-placeholder {
              color: #f30; }
            .dialog .order-content ul li input.red::-moz-placeholder {
              color: #f30; }
            .dialog .order-content ul li input.red:-moz-placeholder {
              color: #f30; }
            .dialog .order-content ul li input.red::-ms-input-placeholder {
              color: #f30; }
          .dialog .order-content ul li input[type="radio"] {
            width: 25px; }
            .dialog .order-content ul li input[type="radio"].input-radio {
              margin: -2px 5px 0 0;
              width: 12px;
              height: 12px;
              -webkit-appearance: none;
              appearance: none;
              border: 1px solid #e3e3e3;
              border-radius: 50%;
              outline: none; }
              .dialog .order-content ul li input[type="radio"].input-radio:checked {
                padding: 0;
                color: #1bbfda;
                border: 4px solid #19bfd9; }
          .dialog .order-content ul li input[type="checkbox"] {
            -webkit-appearance: none;
            vertical-align: middle;
            background: #fff;
            border: #d9d9d9 solid 1px;
            height: 14px;
            width: 14px;
            margin-top: -2px;
            margin-right: 10px; }
            .dialog .order-content ul li input[type="checkbox"]:checked {
              position: relative;
              background: #fff; }
              .dialog .order-content ul li input[type="checkbox"]:checked::after {
                content: '';
                top: 1px;
                left: 1px;
                position: absolute;
                background: transparent;
                border: #1bbfda solid 2px;
                border-top: none;
                border-right: none;
                height: 4px;
                width: 8px;
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
        .dialog .order-content ul li span {
          color: #222;
          margin-right: 25px; }
        .dialog .order-content ul li .modality {
          width: 450px; }
          .dialog .order-content ul li .modality .radio-list {
            width: 110px;
            float: left;
            padding-top: 3px; }
        .dialog .order-content ul li a {
          width: 160px;
          line-height: 48px;
          margin: 10px;
          background: #f35050;
          text-align: center;
          color: #fff;
          display: inline-block;
          font-size: 18px; }
          .dialog .order-content ul li a.canel {
            background: #e5e5e5;
            color: #222; }
  .dialog .project-success {
    width: 450px;
    height: 310px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #222; }
    .dialog .project-success .title {
      height: 35px;
      line-height: 35px;
      padding: 0 10px;
      font-size: 14px;
      font-weight: bold;
      background: #f3f3f3; }
      .dialog .project-success .title a {
        float: right;
        font-size: 18px;
        color: #8f8d8e; }
    .dialog .project-success .project-content {
      padding-top: 20px;
      text-align: center; }
      .dialog .project-success .project-content img {
        display: inline-block;
        margin-bottom: 15px; }
      .dialog .project-success .project-content strong {
        font-size: 16px;
        color: #000;
        line-height: 24px; }
      .dialog .project-success .project-content p {
        color: #999;
        line-height: 20px; }
        .dialog .project-success .project-content p em {
          color: #ff782c;
          font-size: 16px; }
      .dialog .project-success .project-content a {
        width: 107px;
        line-height: 36px;
        display: block;
        margin: 20px auto;
        background: #1ac0da;
        color: #fff;
        border-radius: 2px; }
  .dialog .falied {
    width: 280px;
    height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    background: #000; }
    .dialog .falied p {
      font-size: 18px;
      padding-left: 15px; }

.hidden {
  display: none; }

.act-body .carnival {
  position: relative;
  width: 1030px;
  margin: 0 auto;
  padding-bottom: 20px; }
  .act-body .carnival .login-info {
    width: 393px;
    height: 392px;
    position: absolute;
    right: -25px;
    top: -390px;
    text-align: center;
    background: url("https://image01.homedo.com/Files/Images/cms/www/20191223/5246199121900366341_pic1.png"); }
    .act-body .carnival .login-info .my-exchange {
      height: 75px;
      padding-top: 95px; }
      .act-body .carnival .login-info .my-exchange p {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        line-height: 30px; }
        .act-body .carnival .login-info .my-exchange p strong {
          color: #ff1d0a;
          font-size: 24px; }
    .act-body .carnival .login-info .btn {
      height: 90px; }
      .act-body .carnival .login-info .btn a {
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 250px;
        height: 58px;
        color: #fff;
        line-height: 43px;
        font-size: 18px;
        background: url("https://image01.homedo.com/Files/Images/cms/www/20191210/5564366403599290135_pic1.png"); }
    .act-body .carnival .login-info .rules {
      padding: 0 20px; }
      .act-body .carnival .login-info .rules p {
        color: #666;
        padding: 0 35px;
        font-size: 12px;
        line-height: 20px;
        text-align: left; }
        .act-body .carnival .login-info .rules p a {
          color: #c38453;
          text-decoration: underline; }
    .act-body .carnival .login-info a {
      color: #c38453;
      text-decoration: underline; }
  .act-body .carnival .other-act {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden; }
    .act-body .carnival .other-act li {
      float: left;
      margin-right: 7px; }
      .act-body .carnival .other-act li:last-child {
        margin: 0; }
  .act-body .carnival .content {
    width: 1030px;
    /* 商品区的 start */
    /* 楼层切换按钮 开始 */
    /* 商品区的 end */
    /* 服务区的 start */
    /* 服务区的 end */ }
    .act-body .carnival .content .tab-list {
      margin: 0 auto;
      height: 64px;
      width: 990px;
      background: #fff;
      box-shadow: 0 5px 15px #5671fc; }
      .act-body .carnival .content .tab-list.tabfixed {
        position: fixed;
        width: 1030px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 98;
        background: #fff;
        display: flex;
        justify-content: center; }
        .act-body .carnival .content .tab-list.tabfixed ul {
          width: 1030px; }
          .act-body .carnival .content .tab-list.tabfixed ul li p {
            color: #666;
            font-size: 16px;
            text-align: center; }
            .act-body .carnival .content .tab-list.tabfixed ul li p span {
              color: #fb3627;
              font-size: 24px;
              font-weight: bold; }
      .act-body .carnival .content .tab-list ul {
        width: 990px;
        height: auto;
        overflow: hidden;
        display: flex; }
        .act-body .carnival .content .tab-list ul li {
          height: 64px;
          flex: 1;
          cursor: pointer;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 24px;
          color: #404040;
          font-weight: bold; }
          .act-body .carnival .content .tab-list ul li.current {
            background: linear-gradient(to bottom, #f7f5dc, #ffca8a); }
    .act-body .carnival .content .list-floor-box {
      padding-bottom: 10px; }
      .act-body .carnival .content .list-floor-box .title-porp {
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: #fff; }
        .act-body .carnival .content .list-floor-box .title-porp strong {
          position: relative; }
          .act-body .carnival .content .list-floor-box .title-porp strong span.left-icon {
            position: absolute;
            left: 10px;
            top: 45%;
            transform: translate(-150%, -50%);
            -webkit-transform: translate(-150%, -50%);
            -moz-transform: translate(-150%, -50%);
            -ms-transform: translate(-150%, -50%);
            -o-transform: translate(-150%, -50%); }
          .act-body .carnival .content .list-floor-box .title-porp strong span.right-icon {
            position: absolute;
            right: 10px;
            top: 45%;
            transform: translate(150%, -50%);
            -webkit-transform: translate(150%, -50%);
            -moz-transform: translate(150%, -50%);
            -ms-transform: translate(150%, -50%);
            -o-transform: translate(150%, -50%); }
      .act-body .carnival .content .list-floor-box .product-list-box {
        padding: 10px 20px 0 20px;
        overflow: hidden; }
        .act-body .carnival .content .list-floor-box .product-list-box .hot-product {
          overflow: hidden; }
          .act-body .carnival .content .list-floor-box .product-list-box .hot-product li {
            float: left;
            margin-right: 10px; }
            .act-body .carnival .content .list-floor-box .product-list-box .hot-product li a {
              display: block; }
            .act-body .carnival .content .list-floor-box .product-list-box .hot-product li:nth-child(2n) {
              margin: 0; }
        .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid {
          position: relative;
          width: 190px;
          margin: 0 10px 10px 0;
          height: 365px;
          float: left;
          background: #fff; }
          .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid:nth-child(5n) {
            margin-right: 0; }
          .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box {
            color: #222; }
            .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box {
              padding: 20px;
              overflow: hidden; }
              .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .pic {
                position: relative; }
                .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .pic em {
                  position: absolute;
                  right: -10px;
                  top: -5px; }
                  .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .pic em img {
                    width: 60px;
                    height: 50px; }
                .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .pic img {
                  width: 150px;
                  height: 150px; }
              .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .line-bg {
                background: #eee;
                margin: 2px 0;
                display: block;
                height: 18px; }
              .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .name {
                height: 40px;
                margin-top: 12px;
                font-size: 14px;
                line-height: 20px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2; }
              .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .left-num {
                height: 20px;
                font-size: 12px;
                line-height: 16px;
                margin-top: 8px; }
                .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .left-num .red {
                  color: red;
                  font-weight: 600; }
                  .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .left-num .red span {
                    font-size: 18px;
                    font-weight: 600;
                    padding-right: 3px; }
                .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .left-num .count {
                  margin-top: 3px; }
              .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .operate {
                margin-top: 15px;
                height: 35px; }
                .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .operate .num-wrap {
                  width: 100%;
                  height: 35px; }
                  .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .operate .num-wrap input {
                    padding: 0 5px;
                    width: 48px;
                    margin: 0 5px;
                    outline: none;
                    text-align: center;
                    font-size: 14px;
                    height: 33px;
                    line-height: 33px;
                    color: #022222;
                    font-weight: 600;
                    border: 1px solid #dbdbdb; }
                  .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .operate .num-wrap span {
                    width: 40px;
                    height: 35px;
                    line-height: 35px;
                    background: #e9e9e9;
                    text-align: center;
                    color: #222;
                    font-size: 20px;
                    cursor: pointer; }
                    .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .operate .num-wrap span.disable {
                      color: #ccc;
                      cursor: text; }
              .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .submit-btn {
                width: 100%;
                height: 35px;
                margin-top: 10px;
                background: #fb3627;
                color: #fff;
                text-align: center;
                font-size: 14px;
                line-height: 35px;
                cursor: pointer;
                border-radius: 2px;
                font-weight: 600; }
                .act-body .carnival .content .list-floor-box .product-list-box .ajax-productid .product-box .info-box .submit-btn.none {
                  background: #c9c9c9;
                  cursor: auto; }
    .act-body .carnival .content .floor-btn {
      z-index: 98;
      position: fixed;
      top: 20%;
      width: 117px;
      right: 50%;
      margin-right: -697px; }
      .act-body .carnival .content .floor-btn .sign-btn {
        text-align: left;
        cursor: pointer; }
      .act-body .carnival .content .floor-btn li {
        color: #fff;
        text-align: center;
        line-height: 32px;
        cursor: pointer;
        background: #2034c5;
        font-size: 14px; }
        .act-body .carnival .content .floor-btn li p {
          line-height: 20px; }
        .act-body .carnival .content .floor-btn li img {
          margin-bottom: 5px; }
        .act-body .carnival .content .floor-btn li:last-child {
          padding-bottom: 10px; }
        .act-body .carnival .content .floor-btn li.my-club-btn {
          height: 42px;
          background: url("https://image01.homedo.com/Files/Images/cms/www/20190930/5560765661944839021_pic1.jpg"); }
          .act-body .carnival .content .floor-btn li.my-club-btn a {
            color: #553106;
            display: block;
            height: 42px; }
      .act-body .carnival .content .floor-btn .img-btn {
        margin-top: 20px; }
        .act-body .carnival .content .floor-btn .img-btn a {
          display: block;
          margin-bottom: 10px; }
    .act-body .carnival .content .ad {
      margin-top: 20px; }
      .act-body .carnival .content .ad a {
        display: block; }
    .act-body .carnival .content .act-rule {
      padding: 25px 45px;
      border-radius: 3px; }
      .act-body .carnival .content .act-rule h1 {
        margin-bottom: 15px;
        width: 118px;
        height: 36px;
        border-radius: 17px;
        font-size: 18px;
        font-weight: bold;
        line-height: 36px;
        text-align: center; }
      .act-body .carnival .content .act-rule p {
        padding-left: 5px;
        line-height: 30px;
        font-size: 14px;
        color: #fff; }
    .act-body .carnival .content .service {
      padding: 12px 20px 20px; }
      .act-body .carnival .content .service .s-menu {
        height: 78px;
        margin-bottom: 10px; }
        .act-body .carnival .content .service .s-menu li {
          width: 280px;
          height: 78px;
          float: left;
          background: #7f5339;
          margin-right: 10px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 28px;
          cursor: pointer;
          color: #fff; }
          .act-body .carnival .content .service .s-menu li:last-child {
            margin: 0; }
          .act-body .carnival .content .service .s-menu li.current {
            color: #84512f;
            background: url("https://image01.homedo.com/Files/Images/cms/www/20190916/4648192247554839830_pic1.png"); }
          .act-body .carnival .content .service .s-menu li img {
            margin-right: 20px; }
      .act-body .carnival .content .service .sea-room-list {
        height: auto;
        overflow: hidden;
        margin-bottom: 10px; }
        .act-body .carnival .content .service .sea-room-list .ajax-productid {
          position: relative;
          width: 570px;
          height: 300px;
          margin: 0 10px 0 0;
          float: left;
          background: #f9f9f9; }
          .act-body .carnival .content .service .sea-room-list .ajax-productid:nth-child(2n) {
            margin-right: 0; }
          .act-body .carnival .content .service .sea-room-list .ajax-productid .product-box .info-box {
            overflow: hidden; }
            .act-body .carnival .content .service .sea-room-list .ajax-productid .product-box .info-box .pic {
              width: 250px;
              height: 300px;
              float: left;
              background: #fff;
              display: flex;
              justify-content: center;
              align-items: center; }
              .act-body .carnival .content .service .sea-room-list .ajax-productid .product-box .info-box .pic img {
                max-width: 100%; }
            .act-body .carnival .content .service .sea-room-list .ajax-productid .product-box .info-box .info {
              width: 270px;
              float: left;
              padding: 25px; }
              .act-body .carnival .content .service .sea-room-list .ajax-productid .product-box .info-box .info h2 {
                font-size: 20px;
                color: #222;
                font-family: "Microsoft YaHei";
                font-weight: bold;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                position: relative;
                height: 56px;
                margin-bottom: 18px; }
              .act-body .carnival .content .service .sea-room-list .ajax-productid .product-box .info-box .info p {
                height: 140px;
                color: #666;
                line-height: 24px; }
              .act-body .carnival .content .service .sea-room-list .ajax-productid .product-box .info-box .info span {
                display: inline-block;
                width: 100px;
                line-height: 22px;
                border: 1px solid #00c6d7;
                color: #00c6d7;
                margin-right: 10px;
                text-align: center;
                border-radius: 2px; }
            .act-body .carnival .content .service .sea-room-list .ajax-productid .product-box .info-box .line-bg {
              background: #eee;
              margin: 2px 0;
              display: block;
              height: 18px; }
              .act-body .carnival .content .service .sea-room-list .ajax-productid .product-box .info-box .line-bg.title {
                height: 30px;
                margin-bottom: 20px; }
              .act-body .carnival .content .service .sea-room-list .ajax-productid .product-box .info-box .line-bg.description {
                height: 170px; }
      .act-body .carnival .content .service .project {
        background: #fff;
        padding: 40px 0 40px 120px; }
        .act-body .carnival .content .service .project .flow-pic {
          padding-left: 50px;
          margin-bottom: 50px; }
      .act-body .carnival .content .service .design-install {
        background: #fff;
        padding: 40px 0 40px 120px; }
        .act-body .carnival .content .service .design-install h4 {
          color: #222;
          font-size: 20px;
          margin: 0 0 40px 50px;
          position: relative; }
          .act-body .carnival .content .service .design-install h4::before {
            content: '';
            position: absolute;
            display: block;
            top: 5px;
            left: -12px;
            width: 4px;
            height: 18px;
            background: #0898fc; }
      .act-body .carnival .content .service .form {
        width: 100%;
        padding: 0; }
        .act-body .carnival .content .service .form ul {
          padding-right: 100px; }
          .act-body .carnival .content .service .form ul li {
            line-height: 25px;
            padding-bottom: 25px;
            display: flex;
            position: relative; }
            .act-body .carnival .content .service .form ul li .errorRed {
              color: #ff3030;
              padding-top: 3px;
              margin-left: 10px; }
            .act-body .carnival .content .service .form ul li label {
              width: 130px;
              text-align: right;
              line-height: 32px;
              font-size: 12px;
              color: #222;
              margin-right: 15px; }
              .act-body .carnival .content .service .form ul li label span {
                color: red;
                padding-right: 5px;
                font-weight: bold;
                margin: 0; }
            .act-body .carnival .content .service .form ul li input {
              width: 430px;
              height: 30px;
              padding-left: 10px;
              border: 1px solid #e9e9e9;
              outline: none; }
              .act-body .carnival .content .service .form ul li input.red {
                border: 1px solid #f30; }
                .act-body .carnival .content .service .form ul li input.red::-webkit-input-placeholder {
                  color: #f30; }
                .act-body .carnival .content .service .form ul li input.red::-moz-placeholder {
                  color: #f30; }
                .act-body .carnival .content .service .form ul li input.red:-moz-placeholder {
                  color: #f30; }
                .act-body .carnival .content .service .form ul li input.red::-ms-input-placeholder {
                  color: #f30; }
              .act-body .carnival .content .service .form ul li input[type="radio"] {
                width: 25px; }
                .act-body .carnival .content .service .form ul li input[type="radio"].input-radio {
                  margin: -2px 5px 0 0;
                  width: 12px;
                  height: 12px;
                  -webkit-appearance: none;
                  appearance: none;
                  border: 1px solid #e3e3e3;
                  border-radius: 50%;
                  outline: none; }
                  .act-body .carnival .content .service .form ul li input[type="radio"].input-radio:checked {
                    padding: 0;
                    color: #1bbfda;
                    border: 4px solid #19bfd9; }
              .act-body .carnival .content .service .form ul li input[type="checkbox"] {
                -webkit-appearance: none;
                vertical-align: middle;
                background: #fff;
                border: #d9d9d9 solid 1px;
                height: 14px;
                width: 14px;
                margin-top: -2px;
                margin-right: 10px; }
                .act-body .carnival .content .service .form ul li input[type="checkbox"]:checked {
                  position: relative;
                  background: #fff; }
                  .act-body .carnival .content .service .form ul li input[type="checkbox"]:checked::after {
                    content: '';
                    top: 1px;
                    left: 1px;
                    position: absolute;
                    background: transparent;
                    border: #1bbfda solid 2px;
                    border-top: none;
                    border-right: none;
                    height: 4px;
                    width: 8px;
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
            .act-body .carnival .content .service .form ul li span {
              color: #222;
              margin-right: 25px; }
            .act-body .carnival .content .service .form ul li select {
              width: 180px;
              height: 32px;
              appearance: none;
              -moz-appearance: none;
              -webkit-appearance: none;
              background: url("https://image01.homedo.com/Files/Images/cms/www/20190318/4907896842534734110_pic1.png") #fff no-repeat right;
              color: #666;
              outline: none;
              border: 1px solid #e9e9e9;
              -webkit-border-radius: 0px;
              -webkit-appearance: none;
              border-radius: 0;
              padding-left: 10px;
              margin-right: 10px;
              position: relative; }
              .act-body .carnival .content .service .form ul li select.red {
                border: 1px solid #f30;
                color: #f30; }
              .act-body .carnival .content .service .form ul li select:last-child {
                margin-right: 0; }
            .act-body .carnival .content .service .form ul li textarea {
              width: 675px;
              height: 95px;
              line-height: 25px;
              padding-left: 10px;
              border: 1px solid #e9e9e9;
              resize: none; }
            .act-body .carnival .content .service .form ul li a {
              width: 190px;
              line-height: 50px;
              margin: 10px auto;
              background: linear-gradient(to bottom, #06daff, #078dff);
              text-align: center;
              color: #fff;
              display: block;
              font-size: 18px; }
            .act-body .carnival .content .service .form ul li .upload-box a {
              float: left;
              color: #ff6900;
              font-size: 12px;
              height: 26px;
              line-height: 26px;
              margin: 2px 10px 0 0; }
              .act-body .carnival .content .service .form ul li .upload-box a.project-file-upload {
                width: 85px;
                text-align: center;
                background: #fff9f5;
                border-radius: 2px;
                border: 1px solid #ff6900; }
                .act-body .carnival .content .service .form ul li .upload-box a.project-file-upload.blue {
                  border-color: #1abfda;
                  color: #1abfda;
                  background: none; }
            .act-body .carnival .content .service .form ul li .file-text a {
              float: left;
              color: #ff6900;
              font-size: 12px;
              height: 26px;
              line-height: 26px;
              margin: 2px 10px 0 0; }
              .act-body .carnival .content .service .form ul li .file-text a.downLoad-link {
                text-align: left;
                background: none;
                margin: 3px 0 0 20px; }
                .act-body .carnival .content .service .form ul li .file-text a.downLoad-link .icons_down {
                  content: '';
                  display: inline-block;
                  width: 13px;
                  height: 12px;
                  background: url(https://designer.homedo.com/public/img/InsidePage.png) -5px -47px;
                  background-size: 34px;
                  position: relative;
                  top: 2px;
                  margin-right: 5px; }
            .act-body .carnival .content .service .form ul li .file-text p {
              float: left;
              color: #686868;
              font-size: 12px;
              padding-top: 3px;
              padding-right: 15px; }
            .act-body .carnival .content .service .form ul li .file-list {
              color: #ff6900;
              padding-top: 3px; }
              .act-body .carnival .content .service .form ul li .file-list i {
                display: inline-block; }
                .act-body .carnival .content .service .form ul li .file-list i.del-file-bg {
                  position: relative;
                  width: 12px;
                  height: 12px;
                  background: url("https://designer.homedo.com/public/img/InsidePage.png") -5px -69px;
                  background-size: 34px;
                  margin-left: 5px;
                  top: 2px;
                  cursor: pointer; }
            .act-body .carnival .content .service .form ul li .modality {
              width: 800px; }
              .act-body .carnival .content .service .form ul li .modality .radio-list {
                width: 80px;
                float: left;
                padding-top: 3px; }
            .act-body .carnival .content .service .form ul li #ossfile {
              position: relative; }
              .act-body .carnival .content .service .form ul li #ossfilediv {
                position: absolute; }
    .act-body .carnival .content .join-community {
      padding: 35px 0;
      margin-bottom: 20px; }
      .act-body .carnival .content .join-community .jc-content {
        height: 305px;
        margin: 0 80px;
        border-bottom: 1px dashed #fff; }
        .act-body .carnival .content .join-community .jc-content .qr-code {
          width: 194px;
          height: 289px;
          float: left;
          border: 2px solid #fff;
          border-bottom: 0;
          border-radius: 15px 15px 0 0;
          padding: 15px 13px 0; }
          .act-body .carnival .content .join-community .jc-content .qr-code .white-bg {
            height: 275px;
            background: #fff;
            border-radius: 15px 15px 0 0;
            text-align: center;
            padding-top: 14px; }
            .act-body .carnival .content .join-community .jc-content .qr-code .white-bg p {
              color: #222;
              line-height: 20px; }
              .act-body .carnival .content .join-community .jc-content .qr-code .white-bg p span {
                color: #f30; }
        .act-body .carnival .content .join-community .jc-content .big-text {
          float: left;
          padding-left: 60px;
          padding-top: 40px; }
          .act-body .carnival .content .join-community .jc-content .big-text h1 {
            font-size: 54px;
            line-height: 50px;
            font-family: 'AlibabaPuHuiTi M';
            margin-bottom: 20px; }
          .act-body .carnival .content .join-community .jc-content .big-text h2 {
            font-size: 54px;
            line-height: 50px;
            font-family: 'AlibabaPuHuiTi L';
            margin-bottom: 20px; }
          .act-body .carnival .content .join-community .jc-content .big-text h4 {
            font-size: 30px;
            line-height: 35px;
            font-family: 'AlibabaPuHuiTi R';
            margin-bottom: 20px;
            background: #fff7a1; }
      .act-body .carnival .content .join-community .process {
        text-align: center;
        color: #fff; }
        .act-body .carnival .content .join-community .process ul {
          height: 150px;
          justify-content: center;
          display: flex; }
          .act-body .carnival .content .join-community .process ul li {
            flex: 1;
            line-height: 28px;
            padding: 0 25px 0 5px; }
            .act-body .carnival .content .join-community .process ul li:last-child {
              padding: 0 5px 0 25px; }
            .act-body .carnival .content .join-community .process ul li h5 {
              font-size: 22px;
              font-weight: bold; }
            .act-body .carnival .content .join-community .process ul li p {
              margin-top: 10px;
              font-size: 18px;
              padding: 0 45px; }
    .act-body .carnival .content .advertising {
      margin-bottom: 20px; }
  .act-body .carnival .oneKeyLine {
    z-index: 98;
    position: fixed;
    top: 20%;
    width: 117px;
    right: 50%;
    margin-right: -750px; }
.act-body .mask-layer .mask-bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1000; }
.act-body .mask-layer .mask-box {
  position: fixed;
  width: 425px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.4);
  z-index: 1001;
  background: #fffbf3;
  border-radius: 12px; }
  .act-body .mask-layer .mask-box .porp-btn-box {
    margin: 20px 0 0;
    text-align: center; }
    .act-body .mask-layer .mask-box .porp-btn-box a {
      display: inline-block;
      width: 125px;
      height: 33px;
      margin: 0 10px;
      border-radius: 20px;
      border: #2c72ff solid 1px;
      line-height: 33px;
      font-size: 16px;
      background: #2c72ff;
      color: #fff; }
      .act-body .mask-layer .mask-box .porp-btn-box a.no {
        background: #959595;
        border: #959595 solid 1px; }
    .act-body .mask-layer .mask-box .porp-btn-box span {
      padding-top: 3px;
      display: block; }
      .act-body .mask-layer .mask-box .porp-btn-box span strong {
        color: #F94762; }
  .act-body .mask-layer .mask-box.box-06 {
    width: 500px;
    padding-bottom: 5px; }
    .act-body .mask-layer .mask-box.box-06 .errow-text {
      position: relative;
      margin: 0 30px; }
      .act-body .mask-layer .mask-box.box-06 .errow-text p {
        position: absolute;
        left: 90px;
        top: -16px;
        font-size: 12px;
        color: #F94762; }
  .act-body .mask-layer .mask-box.box-01 .porp-inset dt {
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    margin-bottom: 10px;
    color: #666; }
    .act-body .mask-layer .mask-box.box-01 .porp-inset dt p {
      line-height: 30px; }
      .act-body .mask-layer .mask-box.box-01 .porp-inset dt p.success {
        font-size: 24px;
        color: #4834f1; }
  .act-body .mask-layer .mask-box .title {
    height: 40px;
    background: #4c42fd;
    border-radius: 10px 10px 0 0;
    padding: 0 20px; }
    .act-body .mask-layer .mask-box .title h3 {
      color: #fff;
      font-size: 18px;
      line-height: 40px;
      float: left; }
    .act-body .mask-layer .mask-box .title .close-btn {
      float: right;
      margin-top: 10px; }
  .act-body .mask-layer .mask-box .porp-inset {
    overflow: hidden;
    padding: 20px 35px; }
    .act-body .mask-layer .mask-box .porp-inset .porp-list-input {
      height: auto;
      overflow: hidden;
      margin-top: 12px; }
      .act-body .mask-layer .mask-box .porp-inset .porp-list-input dt {
        height: 36px;
        width: 85px;
        padding-right: 10px;
        line-height: 36px;
        color: #484848;
        font-size: 14px;
        line-height: 36px;
        text-align: right; }
      .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd {
        width: 320px; }
        .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd .input-box {
          height: 34px;
          border: #e9e9e9 solid 1px;
          padding: 0 10px;
          background: #fff; }
          .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd .input-box input {
            width: 100%;
            height: 34px;
            line-height: 34px;
            color: #222;
            border: none;
            background: none;
            outline: none;
            font-size: 12px; }
            .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd .input-box input.error::-webkit-input-placeholder {
              color: #f70c3c; }
            .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd .input-box input.error::-moz-placeholder {
              color: #f70c3c; }
            .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd .input-box input.error:-moz-placeholder {
              color: #f70c3c; }
            .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd .input-box input.error::-ms-input-placeholder {
              color: #f70c3c; }
            .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd .input-box input::-webkit-input-placeholder {
              color: #bebebe; }
            .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd .input-box input::-moz-placeholder {
              color: #bebebe; }
            .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd .input-box input:-moz-placeholder {
              color: #bebebe; }
            .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd .input-box input::-ms-input-placeholder {
              color: #bebebe; }
        .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd span {
          color: #f70c3c;
          padding-top: 3px; }
        .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd select {
          height: 36px;
          width: 100px;
          line-height: 36px;
          margin-right: 10px;
          outline: none;
          border: #e9e9e9 solid 1px;
          background: url("https://image01.homedo.com/Files/Images/cms/www/20191211/4628072886483137501_pic1.png") #fff no-repeat;
          background-position: 78px 13px;
          padding-left: 10px;
          border-radius: 0;
          -webkit-appearance: none; }
          .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd select.error {
            border-color: #f70c3c; }
        .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd .last select {
          margin: 0; }
        .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd textarea {
          height: 65px;
          width: 298px;
          padding: 5px 10px;
          border: #e9e9e9 solid 1px;
          line-height: 17px;
          margin-bottom: 5px;
          color: #222;
          font-size: 12px;
          outline: none;
          resize: none; }
          .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd textarea.error::-webkit-input-placeholder {
            color: #f70c3c; }
          .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd textarea.error::-moz-placeholder {
            color: #f70c3c; }
          .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd textarea.error:-moz-placeholder {
            color: #f70c3c; }
          .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd textarea.error::-ms-input-placeholder {
            color: #f70c3c; }
          .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd textarea::-webkit-input-placeholder {
            color: #bebebe; }
          .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd textarea::-moz-placeholder {
            color: #bebebe; }
          .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd textarea:-moz-placeholder {
            color: #bebebe; }
          .act-body .mask-layer .mask-box .porp-inset .porp-list-input dd textarea::-ms-input-placeholder {
            color: #bebebe; }
    .act-body .mask-layer .mask-box .porp-inset .porp-list-radio {
      height: auto;
      overflow: hidden;
      margin-top: 12px; }
      .act-body .mask-layer .mask-box .porp-inset .porp-list-radio p {
        font-size: 14px;
        color: #484848;
        float: left;
        padding-right: 15px; }
      .act-body .mask-layer .mask-box .porp-inset .porp-list-radio input[type="radio"] {
        margin: 1px 10px 0 0;
        width: 17px;
        height: 17px;
        -webkit-appearance: none;
        appearance: none;
        border: 2px solid #b5b5b5;
        border-radius: 50%;
        outline: none; }
        .act-body .mask-layer .mask-box .porp-inset .porp-list-radio input[type="radio"].checked {
          padding: 3px;
          background: #2c72ff;
          background-clip: content-box;
          border: 2px solid #2c72ff; }
    .act-body .mask-layer .mask-box .porp-inset h3 {
      font-size: 22px;
      color: #4834f1;
      height: 35px; }
    .act-body .mask-layer .mask-box .porp-inset .text {
      line-height: 24px;
      color: #484848;
      overflow: hidden;
      font-size: 16px; }
      .act-body .mask-layer .mask-box .porp-inset .text span {
        color: #f70c3c;
        padding-left: 3px; }
  .act-body .mask-layer .mask-box .porp-recordList {
    padding: 30px; }
    .act-body .mask-layer .mask-box .porp-recordList .no-record {
      text-align: center; }
      .act-body .mask-layer .mask-box .porp-recordList .no-record p {
        padding-top: 30px;
        font-size: 18px;
        color: #424242; }
      .act-body .mask-layer .mask-box .porp-recordList .no-record a {
        display: inline-block;
        margin-top: 10px;
        padding: 9px 40px;
        border-radius: 25px;
        font-size: 16px;
        background: #2c72ff;
        color: #fff; }
    .act-body .mask-layer .mask-box .porp-recordList .tableData {
      overflow-y: auto;
      position: relative; }
      .act-body .mask-layer .mask-box .porp-recordList .tableData .line {
        width: 410px;
        height: 1px;
        background: #eaeaea;
        position: fixed;
        z-index: 1; }
        .act-body .mask-layer .mask-box .porp-recordList .tableData .line.top {
          top: 70px; }
        .act-body .mask-layer .mask-box .porp-recordList .tableData .line.bottom {
          bottom: 25px; }
      .act-body .mask-layer .mask-box .porp-recordList .tableData ul {
        width: 410px;
        height: 330px; }
        .act-body .mask-layer .mask-box .porp-recordList .tableData ul table,
        .act-body .mask-layer .mask-box .porp-recordList .tableData ul th,
        .act-body .mask-layer .mask-box .porp-recordList .tableData ul td {
          border: 1px solid #eaeaea;
          text-align: center;
          padding: 12px 0; }
        .act-body .mask-layer .mask-box .porp-recordList .tableData ul table {
          width: 410px; }
        .act-body .mask-layer .mask-box .porp-recordList .tableData ul th {
          font-weight: bold;
          background: #fff5e4;
          color: #222; }
        .act-body .mask-layer .mask-box .porp-recordList .tableData ul td label {
          display: block;
          float: left;
          padding: 0 10px; }
          .act-body .mask-layer .mask-box .porp-recordList .tableData ul td label img {
            width: 65px;
            height: 65px; }
        .act-body .mask-layer .mask-box .porp-recordList .tableData ul td p {
          width: 80px;
          float: left;
          text-align: left;
          display: flex;
          align-items: center;
          height: 65px; }
.act-body .mask-layer .toast {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  text-align: center;
  color: #fff;
  padding: 10px 35px; }

/*# sourceMappingURL=PC-20191209-carnival.css.map */
