pre {
    word-break: normal;
    white-space: inherit;
}

.disabled {
    pointer-events: none;
    background: #CBCBCB;
}

.disabled-bgc {
    background: #CBCBCB !important;
}


/*基本信息*/
body{
  background-color: rgba(0,0,0,0.03) !important;
}
.courseInfo {
    padding: .38rem .45rem;
    border-bottom: .01rem solid rgba(240, 240, 240, 1);
    background: #FFFFFF;
}

.courseInfo .name {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.33rem;
    color: #3D3D3D;
    line-height: 0.46rem;
}

.courseInfo .desc {
    margin-top: .29rem;
    position: relative;
}

.courseInfo .applicationDetails {
    position: absolute;
    right: 0;
    top: -0.16rem;
    display: block;
    width: 1.28rem;
    height: .5rem;
    background: rgba(245, 148, 14, 1);
    border-radius: .07rem;
    font-size: .24rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: .5rem;
    display: none;
}

.courseInfo .desc .fieldsListShow span {
    /* float: left; */
    margin-right: .23rem;
    /* border-right: .01rem solid #999999; */
    color: #999;
    margin-bottom: 0.13rem;
}
.borderNone{
	border: none !important;
}
.courseInfo .desc span:last-child {
    border: 0;
}

.courseInfo .closingDate {
    margin-top: .2rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.courseInfo .closingDate .face-to-face {
    font-size: .24rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #F28C00;
    padding: 0 .19rem;
    height: .46rem;
    line-height: .46rem;
    background: rgba(242, 140, 0, .2);
    border-radius: .25rem;
}
.courseInfo .closingDate span {
    line-height: 1;
    font-size: .25rem;
    color: #878787;
}
.courseInfo .dateInterval {
    margin-top: .22rem;
}
.courseInfo .dateSegment {
    /* margin-top: .22rem; */
    overflow: hidden;
}

.courseInfo .dateSegment span {
    line-height: 1;
    font-size: .25rem;
    color: #878787;
    float: left;
    flex: 1;
}

.courseInfo .dateSegment p {
    float: right;
    line-height: 1;
    font-size: .24rem;
    color: #999;
}

.courseInfo .trainingCosts {
    margin-top: .2rem;
    overflow: hidden;
    margin-left: 0.1rem;
}

.courseInfo .trainingCosts span {
    line-height: 1;
    font-size: .25rem;
    color: #999;
    float: left;
    font-weight: 500;
}

.courseInfo .points {
    margin-top: .22rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.courseInfo .points .word{
	font-size: .24rem;
	font-weight: 400;
	color: #F38C00;
	line-height: .48rem;
	float: left;
	margin-right: 5px;
}
.courseInfo .pointsBox ,.courseInfo .courseFeeBox{
    float: left;
    padding: 0 .2rem;
    height: .46rem;
    background: linear-gradient(132.6deg, rgba(255, 169, 52, 1), rgba(242, 140, 0, 1));
    border-radius: .08rem;
    color: #878787;
    line-height: .46rem;
    font-size: .24rem;
}
.courseInfo .pointsBox{
  background: none;
}
.courseInfo .followersDiv{
  font-size: 0.23rem;
  font-weight: 400;
  color: #878787;
  line-height: 0.33rem;
}


.courseInfo .pointsBox span  {
    display: block;
    padding-right: .31rem;
    height: .46rem;
    background: url(../img/jifenNew.png) no-repeat;
    background-size: .24rem;
    background-position: right center;
}
.courseInfo .courseFeeBox{
    float: right;
	background: none;
	color: rgba(242, 140, 0, 1);
}


.courseInfo .friefingMoney{
	font-size: .26rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #C98C51;
	float: right;
}
.courseInfo .courseFeeBox span {
	height: .46rem;
    background: url(../img/jifen-4.png) no-repeat;
	background-size: .2rem .2rem;
	    background-position: left .15rem;
	padding-left: .31rem;
	font-size: 16px;
	font-weight: 800;
	color: rgba(242, 140, 0, 1);
	
}
/* .courseInfo .desc .courseFeeBox{
	margin-top: -.05rem;
	    line-height: inherit;
	    height: .3rem;
}
.courseInfo .desc .courseFeeBox span{
	    padding-right: 0;
			margin-right: 0;
	    background-position: left .08rem;
} */
/*导航*/

.courseNav ul {
    border-bottom: none;
    height: 1.19rem;
    font-size: 0;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 .45rem;
}

.courseNav {
    height: 1.19rem;
    background-color: #fff;
}

.courseNavList {
    background-color: #fff;
    background: rgba(0,0,0,0.03);
}

.courseNav.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9999;
}

.courseNavList.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
}

.courseNav ul::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    color: transparent;
}

.courseNav ul li {
    position: relative;
    margin-right: .8rem;
    display: inline-table;
    vertical-align: top;
}

.courseNav ul li:last-child {
    margin-right: .6rem;
}

.courseNav ul li p {
    line-height: 1.19rem;
    text-align: center;
    font-size: 0.29rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #3D3D3D;
}

.courseNav ul li span {
    display: none;
    position: absolute;
    left: 50%;
    bottom: .04rem;
    margin-left: -.43rem;
    width: .86rem;
    height: .052rem;
    border-radius: .03rem;
    background: linear-gradient(135deg, rgba(255, 169, 52, 1) 0%, rgba(242, 140, 0, 1) 100%);
}

.courseNav ul li.active {
    pointer-events: none;
}

.courseNav ul li.active p {
    font-size: 0.4rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #3D3D3D;
}

.courseNav ul li.active span {
    display: block;
}

.courseNav {
    position: sticky;
    position: -webkit-sticky;
    z-index: 10;
}

.courseNav img {
    position: absolute;
    top: 0rem;
    height: 1.19rem;
    width: .42rem;
}

.courseNav img.left {
    left: 0;
}

.courseNav img.right {
    right: 0;
}


/*尾部按钮*/

.courseFoot {
    border-top: .01rem solid rgba(240, 240, 240, 1);
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.48rem;
    background: #fff;
    z-index: 999;
    align-items: center;
}

.courseFoot .item {
    /* flex: 1; */
    text-align: center;
    display: flex;
    align-items: center;
    width: 1.4rem;
    justify-content: center;
    height: 0.42rem;
    /* overflow: hidden; */
}

.courseFoot .item img {
    margin-top: 0;
    height: .42rem;
    /* transform: translateY(0.5rem); */
    transform: translateZ(0);
}

.courseFoot .item p {
    margin: 0;
    font-size: 0.23rem;
    color: #707070;
    line-height: 0.23rem;
    margin-top: 0.04rem;
    max-width: 0.65rem;
    overflow: hidden;
}
.courseFootMove.courseFoot .item p {
    line-height: unset;
}
.courseFoot {
    font-size: 0;
}

.courseFoot .bigBth {
    flex: 0 0 3.5rem;
    /* background-color: #F28C00; */
    text-align: center;
    line-height: 1.04rem;
    font-size: .34rem;
    color: #fff;
    
    flex: none;
    /* margin: 0 0.44rem 0 0.77rem; */
    width: 2.77rem;;
    font-size: 0.23rem;
    height: 0.65rem;
    line-height: 0.65rem;
    box-shadow: 0rem 0rem 0.38rem 0rem rgba(0,0,0,0.01);
    border-radius: 0.33rem;
}
.courseFoot .briefingBtn {
	background-image: linear-gradient(to bottom right, #EABB9D, #C28242);
}

.courseFoot .memberBtn {
	background: url(../img/20220621-01.png) no-repeat;
	background-size: 100% 100%;
	color: #74440F;
	font-weight: 600;
}
.courseFoot .smallBtn {
    flex: 0 0 1.75rem;
    /* background: #F28C00; */
    text-align: center;
    line-height: 1.04rem;
    font-size: .34rem;
    color: #fff;
    
    flex: none;
    width: 1.46rem;
    height: 0.65rem;
    line-height: 0.65rem;
    font-size: 0.23rem;
    background: #878787;
    box-shadow: 0rem 0rem 0.38rem 0rem rgba(0,0,0,0.01);
    border-radius: 0.33rem;
}

.courseFoot .bigBth.disabled {
    pointer-events: none;
    background: #CBCBCB;
}

.courseFoot .smallBtn.disabled {
    pointer-events: none;
    background: #999;
}
.courseFoot .smallBtn.apply-success{
    pointer-events: none;
    background: #F09A25;
}
.courseFoot .smallBtn.bgColor {
    background: #616568;
}

.courseFoot .smallBtn.smallBtnRight.countDown {
    line-height: .64rem;
}

.courseFoot .smallBtn.smallBtnRight.countDown span {
    display: block;
    line-height: .34rem;
    font-size: .24rem;
	flex: 0 0 1.95rem;
}
.courseFoot .smallBtn.smallBtnRight.countDown span.countdown-style {
    font-size: .17rem;
    font-family: PingFangSC;
    font-weight: 500;
    color: #878787;
    line-height: .32rem;
    text-shadow: 0px 0px .35rem rgba(0,0,0,0.01);

    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.courseFoot .smallBtn.smallBtnRight.countDown.pay-btn-style span.countdown-style{
  color: #F09A25;
}

.courseFoot .smallBtn.memberLeft{
	background: url(../img/20220531-left.png);
	background-size: 100% 100%;
	margin-right: -.15rem;
	flex: 0 0 2.1rem;
	line-height: .5rem;
	font-size: .26rem;
	color: #AD713E;
}
.courseFoot .smallBtn.memberRight{
	background: url(../img/20220531-right.png);
	background-size: 100% 100%;
	color: #FFFFFF;
	flex: 0 0 2.1rem;
	line-height: .5rem;
	font-size: .26rem;
}
/*分享界面*/

.shareMask {
    z-index: 10000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.shareBtnbox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.shareBtnbox ul {
    padding: 0.32rem 0;
    overflow: hidden;
    border-radius: .08rem .08rem 0px 0px;
    background: rgba(245, 245, 245, 1);
}

.shareBtnbox ul li {
    float: left;
    margin-left: .32rem;
    width: 1.2rem;
    height: 1.6rem;
	position: relative;
}


 .shareBtnbox ul li.settingBanner {
    height: 2rem;
}

.shareBtnbox ul li img {
   width: 1.2rem;
   height: 1.2rem;
}
.shareBtnbox ul li p:nth-of-type(1) {
    width: 1.4rem;
    margin-left: -.1rem;
}
.shareBtnbox ul li p {
    float: left;
    width: 1.2rem;
    height: 0.4rem;
    line-height: .7rem;
    text-align: center;
    font-size: .28rem;
    color: #333333;
}
 .shareBtnbox ul li.settingBanner p {
	height: 1rem;
      line-height: .4rem;
      margin-top: .15rem;
}
.shareBtnbox .cancelShare {
    height: 1.04rem;
    background: #fff;
    line-height: 1.04rem;
    color: #333333;
    font-size: .36rem;
    text-align: center;
}

.courseContent {
    position: fixed;
    /* position: unset; */
    left: 0;
    right: 0;
    bottom: 1rem;
    top: 0;
    width: 100%;
    height: auto;
    padding-bottom: 1.48rem;
    padding-bottom: 2.15rem;
    z-index: 999;
}

.courseNavConItem {
    overflow-x: hidden;
}


/*测验*/

.testNav {
    padding: 0 .42rem .32rem;
}

.testNav .test {
    height: 1.56rem;
    margin-top: .32rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    
    height: auto;
    min-height: 1.38rem;
    margin-top: 0;
    margin-bottom: 0.38rem;
    box-shadow: none;
    position: relative;
    padding: 0.21rem 0;
    padding-left: 0.54rem;
}

.testNav .test .yellowBar {
    flex: 0 0 .08rem;
    height: 100%;
    margin-right: .32rem;
    background: linear-gradient(135deg, rgba(255, 169, 52, 1) 0%, rgba(242, 140, 0, 1) 100%);
    border-radius: 8px 0px 0px 8px;
    
    background: rgba(135,135,135,0.25);
    border-radius: 0;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.13rem;
}

.testNav .test dl {
    flex: 1;
}

.testNav .test dl dt {
    /*height:.32rem;*/
    font-size: .32rem;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    line-height: .32rem;
    /*overflow : hidden;*/
    
    font-size: 0.31rem;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 0.46rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testNav .test dl dd {
    margin-top: .2rem;
    overflow: hidden;
    height: .24rem;
    font-size: .24rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: .24rem;
    
    font-size: 0.23rem;
    height: auto;
    font-family: PingFangSC, PingFang SC;
    color: #6E6E6E;
    line-height: 0.33rem;
    margin-top: .13rem;
}

.testNav .test button {
    flex: 0 0 1.48rem;
    margin: 0 .25rem;
    height: .68rem;
    background: linear-gradient(135deg, rgba(255, 169, 52, 1) 0%, rgba(242, 140, 0, 1) 100%);
    border-radius: .37rem;
    line-height: .68rem;
    text-align: center;
    color: #fff;
    padding-top: 0;
    
    
    flex: 0 0 1.73rem;
    height: 0.65rem;
    background: #F09A25;
    border-radius: 0.33rem;
    border: 0.02rem solid #F09A25;
    margin-right: 0.4rem;
    
    font-size: 0.27rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    line-height: 0.65rem;
    width: 1.73rem;
}


/*调查*/

.courseInveNav {
    padding: 0 .32rem .32rem;
    position: relative;
    
    padding: 0 .42rem .32rem;
}

.courseInveNav .test {
    height: 1.98rem;
    margin-top: .32rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
    height: auto;
    min-height: 1.38rem;
    margin-top: 0;
    margin-bottom: 0.38rem;
    box-shadow: none;
    padding: 0.21rem 0;
    padding-left: 0.54rem;
}

.courseInveNav .test .yellowBar {
    flex: 0 0 .08rem;
    height: 100%;
    margin-right: .32rem;
    background: linear-gradient(135deg, rgba(255, 169, 52, 1) 0%, rgba(242, 140, 0, 1) 100%);
    border-radius: 8px 0px 0px 8px;
    
    background: rgba(135,135,135,0.25);
    border-radius: 0;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.13rem;
}

.courseInveNav .test dl {
    flex: 1;
}

.courseInveNav .test dl dt {
    height: .84rem;
    font-size: .32rem;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    line-height: .42rem;
    overflow: hidden;
    
    height: auto;
    font-size: 0.31rem;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 0.46rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.courseInveNav .test dl dd {
    margin-top: .2rem;
    overflow: hidden;
    height: .24rem;
    font-size: .24rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: .24rem;
    
    font-size: 0.23rem;
    height: auto;
    font-family: PingFangSC, PingFang SC;
    color: #6E6E6E;
    line-height: 0.33rem;
    margin-top: .13rem;
}

.courseInveNav .test button {
    flex: 0 0 1.48rem;
    margin: 0 .31rem;
    height: .68rem;
    background: linear-gradient(135deg, rgba(255, 169, 52, 1) 0%, rgba(242, 140, 0, 1) 100%);
    border-radius: .37rem;
    line-height: .68rem;
    text-align: center;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    
    flex: 0 0 1.73rem;
    height: 0.65rem;
    background: #F09A25;
    border-radius: 0.33rem;
    border: 0.02rem solid #F09A25;
    margin-right: 0.4rem;
    
    font-size: 0.27rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    line-height: 0.65rem;
    width: 1.73rem;
}


/* 调查的倒计时 */

.theCountdown {
    display: none;
   /* position: absolute;
    bottom: .2rem;
    right: .3rem; */
    text-align: right;
    line-height: .4rem;
    font-size: .24rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    
    font-size: 0.23rem;
    color: #6E6E6E;
    text-align: center;
    margin-top: 0.08rem;
    line-height: 0.33rem;
}


/*简介*/
.imageTextNav{
  background: #FFFFFF;
  margin-left: 0.42rem;
  margin-right: 0.42rem;
}

.imageTextNav img {
    max-width: 100%;
    height: auto !important;
	vertical-align: inherit;
}

.imageTextNav video {
    width: 100%;
}


/*资料*/

.dataNav {
    padding-left: .32rem;
    padding-bottom: .32rem;
}

.dataNav .materialClone {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: .01rem solid #F0F0F0;
    padding: .32rem 0;
}

.dataNav .materialClone .materialIcon {
    margin-right: .32rem;
    flex: 0 0 .4rem;
    height: .4rem;
}

.dataNav .materialClone .materialIcon img {
    width: .4rem;
    height: .4rem;
}

.dataNav .materialClone .materialInfo {
    flex: 1;
    padding-right: .2rem;
}

.dataNav .materialClone .materialInfo .title {
    line-height: .52rem;
    font-size: .32rem;
    color: rgba(51, 51, 51, 1);
}


/*讲师*/

.lecturerNav {
    margin-left: .32rem;
    margin-right: .32rem;
    padding-bottom: .32rem;
    background: #FFFFFF;
}

.lecturerNav img {
    max-width: 100%;
}

.lecturerNav .teacherClone .teacherCon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .32rem 0;
    border-bottom: .01rem solid #F0F0F0;
}

.lecturerNav .teacherClone .teacherImg {
    margin-right: .12rem;
    flex: 0 0 .72rem;
    height: .72rem;
}

.lecturerNav .teacherClone .teacherImg img {
    width: .72rem;
    height: .72rem;
    border-radius: 50%;
    border: .01rem solid #F0F0F0;
}

.lecturerNav .teacherClone dl {
    flex: 1;
}

.lecturerNav .teacherClone dl dt {
    font-size: .28rem;
    color: rgba(51, 51, 51, 1);
    height: .28rem;
    line-height: .28rem;
    font-weight: bold;
}

.lecturerNav .teacherClone dl dd {
    margin-top: .12rem;
    font-size: .24rem;
    height: .24rem;
    color: rgba(153, 153, 153, 1);
}

.lecturerNav .teacherClone .jiantou {
    margin-left: .2rem;
    margin-right: .32rem;
    flex: 0 0 .26rem;
    height: .14rem;
}

.lecturerNav .teacherClone.active .jiantou {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: transform .5s;
}

.lecturerNav .teacherClone .teacherInfo {
    display: none;
    margin-top: .18rem;
}

.lecturerNav .teacherClone .teacherInfo img {
    max-width: 100%;
}


/*章节*/

.chapterNav {
    padding-left: .42rem;
    padding-right: .42rem;
    padding-bottom: .32rem;
}

.chapterNav .chapterClone {
    padding: 0.37rem 0.33rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: .02rem solid #EAEAEA;
    background-color: #FFFFFF;
    flex-wrap: wrap;
    
    padding: 0.27rem 0.35rem 0.33rem 0.48rem;
}

.chapterNav .chapterClone .processArea {
    position: relative;
    font-size: 0;
    text-align: center;
    flex: 0 0 .81rem;
    height: .81rem;
    
    width: 0.96rem;
    height: 0.96rem;
 /*   background-color: #F28C00;
    border-radius: 50%; */
    /* overflow: hidden; */
}

.processAreaLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: .32rem;
    height: .64rem;
    background-color: #F0F0F0;
    border-radius: 0.64rem 0 0 0.64rem;
    transform-origin: right center;
}

.processAreaRight {
    position: absolute;
    right: 0;
    top: 0;
    width: .32rem;
    height: .64rem;
    background-color: #F0F0F0;
    transform-origin: left center;
    border-radius: 0 0.64rem 0.64rem 0;
    z-index: 3;
}

.chapterNav .chapterClone .processArea img {
    width: .81rem;
    height: .81rem;
    /* border-radius: 50%; */
   /* position: absolute;
    left: .04rem;
    top: .04rem;
    z-index: 5; */
    /* transform: translateY(0.9rem); */
    transform: translateZ(0);
}

.chapterNav .chapterClone .processArea50 .processAreaRight {
    background-color: #F28C00;
}

.chapterNav .chapterClone .chapterInfo {
    margin-left: .42rem;
    flex: 1;
}

.chapterNav .chapterClone .chapterInfo .titleWrap{
	display: flex;
}
.chapterNav .chapterClone .chapterInfo .titleWrap .title{
	flex: 1;
}
.chapterNav .chapterClone .chapterInfo .titleWrap .isExchange{
	display: none;
	font-size: 0.22rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #F28C00;
	line-height: .33rem;
  
  font-size: 0.17rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  margin-left: 0.17rem;
}
.isExchange00AB7A{
  min-width: 1.04rem;
  height: 0.37rem;
  text-align: center;
  background: rgba(0,171,122,0.24);
  color: #00AB7A !important;
}
.isExchange00457C{
  min-width: 1.04rem;
  height: 0.37rem;
  text-align: center;
  background: rgba(0,69,124,0.24);
  color: #00457C !important;
}
.isExchangeF09A25{
  min-width: .94rem;
  height: 0.33rem;
  margin-top: .05rem;
  text-align: center;
  background: rgba(240,154,37,0.24);
  color: #F09A25 !important;
}
.chapterNav .chapterClone .chapterInfo .titleWrap .isExchange.show{
	display: block;
}
.chapterNav .chapterClone .chapterInfo .titleWrap .isExchange.active{
	color: #999999;
}


.chapterNav .chapterClone .chapterInfo .title {
    color: #62666A;
    line-height: 0.42rem;
    height: .84rem;
    font-weight: 500;
    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;
    color: #3D3D3D;
}

.chapterNav .chapterClone .chapterInfo .cont {
    margin-top: .2rem;
    font-size: .24rem;
    /* color: rgba(153, 153, 153, 1); */
    color: #6E6E6E;
    line-height: .24rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    font-size: .23rem;
    line-height: 0.33rem;
}

.chapterNav .chapterClone .chapterInfo .cont .chapterNum {
    display: inline-block;
    vertical-align: top;
    margin-top: .04rem
}

.chapterNav .chapterClone .chapterInfo .cont img {
    margin-left: .09rem;
    width: 0.17rem;
    height: 0.19rem;
    margin-top: .04rem;
    vertical-align: top;
}

.chapterNav .chapterClone .chapterInfo .cont .chapterTimes {
    margin-top: .04rem;
    /* float: right; */
}
.progressBar{
  width: 100%;
  height: 0.06rem;
  background: #D8D8D8;
  flex: none;
  margin-top: 0.39rem;
  position: relative;
}
.progressBar_color{
  position: absolute;
  left: 0;
  top: 0;
  height: 0.06rem;
  width: 0%;
  max-width: 100%;
}


/*解锁章节*/

.chapterNavLock {
    padding-left: .32rem;
    padding-bottom: .32rem;
}

.chapterNavLock .chapterClone {
    padding: 0.32rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: .32rem;
    border-bottom: .01rem solid #F0F0F0;
}

.chapterNavLock .chapterClone .processArea {
    position: relative;
    font-size: 0;
    text-align: center;
    flex: 0 0 .64rem;
    height: .64rem;
    background-color: #F28C00;
    border-radius: 50%;
}

.processAreaLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: .32rem;
    height: .64rem;
    background-color: #F0F0F0;
    border-radius: 0.64rem 0 0 0.64rem;
    transform-origin: right center;
}

.processAreaRight {
    position: absolute;
    right: 0;
    top: 0;
    width: .32rem;
    height: .64rem;
    background-color: #F0F0F0;
    transform-origin: left center;
    border-radius: 0 0.64rem 0.64rem 0;
    z-index: 3;
}

.chapterNavLock .chapterClone .processArea img {
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    position: absolute;
    left: .04rem;
    top: .04rem;
    z-index: 5;
}

.chapterNavLock .chapterClone .processArea50 .processAreaRight {
    background-color: #F28C00;
}

.chapterNavLock .chapterClone .chapterInfo {
    margin-left: .2rem;
    flex: 1;
}

.chapterNavLock .chapterClone .chapterInfo .title {
    font-size: .32rem;
    color: rgba(51, 51, 51, 1);
    line-height: .52rem;
}

.chapterNavLock .chapterClone .chapterInfo .cont {
    margin-top: .2rem;
    font-size: .24rem;
    color: rgba(153, 153, 153, 1);
    line-height: .24rem;
    overflow: hidden;
}

.chapterNavLock .chapterClone .chapterInfo .cont .chapterNum {
    display: inline-block;
    vertical-align: top;
    margin-top: .04rem
}

.chapterNavLock .chapterClone .chapterInfo .cont img {
    margin-left: .09rem;
    height: .21rem;
    width: .2rem;
    margin-top: .04rem;
    vertical-align: top;
}

.chapterNavLock .chapterClone .chapterInfo .cont .chapterTimes {
    margin-top: .04rem;
    float: right;
}

.chapterNavLock .chapterClone .chapterInfo .cont .itemStutas {
    float: left;
    color: rgba(153, 153, 153, 1);
    font-size: 0.24rem;
}

.chapterNavLock .chapterClone .chapterInfo .cont .itemStutas.noStudy {
    height: .30rem;
    padding-left: .36rem;
    background: url(../img/icon_noStudy.png) no-repeat left center;
    background-size: .26rem;
    line-height: .30rem;
}

.chapterNavLock .chapterClone .chapterInfo .cont .itemStutas.yesStudy {
    padding-left: .36rem;
    background: url(../img/icon_yesStudy.png) no-repeat left center;
    background-size: .26rem;
    height: .30rem;
    color: #F79714;
    line-height: .30rem;
}


/*分会场*/

.meetingNav {
    padding-left: .32rem;
    padding-bottom: .32rem;
}

.meetingNav .chapterClone {
    padding: 0.32rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: .32rem;
    border-bottom: .01rem solid #F0F0F0;
}

.meetingNav .chapterClone .processArea {
    position: relative;
    font-size: 0;
    text-align: center;
    flex: 0 0 .64rem;
    height: .64rem;
    background-color: #F28C00;
    border-radius: 50%;
}

.processAreaLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: .32rem;
    height: .64rem;
    background-color: #F0F0F0;
    border-radius: 0.64rem 0 0 0.64rem;
    transform-origin: right center;
}

.processAreaRight {
    position: absolute;
    right: 0;
    top: 0;
    width: .32rem;
    height: .64rem;
    background-color: #F0F0F0;
    transform-origin: left center;
    border-radius: 0 0.64rem 0.64rem 0;
    z-index: 3;
}

.meetingNav .chapterClone .processArea img {
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    position: absolute;
    left: .04rem;
    top: .04rem;
    z-index: 5;
}

.meetingNav .chapterClone .processArea50 .processAreaRight {
    background-color: #F28C00;
}

.meetingNav .chapterClone .chapterInfo {
    margin-left: .2rem;
    flex: 1;
}

.meetingNav .chapterClone .chapterInfo .title {
    font-size: .32rem;
    color: rgba(51, 51, 51, 1);
    line-height: .52rem;
}

.meetingNav .chapterClone .chapterInfo .cont {
    margin-top: .2rem;
    font-size: .24rem;
    color: rgba(153, 153, 153, 1);
    line-height: .24rem;
    overflow: hidden;
}

.meetingNav .chapterClone .chapterInfo .cont .chapterNum {
    display: inline-block;
    vertical-align: top;
    margin-top: .04rem
}

.meetingNav .chapterClone .chapterInfo .cont img {
    margin-left: .09rem;
    height: .21rem;
    width: .2rem;
    margin-top: .04rem;
    vertical-align: top;
}

.meetingNav .chapterClone .chapterInfo .cont .chapterTimes {
    margin-top: .04rem;
    float: right;
}

.meetingNav .chapterClone .chapterInfo .cont .itemStutas {
    float: left;
    color: rgba(153, 153, 153, 1);
    font-size: 0.24rem;
}

.meetingNav .chapterClone .chapterInfo .cont .itemStutas.active {
    color: rgba(247, 151, 20, 1);
}

/*课件*/

.coursewareNav img {
    width: 100%;
    padding-bottom: .32rem;
}


/*评论*/

.commentNav {
    padding-left: .32rem;
}

.commentNav .commentArea {
    padding: .32rem .32rem .32rem 0;
    /* border-bottom: .01rem solid #F0F0F0; */
    display: flex;
}

.commentNav .commentArea .headImgArea {
    flex: 0 0 .72rem;
    margin-right: .12rem;
    height: .72rem;
}

.commentNav .commentArea .headImgArea img {
    width: .72rem;
    height: .72rem;
    border: .01rem solid #F0F0F0;
    border-radius: 50%;
}

.commentNav .commentArea .commentInfo {
    flex: 1;
    position: relative;
}

.commentNav .commentArea .statusReply {
    position: absolute;
    right: 0;
    top: .4rem;
    font-size: .24rem;
    color: #999999;
    line-height: .32rem;
    text-align: right;
}

/* .commentNav .commentArea .praiseArea {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
} */

.commentNav .commentArea .praiseArea img {
    width: .5rem;
    height: .5rem;
    vertical-align: top;
}

.commentNav .commentArea .praiseArea .praiseNum {
    margin-left: .12rem;
    font-size: .28rem;
    color: #999999;
    line-height: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.commentNav .commentArea .commentCommont {
    position: absolute;
    right: .8rem;
    top: 0;
    height: .5rem;
}

.commentNav .commentArea .commentDel {
    position: absolute;
    right: 0rem;
    top: 0;
    height: .5rem;
}

.commentNav .commentArea .commentInfo dl dt {
    /* height: .28rem; */
    font-size: .28rem;
    color: rgba(102, 102, 102, 1);
    line-height: .28rem;
    
    /* height: 0.35rem; */
    font-size: 0.31rem;
    font-weight: 400;
    color: #2A2A2A;
    line-height: 0.42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.commentNav .commentArea .commentInfo dl dd {
    margin-top: .08rem;
    font-size: .24rem;
    height: .32rem;
    color: rgba(153, 153, 153, 1);
    line-height: .32rem;
}

.commentNav .commentArea .commentInfo .commentContent {
    margin-top: .16rem;
    font-size: .3rem;
    color: rgba(51, 51, 51, 1);
    line-height: .4rem;
	word-break: break-all;
}

.commentNav .commentArea .commentInfo .reply {
    /* margin-top: .2rem; */
    font-size: .3rem;
    color: rgba(153, 153, 153, 1);
    line-height: .4rem;
}

.commentNav .commentArea .commentInfo .commentReplyItem {
    margin-top: .15rem;
    font-size: .3rem;
    color: rgba(242, 141, 2, 1);
    line-height: .4rem;
}

.commentNav .commentArea .commentInfo .reply .commentSnake {}

.commentNav .commentArea .commentInfo .reply .commentReply {
    color: rgba(102, 102, 102, 1);
}
/*  */
.comment_newStyle {
  margin-top: 0.05rem;
  margin-bottom: 0.15rem;
}
.comment_newStyle .commentDate{
  color: #6E6E6E;
  font-size: 0.23rem;
  font-weight: 400;
  margin-right: 0.12rem;
}
.commentNav .comment_newStyle .commentCommont{
  width: auto;
  color: #F09A25;
  float: none;
  font-size: 0.23rem;
  font-weight: 400;
  margin-right: 0;
  position: static;
}
.commentArea .comment_newStyle p{
  color: #2A2A2A !important;
  font-size: 0.27rem !important;
  font-weight: 400;
  margin-top: 0;
  line-height: 0.42rem !important;
  display: inline;
  margin-right: 0.13rem;
}
.commentArea .commentInfo{
  width: calc(100% - 1.09rem);
  margin-left: 0.2rem;
}
.commentNav{
  padding: 0.25rem 0;
  margin: 0 0.4rem;
  background: #FFFFFF;
  width: calc(100% - 0.8rem);
}
.commentNav .scroll_commentArea{
  padding: 0;
  display: block;
}
.commentArea.scroll_commentArea .commentArea_item{
  width: 100%;
}
.commentNav .commentArea_left .headImgArea, .commentNav .commentArea_left .commentInfo{
  float: none;
  flex: none
}
.commentArea_replyList{
  margin-left: 1.49rem;
  margin-right: 0.4rem;
}

/* .scroll_commentArea .commentArea_left{
  width: calc(100% - 0.8rem);
} */
.scroll_commentArea .commentArea_left{
  touch-action: pan-y;
  display: flex;
  padding: 0.25rem 0.4rem;
}
.commentNav .scroll_commentArea .praiseArea{
  display: flex;
  align-items: center;
  max-width: 100%;
  float: right;
}
.commentNav .scroll_commentArea .praiseArea .praiseNum{
  color: #E59635;
}
.commentReplyItem .commentArea_left{
  padding: 0;
  width: 100%;
}
.commentNav .commentArea .headImgArea img{
  width: 0.67rem;
  height: 0.67rem;
}
/* end */
/*笔记*/

.noteNav {
    padding-left: .32rem;
}

.noteNav .noteClone {
    padding: .32rem .32rem .32rem 0;
    border-bottom: .01rem solid #F0F0F0;
}

.noteNav .noteClone .noteContent {
    font-size: .32rem;
    color: rgba(51, 51, 51, 1);
    line-height: .52rem;
}

.noteNav .noteClone .noteDate {
    margin-top: .2rem;
    height: .24rem;
    font-size: .24rem;
    color: rgba(153, 153, 153, 1);
    line-height: .24rem;
}

.submitNot,
.submitComment,
.submitDown {
    display: none;
    position: absolute;
    right: .32rem;
    bottom: 1.36rem;
    width: .96rem;
    height: .96rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px .12rem 20px 0px rgba(0, 0, 0, 0.08);
    border: .02rem solid rgba(245, 245, 245, 1);
	z-index: 1000;
}

.submitNot.show,
.submitComment.show,
.submitDown.show {
    display: flex;
}

.submitNot img,
.submitComment img,
.submitDown img {
    width: .44rem;
}

/* 改版后  笔记相关样式 */
.noteNav{
  padding: 0;
  margin: 0 0.4rem;
  background: #FFFFFF;
  width: calc(100% - 0.8rem);
}
.noteNav .noteClone{
  padding: 0.21rem 0.4rem;
  border-bottom: 0.02rem solid #EAEAEA;
}
.noteNav .noteClone .noteContent{
  font-size: 0.31rem;
  font-weight: 500;
  color: #62666A;
  line-height: 0.46rem;
  color: #3D3D3D;
}
.noteNav .noteClone .noteDate{
  font-size: 0.23rem;
  font-weight: 400;
  color: #6E6E6E;
  line-height: 0.33rem;
  white-space: pre;
}
.note_tips_container{
  background: #FFFFFF;
  padding: 0.31rem 0 0.37rem 0;
  display: flex;
  justify-content: center;
}
.note_tips_content{
  width: 2.33rem;
  height: 0.48rem;
  background: rgba(135,135,135,0.1);
  border-radius: 0.25rem;
  font-size: 0.23rem;
  font-weight: 400;
  color: #878787;
  display: flex;
  align-items: center;
  justify-content: center;
}
.note_tips_content img{
  width: 0.23rem;
  height: 0.23rem;
  margin-right: 0.08rem;
}
/* 笔记左滑删除 */
.commentArea_item{
  position: relative;
  overflow: hidden;
  padding: 0;
}
.commentArea_right{
  min-width: 1.44rem;
  background: #D12A2A;
  color: #FFFFFF;
  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.44rem;
  transition: right 0.3s;
  font-size: 0.27rem;
}
.commentArea_right img{
  width: 0.37rem;
  height: 0.35rem;
  margin-bottom: 0.08rem;
}
.commentArea_item.open .commentArea_right {
  right: 0;
}
.commentArea_item.open .commentArea_left {
  transform: translateX(-1.44rem);
}
/* end */
/* end */

/*支付方式选择*/

.paymentWayMax {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
}

.paymentWayCon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.paymentWayCon .head {
    padding: .32rem.32rem 0;
    height: .32rem;
    font-size: .32rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: .32rem;
    overflow: hidden;
}

.paymentWayCon .head span {
    float: right;
    width: 1.5rem;
    text-align: right;
}

.paymentWayCon .money {
    margin-top: .3rem;
    height: .92rem;
    font-size: .66rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: .92rem;
}

.paymentWayCon .money span {
    color: #FF0000;
    font-size: .24rem;
    margin-left: .2rem;
    font-weight: normal;
}

.paymentWayCon .payNotes {
    height: .32rem;
    padding-bottom: .3rem;
    font-size: .26rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: .32rem;
    text-align: right;
    margin-top: .3rem;
}

.paymentWayCon .lineBg {
    height: 16px;
    background: rgba(246, 246, 246, 1);
}

.paymentWayCon .payCheck {
    border-bottom: .01rem solid #F0F0F0;
}

.paymentWayCon .payCheck .title {
    height: 1.18rem;
    padding: 0 .32rem;
    border-bottom: .01rem solid #F0F0F0;
    line-height: 1.18rem;
    font-size: .3rem;
    color: rgba(51, 51, 51, 1);
}

.paymentWayCon .payCheck label {
    padding: .28rem .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paymentWayCon .payCheck label span {
    flex: 0 0 .48rem;
    margin-right: .24rem;
    height: .48rem;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.paymentWayCon .payCheck .item {
    overflow: hidden;
}

.paymentWayCon .payCheck label.zhifubao span {
    background-image: url(../../../images/icon_zhifubao.png);
}

.paymentWayCon .payCheck label.weixin span {
    background-image: url(../../../images/icon_weixin.png);
}

.paymentWayCon .payCheck label.weixinDai span {
    background-image: url(../../../images/icon_weixinDai.png);
}

.paymentWayCon .payCheck label.applePay span {
    background-image: url(../../../images/icon_applePay.png);
}

.paymentWayCon .payCheck label p {
    flex: 1;
    font-size: .3rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: .48rem;
}

.paymentWayCon .payCheck label p em {
    font-size: 0.24rem;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.paymentWayCon .payCheck label i {
    flex: 0 0 .48rem;
    height: .48rem;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../../../images/pic_radio.png);
}

.paymentWayCon .paySureBtn {
    margin: 0 auto;
    margin-top: .8rem;
    margin-bottom: .5rem;
    width: 6.86rem;
    height: .96rem;
    line-height: .96rem;
    background: rgba(242, 140, 0, 1);
    border-radius: .48rem;
    color: #fff;
    font-size: .36rem;
    text-align: center;
}

.paymentWayCon .payCheck input:checked+label i {
    background-image: url(../../../images/pic_radio2.png);
}


/*奖励学习币*/

.reward {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3.6rem;
    height: 2rem;
    background: rgba(0, 0, 0, .6);
    border-radius: 4px;
	z-index: 99999;
}

.reward span {
    line-height: .5rem;
    line-height: .7rem;
    color: #F28C00;
    font-weight: normal;
    padding-right: .1rem;
}

.reward h2 {
    padding: .43rem 0 .24rem;
    text-align: center;
}

.reward img {
    vertical-align: middle;
}

.reward p {
    text-align: center;
    font-size: .28rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: .4rem;
    padding-bottom: 26rem;
}

.popTips .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin: 0 .25rem;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.popTips .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    top: .1rem;
}

.inp_radio[type=radio] {
    width: .3rem;
    height: .3rem;
    border: 0.03rem solid rgba(51, 51, 51, 1);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
    box-sizing: border-box;
    margin: -.04rem 0 0 0;
    padding: 0;
}

.inp_radio[type=radio]:before {
    content: '';
    width: .12rem;
    height: .12rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.06rem 0 0 -.06rem;
    border-radius: 50%;
    background-color: #fff;
}

.inp_radio[type=radio]:checked {
    border-color: rgba(70, 162, 254, 1);
}

.inp_radio[type=radio]:checked:before {
    background-color: rgba(70, 162, 254, 1);
}

.courseCommentImg ul {
    overflow: hidden;
    margin-left: -.16rem;
}

.courseCommentImg3 ul li {
    float: left;
    margin-top: .16rem;
    margin-left: .16rem;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 0.08rem;
    background: url(../img/ico_zhengshu@2x.png) no-repeat center;
    background-size: cover;
}

.courseCommentImg1 ul li {
    margin-top: .16rem;
    width: 100%;
    height: 3.93rem;
    border-radius: 0.08rem;
    background: url(../img/ico_zhengshu@2x.png) no-repeat center;
    background-size: cover;
}


/* 修改开始视频图标 */

.liveBroadcastIsOnTwo,
.liveBroadcastIsOnTwo2 {
    width: 0;
    height: 0;
    float: left;
}

.liveBroadcastIsOn {
    width: auto;
    height: .4rem;
    float: left;
    padding-right: .1rem;
}


/* 弹幕输入框 */

.danmudiv {
    width: 100%;
    height: 1rem;
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    display: none;
    box-sizing: border-box;
    box-shadow: 0 3px 20px #999;
	z-index: 999;
}

.danmudivson {
    width: 96%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
}

.danmuInput {
    /* background: url(../img/danmubg.png) no-repeat; */
    background-size: 100% 100%;
    width: 62%;
    height: 100%;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* z-index        : 9; */
}

.danmuInput input {
    width: 100%;
    height: 100%;
    border: .5px solid #F5F5F5;
    border-radius: .08rem;
    font-size: .28rem;
    padding-left: .05rem;
    background: #F5F5F5;
}

.giftBtn {
    width: 13%;
    height: 100%;
    margin-right: 25%;
    float: right;
    background: url(../img/gift.png) no-repeat;
    background-size: 100% 100%;
}

.danmudiv .bigBth {
    width: 28%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    position: absolute;
    top: 12%;
    bottom: 0;
    right: -2%;
    background-color: #F28C00;
    text-align: center;
    font-size: .36rem;
    color: #fff;
    margin: auto;
}

.danmudiv .bigBth.disabled {
    pointer-events: none;
    background: #CBCBCB;
}


/* 弹幕list */


/* .courseNavCon {
	width : 100%;
	height: 100%;
} */


/* 顶部公告 */

.toptext {
    width: 100%;
    height: 1.1rem;
    background: #FDF3E6;
    padding: .08rem .3rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    /* display: none; */
    visibility: hidden;
    overflow: hidden;
}

.toptextBox {
    width: 84%;
    height: 1.1rem;
    background: #FDF3E6;
    padding: .08rem .05rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.toptextRightImg {
    margin-left: .05rem;
    width: .9375rem;
    height: .9375rem;
    float: right;
}

.toptext .gongGao {
    color: #F38F06;
    font-weight: 700;
    margin: 0;
}

.toptextContentBox {
    /* height: 1.1rem; */
}

.toptext .toptextContent,.toptext .toptextContent2 {
    color: #666666;
    margin: 0;
    display: -webkit-box;
	padding-bottom: .3rem ;
	line-height: .46rem;
}

.danmulistall {
    width: 100%;
    height: auto;
    float: left;
    
    display: none;
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
	
	position: absolute;
    top: 3rem;
    right: 0;
	bottom: 1rem;
	left: 0;
	/* overflow-y: scroll !important; */
}

.danmuItem {
    padding: .08rem 0;
}

.danmuItem .danmucont {
    display: inline-block;
    word-wrap: break-word;
    word-break: break-all;
    display: inline;
}

.danmuItem .danmuname {
    display: inline;
    color: #999999;
}

#barrageNav {
    display: none !important;
}

.courseNavCon,.courseNavCon2 {
    /* position: relative; */
}
#courseNav_danmulistall{
	/* position: relative; */
	z-index: 2;
}
.courseNavConBoxFixed{
	overflow-y: auto;
	    /* position: fixed; */
	    width: 100%;
}
#scroller .flip{
	text-align: center;
	color: #666666;
	display: block !important;
}
#scroller .loading{
	text-align: center;
	color: #666666;
}


/* =============================================================== */


/* 礼物弹幕 */

.barrageGift {
    position: fixed;
    left: .26rem;
    width: 2.8rem;
    top: 2rem;
    /* bottom  : -1.9rem; */
	z-index: 999;
}

.barrageGift.fixed {
    position: fixed;
    top: 0.92rem;
    left: .26rem;
    z-index: 4;
}

.barrageGiftItem {
    position: relative;
    display: flex;
    height: .8rem;
    background: linear-gradient(90deg, rgba(255, 169, 52, 1) 0%, rgba(242, 140, 0, .58) 100%);
    border-radius: .18rem;
    padding: .12rem;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(.2rem);
}

.barrageGiftAni {
    animation: timedHide 3s ease-in-out;
    animation-fill-mode: forwards;
}

.barrageGiftItem .avatarImg {
    flex: 0 0 .32rem;
    height: 0.32rem;
    margin-right: .07rem;
    border-radius: 50%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.barrageGiftItem .name {
    font-size: 0.26rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 0.3rem;
}

.barrageGiftItem .infor {
    flex: 1;
}

.barrageGiftItem .info {
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 0.3rem;
}

.barrageGiftItem .info span {
    color: rgba(180, 27, 44, 1);
}

.barrageGiftItem .gift {
    position: absolute;
    bottom: -.01rem;
    right: .2rem;
    width: .6rem;
    height: 1rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.barrageGiftItem .giftCount {
    position: absolute;
    bottom: 0;
    right: -.3rem;
    font-size: .25rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: bold;
    color: rgba(178, 27, 44, 1);
    line-height: 1;
}

.giftBox {
    position: fixed;
    bottom: -5.87rem;
    width: 100%;
    height: 5.87rem;
    background: #fff;
    transition: bottom .3s ease-in-out;
    box-shadow: 0 3px 20px #999;
	z-index: 999;
}

.giftBox .title {
    text-align: center;
    font-size: .3rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 1000;
    color: #000;
    line-height: .7rem;
}

.giftBox .giftList {
    width: 100%;
    height: 4.2rem;
}

.bannerSwiperWrapper {
    height: 3.2rem
}

.sendGift {
    margin: 0 auto;
    width: 1.42rem;
    height: 0.54rem;
    background: linear-gradient(135deg, rgba(255, 169, 52, 1) 0%, rgba(242, 140, 0, 1) 100%);
    border-radius: .05rem;
    font-size: .26rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: .54rem;
    text-align: center;
    position: absolute;
    right: 3%;
    /* transform: translateX(-50%); */
    bottom: .3rem;
}
.showIntegralBox{
	margin: 0 auto;
	width: 6rem;
	height: 0.54rem;
	font-size: .26rem;
	font-family: PingFangSC-Medium, PingFang SC;
	color: #999999;
	line-height: .54rem;
	text-align: left;
	position: absolute;
	left: 3%;
	bottom: .3rem;
}
.showIntegralBox img{
	width: 10px;
	margin-right: 5px;
	vertical-align: middle;
}
.allIntegral ,.expendIntegral{
	color: #F28C00;
}
.giftItem {
    width: 25%;
    height: 1.9rem;
    float: left;
    padding: 0 .1rem;
    box-sizing: border-box;
    text-align: center;
}

.giftItem .item {
    width: 100%;
    height: 100%;
    padding: .03rem 0.04rem;
    border-radius: 0.01rem;
    box-sizing: border-box;
    border: 0.01rem solid transparent;
}

.giftItem.active .item {
    border-color: rgba(245, 145, 9, 1);
}

.giftItem .giftImageUrl {
    width: 60%;
    height: 1.1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: .04rem;
}

.giftItem .giftName {
    font-size: 0.22rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(179, 179, 179, 1);
}
.freeOrIntegral{
	font-size: 10px;
	color: #999999;
}
.imgIntegral{
	width: 10px;
	vertical-align: middle;
}
@keyframes timedHide {
    0% {
        opacity: 0;
        transform: translateY(.2rem);
    }
    20% {
        opacity: 1;
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-.2rem);
    }
}

@keyframes aniLike {
    0% {
        opacity: 1;
        transform: translate(0, 0) rotate(0) scale(.8);
    }
    15% {
        opacity: 1;
        transform: translate(-.1rem, -.3rem) rotate(-5deg) scale(1.1);
    }
    30% {
        opacity: 1;
        transform: translate(.1rem, -.6rem) rotate(5deg) scale(1.1);
    }
    100% {
        opacity: 0;
        transform: translate(-.1rem, -1.5rem) rotate(0deg) scale(1.1);
    }
}

.courseList {
    padding-left: .32rem;
}

.courseList .courseInfo {
    padding: 0;
    border: 0;
}

.pagination-box {
    height: .15rem;
    position: relative;
    margin-bottom: 5px;
}

.swiper-pagination {
    font-size: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
    width: .15rem;
    height: .15rem;
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background-color: rgba(255, 169, 52, 1);
}


/* =============================================================== */


/* 五星好评 */

.praiseStar {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .6);
}

.praiseStar .content {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 270px;
    background: #FFFFFF;
    border-radius: 12px;
    text-align: center;
}

.praiseStar h4 {
    padding-top: .2rem;
    font-size: 0.32rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    text-align: center;
    color: #000000;
    line-height: 2;
    margin-bottom: .15rem;
}

.praiseStar .clickStar {
    width: 0.56rem;
    height: 0.54rem;
    display: inline-block;
    text-indent: -9999px;
    background: url(../../../images/ico_star.png);
    background-size: 100% 100%;
    margin: 0 .14rem;
}

.praiseStarTips {
    text-align: center;
    font-size: 0.26rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F28C00;
    line-height: 0.36rem;
    margin-top: .28rem;
}

.starHandle {
    display: flex;
    border-top: .01rem solid #E0E0E0;
    margin-top: .28rem;
}

.submitStar,
.cancelStar {
    flex: 1;
    height: .96rem;
    line-height: .96rem;
    font-size: 0.36rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    cursor: pointer;
    border-right: .01rem solid #E0E0E0;
}

.submitStar {
	border-right: none;
    color: #F28C00;
}

.submitStar.disabled {
    background-color: transparent;
    pointer-events: none;
    color: rgba(242, 140, 0, .5);
}

.cancelStar {
    color: #A7A7A7;
}

.clickStar.active {
    background-image: url(../../../images/ico_star_s.png);
}

/* 经销商推荐人 */
.dealersBtn{
	position: fixed; 
	top: 1.8rem; 
	z-index: 999; 
	width: .97rem; 
	right: .32rem; 
	margin: auto;
}
.dealers-course-referees{
	position: fixed;
	z-index: 999; 
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
}
.course-referees-box{
	width: 86%;
	background: #FFFFFF;
	border-radius: .25rem;
	position: absolute;
	top: 2rem;
	right: 0;
	left: 0;
	margin: auto;
}
.course-referees-box p.header{
	width: 68%;
	font-size: .36rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: .5rem;
	text-align: center;
	margin:.4rem auto;
}
.course-referees-box input.referees{
	width: 50%;
	height: .8rem;
	background: #F6F6F6;
	border-radius: .08rem;
	border: 1px solid #CCCCCC;
	margin:.4rem auto .32rem;
	display: block;
	text-align: center;
}
.course-referees-box p.refereesFilled{
	font-size: .28rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 500;
	color: #999999;
	line-height: .4rem;
	text-align: center;
}
.course-referees-box div.btnBox{
	border-top: 1px solid #F0F0F0;
	height: 1rem;
	margin-top: .32rem;
	display: flex;
}
.course-referees-box div.btnBox span{
	flex:1;
	text-align: center;
	font-size: .36rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 500;
	color: #333333;
	height: 1rem;
	line-height: 1rem;
}
.course-referees-box div.btnBox span.referees-sure{
	border-left: 1px solid #F0F0F0;
	color: #F28C00;
}
.course-referees-box img.close-referees{
	width: .48rem;
	position: absolute;
	top: .38rem;
	right: .27rem;
	
}
.mbsc-ios .mbsc-sc-lbl {
    color: #333;
	font-weight: 600;
}
.code-popup .title {
    font-size: .36rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    padding-top: .4rem;
    padding-bottom: .35rem;
}
.code-popup .text {
    font-size: .26rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: .38rem;
}
.code-wrap {
    border-radius: .37rem;
    border: .01rem solid #F38C00;
    padding: .27rem;
    padding-right: 0;
    padding-top: .42rem;
    margin-top: .3rem;
}
.code-wrap .code-img{
    width: 2.76rem;
    height: 2.79rem;
    margin-bottom: .32rem;
    transform: translate(-.135rem,0);
}
.code-wrap .tips{
    font-size: .24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: .38rem;
    text-align: left;
}
.code-wrap .tips .item {
    position: relative;
    padding-left: .45rem;
}
.code-wrap .tips .item::before {
    content: "1";
    width: .3rem;
    height: .3rem;
    background: #F28C00;
    color: #fff;
    text-align:center;
    line-height: .3rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.code-wrap .tips .item:nth-child(2):before {
    content: "2";
}
.code-wrap .tips .item:nth-child(3):before {
    content: "3";
}
.popup-style.mui-popup {
    width: 5.4rem!important;
    box-sizing: border-box;
    background: #fff;
    border-radius: .24rem;
    z-index: 10001!important;
}
.mui-popup .mui-popup-inner {
    padding: 0 .41rem;
    padding-bottom: .34rem;
}
.mui-popup .mui-popup-inner::after {
    background-color: #F0F0F0;;
}
.mui-popup .mui-popup-buttons {
    height: 1rem;
}
.mui-popup .mui-popup-buttons .mui-popup-button {
    height: 1rem;
    line-height: 1rem;
    font-size: .36rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #F28C00;
}
.mui-popup-backdrop {
    z-index: 10000!important;
}
.showTitleLabel{
  font-size: 0.17rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.25rem;
  padding: 0.04rem 0.12rem;
  float: left;
  border-radius: 0.08rem;
  margin-right: 0.23rem;
  margin-top: 0.04rem;
}
/* 不同类型的字体颜色修改样式 */
/* 共享会 */
.sharing_text_color{
  color: #00AB7A !important;
}
.sharing_back_color{
  background: #00AB7A;
  color: #FFFFFF;
}
.sharing_tag_style{
  color: #00AB7A !important;
  /* border: 0.02rem solid #00AB7A !important; */
  background: rgb(0,171,122,0.15);
}
/* 专业会 */
.liveOffline_text_color{
  color: #00457C !important;
}
.liveOffline_back_color{
  background: #00457C;
  color: #FFFFFF;
}
.liveOffline_tag_style{
  color: #00457C !important;
  /* border: 0.02rem solid #00457C !important; */
  background: rgb(0,69,124,0.15);
}
/* 普通 */
.default_text_color{
  color: #F09A25 !important;
}
.default_back_color{
  background: #F09A25;
  color: #FFFFFF;
}
.pay-btn-style.default_back_color{
  background: #F09A25;
  color: #FFFFFF;
}
.default_tag_style{
  color: #F09A25 !important;
  /* border: 0.02rem solid #F09A25 !important; */
  background: rgb(240,154,37,0.15);
}
/* 新增样式 */
.desc .fieldsListShow{
  width: 100%;
  display: flex;
  align-items: center;
}
.desc .tag-new {
    /* padding-left: 0.15rem !important; */
    /* padding-right: 0.25rem !important; */
    position: relative;
    margin-bottom: 0;
    font-size: 0.19rem !important;
   /* border-width: 0.02rem;
    border-style: solid; */
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    /* line-height: 0.465rem !important; */
    height: 0.42rem;
    /* border-radius: 0.25rem; */
    display: flex;
    align-items: center;
    padding: 0 0.1rem;
    overflow: hidden;
    /* max-width: 2rem; */
}
.tag-new .tagName{
  width: 100%;
  /* 超出省略号 */
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.tag-new .tagIcon{
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  background-size: 0.1rem 0.1rem;
  background-image: url(../../../images/label_icon.png);
  background-repeat: no-repeat;
  background-position: 52%;
  border-radius: 50%;
  margin-right: 0.06rem;
  flex: none;
}
.tag-new-small .tagIcon{
  display: block;
  width: 0.17rem;
  height: 0.17rem;
  background-size: 0.1rem 0.1rem;
  background-image: url(../../../images/label_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  margin-right: 0.08rem;
}
.tag-new.sharing_tag_style .tagIcon {
  background-color: #00AB7A;
}
.tag-new.liveOffline_tag_style .tagIcon {
  background-color: #00457C;
}
.tag-new.default_tag_style .tagIcon {
  background-color: #F09A25;
}
/* .desc .tag-new::before {
    content: "";
    position: absolute;
    left: 0.14rem;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    width: 0.23rem;
    height: 0.23rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.09rem;
    font-weight: bold;
    background-size: 0.12rem 0.12rem;
    background-image: url(../../../images/label_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
} */
/* .desc .tag-new.sharing_tag_style::before {
  background-color: #00AB7A;
}
.desc .tag-new.liveOffline_tag_style::before {
  background-color: #00457C;
}
.desc .tag-new.default_tag_style::before {
  background-color: #F09A25;
} */
.membericon_new{
  position: absolute;
  right: 0;
  top: 0;
  width: 1.75rem;
  height: 0.5rem;
  background: linear-gradient(360deg, #CFAE8A 0%, #EEDFCC 100%);
  font-size: .21rem;
  font-weight: 500;
  color: #674C24;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}
.membericon_new img{
  width:0.23rem;
  height:0.23rem;
  margin-right: 0.12rem;
}
/* 改版后直播入口新样式 */
.liveEntranceNav{
  padding: 0;
  margin: 0 0.4rem;
  width: calc(100% - 0.8rem);
  background: #FFFFFF;
}
.liveEntranceNav .courseList{
  margin: 0 0.35rem;
  border-bottom: 0.02rem solid #EAEAEA;
  padding: 0.35rem 0;
}
.liveEntranceNav .courseList .titleName{
  font-size: 0.31rem;
  font-weight: 500;
  color: #62666A;
  line-height: 0.46rem;
}
.liveEntranceNav .courseList .coverpic{
  width: 2.58rem;
  height: 2.58rem;
  flex: none;
}
.liveEntranceNav .courseList .coverpic .mask{
  height: 0.5rem;
  background: rgba(98,102,106,0.34);
  font-weight: 500;
  color: #FFFFFF;
  font-size: 0.21rem;
  text-align: center;
  line-height: 0.5rem;
}
.liveEntranceNav .courseList .playBtn{
  width: 2.08rem;
  height: 0.58rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  border-radius: 0.3rem;
  font-size: 0.21rem;
  color: #fff;
}
.liveEntranceNav .courseList .playBtn img{
  width: 0.174rem;
  height: 0.192rem;
  margin-left: 0.3rem;
}
.liveEntranceNav .courseList .courseInfo{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.liveEntranceNav .courseList .tag-wrap{
  margin-bottom: 0.17rem;
  display: flex;
  flex-wrap: wrap;
}
.liveEntranceNav .courseList .tag-wrap .tag{
  padding: 0 0.12rem;
  font-size: 0.17rem;
  font-weight: 500;
  line-height: 0.25rem;
  padding: 0.06rem 0.13rem;
  margin-right: 0.37rem;
  display: flex;
  align-items: center;
}
.liveEntranceNav .courseList .tag-wrap .tag-new-small.levType{
  margin-right: 0;
}
.liveEntranceNav .courseList .courseInfo .title{
  height: 2rem;
}
.liveEntranceNav .courseList .courseInfo .titleName{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.liveEntranceNav .activity-box .column-title{
  height: auto;
  margin: 0.31rem 0.35rem 0 0.35rem;
  font-size: 0.25rem;
  font-weight: 600;
  color: #F09A25;
  line-height: 0.35rem;
}
/* end */
.tearchShowInfo{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.15rem;
  
  margin-bottom: 0.23rem;
  margin-top: 0.22rem;
}
.tearchShowInfo .addr{
  font-size: 0.21rem;
  font-weight: 400;
  color: #62666A;
  line-height: 0.3rem;
  position: relative;
  padding-left: 0.28rem;
  
  font-size: 0.25rem;
  color: #878787;
  /* line-height: 1; */
  padding: 0;
}
/* .tearchShowInfo .addr::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.14rem;
    height: 0.1744rem;
    background: url(../img/location@2x.png) no-repeat center center;
    background-size: contain;
} */
.courseNavConItem .commentArea_item .member_icon{
  position: static !important;
  margin-left: 0.13rem;
}
.displayNone{
  display: none !important;
}
/* 兼容平板 */
@media screen and (min-width: 750px) {
	.praiseStar .content{
		width: 330px;
	}
}
/* 章节按钮样式 */
.new_chapterClone .processArea .operateIcon{
  width: 0.96rem;
  height: 0.96rem;
}
/* 播放按钮 */
.new_chapterClone .processArea .playIcon{
  width: 0.96rem;
  height: 0.96rem;
  background-image: url('../img/play@2x_isdefault.png');
  background-image: url('../img/play@2x_isdefault2024.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.new_chapterClone .processArea .playIcon.default_playImg_color{
  background-image: url('../img/play@2x_isdefault.png');
  background-image: url('../img/play@2x_isdefault2024.png');
  background-size: 100%;
}
.new_chapterClone .processArea .playIcon.sharing_playImg_color{
  background-image: url('../img/play@2x_isSharing.png');
  background-image: url('../img/play@2x_isSharing2024.png');
  background-size: 100%;
}
.new_chapterClone .processArea .playIcon.liveOffline_playImg_color{
  background-image: url('../img/play@2x_isLive.png');
  background-image: url('../img/play@2x_isLive2024.png');
  background-size: 100%;
}
/* 暂停按钮 */
.new_chapterClone .processArea .stopIcon{
  width: 0.96rem;
  height: 0.96rem;
  background-image: url('../img/stop@2x_isdefault.png');
  background-image: url('../img/stop@2x_isdefault2024.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.new_chapterClone .processArea .stopIcon.default_playImg_color{
  background-image: url('../img/stop@2x_isdefault.png');
  background-image: url('../img/stop@2x_isdefault2024.png');
  background-size: 100%;
}
.new_chapterClone .processArea .stopIcon.sharing_playImg_color{
  background-image: url('../img/stop@2x_isSharing.png');
  background-image: url('../img/stop@2x_isSharing2024.png');
  background-size: 100%;
}
.new_chapterClone .processArea .stopIcon.liveOffline_playImg_color{
  background-image: url('../img/stop@2x_isLive.png');
  background-image: url('../img/stop@2x_isLive2024.png');
  background-size: 100%;
}
/* 解锁按钮 */
.new_chapterClone .processArea .lockIcon{
  width: 0.96rem;
  height: 0.96rem;
  background-image: url('../img/ico_huisuo@2x_2_new.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.courseFootMove.courseFoot {
    position: unset;
    height: auto;
    border: none;
    align-items: flex-start;
}
.courseFootMove.courseFoot .item {
    display: unset;
    height: auto;
    width: auto;
}
/* 底部点赞收藏等按钮样式 */
/* 点赞 */
.courseFoot .item .likeBtnIcon{
  width: 0.73rem;
  height: 0.73rem;
}
.courseFoot .item .likeBtnIcon_false{
  width: 0.73rem;
  height: 0.73rem;
  background-repeat: no-repeat;
  background-image: url('../img/default_dianzan_new.png');
  background-size: 100%;
}
.courseFoot .item .likeBtnIcon_false.default_itemImg_color{
  background-image: url('../img/default_dianzan_new.png');
  background-size: 100%;
}
.courseFoot .item .likeBtnIcon_false.sharing_itemImg_color{
  background-image: url('../img/sharing_dianzan_new.png');
  background-size: 100%;
}
.courseFoot .item .likeBtnIcon_false.liveOffline_itemImg_color{
  background-image: url('../img/liveOffline_dianzan_new.png');
  background-size: 100%;
}
.courseFoot .item .likeBtnIcon_true{
  width: 0.73rem;
  height: 0.73rem;
  background-repeat: no-repeat;
  background-image: url('../img/default_dianzan_new2.png');
  background-size: 100%;
}
.courseFoot .item .likeBtnIcon_true.default_itemImg_color{
  background-image: url('../img/default_dianzan_new2.png');
  background-size: 100%;
}
.courseFoot .item .likeBtnIcon_true.sharing_itemImg_color{
  background-image: url('../img/sharing_dianzan_new2.png');
  background-size: 100%;
}
.courseFoot .item .likeBtnIcon_true.liveOffline_itemImg_color{
  background-image: url('../img/liveOffline_dianzan_new2.png');
  background-size: 100%;
}
/* 收藏 */
.courseFoot .item .collectionBtnIcon{
  width: 0.73rem;
  height: 0.73rem;
}
.courseFoot .item .collectionBtnIcon_false{
  width: 0.73rem;
  height: 0.73rem;
  background-repeat: no-repeat;
  background-image: url('../img/default_collection_new.png');
  background-size: 100%;
}
.courseFoot .item .collectionBtnIcon_false.default_itemImg_color{
  background-image: url('../img/default_collection_new.png');
  background-size: 100%;
}
.courseFoot .item .collectionBtnIcon_false.sharing_itemImg_color{
  background-image: url('../img/sharing_collection_new.png');
  background-size: 100%;
}
.courseFoot .item .collectionBtnIcon_false.liveOffline_itemImg_color{
  background-image: url('../img/liveOffline_collection_new.png');
  background-size: 100%;
}
.courseFoot .item .collectionBtnIcon_true{
  width: 0.73rem;
  height: 0.73rem;
  background-repeat: no-repeat;
  background-image: url('../img/default_collection_new2.png');
  background-size: 100%;
}
.courseFoot .item .collectionBtnIcon_true.default_itemImg_color{
  background-image: url('../img/default_collection_new2.png');
  background-size: 100%;
}
.courseFoot .item .collectionBtnIcon_true.sharing_itemImg_color{
  background-image: url('../img/sharing_collection_new2.png');
  background-size: 100%;
}
.courseFoot .item .collectionBtnIcon_true.liveOffline_itemImg_color{
  background-image: url('../img/liveOffline_collection_new2.png');
  background-size: 100%;
}
/* 分享 */
.courseFoot .item .shareBtnIcon{
  width: 0.73rem;
  height: 0.73rem;
  background-repeat: no-repeat;
  background-image: url('../img/default_shareBtnIcon_new.png');
  background-size: 100%;
}
.courseFoot .item .shareBtnIcon.default_itemImg_color{
  background-image: url('../img/default_shareBtnIcon_new.png');
  background-size: 100%;
}
.courseFoot .item .shareBtnIcon.sharing_itemImg_color{
  background-image: url('../img/sharing_shareBtnIcon_new.png');
  background-size: 100%;
}
.courseFoot .item .shareBtnIcon.liveOffline_itemImg_color{
  background-image: url('../img/liveOffline_shareBtnIcon_new.png');
  background-size: 100%;
}
/* 章节会员标签icon */
.chapterNav .chapterClone .chapterInfo .cont .live-member-icon, 
.chapterNavLock .chapterClone .chapterInfo .cont .live-member-icon{
  width: 0.92rem;
  height: 0.33rem;
  margin-left: 0.23rem;
  margin-top: 0;
}
.chapterNav .chapterClone .chapterInfo .cont .paid-course-icon, 
.chapterNavLock .chapterClone .chapterInfo .cont .paid-course-icon{
  width: 0.92rem;
  height: 0.33rem;
  margin-left: 0.23rem;
  margin-top: 0;
}
.chapterNav .chapterClone:first-child .chapterInfo .cont .live-member-icon{
  display: none !important;
}
.chapterNavLock .chapterClone:first-child .chapterInfo .cont .live-member-icon{
  display: none !important;
}
.chapterNav .chapterClone.isMembershipCourse:first-child .chapterInfo .cont .live-member-icon,
.isMembershipCourse.chapterNavLock .chapterClone.isMembershipCourse:first-child .chapterInfo .cont .live-member-icon{
    display: unset !important;
}
.chapterNav .chapterClone:first-child .chapterInfo .cont .paid-course-icon{
    display: none !important;
}
.chapterNavLock .chapterClone:first-child .chapterInfo .cont .paid-course-icon{
display: none !important;
}
/* 教师关注按钮 */
.tearchNewIcon{
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.33rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 0.25rem;
  border: 0.02rem solid #F09A25;
  font-size: 0.19rem;
  font-weight: 500;
  color: #F09A25;
}
/* 收录于专题 */
.byCourseFieldShow{
  padding: 0.2rem 0.27rem;
  background: rgba(0,0,0,0.03);
  /* margin: 0.3rem 0; */
  font-size: 0.25rem;
  font-weight: 400;
  color: #878787;
  line-height: 0.35rem;
}
.topic_Field_item {
  font-weight: 500;
  color: #F09A25;
}
/* 导航栏 */
.statusBarHeight {
	padding-top: 20px;
}

.custom-header {
  height: 1rem;
}
#shareBtn {
    width: 0.28rem;
    height: 0.34rem;
}
#shareBtn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.mui-content {
	overflow-y: auto;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	/* padding: 0 5vw; */
}
/* 新进度条样式 */
.progressShow{
  width: 0.96rem;
  height: 0.96rem;
  position: absolute;
  top: 0;
  border-radius: 100%;
}
.progressShow_border{
  width: 0.96rem;
  height: 0.96rem;
  -webkit-mask: radial-gradient(farthest-corner at 50% 50%, transparent 65%, black 65%);
  mask: radial-gradient(farthest-corner at 50% 50%, transparent 65%, black 65%);
  position: absolute;
  top: 0;
  border-radius: 100%;
}

/* 专业会课程 职业资格认证提示 12px */
.certificate-confirm {
	width: 28.25rem;
	padding: 1.83rem 2.17rem;
}
.certificate-confirm .title {
	font-size: 1.5rem;
	border-bottom: .08rem solid #EAEAEA;
	height: 4.67rem;
}
.certificate-confirm .content {
	margin-top: 1.08rem;
	line-height: 2.08rem;
	font-size: 1.17rem;
}
.certificate-confirm .btn{
	height: 2.83rem;
	border-radius: 1.42rem;
	margin-top: 1.67rem;
	font-size: 1rem;
	letter-spacing: 1px;
}

#mescroll::-webkit-scrollbar {
    display: none;
}
#scroller::-webkit-scrollbar {
    display: none;
}
#scroller {
    position: absolute;
    width: 100%;
    padding: 0 .3rem;
    box-sizing: border-box;
}
.clickCount {
    display: flex;
    align-items: center;
}
.clickCount img {
    width: 0.2442rem;
    height: 0.1744rem;
    margin-right: .09rem;
}
/* 精萃课程售卖 footer */
.buy-subject {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 0.51rem;
    box-shadow: 0rem -0.14rem 0.31rem 0rem rgba(0, 0, 0, 0.07);
    background-color: #fff;
  }
  .buy-subject .buy-btn {
    min-width: 3.58rem;
    height: 0.7rem;
    background: #F09A25;
    border-radius: 0.35rem;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.7rem;
    padding-right: 0.37rem;
    text-align: center;
    transform: translateX(-0.04rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .buy-subject .buy-btn .first,
  .buy-subject .buy-btn .second {
    display: flex;
    margin-left: 0.24rem;
    align-items: center;
  }
  .buy-subject .buy-btn .second {
    margin-left: 0.14rem;
  }
  .buy-subject .buy-btn .second .expire-icon {
    width: 0.38rem;
    height: 0.38rem;
  }
  .buy-subject .buy-btn .price {
    font-size: 0.35rem;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: bold;
  }
  .buy-subject .buy-btn .expire {
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.21rem;
    margin-left: 0.2rem;
  }
  .buy-subject .buy-btn .text {
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: bold;
    font-size: 0.24rem;
  }
  .buy-subject .member-btn {
    height: 0.7rem;
    background: url("../../subject/img/member-btn-bg.png") center center no-repeat;
    background-size: cover;
    border-radius: 0.35rem;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: bold;
    font-size: 0.24rem;
    color: #694422;;
    width: 1.95rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .28rem;
  }
  .buy-subject .member-btn .icon {
    width: 0.38rem;
    height: 0.38rem;
    margin-right: 0.47rem;
  }
  .buy-subject .wrap {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 0.21rem;
    display: flex;
    justify-content: center;
  }
  .buy-subject .label {
    position: absolute;
    top: -0.35rem;
    left: 0.09rem;
    width: 2.18rem;
    height: 0.91rem;
    object-fit: cover;
  }

.bigBth.isMembershipEquityCourse {
    font-size: 0.21rem;
    line-height: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
}
.bigBth.isMembershipEquityCourse>span {
    font-size: 0.14rem;
    line-height: 0.19rem;
    font-weight: 400;
}