html {
  height: 100%;
}
body {
  background-color: #fff;
  height: 100%;
}
.main {
  position: relative;
  min-height: 100%;
}
.main #footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.main .middle .catalog {
  padding-top: 20px;
  font-size: 16px;
  color: #666;
}
.main .middle .catalog a {
  color: #666;
}
.main .middle .ticket-part {
  height: 600px;
  padding-bottom: 30px;
  margin-top: 30px;
  background-color: #fff;
  position: relative;
}
.main .middle .ticket-part .left {
  width: 700px;
}
.main .middle .ticket-part .left .pro-swiper .ticket-pic {
  width: 100%;
  height: 444px;
  font-size: 0;
  overflow: hidden;
}
.main .middle .ticket-part .left .pro-swiper .ticket-pic .swiper-slide {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.main .middle .ticket-part .left .pro-swiper .ticket-pic .swiper-slide .pro-video {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.main .middle .ticket-part .left .pro-swiper .ticket-pic .swiper-slide .pro-video .play-btn {
  position: absolute;
  width: 58px;
  height: 58px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.main .middle .ticket-part .left .pro-swiper .ticket-pic .swiper-slide .pro-video:hover .play-btn {
  opacity: 1;
}
.main .middle .ticket-part .left .pro-swiper .pic-thumb {
  position: relative;
  margin-top: 20px;
  padding: 0 56px;
}
.main .middle .ticket-part .left .pro-swiper .pic-thumb .thumbnail {
  position: relative;
  padding: 10px;
  overflow: hidden;
}
.main .middle .ticket-part .left .pro-swiper .pic-thumb .thumbnail .swiper-slide {
  height: 58px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.main .middle .ticket-part .left .pro-swiper .pic-thumb .thumbnail .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #00c8ff;
  transform-origin: center center;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.main .middle .ticket-part .left .pro-swiper .pic-thumb .swiper-button-next,
.main .middle .ticket-part .left .pro-swiper .pic-thumb .swiper-button-prev {
  width: 18px;
  height: 100%;
  top: 0;
  margin-top: 0;
  background-size: 18px auto;
  outline: none;
}
.main .middle .ticket-part .left .pro-swiper .pic-thumb .swiper-button-next {
  right: 0px;
  background: url("../img/concert-right-icon.png") center center no-repeat;
}
.main .middle .ticket-part .left .pro-swiper .pic-thumb .swiper-button-prev {
  left: 0px;
  background: url("../img/concert-left-icon.png") center center no-repeat;
}
.main .middle .ticket-part .left .paynum-collect {
  margin-top: 8px;
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.main .middle .ticket-part .left .paynum-collect i {
  color: #654EA3;
}
.main .middle .ticket-part .left .paynum-collect .collect {
  padding-left: 21px;
  background: url("../img/ticket_collect_icon.png") no-repeat left center / 16px 16px;
  margin-left: 40px;
  cursor: pointer;
}
.main .middle .ticket-part .left .paynum-collect .collect.collected {
  background-image: url("../img/collected_icon.png");
}
.main .middle .ticket-part .right {
  width: 440px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 19px 30px 40px 30px;
  -webkit-box-shadow: 0px 2px 8px rgba(37, 12, 72, 0.25);
  -moz-box-shadow: 0px 2px 8px rgba(37, 12, 72, 0.25);
  box-shadow: 0px 2px 8px rgba(37, 12, 72, 0.25);
}
.main .middle .ticket-part .right .right-top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.main .middle .ticket-part .right .right-top .ticket-title {
  font-size: 24px;
  color: #000;
}
.main .middle .ticket-part .right .right-top .date-and-address {
  font-size: 16px;
  color: #999;
  line-height: 1.5em;
  background: url("../img/theme/theme-shop-icon.png") no-repeat left center / 18px 18px;
  margin-top: 10px;
}
.main .middle .ticket-part .right .right-top .date-and-address .address {
  margin-left: 28px;
}
.main .middle .ticket-part .right .pay-ticket-main .label {
  display: block;
  font-size: 16px;
  color: #333;
  height: 40px;
  line-height: 40px;
  margin-top: 18px;
  padding-left: 29px;
  vertical-align: middle;
  background: url("../img/concert-date-icon.png") no-repeat left center / 18px 18px;
}
.main .middle .ticket-part .right .pay-ticket-main .label.scene-label {
  background-image: url("../img/concert-time-icon.png");
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
}
.main .middle .ticket-part .right .pay-ticket-main .label.ticket-label {
  background-image: url("../img/concert-ticket-icon.png");
  -webkit-background-size: 20px 15px;
  background-size: 20px 15px;
}
.main .middle .ticket-part .right .pay-ticket-main .label.method-label {
  background-image: url("../img/concert-mail-icon.png");
  -webkit-background-size: 18px 17px;
  background-size: 18px 17px;
}
.main .middle .ticket-part .right .pay-ticket-main .label.quantity-sel {
  background-image: url("../img/label_quantity_icon.png");
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
}
.main .middle .ticket-part .right .pay-ticket-main .date-sel .date-inp {
  width: 100%;
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.main .middle .ticket-part .right .pay-ticket-main .date-sel .date-inp #date {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 32px;
  cursor: pointer;
}
.main .middle .ticket-part .right .pay-ticket-main .scene-sel .scene-item {
  display: inline-block;
  font-size: 16px;
  color: #999;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  margin-right: 10px;
  border: 1px solid #999;
  cursor: pointer;
}
.main .middle .ticket-part .right .pay-ticket-main .scene-sel .scene-item.selected {
  color: #654EA3;
  border-color: #654EA3;
}
.main .middle .ticket-part .right .pay-ticket-main .scene-sel .scene-item-timer {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 32px;
  background: url(../img/concert-arrow-icon.png) no-repeat right 11px center / 10px 6px;
  cursor: pointer;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel {
  margin-top: 20px;
  vertical-align: middle;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists {
  font-size: 16px;
  color: #333333;
  border: 1px solid #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  background: url(../img/concert-arrow-icon.png) no-repeat right 11px center / 10px 6px;
  cursor: pointer;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .selected-box {
  width: 100%;
  height: auto;
  min-height: 84px;
  padding: 10px 0;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .selected-box .please-select,
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .selected-box .no-ticket {
  height: 60px;
  padding: 0 20px;
  font-size: 18px;
  color: #999;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .selected-box .please-select {
  color: black;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .ticket-option-box {
  display: none;
  width: calc(100% + 2px);
  height: auto;
  overflow: auto;
  position: absolute;
  left: -1px;
  top: 100%;
  padding: 10px 0;
  border: 1px solid #666666;
  background: white;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .ticket-option-box .ticket-item:hover {
  background: #F2F2F2;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .ticket-item {
  position: relative;
  font-size: 16px;
  color: #000;
  width: 100%;
  padding: 10px 20px;
  cursor: pointer;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .ticket-item .item-title {
  line-height: 1.2;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .ticket-item .item-price {
  color: #999;
  margin-top: 5px;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .ticket-item .item-price .original-price {
  font-size: 12px;
  text-decoration: line-through;
  vertical-align: baseline;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .ticket-item.lack:before {
  position: absolute;
  content: '缺貨';
  width: 30px;
  height: 14px;
  left: -1px;
  top: 0;
  background-color: #bbb;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .ticket-item.lack1:before {
  position: absolute;
  content: '活動未開始';
  width: 70px;
  height: 14px;
  left: -1px;
  top: 0;
  background-color: #bbb;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .ticket-item.lack2:before {
  position: absolute;
  content: '活動已結束';
  width: 70px;
  height: 14px;
  left: -1px;
  top: 0;
  background-color: #bbb;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .ticket-item .package-details-part {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  cursor: default;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .ticket-item .package-details-part .package-details-inner {
  position: relative;
  width: 420px;
  padding: 10px 20px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .ticket-item .package-details-part .package-details-inner .details-title {
  font-size: 18px;
  color: #000;
  line-height: 1;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .ticket-item .package-details-part .package-details-inner .this-label {
  font-size: 16px;
  color: #333;
  margin-top: 30px;
  line-height: 1;
}
.main .middle .ticket-part .right .pay-ticket-main .ticket-sel .ticket-items-lists .ticket-item .package-details-part .package-details-inner .this-content {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.main .middle .ticket-part .right .pay-ticket-main .pickup-method {
  margin-top: 20px;
  vertical-align: middle;
}
.main .middle .ticket-part .right .pay-ticket-main .pickup-method .method-item-lists .method-item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 32px;
  background: url(../img/concert-arrow-icon.png) no-repeat right 11px center / 10px 6px;
  cursor: pointer;
}
.main .middle .ticket-part .right .pay-ticket-main .quantity-sel {
  margin-top: 30px;
  vertical-align: middle;
}
.main .middle .ticket-part .right .pay-ticket-main .quantity-sel .quantity-label {
  font-size: 14px;
}
.main .middle .ticket-part .right .pay-ticket-main .quantity-sel .quantity-inp {
  font-size: 0;
  vertical-align: middle;
}
.main .middle .ticket-part .right .pay-ticket-main .quantity-sel .quantity-inp .reduce,
.main .middle .ticket-part .right .pay-ticket-main .quantity-sel .quantity-inp .plus {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  font-size: 24px;
  color: #333333;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.main .middle .ticket-part .right .pay-ticket-main .quantity-sel .quantity-inp .num {
  width: 56px;
  height: 24px;
  line-height: 22px;
  background: white;
  font-size: 14px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.main .middle .ticket-part .right .pay-ticket-main .quantity-sel .amount-price {
  font-size: 16px;
  line-height: 32px;
  margin-left: 10px;
  color: #000;
  vertical-align: middle;
}
.main .middle .ticket-part .right .pay-ticket-main .buy-btn {
  text-align: right;
  font-size: 0;
}
.main .middle .ticket-part .right .pay-ticket-main .buy-btn span,
.main .middle .ticket-part .right .pay-ticket-main .buy-btn a {
  display: inline-block;
  width: 110px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  background-color: white;
  color: #00c8ff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #00c8ff;
  cursor: pointer;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.main .middle .ticket-part .right .pay-ticket-main .buy-btn a {
  margin-left: 9px;
  color: white;
  border: 1px solid #00c8ff;
  background-color: #00c8ff;
}
.main .middle .ticket-detail-part {
  padding-bottom: 40px;
}
.main .middle .ticket-detail-part .left {
  display: inline-table;
  width: 300px;
  background: #fff;
  padding: 20px;
  font-size: 14px;
  margin-right: 15px;
  color: #999;
  line-height: 2em;
  border: 1px solid #E5E5E5;
}
.main .middle .ticket-detail-part .left .title {
  font-size: 16px;
  color: #333;
  padding-left: 20px;
  background: url("../img/ticketdetail_location_icon.png") no-repeat left center / 15px 15px;
}
.main .middle .ticket-detail-part .left .title.title-time {
  background-image: url("../img/ticketdetail_showtime_icon.png");
  -webkit-background-size: 16px 17px;
  background-size: 16px 17px;
}
.main .middle .ticket-detail-part .left .title.title-method {
  background-image: url("../img/ticketdetail_getticket_icon.png");
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
.main .middle .ticket-detail-part .left .ticket-img {
  width: 100%;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.main .middle .ticket-detail-part .left .location-traffic,
.main .middle .ticket-detail-part .left .show-time,
.main .middle .ticket-detail-part .left .getticket-type {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.main .middle .ticket-detail-part .left .location-traffic {
  margin-top: 10px;
}
.main .middle .ticket-detail-part .left .book-num {
  padding: 10px 0;
}
.main .middle .ticket-detail-part .left .book-num i {
  color: #654EA3;
}
.main .middle .ticket-detail-part .right {
  width: 700px;
  position: relative;
  padding-top: 100px;
  text-align: justify;
  background-color: #fff;
  /*二級導航浮動*/
}
.main .middle .ticket-detail-part .right ul {
  padding-left: 30px;
}
.main .middle .ticket-detail-part .right .right-tab {
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #bbb;
  background-color: #fff;
}
.main .middle .ticket-detail-part .right .right-tab span {
  float: left;
  position: relative;
  display: inline-block;
  height: 100%;
  font-size: 20px;
  color: #666666;
  text-align: center;
  margin-right: 42px;
}
.main .middle .ticket-detail-part .right .right-tab span:last-child {
  margin-right: 0;
}
.main .middle .ticket-detail-part .right .right-tab span i {
  display: inline-block;
  width: 100%;
  line-height: 30px;
  cursor: pointer;
}
.main .middle .ticket-detail-part .right .right-tab span.selected:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 4px;
  left: 50%;
  bottom: 0;
  background-color: #00c8ff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main .middle .ticket-detail-part .right .right-tab span.selected i {
  color: #00c8ff;
}
.main .middle .ticket-detail-part .right .right-tab span.basic-information i {
  border-right: none;
}
.main .middle .ticket-detail-part .right .right-tab-fixed {
  position: fixed;
  left: 0;
  top: 130px;
  height: 50px;
  line-height: 50px;
  z-index: 99;
  border: 1px solid #e7e7e7;
}
.main .middle .ticket-detail-part .right .right-main {
  min-height: 500px;
}
.main .middle .ticket-detail-part .right .right-main table {
  width: 100%;
  border-collapse: collapse;
}
.main .middle .ticket-detail-part .right .right-main table th,
.main .middle .ticket-detail-part .right .right-main table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.main .middle .ticket-detail-part .right .right-main .infor-title {
  position: relative;
  padding-left: 14px;
  font-size: 20px !important;
  color: #000 !important;
  font-weight: 500;
  margin-top: 40px;
}
.main .middle .ticket-detail-part .right .right-main .infor-title:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #666666;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.main .middle .ticket-detail-part .right .right-main .basic-information-container .information {
  font-size: 18px;
  color: #333;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.main .middle .ticket-detail-part .right .right-main .basic-information-container .information i {
  font-size: 16px;
  color: #666;
  line-height: 37px;
}
.main .middle .ticket-detail-part .right .right-main .basic-information-container .information .infor-msg {
  padding-left: 28px;
  background: url("../img/ticketdetail_infortime_icon.png") no-repeat left center / 18px 18px;
}
.main .middle .ticket-detail-part .right .right-main .basic-information-container .information .infor-msg.infor-address {
  background-image: url("../img/ticketdetail_address_icon.png");
  -webkit-background-size: 16px 20px;
  background-size: 16px 20px;
}
.main .middle .ticket-detail-part .right .right-main .basic-information-container .information .infor-msg.infor-duringtime {
  background-image: url("../img/ticketdetail_duringtime_icon.png");
}
.main .middle .ticket-detail-part .right .right-main .basic-information-container .information .infor-msg.infor-price {
  background-image: url("../img/ticketdetail_ticketprice_icon.png");
  -webkit-background-size: 17px 17px;
  background-size: 17px 17px;
}
.main .middle .ticket-detail-part .right .right-main .basic-information-container .considerations {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 25px;
}
.main .middle .ticket-detail-part .right .right-main .basic-information-container .considerations img,
.main .middle .ticket-detail-part .right .right-main .basic-information-container .considerations video {
  max-width: 100% !important;
  height: auto !important;
}
.main .middle .ticket-detail-part .right .right-main .seat-map-container .seat-plan .seat-map {
  margin-top: 20px;
}
.main .middle .ticket-detail-part .right .right-main .seat-map-container .seat-plan .seat-map .map {
  max-width: 50%;
}
.main .middle .ticket-detail-part .right .right-main .seat-map-container .seat-plan .seat-map .legend {
  margin-left: 65px;
  font-size: 18px;
  color: #333;
}
.main .middle .ticket-detail-part .right .right-main .seat-map-container .seat-plan .seat-map .legend .legend-item {
  margin-top: 26px;
  line-height: 20px;
}
.main .middle .ticket-detail-part .right .right-main .seat-map-container .seat-plan .seat-map .legend .legend-item .level-color {
  display: inline-block;
  width: 50px;
  height: 20px;
}
.main .middle .ticket-detail-part .right .right-main .seat-map-container .seat-plan .seat-map .legend .legend-item i {
  color: #EA822F;
}
.main .middle .ticket-detail-part .right .right-main .show-Introduction-container {
  padding: 40px 20px;
}
.main .middle .ticket-detail-part .right .right-main .buy-explain-container,
.main .middle .ticket-detail-part .right .right-main .bt-tip-container {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.main .middle .ticket-detail-part .right .right-main .buy-explain-container .considerations {
  padding-top: 20px;
}
.main .middle .recommend {
  padding-top: 50px;
  padding-bottom: 80px;
  background: #f8f8f8;
}
.main .middle .recommend .title {
  font-size: 20px;
  color: #666;
}
.main .middle .recommend .ticket-lists {
  margin-top: 23px;
}
.main .middle .recommend .ticket-lists li {
  float: left;
  width: 370px;
  margin-right: 35px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 10px rgba(42, 41, 37, 0.35);
  -moz-box-shadow: 2px 2px 10px rgba(42, 41, 37, 0.35);
  box-shadow: 2px 2px 10px rgba(42, 41, 37, 0.35);
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}
.main .middle .recommend .ticket-lists li:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.main .middle .recommend .ticket-lists li:last-of-type {
  margin-right: 0;
}
.main .middle .recommend .ticket-lists li .ticket-img {
  width: 100%;
  height: 228px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.main .middle .recommend .ticket-lists li .ticket-img .area {
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  height: 60px;
  line-height: 36px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.main .middle .recommend .ticket-lists li .ticket-msg {
  padding: 10px 14px 30px;
}
.main .middle .recommend .ticket-lists li .ticket-msg .ticket-title {
  height: 2.8em;
  font-size: 18px;
  color: #000;
  overflow: hidden;
}
.main .middle .recommend .ticket-lists li .ticket-msg .ticket-bottom {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.main .middle .recommend .ticket-lists li .ticket-msg .ticket-bottom .ticket-address {
  padding-left: 28px;
  background: url("../img/theme/theme-shop-icon.png") no-repeat left center / 17px 17px;
  color: #999999;
  text-decoration: underline;
}
.main .middle .recommend .ticket-lists li .ticket-msg .ticket-bottom .price {
  color: #000;
  float: right;
}
.main .middle .recommend .ticket-lists li .ticket-msg .ticket-bottom .original-price {
  color: #DA1617;
  font-size: 16px;
  margin-right: 5px;
  text-decoration: line-through;
  vertical-align: baseline;
}
.main .play-part {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.main .play-part #my-video {
  position: absolute;
  width: 85%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main .play-part #my-video .vjs-big-play-button {
  width: 2em;
  height: 2em;
  line-height: 2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main .play-part .close {
  position: absolute;
  width: 120px;
  height: 120px;
  right: -60px;
  top: -60px;
  padding-top: 55px;
  padding-left: 25px;
  font-size: 40px;
  font-weight: bold;
  background: #333;
  color: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.main .play-part .close:hover {
  color: #fff;
}
.main #schedule-box {
  display: none;
  position: absolute;
  width: 424px;
  left: 0;
  bottom: 0;
  padding: 20px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 10;
}
.main #schedule-box .schedule-hd {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.main #schedule-box .today {
  flex: 1;
  text-align: center;
}
.main #schedule-box #prevYear {
  display: none;
}
.main #schedule-box #nextYear {
  display: none;
}
.main #schedule-box .ul-box {
  overflow: hidden;
}
.main #schedule-box .ul-box > li {
  float: left;
  width: 14.28%;
  text-align: center;
  padding: 5px 0;
}
.main #schedule-box .other-month {
  color: #999999;
}
.main #schedule-box .current-month {
  color: #ccc;
}
.main #schedule-box .today-style {
  border-radius: 50%;
  background: #58d321;
}
.main #schedule-box .arrow {
  cursor: pointer;
}
.main #schedule-box .dayStyle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.main #schedule-box .canclick {
  font-weight: bold;
  color: #333 !important;
}
.main #schedule-box .current-month > .dayStyle.canclick:hover {
  background: #00BDFF;
  color: #ffffff;
}
.main #schedule-box .today-flag {
  background: #00C2B1 !important;
  color: #fff !important;
}
.main #schedule-box .temp {
  background: #00BDFF !important;
  color: #ffffff !important;
}
.main #schedule-box .boxshaw {
  box-shadow: 2px 2px 15px 2px #e3e3e3;
}
.main #schedule-box .selected-style {
  background: #00BDFF !important;
  color: #ffffff !important;
}
.main #schedule-box #h3Ele {
  text-align: center;
  padding: 10px;
}
#view-bigImg:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  background: url("../img/loading.png") no-repeat center center / 100% 100%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: loading 1.5s linear infinite;
  -o-animation: loading 1.5s linear infinite;
  animation: loading 1.5s linear infinite;
}
#view-bigImg .pre-bigImg,
#view-bigImg .next-bigImg {
  position: absolute;
  font-size: 50px;
  top: 50%;
  color: #fff;
  font-weight: bold;
  transform: translateY(-50%);
  cursor: pointer;
}
#view-bigImg .pre-bigImg {
  left: 50px;
}
#view-bigImg .next-bigImg {
  right: 50px;
}
#view-bigImg .container iframe {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=other-detail.css.map */