﻿.court-detail-style {
  padding-top: 29px;
  padding-bottom: 100px;
  /*court start*/
  /*court end*/
  /*seletedTime start*/
  /*seletedTime start*/
  /*offersstart*/
  /*offers end*/
  /*membership start*/
  /*membership end*/
  /*detail start*/
  /*detail end*/
  /*text start*/
}
.court-detail-style .court-slide-box {
  display: flex;
}
.court-detail-style .court-slide-box .carousel {
  width: 66%;
  height: 426px;
  background: #D8D8D8;
  border-radius: 15px;
}
.court-detail-style .court-slide-box .carousel .carousel-inner {
  width: 100%;
  height: 426px;
  background: #D8D8D8;
  border-radius: 15px;
}
.court-detail-style .court-slide-box .carousel .carousel-inner img {
  width: 100%;
  height: 426px;
  background: #D8D8D8;
}
.court-detail-style .court-slide-box .weather-box {
  margin-left: 19px;
  flex: 1;
  background: #ffffff;
  width: 367px;
  border-radius: 15px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.court-detail-style .court-slide-box .weather-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.court-detail-style .court-slide-box .weather-box .img-box img {
  width: 96px;
  margin-bottom: 20px;
}
.court-detail-style .court-slide-box .weather-box .weather-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.court-detail-style .court-slide-box .weather-box .weather-info .weather-text {
  font-size: 16px;
  font-weight: 500;
  color: #2A6049;
  margin-bottom: 12px;
}
.court-detail-style .court-slide-box .weather-box .weather-info .weather-btn {
  display: inline-block;
  padding: 6px 16px;
  background: #2A6049;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}
.court-detail-style .court-slide-box .weather-box .weather-info .weather-btn:hover {
  background: #E87B4F;
}
.court-detail-style .court-info-box {
  width: 100%;
  margin-top: 19px;
  padding: 19px 29px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
}
.court-detail-style .court-info-box .court-info-left {
  display: flex;
  flex-direction: column;
  border-right: 2px solid #DCDCDC;
  width: 75%;
}
.court-detail-style .court-info-box .court-info-left .court-name {
  height: 28px;
  font-size: 19px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  line-height: 29px;
}
.court-detail-style .court-info-box .court-info-left .court-server {
  height: 23px;
  margin-top: 10px;
  font-size: 15px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  color: #999999;
  line-height: 23px;
}
.court-detail-style .court-info-box .court-info-left .court-phone-number {
  height: 23px;
  font-size: 15px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  color: #333333;
  line-height: 23px;
}
.court-detail-style .court-info-box .court-info-right {
  padding-right: 42px;
  display: flex;
  align-items: center;
}
.court-detail-style .court-info-box .court-info-right .img-vip {
  display: block;
  width: 97px;
  height: 75px;
  cursor: pointer;
  margin-left: 10px;
}
.court-detail-style .court-info-box .court-info-right .location-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.court-detail-style .court-info-box .court-info-right .location-box img {
  width: 38px;
  height: 38px;
}
.court-detail-style .court-info-box .court-info-right .location-box span {
  height: 23px;
  font-size: 15px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  color: #333333;
  line-height: 23px;
}
.court-detail-style .seleted-time-box {
  width: 100%;
  padding: 36px 29px;
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  background-color: #ffffff;
  margin-top: 14px;
}
.court-detail-style .seleted-time-box .sun-slider .slider-box ul li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.court-detail-style .seleted-time-box .sun-slider .slider-box ul li.selected-item {
  background: #2A6049;
  color: #E87B4F;
}
.court-detail-style .seleted-time-box .sun-slider .slider-box ul li.selected-item div {
  color: #E87B4F;
}
.court-detail-style .seleted-time-box .sun-slider .slider-box ul li div {
  color: #2A6049;
  height: 20px;
  line-height: 20px;
}
.court-detail-style .seleted-time-box .seleted-text {
  height: 26px;
  cursor: pointer;
  position: relative;
  width: 200px;
  margin-left: 20px;
}
.court-detail-style .seleted-time-box .seleted-text .selected-text-up {
  font-size: 17px;
  font-weight: 500;
  color: #2A6049;
  line-height: 26px;
  background: #ffffff;
  height: 26px;
  width: 200px;
  /*text-align: right;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.court-detail-style .seleted-time-box .seleted-text #inputDate {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 100px;
  z-index: -1;
}
.court-detail-style .seleted-time-box .sel-calendar {
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 16px;
}
.court-detail-style .seleted-time-box .sel-calendar .sel-calendar-img {
  display: block;
  width: 80px;
  height: 80px;
}
.court-detail-style .offers-box {
  width: 100%;
  padding: 22px 27px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin-top: 14px;
  border-radius: 8px;
  justify-content: flex-start;
}
.court-detail-style .offers-box .offers-box-top {
  display: flex;
  justify-content: space-between;
  /*border-bottom: 1px solid #DCDCDC;*/
  margin-top: 10px;
}
.court-detail-style .offers-box .offers-box-top:first-child {
  margin-top: 0;
}
.court-detail-style .offers-box .offers-box-top .offers-box-top-left {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.court-detail-style .offers-box .offers-box-top .offers-box-top-left .offers-box-top-left-header {
  display: flex;
  width: auto;
  align-items: flex-start;
  height: 29px;
}
.court-detail-style .offers-box .offers-box-top .offers-box-top-left .offers-box-top-left-header .offers-servers {
  height: 29px;
  font-size: 19px;
  font-weight: 500;
  color: #333333;
  line-height: 29px;
}
.court-detail-style .offers-box .offers-box-top .offers-box-top-left .offers-box-top-left-header .odds {
  margin-top: 5px;
  height: 15px;
  margin-left: 9px;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 400;
  background-color: #E87B4F;
  color: #FFFFFF;
}
.court-detail-style .offers-box .offers-box-top .offers-box-top-left .offer-box-content {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.court-detail-style .offers-box .offers-box-top .offers-box-top-left .offer-box-content .span-box {
  display: flex;
  align-items: flex-end;
}
.court-detail-style .offers-box .offers-box-top .offers-box-top-left .offer-box-content .span-box .span-box-tag {
  padding: 1px 8px;
  background: rgba(216, 216, 216, 0);
  border-radius: 2px;
  border: 1px solid #C0C0C0;
  font-size: 12px;
  line-height: 18px;
  height: 22px;
  font-weight: 400;
  color: #999999;
  margin-left: 8px;
}
.court-detail-style .offers-box .offers-box-top .offers-box-top-left .offer-box-content .span-box .span-box-tag:first-child {
  margin-left: 0;
}
.court-detail-style .offers-box .offers-box-top .offers-box-top-left .offer-box-content .span-box .offer-price {
  height: 28px;
  font-size: 19px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-left: 30px;
}
.court-detail-style .offers-box .offers-box-top .offers-box-top-left .offer-box-content .span-box .btn {
  margin-left: 30px;
  padding: 2px 8px;
}
.court-detail-style .offers-box .nine-offer-box {
  margin-top: 10px;
}
.court-detail-style .offers-box .nine-offer-box:first-child {
  margin-top: 0;
}
.court-detail-style .offers-box .nine-offer-box .nine-offer-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 29px;
}
.court-detail-style .offers-box .nine-offer-box .nine-offer-box-header .nine-offer-box-header-left {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.court-detail-style .offers-box .nine-offer-box .nine-offer-box-header .nine-offer-box-header-left .offers-servers {
  font-size: 19px;
  font-weight: 500;
  color: #333333;
  line-height: 29px;
}
.court-detail-style .offers-box .nine-offer-box .nine-offer-box-header .nine-offer-box-header-left .odds {
  margin-top: 5px;
  height: 15px;
  margin-left: 9px;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 400;
  background-color: #E87B4F;
  color: #FFFFFF;
}
.court-detail-style .offers-box .nine-offer-box .nine-offer-box-header .nine-offer-box-header-right {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.court-detail-style .offers-box .nine-offer-box .nine-offer-box-header .nine-offer-box-header-right.opened img {
  transform: rotate(90deg);
}
.court-detail-style .offers-box .nine-offer-box .nine-offer-box-header .nine-offer-box-header-right .look-detail {
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.court-detail-style .offers-box .nine-offer-box .nine-offer-box-header .nine-offer-box-header-right img {
  display: block;
  height: 23px;
  width: 23px;
}
.court-detail-style .offers-box .nine-offer-box .offer-box-content {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.court-detail-style .offers-box .nine-offer-box .offer-box-content .span-box {
  display: flex;
  align-items: flex-end;
}
.court-detail-style .offers-box .nine-offer-box .offer-box-content .span-box .span-box-tag {
  padding: 1px 8px;
  background: rgba(216, 216, 216, 0);
  border-radius: 2px;
  border: 1px solid #C0C0C0;
  font-size: 12px;
  line-height: 18px;
  height: 22px;
  font-weight: 400;
  color: #999999;
  margin-left: 8px;
}
.court-detail-style .offers-box .nine-offer-box .offer-box-content .span-box .span-box-tag:first-child {
  margin-left: 0;
}
.court-detail-style .offers-box .nine-offer-box .offer-box-content .span-box .offer-price {
  height: 28px;
  font-size: 19px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-left: 30px;
}
.court-detail-style .offers-box .nine-offer-box .offer-box-content .span-box .btn {
  margin-left: 30px;
  padding: 2px 8px;
}
.court-detail-style .time-slots {
  background: #ffffff;
  padding: 36px 29px;
  margin-top: 14px;
}
.court-detail-style .time-slots .time-box {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.court-detail-style .time-slots .time-box img {
  width: 29px;
  height: 29px;
}
.court-detail-style .time-slots .time-box span {
  height: 25px;
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
  margin-left: 12px;
}
.court-detail-style .time-slots .seleted-price-box {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.court-detail-style .time-slots .seleted-price-box a {
  text-decoration: none;
}
.court-detail-style .time-slots .seleted-price-box .seleted-price-box-item {
  margin-left: 10px;
  width: 170px;
  background: #E8E7E8;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 4px 4px 4px;
}
.court-detail-style .time-slots .seleted-price-box .seleted-price-box-item.active {
  background: #2A6049;
}
.court-detail-style .time-slots .seleted-price-box .seleted-price-box-item.active span {
  color: #ffffff;
}
.court-detail-style .time-slots .seleted-price-box .seleted-price-box-item:first-child {
  margin-left: 0;
}
.court-detail-style .time-slots .seleted-price-box .seleted-price-box-item span {
  font-size: 14px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  color: #666666;
}
.court-detail-style .time-slots .seleted-price-box .seleted-price-box-item .price-box {
  margin-top: 15px;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  width: 162px;
  height: 56px;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.court-detail-style .time-slots .seleted-price-box .seleted-price-box-item .price-box span {
  height: 19px;
  font-size: 19px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
}
.court-detail-style .price-table {
  background: #ffffff;
  margin-top: 30px;
}
.court-detail-style a {
  text-decoration: none;
}
.court-detail-style a .detail-membership-box {
  width: 100%;
  height: 103px;
  background-image: url("/img/court-memberShip-back.png");
  background-repeat: no-repeat;
  background-size: 100% 103px;
  margin-top: 14px;
  border-radius: 8px;
  padding: 20px 29px;
  cursor: pointer;
}
.court-detail-style a .detail-membership-box .title {
  height: 28px;
  font-size: 19px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}
.court-detail-style a .detail-membership-box .content {
  height: 23px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 23px;
  margin-top: 9px;
}
.court-detail-style .detail-box {
  background-color: #ffffff;
  display: flex;
  width: 100%;
  padding: 22px 30px;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  border-radius: 8px;
}
.court-detail-style .detail-box .detail-box-left {
  display: flex;
  align-items: center;
}
.court-detail-style .detail-box .detail-box-left .offers-servers {
  height: 29px;
  font-size: 19px;
  font-weight: 500;
  color: #333333;
  line-height: 29px;
}
.court-detail-style .detail-box .detail-box-left .odds {
  margin-top: 5px;
  height: 15px;
  margin-left: 9px;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 400;
  background-color: #E87B4F;
  color: #FFFFFF;
}
.court-detail-style .detail-box .detail-box-right {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.court-detail-style .detail-box .detail-box-right .look-detail {
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
.court-detail-style .detail-box .detail-box-right img {
  width: 24px;
  height: 24px;
}
.court-detail-style .court-constitutes-box {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  margin: 10px 0;
}
.court-detail-style .court-constitutes-box .title {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
  font-weight: 500;
}
.court-detail-style .court-btm-info-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  align-content: center;
  padding: 16px 30px;
  margin-top: 30px;
  border-radius: 8px;
}
.court-detail-style .court-btm-info-box .title {
  width: 100%;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #666666;
}
.court-detail-style .court-btm-info-box .court-info-box-item {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 20px 0 30px 0;
  border-bottom: 1px dashed #666666;
}
.court-detail-style .court-btm-info-box .court-info-box-item .court-info-box-item-left {
  width: 30%;
  color: #333333;
  font-weight: 500;
}
.court-detail-style .court-btm-info-box .court-info-box-item .court-info-box-item-right {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
.court-detail-style .court-btm-info-box .court-info-box-item .court-info-box-item-right span {
  width: 25%;
}
.court-detail-style .court-btm-info-box .court-info-box-item .court-info-box-item-right .court-installation-box-item {
  width: 20%;
  display: flex;
}
.court-detail-style .court-btm-info-box .court-info-box-item .court-info-box-item-right .court-installation-box-item img {
  width: 30px;
  height: 30px;
}
.court-detail-style .court-btm-info-box .court-info-box-item .court-info-box-item-right .court-installation-box-item span {
  width: auto;
  margin-left: 6px;
}
.court-detail-style .content-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  margin-top: 14px;
  padding: 30px;
  border-radius: 8px;
}
.court-detail-style .content-box .content-box-tab {
  display: flex;
  justify-content: space-around;
}
.court-detail-style .content-box .content-box-tab .content-box-tab-item {
  height: 21px;
  font-size: 15px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
  cursor: pointer;
}
.court-detail-style .content-box .content-box-tab .content-box-tab-item.active {
  color: #2A6049;
  font-weight: 600;
}
.court-detail-style .content-box .content-box-tab .content-box-tab-item.active::after {
  content: "";
  display: block;
  background: #2A6049;
  height: 3px;
  margin-top: 1px;
  border-radius: 8px;
}
.court-detail-style .content-box .content-text {
  margin-top: 24px;
  min-height: 183px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
}
