@charset "utf-8";


/* 首页科室介绍 */
.present {
	margin-bottom: 20px;
}

.ek-img {
	position: relative;
	display: block;
	overflow: hidden;
	height: 16em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

.ek-img img {
	max-width: 100%;
	display: block;
	height: auto;
}

.ek-img:hover img {
	transform: scale(1.2);
	transition: all 2s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 1s ease 0s;
}

.content_title {
	color: #fff;
	padding: 15px 15px 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-webkit-opacity: 0.9;
	-ms-opacity: 0.9;
	-o-opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.content_title h3 {
	font-size: 17px;
	font-weight: bolder;
}

.content_title span {
	font-size: 10px;
	display: block;
	margin-top: 5px;
}

.content_title p {
	color: #fff;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 3.5rem;
	word-wrap: break-word;
	word-break: break-all;
}

.content_title p a {
	color: #f7ceff
}

.content_title p a:hover {
	color: #fff;
	background: #583c64
}

/* 首页底部 */
.index_copy {
	background: #181c1f;
}

.index_copy .prog_nav {
	float: left;
	width: 14%;
	margin-left: 1.5%;
	margin-right: 1.5%
}

.index_copy h3 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 16px;
}

.index_copy .prog_nav li>a {
	color: #bfbfbf;
	width: 100%;
	display: block;
	line-height: 1.4;
	font-size: 14px;
	padding: 3px 0;
}

.index_copy .prog_nav li>a:hover {
	color: #fff;
}

.index_copy .prog_nav li .Sina {
	text-align: left;
	width: 11rem;
	float: left;
	margin: 0 4px;

}

.index_copy .prog_nav li .Sina img {
	width: 11rem;
	height: 11rem;
	display: inline-block;
	margin: 0 auto;
}

.index_copy .prog_nav li .Sina p {
	margin-top: 5px;
	color: #bfbfbf;
	font-size: 12px;
}

.index_copyright {
	background: #181c1f;
	border-top: 1px solid #666666;
	padding: 10px 4px;
}

.index_copyright .copy_bottom {
	text-align: center;
	color: #bfbfbf;
}

.index_copyright .copy_bottom p {
	color: #bfbfbf;
}

.index_copyright .copy_bottom p a {
	color: #bfbfbf;
}

.item_wrap {
	background: #fff;
	margin-bottom: 30px;
	padding: 20px;
}

.item_wrap h2 {
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 20px;
	color: #3e6db6;
	margin-top: 8px;
}

.item_wrap h2 a {
	font-size: 18px;
	color: #3e6db6;
}

.item_wrap h2 a.more {
	font-size: 14px;
	font-weight: normal;
	color: #2b2b2b;
}

.item_wrap ul {
	margin-left: -20px;
}


/* 眼科名医讲堂 */
.Forum li {
	float: left;
	display: inline-block;
	width: 25%;
	text-align: center;
}

.Forum li a {
	display: block;
	position: relative;
	margin-left: 20px;
	margin-bottom: 15px;
}

.Forum li .img-box {
	display: block;
	position: relative;
	width: 100%;
	height: 152px;
	overflow: hidden;
}

.Forum li .img-box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Forum li .abs-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.Forum li .remark {
	display: block;
	width: 100%;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: 20px;
	text-align: left;
}

.Forum li .remark h3 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 5px 10px 0;
}

.Forum li .remark p {
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.Forum li a .play {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2) url(../images/play.png) center no-repeat;
}

.Forum li a:hover .play {
	display: block;
}

/* 科宏荣誉 */
.Honor li {
	width: 50%;
}

.Honor li a {
	margin-bottom: 0px;
}

.Honor li .remark {
	display: block;
	width: 100%;
	height: auto;
	position: inherit;
}

.Honor li .remark h3 {
	color: #2b2b2b;
	font-size: 15px;
	padding: 0;
	margin: 15px 0 10px;
	text-align: left;
}

.line {
	border: 1px solid #ddd;
}

.Honor li .remark:hover h3 {
	color: #3e6db6;
}

.Honor li .remark p {
	padding: 0px;
	color: #666666;
	font-size: 12px;
}

.form-inline .input-group {
	z-index: 1;
}

/* 专家团队 */
.swiper-team {
	position: relative;
	padding: 0 3em;
}

.swiper-team .swiper-slide {
	box-sizing: border-box;
}

.expert_list {
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	margin-bottom: 15px;
	background: #fff;
}

.expert_list a {
	display: block;
	padding: 20px 10px;
	font-size: 12px;
}

.expert_list a>i {
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	width: 6.667rem;
	height: 6.667rem;
}

.expert_list a>i img {
	width: 6.667rem;
	height: 6.667rem;
	margin: 0 auto;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}

.expert_list h3 {
	font-size: 16px;
	margin: 12px auto 5px;
	font-weight: 600;
	text-align: center;
	color: #2b2b2b;
}

.expert_list h3>.name {
	font-size: 12px;
	color: #3e6db6;
}

.expert_list span {
	margin-bottom: 0.4em;
	display: block;
	font-size: 14px;
	text-align: center;
	color: #3e6db6;
	height: 2.8em;
	overflow: hidden;
	line-height: 1.3
}

.expert_list p {
	padding-top: 15px;
	border-top: 1px dashed #e4e4e4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	word-break: break-all;
	position: relative;
	height: 4.4em;
}

.expert_button {
	padding-bottom: 16px;
	text-align: center;
}

.expert_button a {
	padding: 5px;
	display: block;
	border: 1px solid #e64339;
	color: #e64339;
	font-size: 13px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	outline: none;
}

/* 400+二维码 */
.testlevel {
	display: block;
	z-index: 21447;
	left: 0px;
	width: 72px;
	bottom: 35%;
	position: fixed !important;
	text-align: center;
}

.testlevel a {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 72px;
	display: block;
	margin-top: 2px;
	cursor: pointer;
}

.testlevel .self-help {
	width: 100%;
	background-image: linear-gradient(#6cb401,
			#6cb401),
		linear-gradient(#ffffff,
			#ffffff);
	background-blend-mode: normal,
		normal;
}

.testlevel i.iconfont {
	color: #fff;
	font-size: 40px;
	height: 40px;
	display: block;
	position: relative;
	top: -2px;
}

.testlevel p {
	color: #fff;
	font-size: 12px;
	margin-top: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.testlevel .tel {
	background-image: linear-gradient(#42a9e1,
			#42a9e1),
		linear-gradient(#ffffff,
			#ffffff);
	background-blend-mode: normal,
		normal;
}

.testlevel .code {
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

.testlevel .code i {
	color: #333;
}

.testlevel .code p {
	color: #999;
}

.testlevel .code .pic {
	display: none;
	position: absolute;
	right: -160px;
	top: 136px;
	width: 160px;
	height: 160px;
}

.testlevel .code .pic img {
	max-width: 100%;
	display: block;
}

.testlevel .code:hover .pic {
	display: block;
}

.testlevel .tel .phone {
	background-image: linear-gradient(#42a9e1,
			#42a9e1),
		linear-gradient(#ffffff,
			#ffffff);
	position: absolute;
	width: 160px;
	right: -157px;
	top: 76px;
	line-height: 72px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: none;
}

.testlevel .tel:hover .phone {
	display: block;

}

/* 专家团队 */
.breadcrumb {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}

.breadcrumb i.fa-reply-all {
	font-size: 18px;
	color: #666;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li h1 {
	font-size: 22px;
	color: #3e6db6;
	font-weight: bolder;
}

.corps .expert_list {
	margin-bottom: 15px;
}

.corps .expert_button a {
	width: 42.8%;
	display: inline-block;
}

/* 科宏荣誉 */
.item_content {
	background: #fff;
	margin-bottom: 30px;
	padding: 20px;
}

.detail_wrap {
	margin-top: 20px;
}

.item_menu h1 {
	margin-bottom: 15px;
	font-size: 18px;
}

.item_menu h1 p {
	font-size: 18px;
	color: #2b2b2b;
	padding: 0 4px;
	border-bottom: 2px solid #3e6db6;
	height: 34px;
	line-height: 34px;
	font-weight: normal;
	display: inline-block;
}

.detail_wrap .item_content .son_column li {
	line-height: 26px;
	padding: 5px;
}

.detail_wrap .item_content .son_column li a {
	color: #2b2b2b;
	font-size: 15px;
}

.detail_wrap .item_content .son_column li a.active {
	color: #3e6db6;
}

.list_item_ul .breadcrumb {
	margin-top: 0px !important;
	padding: 0px !important;
	background: 0px;
}

.list_item_ul .breadcrumb li i {
	font-size: 18px;
	position: relative;
	top: 0.083em;
}

.list_item_ul .media-left .media-object {
	width: 270px;
	height: 150px;
	display: block;
	object-fit: cover;
}

.list_item_ul .media-body {
	text-align: left
}

.list_item_ul .media-body .text {
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	color: #999;
}

.list_item_ul .media-body .time {
	margin-top: 8px;
	text-align: left;
}

.list_item_ul .media {
	border-bottom: 1px dashed #ccc;
	padding: 20px 0;
	margin-top: 0px;
}

.item_ul .Honor {
	margin-left: -20px;
}

.item_ul .Honor li {
	width: 33.33333%;
	margin: 10px 0;
}

.glory .detail_wrap {
	background: #fff;
	padding-left: -15px !important;
	padding-right: -15px !important;
}

.glory .swiper1 {
	width: 100%;
	margin-bottom: 10px;
}

.glory .swiper1 .selected {
	color: #3e6db6;
	border-bottom: 2px solid #3e6db6;
}

.glory .swiper1 .swiper-slide {
	text-align: center;
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
}

.glory .swiper2 {
	width: 100%;
}

.glory .swiper2 .swiper-slide {
	height: calc(80vh - 82px);
	background-color: #fff;
	color: #2b2b2b;
	/* text-align: center; */
	box-sizing: border-box !important;
	overflow-x: hidden !important;
}

.glory .swiper2 .list_item_ul .media {
	padding: 10px 0.35em;
}

.glory .swiper2 .list_item_ul .media-left {
	padding-right: 0.7rem;
}

.glory .swiper2 .list_item_ul .media-left .media-object {
	width: 8.8em;
	height: 9em;
}

.glory .swiper2 .list_item_ul .media-heading {
	font-size: 1.1em;
	text-align: left;
}

.glory .list_item_ul .media-body .text {
	-webkit-line-clamp: 3;
}

.glory .swiper2 .Forum {
	margin-left: 0px !important;
}

/* 详情样式 */
.w750 {
	width: 750px;
	margin: 0 auto;
}

.artical_wrap {
	padding-top: 30px;
}

.artical_wrap .meta {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f4f6f8;
	line-height: 1em;
	text-align: center;
}

.artical_wrap .meta h1 {
	font-size: 22px;
	font-weight: 600;
	color: #2b2b2b;
	margin-bottom: 20px;
	line-height: 1.3em;
}

.artical_wrap .meta .info {
	line-height: 1.3
}

.artical_wrap .meta .info span {
	font-size: 14px;
	margin-right: 10px;
}

.artical_detail {
	margin-top: 15px;
	padding: 0 6px 15px;
	font-size: 15px;
	line-height: 1.5em;
	word-wrap: break-word;
	color: #2b2b2b;
}

.artical_detail video {
	width: 100%;
	height: 450px;
}

.artical_detail p {
	display: inherit;
	margin: 0.5em 0;
	color: #2b2b2b;
	word-wrap: break-word;
	text-indent: 0em !important;
}

.artical_detail strong {
	font-weight: 700;
	text-align: left;
}

.artical_detail img {
	max-width: 100% !important;
	height: auto !important;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding: 0.3em 0;
}

.artical_relation {
	padding-top: 25px;
	padding-bottom: 15px;
}

.artical_relation h2 {
	margin-bottom: 10px;
	color: #3e6db6;
	font-weight: bolder;
	font-size: 18px;
}

.artical_relation li {
	background: url(/mobile/images/dot.png) no-repeat left;
	padding-left: 15px;
}

.artical_relation li a {
	border-bottom: 1px dashed #ccc;
	padding: 12px 0;
	margin-right: 15px;
	display: block;
}

.artical_relation h3 {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ellip_single li,
.ellip_single li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.next-box {
	position: relative;
	padding: 10px 0px 0px;
	line-height: 26px;
	color: #2b2b2b;
	font-size: 15px;
}

.next-box p {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #2b2b2b;
}

.next-box p a {
	color: #3e6db6;
}

/* 在线预约 */
.online .media-left .media-object {
	width: 140px;
	height: 200px;
}

.online .media-body {
	text-align: left;
}

.online .media-body .media-heading {
	font-weight: 600;
	margin-bottom: 5px;
}

.online .media-body .media-heading span {
	font-size: 14px;
	color: #3e6db6;
	padding-left: 12px;
	display: inline-block;
	font-weight: 300;
}

.online .media-body .position {
	font-size: 14px;
	color: #3e6db6;
	font-weight: 300;
}

.online .media-left,
.online .media>.pull-left {
	padding-right: 20px !important;
}

.online .media-heading .badge-success {
	color: #fff;
	background-color: #28a745;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 3.5px;
	padding: 0.25em 0.4em 0.1em;
	font-size: 0.65em;
	display: inline;
	float: right;
	margin-left: 0.4em;
}

.online .media-body .text strong {
	display: block;
	font-size: 14px;
}

.online .expert {
	color: #2b2b2b;
}

.online .expert span {
	color: #4c4c4c;
	line-height: 1.2;
	display: inline;
}

.online .expert_button {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
}

.online .expert_button a {
	width: 18%;
	display: inline-block;
	text-align: center
}

.media-content .media-heading {
	margin-bottom: 10px !important;
}

.media-content .position,
.media-content .expert {
	margin-top: 5px;
}

.media-content .expert_button {
	padding-top: 20px;
}

/* 在线反馈 */
.form-box .form-group {
	margin: 0;
	padding: 7px 0;
	clear: both;
}

.form-box .form-group dt {
	display: block;
	float: left;
	padding-right: 1%;
	width: 25%;
	line-height: 36px;
	text-align: right;
	color: #2b2b2b;
	font-weight: normal;
}

.form-box .form-group dt em {
	font-size: 16px;
	color: #E64339;
	margin-right: 0.3em;
	font-style: normal;
	position: relative;
	top: 3px;
}

.form-box .form-group dd {
	display: block;
	position: relative;
	margin-left: 26%;
	line-height: 36px;
}

.form-box .form-group dd .input {
	display: inline-block;
	padding: 0 10px;
	width: 60%;
	height: 36px;
	line-height: 20px;
	border: 1px solid #e0e0e0;
}

.form-box .form-group dd .textarea {
	display: inline-block;
	padding: 10px;
	width: 60%;
	height: 80px;
	line-height: 20px;
	border: 1px solid #e0e0e0;
	vertical-align: middle;
	overflow: auto;
}

.form-box .form-group dd .input.code {
	width: 100px;
}

.form-box .form-group dd .submit {
	display: inline-block;
	margin-right: 1em;
	width: 100px;
	padding: 8px 5px;
	height: auto;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #E64339;
	background: #E64339;
	cursor: pointer;
	text-align: center;
	outline: none;
	margin-bottom: 10px;
}

.form-box .form-group dd .reset {
	background: #f2f2f2;
	color: #2b2b2b;
	border-color: #f2f2f2;
}

.ovfHiden {
	overflow: hidden;
	height: 100%;
}

/* 关注微信 */
.goodcover,
.inform-mask {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	-o-opacity: 0.6;
	-ms-opacity: 0.6;
	opacity: 0.60;
	filter: alpha(opacity=60);
}

.inform-popover {
	width: 90%;
	background-color: #fff;
	position: fixed;
	display: none;
	left: 50%;
	z-index: 1002;
	height: 484px;
	top: 50%;
	margin-left: -45%;
	margin-top: -242px;
	box-shadow: 0 0 15px #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
}

.inform-tit {
	border-bottom: 1px solid #ccc;
	padding: 12px 10px;
	position: relative;
	text-align: center;
}

.inform-tit h3 {
	color: #2b2b2b;
	font-size: 16px;
}

.inform-close {
	display: block;
	width: 18px;
	height: 18px;
	float: right;
	background: url(/mobile/images/close.png) no-repeat center;
	cursor: pointer;
	text-indent: -9999px;
	outline: none;
}

.wxcode {
	width: 260px;
	background-color: #fff;
	padding: 5px;
	position: fixed;
	display: none;
	left: 50%;
	z-index: 1002;
	height: 250px;
	top: 50%;
	margin-left: -130px;
	margin-top: -125px;
}

.cd-close {
	display: block;
	width: 18px;
	height: 18px;
	float: right;
	margin: 3px 5px;
	background: url(/mobile/images/close.png) no-repeat center;
	cursor: pointer;
	text-indent: -9999px;
	outline: none;
}

.code-img {
	text-align: center;
	padding: 15px;
}

.code-img img {
	width: 180px;
	height: 180px;
	display: block;
	margin: 10px auto 0 auto;
}

.code-img p {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	color: #2b2b2b;
}

/* 搜索 */
.search-tit {
	display: block;
	line-height: 38px;
	border-bottom: 1px solid #f0f0f0;
}

.search-tit h3 {
	display: inline-block;
	color: #2b2b2b;
	font-size: 16px;
	font-weight: normal;
}

.search-tit span {
	margin-left: 15px;
	color: #999;
	font-size: 14px;
}

.search-tit span strong {
	margin: 0 2px;
	color: #E64339;
	font-weight: 600;
}

.n-list {
	padding: 10px 0px 5px 0;
}

.n-list li {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
}

.n-list li h2 {
	padding: 0px 0 10px;
	line-height: 24px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0px;
}

.n-list li h2 a {
	color: #2b2b2b;
	text-decoration: none;
	font-size: 18px;
}

.n-list li h2 a:hover {
	color: #3e6db6;
}

.n-list li .note b {
	position: relative;
	display: block;
	float: left;
	margin-right: 16px;
	width: 118px;
	height: 118px;
	border: 1px solid #e8e8e8;
	font-style: normal;
}

.n-list li .note b img {
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	_height: 100%;
}

.n-list li .note p {
	display: block;
	font-size: 14px;
	max-height: 60px;
	line-height: 20px;
	font-weight: 500;
	color: #666;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.n-list li .note .info {
	padding-top: 6px;
	line-height: 20px;
}

.n-list li .note .info span {
	margin-right: 10px;
	color: #3e6db6;
	font-size: 12px;
}

.n-list li .note .info span>i {
	color: #E64339;
	font-size: 12px;
	font-style: normal;
}

/* 自助预约详情 */
.paragraphExtender {
	color: #3e6db6;
}

.prompt-info {
	color: #E64339;
	font-weight: bold;
	text-align: left;
	padding: 8px 5px;
	font-size: 14px;
}

.medicalinfo {
	padding-top: 20px;
}

.medicalinfo .artical_wrap h3 {
	color: #E64339;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	padding-bottom: 10px;
}

.medicalinfo .form-box .make {
	padding: 0;
}

.medicalinfo .form-box .make span {
	color: #3e6db6;
	margin-right: 0.6em;
	font-weight: bold;
}

.book_online .ajax .timeyuyue {
	width: 100%;
	overflow: hidden;
	border: 1px solid #d2d2d2;
}

.book_online .ajax .timeyuyue ul.week {
	height: 60px;
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
	margin-left: -1px;
}


.book_online .ajax .timeyuyue ul.week li.blue {
	text-align: center;
	font-size: 1em;
	padding: .3em 1%;
	padding-top: 1.4em;
	line-height: 1.5
}

.book_online .ajax .timeyuyue ul.week li {
	float: left;
	width: 11.11111%;
	border-left: 1px solid #d2d2d2;
	height: 60px;
	text-align: center;
}

.book_online .ajax .timeyuyue ul.week li.last {
	border-right: 0px;
}

.book_online .ajax .timeyuyue ul.week li a {
	display: block;
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	margin-top: 1.1em;
	color: #1f1f1f;
	line-height: 1.5;
}

.book_online .ajax .timeyuyue ul.week li p {
	font-size: 1em;
	color: #1f1f1f;
	width: 100%;
	text-align: center;
}

.book_online .ajax .timeyuyue ul.yuyuehao li.yesyuyes {
	text-align: center;
}

.book_online .ajax .timeyuyue ul.yuyuehao li.yesyuyes span,
.book_online .ajax .timeyuyue ul.yuyuehao li.last span {
	line-height: 60px;
	font-size: 0.9em;
	color: #bcbcbc;
}

.book_online .ajax .timeyuyue ul.yuyuehao li.yynew a {
	font-size: 0.9em;
	color: #e26000;
	line-height: 1.4;
	cursor: pointer;
}

.book_online .ajax .timeyuyue ul.timehour {
	padding: 10px 0;
	overflow: hidden;
}

.book_online .ajax .timeyuyue ul.timehour li {
	float: left;
	width: 11.1%;
	text-align: center;
	line-height: 1.6;
	padding: 0.4em 0;
	cursor: pointer;
}

.swiper2.swiper-noon .swiper-slide {
	height: calc(47vh - 82px);
}

.swiper-noon .in-order dl {
	clear: both;
	padding: 6px 0.5em 5px;
	border-bottom: 1px solid #ddd;
}

.swiper-noon .in-order dl dt {
	display: block;
	float: left;
	padding-right: 2%;
	width: 12%;
	text-align: right;
	color: #3e6db6;
	font-weight: normal;
	font-size: 15px;
	padding-top: 0.3em
}

.swiper-noon .in-order dl dd {
	display: block;
	position: relative;
	margin-left: 15%;
}

.swiper-noon .in-order dl dd span {
	width: 18%;
	display: inline-block;
	text-align: center;
	padding: 0.3em 0;
	cursor: pointer;
	outline: none;
	font-size: 15px;
}

.swiper-noon .in-order dl dd span.active {
	background: #3e6db6;
	color: #fff;
}

.dvert img {
	width: 100%;
	max-width: 100%;
	display: block;
}

/* 眼科病症 */
.eye-disease>li {
	border-bottom: 1px solid #ebebeb;
}

.eye-li>ul {
	padding: 8px 0 5px 0 !important;
}

.eye-li>ul>li {
	float: left;
	margin-bottom: 3px;
	white-space: nowrap;
	margin-right: 10px;
	line-height: 1.2 !important;
	padding: 0px !important;
}

.eye-li>ul li a {
	font-size: 14px !important;
	color: #999 !important;
}

.eye-li>ul li a.active {
	color: #3e6db6 !important;
}

.eye-li>ul li a:hover {
	color: #3e6db6 !important;
}

.eye-info {
	width: 100%;
	overflow: hidden;
	height: 280px;
}

.eye-info .eye-title {
	background: #FAFBFC;
	padding: 0 10px;
	border-left: 4px solid #3e6db6;
}

.eye-info .eye-title a {
	height: 34px;
	line-height: 34px;
	display: block;
}

.eye-info .eye-title h2 {
	float: left;
	font-weight: normal;
	color: #2b2b2b;
	margin-bottom: 0px;
	line-height: 34px;
	font-size: 14px;
}

.eye-info .eye-title span {
	float: right;
	color: #999;
	font-size: 13px;
	display: inline-block;
}

.eye-info .eye-news {
	padding: 13px 0;
}

.eye-info .eye-news .top_hot {
	border-bottom: 1px dotted #dfdfdf;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	white-space: normal !important;
}

.eye-info .eye-news .top_hot a.pic {
	width: 120px;
	height: 80px;
	display: block;
	float: left;
	margin-right: 10px;
}

.eye-info .eye-news .top_hot a.pic img {
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	_height: 100%;
}

.eye-info .eye-news .top_hot h3 {
	font-size: 15px;
	color: #2b2b2b;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 5px;
	padding-top: 4px;
}

.eye-info .eye-news .top_hot h3 a {
	font-size: 15px;
	color: #2b2b2b;
}

.eye-info .eye-news .top_hot h3 a:hover {
	color: #3e6db6;
}

.eye-info .eye-news .top_hot .text {
	font-size: 12px;
	line-height: 1.5;
	color: #666;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 55px;
}

.eye-info .eye-news .top_hot .text p {
	color: #666;
	line-height: 1.5
}

.eye-info .eye-news .top_hot .text a {
	color: #3e6db6;
	font-size: 13px;
}

.eye-info .eye-news li {
	line-height: 1.4;
	padding: 2px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.eye-info .eye-news li a {
	font-size: 14px;
	color: #2b2b2b;
}

.eye-info .eye-news li a.tag {
	color: #3e6db6;
}

.eye-info .eye-news li a.tname {
	word-wrap: break-word;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 2px;
}

.eye-info .eye-news li a.tname:hover {
	color: #3e6db6;
}

.eye-info.eye-list {
	height: auto;
}

.eye-info.eye-list .eye-news .top_hot a.pic {
	width: 230px;
	height: 180px;
	margin-right: 15px;
}

.eye-info.eye-list .eye-news {
	border: 1px solid #dfdfdf;
	padding: 13px;
}

.eye-info.eye-list .eye-news .top_hot {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.eye-info.eye-list .eye-news .top_hot h3 {
	margin-bottom: 10px;
}

.eye-info.eye-list .eye-news .top_hot h3 a {
	font-size: 18px;
	color: #2b2b2b;
}

.eye-info.eye-list .eye-news .top_hot h3 a:hover {
	color: #3e6db6;
}

.eye-info.eye-list .eye-news .top_hot .text {
	font-size: 14px;
	-webkit-line-clamp: 5;
	height: auto;
}

.eye-info.eye-list .eye-news .top_hot .more {
	color: #3e6db6;
	font-size: 14px;
	text-align: right;
	margin-top: 14px;
	display: block;
}

.eye-con {
	padding-top: 5px;
}

.eye-con.n-list li .note .info span {
	color: #999;
}

.hot_arc_item {
	height: 150px;
	position: relative;
	margin: 0 auto;
}

.hot_arc_item .img {
	width: 100%;
	height: 150px;
}

.hot_arc_item .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.hot_arc_item .hotil {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.4);
	padding: 8px 10px 5px 10px;
	color: #fff;
	text-align: left;
}

.hot_arc_item .hotil h5 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.4;
	font-size: 14px;
	margin-bottom: 3px;
}

.hot_arc_item .hotil p {
	font-size: 13px;
	color: #fff;
}

.hot-articles li {
	border-top: 1px solid #dfdfdf;
	padding: 7px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hot-articles li a {
	color: #666;
	font-size: 14px;
	line-height: 1.4;
}

.hot-articles li a:hover {
	color: #3e6db6;
}

.Eye-col {
	margin-left: -10px;
	margin-right: -10px;
}

.Eye-column .half,
.Eye-column .halfs {
	width: 100%;
	height: 288px;
}

.Eye-column .half .hd,
.Eye-column .halfs .hd {
	width: 100%;
	height: 46px;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
}

.Eye-column .half .hd ul,
.Eye-column .half .bd ul,
.Eye-column .halfs .hd ul,
.Eye-column .halfs .bd ul {
	margin-left: 0px;
}

.Eye-column .half .hd ul li,
.Eye-column .halfs .hd ul li {
	float: left;
	width: 16.6667%;
	border-right: 1px solid #d9d9d9;
	height: 46px;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
}

.Eye-column .half .hd ul li.on,
.Eye-column .halfs .hd ul li.on {
	border-bottom: 0px;
	height: 46px;
}

.Eye-column .half .hd ul li a,
.Eye-column .halfs .hd ul li a {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.Eye-column .half .hd ul li.on a,
.Eye-column .halfs .hd ul li.on a {
	color: #e64339;
}

.Eye-column .half .bd,
.Eye-column .halfs .bd {
	border: 1px solid #d9d9d9;
	border-top: 0px;
	padding: 15px 15px 3px;
	height: 240px;
}

.Eye-column .half .bd ul,
.Eye-column .halfs .bd ul {
	display: none;
}

.Eye-column .half .bd ul.active,
.Eye-column .halfs .bd ul.active {
	display: block;
}

.Eye-column .half .bd ul li,
.Eye-column .halfs .bd ul li {
	width: 100%;
	height: 20px;
	overflow: hidden;
	float: left;
	margin-bottom: 12px;
}

.Eye-column .half .bd ul li i,
.Eye-column .halfs .bd ul li i {
	float: left;
	width: 3px;
	height: 5px;
	background: url(/mobile/images/other_arr.png) no-repeat left top;
	margin-top: 8px;
	margin-right: 10px;
}

.Eye-column .half .bd ul li a,
.Eye-column .halfs .bd ul li a {
	color: #333;
	float: left;
}

.Eye-column .half .bd ul li a,
.Eye-column .halfs .bd ul li a {
	color: #333;
	float: left;
}

.Eye-column .half .bd ul li .info-name,
.Eye-column .halfs .bd ul li .info-name {
	color: #488ccb;
	margin-right: 5px;
	display: inline-block;
}

.Eye-column .half .bd ul li .info-text,
.Eye-column .halfs .bd ul li .info-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 64%;
	display: inline-block;
}

.Eye-column .half .bd ul li span,
.Eye-column .halfs .bd ul li span {
	color: #a5a5a5;
	float: right;
	padding-left: 0.5em;
}

.form-b .form-group {
        float: left;
        clear: none;
    }

.form-b .form-group dt {
     width: 105px !important;
  }

  .form-b .form-group dd {
    margin-left: 100px !important;
   }
.form-b .form-group .form-btn{
   margin-left: 60px !important;
}
.form-b .form-group .input {
     width: 90% !important;
 }

 .form-b .form-group dd .submit {
        padding-top: 7px;
        padding-bottom: 7px;
 }

@media(min-width:1024px) and (max-width:1200px) {
	.book_online .ajax .timeyuyue ul.week li a {
		margin-top: 1.2em;
		line-height: 1.5;
	}
}



@media(min-width:769px) and (max-width:1024px) {
	.content_title {
		padding: 15px 15px 10px;
	}

	.content_title p {
		margin-top: 5px
	}

	.Honor-box .Honor-col {
		padding: 0px;
	}

	.w750 {
		width: 750px;
	}
}

@media(max-width:768px) {
	.inform-popover .form-box {
		margin-top: 0px;
	}

	.book_online .ajax .timeyuyue ul.week li.blue {
		padding-top: 1.05em !important;
		line-height: 1.2 !important;
	}

	.book_online .ajax .timeyuyue ul.week li a {
		margin-top: 0.8em !important;
		line-height: 1.1;
	}

	.swiper-date {
		position: relative;
		z-index: 333;
	}

	.swiper-date .swiper-wrapper {
		background: #F5F8FA;
	}

	.swiper-date .swiper-slide {
		line-height: 1.3 !important;
		height: 46px !important;
		font-size: 0.95em !important;
	}

	.medicalinfo {
		padding-top: 0px;
	}

	.item_menu h1 {
		padding-left: 0.35em;
		margin-bottom: 8px;
	}

	.item_menu h1 p {
		font-size: 16px;
	}

	.medicalinfo .artical_wrap h3 {
		padding-bottom: 0px;
		font-size: 14px;
		padding-left: 0.4em;
		padding-right: 0.4em;
	}

	.infortips {
		color: #999;
		text-align: center;
		font-size: 12px;
	}

	.zzgh .media {
		padding: 10px 0.35em;
	}

	.present {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.content_title {
		padding: 15px 12px 10px;
	}

	.content_title h3 {
		font-size: 15px
	}

	.content_title p {
		margin-top: 5px;
		-webkit-line-clamp: 1;
		height: auto;
	}

	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.item_wrap {
		padding: 10px;
		margin-bottom: 20px;
	}

	.Forum {
		margin-left: -5px !important;
	}

	.Forum li {
		width: 50%;
	}

	.Forum li a {
		margin: 5px 5px 12px;
	}

	.Forum li .img-box {
		height: 12em;
	}

	.Honor li .remark h3 {
		font-size: 14px;
		margin: 10px 0 6px;
		text-align: center;
	}

	.Honor li a {
		margin-bottom: 9px;
	}

	.Honor-box .Honor-col {
		padding: 0px;
	}

	.breadcrumb {
		margin: 5px 0;
		padding-left: 0;
		padding-right: 0;
	}

	.breadcrumb>li a {
		font-size: 15px;
		color: #3e6db6;
		font-weight: bold;
	}

	.breadcrumb>li span {
		color: #3e6db6;
		margin: 0 5px;
	}

	.breadcrumb>li h1 {
		font-size: 15px
	}

	.wrap-top {
		margin-top: 0px;
	}

	.item_content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.w750 {
		width: 100%;
	}

	.artical_wrap {
		padding-top: 10px !important;
	}

	.artical_detail {
		font-size: 14px;
		/* padding-left: 0.35em !important;
        padding-right: 0.35em !important; */
	}

	.artical_wrap .meta h1 {
		font-size: 17px;
		margin-bottom: 15px;
	}

	.online .media-left,
	.online .media>.pull-left {
		padding-right: 0.6em !important;
	}

	.online .media-heading {
		margin-bottom: 2px !important;
	}

	.online .expert span {
		font-size: 12px;
	}

	.online .media-body .text {
		-webkit-line-clamp: 2 !important;
		line-height: 1.3;
		font-size: 12px;
	}

	.online .media-body .text strong {
		display: inline-block;
	}

	.online .expert_button {
		padding-top: 5px;
	}

	.online .media-left .media-object {
		width: 100px !important;
		height: 140px !important;
	}

	.online .media-body .position {
		font-size: 13px;
		margin-top: 2px;
		color: #3e6db6;
	}

	.online .expert_button a {
		width: 100px;
		padding: 3px 5px;
		font-size: 13px;
		outline: none;
	}

	.form-box {
		margin-top: 12px;
	}

	.form-box .form-group {
		padding-bottom: 5px;
	}

	.form-box .form-group dt {
		font-size: 0.9em;
		width: 96px;
	}

	.form-box .form-group dd {
		margin-left: 96px;
	}

	.form-box .form-group dd .input,
	.form-box .form-group dd .textarea {
		width: 88%;
		outline: none;
	}

	.form-box .form-group dd .submit {
		width: 90px;
		padding: 7px 5px;
	}

	.n-list.eye-con {
		padding-top: 5px;
	}

	.n-list.eye-con li {
		padding: 12px 0
	}

	.n-list.eye-con li h2 {
		padding: 0px 0 6px;
	}

	.n-list.eye-con li h2 a {
		font-size: 16px;
	}

	.n-list.eye-con li .note p {
		line-height: 1.4;
		word-wrap: break-word;
		word-break: break-all;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.n-list.eye-con li .note .info {
		line-height: 1.2;
		padding-top: 8px;
	}

	.artical_detail video,
	.artical_detail iframe {
		width: 100% !important;
		height: 20em !important;
	}

	.n-list .nodata {
		margin-top: 30px;
		color: #666;
		font-size: 14px;
		line-height: 100px;
		text-align: center;
	}

	.next-box p {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.back_top {
		width: 38px;
		height: 38px;
		line-height: 38px;
		right: 10px;
		bottom: 175px;
		border-radius: 50%;
		display: block;
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		text-align: center;
		z-index: 33;
		cursor: pointer;
		outline: none;
	}

	.back_top>i {
		color: #fff;
		font-size: 26px;
	}

	.csearch-box {
		position: absolute;
		top: 0px;
		right: 40px;
		width: 100%;
	}

	.collapse-search {
		margin-top: 5px !important;
	}

	.collapse-search .fa-search {
		font-size: 19px;
		color: #fff;
	}

	.search-form.dropdown-menu {
		top: 52px;
		border: 0px;
		width: 100%;
		left: 40px;
		position: absolute;
	}

	.search-form .header-search {
		width: 100%;
		margin: 5px 0px 0 !important;
		padding-right: 15px !important;
		border: 0px !important;
		box-shadow: none !important;
	}

	.ybbznav {
		width: 100%;
		overflow: hidden;
		margin: 5px 0;
	}

	.ybbznav ul {
		padding: 0 6px;
		margin-bottom: 5px;
	}

	.ybbznav ul li {
		display: inline-block;
		margin-top: 5px;
	}

	.ybbznav ul li span {
		padding-left: 6px;
		font-weight: bold;
	}

	.ybbznav ul li a {
		display: inline-block;
		font-weight: 400;
		color: #3e6db6;
		text-align: center;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: #f8f9fa;
		border: 1px solid #3e6db6;
		padding: 4px 5px;
		line-height: 1.5;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		font-size: 14px;
	}

	.ybbzlist {
		width: 100%;
		overflow: hidden;
		margin-top: 5px;
		margin-bottom: 15px;
	}

	.ybbzlist ul li {
		width: 100%;
		position: relative;
		padding: 0 6px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.ybbzlist ul li .ks {
		color: #3e6db6;
		margin-right: 2px;
	}

	.ybbzlist ul li a {
		/* display: inline-block; */
		margin-bottom: 4px;
		height: 28px;
		line-height: 28px;
	}

	.Eye-column .half,
	.Eye-column .halfs {
		margin-bottom: 15px;

	}

	.Eye-column .half .bd ul li .info-text,
	.Eye-column .halfs .bd ul li .info-text {
		width: 56%;
	}
  .Eye-column .half .bd ul li .info-name{
      max-width: 108px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .Eye-column .half .bd ul li span{
     padding-left:0px;
  }
  .labe-line{
    border: 2px solid #e0e0e0;
  }
  .artical_relation h2{
       font-weight: normal;
  
  }
  .form-b .form-group{
  width:100%}
  .form-b .form-group .form-btn{
   margin-left: 105px !important;
}
}