/* 公共样式 */
[v-cloak]{
  display: none;
}
body,
input {
  background-color: #fff;
}

body {
  min-width: 1200px;
}

li {
  display: inline-block;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

a,
h1,
h2,
h3,
h4,
h5,
.font-l3,
.font-l4,
.font-l5,
.font-l6 {
  color: #222;
}

h1,
h2 {
  font-size: 0;
}

h3,
.font-l3 {
  font-size: 26px;
}

h4,
.font-l4 {
  font-size: 20px;
}

h5,
.font-l5 {
  font-size: 20px;
}

h6, .font-l6 {
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0;
}

input {
  border: none;
  outline: none;
}

i {
  display: inline-block;
}

.ui-dialog-body {
  text-align: left !important;
}

.theme-c {
  color: #169bd5;
}

img[lazy=error] {
  /*your style here*/
}

img[lazy=loaded] {
  /*your style here*/
}

/* 公共标题栏 */

.nh-Card {
  position: relative;
  width: 100%;
  height: 110px;
}

.nh-Card img {
  width: 50px;
  height: 50px;
  margin: 5px;
}

.nh-Card span {
  display: block;
  font-size: 14px;
}

.nh-Card button {
  padding: 5px;
  border: 0;
  background: #338afd;
  color: white;
  font-size: 12px;
  border-radius: 3px;
  width: 60px;
  margin-top: 5px;
  cursor: pointer;
  user-select: none;
}

.com-title-bar {
  height: 26px;
  /* border-left: 2px solid #338afd; */
  position: relative;
}

.com-title-bar::before {
  content: "";
  width: 100%;
  height: 1px;
  /* background-color: #d2d2d2; */
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  z-index: -1;
}

.com-title-bar .left {
  background-color: #fff;
  padding-left: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.com-title-bar h3,

.com-title-bar .tab {
  margin-right: 20px;
}

.com-title-bar h3 {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  font-weight: bold;
}
h3:after {
    content: '';
    height: 26px;
    width: 2px;
    background-color: #d2d2d2;
    display: inline-block;
    margin-left: 15px;
}

 

.com-title-bar .tab {
  line-height: 26px;
  vertical-align: top;
  cursor: pointer;
}

.com-title-bar .tab:hover {
  color: #338afd;
}
.blue,.com-title-bar .tab.active{
  color: #328afc!important;
  font-weight: bold;
}
.blue_btn,.on,.dateLi:hover{
background: #328afc!important;
color: white!important;
}
.com-title-bar .right {
  height: 26px;
  line-height: 26px;
  padding-left: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  cursor: pointer;
}

.com-title-more {
  color: #9c9c9c;
  font-size: 16px;
}

.com-title-more::after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  border-top: #9c9c9c solid 2px;
  border-right: #9c9c9c solid 2px;
  transform: rotate(45deg);
  margin-right: 2px;
}

/* 公共导航栏 */

.com-nav {
  width: 1200px;
  font-weight: 500;
  margin-top: 30px;
}

.com-nav li {
  padding: 6px;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid whitesmoke;
  vertical-align: middle;
  display: inline-block;
  margin: 10px;
}
.com-nav li.active, .com-nav li:hover {
  color: #328afc;
  border: 1px solid #328afc;
  background: white;
}

.com-nav h4 {
  font-weight: normal;
}

/* 遮罩层 */

.shade,
.shade-transparent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
}

.shade {
  background-color: rgba(0, 0, 0, 0.5);
}

.shade-transparent {
  background-color: transparent;
}

/* 弹出窗口 */

.nh-dialog {
  position: relative;
  background-color: #fff;
  width: 700px;
  margin: 0 auto;
  margin-top: 10%;
  border-radius: 8px;
}

.nh-dialog-header {
  position: relative;
  border-bottom: #bababa solid 1px;
}

.nh-dialog-title {
  padding: 20px;
  font-size: 20px;
  font-weight: 900;
}

.nh-dialog-close_btn {
  cursor: pointer;
  color: #ccc;
  position: absolute;
  right: 23px;
  top: 12px;
  font-size: 28px;
  transition: all 1s;
}

.nh-dialog-close_btn:hover {
  transform: rotate(-180deg);
}


/* 组件间隔 */

 

/* 雪碧图 */

.sprites-icon {
  background-image: url('../../images/sprites/icon.sprites.png');
  background-repeat: no-repeat;
}

.sprites-doc {
  background: url(../../images/sprites/doc.sprites.png) white;
  background-repeat: no-repeat;
}

.sprites-download {
  margin-top: 7px!important;
  width: 43px;
  height: 43px;
  background: url(../../images/sprites/software-download.png);
  background-repeat: no-repeat;
}

.sprites-center {
  background-image: url('../../images/sprites/center.sprites.min.png');
  background-repeat: no-repeat;
}

.sprites-sidebar {
  background-image: url('../../images/sprites/sidebar.sprites.png');
  background-repeat: no-repeat;
}

.sb-qrcode {
  width: 80px;
  height: 90px;
  background-position: -11px 0;
}

.sb-qrcode:hover {
  width: 80px;
  height: 90px;
  background-position: -153px 0;
}

.sb-helper {
  width: 80px;
  height: 90px;
  background-position: -11px -133px;
}

.sb-helper:hover {
  width: 80px;
  height: 90px;
  background-position: -153px -133px;
}

.sb-top {
  width: 80px;
  height: 90px;
  background-position: -153px -266px;
}

.sb-left {
  width: 32px;
  height: 32px;
  background-position: 0 -307px;
}

.sb-right {
  width: 32px;
  height: 32px;
  background-position: -73px -307px;
}

.si-notice {
  width: 15px;
  height: 16px;
  background-position: -18px -42px;
}

.si-ai {
  width: 33px;
  height: 37px;
  background-position: -130px 0px;
}

.si-more {
  width: 48px;
  height: 16px;
  background-position: -19px -1px;
}

.si-collect {
  width: 15px;
  height: 17px;
  background-position: -19px -195px;
}

.si-collect-complete {
  width: 16px;
  height: 16px;
  background-position: -18px -156px;
}

.si-register {
  width: 50px;
  height: 17px;
  background-position: -18px -94px;
}

.si-view {
  width: 19px;
  height: 16px;
  background-position: -44px -43px;
      
}

.sd-information {
  width: 40px;
  height: 40px;
  background-position: -210px -201px;
      border-radius: 50%;
          margin: 10px;
}

.sd-flow {
  width: 40px;
  height: 40px;
  background-position: -211px -294px;
      border-radius: 50%;
     margin: 10px;
}

.sd-price {
  width: 40px;
  height: 40px;
  background-position: -210px -105px;
      border-radius: 50%;
          margin: 10px;
}

.sd-qa {
  width: 40px;
  height: 40px;
  background-position: -211px -10px;
      border-radius: 50%;
          margin: 10px;
}

.sd-online,
.sd-online:hover {
  width: 60px;
  height: 61px;
  background-position: 0 0;
}

.sd-online:hover {
  background-position: -96px 0;
}

.sd-phone,
.sd-phone:hover {
  width: 60px;
  height: 61px;
  background-position: 0 -93px;
}

.sd-phone:hover {
  background-position: -96px -93px;
}

.sd-video,
.sd-video:hover {
  width: 60px;
  height: 61px;
  background-position: 0 -188px;
}

.sd-video:hover {
  background-position: -96px -188px;
}

.sd-family,
.sd-family:hover {
  width: 60px;
  height: 61px;
  background-position: 0 -282px;
}

.sd-family:hover {
  background-position: -96px -282px;
}

.sc-check {
  width: 277px;
  height: 200px;
  background-image: url('../../images/visiter/homePage/center1.jpg');
  background-repeat: no-repeat;
}

.sc-video {
  width: 277px;
  height: 200px;
  background-image: url('../../images/visiter/homePage/center2.jpg');
  background-repeat: no-repeat;
}

.sc-body {
  width: 277px;
  height: 200px;
  background-image: url('../../images/visiter/homePage/center3.jpg');
  background-repeat: no-repeat;
}

.sc-report {
  width: 277px;
  height: 200px;
  background-image: url('../../images/visiter/homePage/report.jpg');
  background-repeat: no-repeat;
}

.consult-home,
.consult-online,
.consult-phone,
.consult-video {
  width: 61px;
  height: 61px;
  background-repeat: no-repeat;
  background-size: cover;
}

.consult-home {
  background-image: url('../../images/visiter/homePage/consultHome.png');
}

.consult-online {
  background-image: url('../../images/visiter/homePage/consultOnline.png');
}

.consult-phone {
  background-image: url('../../images/visiter/homePage/consultPhone.png');
}

.consult-video {
  background-image: url('../../images/visiter/homePage/consultVideo.png');
}

/* 基础样式 */
.banner-box,.dept,.notice,.consult,.center,.pharmacy,.case{
  margin-bottom:60px; 
}
.f-l {
  float: left;
}

.f-r {
  float: right;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-43 {
  margin-right: 43px !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.justify-fix {
  display: inline-block;
  min-width: 100%;
  height: 0;
  overflow: hidden;
}

.null-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  transform: translate(-50%, -50%);
  color: #a2a1a1;
}

.null-text img {
  width: 30px;
  vertical-align: top;
}

/* 公共样式 END */

/* banner + 帮助中心 */

.banner-box {
  height: 210px;
  position: relative;
}

.banner {
  font-size: 0;
}

.banner,
.banner li {
  height: 210px;
  width: 980px;
  overflow: hidden;
}

.banner ul {}

.banner li {
  display: inline-block;
  /* background-color: #89caff; */
}

.banner a,
.banner img {
  width: 100%;
  height: 100%;
}

.banner-control {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 12px;
  text-align: center;
}

.banner-control li {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 25px;
  margin-right: 15px;
  opacity: 0.3;
  cursor: pointer;
}

.banner-control li:hover,
.banner-control li.active {
  opacity: 0.7;
}

.helper {
  width: 220px;
  height: 210px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

.h-title {
  text-align: center;
  background: #328afc;
  height: 40px;
  line-height: 40px;
  color: white;
}

.helper .helper-item {
  display: inline-block;
}

.helper a {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 110px;
  height: 85px;
  background: #71adfc;
  vertical-align: top;
}

 
 

.helper i {
  margin: 10px 0 5px 0;
  display: inline-block;
  border-radius: 50%;
}

.helper a h5 {
  font-size: 12px;
  color: white;
}

/* banner + 帮助中心 END */

 

/*门诊*/
.dept-1 {
  max-height: 50px;
  overflow: hidden;
  background: whitesmoke;
  box-sizing: border-box;
}
.dept-group-box {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #fafafa;
    position: relative;
    padding-left: 0;
    margin-top: 10px;
}
.dept_label1 {
  display: inline-block;
  background: #328afc;
  color: white;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  font-size: 21px;
  min-width: 105px;
  padding: 0 10px;
  text-align: center;
}

label.dept_label2 {
  display: inline-block;
  background: #00cc66;
  color: white;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  font-size: 21px;
  padding: 0 10px;
  width: 105px;
  text-align: center;
}
.dept-group li {
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #fafafa;
  vertical-align: middle;
  display: inline-block;
  margin: 10px;
  padding: 0;
}
.dept-group li a {
  padding: 5px;
  font-size: 15px;
  border: 1px solid #fafafa;
}
.dept-group li .active, .dept-group li:hover a {
  cursor: pointer;
  color: #00ce65;
  border: 1px solid #00cc66;
  padding: 5px;
  border-radius: 3px;
  font-size: 15px;
  background: white;
}
ul.clinicUl {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    line-height: 30px;
    max-width: 930px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.doc-group {
    margin: 30px 0 60px 0;
}
.clinicUl li {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
 

li.dateLi {
  width: 171px;
  padding: 10px;
  text-align: center;
  margin: 0;
  background: #034eaf;
  color: white!important;
}
 
.dateLi lable {
  display: block;
}
.ceil {
  font-size: 0;
  display: inline-block;
  width: 386px;
  height: 176px;
  border: 1px solid #dadada;
  border-radius: 3px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
}
.ceil:nth-child(3n){
  margin-right: 0;
}
.ceil-left {
  display: inline-block;
  width: 100px;
  height: 134px;
   
}
.ceil-left img {
    max-width: 100%;
    height: 100%;
}
.ceil-right {
  display: inline-block;
  font-size: 14px;
  width: 244px;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 15px;
}

.docName {
  font-size: 17px;
  font-weight: bold;
  color: #328afc;
  width: 145px;
  margin-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
span.resourseNum {
  font-size: 17px;
  color: #868686;
}
.font-l6 .title {
  vertical-align: top;
  color: #222;
  margin-right: 10px;
   
  display: inline-block;
  width: 119px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  
}
.font-l6 .depts {
  vertical-align: top;
  color: #222;
  margin-right: 10px;
  display: inline-block;
  width: 85px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.orgname {
  color: #999;
  font-size: 16px;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 10px;
}
.c-btn {
  display: inline-block;
  background: #328afc;
  padding: 7px 17px;
  color: white;
  cursor: pointer;
  float: right;
  margin-top: 20px;
}
i.c-fee {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: red;
  margin-top: 20px;
}
.c-btn {
  display: inline-block;
  background: #afafaf;
  padding: 7px 17px;
  color: white;
  cursor: pointer;
  float: right;
  margin-top: 20px;
}
/*门诊 end*/
/*门诊-职称*/
.fl-l {
    float: none!important;
    display: inline-block!important;
}
.sift-r-item {
    display: inline-block;
    font-size: 16px;
    color: #444;
    margin: 18px;
    cursor: pointer;
}
.icon-select {
    background: url(/Platform_N/nhos/images/icon/select.png) no-repeat 0 0;
    width: 15px;
    height: 15px;
    vertical-align: top;
    margin-right: 4px;
}
.icon-select.active {
    background: url(/Platform_N/nhos/images/icon/select-active.png) no-repeat 0 0;
}
/*门诊-职称 end*/
/* 线上出诊表-医生卡片 */

.outpatient {
  min-height: 455px;
}

.doc-card-box {
  min-height: 150px;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 30px 0 60px 0;
}

.doc-card-box .sb-left,
.doc-card-box .sb-right {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
}

.doc-card-box .sb-left {
  left: 0;
}

.doc-card-box .sb-right {
  right: 0;
}

.doc-card-group {
  font-size: 0;
  width: 1200px;
  margin: 0;
  padding: 0;
}

.doc-card-item {
  width: 386px;
  height: 176px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #fff;
  text-align: left;
  vertical-align: top;
  cursor: pointer;
  margin: 0 20px 20px 0;
  padding: 20px;
}
.doc-card-group>li:nth-child(3n) {
  margin-right: 0!important;
}

.doc-card-item img {
  width: 100%;
  height: 100%;
 
}

.doc-card-item .img-box {
  display: inline-block;
  width: 110px;
  height: 134px;
}
.info-box {
  display: inline-block;
  width: 230px;
  vertical-align: top;
  padding-left: 10px;
}
.doc-card-item img[lazy=loading] {
  width: auto;
  height: auto;
  margin-top: 30px;
}
.oLabel{
  display: block;
}
.doc-name {
  color: #328afc;
  font-size: 20px;
  display: inline-block;
  width: 170px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-span {
  font-size: 16px;
  color: #969696;
  vertical-align: top;
}
.doc-title, .doc-dept {
  font-size: 16px;
  display: inline-block;
  width: 100px;
  padding-right: 7px;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doc-hos {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  margin-bottom: 10px;
}
.doc-fee {
  font-size: 16px;
  color: red;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
}
 .doc-register {
  width: 80px;
  height: 30px;
  line-height: 28px;
  color: #ffffff;
  display: inline-block;
  background: #dcdcdc;
  text-align: center;
  float: right;
  border-radius: 1px;
  margin-top: 15px;
  font-size: 16px;
}
 
 

/* 线上出诊表-医生卡片 END */

/* 我问三师 */

 
.consult-card-group {
   
  margin-top: 30px;
  font-size: 0;
  position: relative;
  min-height: 100px;
}

.consult-card-item {
  vertical-align: top;
  width: 386px;
  height: 180px;
  
  border: 1px solid #e6e6e6;
  border-radius: 1px;
  position: relative;
  margin: 0 20px 20px 0;
}

.consult-btn-box {
  position: absolute;
  top: 20px;
  right: 0;
}

.consult-btn-box div {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-right: 15px;
  margin-left: 10px;
}

.consult-btn-box i {
  vertical-align: middle;
}

.consult-card-item .collect-btn,
.register-btn {
  color: #222;
  cursor: pointer;
}

.consult-card-item .collect-btn.complete {
  color: #36DA8B;
}

.consult-card-item:nth-child(3n) {
  margin-right: 0;
}

.consult-img {
  width: 66px;
  position: absolute;
  top: 20px;
  left: 20px;
  height: 88px;
  text-align: center;
}

.consult-img img[lazy=loading] {
  width: auto;
  height: auto;
 
}

.consult-card-item img {
  height: 100%;
  max-width: 66px;
}

.consult-card-item .consult-doc-info {
  display: inline-block;
  background-color: #f00;
}

.consult .doc-info {
  padding: 20px 20px 0 106px;
  height: 108px;
}

.consult .doc-info h4 {
 
  font-weight: 600;
}

 

.consult .dept {
  color: #444;
}

.consult .title {
  color: #666;
}

.consult .adept {
  width: 366px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}

.consult-control-group {
  display: block;
  margin-top: 10px;
}
.consult-control-group li {
  width: 128px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #999;
  padding: 4px;
  position: relative;
}
.openLi:hover,.openLi:hover .off{
  background: #328afd!important;
  color:white!important;
}
.openLi:hover:after{
  border: 0;
}
.consult-control-group li:after {
  content: "";
  display: inline-block;
  border-left: 1px solid #e2e0e0;
  height: 30px;
  right: 0;
  top: 13px;
  position: absolute;
}

.off {
  display: block;
  padding: 5px 0;
  color: #999;
}
.consult-control-group li:nth-child(3n):after{
  border: 0;
}
.open {
  color: #444;
}
.red {
  color: red!important;
}
/* 我问三师 END */

/* 我要张榜 */

.notice {
  min-height: 200px;
  cursor: pointer;
  position: relative;
  display: flex;
  margin-bottom: 60px;
}

.notice-art-text,
.notice-m-text,
.notice-b-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.notice-art-text {
  top: 30px;
}

.notice-m-text {
  color: #fff;
  font-size: 14px;
  top: 100px;
}

.notice-b-text {
  color: #016DDC;
  top: 156px;
  font-size: 18px;
}

/* 我要张榜 END */

/* 检验检查 */
.second_ul {
    display: block;
    overflow: hidden;
    height: 36px;
    margin-top: 30px;
    font-size: 0;
    border-bottom: 1px solid #e6e6e6;
}
.second_ul li {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    position: relative;
    color: #666;
    cursor: pointer;
}
.under_blue:after {
    content: '';
    border-bottom: 2px solid #328afc;
    width: 50%;
    height: 1px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 25%;
}
.InsList {
  margin-top: 30px;
  min-height: 150px;
  position: relative;
}
.perProj {
    display: inline-block;
    border: 1px solid #e6e6e6;
    padding: 20px 10px;
    margin: 0px 20px 20px 0;
    width: 386px;
    height: 118px;
}
.perProj:nth-child(3n) {
    margin-right: 0;
}
.perProj h5 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.insTime {
    color: #999;
    font-size: 14px;
}
.insBtn {
    overflow: hidden;
}
.fee {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}
.btn_dafault {
    display: inline-block;
    width: 80px;
    height: 30px;
    text-align: center;
    box-sizing: border-box;
    line-height: 30px;
    float: right;
    cursor: pointer;
    background: #bdbdbd;
    color: white;
}

.center {
  min-height: 260px;
}

.center-group {
  font-size: 0;
  margin-top: 30px;
}

.center-group li {
  margin-right: 30px;
  cursor: pointer;
}

.center-group li:nth-last-child(1) {
  margin-right: 0px;
}

.center-group a {
  position: relative;
}

.center-title,
.center-aside {
  position: absolute;
  color: #fff;
}

.center-title {
  letter-spacing: 0.25em;
  left: 30px;
  bottom: 72px;
  font-size: 26px;
}

.center-aside {
  letter-spacing: 0.15em;
  left: 40px;
  bottom: 30px;
  font-size: 24px;
}

/* 检验检查 END */

/* 网上药房 */
.drugCase {
    margin-top: 30px;
    font-size: 0;
    height: 332px;
    overflow: hidden;
    position: relative;
}
.pCase {
    display: inline-block;
    width: 224px;
    box-sizing: border-box;
    padding: 30px 10px 20px 10px;
    border: 1px solid #e6e6e6;
    margin: 0 20px 10px 0;
    
     
}
.pCase:nth-child(5n){
	margin-right:0;
}
.d-img {
  width: 100%;
  height: 126px;
  margin-bottom: 15px;
}
span.d-fee {
    font-size: 22px;
    color: red;
    font-weight: bold;
    margin-bottom: 14px;
    display: inline-block;
    padding: 0;
}
.d-info {
    font-size: 14px;
    display: inline-block;
    color: #666;
    line-height: 17px;
    height: 35px;
    overflow: hidden;
}
span.d-store {
    font-size: 12px;
    color: #999;
    margin: 10px 0;
    display: inline-block;
}
.d-buy {
    display: inline-block;
    width: 86px;
    font-size: 14px;
    padding: 5px;
    color: #328afc;
    border: 1px solid #328afc;
    text-align: center;
    cursor: pointer;
}
label.d-cart {
    display: inline-block;
    width: 86px;
    font-size: 14px;
    padding: 5px;
    color: #ffffff;
    border: 1px solid #328afc;
    background: #328afc;
    text-align: center;
    cursor: pointer;
    margin-left: 26px;
}
 

/* 网上药房 END */

/* 医言医语 */
.CaseList {
  margin-top: 30px;
  min-height: 150px;
  position: relative;
}
.perCase {
	cursor: pointer;
    display: inline-block;
    border: 1px solid #e6e6e6;
    padding: 20px;
    margin: 0px 20px 20px 0;
    width: 386px;
    height: auto;
}
.perCase:hover {
    box-shadow: 0px 0px 10px -4px #b3b3b3!important;
}
.perCase:nth-child(3n) {
    margin-right: 0;
}
.perCase div {
    font-size: 0;
    margin-bottom: 10px;
    min-height: 18px;
    vertical-align: top;
}
.perCase div:last-child{
	 margin-bottom: 0px;
}
.perCase h5 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.p-Name {
    display: inline-block;
    font-size: 16px;
    color: #338afd;
    margin-right: 20px;
    max-width: 44%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p-dept {
    font-size: 16px;
    color: #666;
    display: inline-block;
    max-width: 49%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p-level {
    font-size: 16px;
    color: #999;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.p-hos {
    font-size: 16px;
    color: #999;
    display: inline-block;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p-content{
	font-size: 16px;
    color: #999;
    display: inline-block;
    margin-bottom: 20px;
	width: 100%;
}
.p-txt {
    color: #616161;
    width: 76%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}
.keyDiv {
    height: 22px;
    overflow: hidden;
    margin-bottom: 14px!important;
}
.p-key {
    display: inline-block;
    font-size: 14px;
    height: 22px;
    margin: 0px 10px 0px 0;
    background: #f3f9ff;
    box-sizing: border-box;
    padding: 4px 14px;
    color: #338afd;
}
.p-scan {
    font-size: 14px;
    color: #999;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}
.p-fee {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    color: #328afc;
}
.perCaseVideo {
    display: inline-block;
    width: 284px;
    background: white;
    margin: 0 20px 20px 0;
    border: 1px solid whitesmoke;
}
.perCaseVideo:nth-child(4n) {
    margin-right: 0;
}
.p-img {
    width: 100%;
    height: 180px;
}
.p-time {
    display: block;
    text-align: right;
}
.perCaseVideo div {
    padding: 5px;
}


.case {
  min-height: 410px;
}

.case-card-group {
  margin-top: 10px;
  font-size: 0;
  width: 1221px;
  margin-bottom: 64px;
  position: relative;
  min-height: 370px;
}

.case-card-group .sb-left,
.case-card-group .sb-right {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
}

.case-card-group .sb-left {
  left: 0;
}

.case-card-group .sb-right {
  right: 23px;
}

.case-card {
  width: 386px;
  padding: 21px 11px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 20px;
}

.case-card .img-box {
  display: inline-block;
  background-color: #fafafa;
  width: 364px;
  height: 215px;
  cursor: pointer;
}

.case-card img {
  width: 364px;
  height: 215px;
}

.case-card img[lazy=loading] {
  width: auto;
  height: auto;
  margin-top: 59px;
  margin-left: 132px;
}

.case-card h4,
.case-card p {
  width: 364px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case-card .video-title {
  margin: 15px 0;
}

.case-card h4 {
  min-height: 20px;
  color: #333;
}

.case-card p {
  min-height: 16px;
  margin: 20px 0;
}

.case-card .dotted {
  border-top: 1px dashed #d2d2d2;
  margin-bottom: 20px;
}

.case-control .f-l {
  padding-top: 6px;
}

.case-control i {
  vertical-align: top;
}

.case-control .collect {
  cursor: pointer;
}

.case-control::after {
  content: '';
  display: block;
  clear: both;
}

.case-control .collect.complete {
  color: #36DA8B;
}

.case-control span {
  margin-right: 30px;
}

.case-control .fee {
  width: 108px;
  height: 30px;
  line-height: 28px;
  color: #338AFD;
  border: 1px solid #338AFD;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
}

.case-card .fee:hover {
  color: #fff;
  background-color: #338AFD;
}

/* 医言医语 END */

/* 侧边悬浮栏 */

.sidebar {
  width: 80px;
  position: fixed;
  top: 50%;
  right: 0;
  font-size: 0;
  margin-top: 28px;
}

.sidebar li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.sidebar .qrcode {
  display: none;
  width: 150px;
  height: 150px;
  background-color: #fff;
  position: absolute;
  left: -170px;
  top: -30px;
  border: 1px solid #b2b2b2;
  padding: 5px;
}

.qrcode-box:hover .qrcode {
  display: block;
}

.sidebar .qrcode::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #b2b2b2;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%)
}

.sidebar .qrcode::after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translateY(-50%)
}

#goToTop {
  visibility: hidden;
  opacity: 1;
  transition: all 0.3s linear;
}

/* 侧边悬浮栏 END */

/* 分享二维码 */
.extend-qrcode {
  position: fixed;
  right: 0;
  top: 50%;
  background-color: #fff;
  width: 175px;
  height: 192px;
  text-align: center;
  color: #8a8a8a;
  border: #bbb 1px solid;
  border-radius: 6px;
  padding: 5px;
  transition: all 0.5s;
}

.extend-qrcode .ex_qrcode img,
.extend-qrcode .ex_qrcode canvas {
  width: 100%;
  height: 100%;
}

.ex_qrcode {
  width: 128px;
  height: 128px;
  margin: 5px auto;
}

.extend-qrcode aside {
  font-size: 14px;
}

.extend-qrcode:hover {
  transform: scale(2) translateX(-25%);
}

/* 分享二维码 end */