.highlightReelMain {
  border: none;
}
.highlight_left_title {
  color: #151716;
  font-size: 35px;
  position: relative;
}
.highlight_left_title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 1px;
  border-top: 4px solid #d1b070;
}
.highlight_right_title {
  color: #af8d4a;
  font-size: 21px;
  cursor: pointer;
}
.highlight_bottom {
  margin-top: 50px;
}
.highlight_list {
  flex-wrap: wrap;
  margin-top: 10px;
}
.highlight_list .item {
  margin-top: 10px;
}

/* 轮播 */
.banner {
  width: 100%;
  height: 500px;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
.slideplay {
  width: 100%;
  height: 500px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
*/ .slideplay .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.slideplay .slideplay-pagination span {
  width: 10px;
  height: 10px;
}

/* 轮播 新增样式1 start */
.swiper-button-prev {
  left: 50px;
  position: absolute;
  width: 44px;
  height: 44px;
  color: #fff;
  top: 50%;
  transform: translate(0, -50%);
}

.swiper-button-next {
  position: absolute;
  right: 50px;
  top: 50%;
  width: 44px;
  height: 44px;
  color: #fff;
  transform: translate(0, -50%);
}
.highlightReelMain .container {
  width: 100%;
  height: 588px;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
}

.highlightReelMain .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.highlightReelMain .nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.highlightReelMain .nav span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
}

.highlightReelMain .nav span.active {
  background-color: #015198;
}

/* moreDetail */
.moreDetailList {
  width: 1440px;
  margin: 0 auto;
}
.moreDetailList .item {
  width: 450px;
}
/* 分页 */
.pagination_container {
  margin: 80px 0;
}
.pagination_container .page-item.prev {
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #d7dbe0;
}
.pagination_container .page-item {
  padding: 10px 15px;
  font-size: 15px;
  margin: 0 3px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.pagination_container .page-item.active {
  background-color: #1863e2;
}
.pagination_container .page-item.active a {
  color: #fff;
}

.form-select {
  padding: 11px 15px;
  margin: 0 3px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 15px;
}

.goToPage {
  margin-left: 5px;
  font-size: 16px;
}
.goToPage input {
  padding-left: 10px;
  width: 45px;
  height: 37px;
  margin: 0 3px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* imageViewer */
.image-viewer-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 2023;
}

.image-viewer-mask {
  position: absolute;
  width: 100%;
  height: calc(100% - 80px);
  top: 0;
  left: 0;
  opacity: 0.9;
  cursor: default;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #262626;
}

.image-viewer-wrapper .header {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  background-color: #000;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}

.image-viewer-box {
  width: 100%;
  height: calc(100% - 88px);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  /* 新增 */
  position: relative;
  overflow: hidden;
}

.image-viewer-img {
  max-height: 100%;
  max-width: 100%;
  transform: scale(1) rotate(0deg) translate(0px, 0px);
  border-style: none;
}

.image-viewer-wrapper .footer {
  width: 100%;
  height: 40px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close {
  margin-right: 20px;
  cursor: pointer;
}
.footer img {
  width: 32px;
  margin-right: 10px;
  cursor: pointer;
}
#imgId {
  position: absolute;
  width: auto;
}
