.border-radius {
  background: #FFFFFF;
  border-radius: 24rpx;
  margin: 20rpx 0;
}

.tabs-content .item {
  padding: 0 28rpx;
}

.tabs-content .item-top {
  height: 102rpx;
}

.tabs-content .item-top text {
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

.tabs-content .item-text {
  padding: 30rpx 26rpx;
  background: #FFF7FA;
  border-radius: 16rpx;
}

.tabs-content .item-text text {
  font-size: 28rpx;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 48rpx;
}

.tabs-content .price {
  height: 84rpx;
  justify-content: flex-end;
  border-bottom: 2rpx solid #F9F9F9;
}

.tabs-content .price text {
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

.tabs-content .item-btn {
  height: 132rpx;
}

.tabs-content .item-btn .btn {
  width: 192rpx;
  height: 72rpx;
  border-radius: 36rpx;
  border: 2rpx solid #333333;
  box-sizing: border-box;
}