.reserve-banner {
  width: 78.125%;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
}
.reserve-banner .name {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.reserve-banner .name .text1 {
  width: 90%;
}
.reserve-banner .name .text1 .title {
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
  color: #333;
}
.reserve-banner .name .text1 .p {
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  margin-top: 28px;
}
.reserve-banner .name .phoneCode {
  width: 166px;
  height: 58px;
  position: relative;
  float: right;
}
.reserve-banner .name .phoneCode .box {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.reserve-banner .name .phoneCode .box .text {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.reserve-banner .name .phoneCode .box .arrow {
  width: 12px;
  height: 6px;
  margin-left: 16px;
}
.reserve-banner .name .phoneCode .box .arrow img {
  width: 100%;
}
.reserve-banner .name .phoneCode .downImg {
  width: 130px;
  height: 130px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 58px;
  left: calc(50% - 65px);
  display: none;
  z-index: 100;
}
.reserve-banner .name .phoneCode .downImg img {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.reserve-banner .top {
  width: 100%;
  margin-top: 80px;
}
.reserve-banner .top .list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}
.reserve-banner .top .list .item {
  width: 16.666%;
  height: 156px;
  background-color: #972d2d;
  cursor: pointer;
}
.reserve-banner .top .list .item:nth-child(2n) {
  background-color: #b94545;
}
.reserve-banner .top .list .item .img {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  margin-top: 30px;
}
.reserve-banner .top .list .item .img img {
  width: 100%;
  display: block;
}
.reserve-banner .top .list .item .text {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  color: #ffffff;
}
.reserve-banner .top .list .item.active {
  background-color: #beac86;
  height: 180px;
}
.reserve-banner .top .list .item.active .img {
  margin-top: 43px;
}
.reserve-banner .top .list .item.active .text {
  margin-top: 31px;
}
.content {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 229px;
  position: relative;
  overflow: hidden;
}
.content .box {
  position: relative;
  width: calc(78.125% - 162px);
  min-height: 891px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 52px 80px 205px 80px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.content .box .box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: solid 1px #e1e1e1;
}
.content .box .box-top .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #972d2d;
}
.content .box .box-top .button {
  width: 162px;
  height: 48px;
  background-color: #972d2d;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.content .box .box-top .button .text {
  font-size: 16px;
  color: #fff;
}
.content .box .box-top .button .icon {
  width: 31px;
  height: 9px;
  margin-left: 16px;
}
.content .box .box-top .button .icon img {
  width: 100%;
  display: block;
}
.content .box .box-top .button a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .box-top .button:hover {
  background-color: #7c1f1f;
}
.content .box .box-content {
  width: 100%;
  margin-top: 46px;
}
.content .box .box-content .tabs {
  width: 100%;
}
.content .box .box-content .tabs .horizontal {
  width: 100%;
}
.content .box .box-content .tabs .horizontal::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .box-content .tabs .horizontal li {
  float: left;
  width: 137px;
  height: 178px;
  background-color: #fafafa;
  border-radius: 12px;
  margin-right: 45px;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}
.content .box .box-content .tabs .horizontal li:last-child {
  margin-right: 0;
}
.content .box .box-content .tabs .horizontal li .data {
  padding-top: 31px;
  text-align: center;
}
.content .box .box-content .tabs .horizontal li .data .week {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  opacity: 0.7;
  transition: 0.5s;
}
.content .box .box-content .tabs .horizontal li .data .month {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #838282;
  margin-top: 22px;
  transition: 0.5s;
}
.content .box .box-content .tabs .horizontal li .state {
  width: 100%;
  height: 67px;
  margin-top: 23px;
  background-color: #f5f5f5;
  font-size: 18px;
  line-height: 67px;
  color: #972d2d;
  text-align: center;
  transition: 0.5s;
}
.content .box .box-content .tabs .horizontal li.selectActive {
  background-color: #f8f4f5;
}
.content .box .box-content .tabs .horizontal li.selectActive .data .week {
  color: #972d2d;
  opacity: 1;
}
.content .box .box-content .tabs .horizontal li.selectActive .data .month {
  color: #972d2d;
}
.content .box .box-content .tabs .horizontal li.selectActive .state {
  background-color: #972d2d;
  color: #ffffff;
}
.content .box .box-content .tabs .horizontal li:hover {
  background-color: #f8f4f5;
}
.content .box .box-content .tabs .horizontal li:hover .data .week {
  color: #972d2d;
  opacity: 1;
}
.content .box .box-content .tabs .horizontal li:hover .data .month {
  color: #972d2d;
}
.content .box .box-content .tabs .horizontal li:hover .state {
  background-color: #972d2d;
  color: #ffffff;
}
.content .box .box-content .tabs .tab {
  width: 100%;
  margin-top: 87px;
}
.content .box .box-content .tabs .tab .list {
  width: 100%;
}
.content .box .box-content .tabs .tab .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .box-content .tabs .tab .list .item {
  width: 602px;
  height: 254px;
  background-color: #fbfbfb;
  float: left;
  margin-right: 36px;
  position: relative;
}
.content .box .box-content .tabs .tab .list .item:nth-child(2n) {
  margin-right: 0;
}
.content .box .box-content .tabs .tab .list .item::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .box-content .tabs .tab .list .item .img {
  width: 195px;
  height: 254px;
  position: relative;
  overflow: hidden;
  float: left;
}
.content .box .box-content .tabs .tab .list .item .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
}
.content .box .box-content .tabs .tab .list .item .right {
  width: 367px;
  float: left;
  margin-left: 35px;
  margin-top: 38px;
}
.content .box .box-content .tabs .tab .list .item .right .name {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}
.content .box .box-content .tabs .tab .list .item .right .position {
  font-size: 16px;
  line-height: 1.2;
  color: #343434;
  margin-top: 10px;
}
.content .box .box-content .tabs .tab .list .item .right .line {
  width: 367px;
  height: 1px;
  background-color: #e4e9ef;
  margin-top: 10px;
}
.content .box .box-content .tabs .tab .list .item .right .add {
  margin-top: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
.content .box .box-content .tabs .tab .list .item .right .add img {
  width: 28px;
  height: 32px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
}
.content .box .box-content .tabs .tab .list .item .right .button {
  width: 146px;
  height: 40px;
  background-color: #f4694b;
  border-radius: 25px;
  margin-top: 10px;
  float: right;
  transition: 0.5s;
}
.content .box .box-content .tabs .tab .list .item .right .button a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}
.content .box .box-content .tabs .tab .list .item .right .button:hover {
  background-color: #df5334;
}
.content .box .box-content .tabs .tab .list .item .state {
  width: 120px;
  height: 36px;
  background-color: #f5f5f5;
  border-radius: 8px;
  border: solid 2px #beac86;
  position: absolute;
  top: 24px;
  right: 25px;
}
.content .box .box-content .tabs .tab .list .item .state .state-left {
  width: 50%;
  height: 100%;
  float: left;
  font-size: 14px;
  line-height: 36px;
  color: #343434;
  text-align: center;
}
.content .box .box-content .tabs .tab .list .item .state .state-right {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #beac86;
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
}
.content .box .box-content .tabs .tab .list .item:hover .img img {
  transform: scale(1.1);
}
.content .box .box-content .tabs .tab .list .item.active .right .button {
  background-color: gray;
}
.content .box .box-content .tabs .tab .list .item.active .state {
  border: solid 2px gray;
}
.content .box .box-content .tabs .tab .list .item.active .state .state-right {
  background-color: gray;
}
@media screen and (max-width: 1560px) {
  .reserve-banner {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
  }
  .content .box {
    position: relative;
    width: calc(90% - 162px);
    margin: 0 auto;
    background-color: #ffffff;
    padding: 52px 81px 100px 81px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .content .box .box-content .tabs .horizontal li {
    float: left;
    width: 137px;
    height: 178px;
    background-color: #fafafa;
    border-radius: 12px;
    margin-right: 35px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
    transition: 0.5s;
  }
  .content .box .box-content .tabs .tab .list .item {
    width: calc(50% - 10px);
    height: 254px;
    background-color: #f5f5f5;
    float: left;
    margin-right: 20px;
    position: relative;
  }
  .content .box .box-content .tabs .tab .list .item .right {
    width: calc(100% - 240px);
    float: left;
    margin-left: 35px;
    margin-top: 38px;
  }
  .content .box .box-content .tabs .tab .list .item .right .line {
    width: 100%;
    height: 1px;
    background-color: #e4e9ef;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1360px) {
  .content .box {
    width: 90%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 52px 10px 100px 10px;
  }
  .content .box .box-content .tabs .tab .list .item {
    width: 100%;
    height: 254px;
    background-color: #f5f5f5;
    float: left;
    margin-right: 20px;
    position: relative;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .reserve-banner .name .text1 {
    width: 100%;
  }
  .reserve-banner .name .phoneCode {
    width: 166px;
    height: 58px;
    position: relative;
    float: right;
    display: none;
  }
  .reserve-banner .top .list {
    width: 100%;
    display: flex;
    justify-content: start;
    overflow-x: scroll;
  }
  .reserve-banner .top .list .item {
    width: 200px;
    cursor: pointer;
    flex-shrink: 0;
  }
  .content .box {
    width: 90%;
  }
  .content .box .box-content .tabs .horizontal li {
    float: left;
    width: 96px;
    height: 135px;
    background-color: #fafafa;
    border-radius: 12px;
    margin-right: 14px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
    transition: 0.5s;
  }
  .content .box .box-content .tabs .horizontal li .data {
    padding-top: 18px;
    text-align: center;
  }
  .content .box .box-content .tabs .horizontal li .data .month {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #838282;
    margin-top: 16px;
    transition: 0.5s;
  }
  .content .box .box-content .tabs .horizontal li .state {
    width: 100%;
    height: 40px;
    margin-top: 23px;
    background-color: #f5f5f5;
    font-size: 18px;
    line-height: 39px;
    color: #972d2d;
    text-align: center;
    transition: 0.5s;
  }
  .content .box .box-content .tabs .tab {
    width: 100%;
    margin-top: 30px;
  }
  .content .box .box-content .tabs .tab .list .item .img {
    width: 195px;
    height: 254px;
    position: relative;
    overflow: hidden;
    float: none;
    margin: 0 auto;
  }
  .content .box .box-content .tabs .tab .list .item .right {
    width: 90%;
    float: none;
    margin-left: 5%;
    margin-top: 38px;
    padding-bottom: 83px;
  }
  .content .box .box-content .tabs .tab .list .item {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    float: left;
    margin-right: 20px;
    position: relative;
    margin-bottom: 30px;
  }
  .content .box .box-content .tabs .tab .list .item .state {
    width: 120px;
    height: 36px;
    background-color: #f5f5f5;
    border-radius: 8px;
    border: solid 2px #beac86;
    position: absolute;
    top: 277px;
    right: 25px;
  }
}
