page {
  height: 100%;
  width: 100%;
  background: #F4F4F4;
}

.container {
  background:#F4F4F4;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.name {
  width: 100%;
  height: 99rpx;
  display: flex;
  align-items: center;
  padding-left: 30rpx;
  background: #ffffff;
}

.name-text {
  font-size:30rpx;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(17, 17, 17, 1);
  flex: 1;
}

.close {
  width: 34rpx;
  height: 34rpx;
  margin-right: 26rpx;
}