.main {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  /* box-shadow: 2rpx 2rpx 10rpx 4rpx rgba(0, 0, 0, 0.2); */
  border: 2rpx solid rgba(0, 0, 0, 0.2);
  border-radius: 12rpx;
  background: white;
}

.input {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 80rpx;
  padding-right: 20rpx;
  padding-top: 12rpx;
  padding-bottom: 12rpx;
  z-index: 10;
  color: #666;
  font-size: 28rpx;
}

.input-holder {
  color: #ccc;
  font-size: 28rpx;
  display: flex;
  align-items: center;
}

.result {
  position: absolute;
  top: 100%;
  left: 0;
  color: white;
}

.icon {
  height: 40rpx;
  width: 40rpx;
  margin-left: 20rpx;
  z-index: 12;
  position: absolute;
}
