.input-item-wrap {
  font-size: var(--font-size-md, 32.609rpx);
  background: var(--color-white, #fff);
  margin: 0 var(--h-spacing-md, 30.797rpx);
  overflow: hidden;
  border-bottom: 1px solid var(--bottom-border-color, #f5f5f5);
}
.input-item-wrap .content-wrap {
  padding: 28.986rpx 0;
  display: flex;
  justify-content: center;
}
.input-item-wrap .content-wrap .input-title {
  color: var(--color-gray-2, #666);
  margin: 0 36.232rpx 0 0;
  word-break: break-all;
  line-height: 1.48;
}
.input-item-wrap .content-wrap .ipt-area {
  flex: 1;
  margin-top: 3.019rpx;
}
.input-item-wrap .content-wrap .get-msg-code {
  color: #2b99ff;
  margin-left: 30.797rpx;
  display: flex;
  justify-content: center;
}
.input-item-wrap .content-wrap .msg-calm-dowm {
  margin-left: 30.797rpx;
  color: var(--color-gray-4, #ccc);
}
