/*!
 * by liangting 2020/1/3
 */

.inline{
  display:inline-block;
}

.left{
  float:left;
}

.zhong{
	width: auto;
}

.right{
  float:right;
}


.card{
	margin: 15px;
	background-color: #FFFFFF;
	/*position: relative;*/
	box-shadow: 0px 0px 10px #e8eaec;
	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; 
}




.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_tool{
	float:left;
	width:25%;
}

.home_yuyue{
	z-index:2;
	position: relative;
	top: -140px;
	width:76%;
	border-radius: 30px;
}

.home_banner{
  display: inline-block;
  /*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{
  /* float:left; */
  /* margin-right:9px;
  margin-bottom:9px; */
  width:79px;
  height:79px;
  background:no-repeat center center;
  background-size:cover;
  border-radius:30px;
}

.day_css{
	background-color:#FFFFFF; 
	margin: 5px;
	padding: 5px;
	border-radius:4px; 
}


.haoyueke_logo{
	border-radius: 3px; 
	background-color: #FFFFFF; 
	background:no-repeat center center;
	background-size:cover;
	background-image: url(../images/logo_mini_haoyueke.png);
	margin: 20px auto; 
	height: 80px; 
	width: 80px;
}