@charset "utf-8";
/* CSS Document */

/*.clearfix:after{
	content: '';
	clear: both;
	display: block;
}

.main-wrapper{
	width: 100%;
	height:100%;
    min-width: 800px;
    background: #f2f2f2 ;
    background: #fdfdfd; 
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-clip: border-box;
    padding-bottom:30px;
    letter-spacing:1px;
}*/

 /*引入字体图标：筛选了2415个，如果不满足要求，还可以去下载（https://icomoon.io/）或者自己制作。
 *	与雪碧图图标相比，有很多优点哦（不详述）；改变图标颜色，大小等跟改变字体是一样一样的；
 *	使用方法也非常简单，只需要在标签中写下面定义的icon-jfop这个class就好。
 *	浏览器打开icomoon文件夹下的demo.html文件能看到所有的icon图标及其16进制代码。
 *	工程中引入的icomoon文件夹中只有fonts是必须的。
 *	@author xg
 */ 
 @font-face{
	font-family: "jfop-icon";
	src: url("../icomoon/fonts/jfop.eot"); /* IE9 兼容模式 */
	src: url("../icomoon/fonts/jfop.eot?#iefix") format("embedded-opentype")
		 ,url("../icomoon/fonts/jfop.woff") format("woff")
		 ,url("../icomoon/fonts/jfop.ttf") format("truetype")
		 ,url("../icomoon/fonts/jfop.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
.icon-jfop{
	font-family: "jfop-icon" !important;
	font-style: normal;
	font-weight: normal;
	font-size: 48px; /*随便定个大小*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}  
    