@charset "utf-8";
/* CSS Document */
ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
header{
	position: absolute;
	height: 1.32rem;
	width: 100%;
	background: #fff;
	
}
header span{
	
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 1.32rem;
	font-size: 0.48rem;
	color: #666;
	font-weight: bold;
	margin-left: 5rem;
}

header .header_lib{
	float: right;
	height: 100%;
	margin-right: 0.6rem;
	
}
header .header_lib img{
	width: 0.60rem;
	display: block;
	margin-top: 0.6rem;
}
header .morebox{
	width: 2rem;
	height: 1.8rem;
	background: rgba(0,0,0,0.3);
	position: absolute;
	right: 0;
	z-index: 99;
	top:1.36rem;
	border-radius: 0 0 0 0.08rem;
	
}
header .morebox a{
	display: block;
	font-size: 0.26rem;
	color: #fff;
	width: 100%;
	height: 0.6rem;
	border-bottom: 0.01rem solid #fff;
	line-height: 0.6rem;
	text-align: center;
}

.content{
	position: relative;
	top:1.32rem;
	width: 100%;
	height: 90%;
	border-top: 0.06rem solid #f7f7f7;
	overflow: hidden;
}
.sidebar{
	width: 2rem;
	height:100%;
	background: #fff;
	position:absolute;
	left: 0;
	border-radius: 0 0.1rem 0 0;
	
}
.sidebar li{
	width: 100%;
	
	border-bottom: 0.03rem solid #e6e6e6;
	
}
h1{
	
	margin: 0;
}
.sidebar li h1{
	font-size: 0.36rem;
	color: #666;
	width: 100%;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	font-weight: 100;
}
.sidebar li section{
	width: 100%;
	
	font-size: 0.36rem;
	color: #999;
	text-align: center;
	line-height: 1.08rem;
	
}
.side_hidebox{
	display: none;
}

.sidebar li .chosen{
	background: #fff;
	border-left:0.05rem solid #f9bd3a;
	color: #f9bd3a;
	box-sizing: border-box;
}
.sidebar li .chosen_1{
	color: #f9bd3a;
}

.pdt_list{
	width: 8.5rem;
	height: 100%;
	position: absolute;
	right: 0;
	overflow: hidden;
}

.smallbox{
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #fff;

}

.smallbox li:nth-last-child(1){
	border-bottom: none;
	height: 2.2rem;
}
.smallbox li{
	width: 100%;
	height: 2.6rem;
	border-bottom: 0.03rem solid #e6e6e6;
	overflow: hidden;
}

.smallbox .pdt_img{
	width: 2.1rem;
	height: 2.15rem;
	float: left;
	margin-left: 0.15rem;
	margin-top: 0.22rem;
	
}

.smallbox .pdt_img img{
	display: block;
	width: 2.18rem;
	height: 2.18rem;
}
.smallbox .pdt_txt{
	float: left;
	margin-left: 0.4rem;
	
}
h2,h3,h4{
	margin-top: 0;
	margin-bottom: 0;
}
.smallbox .pdt_txt h2{
	font-size: 0.4rem;
	color: #666;
	font-weight: normal;
	margin-top: 0.55rem;
	
}
.smallbox .pdt_txt h3{
	font-size: 0.32rem;
	color: #f35f1e;
	font-weight: normal;
	margin-top: 0.36rem;
}
.smallbox .pdt_txt h4{
	font-size: 0.36rem;
	color: #999;
	font-weight: normal;
	margin-top: 0.36rem;
}


.pdtsearch{
	
	height: 0.88rem;
	background: #fff;
	margin-left: 0.1rem;
	margin-right: 0.2rem;
	margin-top: 0.1rem;
	margin-bottom: 0.2rem;
	border-radius: 0.1rem;
}
.pdtsearch input{
	float: left;
	outline: none;
	border: none;
	font-size: 0.4rem;
	margin-top: 0.2rem;
	margin-left: 0.4rem;
}

.pdtsearch .go{
	width: 0.42rem;
	height: 0.43rem;
	float: left;
	margin-top: 0.2rem;
	margin-left: 0.5rem;
	background: url(../images/search.png)no-repeat;
	background-size: 100%;
}

.Bottom{
	width: 100%;
	height: 1.46rem;
	background: #fff;
	overflow: hidden;
	position: fixed;
	z-index: 999;
	bottom: 0;
	border-top: 0.1rem #f7f7f7 solid;
}

.Bottom .iconbox{
	width:6.8rem;
	margin: auto;
	list-style: none;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}


.Bottom .iconbox li{
	overflow: hidden;
}
.Bottom .iconbox li span{
	display: block;
	margin-top: 0.05rem;
}
.Bottom .iconbox li img{
	display: block;
	width:0.7rem;
	height: 0.7rem;
	margin-top: 0.16rem;
	margin-bottom: 0.04
	
}
.Bottom .iconbox li a{
	font-size: 0.30rem;
	color: #666;
	display: block;
}

.Bottom .iconbox .onpage a{
	color: #f9bd3a;
}