._container {
  max-width: 1200px;
  margin: 0 auto;
}
.detail-spec {
  clear: both;
  overflow: hidden;
}
.detail-spec .left-content {
  position: relative;
  height: 500px;
}
.detail-spec .left-content .swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.detail-spec .left-content .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-spec .left-content .swiper-container .swiper-pagination.swiper-pagination-bullets {
  width: auto;
  height: 38px;
  padding: 7px 18px;
  margin: 0 auto;
  left: 50%;
  bottom: 20px;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: rgba(0,0,0, .4);
  transform: translate(-50%, 0);
  z-index: 21;
}

.detail-spec .left-content .swiper-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 0;
  background-size: cover;
  background-color: transparent;
  background-image: url(../image/swiper-pagination.png);
  opacity: 1;
}

.detail-spec .left-content .swiper-container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url(../image/swiper-pagination-active.png);
}
.detail-spec .right-content {
  position: relative;
}
.detail-spec .right-content .spec {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}
.detail-spec .right-content .spec .category {
  color: #999999;
  font-size: 16px;
  margin: 0;
  padding-bottom: 14px;
}
.detail-spec .right-content .spec .name {
  width: 100%;
  color: #191919;
  font-size: 23px;
  margin: 0;
  padding-bottom: 14px;
  word-break: break-all;
}
.detail-spec .right-content .spec .date {
  color: #1ca4a4;
  font-size: 16px;
}
.detail-spec .right-content .select-option .select-option-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item {
  width: 100%;
  padding: 20px 15px 20px 20px;
  background-color: #f8f8f8;
  border-top: 1px solid #dddddd;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item:first-child {
  border-top: none;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_name {
  width: 100%;
  padding-bottom: 20px;
  color: #555555;
  font-size: 13px;
  word-break: break-all;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_name {
  width: 100%;
  padding-bottom: 20px;
  color: #191919;
  font-size: 16px;
  word-break: break-all;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group {
  width: 100%;
  display: inline-block;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .price{
  margin: 0;
  color: #9d9d9d;
  line-height: 28px;
  float: left;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .price .before {
  height: 28px;
  display: inline-block;
  padding-right: 12px;
  margin-right: 4px;
  font-size: 14px;
  vertical-align: middle;
  text-decoration: line-through;
  background-image: url(../image/ticket-price-arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .price .after {
  color: #f13b0b;
  font-size: 16px;
  font-weight: bold;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .control {
  float: right;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_order_count_group {
  width: 84px;
  height: 28px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_order_count_group > button,
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_order_count_group > p {
  width: 33.333%;
  height: 100%;
  float: left;
  box-sizing: border-box;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_order_count_group > p {
  color: #555555;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  border: none;
  outline: none;
  background: none;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_order_count_group > button.option_order_count_minus {
  border: none;
  outline: none;
  border-right: 1px solid #bbbbbb;
  background-color: transparent;
  background-image: url(../image/count-down@2x.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center center;
  border-right: 1px solid #bbbbbb;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_order_count_group > button.option_order_count_plus {
  border: none;
  outline: none;
  border-left: 1px solid #bbbbbb;
  background-color: transparent;
  background-image: url(../image/count-up@2x.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center center;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_reset_btn_box {
  display: inline-block;
  margin-left: 6px;
}
.detail-spec .right-content .select-option .select-option-list .select-option-item .option_control_group .option_reset_btn_box .option_reset_btn {
  width: 28px;
  height: 28px;
  background-color: transparent;
  background-image: url(../image/ic-filter-reset-small.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  border: none;
  outline: none;
}

.detail-spec .right-content .product-amount {
  padding: 16px 0 12px;
  color: #5f5f5f;
  line-height: 20px;
  text-align: right;
  vertical-align: bottom;
}

.detail-spec .right-content .product-amount .total-count {
  display: inline-block;
}

.detail-spec .right-content .product-amount .total-count .bar {
  padding: 0 3px;
  color: #e2e2e2;
}

.detail-spec .right-content .product-amount .amount {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.detail-spec .right-content .product-amount .amount span.txt {
  display: inline-block;
  padding-top: 4px;
  padding-right: 4px;
}

.detail-spec .right-content .product-amount .amount span.money {
  color: #0055a0;
  font-size: 26px;
}

.detail-spec .right-content .request_btn_box {
  padding-top: 20px;
  width: 100%;
}
.detail-spec .right-content .request_btn_box .btn {
  width: 100%;
  height: 52px;
}
.detail-spec .right-content .product-explain {
  width: 100%;
  padding-top: 10px;
}
.detail-spec .right-content .product-explain .explain {
  width: 100%;
  display: inline-block;
  color: #9c9c9c;
  font-size: 12px;
}
.detail-full-image {
  padding-top: 50px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.detail-full-image img {
  width: 100%;
}

/** Áß¿ä¾Ë¸² ¿µ¿ª  **/
.detail-spec .choice-content-status {
  clear: both;
}
.detail-spec .choice-status-content {
  padding: 15px;
  font-size: 16px;
  line-height: 1.63;
  /* background-color: #efefef; */
}
.detail-spec .choice-status-content .select-option-list {
  margin: 0;
}
.detail-spec .choice-status-content .select-option-list .option-item {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  color: #191919;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  line-height: 1.24;
  text-overflow: ellipsis;
}

.detail-spec .choice-content-title {
  width: 100%;
  margin-bottom: 10px;
  color: #010101;
  font-size: 18px;
}

#rsv_calendar {
  width: 100%;
}

/* datapicker */
.ui-datepicker{ font-size: 16px; width: 100%; height: auto; background: #fff; }
.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}


@media (max-width: 1200px) {
  .detail-spec .left-content {
    position: relative;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .detail-spec .left-content {
    position: relative;
    height: 360px;
  }
}
