@charset "UTF-8";
/* 1 */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, fieldset {
  margin: 0;
  padding: 0; }

body, h1, h2, h3, h4, h5, h6, input, textarea, select, button, table, pre {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-weight: normal; }

body {
  color: #434343;
  -webkit-text-size-adjust: none;
  height: 100%; }

html {
  height: 100%; }

@media (device-width: 414px) and (-webkit-min-device-pixel-ratio: 3) {
  /* iphone6 plus */
  body {
    font-size: 0.6rem; } }
img {
  border: 0;
  vertical-align: top; }

fieldset {
  border: 0; }

ul, ol {
  list-style: none; }

em, address {
  font-style: normal; }

table {
  border-collapse: collapse; }

input[type="text"] {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  -webkit-appearance: none; }

select {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  font-size: 14px; }

input[type=button] {
  -webkit-appearance: none;
  outline: none; }

a {
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  color: #4f4f53; }

a, button, input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0); }

b {
  font-style: normal;
  font-weight: normal; }

.c-999 {
  color: #999; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

.uw-box-main:after, .flow-box-main:after, .app-box:after, .doctor-box:after, .footer-main:after, .footer-code ul:after, .app-service ul:after, .doctor:after, .unwell-box ul:after, .article-main-box:after, .safe-mv-main:after {
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  content: ''; }

.icon, .i-illness-lst, .i-banner-text1, .i-banner-safety-text1, .i-banner-text2, .i-banner-safety-btn, .safe-mv-text, .i-service1, .i-service2, .i-service3, .i-service4, .i-quote1, .i-quote2 {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  position: relative; }

.i-illness-lst {
  background-position: 0 0;
  width: 19px;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 39px;
  z-index: 102;
  display: none; }

.i-banner-text1 {
  background-position: -22px 0;
  width: 358px;
  height: 118px;
  position: absolute;
  left: 45px;
  top: 80px; }

.i-banner-safety-text1 {
  background-position: 0px -270px;
  width: 301px;
  height: 135px;
  position: absolute;
  left: 50%;
  top: 142px;
  margin: 0 0 0 -150px; }

.i-banner-text2 {
  background-position: -389px 0;
  width: 107px;
  height: 199px;
  position: absolute;
  right: 401px;
  top: 270px; }

.i-banner-safety-btn {
  background-position: -320px -360px;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 13px;
  right: 32px; }

.safe-mv-text {
  background-position: 0 -416px;
  width: 259px;
  height: 143px;
  left: 143px;
  top: 109px;
  position: absolute; }

.i-service1 {
  background-position: 0 -124px;
  width: 88px;
  height: 60px;
  left: 8px; }

.i-service2 {
  background-position: -98px -124px;
  width: 61px;
  height: 74px;
  top: -6px; }

.i-service3 {
  background-position: -174px -124px;
  width: 84px;
  height: 71px; }

.i-service4 {
  background-position: -270px -124px;
  width: 74px;
  height: 63px; }

.i-quote1 {
  background-position: 0px -192px;
  width: 9px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0; }

.i-quote2 {
  background-position: -14px -192px;
  width: 9px;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none; }

.illness {
  float: right;
  width: 146px;
  height: 30px;
  line-height: 30px;
  position: relative;
  background: #ED5736;
  color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 0 0 22px;
  margin: 25px 10px 0 0;
  cursor: pointer;
  display: none; }
  .illness:hover .i-illness {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
    -o-transform: rotate(180deg); }
  .illness:hover .illness-lst {
    height: 380px; }
  .illness:hover .i-illness-lst {
    display: block; }

.i-illness {
  position: absolute;
  right: 21px;
  top: 11px;
  width: 13px;
  height: 7px;
  background: url(../images/i-illness.png) no-repeat;
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease; }

.illness-lst {
  width: 145px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 1px 14px 0px rgba(90, 90, 90, 0.33);
  position: absolute;
  top: 45px;
  left: 0;
  text-align: center;
  height: 0;
  overflow: hidden;
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  z-index: 100; }
  .illness-lst ul {
    padding: 10px 0; }
    .illness-lst ul li {
      height: 36px;
      line-height: 36px; }
      .illness-lst ul li.more a {
        color: #dc6142; }
      .illness-lst ul li a {
        display: block;
        background: #fff;
        transition: background .5s ease;
        -o-transition: background .5s ease;
        -webkit-transition: background .5s ease;
        -moz-transition: background .5s ease;
        -ms-transition: background .5s ease; }
        .illness-lst ul li a:hover {
          background: #ED5736;
          color: #fff; }

.nav {
  float: right; }
  .nav ul {
    padding: 11px 0 0 0; }
    .nav ul li {
      float: left; }
      .nav ul li a {
        float: left;
        padding: 0 11px;
        line-height: 58px;
        color: #4f4f53; }

.banner {
  height: 500px;
  background: url(../images/banner.jpg) center no-repeat;
  background-size: cover; }

.banner-main {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.phone-box {
  position: absolute;
  top: 150px;
  right: 132px;
  width: 239px;
  height: 469px;
  background: url(../images/phone.png) no-repeat;
  box-sizing: border-box;
  padding: 68px 14px 0 20px; }

.app-box {
  max-width: 1200px;
  margin: 0 auto; }

.app-box-article-z {
  display: none; }

.app-box-left {
  float: left;
  width: 194px;
  height: 520px;
  background: #ED5736;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 56px 0 0 0; }

.app-box-left-name p {
  padding: 0 0 10px 0; }

.app-box-left-platform {
  padding: 40px 0 0px 0; }
  .app-box-left-platform p {
    padding: 0 0 10px 0; }
  .app-box-left-platform img {
    margin: 0 10px; }

.app-box-left-code {
  padding: 40px 0 0px 0; }
  .app-box-left-code p {
    padding: 0 0 10px 0; }

.app-service {
  margin: 0 0 0 194px;
  text-align: center;
  padding: 160px 88px 0 88px; }
  .app-service ul li {
    width: 25%;
    float: left; }

.app-service-i {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background: #F5F5F5;
  text-align: center;
  box-sizing: border-box;
  padding: 52px 0 0 0;
  display: inline-block; }

.app-service-sum {
  padding: 26px 0 0 0; }
  .app-service-sum h2 {
    font-size: 22px;
    color: #000;
    padding: 0px 0 10px 0; }
  .app-service-sum p {
    font-size: 12px;
    color: #959595;
    line-height: 1.8; }

.main {
  background: #F5F5F5; }

.mainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 30px 0; }

.mainer-t1 {
  padding: 50px 0 35px 0;
  text-align: center; }

.mainer-t2 {
  text-align: center; }
  .mainer-t2 a {
    background: #ED5736;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 24px;
    display: inline-block;
    border-radius: 30px;
    margin: 0 0 37px 0; }
    .mainer-t2 a:hover {
      background: #cc4523;
      color: #fff; }

.doctor-box {
  margin: 0px 0 0 0;
  background: #fff; }

.doctor {
  padding: 25px;
  box-sizing: border-box;
  width: 50%;
  float: left;
  border-bottom: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease; }

.doctor-headpic {
  width: 180px;
  height: 180px;
  overflow: hidden;
  float: left;
  position: relative; }
  .doctor-headpic img {
    display: block;
    max-width: 100%; }

.doctor-info {
  margin: 0 0 0 205px; }
  .doctor-info p {
    padding: 0 0 6px 0; }

.doctor-info-name {
  font-size: 21px;
  margin: 0 10px 0 0; }

.doctor-info-sum {
  color: #9c9c9c;
  font-size: 12px;
  padding: 4px 0 12px; }
  .doctor-info-sum p {
    padding: 0 0 4px 0;
    overflow: hidden;
    height: 12px; }

.doctor-undoc .doctor-info-sum {
  color: #9c9c9c;
  font-size: 12px;
  padding: 4px 0 12px; }
  .doctor-undoc .doctor-info-sum p {
    padding: 0 0 4px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    height: 12px; }

.doctor-info-quote {
  font-size: 12px;
  padding: 0 24px;
  margin: 10px 0 0;
  position: relative; }
  .doctor-info-quote div {
    height: 32px;
    overflow: hidden; }

.my-friends {
  text-align: center;
  padding: 64px 0 0 0; }

.my-friends-logo {
  padding: 78px 0px 81px 0;
  min-width: 600px; }
  .my-friends-logo span {
    position: relative;
    display: inline-block; }
    .my-friends-logo span:first-child {
      position: relative;
      top: 30px; }
  .my-friends-logo span:nth-child(2):after {
    position: absolute;
    top: 23px;
    left: 0;
    width: 1px;
    height: 68px;
    border-right: 1px solid #878787;
    content: ''; }
  .my-friends-logo span:nth-child(3):after {
    position: absolute;
    top: -6px;
    left: 0;
    width: 1px;
    height: 68px;
    border-right: 1px solid #878787;
    content: ''; }

.my-friends-sogou {
  width: 150px;
  height: 48px;
  background: url(../images/sogou.png) no-repeat;
  display: inline-block;
  margin: 0 70px;
  position: relative;
  top: -50px; }

.my-friends-trt {
  width: 104px;
  height: 94px;
  background: url(../images/trt.png) no-repeat;
  display: inline-block;
  margin: 0 70px; }

.my-friends-sfbest {
  width: 146px;
  height: 65px;
  background: url(../images/sfbest.jpg) no-repeat;
  display: inline-block;
  margin: 0 70px;
  position: relative;
  top: -10px; }

.wap-lst, .wap-down, .footer-copy-icp, .footer-copy-wap {
  display: none; }

.mainer-t1-img {
  background: url(../images/index0512/tit3.jpg) no-repeat;
  width: 479px;
  height: 67px;
  display: inline-block; }

.my-friends-t1 {
  background: url(../images/index0512/tit4.jpg) no-repeat;
  width: 268px;
  height: 67px;
  display: inline-block; }

/* disease-detail */
.detail-bg {
  background: url(../images/n-bg1.jpg) fixed top center no-repeat #f5f5f5;
  background-size: cover; }

.detail-bg .main {
  background: transparent; }

.detail-bg .mainer {
  max-width: 860px; }

.detail-bg .doctor-box-main {
  margin-bottom: 30px; }

.article-box-left-main {
  max-width: 860px;
  margin: 100px 0px 30px 0; }

.article-box {
  background: #fff; }
  .article-box > h2 {
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 25px;
    border-bottom: 1px solid #F5F5F5; }

.unwellnessdoc-tit {
  display: none; }

.unwellnessdoc-tit-pc {
  display: block; }

.article-box-left-m {
  margin: 100px 230px 30px 0; }

.article-box-float {
  float: left; }

.c-ed5 {
  color: #ed5736; }

.article-main {
  padding: 0 60px 20px;
  color: #434343;
  line-height: 2;
  font-size: 18px; }
  .article-main #seArticleContent h2 {
    display: none; }
  .article-main h2 {
    font-size: 36px;
    color: #313131;
    text-align: center;
    padding: 15px 0 0px 0;
    display: none; }
  .article-main h3 {
    text-align: left;
    font-size: 20px;
    margin: 10px 0 10px 0;
    font-weight: bold;
    padding: 0 0 0 15px;
    position: relative; }
    .article-main h3:after {
      position: absolute;
      top: 10px;
      left: 0;
      width: 1px;
      height: 22px;
      border-right: 5px solid #ed5736;
      content: ''; }
  .article-main h4 {
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0 0; }
  .article-main h5 {
    font-weight: normal;
    font-size: 16px;
    margin: 10px 0 0;
    text-indent: 32px; }
  .article-main h6 {
    font-weight: normal;
    margin: 7px 0;
    font-size: 16px;
    text-indent: 32px; }
  .article-main p {
    color: #434343;
    line-height: 2;
    margin: 0 0 15px 0;
    text-indent: 32px;
    font-size: 16px; }
  .article-main pre {
    word-wrap: break-word;
    word-break: break-all; }
  .article-main code {
    word-wrap: break-word;
    word-break: break-all;
    line-height: 2;
    margin: 0 0 15px 0;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-family: "Microsoft YaHei"; }
  .article-main em {
    font-style: italic;
    word-break: break-all; }

.expert-doctor {
  border: 1px solid #FFCAC0;
  background: url(../images/expert-tit.png) no-repeat left top;
  background-size: 20px auto;
  max-width: 554px;
  margin: 10px 0 20px 0;
  padding: 0 0 0px 0;
  min-height: 97px;
  position: relative; }

.expert-doctor-code {
  position: absolute;
  right: 0;
  top: 0;
  display: block; }

.expert-doctor-code2 {
  position: absolute;
  right: 17px;
  top: 18px;
  display: block; }

.expert-doctor-headpic {
  width: 101px;
  float: left;
  text-align: center;
  margin: 17px 0 0 20px; }
  .expert-doctor-headpic img {
    width: 63px;
    height: 63px;
    border-radius: 100%; }

.expert-doctor-info {
  padding: 13px 0 0px 0;
  margin: 0 0 0 101px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
  width: 268px; }
  .expert-doctor-info p {
    font-size: 12px !important;
    color: #434343;
    text-indent: 0 !important;
    padding: 0;
    margin: 0 !important;
    line-height: 1.5; }
    .expert-doctor-info p.expert-doctor-info-tit {
      font-size: 14px !important;
      color: #434343;
      text-indent: 0 !important;
      font-weight: bold;
      padding: 0 0 6px 0; }

.expert-doctor-btn-wap, .article-top-pic-wap {
  display: none; }

.expert-doctor-author {
  font-size: 12px;
  color: #999;
  max-width: 554px;
  margin: -50px 160px 30px 0;
  font-style: italic; }

.expert-doctor-info-academicTitle {
  color: #ed5736;
  font-weight: normal;
  margin: 0 0 0 10px; }

.related-articles-box {
  display: none; }

.article-menu {
  margin: 10px 0 0 0;
  display: block;
  background: #FBFBFB; }
  .article-menu ul {
    padding: 10px 0 8px 0; }
    .article-menu ul li {
      color: #999999;
      display: inline-block;
      width: 48%;
      padding: 8px 0;
      vertical-align: top;
      cursor: default; }
      .article-menu ul li span {
        color: #000000;
        float: left;
        font-size: 14px;
        width: 96px;
        box-sizing: border-box;
        padding: 0 0 0 30px; }
      .article-menu ul li p {
        color: #999;
        font-size: 14px;
        padding: 0;
        margin: 0 0 0 126px;
        text-indent: 0; }

#seArticleName {
  text-align: left;
  display: block; }

.article-menu-bottom {
  height: 1px;
  clear: left; }

.article-unwellness-box {
  margin: 0 0 20px 0; }
  .article-unwellness-box ul {
    background: #fff; }
    .article-unwellness-box ul li {
      border-bottom: 1px solid #F5F5F5;
      height: 69px;
      line-height: 69px;
      color: #000; }
      .article-unwellness-box ul li span {
        margin: 12px 16px 0 27px;
        float: left;
        line-height: 39px; }
        .article-unwellness-box ul li span img {
          width: 50px;
          height: 50px;
          border-radius: 100%; }
      .article-unwellness-box ul li a {
        display: block; }
        .article-unwellness-box ul li a:hover {
          color: #ed5736; }
      .article-unwellness-box ul li.more {
        height: 35px;
        line-height: 35px; }
        .article-unwellness-box ul li.more a {
          color: #ed5736;
          text-align: center; }
      .article-unwellness-box ul li:after {
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
        overflow: hidden;
        content: ''; }

.article-relevant-box {
  margin: 0 0 20px 0; }
  .article-relevant-box ul {
    background: #fff; }
    .article-relevant-box ul li {
      border-bottom: 1px solid #F5F5F5;
      color: #000;
      line-height: 1.5; }
      .article-relevant-box ul li span {
        margin: 0px 16px 0 26px;
        float: left; }
        .article-relevant-box ul li span img {
          width: 36px;
          height: 36px;
          border-radius: 6px; }
      .article-relevant-box ul li p {
        position: relative;
        top: -4px; }
      .article-relevant-box ul li a {
        display: block;
        padding: 20px 10px 20px 0; }
      .article-relevant-box ul li:after {
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
        overflow: hidden;
        content: ''; }

.article-doctor-box-more {
  height: 35px;
  line-height: 35px;
  background: #fff;
  text-align: center; }
  .article-doctor-box-more a {
    color: #ed5736;
    text-align: center;
    padding: 0;
    display: block; }

.article-doctor-box {
  margin: 0 0 20px 0; }

#doctor-box-m .doctor {
  float: none; }

#doctor-box-m .doctor-info-name {
  margin-right: 0; }

#discomfortArticleContent h2 {
  text-align: left; }

.article-more {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid #F5F5F5;
  display: none; }
  .article-more span {
    cursor: pointer; }

.i-article-more, .i-article-more-up {
  background: url(../images/i-article-more.png) no-repeat;
  display: inline-block;
  width: 11px;
  height: 4px;
  margin: 0 0 0 10px;
  background-size: 11px auto;
  position: relative;
  top: -2px; }

.i-article-more-up {
  background-position: 0 -4px; }

.detail-tit {
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 0px;
  border-bottom: 1px solid #F5F5F5;
  color: #dc6142;
  font-size: 16px;
  background: #fff; }
  .detail-tit span {
    border-left: 6px solid #dc6142;
    padding: 0 0 0 20px; }

.doctor-headpic-btn {
  background: #ED5736;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: -38px;
  left: 0;
  width: 100%;
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease; }
  .doctor-headpic-btn a {
    color: #fff;
    display: block; }

.doctor-hover .doctor-headpic-btn {
  bottom: 0; }

.doctor-headpic-code {
  height: 180px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: -180px;
  left: 0;
  width: 100%;
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  z-index: 100; }
  .doctor-headpic-code a {
    color: #fff;
    display: block; }
  .doctor-headpic-code p {
    padding: 10px 0 0 0; }

.doctor-headpic-code-img {
  width: 70px;
  height: 70px;
  margin: 50px auto 0 auto; }
  .doctor-headpic-code-img img {
    width: 70px;
    height: 70px; }

.doctor-headpic-code-shadow {
  width: 180px;
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  background: #000;
  opacity: 0;
  transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease; }

.doctor-hover .doctor-headpic-code {
  bottom: 0; }

.doctor-hover .doctor-headpic-code-shadow {
  opacity: 0.4; }

.doctor-hover {
  box-shadow: 0px 0px 24px 0px rgba(174, 174, 174, 0.33); }

.doctor-hover .doctor-name {
  color: #ed5736; }

.doctor-hover .i-quote1 {
  background-position: -26px -191px;
  height: 7px; }

.related-articles-box {
  margin: 20px 0 0 0; }

.related-articles {
  background: #fff; }

.related-articles-ner {
  border-bottom: 1px solid #F5F5F5;
  padding: 20px 27px; }

.related-articles-tit {
  font-size: 16px;
  padding: 0 0 10px 0; }

.related-articles-time {
  font-size: 12px;
  float: right;
  margin: 5px 0 0 0; }

.related-articles-text {
  color: #959595;
  line-height: 1.8; }
  .related-articles-text img {
    float: left;
    margin: 0 15px 0 0; }

.article-menu-box {
  background: url(../images/unwellness-menu.png) left 10px no-repeat;
  position: relative;
  padding: 0 0 24px 65px;
  margin: 20px 0 0 0;
  min-height: 270px; }
  .article-menu-box ul li {
    color: #ed5736;
    font-size: 16px;
    line-height: 1.8; }
    .article-menu-box ul li span {
      width: 26px;
      float: left;
      position: relative;
      top: 1px; }
    .article-menu-box ul li a {
      color: #ed5736; }

.article-menu-box-img {
  float: right;
  max-width: 340px; }

/* unwell-list */
.unwell-bg {
  background: url(../images/n-bg2.jpg) fixed top center no-repeat #f5f5f5;
  background-size: cover; }

.unwell-bg .main {
  background: transparent; }

.unwell-bg .mainer {
  max-width: 860px;
  margin-top: 240px; }

/* unwell-doc */
.unwell-doc {
  background: url(../images/n-bg2.jpg) fixed top center no-repeat #f5f5f5;
  background-size: cover; }

.unwell-doc .main {
  background: transparent; }

.unwell-doc .mainer {
  max-width: 960px;
  margin-top: 240px; }

.unwell-box {
  padding: 16px 0 20px 0; }
  .unwell-box h3 {
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 0px;
    color: #dc6142;
    font-size: 16px;
    background: #fff;
    margin: 0 0 16px 0; }
    .unwell-box h3 span {
      border-left: 6px solid #dc6142;
      padding: 0 0 0 20px; }
  .unwell-box ul {
    padding: 0 43px; }
    .unwell-box ul li {
      float: left;
      margin: 0 24px 22px 0; }
      .unwell-box ul li a {
        height: 37px;
        line-height: 37px;
        border: 1px solid #E0E0E0;
        background: #fff;
        padding: 0 31px;
        display: block;
        font-size: 15px; }
        .unwell-box ul li a:hover {
          border: 1px solid #F16F53;
          color: #F16F53; }

/* doctor */
.doctor-bg {
  background: url(../images/n-bg3.jpg) fixed top center no-repeat #f5f5f5;
  background-size: cover; }

.doctor-bg .main {
  background: transparent; }

.doctor-bg .mainer {
  max-width: 860px; }

.wap-return {
  display: none; }

/* article */
.article-bg {
  background: url(../images/n-bg1.jpg) fixed top center no-repeat #f5f5f5;
  background-size: cover; }

.article-bg .main {
  background: transparent; }

.article-bg .mainer {
  max-width: 860px; }

.article-main-box {
  max-width: 1090px;
  margin: 0 auto; }

.article-mainer-box {
  padding: 0 0 30px 0; }

.article-mainer-img {
  text-align: center;
  padding: 5px 0 15px 0; }

.article-doctor {
  float: right;
  width: 210px;
  margin: 0px 0 0 0; }

.article-code-box {
  padding: 40px 0 0 0;
  background: #ED5736;
  color: #fff;
  text-align: center;
  height: 404px;
  box-sizing: border-box;
  margin: 0 0 30px 0; }

.article-share {
  font-size: 12px;
  text-align: right;
  position: relative;
  padding: 0px 110px 15px 0; }

.article-share .jiathis_style_32x32 {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100px; }

.article-share-area {
  padding: 0 0 0 20px; }

.article-share-unwellness {
  margin: 0px 0px 0 0; }

.article-doctor-box .doctor {
  padding: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 100; }
.article-doctor-box .doctor-headpic {
  width: auto;
  height: auto;
  overflow: hidden;
  float: none;
  position: relative;
  padding: 29px 0 0 0; }
  .article-doctor-box .doctor-headpic img {
    display: inline-block;
    max-width: 100%;
    border-radius: 100%;
    width: 91px;
    height: 91px; }
.article-doctor-box .doctor-info {
  margin: 10px 0 0 0px; }
  .article-doctor-box .doctor-info p {
    padding: 0 0 6px 0;
    overflow: visible;
    height: auto; }
.article-doctor-box .doctor-name {
  font-size: 22px;
  padding: 0 0 1px 0 !important; }
.article-doctor-box .doctor-title {
  color: #999999; }
.article-doctor-box .doctor-info-sum {
  margin: 10px 15px 20px;
  padding: 10px 12px;
  color: #434343; }
  .article-doctor-box .doctor-info-sum p:first-child {
    border-bottom: 1px solid #b4b4b4;
    padding: 0 0 12px 0; }
.article-doctor-box .doctor-info-last-child {
  border-top: 1px solid #FEFEFE;
  padding: 6px 0 6px 0 !important;
  margin: 7px 0 0px 0;
  text-align: left;
  color: #999; }

.article-mainer-img img {
  max-width: 100%; }

.article-top-box {
  display: none; }

.pop-box {
  display: none; }

.dcn-about-main-p p {
  margin: 0 0 10px 0; }

.old-ie {
  background: #fffd93;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }

.old-ie a {
  display: inline;
  color: #ff946e;
  text-decoration: underline; }

.weixin_share {
  display: none; }

#articleH2 {
  text-align: left;
  display: block; }

.img-wrap {
  text-align: center;
  margin: 10px 0; }
  .img-wrap img {
    max-width: 70%; }

/* safety */
.safety-320 {
  display: none; }

.safety-1200 {
  display: block; }

.banner-safety {
  height: 500px;
  background: url(../images/banner-safety.jpg) center no-repeat;
  background-size: cover; }

.banner-safety-main {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.banner-safety-btn {
  height: 40px;
  line-height: 40px;
  background: #ED5736;
  padding: 0 50px 0 44px;
  position: absolute;
  display: inline-block;
  top: 325px;
  color: #fff;
  margin: 0 0 0 -103px;
  left: 50%;
  width: 112px;
  border-radius: 40px;
  font-size: 18px; }
  .banner-safety-btn:hover {
    background: #CC4523; }

.safe-slide1 {
  background: #F9F9F9;
  padding: 63px 0 0 0; }

.safe-slide1-main {
  max-width: 1200px;
  margin: 0 auto; }

.safe-slide1 .bx-pager {
  position: static;
  padding: 15px 0 20px 0; }

.safe-slide1 .bx-wrapper {
  margin-bottom: 0; }

.safe-vs {
  padding: 64px 0;
  text-align: center; }
  .safe-vs img {
    max-width: 100%; }

.safe-do {
  background: #F9F9F9;
  padding: 75px 0 0 0; }

.safe-do-main {
  max-width: 1200px;
  margin: 0 auto; }

.safe-do .bx-pager {
  position: static;
  padding: 15px 0 20px 0; }

.safe-do .bx-wrapper {
  margin-bottom: 0; }

.safe-mv-main {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.safe-mv-main-text {
  float: left;
  color: #333;
  margin: 10% 0 0 8%;
  width: 350px; }
  .safe-mv-main-text h2 {
    font-size: 25px;
    padding: 15px 0 20px 0; }
  .safe-mv-main-text p {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 0 10px 0; }

.safe-mv-box {
  max-width: 640px;
  max-height: 360px;
  float: right;
  margin: 7% 4% 7% 0; }

.safe-partner {
  padding: 75px 0;
  background: #F9F9F9; }

.safe-partner-main {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .safe-partner-main span {
    display: inline-block;
    width: 736px;
    height: 191px;
    background: url(../images/partner.png) no-repeat; }

.safe-friends {
  padding: 75px 0;
  background: #F9F9F9; }

.safe-friends-main {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .safe-friends-main h2 {
    font-size: 30px;
    text-align: center;
    color: #333;
    font-family: '黑体';
    font-weight: bold;
    padding: 0px 0 3px 0; }
  .safe-friends-main .banner-safety-btn {
    position: relative;
    margin: 30px 0 0 0;
    left: auto;
    top: auto; }

/* safety-register */
.banner-safety-register {
  height: 292px;
  background: url(../images/banner-register-safety.jpg) center no-repeat;
  background-size: cover; }

.banner-safety-register-main {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.i-banner-safety-register-text1 {
  background: url(../images/pingan-tit.png);
  width: 685px;
  height: 169px;
  position: absolute;
  left: 50%;
  top: 64px;
  margin: 0 0 0 -342px; }

.safe-apply {
  max-width: 1200px;
  margin: 0 auto;
  background: #F9F9F9; }
  .safe-apply ul {
    padding: 50px 0 0 27%; }
    .safe-apply ul li {
      height: 60px; }
      .safe-apply ul li span.s-tit {
        width: 104px;
        font-size: 15px;
        color: #333;
        float: left;
        margin: 8px 0 0 0; }
      .safe-apply ul li input {
        height: 38px;
        padding: 0 14px;
        width: 308px;
        float: left;
        border-radius: 8px;
        border: 1px solid #EDEDED;
        background: #fff;
        color: #333;
        font-size: 15px; }
        .safe-apply ul li input:focus {
          outline: none; }
      .safe-apply ul li span.s-error {
        float: left;
        color: #e43636;
        font-size: 13px;
        margin: 10px 0 0 25px;
        display: none; }
      .safe-apply ul li:after {
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
        overflow: hidden;
        content: ''; }

.safe-apply-btn {
  text-align: center;
  padding: 20px 0 50px 0; }
  .safe-apply-btn a {
    height: 40px;
    line-height: 40px;
    background: #ED5736;
    width: 200px;
    display: inline-block;
    color: #fff;
    border-radius: 40px;
    font-size: 18px; }
    .safe-apply-btn a:hover {
      background: #CC4523; }

.safe-service {
  max-width: 1200px;
  margin: 0 auto; }
  .safe-service h2 {
    width: 381px;
    height: 55px;
    background: url(../images/service-tit.png) no-repeat;
    margin: 60px auto 50px; }
  .safe-service ul {
    padding: 0 0 50px 0; }
    .safe-service ul li {
      width: 23%;
      margin: 0 2% 0 0;
      float: left;
      position: relative; }
      .safe-service ul li img {
        width: 100%; }
      .safe-service ul li:hover .safe-service-tbox {
        width: 100%; }
    .safe-service ul:after {
      clear: both;
      height: 0;
      display: block;
      visibility: hidden;
      overflow: hidden;
      content: ''; }

.safe-service-img, .s-error2 {
  display: none; }

.safe-service-tbox {
  height: 100%;
  width: 35%;
  background: rgba(220, 97, 66, 0.85);
  box-sizing: border-box;
  padding: 20% 6% 0;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.35s; }
  .safe-service-tbox h3 {
    font-size: 20px;
    border-bottom: 1px solid #fff;
    margin: 0 0 1px 0;
    padding: 0 0 20px 0;
    transition: font-size 0.2s ease-out; }
  .safe-service-tbox p {
    font-size: 15px;
    border-top: 1px solid #fff;
    padding: 20px 0 0 0;
    line-height: 1.8;
    transition: font-size 0.2s ease-out; }

#popMain, #popMain0, #popMain1, #popMain2, #popMain3 {
  position: fixed; }

/* partnership */
.safe-partnership {
  max-width: 1200px;
  margin: 0 auto; }
  .safe-partnership h2 {
    font-size: 30px;
    text-align: center;
    color: #333;
    font-family: '黑体';
    font-weight: bold;
    padding: 75px 0 63px 0; }
  .safe-partnership ul {
    padding: 0 0 20px 0; }
    .safe-partnership ul li {
      float: left;
      margin: 0 5% 5%; }
      .safe-partnership ul li img {
        width: 178px;
        height: 54px; }
    .safe-partnership ul:after {
      clear: both;
      height: 0;
      display: block;
      visibility: hidden;
      overflow: hidden;
      content: ''; }

/* index0512 */
.banner {
  height: 494px;
  background: url(../images/index0512/banner.jpg) center no-repeat;
  background-size: cover; }

.i-banner-text3 {
  width: 92px;
  height: 198px;
  position: absolute;
  left: 35px;
  top: 202px;
  background: url(../images/index0512/top-text.png); }

.i-banner-text4 {
  width: 352px;
  height: 325px;
  position: absolute;
  left: 50%;
  top: 106px;
  background: url(../images/index0512/top-code.png);
  margin: 0 0 0 -176px; }

.uw-box {
  display: block; }
  .uw-box h2 {
    text-align: center;
    padding: 49px 0 0 0; }
    .uw-box h2 span {
      display: inline-block;
      width: 323px;
      height: 67px;
      background: url(../images/index0512/tit1.jpg) no-repeat; }

.uw-box-main {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.uw-box-lst {
  float: left;
  width: 20.5%;
  margin: 50px 0 60px 0; }
  .uw-box-lst dl dt {
    font-size: 24px;
    width: 24px;
    float: left;
    position: relative;
    padding: 5px 0 0 0; }
    .uw-box-lst dl dt:after {
      position: absolute;
      top: 7px;
      right: -20px;
      width: 1px;
      height: 112px;
      border-right: 1px solid #C9C9C9;
      content: ''; }
  .uw-box-lst dl dd {
    font-size: 16px;
    margin: 0 0 0 74px;
    line-height: 1.95; }

.uw-box-lst-first {
  margin-left: 40px; }

.uw-box-more {
  position: absolute;
  right: 40px;
  top: 220px;
  color: #ed5736; }
  .uw-box-more:after {
    position: absolute;
    top: 6px;
    left: -20px;
    width: 1px;
    height: 18px;
    border-right: 1px solid #C9C9C9;
    content: ''; }
  .uw-box-more a {
    color: #ed5736;
    font-size: 18px; }

.i-uw-box-more-right {
  position: absolute;
  right: -20px;
  top: 8px;
  width: 7px;
  height: 12px;
  background: url(../images/index0512/right.png) no-repeat; }

.uw-slide1 {
  background: #F5F5F5;
  padding: 0px 0 0 0;
  display: block; }

.uw-slide1-main {
  max-width: 1200px;
  margin: 0 auto; }

.uw-slide1 .bx-pager {
  position: static;
  padding: 15px 0 20px 0; }

.uw-slide1 .bx-wrapper {
  margin-bottom: 0; }

.flow-box {
  display: block; }
  .flow-box h2 {
    text-align: center;
    padding: 49px 0 0 0; }
    .flow-box h2 span {
      display: inline-block;
      width: 323px;
      height: 67px;
      background: url(../images/index0512/tit2.jpg) no-repeat; }

.flow-box-main {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.flow-box-lst {
  float: left;
  width: 25%;
  text-align: center;
  padding: 40px 0 50px 0;
  position: relative; }
  .flow-box-lst h3 {
    font-size: 20px;
    padding: 15px 0; }
  .flow-box-lst p {
    font-size: 16px;
    line-height: 1.8; }

.flow-box-lst-i {
  height: 40px; }

.flow-box-lst-right {
  width: 8px;
  height: 15px;
  background: url(../images/index0512/right2.png) no-repeat;
  position: absolute;
  right: -15px;
  top: 98px; }

.uw-partnership {
  max-width: 1200px;
  margin: 0 auto; }
  .uw-partnership ul {
    padding: 55px 0 20px 0; }
    .uw-partnership ul li {
      float: left;
      margin: 0 5% 3%; }
      .uw-partnership ul li img {
        width: 178px;
        height: 54px; }
    .uw-partnership ul:after {
      clear: both;
      height: 0;
      display: block;
      visibility: hidden;
      overflow: hidden;
      content: ''; }

.wap-uw-service, .wap-uw-slide1 {
  display: none; }

.article-relevant-doctor {
  display: none; }

.article-famous {
  display: block; }

.expert-doctor-author {
  display: block; }

.expert-doctor-author-wap {
  display: none; }

.article-famous-doctor {
  padding: 17px 0;
  border-bottom: 1px solid #F5F5F5;
  position: relative;
  overflow: hidden; }

.article-famous-doctor-headpic {
  float: left; }
  .article-famous-doctor-headpic img {
    width: 113px;
    height: 113px; }

.article-famous-doctor-info {
  margin: 0 0 0 130px; }

.article-famous-doctor-name {
  font-size: 17px; }
  .article-famous-doctor-name span {
    font-size: 12px;
    margin: 0 0 0 10px; }

.article-famous-doctor-sum {
  font-size: 14px; }

.article-famous-doctor-btn {
  width: 91px;
  height: 26px;
  background: #FF4822;
  border-radius: 3px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 17px;
  font-size: 14px; }

.article-expert-doctor-lst {
  display: none; }

.article-expert-doctor2 {
  display: none; }

.article-famous-more {
  text-align: right;
  padding: 5px 10px 0 0; }
  .article-famous-more a {
    color: #ed5736;
    font-size: 14px; }

.n-doctor-wap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 20px 0; }
  .n-doctor-wap:after {
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    content: ''; }

.n-doctor-left {
  max-width: 907px;
  margin: 0 293px 0 0;
  background: #fff; }

.n-doctor-right {
  float: right;
  width: 273px;
  display: block;
  background: #fff; }

.n-doctor-share {
  position: relative;
  height: 58px;
  line-height: 58px; }

.n-doctor-share .jiathis_style_32x32 {
  bottom: 40px;
  right: 10px; }

.n-doctor-share .article-share-area {
  font-size: 18px; }

.n-doctor-relevant-m {
  margin: 0 30px;
  border-bottom: 1px solid #F6F6F6; }
  .n-doctor-relevant-m a {
    display: block;
    padding: 30px 0; }
  .n-doctor-relevant-m:after {
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    content: ''; }

.n-doctor-relevant-m-headpic {
  width: 66px;
  height: 66px;
  float: left; }
  .n-doctor-relevant-m-headpic img {
    width: 66px;
    height: 66px;
    border-radius: 100%; }

.n-doctor-relevant-m-info {
  margin: 0 0 0 80px; }
  .n-doctor-relevant-m-info p {
    font-size: 12px; }
    .n-doctor-relevant-m-info p:first-child {
      font-size: 21px;
      padding: 5px 0 5px 0; }
      .n-doctor-relevant-m-info p:first-child span {
        font-size: 12px; }

.online-pc {
  display: block; }

.online-wap {
  display: none; }

.history-toast {
  display: none; }

.top-down {
  display: none; }

.dcn-info-btn {
  display: none; }

.dcn-info-btn2 {
  display: none; }

.dcn-info-btn3 {
  width: 60px;
  height: 54px;
  background-color: #FFF;
  border-radius: 100% 0 0 100%;
  position: absolute;
  right: 0;
  top: 20%;
  text-align: center; }
  .dcn-info-btn3 span {
    display: inline-block;
    width: 26px;
    height: 30px;
    font-size: 10px;
    border-radius: 100%;
    background-color: #f2745c;
    color: #FFF;
    text-align: center;
    padding: 6px 8px;
    margin: 6px auto; }

.d-inquiry-box2 {
  background: #fff;
  margin: 0 0 10px 0;
  padding: 0px 0px 0 12px;
  display: none; }
  .d-inquiry-box2 ul li {
    border-bottom: 1px solid #eee;
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 27px;
    position: relative;
    cursor: pointer; }
    .d-inquiry-box2 ul li:last-child {
      border-bottom: none; }

@media only screen and (max-width: 1148px) {
  .safe-service-tbox {
    padding: 20% 4% 0; }
    .safe-service-tbox h3 {
      font-size: 14px; }
    .safe-service-tbox p {
      font-size: 11px; } }
.safe-succ {
  color: #4f4f53;
  display: none;
  background: #F9F9F9; }
  .safe-succ h2 {
    font-size: 20px;
    padding: 40px 15px 0;
    text-align: center; }
  .safe-succ ul {
    width: 205px;
    margin: 0px auto;
    font-size: 15px;
    line-height: 1.6;
    padding: 40px 0; }

@media only screen and (max-width: 1050px) {
  .app-service {
    padding: 160px 2% 0 2%; } }
@media only screen and (min-width: 768px) and (max-width: 995px) {
  .safe-mv-main-text {
    text-align: center;
    width: 100%;
    margin: 4% 0 0 0;
    float: none; }

  .safe-mv-box {
    margin: 4% auto 7% auto;
    float: none; } }
@media only screen and (min-width: 768px) and (max-width: 830px) {
  .uw-box-lst {
    width: 28%; }

  .uw-box-lst-last {
    display: none; } }
@media only screen and (min-width: 996px) and (max-width: 1068px) {
  .safe-mv-main-text {
    width: 235px; } }
@media only screen and (min-width: 1068px) and (max-width: 1124px) {
  .safe-mv-main-text {
    width: 300px; } }
@media only screen and (max-width: 800px) {
  .banner {
    height: 479px; }

  .phone-box {
    top: 20px;
    right: 20px; }

  .app-service {
    text-align: center;
    padding: 120px 28px 0 28px; }

  .app-service-i {
    width: 102px;
    height: 103px;
    border-radius: 100%;
    background: #F5F5F5;
    text-align: center;
    box-sizing: border-box;
    padding: 33px 0 0 0;
    display: inline-block; }

  .app-service-sum {
    padding: 26px 0 0 0; }
    .app-service-sum h2 {
      font-size: 20px;
      color: #000;
      padding: 0px 0 10px 0; }
    .app-service-sum p {
      font-size: 12px;
      color: #959595; }

  .icon-800, .i-service1, .i-service2, .i-service3, .i-service4, .i-banner-text1, .i-banner-text2 {
    background: url(../images/icon-800.png) no-repeat;
    display: inline-block;
    position: relative; }

  .i-service1 {
    background-position: 0 0px;
    width: 56px;
    height: 39px;
    left: 5px; }

  .i-service2 {
    background-position: -58px 0px;
    width: 39px;
    height: 48px; }

  .i-service3 {
    background-position: -110px 0px;
    width: 54px;
    height: 45px; }

  .i-service4 {
    background-position: -178px 0px;
    width: 47px;
    height: 40px; }

  .i-banner-text1 {
    background-position: 0px -50px;
    width: 293px;
    height: 97px;
    position: absolute;
    left: 45px;
    top: 80px; }

  .i-banner-text2 {
    background-position: 0px -150px;
    width: 88px;
    height: 163px;
    position: absolute;
    right: 301px;
    top: 200px; }

  .app-box-left-platform {
    display: none; }

  .app-box-left {
    height: 430px; }

  .doctor-box-main {
    max-width: 600px;
    margin: 0 auto; }

  .doctor {
    float: none;
    width: 100%; }

  .my-friends-sogou {
    margin: 0 35px; }

  .my-friends-trt {
    margin: 0 35px; }

  .my-friends-sfbest {
    margin: 0 35px; } }
.bg-fff {
  background: #fff; }

.j-top {
  margin: 0 auto;
  height: 333px;
  background: url(../images/join/top-bg.jpg) no-repeat center; }
  .j-top img {
    width: 100%; }

.j-box {
  font-size: 14px; }
  .j-box h2 {
    font-size: 24px;
    text-align: center;
    padding: 46px 0 29px 0; }
  .j-box p {
    line-height: 1.7; }
    .j-box p.center {
      text-align: center; }
  .j-box ul {
    margin: 0 75px;
    border-top: 1px solid #F1F1F1;
    padding: 0 0 60px 0; }
    .j-box ul li {
      border-bottom: 1px solid #F1F1F1; }
      .j-box ul li h3 {
        height: 77px;
        line-height: 77px;
        color: #dc6142;
        font-size: 18px;
        cursor: pointer; }

.icon-join, .i-j-1, .i-j-2, .i-j-3, .i-j-4, .i-j-5, .i-j-6 {
  width: 20px;
  height: 26px;
  background: url(../images/join/icon-join.png) no-repeat;
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  top: 7px; }

.i-j-1 {
  background-position: 0 0; }

.i-j-2 {
  background-position: -30px 0; }

.i-j-3 {
  background-position: -60px 0; }

.i-j-4 {
  background-position: -90px 0; }

.i-j-5 {
  background-position: -120px 0; }

.i-j-6 {
  background-position: -152px 0; }

.j-li-more-box {
  float: right;
  color: #aeaeae;
  font-size: 14px; }

.i-li-more {
  width: 15px;
  height: 8px;
  background: url(../images/join/jj.png) no-repeat;
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  transition: 1s; }

.i-li-more-ani {
  transform: rotate(180deg); }

.j-li-main {
  padding: 0 0 30px 35px;
  display: none;
  width: 100%; }
  .j-li-main h4 {
    font-weight: bold; }
  .j-li-main p {
    margin: 0 0 10px;
    line-height: 1.7; }

.j-li-em {
  transition: 1s; }

.j-li-em-ani {
  opacity: 0; }

.j-logo-wrap {
  display: none;
  width: 100%; }

/* doctor-detail */
.dc-top {
  height: 61px;
  line-height: 61px;
  text-align: center;
  font-size: 17px;
  color: #4f4f53;
  position: relative; }

.dc-close {
  width: 60px;
  height: 60px;
  background: url(../images/close.png) no-repeat center center;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: 14px auto; }

.dc-step {
  border-top: 1px solid #EBEBEB;
  height: 30px;
  position: relative; }

.dc-step-1-on {
  border-top: 1px solid #FFB3A7;
  position: absolute;
  left: 0;
  width: 35%;
  top: -1px; }

.dc-step-3-on {
  border-top: 1px solid #FDD7D1;
  position: absolute;
  left: 0;
  width: 65%;
  top: -1px; }

.dc-step-1 {
  position: absolute;
  width: 50px;
  left: 35%;
  margin: -8px 0 0 -25px;
  text-align: center; }

.dc-step-1-icon {
  width: 15px;
  height: 15px;
  background: url(../images/point1.png) no-repeat;
  display: inline-block;
  background-size: contain; }

.dc-step-1-text {
  color: #ed5736;
  font-size: 12px; }

.dc-step-2 {
  position: absolute;
  width: 50px;
  left: 65%;
  margin: -8px 0 0 -25px;
  text-align: center; }

.dc-step-2-icon {
  width: 15px;
  height: 15px;
  background: url(../images/point2.png) no-repeat;
  display: inline-block;
  background-size: contain; }

.dc-step-2-text {
  color: #a7a6ae;
  font-size: 12px; }

.dc-step-3 {
  position: absolute;
  width: 50px;
  left: 35%;
  margin: -8px 0 0 -25px;
  text-align: center; }

.dc-step-3-icon {
  width: 15px;
  height: 15px;
  background: url(../images/point3.png) no-repeat;
  display: inline-block;
  background-size: contain; }

.dc-step-3-text {
  color: #ffb3a7;
  font-size: 12px; }

.dc-login {
  padding: 0 18px;
  margin: 20px 0 0 0;
  position: relative; }
  .dc-login ul li span {
    color: #4f4f53;
    width: 76px;
    float: left;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #fff; }
  .dc-login ul li p {
    overflow: hidden;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #F3F3F3;
    position: relative; }
    .dc-login ul li p.bb-n {
      border-bottom: 1px solid #fff; }
  .dc-login ul li input {
    border: none;
    width: 200px;
    line-height: 20px; }

.dc-proving-btn, .dc-proving-btn-enable {
  width: 82px;
  height: 24px;
  line-height: 24px;
  background: #DBDBDB;
  border-radius: 3px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 12px;
  text-align: center;
  display: none; }

.dc-proving-btn-enable {
  background: #ED5736;
  width: 72px; }

#getVerCode-on {
  display: block;
  font-style: normal; }

.birthYear {
  border: none;
  color: #999; }

.dc-info {
  padding: 0 18px;
  margin: 20px 0 0 0; }
  .dc-info h2 {
    color: #a7a6ae; }
  .dc-info ul {
    margin: 8px 0 0 0; }
    .dc-info ul li {
      height: 25px;
      line-height: 25px; }
      .dc-info ul li a {
        color: #ED5736; }

.dc-submite {
  text-align: center;
  margin: 30px 0 20px 0; }
  .dc-submite.gay a {
    background: #dbdbdb; }
  .dc-submite a {
    width: 144px;
    height: 36px;
    line-height: 36px;
    background: #ED5736;
    border-radius: 3px;
    color: #fff;
    display: inline-block; }

.dc-sex-man, .dc-sex-woman {
  width: 60px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #ECECEB;
  background: #fff;
  color: #aaa;
  display: inline-block;
  margin: 0 18px 0 0;
  font-style: normal;
  cursor: pointer; }

.dc-sex-on {
  border: 1px solid #ED5736;
  background: #ED5736;
  color: #fff; }

.dc-succ {
  text-align: center;
  margin: 60px 0 65px 0;
  display: none; }
  .dc-succ h2 {
    color: #ed5736;
    font-size: 24px;
    font-weight: bold; }
  .dc-succ p {
    margin: 15px 0 0 0; }

.dc-succ-icon {
  width: 24px;
  height: 24px;
  background: url(../images/succ.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 5px 0 0; }

.dc-app {
  height: 48px;
  position: relative;
  border-bottom: 1px solid #DDDDDD; }

.dc-app-close {
  width: 16px;
  height: 16px;
  background: url(../images/close2.png) no-repeat;
  position: absolute;
  left: 12px;
  top: 16px;
  background-size: contain; }

.dc-app-logo {
  position: absolute;
  left: 50px;
  top: 5px; }

.dc-app-sum {
  font-size: 10px;
  position: absolute;
  left: 105px;
  top: 12px;
  line-height: 1.4; }

.dc-app-down {
  width: 73px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: #ED5736;
  border-radius: 3px;
  position: absolute;
  right: 12px;
  top: 11px;
  font-size: 12px; }

.dc-doctor {
  height: 71px;
  background: #ED5736;
  position: relative;
  border-bottom: 1px solid #DDDDDD;
  margin: 0 0 35px 0; }

.dc-doctor-tx {
  position: absolute;
  left: 16px;
  top: 9px; }
  .dc-doctor-tx img {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%; }

.dc-doctor-sum {
  position: absolute;
  left: 84px;
  top: 12px;
  color: #fff; }
  .dc-doctor-sum h2 {
    font-size: 17px; }
  .dc-doctor-sum p {
    font-size: 12px;
    margin: 2px 0 0 0; }

.login-pop {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background: #fff;
  height: 470px;
  overflow: hidden;
  z-index: 102;
  display: none;
  font-size: 14px; }

#doctor-box-m .login-pop {
  display: none;
  left: -100px;
  top: 0;
  width: 350px;
  height: 310px;
  overflow: hidden;
  box-shadow: 0px 0px 24px 0px rgba(174, 174, 174, 0.33); }
#doctor-box-m .dc-invite-step3 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 31px; }
#doctor-box-m .dc-succ-pc {
  display: block;
  text-align: center;
  margin-top: -31px; }
  #doctor-box-m .dc-succ-pc h2 {
    font-size: 24px;
    padding: 30px 0 4px 0;
    color: #ed5736; }
  #doctor-box-m .dc-succ-pc p {
    color: #7D7D7D;
    font-size: 16px;
    padding: 5px 0 16px 0; }
#doctor-box-m .dc-succ-pc-icon {
  width: 18px;
  height: 18px;
  background: url(../images/succ.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 5px 0 0; }
#doctor-box-m .dc-succ-pc-code {
  padding: 3px 0px 0px 0px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  width: 255px;
  height: 255px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff; }
  #doctor-box-m .dc-succ-pc-code p {
    color: #dc6142;
    font-size: 18px;
    margin: 20px 0 0 0; }
  #doctor-box-m .dc-succ-pc-code img {
    max-width: 250px; }
#doctor-box-m .dc-s-logo {
  position: absolute;
  left: 50%;
  bottom: 14px;
  margin: 0 0 0 -31px;
  width: 62px;
  height: 14px;
  background: url(../images/s-logo.png); }
#doctor-box-m .dc-invite-step3-close {
  width: 20px;
  height: 18px;
  background: url(../images/dc-invite-step3-close.png) no-repeat;
  position: absolute;
  left: 18px;
  right: auto;
  top: 16px;
  z-index: 999;
  cursor: pointer;
  background-size: contain;
  display: none; }

.doctor-code-link {
  z-index: 999;
  background: #fff;
  display: block;
  position: relative; }
  .doctor-code-link:after {
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    content: ''; }

@media (device-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
  /* iphone 6 */
  .login-pop {
    top: 100px; } }
@media (device-width: 414px) and (-webkit-min-device-pixel-ratio: 3) {
  /* iphone6 plus */
  .login-pop {
    top: 100px; } }
.login-pop-doctorInviteRegister {
  display: block;
  top: 80px; }

.login-pop-doctorInviteRegister .dc-invite-step1 {
  top: 30px; }

.dc-error {
  position: absolute;
  width: 100%;
  text-align: center;
  color: red;
  top: -13px;
  left: 0;
  display: none; }

.shadow {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .0;
  position: fixed;
  left: 0;
  top: 0;
  filter: alpha(opacity=0);
  z-index: 101;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  display: none; }

.shadow2 {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  position: fixed;
  left: 0;
  top: 0;
  filter: alpha(opacity=0);
  z-index: 101;
  display: none; }

.dc-invite-step1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 61px;
  display: none; }

.dc-invite-step2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 61px;
  display: none; }

.dc-invite-step3 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 61px; }

.dc-invite-step3-close {
  width: 24px;
  height: 22px;
  background: url(../images/dc-invite-step3-close.png) no-repeat;
  position: absolute;
  right: 18px;
  top: 16px;
  z-index: 999;
  cursor: pointer; }

.doctorQrUrl {
  max-width: 239px; }

.dcn-recommend-header {
  height: 10.8rem;
  overflow: hidden;
  position: relative;
  display: none; }
  .dcn-recommend-header img {
    width: 100%; }

.dcn-normal-header {
  height: 102px;
  overflow: hidden;
  background: url(../images/bkg_doctor_normal.jpg);
  position: relative; }

.dcn-normal-pic {
  float: left;
  margin: 16px 0 0 12px; }
  .dcn-normal-pic img {
    width: 68px;
    height: 68px;
    border-radius: 100%;
    border: 2px solid #fff; }

.dcn-normal-info {
  float: left;
  color: #fff;
  margin: 33px 0 0 15px; }
  .dcn-normal-info h2 {
    font-size: 18px; }
    .dcn-normal-info h2 span {
      font-size: 12px;
      padding: 0 0 0 3px; }
  .dcn-normal-info p {
    color: #fff;
    font-size: 12px;
    padding: 8px 0 2px; }

.dcn-info {
  position: absolute;
  bottom: 10px;
  left: 16px;
  text-shadow: 1px 1px 1px #000;
  z-index: 6; }
  .dcn-info h2 {
    color: #fff; }
    .dcn-info h2 i {
      font-size: 0.8rem;
      color: #fff;
      font-style: normal; }
    .dcn-info h2 span {
      font-size: 0.6rem;
      padding: 0 0 0 3px; }
  .dcn-info p {
    color: #fff;
    font-size: 0.6rem;
    padding: 5px 0 2px; }

.dcn-info-shadow {
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/dcn-info-shadow.png);
  background-size: contain;
  z-index: 5; }

.dcn-wrap {
  padding: 0 0 10px 0; }

.dcn-skill {
  background: #fff;
  padding: 0px 0 0 0; }
  .dcn-skill h2 {
    text-align: center;
    font-size: 0.75rem; }
  .dcn-skill ul {
    padding: 15px 0 3px 12px;
    overflow: hidden; }
    .dcn-skill ul li {
      float: left;
      padding: 0 18px;
      height: 21px;
      line-height: 21px;
      border: 1px solid #DBDBDB;
      color: #4F4F53;
      margin: 0 12px 12px 0;
      border-radius: 21px; }

.dcn-recommendWords {
  background: #ED5736;
  position: relative;
  padding: 20px 28px;
  margin: 10px 0 0 0;
  display: none; }
  .dcn-recommendWords p {
    color: #fff;
    line-height: 1.5;
    position: relative;
    z-index: 10;
    margin: 0 35px 0 0;
    font-size: 0.7rem; }

.dcn-ic-seal {
  background: url(../images/ic_seal.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  background-size: contain; }

.dcn-ic-quotation-up {
  background: url(../images/ic_quotation_up.png) no-repeat;
  position: absolute;
  left: 10px;
  top: 19px;
  z-index: 2;
  width: 10px;
  height: 10px;
  background-size: contain; }

.dcn-ic-quotation-down {
  background: url(../images/ic_quotation_down.png) no-repeat;
  position: absolute;
  right: 58px;
  bottom: 20px;
  z-index: 3;
  width: 10px;
  height: 10px;
  background-size: contain; }

.dcn-about {
  background: #fff;
  padding: 0px 12px 0px 12px;
  margin: 10px 0 0 0;
  line-height: 1.5;
  display: none;
  font-size: 0.7rem; }
  .dcn-about h2 {
    text-align: center;
    font-size: 0.75rem;
    padding: 0 0 10px 0; }
  .dcn-about img {
    max-width: 100%;
    margin: 10px auto 10px auto; }

.dcn-about-main-img {
  text-align: center; }

.dcn-introduction {
  background: #fff;
  padding: 10px 12px 0px 12px;
  margin: 10px 0 0px 0;
  line-height: 1.5;
  font-size: 0.7rem; }
  .dcn-introduction h2 {
    text-align: center;
    font-size: 0.75rem;
    padding: 0 0 0px 0; }

.dcn-comment {
  background: #fff;
  padding: 0px 12px 0 12px;
  margin: 10px 0 0 0;
  line-height: 1.5; }
  .dcn-comment h2 {
    text-align: center;
    font-size: 0.75rem;
    padding: 0 0 0px 0; }

.dcn-comment-main {
  font-size: 0.7rem; }

.dcn-comment-lst-info {
  padding: 7px 0 0 0; }

.dcn-comment-lst-time {
  float: right;
  color: #AAA9B0;
  font-size: 14px; }

.dcn-comment-lst-type {
  color: #EE5D3D; }

.dcn-comment-lst-number {
  margin: 0 0 0 10px;
  font-size: 0.6rem; }

.dcn-comment-lst-tag {
  padding: 3px 0 3px 0;
  overflow: hidden; }
  .dcn-comment-lst-tag span {
    float: left;
    height: 22px;
    line-height: 22px;
    background: #D9E7F8;
    color: #96A3B4;
    border-radius: 3px;
    margin: 5px 10px 5px 0;
    padding: 0 12px;
    font-size: 14px; }

.dcn-comment-lst-mess {
  padding: 0 0 5px 0;
  color: #333; }

.dcn-comment-lst-symptom {
  color: #A7A6AE;
  padding: 0.25rem 0rem;
  border-bottom: 1px solid #F3F3F3;
  position: relative; }

.symptom {
  max-height: 2.1rem;
  overflow: hidden;
  padding-bottom: 0;
  position: relative; }

.dcn-comment-lst-symptom-down320 {
  height: 1rem;
  position: absolute;
  color: #88B1E2;
  display: block;
  bottom: 0.3rem;
  right: 0;
  background: url(../images/wap-more-bg.png) no-repeat left top;
  z-index: 300;
  padding: 0rem 0rem 0rem 0.6rem;
  background-size: 3.4rem auto;
  text-align: right;
  white-space: nowrap; }

.dcn-comment-lst-symptom-down {
  display: none; }

.dcn-btn {
  height: 2.4rem;
  line-height: 2.4rem;
  background: #ED5736;
  font-size: 0.85rem;
  text-align: center;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none; }

.dcn-comment-all {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 0.7rem;
  color: #333; }
  .dcn-comment-all i {
    font-style: normal; }

.dcn-pc-header {
  display: none; }

.dcn-introduction-main {
  padding: 0 0 5px 0; }

.dcn-comment-lst {
  padding: 10px 0 0 0; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    font-family: 'Heiti SC','华文黑体','黑体',"Helvetica Neue"; }

  pre {
    font-family: 'Heiti SC','华文黑体','黑体',"Helvetica Neue";
    font-size: 0.7rem; }

  .bottom-down-btn2 {
    display: block !important; }

  .d-inquiry-box2 {
    display: block !important; }

  .search-wrap-r {
    display: none !important; }

  .un-paging {
    display: none !important; }

  .search-wrap-wap {
    display: block !important; }

  .detail-bg, .unwell-bg, .doctor-bg {
    background: #f5f5f5; }

  .header {
    height: 47px;
    text-align: center;
    position: relative; }

  .header-main {
    width: auto !important; }
    .header-main .tab {
      display: none !important; }

  .nav, .illness, .phone-box, .app-box-left, .mainer-t2, .footer-t2 {
    display: none; }

  .logo {
    float: none !important;
    padding: 1px 0 0 0px;
    margin: 0 !important; }
    .logo a {
      background: url(../images/logo-wap.png) no-repeat;
      width: 122px;
      height: 46px;
      display: inline-block;
      background-size: contain; }
      .logo a img {
        display: none; }

  .banner {
    height: 165px;
    background: url(../images/index0512/wap-banner.jpg) center no-repeat;
    background-size: cover; }

  .banner-safety {
    height: 138px; }

  .app-service {
    text-align: center;
    padding: 20px 10px 0 10px;
    margin: 0 0 0 0px; }
    .app-service ul li:last-child h2:after {
      position: absolute;
      top: 6px;
      right: 0px;
      width: 0px;
      height: 0px;
      content: '';
      background: url(../images/icon-320.png);
      background-position: -114px 0;
      background-size: 320px auto; }

  .app-service-i {
    width: 51px;
    height: 51px;
    border-radius: 100%;
    background: #F5F5F5;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0 0 0;
    display: inline-block; }

  .app-service-sum {
    padding: 6px 0 0 0; }
    .app-service-sum h2 {
      font-size: 12px;
      color: #000;
      padding: 0px 0 10px 0;
      position: relative; }
      .app-service-sum h2:after {
        position: absolute;
        top: 6px;
        right: 0px;
        width: 0px;
        height: 0px;
        content: '';
        background: url(../images/icon-320.png);
        background-position: -114px 0;
        background-size: 320px auto; }
    .app-service-sum p {
      display: none; }

  .icon-320, .i-service1, .i-service2, .i-service3, .i-service4, .i-banner-text1, .i-banner-safety-text1, .i-banner-safety-btn, .i-banner-text2, .wap-lst span.i-wap-lst, .wap-return span, .pop-box-close {
    background: url(../images/icon-320.png) no-repeat;
    display: inline-block;
    position: relative;
    background-size: 320px auto; }

  .i-service1 {
    background-position: 0 -185px;
    width: 28px;
    height: 20px;
    left: 3px; }

  .i-service2 {
    background-position: -29px -185px;
    width: 20px;
    height: 24px;
    top: -3px; }

  .i-service3 {
    background-position: -55px -185px;
    width: 27px;
    height: 23px; }

  .i-service4 {
    background-position: -89px -185px;
    width: 24px;
    height: 20px; }

  .i-banner-text1 {
    background-position: 0px -30px;
    width: 141px;
    height: 46px;
    position: absolute;
    left: 20px;
    top: 30px; }

  .i-banner-safety-text1 {
    background-position: -160px 0px;
    width: 127px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 20px;
    margin: 0 0 0 -64px; }

  .i-banner-safety-btn {
    background-position: -250px 0px;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 5px;
    right: 9px; }

  .i-banner-text2 {
    background-position: 0px -78px;
    width: 58px;
    height: 101px;
    position: absolute;
    right: 20px;
    top: 53px; }

  .illness-lst {
    width: 120px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 1px 14px 0px rgba(90, 90, 90, 0.33);
    position: absolute;
    top: 45px;
    left: -70px;
    text-align: center;
    height: 165px;
    overflow: hidden;
    z-index: 100;
    display: none; }

  .wap-lst {
    position: absolute;
    right: 0;
    top: 0;
    width: 61px;
    height: 47px;
    display: block; }
    .wap-lst span.i-wap-lst {
      background-position: -80px -5px;
      width: 15px;
      height: 12px;
      position: absolute;
      right: 24px;
      top: 19px; }

  .wap-return {
    position: absolute;
    left: 0;
    top: 0;
    height: 47px;
    width: 47px;
    display: block; }
    .wap-return span {
      background-position: -125px 0px;
      width: 8px;
      height: 15px;
      position: absolute;
      left: 24px;
      top: 19px; }

  .wrap-index .wap-return {
    display: none; }

  .doctor-box-main {
    margin: 0 auto;
    margin-bottom: 10px !important; }

  .doctor-box-wrap {
    padding: 0 10px; }

  .doctor-undoc {
    padding: 0 0px 28px; }

  .i-illness-lst {
    z-index: 102;
    right: 23px; }

  .wap-down {
    height: 34px;
    line-height: 34px;
    background: #ED5736;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 5px 10px 50px;
    border-radius: 3px;
    display: block; }

  .wrap-index .wap-down {
    margin-bottom: 0px; }

  .mainer {
    padding-bottom: 10px; }

  .mainer-t1 {
    padding: 34px 0 19px 0;
    text-align: center; }

  .mainer-t1-img {
    background: url(../images/index0512/wap-tit3.png) no-repeat;
    width: 237px;
    height: 29px;
    display: inline-block;
    background-size: contain; }

  .doctor-box {
    margin: 0px 0 0 0;
    background: #fff; }

  .doctor {
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    float: none;
    border-bottom: 5px solid #F5F5F5;
    border-right: 1px solid #F5F5F5; }

  .doctor-undoc .doctor {
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    float: none;
    border-bottom: 1px solid #F5F5F5;
    border-right: none; }

  .doctor-headpic {
    width: 115px;
    height: 115px;
    overflow: hidden;
    float: left; }

  .doctor-undoc .doctor-headpic {
    width: 90px;
    height: 90px;
    overflow: hidden;
    float: left;
    margin: 13px 0 13px 17px; }

  .doctor-info {
    margin: 0 0 0 125px;
    font-size: 12px;
    padding: 5px 0 0 0; }
    .doctor-info p {
      padding: 0 0 0px 0; }

  .doctor-undoc .doctor-info {
    margin: 0 0 0 125px;
    font-size: 12px;
    padding: 5px 0 0 0; }
    .doctor-undoc .doctor-info p {
      padding: 0 0 0px 0; }
      .doctor-undoc .doctor-info p.doctor-name {
        margin: 10px 0 6px 0; }

  .doctor-undoc-footer {
    display: none; }

  .in-submit {
    background: #fff;
    padding: 6px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
    border-top: 1px solid #DBDBDB;
    height: 49px;
    display: block; }
    .in-submit a {
      border-radius: 4px;
      background: #ed5736;
      border: 1px solid #ed5736;
      height: 34px;
      line-height: 34px;
      font-size: 15px;
      display: block;
      color: #fff;
      text-align: center;
      cursor: pointer; }
      .in-submit a:active {
        background: #E6411E; }

  .doctor-info-last-child {
    height: 15px;
    overflow: hidden; }

  .doctor-undoc .doctor-info-last-child {
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal; }

  .doctor-info-name {
    font-size: 15px;
    margin: 0 10px 0 0; }

  .doctor-undoc .doctor-info-name {
    font-size: 16px;
    margin: 0px 10px 0 0; }

  .doctor-info-sum {
    color: #9c9c9c;
    font-size: 9px;
    padding: 8px 0 5px;
    height: 18px;
    margin: 0 10px 0 0;
    line-height: 1.7; }
    .doctor-info-sum p {
      padding: 0 0px 4px 0;
      float: left;
      box-sizing: border-box;
      width: 35%;
      height: 15px;
      overflow: hidden; }
      .doctor-info-sum p:last-child {
        width: 65%; }

  .doctor-undoc .doctor-info-sum {
    color: #9c9c9c;
    font-size: 9px;
    padding: 8px 0 5px;
    height: 18px;
    margin: 0 10px 0 0;
    line-height: 1.7; }
    .doctor-undoc .doctor-info-sum p {
      padding: 0 0px 19px 0;
      float: left;
      box-sizing: border-box;
      width: 90%;
      height: 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      word-wrap: normal; }
      .doctor-undoc .doctor-info-sum p:last-child {
        width: 90%; }

  .doctor-info-quote {
    font-size: 11px;
    padding: 0 10px 0 15px;
    margin: 0px 10px 0 0;
    position: relative; }

  .doctor-undoc .doctor-info-quote {
    display: none;
    font-size: 11px;
    padding: 0 10px 0 15px;
    margin: 0px 10px 0 0;
    position: relative; }

  .mainer .bx-has-pager {
    margin: -10px 0 0 0;
    position: relative; }

  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 4px;
    height: 4px;
    margin: 0 4px; }

  .bx-wrapper {
    position: relative;
    margin: 0 auto 30px;
    padding: 0; }

  .my-friends {
    text-align: center;
    padding: 24px 0 0 0; }

  .my-friends-logo {
    padding: 8px 0px 0px 0;
    min-width: 320px;
    box-sizing: border-box; }
    .my-friends-logo span {
      padding: 0 0px;
      position: relative;
      display: inline-block; }
      .my-friends-logo span:first-child {
        position: relative;
        top: 30px; }
    .my-friends-logo span:nth-child(2):after {
      position: absolute;
      top: 20px;
      left: 0;
      width: 1px;
      height: 34px;
      border-right: 1px solid #878787;
      content: ''; }
    .my-friends-logo span:nth-child(3):after {
      position: absolute;
      top: 5px;
      left: 0;
      width: 1px;
      height: 34px;
      border-right: 1px solid #878787;
      content: ''; }

  .my-friends-sogou {
    width: 75px;
    height: 24px;
    background: url(../images/sogou.png) no-repeat;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: -30px;
    background-size: contain; }

  .my-friends-trt {
    width: 52px;
    height: 47px;
    background: url(../images/trt.png) no-repeat;
    display: inline-block;
    margin: 0 15px;
    background-size: contain;
    position: relative;
    top: 10px; }

  .my-friends-trt {
    width: 52px;
    height: 47px;
    background: url(../images/trt.png) no-repeat;
    display: inline-block;
    margin: 0 15px;
    background-size: contain;
    position: relative;
    top: 10px; }

  .my-friends-sfbest {
    width: 73px;
    height: 32px;
    background: url(../images/sfbest.jpg) no-repeat;
    display: inline-block;
    margin: 0 20px;
    background-size: contain;
    position: relative;
    top: 5px; }

  .footer {
    border-top: 1px solid #9C9C9C;
    background: url(../images/footer-bg.jpg);
    height: 137px;
    box-sizing: border-box;
    padding: 10px 0 0 0;
    color: #fff;
    margin: 0px 0 0 0; }

  .footer-main {
    margin: 0 auto;
    position: relative;
    display: none; }

  .footer-line-menu, .footer-line-menu2 {
    display: none; }

  .footer-code {
    float: left;
    width: 286px;
    position: relative;
    display: none; }
    .footer-code ul li {
      float: left;
      margin: 0 27px 0 0;
      text-align: center; }
      .footer-code ul li p:last-child {
        padding: 8px 0 0 0; }
    .footer-code:after {
      position: absolute;
      top: 23px;
      right: 0;
      width: 1px;
      height: 68px;
      border-right: 1px solid #7A7A7A;
      content: ''; }

  .footer-info {
    margin: 0 0 0 0px;
    padding: 15px 0 0 0px;
    text-align: center; }
    .footer-info p {
      padding: 1px 0 0 0; }

  .footer-info-tel {
    color: #dc6142;
    font-size: 0.7rem; }

  .footer-copy {
    text-align: center;
    padding: 30px 0 0 0; }
    .footer-copy span {
      margin: 0 0 0 10px; }

  .footer-copy-icp {
    display: block;
    text-align: center;
    padding: 10px 0 1px 0; }

  .footer-copy-wap {
    display: block;
    text-align: center; }

  .article-box {
    margin: 0px auto 0px auto; }
    .article-box h2 {
      padding-left: 10px;
      line-height: 40px; }
    .article-box h3 {
      margin: 5px 0 9px 0;
      font-size: 18px; }
    .article-box > h2 {
      line-height: 40px;
      height: 40px;
      border-bottom: 1px solid #F5F5F5; }

  .unwellnessdoc-tit {
    margin: 10px 0 0 0;
    position: relative;
    padding-left: 15px !important;
    height: 40px !important;
    line-height: 40px !important;
    display: block; }
    .unwellnessdoc-tit:after {
      position: absolute;
      top: 11px;
      left: 0;
      width: 1px;
      height: 18px;
      border-left: 5px solid #FF4822;
      content: ''; }

  .unwell-doc .unwellnessdoc-tit {
    margin: 0; }

  .unwellnessdoc-tit-pc {
    display: none; }

  .related-articles-box {
    margin-left: auto;
    margin-right: auto; }

  .article-main {
    padding: 0 10px;
    color: #434343;
    line-height: 1.5;
    font-size: 18px; }
    .article-main #seArticleContent h2 {
      display: none; }
    .article-main h2 {
      font-size: 24px;
      color: #313131;
      text-align: center;
      padding: 10px 0 10px 0; }
    .article-main h3 {
      text-align: left;
      font-size: 20px;
      margin: 15px 0 10px 0;
      font-weight: bold; }
      .article-main h3:after {
        position: absolute;
        top: 4px;
        left: 0;
        width: 1px;
        height: 22px;
        border-right: 5px solid #ed5736;
        content: ''; }
    .article-main h4 {
      font-weight: bold;
      font-size: 0.7rem;
      margin: 15px 0 0; }
    .article-main h5 {
      font-weight: normal;
      font-size: 0.7rem;
      margin: 10px 0 0; }
    .article-main h6 {
      font-weight: normal;
      margin: 7px 0;
      font-size: 0.7rem;
      text-indent: 32px; }
    .article-main p {
      color: #434343;
      line-height: 1.5;
      margin: 0 0 15px 0;
      text-indent: 32px;
      font-size: 0.7rem; }
    .article-main pre {
      word-wrap: break-word;
      word-break: break-all; }
    .article-main code {
      word-wrap: break-word;
      word-break: break-all;
      line-height: 1.8;
      margin: 0 0 15px 0;
      white-space: -moz-pre-wrap;
      white-space: pre-wrap;
      font-family: "Microsoft YaHei"; }
    .article-main em {
      font-style: italic;
      word-break: break-all; }
    .article-main:after {
      clear: both;
      height: 0;
      display: block;
      visibility: hidden;
      overflow: hidden;
      content: ''; }

  #seArticleName {
    text-align: left;
    display: block; }

  #articleH2 {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: -10px; }

  .expert-doctor {
    margin: 15px 0 0 0;
    width: 100%;
    box-sizing: border-box;
    background: url(../images/expert-tit2.png) no-repeat left top;
    background-size: 20px auto;
    padding-bottom: 0px;
    position: relative;
    min-height: 87px;
    padding-bottom: 8px; }

  .expert-doctor-headpic {
    width: 73px;
    float: left;
    text-align: center;
    margin: 12px 0 5px 20px; }
    .expert-doctor-headpic img {
      width: 43px;
      height: 43px;
      border-radius: 100%; }

  .expert-doctor-info {
    padding: 6px 0 0 0;
    margin: 0 0 0 30px;
    max-height: 126px;
    height: auto;
    display: block; }
    .expert-doctor-info p {
      font-size: 12px !important;
      color: #434343;
      text-indent: 0 !important;
      padding: 0;
      margin: 0 !important;
      line-height: 1.5; }
      .expert-doctor-info p.expert-doctor-info-tit {
        font-size: 14px !important;
        color: #434343;
        text-indent: 0 !important;
        font-weight: bold;
        padding: 8px 0 8px 0; }

  .expert-doctor-info-academicTitle {
    display: block;
    margin: 0 0 0 0;
    font-size: 12px;
    color: #999; }

  .expert-doctor-btn-wap {
    display: block;
    position: absolute;
    right: 17px;
    top: 15px;
    width: 3rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    background: #ed5736;
    color: #fff;
    font-size: 0.5rem;
    border-radius: 3px; }

  .article-menu {
    margin: 10px 0 0 0;
    display: block; }
    .article-menu ul {
      background: #FBFBFB;
      padding: 0px 0 0px 0; }
      .article-menu ul li {
        color: #999999;
        display: inline-block;
        width: 100%;
        padding: 8px 0; }
        .article-menu ul li span {
          color: #000000;
          float: left;
          font-size: 14px;
          width: 66px;
          box-sizing: border-box;
          padding: 0 0 0 10px; }
        .article-menu ul li p {
          color: #999;
          font-size: 14px;
          padding: 0;
          margin: 0 0 0 76px;
          text-indent: 0;
          word-break: normal;
          word-wrap: break-word; }
        .article-menu ul li:nth-child(2) {
          display: none; }

  .article-mainer, .article-mainer-box {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 0 20px 0; }

  .detail-tit {
    height: 40px;
    line-height: 40px; }

  .related-articles-ner {
    padding: 10px 10px; }

  .related-articles-tit {
    padding: 0; }

  .related-articles-text {
    display: none; }
    .related-articles-text img {
      width: 50%; }

  .unwell-box {
    padding: 10px 0 10px 0; }
    .unwell-box h3 {
      height: 40px;
      line-height: 40px;
      padding: 0 0 0 0px;
      color: #dc6142;
      font-size: 16px;
      background: #fff;
      margin: 0 0 6px 0; }
      .unwell-box h3 span {
        border-left: 6px solid #dc6142;
        padding: 0 0 0 20px; }
    .unwell-box ul {
      padding: 0 10px; }
      .unwell-box ul li {
        float: left;
        margin: 0 14px 12px 0; }
        .unwell-box ul li a {
          height: 37px;
          line-height: 37px;
          border: 1px solid #E0E0E0;
          background: #fff;
          padding: 0 10px;
          display: block;
          font-size: 14px; }
          .unwell-box ul li a:hover {
            border: 1px solid #F16F53;
            color: #F16F53; }

  .jiathis_style_32x32, .article-share-area {
    display: none; }

  .article-share {
    padding: 5px 0px 15px 0;
    font-size: 9px;
    color: #999;
    text-align: center;
    display: none; }

  .article-doctor {
    display: none; }

  .article-top-box {
    display: none; }
    .article-top-box img {
      max-width: 100%; }

  .article-detail-h2, .footer-none {
    display: none; }

  .pop-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #333333;
    display: block;
    height: 55px;
    display: none; }

  .pop-box-logo {
    float: left;
    margin: 8px 0 0 36px;
    background: url(../images/app.png) no-repeat;
    background-size: contain;
    width: 38px;
    height: 39px; }

  .pop-box-con {
    float: left;
    margin: 8px 0 0 10px;
    color: #fff; }
    .pop-box-con h3 {
      font-size: 15px; }
    .pop-box-con p {
      font-size: 12px; }

  .pop-box-btn {
    width: 77px;
    height: 29px;
    line-height: 29px;
    background: #ED5736;
    position: absolute;
    top: 13px;
    right: 9px;
    text-align: center;
    color: #fff;
    border-radius: 3px; }

  .pop-box-close {
    position: absolute;
    width: 16px;
    height: 16px;
    background-position: -139px 0px;
    left: 10px;
    top: 19px; }

  .app-box-article-z {
    background: #fff;
    margin: -10px 0 0px 0;
    display: block;
    height: 233px; }
    .app-box-article-z .app-service {
      border-top: 1px solid #EEEEEE; }

  .doctor-headpic-btn {
    display: none; }

  .doctor-headpic-code {
    display: none; }

  .my-friends-t1 {
    width: 6.7rem;
    height: 1.4rem;
    background: url(../images/index0512/wap-tit4.png);
    background-size: contain; }

  /* safety */
  .safety-1200 {
    display: none; }

  .safety-320 {
    display: block; }

  .banner-safety-register {
    height: 178px; }

  .i-banner-safety-register-text1 {
    background: url(../images/pingan-tit-320.png);
    width: 252px;
    height: 128px;
    position: absolute;
    left: 50%;
    top: 25px;
    margin: 0 0 0 -126px;
    background-size: contain; }

  .banner-safety-btn {
    height: 33px;
    line-height: 33px;
    background: #ED5736;
    padding: 0 0px 0 0px;
    position: absolute;
    display: inline-block;
    top: 91px;
    color: #fff;
    margin: 0 0 0 -62px;
    left: 50%;
    width: 125px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center; }

  .banner-safety-btn2 {
    height: 33px;
    line-height: 33px;
    background: #ED5736;
    padding: 0 0px 0 0px;
    display: inline-block;
    color: #fff;
    width: 125px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px; }

  .i-banner-safety-btn {
    display: none; }

  .safe-slide1 {
    padding: 10px 0 0 0; }

  .safe-vs {
    padding: 0px 0;
    text-align: center; }
    .safe-vs img {
      max-width: 100%; }

  .safe-slide1 .bx-pager {
    position: static;
    padding: 2px 0 5px 0; }

  .safe-mv {
    padding: 10px 0 0 0; }

  .safe-friends {
    padding: 10px 0 20px 0; }

  .safe-slide5 {
    padding: 10px 0 0 0; }

  .safe-mv-info {
    color: #333;
    text-align: center; }
    .safe-mv-info h2 {
      font-size: 15px;
      padding: 20px 20px 10px; }
    .safe-mv-info p {
      font-size: 12px;
      line-height: 1.5;
      padding: 0 20px 15px; }

  .my-video-dimensions {
    width: 320px;
    height: 180px;
    margin: 0 auto; }

  .safe-friends-info {
    color: #333;
    text-align: center; }
    .safe-friends-info h2 {
      font-size: 15px;
      padding: 20px 0 15px 0; }
    .safe-friends-info p {
      font-size: 12px;
      line-height: 1.5;
      padding: 0 0 15px 0; }

  .c-ed5 {
    color: #ed5736; }

  .safe-apply {
    max-width: 1200px;
    margin: 0 auto;
    background: #F9F9F9;
    position: relative; }
    .safe-apply ul {
      padding: 35px 0 0 2%; }
      .safe-apply ul li {
        height: 50px;
        padding: 0 15px; }
        .safe-apply ul li span.s-tit {
          width: 30%;
          font-size: 15px;
          color: #333;
          float: left;
          margin: 6px 0 0 0; }
        .safe-apply ul li input {
          height: 34px;
          padding: 0 14px;
          width: 70%;
          float: left;
          border-radius: 4px;
          border: 1px solid #DEDEDE;
          background: #fff;
          color: #465538;
          font-size: 15px;
          box-sizing: border-box; }
          .safe-apply ul li input:focus {
            outline: none; }
        .safe-apply ul li span.s-error {
          float: left;
          color: #e43636;
          font-size: 13px;
          margin: 10px 0 0 25px;
          display: none; }
        .safe-apply ul li:after {
          clear: both;
          height: 0;
          display: block;
          visibility: hidden;
          overflow: hidden;
          content: ''; }

  .safe-apply-btn {
    text-align: center;
    padding: 0px 15px 30px; }
    .safe-apply-btn a {
      height: 40px;
      line-height: 40px;
      background: #ED5736;
      width: 100%;
      display: block;
      color: #fff;
      border-radius: 4px;
      font-size: 18px; }
      .safe-apply-btn a:hover {
        background: #CC4523; }

  .safe-service h2 {
    width: 191px;
    height: 28px;
    background: url(../images/service-tit-320.png) no-repeat;
    margin: 30px auto 20px;
    background-size: contain; }
  .safe-service ul {
    display: none; }

  .safe-service-img {
    padding: 0 15px 25px;
    display: block !important; }
    .safe-service-img img {
      width: 100%; }

  .s-error {
    display: none !important; }

  .s-error2 {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 10px;
    color: #ff0000;
    font-size: 12px; }

  .article-box-left-m {
    margin: 0; }

  .article-menu-box {
    display: none; }

  #discomfortArticleContent h2 {
    text-align: center; }

  /* partnership */
  .safe-partnership {
    max-width: 1200px;
    margin: 0 auto; }
    .safe-partnership h2 {
      font-size: 15px;
      text-align: center;
      color: #333;
      font-family: '黑体';
      font-weight: normal;
      padding: 30px 0 20px 0; }
    .safe-partnership ul {
      width: 320px;
      margin: 0 auto;
      padding: 0rem 0rem 1rem 0rem; }
      .safe-partnership ul li {
        float: left;
        margin: 0 8px 8px; }
        .safe-partnership ul li img {
          width: 89px;
          height: 27px; }
      .safe-partnership ul:after {
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
        overflow: hidden;
        content: ''; }

  .unwell-bg .mainer {
    margin-top: 0px; }

  .unwell-doc .mainer {
    margin-top: 0px; }

  /* index0512 */
  .i-banner-text3 {
    width: 34px;
    height: 71px;
    position: absolute;
    left: 1.25rem;
    top: 3.05rem;
    background: url(../images/index0512/wap-top-text.png);
    background-size: contain; }

  .i-banner-text4 {
    width: 171px;
    height: 58px;
    position: absolute;
    left: 50%;
    top: 50px;
    background: url(../images/index0512/wap-top-code.png);
    margin: 0 0 0 -85px;
    background-size: contain; }

  .wap-uw-service {
    display: block;
    background: #F5F5F5;
    padding: 0 0 20px 0; }
    .wap-uw-service ul {
      padding: 25px 0 15px; }
      .wap-uw-service ul li {
        float: left;
        width: 25%;
        text-align: center; }
        .wap-uw-service ul li p {
          font-size: 11px;
          position: relative;
          padding: 10px 0 0 0; }
        .wap-uw-service ul li:nth-child(2) {
          width: 24%; }
        .wap-uw-service ul li:nth-child(3) {
          width: 27%; }
        .wap-uw-service ul li:nth-child(4) {
          width: 24%; }
      .wap-uw-service ul:after {
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
        overflow: hidden;
        content: ''; }

  .uw-box, .uw-slide1, .flow-box {
    display: none; }

  .i-wap-uw-service1 {
    width: 30px;
    height: 30px;
    background: url(../images/index0512/wap-f-1.png) no-repeat;
    display: inline-block;
    background-size: contain; }

  .i-wap-uw-service2 {
    width: 30px;
    height: 30px;
    background: url(../images/index0512/wap-f-2.png) no-repeat;
    display: inline-block;
    background-size: contain; }

  .i-wap-uw-service3 {
    width: 30px;
    height: 30px;
    background: url(../images/index0512/wap-f-3.png) no-repeat;
    display: inline-block;
    background-size: contain; }

  .i-wap-uw-service4 {
    width: 30px;
    height: 30px;
    background: url(../images/index0512/wap-f-4.png) no-repeat;
    display: inline-block;
    background-size: contain; }

  .i-wap-uw-right3 {
    width: 3px;
    height: 6px;
    background: url(../images/index0512/right3.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 14px; }

  .wap-uw-slide1 {
    background: #fff;
    padding: 0px 0 0 0;
    display: block; }

  .wap-uw-slide1-main {
    margin: 0 auto; }

  .wap-uw-slide1 .bx-pager {
    position: static;
    padding: 15px 0 20px 0; }

  .wap-uw-slide1 .bx-wrapper {
    margin-bottom: 0; }

  .uw-partnership {
    margin: 0 auto;
    max-width: 320px; }
    .uw-partnership ul {
      padding: 25px 0 20px 0; }
      .uw-partnership ul li {
        float: left;
        margin: 0 2% 5%; }
        .uw-partnership ul li img {
          width: 89px;
          height: 27px; }
      .uw-partnership ul:after {
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
        overflow: hidden;
        content: ''; }

  .article-relevant-doctor {
    border-top: 1px solid #EAEAEA;
    padding: 0.5rem 0rem;
    text-align: center;
    color: #ed5736;
    font-size: 0.55rem;
    display: block;
    margin: 0.5rem 0.5rem 0rem 0.5rem; }

  .i-article-relevant-doctor {
    display: inline-block;
    width: 0.25rem;
    height: 0.45rem;
    background: url(../images/right1.png) no-repeat;
    background-size: contain;
    margin: 0 0 0 0.25rem;
    position: relative;
    top: 0.05rem; }

  .article-famous {
    display: none; }

  .expert-doctor-author {
    display: none; }

  .expert-doctor-code {
    display: none; }

  .expert-doctor-code2 {
    display: none; }

  .expert-doctor-author-wap {
    display: block;
    font-style: italic;
    color: #999;
    font-size: 12px;
    margin: 20px 0 0 0; }
    .expert-doctor-author-wap a {
      color: #88B1E2; }

  .article-top-pic-wap {
    display: none;
    margin: 0 -10px; }
    .article-top-pic-wap img {
      width: 100%; }

  .article-expert-doctor-lst {
    display: block;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    background: #FAFAFA;
    padding: 0.65rem 0rem 0rem 0rem;
    margin: 0.5rem 0rem; }
    .article-expert-doctor-lst ul li {
      width: 25%;
      float: left;
      text-align: center; }
    .article-expert-doctor-lst ul:after {
      clear: both;
      height: 0;
      display: block;
      visibility: hidden;
      overflow: hidden;
      content: ''; }

  .article-expert-doctor-lst-headpic img {
    width: 2rem;
    height: 2rem;
    border-radius: 100%; }

  .article-expert-doctor-lst-name {
    font-size: 0.5rem;
    padding: 0.15rem 0rem 0rem 0rem; }

  .article-expert-doctor2 {
    display: block;
    margin: 0.5rem 0rem; }

  .article-expert-doctor2-tit {
    font-size: 0.5rem;
    color: #999; }

  .article-expert-doctor2-main {
    border-radius: 3px;
    background: #FAFAFA;
    position: relative;
    padding: 0rem 0rem 0.45rem 0rem;
    margin: 0.1rem 0rem 0rem 0rem; }
    .article-expert-doctor2-main:after {
      clear: both;
      height: 0;
      display: block;
      visibility: hidden;
      overflow: hidden;
      content: ''; }

  .article-expert-doctor2-main-headpic {
    float: left;
    margin: 0.45rem 0rem 0rem 0.4rem; }
    .article-expert-doctor2-main-headpic img {
      width: 2.05rem;
      height: 2.05rem;
      border-radius: 100%; }

  .article-expert-doctor2-main-info {
    margin: 0rem 0rem 0rem 2.9rem; }
    .article-expert-doctor2-main-info p {
      font-size: 0.5rem;
      margin: 0;
      text-indent: 0; }
      .article-expert-doctor2-main-info p:first-child {
        font-size: 0.7rem;
        padding: 0.25rem 0 0 0; }
        .article-expert-doctor2-main-info p:first-child span {
          font-size: 0.5rem; }

  .article-expert-doctor2-main-btn {
    width: 2.7rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 3px;
    background: #ed5736;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    font-size: 0.5rem; }

  .n-doctor-wap {
    max-width: 1200px;
    margin: 0 auto; }
    .n-doctor-wap:after {
      clear: both;
      height: 0;
      display: block;
      visibility: hidden;
      overflow: hidden;
      content: ''; }

  .n-doctor-left {
    max-width: 907px;
    margin: 0 0px 0 0;
    background: #fff;
    display: block; }

  .n-doctor-right {
    float: right;
    width: 273px;
    background: #333;
    height: 500px;
    display: none; }

  .dcn-recommendWords {
    display: none !important; }

  .dcn-comment-lst-tag {
    padding: 3px 0 3px 0; }
    .dcn-comment-lst-tag span {
      float: left;
      height: 22px;
      line-height: 22px;
      background: #D9E7F8;
      color: #96A3B4;
      border-radius: 3px;
      margin: 5px 10px 5px 0;
      padding: 0 12px;
      font-size: 0.6rem; }

  .online-wap {
    display: block; }

  .online-pc {
    display: none; }

  .dcn-pc-header-btn {
    display: none; }

  .dcn-skill {
    background: #fff;
    padding: 0px 0 0 0; }
    .dcn-skill h2 {
      text-align: center;
      font-size: 0.75rem; }
    .dcn-skill ul {
      padding: 15px 0 3px 12px; }
      .dcn-skill ul li {
        float: left;
        padding: 0 18px;
        height: 21px;
        line-height: 21px;
        border: 1px solid #DBDBDB;
        color: #4F4F53;
        margin: 0 12px 12px 0;
        border-radius: 21px;
        font-size: 0.7rem; }

  .article-expert-doctor2-main-info-s {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    position: relative;
    padding: 0rem 2.5rem 0rem 0rem;
    font-size: 0.5rem; }
    .article-expert-doctor2-main-info-s span {
      color: #999; }
    .article-expert-doctor2-main-info-s i {
      font-style: normal;
      color: #88b1e2;
      position: absolute;
      right: 0.5rem; }

  .d-box {
    position: fixed;
    margin: 0rem 1rem;
    border-radius: 0.25rem;
    background: #fff;
    top: 30%;
    padding: 1rem;
    display: none;
    z-index: 200; }

  .d-box-con {
    font-size: 0.7rem;
    margin: 0rem 0rem 0rem 0rem;
    line-height: 1.5; }

  .d-box-btn {
    margin: 0.75rem 0rem 0rem 0rem; }
    .d-box-btn a {
      height: 2rem;
      line-height: 2rem;
      border-radius: 0.15rem;
      text-align: center;
      border: 1px solid #999;
      font-size: 0.8rem;
      color: #999;
      float: left;
      width: 47%;
      box-sizing: border-box; }
      .d-box-btn a:first-child {
        border: 1px solid #ed5736;
        background: #ed5736;
        color: #fff;
        margin: 0 6% 0 0; }

  .history-toast {
    height: 35px;
    line-height: 35px;
    background: #F9F3D6;
    padding: 0 10px 0 10px;
    font-size: 12px;
    display: none; }
    .history-toast a {
      color: #ed5736; }

  .history-toast-x {
    float: right;
    width: 10px;
    height: 10px;
    background: url(../images/history-x.png) no-repeat;
    background-size: contain;
    margin: 13px 0 0 0; }

  .s-icon2, .search-wrap-wap i, .search-wrap-l a i, .filter-box h2 i {
    background: url(../images/unwellnessdoc/icon-wap.png) no-repeat;
    display: inline-block;
    position: relative;
    background-size: 75px auto; }

  .search-wrap-wap {
    float: right;
    padding: 0 12px 0 0;
    line-height: 33px; }
    .search-wrap-wap i {
      width: 17px;
      height: 16px;
      background-position: -20px -2px;
      margin: 0 5px 0 0px;
      top: 4px; }
    .search-wrap-wap.on {
      color: #ed5736; }
      .search-wrap-wap.on i {
        background-position: -1px -2px; }

  .search-wrap-pc {
    height: 33px;
    background: #f9f9f9;
    border-bottom: 1px solid #F5F5F5;
    font-size: 12px; }

  .search-wrap-l {
    line-height: 33px;
    padding: 0 0 0 5px; }
    .search-wrap-l a {
      padding: 0 4px;
      margin: 0 5px;
      float: left;
      display: inline-block; }
      .search-wrap-l a i {
        width: 7px;
        height: 5px;
        background-position: -54px -2px;
        margin: 0 0 0 5px;
        top: -1px; }
      .search-wrap-l a.cur {
        color: #ed5736; }
        .search-wrap-l a.cur i {
          background-position: -41px -2px; }
    .search-wrap-l:after {
      clear: both;
      height: 0;
      display: block;
      visibility: hidden;
      overflow: hidden;
      content: ''; }

  .filter-box {
    width: 271px;
    height: 100%;
    background: #fff;
    position: fixed;
    right: -271px;
    top: 0;
    z-index: 400;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; }
    .filter-box h2 {
      position: absolute;
      top: 0;
      right: 0;
      width: 271px;
      height: 43px;
      line-height: 43px;
      text-align: center;
      font-size: 15px; }
      .filter-box h2 i {
        width: 8px;
        height: 15px;
        background-position: -64px 0;
        position: absolute;
        left: 0px;
        top: 0px;
        margin: 14px 10px 10px 9px; }

  .filter-box-main {
    position: absolute;
    width: 271px;
    height: 100%;
    overflow: auto;
    top: 43px;
    right: 0;
    padding: 0 0 80px 0;
    box-sizing: border-box; }
    .filter-box-main h3 {
      height: 31px;
      line-height: 31px;
      padding: 0 0 0 13px;
      color: #a7a6ae;
      background: #f3f3f3;
      font-size: 12px; }
    .filter-box-main ul {
      background: #fff;
      padding: 15px 0 5px 0; }
      .filter-box-main ul li {
        float: left;
        width: 73px;
        line-height: 27px;
        height: 27px;
        text-align: center;
        border: 1px solid #F3F3F3;
        border-radius: 3px;
        font-size: 13px;
        margin: 0px 0 10px 10px; }
        .filter-box-main ul li.cur {
          border: 1px solid #ed5736;
          background: #ed5736;
          color: #fff; }
      .filter-box-main ul:after {
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
        overflow: hidden;
        content: ''; }

  .filter-box-main-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 271px;
    height: 33px;
    line-height: 33px;
    background: #ed5736;
    text-align: center;
    color: #fff; }

  .d-more {
    height: 45px;
    line-height: 45px;
    background: #f3f3f3;
    text-align: center;
    color: #A7A6AE; }

  .d-more-loading {
    height: 45px;
    line-height: 45px;
    background: #f3f3f3;
    text-align: center;
    display: none;
    color: #A7A6AE;
    font-size: 12px; }
    .d-more-loading img {
      position: relative;
      top: 12px;
      margin: 0 5px 0 0;
      width: 20px; }

  .oo-loading {
    position: fixed;
    background-color: transparent;
    left: 50%;
    top: 35%;
    z-index: 998;
    margin: 0 0 0 -30px;
    display: none;
    z-index: 999999; }

  .oo-loading-ir {
    position: fixed;
    background-color: transparent;
    left: 50%;
    top: 100px;
    z-index: 998;
    margin: 0 0 0 -30px;
    display: none;
    z-index: 999999; }

  .oo-loading .oo-loading-m {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    width: 60px;
    height: 60px;
    position: relative; }

  .oo-loading .oo-loading-m .oo-loading-mn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px;
    -webkit-animation: loading-rotate 1.5s infinite linear;
    animation: loading-rotate 1.5s infinite linear;
    background: url(../images/loading.png) no-repeat;
    background-size: cover; }

  @-webkit-keyframes loading-rotate {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg); } }
  @keyframes loading-rotate {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg); } }
  .top-down {
    height: 54px;
    position: relative;
    background: #FAFAFA;
    display: block;
    border-bottom: 1px solid #F5F5F5; }
    .top-down h2 {
      font-size: 15px;
      padding: 8px 0 1px 64px; }
    .top-down p {
      font-size: 11px;
      padding: 0 0 0 64px; }
    .top-down .top-btn {
      width: 78px;
      height: 29px;
      line-height: 29px;
      text-align: center;
      font: 14px;
      color: #fff;
      position: absolute;
      right: 10px;
      top: 13px;
      background: #ed5736;
      border-radius: 3px; }

  .top-down-logo {
    position: absolute;
    left: 7px;
    top: 2px; }

  .dcn-info-btn {
    position: absolute;
    right: 15px;
    bottom: 28px;
    font-size: 13px;
    width: 72px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 26px;
    background: #ed5736;
    display: block;
    z-index: 7; }

  .dcn-info-btn2 {
    position: absolute;
    right: 15px;
    top: 38px;
    font-size: 13px;
    width: 72px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 26px;
    background: #ed5736;
    display: block;
    z-index: 7; }

  .j-top {
    background: url(../images/join/top-wrap.jpg) no-repeat;
    height: 6.75rem;
    background-size: contain;
    width: 16rem; }

  .j-box {
    font-size: 14px; }
    .j-box h2 {
      font-size: 15px;
      text-align: center;
      padding: 26px 0 19px 0;
      font-weight: bold; }
    .j-box p {
      line-height: 1.7; }
      .j-box p.center {
        text-align: center;
        padding: 0 15px;
        font-size: 12px; }
    .j-box ul {
      margin: 0 15px;
      border-top: 1px solid #F1F1F1;
      padding: 0 0 60px 0; }
      .j-box ul li {
        border-bottom: 1px solid #F1F1F1;
        font-size: 12px; }
        .j-box ul li h3 {
          height: 42px;
          line-height: 42px;
          color: #dc6142;
          font-size: 13px;
          cursor: pointer;
          font-weight: bold; }
        .j-box ul li:after {
          clear: both;
          height: 0;
          display: block;
          visibility: hidden;
          overflow: hidden;
          content: ''; }

  .j-logo-pc {
    display: none; }

  .j-logo-wrap {
    display: block; }

  .j-li-em {
    font-size: 12px;
    font-weight: normal; }

  .j-li-main {
    padding: 0 0 30px 0px;
    display: none; }
    .j-li-main h4 {
      font-weight: bold;
      font-size: 12px; }
    .j-li-main p {
      margin: 0 0 10px;
      line-height: 1.7; }

  .icon-join-wrap, .i-j-1, .i-j-2, .i-j-3, .i-j-4, .i-j-5, .i-j-6 {
    width: 10px;
    height: 13px;
    background: url(../images/join/icon-join.png) no-repeat;
    position: relative;
    display: inline-block;
    margin: 0 8px 0 0;
    top: 3px;
    background-size: 88px auto; }

  .i-j-1 {
    background-position: 0 0; }

  .i-j-2 {
    background-position: -15px 0; }

  .i-j-3 {
    background-position: -30px 0; }

  .i-j-4 {
    background-position: -45px 0; }

  .i-j-5 {
    background-position: -60px 0; }

  .i-j-6 {
    background-position: -76px 0; }

  .i-li-more {
    width: 8px;
    height: 4px;
    background: url(../images/join/jj.png) no-repeat;
    display: inline-block;
    position: relative;
    margin: 0 0 0 5px;
    transition: 1s;
    background-size: 8px auto; } }
@media only screen and (min-width: 768px) {
  .dcn-recommend-header, .dcn-normal-header, .dcn-btn {
    display: none !important; }

  .dcn-pc-header {
    display: block;
    position: relative;
    margin: 240px 0 0 0;
    text-align: center; }

  .dcn-pc-header-pic {
    width: 140px;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    position: relative;
    top: -72px; }
    .dcn-pc-header-pic img {
      width: 100%;
      border-radius: 100%;
      border: 4px solid #F5F5F5; }

  .dcn-pc-header-info {
    margin: -62px 0 0 0px;
    padding: 0px 0 0 0; }
    .dcn-pc-header-info h2 {
      font-size: 36px;
      text-shadow: 1px 1px 1px #fff; }
    .dcn-pc-header-info p {
      padding: 10px 0 20px 0;
      text-shadow: 1px 1px 1px #fff; }

  .dcn-pc-header-btn {
    text-align: center;
    display: block; }
    .dcn-pc-header-btn a {
      margin: 20px 19px 15px 0;
      width: 188px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #ed5736;
      border: 1px solid #ed5736;
      border-radius: 40px;
      background: #fff;
      font-size: 18px;
      cursor: pointer;
      display: inline-block; }
      .dcn-pc-header-btn a.default {
        background: #F57155;
        color: #fff; }
      .dcn-pc-header-btn a:hover {
        background: #cc4523;
        color: #fff;
        border: 1px solid #cc4523; }

  .dcn-skill {
    background: #fff;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #F6F6F6;
    margin: 0 60px; }
    .dcn-skill h2 {
      text-align: center;
      font-size: 24px;
      padding: 20px 0 10px; }
      .dcn-skill h2 span {
        padding: 0 20px;
        font-style: normal; }
    .dcn-skill ul {
      padding: 15px 20px 10px 0px; }
      .dcn-skill ul li {
        float: left;
        padding: 0 44px;
        height: 34px;
        line-height: 34px;
        border: 1px solid #DBDBDB;
        color: #4F4F53;
        margin: 0 19px 19px 0;
        border-radius: 21px; }

  .dcn-recommendWords {
    background: #F5F5F5;
    position: relative;
    padding: 50px 70px;
    margin: 20px 60px 0 60px;
    font-size: 18px;
    min-height: 172px;
    box-sizing: border-box; }
    .dcn-recommendWords p {
      color: #434343;
      line-height: 1.5;
      position: relative;
      z-index: 10;
      margin: 4px 200px 0 0;
      font-size: 18px; }

  .dcn-ic-quotation-up {
    width: 17px;
    height: 14px;
    top: 36px;
    left: 28px; }

  .n-dcn-ic-quotation-up {
    width: 17px;
    height: 14px;
    top: 36px;
    left: 38px;
    background: url(../images/n-doctor1.png) no-repeat;
    position: absolute; }

  .n-dcn-ic-quotation-down {
    width: 92px;
    height: 145px;
    top: 0px;
    right: 208px;
    background: url(../images/n-doctor2.png) no-repeat;
    position: absolute; }

  .dcn-ic-quotation-down {
    width: 17px;
    height: 14px;
    right: 157px;
    bottom: 25px; }

  .dcn-ic-seal {
    width: 120px;
    height: 120px; }

  .n-dcn-recommendWords-code {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 150px;
    text-align: center; }
    .n-dcn-recommendWords-code img {
      width: 108px;
      height: 108px; }
    .n-dcn-recommendWords-code p {
      color: #ed5736;
      font-size: 15px;
      margin: 5px 0 0 0; }

  .dcn-about {
    background: #fff;
    padding: 10px 0px 25px 0px;
    margin: 0px 60px 0 60px;
    line-height: 1.8;
    font-size: 14px;
    display: none;
    border-bottom: 1px solid #F6F6F6; }
    .dcn-about h2 {
      text-align: center;
      font-size: 24px;
      padding: 20px 0 10px; }
      .dcn-about h2 span {
        padding: 0 20px;
        font-style: normal; }
    .dcn-about img {
      max-width: 80%;
      margin: 10px auto 10px auto; }

  .dcn-about-main-img {
    text-align: center; }

  .dcn-introduction {
    background: #fff;
    padding: 2px 0px 0px 0px;
    margin: 10px 60px 0px 60px;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid #F6F6F6; }
    .dcn-introduction h2 {
      text-align: center;
      font-size: 24px;
      padding: 20px 0 0px 0; }
      .dcn-introduction h2 span {
        padding: 0 20px;
        font-style: normal; }

  .dcn-introduction-main {
    padding: 10px 0 20px 0; }

  .dcn-comment {
    background: #fff;
    padding: 20px 0px 20px 0px;
    margin: 10px 60px 0 60px;
    font-size: 14px;
    line-height: 1.5; }
    .dcn-comment h2 {
      text-align: center;
      font-size: 24px;
      padding: 20px 0 10px 0; }
      .dcn-comment h2 span {
        padding: 0 20px;
        font-style: normal; }

  .dcn-comment-main {
    font-size: 14px; }

  .dcn-comment-lst {
    background: #F9F9F9;
    padding: 20px 40px;
    margin: 0 0 10px 0; }

  .dcn-comment-lst-info {
    padding: 7px 0 0 0; }

  .dcn-comment-lst-time {
    float: right;
    color: #AAA9B0; }

  .dcn-comment-lst-type {
    color: #EE5D3D; }

  .dcn-comment-lst-number {
    margin: 0 0 0 10px;
    font-size: 18px; }

  .dcn-comment-lst-tag {
    padding: 13px 0 13px 0; }
    .dcn-comment-lst-tag span {
      float: left;
      height: 30px;
      line-height: 30px;
      background: #D9E7F8;
      color: #96A3B4;
      border-radius: 5px;
      margin: 5px 10px 5px 0;
      padding: 0 14px; }

  .dcn-comment-lst-mess {
    padding: 0 0 15px 0;
    color: #333; }

  .dcn-comment-lst-symptom {
    color: #A7A6AE;
    padding: 15px 0 10px;
    border-top: 1px solid #FCFCFC;
    border-bottom: none; }

  .symptom {
    height: 19px;
    overflow: hidden;
    padding-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    position: relative; }

  .dcn-comment-lst-symptom-down {
    float: right;
    color: #88B1E2;
    display: block; }

  .dcn-comment-lst-symptom-down320 {
    display: none; }

  .dcn-btn {
    height: 48px;
    line-height: 48px;
    background: #ED5736;
    background: #ED5736;
    font-size: 17px;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999; }

  .dcn-comment-all {
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #333; }
    .dcn-comment-all i {
      font-style: normal; }

  .jiathis_style_32x32 {
    position: absolute;
    bottom: 65px;
    right: 0;
    width: 100px; }

  .jiathis_style_32x32 .jiathis_txt {
    margin: 0 10px 0 0; }

  .jiathis_button_weixin {
    position: absolute;
    left: 0;
    top: 0; }

  .jiathis_button_qzone {
    position: absolute;
    left: 35px;
    top: 0; }

  .jiathis_button_cqq {
    position: absolute;
    left: 70px;
    top: 0; }

  .jiathis_style_32x32 .jtico {
    padding-left: 0 !important; }

  .jiathis_style_32x32 .jtico_weixin {
    background: url(../images/icon.png) !important;
    background-position: 0 -235px !important;
    width: 27px !important;
    height: 25px !important; }

  .jiathis_style_32x32 .jtico_qzone {
    background: url(../images/icon.png) !important;
    background-position: -34px -235px !important;
    width: 26px !important;
    height: 25px !important; }

  .jiathis_style_32x32 .jtico_cqq {
    background: url(../images/icon.png) !important;
    background-position: -68px -235px !important;
    width: 27px !important;
    height: 25px !important; }

  .jiathis_style_32x32 .jtico:hover {
    opacity: 1 !important; }

  .login-pop {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 500px;
    background: #EEEEEE;
    height: 480px;
    overflow: hidden;
    z-index: 102;
    display: none;
    margin: 0 0 0 -250px; }

  .dc-close {
    right: 0;
    left: auto;
    cursor: pointer; }

  .dc-login {
    padding: 0 60px; }

  .dc-info {
    padding: 0 60px; }

  .dc-submite {
    text-align: center;
    margin: 30px 0 20px 0; }
    .dc-submite.gay a {
      background: #dbdbdb; }
    .dc-submite a {
      width: 144px;
      height: 36px;
      line-height: 36px;
      background: #ED5736;
      border-radius: 36px;
      color: #fff;
      display: inline-block; }

  .dc-proving-btn, .dc-proving-btn-enable {
    cursor: pointer; }

  .dc-succ-pc {
    display: block;
    text-align: center;
    margin-top: -61px; }
    .dc-succ-pc h2 {
      font-size: 36px;
      padding: 49px 0 14px 0;
      color: #ed5736; }
    .dc-succ-pc p {
      color: #7D7D7D;
      font-size: 22px;
      padding: 0 0 26px 0; }

  .dc-succ-pc-icon {
    width: 18px;
    height: 18px;
    background: url(../images/succ.png) no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 5px 0 0; }

  .dc-succ-pc-code {
    padding: 6px 3px 3px 3px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    width: 251px;
    height: 251px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff; }
    .dc-succ-pc-code p {
      color: #dc6142;
      font-size: 18px;
      margin: 20px 0 0 0; }

  .dc-s-logo {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin: 0 0 0 -31px;
    width: 62px;
    height: 14px;
    background: url(../images/s-logo.png); }

  .search-wrap-pc {
    height: 50px;
    background: #f9f9f9;
    border-bottom: 1px solid #F5F5F5;
    font-size: 12px; }

  .s-icon, .search-wrap-l a i, .search-wrap-r ul li i {
    background: url(../images/unwellnessdoc/icon-pc.png) no-repeat;
    display: inline-block;
    position: relative; }

  .search-wrap-l {
    line-height: 50px;
    padding: 0 0 0 5px; }
    .search-wrap-l a {
      padding: 0 10px;
      margin: 0 12px; }
      .search-wrap-l a i {
        width: 6px;
        height: 4px;
        background-position: -13px -3px;
        margin: 0 0 0 5px;
        top: -3px; }
      .search-wrap-l a.cur {
        color: #ed5736; }
        .search-wrap-l a.cur i {
          background-position: -3px -3px; }

  .search-wrap-r {
    float: right;
    padding: 0 10px 0 0; }
    .search-wrap-r ul li {
      float: left;
      display: inline;
      width: 116px;
      height: 26px;
      border: 1px solid #E3E4E8;
      border-radius: 2px;
      margin: 11px 10px 0 0;
      background: #fff;
      position: relative;
      z-index: 300; }
      .search-wrap-r ul li i {
        width: 6px;
        height: 4px;
        background-position: -13px -3px;
        position: absolute;
        top: 10px;
        right: 5px;
        z-index: 350; }
      .search-wrap-r ul li.on {
        border-bottom: none;
        z-index: 400; }
        .search-wrap-r ul li.on i {
          background-position: -22px -3px; }
        .search-wrap-r ul li.on p {
          height: 27px; }
        .search-wrap-r ul li.on .search-wrap-tbox1 {
          display: block; }
      .search-wrap-r ul li p {
        line-height: 24px;
        padding: 0 0 0 10px;
        cursor: pointer;
        background: #fff;
        position: relative;
        z-index: 300; }
    .search-wrap-r ul:after {
      clear: both;
      height: 0;
      display: block;
      visibility: hidden;
      overflow: hidden;
      content: ''; }

  .search-wrap-tbox1 {
    width: 372px;
    border: 1px solid #E3E4E8;
    position: absolute;
    top: 24px;
    left: -1px;
    background: #fff;
    display: none;
    z-index: 200;
    border-radius: 0 0 2px 2px; }
    .search-wrap-tbox1 a.cur {
      color: #ed6736; }

  .search-wrap-tbox2 {
    width: 116px; }
    .search-wrap-tbox2 a {
      display: block;
      height: 31px;
      line-height: 31px;
      padding: 0 10px; }
      .search-wrap-tbox2 a:hover {
        color: #ed5736; }

  .search-wrap-tbox1-top {
    height: 32px;
    line-height: 32px;
    color: #ed5736;
    padding: 0 10px;
    border-bottom: 1px solid #F3F3F3;
    margin: 0 0 7px 0; }
    .search-wrap-tbox1-top em {
      float: right;
      color: #434343;
      cursor: pointer; }

  .search-wrap-tbox1-main {
    padding: 0 0 10px 0; }
    .search-wrap-tbox1-main:after {
      clear: both;
      height: 0;
      display: block;
      visibility: hidden;
      overflow: hidden;
      content: ''; }
    .search-wrap-tbox1-main a {
      float: left;
      width: 62px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      margin: 0 10px 0 0; }
      .search-wrap-tbox1-main a:hover {
        color: #ed5736; }

  .search-wrap-wap {
    display: none; }

  .filter-box {
    display: none; }

  .un-paging {
    text-align: center;
    padding: 30px 0 40px;
    display: block; }
    .un-paging span {
      display: inline-block;
      height: 25px;
      line-height: 25px; }
      .un-paging span a {
        display: inline-block;
        margin: 0 5px;
        padding: 0 10px;
        border: 1px solid #f3f3f3;
        border-radius: 3px; }
        .un-paging span a.cur {
          border: 1px solid #ed5736;
          color: #ed5736; }
        .un-paging span a:hover {
          border: 1px solid #ed5736;
          color: #ed5736; }
        .un-paging span a.no {
          border: 1px solid #f3f3f3;
          color: #dbdbdb;
          cursor: not-allowed; }

  .d-more {
    display: none; }

  .d-more-loading, .in-submit {
    display: none; } }
.loading {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 12px;
  color: #999;
  padding: 50% 0 0 0;
  box-sizing: border-box; }
  .loading img {
    width: 20px;
    margin: 0 5px 0 0;
    position: relative;
    top: -3px; }

.i-inquiry-1 {
  width: 20px;
  height: 20px;
  background: url(../images/pay/ii1.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 12px; }

.i-inquiry-3 {
  width: 7px;
  height: 13px;
  background: url(../images/pay/ii3.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 20px; }

.p-s-sum {
  color: #9c9c9c; }

.about-wrap {
  width: 800px;
  margin: 0 auto;
  padding: 30px 0; }
  .about-wrap h2 {
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold; }
  .about-wrap h3 {
    font-size: 16px;
    padding: 10px 0; }
  .about-wrap h4 {
    font-size: 14px;
    padding: 10px 0; }
  .about-wrap p {
    line-height: 1.8;
    padding: 0 0 10px 0; }

.about-img img {
  display: inline-block;
  width: 400px; }

/*
文章详情
 */
.article-box {
  background: #f3f3f3; }

.article-box-top {
  margin: 0 0 10px 0;
  padding: 11px 12px 9px 12px;
  background: #fff; }
  .article-box-top:after {
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    content: ''; }

.weapp-article-box-top {
  margin: 0 0 10px 0;
  padding: 11px 12px 39px 12px;
  background: #fff; }
  .weapp-article-box-top:after {
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    content: ''; }

.article-box-top-headpic {
  float: left; }
  .article-box-top-headpic img {
    width: 42px;
    height: 42px;
    border-radius: 100%; }

.article-box-top-con {
  margin: 0 0 0 52px;
  position: relative; }
  .article-box-top-con h2 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 5px 0; }
  .article-box-top-con p {
    font-size: 13px; }

.article-box-top-btn {
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
  border: solid 1px #ed5736;
  color: #ed5736;
  font-size: 13px;
  padding: 0 10px;
  position: absolute;
  right: 12px;
  top: 5px; }

.weapp-article-box-top-btn {
  margin: 12px 0 0 0;
  position: relative;
  padding: 0 0 14px 0; }
  .weapp-article-box-top-btn span {
    font-size: 14px; }
  .weapp-article-box-top-btn h2 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 5px 0; }
  .weapp-article-box-top-btn p {
    font-size: 13px; }

.weapp-article-box-top-list-btn {
  line-height: 28px;
  border-radius: 3px;
  border: solid 1px #ed5736;
  color: #ed5736;
  font-size: 13px;
  padding: 0 10px;
  position: absolute;
  top: 5px;
  left: 7%;
  width: 35%;
  height: 28px;
  text-align: center; }

.weapp-article-box-top-doctor-page-btn {
  line-height: 28px;
  border-radius: 3px;
  border: solid 1px #f2745c;
  color: #ffffff;
  background: #f2745c;
  padding: 0 10px;
  position: absolute;
  right: 7%;
  top: 5px;
  width: 35%;
  height: 28px;
  text-align: center; }

.article-box-top-btn2 {
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
  border: solid 1px #ed5736;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
  position: absolute;
  right: 12px;
  top: 5px;
  background: #ed5736; }

.article-box-main {
  padding: 20px 12px;
  background: #fff; }
  .article-box-main > h2 {
    font-size: 20px;
    line-height: 1.6;
    padding: 0px 0 6px 0; }
  .article-box-main .article-box-main-sum {
    color: #a7a6ae;
    font-size: 13px;
    padding: 0 0 20px 0; }
    .article-box-main .article-box-main-sum span.bb {
      height: 17px;
      line-height: 17px;
      border-radius: 2px;
      background-color: #fac864;
      padding: 0 5px;
      color: #fff;
      font-size: 12px;
      margin: 0 0 0 13px;
      display: inline-block; }
    .article-box-main .article-box-main-sum span.times {
      float: right; }

.article-box-code {
  border: solid 1px #979797;
  position: relative;
  padding: 25px 0 21px 0;
  margin: 50px 10px 0 10px; }
  .article-box-code .logo {
    position: absolute;
    left: 50%;
    top: -32px;
    margin: 0 0 0 -77px; }
    .article-box-code .logo img {
      height: 55px; }
  .article-box-code .tit {
    font-size: 14px;
    text-align: center;
    padding: 0 0 22px 0; }
  .article-box-code .code {
    float: left;
    margin: 0 0 0 20px; }
    .article-box-code .code img {
      width: 80px;
      height: 80px; }
  .article-box-code .con {
    margin: 0px 0 0 115px;
    padding: 5px 0 0 0; }
    .article-box-code .con p {
      font-size: 13px;
      line-height: 1.7;
      padding: 1px 0; }

.article-list .article-list-time {
  text-align: center; }
  .article-list .article-list-time span {
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    background-color: #dbdbdb;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 0 8px; }
.article-list .article-list-box {
  margin: 14px;
  background: #fff;
  border-radius: 4px;
  word-wrap: break-word;
  word-break: break-all; }
  .article-list .article-list-box h2 {
    font-size: 16px;
    padding: 12px 14px 10px 14px;
    line-height: 1.6; }
    .article-list .article-list-box h2 i {
      height: 19px;
      line-height: 19px;
      padding: 0 4px;
      border-radius: 1px;
      color: #ED5736;
      border: 1px solid #ED5736;
      margin: 0 10px 0 0;
      font-size: 12px;
      font-style: normal;
      position: relative;
      top: -2px; }
  .article-list .article-list-box p {
    color: #a7a6ae;
    line-height: 1.6;
    padding: 0px 14px 10px 14px; }
  .article-list .article-list-box .article-list-box-footer {
    border-top: solid 1px #dbdbdb;
    padding: 0 14px 0 0;
    color: #a7a6ae;
    line-height: 29px;
    text-align: right;
    font-size: 12px; }

.br-doctor-ticket {
  text-decoration: line-through;
  color: #a7a6ae;
  margin: 0  10px; }

.i-br-doctor-ticket {
  width: 102px;
  height: 18px;
  line-height: 18px;
  background: url(../images/tt2.png) no-repeat;
  display: inline-block;
  color: #fff;
  background-size: contain;
  font-style: normal;
  font-size: 12px;
  margin: 0 0 0 10px;
  text-align: center; }

.i-br-doctor-ticket2 {
  width: 68px;
  height: 22px;
  line-height: 22px;
  background: url(../images/tt.png) no-repeat;
  display: inline-block;
  color: #fff;
  background-size: contain;
  font-style: normal;
  font-size: 12px;
  margin: 0 0 0 0px;
  text-align: center; }

.i-br-doctor-ticket3 {
  width: 102px;
  height: 18px;
  line-height: 18px;
  background: url(../images/tt2.png) no-repeat;
  display: inline-block;
  color: #fff;
  background-size: contain;
  font-style: normal;
  font-size: 12px;
  margin: 0 0 0 0px;
  text-align: center; }

.br-doctor-ticket-bottom {
  border-top: solid 1px #eee;
  padding: 6px 0 0 0;
  margin: 6px 0 0 0; }
  .br-doctor-ticket-bottom em {
    color: #a7a6ae;
    margin: 0 0 0 10px;
    font-size: 12px; }

.article-no {
  text-align: center; }
  .article-no img {
    display: inline-block; }
  .article-no p {
    color: #A7A6AE;
    padding: 13px 0 0 0; }

#article-no-wrap {
  top: 30%;
  position: relative; }

.author-info {
  padding: 0 0 30px 0; }
  .author-info p {
    color: #A7A6AE;
    line-height: 1.7;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important; }
    .author-info p:last-child {
      font-size: 13px !important; }
    .author-info p span {
      color: #4F4F53;
      margin: 0 8px 0 0; }

.article-box-main .w-e-text {
  padding: 0 !important; }

.bg-f8f {
  background: #F8F8F8; }

.wrap-af .af-main {
  width: 1168px;
  padding: 0 128px;
  box-sizing: border-box;
  background-color: #fff;
  margin: 30px auto; }
.wrap-af h2 {
  font-size: 38px;
  padding: 124px 0 25px; }
.wrap-af h3 {
  font-size: 18px;
  padding: 40px 0 0px 0; }
.wrap-af .con {
  padding: 18px 0 0px;
  line-height: 1.6;
  font-size: 14px; }
  .wrap-af .con ul span {
    float: left;
    margin: 0 5px 0 0; }
  .wrap-af .con ul p {
    overflow: hidden; }
  .wrap-af .con.bottom {
    padding: 124px 0 0 0; }
.wrap-af .af-img-wrap {
  padding: 40px 0 0 0; }
  .wrap-af .af-img-wrap img {
    width: 100%;
    display: block; }

/*# sourceMappingURL=main.css.map */
