/*
 *这是单独为hello mui准备的个性化css，可以覆盖标准mui的css定义；
 * 在实际项目开发时，建议为App单独写一个css文件，从而实现项目的自定义皮肤功能；
 * 
 * */
.mui-plus header.mui-bar{
	display: none;
}
.mui-plus .mui-bar-nav~.mui-content{
	padding: 0;
}

/*hm开头的表示仅为 Hello MUI示例定义*/
.hm-description{
	margin: .5em 0;
}

.hm-description>li {
	font-size: 14px;
	color: #8f8f94;
}
.download{
	margin-top: 20px;
	width: 90%;
	margin-left:auto;
	margin-right: auto;
	height: 50px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	line-height: 50px;
	display: block;
}
.pc{
	background:url("../images/circle@2x.png");
	background-size:cover;
	height: 100%;
}
.top{ width: 100%; height: 80px; border-bottom: 1px solid #ff9a62;}
.top img{  margin-left: 15%;margin-top: 20px; width: 240px; height: 40px;}
.play{
	background:url("../images/m.png") no-repeat;
	width: 365px;
    margin-left: 15%;
	height: 621px;
	padding-left: 4px;
	padding-top: 26px;
	padding-bottom: 155px;
	margin-top: 50px;
	float: left;
}
.play mui-slider{
	width: 100%;
}
.download_pc{
	margin-top: 20px;
	width: 200px;
	margin-left:auto;
	margin-right: auto;
	height: 50px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	line-height: 50px;
	display: block;
}
.right{
	margin-right: 15%;
	width: 480px;
	float: right;
	text-align: center;
	color: #fff;
	margin-top: 180px;
}