html,body{width: 100%; height: 100%;}
/*index start*/
body.hasBg{
	width: 100%;
	height: 100%;
	background-position:50%;
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-image:url(../../images/2.0/bg.png);
	 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='../../images/2.0/bg.png',
        sizingMethod='scale');
        -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='../../images/2.0/bg.png',
        sizingMethod='scale');
}

.logoArea{
	overflow: hidden;
}

.logoImg{
	/* width:178px ; */
	height: 71px;
	background-repeat: no-repeat;
	display: block;
	/*margin: 56px 0 0 132px;*/
	margin:3% 0 0 132px;
	-moz-background-size: 178px 71px;
    background-size: auto 71px;/* 178px */
}

.searchArea{
	width: 1102px;
	margin: 6% auto 0;
	/*margin-top: 181px;*/
}

.searTitCon a{
	font-size: 50px;
	color: #000;
	letter-spacing:8px;
}

.searchLib{
	font-size: 28px;
	color: #808090;
}

.searInpArea,.selConArea,.detSearchArea,.rtFlArea{
	box-shadow:0px 2px 16px 0px #a8a8a8;
	-webkit-box-shadow:0px 2px 16px 0px #a8a8a8;
	-moz-box-shadow:0px 2px 16px 0px #a8a8a8;
	-ms-box-shadow:0px 2px 16px 0px #a8a8a8;
	-o-box-shadow:0px 2px 16px 0px #a8a8a8;
}

.searInpArea,.searInp,.searInpIn,.selArea,.selArea span,.searchBtn,.searchBtn input{
	height:82px;
	line-height:82px;
}

.searInpArea,.detSearchArea{
	background: #fff;
	font-size: 0;
	border: 1px solid #7a5be4;
}

.searInpArea{
	width: 100%;
	margin-top: 3%;
    position: relative;
}

.searInp{
	width: 699px;
	display: inline-block;
	vertical-align: top;
	position:relative;
	border-right: 1px solid #c5c5de;
}

.phcolor{ color:#666;}

.searInp span{
	position: absolute;
	left: 0px;
	font-size: 18px;
	display: none;
	}

.searInp:before{
	content: '';
	width: 22px;
	height: 22px;
	background: url(../../images/2.0/search.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
    margin: -6px 0 0 32px;
}

.searInpIn{
	width: 86%;
	font-size: 18px;
	margin-left: 22px;
}

.selArea{
	width: 192px;
	font-size: 18px;
	color: #000;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.selArea:after{
	content: '';
	width: 17px;
	height: 10px;
	background: url(../../images/2.0/ddl01.png) no-repeat;
	position: absolute;
	right: 23px;
	top: 50%;
	margin-top: -5px;
}

.hasDown:after{
	content: '';
	background-image: url(../../images/2.0/ddl02.png);
}

.selArea span{
	display: inline-block;
	padding-left: 28px;
}

.selConArea{
	width: 100%;
	height: 180px;
    overflow-y: auto;
	position: absolute;
	left: 0;
	top: 82px;
	background: #fff;
	display: none;
	border-left: 1px solid #7a5be4;
	border-right: 1px solid #7a5be4;
	border-bottom: 1px solid #7a5be4;
	z-index: 1;
}

.selConArea li{
	border-bottom: 1px solid #bda9ff;
}

.selConArea li a{
	color: #000;
	text-align: center;
	height: 44px;
	line-height: 44px;
	display: block;
}


.selConArea li a:hover{
	background:#f1f1f1;
}

.searchBtn{
	width: 210px;
	background: #7A5AE3;
	display: inline-block;
	text-align: center;

}

.searchBtn input{
	width: 100%;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}

.indxFooter{
	text-align: center;
	font-size:14px;
	color: #808090;
	padding-top: 10%;
}
/*index end*/

/*detail start*/
.detConCenter{
	width: 1200px;
	margin: 0 auto;
}

.detHeader{
	width: 100%;
	height: 91px;
	background: #fff;
	border-bottom: 1px solid #e5e6eb;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
}

.detLogoArea{
	display: block;
	height: 92px;
	line-height: 92px;
	float:left;
}

.detLogoArea:hover{
	color: #333;
}

.detLogoImg{
	/* width: 62px; */
	height: 62px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	-moz-background-size:62px 62px; /* 老版本的 Firefox */
	background-size:auto 62px;
}

.detSysTit{
	font-size:20px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	padding-left: 18px;
}

.detHeadOpArea{
	float: right;
	height: 92px;
	line-height: 92px;
}

.homeImg,.collecImg,.setUpImg,.perImg{
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	display:inline-block;
	vertical-align: middle;
	margin-left: 32px;
}
.homeImg{
	background-image: url(../../images/2.0/home.png);
}
.collecImg{
	background-image: url(../../images/2.0/fav.png);
}

.setUpImg{
	background-image: url(../../images/2.0/set.png);
}

.perImg{
	width:42px;
	height:42px; 
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.perImg img{
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}

.enterLogin{
	width: 70px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #4c84ff;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-left: 20px;
}

.detSearchArea{
	width: 868px;
	height: 52px;
	margin: 120px auto 0;
	position: relative;
}

.detSearchArea .searInp{
	width: 517px;
}

.detSearchArea,.detSearchArea .searInp,.detSearchArea .searInpIn,.detSearchArea .selArea,.detSearchArea .selArea span,
.detSearchArea .searchBtn,.detSearchArea .searchBtn input {
    height: 52px;
    line-height: 52px;
}

.detSearchArea  .searInpIn{
	margin-left: 15px;
}

.detSearchArea .searInp:before{
	margin: -12px 0 0 20px;
}

.detSearchArea .selArea{
	width: 166px;
}

.detSearchArea .searchBtn{
	width: 183px;
}

.detSearchArea .selConArea{
	top: 52px;
}

.articleBot ul li a{
	/* height: 38px;
	line-height: 38px;
	color: #333;
	font-size: 12px;
	padding-left: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;	
    box-sizing: border-box; */
	
	width: 100%;
	display: inline-block;
}

.articleBot ul li.artCur a{
	color: #fff;
	background:#7A5AE3;
}

.articleBot ul li.artCur .artNum{
	color:#fff;
}



a.checkFont:hover{
	color: #aa5fff;
}

.detConArea{
	padding-bottom: 16px;
	background: #fff;
	border: 1px solid #e5e9f2;
	overflow: hidden;
	margin:30px auto 34px;
}

.detConFl{
	float: left;
}

.detConOne,.detConThre{
	width: 211px;
	height: 1030px;
	
}

.detConOne{
	border-right: 1px solid  #e5e9f2;
}

.detConThre{
	border-left: 1px solid  #e5e9f2;
}

.detConTwo{
	width: 776px;
}

.articleTop{
	width: 100%;
	height:49px; 
	line-height:49px; 
	background: #f5f6fa;
	color: #000;
	font-size: 16px;
	overflow: hidden;
}

.articleTopLf{
	padding: 0 0 0 13px;
	display: inline-block;
}

.articleSearch{
	font-size: 14px;
	color: #3366cc;
	float:right;
	margin-right: 7px;
}

.articleTopRt{
	font-size: 14px;
	color: #3366cc;
	float:right;
	margin-right: 15px;
}


.articleTopRt:after{
	content: '';
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.articleTopRt:after{
	width: 12px;
	height: 7px;
	background-image: url(../../images/2.0/d201.png);
	margin: -2px 0 0 2px;
}

.artiTap:after{
	background-image: url(../../images/2.0/d202.png);
}

.articleBot ul li{
	height: 38px;
	line-height: 38px;
	border-bottom: 1px dashed #d5dcec;
	padding: 0 34px 0 0;
	position: relative;
	overflow: hidden;
}

.articleBot ul li a{
	height: 38px;
	line-height: 38px;
	color: #333;
	font-size: 12px;
	padding-left: 6px;
}

.bookName{
	display: inline-block;
	width: 72%;
	height: 38px;
	overflow: hidden; 
	white-space: nowrap; 
	-o-text-overflow: ellipsis; /* for Opera */ 
	text-overflow: ellipsis; /* for IE */ 
}

.refresh{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
}

.artNum{
	float:right;
	color: #666;
	padding-right:6px;
    font-family: 'Arial';
    font-size: 14px;
    width: 24%;
    text-align: right;
}

.detConOpTop{
	width: 100%;
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #d9dfed;
	color: #000000;
	font-size: 14px;
	position: relative;
}

.detConOpTopIn{
	padding: 0 18px;
}

.topCheckArea{
	width: 16px;
	height: 16px;
	/*background: url(../../images/2.0/retChose.png) no-repeat;*/
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.topCheckArea.hasTap{
	/*background-image: url(../../images/2.0/Chosed.png);*/
}

.topCheckBtn{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 1;
	filter:alpha(opacity=0);
	cursor: pointer;
}

.checkFont{
	/* display: inline-block;
    vertical-align: top; */
    display: inline-block;
    vertical-align: middle;
}

.opTopCheck{
	padding-right: 44px;
	display:inline-block;
}

.detSelArea,.exportArea{
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

.detSelArea{
	width: 94px;
	margin-right: 100px;
	overflow: hidden;
	right: 20px;
	display: inline-block;
}

.expDown{
	width:10px;
	height:6px;
	background: url(../../images/2.0/dd01.png) no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
}

.detSelArea select{
	width: 113px;
}

.exportArea{
	width: 70px;
	text-align: center;
	border: 1px solid #e3e6ed;
	background: #f5f6fa;
	right: 18px;
}

.exportArea button{
	width: 100%;
	height: 30px;
	cursor: pointer;
}

.partLine{
	margin:0 18px;
	padding: 12px 0;
	border-bottom: 1px dashed #d4dbee;
	font-size: 14px;
}

.partLine .opTopCheck{
	padding-bottom: 6px;
	width: 100%;
}

.partLine .checkFont{
	color:#3366cc;
	cursor: pointer;
	width: 95%;
}

.conHtTit,.detOpBtnArea ul li button,.more,.enterLogin{
	 -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.conHtTit{
	background: #896aef;
	color: #fff;
	padding: 0 6px;
	margin-right: 4px;
}

.conHtDet{
	margin-right: 22px;
}

.conDetInfo,.absArea{display: inline-block;}

.absArea{
	width: 100%;
}

.conDetLine{
	padding-bottom: 6px;
}

.abstract{
	display: inline-block;
    width: 90%;
    vertical-align: top;
}

.more {
    color: #3366cc;
    cursor: pointer;
    background: #dbe7ff;
    padding: 0 6px;
    margin-left: 6px;
    display: inline-block;
}

.detOpBtnArea{
	overflow: hidden;
}

.detOpBtnArea ul li{
	float: left;
}

.detOpBtnArea ul li button{
	display: block;
	padding: 0 14px;
	height: 30px;
	line-height: 30px;
	color: #3366cc;
	background: #f5f6fa;
	border: 1px solid #e3e6ed;
	margin-right: 12px;
	cursor: pointer;
}

.onlineRed:before,.downLoad:before,.like:before,.liked:before,.detMes:before{
	content:'';
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin:-2px 10px 0 0;
}

.onlineRed:before{
	background-image: url(../../images/2.0/red.png);
}

.downLoad:before{
	background-image: url(../../images/2.0/down.png);
}
.liked{
	opacity:0;
	position: relative;
    top: -30px;
    z-index:-1;
}
.like:before{
	background-image: url(../../images/2.0/fav01.png);
	margin: -4px 0 0 0;
}

.liked:before{
	background-image: url(../../images/2.0/fav02.png);
	margin: -4px 0 0 0;
}

.detMes:before{
	width: 17px;
	height: 17px;
	background-image: url(../../images/2.0/link.png);

}

.detFooter{
	width: 100%;
	/* height: 90px; */
	background: #fff;
	font-size: 12px;
	text-align: center;
	color: #666;
	padding-top: 36px;
	padding-bottom: 36px;
}
/* *{
	-webkit-box-sizing: content-box;
   	-moz-box-sizing:content-box;
    box-sizing: content-box; 
} */
.rtFlArea{
	width: 64px;
	/* height: 256px; */
	background: #fff;
	position: fixed;
	right: 0;
	top: 350px;
	border-top: 1px solid #7a5be4;
	border-bottom: 1px solid #7a5be4;
	border-left: 1px solid #7a5be4;
	-webkit-box-sizing: content-box;
   	-moz-box-sizing:content-box;
    box-sizing: content-box; 
}

.rtFlArea ul li a{
	width: 100%;
	height: 64px;
	display: block;
	text-align: center;
}

/*2018.8.21*/
.searInpIn,.detSearchArea .searchBtn input,.detSearchArea .searInpIn,.searchBtn input{
	outline:none;
}

.highSearchLink{
	font-size: 24px;
	color:#7a5ae3;
	text-decoration: underline;
	position:absolute;
    right: -112px;
    top: 4%;
}

.highSearchArea{
	width:100%;
	background:#fff;
	position:absolute;
	left: -1px;
    top: 82px;
	display:none;
	z-index: 6;
	border: 1px solid #7a5be4;
}

.highTop{
	width:100%;
	height:56px;
	line-height:56px;
	border-bottom: 1px solid #eeeeee;
	position:relative;
}

.highTit{
	font-size: 16px;
	color:#333;
	height:54px;
	display:inline-block;
	border-bottom:2px solid #7a5ae3;
	margin-left: 36px;
	padding:0 10px;
}

.highDelBtn{
	width:16px;
	height: 16px;
	background:url(../../images/2.0/highDel.png) no-repeat;
	position:absolute;
	right: 18px;
	top: 50%;
	margin-top: -8px;
}

.highLine{
	height:30px;
	margin-bottom:20px ;
	overflow:hidden;
}

.highBot{
	padding:30px 0 30px 90px;
	line-height: 1.5;
}

.highBot select,.highBot input{
	height: 28px;
	border:1px solid #999;
	font-size: initial;
}

.lonSel{
	width: 130px;
}

.sigSel{
	width: 65px;
}

.highBot input{
	width: 254px;
	padding:0 4px;
}

.highSmCon{
	float:left;
	margin-right: 22px;
}
.highBtn{
	font-size: 16px;
	color:#333;
	width: 28px;
	height: 28px;
	border: 1px solid #adadad;
	margin-right: 4px;
	cursor:pointer;
	background-repeat: no-repeat;
}

.addHighBtn{
	background-image: url(../../images/2.0/addIcon.png);
}

.redHighBtn{
	background-image: url(../../images/2.0/redIcon.png);
}

.detSearchArea .highSearchArea{
	    top: 52px;
}


.highResTit{
	font-size:14px;
	color:#333333;
	padding: 10px  0;
}

.highResUl{
	overflow: hidden;
}

.highResUl li{
	height: 28px;
	line-height: 28px;
	padding:0 40px 0 10px;
	border: 1px solid #896aef;
	float:left;
	margin-right: 10px;
	position:relative;
}

.highResUl li a{
	font-size: 12px;
	color: #896aef;
}

.highDelArea{
	width: 9px;
	height: 9px;
	background:url(../images/hiLineDel.png) no-repeat;
	position:absolute;
	right:10px;
	top: 50%;
	margin-top: -4.5px;
	cursor:pointer;
}
