.EC1{
  color: #333;
}
.EC2{
  color: #CCCCCC;
}
.EC3{
  color: #999999;
}
.EC4{
  color: #F0B55F;
}
.red-packet-content{
  padding-top: 4.2vmin;
}
.red-packet-top .record{
  font-size: 3.7vmin;
}
.red-packet-content .red-packet-item{
  border: 0 solid rgba(0.5920000076293945, 0.5920000076293945, 0.5920000076293945, 1);
  background: rgba(255,255,255,1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 12.8vmin;
  line-height: 12.8vmin;
  padding:0 4.2vmin ;
  color: #333;
  font-size: 3.7vmin;
}
.red-packet-content .red-packet-item .input{
  display: flex;
  align-items: center;
}
.red-packet-content .red-packet-item .input  input{
  text-align: right;margin-right: 1vmin;
}
.red-packet-content .red-packet-item .blur-input{
  text-align: right;margin-right: 1vmin;
}
.red-packet-content .red-packet-type{
  padding: 1vmin 4.2vmin;
  height: 10.1vmin;
  font-size: 3.2vmin;
  font-weight: 600;
}
.red-packet-content .line{
  height: 0;
  border-top: 1px solid #F5F6F9;
  margin-left: 4.2vmin;
}
.input-placeholder{
  color: #ccc;
}
.red-packet-content .red-packet-item .red-packet-text{
  width: 100%;
  line-height: 5.5vmin;
  padding: 3vmin 0;
}
.red-packet-money{
  padding: 8.2vmin 0 10.9vmin;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.red-packet-money .money{
  font-size: 10.6vmin;
  font-weight: bold;
  line-height: 14.9vmin;
  color: #333333;
}
.red-packet-money .service-free{
  font-size: 3.7vmin;
  color: #999;
  margin-bottom: 2.6vmin;
}
.red-packet-money .service-free .real-money{
  font-weight: 500;
  color: #333;
}
.put-money-btn{
  width: 68vmin;
  height: 10.6vmin;
  line-height: 10.6vmin;
  border-radius: 5.8vmin;
  opacity: 1;
  color: #fff;
  text-align: center;
  font-size: 3.7vmin;
  border: 0 solid rgba(0.5920000076293945, 0.5920000076293945, 0.5920000076293945, 1);
  background: linear-gradient(90deg, rgba(255,73,83,1) 0%, rgba(255,101,77,1) 50%, rgba(255,129,71,1) 100%);
  margin-bottom: 3.4vmin;
}
.put-money-btn.disable{
  opacity: 0.3;
}
.money-time-tip{
  font-size: 3.2vmin;
}
.pin{
  display: inline-block;
  color: #fff;
  font-size: 2.6vmin;
  width: 4.8vmin;
  height: 4.2vmin;
  border-radius: 1vmin;
  opacity: 1;
  margin-left: 1vmin;
  border: 0 solid rgba(0.5920000076293945, 0.5920000076293945, 0.5920000076293945, 1);
  background: rgba(240,181,95,1);
  text-align: center;
  line-height: 4.2vmin;
}
.placeholder {
  color: #CFCFCF;
}
.red-packet-item .label {
  display: flex;
  align-items: center;
}

/* input{
  background-color: brown;
} */

