body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	color: #222222;
	font-size: 14px;
	font-family: "PingFangSC-Regular", "微软雅黑", 'Arial Regular', Verdana, Helvetica, sans-serif;
}

td,
th,
caption {
	font-size: 14px;
}

a {
	color: #222222;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

a:hover {
	text-decoration: none;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px "PingFangSC-Regular", "微软雅黑", 'Arial Regular', Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow-y: auto;
}

a,
button {
	cursor: pointer;
}

input,
textarea,
button {
	outline: none;
}

textarea {
	resize: none;
}


.clearfix:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.toast {
	position: fixed;
	bottom: 5%;
	left: 50%;
	z-index: 9;
	width: auto;
	white-space: nowrap;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	display: none;
}

.container {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.computer {
	display: block;
}

.mobile {
	display: none;
}

/* 头部 */
.header {
	width: 100%;
	padding: 20px 0;
	background-color: #fff;
}

.header .h_logo img {
	height: 40px;
}

.header .h_search {
	margin-left: 130px;
	margin-top: 2px;
	position: relative;
}

.header .h_search input {
	width: 320px;
	height: 36px;
	border-radius: 18px;
	border: 1px solid #E9819A;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 16px;
}

.header .h_search button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	width: 68px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	background-color: #E9819A;
	border: 0;
	color: #fff;
	font-size: 16px;
}
.header .h_search_btn{
	width: 50px;
	height: 36px;
	background-image: url(../img/mobile/mobile_search.png);
	background-repeat: no-repeat;
	background-size: 46%;
	background-position: center;
	background-color: #fff;
	display: none;
	position: absolute;
	top: 2px;
	right: 64px;
	z-index: 3;
}


.header .h_btn {
	margin-top: 2px;
}

.header .h_btn a {
	margin-left: 12px;
	display: inline-block;
	width: 72px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #E9809A;
	border-radius: 18px;
	box-sizing: border-box;
	color: #E9809A;
	font-size: 16px;
}

.header .h_btn a:last-child {
	background-color: #E9809A;
	color: #fff;
}

.header .h_btn a:hover {
	box-shadow: 0 0 5px #E9809A;
}

.nav {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	background-color: #E9819A;
}

.nav ul {
	display: flex;
	justify-content: center;
	line-height: 50px;
}

.nav ul li {
	margin: 0 25px;
}

.nav ul li a {
	padding: 0 24px;
	color: #222222;
	font-size: 18px;
}

.nav ul li.active a,
.nav ul li a:hover {
	color: #fff;
}

.nav_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 16;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.mobile_navBox {
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 17;
	width: 70%;
	min-height: 100%;
	padding: 5vw;
	box-sizing: border-box;
	background-color: #fff;
}

.mobile_navBox .mnb_back {
	padding: 4vw 0;
}

.mobile_navBox .mnb_back img {
	width: 20px;
	vertical-align: top;
}

.mobile_navBox .mnb_xx {
	text-align: center;
}

.mobile_navBox .mnb_xx img {
    display: inline-block;
	width: 22vw;
	height: 22vw;
	border-radius: 50%;
	vertical-align: top;
}

.mobile_navBox .mnb_xx .mnb_name {
	font-size: 18px;
	color: #E9809A;
	margin-top: 5vw;
	margin-bottom: 12vw;
}

.mobile_navBox .mnb_xx .mnb_btns {
	margin: 5vw auto 12vw;
	width: 40vw;
	height: 7vw;
	border: 1px solid #E9809A;
	border-radius: 4vw;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.mobile_navBox .mnb_xx .mnb_btns a {
	flex: 1;
	height: 7vw;
	line-height: 7vw;
	color: #E9809A;
	font-size: 16px;
}

.mobile_navBox .mnb_xx .mnb_btns a:last-child {
	background-color: #E9809A;
	color: #fff;
}


.mobile_navBox .mnb_lists {
	width: 100%;
}

.mobile_navBox .mnb_lists ul li {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 8vw;
}

.mobile_navBox .mnb_lists ul li img {
    display: inline-block;
	width: 12vw;
	margin-bottom: 10px;
}

.mobile_navBox .mnb_lists ul li p {
	font-size: 16px;
	line-height: 1;
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner .swiper-slide {
	height: 320px;
	background-repeat: no-repeat;
	background-position: center;
}

.banner .swiper_nav {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 5;
	transform: translateX(-50%);
	width: 1200px;
}

.banner .swiper_nav ul {
	width: 220px;
	height: 360px;
	padding: 0 10px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
}

.banner .swiper_nav ul li {
	border-bottom: 1px solid #fff;
}

.banner .swiper_nav ul li:last-child {
	border-bottom: 0;
}

.banner .swiper_nav ul li a {
	display: block;
	padding: 15px 0 14px 38px;
	line-height: 30px;
	font-size: 16px;
}

.banner .swiper_nav ul li a:hover {
	color: #E9809A;
}

.banner .swiper_nav ul li img {
	height: 30px;
	vertical-align: top;
	margin-right: 12px;
}

.mobileBanner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.mobileBanner .swiper-slide img {
	display: block;
	width: 100%;
}

.mobileBanner .swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: 1;
	width: 16px;
	border-radius: 4px;
}

.xibaoSwiper {
	margin-bottom: 20px;
}
.xibaoSwiper .container{
	padding: 15px 0;
	padding-left: 250px;
	border-radius: 15px;
	background: linear-gradient(270deg, #FFE8ED 0%, #FFF2EB 100%);
}
.xibaoSwiper .container .xb_header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	height: 100%;
}
.xibaoSwiper .mySwiperXbOne .swiper-wrapper{
	-webkit-transition-timing-function: linear; /*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.xibaoSwiper .mySwiperXbTwo .swiper-wrapper{
	-webkit-transition-timing-function: linear; /*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.xibaoSwiper .mySwiperXbOne{
	margin-bottom: 15px;
}
.xibaoSwiper .container .swiper-slide a{
	display: block;
}
.xibaoSwiper .container .swiper-slide img{
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.xibaoSwiper .container .swiper-slide .xb_text{
	padding-left: 60px;
}
.xibaoSwiper .container .swiper-slide .xb_text div{
	color: #E9809A;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
}
.xibaoSwiper .container .swiper-slide .xb_text p{
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.menu {
	padding: 22px 0 10px;
	margin-bottom: 20px;
}

.menu ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.menu ul li:nth-of-type(3n + 0) {
	margin-right: 0;
}

.menu ul li img {
	display: block;
	width: 100%;
}

.pub_title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	font-size: 32px;
	line-height: 1;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.pub_title span {
	color: #999999;
	font-size: 14px;
	margin-left: 20px;
}

.pub_title a {
	float: right;
	font-size: 16px;
	color: #999;
}
.pub_title a:hover{
	color: #E9819A;
}

.pub_tab ul {
	display: flex;
	justify-content: flex-start;
	margin-right: 20px;
}

.pub_tab ul li a {
	display: block;
	padding: 0 16px 0 20px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 15px;
}

.pub_tab ul li.active a {
	background-color: #E9819A;
	color: #fff;
}

.mobile_pub_tab {
	overflow: auto;
	padding-bottom: 10px;
}

.mobile_pub_tab ul {
	display: flex;
}

.mobile_pub_tab ul li {
	margin-left: 3vw;
}

.mobile_pub_tab ul li a {
	display: block;
	font-size: 3.2vw;
	padding: 0 3vw;
	height: 7vw;
	line-height: 7vw;
	border-radius: 3.5vw;
	white-space: nowrap;
}

.mobile_pub_tab ul li.active a {
	background-color: #F9A8B0;
	color: #fff;
}

.menuMobile {
	padding: 8vw 3% 3vw;
}

.menuMobile .mb_lists {
	margin-top: 5vw;
}

.menuMobile .mb_lists ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2vw;
}

.menuMobile .mb_lists ul li:nth-of-type(2n + 0) {
	margin-right: 0;
}

.menuMobile .mb_lists ul li img {
	display: block;
	width: 100%;
}

.mobile_pub_title {
	text-align: center;
	margin-bottom: 6.5vw;
}

.mobile_pub_title div {
	line-height: 1;
	font-size: 4.2vw;
	color: #E9809A;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2.6vw;
}

.mobile_pub_title div span {
	display: inline-block;
	width: 10%;
	height: 1px;
	background-color: #E9809A;
	margin: 0 6px;
}

.mobile_pub_title p {
	color: #FEAEC2;
	font-size: 2.6vw;
	line-height: 1;
}


.raiders {
	margin-bottom: 20px;
}

.raiders .rai_box {
	margin-top: 40px;
}

.raiders .rai_box .rai_first {
	float: left;
	position: relative;
	width: 30%;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 2%;
}

.raiders .rai_box .rai_first img {
	display: block;
	width: 100%;
	height: 370px;
}

.raiders .rai_box .rai_first p {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 22px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 16px;
}

.raiders .rai_box .rai_lists {
	float: left;
	width: 36%;
}

.raiders .rai_box .rai_lists ul li a {
	display: block;
	padding-bottom: 12px;
	margin-bottom: 14px;
	border-bottom: 1px solid #EEEEEE;
}

.raiders .rai_box .rai_lists ul li div {
	line-height: 1;
	font-size: 16px;
	margin-bottom: 10px;
	transition: all .3s;
}

.raiders .rai_box .rai_lists ul li div:hover {
	color: #E9809A;
}

.raiders .rai_box .rai_lists ul li p {
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	color: #666;
}

.raiders .rai_box .rai_photos {
	float: right;
	width: 30%;
}

.raiders .rai_box .rai_photos ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 14px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.raiders .rai_box .rai_photos ul li:nth-of-type(2n + 0) {
	margin-right: 0;
}

.raiders .rai_box .rai_photos ul li img {
	display: block;
	width: 100%;
}

.raiders .rai_box .rai_photos ul li p {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 22px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 16px;
}

.rai_mobile_top {
	width: 100%;
	height: 33vw;
	background-image: url(../img/mobile/bg1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding-top: 5.5vw;
	box-sizing: border-box;
}

.rai_mobile_top .mobile_pub_title div,
.rai_mobile_top .mobile_pub_title p {
	color: #fff;
}

.rai_mobile_top .mobile_pub_title div span {
	background-color: #fff;
}

.rai_mobile_top .mobile_pub_tab ul li a {
	color: #fff;
}

.rai_mobile_top .mobile_pub_tab ul li.active a {
	background-color: #fff;
	color: #F9A8B0;
}

.adv {
	padding: 0 3%;
}

.adv img {
	display: block;
	width: 100%;
}

.forum {
	margin-bottom: 34px;
}

.forum .for_box {
	margin-top: 40px;
}

.forum .for_box .for_photos {
	float: left;
	width: 30%;
	margin-right: 2%;
}

.forum .for_box .for_photos ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 14px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.forum .for_box .for_photos ul li:nth-of-type(2n + 0) {
	margin-right: 0;
}

.forum .for_box .for_photos ul li img {
	display: block;
	width: 100%;
	height: 173px;
}

.forum .for_box .for_photos ul li p {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 22px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 16px;
}

.forum .for_box .for_lists {
	float: left;
	width: 36%;
}

.forum .for_box .for_lists ul li a {
	display: block;
	padding-bottom: 12px;
	margin-bottom: 14px;
	border-bottom: 1px solid #EEEEEE;
}

.forum .for_box .for_lists ul li:last-child a {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.forum .for_box .for_lists ul li div.fl_user {
	display: none;
}

.forum .for_box .for_lists ul li div {
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	margin-bottom: 10px;
	transition: all .3s;
}

.forum .for_box .for_lists ul li div:hover {
	color: #E9809A;
}

.forum .for_box .for_lists ul li p {
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}

.forum .for_box .for_adv {
	float: right;
	width: 30%;
}

.forum .for_box .for_adv ul li img {
	display: block;
	width: 100%;
	height: 175px;
	margin-bottom: 13px;
}

.forum .for_box .for_adv ul li:last-child img {
	margin-bottom: 0;
}

.advertise img {
	display: block;
	width: 100%;
	margin-bottom: 58px;
}

.answer {
	margin-bottom: 60px;
}

.answer .ans_left {
	float: left;
	width: 68%;
}

.answer .ans_left .ans_lists {
	margin-top: 35px;
}

.answer .ans_left .ans_lists ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
}

.answer .ans_left .ans_lists ul li:nth-of-type(2n + 0) {
	margin-right: 0;
}

.answer .ans_left .ans_lists ul li .ans_wt {
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	padding-left: 40px;
	background-image: url(../img/home_icon9.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 20px;
	margin-bottom: 17px;
}

.answer .ans_left .ans_lists ul li .ans_abstract {
	padding: 18px;
	background-color: #F6F6F6;
	border-radius: 10px;
}

.answer .ans_left .ans_lists ul li .ans_abstract p {
	height: 52px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	margin-bottom: 28px;
}

.answer .ans_left .ans_lists ul li .ans_abstract .ans_name {
	color: #666;
	font-size: 14px;
	line-height: 26px;
}

.answer .ans_left .ans_lists ul li .ans_abstract .ans_name img {
	vertical-align: top;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	margin-right: 10px;
}

.answer .ans_left .ans_lists ul li .ans_abstract .ans_name span {
	margin-left: 13px;
}
.answer .ans_left .ans_lists ul li .ans_abstract .ans_more{
	display: none;
	font-size: 14px;
	color: #999;
}
.answer .ans_left .ans_lists ul li .ans_abstract .ans_more img{
	height: 6px;
	vertical-align: top;
	margin-top: 6px;
	margin-left: 3px;
}
.answer .ans_left .ans_zx img {
	display: block;
	width: 100%;
}

.answer .ans_right {
	float: right;
	width: 30%;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	padding: 38px 20px;
	box-sizing: border-box;
}

.answer .ans_right .ans_title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	margin-bottom: 24px;
}

.answer .ans_right .ans_title img {
	margin: 0 9px;
}

.answer .ans_right .ans_doctors ul li {
	border-bottom: 1px solid #EEEEEE;
}

.answer .ans_right .ans_doctors ul li a {
	display: block;
	padding: 16px 0;
}

.answer .ans_right .ans_doctors ul li .ans_doc_top {
	margin-bottom: 15px;
	height: 58px;
}

.answer .ans_right .ans_doctors ul li .ans_doc_top img {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	float: left;
}

.answer .ans_right .ans_doctors ul li .ans_doc_top .ans_doc_right {
	padding-left: 70px;
	padding-top: 7px;
}

.answer .ans_right .ans_doctors ul li .ans_doc_top .ans_doc_right .ans_doc_name {
	font-size: 22px;
	line-height: 24px;
}

.answer .ans_right .ans_doctors ul li .ans_doc_top .ans_doc_right .ans_doc_name span {
	color: #999999;
	font-size: 14px;
	margin-left: 14px;
}

.answer .ans_right .ans_doctors ul li .ans_doc_top .ans_doc_right p {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
}

.answer .ans_right .ans_doctors ul li .ans_doc_text {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.answer .ans_right .ans_doc_more {
	text-align: center;
	line-height: 1;
	font-size: 16px;
	margin-top: 30px;
}

.answer .ans_right .ans_doc_more a:hover {
	color: #E9809A;
}

.books {
	margin-bottom: 35px;
}

.books .book_menu {
	margin-top: 20px;
	margin-bottom: 22px;
	padding: 20px 0;
	background: #FEFBFB;
	border-radius: 10px;
}

.books .book_menu ul {
	display: flex;
	justify-content: space-around;
	text-align: center;
}

.books .book_menu ul li p {
	font-size: 18xp;
	line-height: 1;
	margin-top: 10px;
}

.books .book_link {
	width: 100%;
}

.books .book_link ul {
	display: flex;
	justify-content: flex-start;
}

.books .book_link ul li {
	flex: 1;
	padding-right: 15px;
}

.books .book_link ul li div {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}

.books .book_link ul li p {
	color: #666;
	font-size: 14px;
	line-height: 34px;
	height: 36px;
	width: 135px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.books .book_link ul li p a:hover {
	color: #E9809A;
}

.links{
	margin-bottom: 65px;
}
.links .lb_tit{
	font-size: 14px;
	color: #f8789a;
}
.links .lb_lists{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 5px;
}
.links .lb_lists a{
	font-size: 14px;
	color: #666;
	margin-right: 25px;
	padding-top: 6px;
}

.talk {
	background-color: #E9809A;
}

.talk .container {
	padding: 22px 0 28px;
	padding-left: 125px;
	overflow: initial;
}

.talk .talk_photo {
	position: absolute;
	bottom: 13px;
	left: 0;
	z-index: 4;
}

.talk .container>div {
	font-size: 30px;
	color: #fff;
	line-height: 1;
	margin-bottom: 17px;
}

.talk .container>p {
	font-size: 24px;
	color: #fff;
	line-height: 1;
}

.talk .talk_btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	display: block;
	background-color: #FFEAEC;
	width: 202px;
	height: 100%;
	padding-top: 20px;
	text-align: center;
	box-sizing: border-box;
}

.talk .talk_btn img {
	vertical-align: top;
}

.talk .talk_btn p {
	color: #FF8B96;
	font-size: 24px;
	margin-top: 5px;
}

.footer {
	background-color: #F6F6F6;
	padding: 42px 0;
}

.footer .foot_box {
	display: flex;
	justify-content: space-around;
}

.footer .foot_box .foot_logo {
	padding: 28px 10px 0;
	height: 130px;
	margin-top: 44px;
	box-sizing: border-box;
	position: relative;
}

.footer .foot_box .foot_logo::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	width: 1px;
	height: 130px;
	background-color: #E8E8E8;
}

.footer .foot_box .foot_link div {
	line-height: 1;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 28px;
}

.footer .foot_box .foot_link p {
	line-height: 44px;
}

.footer .foot_box .foot_link p a {
	color: #666666;
	font-size: 16px;
}

.footer .foot_box .foot_download .h3 {
	line-height: 1;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 37px;
}

.footer .foot_box .foot_download .h3::before {
	display: none;
}
.footer .foot_box .foot_download .foot_ewm{
	display: flex;
}
.footer .foot_box .foot_download .foot_ewm img {
	vertical-align: top;
	margin-right: 8px;
}

.footer .foot_btn {
	margin-top: 26px;
	width: 200px;
	padding-left: 25px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.footer .foot_btn::after {
	content: '';
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 3;
	width: 1px;
	height: 130px;
	background-color: #E8E8E8;
}

.footer .foot_btn div {
	line-height: 1;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 46px;
}

.footer .foot_btn a {
	display: inline-block;
	width: 160px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #F9A8B0;
	border-radius: 27px;
	color: #fff;
	font-size: 18px;
}

.footer .foot_xx {
	padding: 65px 0 0;
	text-align: center;
	line-height: 36px;
	color: #666666;
	font-size: 16px;
}

.footer .foot_xx a {
	color: #666666;
	font-size: 16px;
}

.footerMobile {
	padding: 6vh 0;
	text-align: center;
	margin-bottom: 12vw;
}

.footerMobile .fb_logo img {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	margin-bottom: 3vh;
}

.footerMobile .fb_xx {
	margin-bottom: 4vh;
}

.footerMobile .fb_xx div {
	line-height: 1;
	font-size: 4.2vw;
	margin-bottom: 2.6vw;
}

.footerMobile .fb_xx p {
	color: #999999;
	font-size: 3.2vw;
}

.footerMobile .fb_nav {
	margin-bottom: 5vh;
}

.footerMobile .fb_nav ul {
	display: flex;
	justify-content: space-around;
}

.footerMobile .fb_nav ul li a {
	font-size: 3.7vw;
	color: #E9809A;
}

.footerMobile .fb_beian {
	color: #999999;
	font-size: 14px;
	line-height: 1.8;
}

.footerMobile .fb_beian a {
	color: #999999;
	font-size: 3vw;
}

.liuyan {
	width: 100%;
	background-color: #E9809A;
	padding: 5.3vw 4vw;
	box-sizing: border-box;
	margin-top: 5vw;
	display: none;
}

.liuyan .mobile_pub_title div,
.liuyan .mobile_pub_title p {
	color: #fff;
}

.liuyan .mobile_pub_title div span {
	background-color: #fff;
}

.liuyan .ly_col {
	width: 100%;
	margin-bottom: 2.6vw;
}

.liuyan .ly_col input {
	display: block;
	width: 100%;
	height: 12vw;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 2.6vw;
	box-sizing: border-box;
	border: 0;
	padding: 0 3%;
	color: #fff;
	font-size: 3.7vw;
}

.liuyan .ly_col textarea {
	display: block;
	width: 100%;
	height: 30vw;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 2.6vw;
	box-sizing: border-box;
	border: 0;
	padding: 8px 3%;
	color: #fff;
	font-size: 3.7vw;
}

.liuyan .ly_btn {
	margin-top: 5.3vw;
	text-align: center;
}

.liuyan .ly_btn button {
	width: 65%;
	height: 12vw;
	border-radius: 6vw;
	background-color: rgba(255, 255, 255, .8);
	border: 0;
	color: #E9809A;
	font-size: 4.2vw;
}


.bottomTalk {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 16vw;
	background-color: #fff;
	box-shadow: 0px -2px 7px 1px rgba(102, 102, 102, 0.2);
	justify-content: space-between;
	display: none;
}

.bottomTalk .tb_icon {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	height: 16vw;
	padding-left: 13vw;
	background-image: url(../img/mobile/bg2.png);
	background-repeat: no-repeat;
	background-position: 3vw center;
	background-size: 8vw 14vw;
	padding-top: 3vw;
	box-sizing: border-box;
}

.bottomTalk .tb_icon div {
	line-height: 1;
	color: #FF8B96;
	font-size: 4vw;
	margin-bottom: 2vw;
}

.bottomTalk .tb_icon p {
	line-height: 1;
	color: #222222;
}

.bottomTalk .tb_btn {
	float: right;
	width: 28vw;
	height: 16vw;
	padding-top: 9vw;
	text-align: center;
	background-color: #FFEAEC;
	background-image: url(../img/home_icon18.png);
	background-repeat: no-repeat;
	background-position: center 2vw;
	background-size: 25%;
	color: #FF8B96;
}




/* 找医院 */
.hospital {
	padding: 24px 0;
}

.crumbs {
	line-height: 20px;
	font-size: 16px;
	color: #999;
}

.crumbs a {
	font-size: 16px;
	color: #999;
}

.crumbs span {
	color: #E9809A;
}

.hospital .filter {
	margin-top: 20px;
	margin-bottom: 25px;
}

.filter {
	background-color: #fff;
}

.filter .fil_item {
	padding: 8px 0px 8px 30px;
	border-bottom: 1px dashed #ddd;
}

.filter .fil_item:last-child {
	border-bottom: 0;
}

.filter .fil_item label {
	float: left;
	display: inline-block;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
}

.filter .fil_item .fil_labels {
	padding-left: 154px;
	line-height: 35px;
}

.filter .fil_item .fil_labels a {
	font-size: 16px;
	white-space: nowrap;
	margin-right: 28px;
}

.filter .fil_item .fil_labels a:hover,
.filter .fil_item .fil_labels a.active {
	color: #E9809A;
}

.hospital .hos_main {
	background-color: #fff;
}

.hospital .hos_title {
	line-height: 58px;
	padding: 0 2.5%;
	border-bottom: 2px solid #dc7188;
}

.hospital .hos_title b {
	font-size: 18px;
	font-weight: bold;
}

.hospital .hos_title div {
	float: right;
	color: #999;
	font-size: 14px;
}

.hospital .hos_lists {
	width: 100%;
}

.hospital .hos_lists ul li {
	padding: 30px 2.5% 20px;
	border-bottom: 1px solid #ececec;
}

.hospital .hos_lists ul li .hos_photo {
	float: left;
	width: 20%;
}

.hospital .hos_lists ul li .hos_photo img {
	display: block;
	width: 100%;
}

.hospital .hos_lists ul li .hos_right {
	padding-left: 22.5%;
	padding-right: 235px;
	position: relative;
}

.hospital .hos_lists ul li .hos_name {
	line-height: 30px;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 12px;
}

.hospital .hos_lists ul li .hos_name span {
	margin-left: 12px;
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
	line-height: 30px;
	border-radius: 5px;
	background-color: #de7089;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.hospital .hos_lists ul li .hos_xx {
	color: #999;
	font-size: 14px;
	margin-bottom: 12px;
}

.hospital .hos_lists ul li .hos_xx p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hospital .hos_lists ul li .hos_xx span {
	color: #222;
}

.hospital .hos_lists ul li .hos_labels span {
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
	line-height: 27px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.hospital .hos_lists ul li .hos_doctors {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 3;
	text-align: center;
}

.hospital .hos_lists ul li .hos_doctors .hos_imgs {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.hospital .hos_lists ul li .hos_doctors .hos_imgs img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	margin-left: -14px;
}

.hospital .hos_lists ul li .hos_doctors p {
	font-size: 14px;
	color: #999;
	line-height: 1;
}

.hospital .hos_lists ul li .hos_doctors p span {
	color: #de7089;
}


/* 论坛 */
.forum {
	padding: 15px 0 0;
}

.forum .for_hot {
	width: 100%;
	padding-top: 10px;
	margin-bottom: 14px;
}

.forum .for_hot .for_hot_imgs {
	float: left;
	width: 33%;
	margin-right: 2%;
}

.forum .for_hot .for_hot_imgs .swiper {
	width: 100%;
	overflow: hidden;
}

.forum .for_hot .for_hot_imgs .swiper-slide {
	width: 100%;
}

.forum .for_hot .for_hot_imgs .swiper-slide img {
	display: block;
	width: 100%;
}

.forum .for_hot .for_hoot_lists {
	width: 34%;
	float: left;
}

.forum .for_hot .for_hoot_lists .for_hoot_lists_first {
	margin-bottom: 16px;
}

.forum .for_hot .for_hoot_lists .for_hoot_lists_first div a {
	display: block;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #E9819A;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 12px;
}

.forum .for_hot .for_hoot_lists .for_hoot_lists_first p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 54px;
	line-height: 27px;
	font-size: 18px;
}

.forum .for_hot .for_hoot_lists ul li {
	line-height: 20px;
	padding: 7px 0;
}

.forum .for_hot .for_hoot_lists ul li div {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}

.forum .for_hot .for_hoot_lists ul li div span {
	color: #E9819A;
}

.forum .for_hot .for_hoot_lists ul li label {
	float: right;
	color: #666666;
	font-size: 16px;
}

.forum .for_hot .for_hot_user {
	float: right;
	margin-right: 1%;
	width: 28%;
	height: 310px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.2);
	border-radius: 10px;
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
}

.forum .for_hot .for_hot_user img {
	vertical-align: top;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.forum .for_hot .for_hot_user .for_hot_user_name {
	font-size: 20px;
	margin-bottom: 20px;
}

.forum .for_hot .for_hot_user .for_hot_user_tips {
	color: #E9819A;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 32px;
}

.forum .for_hot .for_hot_user .for_hot_user_btns a {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #87DCC7;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	margin: 0 10px;
}

.forum .for_menu {
	margin-bottom: 36px;
}

.forum .for_menu ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 22px;
}

.forum .for_menu ul li:nth-of-type(3n + 0) {
	margin-right: 0;
}

.forum .for_menu ul li .for_menu_top {
	width: 100%;

	margin-bottom: 19px;
}

.forum .for_menu ul li .for_menu_top img {
	float: left;
}

.forum .for_menu ul li .for_menu_top .for_menu_top_right {
	padding-left: 74px;
	padding-top: 9px;
	height: 63px;
	box-sizing: border-box;
}

.forum .for_menu ul li .for_menu_top .for_menu_top_right div {
	line-height: 1;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 11px;
}

.forum .for_menu ul li .for_menu_top .for_menu_top_right p {
	line-height: 1;
	color: #999999;
	font-size: 14px;
}

.forum .for_menu ul li .for_menu_top.only {
	padding: 20px;
	height: auto;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	margin-bottom: 0;
}

.forum .for_menu ul li .for_menu_labels {
	width: 100%;
}

.forum .for_menu ul li .for_menu_labels a {
	display: inline-block;
	width: 85px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: rgba(249, 168, 176, 0.2);
	border-radius: 10px;
	color: #FF7986;
	font-size: 14px;
	margin-right: 7px;
	margin-bottom: 7px;
}

.forum .for_main {
	width: 100%;
	margin-bottom: 10px;
}

.forum .for_main .fm_tit {
	font-size: 32px;
	line-height: 34px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 28px;
}
.forum .for_main .fm_tit a{
	float: right;
	color: #999;
	font-size: 16px;
}
.forum .for_main .fm_tit a:hover{
	color: #FF7986;
}
.forum .for_main .fm_nav{
	width: 100%;
	height: 7vw;
	overflow: hidden;
	margin-bottom: 3vw;
}
.forum .for_main .fm_nav div{
	overflow-y: hidden;
	overflow-x: auto;
	height: 10vw;
}
.forum .for_main .fm_nav ul{
	display: flex;
}
.forum .for_main .fm_nav ul li{
	float: left;
	margin-right: 3vw;
}
.forum .for_main .fm_nav ul li a{
	display: block;
	font-size: 3.2vw;
	padding: 0 3vw;
	height: 7vw;
	line-height: 7vw;
	border-radius: 3.5vw;
	white-space: nowrap;
	background-color: #F9A8B0;
	color: #fff;
}

.forum .for_main .fm_lists {
	float: left;
	width: 65%;
}

.forum .for_main .fm_lists>ul li {
	float: left;
	width: 47%;
	margin-right: 6%;
	margin-bottom: 48px;
}

.forum .for_main .fm_lists>ul li:nth-of-type(2n + 0) {
	margin-right: 0;
}

.forum .for_main .fm_lists>ul li img {
	float: left;
	width: 140px;
	height: 95px;
	border-radius: 10px;
}

.forum .for_main .fm_lists>ul li .fml_right {
	padding-left: 152px;
}

.forum .for_main .fm_lists>ul li .fml_right .fmlr_title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 15px;
}

.forum .for_main .fm_lists>ul li .fml_right .fmlr_autor {
	line-height: 32px;
	color: #999999;
	font-size: 14px;
}

.forum .for_main .fm_lists>ul li .fml_right .fmlr_autor img {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	vertical-align: top;
	margin-right: 7px;
}

.forum .for_main .fm_lists>ul li .fml_right .fmlr_autor span {
	float: right;
	color: #FF7986;
	font-size: 14px;
}

.forum .for_main .fm_notice {
	float: right;
	width: 30%;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	padding: 0 20px;
	margin-top: 17px;
}

.forum .for_main .fm_notice .fmn_num {
	width: 100%;
	padding: 12px 40px;
	background-color: #E9819A;
	background-image: url(../img/forum_icon1.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	border-radius: 50px;
	box-sizing: border-box;
	margin-top: 24px;
}

.forum .for_main .fm_notice .fmn_num div {
	line-height: 1;
	font-size: 26px;
	color: #fff;
	margin-bottom: 8px;
}

.forum .for_main .fm_notice .fmn_num p {
	line-height: 1;
	font-size: 16px;
	color: #fff;
}

.forum .for_main .fm_notice .fmn_num p span {
	font-size: 22px;
	color: #FFD821;
}

.forum .for_main .fm_notice .fmn_lists {
	width: 100%;
	height: 312px;
	overflow: hidden;
	margin-top: 10px;
}

.forum .for_main .fm_notice .fmn_lists .xbSwiper {
	height: 312px;
	overflow: hidden;
}

.forum .for_main .fm_notice .fmn_lists .swiper-slide {
	padding: 16px 0;
	border-bottom: 1px solid #EEEEEE;
	box-sizing: border-box;
	height: 104px !important;
}

.forum .for_main .fm_notice .fmn_lists .swiper-slide .fmnl_xx {
	line-height: 43px;
	font-size: 18px;
	margin-bottom: 10px;
}

.forum .for_main .fm_notice .fmn_lists .swiper-slide .fmnl_xx img {
	height: 43px;
	width: 43px;
	vertical-align: top;
	border-radius: 50%;
	margin-right: 11px;
}

.forum .for_main .fm_notice .fmn_lists .swiper-slide .fmnl_xx span {
	float: right;
	color: #E9819A;
	font-size: 14px;
}

.forum .for_main .fm_notice .fmn_lists .swiper-slide p {
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}

.forum .for_main .fm_recommend {
	float: right;
	width: 30%;
	height: 455px;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	padding: 0 20px;
	margin-top: 17px;
}

.forum .for_main .fm_recommend .fmr_title {
	margin-top: 42px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 28px;
}

.forum .for_main .fm_recommend .fmr_title img {
	margin: 0 10px;
}

.forum .for_main .fm_recommend .fmr_lists ul li {
	font-size: 16px;
	margin: 19px 0;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.forum .for_main .fm_recommend .fmr_lists ul li a:hover {
	color: #DC7188;
}

.forum .for_main .fm_recommend .fmr_lists img{
    display: block;
    width: 100%;
    margin-top: 35px;
}

.forum .for_main .fm_recommend .fmr_labels {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.forum .for_main .fm_recommend .fmr_labels a {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	background: rgba(249, 168, 176, 0.2);
	border-radius: 10px;
	color: #FF7986;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.pub_bottom {
	width: 100%;
}

.pub_bottom .pb_title {
	font-size: 32px;
	line-height: 34px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 26px;
}
.pub_bottom .pb_title a{
	float: right;
	color: #999;
	font-size: 16px;
}
.pub_bottom .pb_title a:hover{
	color: #FF7986;
}
.pub_bottom .pb_photo {
	width: 100%;
	margin-bottom: 10px;
}

.pub_bottom .pb_photo ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10px;
}

.pub_bottom .pb_photo ul li:nth-of-type(2n + 0) {
	margin-right: 0;
}

.pub_bottom .pb_photo ul li img {
	float: left;
	width: 130px;
	height: 100px;
}

.pub_bottom .pb_photo ul li .pbp_right {
	padding-left: 148px;
}

.pub_bottom .pb_photo ul li .pbp_right .pbpr_title {
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 13px;
}

.pub_bottom .pb_photo ul li .pbp_right p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}

.pub_bottom .pb_lists {
	width: 100%;
}

.pub_bottom .pb_lists ul li {
	float: left;
	width: 48%;
	padding: 13px 0;
	padding-right: 90px;
	box-sizing: border-box;
	margin-right: 4%;
}

.pub_bottom .pb_lists ul li:nth-of-type(2n + 0) {
	margin-right: 0;
}

.pub_bottom .pb_lists ul li div {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 12px;
}

.pub_bottom .pb_lists ul li p {
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 20px;
}

.forum_details .pub_bottom {
	background-color: #fff;
	padding: 35px 40px;
	box-sizing: border-box;
}

.forum_details {
	padding-top: 15px;
}

.forum_details .fd_box{
	width: 100%;
	margin-top: 15px;
}
.forum_details .fd_box .fdb_left{
	float: left;
	width: 900px;
}

.best_post_r{width: 280px;/* height: 535px; */z-index: 9999;display: block;}
.r_list_title{overflow: hidden; padding-bottom: 10px;}
.r_list_title img{width: 35px; height: 35px;}
.r_list_menu{padding: 0 9px;}
.r_list_menu p{font-size: 16px !important; color: #3E3E3E !important;}
.r_list_menu span{font-size: 12px; color: #9E9E9E; display: block}
.goBtn{width: 50px; line-height: 22px; background: #FF6688; border-radius: 14px; font-size: 12px;text-align: center; cursor: pointer;}
.goBtn a{ color: #fff !important; }
.best_post_r_list{padding: 18px 10px 15px 10px; background: #fff; }
.tags_div{  position: relative; overflow: hidden;}
.best_post_r_list p{font-size: 12px; color: #7E7E7E; line-height: 22px; padding: 0 4px;}
.best_post_r_list ul{overflow: hidden; max-height: 128px; padding: 0 5px; }
.best_post_r_list ul li{ float: left; width: 76px; height: 28px; margin-right: 11px; margin-top: 11px; background: #ffebef; border-radius: 4px; cursor: pointer; overflow: hidden;}
.best_post_r_list ul li a{display: block; font-size: 12px; color: #FF6688; text-align: center; height: 28px; line-height: 28px;}
.best_post_r_list ul li:nth-child(3n){margin-right: 0!important;}
/*.best_post_r_list ul li:nth-child(9){visibility: hidden;}*/
.show_all_list{cursor: pointer; font-size: 12px; color: #FF6688 !important; float: right; width: 76px; line-height: 28px; border-radius: 4px; position: absolute; right: 5px; bottom: 0;background: #f5f5f5 url("../haoyun/sanheng.png") no-repeat; background-position: 12px 6px; padding-left: 35px; box-sizing: border-box;}
.hide_all_tag{cursor: pointer; width: 100%; text-align: center; font-size: 14px; line-height: 20px; padding: 17px 0 13px; display: none;}
.hide_all_tag img{width: 15px; display: inline-block; margin-right: 8px;}
.has_show_all{ max-height: none; padding-bottom: 0;}
.has_show_all ul{max-height: none; }
.has_show_all ul li:nth-child(9){visibility: visible;}
.has_show_all .hide_all_tag{display: block;}
.has_show_all .show_all_list{display: none;}

.best_post_r_article{
	padding: 18px 10px 15px 10px;
	background: #fff;
	margin-top: 20px;
}
.best_post_r_article .bpra_tit{
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dddd;
	margin-bottom: 15px;
}
.best_post_r_article ul li{
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.best_post_r_article ul li a{
	font-size: 16px;
}
.best_post_r_article ul li a:hover{
	color: #F9A8B0;
}

.forum_details .fd_main {
	background-color: #fff;
	padding: 40px 40px 30px;
	margin-bottom: 20px;
}

.forum_details .fd_main>h2 {
	line-height: 1;
	font-size: 36px;
	margin-bottom: 20px;
}

.forum_details .fd_main .fdm_xx {
	line-height: 26px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 30px;
}

.forum_details .fd_main .fdm_xx span {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #F9A8B0;
	border-radius: 13px;
	color: #fff;
	font-size: 14px;
	margin-right: 20px;
}

.forum_details .fd_main .fdm_xx label {
	margin-left: 30px;
}

.forum_details .fd_main .fdm_text {
	width: 100%;
	margin-bottom: 20px;
}
.forum_details .fd_main .fdm_text p{
    line-height: 28px;
    margin-top: 10px;
    font-size: 15px;
    color: #484848;
}
.forum_details .fd_main .fdm_text img {
	max-width: 100%;
	height: auto !important;
}
.forum_details .fd_main .fdm_text h3{
	margin-bottom: 20px;
	font-size: 18px;
	margin-top: 20px;
	padding: 10px 42px 10px 60px;
	background: #FA93AB;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff;
	display: table;
	font-weight: bold;
}

.forum_details .fd_main .fdm_tj {
	line-height: 1;
	font-size: 16px;
}

.forum_details .fd_comment {
	margin-top: 10px;
	background-color: #fff;
	padding: 40px 40px 30px;
	margin-bottom: 20px;
}

.forum_details .fd_comment .fdc_title {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 30px;
}

.forum_details .fd_comment .fdc_lists {
	margin-bottom: 35px;
}

.forum_details .fd_comment .fdc_lists ul li {
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
}

.forum_details .fd_comment .fdc_lists ul li .fdcl_xx {
	line-height: 49px;
	font-size: 18px;
	color: #666;
}

.forum_details .fd_comment .fdc_lists ul li .fdcl_xx img {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	vertical-align: top;
	margin-right: 15px;
}

.forum_details .fd_comment .fdc_lists ul li .fdcl_xx label {
	float: right;
	font-size: 14px;
}

.forum_details .fd_comment .fdc_lists ul li .fdcl_text {
	padding-left: 64px;
}

.forum_details .fd_comment .fdc_lists ul li .fdcl_text div {
	line-height: 28px;
	font-size: 16px;
}

.forum_details .fd_comment .fdc_lists ul li .fdcl_text div.reply {
	background-color: #F6F6F6;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 16px;
	margin-top: 15px;
}

.forum_details .fd_comment .fdc_lists ul li .fdcl_text div.reply span {
	color: #FF8692;
}

.forum_details .fd_comment .fdc_lists ul li .fdcl_text div.comment-reply-box-tpl{
	width: 100%;
	margin-top: 10px;
	display: none;
}

.forum_details .fd_comment .fdc_lists ul li .fdcl_text div.comment-reply-box-tpl .comment-reply-box{
	width: 100%;
}
.forum_details .fd_comment .fdc_lists ul li .fdcl_text div.comment-reply-box-tpl .comment-reply-box input{
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.forum_details .fd_comment .fdc_lists ul li .fdcl_text div.comment-reply-box-tpl  button{
	width: 105px;
	height: 34px;
	background: #E9819A;
	border: 0;
	border-radius: 17px;
	color: #fff;
	font-size: 16px;
	margin-top: 8px;
}

.forum_details .fd_comment .fdc_lists ul li .fdcl_text p {
	color: #999999;
	font-size: 14px;
	line-height: 1;
	margin-top: 13px;
}

.forum_details .fd_comment .fdc_lists ul li .fdcl_text p a {
	float: right;
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
}
.forum_details .fd_comment .fdc_lists ul li .fdcl_text p a img{
	margin-right: 5px;
}

.forum_details .fd_comment .fdc_lists ul li .fdcl_text p span img {
	vertical-align: top;
	margin-right: 7px;
}

.pageing {
	width: 100%;
}

.pageing ul {
	display: flex;
	justify-content: center;
}

.pageing ul li {
	margin: 0 3px;
}

.pageing ul li a {
	display: block;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	color: #999;
}

.pageing ul li.on a {
	background-color: #FF8692;
	color: #fff;
}

.forum_details .fd_form {
	margin-top: 10px;
	background-color: #fff;
	padding: 40px 40px 30px;
	margin-bottom: 20px;
}

.forum_details .fd_form .fdf_tx {
	float: left;
	width: 72px;
	height: 72px;
	border-radius: 50%;
}

.forum_details .fd_form .fdf_box {
	margin-left: 86px;
	background: #F8F8F8;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	overflow: hidden;
}

.forum_details .fd_form .fdf_box .fdfb_text {
	padding: 12px 20px;
}

.forum_details .fd_form .fdf_box .fdfb_text textarea {
	display: block;
	width: 100%;
	height: 60px;
	background: #F8F8F8;
	border: 0;
	font-size: 16px;
}

.forum_details .fd_form .fdf_box .fdfb_text p {
	color: #999999;
	font-size: 16px;
}

.forum_details .fd_form .fdf_box .fdfb_submit {
	background-color: #fff;
	padding: 19px 30px;
	line-height: 30px;
}

.forum_details .fd_form .fdf_box .fdfb_submit img.icon {
	vertical-align: middle;
}

.forum_details .fd_form .fdf_box .fdfb_submit button {
	float: right;
	width: 105px;
	height: 34px;
	background: #E9819A;
	border: 0;
	border-radius: 17px;
	color: #fff;
	font-size: 16px;
}

.loginPage {
	width: 100%;
	height: 695px;
	margin-bottom: 40px;
	background: url(../img/login_bj.jpg) no-repeat center/cover;
	position: relative;
}

.loginPage .lp_box {
	display: block;
	position: absolute;
	z-index: 4;
	top: 50%;
	right: 300px;
	left: auto;
	transform: translateY(-50%);
	margin: 0;
	background: #fff;
	width: 572px;
	border-radius: 16px;
	padding: 0 50px 50px;
	box-sizing: border-box;
	font-size: 16px;
}

.loginPage .lp_box h3 {
	
	font-weight: normal;
	line-height: 80px;
}
.loginPage .lp_box h3 span{
	font-size: 16px;
	color: #666;
	margin-right: 15px;
	cursor: pointer;
}
.loginPage .lp_box h3 span.on{
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.loginPage .lp_box .lp_form {
	width: 100%;
}

.loginPage .lp_box .lp_col {
	margin-bottom: 16px;
	position: relative;
}

.loginPage .lp_box .lp_col input {
	width: 100%;
	height: 52px;
	border-radius: 8px;
	border: 1px solid #F2F2F2;
	padding-left: 20px;
	background: #FBFBFB;
	color: #333;
	box-sizing: border-box;
	font-size: 15px;
}

.loginPage .lp_box .lp_col button {
	float: right;
	color: #af9554;
	border-radius: 8px;
	background: #fff6e3;
	border: 0;
	font-size: 16px;
	width: 30%;
	height: 52px;
	margin-left: 8px;
}

.loginPage .lp_box .lp_col.code input {
	width: 65%;
}

.loginPage .lp_box .lp_link {
	font-size: 16px;
	color: #999;
	margin-bottom: 18px;
}

.loginPage .lp_box .lp_link .fr {
	color: #406599;
}

.loginPage .lp_box .lp_btn button {
	width: 100%;
	height: 50px;
	background: #E9819A;
	color: #fff;
	font-size: 18px;
	border-radius: 8px;
	border: 0;
	line-height: 50px;
	text-align: center;
}


.hospital_hots {
	margin-top: 5vw;
}

.hospital_hots .hh_lists ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 3vw;
}

.hospital_hots .hh_lists ul li:nth-of-type(2n + 0) {
	margin-right: 0;
}

.hospital_hots .hh_lists ul li img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

.hospital_hots .hh_lists ul li div {
	height: 4vw;
	line-height: 4vw;
	font-size: 3.2vw;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 2.6vw 0 4vw;
}

.doctor_inform .di_xx {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	padding: 30px 60px;
}

.doctor_inform .di_xx .doctor-l {
	width: 400px;
	height: 266px;
	background: #eee;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.doctor_inform .di_xx .doctor-l img {
	height: 90%;
}

.doctor_inform .di_xx .doctor-r {
	margin-left: 20px;
}

.doctor_inform .di_xx .doctor-r .name {
	font-size: 24px;
	color: #484848;
}

.doctor_inform .di_xx .doctor-r .ssyy {
	margin-top: 30px;
	font-size: 16px;
	color: #484848;
}

.doctor_inform .di_xx .doctor-r .ssyy a {
	color: #FF8FA6;
}

.doctor_inform .di_zl {
	background: #fff;
	margin-top: 20px;
}

.doctor_inform .di_zl .diz_text {
	padding: 20px 24px;
	color: #484848;
	line-height: 30px;
}
.doctor_inform .di_zl .diz_text ul li{
	margin-bottom: 10px;
}
.doctor_inform .di_zl .diz_text ul li div{
	font-weight: bold;
	font-size: 16px;
}

.doctor_inform .di_tj{
	background: #fff;
	margin-top: 20px;
}

.doctor_inform .di_tj .dit_lists{
	padding: 20px 24px;
}
.doctor_inform .di_tj .dit_lists ul li{
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.doctor_inform .di_tj .dit_lists ul li .dit_img{
	width: 82px;
	text-align: center;
}
.doctor_inform .di_tj .dit_lists ul li .dit_img img{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #ddd;
}
.doctor_inform .di_tj .dit_lists ul li .dit_img a{
	display: inline-block;
	background: #ED688A;
	margin-top: 10px;
	line-height: 28px;
	width: 90%;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
}
.doctor_inform .di_tj .dit_lists ul li .dit_right{
	padding-left: 10px;
}
.doctor_inform .di_tj .dit_lists ul li .dit_right .dit_name{
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 15px;
}
.doctor_inform .di_tj .dit_lists ul li .dit_right .dit_ly{
	color: #FF8FA6;
	margin-top: 10px;
	font-size: 16px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.fatie{
	width: 100%;
	padding: 20px 0;
}
.fatie .container{
	background-color: #fff;
	padding: 20px;
}
.fatie .ft_col{
	height: 50px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.fatie .ft_col label{
	display: flex;
	font-size: 18px;
	width: 10%;
	line-height: 50px;
}
.fatie .ft_col .ftc_inline{
	width: 90%;
}
.fatie .ft_col .ftc_inline>input, .fatie .ft_col .ftc_inline>select{
	width: 100%;
	max-width: 500px;
	height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 0;
	background-color: #F5F5F5;
	font-size: 16px;
}
.fatie .ft_col.ft_ueditor{
	height: auto;
}
.fatie .ft_btn{
	padding-left: 10%;
}
.fatie .ft_btn button{
	width: 150px;
	height: 50px;
	background-color: #E9819A;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	border: 0;
}

.page_number{
	width: 100%;
	margin-top: 20px;
}
.page_number .pagination{
	display: flex;
	justify-content: center;
}
.page_number .pagination li a, .page_number .pagination li span{
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	padding: 0 11px;
	border: 1px solid #ddd;
	cursor: pointer;
	margin: 0 3px;
}
.page_number .pagination li.active span{
	background-color: #F9A8B0;
	color: #fff;
}


.tabBox .tb_box{
	display: none;
}
.tabBox .tb_box.box0{
	display: block;
}

.newImgs{
	width: 100%;
}
.newImgs a,.newImgs div{
	display: block;
	margin-top: 10px;
}
.newImgs img{
	display: block;
	width: 100%;
}

