#doctorDetail {
  background-color: #efefef;
}

.doc-detail-top {
  background-color: #fff;
  min-height: 200px;
  padding-bottom: 28px;
  box-sizing: border-box;
}
.doc-detail-top .doc-img {
  width: 136px;
  height: 136px;
  float: left;
  margin-top: 32px;
  margin-left: 50px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
}
.doc-detail-top .doc-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.doc-detail-top .doc-li {
  float: left;
  margin: 48px 20px 0;
  padding-right: 10px;
  width: 306px;
  min-height: 110px;
  box-sizing: border-box;
  border-right: 1px solid #dddddd;
}
.doc-detail-top .doc-li li {
  margin-bottom: 12px;

}
.doc-detail-top .doc-li li .job-title {
  display: inline-block;
  border: 1px solid #259be2;
  color: #259be2;
  font-size: 12px;
  padding: 0 2px;
  vertical-align: 2px;
  border-radius: 2px;
}
.doc-detail-top .doc-li li .doc-name {
  font-size: 20px;
  color: #000;
}
.doc-detail-top .doc-li li .doc-dep {
  margin-bottom: -2px;
  color: #656565;
}
.doc-detail-top .doc-li li .doc-cli {
  color: #1b70cb;
}
.doc-detail-top .doc-li .doc-cor {
  margin-bottom: 4px;
  cursor: pointer;
}
.doc-detail-top .doc-li .doc-cor i {
    display: inline-block;
    vertical-align: -2px;
    margin-left: 4px;
    margin-right: 10px;
    width: 16px;
    height: 14px;
    background: url(../../images/detail/heart.png) no-repeat center;
}
.doc-detail-top .doc-li .doc-cor p {
    display: inline-block;
}
.doc-detail-top .doc-li .hearted i {
  display: inline-block;
  vertical-align: -2px;
  margin-left: 4px;
  margin-right: 10px;
  width: 17px;
  height: 15px;
  background: url(../../images/detail/hearted.png) no-repeat center;
}
.doc-detail-top .doc-clinic {
  float: left;
  margin: 48px 50px 0;
  width: 440px;
  min-height: 110px;
}
.doc-detail-top .doc-clinic li {
  margin-bottom: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.doc-detail-top .doc-code {
  float: right;
  margin-right: 30px;
  width: 92px;
  height: 136px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f6f6f6;
  border-top: 2px solid #ffaa71;
}
.doc-detail-top .doc-code img {
  display: block;
  width: 66px;
  heigth: 66px;
  margin: 12px auto;
}
.doc-detail-top .doc-code p {
  line-height: 16px;
  font-size: 12px;
  width: 50px;
  margin: 0 auto;
}

.reservation {
  display: inline-block;
  width: 122px;
  height: 44px;
  margin-top: 4px;
  line-height: 44px;
  border-radius: 2px;
  background-color: #ff9913;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.reservation:hover {
  background-color: #f38300;
}
.doc-reservation-box {
  border-top: 1px solid #ddd;
  min-height: 236px;
  background-color: #fff;
  position: relative;
  display: none;
}
.doc-reservation-box .time-choose {
  margin: 28px 0 28px 112px;
  float: left;
}
.doc-reservation-box .time-choose li {
  margin-bottom: 14px;
}
.doc-reservation-box .time-choose li:last-of-type {
  margin-bottom: 0;
}
.doc-reservation-box .time-choose li .date-txt {
  display: inline-block;
  width: 80px;
  font-size: 16px;
  text-align: right;
}
.doc-reservation-box .time-choose li input, .doc-reservation-box .time-choose li select {
  height: 30px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  padding-left: 10px;
  background-color: #fff;
  background: url(../../images/arrow.png) no-repeat right 5px center;
  background: none \9;
  padding-right: 0px \9 !important;
  cursor: pointer;
  margin-right: 18px;
}
.doc-reservation-box .time-choose li input {
  width: 190px;
}
.doc-reservation-box .time-choose li select {
  width: 202px;
}
.doc-reservation-box .time-choose li .add-patient {
  display: inline-block;
  border: 1px solid #259be2;
  color: #259be2;
  font-size: 14px;
  padding: 4px 10px;
  vertical-align: 0;
  border-radius: 2px;
  cursor: pointer;
}
.doc-reservation-box .time-choose li .add-patient:hover {
  background-color: #f2faff;
}
.doc-reservation-box .time-choose li .add-patient i {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: url(../../images/detail/add_icon.png) no-repeat;
}
.doc-reservation-box .phone-box {
  float: right;
  width: 366px;
  height: 190px;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  margin-top: 30px;
  padding-left: 76px;
}
.doc-reservation-box .phone-box h1 {
  font-size: 18px;
  margin-bottom: 18px;
  margin-top: 50px;
}
.doc-reservation-box .phone-box p {
  font-size: 26px;
  color: #ff9913;
}
.doc-reservation-box .phone-box p i {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  background: url(../../images/detail/phone_icon.png) no-repeat;
}
.doc-reservation-box .icon-btn {
  position: absolute;
  top: 24px;
  right: 32px;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
}
.doc-reservation-box .icon-btn:hover {
  color: #259be2;
}
.doc-reservation-box .icon-btn:hover i {
  background-position: 0 -16px;
}
.doc-reservation-box .icon-btn i {
  width: 11px;
  height: 6px;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 6px;
  background: url(../../images/detail/close_icon.png) no-repeat;
}

.doc-detail-content {
  background: #fff;
  padding-bottom: 20px;
}
.doc-detail-content .content-left {
  width: 980px;
  box-sizing: border-box;
  padding-left: 26px;
  padding-right: 46px;
  border-right: 4px solid #ddd;
  position: relative;
  margin-top: 64px;
  padding-bottom: 30px;
}
.doc-detail-content .content-left .content-sidebar {
  position: absolute;
  left: 972px;
  top: 450px;
  width: 220px;
}
.doc-detail-content .content-left .content-sidebar li {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
}
.doc-detail-content .content-left .content-sidebar li i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ddd;
  margin-right: 30px;
}
.doc-detail-content .content-left .content-sidebar li.active {
  color: #ff9913;
}
.doc-detail-content .content-left .content-sidebar li.active i {
  background-color: #ff9913;
}
.doc-detail-content .content-left .content-sidebar li.active a {
  color: #ff9913;
}
.doc-detail-content .content-left .zizhi {
  margin-left: 26px;
}
.doc-detail-content .content-left .zizhi span {
  margin-right: 32px;
  margin-bottom: 16px;
}
.doc-detail-content .content-left .zizhi span i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  vertical-align: middle;
  background: url(../../images/detail/authenticate.png) no-repeat;
}
.doc-detail-content .content-left .expert {
  margin: -8px 26px 8px;
  line-height: 30px;
}
.doc-detail-content .content-left .doc-team {
  overflow: hidden;
}
.doc-detail-content .content-left .doc-team li {
  float: left;
  margin-left: 56px;
  margin-right: 38px;
  margin-bottom: 16px;
  text-align: center;
}
.doc-detail-content .content-left .doc-team li .ex-docbox {
  overflow: hidden;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
}
.doc-detail-content .content-left .doc-team li img {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: 6px;
}
.doc-detail-content .content-left .doc-team li p {
  font-size: 12px;
  line-height: 24px;
}
.doc-detail-content .content-left .doc-team li p a {
  color: #508edb;
  font-size: 16px;
  margin-right: 6px;
}
.doc-detail-content .content-left .doc-imgbox > div {
  width: 700px;
  margin-bottom: 24px;
  height: auto;
}
.doc-detail-content .content-left .doc-imgbox > div img {
  width: 100%;
  height: 100%;
}
.doc-detail-content .content-left .doc-map {
  width: 600px;
  height: 300px;
  margin-left: 6px;
}

.doc-detail-content .content-left .doc-map img {
  width: 100%;
  height: 100%;
}
.doc-detail-content .content-left .doc-address {
  width: 230px;
  margin-top: 50px;
  margin-left: 44px;
}
.doc-detail-content .content-left .doc-address h1 {
  font-size: 18px;
  color: #000;
  line-height: 54px;
}
.doc-detail-content .content-left .doc-address p {
  line-height: 30px;
  color: #888;
}
.doc-detail-content .content-right {
  width: 216px;
  box-sizing: border-box;
  margin-top: 64px;
  padding: 0 20px;
}
.doc-detail-content .content-right .clinic-name {
  color: #000;
  line-height: 22px;
}
.doc-detail-content .content-right .clinic-introduce {
  margin-top: 10px;
  line-height: 26px;
  font-size: 12px;
  color: #666666;
  max-height: 300px;
  overflow-y: auto;
}

.content-main-title {
  margin-top: 16px;
  height: 42px;
  line-height: 42px;
  position: relative;
  box-sizing: border-box;
}
.content-main-title .main-title-txt {
  width: 114px;
  background: #fff;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-top: 3px solid #ff9913;
  font-size: 16px;
  color: #ff9913;
  display: inline-block;
  box-sizing: border-box;
}
.content-main-title .fixed-reservation {
  display: inline-block;
  width: 102px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 5px;
  background-color: #ff9913;
  border-radius: 3px;
  display: none;
}

.content-title {
  font-size: 18px;
  color: #000;
  height: 38px;
  margin-top: 20px;
  margin-bottom: 24px;
  border-bottom: 2px solid #ddd;
}
.content-title span {
  border-bottom: 2px solid #ff9913;
  line-height: 38px;
  height: 38px;
  display: inline-block;
}

.layout {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  z-index: 100;
}

.popup_modify {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -245px;
  margin-left: -186px;
  width: 490px;
  background: #f3f3f3;
  z-index: 110;
  overflow: auto;
}
.popup_modify dl {
  margin-top: 40px;
  margin-bottom: 15px;
  overflow: hidden;
}
.popup_modify dl + dl {
  margin-top: 0;
}
.popup_modify dt {
  float: left;
  width: 148px;
  margin-right: 10px;
  text-align: right;
  padding-left: 11px;
  font-size: 16px;
  line-height: 32px;
}
.popup_modify dt i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url(../../images/detail/star_icon.png) center no-repeat;
}
.popup_modify dd {
  float: left;
}
.popup_modify .btn {
  width: 120px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  background-color: #ff9913;
  color: #fff;
  border: solid 1px #ff9913;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 25px;
}
.popup_modify .btn.cancel {
  background-color: #fff;
  color: #ff9913;
  margin-right: 6px;
}
.popup_modify .popup-tilte {
  background-color: #f1f1f1;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  padding-left: 20px;
  text-align: left;
  position: relative;
}
.popup_modify .popup-tilte .close {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 15px;
  right: 20px;
  background: url("../../../Common/img/close_icon_forpop.png") center/cover no-repeat;
}

.searchMask {
  width: 490px;
  margin-top: -193px;
  margin-left: -260px;
  text-align: center;
  background: #fff;
}

.searchMask_title {
  width: 390px;
  max-height: 60px;
  line-height: 1.2;
  margin: 36px auto 20px;
  font-size: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pop_content {
  margin-bottom: 60px;
}
.pop_content p {
  font-size: 16px;
  line-height: 2.2;
}
.pop_content .pop_btn {
  margin-top: 26px;
  text-align: center;
  font-size: 0;
}
.pop_content .pop_btn a {
  display: inline-block;
  width: 120px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  border-radius: 2px;
  border: 1px solid #ff9913;
  color: #ff9913;
  background-color: transparent;
  margin-right: 20px;
}
.pop_content .pop_btn a.agree {
  color: #fff;
  background-color: #ff9913;
}

.searchMask2 {
  width: 490px;
  margin-top: -245px;
  margin-left: -230px;
  background: #fff;
}

.searchMask2 input[type="text"], .searchMask2 select {
  width: 250px;
  height: 32px;
  line-height: 32px;
  outline: none;
  border: solid 1px #ddd;
  border-radius: 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  padding-left: 10px;
  background-color: #fff;
  background: none \9;
  padding-right: 0px \9 !important;
  cursor: pointer;
  box-sizing: border-box;
}

.searchMask2 select {
  background: url(../../images/arrow.png) no-repeat right 5px center;
}

.manibody {
  position: relative;
}

.fixed-tab {
  width: 1200px;
  height: 45px;
  border-bottom: 1px solid #ddd;
  background-color: #ffffff;
  z-index: 999;
  position: fixed;
  top: 0;
  margin-top: 0;
}
.fixed-tab .main-title-txt {
  border-right: 1px solid #ddd;
}
.fixed-tab .fixed-reservation {
  display: inline-block;
}

/*# sourceMappingURL=doctorDetail.css.map */

.noactive{
    background-color:#ddd !important;
    cursor: default;
}
.noactive:hover {
  background-color: #ddd !important;
}   
