*{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  tabindex: -1;
}
body::-webkit-scrollbar{
	display:none;
}
body{
	margin:0;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	font-weight:normal;
}
ul,ol,dd{
	margin:0;
	padding:0;
	list-style:none;
}
a{
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
img{
	border:none;
	vertical-align:top;
}
em{
	font-style:normal;
}
strong{
	font-weight:normal;
}
@font-face{
	font-family: philosophycolor;
	src:url(/philosophycolor.woff);
}

body{
	background:#ededed;
}

nav{
	width:750rem;
	height:100rem;
	padding:16rem 0;
	background:#FFF9F4;
	position:fixed;
	bottom:0;
	z-index:3;
	display:flex;
}
nav a{
	width:150rem;
	margin:auto;
	text-align:center;
	font-size:24rem;
	color:#707070;
	line-height:60rem;
}
nav .active{
	color:#000;
	font-size:26rem;
}
nav a img{
	display:block;
	width:64rem;
	height:64rem;
	margin:0 auto;
	filter:grayscale(100%);
}
nav .active img{
	filter:grayscale(50%);
	transform:scale(1.2);
}

header{
	width:750rem;
	height:100rem;
	overflow:hidden;
	position:relative;
}

header{
	width:750rem;
	overflow:hidden;
	background:#EDEDED;
	position:fixed;
	top:0;
	left:0;
	z-index:2;
}

header .search{
	width:690rem;
	height:70rem;
	margin:20rem auto;
	position:relative;
}
header .search input{
	width:570rem;
	height:70rem;
	background:#fff;
	border-radius:35rem;
	border:none;
	outline:0;
	padding:0 46rem 0 74rem;
	font-size:30rem;
	color:#666;
}
header .search em{
	font-family:philosophycolor;
	position:absolute;
	font-size:40rem; 
	color:#97a68c;
	top:12rem;
}
header .search em:nth-of-type(1){
	left:24rem;
}
header .search em:nth-of-type(2){
	right:24rem;
	display:none;
}


section{
	padding:120rem 0 40rem 0;
}
#show{
	width:690rem;
	margin:0 auto;
}
#show li{
	width:690rem;
	height:400rem;
	border-radius:20rem;
	overflow:hidden;
	position:relative;
	margin-bottom:20rem;
}
#show li div{
	width:690rem;
	height:400rem;
	background:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	left:0;
}
#show li img{
	width:690rem;
	height:400rem;
}
#show li h6{
	width:690rem;
	font-size:40rem;
	text-align:center;
	font-weight:bold;
	position:absolute;
	bottom:80rem;
	color:#fff;
	text-shadow:4rem 4rem 4rem rgba(0,0,0,0.7);
}
#show li p{
	font-size:24rem;
	color:#fff;
	position:absolute;
	left:40rem;
	text-shadow:3rem 3rem 3rem rgba(0,0,0,0.7);
}
#show li p:nth-of-type(1){
	bottom:50rem;
}
#show li p:nth-of-type(2){
	bottom:20rem;
}
#show li p em{
	font-family:philosophycolor;
}

footer{
	width:590rem;
	background:#097039;
	padding:80rem 80rem 160rem 80rem;
}
footer div{
	width:590rem;
}
footer div img{
	height:80rem;
}
footer dl{
	margin-top:30rem;
	color:#fff;
}
footer dt{
	font-weight:bold;
	font-size:30rem;
	height:60rem;
	line-height:60rem;
}
footer dd{
	font-size:24rem;
	height:60rem;
	line-height:60rem;
}
footer a{
	color:#fff;
	margin-right:30rem;
}