body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
html,
body {
  background: #ffffff;
  line-height: initial;
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden; /* overflow-y: hidden;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  color: #fff;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}
ul,
ol {
  list-style: none;
  color: #fff;
}
a {
  text-decoration: none;
  color: #fff;
}
input {
  border: none;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
}
/*----------------头部------------------*/
.listhead {
  width: 6.92rem;
  height: 100%;
  margin: 0 auto;
}
.listhead .mui-bar-nav ~ .mui-content {
  padding-top: initial;
}
.listhead .mui-content {
  width: 6.92rem;
  height: 100%;
  background: #ffffff;
  margin: 0 auto;
  overflow: hidden;
}
.listhead .logo {
  width: 0.84rem;
  height: 0.76rem;
  float: left;
  margin-top: 0.24rem;
}
.listhead .logo a {
  display: block;
}
.listhead .logo img {
  width: 100%;
}
.listhead .mui-content-padded {
  width: 5.05rem;
  float: left;
}
.listhead .mui-search {
  width: 5.05rem;
}
.listhead .themenu {
  width: 0.55rem;
  height: 0.54rem;
  margin-top: 0.1rem;
  text-align: center;
  float: right;
}
.listhead .themenu .iconmenu {
  display: block;
  font-size: 0.54rem;
  line-height: 1.08rem;
  color: #000000;
}
/*------视频播放-----*/
.video {
  width: 100%;
  height: 4.9rem;
}
.video img {
  width: 100%;
  height: 4.9rem;
}
/*=================切换======================*/
.mui-content {
  background-color: #ffffff;
}
.mui-bar-nav ~ .mui-content {
  height: 100%;
  padding-top: 0rem;
  overflow: hidden;
}
.mui-fullscreen {
  position: static;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mui-slider {
  position: static;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
/*tab定位高度*/
.mui-bar-nav ~ .mui-content .mui-slider.mui-fullscreen {
  top: 6.22rem;
  height: auto;
}
/*tab切换高度设定*/
.mui-segmented-control.mui-scroll-wrapper {
  height: 40px;
}
/*tab切换盒子样式*/
.mui-fullscreen .mui-segmented-control ~ .mui-slider-group {
  position: static;
  top: 40px;
  bottom: 0;
  width: 100%;
  height: auto;
}
.mui-segmented-control.mui-scroll-wrapper .mui-scroll {
  width: 100%;
}
.mui-scroll {
  width: 100%;
  white-space: nowrap;
}
.mui-scroll .scroollbox {
  width: 50%;
  float: left;
}
.mui-slider
  .mui-segmented-control.mui-segmented-control-inverted
  .mui-control-item.mui-active {
  border-bottom: 1px solid #0062cc;
}
.mui-slider
  .mui-segmented-control.mui-segmented-control-inverted
  ~ .mui-slider-group
  .mui-slider-item {
  border-top: none;
  border-bottom: none;
}
.mui-slider .mui-slider-group .mui-slider-item {
  font-size: 14px;
  position: static;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  white-space: normal;
}
.mui-scroll-wrapper {
  position: static;
  z-index: 2;
  /*top: 0;
			    bottom: 0;
			    left: 0;*/
  overflow: hidden;
  width: 100%;
}
.mui-scroll {
  position: static;
  z-index: 1;
  width: 100%;
}
/*列表样式*/
.mui-table-view {
  width: 100%;
  border: 0;
  position: static;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  background-color: #fff;
  color: #000;
}
.mui-table-view-cell {
  width: 100%;
  height: 2.7rem;
  position: relative;
  overflow: hidden;
  padding: 11px 15px;
  -webkit-touch-callout: none;
}
.mui-table-view:before {
  display: none;
}
.mui-table-view-cell:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 15px;
  height: 1px;
  content: "";
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  background-color: #ffffff;
}
/*-------------------课程资料-------------*/
.cour {
  width: 6.92rem;
  height: 2.9rem;
  margin: 0 auto;
}
.cour .cour-tit {
  width: 100%;
  height: 1.2rem;
  font-size: 0.35rem;
  color: #000000;
  font-weight: 600;
  padding-top: 0.2rem;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cour .cour-intr {
  width: 100%;
  height: 0.82rem;
  font-size: 0.3rem;
  color: #8f8f94;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.2rem;
}
.cour-theprice {
  color: #838383;
  margin-top: 0.1rem;
  overflow: hidden;
}
.cour-theprice .cour-prefer {
  color: #ff0000;
  font-size: 0.3rem;
  font-weight: 600;
  float: left;
}
.cour-theprice .cour-oriprice {
  font-size: 0.3rem;
  font-weight: 400;
  text-decoration: line-through;
  float: left;
}
.cour-theprice .cour-free {
  display: block;
  width: 0.8rem;
  background: #008000;
  font-size: 0.3rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0.1rem;
  float: left;
}
.cour-theprice p {
  width: 50%;
  font-size: 0.3rem;
  float: right;
  text-align: right;
  margin-right: 0.3rem;
}
/*-------------定位讲者词条----------------*/
.intofspeak {
  width: 100%;
  height: 100%;
}
.entry {
  width: 6.92rem;
  height: 1rem;
  background: #ffffff;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0px 3px 15px #333333;
  box-shadow: 0px 3px 15px #333333;
  margin: 0 auto;
  position: relative;
  top: -0.4rem;
  z-index: 3;
}
.entry-lsit {
  width: 100%;
  height: 1rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.entry-headprobox {
  width: 18%;
  height: 1rem;
  float: left;
}
.entry-headPor {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  border-radius: 50%;
  margin-top: 0.2rem;
}
.entry-headPor img {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.entry-Poright {
  width: 60%;
  height: 1rem;
  float: left;
}
.entry-Poright-unitName {
  font-size: 0.35rem;
  color: #000000;
  text-align: left;
  margin-top: 0.25rem;
}
.entry-Poright-pubDate {
  font-size: 0.3rem;
  color: #888888;
  text-align: left;
  margin-top: 0.1rem;
  white-space: nowrap; /*强制文本在一行内输出*/
  overflow: hidden; /*隐藏溢出部分*/
  text-overflow: ellipsis; /*对溢出部分加上...*/
}
.entry-focuson {
  width: 22%;
  height: 1rem;
  float: right;
}
/*按钮未关注样式*/
.entry-focuson-pubDate {
  display: block;
  width: 1.14rem;
  height: 0.54rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.54rem;
  font-size: 0.25rem;
  color: #ffffff;
  background: #0062cc;
  border-radius: 0.3rem;
  margin-top: 0.4rem;
}
/*按钮已关注样式*/
.entry-focuson-hasbeen {
  background: #c0c0c0;
}
/*---------添加讲者介绍图---------------*/
.courimg-box {
  width: 100%;
}
.courimg-box .mater-entry {
  width: 6.92rem;
  height: 2rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.courimg-box .entry-h2 {
  width: 100%;
  height: 0.6rem;
}
.courimg-box .entry-h2 h2 {
  font-size: 0.4rem;
  color: #000000;
}
.courimg-box .cour-img {
  width: 6.92rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.courimg-box .cour-img img {
  width: 100%;
}
.courimg-box .cour-txt {
  width: 6.92rem;
  height: 100%;
  margin: 0 auto;
  color: #8b8b8b;
  font-size: 0.3rem;
}
.courimg-box .cour-txt p {
  margin-top: 0.3rem;
}
/*-------------精选评论---------------------*/
.selments {
  width: 6.92rem;
  height: 8rem;
  margin: 0 auto;
  overflow: hidden;
}
.mybody-tit {
  width: 100%;
  height: 0.8rem;
  overflow: hidden;
  margin-top: 0.6rem;
}
.mybody-tit .tit1 {
  display: block;
  width: 50%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.45rem;
  color: #000000;
  font-weight: 700;
  float: left;
}
.mybody-tit .tit2 {
  width: 17%;
  height: 0.6rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #000000;
  float: right;
  line-height: 0.6rem;
}
.mybody-tit .tit2 span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  float: right;
}
.mybody-tit .tit2 span img {
  width: 0.6rem;
  height: 0.6rem;
}
/*--------空评论时显示图----------*/
.selments-img {
  width: 6rem;
  height: 5.5rem;
  margin: 0 auto;
  display: none;
}
.selments-img img {
  width: 6rem;
  height: 4.09rem;
  margin-top: 0.5rem;
}
/*------每条评论--------*/
.selments-comments {
  width: 100%;
  height: 5.5rem;
  overflow: auto;
  box-sizing: border-box;
}
.commentlsit {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.4rem;
  overflow: hidden;
}
.comHeadname {
  width: 100%;
  height: 0.85rem;
}
.headPor {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  float: left;
  border-radius: 50%;
  background: #cacaca;
}
.headPor img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.headPoright {
  width: 84%;
  height: 0.8rem;
  margin-left: 0.2rem;
  float: left;
}
.unitName {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.3rem;
  color: #000000;
  text-align: left;
}
.pubDate {
  font-size: 0.25rem;
  color: #888888;
  text-align: left;
}
.commenContent {
  width: 85%;
  float: right;
  text-align: left;
  margin-top: 0.2rem;
}
.cont {
  font-size: 0.26rem;
}
/*-----------发表按钮-----------*/
.pulibtn {
  width: 2.1rem;
  height: 0.8rem;
  border: 2px solid #0062cc;
  border-radius: 0.15rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.pulibtn p {
  font-size: 0.35rem;
  font-weight: 600;
  color: #0062cc;
  line-height: 0.7rem;
  text-align: center;
}
/*-------------推荐课程-----------------*/
.recomdcourse {
  width: 6.92rem;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.mui-table-view {
  width: 100%;
  height: 100%;
  border: 0;
}
.mui-table-view:before {
  display: none;
}
.mui-table-view-cell {
  width: 100%;
  height: 2.7rem;
  padding: 0;
}
.mui-table-view-cell:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 15px;
  height: 1px;
  content: "";
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  background-color: #c8c7cc;
}
.mui-table-view-cell > a:not(.mui-btn) {
  margin: 0.5rem 0;
}

/*-------推荐课程-------------*/
.mui-listbox {
  width: 6.92rem;
  height: 1.76rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.muimg {
  width: 2.54rem;
  height: 1.7rem;
  margin-right: 0.2rem;
  float: left;
  position: relative;
}
.mui-media .mui-media-object {
  display: block;
  max-width: 2.54rem;
  height: 1.7rem;
  border-radius: 0.2rem;
}
.mui-media .mui-media-object img {
  max-width: 2.54rem;
  height: 1.7rem;
}
.muimg .clstal {
  width: 55px;
  background: #555555;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  text-align: center;
  color: #ffffff;
  opacity: 0.8;
  border-top-left-radius: 0.2rem;
  border-bottom-right-radius: 0.16rem;
}
.mui-media-body {
  width: 4.1rem;
  float: left;
}
.mui-media-body .mui-ellipsis1 {
  height: 0.82rem;
  font-size: 0.3rem;
  color: #000000;
  font-weight: 600;
}
.mui-ellipsis {
  margin-top: 0.05rem;
}
.theprice {
  color: #838383;
  margin-top: 0.1rem;
  overflow: hidden;
}
.theprice .prefer {
  color: #ff0000;
  font-size: 0.3rem;
  font-weight: 600;
  float: left;
}
.theprice .oriprice {
  font-size: 0.3rem;
  font-weight: 400;
  text-decoration: line-through;
  float: left;
}
.free {
  display: block;
  width: 0.8rem;
  background: #008000;
  font-size: 0.3rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0.1rem;
  float: left;
}
.theprice p {
  width: 50%;
  font-size: 0.3rem;
  float: right;
  text-align: right;
  margin-right: 0.3rem;
}
/*mui上拉刷新自带样式*/
.mui-pull-top-tips {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -25px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 1;
}

.mui-bar ~ .mui-pull-top-tips {
  top: 24px;
}
.mui-pull-top-wrapper {
  width: 42px;
  height: 42px;
  display: block;
  text-align: center;
  background-color: #efeff4;
  border: 1px solid #ddd;
  border-radius: 25px;
  background-clip: padding-box;
  box-shadow: 0 4px 10px #bbb;
  overflow: hidden;
}
.mui-pull-top-tips.mui-transitioning {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.mui-pull-top-tips .mui-pull-loading {
  -webkit-backface-visibility: hidden;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;

  margin: 0;
}
.mui-pull-top-wrapper .mui-icon,
.mui-pull-top-wrapper .mui-spinner {
  margin-top: 7px;
}
.mui-pull-top-wrapper .mui-icon.mui-reverse {
  /*-webkit-transform: rotate(180deg) translateZ(0);*/
}
/*mui下拉加载更多自带样式*/
.mui-pull-bottom-tips {
  display: none;
  text-align: center;
  background-color: #efeff4;
  font-size: 15px;
  line-height: 40px;
  color: #777;
}
.mui-pull-top-canvas {
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 40px;
  box-shadow: 0 4px 10px #bbb;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.mui-pull-top-canvas canvas {
  width: 40px;
}
.mui-slider-indicator.mui-segmented-control {
  background-color: #fff;
}
/*----------------------课程目录--------------------------*/
.mui-mulu {
  width: 6.92rem;
  height: 1rem;
  margin: 0 auto;
}
.coursecatalog {
  width: 6.92rem;
  height: 1rem;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px solid #d1d1d1;
}
.cour-number {
  display: inline-block;
  width: 10%;
  height: 1rem;
  line-height: 1rem;
  float: left;
  color: #cacaca;
}
.cour-thetitle {
  width: 72%;
  height: 1rem;
  float: left;
}
.cour-thetitle p {
  display: inline-block;
  width: 100%;
  font-size: 0.25rem;
  line-height: 1rem;
  color: #000000;
  white-space: nowrap; /*强制文本在一行内输出*/
  overflow: hidden; /*隐藏溢出部分*/
  text-overflow: ellipsis; /*对溢出部分加上...*/
}
.cour-time {
  display: block;
  font-size: 0.3rem;
  color: #5f5f5f;
  margin-top: 0rem;
}
.cour-icon {
  width: 15%;
  height: 1rem;
  float: right;
  text-align: center;
}
.iconshikan {
  font-size: 0.5rem;
  line-height: 1rem;
  color: #cc0000;
}
.iconguankan {
  font-size: 0.5rem;
  line-height: 1rem;
  color: #1d2088;
}
.icongoumai1 {
  font-size: 0.5rem;
  line-height: 1rem;
  color: #1d2088;
}
/*---------底部------------*/
.mui-bar.mui-bar-tab .buy {
  background: #1d2088;
}
.mui-bar.mui-bar-tab .buy .mui-tab-label {
  color: #ffffff;
}
.mui-tab-label {
  font-size: 0.35rem;
  font-weight: 600;
  color: #000000;
}
.iconxin {
  font-size: 0.4rem;
  color: #000000;
}
/*------------视频播放页-------------------*/
