*{
	padding: 0;
	margin: 0;
}

html,body{
	
	background: #EEEEEE !important;
	height:100%;
}

/**
点击出现 拷贝 复制等
*/
.mobile-noselect{
    -webkit-touch-callout:none;
    touch-callout:none;

    -webkit-user-select: none;
    user-select: none;
    
    -webkit-tap-highlight-color: rgba(0,0,0,0);  
    -webkit-tap-highlight-color:transparent;
}

/*
可以选择 拷贝 复制
*/
.mobile-canselect{
    -webkit-touch-callout:none;
    touch-callout:none;

    -webkit-user-select: text;
    user-select: text;
    
    -webkit-tap-highlight-color: rgba(0,0,0,0);  
    -webkit-tap-highlight-color:transparent;
}

/*页面背景色*/
.mobile_bg{
	
}

/*列表label样式*/
.mobile_lable_list{
	font-family: PingFangSC-Medium !important;
	font-size: 0.65rem !important;
	color: #828282 !important;
	letter-spacing: 0 !important;
	line-height: 1.3rem !important;
}

/*列表label 标题样式*/
.mobile_lable_list_caption{
	font-family: PingFangSC-Regular !important;
	font-size: 0.75rem !important;
	color: #000000 !important;
	letter-spacing: 0 !important;
	line-height: 1.3rem !important;
}

/*表格label样式*/
.mobile_lable_grid{
	font-family: PingFangSC-Regular !important;
	font-size: 0.6rem !important;
	color: #5D5D5D !important;
	letter-spacing: 0 !important;
	line-height: 0.8rem !important;
}


/*列表样式*/



footer{
	border-top: #ddd solid 1px;
}

/*ios 隐藏滚动条*/
ul::-webkit-scrollbar{
	display:none;
}