/* 深浅色字体颜色： #00387D ：导航、标题英文*/
/* 蓝色背景色 ：#0462C1*/
/* 浅色边框色： #3381DB*/
/* 浅蓝背景色：#EEF5FF */
/* tab标签和按钮的背景色#EBF4FF */
.w {
  width: 1400px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
/* 1.导航的第三方layui样式（可提取公共样式base里面） */
.layui-nav {
  background-color: unset;
  color: #000000 !important;
  font-weight: 400 !important;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
  color: #00387D;
  text-decoration: none;
}
.layui-nav .layui-this:after,
.layui-nav-bar {
  background-color: #00387D;
}
.layui-nav .layui-nav-item a {
  color: #000;
}
.layui-nav * {
  font-size: 20px;
}
.huiseibg {
  background: #eeecec;
}
.huiseibgBorder {
  border-bottom: 2px solid #eeecec;
}
.orangeBg {
  background-color: #FBE9DC;
}
.orangeBorder {
  border: 1px solid #FF9E58;
}
.orangeColor {
  color: #FF9E58;
}
.tabBtn {
  background-color: #EBF4FF;
}
.unevenColor {
  color: #00387D;
}
.bulueColr {
  color: #0462C1;
}
.bulueColrBg {
  background-color: #0462C1;
}
.bulueColrBorder {
  border: 1px solid #3381DB;
}
.babybluecolor {
  font-size: 16px;
  color: #0462C1;
}
.huiColr {
  color: #898989;
}
.lightgrayfont {
  font-size: 16px !important;
  color: #898989 !important;
}
.eyeSurgery {
  /* //公共间距 */
  margin-top: 100px;
}
.imgalign {
  vertical-align: baseline;
}
.black {
  font-size: 28px;
  color: #000000;
}
.font20 {
  font-size: 20px;
}
.blackColor {
  color: #000000;
}
.imgaligncenter {
  vertical-align: middle;
}
/* layui 的tab样式*/
.layui-tab-brief > .layui-tab-title .layui-this {
  font-size: 18px;
  font-weight: 700;
  color: #0462C1 !important;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 2px solid #FF9E58 !important;
}
.layui-tab .layui-tab-title li {
  font-size: 18px;
}
/* 首页标题距离100px样式 */
.eyeHospital {
  width: 100%;
  margin-top: 100px;
}
/* 卡片*/
.card {
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 21px 0px rgba(212, 212, 212, 0.53);
}
/*卡片间距 或者/* 段落间距：二级标题30 */
.cardmargin {
  margin-top: 30px;
}
.duanluojianju {
  padding: 10px;
}
.radius10 {
  border-radius: 10px;
}
/* 28号标题 */
.xiaobiaoti28 {
  color: #000000;
  font-weight: 700;
  font-size: 28px;
}
/* 24 */
.xiaobiaoti24 {
  color: #000000;
  font-weight: 700;
  font-size: 24px;
}
/* 22 */
.xiaobiaoti22 {
  color: #000000;
  font-weight: 700;
  font-size: 22px;
}
/* 20 */
.xiaobiaoti20 {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
}
/* 18 */
.xiaobiaoti18 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
/* 16 */
.xiaobiaoti16 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
/* 底部左右布局卡片 */
.plasticBox {
  display: flex;
  justify-content: space-between;
}
.plasticBoxLeft {
  width: 1000px;
  /* 保证左边的间距不会随着右边的内容变化 */
  display: inline-block;
  align-self: flex-start;
}
.plasticBoxRight {
  padding: 10px;
  width: 286px;
  display: inline-block;
  align-self: flex-start;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 21px 0px rgba(212, 212, 212, 0.53);
}
/* 右侧栏目：(医院、眼科整形) */
.RcommendBox {
  padding: 10px 15px;
  border-top: 2px dashed #ccc;
  margin-top: 9px;
}
.hospitalBoxRight .RcommendBox:first-child {
  border-top: 2px solid #FF9E58 !important;
}
.RcommendBoxTitle {
  font-size: 16px;
  padding: 10px 0;
}
/* 右侧内容结束 */
/* 两行或多行显示 */
.lineTwo {
  padding: 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 公共的tab标签 */
.xbhospitalTab {
  border-radius: 8px;
  background-color: #EBF4FF;
  color: #0462C1;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  padding: 8px 10px;
  border: none;
  margin-right: 8px;
}
/* 蓝色按钮 */
.onlinewen {
  padding: 8px 15px;
  border-radius: 8px;
  background-color: #EBF4FF;
  border: 1px solid #3381DB;
}
/* 橙色按钮 */
.onlineyy {
  padding: 8px 15px;
  border-radius: 8px;
  background-color: #FBE9DC;
  border: 1px solid #FF9E58;
  color: #FF9E58;
}
/* 小版按钮 */
.minhospitalTab {
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  padding: 8px 10px;
  margin-right: 8px;
}
/* // 公共的橙色按钮： */
.onlineyy {
  background-color: #FBE9DC;
  border: 1px solid #FF9E58;
  color: #FF9E58;
}
.orangeBtn {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin-right: 48px;
  padding: 12px 42px;
  border-radius: 8px;
}
/* 黄色线 */
.layui-tab-brief > .layui-tab-title .layui-this {
  font-weight: 700;
  color: #0462C1 !important;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 2px solid #FF9E58 !important;
}
/*  问答?*/
.wen-problem > span {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}
.da-problem {
  margin-top: 10px;
}
.da-problem > span {
  /* //公共字体浅灰色 */
  color: #8C8C8C;
  font-weight: 400;
  font-size: 14px;
}
/* 圆形公共图片 */
.doctor {
  width: 80px;
  height: 80px;
  border: 1px;
  border: 1px solid;
  border-radius: 50%;
}
.doctor > img {
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
/* 公共切换栏的间距和flex */
.tabPadding {
  display: flex;
  justify-content: space-evenly;
}
/* 公共的字体加 | */
.secondary {
  position: relative;
}
.secondary::before {
  position: absolute;
  top: 50%;
  left: -8px !important;
  transform: translate(0, -50%);
  content: '';
  display: inline-block;
  width: 3px;
  height: 18px;
  background-color: #FF9E58;
}
/* 公共的字体下标橙色线条和英文 */
/* 右侧内容开始 */
.righttitle {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  border-radius: 1.5px;
  padding-bottom: 5px;
  border-bottom: 4px solid #FF9E58;
}
.zx-twoTitle {
  position: relative;
}
.zx-twoTitle::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: -30%;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #FF9E58;
}
.righttitleEn {
  font-size: 14px;
  color: #0462C1;
}
/* 公共的按钮 */
.onlineyy {
  padding: 8px 15px;
  border-radius: 8px;
}
/* 右边距5px */
.paddingRight {
  padding-right: 5px;
}
/*共用的图片大小不变形 */
.shareimg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  filter: blur(10px);
}
.backgroundPaging {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.backgroundPaging a {
  margin: 0 5px;
  padding: 5px 10px;
  text-decoration: none;
  color: #0462C1;
  background-color: #fff;
  border: 1px solid #3381DB;
  border-radius: 3px;
}
.backgroundPaging span {
  margin: 0 5px;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #3381DB;
  border-radius: 3px;
  background-color: #007bff;
  color: #fff;
}
.backgroundPaging a:hover {
  background-color: #0462C1;
  color: #fff;
}
#content {
  padding: 0.5em;
  font-size: 16px;
}
#content h1,
h3 {
  font-size: 20px;
}
#content p {
  padding: 5px 0;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-indent: 2em;
}
#content p img,
#content img {
  display: block;
  margin: 0 auto;
  max-width: 50%;
  height: auto;
  -webkit-filter: blur(20px);
}
#content h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 6px;
  text-align: left;
}
#content table p {
  text-indent: 0;
}
.selectTdClass {
  background-color: #edf5fa !important;
}
#content table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
}
#content td,
#content th {
  padding: 5px 10px;
  border: 1px solid #DDD;
}
.numberOfConsultations {
  position: relative;
}
.oneText {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.articleTagInfo {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 10px;
}
.articleTagInfo > div {
  font-size: 16px;
}
.articleTitInfo {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.relativeRecommend {
  padding: 25px;
}
.relativeRecommend .rr_tit {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
}
.relativeRecommend .rr_tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3px;
  height: 100%;
  background: #466fbf;
}
.nextArticle {
  text-align: right;
  margin: 10px 0;
  color: #366fff;
  cursor: pointer;
}
.relativeRecommend > div > ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0;
}
.relativeRecommend > div > ul li a {
  border-bottom: 1px dashed #888;
  flex: 1;
  margin-right: 30px;
  padding: 5px 0;
  font-weight: 600;
}
.relativeRecommend > div > ul li a:hover {
  color: #366fff;
}
.hospitalRecommendation {
  padding: 20px;
}
.recommendedArticles {
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
}
.relatedRecommendationsTop {
  height: 20px;
  margin-bottom: 10px;
}
.relatedRecommendationsTop > span {
  float: right;
  color: #4E7FFF;
  cursor: pointer;
}
.recommendBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.recommendBox:hover {
  color: #4E7FFF;
}
.recommendText {
  width: 85%;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
}
.recommendTime {
  width: calc(100% - 88%);
  padding-bottom: 5px;
}
.mzsm_text {
  color: #647d89;
}
.mianze_main {
  width: 1200px;
  color: black;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 0;
}
.mianze_main div {
  line-height: 55px;
}
.mianze_main h1 {
  line-height: 85px;
}
.mianze_main h2 {
  line-height: 65px;
}
.mianze_main h3 {
  line-height: 60px;
}
.mianze_main .main_head {
  width: 100%;
  text-align: center;
}
.mianze_main .des {
  font-size: 16px;
  line-height: 28px;
}
.bread_con {
  width: 1200px;
  margin: 0 auto;
}
/*# sourceMappingURL=base.css.map */