.back {
	width: 100%;
	height: 266px;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
}

.home_share {
	padding-top: 85px;
	width: 100%;
	display: flex;
	align-items: center;
	height: 50px;
}

.home_share input {
	height: 50px;
	padding: 15px 20px;
	background-color: #fff;
	width: 1282px;
}

.home_share_btn {
	width: 88px;
	height: 50px;
	background: #2861ca;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	cursor: pointer;
}

.home_tab {
	padding: 24px 339px;
	margin-top: 16px;
}

.home_tab_item {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	line-height: 16px;
	position: relative;
}

.home_show_tab::before {
	content: "";
	position: absolute;
	width: 32px;
	height: 3px;
	background: #ffffff;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%, 0);
}

.home_img_box {
	position: relative;
	box-shadow: 0px 7px 15px 0px rgba(68, 106, 153, 0.11);
}

/* 轮播图样式 */
.swiper {
	width: 100%;
	height: 116px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */

	/* Center slide text vertically */
	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;
}

.swiper-slide-item {
	border: 2px solid #ffffff;
	flex-direction: column;
	/* width: 187px;
	height: 116px; */
	background: #ffffff;
	/* box-shadow: 0px 7px 15px 0px rgba(68,106,153,0.11); */
	/* position: relative; */
}

.swiper-show-item {
	border: 2px solid #ff8e00;
}

.swiper-slide-item img {
	/* width: 54px;
	height: 54px; */
	width: 486px;
	height: 326px;
	object-fit: contain;
}
.swiper-slide-text {
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	line-height: 20px;
}

.zuo {
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translate(0, -50%);
	width: 40px;
	height: 40px;
}
.you {
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translate(0, -50%);
	width: 40px;
	height: 40px;
}

/* 轮播图弹窗样式 */
.pop-up {
	padding: 18px 0px 30px 30px;
	/* height: 200px; */
	/* width: 680px; */
	background: #ffffff;
	box-shadow: 0px 7px 15px 0px rgba(68, 106, 153, 0.25);
	position: absolute;
	top: 124px;
	left: 0;
	padding-top: 18px;
	display: flex;
	z-index: 111;
}
.pop-up-top {
	width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
	left: 60px;
}

.pop-up1 {
	/* flex-direction: column; */
	margin-right: 20px;
}
.pop-up2 {
	/* flex-direction: column; */
	margin-right: 20px;
}
.pop-up3 {
	/* flex-direction: column; */
	margin-right: 20px;
}
.pop-up-item {
	width: 206px;
	height: 48px;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	padding: 0 30px;
	margin-top: 12px;
	background: #ffffff;
	color: #999999;
	/* box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.2), inset 0px 0px 8px 0px rgba(13,37,62,0.31); */
}
.pop-up-show {
	background: rgba(40, 97, 202, 0.1);
	color: #2861ca;
}
.pop-up-item img {
	width: 24px;
	height: 24px;
}
.pop-up-text {
	width: 130px;
	height: 16px;
	overflow: hidden;
	/* 三行显示省略号 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.home_list {
	padding: 0 30px;
	background: #ffffff;
	box-shadow: 0px 7px 15px 0px rgba(68, 106, 153, 0.15);
	margin-top: 20px;
}
.home_list_item {
	padding: 30px 0;
}
.home_list_item img {
	width: 304px;
	height: 204px;
}

.home_list_item_r {
	margin-left: 20px;
	flex: 1;
}

.home_list_item_tit {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
}
.home_list_item_text {
	font-size: 18px;
	font-weight: 400;
	color: #777777;
	line-height: 25px;
	margin-top: 30px;
}

.home_list_item_tab {
	font-size: 18px;
	font-weight: 400;
	color: #2861ca;
	line-height: 25px;
	margin-top: 12px;
	position: relative;
}

.home_list_item_span {
	font-size: 18px;
	font-weight: 400;
	color: #777777;
	line-height: 25px;
	margin-top: 30px;
}

.home_pop-up {
	padding: 18px 0px 30px 30px;
	/* height: 200px; */
	/* width: 680px; */
	background: #ffffff;
	box-shadow: 0px 7px 15px 0px rgba(68, 106, 153, 0.25);
	position: absolute;
	top: 36px;
	left: 0;
	padding-top: 18px;
	display: flex;
}
.home_pop-up-top {
	width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
	left: 60px;
	/* box-shadow: 0px 7px 15px 0px rgba(68,106,153,0.25); */
}

.home_pop-up1 {
	/* flex-direction: column; */
	margin-right: 20px;
}
.home_pop-up2 {
	/* flex-direction: column; */
	margin-right: 20px;
}
.home_pop-up3 {
	/* flex-direction: column; */
	margin-right: 20px;
}
.home_pop-up-item {
	width: 206px;
	height: 48px;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	padding: 0 30px;
	margin-top: 12px;
	background: #ffffff;
	color: #999999;
	/* box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.2), inset 0px 0px 8px 0px rgba(13,37,62,0.31); */
}
.home_pop-up-show {
	background: rgba(40, 97, 202, 0.1);
	color: #2861ca;
}
.home_pop-up-item img {
	width: 24px;
	height: 24px;
}
.home_pop-up-text {
	width: 130px;
	height: 16px;
	overflow: hidden;
	/* 三行显示省略号 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

/* 详情部分样式 */
.detail {
	padding: 30px;
	background: #ffffff;
	box-shadow: 0px 7px 15px 0px rgba(68, 106, 153, 0.15);
	position: relative;
}
.detail-content .swiper {
	width: 304px;
	height: 204px;
}
.detail-content .swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content {
	margin-left: 20px;
	flex: 1;
}
.content_tit {
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
}

.content_a {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #2861ca;
	line-height: 22px;
	margin-top: 50px;
}
.content_text {
	font-size: 18px;
	font-weight: 400;
	color: #777777;
	line-height: 25px;
	margin-top: 50px;
}

.detail-p {
	margin-top: 50px;
	font-size: 18px;
	font-weight: 400;
	color: #777777;
	line-height: 30px;
	width: 966px;
}

/* 动态详情发布 */
.crumbs {
	position: relative;
}
.publish {
	position: absolute;
	top: -18px;
	right: 0;
	width: 104px;
	height: 44px;
	background: #2861ca;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	line-height: 22px;
	z-index: 1111111111;
}

.stateDetail {
	padding: 30px;
	background: #ffffff;
	box-shadow: 0px 7px 15px 0px rgba(68, 106, 153, 0.15);
	margin-top: 20px;
}

.stateDetail_top {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(153, 153, 153, 0.14);
}
.stateDetail_top_img {
	width: 486px;
	height: 326px;
}
.stateDetail_top_cen {
	margin-left: 24px;
	flex: 1;
}
.stateDetail_top_cen_tit {
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(153, 153, 153, 0.14);
}

.stateDetail_img {
	margin-top: 29px;
}

.stateDetail_photo img {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	margin-right: 12px;
}
.stateDetail_name div {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 26px;
}
.stateDetail_name p {
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	line-height: 26px;
	margin-top: 6px;
}

.stateDetail_follow {
	width: 104px;
	height: 44px;
	background: #2861ca;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	line-height: 22px;
}

.stateDetail_all {
	margin-top: 139px;
}
.stateDetail_all img {
	width: 24px;
	height: 24px;
	margin-right: 4px;
}
.stateDetail_all div {
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	line-height: 22px;
}
.stateDetail_like {
	margin-left: 60px;
}

.stateDetail_list {
	background: #ffffff;
	box-shadow: 0px 7px 15px 0px rgba(68, 106, 153, 0.15);
	padding: 30px 40px;
	margin-top: 10px;
}

/* .stateDetail_list_img {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(153, 153, 153, 0.14);
} */
.stateDetail_list_img img {
	width: 58px;
	height: 58px;
	border-radius: 50%;
}
.stateDetail_list_name {
	margin-left: 17px;
}
.stateDetail_list_name div {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 26px;
}
.stateDetail_list_name p {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 22px;
	margin-top: 7px;
}
.stateDetail_list_tit {
	margin-top: 19px;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 26px;
}
.stateDetail_list_text {
	margin-top: 30px;
	padding: 30px 20px;
	background: #f9f9f9;
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	line-height: 22px;
}
.stateDetail_list_text span {
	color: #2870f4;
}

.stateDetail_like_mi div {
	color: #2861ca !important;
}

/* 弹窗样式 */
.popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 111;
	display: none;
}
.popup_item {
	width: 520px;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
	padding: 30px;
	background: #ffffff;
	box-shadow: 0px 7px 15px 0px rgba(68, 106, 153, 0.15);
}
.popup_item_tit {
	padding-bottom: 19px;
	border-bottom: 1px solid rgba(153, 153, 153, 0.14);
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	text-align: center;
}

.popup_btn {
	margin-top: 19px;
	padding: 0 220px;
}
.popup_btn_item {
	flex-direction: column;
}
.popup_btn_item img {
	width: 58px;
	height: 58px;
}
.popup_btn_item {
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	line-height: 20px;
}

.popup_input {
	width: 100%;
	height: 44px;
	background: #f9f9f9;
	margin-top: 20px;
	padding: 11px 20px;
}

.popup_textarea {
	width: 100%;
	height: 164px;
	background: #f9f9f9;
	margin-top: 20px;
	position: relative;
}
.popup_textarea textarea {
	width: 100%;
	height: 100%;
	border: none !important;
	padding: 20px;
	background: #f9f9f9;
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	line-height: 22px;
}
.popup_textarea_num {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	line-height: 22px;
}

.popup_up {
	width: 124px;
	height: 124px;
	background: #f6f6f6;
	margin-top: 20px;
}

.popup_botton {
	height: 48px;
	background: #2861ca;
	border-radius: 2px;
	font-size: 16px;
	margin-top: 30px;
	font-weight: 500;
	color: #ffffff;
	line-height: 22px;
}

.icon-qu {
	position: absolute;
	width: 54px;
	height: 54px;
	bottom: -90px;
	left: 50%;
	transform: translate(-50%, 0);
}

.popupShow {
	position: relative;
	opacity: 0;
}

.address {
	margin-top: 21px;
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	line-height: 22px;
}
.address_icon {
	width: 24px;
	height: 24px;
	margin-right: 13px;
}
.address_icon1 {
	/* width: 24px;
  height: 24px; */
	margin-left: 40px;
}

/* 是否保存草稿箱 */
.popup1_item {
	width: 462px;
	/* height: 248px; */
	background: #ffffff;
	padding: 68px 54px;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
}

.popup1_item_tit {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
	text-align: center;
}

.popup1_item_btn {
	margin-top: 50px;
}

.popup1_item_btn_close {
	font-size: 18px;
	font-weight: 400;
	color: #2861ca;
	line-height: 16px;
	width: 172px;
	height: 46px;
	border: 1px solid #2861ca;
}
.popup1_item_btn_ok {
	width: 172px;
	height: 46px;
	background: #2861ca;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 16px;
}

/* 专家问诊样式 */
.expert_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 25px;
}
.expert_list .expert_list_item:nth-child(3n) {
	margin-right: 0px !important;
}
.expert_list_item {
	padding: 20px 30px;
	background: #ffffff;
	box-shadow: 0px 7px 15px 0px rgba(68, 106, 153, 0.15);
	margin-top: 10px;
	width: 450px;
	margin-right: 10px;
}
.expert_list_item_photo {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 26px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(153, 153, 153, 0.14);
}
.expert_list_item_photo img {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	margin-right: 16px;
}

.expert_list_item_text {
	margin-top: 20px;
}
.expert_list_item_tit {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
}
.expert_list_item_tit span {
	color: #777777;
}
.expert_list_item_btn {
	width: 114px;
	height: 40px;
	background: #2861ca;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	line-height: 22px;
	cursor: pointer;
}
.mt16 {
	margin-top: 16px;
}
.mr10 {
	margin-right: 10px;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 111;
	display: none;
}
.popup_item {
	/* width: 520px; */
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
	padding: 30px 60px;
	background: #ffffff;
	box-shadow: 0px 7px 15px 0px rgba(68, 106, 153, 0.15);
}
.popup_item .popup_tiele {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
}
.form-group {
	margin-bottom: 15px;
}
.form-group label {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}
.form-group .required::after {
	content: "*";
	color: #e02020;
}
.form-group input {
	width: 400px;
	height: 40px;
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	margin-top: 10px;
	padding-left: 30px;
}
.form-group textarea {
	width: 400px;
	height: 106px;
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	padding: 10px 0 0 30px;
	margin-top: 10px;
}
.form .formBtn {
	display: flex;
	justify-content: center;
}
.formBtn button {
	width: 172px;
	height: 46px;
	font-size: 18px;
	font-weight: 400;
	border: none;
	cursor: pointer;
}
.formBtn .btnCancel {
	color: #135685;
	border: 1px solid #135685;
}
.formBtn .btnOk {
	color: #ffffff;
	background: #135685;
	margin-left: 10px;
}

.detailImg {
	position: absolute;
	top: 0;
	right: 0;
	width: 483px !important;
	z-index: 1;
	height: 220px !important;
}

/* .detail_detail{
  position: a;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 11;
} */

.popup_close {
	width: 294px;
	height: 48px;
	background: #e1e1e1;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	color: #666666;
	line-height: 22px;
}

.popup_updata {
	width: 294px;
	height: 48px;
	background: #2861ca;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	line-height: 22px;
	margin-left: 19px;
}
.popup_btnI {
	margin-top: 30px;
}

.tab {
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
	margin-top: 10px;
}

.tab_top {
	padding: 0;
	flex-wrap: wrap;
}

.tab_top_item {
	padding: 25px 0;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	line-height: 22px;
	margin-left: 85px;
	position: relative;
}

.tab_flex {
	display: flex;
	/* align-items: center; */
	border-bottom: 1px solid rgba(240, 240, 240, 0.12);
}

.gengduo {
	/* flex: 1; */
	/* padding:25px 80px; */
	/* padding-right: 80px; */
	font-size: 16px;
	padding: 25px 0;
	font-weight: 600;
	color: #ffffff;
	line-height: 22px;
	display: flex;
	align-items: flex-start;
}

.gengduo div {
	width: 120px;
	height: 30px;
	/* text-align: center; */
}

.gengduo img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.tab_flex .tab_top_item:first-child {
	margin-left: 45px;
}
.tab_flex .tab_top_item:nth-of-type(6),
.tab_flex .tab_top_item:nth-of-type(11),
.tab_flex .tab_top_item:nth-of-type(12) {
	margin-left: 45px !important;
}

.tab_top_item img {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.tab_tab {
	padding: 26px 30px;
}

.tab_tab_item {
	/* width: 100px; */
	height: 40px;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	background: rgba(255, 255, 255, 0.11);
	margin-left: 10px;
	color: #ffffff;
	padding: 15px;
}
.tab_tab .tab_tab_item:first-child {
	margin-left: 0;
}

.tab_tab_item_show {
	border: 1px solid #2861ca;
	color: #6a9fff;
	background: rgba(40, 97, 202, 0.3);
}

.jiantou {
	width: 18px !important;
	height: 6px !important;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	display: none;
}

.tab_tab .tab_top_item:first-child .jiantou {
	display: block;
}

.message_text {
	font-size: 18px;
	font-weight: 400;
	color: #2861ca;
	line-height: 25px;
}

.tab_flex_show {
	max-height: 80px;
	overflow: hidden;
}

.stateDetail .swiper {
	width: 486px;
	height: 326px;
	border: 1px solid #eee;
}

.follow_like_you {
	background: #aaaaaa;
}
