/* base css */
	.wrap {
		width: 100%;
		padding: 20px 0;
	}
	.wrap-box {
		margin: 0 auto;
		width: 1060px;
		background: #fff;
	}
	.wrap-box-header {
		height: 320px;
		width: 100%;
		position: relative;
	}
	.wrap-box-header:before{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100px;
		background: rgba(0,0,0,.5);
	}
	.wrap-box-header-name {
		position: absolute;
		font-size: 28px;
		top: 115px;
		left: 20px;
		color: #fff;
	}
	.wrap-box-header-name span {
		display: block;
		padding: 15px 0;
	}
	.wrap-box-header > img {
		width: 120px;
		height: 120px;
		position: absolute;
		bottom: -40px;
		left: 20px;
		padding: 2px;
		border: 1px solid #ccc;
		background: #fff;
		box-sizing: border-box;
	}
	.wrap-box-header > div {
		position: absolute;
		bottom: 0;
		left: 164px;
		padding: 13px 0;
	}
	.wrap-box-header > div p{
		margin: 10px 0;
		font-size: 14px;
		color: #fff;
	}
	.wrap-box-header > div p:first-of-type{
		font-size: 16px;
	}
	.wrap-box-header > div p:first-of-type span {
		margin-right: 10px;
	}
	.wrap-box-header > span {
		position: absolute;
		bottom: 0;
		right: 0;
		background: #DFDFDF;
		display: flex;
		align-items: center;
		padding: 1px 3px;
		cursor: pointer;
	}
	.wrap-box-header > span img {
		width: 15px;
		height: 15px;
	}
/* 导航 */
	.wrap-nav {
		width: 100%;
		height: 90px;
		background: #F1F3F4;
		display: flex;
		align-items: flex-end;
		border-bottom: 1px solid #1E90FF;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.wrap-nav li {
		flex: 1;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 18px;
		border-top: 1px solid #e1e1e1;
		border-left: 1px solid #e1e1e1;
		background: #fff;
	}
	.wrap-nav li:last-of-type{
		border-right: 1px solid #e1e1e1;
	}
/* 导航 */
	.wrap-foor {
		border-top: 1px solid #ccc;
		width: 100%;
		font-size: 12px;
		text-align: center;
		padding: 12px 0;
	}
	.wrap-foor > p {
		padding: 3px 0;
	}
	.wrap-content {
		padding: 20px 0;
	}

/* base css */
/* 主页样式 */
	.index-box {
		padding: 0 20px;
	}
	.index-box .item {
		box-sizing: border-box;
		border: 1px solid #77B633;
	}
	.index-box .item .title {
		height: 40px;
		border-bottom: 1px dashed #77B633;
		font-size: 16px;
		line-height: 40px;
		padding: 0 20px;
		color: #77B633;
		background: #f1f3f4;
	}
	#infor {
		width: 300px;
	}
	#infor ul {
		padding: 10px 20px;
	}
	#infor ul li {
		border-bottom: 1px solid #ccc;
		padding: 7px;
	}
	#infor ul li:after{
		content: '';
		display: block;
		clear: both;
	}
	#infor ul li p {
		float: left;
		font-size: 14px;
		margin-right: 5px;
		line-height: 20px;
	}
	#infor ul li div {
		line-height: 20px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		text-align: justify;
	}
	#infor ul li .description-text {
		white-space: pre-wrap;
		word-wrap: break-word;
	}
	.index-floor {
		margin-bottom: 15px;
		padding: 0 20px;
		text-align: right;
		color: #77B633;
		cursor: pointer;
	}
	.index-floor:hover{
		text-shadow: 0px 0px 2px #77B633;
	}
	#advisory {
		width: 700px;
		box-sizing: border-box;
		border: 1px solid #77B633;
	}
	#advisory .title {
		height: 40px;
		border-bottom: 1px dashed #77B633;
		font-size: 16px;
		line-height: 40px;
		padding: 0 20px;
		color: #77B633;
		background: #f1f3f4;
	}
	#advisory .cont {
		padding: 20px;
		font-size: 14px;
		line-height: 30px;
		text-align: justify;
	}
	#advisory .btn {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 10px 0;
	}
	#advisory .btn > a {
		width: 80px;
		height: 26px;
		background: #77B633;
		color: #fff;
		margin: 0 20px;
		text-align: center;
		line-height: 26px;
		user-select: none;
	}
	#advisory .setting {
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		font-size: 22px;
		cursor: pointer;
		color: #77B633;
		border-radius: 50%;
	}
/* 主页样式 */
/* 设置咨询范围 */
	#setAdvisory .box{
		width: 800px;
	}
	#setAdvisory .box textarea {
		width: 740px;
		border: 1px solid #77B633;
		height: 100px;
		margin: 20px auto;
		display: block;
		padding: 10px;
	}
	#setAdvisory .box .btn {
		margin: 10px auto;
		width: 740px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	#setAdvisory .box .btn .font-sum {
		font-size: 18px;
		color: #ccc;
		margin-right: 20px;
	}
	#setAdvisory .box .btn > span {
		width: 70px;
		height: 26px;
		text-align: center;
		line-height: 26px;
		cursor: pointer;
		border: 1px solid #77B633;
		background: #f1f3f4;
		user-select: none;
	}
	#setAdvisory .box .btn > span:hover{
		background: #77B633;
		color: #fff;
	}
/* 设置咨询范围 */
/* 设置医生信息 */
	#description .box{
		width: 600px;
		padding-bottom: 40px;
	}
	#description .item {
		margin: 20px 0;
		padding: 10px 60px;
		font-size: 14px;
	}
	#description .item p {
		float: left;
		line-height: 24px;
		margin-right: 10px;
	}
	#description .item div {
		overflow: hidden;
		line-height: 24px;
		text-align: justify;
		padding: 0 5px;
		box-sizing: border-box;
	}
	#description .item textarea {
		width: 425px;
	    min-height: 50px;
	    border: 1px solid #fff;
	    padding: 5px;
	    line-height: 24px;
	}
	#description .btn {
		display: flex;
		justify-content: center;
	}
	#description .btn span {
		width: 70px;
		height: 26px;
		text-align: center;
		line-height: 26px;
		margin: 0 30px;
		cursor: pointer;
		border: 1px solid #77B633;
		background: #f1f3f4;
		user-select: none;
	}
	#description .btn span:hover{
		background: #77B633;
		color: #fff;
	}
/* 设置医生信息 */
/* 背景设置 css */
	.Back {
		display: none;
	}
	.setBack {
		position: fixed;
		background: rgba(0,0,0,.2);
		top: 0;
		left: 0;
		right: 0;
		bottom : 0;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 101;
	}
	.setBack .box {
		background: #fff;
	}
	.setBack .box .b-top {
		width: 100%;
		background: #F4F4F4;
		border-bottom: 1px solid #ccc;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 12px;
	}
	.setBack .box .b-top > span {
		padding: 0 10px;
		cursor: pointer;
	}
	.setBack .box .b-top > p {
		padding: 0 10px;
		cursor: pointer;
		font-size: 20px;
		color: #888;
		line-height: 20px;
	}
	.setBack .box .b-in {
		display: flex;
		flex-wrap: wrap;
		padding: 5px;
		width: 472px;
	}
	.setBack .box .b-in li {
		position: relative;
		display: flex;
		justify-content: center;
		width: 23%;
		margin: 1%;
		padding: 2px 0;
		box-shadow: 0 0 3px #ccc;
		border: 2px solid #fff;
		box-sizing: border-box;
		cursor: pointer;
		transition: 0.5s;
	}
	.setBack .box .b-in li:hover{
		border: 2px solid #ccc;
	}
	.setBack .box .b-in li img {
		width: 100px;
	}
	.setBack .box .b-in li p {
		position: absolute;
		background: rgba(0,0,0,.5);
		bottom: 2px;
		color: #fff;
		left: 2px;
		right: 2px;
		text-align: center;
		padding: 2px 0;
	}
	.setBack .box .b-bottom {
		display: flex;
		justify-content: flex-end;
		padding: 10px;
	}
	.setBack .box .b-bottom div {
		width: 50px;
		height: 25px;
		border: 1px solid #ccc;
		margin-left: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 2px;
		cursor: pointer;
	}
	.setBack .box .b-bottom div:hover{
		background: #3492E1;
		color: #fff;
	}
/* 背景设置 css */
