.main{
    padding: .5rem;
}
.input-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.input-placeholder {
    opacity: 0.65;
    font-size: 32rpx;
    color: #88909f;
}

.book-name-wraper {
    margin-bottom: .5rem;
    background: #fff;
    border-radius: .2rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.book-info-wraper textarea {
    width: 100%;
    border-radius: .2rem;
    height: 4rem;
    padding: .5rem;
    font-size: .7rem;
}

.book-name-wraper input {
    width: 100%;
    border-radius: .2rem;
    padding: .5rem;
    height: 2rem;
    line-height: 2rem;
    font-size: .7rem;
}
.book-info-wraper {
    margin-bottom: .5rem;
    background: #fff;
    border-radius: .2ren;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.agreement-section {
    margin: 20rpx 22rpx 0 25rpx;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 77rpx;
    width: 500rpx;
}

.ag-checkbox {
    margin-bottom: 5rpx;
    width: 48rpx;
    transform: scale(0.8);
}

.ag-intro {
    font-size: 26rpx;
    color: #9b9b9b;
}

.ag-agreement {
    font-size: 26rpx;
    color: #576b95;
    line-height: 37rpx;
}
.button-section {
    padding: .5rem;
}
.section1 {
    margin-bottom: .5rem;
    overflow: hidden;
    border-radius: .2rem;
    position: relative;
    text-align: center;
}
.group-header-background-img {
    width: 100%;
    height: 5rem;
}
.setImg{
  position: absolute;
  width: 100%;
  height: 5rem;
  left: 0;
  top: 0;
  z-index: 9;
  color:#fff;
  background: rgba(0, 0, 0, 0.1);
  line-height: 5rem;
  text-align: center;
  font-size: .65rem;
}
.default-button {
    background: #00cf7a;
    font-size: .7rem;
    color: #fff;
    border: 0rpx solid transparent;
    outline: 0rpx solid transparent;
    background-image: linear-gradient(-142deg,#04df85 0%,#0dd885 100%);
    width: 100%;
    border-radius: 1rem;
    height: 2rem;
}


.hongbao{
  padding-bottom:.5rem;
  display: flex;
}
.hongbao img{
  background: #fff;
  border-radius: .2rem;
  padding: .3rem;
  width: 2rem;
  height: 2rem;
}
.hongbao_input{
  display: flex;
  font-size: .7rem;
  height: 2rem;
  padding: 0 .5rem;
  line-height: 2rem;
  background: #fff;
  margin-bottom: .5rem;
  border-radius: .2rem;
}
.hongbao_input span{
  display: inline-block;
}
.hongbao_input input{
  flex: 1;
  text-align: right;
  height: 2rem;
  line-height: 2rem;
  margin-right: .5rem;
  font-size: .7rem;
}
.upload_img{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}