page{
  background:#f2f2f2;
}
.top{
  /* display: flex; */
  font-size: 30rpx;
  color: #333;
  align-items: center;
  width:690rpx;
  /* height: 86rpx; */
  margin:0 auto;
  /* border-bottom: 1rpx solid #efefef; */
}
.assess{
  display: flex;
}
.assess image{
  width: 44rpx;
  height: 44rpx;
  padding-left: 20rpx;
}
.assess :first-child{
  padding-left: 0rpx;
}
.assess-img{
  display: flex;
  padding: 20rpx 0rpx;
}
.border{
  border-bottom: 1rpx solid #efefef;
}
.text{
  margin-left: 20rpx;
  color: #333;
  font-size: 30rpx;
}
.content{
  margin-top: 30rpx;
  width: 690rpx;
  margin:0 auto;
}
.textarea{
  margin-top:30rpx;
  width: 100%;
}
.place{
  font-size: 30rpx;
  color:#999;
}
button{
  width: 240rpx;
  height: 68rpx;
  position: fixed;
  bottom: 30rpx;
  left: 0;
  right: 0;
  margin: 0 auto;
  background:#33ad37;
  border-radius: 68rpx;
  color:#fff;
  font-size: 30rpx;
  display: flex;
  justify-content: center;
  justify-items: center;
}
button::after{ border: none; }