@charset 'utf-8';
[v-cloak]{
	display:none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* transition: all .25s; */
}

html,
body {
    height: 100%;
    width: 100%;

}
.btns {
    color: #328afc;
    cursor: pointer;
    display: block;
    width: 59px;
    padding: 0 5px;
    font-size: 15px;
}
.active,
.actives,
.more {
    color: #259EDD;
}

.detail {
    word-break: break-all;
}

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 {
    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;
    background: #328afc;
    color: white;
}

.docPhoto {
    width: 115px;
    height: 150px;
    display: inline-block;
    border: 1px solid #eee;
    vertical-align: middle;
    background: white;
}

.docInfo ul {
    padding-left: 12px;
    line-height: 30px;
    margin-top: 10px;
    width: 53%;
    margin-right: 10px;
}

.docInfo ul li {
    color: white;
    max-width: 400px;
    line-height: 30px;
    display: block;
    overflow: hidden;
}

li.docName span {
    color: white;
}

ul.hosDoc-ul {
    line-height: 50px;
}

.docName span {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: bolder;
    color: #222;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hosInfo {
    color: #777;
    font-size: 14px;
}

.hosInfo span {
    margin-right: 18px;
    display: inline-block;
    vertical-align: top;
}

span.hosName {
    max-width: 380px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.concern {
    display: inline-block;
    margin-left: 20px;
    width: 50px;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 12px;
    color: #328afc;
    height: 22px;
    line-height: 22px;
    padding-right: 5px;
    text-align: right;
    background-image: url(/Platform_N/nhos/images/visiter/docHome/w_concern.png);
    background-size: 16px 16px;
    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: 10px;
}

#qrcode {
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 1px solid #eee;
    padding: 5px;
    background: white;
}

.grad {
    margin-top: 20px;
    margin-bottom: 15px;
}

.ivu-rate-star {
    margin-right: 3px !important;
}

.ivu-rate {
    font-size: 18px !important;
}

.docInfo-r i {
    color: #FFC107;
    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;
    background: white;
    border-bottom: none;
    height: 50px !important;
    line-height: 50px;
    font-size: 17px;
    color: #444;
    font-weight: 600;
    text-align: left;
}

.caption span {
    display: inline-block;
    margin-left: 5px;
    font-weight: normal;
    font-size: 14px;
    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 {
    vertical-align: middle;
    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: 14px;
    height: 28px;
    line-height: 20px;
    top: 10px;
    color: #e2e2e2;
    font-size: 24px;
    font-weight: bold;
    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;
    font-weight: bold;
}

.title i {
    font-size: 14px;
    color: #b3b3b3;
}

span.active,
.more {
    color: #259EDD;
}

span.active {
    position: relative;
    border-bottom: 1px 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 white 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: #000000;
}

.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;
}

.c-in strong {
    font-size: 16px;
    font-family: 鐎甸偊鍠涢拏瀣⒖閸涘鎷�;
}

p.red {
    font-size: 14px;
    color: red !important;
    font-weight: bold;
    margin-left: 80px;
    text-align: left;
}

.p-bottom {
    color: #888888;
    font-size: 13px !important;
    padding-right: 5px;
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
}

.c-in {
    min-height: 59px;
}

.online-adv {
    background: url(/Platform_N/nhos/images/visiter/docHome/consultOnline.png) no-repeat 18px 21%;
    background-size: 40px 40px;
}

.phone-adv {
    background: url(/Platform_N/nhos/images/visiter/docHome/consultPhone.png) no-repeat 18px 21%;
    background-size: 40px 40px;
}

.vedio-adv {
    background: url(/Platform_N/nhos/images/visiter/docHome/consultVideo.png) no-repeat 18px 21%;
    background-size: 40px 40px;
}

.home-adv {
    background: url(/Platform_N/nhos/images/visiter/docHome/consultHome.png) no-repeat 18px 21%;
    background-size: 40px 40px;
}

.online-adv-on {
    background: url(/Platform_N/nhos/images/visiter/docHome/consultOnline-on.png) no-repeat 18px 21%;
    background-size: 40px 40px;
}

.phone-adv-on {
    background: url(/Platform_N/nhos/images/visiter/docHome/consultPhone-on.png) no-repeat 18px 21%;
    background-size: 40px 40px;
}

.vedio-adv-on {
    background: url(/Platform_N/nhos/images/visiter/docHome/consultVideo-on.png)no-repeat 18px 21%;
    background-size: 40px 40px;
}

.home-adv-on {
    background: url(/Platform_N/nhos/images/visiter/docHome/consultHome-on.png) no-repeat 18px 21%;
    background-size: 40px 40px;
}

.history-cont {
    /* padding: 0 18px; */
    color: #333;
    font-size: 16px;
}

.history-cont .content {
    padding: 0 15px 5px;
}

.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: 470px;
    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: 268px;
    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(/Platform_N/nhos/images/visiter/docHome/prev.png);
}

.next {
    right: 0;
    background-image: url(/Platform_N/nhos/images/visiter/docHome/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(/Platform_N/nhos/images/visiter/docHome/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(/Platform_N/nhos/images/visiter/docHome/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;
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
}

.userInfo {
    width: 90px;
    text-align: center;
    display: inline-block;
}

.comments-detail {
    display: inline-block;
    width: auto;
    vertical-align: top;
    font-size: 14px;
    color: #4d4d4d;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ecedef;
}

/* 濠电姰鍨奸崺鏍ㄧ┍濞差亗锟戒線骞嬮敂瑙ｆ寗闂佸綊鍋婇崹閬嵥夐敓锟� 濠德板�曢崐褰掓晪闁诲海鎳撶壕顓㈠箯鐎ｎ喖绀堢憸蹇涘几閸屾埃妲堥柟鎹愬吹缁辩増銇勯姀鈥崇仸妞ゃ劌娲よ灒闁稿繗鍋愰弳锟� n 闂備胶顭堥敃銈囩矙閸曨厽顫曟繝闈涱儏缁秹鏌曡箛濠傚⒉闁崇粯姊荤槐鎺楁晸娴犲浼犻柛鏇炵仛椤庢棃鏌ｈ箛鎾剁闁搞劌銈搁妴渚�鏁撻敓锟�  */
.detail,
.detail-more {
    position: relative;

    height: auto;
    line-height: 20px;
    text-align: justify;
}

.detail-more {
    height: auto;
}

.detail-more {
    display: none;
    overflow: initial;
}
.content-detail {
    padding: 10px;
}
.content-detail span {
    word-break: break-all;
}
/* 闂傚倸鍊搁幊蹇涘礉濡綍娑樼暆閸愶缚姹楅梺闈涚箳婵娑甸敓浠嬫⒑閹稿海鈽夐柣妤�绻愰妴鎺楁倻閼恒儱浠奸梺闈涱槶閸庤鲸绻涢崶顒佺厵閻庢稒顭囨晶鎶芥煥閻斿墎鐭欑�规洘顨婂鐢告偨閻㈠憡鎯冮梻浣瑰閸愬骞忛敓锟�*/
.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(/Platform_N/nhos/images/visiter/docHome/unzan.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}

.zan_icon_on {
    background-image: url(/Platform_N/nhos/images/visiter/docHome/zan.png);
}

.per_li img {
    width: 100%;
    height: 176px;
}

.right-top {
    margin-bottom: 20px;
}

.right-top,
.right-bottom {
    padding: 0;
    border: 1px solid #d8d8d8;
    min-height: 100px;
}

.nav {
    color: #4d4d4d;
    font-size: 18px;
    padding-left: 5px;
    margin-bottom: 3px;
    background: #f2f2f2;
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
}
.nav span {
	  cursor: pointer;
}

.right img {
    display: block;
    width: 336px;
    height: 140px;
    margin-bottom: 16px;
    border: 1px solid #eee;
}

.content-detail .con-card {
    text-indent: 10px;
    text-align: justify;
}

ul.second_nav_ul {
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    display: block;
    margin: 10px 0px;

    height: 30px;
    text-align: left;
}

.Nav-active {
    border-bottom: 1px solid #1296db !important;
    color: #1296db;
}

.nav_li {
    display: inline-block;
    text-align: center;
    height: 30px;
    cursor: pointer;
    margin: 0px 1px;
    padding: 5px;
    vertical-align: top;
    line-height: 20px;
    font-size: 14px;
    /* border: 1px solid #e4e4e4; */
}

button.li_btn {
    min-width: 72px;
    border: 0;
    background: none;
    color: #ff2323;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 22px;
    background: url(/Platform_N/nhos/images/icon/icon-eye.png) no-repeat 0px center;
    background-size: 20px 20px;
}

.tags {
    background: #034eaf;
}

.tags th {
    color: white !important;
}

.con-top .userInfo {
    display: block;
    text-align: left;
    width: 100% !important;
}

.con-card img {
    display: inline-block;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    margin-bottom: 5px !important;
}

.con-top .userInfo span.userName {

    display: inline-block !important;
    vertical-align: top !important;
    margin-top: 4%;
}

.detail-date {
    float: right;
    margin-bottom: 14px;
}

.tap span {
    font-size: 16px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
}