﻿.s-back {
  background: #F5F5F5;
}
.s-back .container .abroad-box {
  padding-top: 50px;
}
.s-back .container .abroad-box span {
  width: 80px;
  height: 29px;
  font-size: 19px;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
}
.s-back .container .abroad-box .border-box img {
  width: 100%;
  height: 12px;
}
.s-back .container .tab-box {
  display: flex;
  margin-top: 32px;
}
.s-back .container .tab-box .tab-box-item {
  width: 180px;
  height: 50px;
  cursor: pointer;
  background: #ECECEC;
  font-size: 17px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.s-back .container .tab-box .tab-box-item.active {
  background: #ffffff;
  color: #333333;
  font-weight: 500;
}
.s-back .container .tab-content .region-box {
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  padding: 23px 14px;
  flex-wrap: wrap;
}
.s-back .container .tab-content .region-box .region-box-item {
  height: 26px;
  padding: 0px 10px !important;
  margin-top: 10px;
  background: #DBDBDB;
  border-radius: 3px;
  line-height: 26px;
  color: #333333;
  font-size: 14px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  margin-right: 8px;
  cursor: pointer;
  text-decoration: none;
}
.s-back .container .tab-content .region-box .region-box-item.btn-success {
  color: #fff;
  background: #2A6049;
}
.s-back .container .tab-content .region-box .region-box-item.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}
.s-back .container .tab-content .region-box .region-box-item.btn-info {
  color: #333333;
  background-color: #ececec;
  border-color: #ffffff;
}
.s-back .container .tab-content .region-box .region-box-item.btn-info:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}
.s-back .container .tab-content .region-box .region-box-item:first-child {
  margin-left: 0;
}
.s-back .container .tab-content .region-box .region-box-item.active {
  background: #2A6049;
  color: #FFFFFF;
}
.s-back .container .carousel-item {
  display: flex;
  width: 100%;
}
.s-back .container .carousel-item .price-box {
  margin-right: 20px;
  width: 180px;
  flex-shrink: 0;
  height: 160px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.slide-box {
  display: flex;
  margin-top: 25px;
  margin-left: -44px;
  margin-right: -44px;
}
.slide-box img {
  width: 34px;
  height: 160px;
  cursor: pointer;
}
.slide-box .slide-mid-box {
  display: flex;
  margin: 0 10px;
  flex: 1;
  overflow: hidden;
  position: relative;
}
.slide-box .slide-mid-box .slide-mid-box-item {
  display: flex;
  flex-shrink: 0;
  width: 185px;
  height: 160px;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  margin-right: 19px;
  cursor: pointer;
  text-decoration: none;
}
.slide-box .slide-mid-box .slide-mid-box-item .datetime {
  margin-top: 24px;
  width: 61px;
  height: 28px;
  font-size: 19px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.slide-box .slide-mid-box .slide-mid-box-item .dateweek {
  margin-top: 8px;
  width: 40px;
  height: 28px;
  font-size: 19px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.slide-box .slide-mid-box .slide-mid-box-item .price {
  margin-top: 7px;
  width: 72px;
  height: 42px;
  font-size: 29px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #E87B4F;
  line-height: 42px;
  text-align: center;
}
