:root {
  --loading-grey: #ededed;
  --theme-font-color: #3D3D3D;
}
.loading-ske .image,
.loading-ske .ske-item {
  background: var(--loading-grey);
  border-radius: 6px;
}
.loading-ske .description {
  border-radius: 4px;
}
.loading-ske .read {
  width: 1.5rem;
  min-height: 0.3rem;
}
.loading-ske .time {
  width: 3rem;
  min-height: 0.3rem;
}
.loading-ske .large-img-course .image,
.loading-ske .large-img-course1 .image,
.loading-ske .large-live-course .image {
  min-height: 3.58rem;
}
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd {
  margin: 0;
  font-family: PingFangSC-Regular, PingFang SC;
  -webkit-font-smoothing: auto;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  border: none;
  vertical-align: top;
}
li {
  list-style: none;
}
.nomore {
  margin: 0.35rem auto;
  font-size: 0.21rem;
  text-align: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #62666A;
}
/* 顶部导航栏 */
.custom-header.mui-bar {
  background: #fff;
  display: flex;
  align-items: center;
  color: #8A8A8A;
}
.custom-header.mui-bar-nav {
  box-shadow: 0 0.07rem 0.31rem 0 rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  height: 1rem;
}
.custom-header-wrap {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px 0.07rem 0.17rem 0px rgba(0, 0, 0, 0.07);
}
.custom-header-wrap .mui-bar {
  background: #fff;
  position: unset;
}
.custom-header-wrap .mui-bar .mui-title {
  width: fit-content;
  left: 50%;
  transform: translate(-50%, 0);
}
.custom-header-wrap .mui-bar .mui-title .logo img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
.custom-header-wrap .mui-bar #shareBtn {
  float: right;
}
.custom-header-wrap .mui-bar-nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.withoutStatusBarHeight {
  width: 100%;
  height: calc(100vh - 1rem - 20px);
  position: fixed;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
}
.nav-wrap {
  position: relative;
  width: 100%;
  height: 0.95rem;
}
.nav-wrap .cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.1rem;
  height: 0.95rem;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
}
.common-tab {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #3D3D3D;
  font-size: 0.26rem;
  height: 0.95rem;
  overflow: hidden;
  padding-left: 0.2rem;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}
.common-tab .swiper-slide {
  padding: 0 0.25rem;
  width: auto;
  text-align: center;
  height: 0.95rem;
  line-height: 0.95rem;
}
.common-tab .swiper-slide:last-child {
  padding-right: 0.4rem;
}
.common-tab .swiper-slide.active {
  font-size: 0.37rem;
  font-weight: 600;
}
.common-tab .bar {
  width: 0.6rem;
  height: 0.052rem;
  position: absolute;
  bottom: 0px;
}
.common-tab .bar .color {
  width: 100%;
  margin: 0 auto;
  height: 0.052rem;
  background: #F28C00;
  border-radius: 0.03rem;
}
.more-course-btn {
  font-size: 0.24rem;
  color: #62666A;
  line-height: 0.65rem;
  height: 0.65rem;
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 100%;
  background: #F0F0F0;
  justify-content: center;
  margin-top: 0.33rem;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
}
.more-course-btn img {
  width: 0.174rem;
  height: 0.19rem;
  margin-right: 0.174rem;
}
.hosp-topic-wrap {
  padding: 0.3663rem 0.436rem;
}
.hosp-topic-wrap .top-hosp {
  width: 100%;
  height: 3.14rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.35rem;
}
.hosp-topic-wrap .top-hosp img {
  width: 5.98rem;
  height: 1.92rem;
  margin-top: 0.3rem;
  border-radius: 0.226rem;
}
.hosp-topic-wrap .top-hosp .hosp-name {
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.38rem;
  margin-top: 0.23rem;
}
.hosp-topic-wrap .dept {
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.3rem;
  height: 0.3rem;
  padding: 0 0.1744rem;
  border: 0.02rem solid #FFFFFF;
  margin-top: 0.1rem;
  width: fit-content;
}
.hosp-topic-wrap .sub-hosp-wrap {
  margin-top: 0.38rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.hosp-topic-wrap .sub-hosp {
  width: 3.14rem;
  height: 3.14rem;
  position: relative;
  justify-content: space-between;
  margin-bottom: 0.38rem;
  border-radius: 0.21rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hosp-topic-wrap .sub-hosp .hosp-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.174rem;
  height: 3.192rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.314rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
  border-radius: 0.21rem;
}
.hosp-topic-wrap .sub-hosp .hosp-bg .hosp-name {
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.38rem;
  margin-top: 1.6rem;
  width: 100%;
}
.hosp-topic-wrap .sub-hosp .hosp-bg .dept {
  align-self: self-end;
  margin-top: 0;
}
.hosp-topic-wrap .sub-hosp .hosp-logo {
  position: absolute;
  left: 0.314rem;
  top: 0;
  width: 1.605rem;
  height: 1.605rem;
  background: #FFFFFF;
  border-radius: 0.17rem;
  border: 0.02rem solid #E5E5E5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.live-btn {
  width: 1.9rem;
  height: 0.58rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  background: #F09A25;
  border-radius: 0.3rem;
  font-size: 0.21rem;
  color: #fff;
  float: right;
}
.live-btn img {
  width: 0.174rem;
  height: 0.192rem;
  margin-left: 0.3rem;
}
.check-more,
.check-more.swiper-slide {
  width: 3.1744rem;
  height: 3.1744rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  background: #F0F0F0;
  margin-bottom: 0.38rem;
  color: #878787;
  align-self: self-end;
  border-radius: 0.21rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
}
.check-more img,
.check-more.swiper-slide img {
  width: 0.7rem;
  height: 0.7rem;
  object-fit: cover;
  margin-bottom: 0.21rem;
}
.large-img-course {
  flex-direction: column;
}
.large-img-course .image {
  width: 100%;
  margin-top: 0.07rem;
}
.large-img-course .description,
.video-course .description {
  margin-bottom: 0.3rem;
}
.regular-item {
  margin-top: 0.35rem;
  padding-bottom: 0.33rem;
  border-bottom: 0.02rem solid #EAEAEA;
}
.regular-item .description {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.3rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 0.42rem;
}
.img-course,
.img-course1 {
  display: flex;
}
.img-course .info,
.img-course1 .info {
  max-width: 4.13rem;
  flex-grow: 1;
  position: relative;
}
.img-course .info .bottm,
.img-course1 .info .bottm {
  height: 0.58rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.img-course .image,
.img-course1 .image {
  height: 1.4rem;
  width: 1.4rem;
}
.small-video.img-course .image {
  width: 1.74rem;
  height: 1.74rem;
}
.small-video.img-course .info {
  max-width: 3.82rem;
}
.essen-course .card,
.essen-course1 .card {
  padding: 0.28rem 0.36rem 0.4rem 0.36rem;
  box-sizing: border-box;
  width: 100%;
  height: 3.28rem;
  background: url("../images/essenceBg_index.png") right top;
  background-size: cover;
  color: #FFFFFF;
}
.essen-course .card .line1,
.essen-course1 .card .line1 {
  display: flex;
  height: 0.37rem;
  line-height: 0.37rem;
  font-size: 0.26rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
.essen-course .card .line1 .member,
.essen-course1 .card .line1 .member {
  font-weight: 500;
  margin-left: 0.21rem;
  position: relative;
  padding-left: 0.4rem;
}
.essen-course .card .line1 .member::after,
.essen-course1 .card .line1 .member::after {
  content: "";
  width: 0.2965rem;
  height: 0.2616rem;
  background: url("../images/essVip_index.png") center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-size: cover;
}
.essen-course .card .line2,
.essen-course1 .card .line2 {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}
.essen-course .card .image,
.essen-course1 .card .image {
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 0.28rem;
}
.essen-course .card .info,
.essen-course1 .card .info {
  flex-grow: 1;
  display: unset;
  position: relative;
}
.essen-course .card .info .title,
.essen-course1 .card .info .title {
  font-size: 0.28rem;
  line-height: 0.42rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.essen-course .card .info .btn,
.essen-course1 .card .info .btn {
  align-self: flex-end;
  display: flex;
  width: fit-content;
  font-size: 0.24rem;
  color: #F09A25;
  line-height: 0.58rem;
  height: 0.58rem;
  background: #fff;
  border-radius: 0.3rem;
  padding-left: 0.366rem;
  padding-right: 0.7rem;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 24rpx;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
}
.essen-course .card .info .btn::after,
.essen-course1 .card .info .btn::after {
  content: "";
  width: 0.157rem;
  height: 0.174rem;
  background: url("../images/essplayicon_index.png") center center no-repeat;
  position: absolute;
  right: 0.26rem;
  top: 50%;
  transform: translate(0, -50%);
  background-size: cover;
}
.essen-course .card .info .tag-wrap,
.essen-course1 .card .info .tag-wrap {
  margin-bottom: 0.087rem;
}
.PaperList .essen-course-small {
  padding-bottom: 1.06rem;
}
.essen-course-small {
  display: flex;
  background: #fff;
  box-sizing: border-box;
  margin-right: 0;
  width: unset;
  padding: 0.3rem;
  border-bottom: 0.01rem solid #EAEAEA;
  position: relative;
}
.essen-course-small .info {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  height: fit-content;
  flex-grow: 1;
}
.essen-course-small .info .description {
  order: 1;
  width: 100%;
  font-size: 0.3rem;
  line-height: 0.42rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.2616rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #3D3D3D;
  max-height: 0.84rem;
}
.essen-course-small .info .tag-wrap {
  order: 2;
}
.essen-course-small .info .bottm {
  order: 3;
}
.essen-course-small .image {
  width: 1.92rem;
  height: 1.92rem;
  flex-shrink: 0;
  margin-right: 0.26rem;
  position: relative;
}
.essen-course-small .image img.course-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.essen-course-small .image img.ess-label {
  width: 0.8023rem;
  height: 0.3488rem;
  position: absolute;
  top: -0.0872rem;
  right: 0.1221rem;
}
.essen-course-small .bottm {
  flex-grow: 1;
  position: absolute;
  bottom: 0.4186rem;
  left: 0;
  right: 0;
}
.essen-course-small .bottm .read span,
.essen-course-small .bottm .learn span {
  color: unset;
}
.essen-course-small .read-learn {
  display: flex;
  align-items: center;
  float: left;
  height: 0.58rem;
  width: fit-content;
}
.essen-course-small .read,
.essen-course-small .learn {
  display: flex;
  align-items: center;
  font-size: 0.19rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #62666A;
}
.essen-course-small .read span,
.essen-course-small .learn span {
  color: #F09A25;
  margin-left: 0.09rem;
}
.essen-course-small .learn {
  margin-right: 0.38rem;
}
.essen-course-small .learn span {
  margin-left: 0;
}
.essen-course-small .read img {
  width: 0.2442rem;
  height: 0.1744rem;
}
.large-img-course .image,
.essen-course .image {
  position: relative;
}
.large-img-course .image .member-tag,
.essen-course .image .member-tag {
  top: -0.0698rem;
  right: 0.1395rem;
  width: 0.8023rem;
  height: 0.3488rem;
  position: absolute;
}
.search-input-field {
  padding: 0.22rem 0.32rem;
  position: relative;
}
.search-input-field .search-inp-prefix {
  width: 0.2965rem;
  height: 0.2965rem;
  position: absolute;
  left: 0.5642rem;
  top: 50%;
  transform: translate(0, -50%);
}
.search-input-field input {
  height: 0.64rem;
  background: #F8F8F8;
  border-radius: 0.32rem;
  padding: 0.1744rem;
  padding-left: 0.645rem;
  margin-bottom: 0;
  text-align: left;
}
.recommend-rec .swiper-pagination-bullet,
.banner-container .swiper-pagination-bullet,
.brisfingSubjectPresent-rec .swiper-pagination-bullet {
  width: 0.09rem;
  height: 0.09rem;
  background: rgba(135, 135, 135, 0.24);
  border-radius: 0.05rem;
  opacity: 1;
}
.recommend-rec .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.banner-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.brisfingSubjectPresent-rec .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-right: 0.07rem;
}
.recommend-rec .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.banner-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.brisfingSubjectPresent-rec .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin-right: 0.105rem;
  margin-left: 0.035rem;
}
.recommend-rec .swiper-pagination-bullet-active,
.banner-container .swiper-pagination-bullet-active,
.brisfingSubjectPresent-rec .swiper-pagination-bullet-active {
  width: 0.52rem;
  height: 0.09rem;
  background: #F09A25;
  border-radius: 0.05rem;
}
.tag-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}
.tag-wrap:last-child {
  margin-right: 0;
}
.tag-wrap .levelField {
  padding-left: 0.366rem;
  padding-right: 0.1744rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-right: 0;
}
.tag-wrap .levelField .icon {
  width: 0.16rem;
  height: 0.16rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 0.07rem;
  margin-top: 0.11rem;
  vertical-align: top;
}
.tag-wrap .levelField .icon img {
  width: 0.09rem;
  height: 0.09rem;
}
.tag-wrap .levelField,
.tag-wrap .mainField {
  line-height: 0.38rem;
  height: 0.38rem;
  box-sizing: border-box;
  padding-left: 0.0872rem;
  padding-right: 0.0698rem;
  margin-bottom: 0;
  border-width: 0.02rem;
  border-style: solid;
  width: fit-content;
  font-size: 0.19rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  border: none;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tag-wrap .levelField:last-child,
.tag-wrap .mainField:last-child {
  margin-right: 0;
}
.tag-wrap .mainField {
  margin-right: 0.2093rem;
}
.live-empty {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.live-empty img {
  width: 4.01rem;
  height: auto;
}
.live-empty .tips {
  font-size: 0.21rem;
  font-family: PingFangSC;
  font-weight: 400;
  color: #878787;
  margin-top: 0.366rem;
}
.dep-sel {
  padding-right: 0.22rem;
  position: relative;
  font-size: 0.28rem;
  font-weight: 400;
  color: #3D3D3D;
}
.dep-sel::after {
  content: "";
  width: 0.18rem;
  height: 0.12rem;
  background: url("../images/arr_index_nav.png") center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-size: cover;
}
#sheet1 {
  max-height: calc(100vh - 1.3rem);
  overflow-y: auto;
  box-sizing: border-box;
  z-index: 1001;
}
.mui-popover.mui-popover-action {
  bottom: unset;
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mui-popover.mui-popover-action.mui-active {
  top: 0.845rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mui-backdrop-action {
  height: calc(100vh - 0.845rem);
  top: unset;
  bottom: 0;
}
.pop-con {
  background: #fff;
  box-shadow: 0px 0.07rem 0.17rem 0px rgba(0, 0, 0, 0.07);
  padding-left: 0.4rem;
  padding-right: 0.31rem;
  padding-top: 0.55rem;
  padding-bottom: 0.75rem;
}
.pop-con .pop-title {
  font-size: 0.28rem;
  font-weight: 600;
  position: relative;
  font-family: PingFangSC, PingFang SC;
  color: #3D3D3D;
}
.pop-con .pop-title .mui-icon {
  color: #62666A;
  font-size: 0.28rem;
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 600;
  transform: translate(25%, -50%);
}
.pop-con .pop-title .mui-icon::before {
  font-size: 200%;
}
.pop-con .select-field {
  font-size: 0.21rem;
  font-weight: 400;
  color: #62666A;
  margin-top: 0.3rem;
  margin-bottom: 0.33rem;
}
.pop-con .select-field span {
  color: #F09A25;
  border: 0.02rem solid #F09A25;
  height: 0.34rem;
  line-height: 0.38rem;
  padding: 0 0.244rem;
  margin-left: 0.2rem;
}
.pop-con .dep .dep-type {
  font-size: 0.28rem;
  font-weight: 600;
  color: #3D3D3D;
  margin-bottom: 0.35rem;
}
.pop-con .dep .dep-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pop-con .dep .dep-box .dep-item {
  width: calc((100vw - 0.71rem - 0.5109rem - 2.6rem) / 4);
  min-height: 1.47rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #62666A;
  line-height: 0.31rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.86rem;
  margin-bottom: 0.4rem;
}
.pop-con .dep .dep-box .dep-item .image {
  width: 0.84rem;
  height: 0.84rem;
  margin-bottom: 0.05rem;
  background-color: #F6F6F6;
  border-radius: 0.1rem;
}
.pop-con .dep .dep-box .dep-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pop-con .dep .dep-box .dep-item:nth-child(4n) {
  margin-right: 0;
}
.pop-con .dep .dep-box .dep-item.active .image {
  background-color: rgba(240, 154, 37, 0.15);
}
.pop-con .dep .dep-box-padding {
  padding-left: 0.2442rem;
  padding-right: 0.2667rem;
}
.pop-con .dep .more-dep-box {
  padding-left: 0;
  background: rgba(240, 154, 37, 0.08);
  opacity: 0.9;
}
.pop-con .dep .more-dep-box .dep-box {
  padding-top: 0.26rem;
}
.pop-con .dep .more-dep-box .dep-box .dep-item .image {
  background: #fff;
}
.pop-con .dep .more-dep-box .dep-box .dep-item.active .image {
  background-color: rgba(240, 154, 37, 0.15);
}
.pop-con .dep .moreFieldTag.hide .image img {
  transform: rotate(-180deg);
}
.pop-con .dep .moreFieldTag .image img {
  transition: 300ms;
}
.pop-con .dep .moreFieldTag.show .image {
  background-color: rgba(240, 154, 37, 0.15);
}
.dep-item .name {
  text-wrap: wrap;
}
