/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 320px){
	.mui-swiper{
		height: 60px;
	}
	.swiper-wrapper {
	    align-items: center;
	}
	.mui-swiper .swiper-slide {
	    height: 30px !important;
	    line-height: 30px !important;
		border-radius: 15px !important;
	}
	.mui-findClass-listTxt .mui-findClass-listTxt-item{
		position: relative;
		top: 0px;
	}
	.mui-table-view-chevron li a .mui-find-text .mui-find-author img{
		width: 15px;
		height: 15px;
	}
	.mui-table-view-chevron li a .mui-find-text .mui-find-author button{
		width: 60px;
		height:20px;
		/* line-height: 20px; */
		border-radius: 10px;
		text-align: center;
	}
	.mui-table-view-chevron li a .mui-find-img span{
		line-height: 20px;
		height: 20px;
	}
	.mui-scroll-wrapper {
		top:10px;
	}
	.mui-centerMessag-photo{
		width: 45%;
	}
	.mui-planList-container .mui-plan-solar {
		padding-left: 5px;
		width: 30%;
	}
	.mui-plan-date{
		width: 58%;
		overflow: hidden;
	}
	.mui-plan-solar span.iconfont.icon-down{
		right: -8px;
	}
	.plan-class-container .mui-progressbar-top .mui-progressbar{
		width: 55%;
	}
}
@media only screen and (min-device-width : 325px) and (max-device-width : 375px) {

}
@media only screen and (min-device-width : 376px) and (max-device-width : 414px) {
	.mui-plan-date{
		width: 51%;
		overflow: hidden;
	}

}
@media (max-width: 768px){

}