/* 填写信息弹窗 */
.address-pop.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 99;
}

.info-pop {
  position: absolute;
  width: 634px;
  top: 50%;
  left: 50%;
  margin-left: -317px;
  transform: translateY(-50%);
  margin-top: -30px;
  overflow: hidden;
}

.info-pop .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: url('//image01.homedo.com/Files/Images/cms/www/20211014/4617269550893511280_pic1.png') no-repeat center/100%;
}

.info-pop .main-con {
  margin: 29px 0 0 16px;
  width: 565px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #FFFBF3;
}

.info-pop .main-con .title {
  background: #F9E5D3;
  height: 72px;
  border-radius: 20px 20px 0px 0px;
  font-size: 30px;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #a25a19;
  line-height: 70px;
  margin-bottom: 40px;
}

.info-pop .congratulations {
  margin-bottom: 18px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
}

.form-item {
  display: flex;
  position: relative;
  padding: 0 83px;
}

.form .form-title {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #484848;
  line-height: 16px;
  text-align: center;
  margin-bottom: 18px;
}

.form-item {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}

.form-item .label {
  width: 70px;
  line-height: 16px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #484848;
  text-justify: distribute-all-lines;
  text-align-last: justify;
  margin-right: 20px;
  position: relative;
}

.form-item .label:after {
  content: '：';
  position: absolute;
  right: -18px;
  top: 0;
}

.form-item .label.no-after:after {
  display: none;
}

.form-item > input {
  width: 320px;
  height: 36px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 0 10px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #484848;
  outline: none;
}

.form-item .con::-webkit-input-placeholder {
  color: #999;
}

.form-item .con:-moz-placeholder {
  color: #999;
}

.form-item .con:-ms-input-placeholder {
  color: #999;
}

.form-item .con::placeholder {
  color: #999;
  font-weight: 400;
}

.form-item.err .con::-webkit-input-placeholder {
  color: #E13B24;
}

.form-item.err  .con:-moz-placeholder {
  color: #E13B24;
}

.form-item.err .con:-ms-input-placeholder {
  color: #E13B24;
}

.form-item.err .con::placeholder {
  color: #E13B24;
  font-weight: 400;
}

.form-item .inp {
  display: flex;
  justify-content: space-between;
  width: 320px;
}

.form-item .inp > select {
  width: 98px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #484848;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-item > textarea.con {
  resize: none;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  width: 320px;
  outline: none ;
  line-height: 21px;
  padding: 8px 10px;
  font-size: 16px;
  color: #484848;
}

.form .btn-sub {
  display: block;
  background: linear-gradient(180deg,#ff6621, #ff3c10);
  border-radius: 23px;
  box-shadow: 0 2px 4px 0 #ff390f;
  width: 150px;
  height: 46px;
  line-height: 46px;
  font-size: 26px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

.tips, .reward-list {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  width: 621px;
  height: 262px;
  margin-top: -161px;
  margin-left: -310px;
  padding-top: 28px;
}

.tips .btn-close, .reward-list .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: url('//image01.homedo.com/Files/Images/cms/www/20211014/4617269550893511280_pic1.png') no-repeat center/100%;
}

.tips .content, .reward-list .reward-content {
  width: 566px;
  height: 234px;
  border-right: 20px;
  overflow: hidden;
  background: #FFFBF3;
  border-radius: 20px;
}

.tips .content .title, .reward-list .reward-content .title {
  background: #f9e5d3;
  border-radius: 20px 20px 0 0;
  margin-bottom: 28px;
  font-size: 32px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #a25a19;
  line-height: 72px;
  text-align: center;
}

.tips .give-up .text {
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  color: #666666;
  line-height: 33px;
  margin: 0 auto 21px;
}

.tips .give-up .btn-container {
  display: flex;
  justify-content: center;
}

.tips .give-up .btn {
  width: 156px;
  height: 46px;
  font-size: 26px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
  border-radius: 23px;
}

.tips .btn-grey {
  background: #ededed;
  color: #666666;
  margin-right: 30px;
}

.tips .btn-red {
  color: #FFFFFF;
  background: linear-gradient(180deg,#ff6621, #ff3c10);
  box-shadow: 0 2px 4px 0 #ff390f;
}

.tips .succ .text {
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #e13b24;
  line-height: 33px;
  text-align: center;
  margin-bottom: 8px;
}

.tips .succ .sec {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #666;
  line-height: 14px;
}

.tips .succ .sec .second {
  color: #E13B24;
}

.reward-list {
  height: 427px;
  margin-top: -240px;
}

.reward-list .reward-content .title {
  margin-bottom: 38px;
}

.reward-list .reward-content {
  height: 379px;
  padding-bottom: 20px;
}

.reward-list .reward-content .list {
  height: 269px;
  overflow-y: auto;
}

.reward-list .reward-content .list .item {
  display: flex;
  padding: 0 48px 0 42px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.reward-list .reward-content .list .item:last-child {
  margin-bottom: 0;
}

.reward-list .reward-content .list .item .pic {
  width: 80px;
  height: 80px;
}

.reward-list .reward-content .list .item .reward-info {
  width: 368px;
  flex-grow: 0;
}

.reward-list .reward-content .reward-name {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #484848;
  line-height: 18px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reward-list .reward-content .text {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #484848;
  line-height: 14px;
}

.reward-list .reward-time {
  margin-bottom: 16px;
}




