@charset "utf-8";
/* CSS Document */

@font-face
{
	font-family: ava;
	src: url('../../font/zeta-ava.otf');
	font-weight: normal;
    font-style: normal;
}

body { 
	margin:0; 
	padding:0; 
	font-family: "ava", "Arial", "Microsoft YaHei", "PingFang SC", "SimSun"; 
	font-size:14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	width:100vw;
	height:100vh;
	}
video {
	cursor: pointer;
	}
/* 选中文字状态背景色 */
::selection{
	color:#FFF;
	background:#e9573f;
}
::-moz-selection{
	color:#FFF;
	background:#e9573f;
}

ul,ul li, dl, dd {list-style-type:none; padding:0; margin:0;}
ol {list-style-type:decimal-leading-zero;}
table{
	border:0;
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	text-align:center;
	}
p { margin:0;}
a {text-decoration:none;
	outline: 0; 
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	color: inherit;
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
img {border: 0; vertical-align: middle;}


.moving span, .menu_list, .arrow_bg {
	 transition : 0.5s;
}
/* load图片调用================================================================ */
.zeta_load {position: fixed; z-index:9999; width:100vw; height:100vh; background: #FFF; left:100%;box-shadow: -125px 0px 100px 0px rgba(0,0,0,0.2);}
.zeta_load img { position:absolute;transform: translate(-50%, -50%); top:50%; left:50%; transform-origin: left top 0px;}

/* 卡片背景================================================================ */
.box_md { width:2224px; height:1080px; position: absolute;}

/* 项目开头编号================================================================ */
.project_nu{
	position: absolute;
	 z-index: 99;
	width: 2140px;
    height: 1008px;
	top:8px;
	left:8px;
	}
.project_nu div {
	position:absolute;
	width:100%;
	height:100%;
	overflow: hidden;
	background:rgba(0,0,0,.9);
	box-shadow: 0px 125px 100px -50px rgba(0,0,0,0.2);
	border-radius: 6px;
	color:#FFF; 
	}
.project_nu span {
	display: block;
	white-space:nowrap;
	font-size:6em;
	padding-top:40px;
	padding-left: 80px;
	}
.project_nu h1 {
	white-space:nowrap;
	font-size:12em;
	margin: 0;
	padding-left: 80px;
	font-weight: 100;
	}
/* 辅助线================================================================ */
.line_gs {position:absolute; background:rgba(0,0,0,.2); width: 32px;height: 4px;}
.line_h {position:absolute; height:1016px; width:1px; background:rgba(0,0,0,.1); top: 0; right:75px;}
.line_w {position:absolute; height:1px; width:100%; background:rgba(0,0,0,.1); left: 0; bottom:63px;}
/* 像素图片渲染================================================================ */
.gifno {
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges; /* Firefox */  
	image-rendering: -o-crisp-edges; /* Opera */  
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */  
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;/* IE */  
	}

/* 整版图片展示================================================================ */
.full_page {
    position: absolute;
    width: 2140px;
    height: 1008px;
    overflow: hidden;
    top: 8px;
    left: 8px;
    border-radius: 6px;
}
/* 网站背景================================================================ */
.bgimg { 
	position: fixed;
    top: 0;
    left: 0;
	z-index:1;
	width:100vw;
	height:100vh;
	background: #D6D6DE;
	transition: background 0.5s;
	}
/* 关闭按钮================================================================*/
.close {
	display: inline-block;
	height: 1px;
	background: #FFF;
	transform: rotate(45deg);
	width:24px;
}

.close::after {
	content: '';
	display: block;
	height: 1px;
	background: #FFF;
	transform: rotate(-90deg);
}
/* 卡片距离================================================================*/
.box { 
	position:absolute;
	top: 0;
	left: 0;
	z-index:2;
	margin:32px;
	width: calc(100vw - 64px);
	height: calc(100vh - 64px);
	}
.blur_on {
	*filter: blur(50px); 
	transition: margin-left 0.5s; 
	margin-left:200px;
	}
.blur_off {
	transition: margin-left 0.5s; 
	}
/* 操作提示================================================================*/
.infotip {
	position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    display: inline-block;
	}
.infotip img {
	    filter: drop-shadow(5px 10px 10px rgba(0,0,0,.4));
		-webkit-filter: drop-shadow(5px 10px 10px rgba(0,0,0,.4));
	}
/* 绘画提示================================================================*/
.pentip {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
	}
.pentip img {
	filter: drop-shadow(5px 10px 10px rgba(0,0,0,.4));
	-webkit-filter: drop-shadow(5px 10px 10px rgba(0,0,0,.4));
	}
/* 目录导示================================================================*/
.project { 
	top:50%; 
	width:8px; 
	position:absolute; 
	z-index:20; 
	transform: translate(0, -50%); 
	background:#27C24C;
	transition: width 0.3s;
	}
.project div {
	height:8px;
	transition: 0.3s;
	}
.project:hover {
	width:24px;
	}
.project div:hover {
	background:#FFF;
	}

.project div p:before {
	content: "";
	border: 9px solid;
	position: absolute;
	left: -17px;
	top: 9px;
	border-color: transparent #1F74F2 transparent transparent;
	}
.project div p { display:none; background:#1F74F2; position:absolute; left:30px; color:#fff; width:96px; padding:8px; margin-top:-14px; border-radius:2px; text-align:center;}
.project div:hover p { display: inline-block;}

.project .btn_up, .project .btn_down {line-height: 10px; text-align: center; padding: 6px 0; color:#fff; font-size:14px;}
.project .btn_up:hover, .project .btn_down:hover {color:#27C24C;}
/* 头部================================================================ */
header {
	position:absolute;
	z-index:7;
	top: 32px;
    left: 40px;
	}
.logo {
	float: left;
    width: 32px;
	height:32px;
	margin-right:28px;
    font-size: 32px;
	display:none;
	transition: color 0.5s;
	}
.logo_text {
	float: left;
    font-size: 16px;
    line-height: 32px;
	opacity:0;
	margin-left:60px;
	transition: color 0.5s;
	}
/* 栏目================================================================ */
.nav_s {
	width:100%;
	height:100%;
	position:absolute;
	z-index:8;
	overflow: hidden;
	border-radius: 6px;
	}
.nav_close {
	position: absolute;
    z-index: 1;
	width:26px;
	height:26px;
    right: 26px;
    top: 36px;
	cursor: pointer;
	}
.nav_close .close, .nav_close .close::after {
	background:#000;
	}
.navig {
	position: absolute;
    z-index: 2;
    top: 35px;
	right:96px;
	}
	
.navig li {
	float:left;
	margin:0 10px;
	padding:4px 4px 3px 4px;
	background:#fff;
	width:48px;
	text-align:center;
	cursor: pointer;
	}
.nav_click {
	background: #000 !important;
    color: #FFF !important;
	pointer-events: none;
	}
.nav_c { 
	 width:24px;
	 height:24px; 
	 position:absolute; 
	 border-radius: 50%; 
	 transform: translate(50%, -50%); 
	 right:0; 
	 overflow: hidden;
	 }
/* 墨水屏按钮================================================================ */
.e-ink_color {
    *filter: brightness(90%) ;
	filter: sepia(10%) brightness(90%);
	}
.e-ink_color #list_page .btn_up, 
.e-ink_color #list_page .btn_down {
	color:#FFF; 
	}
.e-ink_color .bgimg,
.e-ink_color .right_n .menu_list
	 {
	background:#222;
	transition: background 0.5s;
	}
.e-ink_color .right_n .arrow_bg {
	fill: #222;
	}
	
/* 暗色模式头部 */
.e-ink_color .list_pic_nav {
	background:#222;
	border-bottom: 1px solid rgba(255,255,255,.1);
	}
.e-ink_color #list_pic {
	background:#222;
	}
.e-ink_color .list_pic_nav .logo,
.e-ink_color .list_pic_nav .logo_text
 {
	color: rgba(255,255,255,1);
	}
.e-ink_color .list_pic_nav li span:hover {
	color:#FFF;
	border-bottom: 4px solid #FFF;
	}
/* 暗色模式列表 */
	
.e-ink {
	position: absolute;
	z-index: 2;
	top: 32px;
	right: 106px;
	width: 72px;
	height:28px;
	border-radius: 28px;
	line-height:28px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	color:rgba(0,0,0,.6);
	background: #fff;
	border:1px solid rgba(0,0,0,.2);
	transition: background-color 0.4s;
	}
.e-ink ul {
	width:110px;
	margin-left:-35px;
	transition: margin-left 0.4s;
	}
.e-ink li {
	float:left;
	}
.e-ink_o {
	width: 28px;
    height: 28px;
    background: #FFF;
    border-radius: 50%;
	margin:0px 2px;
	line-height:24px;
	font-size:15px;
	color:#fff;
	transition: background-color 0.4s;
	border:1px solid rgba(0,0,0,.2);
	box-sizing: border-box;
	box-shadow: 5px 5px 10px rgba(0,0,0,.1);
	
	}
.e-ink:hover {
	color:#fff;
	background: #27C24C;
	border:1px solid rgba(0,0,0,.1);
	}
.e-ink:hover .e-ink_o {
    *background: #fff;
	*color:#27C24C;
	}
.e-ink_off {
	color:#fff;
	background: #27C24C;
	border:1px solid rgba(0,0,0,.1);
	}
.e-ink_off ul {
	margin-left:9px;
	}
.e-ink_off .e-ink_o {
    *background: #fff;
	*color:#27C24C;
	box-shadow: -5px 5px 10px rgba(0,0,0,.1);
	}
/* 标签================================================================ */
dl, dd {position:absolute;}
dl { height:100%; margin-left:60px; opacity:0;}
.tags {
	top:40px;
	white-space:nowrap;
	}
.lines {
	font-size:18px;
	bottom:22px;
	}
/* 内容================================================================ */
section { 
	height:100%; 
	position:absolute; 
	z-index:1;
	box-shadow: 0px 150px 100px -100px rgba(0,0,0,0.1);
	transition: filter 0.4s;
	border-radius:6px;
	}
/* 内容左 ******************************************/
article {
	position:absolute;
	padding:112px 100px 0 100px;
	height: calc(100% - 112px);
	}
/* 图片标题尺寸 */
.c_logo, .c_logo img {
	max-height:96px;
	}
/* 封面标题 */
article h1 {
	font-size:30px;
	font-weight:400;
	margin:40px 0 24px 0;
	}
/* 内页标题 */
article h2 {
	font-size:20px;
	font-weight:600;
	margin: 0 0 -4px 0;
	padding:0;
}
/* 内容类别 */
.c_info {
	font-size:16px;
	*font-weight:300;
	background: rgba(0,0,0,.8);
	color: #fff;
	padding: 2px 10px 2px 2px;
	}
/* 内容文字 */
 .c_text {
	font-size:20px;
	line-height:50px;
	text-align: justify;
	font-weight:300;
	*text-indent:2em;
	margin: 1em 0;
	font-family: "Microsoft YaHei", "PingFang SC", "SimSun"; 
	}
/* 内容结束符 */
.c_end { 
	width:32px; 
	height:8px;
	}
/* demo */
.c_link {
	height:92px;
	position:absolute;
	padding: 100px 100px 104px 100px;
    bottom: 0;
    left: 0;
	}
/* 日期 */
time {
	display:inline-block;
	border:#000 4px solid; 
	width:84px; 
	height:84px; 
	font-size:24px; 
	font-weight:600; 
	line-height:22px;
	float: left;
	margin-right:20px;
	margin-top:60px;
	opacity:0;
	}
time p { 
	padding:14px 15px 0 0; 
	text-align:right;
	}
/* demo链接 */
.c_btn {
	float:right;
	font-weight: 300;
	display:inline-block;
	background: rgba(0,0,0,.1);
	margin-top:60px;
	padding:1px;
	opacity:0;
	}
.c_btn_none {
	float:right;
	display:inline-block;
	background: rgba(0,0,0,.1);
	margin-top:100px;
	opacity:0;
	
	width:32px;
	height:32px; 
	text-align: center; 
	line-height: 32px; 
	font-size: 16px;
	}
/* demo二维码 */
.c_btn img {
	padding:1px;
	}
/* demo按钮 */
.c_btn a  {
	margin:0 32px 0 24px;
	padding:8px 24px;
	background: #27C24C;
	border: 1px solid RGBA(0,0,0,.1);
	box-shadow: 4px 20px 30px -4px rgba(0,0,0,0.2);
	border-radius:2px;
	color:#FFF;
	transition: box-shadow 0.3s;
	}
.c_btn a:hover {
	box-shadow: 0px 8px 10px -4px rgba(0,0,0,0.3);
	}
/* 内容右 ******************************************/
.content { 
	position:absolute;
	height:1080px;
	margin-left: 200px;

	}
.content_pic {
	position: relative;
	margin-left: 200px;
	width: 100%;
	height: 100%;

	}
/*内页导示*/
	.project_page span { width:10px; height:10px; margin:3px; display:inline-block; float:left; border-radius:50%; }
/* 右部分================================================================ */
/* 未展开 */
	.right_n .arrow_bg {fill:#D6D6DE;}
	.right_n .menu_list {background:#D6D6DE;}
	.right_menu {
		background: #e9573f;
		width: 40px;
		height: 40px;
		position: absolute;
		z-index: 6;
		border-radius: 50%;
		top: 50%;
		transform: translate(0%, -54%);
		box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
		transition: box-shadow 0.5s, background-color 0.5s, right 0.7s;
		transition-timing-function: ease-in-out;
		margin-right: -32px;
		opacity:0;
		cursor: pointer;
		}
	.right_menu:hover {
		background: #9365b8;
		box-shadow: 0px 0px 30px rgba(255,255,255,0.2);
		}

.right_on_nav {
	right:-500px !important;
	opacity: 0 !important;
	}
aside {
	position:absolute;
	z-index:4;
	right:-2px;
	width:108px;
	height:100%;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	overflow: hidden;
	}

/* 箭头 */
.right_arrow {
	position:absolute; 
	width:30px; 
	top:50%; 
	transform: translate(0%, -50%);
	}
/* 菜单 */
.menu_bg {
	position:absolute;
	width:76px;
	height:100%;
	right:2px;
	text-align:center;
	text-align:-webkit-center;
	pointer-events: none;
	}

.menu_bg div {
    position: absolute;
	width:100%;
	}
.menu_c {
	top:28px;
	}
.menu_t {
	top:282px;
	}
.menu_l {
	bottom: 72px;
	transition: bottom 0.5s;
	}
.menu_bg li {
	cursor:pointer;
	}
.text90{
	*writing-mode: vertical-rl;
	*writing-mode: tb-rl;
	*line-height:80px;

	transform: translate(-50%) rotate(90deg);
    position: absolute;
	white-space:nowrap;
	}
.icon {
	display: block;
	line-height:40px;
	font-size:20px;
	pointer-events: auto;
	}
.icon i { width:100%;}
.icon li:hover { 

	}
/* 目录列表 */
.menu_list {
	position:absolute;
	min-width: 1160px;
	height: 100%;
    overflow: hidden;
	padding: 48px 47px 48px 80px;
	box-sizing: border-box;
	}
.*menu_list div {
	width:600px;
	padding:48px 64px;
	}
.menu_list nav {
	 margin-bottom: 30px;
	 }
.menu_list nav span {
	 padding: 8px 16px;
	 border-radius: 2px;
	 margin-right:10px;
	 display:inline-block;
	 border: 1px solid #27C24C;
	 color: #27C24C;
	 font-size:16px;
	 cursor: pointer;
	 }
.menu_list .line_w {
	 background: rgba(0,0,0,.1);
}
/* 选择状态 */
.s_click {
	background: #27C24C;
	color: #fff !important;
	}
/* 底================================================================ */
footer {
	position:absolute;
	z-index:9;
	bottom:24px;
	left:100px;
	opacity:0;
	}
.f-left {
	float:left;
	}
/*内页导示*/
.project_page { float:left; margin-left:18px; margin-top:-1px;}
/* 页码================================================================ */
.pages {
	position:absolute;
	z-index:6;
	right:-2px;
	bottom:0px;
	font-size:14px;
	white-space: nowrap;
	cursor: pointer;
	line-height:16px;
	width:152px;
	height:64px;
	overflow:hidden;
	transition: opacity 0.5s;
	}
.pages_w {
	transition: right 0.3s;
	position:absolute;
	width:304px;
	right:-152px;
	margin-right: 152px;
	}
.pages_w:hover {
	right:0;
	}
.pages_nu {
	padding:24px 28px 24px 30px;
	float:left;
	width:90px;
	}

.pages_v { 
	float:left;
	background:#27C24C;
	color:#fff;
    font-size: 20px;
    white-space: nowrap;
	width:156px;
	}

.pages_nu .list_nu {font-weight:bold;}
.pages_v span:hover { background:rgba(0,0,0,.1)}
.pages_v span { display: inline-flex;padding: 24px 36px; width:6px;}
/* 鼠标滑过3D================================================================ */
.static {
	position:absolute;
	left: 50%; 
	top: 50%;
	transform: translate(-50%, -50%);
	display:inline-block;
	}
.moving {
	position:absolute;
	}
.static_r {
	left:auto;
	right:0;
	transform: translate(0%, -50%);
	}
.static_l {
	left:0;
	transform: translate(0%, -50%);
	}
.moving span {
	display:block;
	-webkit-perspective: 800;/* Safari 和 Chrome */
	transform-style : preserve-3d;
	-webkit-transform-style : preserve-3d;
	}
.popup_a {
	opacity:.8;
	filter:Alpha(opacity=80);
	-webkit-filter:Alpha(opacity=80);
	}
/* 左右翻页================================================================ */
#list_page .btn_left, #list_page .btn_right {
	position:absolute; 
	z-index:99; 
	color:rgba(255,255,255,1); 
	top:50%; 
	transform: translate(0%,-50%); 
	width:32px; 
	text-align:center; 
	font-size:1em; 
	padding: 40px 0;
	}
#list_page .btn_left {left:0px; }
#list_page .btn_right {right:0px; }

#list_page .btn_left:hover, #list_page .btn_right:hover, #list_page .btn_up:hover, #list_page .btn_down:hover { background:#27C24C; color:#fff;}

/* 上下翻页================================================================ */
#list_page .btn_up, #list_page .btn_down {
	position:absolute; 
	z-index:99; 
	color:#000; 
	left:50%; 
	transform: translate(-50%,0); 
	height: 32px;
    line-height: 32px;
    padding: 0 40px;
	}
#list_page .btn_down {bottom:0px; }

 /* icon颜色================================================================ */
.ico-size { 
    height: 28px;
    width: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
	color:#fff;
	font-size:28px;
	margin-left: 8px;
	}
.ico-zdl-app { background:#1BA1F6;}
.ico-zdl-web { background:#188FD1;}
.ico-zdl-xiao { background:#15D327;}
.ico-zdl-mobi { background:#9365b8;}
.ico-zdl-pack { background:#EB72B6;}
.ico-zdl-game { background:#FEAB34;}
.ico-zdl-h5 { background:#F76319;}
.ico-zdl-video { background:#18af92;}
.ico-zdl-pc { background:#18af92;}


/* 图标抖动动画================================================================ */
.shake:hover {
  -webkit-animation: icon-bounce 0.4s alternate;
  -moz-animation: icon-bounce 0.4s alternate;
  -o-animation: icon-bounce 0.4s alternate;
  animation: icon-bounce 0.4s alternate;
}
@keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-moz-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-o-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}