body{
	margin-left:10px;
	margin-top:5px;
	margin-right:10px;
	 font-family: Microsoft YaHei;
}
}
.k-info-table td{
	line-height:25px; 
}
 
.j-page{
	position:absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display:none;
	width:100%; 
	min-height:100%; 
	background-color:#fff;
}
.j-page .item{
	float:left;
	width:22.4em;
	height:60px;
	padding-right:10px;
	padding-left:10px; 
   	margin-right: 20px;
}
.j-page .box{
    float: left;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin: 15px 20px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    min-width:100px;
    width: 95%;
}
.j-page .editLabel{
    position: absolute;
    margin-top: -30px;
    margin-left: 5px;
    font-size: 18px;
    background-color: #fff;
    padding: 0 5px;
    color: #3a79b8;
    font-family:Microsoft YaHei;
} 

.j-page .bottom{
	width:100%;
	height:60px; 
	float:left;
	bottom:0;
	left:0; 
	background-color:#fff;
	border-top:1px solid #DDDDDD;
}
.j-page .bottom .buttonGroup{
	height:60px;
	width:250px;
	margin:0 auto;
}
.j-page .bottom .buttonGroup button{
	margin-top:16px; 
	float:left;
	margin-right:10px;
}   
.j-search{
	display:none;
    width: 461px;
    border: none;
    position: absolute;
    right: 0;
    z-index: 999;
    background-image: url('images/advBottom.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
}
.j-search .j-search-header{
	border:none;
	width:461px;
	height:43px;
	background-image:url('images/advTop.png');
    float: left;
}
.j-search .j-search-header .j-close{
	cursor:pointer;
	
}
.j-search .j-search-header .k-header{
	margin-left: 20px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 600;
}
.j-search .j-search-header .j-close{
	float: right;
    margin-right: 13px;
    margin-top: 4px;
} 
.j-search .j-search-body{
    border: none;
    width: 461px; 
    line-height: 0.8em;
    background-image:url('images/advMiddle.png');
    margin-bottom: 13px;
    float:left;
}
.j-search .j-search-body .joy-form{
	margin-top:10px;
}
.j-search .j-search-body .joy-search-bottom{
	float:left;
	text-align: right;  
	width: 100%;
	margin-top:20px;
    padding-bottom: 5px;
} 
.j-search .j-search-body .item{
	width: 200px;
    height: 55px;
    margin-left: 20px;
    float: left;
    margin-top: 5px;
}
.download-table-title{
	border-left: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    background-color: #f6f6f6;
}

.detail-info-title{
	margin-top:5px;
	margin-bottom:5px;
	font-weight: bolder;
}

.k-filename{
	max-width:500px;
}
.breedButtom{
	border-radius: 6px;
    border: 1px solid;
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: skyblue;
    margin-bottom: 10px;
}