/* 咨询问题样式 */
	.advisory-problem {
		padding: 20px 120px 100px;
	}
	.advisory-problem .title {
		height: 60px;
		line-height: 60px;
		font-size: 22px;
		border-bottom: 2px dashed #77B633;
		color: #77B633;
		margin-bottom: 40px;
	}
	.advisory-problem .item {
		display: flex;
		padding: 15px 20px;
	}
	.advisory-problem .item > span {
		font-size: 16px;
		width: 100px;
		height: 40px;
		line-height: 40px;
	}
	.advisory-problem .item input {
		border: 1px solid #77B633;
		font-size: 14px;
		height: 40px;
		padding: 0 10px;
		box-sizing: border-box;
		color: #666;
	}
	.advisory-problem .item textarea {
		border: 1px solid #77B633;
		min-height: 100px;
		width: 600px;
		padding: 5px 10px;
	}
	.advisory-problem .item label[for=problem-img] {
		font-size: 50px;
		height: 50px;
		line-height: 48px;
		color: #77B633;
		cursor: pointer;
	}
	.advisory-problem .item label[for=problem-img]:hover{
		text-shadow: 0 0 5px #77B633;
	}
	.advisory-problem .item p {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-left: 10px;
	}
	.advisory-problem .item .img-box {
		position: relative;
		margin-right: 10px;
		border: 1px solid #77B633;
		padding: 1px;
	}
	.advisory-problem .item .img-box img {
		display: block;
		width: 50px; height: 50px;
	}
	.advisory-problem .item .img-oper {
		position: absolute;
		height: 24px;
		left: -4px;
		right: -4px;
		bottom: -24px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #77B633;
	}
	.advisory-problem .item .img-oper span {
		border-radius: 50%;
		width: 16px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		cursor: pointer;
	}
	.advisory-problem .item .img-oper span:hover{
		color: #fff;
		background: #77B633;
	}
	.advisory-problem .item label[for=boy],
	.advisory-problem .item label[for=girl] {
		border: 1px solid #77B633;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		box-sizing: border-box;
		margin-right: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.advisory-problem .item label[for=girl] {
		margin-left: 40px;
	}
	.advisory-problem .item label[for=boy] span,
	.advisory-problem .item label[for=girl] span {
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}
	.advisory-problem .item #boy:checked + label {
		box-shadow: 0 0 20px #2196F3;
	}
	.advisory-problem .item #boy:checked + label span {
		background: #2196F3;
	}
	.advisory-problem .item #girl:checked + label {
		box-shadow: 0 0 20px #EA4335;
	}
	.advisory-problem .item #girl:checked + label span {
		background: #EA4335;
	}
	.advisory-problem .item .verification {
		width: 300px;
		height: 40px;
		background: #77B633;
		border: 1px solid #77B633;
		box-sizing: border-box;
		border-radius: 20px;
		position: relative;
		text-align: center;
		font-size: 16px;
		color: #fff;
		line-height: 40px;
	}
	.advisory-problem .item .verification > .i {
		font-size: 18px;
		margin: 0 10px;
	}
	.advisory-problem .item .hand {
		position: absolute;
		width: 66px;
		height: 36px;
		top: 1px;
		left: 1px;
		border: 1px solid #fff;
		box-sizing: border-box;
		border-radius: 19px;
		background: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.advisory-problem .item .hand > span {
		height: 24px;
		width: 5px;
		margin: 0 5px;
		background: #77B633;
		border-radius: 3px;
	}
	.advisory-problem .item .btn {
		height: 40px;
		line-height: 40px;
		width: 160px;
		background: #77B633;
		margin-left: 100px;
		text-align: center;
		font-size: 16px;
		color: #Fff;
		cursor: pointer;
	}
	.advisory-problem .item .btn:hover{
		text-shadow: 0 0 5px #fff;
	}
/* 咨询问题样式 */
/* 咨询区域列表 */
	.advisory-lists {
		padding: 0 20px;
	}
	.advisory-lists .lists {
		width: 700px;
		margin-top: 40px;
	}
	.advisory-lists .lists .lists-default {
		height: 300px;
		font-size: 30px;
		line-height: 300px;
		text-align: center;
		color: #aaa;
	}
	.advisory-single {
		padding: 10px;
		box-sizing: border-box;
		border-bottom: 1px dashed #77B633;
	}
	.advisory-single .title {
		height: 40px;
		background: #f1f3f4;
		display: flex;
		align-items: center;
		font-size: 16px;
	}
	.advisory-single .title span {
		width: 24px;
		height: 24px;
		border-radius: 6px;
		background: #77B633;
		color: #fff;
		line-height: 24px;
		text-align: center;
		margin: 0 10px 0 20px;
	}
	.advisory-single .content {
		line-height: 26px;
		padding: 0 54px;
		font-size: 14px;
		color: #aaa;
		height: 52px;
		margin: 15px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.advisory-single .time {
		font-size: 12px;
		text-align: right;
	}
	.advisory-lists .more {
		width: 700px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: rgba(119,182,51,.2);
		cursor: pointer;
		margin: 20px 0;
		border: 1px solid red;
	}
	.advisory-lists .more:hover{
		color: #77B633;
		background: rgba(119,182,51,.3);
	}
/* 咨询区域列表 */
/* 显示咨询问题 */
	.advisory-show {
		padding: 0 20px;
	}
	.advisory-show .show {
		width: 700px;
		padding: 20px;
		box-sizing: border-box;
		border: 1px dashed #77B633;
	}
	.advisory-show .show .title {
		font-size: 20px;
		height: 40px;
		background: rgba(119,182,51,.3);
		line-height: 40px;
		padding: 0 10px;
		color: #000;
	}
	.advisory-show .show .content {
		padding: 20px;
		min-height: 100px;
		line-height: 26px;
		font-size: 14px;
		text-align: justify;
		white-space: pre-wrap;
		word-wrap: break-word;
	}
	.advisory-show .show .imgs {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.advisory-show .show .imgs img {
		max-width: 100%;
		margin-bottom: 10px;
	}
	.advisory-show .show .time {
		font-size: 12px;
		text-align: right;
	}
	.advisory-show .a-title {
		width: 700px;
		height: 40px;
		background: #77B633;
		margin: 10px 0;
		font-size: 16px;
		line-height: 40px;
		padding: 0 10px;
		box-sizing: border-box;
		color: #fff;
	}
	.advisory-show .a-content {
		width: 700px;
	}
	.advisory-show .item {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.advisory-show .item .infor {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px;
	}
	.advisory-show .item .infor img {
		width: 80px;
		height: 80px;
		padding: 2px;
		border: 1px solid #ccc;
	}
	.advisory-show .item .infor span {
		margin: 20px 0;
		font-size: 14px;
	}
	.advisory-show .item .content {
		width: 510px;
		padding: 15px;
		font-size: 14px;
		margin-top: 20px;
		text-align: justify;
		white-space: pre-wrap;
		word-wrap: break-word;
		line-height: 26px;
		position: relative;
	}
	.advisory-show .item .content::after{
		content: "";
		position: absolute;
		top: 10px;
		left: -24px;
	}
	.advisory-show .usitem .content {
		color: #77B633;
		background: rgba(119,182,51,.2);
	}
	.advisory-show .usitem .content::after{
		border-top: 5px solid rgba(119,182,51,.2);
		border-right: 12px solid rgba(119,182,51,.2);
		border-bottom: 5px solid #fff;
		border-left: 12px solid #fff;
	}
	.advisory-show .doitem .content {
		color: #FF4101;
		background: rgba(255,65,1,.2);
	}
	.advisory-show .doitem .content::after{
		border-top: 5px solid rgba(255,65,1,.2);
		border-right: 12px solid rgba(255,65,1,.2);
		border-bottom: 5px solid #fff;
		border-left: 12px solid #fff;
	}
	.advisory-show .content .time {
		position: absolute;
		width: 200px;
		height: 30px;
		text-align: right;
		line-height: 30px;
		bottom: -40px;
		right: 0;
		padding-right: 10px;
		color: #666;
	}
	.advisory-show .a-problem {
		height: 200px;
		font-size: 40px;
		line-height: 200px;
		text-align: center;
		color: #aaa;
	}
	.advisory-show .a-write {
		width: 700px;
		box-sizing: border-box;
		border: 2px solid #77B633;
		padding: 1px;
	}
	.advisory-show .a-write .title {
		height: 30px;
		line-height: 30px;
		background: #77B633;
		padding: 0 10px;
		color: #fff;
		font-size: 14px;
	}
	.advisory-show .a-write textarea {
		width: 100%;
		padding: 10px;
		border: none;
		min-height: 100px;
	}
	.advisory-show .a-write .btn {
		border-top: 1px dashed #77B633;
		display: flex;
		height: 40px;
		align-items: center;
		justify-content: flex-end;
		font-size: 14px;
	}
	.advisory-show .a-write .btn input[type=checkbox]:checked + label {
		background: #77B633;
	}
	.advisory-show .a-write .btn label {
		border: 1px solid #77B633;
		width: 14px;
		height: 14px;
		margin: 0 10px;
		border-radius: 3px;
		line-height: 14px;
		text-align: center;
		color: #fff;
	}
	.advisory-show .a-write .btn span {
		width: 70px;
		height: 26px;
		text-align: center;
		line-height: 26px;
		cursor: pointer;
		border: 1px solid #77B633;
		background: #f1f3f4;
		margin: 0 10px;
		user-select: none;
	}
	.advisory-show .a-write .btn span:hover{
		background: #77B633;
		color: #fff;
	}
/* 显示咨询问题 */