.a-app{
	background-color: #FFFFFF;
	&-head{
		position: fixed;
		left: 0;
		right: 0;
		z-index: 99;
		background-color: #FFFFFF;
		background-color: #fff;
		border-color: #F1F1F1;
		border-style: solid;
		border-bottom-width: 1rpx;
		&-matter{
			width: 750rpx;
			padding: 20rpx 30rpx;
			&_cot{
				height: 70rpx;
				border-radius: 70rpx;
				background-color: #ecedef;
				flex-direction: row;
				align-items: center;
				padding: 0 30rpx;
				&_input{
					flex: 1;
					font-size: 32rpx;
					margin-left: 15rpx;
				}
			}
		}
	}
	&_ul{
		flex-direction: row;
		flex-wrap: wrap;
		&-li{
			border-bottom-style: solid;
			border-bottom-width: 1rpx;
			border-bottom-color: #F5F5F5;
			border-left-style: solid;
			border-left-width: 1rpx;
			border-left-color: #F5F5F5;
			flex-direction: column;
			align-items: center;
			padding: 30rpx 0;
			&-icon{
				width: 30px;
				height: 30px;
				background-color: #ff8417;
				flex-direction: row;
				justify-content: center;
				align-items: center;
				border-radius: 10rpx;
			}
			&_p{
				width: 240rpx;
				margin-top: 20rpx;
				text-align: center;
				font-size: 34rpx;
				text-overflow: ellipsis;
				overflow: hidden;
				lines: 1;      
				/* #ifdef H5 */
				white-space: nowrap;
				/* #endif */ 
			}
		}
	}
}