main #coupon .coupon_box{
  margin: 50px auto 20px auto;
  width: 100%;
  padding: 20px 5%;
  box-sizing: border-box;
  /* border: #606060 1px solid; */
  box-shadow: 0px 0px 20px -2px rgb(0 0 0 / 10%);
}
main #coupon .coupon_box .input {
  width: 100%;
  height: 53px;
  line-height: 53px;
  font-size: 16px;
  /* color: #999; */
  background: #f2f2f2;
  border: #d9d9d9 1px solid;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}
main #coupon .coupon_box .input .off {
  display: block;
  color: #999;
}
main #coupon .coupon_box .input .on {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  top: -2px;
}
main #coupon .coupon_box .btn {
  width: 85%;
  margin: 0 auto 0 auto;
}
main #coupon .coupon_box .btn span {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: none;
  background: #c3113b;
  display: block;
  cursor: pointer;
}
.cupone-text {
  text-align: left;
  padding: 0 5%;
  color: #c90436;
  margin-bottom: 20px;
}
