/**
 * @version		0.0.2
 * @package		ZMAXSHOP
 * @author		ZMAX程序人 http://www.zmax99.com
 * @copyright	Copyright (c) 2006 - 2014 南宁市程序人软件科技有限责任公司. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */
 
 /*
  *	说明： 在本css文件中定义资料下载的个性化样式
  * 作者：min.zhang
  * Email:zhang19min88@163.com
  */
/*这里是处理模板风格细节的样式*/
.zmaxui .cate-title{
	border-left: 4px solid #d9a2a7;
	margin-bottom:30px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    width: 100%;
	padding-left:20px;
}
.zmaxui .cate-title:before {
    border-left: 4px solid #cd0708;	
    content: "";    
    position: absolute;
	bottom:0px;
	left:-4px;
    height:50%;
}
.cate-bg{
	 background: linear-gradient(rgba(245,245,245,1), rgba(255,255,255,0.66));
	 padding:25px 20px;
}
.zmaxui .book-title{
	color:#a30325;
	display: inline-block;
    position: relative;
	padding-left:20px;
	font-size:20px;
}
.zmaxui .book-title:before{
	content: "";  
	background-color:#cd0708;
	position:absolute;
	left:0px;
	top:40%;
	width:6px;
	height:6px;
	border-radius:50%;
}
.book-info{
	color:#666;
}

.zmaxui .bs-example .zmax-table > thead > tr > th{
	border-bottom:1px solid #f5f5f5;
	background-color:#f5f5f5;
	font-weight: 400;
	color:#666;
	padding:12px 10px;
}
.zmaxui .bs-example .zmax-table > tbody > tr > td{
	padding:15px 10px;
        color: #4b413b;
	letter-spacing: 0;
	border-top:1px solid #efeeee;
	
}
.zmaxui .bs-example .zmax-table > tbody > tr > td:first-child{
	color:#a20325;
}
.zmaxui .bs-example .zmax-table > tbody > tr > td.huise a{
    color: #bfbfbf;
}
.cate-title-bg{
	background-color:#f7f7f7;
	padding-left:10px;
}
.cate-list-bg{
	background-color:#fcfcfc;
	padding:30px;
}
.zmaxui .cate-list{
	margin-bottom:20px;
}
.cate-list li{
	display:inline-block;
	width:19%;
	margin-bottom: 10px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	
}

.huise a,
.zmaxui .cate-list li a{
	color:#666;
	cursor:pointer;
}
.zmaxui .name_link a:hover,
.zmaxui .name_link a:focus,
.huise a:hover,
.huise a:focus,
.zmaxui .cate-list li a:hover,
.zmaxui .cate-list li a:focus{
	color:#d00405;
	text-decoration:none;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*第二级页面*/
.com_zmaxdownload.view-items .t3-mainbody,
.com_zmaxdownload.view-items .t3-content
{
	padding-top:0px!important;
	padding-bottom:0px!important;
}

.boundary-line{
	min-height:600px;
	padding-top:32px;
}
.zmaxui .zmaxdownload-item-title{
	color:#333;
	margin-bottom:30px;
}
.zmaxui .zmaxicon{
	display: inline-block;
	padding-left: 30px;
	position: relative;
	vertical-align:middle;
	

}
.zmaxui .huise a{
position: relative;
}
.zmaxui .zmaxicon:before{
    position: absolute;
    left: 0px;
    top: 0;
    background-repeat: no-repeat;
    content: "";
    width: 36px;
    height: 30px;
   background-size:50%;

}
.zmaxui .zmax-doc-type-pdf:before{
	background-image:url(../images/PDF.png);
	
}
.zmaxui .huise:hover .zmax-doc-type-pdf:before{
	background-image:url(../images/PDF-HOVER.png);
	cursor:pointer;
}
.zmaxui .zmax-doc-type-epub:before{
	background-image:url(../images/EPUB.png);
	
}
.zmaxui .huise:hover .zmax-doc-type-epub:before{
	background-image:url(../images/EPUB-HOVER.png);
	cursor:pointer;
}
.zmaxui .zmax-doc-type-mobi:before{
	background-image:url(../images/MOBI.png);
	
}
.zmaxui .huise:hover .zmax-doc-type-mobi:before{
	background-image:url(../images/MOBI-HOVER.png);
	cursor:pointer;
}
.zmaxui .huise:hover .huise a{
	color:#d00405;
}
.zmaxui .zmax-doc-type-mp3:before{
	background-image:url(../images/voice_icon.png);
	
}
.zmaxui .huise:hover .zmax-doc-type-mp3:before{
	background-image:url(../images/voice_icon_hover.png);
	cursor:pointer;
}
.zmaxui .zmax-doc-type-audio:before{
	background-image:url(../images/mp3.png);
}
.zmaxui .huise:hover .zmax-doc-type-audio:before{
	background-image:url(../images/mp3_hover.png);
	cursor:pointer;
}
.zmaxui .zmax-doc-type-video:before{
	background-image:url(../images/mp4.png);
        background-size: 60%;
}
.zmaxui .huise:hover .zmax-doc-type-video:before{
	background-image:url(../images/mp4_hover.png);
	cursor:pointer;
}
.zmaxui .cates-table .zmaxicon:before{
	left: 22px;
        top: -13px;
}
.cates-table .zmaxicon{
	    position: relative;
}