.leftMenu {
	width: 51px;
	position: absolute;
	display: none;
	margin-top:-123px;
	background-color: #fff;
}
.leftMenu li{
	height: 30px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	text-align: center;
	padding-top: 10px;
	font-weight: 600;
}
.leftMenu li i{
	background-image: url("../images/icon.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	display: inline-block;
	margin-bottom:10px;
}
.leftMenu li.back i{
	background: rgba(0, 0, 0, 0) url("../images/icon.png") no-repeat scroll -110px -360px / 666px 666px;
}
.action_foot {
	position: fixed;
	height: 40px;
	background-color: #fff;
	width: 100%;
	bottom: 0;
	left: 0;
	border-top: 1px solid #ebebeb;
	padding: 0;
	z-index: 9;
}

.action_foot .leftCnt {
	float: left;
	overflow: hidden;
	width: 40px;
	border-right: 1px solid #ebebeb;
	padding-left: 10px;
}

.leftCnt .leftIcn {
	background: url(../images/icon-prev.png) no-repeat scroll 5px center/
		18px 18px rgba(0, 0, 0, 0);
	border-radius: 5px;
	color: #fff;
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	/*width: 50px;
	height: 40px;
	text-align: center;*/
}
.leftCnt .leftIcn i{
	background-image: url("../images/icon.png");
	background-position: -124px -70px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	text-indent: -999em;
	width: 20px;
	margin-top: 10px;
}

.action_foot .rightCnt {
	float: right;
	height: 40px;
	width: 50px;
	border-left: 1px solid #ebebeb;
}

.rightCnt .rightIcn {
	background: url(../images/icon-menu.png) no-repeat scroll 16px center/
		18px 18px rgba(0, 0, 0, 0);
	border-radius: 5px;
	color: #fff;
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}

.action_foot .midCnt {
	height: 40px;
	width: auto;
	margin: 0 50px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	display: flex;
}
.midCnt a{
	flex: 1;
	border-left: 1px solid #ebebeb;
	text-decoration: none;
	color: #8d8d8d;
    font-size: 14px;
}
.midCnt a:first-child{
	border-left: 0;
}
.midCnt .fbhd {
	background: url(../images/icon-fqhd.png) no-repeat scroll 5px center/
		18px 18px rgba(0, 0, 0, 0);
	color: #2489ce;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	padding: 0 0 0 28px;
	text-decoration: none;
	width: 60px;
}
.midCnt .bmhd {
	color: #2489ce;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-decoration: none;
	width: auto;
	text-align: center;
}

.menuCnt {
	padding: 0;
	margin: 0;
	width: 95px;
	padding: 0 0 8px;
	display: none;
	position: fixed;
	right: 10px;
	bottom: 45px;
	z-index: 1000;
}
#menuCnt a {
    text-decoration: none;
    color: #000;
}
#menuCnt>ul {
	border: 1px solid #CCCCCC;
	border-radius: 8px;
}

ul,ul li,li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	/*text-align: left;*/
}

.menuCnt ul li {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	padding-left: 8px;
}

.menuCnt ul li .ui-link,.menuCnt ul li .ui-link:active,.menuCnt ul li .ui-link:hover,.menuCnt ul li .ui-link:visited
	{
	color: #000000;
	font-weight: 100;
	text-decoration: none;
}

#menuCnt ul li:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.menuCnt ul li:last-child {
	border-bottom: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

#menuCnt img {
	height: 16px;
	margin-bottom: 8px;
	width: 16px;
	padding-right: 3px;
}

.ui-body-c .ui-link:hover {
	color: none;
}
