#app .banner .swiper-slide {
  width: 100%;
}
#app .banner .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
#app .diseaseList {
	background-color: #f23a1c;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
  /*先去掉默认样式*/
}

.diseaseList .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

#app .diseaseList .swiper-slide .disease-item {
	color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
}

#app .disease-item img {
  width: 100%;
  height: auto;
  display: block;
}


/* 咨询按钮 - 固定尺寸，底部居中，悬浮显示 */
.more {
	position: absolute;
    bottom: 15px;
    text-align: center;
    left: 50%;
    width: 345px;
    transform: translateX(-50%);
    padding: 4px 16px;
    font-size: 20px;
    color: #fff;
    background-color: #e21513;
    border-radius: 0px 0px 10px 10px; 
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    white-space: nowrap;
}

/* 悬浮显示按钮 + 栏目背景变化 */
.disease-item:hover .more {
	opacity: 1;
	visibility: visible;
}

#app .diseaseList .my-prev-button,
#app .diseaseList .my-next-button {
width: 5rem;
height: 4rem;
}
  
#app .diseaseList .swiper-button-prev:after {
  display: none;
}
#app .diseaseList .swiper-button-next:after {
  display: none;
}
#app .diseaseList .my-prev-button {
  background: url(../../images/maiya/zjt.png);
  background-color: none;
  background-size: 100% 100%;
  width: 42px;
  height: 26px;
  margin-top: -13px;
}
#app .diseaseList .my-next-button {
  background: url(../../images/maiya/yjt.png);
  width: 42px;
  height: 26px;
  margin-top: -13px;
  background-size: 100% 100%;
}



#app .datas {
  background:#f0f0f0;
  height: 40rem;
}


#app .ping2-pro { padding-top: 10rem;}


#app .ping2-pro li {
    float: left;
    padding-left: 23rem;
}




#app .ping2-pro li p {
	font-size: 4rem;
    text-align: center;
	color:#b0b0b0;

}

#app .ping2-pro li .sj {
	 color: #e92f18;
	font-size: 20px;
}

#app .ping2-pro li .sj span {
	 font-size: 40px;
}


#app .new .tab {
  /*width: 100%;*/
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  margin-top: 10rem;
}
#app .new .tab li {
  color: #999999;
  font-size: 22px;
  line-height: 1;
  padding: 0 20px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 2px solid #fff;
  transition: border-color 0.6s linear;
}
#app .new .tab li:last-child::after {
  width: 0;
}
#app .new .tab .active {
  border-color: #e92e16;
  font-weight: bold;
  color: #e92e16;
}

.wrapper {
    background-color: #e5e7ec;
    height: 100%;
    padding: 50px;
}
/* 内容容器：弹性布局，左侧2栏目 + 右侧表单 */
.container {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

/* 左侧新闻区域：自动占满剩余宽度 */
.news-wrap {
	flex: 1;
}
/* 2个栏目一排核心 */
.tabitembox {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.tabitem:first-child {
  display: block;
}

.tabitem {
	display: none;
}
/* 文章项：上下结构 */
.article-item {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}
.article-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
/* 图片区 */
.titpic img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}
/* 文字区 */
.article_info {
	flex: 1;
	padding: 24px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.article_info h3 {
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 16px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.article_info h3 a {
	color: #333;
	text-decoration: none;
}
.article_info h3 a:hover {
	color: #d9232e;
}
.jianjie {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.jianjie a {
	color: #666;
	text-decoration: none;
}
.xiangqing {
	text-align: right;
}
.xiangqing a {
	font-size: 18px;
	color: #999;
	text-decoration: none;
}


/* ===================== 右侧预约表单（已对齐） ===================== */
.yygk {
	width: 420px;
	flex-shrink: 0;
	background-color: #e21513;
	border-radius: 12px;
	position: sticky;
	top: 40px;
}
.yygk h2 {
	font-size: 26px;
	padding: 20px 10px 10px;
	color: #fff;
	text-align: center;
}
.yygk p {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 10px 10px;
  color: #fff;
 text-align: center;
}
.yygk .form-div {
	background: #fff;
	border-radius: 0 0 12px 12px;
    padding: 30px 30px 38px 25px;
}
.yygk .form-left .label {
	font-size: 26px;
	margin-bottom: 20px;
	color: #333;
}
.red {
	color: #e21513;
}
.yygk .input {
	width: 92%;
	height: 46px;
	padding: 0 15px;
	font-size: 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	outline: none;
	margin-bottom: 20px;
}
.yygk .input:focus {
	border-color: #e21513;
}

/* ========== 电话区域完美对齐修复 ========== */
.yygk .value {
	display: flex;
	align-items: center;
	gap: 0;
	width: 100%;
}
.yygk .value select {
	height: 46px;
	line-height: 46px;
	padding: 0 12px;
	border: 1px solid #ddd;
	border-right: none;
	border-radius: 8px 0 0 8px;
	font-size: 15px;
	outline: none;
	flex-shrink: 0;
}
.yygk .value .input {
	height: 46px;
	line-height: 46px;
	margin: 0;
	border-radius: 0 8px 8px 0;
	flex: 1;
}

.btn {
	text-align: center;
	margin-top: 20px;
}
.btn button {
	background: none;
	border: none;
	cursor: pointer;
}


.doctors {
	padding: 0 20px;
}
.doctors .doctit {
	margin-bottom: 4rem;
}
.doctors .doctit ul {
	display: flex;
	align-items: flex-end;
	gap: 30px;
}
.doctors .doctit ul li {
	padding: 10px 0;
	border-bottom: 2px solid #e5e7ec;
	transition: border-color 0.3s;
	cursor: pointer;
}
.doctors .doctit ul li a {
	font-size: 22px;
	color: #999;
	text-decoration: none;
}
.doctors .doctit ul li.active {
	border-color: #e92e16;
}
.doctors .doctit ul li.active a {
	color: #e92e16;
	font-weight: bold;
}

/* 内容区域 */
.doctorbox {
	width: 100%;
}
.doclist {
	display: none;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
}
.doclist.active {
	display: flex;
}
.doctor {
	width: 320px;
	margin-bottom: 30px;
	position: relative;
}
.doctor img {
	width: 320px;
	height: 380px;
	object-fit: cover;
	display: block;
	cursor: pointer;
	transition: all 0.3s ease;
}
.mosk {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,0.85);
	/*padding: 10px 0;*/
	text-align: center;
}
.mosk h3 {
	font-size: 20px;
	margin-bottom: 4px;
}
.mosk p {
	font-size: 14px;
	margin-bottom: 6px;
}

/* 悬浮按钮 */
.zxbtn {
	display: none;
	overflow: hidden;
}
.zxbtn a {
	display: block;
	float: left;
	width: 50%;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.zxbtn a:first-child {
	background: #f9a340;
}
.zxbtn a:last-child {
	background: #e92e16;
}
.doctor:hover .zxbtn {
	display: block;
}

/* 更多按钮 居中 */
.more-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.mores {
	background: #e92e16;
	width: 205px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
}
.mores a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}

.doctor img:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

#app .footer {
  background-color: #2f343a;
  padding-top: 25px;
  color: #fff;
}
#app .footer .footerbox {
  display: flex;
  justify-content: space-evenly;
}
#app .footer .footerbox .f_logo {
 
  padding-right: 2rem;
}
#app .footer .footerbox .f_logo p {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  margin-top: 2px;
  letter-spacing: 2px;
}
#app .footer .footerbox .f_logo img {
  /*width: 50rem;*/
  height: auto;
}

#app .footer .footerbox .center {
  display: flex;
    flex-direction: column;
    gap: 1rem;
text-align: center;
}


#app .footer .footerbox .center li:first-child{
	display: flex;
	flex-direction: column;
	gap: .6rem;
	align-items: center;
	margin-bottom: 30px;
}
	
#app .footer .footerbox .center li:first-child .title {
	font-size:24px;
}

#app .footer .footerbox .center li:first-child .sub {
	font-size:14px;
	color:#656c73;
}

#app .footer .footerbox .center li a {
		font-size:14px;
}

#app .footer .hr-divider {
    position: relative;
    padding: 10px 2%;
}
#app .footer .hr-divider .hr {
    height: 1px;
    background-color: #a9a9a9;
}
	

#app .footer .site-info	.copyright
	{
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.6em;
    color: #7b8188;
    text-align: center;

	}
	
#app .footer .site-info	.copyright a {
	 color: #7b8188;
}
	

#app .footer .footerbox .contact {
	    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    color: white;
    gap: 1.5rem;
}





#app .footer .footerbox .contact .info{
    margin-bottom: 20px;
    font-size: 4.3rem;
}

#app .footer .footerbox .contact .info span i {
   background: url(../../images/maiya/telicon.png);
    display: inline-block;
    width: 25px;
    height: 29px;
    font-size: 0;
    line-height: 0;
    margin: -3px 5px 0 0;
    vertical-align: middle;
}



#app .footer .footerbox .contact .info .phone {
	    font-size: 4rem;
    padding-top: 3rem;
}

#app .footer .footerbox .contact .button {
    width: 215px;
    text-align: center;
    font-size: 18px;
    border: 2px solid;
    padding: 7px;
    border-radius: 50px;
    cursor: pointer;
}
#app .footer .footerbox .contact .yy{
    background: #e92e16;
	border: 0;
	margin-top: 15px;
}

#app .footer .footerbox .contact .yy i {
    background: url(../../images/maiya/zixun1.png);
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    margin: -3px 5px 0 0;
    vertical-align: middle;
}




#app .footer .footerbox .center ul {
 /* display: flex;*/
}
#app .footer .footerbox .center ul li {
  margin-right: 20px;
}
#app .footer .footerbox .center ul li:last-child {
  margin-right: 0;
}
#app .footer .footerbox .center ul li a {
  font-size: 18px;
}
#app .footer .footerbox .center .tels {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin: 25px 0;
}
#app .footer .footerbox .center .tels span {
  margin-right: 25px;
}
#app .footer .footerbox .center .tels img {
  width: 18px;
  margin-right: 5px;
}
#app .footer .footerbox .center p {
  margin-bottom: 5px;
}
#app .footer .footerbox .center p span {
  margin-right: 20px;
}
#app .footer .footerbox .right .topnav a {
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
}
#app .footer .footerbox .right .input {
  width: 250px;
  height: 25px;
  border: 1px solid #fff;
  display: flex;
  margin-top: 40px;
  margin-left: 20px;
}
#app .footer .footerbox .right .input input {
  height: 100%;
  width: 200px;
  border: none;
  background: none;
}
#app .footer .footerbox .right .input button {
  height: 100%;
  width: 50px;
  border: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
}


#app .footer-danwei{padding: 5rem 0;background: #fff;height: 55rem;}
#app .footer-danwei .hd{position: relative;margin: 0 0 20px;}
#app .footer-danwei .hd ul{width: 800px;margin: 0 auto;}
#app .footer-danwei .hd li{float: left;width: 200px;height: 45px;padding:0 0 3px;text-align: center;font-size: 18px;line-height: 45px;cursor: pointer;}
#app .footer-danwei .hd .line{position: absolute;top: 40px;bottom:0;left: 350px;content: '';width: 40px;height: 3px;font-size: 0;line-height: 0;background: #f9a340;}
#app .footer-danwei .bd{height: 102px;overflow: hidden;}
#app .footer-danwei .bd ul{font-size: 0;line-height: 0;text-align: center;}
#app .footer-danwei .bd li{display: inline-block;font-size: 0;margin: 0 25px;}
#app .footer-danwei .bd li img{vertical-align: top;}
#app .footer-danwei .bd li p{font-size: 14px;color: #333;line-height: 22px;}
#app .footer-danwei .jgdw li img{width:100px;height: 80px;}
#app .footer-danwei .znhz li{margin: 0 10px;}
#app .footer-danwei .znhz li img{width:147px;height: 54px; padding: 13px 0;}


#app .article {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  min-height: 500px;
}
#app .article .left_nav {
  width: 200px;
  background-color: #00246f;
  padding: 40px 0;
}
#app .article .left_nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  margin-left: 30px;
}
#app .article .left_nav ul li {
  padding: 10px 0;
  border-left: 1px solid #2a50a1;
  color: #fff;
  line-height: 26px;
}
#app .article .left_nav ul li a {
  font-size: 24px;
  font-weight: 200;
  padding-left: 8px;
  letter-spacing: 2px;
  display: block;
  transition: font-weight 0.2s;
}
#app .article .left_nav ul .active a {
  font-weight: 600;
  border-left: 3px solid #fff;
  font-size: 24px;
  margin-left: -2px;
}
#app .article .right_article {
  flex: 1;
  padding: 40px 30px;
  box-sizing: border-box;
  overflow: hidden;
  /* 分页 */
  /* 分页end */
}
#app .article .right_article .page_nav {
  width: 100%;
  display: none;
}
#app .article .right_article .page_nav a {
  color: #000;
}
#app .article .right_article .pagelist {
  margin: 4rem 0;
  text-align: center;
}
#app .article .right_article .pagelist a:hover {
  background: #00246f;
  color: #fff;
  border-color: #00246f;
}
#app .article .right_article .pagelist b:hover {
  background: #00246f;
  color: #fff;
  border-color: #00246f;
}
#app .article .right_article .pagelist a,
#app .article .right_article .pagelist b {
  display: inline-block;
  height: 7rem;
  line-height: 7rem;
  border: 1px #ccc solid;
  border-radius: 0.6rem;
  padding: 0 1.3rem;
  color: #000;
  margin-bottom: 5px;
}
#app .article .right_article .pagelist b {
  background-color: #00246f;
  color: #fff;
}
#app .article .right_article .pagelist a[title] b {
  padding: 0;
  border: none;
  margin: 0;
  background: none;
  color: #000;
}
#app .article .right_article .pagelist a[title]:hover b {
  background: #00246f;
  color: #fff;
}
#app .article .right_article img {
  width: 640px;
  height: auto;
  display: block;
  margin: 20px auto;
  max-width: 80%;
}
#app .article .right_article .article_title {
  box-sizing: border-box;
  height: 39px;
  font-size: 16px;
  color: #00246f;
  border-bottom: 1px solid #12377b;
  display: flex;
  align-items: center;
}
#app .article .right_article .article_title span {
  box-sizing: border-box;
  padding-bottom: 5px;
  margin-bottom: -1px;
  font-size: 24px;
  height: 100%;
  margin-right: 15px;
  border-bottom: 3px solid #12377b;
}
#app .article .right_article .font {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
}
#app .article .right_article .font .font_add {
  width: 20px;
  height: 20px;
  background: url(../../images/maiya/A+.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 20px;
  cursor: pointer;
}
#app .article .right_article .font .font_jian {
  width: 20px;
  height: 20px;
  background: url(../../images/maiya/A-.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
#app .article .right_article .article_content {
  padding: 0 40px 0;
  color: #12377b;
}
#app .article .right_article .zjtd .zjtd_item {
  position: relative;
  margin-bottom: 20px;
}
#app .article .right_article .zjtd .zjtd_item:hover .mask {
  display: block;
}
#app .article .right_article .zjtd .zjtd_item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
#app .article .right_article .zjtd .zjtd_item .mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
#app .article .right_article .zjtd .zjtd_item .mask .btn {
  margin: 0 auto;
  width: 42%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#app .article .right_article .zjtd .zjtd_item .mask .btn p {
  color: #fff;
  text-align: center;
  line-height: 22px;
}
#app .article .right_article .zjtd .zjtd_item .mask .btn a {
  padding: 2px 30px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  background: rgba(0, 36, 111, 0.6);
  margin-top: 10px;
}
#app .article .right_article .article_news .article_news_tit {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #00246f;
  line-height: 1;
  padding: 20px 0;
}
#app .article .right_article .article_news .article_news_other {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 25px 0;
}
#app .article .right_article .article_news .article_news_other span {
  margin: 0 30px;
  color: #a5a5a5;
  font-size: 14px;
}
#app .article .right_article .article_news .article_news_other .font {
  position: absolute;
  right: 0;
  top: 0;
}
#app .article .right_article .article_news .article_news_content {
  color: #333;
  overflow: hidden;
  padding: 10px 0;
}
#app .article .right_article .article_news .article_seo {
    margin-top: 20px;
    font-size: 12px;
}
#app .article .right_article .article_news .article_seo a{
    color: #00246f;
}
#app .article .right_article .article_news .article_news_content .docimg {
  /*margin: 0px 10px 180px!important;*/
  margin-bottom: 180px!important;
}
#app .article .right_article .article_news .article_news_bottom {
  color: #8d8d8d;
  font-size: 12px;
  display: flex;
  margin-top: 30px;
}
#app .article .right_article .article_news .article_news_bottom span {
  width: 50%;
}
#app .article .right_article .article_news .article_news_bottom span a {
  color: #00246f;
  font-weight: bold;
  font-size: 14px;
}
#app .article .right_article .article_news_list .tab {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #00246f;
}
#app .article .right_article .article_news_list .tab li {
  color: #00246f;
  font-size: 22px;
  line-height: 1;
  padding: 0 10px;
  padding-bottom: 10px;
  position: relative;
  transition: border-color 0.6s, font-weight 0.2s;
}
#app .article .right_article .article_news_list .tab li a {
  color: #00246f;
  font-size: 22px;
  line-height: 1;
}
#app .article .right_article .article_news_list .tab .active {
  border-bottom: 3px solid #00246f;
  font-weight: bold;
  margin-bottom: -2px;
}
#app .article .right_article .article_news_list .tabbox .tabitem a {
  display: flex;
  align-items: flex-start;
}
#app .article .right_article .article_news_list .tabbox .tabitem .article-item {
  width: 86%;
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid #00246f;
  margin-top: 30px;
}
#app .article .right_article .article_news_list .tabbox .tabitem .article-item .titpic {
  width: 20rem;
  height: 15rem;
  overflow: hidden;
}
#app .article .right_article .article_news_list .tabbox .tabitem .article-item .titpic img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  transition: all 0.6s;
}
#app .article .right_article .article_news_list .tabbox .tabitem .article-item .titpic img:hover {
  transform: scale(1.1);
}
#app .article .right_article .article_news_list .tabbox .tabitem .article-item .article_info {
  flex: 1;
  margin-left: 20px;
}
#app .article .right_article .article_news_list .tabbox .tabitem .article-item .article_info h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #00246f;
  margin-bottom: 2px;
}
#app .article .right_article .article_news_list .tabbox .tabitem .article-item .article_info p {
  font-size: 12px;
  color: #000;
}
#app .article .right_article .article_news_list .tabbox .tabitem .article-item .article_info .jianjie {
  font-size: 14px;
  line-height: 20px;
}
#app .article .right_article .article_news_list .tabbox .tabitem .article-item:first-child a {
  align-items: center;
}
#app .article .right_article .article_news_list .tabbox .tabitem .article-item:first-child a .titpic {
  width: 40rem;
  height: 20rem;
}
#app .article .right_article .article_zjjs_list {
  flex: 1;
}
#app .article .right_article .article_zjjs_list .article_zjjs_list_tit {
  font-size: 22px;
  color: #00246f;
  box-sizing: border-box;
  padding-left: 15px;
  margin-bottom: 25px;
}
#app .article .right_article .article_zjjs_list .article_zjjs_list_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#app .article .right_article .article_zjjs_list .article_zjjs_list_box::after {
  content: '';
  flex: auto;
}
#app .article .right_article .article_zjjs_list .article_zjjs_list_box .doctor {
  width: 25%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 15px;
  margin-bottom: 40px;
}
#app .article .right_article .article_zjjs_list .article_zjjs_list_box .doctor img {
  width: 100%;
  max-width: 100%;
}
#app .article .right_article .article_zjjs_list .article_zjjs_list_box .doctor .mosk {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#app .article .right_article .article_zjjs_list .article_zjjs_list_box .doctor .mosk h3 {
  font-size: 20px;
}
#app .article .right_article .article_zjjs_list .article_zjjs_list_box .doctor .mosk p {
  margin-top: 5px;
}
#app .article .right_article .article_zjjs_list .article_zjjs_list_box .doctor .mosk .zxbtn {
  width: 100%;
  font-size: 14px;
  color: #fff;
  display: none;
  overflow: hidden;
}
#app .article .right_article .article_zjjs_list .article_zjjs_list_box .doctor .mosk .zxbtn a {
  float: left;
  display: block;
  width: 50%;
  line-height: 25px;
  background-color: #289e96;
}
#app .article .right_article .article_zjjs_list .article_zjjs_list_box .doctor .mosk .zxbtn a:nth-child(1) {
  background-color: #00246f;
}
#app .article .right_article .article_zjjs_list .article_zjjs_list_box .doctor:hover .mosk .zxbtn {
  display: block;
}
#app .article .big p,
#app .article .big span,
#app .article .big div {
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 1000px) {
  #app {
    min-width: 375px;
  }
  #app .bxw {
    width: 100%;
    min-width: 375px;
    max-width: 1200px;
  }
  #app .header_pc_hide {
    display: block;
  }
  #app .header {
    height: 14.4rem;
    padding: 4rem 0;
  }
  #app .header .bxw {
    height: 14.4rem;
  }
  #app .header .logo {
    left: 6px;
  }
  #app .header .logo a {
    width: 60rem;
    height: 12.4rem;
  }
  #app .header .right,
  #app .header .honor {
    display: none;
  }
  #app .header .three_line {
    display: block;
  }
  #app .nav {
    display: none;
  }
  #app .banner {
    padding-top: 0!important;
  }
  
  #app .news {
    height: auto;
    margin-top: 4rem;
  }
  #app .news .newstab {
    padding: 0rem;
    padding-top: 4rem;
  }
  #app .news .newstab .tab li {
    font-size: 18px;
  }
  #app .news .newstab .tabitembox {
    flex-wrap: wrap;
  }
  #app .news .newstab .tabitembox .article-item {
    width: 50%!important;
    margin-bottom: 4rem;
    padding: 0 2rem!important;
  }
  #app .news .newstab .tabitembox .article-item .article_info h3 {
    font-size: 16px!important;
  }
  #app .news .newstab .tabitembox .article-item .article_info h3,
  #app .news .newstab .tabitembox .article-item .article_info p {
    padding: 0 1.5rem !important;
    margin-top: 2px;
  }
  #app .news .newstab .tabitembox .article-item .article_info p {
    line-height: 1.2;
  }
  #app .news .newstab .tabitembox .article-item .article_info .jianjie {
    line-height: 18px;
  }
  #app .news .yygk {
    display: none;
  }
  #app .doctors {
    margin-top: 4rem;
  }
  #app .doctors .doctit {
    padding: 0;
    margin-bottom: 4rem;
  }
  #app .doctors .doctit ul li a {
    line-height: 1;
    font-size: 18px;
  }
  #app .doctors .doctorbox .doclist .doctor {
    width: 46%;
    margin-bottom: 4rem;
  }
  #app .doctors .doctorbox .doclist .doctor .mosk {
    padding: 0!important;
    padding-top: 2rem;
  }
  #app .doctors .doctorbox .doclist .doctor .mosk h3 {
    font-size: 16px;
    padding: 1rem 0;
  }
  #app .doctors .doctorbox .doclist .doctor .mosk p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 12px;
    line-height: 1;
  }
  #app .doctors .doctorbox .doclist .doctor .mosk .zxbtn {
    display: block;
  }
  #app .doctors .doctorbox .doclist .doctor .mosk .zxbtn a {
    line-height: 7rem;
  }
  #app .doctors .doctorbox .r_wenti {
    display: none;
  }
  #app .footer {
    padding: 4rem 0;
  }
  #app .footer .footerbox {
    flex-direction: column;
    align-items: center;
    justify-content: center!important;
  }
  #app .footer .footerbox .f_logo {
    border: none!important;
    padding: 0!important;
  }
  #app .footer .footerbox .f_logo p {
    font-size: 12px;
  }
  #app .footer .footerbox .f_logo img {
    width: 30rem!important;
  }
  #app .footer .footerbox .center {
    padding: 0 4rem;
  }
  #app .footer .footerbox .center ul {
    display: none;
  }
  #app .footer .footerbox .center .tels {
    justify-content: center;
    margin: 2rem 0;
  }
  #app .footer .footerbox .center p:last-child {
    display: none;
  }
  #app .footer .footerbox .right {
    display: none;
  }
  #app .article {
    min-height: 320px;
  }
  #app .article .left_nav {
    display: none;
  }
  #app .article .right_article {
    padding: 4rem 2rem;
  }
  #app .article .right_article .article_title {
    font-size: 12px;
  }
  #app .article .right_article .article_title span {
    font-size: 18px;
    font-weight: bold;
    margin-right: 1.5rem;
  }
  #app .article .right_article .font {
    margin: 2rem 0;
    top: 2rem!important;
  }
  #app .article .right_article .font .font_add {
    margin-right: 2.5rem;
  }
  #app .article .right_article .font .font_add,
  #app .article .right_article .font .font_jian {
    width: 4.6rem;
    height: 4.6rem;
  }
  #app .article .right_article .article_content {
    padding: 0;
  }
  #app .article .right_article .zjtd .zjtd_item {
    margin-bottom: 2rem;
  }
  #app .article .right_article .zjtd .zjtd_item .mask {
    display: block;
    background: rgba(0, 0, 0, 0);
  }
  #app .article .right_article .zjtd .zjtd_item .mask .btn p {
    display: none;
  }
  #app .article .right_article .zjtd .zjtd_item .mask .btn a {
    font-size: 12px;
    background: rgba(0, 36, 111, 0.4);
  }
  #app .article .right_article .article_news .article_news_tit {
    line-height: 1.3;
    font-size: 18px;
    padding: 0;
  }
  #app .article .right_article .article_news .article_news_other {
    padding: 5rem 0 0;
  }
  #app .article .right_article .article_news .article_news_other span {
    margin: 0 2rem;
    font-size: 12px;
  }
  #app .article .right_article .article_news .article_news_other .font {
    margin: 0;
  }
  #app .article .right_article .article_news .article_news_content .docimg {
    width: 39%!important;
    margin: 10px!important;
  }
  #app .article .right_article .article_news .article_news_bottom {
    margin-top: 4rem;
    flex-direction: column;
  }
  #app .article .right_article .article_news .article_news_bottom span {
    width: 100%;
  }
  #app .article .right_article .article_news_list .tab li {
    padding: 0 2rem 2rem;
  }
  #app .article .right_article .article_news_list .tab li a {
    font-size: 18px;
  }
  #app .article .right_article .article_news_list .tabbox .tabitem .article-item {
    width: 100%;
    margin-top: 4rem;
    padding-bottom: 2rem;
  }
  #app .article .right_article .article_news_list .tabbox .tabitem .article-item .titpic {
    width: 19rem;
    height: 14rem;
  }
  #app .article .right_article .article_news_list .tabbox .tabitem .article-item .article_info {
    margin-left: 2rem;
  }
  #app .article .right_article .article_news_list .tabbox .tabitem .article-item .article_info h3 {
    font-size: 14px;
  }
  #app .article .right_article .article_news_list .tabbox .tabitem .article-item .article_info p {
    line-height: 1.3;
  }
  #app .article .right_article .article_news_list .tabbox .tabitem .article-item .article_info .jianjie {
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #app .article .right_article .article_news_list .tabbox .tabitem .article-item:first-child a .titpic {
    width: 35rem;
    height: 23rem;
  }
  #app .article .right_article .article_news_list .tabbox .tabitem .article-item:first-child a .article_info h3 {
    font-size: 16px;
    margin: 2rem 0;
  }
  #app .article .right_article .article_zjjs_list .article_zjjs_list_tit {
    padding-left: 2rem;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  #app .article .right_article .article_zjjs_list .article_zjjs_list_box .doctor {
    width: 49%;
    padding: 0;
    margin-bottom: 4rem;
  }
  #app .article .right_article .article_zjjs_list .article_zjjs_list_box .doctor .mosk {
    font-size: 12px;
    padding: 1rem 0 0;
  }
  #app .article .right_article .article_zjjs_list .article_zjjs_list_box .doctor .mosk h3 {
    font-size: 16px;
  }
  #app .article .right_article .article_zjjs_list .article_zjjs_list_box .doctor .mosk p {
    margin-top: 0;
    line-height: 1.5;
  }
  #app .article .right_article .article_zjjs_list .article_zjjs_list_box .doctor .mosk .zxbtn {
    display: block;
  }
  #app .article .right_article .article_zjjs_list .article_zjjs_list_box .doctor .mosk .zxbtn a {
    line-height: 7rem;
  }
}
