.cont-right .page .expert-wrapper {
	margin-top: 50px;
	overflow: hidden;
}
.cont-right .page .expert-wrapper>div {
	float: left;
}
.cont-right .page .expert-wrapper .expert-left {
	width: 15%;
}
.cont-right .page .expert-wrapper .expert-left>img {
	width: 100%;
}
.cont-right .page .expert-wrapper .view-box {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	color: #7D7D7D;
	line-height: 20px;
}
.cont-right .page .expert-wrapper .view-box img {
	width: 16px;
	vertical-align: middle;
	cursor: pointer;
}
.cont-right .page .expert-wrapper .view-box .unit {
	margin: 0 2px;
}
.cont-right .page .expert-wrapper .view-box .unit span {
	vertical-align: middle;
	position: relative;
	top: 1px;
}
.cont-right .page .expert-wrapper .reserve-online {
	margin: 10px auto;
	width: 90px;
	height: 28px;
	border: 1px solid;
	color: #505050;
	text-align: center;
	line-height: 26px;
	border-radius: 13px;
	cursor: pointer;
}
.cont-right .page .expert-wrapper .reserve-online:hover {
	background: #25809D;
	color: #fff;
}
.cont-right .page .expert-wrapper .expert-right {
	width: 85%;
	padding-left: 15px;
}
.cont-right .page .expert-wrapper .right-top {
	font-size: 18px;
	color: #515151;
	position: relative;
	border-bottom: 5px solid #E8E8E8;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
.cont-right .page .expert-wrapper .right-top:before {
	position: absolute;
	content: "";
	width: 100px;
	height: 5px;
	bottom: -5px;
	left: 0;
	background: #25809D;
}
/*留言板*/
.message-box {
	margin-top: 30px;
}
.message-box .box-middle {
	padding: 10px 0;
}
.message-box .box-middle .middle-unit {
	display: inline-block;
	width: 182px;
	height: 32px;
	border: 1px solid #DFDFDF;
	padding: 2px 10px;
	font-size: 0;
	margin-right: 20px;
}
.message-box .box-middle .middle-unit span {
	display: inline-block;
	height: 100%;
	line-height: 26px;
	width: 30px;
	font-size: 14px;
}
.message-box .box-middle .middle-unit input {
	display: inline-block;
	width: 130px;
	height: 26px;
	outline: none;
	border: none;
	padding-left: 5px;
}
.message-box textarea {
	width: 100%;
	margin-top: 10px;
	height: 180px;
	border: 1px solid #DFDFDF;
	padding: 10px;
	outline: none;
}
.message-box .middle-bottom {
	text-align: right;
	margin-top: 10px;
}
.message-box .middle-bottom a {
	display: inline-block;
	padding: 2px 20px;
	border: 1px solid;
	color: #505050;
	border-radius: 12px;
}
/*留言模块*/
.message-wrapper {
	/*margin-top: 20px;*/
}
.message-wrapper .message-item {
	overflow: hidden;
	margin-top: 20px;
}
.message-wrapper .message-item>div {
	float: left;
}
.message-wrapper .message-item .item-left {
	width: 15%;
	text-align: right;
}
.message-wrapper .message-item .item-left img {
	width: 60px;
}
.message-wrapper .message-item .item-right {
	width: 85%;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 12px;
	color: #727171;
	padding-bottom: 20px;
	border-bottom: 1px solid #F0F0F0;
}
.message-wrapper .message-item .item-right .message-top {
	overflow: hidden;
}
.message-wrapper .message-item .item-right .message-top .top-left {
	float: left;
}
.message-wrapper .message-item .item-right .message-top .top-right {
	float: right;
}
.message-wrapper .message-item .item-right .message-cont {
	margin-top: 15px;
	line-height: 20px;
}
.message-wrapper .page-opt {
	margin-top: 20px;
	text-align: center;
}
.message-wrapper .page-opt .unit {
	cursor: pointer;
	padding: 0 5px;
}
.message-wrapper .page-opt .unit:hover {
	text-decoration: underline;
}
/*提示框*/
.tip-box {
	position: fixed;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.tip-box .tip-cont {
	background: #FFFFFF;
	border: 1px solid #CECECE;
	border-radius: 4px;
	position: fixed;
	margin: auto;
	top: 230px;
	left: 0;
	right: 0;
	width: 360px;
}
.tip-box .tip-cont .tip-top {
	background: linear-gradient(#4EABCA,#2A8099);
	color: #ffffff;
	padding: 5px 10px;
	overflow: hidden;
}
.tip-box .tip-cont .tip-top span {
	float: left;
}
.tip-box .tip-cont .tip-top img {
	float: right;
	width: 20px;
	cursor: pointer;
}
.tip-box .tip-cont .tip-detail {
	padding: 5px 10px;
}
.tip-box .tip-cont .tip-detail .detail-unit {
	margin: 10px 0;
	border: 1px solid #DEDEDE;
	padding: 5px;
	font-size: 0;
	color: #464646;
}
.tip-box .tip-cont .tip-detail .detail-unit span {
	display: inline-block;
	width: 20%;
	font-size: 14px;
}
.tip-box .tip-cont .tip-detail .detail-unit input {
	width: 80%;
	outline: none;
	border: none;
}
.tip-box .tip-cont .tip-bottom {
	text-align: right;
	padding: 10px;
}
.tip-box .tip-cont .tip-bottom a {
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #B0BFC6;
	color: #3D616F;
	background: #C4DCE6;
	border-radius: 12px;
}
