.position {
  border-top: none;
}

.mainBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

body {
  background-color: #fefefe;
}

.leftBox {
  width: 74%;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.righBox {
  width: calc(100% - 75%);
  background-color: #fff;
  margin-left: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/*  */
.marginTop {
  margin: 10px 0;
}

.introduceBox {
  display: flex;
  width: 100%;
  margin: 30px 0;
  align-items: center;
}

.introduceLeft {
  width: 300px;
  height: 200px;
}

.introduceLeft > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: blur(20px);
}

.introduceRight {
  width: calc(100% - 310px);
  margin-left: 30px;
  line-height: 40px;
}

.doctorXiming {
  font-size: 20px;
}

.string {
  font-weight: 700;
}

.onlineBtn {
  display: inline-block;
  background: var(--primary-color);
  padding: 10px 20px;
  border-radius: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}

.releaseTime {
  margin: 10px 0;
}

.tabBox {
}

.tabTable {
  margin: 0 !important;
}

.tabTable tr:nth-child(odd) {
  background: #fff !important;
}

.tabTable tr td {
  border: 1px solid #ccc;
  position: relative;
}
.span_num {
  position: absolute;
  display: inline-block;
  padding: 0 6px;
  text-align: center;
  background-color: #ff952e;
  color: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 2px;
  right: 2px;
}

.activeTab {
  color: var(--primary-color);
}

.tabTable tr:first-child td {
  border-bottom: none;
}

.red {
  font-weight: 700;
  color: red;
  padding: 20px 0;
}

/* 医生项目 */
.doctorProgramBox {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
}

.doctorProgram {
  margin: 0 10px 0 2px;
}

.doctorProgramTop {
  width: 280px;
  height: 320px;
  margin-top: 30px;
}

.doctorProgramTop > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: blur(20px);
}

.ellipsis {
  width: 280px;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的文本 */
  text-overflow: ellipsis;
  /* 使用省略号代替溢出的文本 */
}

.doctorInformation {
  display: flex;
  justify-content: space-between;
  color: #a59595;
}

/* 医生评价 */

/* 侧边栏 */
.sideEdgeBox {
  background-color: #fff;
}

.sideEdgeBoxs {
  margin-top: 30px;
}

.sideEdgeTop {
  display: flex;
  height: 40px;
  background: var(--primary-color);
  line-height: 40px;
  color: #fff;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 20px;
}

.sideEdgeBottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.sideEdgeBottomLeft {
  width: 150px;
  height: 120px;
}

.sideEdgeBottomLeft > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: blur(20px);
}

.sideEdgeBottomRight {
  width: calc(100% - 160px);
}

.questionTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* 显示两行 */
}

.questionDate {
  color: #ccc;
  font-size: 12px;
  margin: 10px 0;
}

.more {
  color: #fff;
  font-size: 14px;
}

.img_more img {
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

/* 详情页的样式 */
.yyintroduceBox {
  align-items: self-start;
}

.yyxsTobBox {
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.yyName {
  font-weight: 700;
  padding-top: 10px;
}

.yyxmBg {
  background: #fff9ef;
  padding: 10px 5px;
  margin: 10px 0;
  line-height: 30px;
  margin-top: 30px;
  display: flex;
}

.yyxqintroduceRight {
  position: relative;
  line-height: 1.1 !important;
}

.yyonLineBtn {
  border-radius: 5px;
  position: absolute;
  top: -30px;
  right: 10px;
}

.iconImage {
  width: 11px;
  vertical-align: middle;
  margin-right: 10px;
}

.yytable {
  width: 100% !important;
}

.hospitalTitleBox {
  margin: 10px;
}

.hospitalTitleBox span {
  vertical-align: middle;
}

.titleLine {
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: var(--primary-color);
}

.hospitalTitle {
  font-weight: 700;
}

.ysxmdoctorProgramBox {
  grid-template-columns: repeat(4, auto) !important;
}

.ysxmdoctorProgramTop {
  width: 200px;
  height: 220px;
}

.ellipsiscopy {
  width: 200px;
}

.center {
  width: 100%;
  text-align: center;
}

.yyhjdoctorProgramTop {
  width: 280px;
  height: 150px;
}

.yyhjellipsis {
  width: 280px !important;
  margin: 20px 0;
  text-align: center;
}

.list-articleCopy {
  width: 100% !important;
  border-right: none !important;
}

.time {
  color: #43c0d2;
}
.itemDetailBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.itemDetailBox p:nth-child(1) {
  color: #ccc;
  font-size: 12px;
}
.itemDetailBox p:nth-child(2) {
  color: #ee6070;
  font-size: 18px;
  font-weight: 600;
}
.itemDetailBox .originalPrice {
  font-size: 12px;
  position: relative;
}
.originalPrice p:first-child {
  color: #000;
}
.originalPrice p:last-child {
  width: 35px;
  border-top: 1px solid #000;
  position: absolute;
  top: 11px;
  right: 0;
}
.project_list > ul {
  display: flex;
  flex-wrap: wrap;
}
.project_list > ul > li {
  width: 200px;
  margin: 10px 9px;
}
.project_list_img {
  width: 200px;
  height: 200px;
  -webkit-filter: blur(20px);
}
.project_list > ul > li .clam {
  font-weight: 600;
  width: 200px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.hos_diary {
  margin-top: 10px;
  width: 100%;
}
.hos_diary .hos_diary_list {
  width: 95%;
  display: inline;
  display: flex;
  margin: 0 auto;
  border-bottom: 1px dashed #a59595;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.hos_diary .hos_diary_list img {
  width: 100px;
  height: 130px;
}
.hos_diary_list_text {
  margin-left: 15px;
  width: 70%;
}
.hos_diary_list_text p:nth-child(1) {
  font-size: 18px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hos_diary_list_text p:nth-child(2) {
  font-size: 14px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
.hos_items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.hos_items .hos_items_list {
  display: block;
  width: 45%;
  margin: 10px 8px;
}
.hos_items_list img {
  width: 100%;
  height: 180px;
  filter: blur(10px);
}
.hos_items_list_text {
  font-weight: 600;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hos_items_list_price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hos_items_list_price p:first-child {
  color: #ccc;
  font-size: 12px;
}
.hos_items_list_price p:nth-child(2) {
  color: #ee6070;
  font-size: 18px;
}
.originalPrice p {
  color: #000 !important;
}
.originalPrice {
  position: relative;
  color: #000;
}
.updateTime {
  margin: 20px 0;
  margin-left: 25px;
  color: #9e9e9e;
}
.imgCon {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}
.imgCon_notB {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}
