*{
  -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:100rem 0 40rem 0;
}

#show li{
	width:750rem;
	height:300rem;
	position:relative;
	margin-bottom:10rem;
	background:#fff;
}
#show li img{
	width:260rem;
	height:260rem;
	border-radius:20rem;
	margin:20rem;
}
#show li h6{
	width:400rem;
	height:90rem;
	font-size:30rem;
	position:absolute;
	left:300rem;
	top:40rem;
	color:#000;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
#show li p{
	width:400rem;
	height:30rem;
	font-size:24rem;
	position:absolute;
	left:300rem;
	color:#838383;
}
#show li p em{
	font-family:philosophycolor;
}
#show li p:nth-of-type(1){
	top:135rem;
}
#show li p:nth-of-type(2){
	top:165rem;
}
#show li p:nth-of-type(3){
	top:195rem;
}
#show li p span{
	color:#838383;
}
#show li strong{
	display:block;
	width:150rem;
	height:40rem;
	line-height:40rem;
	border-radius:10rem;
	text-align:center;
	font-size:24rem;
	position:absolute;
	right:30rem;
	bottom:20rem;
	background:#eb9112;
	color:#fff;
}

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;
}