body{
	background-image: url("TheEternalMemoryCover.jpg");
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
a{
	text-decoration: none;
	color: inherit;
}

@keyframes articleAnimation1{
	0%  {transform: translateY(128px); opacity: 0;}
	40% {transform: translateY(0); opacity: 1;}
	100%{transform: translateY(0); opacity: 1;}
} 
@keyframes articleAnimation2{
	0%  {transform: translateY(128px); opacity: 0;}
	20% {transform: translateY(128px); opacity: 0;}
	60% {transform: translateY(0); opacity: 1;}
	100%{transform: translateY(0); opacity: 1;}
} 
@keyframes articleAnimation3{
	0%  {transform: translateY(128px); opacity: 0;}
	40% {transform: translateY(128px); opacity: 0;}
	80% {transform: translateY(0); opacity: 1;}
	100%{transform: translateY(0); opacity: 1;}
} 
#blackBackground{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.7;
}
#article-wrapper{			/* 跟 CampusScenery 的 gallery 相似 */
	position: absolute;
	top: 48px;
	bottom: 48px;
	left: 0px;
	right: 0px;
	overflow-y: scroll;
	text-align: center;
	font-size: 0;			/* 去除内联块元素间的空隙 */
}
#article-pre{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 960px;
	height: 200px;
	background-image: linear-gradient(0deg,rgba(255,255,255,0.8),rgba(255,255,255,0),rgba(255,255,255,0));
	font-size: initial;
	animation: 3s articleAnimation1 ease-out;
}
#thumbnailpic{
	position: absolute;
	left: 24px;
	top: 8%;
	height: 84%;
	width: auto;
	border-radius: 8px;
	box-shadow: 0 0 0.8px 0.2px rgba(255,255,255,0.7), 0px 2px 2px -0.2px rgba(0,0,0,0.4);
	/*box-shadow: 0 -0.8px 0.2px -0.2px rgba(255,255,255,0.5), 0 1.2px 0.4px -0.2px rgba(0,0,0,0.3), 0px 2.5px 2.3px -0.5px rgba(0,0,0,0.3)*/
	/* 第二条 box-shadow 是安卓 4 风格 */
}
h1{
	position: absolute;
	top: 20px;
	left: 360px;
	font-size: 42px;
	font-weight: lighter;
	color: #2c3350;
	text-shadow: 0.4px 0.8px 0 white;
}
h6{
	position: absolute;
	top: 80px;
	left: 360px;
	font-size: 12px;
	font-weight: normal;
	color: #2c3350;
	text-shadow: 0.4px 0.8px 0 white;	
}
#h6author{
	position: absolute;
	top: 76px;
	left: 770px;
	font-size: 16px;
	color: #2c3350;
	text-shadow: 0.4px 0.8px 0 white;		
}
#download{
	position: absolute;
	top: 140px;
	left: 360px;
}
#gotoKeepwork{
	position: absolute;
	top: 140px;
	left: 565px;
}
#gotoParacraft{
	position: absolute;
	top: 140px;
	left: 770px;
}
article{
	/*position: relative;*/
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	/*box-sizing: border-box;*/
	width: 960px;
	padding-top: 24px;
	padding-bottom: 24px;
	/*border-left: lightgray 1.5px solid;
	border-right: lightgray 1.5px solid;*/
	box-shadow: 24px 0px 24px -16px rgba(127,127,127,0.3),
				-24px 0px 24px -16px rgba(127,127,127,0.3);
	background-color: rgba(255,255,255,0.8);
	text-align: left;
	/*color: #2c3e50;*/			/* Keepwork 默认字体颜色 */
	color: #2c3350;
	font-size: 16px;
	animation: 2s articleAnimation2 ease-out;
}
table{
	border-collapse: collapse;
	margin: 12px;
	width: 100%;
}
th, td{
	padding: 8px;
}
tr:nth-child(odd){
	background: rgba(255,255,255,0.9);
}
tr:nth-child(even){
	background: rgba(246,248,250,0.9);
}
table, th, td{
	border: #dfe2e5 1px solid;
}
article ul{
	background-color: white;
}
article li{
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 28px;
}
#youtube img, #bilibili img{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 10px;
	height: 54px;
	width: 54px;
}
#tencentVideo img, #iqiyi img, #youku img{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	margin: auto;
	height: 32px;
	width: 32px;
}
#youtube span, #bilibili span{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}
#tencentVideo span, #iqiyi span, #youku span{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	font-size: 16px;
	text-align: center;
}
.platform-selector-big{
	position: relative;
	display: inline-block;
	width: 280px;
	margin: 20px 30px;
	height: 100px;
	border-radius: 16px;
	transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.platform-selector-small{
	position: relative;
	display: inline-block;
	width: 200px;
	margin: 15px 20px 30px;
	height: 80px;
	border-radius: 12px;
	transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.platform-selector-big:hover{
	color: white;
	transform: scale(1.1);
}
.platform-selector-small:hover{
	color: white;
	transform: scale(1.1);
}
#tencentVideo{
	border: 1px #fe9b03 solid;
}
#tencentVideo:hover{
	background: rgba(254,155,3,0.7);
}
#iqiyi{
	border: 1px #78a524 solid;
}
#iqiyi:hover{
	background: rgba(120,165,36,0.7);
}
#youku{
	border: 1px #00a8e0 solid;
}
#youku:hover{
	background: rgba(0,168,224,0.7);
}
#youtube{
	border: 1px #fe0000 solid;
}
#youtube:hover{
	background: rgba(254,0,0,0.7);
}
#bilibili{
	border: 1px #fb7299 solid;
}
#bilibili:hover{
	background: rgba(254,114,153,0.7);
}

.bottom-download{
	display: inline-block;
	width: 560px;
	margin: auto;
	margin-bottom: 12px;
	background-color: rgba(9,39,192,0.7);
	box-shadow: 0 -0.8px 0.2px -0.2px rgba(255,255,255,0.5), 0 1.2px 0.4px -0.2px rgba(0,0,0,0.3), 0px 2.5px 2.3px -0.5px rgba(0,0,0,0.3);
	text-decoration: none;
	color: white;
	transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}
.bottom-download:hover{
	background-color: rgba(18,103,255,0.7);
	transform: scale(1.05);
}
.bottom-download:active{
	background-color: rgba(18,103,255,0.7);
	transform: scale(0.95);
}
#article-after{
	position: relative;
	top: 3248px;
	display: none;
	box-sizing: border-box;
	width: 960px;
	height: 80px;
	background-image: linear-gradient(180deg,rgba(255,255,255,0.8),rgba(255,255,255,0));
	font-size: initial;
	animation: 3s articleAnimation3 ease-out;
}
#toTop{
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	text-decoration: none;
	color: #aaa;
	border: #aaa 1px solid;
	border-radius: 20px;
}
#toTop:hover{
	background-color: white;
}

.fontsize20{
	font-size: 20px;
	line-height: 40px;
	text-align: center;
}

/* 以下内容引用自 https://www.w3cplus.com/demo/501.html，有删改 */
.caption-button{
	line-height: 25px;
	padding: 6px 8px;
	border-radius: 5px;
	color: #fff;
	/*font-weight: bold;*/
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	width: 140px;
	font-size: 18px;
	text-decoration: none;
}
.caption-button:before {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	content: "";
	width: 90px;
	height: 59px;
	background: -webkit-radial-gradient(right, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 70%);
	background: -moz-radial-gradient(right, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 70%);
	background: -ms-radial-gradient(right, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 70%);
	background: -o-radial-gradient(right, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(right, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 70%);
}

.caption-button:hover {
	color: #fff;
	text-decoration: none;
}

.caption-button:active {
	transform: translateY(3px);
	/*top: 8px;*/
	box-shadow: 0 1px 6px rgba(0, 0, 0, .2) inset;
}

.magenta {
	border: 1px solid #de73bd;
	box-shadow: 0 0 0 1px #883b73, 1px 5px 0 #883b73, -1px 5px 0 #883b73, 0 6px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #d745a4, #bd368d);
	background: -moz-linear-gradient(top, #d745a4, #bd368d);
	background: -ms-linear-gradient(top, #d745a4, #bd368d);
	background: -o-linear-gradient(top, #d745a4, #bd368d);
	background: linear-gradient(top, #d745a4, #bd368d);
}

.magenta:hover {
	background: -webkit-linear-gradient(top, #ea6abd, #bd368d);
	background: -moz-linear-gradient(top, #ea6abd, #bd368d);
	background: -ms-linear-gradient(top, #ea6abd, #bd368d);
	background: -o-linear-gradient(top, #ea6abd, #bd368d);
	background: linear-gradient(top, #ea6abd, #bd368d);
}
.magenta:active {
	box-shadow: 0 0 0 1px #883b73, 1px 2px 0 #883b73, -1px 2px 0 #883b73, 0 3px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #bd368d, #bd368d);
	background: -moz-linear-gradient(top, #bd368d, #bd368d);
	background: -ms-linear-gradient(top, #bd368d, #bd368d);
	background: -o-linear-gradient(top, #bd368d, #bd368d);
	background: linear-gradient(top, #bd368d, #bd368d);
}

.purple {
	border: 1px solid #b271e5;
	box-shadow: 0 0 0 1px #733b88, 1px 5px 0 #733b88, -1px 5px 0 #733b88, 0 6px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #9246d7, #8339c2);
	background: -moz-linear-gradient(top, #9246d7, #8339c2);
	background: -ms-linear-gradient(top, #9246d7, #8339c2);
	background: -o-linear-gradient(top, #9246d7, #8339c2);
	background: linear-gradient(top, #9246d7, #8339c2);
}
.purple:hover {
	background: -webkit-linear-gradient(top, #a35de6, #7733be);
	background: -moz-linear-gradient(top, #a35de6, #7733be);
	background: -ms-linear-gradient(top, #a35de6, #7733be);
	background: -o-linear-gradient(top, #a35de6, #7733be);
	background: linear-gradient(top, #a35de6, #7733be);
}
.purple:active {
	box-shadow: 0 0 0 1px #733b88, 1px 2px 0 #733b88, -1px 2px 0 #733b88, 0 3px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #8339c2, #8339c2);
	background: -moz-linear-gradient(top, #8339c2, #8339c2);
	background: -ms-linear-gradient(top, #8339c2, #8339c2);
	background: -o-linear-gradient(top, #8339c2, #8339c2);
	background: linear-gradient(top, #8339c2, #8339c2);
}

.blue {
	border: 1px solid #7092e5;
	box-shadow: 0 0 0 1px #3a5087, 1px 5px 0 #3a5087, -1px 5px 0 #3a5087, 0 6px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #456ed6, #3b62c4);
	background: -moz-linear-gradient(top, #456ed6, #3b62c4);
	background: -ms-linear-gradient(top, #456ed6, #3b62c4);
	background: -o-linear-gradient(top, #456ed6, #3b62c4);
	background: linear-gradient(top, #456ed6, #3b62c4);
}
.blue:hover {
	background: -webkit-linear-gradient(top, #5d83e3, #456ccc);
	background: -moz-linear-gradient(top, #5d83e3, #456ccc);
	background: -ms-linear-gradient(top, #5d83e3, #456ccc);
	background: -o-linear-gradient(top, #5d83e3, #456ccc);
	background: linear-gradient(top, #5d83e3, #456ccc);
}
.blue:active {
	box-shadow: 0 0 0 1px #3a5087, 1px 2px 0 #3a5087, -1px 2px 0 #3a5087, 0 3px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #3b62c4, #3b62c4);
	background: -moz-linear-gradient(top, #3b62c4, #3b62c4);
	background: -ms-linear-gradient(top, #3b62c4, #3b62c4);
	background: -o-linear-gradient(top, #3b62c4, #3b62c4);
	background: linear-gradient(top, #3b62c4, #3b62c4);
}

.sky_blue {
	border: 1px solid #7cccff;
	box-shadow: 0 0 0 1px #007ac7, 1px 5px 0 #007ac7, -1px 5px 0 #007ac7, 0 6px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #4db5fe, #3c9be2);
	background: -moz-linear-gradient(top, #4db5fe, #3c9be2);
	background: -ms-linear-gradient(top, #4db5fe, #3c9be2);
	background: -o-linear-gradient(top, #4db5fe, #3c9be2);
	background: linear-gradient(top, #4db5fe, #3c9be2);
}
.caption-button.sky_blue:after {
	box-shadow: -1px 0 0 #2c6c7f, -2px 0 0 #99d5fa;
}
.sky_blue:hover {
	background: -webkit-linear-gradient(top, #76c6ff, #3c9ce4);
	background: -moz-linear-gradient(top, #76c6ff, #3c9ce4);
	background: -ms-linear-gradient(top, #76c6ff, #3c9ce4);
	background: -o-linear-gradient(top, #76c6ff, #3c9ce4);
	background: linear-gradient(top, #76c6ff, #3c9ce4);
}
.sky_blue:active {
	box-shadow: 0 0 0 1px #007ac7, 1px 2px 0 #007ac7, -1px 2px 0 #007ac7, 0 3px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #3c9be2, #3c9be2);
	background: -moz-linear-gradient(top, #3c9be2, #3c9be2);
	background: -ms-linear-gradient(top, #3c9be2, #3c9be2);
	background: -o-linear-gradient(top, #3c9be2, #3c9be2);
	background: linear-gradient(top, #3c9be2, #3c9be2);
}

.green {
	border: 1px solid #9bcf60;
	box-shadow: 0 0 0 1px #469a44, 1px 5px 0 #469a44, -1px 5px 0 #469a44, 0 6px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #8dd845, #6fbb31);
	background: -moz-linear-gradient(top, #8dd845, #6fbb31);
	background: -ms-linear-gradient(top, #8dd845, #6fbb31);
	background: -o-linear-gradient(top, #8dd845, #6fbb31);
	background: linear-gradient(top, #8dd845, #6fbb31);
}
.green:hover {
	background: -webkit-linear-gradient(top, #9de15d, #74bf37);
	background: -moz-linear-gradient(top, #9de15d, #74bf37);
	background: -ms-linear-gradient(top, #9de15d, #74bf37);
	background: -o-linear-gradient(top, #9de15d, #74bf37);
	background: linear-gradient(top, #9de15d, #74bf37);
}

.green:active {
	box-shadow: 0 0 0 1px #469a44, 1px 2px 0 #469a44, -1px 2px 0 #469a44, 0 3px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #6fbb31, #6fbb31);
	background: -moz-linear-gradient(top, #6fbb31, #6fbb31);
	background: -ms-linear-gradient(top, #6fbb31, #6fbb31);
	background: -o-linear-gradient(top, #6fbb31, #6fbb31);
	background: linear-gradient(top, #6fbb31, #6fbb31);
}

.yellow {
	border: 1px solid #e0e571;
	box-shadow: 0 0 0 1px #87883b, 1px 5px 0 #87883b, -1px 5px 0 #87883b, 0 6px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #d1d744, #bbbf39);
	background: -moz-linear-gradient(top, #d1d744, #bbbf39);
	background: -ms-linear-gradient(top, #d1d744, #bbbf39);
	background: -o-linear-gradient(top, #d1d744, #bbbf39);
	background: linear-gradient(top, #d1d744, #bbbf39);
}
.yellow:hover {
	background: -webkit-linear-gradient(top, #dadd50, #c0c442);
	background: -moz-linear-gradient(top, #dadd50, #c0c442);
	background: -ms-linear-gradient(top, #dadd50, #c0c442);
	background: -o-linear-gradient(top, #dadd50, #c0c442);
	background: linear-gradient(top, #dadd50, #c0c442);
}
.yellow:active {
	box-shadow: 0 0 0 1px #87883b, 1px 2px 0 #87883b, -1px 2px 0 #87883b, 0 3px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #bbbf39, #bbbf39);
	background: -moz-linear-gradient(top, #bbbf39, #bbbf39);
	background: -ms-linear-gradient(top, #bbbf39, #bbbf39);
	background: -o-linear-gradient(top, #bbbf39, #bbbf39);
	background: linear-gradient(top, #bbbf39, #bbbf39);
}

.brown {
	border: 1px solid #e5bf76;
	box-shadow: 0 0 0 1px #88683b, 1px 5px 0 #88683b, -1px 5px 0 #88683b, 0 6px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #e0b956, #bb8231);
	background: -moz-linear-gradient(top, #e0b956, #bb8231);
	background: -ms-linear-gradient(top, #e0b956, #bb8231);
	background: -o-linear-gradient(top, #e0b956, #bb8231);
	background: linear-gradient(top, #e0b956, #bb8231);
}
.brown:hover {
	background: -webkit-linear-gradient(top, #e7c369, #c18838);
	background: -moz-linear-gradient(top, #e7c369, #c18838);
	background: -ms-linear-gradient(top, #e7c369, #c18838);
	background: -o-linear-gradient(top, #e7c369, #c18838);
	background: linear-gradient(top, #e7c369, #c18838);
}
.brown:active {
	box-shadow: 0 0 0 1px #88683b, 1px 2px 0 #88683b, -1px 2px 0 #88683b, 0 3px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #bb8231, #bb8231);
	background: -moz-linear-gradient(top, #bb8231, #bb8231);
	background: -ms-linear-gradient(top, #bb8231, #bb8231);
	background: -o-linear-gradient(top, #bb8231, #bb8231);
	background: linear-gradient(top, #bb8231, #bb8231);
}

.red {
	border: 1px solid #e57171;
	box-shadow: 0 0 0 1px #883b3b, 1px 5px 0 #883b3b, -1px 5px 0 #883b3b, 0 6px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #d74444, #c43a3a);
	background: -moz-linear-gradient(top, #d74444, #c43a3a);
	background: -ms-linear-gradient(top, #d74444, #c43a3a);
	background: -o-linear-gradient(top, #d74444, #c43a3a);
	background: linear-gradient(top, #d74444, #c43a3a);
}
.red:hover {
	background: -webkit-linear-gradient(top, #e25c5c, #cc4646);
	background: -moz-linear-gradient(top, #e25c5c, #cc4646);
	background: -ms-linear-gradient(top, #e25c5c, #cc4646);
	background: -o-linear-gradient(top, #e25c5c, #cc4646);
	background: linear-gradient(top, #e25c5c, #cc4646);
}
.red:active {
	box-shadow: 0 0 0 1px #883b3b, 1px 2px 0 #883b3b, -1px 2px 0 #883b3b, 0 3px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #c43a3a, #c43a3a);
	background: -moz-linear-gradient(top, #c43a3a, #c43a3a);
	background: -ms-linear-gradient(top, #c43a3a, #c43a3a);
	background: -o-linear-gradient(top, #c43a3a, #c43a3a);
	background: linear-gradient(top, #c43a3a, #c43a3a);
}

.gray {
	border: 1px solid #d6d6d7;
	box-shadow: 0 0 0 1px #919191, 1px 5px 0 #919191, -1px 5px 0 #919191, 0 6px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #bdbebf, #ababac);
	background: -moz-linear-gradient(top, #bdbebf, #ababac);
	background: -ms-linear-gradient(top, #bdbebf, #ababac);
	background: -o-linear-gradient(top, #bdbebf, #ababac);
	background: linear-gradient(top, #bdbebf, #ababac);
}
.gray:hover {
	background: -webkit-linear-gradient(top, #cbcccd, #9e9fa0);
	background: -moz-linear-gradient(top, #cbcccd, #9e9fa0);
	background: -ms-linear-gradient(top, #cbcccd, #9e9fa0);
	background: -o-linear-gradient(top, #cbcccd, #9e9fa0);
	background: linear-gradient(top, #cbcccd, #9e9fa0);
}
.gray:active {
	box-shadow: 0 0 0 1px #919191, 1px 2px 0 #919191, -1px 2px 0 #919191, 0 3px 8px rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(top, #ababac, #ababac);
	background: -moz-linear-gradient(top, #ababac, #ababac);
	background: -ms-linear-gradient(top, #ababac, #ababac);
	background: -o-linear-gradient(top, #ababac, #ababac);
	background: linear-gradient(top, #ababac, #ababac);
}