/* 基因解读列表 */
	#gene-lists {
		padding: 0 20px;
	}
	#gene-lists .lists-th {
		display: flex;
		line-height: 30px;
		border: 1px solid #ddd;
		background: #F1F3F4;
	}
	#gene-lists .lists-th > div {
		padding-left: 20px;
		font-weight: bold;
	}
	#gene-lists .td-name {
		width: 150px;
	}
	#gene-lists .td-title {
		width: 450px;
	}
	#gene-lists .td-reply {
		width: 150px;
	}
	#gene-lists .td-time {
		width: 150px;
	}
	#gene-lists .td {
		display: flex;
		line-height: 45px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	#gene-lists .td > div {
		padding-left: 20px;
	}
	#gene-lists .td > a {
		padding-left: 20px;
		color: #0074E8;
	}
	#gene-lists .td > a:hover {
		text-decoration: underline;
	}
	#gene-lists .lists .lists-default {
		height: 300px;
		font-size: 30px;
		line-height: 300px;
		text-align: center;
		color: #aaa;
	}
/* 基因解读列表 */
/* 基因解读回复区 */
	#gene-reply .box {
		border: 1px solid #ccc;
		margin: 0 100px;
		padding: 50px 100px;
	}
	#gene-reply .box .top {
		border-bottom: 4px solid;
		border-image: -webkit-linear-gradient(90deg, #3EB133 30%, #2196F3 0%) 10 10;
		border-image: -moz-linear-gradient(90deg, #3EB133 30%, #2196F3 0%) 10 10;
		border-image: linear-gradient(90deg, #3EB133 30%, #2196F3 0%) 10 10;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		padding: 10px 0;
	}
	#gene-reply .box .top > img {
		width: 60px;
		margin-right: 20px;
	}
	#gene-reply .box .top > div > p {
		font-family: '方正粗谭黑简体';
		color: #666666;
		padding-bottom: 5px;
	}
	#gene-reply .box .top > div > p:first-of-type{
		font-size: 24px;
	}
	#gene-reply .box .top > div > p:last-of-type{
		font-size: 14px;
	}
	#gene-reply .box .buttom {
		border-top: 1px solid #888;
		text-align: center;
		line-height: 22px;
		padding: 10px 0;
		font-size: 12px;
		margin-top: 40px;
	}
	#gene-reply .box .buttom > span {
		font-size: 14px;
		margin: 0 5px 0 10px;
	}
	#gene-reply .box .td {
		display: flex;
		padding: 20px 0;
		margin: 0 20px;
		border-bottom: 1px dashed #ddd;
	}
	#gene-reply .box .td span {
		width: 100px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		text-align: right;
		padding-right: 20px;
		color: #1E90FF;
	}
	#gene-reply .box .td p {
		flex: 1;
		line-height: 36px;
		text-align: justify;
	}
	#gene-reply .box .td p img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		margin-bottom: 10px;
	}
	#gene-reply .lists .item {
		display: flex;
		margin: 20px 75px 0 75px;
	}
	#gene-reply .lists .item .infor{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 150px;
	}
	#gene-reply .lists .item .infor > img {
		width: 100px;
		height: 100px;
		padding: 3px;
		box-sizing: border-box;
		border: 1px solid #ccc;
	}
	#gene-reply .lists .item .infor > span {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100px;
		margin: 10px 0;
	}
	#gene-reply .lists .item .infor > p {
		border-left: 1px dashed #ccc;
		min-height: 100px;
		flex: 1;
		margin: 5px 0;
	}
	#gene-reply .lists .item .cont {
		border: 1px solid #ccc;
		flex: 1;
		margin-right: 25px;
		position: relative;
	}
	#gene-reply .lists .item .cont:before{
		content: '';
		position: absolute;
		top: 40px;
		left: -8px;
		width: 14px;
		height: 14px;
		border-left: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		background: #fff;
		transform: rotate(45deg);
	}
	#gene-reply .lists .item .cont .ic {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		overflow: hidden;
	}
	#gene-reply .lists .item .cont .ic:after {
		position: absolute;
		top: -10px;
		right: -20px;
		width: 55px;
		height: 35px;
		font-size: 14px;
		transform: rotate(45deg);
		text-align: center;
		padding-top: 12px;
		box-sizing: border-box;
		color: #fff;
	}
	#gene-reply .lists .item .cont .us:after{
		content: '患';
		border: 1px solid #2196F3;
		background: #2196F3;
	}
	#gene-reply .lists .item .cont .do:after{
		content: '医';
		border: 1px solid #3EB133;
		background: #3EB133;
	}
	#gene-reply .lists .item .cont .text {
		margin: 40px 40px 0 40px;
		min-height: 100px;
		padding: 20px;
		background: #fff;
		font-size: 14px;
	}
	#gene-reply .lists .item .cont .time {
		margin: 10px 40px 20px 40px;
		text-align: right;
	}
/* 回复框 */
	#gene-reply .reply {
		margin: 20px 100px;
		border: 1px solid #ccc;
		background: #f1f3f4;
	}
	#gene-reply .reply .title {
		margin: 10px 20px 0 20px;
		font-size: 14px;
		font-weight: bold;
	}
	#gene-reply .reply textarea {
		height: 200px;
		width: calc(100% - 40px);
		margin: 10px 20px;
		box-sizing: border-box;
		resize: none;
		padding: 10px;
		font-size: 14px;
	}
	#gene-reply .reply .reply-btn {
		display: flex;
		align-items: center;
		margin: 0 20px 10px;
		justify-content: space-between;
	}
	#gene-reply .reply .reply-btn input {
		margin-right:10px;
	}
	#gene-reply .reply .reply-btn .gene_ly {
		width: 60px;
		height: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #3492E1;
		color: #Fff;
		border-radius: 3px;
		cursor: pointer;
	}
/* 回复框 */
/* 基因解读回复区 */
