.detail-content {

  width: 1200px;

  margin: 0 auto;

  font-size: 0;

}



.detail-left{

  font-size: 16px;

  width: 910px;

  display: inline-block;

  vertical-align: top;

  border-right: 8px solid #eee;

}



.germplasmName, .rightTitle {

  font-size: 21px;

  font-weight: bold;

  padding: 30px 0 0 15px;

}



.bBorder {

  /* border-bottom: 8px solid #eee; */

  padding: 0px 10px 15px;

}



.partTitle {

  position: relative;

  color: #02874a;

  font-weight: bold;

  line-height: 60px;

  padding-left: 20px;

}



.direction {

  position: absolute;

  width: 0;

  height: 0;

  border: 6px solid transparent;

  top: 50%;

  left: 0;

  transform: translateY(-50%);

  border-left: 10px solid #02874a;

}



.detailedGermplas {

  color: #666;

}



.subTitle {

    position: relative;

    padding-left: 20px;

    margin: 50px 20px 10px;

    color: #16b087;

}



.subTitle:first-child{

	margin-top:0;

}



.detailTerm {

  width: 32%;

  display: inline-block;

  line-height: 35px;

  font-size: 15px;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

}



.detailTitle {

  color: #000;

  font-weight: bold;

}



.widthTerm{

  width: 100%;

}



.detailFamilyTree{

  width: 100%;

  height: 580px;

}



.detail-right {

  font-size: 16px;

  width: calc(100% - 920px);

  display: inline-block;

}



.lBorder:first-child {

  border-bottom: 1px solid #eee;

}



.lBorder ul {

  padding: 20px 10px;

  color: #666;

  line-height: 35px;

  padding-bottom: 0;

}



.lBorder li {

  list-style: inside;

  border-top: 1px dashed #ccc;

  padding-left: 15px;

}



.lBorder li:last-child {

  border-bottom: 0px dashed #ccc;

}



.resource-show{

  padding-bottom: 12px;

}



.resource-show li{

  list-style: none;

  border-top: none;

  border-bottom: none !important;

  padding: 0;

}



.resource-show li img{

  display: block;

  width: 100%;

}



.detail-bottom {

  font-size: 16px;

  width: 100%;

}



.variety-right{

  border-bottom: 8px solid #eee;

  padding: 0 10px 50px;

}



.variety-check{

  border-bottom:0;

}



.marginTitle{

  margin-left: 10px;

}



table {

  width: 100%;

  border-spacing: 0;

  text-align: center;

}



.tableHead td {

  color: #2CB989;

  border-top: 1px solid #cce198;

}



td {

  border: 1px solid #cce198;

  height: 35px;

  border-right: 0;

  border-top: 0;

}



tr td:last-child {

  border-right: 1px solid #cce198;

}

tr:first-child  td {

  border-top: 1px solid #cce198;

}



.detaileInfo tr td:last-child {

  border-right: 1px solid #ccc;

}

.oddtd {
    width: 150px;
    font-size: 15px;
	color: #02874a;
	text-align:left;
	box-sizing:border-box;
	padding-left:7px;
}

.eventd {
    font-size: 15px;
    width: 285px;
    color: #000;
	text-align:left;
	box-sizing:border-box;
	padding-left:7px;
}

.imgShow{
	padding: 5px 10px;
}

.imgShow img{
	width: 180px;
    border: 1px solid #ccc;
}
.detail-image-grid{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
	margin:8px 0;
}
.detail-image-item{
	width:150px;
	min-height:150px;
	border:1px solid #e9e9e9;
	border-radius:6px;
	padding:8px;
	background:#fafafa;
	text-align:center;
	position:relative;
	overflow:visible;
	display:inline-block;
	vertical-align:top;
}
.detail-image-item img{
	width:134px;
	height:134px;
	object-fit:cover;
	object-position:center;
	border-radius:4px;
	display:block;
	margin:0 auto;
}
.detail-image-item p{
	margin:4px 0 0;
	font-size:11px;
	color:#555;
	line-height:1.3;
	word-break:break-word;
	max-height:32px;
	overflow:hidden;
}
.detail-image-desc{
	color:#777;
	font-size:10px;
	line-height:1.3;
	margin-top:2px;
	max-height:26px;
	overflow:hidden;
}
.detail-image-modal{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.75);
	display:none;
	align-items:center;
	justify-content:center;
	padding:20px;
	z-index:1000;
}
.detail-image-modal.show{
	display:flex;
}
.detail-image-modal-content{
	max-width:70vw;
	max-height:85vh;
	position:relative;
	text-align:center;
}
.detail-image-modal-content img{
	max-width:100%;
	max-height:calc(85vh - 80px);
	border-radius:6px;
	box-shadow:0 10px 25px rgba(0,0,0,0.45);
	background:#fff;
}
.detail-image-modal-close{
	position:absolute;
	right:-12px;
	top:-12px;
	width:32px;
	height:32px;
	border-radius:50%;
	background:rgba(0,0,0,0.6);
	color:#fff;
	line-height:32px;
	text-align:center;
	font-size:20px;
	cursor:pointer;
}
.detail-image-modal-caption{
	margin-top:12px;
	color:#fff;
	font-size:14px;
	line-height:1.4;
	max-width:90vw;
	word-break:break-word;
}

.check{

  color: #1e94ea;

  cursor:pointer;

}



.family-tree{

	display:none;

}



.getIntention {

    float: right;

    color: #02874a;

    font-size: 18px;

    padding-right: 40px;

}



.detail-right li a{

	color:#666;

}



.masker{

	width: 100%;

    position: fixed;

    background: rgba(0,0,0,.5);

    top: 0;

	left:0;

    display: none;

	z-index:9;

}



.detaileInfo{

    background: #fff;

    width: 1000px;

    margin: 100px auto;

    padding: 15px 50px 50px;

    border-radius: 10px;

    max-height: 700px;

    overflow: auto;

}



.detaileInfo .marginTitle {

    color: #666;

	text-align:left;

}



.detaileInfo tr:first-child td {

    border-top: 1px solid #ccc;

}



.detaileInfo td{

	border-color:#ccc;

	padding-right: 20px;

    padding-left: 20px;

    text-align: left;

}



.likeTh {

    text-align: right;

    box-sizing: border-box;

    color: #659947;

	width:180px;

}



.closeBtn{

	display:inline-block;

	background:#02874a;

	color:#fff;

	padding:5px 20px;

	border-radius:5px;

	cursor:pointer;

}



.footDiv{

	width:100%;

	text-align:center;

	margin-top:50px;

}