@charset "utf-8";
/* CSS Document */

/*手机官网头部-Start*/
.laio_nav_title a:hover{
	color:#e45b1f;
}
/*手机官网头部-End*/

/*教练信息-Start*/
.pc_coache_nav span:hover{
	color:#e45b1f;
}

.pc_coach_list_info:hover{
	-webkit-transition: 0.3s ease-in-out;
}
/*教练信息-End*/

/*产品信息-Start*/
.pc_coach_border:hover{
  background-color:#f6f6f6;
  box-shadow:0 0 20px 3px rgba(0,0,0,0.2);
}

.pc_coach_list_more:hover{
  text-decoration:underline;
}
/*产品信息-End*/

/*学员评价-Start*/
.coach_page_look:hover{
	background-color:#f6f6f6;
}
/*学员评价-End*/

/*nav-Start*/
.index_login a:hover{
  color:#e45b1f;
}
/*nav-End*/

/*入口1-Start*/
.index_ent1 .index_ent1_href:hover{
  box-shadow:0 0 20px 3px rgba(0,0,0,0.2);
	-webkit-transition: 0.3s ease-in-out;
}
/*入口1-End*/

/*对比-Start*/
.index_contrast_title div:hover{
  box-shadow:0 0 20px 3px rgba(0,0,0,0.2);
	-webkit-transition: 0.3s ease-in-out;
}
/*对比-End*/

/*入口2-Start*/
.index_ent2_learn:hover,.index_ent2_rent:hover{
  box-shadow:0 0 20px 3px rgba(0,0,0,0.2);
	-webkit-transition: 0.3s ease-in-out;
}
/*入口2-End*/

/*页脚-Start*/
.footer_text a:hover{
  color:#666;
  text-decoration:underline !important;
}

.footer_copy a:hover{
  color:#e45b1f !important;
}
/*页脚-End*/
