	.mui-content-padded.content-p {
		margin: 0;
		padding: 0;
	}
	
	ul#clist.mui-table-view:after,
	ul#clist.mui-table-view:before {
		left: 100%;
	}
	
	ul#clist {
		width: 98%;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin: 0 auto;
		padding: 0;
	}
	
	ul#clist li {
		width: 49%;
		margin: 0 0 3% 0;
		padding: 0;
		border: solid 1px #efefef;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-shadow: 0 2px 4px 1px #EFEFEF;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	ul#clist li .mui-media-body {
		text-align: center;
		height: 30px;
		font-size: 13px;
		color: #666666;
		letter-spacing: 1px;
		margin: 0 0 2px 0;
		line-height: 15px;
	}
	/***/
	
	* {
		touch-action: none;
	}
	
	.select-category {
		width: 100%;
		margin: 0;
		padding: 0;
		height: 44px;
		margin-top: 16px;
		/**60-44**/
		border: none;
		outline: none;
		box-shadow: none;
		background: gold;
	}
	/**********/
	
	.mui-content.mui-content-1 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.mui-pull-caption-nomore {
		width: 98%;
		color: #999999;
	}
	
	.mui-pull-bottom-pocket {
		clear: both;
		position: relative;
		left: 0;
		right: 0;
	}
	
	.shangla {
		font-size: 14px;
		color: #787878;
		text-align: center;
		margin-top: 28px;
		letter-spacing: 1px;
	}
	
	.mui-pull-top-pocket {
		margin-top: 20px;
	}
	
	.mui-pull {
		color: #787878;
		font-weight: 100;
		letter-spacing: 1px;
	}
	
	.mui-pull-caption {
		font-size: 14px;
	}
	/*************/
	
	.pageNextt {
		display: block;
		text-align: center;
		width: 100%;
		height: 50px;
		background: #FFFFFF;
	}
	
	.pageNextt .finsishLoading {
		text-align: center;
		background: #FFFFFF;
		width: 100%;
		height: 50px;
		position: relative;
		top: 11px;
	}
	
	.pageNextt .finsishLoading span {
		height: 50px;
		display: block;
		line-height: 55px;
		position: relative;
		z-index: 2;
		background: #FFFFFF;
		width: 110px;
		margin: 0 auto;
		padding: 0;
		font-size: 13px;
		color: #ababab;
		font-weight: 100;
	}
	
	.pageNextt .finsishLoading hr {
		padding: 0;
		position: relative;
		top: -22px;
		width: 200px;
		margin: 0 auto;
		border: 0;
		background-color: #CFCFCF;
		height: 1px;
	}
	/******/
	
	.fixed-selectDiv2 {
		width: 100%;
		top: -16px;
		z-index: 100;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	
	.fixed-selectDiv-appear2 {
		top: 44px;
	}
	
	.fix_sec_selectDiv2 {
		top: 44px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	/***********/
