/*!
 * by liangting 2020/1/3
 */








.lt-btn_disabled{
	background-color: #323232!important;
	color: #FFFFFF;
}




.home-item-title {
	font-size: 16px;
	font-weight: bold;
	
	
}

.mycourse-item {
	background-color: #123123;
	margin-top: 10px;
	margin-right: 15px;
	border-radius: 10px;
	background:no-repeat center center;
	background-size:cover;
	
}

.mycourse-item-mask-1{
    height:100%;
    width:100%;
    background: rgba(25,190,107,0.85);
	border-radius:5px;
}

.mycourse-item-time {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.mycourse-item-day {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 100;
}

.home-myevaluation{
	background-color: #FFFFFF;
	padding: 20px 10px 10px 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 22px #f3f3f3;
}

.home-item {
  background-color: #FFFFFF;
  padding: 20px 10px;
  margin-right: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 22px #f3f3f3;
  /* box-shadow: 0px 0px 10px #e8eaec; */
  /* float:left; */
  /* width:80px; */
}


.simple-audio {
  display:block;
}
.simple-audio:after {
  content:'';
  clear:both;
  display:block;
}
.audio-container {
      float: left;
      position: relative;
      width: 80px;
      height: 32px;
      background-color: #fafafa;
      border: 1px solid #e2e2e2;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      margin: 0 5px;
    }

    .audio-container:before {
      content: '';
      position: absolute;
      display: block;
      width: 8px;
      height: 8px;
      border: 1px solid #e2e2e2;
      -moz-transform: rotate(45deg); /* Firefox */
      -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
      -o-transform: rotate(45deg); /* Opera */
      transform: rotate(45deg);
      left: -5px;
      top: 11px;
      background-color: #fafafa;
      border-top: none;
      border-right: none;
    }

    .audio-status {
      float: left;
      margin-top: 8px;
      margin-left: 15px;
      width: 13px;
      height: 15px;
      background: url(//p1.ssl.qhimg.com/t01154d8bfabb0b30aa.png) no-repeat top left;
      -webkit-background-size: 100%;
      background-size: 100%;
    }

    .audio-status.playing {
      -webkit-animation: audio_playing 1s infinite;
      -o-animation: audio_playing 1s infinite;
      animation: audio_playing 1s infinite;
    }

    .audio-status.error:after {
      content:'!';
      font-size:12px;
      color:#aaa;
      margin-left:16px;
      vertical-align:top;
    }
    @-webkit-keyframes audio_playing {
      0% {
        background-position: 0 -15px;
      }
      30% {
        background-position: 0 -15px;
      }
      30.1% {
        background-position: 0 -30px;
      }
      61% {
        background-position: 0 -30px;
      }
      61.1% {
        background-position: 0 -45px;
      }
      100% {
        background-position: 0 -45px;
      }
    }

    .audio-time {
      float: left;
      line-height: 32px;
      color: #999;
      font-size: 13px;
      font-family: SFUIDisplay-Regular, Arial;
    }


.course_timeable{
	/* transition: opacity 3s ease-in 2s; */

}

.weekday{
	color: #999999;
	margin: 8px 0;
	font-size: 15px;
}

.select {
	display: inline-block;
	width: 300px;
	position: relative;
	vertical-align: middle;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	color: #555;
	border: 1px solid #aaa;
	text-shadow: none;
	border-radius: 4px;	
	transition: box-shadow 0.25s ease;
	z-index: 2;
}



.inline{
  display:inline-block;
}

.left{
  float:left;
}

.right{
  float:right;
}


.card{
	margin: 15px;
	background-color: #FFFFFF;
	/*position: relative;*/
	/* box-shadow: 0px 0px 10px #e8eaec; */
	box-shadow: 0px 0px 22px #f3f3f3;
	border-radius: 3px;
}

.card_title_color{
	background-color: #368BFF;
	margin-top: 4px;
	height: 18px;
	width: 3px;
}

.card_title{
	padding-top: 10px;
	font-weight:800;
}

.card_title_text{
	font-size: 16px;
}

.card_content{
	padding: 8px 16px 16px 16px;
}

.card_text{
	font-size: 20px;
}

.card_text_small{
	font-size: 12px;
	color: #999999;
}


.card_text_line{
	float:left;
	margin-right: 10px; 
}

.card_text_line_right{
	float:right;
	padding-left: 10px; 
}

.store_logo{
	border-radius: 3px; 
	background-color: #FFFFFF; 
	width: 60px; 
	height: 60px;
	background:no-repeat center center;
	background-size:cover;
	
}

.store_name{
	padding: 10px 10px 10px 60px;
	
}


.home_float{
	margin: 15px;
	background-color: #FFFFFF;
	height:60px;
	border-radius: 3px;
    box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.28);
    padding: 20px 20px 40px 20px;
    top: -60px;
    z-index:1;
    position: relative;
}

.home_icon{
    font-size: 28px;
    color: #F9CA3D;

    /*阴影*/
    /*filter: drop-shadow(0 0 2px #F9CA3D) drop-shadow(0 0 15px #c0c) drop-shadow(0 0 5px #f0f);*/
    -webkit-filter: drop-shadow(4px 4px 2px #dcdee2);
}

.home_button{
	width:24%;
	display: inline-block;
	margin: 10px;
}

.home_tool{
	float:left;
	width:25%;
	/* background-color: #FFFFFF; */
	/* padding: 10px; */
	/* display: inline-block; */
	/* box-shadow: 0px 0px 10px #868686; */
}

.home_yuyue{
	z-index:2;
	position: relative;
	top: -140px;
	width:76%;
	border-radius: 30px;
}

.home_banner{
  display: inline-block;
  /* box-shadow: 0px 0px 10px #b5b5b5; */
  box-shadow: 0px 0px 22px #f3f3f3;
  /*width: 533px;
  height: 300px;*/
  background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
}
.home_banner img{
  mix-blend-mode: overlay;
}


.teacher_info_img{
	float: left;
	width: 60px; 
	height: 60px;
	border-radius:60px; 
	border:1px solid #dcdee2;
}

.touxiang{
  width:79px;
  height:79px;
  background:no-repeat center center;
  background-size:cover;
  border-radius:50px;
}

.star_teacher_img{
  width:60px;
  height:100px;
  background:no-repeat center center;
  background-size:cover;
  border-radius:5px;
}

/* 隐藏下方的滚动条 */
.slide-box::-webkit-scrollbar {
	background-color: transparent;
	
}

.slide-box {
	padding: 10px 0;
	display: -webkit-box;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.slide-box-item {
	width: 100px;
	text-align: center;
	position: relative;
	display:block;
}

.course_img{
  /* float:left; */
  /* margin-right:9px;
  margin-bottom:9px; */
  width:220px;
  height:120px;
  background:no-repeat center center;
  background-size:cover;
  border-radius:5px;
  /* margin: 10px 10px 10px 10px; */
}

.img-mask{
    height:100%;
    width:100%;
    background: rgba(255,255,255,.1);
	border-radius:5px;
}

.card_img{
  /* margin-left: 5%;
  width:90%; */
  height:130px;
  background:no-repeat center center;
  background-size:cover;
  border-radius:5px;
  box-shadow: 3px 3px 5px #C9C9C9;
  /* margin-top: 20px; */
}

.store-card{
	/* box-shadow: 3px 3px 5px #C9C9C9; */
	box-shadow: 0px 0px 22px #f3f3f3;
	margin-top: 10px;
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 10px;
	height: 90px;
}

.store-card_img{
  /* margin-left: 5%; */
  width:100px;
  height:90px;
  background:no-repeat center center;
  background-size:cover;
  border-radius:5px;
  float: left;
  /* box-shadow: 3px 3px 5px #C9C9C9; */
  /* margin-top: 20px; */
}

.span_cika{
	float: right;
	/* background-color: rgba(0,136,255,0.8); */
	/* color: #FFFFFF; */
	font-size: 13px;
	padding: 6px 10px 4px 10px;
	/* margin-top: -110px; */
	border-radius: 5px 5px 0px 5px;
}

.span_qixianka{
	float: right;
	background-color: rgba(25,190,107,0.8);
	color: #FFFFFF;
	font-size: 13px;
	padding: 1px 8px;
	margin-top: -110px;
	border-radius: 0px 5px 0px 5px;
}

.card-mask-1{
    height:100%;
    width:100%;
    background: rgba(0,136,255,0.8);
	border-radius:5px;
}

.card-mask-2{
    height:100%;
    width:100%;
    background: rgba(25,190,107,0.8);
	border-radius:5px;
}


.day_css{
	background-color:#FFFFFF; 
	margin: 5px;
	padding: 5px;
	border-radius:4px; 
	transition: background-color .2s linear 0s;
}

.calendar_day{
	font-size: 18px;
	font-weight: 600;
}

.calendar_month{
	color: #999999;
}



/*顶部分类*/

.card-fouth{
	background-color: #FFFFFF;
}

.card-fouth .industry {
    font-size: 18px;
    color: #bfbfbf;
    padding: 15px 10px 5px 10px;
    display: inline-block;
	text-align: center;
}
.card-fouth .industry.first {
    padding-left: 30px
}
.card-fouth .industry.last {
    padding-right: 0
}
.card-fouth .industry.active {
    padding-bottom: 9px
}
.card-fouth .industry span {
    font-family: PingFang SC;
    font-weight: 700;
}
.card-fouth .industry.active span {
    font-size: 24px;
	transition: font-size .2s linear 0s;
    font-weight: 800;
    color: #000000;
    border-bottom: 5px solid #FFFFFF;
    padding-bottom: 5px;
}


.course_card{
	background-color: #FFFFFF;
	margin: 16px 16px; 
	border-radius: 5px;
	/* box-shadow: 8px 8px 10px 5px #d2d2d2; */
}




.yue_btn{
	background-color: #368BFF;
	color: #FFFFFF;
	border-radius: 5px; 
	padding: 10px;
	margin-left: 5px;
}

.yue_btn_disable{
	background-color: #F7F7F7;
	color: rgba(0, 0, 0, 0.3);
	border-radius: 5px; 
	padding: 10px;
	margin-left: 5px;
}

.weui-badge-haoyueke{
  display:inline-block;
  padding:.4em .6em;
  min-width:8px;
  border-radius:3px;
  background-color:#f8fffb;
  color:#06ae56;
  /* background-color:#fffbe6;
  color:#faad14; */
  line-height:1.2;
  text-align:center;
  font-size:12px;
  vertical-align:middle;
  margin-right: 5px;
}

.weui-badge-online{
  display:inline-block;
  padding:.3em .4em;
  min-width:8px;
  border-radius:3px;
  background-color:#cee6ff;
  font-weight: 100;
  color:#0074ec;
  line-height:1.2;
  text-align:center;
  font-size:12px;
  vertical-align:middle;
  /* margin-right: 5px; */
  margin: 0px 5px 3px 0px;
}

.teacher-bg-blur{
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index:1;
	width: 100%;
	height: 180px;
	text-align: center;
	position: relative;
	box-sizing:border-box;
}

.teacher-bg-blur:after{
    content: "";
    width:100%;
    height:220px;
    position: absolute;
    left:0;
    top:0;
    background: inherit;
    filter: blur(10px);
	/* filter: brightness(200%); */
    z-index: 2;
}

.drag{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width:100%;
    height:180px;
    text-align: center;
    z-index:11;
}

@media screen and (max-width: 321px) {
    .time-choose-table .time-table:nth-child(4n), .time-choose-table .time-table:nth-child(4n+1), .time-choose-table .time-table:nth-child(4n+2), .time-choose-table .time-table:nth-child(4n+3) {
        height: 60px;
        line-height: 60px
    }

    .time-choose-table .choosed {
        /* border: 2px solid #368BFF; */
        line-height: 60px
    }

    .time-choose-table .disabled:nth-child(4n), .time-choose-table .disabled:nth-child(4n+1), .time-choose-table .disabled:nth-child(4n+2), .time-choose-table .disabled:nth-child(4n+3) {
        line-height: 1.3em;
    }
}