*{
    margin: 0;
    padding: 0;
}
body{
    font-size: 12px;
	background-color:#f5f5f5;
}
.app{
    background-color:#f5f5f5;
	background-image:url(/img/header.png);
	background-size:100% auto;
	background-repeat:no-repeat;
}
/*公共样式，头部*/
.header1{
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    background: linear-gradient(to bottom,#60acf0,#64a5df,#62a0dd,#5994d6,#4f8ace,#4880ca);
    background:-webkit-linear-gradient(to bottom,#60acf0,#64a5df,#62a0dd,#5994d6,#4f8ace,#4880ca);
    background:-moz-linear-gradient(to bottom,#60acf0,#64a5df,#62a0dd,#5994d6,#4f8ace,#4880ca);
    background:-ms-linear-gradient(to bottom,#60acf0,#64a5df,#62a0dd,#5994d6,#4f8ace,#4880ca);
}
.header{
    height: 140px;
    font-size: 14px;
    text-align: center;
	border-bottom-color:#dcdee2;
}
/*header 子元素row*/
.header-child{
    font-size: 14px;
    text-align: center;
	border-bottom-color:#dcdee2;
}
/*搜索栏*/
.search {
	border-bottom-color:#dcdee2;
	height:80px;
    width: 100%;
	padding-top:5px;
    background: #fff;
}
/*搜索栏*/
.left {
	padding-top:10px;
	min-height:1200px;
}
.middle {
	border-right-color:#dcdee2;
	border-left-color:#dcdee2;
	border-style:none;
	border-width:1px;
	padding-top:10px;
	min-height:1200px;
}
.right{
	padding-top:10px;
	min-height:1200px;
}
.pdfcontent {
	border-bottom-color:#dcdee2;
	min-height:1200px;
    width: 100%;
}
/*底部*/
.footer{
	padding-top:10px;
	border-top-color:#dcdee2;
	height:160px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    background: #fff;
}
/*card*/
.card-sty{
	margin-top:2px;
	margin-right:2px;
	margin-left:2px;
	margin-bottom:2px;
    background: #fff;
	font-size: 14px;
}
/*card*/
.fcfont{
	margin:0px 8px 8px 0px;
	padding:0px 8px;
	color: #666666;
	font-size: 13px;
	display:inline-block;
	line-height:28px;
	background-color:#f4f4f4;
	border-radius:6px;
}
.fcfont:focus {
    border-bottom:2px;
}
.fcfont:active{
     border-bottom:2px;
}
.fcfont:hover{
     border-bottom:2px;
}
/*pdfviewport*/
.pdfheader{
  border-bottom:1px;
  background:#fff;
}
/*文件div缩略图*/
.filediv{
	 width:102px;
	 height:144px;
	 display:block;
	 position:relative;
	 border:1px solid #dcdee2;
	 box-shadow:5px 5px 2px #f8f8f9;
	 border-radius:6px;
	 background-size:contain;
}
.filediv:focus {
   top:-2;
   margin-top:5px
}
.filediv:active{
   top:-2;
   margin-top:5px
}
.filediv:hover{
   top:-2;
   margin-top:5px
}
/*会员套餐*/
.vipdiv{
  border:1px solid #dcdee2;
  background:#fff;
}
.vipdivsel{
  border:2px solid #af701c;
  color:#fff;
  background:#ed4014;
}
/*会员尊享*/

.viprow{
   margin-top:5px
}
/*i-col中元素居中*/
.colmiddle{
   text-align:center
}







