.fl{
	float: left;
}
.fr{
	float: right;
}
* {
	touch-action: manipulation;
}
.nav_top{
	padding-top: 0.35rem;
	background: var(--themeColor);
	background-color: var(--themeColor);
}
.margin_top{
	margin-top: 0.2rem;
}
.details_bgColor{
	background: var(--themeColor);
}
#active_top{
  background: var(--themeColor);
}
.active_top{
	/*padding-top: 0.35rem;*/
	display: flex;
	justify-content: space-between;
	position: relative;
}
.active_top>a{
}
.active_top>a>img{
	width:0.48rem;
	height: 0.48rem;
	margin: 0.25rem 0.3rem;
}
.active_top>span{
	text-align: center;
	font-size: 0.38rem;
	color: #FFFFFF;
	line-height: 0.92rem;
	display: block;
}
.active_top>u{
	font-size: 0.24rem;
	color: #FFFFFF;
	margin: 0 0.3rem;
	line-height: 0.98rem;
	display: block;
}
.active_top>a>span{
	font-size: 0.24rem;
	color: #FFFFFF;
	margin: 0 0.3rem;
	line-height: 0.98rem;
	display: block;
}
.active_top>ul {
	display: -webkit-inline-box;
}
.active_top>ul>li{
	margin: 0 0.2rem;
	line-height: 0.98rem;
	color: #FFFFFF;
	font-size: 0.24rem;
}
.is_mentor {
  color: #FFFFFF;
  font-size: 0.30rem;
  text-align: center;
  height: 0.5rem;
  background: var(--themeColor);
  display: none;
}
.mui-img1 {
	background: url(../../images/hushan/hushanIndex.png) no-repeat;
	background-size: 1.55rem auto;
	background-position: 0.02rem 0px;
	width: 0.48rem;
	height: 0.48rem;
	display: block;
	margin: 0 auto;
	margin-top: 0.1rem;
}

.mui-img1_hover {
	background-position: -1.07rem 0rem !important;
}

.mui-img2 {
	background: url(../../images/hushan/hushanIndex.png) no-repeat;
	background-size: 1.55rem auto;
	background-position: 0rem -1.1rem;
	width: 0.48rem;
	height: 0.48rem;
	display: block;
	margin: 0 auto;
	margin-top: 0.1rem;
}

.mui-img2_hover {
	background-position: -1.07rem -1.1rem !important;
}

.mui-img3 {
	background: url(../../images/hushan/hushanIndex.png) no-repeat;
	background-size: 1.55rem auto;
	background-position: 0rem -2.18rem;
	width: 0.48rem;
	height: 0.48rem;
	display: block;
	margin: 0 auto;
	margin-top: 0.1rem;
}

.mui-img3_hover {
	background-position: -1.07rem -2.18rem !important;
}
.mui-img4 {
  background: url(../../images/icon_calendar-line.png) no-repeat;
  background-size: contain;
  width: 0.48rem;
  height: 0.48rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.1rem;
}

.mui-tab-label {
	font-size: 0.2rem;
	color: #666666;
	line-height: 0.4rem;
}

#head {
	color: #FFFFFF !important;
	padding: 0 !important;
	/*padding-top: 0.35rem !important;*/
	z-index: 1000 !important;
	height: 1rem;
	background-color: var(--themeColor);
}

#head a img {
	width: 0.42rem !important;
	height: 0.42rem !important;
	margin: 0.25rem 0.3rem !important;
}

.mui-title {
	font-size: 0.38rem !important;
	color: #FFFFFF !important;
	line-height: 1rem !important;
}
.mui-left-text{
	font-size: 0.24rem;
	color: #FFFFFF;
	margin: 0 0.3rem;
	line-height: 0.98rem;
	display: block;
}
.mui-content{
	margin-top: 1rem;
	margin-bottom: 1.2rem;
}

.hoe-loading{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align:middle;
	background: rgba(0, 0, 0, 0.4);
	z-index: 99999;
	display: none;
}
.hoe-loading img{
	position: relative;
	width: 5.6rem;
	height: 0.56rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.page-loading{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align:middle;
	background-color: #FFF;
	z-index: 99999;
	/*display: none;*/
}
.page-loading img{
	position: relative;
	width: 5rem;
	height: 6rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
