/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.primary-btn {
  background: linear-gradient(135deg, #0f95b0, #89C4C1);
  color: #fff;
  border-radius: 36rpx;
  text-align: center;
  font-size: 30rpx;
  height: 88rpx;
  line-height: 88rpx;
}
.primary-btn:active {
  transform: scale(0.98);
}
.card {
  background: #fff;
  border-radius: 24rpx;
  padding: 30rpx;
  margin-bottom: 30rpx;
  box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
}
.tag {
  display: inline-block;
  font-size: 22rpx;
  color: #0f95b0;
  background: rgba(15, 149, 176, 0.1);
  padding: 4rpx 12rpx;
  border-radius: 4rpx;
  margin-right: 10rpx;
}
.section-title {
  font-size: 34rpx;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-left: 20rpx;
  margin-bottom: 30rpx;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6rpx;
  height: 30rpx;
  background: #0f95b0;
  border-radius: 3rpx;
}
.price {
  font-size: 32rpx;
  color: #F56C6C;
  font-weight: bold;
}
.price.free {
  color: #67C23A;
}
.price.original {
  font-size: 24rpx;
  color: #999999;
  text-decoration: line-through;
  margin-left: 10rpx;
}
::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  color: transparent;
}
page {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.expert-container {
  min-height: 100vh;
  background: #F5F6FA;
}
.expert-container .search-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 20rpx;
  background: #fff;
}
.expert-container .search-bar .search-box {
  flex: 1;
  height: 72rpx;
  background: #F5F6FA;
  border-radius: 36rpx;
  display: flex;
  align-items: center;
  padding: 0 20rpx;
  margin-right: 20rpx;
}
.expert-container .search-bar .search-box .iconfont {
  font-size: 32rpx;
  color: #999999;
  margin-right: 12rpx;
}
.expert-container .search-bar .search-box input {
  flex: 1;
  height: 100%;
  font-size: 28rpx;
}
.expert-container .search-bar .filter-btn {
  display: flex;
  align-items: center;
  font-size: 28rpx;
  color: #666666;
}
.expert-container .search-bar .filter-btn .iconfont {
  font-size: 32rpx;
  margin-right: 4rpx;
}
.expert-container .department-bar {
  background: #fff;
  white-space: nowrap;
  padding: 20rpx;
}
.expert-container .department-bar .department-item {
  display: inline-block;
  padding: 12rpx 30rpx;
  margin-right: 20rpx;
  font-size: 28rpx;
  color: #666666;
  background: #F5F6FA;
  border-radius: 24rpx;
}
.expert-container .department-bar .department-item.active {
  color: #fff;
  background: linear-gradient(135deg, #0f95b0, #89C4C1);
}
.expert-container .department-bar .department-item:last-child {
  margin-right: 0;
}
.expert-container .expert-list {
  height: calc(100vh - 184rpx);
  padding: 20rpx;
}
.expert-container .expert-list .expert-item {
  display: flex;
  padding: 30rpx;
  background: #fff;
  border-radius: 24rpx;
  margin-bottom: 20rpx;
}
.expert-container .expert-list .expert-item .avatar {
  width: 140rpx;
  height: 140rpx;
  border-radius: 50%;
  margin-right: 20rpx;
}
.expert-container .expert-list .expert-item .info {
  flex: 1;
}
.expert-container .expert-list .expert-item .info .basic {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12rpx;
}
.expert-container .expert-list .expert-item .info .basic .name-title .name {
  font-size: 32rpx;
  color: #333333;
  font-weight: bold;
  margin-right: 12rpx;
}
.expert-container .expert-list .expert-item .info .basic .name-title .title {
  font-size: 26rpx;
  color: #666666;
}
.expert-container .expert-list .expert-item .info .basic .tags text {
  display: inline-block;
  font-size: 22rpx;
  color: #0f95b0;
  background: rgba(15, 149, 176, 0.1);
  padding: 4rpx 12rpx;
  border-radius: 4rpx;
  margin-left: 12rpx;
}
.expert-container .expert-list .expert-item .info .hospital {
  font-size: 26rpx;
  color: #666666;
  margin-bottom: 12rpx;
}
.expert-container .expert-list .expert-item .info .specialty {
  display: flex;
  margin-bottom: 16rpx;
}
.expert-container .expert-list .expert-item .info .specialty .label {
  font-size: 26rpx;
  color: #666666;
}
.expert-container .expert-list .expert-item .info .specialty .content {
  flex: 1;
  font-size: 26rpx;
  color: #333333;
}
.expert-container .expert-list .expert-item .info .schedule {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.expert-container .expert-list .expert-item .info .schedule .time .date {
  font-size: 26rpx;
  color: #67C23A;
  margin-right: 12rpx;
}
.expert-container .expert-list .expert-item .info .schedule .time .period {
  font-size: 26rpx;
  color: #666666;
}
.expert-container .expert-list .expert-item .info .schedule .action {
  display: flex;
  align-items: center;
}
.expert-container .expert-list .expert-item .info .schedule .action .price {
  font-size: 32rpx;
  color: #E6A23C;
  font-weight: bold;
  margin-right: 16rpx;
}
.expert-container .expert-list .expert-item .info .schedule .action .status {
  font-size: 24rpx;
  color: #67C23A;
  background: rgba(103, 194, 58, 0.1);
  padding: 4rpx 12rpx;
  border-radius: 4rpx;
}
.expert-container .expert-list .expert-item .info .schedule .action .status.full {
  color: #999999;
  background: #F5F6FA;
}
.expert-container .expert-list .expert-item:active {
  transform: scale(0.99);
}
.expert-container .filter-drawer {
  height: 100%;
  background: #fff;
  padding: 30rpx;
}
.expert-container .filter-drawer .drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30rpx;
}
.expert-container .filter-drawer .drawer-header .title {
  font-size: 32rpx;
  color: #333333;
  font-weight: bold;
}
.expert-container .filter-drawer .drawer-header .reset {
  font-size: 28rpx;
  color: #999999;
}
.expert-container .filter-drawer .filter-section {
  margin-bottom: 30rpx;
}
.expert-container .filter-drawer .filter-section .section-title {
  font-size: 30rpx;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20rpx;
}
.expert-container .filter-drawer .filter-section .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20rpx;
}
.expert-container .filter-drawer .filter-section .tag-list text {
  font-size: 26rpx;
  color: #666666;
  background: #F5F6FA;
  padding: 12rpx 30rpx;
  border-radius: 24rpx;
}
.expert-container .filter-drawer .filter-section .tag-list text.active {
  color: #fff;
  background: linear-gradient(135deg, #0f95b0, #89C4C1);
}
.expert-container .filter-drawer .filter-section .sort-list .sort-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88rpx;
  padding: 0 20rpx;
  font-size: 28rpx;
  color: #666666;
}
.expert-container .filter-drawer .filter-section .sort-list .sort-item .iconfont {
  font-size: 32rpx;
  color: #0f95b0;
  opacity: 0;
}
.expert-container .filter-drawer .filter-section .sort-list .sort-item.active {
  color: #0f95b0;
}
.expert-container .filter-drawer .filter-section .sort-list .sort-item.active .iconfont {
  opacity: 1;
}
.expert-container .filter-drawer .drawer-footer {
  position: absolute;
  left: 30rpx;
  right: 30rpx;
  bottom: 30rpx;
}
.expert-container .filter-drawer .drawer-footer .confirm-btn {
  width: 100%;
  height: 88rpx;
  line-height: 88rpx;
  font-size: 30rpx;
  color: #fff;
  background: linear-gradient(135deg, #0f95b0, #89C4C1);
  border-radius: 36rpx;
}
.expert-container .filter-drawer .drawer-footer .confirm-btn:active {
  transform: scale(0.98);
}