﻿

/* CSS Document */
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
menu,
section,
footer,
header {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

em,
i,
sup,
cite {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: middle;
  outline: none;
  width: 100%;
}

body {
  max-width: 100%;
  background: #ffffff;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
}

.fr,
.fn-right {
  float: right;
}

.fl,
.fn-left {
  float: left;
}

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

.iocn-spot {
  display: inline-block;
  margin: 0 5px;
  width: 1px;
  height: 1px;
  border: 1px solid #909090;
  border-radius: 2px;
  background: #909090;
  position: relative;
  top: -2px;
}

.clearfix {
  *zoom: 1;
}

.iSpot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #999;
  overflow: hidden;
  line-height: 50px;
  position: relative;
  margin: 0 5px;
  top: -3px;
}

/*广告*/
.Advertisement {
  margin-top: 10px;
}

.Advertisement img {
  width: 100%;
}

/*自定义页面logo*/
.about-logo {
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

/*低*/
.app-bottom {
  background: #fff;
  margin-top: 10px;
  padding: 10px 0;
}

.app-bottom .app-bottom-nav {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  padding-bottom: 10px;
}

.app-bottom .app-bottom-nav a {
  font-size: 16px;
  padding: 0 5px;
}

.app-bottom .app-bottom-tel {
  text-align: center;
}

.app-bottom .app-bottom-tel span {
  display: inline-block;
  font-size: 14px;
  color: #999;
  padding-top: 15px;
  border-top: 1px solid #f4f4f4;
}

/*底部悬浮*/
.Float {
  z-index: 999;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  line-height: 50px;
  font-size: 14px;
  border-top: 1px solid #e3e3e3;
  background: #fff;
}

.Float a {
  display: inline-block;
  float: left;
  width: 15%;
  text-align: center;
}

.Float a.seller:before {
  display: block;
  content: "";
  width: 16px;
  height: 20px;
  background: url(https://m.icheruby.com/skin/images/menu_index.png) no-repeat
    center;
  background-position: -87px -114px;
  margin: 0 auto;
  margin-top: 7px;
}

.Float a.shop:before {
  display: block;
  content: "";
  width: 17px;
  height: 20px;
  background: url(https://m.icheruby.com/skin/images/menu_index.png) no-repeat
    center;
  background-position: -61px -114px;
  margin: 0 auto;
  margin-top: 7px;
}

.Float a.Warehouse:before {
  display: block;
  content: "";
  width: 17px;
  height: 20px;
  background: url(https://m.icheruby.com/skin/images/menu_index.png) no-repeat
    center;
  background-position: -36px -114px;
  margin: 0 auto;
  margin-top: 7px;
}

.Float a.seller,
.Float a.shop,
.Float a.Warehouse {
  line-height: normal;
  font-size: 12px;
}

.Float a.join {
  width: 27%;
  background: #ffad46;
  color: #fff;
  font-size: 14px;
}

.Float a.purchase {
  width: 27%;
  background: #f52f2c;
  color: #fff;
  font-size: 14px;
  border-left: 1px solid #e3e3e3;
}

.f-consult {
  position: fixed;
  height: 50px;
  left: 0;
  bottom: -1px;
  z-index: 9999;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.f-consult > a {
  line-height: 50px;
  height: 50px;
  background-color: #fff;
  display: block;
  float: left;
  width: 30%;
  position: relative;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
}

.f-consult > a:first-child {
  background: #fff url("https://m.yxbabe.com/skin/images/phone.png") no-repeat 0.4rem center;
  -webkit-background-size: 20px auto;
  background-size: 30px auto;
  position: relative;
  text-indent: 9999px;
}

.f-consult > a:first-child:after {
  content: "免费电话";
  display: block;
  line-height: 50px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  color: #333;
  font-size: 16px;
  text-indent: 0;
}

.f-consult > a:last-of-type {
  width: 30%;
  border-right-width: 0;
}

.f-consult > a:last-of-type span {
  padding-left: 0.36rem;
  display: inline-block;
  width: 30%;
  height: 50px;
  background: url("https://m.yxbabe.com/skin/images/wx_gw.png") no-repeat center;
  background-size: 30px auto;
  vertical-align: top;
}

.f-consult > a:last-of-type:after {
  display: none;
}

/*顶部右侧弹窗*/
.menuList {
  position: fixed;
  background-color: #f9f9f9;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 70%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 8;
  transition: 0.5s;
  will-change: transform;
  z-index: 99999;
  height: 100%;
  overflow: auto;
}

.menuList.on {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.menuList li {
  position: relative;
}

.menuList li a {
  display: block;
  line-height: 1.8rem;
  height: 1.8rem;
  overflow: hidden;
}

.menuList li > a {
  padding-left: 0.72rem;
  position: relative;
  font-size: 0.64rem;
  line-height: 2.4rem;
  height: 2.4rem;
}

.menuList li.active > a {
  background-color: #f6f6f6;
}

.menuList li.active > a:before {
  display: block;
  content: "";
  width: 0.12rem;
  height: 2.4rem;
  background-color: #008de8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.menuList li:first-child:after {
  display: none;
}

.menuList li:after {
  content: "";
  width: 16.28rem;
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.menuList li:after {
  left: auto;
  right: 0;
}

.menuList li:last-of-type:after {
  display: none;
}

.menuList li .nav-drop > a {
  padding-left: 1.4rem;
  color: #858585;
  font-size: 0.6rem;
}

.menuList .menuList-close {
  overflow: hidden;
  line-height: 100px;
  z-index: 999999;
  content: "";
  width: 27px;
  height: 27px;
  background: url("https://m.yxbabe.com/skin/images/btn_close.png") no-repeat left;
  position: absolute;
  top: 20px;
  right: 20px;
}

.menuList-back {
  z-index: 9999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

/*地区弹窗*/
.topRegion-Modular {
  height: 100%;
  position: absolute;
  top: 0;
  background: #ebebeb;
  padding-top: 50px;
  display: none;
  z-index: 99;
}

.top-bar {
  height: 44px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
}

.top-bar .go-back {
  width: 46px;
  height: 44px;
  float: left;
  position: relative;
  z-index: 10;
}

.top-bar .btn_back {
  display: block;
  width: 32px;
  height: 32px;
  background: url(https://m.yxbabe.com/skin/images/back_home.png) no-repeat center;
  background-size: auto 80%;
  -webkit-background-size: auto 80%;
  margin: 6px;
  border: 0;
}

.top-bar h1 {
  line-height: 44px;
  font-size: 16px;
  color: #ff6900;
  text-align: center;
  width: 100%;
  position: absolute;
}

.switch-city {
  padding: 15px 0;
}

.current-city-box {
  width: 92%;
  height: 92px;
  margin: 0 auto;
  background: #ffb37c url("https://m.yxbabe.com/skin/images/icon_03.png") right no-repeat;
  background-size: 200px 74px;
  padding-left: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
}

.current-city-box .other {
  position: absolute;
  top: 22px;
  right: 20px;
  display: inline-block;
  padding-left: 13px;
  margin-left: 6px;
  background: url("https://m.yxbabe.com/skin/images/icon_04.png") no-repeat left;
  background-size: 9px auto;
  font-size: 12px;
  font-weight: normal;
  color: #ffe9d9;
}

.current-city {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  padding-top: 18px;
}

.position-failed {
  display: inline-block;
  padding-left: 13px;
  margin-left: 6px;
  background: url("https://m.yxbabe.com/skin/images/icon_05.png") no-repeat left;
  background-size: 10px auto;
  font-size: 12px;
  font-weight: normal;
  color: #ffe9d9;
}

.switch-city-info {
  color: #ffe9d9;
  font-size: 12px;
}

.city-list-box {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: 36px;
  border-radius: 4px;
}

.city-list-box .list-title {
  width: 92%;
  margin: 0 auto 6px;
  font-size: 14px;
  color: #666;
}

.city-list {
  width: 95%;
  margin: 0 auto;
}

.city-list .city-items {
  width: 25%;
  box-sizing: border-box;
  padding: 6px 7px;
  float: left;
}

.city-list .city-items-box {
  display: block;
  background: #fff;
  box-shadow: 0 2px 2px #e6e6e6;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #484848;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 6px;
}

.city-list .city-item-active:before {
  display: inline-block;
  margin-right: 2px;
  content: "";
  width: 10px;
  height: 14px;
  background: url("https://m.yxbabe.com/skin/images/icon_06.png") no-repeat left;
  background-size: 10px auto;
}

.city-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
}

.city-mask .dialog {
  width: 80%;
  margin: 40% auto 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px #e3e3e3;
  font-size: 12px;
}

.city-mask .content {
  padding: 20px;
  text-align: left;
  line-height: 24px;
}

.city-mask .i-know {
  display: block;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  line-height: 40px;
  color: #f0a30a;
}

/*各省市样式*/
.article {
  background: #fff;
  padding-bottom: 15px;
}

.article > p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
}

.Modular-region {
  width: 100% !important;
}

.Modular-region .time_line_select {
  text-align: center;
}

.Modular-region .time_line_select a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0px;
  font-size: 17px;
  color: #333;
  position: relative;
}

.Modular-region .time_line_select a.nav {
  background-color: #efefef;
  color: #0ab99d;
}

.Modular-region .time_line_select a.nav:before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: #0ab99d;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.Modular-region .time_line_select a.nav:after {
  content: " ";
  display: block;
  width: 1px;
  border-top: 5px solid #0ab99d;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}

.Modular-region .card_value {
  background: url(../image/card_value.png) center no-repeat !important;
  background-size: 72% !important;
  min-height: 280px !important;
  margin: 5px auto !important;
  margin-top: 20px !important;
  width: 100% !important;
}

.Modular-region .jg_list {
  width: 90%;
  margin: 0 auto;
}

.Modular-region .jg_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.Modular-region .jg_list ul li {
  width: 25%;
  list-style-type: none;
  text-align: left;
  /* float: left; */
  height: 30px;
}

.Modular-region .jg_list ul li a {
  display: block;
  line-height: 30px;
  font-size: 14px;
}

.Modular-region .jg_list ul li a.jg_select {
  color: #0ab99d;
  font-weight: bold;
  font-size: 18px;
  line-height: -10px;
}

.Modular-region .time_line {
  width: 100%;
}

.Modular-region .timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.Modular-region .iss_con {
  margin: 0 auto;
  height: 100%;
}

.Modular-region .iss_con h1 {
  height: 100%;
  color: #717173;
  float: left;
  line-height: 230px;
  width: 20%;
  text-align: right;
  font-size: 30px;
}

.Modular-region .iss_con h1 a {
  margin-top: -50%;
}

.Modular-region .iss_con p {
  margin: 10px 0px;
  font-size: 16px;
  color: #7c7c7e;
  white-space: initial;
}

.Modular-region .iss_con .iss_p {
  padding: 32px 15px 0 30%;
  position: relative;
}

.Modular-region .iss_con .iss_p a {
  position: absolute;
  color: #ff6600;
  font-size: 14px;
}

.Modular-region .iss_con .iss_p a:hover {
  text-decoration: underline;
}

/*医生信息*/
.essential-info {
  padding: 0 20px 20px;
  margin: 10px 0;
  background: #fff;
}

.basic-info {
  overflow: hidden;
  clear: both;
  background: url(../image/basicInfo-bg.png);
  font-size: 12px;
}
.top-fl-two {
  border: 1px solid #e6e6e6;
}
.top-fl-two .title {
  position: relative;
  padding-left: 20px;
}
.top-fl-two .title:before {
  content: " ";
  display: block;
  width: 10px;
  height: 30px;
  background: #0ab99d;
  position: absolute;
  top: -3px;
  left: 0;
}

.basic-info a {
  color: #136ec2;
}

.basic-info a:hover {
  text-decoration: underline;
}

.basic-info .basicInfo-block {
  width: 100%;
}

.basic-info .basicInfo-block .basicInfo-item {
  line-height: 26px;
  display: block;
  padding: 0;
  margin: 0;
  float: left;
}

.basic-info .basicInfo-block .basicInfo-item.name {
  width: 25%;
  padding: 0 5px 0 12px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: #999;
}

.basic-info .basicInfo-block .basicInfo-item.value {
  zoom: 1;
  color: #333;
  width: 65%;
  float: left;
  position: relative;
}

.basic-info .toggle {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 40px;
  color: #999;
  text-align: right;
}

.basic-info .toggle:hover {
  text-decoration: none;
}

.basic-info .toggle .arrow {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 3px;
  left: 0;
}

.basic-info .toggle.toCollapse .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 4px solid #b4b4b4;
}

.basic-info .toggle.toCollapse .arrow.arrow-border {
  top: 11px;
}

.basic-info .toggle.toCollapse .arrow.arrow-bg {
  border-bottom-color: #fff;
  top: 12px;
}

.basic-info .toggle.toExpand .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 4px solid #b4b4b4;
}

.basic-info .toggle.toExpand .arrow.arrow-border {
  top: 12px;
}

.basic-info .toggle.toExpand .arrow.arrow-bg {
  border-top-color: #fff;
  top: 11px;
}

.basic-info .basicInfo-overlap {
  float: none;
  visibility: hidden;
  position: absolute;
  top: -1px;
  left: -80px;
  z-index: 1;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 5px #ddd;
  padding: 0 4px 0 2px;
  background: #fff;
  overflow: hidden;
}

.basic-info .basicInfo-overlap .basicInfo-block.overlap {
  width: 322px;
  float: none;
  overflow: hidden;
  background: #fff url(https://m.yxbabe.com/skin/images/basicInfo-bg.png);
}

.basic-info .basicInfo-overlap .basicInfo-block.overlap .name {
  padding-left: 2px;
}

/*文章内容*/
.Article-content-Preface {
  width: 100%;
  background: url(https://m.yxbabe.com/skin/images/QA-icon_1.png) no-repeat left top #f4fdfd;
  border: 2px dashed #61c3d4;
}

.Article-content-Preface .Preface1 {
  font-size: 14px;
  margin: 10px 10px;
  border-bottom: 1px dashed #ccc;
  padding: 0 5px 10px 5px;
  color: #f50;
  font-weight: 400;
}

.Article-content-Preface .Preface2 {
  margin: 10px 10px;
  padding: 0 5px 0 5px;
  text-indent: 1.5em;
  position: relative;
  color: #999;
  font-size: 12px;
}

.Article-content-Preface .Preface2:before {
  content: " ";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../image/QA-icon.png)
    no-repeat;
  position: absolute;
  top: 5px;
  left: 5px;
  background-position: -47px -39px;
}

.Article-content-Preface .Preface3 {
  font-size: 12px;
  color: #aaa;
  margin: 0 20px 25px;
  padding: 0 15px 0 25px;
}

.Article-content-Preface .Preface3 .fr a {
  color: #36c;
}

.Article-content {
  line-height: 24px;
  padding: 20px 20px 0;
}

.Article-Tips {
  line-height: 24px;
  padding: 5px 10px !important;
  margin: 15px 0 25px;
  background: #ebf7f5;
  border: 1px solid #18b89c;
  border-left: 3px solid #0ab99d;
}

.Article-Tips div {
  font-weight: bold;
  color: #0ab99d;
}

.Article-Tips p {
  font-size: 14px;
}

/*文字斜体*/
.Modular-cite {
  color: #798e99;
}

.Modular-cite sup {
  color: rgb(121, 142, 153);
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  font-style: normal;
  font-family: 宋体;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(121, 142, 153);
  border-image: initial;
  border-radius: 3px;
  margin: 0px 8px;
  padding: 0px 2px 0px 3px;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

.Modular-text-cite-wp {
  color: #9eacb6;
  font-size: 12px;
  padding-left: 20px;
  /*border-left: 5px solid #18B89C;*/
  word-wrap: break-word;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.Modular-text-cite-wp .cite-ul .cite-index-i {
  font-style: normal;
  margin-right: 14px;
}

.Modular-text-cite-wp .cite-ul .cite-text {
  color: #9eacb6;
  text-decoration: none;
}

.Modular-text-cite-wp .cite-ul .cite-text:hover {
  text-decoration: underline;
}

/*医院名录*/
.Modular-HospitalDirectories {
  width: 100%;
}

.Modular-HospitalDirectories .title {
  background: #f6faff !important;
  padding: 0 !important;
}

.Modular-HospitalDirectories .title span {
  color: #999;
  font-weight: bold;
  font-size: 12px;
}

.Modular-HospitalDirectories span {
  display: inline-block;
  float: left;
  font-size: 12px;
  font-family: "微软雅黑";
}

.Modular-HospitalDirectories ul {
  padding-top: 10px;
}

.Modular-HospitalDirectories li {
  line-height: 30px;
  border-bottom: 1px dashed #ccc;
}

.Modular-HospitalDirectories .English {
  width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Modular-HospitalDirectories .Chinese {
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Modular-HospitalDirectories .Abbreviation {
  width: 25%;
  color: #999;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*试管婴儿流程*/
.Modular-testTubeBabyProcess {
  width: 100%;
  margin: 10px auto;
}

.Modular-testTubeBabyProcess .title {
  text-align: center;
  line-height: 27px;
  padding: 0 !important;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-top: 2px solid #a2a6a9;
  border-bottom: 1px solid #a2a6a9;
  background: #edf2f5;
}

.Modular-testTubeBabyProcess .ivf_step {
  background: #f8f8f8;
}

.Modular-testTubeBabyProcess .ivf_step .contentList .tit {
  line-height: 104px;
  width: 22%;
  float: left;
  text-align: center;
}

.Modular-testTubeBabyProcess .ivf_step .contentList .list {
  line-height: 35px;
  border-bottom: 1px solid #a2a6a9;
  width: 74%;
  padding-left: 4%;
  float: left;
  background: #fff;
}

.Modular-testTubeBabyProcess .ivf_step .contentList .list a {
  font-size: 14px;
  color: #417290;
  padding-right: 0.3%;
  display: inline-block;
}

.Modular-testTubeBabyProcess .ivf_step .contentList .list a em {
  padding-right: 5px;
}

.Modular-testTubeBabyProcess .ivf_step .contentList.contentList-mb {
  border-bottom: 1px solid #a2a6a9;
}

.Modular-testTubeBabyProcess .ivf_step .contentList.contentList-mb .tit {
  line-height: 180px;
}

.Modular-testTubeBabyProcess .ivf_step .contentList.contentList-mb .list {
  border: 0;
  width: 74%;
  padding-left: 4%;
}

.Modular-testTubeBabyProcess .ivf_step .contentList.contentList-mb .list a {
  line-height: 60px;
  padding-right: 30px;
  font-size: 14px;
  float: left;
}

.Modular-testTubeBabyProcess .ivf_step .contentList.contentList-mb .list span {
  font-size: 12px;
  display: inline-block;
  width: 85px;
  float: left;
  height: 50px;
  padding: 5px 0;
}

.Modular-testTubeBabyProcess
  .ivf_step
  .contentList.contentList-mb
  .list
  span
  a {
  float: inherit;
  font-size: 12px;
  color: #343436;
  line-height: 25px;
  padding: 0;
  position: relative;
}

.Modular-testTubeBabyProcess
  .ivf_step
  .contentList.contentList-mb
  .list
  span
  a:before {
  content: " ";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #ccc;
  position: absolute;
  top: 10px;
  left: -9px;
}

/*药品信息栏*/
.Modular-Information {
  overflow: hidden;
  margin: 10px auto;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  font-size: 12px;
  padding: 0 !important;
}

.Modular-Information dl.dinfor {
  height: 30px;
  line-height: 30px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

.Modular-Information dl.dinfor dt,
.Modular-Information dl.dinfor dd {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: -1px;
  border-left: 1px solid #e5e5e5;
}

.Modular-Information dl.dinfor dt a,
.Modular-Information dl.dinfor dd a {
  color: #005ea7;
}

.Modular-Information dl.dinfor dt a:hover,
.Modular-Information dl.dinfor dd a:hover {
  text-decoration: underline;
}

.Modular-Information dl.dinfor dt {
  width: 19%;
  text-align: center;
  background: #f2f2f2;
}

.Modular-Information dl.dinfor dd.short {
  text-indent: 5px;
  width: 30%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.Modular-Information dl.dinfor dd.short1 {
  text-indent: 5px;
  width: 80%;
}

.Modular-Information dl.dinfor dd.long {
  text-indent: 5px;
}

/*医院收费项目*/
.shoufei {
  width: auto;
  height: auto;
  /*overflow: hidden;*/
  margin: 20px 0;
  border-top: #ddd 1px solid;
  border-left: #ddd 1px solid;
}

.shoufei table {
  width: 100%;
}

.shoufei table tr td {
  height: 30px;
  line-height: 1.5;
  text-align: left;
  padding: 5px 10px;
  width: auto;
  font-size: 12px;
  color: #888;
  vertical-align: middle;
}

.shoufei table tr td {
  border: #ddd 1px solid;
  border-left: none;
  border-top: none;
}

.shoufei table .title_top {
  font: 18px;
  text-align: center;
  color: #333;
  text-align: center;
  vertical-align: middle;
  border-bottom: #f29c9f 1px solid;
  padding: 5px 10px;
}

.shoufei table .title_one td {
  font-size: 14px;
  color: #333;
  background: #fce3e6;
  border: #f29c9f 1px solid;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
}

.shoufei table .title_two td {
  font-size: 13px;
  color: #333;
  background: #fff;
  text-align: left;
  vertical-align: middle;
  padding: 5px 10px;
}

.shoufei table .border_ {
  border-left: none;
}

/*营养成分*/
.nutrition {
  margin-top: 20px;
  border-collapse: collapse;
}

.nutrition thead td {
  background: #ecf8e3;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.nutrition td {
  border: 1px solid #dddddd;
  padding: 10px 15px;
  font-size: 12px;
  vertical-align: middle;
}

.elements table {
  width: 100%;
  font-size: 14px;
}

.elements td,
.elements th {
  border: 1px solid #f3f3f3;
  line-height: 35px;
  text-align: center;
  width: 25%;
  padding: 0;
}

.elements th {
  background: #f6f6f6;
  font-weight: 400;
}

.gray-font {
  color: #909090;
}

/*推荐问答*/
.new-Modular {
  padding: 12px;
  border-radius: 10px;
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
}

.new-Modular .new-Modular-backdrop {
  background: url(../image/iask_bg.jpg);
  background-repeat: no-repeat;
  -webkit-filter: blur(20px);
  filter: blur(15px);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 500px;
}

.new-Modular .new-Modular-Q {
  color: #1a1a1a;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.new-Modular .new-Modular-Q:before {
  content: " ";
  height: 20px;
  width: 20px;
  background: url(../image/iask_icon.png) no-repeat;
  background-position: -143px -8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}

.new-Modular .new-Modular-A {
  color: #fff;
  margin-top: 10px;
  position: relative;
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  position: relative;
}

.new-Modular .new-Modular-A:before {
  content: " ";
  height: 20px;
  width: 20px;
  background: url(../image/iask_icon.png) no-repeat;
  background-position: -169px -8px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

.new-Modular .new-Modular-A.new-Modular-D:before {
  content: " ";
  height: 20px;
  width: 20px;
  background: url(../image/iask_icon.png) no-repeat;
  background-position: -117px -8px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

.new-Modular .new-Modular-user {
  color: #fff;
  margin-top: 10px;
  line-height: 33px;
  font-size: 12px;
  position: relative;
}

.new-Modular .new-Modular-user span {
  float: right;
}

.new-Modular .new-Modular-user span:before {
  content: " ";
  height: 16px;
  width: 16px;
  background: url(../image/iask_icon.png) no-repeat;
  background-position: -196px -10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.new-Modular .new-Modular-user:before {
  content: " ";
  height: 33px;
  width: 113px;
  background: url(../image/iask_icon.png) no-repeat;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
}

/*文字内容样式*/
.Modular-Article-style {
  border-left: 6px solid #ddd;
  padding: 5px 0 5px 10px;
  margin: 15px 0 15px;
  font-size: 14px;
  color: rgb(153, 153, 153) !important;
}

.health_ex_morelist {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-top: 25px;
}

.health_ex_morelist a {
  display: block;
  width: 25%;
  float: left;
  border-top: 1px solid #dddddd;
}

.health_ex_morelist a var {
  display: block;
  border-right: 1px solid #ddd;
  padding-top: 16px;
  height: 75px;
  background-color: #fff;
  font-style: normal;
}

.health_ex_morelist a i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.health_ex_morelist a span {
  display: block;
  color: #666;
  font-size: 12px;
  line-height: 12px;
  padding-top: 9px;
  text-align: center;
}

/*内容模板-药品导航栏*/
.baikeListOne .baikeListOne-title {
  background: #edf2f5;
  border-bottom: 1px solid #bcc5cc;
  border-top: 2px solid #9aa5ad;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}

.baikeListOne .baikeListOne-list:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
}

.baikeListOne .baikeListOne-list {
  background: #fff;
}

.baikeListOne .baikeListOne-list li {
  position: relative;
  float: left;
  width: 25%;
  height: 25px;
  line-height: 25px;
  color: #5b5f65;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  font-size: 12px;
}

.baikeListOne .baikeListOne-list li:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 11px;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #5b5f65;
}

.baikeListOne .baikeListOne-list li a {
  color: #136ec2;
  text-decoration: none;
  font-size: 12px;
  display: block;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.baikeListOne .baikeListOne-list li a:hover {
  text-decoration: underline;
}

.baikeListOne .baikeListOne-list li .time {
  font-size: 12px;
  display: none;
}

.baikeListOne .baikeListOne-list li .split {
  padding: 0 5px;
  font-size: 14px;
  display: none;
}

/*内容模板-病症导航栏*/
.baikeListTwo .baikeListTwo-title {
  background: #edf2f5;
  border-bottom: 1px solid #bcc5cc;
  border-top: 2px solid #9aa5ad;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}

.baikeListTwo .baikeListTwo-list {
  position: relative;
  border-bottom: 1px solid #dedfe1;
  background: #fff;
}

.baikeListTwo .baikeListTwo-list .listTit {
  position: absolute;
  top: 0;
  left: 0;
  background: #fafbfc;
  text-align: center;
  width: 75px;
  font-size: 14px;
  height: 100%;
  color: #333;
  font-weight: 700;
}

.baikeListTwo .baikeListTwo-list .listTit span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 43%;
}

.baikeListTwo .baikeListTwo-list ul:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
}

.baikeListTwo .baikeListTwo-list ul {
  margin-left: 75px;
}

.baikeListTwo .baikeListTwo-list ul li {
  position: relative;
  float: left;
  width: 25%;
  height: 33.3px;
  line-height: 33.3px;
  color: #5b5f65;
  font-size: 12px;
  padding-left: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.baikeListTwo .baikeListTwo-list ul li:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #5b5f65;
}

.baikeListTwo .baikeListTwo-list ul li a {
  color: #5b5f65;
  text-decoration: none;
  font-size: 12px;
  display: block;
  /*padding-left: 15px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.baikeListTwo .baikeListTwo-list ul li a:hover {
  text-decoration: underline;
}

.baikeListTwo .baikeListTwo-list ul li .time {
  font-size: 12px;
  display: none;
}

.baikeListTwo .baikeListTwo-list ul li .split {
  padding: 0 5px;
  font-size: 14px;
  display: none;
}

.CountryDoctor .CountryDoctor-title {
  background: #edf2f5;
  border-bottom: 1px solid #bcc5cc;
  border-top: 2px solid #9aa5ad;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}

.CountryDoctor .CountryDoctor-list {
  position: relative;
  border-bottom: 1px solid #dedfe1;
  background: #fff;
}

.CountryDoctor .CountryDoctor-list .listTit {
  position: absolute;
  top: 0;
  left: 0;
  background: #fafbfc;
  text-align: center;
  width: 100px;
  font-size: 14px;
  height: 100%;
  color: #333;
  font-weight: 700;
}

.CountryDoctor .CountryDoctor-list .listTit span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 43%;
}

.CountryDoctor .CountryDoctor-list ul:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
}

.CountryDoctor .CountryDoctor-list ul {
  margin-left: 100px;
}

.CountryDoctor .CountryDoctor-list ul li {
  position: relative;
  float: left;
  width: 50%;
  height: 33.3px;
  line-height: 33.3px;
  color: #5b5f65;
  font-size: 12px;
  padding-left: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*.CountryDoctor .CountryDoctor-list ul li:after {*/
/*    content: " ";*/
/*    clear: both;*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    left: 5px;*/
/*    width: 3px;*/
/*    height: 3px;*/
/*    border-radius: 3px;*/
/*    background: #5B5F65;*/
/*}*/

.CountryDoctor .CountryDoctor-list ul li a {
  color: #5b5f65;
  text-decoration: none;
  font-size: 12px;
  /*display: block;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}

.CountryDoctor .CountryDoctor-list ul li a:hover {
  text-decoration: underline;
}

.CountryDoctor .CountryDoctor-list ul li .time {
  font-size: 12px;
  display: none;
}

.CountryDoctor .baikeListTwo-list ul li .split {
  padding: 0 5px;
  font-size: 14px;
  display: none;
}

/*胎梦解析模板样式*/
.y-row {
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  font-size: 12px;
}

.func-table {
  margin: 21px 0;
}

.func-title {
  width: 10px;
  text-align: center;
  background: #f5f5f5;
  color: #999;
  padding: 10px;
  vertical-align: middle;
}

.func-bd {
  padding: 0 6px;
  text-align: left;
}

.func-module {
  color: #666;
  line-height: 28px;
}

.func-module h3 {
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}

.func-module b {
  font-weight: bold;
}

/*胎梦大全*/
.role-table-main {
  border-bottom: 2px solid #bcc5cc;
  font-size: 12px;
}

.role-table-main table {
  width: 100%;
  border-color: #dedfe1;
}

.role-table-main a {
  color: #136ec2;
  text-decoration: none;
}

.role-table-main a:hover {
  text-decoration: underline;
}

.role-table-main table th {
  background-color: #f9f9f9;
  text-align: center;
  vertical-align: middle;
}

.role-table-main table td {
  text-align: left;
}

.role-unit {
  margin: 0;
  border-top: 2px solid #dedfe1;
}

.embed-role-tb {
  width: 100%;
  margin-top: 2px;
}

.role-split {
  padding: 0 0 0 5px;
  color: #999;
  font-size: 12px;
  line-height: 14px;
}

.tb-entries td {
  text-align: left;
  display: inline-block;
  width: 33% !important;
}

.titbg {
  height: 25px;
  background: url(../image/tot.png) no-repeat;
  overflow: hidden;
  font-weight: 600;
  line-height: 25px;
  font-size: 16px;
  color: #eb553a;
  text-indent: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*检查报告*/
.modular-inspectionReport {
}

.modular-inspectionReport .modular-title {
  font-size: 14px;
  line-height: 30px;
  color: #aaa;
}

.modular-inspectionReport .modular-title span {
  font-size: 14px;
  font-weight: bold;
  color: #484848;
  display: inline-block;
  margin-right: 20px;
  border-bottom: 1px solid #54cbc4;
}

.modular-inspectionReport .modular-title-bor {
  border-bottom: 1px solid #54cbc4;
}

.modular-inspectionReport .modular-img {
  padding-top: 15px;
  text-align: center;
}

.modular-inspectionReport .modular-img img {
  width: 42%;
  display: inline-block;
  margin: 0 10px;
}

.modular-inspectionReport .modular-list {
  padding-top: 10px;
}

.modular-inspectionReport .modular-list a {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 1px 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-block;
}

.modular-inspectionReport .modular-int {
  text-indent: 2em;
  line-height: 30px;
  padding: 10px 0;
  font-size: 14px;
}

.modular-inspectionReport .modular-int a {
  display: inline-block;
  color: #54cbc4;
  float: right;
  margin-right: 8px;
}

.modular-inspectionReport .modular-artList {
  padding-top: 10px;
}

.modular-inspectionReport .modular-artList li {
  position: relative;
  line-height: 24px;
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modular-inspectionReport .modular-artList li a {
  font-size: 14px;
}

.modular-inspectionReport .modular-artList li:after {
  content: " ";
  clear: both;
  display: block;
  width: 11px;
  height: 11px;
  background: #54cbc4;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 11px;
}

/*保健品目录*/
.modular-healthProducts .modular-title {
  background: #f8f8f8;
  line-height: 24px;
  font-size: 12px;
  color: #000;
  border-top: 2px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0 10px;
}

.modular-healthProducts .modular-title span {
  display: block;
  float: left;
  font-weight: bold;
  width: 25%;
}

.modular-healthProducts .modular-list {
  background: #fff;
  line-height: 24px;
  font-size: 12px;
  color: #000;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 10px;
}

.modular-healthProducts .modular-list span {
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 25%;
}

/*检查项目参数表*/
.modular-projectTable {
  font-size: 12px;
}

.modular-projectTable .tbody {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  table-layout: fixed;
}

.modular-projectTable .tbody tr {
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.modular-projectTable .tbody td {
  width: 30%;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modular-projectTable .tbody td.title {
  font-size: 12px;
  width: 19%;
  background: #cccccc;
  text-align: center;
  padding: 0 5px;
}

.modular-projectTable .tbody td a {
  color: #005ea7;
}

.modular-projectTable .modular-Recommend {
  position: relative;
  margin-top: 10px;
}

.modular-projectTable .modular-Recommend .title {
  background: url(../image/modularIcon.png) no-repeat 10px 1px;
  padding: 0 0 0 35px;
  height: 20px;
  line-height: 20px;
  color: #666;
  font-size: 12px;
}

.modular-projectTable .modular-Recommend .list {
  margin-left: 35px;
}

.modular-projectTable .modular-Recommend .list a {
  width: 48%;
  color: #0000cc;
  text-decoration: underline;
  margin: 0 2% 5px 0;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.modular-projectTable .modular-Recommend .list:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
}

/*检查项目大全*/

.modular-projectEnc {
  border-top: 2px solid #acacac;
  background: #fff;
}

.modular-projectEnc .modular-projectEnc-tit {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background: #fafafa;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
}

.modular-projectEnc .modular-projectEnc-list {
  border-bottom: 2px solid #e6e6e6;
  line-height: 30px;
  margin-bottom: 2px;
  background: #fff;
}

.modular-projectEnc .modular-projectEnc-list a {
  color: #000;
  font-size: 12px;
  display: block;
  float: left;
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
}

.modular-projectEnc .modular-projectEnc-list a i {
  content: " ";
  clear: both;
  display: block;
  width: 2px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 5px;
  top: 14px;
  border-radius: 2px;
}

/*姐妹帮-讨论群*/
.new_hp_wxgroup {
  padding: 0 20px;
  background: #fff;
  margin-bottom: 15px;
  overflow: hidden;
  margin-top: 15px;
}

.forhelp_doctor_title {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  position: relative;
}

.forhelp_doctor_title:before {
  content: " ";
  width: 2px;
  height: 18px;
  background: #111111;
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
}

.new_hp_wxgroup ul {
  padding-top: 0;
}

.new_hp_wxgroup ul li {
  width: 40%;
  border-radius: 4px;
  float: left;
  margin-right: 4%;
  margin-bottom: 4%;
  padding: 4%;
}

.new_hp_wxgroup ul li:nth-child(2n) {
  margin-right: 0 !important;
}

.new_hp_wxgroup ul li h2 {
  font-size: 16px;
  color: #3e3e3e;
  line-height: 22px;
  font-weight: normal;
  height: 44px;
}

.new_hp_wxgroup ul li span {
  font-size: 12px;
  color: #9e9e9e;
  line-height: 17px;
  padding-top: 3px;
}

.new_hp_wxgroup ul li p {
  color: #fff;
  border-radius: 65px;
  margin-top: 6px;
  line-height: 22px;
  width: 68px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}

.new_hp_wxgroup ul li:first-child {
  background: #ddedff
    url("../image/ico_hp_bj_01.png") no-repeat;
}

.new_hp_wxgroup ul li:first-child p {
  background: #76b1f5;
}

.new_hp_wxgroup ul li:nth-child(2) {
  background: #ffecdf
    url("../image/ico_hp_bj_02.png") no-repeat;
}

.new_hp_wxgroup ul li:nth-child(2) p {
  background: #ffb17b;
}

.new_hp_wxgroup ul li:nth-child(3) {
  background: #fff4d1
    url("../image/ico_hp_bj_03.png") no-repeat;
}

.new_hp_wxgroup ul li:nth-child(3) p {
  background: #f9d256;
}

.new_hp_wxgroup ul li:last-child {
  background: #ffebef
    url("../image/ico_hp_bj_04.png") no-repeat;
}

.new_hp_wxgroup ul li:last-child p {
  background: #fd7896;
}

/*姐妹帮-申请加群*/
.hp_institute_detail_alertA {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  left: 0;
  display: none;
}

.hp_institute_detail_alertA .hp_alert_content {
  width: 330px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border: none;
  z-index: 9999;
  margin: -198px 0 0 -165px;
}

.hp_institute_detail_alertA .hp_alert_content_menu {
  width: 100%;
  overflow: hidden;
}

.hp_institute_detail_alertA .hp_alert_content_title {
  width: 100%;
  font-size: 22px;
  color: #3e3e3e;
  line-height: 30px;
  text-align: center;
  padding: 20px;
}

.hp_institute_detail_alertA .hp_alert_content_code {
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 15px;
}

.hp_institute_detail_alertA .hp_alert_content_code img {
  width: 100%;
  height: 100%;
}

.hp_institute_detail_alertA .hp_alert_content span {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #7e7e7e;
  text-align: center;
  width: 100%;
}

.hp_institute_detail_alertA .alert_group_btns {
  width: 320px;
  overflow: hidden;
  margin: 15px auto;
}

.hp_institute_detail_alertA .wechat_btn {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #62c3d4;
  border-radius: 100px;
  font-size: 18px;
  color: #fff !important;
  text-align: center;
  border: none;
  cursor: pointer;
}

.hp_institute_detail_alertA .down_btn_code {
  color: #f68 !important;
  background: #ffebef !important;
  -webkit-touch-callout: default;
}

.hp_institute_detail_alertA .hp_alert_content .close_hp_alert {
  width: 40px;
  height: 40px;
  overflow: hidden;
  float: right;
  cursor: pointer;
}

.hp_institute_detail_alertA .hp_alert_content .close_hp_alert img {
  width: 100%;
  height: 100%;
}

.hp_institute_detail_alertA .hp_alert_content_photo {
  width: 100%;
  overflow: hidden;
  display: none;
  position: relative;
}

.hp_institute_detail_alertA .hp_alert_content_photo img {
  overflow: hidden;
  margin: 0 auto;
}

.hp_institute_detail_alertA .hp_alert_content_photo p {
  width: 100px;
  height: 50px;
  overflow: hidden;
  background: pink;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

/*滑动-内容页*/
.new-artModular {
  padding: 15px;
  background: #fff;
  overflow: hidden;
  margin-top: 15px;
}

.new-artModular .new-artModular-title {
  font-size: 18px;
}

.new-artModular .new-artModular-list {
  overflow: hidden;
  padding: 15px 0;
  font-size: 14px;
}

.new-artModular .new-artModular-list li img {
  width: 100%;
  height: 100%;
}

.new-artModular .new-artModular-list li p {
  padding-top: 5px;
}

.new-artModular .new-artModular-info {
  font-size: 14px;
  line-height: 30px;
}

.new-artModular .new-artModular-info span {
  padding: 0 10px;
  line-height: 28px;
  float: right;
  display: inline-block;
  color: #06f;
  border: 1px solid #06f;
  border-radius: 3px;
}

/*对话列表*/
.dialogue {
  padding: 20px 0;
}

.dialogue .Head-portrait {
  width: 15%;
  float: right;
  font-size: 12px;
  text-align: center;
  margin-left: 10px;
  display: inline;
}

.dialogue .Head-portrait:before {
  margin: 0 auto;
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../image/baike_icon.png) no-repeat;
  background-position: -58px -223px;
  border-radius: 50px;
}

.dialogue .dialogue-content {
  width: 80%;
  padding: 10px;
  background: #fafafa;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  float: right;
}

.dialogue .dialogue-content a {
  border-bottom: 1px #f60 dashed;
}

.dialogue .dialogue-content a:hover {
  color: #f77766;
}

.dialogue .dialogue-content img {
  padding: 10px 0;
  border: none;
  outline: none;
  margin: 0;
  vertical-align: middle;
}

.dialogue.dialogue-fl .Head-portrait {
  float: left;
  margin-right: 10px;
  display: inline;
  position: relative;
}

.dialogue.dialogue-fl .Head-portrait:before {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../image/baike_icon.png) no-repeat;
  background-position: -4px -223px;
  border-radius: 50px;
}

/*.dialogue.dialogue-fl .Head-portrait:after {*/
/*    content: " ";*/
/*    display: none;*/
/*    width: 100px;*/
/*    height: 20px;*/
/*    background: url(../image/baike_icon.png) no-repeat;*/
/*    position: absolute;*/
/*    left: 60px;*/
/*    bottom: 75px;*/
/*}*/

.dialogue.dialogue-fl .Head-portrait.adviser1:after {
  background-position: -123px -213px;
  display: block;
}

.dialogue.dialogue-fl .Head-portrait.adviser2:after {
  background-position: -232px -213px;
  display: block;
}

.dialogue.dialogue-fl .Head-portrait.adviser3:after {
  background-position: -341px -213px;
  display: block;
}

.dialogue.dialogue-fl .Head-portrait.adviser4:after {
  background-position: -123px -234px;
  display: block;
}

.dialogue.dialogue-fl .Head-portrait.adviser5:after {
  background-position: -232px -234px;
  display: block;
}

.dialogue.dialogue-fl .Head-portrait.adviser6:after {
  background-position: -341px -234px;
  display: block;
}

.dialogue.dialogue-fl .Head-portrait.adviser7:after {
  background-position: -123px -255px;
  display: block;
}

.dialogue.dialogue-fl .Head-portrait.adviser8:after {
  background-position: -232px -255px;
  display: block;
}

.dialogue.dialogue-fl .Head-portrait.adviser9:after {
  background-position: -341px -255px;
  display: block;
}

.dialogue.dialogue-fl .dialogue-content {
  background: #f6faff;
  border: 2px solid #f1f7fe;
  float: left;
}

.dialogue.dialogue-fl .dialogue-content img {
  max-width: 100%;
}

/*顶部-加群*/
.new-artBest {
  overflow: hidden;
  height: 64px;
  width: 100%;
}

.new-artBest ul li {
  background: url(https://m.icheruby.com/skin/images/ico_jaiqun_bj.png)
    no-repeat;
  background-size: 100%;
  background-position: 0;
  position: relative;
  width: 100%;
  height: 100%;
  height: 64px;
}

.new-artBest ul li p {
  display: block;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}

.new-artBest ul li p.new-artBest-title {
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
}

.new-artBest ul li p.new-artBest-num {
  color: #000;
  position: absolute;
  bottom: 1px;
  left: 6.85rem;
  line-height: 1.2rem;
  font-size: 0.48rem;
  padding: 0;
}

/*高龄-生育力体系*/
.artModular {
  width: 100%;
  padding-top: 168px;
}

.artModular .artModular-list {
  background: #fff;
  border-radius: 10px;
  margin: 0 15px;
  padding: 10px 5px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(17, 30, 54, 0.08);
  box-shadow: 0 4px 10px 0 rgba(17, 30, 54, 0.08);
}

.artModular .artModular-list .heat-tab {
  display: table;
  width: 100%;
}

.artModular .artModular-list .heat-tab .row {
  display: table-row;
}

.artModular .artModular-list .heat-tab .row .cell {
  display: table-cell;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #d8d7da;
  border-top: 1px solid #d8d7da;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}

.artModular .artModular-list .heat-tab .row .cell a {
  color: #666;
  text-decoration: none;
  height: 40px;
  display: block;
  overflow: hidden;
}

.artModular .artModular-list .heat-tab .row .cell:nth-child(4n) {
  border-right: 0;
}

.artModular .artModular-list .heat-tab .row .cell.hover {
  font-weight: 700;
  background: #f60;
  color: #fff;
}

.artModular .artModular-list .heat-tab .row:first-child .cell {
  border-top: 0;
}

.artModular .artModular-list .artModular-list-more {
  text-align: center;
  line-height: 50px;
  font-size: 14px;
}

.artModular .artModular-list .artModular-list-more::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #4c4c4c;
  border-left: 2px solid #4c4c4c;
  display: inline-block;
  margin: 4px 0 0 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: -3px;
  margin-left: 10px;
}

.artModular .artModular-list .full {
  height: 240px;
  overflow: hidden;
}

.artModular .artModular-tags {
  margin: 15px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.artModular .artModular-tags a {
  background: #eaf0f9;
  display: block;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #213d8a;
  text-decoration: none;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
}

.artModular .artModular-tags a i {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ff4400;
  color: #fff;
  border-radius: 4px 4px 4px 0;
  font-size: 12px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 14px;
  font-style: normal;
}

.artModular .artModular-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.artModular .artModular-btn a {
  height: 46px;
  border-radius: 23px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ff6200),
    to(#ff7800)
  );
  background: -webkit-linear-gradient(bottom, #ff6200 0, #ff7800 100%);
  background: linear-gradient(0deg, #ff6200 0, #ff7800 100%);
  color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(255, 140, 19, 0.34);
  box-shadow: 0 2px 6px 0 rgba(255, 140, 19, 0.34);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.artModular .artModular-btn a + a {
  margin-left: 15px;
}

.artModular .artModular-btn a i {
  margin-right: 6px;
  height: 18px;
}

.artModular .artModular-btn a span {
  display: block;
  white-space: nowrap;
}

.artModular .artModular-btn a span.num {
  font-size: 11px;
}

.artModular .artModular-btn a .fenxiang {
  width: 21px;
  height: 19px;
  background: url(../image/fenxiang.jpg)
    no-repeat;
  overflow: hidden;
  line-height: 100px;
}

.artModular .artModular-btn a .rss-icon {
  width: 22px;
  height: 22px;
  background: url(../image/dingyue.png)
    no-repeat center center;
  overflow: hidden;
  line-height: 100px;
}

.artModular .artModular-btn a span:nth-child(2) {
  font-size: 12px;
}

.artModular .artModular-btn .share {
  border: 1px solid #f60;
  background: #fff;
  color: #ff7800;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 27px);
}

.artModular .artModular-btn .good {
  width: calc(50% + 14px);
}

.artModular .overlay {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.artModular .overlay.transparent {
  background-color: transparent;
}

.artModular .pop-share-card {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.artModular .pop-share-card img {
  display: block;
  width: 100%;
  height: auto;
}

.artModular .pop-share-card .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 8px;
  top: 8px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
}

.artModular .pop-share-card .close:before {
  content: "";
  background-position: -18px -201px;
  width: 10px;
  height: 10px;
}

.artModular .pop-share-card .save-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 35px;
  margin: 0;
}

.comment-agree-icon {
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(../image/comment_agree.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.2rem;
}

.active .comment-agree-icon {
  background-image: url("../image/comment_agree_active.png");
  background-color: #0ab99d;
}

.like-num-container {
  display: flex;
  align-items: center;
}

.mobile-share {
  position: fixed;
  z-index: 1001;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fade-in;
  animation-duration: 0.5s;
  -webkit-animation: fade-in 0.5s;
  display: none;
}

.share-other {
  background-image: url("../image/share_other.png");
  background-position: center bottom 10px;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: 80%;
}

iframe {
  max-width: 100%;
}

/*视频详情介绍 时间段样式*/
.video-time {
  display: flex;
  margin: 10px 0;
}

.video-time-timer {
  width: 60px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-time-timer div {
  line-height: 1;
}

.video-time-timer div:nth-child(1):after {
  content: "";
  width: 35px;
  border-radius: 3px;
  display: block;
  border: 2px solid #18b89c;
  margin: 4px 0;
}

.video-time-content {
  width: calc(100% - 60px);
  min-height: 50px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  background-color: rgb(222, 222, 222);
  color: #000;
  padding: 6px 0px 6px 9px;
  margin-right: 10px;
  border-radius: 0.25555rem;
}

/*提问  回答 图标样式*/

.tiwenIcon:before {
  content: "";
  display: inline-block;
  background-image: url(../image/q_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  line-height: 25px;
  margin-right: 5px;
  margin-bottom: -5px;
}

.huidaIcon:before {
  content: "";
  display: inline-block;
  background-image: url(../image/a_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  line-height: 25px;
  margin-right: 5px;
  margin-bottom: -5px;
}

/* 交流群 */
.groupChat {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  display: none;
  z-index: 1000;
}

.groupChat .groupChat-body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.groupChat .groupChat-body .groupChat-box {
  width: 8rem;
  height: 15.57333rem;
  border-radius: 0.32rem;
  position: relative;
  background: url("../image/bg.png") #ffaec3
    no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.groupChat .groupChat-body .groupChat-box .groupChat-logo {
  width: 8rem;
  height: 3.73333rem;
  border-radius: 0.32rem 0.32rem 0 0;
  overflow: hidden;
}

.groupChat .groupChat-body .groupChat-box img {
  width: 100%;
}

.groupChat .groupChat-body .groupChat-box .groups {
  width: 6.93333rem;
  height: 8.13333rem;
  background: #ffffff;
  border-radius: 0.32rem;
  position: relative;
  top: -0.45333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.groupChat .groupChat-body .groupChat-box .groups .groups-logo {
  width: 5.86667rem;
  height: 0.93333rem;
  margin-top: 0.53333rem;
}

.groupChat .groupChat-body .groupChat-box .groups .groups-lists {
  width: 5.86667rem;
  height: 3.52rem;
  margin-top: 0.53333rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.groupChat
  .groupChat-body
  .groupChat-box
  .groups
  .groups-lists
  .groups-lists-child {
  width: 100%;
  height: 0.96rem;
  display: flex;
  align-items: center;
}

.groupChat .groupChat-body .groupChat-box .groups .groups-lists .image {
  width: 0.96rem;
  height: 0.96rem;
}

.groupChat .groupChat-body .groupChat-box .groups .groups-lists .groups-name {
  width: 4.48rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.37333rem;
  font-weight: 400;
  color: #3f383a;
  margin-left: 0.42667rem;
}

.groupChat .groupChat-body .groupChat-box .groups .yesterday-share {
  width: 5.86667rem;
  height: 1.17333rem;
  background: rgba(255, 174, 195, 0.1);
  border-radius: 0.21333rem;
  margin-top: 0.64rem;
  display: flex;
  align-items: center;
}

.groupChat .groupChat-body .groupChat-box .groups .yesterday-share-logo {
  /* position: relative; */
  width: 2.4rem;
  height: 0.37333rem;
  margin-left: 0.56rem;
  display: flex;
}

.groupChat .groupChat-body .groupChat-box .groups .shareCount {
  width: 1.81333rem;
  height: 0.90667rem;
  background: rgba(255, 174, 195, 0.5);
  border-radius: 0.16rem;
  font-size: 0.45333rem;
  font-weight: 700;
  color: #dd3661;
  text-align: center;
  margin-left: 0.56rem;
  line-height: 0.90667rem;
}

.groupChat .groupChat-body .groupChat-box .directJoin {
  width: 6.93333rem;
  height: 3.09333rem;
  background: #ffffff;
  border-radius: 0.21333rem;
  position: relative;
  top: -0.18667rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.groupChat .groupChat-body .groupChat-box .directJoin .wxGroup {
  width: 5.86667rem;
  height: 0.8rem;
  background: #f7f7f7;
  border-radius: 0.21333rem;
  font-size: 0.37333rem;
  font-weight: 400;
  color: #717171;
  text-align: center;
  line-height: 0.8rem;
  margin-top: 0.42667rem;
}

.groupChat .groupChat-body .groupChat-box .directJoin .clickCopy {
  width: 5.86667rem;
  height: 1.17333rem;
  background: #f96a8f;
  box-shadow: 0 0.16rem 0.32rem 0 rgba(249, 106, 143, 0.4);
  border-radius: 0.21333rem;
  font-size: 0.42667rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.17333rem;
  margin-top: 0.26667rem;
  text-align: center;
}

.groupChat .groupChat-body .groupChat-box .directJoin .vertical-left {
  width: 0.26667rem;
  height: 0.88rem;
  background: #ffdbe4;
  border-radius: 0.13333rem;
  position: absolute;
  top: -0.61333rem;
  left: 0.26667rem;
}

.groupChat .groupChat-body .groupChat-box .directJoin .vertical-right {
  width: 0.26667rem;
  height: 0.88rem;
  background: #ffdbe4;
  border-radius: 0.13333rem;
  position: absolute;
  top: -0.61333rem;
  right: 0.26667rem;
}

.groupChat .groupChat-body .groupChat-box .closeBtn {
  width: 0.85333rem;
  height: 0.85333rem;
  position: absolute;
  top: 0.26667rem;
  right: 0.32rem;
  cursor: pointer;
}

.groupChat .groupChat-body .groupChat-box .toast {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.98667rem;
  height: 1.6rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.42667rem;
  font-size: 0.42667rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.6rem;
  margin-left: -1.49333rem;
  margin-top: -0.8rem;
  display: none;
}

/* 交流群 end*/

/* 在线生育顾问 */
.reproduction {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  display: none;
  z-index: 1000;
}

.reproduction .reproduction-body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.reproduction .reproduction-body .close {
  background: url("../image/close.png") no-repeat
    center;
  width: 1.17333rem;
  height: 1.17333rem;
  background-size: cover;
  margin-bottom: 1.06667rem;
  cursor: pointer;
  position: absolute;
  top: -1.97333rem;
  left: 0;
}

.reproduction .reproduction-body .reproduction-box {
  width: 8rem;
  height: 11.2rem;
  background: linear-gradient(270deg, #bce5ff 0%, #87d0ff 100%);
  border-radius: 0.42667rem;
  position: relative;
}

.reproduction .reproduction-body .reproduction-box .reproduction-white {
  width: 8rem;
  height: 7.52rem;
  background: #ffffff;
  border-radius: 0.42667rem;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reproduction
  .reproduction-body
  .reproduction-box
  .reproduction-white
  .reproduction-white-title {
  width: 8rem;
  height: 0.53333rem;
  font-size: 0.37333rem;
  font-weight: 700;
  color: #717171;
  line-height: 0.53333rem;
  margin-top: 0.90667rem;
  text-align: center;
}

.reproduction
  .reproduction-body
  .reproduction-box
  .reproduction-white
  .wecode-box {
  width: 6.4rem;
  height: 1.6rem;
  background: #f8f8f8;
  border-radius: 0.42667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.42667rem;
  font-size: 0.64rem;
  font-weight: 700;
  color: #717171;
}

.reproduction
  .reproduction-body
  .reproduction-box
  .reproduction-white
  .clickCopy-box {
  width: 6.4rem;
  height: 1.6rem;
  background: #87d0ff;
  box-shadow: 0 0.16rem 0.32rem 0 rgba(135, 208, 255, 0.5);
  border-radius: 0.42667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.85333rem;
  font-size: 0.48rem;
  font-weight: 700;
  color: #14425f;
  line-height: 0.66667rem;
}

.reproduction .reproduction-body .reproduction-box .decorate {
  width: 3.73333rem;
  height: 2.98667rem;
  border-radius: 0.42667rem;
  overflow: hidden;
}

.reproduction .reproduction-body .reproduction-box .illustration {
  width: 100%;
  height: 5.73333rem;
  position: absolute;
  top: -1.06667rem;
}

.reproduction .reproduction-body .reproduction-box img {
  width: 100%;
}

.reproduction .reproduction-body .reproduction-box .toast {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.98667rem;
  height: 1.6rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.42667rem;
  font-size: 0.42667rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.6rem;
  margin-left: -1.49333rem;
  display: none;
}

/* 在线生育顾问 end*/

/*  header 改 */
.global-page-header .hearderlogo {
  background: url("../image/logo.png") center / cover no-repeat;
  width: 1.94rem;
  height: 0.58rem;
  display: block;
  margin-right: 0.51rem;
}

.global-page-header .container {
  display: flex;
  align-items: center;
  padding: 0 0.43rem;
}

.global-page-header {
  width: 100%;
  height: 1.17333rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.17333rem;
  background: #ffffff;
  text-align: center;
  position: relative;
  color: #333;
  font-size: 0.48rem;
  border-bottom: 0.03rem solid #fafafa;
}

.global-page-header .container {
  width: 100%;
  height: 1.17333rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.global-page-header .container .iconfont {
  font-size: 0.53333rem;
}

.global-page-header .container .hearder_right {
  display: flex;
  align-items: center;
}

.global-page-header .container .hearder_right .search_btn {
  width: 0.85rem;
  height: 0.85rem;
  background: url("../image/search.png") center / cover
    no-repeat;
  box-shadow: 0rem 0rem 0.13rem rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  background-size: auto 0.4rem;
}

.global-page-header .container .hearder_right .other_btn {
  width: 0.85rem;
  height: 0.85rem;
  background: url("../image/other.png") center / cover no-repeat;
  box-shadow: 0rem 0rem 0.13rem rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  background-size: auto 0.4rem;
  margin-left: 0.64rem;
}

/*  header 改 end */

/* zxnr-qz 改 */
.zxnr-qz {
  padding: 0.27rem 0;
  background: #eee;
}

.zxnr-qz .zxnr-qz-box {
  background: #fff;
  padding: 0.53rem 0.43rem;
}

.zxnr-qz .addGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.64rem;
}

.zxnr-qz .addGroup .addGroup_swiper {
  width: 6.93rem;
  height: 0.85rem;
  background: #f5f5f5;
  border-radius: 0.43rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zxnr-qz .addGroup .addGroup_swiper .addGroup_swiper_icon {
  width: 0.91rem;
  height: 0.53rem;
  background: url("../image/wx.png") no-repeat left / contain;
  margin-left: 0.27rem;
  border-right: 0.03rem solid #e6e6e6;
}

.zxnr-qz .addGroup .addGroup_swiper .swiper_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.37rem;
  line-height: 0.59rem;
  color: #999999;
  width: 5.21rem;
  margin-left: 0.27rem;
}

.zxnr-qz .addGroup .addGroup_swiper .swiper-container {
  height: 0.51rem;
  width: 4rem;
}

.zxnr-qz .addGroup .addGroup_swiper .swiper-slide {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.zxnr-qz .addGroup .addGroup_btn {
  width: 1.95rem;
  height: 0.85rem;
  background: #2aac8b;
  border-radius: 0.43rem;
  border: none;
  font-size: 0.32rem;
  line-height: 0.85rem;
  color: #ffffff;
}

.zxnr-qz .grouplist .grouplist_item {
  height: 0.51rem;
  padding-left: 0.48rem;
  position: relative;
  font-size: 0.37rem;
  line-height: 0.51rem;
  color: #333333;
  margin-bottom: 0.43rem;
}

.zxnr-qz .grouplist .grouplist_item:last-child {
  margin-bottom: 0;
}

.zxnr-qz .grouplist .grouplist_item::before {
  content: "";
  width: 0.27rem;
  height: 0.37rem;
  background: url("../image/fire.png") no-repeat center / cover;
  position: absolute;
  left: 0;
  top: 0.04rem;
}

.zxnr-qz-iframe {
  width: 100%;
  height: 7.62rem;
  margin: 0.39rem 0 0 0;
}

/* zxnr-qz 改 end*/

/* 文章 问答 视频 百科 切换 */
.four_tabs {
  width: 100%;
  background: linear-gradient(180deg, #2aac8b 0%, rgba(42, 172, 139, 0) 100%);
  margin: 0.27rem 0;
  padding: 0.53rem 0.43rem;
  padding-bottom: 0.85rem;
}

.four_tabs .tabs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.27rem;
}

.four_tabs .tabs_list .tabs_list_item {
  height: 0.94rem;
  font-size: 0.48rem;
  line-height: 0.64rem;
  color: #ffffff;
}

.four_tabs .tabs_list .tabs_active {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.64rem;
  position: relative;
}

.four_tabs .tabs_list .tabs_active::after {
  content: "";
  width: 100%;
  height: 0.11rem;
  background: #ffffff;
  opacity: 1;
  border-radius: 0.05rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.four_tabs .tabs_content_box {
  /*width: 9.15rem;*/
  background: #ffffff;
  box-shadow: 0rem 0.08rem 0.16rem rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 0.21rem;
  overflow: hidden;
}

.four_tabs .tabs_content_box .tabs_content:nth-child(n + 2) {
  display: none;
}

.four_tabs .tabs_content_box .tabs_content ul a:nth-child(n + 11) {
  display: none;
}

/* 文章 */
.four_tabs .tabs_content_box .tabs_content_artcile ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.34667rem 0.32rem;
  border-bottom: 1px solid #eee;
}

.four_tabs .tabs_content_box .tabs_content_artcile ul li .zgwz-img {
  width: 2.85rem;
  height: 2.13rem;
  border-radius: 10%;
}

.four_tabs .tabs_content_box .tabs_content_artcile ul li .zgwz-img img {
  width: 100%;
  height: 100%;
  border-radius: 10%;
}

.four_tabs .tabs_content_box .tabs_content_artcile ul li .zgwz-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  position: relative;
  margin-right: 0.53rem;
}

.four_tabs
  .tabs_content_box
  .tabs_content_artcile
  ul
  li
  .zgwz-text
  .zgwz-text-top {
  font-size: 0.4rem;
  height: 1.2rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.four_tabs .tabs_content_box .tabs_content_artcile ul li .zgwz-text .zgwz-foot {
  font-size: 0.32rem;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #999;
}

.four_tabs
  .tabs_content_box
  .tabs_content_artcile
  ul
  li
  .zgwz-text
  .zgwz-foot
  i {
  font-size: 0.32rem;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.four_tabs .tabs_content_box .tabs_content_artcile ul li:last-child {
  border-bottom: none;
}

/*问答*/
.four_tabs .tabs_content_box .tabs_content_wenda ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.34667rem 0.32rem;
  border-bottom: 1px solid #eee;
}

.four_tabs .tabs_content_box .tabs_content_wenda ul li .zgwz-img {
  width: 2.85rem;
  height: 2.13rem;
  border-radius: 10%;
}

.four_tabs .tabs_content_box .tabs_content_wenda ul li .zgwz-img img {
  width: 100%;
  height: 100%;
  border-radius: 10%;
}

.four_tabs .tabs_content_box .tabs_content_wenda ul li .zgwz-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  position: relative;
  margin-right: 0.53rem;
}

.four_tabs
  .tabs_content_box
  .tabs_content_wenda
  ul
  li
  .zgwz-text
  .zgwz-text-top {
  font-size: 0.4rem;
  height: 1.2rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.four_tabs .tabs_content_box .tabs_content_wenda ul li .zgwz-text .zgwz-foot {
  font-size: 0.32rem;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #999;
}

.four_tabs .tabs_content_box .tabs_content_wenda ul li .zgwz-text .zgwz-foot i {
  font-size: 0.32rem;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.four_tabs .tabs_content_box .tabs_content_wenda ul li:last-child {
  border-bottom: none;
}

/* 视频 */
.four_tabs .tabs_content_box .tabs_content_video ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.34667rem 0.32rem;
  border-bottom: 1px solid #eee;
}

.four_tabs .tabs_content_box .tabs_content_video ul li .zgwz-img {
  width: 2.85rem;
  height: 2.13rem;
  position: relative;
  border-radius: 10%;
}

.four_tabs .tabs_content_box .tabs_content_video ul li .zgwz-img .video_length {
  position: absolute;
  bottom: 0.16rem;
  right: 0.16rem;
  height: 0.48rem;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0.11rem;
  font-size: 0.29rem;
  line-height: 0.48rem;
  color: #ffffff;
  padding: 0 0.16rem;
}

.four_tabs
  .tabs_content_box
  .tabs_content_video
  ul
  li
  .zgwz-img
  .video_length
  span {
  position: relative;
  padding-left: 0.27rem;
}

.four_tabs
  .tabs_content_box
  .tabs_content_video
  ul
  li
  .zgwz-img
  .video_length
  span::before {
  content: "";
  width: 0.16rem;
  height: 0.21rem;
  background: url("../image/play_icon.png") no-repeat center / cover;
  position: absolute;
  left: 0;
  top: 0.09rem;
}

.four_tabs .tabs_content_box .tabs_content_video ul li .zgwz-img img {
  width: 100%;
  height: 100%;
  border-radius: 10%;
}

.four_tabs .tabs_content_box .tabs_content_video ul li .zgwz-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  position: relative;
  margin-left: 0.43rem;
}

.four_tabs
  .tabs_content_box
  .tabs_content_video
  ul
  li
  .zgwz-text
  .zgwz-text-top {
  font-size: 0.4rem;
  height: 1.2rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.four_tabs .tabs_content_box .tabs_content_video ul li .zgwz-text .zgwz-foot {
  font-size: 0.32rem;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #999;
}

.four_tabs .tabs_content_box .tabs_content_video ul li .zgwz-text .zgwz-foot i {
  font-size: 0.32rem;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.four_tabs .tabs_content_box .tabs_content_video ul li:last-child {
  border-bottom: none;
}

/* 百科 */
.four_tabs .tabs_content_box .tabs_content_wiki ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.34667rem 0.32rem;
  border-bottom: 1px solid #eee;
}

.four_tabs .tabs_content_box .tabs_content_wiki ul li .zgwz-img {
  width: 2.85rem;
  height: 2.13rem;
  border-radius: 10%;
}

.four_tabs .tabs_content_box .tabs_content_wiki ul li .zgwz-img img {
  width: 100%;
  height: 100%;
  border-radius: 10%;
}

.four_tabs .tabs_content_box .tabs_content_wiki ul li .zgwz-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  position: relative;
  margin-left: 0.43rem;
}

.four_tabs
  .tabs_content_box
  .tabs_content_wiki
  ul
  li
  .zgwz-text
  .zgwz-text-top {
  font-size: 0.4rem;
  height: 0.56rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  margin-bottom: 0.21rem;
}

.four_tabs
  .tabs_content_box
  .tabs_content_wiki
  ul
  li
  .zgwz-text
  .zgwz-text-content {
  height: 0.51rem;
  font-size: 0.37rem;
  line-height: 0.51rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.four_tabs .tabs_content_box .tabs_content_wiki ul li .zgwz-text .zgwz-foot {
  font-size: 0.32rem;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #999;
}

.four_tabs .tabs_content_box .tabs_content_wiki ul li .zgwz-text .zgwz-foot i {
  font-size: 0.32rem;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.four_tabs .tabs_content_box .tabs_content_wiki ul li:last-child {
  border-bottom: none;
}

.four_tabs .open_all {
  width: 100%;
  font-size: 0.37rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 1.07rem;
  color: #2aac8b;
  text-align: center;
  padding: 0.32rem 0;
}

.four_tabs .open_all span {
  position: relative;
}

.four_tabs .open_all span::after {
  content: "";
  width: 0.27rem;
  height: 0.21rem;
  background: url("../image/open_all.png") no-repeat center / cover;
  position: absolute;
  right: -0.48rem;
  top: 0.16rem;
}

/* 医院 城市 话题 热搜 切换 */
.bottom_tabs {
  width: 100%;
  margin: 0.27rem 0;
  padding: 0.53rem 0;
  padding-bottom: 0;
  background-color: #fff;
  margin-bottom: 0;
}

.bottom_tabs .tabs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  border-bottom: 0.03rem solid #f5f5f5;
}

.bottom_tabs .tabs_list .tabs_list_item {
  height: 0.94rem;
  font-size: 0.48rem;
  line-height: 0.64rem;
  color: #333333;
}

.bottom_tabs .tabs_list .tabs_active {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.64rem;
  position: relative;
  color: #2aac8b;
}

.bottom_tabs .tabs_list .tabs_active::after {
  content: "";
  width: 100%;
  height: 0.11rem;
  background: #2aac8b;
  opacity: 1;
  border-radius: 0.05rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bottom_tabs .tabs_content_box {
  padding: 0.64rem 0.43rem;
  padding-top: 0.34rem;
}

.bottom_tabs .tabs_content_box .tabs_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom_tabs .tabs_content_box .tabs_content .content_list {
  width: 2.03rem;
  height: 0.85rem;
  background: #ffffff;
  border: 0.03rem solid #e6e6e6;
  border-radius: 0.16rem;
  line-height: 0.85rem;
  text-align: center;
  padding: 0 0.22rem 0 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  margin-right: 0.34rem;
  margin-top: 0.35rem;
  font-size: 0.37rem;
  line-height: 0.85rem;
  color: #333333;
}

.bottom_tabs .tabs_content_box .tabs_content .content_list:nth-child(4n) {
  margin-right: 0;
}

.bottom_tabs .tabs_content_box .tabs_content .content_list:nth-child(n + 17) {
  display: none;
}

.bottom_tabs .tabs_content_box .tabs_content_t {
  position: relative;
}

.bottom_tabs .tabs_content_box .tabs_content_t:nth-child(n + 2) {
  display: none;
}

.bottom_tabs .tabs_content_box .open_all {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.67rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    #ffffff 100%
  );
  font-size: 0.37rem;
  line-height: 4.67rem;
  color: #2aac8b;
  text-align: center;
}

.bottom_tabs .tabs_content_box .open_all span {
  position: relative;
}

.bottom_tabs .tabs_content_box .open_all span::after {
  content: "";
  width: 0.27rem;
  height: 0.21rem;
  background: url("../image/open_all.png") no-repeat center / cover;
  position: absolute;
  right: -0.48rem;
  top: 0.16rem;
}

/* 侧滑二维码 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1009;
  width: 100vw;
  height: 100vh;
  background: url("../image/popupbg.png") center / cover no-repeat;
  transition: transform 0.3s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.overlay_popup {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.overlay_top {
  height: 1.06667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.overlay_back {
  position: absolute;
  width: 1.06667rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overlay_backicon {
  font-size: 0.7rem;
  color: #333;
  transform: rotate(180deg);
}

.overlay_title {
  width: 100%;
  font-size: 0.48rem;
  font-weight: 700;
  color: #333;
  padding: 0 1.33333rem;
  text-align: center;
}

.overlay_center {
}

.overlay_content {
  width: 7.33333rem;
  background: #fff;
  border-radius: 0.42667rem;
  padding: 0.61333rem 0.42667rem;
}

.overlay_name {
  font-size: 0.6rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 0.8rem;
}

.overlay_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0.26667rem;
  margin-bottom: 0.53333rem;
}

.overlay_groupNo {
  font-size: 0.37333rem;
  font-weight: 400;
  color: #999;
}

.groupNo_copy {
  margin-left: 0.26667rem;
  font-size: 0.32rem;
  font-weight: 400;
  line-height: 0.32rem;
  color: #0ab99d;
  background: transparent;
  border: none;
  outline: none;
}

.overlay_group_code {
  width: 5.89333rem;
  height: 5.89333rem;
  margin: 0 auto;
  background: url("../image/groupcode.jpg") center / cover no-repeat;
}

.overlay_addgroup {
  margin-top: 0.53333rem;
  font-size: 0.37333rem;
  font-weight: 400;
  color: #999;
  text-align: center;
}

.overlay_copywx {
  margin-top: 1rem;
  width: 100%;
  height: 1.2rem;
  background: #0ab99d;
  border-radius: 0.16rem;
  font-size: 0.42667rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: none;
  outline: none;
}

.hideline1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.hideline2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.hideline3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}

.hideline4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-all;
}

.hideline5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-break: break-all;
}

#ahriiframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ahriiframea {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.ahriiframer {
  width: 100%;
  height: 1.73333rem;
  position: relative;
}

@media (min-width: 750px) {
  .ahriiframer {
    width: 100%;
    height: 2.4rem;
    position: relative;
  }
}

.ask_questions_now {
  width: 94%;
  height: 1.28rem;
  border-radius: 0.64rem;
  margin: 0 auto;
  display: block;
  position: sticky;
  top: 0;
  /* background-color: #fff; */
  z-index: 100;
}

/*对话列表*/
.dialogue {
  padding: 20px 0;
}
.dialogue .Head-portrait {
  width: 15%;
  float: right;
  font-size: 12px;
  text-align: center;
  margin-left: 10px;
  display: inline;
}
.dialogue .Head-portrait:before {
  margin: 0 auto;
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../image/baike_icon1.png) no-repeat;
  background-position: -58px -223px;
  border-radius: 50px;
}
.dialogue .dialogue-content {
  width: 70%;
  padding: 10px;
  background: #fafafa;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  float: right;
}
.dialogue .dialogue-content a {
  border-bottom: 1px #f60 dashed;
}
.dialogue .dialogue-content a {
  margin-bottom: 0;
}
.dialogue .dialogue-content a:hover {
  color: #f77766;
}
.dialogue .dialogue-content img {
  padding: 10px 0;
  border: none;
  outline: none;
  margin: 0;
  vertical-align: middle;
}
.dialogue.dialogue-fl .Head-portrait {
  float: left;
  margin-right: 10px;
  display: inline;
  position: relative;
}
.dialogue.dialogue-fl .Head-portrait:before {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../image/yx_consult.jpg) no-repeat;
  background-size: 100% 100%;
  border-radius: 50px;
}

.dialogue.dialogue-fl .Head-portrait.adviser1:after {
  background-position: -123px -213px;
  display: block;
}
.dialogue.dialogue-fl .Head-portrait.adviser2:after {
  background-position: -232px -213px;
  display: block;
}
.dialogue.dialogue-fl .Head-portrait.adviser3:after {
  background-position: -341px -213px;
  display: block;
}
.dialogue.dialogue-fl .Head-portrait.adviser4:after {
  background-position: -123px -234px;
  display: block;
}
.dialogue.dialogue-fl .Head-portrait.adviser5:after {
  background-position: -232px -234px;
  display: block;
}
.dialogue.dialogue-fl .Head-portrait.adviser6:after {
  background-position: -341px -234px;
  display: block;
}
.dialogue.dialogue-fl .Head-portrait.adviser7:after {
  background-position: -123px -255px;
  display: block;
}
.dialogue.dialogue-fl .Head-portrait.adviser8:after {
  background-position: -232px -255px;
  display: block;
}
.dialogue.dialogue-fl .Head-portrait.adviser9:after {
  background-position: -341px -255px;
  display: block;
}
.dialogue.dialogue-fl .dialogue-content {
  background: #f6faff;
  border: 2px solid #f1f7fe;
  float: left;
}
.dialogue.dialogue-fl .dialogue-content img {
  max-width: 100%;
}

.ajay-scrollpopup {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ajay-scrollpopup .scrollpopup_view {
  position: relative;
  width: 75%;
}

.ajay-scrollpopup .scrollpopup_view .close {
  /* 页面主字体37.5px转rem为0.75rem */
  width: 0.75rem;
  /* 页面主字体37.5px转rem为0.75rem */
  height: 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../image/scrollpopup_close.png") no-repeat
    center / cover;
}
.ajay-scrollpopup .scrollpopup_top {
  width: 100%;
  /*页面主字体37.5px转rem为9.23rem*/
  height: 9.23rem;
  /*图片路径需要自定义*/
  background: url("../image/scrollpopup_top.png") no-repeat center /
    cover;
  /*页面主字体37.5px转0.32rem*/
  border-radius: 0.32rem 0.32rem 0 0;
  overflow: hidden;
  -webkit-border-radius: 0.32rem 0.32rem 0 0;
  -moz-border-radius: 0.32rem 0.32rem 0 0;
  -ms-border-radius: 0.32rem 0.32rem 0 0;
  -o-border-radius: 0.32rem 0.32rem 0 0;
}
.ajay-scrollpopup .scrollpopup_bottom {
  display: flex;
}
.ajay-scrollpopup .scrollpopup_bottom_btn {
  width: 50%;
  /* 页面主字体37.5px转rem为1.28rem */
  height: 1.28rem;
  /* 页面主字体37.5px转rem为0.43rem; */
  font-size: 0.43rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ajay-scrollpopup .scrollpopup_bottom_btn.left {
  background: #ffffff;
  /*页面主字体37.5px转rem为border-radius: 0rem 0rem 0rem 0.32rem;
  */
  border-radius: 0px 0px 0 0.32rem;
  /*页面主字体37.5px转rem为border: 0.05rem;
  */
  border: 4px solid #1dbaa0;
  color: #1dbaa0;
  -webkit-border-radius: 0px 0px 0 0.32rem;
  -moz-border-radius: 0px 0px 0 0.32rem;
  -ms-border-radius: 0px 0px 0 0.32rem;
  -o-border-radius: 0px 0px 0 0.32rem;
}
.ajay-scrollpopup .scrollpopup_bottom_btn.right {
  background: #1dbaa0;
  /*页面主字体37.5px转rem为border-radius: 0rem 0rem 0.32rem 0rem;
  */
  border-radius: 0px 0px 0.32rem 0px;
  color: #ffffff;
  -webkit-border-radius: 0px 0px 0.32rem 0px;
  -moz-border-radius: 0px 0px 0.32rem 0px;
  -ms-border-radius: 0px 0px 0.32rem 0px;
  -o-border-radius: 0px 0px 0.32rem 0px;
}

/* 侧滑新改 */

.ajay_overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1010;
  right: -100%;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow-y: scroll;
}

.ajay_overlay .overlay_top {
  width: 100%;
  height: 1.1733rem;
  background: #ffffff;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ajay_overlay .overlay_top .lefticon {
  top: calc(0.2667rem);
  left: 0.2667rem;
}

.ajay_overlay .overlay_top .my_overlay_close {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  left: 0.4267rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.ajay_overlay .overlay_top .my_overlay_close i {
  font-size: 0.8rem;
  color: #333333;
}
.ajay_overlay .overlay_top .title {
  font-size: 0.5333rem;
  font-weight: bold;
  line-height: 0.6933rem;
}
.ajay_overlay .group_overlay {
  height: 5.6rem;
  background: url("../image/group_overlay.png") no-repeat center /
    cover;
}

.ajay_overlay .group_text {
  padding: 0.48rem 0.4267rem 0.4267rem;
}

.ajay_overlay .group_text .group_text_icon {
  height: 0.64rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.64rem;
  display: flex;
  align-items: center;
}

.ajay_overlay .group_text .group_text_icon::before {
  content: "";
  background: url("../image/group_text.png") no-repeat center/cover;
  width: 0.5867rem;
  height: 0.5867rem;
  margin-right: 0.1067rem;
}

.ajay_overlay .group_text .group_text_count {
  height: 0.4267rem;
  font-size: 0.32rem;
  color: #999999;
  line-height: 0.4267rem;
  margin-top: 0.2133rem;
}

.ajay_overlay .grouplist {
  border-top: 0.0267rem solid #f5f5f5;
  padding-top: 0.2667rem;
}

.ajay_overlay .grouplist .groupItem {
  margin-bottom: 0.5333rem;
  display: flex;
  align-items: center;
  padding-left: 0.4267rem;
  padding-right: 0.4267rem;
}

.ajay_overlay .grouplist .groupItem .group_cover {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.1067rem;
  -webkit-border-radius: 0.1067rem;
  -moz-border-radius: 0.1067rem;
  -ms-border-radius: 0.1067rem;
  -o-border-radius: 0.1067rem;
}

.ajay_overlay .grouplist .groupItem .group_user {
  flex: 1;
  margin: 0 0.4267rem;
}

.ajay_overlay .grouplist .groupItem .group_user p {
  font-size: 0.3467rem;
  display: flex;
}

.ajay_overlay .grouplist .groupItem .group_user span {
  font-size: 0.32rem;
  color: #999999;
}

.ajay_overlay .grouplist .groupItem .joingroup {
  width: auto;
  height: 0.7467rem;
  background: #ffffff;
  border-radius: 0.3733rem 0.3733rem 0.3733rem 0.3733rem;
  border: 0.0267rem solid #1dbaa0;
  font-size: 0.3733rem;
  font-weight: bold;
  color: #1dbaa0;
  line-height: 0.6933rem;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 0.3733rem 0.3733rem 0.3733rem 0.3733rem;
  -moz-border-radius: 0.3733rem 0.3733rem 0.3733rem 0.3733rem;
  -ms-border-radius: 0.3733rem 0.3733rem 0.3733rem 0.3733rem;
  -o-border-radius: 0.3733rem 0.3733rem 0.3733rem 0.3733rem;
}
.ajay_overlay.Safariheight {
  padding-bottom: 2rem;
}

.ajay_success_popup_view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1011;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes success_popupdown {
  0% {
    opacity: 0;
    transform: translateY(-2.6667rem);
    -webkit-transform: translateY(-2.6667rem);
    -moz-transform: translateY(-2.6667rem);
    -ms-transform: translateY(-2.6667rem);
    -o-transform: translateY(-2.6667rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
    -webkit-transform: translateY(0rem);
    -moz-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    -o-transform: translateY(0rem);
  }
}

.ajay_success_popup_view .successBOx {
  width: 8rem;
  border-radius: 0.56rem 0.56rem 0.56rem 0.56rem;
  background-color: #fff;
  padding-top: 0.5867rem;
  padding: 0.5867rem;
  -webkit-border-radius: 0.56rem 0.56rem 0.56rem 0.56rem;
  -moz-border-radius: 0.56rem 0.56rem 0.56rem 0.56rem;
  -ms-border-radius: 0.56rem 0.56rem 0.56rem 0.56rem;
  -o-border-radius: 0.56rem 0.56rem 0.56rem 0.56rem;
  animation: success_popupdown 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-animation: success_popupdown 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.ajay_success_popup_view .successBOx .closeicon {
  position: absolute;
  top: 0.32rem;
  right: 0.32rem;
  background: url("../image/close1.png") no-repeat center/cover;
  width: 0.4267rem;
  height: 0.4267rem;
}

.ajay_success_popup_view .successBOx .wechat_success_icon {
  width: 1.0667rem;
  height: 1.0667rem;
  background: url("../image/wechat_success_icon.png") no-repeat
    center/cover;
}
.ajay_success_popup_view .successBOx .successText {
  margin-top: 0.2667rem;
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.48rem;
}

.ajay_success_popup_view .successBOx .wechatcode {
  margin-top: 0.2667rem;
  font-size: 0.3733rem;
  color: #666666;
  line-height: 0.48rem;
}

.ajay_success_popup_view .successBOx .successtip {
  margin-top: 0.2667rem;
  font-size: 0.3733rem;
  color: #666666;
  line-height: 0.48rem;
}

.ajay_success_popup_view .successBOx .goweixin {
  margin-top: 0.4267rem;
  background-color: #1aad17;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4667rem;
  height: 1.0667rem;
  border-radius: 0.2667rem;
  font-size: 0.4rem;
  color: #fff;
  -webkit-border-radius: 0.2667rem;
  -moz-border-radius: 0.2667rem;
  -ms-border-radius: 0.2667rem;
  -o-border-radius: 0.2667rem;
  outline: none;
  border: none;
}

.ajay_success_popup_view .successBOx .joingif {
  margin-top: 0.4267rem;
  width: 6.48rem;
  height: 3.5733rem;
  background: url("../image/weixin.gif") no-repeat center/cover;
}
.right_groupad{
  display: none !important;
}

/* 侧滑新改 */
