.buy-service-checkbox-container {
  flex-direction: row;
  width: 100%;
  align-items: center;
  height: 88rpx;
  margin: auto 0;

  .buy-service-checkbox_left {
    width: 180rpx;
    text-align: right;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;

    .buy-service-checkbox_title {
      font-size: var(--p-body-1-font-size, 28rpx);
      color: var(--color-text1-4, #111);
    }
  }

  .buy-service-checkbox_right {
    margin-left: 24rpx;
    flex-direction: row;
    align-items: center;
    width: 450rpx;
    justify-content: space-between;

    .right-desc {
      font-size: var(--p-body-1-font-size, 28rpx);
      color: var(--color-text1-2, #999);
      font-weight: 300;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 300rpx;
      display: block;
    }

    .right-content {
      flex-direction: row;
      align-items: center;
      position: relative;
      right: -8rpx;
    }
  }
}

.icon-help {
  width: 28rpx;
  height: 28rpx;
  margin-right: 8rpx;
  font-size: var(--p-body-1-font-size, 28rpx);
}

.right-text {
  margin-right: 8rpx;
  color: var(--color-text1-4, #111);
  font-size: var(--p-body-1-font-size, 28rpx);
}
