page{
  background: #fff;
}
.title{
  display: block;
  margin: 50rpx 10rpx;
}
.type{
  margin:0 30rpx;
}
.textarea textarea{
  height: 300rpx;
  border: 1px solid #eee;
}
.contact{
  margin: 20rpx 10rpx;
  position: relative;
  line-height: 100rpx;
  border-bottom: 1px solid #eee;
}
.contact input{
  width: 80%;
  position: absolute;
  margin-top: 20rpx;
  margin-left: 10rpx;
}
.btn{
 margin-top: 60rpx;
}