.journal-cover-wrap{
	position:relative;
}
.articleAffJournal h4{
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
.journalBaseInfo.articleAffJournal p{
	padding:0;
}
.articleAffJournal span{
	padding:3px 8px;
	position:absolute;
	bottom:15px;
	left:100px;
}
.authorOtherArticle{
    border-bottom: 1px solid #e0e0e0;
    padding:8px 0 0 10px;
}
.authorOtherArticle li{
    cursor:pointer;
    font-size: 13px;
    line-height: 26px;
}
.authorOtherArticle li i{
    width:18px;
    height:14px;
    display:inline-block;       
    background:url(../images/article_icons.png) no-repeat -25px -45px;
    margin-right:6px;
    vertical-align:middle;
}
.authors-div{
    display:none;
}
.authors-div a{
    display:block;
    padding-left:25px;
    line-height:22px;
}
.authorOtherArticle li.current i {
    background-position: -50px -45px;
    height: 14px;
    width: 18px;
}
.authorOtherArticle li.current .authors-div{
    display:block;
}
.article-doi{
}
.article-doi font{
	margin-right:10px;
}


.article-relateBtn{
    height: 36px;
    padding-bottom:5px;
    margin-top:12px;
    margin-bottom:22px;
    border-bottom: 1px solid #ccc;
}
.article-relateBtn ul{
	height:30px;
}
.article-relateBtn li{
	position:relative;
    line-height: 30px;
    float: left;
    height: 100%;
	text-align:center;
}
.article-relateBtn li:last-of-type{
	border-right:none;
}
.article-relateBtn .article-introduction{
    position: absolute;
    left: 45%;
    top: 25px;
    width: 350px;
    border: 1px solid #767676;
    border-radius: 3px;
    z-index: 10;
    background: url(../images/articleIntroduction.jpg) repeat-x;
    display: none;
    background-size: contain;
    line-height: 20px;
    padding: 2px 5px;
    text-align: left;
    line-height:15px;
}
.article-relateBtn li a{
	display:block;
	height:100%;
	font-size:13px;
}
.article-relateBtn li a.left{
	text-align:left;
	padding-left:30px;
}
.article-relateBtn li a.right{
	text-align:right;
	padding-right:30px;
}
.left span.triangle{
	border-right:10px solid #00519c;
	left:5px;
}
.right span.triangle{
	border-left:10px solid #00519c;
	right:5px;
}
.article-relateBtn li a > span.triangle{
	position:absolute;
	top:50%;
	margin-top:-7px;
	display:inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-radius:3px;
}
.article-relateBtn li:hover > .article-introduction{
	display:block;
}
.article-relateBtn li a:hover{
    text-decoration:none;
	background-color:#00519c;
	color:#fff;
}
.article-relateBtn li a:hover>span.triangle{
	border-right-color:#fff;
	border-left-color:#fff;
}
.article-relateBtn li a.null{
	text-decoration:none;
	background-color:#fff !important;
	color:#ccc;
    cursor: no-drop;
}
.article-relateBtn li a.null>span.triangle{
	border-right-color:#ccc;
	border-left-color:#ccc;
}

.articleAffColumn i{
	font-size:15px;
	margin-right:5px;
}
.articleAffColumn .special{
	padding:3px 8px;
	font-style:italic;
}
.article-title{
	font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    padding:15px 0;
}
.article-author{
	padding-bottom:10px;
}
.article-author span{
	display:inline-block;
	font-size:15px;
	line-height:23px;
}
.com-user{
    width:12px;
    height:13px;
    display:inline-block;
    background:url(../images/article_icons.png) no-repeat left -90px;
}
.com-mail{
    width:14px;
    height:11px;
    display:inline-block;
    background:url(../images/article_icons.png) no-repeat left -110px;
}
.com-article-author-orcid{
	width:14px;
    height:11px;
    display:inline-block;
    background:url(../images/orcid.png) no-repeat left;	
}
.com-drop{
    background:url(../images/article_icons.png) no-repeat -42px 0;
    cursor: pointer;
    height: 10px;
    margin-left: 10px;
    width: 10px;
    display:inline-block;
}
.com-drop.current{
    background:url(../images/article_icons.png) no-repeat -42px -16px;
}
.com-author-wrap{
    display:none;
    padding-bottom:10px;
}
.com-author-wrap.com-author-wrap-open{
    display:block;
}
.correspondingAuthorInfo{
	padding-bottom:10px;
}
.correspondingAuthorInfo tr td{
	vertical-align:top;
}
.correspondingAuthorInfo p{
   margin-bottom:5px;
}
.com-author-info{
	line-height:22px;
}
.com-author-info table tr td.tdfirst{
	vertical-align:top;
	text-align:right;
}
.com-author-info span{
	margin-right:15px;
}
.resetMargin{
	margin-top:15px;
}
/**鏂囩珷涓績鍐呭 start**/
.article-abs{
	margin-bottom:15px;
	text-align:justify;
}

.article-abs p a {color: #00519c;}

#Abstract p,#Abstract inline-formula table{
	display:inline-block;
	width: auto !important;
}
#Abstract .indentDiv a{
	color: #337ab7;
}

/*FY问：不知道为啥只把第一个P独占行了？？？？ */
/*
#Abstract p:first-child{
	display:block;
}*/
#Abstract p{
	display:block;
}
#Abstract table{
	vertical-align:middle;
	padding: 8px 0;
}
.article-keywords,.quot,.article-reference h5{
	margin-bottom:6px;
}
.copy-citation img{
	width:15px;
	height:13px;
	display:inline-block;
	background:url(../images/icons.png) no-repeat 0 -140px;
}
.article-refer tr td.td-first{
	vertical-align:top;
	text-align:right;
}
.article-refer tr td.refer-padding {
    padding-bottom: 8px;
    padding-left: 5px;
    word-break: break-all;
}
.article-refer tr td.refer-padding p{
	word-break: initial;
}
.article-refer tr td.refer-padding p a{
	color: #337ab7;
}
.article-refer tr.refer-hide{
	display:none;
}
.showAllRefer{
	font-weight:bold;
	cursor:pointer;
	margin-bottom:15px;
}
.html-article{
	border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.html-article h2{
	margin:10px 0;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
	padding-bottom:10px;
}
.html-article h3,.html-article h4{
	font-size:14px;
	margin:15px 0;
	padding-bottom:10px;
	border-bottom:1px solid #e0e0e0;
}
.html-article p{
	text-align:justify;
	margin:10px 0;
	text-indent:2em;
}
.article-reference .article-refer,
.article-reference .article-refer tbody,
.article-reference .article-refer tr{display:block;}
.html-article table td p{
	text-align: center;
}
.figure{
    border:1px solid #e0e0e0;
    position:relative;
    margin-bottom:10px;
    padding:10px;
}
.figure .figure_title img,.figure .article_table_fullText img{
    width:120px;
    height:auto;
    float:left; 
    cursor:pointer;
    margin-right:10px;
}
.figure .figure_caption,.figure .table_caption{
    display: block;   
    text-align: justify;
    text-indent:0;
}
.figure .figure_button{
    text-align:right;  
}
.figure .figure_button .figure_btn,.figure .figure_button .table_btn{
    background: #f7f7f7 url("../images/f105-y.png") no-repeat right center;
    border: 1px solid #d9d4d4;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    text-align: left;
    width: 130px;  
    margin-top:10px;
}
.figure .figure_button .figure_btn:hover,.figure .figure_button .table_btn:hover{
    background: #dee1e1 url("../images/f105-y.png") no-repeat right center; 
}
.figure .figure_button .figure_btn:hover a,.figure .figure_button .table_btn:hover a{
    color:#333;
}
.menu_button,.menu_button_csv{
    background-color: #f7f7f7;
    border: 1px solid #d9d4d4;              
    width: 220px;
    right: 10px;
    z-index:1000;   
    text-align: left; 
    position:absolute; 
    z-index:1;
    display:none;      
}
.menu_button p,.menu_button_csv p{
    margin:0;
    padding-left:10px;
    line-height:25px;
    text-indent: 0;
    cursor:pointer;
}
.menu_button p:hover,.menu_button_csv p:hover{
    background: #dee1e1;
}
.figureText{
    width:70%;
    margin:0 auto 10px;
    display:block;
    display:block;
}
.figureText img{
    max-width:100%;
    max-height:200px;
    display:block;
    margin:0 auto;
}
.figureTitle{
	margin: 0 auto 5px;
    text-align: center;
    width: 95%;
}
.figureTitle p{
	text-align:center;
}
.figureTextBox .figure_caption p,.tableTextBox .table_caption p{
    text-align:center;
}
.table_content{
	display:none;
}
.noTableTitle{
	border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding: 10px;
}
.noTableTitle .table_content{
	display:block;
}
.noTableTitle .table_content table{
	border:0;
}
.noTableTitle .table_content table td{
	text-align: left;
}
.showBtn .drop_btn{
	display:block;
}
#colorbox .table_content{
	display:block;
}
.fat{
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}
.xref a{
	color:#00519c;
}
sup{
	cursor:pointer;
}
/**鍏ㄦ枃涓殑鍙傝�鏂囩尞**/
.div_show{
    width:600px;
    min-heihgt:100px;
    background:#fafcff;
    border:1px solid #96aac6;
    display:none;
    position:absolute;
    z-index:10001;
    color:#666;
    line-height:20px;
}
.div_show table tr td{
    padding:5px;
    border-top:0;
}
.div_show table tr td.refer-td-first{
    vertical-align:top;
    display:inline-block;
    margin-top:0;
}
.div_show .triangle-border,.div_show .triangle-bg {
    width: 0;
    height: 0;
    position: absolute;
    left: 10px;
}
.div_show .triangle-border{
    bottom: -10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #96aac6;
}
.div_show .triangle-bg {
    bottom: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fafcff;
    z-index: 1;
}
/**鍙充晶鍥捐〃鏍峰紡  寮�**/
.getFigAndTable li,.getTuBiaoTree li{
	margin-bottom:8px;
}
.getFigAndTable .imgShow,.getTuBiaoTree .imgShow{
	width:80%;
	border:1px solid #e0e0e0;
	padding:8px;
}
.getFigAndTable .imgShow a,.getTuBiaoTree .imgShow a{
	display:block;
	width:100%;
}
.getFigAndTable .imgShow a img,.getTuBiaoTree .imgShow a img{
	width:100%;
}
.getFigAndTable .tableShow a i,.getTuBiaoTree .tableShow a i{
	width:18px;
	height:12px;
	background:url(../images/article_icons.png) no-repeat -24px -115px;
	display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-top:-2px;
}
/**鍙充晶鍥捐〃鏍峰紡   缁撴潫**/  /**鏂囩珷涓績鍐呭 end**/

/**瀵艰埅婊氬姩鐩戝惉    寮�**/
.article-outline{
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}
.side-catalog{
	/**height:456px;**/
	border-bottom: 1px solid #e0e0e0;
    line-height: 19px;
    padding-bottom: 30px;
    position: relative;
}
.side-catalog .side-bar{
	position: absolute;
    top: 0;
    width: 0;
    /**height: 353px;**/
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    border-top: 0;
    border-bottom: 0;
    left: 5px;
}
.side-catalog .catalog-scroller {
    padding-top: 15px;
    z-index: 1;
    overflow-x: hidden;
    /**height: 330px;**/
}
.side-catalog .catalog-scroller .catalog-list {
    height: auto;
    position: relative;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title {
    position: relative;
    margin-bottom: 7px;
    padding-left: 25px;
}
.side-catalog .side-bar .circle.start, .side-catalog .side-bar .circle.end{
	position: absolute;
    left: -4px;
    width: 8px;
    height: 8px;
    background:url(../images/icons.png) 0 -161px no-repeat;
    zoom: 1;
    overflow: hidden;
}
.catalog-list.nav > li > a:focus,.catalog-list.nav > li > a:hover{
	background: none;
	border:1px solid transparent;
}
.side-catalog .side-bar .circle.start {
    top: 0;
}
.side-catalog .side-bar .circle.end {
    margin: 0;
    bottom: 0;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level1 .title-link {
    color: #555;
    font-weight: 700;
    text-decoration: none;
}
/**.side-catalog .catalog-scroller .catalog-list .catalog-title.level1 .text{
	padding-left: 10px;
}**/
.side-catalog .catalog-scroller .catalog-list .catalog-title .text {
    line-height: 19px;
    display: block;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level1 .title-index {
    color: #999;
    font-weight: 700;
    font-family: Arial;
    font-size: 14px;
    padding-right: 5px;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level2 .title-link {
    color: #666;
    text-decoration: none;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level2 .text {
    padding-left: 15px;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level2 .title-index {
    color: #999;
    font-family: Arail;
    font-size: 14px;
    padding-right: 5px;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level3 .title-link {
    color: #666;
    text-decoration: none;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level3 .text {
    padding-left: 25px;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level3 .title-index {
    color: #999;
    font-family: Arail;
    font-size: 14px;
    padding-right: 5px;
}

.side-catalog .catalog-scroller .catalog-list .catalog-title.level4 .title-link {
    color: #666;
    text-decoration: none;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level4 .text {
    padding-left: 35px;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level4 .title-index {
    color: #999;
    font-family: Arail;
    font-size: 14px;
    padding-right: 5px;
}

.side-catalog .catalog-scroller .catalog-list .catalog-title.level5 .title-link {
    color: #666;
    text-decoration: none;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level5 .text {
    padding-left: 60px;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level5 .title-index {
    color: #999;
    font-family: Arail;
    font-size: 14px;
    padding-right: 5px;
}

.catalog-title.level1{
	background:url(../images/gray_arrow.png) no-repeat 4px 8px;
}
.catalog-title.active{
	position:absolute;
    cursor: pointer;
    background:url(../images/blue_arrow.png) no-repeat 4px 9px;
}
.catalog-scroller .nav-tabs {
    border-bottom:0;
}
.catalog-scroller .nav > li > a {
    padding:0;
}
.catalog-scroller .nav-tabs > li.active > a, .catalog-scroller .nav-tabs > li.active > a:focus, .catalog-scroller .nav-tabs > li.active > a:hover{
	border:0;
}
/**瀵艰埅婊氬姩鐩戝惉    缁撴潫**/  /**send friend modal start**/
.modal-title{
	font-size:18px;
}
/**send friend modal over**/
/**寮瑰嚭妗嗚〃鏍兼牱寮�*/
#cboxContent .table_content{
	display:block;
	padding: 10px 5px;
}
#cboxContent .table_content img{
	margin:0 auto;
}
.table_content .table-body {
    margin-top: 10px;
}
.table-body table {
    width: 100%;
}
.table_content thead {
   /* border-top: 1px solid;
    border-bottom: 1px solid;*/
}
.table-body table tr td {
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
    border: 1px solid #ecf2f6;
}
.table-body table tr:hover {
    background-color: #f9fbfc;
}
.formula img{
	margin:0 auto;
	max-width:100%;
}
/**閲嶇疆colorbox鏍峰紡锛岃皟鏁磘itle瀹藉害*/
#cboxTitle{
	line-height:18px;
	table-layout:fixed;
	word-wrap:break-wrod;
	word-break:break-all;
	width:90% !important;
	margin-left:5% !important;
	height:55px !important;
	overflow:hidden;
	padding-top:15px;
}
#cboxLoadedContent{
	margin-top:5px;
}
#cboxPrevious,#cboxNext{
	display:none !important;
}
/**閲嶇疆colorbox鏍峰紡锛岃皟鏁磘itle瀹藉害*/

#KRM-10-3-823-M1 img{
    width:14px;height:12px;
}

[style="class:table_top_border"] {border-top: 1px solid black; }
[style="class:table_top_border table_bottom_border"] {border-top: 1px solid black; border-bottom: 1px solid black;}
[style="class:table_top_border2"] {border-top: 1px solid black; }
[style="class:table_top_border2 table_bottom_border"] {border-top: 1px solid black; border-bottom: 1px solid black;}
[style="class:table_bottom_border"] {border-bottom: 1px solid black; }
[style="class:table_bottom_border2"] {border-bottom: 1px solid black; }
[style="class:table_left_border2"] {border-left: 1px solid black; }
[style="class:table_right_border2"] {border-right: 1px solid black; }
[style="class:table_border tr td"] {border: 1px solid black; }
















