.header-title {
  width: 7.5rem;
  height: 0.88rem;
  background-color: #fff;
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2d3136;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header-title img {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  left: 0.1rem;
  top: 0.23rem;
  transform: rotate(180deg);
}
.together {
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  background: rgba(238, 212, 171, 0.5);
}
.together.submit {
  padding-bottom: 1.8rem;
}
.together .section {
  width: 6.9rem;
  height: auto;
  overflow: hidden;
  background: #fff;
  border-radius: 0.4rem;
  margin: 0 auto 0.2rem;
  padding: 0.3rem;
}
.together .switch {
  min-width: 0.59rem;
  height: 0.3rem;
  line-height: 0.3rem;
  opacity: 0.2;
}
.together .switch.switch_checked {
  opacity: 1;
}
.together .switch.switch_checked .switch_dot {
  left: calc(100% - 0.28rem);
}
.together .switch .switch_dot {
  position: absolute;
  top: 0.02rem;
  left: 0.02rem;
  width: 0.26rem;
  height: 0.26rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.together .goal-price {
  height: 0.58rem;
  display: flex;
  align-items: end;
  justify-content: center;
}
.together .goal-price span {
  font-size: 0.24rem;
  color: #666f7b;
  display: block;
  height: 0.33rem;
  line-height: 0.33rem;
}
.together .goal-price span.icon {
  height: 0.31rem;
  font-size: 0.26rem;
  color: #B17948;
  line-height: 0.31rem;
  margin: 0 0.1rem;
  font-weight: 600;
}
.together .goal-price span.price {
  height: 0.48rem;
  font-size: 0.48rem;
  color: #B17948;
  line-height: 0.48rem;
  font-weight: 500;
}
.project-intro {
  width: 7.5rem;
  height: 2.05rem;
  background: linear-gradient(180deg, #EED4AA 0%, rgba(238, 212, 170, 0) 100%);
  padding: 0.3rem;
  display: flex;
}
.project-intro a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.project-intro img {
  width: 2.3rem;
  height: 1.29rem;
  flex-shrink: 0;
}
.project-intro .intro {
  margin-left: 0.2rem;
  flex: 1;
  height: 1.45rem;
}
.project-intro .intro h6 {
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.32rem;
  color: #2D3136;
  margin-top: 0.26rem;
}
.project-intro .intro p {
  height: 0.37rem;
  line-height: 0.37rem;
  font-size: 0.26rem;
  color: #666f7b;
  margin-top: 0.1rem;
}
.together-bottom {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 0.3rem;
  padding-bottom: 0.26rem;
}
.together-bottom .ttip {
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.22rem;
  color: #8A6E53;
  text-align: center;
}
.together-bottom .bottom-btn {
  width: 6.3rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  border: 1px solid #b17948;
  font-size: 0.32rem;
  color: #b17948;
  text-align: center;
  line-height: 0.8rem;
  margin: auto;
  margin-top: 0.2rem;
}
.together-bottom .bottom-btn.type2 {
  border: 0;
  background: #B17948;
  color: #FFFFFF;
}
.together-form {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.together-form .section.section1 h3 {
  height: 0.48rem;
  font-size: 0.34rem;
  color: #2d3136;
  font-weight: 600;
  text-align: center;
  margin: 0.2rem auto 0.4rem;
}
.together-form .section.section1 .form-input .label {
  margin-bottom: 0.3rem;
}
.together-form .section.section1 .form-input .label span {
  font-weight: 600;
  font-size: 0.3rem;
  color: #2D3136;
}
.together-form .section.section1 .form-input .input-box {
  padding-right: 1rem;
}
.together-form .section-title {
  font-size: 0.3rem;
  font-weight: 600;
  color: #2d3136;
  height: 0.72rem;
  line-height: 0.42rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 0.3rem;
}
.together-form .money {
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  color: #2d3136;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.together-form .money > span {
  width: 1.5rem;
  height: 0.68rem;
  background: #f8f9fd;
  border-radius: 0.1rem;
  text-align: center;
  line-height: 0.68rem;
}
.together-form .money .money-select {
  border: 0.01rem solid #b17948;
  color: #b17948;
  background: rgba(177, 121, 72, 0.1);
  font-weight: 500;
}
.together-form .inputmoney {
  font-family: Microsoft YaHei;
  color: #2d3136;
  width: 6.3rem;
  height: 0.8rem;
  background: #f8f9fd;
  border-radius: 0.1rem;
  padding: 0.18rem 0.2rem;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}
.together-form .inputmoney > span {
  font-size: 0.32rem;
  height: 0.42rem;
  line-height: 0.42rem;
  font-weight: 600;
}
.together-form .inputmoney > input {
  outline: none;
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  background: #f8f9fd;
  margin-right: auto;
}
.together-form .inputmoney input::-webkit-input-placeholder {
  /* Chrome/Safari/Opera */
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b5bfca;
}
.together-form .vertical-line {
  height: 0.28rem;
  width: 1px;
  background: #B5BFCA;
  margin-left: 0.28rem;
  margin-right: 0.28rem;
}
.together-form .unlimit-amount {
  flex-shrink: 0;
  height: 0.4rem;
  font-size: 0.28rem;
  color: #B17948;
  line-height: 0.4rem;
}
.together-form .form-input:last-child .form-input-item {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.together-form .form-input .form-input-item {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 0.3rem;
}
.together-form .form-input .label {
  height: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.together-form .form-input .label span {
  font-size: 0.3rem;
  color: #666F7B;
}
.together-form .form-input .form-input-box {
  width: 6.3rem;
  height: 0.78rem;
  background: #F8F9FD;
  border-radius: 0.1rem;
  overflow: hidden;
}
.together-form .form-input .form-input-box.textarea-input-box {
  height: auto;
  overflow: hidden;
}
.together-form .form-input .tx-input-box {
  display: flex;
}
.together-form .form-input .tx-input-box .tx {
  width: 0.78rem;
  height: 0.78rem;
  position: relative;
}
.together-form .form-input .tx-input-box .tx img {
  width: 0.78rem;
  height: 0.78rem;
  background: #fff;
  border-radius: 0.1rem;
  border: 1px solid #F8F9FD;
  overflow: hidden;
  box-sizing: border-box;
  object-fit: cover;
}
.together-form .form-input .tx-input-box .tx .changetx-btn {
  width: 0.78rem;
  height: 0.28rem;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.28rem;
  text-align: center;
  background: rgba(45, 49, 54, 0.55);
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.together-form .form-input .tx-input-box .tx .changetx-btn #file {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.together-form .form-input .tx-input-box .input-box {
  flex: 1;
  padding-left: 0.3rem;
}
.together-form .form-input input {
  display: block;
  width: 100%;
  height: 0.42rem;
  background: transparent;
  color: #2D3136;
  font-size: 0.3rem;
  line-height: 0.42rem;
}
.together-form .form-input textarea {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: transparent;
  color: #2D3136;
  font-size: 0.3rem;
  resize: none;
  -webkit-appearance: none;
  -webkit-user-select: auto;
  outline: none;
  display: block;
  height: 0.42rem;
  line-height: 0.42rem;
  min-height: 0.42rem;
  max-height: 0.84rem;
}
.together-form .form-input input::-webkit-input-placeholder,
.together-form .form-input textarea::-webkit-input-placeholder,
.together-form .form-input .end-time {
  /* Chrome/Safari/Opera */
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b5bfca;
}
.together-form .form-input .end-time {
  width: 100%;
  display: block;
  height: 0.42rem;
  line-height: 0.42rem;
}
.together-form .form-input .end-time.on {
  color: #2D3136;
}
.together-form .form-input .input-box {
  padding-left: 0.2rem;
  padding: 0.18rem 0.2rem;
  position: relative;
}
.together-form .form-input .input-box .count {
  height: 0.3rem;
  font-size: 0.22rem;
  color: #B5BFCA;
  line-height: 0.3rem;
  position: absolute;
  right: 0.2rem;
  bottom: 0.24rem;
}
.together-form .form-input .fixed-price-box {
  display: flex;
  align-items: center;
  height: 0.78rem;
}
.together-form .form-input .fixed-price-box .price-icon,
.together-form .form-input .fixed-price-box .price-suffix {
  font-weight: 600;
  font-size: 0.32rem;
  color: #2D3136;
  align-items: center;
}
.together-form .form-input .fixed-price-box input {
  margin: 0 0.1rem;
}
.together-form .form-input .payway-item {
  display: flex;
  justify-content: space-between;
}
.together-form .form-input .payway-item .label {
  flex-shrink: 0;
  margin-bottom: 0;
}
.together-form .form-input .payway-item .payway-box {
  display: flex;
  align-items: center;
}
.together-form .form-input .payway-item .payway-box span {
  font-size: 0.3rem;
  height: 0.42rem;
  line-height: 0.42rem;
  color: #666f7b;
}
.together-form .form-input .payway-item .payway-box span.on {
  color: #2D3136;
}
.together-form .form-input .payway-item .payway-box .right-btn {
  width: 0.4rem;
  height: 0.4rem;
}
.together-form .form-input .head-box .head-img {
  width: 4rem;
  height: 2.25rem;
  position: relative;
  margin: auto;
  border: 1px solid #EBEBEB;
}
.together-form .form-input .head-box .head-img .value {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.together-form .form-input .head-box .head-img .change-headimg-btn,
.together-form .form-input .head-box .head-img #file2 {
  width: 0.68rem;
  height: 0.68rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}
.together-form .form-input .head-box .head-img #file2 {
  opacity: 0;
}
.together-form .form-input .head-box .head-tip {
  height: 0.38rem;
  font-size: 0.26rem;
  color: #B5BFCA;
  line-height: 0.38rem;
  text-align: center;
  margin-top: 0.2rem;
}
.together-form .form-input .bgimg-list {
  width: 100%;
  height: auto;
  padding-top: 0.1rem;
  display: flex;
}
.together-form .form-input .bgimg-list .bg-item {
  width: 1.02rem;
  height: 1.02rem;
  border-radius: 0.51rem;
  margin-left: 0.28rem;
}
.together-form .form-input .bgimg-list .bg-item:first-child {
  margin-left: 0;
}
.together-form .form-input .bgimg-list .bg-item.on {
  border: 0.02rem solid #B17948;
}
.together-form .form-input .bgimg-list .bg-item.default-color {
  background: linear-gradient(180deg, #EED4AA 0%, rgba(238, 212, 170, 0.5) 100%);
  position: relative;
}
.together-form .form-input .bgimg-list .bg-item.default-color::before {
  content: "默认";
  width: 100%;
  font-size: 0.26rem;
  color: #B17948;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}
.together-form .form-input .bgimg-list .bg-item.white-color {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.4) 100%);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}
.together-form .form-input .bgimg-list .bg-item.yellow-color {
  background: linear-gradient(180deg, #F9B900 0%, rgba(249, 185, 0, 0.3) 100%);
}
.together-form .form-input .bgimg-list .bg-item.orange-color {
  background: linear-gradient(180deg, #DD6532 0%, rgba(221, 101, 50, 0.5) 100%);
}
.together-form .form-input .bgimg-list .bg-item.red-color {
  background: linear-gradient(180deg, #CD2C27 0%, rgba(205, 44, 39, 0.4) 100%);
}
.team-box {
  width: 6.3rem;
  height: 1.7rem;
  padding: 0.4rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(177, 121, 72, 0.05);
  border-radius: 0.3rem;
  overflow: hidden;
}
.team-box .icon {
  width: 0.9rem;
  border-radius: 0.1rem;
}
.team-box .intro {
  flex: 1;
  padding-left: 0.2rem;
}
.team-box .intro h6 {
  height: 0.42rem;
  line-height: 0.42rem;
  margin-bottom: 0.1rem;
  font-size: 0.3rem;
  font-weight: 600;
  color: #2d3136;
}
.team-box .intro p {
  height: 0.37rem;
  line-height: 0.37rem;
  font-size: 0.26rem;
  color: #666F7B;
}
.preview.white-color {
  background: #FFFFFF;
}
.preview.white-color .section1 {
  box-shadow: 0 0.02rem 0.2rem 0 rgba(0, 0, 0, 0.15);
}
.preview.white-color .section2,
.preview.white-color .back-box,
.preview.white-color .team-member {
  box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.1);
}
.preview.yellow-color {
  background: linear-gradient(180deg, #F9B900 0%, rgba(249, 185, 0, 0.3) 100%);
}
.preview.yellow-color .together-bottom .bottom-btn {
  border: 1px solid #F9B900;
  color: #F9B900;
}
.preview.yellow-color .together-bottom .bottom-btn.type2 {
  background: #F9B900;
  color: #fff;
}
.preview.orange-color {
  background: linear-gradient(180deg, #DD6532 0%, rgba(221, 101, 50, 0.5) 100%);
}
.preview.orange-color .together-bottom .bottom-btn {
  border: 1px solid #DD6532;
  color: #DD6532;
}
.preview.orange-color .together-bottom .bottom-btn.type2 {
  background: #DD6532;
  color: #fff;
}
.preview.red-color {
  background: linear-gradient(180deg, #CD2C27 0%, rgba(205, 44, 39, 0.4) 100%);
}
.preview.red-color .together-bottom .bottom-btn {
  border: 1px solid #CD2C27;
  color: #CD2C27;
}
.preview.red-color .together-bottom .bottom-btn.type2 {
  background: #CD2C27;
  color: #fff;
}
.preview {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.preview .head-img {
  width: 100%;
  height: 4.21rem;
  position: relative;
}
.preview .head-img .headimg {
  width: 100%;
  height: 100%;
}
.preview .head-img .share-btn {
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  top: 0.21rem;
  right: 0.3rem;
}
.preview-con {
  padding-top: 1.04rem;
}
.preview-con .section1 {
  position: relative;
  padding-top: 1.04rem;
  overflow: initial;
}
.preview-con .section1 .edit-btn {
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
}
.preview-con .section1 .status {
  width: 1.69rem;
  height: 1.19rem;
  display: block;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
}
.preview-con .section1 .tx {
  width: 1.78rem;
  height: 1.78rem;
  position: absolute;
  top: -0.89rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
  background: url(../img/img-241112/together/tx_bg.png);
  background-size: 100% 100%;
}
.preview-con .section1 .tx::before {
  content: "";
  z-index: -1;
  background: #fff;
  width: 1.48rem;
  height: 1.48rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.preview-con .section1 .tx img {
  width: 1.48rem;
  height: 1.48rem;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.preview-con .section1 .intro {
  font-size: 0.34rem;
  color: #2D3136;
  text-align: center;
  line-height: 0.48rem;
}
.preview-con .section1 .goal-price {
  margin: 0.5rem auto;
}
.preview-con .section1 .slogan {
  padding: 0 0.7rem;
  height: auto;
  overflow: hidden;
  font-size: 0.3rem;
  color: #2d3136;
  text-align: center;
  line-height: 0.42rem;
  margin-bottom: 0.3rem;
  position: relative;
}
.preview-con .section1 .slogan::before {
  content: "";
  width: 0.19rem;
  height: 0.17rem;
  background: url(../img/img-241112/together/quotation_mark_icon.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0.3rem;
  transform: translateY(-50%);
}
.preview-con .section1 .slogan::after {
  content: "";
  width: 0.19rem;
  height: 0.17rem;
  background: url(../img/img-241112/together/quotation_mark_icon.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%) rotate(180deg);
}
.preview-con .section1 .raisefund {
  width: 6.3rem;
  height: 2.36rem;
  background: linear-gradient(180deg, #EED4AA 0%, rgba(238, 212, 170, 0) 100%), rgba(177, 121, 72, 0.08);
  border-radius: 0.1rem;
  padding: 0.3rem 0.2rem;
}
.preview-con .section1 .raisefund .goal {
  height: 0.58rem;
  display: flex;
  align-items: end;
}
.preview-con .section1 .raisefund .goal span {
  height: 0.33rem;
  font-size: 0.24rem;
  color: #2D3136;
  line-height: 0.33rem;
}
.preview-con .section1 .raisefund .goal span.price {
  height: 0.48rem;
  font-size: 0.48rem;
  color: #B17948;
  margin: 0 0.1rem;
  font-weight: 500;
  line-height: 0.48rem;
}
.preview-con .section1 .raisefund .bar {
  width: 100%;
  height: 0.1rem;
  position: relative;
  margin-top: 0.38rem;
  margin-bottom: 0.33rem;
}
.preview-con .section1 .raisefund .bar::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #EED4AA 0%, #B17948 100%);
  opacity: 0.3;
  border-radius: 0.05rem;
  position: absolute;
  top: 0;
  left: 0;
}
.preview-con .section1 .raisefund .bar .bar-val {
  width: 0;
  height: 100%;
  background: #B17948;
  border-radius: 0.05rem;
  position: relative;
  z-index: 1;
}
.preview-con .section1 .raisefund .bar .bar-val::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  background: url(../img/img-241112/together/bar_dot.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -0.21rem;
  transform: translateY(-50%);
}
.preview-con .section1 .raisefund .detail {
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.preview-con .section1 .raisefund .detail span {
  font-size: 0.24rem;
  color: #2d3136;
}
.preview-con .section1 .raisefund .detail .raisefund-detail-btn {
  width: 0.4rem;
  height: 0.4rem;
}
.preview-con .section1 .deadline {
  height: 0.33rem;
  font-size: 0.24rem;
  color: #b5bfca;
  text-align: center;
  line-height: 0.33rem;
  margin: 0.5rem auto 0.2rem;
}
.preview-con .section1 .project-intro {
  width: 6.3rem;
  height: 1.8rem;
  background: rgba(177, 121, 72, 0.08);
  padding: 0.3rem 0.2rem;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
}
.preview-con .section1 .project-intro a {
  width: 100%;
  height: 100%;
}
.preview-con .section1 .project-intro img {
  width: 1.9rem;
  height: 1.06rem;
}
.preview-con .section1 .project-intro .intro {
  margin-left: 0.2rem;
  flex: 1;
  height: 1.2rem;
  text-align: left;
}
.preview-con .section1 .project-intro .intro h6 {
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.32rem;
  color: #2D3136;
  margin-top: 0.17rem;
}
.preview-con .section1 .project-intro .intro p {
  height: 0.33rem;
  line-height: 0.33rem;
  font-size: 0.24rem;
  color: #666f7b;
  margin-top: 0.1rem;
}
.preview-con .section1 .project-intro .tag {
  width: 1.54rem;
  height: 1.54rem;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 1.54rem;
  text-align: center;
  position: absolute;
  top: -0.36rem;
  right: -0.36rem;
  transform: rotate(45deg);
}
.preview-con .section1 .project-intro .tag::after {
  content: "";
  width: 100%;
  height: 0.36rem;
  background-color: #B17948;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.preview-con .section2 {
  width: 6.9rem;
  height: 1.6rem;
  background: #fff;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0;
}
.preview-con .section2::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(177, 121, 72, 0.1) 0%, rgba(177, 121, 72, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.preview-con .section2 .team-submit-btn {
  width: 2.58rem;
  height: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.preview-con .section2 .team-submit-btn .icon {
  width: 0.88rem;
  height: 0.88rem;
}
.preview-con .section2 .team-submit-btn span {
  font-size: 0.3rem;
  color: #b17948;
}
.preview .together-bottom {
  padding-top: 0.1rem;
}
.preview .section2 {
  display: none;
}
.preview .section2.show {
  display: flex;
}
.preview .back-box,
.preview .team-member {
  display: none;
}
.preview .back-box.show,
.preview .team-member.show {
  display: block;
}
.submit-bottom {
  width: 100%;
  height: 1.6rem;
  padding: 0.34rem 0.4rem 0.54rem;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  /* &::after {
        content: "";
        width: 7.5rem;
        height: 1.6rem;
        background: rgba(238, 212, 171, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    } */
}
.submit-bottom .bottom-btn {
  width: 3.15rem;
  height: 0.8rem;
  background: linear-gradient(90deg, #EED4AA 0%, #B17948 100%);
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  margin: auto;
}
.submit-bottom .bottom-btn .icon {
  width: 0.4rem;
}
.submit-bottom .bottom-btn:last-child .icon {
  width: 0.44rem;
  height: 0.26rem;
}
.submit-bottom .bottom-btn span {
  font-size: 0.3rem;
  color: #fff;
}
.submit-bottom .disable-btn {
  width: 6.3rem;
  height: 0.8rem;
  background: rgba(177, 121, 72, 0.55);
  border-radius: 0.4rem;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.8rem;
  text-align: center;
  margin: 0 auto;
  display: none;
}
.team-member .team-member-top {
  height: 0.72rem;
  padding-bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
}
.team-member .team-member-top h6 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #2d3136;
}
.team-member .team-member-list {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.3rem;
}
.team-member .top-right,
.team-member .list-item {
  color: #2D3136;
  font-size: 0.24rem;
  display: flex;
}
.team-member .top-right .text,
.team-member .list-item .text {
  display: flex;
  align-items: center;
}
.team-member .top-right span,
.team-member .list-item span {
  font-size: 0.24rem;
}
.team-member .top-right span.price,
.team-member .list-item span.price {
  color: #B17948;
  margin-left: 0.1rem;
}
.team-member .top-right .jt_icon,
.team-member .list-item .jt_icon {
  width: 0.4rem;
  height: 0.4rem;
}
.team-member .list-item {
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.team-member .list-item .username {
  font-size: 0.28rem;
}
.team-member > p {
  height: 0.33rem;
  font-size: 0.24rem;
  color: #B5BFCA;
  text-align: center;
  line-height: 0.33rem;
}
.back-box .back-top {
  height: 0.72rem;
  padding-bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
}
.back-box .back-top h6 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #2d3136;
}
.back-box .back-list {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.3rem;
}
.back-box .back-list .back-item {
  height: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.back-box .back-list .item-left {
  display: flex;
  align-items: center;
}
.back-box .back-list .item-left .tx {
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.2rem;
}
.back-box .back-list .item-left .username {
  font-size: 0.3rem;
  font-weight: 500;
  color: #666F7B;
}
.back-box .back-list .item-right .jt_icon {
  width: 0.4rem;
  height: 0.4rem;
}
.fixed-money {
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #2d3136;
  margin-top: 0.2rem;
  align-items: center;
  justify-content: center;
  display: none;
}
.fixed-money .item {
  width: 1.5rem;
  height: 0.8rem;
  background: #f8f9fd;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.01rem solid #b17948;
  color: #b17948;
  background: rgba(177, 121, 72, 0.05);
}
.zaixianjuanzeng .main .fixed-money em {
  display: none;
}
.zaixianjuanzeng .main .long-term .fixed-money em {
  display: inline;
}
.zaixianjuanzeng .main .fixed .tabs,
.zaixianjuanzeng .main .fixed .inputmoney {
  display: none;
}
.zaixianjuanzeng .main .fixed .fixed-money {
  display: flex;
}
.together.participant {
  background: #F8F9FD;
  padding-top: 0.88rem;
}
.count-box {
  width: 100%;
  height: 2.08rem;
  background: linear-gradient(180deg, #EED4AA 0%, rgba(238, 212, 170, 0) 100%);
  position: relative;
  padding: 0.93rem 0.3rem 0.3rem;
  display: flex;
  box-sizing: border-box;
  overflow-x: auto;
}
.count-item {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.count-item.on .num {
  color: #B17948;
}
.count-item::before {
  content: "";
  width: 1px;
  height: 0.24rem;
  background: rgba(177, 121, 72, 0.32);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.count-item:first-child::before {
  content: none;
}
.count-item .num {
  height: 0.45rem;
  font-size: 0.32rem;
  color: #2D3136;
  line-height: 0.45rem;
  font-weight: 500;
}
.count-item .text {
  height: 0.33rem;
  font-size: 0.24rem;
  color: #2D3136;
  line-height: 0.33rem;
}
.donate-record {
  height: 0.4rem;
  font-size: 0.24rem;
  color: #2D3136;
  line-height: 0.4rem;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0.26rem;
  left: 6.05rem;
}
.donate-record .jt_icon {
  width: 0.22rem;
  height: 0.4rem;
}
.participant-list {
  padding: 0.3rem;
  height: auto;
  overflow: hidden;
}
.participant-list .list-item {
  height: auto;
  overflow: hidden;
  padding: 0.3rem;
  margin-bottom: 0.2rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  display: none;
}
.participant-list .list-item .title {
  height: 0.72rem;
  border-bottom: 1px solid #EBEBEB;
}
.participant-list .list-item .title h6 {
  height: 0.42rem;
  font-weight: 600;
  font-size: 0.3rem;
  line-height: 0.42rem;
  position: relative;
  padding-left: 0.18rem;
}
.participant-list .list-item .title h6::before {
  content: "";
  width: 0.08rem;
  height: 0.24rem;
  background: #D71518;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.participant-list .list-item .con {
  height: auto;
  overflow: hidden;
  padding-top: 0.3rem;
}
.participant-list .list-item .con .con-item {
  height: 0.4rem;
  font-size: 0.28rem;
  color: #2D3136;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.participant-list .list-item .con .con-item:last-child {
  margin-bottom: 0;
}
.together.donate-list {
  background: #F8F9FD;
  padding-top: 0.88rem;
}
.together.donate-list > .total {
  height: 0.33rem;
  font-size: 0.24rem;
  color: #B5BFCA;
  line-height: 0.33rem;
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
  margin-left: 0.3rem;
}
.together.donate-list > .list {
  height: auto;
  padding: 0.3rem;
  overflow: hidden;
}
.together.donate-list > .list .list-item {
  height: 1.5rem;
  padding: 0.3rem;
  border-radius: 0.2rem;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0.2rem;
}
.together.donate-list > .list .list-item .left .name {
  height: 0.42rem;
  font-weight: 500;
  font-size: 0.3rem;
  color: #2D3136;
  line-height: 0.42rem;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}
.together.donate-list > .list .list-item .left .name .source {
  width: 0.96rem;
  height: 0.4rem;
  background: rgba(238, 212, 170, 0.2);
  border-radius: 0.04rem;
  font-size: 0.22rem;
  color: #B17948;
  line-height: 0.4rem;
  text-align: center;
  margin-left: 0.1rem;
}
.together.donate-list > .list .list-item .left .date {
  height: 0.37rem;
  font-size: 0.26rem;
  color: #666F7B;
  line-height: 0.37rem;
}
.together.donate-list > .list .list-item .price {
  margin-top: 0.19rem;
  height: 0.42rem;
  font-size: 0.3rem;
  color: #2D3136;
  line-height: 0.42rem;
}
.together.donate-list > .list .list-item .tag {
  width: 0.88rem;
  height: 0.4rem;
  border-top-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  font-size: 0.24rem;
  color: #B17948;
  text-align: center;
  line-height: 0.4rem;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(177, 121, 72, 0.1);
}
.donate-list-top {
  height: 2rem;
  background: linear-gradient(180deg, #EED4AA 0%, rgba(238, 212, 170, 0) 100%);
  padding: 0.5rem 0.3rem;
  display: flex;
}
.donate-list-top .tx {
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.donate-list-top .info {
  flex: 1;
  height: 1rem;
  margin-left: 0.2rem;
}
.donate-list-top .info h3 {
  height: 0.4rem;
  font-weight: 500;
  font-size: 0.28rem;
  color: #2d3136;
  line-height: 0.4rem;
  margin-top: 0.09rem;
  margin-bottom: 0.05rem;
}
.donate-list-top .info p {
  height: 0.33rem;
  font-size: 0.24rem;
  color: #b17948;
  line-height: 0.33rem;
}
.donate-list-top .info .row {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  height: 0.33rem;
}
.donate-list-top .info .row div {
  font-size: 0.24rem;
  color: #2D3136;
}
.donate-list-top .info .row div:last-child {
  padding-left: 0.34rem;
  position: relative;
}
.donate-list-top .info .row div:last-child::before {
  content: "";
  width: 1px;
  height: 0.24rem;
  background: #B5BFCA;
  left: 0.16rem;
  top: 50%;
  transform: translateY(-50%);
}
.donate-list-top .info .row span {
  color: #B17948;
}
.together.together-list {
  background: #FFFFFF;
  padding-top: 0.88rem;
}
.together-list-top {
  padding-top: 0.3rem;
  height: 2.93rem;
  background: linear-gradient(180deg, #EED4AA 0%, rgba(238, 212, 170, 0) 100%);
}
.together-list-top.participate .count-box1 {
  display: none;
}
.together-list-top.participate .count-box2 {
  display: flex;
}
.together-list-top .tabs {
  width: 4.06rem;
  height: 0.52rem;
  padding-bottom: 0.07rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.together-list-top .tabs .item {
  font-size: 0.32rem;
  color: #2D3136;
}
.together-list-top .tabs .item.on {
  font-weight: 600;
  color: #B17948;
  position: relative;
}
.together-list-top .tabs .item.on::after {
  content: "";
  width: 1rem;
  height: 0.07rem;
  background-color: #b17948;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.together-list-top .count-box {
  background: transparent;
  padding: 0 0.3rem;
  height: 0.85rem;
  margin-top: 0.78rem;
}
.together-list-top .count-box1 {
  display: flex;
}
.together-list-top .count-box2 {
  display: none;
}
.together-list .tab-box {
  width: 6.9rem;
  height: 0.62rem;
  background: #FFFFFF;
  border-radius: 0.06rem;
  border: 1px solid rgba(181, 191, 202, 0.5);
  padding: 0 0.13rem;
  margin: 0.3rem auto;
  display: flex;
  align-items: center;
}
.together-list .tab-box .item {
  flex: 1;
  font-size: 0.28rem;
  color: #2D3136;
  text-align: center;
  position: relative;
}
.together-list .tab-box .item.on {
  color: #B17948;
}
.together-list .tab-box .item::before {
  content: "";
  width: 1px;
  height: 0.24rem;
  background: rgba(181, 191, 202, 0.5);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.together-list .tab-box .item:first-child::before {
  content: none;
}
.together-list-con {
  padding: 0.3rem 0.3rem 0;
  height: auto;
  overflow: hidden;
  border-top: 1px solid #EBEBEB;
}
.together-list-con .title {
  padding-left: 0.18rem;
  height: 0.42rem;
  font-weight: 600;
  font-size: 0.3rem;
  color: #2D3136;
  line-height: 0.42rem;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 0.6rem;
}
.together-list-con .title::before {
  content: "";
  width: 0.08rem;
  height: 0.24rem;
  background: #D71518;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.together-list-con .tabs2 {
  height: 0.4rem;
  margin-bottom: 0.2rem;
  display: flex;
}
.together-list-con .tabs2 .item {
  padding-left: 0.32rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-left: 0.6rem;
  overflow: hidden;
  font-size: 0.28rem;
  color: #636E7A;
  position: relative;
}
.together-list-con .tabs2 .item::before {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  background: url(../img/img-241112/radio.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.together-list-con .tabs2 .item.on {
  color: #B17948;
}
.together-list-con .tabs2 .item.on::before {
  content: "";
  background: url(../img/img-241112/radio_on.png) no-repeat;
  background-size: 100% 100%;
}
.together-list-con .tabs2 .item:first-child {
  margin-left: 0;
}
.together-list-con .list {
  height: auto;
  overflow: hidden;
}
.together-list-con .list .item {
  padding: 0.3rem 0;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  position: relative;
}
.together-list-con .list .item .tx {
  width: 1rem;
  height: 1rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
}
.together-list-con .list .item .info {
  flex: 1;
  height: auto;
  overflow: hidden;
  margin-left: 0.2rem;
}
.together-list-con .list .item .info h3 {
  height: 0.4rem;
  font-weight: 500;
  font-size: 0.28rem;
  color: #2d3136;
  line-height: 0.4rem;
  margin-bottom: 0.05rem;
}
.together-list-con .list .item .info p {
  height: 0.33rem;
  font-size: 0.24rem;
  color: #b17948;
  line-height: 0.33rem;
}
.together-list-con .list .item .info .copy-row {
  height: 0.4rem;
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.together-list-con .list .item .info .copy-row .id {
  padding: 0 0.15rem;
  height: 0.4rem;
  background: rgba(238, 212, 170, 0.2);
  border-radius: 0.04rem;
  font-size: 0.22rem;
  color: #2D3136;
  line-height: 0.4rem;
}
.together-list-con .list .item .info .copy-row .copy-btn {
  height: 0.4rem;
  font-size: 0.22rem;
  color: #636E7A;
  line-height: 0.4rem;
  margin-left: 0.2rem;
}
.together-list-con .list .item .info .row {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  height: 0.33rem;
}
.together-list-con .list .item .info .row:first-child {
  margin-top: 0;
}
.together-list-con .list .item .info .row div {
  font-size: 0.24rem;
  color: #2D3136;
}
.together-list-con .list .item .info .row div:last-child {
  padding-left: 0.34rem;
  position: relative;
}
.together-list-con .list .item .info .row div:last-child::before {
  content: "";
  width: 1px;
  height: 0.24rem;
  background: #B5BFCA;
  left: 0.16rem;
  top: 50%;
  transform: translateY(-50%);
}
.together-list-con .list .item .info .row span {
  color: #B17948;
}
.together-list-con .list .item .detail {
  display: flex;
  align-items: center;
  height: 0.33rem;
  position: absolute;
  bottom: 0.3rem;
  right: 0;
}
.together-list-con .list .item .detail span {
  font-size: 0.24rem;
  color: #2D3136;
}
.together-list-con .list .item .detail .jt_icon {
  width: 0.22rem;
  height: 0.4rem;
}
.together-list-con .list .item .detail-btn {
  width: 0.78rem;
  height: 0.4rem;
  background: #FFFFFF;
  border-radius: 0.04rem;
  border: 1px solid #B17948;
  font-size: 0.24rem;
  color: #B17948;
  line-height: 0.38rem;
  text-align: center;
  position: absolute;
  top: 0.3rem;
  right: 0;
}
.wodejuankuan.together {
  background: #F8F9FD;
  overflow: auto;
  padding-top: 0.88rem;
}
.wodejuankuan.together .donate-list-top {
  height: 2.31rem;
}
.wodejuankuan.together .search {
  margin-top: 0.2rem;
}
.wodejuankuan.together .allselected .check {
  margin: 0;
}
.is-longterm-alert.mask,
.txcode-alert.mask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: 999;
}
.is-longterm-alert.mask .suc,
.txcode-alert.mask .suc {
  width: 5.7rem;
  height: auto;
  overflow: hidden;
  background: #ffffff;
  border-radius: 0.4rem;
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.is-longterm-alert.mask .suc > img,
.txcode-alert.mask .suc > img {
  width: 0.44rem;
  height: 0.44rem;
  background: rgba(255, 0, 51, 0);
  float: right;
  margin-top: 0.2rem;
  margin-right: 0.3rem;
}
.is-longterm-alert.mask .suc .suc-main,
.txcode-alert.mask .suc .suc-main {
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2d3136;
  margin: 0.8rem 0.4rem 0.75rem;
  text-align: center;
}
.is-longterm-alert.mask .suc .suc-but,
.txcode-alert.mask .suc .suc-but {
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  margin-top: 0.5rem;
  padding-left: 0.22rem;
  padding-right: 0.22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.is-longterm-alert.mask .suc .suc-but > span,
.txcode-alert.mask .suc .suc-but > span {
  width: 2.08rem;
  height: 0.7rem;
  border-radius: 0.35rem;
  color: #ffffff;
  background: #b17948;
  line-height: 0.7rem;
  text-align: center;
  margin: 0 0.1rem;
}
.is-longterm-alert.mask .suc .suc-but > span.type2,
.txcode-alert.mask .suc .suc-but > span.type2 {
  color: #b17948;
  background: #f8f9fd;
}
.txcode-alert.mask .suc .suc-main {
  margin-top: 0.4rem;
}
.txcode-alert .suc-title {
  margin-bottom: 0.3rem;
}
.txcode-alert .input-box {
  position: relative;
  height: 1.2rem;
  background: #f8f9fd;
  padding-right: 1.8rem;
}
.txcode-alert .input-box input {
  width: 100%;
  height: 100%;
  outline: none;
  background: #f8f9fd;
  color: #333333;
  font-size: 0.32rem;
  padding-left: 0.2rem;
}
.txcode-alert .input-box .get-code {
  width: 1.65rem;
  height: 1rem;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
}
.detail-popup.mask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: 999;
}
.detail-popup .popup-con {
  width: 5.9rem;
  height: 9.74rem;
  background: #ffffff;
  position: fixed;
  top: 45%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.detail-popup .detailPopupThumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.detail-popup .detailPopupThumb img {
  width: 100%;
  height: 100%;
}
.detail-popup .popup-download-btn {
  width: 4.2rem;
  height: 0.8rem;
  background: #B17948;
  border-radius: 0.4rem;
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
  line-height: 0.8rem;
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.detail-popup .close {
  width: 0.56rem;
  height: 0.56rem;
  background: url(../img/img-241112/together/p_close.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: -2.06rem;
  left: 50%;
  transform: translateX(-50%);
}
.popup-con-box {
  width: 5.9rem;
  height: 9.74rem;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.popup-con-box .popup-bg {
  width: 5.9rem;
  height: 9.74rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.popup-con-box .title {
  height: 0.5rem;
  font-weight: 500;
  font-size: 0.36rem;
  color: #533113;
  line-height: 0.5rem;
  text-align: center;
  margin-top: 0.86rem;
  position: relative;
}
.popup-con-box .title::before,
.popup-con-box .title::after {
  content: "";
  width: 4rem;
  height: 0.36rem;
  background: url(../img/img-241112/together/p_title_bg.png);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.popup-con-box .title::before {
  top: -0.46rem;
}
.popup-con-box .title::after {
  bottom: -0.46rem;
  transform: translateX(-50%) rotate(180deg);
}
.popup-con-box .tx {
  width: 1.34rem;
  height: 1.34rem;
  background: rgba(177, 121, 72, 0.2);
  margin: 0.86rem auto 0.5rem;
  border-radius: 50%;
  padding: 0.05rem;
}
.popup-con-box .tx img {
  width: 100%;
  height: 100%;
}
.popup-con-box .cont {
  padding: 0 0.45rem;
  height: auto;
  overflow: hidden;
}
.popup-con-box .cont p {
  font-size: 0.3rem;
  color: #2D3136;
  line-height: 0.56rem;
  text-align: center;
}
.popup-con-box .cont .on {
  color: #B17948;
}
.popup-con-box .qrcode-box {
  width: 1.58rem;
  height: 1.58rem;
  margin: 0.3rem auto 0.36rem;
  display: block;
  position: relative;
}
.popup-con-box .qrcode-box .icon {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.05rem;
}
.popup-con-box .qrcode {
  width: 1.58rem;
  height: 1.58rem;
  display: block;
}
.popup-con-box .qrcode img {
  width: 100%;
  height: 100%;
}