.voice-content {
  position: relative;
  background-color: #fff;
  border-radius: 0.24rem;
  border: 0.01rem solid #D0D0D0;
  margin-top: 1rem;
  height: 5.6rem;
  box-sizing: border-box;
  display: flex;
}
.voice-content::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 5.6rem;
  background: url(../../img/company/voice-20250618/voice-bg.png) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.24rem 0 0 0;
}
.voice-content .left {
  width: 4.78rem;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-top: 1.63rem;
}
.voice-content .left h2 {
  width: 3.84rem;
  height: 1.2rem;
  font-weight: bold;
  font-size: 0.64rem;
  color: #000000;
  text-align: right;
  position: relative;
}
.voice-content .left h2::after {
  content: "";
  display: inline-block;
  width: 4.3rem;
  height: 0.04rem;
  position: absolute;
  left: 50%;
  bottom: 0.35rem;
  transform: translateX(-50%);
  background: linear-gradient(286deg, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.7) 50%, rgba(255, 0, 0, 0) 100%);
  border-radius: 0.14rem;
}
.voice-content .right {
  width: 7.22rem;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.voice-content .right > input {
  width: 4.27rem;
  height: 0.54rem;
  border: none;
  outline-style: none;
  box-sizing: border-box;
  font-size: 0.2rem;
  border-radius: 0 !important;
  color: #999999;
  background-color: #F8F8F8;
  padding: 0 0.3rem;
  margin-bottom: 0.4rem;
}
.voice-content .right > input:focus {
  border-color: #ED1C24 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), #ED1C24;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), #ED1C24;
}
.voice-content .right > input::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.2rem;
}
.voice-content .right > input::-ms-input-placeholder {
  color: #999999;
  font-size: 0.2rem;
}
.voice-content .right > input::-moz-placeholder {
  color: #999999;
  font-size: 0.2rem;
}
.voice-content .right > input::moz-placeholder {
  color: #999999;
  font-size: 0.2rem;
}
.voice-content .right .btn {
  width: 4.27rem;
  height: 0.6rem;
  background: #ED1C24;
  box-shadow: inset 0.02rem 0.04rem 0.22rem 0 rgba(255, 208, 208, 0.5), 0 0.04rem 0.04rem 0 rgba(128, 3, 8, 0.2);
  border-radius: 0.08rem;
  color: #fff;
  font-weight: 400;
  font-size: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
