.activity-content {
  background-color: #f7f7f7;
  .dynamic-content {
    padding: 100rpx 0rpx 10rpx 20rpx;
    width: 100%;
    background-color: #fff;
    border-bottom: 3px solid #f7f7f7;
    .target-title {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20rpx;
      padding: 0 14rpx;
      .box {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 28rpx;
        color: #2c83ff;
        image {
          width: 30rpx;
          height: 30rpx;
        }
      }
      .foreshow {
        font-size: 30rpx;
        color: #333;
        font-family: PingFang SC;
      }
    }
    .target-item {
      width: 100%;
      padding-bottom: 20rpx;
      display: flex;
      font-size: 30rpx;
      font-weight: 400;
      color: #2c83ff;
      .target-ul {
        position: relative;
        width: 50%;
      }
      .lucency {
        position: absolute;
        top: 0;
        right: 0rpx;
        width: 80rpx;
        height: 100%;
        image {
          width: 100%;
          height: 100%;
        }
      }
      .target-left {
        // padding-right: 50rpx;
        border-right: 2rpx solid #e5e5e5;
      }
      .target-right {
        padding-left: 30rpx;
      }
      .even-more {
        padding: 4rpx 14rpx;
        display: flex;
        align-items: center;
        image {
          width: 30rpx;
          height: 30rpx;
        }
      }
      .target-text {
        margin-top: 10rpx;
        overflow: hidden;
        text {
          line-height: 37rpx;
          display: inline-block;
          // max-width: 305rpx;

          // text-overflow:ellipsis;
          white-space: nowrap;
          padding: 4rpx 14rpx;
        }
        .active {
          background-color: #cbe2ff;
        }
      }
    }
  }
  // .top-content {
  //   padding-bottom: 2rpx;
  //   .tab {
  //     display: flex;
  //     font-size: 32rpx;
  //     color: #707070;
  //     .tab-item {
  //       flex: 1;
  //       text-align: center;
  //       .scroll-tab-item {
  //         height: 78rpx;
  //         line-height: 48rpx;
  //         position: relative;
  //         .border_act {
  //           position: absolute;
  //           height: 6rpx;
  //           width: 340rpx;
  //           left: 0;
  //           bottom: 0rpx;
  //         }
  //       }
  //       .active {
  //         color: #3385ff;
  //         font-weight: bold;
  //         font-size: 34rpx;
  //       }
  //     }
  //   }
  //   .index-fixed {
  //     margin-top: 40rpx;
  //     width: 100%;
  //     display: flex;
  //     align-items: center;
  //     height: 70rpx;
  //     background: #f6f6f6;
  //     border: 1rpx solid #e5e5e5;
  //     opacity: 1;
  //     border-radius: 35rpx;
  //     padding-left: 34rpx;
  //     color: #8d8d8d;
  //     font-size: 28rpx;
  //     .search_ico {
  //       padding-right: 16rpx;
  //     }
  //   }
  // }
  .head {
    padding-top: 80rpx !important;
  }
  .top-content {
    width: 100%;
    background-color: #fff;
    padding: 0 30rpx;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    .search-cont-top {
      margin-top: 30rpx;
      .cont-tit {
        color: #666;
        font-size: 28rpx;
        margin-bottom: 30rpx;
        display: flex;
        justify-content: space-between;
        .empty_ico {
          width: 32rpx;
          height: 33rpx;
        }
      }
      .targetList {
        display: flex;
        flex-wrap: wrap;
        max-height: 138rpx;
        overflow: hidden;
        .target-item {
          padding: 4rpx 18rpx;
          color: #4a4a4a;
          font-size: 26rpx;
          background-color: #f7f7f7;
          margin-bottom: 30rpx;
          margin-right: 30rpx;
          border-radius: 20rpx;
        }
      }
    }
    .searchTarget-header {
      position: relative;
      width: 100%;
      background-color: #fff;
      padding: 20rpx 0;
      display: flex;
      justify-content: center;
      align-items: center;
      .sea_ipt_placeholder {
        color: #8d8d8d;
      }
      .sea_ipt {
        width: 682rpx;
        height: 70rpx;
        line-height: 70rpx;
        box-sizing: border-box;
        border: 1rpx solid #e5e5e5;
        background-color: rgba(245, 245, 245, 0.2);
        font-size: 26rpx;
        color: #4a4a4a;
        padding: 0 180rpx 0 78rpx;
        border-radius: 70rpx;
      }
      .sea_ico {
        width: 31rpx;
        height: 31rpx;
        position: absolute;
        left: 48rpx;
        top: 50%;
        transform: translateY(-50%);
      }
      .ipt-right {
        display: flex;
        align-items: center;
        position: absolute;
        right: 59rpx;
        top: 50%;
        transform: translateY(-50%);
        color: #3385ff;
        .line {
          margin: 0 21rpx;
          color: #e0e0e0;
        }
      }
    }
    .select-conyent {
      .decide {
        background-color: #f8f8fa;
        display: flex;
        align-items: center;
        margin: 0 auto;
        height: 110rpx;
        width: 100%;
        padding-left: 30rpx;
      }
      .items-box {
        width: 40rpx;
      }
      .menu-items {
        background-color: #f8f8fa;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 30rpx 30rpx 0;
        .menu-items-box {
          display: flex;
          width: 50%;
          font-size: 28rpx;
          font-weight: 400;
          margin-bottom: 40rpx;
        }
      }
      .replacement-box {
        background-color: #fff;
        border-radius: 0rpx 0rpx 16rpx 16rpx;
      }
      .replacement {
        margin: 0rpx 30rpx 20rpx;
        display: flex;
        background-color: #2c83ff;
        opacity: 1;
        height: 60rpx;
        line-height: 58rpx;
        font-size: 28rpx;
        font-weight: 400;
        color: #ffffff;
        border-radius: 30rpx;
        text {
          flex: 1;
          text-align: center;
        }
        .replacement-box {
          border: 1rpx solid #2c83ff;
          opacity: 1;
          color: #2c83ff;
          background: #ffffff;
          border-radius: 28rpx 0rpx 28rpx 28rpx;
        }
      }
    }
  }
  // .box-content {
  //   padding: 200rpx 34rpx 20rpx;
  //   background-color: #f7f7f7;
  //   .content-list {
  //     box-sizing: border-box;
  //     overflow: hidden;
  //     margin-top: 30rpx;
  //     width: 100%;
  //     background: #ffffff;
  //     box-shadow: 0px 3rpx 6rpx rgba(141, 141, 141, 0.16);
  //     border-radius: 16rpx;
  //     font-size: 28rpx;
  //     .list-top {
  //       margin: 0 30rpx;
  //       display: flex;
  //       justify-content: space-between;
  //       border-bottom: 1rpx solid #e5e5e5;
  //       height: 82rpx;
  //       line-height: 82rpx;
  //       color: #333333;
  //       font-size: 32rpx;
  //       .list-top-box {
  //         display: flex;

  //         .title {
  //           color: #333333;
  //           font-size: 30rpx;
  //           font-weight: bold;
  //         }
  //       }
  //       .city {
  //         margin-left: 40rpx;
  //         display: flex;
  //         color: #3385ff;
  //         align-items: center;
  //         font-size: 26rpx;

  //         image {
  //           width: 27rpx;
  //           height: 32rpx;
  //           margin-right: 12rpx;
  //         }
  //       }
  //       .choose-limit {
  //         position: relative;
  //         display: flex;
  //         align-items: center;
  //         margin-left: 20rpx;
  //         image {
  //           width: 93rpx;
  //           height: 38rpx;
  //         }
  //         .limit-img {
  //           position: absolute;
  //           top: 8rpx;
  //           right: -30rpx;
  //           width: 46rpx;
  //           height: 26rpx;
  //         }
  //       }
  //     }
  //     .list-center {
  //       width: 100%;
  //       color: #333333;

  //       .title {
  //         padding: 20rpx 30rpx 24rpx 30rpx;
  //         line-height: 46rpx;
  //         color: #333;
  //         font-size: 28rpx;
  //         font-weight: bold;
  //         text-indent: -14rpx;
  //       }
  //       .title-two {
  //         padding-left: 30rpx;
  //         padding-bottom: 24rpx;
  //         padding-top: 20rpx;
  //         line-height: 46rpx;
  //         color: #333;
  //         font-size: 28rpx;
  //         font-weight: bold;
  //       }
  //       text {
  //         padding-left: 30rpx;
  //       }

  //       .setting-center {
  //         display: flex;
  //         align-items: center;
  //         justify-content: space-between;
  //         padding-right: 30rpx;

  //         .box-expert {
  //           margin-left: 30rpx;
  //           display: flex;
  //         }
  //       }
  //     }
  //     .list-bottom {
  //       height: 80rpx;
  //       .multi {
  //         display: flex;
  //         text-align: center;
  //         line-height: 80rpx;
  //         color: #3385ff;
  //         text {
  //           width: 50%;
  //         }
  //         .multi-outbound {
  //           background: #3385ff;
  //           color: #ffffff;
  //           border-radius: 0px 0px 0px 16rpx;
  //         }
  //         .multi-remind {
  //           background: #ebf4ff;
  //           color: #3385ff;
  //           border-radius: 0px 0px 16rpx 0px;
  //         }
  //       }
  //       .multi-text {
  //         line-height: 80rpx;
  //         color: #ffffff;
  //         width: 100%;
  //         text-align: center;
  //         background: #3385ff;
  //         opacity: 1;
  //         border-radius: 0px 0px 16rpx 16rpx;
  //       }
  //     }
  //   }
  // }
  .nodata {
    padding-top: 350rpx;

    image {
      width: 374rpx;
      height: 288rpx;
    }
  }
}
/deep/.van-dropdown-menu {
  background-color: #fff;
  box-shadow: none !important;
  padding-top: 20rpx;
}
/deep/.van-dropdown-menu__item {
  box-sizing: border-box;
  width: 190rpx;
  margin-right: 40rpx;
  padding-right: 20rpx;
  height: 51rpx;
  border-radius: 26rpx;
  background: #f8f8fa;
}
/deep/.van-dropdown-item {
  margin-top: -10rpx;
}
/deep/[data-index="2"] {
  margin-right: 0rpx;
}
/deep/ .van-ellipsis {
  font-size: 24rpx;
}