body {
  background-color: #efefef !important;
}

.clinic-synopsis {
  background-color: #fff;
  margin-bottom: 20px;
}
.clinic-synopsis .synopsis {
  color: #656565;
  padding: 20px 30px;
  position: relative;
}
.clinic-synopsis .synopsis dl {
  line-height: 2;
  width: 100%;
  overflow: hidden;
}
.clinic-synopsis .synopsis dl dt {
  display: inline-block;
  float: left;
  width: 70px;
}
.clinic-synopsis .synopsis dl dd {
  display: inline-block;
  float: left;
  width: 406px;
}
.clinic-synopsis .synopsis dl dd .map {
  color: #259be2;
  margin-left: 30px;
}
.clinic-synopsis .er-code {
  font-size: 12px;
  position: absolute;
  right: 30px;
  text-align: center;
  background-color: #f6f6f6;
  width: 92px;
  height: 132px;
  top: 0;
  border-top: solid 2px #ffaa71;
}
.clinic-synopsis .er-code .box-code {
  margin-top: 10px;
}
.clinic-synopsis .er-code .box-code img {
  width: 74px;
  height: 74px;
  margin-bottom: 5px;
}
.clinic-synopsis .img-container {
  width: 436px;
  height: 297px;
  margin-right: 40px;
}
.clinic-synopsis .img-container img {
  width: 100%;
}
.clinic-synopsis .text-synopsis {
  margin-top: 24px;
  width: 476px;
}
.clinic-synopsis h1 {
  color: #333;
  font-size: 24px;
}
.clinic-synopsis .label {
  margin: 20px 0;
}
.clinic-synopsis .label span {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  color: #259be2;
  border: solid 1px #259be2;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 3px;
  margin-right: 4px;
}
.clinic-synopsis .label span.authentication {
  color: #fd8e24;
  border-color: #fd8e24;
}
.clinic-synopsis .label span.medicare {
  color: #3ebc77;
  border-color: #3ebc77;
}
.clinic-synopsis .label span.isCommercialInsurance {
  color: #bc00ae;
  border-color: #bc00ae;
}
.clinic-synopsis .label span.top100 {
  color: #cd994c;
  border-color: #cd994c;
}
.clinic-synopsis .appt-btn {
  display: inline-block;
  width: 120px;
  height: 44px;
  line-height: 44px;
  background-color: #ff9913;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}
.clinic-synopsis .appt-btn:hover {
  background-color: #f38300;
}
.clinic-synopsis .appointment {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.clinic-synopsis .push-link {
  margin-top: 30px;
  user-select: none;
  cursor: pointer;
}
.clinic-synopsis .push-link p {
    display: inline-block;
}
.clinic-synopsis .push-link em {
    display: inline-block;
    vertical-align: -2px;
    margin-left: 4px;
    margin-right: 10px;
    width: 16px;
    height: 14px;
    background: url("../../images/detail/heart.png") no-repeat;
}
.clinic-synopsis .push-link em.focus {
    width: 17px;
    height: 15px;
    background: url("../../images/detail/hearted.png") no-repeat center;
}
.clinic-synopsis .appt {
  display: none;
  padding: 30px 30px 30px 60px;
  border-top: solid 2px #efefef;
}
.clinic-synopsis .appt dl {
  overflow: hidden;
  margin-bottom: 14px;
  font-size: 16px;
}
.clinic-synopsis .appt dl dt {
  float: left;
  width: 140px;
  line-height: 34px;
  text-align: right;
  margin-right: 10px;
}
.clinic-synopsis .appt dl dd {
  float: left;
}
.clinic-synopsis .appt dl dd input[type="text"], .clinic-synopsis .appt dl dd select {
  width: 202px;
  height: 34px;
  line-height: 34px;
  outline: none;
  border: solid 1px #ddd;
  font-size: 14px;
  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;
  box-sizing: border-box;
}
.clinic-synopsis .appt .period {
  width: 65px;
}
.clinic-synopsis .doctor-link {
  line-height: 34px;
  color: #259be2;
  text-decoration: underline;
  margin-left: 20px;
}
.clinic-synopsis .add-patient {
  display: inline-block;
  width: 112px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  border: solid 1px #259be2;
  color: #259be2;
  text-align: center;
  margin-left: 20px;
}
.clinic-synopsis .add-patient:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: url("../../images/detail/add-cross.png") center no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.clinic-synopsis .add-patient:hover {
  background-color: #f2faff;
}
.clinic-synopsis .collapse {
  font-size: 12px;
  color: #666;
  float: right;
}
.clinic-synopsis .collapse i {
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #666 transparent;
  position: relative;
  font-size: 0;
  z-index: 10;
  vertical-align: 8px;
  margin-left: 8px;
}
.clinic-synopsis .collapse i:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -5px;
  left: -6px;
}
.clinic-synopsis .collapse:hover {
  color: #259be2;
}
.clinic-synopsis .collapse:hover i {
  border-bottom-color: #259be2;
}
.clinic-synopsis .contact {
  font-size: 18px;
  width: 338px;
  text-align: center;
  height: 228px;
  box-sizing: border-box;
  padding-top: 70px;
  box-shadow: -1px 0px 0px #ddd;
}
.clinic-synopsis .contact .phone {
  font-size: 26px;
  color: #ff9913;
  margin-top: 20px;
}
.clinic-synopsis .contact .phone i {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../../images/detail/mobile.png") center no-repeat;
  margin-right: 10px;
}

.nav_tab {
  font-size: 0;
}
.nav_tab.fixed_tab {
    width: 1200px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 1;
}
.nav_tab.fixed_tab:after {
    content: "";
    display: block;
    width: 1200px;
    height: 0;
    border-bottom: solid 1px #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.nav_tab.fixed_tab .appt-btn {
    display: inline-block;
    width: 102px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 4px;
    background-color: #ff9913;
    border-radius: 3px;
}
.nav_tab li {
  display: inline-block;
  padding: 0 18px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  border: solid 1px #ddd;
  border-left: none;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
}
.nav_tab li.active {
  border-top: solid 3px #ff9913;
  border-bottom-color: transparent;
  color: #ff9913;
  line-height: 38px;
}

.tab-content {
  background-color: #fff;
  min-height: 630px;
}
.tab-content .section {
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 50px;
}
.tab-content .section .subtitle {
  margin: 20px 0 30px 0;
  font-size: 18px;
  color: #000;
  height: 38px;
  border-bottom: 2px solid #ddd;
}
.tab-content .section .subtitle span {
  display: inline-block;
  line-height: 38px;
  border-bottom: solid 2px #ff9913;
}
.tab-content .hot-product {
  width: 840px;
  margin: auto;
  font-size: 0;
}
.tab-content .hot-product li {
  display: inline-block;
  font-size: 14px;
}
.tab-content .hot-product li + li {
  margin-left: 30px;
}
.tab-content .hot-product li .img-container {
  width: 200px;
  height: 140px;
  margin-right: 20px;
}
.tab-content .hot-product li .img-container img {
  width: 100%;
}
.tab-content .hot-product li .name {
  font-size: 18px;
  width: 178px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 4px;
  margin-top: 10px;
}
.tab-content .hot-product li .desc {
  width: 178px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tab-content .hot-product li .price {
  margin: 10px 0;
}
.tab-content .hot-product li .price .sell-price {
  font-size: 16px;
  color: #ff6600;
}
.tab-content .hot-product li .price .sell-price em {
  font-size: 24px;
}
.tab-content .hot-product li .price .del-price {
  color: #999;
  text-decoration: line-through;
}
.tab-content .doc-team {
  overflow: hidden;
}
.tab-content .doc-team li {
  float: left;
  margin-left: 56px;
  margin-right: 38px;
  margin-bottom: 16px;
  text-align: center;
}
.tab-content .doc-team li img {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 6px;
}
.tab-content .doc-team li p {
  font-size: 12px;
  line-height: 24px;
}
.tab-content .doc-team li p a {
  color: #508edb;
  font-size: 16px;
  margin-right: 6px;
}
.tab-content .environment-con img {
  width: 700px;
  height: auto;
  margin-bottom: 26px;
}
.tab-content .address-map .img-container {
  width: 600px;
  height: 332px;
  margin-right: 40px;
}
.tab-content .address-map .img-container img {
  width: 100%;
}
.tab-content .address-map .address {
  font-size: 16px;
  color: #888;
  width: 220px;
  margin-left: 40px;
  margin-top: 20px;
  line-height: 1.8;
}
.tab-content .address-map .address .district {
  font-size: 18px;
  color: #000;
  line-height: 2.5;
}
.tab-content .product-list {
  width: 980px;
}
.tab-content .product-list .hot-product {
  margin: 0;
}
.tab-content .product-list .hot-product li {
  display: block;
  margin: 0 0 0 20px;
  padding: 20px 70px 20px 0;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.tab-content .product-list .hot-product li:last-child {
  border-bottom: none;
}

.clinic-synopsis .push-link p{
    display: inline-block;
}

.content-body {
  width: 976px;
  min-height: 630px;
  border-right: 4px solid #ddd;
  position: relative;
}
.content-body:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 60px;
    background-color: #fff;
    right: -4px;
}

.content-sidebar {
  width: 220px;
  position: absolute;
  right: -216px;
  top: 574px;
}
.content-sidebar li {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
}
.content-sidebar li i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ddd;
  margin-right: 30px;
}
.content-sidebar li.active {
  color: #ff9913;
}
.content-sidebar li.active i {
  background-color: #ff9913;
}
.content-sidebar li.active a {
    color: #ff9913;
}

.clinic-detail {
  position: relative;
}

.clinic-introduction {
  width: 200px;
  overflow: hidden;
  position: absolute;
  top: 112px;
  right: 6px;
  font-size: 12px;
  color: #000;
  line-height: 2.5;
}
.clinic-introduction .intro-title {
  margin-bottom: 20px;
}
.clinic-introduction .intro-title span {
  display: inline-block;
  width: 176px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #eee;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-radius: 5px;
}
.clinic-introduction em {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 8px;
}
.clinic-introduction .desc {
  color: #666;
  line-height: 2;
  height: 300px;
  overflow-y: auto;
}

.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: 1002;
}

.popup_modify {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -245px;
  margin-left: -186px;
  width: 490px;
  background: #f3f3f3;
  z-index: 1003;
  overflow: auto;
}

.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: url(../../images/arrow.png) no-repeat right 5px center;
  background: none \9;
  padding-right: 0px \9 !important;
  cursor: pointer;
  box-sizing: border-box;
}
.searchMask2 input.text {
  background: none;
}

.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("../../images/detail/close_icon_forpop.png") center/cover no-repeat;
}

.disabled{
    background-color: #ddd !important;
    cursor: default;
}


.treatmentErrorInfo { padding-left:25px; font-size:12px; color: red;}

/*# sourceMappingURL=clinicDetail.css.map */
