.branch-list {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.branch-list > .title {
  width: 1200px;
  text-align: center;
  margin-top: 50px;
  line-height: 120px;
  font-size: 34px;
  font-family: PingFangSC-Medium;
  border-bottom: 1px solid #f2f2f2;
}
.branch-list .category-list {
  width: 1200px;
  display: flex;
  flex-direction: row;
}
.branch-list .category-list .left-category {
  width: 300px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #f2f2f2;
  padding-bottom: 200px;
  background-color: #F5F5F5;
}
.branch-list .category-list .left-category > a,
.branch-list .category-list .left-category .category-item {
  line-height: 60px;
  border-bottom: 1px solid #e2e2e2;
  text-indent: 35px;
  font-size: 16px;
  font-family: PingFangSC-Medium;
}
.branch-list .category-list .left-category a.active {
  color: #8392bf;
}
.branch-list .category-list .branch-items {
  width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}
.branch-list .category-list .branch-items.width100 {
  width: 100%;
}
.branch-list .category-list .branch-items .list {
  width: 100%;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.branch-list .category-list .branch-items .list .list-container {
  width: 100%;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #ffffff;
}
.branch-list .category-list .branch-items .list .list-container .item {
  width: 100%;
  height: 180px;
  padding-left: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  border-bottom: 2px solid #f2f2f2;
}
.branch-list .category-list .branch-items .list .list-container .item:not(:nth-of-type(1)) {
  padding-top: 20px;
}
.branch-list .category-list .branch-items .list .list-container .item .branch-name {
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #262626;
  font-size: 24px;
  text-align: center;
  font-family: PingFangSC-Medium;
  margin-bottom: 15px;
}
.branch-list .category-list .branch-items .list .list-container .item .branch-address,
.branch-list .category-list .branch-items .list .list-container .item .branch-mobile {
  line-height: 35px;
  font-size: 18px;
  font-family: PPingFangSC-Regular;
}
.branch-list .E-sportsHotel {
  position: relative;
  width: 100%;
  height: 594px;
  margin: 50px 0 60px 0;
  background: url(../img/content/hotel2.png) center no-repeat;
  background-size: cover;
}
.branch-list .E-sportsHotel .btn-forword {
  position: absolute;
  margin-left: 50%;
  margin-top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  bottom: 60px;
  width: 112px;
  height: 110px;
  z-index: 1;
}
.branch-list .E-sportsHotel .btn-forword .Z_video_play {
  display: inline-block;
  width: 64px;
  height: 64px;
  padding: 0 24px 24px;
}
.branch-list .E-sportsHotel .btn-forword .look {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
}
.branch-list .E-sportsHotel #hotelScene {
  width: 100%;
  height: 100%;
  display: none;
}
.branch-list .branch-detail {
  width: 1200px;
  margin: 0px auto;
  padding-bottom: 158px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.branch-list .branch-detail .branch-title {
  margin-top: 80px;
  height: 90px;
  line-height: 90px;
  color: #262626;
  font-size: 36px;
  font-family: PingFangSC-Regular;
  border-bottom: 1px solid #6a85d6;
}
.branch-list .branch-detail .branch-map {
  margin-top: 20px;
  width: 1200px;
  height: 456px;
}
.branch-list .branch-detail .branch-address {
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-indent: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 18px;
  font-family: PingFangSC-Regular;
}
