.flower .title {
  font-size: .38rem;
  color: #f86192;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flower .title img {
  width: .6rem;
  margin: 0 .1rem;
}

.footer {
  text-align: center;
  font-size: .24rem;
  padding: .5rem 0 1.62rem;
}

.footer .tips {
  margin-bottom: .1rem;
  color: #fa3b3b;
}

.payment {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  display: flex;
  text-align: center;
}

.payment .discount {
  flex: 1;
  background: #fff;
  padding: 0 .3rem;
}

.promptly {
  width: calc(100% - 5rem);
  background: #ff4583;
  color: #fff;
  font-size: .38rem;
}

/* æµ æ¨»îƒ™å¯®åœ­ç¥ */
.user_info {
  display: none;
}

.user_info .title {
  padding: .2rem;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #f77121;
  border-bottom: 1px solid #eee;
}

.user_info .form_filler {
  padding: 0 .2rem;
}

.user_info .item {
  border-top: 1px solid #eee;
  padding-top: .2rem;
}

.user_info .item:first-child {
  border-top: none;
}

.user_info .item .name {
  /* font-weight: bold; */
}

.user_info .item input {
  border: none;
}

.user_info .item .code {
  display: flex;
  align-items: center;
}

.user_info .item .code input {
  flex: 1;
}

.user_info .item .obtain {
  background: #ff750d;
  border-radius: .5rem;
  color: #fff;
  padding: 0 .2rem;
  line-height: .56rem;
  height: .56rem;
  width: 1.8rem;
  text-align: center;
  box-sizing: border-box;
}

.pay_list .pay_item {
  line-height: .9rem;
  height: .9rem;
  padding: 0 .2rem;
  border-bottom: 1px solid #eee;
  position: relative;
  color: #666;
}

.pay_list .pay_item input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}

.pay_list .pay_item input {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.pay_list .pay_item label {
  width: 100%;
  position: relative;
  display: block;
}

.pay_list .pay_item label::before,
.pay_list .pay_item label::after {
  position: absolute;
  content: '';
}

.pay_list .pay_item label::before {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  border: 1px solid #eee;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.pay_list .pay_item label::after {
  border: 2px solid #fff;
  border-radius: 1px;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  width: .2rem;
  height: .12rem;
  top: .35rem;
  right: .1rem;
}

.pay_list .pay_item input:checked+label::before {
  background: #ffaa55;
}

.pay_list .pay_item img {
  width: .5rem;
  margin-right: .1rem;
}

.form_filler .confirm {
  display: block;
  margin: .4rem auto;
  width: 80%;
  border-radius: .5rem;
  background: #ff750d;
  font-size: .32rem;
}