@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: ico;
	src:url('../font/zeta-ico.otf');
	font-weight: normal;
    font-style: normal;
	}
.ico {
	font-family:ico;
    display: inline-block;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
/* FA00-----------------------------------logo图标 */
.zdl-zeta:before { /*zeta logo*/
  content: "\FA01";
}
.zdl-github:before { /*github*/
  content: "\FA02";
}
.zdl-behance:before { /*behance*/
  content: "\FA03";
}
.zdl-instagram:before { /*instagram*/
  content: "\FA04";
}
.zdl-dribbble:before { /*dribbble*/
  content: "\FA05";
}

.zdl-key-updown:before { /*上下键*/
  content: "\FA0D";
}
.zdl-key-enter:before { /*回车键*/
  content: "\FA0E";
}
.zdl-3d:before { /*3D*/
  content: "\FA0F";
}
/* FA10-----------------------------------菜单 */
/*图标叠加
.zdl-menu:after { 
  content: "\FA25";
}
*/
.zdl-menu:before {  /*菜单*/
  content: "\FA10";
}
.zdl-menu:hover:before {  /*菜单滑过*/
  content: "\FA11";
}
.zdl-off:before {  /*关闭*/
  content: "\FA1A";
}
.zdl-gua-1:before { /*乾天*/
  content: "\FA12";
}
.zdl-gua-6:before { /*坤地*/
  content: "\FA13";
}
.zdl-gua-2:before { /*兑泽*/
  content: "\FA14";
}
.zdl-gua-7:before { /*艮山*/
  content: "\FA15";
}
.zdl-gua-3:before { /*离火*/
  content: "\FA16";
}
.zdl-gua-4:before { /*坎水*/
  content: "\FA17";
}
.zdl-gua-5:before { /*震雷*/
  content: "\FA18";
}
.zdl-gua-8:before { /*巽风*/
  content: "\FA19";
}
/* FA20-----------------------------------类型图标 */
.zdl-app:before { /*app*/
  content: "\FA20";
}
.zdl-web:before { /*web*/
  content: "\FA21";
}
.zdl-xiao:before { /*小程序*/
  content: "\FA22";
}
.zdl-mobi:before { /*移动端*/
  content: "\FA23";
}
.zdl-pack:before { /*包装*/
  content: "\FA24";
}
.zdl-game:before { /*游戏*/
  content: "\FA25";
}
.zdl-h5:before { /*H5*/
  content: "\FA26";
}
.zdl-video:before { /*影片*/
  content: "\FA27";
}
.zdl-pc:before { /*电脑程序*/
  content: "\FA28";
}
/* FA30-----------------------------------指示图标 */

.zdl-arrow-down:before { /*▼向下*/
  content: "\FA30";
}
.zdl-arrow-up:before { /*▲向上*/
  content: "\FA31";
}

.zdl-arrow-left:before { /*◀向左*/
  content: "\FA32";
}
.zdl-arrow-right:before { /*▶向右*/
  content: "\FA33";
}
.zdl-arr-left:before { /*左箭头*/
  content: "\FA34";
}
.zdl-arr-right:before { /*右箭头*/
  content: "\FA35";
}
.zdl-arr-down:before { /*下箭头*/
  content: "\FA36";
}
.zdl-arr-up:before { /*上箭头*/
  content: "\FA37";
}

.zdl-fu:before { /*福*/
  content: "\FA3D";
}
.zdl-slash:before { /*斜杠*/
  content: "\FA3E";
}
.zdl-lines:before { /*三点*/
  content: "\FA3F";
}

/* FA40-----------------------------------功能图标 */
.zdl-item:before { /*项目*/
  content: "\FA40";
}
.zdl-item:hover:before { /*项目滑过*/
  content: "\FA41";
}
.zdl-screen-full:before { /*放大*/
  content: "\FA42";
}
.zdl-screen-compress:before { /*缩小*/
  content: "\FA43";
}
.zdl-info:before { /*信息*/
  content: "\FA44";
}
.zdl-help:before { /*帮助*/
  content: "\FA45";
}
.zdl-help:hover:before { /*帮助滑过*/
  content: "\FA44";
}
.zdl-light:before { /*白天*/
  content: "\FA46";
}
.e-ink_color .zdl-light:before { /*黑夜*/
  content: "\FA47";
}
.zdl-horizontal:before { /*横屏*/
  content: "\FA48";
}
.zdl-about:before { /*关于我*/
  content: "\FA49";
}