.exlpain-text{
  padding: 30rpx 20rpx;
  display: block
}
.grey-bg{
  padding: 30rpx;
  display: flex;
  align-items: center;
}
.phone-container{
    background: #fff;
    margin: 0 20rpx;
    border-radius: 10rpx;
}
input{padding-left: 10rpx;font-size: 30rpx;width: 100%;}
.dsplay{
  display: flex;
  align-items: center
}
.dsplay button {
  line-height: 60rpx;
  height: 60rpx;
  border: none;
  text-align: center;
  font-size: 26rpx;
  padding-left: 0;
  padding-right: 0;
  width: 28%;
  color: #fff;
  background: #00C085;
  border-radius: 10rpx
}

button:after {
  border: 0px;
  color: #fff;
}
.dsplay .grey-bg{
  width: 58%;
  white-space: nowrap
}
.btn-area button{
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ff5806;
  color: #fff;
  height: 106rpx;
  line-height: 106rpx;
  text-align: center;
  font-size: 28rpx;
  border-radius: 0;
  border: none;
}
