* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* transition: all .25s; */
}

html,
body {
  height: 100%;
  width: 100%;
  background: #f2f2f2 !important;
}

i,
em {
  font-style: normal;
  padding: 0 5px;
}

li {
  list-style: none;
}

[v-cloak] {
  display: none !important;
}

.l {
  float: left;
}

.r {
  float: right;
}

.container {
  width: 1002px;
  margin: 0 auto;
  padding-top: 10px;
  overflow: hidden;
}

.left,
.right {
  display: inline-block;
}

.left {
  width: 642px;
  vertical-align: top;
  margin-right: 16px;
}

.right {
  width: 336px;
}

.docInfo,
.advisory,
.table,
.case-history,
.vedio,
.comments,
.right-top,
.right-bottom,
.doclist {
  background-color: #fff;
  border-radius: 1px;
  margin-bottom: 20px;
}

div.current-nav {
  font-size: 12px;
  color: #444;
  margin-bottom: 10px;
}

.docInfo {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px 0 25px 10px;
  margin-bottom: 0;
  min-height: 155px;
}

.docPhoto {
  width: 160px;
  height: 108px;
  display: inline-block;
  border: 1px solid #eee;
  vertical-align: middle;
}

.docInfo ul {
    padding-left: 12px;
    line-height: 30px;
    /* margin-top: 10px; */
    width: 360px;
}

.docInfo ul li {
  max-width: 390px;
  line-height: 30px;
  display: block;
  overflow: hidden;
}

ul.hosDoc-ul {
  line-height: 50px;
}

.docName span {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: bolder;
  color: #222;
 /*  max-width: 283px; */
  /* text-overflow: ellipsis;
  white-space: nowrap; */
  overflow: hidden;
}
.A-a,.p1 {
    font-size: 14px;
}
.hosInfo {
  color: #777;
  font-size: 14px;
}

.hosInfo span {
  margin-right: 18px;
  display: inline-block;
  vertical-align: top;
}

span.hosName {
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.concern {
  display: inline-block;
  margin-left: 20px;
  width: 50px;
  border-radius: 2px;
  background-color: #F6931F;
  font-size: 12px;
  color: #fff;
  height: 22px;
  line-height: 22px;
  padding-right: 5px;
  text-align: right;
  background-image: url(../../../public/img/w_concern.png);
  background-repeat: no-repeat;
  background-position: 4px center;
  cursor: pointer;
}

.docTeam span {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #41B2F9;
  color: #fff;
  border-radius: 1px;
  font-size: 14px;
  cursor: pointer;
}

.docTag span {
  display: inline-block;
  width: 90px;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 12px;
  height: 20px;
  color: #00ACD8;
  background-color: #E7FAFF;
  text-align: center;
  line-height: 20px;
  border-radius: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 3px;
  position: relative;
  float: left;
  cursor: pointer;
}

.docInfo-r {
  position: absolute;
  right: 0;
  text-align: right;
  padding-right: 20px;
}

#qrcode {
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
}

.grad {
  margin-top: 20px;
  margin-bottom: 15px;
}

.ivu-rate-star {
  margin-right: 3px !important;
}

.ivu-rate {
  font-size: 18px !important;
}

.docInfo-r i {
  color: #00ACD8;
  vertical-align: top;
}

.docInfo-r p {
  margin-top: 5px;
}

i.level {
  color: #FDD25D;
  vertical-align: middle;
  font-size: 15px;
}

.table {
  padding: 0 10px;
  padding-bottom: 20px;
}

table {
  width: 100%;
  border-color: #999;
  border-collapse: collapse;
  font-size: 14px;
  transition: all .25s;
}

.tag {
  background-color: #F6F6F6;
  color: #444;
}

.caption {
  position: relative;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  height: 50px !important;
  line-height: 50px;
  font-size: 17px;
  color: #444;
  font-weight: 600;
  text-align: center;
}

.caption span {
  display: inline-block;
  position: absolute;
  right: 5px;
  font-weight: normal;
  font-size: 12px;
  color: #b2b2b2;
}

.cur-price {
  color: #ff3939;
  font-size: 15px;
  padding: 0 !important;
}

.prev-price {
  padding-left: 15px !important;
  text-decoration: line-through;
  text-decoration-color: #444;
}

table th,
table td {
  border: 1px solid #d8d8d8;
  font-weight: normal;
  text-align: center;
  height: 45px;
  box-sizing: border-box !important;
}

table td {
  color: #30B58A;
}

.widthTD td {
  height: 0;
  border: 0;
  padding: 0;
}

table th {
  color: #444;
}

.table-l th {
  border-right: 0;
}

.table-cont {
  width: 622px;
  font-size: 0;
}

.table-l {
  width: 124px;
  display: inline-block;
}

.table-r {
  position: relative;
  width: 498px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-right: 1px solid #d8d8d8;
  border-bottom: 0;
  border-top: 0;
}

.datePre,
.dateNext {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 22px;
  line-height: 20px;
  top: 10px;
  color: #999;
  font-size: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.datePre {
  left: 0;
}

.dateNext {
  right: 0;
}

.advisory {
  padding-bottom: 20px;
}

.advisory .title {
  padding-left: 18px;
  border: 0;
}

.title {
  padding-right: 10px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.title span {
  display: inline-block;
  text-align: center;
  height: 100%;
  padding-left: 18px;
  padding-right: 15px;
  cursor: pointer;
}

.title i {
  font-size: 14px;
  color: #b3b3b3;
}

span.active,
.more {
  color: #259EDD;
}

span.active {
  position: relative;
  border-bottom: 2px solid #259EDD;
}

span.active:after {
  position: absolute;
  bottom: 0;
  right: 46%;
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent #259EDD transparent;
}

.title .more {
  display: inline-block;
  font-size: 12px;
  margin-top: 8px;
  cursor: pointer;
}

.adv-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.adv {
  display: inline-block;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 160px;
  height: 115px;
  vertical-align: top;
  color: #fff;
}

.adv div {
  text-align: right;
  padding: 14px 15px 5px 0;
}

.adv div span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.adv p {
  font-size: 12px;
  height: 16px;
}

.p-bottom {
  padding-right: 5px;
  text-align: center;
}

.online-adv {
  background-image: url(../../../public/img/online_zx.png);
}

.phone-adv {
  background-image: url(../../../public/img/phone_zx.png);
}

.vedio-adv {
  background-image: url(../../../public/img/vedio_zx.png);
}

.home-adv {
  background-image: url(../../../public/img/home_doc.png);
}

.history-cont {
  padding: 0 18px;
  color: #333;
  font-size: 16px;
}

.history-cont ul {
  padding-bottom: 5px;
}

li.history-info {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dashed #eee;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 14px;
}

li.history-info span:nth-child(1) {
  border-top: none;
  width: 170px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.history-info span:nth-child(2) {
  color: #666;
}

.history-info span:nth-child(3) {
  color: #999;
}

.history-info i {
  color: #FF0000;
}

.view {
  position: relative;
  width: 100%;
  height: 226.5px;
  overflow: hidden;
}

.btn {
  position: absolute;
  top: 28%;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  outline: none;
  border: 0;
  cursor: pointer;
  z-index: 9;
}

.pre {
  left: 0;
  background-image: url(../../../public/img/prev.png);
}

.next {
  right: 0;
  background-image: url(../../../public/img/next.png);
}

.list_ul {
  font-size: 0;
  width: 10000px;
  top: 0;
  left: 0;
  position: absolute;
  transition: all .25s;
}

.per_li {
  width: 309px;
  height: 224px;
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  color: #666;
  vertical-align: top;
  position: relative;
}

/* 娴犻攱鐗搁弶锟�*/

.v_price {
  display: inline-block;
  position: absolute;
  background: #FF9800;
  top: 0;
  right: 0;
  color: white;
  font-size: 13px;
  min-width: 30px;
  text-align: center;
  padding: 1px;
}

.v_price:after {
  content: "";
  border-bottom: 0px;
  border-right: 8px solid #ff9800;
  border-top: 10px solid transparent;
  display: inherit;
  position: absolute;
  left: -8px;
  margin-top: -9px;
}

.v_price:before {
  content: "";
  border-top: 0px;
  border-right: 8px solid #ff9800;
  border-bottom: 10px solid transparent;
  display: inherit;
  position: absolute;
  left: -8px;
  top: 0px;
}

.free {
  background: #2196F3 !important;
}

.free:after {
  content: "";
  border-bottom: 0px;
  border-right: 8px solid #2196F3 !important;
  border-top: 10px solid transparent;
  display: inherit;
  position: absolute;
  left: -8px;
  margin-top: -9px;
}

.free:before {
  content: "";
  border-top: 0px;
  border-right: 8px solid #2196F3 !important;
  border-bottom: 10px solid transparent;
  display: inherit;
  position: absolute;
  left: -8px;
  top: 0px;
}

.v_name {
  background-color: #F4F4F4;
  height: 48px;
  margin-top: -3px;
}

.v_name span {
  display: inline-block;
  width: 265px;
  padding: 5px;
  font-size: 12px;
  height: 40px;
  overflow: hidden;
  float: left;
}

.start {
  display: inline-block;
  width: 30px;
  min-height: 30px;
  height: auto;
  background: url(../../../public/img/play.png) no-repeat 0px 0px !important;
  border: 0;
  vertical-align: top;
  margin-top: 5px;
  cursor: pointer;
  float: left;
  cursor: pointer;
}

.start-hover {
  background: url(../../../public/img/play_hover.png) no-repeat 0px 0px !important;
}

.name-hover {
  color: #ff7d7d;
}

.comments-cont {
  padding: 0 10px;
}

.cont-card {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.Pagination {
  padding: 10px 0;
  text-align: center;
}

.comments-cont img {
  display: inline-block !important;
  width: 60px !important;
  height: 60px !important;
  border: 1px solid #eee !important;
}

.userInfo {
  width: 80px;
  text-align: center;
  display: inline-block;
}

.comments-detail {
  display: inline-block;
  width: 215px;
  vertical-align: top;
  font-size: 14px;
  color: #4d4d4d;
}

/* 婢舵俺顢戦梾鎰 妤傛ê瀹崇拋鍓х枂娑撻缚顢戞妯兼畱 n 閸婂稄绱濋弮銏℃▔缁�鍝勵檵鐏忔垼顢�  */

.detail,
.detail-more {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 20px;
  text-align: justify;
  font-size: 13px;
}

.detail-more {
  height: auto;
}

.detail-more {
  display: none;
  overflow: initial;
}

/* 闂呮劘妫岃ぐ銏犵础閿涘牏娓烽悾銉ュ娇閹存牞锟介崗鏈电铂閿涳拷*/

.show-more,
.hide-more {
  position: absolute;
  padding-left: 3px;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.show-more i,
.hide-more i {
  font-size: 12px;
  color: #52ACE1;
}

.hide-more {
  position: initial;
  display: none;
}

/* 婢舵俺顢戦梾鎰缂佹挻娼� */

.comments-info {
  text-align: right;
  font-size: 14px;
  margin-top: 3px;
  box-sizing: border-box;
  padding: 0 22px;
}

.comments-info span {
  color: #b3b3b3;
}

span.userName {
  display: block;
  height: 100%;
  font-size: 12px;
  color: #9e9e9e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

span.userName i {
  color: #838383;
}

span.zan {
  display: inline-block;
  color: #444;
  margin-right: 30px;
  width: 60px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.zan_icon {
  display: inline-block;
  width: 18px;
  height: 20px;
  vertical-align: top;
  background-image: url(../../../public/img/unzan.png);
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
}

.zan_icon_on {
  background-image: url(../../../public/img/zan.png);
}

.per_li img {
  width: 100%;
  height: 176px;
}

.right-top {
  margin-bottom: 20px;
}

.right-top,
.right-bottom {
  padding: 26px 0;
}

.nav {
  border-left: 4px solid #2196F3;
  color: #4d4d4d;
  font-size: 18px;
  padding-left: 5px;
  margin-bottom: 15px;
}

.right img {
  display: block;
  width: 336px;
  height: 140px;
  margin-bottom: 10px;
  border: 1px solid #eee;
}

.content-detail {
  padding: 0 20px;
  text-indent: 32px;
  text-align: justify;
}

ul.second_nav_ul {
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  display: block;
  margin: 10px 0px;
  border-bottom: 1px solid #dad9d9;
  height: 30px;
  text-align: left;
}

.Nav-active {
  border: 1px solid #dad9d9;
  border-bottom: 2px solid #ffffff;
  color: #1296db;
}

.nav_li {
  display: inline-block;
  text-align: center;
  height: 30px;
  cursor: pointer;
  margin: 0px 5px;
  padding: 5px;
  vertical-align: top;
  line-height: 20px;
  font-size: 14px;
}

.sev {
  display: flex;
}

.sev>div>img {
  padding: 18px;
  border-radius: 50%;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
}

.sev>div {
  width: 33%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.sev>div>span {
  display: block;
  font-size: 17px;
  color: #787777;
}

.sev>div>i {
  display: block;
  color: red;
  font-size: 14px;
}

/*灏辫瘖椤荤煡*/

.noticeDiv {
  position: relative;
}

.tab {
  display: flex;
  background: #f6f6f6;
  width: 290px;
  margin: 10px 0;
  border: 1px solid #ebebeb;
}

.tab label {
  padding: 8px;
  width: 50%;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
}

.cont {
  height: 22px;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 5px;
  transition: 0.3s;
}

.all {
  color: #41b2f9;
  font-weight: bold;
  cursor: pointer;
}

label.hov {
  background: #49d792;
  color: white;
}

.cont p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #444;
}

/*鍖荤敓鍥㈤槦浠嬬粛*/

.banner>img {
  height: 200px;
  width: 100%;
}

.banner>label {
  left: 0;
  position: absolute;
  bottom: 5px;
  background: #09090952;
  width: 100%;
  font-size: 14px;
  padding: 3px;
  color: white;
}

.banner {
  position: relative;
}

.br {
  float: right;
  font-size: 13px;
}

.doctorGroup>div>i {
  display: inline-block;
  padding: 4px;
  width: 70px;
  text-align: center;
  background: #49d792;
  color: white;
  margin: 4px 10px;
  font-size: 14px;
}

.blue {
  background: #66d2fe !important;
}

.doctorGroup>div>a {
  color: #413e3e;
  cursor: pointer;
  font-size: 14px;
  margin: 5px 8px;
  text-decoration: none;
}

.doctorGroup>div>span {
  color: #413e3e;
  font-size: 14px;
  margin: 5px 8px;
}

.perDoc {
  display: table;
  margin-bottom: 20px
}

.leftPart {
  display: table-cell;
      width: 90px;
    height: 120px;
  text-align: center;
  padding: 5px;
}

.leftPart>img {
  width: 100%;
  height: 100px;
  border: 1px solid #66d2fe;
  padding: 3px;
}

.rightPart {
  display: table-cell;
  width: 85%;
  vertical-align: top;
  padding: 5px;
}

.rbottom>p {
  font-size: 12px;
}

.rtop strong {
  font-size: 20px;
  margin-right: 8px;
}

.rtop span {
  font-size: 16px;
  margin: 10px;
}

.rtop label {
  background: #41b2f9;
  padding: 5px;
  color: white;
  margin: 5px 10px;
  vertical-align: middle;
}

.rtop {
  padding-bottom: 5px;
  border-bottom: 1px solid #edecec;
  margin-bottom: 5px;
}

#jTeam .ivu-modal-body {
  padding: 0;
}

#jTeam .jt-top,
#jTeam .jt-bottom {
  padding: 15px;
}
.jt-bottom>div {
    margin: 10px 0;
}
#jTeam .jt-top img {
  vertical-align: top;
  width: 200px;
  height: 100px;
}

#jTeam .jt-top .jt-right {
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
}

#jTeam .jt-top .jt-right h3 {
  margin-bottom: 10px;
  font-family: 'Arial Negreta', 'Arial';
  font-weight: 700;
  font-size: 18px;
}

#jTeam .jt-bottom {
  border-top: 1px solid #e9eaec;
}

.doc-desc {
  max-height: 37px;
  /* 瓒呭嚭鐨勬枃鏈殣钘� */
  overflow: hidden;
  /* 婧㈠嚭鐢ㄧ渷鐣ュ彿鏄剧ず */
  text-overflow: ellipsis;
}

.doc-desc-flag {
  max-height: 300px;
  overflow-y: auto;
}

.rbottom span {
  float: right;
  color: #2196F3;
  font-weight: 700;
  cursor: pointer;
}
#waiter {
    position: fixed; right: 0;bottom: 0;
    width: 500px;height: 500px;
}
.waiter-close-btn {
    position: absolute; right: 0;top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
/* li.docName {
    position: relative;
}
.docName a {
    position: absolute;
    right: 0;
    bottom: -25px;
} */