.icon-big-photo-back,
.icon-big-photo-next,
.icon-photo-back,
.icon-photo-next {
  background-image: url(../images/businessDetail/businessDetail.png);
  background-repeat: no-repeat;
}
.icon-big-photo-back,
.icon-big-photo-next {
  width: 18px;
  height: 32px;
  position: relative;
  bottom: -1px;
}
.icon-big-photo-back {
  background-position: 0 -52px;
}
.icon-big-photo-next {
  background-position: 0 -92px;
}
.icon-photo-back,
.icon-photo-next {
  width: 10px;
  height: 18px;
}
.icon-photo-next {
  background-position: 0 -26px;
}
.modal-open {
  overflow: hidden;
}
.modal-tbl {
  width: 100%;
  height: 100%;
}
.modal-tbl tr > td {
  text-align: center;
  vertical-align: middle;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal .back-btn-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
}
.modal .back-btn-wrap:hover .back-btn {
  display: block;
}
.modal .back-btn-wrap .icon-big-photo-back {
  position: relative;
  top: 10px;
  left: -3px;
}
.modal .back-btn-wrap .back-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: none;
  width: 55px;
  height: 55px;
  margin-top: -25px;
  cursor: pointer;
  background: #ccc;
  border: 2px solid #fff;
  border-radius: 50%;
}
.modal .next-btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
}
.modal .next-btn-wrap:hover .next-btn {
  display: block;
}
.modal .next-btn-wrap .icon-big-photo-next {
  position: relative;
  top: 10px;
  left: 3px;
}
.modal .next-btn-wrap .next-btn {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  display: none;
  width: 55px;
  height: 55px;
  margin-top: -25px;
  cursor: pointer;
  background: #ccc;
  border: 2px solid #fff;
  border-radius: 50%;
}
.modal .photo {
  max-width: 100%;
}
.modal .hide {
  display: none !important;
}
.modal.fade .modal-dialog {
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: auto;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  display: inline-block;
}
.modal-content {
  position: relative;
  margin: 12px 0;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  width: 23px;
  height: 23px;
  right: 16px;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: 0;
}
.thumb-img-block .main-img {
  max-width: 100%;
}
@media (max-width: 763px) {
  .thumb-img-block {
    width: 100%;
  }
}
.sub-nav {
  margin-top: 18px;
  color: #999;
  font-weight: bold;
}
.sub-nav a {
  color: #999;
}
.sub-nav > ul > li {
  padding: 0 3px;
}
.sub-nav > ul > li:first-child {
  padding-left: 0;
}
.sub-nav > ul > li:last-child {
  padding-right: 0;
}
.sub-nav .no-under:hover {
  cursor: default;
  text-decoration: none;
}
.dot {
  width: 3px;
  height: 3px;
  bottom: 2px;
  background: #999;
  margin-right: 6px;
  position: relative;
  border-radius: 50%;
}
.detail-info-block .tab-pane {
  padding-top: 10px;
  min-height: 350px;
}
.detail-info-nav {
  margin-top: 18px;
  background: #fcfcfc;
  padding: 14px 0 0 8px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 350px) {
  .detail-info-nav {
    padding-left: 2px;
  }
}
.detail-info-nav > li {
  margin: 0 2px -1px 2px;
}
.detail-info-nav > li.active > a {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.detail-info-nav > li > a {
  background: #f2f2f4;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  padding: 8px 14px 10px 14px;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
@media (max-width: 350px) {
  .detail-info-nav > li > a {
    padding: 8px 8px 6px 8px;
  }
}
.promotion-detail-content {
  margin-top: 14px;
  margin-bottom: 14px;
}
.promotion-detail-ad {
  float: left;
  width: 30.54989817%;
}
@media (max-width: 763px) {
  .promotion-detail-ad {
    float: none;
    width: 100%;
    margin-top: 4px;
  }
}
.promotion-detail-ad > .title {
  border-bottom: 1px solid #666666;
  margin-top: -4px;
}
@media (max-width: 763px) {
  .promotion-detail-ad > .title {
    display: none;
  }
}
.promotion-detail-ad > .title > h3 {
  bottom: -6px;
  color: #333333;
  font-size: 1.08333333em;
  background: #fff;
  font-weight: bold;
  position: relative;
  padding-right: 4px;
  display: inline-block;
}
.promotion-detail-ad > img {
  width: 100%;
}
.promotion-info-wrap {
  position: relative;
  padding-right: 28px;
  width: 69.45010183%;
}
@media (max-width: 763px) {
  .promotion-info-wrap {
    width: 100%;
    padding: 0;
  }
}
.promotion-info > table tr td {
  vertical-align: top;
}
.promotion-info .bussness-LOGO {
  width: 156px;
}
@media (max-width: 763px) {
  .promotion-info .bussness-LOGO {
    width: 120px;
  }
}
.promotion-info .bussness-LOGO .t-w {
  border: 1px solid #dedede;
}
.promotion-info .bussness-LOGO .auto-c {
  overflow: hidden;
}
.promotion-info .bussness-LOGO img {
  width: 100%;
}
.promotion-info .detail {
  color: #333;
}
.promotion-info .detail > dl > dt {
  color: #000;
  font-size: 2.25em;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -0.03em;
}
@media (max-width: 763px) {
  .promotion-info .detail > dl > dt {
    font-size: 1.41666667em;
  }
}
.promotion-info .detail > dl > dd {
  font-size: 1.16666667em;
  word-wrap: break-word;
  word-break: break-all;
}
.promotion-info .detail > dl > dd a {
  color: #333;
}
.promotion-photo-block {
  border-radius: 3px;
  border: 1px solid #e6e6e6;
}
.promotion-photo-block > .thumb-wrap {
  padding-right: 22px;
  margin: 10px 0;
}
@media (max-width: 763px) {
  .promotion-photo-block > .thumb-wrap {
    padding-right: 0;
  }
}
.promotion-photo-block .thumb {
  padding: 0 29px;
  position: relative;
}
.promotion-photo-block .thumb > .content > ul {
  border: 1px dotted #c2c2c2;
  padding: 0 4px;
}
.promotion-photo-block .thumb > .content > ul > li {
  width: 91px;
  height: 91px;
  padding: 4px;
}
.promotion-photo-block .thumb > .content > ul > li > img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all linear .1s;
  -moz-transition: all linear .1s;
  -o-transition: all linear .1s;
}
.promotion-photo-block .thumb > .content > ul > li > img:hover {
  transform: scale(1.05);
}
.promotion-photo-block .thumb > .back-btn,
.promotion-photo-block .thumb > .next-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #7f7f7f;
  border: none;
  outline: none;
  cursor: pointer;
}
.promotion-photo-block .thumb > .back-btn:hover,
.promotion-photo-block .thumb > .next-btn:hover {
  background: #515151;
}
.promotion-photo-block .thumb > .back-btn {
  left: 0;
  width: 28px;
  border-radius: 2px 0 0 2px;
}
.promotion-photo-block .thumb > .next-btn {
  right: 0;
  width: 28px;
  border-radius: 0 2px 2px 0;
}
.promotion-hour {
  width: 100%;
  color: #4a4e51;
}
@media (max-width: 763px) {
  .promotion-hour {
    margin-bottom: 20px;
  }
}
.promotion-hour .col1 {
  width: 112px;
  padding-left: 10px;
}
.promotion-hour .col2 {
  width: 70px;
}
.promotion-hour .col2-lg {
  width: 100px;
}
.promotion-photo-wrap {
  position: relative;
}
.promotion-photo-wrap > .back-btn-panel,
.promotion-photo-wrap > .next-btn-panel {
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 26.8%;
  outline: none;
  cursor: pointer;
  position: absolute;
}
.promotion-photo-wrap > .back-btn-panel:hover .btn,
.promotion-photo-wrap > .next-btn-panel:hover .btn {
  display: inline-block;
}
.promotion-photo-wrap > .back-btn-panel .btn,
.promotion-photo-wrap > .next-btn-panel .btn {
  display: none;
  width: 50px;
  height: 74px;
  background: #666;
}
.promotion-photo-wrap > .back-btn-panel .btn:hover,
.promotion-photo-wrap > .next-btn-panel .btn:hover {
  background: #8ee35a;
}
.promotion-photo-wrap > .back-btn-panel {
  left: 0;
}
.promotion-photo-wrap > .back-btn-panel .btn {
  border-radius: 0 4px 4px 0;
  float: left;
}
.promotion-photo-wrap > .next-btn-panel {
  right: 0;
}
.promotion-photo-wrap > .next-btn-panel .btn {
  border-radius: 0 4px 4px 0;
  float: right;
}
.promotion-photo-wrap .photo {
  position: relative;
  width: 98%;
  margin: 0 auto;
  text-align: center;
}
.promotion-photo-wrap .photo img {
  max-width: 100%;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
@media (max-width: 763px) {
  .promotion-photo-wrap .photo {
    width: 100%;
  }
}
@media (max-width: 763px) {
  #promotionPhotoModal {
    padding: 17px;
  }
  #promotionPhotoModal .modal-dialog {
    width: 100%;
  }
  #promotionPhotoModal .modal-content {
    display: block;
  }
}
